diff --git a/.circleci/config.yml b/.circleci/config.yml index 0f72a02c9..9d28516d0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -358,7 +358,7 @@ jobs: lint-testunit: <<: *defaults docker: - - image: circleci/node:10 + - image: circleci/node:15 environment: CODECOV_TOKEN: caa771ab-3d45-4756-8e2a-e1f25996fef6 diff --git a/.husky/.gitignore b/.husky/.gitignore new file mode 100644 index 000000000..31354ec13 --- /dev/null +++ b/.husky/.gitignore @@ -0,0 +1 @@ +_ diff --git a/.husky/pre-commit b/.husky/pre-commit new file mode 100755 index 000000000..6e9bf51fa --- /dev/null +++ b/.husky/pre-commit @@ -0,0 +1,4 @@ +#!/bin/sh +. "$(dirname "$0")/_/husky.sh" + +npm run precommit diff --git a/app/containers/MessageErrorActions.js b/app/containers/MessageErrorActions.js index e84a99048..d11a693d5 100644 --- a/app/containers/MessageErrorActions.js +++ b/app/containers/MessageErrorActions.js @@ -95,7 +95,6 @@ const MessageErrorActions = forwardRef(({ tmid }, ref) => { })); }); MessageErrorActions.propTypes = { - message: PropTypes.object, tmid: PropTypes.string }; diff --git a/app/sagas/init.js b/app/sagas/init.js index 4a70dda03..57bc33423 100644 --- a/app/sagas/init.js +++ b/app/sagas/init.js @@ -67,8 +67,8 @@ const restore = function* restore() { } }; -const start = function start() { - RNBootSplash.hide(); +const start = function* start() { + yield RNBootSplash.hide(); }; const root = function* root() { diff --git a/app/utils/localAuthentication.js b/app/utils/localAuthentication.js index 6e6d40dfb..759a07a0c 100644 --- a/app/utils/localAuthentication.js +++ b/app/utils/localAuthentication.js @@ -103,7 +103,7 @@ export const localAuthenticate = async(server) => { // if screen lock is enabled if (serverRecord?.autoLock) { // Make sure splash screen has been hidden - RNBootSplash.hide(); + await RNBootSplash.hide(); // Check if the app has passcode const result = await checkHasPasscode({ serverRecord }); diff --git a/app/views/SettingsView/index.js b/app/views/SettingsView/index.js index 5e696144b..0e8ed7b47 100644 --- a/app/views/SettingsView/index.js +++ b/app/views/SettingsView/index.js @@ -5,7 +5,7 @@ import { import PropTypes from 'prop-types'; import { connect } from 'react-redux'; import FastImage from '@rocket.chat/react-native-fast-image'; -import CookieManager from '@react-native-community/cookies'; +import CookieManager from '@react-native-cookies/cookies'; import { logout as logoutAction } from '../../actions/login'; import { selectServerRequest as selectServerRequestAction } from '../../actions/server'; diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 712209bdd..d9f78cc7a 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -34,7 +34,7 @@ PODS: - EXPermissions (9.0.1): - UMCore - UMPermissionsInterface - - EXVideoThumbnails (5.0.0): + - EXVideoThumbnails (5.1.0): - UMCore - UMFileSystemInterface - EXWebBrowser (8.3.1): @@ -364,36 +364,36 @@ PODS: - React-jsinspector (0.63.4) - react-native-appearance (0.3.4): - React - - react-native-background-timer (2.2.0): - - React + - react-native-background-timer (2.4.1): + - React-Core - react-native-blur (0.8.0): - React - - react-native-cameraroll (4.0.1): - - React - - react-native-cookies (4.0.0): - - React - - react-native-document-picker (3.5.3): - - React + - react-native-cameraroll (4.0.4): + - React-Core + - react-native-cookies (6.0.8): + - React-Core + - react-native-document-picker (5.2.0): + - React-Core - react-native-jitsi-meet (2.4.0): - JitsiMeetSDK - React - react-native-mmkv-storage (0.3.5): - MMKV (= 1.2.1) - React - - react-native-netinfo (5.9.9): + - react-native-netinfo (6.0.0): - React-Core - react-native-notifications (2.1.7): - React - - react-native-orientation-locker (1.1.8): - - React - - react-native-restart (0.0.17): - - React - - react-native-safe-area-context (3.1.1): - - React + - react-native-orientation-locker (1.3.1): + - React-Core + - react-native-restart (0.0.22): + - React-Core + - react-native-safe-area-context (3.2.0): + - React-Core - react-native-simple-crypto (0.4.0): - OpenSSL-Universal - React - - react-native-slider (3.0.2): + - react-native-slider (3.0.3): - React - react-native-webview (10.3.2): - React @@ -465,20 +465,20 @@ PODS: - React - rn-fetch-blob (0.12.0): - React-Core - - RNBootSplash (2.2.5): - - React - - RNCAsyncStorage (1.11.0): - - React - - RNCMaskedView (0.1.10): + - RNBootSplash (3.2.4): + - React-Core + - RNCAsyncStorage (1.12.1): + - React-Core + - RNCMaskedView (0.1.11): - React - RNConfigReader (1.0.0): - React - RNCPicker (1.8.1): - React-Core - - RNDateTimePicker (2.6.0): - - React - - RNDeviceInfo (5.6.2): - - React + - RNDateTimePicker (3.5.2): + - React-Core + - RNDeviceInfo (8.1.3): + - React-Core - RNFastImage (8.2.0): - React - SDWebImage (~> 5.0) @@ -506,16 +506,16 @@ PODS: - React-Core - React-RCTImage - TOCropViewController - - RNLocalize (1.4.0): - - React + - RNLocalize (2.1.1): + - React-Core - RNReanimated (1.9.0): - React - RNRootView (1.0.3): - React - RNScreens (2.9.0): - React - - RNVectorIcons (7.0.0): - - React + - RNVectorIcons (8.1.0): + - React-Core - SDWebImage (5.8.4): - SDWebImage/Core (= 5.8.4) - SDWebImage/Core (5.8.4) @@ -599,7 +599,7 @@ DEPENDENCIES: - react-native-background-timer (from `../node_modules/react-native-background-timer`) - "react-native-blur (from `../node_modules/@react-native-community/blur`)" - "react-native-cameraroll (from `../node_modules/@react-native-community/cameraroll`)" - - "react-native-cookies (from `../node_modules/@react-native-community/cookies`)" + - "react-native-cookies (from `../node_modules/@react-native-cookies/cookies`)" - react-native-document-picker (from `../node_modules/react-native-document-picker`) - react-native-jitsi-meet (from `../node_modules/react-native-jitsi-meet`) - react-native-mmkv-storage (from `../node_modules/react-native-mmkv-storage`) @@ -759,7 +759,7 @@ EXTERNAL SOURCES: react-native-cameraroll: :path: "../node_modules/@react-native-community/cameraroll" react-native-cookies: - :path: "../node_modules/@react-native-community/cookies" + :path: "../node_modules/@react-native-cookies/cookies" react-native-document-picker: :path: "../node_modules/react-native-document-picker" react-native-jitsi-meet: @@ -895,7 +895,7 @@ SPEC CHECKSUMS: EXKeepAwake: 8b0f68242f036b971f9f8976341823cbe6f50812 EXLocalAuthentication: 985c65e08a6eb84f8f98b51f7435df138b18b9e8 EXPermissions: 80ac3acbdb145930079810fe5b08c022b3428aa8 - EXVideoThumbnails: 0be939563a5d46ce0d1fa9baea7d454b99475763 + EXVideoThumbnails: cd257fc6e07884a704a5674d362a6410933acb68 EXWebBrowser: d37a5ffdea1b65947352bc001dd9f732463725d4 FBLazyVector: 3bb422f41b18121b71783a905c10e58606f7dc3e FBReactNativeSpec: f2c97f2529dd79c083355182cc158c9f98f4bd6e @@ -937,20 +937,20 @@ SPEC CHECKSUMS: React-jsiexecutor: 93bd528844ad21dc07aab1c67cb10abae6df6949 React-jsinspector: 58aef7155bc9a9683f5b60b35eccea8722a4f53a react-native-appearance: 0f0e5fc2fcef70e03d48c8fe6b00b9158c2ba8aa - react-native-background-timer: 1f7d560647b40e6a60b01c452ba29c54bf581fc4 + react-native-background-timer: 17ea5e06803401a379ebf1f20505b793ac44d0fe react-native-blur: cad4d93b364f91e7b7931b3fa935455487e5c33c - react-native-cameraroll: 60ba0068826eab1c8d43146191bafd4363ea58a7 - react-native-cookies: d79e5015a5d3a38e08f5cb39c4948532be7e9c2b - react-native-document-picker: 825552b827012282baf4b7cbf119d3b37a280c90 + react-native-cameraroll: 88f4e62d9ecd0e1f253abe4f685474f2ea14bfa2 + react-native-cookies: 2cb6ef472da68610dfcf0eaee68464c244943abd + react-native-document-picker: f1b5398801b332c77bc62ae0eae2116f49bdff26 react-native-jitsi-meet: f2407aca85566e031ee7b222e497ee5ecb6623de react-native-mmkv-storage: 48729fe90e850ef2fdc9d3714b7030c7c51d82b0 - react-native-netinfo: 0212ce8604e88edf686f1481b925b17a42a52449 + react-native-netinfo: e849fc21ca2f4128a5726c801a82fc6f4a6db50d react-native-notifications: ee8fd739853e72694f3af8b374c8ccb106b7b227 - react-native-orientation-locker: f0ca1a8e5031dab6b74bfb4ab33a17ed2c2fcb0d - react-native-restart: d19a0f8d053d065fe64cd2baebb6487111c77149 - react-native-safe-area-context: 344b969c45af3d8464d36e8dea264942992ef033 + react-native-orientation-locker: 998c0744e26624407dac068c04c605b4af7304a2 + react-native-restart: 733a51ad137f15b0f8dc34c4082e55af7da00979 + react-native-safe-area-context: f0906bf8bc9835ac9a9d3f97e8bde2a997d8da79 react-native-simple-crypto: 564740fd8124827d82e9e8ded4a0de8c695c8a4d - react-native-slider: 0221b417686c5957f6e77cd9ac22c1478a165355 + react-native-slider: e99fc201cefe81270fc9d81714a7a0f5e566b168 react-native-webview: 679b6f400176e2ea8a785acf7ae16cf282e7d1eb React-RCTActionSheet: 89a0ca9f4a06c1f93c26067af074ccdce0f40336 React-RCTAnimation: 1bde3ecc0c104c55df246eda516e0deb03c4e49b @@ -966,24 +966,24 @@ SPEC CHECKSUMS: ReactNativeUiLib: cde7263a7d308b60161cd286f95c9433e79f2f7d rn-extensions-share: 5fd84a80e6594706f0dfa1884f2d6d591b382cf5 rn-fetch-blob: f065bb7ab7fb48dd002629f8bdcb0336602d3cba - RNBootSplash: b3836aa90c5bec690c6cd3c9ab355fcf98d0fe1d - RNCAsyncStorage: d059c3ee71738c39834a627476322a5a8cd5bf36 - RNCMaskedView: 5a8ec07677aa885546a0d98da336457e2bea557f + RNBootSplash: 4844706cbb56a3270556c9b94e59dedadccd47e4 + RNCAsyncStorage: b03032fdbdb725bea0bd9e5ec5a7272865ae7398 + RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489 RNConfigReader: 396da6a6444182a76e8ae0930b9436c7575045cb RNCPicker: 914b557e20b3b8317b084aca9ff4b4edb95f61e4 - RNDateTimePicker: e386ff4ef3300964ed0cad97ce6f206e0effbfdb - RNDeviceInfo: ed8557a8bd6443cbc0ab5d375e6808a38a279744 + RNDateTimePicker: 7658208086d86d09e1627b5c34ba0cf237c60140 + RNDeviceInfo: 8d3a29207835f972bce883723882980143270d55 RNFastImage: f40d202ea2367239f71bc7cf11315f4bebab85b4 RNFBAnalytics: dae6d7b280ba61c96e1bbdd34aca3154388f025e RNFBApp: 6fd8a7e757135d4168bf033a8812c241af7363a0 RNFBCrashlytics: 88de72c2476b5868a892d9523b89b86c527c540e RNGestureHandler: 8f09cd560f8d533eb36da5a6c5a843af9f056b38 RNImageCropPicker: 38865ab4af1b0b2146ad66061196bc0184946855 - RNLocalize: b6df30cc25ae736d37874f9bce13351db2f56796 + RNLocalize: 82a569022724d35461e2dc5b5d015a13c3ca995b RNReanimated: b5ccb50650ba06f6e749c7c329a1bc3ae0c88b43 RNRootView: 895a4813dedeaca82db2fa868ca1c333d790e494 RNScreens: c526239bbe0e957b988dacc8d75ac94ec9cb19da - RNVectorIcons: da6fe858f5a65d7bbc3379540a889b0b12aa5976 + RNVectorIcons: 31cebfcf94e8cf8686eb5303ae0357da64d7a5a4 SDWebImage: cf6922231e95550934da2ada0f20f2becf2ceba9 SDWebImageWebPCoder: 36f8f47bd9879a8aea6044765c1351120fd8e3a8 TOCropViewController: 20a14b6a7a098308bf369e7c8d700dc983a974e6 @@ -1005,4 +1005,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 0351d0973911a397f1cb4e45f0b0f590b14816e3 -COCOAPODS: 1.9.3 +COCOAPODS: 1.10.1 diff --git a/ios/Pods/Headers/Private/RNDeviceInfo/EnvironmentUtil.h b/ios/Pods/Headers/Private/RNDeviceInfo/EnvironmentUtil.h new file mode 120000 index 000000000..071c9dddf --- /dev/null +++ b/ios/Pods/Headers/Private/RNDeviceInfo/EnvironmentUtil.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-device-info/ios/RNDeviceInfo/EnvironmentUtil.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/react-native-cookies/RNCookieManagerIOS.h b/ios/Pods/Headers/Private/react-native-cookies/RNCookieManagerIOS.h index 336944fb1..29ae5d071 120000 --- a/ios/Pods/Headers/Private/react-native-cookies/RNCookieManagerIOS.h +++ b/ios/Pods/Headers/Private/react-native-cookies/RNCookieManagerIOS.h @@ -1 +1 @@ -../../../../../node_modules/@react-native-community/cookies/ios/RNCookieManagerIOS/RNCookieManagerIOS.h \ No newline at end of file +../../../../../node_modules/@react-native-cookies/cookies/ios/RNCookieManagerIOS/RNCookieManagerIOS.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNDeviceInfo/EnvironmentUtil.h b/ios/Pods/Headers/Public/RNDeviceInfo/EnvironmentUtil.h new file mode 120000 index 000000000..071c9dddf --- /dev/null +++ b/ios/Pods/Headers/Public/RNDeviceInfo/EnvironmentUtil.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-device-info/ios/RNDeviceInfo/EnvironmentUtil.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/react-native-cookies/RNCookieManagerIOS.h b/ios/Pods/Headers/Public/react-native-cookies/RNCookieManagerIOS.h index 336944fb1..29ae5d071 120000 --- a/ios/Pods/Headers/Public/react-native-cookies/RNCookieManagerIOS.h +++ b/ios/Pods/Headers/Public/react-native-cookies/RNCookieManagerIOS.h @@ -1 +1 @@ -../../../../../node_modules/@react-native-community/cookies/ios/RNCookieManagerIOS/RNCookieManagerIOS.h \ No newline at end of file +../../../../../node_modules/@react-native-cookies/cookies/ios/RNCookieManagerIOS/RNCookieManagerIOS.h \ No newline at end of file diff --git a/ios/Pods/Local Podspecs/EXVideoThumbnails.podspec.json b/ios/Pods/Local Podspecs/EXVideoThumbnails.podspec.json index cb6f3ff1b..6ed723ec2 100644 --- a/ios/Pods/Local Podspecs/EXVideoThumbnails.podspec.json +++ b/ios/Pods/Local Podspecs/EXVideoThumbnails.podspec.json @@ -1,6 +1,6 @@ { "name": "EXVideoThumbnails", - "version": "5.0.0", + "version": "5.1.0", "summary": "ExpoVideoThumbnails standalone module", "description": "ExpoVideoThumbnails standalone module", "license": "MIT", diff --git a/ios/Pods/Local Podspecs/RNBootSplash.podspec.json b/ios/Pods/Local Podspecs/RNBootSplash.podspec.json index c89f5978b..497ae4114 100644 --- a/ios/Pods/Local Podspecs/RNBootSplash.podspec.json +++ b/ios/Pods/Local Podspecs/RNBootSplash.podspec.json @@ -1,11 +1,11 @@ { "name": "RNBootSplash", "dependencies": { - "React": [ + "React-Core": [ ] }, - "version": "2.2.5", + "version": "3.2.4", "license": "MIT", "summary": "Display a bootsplash on your app starts. Hide it when you want.", "authors": "Mathieu Acthernoene ", @@ -17,7 +17,7 @@ "requires_arc": true, "source": { "git": "https://github.com/zoontek/react-native-bootsplash.git", - "tag": "2.2.5" + "tag": "3.2.4" }, "source_files": "ios/*.{h,m}" } diff --git a/ios/Pods/Local Podspecs/RNCAsyncStorage.podspec.json b/ios/Pods/Local Podspecs/RNCAsyncStorage.podspec.json index 145feb1ef..5f450bcd8 100644 --- a/ios/Pods/Local Podspecs/RNCAsyncStorage.podspec.json +++ b/ios/Pods/Local Podspecs/RNCAsyncStorage.podspec.json @@ -1,6 +1,6 @@ { "name": "RNCAsyncStorage", - "version": "1.11.0", + "version": "1.12.1", "summary": "Asynchronous, persistent, key-value storage system for React Native.", "license": "MIT", "authors": "Krzysztof Borowy ", @@ -12,11 +12,11 @@ }, "source": { "git": "https://github.com/react-native-community/react-native-async-storage.git", - "tag": "v1.11.0" + "tag": "v1.12.1" }, "source_files": "ios/**/*.{h,m}", "dependencies": { - "React": [ + "React-Core": [ ] } diff --git a/ios/Pods/Local Podspecs/RNCMaskedView.podspec.json b/ios/Pods/Local Podspecs/RNCMaskedView.podspec.json index 261de0045..8cd0535d2 100644 --- a/ios/Pods/Local Podspecs/RNCMaskedView.podspec.json +++ b/ios/Pods/Local Podspecs/RNCMaskedView.podspec.json @@ -1,6 +1,6 @@ { "name": "RNCMaskedView", - "version": "0.1.10", + "version": "0.1.11", "summary": "React Native MaskedView component", "license": "MIT", "authors": "Mike Nedosekin ", @@ -11,7 +11,7 @@ }, "source": { "git": "https://github.com/react-native-community/react-native-masked-view.git", - "tag": "v0.1.10" + "tag": "v0.1.11" }, "source_files": "ios/**/*.{h,m}", "dependencies": { diff --git a/ios/Pods/Local Podspecs/RNDateTimePicker.podspec.json b/ios/Pods/Local Podspecs/RNDateTimePicker.podspec.json index ef37f8f6e..392738ff4 100644 --- a/ios/Pods/Local Podspecs/RNDateTimePicker.podspec.json +++ b/ios/Pods/Local Podspecs/RNDateTimePicker.podspec.json @@ -1,22 +1,22 @@ { "name": "RNDateTimePicker", - "version": "2.6.0", + "version": "3.5.2", "summary": "DateTimePicker component for React Native", "description": "DateTimePicker component for React Native", "license": "MIT", "authors": "Martijn Swaagman (https://github.com/swaagie)", "homepage": "https://github.com/react-native-community/datetimepicker#readme", "platforms": { - "ios": "8.0" + "ios": "10.0" }, "source": { "git": "https://github.com/react-native-community/datetimepicker", - "tag": "v2.6.0" + "tag": "v3.5.2" }, "source_files": "ios/*.{h,m}", "requires_arc": true, "dependencies": { - "React": [ + "React-Core": [ ] } diff --git a/ios/Pods/Local Podspecs/RNDeviceInfo.podspec.json b/ios/Pods/Local Podspecs/RNDeviceInfo.podspec.json index 218575e19..7f903aae0 100644 --- a/ios/Pods/Local Podspecs/RNDeviceInfo.podspec.json +++ b/ios/Pods/Local Podspecs/RNDeviceInfo.podspec.json @@ -1,21 +1,21 @@ { "name": "RNDeviceInfo", - "version": "5.6.2", + "version": "8.1.3", "summary": "Get device information using react-native", "license": "MIT", "authors": "Rebecca Hughes (https://github.com/rebeccahughes)", - "homepage": "https://github.com/react-native-community/react-native-device-info", + "homepage": "https://github.com/react-native-device-info/react-native-device-info", "platforms": { "ios": "9.0", "tvos": "10.0" }, "source": { "git": "https://github.com/react-native-community/react-native-device-info.git", - "tag": "v5.6.2" + "tag": "v8.1.3" }, "source_files": "ios/**/*.{h,m}", "dependencies": { - "React": [ + "React-Core": [ ] } diff --git a/ios/Pods/Local Podspecs/RNLocalize.podspec.json b/ios/Pods/Local Podspecs/RNLocalize.podspec.json index ba874f2b8..7a0eec3bb 100644 --- a/ios/Pods/Local Podspecs/RNLocalize.podspec.json +++ b/ios/Pods/Local Podspecs/RNLocalize.podspec.json @@ -1,23 +1,23 @@ { "name": "RNLocalize", "dependencies": { - "React": [ + "React-Core": [ ] }, - "version": "1.4.0", + "version": "2.1.1", "license": "MIT", "summary": "A toolbox for your React Native app localization.", "authors": "Mathieu Acthernoene ", - "homepage": "https://github.com/react-native-community/react-native-localize", + "homepage": "https://github.com/zoontek/react-native-localize", "platforms": { "ios": "9.0", "tvos": "11.0" }, "requires_arc": true, "source": { - "git": "https://github.com/react-native-community/react-native-localize.git", - "tag": "1.4.0" + "git": "https://github.com/zoontek/react-native-localize.git", + "tag": "2.1.1" }, "source_files": "ios/*.{h,m}" } diff --git a/ios/Pods/Local Podspecs/RNVectorIcons.podspec.json b/ios/Pods/Local Podspecs/RNVectorIcons.podspec.json index 7c69a67da..3eae1d510 100644 --- a/ios/Pods/Local Podspecs/RNVectorIcons.podspec.json +++ b/ios/Pods/Local Podspecs/RNVectorIcons.podspec.json @@ -1,6 +1,6 @@ { "name": "RNVectorIcons", - "version": "7.0.0", + "version": "8.1.0", "summary": "Customizable Icons for React Native with support for NavBar/TabBar, image source and full styling.", "homepage": "https://github.com/oblador/react-native-vector-icons", "license": "MIT", @@ -13,13 +13,13 @@ }, "source": { "git": "https://github.com/oblador/react-native-vector-icons.git", - "tag": "v7.0.0" + "tag": "v8.1.0" }, "source_files": "RNVectorIconsManager/**/*.{h,m}", "resources": "Fonts/*.ttf", "preserve_paths": "**/*.js", "dependencies": { - "React": [ + "React-Core": [ ] } diff --git a/ios/Pods/Local Podspecs/react-native-background-timer.podspec.json b/ios/Pods/Local Podspecs/react-native-background-timer.podspec.json index 69aebebc0..73f23b6e1 100644 --- a/ios/Pods/Local Podspecs/react-native-background-timer.podspec.json +++ b/ios/Pods/Local Podspecs/react-native-background-timer.podspec.json @@ -1,6 +1,6 @@ { "name": "react-native-background-timer", - "version": "2.2.0", + "version": "2.4.1", "summary": "Emit event periodically (even when app is in the background)", "homepage": "https://github.com/ocetnik/react-native-background-timer.git", "license": "MIT", @@ -21,7 +21,7 @@ ], "source_files": "ios/*.{h,m}", "dependencies": { - "React": [ + "React-Core": [ ] } diff --git a/ios/Pods/Local Podspecs/react-native-cameraroll.podspec.json b/ios/Pods/Local Podspecs/react-native-cameraroll.podspec.json index 0b55acfa9..35c5cda10 100644 --- a/ios/Pods/Local Podspecs/react-native-cameraroll.podspec.json +++ b/ios/Pods/Local Podspecs/react-native-cameraroll.podspec.json @@ -1,6 +1,6 @@ { "name": "react-native-cameraroll", - "version": "4.0.1", + "version": "4.0.4", "summary": "React Native Camera Roll for iOS & Android", "license": "MIT", "authors": "Bartol Karuza ", @@ -10,11 +10,11 @@ }, "source": { "git": "https://github.com/react-native-community/react-native-cameraroll.git", - "tag": "v4.0.1" + "tag": "v4.0.4" }, "source_files": "ios/**/*.{h,m}", "dependencies": { - "React": [ + "React-Core": [ ] } diff --git a/ios/Pods/Local Podspecs/react-native-cookies.podspec.json b/ios/Pods/Local Podspecs/react-native-cookies.podspec.json index 9d1b7d762..eefc61570 100644 --- a/ios/Pods/Local Podspecs/react-native-cookies.podspec.json +++ b/ios/Pods/Local Podspecs/react-native-cookies.podspec.json @@ -1,15 +1,15 @@ { "name": "react-native-cookies", - "version": "4.0.0", + "version": "6.0.8", "summary": "Cookie Manager for React Native", - "homepage": "https://github.com/react-native-community/cookies#readme", + "homepage": "https://github.com/react-native-cookies/cookies#readme", "license": "MIT", "authors": { "Jason Safaiyeh": "safaiyeh@protonmail.com" }, "source": { "git": "git@github.com:react-native-community/cookies.git", - "tag": "v4.0.0" + "tag": "v6.0.8" }, "requires_arc": true, "platforms": { @@ -18,7 +18,7 @@ "preserve_paths": "*.framework", "source_files": "ios/**/*.{h,m}", "dependencies": { - "React": [ + "React-Core": [ ] } diff --git a/ios/Pods/Local Podspecs/react-native-document-picker.podspec.json b/ios/Pods/Local Podspecs/react-native-document-picker.podspec.json index 82abfdf28..95c5a7064 100644 --- a/ios/Pods/Local Podspecs/react-native-document-picker.podspec.json +++ b/ios/Pods/Local Podspecs/react-native-document-picker.podspec.json @@ -1,20 +1,20 @@ { "name": "react-native-document-picker", - "version": "3.5.3", + "version": "5.2.0", "summary": "A react native interface to access Documents from dropbox google drive, iCloud", "license": "MIT", "homepage": "https://github.com/Elyx0/react-native-document-picker#readme", "authors": "Elyx0 (@Elyx0)", "source": { "git": "https://github.com/Elyx0/react-native-document-picker", - "tag": "v3.5.3" + "tag": "v5.2.0" }, "source_files": "ios/RNDocumentPicker/*.{h,m}", "platforms": { - "ios": "9.0" + "ios": "10.0" }, "dependencies": { - "React": [ + "React-Core": [ ] } diff --git a/ios/Pods/Local Podspecs/react-native-netinfo.podspec.json b/ios/Pods/Local Podspecs/react-native-netinfo.podspec.json index 04cf5be8a..fd66816ad 100644 --- a/ios/Pods/Local Podspecs/react-native-netinfo.podspec.json +++ b/ios/Pods/Local Podspecs/react-native-netinfo.podspec.json @@ -1,10 +1,10 @@ { "name": "react-native-netinfo", - "version": "5.9.9", + "version": "6.0.0", "summary": "React Native Network Info API for iOS & Android", "license": "MIT", "authors": "Matt Oakes ", - "homepage": "https://github.com/react-native-community/react-native-netinfo#readme", + "homepage": "https://github.com/react-native-netinfo/react-native-netinfo#readme", "platforms": { "ios": "9.0", "tvos": "9.2", @@ -12,7 +12,7 @@ }, "source": { "git": "https://github.com/react-native-community/react-native-netinfo.git", - "tag": "v5.9.9" + "tag": "v6.0.0" }, "source_files": "ios/**/*.{h,m}", "dependencies": { diff --git a/ios/Pods/Local Podspecs/react-native-orientation-locker.podspec.json b/ios/Pods/Local Podspecs/react-native-orientation-locker.podspec.json index a8455a81b..953510265 100644 --- a/ios/Pods/Local Podspecs/react-native-orientation-locker.podspec.json +++ b/ios/Pods/Local Podspecs/react-native-orientation-locker.podspec.json @@ -1,6 +1,6 @@ { "name": "react-native-orientation-locker", - "version": "1.1.8", + "version": "1.3.1", "summary": "A react-native module that can listen on orientation changing of device", "description": "A react-native module that can listen on orientation changing of device, get current orientation, lock to preferred orientation.", "authors": "Wonday", @@ -8,7 +8,7 @@ "homepage": "https://github.com/wonday/react-native-orientation-locker", "source": { "git": "https://github.com/wonday/react-native-orientation-locker.git", - "tag": "v1.1.8" + "tag": "v1.3.1" }, "requires_arc": true, "platforms": { @@ -22,7 +22,7 @@ ], "source_files": "iOS/**/*.{h,m}", "dependencies": { - "React": [ + "React-Core": [ ] } diff --git a/ios/Pods/Local Podspecs/react-native-restart.podspec.json b/ios/Pods/Local Podspecs/react-native-restart.podspec.json index 09ae5f431..e9efd7e36 100644 --- a/ios/Pods/Local Podspecs/react-native-restart.podspec.json +++ b/ios/Pods/Local Podspecs/react-native-restart.podspec.json @@ -1,20 +1,21 @@ { "name": "react-native-restart", - "version": "0.0.17", + "version": "0.0.22", "summary": "Sometimes you want to reload your app bundle during app runtime. This package will allow you to do it.", "homepage": "https://github.com/avishayil/react-native-restart#readme", "license": "MIT", "authors": "Avishay Bar (https://github.com/avishayil)", "platforms": { - "ios": "9.0" + "ios": "9.0", + "tvos": "11.0" }, "source": { "git": "https://github.com/avishayil/react-native-restart.git", - "tag": "0.0.17" + "tag": "0.0.22" }, "source_files": "ios/**/*.{h,m}", "dependencies": { - "React": [ + "React-Core": [ ] } diff --git a/ios/Pods/Local Podspecs/react-native-safe-area-context.podspec.json b/ios/Pods/Local Podspecs/react-native-safe-area-context.podspec.json index 4ed0138ab..77060286a 100644 --- a/ios/Pods/Local Podspecs/react-native-safe-area-context.podspec.json +++ b/ios/Pods/Local Podspecs/react-native-safe-area-context.podspec.json @@ -1,6 +1,6 @@ { "name": "react-native-safe-area-context", - "version": "3.1.1", + "version": "3.2.0", "summary": "A flexible way to handle safe area, also works on Android and web.", "license": "MIT", "authors": "Janic Duplessis ", @@ -11,11 +11,11 @@ }, "source": { "git": "https://github.com/th3rdwave/react-native-safe-area-context.git", - "tag": "v3.1.1" + "tag": "v3.2.0" }, "source_files": "ios/**/*.{h,m}", "dependencies": { - "React": [ + "React-Core": [ ] } diff --git a/ios/Pods/Local Podspecs/react-native-slider.podspec.json b/ios/Pods/Local Podspecs/react-native-slider.podspec.json index 1952e5411..7830d71eb 100644 --- a/ios/Pods/Local Podspecs/react-native-slider.podspec.json +++ b/ios/Pods/Local Podspecs/react-native-slider.podspec.json @@ -1,6 +1,6 @@ { "name": "react-native-slider", - "version": "3.0.2", + "version": "3.0.3", "summary": "React Native component used to select a single value from a range of values.", "license": "MIT", "authors": "react-native-community", @@ -10,7 +10,7 @@ }, "source": { "git": "https://github.com/react-native-community/react-native-slider.git", - "tag": "v3.0.2" + "tag": "v3.0.3" }, "source_files": "ios/**/*.{h,m}", "dependencies": { diff --git a/ios/Pods/Manifest.lock b/ios/Pods/Manifest.lock index 712209bdd..d9f78cc7a 100644 --- a/ios/Pods/Manifest.lock +++ b/ios/Pods/Manifest.lock @@ -34,7 +34,7 @@ PODS: - EXPermissions (9.0.1): - UMCore - UMPermissionsInterface - - EXVideoThumbnails (5.0.0): + - EXVideoThumbnails (5.1.0): - UMCore - UMFileSystemInterface - EXWebBrowser (8.3.1): @@ -364,36 +364,36 @@ PODS: - React-jsinspector (0.63.4) - react-native-appearance (0.3.4): - React - - react-native-background-timer (2.2.0): - - React + - react-native-background-timer (2.4.1): + - React-Core - react-native-blur (0.8.0): - React - - react-native-cameraroll (4.0.1): - - React - - react-native-cookies (4.0.0): - - React - - react-native-document-picker (3.5.3): - - React + - react-native-cameraroll (4.0.4): + - React-Core + - react-native-cookies (6.0.8): + - React-Core + - react-native-document-picker (5.2.0): + - React-Core - react-native-jitsi-meet (2.4.0): - JitsiMeetSDK - React - react-native-mmkv-storage (0.3.5): - MMKV (= 1.2.1) - React - - react-native-netinfo (5.9.9): + - react-native-netinfo (6.0.0): - React-Core - react-native-notifications (2.1.7): - React - - react-native-orientation-locker (1.1.8): - - React - - react-native-restart (0.0.17): - - React - - react-native-safe-area-context (3.1.1): - - React + - react-native-orientation-locker (1.3.1): + - React-Core + - react-native-restart (0.0.22): + - React-Core + - react-native-safe-area-context (3.2.0): + - React-Core - react-native-simple-crypto (0.4.0): - OpenSSL-Universal - React - - react-native-slider (3.0.2): + - react-native-slider (3.0.3): - React - react-native-webview (10.3.2): - React @@ -465,20 +465,20 @@ PODS: - React - rn-fetch-blob (0.12.0): - React-Core - - RNBootSplash (2.2.5): - - React - - RNCAsyncStorage (1.11.0): - - React - - RNCMaskedView (0.1.10): + - RNBootSplash (3.2.4): + - React-Core + - RNCAsyncStorage (1.12.1): + - React-Core + - RNCMaskedView (0.1.11): - React - RNConfigReader (1.0.0): - React - RNCPicker (1.8.1): - React-Core - - RNDateTimePicker (2.6.0): - - React - - RNDeviceInfo (5.6.2): - - React + - RNDateTimePicker (3.5.2): + - React-Core + - RNDeviceInfo (8.1.3): + - React-Core - RNFastImage (8.2.0): - React - SDWebImage (~> 5.0) @@ -506,16 +506,16 @@ PODS: - React-Core - React-RCTImage - TOCropViewController - - RNLocalize (1.4.0): - - React + - RNLocalize (2.1.1): + - React-Core - RNReanimated (1.9.0): - React - RNRootView (1.0.3): - React - RNScreens (2.9.0): - React - - RNVectorIcons (7.0.0): - - React + - RNVectorIcons (8.1.0): + - React-Core - SDWebImage (5.8.4): - SDWebImage/Core (= 5.8.4) - SDWebImage/Core (5.8.4) @@ -599,7 +599,7 @@ DEPENDENCIES: - react-native-background-timer (from `../node_modules/react-native-background-timer`) - "react-native-blur (from `../node_modules/@react-native-community/blur`)" - "react-native-cameraroll (from `../node_modules/@react-native-community/cameraroll`)" - - "react-native-cookies (from `../node_modules/@react-native-community/cookies`)" + - "react-native-cookies (from `../node_modules/@react-native-cookies/cookies`)" - react-native-document-picker (from `../node_modules/react-native-document-picker`) - react-native-jitsi-meet (from `../node_modules/react-native-jitsi-meet`) - react-native-mmkv-storage (from `../node_modules/react-native-mmkv-storage`) @@ -759,7 +759,7 @@ EXTERNAL SOURCES: react-native-cameraroll: :path: "../node_modules/@react-native-community/cameraroll" react-native-cookies: - :path: "../node_modules/@react-native-community/cookies" + :path: "../node_modules/@react-native-cookies/cookies" react-native-document-picker: :path: "../node_modules/react-native-document-picker" react-native-jitsi-meet: @@ -895,7 +895,7 @@ SPEC CHECKSUMS: EXKeepAwake: 8b0f68242f036b971f9f8976341823cbe6f50812 EXLocalAuthentication: 985c65e08a6eb84f8f98b51f7435df138b18b9e8 EXPermissions: 80ac3acbdb145930079810fe5b08c022b3428aa8 - EXVideoThumbnails: 0be939563a5d46ce0d1fa9baea7d454b99475763 + EXVideoThumbnails: cd257fc6e07884a704a5674d362a6410933acb68 EXWebBrowser: d37a5ffdea1b65947352bc001dd9f732463725d4 FBLazyVector: 3bb422f41b18121b71783a905c10e58606f7dc3e FBReactNativeSpec: f2c97f2529dd79c083355182cc158c9f98f4bd6e @@ -937,20 +937,20 @@ SPEC CHECKSUMS: React-jsiexecutor: 93bd528844ad21dc07aab1c67cb10abae6df6949 React-jsinspector: 58aef7155bc9a9683f5b60b35eccea8722a4f53a react-native-appearance: 0f0e5fc2fcef70e03d48c8fe6b00b9158c2ba8aa - react-native-background-timer: 1f7d560647b40e6a60b01c452ba29c54bf581fc4 + react-native-background-timer: 17ea5e06803401a379ebf1f20505b793ac44d0fe react-native-blur: cad4d93b364f91e7b7931b3fa935455487e5c33c - react-native-cameraroll: 60ba0068826eab1c8d43146191bafd4363ea58a7 - react-native-cookies: d79e5015a5d3a38e08f5cb39c4948532be7e9c2b - react-native-document-picker: 825552b827012282baf4b7cbf119d3b37a280c90 + react-native-cameraroll: 88f4e62d9ecd0e1f253abe4f685474f2ea14bfa2 + react-native-cookies: 2cb6ef472da68610dfcf0eaee68464c244943abd + react-native-document-picker: f1b5398801b332c77bc62ae0eae2116f49bdff26 react-native-jitsi-meet: f2407aca85566e031ee7b222e497ee5ecb6623de react-native-mmkv-storage: 48729fe90e850ef2fdc9d3714b7030c7c51d82b0 - react-native-netinfo: 0212ce8604e88edf686f1481b925b17a42a52449 + react-native-netinfo: e849fc21ca2f4128a5726c801a82fc6f4a6db50d react-native-notifications: ee8fd739853e72694f3af8b374c8ccb106b7b227 - react-native-orientation-locker: f0ca1a8e5031dab6b74bfb4ab33a17ed2c2fcb0d - react-native-restart: d19a0f8d053d065fe64cd2baebb6487111c77149 - react-native-safe-area-context: 344b969c45af3d8464d36e8dea264942992ef033 + react-native-orientation-locker: 998c0744e26624407dac068c04c605b4af7304a2 + react-native-restart: 733a51ad137f15b0f8dc34c4082e55af7da00979 + react-native-safe-area-context: f0906bf8bc9835ac9a9d3f97e8bde2a997d8da79 react-native-simple-crypto: 564740fd8124827d82e9e8ded4a0de8c695c8a4d - react-native-slider: 0221b417686c5957f6e77cd9ac22c1478a165355 + react-native-slider: e99fc201cefe81270fc9d81714a7a0f5e566b168 react-native-webview: 679b6f400176e2ea8a785acf7ae16cf282e7d1eb React-RCTActionSheet: 89a0ca9f4a06c1f93c26067af074ccdce0f40336 React-RCTAnimation: 1bde3ecc0c104c55df246eda516e0deb03c4e49b @@ -966,24 +966,24 @@ SPEC CHECKSUMS: ReactNativeUiLib: cde7263a7d308b60161cd286f95c9433e79f2f7d rn-extensions-share: 5fd84a80e6594706f0dfa1884f2d6d591b382cf5 rn-fetch-blob: f065bb7ab7fb48dd002629f8bdcb0336602d3cba - RNBootSplash: b3836aa90c5bec690c6cd3c9ab355fcf98d0fe1d - RNCAsyncStorage: d059c3ee71738c39834a627476322a5a8cd5bf36 - RNCMaskedView: 5a8ec07677aa885546a0d98da336457e2bea557f + RNBootSplash: 4844706cbb56a3270556c9b94e59dedadccd47e4 + RNCAsyncStorage: b03032fdbdb725bea0bd9e5ec5a7272865ae7398 + RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489 RNConfigReader: 396da6a6444182a76e8ae0930b9436c7575045cb RNCPicker: 914b557e20b3b8317b084aca9ff4b4edb95f61e4 - RNDateTimePicker: e386ff4ef3300964ed0cad97ce6f206e0effbfdb - RNDeviceInfo: ed8557a8bd6443cbc0ab5d375e6808a38a279744 + RNDateTimePicker: 7658208086d86d09e1627b5c34ba0cf237c60140 + RNDeviceInfo: 8d3a29207835f972bce883723882980143270d55 RNFastImage: f40d202ea2367239f71bc7cf11315f4bebab85b4 RNFBAnalytics: dae6d7b280ba61c96e1bbdd34aca3154388f025e RNFBApp: 6fd8a7e757135d4168bf033a8812c241af7363a0 RNFBCrashlytics: 88de72c2476b5868a892d9523b89b86c527c540e RNGestureHandler: 8f09cd560f8d533eb36da5a6c5a843af9f056b38 RNImageCropPicker: 38865ab4af1b0b2146ad66061196bc0184946855 - RNLocalize: b6df30cc25ae736d37874f9bce13351db2f56796 + RNLocalize: 82a569022724d35461e2dc5b5d015a13c3ca995b RNReanimated: b5ccb50650ba06f6e749c7c329a1bc3ae0c88b43 RNRootView: 895a4813dedeaca82db2fa868ca1c333d790e494 RNScreens: c526239bbe0e957b988dacc8d75ac94ec9cb19da - RNVectorIcons: da6fe858f5a65d7bbc3379540a889b0b12aa5976 + RNVectorIcons: 31cebfcf94e8cf8686eb5303ae0357da64d7a5a4 SDWebImage: cf6922231e95550934da2ada0f20f2becf2ceba9 SDWebImageWebPCoder: 36f8f47bd9879a8aea6044765c1351120fd8e3a8 TOCropViewController: 20a14b6a7a098308bf369e7c8d700dc983a974e6 @@ -1005,4 +1005,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 0351d0973911a397f1cb4e45f0b0f590b14816e3 -COCOAPODS: 1.9.3 +COCOAPODS: 1.10.1 diff --git a/ios/Pods/Pods.xcodeproj/project.pbxproj b/ios/Pods/Pods.xcodeproj/project.pbxproj index a510719ec..0e2ec780f 100644 --- a/ios/Pods/Pods.xcodeproj/project.pbxproj +++ b/ios/Pods/Pods.xcodeproj/project.pbxproj @@ -22,9 +22,9 @@ buildPhases = ( ); dependencies = ( - DBEDDD9870DEE1066195946D82B8D4EE /* PBXTargetDependency */, - 8417CDCA2B1A4457CC85615688FA36EC /* PBXTargetDependency */, - 799503AF665A062B7401163269476C0E /* PBXTargetDependency */, + C6D25D01A048BC0A39B757F0DBDEBF80 /* PBXTargetDependency */, + D2E21865138D169E906A6D22E430A092 /* PBXTargetDependency */, + E0F79494FAF1C2C52F51F275D4AF3304 /* PBXTargetDependency */, ); name = Firebase; }; @@ -131,7 +131,7 @@ }; 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */ = { isa = PBXAggregateTarget; - buildConfigurationList = DB21DC729522EE23FF45F24023075437 /* Build configuration list for PBXAggregateTarget "FBLazyVector" */; + buildConfigurationList = AEFD83DDE12BA292E6D973A05AF27A2A /* Build configuration list for PBXAggregateTarget "FBLazyVector" */; buildPhases = ( ); dependencies = ( @@ -158,18 +158,18 @@ }; B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */ = { isa = PBXAggregateTarget; - buildConfigurationList = C9CEC5A1C35FAB649C0BCC51724B0548 /* Build configuration list for PBXAggregateTarget "GoogleAppMeasurement" */; + buildConfigurationList = F1720881208CB5C70BED3E3AAB7FD642 /* Build configuration list for PBXAggregateTarget "GoogleAppMeasurement" */; buildPhases = ( ); dependencies = ( - 6DD454B4E3F6CB69DC3398AB83FF9D48 /* PBXTargetDependency */, - 201ACACFADDF771A3780995F90D88191 /* PBXTargetDependency */, + 4F6E0822247DE59DBDE7F9F64506F448 /* PBXTargetDependency */, + B0B0C845234356FDD394382DD340CBE0 /* PBXTargetDependency */, ); name = GoogleAppMeasurement; }; B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */ = { isa = PBXAggregateTarget; - buildConfigurationList = 14252F974EA3F429A142D85890005443 /* Build configuration list for PBXAggregateTarget "OpenSSL-Universal" */; + buildConfigurationList = CBC2EA4D1FF0154A7F732E71D8A78F8F /* Build configuration list for PBXAggregateTarget "OpenSSL-Universal" */; buildPhases = ( ); dependencies = ( @@ -178,15 +178,15 @@ }; C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */ = { isa = PBXAggregateTarget; - buildConfigurationList = 075FF2F25F6C2285FD05963007432AEF /* Build configuration list for PBXAggregateTarget "FirebaseAnalytics" */; + buildConfigurationList = 2DA0B8266EBBEDC766AF2E11AE2CEFB2 /* Build configuration list for PBXAggregateTarget "FirebaseAnalytics" */; buildPhases = ( ); dependencies = ( - AEA10D48A0A5FCFBBE0AEFEA556B3317 /* PBXTargetDependency */, - BA4E3BC0759CF059393278B160A446F8 /* PBXTargetDependency */, - 777C5E57BD410F654AD4E4763CE9C8D3 /* PBXTargetDependency */, - 132A777DDF37BB6AB6372EA00A8C9A58 /* PBXTargetDependency */, - 34FCA85A2B8B45B7A7817D2F19FA4BFD /* PBXTargetDependency */, + A56216E6FE3F307A71EB840B5975448F /* PBXTargetDependency */, + 008765B12DF87847D34C6B7B781E6049 /* PBXTargetDependency */, + 7B048AA394D3FFEBACCAC7393A189064 /* PBXTargetDependency */, + 64C3E3E9EF1B3E1EB31DFB73249D47AD /* PBXTargetDependency */, + C162FFE29880EAE64EFD4EC7AACF8F05 /* PBXTargetDependency */, ); name = FirebaseAnalytics; }; @@ -201,7 +201,7 @@ }; E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */ = { isa = PBXAggregateTarget; - buildConfigurationList = 62E7D62592DD63A5765DF37359F788AA /* Build configuration list for PBXAggregateTarget "RCTRequired" */; + buildConfigurationList = 4196853A4D453733BF655E16230F1D7D /* Build configuration list for PBXAggregateTarget "RCTRequired" */; buildPhases = ( ); dependencies = ( @@ -210,7 +210,7 @@ }; ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */ = { isa = PBXAggregateTarget; - buildConfigurationList = F9C688EF01244C9FD7A5704661985D78 /* Build configuration list for PBXAggregateTarget "boost-for-react-native" */; + buildConfigurationList = D51945AD4C954B4A1CF523B84FDB8277 /* Build configuration list for PBXAggregateTarget "boost-for-react-native" */; buildPhases = ( ); dependencies = ( @@ -220,3305 +220,3307 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 0027ACB25A453EC52DEDC36640BCC044 /* RCTPbkdf2.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EF95370E7F6204C45B587645E4B5A0A /* RCTPbkdf2.m */; }; - 0028B33CFD58D134D7F27DC7007C149B /* EXPermissions.h in Headers */ = {isa = PBXBuildFile; fileRef = E1EF2364ACB27C7F6EAC5F02D33DEE22 /* EXPermissions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0042AE6747562B1F63E7C156F78BDAD4 /* BSG_KSCrashSentry_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7634584434E7C4CB33AD329C3575B8F9 /* BSG_KSCrashSentry_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0027ACB25A453EC52DEDC36640BCC044 /* RCTPbkdf2.m in Sources */ = {isa = PBXBuildFile; fileRef = 68C4071F7402AF025C67CC9ECEF84224 /* RCTPbkdf2.m */; }; + 0028B33CFD58D134D7F27DC7007C149B /* EXPermissions.h in Headers */ = {isa = PBXBuildFile; fileRef = 602EC4EBADB80DCEC11B16D9569F929A /* EXPermissions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0042AE6747562B1F63E7C156F78BDAD4 /* BSG_KSCrashSentry_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B16A958D434B31B80BB5D2F6C890DF50 /* BSG_KSCrashSentry_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0046EEB51A17FE412BF74CDA311CCA99 /* SSLSessionImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EBCFA0249CAAE3C62FC58FBD5EC38EE /* SSLSessionImpl.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 004C8065594F47734569A4ED49DA29BA /* mux_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E21D202408BFA2C1202396AB2357282 /* mux_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00552FCCFDD7C75537314A463405C54E /* FIRCrashlytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 15784486174549E80D45256BFE704A6A /* FIRCrashlytics.m */; }; - 0057DFB3BC76B6C9535866C00035A413 /* RCTImageStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BE7AF6E8EF8C8C07FA804A5DD3D5799A /* RCTImageStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00970C26F813B29A6F37E7A396A1F863 /* RNCPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56EB0BBEC86C775EF1DD9EA3807842AF /* RNCPicker-dummy.m */; }; - 009FF0611BB40536C7E55C893F120694 /* FIRInstallationsAPIService.h in Headers */ = {isa = PBXBuildFile; fileRef = 9962BFC91082B39B9517318ED95ECFFC /* FIRInstallationsAPIService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00A18FED1FB2F0E102699717289D8DC6 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = C8534DDD59E347F6FA74D3B55D21E997 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00B1FCF662DBE7337E878EE64D5D84E1 /* CPortability.h in Headers */ = {isa = PBXBuildFile; fileRef = FF49290C00D44FC829277CB588CA8A1B /* CPortability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 005018AF0B31CF95686BFEB38BE598EC /* FIRInstallationsStoredAuthToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FF83F1EFF96ACCA38944ADB20A1D894 /* FIRInstallationsStoredAuthToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0057DFB3BC76B6C9535866C00035A413 /* RCTImageStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E296AF16E0E10D7994FEBD984644D001 /* RCTImageStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00970C26F813B29A6F37E7A396A1F863 /* RNCPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BECFE987AD31794A349880BE2125957 /* RNCPicker-dummy.m */; }; + 00A18FED1FB2F0E102699717289D8DC6 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 091009D8A3AED924E5BA18C1FA2A8DA3 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00A480F23CAF1CC7CF4BD05C7CD3778A /* ProtocolVersion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7147C2A50B1A4E9B50D4743768A6DAA2 /* ProtocolVersion.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 00A91CA1971A6623B2582E43318C51B8 /* SwappableEventBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 37B412BC1F64FB826EE5B0CCADAE63B2 /* SwappableEventBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 00AD6D95024B36D347A0A53209917AE0 /* ThreadName.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B3F447A9E5641258E030C1988C10923 /* ThreadName.h */; settings = {ATTRIBUTES = (Project, ); }; }; 00C2CF7BFA431B632C02766863F4C6C5 /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EEDBB21EBB3E01D69486EAA9260B600 /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01052D99D334CF3C4D189259FE73B3AA /* PublisherBase.h in Headers */ = {isa = PBXBuildFile; fileRef = E029A544EE801E141985023CAEFD9441 /* PublisherBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 010BE0EF6DE3D73C85ADBAC04FFA21C3 /* Time.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2CD9F1101FC80FEE0A6A76DC220000F5 /* Time.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 00C85C1CDF2C41BEE2C92B5FCA1CC7B0 /* FormatTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = FD40A28A425573346F55444959488340 /* FormatTraits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00CA931194E42924A14D9594C1799EEE /* AutoTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B5767023355713B841DB2AF7F0FDA02 /* AutoTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00E7E507B35B9ED43364FB08C77A8B17 /* CodedInputDataCrypt_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E6888C29059DBD52EA90C9361F9A2C09 /* CodedInputDataCrypt_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; 010F3D1ACDA48A5DC4F43A5D6F2D7DAF /* lossless.h in Headers */ = {isa = PBXBuildFile; fileRef = FD4BF833D7A0EE4AB4D0BE2E4C16CCA2 /* lossless.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 014AA4A3374067DDF471FA9AE12279C6 /* RCTModuleData.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE9D10A63EC27660BAE4DCE5633DFFC /* RCTModuleData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0172F7977352C954E83C96184133F9CF /* dwarf.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E01B8C4C7D391A02220FAC33AA4BEE0 /* dwarf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 017F62D5A617EDF06647FEDBAEA533EA /* REAEventNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 84A05D19571183421DD7120C1319D0A6 /* REAEventNode.m */; }; - 018AE7F11C25C2C6AE52788E9C555C3F /* RCTSurfaceHostingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8C76E9788295AE67A4CC93BD6A99DE57 /* RCTSurfaceHostingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 01991A5FC24778C4D1E470CBA228D3C2 /* ScheduledRSocketResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 035A37F50A3394D891BEE70871FE6F82 /* ScheduledRSocketResponder.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 014AA4A3374067DDF471FA9AE12279C6 /* RCTModuleData.h in Headers */ = {isa = PBXBuildFile; fileRef = 883B7B026E5A91F9F91476A1D2E560F2 /* RCTModuleData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 017F62D5A617EDF06647FEDBAEA533EA /* REAEventNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AA11FFB16769B97827F04C8CD547BDF /* REAEventNode.m */; }; + 018AE7F11C25C2C6AE52788E9C555C3F /* RCTSurfaceHostingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 63F5BFCA9261D26A7F3600475468D38D /* RCTSurfaceHostingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 01A63484E1E6D5DFE1DD35272454F612 /* enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 4770C53781C94337830323C5187A6E73 /* enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 01B5E83605163939447E23FA6A4A49C1 /* StorageSetters.m in Sources */ = {isa = PBXBuildFile; fileRef = 31FEBC930971FE46F55A7C092AF41849 /* StorageSetters.m */; }; - 01B8D765BC0745BB7DE085C0AD739829 /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = E0399BA3ACDFFFEF7A5DD6A70B73A1EC /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01C4F7E2F0AE8E7E1791D77D51345C87 /* FIRCLSFile.m in Sources */ = {isa = PBXBuildFile; fileRef = 06225DC165023E2B2382C93865C9F2F9 /* FIRCLSFile.m */; }; - 01D5E90249AE4DFA53798839771B2A77 /* EXSessionTaskDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = B05D4143FB88179B259F0C0EE7C940FB /* EXSessionTaskDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01F95608DCB7047031ABFBA139E7E12A /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 401A310C8975CB5E068A59575A723A4F /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01FDABB56F8E254671FA3097BD7641F4 /* ResumeIdentificationToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 99AFE56C3813CE95CF52861C6A2A5554 /* ResumeIdentificationToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02049F12EEC179802EC777ECA806465C /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7C96CA92EFFD074E9210FEF16FD4651 /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0240C48296E74DDB788D22318CA4DA26 /* Cursor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 28B5EAF2362DEBD3E2A741565E2DA35F /* Cursor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 025EE78A46B697B0838D62ACEDE46579 /* MPMCPipelineDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = A5E9DC172AD34A4713A751188C64DC86 /* MPMCPipelineDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0267B07040040653EDD86199E1A71160 /* RCTTransformAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 4200F978FCA1E0B9D4D7A1637954CBE6 /* RCTTransformAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 0270B58E1A3971BB5EA22DBD7259915B /* RCTImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = D77580D1E3591A024E990C77E4A13C58 /* RCTImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0272B4976AB1F75CA60CFAE9AFE2B8FC /* MallocImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C45EAFC34F4E6E42BE80363C5B4C369E /* MallocImpl.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0274245FD3CF923945A2FCE725FC13AB /* SlowFingerprint.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E45F7B45565318D913C07D8596A2886 /* SlowFingerprint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0283860B69B579D09A5127D17DF72B44 /* IStream.h in Headers */ = {isa = PBXBuildFile; fileRef = A07471281BC16C7C9DEED86EA36D78A1 /* IStream.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02A459F8B509FBC7A9860B2E06008497 /* raw_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D274898AA4701C06E0A5D5290F2FD3F /* raw_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02B1D90F9A8BB4D5D7281C8CF4453985 /* UIResponder+FirstResponderTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = E2BF5CFD15E3E702E206B550C797014D /* UIResponder+FirstResponderTemp.m */; }; - 02B36D8C9DAF9425FE99AB094B55F4E2 /* RCTUtilsUIOverride.h in Headers */ = {isa = PBXBuildFile; fileRef = EFD5A8DE3C6728A22F551CD201C6FC03 /* RCTUtilsUIOverride.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02CD8DF60C9214B70F1DED7CAA72EA36 /* ARTShadow.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B6AD01C7D4D40D9498D1FFF25FB004C /* ARTShadow.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02CF88CDB941857E9C9EDA145E89C749 /* BSGConnectivity.h in Headers */ = {isa = PBXBuildFile; fileRef = C1CACBC29CB5B3D54A980F7F90CA2EE4 /* BSGConnectivity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02D744538E93F9B3BA929C143315D6F0 /* RNCCameraRollManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B17D0BD8483A45BFA22037691142566F /* RNCCameraRollManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 030BAD0D7028C18A80A8E8570F628267 /* Demangle.h in Headers */ = {isa = PBXBuildFile; fileRef = B419D240DAE4C1E98C4EE6D19998C3E1 /* Demangle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 033C862F7616228E16422E50EF860BE3 /* IOThreadPoolExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 40E22757FF9FF39234BA0CD24958BF4B /* IOThreadPoolExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 01B5E83605163939447E23FA6A4A49C1 /* StorageSetters.m in Sources */ = {isa = PBXBuildFile; fileRef = 8348F82FE33C4411414DD0A5DC912B41 /* StorageSetters.m */; }; + 01B8D765BC0745BB7DE085C0AD739829 /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = F22EB5E9D9AF14B732F142E39A2B20D2 /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01D5E90249AE4DFA53798839771B2A77 /* EXSessionTaskDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = B1E674E484AB09CB391C9B9F18369415 /* EXSessionTaskDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01EDAE9EBF8DF30E2E318B3E68AD485A /* RNBootSplash-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D5AA719B9026599D4A9CB2E4A7E27350 /* RNBootSplash-dummy.m */; }; + 01F1DFD8208B8E4DAC0394FBBAFCCDAB /* FBLPromise+Validate.m in Sources */ = {isa = PBXBuildFile; fileRef = AE0955F767E899B4290FBBC6F39E6D1B /* FBLPromise+Validate.m */; }; + 0216BCBBAFCF33D37636430718C74904 /* openssl_opensslconf.h in Headers */ = {isa = PBXBuildFile; fileRef = 12C8EF895828631BF5FF655422B75552 /* openssl_opensslconf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 022B6465FDBAE388C6FA832D8887A1AA /* SysTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = C3283A8F8AE35DDBB093EC3780BE8186 /* SysTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0235D4629AC3666D3AA75C72468921B7 /* GDTCORLifecycle.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FB379E5D133D3B5BD5907B8C2FEC426 /* GDTCORLifecycle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 025D65B655BD6E52B0114E7F897BBB86 /* Flowable.h in Headers */ = {isa = PBXBuildFile; fileRef = 429C944037B09F67FFDB4D9982A75A0A /* Flowable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0267B07040040653EDD86199E1A71160 /* RCTTransformAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 73FBE46C3F16D233E2242553C597F349 /* RCTTransformAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 026A675C0161153B7C472090F0BD29C2 /* ThreadCachedInt.h in Headers */ = {isa = PBXBuildFile; fileRef = B6C1A9C41EAEAF8AD449143F6DB361AC /* ThreadCachedInt.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 026FEC544273938E4B8C8EA35EFAF37F /* ClockGettimeWrappers.h in Headers */ = {isa = PBXBuildFile; fileRef = BF17BE0FB290A92D8674D950529E0C80 /* ClockGettimeWrappers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0270B58E1A3971BB5EA22DBD7259915B /* RCTImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 367D2856B2C1D2D8BD082E98BEDF558A /* RCTImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 027FA0FE90B04B34FC7C4931943F361C /* GULApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 207D033924BC89A9D825571017000E61 /* GULApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02B0F67E1268F46CCEA5210C18ED01D6 /* ChannelResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5877AFDEC339C9F71246DF078C6383BE /* ChannelResponder.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 02B1D90F9A8BB4D5D7281C8CF4453985 /* UIResponder+FirstResponderTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = 41A05D0650EF3D6CB09BF44C4F74A8B0 /* UIResponder+FirstResponderTemp.m */; }; + 02B36D8C9DAF9425FE99AB094B55F4E2 /* RCTUtilsUIOverride.h in Headers */ = {isa = PBXBuildFile; fileRef = 511AF6AECA2F2EB4E0635E59E65E8768 /* RCTUtilsUIOverride.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02CD8DF60C9214B70F1DED7CAA72EA36 /* ARTShadow.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BABC475F077926F8CB44E76ECEEB510 /* ARTShadow.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02CF88CDB941857E9C9EDA145E89C749 /* BSGConnectivity.h in Headers */ = {isa = PBXBuildFile; fileRef = D997B92F8D20664BC53C00438086C891 /* BSGConnectivity.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02EF338B0043B985C4B57E3BA2551EEC /* ExceptionString.h in Headers */ = {isa = PBXBuildFile; fileRef = D95D8EB288DB6E1564E488CD15A4CBA0 /* ExceptionString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02F217B85BF017183EFDEF8A0FCF74C5 /* FIRErrorCode.h in Headers */ = {isa = PBXBuildFile; fileRef = C9EC10A99DB5313772B178E755AD50C3 /* FIRErrorCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02F2A48AE9CCA2EAD2D41975E94393BD /* ExecutorWithPriority.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 583A5CE961C7C321B6AEDC6BD910170D /* ExecutorWithPriority.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 030CE03442AAF0D17E7243A20E0A9FB9 /* TLRefCount.h in Headers */ = {isa = PBXBuildFile; fileRef = D3BE08D3C37BD9C009CA59C5A58D8FC1 /* TLRefCount.h */; settings = {ATTRIBUTES = (Project, ); }; }; 035ABDBD827EF6B667B0A81C4BC891BE /* FlipperConnectionImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = E08DEED2EA317654849F7253AEEE6992 /* FlipperConnectionImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 036FE4468A9A3B4D9AB2403E8B065CEE /* GDTCORTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = E63CB4CAA28B2541855BDB5A5A38FA24 /* GDTCORTransport.m */; }; - 038376430C0415EDDF6574BF5C96F528 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BACA24472AB96FACF4551B128F8C249 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 039766AE791F597B9ED6A9E15C1B0280 /* Codel.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EBAF478D66D1DA851FD439F90D53934 /* Codel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 038376430C0415EDDF6574BF5C96F528 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = E0FDB3F46331D35BF6121BC84A7E3616 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0387C267CB960A9B37698AEB84095D51 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 4ABFB4085DEA73E6C94D62F182080034 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 039B26D08D1904C45AEB6EA0AB4DDAB3 /* ResumeIdentificationToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 99AFE56C3813CE95CF52861C6A2A5554 /* ResumeIdentificationToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; 03C43ADBDD96D9A9F2C6BB4962EDD57E /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = B853CF6AB29CB7E35175B7FEEF6183B0 /* SDWeakProxy.m */; }; 03C9FDF164D46EE142863B39C3ED3353 /* FlipperClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EEB487112509EFEEC7A11AE7C71E84C /* FlipperClient.cpp */; settings = {COMPILER_FLAGS = "-DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -Wall\n -std=c++14\n -Wno-global-constructors"; }; }; + 03E34D49398AC94C2642BD9B798A5290 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DAD390867E2DC1C3A37C7A57E6DCDE /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 03E80ACCFFC9D76B2CAD684BA0ACC87E /* GDTCORFlatFileStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = AF18ACD03871919E8F02A60B489C6CAD /* GDTCORFlatFileStorage.m */; }; 03E82591072A50A5DED71EF03E95E245 /* SKTouch.h in Headers */ = {isa = PBXBuildFile; fileRef = 544099F9C0CD9BAA5CF6A30D931C4B33 /* SKTouch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03E93C185F387B846A81CF2CC6DAA8E9 /* Varint.h in Headers */ = {isa = PBXBuildFile; fileRef = B7A545FE1BEB02ED05CEFD4A59D377DF /* Varint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03E9C0E91B4BFB8CDD1506D7F6E5F61C /* RCTLinkingPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 79D3F34B1220BDA7ED526FFA1223287D /* RCTLinkingPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03ED2397D295BDEFC83819BBFBBB13BA /* RNGestureHandlerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 40D5F4B631B7C5B6BE449E2DC1341AFB /* RNGestureHandlerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 03E9C0E91B4BFB8CDD1506D7F6E5F61C /* RCTLinkingPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E5AE8C44D6F733CCDE55E32134FF478 /* RCTLinkingPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 03ED2397D295BDEFC83819BBFBBB13BA /* RNGestureHandlerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FB3A0F719A601D38C1750976D56549FA /* RNGestureHandlerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 03F8BCE3228A9B43553B52224F80D2E6 /* SKEnvironmentVariables.h in Headers */ = {isa = PBXBuildFile; fileRef = C20F6A05F762286B608B5B3A769EBBE5 /* SKEnvironmentVariables.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 03FD9338E05722163030989A500E5ACE /* Enumerate.h in Headers */ = {isa = PBXBuildFile; fileRef = 75554076E2F2CF6641A8AF612E276040 /* Enumerate.h */; settings = {ATTRIBUTES = (Project, ); }; }; 04016E90BB43727832985D552AA219C0 /* webp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = F266A70DD4284006F2AAB6E50B343902 /* webp_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 0407CF04FDFE49981A44356D7DECEA63 /* openssl_aes_core.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 27DEF9BD8ED2901CD0BD517A7D758B89 /* openssl_aes_core.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 041DBA86B4ADD19412E4EAB2779958C9 /* Request.h in Headers */ = {isa = PBXBuildFile; fileRef = 50CA26AD93CF915BF8170B001ECA905C /* Request.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 042298F5AD49D79B5FB04ED42A5AED0C /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D420B4DBE40630F8CCC20339424553C /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0428D93255DF53111D3B24E2F62ABEC8 /* TurboCxxModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 54810C5C0E8E69AFD3D420BB21C4FC19 /* TurboCxxModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 043A921F35BC91B20673B6E41A75F86A /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = C1771026D19FD5FC4CB817918EEECC2F /* bignum.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0428D93255DF53111D3B24E2F62ABEC8 /* TurboCxxModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 518175D8F6F583ABC1295D62EF0836B2 /* TurboCxxModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 0445F3056939354ED7F7055B4940BB3F /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = F585B2747DDDB9AFABAF2577A79965AC /* SDImageCacheDefine.m */; }; - 04461D7A5209D9626416BC71DF3E7242 /* RCTImagePlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A997D158F2193CFCCA64D2F89CE6587 /* RCTImagePlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 0448C8F21E0B717E92958071612CA13F /* Subprocess.h in Headers */ = {isa = PBXBuildFile; fileRef = DF6F5825C179293170C5C51470B5455D /* Subprocess.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0463F8CCCE470055671DFC8209E193C5 /* FIRCLSDownloadAndSaveSettingsOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F89529B3C7A424F3CB829FD34902285 /* FIRCLSDownloadAndSaveSettingsOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0468F0FDAFBE5BD64981C21869BFF7B3 /* Bits.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B03B2A3A4C4729288E68F023EBD7DB8 /* Bits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 04461D7A5209D9626416BC71DF3E7242 /* RCTImagePlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = D1E25CB6ECAE73AE1A9C7B9DEB526FE9 /* RCTImagePlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 045534C63D5A1209B26D1B260A9E8319 /* pb_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = DEB4DEE43A571E48B6AC2491E453442A /* pb_decode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; + 0471E9A1FA64C316EB360CEBF0208390 /* CodedInputDataCrypt.h in Headers */ = {isa = PBXBuildFile; fileRef = 93D5B1A720AD78320734CB6F6B4FFC80 /* CodedInputDataCrypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; 047D6EB8FFFC54F62A4AFF308CC44B41 /* SDWebImageWebPCoder-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AA6DD14DBB3969BB6A18A2DA87C5C55 /* SDWebImageWebPCoder-dummy.m */; }; 04912C0270B32E4C05CEF588ABBBFDC8 /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 40DE86CB2622D5F0DF420D9A44512DD4 /* SDImageCoder.m */; }; - 04AC45D83D3F6ED371884FAC8F9E1C29 /* FIRCLSReportManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EC9AAD18BAB6C40FACF97437C6C9C33 /* FIRCLSReportManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04B9366F7CDFD0BB52C579A8CC594F70 /* RCTConvert+FIROptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F73A02C9E64AF0B6D7D5D4858627C23 /* RCTConvert+FIROptions.m */; }; - 04C0D6FB0E15B319FDE0B0AC72509DE0 /* ConsumerBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A693699EFE06B3ADC3108F4BCE64852 /* ConsumerBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 04B9366F7CDFD0BB52C579A8CC594F70 /* RCTConvert+FIROptions.m in Sources */ = {isa = PBXBuildFile; fileRef = C387577200F132152437D77B0DE6127A /* RCTConvert+FIROptions.m */; }; 04C44EF081A38B404F662DC3DAC5365B /* huffman_encode_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 9E41B6E25AAA514D606820DC4850BE9F /* huffman_encode_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 04CEEA91352CBAEF5B76797CBC31C825 /* RCTCxxModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 48BFEA31A6C733A34A6F900FA47D8E05 /* RCTCxxModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 04D3F8B98412FCDAE859644AFF82159E /* RCTInspectorPackagerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = F403C2A0B415D6E13836ADD84C5AB5AB /* RCTInspectorPackagerConnection.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 04ED8B4D3E4CBCDA84821B91977521F9 /* JSINativeModules.h in Headers */ = {isa = PBXBuildFile; fileRef = 47F5059E476055CCDBF6024C67AD07FB /* JSINativeModules.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0500035E28D0A8D95AA155C483ED4B61 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 32BD8CA986C2EDD131A6664A797558DB /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05084293897CA73452B8D564A1933C05 /* SanitizeThread.h in Headers */ = {isa = PBXBuildFile; fileRef = F084779A88B74FB8825E34867B363A5B /* SanitizeThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0521B654573D0F40A3D2B4D029C30A7E /* Math.h in Headers */ = {isa = PBXBuildFile; fileRef = A59E87290EC3BF370260BD150338D133 /* Math.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05231D527D20CF2C80D2A0AE4F26045F /* FBLPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = BEFB764D65B20FA8154B77A1DDED76E2 /* FBLPromise.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 052433991C66CA78F9BDD52F038F7694 /* File-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 62825E089B77010CEDD1245EBC1CBEF4 /* File-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05503910178BDA139FB933BDEC4B8603 /* React-cxxreact-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A3750EBDF57A9336FC6F81D6C1C58128 /* React-cxxreact-dummy.m */; }; - 055B4D27C2659219838D1257DD8AE550 /* RNNotificationCenterMulticast.h in Headers */ = {isa = PBXBuildFile; fileRef = 32E6519E7F77CEEDC26E885E9000D990 /* RNNotificationCenterMulticast.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0564E4427C2D1531FEDBFDF5774B213D /* SequencedExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D1A49FE63AE0048233702D8974CBA1F /* SequencedExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 057861A96FE516548503DE98D2801CE2 /* RNDateTimePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FB7E73890D4E81A43997599250619C20 /* RNDateTimePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0585E1E385E7510573ABA333EF8117FB /* GULSceneDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CF65B475E2DD0D558171A453E414524 /* GULSceneDelegateSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 059E46EAC8D76EB03AA060BCAA33F232 /* RCTSinglelineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B4903ECB78DBEE90336D7BD54B4D8920 /* RCTSinglelineTextInputViewManager.m */; }; - 05EB8F71AFD3CF2A6B86C654865737B8 /* MMKV_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C7E318F6C06F0F28E50533CB8255AE /* MMKV_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 05ED321DCC7BC2A67DBC3421F601BFE0 /* MMKV.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9ACA613FA2E732C0F91F7A91191D77AB /* MMKV.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 05EF1F562AF50B110C68F44D0A4F9EE7 /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B54165AE6440AA1BDA6EB6859BB65720 /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05F0742768E1DE59C2CC24E9D80A4438 /* StringKeyedSet.h in Headers */ = {isa = PBXBuildFile; fileRef = D823457CBD7043FAEB9E29F9B5EF08CE /* StringKeyedSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05F3910467B4CAF1A6497B4C67635BF4 /* ThreadedExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 53F3E96273465DA750E81619209A59EF /* ThreadedExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 04CEEA91352CBAEF5B76797CBC31C825 /* RCTCxxModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = A037DDE6A1479B1025B99C33D1220EE7 /* RCTCxxModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 04D3F8B98412FCDAE859644AFF82159E /* RCTInspectorPackagerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 686F4DB945E8AEBAF3A599E7647A7366 /* RCTInspectorPackagerConnection.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 04ED8B4D3E4CBCDA84821B91977521F9 /* JSINativeModules.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C5B82EC457F4CE9ED938DA3C255EAAF /* JSINativeModules.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0500035E28D0A8D95AA155C483ED4B61 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = F7AB5908A1F99A8F355AE51852EE3194 /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 051F2D0B4FA7428CC33D0CBDE22CDD5C /* JemallocNodumpAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = 22BDDDF9E75AE96EE3BE63136F30B15E /* JemallocNodumpAllocator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0524D12E76C8A25E9297604C91B3E220 /* RNBootSplash.m in Sources */ = {isa = PBXBuildFile; fileRef = A4FD4A71EC7FC1E992B0898DAE1256AE /* RNBootSplash.m */; }; + 05376FAB71BE9325DEA64606B5FE496C /* FIRCLSFile.m in Sources */ = {isa = PBXBuildFile; fileRef = 06225DC165023E2B2382C93865C9F2F9 /* FIRCLSFile.m */; }; + 05503910178BDA139FB933BDEC4B8603 /* React-cxxreact-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E302DC321745DD222FAFAFFA5D308E6 /* React-cxxreact-dummy.m */; }; + 055B4D27C2659219838D1257DD8AE550 /* RNNotificationCenterMulticast.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DE88AD42F76BE32942904C9EEE6EEE4 /* RNNotificationCenterMulticast.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 056BFF301C02C2A8F4D6FE5CB8AB0E07 /* FIRInstallationsIDController.m in Sources */ = {isa = PBXBuildFile; fileRef = 47336F7580D86E7261B14E41058A4EC9 /* FIRInstallationsIDController.m */; }; + 05829281FC0BA39922CAA01018E41C0C /* ThreadCachedArena.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 33D053F3CBB98EC1B0EA4627B854C3FD /* ThreadCachedArena.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 058BF1EA0CA722A7BB971A828627761C /* FlatCombiningPriorityQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 6353F876492CF27AA5E2CD8FBC6F8B7E /* FlatCombiningPriorityQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 059AE8730098AB07B1F988DF156D1FD4 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3BCBF00F863138A94AF94BFD6A36ED5 /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 059E46EAC8D76EB03AA060BCAA33F232 /* RCTSinglelineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E43FA867245FF02B3E3D6F4B9385F385 /* RCTSinglelineTextInputViewManager.m */; }; + 05B453044DCD8B52064A168652D47DE5 /* PThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5AB19C1880516910F892753A3E7BFF38 /* PThread.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 05CE6B2B6AEC53FAF5A5AFE992FD4DD2 /* Semaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = 86E6F7AFE85016C0C564440A53EEE2FB /* Semaphore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05EF1F562AF50B110C68F44D0A4F9EE7 /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BE12006D782F3B7CD458D7C675C7F15 /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 060075B5D454BD3118FEC2B23D90A7EA /* yuv_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 769AEE4652D593F049958B31A4AF3D6E /* yuv_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 0614E971C66E4D3657D9E6C708B7F0AD /* RSocketResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00ECE302ACBC9A3121F1EB01F9C8264C /* RSocketResponder.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 0647C60BF83EAF63236D562230A75FB4 /* FIRInstallationsErrorUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = F75A5D5238E86595CED89365021A2AC0 /* FIRInstallationsErrorUtil.m */; }; + 061D88E1301C65207DD06740E61D1EB0 /* File.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A61D1D21DA61E63B633541A52EC3B33 /* File.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0634CF1FA5BC24C0E5FC09DC85096CDB /* FrameTransportImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = DCDBCBD7E33107D7E0A9AE7A65BC6243 /* FrameTransportImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 06374191BB664B56DC52418E6F9FDA1E /* Shell.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B70EED3F5342A9DCBE88CBFA95EBFE0D /* Shell.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 0641A4780AF00558AEFE9FD8C529E76F /* RSocketResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00ECE302ACBC9A3121F1EB01F9C8264C /* RSocketResponder.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 06514FD84CC576BCCE44F89EE61A7F68 /* GCDAsyncSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = DB9E73D6085CB50A1C3BE47FC4DA6073 /* GCDAsyncSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 066047ABB9A27063B409C533B72812C2 /* SecureStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 6979279AB2795473A07E6E6F24D32122 /* SecureStorage.m */; }; - 06790325DF359DC61EAC515295D64139 /* RNEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 72AEB3BD68CDE6B37221B1707A3E75D2 /* RNEventEmitter.m */; }; + 066047ABB9A27063B409C533B72812C2 /* SecureStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 636C36253F531B1BC912411449FA2D46 /* SecureStorage.m */; }; + 06790325DF359DC61EAC515295D64139 /* RNEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6969E347C0953CDABD5F3E728ABF9344 /* RNEventEmitter.m */; }; 067923D6E1271D27B21B58DB9D5EB141 /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = A37DB140A208386ABEA814314B3A9FDC /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 067A37492EB34B116B74685AAF80F3FF /* ThreadWheelTimekeeperHighRes.h in Headers */ = {isa = PBXBuildFile; fileRef = 0312826BA35B17245A471EAA7A7080A6 /* ThreadWheelTimekeeperHighRes.h */; settings = {ATTRIBUTES = (Project, ); }; }; 068AFEE58D6A906D9F47BD5F0AD3D391 /* SKIOSNetworkAdapter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 36FEA324A8D5A0D423822FABB541691A /* SKIOSNetworkAdapter.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 06A71D48703030FBB9420FEBE15C9E8E /* ThreadCachedLists.h in Headers */ = {isa = PBXBuildFile; fileRef = FE74A323793E31346DD5F32CCD956491 /* ThreadCachedLists.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06C688FD55330540E0A8E13973419B14 /* TLSDefinitions.h in Headers */ = {isa = PBXBuildFile; fileRef = C39AF224FFAA5EE6F82F74DD9F667AAA /* TLSDefinitions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06CFC3429A30C2BA4CECDAD9285C881A /* RCTBorderDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = 80F2AB84AA9338BF9535DD5EE42F1D98 /* RCTBorderDrawing.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 06DA47B5D10153D2AD9BE1D3EA133676 /* BugsnagPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = AB49C4C96EA83532CB9E068B11797FF8 /* BugsnagPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06EC52774A569627B59A8D1260B4622A /* StampedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 656659D6922818AF6A80D3F057625E42 /* StampedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06FCF862CE04E06F2731B612C2477CDE /* BugsnagSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 682774410C7E15025320250801A58948 /* BugsnagSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07245ACD0FF8044A77CCCDC3CD78B618 /* KeyboardTrackingViewTempManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BB8CBE36F0DACC934E2F61272C23171 /* KeyboardTrackingViewTempManager.m */; }; - 0742CC8BB3BB6FBB0FE475899E7F4223 /* RCTCxxUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A579996C6F9D5E30538CBABA769FD36 /* RCTCxxUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 074B86684A85501B45E4A368CC9AD591 /* DiscriminatedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 37E34396F5508D2A8E01F8C3724E719E /* DiscriminatedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 075371292C05A840E198CA9E35C02A91 /* HazptrObj.h in Headers */ = {isa = PBXBuildFile; fileRef = 730556F68595133BD4C32BC4171FBDE9 /* HazptrObj.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 075CDC4189D947C1386933C65EF9CE11 /* BugsnagSessionTrackingPayload.m in Sources */ = {isa = PBXBuildFile; fileRef = EDDDC0D4120245E2F5484729188F62E6 /* BugsnagSessionTrackingPayload.m */; }; - 0766344640922094CCBC81E10C5BE3B5 /* RCTVirtualTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = F8874B4273D76B839616FA6F7722C2AC /* RCTVirtualTextShadowView.m */; }; - 0770A96449257D8A83944EE3FE30A3BC /* ARTTextManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BB036E8BBA7A55B58C802A43F2DFCB3C /* ARTTextManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 077890674FFB4864EC355AB662C5502A /* RNNativeViewHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = D7EA07A39CB1A60CDB6A1252B6B5C39E /* RNNativeViewHandler.m */; }; + 06CFC3429A30C2BA4CECDAD9285C881A /* RCTBorderDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DEDFC304E0F0ECD12A7E2A51BCCE226 /* RCTBorderDrawing.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 06D59DD975E57872B9023520C3C71BD3 /* PasswordInFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26EA354254BF71D3B5271E1E1B2A101C /* PasswordInFile.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 06DA47B5D10153D2AD9BE1D3EA133676 /* BugsnagPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = AB7CA7C82E554C97E312AA1DE078E964 /* BugsnagPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 06E90097D8E9145311E543E7B8FB99FA /* GDTCORDataFuture.m in Sources */ = {isa = PBXBuildFile; fileRef = 372C88C139F6DECDDDE39091642AD22F /* GDTCORDataFuture.m */; }; + 06FCF862CE04E06F2731B612C2477CDE /* BugsnagSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DA5939CC48C178B945462419AB51B81 /* BugsnagSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 07245ACD0FF8044A77CCCDC3CD78B618 /* KeyboardTrackingViewTempManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 25B3FE5EDA006705B4A217BD83FEA8BD /* KeyboardTrackingViewTempManager.m */; }; + 073929BFB802E40A7B1A4D9552D8E122 /* ClientResumeStatusCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E09AFDB084AF001C8F6491442D8E18A /* ClientResumeStatusCallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 07395605B2B8F4F861BE4FB148BA9E34 /* Framer.h in Headers */ = {isa = PBXBuildFile; fileRef = F9057AEC922F16724E16448D145C60DB /* Framer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0742CC8BB3BB6FBB0FE475899E7F4223 /* RCTCxxUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13D043217137541667C41FB6D14144EB /* RCTCxxUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 075CDC4189D947C1386933C65EF9CE11 /* BugsnagSessionTrackingPayload.m in Sources */ = {isa = PBXBuildFile; fileRef = DA3C406D277BFC9C784175E0127DCA0E /* BugsnagSessionTrackingPayload.m */; }; + 0766344640922094CCBC81E10C5BE3B5 /* RCTVirtualTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 64508D687A3BA8FA511B6DFB3862F708 /* RCTVirtualTextShadowView.m */; }; + 0770A96449257D8A83944EE3FE30A3BC /* ARTTextManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CFFFB099BB2DD29327225BA32393491D /* ARTTextManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 077890674FFB4864EC355AB662C5502A /* RNNativeViewHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = C8DCC22E5A5537C1844FFDC1F2E3088D /* RNNativeViewHandler.m */; }; + 077D189A1BEA7AEAD83205A12386648C /* WaitOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E37464D798EAB57966CFA44FD00105A /* WaitOptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0784E0211CC2C4FB1359962B97443D94 /* Random-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = E2F1F47EA5D572DDB535613CF49D5EBC /* Random-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; 078BB518ED94C4B003C733C44C1B2179 /* TOCropViewConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = B80F69D55C5AB3E201354BFB85C1DA9D /* TOCropViewConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 079EB008785841F1F3161B7343302DCE /* TestSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 71484EB728EF2BD10A80516F52EF1833 /* TestSubscriber.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 078EB6FF6BBFC4D5D1C23CBE2E187B8B /* FIRCLSHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E492BE216BFC85EE02E2AD66FDF2AAA /* FIRCLSHandler.m */; }; + 0791F939E2457732E82F4EE698696121 /* ScopedLock.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 83EE5B1A59B06EFFB72FCC380B82122C /* ScopedLock.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 07A7F2FE82B378BF83F2049AD6CF9215 /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = B0EBF11DB8BBC6C5E3C8142117E8D50E /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07C226886CA8F90613589A35082B2AAD /* FireAndForgetResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = CE5318FADC44771326824F09E9FE227F /* FireAndForgetResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07CA76F75690AE09E4BA7AE4FD32BB84 /* UMModuleRegistryHolderReactModule.m in Sources */ = {isa = PBXBuildFile; fileRef = CE0C64FE23771524B5B68EA5DBEBDFAC /* UMModuleRegistryHolderReactModule.m */; }; - 07E0067048AAA2B03D6627BE73A65F1E /* ShutdownSocketSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 290FB4BE1CF191877CA6D19DA9DEEB79 /* ShutdownSocketSet.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 07E10D3C496A44111E810B65CF5A2649 /* RCTAnimationType.h in Headers */ = {isa = PBXBuildFile; fileRef = 06998019CE075AB5293527DED9A66FCC /* RCTAnimationType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07F8608F117D5FAE2EE0ABF892B7CB31 /* AsyncSocketException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48C849A8E066DDD8307A81BE243979BE /* AsyncSocketException.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 08058E1F60B803207971E7BF7D484E61 /* DistributedMutex-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 31A74DE51A809847EFFA44376B6F010C /* DistributedMutex-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 083349C7F69D059373F7694D0B12FDFC /* BSG_KSSingleton.h in Headers */ = {isa = PBXBuildFile; fileRef = F69DC148D9D314AED62213F5B6EDF577 /* BSG_KSSingleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 07B8107DA5AB71459F43D9310A95E3C3 /* IndexedMemPool.h in Headers */ = {isa = PBXBuildFile; fileRef = 44B0F3FAFCF338F4782C3BED90798AEA /* IndexedMemPool.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 07C73BAD832C9C4A87FD735867F54427 /* FIRInstallationsAuthTokenResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F563CC4948AD230BB1285F545B6227B /* FIRInstallationsAuthTokenResult.m */; }; + 07CA76F75690AE09E4BA7AE4FD32BB84 /* UMModuleRegistryHolderReactModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 625FDBEB8B00FEF2A57D9EA3A7ACCB90 /* UMModuleRegistryHolderReactModule.m */; }; + 07E10D3C496A44111E810B65CF5A2649 /* RCTAnimationType.h in Headers */ = {isa = PBXBuildFile; fileRef = 862F5F0A85C6B63350D2A3449BD55E54 /* RCTAnimationType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 07F46AF92BBC3F06FB334E9C09C6E6FA /* VirtualEventBase.h in Headers */ = {isa = PBXBuildFile; fileRef = EFDB6D76614428E8C4AEEB10621F6913 /* VirtualEventBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0805B88775F5127E25DC5FEACCC70FFB /* GLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 54AD4B9E2276D86FA4B0EC49AB66BE7E /* GLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 083349C7F69D059373F7694D0B12FDFC /* BSG_KSSingleton.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DAE871E3DA36D4C414B179ADD639775 /* BSG_KSSingleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; 083A6F87AF28884AC70957E40E042B21 /* muxinternal.c in Sources */ = {isa = PBXBuildFile; fileRef = 7A479D89FF60C881EE796DDDF92F4FF6 /* muxinternal.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 083E1A519BED889FEA24C2FE59595AE3 /* SDWebImageTransitionInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = F85202F838C190B6BE8034346BEAFCB8 /* SDWebImageTransitionInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 08431A69D771C49DB77038EA8C1A79B4 /* RCTManagedPointer.mm in Sources */ = {isa = PBXBuildFile; fileRef = DABBFFD8E80E35E28E6FCA2EBAC126E9 /* RCTManagedPointer.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 08480CE58BD618A3856B2AA4143B7ABD /* BlurView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0140826316831EF5630C315DCA0E4A84 /* BlurView.m */; }; - 084E8877EB5B1233F30EB5F905A92E80 /* Sse.h in Headers */ = {isa = PBXBuildFile; fileRef = EC22763B2410C58280F020F636D3BA61 /* Sse.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 087A56A534429BCC6CB5DC4FEAC26BDB /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = DD432E56D475A58C93EB1C4F9E1F5519 /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 088EB85D9B6005087F4AC88525D3C64B /* Traits.h in Headers */ = {isa = PBXBuildFile; fileRef = 9764A3A8252EFF14A321A56C6FF810E2 /* Traits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08431A69D771C49DB77038EA8C1A79B4 /* RCTManagedPointer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9ADBAECE98BE75CD10B20DFA4C9CD1E9 /* RCTManagedPointer.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 08480CE58BD618A3856B2AA4143B7ABD /* BlurView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4402B81163EE5CEF688AF96DBE731348 /* BlurView.m */; }; + 087A56A534429BCC6CB5DC4FEAC26BDB /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C2E2C7E2BF1EF3B8DEB979CA99FC847 /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 08A1B0AF01496FBFE4809F6D0F0EE8D1 /* filter_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = FC439B6F9332E0A898DF8C43F1CFADF6 /* filter_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 08AD1DA47F465DD4CACAE31AEED4765D /* FIRCLSURLSessionDownloadTask_PrivateMethods.h in Headers */ = {isa = PBXBuildFile; fileRef = 81F822092F642F552A94E7CF09633E8F /* FIRCLSURLSessionDownloadTask_PrivateMethods.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 08B36AED5B67A5C2031A2C872B965E07 /* HHWheelTimer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06B22DAA676EE05EBC1B9F5D6DB870E7 /* HHWheelTimer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 08C2D67B126AD24C746C68AA30C0CD76 /* GDTCORTransport_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = BDD88D93EF5423C2CADBE43F89A62E30 /* GDTCORTransport_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 08E0B594CB36494F278F50C89F718AC9 /* AtomicNotification-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = E7DEFA475E0C36B052637763F9873C99 /* AtomicNotification-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08BE9B30C42741E682288EDD03C2D5EA /* FIRCLSProcess.c in Sources */ = {isa = PBXBuildFile; fileRef = 7A6F3749C087FCF308DF196556357C7F /* FIRCLSProcess.c */; }; + 08D52DE9B2323BD5306514C8E953CFC4 /* FBLPromise+Delay.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A5AAD7F6ADA478197438B8FC683D30D /* FBLPromise+Delay.m */; }; 08E726607572792BF19FEEB8A7280FCB /* color_cache_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 67F2F4A9C9471033EEC8C788561A7658 /* color_cache_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 090022EB476626419603778D48F706B2 /* FIRCLSFABNetworkClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 188D155BEC1BCF1EC6453AB17CEA1966 /* FIRCLSFABNetworkClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 090CFBE4406371D791D2FBB837A032B9 /* QBVideoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3142282CACA691C0B7519DE2D72DA78B /* QBVideoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 090D7A939BD0E4141C321406BD304C0A /* RNCMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 091809CBC872C804DE3A695B7FB6918B /* RNCMaskedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08FE01E6E385043DD42A42D4C111A425 /* RNCSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6282CC5CA9C8EC688117C809E2F105DB /* RNCSafeAreaView.m */; }; + 090CFBE4406371D791D2FBB837A032B9 /* QBVideoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = 724EFD210DEA7870D40BD8ADA7C3B631 /* QBVideoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 090D7A939BD0E4141C321406BD304C0A /* RNCMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 206622DC3287496A98E1C54E082EDF64 /* RNCMaskedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 091B32DC9B35A27D260CB658F65DBB73 /* FlipperKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B01F22C57CB6E0D160D5676AD78F59F9 /* FlipperKit-dummy.m */; }; - 091D3B6C5B4BF7EA8A9F5CF1FC98F3A0 /* EXVideoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 26DFC9501081F4391FB60AA04CF1FBF3 /* EXVideoManager.m */; }; - 093492410D1092DF7E465408CDCE1180 /* REAStyleNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 47C0C9E8CDB1CFA284E847787DFD6BAB /* REAStyleNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 094B6639C41A6251EC40D55F2EDE1CB8 /* RCTWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 02B03A342D21D0ED16AB6755105BBDB2 /* RCTWeakProxy.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 096143FBD4EBB458643C6E65A872A8B8 /* FIRInstallationsIDController.m in Sources */ = {isa = PBXBuildFile; fileRef = 47336F7580D86E7261B14E41058A4EC9 /* FIRInstallationsIDController.m */; }; - 09724AFECBA67030CCBDDEC111AA7381 /* RCTSha.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D3FAB3E5EFD505AF28C8091927D78F7 /* RCTSha.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 097D9BB45C7C6A9F07E194B5B62ECC62 /* RNPushKitEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 61F91A94F1C85E99006D6BF2C1B552A4 /* RNPushKitEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09CF727F36F1B0F7161220045797094D /* ScheduledFrameTransport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A1163C1F15C34A28D41B97463CC7F9F6 /* ScheduledFrameTransport.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 09DF9A0A951D0393673431C6150077FD /* BaselinesTcp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 75B81694B4C54625AABB0A114A6A6ABA /* BaselinesTcp.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 09E8364FF8A74FFD76DDABDAFC03BA25 /* SocketOptionMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF76C6897EA0C33AC1F484372098DDF1 /* SocketOptionMap.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 09F3D38C2BAD56F608FD7A7F26E29DF7 /* BSG_KSJSONCodecObjC.m in Sources */ = {isa = PBXBuildFile; fileRef = 0173C60E4048872DAFC00AE9114F945F /* BSG_KSJSONCodecObjC.m */; }; - 09FB0A144CF42E303B1DBCC78F83BF80 /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34C4F3F2A22FD60BFFD178C41DF9A7F2 /* YGValue.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 091D3B6C5B4BF7EA8A9F5CF1FC98F3A0 /* EXVideoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9384C4052D4B5330FE667A0F8070EB64 /* EXVideoManager.m */; }; + 093492410D1092DF7E465408CDCE1180 /* REAStyleNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B95A032A0C1F87AF120F0474C6699B9 /* REAStyleNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 094B6639C41A6251EC40D55F2EDE1CB8 /* RCTWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = D9E345074035B90595A726BFD456F22D /* RCTWeakProxy.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 09724AFECBA67030CCBDDEC111AA7381 /* RCTSha.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B795AF505822FA3531F882B0C34893F /* RCTSha.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 097D9BB45C7C6A9F07E194B5B62ECC62 /* RNPushKitEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 4417DC84BB1ECB385F6D5A2E88C9EB34 /* RNPushKitEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 09A464ED48BAA4E9DCFEDC9F7D894822 /* F14Set.h in Headers */ = {isa = PBXBuildFile; fileRef = C4DF22F1747968490088396150223C6F /* F14Set.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 09F3D38C2BAD56F608FD7A7F26E29DF7 /* BSG_KSJSONCodecObjC.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E6A243016A588197881C7C4F2254BD1 /* BSG_KSJSONCodecObjC.m */; }; + 09FB0A144CF42E303B1DBCC78F83BF80 /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 114935C1D2FF9C10E262F2E00706870F /* YGValue.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 0A0A806A7EF677E86C81D042EACB6ED5 /* CheckedMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 501806FB83EF04868BB89BABCF421A94 /* CheckedMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0A0F924BEDB66B36140C0412B7C28B07 /* libMMKV.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4F05177E9EB56BC4B68D13024F08946B /* libMMKV.mm */; }; 0A1D55F1B9853ABF7938B05BA4834FA4 /* picture_psnr_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = A018667154B9A43244B18AE2A8EEEE50 /* picture_psnr_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 0A279C3E604AF38251E0B139CAC0972A /* FLEXUtility.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5C11C44A2D9489E22B2FED225FB6B8D8 /* FLEXUtility.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 0A4660D92379F9E6A82B0942CCD2AF9B /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E5083F8DC5A8204A94B7447DB33F6D8 /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A58F8AD465CE5DCA9D3CB9042389F3C /* RCTI18nManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 121526DF0C3B2F1BAF2E342A84E751C9 /* RCTI18nManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 0A3B2E62C110683729D4D8EC050296C7 /* AsyncTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 87EC7BE455FB110AFAA74D23B532EA6D /* AsyncTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A4660D92379F9E6A82B0942CCD2AF9B /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 37FE39961D39F1D6D9D6208DEAF0FB05 /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A58F8AD465CE5DCA9D3CB9042389F3C /* RCTI18nManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 737D309F650EAA414F379B6BEB0950A3 /* RCTI18nManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 0A6F160726FB7781AC7918741BE0CE2B /* FIRCLSUnwind.c in Sources */ = {isa = PBXBuildFile; fileRef = 53BA95CA5635D6F03708BA1F8A82D760 /* FIRCLSUnwind.c */; }; 0A7DD952CE0EBFA3D43AA4D8014F0AD9 /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 542E4972B175A70D474D455D9526F6C2 /* SDWebImageDownloaderRequestModifier.m */; }; - 0A9BC03EA9EFA1EEB62E8ADAD0999D47 /* FIRCLSMachException.c in Sources */ = {isa = PBXBuildFile; fileRef = 1FE7A7FACDDD35547CD57D3797439B72 /* FIRCLSMachException.c */; }; + 0A806DB1F0E3E59095259AFF63C8487B /* FIRCLSThreadArrayOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = D53631B5BB7B40F7A40B7A2C362BCBE4 /* FIRCLSThreadArrayOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0A9D19A488D116D27B81E92323287C6B /* YGLayoutExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE641B75A35A8E37BF9098E0A95B2F1F /* YGLayoutExtensions.swift */; }; 0AB0058593030C3B0EAD62529088458B /* SKHiddenWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = D672993F59C47CA638DAF57EA68F6C9C /* SKHiddenWindow.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0AB6392EFBC2634DD11DF56604E9212C /* RNGestureHandlerRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 779501FB36FA9DA3094A55FF678C5F70 /* RNGestureHandlerRegistry.m */; }; - 0AC44EA6FD183A3A05F72ED74755F292 /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = 8701553180267703D4EF14A32216C450 /* bignum.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0AD4538666C695CC3848FE682A6492C9 /* RCTAlertController.h in Headers */ = {isa = PBXBuildFile; fileRef = 99E03EB3BF06B276D4104459448AF467 /* RCTAlertController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0ADDFCA59DF7A618BEE634F09D31AB9E /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = 14032B6DF2909EA928292E52FF85A81E /* README.md */; }; - 0B02BD271D4639A0F0D418083E5DC704 /* FIRCLSSignal.c in Sources */ = {isa = PBXBuildFile; fileRef = 85894402DE158F768A5AB403A3E8B761 /* FIRCLSSignal.c */; }; - 0B2F1F7F6DE9C42E6052C2353D1D2470 /* React-jsiexecutor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 789FF3B7EE0059D61C7763C937C70844 /* React-jsiexecutor-dummy.m */; }; - 0B380E7F98E41F1D7E2BA92976940641 /* React-Core-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 60BA11728D3E532E6696981AAEDDB3D2 /* React-Core-dummy.m */; }; - 0B85CC110419FC0B19728F5AB0C79F90 /* FIRCLSUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 60B7352C13A58F5E736F5302C3997684 /* FIRCLSUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0BBDAD03EF08CA1EDDE9FBBA70BFD9F9 /* RCTCustomInputControllerTemp.h in Headers */ = {isa = PBXBuildFile; fileRef = D84E69754A0D4FDBCE0C052A0319CE6A /* RCTCustomInputControllerTemp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0BC8480BB7062F05FE8DAB9397701E28 /* RCTRsaUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA6DE0BC5B868FD8F2BA45D82887170D /* RCTRsaUtils.swift */; }; + 0AB6392EFBC2634DD11DF56604E9212C /* RNGestureHandlerRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DDDD8A213730C50FA95B65AE6FE799B /* RNGestureHandlerRegistry.m */; }; + 0AC7CEEF8A91D361D372B86E0A7A3CF0 /* Cursor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 28B5EAF2362DEBD3E2A741565E2DA35F /* Cursor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 0ACBB6FD6385FD3F8D12C6292C3FFC37 /* RSocketException.h in Headers */ = {isa = PBXBuildFile; fileRef = C3DEDD16BC98750F12AF65BB762532A0 /* RSocketException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0AD4538666C695CC3848FE682A6492C9 /* RCTAlertController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BB5C7B5A52736F3BE5159030C40DEF8 /* RCTAlertController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0AD81DBBD1EBF56B71208232BA422397 /* Math.h in Headers */ = {isa = PBXBuildFile; fileRef = A59E87290EC3BF370260BD150338D133 /* Math.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0AE9553F25D4869F136A9E80E893DBA6 /* GULReachabilityChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = A9D94D7CB1C26BEA4F82541AC879099A /* GULReachabilityChecker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B0D025EDEF39EFBAC691A9A3FECE11D /* FIRInstallationsLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = A4959246A8B3A173B7782707FF64DADD /* FIRInstallationsLogger.m */; }; + 0B2F1F7F6DE9C42E6052C2353D1D2470 /* React-jsiexecutor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F97800ABD4B7E0E20A45EEFDC4CD621 /* React-jsiexecutor-dummy.m */; }; + 0B380E7F98E41F1D7E2BA92976940641 /* React-Core-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 33C454A3AFD35DE32F8873131926DB6D /* React-Core-dummy.m */; }; + 0B4986B712501FDD56C148AA812B2926 /* GoogleDataTransportCCTSupport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CC7D3CB5395ECDD26AAA7EC972072BB /* GoogleDataTransportCCTSupport-dummy.m */; }; + 0B680CFB0540EF39FFDEBDBF8F79C4F1 /* SysFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 87D1B1412B73BB7D48C1F9B5773A217C /* SysFile.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 0B83B0A088BFFCE6DA6D366545292EC6 /* RCTConvertHelpers.mm in Sources */ = {isa = PBXBuildFile; fileRef = 69BE25AF1425FFD988506DD1F7E13E8B /* RCTConvertHelpers.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 0BB4C7B85258E0F8086E013BBBA4C109 /* Random.h in Headers */ = {isa = PBXBuildFile; fileRef = A5D805107CF754CEFDBE530B792C8640 /* Random.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0BB87BB56EC4CDDBDE9FE9F8A90B6FF4 /* FIRAnalyticsInteropListener.h in Headers */ = {isa = PBXBuildFile; fileRef = B83053500F79E12FCDA0FE995A7E28E7 /* FIRAnalyticsInteropListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0BBDAD03EF08CA1EDDE9FBBA70BFD9F9 /* RCTCustomInputControllerTemp.h in Headers */ = {isa = PBXBuildFile; fileRef = 4540AEFDDE23EAECDDCA4B91BEFDF1F8 /* RCTCustomInputControllerTemp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0BC8480BB7062F05FE8DAB9397701E28 /* RCTRsaUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14717AB7F29D68B559C1440E173AB413 /* RCTRsaUtils.swift */; }; + 0BD726C30CD5EF226C4E63693F1D9DB9 /* FIRCLSURLSessionDownloadTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EBA5DF374B2E9BF9FD9A407E7D7AAF8 /* FIRCLSURLSessionDownloadTask.m */; }; + 0BDAA4BBEA43D10E345627887A6DEA16 /* StreamResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 29FA3689DDFA1CFFBD3083C772A9A09C /* StreamResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0BEFB656CE3C7944142481BF3E16FB6F /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F6D0A14D4A6C24A84295B2F70D90BA4 /* SDDiskCache.m */; }; - 0BF3CF089390D5959A8EC41E9A255C7E /* RCTAccessibilityManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1F3D53023C0E3D69B72649C30D660B11 /* RCTAccessibilityManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 0BF74399507D5965BD31A42D89F348EB /* MMKV.h in Headers */ = {isa = PBXBuildFile; fileRef = DAAA5BCF0CD1DD3256C58D65D0A8B41F /* MMKV.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C0D2E68BC950C8AC5786460D79A08C8 /* FBLPromise+Always.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D778FBB5BB438017DA1A03F67FB36F4 /* FBLPromise+Always.m */; }; - 0C16A78662E77B0A9CEAF57CCAFDDCAD /* FIRStackFrame_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DA2987C15726CA925D4C3195CBE80D8 /* FIRStackFrame_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C1814C94C673B25936F55D17C981D0E /* AtomicRef.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F71F980459D45BA165D5658FFB635E4 /* AtomicRef.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C220EA8FB42C0BC2571C7662922DF16 /* FIRCLSCompoundOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 515F0D02BFDBF54CA5391E3B9EE543D4 /* FIRCLSCompoundOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C390E38441BA3EBC16CFF3DD9223B73 /* FIRCLSInstallIdentifierModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 284A3D9B3BC17461B00A872841C45843 /* FIRCLSInstallIdentifierModel.m */; }; - 0C3B0B786822ED45F456EE894554A8E0 /* StreamFragmentAccumulator.h in Headers */ = {isa = PBXBuildFile; fileRef = 508B89267CE4D93F39E22DE3249FDED0 /* StreamFragmentAccumulator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C526684487137B6B06F586DC0BBD5DC /* TurboModuleUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 68C2A1C6F563A702807EA50D70A689D4 /* TurboModuleUtils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0C579297D9016CF8348EA546F736E67C /* OpenSSLUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 70ACFD097CEC9691CBC2F6EE5CE13D76 /* OpenSSLUtils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 0BF3CF089390D5959A8EC41E9A255C7E /* RCTAccessibilityManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = A68A17A699632B273698F8CD377ACA7B /* RCTAccessibilityManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 0C007AF3E75F1C8A94D21AC52303D2DF /* FIRCLSUnwind_arm.c in Sources */ = {isa = PBXBuildFile; fileRef = B4AD7A59972CEDDDC5C7CF762B8EBA39 /* FIRCLSUnwind_arm.c */; }; + 0C2F09CC99B70E4E378A03CA85A35FC1 /* ManualTimekeeper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF40B4DD4D1F04FE796D486E30C2BB21 /* ManualTimekeeper.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 0C3511A38B2DFBEDE19C37357FB9E27F /* ObservableConcatOperators.h in Headers */ = {isa = PBXBuildFile; fileRef = DDA584E9D391DAA2AB9E91FFC565D793 /* ObservableConcatOperators.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C526684487137B6B06F586DC0BBD5DC /* TurboModuleUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BB20ECCAB628D6D02BCBC58A56A3AB6D /* TurboModuleUtils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0C6A52354FE750E7A9A4668602B7E9FD /* SSLErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = FEB54E45902D3AA343ED9A383F360016 /* SSLErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C6DDC119931752F533EDD64083081F7 /* Try-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = B20065F9C2CCA62D0B539D215D127A8F /* Try-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C7335E732F5A6E02288D04CC285F899 /* FIRCLSDemangleOperation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 94B455AA04E262EDE77D78D9D032C64A /* FIRCLSDemangleOperation.mm */; }; + 0C9B45982348809BCEEEDAB151BF9DB1 /* GoogleDataTransport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A6C362498D6B6FC89890828C59E39A34 /* GoogleDataTransport-dummy.m */; }; 0C9BDDB3423138DFDC7360723B246F98 /* anim_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B30C7DEADFABC231C99CEBC43B5640D /* anim_decode.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 0CA8037128DBC7C6B80D9DFBFDEE0249 /* SKSwizzle.mm in Sources */ = {isa = PBXBuildFile; fileRef = FB08749CBD8F7A45B234C0853AD35180 /* SKSwizzle.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 0CADA9750AD0998DE254B8975CF9B9B6 /* JSDeltaBundleClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 89EB72C002BA7DF59494B86F88DD02C0 /* JSDeltaBundleClient.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0CFAE0EFABAF38A38EFA551F093B289B /* BitIterator.h in Headers */ = {isa = PBXBuildFile; fileRef = 55B07ACB7AE286509B75F27838D58F18 /* BitIterator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0CADA9750AD0998DE254B8975CF9B9B6 /* JSDeltaBundleClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 98E0C1854B63908FDE63860702C4E9E2 /* JSDeltaBundleClient.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 0CFCE2B6BC92346E0F3F6AE4ABCDC2DE /* quant.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F13B21F405601EA336D96B1B3F04FE5 /* quant.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0CFFA5B541BC0D16F6CB29678D9F5EB2 /* bit_writer_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 060C50AC52A5A3B536E8000BA6D84D8B /* bit_writer_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 0D0732327EC3325200FF338E60CAC019 /* json.h in Headers */ = {isa = PBXBuildFile; fileRef = C47B8307C806973CC3E2DE384F1D1D53 /* json.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D0D3BAFB96540C4B6C7F2AF72633BF8 /* FlowableDoOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = C5617F2FC998D480C862C4A4CDDC4B51 /* FlowableDoOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0D0F8F915847D7D6859C247DA98907CB /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E76722C2C3CB706BD6FA0EEADCD162C /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D4A91EE27244E27B92D9D8294F49C32 /* nanopb-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 15728E2E8C6A530CD705E2CE4AC4FA98 /* nanopb-dummy.m */; }; - 0D4D91606E21A9D2B98DF74DCDD34488 /* RCTDataRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 869165C4DCAF5320CFAF800BF8B965FD /* RCTDataRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D4DE9E3C7E5511D87C24AB288F7720F /* RCTErrorCustomizer.h in Headers */ = {isa = PBXBuildFile; fileRef = D4523CF64C931C9B8E69D3F96A6CADE5 /* RCTErrorCustomizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D974F75F906CE3A523965912D7B93A2 /* crc32_armv8.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8522DB206FA8263B200BEDAA70F35507 /* crc32_armv8.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 0D995485837D7A996612D99119BB62E3 /* ConcurrentHashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 330FF1CD6EDF4A20B4F6BC37C82064BE /* ConcurrentHashMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0DE5D1EB60CF0E085072D2AB1C9C0A27 /* json_patch.h in Headers */ = {isa = PBXBuildFile; fileRef = C93B9ED70C19DA48C53720B2C795855D /* json_patch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D310DB3C35AA95D4FFF6136F95E4740 /* Demangle.h in Headers */ = {isa = PBXBuildFile; fileRef = B419D240DAE4C1E98C4EE6D19998C3E1 /* Demangle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D40CDBD5486AE061AB3157BADBC82FA /* AsyncTrace.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 32B2408B3F9DB70767A7F501805ED1C6 /* AsyncTrace.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 0D4D91606E21A9D2B98DF74DCDD34488 /* RCTDataRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = DF4ADDD34E5A2E3973EF17E85B448F62 /* RCTDataRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D4DE9E3C7E5511D87C24AB288F7720F /* RCTErrorCustomizer.h in Headers */ = {isa = PBXBuildFile; fileRef = FFAC79140682CC7850C1244E689A1DC4 /* RCTErrorCustomizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D97C1CD1A890E06D10A8D88EB5691C6 /* ConstexprMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 588A2F76B97DCC69EEC0ADD7933D4B29 /* ConstexprMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0DAFC0D2F918A9116DC84666FD816DA8 /* FIRCLSDwarfUnwind.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F1AADEB994A06753733D5DA30E49EE9 /* FIRCLSDwarfUnwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0DEB8DDCEEFCB8FCD774A65038CC5EEF /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C9EADFF955D23ECDEA2ABCBF971A195 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E013E11DEEE9F54978C7D1D486ED1CD /* FIRInstallationsAPIService.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E11D330985329B8B6D0E6A5B3B37419 /* FIRInstallationsAPIService.m */; }; - 0E23C16F4019DBBCFFCA00EB21470257 /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = AC205F4BF551F49CEA698F3630120186 /* cached-powers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E2E2C6FF5241928DEBD933F4B74BA08 /* RNJitsiMeetViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D8FB043D77257DE0D880FAE8B032EFFF /* RNJitsiMeetViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E3039558CF4B516D318C9A28F833F3F /* RCTUIUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = E1CC8A576BA97332FF194D348891F2FC /* RCTUIUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0E407E4AA22591C87ACAD100406954EB /* PublishProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 911E1131C3831A9F8C757A9AB84FB83A /* PublishProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0DF1EEAB49D793105860A21DA914EF50 /* GULAppDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = FA700A1128BEF46A73E29BC782C59350 /* GULAppDelegateSwizzler.m */; }; + 0E2E2C6FF5241928DEBD933F4B74BA08 /* RNJitsiMeetViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 465D7CA200A32C6CD6A83E484F9F35CB /* RNJitsiMeetViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E3039558CF4B516D318C9A28F833F3F /* RCTUIUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D74CC114AC63595CB1F910FC51D4B8D /* RCTUIUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 0E4BB2F9FF27ED0B42DE542A81D22FCF /* predictor_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 498AABB4FAD21EE24A6887F5A7631523 /* predictor_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 0E7FB06B5EA1B3CB4A6FA948D9721B89 /* RCTMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = C7BA89EB307B177653EF5413838FB088 /* RCTMaskedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E85004BFF308FE750E34C0682720A63 /* NSDataBigString.mm in Sources */ = {isa = PBXBuildFile; fileRef = 50FDEB6D80DC9C0E3743CA42C41620E4 /* NSDataBigString.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0E98BCEB7B626C4EA0A2164BD66D43D9 /* RCTUIImageViewAnimated.m in Sources */ = {isa = PBXBuildFile; fileRef = F4BC5FF9B4FCAFB0E5A2DDDF7E51050D /* RCTUIImageViewAnimated.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 0EA43091971F51B77A88C4128434163C /* RCTConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = F904D2FC6CFAFBB5BF4015CB7D5B6CFB /* RCTConstants.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0EA849A457F87DED790AFD8F40025BA9 /* MallctlHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 23494ECF83AE03010863B41F2C7587E7 /* MallctlHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0EA8B67C0D2931A298B495B662499A18 /* GULKeychainStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = AC7D2824AB1BA42B6A4D91D198778B7B /* GULKeychainStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0EA944CF2047CA8E69E18E04346D4E47 /* FIRCLSMachOBinary.m in Sources */ = {isa = PBXBuildFile; fileRef = A2C0FE182CCFD918BBC16E8588ED77A2 /* FIRCLSMachOBinary.m */; }; - 0EA9EBBCC46C24ADFF8784AE63C6F11F /* FIRCLSCodeMapping.h in Headers */ = {isa = PBXBuildFile; fileRef = 68E483198650FC383AF5031BC92C4B4E /* FIRCLSCodeMapping.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0EB366765F18DF9595ACF188F5883C4D /* TimeoutQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 58F840D6AA1892A8F858310121E0488F /* TimeoutQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E4D42CC0731386E1346BB5D4ABBF7B3 /* Base.h in Headers */ = {isa = PBXBuildFile; fileRef = E61EE900F6D0A47E25F3EA00BD4999B9 /* Base.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E60CE569E84B2A80E998E6E87F66737 /* Iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B121DCA9D609A2FBC3C80A63CCDE5D1 /* Iterator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E7FB06B5EA1B3CB4A6FA948D9721B89 /* RCTMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AB47442248DCD53C3CD5BBC929A4D30 /* RCTMaskedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E85004BFF308FE750E34C0682720A63 /* NSDataBigString.mm in Sources */ = {isa = PBXBuildFile; fileRef = B62F5C806823C05490ED12599ADB95B7 /* NSDataBigString.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0E98BCEB7B626C4EA0A2164BD66D43D9 /* RCTUIImageViewAnimated.m in Sources */ = {isa = PBXBuildFile; fileRef = FE23E5C406FBDCBC8188911D92E06F7D /* RCTUIImageViewAnimated.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 0EA43091971F51B77A88C4128434163C /* RCTConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = FD79E4DA9AD74E14A844C181B79BF3A6 /* RCTConstants.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0EBCD98422FB2A6FB9E988BDBD060E68 /* DiscriminatedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 37E34396F5508D2A8E01F8C3724E719E /* DiscriminatedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0EC796408F099EFDC86FDE4FE88402C8 /* enc_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B313EA0C36D2B4AC2B1B2F462149798 /* enc_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 0ED2FDAFD92EB55ACB6FD22F49F8558B /* BSG_KSCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = A2566A48DC585F7D9274DBF073D8EE8F /* BSG_KSCrash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F236D8D3DE124F475E5EB79D9F47122 /* RCTGIFImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 55E9F8D7B356B377A01649F9FFF19140 /* RCTGIFImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F280913B40382C0EC5ADC63E22776DE /* SysStat.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A3882B0DD28CD28781B9FA5323D1826 /* SysStat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F29366508D7B326BB430B2CC7667A37 /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E67FE872588AF0586E8991033688771 /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0ED2FDAFD92EB55ACB6FD22F49F8558B /* BSG_KSCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = F9CE521AFAECCB738BA0B5EFFDE56158 /* BSG_KSCrash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0EEEF255302DDAAD412F3594E6C10872 /* FIRCLSFeatures.h in Headers */ = {isa = PBXBuildFile; fileRef = 70889C20B2B9CB6BFEB33E64450AAA66 /* FIRCLSFeatures.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F0B03ED4E555125BED27837C69848D8 /* FIRCLSUnwind_arch.h in Headers */ = {isa = PBXBuildFile; fileRef = 7820A01445E127670B911E2F7714A7ED /* FIRCLSUnwind_arch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F236D8D3DE124F475E5EB79D9F47122 /* RCTGIFImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 6473229E514A97FCBB8F3C6CEF3D0DF4 /* RCTGIFImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F24191CA8A041D7FE10686F71563363 /* TimeoutManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3FC0717E49BA9AC1408D053AA64EF4A0 /* TimeoutManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 0F29366508D7B326BB430B2CC7667A37 /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A39049268CD3E505ED7CF80CE92C0D5 /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0F49A2E9D56B8E78B5A453E9F7A788D9 /* FlipperPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CE4C2D9652D8E71C491F0536C4E996E /* FlipperPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F51DB3A511A20C5FB48FE0765239092 /* DuplexConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1B0F617DB13603FD3F2164820EDDF5 /* DuplexConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F526F8ECE4864D931BAB06C581EF2A8 /* FIRInstallationsAuthTokenResult.h in Headers */ = {isa = PBXBuildFile; fileRef = D510D181906E33263BC3D2B8DC0A6FD0 /* FIRInstallationsAuthTokenResult.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F5E9ECC5E6943F852F867A054E10DC0 /* IOS7Polyfill.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E91343D4055329FB3CC8AF0CEEB8837 /* IOS7Polyfill.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F5E9ECC5E6943F852F867A054E10DC0 /* IOS7Polyfill.h in Headers */ = {isa = PBXBuildFile; fileRef = B7612B75AFD48607234185EB579D616F /* IOS7Polyfill.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0F77C1E509E3104168A71A86B936A8CF /* SKApplicationDescriptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 630603AE2E4FC96AB0BE9A746894CED5 /* SKApplicationDescriptor.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 0F9D7AECE1424B29956413FF5FA9258A /* InspectorInterfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 11F01B553D15A2CFA37803115389D4AD /* InspectorInterfaces.cpp */; }; + 0F7A109601314476447A0E3088595D6D /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 77066ED9888600814ED2D67397DD0E7D /* fast-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F95B4D1E2AE16F5C2562755BEBECD85 /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6ACA45ED26ADA136A123760F633EFF79 /* String.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 0F9D7AECE1424B29956413FF5FA9258A /* InspectorInterfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8B089B2FCA2AA2A0D55BB5E4AF03F52 /* InspectorInterfaces.cpp */; }; 0FAFB7DAF17CF8C3387AE65BBE0D0E68 /* huffman_encode_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 548D3E56BD9004A127232C4A552D3923 /* huffman_encode_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0FC032A26B721EF1D3C85A69E09B8366 /* SysMman.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 444DCC1F0AE6951DB2A4D62FCFA8823C /* SysMman.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 0FD08F6C40F3F03746B2E48C45CBC54F /* RCTSegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = C7A23417A52D93D72B480A9C23EC4EE3 /* RCTSegmentedControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0FE7850DCE601DE929D3F45BE344E7AE /* AsyncUDPServerSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = AB3B994D0C87CF11D38862DA72EE2BBF /* AsyncUDPServerSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10010D046347C7D2A6D7CABAC0E24494 /* SysUio.h in Headers */ = {isa = PBXBuildFile; fileRef = B3EC717D9E62DC37E77943B52D38DE53 /* SysUio.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10292FF65AB64E249B2D1D74E2BEFB8F /* Shared.m in Sources */ = {isa = PBXBuildFile; fileRef = 144EE497A38980848F5B902705CDA9E8 /* Shared.m */; }; - 1033A6C57D4D572EEE65706B53D29873 /* InspectorInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D603460E0070E7FC1E3B02E44E8606A /* InspectorInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0FD08F6C40F3F03746B2E48C45CBC54F /* RCTSegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = F8DE4697E4B5DFB8BE55C350C2668976 /* RCTSegmentedControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0FFF2FC0A67629A3B7AB724F21F48709 /* FIRCLSMultipartMimeStreamEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 832F083FF532BE671C8BEBEE62C4FC73 /* FIRCLSMultipartMimeStreamEncoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10292FF65AB64E249B2D1D74E2BEFB8F /* Shared.m in Sources */ = {isa = PBXBuildFile; fileRef = D6523E54B8ABFBDA4090211EC24C645F /* Shared.m */; }; + 1033A6C57D4D572EEE65706B53D29873 /* InspectorInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = 96078E14FB366FC2819D699F6957C373 /* InspectorInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 103451815D22D387DC156526A2810594 /* Hazptr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C5F9BE1025F25C801E19AF5C42F0D4E9 /* Hazptr.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 1043542EFBACD82404025754B2B8C645 /* SKNodeDescriptor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 792797FC9AA31485974B18F66925F055 /* SKNodeDescriptor.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 10561F495B8AFF15A5A26326BDA2E306 /* File.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A61D1D21DA61E63B633541A52EC3B33 /* File.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1069B6122BA8F2094BEDEAD0B5AE03CE /* ReactMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = B83BE080B4BA8EE754CF2353D95A95F7 /* ReactMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1069B6122BA8F2094BEDEAD0B5AE03CE /* ReactMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = D630ED9CD40A69BE01717C93F4A97F18 /* ReactMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; 106E00B86501E869336779B673D0EB29 /* backward_references_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = D68375B36756B0A95FBC5FF7D5B5386F /* backward_references_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 107AA38AA8E3C05EFD1ADD38C87F5686 /* FIRCLSCompactUnwind_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 11649DB28F09DA2C221F0014D73E752F /* FIRCLSCompactUnwind_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 109553C74E38B9EF146C253618CD59EA /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = D1B8432914A42AEDB1B6F124CC12E830 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 109553C74E38B9EF146C253618CD59EA /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = E7B65584DEF65AA87721CD32FD894663 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 10A5D3DFB287658E4BE68D835677DE99 /* libwebp-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BB4309970289554AEBFBCF59553D45F9 /* libwebp-dummy.m */; }; - 10A94B6AE2715EA75E0F81A1DF0C3565 /* BugsnagFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F3F63A815835D0BA710DE0AA1FE0D4C /* BugsnagFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10A94B6AE2715EA75E0F81A1DF0C3565 /* BugsnagFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D7AF775990369F3D9E099505923CF2 /* BugsnagFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10B2D424A3478547BD17480EFB1AFB62 /* ChecksumDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = D7BEA8A3A6B124B4E9B0C722EAFA7FC8 /* ChecksumDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10B5D6DA509258AD6E47E994B8FEC913 /* json_pointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2FBA720AC34082FE3A5CE0DD59A59F4C /* json_pointer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 10C1D95B5E7C2E9BB0F2D7D809134453 /* SDDeviceHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E54145403F4EE715FDB3C24ADD2250F /* SDDeviceHelper.m */; }; - 10C9516F6633D6B558B24F5F7036E9E1 /* BugsnagHandledState.m in Sources */ = {isa = PBXBuildFile; fileRef = ECC53D1FA4A06B527DFD010A2F938142 /* BugsnagHandledState.m */; }; - 10E619212AC7D27C3479C7DC43A4F8B5 /* GULLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 596348D663CAD4C093E331A36EA1F008 /* GULLogger.m */; }; - 10FE3BCFF708CC30AC22F9CB200E5920 /* FBLPromise+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = C734EA9B27E68E23F2959BADCD475545 /* FBLPromise+Testing.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 110CFEFF13E5DBB67E025723AB43BF70 /* RCTInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 22EE82A6EB92E9F8E70DE4CAD2B552F6 /* RCTInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 11231378DFABBFD74020590AA4BFDFDF /* RNSScreenStackHeaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 046AC6AC697ABA697735A3767B51D1BC /* RNSScreenStackHeaderConfig.m */; }; - 11256AA10CC43FA3400FBA4A551489C9 /* Expected.h in Headers */ = {isa = PBXBuildFile; fileRef = 249841D9E5B16AC18A5478E54E4D3A1B /* Expected.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1138501EE46D8C19340A15E67441D9AE /* JSIDynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C21795CC1787100D8FD5952589A2B91 /* JSIDynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 114EF7743A5F0163BDB82DBC469F7DDA /* Atomic.h in Headers */ = {isa = PBXBuildFile; fileRef = C009656349BBFE7CB97649ED1DE75267 /* Atomic.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1150FD97889E98ECF89845D8099157C7 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3BCBF00F863138A94AF94BFD6A36ED5 /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 10C87CA9E786E2BDDA994CD998E431B3 /* FIRCLSCompoundOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 515F0D02BFDBF54CA5391E3B9EE543D4 /* FIRCLSCompoundOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10C9516F6633D6B558B24F5F7036E9E1 /* BugsnagHandledState.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EDC49DDA18E23DB506A14E75125AF81 /* BugsnagHandledState.m */; }; + 10D5565F5A52168F86A1AE607CBF15D6 /* FIRDependency.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AEB19EE53AEA1B4A8E3B134A7BBE963 /* FIRDependency.m */; }; + 110CFEFF13E5DBB67E025723AB43BF70 /* RCTInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = D664F7E060F2D1C89F9CD2B8BF4F5420 /* RCTInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 11231378DFABBFD74020590AA4BFDFDF /* RNSScreenStackHeaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = BF3AB2AF8C3245233CA9BD2973C44369 /* RNSScreenStackHeaderConfig.m */; }; + 112777D62F436077F0FA680DBEC5A1EF /* FIRAValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 059C584615D0AC1A97DA10A01C10720D /* FIRAValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1138501EE46D8C19340A15E67441D9AE /* JSIDynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = E76947DFC349285E9FF32A1D630AB6CE /* JSIDynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; 115D1FBB2815AF733BCB083E69C4F743 /* animi.h in Headers */ = {isa = PBXBuildFile; fileRef = AC1F947E312FEB435EDC2E7CDE4CAAA7 /* animi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1164A69F162B30B14BDDD8DD02A2770D /* RNBootSplash.m in Sources */ = {isa = PBXBuildFile; fileRef = B65BFD3F26741880F828DDE45A97BE78 /* RNBootSplash.m */; }; - 11A679FEE1C6EB791F4C326974AA280C /* RCTBlobCollector.mm in Sources */ = {isa = PBXBuildFile; fileRef = C567C255F63F38F24762D6EB66FFF82D /* RCTBlobCollector.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 11C95A4E9A0AA9D8AAF5C10710C15B5B /* NSDataBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 723B40B79C57C810431A92944D1FACB8 /* NSDataBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 11CAF66D9F09D86AFBB392E528411A56 /* InlineExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = B15D556A48222A425B74D3C5069391AB /* InlineExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 11E3CB1B1FF7CEDD4EAE6659A9217EF5 /* RCTImageShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = FE2BCEDA0B5E1DB14256F2EC1C56D8B1 /* RCTImageShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 12042BC0C71DD505B7A2E3569D43D782 /* TcpConnectionFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = B8C153636514DB0BFC849F54543B230A /* TcpConnectionFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 120B7A744447CA1EFAD6113DF3F21C42 /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = 87AEB47A6985A23B74B6E8616F909CEA /* diy-fp.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 1192B60893289D935CB1C4BC5CF4221F /* ManualExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3CA41D84B3FBE103D480168508BF6498 /* ManualExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 11A679FEE1C6EB791F4C326974AA280C /* RCTBlobCollector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4AD1771614082DE8D0085876C09454A4 /* RCTBlobCollector.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 11A85C855F5C7A2E5177C69C3BF22596 /* FIRCLSCompactUnwind.h in Headers */ = {isa = PBXBuildFile; fileRef = 00757B0157CF40DB233460CC17708188 /* FIRCLSCompactUnwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 11C95A4E9A0AA9D8AAF5C10710C15B5B /* NSDataBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 7088A6574CAAC8312D11A27D45D3931C /* NSDataBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 11E3CB1B1FF7CEDD4EAE6659A9217EF5 /* RCTImageShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = B164B1E0BD2E400B0244B5827CACF3C1 /* RCTImageShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 1233D8532997F37E596614EA65C3A8E4 /* AsyncSocketException.h in Headers */ = {isa = PBXBuildFile; fileRef = C1C85BA612BBB6143955D2D584E3AA56 /* AsyncSocketException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 123ADC8B55684E7E86A0EE01347EBE03 /* GDTCORConsoleLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 99F93EE64440E9A1DA652BA54E830184 /* GDTCORConsoleLogger.m */; }; 124391F18803754B204E2C5463397468 /* upsampling_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = B759F4D9726D6DA533F4DCA05607D766 /* upsampling_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 12614F4B7BB9A80D397752D6DBE4CFBF /* ScheduledSubscription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6E803959C68AF2D291AB73175966820A /* ScheduledSubscription.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 126467506610BA805C298092D6A9E3C1 /* RCTModuleMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 69799623B0E0EF1C5538BB57A4FD2886 /* RCTModuleMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 126467506610BA805C298092D6A9E3C1 /* RCTModuleMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 49C5CA68FF485885AA477908B6AC9139 /* RCTModuleMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1269D4C0ED48C68E928D7F77536B0416 /* RNCSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 95B600BE9BE3B22A5CF3182E1D85F85C /* RNCSafeAreaViewManager.m */; }; + 1269F8BF61CCEE24D084D81CA0FFD09A /* Expected.h in Headers */ = {isa = PBXBuildFile; fileRef = 249841D9E5B16AC18A5478E54E4D3A1B /* Expected.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1287168EF2CD67E43188C356B6F46FFA /* UninitializedMemoryHacks.h in Headers */ = {isa = PBXBuildFile; fileRef = F7BA1E6DC21CDC2028F8774C5C4070CB /* UninitializedMemoryHacks.h */; settings = {ATTRIBUTES = (Project, ); }; }; 128FEF165E2476FE199AB92675E1249E /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 58AB994521FD4D5415715A13F67DDC86 /* NSButton+WebCache.m */; }; - 12915418C3AC7DCF0E510A95F597DD89 /* AtomicUnorderedMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DA3F95713B8DEC6D676E9C459826820 /* AtomicUnorderedMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12977FFF19CB17C0B93A17A70BCE1F42 /* Flipper-RSocket-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 461454BFA71F2BF6E61325718BA6C32E /* Flipper-RSocket-dummy.m */; }; - 12B302D10A720130CD16C94F9EA296AF /* StreamsWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = F2A52CBE2AF719EC96CEC5AF71BFF66E /* StreamsWriter.h */; settings = {ATTRIBUTES = (Project, ); }; }; 12BB620D70C60F9020CCF08FD6932B1B /* alphai_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = D6351844B05044633BA8A8C7D936AD83 /* alphai_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12BCE47B600E8B2E7D3770A604ABC14E /* HHWheelTimer-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DDDF70397E873FB66A7DD6FD2386304 /* HHWheelTimer-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12D18A699C8534FA335B843EF994CBF5 /* TurboModuleBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1721DE1E6380CAE20148A6F50F1F10 /* TurboModuleBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12D8142AAF65EE8A115784DB981CBA55 /* KeyCommands-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B52D90A5DF86D410388C1EA205E61B2E /* KeyCommands-dummy.m */; }; - 12DAAB46F2FB3A9556E89BD3FF4D0DB9 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 99B5BB18B3F462B9460E4C2DECAD8D2B /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 1306FB552B1D71AB1F2D4675BE8960A0 /* RCTNetworkPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = E29C392463FA1AE429281CDE6AB57DD2 /* RCTNetworkPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 1309624C5F8DDBD05FEA387AB6AE7780 /* SpookyHashV1.h in Headers */ = {isa = PBXBuildFile; fileRef = FC6C7B30DD78D8A123AE55E67BFCE670 /* SpookyHashV1.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 131A171B63A545571C4BB0834B2436DB /* RCTAnimationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = E08844D1C95CDE3776C6B40EDBA03C4D /* RCTAnimationUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 133A9C628E4928B5AA1AAB9EBD982C0F /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = D7953F433DD8276762D1B76C98DD679B /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13680404A7F43CA69A23BC4FE925DA76 /* RCTImageView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2ADF7D625829E5C086765B0222E8B4D5 /* RCTImageView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 136853D834B432B0A50EAF50FB39FB22 /* FutureExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 9788D2E725AD263B6340AF22F0829124 /* FutureExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1375C364771948036CE6F81332BA2106 /* BugsnagErrorReportApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = DC0AC5A2F6B35CBA64083268427A42F3 /* BugsnagErrorReportApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12D18A699C8534FA335B843EF994CBF5 /* TurboModuleBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C4F65716B45CCF4C00C7331F05251F3 /* TurboModuleBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12D8142AAF65EE8A115784DB981CBA55 /* KeyCommands-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 60A1FDF90321FB37CFA567B0C4D8E1DE /* KeyCommands-dummy.m */; }; + 12D8B4D17339DBEDFDD9F6504C732A97 /* CacheLocality.h in Headers */ = {isa = PBXBuildFile; fileRef = 646DECD24D179C072D2DB483C4B51A77 /* CacheLocality.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1306FB552B1D71AB1F2D4675BE8960A0 /* RCTNetworkPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = E35D40C1E135E835213372E4D78832FA /* RCTNetworkPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 131A171B63A545571C4BB0834B2436DB /* RCTAnimationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = BC679498FD672C36DBB537E23CDE4D0B /* RCTAnimationUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 13236A2A23B12AB9E96E9833D53F084B /* CPortability.h in Headers */ = {isa = PBXBuildFile; fileRef = FF49290C00D44FC829277CB588CA8A1B /* CPortability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1345DFE0DE63794CCDFC069E22D4DF78 /* ChannelResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 100EB040B80EE6B8421985E3CECF38D4 /* ChannelResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13513B2BEE6983C247AAE0E6CC39F167 /* GDTCCTNanopbHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 52808A151BEC66F6C4E2B5A8F7130D19 /* GDTCCTNanopbHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13680404A7F43CA69A23BC4FE925DA76 /* RCTImageView.mm in Sources */ = {isa = PBXBuildFile; fileRef = B051C5240FDA0EE6B638A9AE1F7904AA /* RCTImageView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 1375C364771948036CE6F81332BA2106 /* BugsnagErrorReportApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 3224C090E0B2DC3BC8F0792F8AE4C441 /* BugsnagErrorReportApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1389994D9BAD10C2814721D22736242E /* encode.h in Headers */ = {isa = PBXBuildFile; fileRef = E332E8F4EBFB4F8CC94BCF4BABC65F07 /* encode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 138FDAE49867D2D0A75BDADF80FEF016 /* GULAppEnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = E690A58F90EA5E35BE0ED21E70BBCBE3 /* GULAppEnvironmentUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13BC94F0ACAA7972E91589EB80D2CEC3 /* RCTConvert+RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B9F41D67F9A3A8D7B5B8A058D5D9815 /* RCTConvert+RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13D68AB01110710F7CA2073195E9430A /* UniqueInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5D64DB44760B189A0293EBE8B788BD4 /* UniqueInstance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 142CF3EAF54D07ACA83A171034386F04 /* RCTDevMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AC6369993EE60F39D85C876FD6C77AA /* RCTDevMenu.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 143CDC87385E6E80D0D7D82B7859D575 /* NetOps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3A6C910E810FBD3DCC2D19B68FA7B794 /* NetOps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1443544E4ED78F9E2E9AF56A8DC2BD60 /* EXVideoPlayerViewControllerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = B8918C296D95EDF67D301741CBF41D0E /* EXVideoPlayerViewControllerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1452FF827F203FD64625749983D051BE /* Indestructible.h in Headers */ = {isa = PBXBuildFile; fileRef = B048397C8F7C72C375D4765C439036E0 /* Indestructible.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 145A361BB0B2257288DEA70D785630A3 /* BugsnagUser.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A380ADB622E3098F54D064DCE23EF9C /* BugsnagUser.m */; }; - 148134A1F8585F8F5E047731C80737C1 /* AtomicHashUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 11A24AC324C55976F55724F9D4235D75 /* AtomicHashUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13AEDF2384770BE43EE78BE141CEDA67 /* Foreach-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = FEC2394175883BA0D3E261637A561463 /* Foreach-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13BC94F0ACAA7972E91589EB80D2CEC3 /* RCTConvert+RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = A18DFC6068147B01B3F5B450A8A9C450 /* RCTConvert+RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 142CF3EAF54D07ACA83A171034386F04 /* RCTDevMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FFA058CA3E1841ED42F1D92D497A947 /* RCTDevMenu.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1443544E4ED78F9E2E9AF56A8DC2BD60 /* EXVideoPlayerViewControllerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 80408B1DDA857F570FB00621E45166AD /* EXVideoPlayerViewControllerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 145A361BB0B2257288DEA70D785630A3 /* BugsnagUser.m in Sources */ = {isa = PBXBuildFile; fileRef = 69F85DC62BF24577277A28D728520FD7 /* BugsnagUser.m */; }; + 147F0B8AE1F48597E9AC6CE13224D8C1 /* RequestResponseResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE09B815A25FA21F8C305F98F131E88F /* RequestResponseResponder.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 1493EC91AD567DFC00B323DFC4E2A594 /* SDWebImageDownloaderResponseModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 338DC693935796B06D164690F04084E3 /* SDWebImageDownloaderResponseModifier.m */; }; - 14997B01D986EBB3FD7D2A7195CCABBD /* AtomicLinkedList.h in Headers */ = {isa = PBXBuildFile; fileRef = 77779F49900F85F220ACB9EF14BBC3B1 /* AtomicLinkedList.h */; settings = {ATTRIBUTES = (Project, ); }; }; 149E146950E4D808A580BAC6EF797CCE /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = C6D4C1D1E00C37EAF35F200B04D165CC /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 149FF0FD9A5BE71676DAAF57C62703EA /* UMModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = F5B853311D55CA2122A8C634EFC7D6D4 /* UMModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14A30D2C12B7E573239CF4830B579B99 /* RCTComponentEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = E1BF435D59435150D53197A457E3A100 /* RCTComponentEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14AAA2DFC845A87859786BD12B456847 /* RCTImageStoreManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = D8381D732252B0193A436F6A9AA5C869 /* RCTImageStoreManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 14F281D6536469ACB45BD441C238638A /* react-native-jitsi-meet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 391B04E599A2E8CF7BE30903066AF0B7 /* react-native-jitsi-meet-dummy.m */; }; - 150EF86CF0788F5503DEC19015BA32D6 /* BSG_KSObjC.c in Sources */ = {isa = PBXBuildFile; fileRef = 320EC59642F2D942185540B9EB15C2CD /* BSG_KSObjC.c */; }; + 149FF0FD9A5BE71676DAAF57C62703EA /* UMModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = A1BCEFC5838D146DC63AFB4DB936C6AE /* UMModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14A30D2C12B7E573239CF4830B579B99 /* RCTComponentEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 6676D414A7FB5337B369D2C147358958 /* RCTComponentEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14AAA2DFC845A87859786BD12B456847 /* RCTImageStoreManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07AB6B3D1F1C72F76834F49E7AFD2C07 /* RCTImageStoreManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 14B05797CF12E3EDFDCBA4BFE23DBA81 /* Libgen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D893ABE4125C2E5D23BEAC8F5705F5AA /* Libgen.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 14B60DCAA5F82150E44D96C6E8BACC49 /* Uri-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B0394692BFDC48EDAF0F9D65F4907F2 /* Uri-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14C1A048D6F865F45B325BAC3B76DA33 /* Latch.h in Headers */ = {isa = PBXBuildFile; fileRef = E7B66A3E12C0D708F2B5CE6CA6E37B0B /* Latch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14E4B53EA8F264F6346A4C851E8633D6 /* GULReachabilityChecker+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DC0C54C2507B56DCFE1A638F3FD50E5 /* GULReachabilityChecker+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14F281D6536469ACB45BD441C238638A /* react-native-jitsi-meet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E0F17946B6353D26948E39E93F43A09F /* react-native-jitsi-meet-dummy.m */; }; + 150ACBB772200550CBCA36C42EE29D4A /* Asm.h in Headers */ = {isa = PBXBuildFile; fileRef = 815D8630D1298C3A7BC07270A98E1DAA /* Asm.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 150EF86CF0788F5503DEC19015BA32D6 /* BSG_KSObjC.c in Sources */ = {isa = PBXBuildFile; fileRef = 4DD994C90A22CA9E9B844778FC3A8DFA /* BSG_KSObjC.c */; }; + 15323548C4F0428F35A51EE31EE6383C /* GDTCORReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = 93BC81BD4B8421AA0D05341EE0B566EE /* GDTCORReachability.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1535C701DAAD121DCAF8DD9F5196C282 /* near_lossless_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 99B922B5E113EFAABB5E8B04E2BBEA07 /* near_lossless_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 153AF16BE563CC2037CE407206B917AC /* DestructorCheck.h in Headers */ = {isa = PBXBuildFile; fileRef = 49085752636EB16CFB43D8E330FD6FD7 /* DestructorCheck.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15431E3BCE485633C1F429F989E946F7 /* GTest.h in Headers */ = {isa = PBXBuildFile; fileRef = B8FEB1C9F8CC4C30834CD811545EC34F /* GTest.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1559CAC7082B43875DE473A77E2E6986 /* JSModulesUnbundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AC0FE394EAA78C2B411DDEDD41E418B /* JSModulesUnbundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 155B32B65888CF40CC4C37B9D16EE6AA /* AsyncUDPSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 36089D8A62176AEBC1A1C33BB1F4587A /* AsyncUDPSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 155C6140A5EE9F4BC3300F4BE8DBAE3E /* FIRCLSFCRAnalytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EE9BEC4C9C1445412EF648ED645BC0D /* FIRCLSFCRAnalytics.m */; }; - 15C3F98EBEF4E626BC03FF1CFC0CD8F9 /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = F732CA9F3D60708A1FB6909B25173815 /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1559CAC7082B43875DE473A77E2E6986 /* JSModulesUnbundle.h in Headers */ = {isa = PBXBuildFile; fileRef = C98E38E179C02B604FFEC4B9C845F551 /* JSModulesUnbundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 156541A16438D5D0895A42BEBB48DE15 /* QueuedImmediateExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A3134B9954D27BB17E8D00039F3C165 /* QueuedImmediateExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15C3F98EBEF4E626BC03FF1CFC0CD8F9 /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C98F850DDEBB33287F941D0C8953C39 /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15CED7BF3CA20A9F19039AB2C2F5C825 /* ThreadId.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FA038F8A60594E3B8F83E00C0C44FDE /* ThreadId.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15D3B2DE00CEF3729DFDCBBEEA88085D /* ScheduledFrameTransport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A1163C1F15C34A28D41B97463CC7F9F6 /* ScheduledFrameTransport.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 15DAC541F3DDAC1A4E6E17BADBB7D927 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FA31CBEBF7D0603B48F99391B4B3661 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15E80731B42DD6DC67642AB0F4B74D41 /* StreamThroughputMemory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 56ED77DCABC11D49D1D2C0219FE9F6E4 /* StreamThroughputMemory.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 15F81E88494B867EE19ADA9D807AA0B0 /* ThreadLock.h in Headers */ = {isa = PBXBuildFile; fileRef = A5165CB1AD152201EC6BCBFB5A41419C /* ThreadLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15E04767A844E89D123C3971936E35F0 /* SafeAssert.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AE9AD276ACE023E37C3399ED9A29AC2 /* SafeAssert.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 15FBBCD4B17F6C048CAFC89CF6C431A8 /* Dirent.h in Headers */ = {isa = PBXBuildFile; fileRef = 746FA0BBE67532F465D29859821FC4CE /* Dirent.h */; settings = {ATTRIBUTES = (Project, ); }; }; 160F270DC385E9C00587FB20ADE2E7BF /* FlipperCertificateProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C1139BDB0810D99E932F602F6CAE5BD /* FlipperCertificateProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 162DAECA90ECF88EFB5B346DB9D3CBFB /* TupleOps.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A74019B547CECA96E7F45657B514245 /* TupleOps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 162FBD061BB998CB2CA30E417F1660A0 /* RCTSettingsPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 78FD30412ED7246AB07F383D9B2AE03E /* RCTSettingsPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 162FBD061BB998CB2CA30E417F1660A0 /* RCTSettingsPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4F75D95A21B736464EC4AF7F33D7C852 /* RCTSettingsPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; 163E3A6A86931C246ED0E097DB56D9E2 /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = E762AF3395A686DC1035D995DF01BD0E /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; 163E8A247AEC02DC7FA0E775E729770C /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C96F8A1AAA35B76BE7D663A69F5BD22 /* NSImage+Compatibility.m */; }; + 1645EC47EB762E4FFE87BC156065831A /* ReentrantAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3AABC173CEFDB3E4DB71464CBC5BC8E4 /* ReentrantAllocator.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 165570C8B9641C71FC25E25B09F54A97 /* tr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = EF38ADD4B23918335F1FDD5DBCDE58D9 /* tr.lproj */; }; - 1661AF25C1C75F90B5D8B0DD1A99257E /* CString.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AADEA538BA01F7FC3161B2E094449FC /* CString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 169358EB3D2D9FF36F9FCF718F027063 /* FBReactNativeSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = 11B4F4D252B29980AAD6033DE734CF35 /* FBReactNativeSpec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 169A7673676DC5BC15BAC45E07B500DC /* ConstexprMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 588A2F76B97DCC69EEC0ADD7933D4B29 /* ConstexprMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 16638CFEBFCF81BB884E5140AF782F42 /* RNCSafeAreaViewEdges.h in Headers */ = {isa = PBXBuildFile; fileRef = B7D402B25CA9CF5536A10956564084AC /* RNCSafeAreaViewEdges.h */; settings = {ATTRIBUTES = (Project, ); }; }; 169CB94A8FAE1994D99A6988D9B511FA /* SonarKitNetworkPlugin+CPPInitialization.h in Headers */ = {isa = PBXBuildFile; fileRef = A4D53670725A185562E1BBEC5C6BF76C /* SonarKitNetworkPlugin+CPPInitialization.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 169EBEC52655B55669DA572EE8D1677C /* RCTImageShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = EA06E1BAE288DEA737EEAC9EF04B0ADB /* RCTImageShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 169FF1C3989DA62B55580EBBAFA9F872 /* BSG_KSMach_Arm64.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F2A7B945616C2D89600DAC389F1692F /* BSG_KSMach_Arm64.c */; }; - 16BF8486EBE735EE99EDF2A7155E6B01 /* RCTBaseTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A42D98799F7756E4AEA181A8B8BB607 /* RCTBaseTextShadowView.m */; }; + 169EBEC52655B55669DA572EE8D1677C /* RCTImageShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = B1A63FD5A4CBC2FCC66FCAA7AA9B116D /* RCTImageShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 169FF1C3989DA62B55580EBBAFA9F872 /* BSG_KSMach_Arm64.c in Sources */ = {isa = PBXBuildFile; fileRef = DA30428E97DA023F80743B8F36FA4BD4 /* BSG_KSMach_Arm64.c */; }; + 16B4DE7A881A2254D0516118EEA95367 /* openssl_md5_dgst.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6209FAE6D1637CABE395F9466EDB6299 /* openssl_md5_dgst.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 16BF8486EBE735EE99EDF2A7155E6B01 /* RCTBaseTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8ACBF01C0E45F22908C80497E27A54B6 /* RCTBaseTextShadowView.m */; }; 16C0EA3D5D51842FE62EB1476E977662 /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = AED29BBA089D84FECC97BE859DC38AAB /* SDmetamacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 16C45A0312F58653D6EBCA31F7EB19F0 /* BSG_KSString.h in Headers */ = {isa = PBXBuildFile; fileRef = 41CEC56D764C23ADC7CAA4FCE1143B65 /* BSG_KSString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 16C45A0312F58653D6EBCA31F7EB19F0 /* BSG_KSString.h in Headers */ = {isa = PBXBuildFile; fileRef = B3715D5F7F6AED006E5A39655C79B76E /* BSG_KSString.h */; settings = {ATTRIBUTES = (Project, ); }; }; 16D6AF7A753D6159FAAFB4F548EE630E /* SKDispatchQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = A776D0406DCD6D0C178FBB9083C6A8BD /* SKDispatchQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; 16DA81D42D459979321288FCEFF08D9B /* YGLayout+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 85BFE3588184664472F789A05D7EF6CD /* YGLayout+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 16DC7CFD78C809EA45454947E46387AB /* MMKVPredef.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C2C9D209F160529837157C404C4E401 /* MMKVPredef.h */; settings = {ATTRIBUTES = (Project, ); }; }; 16E1F005BEADB3B34EA14E8A3EC7235C /* SDDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AE7E3CDE7CD356A9862BD899B71C9B4 /* SDDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 16F19B068BC81CE2A13DBE0BE7B2B53F /* RCTDivisionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 63B3B4840E0FE7AF3611576E056FE1F5 /* RCTDivisionAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 16F84109AF3E4EEBD1EA15F9B4C6BEB3 /* EventBaseThread.h in Headers */ = {isa = PBXBuildFile; fileRef = E9ECB6EC03C675437652991121F55F52 /* EventBaseThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 170AB88FAD0F4C61B341ACCDE34EF30D /* react-native-blur-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CD6EE228DA0FE42211D7EED2759B1E46 /* react-native-blur-dummy.m */; }; - 1721261755CCF7180E95FADF717E8F95 /* BugsnagLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 694B2E378A778921F90DF52E859BBF48 /* BugsnagLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 17381DC535C2E61C39FF9B352C9DE139 /* StringKeyedCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C9F7EC64A03F828046765AC004D6458 /* StringKeyedCommon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 173D196B47F9629A2BFBA7E3196AE2C7 /* FIRCLSFABHost.m in Sources */ = {isa = PBXBuildFile; fileRef = 08391954A2F97E467DB6AE01410CDE9F /* FIRCLSFABHost.m */; }; - 17424544A674FD7632997CF393933D47 /* RNCNetInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 022E17D1D9575039352CFAFCD7EEA286 /* RNCNetInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 174CE79CBC127FF8CC43C11C9D7134E2 /* BugsnagSessionTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B574198EE92346A64C3F82D6750DB9C /* BugsnagSessionTracker.m */; }; - 174CF5611AC17EEF295106C6F3C16713 /* RCTImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = B9A5437C06D815D6DADA8FAD5F915D8C /* RCTImageSource.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 16F19B068BC81CE2A13DBE0BE7B2B53F /* RCTDivisionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 17EDB224AC57F978880C3FC4F79BEE9B /* RCTDivisionAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 16F2E222CA813B20598B313BD1767799 /* FIRCLSFABNetworkClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 188D155BEC1BCF1EC6453AB17CEA1966 /* FIRCLSFABNetworkClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 16F3F7362DA973002D1BD504C9743C15 /* FBLPromise+Do.m in Sources */ = {isa = PBXBuildFile; fileRef = 0605485DB7CC412F7210A7E521585755 /* FBLPromise+Do.m */; }; + 170AB88FAD0F4C61B341ACCDE34EF30D /* react-native-blur-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5894B44AB472F86E9C6F86D23535D210 /* react-native-blur-dummy.m */; }; + 170AE8952FA2CA6148287311F527E9D1 /* ExceptionWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 403C4C6AF3897C87B0ECE6746F085751 /* ExceptionWrapper.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 17172BA83412F990A66E82F33D2DFC2E /* RNDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = D51410543F7CDAB600147C0472E52EAB /* RNDeviceInfo.m */; }; + 1721261755CCF7180E95FADF717E8F95 /* BugsnagLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = E64431EDFC5EFEE5B9D8937D8E468B58 /* BugsnagLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 17424544A674FD7632997CF393933D47 /* RNCNetInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F1F551BB0F53F39E1D8DD9FE00AE2FA /* RNCNetInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 174CE79CBC127FF8CC43C11C9D7134E2 /* BugsnagSessionTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BB1F174C7957262EE2FE776CD740639 /* BugsnagSessionTracker.m */; }; + 174CF5611AC17EEF295106C6F3C16713 /* RCTImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 43187CAF197077A5C4B673F37BFB1852 /* RCTImageSource.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 17683473E0FF2B42CCCF9FAB9E17557C /* FlipperState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1313D91AE423FD57E13E8A04D59426D5 /* FlipperState.cpp */; settings = {COMPILER_FLAGS = "-DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -Wall\n -std=c++14\n -Wno-global-constructors"; }; }; - 176D90CBC5BF4B1623C1929B7E99C306 /* RCTSegmentedControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A2F2968EF0D5A07DAC67C9FD76A66359 /* RCTSegmentedControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1782571EEA1E05DB0F5A30294F0D2F78 /* RCTSourceCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 40BCA14A3E2A1C4FA4B85E84C953CB2E /* RCTSourceCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 17841417263BB19547CE11E028BE5168 /* Color+Interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = BB60E8FCBAC4F721188E4202F9EED812 /* Color+Interpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 178F6D6FD281DFCF9C64F35A5285338C /* TimekeeperScheduledExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D700EAA8012BAE9F7269BE45A66531D6 /* TimekeeperScheduledExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 176B0A376E0B638A9195B32CA538459B /* Flipper-DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DAE7A2692E7F564E6958228769028DAE /* Flipper-DoubleConversion-dummy.m */; }; + 176D90CBC5BF4B1623C1929B7E99C306 /* RCTSegmentedControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AD0BF0F37145766BDB0D22AFA6D61A2A /* RCTSegmentedControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 176EB591D2CF11E961FEE769724A73A9 /* WTCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 8950B5A3E14254388B625E44CEAB52CC /* WTCallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1782571EEA1E05DB0F5A30294F0D2F78 /* RCTSourceCode.h in Headers */ = {isa = PBXBuildFile; fileRef = E5902898DE8BF6080BA3BDD1BC6035AA /* RCTSourceCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 17841417263BB19547CE11E028BE5168 /* Color+Interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 830ED287A5A4C78E9E21528718AEB867 /* Color+Interpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1787B6C498B9D12A9DD04D98713142D2 /* pb.h in Headers */ = {isa = PBXBuildFile; fileRef = F99830DAE1C6BB4B52C2D71084D43F0E /* pb.h */; settings = {ATTRIBUTES = (Project, ); }; }; 179118931D265688D7DA00CB02845C97 /* enc_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = EE41D7CD16C719E00A09BDF4FBF5BF76 /* enc_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 179AC0C613BF4E4496C979691FFABAF9 /* RNFetchBlobNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 95F4A76FAC1A61395798CE6287242218 /* RNFetchBlobNetwork.m */; }; - 17BB4DFFA764376520FEC264F1E0C226 /* FirebaseCrashlytics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E2480E79BABD5FF84A01AC33B526E82A /* FirebaseCrashlytics-dummy.m */; }; - 17D8D2FD30123F9C70117C27F7F19C95 /* Fixture.h in Headers */ = {isa = PBXBuildFile; fileRef = 8472E72307D883DB5F32304DE8E4477C /* Fixture.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 179AC0C613BF4E4496C979691FFABAF9 /* RNFetchBlobNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = F42A3E6D85625C30655B009397B6CD77 /* RNFetchBlobNetwork.m */; }; + 17ADCD25A0AC453A319AE7BFC4C49386 /* MemoryFile_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 845D74BBD351AA8079E571392D1C0E7C /* MemoryFile_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; 17DEED133D893CC24213928419EED41C /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = 72870748BF81DCEEF46E35D6AB6DE330 /* UIImage+ForceDecode.m */; }; - 17E545C88F50B2A1050A5352931FD81D /* RCTPropsAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DD48FAFF30872A16D5A4FCA059647AC /* RCTPropsAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 17E11B09E7BE63F04A144481228B9BC5 /* MallctlHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 23494ECF83AE03010863B41F2C7587E7 /* MallctlHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 17E545C88F50B2A1050A5352931FD81D /* RCTPropsAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6692B75A4BF8DC5DE25F309C65AB403B /* RCTPropsAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; 18035A2E53C70220C42E897E695D0DAB /* FlipperResponderImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B51C21441A03A8C01D2A67CC1A6A07A /* FlipperResponderImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18171D36B11BF9CF64971BC86301463C /* BSG_KSCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = F84BCA5CD97BC038E0D2638A2EC8D64A /* BSG_KSCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 181B695169AC8432075F4B7136908B6C /* GULSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E76B0D19598070AF15C8E40D3E9CB2E /* GULSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18431452DE60F08BFE282E735DA7DF28 /* TimerFDTimeoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E4855FF120EF13027032B42296F75276 /* TimerFDTimeoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 188873A9FB8122DB37F4A9778B9F7347 /* RCTAppState.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8AE07402A57E12990AF65FD68120AA83 /* RCTAppState.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 189F3D55EB9492E223C2848783CA0E70 /* FIRConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E9420C146498C5030BCD1171B0BCD67 /* FIRConfiguration.m */; }; - 18ADE7806255BA0087D7EF5FE11A9F34 /* REAValueNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A0B56E63420029E1AEE6643D7CC7D58 /* REAValueNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18BB11E87ADBBBFAD61E80195A60466E /* UMReactNativeAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C20E8396D13BA76B347FDF6932C5913 /* UMReactNativeAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18E464C45716B22CA57D30DADF6CAA0D /* Semaphore.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D47989D83E559D51C584F4E5CA5F2928 /* Semaphore.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 18EA7237013DC2EF38F82A4D51A67F62 /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 048A1AEBD5881E5420D1869E987640A4 /* double-conversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19318B20CF5DFE527CF77A58B2AB233B /* VibrancyViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 365253DEF2465ED467D7A385BFD2B59B /* VibrancyViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19712E87D218354874C08239F43A9B46 /* ExecutorWithPriority.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 583A5CE961C7C321B6AEDC6BD910170D /* ExecutorWithPriority.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 1984C8E45EBAFA2D959952BCEBD090B8 /* RCTShadowView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 03104D3E68F775B8F003CEE5780C999E /* RCTShadowView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 199E13C0CF5AD114B13CE72C0E83D79F /* FBLPromisePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 85F59B9B90304267C7154E3BCEDAE35F /* FBLPromisePrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19A0784757BB96FE3DF1F2583E534CC7 /* react-native-cookies-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CAE129DDD47A3599747EE6B89383529 /* react-native-cookies-dummy.m */; }; + 18171D36B11BF9CF64971BC86301463C /* BSG_KSCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = F266F72242850B33D15ECC1F00DEAA57 /* BSG_KSCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 186307D8E8F0CF452A2AA3A431F9492F /* FIRCLSSettingsOnboardingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F5D4705DE48CE5EB0F04C1232D5D7A0 /* FIRCLSSettingsOnboardingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 188873A9FB8122DB37F4A9778B9F7347 /* RCTAppState.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5263E84C40285397FD6310C7E318BB12 /* RCTAppState.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 18A0E54AC4BCBEAF027331B9DA3D4F40 /* StaticSingletonManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 09593B49C3807C670A36FAA809CC9F1F /* StaticSingletonManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 18ADE7806255BA0087D7EF5FE11A9F34 /* REAValueNode.h in Headers */ = {isa = PBXBuildFile; fileRef = F0991F3A74DB93D2DC98D156CE1009CF /* REAValueNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 18BB11E87ADBBBFAD61E80195A60466E /* UMReactNativeAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DDB32CCE32A6CCA0EA43A31D58BF6AF /* UMReactNativeAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 18D17402F8C6B8788F7EF5CC64F12101 /* FIRCLSSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = C8F42025CCF1E0EE73C244A22AC227B5 /* FIRCLSSignal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 18ED5A3F1591EFF7CD963300C74FC7F2 /* pb_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = 9CCF44C59DF1779D4F7DFC832AAD9090 /* pb_encode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; + 19318B20CF5DFE527CF77A58B2AB233B /* VibrancyViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F1CBC87DC7CF5FFF626054A8F7844EC4 /* VibrancyViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 196FF82F454AE91BD2A07237684A40B2 /* Bits.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B03B2A3A4C4729288E68F023EBD7DB8 /* Bits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19703A5DE8711C2C161A5C720E0E9308 /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = C40627B821B6262FFC847427249ACE75 /* diy-fp.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 19750EB180F39F69B969D9CF646E5200 /* FIRInstallationsErrorUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = F75A5D5238E86595CED89365021A2AC0 /* FIRInstallationsErrorUtil.m */; }; + 1984C8E45EBAFA2D959952BCEBD090B8 /* RCTShadowView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = DCEC66766E1005FFD85761A373BAE553 /* RCTShadowView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; 19BD8B956040B5CDF9D802839ED1A248 /* FlipperKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F40F93A59D88F61721018906C44431C /* FlipperKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19BE4DE7B4658F23A8241C4FA4B15A27 /* SingletonRelaxedCounter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B71F531AC37900D92A4413203AA7E91 /* SingletonRelaxedCounter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19C3BBF564F8976EB6D91418CE10F903 /* RNGestureHandlerModule.h in Headers */ = {isa = PBXBuildFile; fileRef = A0772583FB9001CC1F2703D5288CA8C1 /* RNGestureHandlerModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19C7A16B7CB560B94B86ECC74B883E21 /* IPAddress.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CC67CD0833B291438946B76BE5EEAE87 /* IPAddress.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 19CF18374454AF42EBEA3FD68B5DB82F /* JemallocNodumpAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = 22BDDDF9E75AE96EE3BE63136F30B15E /* JemallocNodumpAllocator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19DA084E18BB0C5EDB193E347F57CD33 /* HighlighterViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FC95942C8E7F7A88AED7844C86293A5 /* HighlighterViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19C125B1C61DDD9917950E2EF86C332A /* StreamFragmentAccumulator.h in Headers */ = {isa = PBXBuildFile; fileRef = 508B89267CE4D93F39E22DE3249FDED0 /* StreamFragmentAccumulator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19C3BBF564F8976EB6D91418CE10F903 /* RNGestureHandlerModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 0234571FBEC2AE4DBC5FF6954D32883E /* RNGestureHandlerModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19C997402B9BF8BB51F85B0BF51B3701 /* PackedSyncPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = F368D04E2314D86E8C9ABB520DBB0CD7 /* PackedSyncPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19DA084E18BB0C5EDB193E347F57CD33 /* HighlighterViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DE3792C0CB732F1665EA52B6A87CC774 /* HighlighterViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 19E023F7AFA0C82E80A9B8AA7C9E1BEB /* FlipperConnectionManagerImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = F7737B852E1DE2C4464E50CF2222FA4F /* FlipperConnectionManagerImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19F6A9D5A1865EA83B21326FE655F0BA /* Cast.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C5CAA57C12C0FCEF7D5AAEF638D9F79 /* Cast.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A0E0AC591B526B17FA95C8D8CDE94E5 /* dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = CC2720E9C44FCC17E2D99935CBBEE419 /* dynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A2242D28CCCD060AA9BAACA8D5888B0 /* FIRCLSFABAsyncOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CD0447938624C9437DB2425625A7AFA /* FIRCLSFABAsyncOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A47037A51065EF96B4FC6187EDD938B /* IOBuf.h in Headers */ = {isa = PBXBuildFile; fileRef = 53A4CDBA6AD03870DC331FF96C541EFB /* IOBuf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A4F0EAC34271226B8514179B014F914 /* RNFBVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = E278E50113BC72301A3D56872684EBDB /* RNFBVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A60D8B41DA3BE1F25A260BCAB12B6E3 /* Hardware.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B3F5420EA9D4DF25EAF1EFF1329790C /* Hardware.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A619BB8B9DF57D0228F68ACF757B75F /* RCTConvert+REATransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 51E36E7821F0670AF78C7220FDDE7E4E /* RCTConvert+REATransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A251C4030FE668DFE3842E58E02C8A5 /* GroupVarint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1C284536777907302C2D69E0FE9DFAE6 /* GroupVarint.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 1A4F0EAC34271226B8514179B014F914 /* RNFBVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A557E0F390593A707ED71351BE32DE6 /* RNFBVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A619BB8B9DF57D0228F68ACF757B75F /* RCTConvert+REATransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D4D631DFC321F19D726F4229F4587DC /* RCTConvert+REATransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1A64D296FC1DC07DFBE3682764ECDAA1 /* SDWebImageDownloaderResponseModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 765B33FFC6B0697D2F87BF025A940461 /* SDWebImageDownloaderResponseModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A65EF77B0CFD2A2BEB7098F633984D5 /* RCTRedBoxExtraDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = D0AB6032F1546DB6E25A6ACE6ACC48F9 /* RCTRedBoxExtraDataViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A68ABD4588F0F7FDF6372A737498944 /* Cursor-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F4BDAC5B8A6D49D3F4D24B33402B35A /* Cursor-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A90C6E2169396F4E6E401D6D324646E /* UMPermissionsInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E6621284928A4F9127989B9EF1C7BB9 /* UMPermissionsInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1AB409368DE96B84F159C045C652405A /* RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = 61230F39D87DAF48C03B6974E0D662B4 /* RNNotifications.m */; }; + 1A65EF77B0CFD2A2BEB7098F633984D5 /* RCTRedBoxExtraDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = CA811C5A50CFE8DF8F679660C400B857 /* RCTRedBoxExtraDataViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A83D06635F509BEE152AD2CA8ABE80F /* FIRCLSBinaryImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 41AB0F94837FC688A10E982707AC286A /* FIRCLSBinaryImage.m */; }; + 1A90C6E2169396F4E6E401D6D324646E /* UMPermissionsInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = FA2F6ED5027AAA26EA743798C2086445 /* UMPermissionsInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1AB409368DE96B84F159C045C652405A /* RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = C220CD5C7823B71A8122034A20263F53 /* RNNotifications.m */; }; + 1AB957499C10F7A111F8823CAECFD47E /* Try.h in Headers */ = {isa = PBXBuildFile; fileRef = C16648A9160A54F2C897160604630693 /* Try.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1AC062B16265D901928C615BBE608506 /* picture_csp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 5933F4F939F7CC98848B03A96477BA97 /* picture_csp_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 1AC13AFFF5AB2CB813F3D6E74F25B670 /* FIRInstallationsIIDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EF150234A75B08D1602D5F5CD063E4F /* FIRInstallationsIIDStore.m */; }; 1AEF393F6F6443C05A46E4B847A56B15 /* FKPortForwardingCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 55F3051D8D0CB73E730100C80168D5EE /* FKPortForwardingCommon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1AF17FD06D714443065648EC2942605A /* DeviceUID.h in Headers */ = {isa = PBXBuildFile; fileRef = DA2BC94CBCF5959D0576588009F07704 /* DeviceUID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1AF4F711C5D88FD3B8A9847728DDC447 /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 77066ED9888600814ED2D67397DD0E7D /* fast-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1AF7CEED16699EB25F81FD79EE007FD0 /* SwappableEventBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 615E8F8BDB54C96D575E86107995249D /* SwappableEventBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1AFAB94478AD5469073A4F82C5C24C30 /* RSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 74F3803F542E8771E6192D36D0FC01A7 /* RSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1B00F3F2D8A4C7348ECF02BA20E123CA /* FlipperCppBridgingConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = BAFF9D44E7C52A8BAFDB2759D38A43BB /* FlipperCppBridgingConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B15C93984E403EC88A177E4FCF3C9F8 /* FIRCLSFABNetworkClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 33CD38A805803F9E727DAA3989B58F1A /* FIRCLSFABNetworkClient.m */; }; - 1B3A8973244529C0570F19527256D9B6 /* RCTVibration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 55E857B2B9500F13B6BAE067AD5D4E69 /* RCTVibration.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 1B184A4DF074B71C771F4AA86885E562 /* vlog_is_on.h in Headers */ = {isa = PBXBuildFile; fileRef = D50E5CBE9E6F77D431F683A2D88180F4 /* vlog_is_on.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B1F3CBBD982305D78A6C7E4BACD0715 /* EnvUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = BCAB06F222EE547FA427E2F892BF57F1 /* EnvUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B3A8973244529C0570F19527256D9B6 /* RCTVibration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5812F7760E1D36C4292E14881B537E47 /* RCTVibration.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; 1B5685DA79700779C2199E325FFB65EC /* SKStateUpdateCPPWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 31D229352F2DE3C9A822916471849309 /* SKStateUpdateCPPWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1B5A598760F8C21940631561A41B71D4 /* SDImageHEICCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = D86CB57594FF51DE4AA7F40C26D548DD /* SDImageHEICCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B67C61B407F5CE063F7FD4B0DFD83E1 /* EventCount.h in Headers */ = {isa = PBXBuildFile; fileRef = 77D47F57764ADC03C72580A4D8058A4E /* EventCount.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B966B801EEB421750F04FFF774E354F /* RNCAppearanceProviderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B4442858DFEF43F7CFCB6445A5AD2B0 /* RNCAppearanceProviderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B9936FE46883FD0377CEB4BB4641D12 /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 298D78B7BBD6828CF55DF97F89AD73DD /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1BA6F8501E04CC203524D4E58EEB0B9C /* BSGConnectivity.m in Sources */ = {isa = PBXBuildFile; fileRef = CCC5E4C898AB3005E22A9A44F973FD51 /* BSGConnectivity.m */; }; - 1BD0957D537AA1F5345E185475F4054A /* Unicode.h in Headers */ = {isa = PBXBuildFile; fileRef = F07282805EC5E79BD0C8D4BF7A6CE8F2 /* Unicode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B7AFFF720AD04C591314C221AC6DE0C /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = B9A091BD7D5A323180FF20D4D4B49FAF /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B85A99F2196FEFE3882FE4B99978A65 /* Bits.h in Headers */ = {isa = PBXBuildFile; fileRef = 17403AC316FCF34A863F06CB4FAD5AC2 /* Bits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B966B801EEB421750F04FFF774E354F /* RNCAppearanceProviderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F30830DE00CD54485522E327CE1C96EB /* RNCAppearanceProviderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B9936FE46883FD0377CEB4BB4641D12 /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 43EBDE3846E0FD53F64CC9F2323E7CD5 /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B99C991A7C99C8CC2F38A0347F3A121 /* Future-pre.h in Headers */ = {isa = PBXBuildFile; fileRef = F49290A382EC07A3D4203E6BBC1531F9 /* Future-pre.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B9C7E5AEBEE4D514147F7454C293DD1 /* IPAddressV4.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A8F4D41E448E3CFB067F47381E98A30 /* IPAddressV4.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1BA2BC88C90D25542716C82A21749BF4 /* FileUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D9D914B855E28EA3599609190B4D9D40 /* FileUtil.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1BA6F8501E04CC203524D4E58EEB0B9C /* BSGConnectivity.m in Sources */ = {isa = PBXBuildFile; fileRef = 453CE6C887F1EBE164D6F608B6EDB7AB /* BSGConnectivity.m */; }; + 1BA8A00F81DA5FB66B256CAB00A50E8D /* FIRCLSCompoundOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = E074A13E25D9C327654648EE711D7231 /* FIRCLSCompoundOperation.m */; }; 1BDEA48D1D81B4DF28F324EED60EDEF2 /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C9A8B52CD04055445C5A10CDDAF7C0E /* SDImageLoadersManager.m */; }; - 1BF62BF1AFADAAAC2884C1344531F01F /* React-jsi-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BD36017FAEED162C06539E2DC0E3565B /* React-jsi-dummy.m */; }; - 1C1B0F31633C386387B9FFC1702D1CC0 /* BSG_KSJSONCodec.c in Sources */ = {isa = PBXBuildFile; fileRef = 592885BF4774CBF8CB0D923078849459 /* BSG_KSJSONCodec.c */; }; - 1C2334D00280239415554018B86DEC22 /* FIRInstallationsVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B5FEB9BBC34C38471BFC0C565F5147F /* FIRInstallationsVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1C26515EED65B95C1190B35FDAB7E02B /* UIImage+Resize.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A27A32531E808540E8C8D43F12F5DB8 /* UIImage+Resize.m */; }; - 1C63664FA2CEFCDD9576B64A028C95AF /* BSG_KSCrashSentry_CPPException.h in Headers */ = {isa = PBXBuildFile; fileRef = 417615BAA99E891F377A3B67761F435E /* BSG_KSCrashSentry_CPPException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1C6900957F0848F72BB3D5E8F71AE83F /* Subscription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9EEF744F1D97A8543D77FA24ED5FFEB0 /* Subscription.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 1C8EC169B592E48D66A57DB786533C77 /* EXVideoView.m in Sources */ = {isa = PBXBuildFile; fileRef = 22EDB8290707A8B870E98CCA1973DCDF /* EXVideoView.m */; }; - 1CA7646F554D7DC9BDD9BF19EC6C61AD /* RSocketConnectionEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C1DBE6A2CF58D2454F50323D40DBE56 /* RSocketConnectionEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1CA84D8E520A4062B598222C72C1A8F3 /* FIRCLSHost.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BDDAD7D235B2E81F3A154616267A68C /* FIRCLSHost.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1CAC8AB93D24FF0DADCE2204DA1A4CB7 /* RCTConvert+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 4628DC9E68A5681A4D63DBD0BEF33CC2 /* RCTConvert+Transform.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1CC3C6DEC40A03D5E0B32EC6C2224098 /* RCTSurfacePresenterStub.h in Headers */ = {isa = PBXBuildFile; fileRef = 9993ABD3D44958DAE192881FA1B41348 /* RCTSurfacePresenterStub.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1CFB6057AAE48CAD7811CAC611E994F5 /* TurnSequencer.h in Headers */ = {isa = PBXBuildFile; fileRef = 17EEA1AB8178522A812721C8276C2277 /* TurnSequencer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D1DD788B3F6946CC7D7ADD316714ADE /* SpookyHashV1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A77B32EAF530C0C92A7466260362EE7 /* SpookyHashV1.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 1D2EE7AD91BB2880A8A1A240269F3814 /* EventBaseThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 37C627DA202972DF211CEBEB84486E4D /* EventBaseThread.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 1D444821B1E2BCB130219E060B49A9EA /* GULUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 768F4D51D54C84BF6F09B8ADBB8EF53E /* GULUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D5373BE370E5CF4B7C8F7BD32039FBE /* small_vector.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B9E15C047CA81F078F50403C4544769 /* small_vector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D5C8E7B129FCC2F9E9C159A750FDAB5 /* RNConfigReader-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F57C64DDCE1B408544DEC7D808AC8BCA /* RNConfigReader-dummy.m */; }; - 1D70F2BBAB2C2E9009CC62AD9C05165C /* FIRCLSURLSessionTask.m in Sources */ = {isa = PBXBuildFile; fileRef = DAFBA0AD3784CE6C09996B3C591F2546 /* FIRCLSURLSessionTask.m */; }; - 1D81321318C33B662AAA83F6C91575BE /* GULSceneDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E82FD30D82F49CCF764C390465961C9C /* GULSceneDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D8440CE73095BA0EDA9BB51C2C95A24 /* RCTMultipartDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = E5376F9651FE01AEDB0B34B3FC0A1E2F /* RCTMultipartDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D89BCE06C52E7607390939321044E27 /* RCTConvert+REATransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 11C11C0A3046603B4C05F20AEAB3394D /* RCTConvert+REATransition.m */; }; - 1DCC9EB9AFF8496A569C1496ED917242 /* FIRCLSOnboardingOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = A1BBF7C756062DAD04F0015949795602 /* FIRCLSOnboardingOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1DD11E5923BD54C80FD86BBDDA947FF2 /* RNCSafeAreaViewMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B315F97E506E5B42BB62F45AD75574D /* RNCSafeAreaViewMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1DFC34534A46877DFEDA098D230C6652 /* ARTCGFloatArray.h in Headers */ = {isa = PBXBuildFile; fileRef = F9EE1DCACCA0F83B74399D7A45FDDD52 /* ARTCGFloatArray.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E1456286C1D93DC2A848A173C6CA46E /* ImageCropPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 797053A263030741BF625E329E5086C4 /* ImageCropPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E37187D322A2E021A769AA9DE3F44A0 /* Instance.h in Headers */ = {isa = PBXBuildFile; fileRef = BCB813BD76D4B501AF168AF0D59AE7A8 /* Instance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E4A2DC4C5F0946E96271206FB632FC7 /* UMModuleRegistryDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 3641A108B0B857CEFEDB302429A0B556 /* UMModuleRegistryDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E4FECFF911A373C4E984686B573332A /* FIRCLSCompactUnwind.c in Sources */ = {isa = PBXBuildFile; fileRef = 939623CE233075C87D5FE25ED1C64FE2 /* FIRCLSCompactUnwind.c */; }; + 1BF62BF1AFADAAAC2884C1344531F01F /* React-jsi-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E3DE5B6D184688077D706560DAE74BE2 /* React-jsi-dummy.m */; }; + 1C1B0F31633C386387B9FFC1702D1CC0 /* BSG_KSJSONCodec.c in Sources */ = {isa = PBXBuildFile; fileRef = 634D8381D380EFBD2BF33C8D09A996AC /* BSG_KSJSONCodec.c */; }; + 1C26515EED65B95C1190B35FDAB7E02B /* UIImage+Resize.m in Sources */ = {isa = PBXBuildFile; fileRef = EABBACC64894D7DA547D485CE34126D7 /* UIImage+Resize.m */; }; + 1C365319323C45B39781751874B3F6EB /* Shell.h in Headers */ = {isa = PBXBuildFile; fileRef = 125AA0ADA13DC01DDB51D3A0C7D14423 /* Shell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1C3771DFE7BC396741747DDD18CC8BFD /* EDFThreadPoolExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 628F22AF8BCC8F344AC80F0F4E6DF69B /* EDFThreadPoolExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 1C63664FA2CEFCDD9576B64A028C95AF /* BSG_KSCrashSentry_CPPException.h in Headers */ = {isa = PBXBuildFile; fileRef = DF7046EC071537E6C0BF1D5B6F483F01 /* BSG_KSCrashSentry_CPPException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1C7E98F603927DF96FB1B8F641205745 /* StaticSingletonManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DB3DB92015BAB536E4F2AA36E7D213E1 /* StaticSingletonManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 1C8EC169B592E48D66A57DB786533C77 /* EXVideoView.m in Sources */ = {isa = PBXBuildFile; fileRef = 48A989EAF58E78C4714DACAAA7B3ACF9 /* EXVideoView.m */; }; + 1C917F8881E9D6A203B3AE0E5DF4AED1 /* Checksum.h in Headers */ = {isa = PBXBuildFile; fileRef = 63F871D16064AF77B1DB0AB6A40CA1F8 /* Checksum.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1C998FD6B4BA2422E07B1721522EB31A /* SpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D33D15D5083476886ACAD72FED3BB59 /* SpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1C9AA5ECAD8C2F7639FD4EBAEF3452C7 /* GULNSData+zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = 599C2EF884B2282529A1B2A20B6991D2 /* GULNSData+zlib.m */; }; + 1CAC8AB93D24FF0DADCE2204DA1A4CB7 /* RCTConvert+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = F2762814A7587F19202BFB07EF984BCB /* RCTConvert+Transform.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1CAF1C5CE4843B418A9571A2DB109992 /* FIRCLSRecordHost.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D5C967BD780F20E700AEA22FA14D2FE /* FIRCLSRecordHost.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1CC3C6DEC40A03D5E0B32EC6C2224098 /* RCTSurfacePresenterStub.h in Headers */ = {isa = PBXBuildFile; fileRef = 493DD9A9698B328DEE7454F997532A22 /* RCTSurfacePresenterStub.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1CC3C81FC9A48F450D8A84B50D13A0EA /* F14IntrinsicsAvailability.h in Headers */ = {isa = PBXBuildFile; fileRef = 010E94C4E345D269CB25FBB71DF5232B /* F14IntrinsicsAvailability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1CFA20AE64C9C0B58F41BE5E949F7F69 /* pb_encode.h in Headers */ = {isa = PBXBuildFile; fileRef = CA73F6A73A0AECC3E81A4132BAAF53D5 /* pb_encode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D1CAE6C44FE0A6019C795C3BC71CB04 /* GULSecureCoding.m in Sources */ = {isa = PBXBuildFile; fileRef = C3057285D89CD9A3A8F3B341A57A5E2F /* GULSecureCoding.m */; }; + 1D5C8E7B129FCC2F9E9C159A750FDAB5 /* RNConfigReader-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E159762701812846BF3F808A7E577825 /* RNConfigReader-dummy.m */; }; + 1D60864A4C3901FF5B52A5D29FEB00F4 /* SysResource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9B2DFEB4FE01D1878667F3796ECD2582 /* SysResource.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 1D819081622A037E8FF435B0C0A97B62 /* FBLPromise+Then.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B8D6F699ACD121C75CAB0326E9BD3DD /* FBLPromise+Then.m */; }; + 1D8440CE73095BA0EDA9BB51C2C95A24 /* RCTMultipartDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 77020B5DF9FF25FDF9E2208D2E674B9C /* RCTMultipartDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D89BCE06C52E7607390939321044E27 /* RCTConvert+REATransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 63CD1F5EA7E04CD917A59514F416AC8E /* RCTConvert+REATransition.m */; }; + 1DB7C1509BFDDDDC4ED474A575ED6943 /* InlineExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = B15D556A48222A425B74D3C5069391AB /* InlineExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1DC3B3ED731297D4B0C4C4A142DDA161 /* StaticTracepoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 857C151B50B543208E2559AD2D534277 /* StaticTracepoint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1DFC34534A46877DFEDA098D230C6652 /* ARTCGFloatArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 248E3BEB54E55ED16CB1F584DF601D35 /* ARTCGFloatArray.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E08E51E687A1710CBBE2C66B444C9DB /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = C39FA2D898D6C5C24D94D62112237663 /* cached-powers.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 1E1456286C1D93DC2A848A173C6CA46E /* ImageCropPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 466BF29D9F521303A8545153C13A244C /* ImageCropPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E37187D322A2E021A769AA9DE3F44A0 /* Instance.h in Headers */ = {isa = PBXBuildFile; fileRef = 064F4ECD56B31AB9F2268920C3A5A067 /* Instance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E4A2DC4C5F0946E96271206FB632FC7 /* UMModuleRegistryDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 24BC437A8DF6FE5B5E1CA23F82CDEDE7 /* UMModuleRegistryDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E4A51287E648A1B47F0645FE0ACEA6A /* SingletonStackTrace.h in Headers */ = {isa = PBXBuildFile; fileRef = FAF3ACA5184AE224B438E2FABBD5D7F5 /* SingletonStackTrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1E50F0E73907A2BC12F027ABC44CC9A5 /* anim_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = BC5985BED0D370AB99C1D5EA769584D2 /* anim_encode.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 1E5CFB80617144ACAF01E5C812EA411C /* FutureDAG.h in Headers */ = {isa = PBXBuildFile; fileRef = BCAD7BD186EE694DCC891522EB744557 /* FutureDAG.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E71463BA220F76AABE65F5136B1E1EF /* ARTContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D4655B419FA8F428AF966E790038B23 /* ARTContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E7AAABD1C9340BA981C9FB64AE6343E /* Throughput.h in Headers */ = {isa = PBXBuildFile; fileRef = C53174054B145E3EBC1CB0898AC317C3 /* Throughput.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E7DEB4C9EF4EDB1A9CE56FC20D9C25D /* ARTRadialGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = E0770E50D0CB754AE88BDFE96554F6BB /* ARTRadialGradient.m */; }; + 1E66F0FC45657A3549C11AEB36CD942F /* FIRInstallationsIDController.h in Headers */ = {isa = PBXBuildFile; fileRef = F1BE313E0178B44A61CCEEAE13A6C717 /* FIRInstallationsIDController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E71463BA220F76AABE65F5136B1E1EF /* ARTContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B768CB0E93F1341AB56951B2346D0AC /* ARTContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E76EE40BB01670015D9B093930EC947 /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = 14032B6DF2909EA928292E52FF85A81E /* README.md */; }; + 1E7DEB4C9EF4EDB1A9CE56FC20D9C25D /* ARTRadialGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = 478AF017883BC4BA7C1D9DA48C3C62E9 /* ARTRadialGradient.m */; }; 1E96DA399E14B815AA4F771277F81EFB /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 358346C86A1A890A5D0EE4F1E8498913 /* SDImageAssetManager.m */; }; + 1EA00BB90A2416E6B517B59204229A53 /* EnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 516E1A3C3732A63397F5D7E3529F00D7 /* EnvironmentUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1EABE04AA6D48550D6D19EAB214A20C5 /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = C3B844EB0490A9915296690E4A218976 /* FIRInstallationsItem+RegisterInstallationAPI.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1EB3BB91E7853E3EB397E373697552F5 /* TOCropView.m in Sources */ = {isa = PBXBuildFile; fileRef = E2C8A03A930F5D8B3C67D1DB66AAC22D /* TOCropView.m */; }; - 1EBB367A949D8A995B912F8AC48B298E /* MallctlHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3B2CCEBD48651125917A4A11FD179AC6 /* MallctlHelper.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 1ED3A3DB18B0D7129F78B640C0F033FD /* RNSScreenContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = B4FCFB6F827967E76CEAE1ADAA9117A4 /* RNSScreenContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1EEC4657FCCF8C3F3133518C21C85053 /* Sockets.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A3C08363F19F422B585F52CF128B12C /* Sockets.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 1F12214A7A2A9C44C9270D58EB9B9084 /* ARTSurfaceView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0481BC4DEBA5F686B54B970B5EDB1EDC /* ARTSurfaceView.m */; }; - 1F3CE16618DA7CC301C219896C7B94C4 /* Fingerprint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D1AACE60F657EA83B0E85E8329BADCA6 /* Fingerprint.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 1F3D20F95FF2A16442FBB713D0745A73 /* MMKVCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FE76A5A15D1BAEFCBA2112B7F52633C /* MMKVCore-dummy.m */; }; - 1F3E549083233FBD440870FACF2A6BA9 /* AsyncSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = E523087AF003AC9FE4E3DF61D9856BB2 /* AsyncSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1ED3A3DB18B0D7129F78B640C0F033FD /* RNSScreenContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F9EFB1202C400D49F1D4FE6CF851BFB /* RNSScreenContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1F039DE5D6C3194875F36D15B2B6EB8F /* FIRInstallationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 288175A123085F117C9E489403509505 /* FIRInstallationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1F12214A7A2A9C44C9270D58EB9B9084 /* ARTSurfaceView.m in Sources */ = {isa = PBXBuildFile; fileRef = 703C1BB74E03E1FA6212C61ADFA7CBA0 /* ARTSurfaceView.m */; }; + 1F1322D8664D7B4667D3AEB4A936367C /* RSocketStats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 145B48CE292EAA76F5799A61E70131FB /* RSocketStats.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 1F26E6BE8680874514D23F4E1D98AFFF /* F14Set-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = CEFF5D6300B831BA38BF0D956FFABBC9 /* F14Set-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1F2EC492BC1F82C19F6B082CE21A986B /* FIRCLSProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = 41EC9A082146249F7FAADB7E975CB5ED /* FIRCLSProcess.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1F4A5FF2D56A18B807C4B2A6A4852CAF /* KeyValueHolder.h in Headers */ = {isa = PBXBuildFile; fileRef = A4B9EB1059EAD9971B90EFF540ECB019 /* KeyValueHolder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1F5C7B914767359755017FB63CAD5628 /* FrameHeader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 076EE8D97EF7A6EBC91CD96E90D1A10A /* FrameHeader.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 1F60B5AE0C1D2EDBB6622D5A43EBFBCF /* dec_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = C9864B33465FDFD1F3223F3D1F619467 /* dec_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 1F6F14599996B93C539765F5487F2EC8 /* EventBaseLocal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 64B198E55977C63B6F78131BCC55629E /* EventBaseLocal.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 1F7FD0151974574C65E69222362F5C5D /* SpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D33D15D5083476886ACAD72FED3BB59 /* SpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1F86CB2E2CEA16D1B980E7BF5BA6143F /* Benchmark.h in Headers */ = {isa = PBXBuildFile; fileRef = 4278E6D5CBD1835FDDDBFD6C73E5E85A /* Benchmark.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1F7AC1274D9E9ACB9389594F22344A0C /* Poly-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C78CF6D5D7E02A42A10C1BA48D3BCC3 /* Poly-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1F91056AB2E5BDE9FEF3F26B1103E5F6 /* react-native-background-timer-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 434447BE015670BBDA414FA410594484 /* react-native-background-timer-dummy.m */; }; + 1FA03B89D98435C2AE69528890A6EF29 /* SocketFastOpen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1425B2F0CC636B4147403543505119A8 /* SocketFastOpen.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 1FAB29507E6C530B4F5701DFAD969087 /* FIRCLSProcessReportOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FB84CACC22716A77A1295F00B185BFF /* FIRCLSProcessReportOperation.m */; }; 1FBE0A938C4564219AD47F5CCC0117AE /* Pods-defaults-RocketChatRN-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BE44CBCE6C75B26E95A4555F9D976298 /* Pods-defaults-RocketChatRN-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1FBEB14D59EDB8BBB530458D8F9DB553 /* RCTConvertHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 029A7C5F118B366FCF0283EFAB4C84A1 /* RCTConvertHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1FD704624BDCEC3E55225FB0CFABB272 /* CodedInputDataCrypt_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E6888C29059DBD52EA90C9361F9A2C09 /* CodedInputDataCrypt_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 1FDAFB11110726C845E4425DBC6D1744 /* AtomicUtil-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = AB7245FDAFA76C959A399AD1A91963AD /* AtomicUtil-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1FDDC8CA4D699DA35016256EBCC3F752 /* ChannelRequester.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E7EA030D8078C2787BD06E96FD3006FF /* ChannelRequester.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 1FC982155BE4D529B89D7B467C17B5A4 /* MemoryMapping.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E27347C5ABEF924C3FC852C0453FB537 /* MemoryMapping.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 1FE9D2089EFE0DE15EDA6AE8A598B110 /* SDImageIOAnimatedCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FB2AA31244FC34FC31487A1D466C376 /* SDImageIOAnimatedCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1FEBDABF45E29C48EFC28C6377C9294E /* RCTScrollableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 3801F5C83168F9BB951E60F559752318 /* RCTScrollableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1FF98EFB73D4A9AFE13F730CCED6B909 /* RNFBJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AD307818DA700DDB3CB7DD6D96A3236 /* RNFBJSON.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1FEBDABF45E29C48EFC28C6377C9294E /* RCTScrollableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = B881E13AB9D0330C2D4B16DE752C6B0D /* RCTScrollableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1FF98EFB73D4A9AFE13F730CCED6B909 /* RNFBJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F86B1B18B79BD8C2B11816C0F000470 /* RNFBJSON.h */; settings = {ATTRIBUTES = (Project, ); }; }; 202709807971EC02B89417C23D057232 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = 44B1F19AFDA9FD7B7897E643F7E1BCD4 /* UIImage+GIF.m */; }; - 204CC23D814BF60981D1BFC5562AC7B1 /* REANode.h in Headers */ = {isa = PBXBuildFile; fileRef = E7491CE0E15AC530603618C1B9454740 /* REANode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20583DB286DAD46D92C1C005023125C4 /* firebasecore.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 52F6E11E761079105FB55EAA4A24422A /* firebasecore.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20370BECF8986CC15002A2B117670206 /* ProxyLockable.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CA3A3E8B8CD76761016D2F850627D82 /* ProxyLockable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 203D046A232F648291F7C514306B6C31 /* EventBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 0463705C5C8AD88A127C191E4A74C7D7 /* EventBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 204CC23D814BF60981D1BFC5562AC7B1 /* REANode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BDC0649976F244B385E849EE659EBFD /* REANode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2058F25D4B707DC84E5162E72A7F6572 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 52E9CCB81E502830A996D96E311A2AB8 /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2059C762FF7431AA8970406CAB41153A /* REAJSCallNode.m in Sources */ = {isa = PBXBuildFile; fileRef = F679A823BDC548F5FE367D54243060BD /* REAJSCallNode.m */; }; - 205C38D64650AF5CC37C6374C89AE8E8 /* Observable.h in Headers */ = {isa = PBXBuildFile; fileRef = 51D0275D760CA010A0AF89E327CE1670 /* Observable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2073BDC56C725779ABB7049D6F6DBBE0 /* ReactCommon-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A94DA8D00F897B86A566EF52C209E38C /* ReactCommon-dummy.m */; }; - 20A7717BBB6E400E9B407132FE778A5C /* ARTShape.h in Headers */ = {isa = PBXBuildFile; fileRef = AC8CABF9CA721B8DAD3A691B6AAF9759 /* ARTShape.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20D33034B4CF04459FD3D02347B1E5E7 /* IOExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 351727A9002248E1942FA98BBA348167 /* IOExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20FBFF7CE2FADFA84CC4DB52017FBB7A /* Barrier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D1A20C3309345EACF94957A0AE4B6755 /* Barrier.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 210455378C99C4D3CC1BDE94C6BB00A9 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E69FB63AE9470E269AB70135F80FD92 /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2059C762FF7431AA8970406CAB41153A /* REAJSCallNode.m in Sources */ = {isa = PBXBuildFile; fileRef = DB1EF934CD3A7A062729617F262B80DF /* REAJSCallNode.m */; }; + 2073BDC56C725779ABB7049D6F6DBBE0 /* ReactCommon-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EBBA86DDF93A6E8A790251CD3C2DD489 /* ReactCommon-dummy.m */; }; + 20A146B87A5A674B7BE619DB784CC277 /* FIRCLSAsyncOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = A395CF55455BB3289EFF24E6573D95A3 /* FIRCLSAsyncOperation.m */; }; + 20A7717BBB6E400E9B407132FE778A5C /* ARTShape.h in Headers */ = {isa = PBXBuildFile; fileRef = 0394F4BA3E1A0C8F919C8AEA250AA8F9 /* ARTShape.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20B1DDB05D8A9C7C93D98FB86003D201 /* FIRCoreDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A75E757BEF2844969C0E4EA4B7B8A74 /* FIRCoreDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20F53C4562F9243F4424D17130CA4851 /* MemoryFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00C0CA3ABE1F5AF2834C0D91CAC6FE4D /* MemoryFile.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; + 210455378C99C4D3CC1BDE94C6BB00A9 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 220DAE379E1D02CA903B3F194145101C /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; 211437BACD8DC4870AB7713A4E20D716 /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D5339B37012C1922CA12EC47722CF59 /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2123782372A76ED2C3C54D140890CF06 /* RCTConvert+ART.h in Headers */ = {isa = PBXBuildFile; fileRef = 586EA495F3CDFC6F7ED11ED20E3201C4 /* RCTConvert+ART.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 218385979F03EB77F69380FF883A7850 /* UMViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D7346ACF081103646C53D731C0637CD /* UMViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2192ABB62D675E67C11E7459ECF7C121 /* RCTConvert+CoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EAE2379E3D4750C38D45A3FA553531B /* RCTConvert+CoreLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 21B4FE8D442D5B6A6FF02399D74F9C1A /* BugsnagApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 556D1740C4E71EAF95F29E56CC622B1D /* BugsnagApiClient.m */; }; - 21BD6087F9A242105CECD2E69B4B9C47 /* OpenSSLCertUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 41670F5EC41E7A2332A9F91C1E272D82 /* OpenSSLCertUtils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 21D3C477BCF39426DCB5E81750C199B3 /* UMAppDelegateWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 15002F497B38534C7E85E93F6D8828D5 /* UMAppDelegateWrapper.m */; }; - 21E4D620E74F1CB06DF67E47FEA44319 /* HHWheelTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 0665E6CEF9086198C8B77743642C21C8 /* HHWheelTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 222D8C687FAACBAD9D6C610D214B13EC /* RNGestureHandler-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7388E740C032DBA9EF4890F70C6E4CEA /* RNGestureHandler-dummy.m */; }; - 22431EB0A4E2E2A83BEB9066C7E321F6 /* Libgen.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED3204C3F2522242524FAC88331C9E9 /* Libgen.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22602C114994AFA21BD02E1C43C34E88 /* RCTActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A35586F61E9501D2042F021A6A8C699 /* RCTActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22777C6F2E2E42F751D06FE19F19E373 /* SingletonStackTrace.h in Headers */ = {isa = PBXBuildFile; fileRef = FAF3ACA5184AE224B438E2FABBD5D7F5 /* SingletonStackTrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 228B9FFE41498544777E87015261915C /* RCTBorderDrawing.h in Headers */ = {isa = PBXBuildFile; fileRef = C804DC8A58075C9DC8E65CC2B03E3761 /* RCTBorderDrawing.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 21185E835673B7527527F6F320274C8D /* FIRBundleUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = A0FCB61F2EBD449F4543CB3E43AA5677 /* FIRBundleUtil.m */; }; + 2122B39BF4EB62EAE6046796632F30B7 /* RValueReferenceWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = EFB58122A452BDF5B674F6A1D2FDF3D2 /* RValueReferenceWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2123782372A76ED2C3C54D140890CF06 /* RCTConvert+ART.h in Headers */ = {isa = PBXBuildFile; fileRef = F9B2F44D1FBF8A3BFE971151FCD3EA16 /* RCTConvert+ART.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2135E55C7EC82527CA8708511183121F /* FIRCLSInternalReport.h in Headers */ = {isa = PBXBuildFile; fileRef = C896EC24556B754222B81EB9F4519BE8 /* FIRCLSInternalReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 216C3DACCFE33404EBC02F181CFE76CC /* SmallLocks.h in Headers */ = {isa = PBXBuildFile; fileRef = E696A73B42BC15EF6E5CF1B943C0E8B9 /* SmallLocks.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 217FB94A14907C21FD2847C28265C1F2 /* FirebaseCrashlytics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E2480E79BABD5FF84A01AC33B526E82A /* FirebaseCrashlytics-dummy.m */; }; + 218321A99D4C17B8A48D880818EC732A /* FileUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = E23C440F2D3F1573DFBEF07FEEBCD6A5 /* FileUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 218385979F03EB77F69380FF883A7850 /* UMViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 117AF9DD15971B305C647F1B85ADE59D /* UMViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2192ABB62D675E67C11E7459ECF7C121 /* RCTConvert+CoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = A14547941C5CA0131625FFC5A003A02C /* RCTConvert+CoreLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 21AB96A4DBB9663C69C660F3909FFEB5 /* Throughput.h in Headers */ = {isa = PBXBuildFile; fileRef = C53174054B145E3EBC1CB0898AC317C3 /* Throughput.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 21B4FE8D442D5B6A6FF02399D74F9C1A /* BugsnagApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 9621EAC1A48E39C15ECEF2A85EA69276 /* BugsnagApiClient.m */; }; + 21D3C477BCF39426DCB5E81750C199B3 /* UMAppDelegateWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 44D92C6A82622512F6E67720CD20A810 /* UMAppDelegateWrapper.m */; }; + 21FB10C2F23656993355A8AE38A8EB18 /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 6B631A92EB31541DD1E5AF27F9974C0B /* fast-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 22192EF73D543AE0FC9D5241AC93D77A /* ScopedTraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = 97628F8B00ED909995A47B37E5F8E510 /* ScopedTraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2229B836BCE066BCE8443CEAD075AB36 /* RNCSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = 42BB9627879954CA248160C80B018C2B /* RNCSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 222D8C687FAACBAD9D6C610D214B13EC /* RNGestureHandler-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 48803A635BA70F595325BF2C3F04255A /* RNGestureHandler-dummy.m */; }; + 2233CA5C4FC47CF70497C3A96122839B /* HardwareConcurrency.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DDCE98AB8DC4764E1FAB4ED28805080 /* HardwareConcurrency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22448F033354D8846A35F5A1AA60FB44 /* FIRCLSUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 37F1B7412B8B415A53059C4FF77224B4 /* FIRCLSUserDefaults.m */; }; + 2256927FA77FD039B69FB645678E7299 /* Format.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E181BA75207FBB15E0350F1952CFAF07 /* Format.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 22602C114994AFA21BD02E1C43C34E88 /* RCTActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 09E21919031D6D3C21EDD56F97160D5F /* RCTActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 228B9FFE41498544777E87015261915C /* RCTBorderDrawing.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EACA5F55C5E1B77D91F4F2828E14A1E /* RCTBorderDrawing.h */; settings = {ATTRIBUTES = (Project, ); }; }; 229C21D9B5875004767DAFD5A6FFC4C8 /* NSBezierPath+SDRoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = 677E894EE13E20E30C11AAD24818CB6F /* NSBezierPath+SDRoundedCorners.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 229E984290A6D973337C194C6135EEBB /* RAMBundleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = A7C1A0A9E346B8AEEF6EEC5A850987A5 /* RAMBundleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 229E5AC02E2117AB85BD5E5102E14C73 /* PublisherBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7862928F09842A7D47C7A8599F03B215 /* PublisherBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 229E984290A6D973337C194C6135EEBB /* RAMBundleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = E467E2EC818E1F4A9CD8893CBC67AA3E /* RAMBundleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; 22C376C4CDB71D6C2065EB841ED7CAF5 /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D870601367295249DFDFF4998F0FEC5 /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; 22C45D6773F4C0D0719BD12A9FF73F40 /* filters_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 420BA6842703D1CCC82D83147EB4064D /* filters_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 22CB08BB96E3DE5FD7973059EAEB095C /* SysMembarrier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F8A5CE8F5B69BF8BD920AF70555786C8 /* SysMembarrier.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 22E1D06C4A77C0F1F7DFBC536D00AC58 /* ARTRenderableManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DF7297F5CDA5581F4FA44088A2097A3 /* ARTRenderableManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22F3FAE5C493F67EA2357C93CBDC40E9 /* JSCRuntime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 96943C6C2A1A1DA13749C5762ED8D4AC /* JSCRuntime.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 22E1D06C4A77C0F1F7DFBC536D00AC58 /* ARTRenderableManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2161993A98713AC85976D83449407458 /* ARTRenderableManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22F3FAE5C493F67EA2357C93CBDC40E9 /* JSCRuntime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B36FDB0493FB8627604E5C4E9B7D7D74 /* JSCRuntime.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2300FD1051763DEC87ABAA44DA4C843E /* RNDateTimePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D3E82213FA4981B526A59A53D3BFD7B /* RNDateTimePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 230F1F13F72AD9DE051A81D2366898D5 /* ru.lproj in Resources */ = {isa = PBXBuildFile; fileRef = F32788FF4C72EAC8F2A4172E2B21B048 /* ru.lproj */; }; - 23107CD51E85F36D174BE09761E08392 /* RCTPbkdf2.h in Headers */ = {isa = PBXBuildFile; fileRef = BA782A44287079E378976AF6BA46CCB3 /* RCTPbkdf2.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2316838F22271FE81F09340BEE7BFF6A /* Promise-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = F8157CC4F2CF42743A73C3C7FF0A2A1B /* Promise-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 232A304BC8DA58C2F32BA4BC225BE212 /* FrameTransportImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 80C256F55B147A46814919D09BFE7D8C /* FrameTransportImpl.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 23107CD51E85F36D174BE09761E08392 /* RCTPbkdf2.h in Headers */ = {isa = PBXBuildFile; fileRef = 3713EF18D3264C2CDA2136D0C920CCBC /* RCTPbkdf2.h */; settings = {ATTRIBUTES = (Project, ); }; }; 232BB3BF8104CFC62D5BAC8BA45E26E8 /* lossless_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 4E5E6EE620230FB76DE2E86C00BF5731 /* lossless_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2335D16DD99C5CCB7145356D9439A1ED /* SafeAreaManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A8C7401EE1F0655B8F6371EC6A75070 /* SafeAreaManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 23587B85B626669925991587D263DE57 /* EXSessionUploadTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 86D9336DFD51B93D5E521B80A47C8276 /* EXSessionUploadTaskDelegate.m */; }; - 23641FD0BDF3FFD5A9CA5F6A0EC30641 /* FIRCLSReportUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6621F03B4DA69CC4D2112D4A79E073E5 /* FIRCLSReportUploader.m */; }; + 2335D16DD99C5CCB7145356D9439A1ED /* SafeAreaManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D37DDA3D6B96219E4EB54E70B4808AE8 /* SafeAreaManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 23587B85B626669925991587D263DE57 /* EXSessionUploadTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C69C9EEC3493FC2E54FDD7786C6843C3 /* EXSessionUploadTaskDelegate.m */; }; 2365925EBC20940D60D5CE08F760E860 /* TOCropScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 31C653FE4A72393BFAC2B82B2AA0C8D3 /* TOCropScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 236D39DD6622CB11C981AF9DA6125A74 /* IPAddressV6.h in Headers */ = {isa = PBXBuildFile; fileRef = AAB720F76BE144E61D9A479E2C8A516B /* IPAddressV6.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2374A634EDE7633E094B936D98E38C39 /* GDTCORUploadPackage_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AD702E208DF29BB63131B8B34FB32AB5 /* GDTCORUploadPackage_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 239CC4153239478EADF861B54F99BC28 /* GFlags.h in Headers */ = {isa = PBXBuildFile; fileRef = F9544B2054D53E5D3651EB063F430664 /* GFlags.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 23A7632A236B534C61233C4A94C9D15A /* Barrier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D1A20C3309345EACF94957A0AE4B6755 /* Barrier.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 23AE2C1500BAEC75E7E7EA9F246D5A3B /* TOCroppedImageAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EA3D04969981A93C7699DCDC5F67228 /* TOCroppedImageAttributes.m */; }; - 23AE484D93025B7CEDC951E801E4E924 /* Flowable.h in Headers */ = {isa = PBXBuildFile; fileRef = 429C944037B09F67FFDB4D9982A75A0A /* Flowable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 23B63806D9A476DC97D4110167D0DDEA /* RNCMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = A6B8701C295DB4E99303EBA24093A57E /* RNCMaskedView.m */; }; - 23F880255FD99355C2934B672C938E94 /* RNFBCrashlytics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D843D9CD648FB77F5EE9FF5ACEA4ECD /* RNFBCrashlytics-dummy.m */; }; - 240FC32361C410EF5F84BF6DEBE42548 /* ReactNativeART-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EC49C09F6D86D63C33D994DE346EEC83 /* ReactNativeART-dummy.m */; }; - 241667971A938EA7247B95C6FC01AD42 /* ExceptionWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 367D7E063FF43E1359A7875D2872E8EF /* ExceptionWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 23B63806D9A476DC97D4110167D0DDEA /* RNCMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D50F32BF9A63201240E018732A575F1 /* RNCMaskedView.m */; }; + 23B96DD6869C85C7F99B6B5BFB5B2447 /* Frame.h in Headers */ = {isa = PBXBuildFile; fileRef = E36C4193D6E17441A42E9F55B899D390 /* Frame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 23F880255FD99355C2934B672C938E94 /* RNFBCrashlytics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 58380DDD9D14E13FC49903B3C12C8CF3 /* RNFBCrashlytics-dummy.m */; }; + 240FC32361C410EF5F84BF6DEBE42548 /* ReactNativeART-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B5B21DEE5E659FF81BC74960FDF7F81 /* ReactNativeART-dummy.m */; }; 2429E3881443A705B671125FD7304B92 /* SKTapListenerImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = D765CEAF6F6ACDDDE28F2B36828DC6BB /* SKTapListenerImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24326F349EBDAA0D4C0C008F7DAFEB0C /* RCTDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CC57D93AFEC44C47FF828624A59C128 /* RCTDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 243320729E94C054A9CA3C8071A2482A /* RCTRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 90436EDBE872AF84866087D3169F0D74 /* RCTRefreshControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 243BA7838B8733171E500BDFB3A064EB /* RCTConvert+ART.m in Sources */ = {isa = PBXBuildFile; fileRef = D88619A7C3A8BDDF41268C42118D8498 /* RCTConvert+ART.m */; }; - 244910A013FE57BE42FCB9759F71DAAA /* RCTNetworkTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 98FFFB3B367F5C1068DE90A69C635A53 /* RCTNetworkTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2449468D87C279D90A7D6B32DF968F39 /* Observables.h in Headers */ = {isa = PBXBuildFile; fileRef = BEC3066DC9C5D09CB3034384AFBBD902 /* Observables.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2467DDE2EA482D30DF73364EDA3E3591 /* FIRCLSURLBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = AD226BCBC490946ED36E90350AA3C0C1 /* FIRCLSURLBuilder.m */; }; - 2487FE5A99FD79EF599EEF75AA4F1083 /* ARTSolidColor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DDAE664C6BD4BA52FCE28BE3DC2DCC8 /* ARTSolidColor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24326F349EBDAA0D4C0C008F7DAFEB0C /* RCTDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 706BD084D3614677F1F93407910DC559 /* RCTDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 243320729E94C054A9CA3C8071A2482A /* RCTRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = EC6DADC1E9560F75280889A0B2B3D8F1 /* RCTRefreshControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 243BA7838B8733171E500BDFB3A064EB /* RCTConvert+ART.m in Sources */ = {isa = PBXBuildFile; fileRef = 27474382A8D81A4B6AB6E5900C22C84F /* RCTConvert+ART.m */; }; + 244910A013FE57BE42FCB9759F71DAAA /* RCTNetworkTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C04596974E6A0A67E3DBD0891538191 /* RCTNetworkTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24497D5DB531C36C16DD8D625C7311B8 /* DistributedMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BE65CAB0DB1BEB44C68B52C7C4D7E033 /* DistributedMutex.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 2487FE5A99FD79EF599EEF75AA4F1083 /* ARTSolidColor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6518CB92B2D22982D552B61B30511838 /* ARTSolidColor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24A1415308F4158B9FE290535BC60FD0 /* FBLPromise+Retry.h in Headers */ = {isa = PBXBuildFile; fileRef = 122E8A99C50C7776793BC31871411F2F /* FBLPromise+Retry.h */; settings = {ATTRIBUTES = (Project, ); }; }; 24A5011BE56D16609FF434F7E5E62B55 /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = C13068CCA9200DA009301B6DFA22902F /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24B8603BC575A94A4439BAF2BD74232D /* RCTView+SafeAreaCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DE0AE382E73F391070A03814F33213A /* RCTView+SafeAreaCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24B9F1A5BCDC3EC0A286157F7CE6A52E /* FIRCLSReportManager_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 36C16253FC02878ED51B236A0A19E9DD /* FIRCLSReportManager_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; 24BD64DF13017E303521D541079FF897 /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 83F22A0F81FF2CFB18B29CD08150A4BC /* UIImage+Metadata.m */; }; - 24D28F8B80AF874F0281E3D04648FB5C /* ManualTimekeeper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF40B4DD4D1F04FE796D486E30C2BB21 /* ManualTimekeeper.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 24E0B9065F0DEABA9BD102493CD7CE51 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C07BF2239EAC032AE2E37B6FC1EF511F /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 250F64338233A141069049A26220E9DB /* RCTSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C582B4A8EE969F1B5754C9B38328642 /* RCTSwitch.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 25104E5A2049C2DA09127250AB49DBEC /* Libgen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D893ABE4125C2E5D23BEAC8F5705F5AA /* Libgen.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 253F9D1378883CEB7970A6A9024A5561 /* GoogleUtilities-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CD3044319CEDF52FADA7F9D42F0FA28 /* GoogleUtilities-dummy.m */; }; - 25538B8A583A8543280AEF7E532D96E7 /* TimeoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 592DD80BBBA797B54652D50053D7B60F /* TimeoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2559C1D762DC2FF12B68CCB5339E0C5D /* NetOps.h in Headers */ = {isa = PBXBuildFile; fileRef = 44672A7A3BC339C8FE063A2228A810BB /* NetOps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 256C22EA78979B35F89CFE3F4CF18AB5 /* SysMman.h in Headers */ = {isa = PBXBuildFile; fileRef = B60A9DECADC02F72FA8DC25F17AC9E8C /* SysMman.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 256E184CA35A51D7C847905F1A8AF637 /* Init.h in Headers */ = {isa = PBXBuildFile; fileRef = F9F17229D01CC29A7EF2AEF9A4E366C9 /* Init.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 258A059DE41196CCE524C8F8AB9C0EAA /* MicroSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = A84B01E4187FD33B7B438BCE8C96EBAD /* MicroSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 258DFD96720C1C98BD6A3BC06B72A9C0 /* react-native-webview-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 18DB2D0FDBBD540C6281053E3588410B /* react-native-webview-dummy.m */; }; + 24E0B9065F0DEABA9BD102493CD7CE51 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2048D347CE9EDBB07FA607B7211FFEA4 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 250F64338233A141069049A26220E9DB /* RCTSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D229E63E73266FDA72C1F3143061311 /* RCTSwitch.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 252A150408A553D4807BFECE84C73499 /* react-native-orientation-locker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 34C4CEC6D823CBB3D6A577B448C1C976 /* react-native-orientation-locker-dummy.m */; }; + 254A0207C9A5435446C9EB5FC1E2E1BD /* SanitizeThread.h in Headers */ = {isa = PBXBuildFile; fileRef = F084779A88B74FB8825E34867B363A5B /* SanitizeThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 257E34681C26A91A4B2DB11E4A5C7A05 /* ColdResumeHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AF37032762368E8AEED68C2B4E679B7 /* ColdResumeHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 258DFD96720C1C98BD6A3BC06B72A9C0 /* react-native-webview-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 916E0C7450E83E0B4367C5BD19DA079E /* react-native-webview-dummy.m */; }; 259D8E16815455785CC4AAFEF69BA4AF /* huffman_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 09FFA9D1CFAEEC9252A44B73AA10A8A6 /* huffman_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 25C3094B23533F00B393D8D5D7C13758 /* RNCSafeAreaProviderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F037EC4F73F57C22672B80867DE53943 /* RNCSafeAreaProviderManager.m */; }; - 25DB1E24B453C0ECE4DA407E7761D440 /* EXLocalAuthentication-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A8E6D28F999C24C4DE02FE10FE67A206 /* EXLocalAuthentication-dummy.m */; }; - 25DB2AD1CD36012143AA219A496958FC /* cct.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 72F2D2D2A05538565B7E0551735184F1 /* cct.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25DF77BE316A1163F0FA609A33BB82FC /* EXFileSystem.m in Sources */ = {isa = PBXBuildFile; fileRef = 28405A232AD4FA4698BB863B254ACA6E /* EXFileSystem.m */; }; - 26506F2BBF7C95CCE61BDD9DA1645A41 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = AB7DF34075F02BED6389FB6756728F72 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 267FBF5FD39D9633691B813B405D0B81 /* RNCSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CF45B559F056D70AC4BE3FEB2311C3C /* RNCSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26CE1DA937FFD3F4C82ADEE87ED14556 /* BSG_KSCrashReport.c in Sources */ = {isa = PBXBuildFile; fileRef = 61FD7F597307F0B5DEEB583E6722C13E /* BSG_KSCrashReport.c */; }; - 26D03CC0D7C8736EBA89F3703C66B5CE /* FIRCLSDwarfExpressionMachine.h in Headers */ = {isa = PBXBuildFile; fileRef = E4CFD4F947B7442B6CE61B50C0DAB2EE /* FIRCLSDwarfExpressionMachine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26FD1E8F8A0AFA1A314F5C1A34FDB3CE /* RNCSafeAreaProviderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FB2696973117BCE57CF3C58C0188B083 /* RNCSafeAreaProviderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2701B679EC1C42658BE142FC913CAFFB /* FrameSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 892DBD086354A43D4AC20999CB2B9538 /* FrameSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2702ED30FCC572A9119745BA58C104F4 /* REACallFuncNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C13974B132B2AB8D6EDD473EAD3F0430 /* REACallFuncNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27167F0D3C68BF4311B49699BA082EA2 /* RCTDecayAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E84F204BB252E609BE565396A1D47F /* RCTDecayAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 2725CBDA93A9CDD6BDEDAC3F89B4C77C /* HazptrThrLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = 51E67A74C89886F5470BBD115A44A5B9 /* HazptrThrLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 25BDABCF4B94685FDE0C08F1D9D57028 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA02414E01ECDE302B32B780A6530E /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 25C175A288FBF338EFE274BD58D1947C /* RSocketRequester.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E55953D37F0BF415FD5F0436D77B74D8 /* RSocketRequester.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 25DB1E24B453C0ECE4DA407E7761D440 /* EXLocalAuthentication-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BD968A4D94E9A746F7ABEF6C09A3151E /* EXLocalAuthentication-dummy.m */; }; + 25DF77BE316A1163F0FA609A33BB82FC /* EXFileSystem.m in Sources */ = {isa = PBXBuildFile; fileRef = 937BF80DAC3AD39D847CBAE195763C5D /* EXFileSystem.m */; }; + 260AF1732D75989005185A1CB9EBEDBA /* bignum-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B604C164297ABEFBB339CA18AE3E70C /* bignum-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 260DB19B6644A2396087FC1DE332FE12 /* FIRAEvent+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C02134652DC0E225160FB001D088C81 /* FIRAEvent+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 26506F2BBF7C95CCE61BDD9DA1645A41 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5227A7283B06207612E46D8A5F9D9230 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 267978D8B6E1910570337BDE490132EC /* PBEncodeItem.hpp in Headers */ = {isa = PBXBuildFile; fileRef = B46B9000485EA36C8993212CB89A82F1 /* PBEncodeItem.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 267FBF5FD39D9633691B813B405D0B81 /* RNCSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D2E742A97EED1208CA8E77377B2608A /* RNCSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 26B8D51264AEFC6A56B9DB0BB37F703F /* ProgramOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = C95E75174973D393627CC0E6944E6964 /* ProgramOptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 26C27EA461F780C6B320445D32D3F187 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A9CCAE35584F6CE18642AC5956A83C4 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 26CE1DA937FFD3F4C82ADEE87ED14556 /* BSG_KSCrashReport.c in Sources */ = {isa = PBXBuildFile; fileRef = A9F294CB93352BCF987354459B8AAA7A /* BSG_KSCrashReport.c */; }; + 26D0A998AFF2ABD69097741C6E93AAB9 /* DefaultKeepAliveExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C161A0D9AD64B1BCAC02DB33B770404 /* DefaultKeepAliveExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 26E3EA9EA688E451D555351D01FAF093 /* FBLPromise+All.m in Sources */ = {isa = PBXBuildFile; fileRef = 162DF357A5D6A3074EC49D6A9D7F9D03 /* FBLPromise+All.m */; }; + 2702ED30FCC572A9119745BA58C104F4 /* REACallFuncNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 67EA6BA245FA725628ABC0BD0370B0D4 /* REACallFuncNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27167F0D3C68BF4311B49699BA082EA2 /* RCTDecayAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 5646641312F8355FE7CDCEC2CC3C51A0 /* RCTDecayAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 27237AF6095A9DE25A69F27968FD4233 /* IPAddress.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5759BDFEC341915F75AEE1B768C3097A /* IPAddress.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 27289C9CE545E9A60B4FFBECC9BFA815 /* EliasFanoCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = B83E6F934C634C4408B9B5CBD3711AD8 /* EliasFanoCoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; 272FE84B8033B2CF75AA53A9F9A84345 /* SKViewControllerDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 80A05F3F6DA63B80315D5D95AF244A40 /* SKViewControllerDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2730FE054CC61C90703D708DF8B87F6A /* RNScreens-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D06D805D018BB280D5F43F66806CDFE7 /* RNScreens-dummy.m */; }; - 27535CC99EB231F86255D295D0F58270 /* RCTWebSocketExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = B795F7EE7C1A056383D24B97E6090160 /* RCTWebSocketExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 275B1BA50739CFF9BDB246E10F662653 /* RNNotificationEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 788287DA6833A06D1186481C47D0B85A /* RNNotificationEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2763424CE15BFE6A5EE922F46F96BC4F /* RCTConvertHelpers.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1A1768EE0AC3475ACB1ADC65D0961C91 /* RCTConvertHelpers.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; - 278123CF362E025CDD59E46487DB5086 /* GDTCORTransformer_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 41D392A9A6CBBFE9049B72F2DE284171 /* GDTCORTransformer_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2730FE054CC61C90703D708DF8B87F6A /* RNScreens-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B89F43464D3C2841770D76BF7A11406 /* RNScreens-dummy.m */; }; + 274E40C8FFD757C26CD9877F409EAA6E /* ConnectionFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B1CB337F3E1A26D21CC5F820983F115 /* ConnectionFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27535CC99EB231F86255D295D0F58270 /* RCTWebSocketExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F5528EA09EFAE6B38E3C1160D4CFDF3 /* RCTWebSocketExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 275B1BA50739CFF9BDB246E10F662653 /* RNNotificationEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = B49D822CC2C3E7960EF5E399C6ED45F7 /* RNNotificationEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; 279436A2D859CBB5D60A18A8B8C6C584 /* CertificateUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0571EA1F9B0519AE1F8B5CAFF9B4C64F /* CertificateUtils.cpp */; settings = {COMPILER_FLAGS = "-DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -Wall\n -std=c++14\n -Wno-global-constructors"; }; }; - 27A98E511FC1F344C596F241FA2C70D5 /* ConnectionFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B1CB337F3E1A26D21CC5F820983F115 /* ConnectionFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27B6CCE48225BC56652E9E3223D38C4F /* ARTShape.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B9CCCBA2F7CCF6A2E05FAB36DDEF85D /* ARTShape.m */; }; - 27BA95952ADE98BBCB5EEAB52BB10B1B /* RCTBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AD6F60872029D99F430278A120AFF99 /* RCTBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27C9277485F05BCE39CFD89C84B143A7 /* EXAppleAuthenticationButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 88208E61D8DC10FE764D43B30D1250F2 /* EXAppleAuthenticationButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27F23A67D474B7396A69317B30F659B7 /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 6557362EFA665983657C29DC7EDB1E42 /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27F5024508E0ACB561FCBDF57E5B0840 /* FBLPromise+Async.h in Headers */ = {isa = PBXBuildFile; fileRef = 45E913232E1A32F18CB1C296C7F89335 /* FBLPromise+Async.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27A280D1DBA7A8B6FD7A3651A54497AA /* FBLPromise.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EFAF70FC7AD5745B398BEB23402B339 /* FBLPromise.m */; }; + 27B6CCE48225BC56652E9E3223D38C4F /* ARTShape.m in Sources */ = {isa = PBXBuildFile; fileRef = 32228B56F3D68A1F996FF3819BC346AA /* ARTShape.m */; }; + 27BA95952ADE98BBCB5EEAB52BB10B1B /* RCTBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 40C654EE67FEC6F7BE40DD1A7498724E /* RCTBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27C671CFA2AF9380A55C1614618C1951 /* EvictingCacheMap.h in Headers */ = {isa = PBXBuildFile; fileRef = B3826070DF750B29EC717636E7716BD2 /* EvictingCacheMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27C9277485F05BCE39CFD89C84B143A7 /* EXAppleAuthenticationButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 773A296DC9FC5A6BC8636133EE686724 /* EXAppleAuthenticationButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27F0C4D68202804F42F830E9E45233E2 /* RSocketClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 45FD7665344B59ED61C5124A0E402718 /* RSocketClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27F23A67D474B7396A69317B30F659B7 /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 393BD87E23105F5AFD8767897194DF68 /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2816754AA659150F1D0D87A2240F1C96 /* rescaler.c in Sources */ = {isa = PBXBuildFile; fileRef = D358D4901C8CDBF7571E2FB273CBDCB4 /* rescaler.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 282206FF0C68D664ADD7A470D7E15555 /* ApplyTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = 25064B5D821155534630D95B78FD7790 /* ApplyTuple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 281F420D4D08D8B48BBF90E7C15AD2BF /* SingletonThreadLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = CFCE68FCDCD707C79068E95A3A967672 /* SingletonThreadLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; 28237F6C1E5B28B4C6A2CEB79DA0D64D /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = B3135DD08D8F8477774D97E46A17FBA1 /* SDAnimatedImageView.m */; }; - 284D3E3078BADEF2585663A45C40B6CD /* react-native-restart-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 45701D45F1AF1DBAACB55B9487BFF1C4 /* react-native-restart-dummy.m */; }; - 286CB7A6A88DB1D0B53F76FDDF7E306E /* RCTConvert+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C272CB1134AB5CE6C92CB94FD7864C5 /* RCTConvert+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2873CBE8CE018ECC6EE68726A692463A /* GULReachabilityMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = EEAC1DE380BF7DACEB7BF2660EEC8F81 /* GULReachabilityMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28C78E22D8E13C7D5E5C641339C1BA3D /* StorageGetters.h in Headers */ = {isa = PBXBuildFile; fileRef = ABC0FE3046871A955F3DAC0CD0630C73 /* StorageGetters.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28D222B78CA686F39BD24903D1C13281 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = AB2C6A80EA8462922FD92811EC336399 /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28DCFC04093BFE2CBA3051626A4CE5E2 /* Future.h in Headers */ = {isa = PBXBuildFile; fileRef = C2D72A88FB01D49AFEFE11A05C051A11 /* Future.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28E0C90CD8D30F30180819D0F5C371F9 /* FIRCLSURLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = D95D5726D02100F956CA2FF93D912AFF /* FIRCLSURLSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 286CB7A6A88DB1D0B53F76FDDF7E306E /* RCTConvert+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = E879CDC510FC2B74BBB86215E85C2FE8 /* RCTConvert+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2891B36DE383BFAB9F0E32F1BD0CC535 /* ieee.h in Headers */ = {isa = PBXBuildFile; fileRef = 89A5CCC6744A5C7FC6A36F5719D03C2A /* ieee.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2894CD03A47A89F6993D4103D489E73A /* Init.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A91E9FF28DFA7E4E89674A5B85ECD54 /* Init.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28C78E22D8E13C7D5E5C641339C1BA3D /* StorageGetters.h in Headers */ = {isa = PBXBuildFile; fileRef = D6A04700A631597CD7BDF8A0C9E537B0 /* StorageGetters.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28D222B78CA686F39BD24903D1C13281 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 434E1A335ED3D61EE8E89C8C23A70CE9 /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28D29030DCE11EFB30AA3C1734E58E33 /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E446962D13DA9D49930FE2E5C110DF5 /* strtod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28DB097850BA4AD5AA86D4A78ADE68EF /* FIRCLSFABNetworkClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 33CD38A805803F9E727DAA3989B58F1A /* FIRCLSFABNetworkClient.m */; }; 28EEC40D08A0571DDBB018592ADCF887 /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 5568C46C1F75203584ED8E33CE30250C /* SDImageCacheConfig.m */; }; - 2908D147999CE0B89F1779C80BE11AD8 /* RCTSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = 39B7FB9FEDA213E7D987311504F39356 /* RCTSurface.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2931CA839441BC6F960675D20832E248 /* FIRExceptionModel_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C85C2B0C3932CB49E84D0E56FAE06E71 /* FIRExceptionModel_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2944A946434A4680496A964C76542156 /* EventBaseBackendBase.h in Headers */ = {isa = PBXBuildFile; fileRef = B0C5C8C3139E152A72E526B4FD8FB22B /* EventBaseBackendBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28EF0E5FCF46BBFCEA7980660880F5E3 /* MapUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = B19FF7A2DDD3DAF552F083D95B08CA7F /* MapUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2908D147999CE0B89F1779C80BE11AD8 /* RCTSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5C973FD75216390D6E6C5BAD3F9B630D /* RCTSurface.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 293568674BFC2FCB3EBC3EC193AB75D8 /* Checksum.h in Headers */ = {isa = PBXBuildFile; fileRef = A50823AC747F4E5841DC34E6C07DD3F3 /* Checksum.h */; settings = {ATTRIBUTES = (Project, ); }; }; 294B219813B8777D957D703F27DA34DD /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A5FB16064BAC59510A5A786EF144516 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 294BA62FD3B9998A2D3102B8009390BB /* enc_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = C6F4A8050990EA72A50D3093D7F18E33 /* enc_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 294C857132495A7B25BECC3DA8CF08AB /* rescaler_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B9EEAA9CD47A4CECB92579769CE04EC /* rescaler_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 296835209A80CA68B3E948098F146B7F /* react-native-safe-area-context-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C12600FD05EB6F904D709D9BEA39F37 /* react-native-safe-area-context-dummy.m */; }; - 2970B4381FFD040B6595A90982881AC3 /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A933DC2C25DA05462E9F2DCDEA2F069 /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 299A09CB80D8C6970C0D9777970DD772 /* SanitizeLeak.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DC3AF64923400524C967907721D2E9DD /* SanitizeLeak.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 29BECB6B582019D7CFECC361C6416BAB /* ScheduledFrameProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D6D1599C0EA71FAF757409A3F81EEF1C /* ScheduledFrameProcessor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 29E218628AB4F1CCD21A650B478BEE23 /* BSG_KSCrashContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 42D9833BAE9B6DCB448907D2133D40A1 /* BSG_KSCrashContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 29EAC88D27C32E1C5B8935806F3B9D6F /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = 067E10B4372B09320BC2CD0420B5C71F /* diy-fp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2970B4381FFD040B6595A90982881AC3 /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = CDF29150B960F867E149D1019DAA1032 /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 29885AE0FF6386A8C047608ED823966C /* Sse.h in Headers */ = {isa = PBXBuildFile; fileRef = EC22763B2410C58280F020F636D3BA61 /* Sse.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 29C71C0E2AB8B0B9A0181889EBF06573 /* MMBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = AD429B97FD98CD0D2FC8387D13798842 /* MMBuffer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 29E218628AB4F1CCD21A650B478BEE23 /* BSG_KSCrashContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DD8815D4ECCCE94EFDC52F836799F70 /* BSG_KSCrashContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 29EC6C3989F9120B097EEDD3FECF9B21 /* GDTCORReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A4847D525003929C998851398FA9ECC /* GDTCORReachability.m */; }; 29ED5CA203DF8983E2D036241DC475E9 /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C20B5DD74073662657894DCBE40BC8A /* SDAsyncBlockOperation.m */; }; - 2A01C8831E68611BE1ABCA396B57A3B9 /* RCTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = E7D2734D15B215CC20D9818B07E07F00 /* RCTLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A1448813DB024789F386419AC0966E6 /* RCTMultilineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 888F5F44E72D01BACEE44828F57CEB3D /* RCTMultilineTextInputViewManager.m */; }; - 2A25A4A0D232A7DD84939972D07FFE09 /* RCTConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 910C9A9869C89DEA22C1CF4AFBAB7196 /* RCTConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A688E53427A1E28609FBAA35857F1EA /* FIRCLSUnwind_x86.c in Sources */ = {isa = PBXBuildFile; fileRef = D596272B69E2BF970FAD77801A872212 /* FIRCLSUnwind_x86.c */; }; - 2A76BEF9E322FAFF9AA5B88E086449E4 /* GDTCORUploadCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 0932E7FA55A62ECF2AFD9B3A9CAE0053 /* GDTCORUploadCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A809E61FECD8CC27A91B6E74DDD9B46 /* ModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C5967EFEEF8DA65BF4FEC35B2266BD9 /* ModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2AA511BFE6E6DA363E500CC1EF6F515B /* Pbkdf2.m in Sources */ = {isa = PBXBuildFile; fileRef = 15EA15A288C680BA2C196F4FEA6F5D1F /* Pbkdf2.m */; }; - 2ACD179CB40DC5702A2D7D935B51ED4C /* Chrono.h in Headers */ = {isa = PBXBuildFile; fileRef = 626200AE3A3CF5624B35EB1686270AE3 /* Chrono.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2AE5C407AD8561FFCFDC715D324A29CD /* Benchmarks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9E6C3C99A1D38B82EF4DDB61CDC11034 /* Benchmarks.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 2AF8FA27F6F7D973BA41558473B00457 /* EXFilePermissionModule.h in Headers */ = {isa = PBXBuildFile; fileRef = B2704EA4B90050D03E844480C7B46FF2 /* EXFilePermissionModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B02A4A133EDF6919DF721A9159F517B /* GDTCORFlatFileStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C956CDF96AC19AC13089AFD2393F859 /* GDTCORFlatFileStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B17A882D955D4800EE9197F9264EE62 /* BSG_KSSignalInfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 479A270F52E4CE79810EB8A66507B5FB /* BSG_KSSignalInfo.c */; }; - 2B1C24529C1C74E6A356C7A40CA185F1 /* RCTMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CC40C17B9903038F78068F02A57E3610 /* RCTMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B622E541FE0D922D8AB19163821F7E4 /* RCTVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D7003A410EAD69619630C1D06DDCA0A /* RCTVersion.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2B72D7281849A8393A5DDB3D650D75CA /* NSError+BSG_SimpleConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = 0212CAA27410D0FB53BA628CE92337FF /* NSError+BSG_SimpleConstructor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BA69D9D542370C30F15F680DA1AAE7A /* QBImagePickerController.h in Headers */ = {isa = PBXBuildFile; fileRef = 64DB98BEE8E0B74B3722D60671CB681D /* QBImagePickerController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BF15CAA80588425BB5AEB06400511C1 /* RCTKeyboardObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = D4C4BA06AC29BC3ED729F2AF87728B8C /* RCTKeyboardObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BFEDB596B13A0E93B56E473D2BD0404 /* OpenSSLHash.h in Headers */ = {isa = PBXBuildFile; fileRef = BDFF56B500F62AFA61E4035044F1EAF9 /* OpenSSLHash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C1AA7CC37F8D2FCDD59057F40580B55 /* FIRCLSRecordBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D31ACB25195EF0A84E3F58F4EDCE5F0 /* FIRCLSRecordBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C1DCABFF26E233F2F6F76758FC706A9 /* Aligned.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A5033A84C0078FFB850A6F9A5483FD4 /* Aligned.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C2BB0245C06C6ECD837F00D785271A6 /* UMEventEmitterService.h in Headers */ = {isa = PBXBuildFile; fileRef = 89AED319083C725959FA8631A7176C27 /* UMEventEmitterService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C355A65EF3A00F1E38ACA0A5887795D /* ReactNativeVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F60927F01B886851D4BBD02360D3240 /* ReactNativeVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C52EC67F2FF4ED5E0B25001F6BC1CF0 /* TypedIOBuf.h in Headers */ = {isa = PBXBuildFile; fileRef = 53F444FE8A1691E1A3AF95527CF9473D /* TypedIOBuf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A01C8831E68611BE1ABCA396B57A3B9 /* RCTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A510575A1FC9FAEEED1371909C3F2C3 /* RCTLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A1448813DB024789F386419AC0966E6 /* RCTMultilineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CCE23A23A23DEE66E3C3CBFB0D9F721D /* RCTMultilineTextInputViewManager.m */; }; + 2A25A4A0D232A7DD84939972D07FFE09 /* RCTConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = BAD59DB5F614DC53C6468BB52CCDF276 /* RCTConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A2C0C8B8480A8A12AB2FE25B992F697 /* BlockingQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 54A39B5CC8BD12A3A5B6EE6B1B19F0C6 /* BlockingQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A39E8383F3F87C10CFCBCC9381983AE /* Libgen.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED3204C3F2522242524FAC88331C9E9 /* Libgen.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A493B365180564C43897233FB469DDA /* RNCSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = 02535C8D2F06FA1A20031E1754A28A37 /* RNCSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A5E383D55FE9C242624A8E3E76CD6FE /* FIRCLSDataCollectionArbiter.m in Sources */ = {isa = PBXBuildFile; fileRef = ED45253B3F68FFF9A8DD0F36C86E08CB /* FIRCLSDataCollectionArbiter.m */; }; + 2A809E61FECD8CC27A91B6E74DDD9B46 /* ModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = C479C917194F0B17DD7E4E5DECBDB54B /* ModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2AA511BFE6E6DA363E500CC1EF6F515B /* Pbkdf2.m in Sources */ = {isa = PBXBuildFile; fileRef = 35D059578C746B656D92BE16F6752821 /* Pbkdf2.m */; }; + 2AB0B345DD1BDD125E1907D9E15454D3 /* RSocketConnectionEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C1DBE6A2CF58D2454F50323D40DBE56 /* RSocketConnectionEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2AF8FA27F6F7D973BA41558473B00457 /* EXFilePermissionModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A42CEBCAF57FA14D9DDC864E459C2B3 /* EXFilePermissionModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B0A47D7D27FC519A68BB4849C2D4002 /* Executor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 29537CD66643FF7EDA26FC50C2A01839 /* Executor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 2B17A882D955D4800EE9197F9264EE62 /* BSG_KSSignalInfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 1B58221E4BDEE2CD688E8C71D07A7A9F /* BSG_KSSignalInfo.c */; }; + 2B17E6CC7F18626E88991E8296872DAD /* EventFDWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 686091145045944E5FEFEE5A8B414D2A /* EventFDWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B1C24529C1C74E6A356C7A40CA185F1 /* RCTMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A470587ABA820F0E830C9FCA65046C44 /* RCTMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B3ABEC8CAF40D427297C55BE2FAF13B /* HazptrRec.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D438F38D94F27C2D4F272BAFC52B53E /* HazptrRec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B622E541FE0D922D8AB19163821F7E4 /* RCTVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = BCBD1647946B4F61F88A67AC770D296C /* RCTVersion.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2B72D7281849A8393A5DDB3D650D75CA /* NSError+BSG_SimpleConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = 86C1C14517FBA07F134EE5555A451986 /* NSError+BSG_SimpleConstructor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2BA69D9D542370C30F15F680DA1AAE7A /* QBImagePickerController.h in Headers */ = {isa = PBXBuildFile; fileRef = C408294883E3AC52287FEF9E18D54ADD /* QBImagePickerController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2BD0EB19A587409B1970DEF07FBD38D2 /* MicroSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AD33D82B3E5E94C3A896176AF64608F /* MicroSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2BF15CAA80588425BB5AEB06400511C1 /* RCTKeyboardObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 83BCFEE40220888A29C367704FD6B9C3 /* RCTKeyboardObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C07B14C8D3FE7131298ACC1FD0EE26A /* FIRInstallationsVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B5FEB9BBC34C38471BFC0C565F5147F /* FIRInstallationsVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C0F23EE16E8FB38C37037473D7C8E48 /* FIRCLSSymbolResolver.h in Headers */ = {isa = PBXBuildFile; fileRef = 11EC576DB5495B159AAABD36581CE700 /* FIRCLSSymbolResolver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C20D219BCB8C2352E06962104E8270A /* RangeCommon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2DAC3515B699F5348095BA37D913A13D /* RangeCommon.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 2C2BB0245C06C6ECD837F00D785271A6 /* UMEventEmitterService.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EC4839184FE2B2402FAD3462088F5D8 /* UMEventEmitterService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C355A65EF3A00F1E38ACA0A5887795D /* ReactNativeVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 261EBB9E97BC3ECE7CB2CD999E1EFDD5 /* ReactNativeVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C407E8C99A8941BCC7E5FD583BF7155 /* GDTCORConsoleLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 3256AA43CE2BFC1B9E9126DBB10173CF /* GDTCORConsoleLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C476EC9F7B621F0D142449AA955BC63 /* EnableSharedFromThis.h in Headers */ = {isa = PBXBuildFile; fileRef = DA162A95EDFC329A11018E75AFDF3C9D /* EnableSharedFromThis.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2C54C4C60B5060178FC07D88D0039B26 /* analysis_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = D35D401124FA465C578035F7247606B1 /* analysis_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 2C6C05C4CA1AB57279CD8E33AAE4A7B7 /* MMKVMetaInfo.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 9246657F51B7A60381223A4E5A6D11EF /* MMKVMetaInfo.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 2C7CD02757F50746084DE37EEDD96B6C /* Log.h in Headers */ = {isa = PBXBuildFile; fileRef = FC09B797AFBDA594749FFECCC24635D4 /* Log.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C898C244746B08C5A3F53783E44C316 /* GULNetworkURLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = DD8FE51DBA71D2B51C3D7E084D74ADCF /* GULNetworkURLSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2CB50927DCE52B60BF8E5DCA477D9CDB /* RCTTurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B51541806B7140CF45915170978B4D7 /* RCTTurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2CB6213D090F803B4D049F127D9D0CF9 /* contents.xcworkspacedata in Sources */ = {isa = PBXBuildFile; fileRef = 33DBC9A52BA573AA67A9DF21EF146A3A /* contents.xcworkspacedata */; }; - 2CE163ED3117BA5498D6B5918D706779 /* RCTStatusBarManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 082A7B3B592D6A81CF11E7EDD448734C /* RCTStatusBarManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 2C7CE9C58DFF531AA2AC58125DD534D2 /* FIRCLSFABHost.m in Sources */ = {isa = PBXBuildFile; fileRef = 08391954A2F97E467DB6AE01410CDE9F /* FIRCLSFABHost.m */; }; + 2CB50927DCE52B60BF8E5DCA477D9CDB /* RCTTurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = D4C3039E1251E2B702DFD7C941A1A2A8 /* RCTTurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2CB6213D090F803B4D049F127D9D0CF9 /* contents.xcworkspacedata in Sources */ = {isa = PBXBuildFile; fileRef = D758D91E02C797161FAD55D10B377760 /* contents.xcworkspacedata */; }; + 2CE163ED3117BA5498D6B5918D706779 /* RCTStatusBarManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8CD5F6BFE6C11EEA4F4DF313B108C57D /* RCTStatusBarManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; 2CFCA328477CECB270F42D6209EE67D8 /* filters_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 3AE89D4FBD958EBA906CB11EEBDAB761 /* filters_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 2D14A42BEF07C683673DED5EDA73C62A /* neon.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BA9F71EAC3F82E40B42B2CA75551412 /* neon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D2F17105359AD4CEC3CEC7ED8511DB7 /* UMModuleRegistryProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F4A3C3B8AADB6C5C49E91CBE496CFE2 /* UMModuleRegistryProvider.m */; }; - 2D300ACEDC8EAEB439A1494C8189103E /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 5995B483B9AC918FBAEDEF7F604C89F9 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D34208C14475FBA886371B25DD005A0 /* RCTUIManagerObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = FB20DC637388E4BA689F93FE512E889A /* RCTUIManagerObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D2F17105359AD4CEC3CEC7ED8511DB7 /* UMModuleRegistryProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F19BF0888DC953A24204C8E83DB1213 /* UMModuleRegistryProvider.m */; }; + 2D34208C14475FBA886371B25DD005A0 /* RCTUIManagerObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EF673B31ED4FD8583A67D6D966CA56F /* RCTUIManagerObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2D3BD37568D6600A77686B333F8FB59E /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 545F3C1875A4AB7241963CC405C95086 /* SDImageCache.m */; }; - 2D3FEFE3EE28308D914323A3A72D3AAB /* Conv.h in Headers */ = {isa = PBXBuildFile; fileRef = 955D1CB93D8630D106A768A7E39526C7 /* Conv.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D53A50CB5DBE9B797E0EE489C67A117 /* FIRCLSAsyncOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = A395CF55455BB3289EFF24E6573D95A3 /* FIRCLSAsyncOperation.m */; }; - 2D63266DE8BB1C06F6D82D47464427F5 /* RCTImagePlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = DE2F1A3E4683F5B58C310B6F901D1FBC /* RCTImagePlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D9277294528E8D616FA980DFE0DFEF3 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 41758DF07308A697F34A55A0E9F85134 /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D9E2228A9548335BCCD03B83D3B676A /* RCTTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 68D85EA3D17230576386210F4FD87576 /* RCTTextShadowView.m */; }; - 2DA57F25652C1A8A8382CA51DD125983 /* FIRApp.m in Sources */ = {isa = PBXBuildFile; fileRef = A46EF52C7F71218D09C6FA2DF8D1DFEF /* FIRApp.m */; }; - 2DB236D8916D7BACECF324AF5165D4A6 /* QBSlomoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = 719905B6632ED1EA36743269AC271928 /* QBSlomoIconView.m */; }; - 2DC2AC5834F1A3F7258586130B6EA000 /* ShutdownSocketSet.h in Headers */ = {isa = PBXBuildFile; fileRef = D8D2B14A48976AB1B733441A619B3210 /* ShutdownSocketSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2DD7ACBAF9C65522959CFB17CA2734F3 /* ColdResumeHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AF37032762368E8AEED68C2B4E679B7 /* ColdResumeHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2DDF2CC2DDA6B43F80AEF12C47D5D408 /* EXImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = F334B7FD5CB1394C50DF82325A076EDA /* EXImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D3EDAA4EB79B23EB3EEC4386687B9E7 /* EventHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BE12DCF35841427D90897AED0993855E /* EventHandler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 2D411A0AC25E7B4E330A62790C3D0CA7 /* VirtualEventBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E80FDFF8780716E32C7ADE07C5B1A902 /* VirtualEventBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 2D63266DE8BB1C06F6D82D47464427F5 /* RCTImagePlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 37CB5E3FA6E56CDDA22020814A9F5F38 /* RCTImagePlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D9277294528E8D616FA980DFE0DFEF3 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 6889340CC67C64F1B1B94142299ECB11 /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D9623080F4E76BE75D5102FDC852284 /* ThreadName.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06D84CBCC57034D95E396652273DA377 /* ThreadName.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 2D9E2228A9548335BCCD03B83D3B676A /* RCTTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0992F82E7E2FFD18D2C741E7CA2E4C81 /* RCTTextShadowView.m */; }; + 2DB236D8916D7BACECF324AF5165D4A6 /* QBSlomoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3075F83F4BE87D866526148F97409D6C /* QBSlomoIconView.m */; }; + 2DC59B235ED0EC0A91F12BDFC23660C5 /* FIRCLSdSYM.m in Sources */ = {isa = PBXBuildFile; fileRef = 35E4D6A1904487120B7DD3A697709AF8 /* FIRCLSdSYM.m */; }; + 2DDF2CC2DDA6B43F80AEF12C47D5D408 /* EXImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A34BF894545FC9A2EB6192E4D7E7972 /* EXImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2DE5851C32276E5A115362D3A94F45F7 /* FLEXNetworkRecorder.h in Headers */ = {isa = PBXBuildFile; fileRef = AEC45C1A537CE0DCAA631548B8CC2ED6 /* FLEXNetworkRecorder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E00B1B2C7BF3736BE40EFAF8F90F7B9 /* UMReactNativeEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = F2DB6B4D4D06F11F193E603949353D40 /* UMReactNativeEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E175864082CAE1492153921B6B06DCD /* RNConfigReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 91C027F2180488EB1CD198DAC4DFF690 /* RNConfigReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E18CAF78916099D4CB09A7670836C51 /* FormatArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 227BD86E4FD15BEA458D981ADF2C7765 /* FormatArg.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E1F5E61285BAA99BD78577711CA9B5D /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = E2AEBDE2BFA6F4BD26C6F1EF52DAB040 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E276A55F0A871D53E4075651650DBFA /* EventBaseLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F25BF5AB17CF3FD6E5451EE13AF8298 /* EventBaseLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E31234D3552FA62FC329AD38412B05F /* GULSecureCoding.m in Sources */ = {isa = PBXBuildFile; fileRef = 5658C71B558145AD425C652C11FC74CB /* GULSecureCoding.m */; }; - 2E97FEB403B43A2467C475E9AA094D26 /* FileUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C12606E850D767BF6B6D776479AA7767 /* FileUtil.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 2EB0A5D3144A0456F8B498DFCE4E52A4 /* RCTFPSGraph.m in Sources */ = {isa = PBXBuildFile; fileRef = D4BFC6C1E94B3802AE774B10E7C5A543 /* RCTFPSGraph.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 2DEA4B875DC7B50B724BCEF3284CE739 /* CancellationToken.h in Headers */ = {isa = PBXBuildFile; fileRef = BD6E560F8A3A9A5DED62B5D952DF111A /* CancellationToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E00B1B2C7BF3736BE40EFAF8F90F7B9 /* UMReactNativeEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AEB0880D7E0ECE6A3DC4323891EB09C /* UMReactNativeEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E175864082CAE1492153921B6B06DCD /* RNConfigReader.h in Headers */ = {isa = PBXBuildFile; fileRef = DC59DB45B5F071F16E4E86F2AAD8DDFE /* RNConfigReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E23B31A3F440ED388687BBCD95AF8FE /* stop_watch.h in Headers */ = {isa = PBXBuildFile; fileRef = 765D975B14C95CD0E5DDAF589122C261 /* stop_watch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E2D07A18F4C187A70FB7401FE310266 /* HHWheelTimer-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DDDF70397E873FB66A7DD6FD2386304 /* HHWheelTimer-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E7188A39F301DAA04BD9BD48F6CAFEA /* Allowance.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4207A619AB958E72243AF5E954E257 /* Allowance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E7D9A7CA237DBBEE0A380233FD0ED20 /* RSocketParameters.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C10D6FD9FAA288054D1A307945AE4EB /* RSocketParameters.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E8D9CE040612CC0E556550029F283D1 /* DynamicBoundedQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 8440B91410AA90FC2A97EC7B1EB9CA55 /* DynamicBoundedQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2EA9E8AD0BA1C0A4EA61E75CC723983A /* GDTCORUploadCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 0932E7FA55A62ECF2AFD9B3A9CAE0053 /* GDTCORUploadCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2EB0A5D3144A0456F8B498DFCE4E52A4 /* RCTFPSGraph.m in Sources */ = {isa = PBXBuildFile; fileRef = BAB6CF65493D83DEF448745FD3F8BE63 /* RCTFPSGraph.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; 2EB5CCF366028976DD1355C36A09FFE7 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = B9C8917DFAABD1CCADF4FEDE29515BA3 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2ED04DCBB34BE5259FE42955DC275F03 /* IPAddress.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5759BDFEC341915F75AEE1B768C3097A /* IPAddress.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 2EDE996E73FA535C574A89EC25A5F74B /* Iterators.h in Headers */ = {isa = PBXBuildFile; fileRef = F071544DBC72C76475C33F5A822745B0 /* Iterators.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F0572B89DC0FCF6449204A686CEFD23 /* EXLocalAuthentication.m in Sources */ = {isa = PBXBuildFile; fileRef = 3782EEB74985B9C222CB86C0A4007BD0 /* EXLocalAuthentication.m */; }; - 2F0A7A2D225FC3DF89CF2E0F0C80FFBC /* FIRCLSInternalLogging.c in Sources */ = {isa = PBXBuildFile; fileRef = EBF822593AB0C7B5D454FF8587FFB605 /* FIRCLSInternalLogging.c */; }; - 2F5A78AE06FE033160E1061EEC165585 /* SanitizeLeak.h in Headers */ = {isa = PBXBuildFile; fileRef = 06CAD0773405472569BC94754EFA4CD5 /* SanitizeLeak.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2ECD850315B08594367B770A1D0FFCA2 /* FIRInstallationsIIDTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 5791CBE9F30DE44EE14C14D96556BB35 /* FIRInstallationsIIDTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F0572B89DC0FCF6449204A686CEFD23 /* EXLocalAuthentication.m in Sources */ = {isa = PBXBuildFile; fileRef = 42F29C2DFDA8492D6B56BF09386848AC /* EXLocalAuthentication.m */; }; + 2F25CAD556254A239B151322CEE849BC /* GDTCORAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 92CB8E89BD841A3E87A709A8BFD2B061 /* GDTCORAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2F72C5CABC248F65049AD91B283874DA /* dec_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 775164EA873952B011041E713DFBCD20 /* dec_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2F7BEE2B0414D2430FEBDE422D82E716 /* RNSScreenStackHeaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F8BA9789DB2ECEC633C2ADFA917A323 /* RNSScreenStackHeaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F8BF9878471ABD5AE9FF94079DD1E8B /* AsyncSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D17CC687AE454D92A4FFA5666E6D7837 /* AsyncSocket.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 2FC8F6F6242CF7556E69165A17E0D628 /* PriorityUnboundedBlockingQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 60ED83E4498EEEC2A5C4980AEA4D5BFC /* PriorityUnboundedBlockingQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2FD17BB4CB6F8D7B73AF3F9F335D70B3 /* FIRCLSUnwind.c in Sources */ = {isa = PBXBuildFile; fileRef = 53BA95CA5635D6F03708BA1F8A82D760 /* FIRCLSUnwind.c */; }; + 2F7BEE2B0414D2430FEBDE422D82E716 /* RNSScreenStackHeaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 533B367B186F31868EC38D4FD04E6896 /* RNSScreenStackHeaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2FA95772D10AF99617212F3ECE0D9BA5 /* Barrier.h in Headers */ = {isa = PBXBuildFile; fileRef = 05CC0A2CFA9F540FCA4C6E079377E271 /* Barrier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2FAEC8D8FFA2F50D651D605CB6A05CDD /* FileUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C12606E850D767BF6B6D776479AA7767 /* FileUtil.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 2FDB2CD79362D99599FD4DA2D68DA3BF /* dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D57021F2C41E933692B418C69B5D54D /* dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2FF97C9D8980660F49FBCFC742E064B6 /* HazptrUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 95C88FD20D5D13529D47BC4F9568264F /* HazptrUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2FEE24CCC3F937F8EBE58D7430F736A7 /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1CEA916A18C53C87C1E3A57B1B5C51C5 /* symbolize.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 2FFE9FAA8D62C7EB54AE4AFA8C77DE6F /* RecordIO-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = A653A8420A70DC05EDB75FF5B7E8BBC7 /* RecordIO-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 30016246B5BFFC114F02D2DCE4B952BD /* ThreadedExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 53F3E96273465DA750E81619209A59EF /* ThreadedExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; 301FBF49A4C6B1413EC454EFD870D30E /* SDWebImageDownloaderDecryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 2007D7F6A86D0B80EEF98EF5768C3F0D /* SDWebImageDownloaderDecryptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3021BF1C6A5DE7DE0816F567E9163FEF /* Fingerprint.h in Headers */ = {isa = PBXBuildFile; fileRef = 5354E78EBA35232E8D5ED26CFB99DBA3 /* Fingerprint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 302CB14189BAEF90AC902BA6EDAE1B35 /* FIRCLSDownloadAndSaveSettingsOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 6831653DFA5D395950540CB4B14BEBED /* FIRCLSDownloadAndSaveSettingsOperation.m */; }; - 305D25BE5BFBE3D239B0186085027C73 /* Base-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = E3F716A8FF9AD4F56958349F33B21560 /* Base-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3066F2E7BF417DC53EC159872AAAD8D1 /* FIRCLSInternalReport.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E4A9AE0B2E9BA8C1C6197E59D70BACE /* FIRCLSInternalReport.m */; }; - 309E1CC0F07DBB6FD6177CC4AECBF56E /* EDFThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 592577787E6D7CF24EDF5392204060A2 /* EDFThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 30AA70D82FFFB9E75E49B3DFE1A095DE /* RCTDatePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F3B6C27E1A7C76714C483E4E4855A6A /* RCTDatePickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 30AF2671AF0F163C12F1602CC4C792A2 /* RNCSafeAreaProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 99688F282F0A012B1381B6068A7624FA /* RNCSafeAreaProvider.m */; }; - 30EC789897AD001D7CE6A763D8DB70FE /* HazptrThreadPoolExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6A6C140CF9B910AEEDD17458E7F21EBD /* HazptrThreadPoolExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 31125E4E56B420BC61045D17E7315E27 /* FIRCLSMachO.h in Headers */ = {isa = PBXBuildFile; fileRef = D89110DBBE0DF335C46F567F0963046D /* FIRCLSMachO.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 311BF276B0129159C98E04BC6B4A359A /* RCTScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = D0D10CC67B6D76C1129643D9F0D4A685 /* RCTScrollView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 312809ECB4409FDF567E6525D2D121E8 /* RequestResponseResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE09B815A25FA21F8C305F98F131E88F /* RequestResponseResponder.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 3137539F4A9F4B9719516CBC77F46429 /* RequestResponseResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = A51D42C0763374A3549DE09A6011D865 /* RequestResponseResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 307F2D51282E480D22E6DC6D5B7AED69 /* stl_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F54931782ACF7EEFCA243676B24B451 /* stl_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 309329432249EA82E2CDB35A8E839FF6 /* UTF8String.h in Headers */ = {isa = PBXBuildFile; fileRef = A120F36785A71D7E318FE4929ACB51C4 /* UTF8String.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 30963ABFD6CBD9137EEAE8833F799683 /* FBLPromise+Async.h in Headers */ = {isa = PBXBuildFile; fileRef = 45E913232E1A32F18CB1C296C7F89335 /* FBLPromise+Async.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 30A1CB2F80C8B906C6D494DEABDA2FA3 /* FIRCLSHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = E249493F4DC300904E721B3C9286989B /* FIRCLSHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 30AA70D82FFFB9E75E49B3DFE1A095DE /* RCTDatePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 91405D68956015D92781322FE57227A0 /* RCTDatePickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 30B9993EF34F4CCD57405BBE2B5B1BE4 /* Subscription.h in Headers */ = {isa = PBXBuildFile; fileRef = 867783A0FCA3A8F968DEEEF71E2E5F12 /* Subscription.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 30F1437C85869157D50145FE38BDE273 /* Flowables.h in Headers */ = {isa = PBXBuildFile; fileRef = 696AE8749E750CFA278A5D7A45557C8C /* Flowables.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 310FC297D438B0CB71298DEE3B71637E /* HHWheelTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 0665E6CEF9086198C8B77743642C21C8 /* HHWheelTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 311786568A7708BF816F93F6301657B3 /* RequestResponseRequester.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F87333D7731D5A92A88360E34822B705 /* RequestResponseRequester.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 311BF276B0129159C98E04BC6B4A359A /* RCTScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AA158AF14D9A26EA6C73569EAD629C2 /* RCTScrollView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 314795FC6F11BEF63402635D4C9A8488 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = C3B8BE8AD1C94904360109FB235B745E /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 314D772E946B97CDBCA339B24EE64341 /* pb_decode.h in Headers */ = {isa = PBXBuildFile; fileRef = DD52C485ABF20B7BDC22370FB40C7050 /* pb_decode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 315EE587442D99F454A795A6CBD12113 /* FIRAppAssociationRegistration.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A04D0EF519DA96C67F7DA276E06CC18 /* FIRAppAssociationRegistration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31778C2173108BB5C2EA4BC850CB6C74 /* ProtocolVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = BA2B988B207FFBFA5D705AE2D1364866 /* ProtocolVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 317818459539B3EBDF352BE2E90504F7 /* Sleeper.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AE8FC146690DD102AB9C6F1A89A7F82 /* Sleeper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 318DC31A06296D45DBD8198EF0178664 /* RNRotationHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 6316C5700EC43BB7BF0757E67FB8C053 /* RNRotationHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31912FE6CDA4F66E105602966A025068 /* RNFBAppModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 412D0615B16BE3B93E19BC0936F0B59F /* RNFBAppModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31A17630973C86192D0B6BDB0CE21CF1 /* RCTConvert+CoreLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = F038873C280AAA598EC6B4B8CE3FD2D3 /* RCTConvert+CoreLocation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 31A53C7E1453E8D090676526C381B57C /* RCTImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = FD3711AC013B35BD0E091F97A554964C /* RCTImageLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 31C9C28D1D271197565CAB47CDD68212 /* EXFileSystemAssetLibraryHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = B8AC2DCC071185F405C59D5FDB7A6C56 /* EXFileSystemAssetLibraryHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 314B6EE711D95D661F7CAC8B195540EA /* JSONSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = E03D2077A6AB041E630A71B03504F20C /* JSONSchema.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 314F969C7D2BE11CFE0C7884458796B1 /* FBReactNativeSpec-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 34827D4C0C7CF07657C2BBF54B17EB3B /* FBReactNativeSpec-dummy.m */; }; + 31583A91BCCF51357A9796FF0C6AF86D /* RelaxedConcurrentPriorityQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = E17620E60E402B8192FC79E76A5B24BB /* RelaxedConcurrentPriorityQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 318DC31A06296D45DBD8198EF0178664 /* RNRotationHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 98C7886164C7FF8611E7F1F70DD1B628 /* RNRotationHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 318F6BE2737A121339F12DE30609947C /* Stdlib.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FDC0214B6FA9DEC4EC36BE0DD4BA6E7C /* Stdlib.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 31912FE6CDA4F66E105602966A025068 /* RNFBAppModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 74B4A9A98C91FB7AE22ABFAFD0A8AAF5 /* RNFBAppModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3191D5BC8DF9A6E27368C42A045B8F80 /* HazptrObj.h in Headers */ = {isa = PBXBuildFile; fileRef = 730556F68595133BD4C32BC4171FBDE9 /* HazptrObj.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 31A17630973C86192D0B6BDB0CE21CF1 /* RCTConvert+CoreLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = 76B6C5B83520BEBD1977F96D9B90BD28 /* RCTConvert+CoreLocation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 31A2B597AA17492026482C3FE76F8714 /* RNCCameraRollManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C1D81A9074D504712C829F448867952A /* RNCCameraRollManager.m */; }; + 31A53C7E1453E8D090676526C381B57C /* RCTImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 108CBD8729DF942C8AD7355F78093992 /* RCTImageLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 31C9C28D1D271197565CAB47CDD68212 /* EXFileSystemAssetLibraryHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = B64737F9F0007168BA3BD79390674734 /* EXFileSystemAssetLibraryHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 31CFF5B92C099904CE847EDCB174CECA /* FIRCLSReportUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6621F03B4DA69CC4D2112D4A79E073E5 /* FIRCLSReportUploader.m */; }; 31D13F48330161B883CBCE16921F624B /* vp8li_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = D48F39FD4C99C89412BFA80D34CD0DCE /* vp8li_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 32082018BE55E29F54F397D54D06839F /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = BE1DD6BEB5772073CB1B497EE3EFACAD /* demangle.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 3254EDB44AB5F5D090B59FC9BAA2D666 /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 7650F58D597418B37BAD5544DE08E389 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3261E2311B5543A83F7EC3D9D28D0D25 /* EXAppleAuthenticationMappings.h in Headers */ = {isa = PBXBuildFile; fileRef = 467EF229681A437A154E79591E6AB8D3 /* EXAppleAuthenticationMappings.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3264519200FD2E35F41321CE054AF2C0 /* LockTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B6F69193AABF36ED9947802167E5568 /* LockTraits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 327816BF71C017A4A0E330C4B950134A /* FIRAnalyticsConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 88C94E988554F95922DF77CA6F0C1F36 /* FIRAnalyticsConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 31D6FB40971A8C7BE5A1AFA78E3A2158 /* GULMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = E241BF94F52AD7C6766EE972911A71B1 /* GULMutableDictionary.m */; }; + 3243D597656CEC3CDE323FB3E15F9733 /* FIRCLSDataCollectionToken.h in Headers */ = {isa = PBXBuildFile; fileRef = CD30B3EF429A201063D368E2D0475B4F /* FIRCLSDataCollectionToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 324E10204B55A30A7E49833F7506C1F7 /* AsyncSSLSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C26D697121AAB596FBAD39901B1FE379 /* AsyncSSLSocket.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 3254EDB44AB5F5D090B59FC9BAA2D666 /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = D5EBCB210CB63B044A5754806B1D222E /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 325BDF089BEFEF3784F62E7CF0F39841 /* SetupResumeAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E418FE0CA836FF3609A983A812AB37A /* SetupResumeAcceptor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 325C9D2395772ACD673F2FE6657B68B3 /* RCTConvertHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = F35B8C8FF2AA9B98404FED996E3F9493 /* RCTConvertHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3261E2311B5543A83F7EC3D9D28D0D25 /* EXAppleAuthenticationMappings.h in Headers */ = {isa = PBXBuildFile; fileRef = A8C1C570692131859AA03DBE336FF35C /* EXAppleAuthenticationMappings.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3288255C74D241EA772A5CD5EFB45BEA /* SSLOptions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 16F18DBFE346A5A481E073509805F5DF /* SSLOptions.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 32A4EF8E09B848C461511F561251CC0C /* SKHighlightOverlay.mm in Sources */ = {isa = PBXBuildFile; fileRef = 50BAB90234D1B2FAB5AF8E521ECAA389 /* SKHighlightOverlay.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 32A7FAFC2F4F592C7A36F17DE7E34EC9 /* GDTCORTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = DF228A0B78A70CE35B9DE8E4F6CE4734 /* GDTCORTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 32B652A844F37714997126A2F37A24EE /* FunctionScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = F83DAAAD8731F1350CCEE0258743071D /* FunctionScheduler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 32C1B6A1D3195268391C6F72A02C7407 /* ProtocolVersion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7147C2A50B1A4E9B50D4743768A6DAA2 /* ProtocolVersion.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 32C556FFDAC55A1329B5E4F3669091AC /* GDTCORRegistrar.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CEDC5110EB13A53A24E779C0A7353CB /* GDTCORRegistrar.m */; }; - 32DE46C940DC173425903B173F3B34F9 /* RCTRootViewInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = A95BC93C764D395037C07CFEF4C00EAF /* RCTRootViewInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 32A8B527C93E5F83EE68F864CE5FEF1F /* FIRCLSMachException.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C5E9C4ECFEEBF5D2890F292C4BDAA7E /* FIRCLSMachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 32C729D1C5FF93C48FE1CA318B5F9E4F /* ScheduledRSocketResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 035A37F50A3394D891BEE70871FE6F82 /* ScheduledRSocketResponder.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 32DE46C940DC173425903B173F3B34F9 /* RCTRootViewInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 344C0EF17F751B76C5C7BA5CD3A081CA /* RCTRootViewInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; 330596DA29CF2DEB426A02EBF83682D9 /* huffman_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FFE4690CEFB463730801C84B53525AA /* huffman_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 33187A10BF5CF09073D396DCE97FF6ED /* RNNotificationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = EF44A2BF71B757E50FB5BEB6EDFD4526 /* RNNotificationUtils.m */; }; - 332FFC1F10C3E11C06B39FF0FE655D62 /* JSExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DE4896B30B4A33958D1F4ED063C3175A /* JSExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 333BC702D1A9BECA66EF1537893DBAD5 /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = C3B844EB0490A9915296690E4A218976 /* FIRInstallationsItem+RegisterInstallationAPI.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 333EC83EC8008F24BA44BD92B33B14F5 /* RCTEventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F5085A53FB964336062AC7BE580B553 /* RCTEventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 33656F99BB71DF03300FFF49BF4C9D02 /* StackTraceUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = E4F3425E6A9D83560E3706B7E2F7DAB8 /* StackTraceUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 336643D65481F90B7739AD96E8B0B7EC /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CBA489790F742726930CD6191761278 /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 33187A10BF5CF09073D396DCE97FF6ED /* RNNotificationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = B8DC384EBF5E2B8C551DDD0AF858BC20 /* RNNotificationUtils.m */; }; + 3323018AF7E637C7343FC277A2BECCC2 /* FrameType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F1E14F978985115E946394071F172EC1 /* FrameType.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 33264174550D4688FB16240472482B7E /* ParkingLot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5F16C7F90CBEB074329AD1E8576DBBD7 /* ParkingLot.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 332FFC1F10C3E11C06B39FF0FE655D62 /* JSExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DB1C529992AF10BE152A307AB6767ED0 /* JSExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 333EC83EC8008F24BA44BD92B33B14F5 /* RCTEventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = BBC4E3825AC2EB48CE8CF375E1509999 /* RCTEventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 334639594CD3B14668FCE91DBE3921EC /* Select64.h in Headers */ = {isa = PBXBuildFile; fileRef = A0C2DEDBA5953545A170A141190DE222 /* Select64.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3347446A21B5A1F19E086E9D35AF8781 /* FIRCLSURLSessionTask_PrivateMethods.h in Headers */ = {isa = PBXBuildFile; fileRef = 75AA678EBF6C67F0875FD2F3F41DD38C /* FIRCLSURLSessionTask_PrivateMethods.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 336643D65481F90B7739AD96E8B0B7EC /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = F2C763042E0E3AE69195FEC504AD50CA /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 336889CAF0D32D9414BF266D221B24C5 /* FIRCLSURLSessionConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = D57BE38341C3A57608272B9CFC6E9368 /* FIRCLSURLSessionConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 337F34B4064D81DDDD1C42B0398669BE /* AtomicSharedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 4504C42DD5D2E518351870D3454D86DD /* AtomicSharedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 33938C3C4B10F2067139A13C4CF48E58 /* pb_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 959EE8119DC02447F35D8C08D986F483 /* pb_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 33A8A4684BA7202F22C26A22469BEB88 /* FIRCLSProfiling.h in Headers */ = {isa = PBXBuildFile; fileRef = 56E499F2B159DB9A0F9234FC5740DD1A /* FIRCLSProfiling.h */; settings = {ATTRIBUTES = (Project, ); }; }; 33BD0254FA27EDD2F22654E1DBB7DDF5 /* SKDescriptorMapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 29B5115769C5913A43E66C3058B68BE2 /* SKDescriptorMapper.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 33D2F235B469427ED6776E468BE9E35C /* MicroLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 174311ED47D3D8C0E1BBD02EE2741FA4 /* MicroLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 33ED441B78456CE65839145FB282F450 /* YGEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = E169C0C8819A4E755F4356B2A29E5CF5 /* YGEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 340293598B008BD5D2361F1A13CEB29A /* GoogleDataTransport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A6C362498D6B6FC89890828C59E39A34 /* GoogleDataTransport-dummy.m */; }; - 340F895337C1E1019F62DCB21CDCA356 /* RCTPlatform.mm in Sources */ = {isa = PBXBuildFile; fileRef = 86911015483D66203785C04F3792A6F3 /* RCTPlatform.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 34101CA052BBE951EDBCEB8307C50FAE /* Builtins.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 773850A196FDB6791BA815B886377AC3 /* Builtins.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 33CE31557668457B505E3E7267C2D420 /* FIRErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 38B69FFBB1BF11494CE3EB2B48623F78 /* FIRErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 33ED441B78456CE65839145FB282F450 /* YGEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = 47FB157290A2E19FC5D99FE7DC13A580 /* YGEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3408DFE875D457D24F5852EA6B1EEE11 /* Sockets.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A599A30AC2C9561DEA9B8C021C8045F /* Sockets.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 340F895337C1E1019F62DCB21CDCA356 /* RCTPlatform.mm in Sources */ = {isa = PBXBuildFile; fileRef = BE04A2EAFD50B0BA9CEC2B8542451A41 /* RCTPlatform.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 340FD8B047604C29D7DE7CC7F8351260 /* FIRCLSURLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = D95D5726D02100F956CA2FF93D912AFF /* FIRCLSURLSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 343056D483AE9E54026ED01F88716B66 /* FIRCLSDwarfUnwindRegisters.h in Headers */ = {isa = PBXBuildFile; fileRef = C923A3AD8B2C26416239292029D4C657 /* FIRCLSDwarfUnwindRegisters.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3430884A4D38E993B442558C6354B5C8 /* AsyncSSLSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B3D12B714F253905BAB4E84F4C8F2FD /* AsyncSSLSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; 34421B5E22511A75117828C2816C2FC9 /* config_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 55698434B3A4EA91F67DC780B16B080D /* config_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3488CF038F6CB2E114BB01EEA98B065B /* MMKV_Android.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15D2194EF23755FBE76A2FB3FAA07FEC /* MMKV_Android.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 349A3B9CA14488490A4F1894A66147C5 /* Core-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AEA83B57666893662C84F0AD4A511F4 /* Core-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3473DFB0B8BF851CA1728786677CAC98 /* FIRCLSFCRAnalytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 945DDAA2417D5562D5FFEE8DDB64DC83 /* FIRCLSFCRAnalytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 347FF536802B32E47DDE40AB766CDC7A /* Flowables.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D48AC789F2FC477DD3DB0D47311435BB /* Flowables.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 34B5B887C7B414AB3FE6CD1820C6F32F /* FLEXNetworkRecorder.mm in Sources */ = {isa = PBXBuildFile; fileRef = 67CCD4719914673799D3077A01CF300D /* FLEXNetworkRecorder.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 34C855B4D2D833A164F66599252142EE /* Compression.m in Sources */ = {isa = PBXBuildFile; fileRef = 534285AC1650EE9E8632931911267ED8 /* Compression.m */; }; - 34D799BE4A841C8E718EBA7B0E6DC208 /* FIRCLSByteUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 48FA79EE99D886D173E52987090A976E /* FIRCLSByteUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34DD6CCF5FB8CF056418ACA01A2C96BA /* Parallel.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D50D14EB9726B769C2185B481E625E7 /* Parallel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 351D943AD2450AD56D21238EC5EC43EA /* BSG_KSJSONCodec.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DBCB58BD721BE3EF9D9E3B628E51176 /* BSG_KSJSONCodec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3524A6F091C5B793A3B11F534888F706 /* BSG_KSSystemInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 3067252EEE5CADBFF8AE459F44B33E47 /* BSG_KSSystemInfo.m */; }; - 352631876253BEC5E6703813E22BFFAA /* FIRCLSFABHost.h in Headers */ = {isa = PBXBuildFile; fileRef = 1433D249C3C9D290C30C41826CEAF193 /* FIRCLSFABHost.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3541FFB6E70FA048EE39A444F9065C40 /* BSG_RFC3339DateTool.h in Headers */ = {isa = PBXBuildFile; fileRef = 284D5C030EBD23F64492F20E6A0B1505 /* BSG_RFC3339DateTool.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 355C9BF61D15026FFB9412BF012A13F9 /* RCTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = BC7E729CB26CF7A4565F1A43F8874F06 /* RCTUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 35796E3D5AE1DED7559A23D85CA14899 /* RNRandomBytes.m in Sources */ = {isa = PBXBuildFile; fileRef = F169817B040F006BBCBE1CF40BA1F3E0 /* RNRandomBytes.m */; }; - 3592B3D4A8F2DDA56F56843C9975EDCE /* BugsnagNotifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DCBACDF4E050016C97F386838D40886 /* BugsnagNotifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 35E1CC31824ACB034834BC3855CDD0A8 /* FlowableOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = BF0816983A4601DA59629B393984177F /* FlowableOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3614E89A92A63A92F4762015725E9385 /* ThreadLock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D14B7C2DEA9663D5411F4CEAD9FF2C8 /* ThreadLock.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; - 36153F8ED16F228983425E4CCB9638EF /* RNFetchBlobReqBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A26A3F1DF98D84223AFBC7FC933AD2F /* RNFetchBlobReqBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3616CE4ECC80D6CCB45DF8735E8B48AA /* Builtins.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D270DDB341C9C43DFBBC00AE23FC7E1 /* Builtins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 34B605BC6280D7C2946A02D0F9732EE4 /* ThreadFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A3E3876D5698F2337E952FF6AB9F2A0 /* ThreadFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 34C855B4D2D833A164F66599252142EE /* Compression.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D57A7F33188FACAFEA84892268B51DE /* Compression.m */; }; + 34DE984349AF7766137FA465AB6A830F /* FIRConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E9420C146498C5030BCD1171B0BCD67 /* FIRConfiguration.m */; }; + 34ED194A67DC1C79DDCFB4C9DE4EBA59 /* AsyncUDPSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9F31912B42540427C9843379B95CA2BC /* AsyncUDPSocket.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 3509C7618AE75AE409667374D7E3CC0E /* MicroLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 174311ED47D3D8C0E1BBD02EE2741FA4 /* MicroLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 351D943AD2450AD56D21238EC5EC43EA /* BSG_KSJSONCodec.h in Headers */ = {isa = PBXBuildFile; fileRef = B6D6762D4F47EAE3B6DB809AD00D3640 /* BSG_KSJSONCodec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3524A6F091C5B793A3B11F534888F706 /* BSG_KSSystemInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BD82FD807636F6148804D51DD521F67 /* BSG_KSSystemInfo.m */; }; + 3541FFB6E70FA048EE39A444F9065C40 /* BSG_RFC3339DateTool.h in Headers */ = {isa = PBXBuildFile; fileRef = F99A2A0EFB2F546CA443915DDB1BB9EE /* BSG_RFC3339DateTool.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 355C9BF61D15026FFB9412BF012A13F9 /* RCTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EBB0E12A56B65FFDD15E5892CC4B9D1 /* RCTUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 35796E3D5AE1DED7559A23D85CA14899 /* RNRandomBytes.m in Sources */ = {isa = PBXBuildFile; fileRef = 104225B66F8B29F7CEB9F2572BC857F1 /* RNRandomBytes.m */; }; + 3592B3D4A8F2DDA56F56843C9975EDCE /* BugsnagNotifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 0881EDB5DB96EA4EEA2D247C213547CB /* BugsnagNotifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3597D96A5994385C48EF04643A92F93A /* FIRCLSCompactUnwind.c in Sources */ = {isa = PBXBuildFile; fileRef = 939623CE233075C87D5FE25ED1C64FE2 /* FIRCLSCompactUnwind.c */; }; + 35CBC1C586829ECF2EC76056B62B64EC /* Preprocessor.h in Headers */ = {isa = PBXBuildFile; fileRef = E36B0B52A686289433FB81194F08214F /* Preprocessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36153F8ED16F228983425E4CCB9638EF /* RNFetchBlobReqBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 74E046DC200091BD11B686E38F5EF577 /* RNFetchBlobReqBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3622A1B0B1D8E5FDB1EE4C8D04BECBD1 /* vp8i_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = D5C76628A2AF9CB0CE4AC82F6925ECDC /* vp8i_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 362A5D73633F709A2FDE4F742C7F4FCF /* ScheduledFrameTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BB2B66DBE1BC02B3D493F77CC0CDF91 /* ScheduledFrameTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; 362CE111827271DE1F18CC2D7595952E /* thread_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = A210C5119EAAB8B7E7F4D8EA963FBC6C /* thread_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 367E182B52D55AD608F3E06CD872B126 /* MemoryMapping.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E27347C5ABEF924C3FC852C0453FB537 /* MemoryMapping.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 3691975AA4B886A3DE30F3B0404C273D /* FBLPromise+Then.h in Headers */ = {isa = PBXBuildFile; fileRef = 53FB7361A6A40D90635C1CB2D7E57F7A /* FBLPromise+Then.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3691C5289A85E2378F596C850E7998D6 /* InlineFunctionRef.h in Headers */ = {isa = PBXBuildFile; fileRef = 061440658F855B49FF0B12EB154807A8 /* InlineFunctionRef.h */; settings = {ATTRIBUTES = (Project, ); }; }; 36B358A11DCCB0C6CCB1E6ADC77DAF1C /* SKTapListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 8515047CB0087555BD409D51A2035216 /* SKTapListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36EB9FB5F70D8FFB10E660D4F40B2893 /* Overload.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AE8FBF3D34E6B6945FD9726EBC3073F /* Overload.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 370B82E625805527E9A91B541BDF6B59 /* AtomicHashArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 3149155B7651E674E91E71658DCFD1C0 /* AtomicHashArray.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 373F0400E31E06EC9D70F59328E1EE3E /* UMModuleRegistryAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FAC468A4F7C2BCA75B963C79FB76CF3 /* UMModuleRegistryAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 37463B34D0F704A48C63A2F9714222D1 /* jsi-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = B9F7B5B82226C2710157BCAE199ED5F8 /* jsi-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 374748F1826F38CF4037ADC49CA996EA /* JSCExecutorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE7866B4725267A59E5B49B76E96D87 /* JSCExecutorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3759A9A1C453392FAECE61AE6FCCC4DB /* Poly-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C78CF6D5D7E02A42A10C1BA48D3BCC3 /* Poly-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 375E5E6BD6086A5E07FAD6B7DE5420C9 /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F445ED86652108DCC3A6BA324B0B8165 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 37667B7683801288F65A27635126B965 /* RSocketClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 45FD7665344B59ED61C5124A0E402718 /* RSocketClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 37735B99812E60557F417AF7164ABEBC /* RCTTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = BE5DBFA20A4750FA7E415654F18A0821 /* RCTTiming.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3781BEDDD6EA12DCBBB8A70B05D7BD2F /* BugsnagCollections.h in Headers */ = {isa = PBXBuildFile; fileRef = E9152278D03B102F146BCB335382ADE7 /* BugsnagCollections.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 37826F34439B9FD33806F50B36C396D3 /* GULOriginalIMPConvenienceMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FC4001D9175E5F86880BA1A091F803B /* GULOriginalIMPConvenienceMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3788BD5023B558DA8609E0CD70B29750 /* GDTCORReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A4847D525003929C998851398FA9ECC /* GDTCORReachability.m */; }; + 36C2E5BDAA64A781A6BC958BE012B9D2 /* GDTCORTransport_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = BDD88D93EF5423C2CADBE43F89A62E30 /* GDTCORTransport_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36E89D0B9A24926D637E79162CDE8E26 /* TcpConnectionAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EA7D5C838CF1FF5F9E117E16BE1BEA79 /* TcpConnectionAcceptor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 36FD2AC674465172AE72440847C25F0D /* WarmResumeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F2D058DCBCAD53329B5EAC16513ABF36 /* WarmResumeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 37155C9A23F3686103AF605C48F2B5F6 /* FIRCLSCompactUnwind_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 11649DB28F09DA2C221F0014D73E752F /* FIRCLSCompactUnwind_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 373564FB9ACEE07BA3D91832122052A7 /* Executor.h in Headers */ = {isa = PBXBuildFile; fileRef = DFBA1EFCD6DF48A6C922DBD1D11A97AD /* Executor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 373F0400E31E06EC9D70F59328E1EE3E /* UMModuleRegistryAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 47E3E6EFC33D272646426A107AACC3E1 /* UMModuleRegistryAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 37463B34D0F704A48C63A2F9714222D1 /* jsi-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B0F6829CA2FFBEA075E170CCE607D4E /* jsi-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 374748F1826F38CF4037ADC49CA996EA /* JSCExecutorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D4F28ABEAD6056D52EF74E60EC2B182 /* JSCExecutorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 375E5E6BD6086A5E07FAD6B7DE5420C9 /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A1B1E9FD44F86147BC309712FAF9CE43 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 37735B99812E60557F417AF7164ABEBC /* RCTTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = 97BC23DB30FC0E706968AF8308390589 /* RCTTiming.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3781BEDDD6EA12DCBBB8A70B05D7BD2F /* BugsnagCollections.h in Headers */ = {isa = PBXBuildFile; fileRef = E4705916CD3930EAA96410D467103F84 /* BugsnagCollections.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3791D8A8CB56FE8287B1E71778F1ECCC /* SDAnimatedImagePlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 46A589FFB39FC43423BBA1EB95EBD0AA /* SDAnimatedImagePlayer.m */; }; - 37A28294D20881F7BCBAFED4E784C671 /* UnboundedQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = BAAE5D90061D1504B908ACDD9265C876 /* UnboundedQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; 37B948ABB4DE1CEC9159D4E8EF4B68FF /* Base.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 15A7CE841196547E76CAB994F30443D3 /* Base.lproj */; }; - 37BDE2FB64846918329DF676CF4EED23 /* OpenSSLThreading.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AEA684460C72648D2B819B76AC93FAC /* OpenSSLThreading.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 37CB9D5FB74A5C16B902F2332D28E7BC /* FIRCLSMachOSlice.h in Headers */ = {isa = PBXBuildFile; fileRef = C12AB2C47B02953CAB472BDE37F03AF5 /* FIRCLSMachOSlice.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 37D3D4A4248C6E9E7054B826DCB62C4F /* BSG_KSCrashSentry_MachException.c in Sources */ = {isa = PBXBuildFile; fileRef = 1268EBD1567B59B38B40BD6ABB4C3F4E /* BSG_KSCrashSentry_MachException.c */; }; - 37F160837E019F9DE8A93F3461DACA1F /* RNEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = A4EAA30EA349CB3397BD50DE8611981E /* RNEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3803F020E8081E29DF89FA4EA2D512E5 /* DelayedDestruction.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BEABB790CF31D1854C545A7E0AF6A41 /* DelayedDestruction.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 380766121B9C98E61D77A03264D513D0 /* RCTSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = A11A14B309EE416331F71F600A0DE1B4 /* RCTSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 381393BC40084DCC13AD08D660D11F1D /* GULNetworkLoggerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 799E6CA0A3DBC71F0BD2768B99BA52A1 /* GULNetworkLoggerProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 381D30A710DEF776E96AFE04703FF37B /* FIRCLSDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 896397EFB178BF2EA2A31A427DE71965 /* FIRCLSDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 37B9FCCF9E74ADD4185E7E23CC114819 /* Futex.h in Headers */ = {isa = PBXBuildFile; fileRef = A9585A0BAB4F7A57ACB9079DE5066C53 /* Futex.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 37D3D4A4248C6E9E7054B826DCB62C4F /* BSG_KSCrashSentry_MachException.c in Sources */ = {isa = PBXBuildFile; fileRef = C6E81B3C38A90FE2F7DE20D2B42A47E5 /* BSG_KSCrashSentry_MachException.c */; }; + 37F160837E019F9DE8A93F3461DACA1F /* RNEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6712B7E40E44B8AD653AA2385F921B98 /* RNEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 37FC316EE86A6046E68C19D44FC9F6D5 /* Observable.h in Headers */ = {isa = PBXBuildFile; fileRef = 51D0275D760CA010A0AF89E327CE1670 /* Observable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 380766121B9C98E61D77A03264D513D0 /* RCTSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = 20B1428D7E8B2AC566615C37A071FE6D /* RCTSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; 383A2E953B8DEC8B8638CEC0A903926B /* SDFileAttributeHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 00175827DB99D5A9010E93077E534BEC /* SDFileAttributeHelper.m */; }; - 383C738A0AF8D69827F23415F7ED2689 /* FBVector.h in Headers */ = {isa = PBXBuildFile; fileRef = 491717DA716B09C2F41FF2E25E908226 /* FBVector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 386FC190235E73AF31FAA3C364D9E0EE /* ThreadLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = AE65C434DCC88F549EB6F81D23740EE9 /* ThreadLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38905BE5D2F4A38DB08444BBB42FA0B1 /* TypeList.h in Headers */ = {isa = PBXBuildFile; fileRef = EDEE1E377EE914E8675DBD7DEA1970A9 /* TypeList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3929080731EB2D1F3FFC4DADDE4D40AD /* TcpConnectionFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83E88240D219BA3DDF24AC3708FD3720 /* TcpConnectionFactory.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 393DF61B04268D1D9D95157D8CADC303 /* GULNSDataInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 185AF3CE12ECA801C8FF000E4ED57664 /* GULNSDataInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 395D119FF96309E04EE03D7CF8C2E5ED /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0E1B73D6D8D898B2E1C082B632D93A33 /* logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 3876A6A0E2FE43C217D0CBCE4158EC4B /* FBLPromise+Testing.m in Sources */ = {isa = PBXBuildFile; fileRef = 9430874F1AC842EC9A0090BD51FB87E5 /* FBLPromise+Testing.m */; }; + 3880A3045E3B0F0E72575FB4A77D97BC /* IOBuf.h in Headers */ = {isa = PBXBuildFile; fileRef = 53A4CDBA6AD03870DC331FF96C541EFB /* IOBuf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 38BE793D65B1B3FA57CEA129110E4321 /* FIRAnalyticsConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 63D9B7627DD7EF46ECF2E7C227E18ADA /* FIRAnalyticsConfiguration.m */; }; + 38C461557C7B028DA1673F4A69E36CE7 /* RSocketRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 58E8E8675CA087837856610D2F3AD3A9 /* RSocketRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 38DD78B3E00EFE9F320873CE777293EF /* UniqueInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5D64DB44760B189A0293EBE8B788BD4 /* UniqueInstance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 38EDCDA7A46413398975DA0828C06FDB /* SysStat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C7832C7B8B02B87718AAB2CED6F0DBB5 /* SysStat.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 390E08006C0AA6D595314E21778AA389 /* FIRInstallationsHTTPError.h in Headers */ = {isa = PBXBuildFile; fileRef = 71DDBA22A54A2202A50E664AA0487711 /* FIRInstallationsHTTPError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 390E2523878FE4E2C1C90A2619F00E63 /* Foreach.h in Headers */ = {isa = PBXBuildFile; fileRef = 06A2859FB3B2D27B0C9324385973775F /* Foreach.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 392B4EE9C292E7CCEB772FC19491BF50 /* Portability.h in Headers */ = {isa = PBXBuildFile; fileRef = 95DBA7B85E03C333EEC4A6FB37E4763A /* Portability.h */; settings = {ATTRIBUTES = (Project, ); }; }; 396C2E0C5379CBEBC6835C56DAD9F90F /* Pods-NotificationService-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 24DD06DF3760AA8A84A2FD651A74E8B0 /* Pods-NotificationService-dummy.m */; }; - 399A3A0B0123279310C918A163C8FE5B /* FIRCLSMachOBinary.h in Headers */ = {isa = PBXBuildFile; fileRef = F828BF8AEA7D571FD0FDD911C65DF640 /* FIRCLSMachOBinary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 396D2A75713581498DCD60CB5355239A /* Restart.h in Headers */ = {isa = PBXBuildFile; fileRef = E6A6A96D3F79698DDE35DC7E7FA79706 /* Restart.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3982B54A81FF6C438C549B5F2F4A167F /* AsymmetricMemoryBarrier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5601C24190BC8459E613EC7B1063BFC0 /* AsymmetricMemoryBarrier.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 39C7B8CBC7FF6C71A08118BE63C072A0 /* Peertalk.h in Headers */ = {isa = PBXBuildFile; fileRef = 847AFE3401DC323E712E61C2DF495686 /* Peertalk.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 39F20C1D5CF66B8E97A10178E5DB0260 /* RCTTextDecorationLineType.h in Headers */ = {isa = PBXBuildFile; fileRef = 57806793A1397E49CE878A52F7BC900E /* RCTTextDecorationLineType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 39F9E6F7164F3D19B06135621A7D0190 /* HazptrHolder.h in Headers */ = {isa = PBXBuildFile; fileRef = 74D6D351BA93FCDA1515ACD895EE361F /* HazptrHolder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 39FCC67C2CC9C2739C35C245B27FF425 /* QueuedImmediateExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 35E714CEFDC6BF26C15AF5F6428B3D7B /* QueuedImmediateExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 3A044724783F99363A3CCB6002D0F178 /* UIView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D80216B746E66FF364A6A8519E30778 /* UIView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 39EF4BD6033984C2FA93DDA38B027B6F /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0E1B73D6D8D898B2E1C082B632D93A33 /* logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 39F20C1D5CF66B8E97A10178E5DB0260 /* RCTTextDecorationLineType.h in Headers */ = {isa = PBXBuildFile; fileRef = 217D47E86EDCC25066389BC2C2990CFB /* RCTTextDecorationLineType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A044724783F99363A3CCB6002D0F178 /* UIView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 90FBBBF61FE4E3D5503143DA01B02608 /* UIView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A1D52589C5F6CDFBC9A14EB108BA417 /* react-native-cameraroll-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F125A7EA8B5D0B390B83CB6E8FDDE56 /* react-native-cameraroll-dummy.m */; }; 3A25A0B031EDD3B74BB39D3AD8967E3D /* GCDAsyncUdpSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = DBE3DF2812B2CD8FB972AF63775D8630 /* GCDAsyncUdpSocket.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - 3A28C79435BA202CD1FD67B4044DFE0A /* TurboCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 09F89969CC43A89BA24C67AB800404F4 /* TurboCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3A38C7F57F9CEF8344D3419BB58A28BE /* CheckedMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 501806FB83EF04868BB89BABCF421A94 /* CheckedMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3A42300ABE305CCC46BFE82856BB773E /* HardwareConcurrency.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D3E48B3334A012F80119F2EEE6F43BEF /* HardwareConcurrency.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 3A28C79435BA202CD1FD67B4044DFE0A /* TurboCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 85EC91F040C9022FF485ECF4C4141A1B /* TurboCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3A4CF3256BC595BBAC9432A210C1A225 /* ar.lproj in Resources */ = {isa = PBXBuildFile; fileRef = B3ED4B8A5B2465926045D6040922BD3A /* ar.lproj */; }; - 3A51A443E2906CE79ADEE3B83147A147 /* BugsnagFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = E57C832D71B5F23FE70A35CC535D9B7B /* BugsnagFileStore.m */; }; - 3A5DB1E5EC7C9DB692B411AC12981758 /* UMAppLoader-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 386C27420ABBBC60FE85BAA7EC0ACCFE /* UMAppLoader-dummy.m */; }; - 3A5DF538B3C52591B7443B75DFF42D6E /* SpookyHashV2.h in Headers */ = {isa = PBXBuildFile; fileRef = 911FBDB5300FF33E3149975DC5929B63 /* SpookyHashV2.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3A758E4BB74593FC69CF6D1539496DC9 /* RNCWKProcessPoolManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 783FFD383FD81B55027FA28773133E96 /* RNCWKProcessPoolManager.m */; }; - 3A84E1D33ACC722B3359DC56C9E0A636 /* StringKeyedUnorderedSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 147F5B50E02D3D1F04DC42B57A7AA3E3 /* StringKeyedUnorderedSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3AB69594FD46CD50CAA872FD72BFBD02 /* RsaFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = AE8FD12B7F8FEC60B5EC3F8B1847D7F5 /* RsaFormatter.m */; }; - 3ABFF6D28F66486D2B5DC71DFD60B4A1 /* GoogleDataTransportCCTSupport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CC7D3CB5395ECDD26AAA7EC972072BB /* GoogleDataTransportCCTSupport-dummy.m */; }; - 3AD45C124773ECBF45B12422CEE8F2A6 /* BSG_KSCrashSentry_CPPException.mm in Sources */ = {isa = PBXBuildFile; fileRef = D20415E051061FB13C83AFB2285CD419 /* BSG_KSCrashSentry_CPPException.mm */; }; - 3ADDC2B7CCAA02395AD58D0ABCA7CC79 /* RCTResizeMode.m in Sources */ = {isa = PBXBuildFile; fileRef = E2BED51E0A023BC5D7C919E0C5A37150 /* RCTResizeMode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 3AE9450F2DDA1CEC4511832BC817F46D /* MasterPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 87B2E604CC2EFAFFA74C077504E28FBA /* MasterPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A51A443E2906CE79ADEE3B83147A147 /* BugsnagFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 8FE11E92FC612767470FF1C8EFCBE972 /* BugsnagFileStore.m */; }; + 3A572C0B8B898935A52F259325935FDE /* RSocketTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 36EBA64DF381CBBD5C3B807FF94149C8 /* RSocketTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A5DB1E5EC7C9DB692B411AC12981758 /* UMAppLoader-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 60465ABCC8D9209F7379AE4D67F2C7B3 /* UMAppLoader-dummy.m */; }; + 3A758E4BB74593FC69CF6D1539496DC9 /* RNCWKProcessPoolManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B4150A55312A41C4FA68F41B58A915C /* RNCWKProcessPoolManager.m */; }; + 3A89EEC67401096D5878D5BCF2BF31A5 /* CppAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 344134F852960A380D61378D288D08CC /* CppAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3AAD0FAD389E0ADD6196897E2DCD7B7F /* FBLPromise+Timeout.m in Sources */ = {isa = PBXBuildFile; fileRef = 4311671915DF334E27A7ED2B0123315E /* FBLPromise+Timeout.m */; }; + 3AB69594FD46CD50CAA872FD72BFBD02 /* RsaFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C7B447D61CDB8516CBE28BA6279B419 /* RsaFormatter.m */; }; + 3AD033CAAC68190D9737A8F5146BC484 /* CancellationToken.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 85F6CD622423E9C138EE45B94362A35C /* CancellationToken.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 3AD45C124773ECBF45B12422CEE8F2A6 /* BSG_KSCrashSentry_CPPException.mm in Sources */ = {isa = PBXBuildFile; fileRef = AC454F94B6FC7F49F4E13C2A03DD7543 /* BSG_KSCrashSentry_CPPException.mm */; }; + 3ADDC2B7CCAA02395AD58D0ABCA7CC79 /* RCTResizeMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B702A0FADE5DC10F1769FF5564E5765 /* RCTResizeMode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; 3AEF0F6BDB4995D323D6D53A6CE2889D /* SKSearchResultNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4806C2727EFA9AE0C5A0FFB4EECD6E48 /* SKSearchResultNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B27B2F91D4D0CE065ACA12D3651FF03 /* FIROptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 9249D9A33A803FE765583E06E7DD43A0 /* FIROptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B496747906C33CF5B4A8AF7CD8BE328 /* Core.h in Headers */ = {isa = PBXBuildFile; fileRef = 45C7ECFCB345E24E6066828F00C0A11E /* Core.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B5869A05C8510E43ED5E104C2864467 /* SpookyHashV2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1CC2F3646C250F6FA0B48F976A23EACB /* SpookyHashV2.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 3B59B65FD92D1A2FB6B47C2AE2245B89 /* RNDateTimePicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 65C0132C916BC74C97D07BA881A743DA /* RNDateTimePicker-dummy.m */; }; - 3B718B4B87744F1D943A32E0430F2811 /* Combine-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E506FE1181DF4E7CD2909912B03081D /* Combine-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B744072381ACF9942E4EBD844C8F7E6 /* AsyncSSLSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C26D697121AAB596FBAD39901B1FE379 /* AsyncSSLSocket.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 3B7AA5862F5900A9AC2F08C403B7DDBA /* RCTValueAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 76CA3EEDED2A5E20E9D3D1458D5FA5B1 /* RCTValueAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 3B9F65F829A56CC98E0194D505D3B1C4 /* MMKVMetaInfo.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 9246657F51B7A60381223A4E5A6D11EF /* MMKVMetaInfo.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 3BDAD6B962787D61BB8F439B3725FDEA /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 225A552F4CD3FFE0863760C65CF9820E /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3BE41D5ACEF454572EE11291DBC24236 /* RCTAppearance.h in Headers */ = {isa = PBXBuildFile; fileRef = 33F53D3786FA5E1CBDD6F7141DE5BEA1 /* RCTAppearance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3BFE29FA76F55B1BB5829F0077AC0BD8 /* Dirent.h in Headers */ = {isa = PBXBuildFile; fileRef = 746FA0BBE67532F465D29859821FC4CE /* Dirent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C26568A297392ED73C01E7165A4F799 /* RCTKeyCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = 700CF89718B60C00AD0E59F0A9235242 /* RCTKeyCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C3119ED444EC94B3479EE3393443406 /* RCTResizeMode.h in Headers */ = {isa = PBXBuildFile; fileRef = D0892229CBCEF000AB598686A4CF338D /* RCTResizeMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C40B449B267A0C52DCB12E576974D92 /* RCTRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 67AEAC3B349881C4C8192247BFEF670B /* RCTRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C57B9928E0E9E9146182C7BB5615F19 /* UMAppLoaderInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = AE0F6F6FD043B4B677BD3D5CA24D6EA1 /* UMAppLoaderInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C6677D04D5410F3729DC3E58FD2D411 /* RCTMessageThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 39B4AEE412F19D5B029E3763DB83C416 /* RCTMessageThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C772F0F0D4074A208C0CE702C66CFC8 /* REABezierNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FEE645C36EAECF90EA0B313A2E333EE /* REABezierNode.m */; }; - 3C7DEC79D39077473E41A50EEB0BB965 /* ObservingInputAccessoryViewTemp.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D49B576C8D8D847BA7119BD1359D61F /* ObservingInputAccessoryViewTemp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3AFFB5ECDFFE4AC90EBC12F8EF91CCB2 /* FIRCLSReportManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2813D121859B55717FEB3F6263D8A3D6 /* FIRCLSReportManager.m */; }; + 3B1A4ABB3A233C6C406034D4B3961CAE /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000902304BD53E799CCEB806DC22CB37 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3B1C2375F72D614273A7E20F2B50FA53 /* AESCrypt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 254CBC5E3F119BDEA4ED0006C815D414 /* AESCrypt.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 3B7AA5862F5900A9AC2F08C403B7DDBA /* RCTValueAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B56E9BC2C11577B9B00522D19EA4CE7 /* RCTValueAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 3B894FCBE494A56B522B87BECE5D410E /* RNLocalize.h in Headers */ = {isa = PBXBuildFile; fileRef = C280ADAF2D454B2568A0C956F40217E8 /* RNLocalize.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3BD0882B5D37435DBFAC2ECBB9DFC3D1 /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 3517226A63DAF6EA8168A50B0B38522C /* double-conversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3BD2B765DC245C6F0426F60090F210A2 /* Format.h in Headers */ = {isa = PBXBuildFile; fileRef = 599E1258B9568B7CEE685BD128186A64 /* Format.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3BDE4D9A4E2AE1109347B9234DAED7ED /* openssl_md5_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FDDD9B73E4C490FF760E0DCF300357C /* openssl_md5_locl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3BE41D5ACEF454572EE11291DBC24236 /* RCTAppearance.h in Headers */ = {isa = PBXBuildFile; fileRef = F51EBD7D1E38C1BF4D25338DB69E8B16 /* RCTAppearance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3BF2BA5E23BEBFDD67761110D45E4718 /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7F5BF85693864C3DF4E7B76BFA9C61A2 /* logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 3C23480E8DD4035FA702DA89B4E53559 /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = 77BBDAFB29DEEDCBB1C0E98CB8451025 /* strtod.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 3C26568A297392ED73C01E7165A4F799 /* RCTKeyCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B15086349DE1CE660650C904C4A0EEE /* RCTKeyCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C2FA4BA552EF8A6B0E7F297F31EB4E0 /* FIRCLSURLSessionUploadTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D9024458C9CB9909900E274D398BE33 /* FIRCLSURLSessionUploadTask.m */; }; + 3C3119ED444EC94B3479EE3393443406 /* RCTResizeMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 87AC1CF7F1A8B40C23623ED2B15DC7E9 /* RCTResizeMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C4045BFE55E9D98AEC61AE50CD4C733 /* utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0DA6371BB2811910EE1199F42CF80328 /* utilities.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 3C40B449B267A0C52DCB12E576974D92 /* RCTRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 57A3FF4C23C1BE4D09E732DD6E7E79AC /* RCTRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C40BB853A1C314833FBC7D20AA82BC8 /* Exception.h in Headers */ = {isa = PBXBuildFile; fileRef = E50F92D931806DE3585DFE7A364495A2 /* Exception.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C57B9928E0E9E9146182C7BB5615F19 /* UMAppLoaderInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 60E1E47B50114DA6F08A1E87F2FDBA01 /* UMAppLoaderInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C658D03EE7F91ACF21B6BA54968CC2A /* FIRCLSAsyncOperation_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B6DCAFD8F2391EEA5BFFD75672443232 /* FIRCLSAsyncOperation_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C6677D04D5410F3729DC3E58FD2D411 /* RCTMessageThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 40934B831F3EBA6CF0AAAD6B44DED3D5 /* RCTMessageThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C772F0F0D4074A208C0CE702C66CFC8 /* REABezierNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FAE70A234C205C1C8E03CCEB97381D4 /* REABezierNode.m */; }; + 3C7DEC79D39077473E41A50EEB0BB965 /* ObservingInputAccessoryViewTemp.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B13239B04F83A6EE3E080BB4153CD4A /* ObservingInputAccessoryViewTemp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C86F83D78D608D42E1E866B89288070 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BEA91DBF03149D8F74BBE2A2306ACB5 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3C888AA8ADE1CE2CD53100876FAF0674 /* quant_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = E78D96C039146831A5C6264C4EAB8F91 /* quant_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3C8CE19A8704BF510C9DD652EDC4BF12 /* FIRCLSRecordIdentity.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DD31C4F35B140831E47CC68A86A5D6D /* FIRCLSRecordIdentity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C8D3504424E11229C9F4C2DE3F90EB0 /* EXAppleAuthentication.m in Sources */ = {isa = PBXBuildFile; fileRef = 60767CEDDCA8FF2434B80CC2F0C1710A /* EXAppleAuthentication.m */; }; - 3CA2C942719E64D29D78DCA0A0BD2090 /* StaticTracepoint-ELFx86.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D426DFB55A83ADC32C4DBAD3E556914 /* StaticTracepoint-ELFx86.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3CCF9FB978617150329CFFF79B28C969 /* RNGestureHandlerState.h in Headers */ = {isa = PBXBuildFile; fileRef = 66645F9A724F28B51E98DC1B4F82F28B /* RNGestureHandlerState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3CFD1E7D822AE0C85396CE95278E384D /* FIRCLSCompoundOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = E074A13E25D9C327654648EE711D7231 /* FIRCLSCompoundOperation.m */; }; - 3D08D9F2127A96B56716B750E3C694D1 /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 90E21723A26C13EDF6EDE255EBB52EB2 /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D0DA26DBA9A975EBC7DF79DF95D9FA9 /* RCTFileRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8F93D2270527986885BC70DDA7AC8FD6 /* RCTFileRequestHandler.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 3D10FBEEA5E96CDFF5C03798B6436A5C /* BSG_KSCrashState.m in Sources */ = {isa = PBXBuildFile; fileRef = 374AEE2E788671CD524D7389FFD7ECEC /* BSG_KSCrashState.m */; }; - 3D10FD9127D1BF7E528ED02CEB60963E /* GULKeychainStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = D48425B1243E8DA9313085E403E1DF0A /* GULKeychainStorage.m */; }; - 3D32771D5E418B899CD6250D8A48A401 /* openssl_md32_common.h in Headers */ = {isa = PBXBuildFile; fileRef = B7E557F01E8F4B2D49E0FD20379E1490 /* openssl_md32_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D4CCA6EFA5A66F713D91F7EDBAF0EB1 /* ARTSurfaceViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 88EBC419AC2A10EBDB6F4E7D5C0FC7EB /* ARTSurfaceViewManager.m */; }; - 3D561E4644A87218F172CF1C567BA113 /* RNGestureHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = CBB4D708619240B9219DEF912B30F18B /* RNGestureHandler.m */; }; - 3D5A38CCA4FEDEEC6A203DA93DD8D9D1 /* RCTScrollEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = E02081DF12CA66A8A2DC0947298093AF /* RCTScrollEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D66408B9F8281101FEC05C154C0FE31 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A9CCAE35584F6CE18642AC5956A83C4 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D6B4AACD37472E5BF1E341BF879401D /* FIRCLSOnboardingOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = A88BB079CCF9C3D7427E3F0331AB4D13 /* FIRCLSOnboardingOperation.m */; }; - 3D75F346216FAFCD808B29F60DCCFE82 /* SSLContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B889AC7BD01D79469523089DE4E7AA7 /* SSLContext.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 3D9A9C98302AD02F0517D4F51C4F7926 /* Sha.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C8C349C07A27BB7369A3DE750B8C29E /* Sha.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3DBD59536D354AFF04DEDE4CE2842A85 /* Malloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C0D9B8B5AADC7DAB66A1964F571B419F /* Malloc.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 3DC10E85C43E6AE4727989B6DA856A90 /* RCTAlertController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A9BE81BA29146C8FA6B0A8E3416FB01 /* RCTAlertController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 3C8D3504424E11229C9F4C2DE3F90EB0 /* EXAppleAuthentication.m in Sources */ = {isa = PBXBuildFile; fileRef = AE4F5AA0FEC57B34196A8D762E3FE66D /* EXAppleAuthentication.m */; }; + 3C8FADDFBF7195E074827CA0311ABC2C /* IOBufQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = C535F9D9F17CA6E72A0287E275AE0134 /* IOBufQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3CB83ABCFAE02258447ED5AC3CCD1E5E /* FIRCLSContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D44D59DCEFC071F7744D6EEBDDA9A7C /* FIRCLSContext.m */; }; + 3CCF9FB978617150329CFFF79B28C969 /* RNGestureHandlerState.h in Headers */ = {isa = PBXBuildFile; fileRef = 61F11632E72B25B3516BC811DD54A678 /* RNGestureHandlerState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3CD55EA4E9D827297D45E8B00BF1DE7A /* ResumeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0040D9E1E7A523E3A7075DBB856F4F1B /* ResumeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D08D9F2127A96B56716B750E3C694D1 /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 798282BDC68E3ED3CB38359E36D07972 /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D0DA26DBA9A975EBC7DF79DF95D9FA9 /* RCTFileRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 80100D95B5AC4D8030EDAD3D90420632 /* RCTFileRequestHandler.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 3D1081491F1A74E0C34BFA4E980E3E1C /* TimedDrivableExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 817138865E815F7FEF679AED95B64D76 /* TimedDrivableExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 3D10FBEEA5E96CDFF5C03798B6436A5C /* BSG_KSCrashState.m in Sources */ = {isa = PBXBuildFile; fileRef = 96402FE591BFB30C9DBD487112914226 /* BSG_KSCrashState.m */; }; + 3D4A5D2A008BAF26362F5AC6F1D91B2C /* DynamicConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1368C5910C87B9560EFEEA43E5F26243 /* DynamicConverter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D4CCA6EFA5A66F713D91F7EDBAF0EB1 /* ARTSurfaceViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CB06FEEBA52568C57A3AFA8234C85870 /* ARTSurfaceViewManager.m */; }; + 3D561E4644A87218F172CF1C567BA113 /* RNGestureHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E75ABAC0882DCD520D4F96FBF2E6CCD /* RNGestureHandler.m */; }; + 3D5A38CCA4FEDEEC6A203DA93DD8D9D1 /* RCTScrollEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = F7841F0B03E0370234E86BA0FC68CB1B /* RCTScrollEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D9A9C98302AD02F0517D4F51C4F7926 /* Sha.h in Headers */ = {isa = PBXBuildFile; fileRef = CB057D304B1A3EF9D734142853940164 /* Sha.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3DC10E85C43E6AE4727989B6DA856A90 /* RCTAlertController.m in Sources */ = {isa = PBXBuildFile; fileRef = BED902D1202ECE791F272D99BB412BA3 /* RCTAlertController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; 3DDC3FFEECEC40594357AFAC76C10FA7 /* token_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = B429E4CCC62986ADA4CE7DA99CA81CC4 /* token_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3DF78ACB6B2CD54C2DD5C41A84CCB07D /* PriorityLifoSemMPMCQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = B1ABB43BA9192904AE0DD609F785AEFE /* PriorityLifoSemMPMCQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E4C9FE39A3B7B07126C3CD455894C90 /* Hazptr.h in Headers */ = {isa = PBXBuildFile; fileRef = F3A7745BC949323C0559EEE89EE356DC /* Hazptr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E68E2CE1727FF3484FF0B5ADF5120DA /* RCTImageLoaderWithAttributionProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = CE96B357F1BEEA5A9AD8E44C772F2845 /* RCTImageLoaderWithAttributionProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3DFEABA6496D308E10400A4C6D2919B2 /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 90986995F73CCFA582576D9230F61C62 /* fast-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3DFF160D5D32118FC78B5ECA9F60D15C /* FIRCLSBinaryImage.h in Headers */ = {isa = PBXBuildFile; fileRef = FCB3FDD736260458FF91AF2C648A0C74 /* FIRCLSBinaryImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E12B1767A16F6D7D4FFD3A9F32B41DD /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 21B3A7BE2BA53AEF2DF324DEAE4BC616 /* raw_logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 3E54813E4A34B933CAA7E974042884C9 /* DistributedMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = DC4403A307646F1A0FE7D4943F892C6A /* DistributedMutex.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E5CFC853FC87AB0A847FBA94DBCDA9E /* FBLPromise+Reduce.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E0FC15E0C888523E04A0C99E7CB65BF /* FBLPromise+Reduce.m */; }; + 3E5E7FB7A66D70724EA03A3BD8925364 /* Sched.h in Headers */ = {isa = PBXBuildFile; fileRef = 27D2AD842BA25BA578CC76FABEF37040 /* Sched.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E5EAE93868290EB9317AF387F633C99 /* Unit.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AC5C912D19912B51BAB93B11DB92C81 /* Unit.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E68E2CE1727FF3484FF0B5ADF5120DA /* RCTImageLoaderWithAttributionProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EABF5485690E188714D9848D23361650 /* RCTImageLoaderWithAttributionProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3E6FC3DAFF8EB72DFAB42F5D76548FB3 /* SKObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9F3265C7908372D75E05AC151A64684A /* SKObject.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 3E6FECC228E312EB7F234855D3A3710B /* RCTProfileTrampoline-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 91B98D8523C8A91E30E06FC6148CC309 /* RCTProfileTrampoline-arm.S */; }; - 3E9162AD15CDA58933B2FA2BC495EDA7 /* RCTReloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = C7C89F601C9482FFE8C6AC5257733B1E /* RCTReloadCommand.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3EB9E8122E33AED4ACA82B8082F62ABB /* RNFBPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 0ACC4A46CBB74FF57050E4CA19504A63 /* RNFBPreferences.m */; }; - 3EDD603C9E4DFAD8CAEC7D49F6C7F7F6 /* RCTUIManagerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = F4F2C1544160BC6A474B60EE5F77FE3F /* RCTUIManagerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3EE2D356436FF6934EBB6EC55F3B1935 /* Assume.h in Headers */ = {isa = PBXBuildFile; fileRef = CBD061B0F547960430C65F695E047997 /* Assume.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3EE84999458C92C82555A9B89A0A7221 /* AESCrypt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 254CBC5E3F119BDEA4ED0006C815D414 /* AESCrypt.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 3E6FECC228E312EB7F234855D3A3710B /* RCTProfileTrampoline-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 5006F8D0A06BEDCAF383C60E1F4C88EE /* RCTProfileTrampoline-arm.S */; }; + 3E9162AD15CDA58933B2FA2BC495EDA7 /* RCTReloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 79CB455F34EE0243417E474527E3A498 /* RCTReloadCommand.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3E91D33D6E3C202B6546B6E382C22AC3 /* Cast.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C5CAA57C12C0FCEF7D5AAEF638D9F79 /* Cast.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3EB22CEB4B95EA971BA3072F1E43E3E6 /* MiniPBCoder_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B8E83314CF933CBAFE49C7227667187 /* MiniPBCoder_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 3EB9E8122E33AED4ACA82B8082F62ABB /* RNFBPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = FAD871AA491F3FC189067A35BB1A4AB9 /* RNFBPreferences.m */; }; + 3ECF22AEDFDE70AE872AA73F149D97E5 /* GDTCCTPrioritizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D918544FAA1512877A6DBA3F16FA19B /* GDTCCTPrioritizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3ED013A53259B55D600510C7F33BDF27 /* MallocImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 4771E5BABF4D1510211AF5CEFD35C967 /* MallocImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3EDD603C9E4DFAD8CAEC7D49F6C7F7F6 /* RCTUIManagerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = CBBD72536AFB76290F4D62026D4754AE /* RCTUIManagerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3EF0690028186B94828B8DA3213007DA /* RSocketServiceHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3319AB8E6ED3207DEBF19CDEB4F281BA /* RSocketServiceHandler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 3EF246027D135EDAF5225C3989188A9E /* JemallocHugePageAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A0F90A558FED00AB43E8DCD8BD78283 /* JemallocHugePageAllocator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3EFA00001C3300E3D96F24F9C9A1CC75 /* cct.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 72F2D2D2A05538565B7E0551735184F1 /* cct.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3F0D2F7F8B00036AF74DBCE962819C9E /* lossless_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = A3D235BF3C0B9D085A8364F7006B8E60 /* lossless_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3F6865DEC19A13E93AACF90A7A20022F /* AtomicSharedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 4504C42DD5D2E518351870D3454D86DD /* AtomicSharedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F7C6D11987DBF6BE7D1D559465C42BA /* MMKVStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 4848704885A6980498A14E98D206BADD /* MMKVStorage.m */; }; - 3FA852CF11422B1340B496D07C4574ED /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 66445E1AAC8E884669D7B0DE96EF6783 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3FB4EDBA6CF738D01B0B1697B2B93C6D /* Fcntl.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EB6D8FECC88E58F8C3F6C040627E05F /* Fcntl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3FC503E58A55BC37B38E797ED054B29F /* KeyValueHolder.h in Headers */ = {isa = PBXBuildFile; fileRef = A4B9EB1059EAD9971B90EFF540ECB019 /* KeyValueHolder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F3D701215C4AFCE2ADBC2E05517C8C6 /* Cursor.h in Headers */ = {isa = PBXBuildFile; fileRef = 523C5C116153DE5654B9857C56355ABD /* Cursor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F6A56C16740605BB328BAD73C805434 /* AtFork.h in Headers */ = {isa = PBXBuildFile; fileRef = ED122EF24E024FFD91FBB620F2AD87C8 /* AtFork.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F7C6D11987DBF6BE7D1D559465C42BA /* MMKVStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = F31506299E3D96346DAF9B5E7C636E67 /* MMKVStorage.m */; }; + 3FA852CF11422B1340B496D07C4574ED /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 632FD78A10C32BEEBC23447194D2EBA4 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3FBFC5B2D5071096C8B7D56201A0173C /* FBLPromises.h in Headers */ = {isa = PBXBuildFile; fileRef = 73E2B26B49CCF57F4F2FBF4809F14470 /* FBLPromises.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3FC6806529802258355208E517C5AE63 /* vp8_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 7BB547ED64A1761EB0FDBE6F1B09AD24 /* vp8_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3FD7223AC698D1F3D2421D1466366A17 /* RCTBaseTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B0F2502BD933043972F0C99DD55D0B04 /* RCTBaseTextViewManager.m */; }; - 400072ED4ED200B998533AE708FD984E /* BaselinesAsyncSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6422A45A92167BE49DCD58FEF0B24961 /* BaselinesAsyncSocket.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 40195D534FB53B3D92FED81316C1DBA4 /* RCTConvert+FIRApp.m in Sources */ = {isa = PBXBuildFile; fileRef = A09CD193C79F1BC5F5B0220D34D0E9D4 /* RCTConvert+FIRApp.m */; }; - 40415B2F4DAA045A068B7C94F78CDF06 /* RCTBlobManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3C0B50FDFE45238B4F1D34B744F5F4C8 /* RCTBlobManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 4071D8A9CC3318516529D01747EC6B4D /* RCTBaseTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 84C56D0FD7FEAAAB2E538FF50CE3881F /* RCTBaseTextInputViewManager.m */; }; - 408410393BDBA70EB22A667FD58D9238 /* GULAppDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DC7951B226DF5449C013D5A4B53C2E2 /* GULAppDelegateSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3FD7223AC698D1F3D2421D1466366A17 /* RCTBaseTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B63DB58535DCB1AF18D7246868A4FA5 /* RCTBaseTextViewManager.m */; }; + 3FEED7964A8B4EC5CBFE3783833ED702 /* FIRConfigurationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 66D60376E2A92A64AC37C940F9E0982A /* FIRConfigurationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 40195D534FB53B3D92FED81316C1DBA4 /* RCTConvert+FIRApp.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A38DAB8648C8933AD78540897F30EF8 /* RCTConvert+FIRApp.m */; }; + 40415B2F4DAA045A068B7C94F78CDF06 /* RCTBlobManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2307EF095D3AFD53EC29258D4B1788AE /* RCTBlobManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 4060AAC8DD78247E410BF7F3B21F190F /* FIRCLSMachOSlice.h in Headers */ = {isa = PBXBuildFile; fileRef = C12AB2C47B02953CAB472BDE37F03AF5 /* FIRCLSMachOSlice.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4071D8A9CC3318516529D01747EC6B4D /* RCTBaseTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DF7F12EEDE9AEFC27E7626DB7B5C7628 /* RCTBaseTextInputViewManager.m */; }; 408A1324BE65DA7B389A928B68655D42 /* vp8_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DCFF43B93CFCA9D51055CB87449994 /* vp8_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 409B2BE53308D72EFC42631A19AA555F /* ScopedEventBaseThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C8FA78232A1AB6CE33837E26D172390 /* ScopedEventBaseThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 40AEB96BAA7588D07C4BF14AA08CAC18 /* GULKeychainStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 25F23965428B577A58CF06457B67BB02 /* GULKeychainStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 40B281BB8BE873F23F9ACA391AD5E6FA /* FBLPromise+Testing.m in Sources */ = {isa = PBXBuildFile; fileRef = 9430874F1AC842EC9A0090BD51FB87E5 /* FBLPromise+Testing.m */; }; - 40B5FD30347255E3BCE18EB7A331BF5B /* EXLocalAuthentication.h in Headers */ = {isa = PBXBuildFile; fileRef = DAB45F0085D8A678A184DE42B1817A1F /* EXLocalAuthentication.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4095FEA0BA6463AF290FB0132EF4F710 /* HazptrThreadPoolExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6A6C140CF9B910AEEDD17458E7F21EBD /* HazptrThreadPoolExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 40B5FD30347255E3BCE18EB7A331BF5B /* EXLocalAuthentication.h in Headers */ = {isa = PBXBuildFile; fileRef = C3CB9B609B84FD7A32AD1A901850A82F /* EXLocalAuthentication.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 40B884A2C4F2B4B0F13FE03CCC08123F /* ExecutorWithPriority-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 052DBC23C2595BD16CDE1D0F5FB2B8DE /* ExecutorWithPriority-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 40D512932B53BF0C9B19C93170B001DA /* Future-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BBFFFB7191A61992027A98BED78B1E6 /* Future-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; 40E6D701258B319C9B9DE6B2616DF38B /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = E2EC81E6E7A7657A4277269FD314D2B7 /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 40E91CFAD37711541A8DB9B255877031 /* RCTDevMenu.mm in Sources */ = {isa = PBXBuildFile; fileRef = C2D81EFF038681590027BEDA7DE4FB04 /* RCTDevMenu.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 40F449398002BE17CCF68C43A227A2EB /* CxxNativeModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 21A21091F6F3E335E9887E43AD10253E /* CxxNativeModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4107AF7BA5C8DCF8C606298B48DDD733 /* UIView+React.h in Headers */ = {isa = PBXBuildFile; fileRef = D7867A31177E14E9829F99E9D376CF00 /* UIView+React.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 41BC142CA8CE127A1FE1BA3F70BB42D3 /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = 80DF766C6A559928E4F082BDD91DF0EE /* bignum.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 41D12585C0B84C82BCE9DB966C19333B /* REAStyleNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B1619F8F9268185412A8228547E18F5 /* REAStyleNode.m */; }; - 41DB8FD3C619C271FF5CC5679CE4226B /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B6B3373367726E09243436F3264991D /* strtod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 41E400AD1889A376A264B2970E070011 /* BSG_KSCrashCallCompletion.m in Sources */ = {isa = PBXBuildFile; fileRef = E36E278C775FF2079ACAEF63DC5FFB1D /* BSG_KSCrashCallCompletion.m */; }; + 40E91CFAD37711541A8DB9B255877031 /* RCTDevMenu.mm in Sources */ = {isa = PBXBuildFile; fileRef = 601078D028F968B09B4769C7FBFF3CF7 /* RCTDevMenu.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 40F449398002BE17CCF68C43A227A2EB /* CxxNativeModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A2FD64877B73AF1FCE01E62915E88A51 /* CxxNativeModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4107AF7BA5C8DCF8C606298B48DDD733 /* UIView+React.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D6B2A72E529D4BE5CB48930A7E66086 /* UIView+React.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 41C66397B2D2ADFBDD322A4D4D194393 /* AtomicHashArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 3149155B7651E674E91E71658DCFD1C0 /* AtomicHashArray.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 41D12585C0B84C82BCE9DB966C19333B /* REAStyleNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 313C4462EEC2B6D729E87EA723AE2D09 /* REAStyleNode.m */; }; + 41E400AD1889A376A264B2970E070011 /* BSG_KSCrashCallCompletion.m in Sources */ = {isa = PBXBuildFile; fileRef = 762B6808AE03BB3DB53A7CBD873D57D8 /* BSG_KSCrashCallCompletion.m */; }; 41F174E3503C39B66195942DACD90158 /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A5799880B571DE4D467FA068096507A /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4200657D28CFDD5362BB6A175076B96B /* rescaler_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = AB8DFA89DFDD948D5027164279E5398B /* rescaler_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 421E31FC9A4CF059F63B5066E093A593 /* FIRExceptionModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D861316CC97FBDB3DF0B006C5597405 /* FIRExceptionModel.m */; }; - 425A77DC42C460EA51D519A6F002C2C6 /* RNCAppearance.m in Sources */ = {isa = PBXBuildFile; fileRef = D1E518DB37E417DF84B16335B592D351 /* RNCAppearance.m */; }; - 426BE8C7DC428C09A055A4824E261931 /* ARTSolidColor.m in Sources */ = {isa = PBXBuildFile; fileRef = BB42CF3B380B72E8CD28585A7E09D6F1 /* ARTSolidColor.m */; }; + 4232B802A02909D241EA22D3F6ED1CD2 /* MacAddress.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 293B733D9DACA8D94B56AE17B3F29674 /* MacAddress.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 4237CB28A93D63F055C9BDED6CBCC7EF /* FIRCLSGlobals.h in Headers */ = {isa = PBXBuildFile; fileRef = DB92A844E489E0367D76A99164A7929E /* FIRCLSGlobals.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 42388669FE0561F119D310E8018385AF /* FIRCLSCrashedMarkerFile.c in Sources */ = {isa = PBXBuildFile; fileRef = 685720BB994EE929CBAE022C7ABFB1C2 /* FIRCLSCrashedMarkerFile.c */; }; + 425A77DC42C460EA51D519A6F002C2C6 /* RNCAppearance.m in Sources */ = {isa = PBXBuildFile; fileRef = 28B2D9F2D46957CEDB1845EBBDFC4568 /* RNCAppearance.m */; }; + 426BE8C7DC428C09A055A4824E261931 /* ARTSolidColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E8DE5EF3FC71BF3CA5C46D5A3684B81 /* ARTSolidColor.m */; }; 4285CFE97DDDC37E46B7F6A738AF453A /* FlipperKitNetworkPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AC57F38DC91B6492E3B74B637E80C5A /* FlipperKitNetworkPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4287081D93D873EA4C25841721DB4904 /* RCTSRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 22931B6E8AE7DE176D2E690AAAB185D4 /* RCTSRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 429D5AF22C1503EE67F12B8CDFC7824B /* react-native-simple-crypto-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 54C0586723B76D6A5ED2D586437A44B6 /* react-native-simple-crypto-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 42A3B315F2BD4D64A3E5B18C97D46B9F /* SafeAreaSpacerViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 00EEFDE59B0E7F938080AC0560DB7484 /* SafeAreaSpacerViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 42B0FE384A1E0A7ECFD93E6E1AA02D7D /* ResumeIdentificationToken.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E6DD1890317E743382C733ED792796D8 /* ResumeIdentificationToken.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 42EF56B969B222B26BA756EA6F87BC9B /* FIRCLSRecordBase.m in Sources */ = {isa = PBXBuildFile; fileRef = A6DDDF10517DFF827CFEB805309B1BCC /* FIRCLSRecordBase.m */; }; - 42FF2861D381E4E6636B147647E28D03 /* EXConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E8364C4F10CB2CF4BABE86FEC658B94 /* EXConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 431B6B3850AF41E813C0D17D4F4AF54C /* RNGestureHandlerEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = AB869E9EC6B96FC121FE947A8F3781A0 /* RNGestureHandlerEvents.m */; }; - 434F73E03E24DBD62F9DE4E06CFBC9FF /* OpenSSL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9F9BBB8690BABFFAF8F7A4083DE779FE /* OpenSSL.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 435C4F12F5A4FD69216F619A13ECF8FC /* RCTConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 909BB716C469526E0B45EE3AF10DDB4E /* RCTConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 43620A4D867942C0681F7947DD878A8D /* RCTObjcExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AEFC3661505858D16E51B4E128C2F1E /* RCTObjcExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4387240F7221CE6FF50AD345243E1D04 /* Assume.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CBADA021721A701B7CEA6E12F9FC90C /* Assume.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 438E43893A217A169B2C635ABB75BA10 /* StreamResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 29FA3689DDFA1CFFBD3083C772A9A09C /* StreamResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4287081D93D873EA4C25841721DB4904 /* RCTSRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 76F2F45582CA602BD319E894FC221BB6 /* RCTSRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 429D5AF22C1503EE67F12B8CDFC7824B /* react-native-simple-crypto-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F2C5BA22BE754695CF24BF006C42654F /* react-native-simple-crypto-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 42A253153C59D55F282143EDA27A548D /* FIRErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = A903DFA0EFB55D70B261D55D48CB0E12 /* FIRErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 42A3B315F2BD4D64A3E5B18C97D46B9F /* SafeAreaSpacerViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 889E44E4B23B82FADB36A06A1629F8E5 /* SafeAreaSpacerViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 42FF2861D381E4E6636B147647E28D03 /* EXConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 32DCE8FCDEA2B926D99C686FB3FDA73C /* EXConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 430F4AD1A66A278A4E5BA05434474BF4 /* ScheduledExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = F3B36827EC5A8E73C2A7460CDAAAE3C3 /* ScheduledExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4315BB8B01AD4F6C8471609F32EF9BB3 /* AsyncSignalHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = FB7001F3224C66309E509F596635E06F /* AsyncSignalHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 431B6B3850AF41E813C0D17D4F4AF54C /* RNGestureHandlerEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D6C03D18BE071F1EF86BEB182F7B77D /* RNGestureHandlerEvents.m */; }; + 431E952A2662F9537EEF1374B5DA09AC /* Format-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D7258B9278D7647170AF3A825D249E /* Format-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 431F1D9D7D38B09DA6541A37AD580E71 /* PasswordInFile.h in Headers */ = {isa = PBXBuildFile; fileRef = E9A0D3A476B4D8116DF7BF2752C8261F /* PasswordInFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4327E349BF87D0E2B6724D0C3702AA41 /* GDTCORUploadPackage.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FDDC4602AC6D2C76628D42154AB26DD /* GDTCORUploadPackage.m */; }; + 43487EFF4D19314724CC3B7C8EA723F4 /* FIRCLSURLSessionDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = DCCAA44D33683DA804CE6F16826CBF9C /* FIRCLSURLSessionDataTask.m */; }; + 434B27B16B6D059D2382DCEB0F806AC1 /* FIRCLSRecordApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 19881F57FA6BDB29833E728A00D242E6 /* FIRCLSRecordApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 435C4F12F5A4FD69216F619A13ECF8FC /* RCTConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ED52C21DAADC82C77FE97C4C70C886A /* RCTConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 43620A4D867942C0681F7947DD878A8D /* RCTObjcExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = F0270B1A8B459049FEFAE071386F9CB2 /* RCTObjcExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 43796D2D03FF0316D5A673E35CA4D326 /* FIRCLSMachO.h in Headers */ = {isa = PBXBuildFile; fileRef = D89110DBBE0DF335C46F567F0963046D /* FIRCLSMachO.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 437CCA9A01770C7126E104304340F697 /* IPAddressException.h in Headers */ = {isa = PBXBuildFile; fileRef = A87B09D4CFBDAA3DE3DA228BFD6DD0F3 /* IPAddressException.h */; settings = {ATTRIBUTES = (Project, ); }; }; 439278A361A44F00FEC8EFD0DAD95366 /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = D4D10179BB54B803F310624957C94F5A /* UIImage+Transform.m */; }; - 4395C14D44DF114A89691BCD4A5205B6 /* FIRCLSUserLogging.m in Sources */ = {isa = PBXBuildFile; fileRef = 35C1BFECF08D1AFC2352E5B5CCD5395D /* FIRCLSUserLogging.m */; }; 43B34D964135093269E274D12E7EB64B /* rescaler_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E40860CB0B92269D4CF2AD3976F6658 /* rescaler_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 43B6695E606801D303EC39BAA56DEB08 /* RCTImageBlurUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 76C30D110C24DAA76DFF3160B5501B35 /* RCTImageBlurUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 43B6695E606801D303EC39BAA56DEB08 /* RCTImageBlurUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 56B47F48BFC2F259EF38C4E097A46497 /* RCTImageBlurUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 43B6EEE134C6EAE721D2469D830A3442 /* SysSyscall.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DCE0217A06E0F41B806974B457DCE3C /* SysSyscall.h */; settings = {ATTRIBUTES = (Project, ); }; }; 43B84069BD4A6B4FF44802448A25A011 /* Log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5AA778BF9A1C50FA6D862CEFC0D5388C /* Log.cpp */; settings = {COMPILER_FLAGS = "-DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -Wall\n -std=c++14\n -Wno-global-constructors"; }; }; - 43BF8B886AD2C532C7017400D86D452E /* FIRCLSDataCollectionToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A08C4E80228947F81AEA182199A3F5C /* FIRCLSDataCollectionToken.m */; }; 43C469468B79ADCA87E83BE3C35A0360 /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BF2D83FD5825D0D3792A11C97037A85 /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 43E02FF943534F9760240B54D53F6F7D /* GDTCORFlatFileStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = AF18ACD03871919E8F02A60B489C6CAD /* GDTCORFlatFileStorage.m */; }; 43ED3671E791340A24575A2BCCBDB35E /* SKNetworkReporter.h in Headers */ = {isa = PBXBuildFile; fileRef = 20DCA60F05C587178955271659C6F4FA /* SKNetworkReporter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 43F1A7C3185ACEA990E6A6B4B9E5ED0A /* F14SetFallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 32F351ABA1D2BA4285C4210D118A1A71 /* F14SetFallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 43F9F62FD3F04F0E0281E782868413F0 /* Malloc.h in Headers */ = {isa = PBXBuildFile; fileRef = E49C7E436E39CC12D669688F90457390 /* Malloc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4409AA9931E5AF9D9BEB05B2F5AE2E80 /* EXFileSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = A00AA88488F75D4672922DDE9A38921C /* EXFileSystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 441807BF25D44D9142F7835CCEF37D5E /* UIImage+Extension.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DEC9AD0441F9F074930565044F2F6BA /* UIImage+Extension.m */; }; - 442A9F3F5102B23A2525348D1712C3EB /* RNCConnectionState.m in Sources */ = {isa = PBXBuildFile; fileRef = 9933D6A798F1B97EDE2070F186B8C9CD /* RNCConnectionState.m */; }; - 443B6312DB0F6CC562B0BD86C44355FA /* ThreadCachedInts.h in Headers */ = {isa = PBXBuildFile; fileRef = 87EC70FB4C2C48F3039DF064F79B0A26 /* ThreadCachedInts.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4405773DD41EF91B394D1E1E75A0080F /* File.h in Headers */ = {isa = PBXBuildFile; fileRef = 884E53CF9309A7042B109BBDC934A4B2 /* File.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4409AA9931E5AF9D9BEB05B2F5AE2E80 /* EXFileSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E90F2F8810AD19F7C118D410EA28127 /* EXFileSystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 441807BF25D44D9142F7835CCEF37D5E /* UIImage+Extension.m in Sources */ = {isa = PBXBuildFile; fileRef = EAA0E0E22ACDF382515BC02C72F4C180 /* UIImage+Extension.m */; }; + 442A9F3F5102B23A2525348D1712C3EB /* RNCConnectionState.m in Sources */ = {isa = PBXBuildFile; fileRef = 16FA902DB3CE3466927113F1DF04BF00 /* RNCConnectionState.m */; }; 444111CFFF3C30C97F23BED77AB6BA0D /* TOCropScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 545BB6975D6C8DF60AE9F41DE5C999C7 /* TOCropScrollView.m */; }; - 444F5FFC7805E14652098D73F443C852 /* Subscription.h in Headers */ = {isa = PBXBuildFile; fileRef = 867783A0FCA3A8F968DEEEF71E2E5F12 /* Subscription.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4470A4E05253FE67D781BA5706BA8A69 /* FIRCLSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = A03F1F458148853D818363CCCC707420 /* FIRCLSLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4499F682B7B571AD8CFFC9346B2BC24E /* BSG_RFC3339DateTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 25282C86F15E264A602742799E4BF61D /* BSG_RFC3339DateTool.m */; }; - 44C22F04C50F3EFC94A631A1BA9A2161 /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = F27E3375AB5ECCFDA9658D0023B18731 /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 44DBA3BCC2E0D7F3821C29AC56C0B84B /* FIRCLSUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 2080A0BBC9EB23B9D268F28952C409CC /* FIRCLSUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 44E45A607DB236E95A5F4D73BE6FF44D /* BugsnagKSCrashSysInfoParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F032E74071D556666581B253842F170 /* BugsnagKSCrashSysInfoParser.m */; }; - 44E6A9DB627125E322CFD3A7CFB4BA3E /* RCTProfileTrampoline-x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 90F1A03723D04E9913C74B4F619423B4 /* RCTProfileTrampoline-x86_64.S */; }; - 450FD201F3936CFD87C079F68C92DF26 /* Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6667DE5BC19DACA3854C1D6E7078BD31 /* Utils.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 44649B4D179A6D95CBFE298A21ABDAEE /* DeviceUID.m in Sources */ = {isa = PBXBuildFile; fileRef = 78632D17A6C81F2D04A9D98ADFD87CEC /* DeviceUID.m */; }; + 446EDCCE605E487DEA7FDC49412978AA /* HeterogeneousAccess.h in Headers */ = {isa = PBXBuildFile; fileRef = A4C3D8518542DA0E8037D1D7FE635AF0 /* HeterogeneousAccess.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 447E6F3EBC166B3BD428BA1FD823B985 /* Subscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FD1A6013BE26CF0DF77977974AF20E0 /* Subscriber.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4499F682B7B571AD8CFFC9346B2BC24E /* BSG_RFC3339DateTool.m in Sources */ = {isa = PBXBuildFile; fileRef = E47D88210895FAD3A56E40908CE93EDE /* BSG_RFC3339DateTool.m */; }; + 44A1E719092F8C5711620A3CE598E2B4 /* RSocketStateMachine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9ED12E7077B274BE0BC4E830189C39F /* RSocketStateMachine.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 44A2C2B77D6697AF9C075067D181128F /* RNDocumentPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = B84AAB78BC33F569CA338F94B7208C43 /* RNDocumentPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 44A55B55195CCA47C609CA869F41E968 /* FBLPromise+Timeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 75FAB4B2A9D6C1EE005C3C69A279E67D /* FBLPromise+Timeout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 44A5C07FD2E0EE420C679ACA385898CF /* Fcntl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 045F8404AFFDA6C19E7C43669B4F12E9 /* Fcntl.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 44C22F04C50F3EFC94A631A1BA9A2161 /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7499AE1CD6FA7917C23F8264BF6D1615 /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 44E45A607DB236E95A5F4D73BE6FF44D /* BugsnagKSCrashSysInfoParser.m in Sources */ = {isa = PBXBuildFile; fileRef = EFDFCDE94CDF746209CBEB2B7BC91572 /* BugsnagKSCrashSysInfoParser.m */; }; + 44E6A9DB627125E322CFD3A7CFB4BA3E /* RCTProfileTrampoline-x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 5D9ABF5C54A8DD30EC48CEAFF26F8C49 /* RCTProfileTrampoline-x86_64.S */; }; + 45027211520A83A43ECD43DDF3FB690C /* RNCAsyncStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E99FDDE1E5E120B58C1843F89107A71 /* RNCAsyncStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 450FD201F3936CFD87C079F68C92DF26 /* Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C57A271DD77D03B3D65015B5FF4FAFB6 /* Utils.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 45245EE802CEFF044288490B63DC9298 /* FIRCLSAsyncOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = DE4C1ADFF09E743039A3076C93D26BB7 /* FIRCLSAsyncOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 452F2A5F90BDA7362BEC214E6B79C2FF /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 25E22908FBEE2CD0D563561BF2134467 /* SDAnimatedImageView+WebCache.m */; }; - 4530C3CFE0DCB5FF0941B65C13D895CA /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1331A6332014250EB5A7436D9254487E /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4558ECE6108997D1124B16014A78DAC4 /* RCTCxxUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = F13E97F5D219964E92365C4ABE120DF1 /* RCTCxxUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45650BC4A8DDD5928C7F1A075DCCCDE3 /* GULNetworkURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = AFCBBAC79C3D937E6B4E5EF43A0AA5D3 /* GULNetworkURLSession.m */; }; - 457C167FB30B496EF53AEF8E6E19A0F8 /* UMAppLifecycleService.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A48DA32A700FC4A22411D09E7A5FF9A /* UMAppLifecycleService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4530C3CFE0DCB5FF0941B65C13D895CA /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E410952AD981E69BCE4EFA790ABCC28 /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4558ECE6108997D1124B16014A78DAC4 /* RCTCxxUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 89B97A916FFB4B398057E8E163E018DA /* RCTCxxUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4569529CFADDC615ABC1B443CA14BFF4 /* FIRCLSMachOSlice.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B885D77DC28404FB4C9B172DEF84857 /* FIRCLSMachOSlice.m */; }; + 456E4AB758602349E23F61D2405B46CF /* Cursor-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F4BDAC5B8A6D49D3F4D24B33402B35A /* Cursor-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 457C167FB30B496EF53AEF8E6E19A0F8 /* UMAppLifecycleService.h in Headers */ = {isa = PBXBuildFile; fileRef = E02807CD75675EDB87849FAFB4DAFD1A /* UMAppLifecycleService.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4588A3B13674FAF63669A1542F1FECF2 /* demux.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C5E670C42AF99BE0F73E19F2BB1A2E9 /* demux.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4589FB9F4C633F5BC4F35A225EC04022 /* rn-extensions-share-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B9970332BFF2909EF0E4120A9D3AE9 /* rn-extensions-share-dummy.m */; }; - 459988C6433D9FEFF2E51A316D1BEBEE /* FIRCLSHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E492BE216BFC85EE02E2AD66FDF2AAA /* FIRCLSHandler.m */; }; - 45AC17B28E4A52BF1C9867DF51771613 /* RNGestureHandlerButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B688204E377100ED83F58775A6BDC06 /* RNGestureHandlerButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4589FB9F4C633F5BC4F35A225EC04022 /* rn-extensions-share-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3795F8CED3E2AEFFB670BBEFEE27890C /* rn-extensions-share-dummy.m */; }; + 45A6C3005DBB5DED4F0F84DC8F98F9A2 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = BC7E48F69E87B647894582346A4CBA45 /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45AC17B28E4A52BF1C9867DF51771613 /* RNGestureHandlerButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 259C77DD77133162CCFBC4939740DD70 /* RNGestureHandlerButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; 45B36E6C971F7A316A842376DB9214F1 /* ConnectionContextStore.h in Headers */ = {isa = PBXBuildFile; fileRef = B00553226F4AD87B696EDCCCDB6AFB49 /* ConnectionContextStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45C0A0E3CA9D228FDCB346CFBE64051D /* RCTLayoutAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = EAD27803E5D10ABCFFA8CBA0A970AC92 /* RCTLayoutAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 45C0A0E3CA9D228FDCB346CFBE64051D /* RCTLayoutAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 937FFFF64C3D93D536118E5C622F654E /* RCTLayoutAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 45C32C9F0EA20CCE8C04CD242F213898 /* ssim_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 29FAABE12234FD7501BE35E74456B3F7 /* ssim_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 45D8A0857DC43507F0B6197AD792B9D4 /* PBUtility.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FD273AFC12BF04DDDD3F3B0E714E7FA6 /* PBUtility.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; - 45DC1B372BEF1A53F3AD5AD46A35521D /* RCTRawTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7EC482390AAE297B11A3EEE8F4B27274 /* RCTRawTextShadowView.m */; }; - 46462475F1E2CA57A9E0CFB3DAFB1183 /* RCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = D04159077A405350875BDB7CA5A24322 /* RCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4677450AE11F06F9A1850ECB4C16BB26 /* RCTDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = C5B47DC84B841542AD04FE0E6E25B9AA /* RCTDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46875B54A2E4D8E7C532ECBEA7723B31 /* RCTBaseTextInputShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5696C60DADF60B9A971AF4EBE6C82C44 /* RCTBaseTextInputShadowView.m */; }; - 46AE7942FD88F7F69063FF1B8F81D423 /* DelayedDestructionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 006665DF66925F28D67FF1FC672691EF /* DelayedDestructionBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46B712F6F1E738C9F9DA79DD9153EB69 /* EXAudioRecordingPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B111C3B85B5E5E529D9C5B1A2EB632A /* EXAudioRecordingPermissionRequester.m */; }; - 46BBAF15F23CC427038B4EAE4671BEA7 /* Bits.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D5248E8AFB5A1CCAC4BA2D01419C455 /* Bits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46BDC8664B52DD0ABA3C83509A3CF5B3 /* UMReactNativeEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 337C05F80AB577936A86803EDEADA135 /* UMReactNativeEventEmitter.m */; }; - 46CD4609566349E69C6E989C1DD4333B /* RsaFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = 74A8FC08F2B447B5B7E18E49212906DB /* RsaFormatter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46DD19407C5EEBD5C9841585301D3BA5 /* FIRCLSdSYM.m in Sources */ = {isa = PBXBuildFile; fileRef = 35E4D6A1904487120B7DD3A697709AF8 /* FIRCLSdSYM.m */; }; - 46F0958D845D9810E8663CA56827901A /* REAFunctionNode.h in Headers */ = {isa = PBXBuildFile; fileRef = F46D801C257276EC8145E8A2E7BE009C /* REAFunctionNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45DB30F050A26962C2F1ACC3C61AE6C7 /* FIRInstallationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = BA33A3FE36DC46AB873D1BEAF8F3D1CB /* FIRInstallationsStore.m */; }; + 45DC1B372BEF1A53F3AD5AD46A35521D /* RCTRawTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 077E46030B22F06DEE87D28DAD524014 /* RCTRawTextShadowView.m */; }; + 4623F390783A7B1EC4BB9DC8C7A2EEBB /* Phase.h in Headers */ = {isa = PBXBuildFile; fileRef = 121CB29F1D6AFC4C64FCE9DE921561B9 /* Phase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46462475F1E2CA57A9E0CFB3DAFB1183 /* RCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = AF298FD38354E783CFB7FC2B4FF02934 /* RCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4677450AE11F06F9A1850ECB4C16BB26 /* RCTDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D0D2EF40E777AE37531808F700DBE43 /* RCTDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46836E31B2E73082FC430223E9D1C39F /* Malloc.h in Headers */ = {isa = PBXBuildFile; fileRef = E49C7E436E39CC12D669688F90457390 /* Malloc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46875B54A2E4D8E7C532ECBEA7723B31 /* RCTBaseTextInputShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FC253DD7FF0DBA34C7CE3559E8CE978 /* RCTBaseTextInputShadowView.m */; }; + 46B49E7DC406D4934EA9D547DD591AF4 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CC9F137A0DD4D3D385C5631CD6348E8 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46B712F6F1E738C9F9DA79DD9153EB69 /* EXAudioRecordingPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E7ED1B43B43459C24F2DA0285726785 /* EXAudioRecordingPermissionRequester.m */; }; + 46BDC8664B52DD0ABA3C83509A3CF5B3 /* UMReactNativeEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = BA1C96FAD65091D5B825D5949523D6F3 /* UMReactNativeEventEmitter.m */; }; + 46C3EA4C3AAEBECD4B0A4E5C55FE78DB /* RNCookieManagerIOS.m in Sources */ = {isa = PBXBuildFile; fileRef = 04B20512626ACB716D1A4F88AD2445F6 /* RNCookieManagerIOS.m */; }; + 46C8A7F1F9A6494BF569DF5CD044352F /* MMKVCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FE76A5A15D1BAEFCBA2112B7F52633C /* MMKVCore-dummy.m */; }; + 46CD4609566349E69C6E989C1DD4333B /* RsaFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A16BEFA0732A311A7437BD837F0A716 /* RsaFormatter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46CEAA7AF569FDE455C8032D51FFAF6F /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D420B4DBE40630F8CCC20339424553C /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46F0958D845D9810E8663CA56827901A /* REAFunctionNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 97A5B36F6860D37C59B408CD9A2D171F /* REAFunctionNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 470B06E5BB79C6A4C27E6AA599F000FF /* id.lproj in Resources */ = {isa = PBXBuildFile; fileRef = E51509D05F2C713B06EF08347D5065D9 /* id.lproj */; }; - 473811C2BBD11F6BFDB767C22CD431C9 /* TcpConnectionAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EA7D5C838CF1FF5F9E117E16BE1BEA79 /* TcpConnectionAcceptor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 475ABF5212E138873ACAB86D95B61507 /* FIRCLSUUID.h in Headers */ = {isa = PBXBuildFile; fileRef = B2E4FD40E640DF37E83F588BD7BFCC4E /* FIRCLSUUID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 476F42D51B241D6962C0C3C5B930C9BE /* ThreadId.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FA038F8A60594E3B8F83E00C0C44FDE /* ThreadId.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4770025846A1763DBDD248D38839094B /* Sockets.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A599A30AC2C9561DEA9B8C021C8045F /* Sockets.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 477900BFE4D8F0089150884765F3683E /* RCTCustomKeyboardViewControllerTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = EA0BB0A0BFE4F2CB6A93F2BC803EC514 /* RCTCustomKeyboardViewControllerTemp.m */; }; - 4784E3BD77B7CA5B2D7F1E5767414F60 /* Rcu-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = DA9F7FBB8A40B6A82B036A95054A2803 /* Rcu-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4787C765809BDEB7CDBD760923AA6145 /* EXResumablesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 334DF39048B78C6511ADD6728934DA0F /* EXResumablesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 47A0F493D19A5A85A4D954505146EBC3 /* FrameSerializer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 076FFA7EA929964428017CF526ACD793 /* FrameSerializer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 47A30889F0D9E0E404E4E2B5E82A6F88 /* FIRAppAssociationRegistration.m in Sources */ = {isa = PBXBuildFile; fileRef = 06478CAB468FDEBAC5D6AF508A28CD53 /* FIRAppAssociationRegistration.m */; }; + 472B3D427932E6FC2E4967E93D4387A4 /* Request.h in Headers */ = {isa = PBXBuildFile; fileRef = 50CA26AD93CF915BF8170B001ECA905C /* Request.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4731DF4BBC06D7B9DC50AD464E18AAFD /* Benchmark.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 41FFD780B2EECEA59A816381F57BA52E /* Benchmark.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 474913B0763E3A4528CE8F1E6793E45B /* TimeoutQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9904F6620AF734A2B9670844E5AE633C /* TimeoutQueue.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 477900BFE4D8F0089150884765F3683E /* RCTCustomKeyboardViewControllerTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = A6ECB223182FFCA5E8A6899CF67D8700 /* RCTCustomKeyboardViewControllerTemp.m */; }; + 4787C765809BDEB7CDBD760923AA6145 /* EXResumablesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DF90C191B05C993E8C4ABFC951118D36 /* EXResumablesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 479669489603B9B888F16F284B005027 /* Subscription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7721BE1D962D54CE089AB9651B66DC3A /* Subscription.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 47B089F22F3F839F27094B8F81FA68AD /* msa_macro.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A59F183A7D6535DE3336ADB7E2C3FEF /* msa_macro.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 47DB5D1D905ED7658CB00292C59FE672 /* Observables.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C95271CE56C4347B8A59A622AC281AB /* Observables.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 480A71D00CD0CEDCADB45781C23AE73B /* ScheduledRSocketResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 6378BD1B094A75F2EE49A3628FA0E91C /* ScheduledRSocketResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4810397C345F02594085ADA52A13502F /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 835195C4438CBE7C38F29F71AB0D4C3A /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4816DC398C13DFFA6D452E672630EE27 /* TcpConnectionAcceptor.h in Headers */ = {isa = PBXBuildFile; fileRef = A623B8325690A96565F874CB605E9C15 /* TcpConnectionAcceptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 47B90E46E8C241D04F71C81D7BBDDE1B /* SpookyHashV1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A77B32EAF530C0C92A7466260362EE7 /* SpookyHashV1.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 47F41022AA2E2FA39A5D8314FF0E03AE /* FIRCLSUserLogging.m in Sources */ = {isa = PBXBuildFile; fileRef = 35C1BFECF08D1AFC2352E5B5CCD5395D /* FIRCLSUserLogging.m */; }; + 4810397C345F02594085ADA52A13502F /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 17489A762F6EE7DC4362488A3DFD32BC /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4823C2B6ED994E559FD75D94D6279FF5 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 77D646F33CEAC405A184C67743BA9C38 /* SDWebImagePrefetcher.m */; }; - 483614B06A7352D899418F47E8E46B9B /* RCTDatePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 830DDE73D95BEB28927942E5A69ABE82 /* RCTDatePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48374E54F4790031F489133BF817FA4C /* EventBaseManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 57527C1ADD33E17351588E6EDC76AF72 /* EventBaseManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48377D5A0E1191DF1A7A4EF7FB68767E /* VibrancyViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A0ABB013FFBB7797974CF685B28569C9 /* VibrancyViewManager.m */; }; - 483D576B1148036A82844425FD98E70B /* FIRCLSBinaryImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 41AB0F94837FC688A10E982707AC286A /* FIRCLSBinaryImage.m */; }; + 483614B06A7352D899418F47E8E46B9B /* RCTDatePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 045D292843031BBE69A9FBEC52932EB0 /* RCTDatePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48377D5A0E1191DF1A7A4EF7FB68767E /* VibrancyViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EFC72CC4AF4628B57C56E96992E108C7 /* VibrancyViewManager.m */; }; 484BEA79FBF3523A218C8F0CA79D9CD2 /* ssim.c in Sources */ = {isa = PBXBuildFile; fileRef = 44139071FC098FD8447630E64A2B01AE /* ssim.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 488B64AD2CBEA4ED5A34A7C4FF07B0B2 /* Demangle.h in Headers */ = {isa = PBXBuildFile; fileRef = 353DC34412B94D6B16E449F4BA38ACDF /* Demangle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 484E51F13E09C2650AF5EFD64023B79C /* FIRInstallationsVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FBDCBE256DB8F18B862E08A24C6F2D4 /* FIRInstallationsVersion.m */; }; + 4856D77E79300FF9FF7343AF66544786 /* FIRCLSdSYM.h in Headers */ = {isa = PBXBuildFile; fileRef = ED993629E29E211AE8B3C71C50F1033B /* FIRCLSdSYM.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48693BED76FF941FE62057580742DE4B /* FBLPromise+Do.h in Headers */ = {isa = PBXBuildFile; fileRef = 5385E7A5570B1ECECF59DAACCE531316 /* FBLPromise+Do.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 487DA8B4A0C96EBBE5331273A15C0C3A /* IPAddressV4.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 166BD3AA6CAA2CCC0AB660F2BD9ABF51 /* IPAddressV4.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 48A952537A117B37BF94FE22201D8C2A /* TimekeeperScheduledExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D700EAA8012BAE9F7269BE45A66531D6 /* TimekeeperScheduledExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 48BAEEA4B23ED1433C176AADAF02597B /* Semaphore.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D47989D83E559D51C584F4E5CA5F2928 /* Semaphore.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 48CD221FA8C0B22F24AE312156CE39FE /* SKInvalidation.h in Headers */ = {isa = PBXBuildFile; fileRef = 69C0E7B92A0ECABBA5DFBDB79AA03201 /* SKInvalidation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 48DC56A676137C0B1AC50134C26BF2DA /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BEAC3BEF3D50BABC188C4E75CD7369D /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48EBCBDF09012AE56576511550410DCA /* FIRCLSInternalLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C787215ED9F53763DAEE7051948729B /* FIRCLSInternalLogging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48FAFA5661FD1E4AD3B1FF87A0FF429C /* FIRCLSCodeMapping.m in Sources */ = {isa = PBXBuildFile; fileRef = F36A7B8804C336E185CEA6DE40A349D1 /* FIRCLSCodeMapping.m */; }; - 494460796E071DA7A3403D207B8C2106 /* REAPropsNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 62C8135AE51B9D216C36B03A2E83B407 /* REAPropsNode.m */; }; - 494D040922C07D9B11A4E157C72AB24E /* REAFunctionNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 283318D8A815563D2EEEE3A92F92F234 /* REAFunctionNode.m */; }; + 48F380ED9123F91FDDE84F9A72D8CBC1 /* GDTCORTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = E63CB4CAA28B2541855BDB5A5A38FA24 /* GDTCORTransport.m */; }; + 494460796E071DA7A3403D207B8C2106 /* REAPropsNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AF51AC5FB0FC668725B0C4F02B6E17B /* REAPropsNode.m */; }; + 494D040922C07D9B11A4E157C72AB24E /* REAFunctionNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 71422610A71BCC782162D4C1985042BE /* REAFunctionNode.m */; }; 4964CCE32558AAB42A8BD351515252CE /* vp8li_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = A748EA0CAFE376BC11E4E86434D172CD /* vp8li_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; 49741CBF779A53F0FA2D5E5A4E6AE0EB /* zh-Hant.lproj in Resources */ = {isa = PBXBuildFile; fileRef = B195B77E68BFAA10E540BF81E400C873 /* zh-Hant.lproj */; }; - 498C505AE16C2FB90A1660FF065B9323 /* EXHaptics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 277BCC2BA22472D1032C16EFE262626A /* EXHaptics-dummy.m */; }; - 49B3B1D9E06876493278B5093FC1AC63 /* RCTImageEditingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FCB17FE500A4D8A0D6AC4D55ECEDAAEB /* RCTImageEditingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49B9A7CDA3FFBA61F3319743726532BF /* Assume.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3EC78C34ABD67F073783156FE44FE310 /* Assume.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 49C2E92BF693A0628E4065AFA2BB3607 /* ThriftStreamShim.h in Headers */ = {isa = PBXBuildFile; fileRef = 59090E80FB6B1B63C5DABD61B86951B8 /* ThriftStreamShim.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49D7470C79EFC400474DE5FBFD2B3173 /* ARTBrush.m in Sources */ = {isa = PBXBuildFile; fileRef = FEBBF7AF68F33889F4E9C691FCE86068 /* ARTBrush.m */; }; - 49E6A44F15D4C26B067BDD50499ECD7A /* SSLSessionImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EBCFA0249CAAE3C62FC58FBD5EC38EE /* SSLSessionImpl.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 49E6ED95E3355C2DD5AAE0CE7B1608F6 /* GDTCCTCompressionHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 33C75BD5F057C9EBD1F79AC01CD1EB9D /* GDTCCTCompressionHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49FBD83F4B2E602A9EF42D3829953E87 /* ConcurrentSkipList.h in Headers */ = {isa = PBXBuildFile; fileRef = B857025220ECC7CA074BF255C1604751 /* ConcurrentSkipList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A1A3D1448044BE8BAD31EF82C668CFC /* EXVideoView.h in Headers */ = {isa = PBXBuildFile; fileRef = B6B41BC1F6D06AA76628F6E22FCB95F2 /* EXVideoView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A492AD44CA4666FD03722EC21E50FCA /* UMKernelService.h in Headers */ = {isa = PBXBuildFile; fileRef = 959051C1EE88F658A671A97D79E891CA /* UMKernelService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 497476058342A05CF5778CFE89C64857 /* ConcurrentBitSet.h in Headers */ = {isa = PBXBuildFile; fileRef = C31BEAB1F84551C0E287ADC4BDCF2FDA /* ConcurrentBitSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 498C505AE16C2FB90A1660FF065B9323 /* EXHaptics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E16E9F88550EBEDD9B52E00F05CD9495 /* EXHaptics-dummy.m */; }; + 49B3B1D9E06876493278B5093FC1AC63 /* RCTImageEditingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 17BB614665C4EB3C87BD750EB547E17D /* RCTImageEditingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49D6527B677B2AAE061BD43ADDB24CF0 /* RNCSafeAreaProviderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF2B1327E3A0E910859DB1FAA873EEB /* RNCSafeAreaProviderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49D7470C79EFC400474DE5FBFD2B3173 /* ARTBrush.m in Sources */ = {isa = PBXBuildFile; fileRef = FDAB5BF4506D047BDD67E82FA31DC7AE /* ARTBrush.m */; }; + 49E7F5DD19D1A9D965392EF6D9FD62EF /* FIRCLSApplicationIdentifierModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 89DB19A537351C7C617B17F3B123451F /* FIRCLSApplicationIdentifierModel.m */; }; + 4A1A3D1448044BE8BAD31EF82C668CFC /* EXVideoView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B23DBA576F51516A1F42C9CBB24CA04 /* EXVideoView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A47FD7935C0243A04BC888F76B6871B /* AtomicHashUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 11A24AC324C55976F55724F9D4235D75 /* AtomicHashUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A492AD44CA4666FD03722EC21E50FCA /* UMKernelService.h in Headers */ = {isa = PBXBuildFile; fileRef = A0706297548FF144E15DB834FEB67D50 /* UMKernelService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A49BAEDE53802C4DE4CF430976140A2 /* MemoryIdler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F797489FA2A779C6746902BBAA91A37 /* MemoryIdler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A4A6BAD842063E47B8AA660BAD50368 /* BitIterator.h in Headers */ = {isa = PBXBuildFile; fileRef = 55B07ACB7AE286509B75F27838D58F18 /* BitIterator.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4A4B4055A9F1F063DB1A15F63AE1C897 /* FlipperConnectionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FACC24861EAB5D7A2A9E5BD0C24CBBAB /* FlipperConnectionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A4D2C43DC3CC5F5DAA9248AA245BB60 /* REABezierNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E7BABEDC6BFD62BEAB16E831E14DA498 /* REABezierNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A675FFCC1F2F1FB0171F78C4FA7A988 /* RCTSurfaceRootShadowViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 14A8FEC046CE4FEF01CDF09AB5DEE0D0 /* RCTSurfaceRootShadowViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A87681B2E5F60DE4F84A1DE2D9A366C /* RNCSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F6E5A992FB1D6F2325C818BCAB23F44B /* RNCSliderManager.m */; }; - 4A896F01285E40109FA49002175738EB /* FIRErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 38B69FFBB1BF11494CE3EB2B48623F78 /* FIRErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A93F0A199B3150ED68E1FCF508B133C /* FIRCLSProcessReportOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FB84CACC22716A77A1295F00B185BFF /* FIRCLSProcessReportOperation.m */; }; - 4AA80E18D22E5FC59D5E5CD88ED9E04F /* RCTConvert+FFFastImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 8038B793E8F2CAA05F827FB6F7653642 /* RCTConvert+FFFastImage.m */; }; - 4AAAB1F4028A5FF2DC671B8D0DE23B77 /* FireForgetThroughputTcp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9D7A4D77C138AF76E7332512C04101DC /* FireForgetThroughputTcp.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 4ABAB6F84DCE317295FBF19A1C3D5E19 /* RNCPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = D7F84ED4B42E5114E061590E9A703AFA /* RNCPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4AD475DF05A56F10CD39CE13CF2ADA2D /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BD7DAB4D4673FC4EFCB08E33A8AE04BB /* YGEnums.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 4AD594C99F5F9AEADA609ABDFE7824C1 /* SecureStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = D290F111C4527387EABBB8C8B9F7839A /* SecureStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4ADD6C9472DE05CC9300AE2021540D05 /* Unistd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3DCC178DE14763A2C80268EC0526B22D /* Unistd.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 4ADFF5119A180578E56B42FAFA2F5343 /* AutoTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B5767023355713B841DB2AF7F0FDA02 /* AutoTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4AF81E235CC4A8D182560A294FAA0EC9 /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = 383AF26142A3C7B25389DB8A33CD982F /* log.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A4B5F838A05E6669185CAB202C98414 /* GlobalThreadPoolList.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E5A2972DCC76B25BA302F7753968308 /* GlobalThreadPoolList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A4D2C43DC3CC5F5DAA9248AA245BB60 /* REABezierNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C7E51D22D0BE7842EA0D1E89A7AE480 /* REABezierNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A5DE958E7B8A74089F199CA129BA0AC /* SaturatingSemaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BAF1443AFFFE849AC332F65CBCB189B /* SaturatingSemaphore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A675FFCC1F2F1FB0171F78C4FA7A988 /* RCTSurfaceRootShadowViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E59F6AD68441FF0C77EEE8E6329EA38 /* RCTSurfaceRootShadowViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A87681B2E5F60DE4F84A1DE2D9A366C /* RNCSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A6A579B44826F2E5B0F6EF458D1E7B7 /* RNCSliderManager.m */; }; + 4AA4D6D8123EB43271B2B3C11D88C096 /* EventBaseLocal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 64B198E55977C63B6F78131BCC55629E /* EventBaseLocal.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 4AA80E18D22E5FC59D5E5CD88ED9E04F /* RCTConvert+FFFastImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 588817D637B20906EDA95CF7AC7ECF69 /* RCTConvert+FFFastImage.m */; }; + 4ABAB6F84DCE317295FBF19A1C3D5E19 /* RNCPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D72A8280E73677F19925808B3EB71C7 /* RNCPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4AD475DF05A56F10CD39CE13CF2ADA2D /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 59591B7F4788AC198892368D2E7C6C47 /* YGEnums.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 4AD594C99F5F9AEADA609ABDFE7824C1 /* SecureStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = AE87731426EB95CE450A0EC09F0D9730 /* SecureStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4AF81E235CC4A8D182560A294FAA0EC9 /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = BE3B777FE31D6BD712B367A08F0687D3 /* log.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B005CEED7E815160946863FE06EFD00 /* FIRCLSThreadState.c in Sources */ = {isa = PBXBuildFile; fileRef = D125084F9F245889C9DE6B2FC0E99AAC /* FIRCLSThreadState.c */; }; + 4B02FC4BEEB253365193CEFC5C6C08C2 /* FIRCLSInstallIdentifierModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 284A3D9B3BC17461B00A872841C45843 /* FIRCLSInstallIdentifierModel.m */; }; 4B123C04C0E3C309CFDC3027250DB5CF /* UIView+Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F3649D89FC3D63B933469C7BDC527DC /* UIView+Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B271FED6BB17F80F74F11FE72495584 /* FIRErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 82B68BA1DB91A28831B1C0ED1E4D39C6 /* FIRErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B38A755553A0A4F7826BD0FC7063A38 /* RCTHTTPRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2953338E10F0349490F46D4252F9E667 /* RCTHTTPRequestHandler.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 4B38A755553A0A4F7826BD0FC7063A38 /* RCTHTTPRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = C3ACE169CF70A427BCE35183CC9FA16F /* RCTHTTPRequestHandler.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; 4B3964B71F74D3D48482B3D853DA94E5 /* GCDAsyncSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A0C5B5473384886AA1132CD987308B9 /* GCDAsyncSocket.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - 4B3A95F6304DCE025705656EC0A8F334 /* Launder.h in Headers */ = {isa = PBXBuildFile; fileRef = FDF1189A67952C4C26C5E735109AB2A1 /* Launder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B512BD19B13FF3D87CD75F403046170 /* DecoratedAsyncTransportWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E55D5B8DEA41627F6DFC40B4CE99FEF /* DecoratedAsyncTransportWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B592D5B91D69A06AD5E154C50946A58 /* AsyncTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 87EC7BE455FB110AFAA74D23B532EA6D /* AsyncTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4B678628F4422243A8E72A8E182AF3FC /* format_constants.h in Headers */ = {isa = PBXBuildFile; fileRef = D96B932F860E830FE7244EBF740B90DD /* format_constants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B771FE63E082D045A976EB55838AD8E /* BSG_KSCrashC.h in Headers */ = {isa = PBXBuildFile; fileRef = D1F77A6B02360DD8D05D519235FE5CCC /* BSG_KSCrashC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B9BEB4F436B44F9538B1E4EB2F53521 /* threadsafe.h in Headers */ = {isa = PBXBuildFile; fileRef = 868281833BCADF0154A7AC1D3097A3D6 /* threadsafe.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4BF48C597AB43B927774BCD43694EE27 /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4C9596D82E6E835B25E9AFE06E7169B1 /* demangle.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 4B771FE63E082D045A976EB55838AD8E /* BSG_KSCrashC.h in Headers */ = {isa = PBXBuildFile; fileRef = C08A1AC35E3F93F94D42AE14D3CC98BD /* BSG_KSCrashC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B9BEB4F436B44F9538B1E4EB2F53521 /* threadsafe.h in Headers */ = {isa = PBXBuildFile; fileRef = EF242F24657FD12E185B61FF7BD77A31 /* threadsafe.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4BBE19F631470B5CB029B45FE280A944 /* GDTCOREvent.h in Headers */ = {isa = PBXBuildFile; fileRef = F613CB900F2AE85AC3F1E5615A2FD6D2 /* GDTCOREvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4BC052A29EA3F3D4D4898D8546C7FFCB /* GDTCCTCompressionHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C3A536A1ECAAACACA8D65D17C12A514 /* GDTCCTCompressionHelper.m */; }; + 4BC5947E2DB7BCB3A8391E042F053CBC /* FIRCLSRecordBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D31ACB25195EF0A84E3F58F4EDCE5F0 /* FIRCLSRecordBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4BF7D8AD0341BF2D6038425539046F06 /* FIRCLSAllocate.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D59EB8B78779F9EA55989B300F44159 /* FIRCLSAllocate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4BFC3DCBA80AEE40103F8579C8A80433 /* SlowFingerprint.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E45F7B45565318D913C07D8596A2886 /* SlowFingerprint.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4C02B8524DECD82205FF950EDF13D089 /* SKYogaKitHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 04912550F6911C0B921FCBD2F7D8C31D /* SKYogaKitHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4C0DCAC8C07C34D9425C35E79EE2CDDA /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = ACFFB49E2F3F5484F205FC495F36B197 /* SDWebImageTransition.m */; }; - 4C130A7A6F7041A52DD76C5542724ABD /* AESCrypt.h in Headers */ = {isa = PBXBuildFile; fileRef = 35F61E3C6B07427BB835C244D999622A /* AESCrypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4C474604DD5468DD9C9F317FA4FA3A0E /* BlurEffectWithAmount.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F7E956FCF4EE28A6FDF118AAEE5646E /* BlurEffectWithAmount.m */; }; + 4C34A0A6AEC3A13A95CC28543AEFD240 /* F14MapFallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E0DC02D2CBB4E83810E20904F4A94A9 /* F14MapFallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C378ADDDE29797055077D1F4F3197FB /* RSocketResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = FBC5542386DB439D2BE422AD66EFEF94 /* RSocketResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C397EF99315E3D07D51620E725338AF /* FIRInstallations.m in Sources */ = {isa = PBXBuildFile; fileRef = 292D917D1E5BD18FF76CCBA142913329 /* FIRInstallations.m */; }; + 4C474604DD5468DD9C9F317FA4FA3A0E /* BlurEffectWithAmount.m in Sources */ = {isa = PBXBuildFile; fileRef = AEABEACD11000BF5D2A8D95BED6191CD /* BlurEffectWithAmount.m */; }; 4C5620701364AFA3AC0ADF714ABA4707 /* SKNamed.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EEEFA3512B947070E238D049313EC11 /* SKNamed.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4C7E0208C9B34610E1764F495E5F8DBB /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 66C1945BE7A4B68DC5A01A5D23F5A7E8 /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4C7E5624362284518B42ED6218241F75 /* FIRCLSURLSessionConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 9739DB2412D22C208A57481EE2578872 /* FIRCLSURLSessionConfiguration.m */; }; - 4C9992814A91FEFFA3FD7B7938D778A2 /* Checksum.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A24A4A47A1B56CA5F08944260858ECB6 /* Checksum.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 4CA23C789DFEA4B31EF953FE945EB3BA /* FIRCLSDataParsing.h in Headers */ = {isa = PBXBuildFile; fileRef = DAB1BE7988FACE56BCCF1FF347382E85 /* FIRCLSDataParsing.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4CB2156CBE6478C94D891420F652F17B /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D93C4FEB7C254E430056DE79BC57D48 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4CD3E5D6975449E11EA7818BDBB8AB80 /* QBAssetsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E989A2F41C24D1E7C562F56117B742B /* QBAssetsViewController.m */; }; + 4C8F59ED4554F5A4DE8BF079E0B4562D /* FIRInstallationsItem.m in Sources */ = {isa = PBXBuildFile; fileRef = D7A414991BA9E3E0E7CC5BEF0BC96119 /* FIRInstallationsItem.m */; }; + 4CD3E5D6975449E11EA7818BDBB8AB80 /* QBAssetsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F31AA4C1F8E0C33F3A2C42126EC9F514 /* QBAssetsViewController.m */; }; 4CD6251A4A3890CC821288EAAB6423C9 /* fi.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 5E6929DF44F768671E142897ED8025C9 /* fi.lproj */; }; - 4CEC7888DC4843F90A1B5B5690EFD428 /* BugsnagSessionTrackingApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E4747FB8C8C2971F2B3E4074EBD25DA /* BugsnagSessionTrackingApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D117BEE39DF5F210B210CF1D648A85C /* FIRCLSNetworkClient.m in Sources */ = {isa = PBXBuildFile; fileRef = FC815314ACD9F8E46A707C0436919B5F /* FIRCLSNetworkClient.m */; }; - 4D374A92E006A2548230086D6EAFA9AC /* LongLivedObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 79953A84002682D319C3156FF2C14B3C /* LongLivedObject.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4D3B0134582DF3F198456D29C793F30F /* AtomicUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E30690E9943B49ED8BBF818F98E88C7 /* AtomicUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D7B566FA54B4ECF749EEF6600979FFC /* RNFBRCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = A3AD63DB41103B2BC72963138FE7CAD4 /* RNFBRCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D8867E8966983BCBD89277DFE5F9F00 /* YGValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 68E6804879FAF7B9CD0BECEFB41BE7BE /* YGValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D8AAFA84F175213F7D07A0CF1818491 /* RCTLayoutAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 25BDD2DC13551189D15F275EA994D8A7 /* RCTLayoutAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4CEC7888DC4843F90A1B5B5690EFD428 /* BugsnagSessionTrackingApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 016A7933334987C24C2C71CF3A45D38C /* BugsnagSessionTrackingApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4CFBDF1ABF9C57834E40AF5F853F6D41 /* GDTCCTCompressionHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 33C75BD5F057C9EBD1F79AC01CD1EB9D /* GDTCCTCompressionHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4CFF2BBA882ED477A9E4345DDF73ED77 /* RNDocumentPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = F26B1C082DD4EEC193B7FA7CFD8196DD /* RNDocumentPicker.m */; }; + 4D374A92E006A2548230086D6EAFA9AC /* LongLivedObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2EA10F1C8ECE1F7E3461D17EC0B448E0 /* LongLivedObject.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4D6E71C34060136615DF09DE28F76442 /* TypeList.h in Headers */ = {isa = PBXBuildFile; fileRef = EDEE1E377EE914E8675DBD7DEA1970A9 /* TypeList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D7B566FA54B4ECF749EEF6600979FFC /* RNFBRCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 54A3114EBE642307B624002F75677F89 /* RNFBRCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D8867E8966983BCBD89277DFE5F9F00 /* YGValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 39780295FCA7F0910BC23B614D803CC9 /* YGValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D8AAFA84F175213F7D07A0CF1818491 /* RCTLayoutAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = B102A2907DA3737A3BBCC1EBA9CA511B /* RCTLayoutAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D972B043DF691469D24AACECE1760B6 /* GDTCOREvent_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 718BB8333B0F2AF0FD3F8AC14960DB95 /* GDTCOREvent_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4D99B2B3A7A62015822A0A822F91E1A2 /* SKScrollViewDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C03602D11840A5F48222F313327DF79 /* SKScrollViewDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D9BBC36590CDA10D81216D3E08B5E01 /* RCTDevSettings.mm in Sources */ = {isa = PBXBuildFile; fileRef = 149C431A46F65E8D9E1058226E2683D7 /* RCTDevSettings.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 4DABB9478413DE57557ABB86CA32D439 /* RCTMultiplicationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A0E6EA81564763BD36D19722DB4150B /* RCTMultiplicationAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 4DE6C2C113E69021EEA662A036E506D5 /* Fcntl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 045F8404AFFDA6C19E7C43669B4F12E9 /* Fcntl.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 4D9BBC36590CDA10D81216D3E08B5E01 /* RCTDevSettings.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4E6FF22C06B9D44F6AFC5A859221A14F /* RCTDevSettings.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 4DA696C2B7FEC6A6073C172C6EA69E38 /* TestUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 373C9F59C3DDFA4B431689CCFE1496E9 /* TestUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4DA84086EC3036B6EEA7C3F2D7DBAE8D /* FIRCLSByteUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = A1710475B8A305FA5A95864DC0007416 /* FIRCLSByteUtility.m */; }; + 4DABB9478413DE57557ABB86CA32D439 /* RCTMultiplicationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 40806705B42988314598905FEC93C887 /* RCTMultiplicationAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 4DC980BF9D6EFE8D7B091516B1D91842 /* FIRComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 22128DB379E1D2CBFE351B3811F9B457 /* FIRComponent.m */; }; 4DFADA2F5BEDB7D70723FCA0C451B234 /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = FF7522EBE9B1709C091AA90DB8C44FAB /* SDWebImageDownloaderConfig.m */; }; - 4E11C3A005A89EE182016E6E9A8339CD /* log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3B84D1BF690E36802CC64BACD1AD34EC /* log.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 4E2FEBDCA3205856D9304894CBC01EE2 /* ExceptionString.h in Headers */ = {isa = PBXBuildFile; fileRef = D95D8EB288DB6E1564E488CD15A4CBA0 /* ExceptionString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4EA0254F7B0EAE99CC462C9F5E8F7F43 /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 73236AEC23C14548045B4DC4E82D0095 /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4DFBEE0184786AC88141F62FAFC1951B /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 99B5BB18B3F462B9460E4C2DECAD8D2B /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 4E11C3A005A89EE182016E6E9A8339CD /* log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 317E6D055B73270E36E67638C63A5D48 /* log.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 4E1D8F2E391814741E7D0D91EE7CBEA9 /* GULSceneDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = DC896A0A5484F552162E3CCD6B83F43E /* GULSceneDelegateSwizzler.m */; }; + 4E59720953C4BBA19C592BB451FD38E1 /* RangeSse42.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CE1A3615B3A45B15FB2612A665AB9947 /* RangeSse42.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 4E67B805383C16C8C0A14A9760F83519 /* UniqueInstance.h in Headers */ = {isa = PBXBuildFile; fileRef = 57F58CB39739BCD7EB2A2F0C9D833555 /* UniqueInstance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4EA0254F7B0EAE99CC462C9F5E8F7F43 /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = BB9F9260AB105CD83A06EDFABDB69666 /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4EA0B976186E23C6802D4D22BD5CB9BA /* TOCropView.h in Headers */ = {isa = PBXBuildFile; fileRef = 484BD4926AFF28D70BED9F986AF7C5EF /* TOCropView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4ECCE735AC4771FE313B938B04B32C46 /* json_pointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 662D79DDBC8EACA9A9EF4F690557BDD3 /* json_pointer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4F0A0F30B0E835437E3F8D5AA37C587F /* FBLPromise+Always.h in Headers */ = {isa = PBXBuildFile; fileRef = AE16C65B401F7FC95D227A8A81E44586 /* FBLPromise+Always.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4EF9378FC3D8BD0B8EFEAB601831B27D /* MMKV_Android.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15D2194EF23755FBE76A2FB3FAA07FEC /* MMKV_Android.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 4F04D10E351366F2D4F4CE79446CF90E /* FIRDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = 0781F7E7BAAF0A8DADD804243F814C91 /* FIRDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F0623912454B0B1745104ACE37AFC55 /* FIRCLSDownloadAndSaveSettingsOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F89529B3C7A424F3CB829FD34902285 /* FIRCLSDownloadAndSaveSettingsOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F38E53B95D8818071B780659E5CC94F /* AsyncSignalHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3D27A4E53812367C6079BB5B0AC57501 /* AsyncSignalHandler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 4F742681C162C919C0ED3E5453FB030D /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FB1C7782EB8A7266C10739275BE3A39 /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F976A7F195E716B71855627DD614238 /* FIRCLSRecordIdentity.m in Sources */ = {isa = PBXBuildFile; fileRef = 27DDCC14C61BF218CE8C8B34351E7679 /* FIRCLSRecordIdentity.m */; }; - 4FC36D3475E49C9BBA7F9A5C212A9B37 /* Rsa.h in Headers */ = {isa = PBXBuildFile; fileRef = 90F43879F6E718B81C33730EED047DD9 /* Rsa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4FC44962E4B392B6C49FA833B69B0500 /* InterProcessLock_Android.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C9012BF6037AF9B4B149FB1E3B51E0EF /* InterProcessLock_Android.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 4FA3CBB7914A0AAC5273D40CAF814CCF /* ShutdownSocketSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 290FB4BE1CF191877CA6D19DA9DEEB79 /* ShutdownSocketSet.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 4FC36D3475E49C9BBA7F9A5C212A9B37 /* Rsa.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E6B04CE670087DDF474FBCF2BB45B59 /* Rsa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4FC86232369030F0E75462CD4C4B1DA6 /* FireAndForgetResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6DA028C5F8099A49B66F89104620E009 /* FireAndForgetResponder.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 4FCD8F441F66C477B132185CBC8B66E4 /* FramedReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B4F2D3B5E7FDC511C0C047620D2C928 /* FramedReader.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 4FD528791E58F6410F9197DD124E532F /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = CAD24AB37675935888F4CB864539FDEB /* SDImageCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4FDDE4AAD34AA3F00371636F296819FB /* DeviceUID.m in Sources */ = {isa = PBXBuildFile; fileRef = E67752CC366E65455C3FA0732C380B15 /* DeviceUID.m */; }; - 501084863A63687582885EFAB92A72E1 /* ExceptionWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 403C4C6AF3897C87B0ECE6746F085751 /* ExceptionWrapper.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 5011A0FA8B6A9B3D6123ACEF7015CB2D /* FrameTransportImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = DCDBCBD7E33107D7E0A9AE7A65BC6243 /* FrameTransportImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 501669E22636FB9395E16B42CFBAC36F /* RSocketServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E33C6EA516A521956A74363F04E7B05 /* RSocketServer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 501724B943B65570A93FBC21D552C56F /* FIRCLSUnwind_arm.c in Sources */ = {isa = PBXBuildFile; fileRef = B4AD7A59972CEDDDC5C7CF762B8EBA39 /* FIRCLSUnwind_arm.c */; }; - 504E53BD6D600EC7F96D486B830E90AD /* RCTScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F5C2BA97A702CD2B80B5A00DD0D99AA /* RCTScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5050E876360BACB144D6A34948F96B03 /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0AE17A1B96DA90FC97C6E4611DDB5554 /* strtod.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 5064280C0E5FDA3174587639D29A64A3 /* RCTTurboModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = F55C55E45D266CA5434CF88C25E0B500 /* RCTTurboModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 507F0AB6B8792F7923563DEF601F4247 /* Range.h in Headers */ = {isa = PBXBuildFile; fileRef = 10C26B6C57391F13B031D5B60B41F7FF /* Range.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 508ECA38C00615D6966711BD85284545 /* BSG_KSFileUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = BC3128230826973F9557BC686190857E /* BSG_KSFileUtils.c */; }; - 50A845812DFEFC4B7C7A1DD6898FACD1 /* RCTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3248A206F08A03BFE1BE10BA77D2BD8C /* RCTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50B834389F0A52EF9DC6C27DE7CD7111 /* RNCPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 50EB7D549194AFA4AAC39D54FEF60897 /* RNCPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50CC679F3ADB6E4C12912F147286CCC8 /* ScheduledSingleObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = DBF23ACBD3AD3BBFD67E6B41856522A1 /* ScheduledSingleObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50E6BB281B7A3AB697F01F6A24D7CF71 /* ConnectionAcceptor.h in Headers */ = {isa = PBXBuildFile; fileRef = E1E01D9E5895EC14EDE2B074949B78C4 /* ConnectionAcceptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 510568D11A4DC76EA2CA2136395BA560 /* SSLErrors.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9A55E4CCC0855A699918175C1A0B19 /* SSLErrors.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 5113DF0694C01D3678A4B7C502ED8939 /* FIRCLSDemangleOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = D0B2E7B74DC7351F0A4BE4CD7E1BEEBF /* FIRCLSDemangleOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5114AB49EA22A2C2E519F563FABE94F5 /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 1C25FA01BB9F9B0D8555E3F0D60E53F5 /* en.lproj */; }; - 511A8C7756FC090C87DB2FB5BC9C2E6C /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 6BA9A26E2876148FFA46B295BCF50D92 /* ja.lproj */; }; - 511F91FC172C34418EF12852B74F1D1B /* File.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 02A03AF8BEE839AAE07CA0F5DA80153D /* File.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 512BE88134498726A8FF4E64FCB179C0 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = CA185B0518F3029C5EBE8A4AC9E85EAD /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4FD62B78F0BFEBDAE68A4F3EE4DF3027 /* RWSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = CF95B3E44F176B0AE79820249F6D0953 /* RWSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4FEEAB5DAD78FB635EF3069BF10B38E8 /* GroupVarintDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = EED848017F4965B145BF315674CC8C0E /* GroupVarintDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4FF4129BBB8059A86B09AC5688566ECF /* json_patch.h in Headers */ = {isa = PBXBuildFile; fileRef = C93B9ED70C19DA48C53720B2C795855D /* json_patch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50048E79A44925E0FB236709CA03F0FA /* HazptrThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 419EA50BE00934136EA276D52DD6D30D /* HazptrThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 504E53BD6D600EC7F96D486B830E90AD /* RCTScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F158319B1111071BF1274803D018CCB /* RCTScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 504EAED4F699BF61E9A9B5B066522759 /* SSLContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 1555860829E7CA0A51C1F82EECCBF570 /* SSLContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5064280C0E5FDA3174587639D29A64A3 /* RCTTurboModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = DBDC883473C0A5DB96AAAB90B5713CD5 /* RCTTurboModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 508ECA38C00615D6966711BD85284545 /* BSG_KSFileUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = BBE105E04EFB35760107A45C0187E62D /* BSG_KSFileUtils.c */; }; + 5093DAD3E29DC3C098D43D45FE361218 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = D2E76BF7E23D9FFD65921C1FD67AD917 /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50A46AB0A0FE521BFF483CC14C816ACA /* StaticTracepoint-ELFx86.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D426DFB55A83ADC32C4DBAD3E556914 /* StaticTracepoint-ELFx86.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50A845812DFEFC4B7C7A1DD6898FACD1 /* RCTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = EBCCB25A90FD8D7B204A76004BA49AC0 /* RCTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50B23F454216E25EBB3CBF9EA0823CAF /* EventBaseLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F25BF5AB17CF3FD6E5451EE13AF8298 /* EventBaseLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50B834389F0A52EF9DC6C27DE7CD7111 /* RNCPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 97B42B968D26C833EF3EA155B3FCC757 /* RNCPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50D543980AA0C40C1A2E96CC71CF8DEE /* Parallel-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F2B73DEB95AD65B0F8B8371305D10A8 /* Parallel-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50DA7E544966A994EDC0791F8243C118 /* FIRCLSDwarfExpressionMachine.h in Headers */ = {isa = PBXBuildFile; fileRef = E4CFD4F947B7442B6CE61B50C0DAB2EE /* FIRCLSDwarfExpressionMachine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50EF57CCC25B10D398BBD18EDD1B693C /* FIRCLSReport.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A82AC8EF00629A69A6E6F7495AF0F86 /* FIRCLSReport.m */; }; + 50F48DEA9699FFADBDF5C7E49E962B31 /* Assume.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3EC78C34ABD67F073783156FE44FE310 /* Assume.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5114AB49EA22A2C2E519F563FABE94F5 /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 0D6F516574321961D234796B0DB36173 /* en.lproj */; }; + 511A8C7756FC090C87DB2FB5BC9C2E6C /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = EB0E4FAC9708F6B27596A9DA5C0E4D5D /* ja.lproj */; }; + 5125E604F9DF3D5E4316B650943F2992 /* MemoryFile_Win32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DB4CF2F52473AB2B8E9BD13D2F37A4B6 /* MemoryFile_Win32.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; 514546F2D8310E7F4C88A2C1BF4D6939 /* MMKV.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DE0CD137E0889EE1737A9B9030EFF07 /* MMKV.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 516AB504B88113B4C834E270CF75A576 /* RCTModalHostViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EFD61829144FB5017E64544E1092F82E /* RCTModalHostViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 516DF262E59354AEE4714B87A5F95D85 /* RCTParserUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 305A4E35667077125CCDCE18A522D8B0 /* RCTParserUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 515A63624758D92055598936A58821E7 /* Conv.h in Headers */ = {isa = PBXBuildFile; fileRef = F0708C4622FC43024B9C0BDD273A6BF1 /* Conv.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 516AB504B88113B4C834E270CF75A576 /* RCTModalHostViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 494C8A4BE8EF1F45327EAF5F534DA7B7 /* RCTModalHostViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 516DF262E59354AEE4714B87A5F95D85 /* RCTParserUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 21613A9630310FC52EDDD9F7BCB3D56F /* RCTParserUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 517492A9DB1BE570124104ABD1E074FB /* FlipperCertificateExchangeMedium.h in Headers */ = {isa = PBXBuildFile; fileRef = AF9F02B25046132FEC9FBAE647F023C6 /* FlipperCertificateExchangeMedium.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5188E35920121C4F023B009EB47B7250 /* RNVectorIcons-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F0B7962D7E0A6CFAE198430F06480E56 /* RNVectorIcons-dummy.m */; }; - 51B069D45043B879F91D743E45B36FF5 /* Memory.h in Headers */ = {isa = PBXBuildFile; fileRef = A25AF838FAEBC2BFD69CEF9B87203B7E /* Memory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51B67D2931EB4CCA7F07B76A066A8217 /* EXAppleAuthenticationMappings.m in Sources */ = {isa = PBXBuildFile; fileRef = F85D1B363381A73E950257DE754D654F /* EXAppleAuthenticationMappings.m */; }; - 51BC5341EF8ECF3FF3396016CDAC697D /* ParallelMap.h in Headers */ = {isa = PBXBuildFile; fileRef = F5719F203A8CF13493A18C6B83A42B0B /* ParallelMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51C8511C6182C1676CEEBF6CFDD73670 /* IPAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = C8AAEFE5A8A726BFC436259BD5340B9C /* IPAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51EA1E266FCC622C10B5E031B822F96F /* StorageIndexer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AA5BD40CBF8EF808F05361E302B7423 /* StorageIndexer.m */; }; - 52200844C2DAB31FCD9EB223AD86D862 /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = 63074048A49EC4CC313857FC650C28B4 /* double-conversion.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 522BD9FD992FF112D838590CFB6BA197 /* FIRStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = F6CB89DCD2375D78BABAB8F932A02843 /* FIRStackFrame.m */; }; - 5235586EF4F37E089CB0466A3D29952D /* REAUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C2604436F1E024FBDF3AF99E4FDD05B /* REAUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5262222311A25A5E916185C64A0964B0 /* FIRCLSSymbolicationOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = F1BF623936659BE23B46D54E9876D042 /* FIRCLSSymbolicationOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5266ED74166CEF56F6EBAB78253C0BD2 /* RCTSubtractionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A3E1C4DCBFA4BD27E867E02BB4A1216 /* RCTSubtractionAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 526EEFC62ACB280675BA44BBACD6BF4F /* RCTSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A1A8E70B255D9488BD6855B126EA26F /* RCTSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 528DA6972901D810829437ED26BC7BE4 /* ChannelResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5877AFDEC339C9F71246DF078C6383BE /* ChannelResponder.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 529A0E6D8F714B250C740639B12051C4 /* FIRComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 22128DB379E1D2CBFE351B3811F9B457 /* FIRComponent.m */; }; - 52A61F34A5E15791B7B83A514AAFA249 /* UMPermissionsInterface-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E65100F6060AA4EB4A9E27D02747B28A /* UMPermissionsInterface-dummy.m */; }; - 52AF5817A55CC0F1B2E9F181B97DF077 /* bignum-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B604C164297ABEFBB339CA18AE3E70C /* bignum-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52D285DE8F1DA68B5FFD5FE59322A646 /* RCTScrollContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 40F7C973C5414744EC41B554A01CDFBC /* RCTScrollContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52E240CC30E4F2A727B8B62439A5A559 /* openssl_arm_arch.h in Headers */ = {isa = PBXBuildFile; fileRef = EB722B27E1482A287EA3FA37F211A508 /* openssl_arm_arch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52FC4C285BD391CC8D308407ACE86BB3 /* HighlighterViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 50D5BB58FA7D8F591876E5678A7DEC39 /* HighlighterViewManager.m */; }; - 53006F50104214D43DD9ECD3001BF305 /* BSG_KSFileUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 409F88FDB3C948345884DADE30844ECE /* BSG_KSFileUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5327AAC51FC15E5E7B6D0AE18F6366BF /* RCTModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = D6DA170E993F33C37F28A81382478149 /* RCTModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 51A7C22C8F0BFD9B89B9167037516D08 /* GDTCORTransformer_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 41D392A9A6CBBFE9049B72F2DE284171 /* GDTCORTransformer_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 51B67D2931EB4CCA7F07B76A066A8217 /* EXAppleAuthenticationMappings.m in Sources */ = {isa = PBXBuildFile; fileRef = F05645666B2447D7BAC62CF563861918 /* EXAppleAuthenticationMappings.m */; }; + 51CCC62D357828844F150E39DA8B249C /* Baton.h in Headers */ = {isa = PBXBuildFile; fileRef = FBD2D678CE55967640B2ECA259966CD8 /* Baton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 51DD311613815E41C8DEF3556CAEA162 /* ThreadLock.h in Headers */ = {isa = PBXBuildFile; fileRef = A5165CB1AD152201EC6BCBFB5A41419C /* ThreadLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 51EA1E266FCC622C10B5E031B822F96F /* StorageIndexer.m in Sources */ = {isa = PBXBuildFile; fileRef = A5EAE2BF70DF5AB5A71EF748D0976776 /* StorageIndexer.m */; }; + 51EB98DAE04CADCB76A87102AAD002DE /* ScopeGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AADD60F401282A7F534AB3246C375EA3 /* ScopeGuard.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 52247987D1E7B79399E678A6682FFBF7 /* RNCAsyncStorage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E8D07A313A27D7081E7A40BA634D31D3 /* RNCAsyncStorage-dummy.m */; }; + 522A3CF0D1ADF19CC06008D29AAC795D /* SysFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 90EB305222160B2F7E0FA257C2B1412C /* SysFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5235586EF4F37E089CB0466A3D29952D /* REAUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 293252623D3A9ADE9E9BEA70C0A8E10A /* REAUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 523BE4BFB348B55B394B2F2007AABBA2 /* GlobalShutdownSocketSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C43F444BDAB37AC842D406BDCC5CB1E6 /* GlobalShutdownSocketSet.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 5266ED74166CEF56F6EBAB78253C0BD2 /* RCTSubtractionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DD88FF253F88E46B3A40188EDBAACE2 /* RCTSubtractionAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 5268DEEBD8139963CE6A265EBAE51960 /* HazptrThrLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = 51E67A74C89886F5470BBD115A44A5B9 /* HazptrThrLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 526EEFC62ACB280675BA44BBACD6BF4F /* RCTSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FCD5C3CD84CF6CA617B88C41DCED67F /* RCTSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52792C3CB7FA3E5858E7882715C0888A /* FIRCLSURLSessionUploadTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 3ACB0DCDF8BF3CA082E94F07DFF5E8D3 /* FIRCLSURLSessionUploadTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 529F7F8B2B9C52548A1EF01992F3DFD4 /* BaselinesAsyncSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6422A45A92167BE49DCD58FEF0B24961 /* BaselinesAsyncSocket.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 52A61F34A5E15791B7B83A514AAFA249 /* UMPermissionsInterface-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9177FBC0227EEF8423A5F865AA482A1D /* UMPermissionsInterface-dummy.m */; }; + 52AB06D7D66EBE0843DFFF0B661781DE /* MiniPBCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C94234CD585CB45DDF502DE4972F108 /* MiniPBCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52C4BD8950B90DDD1FA2D7117CADDEAB /* Hazptr-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = 28A1942F367ABC7903ABB67F7C710369 /* Hazptr-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52C7480AD689B6B11088046852C59D7C /* IOVec.h in Headers */ = {isa = PBXBuildFile; fileRef = 464CAC1D47B8BF5F540D0505E7F7FD4E /* IOVec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52C9B60899CCF1DAE73D440605570794 /* FIRCLSRecordHost.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BA492FBDB4DBDBB89AB69B950DDB886 /* FIRCLSRecordHost.m */; }; + 52D285DE8F1DA68B5FFD5FE59322A646 /* RCTScrollContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = FD0BCC437B794608BC6F769E75028B3C /* RCTScrollContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52FC4C285BD391CC8D308407ACE86BB3 /* HighlighterViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F26D9D3CD1FDB6B1F573CC6ADB59CDB6 /* HighlighterViewManager.m */; }; + 53006F50104214D43DD9ECD3001BF305 /* BSG_KSFileUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 623DD6503BAE66F28A2A9BA45F2DD460 /* BSG_KSFileUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 530FB780B805376C0010AAB1F42A0383 /* ScheduledFrameProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D6D1599C0EA71FAF757409A3F81EEF1C /* ScheduledFrameProcessor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 5327AAC51FC15E5E7B6D0AE18F6366BF /* RCTModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = EC3719987B806E0BA2761436AADA629C /* RCTModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5329DF0639EECDF46FF0D39B96066679 /* SKSearchResultNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 335EEB75B6D7D5E4080465F4E6B62705 /* SKSearchResultNode.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 532ED859C769CE6C17A29AADE6BBC0EB /* RequestResponseRequester.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F87333D7731D5A92A88360E34822B705 /* RequestResponseRequester.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 533D723DBDC1987B2F81ECF1A82E9F48 /* EXSessionDownloadTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 729EE69E13E54D8927D5B2EDE144589D /* EXSessionDownloadTaskDelegate.m */; }; - 53400182B8FA5FAC1C145D33E6CB6B2B /* GULMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = B8E0EE1ADF1D2D463DE5287D12C8B8C5 /* GULMutableDictionary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 535696AC8AD93E494E7B5125045BAA1A /* GDTCOREvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 14E56BDE5BFC0425FE97F89ACDE35690 /* GDTCOREvent.m */; }; - 536538F7490982607ACD157306D7B2C3 /* RCTAutoInsetsProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = F51605B4F0A333C25D0E9DA0DA560E60 /* RCTAutoInsetsProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 533D723DBDC1987B2F81ECF1A82E9F48 /* EXSessionDownloadTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = BFE7E33DD4E7A0D74E5D8A90EDF02D08 /* EXSessionDownloadTaskDelegate.m */; }; + 53401EAEB03C4E2DDE64E90C7BF3EC02 /* FIRCLSReportManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EC9AAD18BAB6C40FACF97437C6C9C33 /* FIRCLSReportManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 536538F7490982607ACD157306D7B2C3 /* RCTAutoInsetsProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 0663086EE34A898ABCE2FCDEA045ECF9 /* RCTAutoInsetsProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; 53670FBF51CAFFBB4ABBF3D2640B8137 /* ConnectionContextStore.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0325CB0F2DE23511AA9D3DC4A502DEF9 /* ConnectionContextStore.cpp */; settings = {COMPILER_FLAGS = "-DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -Wall\n -std=c++14\n -Wno-global-constructors"; }; }; - 53688E900F86F67061EBBE82569FEE46 /* BSG_KSCrashCallCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F9956BF8C33E2A713E048A04C1E70DC /* BSG_KSCrashCallCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5372184DEE4B05BD26EAF265AA46579F /* REABlockNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A853ABC233566B21D6498BAEA4C33F9 /* REABlockNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 53810BCF4596A5BC6ABB4D3E942E7D54 /* Subscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FD1A6013BE26CF0DF77977974AF20E0 /* Subscriber.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 539A9F546D7E466B4A4884E0BBA59D8F /* FlowableObserveOnOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = F6EF54B35B03735C999E9A9225B3CDAF /* FlowableObserveOnOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5400B68ED93E5B06645FF55C3057CF00 /* Payload.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BB47EDF57E9361B1F43D8EADB3FDAD15 /* Payload.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 543EE0A6E553C33AEB1C61AC88CF42ED /* REAValueNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6411BAD261388E816FCA2AACD9F1BAC7 /* REAValueNode.m */; }; - 544B0A17D4EF8DF1A62AD4C97B7DF962 /* RNFastImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BFB5272AC8FC90EDF7FC1C7F79C7CC55 /* RNFastImage-dummy.m */; }; - 5450601466D419FFD46FC044828F61CE /* CodingDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = D4BC717772F9D1AFEDD0851D58EBD317 /* CodingDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 546526C7A38B257AB7A8C55DF92E2F8F /* RCTStyleAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = C36C65075777F45F92B97BB4278D451E /* RCTStyleAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 53688E900F86F67061EBBE82569FEE46 /* BSG_KSCrashCallCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = BE62E00AF68D114019A8363B3D9312ED /* BSG_KSCrashCallCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5372184DEE4B05BD26EAF265AA46579F /* REABlockNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E99D2B6AD96EA867AE4102C088F48B4 /* REABlockNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 537FCB67A58E7CC24F616EEB11A50AA3 /* FIRCLSAllocate.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BC76B3FD500189184D2F37A7A50AB8 /* FIRCLSAllocate.c */; }; + 53A9E8F584A7406DCF9D573001164D64 /* FIRInstallationsIIDTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = A204F3EC30348CBC8DD4956D7DC86DA6 /* FIRInstallationsIIDTokenStore.m */; }; + 53B9CCF66DCBA1764DBDA76ABB514E55 /* FrameTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CFC892DFE61DD5C159CA8A302B8B67F /* FrameTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 53D6EF48E36BCCD83AAC7DB04D6EBF02 /* Subprocess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B74524BE3DF67BF52FBEE3CA104F86E0 /* Subprocess.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 53FB801C606C0371BD97CB2AECB2851C /* GDTCORTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = DF228A0B78A70CE35B9DE8E4F6CE4734 /* GDTCORTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 540A81C068EBD4E0A242BD18437E52CC /* Frame.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F48DCE217DD4C57215DC29EBF7A87D5F /* Frame.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 54114F3CBB6D49F51AE89AFC93F639A2 /* NestedCommandLineApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 290CD65D40E54C31A2E113E36F70FDD9 /* NestedCommandLineApp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 541C7B542BE9DAA6202E136237A05192 /* RNCSafeAreaProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 079F421CEBAA5714D5242D10FE096383 /* RNCSafeAreaProvider.m */; }; + 541C9B94EA4EBFCD1432F502F30D2568 /* FIRLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FECC050D982AE8D761B4AF5DDFA7F64 /* FIRLoggerLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5430566F19E07B4AF3EE5AFBE265E828 /* AsyncGeneratorShim.h in Headers */ = {isa = PBXBuildFile; fileRef = AB4EAFF0498E720CB94B67B1F1DB59DA /* AsyncGeneratorShim.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 543EE0A6E553C33AEB1C61AC88CF42ED /* REAValueNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 28849E6BDC3256170438B4A3FB4AB8BD /* REAValueNode.m */; }; + 544B0A17D4EF8DF1A62AD4C97B7DF962 /* RNFastImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 71FD17783F95E2307B7E3ABB57E63FCF /* RNFastImage-dummy.m */; }; + 5457AEBC18C7ACADF41AA86B2B52AF86 /* FIRVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 067B600C9902AB66C45BE3F46CDF9985 /* FIRVersion.m */; }; + 546526C7A38B257AB7A8C55DF92E2F8F /* RCTStyleAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 79D188D46EDAA009DD1CDFE99D575D09 /* RCTStyleAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; 5468B18F248F48CC7444DAB53E55683B /* FlipperStateUpdateListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 67CAB87AE61AACC4942A014CBD2387BD /* FlipperStateUpdateListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 54763FD98DEBA45FE2DA74ACEDA6F99A /* FIRCLSApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 35C3BA28E9605DF443EF2F517495090F /* FIRCLSApplication.m */; }; - 54880C500712D7E15C7E85BEEE11A60D /* EXAppleAuthenticationRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 18FB6816297670D9E489E39D5BE1F062 /* EXAppleAuthenticationRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 54A6605E4847F69A4A543EC0763DD540 /* AtomicHashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BDA04A718F21904E7484E417CDD46B5 /* AtomicHashMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 54880C500712D7E15C7E85BEEE11A60D /* EXAppleAuthenticationRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 45166936E7B906D7B2EAB1308CEA864B /* EXAppleAuthenticationRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 54A49DBED1C0C6F3E414C74C67FEB9E7 /* FIRComponentType.m in Sources */ = {isa = PBXBuildFile; fileRef = A542C3E46DD8FA30F4965264F54DD21C /* FIRComponentType.m */; }; 54ECA723AA87FD13E6470CE43E753CAD /* SKInvalidation.m in Sources */ = {isa = PBXBuildFile; fileRef = 891C2B8C7D01B8EE8C438269661008F5 /* SKInvalidation.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 550491355C1E847C5FF721449F091741 /* json_patch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EBB1C7FB2727F0D85F869834390E9D5E /* json_patch.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 55087D5622FADCC4574574499E1DD10E /* RCTLinkingPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 16E5F638396982BB4B6499455455B0BE /* RCTLinkingPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 550E2D501FD368372393E7F1B69796F9 /* RNBootSplash.h in Headers */ = {isa = PBXBuildFile; fileRef = 554C91BEEA75AFFEFA852B002C0412A1 /* RNBootSplash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 551FEDB298C706D84AD2CFFDF2B3C265 /* experiments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 524E7CC021A6E1CFAA8846BB14DB9DF7 /* experiments.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 55504FC16E048E3B3F436B227D7FAA54 /* FormatTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = FD40A28A425573346F55444959488340 /* FormatTraits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 55545B966E6065FA2CADF0FF5D0F0057 /* BSG_KSCrashReportWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 47C9F079BBD5698DDA6879F6FEFD711F /* BSG_KSCrashReportWriter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 557D5A10BA9DE8F3F242CE30D8DF2528 /* GDTCCTNanopbHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 4721D3F64CC61B9E7C3183AE601D9E87 /* GDTCCTNanopbHelpers.m */; }; - 5584EC3010BB95FEE907A8B39F069F84 /* RCTEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 75F4036E0D4AD737642EB96CA3D75D43 /* RCTEventDispatcher.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 55087D5622FADCC4574574499E1DD10E /* RCTLinkingPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2F2532A0427E27656D591A17373D8947 /* RCTLinkingPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 5513A54DB97D861B0B20FC567241652F /* OpenSSLHash.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6A0FB21F11FF8ED636FADBEFDB13FA70 /* OpenSSLHash.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 5518695204C2C4442F282B846619E657 /* DrivableExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 61871730238884B88402BCAD51437C79 /* DrivableExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 551FEDB298C706D84AD2CFFDF2B3C265 /* experiments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 164EBA159426E1BEE8D1FD56C83B51A0 /* experiments.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 5529C087D88FDAF9A85CB65DC8CDB87D /* CString.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AADEA538BA01F7FC3161B2E094449FC /* CString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 552C6D55EF29BCA77347AE55C128ACE8 /* FIRInstallationsItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F8E0FB6F25809863C5872F6BB18C5AF /* FIRInstallationsItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 55346CC0A13250E5D4839DBEFF84F544 /* FBLPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = BEFB764D65B20FA8154B77A1DDED76E2 /* FBLPromise.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5541CE6CF63D1CE843C1B80F0DCFA527 /* MacAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = DFB41E5C56C1FBE2096AC652EE680BB0 /* MacAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 55545B966E6065FA2CADF0FF5D0F0057 /* BSG_KSCrashReportWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 18EA0DB4508261118A379726AE046469 /* BSG_KSCrashReportWriter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 555CF3B542265E1F77E1E5EDDF754C87 /* GULLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = B67A605E981E8B10428EEE7557111895 /* GULLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 558257B7E078E520321C0C39BB6D868D /* GDTCORTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 984F0BE697C69441407D7B8F19C8ED65 /* GDTCORTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5584EC3010BB95FEE907A8B39F069F84 /* RCTEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = DA0D661203A8A84EF529349B34FC2530 /* RCTEventDispatcher.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 55A426BFF79FEF6F8C8E777F5F300C4F /* histogram_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B757DF0BF0F3F8A34A70A3D18FCCD99 /* histogram_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 55A98FCD9929C09F024CA2E24BCABB13 /* Format.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E181BA75207FBB15E0350F1952CFAF07 /* Format.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 55B3124A6D105B98F9F7FD97CAA31020 /* Uri.h in Headers */ = {isa = PBXBuildFile; fileRef = 38F45570ECFA55AB2AE971CA49503BAA /* Uri.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 55D6BF643B68AE6B1531B2E017E98464 /* RCTTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C5C37BF94AE399FBD7929FB5E7ADC8C /* RCTTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 55E43519FE6A2EBBB6A98537A9B6D65F /* InlineExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 931B7A71DC2C55CF9BC19B4407A29EBE /* InlineExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 55EC784A50DC14800DE2D90A2D065E17 /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = F8633AD2C2D2826B1719D48E55655BBD /* symbolize.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 55F765F37C59C5C960CB40C562CA9CBE /* RNNotificationParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C39AB9266EA68DB2D41A69239B3040B /* RNNotificationParser.m */; }; - 55F83A935742869B756158BDC016A160 /* RCTSurfaceRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = AC4707964221E75DBC6E11DC1E40B888 /* RCTSurfaceRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 55F87E19DB7C1092623DD697817C9EA3 /* WaitOptions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2A377E24B8689DB0A06E5033D5D0A889 /* WaitOptions.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 560869ABC67A87D4D2F0C2004D2A7244 /* Sched.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F013CB7A6E6CDC12382D63BB0679EFF9 /* Sched.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 5610EC820E231169F5911CECF59B8C02 /* RCTSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = B3B5D912476639DFDB0A06E8B6FA1A60 /* RCTSlider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5612514BC1843E72BF91B29AFB21F139 /* RNCConnectionState.h in Headers */ = {isa = PBXBuildFile; fileRef = E07BC8AE21264D57919154753FF55398 /* RNCConnectionState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 55BF901CA9C7ED13054F2566A63B99FA /* GDTCCTPrioritizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 04B6469111401BFB0E502B3179828F9F /* GDTCCTPrioritizer.m */; }; + 55C69E66185BEE52D7BEA59E84E3D4C3 /* Future.h in Headers */ = {isa = PBXBuildFile; fileRef = C2D72A88FB01D49AFEFE11A05C051A11 /* Future.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 55D6BF643B68AE6B1531B2E017E98464 /* RCTTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = D8EEECDA055519119A8EB2E5A2461414 /* RCTTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 55F765F37C59C5C960CB40C562CA9CBE /* RNNotificationParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CDA568B2D288275E97B27215362C132 /* RNNotificationParser.m */; }; + 55F83A935742869B756158BDC016A160 /* RCTSurfaceRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FB8C549A2D216B00763511132C6A0FE /* RCTSurfaceRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5610EC820E231169F5911CECF59B8C02 /* RCTSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DA3D2DB50E0457A08F0CD77D8E20E09 /* RCTSlider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5612514BC1843E72BF91B29AFB21F139 /* RNCConnectionState.h in Headers */ = {isa = PBXBuildFile; fileRef = EA7B92F68FF1968CD8C87F3F8FF672E5 /* RNCConnectionState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 561C9B503460E1E24ECDD73AD4341F50 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 30AAE515220085A51074FB6B5057AAAF /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56209362F846A0481A2708487D46C887 /* FIRCLSException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8396C8E90F63350EFC8B3E9D8E8D8A6F /* FIRCLSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5643E0BEF5CDBD94B2E9FBA62E88851C /* SequencedExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D1A49FE63AE0048233702D8974CBA1F /* SequencedExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 564BE46B537960C8C8A8AE9E46C8C74D /* ThreadLocalDetail.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D48DFAF03A8A17D7E3295922C84000DA /* ThreadLocalDetail.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 565A40C9715DD79B31B0702BA634E8AE /* UIColor+SKSonarValueCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = B1FCB7932F319339A9BDF78238026755 /* UIColor+SKSonarValueCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5682D486AD796B96C3A970F0CED61BF1 /* QuotientMultiSet-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A160FC63EF8C86A7E5D51894C1D0B0F /* QuotientMultiSet-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 568EF27B9FC821A59A1E531A762689B8 /* BugsnagCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 97E555B98EF905EE8FBE20AEC300AFA3 /* BugsnagCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56910072B385CF37BBD408E8A81D907F /* Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 5648D0DED4B95E9007B01DF3192B7AE9 /* Utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 569B303F2B33E4958AB9B66FEF06DFD2 /* RCTCxxConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 34A03E7ADB6A965377CB4349317BD042 /* RCTCxxConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 56B7EDF2D059818DC3B10542418DC307 /* RCTTiming.mm in Sources */ = {isa = PBXBuildFile; fileRef = 218C18E1C3A7D5460C9C1F01893CAC4B /* RCTTiming.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 56FC6B389683EFB670BA03EC7ECA7084 /* BSG_KSArchSpecific.h in Headers */ = {isa = PBXBuildFile; fileRef = 721AC8A1EA4AAA5B1F3976F1DF05A811 /* BSG_KSArchSpecific.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5709E884E7EFAD52ACDAF6C62A2A8079 /* CacheLocality.h in Headers */ = {isa = PBXBuildFile; fileRef = 646DECD24D179C072D2DB483C4B51A77 /* CacheLocality.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 570A6E10E38F2287A73487A115D33F6E /* MMKVLog.h in Headers */ = {isa = PBXBuildFile; fileRef = E86822AF24365F319FE30D04FDEDAC2F /* MMKVLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 570C74C728841871D4DBEB6FA4A15497 /* RNCWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 922624B276649DBE39FA637FB2236D7C /* RNCWebViewManager.m */; }; - 5727A28359DBA9E0DC2E6C06CDF32394 /* FrameType.h in Headers */ = {isa = PBXBuildFile; fileRef = B80A23D4FAF9FB02CBD278DAD2B9B820 /* FrameType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5739BB47EF4D0FF067709D12836D8B35 /* GDTCORPrioritizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D1AC39EB4AFD5AA46DCA9BB791486B2 /* GDTCORPrioritizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 567C99BE688A07429884CA040DA56081 /* Builtins.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D270DDB341C9C43DFBBC00AE23FC7E1 /* Builtins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 568EF27B9FC821A59A1E531A762689B8 /* BugsnagCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FB99CF1CC114E05182DC021285AECBD /* BugsnagCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 568F4E1B3EDB6EC5EEFC687E4836D6A4 /* FramedDuplexConnection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DC0A94B503D64D2EE2799369A75B46ED /* FramedDuplexConnection.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 56910072B385CF37BBD408E8A81D907F /* Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A26C2474FCF5B72838FD3D4EF32692B3 /* Utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 569B303F2B33E4958AB9B66FEF06DFD2 /* RCTCxxConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = EFD67C8F93928B71B45FD6C452C39126 /* RCTCxxConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 56B7EDF2D059818DC3B10542418DC307 /* RCTTiming.mm in Sources */ = {isa = PBXBuildFile; fileRef = 41D4722EED57CD29A826B7F1B09DCDDD /* RCTTiming.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 56EFE38168845D9EA649B69974F27E51 /* GDTCOREvent+GDTCCTSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = D806C2A8A34B5FDA9FD772D910857FB1 /* GDTCOREvent+GDTCCTSupport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56FC6B389683EFB670BA03EC7ECA7084 /* BSG_KSArchSpecific.h in Headers */ = {isa = PBXBuildFile; fileRef = D3CD9CFBFD73D6EDE3EABC95D8E6058D /* BSG_KSArchSpecific.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 570C74C728841871D4DBEB6FA4A15497 /* RNCWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 260AF96AB4DC089BC054801E6DD3698A /* RNCWebViewManager.m */; }; + 570E34B23882B925C3EE0377983FFFFF /* InterProcessLock_Android.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C9012BF6037AF9B4B149FB1E3B51E0EF /* InterProcessLock_Android.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; 5741990BF5FB72694443CA2C383BF448 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = B3BDF74F10A6FE4F4B706EE7C342BE39 /* SDImageIOCoder.m */; }; - 574ECDAE477176D717383A6C88E8DABF /* FBLPromise+Retry.m in Sources */ = {isa = PBXBuildFile; fileRef = EF1D883E483F563A9F4535EBD2E361AF /* FBLPromise+Retry.m */; }; - 5761E342FFA0CF25087905DD4C7A6281 /* RCTRootContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = CEBD6B31C16B3F350E4DC82F5623C7F9 /* RCTRootContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5761E342FFA0CF25087905DD4C7A6281 /* RCTRootContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = F9B8BC982B216B1EDB4C854371A2BAB1 /* RCTRootContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 576D1D3D0255B54FFBDDCB00855FE397 /* PTChannel.m in Sources */ = {isa = PBXBuildFile; fileRef = 21CDF60F536705E2EF3EF7F5052C5A83 /* PTChannel.m */; }; - 5771D1F5AF09F22675A90661B35C5C29 /* BlurViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F1FE95B301E360D1B040C7AD1E3D210 /* BlurViewManager.m */; }; - 5799586981218DAD4CAE2FC9B80F1DD6 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7399E0BFA69307474E43AED1CCF826B4 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 57B5D6C1A341FCA8B5686CCA61C496B7 /* NetworkSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = C9CFFF52CBAC252257973C2B83984EEB /* NetworkSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 57B90AB173D872E18E4A7D595CB8A127 /* PThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5AB19C1880516910F892753A3E7BFF38 /* PThread.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 57B9E4CEF1AE1A75A1E52EBF95BED9E7 /* PromisesObjC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C38CAF8CAFB941E27F8FC260A48F071B /* PromisesObjC-dummy.m */; }; + 5771D1F5AF09F22675A90661B35C5C29 /* BlurViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 31A1B7F6B970C475A6547A38467BCEA1 /* BlurViewManager.m */; }; + 57D78F83991F15800B0EF39A76C40A7C /* Orientation.h in Headers */ = {isa = PBXBuildFile; fileRef = ECE8C980337ACD444219FD25A98E35CE /* Orientation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 57E393545C8867A16DEACC86B2E8D2B0 /* quant_levels_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 3543E6EFF0F9CACDA2ABD0379BE4B03A /* quant_levels_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 57E4C24694E509E73B87E9A8D0447897 /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0F714B791B23FA38824B311B5DE4A583 /* fixed-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 585C11C21B65EE38249ECB57D06ECAC7 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = CDD2281EBF321A25AA11EE5C6D59B1BE /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 585D03FAE7882EAFF0797BB33392F77E /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 08917AE47DD0A964713A4DCB0CD85E2D /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5865C7B3206F91E054E6A599FF455FE4 /* RCTPerfMonitor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 99ECAE0756CB9A6CF18C83DAD4EE9389 /* RCTPerfMonitor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 58697B57883E957723821DA57FAA8CC0 /* RCTVirtualTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C42111E92B595E5773248CA66E90415D /* RCTVirtualTextViewManager.m */; }; - 5888C9E5D61C9307805C62F729D66E93 /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49826CC819AEA6F509737D0E0D7B3C /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 58B7527D10B205632DD69550C4B207E8 /* BSG_KSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FD56F3C757D6901737808BE8C593F2F /* BSG_KSLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 58C1C15272DAE284A8428EA83F721F4B /* Math.h in Headers */ = {isa = PBXBuildFile; fileRef = 4743C5C05781D771D42C650FEDDF2071 /* Math.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 58E1660575B93C51FE5C9208E4D2ACDA /* REATransition.h in Headers */ = {isa = PBXBuildFile; fileRef = AB427970A9501CFCB96FF7A15F259A52 /* REATransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 57E9D27E3642D2A3A45FB9F361ECA280 /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CFBA862BF97CC9AA947EF42CFC8953C3 /* json.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 581C368082AD6F5CEF3A7B59B1E6A58E /* FlowableObserveOnOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = F6EF54B35B03735C999E9A9225B3CDAF /* FlowableObserveOnOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 584616A78219910E31DA6733957366BD /* ConsumerBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A693699EFE06B3ADC3108F4BCE64852 /* ConsumerBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 585D03FAE7882EAFF0797BB33392F77E /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = BFD2D7E5402F0DC5E6AC7F9FD78781AD /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5865C7B3206F91E054E6A599FF455FE4 /* RCTPerfMonitor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 858D6D85E9777ED85C5B545307C7C700 /* RCTPerfMonitor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 58697B57883E957723821DA57FAA8CC0 /* RCTVirtualTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D0C3512E08680244C1FD7A13C673CBB /* RCTVirtualTextViewManager.m */; }; + 586D2C673D08DA408DED8AB93479286F /* Uri.h in Headers */ = {isa = PBXBuildFile; fileRef = 38F45570ECFA55AB2AE971CA49503BAA /* Uri.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5888C9E5D61C9307805C62F729D66E93 /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BF52CBE311A99F83D1CA130B0E19A34 /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 58B7527D10B205632DD69550C4B207E8 /* BSG_KSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = D8CED9C46CFAA843DA8B96EE65EBF6A4 /* BSG_KSLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 58CEBA82A249BF25F43B50D77011E196 /* GULHeartbeatDateStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = F3D9947B7637DFBA6E3F2645FC8B2E11 /* GULHeartbeatDateStorage.m */; }; + 58E1660575B93C51FE5C9208E4D2ACDA /* REATransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BE5F6D1FD17DAFB939DE95A5439BC7E /* REATransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; 58E1FC09A8DAD793E195B5F0EE4ED9A8 /* enc_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 823BDC381C7F5B32A396B087AA4484D5 /* enc_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 5908C1A92623DD979335C59B85DDC550 /* FIRCLSURLSessionTask_PrivateMethods.h in Headers */ = {isa = PBXBuildFile; fileRef = 75AA678EBF6C67F0875FD2F3F41DD38C /* FIRCLSURLSessionTask_PrivateMethods.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 591C6971B22797B1387709B5A522609F /* FIRCLSSettingsOnboardingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F5D4705DE48CE5EB0F04C1232D5D7A0 /* FIRCLSSettingsOnboardingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 591E41D41239F16A8318D96B0072E1A0 /* FrameHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 762FD21B3739F5F2E25B8A6DCF36BE18 /* FrameHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5933E0EAB87B3D53C94D50CC084C6D95 /* FirebaseInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EBF339D81D1D4A6DBA7F532E24B125F /* FirebaseInstallations.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 59403B48E755C44B49EAF0C1A8602224 /* TokenBucket.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F9D32BE8ADF26C003EF191BE09763B3 /* TokenBucket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 596C8F6EDC9D1C57E0B6105D67A98910 /* AsyncTrace.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 32B2408B3F9DB70767A7F501805ED1C6 /* AsyncTrace.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 59756939C46FAF28DFB2C7D2D78BBB98 /* FIRCLSCrashedMarkerFile.c in Sources */ = {isa = PBXBuildFile; fileRef = 685720BB994EE929CBAE022C7ABFB1C2 /* FIRCLSCrashedMarkerFile.c */; }; - 599AD3E874FB1485E31367B4A52318AD /* FIRCLSFABAsyncOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 83755F2B091B00BE6CA539A99E0D964A /* FIRCLSFABAsyncOperation.m */; }; - 59DFDDE1F2FF351F408E7CD007573FAD /* HeterogeneousAccess-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = BCC5C9DD20DA99E814C6CC3DA5CEFBD4 /* HeterogeneousAccess-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A0564012B13D1C2B82FE29F77992F2A /* pb_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = 9CCF44C59DF1779D4F7DFC832AAD9090 /* pb_encode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; - 5A164EB6EAC4F0CBA9E91B2EBE2EDF94 /* FIRInteropEventNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 41EC5930B8C1892BEE85D9814875D011 /* FIRInteropEventNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A1A65D98AE976414B1836BB50BCB632 /* Synchronized.h in Headers */ = {isa = PBXBuildFile; fileRef = 8256CFC27BC64125A30CFF60C0DA83CC /* Synchronized.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A393659EBC8540D643BF6834002B5D0 /* FIRCLSApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = CD2A30BCF21519B7BA9A5F310C93B04B /* FIRCLSApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A741897B7B13B1BA7152F1C1F9C59EC /* RNGestureHandlerButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 87EED5D49E9CDECA9147E519F94CF95A /* RNGestureHandlerButton.m */; }; - 5A9299BC657C6780109E101A8C0B5F5B /* REAParamNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 22F0EDDC1AC1AD30F5556855161B8633 /* REAParamNode.m */; }; - 5A9453A36DD2BB540D92829A0ECCAD65 /* TestObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E90692F05B774143CAEF5069161DBC2 /* TestObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A97CE7836D771F89F0CD5321781CC88 /* CustomizationPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 67E330CDB08073CD5F0DAFAE166A2FC7 /* CustomizationPoint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5AA4BA09C6FB51A2B407491DA663107C /* UMUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F7B2E06998332BE3FFD795BF566A4286 /* UMUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5AB14ABE1AA23ED14A2EFA67A7FD7349 /* RCTSettingsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F9390BDC6C889005CAF04C4ED51897D3 /* RCTSettingsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 593EF2505647C864AB0382709F612330 /* RNCAssetsLibraryRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 5956DFE371CCFFBC27917B3263F7B443 /* RNCAssetsLibraryRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 597FE2C24B558EAE467990DDAA424325 /* RNDeviceInfo-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D385AE5F45BBFBDA4BB9A0FCAE85977 /* RNDeviceInfo-dummy.m */; }; + 598932F943B3A990AB137376BA25DD05 /* LifoSem.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FCC93C9803F64F0C0FE7F03BFE4A55B /* LifoSem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 59DDE51E06D89D01F992DF6DF5534A6F /* DistributedMutexSpecializations.h in Headers */ = {isa = PBXBuildFile; fileRef = 144166EAFBE39D3603FA5CDBC62325FA /* DistributedMutexSpecializations.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 59EBC93ADCBFCA9F0540BBABAA2B1386 /* RNDateTimePicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 59FBE856E9213967CB134BD062A0B995 /* RNDateTimePicker-dummy.m */; }; + 59F53C7E38D885A1EF74A0FACD20E817 /* CacheLocality.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 79A1BDF33A0DF9405EF2566151D61261 /* CacheLocality.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 5A15C293F8C60A733F1E6C82A1EE19B6 /* Payload.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BB47EDF57E9361B1F43D8EADB3FDAD15 /* Payload.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 5A28B7C467441538EF20B02F08B1CBFD /* GULNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = CB2BADB97801039FDB7ECF5877B45D82 /* GULNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A3B01EF4602391E5A04403FF71730EE /* FBLPromise+Retry.m in Sources */ = {isa = PBXBuildFile; fileRef = EF1D883E483F563A9F4535EBD2E361AF /* FBLPromise+Retry.m */; }; + 5A741897B7B13B1BA7152F1C1F9C59EC /* RNGestureHandlerButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 95C358C9E476857268060EBFFD426C86 /* RNGestureHandlerButton.m */; }; + 5A77666ABFC6CBE9F22B1BDFAFC0959F /* GULAppEnvironmentUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = FD83A6388F4FE63CA6DA9E4046756797 /* GULAppEnvironmentUtil.m */; }; + 5A9299BC657C6780109E101A8C0B5F5B /* REAParamNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 99090B494D29ABBA1BD0C98E09B2B767 /* REAParamNode.m */; }; + 5AA4BA09C6FB51A2B407491DA663107C /* UMUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B50989E80497512B7152EDECDDD528 /* UMUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AB14ABE1AA23ED14A2EFA67A7FD7349 /* RCTSettingsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C3AAB40D0C5122B9D6B4852186CF60C2 /* RCTSettingsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5AB3B61A4C4F42AA53A9A921D6B6BC7F /* SKScrollViewDescriptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 9247C7A8FAB5D4901935A3053ECE7C1E /* SKScrollViewDescriptor.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 5AB615B013B2F055DF125220C103A21E /* RangeCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 9388C1C21EF6DEECFEB06DA212C39122 /* RangeCommon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5AB743C39DD67010BEA7C6EC37ABC235 /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = D1B8432914A42AEDB1B6F124CC12E830 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5AB83241EEF04A1D555AB0079654EFB0 /* Unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 13CD241B5E36B9DCE7C5A93B7F1A9E9A /* Unicode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5AC16E639A6F1CF09260BA3E62B6CE37 /* RCTAppearance.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7C70EA35AD8CDA3CF11E6D20788F213F /* RCTAppearance.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 5AD2941FDC49F5245D9376F9E5AC0044 /* RCTUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CF42FF7B2EBC06C1B82D50DAE22336D /* RCTUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5ADB30B0072BAA0C569F132FCBAF04B4 /* RCTPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = D22E75D64199FCA2AE1C7333138342A7 /* RCTPackagerConnection.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5AF92E3D34F1AD92B8AB4425A1B36CFA /* Function.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A7B47DE6FB5556DBCC9109F3A598A05 /* Function.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B17C07022BB8181DA586246F4E32483 /* RNSScreenContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = E3CEA8AFB270C075A75AC1B2DCF05C2B /* RNSScreenContainer.m */; }; - 5B202501EDA7C90A901375D43445C914 /* FIRCoreDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A75E757BEF2844969C0E4EA4B7B8A74 /* FIRCoreDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B2104811D5D66EAFC22CFF42EA1CBD2 /* FIRCLSReportAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E109B1431C976080FCB144DF5B3CC44 /* FIRCLSReportAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B2C9C3506DE3467707BFFF9237E2961 /* MallocImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 4771E5BABF4D1510211AF5CEFD35C967 /* MallocImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B3B7FBCB8EEEB1AEA3B886F57650661 /* IOObjectCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 75C54F4BD4A8E740A1E6E8923E574ED3 /* IOObjectCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B584DD7E7363640B56C6F2F8BC8A3D9 /* ErrorCode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D8B158F2B091259E488FECAAD82F1F5E /* ErrorCode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 5B841DF4EE231DA8919A8EAB8024C0FE /* FIRCLSdSYM.h in Headers */ = {isa = PBXBuildFile; fileRef = ED993629E29E211AE8B3C71C50F1033B /* FIRCLSdSYM.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AB743C39DD67010BEA7C6EC37ABC235 /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = E7B65584DEF65AA87721CD32FD894663 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AC16E639A6F1CF09260BA3E62B6CE37 /* RCTAppearance.mm in Sources */ = {isa = PBXBuildFile; fileRef = EDA059C8D0C08F0EDF72D6845373DFBF /* RCTAppearance.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 5ACA348068FF3CA5F650B353D1C0A47D /* ScheduledSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 9683485DD8F0BEB47BB9E40938D3C9D0 /* ScheduledSubscriber.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AD2941FDC49F5245D9376F9E5AC0044 /* RCTUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C48B4974778E75246AD82186BF063C4 /* RCTUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5ADB30B0072BAA0C569F132FCBAF04B4 /* RCTPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = B9C80626BE820D0E016F060FDFB812DA /* RCTPackagerConnection.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5B17C07022BB8181DA586246F4E32483 /* RNSScreenContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 9657D1E397B1F7BA25435BCFB99BA4CE /* RNSScreenContainer.m */; }; + 5BA39EEE88E969F83864A4B436B1AFF3 /* FIRStackFrame_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DA2987C15726CA925D4C3195CBE80D8 /* FIRStackFrame_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5BA6BE66A8F85520012434BB56953B56 /* FIRCLSSettingsOnboardingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 867ACB56D848877F90EF67F16D1BCC7C /* FIRCLSSettingsOnboardingManager.m */; }; 5BAA622E4ABFC64D9B62D9A8E5D90B7F /* rescaler_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 096C07C46041D253F0260EFD31015016 /* rescaler_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 5BAA998906B84FCAA6ED30576AEE61C3 /* glog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2450F579CD8D878D25C509E688505ED8 /* glog-dummy.m */; }; - 5BB200875C5A48E5ED47B5EBB200C595 /* FBLPromiseError.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5EAE365EDCD043514FEE6972EC31AA /* FBLPromiseError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5BE6A1FCFA61602F65CE8B0B42522D77 /* BSG_KSMach.c in Sources */ = {isa = PBXBuildFile; fileRef = 346B6F904D7B151C306D6D111F2FF3AC /* BSG_KSMach.c */; }; + 5BD3AE01AF86C7EC55FD162CB1EA14C8 /* ThreadPoolExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 51328D2109FF04C8F3FCC4CBEFB52BC5 /* ThreadPoolExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 5BE6A1FCFA61602F65CE8B0B42522D77 /* BSG_KSMach.c in Sources */ = {isa = PBXBuildFile; fileRef = 8740C14F2F57CC07111098E122241CE2 /* BSG_KSMach.c */; }; 5BF1D916DB535D1898096674832F3C80 /* alpha_processing_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 3447678C17782CEF55E001D70F451781 /* alpha_processing_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 5BF28CE2DBE9C347DF6940C3757A0B2A /* RequestResponseRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 607AB916C717A51003196F1DC5580FA6 /* RequestResponseRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5BF82DC3638FD03C13ABF0EE0429BA4F /* EXConstants-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 85377F31B72D491022867C559C1CB709 /* EXConstants-dummy.m */; }; - 5C1165264DD72E16E1C64F6DC9746266 /* RCTRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EFE2BCED3FF1035557A386874408A0A /* RCTRootView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5C2C3B5B4DEF84A285C50AE360C41F15 /* IPAddressV4.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 166BD3AA6CAA2CCC0AB660F2BD9ABF51 /* IPAddressV4.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 5C33B0907D8C037765F6289C00AEBB23 /* IOBuf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 120A68F88C5C315AE30D7C59E4AB7582 /* IOBuf.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 5C4E76845D343CA10A65FB4CD3F161BE /* RNCAppearance.h in Headers */ = {isa = PBXBuildFile; fileRef = 03077FEF0686D9678621F3F741946193 /* RNCAppearance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5C5CD3E890B9F7047B86713585C1B6BA /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 30AAE515220085A51074FB6B5057AAAF /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5BF82DC3638FD03C13ABF0EE0429BA4F /* EXConstants-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BFA7F279FB92FB35BDE6B83AFF944E2C /* EXConstants-dummy.m */; }; + 5C1165264DD72E16E1C64F6DC9746266 /* RCTRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = F17C4194B1A43E875EA204400DCCB452 /* RCTRootView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5C1BF6C712A517436D42DA25639A21A4 /* RNVectorIconsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 575A6B272A7DE9656C90B10A6F6C34DB /* RNVectorIconsManager.m */; }; + 5C4E76845D343CA10A65FB4CD3F161BE /* RNCAppearance.h in Headers */ = {isa = PBXBuildFile; fileRef = 20B496831B747470C665DEB570F2721E /* RNCAppearance.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5C5EF08FE2DDABE0D6B53657AD8C1F18 /* TOActivityCroppedImageProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = FA0FEA8E607E301D5F2373D7D4D6A299 /* TOActivityCroppedImageProvider.m */; }; - 5C6140BE1540F140EF3F2C3A42A714AC /* FIRCLSSymbolResolver.h in Headers */ = {isa = PBXBuildFile; fileRef = 11EC576DB5495B159AAABD36581CE700 /* FIRCLSSymbolResolver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5C77A5BEFEA279C8E7D6632403A14B7D /* CodedOutputData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0E2428CEA407DD266A033FC1F5231372 /* CodedOutputData.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 5CA581817E8C0B33FF4E56320738F1F2 /* NSData+EXFileSystem.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F3EE8AE636321E9D4655B2BEACB9728 /* NSData+EXFileSystem.m */; }; - 5CD04D0B0E9105017302A21B6C238BE4 /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = C3CAAF47AC03AF1B13FFA980EFB1CE2E /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5CD19257CFA01CC2269ED45A89C2014E /* MicroSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AD33D82B3E5E94C3A896176AF64608F /* MicroSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5CE4F8D510DF7BD8435938136EB60008 /* FIRCLSMachOSlice.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B885D77DC28404FB4C9B172DEF84857 /* FIRCLSMachOSlice.m */; }; - 5CF0A561E7B3D5C93CE72D707B185BC2 /* CxxNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B7C15B57EA8189CBA05AE26BEFA5600 /* CxxNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5CFE76AF80668610AA21C0F24A042A78 /* GULReachabilityChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = 5732A5ECEBCEE4A462DCAE8927ED197E /* GULReachabilityChecker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D1EABB076B0608332F1A2E988E33B9B /* UMReactFontManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D5BC5A1117AE1CC89B1F6CE37FA3DB93 /* UMReactFontManager.m */; }; - 5D3D72CFA14EF10AD3AEAB0772FAD6B8 /* FIRAValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 059C584615D0AC1A97DA10A01C10720D /* FIRAValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5C66571FCF2922FF506249F786F7C2B3 /* FBLPromise+Any.m in Sources */ = {isa = PBXBuildFile; fileRef = F1CEC8454C926A51B469E5DF6DE7062B /* FBLPromise+Any.m */; }; + 5CA581817E8C0B33FF4E56320738F1F2 /* NSData+EXFileSystem.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A1F54C777C1D17D6ED6F35103B2EA77 /* NSData+EXFileSystem.m */; }; + 5CD04D0B0E9105017302A21B6C238BE4 /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = BCC134039F247A8AA98A4ED0395DB4DC /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5CD371AFB7CB4B1F243DC3BC0275D1D7 /* ConcurrentSkipList-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E0634A773BB2B5B361457F9AA4A4D5E /* ConcurrentSkipList-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5CF0A561E7B3D5C93CE72D707B185BC2 /* CxxNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 268CE4350D3B4A4DF5951A88F1106DFB /* CxxNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D1EABB076B0608332F1A2E988E33B9B /* UMReactFontManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F8CD2D78D6537177AE3BBD623C45E256 /* UMReactFontManager.m */; }; + 5D2BD57DF6AF3001B41228304682B802 /* IOThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 227924F2CFBBB2B87602C8A1971FF900 /* IOThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5D3EAA71E6F4A01549C457AB0155093D /* random_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = BB41E7DC024DEA7173626E2349DA6AEA /* random_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 5D7A40A905AFA41F6DCEE2FC12BD30D2 /* UMModuleRegistryConsumer.h in Headers */ = {isa = PBXBuildFile; fileRef = 50A238E54439A97124948140D36137BB /* UMModuleRegistryConsumer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D83E4D190DFB7D1C10BAC5183CB7D64 /* RNCSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BA5B665E069B481C562627BE40E6125 /* RNCSafeAreaViewManager.m */; }; - 5D89A499D452D8AB33F485B13E1BB663 /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 342512805C1A125FEE18047F913F6FD0 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D8E3A78DEA434C6BDA5D6E8A30E6847 /* EXAppleAuthenticationButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D49E0D43DDBBC0D27282E37D5CB6576 /* EXAppleAuthenticationButton.m */; }; + 5D7A40A905AFA41F6DCEE2FC12BD30D2 /* UMModuleRegistryConsumer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5584B854AE8F6469354BD07E170CBBFB /* UMModuleRegistryConsumer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D84359FDD8020DE11B828BDDC740694 /* FrameProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FDA28519DD3F0AD4D98F9F787A6904C /* FrameProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D89A499D452D8AB33F485B13E1BB663 /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A924364FE1D4408C293325EB3A358A4 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D8E3A78DEA434C6BDA5D6E8A30E6847 /* EXAppleAuthenticationButton.m in Sources */ = {isa = PBXBuildFile; fileRef = E0FD1386231D308B387A5083625852B9 /* EXAppleAuthenticationButton.m */; }; + 5D8EF02BD345B4FC3816EB1C198823CC /* Poly.h in Headers */ = {isa = PBXBuildFile; fileRef = D373B58AE7BA9034824618FB7A2E312E /* Poly.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5DA0F2884A4ACC574F764628C52B8021 /* mux.h in Headers */ = {isa = PBXBuildFile; fileRef = 69DDE0B4682903AF1E6DFDE7F551A0DB /* mux.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5DA5627E4F8F565E05E7F437DD9415F0 /* SingletonStackTrace.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A1BB08A0560C4E5A114B94C7F8978196 /* SingletonStackTrace.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 5DB10ACCAE6C4AABBB12FEB9A3CBCBFC /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4AD8238B579C5F6AE9EBA7440CCA788C /* fixed-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; 5DB32EE44BFB2210C63FB98CA2EAE4C5 /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = E921F8971FFF3A1336E901D32E523E10 /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5DB93D4A74BED2AA6204E8E51AF35A5B /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = EEE1ACE1C3A74E7882B72B062BB9C20F /* SDWebImageError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5DBC4FBA57AB23FBB67523B2BF025EDF /* DynamicParser.h in Headers */ = {isa = PBXBuildFile; fileRef = E53C8C998DF0E97815AC0901993D3741 /* DynamicParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5DC42038A463CA5D6C7F7750F3953995 /* BugsnagSessionTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 57F0E47BFE999ABE114386B957E8A80E /* BugsnagSessionTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5DC78EB4B13C27B6855FBFB7CEF87DD1 /* JSONSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = E03D2077A6AB041E630A71B03504F20C /* JSONSchema.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5DE879066264922244BEEE7C2EF43D32 /* Poly.h in Headers */ = {isa = PBXBuildFile; fileRef = D373B58AE7BA9034824618FB7A2E312E /* Poly.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5DBBA2DF292B255EEE1C7B7D0AEAE2E4 /* GDTCORRegistrar_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A2BC0E43F585DCF9FF442F0395D11AF5 /* GDTCORRegistrar_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5DC42038A463CA5D6C7F7750F3953995 /* BugsnagSessionTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = C28AC0140929CEA0609A6EA15CF44008 /* BugsnagSessionTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5DF7BD0C2D0FDDBD3043A30CDDB1A6F3 /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = D99C99810BDD22C9EE2F42464C4A8B04 /* SDImageAPNGCoder.m */; }; - 5DFBDC71A008114DFD3C72B90D33F55E /* React-RCTLinking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 572AE574D6BE9C0DBB2FB58BB3A808E0 /* React-RCTLinking-dummy.m */; }; - 5E13423D3A7FA867892C579043415154 /* SaturatingSemaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BAF1443AFFFE849AC332F65CBCB189B /* SaturatingSemaphore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E2744C18EE0B78FE206AC53D98BC7F1 /* BSG_KSMachApple.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E856ABC8D8851441E31927B0E15F848 /* BSG_KSMachApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E2A8AC96FA3E36130CDCB2E530C00A8 /* F14MapFallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E0DC02D2CBB4E83810E20904F4A94A9 /* F14MapFallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E42E30EA224A55CD037A16A3F4E0264 /* ReentrantAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = D110FFBE59C0123CEF10E41666AF2435 /* ReentrantAllocator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E5E51EC7DA2BB60F19F7B5C3900D1F1 /* RCTAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 09509A5FCC62EF4A989E868E79B258C4 /* RCTAnimatedImage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 5E6097686446F6586438A8F738D3A7D6 /* RCTTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2288F7C01DBB2A1AF6AC4119AC1AD295 /* RCTTouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5DFBDC71A008114DFD3C72B90D33F55E /* React-RCTLinking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 176536175921F595772994F329CF39A1 /* React-RCTLinking-dummy.m */; }; + 5E2744C18EE0B78FE206AC53D98BC7F1 /* BSG_KSMachApple.h in Headers */ = {isa = PBXBuildFile; fileRef = 3215807BEEB9DAD7B0474676654BD1F8 /* BSG_KSMachApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E2BE91CC31B546CA05E13E09E90FF9B /* Hash.h in Headers */ = {isa = PBXBuildFile; fileRef = C7B1E62019E8AEFE0A53EF1A23A302A3 /* Hash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E5E51EC7DA2BB60F19F7B5C3900D1F1 /* RCTAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = B066DDF192303ACD9CB7C9DDA0DB9BB7 /* RCTAnimatedImage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 5E6097686446F6586438A8F738D3A7D6 /* RCTTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = ED31B614152D4C110D18D15D337884D7 /* RCTTouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5E73D67B04047116F98E9E4F2560DC20 /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = DFFCDF86404690B14F2A818D6A05AF31 /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E7F6EE7EE3B74ABD26898BB3969654B /* UMExportedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FD3692921DE1167D5624A42D3089C23 /* UMExportedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E88D984516A6758BC65320A5144CE41 /* RCTMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 196364F05AC5F5C49EAF2471D15E4A77 /* RCTMaskedViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5E890A65624ACC983E0F0ABF665A1607 /* LNInterpolable.m in Sources */ = {isa = PBXBuildFile; fileRef = 108A9F55F9A01956ADF7C3BCC27D7567 /* LNInterpolable.m */; }; - 5E8F17796B17F546DBEFF101502550DA /* EXWebBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D0124A8B3C39ACB63D9FF52E1C0D2E81 /* EXWebBrowser-dummy.m */; }; - 5E9CDB6AB4B43366569AD6341E339A31 /* FIRInstallationsStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 949FCAA1C40C1CAD7736386449E3DE02 /* FIRInstallationsStatus.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5ECFAEB0D811F5F3FEB2E0FE2C10CF05 /* EXAppleAuthenticationButtonViewManagers.m in Sources */ = {isa = PBXBuildFile; fileRef = 43569585D898326F13E05425D78F1B28 /* EXAppleAuthenticationButtonViewManagers.m */; }; - 5EF041DD75E13610D0618BBDF0481D9C /* RNRootViewGestureRecognizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D184A6F65C90BE0CE568AC1F4363B08 /* RNRootViewGestureRecognizer.m */; }; - 5EF6389C72EBD546E55E9DAC2661EAD1 /* QueuedImmediateExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A3134B9954D27BB17E8D00039F3C165 /* QueuedImmediateExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F13309B2A267BCBB46EFB21D0669783 /* SharedProxyCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D85B3A1036C1D8E8D3B74D8792ECBFD /* SharedProxyCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F342C5E5ADF3C33666E63C41DC64780 /* GULKeychainUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 91F1B0EBFE87C325A5AAB9C3A107E1AB /* GULKeychainUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F352AC09521B86E73CB59AE05822FED /* REAOperatorNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CCC4EA73679DA02656450FF7E2161A4 /* REAOperatorNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F48F3262405588709AB9F020DAD1423 /* decorator.h in Headers */ = {isa = PBXBuildFile; fileRef = 14ADE25D8B9F56EBF4594AD292A652A8 /* decorator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E7F6EE7EE3B74ABD26898BB3969654B /* UMExportedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = B5DD166F71A834E423B429AF84345863 /* UMExportedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E88D984516A6758BC65320A5144CE41 /* RCTMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CCB3C267F8BF136BE0E86C683F7377D /* RCTMaskedViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5E890A65624ACC983E0F0ABF665A1607 /* LNInterpolable.m in Sources */ = {isa = PBXBuildFile; fileRef = DA9EAA29B7BB35FAB2FA7C1BEABF9808 /* LNInterpolable.m */; }; + 5E8C63B9596B30349E37C6A46EC36920 /* GoogleDataTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AC75328B863B1EE0AA4D64AEE291072 /* GoogleDataTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E8F17796B17F546DBEFF101502550DA /* EXWebBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B988CD58F53196855229737C1A67D9D5 /* EXWebBrowser-dummy.m */; }; + 5ECFAEB0D811F5F3FEB2E0FE2C10CF05 /* EXAppleAuthenticationButtonViewManagers.m in Sources */ = {isa = PBXBuildFile; fileRef = E11703CE14044F70D5A537BC6B0AB8BE /* EXAppleAuthenticationButtonViewManagers.m */; }; + 5EF041DD75E13610D0618BBDF0481D9C /* RNRootViewGestureRecognizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 808A2C44E8C728F60CEAF5F44BA8D3AD /* RNRootViewGestureRecognizer.m */; }; + 5F13309B2A267BCBB46EFB21D0669783 /* SharedProxyCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 945246CEFE5ACDCE05C0F08ED70CB3DC /* SharedProxyCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F26D9FED3E7EDE39A69830E54ED4291 /* RNCAsyncStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = CD7DE1FEAA8A955F1E9575B575193290 /* RNCAsyncStorage.m */; }; + 5F352AC09521B86E73CB59AE05822FED /* REAOperatorNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E699E40B13FAFDFC18B5249444096EA /* REAOperatorNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F48F3262405588709AB9F020DAD1423 /* decorator.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CBB7394104549553638DD49E110C941 /* decorator.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5F4DABCF59088EC74586C43C8B4CB03F /* FlipperConnectionManagerImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B7BA02089E700F7576047F3C314F8B53 /* FlipperConnectionManagerImpl.cpp */; settings = {COMPILER_FLAGS = "-DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -Wall\n -std=c++14\n -Wno-global-constructors"; }; }; - 5F5905F965D93630347F01A319FBF19E /* ExceptionWrapper-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C3397862E1CA92C490EFE462C69C3E6 /* ExceptionWrapper-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F71F4213C9798A2DD351B70C2502BB7 /* FIRCLSDwarfUnwindRegisters.h in Headers */ = {isa = PBXBuildFile; fileRef = C923A3AD8B2C26416239292029D4C657 /* FIRCLSDwarfUnwindRegisters.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F73B57E05B5F97EB562800E4B7C7B9D /* CPUThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 302B2D7B832D36B91C0FC19F8442A977 /* CPUThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F747038368DD837190F55B577D673DD /* Memory.h in Headers */ = {isa = PBXBuildFile; fileRef = 52CC96E6451AD75A33760E37D04A7962 /* Memory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5F760D41A1FD33166A8A5B8FA86DB231 /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 13E51C441BA6D4BDCE3C7476E0703319 /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F99DAEF557AE97BD84A37E24F9DADB4 /* RCTShadowView+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = C523363D27B74F9A78CE3659208CFF5B /* RCTShadowView+Internal.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5FBBD0BF1FE92C8C7FB6E26F99BE94E5 /* BSG_KSCrashState.h in Headers */ = {isa = PBXBuildFile; fileRef = 40D33D2546013B9EAE647569F13DD7D5 /* BSG_KSCrashState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5FC1A47E969AA94A7BCCEB38C8B198ED /* YGStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DFDD8BE3D6FA694A8F0D97824C471EF /* YGStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5FE471218D8F0BB8CC9A398122D9FD45 /* BSG_KSMach_x86_64.c in Sources */ = {isa = PBXBuildFile; fileRef = 75718D880731ABF38145370C0B66CD20 /* BSG_KSMach_x86_64.c */; }; + 5F99DAEF557AE97BD84A37E24F9DADB4 /* RCTShadowView+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = 995B84FAE2CCC5B61D3FD2850BE544BD /* RCTShadowView+Internal.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5FBB6B3DF26674FEBDA876BD01152F60 /* FirebaseCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BF20AEE9629FF57E3DBA1374DF5158B /* FirebaseCore-dummy.m */; }; + 5FBBD0BF1FE92C8C7FB6E26F99BE94E5 /* BSG_KSCrashState.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CDFF8481325A876B93E5B482FB60B09 /* BSG_KSCrashState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5FC1A47E969AA94A7BCCEB38C8B198ED /* YGStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 861B27C3936BA907E18660A68F0EB0FA /* YGStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5FE471218D8F0BB8CC9A398122D9FD45 /* BSG_KSMach_x86_64.c in Sources */ = {isa = PBXBuildFile; fileRef = E0D71E2AEBE9BC83CDCC013D9129718F /* BSG_KSMach_x86_64.c */; }; + 5FE547005F737373C13EED355B4C56E8 /* File-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 62825E089B77010CEDD1245EBC1CBEF4 /* File-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5FE9E888E488BF843FABA9C9EAB3F2CE /* Time.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C1515D750DAA8DC9CEC19011F6EDB20 /* Time.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5FF2427F34560BB1B36AF262A680A7DD /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7C96CA92EFFD074E9210FEF16FD4651 /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 5FF5F40E78B6DD5E6CF41E054DF305C7 /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = DD0F1854881020E095123417275F3735 /* SDImageCachesManagerOperation.m */; }; - 5FFB377F7BAE409945CB4ECB572B8C83 /* RCTUtilsUIOverride.m in Sources */ = {isa = PBXBuildFile; fileRef = 8FC1AC7213C4EDF9C891DB73A3F26545 /* RCTUtilsUIOverride.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5FFB377F7BAE409945CB4ECB572B8C83 /* RCTUtilsUIOverride.m in Sources */ = {isa = PBXBuildFile; fileRef = 20761182073E23D3650FE3E7868253F4 /* RCTUtilsUIOverride.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 60000F0659938DF3F1CA5A24BA5FEBDB /* vp8i_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = CB50A81FDAF07016023B6C4D1EB650F7 /* vp8i_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 600DF1537957C342726F5ACD59BA2281 /* GLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 54AD4B9E2276D86FA4B0EC49AB66BE7E /* GLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 603BC0D657B3BB85EA44436582E5A60C /* RCTViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 68CB6B19910E7EAC6B3A634FCC579393 /* RCTViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 604CC2729DD8AB8B7ED8CC3C2368BF1E /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = D2E76BF7E23D9FFD65921C1FD67AD917 /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 606A92DCF49712A4C02E7FDB4CCFA180 /* QuotientMultiSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CA1CAEDFAE68FE24A7A7080778B535C /* QuotientMultiSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 608FBDBD3094B7E3F913B85929E9E91A /* BugsnagUser.h in Headers */ = {isa = PBXBuildFile; fileRef = AD0A2428496250C2EDB58420F529E6FD /* BugsnagUser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 60B29E26408F734EB1B79A422DA490D2 /* ConnectionSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B57B58BACED4289D53701C37E8E45618 /* ConnectionSet.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 60B61EBA4A7B3666C80C45FF8843447A /* RCTMultipartStreamReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 19E4A5F3E8205DD2D3B194B29C0FB96D /* RCTMultipartStreamReader.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 600984407593CAE4123B5B98F2F63F89 /* ConcurrentSkipList.h in Headers */ = {isa = PBXBuildFile; fileRef = B857025220ECC7CA074BF255C1604751 /* ConcurrentSkipList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6019C19FFA36AAF453410F89F4FEE0B9 /* STTimerFDTimeoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FB047E69250FDDC997C42CAB4F469C0 /* STTimerFDTimeoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 603337370B542B227858BCA1D1422D5C /* SSLErrors.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9A55E4CCC0855A699918175C1A0B19 /* SSLErrors.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 6038F065D32A8F8CFF13EEDC3402E3A7 /* ScopedEventBaseThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C8FA78232A1AB6CE33837E26D172390 /* ScopedEventBaseThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 603BC0D657B3BB85EA44436582E5A60C /* RCTViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C6B923D31B74BDA5286743872C9FEEA /* RCTViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 60496583A5C28DF86368AB0134028763 /* UniqueInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61B64956614FEA28C8B529B2F5CBEB59 /* UniqueInstance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 608F2DCFDBC81E3AB3039104DEE0601A /* MMKVLog.h in Headers */ = {isa = PBXBuildFile; fileRef = E86822AF24365F319FE30D04FDEDAC2F /* MMKVLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 608FBDBD3094B7E3F913B85929E9E91A /* BugsnagUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 90BAFD9E5CB55BDC218F6DBF3D6BF619 /* BugsnagUser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 608FD3C08394ED233BC6A43B300F84A0 /* MMKV.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9ACA613FA2E732C0F91F7A91191D77AB /* MMKV.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 60A005CDECFB802E4FE2BC623E72763F /* AtomicUtil-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = AB7245FDAFA76C959A399AD1A91963AD /* AtomicUtil-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 60A91ED6863380CE90D0BC0348E05C0D /* FIRCLSNetworkResponseHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 134B595262E2B2DC2CE3B66C203EBD88 /* FIRCLSNetworkResponseHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 60B61EBA4A7B3666C80C45FF8843447A /* RCTMultipartStreamReader.m in Sources */ = {isa = PBXBuildFile; fileRef = C99314A9107DD8148B765FBEDAFE75BA /* RCTMultipartStreamReader.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 60DCF8B0079F0EFF5A596F9B97D727D2 /* lossless_enc_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 98A833216C7A724A688CF71D22E6FA8C /* lossless_enc_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 60FB3431064BCC00DD0CA616AAC8FBB7 /* RCTCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = DF9FED91B4C40F70D892FBFF688F75DF /* RCTCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6108B0710A4E7AD7B388E895F06B0C74 /* RNFBApp-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E690923D30039DDCB783CEC621BE623D /* RNFBApp-dummy.m */; }; - 611AC55841BF9DBFAB101CBFFC279B18 /* GULKeychainUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E9AF4946C813470571E7F70196972FD /* GULKeychainUtils.m */; }; + 60FB3431064BCC00DD0CA616AAC8FBB7 /* RCTCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BA05F55B989FF710AE258AFDEE5988E /* RCTCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6108B0710A4E7AD7B388E895F06B0C74 /* RNFBApp-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C9711548EF21004BAFFFBCFFBBE553BA /* RNFBApp-dummy.m */; }; 611BBCB22BC5D48F36738E316A62DD72 /* SDAssociatedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D25D5A50E9D0DD9A828996A4D2502A3 /* SDAssociatedObject.m */; }; 611F558A88A67FF7792F724E5F594298 /* fr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = CB45785B393FC63226D62B32145ECE79 /* fr.lproj */; }; - 611F85A3E89147C63680D783AC64A09E /* FrameSerializer_v1_0.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E4A3B454CC0D59A901D453A216E10A0 /* FrameSerializer_v1_0.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6124455E1E8B64F1070B1281D77C95C1 /* Stdio.h in Headers */ = {isa = PBXBuildFile; fileRef = 78E383F75A1316536FD489207552C079 /* Stdio.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61523070E83119B31608AC25A9EFE3C6 /* FIRInstallationsIIDTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = A204F3EC30348CBC8DD4956D7DC86DA6 /* FIRInstallationsIIDTokenStore.m */; }; - 6160C4E73DEA8DAFF0468933D7B8E104 /* DynamicParser-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 984DEB675CC05B7ED11F153E250DC2DC /* DynamicParser-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 61258C6823BC2997EB07C3CD0315081F /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = 8701553180267703D4EF14A32216C450 /* bignum.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6150AA6509B13915F6E54F15BA7484FF /* FIRCLSURLSession_PrivateMethods.h in Headers */ = {isa = PBXBuildFile; fileRef = 007085FF1891559D5CBC799FF18BA599 /* FIRCLSURLSession_PrivateMethods.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6174F6F3E3A163F2D1B0946070992168 /* FlipperClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 992FD1C9C6068B939633B419103E9660 /* FlipperClient.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 617676470AA9F9716121D821FAB43BA7 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 251399F4F19CF72905E528830E3DAAB1 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6180BF7F8586159C11056E9DC8A835E4 /* FBLPromise+Race.h in Headers */ = {isa = PBXBuildFile; fileRef = 094F5EDAB5CCCE4C29647C4ECD85275D /* FBLPromise+Race.h */; settings = {ATTRIBUTES = (Project, ); }; }; 618E7AEF02E573C84CE04A368EAFC7F7 /* FlipperResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EECE18D8A08691D02B4518B3D21AEF0 /* FlipperResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61903100839950E79E4F154D48535629 /* REAEventNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B36C9CF578A3845E41A4D998D58D1351 /* REAEventNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61FAB8019A8CB19BAD1B25A6896C3A82 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 503E67DAE1DFF0C92FC7712F09ECD834 /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61FC86BAB3F7E066FF14F7518F8CA93D /* RNFetchBlobRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CAD02EDD67B7BDC82E8CCB7C7DE9F1E /* RNFetchBlobRequest.m */; }; - 6208B747EB7E443BDA69445E6B075A19 /* RNFetchBlobFS.h in Headers */ = {isa = PBXBuildFile; fileRef = 455CEBDE0FEEBF5D10E04FAED9A27356 /* RNFetchBlobFS.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6218C08B2CACD649A6C625A62BDFDB8A /* RNFBMeta.m in Sources */ = {isa = PBXBuildFile; fileRef = 41CB53DD8DAC4BF0EDAF296CAA1A58E1 /* RNFBMeta.m */; }; + 61903100839950E79E4F154D48535629 /* REAEventNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B0C856099C6B4C0288C50C7A0354376 /* REAEventNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 61AD287FC184AAA51EE8A0FBAD58DB05 /* FIRCLSRecordApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E4D461AC4A5D3B90EDE62CD68FE7209 /* FIRCLSRecordApplication.m */; }; + 61D711722811BCDE4D3B2248CBC248A3 /* RNVectorIconsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6177E489BCF343D6A1ACA22EE8A9BD44 /* RNVectorIconsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 61DD63094FAC5774D23AC3BE10E8D48E /* Fingerprint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D1AACE60F657EA83B0E85E8329BADCA6 /* Fingerprint.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 61F360BB74C47E4DD49F16BA54CCB623 /* FIRCLSInstallIdentifierModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 859A01DB9BD91E8691E025D3259F4357 /* FIRCLSInstallIdentifierModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 61FAB8019A8CB19BAD1B25A6896C3A82 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = B34F5C86B6A3E71BE142CB494B7F79AD /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 61FC86BAB3F7E066FF14F7518F8CA93D /* RNFetchBlobRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 474CA0F59A4B9C310FFF495EDB5C7D06 /* RNFetchBlobRequest.m */; }; + 6208B747EB7E443BDA69445E6B075A19 /* RNFetchBlobFS.h in Headers */ = {isa = PBXBuildFile; fileRef = 029B46A552B0D258E1CC3D1109C87E1D /* RNFetchBlobFS.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6218C08B2CACD649A6C625A62BDFDB8A /* RNFBMeta.m in Sources */ = {isa = PBXBuildFile; fileRef = B1B166C24A44A16E0A20B31FAC0952ED /* RNFBMeta.m */; }; + 6219CB67BF47591198801A5475AC9810 /* FIRCLSDownloadAndSaveSettingsOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 6831653DFA5D395950540CB4B14BEBED /* FIRCLSDownloadAndSaveSettingsOperation.m */; }; 62292F760209B429D1E8F461D301046C /* SDWebImageOptionsProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 106D0A6DACBEAE77CCC59193A3D4B2B7 /* SDWebImageOptionsProcessor.m */; }; - 622E2F4AACA55DF8F6A5E48C3D5BDF6F /* BSG_KSCrashSentry_Signal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A1C622790C451A10BF2B8E0251B47D9 /* BSG_KSCrashSentry_Signal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 62336B537734DCB6FAAF1F2D0842749C /* RCTFrameAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = CD070A7C19C13E5CE29FF2E659084124 /* RCTFrameAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 6251E32809F84C0C181F83C267237A29 /* RCTRsaUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = FB8773509BE907716903E4E34A0B40F9 /* RCTRsaUtils.m */; }; - 625C79F2F1EAB08046841844DF3BE32E /* REANodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E56BCD93B7A21D178D0E132CEC8DDAF1 /* REANodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6276C1D45333F0354F055E832851A6EA /* CoreModulesPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = B7923A8B4FEB4F06CC933801688EC592 /* CoreModulesPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 62E7088038382BEF6327FD627025C0C4 /* BSG_KSCrashDoctor.m in Sources */ = {isa = PBXBuildFile; fileRef = EEC64268726FE723B004B08332370841 /* BSG_KSCrashDoctor.m */; }; - 63298B40F20104FC15C8B9B923C51C95 /* FIRInstallationsSingleOperationPromiseCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 97DFB4A27CD0E547DA4548C135FBCA5F /* FIRInstallationsSingleOperationPromiseCache.m */; }; - 63494BF770CFC40D53E444DC3407EB45 /* FIRCLSBinaryImage.h in Headers */ = {isa = PBXBuildFile; fileRef = FCB3FDD736260458FF91AF2C648A0C74 /* FIRCLSBinaryImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 634C43849254A01082229AFB8F3D2F4E /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DE2FCAA1B424D6F77BB338866FA3E99 /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 634E6E1B82E30152590610DBEF747B7E /* ColdResumeHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3963387F6C875B1235572275D143B9DC /* ColdResumeHandler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 622E2F4AACA55DF8F6A5E48C3D5BDF6F /* BSG_KSCrashSentry_Signal.h in Headers */ = {isa = PBXBuildFile; fileRef = 3544DB3DF43ED36401A558A26AF2ADAC /* BSG_KSCrashSentry_Signal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 62336B537734DCB6FAAF1F2D0842749C /* RCTFrameAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = A48F2D5F47033AFB0C8134FAEF65F7F5 /* RCTFrameAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 6251E32809F84C0C181F83C267237A29 /* RCTRsaUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = D781CAE260BCE42C143152CA3C5A9B0A /* RCTRsaUtils.m */; }; + 625C79F2F1EAB08046841844DF3BE32E /* REANodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5243BF032F5CA2A51128B9F02192639C /* REANodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6276C1D45333F0354F055E832851A6EA /* CoreModulesPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8B92853E9C57FF063AE4B47212E2D2FB /* CoreModulesPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 628961005A361946B7FE598FA4841B1E /* ExecutionObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FD71FF5C8BD920171A1B57B1D9AB856 /* ExecutionObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 62CD31F01F846955EF299F2E2A3F8D25 /* QuotientMultiSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CA1CAEDFAE68FE24A7A7080778B535C /* QuotientMultiSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 62E7088038382BEF6327FD627025C0C4 /* BSG_KSCrashDoctor.m in Sources */ = {isa = PBXBuildFile; fileRef = 4983A090F7D7DA10088D7BACB6C6F9E3 /* BSG_KSCrashDoctor.m */; }; + 6345AA3828169CE4F6CF1A1A36901F1C /* FIRCLSCrashedMarkerFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 121C80BAAB9781FFB78F56A6FF70DC74 /* FIRCLSCrashedMarkerFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 634C435244A7E5B3F909D8517F49F22F /* FirebaseInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EBF339D81D1D4A6DBA7F532E24B125F /* FirebaseInstallations.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 634C43849254A01082229AFB8F3D2F4E /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = FBE5B1C5E12A78C9F3C9668513067AD8 /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 63528088258121978A106441DF784FC8 /* GULNSDataInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5ACA806F5D0FAD98FD9CC812638D0A97 /* GULNSDataInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; 63654A70B747709782BB4E9560BF7880 /* UIColor+SDHexString.m in Sources */ = {isa = PBXBuildFile; fileRef = E8CDDD044BEA108A384C4BE3D0ABF65D /* UIColor+SDHexString.m */; }; - 6380BF918F8C28FC866BF96083E0F278 /* RCTTypedModuleConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 371EBDFAD3773DD3F3D32C375C9F0D76 /* RCTTypedModuleConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 63925D5D72F33BBB0C953956F3137D11 /* RNTapHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 28C3D5F1440D6F8FA2C8C586500A0F5F /* RNTapHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 636FF74D36297676023F66507C0E7EF8 /* TestObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E90692F05B774143CAEF5069161DBC2 /* TestObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6379E3A2C7710F77B1D82D19FFCA0B66 /* FIRCLSCodeMapping.h in Headers */ = {isa = PBXBuildFile; fileRef = 68E483198650FC383AF5031BC92C4B4E /* FIRCLSCodeMapping.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 637B0F5A3F8E1E5D2A8A5CCD4CF7FBE3 /* FIRCLSSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A448E1D18774989AD2F40886184AABE /* FIRCLSSettings.m */; }; + 637F31CB8E1EAEA69888557F418C4DD3 /* FIRCLSUnwind.h in Headers */ = {isa = PBXBuildFile; fileRef = FA335C576325181DFCD0D9B8E1541E7A /* FIRCLSUnwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 63925D5D72F33BBB0C953956F3137D11 /* RNTapHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 989CDB34F6E5E8E94D76A9F788CD9DD9 /* RNTapHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 63A37F775D7718CF4160D778A29CDF55 /* FIRCLSOnboardingOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = A88BB079CCF9C3D7427E3F0331AB4D13 /* FIRCLSOnboardingOperation.m */; }; 63B12413FFB609CFB69E30102A185A34 /* ro.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 7B1731A628203B06831BEB10F2F4129C /* ro.lproj */; }; - 640AEB6FD03C9DBD0B5C20EA19A7492D /* LifoSem.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FCC93C9803F64F0C0FE7F03BFE4A55B /* LifoSem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 641A027B732C170F46B810F31BE94096 /* FIRCLSAsyncOperation_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B6DCAFD8F2391EEA5BFFD75672443232 /* FIRCLSAsyncOperation_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 640129484F05970C31BB613773353914 /* OpenSSL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9F9BBB8690BABFFAF8F7A4083DE779FE /* OpenSSL.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 641C6DE1FA2A39820F7C64E78DFCE7E2 /* SKButtonDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 30F57F37ADA4D4804611A0C771A85F6A /* SKButtonDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6438224334F3C4FED74B5DCCDC6D911A /* ClockGettimeWrappers.h in Headers */ = {isa = PBXBuildFile; fileRef = BF17BE0FB290A92D8674D950529E0C80 /* ClockGettimeWrappers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 643D7F7748C13778F0CFA46E7843E0C0 /* RNFBSharedUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = ED1B61A614EAC2B34D1421B7A01AB262 /* RNFBSharedUtils.m */; }; - 645D0B9FF00FF976ED98AD11727A11B3 /* RCTScrollContentViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EE45D83D86B16830C6A7555BD9664265 /* RCTScrollContentViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6479409241D07C6A3228BDA6DC9CA73E /* GULKeychainUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 58E7F83D446EF1D0F268AE62F514548E /* GULKeychainUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64C001464B86C9A7079962EDBC438BB9 /* AtomicHashArray-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F46AE99DE3C6B69F1F203BFEC8D879E /* AtomicHashArray-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 642A7542E356D42EF2B5159D8073566A /* Fixture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 891E3AAEF176E71155FDFF301BA851D9 /* Fixture.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 6438A0CB4AFC674F05645DD92421BD21 /* ThreadWheelTimekeeper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07C67FDC4BE18AC2E63B1012713E18A4 /* ThreadWheelTimekeeper.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 643D7F7748C13778F0CFA46E7843E0C0 /* RNFBSharedUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 3514ADF25CB00C5AF257D70F43B5DDA9 /* RNFBSharedUtils.m */; }; + 64477B01BA2845D9F3BFACBB196D5C04 /* Hardware.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AD104F4D43C131F3A60BD50B2D9350A /* Hardware.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 645D0B9FF00FF976ED98AD11727A11B3 /* RCTScrollContentViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 01F84E1744F5723C79C0B7DF89CC5509 /* RCTScrollContentViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64CD60AD18D39BD11DF9A7AB66F8C5E6 /* SharedMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = CA0D2C20B49B6DDE4F69DDF7A8D1FF52 /* SharedMutex.h */; settings = {ATTRIBUTES = (Project, ); }; }; 64D2C67E4B3C2F6F3554DA3FD77388CA /* FlipperCppBridgingResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = D250D037AE04A24D16A8224A2313C0D8 /* FlipperCppBridgingResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64D50EEADB1B4C05CF00FD7066295A86 /* RCTBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = AD888F88CAB9438DD649610E281CE0BE /* RCTBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64DC11C71A29CB9CEB58B881C2571975 /* REATransitionValues.h in Headers */ = {isa = PBXBuildFile; fileRef = 48AB268B643C4E3E60E84B9E68D0D1A5 /* REATransitionValues.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64DDB2096FCEB4BA4C16FAAE035409C8 /* RNCSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = CB566184383FEE40DED71D03DCD7AF56 /* RNCSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6513CBA48EFFD461EFC05067DC66C081 /* ARTLinearGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = DB8EF10FCBC488C35687478E6EE45CF4 /* ARTLinearGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 651B1E070356E2EF27D6FFD2B836573B /* RNFBAnalyticsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 05B268C6CFA6DB1F366D89B968D499C7 /* RNFBAnalyticsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64D50EEADB1B4C05CF00FD7066295A86 /* RCTBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = E97D3F9F717A4289F8237860D373850B /* RCTBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64DC11C71A29CB9CEB58B881C2571975 /* REATransitionValues.h in Headers */ = {isa = PBXBuildFile; fileRef = DC151DFB1532CBD2D43022C321CF63A7 /* REATransitionValues.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64DDB2096FCEB4BA4C16FAAE035409C8 /* RNCSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = E4EBD6B7F10B9ADAA0160EDB2C25C19B /* RNCSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64E9668779E023DAB3BBF41809D8F117 /* AsymmetricMemoryBarrier.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A44D8E81D4437550898DAC348E5935E /* AsymmetricMemoryBarrier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64EF3DCF42454B634E539A8DE2C4EDB3 /* IOBuf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 120A68F88C5C315AE30D7C59E4AB7582 /* IOBuf.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 6513CBA48EFFD461EFC05067DC66C081 /* ARTLinearGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = 97D429A0DC87C570D3DE0C94A2634198 /* ARTLinearGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 65174A1CD8C01D5CFC0EA840E725E6C4 /* Pretty.h in Headers */ = {isa = PBXBuildFile; fileRef = D89012C25F5261434E28F9FE7DBD2B9E /* Pretty.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 651B1E070356E2EF27D6FFD2B836573B /* RNFBAnalyticsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F58C13D386E0C0CAB5BE4F8AF20AB03 /* RNFBAnalyticsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; 652535943BB13DDE845A40783352BB92 /* SKNodeDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 35FC211269EEAEF354EF384B6FE359E8 /* SKNodeDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 653459802284CE6651EC63E4FE53574D /* RNSScreenStack.h in Headers */ = {isa = PBXBuildFile; fileRef = F9E73C39E10261092906C3D5657BF9E9 /* RNSScreenStack.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65442D8C8DDDC36CA3007E5E45752DC8 /* RCTNativeModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = FC9649D19DA63AD326DEDAB3D2298B19 /* RCTNativeModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6565DD4D2481979696CF0B9F071A089B /* RCTSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = E4C12013F2CF531A700B7603E4485B49 /* RCTSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65826CC653DA8F12F88C9D46ABB324CA /* FIRCLSNetworkOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = F0DC7D458F2B90DEA91C6524ABE02B13 /* FIRCLSNetworkOperation.m */; }; - 65852C0D5996F6ECE8406CBF786E1BD5 /* RCTLogBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 89FBBB0A830EF374488DC1F11FEACFDE /* RCTLogBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 658EC9F58BE501CFDBCF7B32E2F0E2E8 /* RCTDataRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5E2FA64151348D7C827CB5D3D72262EE /* RCTDataRequestHandler.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 65B6C18087CF33358F59C9B9E7359FE0 /* FileUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D9D914B855E28EA3599609190B4D9D40 /* FileUtil.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 65BC18E4BC7C2F4F3FBB20C9C7036799 /* RCTScrollContentViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FA1074852BD3AF806BB9182F7AD59CDF /* RCTScrollContentViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 65C34357E2F65034D5A1B44D6557F9FC /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1507A41F76DD9D42DB7B9C3BAB7E694A /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65CF2BBF83A5197C0BBA8129DB080BF4 /* RCTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 205715B347D498DDF9D463D1F90E0891 /* RCTUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 65F216F3C6BFB9FD20A8ECACB2B3B55C /* React-jsinspector-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B9FBBA3C9B48C0FF635ED6FFD48FA8B /* React-jsinspector-dummy.m */; }; - 662F27E366728074F54CAFDEAA1CAC57 /* UMReactLogHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 37EFFE3643F7D3B32A469D781741A344 /* UMReactLogHandler.m */; }; + 65258AAFCCB9DE82497763AC88AF7753 /* Utility.h in Headers */ = {isa = PBXBuildFile; fileRef = FEF0C3857E0CBA7EDDB9A38A20F83930 /* Utility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 653459802284CE6651EC63E4FE53574D /* RNSScreenStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 608F5520F27C16859DAFCDD1B353494E /* RNSScreenStack.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 653A93687DF597A5B7AA9DE224E1E030 /* FIRInstallationsIIDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = B944022F17462C5C4419A415C78FC0EB /* FIRInstallationsIIDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 65442D8C8DDDC36CA3007E5E45752DC8 /* RCTNativeModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 61F70FCC9F853A17C17C2C64825AACC8 /* RCTNativeModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 654ED7F18E0B3B6FDFB03F7D4483EB17 /* bignum-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D01199F240B9C44B0B8666651D283D6 /* bignum-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 655616102F57D27EE1D7BC5C741B78F5 /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 048A1AEBD5881E5420D1869E987640A4 /* double-conversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6564D4E84E04194FCCA97A7CAFEA8264 /* FBLPromise+Always.h in Headers */ = {isa = PBXBuildFile; fileRef = AE16C65B401F7FC95D227A8A81E44586 /* FBLPromise+Always.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6565DD4D2481979696CF0B9F071A089B /* RCTSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = DBFCACC1E926CDEA523D11CF30A04E15 /* RCTSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 656E96B112F8DEAEEFE7AAEA75059837 /* InterProcessLock_Win32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D8E90D4CA0309B2495D73C9AF3D51045 /* InterProcessLock_Win32.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 65852C0D5996F6ECE8406CBF786E1BD5 /* RCTLogBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 076AF9B37344148E311E7B228A383DEE /* RCTLogBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 658EC9F58BE501CFDBCF7B32E2F0E2E8 /* RCTDataRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2DCF0082C3FF73E29091651F57ACEDF2 /* RCTDataRequestHandler.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 65A2D3156F5533EE638F8968F3B63C4F /* FrameTransportImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 80C256F55B147A46814919D09BFE7D8C /* FrameTransportImpl.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 65BC18E4BC7C2F4F3FBB20C9C7036799 /* RCTScrollContentViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 05084B9EC787EEC5B98CFDB9F9D48617 /* RCTScrollContentViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 65C34357E2F65034D5A1B44D6557F9FC /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B901BDBD09C8AB7C614C52CDE54EFBC3 /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 65CF2BBF83A5197C0BBA8129DB080BF4 /* RCTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 076188746E63669482F47637CC7DD001 /* RCTUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 65D0592EE0F157BA38D7CA2ECBBFFBCA /* FIRCLSURLSessionDataTask_PrivateMethods.h in Headers */ = {isa = PBXBuildFile; fileRef = C6D9E043574845A3987668917BF75CBE /* FIRCLSURLSessionDataTask_PrivateMethods.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 65F216F3C6BFB9FD20A8ECACB2B3B55C /* React-jsinspector-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D35FDA3C01D579781FF6A34E413F050 /* React-jsinspector-dummy.m */; }; + 65FF4FDDA53BEE2AE45A616F3E5B8F28 /* SharedPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = 182174290313A6F0F4E06EE8C2709B5E /* SharedPromise.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 662F27E366728074F54CAFDEAA1CAC57 /* UMReactLogHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = B149E8996665054A245D40DAC8A6C7AF /* UMReactLogHandler.m */; }; 66463F3630578666352F5630B164764F /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E43E2CF1565F976B059725EC5289C2C /* UIButton+WebCache.m */; }; - 664F529BEF85A7C3622834D98F8F294C /* RSocketStateMachine.h in Headers */ = {isa = PBXBuildFile; fileRef = 48055EC489F160A0F7D06948347DB910 /* RSocketStateMachine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 665DEE4108939A764454440EDB8FFF85 /* RNCConnectionStateWatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F5C26FE371357C147A24E3D3DEDB384 /* RNCConnectionStateWatcher.m */; }; - 66659F3C34A9874E892381C6B275A1F2 /* FIRCLSUnwind.h in Headers */ = {isa = PBXBuildFile; fileRef = FA335C576325181DFCD0D9B8E1541E7A /* FIRCLSUnwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 666A893004679FB5FCA225CE781D5782 /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 64C6ECDA260FE579F23972C1EAC9085D /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 667509E48725A2B238B0C42AF82D7ECB /* vlog_is_on.h in Headers */ = {isa = PBXBuildFile; fileRef = D50E5CBE9E6F77D431F683A2D88180F4 /* vlog_is_on.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 668086EEB7C7D45CED5900CF17EF879A /* BSG_KSCrashIdentifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 412D7DB361D3F3A236B8C9DF2BAD42AB /* BSG_KSCrashIdentifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6681CDF5443A299439769D63871C9A08 /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 90986995F73CCFA582576D9230F61C62 /* fast-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66C6279937624F871B662063764D08E3 /* BSG_KSCrashDoctor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C766963641258C96B9032BD883A99AF /* BSG_KSCrashDoctor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66C6D06477F6518C38405E1D57E9B97A /* EventBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1DC909E4FA02C0D86A3E6F0A19EFB93E /* EventBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 66CBEFD02C4E84C989395C5C01F61E50 /* RCTRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 447318E4843F113904756BF2D628A9CA /* RCTRefreshControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66E070E8E0E2C76ECAC631344734A35B /* RCTAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 4470CCA6A92335DA7A0945BFB237BC24 /* RCTAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66EC00C3BA308273BCE7E2C4D52616D2 /* RNCConnectionStateWatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EE487702AFDECABDE1A5814478567B8 /* RNCConnectionStateWatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66F6A60278F6D4D3C761C1D93C6DB54A /* SafeAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 457CA7A96B8A8153A99AB322459317D8 /* SafeAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 67053EEC99253CB62838544027BFE3D7 /* Request.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9D64741766C5F92F94128CA72CF61AA4 /* Request.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 670F1042CE2653D6072DBCD6BD95E240 /* Tearable.h in Headers */ = {isa = PBXBuildFile; fileRef = 903566020BC94B678C25CAE9BDE3FB91 /* Tearable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 671A16BD802773C27661579DEF0F36F5 /* Checksum.h in Headers */ = {isa = PBXBuildFile; fileRef = 63F871D16064AF77B1DB0AB6A40CA1F8 /* Checksum.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6649DE36D434B1D060877FC6C07ED815 /* Parallel.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D50D14EB9726B769C2185B481E625E7 /* Parallel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 665DEE4108939A764454440EDB8FFF85 /* RNCConnectionStateWatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = D39D80814222F9CD6B1810877698E632 /* RNCConnectionStateWatcher.m */; }; + 6663CA97C495F0067DB751B4F77BD191 /* dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = CC2720E9C44FCC17E2D99935CBBEE419 /* dynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 666A893004679FB5FCA225CE781D5782 /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = CE3FE07C83064C94F01205DD2FA8DF14 /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 668086EEB7C7D45CED5900CF17EF879A /* BSG_KSCrashIdentifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 611C69ADA9967816BBCA3CD50A8BB4EC /* BSG_KSCrashIdentifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66890AD91B28A95396BEE2D5A6D2CD1A /* TcpDuplexConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = C642183D6DAB81C8548C7408E9B05C38 /* TcpDuplexConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66C6279937624F871B662063764D08E3 /* BSG_KSCrashDoctor.h in Headers */ = {isa = PBXBuildFile; fileRef = A57B0C8EDF6FBB964A10F06E5D40272B /* BSG_KSCrashDoctor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66CBEFD02C4E84C989395C5C01F61E50 /* RCTRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 487622FF9F98AD8A55A21CED6538E68F /* RCTRefreshControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66E070E8E0E2C76ECAC631344734A35B /* RCTAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 690F475A0A2DC744DB3B7CA50EC59574 /* RCTAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66EC00C3BA308273BCE7E2C4D52616D2 /* RNCConnectionStateWatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 963959355284190AA1E2922C90830CCE /* RNCConnectionStateWatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66ED8D425E4F45C860D484AC4DB18B2C /* GoogleUtilities-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1095E27D248353AE218240BF8250410E /* GoogleUtilities-dummy.m */; }; + 671E58F86028B5249D6DE018FFADFE27 /* json_patch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EBB1C7FB2727F0D85F869834390E9D5E /* json_patch.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 672073A222B5E9A52E23E0A1762B9E29 /* Pods-ShareRocketChatRN-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BAED847E8A22919EDDB894F3B4C38BFF /* Pods-ShareRocketChatRN-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 672728F9B1CA933B879431E7E26D7ECC /* AtFork.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CFD3D3D3268E249840A1192B05D5CF0 /* AtFork.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 673022A562DAD535FCEB9462B436684A /* CodedInputDataCrypt.h in Headers */ = {isa = PBXBuildFile; fileRef = 93D5B1A720AD78320734CB6F6B4FFC80 /* CodedInputDataCrypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 67302AE7743C3A546980CA95B6DDE715 /* BitIteratorDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = BE8076D11AD8635E478493A6C67EA941 /* BitIteratorDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 673114F3D6EB4A0AD66A0C4B0D399A80 /* MacAddress.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 293B733D9DACA8D94B56AE17B3F29674 /* MacAddress.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 6747A3599A7AADEF987461560A86E34D /* react-native-mmkv-storage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D7EEF1D4C2AD577DEF2E7A99CE046356 /* react-native-mmkv-storage-dummy.m */; }; - 676BE96EA626EE4D9F24B503B3F59F55 /* QBAssetCell.m in Sources */ = {isa = PBXBuildFile; fileRef = AFF5106E1B57BCDB994435B02BBA980E /* QBAssetCell.m */; }; - 677BA15060C301D8A9A5E7F2C462A490 /* FIRComponentType.m in Sources */ = {isa = PBXBuildFile; fileRef = A542C3E46DD8FA30F4965264F54DD21C /* FIRComponentType.m */; }; - 67883E052E4064ACE9F390AB7409EA95 /* ProducerConsumerQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = F47178DB1F0A5B31B3ED962CC5EBD794 /* ProducerConsumerQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6789F35FB352080A0759B11E1CA1C83E /* RCTMultipartStreamReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DFDA5A6D8EC5517A564A1A4C6B3A702 /* RCTMultipartStreamReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 678BA40AEBB478E6ECC10AE5DB573010 /* MemoryIdler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F797489FA2A779C6746902BBAA91A37 /* MemoryIdler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 67AC3430298D03CC2A383013DB323456 /* MallocImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 35EEA3296C37AD023DFC5B1E63F413CF /* MallocImpl.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 67B402B5DB36574FAFCC9D47CCFD6DB1 /* RCTClipboard.mm in Sources */ = {isa = PBXBuildFile; fileRef = F890138088D7D7350392794222AF0E10 /* RCTClipboard.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 67B55C3DC1C0B5F04C44F2098911E6A3 /* Base.h in Headers */ = {isa = PBXBuildFile; fileRef = E61EE900F6D0A47E25F3EA00BD4999B9 /* Base.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6747A3599A7AADEF987461560A86E34D /* react-native-mmkv-storage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D5C87AA247A19BECE55A79376F1C31E /* react-native-mmkv-storage-dummy.m */; }; + 67613660F75EF6515B4BAE41BB08777B /* CallOnce.h in Headers */ = {isa = PBXBuildFile; fileRef = FAC2C83F16311FCBBB047B9E5621A92E /* CallOnce.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 676ACEB006D30E1C9B09790857EAE512 /* Flipper-Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 23D83884863E7B8B775CF0A3181494C4 /* Flipper-Folly-dummy.m */; }; + 676BE96EA626EE4D9F24B503B3F59F55 /* QBAssetCell.m in Sources */ = {isa = PBXBuildFile; fileRef = A9925D58E7E397E105C34CD3160A4889 /* QBAssetCell.m */; }; + 6789F35FB352080A0759B11E1CA1C83E /* RCTMultipartStreamReader.h in Headers */ = {isa = PBXBuildFile; fileRef = C261E8F51125BCE63B3E4EB7007370D5 /* RCTMultipartStreamReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67B402B5DB36574FAFCC9D47CCFD6DB1 /* RCTClipboard.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4B6671414FC214F495EA6F07218F7E62 /* RCTClipboard.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 67C6AAA365C5323949A715402D2780B6 /* ObservableOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F962E4A849DE8D3F2FDDB79EF3F790A /* ObservableOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; 67CBFB343660C5986B00047D21D49460 /* dec_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 6B244F1A0BC81462228E5209EF39673B /* dec_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 67CF6407C73D12ED80D22E1FCB1BF155 /* FIRCLSURLSessionDataTask_PrivateMethods.h in Headers */ = {isa = PBXBuildFile; fileRef = C6D9E043574845A3987668917BF75CBE /* FIRCLSURLSessionDataTask_PrivateMethods.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 67E0BFE732F3DD432118F7EFAE59071C /* RCTKeyCommandConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = A5CF1FC576604C8F4BF32CAE22D16524 /* RCTKeyCommandConstants.m */; }; - 67ED246BC6A636C99DAD47ADBFBB660F /* RCTMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BF1F8A01C3EED8B60BC91EB970640CB /* RCTMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 680EE445E83F7FD67554F61D41053011 /* RCTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CA65A71D65C0B04968B26F2CBAA664C /* RCTAssert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6825786DB988AEF3E7D1B70789BDD39C /* ObservableOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F962E4A849DE8D3F2FDDB79EF3F790A /* ObservableOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 682E8E6A9EF87F32E3E563A0EF609E29 /* Restart.m in Sources */ = {isa = PBXBuildFile; fileRef = FF7F6596B8D9F09DE312F674045DBE19 /* Restart.m */; }; + 67D41D86E7404C2FB57E724875B6DC9C /* Singleton-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C0613BF6D05BBA88027F2EA5030B8FD /* Singleton-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67E0BFE732F3DD432118F7EFAE59071C /* RCTKeyCommandConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 73F8144DCB6BD6FCDCF1EE7F69F05523 /* RCTKeyCommandConstants.m */; }; + 67ED246BC6A636C99DAD47ADBFBB660F /* RCTMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 9847DCFA343B907C7BC3C612317AD77C /* RCTMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67FB77B5523EB19EF70F659E7E1E26C3 /* utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = 35E787EECC1A06FFFE236DA1E4064D68 /* utilities.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 67FCC255A90B3474B08DF136139879F6 /* NotificationQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 5864337237459EAD63F46D06D344250F /* NotificationQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 680EE445E83F7FD67554F61D41053011 /* RCTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = 063FB6432991BDA2FA3DD7554075C06A /* RCTAssert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 68146EAA8EE7350DFD7851CEF9CDD478 /* Assume-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 519A1542C20CDC28671125ED5EF0D3D7 /* Assume-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6827CB2CB5D5ED0D8080CCF375C60AED /* ScopedEventBaseThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8AE22BAA611A1102F87A21EF80A5B324 /* ScopedEventBaseThread.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 684589FF67B61069D6D6E7FC974C5366 /* SDImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = C56E753DF2E940A7A5674D5655BB20CE /* SDImageWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68475F6A670D3A9A5ADA4C45C1B1066B /* Conv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 992F3DF4EDB6532738E826305A62C097 /* Conv.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 68751BE9DE00B7ACA9900C0C0CFA0DDF /* ChannelRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 8124455877A854EE6D578F6970CD6514 /* ChannelRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68840A0AEE8DE669FA2015C75564EA1E /* RCTSurfaceHostingProxyRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D139CBB4B92DD283EE550CC4E607A32 /* RCTSurfaceHostingProxyRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68A9938F1C4FB6683CD0CEE854DE3297 /* RCTExceptionsManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4CE3129DAEFF6106FEC95CBC81B25E4C /* RCTExceptionsManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 68B2A90C04838B485FA8BB7E5A736D53 /* FIRCLSReportUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 8706F46587B792368C3146E54694F612 /* FIRCLSReportUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68B4A789641E37FFC962EC6508798E7F /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AA7E7FD784E554499F7327FDC15C76E /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68C7721B236E27026E6BCF35CD86ED5D /* GULHeartbeatDateStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 72C8CC6514D001CD2751ECEBAFD50F1A /* GULHeartbeatDateStorage.m */; }; - 68CE34F5ABF6A8AAE0DE105B8485E77C /* RCTConvert+FIRApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 42DF8387DBA5D153864865916F5EEB06 /* RCTConvert+FIRApp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68D4E8EBED3B07E284ABCE20F1E3281C /* RNGestureHandlerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 017A2C6365E41E946D6C4365FBD5E608 /* RNGestureHandlerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68F77BEEA4B55F27291140A1B17DB43A /* RCTReloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 497902DE8B2F7E50F503FE12548875DC /* RCTReloadCommand.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 690510EF924CBB9EB1F3739DC422D3D2 /* ARTPattern.h in Headers */ = {isa = PBXBuildFile; fileRef = CAE4DE9255E54CA5611A891BC0BBAAB3 /* ARTPattern.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 690A6A6992A39B73203B2871070678E2 /* RNCNetInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 8595D862C159DC625887EC92F0A99BAA /* RNCNetInfo.m */; }; - 690B94CFB9119BBFB149B3753BF007F9 /* ThreadedExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 519DA7A2D9C8B560335CEAD3BC0321F6 /* ThreadedExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 69308BB2BB6A4FD8FB285EE68F8CDE21 /* GDTCORConsoleLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 3256AA43CE2BFC1B9E9126DBB10173CF /* GDTCORConsoleLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 694263B063BF02DF63AB8751734623F7 /* RCTBridgeMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 460B7CBB08584E388575352E90D01862 /* RCTBridgeMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6972EE81FA37E8317A730ADE9136D406 /* RNFBCrashlyticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 142BCC219A98BE902B4A9A46E3F67871 /* RNFBCrashlyticsModule.m */; }; + 68840A0AEE8DE669FA2015C75564EA1E /* RCTSurfaceHostingProxyRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = A55FFF19ADDE869F65C41B42ED697086 /* RCTSurfaceHostingProxyRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68A9938F1C4FB6683CD0CEE854DE3297 /* RCTExceptionsManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 86646EFFAFE0A6D80E888C470B7B02BF /* RCTExceptionsManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 68B2F7B7DC6560ED107AB863D886DED3 /* ClockGettimeWrappers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B7E167EBAE1B66CF3424614021F35B6 /* ClockGettimeWrappers.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 68B4A789641E37FFC962EC6508798E7F /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = FD80C234AF63FA9ADD17337BB61D112E /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68CD1A0F0CB97A63379770608900238D /* Exception.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A4203864C5F04A8BE26254BEBB6D6A4 /* Exception.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68CE34F5ABF6A8AAE0DE105B8485E77C /* RCTConvert+FIRApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C05B1087407F28F8DBECCE8E55183B8 /* RCTConvert+FIRApp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68D4E8EBED3B07E284ABCE20F1E3281C /* RNGestureHandlerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 3556DEBA2EBC4C3EE0445AED4AE8BC03 /* RNGestureHandlerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68F77BEEA4B55F27291140A1B17DB43A /* RCTReloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 0386086EE68EF47607DDB6824CED64CA /* RCTReloadCommand.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 690510EF924CBB9EB1F3739DC422D3D2 /* ARTPattern.h in Headers */ = {isa = PBXBuildFile; fileRef = D30892A958E08F4A143EBC9D6CC29DD4 /* ARTPattern.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 690A6A6992A39B73203B2871070678E2 /* RNCNetInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 4719B3505FB8CE0DA80658FEE9BDB5A2 /* RNCNetInfo.m */; }; + 693BEA70948AA0FB3BE17C7CB83F6A46 /* FrameSerializer_v1_0.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E4A3B454CC0D59A901D453A216E10A0 /* FrameSerializer_v1_0.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6940AD0E1A5E23530D07238AE6C32A73 /* FBLPromiseError.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5EAE365EDCD043514FEE6972EC31AA /* FBLPromiseError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 694263B063BF02DF63AB8751734623F7 /* RCTBridgeMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = CCB42F034BE002872CC0C573D6B76ED2 /* RCTBridgeMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6972EE81FA37E8317A730ADE9136D406 /* RNFBCrashlyticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = F1672770B59B32AB4D74F101CD2A589B /* RNFBCrashlyticsModule.m */; }; 69827671C869E0C6BDDEE5BB0058D2F1 /* MMKVHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 63A25DBD06FCB8AB33E0A12153BDBF23 /* MMKVHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6989A9C694A68DC533B561FBC5782E0D /* io_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = A6937F452C41571B4B8DDF0F1EF5C399 /* io_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 69977A979DCABA164804EDF854FCEC5B /* GroupVarint.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F6E064F8452EEF8865268F954A7D752 /* GroupVarint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 699946058B4BA12AADF682C061E014DF /* RCTActionSheetManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6BFAA89B3DB9E0B1FBD834E9B50055A2 /* RCTActionSheetManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 69E5B6058874E49575C7372228BBE57C /* BSG_KSMachHeaders.h in Headers */ = {isa = PBXBuildFile; fileRef = BE28986CA479F1CD5BF358417B4FF008 /* BSG_KSMachHeaders.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 69E61188479CD642FD56F0C97A4BBB52 /* TcpDuplexConnection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0455755620919652DDC71E90AF31EB5D /* TcpDuplexConnection.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 69F5E76721E8463C1E330D23D36DCACE /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA02414E01ECDE302B32B780A6530E /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 6A0855D6404AF012455DECAB50305D47 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 496883CA368B15F42142494FBB165AD2 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A16569F2BB47FB61F025BA1BC259659 /* Time.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C1515D750DAA8DC9CEC19011F6EDB20 /* Time.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A2B9020DC00F8E6BF9D2ACC06DA183D /* AtomicStruct.h in Headers */ = {isa = PBXBuildFile; fileRef = 876E59C898291065CF465AFFE98225A8 /* AtomicStruct.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A34757B27E7D73D7274B74157DD280B /* BSG_KSCrashAdvanced.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E904A227C3FE457C01C1EC73FA8DA97 /* BSG_KSCrashAdvanced.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A5977B6D712F1ACFA75658B56664AAA /* RNCAsyncStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = A86ED71F84E0E35A0A3920F5679C1958 /* RNCAsyncStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A84CCC0197DDC72B3F73F9FEAF767E8 /* FiberIOExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = A45B461A4FE695C969788ADEE366619E /* FiberIOExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A95275C5BCEB45C1F48A2375BED16EB /* RCTScrollContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = F388EBD9F34D113B0B16DFBF4DC60C8E /* RCTScrollContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6AE9CBEE8A715E614CCE6F723C81668C /* FirebaseCoreDiagnostics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CF620EEBD76813CA0C8EE1B801CC6D87 /* FirebaseCoreDiagnostics-dummy.m */; }; - 6AF3FAA8B14DD485C5463D868563F141 /* ConnectionSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B0EAF492B4F04F12123444633411766 /* ConnectionSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6AF6351DB19BA38152844BDF95795779 /* RCTNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 64AE35DEE55E9E48060085497F8C7326 /* RCTNetworking.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B2A94A9F70B59673F84791C1DE4270E /* IndexedMemPool.h in Headers */ = {isa = PBXBuildFile; fileRef = 44B0F3FAFCF338F4782C3BED90798AEA /* IndexedMemPool.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B2C375B49B275DA6A2BE1F7F3A3BCBA /* Config.h in Headers */ = {isa = PBXBuildFile; fileRef = BD7AE8B0D546DE3624AFC0EDEAE2C4F0 /* Config.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B342EA59F492722FE8230E84286F0CA /* RNRootViewGestureRecognizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 2229CD42F40FFD3FDF3CD0C92D27B401 /* RNRootViewGestureRecognizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B37483A41AD512E53D1223945B20716 /* FIRErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = A903DFA0EFB55D70B261D55D48CB0E12 /* FIRErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B44ACDD127FCC1C6B0CA03A3C8BBEF0 /* ScheduledFrameProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 3844FEA05A4C6D97DE02FF7CBAB7C2CB /* ScheduledFrameProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B4B8B493F7C29D042D6FDEAB11AB268 /* ThreadLock_Win32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A522AB056DD2DCFB2DBCC3D8B991FED9 /* ThreadLock_Win32.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 6BB921326F75036C1DAF8B9CCA9A4DDC /* UMNativeModulesProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = C14CECD402B9C28C1034389791AF10D1 /* UMNativeModulesProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6BCD0BB699310059570A6EDC62C5C169 /* RCTFollyConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0769715AC8ED7B06EF09A038382D8072 /* RCTFollyConvert.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6BF87CFE8A6CE3B9B9BE3260309D8234 /* Bugsnag.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E1D773BFE122EEBCD0C89796937CF69 /* Bugsnag.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 698EF61D6930A11EE09A9EE0568653A8 /* CodingDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = D4BC717772F9D1AFEDD0851D58EBD317 /* CodingDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 699015D40F81ECA1AD569C9E2CD8EB5F /* FIRCLSReportAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C0439FD89FB3C2BA9405682F4678374 /* FIRCLSReportAdapter.m */; }; + 699946058B4BA12AADF682C061E014DF /* RCTActionSheetManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5E6EFEC31D5E2FB23539FE0FE37AC18B /* RCTActionSheetManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 69BF4C4DEE25EC5E407455D16C3D4196 /* FIRDiagnosticsData.m in Sources */ = {isa = PBXBuildFile; fileRef = 46338FE5E05B38F4ECDE7AFB8C372458 /* FIRDiagnosticsData.m */; }; + 69E5B6058874E49575C7372228BBE57C /* BSG_KSMachHeaders.h in Headers */ = {isa = PBXBuildFile; fileRef = CBE5BE860880C234182E9D2CAA5ACA7F /* BSG_KSMachHeaders.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A0855D6404AF012455DECAB50305D47 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CD8756361046D986BE3B405CEFCAA42A /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A34757B27E7D73D7274B74157DD280B /* BSG_KSCrashAdvanced.h in Headers */ = {isa = PBXBuildFile; fileRef = DA7A0345CEE571D775C118AC43FE62C7 /* BSG_KSCrashAdvanced.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A5491F2BD508E7D50AA4F42647F8E49 /* SocketAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 99E362D23328BDA804415B87C734366F /* SocketAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A6922F1A9389BCE989DE75E0170BCE5 /* MasterPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 87B2E604CC2EFAFFA74C077504E28FBA /* MasterPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A8D0F5527B3A31CA5623B0CDECEC68D /* MMKV_IO.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 52C8F50D99D56E3D3E26A5C273F4A659 /* MMKV_IO.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 6A95275C5BCEB45C1F48A2375BED16EB /* RCTScrollContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = F05EFD574327948F52E132578A38CEEB /* RCTScrollContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6AF6351DB19BA38152844BDF95795779 /* RCTNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = FFD6BF55DC9F3C6A30BDF776A04891C8 /* RCTNetworking.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B1F162FF5DD3D6F73F45D20E5CA092C /* TcpConnectionAcceptor.h in Headers */ = {isa = PBXBuildFile; fileRef = A623B8325690A96565F874CB605E9C15 /* TcpConnectionAcceptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B342EA59F492722FE8230E84286F0CA /* RNRootViewGestureRecognizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 55C7992DB4AA88A624471349E7760F15 /* RNRootViewGestureRecognizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B6C023AC6244017CF6B5114D1BDEF60 /* RNCookieManagerIOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 82FC3350F3AE5B4C96B06A85FD310930 /* RNCookieManagerIOS.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6BB921326F75036C1DAF8B9CCA9A4DDC /* UMNativeModulesProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A71C319454DCE5467EDD03E023C9784 /* UMNativeModulesProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6BCD0BB699310059570A6EDC62C5C169 /* RCTFollyConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = CDB6638400EB6A1CE0ECD189FBE7FA54 /* RCTFollyConvert.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6BDA282659187E141DD24B446E2B9BBF /* FIRAppAssociationRegistration.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A04D0EF519DA96C67F7DA276E06CC18 /* FIRAppAssociationRegistration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6BF87CFE8A6CE3B9B9BE3260309D8234 /* Bugsnag.h in Headers */ = {isa = PBXBuildFile; fileRef = 4804FA914CF93AC90DC9A1DE78C8D46F /* Bugsnag.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6BFDE04BEC481A56186541540895AEBB /* SKStateUpdateCPPWrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 17DA2C266661DD03ACE89B60391E381D /* SKStateUpdateCPPWrapper.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 6C05D97A6795150EE89D9F195EB0168B /* RCTManagedPointer.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CD6C24E2A6B06CF01C66E4FF8D19D26 /* RCTManagedPointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C05D97A6795150EE89D9F195EB0168B /* RCTManagedPointer.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FBB161FD82BB24953757512EC393A33 /* RCTManagedPointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C0CCE36F8E4912DFEFE54ADFB7B1107 /* RNCSafeAreaProviderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AA1A1F30D6D425B686F5BE9F4157F1C /* RNCSafeAreaProviderManager.m */; }; 6C0F526A67E8BE75D66EC3B19CDA2916 /* UIView+SKInvalidation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 97D0B04C58FFAAAC62DCED943B9A570F /* UIView+SKInvalidation.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 6C3C273277ABEE16EF151752334B8132 /* Merge.h in Headers */ = {isa = PBXBuildFile; fileRef = 9719666CAEC85DBF140837F26DD5CD5A /* Merge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C4CA09A836509661D9A22A2290E615B /* FIRConfigurationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 66D60376E2A92A64AC37C940F9E0982A /* FIRConfigurationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C4D8356964E9FD7A00D30F8776689BA /* Baton.h in Headers */ = {isa = PBXBuildFile; fileRef = FBD2D678CE55967640B2ECA259966CD8 /* Baton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C578004CA0D49F9E36AD085E5C0B8E3 /* RCTInspectorDevServerHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = E10DE4E3AE01A8054F67FEF022E7E405 /* RCTInspectorDevServerHelper.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6C5BD51095E13046581E3B8A7E142128 /* TestUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 373C9F59C3DDFA4B431689CCFE1496E9 /* TestUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C9677A5439A5C416B1016AE378EC626 /* MoveWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = C6273D51238E7841BF9D88DFEF87CC65 /* MoveWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CB10532AD9D8850C633A3CFB7CE296F /* BSG_KSCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 595A19DAA5BBFAC8265EB86C4F602CD4 /* BSG_KSCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CC7B4451D1A8D0C14B9086C9D03900A /* Syslog.h in Headers */ = {isa = PBXBuildFile; fileRef = 982F8988B9769866A92398D41CB15D22 /* Syslog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CEAA269DD4BC01681D722B615FB1531 /* GULNetworkMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = E7000AE245DB0E60B42C7D9B685C73EF /* GULNetworkMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CF12793E1141BAAC1574530444D20FF /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 835195C4438CBE7C38F29F71AB0D4C3A /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CF49AE7B6C309BE2662A69E723097BC /* Hmac.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BA2779BAC85C6B1E2DD5CA84D678298 /* Hmac.m */; }; - 6CF8A033EE219BC9976E9FD302E9F217 /* Format-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D7258B9278D7647170AF3A825D249E /* Format-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D37FDD7924B88C0F96E5CAA1498223A /* FBLPromise+Wrap.m in Sources */ = {isa = PBXBuildFile; fileRef = 01FA454CC5BE6D52C5AF72A217A8E779 /* FBLPromise+Wrap.m */; }; - 6D389B02F78D3844CEDD7AA42960F236 /* RCTConvert+Text.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EA0D1F9E9B7895FCF062FD37457BA6E /* RCTConvert+Text.m */; }; - 6D40A05DCE2FB53BD9C017CAE6D5C354 /* RCTWrapperViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 50278D0943A0CD72E09DD2EB4778FDFA /* RCTWrapperViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C422A8013A7E450FFD5E20CBF070972 /* FIRInstallationsStoredItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 57491249F8D1EE485BC9974427425C2B /* FIRInstallationsStoredItem.m */; }; + 6C578004CA0D49F9E36AD085E5C0B8E3 /* RCTInspectorDevServerHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1CC245ECD79B4EE60968BC212BFEC0A7 /* RCTInspectorDevServerHelper.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6CB10532AD9D8850C633A3CFB7CE296F /* BSG_KSCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 72C2303716E7E544157684BD0531182D /* BSG_KSCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6CB8E82D91B0002F6ED56BCAD35261C6 /* Indestructible.h in Headers */ = {isa = PBXBuildFile; fileRef = B048397C8F7C72C375D4765C439036E0 /* Indestructible.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6CF12793E1141BAAC1574530444D20FF /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 17489A762F6EE7DC4362488A3DFD32BC /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6CF49AE7B6C309BE2662A69E723097BC /* Hmac.m in Sources */ = {isa = PBXBuildFile; fileRef = 227965686C208135CA7B141FC9D25B67 /* Hmac.m */; }; + 6D1A50A28B1A04A75F4189051654C032 /* Syslog.h in Headers */ = {isa = PBXBuildFile; fileRef = 982F8988B9769866A92398D41CB15D22 /* Syslog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D25E0ED798EC9F33CF8F4D4A7D0D623 /* TcpConnectionFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83E88240D219BA3DDF24AC3708FD3720 /* TcpConnectionFactory.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 6D389B02F78D3844CEDD7AA42960F236 /* RCTConvert+Text.m in Sources */ = {isa = PBXBuildFile; fileRef = AEE04C59A4EE11BEA24A614B481678E9 /* RCTConvert+Text.m */; }; + 6D40A05DCE2FB53BD9C017CAE6D5C354 /* RCTWrapperViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 43531606D0157A9F1E204C9F4244AB5D /* RCTWrapperViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D40B558C263805AD5EA6FC3DCF44023 /* GULAppDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A6EF3A1EC6525D12FB79C2416BB7BEC8 /* GULAppDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6D410CAE1CAD92FDC42630076364EBD9 /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = CF38A01D66A713ED598EAA96B037CD77 /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D4220DF90C7213B601F215B7DB43629 /* RCTDevSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 8184AE57AC6345FD36C0E02C77E1304B /* RCTDevSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D4221604A646F7E15D58162641C7719 /* RNBridgeModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 8597C79584D101B7CEFD80623ECAF7CB /* RNBridgeModule.m */; }; + 6D4220DF90C7213B601F215B7DB43629 /* RCTDevSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 8658B368F1B7D145A580B420270ED836 /* RCTDevSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D4221604A646F7E15D58162641C7719 /* RNBridgeModule.m in Sources */ = {isa = PBXBuildFile; fileRef = A6A2CF4E96AB0D7852EE8C1DED3C6C2F /* RNBridgeModule.m */; }; 6D46F592A9CE37438A8A7E2AAE723102 /* SKDescriptorMapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 30E7CC619C9D4AC088E51EA97C5DF658 /* SKDescriptorMapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D805E60F589DB8AE0221869132B588E /* RCTSurfacePresenterStub.m in Sources */ = {isa = PBXBuildFile; fileRef = 47CB5C9DC677EB29112C5827775293D7 /* RCTSurfacePresenterStub.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6D97796F1B12FDA9067E22A9FB927C1B /* RNPushKitEventListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 92CEC99045734C43053205068949728F /* RNPushKitEventListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6DA04A342396FF208EDEA35C11FF1766 /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = B1C2078CB91C3E651ABCC12A368B5A8F /* cached-powers.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 6DCC8F47EEA3C9046CE9305609C54AC6 /* NativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 850528C71C5E12585662631D71CBD210 /* NativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E1B9E842E9C71D866A039A924ED8167 /* GULReachabilityChecker+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 799B84ADE607E3B5F5DA2EF124DD3E6D /* GULReachabilityChecker+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E30247AA183BC5F0FB7C4BBCDA3BB87 /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0870C5DA42217B8684DF7511AF262A2B /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D65FA5BA99BF57EC80B1EEBA1453555 /* FIRCLSRecordBase.m in Sources */ = {isa = PBXBuildFile; fileRef = A6DDDF10517DFF827CFEB805309B1BCC /* FIRCLSRecordBase.m */; }; + 6D7205D7AD07A7486DE7BC2E45035341 /* BaselinesTcp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 75B81694B4C54625AABB0A114A6A6ABA /* BaselinesTcp.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 6D805E60F589DB8AE0221869132B588E /* RCTSurfacePresenterStub.m in Sources */ = {isa = PBXBuildFile; fileRef = 5ED313C9F045FEB60604B0BBE1A4EE6F /* RCTSurfacePresenterStub.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6D97796F1B12FDA9067E22A9FB927C1B /* RNPushKitEventListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EA214B50379F47B600E96568880DEAB /* RNPushKitEventListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6DCC8F47EEA3C9046CE9305609C54AC6 /* NativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = ADC2CF3BE37DF8988471D943A33113C8 /* NativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E30247AA183BC5F0FB7C4BBCDA3BB87 /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AD7645BEA588D368E6D5DEA2E21E028 /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6E30DFC9C125C8594C222285EF93BBD8 /* lossless_enc_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = E5E01601BFB80D92EC17E77D2B6A9D9B /* lossless_enc_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6E314E0880B770B87CA0F8952978B004 /* FramedDuplexConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = A960E85AB06FD76C8D48B57128F95948 /* FramedDuplexConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E6CA7E11C46C66BB11D936B24282382 /* RNRandomBytes.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B5620BCD5B2FD27CD75A16045E55FB1 /* RNRandomBytes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E911793C10323798EA7F34E06F3354E /* FFFastImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B1871AF19BCF306923F0E2B87432706 /* FFFastImageView.m */; }; - 6E9FA19235C66B1AE544AB1A7E13DE5C /* GDTCORPlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = 95289BDA6350DEF07E4955FA1EC52519 /* GDTCORPlatform.m */; }; - 6EB0D63BA7071E402F4BA0E892B08BFC /* REABlockNode.m in Sources */ = {isa = PBXBuildFile; fileRef = B76C012C5BFD1ECDC8E5E5CBB7A94A35 /* REABlockNode.m */; }; - 6EB91C9D67912E4E044E83ED04F0311E /* FixedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B0145349A2ACA814521A89B5B5BF1E2 /* FixedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6EC05FD586C198475B6F303FBDB2A0E1 /* FIRCLSReport_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C47D5DA118FAD80E693FBAA44F0E8C30 /* FIRCLSReport_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6EC09C9319771B1F2E470F314224C45B /* SysResource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9B2DFEB4FE01D1878667F3796ECD2582 /* SysResource.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 6E68EFA10CD9088237944F99D2590051 /* cct.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = F0A20D400112D927779240123592213E /* cct.nanopb.c */; }; + 6E6CA7E11C46C66BB11D936B24282382 /* RNRandomBytes.h in Headers */ = {isa = PBXBuildFile; fileRef = B83676BEAFD0D5E2F0C71448D0859A3B /* RNRandomBytes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E834470CF0ECEDA3715568786CB4104 /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 22EAE061211539C53271A4C631B3F083 /* signalhandler.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 6E911793C10323798EA7F34E06F3354E /* FFFastImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BFAC81576E9B2E81873B345ECED2C26 /* FFFastImageView.m */; }; + 6EB0D63BA7071E402F4BA0E892B08BFC /* REABlockNode.m in Sources */ = {isa = PBXBuildFile; fileRef = FACD07E41A4ED52B18C4E3C2C4BED837 /* REABlockNode.m */; }; + 6ECBF5784368998C907A12EEC0B0C73A /* RNCSafeAreaProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 77A4905AA8F9B58112D16BD1AE111439 /* RNCSafeAreaProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6ED02D672657D0860C601CCC0FBA3477 /* fa-IR.lproj in Resources */ = {isa = PBXBuildFile; fileRef = DCB6D621B837C1E38EB4A50C04CE38EE /* fa-IR.lproj */; }; - 6EE9CADCB85C4196660B46445591266C /* jsi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C0CA668B93BFB8EC9E3C5C1F0A74F75A /* jsi.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6F03DE53BD6E76AF4AB35E2E80248092 /* FBLPromiseError.m in Sources */ = {isa = PBXBuildFile; fileRef = 021A156296AB0554566843FE9796E67A /* FBLPromiseError.m */; }; - 6F2D61F1258B4E476DF6B86B73B62968 /* JSIExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C4C198D1B888BD69438C802A5392B9F /* JSIExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F4FA7ED8B2E2C2A4B3F96926A2793B6 /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 73236AEC23C14548045B4DC4E82D0095 /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F51D96F8986AB5E320CEF2EEF15E6E5 /* RNGestureHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 85B327BD769BA53E87CCEC970600007E /* RNGestureHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F7B014C9F727B785DE96B6192CA2BEA /* UMLogManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 68EE7B0B34F9B644E75733097D393A9B /* UMLogManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F85A8DAFD190B062839ABC1683331DC /* TurboModuleBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72D87B5455C42C975BE6B854D2D3893F /* TurboModuleBinding.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6F88E9B3112EAA13942437BC0AAA803B /* ScopeGuard.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DC7DF0F5A7DBD515DC76D84F2282F69 /* ScopeGuard.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F9872BCDBAE4FDD3DC6BD075E539EAA /* TimedDrivableExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 817138865E815F7FEF679AED95B64D76 /* TimedDrivableExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 6FD0E00BEE45B62BB7076E6054F6B27E /* GlobalExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CC628C18D877309B49DDC77037C3EE08 /* GlobalExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 6FD1A31C3A81E8A60AE128561B6842AA /* F14Mask.h in Headers */ = {isa = PBXBuildFile; fileRef = 322A82C498CD553E8EAB29EEFDB652E0 /* F14Mask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6FE039F4D4B138E062E2A4C90E61E0EE /* FIRInstallationsStoredItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 57491249F8D1EE485BC9974427425C2B /* FIRInstallationsStoredItem.m */; }; + 6EE9CADCB85C4196660B46445591266C /* jsi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9F42E8E90C5FA5FA3F4C73E0B5286BAF /* jsi.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6F018B8B904C5B98D4F49822187A7B54 /* RNDateTimePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D753F9E4580B384B4C8E88A6401255C /* RNDateTimePickerManager.m */; }; + 6F042C53972929F80231196C9EFE2553 /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = EF7C61EA6A35A4868684DC754F8B77F3 /* bignum-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 6F09E5B36F13794F805960F04889F241 /* TimekeeperScheduledExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = ED309F648CBC016259600F3635F43F78 /* TimekeeperScheduledExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F1F8EF644016A395B41D4E944A6BADE /* react-native-cookies-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B0D5569F6812D82CB5CADBD6255EF30 /* react-native-cookies-dummy.m */; }; + 6F2D61F1258B4E476DF6B86B73B62968 /* JSIExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F374797252465FF2D7A549419007F6D /* JSIExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F4FA7ED8B2E2C2A4B3F96926A2793B6 /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = BB9F9260AB105CD83A06EDFABDB69666 /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F51D96F8986AB5E320CEF2EEF15E6E5 /* RNGestureHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 749A9FD28E9D0E2E26FEFA3CB6C51742 /* RNGestureHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F5E00D4AA1A75F94FF3CDD674D351A6 /* Unistd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3DCC178DE14763A2C80268EC0526B22D /* Unistd.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 6F6F1986739B2DC3294BFBBDEAABD223 /* TypedIOBuf.h in Headers */ = {isa = PBXBuildFile; fileRef = 53F444FE8A1691E1A3AF95527CF9473D /* TypedIOBuf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F7B014C9F727B785DE96B6192CA2BEA /* UMLogManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 07DB3B01C62EAFB68B6FA1D683E3A2BF /* UMLogManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F85A8DAFD190B062839ABC1683331DC /* TurboModuleBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6E2D6371FFB2B8CE65ECCDF87A3A3820 /* TurboModuleBinding.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6F8ECF74454EA9B29E8399CB8C0C01CB /* FBLPromise+Any.h in Headers */ = {isa = PBXBuildFile; fileRef = D4DA89E4F209597652A7F76DB5DC5836 /* FBLPromise+Any.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6FBF9568C72FB93D60E1A20CAA6B2B00 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = CDD2281EBF321A25AA11EE5C6D59B1BE /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6FE5899F06C740D0B89ECEB678CEF245 /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 17A8CA111B7C0A352CBED6FDA0EF6E00 /* SDMemoryCache.m */; }; - 7001B9DA8B03D9939FC801D9E5370A72 /* FIRCLSCrashedMarkerFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 121C80BAAB9781FFB78F56A6FF70DC74 /* FIRCLSCrashedMarkerFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7004CDDE809D4706C9DE85DFE888B6CD /* FIRCLSUnwind_arch.h in Headers */ = {isa = PBXBuildFile; fileRef = 7820A01445E127670B911E2F7714A7ED /* FIRCLSUnwind_arch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7010103D56E9BC3A8C98B23411429799 /* React-RCTBlob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CFFF7A81E5C833410061E0A401AAE34 /* React-RCTBlob-dummy.m */; }; - 7011B96C79DB705886C09F092CF37B73 /* GDTCORTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 984F0BE697C69441407D7B8F19C8ED65 /* GDTCORTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7010103D56E9BC3A8C98B23411429799 /* React-RCTBlob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 976BFFE7AC8FD146C65E3EB148DEF57F /* React-RCTBlob-dummy.m */; }; 701A0D90BC26A9CAE0F4FD7F3FB3820D /* SDWebImageDownloaderDecryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A48A0E71519556555E8E1A63D4F2F6C /* SDWebImageDownloaderDecryptor.m */; }; 702BF484634C2CDD4B0EDC48E3E92A15 /* mips_macro.h in Headers */ = {isa = PBXBuildFile; fileRef = B7E49DDE06C3CA562AEFE8DC49E43BBB /* mips_macro.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 702BF4FC3D4542D80C103C9068757323 /* GULNetworkConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 75C42928321D836F303996EE268BD902 /* GULNetworkConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 70512A588E6708BFD225E182016A5E3E /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 7650F58D597418B37BAD5544DE08E389 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 70512A588E6708BFD225E182016A5E3E /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = D5EBCB210CB63B044A5754806B1D222E /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; 707CE58DD716CCAC79AA0E87EA03E104 /* FlipperCppBridgingConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7DC33E903E83A31D9689A6DD1A54A6ED /* FlipperCppBridgingConnection.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 708571E7BFAC926FA2AABA4073A8785F /* firebasecore.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 069299EFCFF6E6430615690CFEAC7198 /* firebasecore.nanopb.c */; }; - 70B143807532CEA59C56CA9C1AE278D4 /* Fixture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 891E3AAEF176E71155FDFF301BA851D9 /* Fixture.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 70C8FAA4F100B6810E2C47DB1D38DD3D /* Align.h in Headers */ = {isa = PBXBuildFile; fileRef = E106B16B4BC3C018EC19BFF17CBA5DF0 /* Align.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 70DA094985206B968F4B34E602E1E07D /* RSocketServer.h in Headers */ = {isa = PBXBuildFile; fileRef = 942500BF13F5304019A8EE44A942A11D /* RSocketServer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 70931F8F47CC67A804D355831758067C /* FIRCLSUUID.h in Headers */ = {isa = PBXBuildFile; fileRef = B2E4FD40E640DF37E83F588BD7BFCC4E /* FIRCLSUUID.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 70D7776F803D16F95E0279515D70CF05 /* FIRCLSNetworkClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F9B30D5F2E3412ACB207D784D6DC5E6 /* FIRCLSNetworkClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; 70DF4F3CE764D6BA8497A4FAC306CC4A /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 6256C5840249E45455DEA3D710D429D2 /* SDWebImageIndicator.m */; }; - 70ECA28C8C23E14241B4E3ECFA84A942 /* JSBundleType.h in Headers */ = {isa = PBXBuildFile; fileRef = 03A391F8899578F3ADE31E1B30461E8B /* JSBundleType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 70ECA28C8C23E14241B4E3ECFA84A942 /* JSBundleType.h in Headers */ = {isa = PBXBuildFile; fileRef = 99FCCF17097AC3A53C7217A52A3705CE /* JSBundleType.h */; settings = {ATTRIBUTES = (Project, ); }; }; 70F119B33263F4B5A3DACD8A2AB9AEB6 /* lossless_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 62D74D8724AC9AA4E99E5580E099DB5F /* lossless_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 70FBAFA54D79520169F0895CDB6AA1CC /* upsampling_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = D06AAEC1D43C55DE2C67BB206A1C5D78 /* upsampling_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 70FC0423D5D85A10276C019472AD7DAE /* RCTAes.h in Headers */ = {isa = PBXBuildFile; fileRef = 487CF710D3B25928B13048868687BE1A /* RCTAes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 710F57D653259521280B34661797F7E9 /* ARTRenderableManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EE81D2562732172B14A9C411791C4D94 /* ARTRenderableManager.m */; }; - 71388126BF0591F0002C4E154131A649 /* RCTImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E8508562204C632153D6D8B5DD975DFA /* RCTImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 713C6F605871E06DE7AB2C2E2F5649FA /* IDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = D8B7867D6F7E2E282761456AE282942D /* IDStore.m */; }; - 716C3D75774219593ADBFD710534546A /* HighlighterView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3707C79B5D7912313B6F2133321D63DF /* HighlighterView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 716E4B8BE6785C89043A77AE4763E667 /* RecoverableError.h in Headers */ = {isa = PBXBuildFile; fileRef = 5697F11A11D826D61C3BB08A6E796840 /* RecoverableError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 716FCBA3838D5E465F1C718BF8A3807E /* RCTVibrationPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2978AF65B5D1B1112A1D33AE7D4C8C30 /* RCTVibrationPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 7173A44430C75E1902E833DA55CFEC9C /* WaitOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E37464D798EAB57966CFA44FD00105A /* WaitOptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7178226ADD6E441050428679FB6CF668 /* RCTUIUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A9117E5161E91DE6D9FB7096AF981CF /* RCTUIUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7183BC486E567391C52F0BD24D2C8DE8 /* Color+Interpolation.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E5E57A89D393DA2C41A994E5C5283DA /* Color+Interpolation.m */; }; - 718B9B5BE8BB2D2C0855EEF4CDEF8DD8 /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 65F120F63B7CEC100D6A4AFF8BD54AF0 /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71B0BEC0FFF38AF49E02937963B42C67 /* RCTAnimationPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = C14B2C9A65A88624CC62752367818368 /* RCTAnimationPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71CDB38DBECC40D6276111BC47DC9128 /* RCTJavaScriptExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = FA218BC4951B1A21D64A0068BA8B5EDF /* RCTJavaScriptExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71DA323AE9599DDFFE79308FEBB90DDC /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 503E67DAE1DFF0C92FC7712F09ECD834 /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71E9C344164B11D9B50F8B6D3353EA92 /* SSLOptions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 16F18DBFE346A5A481E073509805F5DF /* SSLOptions.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 71FEC2B79DBEA1991FBA517A8F65B8E2 /* GULLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = A3BDC5540F5209A94BBB26305C8C0D6E /* GULLoggerLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 70FC0423D5D85A10276C019472AD7DAE /* RCTAes.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C5FEF79BEC743ECA2BD2FD673D93BCC /* RCTAes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 70FC399652F3D3F4E1494D92ADEA423C /* FBLPromise+Wrap.m in Sources */ = {isa = PBXBuildFile; fileRef = 01FA454CC5BE6D52C5AF72A217A8E779 /* FBLPromise+Wrap.m */; }; + 710AFD0D2E1B1DD6D37EA9AD4C020F2F /* GDTCORAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = 685602E60FBDC5CDDAC8BA1D4C1D2652 /* GDTCORAssert.m */; }; + 710F57D653259521280B34661797F7E9 /* ARTRenderableManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BF387147E8A1949860B37D5F2831AB43 /* ARTRenderableManager.m */; }; + 71388126BF0591F0002C4E154131A649 /* RCTImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E18ADD3C2D04496B7EE28ABCB39A4B0C /* RCTImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 713AE8C332392BAEB3F266EAEC305FAB /* Padded.h in Headers */ = {isa = PBXBuildFile; fileRef = F8E0FE2BD94D21126C475F2C228156DF /* Padded.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 713C6F605871E06DE7AB2C2E2F5649FA /* IDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 23164B612A30606F6920BCB3D2DBD0D5 /* IDStore.m */; }; + 7155EB967B59F694EF6A61D9B79FF119 /* F14Map.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AD52B24ED4122E0D296351770E21F71 /* F14Map.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71581AFDF0E84032D8A7E801F3F5A60B /* GULUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = A7D50C0F9C2629952795B7D1D5B9EC5D /* GULUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7167B965D01133DD17EB83443D0A5EEB /* FIRCLSDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 896397EFB178BF2EA2A31A427DE71965 /* FIRCLSDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 716C3D75774219593ADBFD710534546A /* HighlighterView.h in Headers */ = {isa = PBXBuildFile; fileRef = 76DCA31225F0F536320F9DCD363F7B05 /* HighlighterView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 716E4B8BE6785C89043A77AE4763E667 /* RecoverableError.h in Headers */ = {isa = PBXBuildFile; fileRef = 22A034D30D1C715F075E31C849072B3E /* RecoverableError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 716FCBA3838D5E465F1C718BF8A3807E /* RCTVibrationPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = E15F1AF3F7D7F26ECA47C3B816CAC5A7 /* RCTVibrationPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 7170998798C029605F9A24C7D9576D2B /* ScheduledRSocketResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 6378BD1B094A75F2EE49A3628FA0E91C /* ScheduledRSocketResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7178226ADD6E441050428679FB6CF668 /* RCTUIUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 52311E60ADCEE45F116B2ADBBBD22879 /* RCTUIUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7183BC486E567391C52F0BD24D2C8DE8 /* Color+Interpolation.m in Sources */ = {isa = PBXBuildFile; fileRef = D303DCAD2F5022F37C67AF20747AC07F /* Color+Interpolation.m */; }; + 71B0BEC0FFF38AF49E02937963B42C67 /* RCTAnimationPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 072FC21916E7BF865E91243CB8793BD7 /* RCTAnimationPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71CDB38DBECC40D6276111BC47DC9128 /* RCTJavaScriptExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 74168BBA4DD66DB5067462EF1B20A4B5 /* RCTJavaScriptExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71DA323AE9599DDFFE79308FEBB90DDC /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = B34F5C86B6A3E71BE142CB494B7F79AD /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; 720AC7A8CF8A8830745E6593E67D22BD /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = 8601B7570AA252E718888D82F16048C8 /* SDInternalMacros.m */; }; 720C6FED7064F5B2CA7DFABC3737EEE0 /* CertificateUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = F655C1597FD17DA9BB414230A62B1466 /* CertificateUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7227919C007DF0E4799423397A9E520F /* GULSecureCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = D113EDAE5ADAD3544EE9FA72674D4244 /* GULSecureCoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 724790C6DFCF354709AF007218953063 /* AtomicNotification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F376061AE4AE5E21AC1A41470530438D /* AtomicNotification.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 724B113BDB0D9E2A9927219AB90D4ED0 /* RCTComponentData.m in Sources */ = {isa = PBXBuildFile; fileRef = E09A7D2DFBF8DCD8724AE518D39995E3 /* RCTComponentData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 726669539FA586C61BC51BF6544FCFEA /* FrameType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F1E14F978985115E946394071F172EC1 /* FrameType.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 7273E470029F2D1437729B26DBC9A04F /* RNVectorIconsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F927C2398F47C86ED960099D05A735 /* RNVectorIconsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 728B80A7EF0CC422582C733F08F84C16 /* RCTDisplayWeakRefreshable.h in Headers */ = {isa = PBXBuildFile; fileRef = 6767FDF2F84A19D64BB463A3893663BE /* RCTDisplayWeakRefreshable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 729177AC4FB9AB7E5636278ECFF278E6 /* ARTText.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A7EDF0984368323B132AE195FD3E3CB /* ARTText.m */; }; - 7299A84D931CFDF82BE269978125CEDB /* FIRCLSRecordHost.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D5C967BD780F20E700AEA22FA14D2FE /* FIRCLSRecordHost.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 729AA2827084AC96914FA788FA4066E1 /* RCTTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 30CD421BEF66ACA8E37209ADA6D34080 /* RCTTouchEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 723EFC12107693BE96D29AB6EA86FF20 /* FIRCLSURLBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = AD226BCBC490946ED36E90350AA3C0C1 /* FIRCLSURLBuilder.m */; }; + 724B113BDB0D9E2A9927219AB90D4ED0 /* RCTComponentData.m in Sources */ = {isa = PBXBuildFile; fileRef = 6976BF35456CB025AA286748A5C04864 /* RCTComponentData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7261ED5DBF9549B8EB9D33B100FBD8EE /* RNCAssetsLibraryRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = D0519A3FD1A7B438B36072CDFA46DDA3 /* RNCAssetsLibraryRequestHandler.m */; }; + 727F3EB2A5D6C20A5C3223F68E21D0F4 /* FIRCLSOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = CB8C8B32160AC815D0BE301073B3D471 /* FIRCLSOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 72870EFAFC806F2D536C786F8C27C30A /* StringKeyedUnorderedMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 5882C8B326D8C2896E07CEB956D8A202 /* StringKeyedUnorderedMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 728B80A7EF0CC422582C733F08F84C16 /* RCTDisplayWeakRefreshable.h in Headers */ = {isa = PBXBuildFile; fileRef = 08E4CE9720B65B3319A2C164530FA2CB /* RCTDisplayWeakRefreshable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 729177AC4FB9AB7E5636278ECFF278E6 /* ARTText.m in Sources */ = {isa = PBXBuildFile; fileRef = ED2C2EF7BB42734BA9C75E158B0DF54A /* ARTText.m */; }; + 729AA2827084AC96914FA788FA4066E1 /* RCTTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = BB774C547F99C5370951A3B6F9570295 /* RCTTouchEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 72A0E8FDFE35A40DED03137BBD91453D /* CallstackHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 639AE67EFF13A5A954EA3309B36505E2 /* CallstackHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72A66CE84FB8342BDF5BF5FEFE9CEA22 /* FIRConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C5BBD4AF728F69889ABCD0E4D9B18BC /* FIRConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72A8CDEB98E542F7B20BC824CFEEBE59 /* Bits.h in Headers */ = {isa = PBXBuildFile; fileRef = 17403AC316FCF34A863F06CB4FAD5AC2 /* Bits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72B309CB2B321DDC8F5F0D7DC46A2996 /* experiments-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A284BCC4BBB7EBBC56F959F74558E6 /* experiments-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72BBB4451EB65DCFC7449FEE30AB940A /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = 61341C96A15BAD59AC95E8378ADDDA1D /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72F3BC2265A372E83C3178B3EBC113A5 /* RNPushKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A34F4E38FF6200F1DC65C7FF9426AE3 /* RNPushKit.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72F8CE0EC88E0C5939B2A6013593A136 /* Lazy.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B563787B475E138B99D047A2373BADB /* Lazy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 72B27A09A1AF231A88F1C04EB37E602D /* OpenSSLThreading.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 647A8F5A3D2198EF7CEC7680252421F0 /* OpenSSLThreading.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 72B309CB2B321DDC8F5F0D7DC46A2996 /* experiments-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 323A480F3E7D5A1058E1B5013D80F214 /* experiments-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 72F3BC2265A372E83C3178B3EBC113A5 /* RNPushKit.h in Headers */ = {isa = PBXBuildFile; fileRef = BC88C5514E8AC771285E1AA6D60E86B1 /* RNPushKit.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 72FE894B264032DF7503F549814BACD3 /* FIRCLSConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 19237521580DB582429BC6C098BD1737 /* FIRCLSConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7303E6FCFCB5CF27F618F2B87B483B9B /* UIImage+CropRotate.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B9C65A2804562C2DBD5FAB5660C9E56 /* UIImage+CropRotate.m */; }; - 7316AA54656B6AC36F55AAA99BBA426C /* UTF8String.h in Headers */ = {isa = PBXBuildFile; fileRef = A120F36785A71D7E318FE4929ACB51C4 /* UTF8String.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73199B5E3AF28C3E0484B8026C585B06 /* BugsnagSessionTrackingApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 84B1158396BE1CFCA72E202AAA55BEA2 /* BugsnagSessionTrackingApiClient.m */; }; + 73180619049657209DC7D86AC88197A4 /* RNCSafeAreaViewMode.h in Headers */ = {isa = PBXBuildFile; fileRef = AEC1DA196392E6A4C52AE27E7F00CB4F /* RNCSafeAreaViewMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 73199B5E3AF28C3E0484B8026C585B06 /* BugsnagSessionTrackingApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 35353A2CDCEFBD5443431680626D7747 /* BugsnagSessionTrackingApiClient.m */; }; 734530C3D3B6CE3CAB7BE35B0B4E47CE /* FlipperClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 739F466C5540DA8E136AA5804151AA72 /* FlipperClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73567267D4FF8D1C9A63C9CF8A41A7D4 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BACA24472AB96FACF4551B128F8C249 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 736395C3B66B745350C1945DC73FB273 /* BSG_KSCrashReportVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = D591993AD075A0A36CDA225F92898D60 /* BSG_KSCrashReportVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7368DAF4F1A6D47816005BCE05065217 /* FFFastImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F08A7D58F1202141D45D338D6E77280 /* FFFastImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7371E2611C2E7E46296700CD4474B560 /* IOBufQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = C535F9D9F17CA6E72A0287E275AE0134 /* IOBufQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 73506B2CD34FFFE8E5029F5D78143E24 /* firebasecore.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 52F6E11E761079105FB55EAA4A24422A /* firebasecore.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 73567267D4FF8D1C9A63C9CF8A41A7D4 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = E0FDB3F46331D35BF6121BC84A7E3616 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 736395C3B66B745350C1945DC73FB273 /* BSG_KSCrashReportVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = E92E3E507BB876CA8A5555763137C711 /* BSG_KSCrashReportVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7368DAF4F1A6D47816005BCE05065217 /* FFFastImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = E3D4928ECEBE6FC9757B2AC7BDF99FF1 /* FFFastImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7377B00AC112D93806E7ED3236BF2072 /* GDTCCTNanopbHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 4721D3F64CC61B9E7C3183AE601D9E87 /* GDTCCTNanopbHelpers.m */; }; + 7382C315B793423DB244B4FC7EC4A79C /* firebasecore.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 069299EFCFF6E6430615690CFEAC7198 /* firebasecore.nanopb.c */; }; + 73861AA2D4F81EC1EB34597A18C3B91E /* Likely.h in Headers */ = {isa = PBXBuildFile; fileRef = F6A00BD376234BD3073F995C1FB8712B /* Likely.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7393334C3A9885DA6B26AF08D8A64583 /* muxedit.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A51E975AF8C03EA935BC507DC4FC2F4 /* muxedit.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 73BBE13F96A81C5403B92DAD822D6E86 /* FBLPromise+Await.m in Sources */ = {isa = PBXBuildFile; fileRef = 67B8AABDCCD394EAEF02548581A72401 /* FBLPromise+Await.m */; }; - 73CC4E68168F2EF06053CDCE9E9F94C1 /* PThread.h in Headers */ = {isa = PBXBuildFile; fileRef = AB931BE107FC1D4BFB8E40461E13736D /* PThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 73B8AA869C9826686845C789D89EA07D /* AtomicUnorderedMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DA3F95713B8DEC6D676E9C459826820 /* AtomicUnorderedMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 73CE1D028D9D4122C59BD2BCA4EAC27A /* Windows.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C541A7533550ABFC70B91DF817BFCC /* Windows.h */; settings = {ATTRIBUTES = (Project, ); }; }; 73CE3BCB51B25E0F26CEB68994A7D3CC /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 856C16951D8E717CD504466F88CB476D /* SDImageCoderHelper.m */; }; + 73D9853C8F5F8418431B1B0B83C63CB8 /* DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EF1698FF21DF374A4AE9D31ABE3A971B /* DoubleConversion-dummy.m */; }; 73DA361F645750409B5E256817EF555F /* TOCropViewControllerTransitioning.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B888FCA3A56CA1CA6E6F0CBED255517 /* TOCropViewControllerTransitioning.m */; }; - 73FEC086430EE9B2068E1EA4F0567273 /* MemoryFile_Android.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61CC2BB9F12029297BF12A35867A2E9C /* MemoryFile_Android.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 7416DBC32D24C45B493822A3C9024997 /* Future-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BBFFFB7191A61992027A98BED78B1E6 /* Future-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7433B581FA76E6AB3A3515560B4ACAF2 /* FIRCLSMultipartMimeStreamEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 832F083FF532BE671C8BEBEE62C4FC73 /* FIRCLSMultipartMimeStreamEncoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 743AC82FFE98629158853C3D84D9F87F /* Hazptr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C5F9BE1025F25C801E19AF5C42F0D4E9 /* Hazptr.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 743CF3D8B0F4A390B10BF0E559685D5E /* CMakeLists.txt in Sources */ = {isa = PBXBuildFile; fileRef = F9062D58B4E9111B7B793744037D3E47 /* CMakeLists.txt */; }; - 745F96B3DD39E4DE58373E8C397EB8B9 /* FileUtilDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = CECBD456B59210C37E9B347311BBAED5 /* FileUtilDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7404CED566B4DDE75D1C8CB1D035F05E /* FIRErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 82B68BA1DB91A28831B1C0ED1E4D39C6 /* FIRErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; 746320644311D743D6A0355853EF5E40 /* SKTouch.m in Sources */ = {isa = PBXBuildFile; fileRef = 61CDCF0443B295BF4A749BD252BA3531 /* SKTouch.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 74747BADF45DFF96C8FE5DEDADB7673B /* Flowables.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D48AC789F2FC477DD3DB0D47311435BB /* Flowables.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 747CC2D530550EA5D51FCB4C59DF2700 /* DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EF1698FF21DF374A4AE9D31ABE3A971B /* DoubleConversion-dummy.m */; }; - 74803FDE3464C279F903F9F907F5702E /* RCTSurfaceStage.h in Headers */ = {isa = PBXBuildFile; fileRef = FA28C9EAC96802B1D6C95CCDC3CD7D79 /* RCTSurfaceStage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 747347C9E6B56B20574F135626579054 /* FIRCLSOnboardingOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = A1BBF7C756062DAD04F0015949795602 /* FIRCLSOnboardingOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7474D0A7F016E80778AE52AB080BE252 /* raw_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D274898AA4701C06E0A5D5290F2FD3F /* raw_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 747C41A7777A999CFA3D5CF28A2D17C4 /* Hazptr.h in Headers */ = {isa = PBXBuildFile; fileRef = F3A7745BC949323C0559EEE89EE356DC /* Hazptr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74803FDE3464C279F903F9F907F5702E /* RCTSurfaceStage.h in Headers */ = {isa = PBXBuildFile; fileRef = 373ADD8BE510F3D72330A3CC8B7B14F9 /* RCTSurfaceStage.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7490E3D1331BE67120F9F2739D2E943F /* picture_tools_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = D37BB266164AE5B36B496F7C2A1DBD3C /* picture_tools_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 74A01638F55664D227B033B5DD2CA7F2 /* RCTSurfaceRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = D72DB4B07C80648FAE86C7B1DAACE7FD /* RCTSurfaceRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74BACFAFA11661160135C23D8B7E5907 /* FIRDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = 0781F7E7BAAF0A8DADD804243F814C91 /* FIRDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74E2A8F83F8CC3203BBCD58A0CBE70D4 /* RCTTVNavigationEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = EDAE1B266AA4E0C59AFDDBFB3C4A13B8 /* RCTTVNavigationEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74EB1E57ACE6D45BC43F1E54173B51F9 /* RCTRedBox.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1FFECE708796EA1B529C0BE2721407AE /* RCTRedBox.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 7521CA64287154866AF0E128F0BCAF4A /* StreamThroughputTcp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3E04A42256243F07DA15337B2A0A0D65 /* StreamThroughputTcp.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 7537E15FB387496068F96AF1F3620FC0 /* UMUtilitiesInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = B7BFB18DA23EE8AF529C2B09CDC32326 /* UMUtilitiesInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 756C7CFC016B390B3F991D982AF5342D /* SSLContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 1555860829E7CA0A51C1F82EECCBF570 /* SSLContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 75710E598230BC18FC95AE95EE0B0334 /* String.h in Headers */ = {isa = PBXBuildFile; fileRef = A3264B8F4BE4BBAA9A02B2BB256EEC8E /* String.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7498AFAAE2EFAA61F05CE8562469CDAB /* AsyncTransportCertificate.h in Headers */ = {isa = PBXBuildFile; fileRef = 412AD2AC451D2087ED85E933B15A58E5 /* AsyncTransportCertificate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74A01638F55664D227B033B5DD2CA7F2 /* RCTSurfaceRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 802C845E44991B943CFCDCFDD827A151 /* RCTSurfaceRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74B4FB1EA24FA31CFBE58617136D9514 /* F14Table.h in Headers */ = {isa = PBXBuildFile; fileRef = 7658EE8734CC7A5E8602CE50E1ECABE2 /* F14Table.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74C000ED119FF6BEB81E5EE92FAFF1FE /* Portability.h in Headers */ = {isa = PBXBuildFile; fileRef = C374E4C41C121E1C703616E68E6EE634 /* Portability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74D86512B76EB5951D255CB9631423CA /* PromisesObjC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C38CAF8CAFB941E27F8FC260A48F071B /* PromisesObjC-dummy.m */; }; + 74E2A8F83F8CC3203BBCD58A0CBE70D4 /* RCTTVNavigationEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E074E72FAA8B2520F43080EF554B384 /* RCTTVNavigationEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74EB1E57ACE6D45BC43F1E54173B51F9 /* RCTRedBox.mm in Sources */ = {isa = PBXBuildFile; fileRef = B95D6B2B77DC9944A070034A19062705 /* RCTRedBox.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 74FF1669700872F68ECCB121E900374F /* Singleton.h in Headers */ = {isa = PBXBuildFile; fileRef = 0876696CAECA40DB9689E65FA1C02BBC /* Singleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 751259A4AD093D37A789125A91B65BD5 /* String-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EE1C35D471478C999CDD854BA16BC61 /* String-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 752F542E89474F7D90471444ED899F4E /* IOThreadPoolExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 40E22757FF9FF39234BA0CD24958BF4B /* IOThreadPoolExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 75345DA97662F677F4F0A5E81752DE55 /* MPMCPipeline.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B3441D2555C9CB912A8C993AC3E21E1 /* MPMCPipeline.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7537E15FB387496068F96AF1F3620FC0 /* UMUtilitiesInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 38124A4F4DF3AA5E15B05817C4CE8CDD /* UMUtilitiesInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; 757EA5262A48E5AE1952DAB0E5D1677A /* SDDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 1671D95D2A1FEE5F77B2F3BFAE7BA7B1 /* SDDisplayLink.m */; }; - 757F62650D9DB63F85CBB065AC352F16 /* RCTShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = A82908B388F27F45E7D630630F7646B0 /* RCTShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7595CD4FA9CC682A4DDF53128610668C /* log_severity.h in Headers */ = {isa = PBXBuildFile; fileRef = 2823B7A813446A42A2AA92B1CCE316E2 /* log_severity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 75B7528A26AF6C0CBC84C022FDA9DCE3 /* REAAlwaysNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 66F4BC60BE0EA9665EFDFD5F54456D79 /* REAAlwaysNode.m */; }; - 75E690E5AC80B0D35D8D5F235807566C /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 85291DAC4D152EC2DF0A71FC89E022C0 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7609471F84BD25C90BAA39752B45C1E2 /* RCTFrameUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = ED5A5918B7517A443386ED9D77745DD5 /* RCTFrameUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 76127EC6986E8523779DDB9A2C8894E0 /* ErrorCode.h in Headers */ = {isa = PBXBuildFile; fileRef = E918FAB0CACF0BFEBAEF8E47E8EF4C15 /* ErrorCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 761D4865C5C71EF83D7EE6C769158DCC /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = C5EB6693FDBEB9022FC01E7F9C1008A8 /* fixed-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 764880507B2E6699A34AB7D2DDD7DBFA /* RCTModalHostViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9656DBD548118B7ABDFE5CFD5B69AB12 /* RCTModalHostViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 764A51A3CFCA3CC5716918A6126D6478 /* FIRCLSCompactUnwind.h in Headers */ = {isa = PBXBuildFile; fileRef = 00757B0157CF40DB233460CC17708188 /* FIRCLSCompactUnwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 766D65440C42BE2CDEAABF1CE4963730 /* RNCAppearanceProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 96E091C1728A0B6070091502D5AA2B1E /* RNCAppearanceProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 767BA5A7C97CEF2D3D4E0429D446042F /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 99F929A7CBBE1B940E9A555F418665AB /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 767D1F3280E48FA766595024D30F2BBC /* RCTJavaScriptLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 663C10BC17623407E951843DEB8FCD97 /* RCTJavaScriptLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 769D876AF550FAF17144EC1E0B3AD06B /* EXFileSystemLocalFileHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 34584BA3A2D5AF7650D5D8B749A2A129 /* EXFileSystemLocalFileHandler.m */; }; - 76A230041E87718C5D90CD3E966E79B4 /* FIRCLSApplicationIdentifierModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 89DB19A537351C7C617B17F3B123451F /* FIRCLSApplicationIdentifierModel.m */; }; - 76A4452290461A2CF4E2BCECD4875C6B /* Hazptr-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = 28A1942F367ABC7903ABB67F7C710369 /* Hazptr-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 76D4182313055433E039355D8E01CDE6 /* FBLPromise+Race.m in Sources */ = {isa = PBXBuildFile; fileRef = CEC293269075727CBDCE70ADD6FBB5E6 /* FBLPromise+Race.m */; }; - 76D9153625F619C4FB318691E899D79B /* FIRHeartbeatInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = D0AE60B18FE3616EA7E23ECE0C7AB7C5 /* FIRHeartbeatInfo.m */; }; - 76DED004B8C996B32B7E3EDF5379AF70 /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 08917AE47DD0A964713A4DCB0CD85E2D /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 76EAAF1543A543326F7CC0E31A23EB1E /* FIRErrorCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B5A73E3C85EBE7C64B8D45F76B1448B /* FIRErrorCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 76EDAE2B2C19EEBD786B950168002CF4 /* EXWebBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D5A4E43D695613ABE5660952E1BE0D8 /* EXWebBrowser.m */; }; - 770A405E700C8F26E40E7B9563E711B5 /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 31E1A752B9AE89ED1332D84970D6BB51 /* en.lproj */; }; - 77137DBCC6A379BBECD3A6A6AD2C7E1E /* GDTCOREvent.h in Headers */ = {isa = PBXBuildFile; fileRef = F613CB900F2AE85AC3F1E5615A2FD6D2 /* GDTCOREvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7736EB5FC8539EA2386AFE8EA9FC1458 /* REAAlwaysNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 24054634C028FF998D36AE3BE904A5EB /* REAAlwaysNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 774930257C310C8D8352F2B1066E7188 /* RSocketStats.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E6F85464D0E9C589588B0CEA2AFC418 /* RSocketStats.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 774D61A74BE898AECB27357C6C827982 /* FIRCLSURLSession_PrivateMethods.h in Headers */ = {isa = PBXBuildFile; fileRef = 007085FF1891559D5CBC799FF18BA599 /* FIRCLSURLSession_PrivateMethods.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 778323193B6178498CA1CEDEBE1736B2 /* FramedReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B4F2D3B5E7FDC511C0C047620D2C928 /* FramedReader.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 757F62650D9DB63F85CBB065AC352F16 /* RCTShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A2A6189AF2B66131A3972FFDB38639 /* RCTShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7596148AF404E5BB8DE2632EFC01D0E0 /* Uri.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 270E33066FA63F9FE472144800B72237 /* Uri.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 75AFF88B35DB80A20441A5235DA91D44 /* FIRCLSProcessReportOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = CC1BCE08B65FD290DDF6D74968672A28 /* FIRCLSProcessReportOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 75B7528A26AF6C0CBC84C022FDA9DCE3 /* REAAlwaysNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 948C0A90A29A19ED1AC389C81BB8CF13 /* REAAlwaysNode.m */; }; + 75BA20E0165C5EC5181172D4DDF6CE42 /* FIRAppAssociationRegistration.m in Sources */ = {isa = PBXBuildFile; fileRef = 06478CAB468FDEBAC5D6AF508A28CD53 /* FIRAppAssociationRegistration.m */; }; + 75BC1236418ED06186664078AA81DFD2 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D93C4FEB7C254E430056DE79BC57D48 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 75CBB53A3F1AF861DFD77162187293D5 /* BitIteratorDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = BE8076D11AD8635E478493A6C67EA941 /* BitIteratorDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7609471F84BD25C90BAA39752B45C1E2 /* RCTFrameUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = FFB076EAEDFEC6D6E5FF038959E67F9A /* RCTFrameUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 761045387754C6047E7422E7F1035F1D /* Varint.h in Headers */ = {isa = PBXBuildFile; fileRef = B7A545FE1BEB02ED05CEFD4A59D377DF /* Varint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 764880507B2E6699A34AB7D2DDD7DBFA /* RCTModalHostViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D3F88878F250121674000FC355D567B5 /* RCTModalHostViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 766D65440C42BE2CDEAABF1CE4963730 /* RNCAppearanceProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 239D9510475EBD85DBB5803C9B961905 /* RNCAppearanceProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 767BA5A7C97CEF2D3D4E0429D446042F /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = EDF04A6DEB6E7FB2FECAC57C8E0C9DA2 /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 767D1F3280E48FA766595024D30F2BBC /* RCTJavaScriptLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 60C9DFC7E71712B35D52C219F492A93D /* RCTJavaScriptLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 769D876AF550FAF17144EC1E0B3AD06B /* EXFileSystemLocalFileHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B5642E6EB67BA919B5F306C33808743 /* EXFileSystemLocalFileHandler.m */; }; + 76B76FC8DA45AB63C0EAEF2E774715AF /* GroupVarint.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F6E064F8452EEF8865268F954A7D752 /* GroupVarint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 76DED004B8C996B32B7E3EDF5379AF70 /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = BFD2D7E5402F0DC5E6AC7F9FD78781AD /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 76DFE67A360211093104F59FC1DD7225 /* RCTView+SafeAreaCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = BDA53F3D924FAEE87B13686E90B2E1D4 /* RCTView+SafeAreaCompat.m */; }; + 76EDAE2B2C19EEBD786B950168002CF4 /* EXWebBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = 57D31EE2DB8C56CA2C22F639F25C2300 /* EXWebBrowser.m */; }; + 770A0841BC40B272325D826C6696BBB3 /* Rcu-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = DA9F7FBB8A40B6A82B036A95054A2803 /* Rcu-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 770A405E700C8F26E40E7B9563E711B5 /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = CA08E5EC9B6113E78AAEE14C49B42475 /* en.lproj */; }; + 7736EB5FC8539EA2386AFE8EA9FC1458 /* REAAlwaysNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E980F887F39D57FCA2F6C6A99312EE47 /* REAAlwaysNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 775ACF13A625699FD83D0971C3E58A79 /* GULAppEnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E525D8DEC88F2B11187D0F7AAD7A70A /* GULAppEnvironmentUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 775EFF67826C97499F9230765C5D908D /* FIRCLSConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 590B92C661C38A079042B697E64EC4C2 /* FIRCLSConstants.m */; }; 77931165EF4C3D5E345752A28601F000 /* SKViewDescriptor.mm in Sources */ = {isa = PBXBuildFile; fileRef = F8372E8D2173014B0E22C87E6259C7E4 /* SKViewDescriptor.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 77A443077DFF6DDF2FBAE81A7E072A5A /* FIRHeartbeatInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2412740D8B5C699F1DA6D7FF2E5B0326 /* FIRHeartbeatInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 77B7E32EDBB8D7A54CDCA17F10E7DA19 /* Constexpr.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D5526331D14CDE44EAA056206EA6F52 /* Constexpr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 77C75675FA2DCD64142B414546899501 /* RNFetchBlobRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = BEA07B1F1F4CB4021CF31AC66FFE168E /* RNFetchBlobRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 77E4310DB2D126F95C98D440880234EC /* Subscription.h in Headers */ = {isa = PBXBuildFile; fileRef = 37F304C9B2717287A94602284A638E6F /* Subscription.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 77EB08990C653F7070F61B99AA217A4F /* FrameFlags.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 719A358C95C4D18F0996733D16D8DF75 /* FrameFlags.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 77F1B392EF92FE277845B808BA467FC0 /* MemoryFile.h in Headers */ = {isa = PBXBuildFile; fileRef = A5F68EBB960BB85D6CC58B2AA12C9D76 /* MemoryFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 780C81B5BEBF13C3B163DF4CC32A393E /* EXReactNativeUserNotificationCenterProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 549F2E274E3F2572A2C6E45523BC7241 /* EXReactNativeUserNotificationCenterProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7797D8925217702587628181C7B88F89 /* VirtualExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46AE1E72F55216E57314DC5EC6A46F94 /* VirtualExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 77A3DA5BD4F3100083F0076D9B9AF719 /* OpenSSLThreading.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AEA684460C72648D2B819B76AC93FAC /* OpenSSLThreading.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 77B4EF80891CBF092D9510B9F4B2A2F6 /* openssl_aes_core.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 27DEF9BD8ED2901CD0BD517A7D758B89 /* openssl_aes_core.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 77BCF34BECEC2C82F2447635F13D4CB7 /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = 504BFB23DF17D5CE94E18563B62F744A /* double-conversion.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 77C75675FA2DCD64142B414546899501 /* RNFetchBlobRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = E073131591CCE82B643BF8FC8877E559 /* RNFetchBlobRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 780C81B5BEBF13C3B163DF4CC32A393E /* EXReactNativeUserNotificationCenterProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = CC29B86EACE55229B00A3A67A3C7FBF9 /* EXReactNativeUserNotificationCenterProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7813F8A58A79105FE9C88A5763240744 /* TOCropViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 67B4CA6B716F5320FB9608B5EFA12518 /* TOCropViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 782B00FB8B88F0A06EEF80C17AED7D32 /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = E0399BA3ACDFFFEF7A5DD6A70B73A1EC /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 783500BAD588EBB7DA83C5395D22C335 /* RCTRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = E366B16820D28A0BE29B20B3D44D4188 /* RCTRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 783FC2FE212B74549386C06BBD78DC89 /* Semaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = 86E6F7AFE85016C0C564440A53EEE2FB /* Semaphore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78403DB498B5B23975EFD391133F6789 /* GULLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B4EB78DA68B9B8D3B35E2CFCE318F72 /* GULLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 784718286CE445AD126906FB457147A1 /* BitVectorCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = BCFB39DA6BFF23700B03984AEF4DEE2C /* BitVectorCoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7894538708043EA6C58F0503975094CF /* React-RCTVibration-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BFAEF3C69F3A3C84C4982FD3BB6CF878 /* React-RCTVibration-dummy.m */; }; - 78BF10A54CBEDEEF0C9A6AA6B619AFF6 /* RCTI18nUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B982C9C75305A90662326A7440FA2FD /* RCTI18nUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78D75497D8A4D1E7B532209B05BA4E8E /* RNSScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = A68BDE1D27D8BBDF4F0FF1E4D3299C7E /* RNSScreen.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78EB7661C03288458E9F5B8A0F3B3927 /* GULAppDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7839F2D96277B4431678105EB411A0BA /* GULAppDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78EDEAEFAC298AFAD78C42A749175581 /* MemoryResource.h in Headers */ = {isa = PBXBuildFile; fileRef = 65BA2A20A84D3EE87769B0EFC95EBE52 /* MemoryResource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78FB7E1212F307A619743C8238FE6C4A /* RCTSwitchManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B61C809341902C6444FABBE88D36730F /* RCTSwitchManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 790A999E9B4A09B5138DEF39CB61544A /* NestedCommandLineApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 290CD65D40E54C31A2E113E36F70FDD9 /* NestedCommandLineApp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 791D9E7134234B71A55F950336311FE4 /* BSG_KSCrashReportFields.h in Headers */ = {isa = PBXBuildFile; fileRef = 4406FD946F84D4056316B36CE18DE4F2 /* BSG_KSCrashReportFields.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 793659856B8D6DFE07EBEEAA29553CDE /* dynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 66479D519BB35A5676A0805E3F8C24F6 /* dynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 79696B3A435F6C0AB4ABC01C7BED6E38 /* FIRCLSProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = 41EC9A082146249F7FAADB7E975CB5ED /* FIRCLSProcess.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 796AA6890C1BF4BBD4CFE0E41349D9FF /* FBLPromise+All.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F5744FABB388827D57808557D9928B3 /* FBLPromise+All.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 782B00FB8B88F0A06EEF80C17AED7D32 /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = F22EB5E9D9AF14B732F142E39A2B20D2 /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 783500BAD588EBB7DA83C5395D22C335 /* RCTRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D634AA8C41A67EFE129EE9611809BDB /* RCTRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7837ABC95583819DDF4EBFA959614C06 /* ApplyTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = 25064B5D821155534630D95B78FD7790 /* ApplyTuple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78446A30C32E1E5AFCD46BF374C7D786 /* FIRCLSSerializeSymbolicatedFramesOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 79E0A5D35BB7344824EE2C24204CAB73 /* FIRCLSSerializeSymbolicatedFramesOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 784CD9C35E0709D505DC68569C1E3929 /* GULHeartbeatDateStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = D62DD51668862D6A2333CAE56192CB2F /* GULHeartbeatDateStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7894538708043EA6C58F0503975094CF /* React-RCTVibration-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 691C808AA37346330DE0A81E65E1DE47 /* React-RCTVibration-dummy.m */; }; + 78B9B192F75BBA7430108DC883FA6FC1 /* Future.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 614D39C3DD5173CD0CD7EB332740FDB1 /* Future.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 78BC7712D18EC46033DD96C914B334FF /* ProtocolVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = BA2B988B207FFBFA5D705AE2D1364866 /* ProtocolVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78BF10A54CBEDEEF0C9A6AA6B619AFF6 /* RCTI18nUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 8690188E1AD01240C060542DF610F0B4 /* RCTI18nUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78D75497D8A4D1E7B532209B05BA4E8E /* RNSScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AF9EFE5D574B9917683C13991CEDFD2 /* RNSScreen.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78D81137BED9497F5DC333B3AEBA52FF /* GDTCORUploadCoordinator.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DF0954BD8054A90907EB224D57A8A24 /* GDTCORUploadCoordinator.m */; }; + 78FB7E1212F307A619743C8238FE6C4A /* RCTSwitchManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EE6A4A7DE6B3751C822497BE2C904C1D /* RCTSwitchManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 790FC273380B9F9D7624E794E2C9D1CD /* Sleeper.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AE8FC146690DD102AB9C6F1A89A7F82 /* Sleeper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 791D9E7134234B71A55F950336311FE4 /* BSG_KSCrashReportFields.h in Headers */ = {isa = PBXBuildFile; fileRef = B9D4251E7593440D5ED7EDD41BC85A4A /* BSG_KSCrashReportFields.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 792B466F92509CC9774CFBF90D1D6E5B /* Constexpr.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D5526331D14CDE44EAA056206EA6F52 /* Constexpr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 796DC20FC9F705B328793328CDD174BB /* Flowable_FromObservable.h in Headers */ = {isa = PBXBuildFile; fileRef = FB06AB4CBBA24359B19FDC609BA10CC8 /* Flowable_FromObservable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7971489FE0E05FB193CE5D22BA000937 /* GDTCORUploadPackage.h in Headers */ = {isa = PBXBuildFile; fileRef = CDF0444A1FD7F32A204BDBD7C83D1CB8 /* GDTCORUploadPackage.h */; settings = {ATTRIBUTES = (Project, ); }; }; 797B776C5B3EB4F16684EEEA7215BBF7 /* FlipperKitNetworkPlugin.mm in Sources */ = {isa = PBXBuildFile; fileRef = A6D3289DA5E5937FA70A107D5CCE14FB /* FlipperKitNetworkPlugin.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 79A5EE0DBC785FDAFA6E7EA2F267D436 /* FIRCLSFABAsyncOperation_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C68F17C8C9A065157DF6A4DBFEC6591 /* FIRCLSFABAsyncOperation_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; 79AA16D3A14B3FD53117A93B8A0EB0C1 /* SKObject.h in Headers */ = {isa = PBXBuildFile; fileRef = B03BDAB50901FE46F650F9CF72D2A0FB /* SKObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79ACDDF1B6A14331E2472A82459AB2A1 /* BSGOutOfMemoryWatchdog.h in Headers */ = {isa = PBXBuildFile; fileRef = E95055B5EAED202EF511AEA37BD1CF5B /* BSGOutOfMemoryWatchdog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79B631AE50D6815BDC96A0A31C37B300 /* GULAppEnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E525D8DEC88F2B11187D0F7AAD7A70A /* GULAppEnvironmentUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79C7287A24D91D2AF86BCD9046053415 /* FIRCLSInstallIdentifierModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 859A01DB9BD91E8691E025D3259F4357 /* FIRCLSInstallIdentifierModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79F106C4F349974C60A66200B5472D16 /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 66445E1AAC8E884669D7B0DE96EF6783 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79F68980ADC214C225D280EF1DC8CA1B /* GDTCORDataFuture.m in Sources */ = {isa = PBXBuildFile; fileRef = 372C88C139F6DECDDDE39091642AD22F /* GDTCORDataFuture.m */; }; + 79AC1E081B0A1522D29AC3D7F056FCF1 /* FBLPromise+Then.h in Headers */ = {isa = PBXBuildFile; fileRef = 53FB7361A6A40D90635C1CB2D7E57F7A /* FBLPromise+Then.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 79ACDDF1B6A14331E2472A82459AB2A1 /* BSGOutOfMemoryWatchdog.h in Headers */ = {isa = PBXBuildFile; fileRef = 17577A6287D04D2AAE4C0CE7D0E4DC84 /* BSGOutOfMemoryWatchdog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 79BE046BA437FC71AB97F70D2875E551 /* RSocketStateMachine.h in Headers */ = {isa = PBXBuildFile; fileRef = 48055EC489F160A0F7D06948347DB910 /* RSocketStateMachine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 79CE7042D63D07FE19B42596CC71C3E3 /* F14Table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AA400B23F080CA1CFFA5798ED5753351 /* F14Table.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 79E140050AA16502C0FFEBB0A39C1A70 /* Launder.h in Headers */ = {isa = PBXBuildFile; fileRef = FDF1189A67952C4C26C5E735109AB2A1 /* Launder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 79F106C4F349974C60A66200B5472D16 /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 632FD78A10C32BEEBC23447194D2EBA4 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 79F6B945300F74F2C4353E6110F36A32 /* YogaKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A5AF0586D8E65EA751DC026B073D8EE0 /* YogaKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7A036D4D0E57AD7CF7A16EDB86B0EA1D /* FIRCLSRecordHost.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BA492FBDB4DBDBB89AB69B950DDB886 /* FIRCLSRecordHost.m */; }; + 7A058CFA0A5C4BBCF02D2EFDE82EA65D /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 401A310C8975CB5E068A59575A723A4F /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7A0C69BAE1B0A4C5FB5853556B46B6EC /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = B50A142A2F9470B80F4DAEFAEC74C7FF /* SDWebImageError.m */; }; - 7A117409B4D9D5F37FA5557FA84E1448 /* EXFileSystemAssetLibraryHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 060763019E2E465F06870A92C77E6153 /* EXFileSystemAssetLibraryHandler.m */; }; - 7A1E4DF24378EFDFD5A9DA4C871C454C /* GULAppDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A586E6EB626170EAADFB59967E54BE7 /* GULAppDelegateSwizzler.m */; }; - 7A75E9048BD546B01601B8A1F15861C3 /* FIRCLSURLSessionDownloadTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EBA5DF374B2E9BF9FD9A407E7D7AAF8 /* FIRCLSURLSessionDownloadTask.m */; }; + 7A117409B4D9D5F37FA5557FA84E1448 /* EXFileSystemAssetLibraryHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = ACD809314A722E482FF42ACDDD05C231 /* EXFileSystemAssetLibraryHandler.m */; }; + 7A154809A3ECD6E0ED1160BB0F7AB9E9 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = EA4D931911FE1734B4AF41A9D8549E72 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7A1BC4E5FD321D22855C5E3D95D26EAC /* FramedReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B41F89950BA0BD22A8B64CE892B75C6 /* FramedReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7A5BDD3BBE43A139E4EA1AB988EB1BBB /* RNBootSplash.h in Headers */ = {isa = PBXBuildFile; fileRef = D72F7AA0404E64DD55CFA8471C835757 /* RNBootSplash.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7A7D6C718598359C0209DEFD05811141 /* dec_clip_tables.c in Sources */ = {isa = PBXBuildFile; fileRef = BA5771BBD2E4D868410A983C2E62BBA9 /* dec_clip_tables.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 7A7FD0C178BEC67C68D15E24768E91BC /* RCTTextSelection.m in Sources */ = {isa = PBXBuildFile; fileRef = 3277ADBF5B7BF4B582D63F985B01CA58 /* RCTTextSelection.m */; }; - 7A9615DE8CB9DD8F9971EC5B8942565A /* FBLPromise+Catch.h in Headers */ = {isa = PBXBuildFile; fileRef = 25FF97004F3FD3906A3A2BA762C7D676 /* FBLPromise+Catch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7AC4C93A29CAFD9C4086408F578CE397 /* GULNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CF9A9E7DD178D05A0CA23DF6914AC6F /* GULNetwork.m */; }; + 7A7FD0C178BEC67C68D15E24768E91BC /* RCTTextSelection.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B853F08CC4E879B61D88374F75008F5 /* RCTTextSelection.m */; }; + 7A9AA2C3F8CA1170D990133DC738D4C2 /* MMKV_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C7E318F6C06F0F28E50533CB8255AE /* MMKV_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 7AB2C5CB45DEF3B8DC2B633DD460C52B /* Subscription.h in Headers */ = {isa = PBXBuildFile; fileRef = 37F304C9B2717287A94602284A638E6F /* Subscription.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7AC739868CD617F6BDB0222B3E728167 /* FlipperStep.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C3DF36C9C5693CA3885178A485C0EA4 /* FlipperStep.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7AFE6099E59B8F4F449DF3ADA1EDDF20 /* BugsnagBreadcrumb.m in Sources */ = {isa = PBXBuildFile; fileRef = E2D46C862CCC726290B2FE6D74AFD9EB /* BugsnagBreadcrumb.m */; }; - 7B2531366A546B86F71C91DD5F523677 /* EXResumablesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D9CBC61E43184F723F770D742AD2E034 /* EXResumablesManager.m */; }; - 7B5030A5B5E88CA40789C43D48B1C1E9 /* GDTCORAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 92CB8E89BD841A3E87A709A8BFD2B061 /* GDTCORAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B6CA120A7122B1DAA52524CBCB4D730 /* RCTSurfaceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 55BA64EB38470A03520E45CC73BC958E /* RCTSurfaceDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B7F770606890CFD270E363331F722C5 /* Optional.h in Headers */ = {isa = PBXBuildFile; fileRef = ECE9DC7B9F36334603ACE76CEC3226BB /* Optional.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7BAF94A22126FD75E9E54E20A112566E /* QBAssetsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 9463CCABFF349B52758B917D4C9FA77C /* QBAssetsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7BB84A3356A18232ABF59D1A72F9855D /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = C40627B821B6262FFC847427249ACE75 /* diy-fp.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 7BBD73A27EE254A7416F3A8EC551206E /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6ACA45ED26ADA136A123760F633EFF79 /* String.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 7BBEAF31D09D70EF2D0FE1AD412DF77D /* FIRCLSGlobals.h in Headers */ = {isa = PBXBuildFile; fileRef = DB92A844E489E0367D76A99164A7929E /* FIRCLSGlobals.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7BD15957F2A51BE81539C6DA6E21E9C0 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = EA4D931911FE1734B4AF41A9D8549E72 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7BE76601625D1BFBC4F73B24CAE095D3 /* GlobalThreadPoolList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC82B223C5448E501FA85823F92DB28F /* GlobalThreadPoolList.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 7BEE396A158623415E81EE2A80A56F61 /* TLRefCount.h in Headers */ = {isa = PBXBuildFile; fileRef = D3BE08D3C37BD9C009CA59C5A58D8FC1 /* TLRefCount.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C00B793BB2D99F3B49C3CFA1F031A68 /* OpenSSLVersionFinder.h in Headers */ = {isa = PBXBuildFile; fileRef = B5C1755CD5221E2ED6D3BEB1CF58BC15 /* OpenSSLVersionFinder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C3057532898BE372D0F46F24FC61D3C /* Futex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6830A30329C0FD2B7EACC75BD7AA0A10 /* Futex.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 7C3EB92F01DDA1273E756753B7F44CA2 /* RCTDevLoadingViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 09EA1A92DFB2EF0D78B5EAA0FD0764CE /* RCTDevLoadingViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7AFE6099E59B8F4F449DF3ADA1EDDF20 /* BugsnagBreadcrumb.m in Sources */ = {isa = PBXBuildFile; fileRef = 76C7B352ECB59D6AD00538A93798281B /* BugsnagBreadcrumb.m */; }; + 7B2531366A546B86F71C91DD5F523677 /* EXResumablesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B3D215412669C1F90D7F91687BF5DAD /* EXResumablesManager.m */; }; + 7B5A4E7C242F425F52A52D1EE5C1DD75 /* Unicode.h in Headers */ = {isa = PBXBuildFile; fileRef = F07282805EC5E79BD0C8D4BF7A6CE8F2 /* Unicode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B63B510C7B2B06F28DCC14D5814BAFE /* log_severity.h in Headers */ = {isa = PBXBuildFile; fileRef = 2823B7A813446A42A2AA92B1CCE316E2 /* log_severity.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B6CA120A7122B1DAA52524CBCB4D730 /* RCTSurfaceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 847ADB53D0C2EDD9CDE9BE82F748ACCD /* RCTSurfaceDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7BAF94A22126FD75E9E54E20A112566E /* QBAssetsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = B53638AB050888EBA66B8FE7F5532578 /* QBAssetsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7BC3ECD8116369FD1A78F1FF7DE57B58 /* FIRInstallationsStoredAuthToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BA90A091B790BE2A8079782D7A08882 /* FIRInstallationsStoredAuthToken.m */; }; + 7BCAC281B3CEA74686047213C3BA9B43 /* CString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76896F14E643A1222C612EE96A9558E1 /* CString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 7BEDA7BD38244698BA28406BCF03CE96 /* TimerFD.h in Headers */ = {isa = PBXBuildFile; fileRef = D9973CB60DA879282801C4B02A956687 /* TimerFD.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C2F64774E8210BDDEA0D335ADCD1A63 /* ParallelMap.h in Headers */ = {isa = PBXBuildFile; fileRef = F5719F203A8CF13493A18C6B83A42B0B /* ParallelMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C3EB92F01DDA1273E756753B7F44CA2 /* RCTDevLoadingViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D3D955737507B5922B7917EC12F3576 /* RCTDevLoadingViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7C3EF3CF2AD941A1B0EAF2894E674DA8 /* SKIOSNetworkAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FC31A3BB6F8B5DBFEA9C47E4A72A046 /* SKIOSNetworkAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7C46B6B82CABF47DDD8D5B5AE9649934 /* lossless_enc_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 8A045E671C955FD32FAF4D1A4512BABF /* lossless_enc_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 7C656E8B60250C580D64C8BD6388E921 /* UMUserNotificationCenterProxyInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = E64D5D232274B1FA2A081216DF62B0AB /* UMUserNotificationCenterProxyInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C6E633059FF442195E21A58AC9A2425 /* Combine.h in Headers */ = {isa = PBXBuildFile; fileRef = D99AA483E8B28CACEF08CBA6E67558DD /* Combine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C749C1F6010D1307509DE0F1E161553 /* RCTRootContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 47345683D16D77F100D41EBB7282A5C5 /* RCTRootContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7C8BEE857E2ED22A533403676CB4FB3E /* YGMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 66AEB2F3E20850096C282E326E9887CC /* YGMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C8FAA19354A78A9153F563BFB5F92DE /* RNFBUtilsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = A8AC190636B4C06B2C5DBC153C640F0D /* RNFBUtilsModule.m */; }; - 7C986EAEB51A3C6F7D3D766ED3ADB35A /* Stdio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C7AA1EA68CAF6020ED24BCFCE2284066 /* Stdio.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 7CB3E69058340C11A905CB03EE99949F /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EEE0F6838A4C8F217D973757BF2F7053 /* YGConfig.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 7CBAC8063BD5CE3E0AC3697928442FB7 /* SysStat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C7832C7B8B02B87718AAB2CED6F0DBB5 /* SysStat.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 7CC680E4F051DE8B4455E6940B26347B /* BSG_KSCrashSentry_Signal.c in Sources */ = {isa = PBXBuildFile; fileRef = E16642013888143F6DF370CC669DB262 /* BSG_KSCrashSentry_Signal.c */; }; - 7CCDD681E1FC6A2D45C0CB5CEB9687BC /* OpenSSLHash.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6A0FB21F11FF8ED636FADBEFDB13FA70 /* OpenSSLHash.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 7CF6BC6A1B73F4C3BF961DE2144C14AC /* RNCookieManagerIOS.h in Headers */ = {isa = PBXBuildFile; fileRef = B0559E09B6794AE6E376948EC27B86AC /* RNCookieManagerIOS.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7CFAD82FA9E9D3A77F991BD8B7FDAB51 /* CString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 753784CB92204D241BA96D017F0FA675 /* CString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7D0C10B77B3C928000FE6406EB5ADAB6 /* Access.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B2D9BC3B472CF16ABC96753CC73C072 /* Access.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D0E93C7F18C685FA838909F3C01EC0A /* FIRCLSException.mm in Sources */ = {isa = PBXBuildFile; fileRef = 028F7C1E056AF6DD397D02CD928ABF63 /* FIRCLSException.mm */; }; - 7D2C27751C783B487B305A779FA86309 /* Framer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67DD32A87887649300AA6FD6492B31A3 /* Framer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 7D4E8AE7A62A6DD917E1E814C7EDA130 /* BSG_KSDynamicLinker.c in Sources */ = {isa = PBXBuildFile; fileRef = ED6291B00BBF0A767B4B960235755130 /* BSG_KSDynamicLinker.c */; }; - 7D57BB9F0D62A0D074DDF3C40265E902 /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = A61FBFA7B473BFC32593CF5B8E089C40 /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D738BBE176EA403D26ADB97B480C0BE /* Checksum.h in Headers */ = {isa = PBXBuildFile; fileRef = A50823AC747F4E5841DC34E6C07DD3F3 /* Checksum.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D94D7FB203B2287C1355BD5F5F1F784 /* ARTGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B9998BCBCFFF793B3063DFF96CCB4CE /* ARTGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7DAC8D1C648535F28188CF1A488A058E /* BSG_KSMach_x86_32.c in Sources */ = {isa = PBXBuildFile; fileRef = 8D08C042F15860EF0CC04BCFA8733012 /* BSG_KSMach_x86_32.c */; }; - 7DC132029003463D3E9FE3C483C88FEA /* RNDeviceInfo-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C7808A4C92632C172528C81DF6A3533 /* RNDeviceInfo-dummy.m */; }; - 7DCE4DB96B4A03BFCCB4966A992ACCF4 /* RWSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = CF95B3E44F176B0AE79820249F6D0953 /* RWSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7DE4A6EE8F595609F7C039CD70C6400C /* KeepaliveTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = A5A17956975D7696F7B41988B58B42F3 /* KeepaliveTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C4F5E364B9082A913094FE38C288D70 /* FireAndForgetResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = CE5318FADC44771326824F09E9FE227F /* FireAndForgetResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C656E8B60250C580D64C8BD6388E921 /* UMUserNotificationCenterProxyInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DB0A6F7A02906E9240AEE1CDBEFC9AC /* UMUserNotificationCenterProxyInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C749C1F6010D1307509DE0F1E161553 /* RCTRootContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 80CF9ED18A0B8D1D6C37036BFE67F792 /* RCTRootContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7C8BEE857E2ED22A533403676CB4FB3E /* YGMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F4B2C03278B019580E65F57387CC11A /* YGMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C8FAA19354A78A9153F563BFB5F92DE /* RNFBUtilsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 5235D4F48892031053DCFC5F0ABE045A /* RNFBUtilsModule.m */; }; + 7C94BFA6707C31837AD8E9C7A6C90C76 /* FIRCLSURLBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = AAFD42B550E2F7F50F660E9800E64E42 /* FIRCLSURLBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7CA03BE2E36D6987989047AFE21C4A3D /* SysUio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D92A8D072A13AFB818280124E6E65319 /* SysUio.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7CB3E69058340C11A905CB03EE99949F /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2D6DD764EBAE055342DDAA0A8E481F38 /* YGConfig.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 7CC680E4F051DE8B4455E6940B26347B /* BSG_KSCrashSentry_Signal.c in Sources */ = {isa = PBXBuildFile; fileRef = 757267653E55024B5266B83A1DD4F89B /* BSG_KSCrashSentry_Signal.c */; }; + 7CE88D7C5016F60D0861623E78DE1CC7 /* AtomicHashArray-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F46AE99DE3C6B69F1F203BFEC8D879E /* AtomicHashArray-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7D3EF6CF6484558FACD312FD0FBC8B77 /* EventBaseManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A07D22C93179825B426F8DE9E6DCCD5C /* EventBaseManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 7D4E8AE7A62A6DD917E1E814C7EDA130 /* BSG_KSDynamicLinker.c in Sources */ = {isa = PBXBuildFile; fileRef = D8664ECAECF7CD24B05966ED09256805 /* BSG_KSDynamicLinker.c */; }; + 7D57BB9F0D62A0D074DDF3C40265E902 /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C2370F91A8EE6131A95B496B4A9F63ED /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7D5B3E68B9832BB556D371E5A9BCE7AA /* Demangle.h in Headers */ = {isa = PBXBuildFile; fileRef = 353DC34412B94D6B16E449F4BA38ACDF /* Demangle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7D5D16C732A918A68582B92AC8A00304 /* RSocketServiceHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = FBA7A7A5BD9C413B7E0A612F581F3966 /* RSocketServiceHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7D68F3763AE12101FD0AAEB7282EBAF1 /* GDTCORFlatFileStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C956CDF96AC19AC13089AFD2393F859 /* GDTCORFlatFileStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7D94D7FB203B2287C1355BD5F5F1F784 /* ARTGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E1F13A0B58663397E7B78C79133380F /* ARTGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7DA238C81FC48335608C04662812FE37 /* FIRCoreDiagnosticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = F2312173E0F5BF07A0C188270BE860E3 /* FIRCoreDiagnosticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7DAC8D1C648535F28188CF1A488A058E /* BSG_KSMach_x86_32.c in Sources */ = {isa = PBXBuildFile; fileRef = FDE6D57DF32434292A79560DF32CF5AF /* BSG_KSMach_x86_32.c */; }; + 7DD2695FA91046349DCE4620EC28CBA0 /* TimerFDTimeoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E4855FF120EF13027032B42296F75276 /* TimerFDTimeoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7DFBB971A03D800DE50BC903D3134747 /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = ED10C41DEB06906E003E80BEAFB2C4C5 /* UIView+WebCache.m */; }; - 7E7FFA60C1D90B81838454BD4D483BB7 /* StorageIndexer.h in Headers */ = {isa = PBXBuildFile; fileRef = EA111B7D3E26592CF7807FE7310A64B2 /* StorageIndexer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E97C5F8F526ABED9B6C515CF3A2E142 /* EXSessionTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = EBF75A33057A535AA9BDC84918A72345 /* EXSessionTaskDelegate.m */; }; - 7F10B766CC9B9F6C80835B9B8A1F11C1 /* Try.h in Headers */ = {isa = PBXBuildFile; fileRef = C16648A9160A54F2C897160604630693 /* Try.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F278E2700427C46EF911B5891B7850D /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C34EF5347198F9829384D8244C9273F /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F2C7BCF24A96631A15345A704E259FF /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A733A450242065A3F62A9CEE267F84D /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F51B72A0A8799E0A6029B27943EAB0D /* Hash.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E75E6E67F482C56EC4FF2D3EB7F33EA /* Hash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F5B7EA03F44B8AA16246B0C24EB89EF /* Likely.h in Headers */ = {isa = PBXBuildFile; fileRef = F6A00BD376234BD3073F995C1FB8712B /* Likely.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F5F53DECB02ED70932B57E85452FDFB /* FIRInstallationsVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FBDCBE256DB8F18B862E08A24C6F2D4 /* FIRInstallationsVersion.m */; }; - 7F63DC84D78BA06BDF7F3AEC0E0F7CC6 /* GDTCCTPrioritizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D918544FAA1512877A6DBA3F16FA19B /* GDTCCTPrioritizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F70325DC74D36D432DAB94A70055018 /* ThreadWheelTimekeeper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07C67FDC4BE18AC2E63B1012713E18A4 /* ThreadWheelTimekeeper.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 7F9448BE26FA5B151E919576AB098FCF /* RSocketStats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 145B48CE292EAA76F5799A61E70131FB /* RSocketStats.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 7F95FBEBB74D18EB59C49A762C9D904D /* FIRCLSPackageReportOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 9834FCEDF152C5846256FAA9FC2F1BB4 /* FIRCLSPackageReportOperation.m */; }; - 7FB3CBE5BFDA11CB860B075A35EE3BFE /* RNSScreenStack.m in Sources */ = {isa = PBXBuildFile; fileRef = 8977D178FB424E2C46F7830F61F996BB /* RNSScreenStack.m */; }; - 7FCA0FABFDEBCCCEA41C88CF6562A75B /* PropagateConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 652D1CDD53E31E74B821F67139F86D06 /* PropagateConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7FD9C7C437862E5A55CE201EEC0E53FE /* CppAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 344134F852960A380D61378D288D08CC /* CppAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7FE953644309BFB2B0ED67D607E8B030 /* FIRComponentContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E8715BEBCF28ED8E993FC16CFE0A642 /* FIRComponentContainer.m */; }; - 7FEAA9546ABF03904AAF6FF37C703F86 /* RCTKeyCommandConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = CB8EDADF0AA1C2B99387C0DC1BF49A5F /* RCTKeyCommandConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 803F2E004B4F83263AA4B2F9B8160CD1 /* FIRVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 067B600C9902AB66C45BE3F46CDF9985 /* FIRVersion.m */; }; - 8041B4F98D9B5063335C506A263351CA /* Partial.h in Headers */ = {isa = PBXBuildFile; fileRef = 9134EDE83037B7C8B550868CF03CC0CF /* Partial.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8043C6CA4CE4E8154DF6DBA0915D12CF /* CancellationToken.h in Headers */ = {isa = PBXBuildFile; fileRef = BD6E560F8A3A9A5DED62B5D952DF111A /* CancellationToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8047FE35403325F4DADBC219D6DA75D8 /* ARTBrush.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BF2A62CDAEC62FD3C113D8D4F055933 /* ARTBrush.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 80520693085E9B6292BD999D9F6DAAF2 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BEA91DBF03149D8F74BBE2A2306ACB5 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 805613846569FBC6B06CD199748D15E2 /* RNNativeViewHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = BFB82A854C66D4D0866B56B42A47C362 /* RNNativeViewHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 805B532B110929BFBF4EB3C17EBCECA2 /* CancelingSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CF7E573127AF72C9A42EEF0DF8EA580 /* CancelingSubscriber.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 805C98B778C2040F29AC4224B2839267 /* jsi.h in Headers */ = {isa = PBXBuildFile; fileRef = EA92E2DE68DB2D648D42576F580090D9 /* jsi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 805FA3870F0682CAEE50BC9083561975 /* FBLPromise+Reduce.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E781B9995E4FE6C36B3BCF779F0139A /* FBLPromise+Reduce.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8095A7BFD06529E823A6AE6AB8680164 /* FIRInstallationsItem.m in Sources */ = {isa = PBXBuildFile; fileRef = D7A414991BA9E3E0E7CC5BEF0BC96119 /* FIRInstallationsItem.m */; }; - 809BA0C4B85D298B26F1746657E5EFC8 /* RNCSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = E60F82101B71BF051FF3218C6601DB2E /* RNCSlider.m */; }; - 809C98118743EDA5737CF8AC37646BE8 /* ThreadCachedArena.h in Headers */ = {isa = PBXBuildFile; fileRef = EB33B4A9520DEDA3CCD3E49CCA5FF4F4 /* ThreadCachedArena.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 80D2852A1D1980EEFCD56BFCBB8220D2 /* EDFThreadPoolExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 628F22AF8BCC8F344AC80F0F4E6DF69B /* EDFThreadPoolExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 80E13114D6CA2507AD9B4E65CCA7856B /* SysFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 90EB305222160B2F7E0FA257C2B1412C /* SysFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 80E7699B50C52242C98EFC2BD9235E1B /* REATransitionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B493771C7A9C7835FFB31EA98AC8FED7 /* REATransitionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 80F4C636BA441654B4CACFE3CB5DA9E1 /* Uri-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B0394692BFDC48EDAF0F9D65F4907F2 /* Uri-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 80FA1A9F4EE87D999EE8DE727165AA7E /* ReactNativeUiLib-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 49BF35CA84406AEC8EFC01BD5B82FBF7 /* ReactNativeUiLib-dummy.m */; }; - 80FC73AA6EAC3513C2B6DC175803E1C2 /* MMKVLog_Android.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6182EB3F1AE32D43809E1995378EE73D /* MMKVLog_Android.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 810205799876F84EE200864910B23E50 /* RCTPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = BCA6CB9C2C8FD62CAB2BB5D442BA53DC /* RCTPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E0B50043A284411C0DA35C014FBEDF5 /* StackTraceUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = E4F3425E6A9D83560E3706B7E2F7DAB8 /* StackTraceUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E26B296F877239C26D19D457CA58C6E /* ConnectionSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B0EAF492B4F04F12123444633411766 /* ConnectionSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E7FFA60C1D90B81838454BD4D483BB7 /* StorageIndexer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A16E74D2C944D9003FAA6A0463B53F8 /* StorageIndexer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E97C5F8F526ABED9B6C515CF3A2E142 /* EXSessionTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FDEB946B69A353CE68F3C6A0A08EA98 /* EXSessionTaskDelegate.m */; }; + 7F278E2700427C46EF911B5891B7850D /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 563B185528F355B6C3C807EC41AC3EFB /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F2851065380AB1EEB3D655DACC6A488 /* pb_decode.h in Headers */ = {isa = PBXBuildFile; fileRef = DD52C485ABF20B7BDC22370FB40C7050 /* pb_decode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F2C7BCF24A96631A15345A704E259FF /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 269FB0F22B5196B63292DA1037CD1B46 /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F9C84AFC8DE8518080B1773D86C2011 /* PublishProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 911E1131C3831A9F8C757A9AB84FB83A /* PublishProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FA959A3C0B473A052042C48302F5BEF /* LockTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B6F69193AABF36ED9947802167E5568 /* LockTraits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FB3CBE5BFDA11CB860B075A35EE3BFE /* RNSScreenStack.m in Sources */ = {isa = PBXBuildFile; fileRef = A41FF385F58591270ED5B0C665F20415 /* RNSScreenStack.m */; }; + 7FC397CF7C0AE87370A2EE1E9386AEDD /* Optional.h in Headers */ = {isa = PBXBuildFile; fileRef = ECE9DC7B9F36334603ACE76CEC3226BB /* Optional.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FDD296527ADCD6EA9AF5BE037275A6B /* OpenSSLCertUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 13F0A29462F625C779ECF572B1353F96 /* OpenSSLCertUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FE8E4866CDC8A40078030588BC0DF7D /* FIRCLSUserDefaults_private.h in Headers */ = {isa = PBXBuildFile; fileRef = D46BA4929AFAEAFBC0D29AEA757F0766 /* FIRCLSUserDefaults_private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FEAA9546ABF03904AAF6FF37C703F86 /* RCTKeyCommandConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E466C2568DC808D7F8F2783DE4D2AB0 /* RCTKeyCommandConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 801CB805FF65C17EF15249695443EA2F /* FIRCLSReportAdapter_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B5799986BAC48E4169760BC84177D1E4 /* FIRCLSReportAdapter_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8036968614594F8F5A1D6E18311E9A9A /* SerialExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = E4EC28420A8DAB4A8E3E95CD98B28287 /* SerialExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8047FE35403325F4DADBC219D6DA75D8 /* ARTBrush.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FCBCE0FA44548A2DC2AD1E0078B8545 /* ARTBrush.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 805613846569FBC6B06CD199748D15E2 /* RNNativeViewHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 3ADD3E8E63EC6B2FCD288E46F6415F51 /* RNNativeViewHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 805C98B778C2040F29AC4224B2839267 /* jsi.h in Headers */ = {isa = PBXBuildFile; fileRef = FCA3E59BF46D2A480D2F0E668E8F8DA2 /* jsi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8072437B4CDCF26A2714A76E800C55AF /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = AC205F4BF551F49CEA698F3630120186 /* cached-powers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 807633923A5C13689B3CBD3A6A1684A7 /* FIRApp.m in Sources */ = {isa = PBXBuildFile; fileRef = A46EF52C7F71218D09C6FA2DF8D1DFEF /* FIRApp.m */; }; + 809BA0C4B85D298B26F1746657E5EFC8 /* RNCSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 88E930434EA93FC7C3C269D998B0F73C /* RNCSlider.m */; }; + 80AA91DFE0D4678B6DFEFEC45C8E0E0D /* dwarf.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E01B8C4C7D391A02220FAC33AA4BEE0 /* dwarf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 80E055AF5E1F8A98D7E706C64444F99E /* FIRBundleUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = B9406FCAF23CB56AF2EE1917FE3146F3 /* FIRBundleUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 80E32BEABC86CDFDEEBCD0188913C774 /* FBString.h in Headers */ = {isa = PBXBuildFile; fileRef = EB5B656121C1A5D576F43EB780140B25 /* FBString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 80E7699B50C52242C98EFC2BD9235E1B /* REATransitionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A0077650C448900810F7C4E2ADBFF903 /* REATransitionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 80FA1A9F4EE87D999EE8DE727165AA7E /* ReactNativeUiLib-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 67D7EC2AE460C36E36D67735A1A40219 /* ReactNativeUiLib-dummy.m */; }; + 8101F4E7BC63E6E7AD66FEFBFACAEC44 /* SysUio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 962CCB4F39D9B0208C07FD60C25C9395 /* SysUio.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 810205799876F84EE200864910B23E50 /* RCTPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 755670D96B718C5C37FFF1D692FCD002 /* RCTPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8127807A8D6DDD7271390F6A15609904 /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = AAF605CB7CA7B549D2F8119592591900 /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 812D22537A176A0E778D57A27737D16F /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = 82AA0C8CCE52C88692C267C9AED694C3 /* FIRInstallationsItem+RegisterInstallationAPI.m */; }; - 8134649A12682BEA479CABB3EDEAC9B8 /* UMUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 203A69BB4AF747B0FA7A9C9D887BBC26 /* UMUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8156B5ED0A8B0B81FC56B4C86D1604E5 /* react-native-background-timer-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2892D36ECF907FE906A2CE5EE0578258 /* react-native-background-timer-dummy.m */; }; - 817A7F40CFD09A820DBCBCD665BC7458 /* RCTRawTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A5C59212A2241A95FD059AFE5234390E /* RCTRawTextViewManager.m */; }; - 818F13BD193385696F7B26263FE66E80 /* VirtualEventBase.h in Headers */ = {isa = PBXBuildFile; fileRef = EFDB6D76614428E8C4AEEB10621F6913 /* VirtualEventBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8134649A12682BEA479CABB3EDEAC9B8 /* UMUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 07705801BEF424442C040C1803546158 /* UMUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 817A7F40CFD09A820DBCBCD665BC7458 /* RCTRawTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F9804B21E23B4F1FF703BAA131548B0 /* RCTRawTextViewManager.m */; }; + 8196189AA25EFF948F914F2B6349A878 /* RSocketParameters.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC176BD78E3F7B6F8D5458D27D6F699 /* RSocketParameters.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 81A2D87F03044B5293435A27B465AC9C /* GULNetworkURLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = B9B56AA0A56ABCE1A3F9FB4961729C97 /* GULNetworkURLSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 81A2FFCFB7C5FB3DD14807DDA43C839A /* RNBackgroundTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 58A48FA096C1159596361A13404417A4 /* RNBackgroundTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; 81C76CEB788327F051AA3A01A5468E90 /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F6DE549B010C2AC4ED1BD8B5D1DEB5E /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81DED74B1B54DF2CF49F206FD3F2F175 /* Allowance.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4207A619AB958E72243AF5E954E257 /* Allowance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81EA069632402106511B8C029EDFB896 /* RCTFileRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 2187013DC1706E95EA17D296F0D7003D /* RCTFileRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82031CF62B90218CA75E71F700501CFA /* FIRCLSURLBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = AAFD42B550E2F7F50F660E9800E64E42 /* FIRCLSURLBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 820C1211FC3834834E4AC50756109A58 /* Invoke.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D3EC4142C13E3996C1FB854A7AC556E /* Invoke.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 820D5B185F1C11D260DED8B7EAD8F12D /* openssl_opensslconf.h in Headers */ = {isa = PBXBuildFile; fileRef = 12C8EF895828631BF5FF655422B75552 /* openssl_opensslconf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 821B34BA88A87582EA88FA74EF5269F5 /* RCTViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 041B30A5415340BEFED4EAA76B502232 /* RCTViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8229887F7915824A954AE4AEB2FDDA10 /* RCTAlertManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2FA1F8D3469455C601A3280769239543 /* RCTAlertManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 81EA069632402106511B8C029EDFB896 /* RCTFileRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 26712389B6E9E5B92816FA2DC68C0A82 /* RCTFileRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 81EB70D6F5DE89D222B3300FE2D2DFAE /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = BE1DD6BEB5772073CB1B497EE3EFACAD /* demangle.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 81EC383175D5EF36C5D7F4C08F069B14 /* FileUtilDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = CECBD456B59210C37E9B347311BBAED5 /* FileUtilDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 821B34BA88A87582EA88FA74EF5269F5 /* RCTViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 26277C294D12C81E65117E725579EDF2 /* RCTViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 821F8E727F52697CDC7A47DA9821BB46 /* Random.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FC7123926D93F9481C80494595FDE9E5 /* Random.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 8229887F7915824A954AE4AEB2FDDA10 /* RCTAlertManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = FDC827CAD098494CE93C8DB6B5AFDFB2 /* RCTAlertManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 8235C50BB228225C8911A0B2E4A2CEE8 /* FrameFlags.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 719A358C95C4D18F0996733D16D8DF75 /* FrameFlags.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 824C84CF6B400E0942B2866D95294CC4 /* FBCxxFollyDynamicConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 115930C64177276C62308D6A3E16EFC8 /* FBCxxFollyDynamicConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 825B36F168EC76043D6D9751B333936B /* JSCExecutorFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = FC59D88464392C2EAB24D1FBA83C712F /* JSCExecutorFactory.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 826D8C29DC0A7C12145D4128F9DE33CF /* AsyncTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = C887279443A2BD346F9E1A5525FB87B0 /* AsyncTimeout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82957438013EE9E8DD4B6C8F88F8DDD4 /* RCTSwitchManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9456009E9C3957415C25A2051572B093 /* RCTSwitchManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 82A8C735673AB5BD4775AA8EDA29BBF5 /* FIRInstallationsHTTPError.h in Headers */ = {isa = PBXBuildFile; fileRef = 71DDBA22A54A2202A50E664AA0487711 /* FIRInstallationsHTTPError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82BEA3A3BEEED49FF07F94966A571FB8 /* RNFBJSON.m in Sources */ = {isa = PBXBuildFile; fileRef = 843CDA5E3A165279AA0F2B8022C7720D /* RNFBJSON.m */; }; - 82CF49C7B590E714E808075FBCEC8CDD /* FIRErrorCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B6AF1B6D82B997289C1F57155B95B87 /* FIRErrorCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82DD5725110169728973388FE71CC856 /* Init.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 03454A02EB1C8F110E308612DA4C3AAC /* Init.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 82EDEDA1EAE1EAC14FE6ED7A201CB435 /* BugsnagCrashReport.m in Sources */ = {isa = PBXBuildFile; fileRef = DDBB50C1E9034EB97ADC8DAB29DFBC28 /* BugsnagCrashReport.m */; }; - 83070A17E41B5BDBE8AF193D647509E2 /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3A82729D716B14128CCEE52DE9AE9184 /* YGNode.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 8317678B229ECCA17A5FB85AD458F037 /* VibrancyView.h in Headers */ = {isa = PBXBuildFile; fileRef = DD2AC86FC78C7DA6BDC5E907AF7DC6F9 /* VibrancyView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 825B36F168EC76043D6D9751B333936B /* JSCExecutorFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = 30A2A23FA446C6C80900805BFBF5FE4B /* JSCExecutorFactory.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 82957438013EE9E8DD4B6C8F88F8DDD4 /* RCTSwitchManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 85C9E2FE846F25BBEDB2790A0EAB7877 /* RCTSwitchManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 82AE40CFB8C2DD3210E726D87C00BF17 /* KeepaliveTimer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BADC2117C47762E9A5618200C9170DBD /* KeepaliveTimer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 82BEA3A3BEEED49FF07F94966A571FB8 /* RNFBJSON.m in Sources */ = {isa = PBXBuildFile; fileRef = BDC86A26B7E64211B3697CA1DC02A3B8 /* RNFBJSON.m */; }; + 82D143D04EBB0300144ED17BC95FA0C3 /* EventBaseThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 37C627DA202972DF211CEBEB84486E4D /* EventBaseThread.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 82EDEDA1EAE1EAC14FE6ED7A201CB435 /* BugsnagCrashReport.m in Sources */ = {isa = PBXBuildFile; fileRef = F2A072DAD06828D908B0B35346A48E71 /* BugsnagCrashReport.m */; }; + 82F288B376FF82898AF95BA465DCDDFA /* ErrorCode.h in Headers */ = {isa = PBXBuildFile; fileRef = E918FAB0CACF0BFEBAEF8E47E8EF4C15 /* ErrorCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8304E6A7808274F2F6A6E2BC954B4C55 /* AtomicNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = F2C4DD8F7E693DDCB52615BF91AADFB3 /* AtomicNotification.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 83070A17E41B5BDBE8AF193D647509E2 /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 28D04AE8366BCB816F93F92E079F0495 /* YGNode.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 8311E72CAA8F9E9BD91E45FC666AB30F /* crashlytics.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 3ED62CCE5562500EA4D702D3C23A833F /* crashlytics.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8317678B229ECCA17A5FB85AD458F037 /* VibrancyView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0914A8FC98A0605C4A3865107344A1D3 /* VibrancyView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 832719340F9DEDF18B2AB59157DF1F00 /* lossless_enc_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 70735C22847AF52492A4E1C2786C80DA /* lossless_enc_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 833239E61DC278BA99DB107F6F2E8887 /* SpookyHashV2.h in Headers */ = {isa = PBXBuildFile; fileRef = 911FBDB5300FF33E3149975DC5929B63 /* SpookyHashV2.h */; settings = {ATTRIBUTES = (Project, ); }; }; 83344A36E5121FC0C1AAF26F92D551DE /* FLEXNetworkTransaction.m in Sources */ = {isa = PBXBuildFile; fileRef = 3515F77B426C6CF110E121A941250BB3 /* FLEXNetworkTransaction.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 8345B5B66609536376419E60A9C90CF2 /* RCTNullability.h in Headers */ = {isa = PBXBuildFile; fileRef = 89A36CA364D4EE9E04445C18D43138A0 /* RCTNullability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8359838A03340FC89932CA94692459A8 /* HardwareConcurrency.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DDCE98AB8DC4764E1FAB4ED28805080 /* HardwareConcurrency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 835A1D96FA5209DA281CB3BF49A58DB3 /* RCTImageURLLoaderWithAttribution.h in Headers */ = {isa = PBXBuildFile; fileRef = 14A043F1B4E6CF6DAE5455902245535C /* RCTImageURLLoaderWithAttribution.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 837DAA54A335AE778D45281B9B71687E /* EXSessionUploadTaskDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 67CEB21B090DA92FF2707B2F4F08F485 /* EXSessionUploadTaskDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8386BC22365D29D27D43A4726A357FA6 /* RCTKeyboardObserver.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8E3A31623C49AF52BECC0B6A9143D46D /* RCTKeyboardObserver.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 83AF0E941FD248C75D85CEABDE02694D /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F285C5098EC0ECBD8EC97D2854E272F /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8345B5B66609536376419E60A9C90CF2 /* RCTNullability.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BD2F9C1F4F0AFD2F074F0274E34486F /* RCTNullability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8346F19A4AE135B1F705DF97ABFE373B /* FIRStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = F6CB89DCD2375D78BABAB8F932A02843 /* FIRStackFrame.m */; }; + 834853DF79D22D35F79249694745C845 /* Assume.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CBADA021721A701B7CEA6E12F9FC90C /* Assume.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 8350B5344DD74F056D5E066BA7F196F9 /* FirebaseCoreDiagnostics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CF620EEBD76813CA0C8EE1B801CC6D87 /* FirebaseCoreDiagnostics-dummy.m */; }; + 835A1D96FA5209DA281CB3BF49A58DB3 /* RCTImageURLLoaderWithAttribution.h in Headers */ = {isa = PBXBuildFile; fileRef = 42E35E3F7DA01A231418AD5B2E800C0E /* RCTImageURLLoaderWithAttribution.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 837DAA54A335AE778D45281B9B71687E /* EXSessionUploadTaskDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D0E87FA8F64F90DF1B24C0837C796FF /* EXSessionUploadTaskDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8386BC22365D29D27D43A4726A357FA6 /* RCTKeyboardObserver.mm in Sources */ = {isa = PBXBuildFile; fileRef = B78A759076798F00B49F1F89673C92E0 /* RCTKeyboardObserver.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 83AF0E941FD248C75D85CEABDE02694D /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 60C3A76FCF7214B6049F669CCB7EDEF1 /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; 83B9326FFE553C1229D8A399F3D0CC0E /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 95131DED26FCD3661A50BDF2E2C567E0 /* UIImageView+HighlightedWebCache.m */; }; - 8412EF66EF015923314B32BC3E9C4BEB /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1CEA916A18C53C87C1E3A57B1B5C51C5 /* symbolize.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 84D27080AACCE2AB8F2D511230967221 /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = D7434932DF03CFC23CA62FD0F6363C13 /* bignum-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 84E019E8321D2EFAAF2649C9A5212FF6 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DF3A9F87229EC0C9127EF2614674785 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8511DF28BCE8D8E243C4A1B55F88A598 /* pb_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 959EE8119DC02447F35D8C08D986F483 /* pb_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8516562614EA53A36A642772DCC2DE48 /* RCTNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 31CB668A08E5BD0AE7474E75154D8FAF /* RCTNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8527E789032275519F5685CCE11EEF8F /* RCTLogBox.mm in Sources */ = {isa = PBXBuildFile; fileRef = 923D5461CCB848719C5F41CD1009F40B /* RCTLogBox.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 856CD36E1CAFA755D688FC7D591E2DEE /* IPAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 96259C4D7D9352CB52FE81EE311BE24C /* IPAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85709ECAE21AB642F1BA2BF06FFB7374 /* FBLPromise+Delay.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A5AAD7F6ADA478197438B8FC683D30D /* FBLPromise+Delay.m */; }; - 858F35BB7F14F1ACB4B533661BD05076 /* AsymmetricMemoryBarrier.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A44D8E81D4437550898DAC348E5935E /* AsymmetricMemoryBarrier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85D35CE4E3360A05373CFB71FC2DCED1 /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = 48B1F0EEB5BC7CD84FE4740E7A2F918A /* cached-powers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85F7219058CB01A0A18F43B301C3E9C0 /* UMJavaScriptContextProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = E2BA859ED62010B52DB77F5EE0D2AF86 /* UMJavaScriptContextProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85F748D065CC88E213C4281C75B624F0 /* UMAppDelegateWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = D7FE0E377DF83BDDD47EBBE3BFF65B2E /* UMAppDelegateWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 862FEED32BABD545238D44E3D95D37EC /* GDTCCTCompressionHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C3A536A1ECAAACACA8D65D17C12A514 /* GDTCCTCompressionHelper.m */; }; - 8637B3CD2700697D8261C25D1E2BFCD3 /* StaticSingletonManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DB3DB92015BAB536E4F2AA36E7D213E1 /* StaticSingletonManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 864666FE89322FF78BD7F33FFBDBE0DD /* RCTImageBlurUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = CBAE363E51432FC4C3AF8737A3239D21 /* RCTImageBlurUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8651F6EB858161F4C25EEE33403F039E /* CancellationToken.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 85F6CD622423E9C138EE45B94362A35C /* CancellationToken.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 8651F9A44337C6E0F74B81ABC3DCF605 /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B4D120689E530168FE4B87A31A92AD44 /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 867AFB5470212F03BA232338807245C3 /* Flipper-DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DAE7A2692E7F564E6958228769028DAE /* Flipper-DoubleConversion-dummy.m */; }; - 869A9A3D7996DC1E0F0654737C8EC4E9 /* ScopedLock.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 83EE5B1A59B06EFFB72FCC380B82122C /* ScopedLock.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 869BF30E504609847F586390B7025424 /* FrameProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FDA28519DD3F0AD4D98F9F787A6904C /* FrameProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 86B08AF4CC8B4504152CEABC745F9EE6 /* YGConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 9079E9B255A30F2CD2A57CEA12D2B80B /* YGConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 86B0E32BC905AFDFF52ED41DA0E2D652 /* RCTTVNavigationEventEmitter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2FCBF627F1CAC2F3E915A184363FC424 /* RCTTVNavigationEventEmitter.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 86BB4A8FF89337786D969A1DCEFF1A60 /* sorted_vector_types.h in Headers */ = {isa = PBXBuildFile; fileRef = B1B5EAD64CFBE5A0B3CCB4E74C4AEE03 /* sorted_vector_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 86FD974CA753FB72A7A06E26BCAF767A /* RCTScrollViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 56BCF70089D0019AFB53BCE74F7DB116 /* RCTScrollViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 83DC616794F55784AD83DCF949AD0275 /* MMKVLog_Android.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6182EB3F1AE32D43809E1995378EE73D /* MMKVLog_Android.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 84204C1C9CFE443B3F38A06256AA357B /* SerialExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8E159075A80E1B4C3AC9F0450A316FE2 /* SerialExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 84387E934827FC3242DBF56E00779017 /* Request.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9D64741766C5F92F94128CA72CF61AA4 /* Request.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 846FAD40C0E7A245D8859E291FC6EFBC /* LockFreeRingBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = B5B808C7C899F74D771995A60AB7402D /* LockFreeRingBuffer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 84E019E8321D2EFAAF2649C9A5212FF6 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 41C25AA6DE71334F1A19570B13A33087 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 84E258828ADD4F0693A0FBA70AC02CD5 /* FBVector.h in Headers */ = {isa = PBXBuildFile; fileRef = 491717DA716B09C2F41FF2E25E908226 /* FBVector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 84EEA38B752500B65CE33B3C4DD6C5B2 /* FixedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B0145349A2ACA814521A89B5B5BF1E2 /* FixedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8516562614EA53A36A642772DCC2DE48 /* RCTNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 11258F550F688ABD2141B52EA0B88871 /* RCTNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8527E789032275519F5685CCE11EEF8F /* RCTLogBox.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3CC918D1F2AEA3EB227977B3BC03F83E /* RCTLogBox.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 8598BABD1E3AD32839B4F6C5B201438E /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = F04AC3BC7422F37BE3379AC4B5772E21 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85F65B796F292FD457A19DA844B626C2 /* AtomicStruct.h in Headers */ = {isa = PBXBuildFile; fileRef = 876E59C898291065CF465AFFE98225A8 /* AtomicStruct.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85F7219058CB01A0A18F43B301C3E9C0 /* UMJavaScriptContextProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 589A96AE5B783852479DD20A1BC571E3 /* UMJavaScriptContextProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85F748D065CC88E213C4281C75B624F0 /* UMAppDelegateWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = C2BB1817A7568009DFA8666726DB2C09 /* UMAppDelegateWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85FB80C3679DE97851603273B8050BA3 /* IPAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 96259C4D7D9352CB52FE81EE311BE24C /* IPAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 862B06811D4E339637ACFCEFC1455F06 /* GDTCORPrioritizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D1AC39EB4AFD5AA46DCA9BB791486B2 /* GDTCORPrioritizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 864666FE89322FF78BD7F33FFBDBE0DD /* RCTImageBlurUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = AEC640FB42BB3D36EB6FEF541630696A /* RCTImageBlurUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8651F9A44337C6E0F74B81ABC3DCF605 /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F2B1439CC1E646C2F05803F82208C55 /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 866542A6D239578D8248EF43F897882A /* EventBaseManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 57527C1ADD33E17351588E6EDC76AF72 /* EventBaseManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 867C2FCCF5B267D6722BD911E3A26461 /* FIRCLSSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 4751C8842DB12D9676EE1AE4FCD9D340 /* FIRCLSSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 86B08AF4CC8B4504152CEABC745F9EE6 /* YGConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 135BACF5EF51531413958FCDD65EB91E /* YGConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 86B0E32BC905AFDFF52ED41DA0E2D652 /* RCTTVNavigationEventEmitter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 18CEE7717F1C1646B51177AF763B9B4B /* RCTTVNavigationEventEmitter.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 86B846321E3E13F2810189FD37D7A312 /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = 61341C96A15BAD59AC95E8378ADDDA1D /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 86FD974CA753FB72A7A06E26BCAF767A /* RCTScrollViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EE4969740D6CA887667E03C37EBEBE70 /* RCTScrollViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 870049CC5239CCD9D797076569408A42 /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4936BE198CA4CA50809965673E8AA0C2 /* SDWebImage-dummy.m */; }; 8712A013B77EFFFE014DA5E077E5AD8F /* PTProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 24527175F6A31B914998D72AF9A77136 /* PTProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8734047203EB4D44AEBFDDE512D54454 /* BSG_KSCrashC.c in Sources */ = {isa = PBXBuildFile; fileRef = 143BB0BB1E772DDAD9EC0DFFA32E60D4 /* BSG_KSCrashC.c */; }; - 8756A506043272787C922BE16228D695 /* RCTRedBox.h in Headers */ = {isa = PBXBuildFile; fileRef = E1D2D379B71FF0FBE4B2BDA19BF0583A /* RCTRedBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 87698B3C8A298E5BC20329383C4C82E4 /* FIRCLSSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = C8F42025CCF1E0EE73C244A22AC227B5 /* FIRCLSSignal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 87B32E05F221060AEF5DA748E928842E /* FBLPromise+Recover.m in Sources */ = {isa = PBXBuildFile; fileRef = 07CD9237853F7177B1756059C47A8179 /* FBLPromise+Recover.m */; }; - 87CFEC01D268AFB031D5C429F463F914 /* Format.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E5FA0BDBDDBAF3DFE88E9A0B038D8A72 /* Format.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 87D0CB6FCFBBDC24364247FA6FD6A947 /* RCTRefreshControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DEC7C445DFB51A0A8895A67BA796C9FF /* RCTRefreshControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 88027D0B8F6AD32011524F20BD72A968 /* FlowableDoOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = C5617F2FC998D480C862C4A4CDDC4B51 /* FlowableDoOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8734047203EB4D44AEBFDDE512D54454 /* BSG_KSCrashC.c in Sources */ = {isa = PBXBuildFile; fileRef = 12267D85A37BFC81722C4E44A7361612 /* BSG_KSCrashC.c */; }; + 87469251DF01A53605D1D124DECD9442 /* RNCAsyncStorageDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BC6A23335D83B5648318863DBB377E4 /* RNCAsyncStorageDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8756A506043272787C922BE16228D695 /* RCTRedBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 92688811DF7A9926F8FB520E04113464 /* RCTRedBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 875925826288449AE05007C6B7B1F53F /* EventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A3078DDC949A3296470EE900D1420C6 /* EventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8774436A54EB21854C5010BA5F62E7C4 /* FIRInstallationsSingleOperationPromiseCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 50C7620F94EE080AA893EF337D271C70 /* FIRInstallationsSingleOperationPromiseCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 878D0D8594ECD6AF780CE5C01CB43068 /* FBReactNativeSpec-generated.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1E4D29913B6C51E180B392582195C031 /* FBReactNativeSpec-generated.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 87D0CB6FCFBBDC24364247FA6FD6A947 /* RCTRefreshControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A62EBA3CF3C5C5609938AC5C96B7673F /* RCTRefreshControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 87D0D382A2E4F64997169BDA289D7E54 /* FIRCLSSymbolicationOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = A6FDCE37FC8470156F2FB0FEE2BCD4AA /* FIRCLSSymbolicationOperation.m */; }; + 87FAB2E7B5CB31167B2A4D0A20077AF8 /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4C9596D82E6E835B25E9AFE06E7169B1 /* demangle.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 8815CFE24B80C349BF3C976C9247EAAB /* ErrorCode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D8B158F2B091259E488FECAAD82F1F5E /* ErrorCode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 8823E953C3ECE493B78D7412DBE47964 /* UIColor+SDHexString.h in Headers */ = {isa = PBXBuildFile; fileRef = 687C6B80300E8DA5365EA671BDC5C876 /* UIColor+SDHexString.h */; settings = {ATTRIBUTES = (Project, ); }; }; 884B5F19587F1A3FEA68030A268D572F /* FlipperKitReactPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C6E7195BDB8072FDAB3908CF9B70685 /* FlipperKitReactPlugin.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 884EDC9A3D5870C9F13A21AB92D54CEE /* FIRCLSSymbolicationOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = A6FDCE37FC8470156F2FB0FEE2BCD4AA /* FIRCLSSymbolicationOperation.m */; }; - 88600AFEE3D365D439CD6045B4388AD3 /* RNFBVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 36AA0CF9EDC69151C5781E3FCAAC0B35 /* RNFBVersion.m */; }; - 887BAB72B98BB7DDE713063DF46D3FB8 /* GDTCORAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = 685602E60FBDC5CDDAC8BA1D4C1D2652 /* GDTCORAssert.m */; }; - 8895117FDB545D64D8E970BF378D0423 /* ReentrantAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3AABC173CEFDB3E4DB71464CBC5BC8E4 /* ReentrantAllocator.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 88C960DCFCB02B24ADB5034598E1FA3B /* RCTNetworkPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1D3E03323804483A8B1002CC1CFFFD /* RCTNetworkPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 88CA16FFB865BA77CF894AD2626E8F19 /* RCTJSInvokerModule.h in Headers */ = {isa = PBXBuildFile; fileRef = EB89BCCD643DFBC0FB1017F77E704EE5 /* RCTJSInvokerModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 88D25501490D4490EAC765641408310C /* UMDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D4699513F040957CB9723281D5E8479 /* UMDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 89145077C851156997CC9AA5532E9F28 /* FIRCLSFCRAnalytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 945DDAA2417D5562D5FFEE8DDB64DC83 /* FIRCLSFCRAnalytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 89258A5992E264B71F0F4861D15F3709 /* SingletonThreadLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = CFCE68FCDCD707C79068E95A3A967672 /* SingletonThreadLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88600AFEE3D365D439CD6045B4388AD3 /* RNFBVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AB004E657F3FCF24B4CDA1E3826ECBA /* RNFBVersion.m */; }; + 88C960DCFCB02B24ADB5034598E1FA3B /* RCTNetworkPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 3781EE523E30E0F27639A014809DB2C3 /* RCTNetworkPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88CA16FFB865BA77CF894AD2626E8F19 /* RCTJSInvokerModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 94A148098B71F86814EB394F746CF6EC /* RCTJSInvokerModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88D25501490D4490EAC765641408310C /* UMDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C89ABE0864A1ECEBB654E4CD87B86CC /* UMDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88FA54A6792462C9C8DCA6E46297E074 /* WaitOptions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2A377E24B8689DB0A06E5033D5D0A889 /* WaitOptions.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 890E2E809DF8458785A1BD9659BFFB93 /* GULNetworkConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 23959EB04031C567DA4ECA2473F11B8C /* GULNetworkConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8921B186021211DCAAB9002E6164BF96 /* FBLPromise+Recover.m in Sources */ = {isa = PBXBuildFile; fileRef = 07CD9237853F7177B1756059C47A8179 /* FBLPromise+Recover.m */; }; 8943643D59AC550BC9CEB2CA66908958 /* SDImageHEICCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = F48D7D1ECF30F61D499166E7C5FCE238 /* SDImageHEICCoder.m */; }; - 89569EC4029E7DA38498C2C498233F15 /* RCTJSStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = B5FFF1BFFF221C0CB64C1E125679B743 /* RCTJSStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 895D05AE895A1A94E8D999782A73B135 /* Arena-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 505DC01EC690CDA77383F54D2B5CC354 /* Arena-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 896A5975C7E8FB754D8A56A0E38AB2F3 /* FBLPromise+Wrap.h in Headers */ = {isa = PBXBuildFile; fileRef = 15F9371AFC26821AD43D9285523D4748 /* FBLPromise+Wrap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 896FCAE76396674D717779567F8D65BB /* TimekeeperScheduledExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = ED309F648CBC016259600F3635F43F78 /* TimekeeperScheduledExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8985BA159F9AE27C308645C061F8BBF2 /* FBReactNativeSpec-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E91466509F695352464539E0A8C3FC09 /* FBReactNativeSpec-dummy.m */; }; - 899045CB103B952CEAB49ED135BD9BB4 /* pb.h in Headers */ = {isa = PBXBuildFile; fileRef = F99830DAE1C6BB4B52C2D71084D43F0E /* pb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8993C4EFE5410B6FC2FED13F386DEB91 /* UMErrorCodes.m in Sources */ = {isa = PBXBuildFile; fileRef = F641B55B73B979E4C101E9557F3EDE9E /* UMErrorCodes.m */; }; - 89942EF843F9E957897E407785F5EBEB /* RNDocumentPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D92768EACDE5ACF476B77CECA5ECCF1 /* RNDocumentPicker.m */; }; - 89962038722B977646E734E6721E5D8B /* RCTSRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = BD6E3FC5A898C2B1E0A832C3B2E2B927 /* RCTSRWebSocket.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 899AA898FBA054C228438ABC8E945BE5 /* FIRInstallationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = BA33A3FE36DC46AB873D1BEAF8F3D1CB /* FIRInstallationsStore.m */; }; - 899CC3F7FA28F6ECD8E5F094AD4E5BD7 /* AsyncTrace.h in Headers */ = {isa = PBXBuildFile; fileRef = A8286CCE197F3465EE67A8E32C7C5082 /* AsyncTrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 899FFCA3B165C5CD1981DB5BCCAD5239 /* EXAudioSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 08DD01A4E965226D8BC4FC41383EBAE9 /* EXAudioSessionManager.m */; }; - 89BD590323D5638455B764F5887B2DF8 /* RCTScrollViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DCD0292DD3F7216854E12614E7A4190A /* RCTScrollViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 89E3AFBF07B14755FAFFF454CFD66A1A /* F14Map.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AD52B24ED4122E0D296351770E21F71 /* F14Map.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A1B0AFBE8593AA076D9820952FC8409 /* ParkingLot.h in Headers */ = {isa = PBXBuildFile; fileRef = 51B4A34003CF6A66513D01C42D3166A2 /* ParkingLot.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A24EB35BEA8EA36BDA5A3C8559F7F60 /* RCTImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AF2B6AE6C4383D0113F3EBAC25F3631 /* RCTImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A3C214369E1E31F6977C8A87F15800A /* BSG_KSCrashReportStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D1E86685077488548FA721D61F797FF /* BSG_KSCrashReportStore.m */; }; - 8A452FF8EC2954F61B0499E5CDF8E776 /* Benchmark.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 41FFD780B2EECEA59A816381F57BA52E /* Benchmark.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 8A5DFEA582F669615820E282C134CBA4 /* Common.h in Headers */ = {isa = PBXBuildFile; fileRef = A1FA33F9C3C40FB33FAA2F8D92F840A7 /* Common.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A76E4D1BAA31750EFFC8574E8B6ACA8 /* JSBundleType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3DBD6639A8ECB049C054C81E674B3EC2 /* JSBundleType.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 8AC76BC7EB07E8D410997B9C96FEFB64 /* DistributedMutexSpecializations.h in Headers */ = {isa = PBXBuildFile; fileRef = 144166EAFBE39D3603FA5CDBC62325FA /* DistributedMutexSpecializations.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89569EC4029E7DA38498C2C498233F15 /* RCTJSStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = E56ECB9056F1EFEE79BD9D221DD47684 /* RCTJSStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 896D483B57185E6C062455C5C247D9A7 /* GlobalExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CC628C18D877309B49DDC77037C3EE08 /* GlobalExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 8993C4EFE5410B6FC2FED13F386DEB91 /* UMErrorCodes.m in Sources */ = {isa = PBXBuildFile; fileRef = E4DA18B7793FF207ABB4D77CC6256B8D /* UMErrorCodes.m */; }; + 89962038722B977646E734E6721E5D8B /* RCTSRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = EFCB0C390BC727840992A96B9B2BB830 /* RCTSRWebSocket.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 899FFCA3B165C5CD1981DB5BCCAD5239 /* EXAudioSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BA0B7DE44C1908CAE127188924717FA /* EXAudioSessionManager.m */; }; + 89B4D9853434312C263DA9C63905FB5B /* small_vector.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B9E15C047CA81F078F50403C4544769 /* small_vector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89BD590323D5638455B764F5887B2DF8 /* RCTScrollViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D5AA6CC3446F52A3264FD1497B56F12D /* RCTScrollViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8A24EB35BEA8EA36BDA5A3C8559F7F60 /* RCTImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 81C40D278F3EF87DCE6314ADDD4E47C0 /* RCTImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8A3C214369E1E31F6977C8A87F15800A /* BSG_KSCrashReportStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 414DCBCEB4C71E9ABF20DD14E2F09B83 /* BSG_KSCrashReportStore.m */; }; + 8A76E4D1BAA31750EFFC8574E8B6ACA8 /* JSBundleType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 30A81D9844F12C6A6ECE1E6335718CF8 /* JSBundleType.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8AC34CB4511A9486CF87EB4C9CCE5FC1 /* Sse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B1638A4AE6B897DDCBE313B7E302D203 /* Sse.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 8AE0F3756B30F9D2A378D68E4596A514 /* UIColor+SKSonarValueCoder.mm in Sources */ = {isa = PBXBuildFile; fileRef = 883CE17F2721B97DF732F8B1A565744C /* UIColor+SKSonarValueCoder.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 8B0A42BA4E6FB8A2C9D4AA0DBE47EFB9 /* RCTBundleURLProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A86BEA0C197B97291FB70BC98056C3 /* RCTBundleURLProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B288FF99FDD4FF638F0E789B5DEB042 /* FirebaseInstallationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DD8DC42F0FFFC96C873E1C2A8A0A759 /* FirebaseInstallationsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B2B62EF264B1407B2CA449017F99828 /* GlobalThreadPoolList.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E5A2972DCC76B25BA302F7753968308 /* GlobalThreadPoolList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B51A33CAD3BC04DECD6545D4E6BBB7D /* FIRInstallationsStoredAuthToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FF83F1EFF96ACCA38944ADB20A1D894 /* FIRInstallationsStoredAuthToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B0A42BA4E6FB8A2C9D4AA0DBE47EFB9 /* RCTBundleURLProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FACE3C2325D6510CB07FF735209CC3B /* RCTBundleURLProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B5209D0DE00F127315A8C06D2BA5746 /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B6B3373367726E09243436F3264991D /* strtod.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8B5AB398004BA4A3FF0338E0964A86B7 /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = FFC7AE5BDF4F56BD89CCD26EA85CC54F /* SDImageFrame.m */; }; - 8B7B66D4C810FF9452F3CAE844F1B82F /* Flipper-Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 23D83884863E7B8B775CF0A3181494C4 /* Flipper-Folly-dummy.m */; }; - 8B927C6433F4C838369E437B1F6CE3E8 /* Latch.h in Headers */ = {isa = PBXBuildFile; fileRef = E7B66A3E12C0D708F2B5CE6CA6E37B0B /* Latch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B98D9EAEF97347856958BC87D92DFB6 /* JSBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AA44050E5587A713DE4EE46F41B7FA6 /* JSBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8BA48D2A24BAABA1CE07C55274CF88A1 /* FIRCLSDataParsing.c in Sources */ = {isa = PBXBuildFile; fileRef = B45068D688FB76D72FBC5BA439BEA65A /* FIRCLSDataParsing.c */; }; - 8BACD6D08335CACDAC7EC574B832A193 /* READebugNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 514CB02E8C846A54E6EF67A615C99674 /* READebugNode.m */; }; - 8BB527F62230ED1D60A76E499B58B239 /* Aes.m in Sources */ = {isa = PBXBuildFile; fileRef = 37B72A1B6814F32C7AF02DD191124F22 /* Aes.m */; }; - 8BB6F3580223D7CE6AAA00E2F1AD3002 /* PBEncodeItem.hpp in Headers */ = {isa = PBXBuildFile; fileRef = B46B9000485EA36C8993212CB89A82F1 /* PBEncodeItem.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 8BF779750A317B52D5D8048A9CC458DD /* RCTHTTPRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 1564F064BC7FB538AC2958CE2F7CAF97 /* RCTHTTPRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C0F0E8A3211743FE3CEFE79D252DCEE /* OpenSSLLockTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = ECC48F775A418713B34729AB41EF64BE /* OpenSSLLockTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C1A16B88AD15B0F8D07A97D1DF19352 /* Event.h in Headers */ = {isa = PBXBuildFile; fileRef = 07175D29AF10E770288BF8B9D85FC3DE /* Event.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C29FD86555ABED6915D95060F82AC0E /* ProxyLockable.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CA3A3E8B8CD76761016D2F850627D82 /* ProxyLockable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C341F59EB6702C296FE4472CB9E3D91 /* EXFileSystem-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BE5EE285FADD586783B42D22E550058B /* EXFileSystem-dummy.m */; }; - 8C4BE58C7E4081FBDCE00BB59CDD45C8 /* RNPinchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 08B57705AC00A05253CC6DD9FC10187D /* RNPinchHandler.m */; }; - 8C5B1BA4840A92F9B1AEBE1EA1761236 /* BSG_KSDynamicLinker.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C6C830832BC7D7C39A270128476117B /* BSG_KSDynamicLinker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B81A8FDE7465A83900256DF9EB5FB3F /* FIRErrorCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B5A73E3C85EBE7C64B8D45F76B1448B /* FIRErrorCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B85C171EFDD4AD0202225848BBA21E5 /* AsyncSocketBase.h in Headers */ = {isa = PBXBuildFile; fileRef = F82AF01D6F3535B28C166A1BB8865952 /* AsyncSocketBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B98D9EAEF97347856958BC87D92DFB6 /* JSBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 652B412EABF58998AF4FD2B847908CA8 /* JSBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8BACD6D08335CACDAC7EC574B832A193 /* READebugNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D4B95B08ECDB9402481C8A6023DE604 /* READebugNode.m */; }; + 8BADD1737DFD5A2D18F8FF8EF4EFB689 /* RNDateTimePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = C03AF905A026425800797ED5D836C253 /* RNDateTimePicker.m */; }; + 8BB527F62230ED1D60A76E499B58B239 /* Aes.m in Sources */ = {isa = PBXBuildFile; fileRef = 781D24F33E0BF67A5185B7C17D587155 /* Aes.m */; }; + 8BF779750A317B52D5D8048A9CC458DD /* RCTHTTPRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 70D3842005D4B48F1A7A26D832E4D45C /* RCTHTTPRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C2D57DF6CD081EC3F32F0EEA8F1CFD6 /* Core.h in Headers */ = {isa = PBXBuildFile; fileRef = 45C7ECFCB345E24E6066828F00C0A11E /* Core.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C341F59EB6702C296FE4472CB9E3D91 /* EXFileSystem-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 26D1240844CE0D6D41920C98D6CFB5EF /* EXFileSystem-dummy.m */; }; + 8C4BE58C7E4081FBDCE00BB59CDD45C8 /* RNPinchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 35ADC7ED06344C6B9F4F94A13C6AC7CE /* RNPinchHandler.m */; }; + 8C5B1BA4840A92F9B1AEBE1EA1761236 /* BSG_KSDynamicLinker.h in Headers */ = {isa = PBXBuildFile; fileRef = 738956F9CC1E2B45686DC90A55AD3395 /* BSG_KSDynamicLinker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C5E7E4409A53A59DB1010700E428D2B /* openssl_md32_common.h in Headers */ = {isa = PBXBuildFile; fileRef = B7E557F01E8F4B2D49E0FD20379E1490 /* openssl_md32_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8C68050B374FB14FA9350D3BD22D094F /* SDWebImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = C9B931CA344AD2F9AB3D5223A302A42F /* SDWebImageWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C8E96F03A7BAB6B3647BD0F76CB7810 /* RNFetchBlobNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = 272062318C1FFD878DD4E468C4215242 /* RNFetchBlobNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C99C499FC2AC2AC1C191A6146CDED0E /* EXAV-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B865DFD067F1D741291FBF66A597878A /* EXAV-dummy.m */; }; + 8C737796442DCB27B2932B7BB34047E9 /* CoreCachedSharedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = CA3E5B0FBA7FA325BE464311187698AE /* CoreCachedSharedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C8748258DB9A20FCB1046EAB529892D /* FIRInstallationsStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 949FCAA1C40C1CAD7736386449E3DE02 /* FIRInstallationsStatus.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C8E96F03A7BAB6B3647BD0F76CB7810 /* RNFetchBlobNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EC846996E48781196A9ED0CCE8D2E17 /* RNFetchBlobNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C99C499FC2AC2AC1C191A6146CDED0E /* EXAV-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 03FF44AB535560F971CAE86A826DF848 /* EXAV-dummy.m */; }; 8CA192619C34A9394EAC3F5090897B62 /* UICollectionView+SKInvalidation.mm in Sources */ = {isa = PBXBuildFile; fileRef = F066E1FE8B4101BD32F67BF9BA317CD7 /* UICollectionView+SKInvalidation.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 8CC1C6C841AB94CEA8787AF5754571C1 /* UMReactLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0546496D55B12E0B66130FF244AB7E09 /* UMReactLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CD76807160CC1482ACD05CE762057ED /* RNLocalize-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7291020222CAA31DD8ADB5F9DABF8AF7 /* RNLocalize-dummy.m */; }; + 8CA37D52B3531D048B27B2BBDCB08998 /* SysUio.h in Headers */ = {isa = PBXBuildFile; fileRef = B3EC717D9E62DC37E77943B52D38DE53 /* SysUio.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8CC0F0CD004FF65F42A36EA181353ACA /* RNCSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 57CAE1D04BB2A83386D041BBC7960073 /* RNCSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8CC1C6C841AB94CEA8787AF5754571C1 /* UMReactLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = C49906100567C76827B0EBBCDC49A6B0 /* UMReactLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8CC7E6E71C2BC3F4C733557F1E7FC300 /* CodedOutputData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0E2428CEA407DD266A033FC1F5231372 /* CodedOutputData.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; 8CDE0B98668EF6D05F80CF0E07562BDB /* SDAnimatedImagePlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = C46FD25E47E045CA4C193072575AB3BC /* SDAnimatedImagePlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CE39168C87467FD46698F4B6E48376F /* GDTCORClock.h in Headers */ = {isa = PBXBuildFile; fileRef = EF1074726BB5D4DB69C6542C0D3CB716 /* GDTCORClock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CF5EFC9B3E0DD6DA06EF9DA10842ADE /* RNCookieManagerIOS.m in Sources */ = {isa = PBXBuildFile; fileRef = F7716B6680E6859C1ED4B8AC9C3C3655 /* RNCookieManagerIOS.m */; }; - 8D34928C910D05D9AEBBC2B76762BA08 /* KeepaliveTimer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BADC2117C47762E9A5618200C9170DBD /* KeepaliveTimer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 8D41A2CE1F193824D8DA083E27688E68 /* DeferObservable.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BB845326BB43E0587B4A1AB7180638F /* DeferObservable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8D77643F79FFBF648325E9A351C5C8C1 /* RCTMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = 18B420544DFE8AB06F95D49E386C00AF /* RCTMaskedView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 8D7C15503C98FAC8A720818659B92809 /* RCTSha.m in Sources */ = {isa = PBXBuildFile; fileRef = 091B9316E2C55E334701445636365921 /* RCTSha.m */; }; - 8D939C6D9181ED74A1B61BF4C139C91C /* FIRCLSHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = E249493F4DC300904E721B3C9286989B /* FIRCLSHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8DAD30EA0E9E1BF54AA2F17B2A64E371 /* FIRInstallationsLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = A4959246A8B3A173B7782707FF64DADD /* FIRInstallationsLogger.m */; }; - 8DAF2F82F1EFDD4A3E20C424F30A95C5 /* Promise.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D9AF96F88680045728AC4C4F4525E3A /* Promise.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8DE3E85DC7E63C1D5052543F1CBDACC7 /* F14Policy.h in Headers */ = {isa = PBXBuildFile; fileRef = DE3B5D1E43D3FE530CB383A136852596 /* F14Policy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8DE7867E4B08954E1C9C4238DC92BAB8 /* RNCSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = B39B12F1A5E14751041492FCCBF2033B /* RNCSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8D261C51FD8E5585C410A7914D1BCE22 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 5995B483B9AC918FBAEDEF7F604C89F9 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8D27EBDDF0A002BDB9FF045C72FBA1BE /* RNLocalize.m in Sources */ = {isa = PBXBuildFile; fileRef = 14B31094D40F3180A66DDD6DD415DE94 /* RNLocalize.m */; }; + 8D38F9FAEC93C152A875F7EBEE91CAD4 /* FIRCLSReportUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 8706F46587B792368C3146E54694F612 /* FIRCLSReportUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8D77643F79FFBF648325E9A351C5C8C1 /* RCTMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = C21A1B77E15FEDFF005DA5AA3A043E6E /* RCTMaskedView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8D7C15503C98FAC8A720818659B92809 /* RCTSha.m in Sources */ = {isa = PBXBuildFile; fileRef = B31A938BA57C97018F16609A23751B50 /* RCTSha.m */; }; + 8D8C0BD614A1846E0F96F2AF6B1FE341 /* StreamStateMachineBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B293805CE09D92B4D8CAFDF32265A1C0 /* StreamStateMachineBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 8DE10FFA749E958AA7F44EF1394949EF /* Array.h in Headers */ = {isa = PBXBuildFile; fileRef = E74D8BC54194A28692BCC1662600FD43 /* Array.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8DE788B27EBABE1BFF153505676730FA /* SKBufferingPlugin.mm in Sources */ = {isa = PBXBuildFile; fileRef = 23341602752053597CADA7B8CBEE4403 /* SKBufferingPlugin.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 8DEAD0B82CA1CA43F146352D0CB4AA22 /* FIRStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 796CD8553C5802D31544788DC42D6954 /* FIRStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8DEF920E938CFDED9F600936FF9CFADF /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 9D241354271BACCED4B10713DBE1F73E /* en.lproj */; }; - 8DFE146E8C742B6643B139BD0B17E695 /* RCTShadowView+Layout.h in Headers */ = {isa = PBXBuildFile; fileRef = D9D6448E0E06535CCFEED6A45C2B3C5F /* RCTShadowView+Layout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8DFE146E8C742B6643B139BD0B17E695 /* RCTShadowView+Layout.h in Headers */ = {isa = PBXBuildFile; fileRef = 77B48393BB988BF364667988627B72CA /* RCTShadowView+Layout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E0753284938C9A96BEAA05C4E87C6A7 /* MallocImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C45EAFC34F4E6E42BE80363C5B4C369E /* MallocImpl.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8E1DEF25B735D1A785DD78EE889C3B4A /* SynchronizedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A2F3B3AE429A87A808AC5D7273225FE /* SynchronizedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8E1FC026F556393B02A86BCAD265D5E2 /* NSBezierPath+SDRoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = ED1764E035F847AF81394542EECAEF99 /* NSBezierPath+SDRoundedCorners.m */; }; - 8E7090AFB836A69A5378A5633B46B282 /* TypeInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FBAA894CE5747B29CE616102D70E5F2 /* TypeInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E778A8AFD7A72EC1E9678DA3B22C024 /* RNDateTimePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = B560C5836ED0777BA9CC16792975A444 /* RNDateTimePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E8B9182A21057F42C0B84E18E4C413A /* ConsumerBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 92CF0630022A5B5B486403B7FDC7C6DC /* ConsumerBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8E9F78DEEBA08DA23DD0F97256C9F30E /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DA985AD107AE755BE2DFA1DE2741257 /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8EB6AE45E015DA5B8D8870839F39A6DD /* GULLoggerCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DCFD86117B85F8793F5051E9FF6E1E2 /* GULLoggerCodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8EBADBD4A48F5BA161B98DE9144AAD7E /* RNReanimated-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A7449EFA06E66253E4E9BE3C02F42FD1 /* RNReanimated-dummy.m */; }; - 8EBB6179EF175D760444466821B8AA0C /* CxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CA3A9A847227A1B47BC323589CAC841 /* CxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8EEE8A3E4067BCAF4F848C28DCE537E6 /* AtomicNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = F2C4DD8F7E693DDCB52615BF91AADFB3 /* AtomicNotification.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F23A8F8B949ACD642FB9DFDBC676D54 /* Restart.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B1707A672948535A931072E1F755116 /* Restart.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8EBADBD4A48F5BA161B98DE9144AAD7E /* RNReanimated-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D4ACA15826FD16148E3EEB4215D53AB8 /* RNReanimated-dummy.m */; }; + 8EBB6179EF175D760444466821B8AA0C /* CxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = A122A6638C7DCAE92DD3D8A7B3A11FAE /* CxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F0282EF99CED853E19680B0D02BE1D4 /* StreamThroughputMemory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 56ED77DCABC11D49D1D2C0219FE9F6E4 /* StreamThroughputMemory.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 8F0B2AB38C7598BFA53BFAFC6A37B392 /* QuotientMultiSet-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A160FC63EF8C86A7E5D51894C1D0B0F /* QuotientMultiSet-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F121BD5C52FBE0AED367196850C9F81 /* Futex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6830A30329C0FD2B7EACC75BD7AA0A10 /* Futex.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 8F124BF19D250EF4CE8222D46E380D2C /* DeferObservable.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BB845326BB43E0587B4A1AB7180638F /* DeferObservable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F1A90B16C428BC3BF019DD15E792A84 /* FIRCLSNetworkOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = F0DC7D458F2B90DEA91C6524ABE02B13 /* FIRCLSNetworkOperation.m */; }; + 8F22AF417194A025C4F987FB2EE0FD28 /* FBLPromise+Delay.h in Headers */ = {isa = PBXBuildFile; fileRef = CBE4A6D52BE474B01E12EC8C4E4D019D /* FBLPromise+Delay.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F267FB683DEAE664D7EB1DB674BA3E9 /* GDTCORRegistrar.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CEDC5110EB13A53A24E779C0A7353CB /* GDTCORRegistrar.m */; }; 8F278995C8B97131DC76DF6CFF1601C1 /* yuv_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 6ACF4106397D7F2DA54082AED34ACA21 /* yuv_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 8F2F44E2214C879A153B4FB3BD97D658 /* SSLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = F4ED5D2AB68AC9DC3AFC7FFE6A02978E /* SSLSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F465F9DD3889D3837D0D8E025219205 /* RCTFrameUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = 24E6B55212718489DDE516F0095A3BAC /* RCTFrameUpdate.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 8F58F2FBEAC3732F3779F925B630616F /* Subprocess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B74524BE3DF67BF52FBEE3CA104F86E0 /* Subprocess.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 8F465F9DD3889D3837D0D8E025219205 /* RCTFrameUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = 33C43361E83136C7EF1E4C2FEA350674 /* RCTFrameUpdate.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 8F5BEF5386A30D47887CA8F76F8EAAD1 /* filters_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = B87983F3BE186E9A8B843655CEF7C65C /* filters_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 8F63AB259A7D51B011EA55DE02E7B0FB /* EXPermissions-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F0E869378E98258663692CAE64D3225 /* EXPermissions-dummy.m */; }; - 8F65BB08E3367AC17C5D4ECFCFD4FDF6 /* RCTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 40975B0D8530B3851E16A8DE9DE30CF3 /* RCTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F6794230B0BD4EF304F45550F4C6677 /* MethodCall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 210CECCD609CC3C45A9E483A9FDB6D41 /* MethodCall.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 8F8323DA77A223DE2FD3205BD1F97A85 /* RSocketServerState.h in Headers */ = {isa = PBXBuildFile; fileRef = 50A50A97EC3C954256B3D9F8339A7A58 /* RSocketServerState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F63AB259A7D51B011EA55DE02E7B0FB /* EXPermissions-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2592F04BE51A52CD3D7A8999BDF5C719 /* EXPermissions-dummy.m */; }; + 8F65BB08E3367AC17C5D4ECFCFD4FDF6 /* RCTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = D6C5BE6BBEBB097B4E52F63671852B51 /* RCTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F6794230B0BD4EF304F45550F4C6677 /* MethodCall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 25C433C4BC01C844DC0B8B03C9C60A11 /* MethodCall.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 8F8EE9CD7E734AE8E58C037402B6F669 /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F6D143765B26A2CDFBF435C1176363A /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8FA40D8BB0950AC0E83488AEF4440FB1 /* hu.lproj in Resources */ = {isa = PBXBuildFile; fileRef = E78BD45851D383772918D376AF29FDAA /* hu.lproj */; }; 8FAA51C90F816D9972D541CF7E13F75D /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D3B700A25B61CBED5D23753C9361F3B /* UIImage+MultiFormat.m */; }; - 8FC8BE266412278F6A06262CEFC25FE7 /* RootView.m in Sources */ = {isa = PBXBuildFile; fileRef = 724974B0E7925F98994D3CAF6E6DEB92 /* RootView.m */; }; - 8FE1D07A24CF0B515452F525F4144319 /* RNCSafeAreaViewEdges.h in Headers */ = {isa = PBXBuildFile; fileRef = 13204D1DBD99998D3398EF8FB64CE9DF /* RNCSafeAreaViewEdges.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8FEA7CCBE95369836128207D21E7EBFE /* UMModuleRegistryHolderReactModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 51C86608809F431866498A0826C02853 /* UMModuleRegistryHolderReactModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9000ED0C5C7BF90A5AD7B407D0EA396E /* EXConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 66CFBB4CBFEAD63EE3FC74774E96F6BA /* EXConstants.m */; }; - 9004BD3B2B71C20129D136519D9E375D /* QBVideoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = B855631FC41E72EC02F37BA684CDF702 /* QBVideoIconView.m */; }; - 9008EEDD5F909E2593F9AFEA4BE3C3B2 /* ChecksumDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = D7BEA8A3A6B124B4E9B0C722EAFA7FC8 /* ChecksumDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8FC8BE266412278F6A06262CEFC25FE7 /* RootView.m in Sources */ = {isa = PBXBuildFile; fileRef = ACDAE3FDCBE8B87C8DA53D9389D4DCA8 /* RootView.m */; }; + 8FD43EBA8EBF65E2D71B5BA9ADC1F59E /* ThreadLock_Win32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A522AB056DD2DCFB2DBCC3D8B991FED9 /* ThreadLock_Win32.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 8FDD9248339209DBCE1186C73CE376CC /* EventCount.h in Headers */ = {isa = PBXBuildFile; fileRef = 77D47F57764ADC03C72580A4D8058A4E /* EventCount.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8FEA7CCBE95369836128207D21E7EBFE /* UMModuleRegistryHolderReactModule.h in Headers */ = {isa = PBXBuildFile; fileRef = D6C2C42FC90E4716F2703375A788A8B3 /* UMModuleRegistryHolderReactModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9000ED0C5C7BF90A5AD7B407D0EA396E /* EXConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 9387105C912AF870A74355C45A485708 /* EXConstants.m */; }; + 9004BD3B2B71C20129D136519D9E375D /* QBVideoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = E5C4CFEACF732A83AE7FA0CFABA4E409 /* QBVideoIconView.m */; }; + 9014FB60BD5C56FAC0F13E7CA7C0C7E5 /* Fcntl.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EB6D8FECC88E58F8C3F6C040627E05F /* Fcntl.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9046AAE5534722F9EDC2B380B3AAB89F /* Pods-defaults-Rocket.Chat-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FF15DDF56C721A3A36BEBEC97A731D5 /* Pods-defaults-Rocket.Chat-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 905D94E8C81E3E4D92885F63365C0147 /* BugsnagConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = E6D329ABF8B505D705CED921939B982A /* BugsnagConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9066E9AA143B08DAF36709D6FDE23D59 /* FIRCLSProcess.c in Sources */ = {isa = PBXBuildFile; fileRef = 7A6F3749C087FCF308DF196556357C7F /* FIRCLSProcess.c */; }; - 906F81B02AF6433FF551221C78F8683D /* RNNotificationCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 62D3FFC76E768F50527141D4D81DE464 /* RNNotificationCenter.m */; }; + 9055D1C86A5062025CE958E346F0EA75 /* GDTCCTUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 5133650B4ADF600B754741A7C41F4682 /* GDTCCTUploader.m */; }; + 905D94E8C81E3E4D92885F63365C0147 /* BugsnagConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E571E9C342F4A0E9D60A8E057938A20 /* BugsnagConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 906F81B02AF6433FF551221C78F8683D /* RNNotificationCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = C079B8255AECC872743267DDD47200C8 /* RNNotificationCenter.m */; }; + 907390D7F4370E82A87B703AABAE88B1 /* vlog_is_on.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E36B65BFA4D2504ADD2C4D6A1EE9025 /* vlog_is_on.h */; settings = {ATTRIBUTES = (Project, ); }; }; 907FDD32586A7EF4BC8DD2AB46AEE107 /* yuv_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = F1BEE0873E5F10C1EAEB256BAE398E41 /* yuv_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 909337DFBDEC66DA7557FD9BD57988D8 /* MemoryFile_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 845D74BBD351AA8079E571392D1C0E7C /* MemoryFile_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; + 90A45910D78FE70FEDCAEF569E0517F9 /* GDTCCTUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 603495E4212299A4F638482B5E8D0D9D /* GDTCCTUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; 90AC36E8F28EC86B055ACB4988775AAC /* FlipperRSocketResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 992BD5FC7AF125FC198350E045910B0E /* FlipperRSocketResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; 90B4F01FC7DFB0814BBB95849D8A62E6 /* frame_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 8CE2A048FF71006E42E3A8193DC390F9 /* frame_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 90C1B501AD6B1A8F1F4902C14373984E /* RCTInputAccessoryViewContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 306C77FF57CB4BFB1500AE14020D2F18 /* RCTInputAccessoryViewContent.m */; }; + 90C1B501AD6B1A8F1F4902C14373984E /* RCTInputAccessoryViewContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E6EDFA9F1E540E79FB74DF851671243 /* RCTInputAccessoryViewContent.m */; }; 90C8C169DEB1B769E3F858272E4523FE /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = ACFE7AD27756E0A56A7255AA1A29295C /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 90D3B37EBF063AE212B4CA928CD5D825 /* OpenSSLPtrTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DA1F1100B5049BD1A54D2EAA239C41 /* OpenSSLPtrTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 90D7982592717BD9EFBD04E351ED8C7E /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 21B3A7BE2BA53AEF2DF324DEAE4BC616 /* raw_logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 9108D95C328BA25FAB0A46CC56C9944D /* RCTConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = D7FEA9D9B055FABDD4A52DC5CB13BE94 /* RCTConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 90E9EDB35E776C751BCC4AE22EAB2B7E /* OpenSSLLockTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = ECC48F775A418713B34729AB41EF64BE /* OpenSSLLockTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 910130C845923C458E2328749355BAB1 /* Util.h in Headers */ = {isa = PBXBuildFile; fileRef = 6194DBE2865CDE620E065AAF89038627 /* Util.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9108D95C328BA25FAB0A46CC56C9944D /* RCTConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D42023E5F43B4599506F87C1B3BFE17 /* RCTConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 91325B6D7B31ED251CC11E1EDB365E03 /* syntax_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = A11499E78FCB711771CC5ADE6EF5BD55 /* syntax_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 913FF1019A59CE7C500A7328776309D0 /* RCTStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1316F12DDAF1923F2A33044388EA569E /* RCTStatusBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 914D2E601FEC3DC52590C8293997A78D /* FIRCLSThreadState.c in Sources */ = {isa = PBXBuildFile; fileRef = D125084F9F245889C9DE6B2FC0E99AAC /* FIRCLSThreadState.c */; }; - 914E14C60F274CEF4451B343256D54A6 /* FirebaseCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BF20AEE9629FF57E3DBA1374DF5158B /* FirebaseCore-dummy.m */; }; + 913FF1019A59CE7C500A7328776309D0 /* RCTStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 36CBD3B9AE26C9FF2C3B8434C10D50CF /* RCTStatusBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9143012439543AF2AE40C2C2758317D5 /* stl_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 14CD3913F15D6920187A56827793D3CF /* stl_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9156CAE7B51C32678CE8B93FB88C60E3 /* SKViewDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = C269164ABE0554ED5356E1D7761DAEF0 /* SKViewDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91668CEA109EF59E74EA68CF65FFA8B3 /* EliasFanoCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = B83E6F934C634C4408B9B5CBD3711AD8 /* EliasFanoCoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9181B45F494D8E6F27130B02AF49F11E /* jsilib-windows.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE39CB41921121BD7F11E467678D9D31 /* jsilib-windows.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9199F2A1FBE0E61F7D9ED8A2753CCF25 /* BSG_KSSystemCapabilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 4ECF75C457511BC97636A6DAC002131E /* BSG_KSSystemCapabilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91B08BC753CEE8F9B97DFABA5D2B37B4 /* FIRAEvent+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C02134652DC0E225160FB001D088C81 /* FIRAEvent+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91D0BC0B7FEA729E15BDF86C85B51597 /* RNCWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 182B047509820834CB289CB4785E27B2 /* RNCWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91DA3D989BC60DDB09CE59B55E66DC73 /* json_pointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2FBA720AC34082FE3A5CE0DD59A59F4C /* json_pointer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 91FDD7B907E719D2F2F085B7BB70929B /* EXAV.m in Sources */ = {isa = PBXBuildFile; fileRef = B70B14CBB04757856028D7E4CB72DA19 /* EXAV.m */; }; - 920495374A539B475136C73A5E57C366 /* Retrying.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D77327E12522BD66B0D30F1750F8F40 /* Retrying.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92054AC4075E2966EFE3ED4AD7BBFFBE /* SysResource.h in Headers */ = {isa = PBXBuildFile; fileRef = 964E5D3773A0F9836351C7D1157D2063 /* SysResource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9209E7557FE92F486CD149A46591A875 /* React-Core-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 966F6D42B400FE804C91606061DF3033 /* React-Core-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 922079CB711C371F3990446AABAD0094 /* AtomicHashMap-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FD2212C32FB6588D5F6BCB188042E17 /* AtomicHashMap-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 923290319C3F0C301063EAF1F3FA91AB /* RNGestureHandlerModule.m in Sources */ = {isa = PBXBuildFile; fileRef = DB341E8302C7DA9FADD26EED0D1638D7 /* RNGestureHandlerModule.m */; }; - 9233EAF7361D5B9DA4BCF4E6B82EDB14 /* GDTCCTUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 5133650B4ADF600B754741A7C41F4682 /* GDTCCTUploader.m */; }; + 9181B45F494D8E6F27130B02AF49F11E /* jsilib-windows.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9E86AC096AB6CC88DDF277B55B8C3F82 /* jsilib-windows.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9199F2A1FBE0E61F7D9ED8A2753CCF25 /* BSG_KSSystemCapabilities.h in Headers */ = {isa = PBXBuildFile; fileRef = F42AAA355A3F7E38C3EE5BDA345DF384 /* BSG_KSSystemCapabilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 919B48F8606088327E091A87F4640F12 /* FIRCLSURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = F394992E816A4233E71524E8EA6F5235 /* FIRCLSURLSession.m */; }; + 91D0BC0B7FEA729E15BDF86C85B51597 /* RNCWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C3FA49BE753681695F9F076991631EA7 /* RNCWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 91D5A48D209B28173B7D3F1AC8D96707 /* FIRInstallationsErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A8322E323B0AB12E9B919C998ED3B01 /* FIRInstallationsErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 91EA968E216DC49C58C97DD7D9AE45CE /* Conv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 992F3DF4EDB6532738E826305A62C097 /* Conv.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 91FBCD1E2C9F2BC3919D0EAF29CF2034 /* FIRCoreDiagnosticsConnector.m in Sources */ = {isa = PBXBuildFile; fileRef = B4C5139E31E1D2FA1BF3A566B2DE06BE /* FIRCoreDiagnosticsConnector.m */; }; + 91FDD7B907E719D2F2F085B7BB70929B /* EXAV.m in Sources */ = {isa = PBXBuildFile; fileRef = 4271B9D8266CB8734D54D29E24C01C1C /* EXAV.m */; }; + 9209E7557FE92F486CD149A46591A875 /* React-Core-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 23F1D34BD9B558857CC903DD828A4FE9 /* React-Core-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 923290319C3F0C301063EAF1F3FA91AB /* RNGestureHandlerModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 6387118BA7155E190D0D9376A3C404E5 /* RNGestureHandlerModule.m */; }; 923DA1F34D80B84C331142BD8DD784AF /* FBCxxFollyDynamicConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3AAAB72B09A3F282CD608B001E7C3B86 /* FBCxxFollyDynamicConvert.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; 924B832842FB7FE269790FF4647D1CA5 /* rescaler_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 908DF3BD9F9EE2B44E09CE2D18A280A9 /* rescaler_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 924FB29AA06B84BADC40715FD4F27E7D /* FIRInstallationsErrorUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EC92D96BA4130E646EE570999BE56EC /* FIRInstallationsErrorUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; 926900D8D8512D08BBC1F654CF2F013E /* UIImage+WebP.m in Sources */ = {isa = PBXBuildFile; fileRef = 906A7119807C1AB50E631EDF48DB7703 /* UIImage+WebP.m */; }; - 926998A0F32ADB050748C38E7318833A /* RootView.h in Headers */ = {isa = PBXBuildFile; fileRef = BED55F57EAFF64987DBA63EAA578E999 /* RootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 927877899F2B15DD52C1182102814E70 /* RangeCommon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2DAC3515B699F5348095BA37D913A13D /* RangeCommon.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 9279579B2D5C891F84B536944AE5F34C /* RCTSurfaceRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 971F6980AC142F945F3F5B9BEE8FFE12 /* RCTSurfaceRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9289B052C0A4C16052336B089EEE6B56 /* FIRHeartbeatInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 483D58D7C717E7418C4BD2707C2E636D /* FIRHeartbeatInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92B18D20B5A6508B18885EAFC6FBFEC3 /* Yoga-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ACC61AD7D317668A11BE89C1062AE916 /* Yoga-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92B5B6C97E1A6F41BB5539AC5E0A6075 /* Sse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B1638A4AE6B897DDCBE313B7E302D203 /* Sse.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 93016A61649F76D78403148C998A04A3 /* StorageGetters.m in Sources */ = {isa = PBXBuildFile; fileRef = 3662CE20B49CF29EB7741E0C534B58FE /* StorageGetters.m */; }; + 926998A0F32ADB050748C38E7318833A /* RootView.h in Headers */ = {isa = PBXBuildFile; fileRef = F9BD1D975B23D7001EA9B37025AA94A3 /* RootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 926D25912B0CD340523B8BBE1D1B4BED /* FIRCLSHost.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BDDAD7D235B2E81F3A154616267A68C /* FIRCLSHost.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 926E44B73A3D00201A9D00116442406C /* FIRCLSDataCollectionToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A08C4E80228947F81AEA182199A3F5C /* FIRCLSDataCollectionToken.m */; }; + 9279579B2D5C891F84B536944AE5F34C /* RCTSurfaceRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B95F534944C97E520CBDEBBE98A6007 /* RCTSurfaceRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 928ABA8DEAEE4802ECA46DDD640DDF5C /* EDFThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 592577787E6D7CF24EDF5392204060A2 /* EDFThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92A54D8D5D28C9D3964C85D97FDEA378 /* Ordering.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF7C0E453CDA7A9F674974D22681602 /* Ordering.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92B18D20B5A6508B18885EAFC6FBFEC3 /* Yoga-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 36263D5CB49640E827A52109143A6BC6 /* Yoga-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92D22D1ECAC784CE7C6CE0C81BBD4AAE /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = C1771026D19FD5FC4CB817918EEECC2F /* bignum.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92F9FFB6DDE3D10B5038C2CCD1BC4302 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = CA185B0518F3029C5EBE8A4AC9E85EAD /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92FEC29E2EC4E58491F89493BF8C319C /* FIRCLSRecordIdentity.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DD31C4F35B140831E47CC68A86A5D6D /* FIRCLSRecordIdentity.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93016A61649F76D78403148C998A04A3 /* StorageGetters.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C83AA4F50DCC85655AE803A2E5581EF /* StorageGetters.m */; }; 9301A8FCAA88B9BDBE50BC02708F09E1 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C4BA8951FF4749378980A0C90981761 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 932B0735C757A51D3A6DED49DC5D6440 /* BugsnagBreadcrumb.h in Headers */ = {isa = PBXBuildFile; fileRef = F0DA73BEBBB5B04D1FF3B223277EEA88 /* BugsnagBreadcrumb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 932B0735C757A51D3A6DED49DC5D6440 /* BugsnagBreadcrumb.h in Headers */ = {isa = PBXBuildFile; fileRef = 191DE639E4AD159AB956046DE73BB188 /* BugsnagBreadcrumb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 932FBE18F8D6AA9934B4B87AE4CDE50A /* ThreadLock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D14B7C2DEA9663D5411F4CEAD9FF2C8 /* ThreadLock.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; 933A07344B992D335D2C0DA6C3451F0C /* SKEnvironmentVariables.m in Sources */ = {isa = PBXBuildFile; fileRef = E44E84C86228E251FE0B31D0C4A6AD72 /* SKEnvironmentVariables.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 93427B758FAE5774AB2DB84163A1CE85 /* Foreach.h in Headers */ = {isa = PBXBuildFile; fileRef = 06A2859FB3B2D27B0C9324385973775F /* Foreach.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9345665E28983145E1747002C89FF0F9 /* Yoga-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4766F8C8885C09721BDADFFC5921980A /* Yoga-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9351BD63555015AFD281DED05BF68D5C /* FIRCLSDataCollectionToken.h in Headers */ = {isa = PBXBuildFile; fileRef = CD30B3EF429A201063D368E2D0475B4F /* FIRCLSDataCollectionToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 935DBCEA949E0CE5AF56CCDA0F747274 /* GMock.h in Headers */ = {isa = PBXBuildFile; fileRef = FCF8ACAF97A58556468490129AB66C7E /* GMock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9364A0C5608F417657D2A4F40C97B934 /* TimerFD.h in Headers */ = {isa = PBXBuildFile; fileRef = D9973CB60DA879282801C4B02A956687 /* TimerFD.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 938B4689C9B33CA1DF37B90436C1AD3A /* bignum-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D01199F240B9C44B0B8666651D283D6 /* bignum-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 93B1B5AA846FF98B591DE480C117BF1F /* RNNotificationCenterListener.m in Sources */ = {isa = PBXBuildFile; fileRef = EADB00B363C88E3C6B7CCCBC8D9EB813 /* RNNotificationCenterListener.m */; }; - 93B875C59873FD40F003B03E0A2EF720 /* RCTURLRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 7940BD2651DEDF343D573E9FCBD79638 /* RCTURLRequestDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 93C0C00B856FEE25CEF5D5233F2EEEA5 /* SafeAreaSpacerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1361757F1F017A72131FAD80D0FA5148 /* SafeAreaSpacerView.m */; }; - 93C77C54EF5BD1DE8F1D3B5ACFF1C3A2 /* RCTUIImageViewAnimated.h in Headers */ = {isa = PBXBuildFile; fileRef = A2794B9B09E61301DE2084E184D01A02 /* RCTUIImageViewAnimated.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9417FE723FCE380F962012D1016D3D15 /* Hash.h in Headers */ = {isa = PBXBuildFile; fileRef = C7B1E62019E8AEFE0A53EF1A23A302A3 /* Hash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9441B5045B2A22E38DA5DF3B396D936A /* AsyncServerSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A708508FD76815E6CBFE650E175E77D /* AsyncServerSocket.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 944A68F34CA455FAAE78DF90D3F1D11B /* GDTCORReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = 93BC81BD4B8421AA0D05341EE0B566EE /* GDTCORReachability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 945549C70EFC3F79AC3BBFDAAF64CEC8 /* EXSessionResumableDownloadTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = EA83077153DCD7AB2B11A7C9E5C23E0E /* EXSessionResumableDownloadTaskDelegate.m */; }; - 945725B60FEB0A00A7E812FA10F22768 /* EventUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 668DDB233AB6DCDB3D011837485392DE /* EventUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 948DC7DF2AC15E1AD8D421D34AEA37D7 /* BSG_KSCrashIdentifier.m in Sources */ = {isa = PBXBuildFile; fileRef = DB8EC529CF684407862D0CE48DC2E240 /* BSG_KSCrashIdentifier.m */; }; - 948FA39CBDDFC9EB70E4656854688197 /* FIRDiagnosticsData.m in Sources */ = {isa = PBXBuildFile; fileRef = 46338FE5E05B38F4ECDE7AFB8C372458 /* FIRDiagnosticsData.m */; }; - 94B3B1C877EF496BE3927C0A45D6504F /* RCTImageLoaderProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = A6D8B26399EB11DCD13C2FE7597716C3 /* RCTImageLoaderProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 94C401FCBE56C3D8E3F9FC8149002F39 /* REAConcatNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 4148650F89BB7671F7AD6E178535E393 /* REAConcatNode.m */; }; - 94C7736B06227F10CB89630E1917E3E7 /* RNCSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = 656C39989F4BBA58463712D2CC9ECB78 /* RNCSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 94D0DC10250EEF0B5FB2C168707A7B75 /* FrameHeader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 076EE8D97EF7A6EBC91CD96E90D1A10A /* FrameHeader.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 94D2422245C77FD71026BDB193AC4A03 /* FIRCLSURLSessionDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 62941B228C8E98E989E0A8F55E26915A /* FIRCLSURLSessionDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 94DE6D39137AAF5F53D6DB44E1B2900F /* CodedInputDataCrypt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C3FF137BADDFE43A3D43D7DD44A6676C /* CodedInputDataCrypt.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 94ECA757CC324490097B44BAD41B047D /* AsyncSignalHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3D27A4E53812367C6079BB5B0AC57501 /* AsyncSignalHandler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 94F9E6BF384F7C7F6E013CBAC9FB9B74 /* FirebaseInstallations-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 755D288E71799C55B35C4C01FA4E9849 /* FirebaseInstallations-dummy.m */; }; - 9502B71FB49E19F87B76C938BCD2329B /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = C78923277C289FDDE40AA8D77DC34B17 /* RCTCxxConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95051516FCA4D21C894E734AD1CFE061 /* Types.h in Headers */ = {isa = PBXBuildFile; fileRef = 307DB26CCB565242806D4B12FFEFBDC9 /* Types.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9516EE4D56D4185C7480C84A5DBAF26F /* cct.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = F0A20D400112D927779240123592213E /* cct.nanopb.c */; }; + 9345665E28983145E1747002C89FF0F9 /* Yoga-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 51F02DC7F7DA7D902901E725417F26D7 /* Yoga-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9377B60E05870A940AD7D4C02D2AAD5F /* Observer.h in Headers */ = {isa = PBXBuildFile; fileRef = 15F770A4D5BC785683DD7C5AE37D01A1 /* Observer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9392AA86C752EEA7EAB523238AE4B9ED /* FIRCLSFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 65061896354E14FFE9FA62CCD47449AB /* FIRCLSFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93A6090475EA44A4041F84D027F72CF6 /* CustomizationPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 67E330CDB08073CD5F0DAFAE166A2FC7 /* CustomizationPoint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93B1B5AA846FF98B591DE480C117BF1F /* RNNotificationCenterListener.m in Sources */ = {isa = PBXBuildFile; fileRef = D79246F43FF128325BB130468790D747 /* RNNotificationCenterListener.m */; }; + 93B875C59873FD40F003B03E0A2EF720 /* RCTURLRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = EC4C038A02AA1B751273815092A8DDDA /* RCTURLRequestDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93C0C00B856FEE25CEF5D5233F2EEEA5 /* SafeAreaSpacerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 69B92BA5B1D83F4B05228CA675EFEDFB /* SafeAreaSpacerView.m */; }; + 93C77C54EF5BD1DE8F1D3B5ACFF1C3A2 /* RCTUIImageViewAnimated.h in Headers */ = {isa = PBXBuildFile; fileRef = DB3DB262F3C261C1AE2482312A04464F /* RCTUIImageViewAnimated.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9410EA6EF48344169A75A958BE8017BE /* String-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D156FB05B0C3092BBADAF94C96E4B46 /* String-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 941AA48CA2E9FD933B91419C3E95DDEC /* EventBaseBackendBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AECF7862519237D2681881EDE7678082 /* EventBaseBackendBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 945549C70EFC3F79AC3BBFDAAF64CEC8 /* EXSessionResumableDownloadTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 529346E81B46F8471A50EB48542187F8 /* EXSessionResumableDownloadTaskDelegate.m */; }; + 9464D81DF74668AB4C0214762BE3DC02 /* HazptrObjLinked.h in Headers */ = {isa = PBXBuildFile; fileRef = 192305CD9EED58441A262C59EDABCF79 /* HazptrObjLinked.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 947EBFAF561523CEAB1438F60D586878 /* SysMembarrier.h in Headers */ = {isa = PBXBuildFile; fileRef = B56F6F11BC9FBECB9231097934BAEC53 /* SysMembarrier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 94838925C73476BF2A7DE0ACF9F5D872 /* FIRCLSNetworkResponseHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 0059306D112DB7C6BF55E41D08388D23 /* FIRCLSNetworkResponseHandler.m */; }; + 948DC7DF2AC15E1AD8D421D34AEA37D7 /* BSG_KSCrashIdentifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 20F4E7ADE44B96302727F4A14A84A5D9 /* BSG_KSCrashIdentifier.m */; }; + 94B3B1C877EF496BE3927C0A45D6504F /* RCTImageLoaderProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F281D8C67D1E8867F219DD49E7F6453 /* RCTImageLoaderProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 94C401FCBE56C3D8E3F9FC8149002F39 /* REAConcatNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D062490306449633F46F485AF87CA81 /* REAConcatNode.m */; }; + 94DA63976E6391449B25B43F284BB15B /* AtomicUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 63AD4D5E1462C64AA10BE3AA9C59A2E7 /* AtomicUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9502B71FB49E19F87B76C938BCD2329B /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = EEC8A30F19D7B41B310351E188DA4BA2 /* RCTCxxConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; 95184CB22AEEACE699868A2F6057ED00 /* backward_references_cost_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 15CD676C4280876800A904F148E764D7 /* backward_references_cost_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 9539F912D42A29F21191DE93F7FE1B93 /* LockFreeRingBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = B5B808C7C899F74D771995A60AB7402D /* LockFreeRingBuffer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95577C9C0C99C2FE45E2A90B74A8A5EA /* CodedInputData.h in Headers */ = {isa = PBXBuildFile; fileRef = E5B8E98722DF82B4FCF72C564273E7F5 /* CodedInputData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 955EC830DB7E6205DE2C545D1430285C /* UMBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = ACE309DFBE5F742E7D85B65E5C12E08B /* UMBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9566CDBF3A795F66FFDD4998FB4B421B /* HeterogeneousAccess.h in Headers */ = {isa = PBXBuildFile; fileRef = A4C3D8518542DA0E8037D1D7FE635AF0 /* HeterogeneousAccess.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95797DBDB86A6EFE8F8E0423D819DE63 /* FIRCLSFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 65061896354E14FFE9FA62CCD47449AB /* FIRCLSFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 957B31A7646C9F34BC06106C7547E211 /* RCTDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = FF2F0EBA21C0957D42D430C1E09E2B7A /* RCTDisplayLink.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 95BC45629643578D207111CE8C5A89E7 /* F14Set.h in Headers */ = {isa = PBXBuildFile; fileRef = C4DF22F1747968490088396150223C6F /* F14Set.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95C475A94E42D7F31F55E68DA26570C2 /* RCTInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = 11A03DE47CBDE423FC47DDA29F3136E4 /* RCTInspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95CBFCCD487B7F2300BE4A7F78D42DA8 /* FlatCombiningPriorityQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 6353F876492CF27AA5E2CD8FBC6F8B7E /* FlatCombiningPriorityQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95CEAF56E53A963076C7168EFEDB7C2C /* GDTCORUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = E86CFB45F7E77FE0732B71E4E950F03F /* GDTCORUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95D6ADA011F5BC6CC5F4D5A874A5DC22 /* FBLPromises.h in Headers */ = {isa = PBXBuildFile; fileRef = 73E2B26B49CCF57F4F2FBF4809F14470 /* FBLPromises.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95FE7368B4CBD552F0BA9CA567D2E100 /* TimeoutManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3FC0717E49BA9AC1408D053AA64EF4A0 /* TimeoutManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 9624DFA3C4B2B4CF6C6F0DE32AF39F33 /* RNNotificationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C96DE1AA32329A2D07E963B9DAA1CFA /* RNNotificationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96362AA248BC42E188B67721FFED3509 /* FIRCLSAllocate.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D59EB8B78779F9EA55989B300F44159 /* FIRCLSAllocate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 963B23A1D3F4107791F9038013F6C309 /* FIRCrashlytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C2764E678593EF39C3FC9B21BC0CE9F /* FIRCrashlytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 963C8B24954C67E4B9AC6037C759EEB7 /* GlobalExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = D674CB63573687A20A05CD78E95B7464 /* GlobalExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96A14969C4CCDA7270720D606BFF7CA7 /* json.h in Headers */ = {isa = PBXBuildFile; fileRef = C47B8307C806973CC3E2DE384F1D1D53 /* json.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96B0CE115D0DF1E7C363BB7F5CDAE7D1 /* Exception.h in Headers */ = {isa = PBXBuildFile; fileRef = E50F92D931806DE3585DFE7A364495A2 /* Exception.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 951DFD2B370BE6BB036942688253544A /* OpenSSLPtrTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DA1F1100B5049BD1A54D2EAA239C41 /* OpenSSLPtrTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 952B359E2EAF596B0221DB3BF4EEC9A6 /* FIRCLSUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 892193E1996EEA8A63110BD4816ABE36 /* FIRCLSUtility.m */; }; + 955EC830DB7E6205DE2C545D1430285C /* UMBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 43DB4B0CAEA0E1356E66D574765D1F2E /* UMBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 957B31A7646C9F34BC06106C7547E211 /* RCTDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 532A009B4AC1DAA401B9EE15DEA0601E /* RCTDisplayLink.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 958DB63628A60CE6D8D7446EE46F7314 /* FIRCLSReportManager_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 36C16253FC02878ED51B236A0A19E9DD /* FIRCLSReportManager_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95A842E0BCD79757E60F88331C9886E5 /* FBLPromise+Reduce.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E781B9995E4FE6C36B3BCF779F0139A /* FBLPromise+Reduce.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95BCCF353083C399EB85EF295310E741 /* RequestResponseResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = A51D42C0763374A3549DE09A6011D865 /* RequestResponseResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95C475A94E42D7F31F55E68DA26570C2 /* RCTInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = 0914B3DEC39A12CDEC23F777635D025E /* RCTInspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95C5EDEEC7C8C88872AFB03E8A716DA0 /* IPAddressV6.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2F84A0C9C70F211C99B5CD9A162FFC82 /* IPAddressV6.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 95DF45B851DF9544DA6B811EFEFDE5AB /* RCTTypedModuleConstants.mm in Sources */ = {isa = PBXBuildFile; fileRef = 63484B8DAD877155923C5DDC4CE099C1 /* RCTTypedModuleConstants.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 961A60FC24CABD50E207866623A6BE2C /* Invoke.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D3EC4142C13E3996C1FB854A7AC556E /* Invoke.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9624DFA3C4B2B4CF6C6F0DE32AF39F33 /* RNNotificationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = A5D07D52EB2576F36BEF07DD231D7A74 /* RNNotificationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 963B723C9F8E8637CABD0888ECB1657A /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = 54F1CA2913DE601A66BE82A1CD485366 /* bignum.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 963DFB09DAB4DBBE715082D650F56D54 /* RNCSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = F632A767D36CA96430D21AAC35EAE443 /* RNCSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96401E81CDC05C31A8B53FCFDD39DF5A /* SysMman.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 444DCC1F0AE6951DB2A4D62FCFA8823C /* SysMman.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 96C4068BF122CA796B64BDFD2468381B /* FLEXUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 442092B4C183043A0E146BF6588195C5 /* FLEXUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96CC49FA6D8E3687C8C887FCF50FF4EE /* EnableSharedFromThis.h in Headers */ = {isa = PBXBuildFile; fileRef = DA162A95EDFC329A11018E75AFDF3C9D /* EnableSharedFromThis.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96E6E91516FCACABE6AE25C754422585 /* DistributedMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BE65CAB0DB1BEB44C68B52C7C4D7E033 /* DistributedMutex.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 96F9C806BDF3E71AE73B1772E8B67EA3 /* RCTProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 800DFAF29EE6D28B545E53F49FDC0B12 /* RCTProfile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97070416984021091B58C79891508762 /* RCTComponentData.h in Headers */ = {isa = PBXBuildFile; fileRef = 575B25FE7855718572C034B6255A981F /* RCTComponentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9707E12DD67CBD2B65E4DD95FCDA06DA /* RCTDevLoadingViewSetEnabled.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F21E8A245064DE7B7648FF4079919DD /* RCTDevLoadingViewSetEnabled.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 971E65BAE427467291698B11D5D59F7D /* RNCSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BB462F456A6FC28C69C4B83FF425FD06 /* RNCSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9726845F5AA2F88F800B733265677C36 /* GDTCORUploadCoordinator.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DF0954BD8054A90907EB224D57A8A24 /* GDTCORUploadCoordinator.m */; }; - 97278CF89A62F287E86AC644366C4DC5 /* RCTImageURLLoaderWithAttribution.mm in Sources */ = {isa = PBXBuildFile; fileRef = 17562386873948B0152954085FF687E6 /* RCTImageURLLoaderWithAttribution.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 972FDFEF82843D0A99CAF743B45F8FB3 /* RCTTrackingAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 66FF878144AC55F60FA09C94541A71D7 /* RCTTrackingAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 975250804B038CBB465291884A96D5CC /* FBLPromise.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EFAF70FC7AD5745B398BEB23402B339 /* FBLPromise.m */; }; - 9754A864D9EFAF9EA24EB978A80DDFED /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = C7E40E9D0012DD1776BCFFA15A6F6877 /* raw_logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 97617645B7B7AEFC4598BBA2C435B98C /* RSocketRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 58E8E8675CA087837856610D2F3AD3A9 /* RSocketRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97805879832810482FA9569DB0F653EC /* UMReactFontManager.h in Headers */ = {isa = PBXBuildFile; fileRef = ED3C67B5CFAB8AD277BE0BBF467B576D /* UMReactFontManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97945819C0249D0F2FC823DC19F91009 /* RCTBackedTextInputDelegateAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = C134C943F7EE8CCBEAD0E960B28575FE /* RCTBackedTextInputDelegateAdapter.m */; }; - 97A01C948B62FD7027976C973C9D7E5B /* RCTReconnectingWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 37F8C450D828AD4F801323050276E874 /* RCTReconnectingWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96E256F89922BC5E08659C1D36EAECD0 /* AsyncSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D17CC687AE454D92A4FFA5666E6D7837 /* AsyncSocket.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 96F8FE7AC5476A0791F22782F1124595 /* GULNetworkLoggerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 19DCE5754EE946E76B80323EDBE27078 /* GULNetworkLoggerProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96F9C806BDF3E71AE73B1772E8B67EA3 /* RCTProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = D19A8E2FA782CCACDB29883688F1A95A /* RCTProfile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96FC82FD43191BD1C3FEA59D2C85D857 /* GDTCORReachability_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 51B63412DE867C9C9A5E249B9ABF435E /* GDTCORReachability_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97070416984021091B58C79891508762 /* RCTComponentData.h in Headers */ = {isa = PBXBuildFile; fileRef = 6080A68D09C6D202C0EAB6F60C1E93B1 /* RCTComponentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9707E12DD67CBD2B65E4DD95FCDA06DA /* RCTDevLoadingViewSetEnabled.h in Headers */ = {isa = PBXBuildFile; fileRef = 40F2E3C20721BF730F69B4018B2B081C /* RCTDevLoadingViewSetEnabled.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97278CF89A62F287E86AC644366C4DC5 /* RCTImageURLLoaderWithAttribution.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2CABE1F2DCEFCFF88D42282665CEEBDC /* RCTImageURLLoaderWithAttribution.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 972FDFEF82843D0A99CAF743B45F8FB3 /* RCTTrackingAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E4E574F1AE9580C36C3981145889A39 /* RCTTrackingAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 974D256CC34AC0B3593314126CAEE42F /* ScopeGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 914E3BD35F915AD23C39284356B03C4B /* ScopeGuard.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9770201320FB3CF124779BD9333C0C1F /* FBLPromise+Async.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D0A55543B055D21E4E2D873085D1424 /* FBLPromise+Async.m */; }; + 97805879832810482FA9569DB0F653EC /* UMReactFontManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 853FD54F82E2CA1CC3856A93C0A71EE0 /* UMReactFontManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97945819C0249D0F2FC823DC19F91009 /* RCTBackedTextInputDelegateAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DEF6547A6AF4B39B08762539C87ED13 /* RCTBackedTextInputDelegateAdapter.m */; }; + 97A01C948B62FD7027976C973C9D7E5B /* RCTReconnectingWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 5099F86C58FF72563ED8A25073BF7255 /* RCTReconnectingWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97C118656938638AA23787AE37D8D0DB /* GDTCORDataFuture.h in Headers */ = {isa = PBXBuildFile; fileRef = 49A1C3EB17C28690DD5DAD1494DE1ECC /* GDTCORDataFuture.h */; settings = {ATTRIBUTES = (Project, ); }; }; 97CA66619EBF75A6B02F26DEA02CF4B2 /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = BB3ACAE11B485412DF876F885CEF9428 /* SDWebImageCacheKeyFilter.m */; }; - 97ED6D191D67D82CA9F23FCAF10FEB3E /* ConcurrentBitSet.h in Headers */ = {isa = PBXBuildFile; fileRef = C31BEAB1F84551C0E287ADC4BDCF2FDA /* ConcurrentBitSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97DF42D60D472C78ABB42974C4672803 /* Orientation.m in Sources */ = {isa = PBXBuildFile; fileRef = 23297A2FE4CB2678FF4D5DDAD242BF8A /* Orientation.m */; }; 97ED6FDC70A11B701E1AB91CF3B7A083 /* TOCropToolbar.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C53CCA429164B642AD8D046A2E7E447 /* TOCropToolbar.m */; }; - 98107557A9627C8A3886A7052B3E5675 /* PackedSyncPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = F368D04E2314D86E8C9ABB520DBB0CD7 /* PackedSyncPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 981161FD3F202C634F438C067D922A8F /* KeyboardTrackingViewTempManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 11B8128A49577069D4A1EAB52FB5414A /* KeyboardTrackingViewTempManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 98144B1DC740485421ED3BDF91CE89D8 /* UMNativeModulesProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 76669C60209A2D4FCF269BB833B6772B /* UMNativeModulesProxy.m */; }; - 982410178F99B47A300959AF52B4B673 /* ClientResumeStatusCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E09AFDB084AF001C8F6491442D8E18A /* ClientResumeStatusCallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 982A94E1FEBA11BA8F65AFA6C22B3294 /* Futex-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = DCF0F90DAFFB2A76D50DDBEB241E8897 /* Futex-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9837D9003A99586A2E3E7E24D467AFB2 /* ObservableConcatOperators.h in Headers */ = {isa = PBXBuildFile; fileRef = DDA584E9D391DAA2AB9E91FFC565D793 /* ObservableConcatOperators.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 981161FD3F202C634F438C067D922A8F /* KeyboardTrackingViewTempManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 974FD54303C4A13BF568C2991A1A5BAB /* KeyboardTrackingViewTempManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 98144B1DC740485421ED3BDF91CE89D8 /* UMNativeModulesProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = CFE8A5A6388CE21AE11D6DB7A35DFF68 /* UMNativeModulesProxy.m */; }; 983B5D60ABB66BD4AFB1C4AF96F6490E /* backward_references_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 645FAE5B305F7AEED4017653AAD71641 /* backward_references_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 98492CEC7A8DF5EEAACFBB8A86ACA4A4 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = AB2C6A80EA8462922FD92811EC336399 /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 98492CEC7A8DF5EEAACFBB8A86ACA4A4 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 434E1A335ED3D61EE8E89C8C23A70CE9 /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 985228FEAD333D35C190F4A6B568E38F /* GULLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DDFF012BA42BC4C707E500A6E1C9F66 /* GULLoggerLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 985959D4892A36A8029D6D137874BBC8 /* StreamsWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94BE4A916A924189C6D1A5836209327D /* StreamsWriter.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 985EA3220078A46F592506E868150BCB /* Checksum.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A24A4A47A1B56CA5F08944260858ECB6 /* Checksum.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 985EC4ABC3F06C0794B07EFE65BDE5CE /* bit_reader_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = BE396E9C371A35BA49411AADC81C481A /* bit_reader_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9873734A3A86D8B5F3113B6F15F7A460 /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7B8B9B4E0321EFB6FA2521EA586B4DFD /* json.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 988D42C8242951CEA30038F87D5F8795 /* BlurViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 31D9D19310A96500920AAB0B199069A4 /* BlurViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9893816C3E70F236B24AE27C7E8E771D /* EXConstantsService.h in Headers */ = {isa = PBXBuildFile; fileRef = C80D6DC4ABCF45D3621F80DA269119DC /* EXConstantsService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 98CEF5C7008C2BBA71BB20A9A82DA6D2 /* Flipper-Glog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B79BFF083B5FFA6D374A077C7DBFE5B /* Flipper-Glog-dummy.m */; }; + 98805530407B2B8727916E3F4C6717DA /* ScheduledSubscription.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BDB1BD5D3771A6E8D242099A07832C1 /* ScheduledSubscription.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 988D42C8242951CEA30038F87D5F8795 /* BlurViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FCB9ECE1948D8CECB7AB5CC98DF399F2 /* BlurViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9893816C3E70F236B24AE27C7E8E771D /* EXConstantsService.h in Headers */ = {isa = PBXBuildFile; fileRef = CA9905361A2E8A9DB890316087034C7F /* EXConstantsService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 98B74E9714C7B606A50AD9EFDD99459E /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = C7E40E9D0012DD1776BCFFA15A6F6877 /* raw_logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 98C98393D69ED7F94B9E2A374EEB5B9B /* Futex-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = DCF0F90DAFFB2A76D50DDBEB241E8897 /* Futex-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 98D2918A7121632391FB94B57AC6DBB2 /* Access.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B2D9BC3B472CF16ABC96753CC73C072 /* Access.h */; settings = {ATTRIBUTES = (Project, ); }; }; 98E62F04C92B63693274E7D74050DEEA /* lossless_enc_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = FE68BC776645C31628068CA7AB863816 /* lossless_enc_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 98EAFD47F2D170B0C723CE75160BA12C /* RCTSurfaceHostingProxyRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 26A77560F98BA85C75AA5C07DBBB0FAE /* RCTSurfaceHostingProxyRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 991001D0E11A671F6A3BCF98C1E81AB6 /* SpookyHashV2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2DF5CE9E50FAD23D82228DF4981B6BA9 /* SpookyHashV2.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 98EAFD47F2D170B0C723CE75160BA12C /* RCTSurfaceHostingProxyRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = CB485F43E4B0FB7A2EE0A0B61E3DD06D /* RCTSurfaceHostingProxyRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 99167170F0BE6E8CCD33B3A7C106EECA /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FE76BAFD3E50E24EAC8852D95B62FA1 /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9919F6E33ED9112EDE8C94603CD3CECD /* RNJitsiMeetViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C706BBE8370AEFAA7F4D6ADEBF7F515B /* RNJitsiMeetViewManager.m */; }; - 99375BDA2E80AEFBB3082A06F75CFDA9 /* RCTDatePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 73676A8DDBE9CA35B931BCA10CC5636B /* RCTDatePicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9939DACA32715F13FAE61009205816BA /* AsyncUDPSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9F31912B42540427C9843379B95CA2BC /* AsyncUDPSocket.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 9951C0316795CDFE0E42F0F3ACE9DEA0 /* ThreadedRepeatingFunctionRunner.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CA9966DF755C9B18EF7EB51D2A8841D /* ThreadedRepeatingFunctionRunner.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9988879A6D7D67E2C8D0D0995E84F609 /* ThreadCachedArena.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 33D053F3CBB98EC1B0EA4627B854C3FD /* ThreadCachedArena.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 9919F6E33ED9112EDE8C94603CD3CECD /* RNJitsiMeetViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 834FE376D5961278B9856E2ECAFC5A59 /* RNJitsiMeetViewManager.m */; }; + 99375BDA2E80AEFBB3082A06F75CFDA9 /* RCTDatePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 1811CC1E05BA91308113E0447FFF669E /* RCTDatePicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 995FC435F64072A7A2061B424BA99E5D /* EventBaseBackendBase.h in Headers */ = {isa = PBXBuildFile; fileRef = B0C5C8C3139E152A72E526B4FD8FB22B /* EventBaseBackendBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 99643527DCEBED964CF9BDE5F2A1E93B /* ThreadLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = AE65C434DCC88F549EB6F81D23740EE9 /* ThreadLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 996D0F0CECEC759ACE25B647321F06C3 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4203EB175AFC90369B754FAE7363F797 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 997DF0418012D9C969CDDBE78493ACC2 /* FingerprintPolynomial.h in Headers */ = {isa = PBXBuildFile; fileRef = 68917CEE2D828038F9EF57A7E7D13DFF /* FingerprintPolynomial.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9989710C455B5CEE190AD8167F4BE6A9 /* SDWebImageOptionsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = B3AB578942D50350CA6DD1A2C4CE6851 /* SDWebImageOptionsProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9994C402A7E524E584C34B80E6CD76B9 /* MemoryMapping.h in Headers */ = {isa = PBXBuildFile; fileRef = 06ED1503399F931536AD51E0C2C89640 /* MemoryMapping.h */; settings = {ATTRIBUTES = (Project, ); }; }; 999B0F124990D1C9D06A88CD54DD5CCF /* TOCropToolbar.h in Headers */ = {isa = PBXBuildFile; fileRef = 56DE755460910820B5A3CAE972DBAE66 /* TOCropToolbar.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 99AEF020AD403D33E3547834F98A6BB1 /* RNFBCrashlyticsInitProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = F9F5E0866A2BF361BC6A128DF8DAF097 /* RNFBCrashlyticsInitProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 99BE0D8D64FC6BB0AE3C08C484F60565 /* ModuleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39581FE68301A0DDB9812414733C50A1 /* ModuleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 99C59D6ECE898E69CFD008329BB16CBE /* react-native-document-picker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EEA26C17CA8E57C9DE9DC62B73FE8E1 /* react-native-document-picker-dummy.m */; }; - 99FC7C649386EBFD0D0F0512D52F0960 /* openssl_cfb128.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 484DDBFFEFAD37DA5A1115CC609214F0 /* openssl_cfb128.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 9A1B5A33E49B47ACE5B96E04D470BD3B /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CFBA862BF97CC9AA947EF42CFC8953C3 /* json.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9A5FADAB4F03FE48215FE539AD6CDB6C /* RNFetchBlobProgress.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B65BF195BFE8652CD669510DC77661B /* RNFetchBlobProgress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 99A007EAE06F3B5BC99BC1DAFBBDC8FC /* StreamRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A42B29DA8DCC509D2967F364F45C6DB /* StreamRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 99AEF020AD403D33E3547834F98A6BB1 /* RNFBCrashlyticsInitProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = D28850D1E95D6F27209F77B2AC1BDD10 /* RNFBCrashlyticsInitProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 99BE0D8D64FC6BB0AE3C08C484F60565 /* ModuleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 395473F21F297CDA63A7CEF44F0B6EEE /* ModuleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 99EA072406AFDC6171C6D22EC0C9DD05 /* StreamFragmentAccumulator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E13F08F3FC80CB63641CD83E6F9B1954 /* StreamFragmentAccumulator.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 9A2A7128EB69942C9C61F37DEFAFAD99 /* FIRCLSMachOBinary.m in Sources */ = {isa = PBXBuildFile; fileRef = A2C0FE182CCFD918BBC16E8588ED77A2 /* FIRCLSMachOBinary.m */; }; + 9A4764272B17E0B5E1B5872BD4975C9E /* react-native-restart-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EEB995B2D730D162A54F93D035725392 /* react-native-restart-dummy.m */; }; + 9A5FADAB4F03FE48215FE539AD6CDB6C /* RNFetchBlobProgress.h in Headers */ = {isa = PBXBuildFile; fileRef = A93ABF4C4C5E4ABA14C34080C891D277 /* RNFetchBlobProgress.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9A7E2CD3FCFFA6730F2EB4CA3B8B95B1 /* upsampling_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 2C96800C9E28C4273961F0192E793199 /* upsampling_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 9A8078825A48596045F989AD92DDBA2A /* crashlytics.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 3ED62CCE5562500EA4D702D3C23A833F /* crashlytics.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A8F74EDC8845731B3186DD9CB2206FE /* RCTHmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BC26AB54DAC5AB636C3AA8D92CC7327 /* RCTHmac.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9AA3E161A09974F489C8B95E525DF450 /* GlobalShutdownSocketSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C43F444BDAB37AC842D406BDCC5CB1E6 /* GlobalShutdownSocketSet.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 9AB4E5A1E2E9AD381D23EAC3FBE9DB67 /* FIRHeartbeatInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = AB738E27CC81E2B144727F0570CC7434 /* FIRHeartbeatInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A8F31B76FDDBA13ED2C24E187C2A82A /* FIRCLSThreadState.h in Headers */ = {isa = PBXBuildFile; fileRef = 1322B5A410AF4AC8672E585C3DF04788 /* FIRCLSThreadState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A8F74EDC8845731B3186DD9CB2206FE /* RCTHmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 312AD8F9853410B90CE6A66D491989B9 /* RCTHmac.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A913E15108F9C3F0E578EF7298FBF1E /* GDTCORPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 1342E4C32D6D019A9D63E3F2A860FB21 /* GDTCORPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9AB6657E83BD14D2C907F19FB0C0F1A4 /* SKNamed.mm in Sources */ = {isa = PBXBuildFile; fileRef = 74DBFAF01E3614054C37B9B96562D26C /* SKNamed.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 9ABB990C73D909587BDBED9BF779C78B /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = AB7DF34075F02BED6389FB6756728F72 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9AC04D508676746F4AFE96614C5283A5 /* FIRCLSReportUploader_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C6D00181B29496E53096597571A4B3B /* FIRCLSReportUploader_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9AD1CCE7A0013D323F21E2FBBB3BBB27 /* StreamResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AC25A44F6763BA47B30C16996F0FC43 /* StreamResponder.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 9AEE00FD63F66A3E23F1F7C362F36601 /* ClockGettimeWrappers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B7E167EBAE1B66CF3424614021F35B6 /* ClockGettimeWrappers.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 9ABB990C73D909587BDBED9BF779C78B /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5227A7283B06207612E46D8A5F9D9230 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9AE1798E8CFBF0D82711FAA39E05C659 /* FIRAnalyticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = EF24D732027271237A9F056530E1D7D5 /* FIRAnalyticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9AF14BE3C850BD7FF29557EF4CBBCDB5 /* FBLPromise+Catch.h in Headers */ = {isa = PBXBuildFile; fileRef = 25FF97004F3FD3906A3A2BA762C7D676 /* FBLPromise+Catch.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9AF2454F235E6C326A9534BD8741EA4E /* Pods-ShareRocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 81ABB69299E6F3BB892E995CFDCECD7A /* Pods-ShareRocketChatRN-dummy.m */; }; - 9AF56B9221767CF1769A3ACCEE0155EB /* AsyncSignalHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = FB7001F3224C66309E509F596635E06F /* AsyncSignalHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9AFD69C93548E0C428A2DA8F042D328D /* RNCAsyncStorage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 22AE55C6E55263FBB6DA8D9979D5C28D /* RNCAsyncStorage-dummy.m */; }; - 9B2BAC65D4982998A676C3AACD9F884D /* DynamicConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1368C5910C87B9560EFEEA43E5F26243 /* DynamicConverter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9BA15B9892D3EC5C5388D2E7F3505CF3 /* RNFBAnalytics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EE6280A4A9AA740EE995A84F30F21253 /* RNFBAnalytics-dummy.m */; }; - 9BB617D2AEB809529293337A2D109F98 /* FBLPromise+Async.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D0A55543B055D21E4E2D873085D1424 /* FBLPromise+Async.m */; }; - 9BD8ABBD0DDEF1E6024B4A01B421BE2A /* vlog_is_on.cc in Sources */ = {isa = PBXBuildFile; fileRef = 31097FF023386ADF7829A14BE14AEE2F /* vlog_is_on.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 9BDED7425F5368EEBE2D86CEBE2AAD7C /* MiniPBCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C94234CD585CB45DDF502DE4972F108 /* MiniPBCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9AF2B2ED7315DC7E1E1E40C4906D1713 /* Merge.h in Headers */ = {isa = PBXBuildFile; fileRef = 9719666CAEC85DBF140837F26DD5CD5A /* Merge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9AFBA6E8281477394DCAE975BA295C7D /* FBLPromise+Recover.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ADB839D8E97A5BA67A8085C35FB027F /* FBLPromise+Recover.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B2E8A0FAE93947C0EAB20E49442F301 /* FIRCLSSignal.c in Sources */ = {isa = PBXBuildFile; fileRef = 85894402DE158F768A5AB403A3E8B761 /* FIRCLSSignal.c */; }; + 9B2F39DAD57369F4D26A303EB7D942E8 /* Observables.h in Headers */ = {isa = PBXBuildFile; fileRef = BEC3066DC9C5D09CB3034384AFBBD902 /* Observables.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B55638800419E3DBB4A67238367B52C /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = 80DF766C6A559928E4F082BDD91DF0EE /* bignum.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 9BA15B9892D3EC5C5388D2E7F3505CF3 /* RNFBAnalytics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C4C03EFB38C9C7BB9C71E3C1AF2E62B /* RNFBAnalytics-dummy.m */; }; + 9BB4C3AE128CC769953DE42110419C51 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 225A552F4CD3FFE0863760C65CF9820E /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9BD3305F76866E9B140C03D998AAECDF /* GDTCORClock.m in Sources */ = {isa = PBXBuildFile; fileRef = 63B9522FB756289AAF91DAEF6C4AC4FF /* GDTCORClock.m */; }; + 9BDB38B8F2545EDD0BD84A28C1E4E760 /* GULSecureCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = D113EDAE5ADAD3544EE9FA72674D4244 /* GULSecureCoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9C070F2B2917090D7680115CC659BC6C /* alpha_processing_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = A2F87DFF027F91ABFFEDDCB628D6A980 /* alpha_processing_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 9C0C52960C0A73443BD28E0AA31235FC /* RNJitsiMeetView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C8C07D0E15174388F9C548C783507D4 /* RNJitsiMeetView.m */; }; - 9C1D0BA6B76296701EEA1AED45ADA3B2 /* IOVec.h in Headers */ = {isa = PBXBuildFile; fileRef = 464CAC1D47B8BF5F540D0505E7F7FD4E /* IOVec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9C3AAE2CE6C20E58D34CA4960A855159 /* Orientation.m in Sources */ = {isa = PBXBuildFile; fileRef = E7A522D7202128F705AC03DF9879D9B1 /* Orientation.m */; }; - 9C5F1472B80430D5AC9FFAA0E5FF9499 /* RCTSurfaceSizeMeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 106C1C6C61A17003684F8539BC728470 /* RCTSurfaceSizeMeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9C7A601C6CE8A7FD7A9AC7D5049A1F10 /* RSocketErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 4125CC60712437828270A8BCAE44E53C /* RSocketErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9C85ED17F277C5206AEAA1F4A60E035D /* FingerprintPolynomial.h in Headers */ = {isa = PBXBuildFile; fileRef = 68917CEE2D828038F9EF57A7E7D13DFF /* FingerprintPolynomial.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9C0C52960C0A73443BD28E0AA31235FC /* RNJitsiMeetView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E791654DF357AA30639DF29BA9E6C02 /* RNJitsiMeetView.m */; }; + 9C55F1DF8045F9BE4780B0AD61D3E046 /* FIRCLSProfiling.c in Sources */ = {isa = PBXBuildFile; fileRef = D5C399FE8E5579CE13BC1EF5D43E6877 /* FIRCLSProfiling.c */; }; + 9C5F1472B80430D5AC9FFAA0E5FF9499 /* RCTSurfaceSizeMeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = D834F04109B56714D495E6FC5BE70744 /* RCTSurfaceSizeMeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9CA01B91119E61D3A0D4BF65EE6F310B /* SocketOptionMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF76C6897EA0C33AC1F484372098DDF1 /* SocketOptionMap.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 9CB50E95D9E127F5C32978E0D04A9D87 /* quant_levels_dec_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E19DC346144BE6FE34C79966525A643 /* quant_levels_dec_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9CCB4E32C86B5F29292A363E0F3D1C0B /* QBVideoIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2525C4D2A06A3A9EE8E686423ECDF538 /* QBVideoIndicatorView.m */; }; - 9CD4BA7985F85C6ECBCD177F5A8412E2 /* utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0DA6371BB2811910EE1199F42CF80328 /* utilities.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 9CF004B390B402E754C6835D40A5ED98 /* NativeToJsBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0410D212DCDE9A2245C8714A5F44DCA5 /* NativeToJsBridge.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9D075A911BF95017D1DE4D8CBD8B9057 /* GDTCORRegistrar_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A2BC0E43F585DCF9FF442F0395D11AF5 /* GDTCORRegistrar_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9D09C724F69E869BD8FEDF056BBB6B8A /* RCTRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 62F26365B420C521A21A161E97F87189 /* RCTRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9CCB4E32C86B5F29292A363E0F3D1C0B /* QBVideoIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = EF9B588884B0BBE909D594520AA1C0B4 /* QBVideoIndicatorView.m */; }; + 9CF004B390B402E754C6835D40A5ED98 /* NativeToJsBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9768D3AC6362E4EDBFA97D4BFE569439 /* NativeToJsBridge.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9D09C724F69E869BD8FEDF056BBB6B8A /* RCTRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = F31409B1E003E1A81B593C55B1EC27E6 /* RCTRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9D1A8E6C6AD16F24CF2DF1890195FA9B /* Arena.h in Headers */ = {isa = PBXBuildFile; fileRef = 9290C878E1AB6225AC7AE7CD1C5A9DA0 /* Arena.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9D1EF7F398DC1B040EB1ABCC20E39B71 /* AtomicUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E30690E9943B49ED8BBF818F98E88C7 /* AtomicUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9D2C3C57226F194489A770E27DFCA667 /* dec_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 8D2C9EDD5E9C10BDE9B4CB29FC93EF62 /* dec_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 9D3AB8C0072222ECCA103CE28541A12B /* SDWebImageOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = D2798B68083BB16B362E131DDD4726B2 /* SDWebImageOperation.m */; }; - 9D3BE1DCFACE675EDABF5652DA15F5E8 /* FIRCLSUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 37F1B7412B8B415A53059C4FF77224B4 /* FIRCLSUserDefaults.m */; }; - 9D4D8D07153F59FC87D6BCBEA7085E11 /* FIRCLSURLSessionAvailability.h in Headers */ = {isa = PBXBuildFile; fileRef = CE2A600BB53516D57ACFA66BC5E57A63 /* FIRCLSURLSessionAvailability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9D4F14BD4A50A331CE51C2FF97931D0A /* AsyncPipe.h in Headers */ = {isa = PBXBuildFile; fileRef = D259D0D5867EB21A9776FE703C0E9BFF /* AsyncPipe.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9D7B9161932F3DD346E8D9C5531E7DF6 /* Parallel-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F2B73DEB95AD65B0F8B8371305D10A8 /* Parallel-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9D7D7F574528EA6486789CF65BA0E0AB /* FIRInstallationsSingleOperationPromiseCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 50C7620F94EE080AA893EF337D271C70 /* FIRInstallationsSingleOperationPromiseCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9D81100F4C48477434A860FDCEB3410C /* REAPropsNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 43A96EC03127E3E9D0AF85764CAE35BE /* REAPropsNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9D82E20937BA040770586290A5A34C5F /* SysFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 87D1B1412B73BB7D48C1F9B5773A217C /* SysFile.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 9D9728231359C20245D325CE66AD52A9 /* FIRAEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 3458090CB8B48D96EDAB07F5B4CEC80E /* FIRAEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DB6EDCAB653E3B88784869034DC5473 /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = 503CA212C16E0442D44FB965AB156C32 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DC10C76BE2FEE7322E7F690156806DD /* Format.h in Headers */ = {isa = PBXBuildFile; fileRef = 599E1258B9568B7CEE685BD128186A64 /* Format.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DCDFA688EB66A3D36CB49F387411C28 /* RNCWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = C9B83ACA01EC7B121163FDD382B36476 /* RNCWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DED97E22B9F12E18B9D90BC38841FEC /* JSCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 598376BAF2EB78D1BEB6B570512ECA06 /* JSCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DFFA97DB979F7F60B026F1CCE08E7CD /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = B9A091BD7D5A323180FF20D4D4B49FAF /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E003E8C0250A351940CD51439FB964E /* BlurEffectWithAmount.h in Headers */ = {isa = PBXBuildFile; fileRef = 52F6793F806DBC31A3F13B5F711D5EE6 /* BlurEffectWithAmount.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E115BA9B00C240911A8F03063290340 /* RCTTypedModuleConstants.mm in Sources */ = {isa = PBXBuildFile; fileRef = 56374DF2B4465C96ACCC150ED45ED297 /* RCTTypedModuleConstants.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; - 9E16483E14415D53A3A513A1AB62D404 /* FIRVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = E286A7FBBA67AA030243EA9CC0BAA564 /* FIRVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E5AB89F423BAC2916C2495DB25A05A2 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 496883CA368B15F42142494FBB165AD2 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E65975965C023B458C4608F3099301D /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 5286B3DEA16326BD2205A600C78F948A /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E73FB6D0FA68715009A4D9184A82974 /* FBLPromise+Any.m in Sources */ = {isa = PBXBuildFile; fileRef = F1CEC8454C926A51B469E5DF6DE7062B /* FBLPromise+Any.m */; }; - 9E9ADE84250DE5E01343CFD93E5B6ED5 /* ScheduledExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = F3B36827EC5A8E73C2A7460CDAAAE3C3 /* ScheduledExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F022A275022F6A56362C588B816B3C8 /* RCTCxxBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6A5F8F5145DE7C4DF29EB022D33C988F /* RCTCxxBridge.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9D491B508F591D643FC266C85550842A /* PropagateConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 652D1CDD53E31E74B821F67139F86D06 /* PropagateConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9D81100F4C48477434A860FDCEB3410C /* REAPropsNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 146E3554D46D43755846C29AEE24E700 /* REAPropsNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DA8EB1FC867253A1E28427948A778CA /* FIRExceptionModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D861316CC97FBDB3DF0B006C5597405 /* FIRExceptionModel.m */; }; + 9DB4681A14C4B7BAB5E5C3260159E038 /* FrameSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 892DBD086354A43D4AC20999CB2B9538 /* FrameSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DB6EDCAB653E3B88784869034DC5473 /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = C19E947615CDB50A244AF0D79689F024 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DBBD8293DB6E111126AC295A4A6360F /* GULSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 16796F247BD5E397418931BD0FC32B24 /* GULSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DBEDAE0E8C4AD74E09B1C747A6A302C /* SocketOptionMap.h in Headers */ = {isa = PBXBuildFile; fileRef = B4A52FB076CB98185EE0AC3D52201967 /* SocketOptionMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DC611D735478B22791B9F3265E9B1F3 /* Observables.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C95271CE56C4347B8A59A622AC281AB /* Observables.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 9DCDFA688EB66A3D36CB49F387411C28 /* RNCWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9C5154F9732F66707C878DD464A834 /* RNCWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DD9E9FA469EE8851F753F3889F72DA0 /* ThreadCachedArena.h in Headers */ = {isa = PBXBuildFile; fileRef = EB33B4A9520DEDA3CCD3E49CCA5FF4F4 /* ThreadCachedArena.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DED97E22B9F12E18B9D90BC38841FEC /* JSCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 3352857D588699245FDF8509E5508852 /* JSCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E003E8C0250A351940CD51439FB964E /* BlurEffectWithAmount.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B484C5C931F92AF7CBD876D7D12990C /* BlurEffectWithAmount.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E22B90ACB62733F2BFE0B0F29439484 /* Time.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2CD9F1101FC80FEE0A6A76DC220000F5 /* Time.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 9E378456F6F094F566A40FC1A6089CE7 /* FIRCLSPackageReportOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = AA6E5802A99B16C26B084997703C96B5 /* FIRCLSPackageReportOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E549BC48C2EEC5F37747DB43A90618C /* AtomicHashMap-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FD2212C32FB6588D5F6BCB188042E17 /* AtomicHashMap-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E5AB89F423BAC2916C2495DB25A05A2 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CD8756361046D986BE3B405CEFCAA42A /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E665218BE13BD41A0F38267C022EF8D /* GlobalThreadPoolList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC82B223C5448E501FA85823F92DB28F /* GlobalThreadPoolList.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 9E8644F086DA4D7A819C92727D82E982 /* GULAppDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = FAF5E90534587955F75F0BA1B47586A0 /* GULAppDelegateSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9EBF1C22F1C606D777EDE9760C205AD3 /* GULUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 94BC75EA2E2120908773B450B28D60CF /* GULUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F022A275022F6A56362C588B816B3C8 /* RCTCxxBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2DBC6F587D10B130A5B37EB95F7EAB08 /* RCTCxxBridge.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 9F1A795100C071C98EC843BD06BA9145 /* muxread.c in Sources */ = {isa = PBXBuildFile; fileRef = A867CCFE28A7B7A374C603711C8B8F8E /* muxread.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 9F1E2B5EFD9325C3ABD1DD3DAEBA6800 /* FIRExceptionModel_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C85C2B0C3932CB49E84D0E56FAE06E71 /* FIRExceptionModel_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9F22C047F8AB046C03CACF3557287643 /* iterator_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = B2C2D0EA729E06D8AC5F068A8AD0C902 /* iterator_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 9F2D4D2A7BD02828FF833F3F267BD743 /* ARTSurfaceViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B9AFB6F2E2BD5E79C5AC7188853A0B9 /* ARTSurfaceViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F37329BD02F09960BB230D3C9F01596 /* ManualTimekeeper.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DA2BB4160FD7BAD56FEF89E1499C02F /* ManualTimekeeper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F527E06BD7DBE03A9FA8DFD64ACD05B /* FBReactNativeSpec-generated.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3203F7EE04CCAB8B6DBDB13ED1D08D97 /* FBReactNativeSpec-generated.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 9F7F58E0246EE4AFC13AC9BBD7E2CB17 /* RNCommandsHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A3AE0B82B605342DD2F54E0614760B /* RNCommandsHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F8EB12BC10441086E0A5D204EEBC722 /* RNFBAnalyticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 391FBFD807085307ABA61A876784E1BE /* RNFBAnalyticsModule.m */; }; + 9F2D4D2A7BD02828FF833F3F267BD743 /* ARTSurfaceViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FDFF32B37C4CBEC8DFE59CB632EF429A /* ARTSurfaceViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F3B9DA9669C59E564518C1A96A97643 /* Chrono.h in Headers */ = {isa = PBXBuildFile; fileRef = 626200AE3A3CF5624B35EB1686270AE3 /* Chrono.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F563F27420EAB0B4D4D7D605FE16CE0 /* F14Map-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E4D562C86776D29FC05C7C895364AE /* F14Map-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F7F58E0246EE4AFC13AC9BBD7E2CB17 /* RNCommandsHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 49ED8CFF6DB840F41A88C5F2BF784A49 /* RNCommandsHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F8EB12BC10441086E0A5D204EEBC722 /* RNFBAnalyticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 14CB05ACEC53F519214CD198D024E10A /* RNFBAnalyticsModule.m */; }; 9F8F122D6EA6925A2B3A5F6A19B3DA9D /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = F682780033159E45107B4D98B702A331 /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F9CB4D6580C6B57F99A0C6065ED3678 /* SocketFileDescriptorMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ED75F07D45B6554A7AB38F7F793AE80 /* SocketFileDescriptorMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FA66477A669D8EED92F5ADB645D12D2 /* RCTModalHostView.h in Headers */ = {isa = PBXBuildFile; fileRef = 718943491CC8D969D7BA4A63A3CC240F /* RCTModalHostView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FB70479FF3A971E548C11F2928A346E /* FIRCLSApplicationIdentifierModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 5128F25C51E08276E7669C7921520E74 /* FIRCLSApplicationIdentifierModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FBD43B6F69DDDCF47E5AF19020EFB34 /* RCTSettingsPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = CC6644A06779E4724591F25384CDA916 /* RCTSettingsPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FCE3BEEDBD99A18FBE5A30E3DF04D1F /* BSG_KSObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B8747211390899A50607C121E2F89BE /* BSG_KSObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FCEA42B029F90BC34656D766A9B06C2 /* ChannelResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 100EB040B80EE6B8421985E3CECF38D4 /* ChannelResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FF2917107FAFF00FDB75E76F5F610FC /* RNCAppearanceProviderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DCF29684E2024E5FAC35B39BD55F9DDB /* RNCAppearanceProviderManager.m */; }; - 9FF5160E99B84923A6A847416332AF99 /* RCTAes.m in Sources */ = {isa = PBXBuildFile; fileRef = 032F54303D375ECFCAEA8B9E72757E67 /* RCTAes.m */; }; - 9FF5DFEB51E1C0AAAFBD2E826A2DD996 /* RCTI18nUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D86AFEA1E8D436FD296806D0744D774 /* RCTI18nUtil.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9FFF6EC07E12DCA81D0770C716B3BD25 /* RNBackgroundTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 25461D6029E03FFB1916F10D7867E951 /* RNBackgroundTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A00B55BF38DD8C2550AE14836A6ED7E8 /* F14Table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AA400B23F080CA1CFFA5798ED5753351 /* F14Table.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - A01D07627D3A75F545E82E721EB10569 /* TimedDrivableExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = A2345F6BC718297050E263A0553880F8 /* TimedDrivableExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0200D7A1ECC67929D1B42F46BE662E8 /* RCTTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = BEBBD38FC09E4CCBE8C7BFBECFF6BD80 /* RCTTextView.m */; }; - A03E85C221BD1189EC45CC8437206EDA /* StringKeyedUnorderedMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 5882C8B326D8C2896E07CEB956D8A202 /* StringKeyedUnorderedMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A059148F567084AC925717E8AA5CAF7F /* RCTFileReaderModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 91C91B47B25F184DD484787D2CD1BC4B /* RCTFileReaderModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - A0ACC7F83CDC302F2DF88876292419FB /* RNCPickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C0236C0F9A80F225B22962999B45527A /* RNCPickerManager.m */; }; - A0B16A8ED149E376671B47003709E603 /* RNRootView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C4B873893D6361EDD28E9E05D56A661 /* RNRootView-dummy.m */; }; - A0B65B015AD1A7BCB51B9F8003B1D800 /* RCTSegmentedControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AF762C871BB1A49BB9F1140CA49A09C0 /* RCTSegmentedControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0BC2C3F48C1C89CF10EF385D606B405 /* Portability.h in Headers */ = {isa = PBXBuildFile; fileRef = 95DBA7B85E03C333EEC4A6FB37E4763A /* Portability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0BC8D0E3606570EB21D1C4733091204 /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = 54F1CA2913DE601A66BE82A1CD485366 /* bignum.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - A0CD2A76FE4C0970F1753683D1E65C1D /* EXAVPlayerData.h in Headers */ = {isa = PBXBuildFile; fileRef = 20356A5E0414112A55D0E0FF83FD71D1 /* EXAVPlayerData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0EC40F3934CCAFFC6EF3D498D3F499F /* EXAudioSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 01C14D26B54B14E2C3D3C16E9D9FB416 /* EXAudioSessionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0EC8226305F7CDF45D626B173A78142 /* BSGSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = A98D8F44AB6CD0BC71A6686D86B96BF5 /* BSGSerialization.m */; }; - A0F858FCC65518E9A39CDF89125F688B /* GDTCORReachability_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 51B63412DE867C9C9A5E249B9ABF435E /* GDTCORReachability_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9FA5FD43E5B421A79D9BF607E331934C /* CString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 753784CB92204D241BA96D017F0FA675 /* CString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9FA66477A669D8EED92F5ADB645D12D2 /* RCTModalHostView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9643E8740B81C641EFEE8E28DC3F1B43 /* RCTModalHostView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9FAA03FC37593B8F8B2746F03F15AF4B /* GDTCORStorageProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 42BF07A272BFF84B1F4116A62A58DEB9 /* GDTCORStorageProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9FBD43B6F69DDDCF47E5AF19020EFB34 /* RCTSettingsPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 997EBC8BE604034B46AD0C9F61326E38 /* RCTSettingsPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9FCE3BEEDBD99A18FBE5A30E3DF04D1F /* BSG_KSObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BE178371059198CA42CA56038C97FDF /* BSG_KSObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9FF2917107FAFF00FDB75E76F5F610FC /* RNCAppearanceProviderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9686FEC2F21AE9148D325911544DEB44 /* RNCAppearanceProviderManager.m */; }; + 9FF5160E99B84923A6A847416332AF99 /* RCTAes.m in Sources */ = {isa = PBXBuildFile; fileRef = 54252CD0E2DACD33DC19F6CBF62BEAAE /* RCTAes.m */; }; + 9FF5DFEB51E1C0AAAFBD2E826A2DD996 /* RCTI18nUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 805550F64081228F3070DAAF4E55A56B /* RCTI18nUtil.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A0200D7A1ECC67929D1B42F46BE662E8 /* RCTTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = E5EB69501DE9F10DFE6568529C7A8C86 /* RCTTextView.m */; }; + A04AEF08A74F6C1B1CDFCC9201A9C24D /* Range.h in Headers */ = {isa = PBXBuildFile; fileRef = 10C26B6C57391F13B031D5B60B41F7FF /* Range.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A059148F567084AC925717E8AA5CAF7F /* RCTFileReaderModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3B23C135E22C7EB1E10D4FC8EB3494ED /* RCTFileReaderModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + A06CAA42526100CB65D115B8CFC003F3 /* FBLPromisePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 85F59B9B90304267C7154E3BCEDAE35F /* FBLPromisePrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A09D2FFA86165E14C62233968D7013D4 /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = 48B1F0EEB5BC7CD84FE4740E7A2F918A /* cached-powers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0ACC7F83CDC302F2DF88876292419FB /* RNCPickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 15D2DE204B96BF039F373E4E73D6767F /* RNCPickerManager.m */; }; + A0B16A8ED149E376671B47003709E603 /* RNRootView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F9C83C94C5A033DE5FC5256781BFDC51 /* RNRootView-dummy.m */; }; + A0B65B015AD1A7BCB51B9F8003B1D800 /* RCTSegmentedControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8218AE0CFE92AEA1DEC811E426750558 /* RCTSegmentedControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0CD2A76FE4C0970F1753683D1E65C1D /* EXAVPlayerData.h in Headers */ = {isa = PBXBuildFile; fileRef = A678B51D58684911B1FB52F1BDF20F1D /* EXAVPlayerData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0EC40F3934CCAFFC6EF3D498D3F499F /* EXAudioSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BA7E9FC4132922B5FCCA8DDA0CEDE546 /* EXAudioSessionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0EC8226305F7CDF45D626B173A78142 /* BSGSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = C11CC0DA5D4925CE4831B70BCF2C8541 /* BSGSerialization.m */; }; + A0F648B11A19F71EB5A5DB66E1CA4556 /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = 067E10B4372B09320BC2CD0420B5C71F /* diy-fp.h */; settings = {ATTRIBUTES = (Project, ); }; }; A0FEFACF7FCC7EB50E3D658D8C1A19AF /* FKPortForwardingServer.m in Sources */ = {isa = PBXBuildFile; fileRef = AD748228C58449F6A969006047835870 /* FKPortForwardingServer.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - A13347EF28B0D2D5C3A7754E718F74FF /* AtomicUnorderedMapUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 32F06E26515C9916226FBCAB17E6B1DA /* AtomicUnorderedMapUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; A13EC7A197E1D1A4B458D79C2D306655 /* nl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 43DC6B18562D8277B642E9400F967111 /* nl.lproj */; }; - A141098F5351C1400730765E90E49C1B /* FIRCLSException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8396C8E90F63350EFC8B3E9D8E8D8A6F /* FIRCLSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A14D636F3FAC98801B9123E984641F30 /* jsilib-posix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7031E1BFA220F514070D1D16ABDF2116 /* jsilib-posix.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A14D636F3FAC98801B9123E984641F30 /* jsilib-posix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C84D6F063C1E712C35B33FF5E16205A6 /* jsilib-posix.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; A1511D7B745F233DBE0D869661A2246C /* SKRequestInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = BF8E84814157F6E8772D4FFD1848934B /* SKRequestInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A16C18D9138296744AFF8F7F748CF827 /* HighlighterView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C3D1218B46DEC690FC0396913E30100 /* HighlighterView.m */; }; + A15DAE2BFB33DFDA89CF1A70D47DAE51 /* FIRHeartbeatInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 483D58D7C717E7418C4BD2707C2E636D /* FIRHeartbeatInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A16C18D9138296744AFF8F7F748CF827 /* HighlighterView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AE5861144A94B7EE168C8AAB3D8A4C6 /* HighlighterView.m */; }; A17561621A01AFC2AC6D34B59698B498 /* bit_reader_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 139506628B1A3399449B36F8C8911000 /* bit_reader_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A185AA0D4887B2CE699640D4D7AFA626 /* ARTTextFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = B95FCDCE96B8E416523802DB89BE60E3 /* ARTTextFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A1820A98281739F8CCFD1A160AEB3562 /* RSocketServerState.h in Headers */ = {isa = PBXBuildFile; fileRef = 50A50A97EC3C954256B3D9F8339A7A58 /* RSocketServerState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A185AA0D4887B2CE699640D4D7AFA626 /* ARTTextFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = A12799C046CCF8B1D11822A427B1C1BD /* ARTTextFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; A1AFC5DA14F5D1A0D606054FE1BA29B3 /* alpha_processing_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E939CB44FD2253D4D1B596BB963F44D /* alpha_processing_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A1B4017E4C37EDE6B82FFD34813DF2DE /* RCTProfileTrampoline-arm64.S in Sources */ = {isa = PBXBuildFile; fileRef = BF5B4682777A538FD7233ADB118F09B5 /* RCTProfileTrampoline-arm64.S */; }; + A1B4017E4C37EDE6B82FFD34813DF2DE /* RCTProfileTrampoline-arm64.S in Sources */ = {isa = PBXBuildFile; fileRef = 6B6E5D6932C0D562DB4009B77A904FF8 /* RCTProfileTrampoline-arm64.S */; }; A1BD3EF5F8E40C42F8C2E6311902DF10 /* PTProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CED4A49F87BAEFFB40B3F4315F9E7C4 /* PTProtocol.m */; }; - A1DB03CEB3C4AE3E9C151975F485EDA8 /* RNForceTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 3444ACB861DEEF1B5A180544A66B06F6 /* RNForceTouchHandler.m */; }; - A1F5BF148A8DFF1EFFBD41AECF004FE6 /* String-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EE1C35D471478C999CDD854BA16BC61 /* String-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A1DB03CEB3C4AE3E9C151975F485EDA8 /* RNForceTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = F6DAE140949D3190B198267DA959FD9A /* RNForceTouchHandler.m */; }; + A1E98F7E4E51D39996B91EC5393E2680 /* Core.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FF84A68DEE8E0FE347F30FB554B9464 /* Core.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A1F2D42296EBB525DD936F23B0423BD5 /* FIRCLSUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 2080A0BBC9EB23B9D268F28952C409CC /* FIRCLSUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A1F52978FDA5EC7AD4635D845C107B9C /* Init.h in Headers */ = {isa = PBXBuildFile; fileRef = F9F17229D01CC29A7EF2AEF9A4E366C9 /* Init.h */; settings = {ATTRIBUTES = (Project, ); }; }; A1FDD1FC5C91EFAC404F8D61B24C2217 /* utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 7BFB611831F7F1869D42D9EA90A1EEC8 /* utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A208B9DF1228D576CCBB475A7493C95B /* Aes.h in Headers */ = {isa = PBXBuildFile; fileRef = EF16500B5970C70EB0863A923E374878 /* Aes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A20934A1553BFE2A0426BE5CEB658A85 /* ARTNodeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A725CFC1C415D47C0160213B6B1A4CED /* ARTNodeManager.m */; }; + A208B9DF1228D576CCBB475A7493C95B /* Aes.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F30A6ABE78EE663FF6B398028C9B912 /* Aes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A20934A1553BFE2A0426BE5CEB658A85 /* ARTNodeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 47388D870B31EC84D32F128B832D77AB /* ARTNodeManager.m */; }; A2441A8CC7E81A1C4229640C1BFA555B /* SDImageWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = A7DF825727EF0FA3C86BC0FED128F216 /* SDImageWebPCoder.m */; }; + A2581B8823456EC69A9EEC651DCE45F8 /* StreamResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AC25A44F6763BA47B30C16996F0FC43 /* StreamResponder.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; A26075957EB84B4C8B1CBA660C3AEF18 /* color_cache_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DEAE6497ACC519E2A1D895242035633 /* color_cache_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A27BD2CF5938A2427153C79EB4C50EA1 /* RCTVibration.h in Headers */ = {isa = PBXBuildFile; fileRef = 92878A0929D5F9021D8A036AC8B7D3C6 /* RCTVibration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A27D96834B156A71BA82486965001A94 /* ThreadFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A3E3876D5698F2337E952FF6AB9F2A0 /* ThreadFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A288A9A598644AC5B23078F4DEECB659 /* RangeSse42.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CE1A3615B3A45B15FB2612A665AB9947 /* RangeSse42.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - A29838D1EF56622F3749F84D0B6778BC /* LNInterpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = D803C5AC0C2AE94CD4CD22EF4C5FEF32 /* LNInterpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2986AA14EFBF271183FCFBF4B652292 /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = A596BD68FF4C463AE78C938DDDC1E8AE /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A27BD2CF5938A2427153C79EB4C50EA1 /* RCTVibration.h in Headers */ = {isa = PBXBuildFile; fileRef = 83F420E9A79DA18476E81FACA666350A /* RCTVibration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A29838D1EF56622F3749F84D0B6778BC /* LNInterpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 600C3C92094713A3E281BDA8DAB79712 /* LNInterpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2A6957BEFE3C9E7D45234DF91A5F8FA /* MPMCQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 54A53497F63A29BB772218162F82EF75 /* MPMCQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; A2ACDF36318E99F05DCE59CDEA0D418F /* tree_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = B1006CC3FF5A10FB5A05F900A58F1702 /* tree_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A2AE59CBD7CDA4B7515FDD87A1CF7B7E /* RCTAsyncLocalStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = DE406105D7FF5ABF59824C96E56A60F4 /* RCTAsyncLocalStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2B02DD670D2C4BF160232567D2A55CC /* RNCWKProcessPoolManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4320DDED14499598AFABF627614CDD12 /* RNCWKProcessPoolManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2B3F057A0D35E01BAD0D6E4B592E9A5 /* FIRBundleUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = B9406FCAF23CB56AF2EE1917FE3146F3 /* FIRBundleUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2D87A6D5E1DF863102EEBA3829857F0 /* Cursor.h in Headers */ = {isa = PBXBuildFile; fileRef = 523C5C116153DE5654B9857C56355ABD /* Cursor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A301FCCE4CC8DF2EE01BE17ED00747A3 /* MMKV_IO.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CCBE44A15630D879320BD8AC8FD9028 /* MMKV_IO.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A307C669F9C2B3C2CF492EED4F57C541 /* AtomicIntrusiveLinkedList.h in Headers */ = {isa = PBXBuildFile; fileRef = 1582E233DA3441F881C9DC9898B4B8A8 /* AtomicIntrusiveLinkedList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2AE59CBD7CDA4B7515FDD87A1CF7B7E /* RCTAsyncLocalStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = DCB09A0C1EE7D3ED5287C05CB717B015 /* RCTAsyncLocalStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2B02DD670D2C4BF160232567D2A55CC /* RNCWKProcessPoolManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F10E18E2238734089DC0BF6B38C63078 /* RNCWKProcessPoolManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2BC2164F697F86B38FE45A0DB3B51D8 /* TcpConnectionFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = B8C153636514DB0BFC849F54543B230A /* TcpConnectionFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A31E6FDE6D2C77F4FD428F8AC1DDC196 /* StreamStateMachineBase.h in Headers */ = {isa = PBXBuildFile; fileRef = E226F00A2E75798E4CF7908126D1DA4F /* StreamStateMachineBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; A32C6F0217B5D8317CF1565279E257CC /* FKUserDefaultsPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = F69CB8D9F93323555C90E0798AC08B12 /* FKUserDefaultsPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3377E75A6E4A4461B63CFAAC884C5F3 /* UMAppLoaderProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B24A0B7911FD8C10A796C5118ECA95C /* UMAppLoaderProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3435BC5F7C6F25846D7EC2C50C2F318 /* RCTAlertManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E237714B3BD0D5132B7EA8D9E99622F3 /* RCTAlertManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3645C1EFF98FDD6D6ADE8FE09473487 /* GDTCORPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 1342E4C32D6D019A9D63E3F2A860FB21 /* GDTCORPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A36AEA9AABB84C69B385AE94FD1BE0A0 /* RCTRefreshableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = FAC2DAFE913160264BC8D7DC707E8437 /* RCTRefreshableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A39B0E442DFA75256A8417309B5CA197 /* UMErrorCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 652E04564294D4AC4C2F15690F088976 /* UMErrorCodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3A65DD0F777EF8682EABA6BE42F3AB1 /* RCTRedBoxSetEnabled.m in Sources */ = {isa = PBXBuildFile; fileRef = DB6958E07B4642EFA82FCF099BE42B1C /* RCTRedBoxSetEnabled.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A3AA77AAA88A4771361FFA39D659280D /* RSocketResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = FBC5542386DB439D2BE422AD66EFEF94 /* RSocketResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3377E75A6E4A4461B63CFAAC884C5F3 /* UMAppLoaderProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = ECB80CC471E023A0439B3707DB66D560 /* UMAppLoaderProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3435BC5F7C6F25846D7EC2C50C2F318 /* RCTAlertManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CBC0B139AE3B576BFA49B173F1B6FFC /* RCTAlertManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A351E4408B2E661FAE16FE83D890C0B9 /* TestSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 71484EB728EF2BD10A80516F52EF1833 /* TestSubscriber.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A35418D46CA9246C85600C06BC21AFBF /* FrameFlags.h in Headers */ = {isa = PBXBuildFile; fileRef = A6746951849D20BDFD53DDB77767315D /* FrameFlags.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A35CD3327A0074893BAD5E1904E45A36 /* GULMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = D6E36611DA2E311934E91A9E5E1FE7B4 /* GULMutableDictionary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A36AEA9AABB84C69B385AE94FD1BE0A0 /* RCTRefreshableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = B215F19F866ABC96CE13417B43CD18F8 /* RCTRefreshableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A37FB8913F1C27F36D6F39F87E0D3F53 /* RNCCameraRollManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 01D4684FA3974731D182727D4E7D7F5F /* RNCCameraRollManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A38078DF6D462A1E0A1F4EADC9185831 /* Unistd.h in Headers */ = {isa = PBXBuildFile; fileRef = D34AED4B5FB4F3CE12AB8E397850C360 /* Unistd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A39B0E442DFA75256A8417309B5CA197 /* UMErrorCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = F18356903CA7057EECAD19368DABADED /* UMErrorCodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3A65DD0F777EF8682EABA6BE42F3AB1 /* RCTRedBoxSetEnabled.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B83C36B4806E5F74CFD0C7B517B1C96 /* RCTRedBoxSetEnabled.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; A3AC5F82CFB2235E3D607D10940551AD /* TOCropViewControllerTransitioning.h in Headers */ = {isa = PBXBuildFile; fileRef = 76231EC71D774BB102B80089570B7A6E /* TOCropViewControllerTransitioning.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3B65AB352EDA7A1F5E17B1FE72CDF37 /* EXWebBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = CF9AAD1AF74266002D06012B1B85F780 /* EXWebBrowser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3B2405E77004154CF0748742886285A /* FIRInteropEventNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 41EC5930B8C1892BEE85D9814875D011 /* FIRInteropEventNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3B65AB352EDA7A1F5E17B1FE72CDF37 /* EXWebBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = E5DBB3E00F5073F2F08B0412494739D7 /* EXWebBrowser.h */; settings = {ATTRIBUTES = (Project, ); }; }; A3CC10CD06FEBC63107581DD5377CA05 /* upsampling.c in Sources */ = {isa = PBXBuildFile; fileRef = 941EDB9E2081D4D47E70886FB88DD216 /* upsampling.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A41BEAAE2198724C87876509EC232CCB /* FIRCLSUUID.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C1DE546B0319937F7A440525CB6DD07 /* FIRCLSUUID.m */; }; - A42CD5088379A5D5FC44FDBC31536A46 /* Flowables.h in Headers */ = {isa = PBXBuildFile; fileRef = 696AE8749E750CFA278A5D7A45557C8C /* Flowables.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A445B0E11B54A94A48091E04027D1F80 /* RCTComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 835ADD44A28632BCE32D411369C77029 /* RCTComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A45CE9C00DB923B48D5AD52ACFC6E33C /* RCTSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BFA60CF1DFA26AE283DA6EC7BDA260F4 /* RCTSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A48CAE58519A3846C09C3AB69EB73651 /* RangeSse42.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B530F423B7BCB94F7615C96C8F6D391 /* RangeSse42.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A49222B880B9F8614FDEC3C558080ABA /* FIRCLSExecutionIdentifierModel.m in Sources */ = {isa = PBXBuildFile; fileRef = FB620E2CBD53A25584F290C970927598 /* FIRCLSExecutionIdentifierModel.m */; }; - A4ADB22DE5D4BDE0772E81377C12D47A /* FIRAnalyticsConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 63D9B7627DD7EF46ECF2E7C227E18ADA /* FIRAnalyticsConfiguration.m */; }; - A4C2F0DCFE8D97F5EFF367A714DF5676 /* ARTNodeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E27EA9C19D57F8065B35A2FB49994648 /* ARTNodeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4D4B89BFB9E12558E5DC589A13A1A8D /* FIRCLSSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A448E1D18774989AD2F40886184AABE /* FIRCLSSettings.m */; }; - A4D5520D0137473949DA762ED51C1E97 /* ARTRadialGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = 96BABF48CDDDB6FFD5262835706FBBF9 /* ARTRadialGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A400B9B8FB9F5F41500F5CC75EE44047 /* AsyncServerSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = EADE5576E6213234C21845B187C04751 /* AsyncServerSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A416338BF26AFEA94ACEF274AB9B2D9E /* SwappableEventBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 615E8F8BDB54C96D575E86107995249D /* SwappableEventBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4229FEB301824CE1DEED815070DD55C /* Subscription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9EEF744F1D97A8543D77FA24ED5FFEB0 /* Subscription.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + A43CC1671CD227216978189512CCE0A5 /* ThreadCachedLists.h in Headers */ = {isa = PBXBuildFile; fileRef = FE74A323793E31346DD5F32CCD956491 /* ThreadCachedLists.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A445B0E11B54A94A48091E04027D1F80 /* RCTComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 00BF9522F664E6992647C38766B8A841 /* RCTComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A45CE9C00DB923B48D5AD52ACFC6E33C /* RCTSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E1829829DB5AED6E8CC468AEA3033127 /* RCTSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A46AAF7A42339DEEC13CDDF0F836FBB2 /* Restart.m in Sources */ = {isa = PBXBuildFile; fileRef = 87CBBE9870A9BCCBB44296A5077B389D /* Restart.m */; }; + A4769B0EB887405108D381690EE6D66F /* RCTTypeSafety-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DAA07F9B18F488404697C02CC478BA1 /* RCTTypeSafety-dummy.m */; }; + A4C2F0DCFE8D97F5EFF367A714DF5676 /* ARTNodeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5674180BF7BE2C9F68EBD9667326F07C /* ARTNodeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4D5520D0137473949DA762ED51C1E97 /* ARTRadialGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = 45B9FA661C62868A2E317E69372832DC /* ARTRadialGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4DEE42DFAE0049FC953D79F1878ABD2 /* GTest.h in Headers */ = {isa = PBXBuildFile; fileRef = B8FEB1C9F8CC4C30834CD811545EC34F /* GTest.h */; settings = {ATTRIBUTES = (Project, ); }; }; A4F849F5F0D9CD393F337409679534FC /* PTUSBHub.h in Headers */ = {isa = PBXBuildFile; fileRef = D01435233BFD6B4032AA7A8061219C2F /* PTUSBHub.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4FC5E70F57E6F605AB36D79BD1A85E9 /* REAClockNodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C9DB5EBFD9195ED559D5FCF74D0ED09 /* REAClockNodes.m */; }; + A4FC5E70F57E6F605AB36D79BD1A85E9 /* REAClockNodes.m in Sources */ = {isa = PBXBuildFile; fileRef = C388F39666BB99F63B54F888E6B42A46 /* REAClockNodes.m */; }; A50C55E1B7FB15433E5DAAA40F77EC95 /* webpi_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A9F88135D09342AFDD91B64DC73C2AE /* webpi_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A51614BBB290E63F4D456F710FFADFC8 /* BSG_KSCrashSentry_MachException.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AAD65612ACE4160D830515CEF7B8DC7 /* BSG_KSCrashSentry_MachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A523328D8C4346DCB251B4ED2635D387 /* RCTPackagerClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E468A626F48E35895D0642F68355D31 /* RCTPackagerClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A52BF619089394AB873BEB1FE81BD58A /* RCTAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = 694FB5F5BD16A7E1F73E9EB117A63E62 /* RCTAppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5311C41407A9630A0ADE0D79CC5C391 /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D7A9998BC9522CCCA9AE830BBD6789B /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A51614BBB290E63F4D456F710FFADFC8 /* BSG_KSCrashSentry_MachException.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DCCBE64785A3CF277AC5F284223DC81 /* BSG_KSCrashSentry_MachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A523328D8C4346DCB251B4ED2635D387 /* RCTPackagerClient.h in Headers */ = {isa = PBXBuildFile; fileRef = BD9E036A3E01F874F629F485D741DDC2 /* RCTPackagerClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A52BF619089394AB873BEB1FE81BD58A /* RCTAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = CD7949D5C48340C825D94397FB112210 /* RCTAppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5311C41407A9630A0ADE0D79CC5C391 /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 76E2ECEA10150649C9E394FD8ACABD25 /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; A56001E1BB1E95CAE9BC063E754D877E /* FlipperClient+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = A5983CB225014673BDAF64581994E4C7 /* FlipperClient+Testing.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A56B7CF6641E9FB73887218D2CAD123C /* InlineFunctionRef.h in Headers */ = {isa = PBXBuildFile; fileRef = 061440658F855B49FF0B12EB154807A8 /* InlineFunctionRef.h */; settings = {ATTRIBUTES = (Project, ); }; }; A56D2552DADC612443D977F54B811421 /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = FDD2669FF620AD3D9655C24645C460BD /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A57F05E0491C767DA5C4E2C9DC268D43 /* RNFBPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 90E2832F7FA0FC8F2F24DDEBBDEE5F2E /* RNFBPreferences.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5A541FA67495AD139777D6FE3535E22 /* BugsnagConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = C0B8134D46696A6E4DD43710C54D2F23 /* BugsnagConfiguration.m */; }; - A5C5BBB6BBB0D44FE04A9C0C74E3A870 /* FBLPromise+Retry.h in Headers */ = {isa = PBXBuildFile; fileRef = 122E8A99C50C7776793BC31871411F2F /* FBLPromise+Retry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5C842B82DAEF8BB769DA4E57698F5C2 /* Memory.h in Headers */ = {isa = PBXBuildFile; fileRef = 52CC96E6451AD75A33760E37D04A7962 /* Memory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5D793AFC6901AE84BD66890CFE90E9E /* FIRInstallationsAuthTokenResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F563CC4948AD230BB1285F545B6227B /* FIRInstallationsAuthTokenResult.m */; }; + A57F05E0491C767DA5C4E2C9DC268D43 /* RNFBPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 191BAEAAE97F41BC2E2BC135914FC373 /* RNFBPreferences.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5A541FA67495AD139777D6FE3535E22 /* BugsnagConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FA23E27D245CE31B7AB6C21FCC18BCA /* BugsnagConfiguration.m */; }; + A5B083DC443DFF40EA663575FC40CB8C /* RangeCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 9388C1C21EF6DEECFEB06DA212C39122 /* RangeCommon.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5F64A5F8053FE0D6259ACDBD4F88266 /* Unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8F34077B6C1A1F970C869CFC459EF523 /* Unicode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + A603EA531E1337687545DE9F0DC22140 /* FBLPromise+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = C734EA9B27E68E23F2959BADCD475545 /* FBLPromise+Testing.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A60C49347CB026AF9F413F42A87B6658 /* FIRInstallationsAPIService.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E11D330985329B8B6D0E6A5B3B37419 /* FIRInstallationsAPIService.m */; }; + A60EFB2995A377F91CE02D5AB813E667 /* FBLPromiseError.m in Sources */ = {isa = PBXBuildFile; fileRef = 021A156296AB0554566843FE9796E67A /* FBLPromiseError.m */; }; A6103521B552C46B2EA602282260B5BC /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = F960E7A6863C77B79464020B4FD63F61 /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A62B8FAC0BC206454BD310B15A148378 /* UMUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C70DF689386C6615E84D91DCD02A33A /* UMUtilities.m */; }; - A673CD68EF970BE40142D96C480774BF /* RequestResponseThroughputTcp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0D5A7DFB00EC2E0B30A738EC2CB8ED1D /* RequestResponseThroughputTcp.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + A61DE28FCDEB69EF4D5366EB1975DE6D /* FIRLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = E06B4784F7A3058EEA6E62C5028F2C2E /* FIRLogger.m */; }; + A61E1AD73CE201E81B0115B04120451D /* AsyncUDPServerSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = AB3B994D0C87CF11D38862DA72EE2BBF /* AsyncUDPServerSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A62B8FAC0BC206454BD310B15A148378 /* UMUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 365B73C1BA70894D554152755BB36635 /* UMUtilities.m */; }; + A64560801A6CE1E08A25A23884DBEA8F /* GULKeychainStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 24D620A3E5583AFCA1B0728AABBA7D8D /* GULKeychainStorage.m */; }; + A67605697A81BBB6F315448AE55D7B7B /* IPAddress.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CC67CD0833B291438946B76BE5EEAE87 /* IPAddress.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; A68342B145274FF238578BA5C2372467 /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = CD878B0411AE7B509018B7E4677A8D9A /* SDImageTransformer.m */; }; - A6B049D5E13E8792AD1E1E751676AE3A /* GDTCOREventDataObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 242734FB9BCAEF9B6FF14DD078DFD54E /* GDTCOREventDataObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A68B8FFD225A335FF0BBECB05284CCD5 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = E2AEBDE2BFA6F4BD26C6F1EF52DAB040 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A691A2C3279D1BC307475576D7838143 /* FIRCLSDwarfUnwind.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E9397A0636933F5CE512BE3684A997E /* FIRCLSDwarfUnwind.c */; }; + A699D4DEDADFC42D669EE52778F04DD4 /* RNLocalize-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BD9B7F46F6CB52CA4159BC14439297E0 /* RNLocalize-dummy.m */; }; A6DA43775DD9A372BB05176BF2166689 /* YogaKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A521FD27B8E3145D0A2E93916587D9C /* YogaKit-dummy.m */; }; - A6E5C0B988F2E8CB86F1665CFC4EA48A /* RCTTextAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = 26B9A978711EC8A73E1692D28FE3DE2F /* RCTTextAttributes.m */; }; - A6E5EEE860308A0594167C9797B28DFB /* QBAlbumCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E1DFE0D3B5AF43B8C84A3E7966B2B1B /* QBAlbumCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A6E670FE51ED41A843039A08EB813375 /* BSG_KSCrashSentry_NSException.m in Sources */ = {isa = PBXBuildFile; fileRef = FA252EDDF5364BF37933FE6AEE3C0CF2 /* BSG_KSCrashSentry_NSException.m */; }; - A6F403DEA6E5A82A45A1E01205CE8C0B /* SharedPromise-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = F00DC72340D8F30ADE4C39A5A9BD78E0 /* SharedPromise-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A74DEF0CE27BEBDA7B49DBBCB9D466F5 /* FIRAnalyticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = EF24D732027271237A9F056530E1D7D5 /* FIRAnalyticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A6DCA910E5B7FEDCB7F0E2A23CD1D942 /* SharedMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2A80B4CFD2DB2A92D5E4670406B4D6D1 /* SharedMutex.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + A6E5C0B988F2E8CB86F1665CFC4EA48A /* RCTTextAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = C0DC6FC0CDC9DC9BF80FB9318C9D715D /* RCTTextAttributes.m */; }; + A6E5EEE860308A0594167C9797B28DFB /* QBAlbumCell.h in Headers */ = {isa = PBXBuildFile; fileRef = DC447FC789B013D6C0D511133D0D0AF8 /* QBAlbumCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A6E670FE51ED41A843039A08EB813375 /* BSG_KSCrashSentry_NSException.m in Sources */ = {isa = PBXBuildFile; fileRef = BD3AA8B9FD7BC13E46F6041D7AD28193 /* BSG_KSCrashSentry_NSException.m */; }; + A6EAB9C4A0A2889564C4E6E44FC2424E /* GULNetworkURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = C669CC34E605D6C4FEE5421C25BF3BEE /* GULNetworkURLSession.m */; }; + A72B548AF3493AAFA8C2D76B9C4548AE /* FIRCoreDiagnosticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = 58867A44AB3C91E7BF1716ACDAD868D0 /* FIRCoreDiagnosticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; A75F67BAE109D953729054CA3FCE37CB /* Flipper-PeerTalk-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E787DADE1B10686C7F11F78152091938 /* Flipper-PeerTalk-dummy.m */; }; - A77B6FF199ACDF985FCA544B5CA26901 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 22667A68519F5488DBBE56F01CA01BA5 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A78A0C97AA94534B2155558F1EFD2357 /* AsymmetricMemoryBarrier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5601C24190BC8459E613EC7B1063BFC0 /* AsymmetricMemoryBarrier.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - A78AF40FF54483FC15540883674083A4 /* MMKV_IO.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 52C8F50D99D56E3D3E26A5C273F4A659 /* MMKV_IO.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - A794A41DFE7CB8EC13D88728FDF904C3 /* RCTTurboModuleManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D6C6FAC22F10A5997A189134FC8431B /* RCTTurboModuleManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A7AAE1F4DE14ABFAC3ECDB4DF3359EC8 /* RCTImageEditingManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8AF15F2B9344353371F116C71187A05D /* RCTImageEditingManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - A7AD0987FE60D826155AADAE2011BB96 /* REACondNode.m in Sources */ = {isa = PBXBuildFile; fileRef = F5A0403D417A7CEB9D5ABC5F95C9C10F /* REACondNode.m */; }; - A7B51F5B8A6EC88A9AC60AEA8C5579F1 /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 290204908EF4A16EA1C79C35F670FBE2 /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A7BF71B61107CEBFA78EB5D06DF4CC3A /* FIRCLSFeatures.h in Headers */ = {isa = PBXBuildFile; fileRef = 70889C20B2B9CB6BFEB33E64450AAA66 /* FIRCLSFeatures.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A7CBB4FA781535D20605D6B3D7AEB381 /* RNNotificationEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = B3369327A0B6FB771D8DF11C06E5EF7E /* RNNotificationEventHandler.m */; }; - A7F57F1833D764C2A29CB1DB24000360 /* Init.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A91E9FF28DFA7E4E89674A5B85ECD54 /* Init.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A7FB15CED456912B576E06C12A00C728 /* RCTSpringAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = F30ADDD0F022FC56B8EAA0C7E7B85F10 /* RCTSpringAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - A80503DCA0D32E5BAC1A5D63CDE909AC /* RCTModuloAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = DF8434FFB5819ACC5A29EA3EBE003EA1 /* RCTModuloAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - A84C0987AB5A7705F295023AE0941A0F /* RCTLocalAssetImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = F08C2FCC18FE21155EB0F8063AC42B09 /* RCTLocalAssetImageLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - A866BE76E9A30D1CE252D8C6B0E5926E /* CodedInputData_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7E0ABF6A3008DC62DF39C50AD01515B9 /* CodedInputData_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + A760DFA573F02FD70843C16CB0044807 /* SysResource.h in Headers */ = {isa = PBXBuildFile; fileRef = 964E5D3773A0F9836351C7D1157D2063 /* SysResource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A765BD963D4428B0585FE5B579CD0DD0 /* FIRCLSDataCollectionArbiter.h in Headers */ = {isa = PBXBuildFile; fileRef = FF0A2D2EDE293DF2F4DF68BF73363CA0 /* FIRCLSDataCollectionArbiter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A78DE8FD69DEF90F78B3FAAF700A689D /* FIRCLSDataParsing.h in Headers */ = {isa = PBXBuildFile; fileRef = DAB1BE7988FACE56BCCF1FF347382E85 /* FIRCLSDataParsing.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A794A41DFE7CB8EC13D88728FDF904C3 /* RCTTurboModuleManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E0EA0978AFB2318DDD2B4BEE06CB654 /* RCTTurboModuleManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A797757BCA62DCB2DA63763AC95E605B /* RNCSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 805787D0D109B2B72EA530123559E82D /* RNCSafeAreaShadowView.m */; }; + A7A5BD9D7814C379D8B8E0E04F95CCA9 /* RangeSse42.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B530F423B7BCB94F7615C96C8F6D391 /* RangeSse42.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A7AAE1F4DE14ABFAC3ECDB4DF3359EC8 /* RCTImageEditingManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6FA442AAB4FDEAEE4BA70D9584FC4600 /* RCTImageEditingManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + A7AD0987FE60D826155AADAE2011BB96 /* REACondNode.m in Sources */ = {isa = PBXBuildFile; fileRef = A773A0CD3E06C7157A536DED6F312C6B /* REACondNode.m */; }; + A7B51F5B8A6EC88A9AC60AEA8C5579F1 /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E8C21CF84FE03C525D2ED072AA78DCE /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A7CBB4FA781535D20605D6B3D7AEB381 /* RNNotificationEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 45E877008035D68D5DFE8525B645A3A5 /* RNNotificationEventHandler.m */; }; + A7E588EB1B8F0345B2014BCE041E14EB /* F14Mask.h in Headers */ = {isa = PBXBuildFile; fileRef = 322A82C498CD553E8EAB29EEFDB652E0 /* F14Mask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A7F62D637EC54A62FC83A3692AE15DF3 /* UnboundedQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = BAAE5D90061D1504B908ACDD9265C876 /* UnboundedQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A7FB15CED456912B576E06C12A00C728 /* RCTSpringAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = CAA214D35A73D103363CD9902FF12287 /* RCTSpringAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + A80503DCA0D32E5BAC1A5D63CDE909AC /* RCTModuloAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 47CDFFC550D404BAAB0ACB009517E428 /* RCTModuloAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + A815F9755430CE3D28CA90A9A2939A6C /* GlobalShutdownSocketSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 975EFFE50671181EA7FE65731F444625 /* GlobalShutdownSocketSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A84C0987AB5A7705F295023AE0941A0F /* RCTLocalAssetImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 21C67E1D002EE5D253998035E41F067E /* RCTLocalAssetImageLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + A87300B034B975C706A4C6EAD9981B5E /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = F8633AD2C2D2826B1719D48E55655BBD /* symbolize.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + A877D518A821835130C5621739AAB0BB /* GDTCORClock.h in Headers */ = {isa = PBXBuildFile; fileRef = EF1074726BB5D4DB69C6542C0D3CB716 /* GDTCORClock.h */; settings = {ATTRIBUTES = (Project, ); }; }; A8866EF7245BF308B0000A6E8FCD9721 /* cpu.c in Sources */ = {isa = PBXBuildFile; fileRef = 833B4FEE990B8F87CD4511C93CFE556D /* cpu.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A888AB9A147D572E01262314CF212A56 /* QBCheckmarkView.h in Headers */ = {isa = PBXBuildFile; fileRef = 76E7C9CAF30765AB22F55A22EEC0A944 /* QBCheckmarkView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8950DF84CC3C6F611B5D39F3667AC78 /* SSLSessionImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = A155010FCFF248CB6C00E0C4BD186F9E /* SSLSessionImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8D1B1456C5EBF1968961B82AC10386F /* FIRDependency.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AEB19EE53AEA1B4A8E3B134A7BBE963 /* FIRDependency.m */; }; - A8E6FFCCCD319F0B847A60507D8A5E24 /* JSIndexedRAMBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 323354DFB6ED51722DC8251CF672BC8A /* JSIndexedRAMBundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A888AB9A147D572E01262314CF212A56 /* QBCheckmarkView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B1A76501866119A498111814ADF455B /* QBCheckmarkView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8A86CD9894A70BF0B97722A90BDD958 /* RecordIO.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9D8CE21E7ADBD7A4E9A1867C7F39EC04 /* RecordIO.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + A8E6FFCCCD319F0B847A60507D8A5E24 /* JSIndexedRAMBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 52A15AAFC4F7EA5E7CE720568FEEE56F /* JSIndexedRAMBundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; A8E8D665FE34EC5FF5C6C8887E6D3740 /* dsp.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DFFCF6C7618636B00905C9A7F4C3637 /* dsp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8F06E974D3F3D344D29EC1F3A810646 /* Phase.h in Headers */ = {isa = PBXBuildFile; fileRef = 121CB29F1D6AFC4C64FCE9DE921561B9 /* Phase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A90B0B3CC97F6ED339E18F1C5D971021 /* FIRCLSURLSessionUploadTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 3ACB0DCDF8BF3CA082E94F07DFF5E8D3 /* FIRCLSURLSessionUploadTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A91D4FBAA06758CAA96A21E038ED4FA0 /* Iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B121DCA9D609A2FBC3C80A63CCDE5D1 /* Iterator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A926372A39177D1FD9E002EC0B55C5B4 /* VirtualEventBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E80FDFF8780716E32C7ADE07C5B1A902 /* VirtualEventBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - A927F40D9C544A3C5C019B38C402D1E0 /* crashlytics.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 6DB0CD0B4046E0513F1D4064BDA1E73A /* crashlytics.nanopb.c */; }; - A96197529C2FB19CF932F47A12FD34AE /* InterProcessLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 029B610777498F2743F1B0A193B3866B /* InterProcessLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A97E82F2ECC85130A0E39FBDF6A6BFB3 /* ARTGroupManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6926473A4717FC5968554E56DAB79D07 /* ARTGroupManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A97E82F2ECC85130A0E39FBDF6A6BFB3 /* ARTGroupManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0605AA88EBE8392B70857FBC86423EF9 /* ARTGroupManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; A98B0B34371B894F68CA74A6CF9F75A2 /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = E3FBF6C17B3C5C65F20ACEF449CBCC83 /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A995BD0C1733104660741A8C0EFCDD8C /* RNNotificationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 48418BA4B2E91BF56802B010BDE77C5A /* RNNotificationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A995BD0C1733104660741A8C0EFCDD8C /* RNNotificationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = F2C743BEBB9E434F0B74F5D246EC3F0E /* RNNotificationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; A998280BDC990828199EFD63CD44BAED /* FlipperClient.h in Headers */ = {isa = PBXBuildFile; fileRef = C3744C67DBF4721AD8F9EB1F2E4C76E9 /* FlipperClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; A9A9FDC4AB0D7A44756171C99684E746 /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A8A6BCBD4389F043F5405A485FD00D7 /* SDWebImageCompat.m */; }; - A9AF572EDC429E07E50717FE3B8B5274 /* dynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C8C92FC0A77F86561EAD00F7269958A /* dynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - A9C5C62FB9BAE5FC5FA1ABCC829017D4 /* SanitizeThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2FE1460F948B8E8D1B9CCD052318F09E /* SanitizeThread.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + A9BDD09C319C919AD9891C9547795B85 /* PriorityUnboundedBlockingQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 60ED83E4498EEEC2A5C4980AEA4D5BFC /* PriorityUnboundedBlockingQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; A9CBF613BE8AB3F7E96E9A89C9CBB63A /* SDGraphicsImageRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = CAB5491969C70E2591BC5ABDA2AB58B4 /* SDGraphicsImageRenderer.m */; }; - A9DB6ECFFF04B3A4020D7DA692CF6DC8 /* RCTModuleData.mm in Sources */ = {isa = PBXBuildFile; fileRef = A27AF7549E5721385FF0011D70F50EB3 /* RCTModuleData.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A9EC7C179D2EC099F10533227D9F77C7 /* PolyDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 280880F67755E30D63DF44A536EDDCB9 /* PolyDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A9F0CE4A7F61609F5D7AB513AD1994E5 /* RCTDatePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BFC213B323EB3A64C21D6580AA60B4D /* RCTDatePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A9F6B800CD6EE2AD8599FF5D1DCD6B1D /* FirebaseCrashlytics.h in Headers */ = {isa = PBXBuildFile; fileRef = A94B5D19FB546DD5A4E90CF6F03A75DB /* FirebaseCrashlytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA3B6A5DE239AC05EAC8AA78543E7303 /* React-RCTText-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B1E2A900697D6E72C9E7B098676DD50 /* React-RCTText-dummy.m */; }; - AA61C4D5A2EB821D319C177F5B8B782F /* Utility.h in Headers */ = {isa = PBXBuildFile; fileRef = E801C4DD42870D1C557C8831F3464CF8 /* Utility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA725C371ED2465746D713B036D28AF2 /* ImageCropPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C1AA65DC9842F2A35F5C1D5B880178D /* ImageCropPicker.m */; }; + A9CEBA226FCE19E20561B3EC0C73F45B /* Combine-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E506FE1181DF4E7CD2909912B03081D /* Combine-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A9DB6ECFFF04B3A4020D7DA692CF6DC8 /* RCTModuleData.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B4266FCA84A2445259F2B0B36632E54 /* RCTModuleData.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A9F0CE4A7F61609F5D7AB513AD1994E5 /* RCTDatePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = FB7F8C30830E4AF654D2E0123BFD96CB /* RCTDatePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A9FB072399C61B2494EB51AE6A481A76 /* AsyncTimeout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 56998FC15EB9F0D02233BDC9808668FA /* AsyncTimeout.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + AA2B216E0365563B09B457106758FE16 /* RSocketErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 4125CC60712437828270A8BCAE44E53C /* RSocketErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA3B6A5DE239AC05EAC8AA78543E7303 /* React-RCTText-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 807C7BBCE9A41B574AA9EA2596B791FE /* React-RCTText-dummy.m */; }; + AA4A4F4FBC3991A4038F6ABD9969F0FB /* MPMCPipelineDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = A5E9DC172AD34A4713A751188C64DC86 /* MPMCPipelineDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA60032B0450CEC8B9E378BC6D0AAA9C /* NamedThreadFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = C4865922D1B88AF661EA95AD6268105C /* NamedThreadFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA725C371ED2465746D713B036D28AF2 /* ImageCropPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = DE38D84F9D80B2B450E8CE964B06EE98 /* ImageCropPicker.m */; }; AA76F7B177CE7089F91582111C2D0269 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 0ECF4731E83E8CC7E9826A2245353A13 /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA82FD6FEA2715B6B6759CC9CD95B466 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DAD390867E2DC1C3A37C7A57E6DCDE /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA9478CCA2B8AD1631A56374C81C6EC1 /* IPAddressSource.h in Headers */ = {isa = PBXBuildFile; fileRef = F4563D2A2BF4C54C00CE10513E7ECB95 /* IPAddressSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA9398A0E3FB9E24C22168A448A924B2 /* NetworkSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = C9CFFF52CBAC252257973C2B83984EEB /* NetworkSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; AAC98FA5E7E6DA6F755C97E871C49BBD /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 50A11E4285F9582D6B1FF0B483C92A1D /* es.lproj */; }; - AAF190F7F93D42B0CD6904B3EEE03C8C /* RNFetchBlobConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 98830BD5762CE9D3AA5D468415BF95BB /* RNFetchBlobConst.m */; }; + AAD7EFCA7023F8E40B7A307366209AB3 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7399E0BFA69307474E43AED1CCF826B4 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AAF0C65AA93ABCCF8215D8AB90AF1650 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 251399F4F19CF72905E528830E3DAAB1 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AAF190F7F93D42B0CD6904B3EEE03C8C /* RNFetchBlobConst.m in Sources */ = {isa = PBXBuildFile; fileRef = CBF279547224E391A6D61AF6BA8D8B30 /* RNFetchBlobConst.m */; }; AB00A36C62A81D9373C2748D73D90FF6 /* cost_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 5683A8EF32A6F18B3ACFB05B22548E02 /* cost_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - AB0DCD15D127E36BF8334E9292999CEC /* TurboModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D14A5B96BE76C3F721530B8FA9EEFD43 /* TurboModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - AB18A726571872F0C8239763CC6D920A /* QBAlbumsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EDF3AF385422B46BBDE4E730DA5D7A6 /* QBAlbumsViewController.m */; }; - AB1C2A20E784B95C5A1754D97F3FDFA0 /* FIRCLSUnwind_x86.h in Headers */ = {isa = PBXBuildFile; fileRef = F2D623CFFCB0041F140894BB4714E6E8 /* FIRCLSUnwind_x86.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB1F4C553DF6F96B7BC334F116DAB232 /* RSocketException.h in Headers */ = {isa = PBXBuildFile; fileRef = C3DEDD16BC98750F12AF65BB762532A0 /* RSocketException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB288C437189E6E59A682EEFFFD5FC3A /* IOThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 227924F2CFBBB2B87602C8A1971FF900 /* IOThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB453692E87CAB19D65033E7995DEC2E /* FIRCLSContext.h in Headers */ = {isa = PBXBuildFile; fileRef = A550D60ACE3D399664204E2028C73726 /* FIRCLSContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AB0DCD15D127E36BF8334E9292999CEC /* TurboModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 760FBA164CE4D40C5152C8A412EB67A7 /* TurboModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AB18A726571872F0C8239763CC6D920A /* QBAlbumsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C9B652AA84F09172D6E3DFE22EDDBD1C /* QBAlbumsViewController.m */; }; + AB1C929A07DE1226F328EFE67065E882 /* CodedInputDataCrypt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C3FF137BADDFE43A3D43D7DD44A6676C /* CodedInputDataCrypt.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + AB2557ECDCDE7C6CD68BC93D37181717 /* StringKeyedUnorderedSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 147F5B50E02D3D1F04DC42B57A7AA3E3 /* StringKeyedUnorderedSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AB72A8D33F9D1856BA7168DB5B2791B0 /* ExecutorWithPriority.h in Headers */ = {isa = PBXBuildFile; fileRef = ED3D71A2765A5DC9AACBE81A76C03BBD /* ExecutorWithPriority.h */; settings = {ATTRIBUTES = (Project, ); }; }; AB7755A7FD58CE31155DB8DE775005AC /* FKPortForwardingServer.h in Headers */ = {isa = PBXBuildFile; fileRef = 014B30AAC33F5AF4683E65077F366159 /* FKPortForwardingServer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB779F9A692679019B8633CD2190FFD9 /* SafeAreaSpacerViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = A46A74C5F849C93BC5944EF6B9A201E6 /* SafeAreaSpacerViewLocalData.m */; }; - AB78416A6455B67A10077FB1AE2C0AA5 /* ConcurrentSkipList-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E0634A773BB2B5B361457F9AA4A4D5E /* ConcurrentSkipList-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB90EF03B372786B3072258EA6EEA90F /* SingleWriterFixedHashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 20FD124932F28CED59F1110BD9812B60 /* SingleWriterFixedHashMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB98D120DAFD1FB49EC998D5771A6513 /* AsyncTimeout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 56998FC15EB9F0D02233BDC9808668FA /* AsyncTimeout.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - ABA68C90919BE7A2355B04B221B62F6F /* GDTCOREvent+GDTCCTSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = D806C2A8A34B5FDA9FD772D910857FB1 /* GDTCOREvent+GDTCCTSupport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ABB9548433EC6EAA495C8A2C3DECD939 /* RCTGIFImageDecoder.mm in Sources */ = {isa = PBXBuildFile; fileRef = AB4E178EEA7BB4F3D35119444B6435AF /* RCTGIFImageDecoder.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - ABC1564A6ED9E3208CB6332C685E9C61 /* EXAV.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF9CD8D460017388F3FDB09E150EAAF /* EXAV.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ABD421637FC01E8895C78DDFB28AD6FA /* Enumerate.h in Headers */ = {isa = PBXBuildFile; fileRef = 75554076E2F2CF6641A8AF612E276040 /* Enumerate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC0BC0718E91567A5A5BA32CA6F00B06 /* Async.h in Headers */ = {isa = PBXBuildFile; fileRef = 689820111A6A322ED7A64C7FBE1CCD39 /* Async.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC0F38012BEF587F84B89A83A6F284BE /* GDTCCTPrioritizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 04B6469111401BFB0E502B3179828F9F /* GDTCCTPrioritizer.m */; }; - AC15AE741359ACA13E7219469E043D40 /* utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = 35E787EECC1A06FFFE236DA1E4064D68 /* utilities.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - AC1CCB3A313863D9759742ADEC8F6996 /* RSocketServiceHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3319AB8E6ED3207DEBF19CDEB4F281BA /* RSocketServiceHandler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - AC43FF2B24EC0DB43DF5226D9E2A8159 /* react-native-slider-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 50806EBBB72E05C0D3C5161556BB2129 /* react-native-slider-dummy.m */; }; - AC45F2FDDD94C0E0A711BE3D509610C4 /* MPMCQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 54A53497F63A29BB772218162F82EF75 /* MPMCQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC4C50F79EA4281798637822D6F50C39 /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = 4EF4A99163A58A1DA5A09770A7BA1483 /* README.md */; }; - AC5F1F69DB0B68228DD0866AEBBF7E9E /* REAModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 61E840949B0C19AA3898E1F4FDF0477A /* REAModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ACB5C9AD6C9F58860EB46B3862ECBEE9 /* stl_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F54931782ACF7EEFCA243676B24B451 /* stl_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ACDFBDADC0ED6A592142E1E878169D69 /* RNFBCrashlyticsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = BFC337FA105ABFFA37FA4522A4B56119 /* RNFBCrashlyticsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ACF1E6770BC7FC02F5EEAE6B75C68C56 /* FIRCLSURLSessionDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = DCCAA44D33683DA804CE6F16826CBF9C /* FIRCLSURLSessionDataTask.m */; }; - AD124528499F7FF06B589C5D2C7CF5E0 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E69FB63AE9470E269AB70135F80FD92 /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD131F72E06D5F0196B11FA4F0820429 /* GULUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = A7D50C0F9C2629952795B7D1D5B9EC5D /* GULUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD247CB68FF67CA50D0209FDBD246A2D /* RNCSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AB9C3CF4449B723F5D73679F164418A /* RNCSafeAreaViewLocalData.m */; }; - AD2FD6DDD1547FEC5CC2FDB18EE4FFC9 /* BSG_KSSignalInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 19F346CCE20204268E49103980DF09C4 /* BSG_KSSignalInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD3DD021B18EB103C144A17DBB759DC5 /* REAParamNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 952E43498603CB8FFFECD7B352F24A95 /* REAParamNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD62627C39B5BAF324061B71ECAA46F9 /* VibrancyView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BFC660A968D2F15BB84C70C1520CC1A /* VibrancyView.m */; }; - AD62863BD802A40BE1B65A415B470A4E /* RNCAssetsLibraryRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 18F5326A66E9B9F87251B3EBDF27FC01 /* RNCAssetsLibraryRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD7EBAD74008845B57FBF391AA29E4CC /* RNFBMeta.h in Headers */ = {isa = PBXBuildFile; fileRef = EB4E485D08DC10786EECE09E3C72D76B /* RNFBMeta.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD912D05371BD2384902B38F598035CC /* GDTCORUploadPackage.h in Headers */ = {isa = PBXBuildFile; fileRef = CDF0444A1FD7F32A204BDBD7C83D1CB8 /* GDTCORUploadPackage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD91D024AD639FACF7D9F42AF6129707 /* RNNotificationCenterMulticast.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B1ACA5CAA89C6CE7DED29A1A070C169 /* RNNotificationCenterMulticast.m */; }; - ADA2B2E1A36FFBEE2369BF437323AB1B /* F14Map-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E4D562C86776D29FC05C7C895364AE /* F14Map-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ADA81D6992C86DCEB87920B0325900BF /* UIView+React.m in Sources */ = {isa = PBXBuildFile; fileRef = AC831111A33AF404F6F0DD3AE7EE0D48 /* UIView+React.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - ADC7CA1A1742F65CE1C474A41F2F1999 /* RCTView.h in Headers */ = {isa = PBXBuildFile; fileRef = 805A04F814D4CFD1725AD16D242ACC8E /* RCTView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ADCB55F484D0BFC43A8FA44DB09BB2B5 /* RCTSettingsManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = F8BEB034856DD7F0A2D4D391A44044C9 /* RCTSettingsManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + AB779F9A692679019B8633CD2190FFD9 /* SafeAreaSpacerViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = 24BDB052E02B4D7010E17DB94DDDA4ED /* SafeAreaSpacerViewLocalData.m */; }; + AB7CDBB8DB8DDCCD753DA66FB48FF54F /* SocketFastOpen.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B6B9EBF7BDC8B35AF82ADA42D843897 /* SocketFastOpen.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AB8C04A89F1BD9B3F8B0F386FD4E965C /* Unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 13CD241B5E36B9DCE7C5A93B7F1A9E9A /* Unicode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AB8C0623A643580EE18888EC3B7BDC01 /* AtFork.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CFD3D3D3268E249840A1192B05D5CF0 /* AtFork.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + ABB9548433EC6EAA495C8A2C3DECD939 /* RCTGIFImageDecoder.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2FD15DECA7D3199FDB210C4AF7D3D2F6 /* RCTGIFImageDecoder.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + ABC1564A6ED9E3208CB6332C685E9C61 /* EXAV.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AD6553E78F718AF5A52917E0D45CDCE /* EXAV.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ABF7BDF07F7C297B689B6149845A4B21 /* GDTCORUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = E86CFB45F7E77FE0732B71E4E950F03F /* GDTCORUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC04B2CCD0591B2DD8EC1F5E85DF341C /* FIRCLSURLSessionTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 4177A5C506C7D1C92F532B7B3FD2AB91 /* FIRCLSURLSessionTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC07949E783BFDF67AC22940998E8226 /* RNCSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = AF0E2BA96CC946CD263588759AB4B7C8 /* RNCSafeAreaViewLocalData.m */; }; + AC43FF2B24EC0DB43DF5226D9E2A8159 /* react-native-slider-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1016E9B4089E24A4F3B8AE470CE4F375 /* react-native-slider-dummy.m */; }; + AC5F1F69DB0B68228DD0866AEBBF7E9E /* REAModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 1020C357B9F0CC0BC1D35DCD328BB552 /* REAModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC962D0776694818C3A36065DBF293A9 /* GULOriginalIMPConvenienceMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = CB542A759C26591F57DB8FBBE8DDF8BD /* GULOriginalIMPConvenienceMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ACB03BB02A279EED2F935404C0553FF3 /* Sockets.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A3C08363F19F422B585F52CF128B12C /* Sockets.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + ACBBC62CED6EF644685B982229156C4A /* FIRHeartbeatInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = AB738E27CC81E2B144727F0570CC7434 /* FIRHeartbeatInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ACBD2026A18F59E32D2F3B256E5A0E01 /* DelayedDestructionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 006665DF66925F28D67FF1FC672691EF /* DelayedDestructionBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ACDFBDADC0ED6A592142E1E878169D69 /* RNFBCrashlyticsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 37109495CC36F77A55D9CC593CF5309C /* RNFBCrashlyticsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ACF9E58E3239581E7AC8B5023677B0AC /* HHWheelTimer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06B22DAA676EE05EBC1B9F5D6DB870E7 /* HHWheelTimer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + AD124528499F7FF06B589C5D2C7CF5E0 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 220DAE379E1D02CA903B3F194145101C /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD22D5927EBA7856411A5A5B7ABC4B8F /* Fingerprint.h in Headers */ = {isa = PBXBuildFile; fileRef = 5354E78EBA35232E8D5ED26CFB99DBA3 /* Fingerprint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD2FD6DDD1547FEC5CC2FDB18EE4FFC9 /* BSG_KSSignalInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C311035BC5AD6A47705E092A3BCC09B /* BSG_KSSignalInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD3DD021B18EB103C144A17DBB759DC5 /* REAParamNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AEE1AE20CE2740D17B0A5D60B528FBB /* REAParamNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD4EA5FF947A946A12CB1F854DBBAFEF /* FIRInstallationsAuthTokenResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = F780E07458725370847BBBBE826CC2C6 /* FIRInstallationsAuthTokenResultInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD5B4615C07C7F4A5BF1C6AB86BC4BE1 /* FIRHeartbeatInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2412740D8B5C699F1DA6D7FF2E5B0326 /* FIRHeartbeatInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD62627C39B5BAF324061B71ECAA46F9 /* VibrancyView.m in Sources */ = {isa = PBXBuildFile; fileRef = CB5083709AC11651261360021B88DE51 /* VibrancyView.m */; }; + AD7EBAD74008845B57FBF391AA29E4CC /* RNFBMeta.h in Headers */ = {isa = PBXBuildFile; fileRef = 15436CBB674FC9C3C4B44FCADD90A35D /* RNFBMeta.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD811EE43CC60A940768EEA939DCFBA4 /* react-native-document-picker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BC84C16D83F95A0157AEA5424A09F8E /* react-native-document-picker-dummy.m */; }; + AD91D024AD639FACF7D9F42AF6129707 /* RNNotificationCenterMulticast.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D7346CAF21F91D83105D5120265D77E /* RNNotificationCenterMulticast.m */; }; + ADA81D6992C86DCEB87920B0325900BF /* UIView+React.m in Sources */ = {isa = PBXBuildFile; fileRef = 85072152FDFD745E109E8479F91EC007 /* UIView+React.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + ADC7CA1A1742F65CE1C474A41F2F1999 /* RCTView.h in Headers */ = {isa = PBXBuildFile; fileRef = B7D05EA74A85451A510B688295FD30EB /* RCTView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ADC909D50CA8956E26A09D816B263DEE /* RSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 74F3803F542E8771E6192D36D0FC01A7 /* RSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ADCA2E22B66E748E23E3E0B4AB986E88 /* Base-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = E3F716A8FF9AD4F56958349F33B21560 /* Base-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ADCB34DD3E4199DBD235D16372B92E32 /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 65F120F63B7CEC100D6A4AFF8BD54AF0 /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ADCB55F484D0BFC43A8FA44DB09BB2B5 /* RCTSettingsManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7ECBBC2611F0C981B4FD94029B690820 /* RCTSettingsManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + ADDA0A8B8E112F07CA0165FE134B8954 /* WriteChainAsyncTransportWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A19277708679835A472301E2174AE8 /* WriteChainAsyncTransportWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; ADE1F336B6016C7394F12DB031A96A77 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E5B30971C3FAD5EFBBB341F042B9455 /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; ADEB4FC4E9C9CC012A0A33F8542F84E9 /* yuv_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 964075248E29555CDD17DF2AA331F751 /* yuv_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; ADFBFD2755F27A89A81F87CF9308A7C7 /* FlipperDiagnosticsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = B61BEFE6E47196000E75802455548943 /* FlipperDiagnosticsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE0195E93037B4A541B7C05657A75124 /* BlurView.h in Headers */ = {isa = PBXBuildFile; fileRef = DE96B6563A6732FDD1633D3B972D702B /* BlurView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE215C3E8667F17B7AD18300B51BE880 /* RCTLayoutAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 5216B3E2531DD99512AED9064B0317DC /* RCTLayoutAnimationGroup.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - AE24F680E88B26E1B0CDC116B2390B50 /* FIRCLSURLSessionTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 4177A5C506C7D1C92F532B7B3FD2AB91 /* FIRCLSURLSessionTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE2B551B069292AD2545C783EF6C37E3 /* MMBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = AD429B97FD98CD0D2FC8387D13798842 /* MMBuffer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE6417572C1B73A3BC1D19FB6B6E9D24 /* EXVideoThumbnailsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = D1B031C53ACDF6604A7A6C89293289B3 /* EXVideoThumbnailsModule.m */; }; - AE7ED504DBE940DAFB1D791D1853A157 /* AsyncSocketException.h in Headers */ = {isa = PBXBuildFile; fileRef = C1C85BA612BBB6143955D2D584E3AA56 /* AsyncSocketException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE815C416767EE149C75E409695452CF /* MiniPBCoder_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B8E83314CF933CBAFE49C7227667187 /* MiniPBCoder_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - AE93DBAE5E742A48020E413BB3351BA1 /* BSG_KSMach.h in Headers */ = {isa = PBXBuildFile; fileRef = D29C5D9294E47FF802420D669647FBA4 /* BSG_KSMach.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE9D0318B4F3857AFBE8E321DE27617B /* SharedMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2A80B4CFD2DB2A92D5E4670406B4D6D1 /* SharedMutex.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + ADFCD3A2706CC75F9602F7A1F7B87496 /* FIRCLSApplicationIdentifierModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 5128F25C51E08276E7669C7921520E74 /* FIRCLSApplicationIdentifierModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE0195E93037B4A541B7C05657A75124 /* BlurView.h in Headers */ = {isa = PBXBuildFile; fileRef = AF2736D6198517BC7B94300A5E9594FD /* BlurView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE215C3E8667F17B7AD18300B51BE880 /* RCTLayoutAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = FB205347D6F99BB9304F49B652D078BD /* RCTLayoutAnimationGroup.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AE328E51305E959DB9626882ADF97E89 /* Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 22CE50FF234CDD024B7673DAAEB09167 /* Folly-dummy.m */; }; + AE383D9DEF5D919ACFEAA864AE8308B0 /* json_pointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 662D79DDBC8EACA9A9EF4F690557BDD3 /* json_pointer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AE3B5FFF91578BD86FCE678E4D511490 /* SSLSessionImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = A155010FCFF248CB6C00E0C4BD186F9E /* SSLSessionImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE6417572C1B73A3BC1D19FB6B6E9D24 /* EXVideoThumbnailsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B8A7ADB223DDEFA8F518EB76277C0BA /* EXVideoThumbnailsModule.m */; }; + AE70D975AC1A08A5CED619D971356446 /* SingleWriterFixedHashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 20FD124932F28CED59F1110BD9812B60 /* SingleWriterFixedHashMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE7BE2B77D8D7D19E954C438F3529695 /* ThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 012AEF8A431D4EA31E3E1985B6C0AED4 /* ThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE88B8034E4EA1DAB7C63B0600025739 /* AtomicRef.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F71F980459D45BA165D5658FFB635E4 /* AtomicRef.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE93DBAE5E742A48020E413BB3351BA1 /* BSG_KSMach.h in Headers */ = {isa = PBXBuildFile; fileRef = D59C67DF8D547C81FC16BA20B3CBC2C6 /* BSG_KSMach.h */; settings = {ATTRIBUTES = (Project, ); }; }; AE9D98FE8AB2BD6E78EC9A67AFD995A9 /* MMKV-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B0EA0F360C1A755E8A7F142807876E7 /* MMKV-dummy.m */; }; - AEA44A4C33AB87DDD22E03F4F9BF225B /* UMExportedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = AAE94834EC9C6763C4B60BDBE1904283 /* UMExportedModule.m */; }; - AEAA759C9F6CC27A7481BAC760E03E6E /* BSGSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 488BE7245926826349B84DACEB75AB92 /* BSGSerialization.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AEDD016A7171CB1911A077C0BDF61BAE /* RCTTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = B79EC618A9C0EE9F23F09D23C5B89AD8 /* RCTTouchHandler.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - AEF6AC811285F0BDEA7BB0BEC96DC702 /* RCTBundleURLProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 64BB49DBE3A11D54F8EC4D72350F3519 /* RCTBundleURLProvider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - AEFA4A5576589E9091EA5DDDFB454AF7 /* EventHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BE12DCF35841427D90897AED0993855E /* EventHandler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - AF0BE7E99C8415A6467FF2DC8E797358 /* BSG_KSBacktrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AA321FA80597BC40DB40102D4F0376A /* BSG_KSBacktrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF39E56D538C2F938F306EA05078EDD6 /* FIRCLSDemangleOperation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 94B455AA04E262EDE77D78D9D032C64A /* FIRCLSDemangleOperation.mm */; }; - AF6EE48569161C686172753B582E9575 /* NSValue+Interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 40AB364E75933614EBCAC26691F4A178 /* NSValue+Interpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF746382D46AF180D75A95ABBD35C04F /* KeyValueHolder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DC30BE353A6FBEF3ABF7CAF8002CAB1E /* KeyValueHolder.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - AF8FC95299E6034711E531A6BF500001 /* FIRCLSMachO.m in Sources */ = {isa = PBXBuildFile; fileRef = 729497AD49DA3890D6D3A38C2E450F46 /* FIRCLSMachO.m */; }; - AFB1FC261EC88C0F1E6C9034AABAA68A /* EXPermissions.m in Sources */ = {isa = PBXBuildFile; fileRef = A92FFF492D971EE8EC0830AF2D2C3E41 /* EXPermissions.m */; }; - AFB4E2FF5B7050B748694F93DCB7C400 /* RCTSurfaceView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 068760A519E70A35B2C34331A54B760E /* RCTSurfaceView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFD00032A6816428C23EBA3C47C35970 /* RNCSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = CCB95D48A060BE3254244328009809DF /* RNCSafeAreaView.m */; }; - AFD8E0A491B06B8BB161E0B62F7DD5DC /* FIRInstallationsAuthTokenResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = F780E07458725370847BBBBE826CC2C6 /* FIRInstallationsAuthTokenResultInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AEA44A4C33AB87DDD22E03F4F9BF225B /* UMExportedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = DC365534295E44C28979C302D671A947 /* UMExportedModule.m */; }; + AEAA759C9F6CC27A7481BAC760E03E6E /* BSGSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 70C5F8825983D439F7613DFE8ED65B37 /* BSGSerialization.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AEB1A260BBB3152AD93E541F74199B1B /* GULKeychainUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B3CCC623058690AD5F00C57BFB79B3D /* GULKeychainUtils.m */; }; + AEDD016A7171CB1911A077C0BDF61BAE /* RCTTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = D1B95922FF019F9EA3539F421A90F46B /* RCTTouchHandler.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AEF6AC811285F0BDEA7BB0BEC96DC702 /* RCTBundleURLProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 9987B45EAA6E1CF4AD776CABDAEBFE22 /* RCTBundleURLProvider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AF0BE7E99C8415A6467FF2DC8E797358 /* BSG_KSBacktrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 36F81887E905A3D8EC5309FFAC152F74 /* BSG_KSBacktrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF3E6F22710568EC95BEEAFA0FA3D03F /* AsyncUDPSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 36089D8A62176AEBC1A1C33BB1F4587A /* AsyncUDPSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF470A4DF4B2BA77552B55DACC28175C /* GULNetworkConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = C3360CC02F884F73246268FF2F604D66 /* GULNetworkConstants.m */; }; + AF4BF2AB60870057A102870EF0294967 /* FIRCLSUnwind_x86.h in Headers */ = {isa = PBXBuildFile; fileRef = F2D623CFFCB0041F140894BB4714E6E8 /* FIRCLSUnwind_x86.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF607083502DB153643AA2C3657C2EEB /* Benchmark.h in Headers */ = {isa = PBXBuildFile; fileRef = 4278E6D5CBD1835FDDDBFD6C73E5E85A /* Benchmark.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF66026DBD0A6C03C7E13E6CE3874F11 /* IOExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 351727A9002248E1942FA98BBA348167 /* IOExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF6EE48569161C686172753B582E9575 /* NSValue+Interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = B9E517E84C2861BFB5685F7DC1C4CE59 /* NSValue+Interpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AFA0C72B948583394AD1358F729A8E43 /* AsyncTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = C887279443A2BD346F9E1A5525FB87B0 /* AsyncTimeout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AFB1FC261EC88C0F1E6C9034AABAA68A /* EXPermissions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6626BD636A07096AC56C06DB2E7C6654 /* EXPermissions.m */; }; + AFB4E2FF5B7050B748694F93DCB7C400 /* RCTSurfaceView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 88AABA5BD1B2F6B233FDB786663C41C4 /* RCTSurfaceView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; AFE4749B54925319011AD3C3D4578BC1 /* pl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = A106B872B16AE4E27AADF4052E676807 /* pl.lproj */; }; - AFE5A446BAE5432B9084DC260CC3D290 /* QBAssetCell.h in Headers */ = {isa = PBXBuildFile; fileRef = B07FF36CFEE2644784956515CE484906 /* QBAssetCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFEFE1B690C6BDEF94908C62187D1E99 /* RCTRootViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D1B749B7A21D952FA07609DA25377B8 /* RCTRootViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFFAC7511AD2D0D3F7C1AD4696E97CC9 /* RCTDevLoadingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8E0F05E8626CAB5E5B8CF1E705B4A28D /* RCTDevLoadingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - B014A96CD07E55576BB2C6E590192E88 /* RCTPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A648F3CEEC58AFB53427164E71A9EE8 /* RCTPicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B01B39E7FE2CBD977B9F46DABB51D5C4 /* FIRCLSContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D44D59DCEFC071F7744D6EEBDDA9A7C /* FIRCLSContext.m */; }; - B03099E55FFA58A7071BADC9BAD0D84F /* BugsnagMetaData.h in Headers */ = {isa = PBXBuildFile; fileRef = F2CD4AC32EA4D232CC92F7693E38D553 /* BugsnagMetaData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B035F5E463820F0596053BB8604BA7FF /* experiments.h in Headers */ = {isa = PBXBuildFile; fileRef = 274DD63F7B00F4B33499901FD6A1C5CE /* experiments.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B03BF08C9580DF4D4659EC16D969361C /* BugsnagSessionFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 4068EDB19F682F55EC1F015C385747E0 /* BugsnagSessionFileStore.m */; }; - B0909A7A6969ADD15D9CC211C33071CF /* RCTUITextView.m in Sources */ = {isa = PBXBuildFile; fileRef = E771CC35390032F1725EBCF8ED29F751 /* RCTUITextView.m */; }; + AFE5A446BAE5432B9084DC260CC3D290 /* QBAssetCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 05DB7EABBEBDCD8AA01A01255BB2D3F8 /* QBAssetCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AFEFE1B690C6BDEF94908C62187D1E99 /* RCTRootViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F4F0884BFE243B92759B5D2C4916D522 /* RCTRootViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AFF10DB125E49A4D18AD5E887ACDC2B0 /* FIRCLSFABAsyncOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CD0447938624C9437DB2425625A7AFA /* FIRCLSFABAsyncOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AFFAC7511AD2D0D3F7C1AD4696E97CC9 /* RCTDevLoadingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = F06ABA86411AA9DA1553E7F739FB3C7E /* RCTDevLoadingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + B0138620B174EB526678E9FF53F5544C /* Math.h in Headers */ = {isa = PBXBuildFile; fileRef = 4743C5C05781D771D42C650FEDDF2071 /* Math.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B014A96CD07E55576BB2C6E590192E88 /* RCTPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AA9CDD15A4D66B52EAABC9EA283C8A4 /* RCTPicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B03099E55FFA58A7071BADC9BAD0D84F /* BugsnagMetaData.h in Headers */ = {isa = PBXBuildFile; fileRef = 85DDC7298EF095E4DDF84D026B49B3B3 /* BugsnagMetaData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B035F5E463820F0596053BB8604BA7FF /* experiments.h in Headers */ = {isa = PBXBuildFile; fileRef = 62659B35B825FD9248C7DC9EACDF9072 /* experiments.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B03BF08C9580DF4D4659EC16D969361C /* BugsnagSessionFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DE6A21AFE5E9F7228A18EB2CC7330FD /* BugsnagSessionFileStore.m */; }; + B043026E9827E306ABC01E5F7EBDEE7F /* FIRCLSDwarfExpressionMachine.c in Sources */ = {isa = PBXBuildFile; fileRef = E70D1F51E37DCEF89D08E5171E037B1F /* FIRCLSDwarfExpressionMachine.c */; }; + B0909A7A6969ADD15D9CC211C33071CF /* RCTUITextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 326EBBD35A4219C1174E65EF50578D39 /* RCTUITextView.m */; }; B0B675CF97C4A8FC8D8FA49D63E0655F /* SDFileAttributeHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C76B4289ED679B67CF5684C116ACB4A /* SDFileAttributeHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B0BF4161D9D94D3D2E3B8FA4DD873F1B /* ReactNativeShareExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = A52B739F49EB09538EDC778FA48DBEE3 /* ReactNativeShareExtension.m */; }; - B0D111C700BA74FCFAC38FC5518FB6AC /* RCTLinkingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A9DB7B18638351CC22D42EFDC8E325 /* RCTLinkingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B0DA8371D4294ED2A19873058D58D87B /* UMViewManagerAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 73989356532406432F25FC28C53757A0 /* UMViewManagerAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B0E1F3FF45FDA9BEDFF7A2E1D8C93B1E /* FIRApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 9507710A21691CC0E9B78E5EF2DDBD16 /* FIRApp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B0BF4161D9D94D3D2E3B8FA4DD873F1B /* ReactNativeShareExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DADB1EC4126C8A12103B04EED20128F /* ReactNativeShareExtension.m */; }; + B0D111C700BA74FCFAC38FC5518FB6AC /* RCTLinkingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 47D9CFBFE7E138F87CF59B99DE14DCEC /* RCTLinkingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B0DA8371D4294ED2A19873058D58D87B /* UMViewManagerAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F6B2A2437B1240932C2FA824A54514F /* UMViewManagerAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; B0ED107F3AAF83FDD3035D0B3D864953 /* GCDAsyncUdpSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 80EC24282038C689CF310848A948D9EC /* GCDAsyncUdpSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; B0FF11CF10D681CF091E43272BCF9168 /* FKTextSearchable.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BE2A3D02176E7FC68FF572B0100FABA /* FKTextSearchable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B103EB992BA72506B4477EFB2079556B /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1507A41F76DD9D42DB7B9C3BAB7E694A /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B12E8B1DF5A449E0090C037413D12493 /* RNGestureHandlerRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = CAA7E8CA75DFCA9A8941FDA16FB2E13D /* RNGestureHandlerRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B103EB992BA72506B4477EFB2079556B /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B901BDBD09C8AB7C614C52CDE54EFBC3 /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B11E5FB8E17EEF3FEFDF314CB95C918D /* FrameHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 762FD21B3739F5F2E25B8A6DCF36BE18 /* FrameHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B127D7148E93DEEE3176215709AFCAF7 /* FIRCLSUnwind_x86.c in Sources */ = {isa = PBXBuildFile; fileRef = D596272B69E2BF970FAD77801A872212 /* FIRCLSUnwind_x86.c */; }; + B12E8B1DF5A449E0090C037413D12493 /* RNGestureHandlerRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 4954227A71F698BB21BD990255A9F4B9 /* RNGestureHandlerRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; B143DE68CD1D88CD25831DE5E4B05390 /* lossless_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B224B82971B4C38EAE3461DCB917937 /* lossless_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B1491502D32A89CF0C609D2C143EF119 /* RCTImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 452392B37A05B95791672BD16864164C /* RCTImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B159EA16ECB07992DA8EDFA18146296F /* EXSessionTaskDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 00A0130F30682024AAE2CA0270DA07B6 /* EXSessionTaskDispatcher.m */; }; - B169AC1E18C6440BEFE0659C632C5697 /* RCTShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = D0B6519257FA0F261C79248CE19D2755 /* RCTShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B1491502D32A89CF0C609D2C143EF119 /* RCTImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 36CB2FEFC9933124012688302100CA30 /* RCTImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B159EA16ECB07992DA8EDFA18146296F /* EXSessionTaskDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 315AA65F99A00F49E9080338DD6D77E2 /* EXSessionTaskDispatcher.m */; }; + B16080103ED619D497F9F38FDCD203E0 /* AsyncSocketException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48C849A8E066DDD8307A81BE243979BE /* AsyncSocketException.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + B169AC1E18C6440BEFE0659C632C5697 /* RCTShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = DB9B17ECF8D9619BDF58E51646D2C756 /* RCTShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; B16CB0E98D5EACE195D85EB5E19C0D5D /* rescaler_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = B2D64E30A810C688B1470B4F408DE193 /* rescaler_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B17A957ED9AF87024F5E76CF3389320A /* ScheduledSingleSubscription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EDA30FD146BE39B7EA870C76B401DC3 /* ScheduledSingleSubscription.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B194305F6963D136233C0B033B0E5E57 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C32EF3C60F13E063531B75B349DE6D63 /* Instance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B1A1B9A15C5F8A49F7C4BDEE2D2F0A88 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C07BF2239EAC032AE2E37B6FC1EF511F /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B1B30CE2E5772DA3F6773EE4C659498E /* UMViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A7073A304C50CED5EF2BA22F761864 /* UMViewManager.m */; }; - B1BFE11DD4C19AD9701585968ECB4268 /* FBLPromise+All.m in Sources */ = {isa = PBXBuildFile; fileRef = 162DF357A5D6A3074EC49D6A9D7F9D03 /* FBLPromise+All.m */; }; - B1CAE5F9925AB2F55B603952366E9A6F /* RCTVibrationPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = BF2B2E83A1C8AF81671636470274DDB0 /* RCTVibrationPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B18CF03030926BAE02076D47E86B6B49 /* Core-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AEA83B57666893662C84F0AD4A511F4 /* Core-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B194305F6963D136233C0B033B0E5E57 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C979A288B8251D060F281A31B7D9EE47 /* Instance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B1A1B9A15C5F8A49F7C4BDEE2D2F0A88 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2048D347CE9EDBB07FA607B7211FFEA4 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B1B30CE2E5772DA3F6773EE4C659498E /* UMViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4551BA83B07B7B7D7D05F79F90EB7854 /* UMViewManager.m */; }; + B1BEA4D94DD4E493A57735A570C151B1 /* Combine.h in Headers */ = {isa = PBXBuildFile; fileRef = D99AA483E8B28CACEF08CBA6E67558DD /* Combine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B1CAE5F9925AB2F55B603952366E9A6F /* RCTVibrationPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AE39856FB64AAC643A62BC321BF1882 /* RCTVibrationPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; B1D00F8D0E75F940646D85B2A613B180 /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = E927DDAB1A870C3B9F9082ADF879D7F4 /* SDWebImageDownloader.m */; }; B1E23AB7AE9EDF6FCB169D34A44AF526 /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 376581529487B99184BD6C839402D91A /* SDDiskCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B1E980F8FF715E655389599AB842926C /* StreamFragmentAccumulator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E13F08F3FC80CB63641CD83E6F9B1954 /* StreamFragmentAccumulator.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - B1FF346FAC743BF36E359C77EE83BDF0 /* RNCSafeAreaProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = F14A849C2C9B2CEEB4F0B9C699D6EA1A /* RNCSafeAreaProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B2017CCAD30323453F81EDD5611E8C56 /* GULNSData+zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 30BFA2BBC1094FD96E81130C38786A50 /* GULNSData+zlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B23D4FF09EDF1B669EC0BD2FCEC9747E /* Random.h in Headers */ = {isa = PBXBuildFile; fileRef = A5D805107CF754CEFDBE530B792C8640 /* Random.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B23DC5928AE5AB9AFA7FCCDA36BE7637 /* Unit.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AC5C912D19912B51BAB93B11DB92C81 /* Unit.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B245CB449A5399BFCD746C8CF11035CE /* ThreadLocalDetail.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D48DFAF03A8A17D7E3295922C84000DA /* ThreadLocalDetail.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - B24A7823434538AD86BD5B7034F55191 /* REATransitionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 17E2EC302E6FFA939CD2E62BD7A3DE92 /* REATransitionManager.m */; }; - B24E3BAD29A34380E54D23FC65CBFF04 /* EXSessionDownloadTaskDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = BDE34BBB71AE10BE2B1FDCDDAC064C50 /* EXSessionDownloadTaskDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B24FB381E9D98CA2A84F7F32753B7B19 /* BSG_KSCrashReportStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 011065FF99A392B35D65EC4675C8A4C9 /* BSG_KSCrashReportStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B2677FF281320A2BE72CE9D2ADA96821 /* Subscription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7721BE1D962D54CE089AB9651B66DC3A /* Subscription.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - B27D09757B2B9400DB0784BF5CB3538F /* RCTSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D132FCA4B2DB6650217068FC501B15 /* RCTSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B2C98C0A1B1A36FF8C852A96047B6B50 /* BSG_KSCrashSentry_User.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F6E4A5D611195155900B5842B7C3D6D /* BSG_KSCrashSentry_User.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B2D6988BE32846189A992AF046D542D2 /* ScheduledFrameTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BB2B66DBE1BC02B3D493F77CC0CDF91 /* ScheduledFrameTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B2E2062939AFC23D321DB5608724EE79 /* REATransformNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 71B862867B68A60B59B8B7CD248BCA1E /* REATransformNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B2E8D096FD6D31270375CE37F68A7931 /* ThreadCachedInt.h in Headers */ = {isa = PBXBuildFile; fileRef = B6C1A9C41EAEAF8AD449143F6DB361AC /* ThreadCachedInt.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B2FE7DAE91BD8B01687E57C1780B37A7 /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = EFD53C553DDA104D0D32DC69AD5F7178 /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B30CE20CBC96BAD03BD324427C61086C /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 426DAA1C7099F44D847FACA87A7AB248 /* fixed-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B3324256BD597B34D98A2FD9B18F02F8 /* FIRInstallationsIIDTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 5791CBE9F30DE44EE14C14D96556BB35 /* FIRInstallationsIIDTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B345CC201A352A71FA8F55C2BE56A0C5 /* RCTKeyCommandsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B9E5D37A017906F3733534D5511407E8 /* RCTKeyCommandsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B22EB6328DB2906E1489542E490B8C23 /* DeferFlowable.h in Headers */ = {isa = PBXBuildFile; fileRef = E667D8F6F62F23020B2C6A1DD4A1E95F /* DeferFlowable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B24A7823434538AD86BD5B7034F55191 /* REATransitionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BD1C3CEC460FD7FAF8C7739B284D00B3 /* REATransitionManager.m */; }; + B24E3BAD29A34380E54D23FC65CBFF04 /* EXSessionDownloadTaskDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 882BE3144A3B256A08FCA14CD9681D3D /* EXSessionDownloadTaskDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B24FB381E9D98CA2A84F7F32753B7B19 /* BSG_KSCrashReportStore.h in Headers */ = {isa = PBXBuildFile; fileRef = F6DDA5F37439A7C0B0507640DAC13F3F /* BSG_KSCrashReportStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B26194A97FF0360FAB663359B842843B /* FIRCLSMultipartMimeStreamEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 9728B984966BC98860FAB0C677395B47 /* FIRCLSMultipartMimeStreamEncoder.m */; }; + B27B96865E4E6C461AC34583416FF4FD /* Tearable.h in Headers */ = {isa = PBXBuildFile; fileRef = 903566020BC94B678C25CAE9BDE3FB91 /* Tearable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B27D09757B2B9400DB0784BF5CB3538F /* RCTSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = 378B98CAC2A39BEE994614C16D6646A7 /* RCTSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B2C98C0A1B1A36FF8C852A96047B6B50 /* BSG_KSCrashSentry_User.h in Headers */ = {isa = PBXBuildFile; fileRef = 45805F101F28EE5187E23390F4A73270 /* BSG_KSCrashSentry_User.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B2E2062939AFC23D321DB5608724EE79 /* REATransformNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 23E5B529B881BC24891D5B1615FB6F2A /* REATransformNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B313D9282040A2D049A9F5DBBFF26862 /* crashlytics.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 6DB0CD0B4046E0513F1D4064BDA1E73A /* crashlytics.nanopb.c */; }; + B315DEBE40A059E415893283CC261CF6 /* Stdio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C7AA1EA68CAF6020ED24BCFCE2284066 /* Stdio.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + B32AB77AA9A4DA642FAFF1F272196FBD /* SharedPromise-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = F00DC72340D8F30ADE4C39A5A9BD78E0 /* SharedPromise-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B345CC201A352A71FA8F55C2BE56A0C5 /* RCTKeyCommandsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 63CE2E0A0F90E4C0CC5D60BC261EE638 /* RCTKeyCommandsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B357C5E00A4A41A200C5A5F8DD6F45AE /* InterProcessLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 029B610777498F2743F1B0A193B3866B /* InterProcessLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B37DC1D3578C31D1130CA28CE692F82A /* GMock.h in Headers */ = {isa = PBXBuildFile; fileRef = FCF8ACAF97A58556468490129AB66C7E /* GMock.h */; settings = {ATTRIBUTES = (Project, ); }; }; B3B06E6D3B883C30C5C0BE9FA2C8D05F /* dec_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = C26A92286CCDD6BA44A1E4FEA613AB77 /* dec_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + B3C7AF514B214934A9404F3310CF45CC /* ScheduledSingleObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = DBF23ACBD3AD3BBFD67E6B41856522A1 /* ScheduledSingleObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B3D7A8D8919292B71A7E53674AAD7917 /* RNBackgroundTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = 413641259FBBF2278013FF359B8C4FDD /* RNBackgroundTimer.m */; }; B40E106BC411C9E33B44AA88923C5044 /* upsampling_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 5C2A172DABE612EA73299FA5E2DA086E /* upsampling_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B41E355A9F1D1C34B98AF6A861841870 /* RNCSafeAreaViewMode.m in Sources */ = {isa = PBXBuildFile; fileRef = BE5BD84C4AD1A7D221D541EBDF680E48 /* RNCSafeAreaViewMode.m */; }; - B430876DC7D0CA2E10E3E8BFB02099E5 /* DispatchMessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BD3D35018FB8A604BB27FE0D5110042 /* DispatchMessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B45601E850442A495CF4157F0FEFFC6B /* STTimerFDTimeoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FB047E69250FDDC997C42CAB4F469C0 /* STTimerFDTimeoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B460E0CD53D57920F612B7DE3B940D5D /* json_pointer.h in Headers */ = {isa = PBXBuildFile; fileRef = FD15F3DE0EA295254AC4CCCAFDB388D3 /* json_pointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4763DD4A4F73E0405CE12F917AFAFEB /* SerialExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8E159075A80E1B4C3AC9F0450A316FE2 /* SerialExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - B47E8F5BC63E69013733915BA9775C1B /* UMLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 95BBD1E808205BD2C0EF96522256F8B6 /* UMLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B484B13DDA25791086B3CCB5DBF508E6 /* TurboModuleUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 12BEAB72F554E7473109E9AA04077995 /* TurboModuleUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4874BB64E2E480A7ECF3DF5738418F2 /* UMViewManagerAdapterClassesRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 576F13703190D0EA6E5631025D438A95 /* UMViewManagerAdapterClassesRegistry.m */; }; - B4A1352431E6A2CC44DD63B2465CD162 /* UMPermissionsMethodsDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 63CB6A3006C88E014F9742E1AB6FD744 /* UMPermissionsMethodsDelegate.m */; }; - B4B661CB6D518A89233618AE326B75F0 /* EXHapticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 65D8C51C2CF0A60527B73406F16BAEC8 /* EXHapticsModule.m */; }; - B4E0C1208B851E2A93FDDF8AEB89A2BA /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DF3A9F87229EC0C9127EF2614674785 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4E39F70EC2AD043C32FAEF8D43224FB /* pl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 7EC861892742E129F7FFFA83ADB1F8B2 /* pl.lproj */; }; - B4E557497BD62F254EE10519975653FD /* GDTCCTUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 603495E4212299A4F638482B5E8D0D9D /* GDTCCTUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4F08308EEC8E3D4C3C57CEC71E60B82 /* FBLPromise+Any.h in Headers */ = {isa = PBXBuildFile; fileRef = D4DA89E4F209597652A7F76DB5DC5836 /* FBLPromise+Any.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4F98B71D755E0CFA281BFC6EDF34FE8 /* SysTime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E06E6C36D1A71F5B6FEB2D6AAE851D2C /* SysTime.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - B51D5E8C586D73DD440DADD0668324AE /* GULSceneDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CB3DF8C785A7D07601400CFF9D04B58 /* GULSceneDelegateSwizzler.m */; }; - B521D83B9C51D3A7DC165D81856D2EB4 /* react-native-cameraroll-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 954918646509AF93DC0ABEB99FE68685 /* react-native-cameraroll-dummy.m */; }; - B54074059DA515824357E0554475FC47 /* FIRCLSThreadState.h in Headers */ = {isa = PBXBuildFile; fileRef = 1322B5A410AF4AC8672E585C3DF04788 /* FIRCLSThreadState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B542268BDDA8EC0E9448BFDCE2A3D04E /* EXConstantsService.m in Sources */ = {isa = PBXBuildFile; fileRef = 07FAF491C4D473D315A3EDCC15CDEBC4 /* EXConstantsService.m */; }; - B55AC61181D1311451734FE42EB4AFD2 /* EvictingCacheMap.h in Headers */ = {isa = PBXBuildFile; fileRef = B3826070DF750B29EC717636E7716BD2 /* EvictingCacheMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B56C66EB0232DA5EAEA443237B1B3339 /* RCTInterpolationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = D3DE93211FEB1038893B19435C29C383 /* RCTInterpolationAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - B57B52D7A8E312AEA8300E770D5651DD /* REATransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E73BDA8E009354600891EA2E74BD8D4 /* REATransition.m */; }; - B5886017B34755D6C5F8D35BA13DBC9E /* RCTRsa.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BEC14CCEBE755246228F4454AF37575 /* RCTRsa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B58D29E8C21C8791878961048FE86458 /* Bugsnag.m in Sources */ = {isa = PBXBuildFile; fileRef = EA4B5A11121BE2981DD461B1C22948CF /* Bugsnag.m */; }; - B5A5CD98A96B658BF06A534E9FF2A87E /* RCTSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B8AC3C5BC4576FCAE0CCAE3BAF384CEF /* RCTSliderManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B5AFD4AF58C0E5694CB8B29BB29CE7B3 /* Framer.h in Headers */ = {isa = PBXBuildFile; fileRef = F9057AEC922F16724E16448D145C60DB /* Framer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B41168087A3B4FE4CF51658E9C2EA376 /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = A596BD68FF4C463AE78C938DDDC1E8AE /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B430443E69D0C09438FBDA75EAF0F2CE /* HazptrDomain.h in Headers */ = {isa = PBXBuildFile; fileRef = 49038FF0B234901AC8BEF0F9FA2F1604 /* HazptrDomain.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B430876DC7D0CA2E10E3E8BFB02099E5 /* DispatchMessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = AFA7E68548067A02E57E94A56CD12540 /* DispatchMessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4319515A213B477546C8D23908015A9 /* Hash.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E75E6E67F482C56EC4FF2D3EB7F33EA /* Hash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B43716406889A28154E0ABF207A5D3FF /* FutureExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 9788D2E725AD263B6340AF22F0829124 /* FutureExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B43E262FD6A4ADA544CDB9F8E727E2F7 /* Partial.h in Headers */ = {isa = PBXBuildFile; fileRef = 9134EDE83037B7C8B550868CF03CC0CF /* Partial.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B441D8D7A67FEA50D53AEF32C46A8026 /* ThreadedExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 519DA7A2D9C8B560335CEAD3BC0321F6 /* ThreadedExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + B47E8F5BC63E69013733915BA9775C1B /* UMLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 86280EE1444EA2D0F69D98A5921865B4 /* UMLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B484B13DDA25791086B3CCB5DBF508E6 /* TurboModuleUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 47562016F7B969946C3B1FB7D447DDB0 /* TurboModuleUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4874BB64E2E480A7ECF3DF5738418F2 /* UMViewManagerAdapterClassesRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A354B4881B7952BE766F10F894371F0 /* UMViewManagerAdapterClassesRegistry.m */; }; + B4A1352431E6A2CC44DD63B2465CD162 /* UMPermissionsMethodsDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = B160C9B52B85D957BB2AEFF55E1B9A9E /* UMPermissionsMethodsDelegate.m */; }; + B4B661CB6D518A89233618AE326B75F0 /* EXHapticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = B264731F64DE20802561E20CA2CB9693 /* EXHapticsModule.m */; }; + B4BA3A08CF01AF745E8020BC7F3C7BBF /* FIRCLSFABAsyncOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 83755F2B091B00BE6CA539A99E0D964A /* FIRCLSFABAsyncOperation.m */; }; + B4E0C1208B851E2A93FDDF8AEB89A2BA /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 41C25AA6DE71334F1A19570B13A33087 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4E39F70EC2AD043C32FAEF8D43224FB /* pl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 8776F60979BD467D3FC9325BF8389140 /* pl.lproj */; }; + B4F47813DCBA5561867A60526ADC339A /* FIRInstallationsAPIService.h in Headers */ = {isa = PBXBuildFile; fileRef = 9962BFC91082B39B9517318ED95ECFFC /* FIRInstallationsAPIService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B50DDEB4B8A3B9FFAB438BC2162F0479 /* StringKeyedMap.h in Headers */ = {isa = PBXBuildFile; fileRef = CC7610A8B4E1349D5E1E52E14A214435 /* StringKeyedMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B51648E1E25C44C881A0FE0BC4F99F55 /* TokenBucket.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F9D32BE8ADF26C003EF191BE09763B3 /* TokenBucket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B526C32E500FEFDE5119AFCB3CC5871F /* dynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 66479D519BB35A5676A0805E3F8C24F6 /* dynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B528125B7563D586035DA02518156F63 /* IntrusiveList.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A37FEACD8D3C0CE0430F27FB2FEA88 /* IntrusiveList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B52951C4E8D55EEDA6694C1F4C670AAA /* GFlags.h in Headers */ = {isa = PBXBuildFile; fileRef = F9544B2054D53E5D3651EB063F430664 /* GFlags.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B542268BDDA8EC0E9448BFDCE2A3D04E /* EXConstantsService.m in Sources */ = {isa = PBXBuildFile; fileRef = 97337B286D6A431CA74BB3D00A8D5540 /* EXConstantsService.m */; }; + B55C8C800593B549121E20FB2317EBBD /* TimeoutQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 58F840D6AA1892A8F858310121E0488F /* TimeoutQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B5624B2574FCBD6D2EE1AFAAC3EBF821 /* Conv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E8B1EB0F730926CA1E78F34EEB9E48D /* Conv.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B56C66EB0232DA5EAEA443237B1B3339 /* RCTInterpolationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = AF03B1770DB65B8C5B84BE3507A80FED /* RCTInterpolationAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + B57B52D7A8E312AEA8300E770D5651DD /* REATransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 87F038E9A41D8DE9E08573FFF73B31A2 /* REATransition.m */; }; + B5886017B34755D6C5F8D35BA13DBC9E /* RCTRsa.h in Headers */ = {isa = PBXBuildFile; fileRef = 31C757ECB07B80B7BE811137F656A67C /* RCTRsa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B58D29E8C21C8791878961048FE86458 /* Bugsnag.m in Sources */ = {isa = PBXBuildFile; fileRef = 648E277199F914BBE555D17096F7D9EE /* Bugsnag.m */; }; + B5A5CD98A96B658BF06A534E9FF2A87E /* RCTSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BD3A5C180A852FEE7E1A9DEF02B8648 /* RCTSliderManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B5B6035BD0A2B09D000C83E15D0C5C42 /* GULKeychainStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 25F23965428B577A58CF06457B67BB02 /* GULKeychainStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B5CFC6181C917E99EF224FFDACFDEC95 /* IPAddressV6.h in Headers */ = {isa = PBXBuildFile; fileRef = AAB720F76BE144E61D9A479E2C8A516B /* IPAddressV6.h */; settings = {ATTRIBUTES = (Project, ); }; }; B5D0D30876A5170B761E98DB026CE76D /* FlipperStep.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C398BC2F20943EFB090F570ACF8B2BC3 /* FlipperStep.cpp */; settings = {COMPILER_FLAGS = "-DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -Wall\n -std=c++14\n -Wno-global-constructors"; }; }; - B5DD2482F73C2F29A3370345D50EC02D /* SysMembarrier.h in Headers */ = {isa = PBXBuildFile; fileRef = B56F6F11BC9FBECB9231097934BAEC53 /* SysMembarrier.h */; settings = {ATTRIBUTES = (Project, ); }; }; B5E5065C5D10FFFFAF4CC34F16B8C2C6 /* upsampling_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 473157251EE2D60303CC7FDBE72E175C /* upsampling_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B6196655F52E19CC5BE9A898ED7C834C /* REAOperatorNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6469C39B5F4637D1201F578AF38A0A12 /* REAOperatorNode.m */; }; + B603F7480EC5763910F2DBA98B36B63D /* GULKeychainStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 65DE5D2135FF2428D738213E5E7E1977 /* GULKeychainStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B6196655F52E19CC5BE9A898ED7C834C /* REAOperatorNode.m in Sources */ = {isa = PBXBuildFile; fileRef = DA89DEBC03B6F228672E577BA297FCFF /* REAOperatorNode.m */; }; + B61A64E1FAD8C584FC5CE7EE0698D237 /* UncaughtExceptions.h in Headers */ = {isa = PBXBuildFile; fileRef = A20306DEA94200E22087DF6EEA684B69 /* UncaughtExceptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; B643E9093CF810705986445DF198CB0F /* alpha_processing_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = CE2CBC7A19A7BBE631B56A471662BA45 /* alpha_processing_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B66BAAE90CD1736CEB3A745A889E03E3 /* Pretty.h in Headers */ = {isa = PBXBuildFile; fileRef = D89012C25F5261434E28F9FE7DBD2B9E /* Pretty.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B69964744F1853C554C9CF308BE6BA8E /* EXVideoThumbnailsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = CC7343C2794DDE3360AC986F6A662D35 /* EXVideoThumbnailsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B6997EC6872F51C2C3AD30901416F77E /* GDTCORUploadPackage.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FDDC4602AC6D2C76628D42154AB26DD /* GDTCORUploadPackage.m */; }; + B66283733F8C9AA0249BFED628761EAA /* EventUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 668DDB233AB6DCDB3D011837485392DE /* EventUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B668ADC18948577ACF241EE17261898E /* GlobalExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = D674CB63573687A20A05CD78E95B7464 /* GlobalExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B69964744F1853C554C9CF308BE6BA8E /* EXVideoThumbnailsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = EB2E89A22A0BA3376E14B7B02EEB8C74 /* EXVideoThumbnailsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; B6AC4AFFC191BE0174DE35A9835B2800 /* FlipperStateUpdateListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BE36D51559E26128B55E3C08C964C5D /* FlipperStateUpdateListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B6C83AA02AE1CA7937C0CE13CB0A7BB2 /* Executor.h in Headers */ = {isa = PBXBuildFile; fileRef = DFBA1EFCD6DF48A6C922DBD1D11A97AD /* Executor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B6CEE48AB6E8EDBC7CB192C7DDA17AAA /* BasicTransportCertificate.h in Headers */ = {isa = PBXBuildFile; fileRef = 3594DF1CD01D964FAA8763E627265CB0 /* BasicTransportCertificate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B6B00AE75626B3BD4A6925A7DD0BED17 /* FiberIOExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = A45B461A4FE695C969788ADEE366619E /* FiberIOExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B6C594FDB179664C117A8E7E0E8BA6CD /* GULNSData+zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 78B01E7FC2B1FC5F82A3EBBC435810B0 /* GULNSData+zlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; B71F61D27BBE4CE6D629DC18A95DB476 /* SKObjectHash.h in Headers */ = {isa = PBXBuildFile; fileRef = CF56D07AD4FE7F38C685EB66BB0F2553 /* SKObjectHash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B755EAF06C8834F6CCEE50BEF62A08CB /* RCTModuleMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0217298A548E81414550B50749648BEA /* RCTModuleMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B755EAF06C8834F6CCEE50BEF62A08CB /* RCTModuleMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = B87A45CD2ED7B38E80A1422EDFF792F7 /* RCTModuleMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B756460D2D0F42ED68554A027CDADCA7 /* OpenSSL.h in Headers */ = {isa = PBXBuildFile; fileRef = A03B182E89C164D978FE0BC6A0FEBEE9 /* OpenSSL.h */; settings = {ATTRIBUTES = (Project, ); }; }; B7607FDA7B5FB23F02CE772CAE820F72 /* lossless_enc_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = A5DA2837071E6C937DA4A4E904773219 /* lossless_enc_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B76278C777A3630DF71765C59B3AEB17 /* RSocketParameters.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C10D6FD9FAA288054D1A307945AE4EB /* RSocketParameters.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B774B027048BDAD0D6E35C9D8DBC713D /* JSIDynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B79FE12C6FD6F29190387CFA03B8F387 /* JSIDynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B777045A0B6188B81FEBFA6615EEC91F /* react-native-notifications-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B6AB1C3BCBEB6BC5E6C87A5182CB737A /* react-native-notifications-dummy.m */; }; - B78BFE800CD92CDDEAACF7FE5598F6C1 /* RCTMultipartDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = E23C47E510A1D0993F79E8C1FE4F9CB8 /* RCTMultipartDataTask.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B79D33B338D0F73345E47FD91A502C2C /* MemoryFile_Win32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DB4CF2F52473AB2B8E9BD13D2F37A4B6 /* MemoryFile_Win32.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + B774B027048BDAD0D6E35C9D8DBC713D /* JSIDynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 220BA5CF766557292D8AE559EFCA7234 /* JSIDynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B776B30581B4A5A58C015181B7330BA0 /* Types.h in Headers */ = {isa = PBXBuildFile; fileRef = 307DB26CCB565242806D4B12FFEFBDC9 /* Types.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B777045A0B6188B81FEBFA6615EEC91F /* react-native-notifications-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B02B9E07D304CFDDFE574E43762A26CD /* react-native-notifications-dummy.m */; }; + B78BFE800CD92CDDEAACF7FE5598F6C1 /* RCTMultipartDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F1E55309552FF6C6980AA08C72DA424 /* RCTMultipartDataTask.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B79245E53385C84252DD12CE59091CAC /* TimeoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 592DD80BBBA797B54652D50053D7B60F /* TimeoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; B7A4E019075D6EFC4949E9B5BAF7D12A /* YGLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 602729A1A186FA43431840830ED8D83D /* YGLayout.m */; }; B7AB906E5631E608BA86629BFF26E75B /* pt.lproj in Resources */ = {isa = PBXBuildFile; fileRef = DD61A9687DAC055A541F15BDBA8CEC0D /* pt.lproj */; }; - B7BBA74A139BE9B80EEAE30F4FB07F95 /* JSDeltaBundleClient.h in Headers */ = {isa = PBXBuildFile; fileRef = B0D034BF10A81757BF7E36B26707D555 /* JSDeltaBundleClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B7F5CB4A0A19BA581A2E4D9087A1A5E8 /* RCTImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = FA0DB963950D1AB53657D298736E51E1 /* RCTImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B7BBA74A139BE9B80EEAE30F4FB07F95 /* JSDeltaBundleClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 13B15E76412BA289DADA87A4299F43F8 /* JSDeltaBundleClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B7DACA34020A23187B68763E3C284C05 /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = D7434932DF03CFC23CA62FD0F6363C13 /* bignum-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + B7E3E0A078D2EE41F9237DC0C98537BC /* GULSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C16BD68EF92FE185D310285C51204B3 /* GULSwizzler.m */; }; + B7F5CB4A0A19BA581A2E4D9087A1A5E8 /* RCTImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = F753091973CA7BB1B741C889CF200EC4 /* RCTImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B7F8AB044660F1F4120D77622EE4982D /* RSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 420C2299A3D9F193072479F161BB46B4 /* RSocket.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; B82325074DB04D07827644E9287D3DF5 /* UIImage+ExtendedCacheData.m in Sources */ = {isa = PBXBuildFile; fileRef = 8758AA72565DFF44F351ECC18FA9C063 /* UIImage+ExtendedCacheData.m */; }; B8323F92F8FB62D9BB27AC89908C59DF /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = D0738EC1551A2F7F2FAA287E62719FAA /* UIImage+MemoryCacheCost.m */; }; - B84395070241EDC1A5AAD74949982F37 /* UMCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 268097D45D9A19D40E5715C9C006F94B /* UMCore-dummy.m */; }; - B86E6BBF34C8795D24B37E75309E627F /* RCTSurfaceRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 101E20E44FBB5F30E9F9E79E861FA29B /* RCTSurfaceRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B84395070241EDC1A5AAD74949982F37 /* UMCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 19BEA339762F395A5E74C59E1678CDF3 /* UMCore-dummy.m */; }; + B85AEEF63B153D1C3F14465C1180D427 /* SSLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = F4ED5D2AB68AC9DC3AFC7FFE6A02978E /* SSLSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B86E6BBF34C8795D24B37E75309E627F /* RCTSurfaceRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6F8BA9871C1B88DBA692E1D92ED7F8DC /* RCTSurfaceRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; B87A058701D9DE7CD8F81720D46E03AC /* yuv_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = F4786B928DF108948CA623BA9E293FB9 /* yuv_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B88F11F419769EA847B5138AC0575BD9 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CC9F137A0DD4D3D385C5631CD6348E8 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B89BB820BEA721BA3EF6614EC4082F7F /* BSG_KSCrashType.h in Headers */ = {isa = PBXBuildFile; fileRef = CEC7104F9BE13E79231B302647E1D7B1 /* BSG_KSCrashType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B8BEED846011051FFB1BA5F3B6321BD9 /* SSLErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = FEB54E45902D3AA343ED9A383F360016 /* SSLErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B8E3D837A41CFBCAC3AAC6B0483551E0 /* CallOnce.h in Headers */ = {isa = PBXBuildFile; fileRef = FAC2C83F16311FCBBB047B9E5621A92E /* CallOnce.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B8FB8AD63D09615A6C875B33CF47CD2E /* PasswordInFile.h in Headers */ = {isa = PBXBuildFile; fileRef = E9A0D3A476B4D8116DF7BF2752C8261F /* PasswordInFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B91ADBFA8D03CAF741D92039900F546B /* RCTCxxMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 577D18592A51A28BA6BF756EBBC9D7A1 /* RCTCxxMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B89BB820BEA721BA3EF6614EC4082F7F /* BSG_KSCrashType.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FB75CD0F2F8B53EDE6078903AB56221 /* BSG_KSCrashType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B8B55D0CE3E56A2BF9A96DE60A74F55B /* Utility.h in Headers */ = {isa = PBXBuildFile; fileRef = E801C4DD42870D1C557C8831F3464CF8 /* Utility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B8DA7740940412298596277214681CDF /* EmitterFlowable.h in Headers */ = {isa = PBXBuildFile; fileRef = C4A663D153E0F28D47A96BF7B5C52DF1 /* EmitterFlowable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B90935884CDA4B45711E255608EE3412 /* OpenSSLHash.h in Headers */ = {isa = PBXBuildFile; fileRef = BDFF56B500F62AFA61E4035044F1EAF9 /* OpenSSLHash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B91ADBFA8D03CAF741D92039900F546B /* RCTCxxMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = F10717AF4D1A8461A189B7BBD1A43591 /* RCTCxxMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; B92311650D71047A28A1E650E9D1303D /* TOCropOverlayView.h in Headers */ = {isa = PBXBuildFile; fileRef = BE7FE478CD38B0D49006AA2D6A850AF4 /* TOCropOverlayView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B92A6E48DB98D80F967521E438B44077 /* RCTExceptionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A3A77B7D7EC50FA73CB2FFB2C17DF2E2 /* RCTExceptionsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B956633043C519BA046B8CB046E8ABB9 /* GDTCOREvent_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 718BB8333B0F2AF0FD3F8AC14960DB95 /* GDTCOREvent_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B92A6E48DB98D80F967521E438B44077 /* RCTExceptionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DFB7FBD224B63D4BFF1E65D17D848D0 /* RCTExceptionsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; B95E0FE53DCE714EA39599C5160AA9B2 /* UIImage+CropRotate.h in Headers */ = {isa = PBXBuildFile; fileRef = E3A672DF64FAEAE6BA3EF92CFEF58440 /* UIImage+CropRotate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B97262F67EBB48AB6DD08AEF39CDF101 /* REACondNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A452D29D9EE7CE052C324DE9F63AE3D /* REACondNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9CED8EDB803AFDD0161C881D90F7563 /* FIRCLSThreadArrayOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 05B819B9D0F5E8E7D8373B00494B2F42 /* FIRCLSThreadArrayOperation.m */; }; - B9D4C1AA0D160D18DA7EF4EFE2465998 /* QBVideoIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = D398B0707401A1236BFA3E304319BB7B /* QBVideoIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9EC40B9BA8B2D4C8154DBD0AC07638B /* FIRCLSRecordApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E4D461AC4A5D3B90EDE62CD68FE7209 /* FIRCLSRecordApplication.m */; }; - B9F0B22AAD4942ACB1E16DCA75A811E6 /* Frame.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F48DCE217DD4C57215DC29EBF7A87D5F /* Frame.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + B97262F67EBB48AB6DD08AEF39CDF101 /* REACondNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 19E390F6CDDD2860C937DBC0D8FC638C /* REACondNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B9882FA79D534829B852F941F8686B16 /* NetOps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FC4699813258B1B0ACDF0D9BF8CB4DDF /* NetOps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + B9ABF97961D6362A055A91FB5DCD5FBF /* Init.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 03454A02EB1C8F110E308612DA4C3AAC /* Init.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + B9AC618C5CB4E5E7D18912F9B303D70C /* ScopeGuard.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DC7DF0F5A7DBD515DC76D84F2282F69 /* ScopeGuard.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B9D4C1AA0D160D18DA7EF4EFE2465998 /* QBVideoIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 01DEA1E13CE45502DE224E1F4C47E8D3 /* QBVideoIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; BA09E5C4978FCBCE5FE0FBFC5C629056 /* ms.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 9D89AC07305184E37A620F129423F7EC /* ms.lproj */; }; - BA26CF42965288440254125F54E91DFF /* MMKVPredef.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C2C9D209F160529837157C404C4E401 /* MMKVPredef.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA26D6016CA442A7E4F04E34CFBBF344 /* RNDateTimePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D06EABFD0416B4B73FA610762CFA6975 /* RNDateTimePickerManager.m */; }; - BA2F26CF50000640E27F834339683F3F /* react-native-appearance-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B0A4E0BDAD9C880EDC1ED4A4483D369F /* react-native-appearance-dummy.m */; }; - BA409C0D8AE7585A0F08A58E1A4CFF7C /* Try-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = B20065F9C2CCA62D0B539D215D127A8F /* Try-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA469C8140BB88DA070A0DF2ABB313CB /* CodedInputData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FB437819C3CB763687BA72A5AAA2A4EA /* CodedInputData.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - BA56349F5D2A173BC8DCA0DF64557AAB /* pb_encode.h in Headers */ = {isa = PBXBuildFile; fileRef = CA73F6A73A0AECC3E81A4132BAAF53D5 /* pb_encode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA75D60A6ABD56D5A3997C2994DCA892 /* Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CA52554E49F4EB0DECD40A284968DB4F /* Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA7F4589C69900A5F35869CF80357807 /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = 77BBDAFB29DEEDCBB1C0E98CB8451025 /* strtod.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - BA89BD2A310F9142C8DB73B4B9592164 /* RNDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F8C826C5EE2D61A983288339BB7BCEE /* RNDeviceInfo.m */; }; + BA11FBBB50946DDA83C36A3E078FA62E /* ProducerConsumerQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = F47178DB1F0A5B31B3ED962CC5EBD794 /* ProducerConsumerQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BA2893688F0A0D16FEB36280949B40A6 /* Align.h in Headers */ = {isa = PBXBuildFile; fileRef = E106B16B4BC3C018EC19BFF17CBA5DF0 /* Align.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BA2F26CF50000640E27F834339683F3F /* react-native-appearance-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9164FFD648E02EF6F8F98DC0EDB212C3 /* react-native-appearance-dummy.m */; }; + BA75D60A6ABD56D5A3997C2994DCA892 /* Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D7F47D5903AF86D3981C401C7313F9F /* Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; BAA136554781CBBC00EB2AD138681AFA /* FlipperUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 94562FEEE041FCA17B182DAEBEEC0438 /* FlipperUtil.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - BAA3EB7DF8E07085606E6E5BA37BB02D /* RCTActivityIndicatorViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FB84E77AD1F7C6F7297E3452FE37E49 /* RCTActivityIndicatorViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BAA442F7A9E9045D4C99FF071584709F /* RCTKeyCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = F1D1F726C54405CE9DE22276FABDF013 /* RCTKeyCommands.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - BAA8213019CAD74D020681B3E02D502D /* GlobalShutdownSocketSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 975EFFE50671181EA7FE65731F444625 /* GlobalShutdownSocketSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BAB233399A2FF3F15431A51036766094 /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F730836B4EFB479F5E1AD9372D69A04 /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BACAB7A15ED4AF8C507E58A4126C4061 /* FIROptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B9879BAAA40F0864DE45E3473A152 /* FIROptions.m */; }; - BACAE899829531466EB273C8CB464EDB /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 290204908EF4A16EA1C79C35F670FBE2 /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BAA33C07E64A19220C51EBB888717DDA /* CodedInputData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FB437819C3CB763687BA72A5AAA2A4EA /* CodedInputData.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + BAA3EB7DF8E07085606E6E5BA37BB02D /* RCTActivityIndicatorViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C9416AEA679C83283CACA6D28D4692A /* RCTActivityIndicatorViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BAA442F7A9E9045D4C99FF071584709F /* RCTKeyCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CB38D7DC1AEC588A1FA3151A4635163 /* RCTKeyCommands.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BAA50BC0EB6877632DE8EA1CE27B544A /* TurnSequencer.h in Headers */ = {isa = PBXBuildFile; fileRef = 17EEA1AB8178522A812721C8276C2277 /* TurnSequencer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BAB233399A2FF3F15431A51036766094 /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 412BE8126BD99F9D9904BA059E2CD74E /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BAB39FCD0C014865121CE314C6CA510B /* openssl_arm_arch.h in Headers */ = {isa = PBXBuildFile; fileRef = EB722B27E1482A287EA3FA37F211A508 /* openssl_arm_arch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BABA229DBB08C44F9EBF8E13BE099E39 /* Atomic.h in Headers */ = {isa = PBXBuildFile; fileRef = C009656349BBFE7CB97649ED1DE75267 /* Atomic.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BACAE899829531466EB273C8CB464EDB /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E8C21CF84FE03C525D2ED072AA78DCE /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; BAD8EFAA228DAE263B00DE729B2EE714 /* SDDeviceHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 32F169BD2188C918E2B972E1CB4C5E96 /* SDDeviceHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BAF7DBC68C422EC3C942F15AB21310C4 /* Hmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 99279CE2EF83F3793AC533A392168F16 /* Hmac.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BAFB8985FE2EFBD4BF5100D1C5141909 /* fr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = D0EB3B37301573DA5278852E6F9236CE /* fr.lproj */; }; - BB006C656A1A3D1FECBFB53F3732E915 /* FarmHash.h in Headers */ = {isa = PBXBuildFile; fileRef = 96F6E8528C4EC7786262B3CE7BE4614C /* FarmHash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB205F4DDAC977FD910876A7B03B99BD /* FIRExceptionModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 437DC85346074A9265D7B13844F4A421 /* FIRExceptionModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB3917322C3D46D61208B9BDE6165B24 /* openssl_aesv8-armx.S in Sources */ = {isa = PBXBuildFile; fileRef = 271CF860946C7D804590EAE4A5AD900A /* openssl_aesv8-armx.S */; }; + BAF7DBC68C422EC3C942F15AB21310C4 /* Hmac.h in Headers */ = {isa = PBXBuildFile; fileRef = F4F07B53F4A0B9B4DA4112D117AE7567 /* Hmac.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BAF9C32D3EBCE24210DA2174DC726F2D /* MallctlHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3B2CCEBD48651125917A4A11FD179AC6 /* MallctlHelper.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + BAFB8985FE2EFBD4BF5100D1C5141909 /* fr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 9DB944C5A4560836B6BE94398FCEF780 /* fr.lproj */; }; + BB222E07B3D4D9D0CBBD1D9E39FE7C7B /* IStream.h in Headers */ = {isa = PBXBuildFile; fileRef = A07471281BC16C7C9DEED86EA36D78A1 /* IStream.h */; settings = {ATTRIBUTES = (Project, ); }; }; BB5742094CDC2C2F6C4DB3A342B374F1 /* TOActivityCroppedImageProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 519416238C8BE63015D2786DD22DFA0E /* TOActivityCroppedImageProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; BB6616D860412F79D311509ADE728353 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C46D1443C6C1C0D36F0D76896951DC0 /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB72CDE0252DFB0C18EC6C74A87B9559 /* FIRCLSURLSessionDownloadTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D8F01ADAB3DF896F0B1176B29B5F88F /* FIRCLSURLSessionDownloadTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BBA4EF25E6D42D6C918ACEF83E7FCB0D /* NetOps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3A6C910E810FBD3DCC2D19B68FA7B794 /* NetOps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; BBB7278BC3535C66A77333A2FAC056EA /* UIImage+ExtendedCacheData.h in Headers */ = {isa = PBXBuildFile; fileRef = D91054BD48855264655E4EE35E836014 /* UIImage+ExtendedCacheData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BBCBB365DA691C5B943A8F1B601D9AB8 /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F285C5098EC0ECBD8EC97D2854E272F /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BBCEF8655EAED9F1538B3A0AC4C94EED /* NotificationQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 5864337237459EAD63F46D06D344250F /* NotificationQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC045B180EF3CA98026AAE57BFB5A212 /* RWSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = A7D894B602596F79DB582017F22E9488 /* RWSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BBCBB365DA691C5B943A8F1B601D9AB8 /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 60C3A76FCF7214B6049F669CCB7EDEF1 /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; BC1152E084DA607F467D3C9645DDE5E8 /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C9F64D0A008E2CBACB0B541A08029AD /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC1FD34409237095008742B4F5CCA0BF /* RCTLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = CF2BCF950573DDBFCAC4EAC6297BF1F6 /* RCTLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC2B2A565593B123483527624459A056 /* RNLongPressHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 1445E0B097068CB35C33467AAD6635D7 /* RNLongPressHandler.m */; }; - BC3C583749BACF42FC04A4E682888F6D /* Sched.h in Headers */ = {isa = PBXBuildFile; fileRef = 27D2AD842BA25BA578CC76FABEF37040 /* Sched.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC522317D85500DA7BA59499953B3067 /* CacheLocality.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 79A1BDF33A0DF9405EF2566151D61261 /* CacheLocality.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - BC6F5F53C3FDF0137E4F9F84DE7853C8 /* RCTMessageThread.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3511BEDB797B895918FE2673667BF97E /* RCTMessageThread.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - BC7A6A547F06025C1400B20235448F44 /* RCTWebSocketModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DDBAA3D193C885E101127F0BA02B146 /* RCTWebSocketModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC7E55A776CDFCD7D54EF579B10B8236 /* ReactNativeShareExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E39C4FDB60EA447B1B20AB20987147E /* ReactNativeShareExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC900C6D3264A65D9015882A1ECB8583 /* RNCSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = C253635FF1C1A32EBC240C5796976D2C /* RNCSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BCB38E2A81107F6BE512A44FA51BFD65 /* RelaxedConcurrentPriorityQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = E17620E60E402B8192FC79E76A5B24BB /* RelaxedConcurrentPriorityQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BCB6AB6E9F134247AFE99BB796408BF6 /* RNCAsyncStorageDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B6180ECAE92490934C79B1E5BAAE582 /* RNCAsyncStorageDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BCB94D920D9304C0F6C6B4A97211F740 /* RCTRsa.m in Sources */ = {isa = PBXBuildFile; fileRef = 96A59D54749883576DB2D6E08DDA4BFE /* RCTRsa.m */; }; + BC1FD34409237095008742B4F5CCA0BF /* RCTLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 25C21E1F03393A7045E7E3E33FD9A011 /* RCTLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC2B2A565593B123483527624459A056 /* RNLongPressHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = F4361B8AE1DA7B22DE9AE590810825ED /* RNLongPressHandler.m */; }; + BC2E89F8D82C209DF700599CBB398BC2 /* RCTView+SafeAreaCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C0548C7E6BD8D4DEEE329129FC0DD93 /* RCTView+SafeAreaCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC30EED1A963E545E20FD08320902DB9 /* SpookyHashV2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1CC2F3646C250F6FA0B48F976A23EACB /* SpookyHashV2.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + BC47223710BE22AF5C7F0B2C8A89A4DF /* FIRHeartbeatInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = D0AE60B18FE3616EA7E23ECE0C7AB7C5 /* FIRHeartbeatInfo.m */; }; + BC6F5F53C3FDF0137E4F9F84DE7853C8 /* RCTMessageThread.mm in Sources */ = {isa = PBXBuildFile; fileRef = 86CCC7121C78701599E3120107A06115 /* RCTMessageThread.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BC7A6A547F06025C1400B20235448F44 /* RCTWebSocketModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F17182801B719DC47BE8A85A1AACA4D /* RCTWebSocketModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC7E55A776CDFCD7D54EF579B10B8236 /* ReactNativeShareExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BF51C09A57CC0F60F088E208B87742D /* ReactNativeShareExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BCB94D920D9304C0F6C6B4A97211F740 /* RCTRsa.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AAB2DA2847E13161A38AE711E1C4B11 /* RCTRsa.m */; }; BCBD6D53A154E7C8A2CF407797657DEA /* decode.h in Headers */ = {isa = PBXBuildFile; fileRef = 01EDB342CD7BCF8327420B7DAF331179 /* decode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BCC1BBE162E3C4498352B192A8F7F093 /* ARTRenderable.m in Sources */ = {isa = PBXBuildFile; fileRef = E3544EE6352998BB15508263525BC29D /* ARTRenderable.m */; }; - BCDB334272DD22E57B98DA583FC85C9B /* RCTProgressViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B53969A0452A95EF13D5EEB1C466CE7 /* RCTProgressViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - BCDB7F6BD1DFBB09AC5F3D382A2AFAF6 /* RCTEventAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = B254BB1AF982DF4E007693D0780FD758 /* RCTEventAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - BCE229530ACE600571102CCC5D0553E4 /* SysUio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 962CCB4F39D9B0208C07FD60C25C9395 /* SysUio.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - BD047D3435AE3810456D723B953DC1B4 /* SwappableEventBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 37B412BC1F64FB826EE5B0CCADAE63B2 /* SwappableEventBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - BD186137B210BDEE0479BF8275367291 /* RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = 241FD703C652FD7E0EF392952EC4C081 /* RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD1E239A437E87F27B5C6AAA045F3662 /* FIRCLSSymbolResolver.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BA8FF8FC05DB1E6BFD997E8F81E1492 /* FIRCLSSymbolResolver.m */; }; - BD280DCD333486DA5F4DFF8DAAEED23E /* BSG_KSCrashReportFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 858E349C75E586859650200BCA05AAFE /* BSG_KSCrashReportFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BCC1BBE162E3C4498352B192A8F7F093 /* ARTRenderable.m in Sources */ = {isa = PBXBuildFile; fileRef = E46C69DAF03E7CAFEF3053BE74ED0CA6 /* ARTRenderable.m */; }; + BCDB334272DD22E57B98DA583FC85C9B /* RCTProgressViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BDC7C88FDA27EB9250710F78D858A8D2 /* RCTProgressViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BCDB7F6BD1DFBB09AC5F3D382A2AFAF6 /* RCTEventAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 13DB4275F1228B26DEF4C1B58A4FFC94 /* RCTEventAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + BCE0EDCB1CD8E5CB1A9F93EFD35CD82E /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BDCAEB30AD8C7642C64679A17612E4C1 /* String.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + BCE2640BC2EC085ACED3706D0923D9C2 /* openssl_aes-armv4.S in Sources */ = {isa = PBXBuildFile; fileRef = B2740FDA0914AF404D49919706DCC445 /* openssl_aes-armv4.S */; }; + BCEE012A3CE7FD1014FEA1E067579250 /* Flipper-RSocket-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 461454BFA71F2BF6E61325718BA6C32E /* Flipper-RSocket-dummy.m */; }; + BD186137B210BDEE0479BF8275367291 /* RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = F16E7E99266A021A64D3251AB5546CF5 /* RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD280DCD333486DA5F4DFF8DAAEED23E /* BSG_KSCrashReportFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 562EC8FABF6C16353D58E3692A0B96F6 /* BSG_KSCrashReportFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; BD37841CF9A5FE1BAF0330EEB003238A /* filters.c in Sources */ = {isa = PBXBuildFile; fileRef = A58161A266D348CE11C7F046932CC670 /* filters.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - BD3B9000BC1B70450BA77E40B5C1951F /* InitThreadFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E665198D622FA71128BB4BBF9E153F7 /* InitThreadFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD5FBDAE47E8B7A7E312ECC50CD47D36 /* ThreadLocalDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 95BAC5CB0D279B5958E7B0D88AD3C358 /* ThreadLocalDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD732A8E7B91BC3B26168F3F9093CD48 /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = 41AA3D7073247C2CC63EF9EC2BC87788 /* diy-fp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD77E7232C2715092F08B65B50F11F36 /* RCTProfileTrampoline-i386.S in Sources */ = {isa = PBXBuildFile; fileRef = E4AB14CF48625475C751A582FD071943 /* RCTProfileTrampoline-i386.S */; }; - BD82D08CC2D86E9F9637AC1C567F3796 /* RNGestureHandlerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 89D6D8E138B454AE47EFCC5CACECC07E /* RNGestureHandlerManager.m */; }; - BDAEB4908DB5932205CB6160C1BFAB4D /* FIRCLSAllocate.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BC76B3FD500189184D2F37A7A50AB8 /* FIRCLSAllocate.c */; }; - BE19AE06EF5878BAB8A999F87B1085F6 /* ARTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FD967CB2A69DF4238399868AAE90EC4 /* ARTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE223382A5799B7650C050DB79E8C0E2 /* RCTSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = BF20C4A8DC5AE9E7EE845AE5CDE38B7A /* RCTSafeAreaViewLocalData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - BE2E36E456C71A89A019ECDDC5B866BB /* ThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 012AEF8A431D4EA31E3E1985B6C0AED4 /* ThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE4BD73D634F1F84AF60786455B94D25 /* Conv.h in Headers */ = {isa = PBXBuildFile; fileRef = F0708C4622FC43024B9C0BDD273A6BF1 /* Conv.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE5D97DA1531BD478927E6A48712B92B /* OpenSSLThreading.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 647A8F5A3D2198EF7CEC7680252421F0 /* OpenSSLThreading.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - BE9151386B4667D9C62341DA5B973C84 /* RNFetchBlobProgress.m in Sources */ = {isa = PBXBuildFile; fileRef = 18480D66825A194C07A812F54A459022 /* RNFetchBlobProgress.m */; }; + BD4E7F88E24D980BEA346FADCCB7F8BE /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 85291DAC4D152EC2DF0A71FC89E022C0 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD7301C49376A9E34CBB88BAC8B547A9 /* FIRCLSMachOBinary.h in Headers */ = {isa = PBXBuildFile; fileRef = F828BF8AEA7D571FD0FDD911C65DF640 /* FIRCLSMachOBinary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD77E7232C2715092F08B65B50F11F36 /* RCTProfileTrampoline-i386.S in Sources */ = {isa = PBXBuildFile; fileRef = 4C8BA563AAD4D007D0C21A8233A542A7 /* RCTProfileTrampoline-i386.S */; }; + BD7CE3633DFC07F82A05429910C08935 /* GULLoggerCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = B5C7B18D6D3F30663747A4FBD5B89021 /* GULLoggerCodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD82D08CC2D86E9F9637AC1C567F3796 /* RNGestureHandlerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 54DAED1377BC7DF3437600D21DDDADA7 /* RNGestureHandlerManager.m */; }; + BE19AE06EF5878BAB8A999F87B1085F6 /* ARTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = B750C2B8A6CBCCC9086F940CAD81C89F /* ARTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE223382A5799B7650C050DB79E8C0E2 /* RCTSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = E8D6AE9F7160518549E67BCC853058D0 /* RCTSafeAreaViewLocalData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BE447E82EC835B45AF2CC1CC66B42093 /* OpenSSLVersionFinder.h in Headers */ = {isa = PBXBuildFile; fileRef = B5C1755CD5221E2ED6D3BEB1CF58BC15 /* OpenSSLVersionFinder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE9151386B4667D9C62341DA5B973C84 /* RNFetchBlobProgress.m in Sources */ = {isa = PBXBuildFile; fileRef = 0172E17D6E4E5044BB550E322A73FB7E /* RNFetchBlobProgress.m */; }; + BEB08356C8E6AB7B4DBCC7C2C1D632F3 /* DelayedDestruction.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BEABB790CF31D1854C545A7E0AF6A41 /* DelayedDestruction.h */; settings = {ATTRIBUTES = (Project, ); }; }; BEC8B8C8F9282C3EF2B5699365285652 /* FlipperConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 96E9EB922C36476C0786587EF297BE4E /* FlipperConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BED18040100A2186526A6434684E0E4B /* RCTRedBoxExtraDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A062B510BC83BB6DF18CE83B96894159 /* RCTRedBoxExtraDataViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - BEDDB0DE73DD1916C5079437B8C92285 /* FBString.h in Headers */ = {isa = PBXBuildFile; fileRef = EB5B656121C1A5D576F43EB780140B25 /* FBString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BEF508789ED64F00C6C29318C7AC4A27 /* HazptrObjLinked.h in Headers */ = {isa = PBXBuildFile; fileRef = 192305CD9EED58441A262C59EDABCF79 /* HazptrObjLinked.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BEF83B4253B6A8427C6C86B3CDD76AB4 /* RCTFollyConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 03EF611335A19E0B5EDDB84BF2D9AF24 /* RCTFollyConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BED18040100A2186526A6434684E0E4B /* RCTRedBoxExtraDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CB0EE219CB12F41B68CCEA5EBE7460B5 /* RCTRedBoxExtraDataViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BEE4F77D3DA63FACDE7E15950986788C /* Common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3D737604CB5D970AF2EC09F282F6B437 /* Common.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + BEF031019AEFF925E45625DD5191959F /* FIRCLSApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 35C3BA28E9605DF443EF2F517495090F /* FIRCLSApplication.m */; }; + BEF83B4253B6A8427C6C86B3CDD76AB4 /* RCTFollyConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C77F467A192B20FD3205B0089B8A76 /* RCTFollyConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF1229EFBB6A6D719C12B0F525389F04 /* RequestResponseThroughputTcp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0D5A7DFB00EC2E0B30A738EC2CB8ED1D /* RequestResponseThroughputTcp.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; BF20581CA1BE9C6DA55F8420DEF1C9C3 /* enc_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 2BA69D009D60B41DDC5490431F6763B4 /* enc_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - BF33C35413686739CAD0DE4CCCD64D44 /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 3517226A63DAF6EA8168A50B0B38522C /* double-conversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF36C47B969919C688B90BD62088EA24 /* LNAnimatorTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = E00B739AB623D7B8CFE65FA1ACC79F3C /* LNAnimatorTemp.m */; }; - BF556D8ACB324A422127F91C4490F427 /* RCTNetworkTask.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9D6734B30B32966C805DBF7C73F0C226 /* RCTNetworkTask.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - BF67358934093E754079792559B0114B /* Payload.h in Headers */ = {isa = PBXBuildFile; fileRef = 6346DD6671D27AFD36E6F7FDF56C3684 /* Payload.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF684FDA96C4F1FA1E15A5AEEB396E14 /* RCTSurfaceHostingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 29BE1B758034408B336F5212D21B46CB /* RCTSurfaceHostingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF6902C6C69E24068F6151C8C7195A5F /* dynamic-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = FCC5804A7718ED767C13AA3060F91D5E /* dynamic-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF6E6EB34C17E884CD3A0E0D40D304B2 /* RCTSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 30BFABA57598DD4777656F08D17D59FA /* RCTSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF36C47B969919C688B90BD62088EA24 /* LNAnimatorTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CE46F1D5EFAC949955C0C97A0E0337D /* LNAnimatorTemp.m */; }; + BF556D8ACB324A422127F91C4490F427 /* RCTNetworkTask.mm in Sources */ = {isa = PBXBuildFile; fileRef = CA3D4FB370B70B7AB684C84749F52D28 /* RCTNetworkTask.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + BF5B16F580B7DDD10229E7B22D93A031 /* ObservableDoOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = 594DA5C684A1F3E750ECDF673845F41B /* ObservableDoOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF684FDA96C4F1FA1E15A5AEEB396E14 /* RCTSurfaceHostingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 664DBA7238B4A275646DC3DAEEB7420D /* RCTSurfaceHostingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF6E6EB34C17E884CD3A0E0D40D304B2 /* RCTSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 861FD722BC94B40C218292E29BDF1C94 /* RCTSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF725862BCAA8BCCF751EF9257BB172C /* FIRCLSHost.m in Sources */ = {isa = PBXBuildFile; fileRef = E88052E39AB9DD9261B56504BF2E8306 /* FIRCLSHost.m */; }; BF7580E79A6E87A6D9A70F35CE58143A /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = D481B6B6D33C14D06356DA0EA78733E0 /* SDWebImageDefine.m */; }; BF86BFA2B3725E6FC3BF66D18B56E6B8 /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C8F251FB760F233C71E159304F78453 /* SDImageFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF99C28D6867E11B224E737619F24789 /* openssl_md5_one.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34725C1DA2003EC8A547C1246793094F /* openssl_md5_one.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - BFAC2A31967D18362DE39231B68C71C0 /* SafeAreaManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 998ED50118B48A58FB600312862A692C /* SafeAreaManager.m */; }; - BFE3CFC2936749C2BCF5B68BABDE934C /* FBLPromise+Reduce.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E0FC15E0C888523E04A0C99E7CB65BF /* FBLPromise+Reduce.m */; }; - BFE5D33FA497C1078345F79EA17476E5 /* REAAllTransitions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4913EB95076B93A53620BCE044869DD6 /* REAAllTransitions.m */; }; - BFE8A12F261EF8BAF3E6816C911D800C /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = EF7C61EA6A35A4868684DC754F8B77F3 /* bignum-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - C00D1ED64693FC6383DE5F5B5A6A233C /* RNFBRCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 89B519CB827D78846DD785BAE3BC8220 /* RNFBRCTEventEmitter.m */; }; - C01E0C7AD4BAD5D346854884A97FA826 /* RCTPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = ADFCEEAEE7ECCF7CD8C7D17D0B68B49E /* RCTPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C029E26863B3C57950073AD8BF04163A /* RNFBCrashlyticsInitProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = C366131D88B4FA0933A8F80B363247DD /* RNFBCrashlyticsInitProvider.m */; }; + BFA5894B8AD263940233E09AF9A5DD88 /* PBUtility.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FD273AFC12BF04DDDD3F3B0E714E7FA6 /* PBUtility.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; + BFAC2A31967D18362DE39231B68C71C0 /* SafeAreaManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 047C33B176F12C3B7BCB936A7C67EEE8 /* SafeAreaManager.m */; }; + BFE5D33FA497C1078345F79EA17476E5 /* REAAllTransitions.m in Sources */ = {isa = PBXBuildFile; fileRef = 27BFB45F10C5ED540AEFD1EC86E366A1 /* REAAllTransitions.m */; }; + BFEDE59416E380750A27049D2B666B3B /* RNCSafeAreaViewMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 417D1AEB7BB707D73EEE2591C6E16F7B /* RNCSafeAreaViewMode.m */; }; + BFF3FC207AD26901F0331C3DEDC380E3 /* GULAppEnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 21B571A63D7013EE0C82F28180BF31F8 /* GULAppEnvironmentUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C00D1ED64693FC6383DE5F5B5A6A233C /* RNFBRCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2708E14DC3A33B66000FEB6B8999C990 /* RNFBRCTEventEmitter.m */; }; + C019BEB44308C457EE6E10A0695D5492 /* CPUThreadPoolExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5103C064C0E77E403E70266EF5BCFC08 /* CPUThreadPoolExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + C01E0C7AD4BAD5D346854884A97FA826 /* RCTPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F669828832BD25B48E7F4FC5F15424FE /* RCTPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C01E954BC778EF893FF0B1AEAB9A567B /* FBReactNativeSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CD24DCFAD85966F6DA52E0FC47ADA93 /* FBReactNativeSpec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C029E26863B3C57950073AD8BF04163A /* RNFBCrashlyticsInitProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B9219CC00559308A8946F5EAB9D3291 /* RNFBCrashlyticsInitProvider.m */; }; C02C2A3A5C22E86C7AA4BCE16EEF41BA /* histogram_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 54E6D6644E0C5AE27AFC8D5CC2734AC0 /* histogram_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C03F07C44F05DC644F9089A4D36603A8 /* BSG_KSMach_Arm.c in Sources */ = {isa = PBXBuildFile; fileRef = A641442DD76A74D623E7FA5B5F7D6E50 /* BSG_KSMach_Arm.c */; }; - C03FDB5BD0BA11C8D88F8A1E82EE2733 /* SafeAreaSpacerViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D8E205E0ADEFE8B824F9B1B475F92EFC /* SafeAreaSpacerViewManager.m */; }; + C03F07C44F05DC644F9089A4D36603A8 /* BSG_KSMach_Arm.c in Sources */ = {isa = PBXBuildFile; fileRef = 637F0282EF4B860AC8CC5FBE21556C5E /* BSG_KSMach_Arm.c */; }; + C03FDB5BD0BA11C8D88F8A1E82EE2733 /* SafeAreaSpacerViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DDD4E25845285369D3F0E45F1DAA3AC7 /* SafeAreaSpacerViewManager.m */; }; C04C76AFA68D1434372440A053BE91BE /* cost_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 41B1FB90879A0B9F4D4E6DBC981523DA /* cost_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C04EC6580389EB9880D39BE6B4F590A0 /* Ordering.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF7C0E453CDA7A9F674974D22681602 /* Ordering.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C063ED5CE733CEE3579B0A7B879CBE17 /* FirebaseCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A284FE8F2FFB51BC7D64897024818B8 /* FirebaseCore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C07C1404D9248DFFEF4F2540C361BDCF /* FIRCLSCodeMapping.m in Sources */ = {isa = PBXBuildFile; fileRef = F36A7B8804C336E185CEA6DE40A349D1 /* FIRCLSCodeMapping.m */; }; + C07FE9E9401A9A7AC5584B9A015A9547 /* ReadMostlySharedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A1E03841F4E5C270ED66C8D09ED7636 /* ReadMostlySharedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; C0831B6A69DE0895EE9D737FB95F6659 /* demux.c in Sources */ = {isa = PBXBuildFile; fileRef = 98090DEBEE0A484DCB283999B3C4FE16 /* demux.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; C085F4A89DD1B12F07E9A72DD99F9358 /* Flipper-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 103FC660F8CFDD4CCC812BFE19C52518 /* Flipper-dummy.m */; }; - C091246839A4FF29BFF095615CB11AC4 /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 9F8CAEC1066F72A04539AA51832DCBA1 /* de.lproj */; }; - C09D2A795632FF3661D7A2A9F4B9D33E /* MMKVStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C5360DBAB0AB91E1E9C203685F3F32F /* MMKVStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C0B6B06C8B8972F6EE4F84235D3844E2 /* FIRCoreDiagnosticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = 58867A44AB3C91E7BF1716ACDAD868D0 /* FIRCoreDiagnosticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C0B8C5BD6789054006E1A25C4473561C /* REASetNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 75A977C87BF5E040DF07DE5709A4C010 /* REASetNode.m */; }; + C091246839A4FF29BFF095615CB11AC4 /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 2AD4696BC7102959143ECFFD3E7A4728 /* de.lproj */; }; + C09D2A795632FF3661D7A2A9F4B9D33E /* MMKVStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 97C1E5C36690688F68F9F6C6F5B223F9 /* MMKVStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C0AAAE7D2E8FB25CF10290D82E521CC2 /* SSLOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 3995E9A733022BC9625CF21E64F2B82A /* SSLOptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C0B33521AEEDA9D5DD9338CBF2743FEB /* SysTime.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EFBA99B4E0C8F3A90337D95F312EE1C /* SysTime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C0B8C5BD6789054006E1A25C4473561C /* REASetNode.m in Sources */ = {isa = PBXBuildFile; fileRef = AA9C281D30EADE038E3BB203DB26D2A6 /* REASetNode.m */; }; C0C189D972DCCFBE746A1C449F9650ED /* FlipperCppBridgingResponder.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4F541C82A5E7D389CBBDDE1C34AE57B7 /* FlipperCppBridgingResponder.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - C0C2ED58E4441D3441567DE2BE962D8A /* React-RCTNetwork-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C818E55456D276C461E5BF994DC28B33 /* React-RCTNetwork-dummy.m */; }; - C0C2F818FCD96189AC54D8C5BDD78704 /* Executor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 29537CD66643FF7EDA26FC50C2A01839 /* Executor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - C0CF6A8EAE663FCDABFBBE5447E565B6 /* ResumeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0040D9E1E7A523E3A7075DBB856F4F1B /* ResumeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C0E517C63541659955DAC30783356FB9 /* MacAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = DFB41E5C56C1FBE2096AC652EE680BB0 /* MacAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C11BB2EAD2D1E3EFB8E2B134501C42BA /* RCTCxxBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 475C2F6D34E0688DAAADFD4D0C4E48FA /* RCTCxxBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C11CAA841FF0C9C7B8D5E01B2CF5CA1E /* FIRCLSRecordApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 19881F57FA6BDB29833E728A00D242E6 /* FIRCLSRecordApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C0C2ED58E4441D3441567DE2BE962D8A /* React-RCTNetwork-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CC4A094E6395DDC0AAD820FEEA8E9CE /* React-RCTNetwork-dummy.m */; }; + C0CD28DECDFB9D72B6CA15D60DC0ACCA /* MMKV.h in Headers */ = {isa = PBXBuildFile; fileRef = DAAA5BCF0CD1DD3256C58D65D0A8B41F /* MMKV.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C0E18757989FDFDD6FECA8D5DE13904C /* FIRConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C5BBD4AF728F69889ABCD0E4D9B18BC /* FIRConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C11BB2EAD2D1E3EFB8E2B134501C42BA /* RCTCxxBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 4608D66F2C225E6CA1AAE2B3CD60FF88 /* RCTCxxBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C12215D7712F883562E76A6BEC4A231D /* Framer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67DD32A87887649300AA6FD6492B31A3 /* Framer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + C13CAF955D7B855DAC37DBE3E4F24924 /* Builtins.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 773850A196FDB6791BA815B886377AC3 /* Builtins.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; C13E09E6725F7B85A8E142814A97A879 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = CDCBDEF86ED4871541F2829B256B3BD9 /* types.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C14B18A7EC253AAD89F84D382C12E6FC /* RCTConvert+FFFastImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 53AF6D6CFD2FCBDE168FFB00EFCBDF7C /* RCTConvert+FFFastImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C152E1314982D9CBDEBD872A19C823AF /* RCTSourceCode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6A53AE53105460CAFA8EF29139045BE3 /* RCTSourceCode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - C17809C2B1439E57C037A4AF77B6B088 /* RCTModalHostViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C6B72E14C752AC38D0E6F874B475419 /* RCTModalHostViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C18CCD1694FD5D8DF79D896CACBD50B5 /* BSG_KSSysCtl.h in Headers */ = {isa = PBXBuildFile; fileRef = 29E0977E20A297A2E904D6C85C1752DB /* BSG_KSSysCtl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C19E61D9C84AA09480DF58F7AE149325 /* FIRCLSDwarfUnwind.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F1AADEB994A06753733D5DA30E49EE9 /* FIRCLSDwarfUnwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1AC9914DBC595595E5E10CC41FCFACC /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 22EAE061211539C53271A4C631B3F083 /* signalhandler.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + C14B18A7EC253AAD89F84D382C12E6FC /* RCTConvert+FFFastImage.h in Headers */ = {isa = PBXBuildFile; fileRef = E93CB529750F7312F79C67EB3513778E /* RCTConvert+FFFastImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C152E1314982D9CBDEBD872A19C823AF /* RCTSourceCode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46BDDC37C63D93E2A045F7060F65E2FB /* RCTSourceCode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + C17809C2B1439E57C037A4AF77B6B088 /* RCTModalHostViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D98ED616906FF2FF846BD8E450D8492E /* RCTModalHostViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C181D6C11BD5F553608F6B27DCA58529 /* FBLPromise+Await.h in Headers */ = {isa = PBXBuildFile; fileRef = D205A73E4DEC271CBDD738F85181D734 /* FBLPromise+Await.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C18CCD1694FD5D8DF79D896CACBD50B5 /* BSG_KSSysCtl.h in Headers */ = {isa = PBXBuildFile; fileRef = 884D1A09F4C6002EADB52B380FE5BCDA /* BSG_KSSysCtl.h */; settings = {ATTRIBUTES = (Project, ); }; }; C1BE8CB912D009C1F46C370E0445F88A /* SKApplicationDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B0EEB7DA1EC3630EA1AA859A96C2756 /* SKApplicationDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1C782CB920DDD5F4AB95C86C0A57D23 /* EventBaseBackendBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AECF7862519237D2681881EDE7678082 /* EventBaseBackendBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - C1CBB702E15150B73DC1362E2270DBBC /* FIRInstallationsErrorUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EC92D96BA4130E646EE570999BE56EC /* FIRInstallationsErrorUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1CC0CEA6F05787033CB5E985394B79A /* Dirent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 533524283F5FE7F6A54D8E1A8FE71CC8 /* Dirent.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - C1D8DDEDEDC03353EAE15325C96F6B87 /* HazptrDomain.h in Headers */ = {isa = PBXBuildFile; fileRef = 49038FF0B234901AC8BEF0F9FA2F1604 /* HazptrDomain.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1E0566727822A59404D6244D32EDFFE /* RCTAccessibilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E090770D5755EB4139E3C4895934382 /* RCTAccessibilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1FCD6D2E9519977F4876D6C45C68D27 /* BSG_KSObjCApple.h in Headers */ = {isa = PBXBuildFile; fileRef = 006F13F52CD11373C0ED66F8196F4D9D /* BSG_KSObjCApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C202B9AB7F9B4CEAFD1B1F2F2540DE8B /* ARTGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 07C13971B9F4ECF08B4ECB8F844157E1 /* ARTGroup.m */; }; - C21E34ED473D8083457E9E6F77978B05 /* CString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76896F14E643A1222C612EE96A9558E1 /* CString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + C1DA84CCA21A07A858A512C5DB0A5863 /* FIRComponentContainerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7613A9E875DBAF77677DB4C10B346C42 /* FIRComponentContainerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C1E0566727822A59404D6244D32EDFFE /* RCTAccessibilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BB15336F39A847D9E56CF9A10569148E /* RCTAccessibilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C1FB6AF3F24B8B4303754549846645B9 /* FIRCLSUUID.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C1DE546B0319937F7A440525CB6DD07 /* FIRCLSUUID.m */; }; + C1FCD6D2E9519977F4876D6C45C68D27 /* BSG_KSObjCApple.h in Headers */ = {isa = PBXBuildFile; fileRef = 33AD8CA21997BA6DB1362546F8E05C70 /* BSG_KSObjCApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C202B9AB7F9B4CEAFD1B1F2F2540DE8B /* ARTGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D52E1EC196569EA251B8E2FC72F3C36 /* ARTGroup.m */; }; C23D155BA60A5F54F1F6413B856936A1 /* lossless_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 32DCF7053D1393D8C9359438190591DE /* lossless_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C23F1B62E456F17529F22D53CEE9C1C2 /* FIRCLSConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 590B92C661C38A079042B697E64EC4C2 /* FIRCLSConstants.m */; }; + C253F97B084091697048764792DB4ACB /* FIRCLSSymbolResolver.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BA8FF8FC05DB1E6BFD997E8F81E1492 /* FIRCLSSymbolResolver.m */; }; C25BD3B0B908A21A015ED5632EF26214 /* FlipperConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = D4146E61E7182ECD551C606D32AE9E01 /* FlipperConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C25C7F249FF3DF4AFF20FE30EC624DE0 /* RCTImageDataDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = CF118AF0D7CD96A6412F6DEE72219812 /* RCTImageDataDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C2629DC99CC839EC5C50DC04EBBBAF18 /* CompactValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 95071628C82FD6159FD8B810E09CA0D6 /* CompactValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C26BA033D622245B0E1F87B0BF11897B /* RCTView.m in Sources */ = {isa = PBXBuildFile; fileRef = 16D73A0F9B78AC956B935687157C8F75 /* RCTView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C272409C6E5C7BAEB668D00D0AF813CB /* RCTView+SafeAreaCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 74B5E20D68E642ECCD6708CF0DCAD679 /* RCTView+SafeAreaCompat.m */; }; - C28910029389805FB7F49AE5C843299B /* SafeAssert.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AE9AD276ACE023E37C3399ED9A29AC2 /* SafeAssert.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - C29CE31F0EB99252988EA60EEE9490E5 /* RCTLinkingManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8ACFA7FE798C16FC15EA00B58694A512 /* RCTLinkingManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - C2C6FEAC14263B0A5A00635D335ECBEB /* BugsnagKSCrashSysInfoParser.h in Headers */ = {isa = PBXBuildFile; fileRef = F126F1D655124C874881199F871455D5 /* BugsnagKSCrashSysInfoParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C2C84A5BCC8E1DA2AC401C9F2B8B34F7 /* DynamicBoundedQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 8440B91410AA90FC2A97EC7B1EB9CA55 /* DynamicBoundedQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C2F91432A668E25A46241B496449D788 /* RCTScrollContentShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 69E2296D72ABD80A5FD98B137D853E66 /* RCTScrollContentShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C25C7F249FF3DF4AFF20FE30EC624DE0 /* RCTImageDataDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = AC9330D6E7AF59C17C85AF391A815D27 /* RCTImageDataDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C2629DC99CC839EC5C50DC04EBBBAF18 /* CompactValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 79FA97B6E71DCAB92EE5A071F047A236 /* CompactValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C26BA033D622245B0E1F87B0BF11897B /* RCTView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A0190A0DB9BB8D8696CA9C6D5A9DDE3 /* RCTView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C29CE31F0EB99252988EA60EEE9490E5 /* RCTLinkingManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = EEE83844D0186F126C5698814953E76F /* RCTLinkingManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + C2B2FD8B3540F65786DE84DD3157C9CD /* SpookyHashV2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2DF5CE9E50FAD23D82228DF4981B6BA9 /* SpookyHashV2.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C2C6FEAC14263B0A5A00635D335ECBEB /* BugsnagKSCrashSysInfoParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 8069C72715BDA8AF18D9710409B97C17 /* BugsnagKSCrashSysInfoParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C2DE63A3637BCF33709A6E7D3EE3A2C4 /* LifoSemMPMCQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = A939824C707F9D242993E93013930A06 /* LifoSemMPMCQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C2E9339C027879FBAB447AAFBC59397C /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 28FF376BB5CB374C7973B8724C10BED0 /* signalhandler.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + C2F91432A668E25A46241B496449D788 /* RCTScrollContentShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 48EE99986773093D8FF8F6648319A0EB /* RCTScrollContentShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; C304A30502E8369F40D40C16DBE5E07C /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = F355430BCEB2E3A6F3DEFD275DA5CDBD /* SDImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C31649FF44EF72294B6DA273C083AC81 /* GULMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 3447BCA313DD125901B04D7A3FD9D60F /* GULMutableDictionary.m */; }; - C31E5CA8E6FB2A82174DF4E7FC00B626 /* RecordIO-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = A653A8420A70DC05EDB75FF5B7E8BBC7 /* RecordIO-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C32C2D0AAAA70DD39C569CE01927CA2D /* FFFastImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 240861E49F15AEF12B54DCFDADD3881A /* FFFastImageSource.m */; }; + C30B5AB858B7A4404AD3058379C5C5C8 /* FIRCLSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = C5B7AAFA713729F9C5BB9A62BE4646F7 /* FIRCLSLogger.m */; }; + C30E92E4421BDC6B5E67390E779F90A5 /* raw_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EB1366EDF5DCD7D5AB8D7B9B00858E3 /* raw_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C32C2D0AAAA70DD39C569CE01927CA2D /* FFFastImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = C19FF67B91D7167D7A000E68E588E40F /* FFFastImageSource.m */; }; + C33C72BF46453E9884911D99B703872A /* FIROptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 9249D9A33A803FE765583E06E7DD43A0 /* FIROptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C344BC69DFA2AA39BF348D60ABEE1C2B /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7B8B9B4E0321EFB6FA2521EA586B4DFD /* json.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; C346B099F2CA0366B622C1C587648F56 /* FlipperInitConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B91AEE1F9DEF2FEA26402031DBF986A /* FlipperInitConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C34DC13B0034CF58DC1AC8D0AF8D7DF5 /* EmitterFlowable.h in Headers */ = {isa = PBXBuildFile; fileRef = C4A663D153E0F28D47A96BF7B5C52DF1 /* EmitterFlowable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C350D498821BDE5117589DB4053FA489 /* RCTClipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 694F805E85E19B56A75B91B472C179E3 /* RCTClipboard.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3526B4559076B3A4B3E014D48676190 /* RNNotificationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = F5B5F727AB5CE35A3C834577E476D803 /* RNNotificationsStore.m */; }; - C352E931E9708460024B6A87B5A60EDA /* EXReactNativeUserNotificationCenterProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A63EEA7A695D8DE3F01D6D694C5A4F5 /* EXReactNativeUserNotificationCenterProxy.m */; }; - C38E0D50BCA7EACCC7FF733E30442EFD /* Shell.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B70EED3F5342A9DCBE88CBFA95EBFE0D /* Shell.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - C392361C141FEEAAD9157419A2C4B281 /* RCTBaseTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 871ECAE6E6E2B5A42737651C9CE63C07 /* RCTBaseTextInputView.m */; }; - C39514149F6B793022B3F5AF1350B225 /* Flowable_FromObservable.h in Headers */ = {isa = PBXBuildFile; fileRef = FB06AB4CBBA24359B19FDC609BA10CC8 /* Flowable_FromObservable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3BB6C20F8FFD5AE15737DCEE7B4A6BB /* RCTSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = 00492756D17892490D21FC944FA2C961 /* RCTSafeAreaView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C41F1DF4FCF0256EE7212B3A2CB3CF41 /* F14Table.h in Headers */ = {isa = PBXBuildFile; fileRef = 7658EE8734CC7A5E8602CE50E1ECABE2 /* F14Table.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C45F79CE4EF8CD700B04002710A65BCD /* SSLOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 3995E9A733022BC9625CF21E64F2B82A /* SSLOptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4693FD53F3395935CEC18017CC0A73E /* ThreadName.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B3F447A9E5641258E030C1988C10923 /* ThreadName.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C46F05B3ED722664DFDBCE04571A60DC /* RCTHmac.m in Sources */ = {isa = PBXBuildFile; fileRef = 6043CF70F3F3E9AEDE78DA009EC53ADA /* RCTHmac.m */; }; - C4762B9B09E1F427AAD3F7D41DCB15DF /* ScheduledSingleSubscription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1DD3CF6BEC61F49EB5A5BEA5652EDC6 /* ScheduledSingleSubscription.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - C49C05CA6C09F4724CFBB2011AF0E49D /* EventBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 0463705C5C8AD88A127C191E4A74C7D7 /* EventBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4A848E55FD2CCE21A482824A4B00497 /* GDTCORTargets.h in Headers */ = {isa = PBXBuildFile; fileRef = E9A2D17AD18B6870119319A8ED081B72 /* GDTCORTargets.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4BD0435EA805006D6009D11CC0D563E /* RCTNativeAnimatedNodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 868C93C3ECFCA73E088E04EA098613C2 /* RCTNativeAnimatedNodesManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - C4E4914DFA2F9581F07B1E964174B09B /* FIRCLSMachException.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C5E9C4ECFEEBF5D2890F292C4BDAA7E /* FIRCLSMachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4EBB8FE8D1FD3B917E6E5107633198E /* RCTRefreshControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BCFF7938EB577125261CD1FBE3CB72B /* RCTRefreshControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C350D498821BDE5117589DB4053FA489 /* RCTClipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F285C3D6A6BE88ADB246061305F1A69 /* RCTClipboard.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C3526B4559076B3A4B3E014D48676190 /* RNNotificationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 377E7BBDD325400C4BE1F37B91485657 /* RNNotificationsStore.m */; }; + C352E931E9708460024B6A87B5A60EDA /* EXReactNativeUserNotificationCenterProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 01AA0D79896726E59FB3DCDD18985E41 /* EXReactNativeUserNotificationCenterProxy.m */; }; + C38E50D5E1E7519E2BEDE7FCA861E4F1 /* Memory.h in Headers */ = {isa = PBXBuildFile; fileRef = A25AF838FAEBC2BFD69CEF9B87203B7E /* Memory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C392361C141FEEAAD9157419A2C4B281 /* RCTBaseTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 32D42D52342E37F190875F202B2A91E8 /* RCTBaseTextInputView.m */; }; + C3BB6C20F8FFD5AE15737DCEE7B4A6BB /* RCTSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = 80B2F2275A1915CF3E7B74592AB21E2F /* RCTSafeAreaView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C3CDACBE1EAED8056C6E4C3837046436 /* Overload.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AE8FBF3D34E6B6945FD9726EBC3073F /* Overload.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C40DF081F200C091D8F9FDE8328F0832 /* DiscriminatedPtrDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = B288711C3246A5204B7FC5A645101F0F /* DiscriminatedPtrDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C423B4D4146C4D5378542A249A529189 /* FIRCLSFABHost.h in Headers */ = {isa = PBXBuildFile; fileRef = 1433D249C3C9D290C30C41826CEAF193 /* FIRCLSFABHost.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C42D938363F17A6C6F1996FE54FB5918 /* FireForgetThroughputTcp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9D7A4D77C138AF76E7332512C04101DC /* FireForgetThroughputTcp.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + C46613C75DCEE23590A11FFDD94338E8 /* openssl_aes_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = E0A4E78374B25B90D787FD88B7FF1144 /* openssl_aes_locl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C467D6546A73A22111F3A981E86422CB /* GDTCORPlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = 95289BDA6350DEF07E4955FA1EC52519 /* GDTCORPlatform.m */; }; + C46F05B3ED722664DFDBCE04571A60DC /* RCTHmac.m in Sources */ = {isa = PBXBuildFile; fileRef = C157976D0315D3243173E456620503C2 /* RCTHmac.m */; }; + C4A2E6450D085E2E713D37F4A13C0433 /* FIRAEvent+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DD862F5BB790136CC54E049F7D6B37D /* FIRAEvent+Internal.m */; }; + C4BD0435EA805006D6009D11CC0D563E /* RCTNativeAnimatedNodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B6B357694D22794CC8510AA6EF980B89 /* RCTNativeAnimatedNodesManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + C4CB23A79896D1F32C5565E40CCA21F5 /* FIRInteropParameterNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DD4F90E58D3847902BF011443DCE5C7 /* FIRInteropParameterNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C4D3FBE724C5BFFDECAC4439825A9ACF /* Conv.h in Headers */ = {isa = PBXBuildFile; fileRef = 955D1CB93D8630D106A768A7E39526C7 /* Conv.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C4E2B102D69C2015AA4286BDA52AD053 /* FirebaseCrashlytics.h in Headers */ = {isa = PBXBuildFile; fileRef = A94B5D19FB546DD5A4E90CF6F03A75DB /* FirebaseCrashlytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C4EBB8FE8D1FD3B917E6E5107633198E /* RCTRefreshControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E97FD4D6B95EB74DCE303680BC647B92 /* RCTRefreshControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; C4FD9F60F513F16F2EA7A8B42C241718 /* cost_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 463952356618CD3D0B4A62611F8B538E /* cost_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C50FE3D81688902B06499BE7B34A1E63 /* Stdlib.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FDC0214B6FA9DEC4EC36BE0DD4BA6E7C /* Stdlib.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - C53B395A065EC5FDE053AE85E25F9461 /* FBLPromise+Validate.h in Headers */ = {isa = PBXBuildFile; fileRef = CCF57FBA2210324AF980C0B7D553A654 /* FBLPromise+Validate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C54300E7D1A20676479781630519CA52 /* ARTNode.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD094B27DF6729577EDC3F8BD514019 /* ARTNode.m */; }; - C55B8F5FF42FE5B941E0966795078B70 /* Preprocessor.h in Headers */ = {isa = PBXBuildFile; fileRef = E36B0B52A686289433FB81194F08214F /* Preprocessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C562E92E2EC35C2321C27D94C115E84F /* AtFork.h in Headers */ = {isa = PBXBuildFile; fileRef = ED122EF24E024FFD91FBB620F2AD87C8 /* AtFork.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C57509F7A1ED59065F2066805AB3FA61 /* MPMCPipeline.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B3441D2555C9CB912A8C993AC3E21E1 /* MPMCPipeline.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5775DFDEDABD9644999037A43F1DA22 /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5968DA24D6D3F1772EB1706FF3C1D40A /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C584935121036CA1743000893C925878 /* FIRCLSProfiling.c in Sources */ = {isa = PBXBuildFile; fileRef = D5C399FE8E5579CE13BC1EF5D43E6877 /* FIRCLSProfiling.c */; }; - C59E0EEA7BF377A3BEC34FF920B1213F /* RCTImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 53BB4F540600B7833F3CBB4ECAE8CD9C /* RCTImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C5169F55A08017893540E98111DAFAC0 /* GULReachabilityChecker.m in Sources */ = {isa = PBXBuildFile; fileRef = FBE21C8DD59B78D45E19D2FC6DB0EC93 /* GULReachabilityChecker.m */; }; + C54300E7D1A20676479781630519CA52 /* ARTNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5505176FB3919BA98745833BEC9F3A31 /* ARTNode.m */; }; + C554773F2F5FE734396460C3F21032D0 /* FIRCLSDemangleOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = D0B2E7B74DC7351F0A4BE4CD7E1BEEBF /* FIRCLSDemangleOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C563E33C869F2ED1808D489315A3FFC4 /* HazptrHolder.h in Headers */ = {isa = PBXBuildFile; fileRef = 74D6D351BA93FCDA1515ACD895EE361F /* HazptrHolder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C565D7F26E3ADA68EC443400D06E2307 /* ColdResumeHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3963387F6C875B1235572275D143B9DC /* ColdResumeHandler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + C5772D03CEFA12E187F501BA81918B98 /* FIRCLSURLSessionDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 62941B228C8E98E989E0A8F55E26915A /* FIRCLSURLSessionDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C5775DFDEDABD9644999037A43F1DA22 /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C77AF253EF5BD8BBB79DAC722BC82CF /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C59E0EEA7BF377A3BEC34FF920B1213F /* RCTImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C750F391529617C96A088D5517B9F651 /* RCTImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C5A9B24B3D3821B4E5953F288E96F9B4 /* SanitizeLeak.h in Headers */ = {isa = PBXBuildFile; fileRef = 06CAD0773405472569BC94754EFA4CD5 /* SanitizeLeak.h */; settings = {ATTRIBUTES = (Project, ); }; }; C5D17E7B2CB20852E6967CAC695AE9B2 /* filters_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 0530D03FC790D4EDEC89A8966469F3C0 /* filters_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C5FF8EC2083C61C68BAA9EFF35919DF2 /* StreamRequester.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1708504D90BF92C2DE490B535EFFB159 /* StreamRequester.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - C60A1065D69EE3B9C4D0B25C1C97DCC0 /* String.h in Headers */ = {isa = PBXBuildFile; fileRef = D1CE59B3F021DBE594656E3929E1D086 /* String.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C610719899998B8E21BD81025BFCFBCD /* Singleton-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C0613BF6D05BBA88027F2EA5030B8FD /* Singleton-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6310AF1D81F4A5D04764D2AF5E4A496 /* FIRCLSPackageReportOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = AA6E5802A99B16C26B084997703C96B5 /* FIRCLSPackageReportOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C65749698B8885CA2132F429F6C086E2 /* BugsnagCrashSentry.m in Sources */ = {isa = PBXBuildFile; fileRef = BDE7EE7B42832DED37141F369D9B05C1 /* BugsnagCrashSentry.m */; }; + C5D98D860D7A11FF17244B4F15784A53 /* AsyncSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = E523087AF003AC9FE4E3DF61D9856BB2 /* AsyncSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C5ED5782B38550A4808B29EFBCDD30F4 /* MemoryFile.h in Headers */ = {isa = PBXBuildFile; fileRef = A5F68EBB960BB85D6CC58B2AA12C9D76 /* MemoryFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C612FE7B2CB7E0F6663E75D0AB85B28E /* FIRVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = E286A7FBBA67AA030243EA9CC0BAA564 /* FIRVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C642996CE8A550A6B4A92BB541C6B5F1 /* dynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C8C92FC0A77F86561EAD00F7269958A /* dynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + C647368B826F89A321E9248EA475802C /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0AE17A1B96DA90FC97C6E4611DDB5554 /* strtod.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + C65749698B8885CA2132F429F6C086E2 /* BugsnagCrashSentry.m in Sources */ = {isa = PBXBuildFile; fileRef = 48D1735E0772C687E3A210CFC777CE3C /* BugsnagCrashSentry.m */; }; C682545EE9819D2696A7D12A093EE645 /* common_sse41.h in Headers */ = {isa = PBXBuildFile; fileRef = F40CF87C89A66343C7F24C5F68C0CFEC /* common_sse41.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6BAAD2641063E010711BB514451713C /* IPAddressV4.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A8F4D41E448E3CFB067F47381E98A30 /* IPAddressV4.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C68A63331846E51323BD1BD8A1AAC283 /* MallocImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 35EEA3296C37AD023DFC5B1E63F413CF /* MallocImpl.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + C6AA9B7CB0BEF87036F13062137DA244 /* FIRInstallationsIIDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EF150234A75B08D1602D5F5CD063E4F /* FIRInstallationsIIDStore.m */; }; C6BBBB1374E1C28FB326918A8036BB00 /* cost_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 899712BF06FD0303EE320631BFA20DDB /* cost_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6BFC09D0BCAD8F514889DF12C32EFE6 /* FutureSplitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 09EDD24EE429183D776B077B47CB353D /* FutureSplitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6D50BC8EACD86A2C71A9F6C615B7B07 /* RCTPerformanceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 20AABF9118A08A9CB1F46837C090FAFA /* RCTPerformanceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6DD7662A66E9530CD7725875E9DE9CA /* BugsnagCollections.m in Sources */ = {isa = PBXBuildFile; fileRef = 76695462B73E91B1615661EC5D55C694 /* BugsnagCollections.m */; }; - C6DD94CD7C44C3F83D2F8AB8DF4BA025 /* SafeAssert.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8FA2F1A50F8786C4B3623A8302163E9 /* SafeAssert.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C6E11F383D9AEA2AE26AC331C44C62C4 /* UIImage+Resize.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FCDF3FDFF30EE661C9F808CC27E7CF3 /* UIImage+Resize.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6F4BA46AD7C80265340802E164930BE /* EXAppleAuthenticationRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = A2C578D2F32905F3C68337B85545B46F /* EXAppleAuthenticationRequest.m */; }; - C6F66C11DF59EEFB1C22F4E6444C11D2 /* RCTVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 49A301425B2AB20DE56829EF1E3F2177 /* RCTVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6F87842542AFCB11B8BCE4F64FF4434 /* FIRComponentContainerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7613A9E875DBAF77677DB4C10B346C42 /* FIRComponentContainerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6C78BD239CAC3DD6111AD71872B4641 /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 426DAA1C7099F44D847FACA87A7AB248 /* fixed-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6D339D0151E25C5A59AA498F84BFF66 /* MemoryResource.h in Headers */ = {isa = PBXBuildFile; fileRef = 65BA2A20A84D3EE87769B0EFC95EBE52 /* MemoryResource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6D50BC8EACD86A2C71A9F6C615B7B07 /* RCTPerformanceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 70A8C6FDEE4DE08A84413668A69499FF /* RCTPerformanceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6DD7662A66E9530CD7725875E9DE9CA /* BugsnagCollections.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D63F9796DF3AB6C77AE6576299B551A /* BugsnagCollections.m */; }; + C6E11F383D9AEA2AE26AC331C44C62C4 /* UIImage+Resize.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FDDCD38E8380B7FDE59DBB4430D3607 /* UIImage+Resize.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6EF6DF30317ED5A9D1C8FBB49196CDA /* FBLPromise+Await.m in Sources */ = {isa = PBXBuildFile; fileRef = 67B8AABDCCD394EAEF02548581A72401 /* FBLPromise+Await.m */; }; + C6F4BA46AD7C80265340802E164930BE /* EXAppleAuthenticationRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = D11AE2721EFA26C656E0FBC6CFAA9B93 /* EXAppleAuthenticationRequest.m */; }; + C6F66C11DF59EEFB1C22F4E6444C11D2 /* RCTVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = CA48EE782498FBE88392EBE3C79E011A /* RCTVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; C70664E2F987CEEEE7E2B242C4FB1F8D /* FlipperDiagnosticsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C53D17BDB7B7EC565F1FDD68F1D365E9 /* FlipperDiagnosticsViewController.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + C71EF89DF0D50B0ED05AA62F2609AD0B /* SSLContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B889AC7BD01D79469523089DE4E7AA7 /* SSLContext.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; C74CA2044C99BC7C2C412810E4966DB6 /* SKBufferingPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 8152E6667CD117CC356A65F289EFDBAE /* SKBufferingPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C751CB8EC8698564E9876BF59CC7CC25 /* EXAudioRecordingPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 728F6769C04E37B0EE21CC943C97ABEB /* EXAudioRecordingPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C7976D1E17A0F257DCED3FE893D31284 /* RCTPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = D2A7EC64C446F830D1298156839B0365 /* RCTPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C799D50AF668B26893FFCA305D8833C6 /* react-native-netinfo-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F81F0BDA7FEEB54C4C7D9DB5D695A6F3 /* react-native-netinfo-dummy.m */; }; + C751CB8EC8698564E9876BF59CC7CC25 /* EXAudioRecordingPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 88A91365EFC55AD4C59B467273F60B32 /* EXAudioRecordingPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C752280AF1A0E147F3BA15E5D3A381F4 /* FIRCLSReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F54326AC621E597F0AE6531674584AA /* FIRCLSReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C75ED0B723FA05EB18D36C92AD145A5D /* MMKV_IO.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CCBE44A15630D879320BD8AC8FD9028 /* MMKV_IO.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C7657C0ACEBF275180FC66F5D819862F /* react-native-safe-area-context-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7123BFB46004B3431DD663F033E03DD1 /* react-native-safe-area-context-dummy.m */; }; + C771EA4D47C62FD0733DD282D81D35EE /* FIRCLSURLSessionTask.m in Sources */ = {isa = PBXBuildFile; fileRef = DAFBA0AD3784CE6C09996B3C591F2546 /* FIRCLSURLSessionTask.m */; }; + C7976D1E17A0F257DCED3FE893D31284 /* RCTPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 57270ACEE1E6B01A402014FD5105AC4C /* RCTPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C799D50AF668B26893FFCA305D8833C6 /* react-native-netinfo-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7810AA7B61C66E5168A99227EFFF31A6 /* react-native-netinfo-dummy.m */; }; C7AB16837E8D12957B575ECFEB561FA9 /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 318500A68F26B6B4842452542F5494AF /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C7AB6B118BD2AE4CC536B0FFEF2CFCBA /* GDTCORTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 74560CC510D37D57F437D1F3E3B31B90 /* GDTCORTransformer.m */; }; - C7B2415A54F8C2320CCAB9738B2418EF /* react-native-orientation-locker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FC1044D1891B44709E42FE1E674BCDA /* react-native-orientation-locker-dummy.m */; }; - C7BC94C695E9224D974BFEA53EE1D53F /* GDTCOREventTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = AED82BC6A3AEF2071ACEF81994215B49 /* GDTCOREventTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C7E3C7A5D4F591E8A5C64877734D5083 /* BSG_KSCrashSentry.c in Sources */ = {isa = PBXBuildFile; fileRef = C707517675AC50784ABF9405AC646704 /* BSG_KSCrashSentry.c */; }; + C7C7934E74A572DC2770EEBF686AEC60 /* UnboundedBlockingQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 86403A062C4B1989DE899652B10D967A /* UnboundedBlockingQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C7E3C7A5D4F591E8A5C64877734D5083 /* BSG_KSCrashSentry.c in Sources */ = {isa = PBXBuildFile; fileRef = FC220B6E38C914562BCAEED83DE32B2E /* BSG_KSCrashSentry.c */; }; C7E8471FEDAF79856270DB63B47956BB /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = 1684FE796CDB3D6D4406490BA4929159 /* SDImageGraphics.m */; }; - C82AA31805A940547F8138D26E9CD549 /* EXFilePermissionModule.m in Sources */ = {isa = PBXBuildFile; fileRef = F83885EF81FD0254289B25A15C6C5BAA /* EXFilePermissionModule.m */; }; - C83F6D7ED5C0ED8980267ED7706CEF34 /* FIRCLSInternalReport.h in Headers */ = {isa = PBXBuildFile; fileRef = C896EC24556B754222B81EB9F4519BE8 /* FIRCLSInternalReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C857EB42988CF89EFA843C6EB8D4DA6D /* SynchronizedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A2F3B3AE429A87A808AC5D7273225FE /* SynchronizedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C85F6CEA8EFB72F60746806A65F05ABB /* UMPermissionsMethodsDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DE99DFD7B85B89347D444571AAEC186 /* UMPermissionsMethodsDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C87DC6139749BFD5A37FF7406E436F97 /* MemoryFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00C0CA3ABE1F5AF2834C0D91CAC6FE4D /* MemoryFile.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; - C88934A38617802509283B6115989E0A /* raw_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EB1366EDF5DCD7D5AB8D7B9B00858E3 /* raw_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8AA73E4555F5CD8EC33439191530DAC /* SysSyscall.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DCE0217A06E0F41B806974B457DCE3C /* SysSyscall.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8BD7C22C39127DD46ACC72F4AC4AF68 /* F14Table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2D3AF1C5AE70E2A5904EB4656D35CD7F /* F14Table.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C8FCE46690FD4EE605EEC62049246F26 /* RCTInputAccessoryViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A7F41270D74406F24B147616739EB60 /* RCTInputAccessoryViewManager.m */; }; - C90AFF718E45E2616D23519AC26AD09A /* UMAppRecordInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 4390DE90AA49DDA263BAF9BC6AEB2641 /* UMAppRecordInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C7F2B2B1CAAF85DFE7F142376A7CC39E /* FIRExceptionModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 437DC85346074A9265D7B13844F4A421 /* FIRExceptionModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C82AA31805A940547F8138D26E9CD549 /* EXFilePermissionModule.m in Sources */ = {isa = PBXBuildFile; fileRef = AB0DAE018B8010BE35067987C331B718 /* EXFilePermissionModule.m */; }; + C83E19593D5A5752402F8019479BB1BD /* IOBufQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 371A76D159083F6DAC646395A308432D /* IOBufQueue.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + C85F6CEA8EFB72F60746806A65F05ABB /* UMPermissionsMethodsDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E97167CE8506654D6AC2C743408DE8A /* UMPermissionsMethodsDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C8B4EF93CA511D6B06613C96A18ED54A /* Promise.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D9AF96F88680045728AC4C4F4525E3A /* Promise.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C8BE9D050E4985293B883ED447B2EB49 /* Stdio.h in Headers */ = {isa = PBXBuildFile; fileRef = 78E383F75A1316536FD489207552C079 /* Stdio.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C8E145118AE686486E52337A433C53A9 /* FIRCLSSerializeSymbolicatedFramesOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A16D244366D432E38B8E997E46E2E6C /* FIRCLSSerializeSymbolicatedFramesOperation.m */; }; + C8E6CA71CC1F49D9C696185FEA0BE565 /* FirebaseInstallations-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 755D288E71799C55B35C4C01FA4E9849 /* FirebaseInstallations-dummy.m */; }; + C8FCE46690FD4EE605EEC62049246F26 /* RCTInputAccessoryViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 823781DFAB249366D3C2D50991FFF716 /* RCTInputAccessoryViewManager.m */; }; + C90AFF718E45E2616D23519AC26AD09A /* UMAppRecordInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 67DE4B666661DB43AF6FB39B701A007E /* UMAppRecordInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; C915430EEF3C7811F06CD195CA626103 /* SDImageHEICCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0469EBD08988085A3D9318CD4930AD16 /* SDImageHEICCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C92D68DB77ECF0A66D6730344909C576 /* RCTSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = A628150B372D467E729BD213941AB9BE /* RCTSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C949EAF97B15E86E5D2FA5A444B60786 /* FIRInstallationsErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A8322E323B0AB12E9B919C998ED3B01 /* FIRInstallationsErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C95A63FC4C8C807CCC14583542A32D0A /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 41758DF07308A697F34A55A0E9F85134 /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C92D68DB77ECF0A66D6730344909C576 /* RCTSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = E775CA350C7B0129801AC5B1B87CB7AD /* RCTSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C9435052F2B550331385387463316060 /* SpookyHashV1.h in Headers */ = {isa = PBXBuildFile; fileRef = FC6C7B30DD78D8A123AE55E67BFCE670 /* SpookyHashV1.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C95A63FC4C8C807CCC14583542A32D0A /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 6889340CC67C64F1B1B94142299ECB11 /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; C97DF79078AB4323C777F9474B818F76 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 84D23AB7AE5FC7CD12596F0B525FEF4A /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C980A657F23BE92250A4CBD695F6BCBC /* RCTJavaScriptLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 3678C40804B44D0B1830109F30526C13 /* RCTJavaScriptLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C97FACEC0FF6D7C18B51803A12B27F21 /* RSocketServer.h in Headers */ = {isa = PBXBuildFile; fileRef = 942500BF13F5304019A8EE44A942A11D /* RSocketServer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C980A657F23BE92250A4CBD695F6BCBC /* RCTJavaScriptLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = DCB2FAEDCFA9AE033A588336919A41DF /* RCTJavaScriptLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C99942A2F28045B2A355599111228E67 /* Malloc.h in Headers */ = {isa = PBXBuildFile; fileRef = BB02CC589412E751563B4277E325BB53 /* Malloc.h */; settings = {ATTRIBUTES = (Project, ); }; }; C9AA9F0410A318AE73F1A94FEE45426B /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 94FDE5CB1694A059D142CEAD90C6B0C9 /* SDImageLoader.m */; }; - C9BAD4E28253D3F91185610B3EB2EB8F /* Barrier.h in Headers */ = {isa = PBXBuildFile; fileRef = 05CC0A2CFA9F540FCA4C6E079377E271 /* Barrier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C9D3121F522A2E5FFF8C6121184A6A56 /* RCTSurfaceView.mm in Sources */ = {isa = PBXBuildFile; fileRef = C223FAD2EBBFC29E331A4D7A5D52D5CC /* RCTSurfaceView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CA016AE200109D8BD1A48291712FE5A3 /* BugsnagSink.m in Sources */ = {isa = PBXBuildFile; fileRef = 4099190E5CD5B56FCE4D2AB9AEF5762C /* BugsnagSink.m */; }; - CA0BC935F0CEDDB7760D6261A2A6FD03 /* pb_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = DEB4DEE43A571E48B6AC2491E453442A /* pb_decode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; - CA6F1ECCF89F4214AAF350050A8C2D76 /* SoftRealTimeExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = C0DAB47F808687571AA438E2CDCD9377 /* SoftRealTimeExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA8F4B2980A48BDCDA3D356C5E80DB6D /* StringKeyedMap.h in Headers */ = {isa = PBXBuildFile; fileRef = CC7610A8B4E1349D5E1E52E14A214435 /* StringKeyedMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CAE3A45739DEB853E0207341C27D72A0 /* FIRCoreDiagnosticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = F2312173E0F5BF07A0C188270BE860E3 /* FIRCoreDiagnosticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C9B997BF371B95199A458C4F0357BB3B /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 9279A2B8AB440EE181531F0CBFF90CBE /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C9CF39FE550F40C6EDC5CA85F51C52EB /* MoveWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = C6273D51238E7841BF9D88DFEF87CC65 /* MoveWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C9D3121F522A2E5FFF8C6121184A6A56 /* RCTSurfaceView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 26F4134D2E05C7747CADCE592BD19E60 /* RCTSurfaceView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CA016AE200109D8BD1A48291712FE5A3 /* BugsnagSink.m in Sources */ = {isa = PBXBuildFile; fileRef = 999C48F45B59BCC5732D60EA07E756DF /* BugsnagSink.m */; }; + CA0DB6D84E2A84A5AB91E1B47CD52F63 /* ThreadCachedInts.h in Headers */ = {isa = PBXBuildFile; fileRef = 87EC70FB4C2C48F3039DF064F79B0A26 /* ThreadCachedInts.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CA272D2C34E2CB7439E49F5E8C50B39A /* Async.h in Headers */ = {isa = PBXBuildFile; fileRef = 689820111A6A322ED7A64C7FBE1CCD39 /* Async.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CAA198913ABDF365F82058416991C28F /* FIRCLSMachO.m in Sources */ = {isa = PBXBuildFile; fileRef = 729497AD49DA3890D6D3A38C2E450F46 /* FIRCLSMachO.m */; }; CAE8E0B744FEA3AB07C1D3C5B4666FD4 /* cost.c in Sources */ = {isa = PBXBuildFile; fileRef = A63ED3B0402BF840A112BBA7281776FA /* cost.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - CAED05CF20F12F4FCD21E6CC723EBA63 /* HazptrThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 419EA50BE00934136EA276D52DD6D30D /* HazptrThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB03B55271C79921A6EE9D2FA261AFB4 /* MessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = ABBEC348B1764BFD710778E4A00D8A92 /* MessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB0F5F6CB24BAB99F62906ACD225AF7E /* RCTImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 624FFE504A4CFAB723F5F9356C566F94 /* RCTImageCache.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - CB189D9FCEC83E5202AF0D5F185905B8 /* RAMBundleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 31ABB6EFB73566B9C699FEB3A1698B3E /* RAMBundleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CB31072A90D4003C27AD03CBC8DC662F /* RNCSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = F0D5853E35D86ACA3C347FD0E915E773 /* RNCSafeAreaShadowView.m */; }; - CB3524DC3E17FC8B7F57599ECFA16F1B /* BSG_KSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 72DEAB027E706AAB83F0AE4383D395A9 /* BSG_KSLogger.m */; }; - CB4AB92E3608931D1B3E901E422B140A /* EventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A3078DDC949A3296470EE900D1420C6 /* EventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB52BEBA0FB659E76F5A91FBA1966251 /* FBLPromise+Validate.m in Sources */ = {isa = PBXBuildFile; fileRef = AE0955F767E899B4290FBBC6F39E6D1B /* FBLPromise+Validate.m */; }; - CB5656536FF9020AA0E76220F089F205 /* RCTImageURLLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = BEA6CA60FB2A78DD37453D957B401DE4 /* RCTImageURLLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB61DAB3F804AC48A40134C8FC99004D /* RCTBlobPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = BDB0D394E2A8D5C868564B78C9C6266C /* RCTBlobPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - CB83C32EDE72858A22D7926D7D407D5C /* PasswordInFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26EA354254BF71D3B5271E1E1B2A101C /* PasswordInFile.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - CB9D03477EA78F566200B1D96A772F22 /* JSBigString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1587866A6653359CAB2D5C6BF733981F /* JSBigString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CBA36F2DB1B3CFDFD281003391E9DCDE /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = EA3ABB0B44F37427CF9EADD6274F6221 /* es.lproj */; }; - CBCFE89918C7EAB8375D737D65864A37 /* RNLongPressHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = B07EDC607C04F533324AE739F243330A /* RNLongPressHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CBFDCA34EFA5F87EA386ABDFC8A81E6E /* SparseByteSet.h in Headers */ = {isa = PBXBuildFile; fileRef = B7F409DCF2DB123F5791ACD531309E20 /* SparseByteSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CC03EB10F893440CEB8F4ECB35A47BB2 /* MemoryMapping.h in Headers */ = {isa = PBXBuildFile; fileRef = 06ED1503399F931536AD51E0C2C89640 /* MemoryMapping.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CC0B3F4B5B194FF6526AFA70C890CB4C /* FIRCLSNetworkClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F9B30D5F2E3412ACB207D784D6DC5E6 /* FIRCLSNetworkClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CC1798854763A4380E8E6DBB72F0A0AB /* Exception.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A4203864C5F04A8BE26254BEBB6D6A4 /* Exception.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CC56642A4231DF6E45ECB5773A7D8D0E /* JSINativeModules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 16F0ED504CD7D7B69162D5BD3518F90A /* JSINativeModules.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CC5BDCB964D022893B27A1EB84808CC4 /* Common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3D737604CB5D970AF2EC09F282F6B437 /* Common.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - CC7573E6147A58C2ADAF08D51C792804 /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DF77F19591CE6A8C8B54CD722C85377 /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CAF78C462A5AA5D316416EF6EC8E23BB /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = 4EF4A99163A58A1DA5A09770A7BA1483 /* README.md */; }; + CB03B55271C79921A6EE9D2FA261AFB4 /* MessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 5445E9B80FBE9A892283E73F27C8DDE4 /* MessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB0F5F6CB24BAB99F62906ACD225AF7E /* RCTImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 352BFC3C4FC8E0D247982A9A4C862A68 /* RCTImageCache.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + CB189D9FCEC83E5202AF0D5F185905B8 /* RAMBundleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E817EBEA4BF20924B4F1B083B32C5585 /* RAMBundleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CB1957D6916C507C90A6206C49E52276 /* FIRCLSReport_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C47D5DA118FAD80E693FBAA44F0E8C30 /* FIRCLSReport_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB3524DC3E17FC8B7F57599ECFA16F1B /* BSG_KSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = C8B7FC5B83398550068B791D5B65E13A /* BSG_KSLogger.m */; }; + CB5656536FF9020AA0E76220F089F205 /* RCTImageURLLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 353EC23D19578A63EB03D560888F8420 /* RCTImageURLLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB61DAB3F804AC48A40134C8FC99004D /* RCTBlobPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 672C187587E136E04103C91F5D3BDEA2 /* RCTBlobPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + CB7E9F829043F6AB82186367F2E48B43 /* FIRCLSExecutionIdentifierModel.h in Headers */ = {isa = PBXBuildFile; fileRef = FFC75573593BA836A5B9C49E784A2CCC /* FIRCLSExecutionIdentifierModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB9D03477EA78F566200B1D96A772F22 /* JSBigString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A2E28E35907E65D5E47FC72DBB2A41F1 /* JSBigString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CBA36F2DB1B3CFDFD281003391E9DCDE /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 42AC2955450FF0EFB25D36D80213BDAC /* es.lproj */; }; + CBAF92DAFF3CFF2FEEA1C26AC65E432A /* log_severity.h in Headers */ = {isa = PBXBuildFile; fileRef = A763D3DA2C1DEBC4FDA2A1B6606F7953 /* log_severity.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CBCFE89918C7EAB8375D737D65864A37 /* RNLongPressHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = D1BB36CA5147C0FAC569CCDFDB26FE27 /* RNLongPressHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CC56642A4231DF6E45ECB5773A7D8D0E /* JSINativeModules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2021F8A8A32E47DF952B0456909EEEE2 /* JSINativeModules.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CC7573E6147A58C2ADAF08D51C792804 /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5805286F42B19FA46551737B10ED4168 /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; CCA823DF1BBADFC9742A87FD1BC4D7D1 /* common_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = A9B128F2DD4ED7384C0FA17B3C8963B6 /* common_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CCB1309DF0D5E43298D4B39272DE4714 /* FBLPromise+Race.m in Sources */ = {isa = PBXBuildFile; fileRef = CEC293269075727CBDCE70ADD6FBB5E6 /* FBLPromise+Race.m */; }; + CCC58A49D3FE284960374EDD35AE79EF /* FIRCLSFileManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0092AD832845D751E242900001441BE7 /* FIRCLSFileManager.m */; }; + CCC84C35A4690B73C0ECD674B60F4B11 /* RNCSafeAreaViewEdges.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AC980CE9E0C93ACED4762B5E0445292 /* RNCSafeAreaViewEdges.m */; }; CCD2977DC3CCE753D4FFAA47C7F7B0CF /* SDImageIOAnimatedCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 5366C3090AC167749AE83A2236D0758F /* SDImageIOAnimatedCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CCD6532D2326A2E67D82FF6536618925 /* RNCAssetsLibraryRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = E941B28D26C8979E6E2A35CF9E9D237A /* RNCAssetsLibraryRequestHandler.m */; }; - CCEA76676424093B39CA377C27319CED /* SharedMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = CA0D2C20B49B6DDE4F69DDF7A8D1FF52 /* SharedMutex.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CCF14197FDD2C32ABD799E0CE8675E2E /* DeviceUID.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BF3F306F5BB83EA277B49FD3DC4F487 /* DeviceUID.h */; settings = {ATTRIBUTES = (Project, ); }; }; CCF179687494CAF641F6DBDA486E39B9 /* FlipperKitCertificateProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 36B7F3281228D81ACA10503A7747FBA2 /* FlipperKitCertificateProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CD015DC87E173017414578A3FE3AC4D5 /* CodedOutputData.h in Headers */ = {isa = PBXBuildFile; fileRef = AE1AD18CFE4043E1D613B60F0F36FF5B /* CodedOutputData.h */; settings = {ATTRIBUTES = (Project, ); }; }; CD10C51F84FD2D8F4AF99034B7B6107A /* lossless_common.h in Headers */ = {isa = PBXBuildFile; fileRef = C7F7F8421E6E5DA5609346BFB41A8E91 /* lossless_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CD4D62E1F9528311A4263EC567C7FE1D /* REATransformNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F90AC41491A338EFCFEBF8714855CC6 /* REATransformNode.m */; }; - CD620F2F3B9D1BF7CF201E5EEA85EECB /* openssl_aes_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = E0A4E78374B25B90D787FD88B7FF1144 /* openssl_aes_locl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CD85E92E2D2882EA4E3F26A0E628EE26 /* FIRCLSFileManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2944CA750EBEBBB663715DECC789F0E3 /* FIRCLSFileManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CDDCA48C236BA6D9092B73886D1497CA /* RNGestureHandlerDirection.h in Headers */ = {isa = PBXBuildFile; fileRef = 68A97104A720CDBC40BC0BF900031DB2 /* RNGestureHandlerDirection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CDE21FA43966C09C82B968BA05315A2B /* FBLPromise+Then.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B8D6F699ACD121C75CAB0326E9BD3DD /* FBLPromise+Then.m */; }; - CDFE8EFADA9AB89F96FAD6C68D742682 /* UniqueInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61B64956614FEA28C8B529B2F5CBEB59 /* UniqueInstance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CE274E8FFC705F3ADD09E24183F1F08B /* AsyncSocketBase.h in Headers */ = {isa = PBXBuildFile; fileRef = F82AF01D6F3535B28C166A1BB8865952 /* AsyncSocketBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE2CE42DF8B4E7774E166CA0D0185836 /* RNCMaskedView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 31D1E3A9EB8E66351A7360B6FC90CAF4 /* RNCMaskedView-dummy.m */; }; - CE3A8EE442E180BAF013357781A8BA77 /* BugsnagErrorReportApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 132FEDDDF44FD1E5DDFE369448A644BA /* BugsnagErrorReportApiClient.m */; }; - CE3DCB701721124C62283C4ADD022EE1 /* REAClockNodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A00C424727606BC9F8ED207E95A74F7 /* REAClockNodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE4B52C51120C8BE3B053B0357A109BE /* EXSessionTaskDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 860272BD7F2D2CFFF082AA6DFD8F7DD0 /* EXSessionTaskDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CD1D574A89CB4D2BE7A1EA4DFB763AF0 /* FrameSerializer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 076FFA7EA929964428017CF526ACD793 /* FrameSerializer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + CD4D62E1F9528311A4263EC567C7FE1D /* REATransformNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D2A63AF97D370790158D8E22B6D9C92 /* REATransformNode.m */; }; + CD6D4D520B30014559A20DCE9FA708E9 /* FunctionScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = F83DAAAD8731F1350CCEE0258743071D /* FunctionScheduler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CD94A20CDD87A078033792FF35D2FDD2 /* FIRCLSInternalLogging.c in Sources */ = {isa = PBXBuildFile; fileRef = EBF822593AB0C7B5D454FF8587FFB605 /* FIRCLSInternalLogging.c */; }; + CDBD428EEBF253588CB3F474C085B54F /* GULUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = A0D0961B63383D6FF30DB44A38279A18 /* GULUserDefaults.m */; }; + CDDCA48C236BA6D9092B73886D1497CA /* RNGestureHandlerDirection.h in Headers */ = {isa = PBXBuildFile; fileRef = E97D1C5E641482AFA9E8EB43BCD89F42 /* RNGestureHandlerDirection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CDEF49F226A278440D16C31A6EEB6386 /* ParallelMap-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF3E566EB99B1E08F8680EE85EE12D7 /* ParallelMap-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CDFA268BFFE87E1407F866A7E7FC6280 /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = EFD53C553DDA104D0D32DC69AD5F7178 /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE0544AF056C362096A856A2AD0EDA74 /* AtomicReadMostlyMainPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = C4C9A646245CBAA36A25E590A199519E /* AtomicReadMostlyMainPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE1DB49856DD31FBC69562255FCDD2DF /* String.h in Headers */ = {isa = PBXBuildFile; fileRef = D1CE59B3F021DBE594656E3929E1D086 /* String.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE2CE42DF8B4E7774E166CA0D0185836 /* RNCMaskedView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FCD3D4FF6492F93FBFAFA52CEB8A6ECA /* RNCMaskedView-dummy.m */; }; + CE3A8EE442E180BAF013357781A8BA77 /* BugsnagErrorReportApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 15F55F336E286AF3890390511ECB1AC8 /* BugsnagErrorReportApiClient.m */; }; + CE3DCB701721124C62283C4ADD022EE1 /* REAClockNodes.h in Headers */ = {isa = PBXBuildFile; fileRef = CA44D980D6067D1D118521AB93AEE0D2 /* REAClockNodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE4B52C51120C8BE3B053B0357A109BE /* EXSessionTaskDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = C93209A3FFE1DE9AD00B55FD1C1DABF3 /* EXSessionTaskDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE6B98AB17B0103BDB81966B2A943962 /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = 63074048A49EC4CC313857FC650C28B4 /* double-conversion.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; CE710677CE3345C396654665122297A0 /* SKHighlightOverlay.h in Headers */ = {isa = PBXBuildFile; fileRef = 108CAA5137B858D01DEC8560B338FE85 /* SKHighlightOverlay.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE781E256A134418DD7577DE9679FDAE /* RCTSurfaceSizeMeasureMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 494AD1ABF69D42F423FD489DFB38D39E /* RCTSurfaceSizeMeasureMode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CE94FC917B9B6D7E1CDCD4782E72159A /* RCTInvalidating.h in Headers */ = {isa = PBXBuildFile; fileRef = 82F93C7A7944D58921268E9F2948C950 /* RCTInvalidating.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE975AA7DD86B64588E5307378BB41B1 /* RNCMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B9176D8E01C8ED7482CD22D805AF148 /* RNCMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE9DC5265327678E7CE7E56953D7B39C /* StaticConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 11F13EDCF4E519D09E92C106D56089EB /* StaticConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CEB1E58162A49E2197F919AC89E691FF /* EXVideoThumbnails-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C7F34FF537CE2DD350EF60E2BEA2A5F4 /* EXVideoThumbnails-dummy.m */; }; - CECC5273CE26B58A6F11E010D89EBB96 /* Spin.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E23C68952D39AFDF54E388E42D8329A /* Spin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CED8133CB74CA3C5A0E018BF922D9DDC /* Yoga-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E35AAAEDEFF4608EA30EC4D57C06ACF4 /* Yoga-dummy.m */; }; - CEFCCDD7AF1BF4AFA6EE6B5680C04112 /* FBLPromise+Catch.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E85121D71C337EC33D59DC67F3A22EE /* FBLPromise+Catch.m */; }; - CF052D78DF180943CA71AE54B7B3CF29 /* FIRCLSMultipartMimeStreamEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 9728B984966BC98860FAB0C677395B47 /* FIRCLSMultipartMimeStreamEncoder.m */; }; - CF1E36B3683E6F5275929D8F2D9617F4 /* RCTTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DFA2BF0269D6F73738AF58B4AC57ACE1 /* RCTTextViewManager.m */; }; - CF2337540CFF01BD1D2B9BD7B73C040A /* FirebaseCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A284FE8F2FFB51BC7D64897024818B8 /* FirebaseCore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE781E256A134418DD7577DE9679FDAE /* RCTSurfaceSizeMeasureMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9099BA62C121FAE46EF6B0E6A09A640B /* RCTSurfaceSizeMeasureMode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CE94FC917B9B6D7E1CDCD4782E72159A /* RCTInvalidating.h in Headers */ = {isa = PBXBuildFile; fileRef = C3CADB32AF0CA8E75BD3FF9DF8AB818A /* RCTInvalidating.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE975AA7DD86B64588E5307378BB41B1 /* RNCMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 60460FAC96393E1487924FD0B1CF7C7E /* RNCMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CEB1E58162A49E2197F919AC89E691FF /* EXVideoThumbnails-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 04DA95BC4E0C47C6135DB1B2875BABAC /* EXVideoThumbnails-dummy.m */; }; + CEBA0D9D900D4F672A183CF76DE920FF /* ManualExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D32290E9726366C8A5258D620A28B01 /* ManualExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CED8133CB74CA3C5A0E018BF922D9DDC /* Yoga-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 373DA8834FD4A0FFAFA234BC7C6858C0 /* Yoga-dummy.m */; }; + CEF6F79DC57906F6BB3A2EBC056D81A2 /* File.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 02A03AF8BEE839AAE07CA0F5DA80153D /* File.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + CF1E36B3683E6F5275929D8F2D9617F4 /* RCTTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E38039B927CE80BA31B053506CAA7F3 /* RCTTextViewManager.m */; }; + CF47F480D3ED893039BE2CCDA62FC876 /* String.h in Headers */ = {isa = PBXBuildFile; fileRef = B13BB78CAE6B79D9856FECB62B8A9342 /* String.h */; settings = {ATTRIBUTES = (Project, ); }; }; CF663E6DB3B8E604C59C24274B6390A3 /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = B42069065F076E8CA1401EFBE99F99DB /* SDWebImageCacheSerializer.m */; }; CF8905DB51A1A790C4044CC84CF6661E /* SKTapListenerImpl.m in Sources */ = {isa = PBXBuildFile; fileRef = 92968289E23201632E45F34B0268AF68 /* SKTapListenerImpl.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - CFB189CE62A536B9EA89996AE2C580C1 /* ManualExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D32290E9726366C8A5258D620A28B01 /* ManualExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF94170BA0C2D6D4C6E048420122DB8C /* Singleton.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 44D3B29C5FF6A2C4C948A999FE930F10 /* Singleton.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; CFBD6A9CE499E95CDB7F6E713AEA3BEB /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 5810A2CAD229D5E26C07A9AFDAE72C9F /* NSData+ImageContentType.m */; }; - CFCFF907D1DEF9F8C348931A1D44F31C /* MMKVLog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8509DC6B1B59E8D5D93BFAA30EE12494 /* MMKVLog.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; CFD87AD16F06602D9DD0A25BDE89E0C3 /* filters_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = E956A10067E1590EF6B4525C3A796E23 /* filters_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; CFD8C0C1E94C6D25D401F425ACCEC229 /* FlipperKitLayoutPlugin.mm in Sources */ = {isa = PBXBuildFile; fileRef = E59272CC51D5D5A77E4CC65C6040210E /* FlipperKitLayoutPlugin.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - CFD9E197ABC4C8F93316206084A037FA /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 28FF376BB5CB374C7973B8724C10BED0 /* signalhandler.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - CFE9BC988AD431B439209ED6427142B4 /* RCTInspectorDevServerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 74078EC14A75838BD67C1C35BE61B321 /* RCTInspectorDevServerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CFF88A0C1630390D80C54E6CA392DD13 /* RCTErrorInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 40FCE6A8456734765E55871D900EE746 /* RCTErrorInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CFE9BC988AD431B439209ED6427142B4 /* RCTInspectorDevServerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 843B46FA75E6DEE46B686B51EDC800E1 /* RCTInspectorDevServerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CFF88A0C1630390D80C54E6CA392DD13 /* RCTErrorInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C92C0FB93D9A6B5BB756369756BC9A7 /* RCTErrorInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; CFF9C6612F0CCCAD875326DB446315C4 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = B77B348E5A8A8BD1FF58FEC2F322A14C /* UIImageView+WebCache.m */; }; - D0069E977045411B013D0ADD8CAFC48F /* RNFetchBlobFS.m in Sources */ = {isa = PBXBuildFile; fileRef = B7AC4AEC6E52D95F107E726936AE7302 /* RNFetchBlobFS.m */; }; - D00D40D1E89E53B29B0F2DC46E21A415 /* RCTProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = A0008BE4E525AAA245536F224CDBF84B /* RCTProfile.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D01763CF5AEABF2A17DD74C02B11ACCE /* FIRCLSDwarfExpressionMachine.c in Sources */ = {isa = PBXBuildFile; fileRef = E70D1F51E37DCEF89D08E5171E037B1F /* FIRCLSDwarfExpressionMachine.c */; }; + D0069E977045411B013D0ADD8CAFC48F /* RNFetchBlobFS.m in Sources */ = {isa = PBXBuildFile; fileRef = 26E63A5AE5310A423A04A7ED8197F37F /* RNFetchBlobFS.m */; }; + D00D40D1E89E53B29B0F2DC46E21A415 /* RCTProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = 724222916FDF729109D5383D15A87522 /* RCTProfile.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; D0196A3FFD2A0860FB68F1B0F14D64DC /* vp8l_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 178AFF9E0566AE4583BFA80CAFBE88A7 /* vp8l_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D01A7BB8FFDCD8FDAE4E5DD7723ED53C /* ReactMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7611F894136F4E0771206A7FC6088291 /* ReactMarker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D01E5EE5CAD94229D08DA69C7D3FEE95 /* JSIndexedRAMBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AED5C89607CD223196CBD7E82BACABF7 /* JSIndexedRAMBundle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D025436CF178E15392443265ADCD4AF2 /* FIRInstallationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 288175A123085F117C9E489403509505 /* FIRInstallationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0436E60D6C2DDACADBBBDE556416C60 /* QBImagePickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 164181A5F456879F1ECD813AA1DD078B /* QBImagePickerController.m */; }; + D01A7BB8FFDCD8FDAE4E5DD7723ED53C /* ReactMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A3B1FB6EBEDC2668F935B6F13532FBBC /* ReactMarker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D01E5EE5CAD94229D08DA69C7D3FEE95 /* JSIndexedRAMBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CEB650B83477F874D24F57F0C8164BC /* JSIndexedRAMBundle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D0436E60D6C2DDACADBBBDE556416C60 /* QBImagePickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 73E68BFFEF2D9F79377DDBCF1D8EA68B /* QBImagePickerController.m */; }; D055D1EE6B3537B86CC6E2F0B03FEFF0 /* it.lproj in Resources */ = {isa = PBXBuildFile; fileRef = C1E518C2E2BB9CE5981E70CDDB4F785D /* it.lproj */; }; D05968B92AC18C1A9BA37F4C96B5649A /* SKRequestInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A179A32E5564BD3B3295ED91530321C /* SKRequestInfo.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - D061303643D1EC5B15B53D78D15D2DA0 /* FramedDuplexConnection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DC0A94B503D64D2EE2799369A75B46ED /* FramedDuplexConnection.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - D064C6B77B43DAED3CF71B49AE8C24E1 /* RNCAsyncStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 72F202DD289F582C14C88B797856D7FB /* RNCAsyncStorage.m */; }; - D071FA9A5DE489BB769AA29B571E29E1 /* FIRCoreDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = 8402EE57733F135E544FB68EB738B581 /* FIRCoreDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D088B3A6C452C66C2356161442509B6A /* CancellationToken-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = B0D522684E5033511C436FEC61BD1B02 /* CancellationToken-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D08AB3070C0ED1CF1F7DCD0A2EAC867F /* FIRCLSOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = CB8C8B32160AC815D0BE301073B3D471 /* FIRCLSOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D08BEADB96AB8168ED715B6C90836C4F /* GULHeartbeatDateStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = D62DD51668862D6A2333CAE56192CB2F /* GULHeartbeatDateStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0AC8C5754CF1223DCB7056ED81D89FE /* GULNetworkConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 081A8C765C0DA10C5FA8C3D7B8127150 /* GULNetworkConstants.m */; }; - D0B0657187ABE8BBC30D5762DCF78D46 /* RCTSinglelineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = ED3B530247C8BFFF9505BC4D16D43148 /* RCTSinglelineTextInputView.m */; }; - D0B885E7591F116F3D9B870487C533DB /* TurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = BF4A34025B092475659484220613279B /* TurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0C764DE299C4AF5A84B601827D4E0B1 /* RCTSurfaceStage.m in Sources */ = {isa = PBXBuildFile; fileRef = 6437C95462C71872990620A9AF6EB1B3 /* RCTSurfaceStage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D0F7B2D66885EA0FA527E9FC5916DF84 /* EXKeepAwake.h in Headers */ = {isa = PBXBuildFile; fileRef = 9472E6A8ADC8A9E6144C9B61E96FC491 /* EXKeepAwake.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0FB9FAAE35DBAABCA0BA8A56AC96BD9 /* RCTBridge+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 39197A4EC89FA16F432531D6C2BDA1EC /* RCTBridge+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D1033CF1B747C42A65EB7627887C5EF1 /* RCTPackagerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 92EEFAFF46CE331ADD8A17F4D6F3F582 /* RCTPackagerClient.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D12B088251FF47EEA33AAA0739000683 /* RCTDevLoadingViewSetEnabled.m in Sources */ = {isa = PBXBuildFile; fileRef = 11ADD70E00C3BEFC01BCC31A97828A52 /* RCTDevLoadingViewSetEnabled.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D134C4992F177402F6E995608D41D377 /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = C39FA2D898D6C5C24D94D62112237663 /* cached-powers.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - D136F38C0AAA551E927BF7DC4ED4A358 /* EventFDWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 686091145045944E5FEFEE5A8B414D2A /* EventFDWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D159D4E11432836449A732BACDD0E057 /* QBSlomoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = 167B6DA102D18369FBE1026EF6C7B8DC /* QBSlomoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D15BDDECE064899C778026EB57D992EE /* WarmResumeManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95FB8C8276999A1DB67E7FCD5131C4E5 /* WarmResumeManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - D16B63ABC0904E4427A6364B5B351789 /* ParallelMap-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF3E566EB99B1E08F8680EE85EE12D7 /* ParallelMap-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D182608FDFEC21E7230DFE29FA430907 /* RNPushKit.m in Sources */ = {isa = PBXBuildFile; fileRef = C07A942D53BE5BF832D81FAEA9D7E44C /* RNPushKit.m */; }; - D1ACF18017C8DF3EB608229E1F07EFB2 /* BugsnagApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 15FB2FCBC1341B6B8B5B77C425DEB964 /* BugsnagApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D1C31A83063B0A21CF36717D96EA3A21 /* SafeAreaSpacerViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = 989E6D4CADEF6B6756421069D7599BB8 /* SafeAreaSpacerViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D1DCFE54FE581D8503482057D07C8520 /* QBImagePicker.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 741EB95C0E2C993307CF55653185C60C /* QBImagePicker.storyboard */; }; - D1DED7788F555FC2B3C97B9220D75A1E /* FIRCLSUserDefaults_private.h in Headers */ = {isa = PBXBuildFile; fileRef = D46BA4929AFAEAFBC0D29AEA757F0766 /* FIRCLSUserDefaults_private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D21929A09A94958D20F6741F4817A1E7 /* HazptrRec.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D438F38D94F27C2D4F272BAFC52B53E /* HazptrRec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0B0657187ABE8BBC30D5762DCF78D46 /* RCTSinglelineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 279EA24910A08C73A3980543E385235B /* RCTSinglelineTextInputView.m */; }; + D0B885E7591F116F3D9B870487C533DB /* TurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 13CF0886E23BD22512D418EF7C1A6934 /* TurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0C24E8E006A79C19C50FCE2772F9CE4 /* SafeAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 457CA7A96B8A8153A99AB322459317D8 /* SafeAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0C764DE299C4AF5A84B601827D4E0B1 /* RCTSurfaceStage.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B56A819B0D4D667A0AA02AC7934A9B1 /* RCTSurfaceStage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D0CFBC2F19D671DD98262011F750E660 /* MicroSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = A84B01E4187FD33B7B438BCE8C96EBAD /* MicroSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0F327FFEA03D2AE3926EDE3E8B0898A /* HazptrUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 95C88FD20D5D13529D47BC4F9568264F /* HazptrUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0F7B2D66885EA0FA527E9FC5916DF84 /* EXKeepAwake.h in Headers */ = {isa = PBXBuildFile; fileRef = F2803B32CD03D0764CA45200B582E87A /* EXKeepAwake.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0FB9FAAE35DBAABCA0BA8A56AC96BD9 /* RCTBridge+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C83370E06D16AE7EB5DCB13E72BFF6E8 /* RCTBridge+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0FE6950C4E2D9FA1A0450B3AAEC3BC9 /* GDTCOREvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 14E56BDE5BFC0425FE97F89ACDE35690 /* GDTCOREvent.m */; }; + D1033CF1B747C42A65EB7627887C5EF1 /* RCTPackagerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AF6A2B0D0637BBF1F01FF852EB91CB5 /* RCTPackagerClient.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D12B088251FF47EEA33AAA0739000683 /* RCTDevLoadingViewSetEnabled.m in Sources */ = {isa = PBXBuildFile; fileRef = 50DD40F93DD019D32EEDFFCED925F6E3 /* RCTDevLoadingViewSetEnabled.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D159D4E11432836449A732BACDD0E057 /* QBSlomoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = D0403206ABC5F20A5DEB9DF01C48BA6B /* QBSlomoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D17837AC4B056727CC494C985164C5F8 /* SysStat.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A3882B0DD28CD28781B9FA5323D1826 /* SysStat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D182608FDFEC21E7230DFE29FA430907 /* RNPushKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 8627E4B27D49B07426C05D0FE8CBE9DE /* RNPushKit.m */; }; + D19E86A449345EAC7F53D9052BA4C9CC /* GDTCORUploadPackage_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AD702E208DF29BB63131B8B34FB32AB5 /* GDTCORUploadPackage_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D1ACF18017C8DF3EB608229E1F07EFB2 /* BugsnagApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = B34A4B374608A43CF5D2FF72ECFB36B2 /* BugsnagApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D1BE46897DCD1DFC3C263F8A280E215E /* FIRCLSExecutionIdentifierModel.m in Sources */ = {isa = PBXBuildFile; fileRef = FB620E2CBD53A25584F290C970927598 /* FIRCLSExecutionIdentifierModel.m */; }; + D1C31A83063B0A21CF36717D96EA3A21 /* SafeAreaSpacerViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = B39BCF779082FAD154F8F5B9EFC3AA3B /* SafeAreaSpacerViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D1C3B9C1A55FBF22E1BD8B073B095760 /* SysTime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E06E6C36D1A71F5B6FEB2D6AAE851D2C /* SysTime.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + D1DCFE54FE581D8503482057D07C8520 /* QBImagePicker.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 17F6B6C64ABF99476438A1DA4CDDC3B8 /* QBImagePicker.storyboard */; }; D227A3BB1C487095211B979FBDB76050 /* FLEXNetworkObserver.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4B3637BE4E8B41FB5723F2C4EC85696A /* FLEXNetworkObserver.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - D249FC9B5A26A444DDD40F59B037D5D4 /* Yoga.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4AB93AFBE9410F315C7FC65F8EABDF31 /* Yoga.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - D251F76C29116FC78C3D3AC6DAFC5083 /* FIRCLSAsyncOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = DE4C1ADFF09E743039A3076C93D26BB7 /* FIRCLSAsyncOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D249FC9B5A26A444DDD40F59B037D5D4 /* Yoga.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BFD8C6F5EB5947B1247107C8F99E2C45 /* Yoga.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; D26003069D1DB215747874527FC1786B /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EC92F724C98861820C4C08C58DC8787C /* SDWebImageManager.m */; }; - D28281A3968006C74F2C21CE00AE8BFF /* YGFloatOptional.h in Headers */ = {isa = PBXBuildFile; fileRef = DBD7A25A1EBF8099A57661C21C404931 /* YGFloatOptional.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D28281A3968006C74F2C21CE00AE8BFF /* YGFloatOptional.h in Headers */ = {isa = PBXBuildFile; fileRef = 36408962C21D97AB92F94B838E5E9879 /* YGFloatOptional.h */; settings = {ATTRIBUTES = (Project, ); }; }; D28CD09BFDFD2E5AC3DF534BA5C77D0A /* SKHiddenWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = A8A83B5E6913DFCFAA130CB7BD14C13C /* SKHiddenWindow.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - D2AAEC5DBFA46DDE544625396C250E62 /* UMModuleRegistryAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 35A81BB48565CED85BFE1A8A56968595 /* UMModuleRegistryAdapter.m */; }; - D2B035BF0D8297AE90DA28CE8442880F /* RNPinchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = D75E0384F55F40E7262653165735DA7A /* RNPinchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D302423AEA85821369832FD63EF463B9 /* UninitializedMemoryHacks.h in Headers */ = {isa = PBXBuildFile; fileRef = F7BA1E6DC21CDC2028F8774C5C4070CB /* UninitializedMemoryHacks.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D30607D7089802C8D7C63CB7405707BB /* RNForceTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F8E5F3740725BCB36489B4A92A84002 /* RNForceTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D31FD0DDF41340745B42F7BE00F95017 /* RCTWrapperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 508BD290EED630F8D0FA685ADA5F8B37 /* RCTWrapperViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D3751571D5412DDF07AD3924F2558FDA /* RNCAppearanceProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 05AE329640AE5C2CE47634EC6F9FC10B /* RNCAppearanceProvider.m */; }; - D386146023749E669569309813E8B5AF /* EXAppleAuthentication-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AD4AD8089E386D06C7BF78B6D21C3DE8 /* EXAppleAuthentication-dummy.m */; }; - D3B0AB3FAAB29A9E23E36D126867F647 /* NSTextStorage+FontScaling.m in Sources */ = {isa = PBXBuildFile; fileRef = 11C87E662AC67D5498A1DE77D96AD407 /* NSTextStorage+FontScaling.m */; }; - D3E63EDC79451ADAEB7EC434F60B2146 /* FIRCLSURLSessionConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = D57BE38341C3A57608272B9CFC6E9368 /* FIRCLSURLSessionConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3E75255C112E95538231EE5A4D3B20B /* Conv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E8B1EB0F730926CA1E78F34EEB9E48D /* Conv.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D3EE36FD52C27DA3FC46CDC4A1007EE2 /* RNSScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 47911BDD5392F9B7EC2BC4EC53F4A7A1 /* RNSScreen.m */; }; - D400FFD03BA4E94CE2E204C597BB88DF /* vlog_is_on.cc in Sources */ = {isa = PBXBuildFile; fileRef = D3841AFD60F4974A2520050892F57AE2 /* vlog_is_on.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - D40719B324FC642D424C974DF412C10A /* FIRLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FECC050D982AE8D761B4AF5DDFA7F64 /* FIRLoggerLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2AAEC5DBFA46DDE544625396C250E62 /* UMModuleRegistryAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = D30D15335EED70F99B0D65FFEE80235C /* UMModuleRegistryAdapter.m */; }; + D2B035BF0D8297AE90DA28CE8442880F /* RNPinchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 4ED85B43507A2F704CC215074632DF1F /* RNPinchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2DB32357AE6E6495A65A1292E6BD2B4 /* RWSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = A7D894B602596F79DB582017F22E9488 /* RWSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2EC03E88D500BB5EF7BE4CA557D290A /* FIRInstallationsLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CEED376EB5C578A21754FB1C2DD8A2E /* FIRInstallationsLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D30607D7089802C8D7C63CB7405707BB /* RNForceTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C1063BA2B9B3B0BA41CC31A434A5F2A /* RNForceTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D31FD0DDF41340745B42F7BE00F95017 /* RCTWrapperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BFD0FB58C66F9A584E98457B16C4A8E9 /* RCTWrapperViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D338C84C69319801306A0C04DBC58113 /* PriorityLifoSemMPMCQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = B1ABB43BA9192904AE0DD609F785AEFE /* PriorityLifoSemMPMCQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D3751571D5412DDF07AD3924F2558FDA /* RNCAppearanceProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BEE61E098F671B53737E80A43C66ABD /* RNCAppearanceProvider.m */; }; + D37E9D23E2B6DF1B3C59E3EF5287E69B /* FIRCLSDataParsing.c in Sources */ = {isa = PBXBuildFile; fileRef = B45068D688FB76D72FBC5BA439BEA65A /* FIRCLSDataParsing.c */; }; + D37EDF49DF7F75AC784BC673662310C2 /* GDTCOREventTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = AED82BC6A3AEF2071ACEF81994215B49 /* GDTCOREventTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D386146023749E669569309813E8B5AF /* EXAppleAuthentication-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DD7B8AF7042DBF661ABA479A1D8A8157 /* EXAppleAuthentication-dummy.m */; }; + D38F535C111791B0B9BDF468B976B569 /* FIROptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B9879BAAA40F0864DE45E3473A152 /* FIROptions.m */; }; + D3A7970E12FBF63D1434459423CF999B /* TypeInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FBAA894CE5747B29CE616102D70E5F2 /* TypeInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D3B0AB3FAAB29A9E23E36D126867F647 /* NSTextStorage+FontScaling.m in Sources */ = {isa = PBXBuildFile; fileRef = AD3632113FBFE68C2A159B2067E2CA06 /* NSTextStorage+FontScaling.m */; }; + D3E52842F65B64D6691E31DEC2C98697 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 5286B3DEA16326BD2205A600C78F948A /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D3EE36FD52C27DA3FC46CDC4A1007EE2 /* RNSScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BCABA2BCE526F180984A94646D499AD /* RNSScreen.m */; }; + D409C45E051161AE96111F0788694CB2 /* PolyException.h in Headers */ = {isa = PBXBuildFile; fileRef = 80DD0A8F4C5CF406C0F37818D10DA35A /* PolyException.h */; settings = {ATTRIBUTES = (Project, ); }; }; D4173C0ECC7C3718733B393B729B0231 /* SDImageIOAnimatedCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = DF38DAF34A4B8C999902F6AC18DBFFAE /* SDImageIOAnimatedCoder.m */; }; - D43CDC7A1F07C50CC79BA4DBC4D817D4 /* EnvUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = BCAB06F222EE547FA427E2F892BF57F1 /* EnvUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D46643CE3FC304A26E3BFD6D55C7BC10 /* RNCPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = E9B72D6A2BEF78A0AE0B5B9094BEDD7F /* RNCPicker.m */; }; - D47090ADDCFE24341F11ECF96728BB96 /* FIRCLSByteUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = A1710475B8A305FA5A95864DC0007416 /* FIRCLSByteUtility.m */; }; + D450C4AC21F2E9B231839558F0203A0F /* ConnectionSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B57B58BACED4289D53701C37E8E45618 /* ConnectionSet.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + D4535834477562051A2275B5DD17B42C /* Arena-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 505DC01EC690CDA77383F54D2B5CC354 /* Arena-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D46643CE3FC304A26E3BFD6D55C7BC10 /* RNCPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 57027E043D1505381C2C32DC3603AEF1 /* RNCPicker.m */; }; + D47FC085AC5BA1B7377EC38A9795CB48 /* EventBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1DC909E4FA02C0D86A3E6F0A19EFB93E /* EventBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; D4834E8CF37263E31CB1DBDE3686D1CC /* filters_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 18FD7ED6DC27EACF884F102538F380D9 /* filters_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D49264E31D0396BC7B225BD5A42DE88B /* LNAnimatorTemp.h in Headers */ = {isa = PBXBuildFile; fileRef = 15DD928E776E8E1468A601C836B27774 /* LNAnimatorTemp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D49264E31D0396BC7B225BD5A42DE88B /* LNAnimatorTemp.h in Headers */ = {isa = PBXBuildFile; fileRef = 05F7D92341B3FAE82A38C9865396D853 /* LNAnimatorTemp.h */; settings = {ATTRIBUTES = (Project, ); }; }; D4A94CC723F8229D57B157778FCA791A /* alpha_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = A609131D178EDE8E6F7CC2419F974750 /* alpha_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; D4B0113D7006C10EECE8D98AB9C402D4 /* SKSwizzle.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F44CB6DE9AEB9060BDF3E12B02D9076 /* SKSwizzle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D4BFB1639606F1F91FABAADB51E117D0 /* stl_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 14CD3913F15D6920187A56827793D3CF /* stl_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D4C7C24A1702DEB9AE000375D23F9083 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = C8534DDD59E347F6FA74D3B55D21E997 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D4CC7BE2D68019CA188706B33EFB6A87 /* Future.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 614D39C3DD5173CD0CD7EB332740FDB1 /* Future.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - D4EDB286E0A61489B1CFEB993FAE0311 /* GULSecureCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A6F2F519209E6E51A45CD729B54EDD5 /* GULSecureCoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D508E4302F94D893E64FC13F7A10FC84 /* IntrusiveList.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A37FEACD8D3C0CE0430F27FB2FEA88 /* IntrusiveList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D514142384ACF8A93369F892EEBC9AF0 /* RNDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = A71AE4C908A5098430E1FA67BCFB7C89 /* RNDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D51C0A4C9C36F36099586087D49CB7C0 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000902304BD53E799CCEB806DC22CB37 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D52C85AFE270ABCF61A5371751645F85 /* BSG_KSString.c in Sources */ = {isa = PBXBuildFile; fileRef = 108F6BE54A0DCEFE2882EFF150B41C5D /* BSG_KSString.c */; }; + D4C7C24A1702DEB9AE000375D23F9083 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 091009D8A3AED924E5BA18C1FA2A8DA3 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D52C85AFE270ABCF61A5371751645F85 /* BSG_KSString.c in Sources */ = {isa = PBXBuildFile; fileRef = 6A3EE91EA9AB6487CF3EEBE36B5921EB /* BSG_KSString.c */; }; D52DF263F6B8B51F0BBD84B9EA495BEA /* Pods-defaults-Rocket.Chat-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1755BCB66039C137A85759A7F94BCBA6 /* Pods-defaults-Rocket.Chat-dummy.m */; }; - D570E8D48A9B65FEA255788B0CCCE60D /* BSG_KSCrashSentry_User.c in Sources */ = {isa = PBXBuildFile; fileRef = 9B1291155C81687F0E27949F38FDD0C7 /* BSG_KSCrashSentry_User.c */; }; - D57B2E95729494B9AD629E13508E9667 /* FIRCLSReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F54326AC621E597F0AE6531674584AA /* FIRCLSReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D5863DF5B8435B11DB51B2742283233C /* NetOps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FC4699813258B1B0ACDF0D9BF8CB4DDF /* NetOps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - D59F1D3314E0012539927F1C246622F8 /* SharedPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = 182174290313A6F0F4E06EE8C2709B5E /* SharedPromise.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D5AB3C4AE21AC6BECB9370AC3C74C0ED /* NativeToJsBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = CEB4274A0303527FBC2F80EDA19FB2D0 /* NativeToJsBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D5BB24CD4D82D48AE68984151DF21DA8 /* RNFetchBlobReqBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 284D14CCBD98F2AB84465B52C992584B /* RNFetchBlobReqBuilder.m */; }; + D5448A1F18246C38A6D8590DAF3D9FDD /* FirebaseInstallationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DD8DC42F0FFFC96C873E1C2A8A0A759 /* FirebaseInstallationsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D570E8D48A9B65FEA255788B0CCCE60D /* BSG_KSCrashSentry_User.c in Sources */ = {isa = PBXBuildFile; fileRef = 1F55396481B6575A067BE7618B16F638 /* BSG_KSCrashSentry_User.c */; }; + D5744FBFE1498B672A336F6A12810C9B /* GDTCORLifecycle.m in Sources */ = {isa = PBXBuildFile; fileRef = CCD023D12981BF77FBA2A8CC13B997D1 /* GDTCORLifecycle.m */; }; + D5A1FA795A975ABAD689FE86D831453A /* FrameSerializer_v1_0.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A2729FB149C004BFC5F9A0BE463A22FF /* FrameSerializer_v1_0.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + D5AB3C4AE21AC6BECB9370AC3C74C0ED /* NativeToJsBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 82E28BCEA0650F9525A7EAB3D088FB10 /* NativeToJsBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D5B9B7F9AFD1EEA64D96076DD32A19A5 /* F14Defaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FA3467C61F628A26A2C7E187ABB1AD6 /* F14Defaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D5BA735782CFC37A8CE51F894B82612F /* FBLPromise+Catch.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E85121D71C337EC33D59DC67F3A22EE /* FBLPromise+Catch.m */; }; + D5BB24CD4D82D48AE68984151DF21DA8 /* RNFetchBlobReqBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 0679DDA06F6083ADCCB39D00724A4529 /* RNFetchBlobReqBuilder.m */; }; + D5D7104B77F74669305E6182C8CF6DC4 /* json_pointer.h in Headers */ = {isa = PBXBuildFile; fileRef = FD15F3DE0EA295254AC4CCCAFDB388D3 /* json_pointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D5D7B2D4BCF99C4CF48C524BD28EF73B /* ReentrantAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = D110FFBE59C0123CEF10E41666AF2435 /* ReentrantAllocator.h */; settings = {ATTRIBUTES = (Project, ); }; }; D5D826DB3A9E822566A2CC42FB38651F /* alpha_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 990D8C8EAF8BC29F8D671DFC91560098 /* alpha_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D5D875D1A8B83FBAC4C2A300CD2AF67C /* event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FA969B0F0BD60764FE6FEA3A6B2406B2 /* event.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - D5EB92A602170EED10EDF074306EABD1 /* ARTShapeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 00DD4C69F8AA90E1B6A681B8D672263E /* ARTShapeManager.m */; }; - D5EE541D4B907DCF71D1230D0FFAF133 /* PBUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E1A25CC54C59072C25E89561934C73B /* PBUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D5D875D1A8B83FBAC4C2A300CD2AF67C /* event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C11AFE9E0317ADCCFA15A7008D924172 /* event.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + D5EB92A602170EED10EDF074306EABD1 /* ARTShapeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3789240F49EA349195FE80E69BE3E726 /* ARTShapeManager.m */; }; + D5FEE70D65F512125F02B6C67C4FF25B /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 455B5702E493E1ADACD4621A4BDFFCC7 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D600E921C56A2D69EF0107E52DEE946C /* ParkingLot.h in Headers */ = {isa = PBXBuildFile; fileRef = 51B4A34003CF6A66513D01C42D3166A2 /* ParkingLot.h */; settings = {ATTRIBUTES = (Project, ); }; }; D603907633CA638078EDD2A62F100B04 /* random_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 7284BE298526DE78C58427749C524E83 /* random_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D61F03C559E92884248EF73D7FFBF798 /* EXAVPlayerData.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CB8136B664A0CF0E4A8135286736FAF /* EXAVPlayerData.m */; }; - D6529F4D26D73569F052B12EEE788955 /* FIRCLSReportManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2813D121859B55717FEB3F6263D8A3D6 /* FIRCLSReportManager.m */; }; - D66730DAC3D36B39891FABD9BDCBB137 /* RNCMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = ED82D15FA2DDE7D7EA1C9C1AF653A145 /* RNCMaskedViewManager.m */; }; - D67FA9AB44F255BBC99DE01C1472E719 /* RNFlingHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B70647CBF6F95430F40F6C3A3605239 /* RNFlingHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D6A4CB7D75E3E43A684491B7B4C0D44E /* project.pbxproj in Sources */ = {isa = PBXBuildFile; fileRef = FE76D3BEAA488CACE31EE841EB178DAA /* project.pbxproj */; }; - D6B706DF527F79D46421A1AB781116DA /* Rsa.m in Sources */ = {isa = PBXBuildFile; fileRef = F2199A414EE6C8C5DF19EF42213EB8E6 /* Rsa.m */; }; - D6DF4F2D83BD615C95810E884139BE20 /* openssl_md5.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E70029A2909BA264FA3C8D6F4E32DBA /* openssl_md5.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D6E7B6E988F3AE605F88AE7F1B7C68E9 /* DeferFlowable.h in Headers */ = {isa = PBXBuildFile; fileRef = E667D8F6F62F23020B2C6A1DD4A1E95F /* DeferFlowable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D6EDA4DC9471EDE3CA75A33F8CB08AB2 /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F445ED86652108DCC3A6BA324B0B8165 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7352E4267BB504664311FEB08063497 /* GULNSData+zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = B4667D1D82043D3B10BB2AEDB08A79DA /* GULNSData+zlib.m */; }; - D75E51C94543626433DE0E77B739ECEB /* SetupResumeAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E418FE0CA836FF3609A983A812AB37A /* SetupResumeAcceptor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - D76B15576837FFA6AFE9E855556EBD47 /* ThreadName.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06D84CBCC57034D95E396652273DA377 /* ThreadName.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - D7A68A1C097762915261A2A3B43306E3 /* ARTText.h in Headers */ = {isa = PBXBuildFile; fileRef = F8482E6BF114F27052416F91C2E7E104 /* ARTText.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D61F03C559E92884248EF73D7FFBF798 /* EXAVPlayerData.m in Sources */ = {isa = PBXBuildFile; fileRef = C5BE3FAA76D61C918E1969E10A1D3D8F /* EXAVPlayerData.m */; }; + D62C8173C02363F6C4CFECB79A2F4E93 /* Function.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A7B47DE6FB5556DBCC9109F3A598A05 /* Function.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D62DB1E6BD907F5F983ACFD643CEC819 /* FIRStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 796CD8553C5802D31544788DC42D6954 /* FIRStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D66730DAC3D36B39891FABD9BDCBB137 /* RNCMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 362BDF004E1BBD646E998F7B026A559D /* RNCMaskedViewManager.m */; }; + D67FA9AB44F255BBC99DE01C1472E719 /* RNFlingHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BECCA2837BBA24CAADA20BE703F12A9 /* RNFlingHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D6A4CB7D75E3E43A684491B7B4C0D44E /* project.pbxproj in Sources */ = {isa = PBXBuildFile; fileRef = 5F8207A4A9D37575E823E4740ADB11B0 /* project.pbxproj */; }; + D6B706DF527F79D46421A1AB781116DA /* Rsa.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D07A3084F02111B4D644D30642D7104 /* Rsa.m */; }; + D6B92EF9CD7654C6DEF92CF4FC4CD178 /* QueuedImmediateExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 35E714CEFDC6BF26C15AF5F6428B3D7B /* QueuedImmediateExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + D6BB143397FE5D2A9C94FBAFE3DBD8DF /* GULHeartbeatDateStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = E5829883783F778ADA8007BB600B4958 /* GULHeartbeatDateStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D6EDA4DC9471EDE3CA75A33F8CB08AB2 /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A1B1E9FD44F86147BC309712FAF9CE43 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D70012F73E62CF3626B2B5429B4BA5F4 /* PicoSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 242F245388767C253E6CB45585494230 /* PicoSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D71EAB42A1D1BD3AA4A4C5FAB21B8977 /* StreamThroughputTcp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3E04A42256243F07DA15337B2A0A0D65 /* StreamThroughputTcp.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + D76C305B6D2435240101585E93A9C5AD /* FIRCLSSymbolicationOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = F1BF623936659BE23B46D54E9876D042 /* FIRCLSSymbolicationOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D77F80FAC806F5571B64A0D857F68C64 /* ThreadLocalDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 95BAC5CB0D279B5958E7B0D88AD3C358 /* ThreadLocalDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D7A2EE75FF3D02F833DB701D8818A5B4 /* AESCrypt.h in Headers */ = {isa = PBXBuildFile; fileRef = 35F61E3C6B07427BB835C244D999622A /* AESCrypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D7A5F8A207DE67F03C768510690FE72E /* GULNetworkMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = C9C85AA18121D7AB9AD524E166C2D2FA /* GULNetworkMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D7A68A1C097762915261A2A3B43306E3 /* ARTText.h in Headers */ = {isa = PBXBuildFile; fileRef = 90FB8441D378C62633AE475C9E64146F /* ARTText.h */; settings = {ATTRIBUTES = (Project, ); }; }; D7B9E25CD820E32E1A7169C913D64D26 /* SKResponseInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = AE93DFADEB709B24F6E4E38728BC3A80 /* SKResponseInfo.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - D7BDE86F5429FC91EC5AFE77B646263C /* ARTPattern.m in Sources */ = {isa = PBXBuildFile; fileRef = 44DD50027694D12307F2F079CE95B327 /* ARTPattern.m */; }; - D7C1A2B2443D4FA9E42E36E1A3C8E5CC /* RNCCameraRollManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B1FC8EC1A9E3AFAFB86DE98FB02563DC /* RNCCameraRollManager.m */; }; - D7C70782857B47EB1FBC067A6752BBA2 /* FBLPromise+Timeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 75FAB4B2A9D6C1EE005C3C69A279E67D /* FBLPromise+Timeout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7D28401F9B963EE79B7DC82C8D50692 /* BugsnagReactNative.h in Headers */ = {isa = PBXBuildFile; fileRef = 088D867B6045E08C3426542A42C39248 /* BugsnagReactNative.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7D3E4DF9F097B5C380A18F4D95B58DC /* UMViewManagerAdapterClassesRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA89ADFAE2C751837BFB321B2E716B5 /* UMViewManagerAdapterClassesRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7E63E28893E0CEA70E87C65D8C8F809 /* FIRInstallationsStoredItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C1B54031058F3D5F70B8E814CCE8BB5 /* FIRInstallationsStoredItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7FB02DEB50E4DB43AB98B77DBC8531A /* ScopeGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 914E3BD35F915AD23C39284356B03C4B /* ScopeGuard.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D81171CB6992811B836199B576580286 /* FIRCLSUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 892193E1996EEA8A63110BD4816ABE36 /* FIRCLSUtility.m */; }; - D82A6841B202F23715929FE0F4221F22 /* RNNotificationParser.h in Headers */ = {isa = PBXBuildFile; fileRef = CA842D452C4272B4538C95106D451C7F /* RNNotificationParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D840DBB9DF806D590F3C0724B5217DE6 /* ScopeGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AADD60F401282A7F534AB3246C375EA3 /* ScopeGuard.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - D845599732D25B09D7E1B61E36D70AFE /* FIRAnalyticsInteropListener.h in Headers */ = {isa = PBXBuildFile; fileRef = B83053500F79E12FCDA0FE995A7E28E7 /* FIRAnalyticsInteropListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D84E163D51C6027FF4ABFC25F29FE9F0 /* FFFastImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E93A0CD469D7E85F8F3E028A7CDDE5C /* FFFastImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D8524C7356F5C9FC37B8FA76C1F28FDA /* GDTCOREvent+GDTCCTSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 7182D45BF8BC1E8C313FD6330F6D3B88 /* GDTCOREvent+GDTCCTSupport.m */; }; + D7BDE86F5429FC91EC5AFE77B646263C /* ARTPattern.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FCF861487A5F554EE8FD85692644D40 /* ARTPattern.m */; }; + D7CE95CD1C6CC6913ACD73B94312B50C /* FlowableOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = BF0816983A4601DA59629B393984177F /* FlowableOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D7D28401F9B963EE79B7DC82C8D50692 /* BugsnagReactNative.h in Headers */ = {isa = PBXBuildFile; fileRef = FD63E0CBA6494F78296FE7F399E47ADA /* BugsnagReactNative.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D7D3E4DF9F097B5C380A18F4D95B58DC /* UMViewManagerAdapterClassesRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = E0AA6C6BEE67B4F2D580258481D6F536 /* UMViewManagerAdapterClassesRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D82A6841B202F23715929FE0F4221F22 /* RNNotificationParser.h in Headers */ = {isa = PBXBuildFile; fileRef = DE9BC8AE9F401FB575160339FDA33F2C /* RNNotificationParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D84E163D51C6027FF4ABFC25F29FE9F0 /* FFFastImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = AAB7C3A2EEF8348A527A39B43B3A4DD4 /* FFFastImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; D86314FFE6A05AF0C5CDAA7D7C7D3487 /* endian_inl_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 738C6B6E9169BE2D4B6F6BDEAD7E0359 /* endian_inl_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D86F72CC62FC8D0D67F536E6F9023641 /* MiniPBCoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 423F3952D7C60D2A97C19C94C400F4FC /* MiniPBCoder.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - D87BFE6F5622B62FF1AE651A0B05497D /* FIRInstallationsHTTPError.m in Sources */ = {isa = PBXBuildFile; fileRef = BD524A23A00372445FD8C168B40E19B0 /* FIRInstallationsHTTPError.m */; }; - D8810890AFE0027D8DDE3B6A3DA3765E /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 254B8AF8693FF0B9AE0C60604D3153AE /* fast-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - D881BDD9CC2ADE6E38BB569732FB013E /* BugsnagCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = E45A8836F99F3A82E8612DA71A513818 /* BugsnagCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D88512BB19A13BD30DFA6819C72E3FA3 /* RCTMultilineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 672F718A19F95C14309E2900A52C82B5 /* RCTMultilineTextInputView.m */; }; - D88CB23BE12AD5D0B2ABE59ADFA86692 /* ReadMostlySharedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A1E03841F4E5C270ED66C8D09ED7636 /* ReadMostlySharedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D88ED5331B5D311F811CA7E761D241DC /* RCTErrorInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 438CC441C34A6B90C603EA95CD90A297 /* RCTErrorInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D881BDD9CC2ADE6E38BB569732FB013E /* BugsnagCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 389F204A875DD6CE7B8C65D858001782 /* BugsnagCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D88437DEDA4B4E1622141C0FBAA5ABF5 /* FIRCLSURLSessionAvailability.h in Headers */ = {isa = PBXBuildFile; fileRef = CE2A600BB53516D57ACFA66BC5E57A63 /* FIRCLSURLSessionAvailability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D88512BB19A13BD30DFA6819C72E3FA3 /* RCTMultilineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 87EACC925A1372A96058627D03E5E34C /* RCTMultilineTextInputView.m */; }; + D88ED5331B5D311F811CA7E761D241DC /* RCTErrorInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 589ECE73E12C7A1058C936216698C83A /* RCTErrorInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; D8A4B5F5995B817638E0C72ED94401D3 /* vp8l_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = F0199BBAC2939E26C55302161E4019C3 /* vp8l_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D8A5D9490469DF0A46E8B48C78C9DBFE /* RCTDevLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AFB9D05621A6DC286DC7D63FCC311FB /* RCTDevLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D8AC649573C30C5F7E0D42DCE7A9BCF5 /* PicoSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 242F245388767C253E6CB45585494230 /* PicoSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D8EA2D2663FCF4B2B2C7AC39EDCD203D /* RNPanHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 75BFAAE24E258C08E424570C6E565C60 /* RNPanHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D913F93C31A0C37A068FEEE5952951FF /* LNInterpolable.h in Headers */ = {isa = PBXBuildFile; fileRef = 7704F8FBEFE7EEE7A5BC729F8ABA3258 /* LNInterpolable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D930847AA1C4CEB026F488824AC17F93 /* ParkingLot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5F16C7F90CBEB074329AD1E8576DBBD7 /* ParkingLot.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + D8A5D9490469DF0A46E8B48C78C9DBFE /* RCTDevLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = D7BB667CBF23AEB10205AD5FBE1F58B8 /* RCTDevLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D8D56728978B571854440BEAF9A2AFEE /* openssl_cfb128.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 484DDBFFEFAD37DA5A1115CC609214F0 /* openssl_cfb128.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + D8EA2D2663FCF4B2B2C7AC39EDCD203D /* RNPanHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 83822D2F11D4ADE5FB3F659148C4C60E /* RNPanHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D90CD27207AB40D5A4CB8FB54475E6BA /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 22667A68519F5488DBBE56F01CA01BA5 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D913F93C31A0C37A068FEEE5952951FF /* LNInterpolable.h in Headers */ = {isa = PBXBuildFile; fileRef = ED9BF1A0470230BBDB4D3335A4261D9C /* LNInterpolable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D9320651D932C30727FF289336E1AFB5 /* Sched.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F013CB7A6E6CDC12382D63BB0679EFF9 /* Sched.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; D93AC3A2690A202A9C45D9C1DA332413 /* SKMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 180D90CEBCBD4A7E23C6FFFDA3A4C14E /* SKMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D97B500D761687CB85D27727E5170527 /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = E9409F4F5B13205E22602611A1962ADD /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D97DB69AEEAA12A73936211548D4C0CC /* FBLPromise+Timeout.m in Sources */ = {isa = PBXBuildFile; fileRef = 4311671915DF334E27A7ED2B0123315E /* FBLPromise+Timeout.m */; }; - D9855CCBB0D5FDCE73A00FCF7B83FDF4 /* StreamRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A42B29DA8DCC509D2967F364F45C6DB /* StreamRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D986160C8FFBCEC0E21F838020710C01 /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = 234D72060E004FEC22598304644FF94B /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D98D5E0F70D655730F87FDEF7277F9B0 /* REATransitionValues.m in Sources */ = {isa = PBXBuildFile; fileRef = B3268C78202AE1DD8F4F200E1AC0FF95 /* REATransitionValues.m */; }; - D9A221A4D8C2277FE9AADCDD1BA5CCBF /* RNNotificationCenterListener.h in Headers */ = {isa = PBXBuildFile; fileRef = B575A14AF5D843CB34E5763D6E905F48 /* RNNotificationCenterListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D9D5A57F3D28556DB0AAE421E545EBA2 /* RCTLog.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0F7DB1121D762F10C8B544D6C1CBD5F8 /* RCTLog.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D9D7640C312E4F5D10B045C66F25D16D /* RCTConvert+RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D1331AFBC431236D61E0518E19186C2 /* RCTConvert+RNNotifications.m */; }; - D9E6889BE1390C1ADDD017DF60828CAA /* QBAlbumCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E074A29F34F6A41EF0C25CC20F1453F /* QBAlbumCell.m */; }; - D9E9397560A60FB297D9AA76A7F38DD8 /* FIRCLSFileManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0092AD832845D751E242900001441BE7 /* FIRCLSFileManager.m */; }; + D969E1A81608BB8F469214F34D563932 /* GDTCORTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 74560CC510D37D57F437D1F3E3B31B90 /* GDTCORTransformer.m */; }; + D97B500D761687CB85D27727E5170527 /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = F5919FFDB76878199818BE35674B13D3 /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D986160C8FFBCEC0E21F838020710C01 /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FD743AAC47D3BB75DFD59BB9FF83334 /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D98D5E0F70D655730F87FDEF7277F9B0 /* REATransitionValues.m in Sources */ = {isa = PBXBuildFile; fileRef = 897F3AE774C215BE283DE39D632F960A /* REATransitionValues.m */; }; + D9A221A4D8C2277FE9AADCDD1BA5CCBF /* RNNotificationCenterListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 32030FB0782D84838DFD8B9B48D8DFED /* RNNotificationCenterListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D9D5A57F3D28556DB0AAE421E545EBA2 /* RCTLog.mm in Sources */ = {isa = PBXBuildFile; fileRef = 498AA41092D76A6D93B4B41B32CEAFA8 /* RCTLog.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D9D7640C312E4F5D10B045C66F25D16D /* RCTConvert+RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = 4665CA6C0F25FFEDEA9AC367C8CC8CFC /* RCTConvert+RNNotifications.m */; }; + D9E163FEEAFD9A1880609C85919D27E7 /* FIRCLSFCRAnalytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EE9BEC4C9C1445412EF648ED645BC0D /* FIRCLSFCRAnalytics.m */; }; + D9E6889BE1390C1ADDD017DF60828CAA /* QBAlbumCell.m in Sources */ = {isa = PBXBuildFile; fileRef = DE37E91110B2DB1F2E5D311908F43B7F /* QBAlbumCell.m */; }; D9E99C551FF7DC8AF46C56289ED5483D /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 88CB2ED7EF97FD56CDC5BE6B8D275AFB /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D9F92704914BEE5433E6D7932280120D /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B966AD28A40E9EAC2DE66A680DC35B7 /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D9EC14617A5E2E8383BF6B29CE49BAD5 /* FrameType.h in Headers */ = {isa = PBXBuildFile; fileRef = B80A23D4FAF9FB02CBD278DAD2B9B820 /* FrameType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D9F92704914BEE5433E6D7932280120D /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = FB487C1EC517E34306ED0D2F6E1BCB95 /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; DA12577AE96A6BA6526A239AA272C315 /* FBDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = A8582BEBE81543C7ABE35AC5D3E95BAD /* FBDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA288CD5E0C0355A9CA34658690B5C47 /* RNFlingHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = F00B312BA4F6AB4F7CC6AC3FA17A9F48 /* RNFlingHandler.m */; }; - DA2D2959FC46FE2CCCEC64BA8B8A0762 /* Assume-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 519A1542C20CDC28671125ED5EF0D3D7 /* Assume-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA286E1B35DCD56983182FB3BA426E20 /* StringKeyedCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C9F7EC64A03F828046765AC004D6458 /* StringKeyedCommon.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA288CD5E0C0355A9CA34658690B5C47 /* RNFlingHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = A28A0F339ABFDA7FFB26976393C34362 /* RNFlingHandler.m */; }; DA3AB159D372D1C09311AE957554C4E7 /* quant_levels_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 2546416853335A62168C5F2BE29C7AB9 /* quant_levels_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; DA41048D8B90D46E38F019D6F185AB51 /* frame_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 63E3A1192256CFADCF0C8F051DE2EDE0 /* frame_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - DA617A49FEF901D70D5866081CDE3759 /* RNTapHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 458A1600C5523F4145E315BF88A7D792 /* RNTapHandler.m */; }; - DA9205F5FD1B01B7D159C7CB1743C245 /* RCTCxxMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = BA9F01BA0B779F8D2654E30D154B94F6 /* RCTCxxMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DA9A986DAD0B02518A20C48A7911E28F /* SocketFastOpen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1425B2F0CC636B4147403543505119A8 /* SocketFastOpen.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - DA9AA176337618B6466E7F9E7EB803AB /* react-native-simple-crypto-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D5FC2B5CE3AF4B5D632AF91F4BF19FF7 /* react-native-simple-crypto-dummy.m */; }; - DAA5D42F228D8B9CAD984D3158DC5157 /* RNRotationHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 02685F68FD6C5940C2217560FBB9B787 /* RNRotationHandler.m */; }; - DAB0479C7F41F7A60B7ED71F8715F7FF /* Windows.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C541A7533550ABFC70B91DF817BFCC /* Windows.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB00EB85B1A8598DD2668EB6E749A1C7 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4203EB175AFC90369B754FAE7363F797 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB33E5DD53080DF676CCD6F6EF8B7156 /* FIRCLSExecutionIdentifierModel.h in Headers */ = {isa = PBXBuildFile; fileRef = FFC75573593BA836A5B9C49E784A2CCC /* FIRCLSExecutionIdentifierModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB429C6AD36DDC50FBE3D0D0196DA61D /* REATransitionAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = AC7BBD3985B5F93606ADA56F4A73492B /* REATransitionAnimation.m */; }; - DB51E72E3683C114D216E4D31BB670DF /* FIRCLSDwarfUnwind.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E9397A0636933F5CE512BE3684A997E /* FIRCLSDwarfUnwind.c */; }; - DB5501D8315E2BCBB882A376AED5DAEB /* Pbkdf2.h in Headers */ = {isa = PBXBuildFile; fileRef = 6130685A33B1E8BCB339590945AF2D45 /* Pbkdf2.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB6DDCCFB2EFEB011FA3E4BA3C0E2D57 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 9279A2B8AB440EE181531F0CBFF90CBE /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB7703EFE050072F19D3970520CFD563 /* GDTCORLifecycle.m in Sources */ = {isa = PBXBuildFile; fileRef = CCD023D12981BF77FBA2A8CC13B997D1 /* GDTCORLifecycle.m */; }; + DA5E9E3DAC1B97E8591BA63DC69A40D5 /* StringKeyedSet.h in Headers */ = {isa = PBXBuildFile; fileRef = D823457CBD7043FAEB9E29F9B5EF08CE /* StringKeyedSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA617A49FEF901D70D5866081CDE3759 /* RNTapHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C9FF06600BB230D554B8E244D7A289B /* RNTapHandler.m */; }; + DA76C2F9286A335CC3BF97E694A9260B /* openssl_md5_one.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34725C1DA2003EC8A547C1246793094F /* openssl_md5_one.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + DA9205F5FD1B01B7D159C7CB1743C245 /* RCTCxxMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1DBD802564E5D14EEA33B89437B51001 /* RCTCxxMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DA9AA176337618B6466E7F9E7EB803AB /* react-native-simple-crypto-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B36491838C46C22A87B55F00288280FF /* react-native-simple-crypto-dummy.m */; }; + DA9BA88926DC5914F3BBCE8FB51C5042 /* FIRCLSURLSessionConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 9739DB2412D22C208A57481EE2578872 /* FIRCLSURLSessionConfiguration.m */; }; + DAA5D42F228D8B9CAD984D3158DC5157 /* RNRotationHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 616E0FFE26CC0960929942A93C4E229F /* RNRotationHandler.m */; }; + DAEE7B9C3AA7E70DFA87519CC55851F8 /* FBLPromise+Race.h in Headers */ = {isa = PBXBuildFile; fileRef = 094F5EDAB5CCCE4C29647C4ECD85275D /* FBLPromise+Race.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB35D9D830399DA010FA302EA647B66D /* ChannelRequester.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E7EA030D8078C2787BD06E96FD3006FF /* ChannelRequester.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + DB38E5A0EB6A09064AF8609FD9A079CE /* MemoryIdler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D06B114CA9C0C3023CCB0052B504654F /* MemoryIdler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + DB429C6AD36DDC50FBE3D0D0196DA61D /* REATransitionAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 427F8A4FDA7C74319978BEF13D333788 /* REATransitionAnimation.m */; }; + DB5501D8315E2BCBB882A376AED5DAEB /* Pbkdf2.h in Headers */ = {isa = PBXBuildFile; fileRef = A72869F7BC38F2B2B36D6735E635803F /* Pbkdf2.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB76D0B05B98CD4FDC1B1A8E7C75F86B /* Benchmarks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9E6C3C99A1D38B82EF4DDB61CDC11034 /* Benchmarks.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; DB7879CDFFEB7588118E764AD79CBDC8 /* da-DK.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 45B4FBE317831AE4A6442251D259B467 /* da-DK.lproj */; }; - DB8622164A4E4F6184FBA8274A165360 /* Unistd.h in Headers */ = {isa = PBXBuildFile; fileRef = D34AED4B5FB4F3CE12AB8E397850C360 /* Unistd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB8FCD01C7479862F2CECE597B3AA02D /* RCTConvert+FIROptions.h in Headers */ = {isa = PBXBuildFile; fileRef = AE9CD199F0E9A0E52086BA604001E260 /* RCTConvert+FIROptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB9402CC77107738DC311B9F0D68E58D /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 455B5702E493E1ADACD4621A4BDFFCC7 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DBB2F9754690951A904C68188C09ED2D /* REAJSCallNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E27B883EC3069968BCD6E1ACF7E0393F /* REAJSCallNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DBBCA08B4689ED0C0075E17FE529048F /* RCTBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 282BBF82E293B481DE0248B7E42CE8FE /* RCTBridge.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DBCDBCA655121C33274488B88528D9E0 /* FlowableConcatOperators.h in Headers */ = {isa = PBXBuildFile; fileRef = D705E346C0D7E0D485B5C54148BEBDCF /* FlowableConcatOperators.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC01FAF66C92143889DEFC88248B49EA /* SysTime.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EFBA99B4E0C8F3A90337D95F312EE1C /* SysTime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC364BFFC1D08964DA37D045323A33D2 /* FIRCLSNetworkResponseHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 134B595262E2B2DC2CE3B66C203EBD88 /* FIRCLSNetworkResponseHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB8D35A5E51A869C4A026AAEF3889ABA /* OpenSSLUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 70ACFD097CEC9691CBC2F6EE5CE13D76 /* OpenSSLUtils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + DB8FCD01C7479862F2CECE597B3AA02D /* RCTConvert+FIROptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B2019C1FE357755E0196C90F46B684C /* RCTConvert+FIROptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DBB2F9754690951A904C68188C09ED2D /* REAJSCallNode.h in Headers */ = {isa = PBXBuildFile; fileRef = A0A3947DEFD953FD2E99B7D8A4957D34 /* REAJSCallNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DBBCA08B4689ED0C0075E17FE529048F /* RCTBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 32CB6BEDA8BC4CAD578305F10AC47765 /* RCTBridge.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DBBEE698F6D3D85FC8499D9ABE0DA432 /* FIRCoreDiagnostics.m in Sources */ = {isa = PBXBuildFile; fileRef = C4579E79C68E1E8CDEA8F9ABC1AF1E04 /* FIRCoreDiagnostics.m */; }; + DBCD75EB1B2FE2FAF06806A9B5D50CF3 /* CancellationToken-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = B0D522684E5033511C436FEC61BD1B02 /* CancellationToken-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC101DEF3E801F552ADA91FB978D9FA7 /* Event.h in Headers */ = {isa = PBXBuildFile; fileRef = 07175D29AF10E770288BF8B9D85FC3DE /* Event.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC35977944720997F4BC34E65A5BF669 /* CodedOutputData.h in Headers */ = {isa = PBXBuildFile; fileRef = AE1AD18CFE4043E1D613B60F0F36FF5B /* CodedOutputData.h */; settings = {ATTRIBUTES = (Project, ); }; }; DC3FC3B8E814711045D83177E78AEE2B /* thread_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = FFB54071411E53C34573BCB0774D7246 /* thread_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC40CCF3CD8E96120E9E7291947AD62A /* FIRCLSPackageReportOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 9834FCEDF152C5846256FAA9FC2F1BB4 /* FIRCLSPackageReportOperation.m */; }; DC46A65585FCD4F7D89F6940AEA31D4F /* rescaler_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = DDCB59DA29B501FE7C3A6DC7358F5128 /* rescaler_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - DC54E9D36EAFB9DAD289BCE6FA2DDB67 /* FIRInstallationsIDController.h in Headers */ = {isa = PBXBuildFile; fileRef = F1BE313E0178B44A61CCEEAE13A6C717 /* FIRInstallationsIDController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC5B3F4273F146ABA6F5ED7317E80EC3 /* UMEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = CCF485611C7AB1AC580C0212797BBCFC /* UMEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC7F875A4FB8CB62EB07274FB0CCF63E /* FileUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = E23C440F2D3F1573DFBEF07FEEBCD6A5 /* FileUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC5B3F4273F146ABA6F5ED7317E80EC3 /* UMEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 89C55ABF383065305F34D4FD4B763016 /* UMEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC82E9B8A12D55B50D21219CD769F488 /* FIRCLSThreadArrayOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 05B819B9D0F5E8E7D8373B00494B2F42 /* FIRCLSThreadArrayOperation.m */; }; DC884C39E95DD53442E0D623FB0F433E /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 40BD2E7AC013B9E41AAD85D186A4FA8B /* SDWebImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; DC8A8958D9FD25E75ECBB2DA0D74C5FF /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = 16A59E0EF96D14462C4073136CC9D50E /* SDAnimatedImageRep.m */; }; - DCAAF7386528AE36F709840F0027723B /* UMAppLifecycleListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D0EF528D05BDBB8FE6A827598FDBFAE /* UMAppLifecycleListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DCAE640A1C86B6B9D85AE5AB5C425899 /* FIRBundleUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = A0FCB61F2EBD449F4543CB3E43AA5677 /* FIRBundleUtil.m */; }; + DC8E68839942D7B0D1FB57E5620EFCEC /* F14Policy.h in Headers */ = {isa = PBXBuildFile; fileRef = DE3B5D1E43D3FE530CB383A136852596 /* F14Policy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DCAAF7386528AE36F709840F0027723B /* UMAppLifecycleListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 907DBEB9777B195E86A190106A88BB2F /* UMAppLifecycleListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; DCC3DA2DE9E5E380C04A72257BAAD392 /* UICollectionView+SKInvalidation.h in Headers */ = {isa = PBXBuildFile; fileRef = 44BFF3DAA7F1DCC5E5C3DFAC211EDE1F /* UICollectionView+SKInvalidation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DCD3B9DE75022F3D77295F29F2FBA87C /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = FEE09E02B3DF787FD7BCA3505210241F /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DCD3B9DE75022F3D77295F29F2FBA87C /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C3F4A5A780162CAF961D642454C89730 /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DCE0C5C79A0139ECFD0BB13953F1040C /* ResumeIdentificationToken.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E6DD1890317E743382C733ED792796D8 /* ResumeIdentificationToken.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + DCFA0D969EE55402E86500E829B21623 /* Dirent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 533524283F5FE7F6A54D8E1A8FE71CC8 /* Dirent.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; DD064E11686B6C00506BEA26B22DF670 /* fa.lproj in Resources */ = {isa = PBXBuildFile; fileRef = C53F9C211DE6924D23B1763F088E829E /* fa.lproj */; }; - DD24A16ED3CBC4A7BE590AE10DF94E02 /* RCTRedBoxSetEnabled.h in Headers */ = {isa = PBXBuildFile; fileRef = F35E2B7A63B74D094E506B87A8B9B534 /* RCTRedBoxSetEnabled.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DD3FD879397735569999E1D8C7FCB950 /* RCTWebSocketModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = EAB0A80BF2078D3A5FC6A9F2E1732F07 /* RCTWebSocketModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - DD468D678BDF7A68AA1E3CB639E8E957 /* BitUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = D031B3D216422EA93E3A51BE24E8A178 /* BitUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DD4BCCECCCF5E86A997E1C6D4DFEB1C9 /* RNBootSplash-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 51333A5EE8575773A2BC855C5216171E /* RNBootSplash-dummy.m */; }; - DD6AC26850948C45CA7DDE1D0FCCA235 /* RSocketRequester.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E55953D37F0BF415FD5F0436D77B74D8 /* RSocketRequester.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - DD9E0234E5F52AB2ABF2B92EFEA73A2F /* YGNodePrint.h in Headers */ = {isa = PBXBuildFile; fileRef = 194E3BAF0D8BB1ED7DF7E3D4C37D6488 /* YGNodePrint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DDA3B85EC5EF65A2A200992A027DC2EB /* UncaughtExceptions.h in Headers */ = {isa = PBXBuildFile; fileRef = A20306DEA94200E22087DF6EEA684B69 /* UncaughtExceptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DDD8004650D777CB7667EDBBAC18C8FC /* FIRCLSUserLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C6E319C60908897ED62DBABEA24A714 /* FIRCLSUserLogging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DDFCEF65A8E99C2032234187C7EE98A5 /* StaticTracepoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 857C151B50B543208E2559AD2D534277 /* StaticTracepoint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DE27CC50055A9E00666CDB386DC2A320 /* FIRInteropParameterNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DD4F90E58D3847902BF011443DCE5C7 /* FIRInteropParameterNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DE2BCF263241C5BF1A4BC2B4D0F0167A /* F14Set-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = CEFF5D6300B831BA38BF0D956FFABBC9 /* F14Set-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DE3B56D5420B33673E24DDF32E842FAC /* REANode.m in Sources */ = {isa = PBXBuildFile; fileRef = 369986811C8C5B922B81879190BE308F /* REANode.m */; }; + DD0A68EE3EBF0562EF4405FF3504A13C /* Subprocess.h in Headers */ = {isa = PBXBuildFile; fileRef = DF6F5825C179293170C5C51470B5455D /* Subprocess.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DD24A16ED3CBC4A7BE590AE10DF94E02 /* RCTRedBoxSetEnabled.h in Headers */ = {isa = PBXBuildFile; fileRef = 696976E4000AD7BF3D88E4167FD3AEE7 /* RCTRedBoxSetEnabled.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DD3FD879397735569999E1D8C7FCB950 /* RCTWebSocketModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = A94F47AE6735F51649DB64C414E3777F /* RCTWebSocketModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + DD468D678BDF7A68AA1E3CB639E8E957 /* BitUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FD9E003E83974475C601785070D9E7A /* BitUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DD4C175322018A40A089B1229AE30B72 /* openssl_aes.h in Headers */ = {isa = PBXBuildFile; fileRef = E30E14C396EB309A313697C5F82076D2 /* openssl_aes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DD6CDE2DBAEC8DC4605D552C89BCD7EB /* DuplexConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1B0F617DB13603FD3F2164820EDDF5 /* DuplexConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DD9E0234E5F52AB2ABF2B92EFEA73A2F /* YGNodePrint.h in Headers */ = {isa = PBXBuildFile; fileRef = 3901E2B8A432204195F28DCC95FE14EF /* YGNodePrint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DDA8CD3E85032BA74249EA2AA0392795 /* InitThreadFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E665198D622FA71128BB4BBF9E153F7 /* InitThreadFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DDFDDDFA1D6A1870374068F0A3987119 /* FIRInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = 815DB4AECA76A60B88FCD84CCC5F1706 /* FIRInstallations.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE3B56D5420B33673E24DDF32E842FAC /* REANode.m in Sources */ = {isa = PBXBuildFile; fileRef = 250CC1624255FA7B7FC411A4D1584B90 /* REANode.m */; }; DE40556FF13940535E87605672704C9D /* TOCropOverlayView.m in Sources */ = {isa = PBXBuildFile; fileRef = 660138AA021958790F4E9F5918B461BD /* TOCropOverlayView.m */; }; - DE4889F5508405C88BDE580E0BB4F301 /* AtomicUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 63AD4D5E1462C64AA10BE3AA9C59A2E7 /* AtomicUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DE5C5AE20CB48FE715235BFCB42D95FC /* RCTSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D5BDFFB8DA9E0C8D0F0DF040BE9DA96 /* RCTSafeAreaViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DE61DE07A959222667D9FB47E0F65760 /* FIRAEvent+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DD862F5BB790136CC54E049F7D6B37D /* FIRAEvent+Internal.m */; }; - DE7005D4498EE67072467850589DCE42 /* RCTSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B3AB399CD5F1F88D1F9412FD173C159 /* RCTSafeAreaShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DE7F2D9EBBF01761EF89478EDF28F720 /* UMModuleRegistryProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EB443CCAA8B3910763F8BDAD00AF053 /* UMModuleRegistryProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DE907C27F82487B7CFD1CE3DF43BB72D /* BugsnagReactNative-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 67842D28929C76D46E029F383CEB104F /* BugsnagReactNative-dummy.m */; }; - DEE3AEAAFD1848898A8645D53C5B55A9 /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = 504BFB23DF17D5CE94E18563B62F744A /* double-conversion.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - DEEEC939BBAB6D133EE4AF8517F3D6C8 /* BSG_KSCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A09E78BF93669FC33C640C83769FB89 /* BSG_KSCrash.m */; }; - DF0C19D3FBFCEFBA3B778D5CD4255543 /* FIRCoreDiagnosticsConnector.m in Sources */ = {isa = PBXBuildFile; fileRef = B4C5139E31E1D2FA1BF3A566B2DE06BE /* FIRCoreDiagnosticsConnector.m */; }; + DE5C5AE20CB48FE715235BFCB42D95FC /* RCTSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EE721DAC5A489632630DA59157D9042F /* RCTSafeAreaViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DE64A313396D736B049C5686DBE21F41 /* FIRCLSUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 60B7352C13A58F5E736F5302C3997684 /* FIRCLSUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE6A526E4DA692316F76227F198D322C /* MMBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 64DBC4A41C836D10CD2B65B9C83ADC3D /* MMBuffer.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + DE7005D4498EE67072467850589DCE42 /* RCTSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BC73CE652A7E8C25A44A531191AD001 /* RCTSafeAreaShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DE7F2D9EBBF01761EF89478EDF28F720 /* UMModuleRegistryProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = B98F98841CC7FAEB021F21AC2BDBB0FE /* UMModuleRegistryProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE80814C51CEDC981815A35B8D5B9C49 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = D7953F433DD8276762D1B76C98DD679B /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE824BD4BF39F007B34DB7795FB4CD86 /* CodedInputData_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7E0ABF6A3008DC62DF39C50AD01515B9 /* CodedInputData_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + DE907C27F82487B7CFD1CE3DF43BB72D /* BugsnagReactNative-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 06575402F69BAA264DDB56499D310347 /* BugsnagReactNative-dummy.m */; }; + DEB2092249D8418881A7705F4F162A9B /* openssl_md5.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E70029A2909BA264FA3C8D6F4E32DBA /* openssl_md5.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DEEEC939BBAB6D133EE4AF8517F3D6C8 /* BSG_KSCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = 94A08F514E91A9811430FD2262FEA644 /* BSG_KSCrash.m */; }; + DF1C4D0B69A25667C09C145B761A2ABA /* SparseByteSet.h in Headers */ = {isa = PBXBuildFile; fileRef = B7F409DCF2DB123F5791ACD531309E20 /* SparseByteSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF2BE2C0C2335765E3DA628FB1568D67 /* pb_common.c in Sources */ = {isa = PBXBuildFile; fileRef = DE16C6668E00B2EBAF3DF295096B5CB9 /* pb_common.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc -fno-objc-arc"; }; }; DF2E05597CEC2E08B1F5DBF0F4015049 /* alpha_processing.c in Sources */ = {isa = PBXBuildFile; fileRef = A7BD3B30897587FE277B25EC9B9C31F8 /* alpha_processing.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - DF4D99FB37ED3354F619E172238164C2 /* PublisherBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7862928F09842A7D47C7A8599F03B215 /* PublisherBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - DF6ABEF38237E6CCE019B85C6B32400E /* RNLocalize.h in Headers */ = {isa = PBXBuildFile; fileRef = 60BE7111F93BA79923A3DE77A2E94794 /* RNLocalize.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF9556B84ADFE4CE9EE11C32BE59194F /* REATransitionAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A923EE728DC48A2A99DCEA87ADA8B34 /* REATransitionAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF9BF273B3A19D48077F9A2F652E0699 /* RCTAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = F0157DC285016C3E635D25E7AC168BC4 /* RCTAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - DFA5190C4B6DF580BB6920937BB062BD /* RCTActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = FE3B529ED0DEC4A63FB6F7B990989CF2 /* RCTActivityIndicatorView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DFC6C2843236AC9CD84479395B678B30 /* IPAddressException.h in Headers */ = {isa = PBXBuildFile; fileRef = A87B09D4CFBDAA3DE3DA228BFD6DD0F3 /* IPAddressException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF365C2EBC94B800048B8CF31D261D9D /* SingletonStackTrace.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A1BB08A0560C4E5A114B94C7F8978196 /* SingletonStackTrace.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + DF6260BE03F8B14B2BDB07352FE3AEBB /* Format.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E5FA0BDBDDBAF3DFE88E9A0B038D8A72 /* Format.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + DF77B1870F0DC8BE940149CECFC059F0 /* FIRCLSUserLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C6E319C60908897ED62DBABEA24A714 /* FIRCLSUserLogging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF9556B84ADFE4CE9EE11C32BE59194F /* REATransitionAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F97AB0D01237B3ACB62A1BB4D0DEA98 /* REATransitionAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF9BF273B3A19D48077F9A2F652E0699 /* RCTAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = B1F4DB0DE3C68BC8D3845B502352AB49 /* RCTAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + DF9FE4E9F9A40DAA04728167B52AF6AC /* Lazy.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B563787B475E138B99D047A2373BADB /* Lazy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DFA5190C4B6DF580BB6920937BB062BD /* RCTActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D1FDDAB6886F3C5E12C78B4EF9D7A7D /* RCTActivityIndicatorView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DFBB797F49EF813A8249D87BBB631F3F /* FlowableTimeoutOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = D451CDE36D4FE5E0418D8AB770C36C56 /* FlowableTimeoutOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; DFF0C9CB171FB6035983E5CCB9A663D6 /* picture_rescale_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FEFBDFED2380515A2CEA5D505C5F533 /* picture_rescale_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; DFFDC7BB2C5FFA2C6641CB29347DB592 /* pt-BR.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 96D7AB664B3C5240389A2D3A10416B9D /* pt-BR.lproj */; }; - E0177B9012D532215D3420D29B6D4DEF /* stop_watch.h in Headers */ = {isa = PBXBuildFile; fileRef = 765D975B14C95CD0E5DDAF589122C261 /* stop_watch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E01D030A5A66078118377798A74CE7D5 /* TcpDuplexConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = C642183D6DAB81C8548C7408E9B05C38 /* TcpDuplexConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; E0280FD08DB59EFEE1D26D77D32451F0 /* bit_reader_inl_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 007B11189DB6EFBBF762CD046EBBC8FE /* bit_reader_inl_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E047DD10D9C0AA51E775D934A3AD2648 /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C34EF5347198F9829384D8244C9273F /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E04943B96D991A7148803E0310482350 /* GULApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = D5145D94B174196F0F88077A91A87025 /* GULApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E05070D25885B36129E52C0862B2E5B2 /* ARTGroupManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EAB6A6CD9CBAC54D1046AD6E505AA9F6 /* ARTGroupManager.m */; }; - E071C2C7C18AA96C67B039E4E3E87403 /* ObservableDoOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = 594DA5C684A1F3E750ECDF673845F41B /* ObservableDoOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0857B46FD1EA2B56B7D051FA3CC5C61 /* REANodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 40ECAD6379EE139209460BE826E875A2 /* REANodesManager.m */; }; - E090C2FA5F01793E393A440B8F8BC7DA /* YGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D305DF7D7D5B3FE8785B5534CEB59B9 /* YGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E039CEBCCC6EDCAA4BCABF1C61C90592 /* FIRCLSApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = CD2A30BCF21519B7BA9A5F310C93B04B /* FIRCLSApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E047DD10D9C0AA51E775D934A3AD2648 /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 563B185528F355B6C3C807EC41AC3EFB /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E05070D25885B36129E52C0862B2E5B2 /* ARTGroupManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 34C305F6DB4200EC8160CE013BE96BBC /* ARTGroupManager.m */; }; + E07A3816C7823F12498F97FC155EDB6A /* RSocketStats.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E6F85464D0E9C589588B0CEA2AFC418 /* RSocketStats.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0857B46FD1EA2B56B7D051FA3CC5C61 /* REANodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C4D07A9FBE58959D68731C8097F1FBC /* REANodesManager.m */; }; + E086CC4B377DC0CB9E7282DC7C79E4FF /* FIRCLSContext.h in Headers */ = {isa = PBXBuildFile; fileRef = A550D60ACE3D399664204E2028C73726 /* FIRCLSContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E090C2FA5F01793E393A440B8F8BC7DA /* YGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3983146DD520013B9AE7A9E495AF21E7 /* YGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; E093818C63F941808C9C826923807B45 /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 62F76032D52982B8B017C3CB97D5A131 /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E09C87659A83035BAF8882F1CC902139 /* UMInternalModule.h in Headers */ = {isa = PBXBuildFile; fileRef = C6233E0DD2359073664D851443E0B10F /* UMInternalModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0B59B9295BB44A284B36AE953330A80 /* FFFastImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AF57BADD172E929C83D9EA6D4002EE43 /* FFFastImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0C4E0F84DC2D6681A83CDA889DF830C /* JsArgumentHelpers-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = BEA4161DCE8B474AA7FD663A2D72A5BA /* JsArgumentHelpers-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0C74EBAD5EA1E588C4565B77D8D13F1 /* RNJitsiMeetView.h in Headers */ = {isa = PBXBuildFile; fileRef = D3851BC9D696AEF543C9DB6C7263A7ED /* RNJitsiMeetView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0D369932E013D69B74AAD1AB849DE52 /* RCTInputAccessoryShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E4FB1B3AFC4E3774C5FF0C4B55ED02E /* RCTInputAccessoryShadowView.m */; }; - E0EC600F56B1C38E7BDEF467A29178BE /* FIRCLSURLSessionDownloadTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D8F01ADAB3DF896F0B1176B29B5F88F /* FIRCLSURLSessionDownloadTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0F1C868BF7391D832B1F6E62196FB20 /* FIRInstallationsStoredAuthToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BA90A091B790BE2A8079782D7A08882 /* FIRInstallationsStoredAuthToken.m */; }; - E0FCF1316026221791520A6C8C1B5A21 /* FIRErrorCode.h in Headers */ = {isa = PBXBuildFile; fileRef = C9EC10A99DB5313772B178E755AD50C3 /* FIRErrorCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E10D5565299FCDC9BAACFBA2698A5584 /* BugsnagSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 01AA4DFC050C2F2066EE7D38741351F5 /* BugsnagSession.m */; }; - E110ADEAB6719AA428B109A96FB7D39C /* RCTI18nManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F1E1934C942AADD798ECA3C7AE8B350F /* RCTI18nManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E141ECB5F3A4B103C2ACB2BA515CF1A0 /* LifoSemMPMCQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = A939824C707F9D242993E93013930A06 /* LifoSemMPMCQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E09C87659A83035BAF8882F1CC902139 /* UMInternalModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AD7FBB3E52E496517DD473C75A02244 /* UMInternalModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0B59B9295BB44A284B36AE953330A80 /* FFFastImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E55922B43EE76F56450B6097D7308A83 /* FFFastImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0C4E0F84DC2D6681A83CDA889DF830C /* JsArgumentHelpers-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = D971B7BAF45BCFEB7017C3AF6A8E4623 /* JsArgumentHelpers-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0C74EBAD5EA1E588C4565B77D8D13F1 /* RNJitsiMeetView.h in Headers */ = {isa = PBXBuildFile; fileRef = 92CE6B22333344A59DBED27D884391B9 /* RNJitsiMeetView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0D369932E013D69B74AAD1AB849DE52 /* RCTInputAccessoryShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1999077747FBD16E39EC0BC723FD65CD /* RCTInputAccessoryShadowView.m */; }; + E10D5565299FCDC9BAACFBA2698A5584 /* BugsnagSession.m in Sources */ = {isa = PBXBuildFile; fileRef = BC692AC1CDC21E2E1E0C6FB07E1D8014 /* BugsnagSession.m */; }; + E110ADEAB6719AA428B109A96FB7D39C /* RCTI18nManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B74DCA1E479BBC083FD52F94A88CED48 /* RCTI18nManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; E155FE6D3C06E8396F62E7F093A2514D /* dec_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 547A0C9DC63A513DEDCFD8058B7926C8 /* dec_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - E15D45C4250BCFBD0DFD7E8CDD401DB0 /* Orientation.h in Headers */ = {isa = PBXBuildFile; fileRef = E5C1ED38469528FE9992AC54A404F827 /* Orientation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E179BFCA815FA0FFD8521BE8B8604010 /* Foreach-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = FEC2394175883BA0D3E261637A561463 /* Foreach-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E181EFF1D82F2C246F3C692C681462BC /* REAModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 69C5C04672EFE24387CA33FFEB4FC61F /* REAModule.m */; }; - E1A82558479A238EB891BA6D55CC2B70 /* Observer.h in Headers */ = {isa = PBXBuildFile; fileRef = 15F770A4D5BC785683DD7C5AE37D01A1 /* Observer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E1C92AEEAF907D9FBB3D536670867DE4 /* UMAppLoaderProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CB3706820435745D6FD4D38E142ADFC /* UMAppLoaderProvider.m */; }; - E1E838DDCC005F9938992EE40FF70CB8 /* RCTUITextField.m in Sources */ = {isa = PBXBuildFile; fileRef = DA2CB926731B404A5F0B491352B38846 /* RCTUITextField.m */; }; - E1E8D74B6DEAF85073752EB8E2E0C9A3 /* RCTCrypto-Bridging-Header.h in Headers */ = {isa = PBXBuildFile; fileRef = 19B7F500E18F8C527E72F66E8A9281AE /* RCTCrypto-Bridging-Header.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E1FDAE31212C17A2901CD6D243A5B764 /* openssl_md5_dgst.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6209FAE6D1637CABE395F9466EDB6299 /* openssl_md5_dgst.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - E20099C049D83BA8801089347F356EAF /* ProxyLockable-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = D41C883D22FD10CFD15573410C2CC2A5 /* ProxyLockable-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E212064B6E4581C153DD1B4A387FACF5 /* FIRCLSProfiling.h in Headers */ = {isa = PBXBuildFile; fileRef = 56E499F2B159DB9A0F9234FC5740DD1A /* FIRCLSProfiling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E15BD892DE6037D0AF20F712AF46D737 /* MicroLock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DE75FF89E50B34EC892E7FD9EA2BDE41 /* MicroLock.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + E16B00D04BCFF3271180D76F45FDD159 /* Common.h in Headers */ = {isa = PBXBuildFile; fileRef = A1FA33F9C3C40FB33FAA2F8D92F840A7 /* Common.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E181EFF1D82F2C246F3C692C681462BC /* REAModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 11943036BC71FF8BBEBFAD91D59196BE /* REAModule.m */; }; + E1C92AEEAF907D9FBB3D536670867DE4 /* UMAppLoaderProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = A007AF2122C1D21BCE338FE6B0AEEFEB /* UMAppLoaderProvider.m */; }; + E1E0164B39C96D5D8E6F64FD5A957926 /* WarmResumeManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95FB8C8276999A1DB67E7FCD5131C4E5 /* WarmResumeManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + E1E838DDCC005F9938992EE40FF70CB8 /* RCTUITextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A96B714B7A076AF454A45FC409ECCE9 /* RCTUITextField.m */; }; + E1E8D74B6DEAF85073752EB8E2E0C9A3 /* RCTCrypto-Bridging-Header.h in Headers */ = {isa = PBXBuildFile; fileRef = D36E70401864585368ABB2D383EE25A2 /* RCTCrypto-Bridging-Header.h */; settings = {ATTRIBUTES = (Project, ); }; }; E21CDCA3DA9A017D42C65544EE659537 /* quant_levels_dec_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 3EE8FE43BC10C7A3290B0511031653BE /* quant_levels_dec_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - E235F45E4BC8EBF6FC6D6BA73B07903A /* RNLocalize.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EAA32868BCEE1CD6838F7117FB221D7 /* RNLocalize.m */; }; + E231A20A63F48C974C354EA237E5B9E0 /* FIRCLSMachException.c in Sources */ = {isa = PBXBuildFile; fileRef = 1FE7A7FACDDD35547CD57D3797439B72 /* FIRCLSMachException.c */; }; + E232697AD2A0BBC29515EC23C546E8B6 /* BasicTransportCertificate.h in Headers */ = {isa = PBXBuildFile; fileRef = 3594DF1CD01D964FAA8763E627265CB0 /* BasicTransportCertificate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E23B9A3321A28B32A4AACFD5B755877D /* GDTCORRegistrar.h in Headers */ = {isa = PBXBuildFile; fileRef = EF9FFCBF8924E2CDB54727B590DCC4D1 /* GDTCORRegistrar.h */; settings = {ATTRIBUTES = (Project, ); }; }; E23E3CA4E3F8190534C9146C75ACC3FB /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F718F7B37DD6F239BD9C833E376A6D4 /* UIView+WebCacheOperation.m */; }; - E24729C9CE9A683F338B92F0C81406E5 /* RCTAsyncLocalStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = 08DE2CD44AF217C48F7576C1DE8CC2ED /* RCTAsyncLocalStorage.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - E2494524ACA7CCAC62E1BCC82E2D2A63 /* UMReactNativeAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 8328EE242308AB157F8D434189FE6519 /* UMReactNativeAdapter.m */; }; - E252DD234413551F52EE5EBA70E05941 /* SerialExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = E4EC28420A8DAB4A8E3E95CD98B28287 /* SerialExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E25653A10C2B08B8CA728E8AC6964787 /* FIRInstallationsIIDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = B944022F17462C5C4419A415C78FC0EB /* FIRInstallationsIIDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E240FE4CFF3AAB68DC9FCDFFD745FE17 /* MMKVLog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8509DC6B1B59E8D5D93BFAA30EE12494 /* MMKVLog.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; + E24729C9CE9A683F338B92F0C81406E5 /* RCTAsyncLocalStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = C79F5EDD9360ECB197D9A7E2C9480351 /* RCTAsyncLocalStorage.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + E2494524ACA7CCAC62E1BCC82E2D2A63 /* UMReactNativeAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 7ABCAEFC7D15A90961B2F0FE7C6BEFA0 /* UMReactNativeAdapter.m */; }; + E24A83206E03C560A2FADF1736D882F5 /* RSocketServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E33C6EA516A521956A74363F04E7B05 /* RSocketServer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + E24B68DAF8BD7F21011BAD051A1A9707 /* AtomicUnorderedMapUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 32F06E26515C9916226FBCAB17E6B1DA /* AtomicUnorderedMapUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E24E331B0CC02D6AD017B30F0142BEBA /* dynamic-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = FCC5804A7718ED767C13AA3060F91D5E /* dynamic-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; E26F27C2A2F4B72362ABAED5BB5828D3 /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D104A1919DACBE845E02DB785246952 /* SDImageGIFCoder.m */; }; - E271CB74F0A8D7B66B53E12F533D8CBE /* RCTWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = D76C608E71879AA3C97A1C382D70364C /* RCTWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E271CB74F0A8D7B66B53E12F533D8CBE /* RCTWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = BAE158547CD7C1EE52E1B138FA21D73E /* RCTWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; E275864857518C091CD5FF4CEEE87FB0 /* PTChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AFCB154C55B9E2D70EBDE9BA4A7276A /* PTChannel.h */; settings = {ATTRIBUTES = (Project, ); }; }; E286684CB60154E13359ACBC5252C641 /* lossless.c in Sources */ = {isa = PBXBuildFile; fileRef = 23E8851081162A8ED820AC1CA1814539 /* lossless.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + E2924297050725D0A9A417B790048262 /* SoftRealTimeExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = C0DAB47F808687571AA438E2CDCD9377 /* SoftRealTimeExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; E299094278A43A7E20DFFFC50FE30366 /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 37DA2F9051F6DF45E1CB248C9B98FA19 /* SDImageCachesManager.m */; }; - E29E0B64EC5DCF973EFA8E6377E64F12 /* React-RCTAnimation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9793837FBB5DA5B8D10F6991435CD2DA /* React-RCTAnimation-dummy.m */; }; + E29E0B64EC5DCF973EFA8E6377E64F12 /* React-RCTAnimation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0750C8F835835729E5F25ED089A7AC4D /* React-RCTAnimation-dummy.m */; }; E29FBA6D4C296E52AEF37FE5C202C816 /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 544C7CBA8C6B0405C35792D56547EBFE /* ja.lproj */; }; - E2A3567CDB3E36CB123037C1FA6D4E81 /* BugsnagSessionFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B444503E2F06201D119A2380EAAA238 /* BugsnagSessionFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2B38B0E73DFE014ACC3FCBFC43496FD /* FFFastImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD46193A7A3B87EF2D8CFB26212680C /* FFFastImageViewManager.m */; }; + E2A3567CDB3E36CB123037C1FA6D4E81 /* BugsnagSessionFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = A21BA0836608702D1E04DBBED5D8B75D /* BugsnagSessionFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E2B38B0E73DFE014ACC3FCBFC43496FD /* FFFastImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 09BA6BFFA2138AA164B16472ABBB8BEF /* FFFastImageViewManager.m */; }; E2D24444928BD2DA8C9796FB4B3A7EFF /* SKButtonDescriptor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 04F32D39B9649C511CA9ADE07B4E1A6B /* SKButtonDescriptor.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - E2FC121D4FD836B133A538F740737E48 /* RCTReconnectingWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D7E566608A1776F022A084665FC7222 /* RCTReconnectingWebSocket.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E312281FD29F99F67D349635D1F088ED /* SafeAreaSpacerView.h in Headers */ = {isa = PBXBuildFile; fileRef = DD3EF33295A45B44138EA5AD5EF9766F /* SafeAreaSpacerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E31512A972F9E359D575F24B6B50FA89 /* RCTUIManagerObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 45B80A9F33E706DADBF1F1FAC3660E0F /* RCTUIManagerObserverCoordinator.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E3189CA4D7BFEF893F93E00F4659392F /* REAAllTransitions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C39B1AE2A47A5CCEC117A966E77C454 /* REAAllTransitions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3251301F8417A7D0AB853107B7E24B2 /* SysUio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D92A8D072A13AFB818280124E6E65319 /* SysUio.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E328E8141AF969CC6B6E80958E20061B /* EXHapticsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 3824072BC35AFA3E8D2381D9F7B91CED /* EXHapticsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E341738B130ED4CB85C14610CCD846CD /* UIResponder+FirstResponderTemp.h in Headers */ = {isa = PBXBuildFile; fileRef = 4185FFF8B56A31314072CD0DFFDF0B31 /* UIResponder+FirstResponderTemp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E343809CBCE237546CFA52337991BB44 /* CPUThreadPoolExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5103C064C0E77E403E70266EF5BCFC08 /* CPUThreadPoolExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - E3707F06F9DE0FD5D6C72F966AB3FB63 /* StreamStateMachineBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B293805CE09D92B4D8CAFDF32265A1C0 /* StreamStateMachineBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - E380175EFB4DE3C005A4ED635B4689A7 /* RCTAdditionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 468599CA25DC1B045D66FAF26EF187CA /* RCTAdditionAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - E384FD68FEA058A67C14E8D1AE72AEE0 /* BSG_KSMachHeaders.m in Sources */ = {isa = PBXBuildFile; fileRef = AE335EF86EDB678C87B1E6A241F5C11B /* BSG_KSMachHeaders.m */; }; - E3935299B252A6D94617B2F754E73D95 /* MapUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = B19FF7A2DDD3DAF552F083D95B08CA7F /* MapUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3983B7E305A128ED1DF7C661908BD7A /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = 503CA212C16E0442D44FB965AB156C32 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E2FC121D4FD836B133A538F740737E48 /* RCTReconnectingWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 63048474F940B84B0B7D3571BB19E0AB /* RCTReconnectingWebSocket.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E30887AE381E8CF65A4E43A7E16E0F31 /* ScheduledSingleSubscription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EDA30FD146BE39B7EA870C76B401DC3 /* ScheduledSingleSubscription.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E312281FD29F99F67D349635D1F088ED /* SafeAreaSpacerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 351F464F361CCBD73E433FDD65060176 /* SafeAreaSpacerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E31512A972F9E359D575F24B6B50FA89 /* RCTUIManagerObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9F73C23ECDDE43C880DE92DD8B4559A7 /* RCTUIManagerObserverCoordinator.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E3189CA4D7BFEF893F93E00F4659392F /* REAAllTransitions.h in Headers */ = {isa = PBXBuildFile; fileRef = 21BE480D4031EEA250DD0C2C1EF4A8F3 /* REAAllTransitions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E31A904663F8E0EC679E55CAE9AC2D2B /* GULLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E247B417ACF7E923F4B262B8E707BAF /* GULLogger.m */; }; + E328E8141AF969CC6B6E80958E20061B /* EXHapticsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 152FF53DE0BDAB6836D5D1422E1497DC /* EXHapticsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E341738B130ED4CB85C14610CCD846CD /* UIResponder+FirstResponderTemp.h in Headers */ = {isa = PBXBuildFile; fileRef = 14A22C401C1B1C83A667572C8B5BA5B1 /* UIResponder+FirstResponderTemp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3710275FAEE91E661AABB966435F467 /* ProxyLockable-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = D41C883D22FD10CFD15573410C2CC2A5 /* ProxyLockable-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3726DA4A950F97AB8B5637CADB04573 /* String.h in Headers */ = {isa = PBXBuildFile; fileRef = A3264B8F4BE4BBAA9A02B2BB256EEC8E /* String.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E380175EFB4DE3C005A4ED635B4689A7 /* RCTAdditionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 89925DE89D1EC8BC9334EAA0D4ED42AC /* RCTAdditionAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + E384FD68FEA058A67C14E8D1AE72AEE0 /* BSG_KSMachHeaders.m in Sources */ = {isa = PBXBuildFile; fileRef = 398652AE3510AD39E9B13C519F21E03E /* BSG_KSMachHeaders.m */; }; + E3983B7E305A128ED1DF7C661908BD7A /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = C19E947615CDB50A244AF0D79689F024 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; E39E9949E3F0A951767CD502EAE6D183 /* ko.lproj in Resources */ = {isa = PBXBuildFile; fileRef = C59312940D5C2000A2013B02A2AF8650 /* ko.lproj */; }; - E3A7DF34F5085451A6A8F95EDED618C6 /* RCTBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F6C63F5BC63B281DFC36E70E54E51E59 /* RCTBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3E22454D3198293CB06023E76EDF078 /* GoogleDataTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AC75328B863B1EE0AA4D64AEE291072 /* GoogleDataTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3F24F050E10E05C03542DBADB501F66 /* BSG_KSBacktrace.c in Sources */ = {isa = PBXBuildFile; fileRef = B8DE3C11714761EEAFB373D0A4711058 /* BSG_KSBacktrace.c */; }; - E41FDF4FDCBCF5CD36AF562C059674AE /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5968DA24D6D3F1772EB1706FF3C1D40A /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3A6A2914E4E1410B5CDB1ADEFDA3377 /* Stdlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 66213C6A99D2085765AE01D5A02E58B0 /* Stdlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3A7DF34F5085451A6A8F95EDED618C6 /* RCTBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F2D82F5B5F445C31F9250E7A54AFB35B /* RCTBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3F24F050E10E05C03542DBADB501F66 /* BSG_KSBacktrace.c in Sources */ = {isa = PBXBuildFile; fileRef = A00FB85FFDA8E7FCA6C77FE41A6CD301 /* BSG_KSBacktrace.c */; }; + E41FDF4FDCBCF5CD36AF562C059674AE /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C77AF253EF5BD8BBB79DAC722BC82CF /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; E428B68F58DC6E085942FA1EB751C7A1 /* muxi.h in Headers */ = {isa = PBXBuildFile; fileRef = 15696EE7EC24A9F91EE35B92135163C9 /* muxi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E42BFB58939510C5FF1F9F8BA6D7749B /* RCTFont.h in Headers */ = {isa = PBXBuildFile; fileRef = FDB87C2A09AED451E48B4F3BD1D5655D /* RCTFont.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E43514B4D9873BABC894B64B33F5EF8D /* AsyncSSLSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B3D12B714F253905BAB4E84F4C8F2FD /* AsyncSSLSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E446B13DFEA0B960B2427243443957CF /* StreamStateMachineBase.h in Headers */ = {isa = PBXBuildFile; fileRef = E226F00A2E75798E4CF7908126D1DA4F /* StreamStateMachineBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E42BFB58939510C5FF1F9F8BA6D7749B /* RCTFont.h in Headers */ = {isa = PBXBuildFile; fileRef = E7C7B1F7607C2A882AD64C9FD064CD7A /* RCTFont.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E4468BEAC9914B5F8EDF207311B19DCF /* Spin.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E23C68952D39AFDF54E388E42D8329A /* Spin.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E4504253D2D46A1993CC10D631202FDD /* PriorityThreadFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ECB2B4C502267356B91B34510DE8D5E /* PriorityThreadFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E4712C90D3F487C0D6CB1C4566F25E0C /* PThread.h in Headers */ = {isa = PBXBuildFile; fileRef = AB931BE107FC1D4BFB8E40461E13736D /* PThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; E4890367538455DADC400EE601C9EF58 /* cost_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = B6A712C08E246FB6B7E9E2123ACB25A8 /* cost_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - E48A2886138DC08C9ECBBBEBECC8E502 /* SocketFastOpen.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B6B9EBF7BDC8B35AF82ADA42D843897 /* SocketFastOpen.h */; settings = {ATTRIBUTES = (Project, ); }; }; E49188CCEC47F2B014FEF6031EED26C5 /* PTPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = C439799B8CBB8A2C3F90298EFD4A0C62 /* PTPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4A30EC10888C6AE1C92B59EC078EF38 /* ARTTextManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 94F9BA574A8A46B7167CD92B69083E93 /* ARTTextManager.m */; }; + E4A30EC10888C6AE1C92B59EC078EF38 /* ARTTextManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A4EDB1D1FB2C362FD1A7AE6B607992E9 /* ARTTextManager.m */; }; E4A5D4B6B6E51731DC54DCEF2061BC80 /* PTUSBHub.m in Sources */ = {isa = PBXBuildFile; fileRef = 0357CEE67B08C3797C91505B75E470C6 /* PTUSBHub.m */; }; - E4B5239838DC0F4A9844B92904F5E695 /* RCTObjcExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = A818385BFB789A5B35262F59C0E35D55 /* RCTObjcExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E4BF0B156B07C3CDD4F2503D066744F6 /* RCTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = D7740268A7B4A3D5F4C980EEDE615F71 /* RCTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4C1F02F23AB75D352F417E22F13AD04 /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0ECD6385C2C0BDB7535E0449C7843280 /* String.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E513B877078C3C30269015B321880D6D /* Random-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = E2F1F47EA5D572DDB535613CF49D5EBC /* Random-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E4B5239838DC0F4A9844B92904F5E695 /* RCTObjcExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 26BB72478B479E13902D483BEC4B3F74 /* RCTObjcExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E4BF0B156B07C3CDD4F2503D066744F6 /* RCTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CFE095BDA552AD234DB5828A9742226 /* RCTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5050845DFC58728473037CAA78378A0 /* FIRCLSException.mm in Sources */ = {isa = PBXBuildFile; fileRef = 028F7C1E056AF6DD397D02CD928ABF63 /* FIRCLSException.mm */; }; + E50686E6839F23639981F7083404D7B0 /* Promise-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = F8157CC4F2CF42743A73C3C7FF0A2A1B /* Promise-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5412A8A9E37CD79BD1DCC3F65B972B8 /* TLSDefinitions.h in Headers */ = {isa = PBXBuildFile; fileRef = C39AF224FFAA5EE6F82F74DD9F667AAA /* TLSDefinitions.h */; settings = {ATTRIBUTES = (Project, ); }; }; E54A27764074E6276EA97D7053A923E1 /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 513A07E168888371D73F80F61D2E9A21 /* SDWebImageDownloaderOperation.m */; }; E5553C45914B7244408DFE5C8D714EEA /* yuv.h in Headers */ = {isa = PBXBuildFile; fileRef = 970C9F3C3AA798D83003BE7C7129E3A0 /* yuv.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E56F517254A3DD415A94128FFB078AB7 /* EXSessionResumableDownloadTaskDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 38CFAEA33138B1F36ED31DE00763D08D /* EXSessionResumableDownloadTaskDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E59B09D0FCFEA826E9B8C4F78FAD9097 /* RCTImageViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = D41077F1AD0AC08B308126DC10BE5A19 /* RCTImageViewManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - E5C364BADE3B7F40B26C80274EEEA9B4 /* REASetNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D65299AE8ACE721C6F209233034ADE02 /* REASetNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5C5E181CE4785A0262B617144B6CF9F /* RCTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 515C9FBF878ADDD3E55AE5D076DF4209 /* RCTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5DAE1C08C767C0C9DFA50310C8AAE37 /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 342512805C1A125FEE18047F913F6FD0 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5DC173E6B529F892B09C8C35C99D2A1 /* ARTLinearGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = F92A93A40CA46BC1EB5DBF730B2A9DA5 /* ARTLinearGradient.m */; }; - E5E21845BA94A49313B5915782538B13 /* ScheduledSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 9683485DD8F0BEB47BB9E40938D3C9D0 /* ScheduledSubscriber.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E557BA690CA573AC85E27EE224D87E00 /* Malloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C0D9B8B5AADC7DAB66A1964F571B419F /* Malloc.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + E56F517254A3DD415A94128FFB078AB7 /* EXSessionResumableDownloadTaskDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D3A9D81320B5725653F79B114C2B0F4 /* EXSessionResumableDownloadTaskDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5717D12A46C230DF81B959C316D3076 /* RNVectorIcons-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E9A89AA23DAD78AEAC79B028C07219B5 /* RNVectorIcons-dummy.m */; }; + E5999453FC58AD25375AE76CDA91F4F9 /* KeepaliveTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = A5A17956975D7696F7B41988B58B42F3 /* KeepaliveTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E59B09D0FCFEA826E9B8C4F78FAD9097 /* RCTImageViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = D9B63DDAC26D9672FEC5F3375F677083 /* RCTImageViewManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + E5C364BADE3B7F40B26C80274EEEA9B4 /* REASetNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 75115AC85BF3FA90D1B09323091BA2B1 /* REASetNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5C5E181CE4785A0262B617144B6CF9F /* RCTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 65B48B5DAB3EC03C82F6BD4F18C78282 /* RCTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5CE155F7721EDCD288D16C91B47797C /* HardwareConcurrency.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D3E48B3334A012F80119F2EEE6F43BEF /* HardwareConcurrency.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + E5DAE1C08C767C0C9DFA50310C8AAE37 /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A924364FE1D4408C293325EB3A358A4 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5DC173E6B529F892B09C8C35C99D2A1 /* ARTLinearGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BAE7F56805F725EFF7115471934620C /* ARTLinearGradient.m */; }; + E5EB8C9AF473302D95697DE48AE9A25F /* Singleton.h in Headers */ = {isa = PBXBuildFile; fileRef = D24C8625BC053EE80938AD3D2882E238 /* Singleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5F20D894B2BEF19E448E36254B4D65C /* AsyncPipe.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CB37F1C04948AED566E0316E87560298 /* AsyncPipe.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; E611DAAD5A8ED41F23CCB75414E06EA1 /* common_sse2.h in Headers */ = {isa = PBXBuildFile; fileRef = CB4EC245C665F9DD601B8E280FAC84EA /* common_sse2.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E62AA4198B8FC28F3A25E284178FB648 /* RNFBUtilsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 43BD74B44187A6CEA94B6BB0947477FE /* RNFBUtilsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E62EC931A7D171EB362471D6ADBB5B0D /* RCTNativeAnimatedModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = FE0B0B1542E3861D466BA98F3A442D9C /* RCTNativeAnimatedModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - E633E1CBA9B00B1105520A016DCFBCCD /* Arena.h in Headers */ = {isa = PBXBuildFile; fileRef = 9290C878E1AB6225AC7AE7CD1C5A9DA0 /* Arena.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E666CDCC534BC0F71D872A65C0F9B831 /* DrivableExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 61871730238884B88402BCAD51437C79 /* DrivableExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E66FA9AC1F1FF78EB2147F34A071DE7B /* RCTBorderStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = ED46CA78AA4EF7752E02D7807F022849 /* RCTBorderStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E673E0352A8B4350E45B7A109D3D4021 /* EXKeepAwake.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D20EF6282ABDEDD9B30AD34728F4BE2 /* EXKeepAwake.m */; }; - E68D447F99EE2839448B96DF7A0F05A7 /* Singleton.h in Headers */ = {isa = PBXBuildFile; fileRef = D24C8625BC053EE80938AD3D2882E238 /* Singleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6B96CC123DA8805C8139A6664A5A758 /* FIRInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = 815DB4AECA76A60B88FCD84CCC5F1706 /* FIRInstallations.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6CF7340B3C031694529F0E2B7ABC332 /* FIRCLSURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = F394992E816A4233E71524E8EA6F5235 /* FIRCLSURLSession.m */; }; - E70C29588474028552EF2C0B9BAC03DF /* GULNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DCB36702717DC7365C410E8BB1E8ACF /* GULNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E611F8A26FFEFEDF762FD658C4A401C7 /* sorted_vector_types.h in Headers */ = {isa = PBXBuildFile; fileRef = B1B5EAD64CFBE5A0B3CCB4E74C4AEE03 /* sorted_vector_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E616E3D55BD61B70F30FC6B24A0B9AFA /* Iterators.h in Headers */ = {isa = PBXBuildFile; fileRef = F071544DBC72C76475C33F5A822745B0 /* Iterators.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E62AA4198B8FC28F3A25E284178FB648 /* RNFBUtilsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 8984E02D6C5C71CEDA7E02781BE6A840 /* RNFBUtilsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E62EC931A7D171EB362471D6ADBB5B0D /* RCTNativeAnimatedModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = B42CEE0B91A84A3B741D8FD3495E04FB /* RCTNativeAnimatedModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + E63A36AB5C9E8478F5938FCCDA985EB1 /* IPAddressSource.h in Headers */ = {isa = PBXBuildFile; fileRef = F4563D2A2BF4C54C00CE10513E7ECB95 /* IPAddressSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E63F763F56DE18B1716616B01DCAEB74 /* IPAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = C8AAEFE5A8A726BFC436259BD5340B9C /* IPAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E64F3B312F4C403650F0B1D4CE7DD4AE /* SocketAddress.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 40BA1B76245D2214E75D5702AA7FE69B /* SocketAddress.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + E66FA9AC1F1FF78EB2147F34A071DE7B /* RCTBorderStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 37090DE0ACAE2A967D34BE851324D47D /* RCTBorderStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E673E0352A8B4350E45B7A109D3D4021 /* EXKeepAwake.m in Sources */ = {isa = PBXBuildFile; fileRef = 95D67F2B83C4C698AEFC6E51D19DAC41 /* EXKeepAwake.m */; }; + E688CE98B6E0FD22A1D01CC49010ED71 /* DynamicParser.h in Headers */ = {isa = PBXBuildFile; fileRef = E53C8C998DF0E97815AC0901993D3741 /* DynamicParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6BA031A7D5B108C112B7155861B252A /* CPUThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 302B2D7B832D36B91C0FC19F8442A977 /* CPUThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6BD50F9F6ED0AE9A28037989C07A7AA /* Codel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E4B6CE6FCDF2CAC342852F32F84DB65 /* Codel.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; E713B02A8A389710B1613C452E72D5D0 /* FLEXNetworkTransaction.h in Headers */ = {isa = PBXBuildFile; fileRef = 602DAD918827E43F59A128461ABCE145 /* FLEXNetworkTransaction.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7199AD006B96EE964696627E6604378 /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4AD8238B579C5F6AE9EBA7440CCA788C /* fixed-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - E731A43BE3F6B70511D8F191B5775470 /* WTCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 8950B5A3E14254388B625E44CEAB52CC /* WTCallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E73510C5132838079D9D644554350A7B /* BugsnagSink.h in Headers */ = {isa = PBXBuildFile; fileRef = 542D8AB7F14739399401108A8DEF08DF /* BugsnagSink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E74F10A5A2937CD0D8027324A621D935 /* RCTScrollContentShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BCB26049F8BDDC57B9315FCEE338DD2 /* RCTScrollContentShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E7549D14F5B26562B161C1F4936907D3 /* FIRCLSDataCollectionArbiter.m in Sources */ = {isa = PBXBuildFile; fileRef = ED45253B3F68FFF9A8DD0F36C86E08CB /* FIRCLSDataCollectionArbiter.m */; }; + E73510C5132838079D9D644554350A7B /* BugsnagSink.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EA1B7A34FAC4C871745B44392CC6F57 /* BugsnagSink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E742E9C6D59FC15B2B598DA01392A726 /* FIRCLSNetworkClient.m in Sources */ = {isa = PBXBuildFile; fileRef = FC815314ACD9F8E46A707C0436919B5F /* FIRCLSNetworkClient.m */; }; + E74F10A5A2937CD0D8027324A621D935 /* RCTScrollContentShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = A29209D347D51D64D72258C0DA6FF1EC /* RCTScrollContentShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E755BDB807AE70D7AF93ACFF0BFB3568 /* ieee.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B89D89DA2CCB3A2791086A4F9FE0F48 /* ieee.h */; settings = {ATTRIBUTES = (Project, ); }; }; E75A90F44AA2559897D54A2D6AB908D9 /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 41D64D7574C4DFD78DA40432303FDCEB /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E768BEA3AC3D5B8C9CF6C6C2FB0E7FEB /* SocketFileDescriptorMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ED75F07D45B6554A7AB38F7F793AE80 /* SocketFileDescriptorMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; E7693CE7AD7DCD50C1B996B57DB3A03F /* quant_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 11242847A781AC0163039F2B9881CF4A /* quant_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - E76E10019899FF866B81BACD8AEFF56F /* EXVideoManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A11C44473E020E2F2BAB6E56FB3725E0 /* EXVideoManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E783EEAA611C3967BA049B75B021BE67 /* EXVideoPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = FD64AF5CEB4DE8D320BE33D2C54368BA /* EXVideoPlayerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E786C1991EA56379BF582624CD65AEA9 /* FIRCoreDiagnostics.m in Sources */ = {isa = PBXBuildFile; fileRef = C4579E79C68E1E8CDEA8F9ABC1AF1E04 /* FIRCoreDiagnostics.m */; }; - E78D398DE9276B2D1131268BFDFE182B /* RNPanHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = EA0ECB16A561D1D1905487C3526D15DE /* RNPanHandler.m */; }; - E7A29D5563B55870AC0F9F2446657E33 /* RecordIO.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9D8CE21E7ADBD7A4E9A1867C7F39EC04 /* RecordIO.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - E7B0866BCF3DE08687C2B9D54F0BC2DD /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E446962D13DA9D49930FE2E5C110DF5 /* strtod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7B85E81AB9BAC84946D82C5C5FEEFEF /* BlockingQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 54A39B5CC8BD12A3A5B6EE6B1B19F0C6 /* BlockingQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7BBC923DAA2236EB0CEBDEFB1C8C6DA /* RCTActionSheetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BB9D886F625826C84E7FE3E2E9BFDE9D /* RCTActionSheetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7E323790EF21F9CD0703F4C1190B087 /* FIRCLSProcessReportOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = CC1BCE08B65FD290DDF6D74968672A28 /* FIRCLSProcessReportOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7E82CC781764AB92193F0CA2600D6D0 /* RCTJSStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 73728E59E9AC89979E754C49279982D5 /* RCTJSStackFrame.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E7F8057C81A4BB8DA858EF7D1CCC2F9C /* F14IntrinsicsAvailability.h in Headers */ = {isa = PBXBuildFile; fileRef = 010E94C4E345D269CB25FBB71DF5232B /* F14IntrinsicsAvailability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E80C3B80B0CC698140AD8BBE9A904FFC /* Uri.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 270E33066FA63F9FE472144800B72237 /* Uri.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - E817D2C53239A85E0DD6138BA6D4F346 /* ManualExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3CA41D84B3FBE103D480168508BF6498 /* ManualExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - E828F5AFA11E3DD747200D58AF30171A /* GDTCORConsoleLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 99F93EE64440E9A1DA652BA54E830184 /* GDTCORConsoleLogger.m */; }; - E83D3D6FC8A1A4FB56A7DCCA846F8A0B /* RCTURLRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 96BEDC9457114A9F2662CF1FCC8449E8 /* RCTURLRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E860BE1A8E085E5179A0982F1FF26B38 /* RSocketClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F788EA36EEE91148D450B5F7EAC1D8EA /* RSocketClient.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - E86D069BDC86741D4D7DE1C841E05A2D /* Core.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FF84A68DEE8E0FE347F30FB554B9464 /* Core.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E87ACBC574CD25C5469788F3E32C4C48 /* RValueReferenceWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = EFB58122A452BDF5B674F6A1D2FDF3D2 /* RValueReferenceWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E8853B8ED3D089F47C87A8100A7A6434 /* RNConfigReader.m in Sources */ = {isa = PBXBuildFile; fileRef = A6F1B90E756840600BB9F7F2DEEFE6C8 /* RNConfigReader.m */; }; - E8A085223A1A29C76C54D4FF33E89115 /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 140B832501D3D5F816835742974E1617 /* zh-Hans.lproj */; }; - E8A7615B2E19C59185F3FE545094D0E8 /* EXImageLoader-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 50AB456024FEC70BE7878C36E8F2D88A /* EXImageLoader-dummy.m */; }; - E8B39696832DD1EE46FCE86E19A442DB /* ScheduledSubscription.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BDB1BD5D3771A6E8D242099A07832C1 /* ScheduledSubscription.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E8DDCE6B235341B71C52B68A240238BA /* ScopedTraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = 97628F8B00ED909995A47B37E5F8E510 /* ScopedTraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E8EC28027F124F3AD6F42FEC5D748E91 /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = FAA87C3FF93FC2A59847514AE689A921 /* Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E8EEA996CCEA859DE04F7C35A2502CF5 /* Replaceable.h in Headers */ = {isa = PBXBuildFile; fileRef = 33C35BA759A1D77DB5CB1724A8F05112 /* Replaceable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E9007664958B9EC2274A8D1F0B448849 /* SetupResumeAcceptor.h in Headers */ = {isa = PBXBuildFile; fileRef = DB784AE533C7FA1470E9783AD47C9700 /* SetupResumeAcceptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E9252A876860E77CF09D7C629161CFF9 /* GULReachabilityChecker.m in Sources */ = {isa = PBXBuildFile; fileRef = CA5EC07CAD2EB7899F8CA74876A24F72 /* GULReachabilityChecker.m */; }; - E92824DCAD3E06FEAF4337D3A36E3FDB /* jsilib.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AE784AC1CED4B68CA05E5CD7F580CA /* jsilib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E92A8E90C655AA0F2DA5E40243942772 /* AsyncServerSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = EADE5576E6213234C21845B187C04751 /* AsyncServerSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E76A7E1CAC725E4286F2AF59EA6F2B4E /* FlowableConcatOperators.h in Headers */ = {isa = PBXBuildFile; fileRef = D705E346C0D7E0D485B5C54148BEBDCF /* FlowableConcatOperators.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E76E10019899FF866B81BACD8AEFF56F /* EXVideoManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B948334868E259BE1A9008922D6D075 /* EXVideoManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E771F51F72070306998C8DD2C68841EF /* FIRCLSReportAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E109B1431C976080FCB144DF5B3CC44 /* FIRCLSReportAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E7812BC4AF37230EEAB06751E1EC3124 /* ScheduledFrameProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 3844FEA05A4C6D97DE02FF7CBAB7C2CB /* ScheduledFrameProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E783EEAA611C3967BA049B75B021BE67 /* EXVideoPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 707120DD0B50E19FE10F2FB2F46CE503 /* EXVideoPlayerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E78D398DE9276B2D1131268BFDFE182B /* RNPanHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = F7F5D3A71E806D9439B38F5E1859D219 /* RNPanHandler.m */; }; + E7BBC923DAA2236EB0CEBDEFB1C8C6DA /* RCTActionSheetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 216AD0826E6548AC6A92C4157EF3644C /* RCTActionSheetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E7D396716B836C728A1AD569D27C01DA /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0F714B791B23FA38824B311B5DE4A583 /* fixed-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + E7E82CC781764AB92193F0CA2600D6D0 /* RCTJSStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = AE028F42EBE69BCCE56A98AB36991E33 /* RCTJSStackFrame.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E83D3D6FC8A1A4FB56A7DCCA846F8A0B /* RCTURLRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 1285EE3D3420EFD950A561662E741975 /* RCTURLRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E83D75DAF197D119EC466226DA24D451 /* FIRCLSInternalReport.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E4A9AE0B2E9BA8C1C6197E59D70BACE /* FIRCLSInternalReport.m */; }; + E866361545A450B8E2D90972F5966FDB /* PublisherBase.h in Headers */ = {isa = PBXBuildFile; fileRef = E029A544EE801E141985023CAEFD9441 /* PublisherBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E871E1A64D7E790E13D483F30698DDF3 /* FIRCLSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = A03F1F458148853D818363CCCC707420 /* FIRCLSLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E8853B8ED3D089F47C87A8100A7A6434 /* RNConfigReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B3FEB373D0D6D06738E0E944A991161 /* RNConfigReader.m */; }; + E8A085223A1A29C76C54D4FF33E89115 /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = E0C27166D9B6D61425E0011299C36F87 /* zh-Hans.lproj */; }; + E8A7615B2E19C59185F3FE545094D0E8 /* EXImageLoader-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A21D77E05FC995A0CC6E19C3FB1AC504 /* EXImageLoader-dummy.m */; }; + E8AAAD11E3A011961B9D34B6E253121F /* openssl_aesv8-armx.S in Sources */ = {isa = PBXBuildFile; fileRef = 271CF860946C7D804590EAE4A5AD900A /* openssl_aesv8-armx.S */; }; + E8C93CDEEAB2CEE201DE4777FADC7968 /* Synchronized.h in Headers */ = {isa = PBXBuildFile; fileRef = 8256CFC27BC64125A30CFF60C0DA83CC /* Synchronized.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E8D65D62B1C106A39CFB0994BC9BD269 /* GULKeychainUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = FF01D9DC2BEE0CBCECCE73397F244361 /* GULKeychainUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E8D87EBFFDF653B868E01950FD5B59A7 /* ConnectionAcceptor.h in Headers */ = {isa = PBXBuildFile; fileRef = E1E01D9E5895EC14EDE2B074949B78C4 /* ConnectionAcceptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E8EC28027F124F3AD6F42FEC5D748E91 /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = 40D7C593FAA3FCCF78B5E1A05AD520D9 /* Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E917780AF426816952E3BF5ED26323B9 /* TcpDuplexConnection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0455755620919652DDC71E90AF31EB5D /* TcpDuplexConnection.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + E92824DCAD3E06FEAF4337D3A36E3FDB /* jsilib.h in Headers */ = {isa = PBXBuildFile; fileRef = 7101DBFB47A3DACE072B4BCBF4D3A2E7 /* jsilib.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E92F0FA65600E39939718011B0E11595 /* FutureDAG.h in Headers */ = {isa = PBXBuildFile; fileRef = BCAD7BD186EE694DCC891522EB744557 /* FutureDAG.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E931594A84987B624C5BC023312E1DEC /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = 82AA0C8CCE52C88692C267C9AED694C3 /* FIRInstallationsItem+RegisterInstallationAPI.m */; }; E9445C391B65051D3A77F060D073EA6C /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 936EC6FD858093EF095D610AF5EB00F0 /* zh-Hans.lproj */; }; - E9484CC36B48DD53139F337528BDD82D /* React-CoreModules-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 663096CFF31EE2B1B7783BA46C88B7DE /* React-CoreModules-dummy.m */; }; - E95D6946EAAC0D88A62A9C4EF71E1A8A /* RNImageCropPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C38FBE8F7CED699F64860EE64073516 /* RNImageCropPicker-dummy.m */; }; - E96369189F73196E9C753BCC94FA021B /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B966AD28A40E9EAC2DE66A680DC35B7 /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E996B6E159496A5E9DD9B4EB44BD2687 /* OpenSSL.h in Headers */ = {isa = PBXBuildFile; fileRef = A03B182E89C164D978FE0BC6A0FEBEE9 /* OpenSSL.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E9A1600F9F76C4A20D892ED920C31EAF /* ThreadWheelTimekeeper.h in Headers */ = {isa = PBXBuildFile; fileRef = CB7C141D065D14D90DFD352C8A69363B /* ThreadWheelTimekeeper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E9A96A6440FF3E5C3CCF856B35A82FE2 /* JSIExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72E4797CF8DDAD46E7ADA80AB4F0609D /* JSIExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E9CEBB7DBEE768BE09E9129A3DC9A49C /* EXKeepAwake-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DC13A137BE027FF710D1CBF20C04F8BF /* EXKeepAwake-dummy.m */; }; - E9D90B2AFB0F919BC5583F7DAF62FD3C /* RSocketParameters.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC176BD78E3F7B6F8D5458D27D6F699 /* RSocketParameters.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - E9DB56514265F96725FE3856CFFCE2E6 /* FIRCLSSettingsOnboardingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 867ACB56D848877F90EF67F16D1BCC7C /* FIRCLSSettingsOnboardingManager.m */; }; + E9484CC36B48DD53139F337528BDD82D /* React-CoreModules-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 35F3E531E8553D0A99BD9D6326B0BBE1 /* React-CoreModules-dummy.m */; }; + E949C130EA1F57FB79EC5C0B3E3854F6 /* vlog_is_on.cc in Sources */ = {isa = PBXBuildFile; fileRef = 31097FF023386ADF7829A14BE14AEE2F /* vlog_is_on.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + E95D6946EAAC0D88A62A9C4EF71E1A8A /* RNImageCropPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5723140EBBBEE9A355DDCBA4E863F6D6 /* RNImageCropPicker-dummy.m */; }; + E96369189F73196E9C753BCC94FA021B /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = FB487C1EC517E34306ED0D2F6E1BCB95 /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E99F98EAA91670CB3B54381E89CE82C1 /* RNDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E4A157E039AF44FC0425020262BE77E /* RNDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E9A96A6440FF3E5C3CCF856B35A82FE2 /* JSIExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9F02C65BF34DA40860710D3B63EFBDC5 /* JSIExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E9CEBB7DBEE768BE09E9129A3DC9A49C /* EXKeepAwake-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 428E1F5EB09D1D52D58C79018DEBBDC3 /* EXKeepAwake-dummy.m */; }; E9E1B0FF5CCBA128F3D2EF11C42EA0B4 /* FKUserDefaultsPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = FDC7809D555832AB692501FAAA442E34 /* FKUserDefaultsPlugin.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - E9E2DF68309678B7DC06C8BEB1349A19 /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7F5BF85693864C3DF4E7B76BFA9C61A2 /* logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - E9F68CFDC61C064F0952A5CFCC6C0B2C /* RNBackgroundTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B0DA999DD390044CDB13D6DEDAEE771 /* RNBackgroundTimer.m */; }; - EA090F8E6E8177BFA682BE164522E3D2 /* LongLivedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = C708CCD85CAC57F1B2FBD832AC85660C /* LongLivedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E9FA4E493CE37CBEAF8A008DDD4FC0AD /* Flipper-Glog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B79BFF083B5FFA6D374A077C7DBFE5B /* Flipper-Glog-dummy.m */; }; + EA090F8E6E8177BFA682BE164522E3D2 /* LongLivedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = A142A31D82C511803517201F7CD8F142 /* LongLivedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EA0957065C56F9090D0DE011CDDA4AED /* Config.h in Headers */ = {isa = PBXBuildFile; fileRef = BD7AE8B0D546DE3624AFC0EDEAE2C4F0 /* Config.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EA0D9484C2701CD3A29105751F22B175 /* MMKV_OSX.h in Headers */ = {isa = PBXBuildFile; fileRef = 13F4452B782828682F12ADE1275B604D /* MMKV_OSX.h */; settings = {ATTRIBUTES = (Project, ); }; }; EA26CEF95BAF2888C211317D52469E95 /* FlipperKitReactPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 6711DB488A61D426C84C1893A5107E3F /* FlipperKitReactPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA2A542828C9B3A99DAD2F5F97D6DA56 /* RNFBSharedUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = B8EEA6A54E3ED0B72B90D208A804F062 /* RNFBSharedUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA2BB672D792ACB784A76D4C5B0731DD /* RNCSafeAreaViewEdges.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E075784007E2D319862BA72A46015F7 /* RNCSafeAreaViewEdges.m */; }; + EA2A542828C9B3A99DAD2F5F97D6DA56 /* RNFBSharedUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B229C2C25D2CF305A24AD4C8D9433CD /* RNFBSharedUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; EA31A21E8987D47CFA4D774D8DB6D85F /* FlipperState.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A4DA65B2D98F33C40CF2F6CA9F92A49 /* FlipperState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA539D214D2BA5BE1819E4A9A266763A /* MMKV_OSX.h in Headers */ = {isa = PBXBuildFile; fileRef = 13F4452B782828682F12ADE1275B604D /* MMKV_OSX.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA5C4F9D4D7965A20163F5EB6C003277 /* Future-pre.h in Headers */ = {isa = PBXBuildFile; fileRef = F49290A382EC07A3D4203E6BBC1531F9 /* Future-pre.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EA62493AFBF1C1B77E5C01B30D88740A /* AtomicIntrusiveLinkedList.h in Headers */ = {isa = PBXBuildFile; fileRef = 1582E233DA3441F881C9DC9898B4B8A8 /* AtomicIntrusiveLinkedList.h */; settings = {ATTRIBUTES = (Project, ); }; }; EA7E5B7E9A3F9E968AFE5A2DEE96F896 /* SDAssociatedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 75364908BF6A650FF3D57C3619C85A33 /* SDAssociatedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA7F485DC5832E02B8B7BBB728AA8B8C /* SocketAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 99E362D23328BDA804415B87C734366F /* SocketAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; EA8F224EBD25B845FEE7C4F25AD7B479 /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 113B9DDFFEC7B7401738614040C766B2 /* SDImageCodersManager.m */; }; - EA8FABA814F6D46A229890375EEB904F /* CpuId.h in Headers */ = {isa = PBXBuildFile; fileRef = 3088F468687484EE8F9AD0F0247D2144 /* CpuId.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EAC01F056C09E5240270A5B8A15F0EBE /* NSError+BSG_SimpleConstructor.m in Sources */ = {isa = PBXBuildFile; fileRef = CF1D0A39C688654CC14F7A0EC86B9338 /* NSError+BSG_SimpleConstructor.m */; }; - EACFAF96FCF841C412DE3167449060A1 /* RCTFont.mm in Sources */ = {isa = PBXBuildFile; fileRef = F3184FE3107FB8DDDEC1FA159B72FED0 /* RCTFont.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + EAC01F056C09E5240270A5B8A15F0EBE /* NSError+BSG_SimpleConstructor.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BD60927A7F2CA0FD74E3B881B600B96 /* NSError+BSG_SimpleConstructor.m */; }; + EACFAF96FCF841C412DE3167449060A1 /* RCTFont.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9157B28A91BFD044228018D597D9B25B /* RCTFont.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; EAD62CEACD1BD0A3C1606C0803DF3BC9 /* SKViewControllerDescriptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 25067D08B8650D088EEC3234D643B3AD /* SKViewControllerDescriptor.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - EAD90846CD7CC057AC4516172B665CF3 /* NamedThreadFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = C4865922D1B88AF661EA95AD6268105C /* NamedThreadFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EAEA8A60CBFFC564A9845707A622DDFA /* String-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D156FB05B0C3092BBADAF94C96E4B46 /* String-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EAF538E0F17902982E4DC0240BC0EAF2 /* FlowableTimeoutOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = D451CDE36D4FE5E0418D8AB770C36C56 /* FlowableTimeoutOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB12F2305F3545BC7EA0BC27B1F58DE2 /* JSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 97CFDE5D34E3D1C7BC4E80FAD8569932 /* JSExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB5B44698F80FA688F728DE855877D10 /* RCTPerformanceLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 8018CE6950A730B10F9A1F1D618B9A8B /* RCTPerformanceLogger.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - EB66BFD41BEBB5D81571F76712E05108 /* BugsnagKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 1167A82C52B0ECBC78D83B46AD0CB121 /* BugsnagKeys.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB77634FD2F21CA73D22DC1CBBACD064 /* UnboundedBlockingQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 86403A062C4B1989DE899652B10D967A /* UnboundedBlockingQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBA4B42F86FA19C9293C03AD8686145B /* StorageSetters.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B2203EE6182D3AFC8D5E39E221F53A6 /* StorageSetters.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBB31A81A9245F1AF542525CD137D384 /* RNVectorIconsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 674AFC2FE2A330702E69EE5FEAF95657 /* RNVectorIconsManager.m */; }; - EBDA846981FBC6296818C0514396EE30 /* Futex.h in Headers */ = {isa = PBXBuildFile; fileRef = A9585A0BAB4F7A57ACB9079DE5066C53 /* Futex.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBDFD86FBE3044A310FB5411E17F92A5 /* AtomicReadMostlyMainPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = C4C9A646245CBAA36A25E590A199519E /* AtomicReadMostlyMainPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB002C803EB4B4F75B835AD8ABC9908B /* SanitizeThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2FE1460F948B8E8D1B9CCD052318F09E /* SanitizeThread.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + EB0532A0792B8C7D140E7BE6A5CEA522 /* FIRCLSNetworkOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F8594EF5847E3B2F915EC7CA133A62A /* FIRCLSNetworkOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB12F2305F3545BC7EA0BC27B1F58DE2 /* JSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = C1ED8C7FDE03CC7DF66080B0FA3490EE /* JSExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB5B44698F80FA688F728DE855877D10 /* RCTPerformanceLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = E75A5FD13FEC87456DB3FCCDB1348445 /* RCTPerformanceLogger.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + EB66BFD41BEBB5D81571F76712E05108 /* BugsnagKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = DEFFAC9B47503A331DAEE8DC2D876A8C /* BugsnagKeys.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB6CA7DBD7780D07B177F8BDE9B3B0C6 /* SetupResumeAcceptor.h in Headers */ = {isa = PBXBuildFile; fileRef = DB784AE533C7FA1470E9783AD47C9700 /* SetupResumeAcceptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EBA4B42F86FA19C9293C03AD8686145B /* StorageSetters.h in Headers */ = {isa = PBXBuildFile; fileRef = CA723F22F144E89FB5485F584AB16F21 /* StorageSetters.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EBB5AF2BA5CAC9D6AEB1FDA308175B74 /* CodedInputData.h in Headers */ = {isa = PBXBuildFile; fileRef = E5B8E98722DF82B4FCF72C564273E7F5 /* CodedInputData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EBD975A21CC130A96D250236FFE4F9C2 /* FarmHash.h in Headers */ = {isa = PBXBuildFile; fileRef = 96F6E8528C4EC7786262B3CE7BE4614C /* FarmHash.h */; settings = {ATTRIBUTES = (Project, ); }; }; EBE11508A0A2ED857C8706D4E8409074 /* cost_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 521DC6D413BCF45B5E091B1ADEDAE457 /* cost_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - EC10F4DDA5BAA9F145DA346C1F1EA974 /* FIRErrors.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B55AB8636CB6B060DC158430B717DF8 /* FIRErrors.m */; }; - EC666CB740832E1AB0753D69FC8C3446 /* RCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = CA58498FC5524A09BCCA96F1683E885A /* RCTEventEmitter.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - EC7D13478527671E411B5B3560D1A128 /* RCTUIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 866D07E45A7D4780A71AE12D71948654 /* RCTUIManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - EC930B5EB6100B61332ADA57B34FD32C /* ThreadWheelTimekeeperHighRes.h in Headers */ = {isa = PBXBuildFile; fileRef = 0312826BA35B17245A471EAA7A7080A6 /* ThreadWheelTimekeeperHighRes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ECB4A9AFE0F3C14F0CB69A41BBD5B4C5 /* RSocketServiceHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = FBA7A7A5BD9C413B7E0A612F581F3966 /* RSocketServiceHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ECBBBA7EA50C98AEA414478293838D2B /* RNFBAppModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FF5BA25F4801A977AD9F29C1F285CC9 /* RNFBAppModule.m */; }; - ECBD429060DEC16908D656440A81BDF4 /* RNFetchBlob.h in Headers */ = {isa = PBXBuildFile; fileRef = C65F6582CEBD8049AB1E31CD634A5D0F /* RNFetchBlob.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ECC014D16CBC092CE3F8DF77EE1BA855 /* REAConcatNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C91B689E90BF51B541B0B09D1DB110C2 /* REAConcatNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ECCDF8ECD2438E62AA303A3AA18DF093 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 32BD8CA986C2EDD131A6664A797558DB /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ECCF81F5F061B785593B1BD3E433F28C /* EXAppleAuthentication.h in Headers */ = {isa = PBXBuildFile; fileRef = 97553F4F84C36FDAB0AC65A47B3A590B /* EXAppleAuthentication.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ECE385A01C7EE3AFFB8441C6C441D72D /* RCTInspector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7A9EC48C7EF3509A1710A4C98F5CE047 /* RCTInspector.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + EC149F2DAA670DE4F9B8EBECDEF0FBF6 /* AsyncPipe.h in Headers */ = {isa = PBXBuildFile; fileRef = D259D0D5867EB21A9776FE703C0E9BFF /* AsyncPipe.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EC2BF1606D5EDF113D6AF113F435C11C /* SafeAssert.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8FA2F1A50F8786C4B3623A8302163E9 /* SafeAssert.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + EC34A7E36B174CC4B9078772F53E3DF5 /* SysMman.h in Headers */ = {isa = PBXBuildFile; fileRef = B60A9DECADC02F72FA8DC25F17AC9E8C /* SysMman.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EC3DB82100E25E65AFB5814685BA4FB3 /* TupleOps.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A74019B547CECA96E7F45657B514245 /* TupleOps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EC666CB740832E1AB0753D69FC8C3446 /* RCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B8A9474F457953443A42F240373318 /* RCTEventEmitter.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + EC6727C988F20A3739BAD9A836FD2330 /* FBLPromise+All.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F5744FABB388827D57808557D9928B3 /* FBLPromise+All.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EC6B36DE220FC85C1830743B92F61766 /* AsyncServerSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A708508FD76815E6CBFE650E175E77D /* AsyncServerSocket.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + EC6E77808945DD2335455C1870716873 /* DestructorCheck.h in Headers */ = {isa = PBXBuildFile; fileRef = 49085752636EB16CFB43D8E330FD6FD7 /* DestructorCheck.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EC7D13478527671E411B5B3560D1A128 /* RCTUIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6231B17264ACA65B33F1144EAA238955 /* RCTUIManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + EC8A8908CCDB43808BFB6C1BA951F1E9 /* NetOps.h in Headers */ = {isa = PBXBuildFile; fileRef = 44672A7A3BC339C8FE063A2228A810BB /* NetOps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ECA03478FEB50615CF46EF2FB1C34B1D /* F14Table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2D3AF1C5AE70E2A5904EB4656D35CD7F /* F14Table.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + ECA7331A60F55EFFF80D117F9B030620 /* StreamRequester.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1708504D90BF92C2DE490B535EFFB159 /* StreamRequester.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + ECB6D854EBAF9155B6C024B3704CD54B /* FramedDuplexConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = A960E85AB06FD76C8D48B57128F95948 /* FramedDuplexConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ECBBBA7EA50C98AEA414478293838D2B /* RNFBAppModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DC2E3C10241AA91883F40471F45E4EF /* RNFBAppModule.m */; }; + ECBD429060DEC16908D656440A81BDF4 /* RNFetchBlob.h in Headers */ = {isa = PBXBuildFile; fileRef = F32A45959D3AF5405D68E92CA1BFD497 /* RNFetchBlob.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ECC014D16CBC092CE3F8DF77EE1BA855 /* REAConcatNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 27AD814C5F05D9F7E67C96F2E239ADDD /* REAConcatNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ECCDF8ECD2438E62AA303A3AA18DF093 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = F7AB5908A1F99A8F355AE51852EE3194 /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ECCF81F5F061B785593B1BD3E433F28C /* EXAppleAuthentication.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B06C4FD243A37851BD3EA81C9846C6A /* EXAppleAuthentication.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ECE385A01C7EE3AFFB8441C6C441D72D /* RCTInspector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2426BDB7A3F379DFA15DC95E543FC87E /* RCTInspector.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; ECE807D36A37A617812C118A6AF52916 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CC8BB6AEB410A5326E73F49FFF9001C /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED1294A4072B1958A6928F5A789D4C13 /* EXVideoPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 795764D57C74218C1DC80757258B116B /* EXVideoPlayerViewController.m */; }; - ED160FCFF2362ABA3A3EFF8613DEBBAD /* ieee.h in Headers */ = {isa = PBXBuildFile; fileRef = 89A5CCC6744A5C7FC6A36F5719D03C2A /* ieee.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED299EE11477F536FFB990FF2553A006 /* DefaultKeepAliveExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C161A0D9AD64B1BCAC02DB33B770404 /* DefaultKeepAliveExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED30C6E2F717A547B371051A574BF7B5 /* RCTProgressViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 11FE0D3318F8A8083C3359A7EB5FBBC7 /* RCTProgressViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED4D83EF245BC107F0E2A6CA215D3237 /* PriorityThreadFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ECB2B4C502267356B91B34510DE8D5E /* PriorityThreadFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ED1294A4072B1958A6928F5A789D4C13 /* EXVideoPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BAD2210ED551317279ECE251AEA647FB /* EXVideoPlayerViewController.m */; }; + ED30C6E2F717A547B371051A574BF7B5 /* RCTProgressViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AA35111132816A863452C1C1D5502FF7 /* RCTProgressViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; ED516E8D8D15F1E6B48168D0B35BC633 /* Pods-defaults-RocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F21CCAF47107D491C484F4743F565B80 /* Pods-defaults-RocketChatRN-dummy.m */; }; - ED98885E70EE77B48A442447D100D466 /* PolyException.h in Headers */ = {isa = PBXBuildFile; fileRef = 80DD0A8F4C5CF406C0F37818D10DA35A /* PolyException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDC277A1E3477145482259C3815CC180 /* OpenSSLCertUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 13F0A29462F625C779ECF572B1353F96 /* OpenSSLCertUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDC6F1D98E2A672DAD7140C8799FA796 /* FBLPromise+Await.h in Headers */ = {isa = PBXBuildFile; fileRef = D205A73E4DEC271CBDD738F85181D734 /* FBLPromise+Await.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDF85D68CD3EC82261AEBE173F2C73E2 /* FIRCLSSerializeSymbolicatedFramesOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 79E0A5D35BB7344824EE2C24204CAB73 /* FIRCLSSerializeSymbolicatedFramesOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE019C4DD1B59F01799C89B3AEC1A4A9 /* FIRCLSNetworkResponseHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 0059306D112DB7C6BF55E41D08388D23 /* FIRCLSNetworkResponseHandler.m */; }; + ED89F5054020F8C7D25A061F4B0AD869 /* FIRCrashlytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C2764E678593EF39C3FC9B21BC0CE9F /* FIRCrashlytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EDB3687933C25874D592CE7B549CB187 /* FIRCLSFileManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2944CA750EBEBBB663715DECC789F0E3 /* FIRCLSFileManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EDC8D517D22810BBBF119CD4811DC57E /* GULNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 704C525C1E2E631E369793D288EDC211 /* GULNetwork.m */; }; + EDE5A40FB7635093BD0E6818729A290C /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = 87AEB47A6985A23B74B6E8616F909CEA /* diy-fp.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + EDF1358A1861DE759E1968739E4DDAE8 /* ShutdownSocketSet.h in Headers */ = {isa = PBXBuildFile; fileRef = D8D2B14A48976AB1B733441A619B3210 /* ShutdownSocketSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; EE14BA16332AA06FB5220EC096A39B02 /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = F905D7B0C849F5F1F12A9998C72FE06E /* de.lproj */; }; - EE2569EF94D0E8FF82F0FCE18542BAF5 /* BugsnagReactNative.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B23696C4D2092E47E753B377B79D93E /* BugsnagReactNative.m */; }; - EE2F4B59CEAD37C0269C7146DB72E691 /* FIRCLSThreadArrayOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = D53631B5BB7B40F7A40B7A2C362BCBE4 /* FIRCLSThreadArrayOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE5CDDEB12AB24C7EAC75E28D6EC6386 /* RCTAnimationPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1BA4B2E6C4915FA5B2A4D4642938FAAD /* RCTAnimationPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + EE2569EF94D0E8FF82F0FCE18542BAF5 /* BugsnagReactNative.m in Sources */ = {isa = PBXBuildFile; fileRef = 33AF5532A3EC70966DB484D58D1CEC25 /* BugsnagReactNative.m */; }; + EE3C262D6A0F5AA0CE2F976F2643690A /* FIRCrashlytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 15784486174549E80D45256BFE704A6A /* FIRCrashlytics.m */; }; + EE5CDDEB12AB24C7EAC75E28D6EC6386 /* RCTAnimationPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7A91D3FB33D5160F075201182130FBF5 /* RCTAnimationPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; EE6589761A6EAA95ECBAEC472917D3B9 /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = CA25900E5E609DAD285C5FCE8164B45F /* SDAnimatedImage.m */; }; - EE66D56ABAB4341FE23D3A116AB4EFC3 /* openssl_aes.h in Headers */ = {isa = PBXBuildFile; fileRef = E30E14C396EB309A313697C5F82076D2 /* openssl_aes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE849462A9967CAA051C5CB7F16FBBC2 /* KeyValueHolder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DC30BE353A6FBEF3ABF7CAF8002CAB1E /* KeyValueHolder.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + EE89714434BD8F8DDD0C50F8A84CA28F /* AtomicNotification-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = E7DEFA475E0C36B052637763F9873C99 /* AtomicNotification-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; EE8F005B57B2697EF1FB3E23FEA56AA8 /* TOCropViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A1C0F8935CA413440DE830417BAD358 /* TOCropViewController.m */; }; - EEB531A218221515EE189D3F4E57B744 /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BDCAEB30AD8C7642C64679A17612E4C1 /* String.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + EEB27CC61142DA4426501343B5C5CDCF /* StampedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 656659D6922818AF6A80D3F057625E42 /* StampedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; EEC77010CE3100A7BC03841C1EFB08B6 /* idec_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 6C82545394C91C63294CFE4A57A347BD /* idec_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - EEC7A2F296B5E286B00A69E35A76B0A1 /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1331A6332014250EB5A7436D9254487E /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EEF042AC8A3930DD131003503701A393 /* GDTCORLifecycle.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FB379E5D133D3B5BD5907B8C2FEC426 /* GDTCORLifecycle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF223873787BB2342C5D61BE3C3F3368 /* FBLPromise+Do.m in Sources */ = {isa = PBXBuildFile; fileRef = 0605485DB7CC412F7210A7E521585755 /* FBLPromise+Do.m */; }; - EF350862356CA2CA24CD9557640C1ADB /* RNBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 8020FF565C7585E9C16EE39081AFF9F2 /* RNBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF375C6C300AB6D19EB502AB85DDA02D /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 6B631A92EB31541DD1E5AF27F9974C0B /* fast-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - EF64BEA285F61CD2B7ED4ABC9C97646A /* Array.h in Headers */ = {isa = PBXBuildFile; fileRef = E74D8BC54194A28692BCC1662600FD43 /* Array.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EEC7A2F296B5E286B00A69E35A76B0A1 /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E410952AD981E69BCE4EFA790ABCC28 /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EEF440883D3EF9C4376BA04CA15A6769 /* FBLPromise+Wrap.h in Headers */ = {isa = PBXBuildFile; fileRef = 15F9371AFC26821AD43D9285523D4748 /* FBLPromise+Wrap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EEF7310A8A45A5AED1C7D9C8E3CE742D /* SanitizeLeak.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DC3AF64923400524C967907721D2E9DD /* SanitizeLeak.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + EEFCC24373F45C78C770E6CB929BC75F /* vlog_is_on.cc in Sources */ = {isa = PBXBuildFile; fileRef = D3841AFD60F4974A2520050892F57AE2 /* vlog_is_on.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + EF350862356CA2CA24CD9557640C1ADB /* RNBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 005860F4C353E505CD7C44B63908EAD1 /* RNBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; EF66EA75F763B5592EC6FDB57B589B18 /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 89689B0B52DAB2E08752945DA6CF62EF /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EFCEA72F53B2B1A5CBB3CD5003168A18 /* Malloc.h in Headers */ = {isa = PBXBuildFile; fileRef = BB02CC589412E751563B4277E325BB53 /* Malloc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EFA449FF3A33370C4637B3E6123A6D85 /* FormatArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 227BD86E4FD15BEA458D981ADF2C7765 /* FormatArg.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EFB7C9A08B274807C6FD2A5BCB8222C4 /* F14SetFallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 32F351ABA1D2BA4285C4210D118A1A71 /* F14SetFallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EFBFF84A22B10AF3DB83583DE277FDDB /* FIRCoreDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = 8402EE57733F135E544FB68EB738B581 /* FIRCoreDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; EFD84799ACD7379BF31FE5E001A283AE /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 66A8A932C4D00ABF2AE0D2E871296EE3 /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EFDC26BEF6564DFD8368512DB220CC16 /* ARTNode.h in Headers */ = {isa = PBXBuildFile; fileRef = AFDDBE92A6057DA44C2D48DA91A74644 /* ARTNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F032026EAF6EB7C1F8B64F4ED88AB01F /* FIRCLSReportAdapter_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B5799986BAC48E4169760BC84177D1E4 /* FIRCLSReportAdapter_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F033B1F358EE94242EFC1E3CFAF7A1CE /* React-RCTImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 69F9D3FDF4C191561494C6C04A5E6D21 /* React-RCTImage-dummy.m */; }; - F035504DC714576A157A301C6AD13086 /* GDTCORDataFuture.h in Headers */ = {isa = PBXBuildFile; fileRef = 49A1C3EB17C28690DD5DAD1494DE1ECC /* GDTCORDataFuture.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F04757626003EE951B95963024413DD6 /* RecordIO.h in Headers */ = {isa = PBXBuildFile; fileRef = E1E182F1B8EC1912ED1B26EFF42E51C5 /* RecordIO.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F088523B869C751364D885DD7271E416 /* GDTCCTNanopbHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 52808A151BEC66F6C4E2B5A8F7130D19 /* GDTCCTNanopbHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0A59984C7AD739EBBE9EC452277A526 /* BSG_KSSysCtl.c in Sources */ = {isa = PBXBuildFile; fileRef = 9EC3B51633A192C4FBE4CB285317DCB9 /* BSG_KSSysCtl.c */; }; - F0B014A7880E5F4E02414D8D663BBC51 /* RCTUIManagerUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EE49E61448DCC6DAEA90081E1E44046 /* RCTUIManagerUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + EFDC26BEF6564DFD8368512DB220CC16 /* ARTNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 04E6BE6099C804608946515464F90AD4 /* ARTNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F0028EF27D5DC5DE3E1502C307ABF4FC /* StaticConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 11F13EDCF4E519D09E92C106D56089EB /* StaticConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F019A1E69ABD9EFB290F390A21D4DDB8 /* Assume.h in Headers */ = {isa = PBXBuildFile; fileRef = CBD061B0F547960430C65F695E047997 /* Assume.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F033B1F358EE94242EFC1E3CFAF7A1CE /* React-RCTImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 12E92A8A000E007A7CE98D9A98B4CECB /* React-RCTImage-dummy.m */; }; + F059D8CE1A7BEBDA200C8AAE87265C7F /* DecoratedAsyncTransportWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E55D5B8DEA41627F6DFC40B4CE99FEF /* DecoratedAsyncTransportWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F07CB0886D2CC80AA9532CCA534AC3AE /* SysMembarrier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F8A5CE8F5B69BF8BD920AF70555786C8 /* SysMembarrier.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + F0A0E0EAC86B125D297DBA17AEF79DFF /* AsyncTrace.h in Headers */ = {isa = PBXBuildFile; fileRef = A8286CCE197F3465EE67A8E32C7C5082 /* AsyncTrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F0A59984C7AD739EBBE9EC452277A526 /* BSG_KSSysCtl.c in Sources */ = {isa = PBXBuildFile; fileRef = 5EEFCDB3BF00A6E93C5EF3F762A1E08D /* BSG_KSSysCtl.c */; }; + F0B014A7880E5F4E02414D8D663BBC51 /* RCTUIManagerUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = FA914E3E87FF644009EDE538093FCFC0 /* RCTUIManagerUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; F0B7A5CEBB42EB368B082EAE88141AA0 /* FKUserDefaultsSwizzleUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 8491C97850AEF0F64B1A320FA8E57D08 /* FKUserDefaultsSwizzleUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0DAD40FF942663F14AACDED6F16A027 /* InterProcessLock_Win32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D8E90D4CA0309B2495D73C9AF3D51045 /* InterProcessLock_Win32.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - F0DC99969CB80206ECAA4EED0350EAE3 /* PriorityUnboundedQueueSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 81410AA3099B405DF4442793A002DCF6 /* PriorityUnboundedQueueSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0F7E694817E2093598328B8FF7CCD38 /* AsyncGeneratorShim.h in Headers */ = {isa = PBXBuildFile; fileRef = AB4EAFF0498E720CB94B67B1F1DB59DA /* AsyncGeneratorShim.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0F9CE4A668669DF9BEBAE09D36F661C /* FIRCLSURLSessionUploadTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D9024458C9CB9909900E274D398BE33 /* FIRCLSURLSessionUploadTask.m */; }; + F0D2D3B2FCF72435442D5A2613FFE87C /* ScheduledSubscription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6E803959C68AF2D291AB73175966820A /* ScheduledSubscription.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + F0E6C0C4A12778C06BB470553644B64F /* GULSceneDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 40568C7D34C220B7EB13022AAAAD478E /* GULSceneDelegateSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; F108F7723981488837F6C62A21D86EBB /* UIImage+WebP.h in Headers */ = {isa = PBXBuildFile; fileRef = C40ABB1F6C64D36CD91AAB06CD591B0A /* UIImage+WebP.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F11DF2652A6568975B20932389394410 /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AA7E7FD784E554499F7327FDC15C76E /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F11DF2652A6568975B20932389394410 /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = FD80C234AF63FA9ADD17337BB61D112E /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; F12A6FFE202439992AF17C7AE792019F /* UIView+SKInvalidation.h in Headers */ = {isa = PBXBuildFile; fileRef = 468BF10F94F03FFDD57011F0B9459FB2 /* UIView+SKInvalidation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1369FF715AF3D44920399C4B0461B23 /* FBLPromise+Do.h in Headers */ = {isa = PBXBuildFile; fileRef = 5385E7A5570B1ECECF59DAACCE531316 /* FBLPromise+Do.h */; settings = {ATTRIBUTES = (Project, ); }; }; F13B15A4EF14C60B975E49962DF70965 /* FlipperPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 85BAE6A637841D1572B8698BF23835B5 /* FlipperPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F140B149D025D4A74912BFE191BB6C4B /* IOBufQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 371A76D159083F6DAC646395A308432D /* IOBufQueue.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - F14698C81929204263A7ACFDE993CC37 /* RSocketStateMachine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9ED12E7077B274BE0BC4E830189C39F /* RSocketStateMachine.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - F164948B9028076A6CEB0987B088BB89 /* UniqueInstance.h in Headers */ = {isa = PBXBuildFile; fileRef = 57F58CB39739BCD7EB2A2F0C9D833555 /* UniqueInstance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F17189A76A9E380988EF869D02F65BDA /* Codel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E4B6CE6FCDF2CAC342852F32F84DB65 /* Codel.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + F1473D709D64DE1F9476EF075D35575F /* PBUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E1A25CC54C59072C25E89561934C73B /* PBUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F171F3E9EC7D09E5FB240614BE38AB9B /* OpenSSLCertUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 41670F5EC41E7A2332A9F91C1E272D82 /* OpenSSLCertUtils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; F172FC7A316562337C75654A5898D742 /* SDGraphicsImageRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = E5210108396CA273662DA1AC225047CB /* SDGraphicsImageRenderer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F180F2499CA77A541DF644073F38C440 /* Util.h in Headers */ = {isa = PBXBuildFile; fileRef = 6194DBE2865CDE620E065AAF89038627 /* Util.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1886A82C58F805D547E81409220731B /* FIRCLSReportAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C0439FD89FB3C2BA9405682F4678374 /* FIRCLSReportAdapter.m */; }; - F18B2E314466EB0A26C904B1CB9C3582 /* GroupVarintDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = EED848017F4965B145BF315674CC8C0E /* GroupVarintDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F194212CD638F0EC8581A5D413EA480F /* RNCWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = E5451BC6BD799F79D8802936CE34152C /* RNCWebView.m */; }; - F1980EA5769E64FBFB858DC377E4F36F /* CoreCachedSharedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = CA3E5B0FBA7FA325BE464311187698AE /* CoreCachedSharedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1A1A34D20E81412C1765C1A209D62D1 /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 298D78B7BBD6828CF55DF97F89AD73DD /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1A35F63BB6B7409E143CB7F25B4A514 /* RCTComponentEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = B15CC75C1121F3D87175B97B714DDE0F /* RCTComponentEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F1B0070405F61652AA5256D7EF9AB23C /* RCTPointerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = D92402B047721D504A405BEB2D94AC7C /* RCTPointerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1B3D34466F622D69DEEDEB3AE6131A8 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = F04AC3BC7422F37BE3379AC4B5772E21 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1BCA4C3FC6FA17866B062BD94602B50 /* EventBaseManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A07D22C93179825B426F8DE9E6DCCD5C /* EventBaseManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - F1F0C4F35213439F612B6964E41B23AD /* RCTSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FC91D6F8CB893E971FBC284C3C45CB73 /* RCTSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1F9A164B04FD44FCAFE606245C8AF2B /* Singleton.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 44D3B29C5FF6A2C4C948A999FE930F10 /* Singleton.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - F2181B2408215CA55C1CC43B8A0970BB /* Portability.h in Headers */ = {isa = PBXBuildFile; fileRef = C374E4C41C121E1C703616E68E6EE634 /* Portability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1756EEC7A49EE771C830BEE83AD9668 /* FutureSplitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 09EDD24EE429183D776B077B47CB353D /* FutureSplitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F194212CD638F0EC8581A5D413EA480F /* RNCWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = AA505C902FBDC9EE272C85C224154D44 /* RNCWebView.m */; }; + F1A1A34D20E81412C1765C1A209D62D1 /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 43EBDE3846E0FD53F64CC9F2323E7CD5 /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1A35F63BB6B7409E143CB7F25B4A514 /* RCTComponentEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C7848D0A5E7F37F891CA23E1B886D30 /* RCTComponentEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F1B0070405F61652AA5256D7EF9AB23C /* RCTPointerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = A6697302FAF9741540C3B063B8BB9345 /* RCTPointerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1CDF2408CDEE6F3511DB317E57AD980 /* IOObjectCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 75C54F4BD4A8E740A1E6E8923E574ED3 /* IOObjectCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1D7DD6F64C3FC6B794B2FEA430EF122 /* AtomicLinkedList.h in Headers */ = {isa = PBXBuildFile; fileRef = 77779F49900F85F220ACB9EF14BBC3B1 /* AtomicLinkedList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1E687BB5381C7F3338CF664F919B8EF /* ExceptionWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 367D7E063FF43E1359A7875D2872E8EF /* ExceptionWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1F0C4F35213439F612B6964E41B23AD /* RCTSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E4BD6C211C3F0AF847800BD795959BB /* RCTSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1FD63BEB7D90017393BDC257A24AF1D /* FIRCLSRecordIdentity.m in Sources */ = {isa = PBXBuildFile; fileRef = 27DDCC14C61BF218CE8C8B34351E7679 /* FIRCLSRecordIdentity.m */; }; + F1FD931C3B9B2569BBF887421D5C91DD /* ThreadedRepeatingFunctionRunner.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CA9966DF755C9B18EF7EB51D2A8841D /* ThreadedRepeatingFunctionRunner.h */; settings = {ATTRIBUTES = (Project, ); }; }; F22AD83E78793E6392636E460719E24A /* tree_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 6061AFB304BAA22A42A7CCA902D03268 /* tree_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F231B2C0FE6F934F3D513994157DC7FF /* log_severity.h in Headers */ = {isa = PBXBuildFile; fileRef = A763D3DA2C1DEBC4FDA2A1B6606F7953 /* log_severity.h */; settings = {ATTRIBUTES = (Project, ); }; }; F24400E60FE033A8A13B24529D2E7AFE /* vi.lproj in Resources */ = {isa = PBXBuildFile; fileRef = B19A58156D2B76D5EE1DC0BF80A5D334 /* vi.lproj */; }; - F24AACC21775927395B7706C529818BE /* GULUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = EE59EC4314146E76DCB20C06F60FC1F9 /* GULUserDefaults.m */; }; - F259DABBBD60ABA8E1E9FFCF046377FD /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = 65AEC802D795588CB432E42F1C99BE4C /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; F25A5E96970FFDACAA7350E08D19FC0F /* bit_writer_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 5309424D2A908CCBF514347A0C64FCDD /* bit_writer_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F262A884E6F19E78B96CDB6BE0A6BE17 /* BugsnagHandledState.h in Headers */ = {isa = PBXBuildFile; fileRef = EFCCB92EA69EB157026A91B4794BDFE3 /* BugsnagHandledState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F267545AA6801407D49C99C0DE570629 /* FIRCLSSerializeSymbolicatedFramesOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A16D244366D432E38B8E997E46E2E6C /* FIRCLSSerializeSymbolicatedFramesOperation.m */; }; - F2770673EB4066AAF49F80D3173F1ABA /* RCTModalHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = C1E52FA4D9BCFDD07A04DAD979772DAD /* RCTModalHostView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F28D018656484725C4E22DBE173A979B /* FIRCLSNetworkOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F8594EF5847E3B2F915EC7CA133A62A /* FIRCLSNetworkOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F28FC996E9D7C12E3F41C1B640ABB2A5 /* Compression.h in Headers */ = {isa = PBXBuildFile; fileRef = 76E1731657F2B6852E4989F5CB136ECD /* Compression.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F262A884E6F19E78B96CDB6BE0A6BE17 /* BugsnagHandledState.h in Headers */ = {isa = PBXBuildFile; fileRef = B1118A7106888A184A27F645E70888EE /* BugsnagHandledState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F26ADA58C32D6C1BE7CD5D718B253C57 /* MiniPBCoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 423F3952D7C60D2A97C19C94C400F4FC /* MiniPBCoder.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + F2770673EB4066AAF49F80D3173F1ABA /* RCTModalHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = B4172EE788CB8A6212F63F3B1999B3F3 /* RCTModalHostView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F28FC996E9D7C12E3F41C1B640ABB2A5 /* Compression.h in Headers */ = {isa = PBXBuildFile; fileRef = D92E3F1C18F6D1D5D7C60D21F9329D57 /* Compression.h */; settings = {ATTRIBUTES = (Project, ); }; }; F293FF11EF3FB3B425445F64AA999AAC /* yuv.c in Sources */ = {isa = PBXBuildFile; fileRef = 8736DB4C0F3CBA8756C5F1D2D32BA738 /* yuv.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; F2A7A5F33E7DF4C6A8F5520A66AF831D /* FlipperKitLayoutPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = ADB15F72939073D2C73A916C689A48F7 /* FlipperKitLayoutPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2C26A3578C33AFC538807C1017B197E /* Traits.h in Headers */ = {isa = PBXBuildFile; fileRef = 9764A3A8252EFF14A321A56C6FF810E2 /* Traits.h */; settings = {ATTRIBUTES = (Project, ); }; }; F2D0A70D9E495E49F40A40BACD25A8B1 /* FKUserDefaultsSwizzleUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 480D20C840F348F49EFC2259B1B36543 /* FKUserDefaultsSwizzleUtility.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - F2D9F29222AE982949FE532AD7186F06 /* ieee.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B89D89DA2CCB3A2791086A4F9FE0F48 /* ieee.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F2E68264C4F5BAE4D6D238BC6C14BDFE /* StreamsWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94BE4A916A924189C6D1A5836209327D /* StreamsWriter.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - F2EB846DF7325FAA61507E910C036032 /* RCTWebSocketExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = BCE9490F54B5B10355345E77E8A8AFA4 /* RCTWebSocketExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - F2FA208256E4D6750626283AB434A8A2 /* FIRInstallationsItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F8E0FB6F25809863C5872F6BB18C5AF /* FIRInstallationsItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3176D46D2C975E0413A4FEAD89BBDB0 /* Utility.h in Headers */ = {isa = PBXBuildFile; fileRef = FEF0C3857E0CBA7EDDB9A38A20F83930 /* Utility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F348FF26CBFBB1B2FF4F505200EC4245 /* YGNodePrint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1B4C78F68D9011FA8E919D461C9B2FE6 /* YGNodePrint.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - F361E87A01934846FA07441A651C1A8E /* SocketAddress.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 40BA1B76245D2214E75D5702AA7FE69B /* SocketAddress.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - F39C1175CE4EA626AE2AAA5538D12E25 /* ScopedEventBaseThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8AE22BAA611A1102F87A21EF80A5B324 /* ScopedEventBaseThread.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - F3A2CF98A2FF72223837B7FB1C6F09DF /* FIRCLSHost.m in Sources */ = {isa = PBXBuildFile; fileRef = E88052E39AB9DD9261B56504BF2E8306 /* FIRCLSHost.m */; }; - F3B4F0CF70B5004FF391BD82E5C5A471 /* pb_common.c in Sources */ = {isa = PBXBuildFile; fileRef = DE16C6668E00B2EBAF3DF295096B5CB9 /* pb_common.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc -fno-objc-arc"; }; }; - F3C1BC662E2C75FCB3923155867537D1 /* AsyncTransportCertificate.h in Headers */ = {isa = PBXBuildFile; fileRef = 412AD2AC451D2087ED85E933B15A58E5 /* AsyncTransportCertificate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3E2B0A5740BE497B3C034AA098983DC /* ObservingInputAccessoryViewTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = B059F708DEA2674BC70D60B7D3CC6AA4 /* ObservingInputAccessoryViewTemp.m */; }; - F3E3FBD6FC958C9B2D60D7CF4A87020E /* GULAppEnvironmentUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = D5DB4A7B80E8B844C094A779BC37604A /* GULAppEnvironmentUtil.m */; }; - F419AD6BA03935A851798FF9697FB620 /* EXImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = ACDD9F8CE871427AC9B52F2574867694 /* EXImageLoader.m */; }; - F423B832E82766817CCB176696EE0DFC /* READebugNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F16FA63E9856238A35EB81220CB3D85 /* READebugNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F44F9F487247BE2C2973D62F04733AFA /* UMModuleRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A7852727745085FA4D604E935ADB37D /* UMModuleRegistry.m */; }; - F475E1D69BAA062CBD94E05E0EA20C06 /* GULHeartbeatDateStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C4D31969FB4C2B4E1904CA60A3076E1 /* GULHeartbeatDateStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2DFD15C1F18C5A1E547A0568C981E1B /* FIRCLSURLSessionDownloadTask_PrivateMethods.h in Headers */ = {isa = PBXBuildFile; fileRef = 81F822092F642F552A94E7CF09633E8F /* FIRCLSURLSessionDownloadTask_PrivateMethods.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2EB846DF7325FAA61507E910C036032 /* RCTWebSocketExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = C5DB5F72BB46E070775C36779EB107FD /* RCTWebSocketExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + F2F04100F47AE781C4EB81AB84306589 /* GDTCOREvent+GDTCCTSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 7182D45BF8BC1E8C313FD6330F6D3B88 /* GDTCOREvent+GDTCCTSupport.m */; }; + F311E951B2238D36D5E94210F5E0B3F6 /* FIRErrors.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B55AB8636CB6B060DC158430B717DF8 /* FIRErrors.m */; }; + F33A398B60FC926DA7254EB372C3CA96 /* StreamsWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = F2A52CBE2AF719EC96CEC5AF71BFF66E /* StreamsWriter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F348FF26CBFBB1B2FF4F505200EC4245 /* YGNodePrint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5B6CD824B49316E41DD8111445998F7 /* YGNodePrint.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + F35F3544099C951D4EC78D76460180B2 /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = 41AA3D7073247C2CC63EF9EC2BC87788 /* diy-fp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F383E8CAB520F58783077E9FC08035FE /* FIRCLSByteUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 48FA79EE99D886D173E52987090A976E /* FIRCLSByteUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3870608091DD6CBC7B9D99E5750251D /* AtomicHashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BDA04A718F21904E7484E417CDD46B5 /* AtomicHashMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3BD4CADEBE784CB0E933FBDE6521D35 /* RSocketClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F788EA36EEE91148D450B5F7EAC1D8EA /* RSocketClient.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + F3E2B0A5740BE497B3C034AA098983DC /* ObservingInputAccessoryViewTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = B41ECA188F6A116468490BB663DFEFED /* ObservingInputAccessoryViewTemp.m */; }; + F419AD6BA03935A851798FF9697FB620 /* EXImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = CC0CCF96750438521470C888081E0105 /* EXImageLoader.m */; }; + F423B832E82766817CCB176696EE0DFC /* READebugNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D81472F856F2D56BAD520D2F812848A /* READebugNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F44F9F487247BE2C2973D62F04733AFA /* UMModuleRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 283EF8F0F9B62D03752770F22CE530BA /* UMModuleRegistry.m */; }; + F467684362860016ECE32C50FB711A56 /* TimedDrivableExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = A2345F6BC718297050E263A0553880F8 /* TimedDrivableExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; F47834738C3399C03CB112AC256CD918 /* FireAndForgetBasedFlipperResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = D88824EF549D12E6178FD3BC56294948 /* FireAndForgetBasedFlipperResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F48DC0B72B1F3CE4E45EA3DB9236EC24 /* Hardware.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AD104F4D43C131F3A60BD50B2D9350A /* Hardware.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F49550D6FCEF26D00A19992B1C7D4B94 /* FIRCLSReport.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A82AC8EF00629A69A6E6F7495AF0F86 /* FIRCLSReport.m */; }; - F49C2FA8B1239AA5E35582766C9F05C6 /* RNPushKitEventListener.m in Sources */ = {isa = PBXBuildFile; fileRef = F07BCBFD826CDB981E5EB15622047CF9 /* RNPushKitEventListener.m */; }; - F49FDABB18E5818C046F0E62ADF5081B /* UMSingletonModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 921EB7BF8E7D52E2AF99AEC8CC0CAAE1 /* UMSingletonModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F4A4919C931C29951395C0365B107C86 /* InterProcessLock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECE9AE370F1D84401EB6F32F907E1B4B /* InterProcessLock.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; - F4C08A0CF246E3DE0AD81633533E750A /* SafeAreaSpacerShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = F3253AC65E0A3AED14E5813D881C6347 /* SafeAreaSpacerShadowView.m */; }; - F4C4A90D5AC8196B0AC319A741F015C8 /* GDTCORClock.m in Sources */ = {isa = PBXBuildFile; fileRef = 63B9522FB756289AAF91DAEF6C4AC4FF /* GDTCORClock.m */; }; - F4D59FBF8971EED16A3A357859818125 /* RNCommandsHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = CDDC19BBA763D871C3777F46C8C21BC8 /* RNCommandsHandler.m */; }; - F4D9D28C08ADBAD6C70CED70E0B7D79D /* RCTLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = D7D235576EBE3719667F5CB346D0DB3C /* RCTLayout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F4F68F44536176A478F2B1DC0BB18922 /* FrameTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CFC892DFE61DD5C159CA8A302B8B67F /* FrameTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F4FE80AB2EA8DD144D7457A12534D90D /* QBAlbumsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 805C841207E4FC08B0F39BB21B2D0AEB /* QBAlbumsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F483BEA179CC564681C7B18DDCEE9377 /* RNDateTimePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = AD1778FD3E5D90F0FE3020D2BD16D6C4 /* RNDateTimePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F49C2FA8B1239AA5E35582766C9F05C6 /* RNPushKitEventListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 07C04C51D2D9A9CE34840B41C1E68A60 /* RNPushKitEventListener.m */; }; + F49FDABB18E5818C046F0E62ADF5081B /* UMSingletonModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DDB150D0D6A64A1DF3E63B464F3D679 /* UMSingletonModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F4B4C6927C67A769D0034F9C40BFED9B /* FIRErrorCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B6AF1B6D82B997289C1F57155B95B87 /* FIRErrorCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F4C08A0CF246E3DE0AD81633533E750A /* SafeAreaSpacerShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E77003245A61B9D97059A50342287DF /* SafeAreaSpacerShadowView.m */; }; + F4D59FBF8971EED16A3A357859818125 /* RNCommandsHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 48DCA2987E2ED2187E279195F1A9396A /* RNCommandsHandler.m */; }; + F4D9D28C08ADBAD6C70CED70E0B7D79D /* RCTLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 050FDCB7802A72E426AFD67B5A03C4E8 /* RCTLayout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F4FE80AB2EA8DD144D7457A12534D90D /* QBAlbumsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C872ADBA9ED57BB2326F2B637F20D5D /* QBAlbumsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; F5021DBB331F29F260D4C086CB98D018 /* TOCropViewController-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C065423E7B19916572D938E1977291DC /* TOCropViewController-dummy.m */; }; - F5125348848F418CF6718C01B719BC32 /* DistributedMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = DC4403A307646F1A0FE7D4943F892C6A /* DistributedMutex.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F52CF426D62F6EA3761DEB3D56B1165D /* ExecutionObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FD71FF5C8BD920171A1B57B1D9AB856 /* ExecutionObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F52F0E758974C3BE9F1B75926EA44388 /* FireAndForgetResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6DA028C5F8099A49B66F89104620E009 /* FireAndForgetResponder.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - F543B0F00839FAB36D8AC51C759D9645 /* SmallLocks.h in Headers */ = {isa = PBXBuildFile; fileRef = E696A73B42BC15EF6E5CF1B943C0E8B9 /* SmallLocks.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5605F4A9B1291CCE4827CA18F4B7FB2 /* GULSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E079C228C72E407636DBC32C4D6743E /* GULSwizzler.m */; }; - F56A3BE3ABD85646C2CA1A10EB587483 /* BSG_KSJSONCodecObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C28A3A3CA4E30E87C5FD484DD19507A /* BSG_KSJSONCodecObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F583A1EAC7C6B9BF0610DFD916EE9821 /* MemoryIdler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D06B114CA9C0C3023CCB0052B504654F /* MemoryIdler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - F59BCE6F71857B254E0ED04E7EBB21BC /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = BC7E48F69E87B647894582346A4CBA45 /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F59C5CF016E113FCB68AB80C76144EC5 /* RCTInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 06029B4CCEA4A1994C185EC7BBE0EF94 /* RCTInputAccessoryView.m */; }; - F5B44CD867B849504948CCAA1D0DF236 /* ARTRenderable.h in Headers */ = {isa = PBXBuildFile; fileRef = 11EC96E602329B308F798610BC9EEB01 /* ARTRenderable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F554DF931259EB705949DA77E47E9CC6 /* PriorityUnboundedQueueSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 81410AA3099B405DF4442793A002DCF6 /* PriorityUnboundedQueueSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F56A3BE3ABD85646C2CA1A10EB587483 /* BSG_KSJSONCodecObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A8169E6187E1D0EF61BC2DAD30E23D4 /* BSG_KSJSONCodecObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F57AF841F4378548C94775AD31696CCE /* FBLPromise+Validate.h in Headers */ = {isa = PBXBuildFile; fileRef = CCF57FBA2210324AF980C0B7D553A654 /* FBLPromise+Validate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F59559A80A6749CF498C8F130D129FCB /* glog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2450F579CD8D878D25C509E688505ED8 /* glog-dummy.m */; }; + F59C5CF016E113FCB68AB80C76144EC5 /* RCTInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 640D9DF9EEE03BFF61953180951E78E4 /* RCTInputAccessoryView.m */; }; + F5A4421DA388DB2E6B62B6E7189A4A0D /* Hardware.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B3F5420EA9D4DF25EAF1EFF1329790C /* Hardware.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F5A46BCB8FB3925B166BD2EE04E18B88 /* FIRComponentContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E8715BEBCF28ED8E993FC16CFE0A642 /* FIRComponentContainer.m */; }; + F5B44CD867B849504948CCAA1D0DF236 /* ARTRenderable.h in Headers */ = {isa = PBXBuildFile; fileRef = D95D360F74444B084B1C4B40E2496E00 /* ARTRenderable.h */; settings = {ATTRIBUTES = (Project, ); }; }; F5BC5D47E562AD877ED6742AB4589960 /* SKResponseInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = C577B154D3157924324E6D839DADAE9C /* SKResponseInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5D4CDA1811126280C4EB5B2AF43D392 /* VirtualExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46AE1E72F55216E57314DC5EC6A46F94 /* VirtualExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; F5DC4AE42E4440D0EC4D111800ADE592 /* buffer_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = B9A80B8593DD902649B6F1210386EFD2 /* buffer_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F5E4735FFE2E2971E6330450EE6B82FC /* EXFileSystemLocalFileHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 658C24EF831543E9A3F3B93CBBBE0599 /* EXFileSystemLocalFileHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5F1CCCDA11B91A3538E3174618F3AA1 /* CoreModulesPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = C518B7A7581D0F3AD6590FC1148458D8 /* CoreModulesPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5F3F0856950BD6B8C7BD31FD3CA6D8A /* Frame.h in Headers */ = {isa = PBXBuildFile; fileRef = E36C4193D6E17441A42E9F55B899D390 /* Frame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F613ED86296CC501F37F7DBE8468CE98 /* F14Defaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FA3467C61F628A26A2C7E187ABB1AD6 /* F14Defaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F617317E18D38DC7D5AEB86C03C56DBD /* RCTShadowView+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = 02D55DBCA9B17A85AD71979A6D879237 /* RCTShadowView+Layout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F5E4735FFE2E2971E6330450EE6B82FC /* EXFileSystemLocalFileHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 86D077373434B2B550CCD151B70CCE05 /* EXFileSystemLocalFileHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F5F1CCCDA11B91A3538E3174618F3AA1 /* CoreModulesPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CE692EBB536E058E9DFD134C0D562C7 /* CoreModulesPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F617317E18D38DC7D5AEB86C03C56DBD /* RCTShadowView+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F9F62C1724204FDFB5D46DB5C3860E0 /* RCTShadowView+Layout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F6508B365F45775893D89A7B046A9D17 /* FIRInstallationsStoredItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C1B54031058F3D5F70B8E814CCE8BB5 /* FIRInstallationsStoredItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F6545B694383EDB18603EBD0CA8F0C42 /* CpuId.h in Headers */ = {isa = PBXBuildFile; fileRef = 3088F468687484EE8F9AD0F0247D2144 /* CpuId.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F65B0DB3142A5CF48211775DCDA49F40 /* Payload.h in Headers */ = {isa = PBXBuildFile; fileRef = 6346DD6671D27AFD36E6F7FDF56C3684 /* Payload.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F65B9C443A963FC1A06CA8B7066B6EB2 /* GULSecureCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 028797E09D645D2173701B0334CA976B /* GULSecureCoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; F65DAF4D5EFFEC29E9364A3E86178388 /* TOCroppedImageAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = F4234721F88D2835F8157A182CA5D433 /* TOCroppedImageAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F676B4E94B9CF8CF3C086CFB73E5E88C /* ProgramOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = C95E75174973D393627CC0E6944E6964 /* ProgramOptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F67B9AA235C9408BF5DA9ACA22397571 /* RCTFPSGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = 1151F375916B69A3BC7B63C479029C4C /* RCTFPSGraph.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F67F9958A4C6DAF59340D2C30955F108 /* File.h in Headers */ = {isa = PBXBuildFile; fileRef = 884E53CF9309A7042B109BBDC934A4B2 /* File.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6C136253D201104015C2B5E4A8A2EE5 /* MicroLock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DE75FF89E50B34EC892E7FD9EA2BDE41 /* MicroLock.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - F6D201FC401789590F91E97F39ADBA6C /* RCTActivityIndicatorViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BBB0B41477179F29C6937861D4E759AE /* RCTActivityIndicatorViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F6D5CC9503B2BAB7BA037377BBE54ABD /* RCTPickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C005EF54F2B3AE4774A70B7608A3DE57 /* RCTPickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F6D6AB3E6B9F1F1CE3D9716703137598 /* TimeoutQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9904F6620AF734A2B9670844E5AE633C /* TimeoutQueue.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - F6DA248EA747A26852710F50D1276B1A /* GDTCORRegistrar.h in Headers */ = {isa = PBXBuildFile; fileRef = EF9FFCBF8924E2CDB54727B590DCC4D1 /* GDTCORRegistrar.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6E1D218864D620A67AA1B442EF17F6B /* RSocketTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 36EBA64DF381CBBD5C3B807FF94149C8 /* RSocketTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F706AEB3AB38163BADC0C170D099C4A2 /* RCTTypeSafety-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FD6B04DC1F84B724B119EAA28F9FC46F /* RCTTypeSafety-dummy.m */; }; - F708FDE80A812ED1D8972163F8AD068F /* Asm.h in Headers */ = {isa = PBXBuildFile; fileRef = 815D8630D1298C3A7BC07270A98E1DAA /* Asm.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F67B9AA235C9408BF5DA9ACA22397571 /* RCTFPSGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = 98586AB9F1BC0BE3222F41C96FB5FEEA /* RCTFPSGraph.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F68EC550357049AB75640B066871560E /* Retrying.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D77327E12522BD66B0D30F1750F8F40 /* Retrying.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F6D201FC401789590F91E97F39ADBA6C /* RCTActivityIndicatorViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BA676F3AC52356A51F671A3EAFEFFF4 /* RCTActivityIndicatorViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F6D5CC9503B2BAB7BA037377BBE54ABD /* RCTPickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 16B6ADFE5A4823F7A5999979A71FB120 /* RCTPickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F6EFF1DB3D19308B9E7B42C46D4FB3B0 /* GULReachabilityMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 644719B17AF9BF4094CA3EE02B6B676D /* GULReachabilityMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; F71294568A0A3B358731DAD383F9A575 /* UIView+Yoga.m in Sources */ = {isa = PBXBuildFile; fileRef = FE9E356A8EEEF3313241F925DAF9DC06 /* UIView+Yoga.m */; }; - F722BA71752657A010B16E06105C4408 /* YGLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C47B9EE00E71D5616E0B86A3A50C82B /* YGLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - F72DF22B6AD9345D03BF3A6B4D586330 /* SysTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = C3283A8F8AE35DDBB093EC3780BE8186 /* SysTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F73DD4C9041EC483BB713B32962CB6D1 /* FBLPromise+Delay.h in Headers */ = {isa = PBXBuildFile; fileRef = CBE4A6D52BE474B01E12EC8C4E4D019D /* FBLPromise+Delay.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F75C507189DEFCF81FF4E230CFCFE137 /* rn-fetch-blob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 976EBC26DA9461E86553E0F5A8335904 /* rn-fetch-blob-dummy.m */; }; - F76FA8AB88F47BE2D45B7F9D375A558C /* RCTKeyCommandsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DD5F620C6211D90BCC5E486747DF685C /* RCTKeyCommandsManager.m */; }; - F772B77E028A3706276522E10DF688AB /* MMBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 64DBC4A41C836D10CD2B65B9C83ADC3D /* MMBuffer.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - F7930F9AEA9196F7DD08730ADC7CD13F /* React-RCTSettings-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 76FC4C7C13303A2A5E7748322DDC9D41 /* React-RCTSettings-dummy.m */; }; - F794F044C6382346A50372DFB580EA8C /* ConsumerBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 92CF0630022A5B5B486403B7FDC7C6DC /* ConsumerBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F79524743559619774C43F8E74E2982D /* Unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8F34077B6C1A1F970C869CFC459EF523 /* Unicode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - F79E8FF60A9C0C4141B4010E3EFCD8D1 /* Shell.h in Headers */ = {isa = PBXBuildFile; fileRef = 125AA0ADA13DC01DDB51D3A0C7D14423 /* Shell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F7DA8F02B7D644C6C622BA63C474EDBF /* RNNotificationCenter.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CF2D326A2EDEAD99E537F120D48D52E /* RNNotificationCenter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F71CA64442FA066DC6848C2180B20013 /* ThreadWheelTimekeeper.h in Headers */ = {isa = PBXBuildFile; fileRef = CB7C141D065D14D90DFD352C8A69363B /* ThreadWheelTimekeeper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F722BA71752657A010B16E06105C4408 /* YGLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9D28DA487577CEF02FCA4569CD696312 /* YGLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + F75C507189DEFCF81FF4E230CFCFE137 /* rn-fetch-blob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F45D1F594B80F58238D4157D74265F87 /* rn-fetch-blob-dummy.m */; }; + F764ED6DFA738CE3E069D3399EB3C68D /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = 65AEC802D795588CB432E42F1C99BE4C /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F76FA8AB88F47BE2D45B7F9D375A558C /* RCTKeyCommandsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 37FBB622E77ADCEE64B6FC545BE6A914 /* RCTKeyCommandsManager.m */; }; + F784E3D32C09293A2559EEF389D305C5 /* PolyDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 280880F67755E30D63DF44A536EDDCB9 /* PolyDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7930F9AEA9196F7DD08730ADC7CD13F /* React-RCTSettings-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AD6F60CA348191920460C22BAC441857 /* React-RCTSettings-dummy.m */; }; + F7DA8F02B7D644C6C622BA63C474EDBF /* RNNotificationCenter.h in Headers */ = {isa = PBXBuildFile; fileRef = 59564793F1412D4D0BA8A0F1C6BF0CDA /* RNNotificationCenter.h */; settings = {ATTRIBUTES = (Project, ); }; }; F7F4E03FC6E2D5C11B8A8AD26BF35604 /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 346A4F1BCF46984D930243141F05CC10 /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; F7F5DA933AAFFD1325DEBD7BB63FAAD5 /* SKBufferingPlugin+CPPInitialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D9156975AE29943EA8012F56E1C674A /* SKBufferingPlugin+CPPInitialization.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F825E1FA1D2EE630D835A0BBFB53F7A8 /* RCTSegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = B5145AB82B435755CFB504D6CCD436BB /* RCTSegmentedControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F8456D58AED0B30E86187F7AAAC9A9A4 /* FIRCLSDataCollectionArbiter.h in Headers */ = {isa = PBXBuildFile; fileRef = FF0A2D2EDE293DF2F4DF68BF73363CA0 /* FIRCLSDataCollectionArbiter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F846CF98E462044359A0631D3F10AAE7 /* RCTLayoutAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A43DC232EA3F0DC5265F6C2A19EE84 /* RCTLayoutAnimationGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F866DBC83B1232744FA84B0EB1B33447 /* FBLPromise+Recover.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ADB839D8E97A5BA67A8085C35FB027F /* FBLPromise+Recover.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F86B37D7054D313E1FA7D1C275A7AC4A /* RCTNetworking.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9F70FDF82D212F1D200EF456792D5692 /* RCTNetworking.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + F81EDCC13F9FAC12132B8700B00C486E /* FIRInstallationsHTTPError.m in Sources */ = {isa = PBXBuildFile; fileRef = BD524A23A00372445FD8C168B40E19B0 /* FIRInstallationsHTTPError.m */; }; + F825E1FA1D2EE630D835A0BBFB53F7A8 /* RCTSegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 333D928B4ABB056D74DA5D5972E43F41 /* RCTSegmentedControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F82851901AFA951A5DA6D1E01B083B3B /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0ECD6385C2C0BDB7535E0449C7843280 /* String.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F846CF98E462044359A0631D3F10AAE7 /* RCTLayoutAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 9790B25485B5112D0440833FE01D5B05 /* RCTLayoutAnimationGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F86B37D7054D313E1FA7D1C275A7AC4A /* RCTNetworking.mm in Sources */ = {isa = PBXBuildFile; fileRef = D0EB308016D91F960F30C69A74CC4F45 /* RCTNetworking.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + F8718C99F050D237707A1400E20604D2 /* Fixture.h in Headers */ = {isa = PBXBuildFile; fileRef = 8472E72307D883DB5F32304DE8E4477C /* Fixture.h */; settings = {ATTRIBUTES = (Project, ); }; }; F882388AACD36DA621DCD893AA13CB11 /* enc_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 8739F23BCE0DE12CAE398BA77984346D /* enc_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F8892D39C609D2CF36B0BB8AF12A7E5A /* ExecutorWithPriority-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 052DBC23C2595BD16CDE1D0F5FB2B8DE /* ExecutorWithPriority-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F8A18CD4C4AAAF3D84EE1059ACEB39F6 /* REACallFuncNode.m in Sources */ = {isa = PBXBuildFile; fileRef = FEE9FD9EC6B4DA492F585F226C7DBE06 /* REACallFuncNode.m */; }; - F8D330CDC93404A50EE610DBA2891A13 /* RCTCustomInputControllerTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = E61F81072D2EC2A3897A476C2FE3B140 /* RCTCustomInputControllerTemp.m */; }; - F8EF09269AAB842ED4BC4D73D682A42C /* Select64.h in Headers */ = {isa = PBXBuildFile; fileRef = A0C2DEDBA5953545A170A141190DE222 /* Select64.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F8FD584D4B77C0896F15266F5D7C0D09 /* openssl_md5_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FDDD9B73E4C490FF760E0DCF300357C /* openssl_md5_locl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F8A18CD4C4AAAF3D84EE1059ACEB39F6 /* REACallFuncNode.m in Sources */ = {isa = PBXBuildFile; fileRef = EC6B0254EB41274976F100BE22ED8421 /* REACallFuncNode.m */; }; + F8A4CC9CE15FE243C6D5BBDA1AFF4E68 /* HeterogeneousAccess-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = BCC5C9DD20DA99E814C6CC3DA5CEFBD4 /* HeterogeneousAccess-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F8B7214364362308ABD3AEBFBDEC2C97 /* Aligned.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A5033A84C0078FFB850A6F9A5483FD4 /* Aligned.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F8D330CDC93404A50EE610DBA2891A13 /* RCTCustomInputControllerTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = 49D6EE02D82D6E3E310AF40B728343AD /* RCTCustomInputControllerTemp.m */; }; + F8EAF66007BD18C9D4B3D8FC75745D37 /* GDTCORTargets.h in Headers */ = {isa = PBXBuildFile; fileRef = E9A2D17AD18B6870119319A8ED081B72 /* GDTCORTargets.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F91ECB2A753F0196D819784F34845B15 /* ChannelRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 8124455877A854EE6D578F6970CD6514 /* ChannelRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F9236AE698EBA575021E02166E2E7C09 /* FIRInstallationsAuthTokenResult.h in Headers */ = {isa = PBXBuildFile; fileRef = D510D181906E33263BC3D2B8DC0A6FD0 /* FIRInstallationsAuthTokenResult.h */; settings = {ATTRIBUTES = (Project, ); }; }; F9354085A78A02E78585F70FBA552E2A /* FLEXNetworkObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = C5F6A5C613EC06BE0F0D511B2CE61195 /* FLEXNetworkObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F93E47FA1B50C2C52F5BAAF1B6C91ABB /* UMLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BA3B522EB35FCD031C5ED3DEBD47378 /* UMLogManager.m */; }; - F9428AC97631ACFC9CBE565F6640561E /* JsArgumentHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = A66E896B99D56E490B797BB645211B80 /* JsArgumentHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F980409A9FD53572E22A4B23A43F3FD1 /* IPAddressV6.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2F84A0C9C70F211C99B5CD9A162FFC82 /* IPAddressV6.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - F983E59852E2D32C4A64A15F49AD1344 /* MethodCall.h in Headers */ = {isa = PBXBuildFile; fileRef = CEA9FC0296A93C019829B8D3F46A3F50 /* MethodCall.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F9938D98AD7A356B19576DECAB347044 /* RNFetchBlob.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AF07F39F0477B8C04A875E163CCD33D /* RNFetchBlob.m */; }; + F93E47FA1B50C2C52F5BAAF1B6C91ABB /* UMLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AD8C703D6777CEC8E6E1667162D3E5EB /* UMLogManager.m */; }; + F9428AC97631ACFC9CBE565F6640561E /* JsArgumentHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C4337E3BA2A195743B2AE06AB03FA0A /* JsArgumentHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F983E59852E2D32C4A64A15F49AD1344 /* MethodCall.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E49176541397E7E81025C8B4C92FB8A /* MethodCall.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F9938D98AD7A356B19576DECAB347044 /* RNFetchBlob.m in Sources */ = {isa = PBXBuildFile; fileRef = CF8DF605F00E7D24B3A604B58840FFEA /* RNFetchBlob.m */; }; + F993E6549C0851C0DDD67BD1AA91E7A8 /* ConcurrentHashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 330FF1CD6EDF4A20B4F6BC37C82064BE /* ConcurrentHashMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; F9B92F10AD11DB8E80FBF4CAA6EA0E55 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 901D1D6CE3AE56FDAAB87B622D2BF89C /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F9D03E83EF014085D5E0D859F37A42DF /* Padded.h in Headers */ = {isa = PBXBuildFile; fileRef = F8E0FE2BD94D21126C475F2C228156DF /* Padded.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F9DC9CB3BAB3963BD8C0D38E698176CE /* RCTCustomKeyboardViewControllerTemp.h in Headers */ = {isa = PBXBuildFile; fileRef = F914341F539FF126F01DE69CD8C8F006 /* RCTCustomKeyboardViewControllerTemp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F9F2C514B5F410C5C47CCCD541D1BFEA /* RNPushKitEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 5ED164BAC32C89B4DF890E99E8DB7D15 /* RNPushKitEventHandler.m */; }; + F9DC9CB3BAB3963BD8C0D38E698176CE /* RCTCustomKeyboardViewControllerTemp.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BF68217B2D96906A1AD7989DB71DB75 /* RCTCustomKeyboardViewControllerTemp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F9F2C514B5F410C5C47CCCD541D1BFEA /* RNPushKitEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = EE4D0819A7E5A094BECB0D2498F64D45 /* RNPushKitEventHandler.m */; }; FA0248012C7306E2054EB64F4504A081 /* webp_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = C47A5AF10ACCF72807570D084FB9BAEB /* webp_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - FA25C6CA15033C044CCBED3A73A9113C /* IDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = AFCC013AE0D0676D7B767BD5EE8BCF46 /* IDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA0ED7F2682D9E291391166ECA98E9DD /* RCTTypedModuleConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B1CC6A14233CB4B016C2990D743D6CF /* RCTTypedModuleConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA25C6CA15033C044CCBED3A73A9113C /* IDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 07043E4C9E68DFB1E81D043ABFDF115F /* IDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA2E4E700F4AA0927B0EA01B821658FE /* crc32_armv8.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8522DB206FA8263B200BEDAA70F35507 /* crc32_armv8.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; FA4347EF4A800F16CE57D834D4859D8D /* CocoaAsyncSocket-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BAB4F64F36FA871EE139DF6F1BA1078 /* CocoaAsyncSocket-dummy.m */; }; - FA471FD4EE12D741156C47EDBA0385EE /* SafeAreaSpacerShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D4627F02FFDA1488744A51E94F2C230 /* SafeAreaSpacerShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA5160EAED96DF70CF183F8D65EF428B /* Singleton.h in Headers */ = {isa = PBXBuildFile; fileRef = 0876696CAECA40DB9689E65FA1C02BBC /* Singleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA5447F5434B250306763DA1C71D117B /* Random.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FC7123926D93F9481C80494595FDE9E5 /* Random.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - FA6B1D7F0B2CA6C9EE1DA08F1720B037 /* SocketOptionMap.h in Headers */ = {isa = PBXBuildFile; fileRef = B4A52FB076CB98185EE0AC3D52201967 /* SocketOptionMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA8982FEEC113AC796E6CA839EE29F02 /* RCTLocalAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 69D9CB206CBDE61C70DA21F59CA0740D /* RCTLocalAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FAA3B9E09D519A4F84B8C4255C5624BE /* FIRInstallations.m in Sources */ = {isa = PBXBuildFile; fileRef = 292D917D1E5BD18FF76CCBA142913329 /* FIRInstallations.m */; }; - FAB5846EED6BF5019291FB0D46EFEF1A /* RCTDiffClampAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 37BB25D6EB3783A18E7263072268DAD5 /* RCTDiffClampAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - FAD85B51106C625D35D1232FF63201C7 /* WarmResumeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F2D058DCBCAD53329B5EAC16513ABF36 /* WarmResumeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FADB8F46B57E6B64EEBBBA7CE9548ED4 /* ThreadPoolExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 51328D2109FF04C8F3FCC4CBEFB52BC5 /* ThreadPoolExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - FADFD5D0951BC37301ED841E689ECE7A /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 4ABFB4085DEA73E6C94D62F182080034 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FAE82C616EDD69D3473F10ADCC266F04 /* GDTCORStorageProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 42BF07A272BFF84B1F4116A62A58DEB9 /* GDTCORStorageProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB030E0B40723163A8A5CC37778237DB /* QBCheckmarkView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AD1873F1D03A2360CCC0DB15C1EDDF0 /* QBCheckmarkView.m */; }; - FB13683FEEC61CA6568704C5039EDC4F /* ARTShapeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 397B8181873BD84BE101F44B0ABE482F /* ARTShapeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB14DC55F47F71DA3E21F211E1B9A797 /* FramedReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B41F89950BA0BD22A8B64CE892B75C6 /* FramedReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB159782175B039F0676803224BB815B /* RNDocumentPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BD6FEC5CB51E8431772F4DD4F998EE8 /* RNDocumentPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB15E26025B05A5740C1D84E482902ED /* RCTTurboModuleManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8D8DA7502B9AE9F65D7D69BAEE603002 /* RCTTurboModuleManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FA471FD4EE12D741156C47EDBA0385EE /* SafeAreaSpacerShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 58EADB53A24890CDEFFD895AA61F56EB /* SafeAreaSpacerShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA4C4E6107314851BE9AA7201CE17439 /* SingletonRelaxedCounter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B71F531AC37900D92A4413203AA7E91 /* SingletonRelaxedCounter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA5AA8E83A62BCE0E4C517BA716ACA70 /* InlineExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 931B7A71DC2C55CF9BC19B4407A29EBE /* InlineExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + FA8982FEEC113AC796E6CA839EE29F02 /* RCTLocalAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = E5281BBA790B80D320CBC049D9901968 /* RCTLocalAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA9A52619E9B0FEBE5ECA06A808726BC /* OpenSSLUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A960098296ADA51D72F49A79A874F75 /* OpenSSLUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FAA33C3D5171B44CAA47D33AB56B4CBF /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = B1C2078CB91C3E651ABCC12A368B5A8F /* cached-powers.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + FAB5846EED6BF5019291FB0D46EFEF1A /* RCTDiffClampAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0627E205614405DF99E6875036C998F1 /* RCTDiffClampAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + FAD7CBB5A40D687B5AC4C0CEC4F2C9B5 /* Replaceable.h in Headers */ = {isa = PBXBuildFile; fileRef = 33C35BA759A1D77DB5CB1724A8F05112 /* Replaceable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FAF073F541640B331869137F69051753 /* nanopb-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 15728E2E8C6A530CD705E2CE4AC4FA98 /* nanopb-dummy.m */; }; + FAF2D3112769E4E9526A7108FE41E865 /* FIRApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 9507710A21691CC0E9B78E5EF2DDBD16 /* FIRApp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FAF7ED55F520D5B12387011B0A011697 /* AtomicNotification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F376061AE4AE5E21AC1A41470530438D /* AtomicNotification.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + FB030E0B40723163A8A5CC37778237DB /* QBCheckmarkView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A66C5AB55C404EFAA02BD07F9A6B12C /* QBCheckmarkView.m */; }; + FB05C807C47916A23C9DFF3161A07413 /* ScheduledSingleSubscription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1DD3CF6BEC61F49EB5A5BEA5652EDC6 /* ScheduledSingleSubscription.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + FB13683FEEC61CA6568704C5039EDC4F /* ARTShapeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A647A4A5C0B5DEAFF810E0A1C0E8DA8 /* ARTShapeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB15E26025B05A5740C1D84E482902ED /* RCTTurboModuleManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5D7F017A6BB0A3FAA89EF3DCCE6515CF /* RCTTurboModuleManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; FB220A41995F2E4052B0ECDF54E5B121 /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B2BF8371001520ECBD5BAD785DC017E6 /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB24A19A33840EA04FA9D8FA75476A69 /* BugsnagSessionTrackingPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = E6EE4DCE09219C6BFA383C1871E29A44 /* BugsnagSessionTrackingPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB24A19A33840EA04FA9D8FA75476A69 /* BugsnagSessionTrackingPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = 1652F768E1CB796E44E98D5AA3B0E08F /* BugsnagSessionTrackingPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB75FD87F276E8776BAFEB9D5B2C55E9 /* CMakeLists.txt in Sources */ = {isa = PBXBuildFile; fileRef = F9062D58B4E9111B7B793744037D3E47 /* CMakeLists.txt */; }; + FBB905CD3CE8243BEAAC75C3DDD33593 /* Bits.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D5248E8AFB5A1CCAC4BA2D01419C455 /* Bits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FBBEBF4A426544A7F8DDB2780C6D8592 /* ManualTimekeeper.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DA2BB4160FD7BAD56FEF89E1499C02F /* ManualTimekeeper.h */; settings = {ATTRIBUTES = (Project, ); }; }; FBC1DE4DED3201D61E5A0BC445113987 /* FlipperRSocketResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6C392D25569701C088EFE7C7210B01A /* FlipperRSocketResponder.cpp */; settings = {COMPILER_FLAGS = "-DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -Wall\n -std=c++14\n -Wno-global-constructors"; }; }; - FBDAB0051B41CB3679F6652DF3B0C558 /* AsyncPipe.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CB37F1C04948AED566E0316E87560298 /* AsyncPipe.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - FBECD87EB71D407DDA663FB0B1EAC488 /* BSGOutOfMemoryWatchdog.m in Sources */ = {isa = PBXBuildFile; fileRef = 566CD7825450A314A4F8663F9EABA050 /* BSGOutOfMemoryWatchdog.m */; }; - FC067CA8FD8157903539169928217A14 /* RCTScrollEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = A9038E942C21A394881C6D153B7B00AD /* RCTScrollEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FC07B1636D14A8DBE8118B1D56FB3162 /* BugsnagMetaData.m in Sources */ = {isa = PBXBuildFile; fileRef = D72AB401160766D170EF9B5C4E291632 /* BugsnagMetaData.m */; }; - FC0B7D4762A96B7608B058287D28964E /* openssl_aes-armv4.S in Sources */ = {isa = PBXBuildFile; fileRef = B2740FDA0914AF404D49919706DCC445 /* openssl_aes-armv4.S */; }; - FC121FB81E4FAEB08B51C92C4D9B35BB /* ExecutorWithPriority.h in Headers */ = {isa = PBXBuildFile; fileRef = ED3D71A2765A5DC9AACBE81A76C03BBD /* ExecutorWithPriority.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FBD0CC4DD4BD2982628F068C23C5FB0F /* GULKeychainUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 58E7F83D446EF1D0F268AE62F514548E /* GULKeychainUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FBDE3BE2ADA99A66628DA4F9636DFDA5 /* DynamicParser-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 984DEB675CC05B7ED11F153E250DC2DC /* DynamicParser-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FBECD87EB71D407DDA663FB0B1EAC488 /* BSGOutOfMemoryWatchdog.m in Sources */ = {isa = PBXBuildFile; fileRef = DF30314220FF7C4C3E020C4FD9BD53A2 /* BSGOutOfMemoryWatchdog.m */; }; + FC067CA8FD8157903539169928217A14 /* RCTScrollEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 231DEF6C1E65C7D344E0656EC1EEC981 /* RCTScrollEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FC07B1636D14A8DBE8118B1D56FB3162 /* BugsnagMetaData.m in Sources */ = {isa = PBXBuildFile; fileRef = 57BADC325C1FE93D8056A13D96053C8C /* BugsnagMetaData.m */; }; FC2BB2578CC8D0C7FE1F36707343ED73 /* picture_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = ABBE2AAD312F76A076E06905020AC172 /* picture_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - FC3DD5BA299719F678DBA3620384A310 /* UMReactNativeAdapter-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A4F5CEDC18556C79A44F7EC84626B19 /* UMReactNativeAdapter-dummy.m */; }; - FC53E8ABBB26A660487194EC3A4BD2D0 /* RSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 420C2299A3D9F193072479F161BB46B4 /* RSocket.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - FC553389ABB0F4D6E5E06F53079E0C21 /* NSData+EXFileSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9D2CF990547919BF4C3DE9F66C898C /* NSData+EXFileSystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC67D99DCACC5FE2683E8EABC305AD00 /* FIRInstallationsLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CEED376EB5C578A21754FB1C2DD8A2E /* FIRInstallationsLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC75E58F069B4DC5B32B4B9A729C99FA /* DiscriminatedPtrDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = B288711C3246A5204B7FC5A645101F0F /* DiscriminatedPtrDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC860918E0749AB204DFF627C64D3B47 /* UIImage+Extension.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A42BDEFE584E6BD564883D167001FAF /* UIImage+Extension.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC9A092C20C8A9FF8ACBB8BB6840C8E2 /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A938720142367E9CD794ADE709F2B56 /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FCA247CA9A920CDD4D44AE37261AB4F9 /* OpenSSLUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A960098296ADA51D72F49A79A874F75 /* OpenSSLUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FCA509131359848960A260B683D97D3A /* String.h in Headers */ = {isa = PBXBuildFile; fileRef = B13BB78CAE6B79D9856FECB62B8A9342 /* String.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FCAC6D186E7DC84A086AA65ACBBB9200 /* GroupVarint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1C284536777907302C2D69E0FE9DFAE6 /* GroupVarint.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - FCBA97A4EECC7EC57E71D28CA7F20FCE /* RCTDeviceInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = F3A1A927154BAC3D2BA455FA84A0CA8C /* RCTDeviceInfo.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - FCD3C2AB609587D4E904D030223D9024 /* RCTDisplayWeakRefreshable.m in Sources */ = {isa = PBXBuildFile; fileRef = E4C062D7EE08B60BE6930B158F9DD408 /* RCTDisplayWeakRefreshable.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - FCE5424262B148F050B1C09DCFF80DA3 /* FIRLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = E06B4784F7A3058EEA6E62C5028F2C2E /* FIRLogger.m */; }; - FD0A147A4D3DAF133959222EC62352A2 /* RCTParserUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = ACAD8C52175BF6415F69C69B4C01FC32 /* RCTParserUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FD0A1C2776D6125A29F9595352A30A4B /* WriteChainAsyncTransportWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A19277708679835A472301E2174AE8 /* WriteChainAsyncTransportWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC351E252743AFD503DA95AAEEDC0B94 /* BitVectorCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = BCFB39DA6BFF23700B03984AEF4DEE2C /* BitVectorCoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC37B6C892590319032A317120EA7C53 /* RequestResponseRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 607AB916C717A51003196F1DC5580FA6 /* RequestResponseRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC3DD5BA299719F678DBA3620384A310 /* UMReactNativeAdapter-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D4B68BE55E884C09A6A711D02E08A60 /* UMReactNativeAdapter-dummy.m */; }; + FC553389ABB0F4D6E5E06F53079E0C21 /* NSData+EXFileSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = 96808266BFB4A792E8797C67732EF484 /* NSData+EXFileSystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC860918E0749AB204DFF627C64D3B47 /* UIImage+Extension.h in Headers */ = {isa = PBXBuildFile; fileRef = B8EA8D96E4377DED7E1F19B93FF39B76 /* UIImage+Extension.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC906E3FBBBC8DCD8743435725F641F3 /* GDTCOREventDataObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 242734FB9BCAEF9B6FF14DD078DFD54E /* GDTCOREventDataObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC9A092C20C8A9FF8ACBB8BB6840C8E2 /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B253C5ED50377419E33CC82502A7377D /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FCA93ACE869A0B9090EA63FC3B629DD1 /* RecordIO.h in Headers */ = {isa = PBXBuildFile; fileRef = E1E182F1B8EC1912ED1B26EFF42E51C5 /* RecordIO.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FCB10874E0624109B4648381220A1D3A /* FIRInstallationsSingleOperationPromiseCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 97DFB4A27CD0E547DA4548C135FBCA5F /* FIRInstallationsSingleOperationPromiseCache.m */; }; + FCBA97A4EECC7EC57E71D28CA7F20FCE /* RCTDeviceInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3A2D6CFFD5F0D212F96007DCF42BA0C7 /* RCTDeviceInfo.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + FCD3C2AB609587D4E904D030223D9024 /* RCTDisplayWeakRefreshable.m in Sources */ = {isa = PBXBuildFile; fileRef = 42EADF5819FFE391E83255A328519698 /* RCTDisplayWeakRefreshable.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + FD0A147A4D3DAF133959222EC62352A2 /* RCTParserUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 43A4726FD9588A0C067B8FB77668F53A /* RCTParserUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; FD0AA929035E8769EAD3705B0E03B3E4 /* FlipperCppWrapperPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = E804F09F4B80F993C2E0B24526197242 /* FlipperCppWrapperPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FD21DF81C6B29D9B1928FBA33A9703EF /* BSG_KSCrashType.c in Sources */ = {isa = PBXBuildFile; fileRef = 5DC4EE825AE83E4E1922C5BA56F4F3D0 /* BSG_KSCrashType.c */; }; - FD2A9A7BB71E48981452B2D223BEE348 /* JemallocHugePageAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A0F90A558FED00AB43E8DCD8BD78283 /* JemallocHugePageAllocator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FD307CAE1E4E1D875C747E9EE74B381D /* FIRCLSSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 4751C8842DB12D9676EE1AE4FCD9D340 /* FIRCLSSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FD3FE38EA7ED41179CA0B88ED2AF42D2 /* Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 22CE50FF234CDD024B7673DAAEB09167 /* Folly-dummy.m */; }; - FD42A399CC853EF89420C6A30A6DB318 /* FrameSerializer_v1_0.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A2729FB149C004BFC5F9A0BE463A22FF /* FrameSerializer_v1_0.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + FD0B1E952E0A1A94B712844D96C27196 /* Instructions.h in Headers */ = {isa = PBXBuildFile; fileRef = C138B322F2D4E5452FBBA7A7084C7E87 /* Instructions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FD21DF81C6B29D9B1928FBA33A9703EF /* BSG_KSCrashType.c in Sources */ = {isa = PBXBuildFile; fileRef = 8BA523B21AA2F7A863653452FF873B46 /* BSG_KSCrashType.c */; }; + FD2D2BBC329449D60B428178EFDDCC86 /* GULSceneDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 995E4F74CBEB09358653A53C28BF5EF9 /* GULSceneDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; FD5E9AC8D85FE7E67D43A5CFD71E4961 /* Pods-NotificationService-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 44036119557B4464513ACB6E0DD07799 /* Pods-NotificationService-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FDAB49B0E6A18F0CB82A386B8EDDAC9B /* Stdlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 66213C6A99D2085765AE01D5A02E58B0 /* Stdlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FDDF25EB74BFB8878206959BC43F9877 /* RNFetchBlobConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 210E4FF824FC4CB01B2165DF81E94177 /* RNFetchBlobConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FDEE445C5A93166BC98758FA448C4FF1 /* event.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BA387EA97F001C16AAEBB8058CEC51E /* event.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FDF5D29630E190EB4A8F06336AE4E850 /* Sha.m in Sources */ = {isa = PBXBuildFile; fileRef = 55FB37F67E1FC26BBDFC263F5203019D /* Sha.m */; }; - FDFA4939AEFCAA031871BA6D9007634E /* EXAVObject.h in Headers */ = {isa = PBXBuildFile; fileRef = E2BD337A1F1486F43937A819967B759D /* EXAVObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FD66F588DC0E70AE690A0F996BE9795D /* FBLPromise+Always.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D778FBB5BB438017DA1A03F67FB36F4 /* FBLPromise+Always.m */; }; + FDD190E2C63B62C5E33AB364FACB9899 /* MemoryFile_Android.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61CC2BB9F12029297BF12A35867A2E9C /* MemoryFile_Android.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + FDDF25EB74BFB8878206959BC43F9877 /* RNFetchBlobConst.h in Headers */ = {isa = PBXBuildFile; fileRef = D5D3BA46E5493BAC7A0A6A5790529468 /* RNFetchBlobConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FDEE445C5A93166BC98758FA448C4FF1 /* event.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E6102B063F9ABE336D28C3B34BAC84C /* event.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FDF5D29630E190EB4A8F06336AE4E850 /* Sha.m in Sources */ = {isa = PBXBuildFile; fileRef = 402D9A6E20DB74BB3698B7B5BBC9E5F4 /* Sha.m */; }; + FDF90A05AE6A1F8CED53C4EE16422835 /* EnvironmentUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = AF08755BDB50FC6722339FE21C107748 /* EnvironmentUtil.m */; }; + FDFA4939AEFCAA031871BA6D9007634E /* EXAVObject.h in Headers */ = {isa = PBXBuildFile; fileRef = B45F3AFAF65A38E2B72799E1ADD868E6 /* EXAVObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; FDFF9DE163669489BBD11E7E90784DC2 /* FlipperResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 356316D7DD3E39D91E9FF0EF40AFE4EE /* FlipperResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE0F8CB490ADF00A3709CD33F21E722E /* vlog_is_on.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E36B65BFA4D2504ADD2C4D6A1EE9025 /* vlog_is_on.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE1031E6595D84FDB9438C96248A0F55 /* BugsnagNotifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A95492B8C3933CEDE3DEFAEF70CAA15 /* BugsnagNotifier.m */; }; - FE211241B8318FDD1EFD11B10E1B6934 /* Shared.h in Headers */ = {isa = PBXBuildFile; fileRef = 7143D84619784393D94401910DE2F013 /* Shared.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE406AA0EA2513C90E5FCCDD62A9AFDF /* YGStyle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D4C1EA1AE5C235C9FB9D58E60873F53A /* YGStyle.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - FE44AE35117AF251C68CFCEAC07410C7 /* BSG_KSCrashReportFilterCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = D6ADF21D38F4E333131A8B2A13D114AA /* BSG_KSCrashReportFilterCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE44B8AAB401A5C031646236D89E6797 /* FIRCLSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = C5B7AAFA713729F9C5BB9A62BE4646F7 /* FIRCLSLogger.m */; }; - FE45590DC6481B504D4976FCEE0B3AA1 /* UMViewManagerAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 851FD11D01303434055928A2C8B543BE /* UMViewManagerAdapter.m */; }; - FE753DF501D80F03C97FFB4078745BB5 /* FIRCLSConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 19237521580DB582429BC6C098BD1737 /* FIRCLSConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE845E26E3C7B1F6A918AB11BB5E5090 /* BSG_KSCrashSentry_NSException.h in Headers */ = {isa = PBXBuildFile; fileRef = D863CA2289FE559ACB8F6A30898C59D6 /* BSG_KSCrashSentry_NSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF0A6A3D58F40B994C9EEA3DB1DBDE5C /* RCTImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 215DC5669A118BD23F7AAF84BC5E0D4B /* RCTImageUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - FF0B5F9F47DCF540B172C73606A9EF8D /* BSG_KSSystemInfoC.h in Headers */ = {isa = PBXBuildFile; fileRef = C01297A562DADA66A729788E8119C377 /* BSG_KSSystemInfoC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF3BDF06B645C8B3321026DF41BBFBDA /* Instructions.h in Headers */ = {isa = PBXBuildFile; fileRef = C138B322F2D4E5452FBBA7A7084C7E87 /* Instructions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF4BE5817399602319491EBE094444E0 /* RNDateTimePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CC0B0AE9E01979C233E42CDAC57458C /* RNDateTimePicker.m */; }; - FF514FE8ECCBCF17FDCF4B8D6F717095 /* StaticSingletonManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 09593B49C3807C670A36FAA809CC9F1F /* StaticSingletonManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF80291ACE5B17DB20CC2BF21467F02A /* BSG_KSBacktrace_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6C601FB3100A475935F51AF49B4DE1 /* BSG_KSBacktrace_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FFB71CCC18923C59B7F55A5C36301AE4 /* UMSingletonModule.m in Sources */ = {isa = PBXBuildFile; fileRef = B57C8724F1C80F962A97684600EB44A5 /* UMSingletonModule.m */; }; - FFBC7307270A30CAD03653192FA90B71 /* FrameFlags.h in Headers */ = {isa = PBXBuildFile; fileRef = A6746951849D20BDFD53DDB77767315D /* FrameFlags.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FFE88A730079925762CB9A1910E47588 /* BSG_KSSystemInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = BD7302FAB4F4009164CF7FAEDA33F437 /* BSG_KSSystemInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE03081B972CF45494062A201AE2689A /* FIRCLSReportUploader_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C6D00181B29496E53096597571A4B3B /* FIRCLSReportUploader_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE1031E6595D84FDB9438C96248A0F55 /* BugsnagNotifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 401C8573E98CD4811542AD1F93FA111E /* BugsnagNotifier.m */; }; + FE111A83E887C80A99BB7B662C4551E3 /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 254B8AF8693FF0B9AE0C60604D3153AE /* fast-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + FE211241B8318FDD1EFD11B10E1B6934 /* Shared.h in Headers */ = {isa = PBXBuildFile; fileRef = 88B9E4FCBCC8FACB837BE5125C7374CD /* Shared.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE2B53D3440FFDDB7F6739700B105D07 /* Codel.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EBAF478D66D1DA851FD439F90D53934 /* Codel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE406AA0EA2513C90E5FCCDD62A9AFDF /* YGStyle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8271F376F3D1D9DE71971B44300F19A /* YGStyle.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + FE44AE35117AF251C68CFCEAC07410C7 /* BSG_KSCrashReportFilterCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C329E3C30418AA2D458306272EC699E /* BSG_KSCrashReportFilterCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE45590DC6481B504D4976FCEE0B3AA1 /* UMViewManagerAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 50957C17412C736FFC9D5C775D929F7C /* UMViewManagerAdapter.m */; }; + FE7BE49A8BD8251FAE6B7C137EFD9B29 /* CancelingSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CF7E573127AF72C9A42EEF0DF8EA580 /* CancelingSubscriber.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE7FC26F19E16A3C780F5A16A64BB3C7 /* FIRAnalyticsConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 88C94E988554F95922DF77CA6F0C1F36 /* FIRAnalyticsConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE845E26E3C7B1F6A918AB11BB5E5090 /* BSG_KSCrashSentry_NSException.h in Headers */ = {isa = PBXBuildFile; fileRef = C77A9238355B60A38400CFC72757F592 /* BSG_KSCrashSentry_NSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE95FE6E39EE662AC4EDC51E46F7B5A6 /* EventBaseThread.h in Headers */ = {isa = PBXBuildFile; fileRef = E9ECB6EC03C675437652991121F55F52 /* EventBaseThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE9B3B4F1679B7FC55D4F0BC257188A9 /* DistributedMutex-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 31A74DE51A809847EFFA44376B6F010C /* DistributedMutex-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FEBBA64A1E058524A95B0C86F1E549C7 /* ExceptionWrapper-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C3397862E1CA92C490EFE462C69C3E6 /* ExceptionWrapper-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FECF244B7DEE07403B26F09C8753B0F0 /* ThriftStreamShim.h in Headers */ = {isa = PBXBuildFile; fileRef = 59090E80FB6B1B63C5DABD61B86951B8 /* ThriftStreamShim.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FEE8C91B286AB687153B2272CD84B297 /* FIRCLSInternalLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C787215ED9F53763DAEE7051948729B /* FIRCLSInternalLogging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF0A6A3D58F40B994C9EEA3DB1DBDE5C /* RCTImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 696D6B41ECD690D11B1C6E64ECED0882 /* RCTImageUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + FF0B5F9F47DCF540B172C73606A9EF8D /* BSG_KSSystemInfoC.h in Headers */ = {isa = PBXBuildFile; fileRef = 93FD2852A349D962A679B496F4E8D24F /* BSG_KSSystemInfoC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF145F58C49FF2DAB83B32D5FEB6ED7E /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = C5EB6693FDBEB9022FC01E7F9C1008A8 /* fixed-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF70FC6F5D3761FE40B99AA4C23D3EEA /* FIRAEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 3458090CB8B48D96EDAB07F5B4CEC80E /* FIRAEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF80291ACE5B17DB20CC2BF21467F02A /* BSG_KSBacktrace_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ADE54B145F1A2D59609B2485CB69A35 /* BSG_KSBacktrace_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FFB71CCC18923C59B7F55A5C36301AE4 /* UMSingletonModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 03AEA52C08F8A4CBBF997BA851BF9561 /* UMSingletonModule.m */; }; + FFC16059436481CCBFDAA9B2D4ED3D8E /* InterProcessLock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECE9AE370F1D84401EB6F32F907E1B4B /* InterProcessLock.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; + FFE400AAC761EA591772C878F03A1205 /* FIRCLSFABAsyncOperation_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C68F17C8C9A065157DF6A4DBFEC6591 /* FIRCLSFABAsyncOperation_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FFE88A730079925762CB9A1910E47588 /* BSG_KSSystemInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 84416F012A81BF8090208D4ABDA1D7FA /* BSG_KSSystemInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 004AB8A2C06C4C12801542254C6CEDB9 /* PBXContainerItemProxy */ = { + 00839D36C71B03F98DABCE192E6F1443 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; + remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; + remoteInfo = "OpenSSL-Universal"; }; - 00D29F45E290B88AD8C7A4A97F07A352 /* PBXContainerItemProxy */ = { + 00C55E684207494F86321BD680EEE02B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 28A005E00FB77DDB2543047A07ED99A5; - remoteInfo = EXAppleAuthentication; + remoteGlobalIDString = 1A0445474DA11CA659C4BCC5AB64B1BF; + remoteInfo = RNCMaskedView; }; 014DCA5C2300804E63CCA8A94354DF74 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3527,6 +3529,13 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; + 019243C3D77530DC73C1A4DFBE58E8E6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; + remoteInfo = FirebaseCoreDiagnostics; + }; 02811F56D6FAC43036D138393288C0A6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3534,12 +3543,19 @@ remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; remoteInfo = "React-cxxreact"; }; - 02F849E20ECB9DBD246056E1C8A5A291 /* PBXContainerItemProxy */ = { + 030E6D5B68918F97E6CA09E3CB229019 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; - remoteInfo = FirebaseCoreDiagnostics; + remoteGlobalIDString = 6C1893932A69822CBE3502F2E0BCFB6D; + remoteInfo = EXConstants; + }; + 034E6479BCE3E2425688D0DF1A320482 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 869CED37B4B77AAE35DF8B6E70788BBC; + remoteInfo = EXLocalAuthentication; }; 03B7AFF21F8345C0654178D8ACC2829F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3555,12 +3571,12 @@ remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; remoteInfo = SDWebImageWebPCoder; }; - 041612898062719586C21FC2C33906B5 /* PBXContainerItemProxy */ = { + 04255C988640385FD23BB65C1F0D2856 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4A95B7CD1D5F80C5E8CD9CDA00D41F70; - remoteInfo = EXVideoThumbnails; + remoteGlobalIDString = 1A0445474DA11CA659C4BCC5AB64B1BF; + remoteInfo = RNCMaskedView; }; 0487329FEB5DDFD9F69B737703995AE9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3590,12 +3606,12 @@ remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; remoteInfo = "react-native-orientation-locker"; }; - 050CCF8AC49E5099802F81A00BE6CE06 /* PBXContainerItemProxy */ = { + 0505163BB72C3D9AA99065F8FF50AD47 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; + remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; + remoteInfo = MMKV; }; 059245BD6657E0FFC8585FA34488255A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3618,12 +3634,19 @@ remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; remoteInfo = "react-native-slider"; }; - 06F40A416575199C0A0C8550C76E2C5B /* PBXContainerItemProxy */ = { + 06C14A77166C0B79CDE03F7CE43A8C86 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; - remoteInfo = EXAV; + remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; + remoteInfo = MMKVCore; + }; + 0722D797FED5800C724C81330389E8F6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; }; 076889D3C06B1833D913283DDC272941 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3632,13 +3655,6 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 07FF705AB52FEEC46015A62DFA428823 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D63EF582C3FFEAFBF76242E9637C6E0A; - remoteInfo = CocoaLibEvent; - }; 085E77FD6F23314F05BCF6540A43C954 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3646,12 +3662,12 @@ remoteGlobalIDString = 9668C19AA6D8EA320F83875FA286855A; remoteInfo = UMConstantsInterface; }; - 0866138EC1AA61E5D5A720EEF037E1E7 /* PBXContainerItemProxy */ = { + 087607394D62DA232F6CD91DD53382BA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9EB556EE511D43F3D5D7AAF51D8D0397; - remoteInfo = EXWebBrowser; + remoteGlobalIDString = 0CF4D9052577C85B6B8C4E957332626B; + remoteInfo = EXKeepAwake; }; 088E6FEBB8CD1A4606682A2443CE4D74 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3667,26 +3683,19 @@ remoteGlobalIDString = 0D82774D2A533D3FFAE27CAB4A6E9CB2; remoteInfo = RNImageCropPicker; }; - 0A14A5E94B8535EB1D3FCB0922873A31 /* PBXContainerItemProxy */ = { + 09DA642E3FAE00D647B6083C115CEC22 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; - remoteInfo = KeyCommands; + remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; + remoteInfo = JitsiMeetSDK; }; - 0A7B79EF22E33D1D0EF5ADCE3B67F309 /* PBXContainerItemProxy */ = { + 0AB4A7C37728A5B5D6F4A3C1F24342D8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 0A8667979D7484BC2AB31F698E24FBAA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; + remoteInfo = FBLazyVector; }; 0AB69CBB228D482320A1FB2AED3AE9CA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3695,6 +3704,13 @@ remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; + 0AD2B4A1C4A814076A1BB7CD9304E47B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DC0D417AC8ABB7AA10C20A5E0F065812; + remoteInfo = RNConfigReader; + }; 0ADF5AA8C175B535BD306D3CA0282211 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3702,13 +3718,6 @@ remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; remoteInfo = UMPermissionsInterface; }; - 0B2D86A663FEBAAE08E336A3B73D6306 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; - remoteInfo = "boost-for-react-native"; - }; 0B8D9E81A96E592DD9D7830155EC85A1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3716,12 +3725,19 @@ remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; remoteInfo = SDWebImage; }; - 0BF14EA0A6CF416F418E9304DBC2F020 /* PBXContainerItemProxy */ = { + 0C79894580D1D0FD0CA907B53FC6C2C4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E63939AA6EFD3D6A8C09E45929F11DBD; - remoteInfo = Flipper; + remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; + remoteInfo = "boost-for-react-native"; + }; + 0C87F86315CC542BA2C840437FCCE84E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 718DB7D0A7E90B531AD577B3356C4161; + remoteInfo = "Flipper-PeerTalk"; }; 0D7EE592EBC003093EA7BC70279C8524 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3730,6 +3746,13 @@ remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; remoteInfo = UMFileSystemInterface; }; + 0E33B7698BDC2A2B26451C5959153809 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; + }; 0E385F17ED3C3C9175EB1E2DB5F334B1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3751,6 +3774,13 @@ remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; remoteInfo = "React-RCTAnimation"; }; + 0FFEB977A890290F775AAEE22E3751F4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; + remoteInfo = Firebase; + }; 10001AD85D5FCCFE98B284E3048F3290 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3758,6 +3788,13 @@ remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA; remoteInfo = RNFBApp; }; + 100DBC410F886C1FCFA663B53C7A8B6E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; 10F57E7F3D056180DACB1E7F62E7918A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3772,33 +3809,12 @@ remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; remoteInfo = "React-RCTBlob"; }; - 11477D19A882C2DEE8170D4406146EEB /* PBXContainerItemProxy */ = { + 11D790C32F9A68ADF8B9854FAA3492AF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; - remoteInfo = RNDeviceInfo; - }; - 118D90DFDBAC9A7CBF5EC8CE61A257CC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6A9637F1BC8154F777335A6420579C05; - remoteInfo = "Flipper-Glog"; - }; - 11D3423C48B0B7A99112B3E132777812 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; - }; - 11FB75F442DC6DFFEA3744A5F5C7054A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; - remoteInfo = "Flipper-Folly"; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; }; 11FD8623F60EC6D3476D646B500185C8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3807,12 +3823,12 @@ remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; remoteInfo = "React-RCTLinking"; }; - 124846D5EC140D5737F860D58952A2C4 /* PBXContainerItemProxy */ = { + 125E62504A496ED089F02EBBA1272670 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6083682834ABE0AE7BD1CBF06CADD036; - remoteInfo = CocoaAsyncSocket; + remoteGlobalIDString = 263266A9E29FFF0E9C8CA0E4582BFCF4; + remoteInfo = EXImageLoader; }; 1269D7C0BCB25B42D2E6D08685E976D5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3821,19 +3837,19 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 126DE18E5755159AA42123CF7D147643 /* PBXContainerItemProxy */ = { + 12DD4D8AEB1297572CD060640386AFA0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; }; - 1279A15FD63B8130FFD93DA35EAEDED0 /* PBXContainerItemProxy */ = { + 14993509D82E24AF8412F890B0AC9E92 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; - remoteInfo = "OpenSSL-Universal"; + remoteGlobalIDString = 263266A9E29FFF0E9C8CA0E4582BFCF4; + remoteInfo = EXImageLoader; }; 14A1F5C122622EEBD44073C5FF6A91F7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3842,12 +3858,12 @@ remoteGlobalIDString = BDD119F8782FABE2707D3D913EC3EDE5; remoteInfo = RNFBAnalytics; }; - 14B7F0F380CF51CD43985A4764799925 /* PBXContainerItemProxy */ = { + 14BC7E52F3EB7A19D70A79AD3975C262 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; - remoteInfo = "boost-for-react-native"; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; 15BBF3020A990258AFBF0011A31AB579 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3870,12 +3886,12 @@ remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; remoteInfo = "React-RCTSettings"; }; - 168739833BDAA3B932E33F9DB2865357 /* PBXContainerItemProxy */ = { + 16434D76BFC442DF38DAE98C67A8CCDF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; 16B64CB6E91DA9B636F658C1D787F26F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3884,12 +3900,12 @@ remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; - 1712D01BC2CFBF72FBC8DCED4C4B239C /* PBXContainerItemProxy */ = { + 17045D2FC7415906EC5C9CE3D4FFBF7D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; - remoteInfo = GoogleDataTransportCCTSupport; + remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; + remoteInfo = MMKVCore; }; 179862A7E3B7D0BA1B1EE5F1377487E0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3898,13 +3914,6 @@ remoteGlobalIDString = 32CA4CBD6B28983076BD93DA221AD027; remoteInfo = YogaKit; }; - 17BA2974AD109A8F8E3FBF600B309FAA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; 17F0A7EE1029AE90189FB00080B1418D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3926,6 +3935,13 @@ remoteGlobalIDString = 50188AAB5FAECCA9583327DBA2B0AF2B; remoteInfo = UMTaskManagerInterface; }; + 1938EB7E40430E78A5B79C567BF671C7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; + remoteInfo = "Flipper-Folly"; + }; 19765F839CC5E401EEE78A2C68238870 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3933,13 +3949,6 @@ remoteGlobalIDString = D39AB631E8050865DE01F6D5678797D2; remoteInfo = "react-native-jitsi-meet"; }; - 19CBED97EF7DD2E942C98046CDE6FCFD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; 19D465850D177079DD6C13E9B930B406 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3947,6 +3956,48 @@ remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; remoteInfo = RNFastImage; }; + 19D806A34705232FD6F18416B4CC4D49 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D63EF582C3FFEAFBF76242E9637C6E0A; + remoteInfo = CocoaLibEvent; + }; + 1A0C874267F663083049A79EEF2D0E31 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E63939AA6EFD3D6A8C09E45929F11DBD; + remoteInfo = Flipper; + }; + 1A1D0FDDB42FDFD639BDE966B5A6ABA4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 1AB57D97F9C0EBFE53AEE98B8AEEC98E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 28A005E00FB77DDB2543047A07ED99A5; + remoteInfo = EXAppleAuthentication; + }; + 1AC28340C4DC7CBC2B1C81463663252A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D63EF582C3FFEAFBF76242E9637C6E0A; + remoteInfo = CocoaLibEvent; + }; + 1BA13DF97D7D93F05FBF5C15E8015F1A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1FAAE067C1BFDEA17DFB657C3379AB56; + remoteInfo = "Flipper-RSocket"; + }; 1BB6D91ADAAB04641A556CEAF54B0D1D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3954,13 +4005,6 @@ remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; - 1BD790079707E87E59C4F51C7F208379 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; 1CDB801B7675C1E7968289CC2465929C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3968,20 +4012,6 @@ remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; remoteInfo = RNGestureHandler; }; - 1CDE204CCDBA6C0F4F798EC389D74EF1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; - remoteInfo = JitsiMeetSDK; - }; - 1D0C6C23A42AB111CA0D61800A25A39F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DC0D417AC8ABB7AA10C20A5E0F065812; - remoteInfo = RNConfigReader; - }; 1DAD407592C28DC581F9D3D5174FC896 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3989,6 +4019,20 @@ remoteGlobalIDString = D985A509BFE270C95EDCBE6B4CBAF189; remoteInfo = "react-native-simple-crypto"; }; + 1DB39401316C871CBFBB844F3BC7C38B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 1DD062D7B80FF6AE845543CE23E1D88C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; 1DD84FFDAF4C1BACF20D021770B1483E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4003,6 +4047,20 @@ remoteGlobalIDString = 6514D69CB93B41626AE1A05581F97B07; remoteInfo = "react-native-background-timer"; }; + 1E86EDD6EC9467E297B13CD687B2BED3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1FAAE067C1BFDEA17DFB657C3379AB56; + remoteInfo = "Flipper-RSocket"; + }; + 1EDD127CD21420EAEB7800F8D5B3C80C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; + remoteInfo = KeyCommands; + }; 1EEB64290688F9C0C9AFD4D97DF81C1C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4010,13 +4068,6 @@ remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; remoteInfo = "React-RCTBlob"; }; - 1F1AE10F4FFB40711BD7F6EB83B9E769 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; 1F267629E2C45323716C85D5FF86C843 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4031,48 +4082,41 @@ remoteGlobalIDString = 90148E8FD1C445D7A019D504FA8CBC53; remoteInfo = ReactNativeART; }; - 20127EDCBFCAFB502FA8398145222042 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 20B7ED08A6FE251F598A456BC3BCF4EB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; - remoteInfo = JitsiMeetSDK; - }; - 211E10B355FD289B101DE6CED2200678 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4A95B7CD1D5F80C5E8CD9CDA00D41F70; - remoteInfo = EXVideoThumbnails; - }; - 216FC78BFCF3C478BD1E51FA80D968EA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; - 21B51DD5026AF6E57BB535441C85519D /* PBXContainerItemProxy */ = { + 20904E4872C1C47049511E8198FCE6DC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 263266A9E29FFF0E9C8CA0E4582BFCF4; remoteInfo = EXImageLoader; }; - 237D1028F8C14282337CC711202346FD /* PBXContainerItemProxy */ = { + 210CB3A014699225D03E15FB5E136812 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; remoteInfo = RCTTypeSafety; }; + 2154C01D6087058A3C27065C77CA7D80 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; + }; + 219BBDEA9963FA562DEC039D88EED58B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; + }; + 2307AF613F11B9CEC14A6C3E17C51B35 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; + remoteInfo = MMKV; + }; 238A73DC63295BE2E2783D02E4DDEF70 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4080,19 +4124,12 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 23DBF81A6812AD964AF9345D5E9EAA83 /* PBXContainerItemProxy */ = { + 23D8C4693283CF2E21DE1174ABEFD157 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; - remoteInfo = RNCAsyncStorage; - }; - 23F0FF8A5845EB56C9B792CC55731735 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DC0D417AC8ABB7AA10C20A5E0F065812; - remoteInfo = RNConfigReader; + remoteGlobalIDString = 6A9637F1BC8154F777335A6420579C05; + remoteInfo = "Flipper-Glog"; }; 244B3A71501A7E38CA44C804BD2C33F6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4101,12 +4138,12 @@ remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA; remoteInfo = RNFBApp; }; - 2468F913DE6414B7D9859760B69245B4 /* PBXContainerItemProxy */ = { + 246D1F4D74F0B2F4731889DBAA0236A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; - remoteInfo = MMKVCore; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; }; 2479BE9EA6999EB1BA93BBBA090CACAC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4115,6 +4152,13 @@ remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; + 249FE286A270570434DDFF94805FA213 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; + remoteInfo = RNCAsyncStorage; + }; 24BA854F9E6BFCCA9891DFB4FEEC0CCE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4122,6 +4166,27 @@ remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; remoteInfo = "React-RCTText"; }; + 2533CE7EE9E01E1014080709755D7C32 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DC0D417AC8ABB7AA10C20A5E0F065812; + remoteInfo = RNConfigReader; + }; + 253C39FD9B89FF20D0B2F4D0D13E5B05 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + 25C1E44C70537D1DCD0435C8F6EC4F69 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 28A005E00FB77DDB2543047A07ED99A5; + remoteInfo = EXAppleAuthentication; + }; 261326722201CB3C31AFA4769552C037 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4150,27 +4215,6 @@ remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; remoteInfo = nanopb; }; - 26EBDB49328BA4916DDDFE4CB577BBC2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; - remoteInfo = FBLazyVector; - }; - 2719EEC60138AB292817DDD7DF65C179 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6C1893932A69822CBE3502F2E0BCFB6D; - remoteInfo = EXConstants; - }; - 2747E9B82593CE407583DC62659F4231 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; 2767098279FB374F829000A3AE2AB615 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4178,13 +4222,6 @@ remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; remoteInfo = "React-RCTSettings"; }; - 277F13B9855FBA5F700B4C82544818C6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; - remoteInfo = EXAV; - }; 27A42E5D17DE1A0DFCB1E5763117A537 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4192,26 +4229,19 @@ remoteGlobalIDString = C452F579644C83E8D8E36EC24A9BBD46; remoteInfo = UMAppLoader; }; - 27FA9F0F68697CDAD54F375EAE5F8931 /* PBXContainerItemProxy */ = { + 280B3F19500F7379E280F82B917B385E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; - remoteInfo = GoogleAppMeasurement; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; }; - 2914746622EF87766D0AD3849834160D /* PBXContainerItemProxy */ = { + 2838F2155126B4D6B127D0CB9A07AC17 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; - }; - 29223C5005BD5C18AD92BADB7A138C1F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0CF4D9052577C85B6B8C4E957332626B; - remoteInfo = EXKeepAwake; + remoteGlobalIDString = 868B90C74770285449C60DBA82181479; + remoteInfo = EXFileSystem; }; 29BF0BC00D9A0A2A10D1F44DBC993637 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4248,19 +4278,26 @@ remoteGlobalIDString = 97C4DE84FA3CC4EC06AA6D8C249949B7; remoteInfo = UMImageLoaderInterface; }; - 2B69CA0B240056ACBCEAB65943A578D1 /* PBXContainerItemProxy */ = { + 2B1C26E833C0C976A2FC5CDC343DED9B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; - remoteInfo = EXHaptics; + remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; + remoteInfo = FirebaseCoreDiagnostics; }; - 2B835E061108B05C711E4183FD6774E8 /* PBXContainerItemProxy */ = { + 2B2110361AF0F225888123D4A0873ACD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0CF4D9052577C85B6B8C4E957332626B; - remoteInfo = EXKeepAwake; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 2B38AF2718873C86C53AC1D1C1E19438 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; }; 2BAA96DDADD6D12DDAE3059F01EAAB70 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4269,13 +4306,6 @@ remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; remoteInfo = UMFileSystemInterface; }; - 2BAEB427BF2856CD5055258DDD443912 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; - remoteInfo = FirebaseCoreDiagnostics; - }; 2C5430E59569BF99C4169F119B7DEAFD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4290,13 +4320,6 @@ remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; remoteInfo = "React-jsinspector"; }; - 2CA3296A7A1791565395976FA7848B17 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 718DB7D0A7E90B531AD577B3356C4161; - remoteInfo = "Flipper-PeerTalk"; - }; 2CF0891B88CE0228FBFCE9DAD71B088E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4304,40 +4327,19 @@ remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; remoteInfo = nanopb; }; - 2D3E04AAADD4D701F28FF88AD99F125E /* PBXContainerItemProxy */ = { + 2D31B5144E14A39E209EDA25226F6836 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; - remoteInfo = GoogleDataTransportCCTSupport; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; }; - 2D531E4264666F63EDCFB5F0F4C6820F /* PBXContainerItemProxy */ = { + 2D7FC0DD912BC92CB858469D500763F6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; - remoteInfo = RNDeviceInfo; - }; - 2D5DCFA46186261D2BD7021B933070E7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6083682834ABE0AE7BD1CBF06CADD036; - remoteInfo = CocoaAsyncSocket; - }; - 2D5E50FC50769B31EC7B3C8D879A52B3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6083682834ABE0AE7BD1CBF06CADD036; - remoteInfo = CocoaAsyncSocket; - }; - 2D6689C03D022C149C8734C0644CAD67 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; - remoteInfo = BugsnagReactNative; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; }; 2D8136F758A9D9DF16FE450EC1919CC9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4360,6 +4362,13 @@ remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; + 2EAEE49F4A208780FAA7BED0403D083C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; + }; 2ECADCC6DA89025D6789BC34F51C4845 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4367,13 +4376,6 @@ remoteGlobalIDString = EC577C5CB1DC59A7464ECEF266A75B42; remoteInfo = "react-native-netinfo"; }; - 2ED08171D17AA5C4349DDA596C07F2D2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6C1893932A69822CBE3502F2E0BCFB6D; - remoteInfo = EXConstants; - }; 2EEA45C9EA155182DA5E2E2EA0C9DF30 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4381,6 +4383,20 @@ remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; remoteInfo = nanopb; }; + 2F3565659C0D362C2B8637B70CEFB638 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; + remoteInfo = RNCAsyncStorage; + }; + 2F370063C0C18AD572EE611755353486 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6C1893932A69822CBE3502F2E0BCFB6D; + remoteInfo = EXConstants; + }; 2FA72F7D1A6E654C5026D82D232BEA8A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4395,13 +4411,6 @@ remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; - 2FECF6286B454E8F80478A7369387BAE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 263266A9E29FFF0E9C8CA0E4582BFCF4; - remoteInfo = EXImageLoader; - }; 3024EA7437D59544C3DE0F03A7337FB6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4416,33 +4425,12 @@ remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; remoteInfo = nanopb; }; - 3171BFFAB5448596004400085590AAB3 /* PBXContainerItemProxy */ = { + 323E26771F98151140FA01867D9DB2B7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; - }; - 31B0C3437934DB9764294387A10F4ECA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - 31D08199759EDA127B33FAEAAD81EC47 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 31D0F60E6F1385321BC27BDEE0870390 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; }; 32631EB179A3DB0AFC285E9715ED23CD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4451,13 +4439,6 @@ remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; - 326D1B86E7D8E62B492165FDED512464 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; 329343E8FFB3CD33563B0778527F37D8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4472,27 +4453,20 @@ remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; remoteInfo = "React-RCTBlob"; }; - 32C7FCF2CA4D9BF82970AD2FB7BEE5B2 /* PBXContainerItemProxy */ = { + 3309371765C150208FC57B950CF2C407 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; + remoteInfo = RNCAsyncStorage; + }; + 3372A37ABA0066E5A1C781D93E8C99FF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; remoteInfo = MMKV; }; - 33062D01F3544B168B0778F272BA6CD3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; - remoteInfo = "OpenSSL-Universal"; - }; - 334BAA095B94198C9831E87C5B953892 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; 33D51C73820F61D9BF5BF27C51AFEE6D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4507,12 +4481,19 @@ remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; remoteInfo = "React-jsinspector"; }; - 34B90E8AA17732AE447D2B9C13F51998 /* PBXContainerItemProxy */ = { + 34678C1CED4B1BBE46F2B85F57661B5D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; - remoteInfo = MMKV; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; + }; + 3571792CE170D96635B56B840B2ED848 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; 35D3A17997AFCA9139445E80B1BB5DD6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4528,6 +4509,20 @@ remoteGlobalIDString = 897EF6A99176326E24F51E2F2103828C; remoteInfo = UMReactNativeAdapter; }; + 361B97B2B0BB1D3866E3E6282B98C776 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; + remoteInfo = FirebaseCrashlytics; + }; + 36399BD5D4EE948DED3C123DDD8FBA37 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 868B90C74770285449C60DBA82181479; + remoteInfo = EXFileSystem; + }; 3664ADEBF5AA83A192D99CF6B94CAB5C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4535,13 +4530,6 @@ remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; remoteInfo = libwebp; }; - 37350A0F992D463343D172E04F607117 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; - remoteInfo = "OpenSSL-Universal"; - }; 37A2F3B2C28FA2065237C0D78C407A04 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4549,12 +4537,19 @@ remoteGlobalIDString = EEBB8D24F2B3531A5C5DAA668D02331F; remoteInfo = "react-native-blur"; }; - 37FF49882F142663C5E6CEA673E74BC4 /* PBXContainerItemProxy */ = { + 37D774651DC057CDF6B1BE39ED1DFB30 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; - remoteInfo = Firebase; + remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; + remoteInfo = BugsnagReactNative; + }; + 37DBD1153E6FB4103033F9589A72ED98 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; }; 3845AD7B1E17935DC0B99880BAF31093 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4577,26 +4572,26 @@ remoteGlobalIDString = 3ED96FB9FE1D18D5F1239C60A109F98C; remoteInfo = "react-native-restart"; }; - 3920C103287C21BEDD2E8AE0FCF2E63D /* PBXContainerItemProxy */ = { + 3986C4FD6E9A06864E6CF4B8A3A0DD3D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; - remoteInfo = MMKVCore; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; }; - 3B5E88FBABE61354B329DBCC5CC62D2B /* PBXContainerItemProxy */ = { + 399EDC13C22F553119C23765D16F1672 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; remoteInfo = Folly; }; - 3CAE88F40AF936DF4DBD9139686D689C /* PBXContainerItemProxy */ = { + 3C6EE330768E3B718B7124BF60CB95C9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; - remoteInfo = FirebaseCrashlytics; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; 3CB9598A224670A61A40F345D5933757 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4633,19 +4628,19 @@ remoteGlobalIDString = D0EFEFB685D97280256C559792236873; remoteInfo = glog; }; - 3DE28DB70930C0FE9FCF778653C22D4A /* PBXContainerItemProxy */ = { + 3E1E738BF3C6402F7EBC3A483F6C0FDB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; }; - 3E62A11940F8FB8FE8BC330C4F1A59EB /* PBXContainerItemProxy */ = { + 3E5DDE5FF075FB923187A1230CF8DB60 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; + remoteInfo = FirebaseCoreDiagnostics; }; 3E7032E024D803D0555D6E9ED20DC3CF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4654,6 +4649,13 @@ remoteGlobalIDString = 7A020DAB6F3F0BA0A6D9946E84B38B7F; remoteInfo = "React-Core-AccessibilityResources"; }; + 3E8954D495BF62F4E367787BFB426C20 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; + remoteInfo = FBLazyVector; + }; 3EA51F0B27F6A093974D2A8A236E9787 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4661,13 +4663,6 @@ remoteGlobalIDString = C452F579644C83E8D8E36EC24A9BBD46; remoteInfo = UMAppLoader; }; - 3EE89D2057D8414FFA2287019A4B3457 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6C1893932A69822CBE3502F2E0BCFB6D; - remoteInfo = EXConstants; - }; 3F15E5BB0398D5A02F6D1B1250847625 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4675,26 +4670,12 @@ remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; remoteInfo = RNLocalize; }; - 3F2D105822B9B3C73602563693C45DFF /* PBXContainerItemProxy */ = { + 4032BAB5807B65B776CAA0875E2CB325 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 28A005E00FB77DDB2543047A07ED99A5; - remoteInfo = EXAppleAuthentication; - }; - 3F4D614EDBBE960AEC55F78D003E873C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; - remoteInfo = Firebase; - }; - 3F90E318A19EB5C991367E6CD5F225C9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; }; 40434883BC2C3B1AB6315BB0BD86A15E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4710,12 +4691,26 @@ remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; remoteInfo = ReactCommon; }; - 410A2243497E76AD07CD911A8368A806 /* PBXContainerItemProxy */ = { + 4098537CFAF18E6BB0D1244EA9488475 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; - remoteInfo = BugsnagReactNative; + remoteGlobalIDString = 6A9637F1BC8154F777335A6420579C05; + remoteInfo = "Flipper-Glog"; + }; + 409A4681FB9A00AFACB62A42CA9604DA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; + remoteInfo = "OpenSSL-Universal"; + }; + 414B8B5BC8942C29F3C20E9D1BB32DCD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 982644B5B647690B2E4F5B3F54EB5717; + remoteInfo = FlipperKit; }; 418F76A64AE3A36B4A3AE72D032A32B7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4724,47 +4719,26 @@ remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; remoteInfo = RNVectorIcons; }; - 41A33505887B02EEF9B9E70A97601439 /* PBXContainerItemProxy */ = { + 41ED8AA5B8BF03CC6C070A0385CEC0A5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; + remoteGlobalIDString = 718DB7D0A7E90B531AD577B3356C4161; + remoteInfo = "Flipper-PeerTalk"; }; - 42102334EAA0FB54FD612CBD6BF37A67 /* PBXContainerItemProxy */ = { + 4322039309792F346180562820FE13FE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; - 42E42B8198DBD82820E83BFE23BC07E1 /* PBXContainerItemProxy */ = { + 439CBB2D9FE58ECB4A7CCFD0DF73AD1E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; - remoteInfo = GoogleAppMeasurement; - }; - 4415FEF47B69FE03D068D3CF18DBDD69 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - 44B47A446F8FC2E7018307CCBF0AFC20 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; - }; - 44D1E48A41B6B6DB880AD37F1F130636 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = D00F24222F074B31C56DC6D05E806A35; + remoteInfo = RNCPicker; }; 44EBB9BE64DB2711C23D6D0305E26BFE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4780,6 +4754,13 @@ remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; remoteInfo = "React-RCTImage"; }; + 450D20640D17F34CFB8B9A214197460C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; + }; 4541473AED3B8C0BE841288F37EFB719 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4787,13 +4768,6 @@ remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; remoteInfo = SDWebImage; }; - 45D0A951848C864A9428BF528EB32BCE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; 45E0800677FFAFD10B5CA25577645438 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4801,6 +4775,13 @@ remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; remoteInfo = Yoga; }; + 46FCB21246D183207437D333782AF3BD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; + remoteInfo = Firebase; + }; 477801AAD25410E4050E34AC27712E69 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4829,26 +4810,19 @@ remoteGlobalIDString = 18B56DB36E1F066C927E49DBAE590128; remoteInfo = RNRootView; }; - 47E8162C4B5C2C770D5A2B4451B14FA1 /* PBXContainerItemProxy */ = { + 47CD6209B66B364A60F8E8CCF04C5517 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; }; - 47F5B9FECAC9F586BEC671C7CCAA0453 /* PBXContainerItemProxy */ = { + 48002C834423B9F8191D7714830A8ED1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; - 48C7F8FEE55D7DB16923B4B394527433 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; + remoteInfo = EXAV; }; 48ECC6663B5A3CC4A942EB2D6029B791 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4857,6 +4831,13 @@ remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; remoteInfo = ReactCommon; }; + 49146407EADE66F7CD7F4CC68BBC8FB9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; + }; 492CC510BF1D627CCDBC69C63A6277D7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4871,19 +4852,12 @@ remoteGlobalIDString = 74DAFD196634D10887C9A4E7BA19A5E4; remoteInfo = "react-native-mmkv-storage"; }; - 499B43B64E3C0B766E511DE46919D417 /* PBXContainerItemProxy */ = { + 496A79270D0F046C2495B2E0727BB6A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; - remoteInfo = FBLazyVector; - }; - 49BD6DD4C940A4FC09E726AC6D1D140B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 982644B5B647690B2E4F5B3F54EB5717; - remoteInfo = FlipperKit; + remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; + remoteInfo = "OpenSSL-Universal"; }; 4A7B6C65CBA6EDDFEA47C8F9BEF2C0BE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4892,6 +4866,13 @@ remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; remoteInfo = libwebp; }; + 4A9C11257D1E21E024D2FC46ADAAE436 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; + remoteInfo = "Flipper-Folly"; + }; 4ADE323CE1C41CB080148F893E93BB09 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4899,6 +4880,13 @@ remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; remoteInfo = RNVectorIcons; }; + 4B1B15A2D1DFC61A2F46992A19E32DE4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; + }; 4B3110F6A59CB1DCDE4568B21C532702 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4906,12 +4894,12 @@ remoteGlobalIDString = 3FF2E78BB54ED67CA7FAD8DA2590DBEE; remoteInfo = "react-native-appearance"; }; - 4C4562265DD992A8D49705C9844AB4BB /* PBXContainerItemProxy */ = { + 4C38B1606230F35D8E54C3EDF8EC8793 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; + remoteInfo = RNCAsyncStorage; }; 4CA820B1076F4FA91A0357329FCBB8FA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4920,27 +4908,6 @@ remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; remoteInfo = "React-RCTNetwork"; }; - 4CBF5F9BABC7D7B834A7138B168DDE0F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D9245543B79C09FAC40FC8B9F291536A; - remoteInfo = "Flipper-DoubleConversion"; - }; - 4D2169B6B41C26F6CE44B60639BAA7AA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - 4D2CA1D928ECC6D1241AA701B3D0FB4A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; - remoteInfo = FirebaseCoreDiagnostics; - }; 4D435B17BB714FC0953B69BB55E6AD45 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4948,6 +4915,13 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; + 4D57ADFF3A5217D5F658028D5E09B654 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; + remoteInfo = RNBootSplash; + }; 4D68B20A96DEA10535CA768175CB7FBA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4962,47 +4936,33 @@ remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; remoteInfo = "React-RCTAnimation"; }; - 4DCB1B1184F1C90F5CAEBB97456D879E /* PBXContainerItemProxy */ = { + 4DE0865F0A037E4F88D0BC210F537DED /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 718DB7D0A7E90B531AD577B3356C4161; + remoteInfo = "Flipper-PeerTalk"; + }; + 4E452E2C385C1C52F9F40F16D4D02754 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; + remoteInfo = "Flipper-Folly"; + }; + 4F88484A46025FA90381E33C895BEF86 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; remoteInfo = Folly; }; - 4DD64C62AFE1FECCBE769C3D68E81C35 /* PBXContainerItemProxy */ = { + 4FEAC1D486437F3A329D0390E1812E33 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; - 4E2312F5C239B1BA548187129D4CDC9B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; - remoteInfo = RNBootSplash; - }; - 4E28ED5325CFA970FB274E0C695EBA99 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D63EF582C3FFEAFBF76242E9637C6E0A; - remoteInfo = CocoaLibEvent; - }; - 4F56622BD000F4D70492C68A159C07A8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; - remoteInfo = MMKVCore; - }; - 4F57BC98A75DF502F9D0328C12854343 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; - remoteInfo = EXAV; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; }; 4FF33ECD69EFF0048F7A667AC82437A2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -5011,13 +4971,6 @@ remoteGlobalIDString = 6514D69CB93B41626AE1A05581F97B07; remoteInfo = "react-native-background-timer"; }; - 507A51BE242F3DC6CB88363FE2C48256 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; 508AB6F516BC6A7F9C3BC099996AB27D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5025,13 +4978,6 @@ remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; - 5106CC62D9996AA77F32CDEBD5D90CB4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; - }; 513D4D8FE2C3265F07F2CF5C1C27DFCB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5039,6 +4985,13 @@ remoteGlobalIDString = 037A1F31C4D99F52EC9FD2008FEC481C; remoteInfo = ReactNativeUiLib; }; + 518532ACA99C44D5B38BF576E28AC199 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4A95B7CD1D5F80C5E8CD9CDA00D41F70; + remoteInfo = EXVideoThumbnails; + }; 51D134D1678A389FE755C678B881449A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5046,13 +4999,6 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 51F1E5BA6F010B629464C4712CB7E936 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; 523047756B608CD319BD707498C75334 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5060,13 +5006,6 @@ remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; remoteInfo = "React-callinvoker"; }; - 5259312B3B9BBB6C4B2C46E31B70B003 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 28A005E00FB77DDB2543047A07ED99A5; - remoteInfo = EXAppleAuthentication; - }; 5286136BCB028CC7483DE1E84A6060BA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5074,34 +5013,6 @@ remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; remoteInfo = UMFileSystemInterface; }; - 5298CA0E48D30CDB59D6D5080BC7F538 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; - remoteInfo = RNCAsyncStorage; - }; - 530167DD60237D2CD633D585C6F0C746 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; - }; - 531CBC9CFAFE24CE11A2DF7E3F1E484A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 53E3B7FF2D6B854C78D629A369CAA59A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9EB556EE511D43F3D5D7AAF51D8D0397; - remoteInfo = EXWebBrowser; - }; 53F2F5C059B577384D2EA44C1366D512 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5109,13 +5020,6 @@ remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; remoteInfo = RNVectorIcons; }; - 53FF816875F3DF809FD98398CA618E41 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; - }; 54663C111D89937B3542F92AFB158EF3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5137,6 +5041,20 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; + 5560E69C4D48AAD879E79B1FFD61D1C6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; + }; + 55ED93C73C182377D1FEFFDDDF7516C7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; + remoteInfo = GoogleDataTransportCCTSupport; + }; 56743D9D986D453A2020F8A52E425876 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5144,20 +5062,6 @@ remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; remoteInfo = ReactCommon; }; - 56D02F182D5D71CBE0E7DC24859AA4AA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 718DB7D0A7E90B531AD577B3356C4161; - remoteInfo = "Flipper-PeerTalk"; - }; - 56F8C669D4CBC18B67047107CBEBBB80 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; - }; 57167F7967ED5FF3C36CD1BB5549A9B9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5172,6 +5076,20 @@ remoteGlobalIDString = F3966F664F3CFAEFAB57C40FB54D3788; remoteInfo = TOCropViewController; }; + 57B04C6421CDA4790095ED7B06652588 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; + remoteInfo = JitsiMeetSDK; + }; + 57B92F1D4694D1CEF7DAAF3A498CBCE7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6A9637F1BC8154F777335A6420579C05; + remoteInfo = "Flipper-Glog"; + }; 581537D530B5FB61BECDBD30DF4A18E4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5179,6 +5097,13 @@ remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; remoteInfo = RNGestureHandler; }; + 585BC4884FBE97D233398E79F0D0703C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; + remoteInfo = "OpenSSL-Universal"; + }; 589E2C12D15397CC6EA201220A02D3CE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5200,12 +5125,19 @@ remoteGlobalIDString = 014495932E402CA67C37681988047CA2; remoteInfo = UMFontInterface; }; - 5A3E444E5E1F450A5559D5DE824284B7 /* PBXContainerItemProxy */ = { + 59BBE0E0ADD3D3C427E3916C9F73B62C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; + remoteGlobalIDString = 1A0445474DA11CA659C4BCC5AB64B1BF; + remoteInfo = RNCMaskedView; + }; + 5A23688EC2128295EF07C2509564CFA7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; + remoteInfo = EXHaptics; }; 5A461065B2AFC0524ABED3B4D0A1D056 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -5214,6 +5146,13 @@ remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; remoteInfo = "rn-extensions-share"; }; + 5A57CE85CF97280149F83CF210F56B56 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; + remoteInfo = "boost-for-react-native"; + }; 5AAFCEC328A149E8A79F9A7D3D486437 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5221,19 +5160,12 @@ remoteGlobalIDString = 014495932E402CA67C37681988047CA2; remoteInfo = UMFontInterface; }; - 5AB1E625478B9AF59538BFCD8846D978 /* PBXContainerItemProxy */ = { + 5AEE4C15015205968D1F22DFCFBD127D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; - remoteInfo = GoogleDataTransportCCTSupport; - }; - 5B4DE6196462EA6CEF20AF1493E4804C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1FAAE067C1BFDEA17DFB657C3379AB56; - remoteInfo = "Flipper-RSocket"; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; 5B540591E36BF282B24AA207196C7BA2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -5242,33 +5174,19 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 5BAAF226A07BC8D61BAFD01816653720 /* PBXContainerItemProxy */ = { + 5C5FA52087DF0FB718603FD6BDC1E18D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; - remoteInfo = FirebaseCrashlytics; + remoteGlobalIDString = 868B90C74770285449C60DBA82181479; + remoteInfo = EXFileSystem; }; - 5C43F5F0420C105F45855BBB810DCA5B /* PBXContainerItemProxy */ = { + 5D44C90718E179F8F6E0195799EE7C28 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; - }; - 5CAF30A7836BA98C722C2D6FCFC00E88 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 5D508B8C550B1B07189EBD0087506EBA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; + remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; + remoteInfo = BugsnagReactNative; }; 5D5C5DF38845909617CFF3BDB28AF73E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -5277,13 +5195,6 @@ remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; remoteInfo = "React-RCTBlob"; }; - 5D74A0A24AF6C867BB8DC2915C7BEBFF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; - remoteInfo = Firebase; - }; 5D83788C4B3470DFB084FEEEB59C9C6B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5305,6 +5216,13 @@ remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; remoteInfo = "rn-extensions-share"; }; + 5E1325832A8E72AF350CB54CD085795F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; + remoteInfo = "OpenSSL-Universal"; + }; 5E17CE354271D5DCF09F40848D67DBCA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5312,6 +5230,13 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; + 5E633395975801C781B96807D3504D96 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E63939AA6EFD3D6A8C09E45929F11DBD; + remoteInfo = Flipper; + }; 5ED680389AC685039E8ED24B5136D75A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5319,6 +5244,13 @@ remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; remoteInfo = "React-RCTText"; }; + 5F5D9E8BA7DCA81D7C3102B6015A759A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; + remoteInfo = RNDeviceInfo; + }; 5F6248BD0F30842E7797A3278B530437 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5326,6 +5258,13 @@ remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; remoteInfo = libwebp; }; + 5F6A6B39CA33978ADA90F6312B69D43A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; + remoteInfo = FirebaseCrashlytics; + }; 5FDD4EA4CF4C2126D807E87F8F6A4CEA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5340,13 +5279,6 @@ remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA; remoteInfo = RNFBApp; }; - 607F12F699F2862F7710EFE410192D52 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; - remoteInfo = KeyCommands; - }; 611110408C7F17D4D3D7F74E0965D5DF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5375,12 +5307,19 @@ remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; remoteInfo = libwebp; }; - 61CEFB61EEED2FB45C12AB4A6B246FFD /* PBXContainerItemProxy */ = { + 61B08B4399FDFB9681F9E33856651FBF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E63939AA6EFD3D6A8C09E45929F11DBD; - remoteInfo = Flipper; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; + }; + 61D993EEADD9E29F822C98678DE28605 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; }; 6217901DC29D774DEA81B72D3255B4C5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -5396,13 +5335,6 @@ remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; remoteInfo = "react-native-orientation-locker"; }; - 630B4FB606E6ED083E590ABB6A221263 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; - }; 631860DE902F5F310D8A337E215D175B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5410,12 +5342,12 @@ remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; remoteInfo = "React-RCTNetwork"; }; - 632A36ECE45F11A03AFB51D4A91F5A48 /* PBXContainerItemProxy */ = { + 63349E3C829AFFB7A2A0750ABB6A293F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0A72FB88825FDC7D301C9DD1F8F96824; - remoteInfo = EXPermissions; + remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; + remoteInfo = GoogleDataTransportCCTSupport; }; 634FE781DB33B5E7B69FCF9783673FED /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -5431,13 +5363,6 @@ remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; remoteInfo = "React-RCTVibration"; }; - 639595E90A3BBD1358DA0838B178CB68 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; - }; 63A5A882B89C07F4B2822BDA1C144E9D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5466,6 +5391,13 @@ remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA; remoteInfo = RNFBApp; }; + 64B3A1B58982DEA53AAF36E99ED441EB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; + }; 65468E8C5F61B6C576D2FB2D893A3039 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5473,20 +5405,6 @@ remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; remoteInfo = RNFastImage; }; - 6565540D0CF63643BE6CE0421E5FDF49 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - 65B1E179342A989347085E56D9A4F763 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; 65EC04101B753A9192248B15EEED4827 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5501,6 +5419,13 @@ remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; remoteInfo = RNLocalize; }; + 6666A0C1CAA0C9FD4FD71016F684CD91 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; + remoteInfo = FBLazyVector; + }; 66A455A3C6F2B04B1969C0272C21F441 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5508,19 +5433,19 @@ remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; remoteInfo = "React-RCTLinking"; }; - 66E96AF8A7F22392A2A446EF10116BB1 /* PBXContainerItemProxy */ = { + 677CAE2B7B4CC9141EFD18E82F50AA1C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E63939AA6EFD3D6A8C09E45929F11DBD; - remoteInfo = Flipper; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; }; - 677766993CFC99BCC4BC84E3D043FAC4 /* PBXContainerItemProxy */ = { + 687B3C8916C441C74B8B78970022C380 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; - remoteInfo = "OpenSSL-Universal"; + remoteGlobalIDString = 0A72FB88825FDC7D301C9DD1F8F96824; + remoteInfo = EXPermissions; }; 68908DD822EB092750857DA7D6049BB3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -5536,6 +5461,13 @@ remoteGlobalIDString = CA400829100F0628EC209FBB08347D42; remoteInfo = "react-native-notifications"; }; + 68D138D4AFF267687E9D2ADE6ED92C21 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D63EF582C3FFEAFBF76242E9637C6E0A; + remoteInfo = CocoaLibEvent; + }; 68EE1A47FD13EA707CEC52005A4E4AE2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5543,20 +5475,6 @@ remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; - 69B000070C3480C9F6BDD17CD5F8BB25 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - 69B5091C7A7F1A5B76E752BC15070232 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; 69BF816AAD027125B667C2C838B65173 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5564,12 +5482,19 @@ remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; remoteInfo = UMFileSystemInterface; }; - 69DE6AE45EC653D2C40173CD48B83DD5 /* PBXContainerItemProxy */ = { + 69F3B5B467C7087BCC3A92B31258FE90 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; - remoteInfo = "Flipper-Folly"; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 6A89B475FC42CAF4C7E9A853B89F94D1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; }; 6AB14DCBA0268F0B02CAD15477B9E918 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -5578,13 +5503,6 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 6B53D4CB0EB28B252F9F1973610206EA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; - remoteInfo = RNCAsyncStorage; - }; 6B5E4CBCC8FF49229E79C166D23A2D4D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5592,13 +5510,6 @@ remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; - 6B852EBFE9AFEC2AE025B60E7DE042E3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; 6D21C4486ADDCDC2F8305432A1EBC358 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5606,6 +5517,13 @@ remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; + 6D5416D544C22C419FA99B0E1FCF0B49 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; + }; 6D78640AB1EE40FB99B1B3F3EAD7C84F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5620,27 +5538,6 @@ remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; remoteInfo = "React-RCTLinking"; }; - 6E3084F9DEADA93BDCE55451A006C912 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; - remoteInfo = BugsnagReactNative; - }; - 6E4150C76419056DFF4816989518DF7A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; - }; - 6E97D4820A16B0CC197902D13ED250F5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; 6EB1AA6F41745CD52E615A45ED47CA54 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5648,13 +5545,6 @@ remoteGlobalIDString = E16E206437995280D349D4B67695C894; remoteInfo = "React-CoreModules"; }; - 6ED5662131FC3D451BF80DB176875D2D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; 6FA27D990FBB7FA75D1F6AE5176701C9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5662,13 +5552,6 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 6FE65BCE3AD3712D26DACEA370F14558 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; - remoteInfo = KeyCommands; - }; 70100A6E47EC258144A59C0EACBF758A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5676,12 +5559,26 @@ remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; remoteInfo = "react-native-document-picker"; }; - 704BC0B5B357B9E888BAFCF0B65E6D1C /* PBXContainerItemProxy */ = { + 710B49CAF8C1D166EF9E096B08159AF8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; - remoteInfo = FBLazyVector; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 71290BF4534238A978F63C48B26C7F93 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 71301225987CA19A51A03023EE8C946F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; 714D9DF63D60BB4ACED2510E95193506 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -5690,12 +5587,19 @@ remoteGlobalIDString = 897EF6A99176326E24F51E2F2103828C; remoteInfo = UMReactNativeAdapter; }; - 720771AEF1931C280C60750EE1638334 /* PBXContainerItemProxy */ = { + 719934DD3CD5EE047A019E7379AD6222 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; - remoteInfo = FirebaseCoreDiagnostics; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 7211A311AFA85210B4B5B9A479E9A1B7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; + remoteInfo = RNBootSplash; }; 721B1FA0CED0C0416535AD863C6978B7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -5704,33 +5608,19 @@ remoteGlobalIDString = 037A1F31C4D99F52EC9FD2008FEC481C; remoteInfo = ReactNativeUiLib; }; - 72D7368108FBD6F35E42FE783D9A4052 /* PBXContainerItemProxy */ = { + 72C512A4C01EF862DD14BE6E1281C665 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D9245543B79C09FAC40FC8B9F291536A; - remoteInfo = "Flipper-DoubleConversion"; + remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; + remoteInfo = BugsnagReactNative; }; - 73CE315BF870A0C2C2775FA8162BB03B /* PBXContainerItemProxy */ = { + 736489F1D63D1C31A3ABC378FE278435 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; - remoteInfo = GoogleAppMeasurement; - }; - 73EC6796B93922DB058223C0581BCA2F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; - }; - 745F3B76E29817C5EF0CED264D0D9798 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DC0D417AC8ABB7AA10C20A5E0F065812; - remoteInfo = RNConfigReader; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; }; 747CAD5FB00F9C41E3E708B6AA1C61FA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -5739,26 +5629,19 @@ remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; remoteInfo = ReactCommon; }; - 74EC39C391753AA08188F3BA4868215E /* PBXContainerItemProxy */ = { + 74DA8510B87B141F5E7A75CD97DACD64 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 718DB7D0A7E90B531AD577B3356C4161; - remoteInfo = "Flipper-PeerTalk"; + remoteGlobalIDString = D63EF582C3FFEAFBF76242E9637C6E0A; + remoteInfo = CocoaLibEvent; }; - 75A83BDF28724DDF4C5E5F7088916BDF /* PBXContainerItemProxy */ = { + 7508D6899DA783D9A27A35E010CB9AFE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; - 75C746B03847A56658193F5F4CA40F23 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D9245543B79C09FAC40FC8B9F291536A; - remoteInfo = "Flipper-DoubleConversion"; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; }; 75FDB7B6CFCD489CBE337679A7292AAB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -5767,19 +5650,19 @@ remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; remoteInfo = "React-RCTText"; }; - 7648D1397C7C755880A38E8723D8EB73 /* PBXContainerItemProxy */ = { + 761F3800850CB810CE90679E8F2F5F1B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; + remoteInfo = MMKV; }; - 7713801483F5E103357EF66505DB24AC /* PBXContainerItemProxy */ = { + 77626766B9523E6FD08C5AA4BABD4F19 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; + remoteGlobalIDString = E63939AA6EFD3D6A8C09E45929F11DBD; + remoteInfo = Flipper; }; 7831CED1476708E665D581B5354B1846 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -5802,13 +5685,6 @@ remoteGlobalIDString = EC577C5CB1DC59A7464ECEF266A75B42; remoteInfo = "react-native-netinfo"; }; - 78AEEF24479BC010E1560FACE71CAAFB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; - }; 78C0FDB3A6980D82D4DB91B0700AE704 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5830,6 +5706,13 @@ remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; remoteInfo = UMFileSystemInterface; }; + 7A26015531AEBE7E89C918FBC153A8B0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; 7A4A32E009B5288FFF3793BE45B07124 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5837,6 +5720,13 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; + 7A58B7F110D8CD6189A0BC0350396B09 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; + remoteInfo = RNDeviceInfo; + }; 7A9988DC9754B1367F3E0423132802B6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5851,6 +5741,13 @@ remoteGlobalIDString = 014495932E402CA67C37681988047CA2; remoteInfo = UMFontInterface; }; + 7B04FEAA8599994EB4F83B2A9F7E3AF6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; + remoteInfo = FirebaseCrashlytics; + }; 7B8B837ABDEF64DCB1359191B094E372 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5858,54 +5755,33 @@ remoteGlobalIDString = 32CA4CBD6B28983076BD93DA221AD027; remoteInfo = YogaKit; }; - 7BC8D57E9A6CDD06FBFB582BC47A3E2A /* PBXContainerItemProxy */ = { + 7BDD9521652F154A2B33968D2168C589 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4A95B7CD1D5F80C5E8CD9CDA00D41F70; - remoteInfo = EXVideoThumbnails; + remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; + remoteInfo = RNDateTimePicker; }; - 7C0167913A64F0C622629848010AE1E0 /* PBXContainerItemProxy */ = { + 7C3E8F7DDB0D96BB3AC36B23288EB0A1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D9245543B79C09FAC40FC8B9F291536A; - remoteInfo = "Flipper-DoubleConversion"; + remoteGlobalIDString = 6083682834ABE0AE7BD1CBF06CADD036; + remoteInfo = CocoaAsyncSocket; }; - 7C38BAB12FD81719F1FAED2DE8FE7FCD /* PBXContainerItemProxy */ = { + 7C95385B36BF5E1D61C3D763A05271FE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; - remoteInfo = JitsiMeetSDK; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; }; - 7D4FA6DE74139A90D99226A5BAD21492 /* PBXContainerItemProxy */ = { + 7CAA2278E42A9F4EAA30F8074E75B37D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1A0445474DA11CA659C4BCC5AB64B1BF; - remoteInfo = RNCMaskedView; - }; - 7D51BBF85728BCD6F07861754A722FE9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D00F24222F074B31C56DC6D05E806A35; - remoteInfo = RNCPicker; - }; - 7E38B833E824F131AE631EA037DFF092 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; - remoteInfo = FirebaseAnalytics; - }; - 7E6BB52A902035DA4C911E93E37836A2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; }; 7E9B0AE7F0A6181C598CC61282F75BB1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -5914,6 +5790,13 @@ remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; remoteInfo = ReactCommon; }; + 7EB2E4F7EF84DB41873147E72FD71B6C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 982644B5B647690B2E4F5B3F54EB5717; + remoteInfo = FlipperKit; + }; 7F53A9166ECE2C9B93DA19E19BDFCD72 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5921,12 +5804,19 @@ remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; remoteInfo = ReactCommon; }; - 7FDB3730A064AF0B7A66DE4A75222CF2 /* PBXContainerItemProxy */ = { + 7F8AC8035463EF397674E45139D45EBE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6083682834ABE0AE7BD1CBF06CADD036; - remoteInfo = CocoaAsyncSocket; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + 7FD45EA7C517030B071C049200DB78AC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0CF4D9052577C85B6B8C4E957332626B; + remoteInfo = EXKeepAwake; }; 805D01B3EB1077391BA6CEEF56D7C077 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -5942,26 +5832,19 @@ remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; remoteInfo = "React-RCTImage"; }; - 808AE043D11158702268856E3A27B880 /* PBXContainerItemProxy */ = { + 815FF9A9AD6A7CD366AB0204A9F240BD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; }; - 80DFD8AC59643F62563E2E171713475A /* PBXContainerItemProxy */ = { + 81AE879CB5B133E379B8DFE5A4FBAD0B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D63EF582C3FFEAFBF76242E9637C6E0A; - remoteInfo = CocoaLibEvent; - }; - 81D51893B19F646E59D26C8155960672 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; + remoteGlobalIDString = 6A9637F1BC8154F777335A6420579C05; + remoteInfo = "Flipper-Glog"; }; 81EAEB33E20099BB0453F7CBB1B71386 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -5977,19 +5860,12 @@ remoteGlobalIDString = E16E206437995280D349D4B67695C894; remoteInfo = "React-CoreModules"; }; - 82CD3E61A36A47B8609F38EEFDC9E06A /* PBXContainerItemProxy */ = { + 82A8754DC9BCA2330B0F6D12718DFA5F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - 83450FA660EED412F034F6A37328DCFE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; + remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; + remoteInfo = EXHaptics; }; 835453A676ED909156EBA83A3706767B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -5998,20 +5874,6 @@ remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; remoteInfo = "React-RCTImage"; }; - 837E05F321BFF238290ED5A638C650A5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 8412A8A75CFBD4AB04DBAEF249C1D471 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; 843C9275B078F22AF0D6EA6CD41AB4E4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6019,19 +5881,19 @@ remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; remoteInfo = SDWebImage; }; - 848B5CDE9412F7E650FECB70EC7111E1 /* PBXContainerItemProxy */ = { + 849173FD56F17A9EDCB0AC1DC0CE1142 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 868B90C74770285449C60DBA82181479; - remoteInfo = EXFileSystem; + remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; + remoteInfo = "Flipper-Folly"; }; - 84FA7DBA04B5F19033F0ED39752E97A2 /* PBXContainerItemProxy */ = { + 852A1630D6241FCEBB6A14132020BD9C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; }; 85322271CB8310113B52A1CB0A259950 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6040,12 +5902,12 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 85E51207420840997702FA2499F04AAE /* PBXContainerItemProxy */ = { + 857FFAC78C95ACCB1EC5660F542B83CF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; - remoteInfo = "OpenSSL-Universal"; + remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; + remoteInfo = Firebase; }; 86156BAFED7CF10E445A7A1283A4E8ED /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6054,33 +5916,12 @@ remoteGlobalIDString = BA3F5E5AA483B263B69601DE2FA269CB; remoteInfo = "react-native-cameraroll"; }; - 878007AD5DEC9126696D0C5F6EBF2670 /* PBXContainerItemProxy */ = { + 8669BE1FA6D5870715C67DC8C590FE6A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 718DB7D0A7E90B531AD577B3356C4161; - remoteInfo = "Flipper-PeerTalk"; - }; - 87906FBD1550E2BED75E39A64F18883B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; - 879EE7662EFAAED36AC6817443B2261D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; - remoteInfo = FBLazyVector; - }; - 87B46084098E9CE649CC8BC6782CE706 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; + remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; + remoteInfo = KeyCommands; }; 87F05D948331245D039ABB664C5F353B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6089,12 +5930,12 @@ remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; remoteInfo = "React-RCTText"; }; - 8806A26BE5F15F6ED010998C9E3DD501 /* PBXContainerItemProxy */ = { + 87F9461BF83AD6766E900149D2BBF5A8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6A9637F1BC8154F777335A6420579C05; - remoteInfo = "Flipper-Glog"; + remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; + remoteInfo = JitsiMeetSDK; }; 881ACFD4214BD531701304622922FD32 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6103,19 +5944,40 @@ remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; remoteInfo = UMPermissionsInterface; }; - 895493C04734402BF88076BED19C5991 /* PBXContainerItemProxy */ = { + 8829332F4CB3028D204039AE3F2DF68A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; - remoteInfo = GoogleDataTransportCCTSupport; + remoteGlobalIDString = 982644B5B647690B2E4F5B3F54EB5717; + remoteInfo = FlipperKit; }; - 8989CA3992765858C8384DC6EEDE9194 /* PBXContainerItemProxy */ = { + 884681EEF6A2E151364C17C111632CB8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; + remoteInfo = MMKVCore; + }; + 888076A8267BE41CCD7EE2C89613BBA8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; + }; + 88E046EB451BAA5E76FB9310AF9189F2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 892DC26A22986ACA308F63927F31FA71 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4A95B7CD1D5F80C5E8CD9CDA00D41F70; + remoteInfo = EXVideoThumbnails; }; 89BB2903CA2FF7E6A91CB8A72D796D2E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6124,12 +5986,33 @@ remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; remoteInfo = RNLocalize; }; - 8AC60DA60E91326F148303E19500A826 /* PBXContainerItemProxy */ = { + 89EED93B3B48B5218DA1EEE4443D5179 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; - remoteInfo = GoogleDataTransportCCTSupport; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; + }; + 8AA6DA3656D3A39CFCCDC85957489E6E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; + remoteInfo = MMKV; + }; + 8B281A028BD76634BA372B1BD0343D45 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9EB556EE511D43F3D5D7AAF51D8D0397; + remoteInfo = EXWebBrowser; + }; + 8BBB316B7D2968DBAD3E1FDC2EB9F707 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; }; 8BD519A122A91CEA23579580EC7518F6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6145,12 +6028,33 @@ remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; remoteInfo = UMPermissionsInterface; }; - 8D247AFEF1614B75F99CA00C8CEE72D0 /* PBXContainerItemProxy */ = { + 8BD5961270A3C193F767DAA6102068F6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 263266A9E29FFF0E9C8CA0E4582BFCF4; - remoteInfo = EXImageLoader; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; + }; + 8BDF94549A2EBC0BB5E5A593575B65E2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6083682834ABE0AE7BD1CBF06CADD036; + remoteInfo = CocoaAsyncSocket; + }; + 8CAB2281E83EAEA88C3C582D4EAE980F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; + remoteInfo = GoogleDataTransportCCTSupport; + }; + 8D2EC5F7E32055BD4CF5B04A7D7A8B28 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; + remoteInfo = MMKVCore; }; 8D2FE757245E126F7ECE83AA9C274FEC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6180,6 +6084,13 @@ remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; remoteInfo = "React-RCTNetwork"; }; + 8F8404F92F0436A4BA77F5020262DC6C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; 8FF50D1D6A737316829F18FE4564A043 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6187,12 +6098,12 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 90B8753C237E3292F1C8964BB2B3A826 /* PBXContainerItemProxy */ = { + 90415E5ED53DF9940B738222323F2E59 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; - remoteInfo = EXHaptics; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; }; 90C461E32288F14591E929EEBB7B852A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6201,6 +6112,27 @@ remoteGlobalIDString = 74DAFD196634D10887C9A4E7BA19A5E4; remoteInfo = "react-native-mmkv-storage"; }; + 90F689AB9F55A247ADC0E399DF9F85CE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 718DB7D0A7E90B531AD577B3356C4161; + remoteInfo = "Flipper-PeerTalk"; + }; + 90F8A80A9FD490581F0BCD38AAB691B4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 868B90C74770285449C60DBA82181479; + remoteInfo = EXFileSystem; + }; + 9103BECBE9C661C0039CF80BEDDCB5A5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; 919E4F9B1496B892BC65AB5B355F7E76 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6208,6 +6140,13 @@ remoteGlobalIDString = 2038C6F97563AAD6162C284B3EDD5B3B; remoteInfo = UMSensorsInterface; }; + 91F259CBF9B042B5740C9DD00A33EA68 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; + }; 92BC211CB126809CE606A861CCB11A14 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6215,33 +6154,47 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 92DF5927AA15E05E63297809BB0312E8 /* PBXContainerItemProxy */ = { + 931FB9559187A60B1A85C8A90D49A330 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; }; - 937EF18E66879AF4F55B3CD0E197B2EB /* PBXContainerItemProxy */ = { + 939CF523A6DC6EABE851095DE1F24CFD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1FAAE067C1BFDEA17DFB657C3379AB56; - remoteInfo = "Flipper-RSocket"; + remoteGlobalIDString = 869CED37B4B77AAE35DF8B6E70788BBC; + remoteInfo = EXLocalAuthentication; }; - 947508D3494734506561E4488D2A5E8F /* PBXContainerItemProxy */ = { + 93A46045C175CFBDC701DA452F36D32F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; }; - 94CDDF8B1B4446A0D09242DCEF267760 /* PBXContainerItemProxy */ = { + 93EE97CAF4E00C98FFD3661F74A90C39 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; - remoteInfo = Firebase; + remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; + remoteInfo = FirebaseCoreDiagnostics; + }; + 941FED83208558EA7F7AB279AC560AD6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D9245543B79C09FAC40FC8B9F291536A; + remoteInfo = "Flipper-DoubleConversion"; + }; + 949FA5B2344A6103E6FFF8B8AE5935CA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; }; 94D9BB4B96D314CBF2C49BC49A6897E4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6264,20 +6217,6 @@ remoteGlobalIDString = 2AD4F40E67E1874A0816F6B34289EB41; remoteInfo = UMFaceDetectorInterface; }; - 95BBE32410D8B800721C2F7E6060EEF3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; - remoteInfo = FirebaseCrashlytics; - }; - 95BE38941D0FE5791F0F901E3084CB1F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; - }; 95D92E3CE428321920F5E5FE1162F082 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6292,13 +6231,6 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 969E08E0432880C00F2767B46F981593 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0A72FB88825FDC7D301C9DD1F8F96824; - remoteInfo = EXPermissions; - }; 975E9656075B77DB9F1ED9CCBDAFC438 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6313,13 +6245,6 @@ remoteGlobalIDString = 037A1F31C4D99F52EC9FD2008FEC481C; remoteInfo = ReactNativeUiLib; }; - 9839432427044335EE82EB65E1E63450 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; 98FEF3EDEF13515636E4EA226C6A9BE8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6327,13 +6252,6 @@ remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; - 998E2B3F8547F9410CA9ECF0159885DA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D63EF582C3FFEAFBF76242E9637C6E0A; - remoteInfo = CocoaLibEvent; - }; 99BC3B8296FFAF1FD1E4A474F608DDAF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6348,6 +6266,13 @@ remoteGlobalIDString = EC577C5CB1DC59A7464ECEF266A75B42; remoteInfo = "react-native-netinfo"; }; + 9A20A658F4E7F74DE5A2B3A63BE42225 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; + remoteInfo = FBLazyVector; + }; 9A31D787CF083B04B2B20A256337FC4D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6355,13 +6280,6 @@ remoteGlobalIDString = 64F427905796B33B78A704063422979D; remoteInfo = "rn-fetch-blob"; }; - 9A4923FFECE201218FE3A443697F045A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1FAAE067C1BFDEA17DFB657C3379AB56; - remoteInfo = "Flipper-RSocket"; - }; 9A70070E79D6EA7FDC0A75DD2C177E2C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6369,19 +6287,26 @@ remoteGlobalIDString = BD9A27D8398DEB3205D3F8937B0672A0; remoteInfo = "react-native-safe-area-context"; }; - 9A850D65CC8A7E2DC26BD52189B04CC1 /* PBXContainerItemProxy */ = { + 9AAD28E661640C1D44C0A3B8F782CBAE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; + remoteInfo = JitsiMeetSDK; + }; + 9B8E95BB80D017EEEBFFDD98AED64A5E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; remoteInfo = PromisesObjC; }; - 9B39B339FAD753341E5A6250FA2D8542 /* PBXContainerItemProxy */ = { + 9BA13F9222553AA17AFB8D37B1612920 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 982644B5B647690B2E4F5B3F54EB5717; - remoteInfo = FlipperKit; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; 9C02B50107E5D034550490A02A5A83ED /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6404,19 +6329,12 @@ remoteGlobalIDString = BDD119F8782FABE2707D3D913EC3EDE5; remoteInfo = RNFBAnalytics; }; - 9DC7B8A85DAA917CB4864508D1A688D7 /* PBXContainerItemProxy */ = { + 9CD9A301CE83D2B81B0E2D8AE7A718A1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; - }; - 9E1C10C7247658025FC4DC56908F2595 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; }; 9E8E845F8CAC3030F5B589B5F675E4C3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6425,12 +6343,12 @@ remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; remoteInfo = "React-callinvoker"; }; - 9F3F6B20D65BBED6CAC7B08757DE6E4D /* PBXContainerItemProxy */ = { + 9EF860817BB0588FCFAAC0ED488928A8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; }; 9F812F940199CFDAF05B665F7A6AB0CD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6439,19 +6357,40 @@ remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; remoteInfo = "React-cxxreact"; }; - A064D56B1B8B173E9CCB6887CDE06E9D /* PBXContainerItemProxy */ = { + 9FBD1C7DF674D489F8040506DED76060 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; + remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; + remoteInfo = Firebase; }; - A0B26CBB4887FE491984E4B59C637202 /* PBXContainerItemProxy */ = { + 9FD06551F0D4A9DC98697276FBE33D7A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1A0445474DA11CA659C4BCC5AB64B1BF; - remoteInfo = RNCMaskedView; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; + }; + A0F6005B022CB8608EAA9F4D562A979A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + A142C35A345F1E8C2C4AE9BACE60B625 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + A18743F631754EE4003A3C027383F346 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; + remoteInfo = FirebaseCrashlytics; }; A1A7AE1F213AFC4F5921A31A4983DD7C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6474,19 +6413,12 @@ remoteGlobalIDString = 214E42634D1E187D876346D36184B655; remoteInfo = RNScreens; }; - A25D8094F324ED84A6DD52941DD8F9A1 /* PBXContainerItemProxy */ = { + A45AB5B6B85AC0174BB46669E91DCE3C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 869CED37B4B77AAE35DF8B6E70788BBC; - remoteInfo = EXLocalAuthentication; - }; - A26D53DE7C373938534C2001850F3761 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = 28A005E00FB77DDB2543047A07ED99A5; + remoteInfo = EXAppleAuthentication; }; A4781A5387AEE976007F60872DD76AA0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6495,12 +6427,19 @@ remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; remoteInfo = "React-RCTNetwork"; }; - A51D32E07FBADF7E03E54C13F3D3D1A0 /* PBXContainerItemProxy */ = { + A4A0096A1C703E25393E7FB9B2AC7002 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; - remoteInfo = BugsnagReactNative; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + A51FE1097643995B093462BEFAD0025A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; }; A6206646E5F28F433CEEA5E89D2B90DE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6523,26 +6462,12 @@ remoteGlobalIDString = ADC4ACC657481AD27F9936D08FF7F49A; remoteInfo = "react-native-cookies"; }; - A6A027B3C2D6DA3940A35434154D6626 /* PBXContainerItemProxy */ = { + A6B654EFAD16ECEBCDC502CA18067696 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; - remoteInfo = FirebaseCoreDiagnostics; - }; - A705B0BDCE0BAC8DCABF0CB300D40328 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - A71C19081E092D71C75A305ACA798236 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9EB556EE511D43F3D5D7AAF51D8D0397; - remoteInfo = EXWebBrowser; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; }; A7969B3F51E689647E810D2C82C61C6D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6565,19 +6490,26 @@ remoteGlobalIDString = 64F427905796B33B78A704063422979D; remoteInfo = "rn-fetch-blob"; }; - A8B7ECDE4B0E0F8DB6B2640142E59507 /* PBXContainerItemProxy */ = { + A7B64E5C719D0349DB7D02110E1E004B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; - remoteInfo = FirebaseAnalytics; + remoteGlobalIDString = D9245543B79C09FAC40FC8B9F291536A; + remoteInfo = "Flipper-DoubleConversion"; }; - A8ED3DC387B13AB2FC64A7885F649F55 /* PBXContainerItemProxy */ = { + A822EAEFC0AFB4913367B80EEEB93D46 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; + }; + A8EACF613585FF30F70F31BF6B854537 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; + remoteInfo = RNBootSplash; }; A91C614994D3A6DC8B416B5A2472652F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6607,13 +6539,6 @@ remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; remoteInfo = "React-RCTActionSheet"; }; - AA5C8EEB6B968F439655832922D4B2C7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0CF4D9052577C85B6B8C4E957332626B; - remoteInfo = EXKeepAwake; - }; AA601DAFF6F22D0B24AFA2146CABFBFE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6621,19 +6546,12 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - AAACB799D549843F85285ABEBA86C521 /* PBXContainerItemProxy */ = { + AA8EC349D438D0ECCD450879E4482E67 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0A72FB88825FDC7D301C9DD1F8F96824; - remoteInfo = EXPermissions; - }; - AAE45D164A34D0E428D8D044DF67AEA7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; - remoteInfo = MMKV; + remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; + remoteInfo = Firebase; }; AB100C92331AF10FE43EDD7815F2B92E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6649,13 +6567,6 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - AB3A40AC4C980344FEEB1F5030667483 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 869CED37B4B77AAE35DF8B6E70788BBC; - remoteInfo = EXLocalAuthentication; - }; AB75C33D53444BA84BF2BE24B0AFBDFC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6663,6 +6574,13 @@ remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; remoteInfo = "React-RCTLinking"; }; + AB7693329B745F0B1D9E1E9D6F162FFF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; + remoteInfo = EXAV; + }; AC0ED791614E6DF2CECCBE0DBC46AD6F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6670,19 +6588,12 @@ remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; remoteInfo = "react-native-webview"; }; - AD0162217C733F7E45F40C949A740D70 /* PBXContainerItemProxy */ = { + AD7DF495E195B73472FD726A7461F598 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1A0445474DA11CA659C4BCC5AB64B1BF; - remoteInfo = RNCMaskedView; - }; - AD609FCDDDF60A22870B51C088E5432E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 868B90C74770285449C60DBA82181479; - remoteInfo = EXFileSystem; + remoteGlobalIDString = 0A72FB88825FDC7D301C9DD1F8F96824; + remoteInfo = EXPermissions; }; ADBCE0424846394D26D6447243BF5309 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6691,20 +6602,6 @@ remoteGlobalIDString = 32CA4CBD6B28983076BD93DA221AD027; remoteInfo = YogaKit; }; - AE0F15AE500B38ADB071B46A5EF5E2AE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 868B90C74770285449C60DBA82181479; - remoteInfo = EXFileSystem; - }; - AE1DA42AB34E945E96C3C42F274AEC0A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; - remoteInfo = RNDateTimePicker; - }; AE4D6DE1B956F4E0A5EC62002FC1C1D8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6712,13 +6609,6 @@ remoteGlobalIDString = 897EF6A99176326E24F51E2F2103828C; remoteInfo = UMReactNativeAdapter; }; - AE8C39A95CFC47D7493A31F83D86371E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; - remoteInfo = RNDateTimePicker; - }; AF3E23F85A108B74AC3076EA3D680DAC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6726,6 +6616,20 @@ remoteGlobalIDString = D39AB631E8050865DE01F6D5678797D2; remoteInfo = "react-native-jitsi-meet"; }; + AFB4A777516E23DA5762DC0CBF92D74F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; + }; + AFF99097B3AD847D053200DBE94ADF83 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DC0D417AC8ABB7AA10C20A5E0F065812; + remoteInfo = RNConfigReader; + }; B015D4C9D121E7B69A18A4F5A9877DB7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6733,13 +6637,6 @@ remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; - B01F7EF9E0986191D3C1299F0E08BEAC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; - remoteInfo = RNCAsyncStorage; - }; B07FA46436F6EBD6AAE26BD8009AAA0D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6747,7 +6644,7 @@ remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; remoteInfo = "React-RCTBlob"; }; - B0B39A222220070FB5E8CB8BB575AB80 /* PBXContainerItemProxy */ = { + B086F1CC719CE1F29372845DC888CF50 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; @@ -6761,6 +6658,13 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; + B0F06DC26238508D736984E33DF61DE9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9EB556EE511D43F3D5D7AAF51D8D0397; + remoteInfo = EXWebBrowser; + }; B1684402EA95ABA2615D5BEFA5028E9A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6782,13 +6686,6 @@ remoteGlobalIDString = BD9A27D8398DEB3205D3F8937B0672A0; remoteInfo = "react-native-safe-area-context"; }; - B1C8292015A0D920D634400EE772A5AA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; B1EFCFB840CF2D937A95B0BB9B9BB60A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6824,13 +6721,6 @@ remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; remoteInfo = RNFastImage; }; - B3B21B4A511254512383E0FB234D375A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; B3C81617B53A3A1C2D399C023270D66F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6838,13 +6728,6 @@ remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; remoteInfo = "React-RCTImage"; }; - B42959D81A59C9087E8A39731A775074 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 28A005E00FB77DDB2543047A07ED99A5; - remoteInfo = EXAppleAuthentication; - }; B4D834806998BAD47AD1BC067D3CA005 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6859,6 +6742,13 @@ remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; remoteInfo = RNGestureHandler; }; + B53E53A713B758D890A4EFA9DEF7A686 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; + }; B5599B68AB0E904EABE9F83FDA73CDF0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6880,6 +6770,13 @@ remoteGlobalIDString = 64F427905796B33B78A704063422979D; remoteInfo = "rn-fetch-blob"; }; + B5890CA349E6139624447AEC7ED3A0BF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0A72FB88825FDC7D301C9DD1F8F96824; + remoteInfo = EXPermissions; + }; B5EAFAF8B56E5D62EAEFFA5C2483A25D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6915,12 +6812,12 @@ remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; remoteInfo = ReactCommon; }; - B7590CFB967B4A5EB51F939FF2B53F8F /* PBXContainerItemProxy */ = { + B72E72D84137F01437DCCBCDD1D446C2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; - remoteInfo = MMKVCore; + remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; + remoteInfo = EXAV; }; B81C056BDAFB218CBBAB82C588F85565 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6936,6 +6833,13 @@ remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; remoteInfo = RNReanimated; }; + B84BBA24079D0B067F523A12EB8B5861 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; + }; B8D7F0F2F8FD72A73CF879F09724B5A3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6950,6 +6854,13 @@ remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; remoteInfo = "React-RCTAnimation"; }; + B8F78FA28009A52893E9CF968740EAB6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; B90643C3F67AFF303E299D3E102617E6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6957,20 +6868,6 @@ remoteGlobalIDString = BD9A27D8398DEB3205D3F8937B0672A0; remoteInfo = "react-native-safe-area-context"; }; - B910CD4158842F856D928416A8F375F9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; - remoteInfo = MMKVCore; - }; - B910CFE32E24D87EC195B631E1F9BE38 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; - }; B96670C3160D4FD83A6C2CFAFAB4489B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6978,12 +6875,26 @@ remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; remoteInfo = SDWebImageWebPCoder; }; - BA0346652EE8603511FE404FB5D55268 /* PBXContainerItemProxy */ = { + B9B50EDC8B45C11C95E44F52E34841C3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1FAAE067C1BFDEA17DFB657C3379AB56; - remoteInfo = "Flipper-RSocket"; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + BA26B4930EC275BF43EFBB2A793FB441 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D9245543B79C09FAC40FC8B9F291536A; + remoteInfo = "Flipper-DoubleConversion"; + }; + BA782A9276C07B298D7CC55EDC5EDAE2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; }; BAA432D313104D0E1D5DD524AE9528A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -7013,12 +6924,12 @@ remoteGlobalIDString = 3FF2E78BB54ED67CA7FAD8DA2590DBEE; remoteInfo = "react-native-appearance"; }; - BC1FF3EF37196299D96519F212BA6672 /* PBXContainerItemProxy */ = { + BC6ED4F580182C8CB14C2B21EC902959 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DC0D417AC8ABB7AA10C20A5E0F065812; - remoteInfo = RNConfigReader; + remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; + remoteInfo = FirebaseCrashlytics; }; BCB71B868FC19FE3D923022AF8371435 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -7027,26 +6938,19 @@ remoteGlobalIDString = 2AD4F40E67E1874A0816F6B34289EB41; remoteInfo = UMFaceDetectorInterface; }; - BCD8722D2D9FAC3E106E3AF3EED0C9FA /* PBXContainerItemProxy */ = { + BD3D89B99F85999E952ADFC9D06E912A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E63939AA6EFD3D6A8C09E45929F11DBD; - remoteInfo = Flipper; + remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; + remoteInfo = "Flipper-Folly"; }; - BD4F5682D56ACD39EA8F739D35590941 /* PBXContainerItemProxy */ = { + BD50625FF19EFEA058C6CFB7F5335F88 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; - remoteInfo = FirebaseAnalytics; - }; - BD8ECACEF811F60BF144B66C9A2B1A26 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; - remoteInfo = RNDeviceInfo; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; }; BE1DC6BFECFC2C0FF2CBCBD808948B06 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -7055,13 +6959,6 @@ remoteGlobalIDString = E3573FB7AF659C42B699003C73722241; remoteInfo = RNFBCrashlytics; }; - BE31E49F62DACCCA14464BC2DBA81EA1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; - }; BE4F4513A63CDCAFFBABB68D7F1D52B1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7083,13 +6980,6 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - BEA87292ABBB320987E954FB26610E11 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; - remoteInfo = FirebaseAnalytics; - }; BFD507E40DD97CBF36EB2821FA14990C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7097,6 +6987,13 @@ remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; remoteInfo = RNReanimated; }; + BFFB5E26266315BD19083BF7473DB594 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1FAAE067C1BFDEA17DFB657C3379AB56; + remoteInfo = "Flipper-RSocket"; + }; C01591E65DB3C25EB22A06CD0BAED0C8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7104,6 +7001,20 @@ remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; remoteInfo = "React-jsiexecutor"; }; + C0388BF8616DC6164F098B5AEB36E335 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + C13A0CEB522F4A52AAC2F00890539129 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; + }; C13BE6BE19EF25BEF860226FF47609A1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7111,26 +7022,26 @@ remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; - C17A866A8C55A3DE674B0E678B928D14 /* PBXContainerItemProxy */ = { + C14AD0BA954082526864BADBC71FDE85 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6A9637F1BC8154F777335A6420579C05; - remoteInfo = "Flipper-Glog"; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; }; - C22EA278149EC855804E94FBC7B38013 /* PBXContainerItemProxy */ = { + C1580F916BAC9A585D73B906A8D9C7C2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; - C3201BF3ADD49F92C6565248DEFAD9F7 /* PBXContainerItemProxy */ = { + C2A153E1AD9C6A9E70B0AE1F507F33AA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 982644B5B647690B2E4F5B3F54EB5717; - remoteInfo = FlipperKit; + remoteGlobalIDString = 6083682834ABE0AE7BD1CBF06CADD036; + remoteInfo = CocoaAsyncSocket; }; C340228541CAA74E8883D4FAA44B0992 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -7139,20 +7050,6 @@ remoteGlobalIDString = 214E42634D1E187D876346D36184B655; remoteInfo = RNScreens; }; - C34B36CE291FBA8C6DBB3DEAFDA582BE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D00F24222F074B31C56DC6D05E806A35; - remoteInfo = RNCPicker; - }; - C3A023F43425A77D56B0DA70E67A920F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; - }; C530E58ADA42AB2711FD4AFCC4C51BE8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7181,26 +7078,26 @@ remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; - C5D5293B2DF0801981CDD92223C28E2B /* PBXContainerItemProxy */ = { + C5E77BB76449245748D3C397244DCB29 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; - remoteInfo = Firebase; + remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; + remoteInfo = FBLazyVector; }; - C5F512FCC98FF1EC149F0B5F21C5EECC /* PBXContainerItemProxy */ = { + C65859A9AAB6CAF77E6BB2CAD51C2763 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D00F24222F074B31C56DC6D05E806A35; - remoteInfo = RNCPicker; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; }; - C66B6AC7A1560792163D464D4269216A /* PBXContainerItemProxy */ = { + C6756DBA166F70B5DC75B5A5644DBB4B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; + remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; + remoteInfo = RNDeviceInfo; }; C70FE02A45F5D51F9F12D5FFCF4B2241 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -7209,12 +7106,12 @@ remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; remoteInfo = "React-RCTSettings"; }; - C7433EED73F90D0453A342561F2B7B8D /* PBXContainerItemProxy */ = { + C7202C9A259EC9868023113542E211D1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; - remoteInfo = EXHaptics; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; }; C74965A81D25FC996851798DDAB0429F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -7223,19 +7120,26 @@ remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; - C7E827262C24A0ACF665DB9EC736868D /* PBXContainerItemProxy */ = { + C7F8759E3217CFFB4B18A211DE44E552 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; }; - C8F6AFE80630701B83F0A7A05BC2D2DF /* PBXContainerItemProxy */ = { + C89AF37F579716DD0DEB87356978191D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; - remoteInfo = RNDateTimePicker; + remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; + remoteInfo = Firebase; + }; + C90300BA8B1160C785A25CDF5038C0B6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; C926BCAF8E3832881447F34D540F77BE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -7258,6 +7162,13 @@ remoteGlobalIDString = 90148E8FD1C445D7A019D504FA8CBC53; remoteInfo = ReactNativeART; }; + CA18B4DE376FF300DAC2C975446D581D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; + }; CA353E563A82C4A75CA26BF793D3345E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7272,26 +7183,33 @@ remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; remoteInfo = "react-native-document-picker"; }; - CB110506F6F12974E590C90A2284B3D9 /* PBXContainerItemProxy */ = { + CB03FF85441B13F7E3D8E9A20FFF402F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 868B90C74770285449C60DBA82181479; - remoteInfo = EXFileSystem; + remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; + remoteInfo = EXHaptics; }; - CB66EAEB6F1B5DDA38980C3A9941056E /* PBXContainerItemProxy */ = { + CB8E3FFBE6EE953884F4C621D48082F2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; - remoteInfo = EXAV; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; }; - CBFC6F0D97AF4E1EA014894CE732FC1A /* PBXContainerItemProxy */ = { + CBE79AE340C230402AEF8E82A3D7008C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; - remoteInfo = "Flipper-Folly"; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; + }; + CD32D8598027FD53B19732F004CAC6AC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; + remoteInfo = BugsnagReactNative; }; CE781699D9C3C14DA35B799EF7A0E25C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -7300,20 +7218,6 @@ remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; remoteInfo = Yoga; }; - CE9977BB5EF4190823BFFE4200EF5E5D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; - remoteInfo = Firebase; - }; - CEB7F7CB049AE4172E0F7CE707B07B08 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; - remoteInfo = RNBootSplash; - }; CFF66A321F2FFFCA318C4B9DBE466F44 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7321,13 +7225,6 @@ remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; remoteInfo = UMFileSystemInterface; }; - D0D94D1FF0EE463A94BF902FC77B1267 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; D1272B917EFDB936528727F0E306252D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7342,13 +7239,6 @@ remoteGlobalIDString = 3FF2E78BB54ED67CA7FAD8DA2590DBEE; remoteInfo = "react-native-appearance"; }; - D1FE17227FCC3F2C0216B3FF458253A6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; D20B3A97686B3802F7BADD8246FC8AC0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7363,12 +7253,12 @@ remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; remoteInfo = "react-native-slider"; }; - D2B124F75816CC1D16B2B1F8CD496C1A /* PBXContainerItemProxy */ = { + D2EC406EE34C6F67568594F282C203B6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; - remoteInfo = FirebaseCrashlytics; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; }; D2F5945D3DA1343609E6362A3F8D096C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -7384,12 +7274,12 @@ remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; remoteInfo = "React-jsiexecutor"; }; - D37413E7EC398EE44EAB5B4CB25A8702 /* PBXContainerItemProxy */ = { + D3C27869420E3873AB68A54C1E8F87CC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; - remoteInfo = MMKV; + remoteGlobalIDString = 28A005E00FB77DDB2543047A07ED99A5; + remoteInfo = EXAppleAuthentication; }; D3D7824AFCEEA357B9FA38C0F3227B20 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -7398,6 +7288,13 @@ remoteGlobalIDString = 97C4DE84FA3CC4EC06AA6D8C249949B7; remoteInfo = UMImageLoaderInterface; }; + D41D1D6526F6883D04DDF0B2D332D6BA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D00F24222F074B31C56DC6D05E806A35; + remoteInfo = RNCPicker; + }; D429D1301B1C536F0A79B2E2F35B4644 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7419,13 +7316,6 @@ remoteGlobalIDString = D0EFEFB685D97280256C559792236873; remoteInfo = glog; }; - D45AEE07C0A415F1C69FA20F53ADF426 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; D5CDE84672D72BB352E99F51730D8ED3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7447,6 +7337,13 @@ remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; remoteInfo = "React-RCTSettings"; }; + D76D07A858D20059063199C8BB69A5C7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; D79E204F83FE68897955A8CCD149894F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7475,6 +7372,13 @@ remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; remoteInfo = RNFastImage; }; + D80DBBFB05E3B8C575560F5B1F9C8205 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; + remoteInfo = FirebaseCoreDiagnostics; + }; D84D517E829C96160CBB60A4F124EC86 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7510,6 +7414,20 @@ remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; remoteInfo = "rn-extensions-share"; }; + DA25EAF026E78FF1F3415D5BF1B27842 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; + }; + DA84FEF9B82E7C26F5A320A5D1E2CA0F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; + }; DA9044671B74D643AECB39ED3BE9093A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7531,6 +7449,20 @@ remoteGlobalIDString = D0EFEFB685D97280256C559792236873; remoteInfo = glog; }; + DB54FEB03A329EDBB21D7358E24E125D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; + }; + DB7AA0142C8958AEA960F90DB9A00DCA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D00F24222F074B31C56DC6D05E806A35; + remoteInfo = RNCPicker; + }; DB974DA8219EC0B663F25923536435FB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7545,13 +7477,6 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - DBCE7B6A60F848E9CA069C3559FB4A1E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; - remoteInfo = RNBootSplash; - }; DC92CC13EBEED0E3F081F313900AAB90 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7580,12 +7505,19 @@ remoteGlobalIDString = 6D979AB5FDA2E858850D9903776A30B3; remoteInfo = "RNImageCropPicker-QBImagePicker"; }; - DE31014C51DD95251F08565413A90086 /* PBXContainerItemProxy */ = { + DE018833FFCD95FC26309B54E95E010D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; - remoteInfo = "Flipper-Folly"; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; + }; + DE3AEFE4090DD1E79B962A8CF6D7E601 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; }; DE91610852FD2BCA664B4250970D3770 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -7594,6 +7526,13 @@ remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; remoteInfo = "React-jsinspector"; }; + DEC53EB66307C65D483CE04BD2E5A095 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; + remoteInfo = GoogleDataTransportCCTSupport; + }; DEDC682A009E21069F9CAC15BB9988C3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7601,6 +7540,13 @@ remoteGlobalIDString = E3573FB7AF659C42B699003C73722241; remoteInfo = RNFBCrashlytics; }; + DF255CA8B442D5173B2005CCD78303D7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; + }; DF371A8A201DEFBA3617AA2EFD7B6F23 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7608,6 +7554,13 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; + DF871FAFD45D520FD98A43938492B9B5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; + }; DFCB5EEDF4061C4CEB71E646BF542F54 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7629,13 +7582,6 @@ remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; remoteInfo = "react-native-document-picker"; }; - E11099420466CD2EE020314871F3D4E0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; - }; E21B894BB1A362A897FD89369B7E9B4F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7643,6 +7589,13 @@ remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; remoteInfo = SDWebImage; }; + E26E5A0DED16FF5D42CC26296F36E91B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; + remoteInfo = EXAV; + }; E286BAC84975BA2C8EE2C0CCDC893363 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7650,6 +7603,13 @@ remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; remoteInfo = SDWebImageWebPCoder; }; + E28D87877E301B5890583BAE082AD4BF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; + remoteInfo = GoogleDataTransportCCTSupport; + }; E2A7ECC5CD3AE80FC44FDE132729E462 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7657,12 +7617,12 @@ remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; remoteInfo = "React-jsinspector"; }; - E33C8903A76D18A5A166CE98A5AFFC5D /* PBXContainerItemProxy */ = { + E36EDE17FE9C4986A67C8FDA2E5A4FC0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; - remoteInfo = "OpenSSL-Universal"; + remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; + remoteInfo = MMKVCore; }; E379E12261C63CC8E439F0160919CDAC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -7692,13 +7652,6 @@ remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; remoteInfo = "React-cxxreact"; }; - E4C67E4A84671C19468AED4C418B88A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; - remoteInfo = FirebaseAnalytics; - }; E50AF0DC959FA4FCE63444C25178ABB0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7727,12 +7680,19 @@ remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; remoteInfo = Yoga; }; - E5E8F08D6C9D560EC7377C20475C1BA2 /* PBXContainerItemProxy */ = { + E5FF6F874A4521094BE6268B05BB2AA0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; - remoteInfo = Firebase; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + E668DADD34AB1C137E2B442F4E9D52D2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6C1893932A69822CBE3502F2E0BCFB6D; + remoteInfo = EXConstants; }; E67B437622222AC632C6D6382D5557BA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -7741,6 +7701,20 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; + E7C544788E9E64573CFBCFD603A59744 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + E7E45ACA9655372736172758FE4B3B70 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 263266A9E29FFF0E9C8CA0E4582BFCF4; + remoteInfo = EXImageLoader; + }; E83B117A441865477B966FE952C313D1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7748,19 +7722,12 @@ remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; remoteInfo = UMPermissionsInterface; }; - E87C0C8DF579FBF95B675A2FA6D60F7D /* PBXContainerItemProxy */ = { + E8E534534FB5F4E4CD15B62E13B72648 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - E8F37D5C3C59AECC525D95F83B92FA7B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; + remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; + remoteInfo = RNDeviceInfo; }; E91711A8B643B5037AC0E4D1C920EEAB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -7769,12 +7736,12 @@ remoteGlobalIDString = CA400829100F0628EC209FBB08347D42; remoteInfo = "react-native-notifications"; }; - E9355379234B0F457A0AF1FCF4AB486F /* PBXContainerItemProxy */ = { + E94AA18C8B22C8A76C02A97A5E139901 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; - remoteInfo = EXHaptics; + remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; + remoteInfo = GoogleDataTransportCCTSupport; }; E94C0F00636682274A5247C332469F98 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -7797,12 +7764,12 @@ remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; remoteInfo = "React-RCTLinking"; }; - E9D1DC7D4BACCB772EFAAD852DC3D8F9 /* PBXContainerItemProxy */ = { + E9EF7348621A9166F7A02C5B69793FE3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; - remoteInfo = FBLazyVector; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; }; EA22795901404A17182FB283D8D76174 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -7811,19 +7778,26 @@ remoteGlobalIDString = 50188AAB5FAECCA9583327DBA2B0AF2B; remoteInfo = UMTaskManagerInterface; }; - EA7F326EA465C786C20266E82FFDF9E1 /* PBXContainerItemProxy */ = { + EAF56F51BB0504D801BB41AA817778A3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 263266A9E29FFF0E9C8CA0E4582BFCF4; - remoteInfo = EXImageLoader; + remoteGlobalIDString = DC0D417AC8ABB7AA10C20A5E0F065812; + remoteInfo = RNConfigReader; }; - EBCA2B4F4F1BEDA86E2AD626A8B4F4A8 /* PBXContainerItemProxy */ = { + EBB6082BC9E924B9CA5D9BB3DB3814A7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; - remoteInfo = GoogleAppMeasurement; + remoteGlobalIDString = 0CF4D9052577C85B6B8C4E957332626B; + remoteInfo = EXKeepAwake; + }; + EBFC2F5FC44542B7C015EA50591915C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 869CED37B4B77AAE35DF8B6E70788BBC; + remoteInfo = EXLocalAuthentication; }; EBFF8800987A4A943005C02B535DEFBA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -7839,12 +7813,12 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - EC7527A41B8B6B4F69D75F4BFDB42DA1 /* PBXContainerItemProxy */ = { + ECAEB910FD449A7802F8AB9CF1742EE7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; ECBB597A8CB0518A6657ECC65B3FF18E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -7853,12 +7827,19 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - ED42F90AF4E6E68F3A4F63BB3FA51199 /* PBXContainerItemProxy */ = { + ED186E2545CFB5CFCD0BE08678FC38BB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = D9245543B79C09FAC40FC8B9F291536A; + remoteInfo = "Flipper-DoubleConversion"; + }; + ED84249B4BF6A56B8139CEDCA2A84593 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; ED91B509BEDF55C8B0B7E873273668EF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -7874,13 +7855,6 @@ remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; remoteInfo = "React-RCTAnimation"; }; - EE860676300EAC3448155A472E2EA029 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; - }; EE9776D5DFE456FF923FEA38D8DB69E7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7888,6 +7862,48 @@ remoteGlobalIDString = BDD119F8782FABE2707D3D913EC3EDE5; remoteInfo = RNFBAnalytics; }; + EEAF63AC0A05E0E25EFE7199DDC84048 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; + }; + EF27F48F8DBBE1C09237F57347A0DE40 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; + remoteInfo = "OpenSSL-Universal"; + }; + EF6A7A06A557061982EEBBA2426487E3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9EB556EE511D43F3D5D7AAF51D8D0397; + remoteInfo = EXWebBrowser; + }; + EF6FD279B41AE89C627BCA73B7D1E925 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + EFABA85A47E61BA0F1995C52CC9F4CA3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + EFE3B9656EFBBEBE5F497CDEFE36216D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; + remoteInfo = RNDateTimePicker; + }; F04143E3B606CAB58974FE8DCF3062EE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7909,20 +7925,6 @@ remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; remoteInfo = "rn-extensions-share"; }; - F0F7359115FE36596CD322A84722DDC6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; - remoteInfo = "Flipper-Folly"; - }; - F1013885A8ACE4077EACAF53BA3887F2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; - }; F1329A82DF31978626E8D037948C074A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7930,33 +7932,12 @@ remoteGlobalIDString = 74DAFD196634D10887C9A4E7BA19A5E4; remoteInfo = "react-native-mmkv-storage"; }; - F14566ABD110741A29881664EA3E85CA /* PBXContainerItemProxy */ = { + F1FFE0503B43935AB8FBEB3821047502 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; - }; - F1D0B596D7F26263C06B2CAD5306C4B8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; - remoteInfo = MMKV; - }; - F2291920AB44356321C3145A1C8A26C9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; - }; - F230DFC167EFC909274A6B6971F3210B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; }; F27FDD60551A78E22E4CC49777C0E626 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -7965,6 +7946,13 @@ remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; remoteInfo = "React-RCTVibration"; }; + F2A816DA72B88DD5004A3FC82C1D53C5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; + remoteInfo = RNDateTimePicker; + }; F2FE4D20E8D0A22A4CCDC832DCF95EF7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7979,19 +7967,19 @@ remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; - F38062E2ECE55BF091AD03D1C677CE21 /* PBXContainerItemProxy */ = { + F372AB7F42192B12330B24CCFF4911E3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - F38267F1DE9E7B7E5AC6E47C1F8AF9F9 /* PBXContainerItemProxy */ = { + F3A3269EEE83A5976672E5C6F0FB25C2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; + remoteGlobalIDString = 6083682834ABE0AE7BD1CBF06CADD036; + remoteInfo = CocoaAsyncSocket; }; F3CF5940372906B47D63B535340676E6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -8000,6 +7988,13 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; + F3E7121446A18C2A66760785523797A5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E63939AA6EFD3D6A8C09E45929F11DBD; + remoteInfo = Flipper; + }; F4525C355A04F29DB2C2A5ED7714CC3C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -8014,6 +8009,13 @@ remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; remoteInfo = RNLocalize; }; + F5215991DC0960E3B9B732244BE48B01 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; + }; F54987AD32D85094E71C955685979EA8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -8021,6 +8023,27 @@ remoteGlobalIDString = F3966F664F3CFAEFAB57C40FB54D3788; remoteInfo = TOCropViewController; }; + F559D29BBCB3A4CA7140CD1BE2B37E0E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; + remoteInfo = EXHaptics; + }; + F5636E33B1CD789816BF7373863515B7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; + }; + F57F58FC032338CFCA1E59546737DB61 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; + }; F5A20052EC3F5D64B63FEFDAE607B402 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -8028,6 +8051,20 @@ remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; remoteInfo = "react-native-slider"; }; + F5E4EDF029D0FD95D3A0F6EF7240296A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; + }; + F60D2F3E21C0536C61581FB34C450EAB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4A95B7CD1D5F80C5E8CD9CDA00D41F70; + remoteInfo = EXVideoThumbnails; + }; F64D7FB3D7EF1D4A9C62A8A6D9D49C19 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -8042,6 +8079,13 @@ remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; remoteInfo = RNReanimated; }; + F726C6CEBA037B9802E022588F614D6A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; + remoteInfo = Firebase; + }; F74305E6DC4DCF48EFB361B80E1E255B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -8049,6 +8093,13 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; + F76D2285EEB6AE1A59A786C32C0AE547 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; + remoteInfo = KeyCommands; + }; F76EDAEE73405BFAF4D82C3030ECF3D3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -8063,41 +8114,6 @@ remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; remoteInfo = "react-native-orientation-locker"; }; - F7F75DFD56DA2976DC0332499EE7D468 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; - remoteInfo = RNDeviceInfo; - }; - F8A02E0A2F41693980551FAEBAEB361A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; - remoteInfo = JitsiMeetSDK; - }; - F9E1C335ABB6801F12F97BCFC9DDE53D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6A9637F1BC8154F777335A6420579C05; - remoteInfo = "Flipper-Glog"; - }; - FA74117B2C7C2C383A1010BD5C5DF5AB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 869CED37B4B77AAE35DF8B6E70788BBC; - remoteInfo = EXLocalAuthentication; - }; - FA8F16DD7AD4B27547B84D7E13CD676F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; - remoteInfo = FirebaseCrashlytics; - }; FAB61B59B51D6523F91460033208C479 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -8105,6 +8121,20 @@ remoteGlobalIDString = 2038C6F97563AAD6162C284B3EDD5B3B; remoteInfo = UMSensorsInterface; }; + FAC2F2ADF33C2B99B2D44DCDF2438842 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; + }; + FB74D3BD722DB55339E1D5BE75F36AF9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1FAAE067C1BFDEA17DFB657C3379AB56; + remoteInfo = "Flipper-RSocket"; + }; FB95FA7BB0B509BA203B43646A21E664 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -8112,13 +8142,6 @@ remoteGlobalIDString = 97C4DE84FA3CC4EC06AA6D8C249949B7; remoteInfo = UMImageLoaderInterface; }; - FBDFB2530552BC5C050033D9FBA04764 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1A0445474DA11CA659C4BCC5AB64B1BF; - remoteInfo = RNCMaskedView; - }; FBFB927C5DE22D4BCB49BD084158128F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -8126,33 +8149,12 @@ remoteGlobalIDString = 18B56DB36E1F066C927E49DBAE590128; remoteInfo = RNRootView; }; - FCA51434010DA00CD0F21785C843CB4C /* PBXContainerItemProxy */ = { + FCD92FB0C719CBCA21AF536BB10C23C0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; - remoteInfo = GoogleAppMeasurement; - }; - FDFBA99180213C167426AF42C4D4619E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - FE0A344B015CE53D14C882A96C837457 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; - remoteInfo = "Flipper-Folly"; - }; - FE9E97A93061B50298A9281895A66B09 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; + remoteGlobalIDString = 1A0445474DA11CA659C4BCC5AB64B1BF; + remoteInfo = RNCMaskedView; }; FF6B1CDBD77774D31CC7046466EA4F19 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -8161,12 +8163,12 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - FF6D67A040C9A76472E39C5D7424AE62 /* PBXContainerItemProxy */ = { + FF9169108C964067C5816F76C7C3EAEC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; - remoteInfo = GoogleDataTransportCCTSupport; + remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; + remoteInfo = "Flipper-Folly"; }; FFE512D14DACAB0BF4B503E673362E29 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -8181,934 +8183,943 @@ 000902304BD53E799CCEB806DC22CB37 /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Sources/Private/FIRComponentContainer.h; sourceTree = ""; }; 00175827DB99D5A9010E93077E534BEC /* SDFileAttributeHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDFileAttributeHelper.m; path = SDWebImage/Private/SDFileAttributeHelper.m; sourceTree = ""; }; 0040D9E1E7A523E3A7075DBB856F4F1B /* ResumeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ResumeManager.h; path = rsocket/ResumeManager.h; sourceTree = ""; }; - 00492756D17892490D21FC944FA2C961 /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; + 005860F4C353E505CD7C44B63908EAD1 /* RNBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBridgeModule.h; path = RNNotifications/RNBridgeModule.h; sourceTree = ""; }; 0059306D112DB7C6BF55E41D08388D23 /* FIRCLSNetworkResponseHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSNetworkResponseHandler.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSNetworkResponseHandler.m; sourceTree = ""; }; 006665DF66925F28D67FF1FC672691EF /* DelayedDestructionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DelayedDestructionBase.h; path = folly/io/async/DelayedDestructionBase.h; sourceTree = ""; }; - 006F13F52CD11373C0ED66F8196F4D9D /* BSG_KSObjCApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjCApple.h; sourceTree = ""; }; + 006DC44206E598FEBCC781C17D3CC27C /* React-RCTLinking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTLinking-prefix.pch"; sourceTree = ""; }; 007085FF1891559D5CBC799FF18BA599 /* FIRCLSURLSession_PrivateMethods.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSession_PrivateMethods.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSession_PrivateMethods.h; sourceTree = ""; }; 00757B0157CF40DB233460CC17708188 /* FIRCLSCompactUnwind.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCompactUnwind.h; path = Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.h; sourceTree = ""; }; 007B11189DB6EFBBF762CD046EBBC8FE /* bit_reader_inl_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bit_reader_inl_utils.h; path = src/utils/bit_reader_inl_utils.h; sourceTree = ""; }; 0092AD832845D751E242900001441BE7 /* FIRCLSFileManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFileManager.m; path = Crashlytics/Crashlytics/Models/FIRCLSFileManager.m; sourceTree = ""; }; - 00A0130F30682024AAE2CA0270DA07B6 /* EXSessionTaskDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXSessionTaskDispatcher.m; sourceTree = ""; }; + 009D2D2F1EDF69DD6C82155F208A6AEB /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; + 00BF9522F664E6992647C38766B8A841 /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; 00C0CA3ABE1F5AF2834C0D91CAC6FE4D /* MemoryFile.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MemoryFile.cpp; path = Core/MemoryFile.cpp; sourceTree = ""; }; - 00DD4C69F8AA90E1B6A681B8D672263E /* ARTShapeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTShapeManager.m; sourceTree = ""; }; 00ECE302ACBC9A3121F1EB01F9C8264C /* RSocketResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketResponder.cpp; path = rsocket/RSocketResponder.cpp; sourceTree = ""; }; - 00EEFDE59B0E7F938080AC0560DB7484 /* SafeAreaSpacerViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SafeAreaSpacerViewManager.h; sourceTree = ""; }; 010E94C4E345D269CB25FBB71DF5232B /* F14IntrinsicsAvailability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14IntrinsicsAvailability.h; path = folly/container/detail/F14IntrinsicsAvailability.h; sourceTree = ""; }; - 011065FF99A392B35D65EC4675C8A4C9 /* BSG_KSCrashReportStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportStore.h; sourceTree = ""; }; 012242E4480B29DF1D5791EC61C27FEE /* libreact-native-notifications.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-notifications.a"; path = "libreact-native-notifications.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 012AEF8A431D4EA31E3E1985B6C0AED4 /* ThreadPoolExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadPoolExecutor.h; path = folly/executors/ThreadPoolExecutor.h; sourceTree = ""; }; - 0140826316831EF5630C315DCA0E4A84 /* BlurView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BlurView.m; path = ios/BlurView.m; sourceTree = ""; }; 014B30AAC33F5AF4683E65077F366159 /* FKPortForwardingServer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FKPortForwardingServer.h; path = iOS/FlipperKit/FKPortForwarding/FKPortForwardingServer.h; sourceTree = ""; }; - 0173C60E4048872DAFC00AE9114F945F /* BSG_KSJSONCodecObjC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSJSONCodecObjC.m; sourceTree = ""; }; - 017A2C6365E41E946D6C4365FBD5E608 /* RNGestureHandlerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerEvents.h; path = ios/RNGestureHandlerEvents.h; sourceTree = ""; }; - 017CA43813A1F62D800C048DC693CAB4 /* RNCAsyncStorage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCAsyncStorage.debug.xcconfig; sourceTree = ""; }; - 01AA4DFC050C2F2066EE7D38741351F5 /* BugsnagSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSession.m; sourceTree = ""; }; + 015DFD5E684CF8AD29A4C7EDE514B9DA /* FBReactNativeSpec.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBReactNativeSpec.debug.xcconfig; sourceTree = ""; }; + 016A7933334987C24C2C71CF3A45D38C /* BugsnagSessionTrackingApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingApiClient.h; sourceTree = ""; }; + 0170AD439547B4E6772FC6631F4FD716 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 0172E17D6E4E5044BB550E322A73FB7E /* RNFetchBlobProgress.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobProgress.m; path = ios/RNFetchBlobProgress.m; sourceTree = ""; }; + 01909B7DDF257968495FBC40CF5795D9 /* BugsnagReactNative.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BugsnagReactNative.debug.xcconfig; sourceTree = ""; }; + 0198729FAA3EF03ED09EF54C85CEFE1A /* UMFontInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFontInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 019D3CADAE0B6D570B084DDAF0470007 /* react-native-netinfo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-netinfo.release.xcconfig"; sourceTree = ""; }; + 019FFFBBF8BF3CB4220CF08257DA36F1 /* UMBarCodeScannerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMBarCodeScannerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 01AA0D79896726E59FB3DCDD18985E41 /* EXReactNativeUserNotificationCenterProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXReactNativeUserNotificationCenterProxy.m; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.m; sourceTree = ""; }; 01B03840BE50719172A19F8878C9F88A /* libevent_core.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libevent_core.a; path = lib/libevent_core.a; sourceTree = ""; }; - 01C14D26B54B14E2C3D3C16E9D9FB416 /* EXAudioSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioSessionManager.h; path = EXAV/EXAudioSessionManager.h; sourceTree = ""; }; + 01D4684FA3974731D182727D4E7D7F5F /* RNCCameraRollManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCCameraRollManager.h; path = ios/RNCCameraRollManager.h; sourceTree = ""; }; + 01DEA1E13CE45502DE224E1F4C47E8D3 /* QBVideoIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIndicatorView.h; path = ios/QBImagePicker/QBImagePicker/QBVideoIndicatorView.h; sourceTree = ""; }; 01ED0B3A55711F13FE8487AB8F53BCD8 /* stack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stack.h; path = ios/include/openssl/stack.h; sourceTree = ""; }; 01EDB342CD7BCF8327420B7DAF331179 /* decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = decode.h; path = src/webp/decode.h; sourceTree = ""; }; + 01F84E1744F5723C79C0B7DF89CC5509 /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.h; sourceTree = ""; }; 01FA454CC5BE6D52C5AF72A217A8E779 /* FBLPromise+Wrap.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Wrap.m"; path = "Sources/FBLPromises/FBLPromise+Wrap.m"; sourceTree = ""; }; - 0212CAA27410D0FB53BA628CE92337FF /* NSError+BSG_SimpleConstructor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSError+BSG_SimpleConstructor.h"; sourceTree = ""; }; - 0217298A548E81414550B50749648BEA /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleMethod.mm; sourceTree = ""; }; 021A156296AB0554566843FE9796E67A /* FBLPromiseError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBLPromiseError.m; path = Sources/FBLPromises/FBLPromiseError.m; sourceTree = ""; }; - 022E17D1D9575039352CFAFCD7EEA286 /* RNCNetInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCNetInfo.h; path = ios/RNCNetInfo.h; sourceTree = ""; }; - 02685F68FD6C5940C2217560FBB9B787 /* RNRotationHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNRotationHandler.m; sourceTree = ""; }; + 0234571FBEC2AE4DBC5FF6954D32883E /* RNGestureHandlerModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerModule.h; path = ios/RNGestureHandlerModule.h; sourceTree = ""; }; + 02535C8D2F06FA1A20031E1754A28A37 /* RNCSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaViewLocalData.h; path = ios/SafeAreaView/RNCSafeAreaViewLocalData.h; sourceTree = ""; }; + 025456DD4CC7928CA3E0331F6A4FFA18 /* UMSensorsInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMSensorsInterface.debug.xcconfig; sourceTree = ""; }; + 028797E09D645D2173701B0334CA976B /* GULSecureCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSecureCoding.h; path = GoogleUtilities/Environment/Private/GULSecureCoding.h; sourceTree = ""; }; 028F7C1E056AF6DD397D02CD928ABF63 /* FIRCLSException.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSException.mm; path = Crashlytics/Crashlytics/Handlers/FIRCLSException.mm; sourceTree = ""; }; - 029A7C5F118B366FCF0283EFAB4C84A1 /* RCTConvertHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvertHelpers.h; sourceTree = ""; }; + 029B46A552B0D258E1CC3D1109C87E1D /* RNFetchBlobFS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobFS.h; path = ios/RNFetchBlobFS.h; sourceTree = ""; }; 029B610777498F2743F1B0A193B3866B /* InterProcessLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InterProcessLock.h; path = Core/InterProcessLock.h; sourceTree = ""; }; 02A03AF8BEE839AAE07CA0F5DA80153D /* File.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = File.cpp; path = folly/File.cpp; sourceTree = ""; }; - 02B03A342D21D0ED16AB6755105BBDB2 /* RCTWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWeakProxy.m; sourceTree = ""; }; - 02D55DBCA9B17A85AD71979A6D879237 /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; - 03077FEF0686D9678621F3F741946193 /* RNCAppearance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearance.h; path = ios/Appearance/RNCAppearance.h; sourceTree = ""; }; - 03104D3E68F775B8F003CEE5780C999E /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; 0312826BA35B17245A471EAA7A7080A6 /* ThreadWheelTimekeeperHighRes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadWheelTimekeeperHighRes.h; path = folly/experimental/ThreadWheelTimekeeperHighRes.h; sourceTree = ""; }; 0325CB0F2DE23511AA9D3DC4A502DEF9 /* ConnectionContextStore.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConnectionContextStore.cpp; path = xplat/Flipper/ConnectionContextStore.cpp; sourceTree = ""; }; - 032F54303D375ECFCAEA8B9E72757E67 /* RCTAes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTAes.m; path = ios/RCTCrypto/RCTAes.m; sourceTree = ""; }; 03454A02EB1C8F110E308612DA4C3AAC /* Init.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Init.cpp; path = folly/ssl/Init.cpp; sourceTree = ""; }; 0357CEE67B08C3797C91505B75E470C6 /* PTUSBHub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PTUSBHub.m; path = peertalk/PTUSBHub.m; sourceTree = ""; }; 035A37F50A3394D891BEE70871FE6F82 /* ScheduledRSocketResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScheduledRSocketResponder.cpp; path = rsocket/internal/ScheduledRSocketResponder.cpp; sourceTree = ""; }; - 03A391F8899578F3ADE31E1B30461E8B /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBundleType.h; sourceTree = ""; }; - 03C733833A84BDFC3A972C5548EFD00D /* React-callinvoker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-callinvoker.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 03EF611335A19E0B5EDDB84BF2D9AF24 /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; - 0410D212DCDE9A2245C8714A5F44DCA5 /* NativeToJsBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = NativeToJsBridge.cpp; sourceTree = ""; }; - 041B30A5415340BEFED4EAA76B502232 /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; + 0386086EE68EF47607DDB6824CED64CA /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; + 0394F4BA3E1A0C8F919C8AEA250AA8F9 /* ARTShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTShape.h; path = ios/ARTShape.h; sourceTree = ""; }; + 03AEA52C08F8A4CBBF997BA851BF9561 /* UMSingletonModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMSingletonModule.m; path = UMCore/UMSingletonModule.m; sourceTree = ""; }; + 03BE0CA9E1B1C0EEC8540A68C813E549 /* rn-fetch-blob.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "rn-fetch-blob.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 03FCE5CC6F14E4E949A72787BEFA2223 /* Yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = Yoga.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 03FF44AB535560F971CAE86A826DF848 /* EXAV-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAV-dummy.m"; sourceTree = ""; }; 0455755620919652DDC71E90AF31EB5D /* TcpDuplexConnection.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TcpDuplexConnection.cpp; path = rsocket/transports/tcp/TcpDuplexConnection.cpp; sourceTree = ""; }; + 045D292843031BBE69A9FBEC52932EB0 /* RCTDatePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePickerManager.h; sourceTree = ""; }; 045F8404AFFDA6C19E7C43669B4F12E9 /* Fcntl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Fcntl.cpp; path = folly/portability/Fcntl.cpp; sourceTree = ""; }; 0463705C5C8AD88A127C191E4A74C7D7 /* EventBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBase.h; path = folly/io/async/EventBase.h; sourceTree = ""; }; 0469EBD08988085A3D9318CD4930AD16 /* SDImageHEICCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageHEICCoderInternal.h; path = SDWebImage/Private/SDImageHEICCoderInternal.h; sourceTree = ""; }; - 046AC6AC697ABA697735A3767B51D1BC /* RNSScreenStackHeaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenStackHeaderConfig.m; path = ios/RNSScreenStackHeaderConfig.m; sourceTree = ""; }; - 0481BC4DEBA5F686B54B970B5EDB1EDC /* ARTSurfaceView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTSurfaceView.m; path = ios/ARTSurfaceView.m; sourceTree = ""; }; - 0486180C9449772B885DC0B3230F9DC1 /* react-native-jitsi-meet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-jitsi-meet.debug.xcconfig"; sourceTree = ""; }; + 047C33B176F12C3B7BCB936A7C67EEE8 /* SafeAreaManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaManager.m; sourceTree = ""; }; 048A1AEBD5881E5420D1869E987640A4 /* double-conversion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "double-conversion.h"; path = "double-conversion/double-conversion.h"; sourceTree = ""; }; 04912550F6911C0B921FCBD2F7D8C31D /* SKYogaKitHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKYogaKitHelper.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKYogaKitHelper.h; sourceTree = ""; }; + 04B20512626ACB716D1A4F88AD2445F6 /* RNCookieManagerIOS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCookieManagerIOS.m; path = ios/RNCookieManagerIOS/RNCookieManagerIOS.m; sourceTree = ""; }; 04B6469111401BFB0E502B3179828F9F /* GDTCCTPrioritizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTPrioritizer.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTPrioritizer.m; sourceTree = ""; }; 04BC76B3FD500189184D2F37A7A50AB8 /* FIRCLSAllocate.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSAllocate.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSAllocate.c; sourceTree = ""; }; 04C9072E8E73E49E527671FED550BBA8 /* Pods-NotificationService.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-NotificationService.debug.xcconfig"; sourceTree = ""; }; + 04DA95BC4E0C47C6135DB1B2875BABAC /* EXVideoThumbnails-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXVideoThumbnails-dummy.m"; sourceTree = ""; }; 04DC8BEBCBCD61D58D7720C9D70F2F13 /* dtls1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dtls1.h; path = ios/include/openssl/dtls1.h; sourceTree = ""; }; + 04E6BE6099C804608946515464F90AD4 /* ARTNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTNode.h; path = ios/ARTNode.h; sourceTree = ""; }; 04F32D39B9649C511CA9ADE07B4E1A6B /* SKButtonDescriptor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKButtonDescriptor.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKButtonDescriptor.mm; sourceTree = ""; }; + 04FB5B449EB8568D9F89238A948A2942 /* React-jsi-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsi-prefix.pch"; sourceTree = ""; }; + 05084B9EC787EEC5B98CFDB9F9D48617 /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; + 050FDCB7802A72E426AFD67B5A03C4E8 /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; sourceTree = ""; }; 052DBC23C2595BD16CDE1D0F5FB2B8DE /* ExecutorWithPriority-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ExecutorWithPriority-inl.h"; path = "folly/executors/ExecutorWithPriority-inl.h"; sourceTree = ""; }; 0530D03FC790D4EDEC89A8966469F3C0 /* filters_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_mips_dsp_r2.c; path = src/dsp/filters_mips_dsp_r2.c; sourceTree = ""; }; - 0546496D55B12E0B66130FF244AB7E09 /* UMReactLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactLogHandler.h; sourceTree = ""; }; 0571EA1F9B0519AE1F8B5CAFF9B4C64F /* CertificateUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CertificateUtils.cpp; path = xplat/Flipper/CertificateUtils.cpp; sourceTree = ""; }; 059C584615D0AC1A97DA10A01C10720D /* FIRAValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAValue.h; path = Crashlytics/Crashlytics/Helpers/FIRAValue.h; sourceTree = ""; }; - 05AE329640AE5C2CE47634EC6F9FC10B /* RNCAppearanceProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearanceProvider.m; path = ios/Appearance/RNCAppearanceProvider.m; sourceTree = ""; }; - 05B268C6CFA6DB1F366D89B968D499C7 /* RNFBAnalyticsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBAnalyticsModule.h; path = ios/RNFBAnalytics/RNFBAnalyticsModule.h; sourceTree = ""; }; - 05B5BF54EBB0285CF87826145CB98B4E /* RNBootSplash.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNBootSplash.debug.xcconfig; sourceTree = ""; }; 05B819B9D0F5E8E7D8373B00494B2F42 /* FIRCLSThreadArrayOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSThreadArrayOperation.m; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSThreadArrayOperation.m; sourceTree = ""; }; 05CC0A2CFA9F540FCA4C6E079377E271 /* Barrier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Barrier.h; path = folly/futures/Barrier.h; sourceTree = ""; }; - 06029B4CCEA4A1994C185EC7BBE0EF94 /* RCTInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryView.m; sourceTree = ""; }; + 05CEFA3E68A4E78ECEAA668B31F73FC2 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 05DB7EABBEBDCD8AA01A01255BB2D3F8 /* QBAssetCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetCell.h; path = ios/QBImagePicker/QBImagePicker/QBAssetCell.h; sourceTree = ""; }; + 05F7D92341B3FAE82A38C9865396D853 /* LNAnimatorTemp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNAnimatorTemp.h; sourceTree = ""; }; 0605485DB7CC412F7210A7E521585755 /* FBLPromise+Do.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Do.m"; path = "Sources/FBLPromises/FBLPromise+Do.m"; sourceTree = ""; }; - 060763019E2E465F06870A92C77E6153 /* EXFileSystemAssetLibraryHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemAssetLibraryHandler.m; path = EXFileSystem/EXFileSystemAssetLibraryHandler.m; sourceTree = ""; }; + 0605AA88EBE8392B70857FBC86423EF9 /* ARTGroupManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTGroupManager.h; sourceTree = ""; }; 060C50AC52A5A3B536E8000BA6D84D8B /* bit_writer_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bit_writer_utils.c; path = src/utils/bit_writer_utils.c; sourceTree = ""; }; 061440658F855B49FF0B12EB154807A8 /* InlineFunctionRef.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InlineFunctionRef.h; path = folly/synchronization/detail/InlineFunctionRef.h; sourceTree = ""; }; 06225DC165023E2B2382C93865C9F2F9 /* FIRCLSFile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFile.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSFile.m; sourceTree = ""; }; + 0627E205614405DF99E6875036C998F1 /* RCTDiffClampAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDiffClampAnimatedNode.m; sourceTree = ""; }; + 063FB6432991BDA2FA3DD7554075C06A /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; 06478CAB468FDEBAC5D6AF508A28CD53 /* FIRAppAssociationRegistration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAppAssociationRegistration.m; path = FirebaseCore/Sources/FIRAppAssociationRegistration.m; sourceTree = ""; }; 06489499588BFA8FD5E63DD6375CD533 /* libFolly.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFolly.a; path = libFolly.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 064F4ECD56B31AB9F2268920C3A5A067 /* Instance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Instance.h; sourceTree = ""; }; + 06575402F69BAA264DDB56499D310347 /* BugsnagReactNative-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BugsnagReactNative-dummy.m"; sourceTree = ""; }; + 0663086EE34A898ABCE2FCDEA045ECF9 /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; 0665E6CEF9086198C8B77743642C21C8 /* HHWheelTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HHWheelTimer.h; path = folly/io/async/HHWheelTimer.h; sourceTree = ""; }; + 0679DDA06F6083ADCCB39D00724A4529 /* RNFetchBlobReqBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobReqBuilder.m; path = ios/RNFetchBlobReqBuilder.m; sourceTree = ""; }; 067B600C9902AB66C45BE3F46CDF9985 /* FIRVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRVersion.m; path = FirebaseCore/Sources/FIRVersion.m; sourceTree = ""; }; 067E10B4372B09320BC2CD0420B5C71F /* diy-fp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "diy-fp.h"; path = "double-conversion/diy-fp.h"; sourceTree = ""; }; - 068760A519E70A35B2C34331A54B760E /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; - 068EEF38D7EFD6F275D098357CBC1325 /* RNScreens-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNScreens-prefix.pch"; sourceTree = ""; }; 069299EFCFF6E6430615690CFEAC7198 /* firebasecore.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = firebasecore.nanopb.c; path = Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.c; sourceTree = ""; }; - 06998019CE075AB5293527DED9A66FCC /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; 06A2859FB3B2D27B0C9324385973775F /* Foreach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Foreach.h; path = folly/container/Foreach.h; sourceTree = ""; }; - 06AEDE15DF84ADD8291646C4FA7FAE64 /* RNLocalize-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNLocalize-prefix.pch"; sourceTree = ""; }; 06B22DAA676EE05EBC1B9F5D6DB870E7 /* HHWheelTimer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = HHWheelTimer.cpp; path = folly/io/async/HHWheelTimer.cpp; sourceTree = ""; }; 06C2AF1B8ECA7FFD0AAADCDAD9D4E773 /* rand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rand.h; path = ios/include/openssl/rand.h; sourceTree = ""; }; 06CAD0773405472569BC94754EFA4CD5 /* SanitizeLeak.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SanitizeLeak.h; path = folly/memory/SanitizeLeak.h; sourceTree = ""; }; 06D84CBCC57034D95E396652273DA377 /* ThreadName.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadName.cpp; path = folly/system/ThreadName.cpp; sourceTree = ""; }; - 06DA4E3112A60D536D3ADB869188A55E /* RNCMaskedView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNCMaskedView-prefix.pch"; sourceTree = ""; }; + 06DE441B6B66C334B96C32F2BE249AAE /* subscription.md */ = {isa = PBXFileReference; includeInIndex = 1; name = subscription.md; path = docs/subscription.md; sourceTree = ""; }; 06ED1503399F931536AD51E0C2C89640 /* MemoryMapping.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MemoryMapping.h; path = folly/system/MemoryMapping.h; sourceTree = ""; }; 06FC5C9CF96D60C50FCD47D339C91951 /* libnanopb.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libnanopb.a; path = libnanopb.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 07043E4C9E68DFB1E81D043ABFDF115F /* IDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IDStore.h; path = ios/IDStore.h; sourceTree = ""; }; 07175D29AF10E770288BF8B9D85FC3DE /* Event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Event.h; path = folly/portability/Event.h; sourceTree = ""; }; - 0769715AC8ED7B06EF09A038382D8072 /* RCTFollyConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFollyConvert.mm; sourceTree = ""; }; + 072FC21916E7BF865E91243CB8793BD7 /* RCTAnimationPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationPlugins.h; path = Libraries/NativeAnimation/RCTAnimationPlugins.h; sourceTree = ""; }; + 0750C8F835835729E5F25ED089A7AC4D /* React-RCTAnimation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTAnimation-dummy.m"; sourceTree = ""; }; + 075E2316CDBA184F5871EC6E2F260E62 /* react-native-restart.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-restart.debug.xcconfig"; sourceTree = ""; }; + 076188746E63669482F47637CC7DD001 /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; + 076AF9B37344148E311E7B228A383DEE /* RCTLogBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLogBox.h; path = React/CoreModules/RCTLogBox.h; sourceTree = ""; }; 076EE8D97EF7A6EBC91CD96E90D1A10A /* FrameHeader.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FrameHeader.cpp; path = rsocket/framing/FrameHeader.cpp; sourceTree = ""; }; 076FFA7EA929964428017CF526ACD793 /* FrameSerializer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FrameSerializer.cpp; path = rsocket/framing/FrameSerializer.cpp; sourceTree = ""; }; + 07705801BEF424442C040C1803546158 /* UMUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUtilities.h; path = UMCore/UMUtilities.h; sourceTree = ""; }; + 077E46030B22F06DEE87D28DAD524014 /* RCTRawTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextShadowView.m; sourceTree = ""; }; 0781F7E7BAAF0A8DADD804243F814C91 /* FIRDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDiagnosticsData.h; path = FirebaseCore/Sources/FIRDiagnosticsData.h; sourceTree = ""; }; + 079F421CEBAA5714D5242D10FE096383 /* RNCSafeAreaProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaProvider.m; path = ios/SafeAreaView/RNCSafeAreaProvider.m; sourceTree = ""; }; + 07AB6B3D1F1C72F76834F49E7AFD2C07 /* RCTImageStoreManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageStoreManager.mm; sourceTree = ""; }; 07BE4B814A6B137B6E34446514FA5FB7 /* FlipperKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FlipperKit-prefix.pch"; sourceTree = ""; }; - 07C13971B9F4ECF08B4ECB8F844157E1 /* ARTGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTGroup.m; path = ios/ARTGroup.m; sourceTree = ""; }; + 07C04C51D2D9A9CE34840B41C1E68A60 /* RNPushKitEventListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventListener.m; path = RNNotifications/RNPushKitEventListener.m; sourceTree = ""; }; 07C67FDC4BE18AC2E63B1012713E18A4 /* ThreadWheelTimekeeper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadWheelTimekeeper.cpp; path = folly/futures/ThreadWheelTimekeeper.cpp; sourceTree = ""; }; 07CD9237853F7177B1756059C47A8179 /* FBLPromise+Recover.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Recover.m"; path = "Sources/FBLPromises/FBLPromise+Recover.m"; sourceTree = ""; }; - 07FAF491C4D473D315A3EDCC15CDEBC4 /* EXConstantsService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstantsService.m; path = EXConstants/EXConstantsService.m; sourceTree = ""; }; - 08097D15DEE25E1C1E4F8EF20FB0FF71 /* RNConfigReader.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNConfigReader.release.xcconfig; sourceTree = ""; }; - 081A8C765C0DA10C5FA8C3D7B8127150 /* GULNetworkConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkConstants.m; path = GoogleUtilities/Network/GULNetworkConstants.m; sourceTree = ""; }; - 082A7B3B592D6A81CF11E7EDD448734C /* RCTStatusBarManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTStatusBarManager.mm; sourceTree = ""; }; + 07DB3B01C62EAFB68B6FA1D683E3A2BF /* UMLogManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogManager.h; sourceTree = ""; }; + 07FA5DD88700D5567F7CF04629526D9B /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 082300440C7203B7B3E74FEC1765A352 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 08391954A2F97E467DB6AE01410CDE9F /* FIRCLSFABHost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFABHost.m; path = Crashlytics/Shared/FIRCLSFABHost.m; sourceTree = ""; }; - 0870C5DA42217B8684DF7511AF262A2B /* RCTModuloAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuloAnimatedNode.h; sourceTree = ""; }; 0876696CAECA40DB9689E65FA1C02BBC /* Singleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Singleton.h; path = folly/Singleton.h; sourceTree = ""; }; - 088D867B6045E08C3426542A42C39248 /* BugsnagReactNative.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BugsnagReactNative.h; path = cocoa/BugsnagReactNative.h; sourceTree = ""; }; - 08917AE47DD0A964713A4DCB0CD85E2D /* RCTBackedTextInputDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegate.h; sourceTree = ""; }; - 08B57705AC00A05253CC6DD9FC10187D /* RNPinchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPinchHandler.m; sourceTree = ""; }; + 0881EDB5DB96EA4EEA2D247C213547CB /* BugsnagNotifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagNotifier.h; sourceTree = ""; }; 08D1FFC2980C1ED72AE9A4C44A0544C3 /* libreact-native-document-picker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-document-picker.a"; path = "libreact-native-document-picker.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 08D3D7DC15C26E8E3B97E403623C5174 /* UMMagnetometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerInterface.h; path = UMSensorsInterface/UMMagnetometerInterface.h; sourceTree = ""; }; - 08DD01A4E965226D8BC4FC41383EBAE9 /* EXAudioSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioSessionManager.m; path = EXAV/EXAudioSessionManager.m; sourceTree = ""; }; - 08DE2CD44AF217C48F7576C1DE8CC2ED /* RCTAsyncLocalStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAsyncLocalStorage.mm; sourceTree = ""; }; - 091809CBC872C804DE3A695B7FB6918B /* RNCMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCMaskedView.h; path = ios/RNCMaskedView.h; sourceTree = ""; }; - 091B9316E2C55E334701445636365921 /* RCTSha.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTSha.m; path = ios/RCTCrypto/RCTSha.m; sourceTree = ""; }; + 08E4CE9720B65B3319A2C164530FA2CB /* RCTDisplayWeakRefreshable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDisplayWeakRefreshable.h; path = Libraries/Image/RCTDisplayWeakRefreshable.h; sourceTree = ""; }; + 09078B378F3ABC34A333143BB0C673B6 /* installation.md */ = {isa = PBXFileReference; includeInIndex = 1; name = installation.md; path = docs/installation.md; sourceTree = ""; }; + 091009D8A3AED924E5BA18C1FA2A8DA3 /* RCTBaseTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputView.h; sourceTree = ""; }; + 0914A8FC98A0605C4A3865107344A1D3 /* VibrancyView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VibrancyView.h; path = ios/VibrancyView.h; sourceTree = ""; }; + 0914B3DEC39A12CDEC23F777635D025E /* RCTInspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspector.h; sourceTree = ""; }; 0932E7FA55A62ECF2AFD9B3A9CAE0053 /* GDTCORUploadCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploadCoordinator.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadCoordinator.h; sourceTree = ""; }; 094F5EDAB5CCCE4C29647C4ECD85275D /* FBLPromise+Race.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Race.h"; path = "Sources/FBLPromises/include/FBLPromise+Race.h"; sourceTree = ""; }; - 09509A5FCC62EF4A989E868E79B258C4 /* RCTAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedImage.m; sourceTree = ""; }; 09593B49C3807C670A36FAA809CC9F1F /* StaticSingletonManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StaticSingletonManager.h; path = folly/detail/StaticSingletonManager.h; sourceTree = ""; }; 096C07C46041D253F0260EFD31015016 /* rescaler_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_utils.c; path = src/utils/rescaler_utils.c; sourceTree = ""; }; + 0986669E69C41DF562CD7BFB7F72901A /* EXVideoThumbnails.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXVideoThumbnails.release.xcconfig; sourceTree = ""; }; + 0992F82E7E2FFD18D2C741E7CA2E4C81 /* RCTTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextShadowView.m; sourceTree = ""; }; + 099DFCECAEA2C308896B6830D12120B9 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 09B5856105EF7C6447B9EC57E7E36B34 /* libEXKeepAwake.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXKeepAwake.a; path = libEXKeepAwake.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 09EA1A92DFB2EF0D78B5EAA0FD0764CE /* RCTDevLoadingViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingViewProtocol.h; sourceTree = ""; }; + 09BA6BFFA2138AA164B16472ABBB8BEF /* FFFastImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageViewManager.m; path = ios/FastImage/FFFastImageViewManager.m; sourceTree = ""; }; + 09E21919031D6D3C21EDD56F97160D5F /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.h; sourceTree = ""; }; 09EDD24EE429183D776B077B47CB353D /* FutureSplitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FutureSplitter.h; path = folly/futures/FutureSplitter.h; sourceTree = ""; }; 09F57D9D2D9CE7B33BACDE547E53DEDF /* YogaKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YogaKit-prefix.pch"; sourceTree = ""; }; - 09F89969CC43A89BA24C67AB800404F4 /* TurboCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboCxxModule.h; path = turbomodule/core/TurboCxxModule.h; sourceTree = ""; }; 09FFA9D1CFAEEC9252A44B73AA10A8A6 /* huffman_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = huffman_utils.c; path = src/utils/huffman_utils.c; sourceTree = ""; }; - 0A00C424727606BC9F8ED207E95A74F7 /* REAClockNodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAClockNodes.h; sourceTree = ""; }; - 0A11938F1A6F7C3BEF56C0100DF3760E /* react-native-netinfo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-netinfo.release.xcconfig"; sourceTree = ""; }; 0A14EFF149F4510495C44C02DDE6539C /* FlipperKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FlipperKit.debug.xcconfig; sourceTree = ""; }; - 0A155FAF3EAE7E840667FCB18415DA04 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 0A34F4E38FF6200F1DC65C7FF9426AE3 /* RNPushKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKit.h; path = RNNotifications/RNPushKit.h; sourceTree = ""; }; - 0A42BDEFE584E6BD564883D167001FAF /* UIImage+Extension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Extension.h"; path = "ios/src/UIImage+Extension.h"; sourceTree = ""; }; + 0A39049268CD3E505ED7CF80CE92C0D5 /* RCTEventAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventAnimation.h; sourceTree = ""; }; 0A4847D525003929C998851398FA9ECC /* GDTCORReachability.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORReachability.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORReachability.m; sourceTree = ""; }; - 0A48DA32A700FC4A22411D09E7A5FF9A /* UMAppLifecycleService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleService.h; sourceTree = ""; }; - 0A4F5CEDC18556C79A44F7EC84626B19 /* UMReactNativeAdapter-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMReactNativeAdapter-dummy.m"; sourceTree = ""; }; 0A59F183A7D6535DE3336ADB7E2C3FEF /* msa_macro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = msa_macro.h; path = src/dsp/msa_macro.h; sourceTree = ""; }; - 0A5B795331997471B4DE2D6C68F99ADC /* React-RCTSettings-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTSettings-prefix.pch"; sourceTree = ""; }; - 0A6F2F519209E6E51A45CD729B54EDD5 /* GULSecureCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSecureCoding.h; path = GoogleUtilities/Environment/Private/GULSecureCoding.h; sourceTree = ""; }; - 0A7CB14EF7F176086DA264E6AABC452C /* react-native-restart.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-restart.debug.xcconfig"; sourceTree = ""; }; + 0A67ABDC77549AC093ECA0947A149EE5 /* rn-fetch-blob.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-fetch-blob.debug.xcconfig"; sourceTree = ""; }; + 0A8169E6187E1D0EF61BC2DAD30E23D4 /* BSG_KSJSONCodecObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodecObjC.h; sourceTree = ""; }; 0A8A6BCBD4389F043F5405A485FD00D7 /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = SDWebImage/Core/SDWebImageCompat.m; sourceTree = ""; }; - 0A933DC2C25DA05462E9F2DCDEA2F069 /* RCTMultiplicationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultiplicationAnimatedNode.h; sourceTree = ""; }; - 0A9BE81BA29146C8FA6B0A8E3416FB01 /* RCTAlertController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAlertController.m; sourceTree = ""; }; 0AA6DD14DBB3969BB6A18A2DA87C5C55 /* SDWebImageWebPCoder-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImageWebPCoder-dummy.m"; sourceTree = ""; }; 0AABBD45F9189ECFE2FCDEDB215865B6 /* Flipper.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Flipper.release.xcconfig; sourceTree = ""; }; - 0AAD65612ACE4160D830515CEF7B8DC7 /* BSG_KSCrashSentry_MachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_MachException.h; sourceTree = ""; }; 0AC57F38DC91B6492E3B74B637E80C5A /* FlipperKitNetworkPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperKitNetworkPlugin.h; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin.h; sourceTree = ""; }; - 0ACC4A46CBB74FF57050E4CA19504A63 /* RNFBPreferences.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBPreferences.m; path = ios/RNFBApp/RNFBPreferences.m; sourceTree = ""; }; + 0AD6553E78F718AF5A52917E0D45CDCE /* EXAV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAV.h; path = EXAV/EXAV.h; sourceTree = ""; }; 0AE17A1B96DA90FC97C6E4611DDB5554 /* strtod.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = strtod.cc; path = "double-conversion/strtod.cc"; sourceTree = ""; }; 0AE8FC146690DD102AB9C6F1A89A7F82 /* Sleeper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sleeper.h; path = folly/synchronization/detail/Sleeper.h; sourceTree = ""; }; - 0AEFC3661505858D16E51B4E128C2F1E /* RCTObjcExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjcExecutor.h; sourceTree = ""; }; - 0AF07F39F0477B8C04A875E163CCD33D /* RNFetchBlob.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFetchBlob.m; sourceTree = ""; }; - 0B0DA999DD390044CDB13D6DEDAEE771 /* RNBackgroundTimer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBackgroundTimer.m; path = ios/RNBackgroundTimer.m; sourceTree = ""; }; - 0B1707A672948535A931072E1F755116 /* Restart.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Restart.h; path = ios/Restart.h; sourceTree = ""; }; - 0B278E7F684583CC84C37067128E690B /* RNFastImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFastImage-prefix.pch"; sourceTree = ""; }; + 0B15086349DE1CE660650C904C4A0EEE /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; + 0B21D504201F6AC4EC9734890EC1499E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 0B3F5420EA9D4DF25EAF1EFF1329790C /* Hardware.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hardware.h; path = folly/synchronization/detail/Hardware.h; sourceTree = ""; }; - 0B443544018F1FA8DA9FE231A43FC172 /* react-native-orientation-locker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-orientation-locker.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 0B4C1DE7026B7DBFC78DB627ABBBEAC5 /* opensslconf-arm64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "opensslconf-arm64.h"; path = "ios/include/openssl/opensslconf-arm64.h"; sourceTree = ""; }; - 0B53969A0452A95EF13D5EEB1C466CE7 /* RCTProgressViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProgressViewManager.m; sourceTree = ""; }; 0B604C164297ABEFBB339CA18AE3E70C /* bignum-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "bignum-dtoa.h"; path = "double-conversion/bignum-dtoa.h"; sourceTree = ""; }; - 0B8C6E3279D0775633D5B30DF6E1E745 /* react-native-cameraroll.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-cameraroll.debug.xcconfig"; sourceTree = ""; }; + 0B83C36B4806E5F74CFD0C7B517B1C96 /* RCTRedBoxSetEnabled.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxSetEnabled.m; sourceTree = ""; }; 0B9EEAA9CD47A4CECB92579769CE04EC /* rescaler_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_msa.c; path = src/dsp/rescaler_msa.c; sourceTree = ""; }; - 0B9F41D67F9A3A8D7B5B8A058D5D9815 /* RCTConvert+RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+RNNotifications.h"; path = "RNNotifications/RCTConvert+RNNotifications.h"; sourceTree = ""; }; - 0BA5B665E069B481C562627BE40E6125 /* RNCSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaViewManager.m; path = ios/SafeAreaView/RNCSafeAreaViewManager.m; sourceTree = ""; }; + 0BABC475F077926F8CB44E76ECEEB510 /* ARTShadow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTShadow.h; path = ios/ARTShadow.h; sourceTree = ""; }; 0BBFFFB7191A61992027A98BED78B1E6 /* Future-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Future-inl.h"; path = "folly/futures/Future-inl.h"; sourceTree = ""; }; + 0BC6A23335D83B5648318863DBB377E4 /* RNCAsyncStorageDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAsyncStorageDelegate.h; path = ios/RNCAsyncStorageDelegate.h; sourceTree = ""; }; + 0BD0DBC3BD722E1179D01F79AAFECDB3 /* GoogleUtilities.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.debug.xcconfig; sourceTree = ""; }; + 0BE178371059198CA42CA56038C97FDF /* BSG_KSObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjC.h; sourceTree = ""; }; 0BE36D51559E26128B55E3C08C964C5D /* FlipperStateUpdateListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperStateUpdateListener.h; path = iOS/FlipperKit/FlipperStateUpdateListener.h; sourceTree = ""; }; - 0BEFEEA718A62B7F6AB0182EB3B367CE /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 0BFF4472B13B1F1197170E60EDB4B635 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 0C20B5DD74073662657894DCBE40BC8A /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = ""; }; 0C2764E678593EF39C3FC9B21BC0CE9F /* FIRCrashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCrashlytics.h; path = Crashlytics/Crashlytics/Public/FIRCrashlytics.h; sourceTree = ""; }; - 0C28A3A3CA4E30E87C5FD484DD19507A /* BSG_KSJSONCodecObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodecObjC.h; sourceTree = ""; }; + 0C2E2C7E2BF1EF3B8DEB979CA99FC847 /* RCTFrameAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameAnimation.h; sourceTree = ""; }; + 0C32C5B0B0C6FC07363CFDB633279B35 /* EXFileSystem-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXFileSystem-prefix.pch"; sourceTree = ""; }; 0C404EDA3875132C8D70CCF5BD2B3946 /* Pods-defaults-RocketChatRN.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-defaults-RocketChatRN.release.xcconfig"; sourceTree = ""; }; - 0C4783DB952DFA69687477F5C32DB710 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 0C4C198D1B888BD69438C802A5392B9F /* JSIExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIExecutor.h; path = jsireact/JSIExecutor.h; sourceTree = ""; }; - 0C5576B25F0988C4D184143361340550 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 0C582B4A8EE969F1B5754C9B38328642 /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; + 0C534DF722A43BED395BA0CE2456D564 /* UMAppLoader.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMAppLoader.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 0C5EAE365EDCD043514FEE6972EC31AA /* FBLPromiseError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromiseError.h; path = Sources/FBLPromises/include/FBLPromiseError.h; sourceTree = ""; }; 0C68F17C8C9A065157DF6A4DBFEC6591 /* FIRCLSFABAsyncOperation_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABAsyncOperation_Private.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation_Private.h; sourceTree = ""; }; 0C6E319C60908897ED62DBABEA24A714 /* FIRCLSUserLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUserLogging.h; path = Crashlytics/Crashlytics/Components/FIRCLSUserLogging.h; sourceTree = ""; }; + 0C9FF06600BB230D554B8E244D7A289B /* RNTapHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNTapHandler.m; sourceTree = ""; }; 0CA3DBBA725CE911DFB2279CA808BF06 /* http.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = http.h; path = src/event2/http.h; sourceTree = ""; }; - 0CD6C24E2A6B06CF01C66E4FF8D19D26 /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; 0CFC892DFE61DD5C159CA8A302B8B67F /* FrameTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameTransport.h; path = rsocket/framing/FrameTransport.h; sourceTree = ""; }; + 0CFE095BDA552AD234DB5828A9742226 /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPlatform.h; path = React/CoreModules/RCTPlatform.h; sourceTree = ""; }; + 0D0D2EF40E777AE37531808F700DBE43 /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.h; sourceTree = ""; }; 0D156FB05B0C3092BBADAF94C96E4B46 /* String-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "String-inl.h"; path = "folly/gen/String-inl.h"; sourceTree = ""; }; - 0D1B749B7A21D952FA07609DA25377B8 /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; 0D270DDB341C9C43DFBBC00AE23FC7E1 /* Builtins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Builtins.h; path = folly/portability/Builtins.h; sourceTree = ""; }; 0D31ACB25195EF0A84E3F58F4EDCE5F0 /* FIRCLSRecordBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordBase.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.h; sourceTree = ""; }; - 0D3E12F5CADA363DBFA669974D926E8D /* RNScreens.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNScreens.release.xcconfig; sourceTree = ""; }; + 0D3E82213FA4981B526A59A53D3BFD7B /* RNDateTimePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDateTimePickerManager.h; path = ios/RNDateTimePickerManager.h; sourceTree = ""; }; 0D5A7DFB00EC2E0B30A738EC2CB8ED1D /* RequestResponseThroughputTcp.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RequestResponseThroughputTcp.cpp; path = rsocket/benchmarks/RequestResponseThroughputTcp.cpp; sourceTree = ""; }; + 0D6B2A72E529D4BE5CB48930A7E66086 /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; + 0D6F516574321961D234796B0DB36173 /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = React/AccessibilityResources/en.lproj; sourceTree = ""; }; + 0D7B3D155511D245A98DF92E2FADACEC /* react-native-jitsi-meet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-jitsi-meet.debug.xcconfig"; sourceTree = ""; }; 0D93C4FEB7C254E430056DE79BC57D48 /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Sources/Private/FIRComponentType.h; sourceTree = ""; }; 0DA3F95713B8DEC6D676E9C459826820 /* AtomicUnorderedMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicUnorderedMap.h; path = folly/AtomicUnorderedMap.h; sourceTree = ""; }; 0DA6371BB2811910EE1199F42CF80328 /* utilities.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = utilities.cc; path = src/utilities.cc; sourceTree = ""; }; 0DD4F90E58D3847902BF011443DCE5C7 /* FIRInteropParameterNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropParameterNames.h; path = Interop/Analytics/Public/FIRInteropParameterNames.h; sourceTree = ""; }; 0DD8DC42F0FFFC96C873E1C2A8A0A759 /* FirebaseInstallationsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallationsInternal.h; path = FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h; sourceTree = ""; }; - 0DDBAA3D193C885E101127F0BA02B146 /* RCTWebSocketModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketModule.h; path = React/CoreModules/RCTWebSocketModule.h; sourceTree = ""; }; - 0E079C228C72E407636DBC32C4D6743E /* GULSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSwizzler.m; path = GoogleUtilities/MethodSwizzler/GULSwizzler.m; sourceTree = ""; }; 0E09AFDB084AF001C8F6491442D8E18A /* ClientResumeStatusCallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ClientResumeStatusCallback.h; path = rsocket/internal/ClientResumeStatusCallback.h; sourceTree = ""; }; 0E19DC346144BE6FE34C79966525A643 /* quant_levels_dec_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = quant_levels_dec_utils.h; path = src/utils/quant_levels_dec_utils.h; sourceTree = ""; }; 0E1B73D6D8D898B2E1C082B632D93A33 /* logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = logging.cc; path = src/logging.cc; sourceTree = ""; }; - 0E1D773BFE122EEBCD0C89796937CF69 /* Bugsnag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Bugsnag.h; sourceTree = ""; }; 0E2428CEA407DD266A033FC1F5231372 /* CodedOutputData.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CodedOutputData.cpp; path = Core/CodedOutputData.cpp; sourceTree = ""; }; + 0E302DC321745DD222FAFAFFA5D308E6 /* React-cxxreact-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-cxxreact-dummy.m"; sourceTree = ""; }; + 0E38039B927CE80BA31B053506CAA7F3 /* RCTTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextViewManager.m; sourceTree = ""; }; 0E43E2CF1565F976B059725EC5289C2C /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/Core/UIButton+WebCache.m"; sourceTree = ""; }; - 0E4747FB8C8C2971F2B3E4074EBD25DA /* BugsnagSessionTrackingApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingApiClient.h; sourceTree = ""; }; - 0E5083F8DC5A8204A94B7447DB33F6D8 /* RCTBlobManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTBlobManager.h; path = Libraries/Blob/RCTBlobManager.h; sourceTree = ""; }; - 0E5E57A89D393DA2C41A994E5C5283DA /* Color+Interpolation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Color+Interpolation.m"; sourceTree = ""; }; - 0E6E60F80BFA4737661886A68FA91B3B /* EXLocalAuthentication-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXLocalAuthentication-prefix.pch"; sourceTree = ""; }; - 0E91343D4055329FB3CC8AF0CEEB8837 /* IOS7Polyfill.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOS7Polyfill.h; path = ios/IOS7Polyfill.h; sourceTree = ""; }; + 0E49176541397E7E81025C8B4C92FB8A /* MethodCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MethodCall.h; sourceTree = ""; }; + 0E90F2F8810AD19F7C118D410EA28127 /* EXFileSystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystem.h; path = EXFileSystem/EXFileSystem.h; sourceTree = ""; }; + 0E9144965EAFE2D5D745FCA70C7D8709 /* React-jsinspector.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-jsinspector.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 0E9420C146498C5030BCD1171B0BCD67 /* FIRConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRConfiguration.m; path = FirebaseCore/Sources/FIRConfiguration.m; sourceTree = ""; }; + 0E96E97FF12DD5ADC6FD59F7A5CAC807 /* UMConstantsInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMConstantsInterface.release.xcconfig; sourceTree = ""; }; 0EA3D04969981A93C7699DCDC5F67228 /* TOCroppedImageAttributes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCroppedImageAttributes.m; path = "Objective-C/TOCropViewController/Models/TOCroppedImageAttributes.m"; sourceTree = ""; }; 0ECD6385C2C0BDB7535E0449C7843280 /* String.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = String.cpp; path = folly/String.cpp; sourceTree = ""; }; 0ECF4731E83E8CC7E9826A2245353A13 /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheOperation.h"; path = "SDWebImage/Core/UIView+WebCacheOperation.h"; sourceTree = ""; }; 0EE1C35D471478C999CDD854BA16BC61 /* String-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "String-inl.h"; path = "folly/String-inl.h"; sourceTree = ""; }; - 0EEA26C17CA8E57C9DE9DC62B73FE8E1 /* react-native-document-picker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-document-picker-dummy.m"; sourceTree = ""; }; - 0EFE2BCED3FF1035557A386874408A0A /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; - 0F285C5098EC0ECBD8EC97D2854E272F /* RCTTextTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextTransform.h; path = Libraries/Text/RCTTextTransform.h; sourceTree = ""; }; + 0F158319B1111071BF1274803D018CCB /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.h; sourceTree = ""; }; 0F3649D89FC3D63B933469C7BDC527DC /* UIView+Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+Yoga.h"; path = "YogaKit/Source/UIView+Yoga.h"; sourceTree = ""; }; + 0F38A35FD7B4B103E2316F47ED5EB8ED /* UMBarCodeScannerProviderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerProviderInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerProviderInterface.h; sourceTree = ""; }; 0F4BDAC5B8A6D49D3F4D24B33402B35A /* Cursor-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Cursor-inl.h"; path = "folly/io/Cursor-inl.h"; sourceTree = ""; }; 0F54931782ACF7EEFCA243676B24B451 /* stl_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stl_logging.h; path = src/glog/stl_logging.h; sourceTree = ""; }; + 0F5C12C810D661E04E6C88E19F4F1022 /* React-RCTNetwork.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.release.xcconfig"; sourceTree = ""; }; 0F6D143765B26A2CDFBF435C1176363A /* SDImageCachesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManager.h; path = SDWebImage/Core/SDImageCachesManager.h; sourceTree = ""; }; 0F6E064F8452EEF8865268F954A7D752 /* GroupVarint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GroupVarint.h; path = folly/GroupVarint.h; sourceTree = ""; }; 0F714B791B23FA38824B311B5DE4A583 /* fixed-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fixed-dtoa.cc"; path = "double-conversion/fixed-dtoa.cc"; sourceTree = ""; }; - 0F73A02C9E64AF0B6D7D5D4858627C23 /* RCTConvert+FIROptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FIROptions.m"; path = "ios/RNFBApp/RCTConvert+FIROptions.m"; sourceTree = ""; }; + 0F71D086ECFD2FF7404774056F25DE2A /* RCTTypeSafety.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTTypeSafety.debug.xcconfig; sourceTree = ""; }; 0F797489FA2A779C6746902BBAA91A37 /* MemoryIdler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MemoryIdler.h; path = folly/detail/MemoryIdler.h; sourceTree = ""; }; - 0F7DB1121D762F10C8B544D6C1CBD5F8 /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLog.mm; sourceTree = ""; }; - 0F8BA9789DB2ECEC633C2ADFA917A323 /* RNSScreenStackHeaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenStackHeaderConfig.h; path = ios/RNSScreenStackHeaderConfig.h; sourceTree = ""; }; - 0F8C826C5EE2D61A983288339BB7BCEE /* RNDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDeviceInfo.m; path = ios/RNDeviceInfo/RNDeviceInfo.m; sourceTree = ""; }; - 0F9956BF8C33E2A713E048A04C1E70DC /* BSG_KSCrashCallCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashCallCompletion.h; sourceTree = ""; }; + 0FA23E27D245CE31B7AB6C21FCC18BCA /* BugsnagConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagConfiguration.m; sourceTree = ""; }; 0FCC93C9803F64F0C0FE7F03BFE4A55B /* LifoSem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LifoSem.h; path = folly/synchronization/LifoSem.h; sourceTree = ""; }; - 0FD130F92D37F953E0AD0831BCB0900C /* EXConstants.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXConstants.release.xcconfig; sourceTree = ""; }; 0FD3B14E21016E7A90FDFD123CB4CC17 /* Flipper-Folly.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-Folly.release.xcconfig"; sourceTree = ""; }; 0FE76A5A15D1BAEFCBA2112B7F52633C /* MMKVCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MMKVCore-dummy.m"; sourceTree = ""; }; 100EB040B80EE6B8421985E3CECF38D4 /* ChannelResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ChannelResponder.h; path = rsocket/statemachine/ChannelResponder.h; sourceTree = ""; }; - 101E20E44FBB5F30E9F9E79E861FA29B /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceRootView.mm; sourceTree = ""; }; - 103C369AE3B2F9E9E9747706C021E459 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 1016E9B4089E24A4F3B8AE470CE4F375 /* react-native-slider-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-slider-dummy.m"; sourceTree = ""; }; + 1020C357B9F0CC0BC1D35DCD328BB552 /* REAModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REAModule.h; path = ios/REAModule.h; sourceTree = ""; }; 103FC660F8CFDD4CCC812BFE19C52518 /* Flipper-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Flipper-dummy.m"; sourceTree = ""; }; - 106C1C6C61A17003684F8539BC728470 /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; + 104225B66F8B29F7CEB9F2572BC857F1 /* RNRandomBytes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNRandomBytes.m; path = ios/RCTCrypto/RNRandomBytes.m; sourceTree = ""; }; 106D0A6DACBEAE77CCC59193A3D4B2B7 /* SDWebImageOptionsProcessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOptionsProcessor.m; path = SDWebImage/Core/SDWebImageOptionsProcessor.m; sourceTree = ""; }; - 10749EAC10802ABFA582AC0F30D13C89 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 108A9F55F9A01956ADF7C3BCC27D7567 /* LNInterpolable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = LNInterpolable.m; sourceTree = ""; }; 108CAA5137B858D01DEC8560B338FE85 /* SKHighlightOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKHighlightOverlay.h; path = iOS/Plugins/FlipperKitPluginUtils/FlipperKitHighlightOverlay/SKHighlightOverlay.h; sourceTree = ""; }; - 108F6BE54A0DCEFE2882EFF150B41C5D /* BSG_KSString.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSString.c; sourceTree = ""; }; - 10AA59EF494F774934362A47B6A03289 /* UMReactNativeAdapter.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMReactNativeAdapter.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 108CBD8729DF942C8AD7355F78093992 /* RCTImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageLoader.mm; sourceTree = ""; }; + 1095E27D248353AE218240BF8250410E /* GoogleUtilities-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleUtilities-dummy.m"; sourceTree = ""; }; + 10A07E6001A83CEC9DF53CC50DDD02C2 /* EXLocalAuthentication.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXLocalAuthentication.debug.xcconfig; sourceTree = ""; }; + 10AFBA89BB2EECA51A690D0323D8A62B /* react-native-cameraroll.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-cameraroll.debug.xcconfig"; sourceTree = ""; }; 10C26B6C57391F13B031D5B60B41F7FF /* Range.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Range.h; path = folly/Range.h; sourceTree = ""; }; - 10D41D5C82DD341F63F676F754DACFE3 /* React-RCTBlob.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTBlob.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 11242847A781AC0163039F2B9881CF4A /* quant_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_dec.c; path = src/dec/quant_dec.c; sourceTree = ""; }; + 11258F550F688ABD2141B52EA0B88871 /* RCTNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeModule.h; sourceTree = ""; }; 113B9DDFFEC7B7401738614040C766B2 /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = SDWebImage/Core/SDImageCodersManager.m; sourceTree = ""; }; 113C58D77D13F18EA2C42C2170C1E805 /* mdc2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mdc2.h; path = ios/include/openssl/mdc2.h; sourceTree = ""; }; - 1151F375916B69A3BC7B63C479029C4C /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFPSGraph.h; path = React/CoreModules/RCTFPSGraph.h; sourceTree = ""; }; + 1141FC3B5BB4679B7E69FDC404638684 /* UMBarCodeScannerInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMBarCodeScannerInterface.debug.xcconfig; sourceTree = ""; }; + 114935C1D2FF9C10E262F2E00706870F /* YGValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGValue.cpp; path = yoga/YGValue.cpp; sourceTree = ""; }; 115930C64177276C62308D6A3E16EFC8 /* FBCxxFollyDynamicConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBCxxFollyDynamicConvert.h; path = iOS/FlipperKit/FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.h; sourceTree = ""; }; 11649DB28F09DA2C221F0014D73E752F /* FIRCLSCompactUnwind_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCompactUnwind_Private.h; path = Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind_Private.h; sourceTree = ""; }; - 1167A82C52B0ECBC78D83B46AD0CB121 /* BugsnagKeys.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKeys.h; sourceTree = ""; }; - 116B482B0B2264D28B43B3E671B105DA /* EXPermissions-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXPermissions-prefix.pch"; sourceTree = ""; }; - 11A03DE47CBDE423FC47DDA29F3136E4 /* RCTInspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspector.h; sourceTree = ""; }; + 117AF9DD15971B305C647F1B85ADE59D /* UMViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMViewManager.h; path = UMCore/UMViewManager.h; sourceTree = ""; }; + 11943036BC71FF8BBEBFAD91D59196BE /* REAModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REAModule.m; path = ios/REAModule.m; sourceTree = ""; }; 11A24AC324C55976F55724F9D4235D75 /* AtomicHashUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicHashUtils.h; path = folly/detail/AtomicHashUtils.h; sourceTree = ""; }; - 11ADD70E00C3BEFC01BCC31A97828A52 /* RCTDevLoadingViewSetEnabled.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevLoadingViewSetEnabled.m; sourceTree = ""; }; - 11B4F4D252B29980AAD6033DE734CF35 /* FBReactNativeSpec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBReactNativeSpec.h; path = FBReactNativeSpec/FBReactNativeSpec.h; sourceTree = ""; }; - 11B8128A49577069D4A1EAB52FB5414A /* KeyboardTrackingViewTempManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = KeyboardTrackingViewTempManager.h; sourceTree = ""; }; - 11C11C0A3046603B4C05F20AEAB3394D /* RCTConvert+REATransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+REATransition.m"; sourceTree = ""; }; - 11C87E662AC67D5498A1DE77D96AD407 /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; - 11CE9B3BA02132F719EE481C3175D22B /* RNVectorIcons-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNVectorIcons-prefix.pch"; sourceTree = ""; }; + 11B69FFD7AB91D6B73E56B5E279B6794 /* React-RCTSettings.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.debug.xcconfig"; sourceTree = ""; }; 11EC576DB5495B159AAABD36581CE700 /* FIRCLSSymbolResolver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSymbolResolver.h; path = Crashlytics/Crashlytics/Models/FIRCLSSymbolResolver.h; sourceTree = ""; }; - 11EC96E602329B308F798610BC9EEB01 /* ARTRenderable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTRenderable.h; path = ios/ARTRenderable.h; sourceTree = ""; }; - 11F01B553D15A2CFA37803115389D4AD /* InspectorInterfaces.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorInterfaces.cpp; sourceTree = ""; }; 11F13EDCF4E519D09E92C106D56089EB /* StaticConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StaticConst.h; path = folly/lang/StaticConst.h; sourceTree = ""; }; - 11FE0D3318F8A8083C3359A7EB5FBBC7 /* RCTProgressViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProgressViewManager.h; sourceTree = ""; }; 120A68F88C5C315AE30D7C59E4AB7582 /* IOBuf.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IOBuf.cpp; path = folly/io/IOBuf.cpp; sourceTree = ""; }; - 121526DF0C3B2F1BAF2E342A84E751C9 /* RCTI18nManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTI18nManager.mm; sourceTree = ""; }; 121C80BAAB9781FFB78F56A6FF70DC74 /* FIRCLSCrashedMarkerFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCrashedMarkerFile.h; path = Crashlytics/Crashlytics/Components/FIRCLSCrashedMarkerFile.h; sourceTree = ""; }; 121CB29F1D6AFC4C64FCE9DE921561B9 /* Phase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Phase.h; path = folly/init/Phase.h; sourceTree = ""; }; + 12267D85A37BFC81722C4E44A7361612 /* BSG_KSCrashC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashC.c; sourceTree = ""; }; 122E8A99C50C7776793BC31871411F2F /* FBLPromise+Retry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Retry.h"; path = "Sources/FBLPromises/include/FBLPromise+Retry.h"; sourceTree = ""; }; 1243420770A466F72B9FED56C32943D3 /* bn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bn.h; path = ios/include/openssl/bn.h; sourceTree = ""; }; + 12573D449D8D46379E847CC3051DA33F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 125AA0ADA13DC01DDB51D3A0C7D14423 /* Shell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Shell.h; path = folly/system/Shell.h; sourceTree = ""; }; - 1268EBD1567B59B38B40BD6ABB4C3F4E /* BSG_KSCrashSentry_MachException.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_MachException.c; sourceTree = ""; }; - 12BEAB72F554E7473109E9AA04077995 /* TurboModuleUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleUtils.h; path = turbomodule/core/TurboModuleUtils.h; sourceTree = ""; }; + 1285EE3D3420EFD950A561662E741975 /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; + 12B0789AEB598E09E5751C3F1D291A25 /* FBLazyVector.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBLazyVector.debug.xcconfig; sourceTree = ""; }; 12C8EF895828631BF5FF655422B75552 /* openssl_opensslconf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = openssl_opensslconf.h; path = Core/aes/openssl/openssl_opensslconf.h; sourceTree = ""; }; + 12E259AD5FF218CB89EA5C3214F0E620 /* UMMagnetometerUncalibratedInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerUncalibratedInterface.h; path = UMSensorsInterface/UMMagnetometerUncalibratedInterface.h; sourceTree = ""; }; + 12E92A8A000E007A7CE98D9A98B4CECB /* React-RCTImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTImage-dummy.m"; sourceTree = ""; }; 12FEBBAA25ADB022C6E2F7D644167C43 /* aes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = aes.h; path = ios/include/openssl/aes.h; sourceTree = ""; }; 130335B611EDD6AFF8824641E06138D6 /* libEXVideoThumbnails.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXVideoThumbnails.a; path = libEXVideoThumbnails.a; sourceTree = BUILT_PRODUCTS_DIR; }; 1313D91AE423FD57E13E8A04D59426D5 /* FlipperState.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FlipperState.cpp; path = xplat/Flipper/FlipperState.cpp; sourceTree = ""; }; - 1316F12DDAF1923F2A33044388EA569E /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTStatusBarManager.h; path = React/CoreModules/RCTStatusBarManager.h; sourceTree = ""; }; - 13204D1DBD99998D3398EF8FB64CE9DF /* RNCSafeAreaViewEdges.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaViewEdges.h; path = ios/SafeAreaView/RNCSafeAreaViewEdges.h; sourceTree = ""; }; 1322B5A410AF4AC8672E585C3DF04788 /* FIRCLSThreadState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSThreadState.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.h; sourceTree = ""; }; - 132FEDDDF44FD1E5DDFE369448A644BA /* BugsnagErrorReportApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagErrorReportApiClient.m; sourceTree = ""; }; - 1331A6332014250EB5A7436D9254487E /* RCTSinglelineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputViewManager.h; sourceTree = ""; }; + 1334C86C0D531A276D6D9CD5117FBCB9 /* RNCMaskedView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCMaskedView.debug.xcconfig; sourceTree = ""; }; 1342E4C32D6D019A9D63E3F2A860FB21 /* GDTCORPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORPlatform.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORPlatform.h; sourceTree = ""; }; 134B595262E2B2DC2CE3B66C203EBD88 /* FIRCLSNetworkResponseHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSNetworkResponseHandler.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSNetworkResponseHandler.h; sourceTree = ""; }; - 1361757F1F017A72131FAD80D0FA5148 /* SafeAreaSpacerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaSpacerView.m; sourceTree = ""; }; + 135BACF5EF51531413958FCDD65EB91E /* YGConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = yoga/YGConfig.h; sourceTree = ""; }; 1368C5910C87B9560EFEEA43E5F26243 /* DynamicConverter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DynamicConverter.h; path = folly/DynamicConverter.h; sourceTree = ""; }; - 1384371C5326959A3BF4B62E57652385 /* installation.md */ = {isa = PBXFileReference; includeInIndex = 1; name = installation.md; path = docs/installation.md; sourceTree = ""; }; 139506628B1A3399449B36F8C8911000 /* bit_reader_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bit_reader_utils.c; path = src/utils/bit_reader_utils.c; sourceTree = ""; }; + 13B15E76412BA289DADA87A4299F43F8 /* JSDeltaBundleClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSDeltaBundleClient.h; sourceTree = ""; }; 13C8C8B254851998F9289F71229B28A2 /* libFirebaseInstallations.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseInstallations.a; path = libFirebaseInstallations.a; sourceTree = BUILT_PRODUCTS_DIR; }; 13CD241B5E36B9DCE7C5A93B7F1A9E9A /* Unicode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Unicode.cpp; path = folly/Unicode.cpp; sourceTree = ""; }; - 13DA8C3220BD577FF138656489293BA9 /* UMAppLoader.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMAppLoader.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 13CF0886E23BD22512D418EF7C1A6934 /* TurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModule.h; path = turbomodule/core/TurboModule.h; sourceTree = ""; }; + 13D043217137541667C41FB6D14144EB /* RCTCxxUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxUtils.mm; sourceTree = ""; }; + 13DB4275F1228B26DEF4C1B58A4FFC94 /* RCTEventAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventAnimation.m; sourceTree = ""; }; 13E51C441BA6D4BDCE3C7476E0703319 /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = SDWebImage/Core/SDWebImageIndicator.h; sourceTree = ""; }; - 13EF748049061D2E49DDA06B60EDD842 /* ReactNativeART.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = ReactNativeART.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 13F0A29462F625C779ECF572B1353F96 /* OpenSSLCertUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSLCertUtils.h; path = folly/ssl/OpenSSLCertUtils.h; sourceTree = ""; }; 13F4452B782828682F12ADE1275B604D /* MMKV_OSX.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKV_OSX.h; path = Core/MMKV_OSX.h; sourceTree = ""; }; + 13FB2379AA885D159107AA3154DE6A21 /* react-native-mmkv-storage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-mmkv-storage.release.xcconfig"; sourceTree = ""; }; 14032B6DF2909EA928292E52FF85A81E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = rsocket/README.md; sourceTree = ""; }; - 140B832501D3D5F816835742974E1617 /* zh-Hans.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hans.lproj"; path = "ios/QBImagePicker/QBImagePicker/zh-Hans.lproj"; sourceTree = ""; }; - 14170FE9FF11DDAD16F33E62D86346F9 /* Yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Yoga-prefix.pch"; sourceTree = ""; }; 1425B2F0CC636B4147403543505119A8 /* SocketFastOpen.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SocketFastOpen.cpp; path = folly/detail/SocketFastOpen.cpp; sourceTree = ""; }; - 142BCC219A98BE902B4A9A46E3F67871 /* RNFBCrashlyticsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBCrashlyticsModule.m; path = ios/RNFBCrashlytics/RNFBCrashlyticsModule.m; sourceTree = ""; }; 1433D249C3C9D290C30C41826CEAF193 /* FIRCLSFABHost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABHost.h; path = Crashlytics/Shared/FIRCLSFABHost.h; sourceTree = ""; }; - 143BB0BB1E772DDAD9EC0DFFA32E60D4 /* BSG_KSCrashC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashC.c; sourceTree = ""; }; 144166EAFBE39D3603FA5CDBC62325FA /* DistributedMutexSpecializations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DistributedMutexSpecializations.h; path = folly/synchronization/DistributedMutexSpecializations.h; sourceTree = ""; }; - 1445E0B097068CB35C33467AAD6635D7 /* RNLongPressHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNLongPressHandler.m; sourceTree = ""; }; - 144EE497A38980848F5B902705CDA9E8 /* Shared.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Shared.m; sourceTree = ""; }; 145B48CE292EAA76F5799A61E70131FB /* RSocketStats.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketStats.cpp; path = rsocket/RSocketStats.cpp; sourceTree = ""; }; - 145FA650129CA881C56F6639EB0002F0 /* UMTaskInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskInterface.h; path = UMTaskManagerInterface/UMTaskInterface.h; sourceTree = ""; }; + 146E3554D46D43755846C29AEE24E700 /* REAPropsNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAPropsNode.h; sourceTree = ""; }; + 14717AB7F29D68B559C1440E173AB413 /* RCTRsaUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RCTRsaUtils.swift; path = ios/RCTCrypto/RCTRsaUtils.swift; sourceTree = ""; }; 147F5B50E02D3D1F04DC42B57A7AA3E3 /* StringKeyedUnorderedSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StringKeyedUnorderedSet.h; path = folly/experimental/StringKeyedUnorderedSet.h; sourceTree = ""; }; - 148682F2D807CD8544CC989AE26CBBBC /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 149C431A46F65E8D9E1058226E2683D7 /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevSettings.mm; sourceTree = ""; }; - 14A043F1B4E6CF6DAE5455902245535C /* RCTImageURLLoaderWithAttribution.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageURLLoaderWithAttribution.h; path = Libraries/Image/RCTImageURLLoaderWithAttribution.h; sourceTree = ""; }; - 14A8FEC046CE4FEF01CDF09AB5DEE0D0 /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; - 14ADE25D8B9F56EBF4594AD292A652A8 /* decorator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = decorator.h; sourceTree = ""; }; + 14A22C401C1B1C83A667572C8B5BA5B1 /* UIResponder+FirstResponderTemp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIResponder+FirstResponderTemp.h"; sourceTree = ""; }; + 14B31094D40F3180A66DDD6DD415DE94 /* RNLocalize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNLocalize.m; path = ios/RNLocalize.m; sourceTree = ""; }; + 14CB05ACEC53F519214CD198D024E10A /* RNFBAnalyticsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBAnalyticsModule.m; path = ios/RNFBAnalytics/RNFBAnalyticsModule.m; sourceTree = ""; }; 14CD3913F15D6920187A56827793D3CF /* stl_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stl_logging.h; path = src/glog/stl_logging.h; sourceTree = ""; }; 14E56BDE5BFC0425FE97F89ACDE35690 /* GDTCOREvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCOREvent.m; path = GoogleDataTransport/GDTCORLibrary/GDTCOREvent.m; sourceTree = ""; }; - 14FDD70F44EB365EDCA2EA8793BA2614 /* React-jsi-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsi-prefix.pch"; sourceTree = ""; }; - 15002F497B38534C7E85E93F6D8828D5 /* UMAppDelegateWrapper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMAppDelegateWrapper.m; path = UMCore/UMAppDelegateWrapper.m; sourceTree = ""; }; 1506362A28EA68185FB4282B57303739 /* SDWebImageWebPCoder.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImageWebPCoder.release.xcconfig; sourceTree = ""; }; - 1507A41F76DD9D42DB7B9C3BAB7E694A /* RCTRawTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextViewManager.h; sourceTree = ""; }; 151A74F8B1E11245B7EEC1A1E421ED87 /* md5.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = md5.h; path = ios/include/openssl/md5.h; sourceTree = ""; }; + 152FF53DE0BDAB6836D5D1422E1497DC /* EXHapticsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXHapticsModule.h; path = EXHaptics/EXHapticsModule.h; sourceTree = ""; }; + 15436CBB674FC9C3C4B44FCADD90A35D /* RNFBMeta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBMeta.h; path = ios/RNFBApp/RNFBMeta.h; sourceTree = ""; }; 1555860829E7CA0A51C1F82EECCBF570 /* SSLContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSLContext.h; path = folly/io/async/SSLContext.h; sourceTree = ""; }; - 1564F064BC7FB538AC2958CE2F7CAF97 /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHTTPRequestHandler.h; path = Libraries/Network/RCTHTTPRequestHandler.h; sourceTree = ""; }; 15696EE7EC24A9F91EE35B92135163C9 /* muxi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = muxi.h; path = src/mux/muxi.h; sourceTree = ""; }; 15728E2E8C6A530CD705E2CE4AC4FA98 /* nanopb-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "nanopb-dummy.m"; sourceTree = ""; }; 15784486174549E80D45256BFE704A6A /* FIRCrashlytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCrashlytics.m; path = Crashlytics/Crashlytics/FIRCrashlytics.m; sourceTree = ""; }; 1582E233DA3441F881C9DC9898B4B8A8 /* AtomicIntrusiveLinkedList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicIntrusiveLinkedList.h; path = folly/AtomicIntrusiveLinkedList.h; sourceTree = ""; }; - 1587866A6653359CAB2D5C6BF733981F /* JSBigString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSBigString.cpp; sourceTree = ""; }; 15912309AA610251329D74FA111DE5CA /* libRNLocalize.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNLocalize.a; path = libRNLocalize.a; sourceTree = BUILT_PRODUCTS_DIR; }; 15A7CE841196547E76CAB994F30443D3 /* Base.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = Base.lproj; path = "Objective-C/TOCropViewController/Resources/Base.lproj"; sourceTree = ""; }; + 15C37484BF40A3BF8539B2D029C69D64 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 15CD676C4280876800A904F148E764D7 /* backward_references_cost_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = backward_references_cost_enc.c; path = src/enc/backward_references_cost_enc.c; sourceTree = ""; }; 15D2194EF23755FBE76A2FB3FAA07FEC /* MMKV_Android.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMKV_Android.cpp; path = Core/MMKV_Android.cpp; sourceTree = ""; }; - 15DD928E776E8E1468A601C836B27774 /* LNAnimatorTemp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNAnimatorTemp.h; sourceTree = ""; }; - 15EA15A288C680BA2C196F4FEA6F5D1F /* Pbkdf2.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Pbkdf2.m; sourceTree = ""; }; + 15D2DE204B96BF039F373E4E73D6767F /* RNCPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCPickerManager.m; path = ios/RNCPickerManager.m; sourceTree = ""; }; + 15F55F336E286AF3890390511ECB1AC8 /* BugsnagErrorReportApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagErrorReportApiClient.m; sourceTree = ""; }; 15F770A4D5BC785683DD7C5AE37D01A1 /* Observer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Observer.h; path = yarpl/observable/Observer.h; sourceTree = ""; }; 15F9371AFC26821AD43D9285523D4748 /* FBLPromise+Wrap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Wrap.h"; path = "Sources/FBLPromises/include/FBLPromise+Wrap.h"; sourceTree = ""; }; - 15FB2FCBC1341B6B8B5B77C425DEB964 /* BugsnagApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagApiClient.h; sourceTree = ""; }; + 15FA7CCB76FAC137A2CE18E0DBEEA213 /* react-native-cameraroll.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-cameraroll.release.xcconfig"; sourceTree = ""; }; 162DF357A5D6A3074EC49D6A9D7F9D03 /* FBLPromise+All.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+All.m"; path = "Sources/FBLPromises/FBLPromise+All.m"; sourceTree = ""; }; - 164181A5F456879F1ECD813AA1DD078B /* QBImagePickerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBImagePickerController.m; path = ios/QBImagePicker/QBImagePicker/QBImagePickerController.m; sourceTree = ""; }; + 164EBA159426E1BEE8D1FD56C83B51A0 /* experiments.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = experiments.cpp; sourceTree = ""; }; + 1652F768E1CB796E44E98D5AA3B0E08F /* BugsnagSessionTrackingPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingPayload.h; sourceTree = ""; }; 166BD3AA6CAA2CCC0AB660F2BD9ABF51 /* IPAddressV4.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IPAddressV4.cpp; path = folly/IPAddressV4.cpp; sourceTree = ""; }; 1670B045C7796A8C1BF8C8B7D3001C35 /* asn1t.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = asn1t.h; path = ios/include/openssl/asn1t.h; sourceTree = ""; }; 1671D95D2A1FEE5F77B2F3BFAE7BA7B1 /* SDDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDisplayLink.m; path = SDWebImage/Private/SDDisplayLink.m; sourceTree = ""; }; - 167B6DA102D18369FBE1026EF6C7B8DC /* QBSlomoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBSlomoIconView.h; path = ios/QBImagePicker/QBImagePicker/QBSlomoIconView.h; sourceTree = ""; }; - 1682C82F9B26C69C1FB419EF9304A64C /* RNDeviceInfo.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNDeviceInfo.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 16796F247BD5E397418931BD0FC32B24 /* GULSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSwizzler.h; path = GoogleUtilities/MethodSwizzler/Private/GULSwizzler.h; sourceTree = ""; }; 1684FE796CDB3D6D4406490BA4929159 /* SDImageGraphics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGraphics.m; path = SDWebImage/Core/SDImageGraphics.m; sourceTree = ""; }; 16A59E0EF96D14462C4073136CC9D50E /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = SDWebImage/Core/SDAnimatedImageRep.m; sourceTree = ""; }; - 16A80E535174A91FA700620DDFF7676C /* RNDateTimePicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNDateTimePicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 16BF2F3F7FAE1B6F2BFA90146B4D2BC8 /* react-native-webview.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-webview.debug.xcconfig"; sourceTree = ""; }; - 16D73A0F9B78AC956B935687157C8F75 /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; - 16E5F638396982BB4B6499455455B0BE /* RCTLinkingPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLinkingPlugins.mm; sourceTree = ""; }; - 16F0ED504CD7D7B69162D5BD3518F90A /* JSINativeModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSINativeModules.cpp; path = jsireact/JSINativeModules.cpp; sourceTree = ""; }; + 16B6ADFE5A4823F7A5999979A71FB120 /* RCTPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPickerManager.m; sourceTree = ""; }; + 16E01FD76C7459D603D4544524128454 /* react-native-appearance.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-appearance.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 16F18DBFE346A5A481E073509805F5DF /* SSLOptions.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SSLOptions.cpp; path = folly/io/async/SSLOptions.cpp; sourceTree = ""; }; + 16FA902DB3CE3466927113F1DF04BF00 /* RNCConnectionState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCConnectionState.m; path = ios/RNCConnectionState.m; sourceTree = ""; }; + 16FCCF88559014ACF827EB8B74D32BA7 /* react-native-slider.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-slider.debug.xcconfig"; sourceTree = ""; }; + 170434F8CCAFC3B48E64ED0EABE7D88C /* BugsnagReactNative.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = BugsnagReactNative.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 1708504D90BF92C2DE490B535EFFB159 /* StreamRequester.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamRequester.cpp; path = rsocket/statemachine/StreamRequester.cpp; sourceTree = ""; }; 17403AC316FCF34A863F06CB4FAD5AC2 /* Bits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bits.h; path = folly/Bits.h; sourceTree = ""; }; 174311ED47D3D8C0E1BBD02EE2741FA4 /* MicroLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MicroLock.h; path = folly/MicroLock.h; sourceTree = ""; }; - 1747FDA73682FB78ABBE7C1F0D771F3F /* react-native-cookies-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-cookies-prefix.pch"; sourceTree = ""; }; - 1749D28981829096D828BD34F0484AD0 /* React-RCTAnimation.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTAnimation.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 17489A762F6EE7DC4362488A3DFD32BC /* RCTUITextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = ""; }; 1755BCB66039C137A85759A7F94BCBA6 /* Pods-defaults-Rocket.Chat-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-defaults-Rocket.Chat-dummy.m"; sourceTree = ""; }; - 17562386873948B0152954085FF687E6 /* RCTImageURLLoaderWithAttribution.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageURLLoaderWithAttribution.mm; sourceTree = ""; }; - 1772EC77AE13BFC168B7D8978E81A6C9 /* RNFastImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFastImage.release.xcconfig; sourceTree = ""; }; - 17845C38D05BBD45DFB217FFC17E7129 /* ReactCommon-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactCommon-prefix.pch"; sourceTree = ""; }; + 17577A6287D04D2AAE4C0CE7D0E4DC84 /* BSGOutOfMemoryWatchdog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGOutOfMemoryWatchdog.h; sourceTree = ""; }; + 176536175921F595772994F329CF39A1 /* React-RCTLinking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTLinking-dummy.m"; sourceTree = ""; }; 178AFF9E0566AE4583BFA80CAFBE88A7 /* vp8l_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8l_enc.c; path = src/enc/vp8l_enc.c; sourceTree = ""; }; - 1796C6A69074713A2D17439CAFBC78FE /* RNConfigReader.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNConfigReader.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 17A8CA111B7C0A352CBED6FDA0EF6E00 /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = SDWebImage/Core/SDMemoryCache.m; sourceTree = ""; }; + 17B9D16401236CC4F2E438311F52D637 /* KeyCommands-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KeyCommands-prefix.pch"; sourceTree = ""; }; + 17BB614665C4EB3C87BD750EB547E17D /* RCTImageEditingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageEditingManager.h; path = Libraries/Image/RCTImageEditingManager.h; sourceTree = ""; }; 17DA2C266661DD03ACE89B60391E381D /* SKStateUpdateCPPWrapper.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKStateUpdateCPPWrapper.mm; path = iOS/FlipperKit/SKStateUpdateCPPWrapper.mm; sourceTree = ""; }; - 17E2EC302E6FFA939CD2E62BD7A3DE92 /* REATransitionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionManager.m; sourceTree = ""; }; + 17EDB224AC57F978880C3FC4F79BEE9B /* RCTDivisionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDivisionAnimatedNode.m; sourceTree = ""; }; 17EEA1AB8178522A812721C8276C2277 /* TurnSequencer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurnSequencer.h; path = folly/detail/TurnSequencer.h; sourceTree = ""; }; + 17F4FDD8615DDD141ED32379F82B39A0 /* UMTaskServiceInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskServiceInterface.h; path = UMTaskManagerInterface/UMTaskServiceInterface.h; sourceTree = ""; }; + 17F6B6C64ABF99476438A1DA4CDDC3B8 /* QBImagePicker.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = QBImagePicker.storyboard; path = ios/QBImagePicker/QBImagePicker/QBImagePicker.storyboard; sourceTree = ""; }; 1805431BA300537A75B6F3008ECABF8E /* FirebaseCoreDiagnostics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreDiagnostics.debug.xcconfig; sourceTree = ""; }; 180D90CEBCBD4A7E23C6FFFDA3A4C14E /* SKMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKMacros.h; path = iOS/FlipperKit/SKMacros.h; sourceTree = ""; }; - 18186A650ED00607E9D57908461861AE /* RNBootSplash.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNBootSplash.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 1811CC1E05BA91308113E0447FFF669E /* RCTDatePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePicker.m; sourceTree = ""; }; 182174290313A6F0F4E06EE8C2709B5E /* SharedPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SharedPromise.h; path = folly/futures/SharedPromise.h; sourceTree = ""; }; - 182B047509820834CB289CB4785E27B2 /* RNCWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWebViewManager.h; path = apple/RNCWebViewManager.h; sourceTree = ""; }; - 183A3CD2CB620A391A684401DEFA61DD /* React-cxxreact.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-cxxreact.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 184328C5938286F59C0E415DAFFF44CE /* react-native-notifications-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-notifications-prefix.pch"; sourceTree = ""; }; - 18480D66825A194C07A812F54A459022 /* RNFetchBlobProgress.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobProgress.m; path = ios/RNFetchBlobProgress.m; sourceTree = ""; }; - 185AF3CE12ECA801C8FF000E4ED57664 /* GULNSDataInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNSDataInternal.h; path = "GoogleUtilities/NSData+zlib/Private/GULNSDataInternal.h"; sourceTree = ""; }; - 18609DC983FCC60F828BA780192419A8 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 18615B7AD54983D86DB88848732FC3C1 /* RNFastImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFastImage.debug.xcconfig; sourceTree = ""; }; 188D155BEC1BCF1EC6453AB17CEA1966 /* FIRCLSFABNetworkClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABNetworkClient.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSFABNetworkClient.h; sourceTree = ""; }; - 18B420544DFE8AB06F95D49E386C00AF /* RCTMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedView.m; sourceTree = ""; }; + 189F11D81A75938F1C6BB1D705FEF05D /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 18A2A6189AF2B66131A3972FFDB38639 /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; + 18CEE7717F1C1646B51177AF763B9B4B /* RCTTVNavigationEventEmitter.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTVNavigationEventEmitter.mm; sourceTree = ""; }; 18D0B1E13C69654196028DD6EDCC3452 /* libRNFBApp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNFBApp.a; path = libRNFBApp.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 18DB2D0FDBBD540C6281053E3588410B /* react-native-webview-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-webview-dummy.m"; sourceTree = ""; }; - 18F5326A66E9B9F87251B3EBDF27FC01 /* RNCAssetsLibraryRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAssetsLibraryRequestHandler.h; path = ios/RNCAssetsLibraryRequestHandler.h; sourceTree = ""; }; - 18FB6816297670D9E489E39D5BE1F062 /* EXAppleAuthenticationRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppleAuthenticationRequest.h; path = EXAppleAuthentication/EXAppleAuthenticationRequest.h; sourceTree = ""; }; + 18DCF62AE9E398F075F5821EB8D850B8 /* RNDeviceInfo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDeviceInfo.debug.xcconfig; sourceTree = ""; }; + 18EA0DB4508261118A379726AE046469 /* BSG_KSCrashReportWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportWriter.h; sourceTree = ""; }; 18FD7ED6DC27EACF884F102538F380D9 /* filters_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_sse2.c; path = src/dsp/filters_sse2.c; sourceTree = ""; }; 19089AC5762E3B0A6B8D7AA7B7BAB27C /* conf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conf.h; path = ios/include/openssl/conf.h; sourceTree = ""; }; - 191E57DAFB1A44C2E9081B4461D8D241 /* ReactNativeUiLib.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = ReactNativeUiLib.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 191BAEAAE97F41BC2E2BC135914FC373 /* RNFBPreferences.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBPreferences.h; path = ios/RNFBApp/RNFBPreferences.h; sourceTree = ""; }; + 191DE639E4AD159AB956046DE73BB188 /* BugsnagBreadcrumb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagBreadcrumb.h; sourceTree = ""; }; 192305CD9EED58441A262C59EDABCF79 /* HazptrObjLinked.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrObjLinked.h; path = folly/synchronization/HazptrObjLinked.h; sourceTree = ""; }; 19237521580DB582429BC6C098BD1737 /* FIRCLSConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSConstants.h; path = Crashlytics/Shared/FIRCLSConstants.h; sourceTree = ""; }; - 194E3BAF0D8BB1ED7DF7E3D4C37D6488 /* YGNodePrint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodePrint.h; path = yoga/YGNodePrint.h; sourceTree = ""; }; - 196364F05AC5F5C49EAF2471D15E4A77 /* RCTMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedViewManager.m; sourceTree = ""; }; - 1969DC4478F87606B1654B2E9E097991 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 19881F57FA6BDB29833E728A00D242E6 /* FIRCLSRecordApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordApplication.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordApplication.h; sourceTree = ""; }; - 19B7F500E18F8C527E72F66E8A9281AE /* RCTCrypto-Bridging-Header.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTCrypto-Bridging-Header.h"; path = "ios/RCTCrypto/RCTCrypto-Bridging-Header.h"; sourceTree = ""; }; - 19DC2F19298796986F2DB6D6D8DC47EC /* UMFontInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFontInterface.debug.xcconfig; sourceTree = ""; }; - 19E4A5F3E8205DD2D3B194B29C0FB96D /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; - 19F346CCE20204268E49103980DF09C4 /* BSG_KSSignalInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSignalInfo.h; sourceTree = ""; }; - 1A0B56E63420029E1AEE6643D7CC7D58 /* REAValueNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAValueNode.h; sourceTree = ""; }; - 1A0E6EA81564763BD36D19722DB4150B /* RCTMultiplicationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultiplicationAnimatedNode.m; sourceTree = ""; }; + 1999077747FBD16E39EC0BC723FD65CD /* RCTInputAccessoryShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryShadowView.m; sourceTree = ""; }; + 19BEA339762F395A5E74C59E1678CDF3 /* UMCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMCore-dummy.m"; sourceTree = ""; }; + 19DCE5754EE946E76B80323EDBE27078 /* GULNetworkLoggerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkLoggerProtocol.h; path = GoogleUtilities/Network/Private/GULNetworkLoggerProtocol.h; sourceTree = ""; }; + 19E390F6CDDD2860C937DBC0D8FC638C /* REACondNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REACondNode.h; sourceTree = ""; }; + 19E6C8C9D98422E65179C801156A0414 /* react-native-mmkv-storage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-mmkv-storage.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 19F4744135B4EC0215EEF8F8EA396E5A /* react-native-background-timer.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-background-timer.release.xcconfig"; sourceTree = ""; }; 1A160FC63EF8C86A7E5D51894C1D0B0F /* QuotientMultiSet-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QuotientMultiSet-inl.h"; path = "folly/experimental/QuotientMultiSet-inl.h"; sourceTree = ""; }; - 1A1721DE1E6380CAE20148A6F50F1F10 /* TurboModuleBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleBinding.h; path = turbomodule/core/TurboModuleBinding.h; sourceTree = ""; }; - 1A1768EE0AC3475ACB1ADC65D0961C91 /* RCTConvertHelpers.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTConvertHelpers.mm; sourceTree = ""; }; + 1A16BEFA0732A311A7437BD837F0A716 /* RsaFormatter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RsaFormatter.h; sourceTree = ""; }; + 1A16E74D2C944D9003FAA6A0463B53F8 /* StorageIndexer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StorageIndexer.h; path = ios/StorageIndexer.h; sourceTree = ""; }; + 1A42CEBCAF57FA14D9DDC864E459C2B3 /* EXFilePermissionModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFilePermissionModule.h; path = EXFileSystem/EXFilePermissionModule.h; sourceTree = ""; }; 1A449FAA89D783212C4448944539A8A5 /* bufferevent_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bufferevent_compat.h; path = src/event2/bufferevent_compat.h; sourceTree = ""; }; 1A51E975AF8C03EA935BC507DC4FC2F4 /* muxedit.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxedit.c; path = src/mux/muxedit.c; sourceTree = ""; }; - 1A586E6EB626170EAADFB59967E54BE7 /* GULAppDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m; sourceTree = ""; }; 1A597DB99FED31AE7436208B5BCD99B1 /* PromisesObjC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromisesObjC.release.xcconfig; sourceTree = ""; }; 1A7A7DAB415332DBDEF7E49B399BCE09 /* FlipperKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FlipperKit.release.xcconfig; sourceTree = ""; }; + 1A7F25E5A767829D4CED01C09F4C1943 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 1A91E9FF28DFA7E4E89674A5B85ECD54 /* Init.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Init.h; path = folly/ssl/Init.h; sourceTree = ""; }; + 1A96B714B7A076AF454A45FC409ECCE9 /* RCTUITextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextField.m; sourceTree = ""; }; 1AADEA538BA01F7FC3161B2E094449FC /* CString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CString.h; path = folly/lang/CString.h; sourceTree = ""; }; 1AC25A44F6763BA47B30C16996F0FC43 /* StreamResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamResponder.cpp; path = rsocket/statemachine/StreamResponder.cpp; sourceTree = ""; }; - 1AC28C9334607E0B31BC61D3B0FD00E8 /* BugsnagReactNative-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BugsnagReactNative-prefix.pch"; sourceTree = ""; }; 1AC5C912D19912B51BAB93B11DB92C81 /* Unit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Unit.h; path = folly/Unit.h; sourceTree = ""; }; + 1ADE54B145F1A2D59609B2485CB69A35 /* BSG_KSBacktrace_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace_Private.h; sourceTree = ""; }; + 1ADEA98919EDF8172D2973B2802030A3 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 1AE8FBF3D34E6B6945FD9726EBC3073F /* Overload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Overload.h; path = folly/Overload.h; sourceTree = ""; }; 1AE9AD276ACE023E37C3399ED9A29AC2 /* SafeAssert.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SafeAssert.cpp; path = folly/lang/SafeAssert.cpp; sourceTree = ""; }; 1AF37032762368E8AEED68C2B4E679B7 /* ColdResumeHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ColdResumeHandler.h; path = rsocket/ColdResumeHandler.h; sourceTree = ""; }; - 1AFB9D05621A6DC286DC7D63FCC311FB /* RCTDevLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevLoadingView.h; path = React/CoreModules/RCTDevLoadingView.h; sourceTree = ""; }; - 1B1619F8F9268185412A8228547E18F5 /* REAStyleNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAStyleNode.m; sourceTree = ""; }; + 1AF51AC5FB0FC668725B0C4F02B6E17B /* REAPropsNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAPropsNode.m; sourceTree = ""; }; + 1AFC84AA13D2920C0C58887B51153A68 /* React-RCTBlob.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.debug.xcconfig"; sourceTree = ""; }; + 1B13239B04F83A6EE3E080BB4153CD4A /* ObservingInputAccessoryViewTemp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ObservingInputAccessoryViewTemp.h; sourceTree = ""; }; + 1B23DBA576F51516A1F42C9CBB24CA04 /* EXVideoView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoView.h; sourceTree = ""; }; + 1B3FEB373D0D6D06738E0E944A991161 /* RNConfigReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNConfigReader.m; path = ios/RNConfigReader.m; sourceTree = ""; }; + 1B4150A55312A41C4FA68F41B58A915C /* RNCWKProcessPoolManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKProcessPoolManager.m; path = apple/RNCWKProcessPoolManager.m; sourceTree = ""; }; 1B41F89950BA0BD22A8B64CE892B75C6 /* FramedReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FramedReader.h; path = rsocket/framing/FramedReader.h; sourceTree = ""; }; - 1B4C78F68D9011FA8E919D461C9B2FE6 /* YGNodePrint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGNodePrint.cpp; path = yoga/YGNodePrint.cpp; sourceTree = ""; }; 1B55AB8636CB6B060DC158430B717DF8 /* FIRErrors.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRErrors.m; path = FirebaseCore/Sources/FIRErrors.m; sourceTree = ""; }; - 1B6180ECAE92490934C79B1E5BAAE582 /* RNCAsyncStorageDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAsyncStorageDelegate.h; path = ios/RNCAsyncStorageDelegate.h; sourceTree = ""; }; - 1B688204E377100ED83F58775A6BDC06 /* RNGestureHandlerButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerButton.h; path = ios/RNGestureHandlerButton.h; sourceTree = ""; }; + 1B58221E4BDEE2CD688E8C71D07A7A9F /* BSG_KSSignalInfo.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSignalInfo.c; sourceTree = ""; }; 1B6F69193AABF36ED9947802167E5568 /* LockTraits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LockTraits.h; path = folly/LockTraits.h; sourceTree = ""; }; - 1B9176D8E01C8ED7482CD22D805AF148 /* RNCMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCMaskedViewManager.h; path = ios/RNCMaskedViewManager.h; sourceTree = ""; }; - 1B982C9C75305A90662326A7440FA2FD /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; 1B9E15C047CA81F078F50403C4544769 /* small_vector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = small_vector.h; path = folly/small_vector.h; sourceTree = ""; }; - 1BA4B2E6C4915FA5B2A4D4642938FAAD /* RCTAnimationPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAnimationPlugins.mm; sourceTree = ""; }; + 1BB5C7B5A52736F3BE5159030C40DEF8 /* RCTAlertController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAlertController.h; path = React/CoreModules/RCTAlertController.h; sourceTree = ""; }; 1BEA91DBF03149D8F74BBE2A2306ACB5 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Sources/Private/FIRAppInternal.h; sourceTree = ""; }; - 1BEC14CCEBE755246228F4454AF37575 /* RCTRsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRsa.h; path = ios/RCTCrypto/RCTRsa.h; sourceTree = ""; }; - 1BF1F8A01C3EED8B60BC91EB970640CB /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; sourceTree = ""; }; - 1BF2A62CDAEC62FD3C113D8D4F055933 /* ARTBrush.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTBrush.h; sourceTree = ""; }; - 1BFC213B323EB3A64C21D6580AA60B4D /* RCTDatePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePicker.h; sourceTree = ""; }; + 1BEB6AED1C6DE03A1098551CCF034A2B /* rn-extensions-share-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-extensions-share-prefix.pch"; sourceTree = ""; }; + 1BEE61E098F671B53737E80A43C66ABD /* RNCAppearanceProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearanceProvider.m; path = ios/Appearance/RNCAppearanceProvider.m; sourceTree = ""; }; + 1BF68217B2D96906A1AD7989DB71DB75 /* RCTCustomKeyboardViewControllerTemp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomKeyboardViewControllerTemp.h; sourceTree = ""; }; 1C1B54031058F3D5F70B8E814CCE8BB5 /* FIRInstallationsStoredItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStoredItem.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.h; sourceTree = ""; }; - 1C25FA01BB9F9B0D8555E3F0D60E53F5 /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = React/AccessibilityResources/en.lproj; sourceTree = ""; }; - 1C272CB1134AB5CE6C92CB94FD7864C5 /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; 1C284536777907302C2D69E0FE9DFAE6 /* GroupVarint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = GroupVarint.cpp; path = folly/GroupVarint.cpp; sourceTree = ""; }; 1C2C9D209F160529837157C404C4E401 /* MMKVPredef.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKVPredef.h; path = Core/MMKVPredef.h; sourceTree = ""; }; - 1C39AB9266EA68DB2D41A69239B3040B /* RNNotificationParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationParser.m; path = RNNotifications/RNNotificationParser.m; sourceTree = ""; }; - 1C4B873893D6361EDD28E9E05D56A661 /* RNRootView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNRootView-dummy.m"; sourceTree = ""; }; 1C52934A70A9FE7DAB947507EF03C317 /* GoogleAppMeasurement.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleAppMeasurement.framework; path = Frameworks/GoogleAppMeasurement.framework; sourceTree = ""; }; - 1C5C37BF94AE399FBD7929FB5E7ADC8C /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; 1C5E9C4ECFEEBF5D2890F292C4BDAA7E /* FIRCLSMachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachException.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSMachException.h; sourceTree = ""; }; - 1C63F1BB3F8B3C3704F432C3FC5C90AC /* RNReanimated.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNReanimated.debug.xcconfig; sourceTree = ""; }; - 1C7A419EF6BE410C5E7E7B6249010259 /* EXConstants.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXConstants.debug.xcconfig; sourceTree = ""; }; - 1C8C349C07A27BB7369A3DE750B8C29E /* Sha.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Sha.h; sourceTree = ""; }; - 1C8DC4867C477A13779E86217FCCF149 /* rn-extensions-share.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-extensions-share.release.xcconfig"; sourceTree = ""; }; + 1C6B923D31B74BDA5286743872C9FEEA /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; + 1C7848D0A5E7F37F891CA23E1B886D30 /* RCTComponentEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentEvent.m; sourceTree = ""; }; + 1C83AA4F50DCC85655AE803A2E5581EF /* StorageGetters.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = StorageGetters.m; path = ios/StorageGetters.m; sourceTree = ""; }; 1C8FA78232A1AB6CE33837E26D172390 /* ScopedEventBaseThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScopedEventBaseThread.h; path = folly/io/async/ScopedEventBaseThread.h; sourceTree = ""; }; - 1C937DDE947AE51809EC0FE1EC6B82B9 /* React-RCTText.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.release.xcconfig"; sourceTree = ""; }; 1CA3A3E8B8CD76761016D2F850627D82 /* ProxyLockable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ProxyLockable.h; path = folly/synchronization/detail/ProxyLockable.h; sourceTree = ""; }; - 1CA3A9A847227A1B47BC323589CAC841 /* CxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxModule.h; sourceTree = ""; }; - 1CB8136B664A0CF0E4A8135286736FAF /* EXAVPlayerData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAVPlayerData.m; path = EXAV/EXAVPlayerData.m; sourceTree = ""; }; - 1CBA489790F742726930CD6191761278 /* RCTAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationDriver.h; sourceTree = ""; }; + 1CC245ECD79B4EE60968BC212BFEC0A7 /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; 1CC2F3646C250F6FA0B48F976A23EACB /* SpookyHashV2.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SpookyHashV2.cpp; path = folly/hash/SpookyHashV2.cpp; sourceTree = ""; }; + 1CD24DCFAD85966F6DA52E0FC47ADA93 /* FBReactNativeSpec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBReactNativeSpec.h; path = FBReactNativeSpec/FBReactNativeSpec.h; sourceTree = ""; }; + 1CDADFE52D8132B836697A89215195E9 /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialCommunityIcons.ttf; path = Fonts/MaterialCommunityIcons.ttf; sourceTree = ""; }; 1CDCDA48B4512ED96C68BB43177BA65B /* libevent_extra.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libevent_extra.a; path = lib/libevent_extra.a; sourceTree = ""; }; + 1CDFF8481325A876B93E5B482FB60B09 /* BSG_KSCrashState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashState.h; sourceTree = ""; }; 1CE4C2D9652D8E71C491F0536C4E996E /* FlipperPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperPlugin.h; path = xplat/Flipper/FlipperPlugin.h; sourceTree = ""; }; 1CEA916A18C53C87C1E3A57B1B5C51C5 /* symbolize.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = symbolize.cc; path = src/symbolize.cc; sourceTree = ""; }; - 1CFFF7A81E5C833410061E0A401AAE34 /* React-RCTBlob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTBlob-dummy.m"; sourceTree = ""; }; 1D104A1919DACBE845E02DB785246952 /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = SDWebImage/Core/SDImageGIFCoder.m; sourceTree = ""; }; - 1D1E86685077488548FA721D61F797FF /* BSG_KSCrashReportStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashReportStore.m; sourceTree = ""; }; 1D426DFB55A83ADC32C4DBAD3E556914 /* StaticTracepoint-ELFx86.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "StaticTracepoint-ELFx86.h"; path = "folly/tracing/StaticTracepoint-ELFx86.h"; sourceTree = ""; }; - 1D4627F02FFDA1488744A51E94F2C230 /* SafeAreaSpacerShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SafeAreaSpacerShadowView.h; sourceTree = ""; }; - 1D4655B419FA8F428AF966E790038B23 /* ARTContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTContainer.h; path = ios/ARTContainer.h; sourceTree = ""; }; + 1D4B68BE55E884C09A6A711D02E08A60 /* UMReactNativeAdapter-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMReactNativeAdapter-dummy.m"; sourceTree = ""; }; + 1D4B95B08ECDB9402481C8A6023DE604 /* READebugNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = READebugNode.m; sourceTree = ""; }; + 1D4D631DFC321F19D726F4229F4587DC /* RCTConvert+REATransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+REATransition.h"; sourceTree = ""; }; 1D5A942DFE226321150CFFF7E10612F6 /* FirebaseInstallations.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstallations.release.xcconfig; sourceTree = ""; }; - 1D603460E0070E7FC1E3B02E44E8606A /* InspectorInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorInterfaces.h; sourceTree = ""; }; + 1D72B0DD844A5E558BFA7A98C6F42A4A /* react-native-appearance.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-appearance.release.xcconfig"; sourceTree = ""; }; 1D870601367295249DFDFF4998F0FEC5 /* UIImage+Metadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Metadata.h"; path = "SDWebImage/Core/UIImage+Metadata.h"; sourceTree = ""; }; 1D9156975AE29943EA8012F56E1C674A /* SKBufferingPlugin+CPPInitialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SKBufferingPlugin+CPPInitialization.h"; path = "iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKBufferingPlugin+CPPInitialization.h"; sourceTree = ""; }; + 1DAE871E3DA36D4C414B179ADD639775 /* BSG_KSSingleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSingleton.h; sourceTree = ""; }; 1DB3BDD34CCD6BC5F6531626074D1F13 /* pqueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pqueue.h; path = ios/include/openssl/pqueue.h; sourceTree = ""; }; + 1DBD802564E5D14EEA33B89437B51001 /* RCTCxxMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxMethod.mm; sourceTree = ""; }; 1DC66AC6FB5802B9BA94177EDB54263D /* libRNCPicker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNCPicker.a; path = libRNCPicker.a; sourceTree = BUILT_PRODUCTS_DIR; }; 1DC6A00B0C5BF3215918217EFE366919 /* nanopb-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-prefix.pch"; sourceTree = ""; }; 1DC909E4FA02C0D86A3E6F0A19EFB93E /* EventBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBase.cpp; path = folly/io/async/EventBase.cpp; sourceTree = ""; }; - 1DCBACDF4E050016C97F386838D40886 /* BugsnagNotifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagNotifier.h; sourceTree = ""; }; 1DCE0217A06E0F41B806974B457DCE3C /* SysSyscall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysSyscall.h; path = folly/portability/SysSyscall.h; sourceTree = ""; }; - 1DD295EB3519DCCCB0608878C99AB22A /* React-Core-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-prefix.pch"; sourceTree = ""; }; 1DDA4520ED0465CB1C41101927E0409C /* bufferevent_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bufferevent_struct.h; path = src/event2/bufferevent_struct.h; sourceTree = ""; }; 1DF0954BD8054A90907EB224D57A8A24 /* GDTCORUploadCoordinator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORUploadCoordinator.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORUploadCoordinator.m; sourceTree = ""; }; + 1E042BF1C837CE6276B784FAE8AA7BDE /* RNFBAnalytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBAnalytics.release.xcconfig; sourceTree = ""; }; 1E23C68952D39AFDF54E388E42D8329A /* Spin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Spin.h; path = folly/synchronization/detail/Spin.h; sourceTree = ""; }; 1E33C6EA516A521956A74363F04E7B05 /* RSocketServer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketServer.cpp; path = rsocket/RSocketServer.cpp; sourceTree = ""; }; 1E37464D798EAB57966CFA44FD00105A /* WaitOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WaitOptions.h; path = folly/synchronization/WaitOptions.h; sourceTree = ""; }; - 1E47A898A6F7CEAEA679AB474A50D825 /* RNVectorIcons.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNVectorIcons.release.xcconfig; sourceTree = ""; }; - 1E49826CC819AEA6F509737D0E0D7B3C /* RCTStyleAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStyleAnimatedNode.h; sourceTree = ""; }; + 1E4A157E039AF44FC0425020262BE77E /* RNDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDeviceInfo.h; path = ios/RNDeviceInfo/RNDeviceInfo.h; sourceTree = ""; }; 1E4B6CE6FCDF2CAC342852F32F84DB65 /* Codel.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Codel.cpp; path = folly/executors/Codel.cpp; sourceTree = ""; }; + 1E4D29913B6C51E180B392582195C031 /* FBReactNativeSpec-generated.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "FBReactNativeSpec-generated.mm"; path = "FBReactNativeSpec/FBReactNativeSpec-generated.mm"; sourceTree = ""; }; 1E781B9995E4FE6C36B3BCF779F0139A /* FBLPromise+Reduce.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Reduce.h"; path = "Sources/FBLPromises/include/FBLPromise+Reduce.h"; sourceTree = ""; }; 1E83BE81C1F89AA356824AA3E25195B2 /* kssl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = kssl.h; path = ios/include/openssl/kssl.h; sourceTree = ""; }; 1E8B1EB0F730926CA1E78F34EEB9E48D /* Conv.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Conv.cpp; path = folly/Conv.cpp; sourceTree = ""; }; - 1EA0D1F9E9B7895FCF062FD37457BA6E /* RCTConvert+Text.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Text.m"; sourceTree = ""; }; 1EA260B91633AAA70C98D9F8893E6350 /* sha.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sha.h; path = ios/include/openssl/sha.h; sourceTree = ""; }; 1EBCFA0249CAAE3C62FC58FBD5EC38EE /* SSLSessionImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SSLSessionImpl.cpp; path = folly/ssl/detail/SSLSessionImpl.cpp; sourceTree = ""; }; 1EC176BD78E3F7B6F8D5458D27D6F699 /* RSocketParameters.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketParameters.cpp; path = rsocket/RSocketParameters.cpp; sourceTree = ""; }; 1ED3204C3F2522242524FAC88331C9E9 /* Libgen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Libgen.h; path = folly/portability/Libgen.h; sourceTree = ""; }; - 1EDF3AF385422B46BBDE4E730DA5D7A6 /* QBAlbumsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumsViewController.m; path = ios/QBImagePicker/QBImagePicker/QBAlbumsViewController.m; sourceTree = ""; }; - 1EE49E61448DCC6DAEA90081E1E44046 /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; + 1EDF10267C98F8AFF3F94D18AD3783A6 /* UMAppLoader-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMAppLoader-prefix.pch"; sourceTree = ""; }; 1EEB487112509EFEEC7A11AE7C71E84C /* FlipperClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FlipperClient.cpp; path = xplat/Flipper/FlipperClient.cpp; sourceTree = ""; }; - 1F1FE95B301E360D1B040C7AD1E3D210 /* BlurViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BlurViewManager.m; path = ios/BlurViewManager.m; sourceTree = ""; }; - 1F363F01B75B86976E015361A2BF6C20 /* React-RCTLinking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTLinking-prefix.pch"; sourceTree = ""; }; - 1F3D53023C0E3D69B72649C30D660B11 /* RCTAccessibilityManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAccessibilityManager.mm; sourceTree = ""; }; - 1F3F63A815835D0BA710DE0AA1FE0D4C /* BugsnagFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagFileStore.h; sourceTree = ""; }; - 1F5085A53FB964336062AC7BE580B553 /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcher.h; sourceTree = ""; }; - 1F7E956FCF4EE28A6FDF118AAEE5646E /* BlurEffectWithAmount.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BlurEffectWithAmount.m; path = ios/BlurEffectWithAmount.m; sourceTree = ""; }; + 1EF673B31ED4FD8583A67D6D966CA56F /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; + 1EFFF28AE883AEBF87391559536D296D /* RNDateTimePicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDateTimePicker-prefix.pch"; sourceTree = ""; }; + 1F125A7EA8B5D0B390B83CB6E8FDDE56 /* react-native-cameraroll-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-cameraroll-dummy.m"; sourceTree = ""; }; + 1F55396481B6575A067BE7618B16F638 /* BSG_KSCrashSentry_User.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_User.c; sourceTree = ""; }; 1F89529B3C7A424F3CB829FD34902285 /* FIRCLSDownloadAndSaveSettingsOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDownloadAndSaveSettingsOperation.h; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSDownloadAndSaveSettingsOperation.h; sourceTree = ""; }; - 1F89C2F152A16648F2821DFF798F572E /* react-native-webview-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-webview-prefix.pch"; sourceTree = ""; }; + 1F97800ABD4B7E0E20A45EEFDC4CD621 /* React-jsiexecutor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsiexecutor-dummy.m"; sourceTree = ""; }; 1FA038F8A60594E3B8F83E00C0C44FDE /* ThreadId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadId.h; path = folly/system/ThreadId.h; sourceTree = ""; }; 1FB047E69250FDDC997C42CAB4F469C0 /* STTimerFDTimeoutManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STTimerFDTimeoutManager.h; path = folly/experimental/STTimerFDTimeoutManager.h; sourceTree = ""; }; 1FBDCBE256DB8F18B862E08A24C6F2D4 /* FIRInstallationsVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsVersion.m; path = FirebaseInstallations/Source/Library/FIRInstallationsVersion.m; sourceTree = ""; }; + 1FC253DD7FF0DBA34C7CE3559E8CE978 /* RCTBaseTextInputShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputShadowView.m; sourceTree = ""; }; + 1FCF861487A5F554EE8FD85692644D40 /* ARTPattern.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTPattern.m; sourceTree = ""; }; + 1FD64C9F6F1D5513F497F91D41E1A7CC /* UMTaskManagerInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMTaskManagerInterface.debug.xcconfig; sourceTree = ""; }; 1FDDD17EF3CFC56A23AB2669A2425AF7 /* idea.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = idea.h; path = ios/include/openssl/idea.h; sourceTree = ""; }; 1FE7A7FACDDD35547CD57D3797439B72 /* FIRCLSMachException.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSMachException.c; path = Crashlytics/Crashlytics/Handlers/FIRCLSMachException.c; sourceTree = ""; }; - 1FFECE708796EA1B529C0BE2721407AE /* RCTRedBox.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTRedBox.mm; sourceTree = ""; }; 2007D7F6A86D0B80EEF98EF5768C3F0D /* SDWebImageDownloaderDecryptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderDecryptor.h; path = SDWebImage/Core/SDWebImageDownloaderDecryptor.h; sourceTree = ""; }; 200F6A65EBD68007C63FCE6010D28C3F /* rpc_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rpc_compat.h; path = src/event2/rpc_compat.h; sourceTree = ""; }; + 2021F8A8A32E47DF952B0456909EEEE2 /* JSINativeModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSINativeModules.cpp; path = jsireact/JSINativeModules.cpp; sourceTree = ""; }; + 2025175E39E86B8209C62683AC874368 /* api.md */ = {isa = PBXFileReference; includeInIndex = 1; name = api.md; path = docs/api.md; sourceTree = ""; }; 202722AA0D229A11350F6DC0F267A0BA /* libRNBootSplash.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNBootSplash.a; path = libRNBootSplash.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 20356A5E0414112A55D0E0FF83FD71D1 /* EXAVPlayerData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVPlayerData.h; path = EXAV/EXAVPlayerData.h; sourceTree = ""; }; - 203A69BB4AF747B0FA7A9C9D887BBC26 /* UMUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUtilities.h; path = UMCore/UMUtilities.h; sourceTree = ""; }; - 20458BDB63EF2D744DE66F6E49F4DE61 /* BugsnagReactNative.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = BugsnagReactNative.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 205715B347D498DDF9D463D1F90E0891 /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; + 2048D347CE9EDBB07FA607B7211FFEA4 /* RCTTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextViewManager.h; sourceTree = ""; }; + 206622DC3287496A98E1C54E082EDF64 /* RNCMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCMaskedView.h; path = ios/RNCMaskedView.h; sourceTree = ""; }; 2066598D4CA3CEB1837EB6812A0434D8 /* CocoaAsyncSocket-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CocoaAsyncSocket-prefix.pch"; sourceTree = ""; }; + 20761182073E23D3650FE3E7868253F4 /* RCTUtilsUIOverride.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtilsUIOverride.m; sourceTree = ""; }; + 207D033924BC89A9D825571017000E61 /* GULApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULApplication.h; path = GoogleUtilities/AppDelegateSwizzler/Private/GULApplication.h; sourceTree = ""; }; 2080A0BBC9EB23B9D268F28952C409CC /* FIRCLSUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUserDefaults.h; path = Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults.h; sourceTree = ""; }; - 20AABF9118A08A9CB1F46837C090FAFA /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; + 20B1428D7E8B2AC566615C37A071FE6D /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; + 20B496831B747470C665DEB570F2721E /* RNCAppearance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearance.h; path = ios/Appearance/RNCAppearance.h; sourceTree = ""; }; 20DCA60F05C587178955271659C6F4FA /* SKNetworkReporter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKNetworkReporter.h; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKNetworkReporter.h; sourceTree = ""; }; + 20F4E7ADE44B96302727F4A14A84A5D9 /* BSG_KSCrashIdentifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashIdentifier.m; sourceTree = ""; }; 20FD124932F28CED59F1110BD9812B60 /* SingleWriterFixedHashMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SingleWriterFixedHashMap.h; path = folly/experimental/SingleWriterFixedHashMap.h; sourceTree = ""; }; - 210CECCD609CC3C45A9E483A9FDB6D41 /* MethodCall.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = MethodCall.cpp; sourceTree = ""; }; - 210E4FF824FC4CB01B2165DF81E94177 /* RNFetchBlobConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobConst.h; path = ios/RNFetchBlobConst.h; sourceTree = ""; }; - 211D33C94A463E5D8FA2991A40D05941 /* react-native-simple-crypto.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-simple-crypto.debug.xcconfig"; sourceTree = ""; }; - 215DC5669A118BD23F7AAF84BC5E0D4B /* RCTImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageUtils.m; sourceTree = ""; }; - 2176F1178FAB0BD4980B49F76A1F29F6 /* EXPermissions.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXPermissions.release.xcconfig; sourceTree = ""; }; - 2187013DC1706E95EA17D296F0D7003D /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileRequestHandler.h; path = Libraries/Network/RCTFileRequestHandler.h; sourceTree = ""; }; - 218C18E1C3A7D5460C9C1F01893CAC4B /* RCTTiming.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTiming.mm; sourceTree = ""; }; - 219CAB2AB5D9006B8F52183D235333A3 /* RNDateTimePicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDateTimePicker.debug.xcconfig; sourceTree = ""; }; - 219DE4436EC46D5AE7B96F41C1AF44AC /* notificationsEvents.md */ = {isa = PBXFileReference; includeInIndex = 1; name = notificationsEvents.md; path = docs/notificationsEvents.md; sourceTree = ""; }; - 21A21091F6F3E335E9887E43AD10253E /* CxxNativeModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = CxxNativeModule.cpp; sourceTree = ""; }; - 21A3AE0B82B605342DD2F54E0614760B /* RNCommandsHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCommandsHandler.h; path = RNNotifications/RNCommandsHandler.h; sourceTree = ""; }; + 211EB030992454A91CF18D3C476C3ED6 /* React-RCTAnimation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.release.xcconfig"; sourceTree = ""; }; + 21613A9630310FC52EDDD9F7BCB3D56F /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; + 2161993A98713AC85976D83449407458 /* ARTRenderableManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTRenderableManager.h; sourceTree = ""; }; + 216AD0826E6548AC6A92C4157EF3644C /* RCTActionSheetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTActionSheetManager.h; path = React/CoreModules/RCTActionSheetManager.h; sourceTree = ""; }; + 217D47E86EDCC25066389BC2C2990CFB /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; + 2183E8AD085377930570BDB86081C2CD /* React-callinvoker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-callinvoker.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 21B3A7BE2BA53AEF2DF324DEAE4BC616 /* raw_logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = raw_logging.cc; path = src/raw_logging.cc; sourceTree = ""; }; + 21B571A63D7013EE0C82F28180BF31F8 /* GULAppEnvironmentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppEnvironmentUtil.h; path = GoogleUtilities/Environment/Private/GULAppEnvironmentUtil.h; sourceTree = ""; }; + 21BE480D4031EEA250DD0C2C1EF4A8F3 /* REAAllTransitions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAAllTransitions.h; sourceTree = ""; }; + 21C67E1D002EE5D253998035E41F067E /* RCTLocalAssetImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLocalAssetImageLoader.mm; sourceTree = ""; }; 21CDF60F536705E2EF3EF7F5052C5A83 /* PTChannel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PTChannel.m; path = peertalk/PTChannel.m; sourceTree = ""; }; - 21EF08B3DAA1D0DE08BDAE7C60A779BF /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 220361FF3B2778F8F38C2C4DCC5B49FD /* libEXConstants.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXConstants.a; path = libEXConstants.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 220BA5CF766557292D8AE559EFCA7234 /* JSIDynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSIDynamic.cpp; sourceTree = ""; }; + 220DAE379E1D02CA903B3F194145101C /* RCTBackedTextInputViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputViewProtocol.h; sourceTree = ""; }; 22128DB379E1D2CBFE351B3811F9B457 /* FIRComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponent.m; path = FirebaseCore/Sources/FIRComponent.m; sourceTree = ""; }; 22179B26EFA123B0FB129665B0D3749A /* Pods-defaults-Rocket.Chat.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-defaults-Rocket.Chat.release.xcconfig"; sourceTree = ""; }; - 2229CD42F40FFD3FDF3CD0C92D27B401 /* RNRootViewGestureRecognizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNRootViewGestureRecognizer.h; path = ios/RNRootViewGestureRecognizer.h; sourceTree = ""; }; 225A552F4CD3FFE0863760C65CF9820E /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Sources/Private/FIRLogger.h; sourceTree = ""; }; 22667A68519F5488DBBE56F01CA01BA5 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Sources/Private/FIRLibrary.h; sourceTree = ""; }; 227924F2CFBBB2B87602C8A1971FF900 /* IOThreadPoolExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOThreadPoolExecutor.h; path = folly/executors/IOThreadPoolExecutor.h; sourceTree = ""; }; + 227965686C208135CA7B141FC9D25B67 /* Hmac.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Hmac.m; sourceTree = ""; }; 227BD86E4FD15BEA458D981ADF2C7765 /* FormatArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FormatArg.h; path = folly/FormatArg.h; sourceTree = ""; }; - 2288F7C01DBB2A1AF6AC4119AC1AD295 /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.h; sourceTree = ""; }; - 22931B6E8AE7DE176D2E690AAAB185D4 /* RCTSRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSRWebSocket.h; path = Libraries/WebSocket/RCTSRWebSocket.h; sourceTree = ""; }; - 22AE55C6E55263FBB6DA8D9979D5C28D /* RNCAsyncStorage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNCAsyncStorage-dummy.m"; sourceTree = ""; }; - 22B97631BA2C9B50C897C77DB9242663 /* RNGestureHandler.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNGestureHandler.debug.xcconfig; sourceTree = ""; }; + 22A034D30D1C715F075E31C849072B3E /* RecoverableError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RecoverableError.h; sourceTree = ""; }; 22BDDDF9E75AE96EE3BE63136F30B15E /* JemallocNodumpAllocator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JemallocNodumpAllocator.h; path = folly/experimental/JemallocNodumpAllocator.h; sourceTree = ""; }; 22CE50FF234CDD024B7673DAAEB09167 /* Folly-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Folly-dummy.m"; sourceTree = ""; }; 22EAE061211539C53271A4C631B3F083 /* signalhandler.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = signalhandler.cc; path = src/signalhandler.cc; sourceTree = ""; }; - 22EDB8290707A8B870E98CCA1973DCDF /* EXVideoView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoView.m; sourceTree = ""; }; - 22EE82A6EB92E9F8E70DE4CAD2B552F6 /* RCTInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorPackagerConnection.h; sourceTree = ""; }; - 22F0EDDC1AC1AD30F5556855161B8633 /* REAParamNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAParamNode.m; sourceTree = ""; }; + 2307EF095D3AFD53EC29258D4B1788AE /* RCTBlobManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobManager.mm; sourceTree = ""; }; + 23158F53650B4E4BAB266F6EB433D2AF /* EXPermissions.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXPermissions.debug.xcconfig; sourceTree = ""; }; + 23164B612A30606F6920BCB3D2DBD0D5 /* IDStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IDStore.m; path = ios/IDStore.m; sourceTree = ""; }; + 231DEF6C1E65C7D344E0656EC1EEC981 /* RCTScrollEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollEvent.m; sourceTree = ""; }; + 23297A2FE4CB2678FF4D5DDAD242BF8A /* Orientation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Orientation.m; path = iOS/RCTOrientation/Orientation.m; sourceTree = ""; }; 23341602752053597CADA7B8CBEE4403 /* SKBufferingPlugin.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKBufferingPlugin.mm; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKBufferingPlugin.mm; sourceTree = ""; }; 23494ECF83AE03010863B41F2C7587E7 /* MallctlHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MallctlHelper.h; path = folly/memory/MallctlHelper.h; sourceTree = ""; }; - 234D72060E004FEC22598304644FF94B /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = instrumentation.h; sourceTree = ""; }; - 234F94CE3B0B511AAA98738A3335BD68 /* RNDeviceInfo-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDeviceInfo-prefix.pch"; sourceTree = ""; }; - 236B6CD372823D3EDEC53BC56621E08A /* RCTRequired.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTRequired.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 23959EB04031C567DA4ECA2473F11B8C /* GULNetworkConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkConstants.h; path = GoogleUtilities/Network/Private/GULNetworkConstants.h; sourceTree = ""; }; + 239D9510475EBD85DBB5803C9B961905 /* RNCAppearanceProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearanceProvider.h; path = ios/Appearance/RNCAppearanceProvider.h; sourceTree = ""; }; 23D83884863E7B8B775CF0A3181494C4 /* Flipper-Folly-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Flipper-Folly-dummy.m"; sourceTree = ""; }; - 23E84F204BB252E609BE565396A1D47F /* RCTDecayAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDecayAnimation.m; sourceTree = ""; }; + 23E5B529B881BC24891D5B1615FB6F2A /* REATransformNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransformNode.h; sourceTree = ""; }; 23E8851081162A8ED820AC1CA1814539 /* lossless.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless.c; path = src/dsp/lossless.c; sourceTree = ""; }; - 24054634C028FF998D36AE3BE904A5EB /* REAAlwaysNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAAlwaysNode.h; sourceTree = ""; }; - 240861E49F15AEF12B54DCFDADD3881A /* FFFastImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageSource.m; path = ios/FastImage/FFFastImageSource.m; sourceTree = ""; }; + 23F1D34BD9B558857CC903DD828A4FE9 /* React-Core-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-umbrella.h"; sourceTree = ""; }; 2412740D8B5C699F1DA6D7FF2E5B0326 /* FIRHeartbeatInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatInfo.h; path = FirebaseCore/Sources/Private/FIRHeartbeatInfo.h; sourceTree = ""; }; - 241FD703C652FD7E0EF392952EC4C081 /* RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotifications.h; path = RNNotifications/RNNotifications.h; sourceTree = ""; }; + 2426BDB7A3F379DFA15DC95E543FC87E /* RCTInspector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspector.mm; sourceTree = ""; }; 242734FB9BCAEF9B6FF14DD078DFD54E /* GDTCOREventDataObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREventDataObject.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCOREventDataObject.h; sourceTree = ""; }; 242758B9EDFF146ABE411909CAC8F130 /* libreact-native-appearance.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-appearance.a"; path = "libreact-native-appearance.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 242F245388767C253E6CB45585494230 /* PicoSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoSpinLock.h; path = folly/synchronization/PicoSpinLock.h; sourceTree = ""; }; - 242F6FB2E71B408B4473F8766AD49835 /* GoogleUtilities-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleUtilities-prefix.pch"; sourceTree = ""; }; 2450F579CD8D878D25C509E688505ED8 /* glog-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "glog-dummy.m"; sourceTree = ""; }; 24527175F6A31B914998D72AF9A77136 /* PTProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PTProtocol.h; path = peertalk/PTProtocol.h; sourceTree = ""; }; 247721F3AE16D0D071439314506AAB14 /* libwebp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = libwebp.debug.xcconfig; sourceTree = ""; }; + 248E3BEB54E55ED16CB1F584DF601D35 /* ARTCGFloatArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTCGFloatArray.h; path = ios/ARTCGFloatArray.h; sourceTree = ""; }; 249841D9E5B16AC18A5478E54E4D3A1B /* Expected.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Expected.h; path = folly/Expected.h; sourceTree = ""; }; - 24A284BCC4BBB7EBBC56F959F74558E6 /* experiments-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "experiments-inl.h"; sourceTree = ""; }; - 24CAF573C6411643321A822F7D6D4FDB /* FBReactNativeSpec.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBReactNativeSpec.debug.xcconfig; sourceTree = ""; }; - 24D132FCA4B2DB6650217068FC501B15 /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; + 24BC437A8DF6FE5B5E1CA23F82CDEDE7 /* UMModuleRegistryDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryDelegate.h; sourceTree = ""; }; + 24BDB052E02B4D7010E17DB94DDDA4ED /* SafeAreaSpacerViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaSpacerViewLocalData.m; sourceTree = ""; }; + 24D620A3E5583AFCA1B0728AABBA7D8D /* GULKeychainStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULKeychainStorage.m; path = GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m; sourceTree = ""; }; 24DD06DF3760AA8A84A2FD651A74E8B0 /* Pods-NotificationService-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-NotificationService-dummy.m"; sourceTree = ""; }; - 24E6B55212718489DDE516F0095A3BAC /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; + 24E417940EB3F7CF50B275AED41E5588 /* Octicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Octicons.ttf; path = Fonts/Octicons.ttf; sourceTree = ""; }; 25064B5D821155534630D95B78FD7790 /* ApplyTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ApplyTuple.h; path = folly/functional/ApplyTuple.h; sourceTree = ""; }; 25067D08B8650D088EEC3234D643B3AD /* SKViewControllerDescriptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKViewControllerDescriptor.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewControllerDescriptor.m; sourceTree = ""; }; + 250CC1624255FA7B7FC411A4D1584B90 /* REANode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REANode.m; sourceTree = ""; }; 251399F4F19CF72905E528830E3DAAB1 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Sources/Private/FIROptionsInternal.h; sourceTree = ""; }; - 2525C4D2A06A3A9EE8E686423ECDF538 /* QBVideoIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIndicatorView.m; path = ios/QBImagePicker/QBImagePicker/QBVideoIndicatorView.m; sourceTree = ""; }; - 25282C86F15E264A602742799E4BF61D /* BSG_RFC3339DateTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_RFC3339DateTool.m; sourceTree = ""; }; - 2536F35ACD20A17C94316B87FCBF3BA9 /* UMCore.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCore.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 25461D6029E03FFB1916F10D7867E951 /* RNBackgroundTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBackgroundTimer.h; path = ios/RNBackgroundTimer.h; sourceTree = ""; }; 2546416853335A62168C5F2BE29C7AB9 /* quant_levels_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_levels_utils.c; path = src/utils/quant_levels_utils.c; sourceTree = ""; }; 254B8AF8693FF0B9AE0C60604D3153AE /* fast-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fast-dtoa.cc"; path = "double-conversion/fast-dtoa.cc"; sourceTree = ""; }; 254CBC5E3F119BDEA4ED0006C815D414 /* AESCrypt.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AESCrypt.cpp; path = Core/aes/AESCrypt.cpp; sourceTree = ""; }; 2577F299FCB0A19824FE989BE77B8E8F /* libReact-jsinspector.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsinspector.a"; path = "libReact-jsinspector.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 259405060C1E4630A48CBD1827C26A80 /* React-jsi.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.release.xcconfig"; sourceTree = ""; }; - 25BDD2DC13551189D15F275EA994D8A7 /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; + 2592F04BE51A52CD3D7A8999BDF5C719 /* EXPermissions-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXPermissions-dummy.m"; sourceTree = ""; }; + 259C77DD77133162CCFBC4939740DD70 /* RNGestureHandlerButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerButton.h; path = ios/RNGestureHandlerButton.h; sourceTree = ""; }; + 25B3FE5EDA006705B4A217BD83FEA8BD /* KeyboardTrackingViewTempManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = KeyboardTrackingViewTempManager.m; sourceTree = ""; }; + 25C21E1F03393A7045E7E3E33FD9A011 /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; + 25C38D3F5CE0F89E57DB30DDC790CEBB /* KeyCommands.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KeyCommands.debug.xcconfig; sourceTree = ""; }; + 25C433C4BC01C844DC0B8B03C9C60A11 /* MethodCall.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = MethodCall.cpp; sourceTree = ""; }; 25E22908FBEE2CD0D563561BF2134467 /* SDAnimatedImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "SDAnimatedImageView+WebCache.m"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.m"; sourceTree = ""; }; 25F23965428B577A58CF06457B67BB02 /* GULKeychainStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainStorage.h; path = GoogleUtilities/Environment/Private/GULKeychainStorage.h; sourceTree = ""; }; 25FF97004F3FD3906A3A2BA762C7D676 /* FBLPromise+Catch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Catch.h"; path = "Sources/FBLPromises/include/FBLPromise+Catch.h"; sourceTree = ""; }; 260437C1E424B4DC870B0D0F9B1A7F5B /* ossl_typ.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ossl_typ.h; path = ios/include/openssl/ossl_typ.h; sourceTree = ""; }; - 268097D45D9A19D40E5715C9C006F94B /* UMCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMCore-dummy.m"; sourceTree = ""; }; + 260AF96AB4DC089BC054801E6DD3698A /* RNCWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWebViewManager.m; path = apple/RNCWebViewManager.m; sourceTree = ""; }; + 261EBB9E97BC3ECE7CB2CD999E1EFDD5 /* ReactNativeVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactNativeVersion.h; sourceTree = ""; }; + 26277C294D12C81E65117E725579EDF2 /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; + 262DF7FF5E44B533B6553D6A5278ACD4 /* react-native-simple-crypto.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "react-native-simple-crypto.modulemap"; sourceTree = ""; }; + 26712389B6E9E5B92816FA2DC68C0A82 /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileRequestHandler.h; path = Libraries/Network/RCTFileRequestHandler.h; sourceTree = ""; }; + 268CE4350D3B4A4DF5951A88F1106DFB /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxNativeModule.h; sourceTree = ""; }; 269BE773C9482484B70949A40F4EA525 /* libReact-RCTSettings.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTSettings.a"; path = "libReact-RCTSettings.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 26A77560F98BA85C75AA5C07DBBB0FAE /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; - 26B9A978711EC8A73E1692D28FE3DE2F /* RCTTextAttributes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextAttributes.m; sourceTree = ""; }; - 26DFC9501081F4391FB60AA04CF1FBF3 /* EXVideoManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoManager.m; sourceTree = ""; }; + 269FB0F22B5196B63292DA1037CD1B46 /* RCTNativeAnimatedNodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedNodesManager.h; path = Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h; sourceTree = ""; }; + 26BB72478B479E13902D483BEC4B3F74 /* RCTObjcExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjcExecutor.mm; sourceTree = ""; }; + 26D1240844CE0D6D41920C98D6CFB5EF /* EXFileSystem-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXFileSystem-dummy.m"; sourceTree = ""; }; + 26E63A5AE5310A423A04A7ED8197F37F /* RNFetchBlobFS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobFS.m; path = ios/RNFetchBlobFS.m; sourceTree = ""; }; 26EA354254BF71D3B5271E1E1B2A101C /* PasswordInFile.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PasswordInFile.cpp; path = folly/io/async/PasswordInFile.cpp; sourceTree = ""; }; + 26F4134D2E05C7747CADCE592BD19E60 /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceView.mm; sourceTree = ""; }; + 2708E14DC3A33B66000FEB6B8999C990 /* RNFBRCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBRCTEventEmitter.m; path = ios/RNFBApp/RNFBRCTEventEmitter.m; sourceTree = ""; }; 270E33066FA63F9FE472144800B72237 /* Uri.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Uri.cpp; path = folly/Uri.cpp; sourceTree = ""; }; 271CF860946C7D804590EAE4A5AD900A /* openssl_aesv8-armx.S */ = {isa = PBXFileReference; includeInIndex = 1; name = "openssl_aesv8-armx.S"; path = "Core/aes/openssl/openssl_aesv8-armx.S"; sourceTree = ""; }; - 272062318C1FFD878DD4E468C4215242 /* RNFetchBlobNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobNetwork.h; path = ios/RNFetchBlobNetwork.h; sourceTree = ""; }; - 274DD63F7B00F4B33499901FD6A1C5CE /* experiments.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = experiments.h; sourceTree = ""; }; + 27474382A8D81A4B6AB6E5900C22C84F /* RCTConvert+ART.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+ART.m"; path = "ios/RCTConvert+ART.m"; sourceTree = ""; }; 27574B0E654D95290197489FC4CABA3B /* Flipper-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Flipper-prefix.pch"; sourceTree = ""; }; - 2775BE0F83A65DFEEDECAEFCADE17983 /* EXVideoThumbnails-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXVideoThumbnails-prefix.pch"; sourceTree = ""; }; - 277BCC2BA22472D1032C16EFE262626A /* EXHaptics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXHaptics-dummy.m"; sourceTree = ""; }; 2786196FFAD333404806BF8C6442A607 /* Flipper-Glog.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-Glog.debug.xcconfig"; sourceTree = ""; }; + 278C31EDA2F0A247C4E58F2B148366A5 /* ReactNativeART.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = ReactNativeART.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 279390C893577F74DD2049383E1EDD1A /* libKeyCommands.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libKeyCommands.a; path = libKeyCommands.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 27C7EFA675E1A1A7EB387B454227730C /* EXAppleAuthentication-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAppleAuthentication-prefix.pch"; sourceTree = ""; }; + 279EA24910A08C73A3980543E385235B /* RCTSinglelineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputView.m; sourceTree = ""; }; + 27AD814C5F05D9F7E67C96F2E239ADDD /* REAConcatNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAConcatNode.h; sourceTree = ""; }; + 27BFB45F10C5ED540AEFD1EC86E366A1 /* REAAllTransitions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAAllTransitions.m; sourceTree = ""; }; 27D2AD842BA25BA578CC76FABEF37040 /* Sched.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sched.h; path = folly/portability/Sched.h; sourceTree = ""; }; 27DDCC14C61BF218CE8C8B34351E7679 /* FIRCLSRecordIdentity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordIdentity.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordIdentity.m; sourceTree = ""; }; 27DEF9BD8ED2901CD0BD517A7D758B89 /* openssl_aes_core.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = openssl_aes_core.cpp; path = Core/aes/openssl/openssl_aes_core.cpp; sourceTree = ""; }; - 2808039B06913C5F4B5138BD2828D70E /* BugsnagReactNative.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BugsnagReactNative.release.xcconfig; sourceTree = ""; }; 280880F67755E30D63DF44A536EDDCB9 /* PolyDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PolyDetail.h; path = folly/detail/PolyDetail.h; sourceTree = ""; }; 28123DB19C3F0DCA57159E998D699E85 /* Pods-defaults-RocketChatRN-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-defaults-RocketChatRN-resources.sh"; sourceTree = ""; }; 2813D121859B55717FEB3F6263D8A3D6 /* FIRCLSReportManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSReportManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportManager.m; sourceTree = ""; }; 2823B7A813446A42A2AA92B1CCE316E2 /* log_severity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_severity.h; path = src/glog/log_severity.h; sourceTree = ""; }; - 282BBF82E293B481DE0248B7E42CE8FE /* RCTBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridge.m; sourceTree = ""; }; - 283318D8A815563D2EEEE3A92F92F234 /* REAFunctionNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAFunctionNode.m; sourceTree = ""; }; - 28405A232AD4FA4698BB863B254ACA6E /* EXFileSystem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystem.m; path = EXFileSystem/EXFileSystem.m; sourceTree = ""; }; + 283EF8F0F9B62D03752770F22CE530BA /* UMModuleRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistry.m; sourceTree = ""; }; 2843CE246C3884DD21A4C251E8B34E25 /* libReactNativeUiLib.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libReactNativeUiLib.a; path = libReactNativeUiLib.a; sourceTree = BUILT_PRODUCTS_DIR; }; 284A3D9B3BC17461B00A872841C45843 /* FIRCLSInstallIdentifierModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSInstallIdentifierModel.m; path = Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.m; sourceTree = ""; }; - 284D14CCBD98F2AB84465B52C992584B /* RNFetchBlobReqBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobReqBuilder.m; path = ios/RNFetchBlobReqBuilder.m; sourceTree = ""; }; - 284D5C030EBD23F64492F20E6A0B1505 /* BSG_RFC3339DateTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_RFC3339DateTool.h; sourceTree = ""; }; 287FC9E015DC2422E3834CF079A00BBA /* conf_api.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conf_api.h; path = ios/include/openssl/conf_api.h; sourceTree = ""; }; 288175A123085F117C9E489403509505 /* FIRInstallationsStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStore.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.h; sourceTree = ""; }; - 2892D36ECF907FE906A2CE5EE0578258 /* react-native-background-timer-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-background-timer-dummy.m"; sourceTree = ""; }; + 28849E6BDC3256170438B4A3FB4AB8BD /* REAValueNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAValueNode.m; sourceTree = ""; }; 28A1942F367ABC7903ABB67F7C710369 /* Hazptr-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Hazptr-fwd.h"; path = "folly/synchronization/Hazptr-fwd.h"; sourceTree = ""; }; + 28B2D9F2D46957CEDB1845EBBDFC4568 /* RNCAppearance.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearance.m; path = ios/Appearance/RNCAppearance.m; sourceTree = ""; }; 28B5EAF2362DEBD3E2A741565E2DA35F /* Cursor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Cursor.cpp; path = folly/io/Cursor.cpp; sourceTree = ""; }; - 28C3D5F1440D6F8FA2C8C586500A0F5F /* RNTapHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNTapHandler.h; sourceTree = ""; }; + 28B83198195A71FCA377116A829E2513 /* RNDeviceInfo.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNDeviceInfo.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 28D04AE8366BCB816F93F92E079F0495 /* YGNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGNode.cpp; path = yoga/YGNode.cpp; sourceTree = ""; }; 28FF376BB5CB374C7973B8724C10BED0 /* signalhandler.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = signalhandler.cc; path = src/signalhandler.cc; sourceTree = ""; }; - 290204908EF4A16EA1C79C35F670FBE2 /* RCTBaseTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextViewManager.h; sourceTree = ""; }; - 290388B4AF3BED08F2703E6385F28071 /* UMPermissionsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMPermissionsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 290CD65D40E54C31A2E113E36F70FDD9 /* NestedCommandLineApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NestedCommandLineApp.h; path = folly/experimental/NestedCommandLineApp.h; sourceTree = ""; }; 290FB4BE1CF191877CA6D19DA9DEEB79 /* ShutdownSocketSet.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShutdownSocketSet.cpp; path = folly/io/ShutdownSocketSet.cpp; sourceTree = ""; }; 292D917D1E5BD18FF76CCBA142913329 /* FIRInstallations.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallations.m; path = FirebaseInstallations/Source/Library/FIRInstallations.m; sourceTree = ""; }; + 293252623D3A9ADE9E9BEA70C0A8E10A /* REAUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REAUtils.h; path = ios/REAUtils.h; sourceTree = ""; }; 293B733D9DACA8D94B56AE17B3F29674 /* MacAddress.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MacAddress.cpp; path = folly/MacAddress.cpp; sourceTree = ""; }; 2944CA750EBEBBB663715DECC789F0E3 /* FIRCLSFileManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFileManager.h; path = Crashlytics/Crashlytics/Models/FIRCLSFileManager.h; sourceTree = ""; }; - 2953338E10F0349490F46D4252F9E667 /* RCTHTTPRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTHTTPRequestHandler.mm; sourceTree = ""; }; 29537CD66643FF7EDA26FC50C2A01839 /* Executor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Executor.cpp; path = folly/Executor.cpp; sourceTree = ""; }; - 2978AF65B5D1B1112A1D33AE7D4C8C30 /* RCTVibrationPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVibrationPlugins.mm; sourceTree = ""; }; - 298CFDEBE7178C6E8CBE03482A0141FD /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 298D78B7BBD6828CF55DF97F89AD73DD /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; + 296FE652533F7B4A228BB78544E90129 /* React-cxxreact.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.release.xcconfig"; sourceTree = ""; }; 29A522F564C45BAC1C908C4FA821DD3F /* Pods-ShareRocketChatRN.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ShareRocketChatRN.release.xcconfig"; sourceTree = ""; }; 29B5115769C5913A43E66C3058B68BE2 /* SKDescriptorMapper.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKDescriptorMapper.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKDescriptorMapper.mm; sourceTree = ""; }; - 29BE1B758034408B336F5212D21B46CB /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; - 29E0977E20A297A2E904D6C85C1752DB /* BSG_KSSysCtl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSysCtl.h; sourceTree = ""; }; + 29B78C755E6DF828B23B2CDA4944A4E7 /* React-RCTVibration.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.debug.xcconfig"; sourceTree = ""; }; 29FA3689DDFA1CFFBD3083C772A9A09C /* StreamResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StreamResponder.h; path = rsocket/statemachine/StreamResponder.h; sourceTree = ""; }; 29FAABE12234FD7501BE35E74456B3F7 /* ssim_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssim_sse2.c; path = src/dsp/ssim_sse2.c; sourceTree = ""; }; - 2A045482B71AE04F4AB12DB96CA85903 /* FBReactNativeSpec.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBReactNativeSpec.release.xcconfig; sourceTree = ""; }; + 2A0190A0DB9BB8D8696CA9C6D5A9DDE3 /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; + 2A2D7ADBCBB430C18C3A64D5CF4E171E /* UMBarCodeScannerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerInterface.h; sourceTree = ""; }; + 2A34BF894545FC9A2EB6192E4D7E7972 /* EXImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXImageLoader.h; path = EXImageLoader/EXImageLoader.h; sourceTree = ""; }; 2A377E24B8689DB0A06E5033D5D0A889 /* WaitOptions.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = WaitOptions.cpp; path = folly/synchronization/WaitOptions.cpp; sourceTree = ""; }; 2A3E3876D5698F2337E952FF6AB9F2A0 /* ThreadFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadFactory.h; path = folly/executors/thread_factory/ThreadFactory.h; sourceTree = ""; }; 2A409E54C5081EAFFF2C79F8373DC4EA /* opensslv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = opensslv.h; path = ios/include/openssl/opensslv.h; sourceTree = ""; }; 2A5799880B571DE4D467FA068096507A /* UIImage+MemoryCacheCost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MemoryCacheCost.h"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.h"; sourceTree = ""; }; - 2A7EDF0984368323B132AE195FD3E3CB /* ARTText.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTText.m; path = ios/ARTText.m; sourceTree = ""; }; + 2A66C5AB55C404EFAA02BD07F9A6B12C /* QBCheckmarkView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBCheckmarkView.m; path = ios/QBImagePicker/QBImagePicker/QBCheckmarkView.m; sourceTree = ""; }; 2A80B4CFD2DB2A92D5E4670406B4D6D1 /* SharedMutex.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SharedMutex.cpp; path = folly/SharedMutex.cpp; sourceTree = ""; }; 2A82AC8EF00629A69A6E6F7495AF0F86 /* FIRCLSReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSReport.m; path = Crashlytics/Crashlytics/Models/FIRCLSReport.m; sourceTree = ""; }; - 2A853ABC233566B21D6498BAEA4C33F9 /* REABlockNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REABlockNode.h; sourceTree = ""; }; - 2A95492B8C3933CEDE3DEFAEF70CAA15 /* BugsnagNotifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagNotifier.m; sourceTree = ""; }; 2A9F88135D09342AFDD91B64DC73C2AE /* webpi_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = webpi_dec.h; path = src/dec/webpi_dec.h; sourceTree = ""; }; - 2AD6F60872029D99F430278A120AFF99 /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; + 2AA11FFB16769B97827F04C8CD547BDF /* REAEventNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAEventNode.m; sourceTree = ""; }; + 2AA9CDD15A4D66B52EAABC9EA283C8A4 /* RCTPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPicker.m; sourceTree = ""; }; + 2AD4696BC7102959143ECFFD3E7A4728 /* de.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = de.lproj; path = ios/QBImagePicker/QBImagePicker/de.lproj; sourceTree = ""; }; 2ADB839D8E97A5BA67A8085C35FB027F /* FBLPromise+Recover.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Recover.h"; path = "Sources/FBLPromises/include/FBLPromise+Recover.h"; sourceTree = ""; }; - 2ADF7D625829E5C086765B0222E8B4D5 /* RCTImageView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageView.mm; sourceTree = ""; }; 2AE9C51AC524FAF90F73601566183A95 /* libreact-native-restart.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-restart.a"; path = "libreact-native-restart.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 2AEE1AE20CE2740D17B0A5D60B528FBB /* REAParamNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAParamNode.h; sourceTree = ""; }; 2AF33C91A990BF6287432F0FDE89720F /* MMKVCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MMKVCore.debug.xcconfig; sourceTree = ""; }; - 2B111C3B85B5E5E529D9C5B1A2EB632A /* EXAudioRecordingPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioRecordingPermissionRequester.m; path = EXAV/EXAudioRecordingPermissionRequester.m; sourceTree = ""; }; + 2AF6A2B0D0637BBF1F01FF852EB91CB5 /* RCTPackagerClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPackagerClient.m; sourceTree = ""; }; + 2B0C856099C6B4C0288C50C7A0354376 /* REAEventNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAEventNode.h; sourceTree = ""; }; + 2B15A37AAA4CCCEC5D4969478F907960 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 2B17A71888AA28CEFEC37B72F2A68A91 /* libreact-native-slider.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-slider.a"; path = "libreact-native-slider.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 2B23696C4D2092E47E753B377B79D93E /* BugsnagReactNative.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BugsnagReactNative.m; path = cocoa/BugsnagReactNative.m; sourceTree = ""; }; 2B361608B34C96A6FAB5E98FCEA3A462 /* Pods-ShareRocketChatRN-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ShareRocketChatRN-acknowledgements.markdown"; sourceTree = ""; }; - 2B3AB399CD5F1F88D1F9412FD173C159 /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; + 2B3D215412669C1F90D7F91687BF5DAD /* EXResumablesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXResumablesManager.m; sourceTree = ""; }; + 2B484C5C931F92AF7CBD876D7D12990C /* BlurEffectWithAmount.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BlurEffectWithAmount.h; path = ios/BlurEffectWithAmount.h; sourceTree = ""; }; + 2B5642E6EB67BA919B5F306C33808743 /* EXFileSystemLocalFileHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemLocalFileHandler.m; path = EXFileSystem/EXFileSystemLocalFileHandler.m; sourceTree = ""; }; 2B5A73E3C85EBE7C64B8D45F76B1448B /* FIRErrorCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrorCode.h; path = FirebaseCore/Sources/Private/FIRErrorCode.h; sourceTree = ""; }; - 2B7C15B57EA8189CBA05AE26BEFA5600 /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxNativeModule.h; sourceTree = ""; }; + 2B814C5BA1ED3C6A24B9AA023B0400ED /* react-native-blur.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-blur.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 2B9219CC00559308A8946F5EAB9D3291 /* RNFBCrashlyticsInitProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBCrashlyticsInitProvider.m; path = ios/RNFBCrashlytics/RNFBCrashlyticsInitProvider.m; sourceTree = ""; }; + 2B95A032A0C1F87AF120F0474C6699B9 /* REAStyleNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAStyleNode.h; sourceTree = ""; }; + 2BA0B7DE44C1908CAE127188924717FA /* EXAudioSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioSessionManager.m; path = EXAV/EXAudioSessionManager.m; sourceTree = ""; }; 2BA69D009D60B41DDC5490431F6763B4 /* enc_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_sse2.c; path = src/dsp/enc_sse2.c; sourceTree = ""; }; 2BA9F71EAC3F82E40B42B2CA75551412 /* neon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = neon.h; path = src/dsp/neon.h; sourceTree = ""; }; 2BAF1443AFFFE849AC332F65CBCB189B /* SaturatingSemaphore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SaturatingSemaphore.h; path = folly/synchronization/SaturatingSemaphore.h; sourceTree = ""; }; - 2BD3D35018FB8A604BB27FE0D5110042 /* DispatchMessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DispatchMessageQueueThread.h; sourceTree = ""; }; + 2BCABA2BCE526F180984A94646D499AD /* RNSScreen.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreen.m; path = ios/RNSScreen.m; sourceTree = ""; }; + 2BD82FD807636F6148804D51DD521F67 /* BSG_KSSystemInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSSystemInfo.m; sourceTree = ""; }; 2BE2A3D02176E7FC68FF572B0100FABA /* FKTextSearchable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FKTextSearchable.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutTextSearchable/FKTextSearchable.h; sourceTree = ""; }; 2BEAC3BEF3D50BABC188C4E75CD7369D /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/Core/UIButton+WebCache.h"; sourceTree = ""; }; - 2BF7832FD712FE447DB20573C559B54C /* react-native-restart-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-restart-prefix.pch"; sourceTree = ""; }; + 2C184B20B4DF950BEB0E00721CEAEACC /* react-native-document-picker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-document-picker.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 2C1DBE6A2CF58D2454F50323D40DBE56 /* RSocketConnectionEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketConnectionEvents.h; path = rsocket/RSocketConnectionEvents.h; sourceTree = ""; }; - 2C20E8396D13BA76B347FDF6932C5913 /* UMReactNativeAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeAdapter.h; sourceTree = ""; }; - 2C47B9EE00E71D5616E0B86A3A50C82B /* YGLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGLayout.cpp; path = yoga/YGLayout.cpp; sourceTree = ""; }; + 2C311035BC5AD6A47705E092A3BCC09B /* BSG_KSSignalInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSignalInfo.h; sourceTree = ""; }; + 2C48B4974778E75246AD82186BF063C4 /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; + 2C911622E8152295884B97D3F2AD5394 /* React-CoreModules-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-CoreModules-prefix.pch"; sourceTree = ""; }; 2C96800C9E28C4273961F0192E793199 /* upsampling_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_mips_dsp_r2.c; path = src/dsp/upsampling_mips_dsp_r2.c; sourceTree = ""; }; - 2CAD02EDD67B7BDC82E8CCB7C7DE9F1E /* RNFetchBlobRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobRequest.m; path = ios/RNFetchBlobRequest.m; sourceTree = ""; }; + 2C98F850DDEBB33287F941D0C8953C39 /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SystraceSection.h; sourceTree = ""; }; + 2CABE1F2DCEFCFF88D42282665CEEBDC /* RCTImageURLLoaderWithAttribution.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageURLLoaderWithAttribution.mm; sourceTree = ""; }; + 2CBC0B139AE3B576BFA49B173F1B6FFC /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAlertManager.h; path = React/CoreModules/RCTAlertManager.h; sourceTree = ""; }; 2CC9F137A0DD4D3D385C5631CD6348E8 /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Sources/Private/FIRComponentContainer.h; sourceTree = ""; }; 2CD9F1101FC80FEE0A6A76DC220000F5 /* Time.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Time.cpp; path = folly/portability/Time.cpp; sourceTree = ""; }; + 2CE6BE73F6634949010D8693C9C70C6A /* React-CoreModules.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-CoreModules.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 2CE9AB89C48A3ECD0C9AE0C5A1F17863 /* RNFastImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFastImage-prefix.pch"; sourceTree = ""; }; 2CEED376EB5C578A21754FB1C2DD8A2E /* FIRInstallationsLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsLogger.h; path = FirebaseInstallations/Source/Library/FIRInstallationsLogger.h; sourceTree = ""; }; 2D11127509DD4AE35092F138FBE3F8F3 /* Folly-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Folly-prefix.pch"; sourceTree = ""; }; 2D1A49FE63AE0048233702D8974CBA1F /* SequencedExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SequencedExecutor.h; path = folly/executors/SequencedExecutor.h; sourceTree = ""; }; 2D1AC39EB4AFD5AA46DCA9BB791486B2 /* GDTCORPrioritizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORPrioritizer.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORPrioritizer.h; sourceTree = ""; }; + 2D385AE5F45BBFBDA4BB9A0FCAE85977 /* RNDeviceInfo-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDeviceInfo-dummy.m"; sourceTree = ""; }; 2D3AF1C5AE70E2A5904EB4656D35CD7F /* F14Table.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = F14Table.cpp; path = folly/container/detail/F14Table.cpp; sourceTree = ""; }; - 2D7346ACF081103646C53D731C0637CD /* UMViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMViewManager.h; path = UMCore/UMViewManager.h; sourceTree = ""; }; + 2D57A7F33188FACAFEA84892268B51DE /* Compression.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Compression.m; path = ios/src/Compression.m; sourceTree = ""; }; + 2D6DD764EBAE055342DDAA0A8E481F38 /* YGConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGConfig.cpp; path = yoga/YGConfig.cpp; sourceTree = ""; }; + 2D731BF378383620DB3FE06B12D582E8 /* EXImageLoader.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXImageLoader.release.xcconfig; sourceTree = ""; }; 2D86D213801ABEF7CD86291D4F3FDD34 /* libUMAppLoader.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMAppLoader.a; path = libUMAppLoader.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 2D92768EACDE5ACF476B77CECA5ECCF1 /* RNDocumentPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDocumentPicker.m; path = ios/RNDocumentPicker/RNDocumentPicker.m; sourceTree = ""; }; 2DAC3515B699F5348095BA37D913A13D /* RangeCommon.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RangeCommon.cpp; path = folly/detail/RangeCommon.cpp; sourceTree = ""; }; 2DAF9728E876D22874FBE51C057DFCA7 /* FlipperKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FlipperKit.modulemap; sourceTree = ""; }; - 2DBCB58BD721BE3EF9D9E3B628E51176 /* BSG_KSJSONCodec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodec.h; sourceTree = ""; }; + 2DB0A6F7A02906E9240AEE1CDBEFC9AC /* UMUserNotificationCenterProxyInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUserNotificationCenterProxyInterface.h; path = UMPermissionsInterface/UMUserNotificationCenterProxyInterface.h; sourceTree = ""; }; + 2DBC6F587D10B130A5B37EB95F7EAB08 /* RCTCxxBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxBridge.mm; sourceTree = ""; }; 2DC7DF0F5A7DBD515DC76D84F2282F69 /* ScopeGuard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScopeGuard.h; path = folly/ScopeGuard.h; sourceTree = ""; }; - 2DCB0AD1DE726E50561CDCC364AEDF93 /* EXHaptics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXHaptics.debug.xcconfig; sourceTree = ""; }; + 2DCCBE64785A3CF277AC5F284223DC81 /* BSG_KSCrashSentry_MachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_MachException.h; sourceTree = ""; }; + 2DCF0082C3FF73E29091651F57ACEDF2 /* RCTDataRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDataRequestHandler.mm; sourceTree = ""; }; 2DDDF5C2CC19423D74352A73A11A5B55 /* MMKVCore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MMKVCore-prefix.pch"; sourceTree = ""; }; + 2DEF6547A6AF4B39B08762539C87ED13 /* RCTBackedTextInputDelegateAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBackedTextInputDelegateAdapter.m; sourceTree = ""; }; 2DF5CE9E50FAD23D82228DF4981B6BA9 /* SpookyHashV2.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SpookyHashV2.cpp; path = folly/hash/SpookyHashV2.cpp; sourceTree = ""; }; - 2E210D1F93ABC2506EA97E989B269F81 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 2E405489A70AA3B62D5E0212E2833D3F /* UMCameraInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMCameraInterface.h; path = UMCameraInterface/UMCameraInterface.h; sourceTree = ""; }; + 2DFB7FBD224B63D4BFF1E65D17D848D0 /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTExceptionsManager.h; path = React/CoreModules/RCTExceptionsManager.h; sourceTree = ""; }; + 2E037EA85D774E9462CF2AA1308D201C /* UMImageLoaderInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMImageLoaderInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 2E40860CB0B92269D4CF2AD3976F6658 /* rescaler_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_sse2.c; path = src/dsp/rescaler_sse2.c; sourceTree = ""; }; - 2E468A626F48E35895D0642F68355D31 /* RCTPackagerClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerClient.h; sourceTree = ""; }; + 2E571E9C342F4A0E9D60A8E057938A20 /* BugsnagConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagConfiguration.h; sourceTree = ""; }; 2E5B30971C3FAD5EFBBB341F042B9455 /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/Core/SDImageCache.h; sourceTree = ""; }; - 2E73BDA8E009354600891EA2E74BD8D4 /* REATransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransition.m; sourceTree = ""; }; + 2E6A243016A588197881C7C4F2254BD1 /* BSG_KSJSONCodecObjC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSJSONCodecObjC.m; sourceTree = ""; }; 2E90692F05B774143CAEF5069161DBC2 /* TestObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TestObserver.h; path = yarpl/observable/TestObserver.h; sourceTree = ""; }; - 2EA5C92E336234BB166F02380D0164D2 /* react-native-simple-crypto.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-simple-crypto.release.xcconfig"; sourceTree = ""; }; - 2EAA32868BCEE1CD6838F7117FB221D7 /* RNLocalize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNLocalize.m; path = ios/RNLocalize.m; sourceTree = ""; }; + 2EA10F1C8ECE1F7E3461D17EC0B448E0 /* LongLivedObject.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LongLivedObject.cpp; path = turbomodule/core/LongLivedObject.cpp; sourceTree = ""; }; + 2EBB0E12A56B65FFDD15E5892CC4B9D1 /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; + 2EBEA3BCDDF1963B31BE7C3743E1798E /* UMTaskLaunchReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskLaunchReason.h; path = UMTaskManagerInterface/UMTaskLaunchReason.h; sourceTree = ""; }; 2ECB2B4C502267356B91B34510DE8D5E /* PriorityThreadFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PriorityThreadFactory.h; path = folly/executors/thread_factory/PriorityThreadFactory.h; sourceTree = ""; }; + 2ED52C21DAADC82C77FE97C4C70C886A /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; + 2EDC49DDA18E23DB506A14E75125AF81 /* BugsnagHandledState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagHandledState.m; sourceTree = ""; }; + 2EF3197C9326898A28E561127600D195 /* EXHaptics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXHaptics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 2EFD0A6BE8310EB5AFA739603C80B858 /* Pods-defaults-Rocket.Chat-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-defaults-Rocket.Chat-acknowledgements.plist"; sourceTree = ""; }; - 2F2710461ABDEAC782FB715902C10D17 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 2F17182801B719DC47BE8A85A1AACA4D /* RCTWebSocketModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketModule.h; path = React/CoreModules/RCTWebSocketModule.h; sourceTree = ""; }; + 2F1E55309552FF6C6980AA08C72DA424 /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; + 2F2532A0427E27656D591A17373D8947 /* RCTLinkingPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLinkingPlugins.mm; sourceTree = ""; }; + 2F2647A7CF0BA38680B65DD76DC2660D /* React-jsi.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.release.xcconfig"; sourceTree = ""; }; + 2F374797252465FF2D7A549419007F6D /* JSIExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIExecutor.h; path = jsireact/JSIExecutor.h; sourceTree = ""; }; + 2F4ABB2DD38C938525F24C36E09098F3 /* UMTaskInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskInterface.h; path = UMTaskManagerInterface/UMTaskInterface.h; sourceTree = ""; }; 2F563CC4948AD230BB1285F545B6227B /* FIRInstallationsAuthTokenResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsAuthTokenResult.m; path = FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResult.m; sourceTree = ""; }; 2F80CD194F85D900365658F4B5E47468 /* CocoaAsyncSocket.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaAsyncSocket.debug.xcconfig; sourceTree = ""; }; 2F84A0C9C70F211C99B5CD9A162FFC82 /* IPAddressV6.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IPAddressV6.cpp; path = folly/IPAddressV6.cpp; sourceTree = ""; }; - 2F855175245BC27E9487E44C62628327 /* RNLocalize.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNLocalize.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 2F8E0FB6F25809863C5872F6BB18C5AF /* FIRInstallationsItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsItem.h; path = FirebaseInstallations/Source/Library/FIRInstallationsItem.h; sourceTree = ""; }; - 2FA1F8D3469455C601A3280769239543 /* RCTAlertManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAlertManager.mm; sourceTree = ""; }; 2FAC9FEB7A99173E63BD1ECBF8E073E9 /* modes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = modes.h; path = ios/include/openssl/modes.h; sourceTree = ""; }; 2FBA720AC34082FE3A5CE0DD59A59F4C /* json_pointer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json_pointer.cpp; path = folly/json_pointer.cpp; sourceTree = ""; }; - 2FCBF627F1CAC2F3E915A184363FC424 /* RCTTVNavigationEventEmitter.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTVNavigationEventEmitter.mm; sourceTree = ""; }; + 2FD15DECA7D3199FDB210C4AF7D3D2F6 /* RCTGIFImageDecoder.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTGIFImageDecoder.mm; sourceTree = ""; }; 2FE1460F948B8E8D1B9CCD052318F09E /* SanitizeThread.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SanitizeThread.cpp; path = folly/synchronization/SanitizeThread.cpp; sourceTree = ""; }; - 2FEE645C36EAECF90EA0B313A2E333EE /* REABezierNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REABezierNode.m; sourceTree = ""; }; 300E3873E330F62DCC05C69935C5E453 /* dso.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dso.h; path = ios/include/openssl/dso.h; sourceTree = ""; }; 302B2D7B832D36B91C0FC19F8442A977 /* CPUThreadPoolExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CPUThreadPoolExecutor.h; path = folly/executors/CPUThreadPoolExecutor.h; sourceTree = ""; }; - 305A4E35667077125CCDCE18A522D8B0 /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; - 3067252EEE5CADBFF8AE459F44B33E47 /* BSG_KSSystemInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSSystemInfo.m; sourceTree = ""; }; - 306C77FF57CB4BFB1500AE14020D2F18 /* RCTInputAccessoryViewContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewContent.m; sourceTree = ""; }; + 3075F83F4BE87D866526148F97409D6C /* QBSlomoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBSlomoIconView.m; path = ios/QBImagePicker/QBImagePicker/QBSlomoIconView.m; sourceTree = ""; }; 307DB26CCB565242806D4B12FFEFBDC9 /* Types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Types.h; path = folly/futures/detail/Types.h; sourceTree = ""; }; 3088F468687484EE8F9AD0F0247D2144 /* CpuId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CpuId.h; path = folly/CpuId.h; sourceTree = ""; }; + 30A2A23FA446C6C80900805BFBF5FE4B /* JSCExecutorFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCExecutorFactory.mm; sourceTree = ""; }; + 30A81D9844F12C6A6ECE1E6335718CF8 /* JSBundleType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSBundleType.cpp; sourceTree = ""; }; 30AAE515220085A51074FB6B5057AAAF /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Sources/Private/FIRLibrary.h; sourceTree = ""; }; - 30BFA2BBC1094FD96E81130C38786A50 /* GULNSData+zlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULNSData+zlib.h"; path = "GoogleUtilities/NSData+zlib/Public/GULNSData+zlib.h"; sourceTree = ""; }; - 30BFABA57598DD4777656F08D17D59FA /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; - 30CD421BEF66ACA8E37209ADA6D34080 /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; + 30AC5FC338EF2C58113737A5B71F166E /* React-RCTNetwork.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.debug.xcconfig"; sourceTree = ""; }; + 30C762A2548796D9A5225E796D2B23CF /* react-native-mmkv-storage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-mmkv-storage-prefix.pch"; sourceTree = ""; }; 30E7CC619C9D4AC088E51EA97C5DF658 /* SKDescriptorMapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKDescriptorMapper.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKDescriptorMapper.h; sourceTree = ""; }; 30ED102AFCF0C83E70A15B7BC24B2BAC /* dns.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dns.h; path = src/event2/dns.h; sourceTree = ""; }; 30F57F37ADA4D4804611A0C771A85F6A /* SKButtonDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKButtonDescriptor.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKButtonDescriptor.h; sourceTree = ""; }; + 30F91274B3D3DB9114C397E9E5CD268A /* RNScreens.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNScreens.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 31097FF023386ADF7829A14BE14AEE2F /* vlog_is_on.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = vlog_is_on.cc; path = src/vlog_is_on.cc; sourceTree = ""; }; - 3142282CACA691C0B7519DE2D72DA78B /* QBVideoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIconView.h; path = ios/QBImagePicker/QBImagePicker/QBVideoIconView.h; sourceTree = ""; }; + 312AD8F9853410B90CE6A66D491989B9 /* RCTHmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHmac.h; path = ios/RCTCrypto/RCTHmac.h; sourceTree = ""; }; + 313C4462EEC2B6D729E87EA723AE2D09 /* REAStyleNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAStyleNode.m; sourceTree = ""; }; 3149155B7651E674E91E71658DCFD1C0 /* AtomicHashArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicHashArray.h; path = folly/AtomicHashArray.h; sourceTree = ""; }; + 315AA65F99A00F49E9080338DD6D77E2 /* EXSessionTaskDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXSessionTaskDispatcher.m; sourceTree = ""; }; 3176AB3C86C5700B205948C24DBD3022 /* Pods-defaults-Rocket.Chat.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-defaults-Rocket.Chat.debug.xcconfig"; sourceTree = ""; }; + 31797ECEE9994A5DE95878DB158758F3 /* RNGestureHandler.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNGestureHandler.release.xcconfig; sourceTree = ""; }; + 317E6D055B73270E36E67638C63A5D48 /* log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = log.cpp; path = yoga/log.cpp; sourceTree = ""; }; 318500A68F26B6B4842452542F5494AF /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = SDWebImage/Core/SDWebImageTransition.h; sourceTree = ""; }; + 318DA75223408F61899A35E4300819CD /* ReactNativeART.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactNativeART.debug.xcconfig; sourceTree = ""; }; + 31A1B7F6B970C475A6547A38467BCEA1 /* BlurViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BlurViewManager.m; path = ios/BlurViewManager.m; sourceTree = ""; }; 31A74DE51A809847EFFA44376B6F010C /* DistributedMutex-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DistributedMutex-inl.h"; path = "folly/synchronization/DistributedMutex-inl.h"; sourceTree = ""; }; - 31ABB6EFB73566B9C699FEB3A1698B3E /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RAMBundleRegistry.cpp; sourceTree = ""; }; + 31BE23E7A03A83154C74D283EA74BCD2 /* react-native-cookies.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-cookies.debug.xcconfig"; sourceTree = ""; }; 31C653FE4A72393BFAC2B82B2AA0C8D3 /* TOCropScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCropScrollView.h; path = "Objective-C/TOCropViewController/Views/TOCropScrollView.h"; sourceTree = ""; }; - 31CB668A08E5BD0AE7474E75154D8FAF /* RCTNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeModule.h; sourceTree = ""; }; - 31D1E3A9EB8E66351A7360B6FC90CAF4 /* RNCMaskedView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNCMaskedView-dummy.m"; sourceTree = ""; }; + 31C757ECB07B80B7BE811137F656A67C /* RCTRsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRsa.h; path = ios/RCTCrypto/RCTRsa.h; sourceTree = ""; }; 31D229352F2DE3C9A822916471849309 /* SKStateUpdateCPPWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKStateUpdateCPPWrapper.h; path = iOS/FlipperKit/SKStateUpdateCPPWrapper.h; sourceTree = ""; }; - 31D9D19310A96500920AAB0B199069A4 /* BlurViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BlurViewManager.h; path = ios/BlurViewManager.h; sourceTree = ""; }; - 31E1A752B9AE89ED1332D84970D6BB51 /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = ios/QBImagePicker/QBImagePicker/en.lproj; sourceTree = ""; }; - 31FEBC930971FE46F55A7C092AF41849 /* StorageSetters.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = StorageSetters.m; path = ios/StorageSetters.m; sourceTree = ""; }; - 3201201F02556417A0ECE40E585C90FC /* EXHaptics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXHaptics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 3203F7EE04CCAB8B6DBDB13ED1D08D97 /* FBReactNativeSpec-generated.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "FBReactNativeSpec-generated.mm"; path = "FBReactNativeSpec/FBReactNativeSpec-generated.mm"; sourceTree = ""; }; - 320EC59642F2D942185540B9EB15C2CD /* BSG_KSObjC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSObjC.c; sourceTree = ""; }; + 32030FB0782D84838DFD8B9B48D8DFED /* RNNotificationCenterListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenterListener.h; path = RNNotifications/RNNotificationCenterListener.h; sourceTree = ""; }; 3211F430D1083367A16B13AD25B91833 /* SDWebImageWebPCoder-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImageWebPCoder-prefix.pch"; sourceTree = ""; }; + 3215807BEEB9DAD7B0474676654BD1F8 /* BSG_KSMachApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMachApple.h; sourceTree = ""; }; + 32228B56F3D68A1F996FF3819BC346AA /* ARTShape.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTShape.m; path = ios/ARTShape.m; sourceTree = ""; }; + 3224C090E0B2DC3BC8F0792F8AE4C441 /* BugsnagErrorReportApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagErrorReportApiClient.h; sourceTree = ""; }; 322A82C498CD553E8EAB29EEFDB652E0 /* F14Mask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Mask.h; path = folly/container/detail/F14Mask.h; sourceTree = ""; }; - 323354DFB6ED51722DC8251CF672BC8A /* JSIndexedRAMBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIndexedRAMBundle.h; sourceTree = ""; }; - 3248A206F08A03BFE1BE10BA77D2BD8C /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; + 323919D78CE31EE962140DDD0A0695CE /* React-Core-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-prefix.pch"; sourceTree = ""; }; + 323A480F3E7D5A1058E1B5013D80F214 /* experiments-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "experiments-inl.h"; sourceTree = ""; }; 3256AA43CE2BFC1B9E9126DBB10173CF /* GDTCORConsoleLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORConsoleLogger.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORConsoleLogger.h; sourceTree = ""; }; - 3277ADBF5B7BF4B582D63F985B01CA58 /* RCTTextSelection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextSelection.m; sourceTree = ""; }; + 326EBBD35A4219C1174E65EF50578D39 /* RCTUITextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextView.m; sourceTree = ""; }; 32B2408B3F9DB70767A7F501805ED1C6 /* AsyncTrace.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncTrace.cpp; path = folly/detail/AsyncTrace.cpp; sourceTree = ""; }; - 32BD8CA986C2EDD131A6664A797558DB /* RCTInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryView.h; sourceTree = ""; }; - 32C2B727C55504BEA6319B64DC61771E /* react-native-notifications.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-notifications.release.xcconfig"; sourceTree = ""; }; + 32CB6BEDA8BC4CAD578305F10AC47765 /* RCTBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridge.m; sourceTree = ""; }; + 32D42D52342E37F190875F202B2A91E8 /* RCTBaseTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputView.m; sourceTree = ""; }; + 32DCE8FCDEA2B926D99C686FB3FDA73C /* EXConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstants.h; path = EXConstants/EXConstants.h; sourceTree = ""; }; 32DCF7053D1393D8C9359438190591DE /* lossless_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_sse2.c; path = src/dsp/lossless_sse2.c; sourceTree = ""; }; - 32E6519E7F77CEEDC26E885E9000D990 /* RNNotificationCenterMulticast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenterMulticast.h; path = RNNotifications/RNNotificationCenterMulticast.h; sourceTree = ""; }; 32F06E26515C9916226FBCAB17E6B1DA /* AtomicUnorderedMapUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicUnorderedMapUtils.h; path = folly/detail/AtomicUnorderedMapUtils.h; sourceTree = ""; }; 32F169BD2188C918E2B972E1CB4C5E96 /* SDDeviceHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDeviceHelper.h; path = SDWebImage/Private/SDDeviceHelper.h; sourceTree = ""; }; 32F351ABA1D2BA4285C4210D118A1A71 /* F14SetFallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14SetFallback.h; path = folly/container/detail/F14SetFallback.h; sourceTree = ""; }; 330FF1CD6EDF4A20B4F6BC37C82064BE /* ConcurrentHashMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcurrentHashMap.h; path = folly/concurrency/ConcurrentHashMap.h; sourceTree = ""; }; 3319AB8E6ED3207DEBF19CDEB4F281BA /* RSocketServiceHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketServiceHandler.cpp; path = rsocket/RSocketServiceHandler.cpp; sourceTree = ""; }; + 333D928B4ABB056D74DA5D5972E43F41 /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; 3347A1AB6546F0A3977529B8F199DC41 /* libPromisesObjC.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libPromisesObjC.a; path = libPromisesObjC.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 334DF39048B78C6511ADD6728934DA0F /* EXResumablesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXResumablesManager.h; sourceTree = ""; }; + 3348B6D4D7BC15703250557A1B94FFCA /* UMFilePermissionModuleInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFilePermissionModuleInterface.h; path = UMFileSystemInterface/UMFilePermissionModuleInterface.h; sourceTree = ""; }; + 3352857D588699245FDF8509E5508852 /* JSCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCRuntime.h; sourceTree = ""; }; 335EEB75B6D7D5E4080465F4E6B62705 /* SKSearchResultNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKSearchResultNode.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKSearchResultNode.m; sourceTree = ""; }; - 337C05F80AB577936A86803EDEADA135 /* UMReactNativeEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeEventEmitter.m; sourceTree = ""; }; 337F7EA575D070F381DD806734C074FC /* listener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = listener.h; path = src/event2/listener.h; sourceTree = ""; }; 338DC693935796B06D164690F04084E3 /* SDWebImageDownloaderResponseModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderResponseModifier.m; path = SDWebImage/Core/SDWebImageDownloaderResponseModifier.m; sourceTree = ""; }; - 33A43B9D9134098ACB08DE372E9D6684 /* UMImageLoaderInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMImageLoaderInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 33BAA8C32AE816808A6B5391FF5B9C0E /* RNImageCropPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNImageCropPicker-prefix.pch"; sourceTree = ""; }; + 33AD8CA21997BA6DB1362546F8E05C70 /* BSG_KSObjCApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjCApple.h; sourceTree = ""; }; + 33AF5532A3EC70966DB484D58D1CEC25 /* BugsnagReactNative.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BugsnagReactNative.m; path = cocoa/BugsnagReactNative.m; sourceTree = ""; }; 33C35BA759A1D77DB5CB1724A8F05112 /* Replaceable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Replaceable.h; path = folly/Replaceable.h; sourceTree = ""; }; + 33C43361E83136C7EF1E4C2FEA350674 /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; + 33C454A3AFD35DE32F8873131926DB6D /* React-Core-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Core-dummy.m"; sourceTree = ""; }; 33C75BD5F057C9EBD1F79AC01CD1EB9D /* GDTCCTCompressionHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTCompressionHelper.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTCompressionHelper.h; sourceTree = ""; }; 33CD38A805803F9E727DAA3989B58F1A /* FIRCLSFABNetworkClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFABNetworkClient.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSFABNetworkClient.m; sourceTree = ""; }; 33CE3A123A50C02157F9260308A228EE /* Pods-defaults-RocketChatRN.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-defaults-RocketChatRN.debug.xcconfig"; sourceTree = ""; }; 33D053F3CBB98EC1B0EA4627B854C3FD /* ThreadCachedArena.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadCachedArena.cpp; path = folly/memory/ThreadCachedArena.cpp; sourceTree = ""; }; - 33DBC9A52BA573AA67A9DF21EF146A3A /* contents.xcworkspacedata */ = {isa = PBXFileReference; includeInIndex = 1; path = contents.xcworkspacedata; sourceTree = ""; }; - 33F53D3786FA5E1CBDD6F7141DE5BEA1 /* RCTAppearance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAppearance.h; path = React/CoreModules/RCTAppearance.h; sourceTree = ""; }; - 342512805C1A125FEE18047F913F6FD0 /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = ""; }; + 33F3DF7F42A945FE3B27508C5C5C45E5 /* react-native-document-picker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-document-picker.release.xcconfig"; sourceTree = ""; }; 344134F852960A380D61378D288D08CC /* CppAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CppAttributes.h; path = folly/CppAttributes.h; sourceTree = ""; }; - 3444ACB861DEEF1B5A180544A66B06F6 /* RNForceTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNForceTouchHandler.m; sourceTree = ""; }; 3447678C17782CEF55E001D70F451781 /* alpha_processing_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_sse2.c; path = src/dsp/alpha_processing_sse2.c; sourceTree = ""; }; - 3447BCA313DD125901B04D7A3FD9D60F /* GULMutableDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULMutableDictionary.m; path = GoogleUtilities/Network/GULMutableDictionary.m; sourceTree = ""; }; 344B55D81B2D5AB8EE569A0615784269 /* x509_vfy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = x509_vfy.h; path = ios/include/openssl/x509_vfy.h; sourceTree = ""; }; + 344C0EF17F751B76C5C7BA5CD3A081CA /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; 3458090CB8B48D96EDAB07F5B4CEC80E /* FIRAEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAEvent.h; path = Crashlytics/Crashlytics/Helpers/FIRAEvent.h; sourceTree = ""; }; - 34584BA3A2D5AF7650D5D8B749A2A129 /* EXFileSystemLocalFileHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemLocalFileHandler.m; path = EXFileSystem/EXFileSystemLocalFileHandler.m; sourceTree = ""; }; 346A4F1BCF46984D930243141F05CC10 /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = SDWebImage/Core/SDImageLoadersManager.h; sourceTree = ""; }; - 346B6F904D7B151C306D6D111F2FF3AC /* BSG_KSMach.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach.c; sourceTree = ""; }; + 346A7299E3D4A382BB1692D9F661589D /* React-jsiexecutor.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-jsiexecutor.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 34725C1DA2003EC8A547C1246793094F /* openssl_md5_one.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = openssl_md5_one.cpp; path = Core/aes/openssl/openssl_md5_one.cpp; sourceTree = ""; }; - 34A03E7ADB6A965377CB4349317BD042 /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; - 34AEDE0BD8179E53D2D3DB6B7B9F40B7 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 34C3F5093715DA799856143F7346F799 /* RNCPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNCPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 34C4F3F2A22FD60BFFD178C41DF9A7F2 /* YGValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGValue.cpp; path = yoga/YGValue.cpp; sourceTree = ""; }; + 34827D4C0C7CF07657C2BBF54B17EB3B /* FBReactNativeSpec-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBReactNativeSpec-dummy.m"; sourceTree = ""; }; + 34C305F6DB4200EC8160CE013BE96BBC /* ARTGroupManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTGroupManager.m; sourceTree = ""; }; + 34C4CEC6D823CBB3D6A577B448C1C976 /* react-native-orientation-locker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-orientation-locker-dummy.m"; sourceTree = ""; }; 34C842CD40D88AB4B2BF24FC77DA0009 /* libRNFBAnalytics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNFBAnalytics.a; path = libRNFBAnalytics.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3511BEDB797B895918FE2673667BF97E /* RCTMessageThread.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMessageThread.mm; sourceTree = ""; }; + 34CB4921243A458C6638E4EE2C7191CF /* react-native-simple-crypto.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-simple-crypto.release.xcconfig"; sourceTree = ""; }; + 34CE49E7DAFFD1C066682188D62D49D3 /* RNFBCrashlytics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFBCrashlytics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 34DB29D4AE143B49B7ACE4BC38ABB4FF /* React-RCTSettings-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTSettings-prefix.pch"; sourceTree = ""; }; + 3514ADF25CB00C5AF257D70F43B5DDA9 /* RNFBSharedUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBSharedUtils.m; path = ios/RNFBApp/RNFBSharedUtils.m; sourceTree = ""; }; 3515F77B426C6CF110E121A941250BB3 /* FLEXNetworkTransaction.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FLEXNetworkTransaction.m; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkTransaction.m; sourceTree = ""; }; 3517226A63DAF6EA8168A50B0B38522C /* double-conversion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "double-conversion.h"; path = "double-conversion/double-conversion.h"; sourceTree = ""; }; 351727A9002248E1942FA98BBA348167 /* IOExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOExecutor.h; path = folly/executors/IOExecutor.h; sourceTree = ""; }; + 351F464F361CCBD73E433FDD65060176 /* SafeAreaSpacerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SafeAreaSpacerView.h; sourceTree = ""; }; + 352BFC3C4FC8E0D247982A9A4C862A68 /* RCTImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageCache.m; sourceTree = ""; }; + 35353A2CDCEFBD5443431680626D7747 /* BugsnagSessionTrackingApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingApiClient.m; sourceTree = ""; }; + 35381B7B8445D4F563B8FF04EE7FC323 /* react-native-notifications.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-notifications.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 353DC34412B94D6B16E449F4BA38ACDF /* Demangle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Demangle.h; path = folly/Demangle.h; sourceTree = ""; }; + 353EC23D19578A63EB03D560888F8420 /* RCTImageURLLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageURLLoader.h; path = Libraries/Image/RCTImageURLLoader.h; sourceTree = ""; }; 3543E6EFF0F9CACDA2ABD0379BE4B03A /* quant_levels_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = quant_levels_utils.h; path = src/utils/quant_levels_utils.h; sourceTree = ""; }; + 3544DB3DF43ED36401A558A26AF2ADAC /* BSG_KSCrashSentry_Signal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Signal.h; sourceTree = ""; }; + 3556DEBA2EBC4C3EE0445AED4AE8BC03 /* RNGestureHandlerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerEvents.h; path = ios/RNGestureHandlerEvents.h; sourceTree = ""; }; 356316D7DD3E39D91E9FF0EF40AFE4EE /* FlipperResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperResponder.h; path = iOS/FlipperKit/FlipperResponder.h; sourceTree = ""; }; - 356539DE9F35EC327ECB1735C3DE73DF /* react-native-document-picker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-document-picker.release.xcconfig"; sourceTree = ""; }; + 3574E0551F9C83727E5CA4C1402AE59E /* FBReactNativeSpec.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBReactNativeSpec.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 357E8E167937BBD31B292CDB770EABA3 /* RNReanimated.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNReanimated.debug.xcconfig; sourceTree = ""; }; 358346C86A1A890A5D0EE4F1E8498913 /* SDImageAssetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAssetManager.m; path = SDWebImage/Private/SDImageAssetManager.m; sourceTree = ""; }; 35854F89CE706E36D49834D6557C4985 /* JitsiMeet.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JitsiMeet.framework; path = Frameworks/JitsiMeet.framework; sourceTree = ""; }; 3594DF1CD01D964FAA8763E627265CB0 /* BasicTransportCertificate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BasicTransportCertificate.h; path = folly/io/async/ssl/BasicTransportCertificate.h; sourceTree = ""; }; - 35A81BB48565CED85BFE1A8A56968595 /* UMModuleRegistryAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryAdapter.m; sourceTree = ""; }; + 359DA6459B033219810D20519F599289 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 35ADC7ED06344C6B9F4F94A13C6AC7CE /* RNPinchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPinchHandler.m; sourceTree = ""; }; 35C1BFECF08D1AFC2352E5B5CCD5395D /* FIRCLSUserLogging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUserLogging.m; path = Crashlytics/Crashlytics/Components/FIRCLSUserLogging.m; sourceTree = ""; }; 35C3BA28E9605DF443EF2F517495090F /* FIRCLSApplication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSApplication.m; path = Crashlytics/Crashlytics/Components/FIRCLSApplication.m; sourceTree = ""; }; + 35D059578C746B656D92BE16F6752821 /* Pbkdf2.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Pbkdf2.m; sourceTree = ""; }; 35E4D6A1904487120B7DD3A697709AF8 /* FIRCLSdSYM.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSdSYM.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSdSYM.m; sourceTree = ""; }; - 35E6F8E98D1958D1E2B3256809997612 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 35E714CEFDC6BF26C15AF5F6428B3D7B /* QueuedImmediateExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = QueuedImmediateExecutor.cpp; path = folly/executors/QueuedImmediateExecutor.cpp; sourceTree = ""; }; 35E787EECC1A06FFFE236DA1E4064D68 /* utilities.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = utilities.cc; path = src/utilities.cc; sourceTree = ""; }; 35EEA3296C37AD023DFC5B1E63F413CF /* MallocImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MallocImpl.cpp; path = folly/memory/detail/MallocImpl.cpp; sourceTree = ""; }; + 35F3E531E8553D0A99BD9D6326B0BBE1 /* React-CoreModules-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-CoreModules-dummy.m"; sourceTree = ""; }; 35F61E3C6B07427BB835C244D999622A /* AESCrypt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AESCrypt.h; path = Core/aes/AESCrypt.h; sourceTree = ""; }; 35FC211269EEAEF354EF384B6FE359E8 /* SKNodeDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKNodeDescriptor.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNodeDescriptor.h; sourceTree = ""; }; 36089D8A62176AEBC1A1C33BB1F4587A /* AsyncUDPSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncUDPSocket.h; path = folly/io/async/AsyncUDPSocket.h; sourceTree = ""; }; - 3641A108B0B857CEFEDB302429A0B556 /* UMModuleRegistryDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryDelegate.h; sourceTree = ""; }; - 365253DEF2465ED467D7A385BFD2B59B /* VibrancyViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VibrancyViewManager.h; path = ios/VibrancyViewManager.h; sourceTree = ""; }; - 3662CE20B49CF29EB7741E0C534B58FE /* StorageGetters.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = StorageGetters.m; path = ios/StorageGetters.m; sourceTree = ""; }; - 3678C40804B44D0B1830109F30526C13 /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.h; sourceTree = ""; }; + 36263D5CB49640E827A52109143A6BC6 /* Yoga-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Yoga-umbrella.h"; sourceTree = ""; }; + 362BDF004E1BBD646E998F7B026A559D /* RNCMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCMaskedViewManager.m; path = ios/RNCMaskedViewManager.m; sourceTree = ""; }; + 36306B6AE34528626CE3796BD77CB0F0 /* RNLocalize.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNLocalize.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 36408962C21D97AB92F94B838E5E9879 /* YGFloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGFloatOptional.h; path = yoga/YGFloatOptional.h; sourceTree = ""; }; + 36450395A5D1B249F9D96CC4855A6121 /* UMFontProcessorInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontProcessorInterface.h; path = UMFontInterface/UMFontProcessorInterface.h; sourceTree = ""; }; + 365B73C1BA70894D554152755BB36635 /* UMUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMUtilities.m; path = UMCore/UMUtilities.m; sourceTree = ""; }; + 367D2856B2C1D2D8BD082E98BEDF558A /* RCTImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageUtils.h; path = Libraries/Image/RCTImageUtils.h; sourceTree = ""; }; 367D7E063FF43E1359A7875D2872E8EF /* ExceptionWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExceptionWrapper.h; path = folly/ExceptionWrapper.h; sourceTree = ""; }; - 369986811C8C5B922B81879190BE308F /* REANode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REANode.m; sourceTree = ""; }; - 36AA0CF9EDC69151C5781E3FCAAC0B35 /* RNFBVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBVersion.m; path = ios/RNFBApp/RNFBVersion.m; sourceTree = ""; }; 36B7F3281228D81ACA10503A7747FBA2 /* FlipperKitCertificateProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperKitCertificateProvider.h; path = iOS/FlipperKit/FlipperKitCertificateProvider.h; sourceTree = ""; }; 36C16253FC02878ED51B236A0A19E9DD /* FIRCLSReportManager_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportManager_Private.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportManager_Private.h; sourceTree = ""; }; + 36CB2FEFC9933124012688302100CA30 /* RCTImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageView.h; path = Libraries/Image/RCTImageView.h; sourceTree = ""; }; + 36CBD3B9AE26C9FF2C3B8434C10D50CF /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTStatusBarManager.h; path = React/CoreModules/RCTStatusBarManager.h; sourceTree = ""; }; 36EBA64DF381CBBD5C3B807FF94149C8 /* RSocketTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketTransport.h; path = rsocket/transports/RSocketTransport.h; sourceTree = ""; }; + 36F81887E905A3D8EC5309FFAC152F74 /* BSG_KSBacktrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace.h; sourceTree = ""; }; 36FEA324A8D5A0D423822FABB541691A /* SKIOSNetworkAdapter.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKIOSNetworkAdapter.mm; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/SKIOSNetworkAdapter.mm; sourceTree = ""; }; - 3700A9BEECD96E3243E6DDA35822E66A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 3707C79B5D7912313B6F2133321D63DF /* HighlighterView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HighlighterView.h; sourceTree = ""; }; - 370D6914C4C75169673E242ED5AFC8BE /* RNRootView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNRootView.debug.xcconfig; sourceTree = ""; }; + 37090DE0ACAE2A967D34BE851324D47D /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; + 37109495CC36F77A55D9CC593CF5309C /* RNFBCrashlyticsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBCrashlyticsModule.h; path = ios/RNFBCrashlytics/RNFBCrashlyticsModule.h; sourceTree = ""; }; + 3713EF18D3264C2CDA2136D0C920CCBC /* RCTPbkdf2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPbkdf2.h; path = ios/RCTCrypto/RCTPbkdf2.h; sourceTree = ""; }; 371A76D159083F6DAC646395A308432D /* IOBufQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IOBufQueue.cpp; path = folly/io/IOBufQueue.cpp; sourceTree = ""; }; - 371EBDFAD3773DD3F3D32C375C9F0D76 /* RCTTypedModuleConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTypedModuleConstants.h; sourceTree = ""; }; 372C88C139F6DECDDDE39091642AD22F /* GDTCORDataFuture.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORDataFuture.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORDataFuture.m; sourceTree = ""; }; + 373ADD8BE510F3D72330A3CC8B7B14F9 /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; 373C9F59C3DDFA4B431689CCFE1496E9 /* TestUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TestUtil.h; path = folly/experimental/TestUtil.h; sourceTree = ""; }; - 374AEE2E788671CD524D7389FFD7ECEC /* BSG_KSCrashState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashState.m; sourceTree = ""; }; + 373DA8834FD4A0FFAFA234BC7C6858C0 /* Yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Yoga-dummy.m"; sourceTree = ""; }; 37592FDAD45752511010F4B06AC57355 /* libReact-cxxreact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-cxxreact.a"; path = "libReact-cxxreact.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 376581529487B99184BD6C839402D91A /* SDDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDiskCache.h; path = SDWebImage/Core/SDDiskCache.h; sourceTree = ""; }; - 3782EEB74985B9C222CB86C0A4007BD0 /* EXLocalAuthentication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXLocalAuthentication.m; path = EXLocalAuthentication/EXLocalAuthentication.m; sourceTree = ""; }; - 3789426A11BE45CFE1082ACDFDA325CA /* EXLocalAuthentication.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXLocalAuthentication.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 377E7BBDD325400C4BE1F37B91485657 /* RNNotificationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationsStore.m; path = RNNotifications/RNNotificationsStore.m; sourceTree = ""; }; + 3781EE523E30E0F27639A014809DB2C3 /* RCTNetworkPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkPlugins.h; path = Libraries/Network/RCTNetworkPlugins.h; sourceTree = ""; }; + 3789240F49EA349195FE80E69BE3E726 /* ARTShapeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTShapeManager.m; sourceTree = ""; }; + 378B98CAC2A39BEE994614C16D6646A7 /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; + 3795F8CED3E2AEFFB670BBEFEE27890C /* rn-extensions-share-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-extensions-share-dummy.m"; sourceTree = ""; }; 37B412BC1F64FB826EE5B0CCADAE63B2 /* SwappableEventBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SwappableEventBase.cpp; path = rsocket/internal/SwappableEventBase.cpp; sourceTree = ""; }; - 37B72A1B6814F32C7AF02DD191124F22 /* Aes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Aes.m; sourceTree = ""; }; - 37BB25D6EB3783A18E7263072268DAD5 /* RCTDiffClampAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDiffClampAnimatedNode.m; sourceTree = ""; }; 37C627DA202972DF211CEBEB84486E4D /* EventBaseThread.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBaseThread.cpp; path = folly/io/async/EventBaseThread.cpp; sourceTree = ""; }; - 37CBDE16C7254141CB3CBF83759881C8 /* React-Core.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.release.xcconfig"; sourceTree = ""; }; + 37CB5E3FA6E56CDDA22020814A9F5F38 /* RCTImagePlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImagePlugins.h; path = Libraries/Image/RCTImagePlugins.h; sourceTree = ""; }; 37DA2F9051F6DF45E1CB248C9B98FA19 /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = SDWebImage/Core/SDImageCachesManager.m; sourceTree = ""; }; 37E34396F5508D2A8E01F8C3724E719E /* DiscriminatedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DiscriminatedPtr.h; path = folly/DiscriminatedPtr.h; sourceTree = ""; }; - 37EFFE3643F7D3B32A469D781741A344 /* UMReactLogHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactLogHandler.m; sourceTree = ""; }; + 37EBD710F653406AD78421D39591F385 /* RNRootView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNRootView.release.xcconfig; sourceTree = ""; }; 37F1B7412B8B415A53059C4FF77224B4 /* FIRCLSUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUserDefaults.m; path = Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults.m; sourceTree = ""; }; 37F304C9B2717287A94602284A638E6F /* Subscription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Subscription.h; path = yarpl/observable/Subscription.h; sourceTree = ""; }; - 37F8C450D828AD4F801323050276E874 /* RCTReconnectingWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTReconnectingWebSocket.h; path = Libraries/WebSocket/RCTReconnectingWebSocket.h; sourceTree = ""; }; - 3801F5C83168F9BB951E60F559752318 /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; - 3824072BC35AFA3E8D2381D9F7B91CED /* EXHapticsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXHapticsModule.h; path = EXHaptics/EXHapticsModule.h; sourceTree = ""; }; - 383706DC96B33ED34DACE9EF99CA6BD1 /* FBReactNativeSpec.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBReactNativeSpec.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 383AF26142A3C7B25389DB8A33CD982F /* log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log.h; path = yoga/log.h; sourceTree = ""; }; + 37FBB622E77ADCEE64B6FC545BE6A914 /* RCTKeyCommandsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTKeyCommandsManager.m; path = ios/KeyCommands/RCTKeyCommandsManager.m; sourceTree = ""; }; + 37FE39961D39F1D6D9D6208DEAF0FB05 /* RCTBlobManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTBlobManager.h; path = Libraries/Blob/RCTBlobManager.h; sourceTree = ""; }; + 38124A4F4DF3AA5E15B05817C4CE8CDD /* UMUtilitiesInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUtilitiesInterface.h; sourceTree = ""; }; + 38358A77E8A4DEB33F1E91E964CA09B1 /* react-native-simple-crypto.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-simple-crypto.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 3844FEA05A4C6D97DE02FF7CBAB7C2CB /* ScheduledFrameProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledFrameProcessor.h; path = rsocket/framing/ScheduledFrameProcessor.h; sourceTree = ""; }; - 386C27420ABBBC60FE85BAA7EC0ACCFE /* UMAppLoader-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMAppLoader-dummy.m"; sourceTree = ""; }; + 388F9F6D439A1094C18E5F5041716714 /* rn-fetch-blob.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-fetch-blob.release.xcconfig"; sourceTree = ""; }; + 389F204A875DD6CE7B8C65D858001782 /* BugsnagCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashReport.h; sourceTree = ""; }; 38B69FFBB1BF11494CE3EB2B48623F78 /* FIRErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrors.h; path = FirebaseCore/Sources/Private/FIRErrors.h; sourceTree = ""; }; - 38C94751FB64B5B33314BCD0D26474B7 /* react-native-appearance-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-appearance-prefix.pch"; sourceTree = ""; }; - 38CFAEA33138B1F36ED31DE00763D08D /* EXSessionResumableDownloadTaskDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXSessionResumableDownloadTaskDelegate.h; sourceTree = ""; }; 38F45570ECFA55AB2AE971CA49503BAA /* Uri.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Uri.h; path = folly/Uri.h; sourceTree = ""; }; - 390B0E2CFB3143148CFDED46B050CB03 /* KeyCommands.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KeyCommands.debug.xcconfig; sourceTree = ""; }; - 39197A4EC89FA16F432531D6C2BDA1EC /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; - 391B04E599A2E8CF7BE30903066AF0B7 /* react-native-jitsi-meet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-jitsi-meet-dummy.m"; sourceTree = ""; }; - 391FBFD807085307ABA61A876784E1BE /* RNFBAnalyticsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBAnalyticsModule.m; path = ios/RNFBAnalytics/RNFBAnalyticsModule.m; sourceTree = ""; }; - 3932B4BFFCEA5D7D7FC7F6AFBF9D247B /* UMFaceDetectorInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFaceDetectorInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 393EA614431E7CC362E47763C9A913E3 /* react-native-cameraroll-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-cameraroll-prefix.pch"; sourceTree = ""; }; - 39581FE68301A0DDB9812414733C50A1 /* ModuleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ModuleRegistry.cpp; sourceTree = ""; }; + 38F867F883264D0E4DCED09E0FDF6467 /* RNVectorIcons.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNVectorIcons.debug.xcconfig; sourceTree = ""; }; + 3901E2B8A432204195F28DCC95FE14EF /* YGNodePrint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodePrint.h; path = yoga/YGNodePrint.h; sourceTree = ""; }; + 393BD87E23105F5AFD8767897194DF68 /* RCTValueAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTValueAnimatedNode.h; sourceTree = ""; }; + 395473F21F297CDA63A7CEF44F0B6EEE /* ModuleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ModuleRegistry.cpp; sourceTree = ""; }; + 395FAAC745397A762FAEE4C6266BF43F /* UMReactNativeAdapter.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMReactNativeAdapter.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 3963387F6C875B1235572275D143B9DC /* ColdResumeHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ColdResumeHandler.cpp; path = rsocket/ColdResumeHandler.cpp; sourceTree = ""; }; - 397B8181873BD84BE101F44B0ABE482F /* ARTShapeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTShapeManager.h; sourceTree = ""; }; + 39780295FCA7F0910BC23B614D803CC9 /* YGValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGValue.h; path = yoga/YGValue.h; sourceTree = ""; }; + 3983146DD520013B9AE7A9E495AF21E7 /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; + 398652AE3510AD39E9B13C519F21E03E /* BSG_KSMachHeaders.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSMachHeaders.m; sourceTree = ""; }; 3995E9A733022BC9625CF21E64F2B82A /* SSLOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSLOptions.h; path = folly/io/async/SSLOptions.h; sourceTree = ""; }; - 39B4AEE412F19D5B029E3763DB83C416 /* RCTMessageThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMessageThread.h; sourceTree = ""; }; - 39B7FB9FEDA213E7D987311504F39356 /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurface.mm; sourceTree = ""; }; - 39F50BA5F87B8932FD3E45C8340FC1CB /* UMAccelerometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAccelerometerInterface.h; path = UMSensorsInterface/UMAccelerometerInterface.h; sourceTree = ""; }; + 39D2B180D3871C68DFB40D8B41F08497 /* React-RCTImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.debug.xcconfig"; sourceTree = ""; }; + 39E8EBF396AFBEE05705061BFEDC0031 /* UMAccelerometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAccelerometerInterface.h; path = UMSensorsInterface/UMAccelerometerInterface.h; sourceTree = ""; }; 3A04D0EF519DA96C67F7DA276E06CC18 /* FIRAppAssociationRegistration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppAssociationRegistration.h; path = FirebaseCore/Sources/FIRAppAssociationRegistration.h; sourceTree = ""; }; - 3A25E9578CCDCEA3AB90E87500EED360 /* react-native-safe-area-context.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-safe-area-context.release.xcconfig"; sourceTree = ""; }; + 3A1F54C777C1D17D6ED6F35103B2EA77 /* NSData+EXFileSystem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+EXFileSystem.m"; path = "EXFileSystem/NSData+EXFileSystem.m"; sourceTree = ""; }; + 3A2D6CFFD5F0D212F96007DCF42BA0C7 /* RCTDeviceInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDeviceInfo.mm; sourceTree = ""; }; 3A3882B0DD28CD28781B9FA5323D1826 /* SysStat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysStat.h; path = folly/portability/SysStat.h; sourceTree = ""; }; - 3A3FA54BCB39977C7312036C8DF2F424 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 3A5FB16064BAC59510A5A786EF144516 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = src/utils/utils.h; sourceTree = ""; }; + 3A647A4A5C0B5DEAFF810E0A1C0E8DA8 /* ARTShapeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTShapeManager.h; sourceTree = ""; }; 3A6C910E810FBD3DCC2D19B68FA7B794 /* NetOps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = NetOps.cpp; path = folly/net/NetOps.cpp; sourceTree = ""; }; - 3A82729D716B14128CCEE52DE9AE9184 /* YGNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGNode.cpp; path = yoga/YGNode.cpp; sourceTree = ""; }; - 3A8C7401EE1F0655B8F6371EC6A75070 /* SafeAreaManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SafeAreaManager.h; sourceTree = ""; }; 3AAAB72B09A3F282CD608B001E7C3B86 /* FBCxxFollyDynamicConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FBCxxFollyDynamicConvert.mm; path = iOS/FlipperKit/FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.mm; sourceTree = ""; }; 3AABC173CEFDB3E4DB71464CBC5BC8E4 /* ReentrantAllocator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ReentrantAllocator.cpp; path = folly/memory/ReentrantAllocator.cpp; sourceTree = ""; }; - 3AC6369993EE60F39D85C876FD6C77AA /* RCTDevMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevMenu.h; path = React/CoreModules/RCTDevMenu.h; sourceTree = ""; }; - 3ACA36F81869A587390EC3455FF07951 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 3ACB0DCDF8BF3CA082E94F07DFF5E8D3 /* FIRCLSURLSessionUploadTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSessionUploadTask.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionUploadTask.h; sourceTree = ""; }; 3AD33D82B3E5E94C3A896176AF64608F /* MicroSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MicroSpinLock.h; path = folly/MicroSpinLock.h; sourceTree = ""; }; 3AD52B24ED4122E0D296351770E21F71 /* F14Map.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Map.h; path = folly/container/F14Map.h; sourceTree = ""; }; + 3ADD3E8E63EC6B2FCD288E46F6415F51 /* RNNativeViewHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNNativeViewHandler.h; sourceTree = ""; }; 3AE5ED118C3823A9D08C4B9FDB7158EB /* srp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = srp.h; path = ios/include/openssl/srp.h; sourceTree = ""; }; 3AE89D4FBD958EBA906CB11EEBDAB761 /* filters_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_neon.c; path = src/dsp/filters_neon.c; sourceTree = ""; }; 3AEA4A114C08533A2C0F8E039A4C5EB9 /* libRNImageCropPicker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNImageCropPicker.a; path = libRNImageCropPicker.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 3AFE3583A3500341820737B396B84186 /* Yoga.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Yoga.debug.xcconfig; sourceTree = ""; }; 3B03B2A3A4C4729288E68F023EBD7DB8 /* Bits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bits.h; path = folly/experimental/Bits.h; sourceTree = ""; }; 3B0EA0F360C1A755E8A7F142807876E7 /* MMKV-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MMKV-dummy.m"; sourceTree = ""; }; 3B224B82971B4C38EAE3461DCB917937 /* lossless_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_mips_dsp_r2.c; path = src/dsp/lossless_mips_dsp_r2.c; sourceTree = ""; }; + 3B229C2C25D2CF305A24AD4C8D9433CD /* RNFBSharedUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBSharedUtils.h; path = ios/RNFBApp/RNFBSharedUtils.h; sourceTree = ""; }; + 3B23C135E22C7EB1E10D4FC8EB3494ED /* RCTFileReaderModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFileReaderModule.mm; sourceTree = ""; }; 3B2CCEBD48651125917A4A11FD179AC6 /* MallctlHelper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MallctlHelper.cpp; path = folly/memory/MallctlHelper.cpp; sourceTree = ""; }; 3B30C7DEADFABC231C99CEBC43B5640D /* anim_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; name = anim_decode.c; path = src/demux/anim_decode.c; sourceTree = ""; }; 3B3D12B714F253905BAB4E84F4C8F2FD /* AsyncSSLSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncSSLSocket.h; path = folly/io/async/AsyncSSLSocket.h; sourceTree = ""; }; 3B3F447A9E5641258E030C1988C10923 /* ThreadName.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadName.h; path = folly/system/ThreadName.h; sourceTree = ""; }; - 3B574198EE92346A64C3F82D6750DB9C /* BugsnagSessionTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTracker.m; sourceTree = ""; }; 3B5FEB9BBC34C38471BFC0C565F5147F /* FIRInstallationsVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsVersion.h; path = FirebaseInstallations/Source/Library/Public/FIRInstallationsVersion.h; sourceTree = ""; }; 3B640835BAA914DD267B5E780D8CFEC7 /* libUMReactNativeAdapter.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMReactNativeAdapter.a; path = libUMReactNativeAdapter.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3B6C601FB3100A475935F51AF49B4DE1 /* BSG_KSBacktrace_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace_Private.h; sourceTree = ""; }; - 3B752571FDF0D03A5A7318387BB42224 /* React-Core.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-Core.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 3B757DF0BF0F3F8A34A70A3D18FCCD99 /* histogram_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = histogram_enc.c; path = src/enc/histogram_enc.c; sourceTree = ""; }; 3B80E9E91ED962992F40D62010CAB648 /* shim.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = shim.h; path = ios/include/openssl/shim.h; sourceTree = ""; }; - 3B84D1BF690E36802CC64BACD1AD34EC /* log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = log.cpp; path = yoga/log.cpp; sourceTree = ""; }; 3B885D77DC28404FB4C9B172DEF84857 /* FIRCLSMachOSlice.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMachOSlice.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOSlice.m; sourceTree = ""; }; + 3B948334868E259BE1A9008922D6D075 /* EXVideoManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoManager.h; sourceTree = ""; }; 3B9D65BF5E13DD9FFD393E3CD73B2CDB /* Folly.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Folly.debug.xcconfig; sourceTree = ""; }; - 3C0B50FDFE45238B4F1D34B744F5F4C8 /* RCTBlobManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobManager.mm; sourceTree = ""; }; - 3C136C6AC4E802D16EFAC808B57C9DEF /* React-RCTBlob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTBlob-prefix.pch"; sourceTree = ""; }; - 3C208BFD875A962BE00739D7720F6543 /* UMPermissionsInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMPermissionsInterface.release.xcconfig; sourceTree = ""; }; - 3C21795CC1787100D8FD5952589A2B91 /* JSIDynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIDynamic.h; sourceTree = ""; }; - 3C6C830832BC7D7C39A270128476117B /* BSG_KSDynamicLinker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSDynamicLinker.h; sourceTree = ""; }; + 3BD3A5C180A852FEE7E1A9DEF02B8648 /* RCTSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSliderManager.m; sourceTree = ""; }; + 3BDB9F0AC8CAACB1868E64E2A0B6217F /* RNGestureHandler-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNGestureHandler-prefix.pch"; sourceTree = ""; }; + 3BDE2818110AA14FF57D5E26EA0A2839 /* EXPermissions-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXPermissions-prefix.pch"; sourceTree = ""; }; + 3BE5F6D1FD17DAFB939DE95A5439BC7E /* REATransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransition.h; sourceTree = ""; }; + 3BFDDBB07D479E64359C01F4F127104E /* RNCAsyncStorage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNCAsyncStorage-prefix.pch"; sourceTree = ""; }; + 3C4D07A9FBE58959D68731C8097F1FBC /* REANodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REANodesManager.m; path = ios/REANodesManager.m; sourceTree = ""; }; 3C787215ED9F53763DAEE7051948729B /* FIRCLSInternalLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSInternalLogging.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.h; sourceTree = ""; }; + 3C7B447D61CDB8516CBE28BA6279B419 /* RsaFormatter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RsaFormatter.m; sourceTree = ""; }; 3C8C92FC0A77F86561EAD00F7269958A /* dynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = dynamic.cpp; path = folly/dynamic.cpp; sourceTree = ""; }; 3C94234CD585CB45DDF502DE4972F108 /* MiniPBCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MiniPBCoder.h; path = Core/MiniPBCoder.h; sourceTree = ""; }; 3C95271CE56C4347B8A59A622AC281AB /* Observables.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Observables.cpp; path = yarpl/observable/Observables.cpp; sourceTree = ""; }; @@ -9117,3133 +9128,3132 @@ 3CA1CAEDFAE68FE24A7A7080778B535C /* QuotientMultiSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QuotientMultiSet.h; path = folly/experimental/QuotientMultiSet.h; sourceTree = ""; }; 3CA41D84B3FBE103D480168508BF6498 /* ManualExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ManualExecutor.cpp; path = folly/executors/ManualExecutor.cpp; sourceTree = ""; }; 3CA7A9404CCDD6BA22C97F8348CE3209 /* libglog.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libglog.a; path = libglog.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3CAE129DDD47A3599747EE6B89383529 /* react-native-cookies-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-cookies-dummy.m"; sourceTree = ""; }; 3CC7D3CB5395ECDD26AAA7EC972072BB /* GoogleDataTransportCCTSupport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleDataTransportCCTSupport-dummy.m"; sourceTree = ""; }; - 3CF2D326A2EDEAD99E537F120D48D52E /* RNNotificationCenter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenter.h; path = RNNotifications/RNNotificationCenter.h; sourceTree = ""; }; - 3CFEA0460BA87D4649E5FCE9631C830C /* EXPermissions.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXPermissions.debug.xcconfig; sourceTree = ""; }; + 3CC918D1F2AEA3EB227977B3BC03F83E /* RCTLogBox.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLogBox.mm; sourceTree = ""; }; + 3D062490306449633F46F485AF87CA81 /* REAConcatNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAConcatNode.m; sourceTree = ""; }; 3D1B0F617DB13603FD3F2164820EDDF5 /* DuplexConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DuplexConnection.h; path = rsocket/DuplexConnection.h; sourceTree = ""; }; - 3D1D3E03323804483A8B1002CC1CFFFD /* RCTNetworkPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkPlugins.h; path = Libraries/Network/RCTNetworkPlugins.h; sourceTree = ""; }; 3D274898AA4701C06E0A5D5290F2FD3F /* raw_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = raw_logging.h; path = src/glog/raw_logging.h; sourceTree = ""; }; 3D27A4E53812367C6079BB5B0AC57501 /* AsyncSignalHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncSignalHandler.cpp; path = folly/io/async/AsyncSignalHandler.cpp; sourceTree = ""; }; 3D32290E9726366C8A5258D620A28B01 /* ManualExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ManualExecutor.h; path = folly/executors/ManualExecutor.h; sourceTree = ""; }; 3D33D15D5083476886ACAD72FED3BB59 /* SpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpinLock.h; path = folly/SpinLock.h; sourceTree = ""; }; + 3D42023E5F43B4599506F87C1B3BFE17 /* RCTConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConvert.m; sourceTree = ""; }; 3D438F38D94F27C2D4F272BAFC52B53E /* HazptrRec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrRec.h; path = folly/synchronization/HazptrRec.h; sourceTree = ""; }; 3D44D59DCEFC071F7744D6EEBDDA9A7C /* FIRCLSContext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSContext.m; path = Crashlytics/Crashlytics/Components/FIRCLSContext.m; sourceTree = ""; }; - 3D49E0D43DDBBC0D27282E37D5CB6576 /* EXAppleAuthenticationButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppleAuthenticationButton.m; path = EXAppleAuthentication/EXAppleAuthenticationButton.m; sourceTree = ""; }; - 3D4BD70342E0173091183ED631DA2729 /* EXAppleAuthentication.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAppleAuthentication.release.xcconfig; sourceTree = ""; }; - 3D5BDFFB8DA9E0C8D0F0DF040BE9DA96 /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; + 3D514A95468C3971D27D58E6E178E1D2 /* UMSensorsInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMSensorsInterface.release.xcconfig; sourceTree = ""; }; 3D737604CB5D970AF2EC09F282F6B437 /* Common.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Common.cpp; path = rsocket/internal/Common.cpp; sourceTree = ""; }; 3D8F01ADAB3DF896F0B1176B29B5F88F /* FIRCLSURLSessionDownloadTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSessionDownloadTask.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDownloadTask.h; sourceTree = ""; }; - 3DBD6639A8ECB049C054C81E674B3EC2 /* JSBundleType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSBundleType.cpp; sourceTree = ""; }; 3DCC178DE14763A2C80268EC0526B22D /* Unistd.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Unistd.cpp; path = folly/portability/Unistd.cpp; sourceTree = ""; }; 3DCCC9C42EB3E07CFD81800EC8A2515D /* QBImagePicker.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = QBImagePicker.bundle; path = "RNImageCropPicker-QBImagePicker.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; - 3DCFD86117B85F8793F5051E9FF6E1E2 /* GULLoggerCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerCodes.h; path = GoogleUtilities/Common/GULLoggerCodes.h; sourceTree = ""; }; 3DD31C4F35B140831E47CC68A86A5D6D /* FIRCLSRecordIdentity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordIdentity.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordIdentity.h; sourceTree = ""; }; - 3DFDD8BE3D6FA694A8F0D97824C471EF /* YGStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGStyle.h; path = yoga/YGStyle.h; sourceTree = ""; }; 3E04A42256243F07DA15337B2A0A0D65 /* StreamThroughputTcp.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamThroughputTcp.cpp; path = rsocket/benchmarks/StreamThroughputTcp.cpp; sourceTree = ""; }; 3E11D330985329B8B6D0E6A5B3B37419 /* FIRInstallationsAPIService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsAPIService.m; path = FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.m; sourceTree = ""; }; 3E5A2972DCC76B25BA302F7753968308 /* GlobalThreadPoolList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GlobalThreadPoolList.h; path = folly/executors/GlobalThreadPoolList.h; sourceTree = ""; }; - 3E6621284928A4F9127989B9EF1C7BB9 /* UMPermissionsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMPermissionsInterface.h; path = UMPermissionsInterface/UMPermissionsInterface.h; sourceTree = ""; }; 3E6F85464D0E9C589588B0CEA2AFC418 /* RSocketStats.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketStats.h; path = rsocket/RSocketStats.h; sourceTree = ""; }; 3E76722C2C3CB706BD6FA0EEADCD162C /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = YogaKit/Source/YGLayout.h; sourceTree = ""; }; + 3E791654DF357AA30639DF29BA9E6C02 /* RNJitsiMeetView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNJitsiMeetView.m; path = ios/RNJitsiMeetView.m; sourceTree = ""; }; 3E85121D71C337EC33D59DC67F3A22EE /* FBLPromise+Catch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Catch.m"; path = "Sources/FBLPromises/FBLPromise+Catch.m"; sourceTree = ""; }; + 3EA214B50379F47B600E96568880DEAB /* RNPushKitEventListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventListener.h; path = RNNotifications/RNPushKitEventListener.h; sourceTree = ""; }; + 3EB17CB37A0C7B4CFA83EF650FEDAB61 /* react-native-cameraroll.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-cameraroll.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 3EBA5DF374B2E9BF9FD9A407E7D7AAF8 /* FIRCLSURLSessionDownloadTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSURLSessionDownloadTask.m; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDownloadTask.m; sourceTree = ""; }; 3EBAF478D66D1DA851FD439F90D53934 /* Codel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Codel.h; path = folly/executors/Codel.h; sourceTree = ""; }; 3EBF339D81D1D4A6DBA7F532E24B125F /* FirebaseInstallations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallations.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations.h; sourceTree = ""; }; 3EC78C34ABD67F073783156FE44FE310 /* Assume.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Assume.cpp; path = folly/lang/Assume.cpp; sourceTree = ""; }; + 3EC846996E48781196A9ED0CCE8D2E17 /* RNFetchBlobNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobNetwork.h; path = ios/RNFetchBlobNetwork.h; sourceTree = ""; }; 3ED62CCE5562500EA4D702D3C23A833F /* crashlytics.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = crashlytics.nanopb.h; path = Crashlytics/Protogen/nanopb/crashlytics.nanopb.h; sourceTree = ""; }; - 3ED9B3AA787DEC6C195D1DFE11C34958 /* RNCAsyncStorage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCAsyncStorage.release.xcconfig; sourceTree = ""; }; + 3ED941B828C516B3B5799603EE5B48BF /* MaterialIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialIcons.ttf; path = Fonts/MaterialIcons.ttf; sourceTree = ""; }; 3EE8FE43BC10C7A3290B0511031653BE /* quant_levels_dec_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_levels_dec_utils.c; path = src/utils/quant_levels_dec_utils.c; sourceTree = ""; }; 3EEAA606F6866DA20E6601B9655B1027 /* libBugsnagReactNative.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libBugsnagReactNative.a; path = libBugsnagReactNative.a; sourceTree = BUILT_PRODUCTS_DIR; }; 3EECE18D8A08691D02B4518B3D21AEF0 /* FlipperResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperResponder.h; path = xplat/Flipper/FlipperResponder.h; sourceTree = ""; }; - 3EF95370E7F6204C45B587645E4B5A0A /* RCTPbkdf2.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTPbkdf2.m; path = ios/RCTCrypto/RCTPbkdf2.m; sourceTree = ""; }; 3EFBA99B4E0C8F3A90337D95F312EE1C /* SysTime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysTime.h; path = folly/portability/SysTime.h; sourceTree = ""; }; - 3F0E869378E98258663692CAE64D3225 /* EXPermissions-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXPermissions-dummy.m"; sourceTree = ""; }; - 3F1339A3F9F1C1EDC77423632689F47E /* UMTaskServiceInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskServiceInterface.h; path = UMTaskManagerInterface/UMTaskServiceInterface.h; sourceTree = ""; }; 3F13B21F405601EA336D96B1B3F04FE5 /* quant.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = quant.h; path = src/dsp/quant.h; sourceTree = ""; }; - 3F3CCA2162BC0859BAE73645CCB23A35 /* React-RCTText.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTText.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 3F3EE8AE636321E9D4655B2BEACB9728 /* NSData+EXFileSystem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+EXFileSystem.m"; path = "EXFileSystem/NSData+EXFileSystem.m"; sourceTree = ""; }; + 3F1F551BB0F53F39E1D8DD9FE00AE2FA /* RNCNetInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCNetInfo.h; path = ios/RNCNetInfo.h; sourceTree = ""; }; + 3F209B755DCC84F960668776389F9035 /* FBLazyIterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyIterator.h; path = FBLazyVector/FBLazyIterator.h; sourceTree = ""; }; 3F5744FABB388827D57808557D9928B3 /* FBLPromise+All.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+All.h"; path = "Sources/FBLPromises/include/FBLPromise+All.h"; sourceTree = ""; }; 3F5D4705DE48CE5EB0F04C1232D5D7A0 /* FIRCLSSettingsOnboardingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSettingsOnboardingManager.h; path = Crashlytics/Crashlytics/Settings/FIRCLSSettingsOnboardingManager.h; sourceTree = ""; }; 3F71F980459D45BA165D5658FFB635E4 /* AtomicRef.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicRef.h; path = folly/synchronization/AtomicRef.h; sourceTree = ""; }; - 3F7D338AF97B235C95DB031AB511F855 /* Zocial.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Zocial.ttf; path = Fonts/Zocial.ttf; sourceTree = ""; }; - 3F90AC41491A338EFCFEBF8714855CC6 /* REATransformNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransformNode.m; sourceTree = ""; }; + 3F86B1B18B79BD8C2B11816C0F000470 /* RNFBJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBJSON.h; path = ios/RNFBApp/RNFBJSON.h; sourceTree = ""; }; + 3F9804B21E23B4F1FF703BAA131548B0 /* RCTRawTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextViewManager.m; sourceTree = ""; }; + 3F9EFB1202C400D49F1D4FE6CF851BFB /* RNSScreenContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenContainer.h; path = ios/RNSScreenContainer.h; sourceTree = ""; }; + 3FA335B3751BDFAA929F8A4361E31BEB /* FontAwesome.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome.ttf; path = Fonts/FontAwesome.ttf; sourceTree = ""; }; + 3FAE70A234C205C1C8E03CCEB97381D4 /* REABezierNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REABezierNode.m; sourceTree = ""; }; 3FB379E5D133D3B5BD5907B8C2FEC426 /* GDTCORLifecycle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORLifecycle.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORLifecycle.h; sourceTree = ""; }; + 3FBB161FD82BB24953757512EC393A33 /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; 3FC0717E49BA9AC1408D053AA64EF4A0 /* TimeoutManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TimeoutManager.cpp; path = folly/io/async/TimeoutManager.cpp; sourceTree = ""; }; - 3FCDF3FDFF30EE661C9F808CC27E7CF3 /* UIImage+Resize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Resize.h"; path = "ios/src/UIImage+Resize.h"; sourceTree = ""; }; - 3FD56F3C757D6901737808BE8C593F2F /* BSG_KSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSLogger.h; sourceTree = ""; }; + 3FCF27F09BB1924CF17AC406A7A314EE /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 3FDA28519DD3F0AD4D98F9F787A6904C /* FrameProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameProcessor.h; path = rsocket/framing/FrameProcessor.h; sourceTree = ""; }; 3FDDC4602AC6D2C76628D42154AB26DD /* GDTCORUploadPackage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORUploadPackage.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORUploadPackage.m; sourceTree = ""; }; 401A310C8975CB5E068A59575A723A4F /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Sources/Private/FIRComponentType.h; sourceTree = ""; }; - 401F112876C24559A739C63A8523667B /* React-RCTLinking.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.debug.xcconfig"; sourceTree = ""; }; + 401C8573E98CD4811542AD1F93FA111E /* BugsnagNotifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagNotifier.m; sourceTree = ""; }; + 402D9A6E20DB74BB3698B7B5BBC9E5F4 /* Sha.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Sha.m; sourceTree = ""; }; 403C4C6AF3897C87B0ECE6746F085751 /* ExceptionWrapper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ExceptionWrapper.cpp; path = folly/ExceptionWrapper.cpp; sourceTree = ""; }; 4047BC0750B116B1191149A8E7B5389B /* libreact-native-mmkv-storage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-mmkv-storage.a"; path = "libreact-native-mmkv-storage.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 4068EDB19F682F55EC1F015C385747E0 /* BugsnagSessionFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionFileStore.m; sourceTree = ""; }; - 40975B0D8530B3851E16A8DE9DE30CF3 /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.h; sourceTree = ""; }; - 4099190E5CD5B56FCE4D2AB9AEF5762C /* BugsnagSink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSink.m; sourceTree = ""; }; - 409F88FDB3C948345884DADE30844ECE /* BSG_KSFileUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSFileUtils.h; sourceTree = ""; }; - 40A2DB39044B51CA5142EB721767D713 /* RNConfigReader.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNConfigReader.debug.xcconfig; sourceTree = ""; }; - 40AB364E75933614EBCAC26691F4A178 /* NSValue+Interpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSValue+Interpolation.h"; sourceTree = ""; }; + 405287F115F7057F4E6B20332CB8315A /* React-RCTSettings.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTSettings.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 40568C7D34C220B7EB13022AAAAD478E /* GULSceneDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSceneDelegateSwizzler.h; path = GoogleUtilities/SceneDelegateSwizzler/Private/GULSceneDelegateSwizzler.h; sourceTree = ""; }; + 40806705B42988314598905FEC93C887 /* RCTMultiplicationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultiplicationAnimatedNode.m; sourceTree = ""; }; + 40934B831F3EBA6CF0AAAD6B44DED3D5 /* RCTMessageThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMessageThread.h; sourceTree = ""; }; 40BA1B76245D2214E75D5702AA7FE69B /* SocketAddress.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SocketAddress.cpp; path = folly/SocketAddress.cpp; sourceTree = ""; }; - 40BCA14A3E2A1C4FA4B85E84C953CB2E /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSourceCode.h; path = React/CoreModules/RCTSourceCode.h; sourceTree = ""; }; 40BD2E7AC013B9E41AAD85D186A4FA8B /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = WebImage/SDWebImage.h; sourceTree = ""; }; - 40D33D2546013B9EAE647569F13DD7D5 /* BSG_KSCrashState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashState.h; sourceTree = ""; }; - 40D5F4B631B7C5B6BE449E2DC1341AFB /* RNGestureHandlerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerManager.h; path = ios/RNGestureHandlerManager.h; sourceTree = ""; }; + 40C654EE67FEC6F7BE40DD1A7498724E /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; + 40D7C593FAA3FCCF78B5E1A05AD520D9 /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.h; sourceTree = ""; }; 40DE86CB2622D5F0DF420D9A44512DD4 /* SDImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoder.m; path = SDWebImage/Core/SDImageCoder.m; sourceTree = ""; }; 40E22757FF9FF39234BA0CD24958BF4B /* IOThreadPoolExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IOThreadPoolExecutor.cpp; path = folly/executors/IOThreadPoolExecutor.cpp; sourceTree = ""; }; - 40ECAD6379EE139209460BE826E875A2 /* REANodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REANodesManager.m; path = ios/REANodesManager.m; sourceTree = ""; }; - 40F7C973C5414744EC41B554A01CDFBC /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.h; sourceTree = ""; }; - 40FCE6A8456734765E55871D900EE746 /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; - 4122391440979A5E67FCFFA3C9AF9E76 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 40F2E3C20721BF730F69B4018B2B081C /* RCTDevLoadingViewSetEnabled.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingViewSetEnabled.h; sourceTree = ""; }; 4125CC60712437828270A8BCAE44E53C /* RSocketErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketErrors.h; path = rsocket/RSocketErrors.h; sourceTree = ""; }; 412AD2AC451D2087ED85E933B15A58E5 /* AsyncTransportCertificate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncTransportCertificate.h; path = folly/io/async/AsyncTransportCertificate.h; sourceTree = ""; }; - 412D0615B16BE3B93E19BC0936F0B59F /* RNFBAppModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBAppModule.h; path = ios/RNFBApp/RNFBAppModule.h; sourceTree = ""; }; - 412D7DB361D3F3A236B8C9DF2BAD42AB /* BSG_KSCrashIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashIdentifier.h; sourceTree = ""; }; - 4148650F89BB7671F7AD6E178535E393 /* REAConcatNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAConcatNode.m; sourceTree = ""; }; + 412BE8126BD99F9D9904BA059E2CD74E /* RCTSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSpringAnimation.h; sourceTree = ""; }; + 4131C7052C97779C5A8A7488A2C5FCFD /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Brands.ttf; path = Fonts/FontAwesome5_Brands.ttf; sourceTree = ""; }; + 413641259FBBF2278013FF359B8C4FDD /* RNBackgroundTimer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBackgroundTimer.m; path = ios/RNBackgroundTimer.m; sourceTree = ""; }; + 414DCBCEB4C71E9ABF20DD14E2F09B83 /* BSG_KSCrashReportStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashReportStore.m; sourceTree = ""; }; 41670F5EC41E7A2332A9F91C1E272D82 /* OpenSSLCertUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OpenSSLCertUtils.cpp; path = folly/ssl/OpenSSLCertUtils.cpp; sourceTree = ""; }; - 41758DF07308A697F34A55A0E9F85134 /* RCTConvert+Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+Text.h"; path = "Libraries/Text/RCTConvert+Text.h"; sourceTree = ""; }; - 417615BAA99E891F377A3B67761F435E /* BSG_KSCrashSentry_CPPException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_CPPException.h; sourceTree = ""; }; 4177A5C506C7D1C92F532B7B3FD2AB91 /* FIRCLSURLSessionTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSessionTask.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionTask.h; sourceTree = ""; }; - 4185FFF8B56A31314072CD0DFFDF0B31 /* UIResponder+FirstResponderTemp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIResponder+FirstResponderTemp.h"; sourceTree = ""; }; + 417D1AEB7BB707D73EEE2591C6E16F7B /* RNCSafeAreaViewMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaViewMode.m; path = ios/SafeAreaView/RNCSafeAreaViewMode.m; sourceTree = ""; }; 419EA50BE00934136EA276D52DD6D30D /* HazptrThreadPoolExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrThreadPoolExecutor.h; path = folly/synchronization/HazptrThreadPoolExecutor.h; sourceTree = ""; }; + 41A05D0650EF3D6CB09BF44C4F74A8B0 /* UIResponder+FirstResponderTemp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIResponder+FirstResponderTemp.m"; sourceTree = ""; }; 41AA3D7073247C2CC63EF9EC2BC87788 /* diy-fp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "diy-fp.h"; path = "double-conversion/diy-fp.h"; sourceTree = ""; }; 41AB0F94837FC688A10E982707AC286A /* FIRCLSBinaryImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSBinaryImage.m; path = Crashlytics/Crashlytics/Components/FIRCLSBinaryImage.m; sourceTree = ""; }; 41B1FB90879A0B9F4D4E6DBC981523DA /* cost_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_sse2.c; path = src/dsp/cost_sse2.c; sourceTree = ""; }; - 41B7A3479066B0FC7AB643E263538B16 /* react-native-netinfo.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-netinfo.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 41CB53DD8DAC4BF0EDAF296CAA1A58E1 /* RNFBMeta.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBMeta.m; path = ios/RNFBApp/RNFBMeta.m; sourceTree = ""; }; - 41CEC56D764C23ADC7CAA4FCE1143B65 /* BSG_KSString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSString.h; sourceTree = ""; }; - 41CFD537EC501FAA9FDDC28A666407B0 /* react-native-cookies.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-cookies.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 41C25AA6DE71334F1A19570B13A33087 /* RCTInputAccessoryShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryShadowView.h; sourceTree = ""; }; 41D392A9A6CBBFE9049B72F2DE284171 /* GDTCORTransformer_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransformer_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer_Private.h; sourceTree = ""; }; + 41D4722EED57CD29A826B7F1B09DCDDD /* RCTTiming.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTiming.mm; sourceTree = ""; }; 41D64D7574C4DFD78DA40432303FDCEB /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = SDWebImage/Core/SDWebImageDownloaderConfig.h; sourceTree = ""; }; 41EC5930B8C1892BEE85D9814875D011 /* FIRInteropEventNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropEventNames.h; path = Interop/Analytics/Public/FIRInteropEventNames.h; sourceTree = ""; }; 41EC9A082146249F7FAADB7E975CB5ED /* FIRCLSProcess.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSProcess.h; path = Crashlytics/Crashlytics/Components/FIRCLSProcess.h; sourceTree = ""; }; 41FFD780B2EECEA59A816381F57BA52E /* Benchmark.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Benchmark.cpp; path = folly/Benchmark.cpp; sourceTree = ""; }; - 4200F978FCA1E0B9D4D7A1637954CBE6 /* RCTTransformAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTransformAnimatedNode.m; sourceTree = ""; }; 4203EB175AFC90369B754FAE7363F797 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Sources/Private/FIRAppInternal.h; sourceTree = ""; }; + 42072BBF9239A4CC493CC137D58A56C4 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 420BA6842703D1CCC82D83147EB4064D /* filters_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_msa.c; path = src/dsp/filters_msa.c; sourceTree = ""; }; 420C2299A3D9F193072479F161BB46B4 /* RSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocket.cpp; path = rsocket/RSocket.cpp; sourceTree = ""; }; 423F3952D7C60D2A97C19C94C400F4FC /* MiniPBCoder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MiniPBCoder.cpp; path = Core/MiniPBCoder.cpp; sourceTree = ""; }; 426DAA1C7099F44D847FACA87A7AB248 /* fixed-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fixed-dtoa.h"; path = "double-conversion/fixed-dtoa.h"; sourceTree = ""; }; + 4271B9D8266CB8734D54D29E24C01C1C /* EXAV.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAV.m; path = EXAV/EXAV.m; sourceTree = ""; }; 4278E6D5CBD1835FDDDBFD6C73E5E85A /* Benchmark.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Benchmark.h; path = folly/Benchmark.h; sourceTree = ""; }; + 427F8A4FDA7C74319978BEF13D333788 /* REATransitionAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionAnimation.m; sourceTree = ""; }; + 428E1F5EB09D1D52D58C79018DEBBDC3 /* EXKeepAwake-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXKeepAwake-dummy.m"; sourceTree = ""; }; 429C944037B09F67FFDB4D9982A75A0A /* Flowable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Flowable.h; path = yarpl/flowable/Flowable.h; sourceTree = ""; }; + 42AC2955450FF0EFB25D36D80213BDAC /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es.lproj; path = ios/QBImagePicker/QBImagePicker/es.lproj; sourceTree = ""; }; + 42B61C85D8DCB55CECD60FD32EF743D2 /* EXHaptics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXHaptics-prefix.pch"; sourceTree = ""; }; + 42BB9627879954CA248160C80B018C2B /* RNCSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaView.h; path = ios/SafeAreaView/RNCSafeAreaView.h; sourceTree = ""; }; 42BF07A272BFF84B1F4116A62A58DEB9 /* GDTCORStorageProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORStorageProtocol.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORStorageProtocol.h; sourceTree = ""; }; 42C7E318F6C06F0F28E50533CB8255AE /* MMKV_OSX.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMKV_OSX.cpp; path = Core/MMKV_OSX.cpp; sourceTree = ""; }; - 42D9833BAE9B6DCB448907D2133D40A1 /* BSG_KSCrashContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashContext.h; sourceTree = ""; }; - 42DF8387DBA5D153864865916F5EEB06 /* RCTConvert+FIRApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FIRApp.h"; path = "ios/RNFBApp/RCTConvert+FIRApp.h"; sourceTree = ""; }; + 42C812F0EC457BBCC710183ACA902E2B /* rn-extensions-share.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "rn-extensions-share.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 42E35E3F7DA01A231418AD5B2E800C0E /* RCTImageURLLoaderWithAttribution.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageURLLoaderWithAttribution.h; path = Libraries/Image/RCTImageURLLoaderWithAttribution.h; sourceTree = ""; }; + 42EADF5819FFE391E83255A328519698 /* RCTDisplayWeakRefreshable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayWeakRefreshable.m; sourceTree = ""; }; + 42F29C2DFDA8492D6B56BF09386848AC /* EXLocalAuthentication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXLocalAuthentication.m; path = EXLocalAuthentication/EXLocalAuthentication.m; sourceTree = ""; }; 4311671915DF334E27A7ED2B0123315E /* FBLPromise+Timeout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Timeout.m"; path = "Sources/FBLPromises/FBLPromise+Timeout.m"; sourceTree = ""; }; - 4320DDED14499598AFABF627614CDD12 /* RNCWKProcessPoolManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKProcessPoolManager.h; path = apple/RNCWKProcessPoolManager.h; sourceTree = ""; }; - 43569585D898326F13E05425D78F1B28 /* EXAppleAuthenticationButtonViewManagers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppleAuthenticationButtonViewManagers.m; path = EXAppleAuthentication/EXAppleAuthenticationButtonViewManagers.m; sourceTree = ""; }; + 43187CAF197077A5C4B673F37BFB1852 /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; + 434447BE015670BBDA414FA410594484 /* react-native-background-timer-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-background-timer-dummy.m"; sourceTree = ""; }; + 434E1A335ED3D61EE8E89C8C23A70CE9 /* RCTBaseTextInputShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputShadowView.h; sourceTree = ""; }; + 43531606D0157A9F1E204C9F4244AB5D /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; sourceTree = ""; }; 436C40584EA39BCE1F8CD9D22CEDD0D8 /* Flipper-Folly-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Flipper-Folly-prefix.pch"; sourceTree = ""; }; 437DC85346074A9265D7B13844F4A421 /* FIRExceptionModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRExceptionModel.h; path = Crashlytics/Crashlytics/Public/FIRExceptionModel.h; sourceTree = ""; }; - 437FA421E76768EEF8745E6F92868F9E /* EXVideoThumbnails.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXVideoThumbnails.release.xcconfig; sourceTree = ""; }; - 438CC441C34A6B90C603EA95CD90A297 /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; - 4390DE90AA49DDA263BAF9BC6AEB2641 /* UMAppRecordInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppRecordInterface.h; sourceTree = ""; }; - 43A96EC03127E3E9D0AF85764CAE35BE /* REAPropsNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAPropsNode.h; sourceTree = ""; }; - 43BD74B44187A6CEA94B6BB0947477FE /* RNFBUtilsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBUtilsModule.h; path = ios/RNFBApp/RNFBUtilsModule.h; sourceTree = ""; }; + 43A4726FD9588A0C067B8FB77668F53A /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; 43C0C1192214C8336CF88696F0FA25FF /* OpenSSL-Universal.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "OpenSSL-Universal.debug.xcconfig"; sourceTree = ""; }; + 43DB4B0CAEA0E1356E66D574765D1F2E /* UMBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBridgeModule.h; path = UMReactNativeAdapter/UMBridgeModule.h; sourceTree = ""; }; 43DC6B18562D8277B642E9400F967111 /* nl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = nl.lproj; path = "Objective-C/TOCropViewController/Resources/nl.lproj"; sourceTree = ""; }; + 43EBDE3846E0FD53F64CC9F2323E7CD5 /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; 43FE6782A65CB4CEB4E4F36703B86439 /* rpc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rpc.h; path = src/event2/rpc.h; sourceTree = ""; }; + 4402B81163EE5CEF688AF96DBE731348 /* BlurView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BlurView.m; path = ios/BlurView.m; sourceTree = ""; }; 44036119557B4464513ACB6E0DD07799 /* Pods-NotificationService-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-NotificationService-umbrella.h"; sourceTree = ""; }; - 4406FD946F84D4056316B36CE18DE4F2 /* BSG_KSCrashReportFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFields.h; sourceTree = ""; }; 44139071FC098FD8447630E64A2B01AE /* ssim.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssim.c; path = src/dsp/ssim.c; sourceTree = ""; }; + 4417DC84BB1ECB385F6D5A2E88C9EB34 /* RNPushKitEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventHandler.h; path = RNNotifications/RNPushKitEventHandler.h; sourceTree = ""; }; 442092B4C183043A0E146BF6588195C5 /* FLEXUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FLEXUtility.h; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXUtility.h; sourceTree = ""; }; 444DCC1F0AE6951DB2A4D62FCFA8823C /* SysMman.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysMman.cpp; path = folly/portability/SysMman.cpp; sourceTree = ""; }; 445C853D0D51E07D96D598DDB886563C /* JitsiMeetSDK.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JitsiMeetSDK.debug.xcconfig; sourceTree = ""; }; - 44606393BBBAA7B6C207966388A89D9B /* RNFBAnalytics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFBAnalytics-prefix.pch"; sourceTree = ""; }; + 445E3C1D00BADA46D7C082060E1B68E9 /* UMFontManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontManagerInterface.h; path = UMFontInterface/UMFontManagerInterface.h; sourceTree = ""; }; + 4465D019EC460685C91E7859BB5BDD47 /* ReactNativeUiLib.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactNativeUiLib.debug.xcconfig; sourceTree = ""; }; 44672A7A3BC339C8FE063A2228A810BB /* NetOps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NetOps.h; path = folly/net/NetOps.h; sourceTree = ""; }; - 4470CCA6A92335DA7A0945BFB237BC24 /* RCTAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimatedImage.h; path = Libraries/Image/RCTAnimatedImage.h; sourceTree = ""; }; - 447318E4843F113904756BF2D628A9CA /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; 44B0F3FAFCF338F4782C3BED90798AEA /* IndexedMemPool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IndexedMemPool.h; path = folly/IndexedMemPool.h; sourceTree = ""; }; 44B1F19AFDA9FD7B7897E643F7E1BCD4 /* UIImage+GIF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+GIF.m"; path = "SDWebImage/Core/UIImage+GIF.m"; sourceTree = ""; }; 44BFF3DAA7F1DCC5E5C3DFAC211EDE1F /* UICollectionView+SKInvalidation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UICollectionView+SKInvalidation.h"; path = "iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UICollectionView+SKInvalidation.h"; sourceTree = ""; }; 44D3B29C5FF6A2C4C948A999FE930F10 /* Singleton.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Singleton.cpp; path = folly/Singleton.cpp; sourceTree = ""; }; - 44DD50027694D12307F2F079CE95B327 /* ARTPattern.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTPattern.m; sourceTree = ""; }; - 44ED55D47C0F0F5BEC5AAB3A44337CC0 /* RNDeviceInfo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDeviceInfo.debug.xcconfig; sourceTree = ""; }; + 44D92C6A82622512F6E67720CD20A810 /* UMAppDelegateWrapper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMAppDelegateWrapper.m; path = UMCore/UMAppDelegateWrapper.m; sourceTree = ""; }; 4504C42DD5D2E518351870D3454D86DD /* AtomicSharedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicSharedPtr.h; path = folly/concurrency/AtomicSharedPtr.h; sourceTree = ""; }; 4505A1DD58413984C97399A26AE241B1 /* buffer_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = buffer_compat.h; path = src/event2/buffer_compat.h; sourceTree = ""; }; - 452392B37A05B95791672BD16864164C /* RCTImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageView.h; path = Libraries/Image/RCTImageView.h; sourceTree = ""; }; - 453D8790C5A5D68EC9C6E08AB2BF4FAA /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 4553E9E98C980E75FBF5A4B16A8EBF4F /* UMFileSystemInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFileSystemInterface.debug.xcconfig; sourceTree = ""; }; + 45166936E7B906D7B2EAB1308CEA864B /* EXAppleAuthenticationRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppleAuthenticationRequest.h; path = EXAppleAuthentication/EXAppleAuthenticationRequest.h; sourceTree = ""; }; + 453CE6C887F1EBE164D6F608B6EDB7AB /* BSGConnectivity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGConnectivity.m; sourceTree = ""; }; + 4540AEFDDE23EAECDDCA4B91BEFDF1F8 /* RCTCustomInputControllerTemp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomInputControllerTemp.h; sourceTree = ""; }; + 4551BA83B07B7B7D7D05F79F90EB7854 /* UMViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMViewManager.m; path = UMCore/UMViewManager.m; sourceTree = ""; }; 455B5702E493E1ADACD4621A4BDFFCC7 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Sources/Private/FIRAppInternal.h; sourceTree = ""; }; - 455CEBDE0FEEBF5D10E04FAED9A27356 /* RNFetchBlobFS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobFS.h; path = ios/RNFetchBlobFS.h; sourceTree = ""; }; - 45701D45F1AF1DBAACB55B9487BFF1C4 /* react-native-restart-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-restart-dummy.m"; sourceTree = ""; }; 457CA7A96B8A8153A99AB322459317D8 /* SafeAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SafeAssert.h; path = folly/lang/SafeAssert.h; sourceTree = ""; }; - 458A1600C5523F4145E315BF88A7D792 /* RNTapHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNTapHandler.m; sourceTree = ""; }; + 45805F101F28EE5187E23390F4A73270 /* BSG_KSCrashSentry_User.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_User.h; sourceTree = ""; }; 45B4FBE317831AE4A6442251D259B467 /* da-DK.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "da-DK.lproj"; path = "Objective-C/TOCropViewController/Resources/da-DK.lproj"; sourceTree = ""; }; - 45B80A9F33E706DADBF1F1FAC3660E0F /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; + 45B9FA661C62868A2E317E69372832DC /* ARTRadialGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTRadialGradient.h; sourceTree = ""; }; 45C7ECFCB345E24E6066828F00C0A11E /* Core.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Core.h; path = folly/gen/Core.h; sourceTree = ""; }; + 45DA8AFCAFB4CDA8B9E0578867B71E55 /* FBLazyVector.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBLazyVector.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 45E877008035D68D5DFE8525B645A3A5 /* RNNotificationEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationEventHandler.m; path = RNNotifications/RNNotificationEventHandler.m; sourceTree = ""; }; 45E913232E1A32F18CB1C296C7F89335 /* FBLPromise+Async.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Async.h"; path = "Sources/FBLPromises/include/FBLPromise+Async.h"; sourceTree = ""; }; 45FD7665344B59ED61C5124A0E402718 /* RSocketClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketClient.h; path = rsocket/RSocketClient.h; sourceTree = ""; }; - 46050E86C51236D2C9250A040807AC4A /* RNVectorIcons.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNVectorIcons.debug.xcconfig; sourceTree = ""; }; - 460B7CBB08584E388575352E90D01862 /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; + 4608D66F2C225E6CA1AAE2B3CD60FF88 /* RCTCxxBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxBridgeDelegate.h; sourceTree = ""; }; 461454BFA71F2BF6E61325718BA6C32E /* Flipper-RSocket-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Flipper-RSocket-dummy.m"; sourceTree = ""; }; - 461500AEC9FE8ADDD3128D3FB00B09D8 /* React-RCTNetwork.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTNetwork.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 4617AF53726F1A206276B9A478205EAE /* react-native-jitsi-meet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-jitsi-meet.release.xcconfig"; sourceTree = ""; }; - 461E2A75FDF8BD648F4BE54A94A598C6 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 4628DC9E68A5681A4D63DBD0BEF33CC2 /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; + 462B8FB3666CB1ED940C4ACDDFB78B22 /* React-Core.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.debug.xcconfig"; sourceTree = ""; }; 46338FE5E05B38F4ECDE7AFB8C372458 /* FIRDiagnosticsData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDiagnosticsData.m; path = FirebaseCore/Sources/FIRDiagnosticsData.m; sourceTree = ""; }; 463952356618CD3D0B4A62611F8B538E /* cost_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_neon.c; path = src/dsp/cost_neon.c; sourceTree = ""; }; 464CAC1D47B8BF5F540D0505E7F7FD4E /* IOVec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOVec.h; path = folly/portability/IOVec.h; sourceTree = ""; }; - 467EF229681A437A154E79591E6AB8D3 /* EXAppleAuthenticationMappings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppleAuthenticationMappings.h; path = EXAppleAuthentication/EXAppleAuthenticationMappings.h; sourceTree = ""; }; - 468599CA25DC1B045D66FAF26EF187CA /* RCTAdditionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAdditionAnimatedNode.m; sourceTree = ""; }; + 465D7CA200A32C6CD6A83E484F9F35CB /* RNJitsiMeetViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNJitsiMeetViewManager.h; path = ios/RNJitsiMeetViewManager.h; sourceTree = ""; }; + 4665CA6C0F25FFEDEA9AC367C8CC8CFC /* RCTConvert+RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+RNNotifications.m"; path = "RNNotifications/RCTConvert+RNNotifications.m"; sourceTree = ""; }; + 466BF29D9F521303A8545153C13A244C /* ImageCropPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageCropPicker.h; path = ios/src/ImageCropPicker.h; sourceTree = ""; }; 468BF10F94F03FFDD57011F0B9459FB2 /* UIView+SKInvalidation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+SKInvalidation.h"; path = "iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIView+SKInvalidation.h"; sourceTree = ""; }; - 468EC82A8661A2770F2172EAA1F5CB29 /* react-native-document-picker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-document-picker-prefix.pch"; sourceTree = ""; }; 46A2A223ACF1E98367F1D00A717989C5 /* ec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ec.h; path = ios/include/openssl/ec.h; sourceTree = ""; }; 46A589FFB39FC43423BBA1EB95EBD0AA /* SDAnimatedImagePlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImagePlayer.m; path = SDWebImage/Core/SDAnimatedImagePlayer.m; sourceTree = ""; }; 46AE1E72F55216E57314DC5EC6A46F94 /* VirtualExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VirtualExecutor.h; path = folly/VirtualExecutor.h; sourceTree = ""; }; - 471512DD9D59447E786D3CCBD337B33A /* React-cxxreact.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.debug.xcconfig"; sourceTree = ""; }; + 46BDDC37C63D93E2A045F7060F65E2FB /* RCTSourceCode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSourceCode.mm; sourceTree = ""; }; + 46DA35BA5044D25064C283A40429D597 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 4719B3505FB8CE0DA80658FEE9BDB5A2 /* RNCNetInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCNetInfo.m; path = ios/RNCNetInfo.m; sourceTree = ""; }; 4721D3F64CC61B9E7C3183AE601D9E87 /* GDTCCTNanopbHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTNanopbHelpers.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTNanopbHelpers.m; sourceTree = ""; }; 473157251EE2D60303CC7FDBE72E175C /* upsampling_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_sse41.c; path = src/dsp/upsampling_sse41.c; sourceTree = ""; }; 47336F7580D86E7261B14E41058A4EC9 /* FIRInstallationsIDController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIDController.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.m; sourceTree = ""; }; - 47345683D16D77F100D41EBB7282A5C5 /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; sourceTree = ""; }; + 47388D870B31EC84D32F128B832D77AB /* ARTNodeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTNodeManager.m; sourceTree = ""; }; 4743C5C05781D771D42C650FEDDF2071 /* Math.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Math.h; path = folly/Math.h; sourceTree = ""; }; + 47459AE39A846CB7B51A96ACD0D7908E /* UMPermissionsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMPermissionsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 474CA0F59A4B9C310FFF495EDB5C7D06 /* RNFetchBlobRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobRequest.m; path = ios/RNFetchBlobRequest.m; sourceTree = ""; }; 4751C8842DB12D9676EE1AE4FCD9D340 /* FIRCLSSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSettings.h; path = Crashlytics/Crashlytics/Models/FIRCLSSettings.h; sourceTree = ""; }; - 475C2F6D34E0688DAAADFD4D0C4E48FA /* RCTCxxBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxBridgeDelegate.h; sourceTree = ""; }; - 4766F8C8885C09721BDADFFC5921980A /* Yoga-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Yoga-internal.h"; path = "yoga/Yoga-internal.h"; sourceTree = ""; }; + 47562016F7B969946C3B1FB7D447DDB0 /* TurboModuleUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleUtils.h; path = turbomodule/core/TurboModuleUtils.h; sourceTree = ""; }; 4770C53781C94337830323C5187A6E73 /* enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc.c; path = src/dsp/enc.c; sourceTree = ""; }; 4771E5BABF4D1510211AF5CEFD35C967 /* MallocImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MallocImpl.h; path = folly/memory/detail/MallocImpl.h; sourceTree = ""; }; - 47911BDD5392F9B7EC2BC4EC53F4A7A1 /* RNSScreen.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreen.m; path = ios/RNSScreen.m; sourceTree = ""; }; - 479A270F52E4CE79810EB8A66507B5FB /* BSG_KSSignalInfo.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSignalInfo.c; sourceTree = ""; }; + 478AF017883BC4BA7C1D9DA48C3C62E9 /* ARTRadialGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTRadialGradient.m; sourceTree = ""; }; 479D0BA9041D6E5591E26CC5AB95CDD3 /* evhttp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evhttp.h; path = src/evhttp.h; sourceTree = ""; }; - 47B7AE2E939555846225EFD1419889AF /* React-jsinspector-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsinspector-prefix.pch"; sourceTree = ""; }; - 47C0C9E8CDB1CFA284E847787DFD6BAB /* REAStyleNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAStyleNode.h; sourceTree = ""; }; - 47C9F079BBD5698DDA6879F6FEFD711F /* BSG_KSCrashReportWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportWriter.h; sourceTree = ""; }; - 47CB5C9DC677EB29112C5827775293D7 /* RCTSurfacePresenterStub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfacePresenterStub.m; sourceTree = ""; }; - 47DEB57BD04F512CB489562CCB83E276 /* EXImageLoader-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXImageLoader-prefix.pch"; sourceTree = ""; }; - 47F5059E476055CCDBF6024C67AD07FB /* JSINativeModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSINativeModules.h; path = jsireact/JSINativeModules.h; sourceTree = ""; }; + 47CDFFC550D404BAAB0ACB009517E428 /* RCTModuloAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModuloAnimatedNode.m; sourceTree = ""; }; + 47D9CFBFE7E138F87CF59B99DE14DCEC /* RCTLinkingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLinkingManager.h; path = Libraries/LinkingIOS/RCTLinkingManager.h; sourceTree = ""; }; + 47E3E6EFC33D272646426A107AACC3E1 /* UMModuleRegistryAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryAdapter.h; sourceTree = ""; }; + 47FB157290A2E19FC5D99FE7DC13A580 /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; + 4804FA914CF93AC90DC9A1DE78C8D46F /* Bugsnag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Bugsnag.h; sourceTree = ""; }; 48055EC489F160A0F7D06948347DB910 /* RSocketStateMachine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketStateMachine.h; path = rsocket/statemachine/RSocketStateMachine.h; sourceTree = ""; }; 4806C2727EFA9AE0C5A0FFB4EECD6E48 /* SKSearchResultNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKSearchResultNode.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKSearchResultNode.h; sourceTree = ""; }; 480D20C840F348F49EFC2259B1B36543 /* FKUserDefaultsSwizzleUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FKUserDefaultsSwizzleUtility.m; path = iOS/Plugins/FlipperKitUserDefaultsPlugin/FKUserDefaultsSwizzleUtility.m; sourceTree = ""; }; - 481134D4F87608D656A45092F1CF1B7A /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = React.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 483B0D1A8CC59EF89DABB0105C4A4433 /* OpenSSL-Universal.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "OpenSSL-Universal.release.xcconfig"; sourceTree = ""; }; 483D58D7C717E7418C4BD2707C2E636D /* FIRHeartbeatInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatInfo.h; path = FirebaseCore/Sources/Private/FIRHeartbeatInfo.h; sourceTree = ""; }; - 48418BA4B2E91BF56802B010BDE77C5A /* RNNotificationsStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationsStore.h; path = RNNotifications/RNNotificationsStore.h; sourceTree = ""; }; 48425DA2F01D82A20786D5E55E264A29 /* libreact-native-orientation-locker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-orientation-locker.a"; path = "libreact-native-orientation-locker.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 4848704885A6980498A14E98D206BADD /* MMKVStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MMKVStorage.m; path = ios/MMKVStorage.m; sourceTree = ""; }; 484BD4926AFF28D70BED9F986AF7C5EF /* TOCropView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCropView.h; path = "Objective-C/TOCropViewController/Views/TOCropView.h"; sourceTree = ""; }; 484DDBFFEFAD37DA5A1115CC609214F0 /* openssl_cfb128.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = openssl_cfb128.cpp; path = Core/aes/openssl/openssl_cfb128.cpp; sourceTree = ""; }; - 48546C71C4560C58B3287B7563077CF4 /* RNFBAnalytics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFBAnalytics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 487CF710D3B25928B13048868687BE1A /* RCTAes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAes.h; path = ios/RCTCrypto/RCTAes.h; sourceTree = ""; }; - 488BE7245926826349B84DACEB75AB92 /* BSGSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGSerialization.h; sourceTree = ""; }; - 48AB268B643C4E3E60E84B9E68D0D1A5 /* REATransitionValues.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionValues.h; sourceTree = ""; }; + 487622FF9F98AD8A55A21CED6538E68F /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; + 48803A635BA70F595325BF2C3F04255A /* RNGestureHandler-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNGestureHandler-dummy.m"; sourceTree = ""; }; + 48A989EAF58E78C4714DACAAA7B3ACF9 /* EXVideoView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoView.m; sourceTree = ""; }; 48B1F0EEB5BC7CD84FE4740E7A2F918A /* cached-powers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "cached-powers.h"; path = "double-conversion/cached-powers.h"; sourceTree = ""; }; - 48BFEA31A6C733A34A6F900FA47D8E05 /* RCTCxxModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxModule.mm; sourceTree = ""; }; 48C849A8E066DDD8307A81BE243979BE /* AsyncSocketException.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncSocketException.cpp; path = folly/io/async/AsyncSocketException.cpp; sourceTree = ""; }; + 48D1735E0772C687E3A210CFC777CE3C /* BugsnagCrashSentry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashSentry.m; sourceTree = ""; }; + 48DCA2987E2ED2187E279195F1A9396A /* RNCommandsHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCommandsHandler.m; path = RNNotifications/RNCommandsHandler.m; sourceTree = ""; }; + 48EE99986773093D8FF8F6648319A0EB /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; sourceTree = ""; }; 48FA79EE99D886D173E52987090A976E /* FIRCLSByteUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSByteUtility.h; path = Crashlytics/Shared/FIRCLSByteUtility.h; sourceTree = ""; }; 49038FF0B234901AC8BEF0F9FA2F1604 /* HazptrDomain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrDomain.h; path = folly/synchronization/HazptrDomain.h; sourceTree = ""; }; 49085752636EB16CFB43D8E330FD6FD7 /* DestructorCheck.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DestructorCheck.h; path = folly/io/async/DestructorCheck.h; sourceTree = ""; }; - 4913EB95076B93A53620BCE044869DD6 /* REAAllTransitions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAAllTransitions.m; sourceTree = ""; }; 491717DA716B09C2F41FF2E25E908226 /* FBVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBVector.h; path = folly/FBVector.h; sourceTree = ""; }; 4936BE198CA4CA50809965673E8AA0C2 /* SDWebImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImage-dummy.m"; sourceTree = ""; }; - 494AD1ABF69D42F423FD489DFB38D39E /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; + 493DD9A9698B328DEE7454F997532A22 /* RCTSurfacePresenterStub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfacePresenterStub.h; sourceTree = ""; }; + 494C8A4BE8EF1F45327EAF5F534DA7B7 /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; 494E934B4070A029E1A8D42C9BDF4646 /* libEXImageLoader.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXImageLoader.a; path = libEXImageLoader.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 496883CA368B15F42142494FBB165AD2 /* RCTInputAccessoryViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewManager.h; sourceTree = ""; }; - 497902DE8B2F7E50F503FE12548875DC /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; + 4954227A71F698BB21BD990255A9F4B9 /* RNGestureHandlerRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerRegistry.h; path = ios/RNGestureHandlerRegistry.h; sourceTree = ""; }; + 49727AFDC9FF177CAF1534FDB1FD81B4 /* EXHaptics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXHaptics.release.xcconfig; sourceTree = ""; }; + 4983A090F7D7DA10088D7BACB6C6F9E3 /* BSG_KSCrashDoctor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashDoctor.m; sourceTree = ""; }; + 498AA41092D76A6D93B4B41B32CEAFA8 /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLog.mm; sourceTree = ""; }; 498AABB4FAD21EE24A6887F5A7631523 /* predictor_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = predictor_enc.c; path = src/enc/predictor_enc.c; sourceTree = ""; }; + 4991EA635CB0D57469732E276C918BE2 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 499990A976C3D01717915B5843F3F1EF /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 49A1C3EB17C28690DD5DAD1494DE1ECC /* GDTCORDataFuture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORDataFuture.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORDataFuture.h; sourceTree = ""; }; - 49A301425B2AB20DE56829EF1E3F2177 /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; - 49BF35CA84406AEC8EFC01BD5B82FBF7 /* ReactNativeUiLib-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactNativeUiLib-dummy.m"; sourceTree = ""; }; - 49F5C778CBAEE035E54C82340ADF74C3 /* RNReanimated.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNReanimated.release.xcconfig; sourceTree = ""; }; + 49C5CA68FF485885AA477908B6AC9139 /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; + 49D6EE02D82D6E3E310AF40B728343AD /* RCTCustomInputControllerTemp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCustomInputControllerTemp.m; sourceTree = ""; }; + 49ED8CFF6DB840F41A88C5F2BF784A49 /* RNCommandsHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCommandsHandler.h; path = RNNotifications/RNCommandsHandler.h; sourceTree = ""; }; 4A08D0A526D0922D841D686298B327FE /* buffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = buffer.h; path = src/event2/buffer.h; sourceTree = ""; }; - 4A1A8E70B255D9488BD6855B126EA26F /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; 4A1C0F8935CA413440DE830417BAD358 /* TOCropViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCropViewController.m; path = "Objective-C/TOCropViewController/TOCropViewController.m"; sourceTree = ""; }; - 4A1C622790C451A10BF2B8E0251B47D9 /* BSG_KSCrashSentry_Signal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Signal.h; sourceTree = ""; }; - 4A26A3F1DF98D84223AFBC7FC933AD2F /* RNFetchBlobReqBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobReqBuilder.h; path = ios/RNFetchBlobReqBuilder.h; sourceTree = ""; }; + 4A383B4B70622B949C76B786D4780A92 /* RNReanimated.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNReanimated.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 4A448E1D18774989AD2F40886184AABE /* FIRCLSSettings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSettings.m; path = Crashlytics/Crashlytics/Models/FIRCLSSettings.m; sourceTree = ""; }; + 4A510575A1FC9FAEEED1371909C3F2C3 /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; + 4A557E0F390593A707ED71351BE32DE6 /* RNFBVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBVersion.h; path = ios/RNFBApp/RNFBVersion.h; sourceTree = ""; }; + 4A589C99700AB330B2DB8E285EA188E7 /* ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist"; sourceTree = ""; }; 4A5AAD7F6ADA478197438B8FC683D30D /* FBLPromise+Delay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Delay.m"; path = "Sources/FBLPromises/FBLPromise+Delay.m"; sourceTree = ""; }; + 4A6A579B44826F2E5B0F6EF458D1E7B7 /* RNCSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSliderManager.m; path = ios/RNCSliderManager.m; sourceTree = ""; }; 4A6B890DA189F0B49128762662665E27 /* event-config.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "event-config.h"; path = "src/event2/event-config.h"; sourceTree = ""; }; 4A8322E323B0AB12E9B919C998ED3B01 /* FIRInstallationsErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsErrors.h; path = FirebaseInstallations/Source/Library/Public/FIRInstallationsErrors.h; sourceTree = ""; }; 4A960098296ADA51D72F49A79A874F75 /* OpenSSLUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSLUtils.h; path = folly/io/async/ssl/OpenSSLUtils.h; sourceTree = ""; }; - 4AB93AFBE9410F315C7FC65F8EABDF31 /* Yoga.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Yoga.cpp; path = yoga/Yoga.cpp; sourceTree = ""; }; + 4AA158AF14D9A26EA6C73569EAD629C2 /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; 4ABFB4085DEA73E6C94D62F182080034 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Sources/Private/FIRDependency.h; sourceTree = ""; }; - 4AD1873F1D03A2360CCC0DB15C1EDDF0 /* QBCheckmarkView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBCheckmarkView.m; path = ios/QBImagePicker/QBImagePicker/QBCheckmarkView.m; sourceTree = ""; }; + 4AD1771614082DE8D0085876C09454A4 /* RCTBlobCollector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobCollector.mm; sourceTree = ""; }; 4AD8238B579C5F6AE9EBA7440CCA788C /* fixed-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fixed-dtoa.cc"; path = "double-conversion/fixed-dtoa.cc"; sourceTree = ""; }; 4AEA684460C72648D2B819B76AC93FAC /* OpenSSLThreading.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSLThreading.h; path = folly/ssl/detail/OpenSSLThreading.h; sourceTree = ""; }; 4B1CB337F3E1A26D21CC5F820983F115 /* ConnectionFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConnectionFactory.h; path = rsocket/ConnectionFactory.h; sourceTree = ""; }; - 4B24A0B7911FD8C10A796C5118ECA95C /* UMAppLoaderProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAppLoaderProvider.h; path = UMAppLoader/UMAppLoaderProvider.h; sourceTree = ""; }; 4B3637BE4E8B41FB5723F2C4EC85696A /* FLEXNetworkObserver.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FLEXNetworkObserver.mm; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkObserver.mm; sourceTree = ""; }; - 4B42CAFBD2556FDBC4A4AB93BBC9AF41 /* KeyCommands.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KeyCommands.release.xcconfig; sourceTree = ""; }; 4B51C21441A03A8C01D2A67CC1A6A07A /* FlipperResponderImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperResponderImpl.h; path = xplat/Flipper/FlipperResponderImpl.h; sourceTree = ""; }; - 4B6AD01C7D4D40D9498D1FFF25FB004C /* ARTShadow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTShadow.h; path = ios/ARTShadow.h; sourceTree = ""; }; + 4B63DB58535DCB1AF18D7246868A4FA5 /* RCTBaseTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextViewManager.m; sourceTree = ""; }; + 4B6671414FC214F495EA6F07218F7E62 /* RCTClipboard.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTClipboard.mm; sourceTree = ""; }; 4B6AF1B6D82B997289C1F57155B95B87 /* FIRErrorCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrorCode.h; path = FirebaseCore/Sources/Private/FIRErrorCode.h; sourceTree = ""; }; 4B6B9EBF7BDC8B35AF82ADA42D843897 /* SocketFastOpen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketFastOpen.h; path = folly/detail/SocketFastOpen.h; sourceTree = ""; }; - 4B70647CBF6F95430F40F6C3A3605239 /* RNFlingHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFlingHandler.h; sourceTree = ""; }; - 4B799514983C7F49C87F2E9893838063 /* UMBarCodeScannerInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMBarCodeScannerInterface.debug.xcconfig; sourceTree = ""; }; - 4B9E4307D26929BE04F4C7B7643614EC /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 4BB845326BB43E0587B4A1AB7180638F /* DeferObservable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeferObservable.h; path = yarpl/observable/DeferObservable.h; sourceTree = ""; }; - 4BB8CBE36F0DACC934E2F61272C23171 /* KeyboardTrackingViewTempManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = KeyboardTrackingViewTempManager.m; sourceTree = ""; }; 4BDA04A718F21904E7484E417CDD46B5 /* AtomicHashMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicHashMap.h; path = folly/AtomicHashMap.h; sourceTree = ""; }; + 4BE13D3415FC9EA0B6B7AC5D8198F10E /* React-CoreModules.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-CoreModules.release.xcconfig"; sourceTree = ""; }; + 4BECCA2837BBA24CAADA20BE703F12A9 /* RNFlingHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFlingHandler.h; sourceTree = ""; }; + 4BF3F306F5BB83EA277B49FD3DC4F487 /* DeviceUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeviceUID.h; path = ios/RNDeviceInfo/DeviceUID.h; sourceTree = ""; }; 4C03602D11840A5F48222F313327DF79 /* SKScrollViewDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKScrollViewDescriptor.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKScrollViewDescriptor.h; sourceTree = ""; }; + 4C0548C7E6BD8D4DEEE329129FC0DD93 /* RCTView+SafeAreaCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTView+SafeAreaCompat.h"; path = "ios/SafeAreaView/RCTView+SafeAreaCompat.h"; sourceTree = ""; }; 4C1139BDB0810D99E932F602F6CAE5BD /* FlipperCertificateProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperCertificateProvider.h; path = xplat/Flipper/FlipperCertificateProvider.h; sourceTree = ""; }; - 4C38FBE8F7CED699F64860EE64073516 /* RNImageCropPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNImageCropPicker-dummy.m"; sourceTree = ""; }; - 4C3D1218B46DEC690FC0396913E30100 /* HighlighterView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = HighlighterView.m; sourceTree = ""; }; - 4C5360DBAB0AB91E1E9C203685F3F32F /* MMKVStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKVStorage.h; path = ios/MMKVStorage.h; sourceTree = ""; }; + 4C16BD68EF92FE185D310285C51204B3 /* GULSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSwizzler.m; path = GoogleUtilities/MethodSwizzler/GULSwizzler.m; sourceTree = ""; }; + 4C3122BF4985BC294B4D43EC006726F6 /* UMCameraInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCameraInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 4C77AF253EF5BD8BBB79DAC722BC82CF /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = ""; }; + 4C8BA563AAD4D007D0C21A8233A542A7 /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; 4C9596D82E6E835B25E9AFE06E7169B1 /* demangle.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = demangle.cc; path = src/demangle.cc; sourceTree = ""; }; - 4C9D9821932EE2629AF1DE9ED3D36747 /* EXKeepAwake-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXKeepAwake-prefix.pch"; sourceTree = ""; }; 4CBADA021721A701B7CEA6E12F9FC90C /* Assume.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Assume.cpp; path = folly/lang/Assume.cpp; sourceTree = ""; }; + 4CC4A094E6395DDC0AAD820FEEA8E9CE /* React-RCTNetwork-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTNetwork-dummy.m"; sourceTree = ""; }; 4CC8BB6AEB410A5326E73F49FFF9001C /* UIView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCache.h"; path = "SDWebImage/Core/UIView+WebCache.h"; sourceTree = ""; }; - 4CE3129DAEFF6106FEC95CBC81B25E4C /* RCTExceptionsManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTExceptionsManager.mm; sourceTree = ""; }; + 4CE692EBB536E058E9DFD134C0D562C7 /* CoreModulesPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CoreModulesPlugins.h; path = React/CoreModules/CoreModulesPlugins.h; sourceTree = ""; }; 4CED4A49F87BAEFFB40B3F4315F9E7C4 /* PTProtocol.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PTProtocol.m; path = peertalk/PTProtocol.m; sourceTree = ""; }; 4CF7E573127AF72C9A42EEF0DF8EA580 /* CancelingSubscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CancelingSubscriber.h; path = yarpl/flowable/CancelingSubscriber.h; sourceTree = ""; }; - 4CF9A9E7DD178D05A0CA23DF6914AC6F /* GULNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetwork.m; path = GoogleUtilities/Network/GULNetwork.m; sourceTree = ""; }; 4CFD3D3D3268E249840A1192B05D5CF0 /* AtFork.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AtFork.cpp; path = folly/detail/AtFork.cpp; sourceTree = ""; }; 4D01199F240B9C44B0B8666651D283D6 /* bignum-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "bignum-dtoa.h"; path = "double-conversion/bignum-dtoa.h"; sourceTree = ""; }; - 4D0EF528D05BDBB8FE6A827598FDBFAE /* UMAppLifecycleListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleListener.h; sourceTree = ""; }; 4D14B7C2DEA9663D5411F4CEAD9FF2C8 /* ThreadLock.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadLock.cpp; path = Core/ThreadLock.cpp; sourceTree = ""; }; 4D1BFC86B1AC56D40C3CBC99E483B661 /* lhash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lhash.h; path = ios/include/openssl/lhash.h; sourceTree = ""; }; + 4D1FDDAB6886F3C5E12C78B4EF9D7A7D /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; + 4D229E63E73266FDA72C1F3143061311 /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; 4D25D5A50E9D0DD9A828996A4D2502A3 /* SDAssociatedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAssociatedObject.m; path = SDWebImage/Private/SDAssociatedObject.m; sourceTree = ""; }; - 4D3CFB5C40849F70E0378037198D2082 /* react-native-appearance.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-appearance.release.xcconfig"; sourceTree = ""; }; - 4D4699513F040957CB9723281D5E8479 /* UMDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDefines.h; path = UMCore/UMDefines.h; sourceTree = ""; }; + 4D2A63AF97D370790158D8E22B6D9C92 /* REATransformNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransformNode.m; sourceTree = ""; }; + 4D35FDA3C01D579781FF6A34E413F050 /* React-jsinspector-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsinspector-dummy.m"; sourceTree = ""; }; 4D5526331D14CDE44EAA056206EA6F52 /* Constexpr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Constexpr.h; path = folly/portability/Constexpr.h; sourceTree = ""; }; 4D57021F2C41E933692B418C69B5D54D /* dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec.c; path = src/dsp/dec.c; sourceTree = ""; }; - 4D5A2F9EBC423BA5D767010433B5A888 /* RNFBApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBApp.release.xcconfig; sourceTree = ""; }; - 4D7003A410EAD69619630C1D06DDCA0A /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; 4D7B9879BAAA40F0864DE45E3473A152 /* FIROptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIROptions.m; path = FirebaseCore/Sources/FIROptions.m; sourceTree = ""; }; - 4D7E566608A1776F022A084665FC7222 /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTReconnectingWebSocket.m; path = Libraries/WebSocket/RCTReconnectingWebSocket.m; sourceTree = ""; }; - 4DD48FAFF30872A16D5A4FCA059647AC /* RCTPropsAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPropsAnimatedNode.m; sourceTree = ""; }; + 4DA5939CC48C178B945462419AB51B81 /* BugsnagSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSession.h; sourceTree = ""; }; + 4DADB1EC4126C8A12103B04EED20128F /* ReactNativeShareExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ReactNativeShareExtension.m; path = ios/ReactNativeShareExtension.m; sourceTree = ""; }; + 4DADE5A6172BAD7FBA9E5B7ECEEDF0F9 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 4DC2E3C10241AA91883F40471F45E4EF /* RNFBAppModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBAppModule.m; path = ios/RNFBApp/RNFBAppModule.m; sourceTree = ""; }; + 4DD994C90A22CA9E9B844778FC3A8DFA /* BSG_KSObjC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSObjC.c; sourceTree = ""; }; 4DE0CD137E0889EE1737A9B9030EFF07 /* MMKV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKV.h; path = iOS/MMKV/MMKV/MMKV.h; sourceTree = ""; }; 4DE9214CE8536885558ABFF1032C77F7 /* Pods-defaults-Rocket.Chat-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-defaults-Rocket.Chat-acknowledgements.markdown"; sourceTree = ""; }; 4E0FC15E0C888523E04A0C99E7CB65BF /* FBLPromise+Reduce.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Reduce.m"; path = "Sources/FBLPromises/FBLPromise+Reduce.m"; sourceTree = ""; }; + 4E410952AD981E69BCE4EFA790ABCC28 /* RCTSinglelineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputViewManager.h; sourceTree = ""; }; 4E446962D13DA9D49930FE2E5C110DF5 /* strtod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = strtod.h; path = "double-conversion/strtod.h"; sourceTree = ""; }; 4E492BE216BFC85EE02E2AD66FDF2AAA /* FIRCLSHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSHandler.m; path = Crashlytics/Crashlytics/Handlers/FIRCLSHandler.m; sourceTree = ""; }; 4E4A3B454CC0D59A901D453A216E10A0 /* FrameSerializer_v1_0.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameSerializer_v1_0.h; path = rsocket/framing/FrameSerializer_v1_0.h; sourceTree = ""; }; 4E4D461AC4A5D3B90EDE62CD68FE7209 /* FIRCLSRecordApplication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordApplication.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordApplication.m; sourceTree = ""; }; 4E4EE11798B94DD9E5692E3D041A1693 /* MMKVCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MMKVCore.release.xcconfig; sourceTree = ""; }; 4E5E6EE620230FB76DE2E86C00BF5731 /* lossless_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_msa.c; path = src/dsp/lossless_msa.c; sourceTree = ""; }; - 4E69FB63AE9470E269AB70135F80FD92 /* RCTBackedTextInputViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputViewProtocol.h; sourceTree = ""; }; + 4E6FF22C06B9D44F6AFC5A859221A14F /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevSettings.mm; sourceTree = ""; }; 4E70029A2909BA264FA3C8D6F4E32DBA /* openssl_md5.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = openssl_md5.h; path = Core/aes/openssl/openssl_md5.h; sourceTree = ""; }; 4E7133DBA510305431B00EE71F75310C /* PromisesObjC.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromisesObjC.debug.xcconfig; sourceTree = ""; }; 4E8715BEBCF28ED8E993FC16CFE0A642 /* FIRComponentContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentContainer.m; path = FirebaseCore/Sources/FIRComponentContainer.m; sourceTree = ""; }; - 4ECF75C457511BC97636A6DAC002131E /* BSG_KSSystemCapabilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemCapabilities.h; sourceTree = ""; }; + 4ED85B43507A2F704CC215074632DF1F /* RNPinchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPinchHandler.h; sourceTree = ""; }; + 4EE73CF59C4C4C08E252F61FC28F1DEA /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = SimpleLineIcons.ttf; path = Fonts/SimpleLineIcons.ttf; sourceTree = ""; }; 4EE9BEC4C9C1445412EF648ED645BC0D /* FIRCLSFCRAnalytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFCRAnalytics.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSFCRAnalytics.m; sourceTree = ""; }; 4EF4A99163A58A1DA5A09770A7BA1483 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = rsocket/benchmarks/README.md; sourceTree = ""; }; 4F05177E9EB56BC4B68D13024F08946B /* libMMKV.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = libMMKV.mm; path = iOS/MMKV/MMKV/libMMKV.mm; sourceTree = ""; }; - 4F2A7B945616C2D89600DAC389F1692F /* BSG_KSMach_Arm64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm64.c; sourceTree = ""; }; - 4F39B5E174B24391350A285AE5559A9F /* ReactNativeART.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactNativeART.debug.xcconfig; sourceTree = ""; }; + 4F30A6ABE78EE663FF6B398028C9B912 /* Aes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Aes.h; sourceTree = ""; }; 4F40F93A59D88F61721018906C44431C /* FlipperKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FlipperKit-umbrella.h"; sourceTree = ""; }; 4F46AE99DE3C6B69F1F203BFEC8D879E /* AtomicHashArray-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicHashArray-inl.h"; path = "folly/AtomicHashArray-inl.h"; sourceTree = ""; }; - 4F4A90714C57405CC5449D6F3662BC2E /* EXConstants.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXConstants.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 4F541C82A5E7D389CBBDDE1C34AE57B7 /* FlipperCppBridgingResponder.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FlipperCppBridgingResponder.mm; path = iOS/FlipperKit/CppBridge/FlipperCppBridgingResponder.mm; sourceTree = ""; }; - 4F5C26FE371357C147A24E3D3DEDB384 /* RNCConnectionStateWatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCConnectionStateWatcher.m; path = ios/RNCConnectionStateWatcher.m; sourceTree = ""; }; 4F6DE549B010C2AC4ED1BD8B5D1DEB5E /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = SDWebImage/Core/SDWebImageDefine.h; sourceTree = ""; }; + 4F75D95A21B736464EC4AF7F33D7C852 /* RCTSettingsPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSettingsPlugins.mm; sourceTree = ""; }; 4FB1C7782EB8A7266C10739275BE3A39 /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = SDWebImage/Core/SDImageAPNGCoder.h; sourceTree = ""; }; + 4FB75CD0F2F8B53EDE6078903AB56221 /* BSG_KSCrashType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashType.h; sourceTree = ""; }; 4FB84CACC22716A77A1295F00B185BFF /* FIRCLSProcessReportOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSProcessReportOperation.m; path = Crashlytics/Crashlytics/Operations/Reports/FIRCLSProcessReportOperation.m; sourceTree = ""; }; - 4FD967CB2A69DF4238399868AAE90EC4 /* ARTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTSurfaceView.h; path = ios/ARTSurfaceView.h; sourceTree = ""; }; + 4FD9E003E83974475C601785070D9E7A /* BitUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BitUtils.h; path = yoga/BitUtils.h; sourceTree = ""; }; 4FDA96879D96070EB1983E98E655CBDC /* librn-fetch-blob.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "librn-fetch-blob.a"; path = "librn-fetch-blob.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 4FEF72871F3218B5CE0086559222EECD /* symhacks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = symhacks.h; path = ios/include/openssl/symhacks.h; sourceTree = ""; }; 4FEFBDFED2380515A2CEA5D505C5F533 /* picture_rescale_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_rescale_enc.c; path = src/enc/picture_rescale_enc.c; sourceTree = ""; }; - 4FF4EDF7EAC223B97F0C821792A8FAD1 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 4FF83F1EFF96ACCA38944ADB20A1D894 /* FIRInstallationsStoredAuthToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStoredAuthToken.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.h; sourceTree = ""; }; + 5006F8D0A06BEDCAF383C60E1F4C88EE /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm.S"; sourceTree = ""; }; 501806FB83EF04868BB89BABCF421A94 /* CheckedMath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CheckedMath.h; path = folly/lang/CheckedMath.h; sourceTree = ""; }; - 5027173D497DA6BB6AC4E1BADDC5DFFE /* UMConstantsInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMConstantsInterface.debug.xcconfig; sourceTree = ""; }; - 50278D0943A0CD72E09DD2EB4778FDFA /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; sourceTree = ""; }; - 503CA212C16E0442D44FB965AB156C32 /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; - 503E67DAE1DFF0C92FC7712F09ECD834 /* RCTBackedTextInputDelegateAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegateAdapter.h; sourceTree = ""; }; - 504A3E8E57874AEB79378F0713B97A52 /* UMTaskManagerInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMTaskManagerInterface.debug.xcconfig; sourceTree = ""; }; 504BFB23DF17D5CE94E18563B62F744A /* double-conversion.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "double-conversion.cc"; path = "double-conversion/double-conversion.cc"; sourceTree = ""; }; 505DC01EC690CDA77383F54D2B5CC354 /* Arena-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Arena-inl.h"; path = "folly/memory/Arena-inl.h"; sourceTree = ""; }; - 50806EBBB72E05C0D3C5161556BB2129 /* react-native-slider-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-slider-dummy.m"; sourceTree = ""; }; 508B89267CE4D93F39E22DE3249FDED0 /* StreamFragmentAccumulator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StreamFragmentAccumulator.h; path = rsocket/statemachine/StreamFragmentAccumulator.h; sourceTree = ""; }; - 508BD290EED630F8D0FA685ADA5F8B37 /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; + 50957C17412C736FFC9D5C775D929F7C /* UMViewManagerAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapter.m; sourceTree = ""; }; + 5099F86C58FF72563ED8A25073BF7255 /* RCTReconnectingWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTReconnectingWebSocket.h; path = Libraries/WebSocket/RCTReconnectingWebSocket.h; sourceTree = ""; }; 50A11E4285F9582D6B1FF0B483C92A1D /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es.lproj; path = "Objective-C/TOCropViewController/Resources/es.lproj"; sourceTree = ""; }; - 50A238E54439A97124948140D36137BB /* UMModuleRegistryConsumer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryConsumer.h; sourceTree = ""; }; 50A50A97EC3C954256B3D9F8339A7A58 /* RSocketServerState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketServerState.h; path = rsocket/RSocketServerState.h; sourceTree = ""; }; - 50AB456024FEC70BE7878C36E8F2D88A /* EXImageLoader-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXImageLoader-dummy.m"; sourceTree = ""; }; 50B5347C9A6E93B7D4CFC3673BA6FB7E /* libRNScreens.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNScreens.a; path = libRNScreens.a; sourceTree = BUILT_PRODUCTS_DIR; }; 50BAB90234D1B2FAB5AF8E521ECAA389 /* SKHighlightOverlay.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKHighlightOverlay.mm; path = iOS/Plugins/FlipperKitPluginUtils/FlipperKitHighlightOverlay/SKHighlightOverlay.mm; sourceTree = ""; }; 50C7620F94EE080AA893EF337D271C70 /* FIRInstallationsSingleOperationPromiseCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsSingleOperationPromiseCache.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.h; sourceTree = ""; }; 50CA26AD93CF915BF8170B001ECA905C /* Request.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Request.h; path = folly/io/async/Request.h; sourceTree = ""; }; - 50D5BB58FA7D8F591876E5678A7DEC39 /* HighlighterViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = HighlighterViewManager.m; sourceTree = ""; }; - 50EB7D549194AFA4AAC39D54FEF60897 /* RNCPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCPickerManager.h; path = ios/RNCPickerManager.h; sourceTree = ""; }; - 50FDEB6D80DC9C0E3743CA42C41620E4 /* NSDataBigString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = NSDataBigString.mm; sourceTree = ""; }; + 50DD40F93DD019D32EEDFFCED925F6E3 /* RCTDevLoadingViewSetEnabled.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevLoadingViewSetEnabled.m; sourceTree = ""; }; 5103C064C0E77E403E70266EF5BCFC08 /* CPUThreadPoolExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CPUThreadPoolExecutor.cpp; path = folly/executors/CPUThreadPoolExecutor.cpp; sourceTree = ""; }; 510A56C0C0869F304ADFA58AE135F71B /* boost-for-react-native.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "boost-for-react-native.release.xcconfig"; sourceTree = ""; }; + 511AF6AECA2F2EB4E0635E59E65E8768 /* RCTUtilsUIOverride.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtilsUIOverride.h; sourceTree = ""; }; 5128F25C51E08276E7669C7921520E74 /* FIRCLSApplicationIdentifierModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSApplicationIdentifierModel.h; path = Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.h; sourceTree = ""; }; 51328D2109FF04C8F3FCC4CBEFB52BC5 /* ThreadPoolExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadPoolExecutor.cpp; path = folly/executors/ThreadPoolExecutor.cpp; sourceTree = ""; }; - 51333A5EE8575773A2BC855C5216171E /* RNBootSplash-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNBootSplash-dummy.m"; sourceTree = ""; }; + 51334732F12041BFB4175B22F9949C71 /* RNScreens.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNScreens.release.xcconfig; sourceTree = ""; }; 5133650B4ADF600B754741A7C41F4682 /* GDTCCTUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTUploader.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTUploader.m; sourceTree = ""; }; 513A07E168888371D73F80F61D2E9A21 /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = SDWebImage/Core/SDWebImageDownloaderOperation.m; sourceTree = ""; }; - 514CB02E8C846A54E6EF67A615C99674 /* READebugNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = READebugNode.m; sourceTree = ""; }; - 515C9FBF878ADDD3E55AE5D076DF4209 /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; + 5140968AE7F7AC8F968635ADB5AB5E17 /* EXAppleAuthentication.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAppleAuthentication.release.xcconfig; sourceTree = ""; }; 515F0D02BFDBF54CA5391E3B9EE543D4 /* FIRCLSCompoundOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCompoundOperation.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSCompoundOperation.h; sourceTree = ""; }; + 516E1A3C3732A63397F5D7E3529F00D7 /* EnvironmentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EnvironmentUtil.h; path = ios/RNDeviceInfo/EnvironmentUtil.h; sourceTree = ""; }; + 518175D8F6F583ABC1295D62EF0836B2 /* TurboCxxModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboCxxModule.cpp; path = turbomodule/core/TurboCxxModule.cpp; sourceTree = ""; }; 519416238C8BE63015D2786DD22DFA0E /* TOActivityCroppedImageProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOActivityCroppedImageProvider.h; path = "Objective-C/TOCropViewController/Models/TOActivityCroppedImageProvider.h"; sourceTree = ""; }; - 51978262E5ACC8C3CC6402220C0270ED /* RCTTypeSafety.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTTypeSafety.release.xcconfig; sourceTree = ""; }; 519A1542C20CDC28671125ED5EF0D3D7 /* Assume-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Assume-inl.h"; path = "folly/lang/Assume-inl.h"; sourceTree = ""; }; 519DA7A2D9C8B560335CEAD3BC0321F6 /* ThreadedExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadedExecutor.cpp; path = folly/executors/ThreadedExecutor.cpp; sourceTree = ""; }; 51B4A34003CF6A66513D01C42D3166A2 /* ParkingLot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParkingLot.h; path = folly/synchronization/ParkingLot.h; sourceTree = ""; }; 51B50F20C76CF72E2BEF8D4764235306 /* libReactNativeART.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libReactNativeART.a; path = libReactNativeART.a; sourceTree = BUILT_PRODUCTS_DIR; }; 51B63412DE867C9C9A5E249B9ABF435E /* GDTCORReachability_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORReachability_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORReachability_Private.h; sourceTree = ""; }; - 51C86608809F431866498A0826C02853 /* UMModuleRegistryHolderReactModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryHolderReactModule.h; sourceTree = ""; }; 51D0275D760CA010A0AF89E327CE1670 /* Observable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Observable.h; path = yarpl/observable/Observable.h; sourceTree = ""; }; - 51E36E7821F0670AF78C7220FDDE7E4E /* RCTConvert+REATransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+REATransition.h"; sourceTree = ""; }; 51E67A74C89886F5470BBD115A44A5B9 /* HazptrThrLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrThrLocal.h; path = folly/synchronization/HazptrThrLocal.h; sourceTree = ""; }; - 5216B3E2531DD99512AED9064B0317DC /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; + 51F02DC7F7DA7D902901E725417F26D7 /* Yoga-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Yoga-internal.h"; path = "yoga/Yoga-internal.h"; sourceTree = ""; }; 521DC6D413BCF45B5E091B1ADEDAE457 /* cost_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_mips32.c; path = src/dsp/cost_mips32.c; sourceTree = ""; }; + 5227A7283B06207612E46D8A5F9D9230 /* RCTSinglelineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputView.h; sourceTree = ""; }; + 52311E60ADCEE45F116B2ADBBBD22879 /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; + 5235D4F48892031053DCFC5F0ABE045A /* RNFBUtilsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBUtilsModule.m; path = ios/RNFBApp/RNFBUtilsModule.m; sourceTree = ""; }; 523C5C116153DE5654B9857C56355ABD /* Cursor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Cursor.h; path = folly/io/Cursor.h; sourceTree = ""; }; - 524E7CC021A6E1CFAA8846BB14DB9DF7 /* experiments.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = experiments.cpp; sourceTree = ""; }; + 5243BF032F5CA2A51128B9F02192639C /* REANodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REANodesManager.h; path = ios/REANodesManager.h; sourceTree = ""; }; + 5263E84C40285397FD6310C7E318BB12 /* RCTAppState.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAppState.mm; sourceTree = ""; }; + 527A64E2F5621C4158685235D2F4BC46 /* UMCameraInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMCameraInterface.h; path = UMCameraInterface/UMCameraInterface.h; sourceTree = ""; }; 52808A151BEC66F6C4E2B5A8F7130D19 /* GDTCCTNanopbHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTNanopbHelpers.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTNanopbHelpers.h; sourceTree = ""; }; 5286B3DEA16326BD2205A600C78F948A /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Sources/Private/FIRLogger.h; sourceTree = ""; }; + 529346E81B46F8471A50EB48542187F8 /* EXSessionResumableDownloadTaskDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXSessionResumableDownloadTaskDelegate.m; sourceTree = ""; }; + 52A15AAFC4F7EA5E7CE720568FEEE56F /* JSIndexedRAMBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIndexedRAMBundle.h; sourceTree = ""; }; 52C8F50D99D56E3D3E26A5C273F4A659 /* MMKV_IO.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMKV_IO.cpp; path = Core/MMKV_IO.cpp; sourceTree = ""; }; 52CC96E6451AD75A33760E37D04A7962 /* Memory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Memory.h; path = folly/portability/Memory.h; sourceTree = ""; }; 52E9CCB81E502830A996D96E311A2AB8 /* NSData+ImageContentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+ImageContentType.h"; path = "SDWebImage/Core/NSData+ImageContentType.h"; sourceTree = ""; }; - 52F6793F806DBC31A3F13B5F711D5EE6 /* BlurEffectWithAmount.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BlurEffectWithAmount.h; path = ios/BlurEffectWithAmount.h; sourceTree = ""; }; 52F6E11E761079105FB55EAA4A24422A /* firebasecore.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = firebasecore.nanopb.h; path = Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.h; sourceTree = ""; }; + 52FB91A91CD92D1AAAD4C258C3CB11DC /* EXKeepAwake.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXKeepAwake.debug.xcconfig; sourceTree = ""; }; 52FCF98CEFF94C742080B6965D537AD0 /* libreact-native-safe-area-context.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-safe-area-context.a"; path = "libreact-native-safe-area-context.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 5309424D2A908CCBF514347A0C64FCDD /* bit_writer_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bit_writer_utils.h; path = src/utils/bit_writer_utils.h; sourceTree = ""; }; + 532A009B4AC1DAA401B9EE15DEA0601E /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; 533524283F5FE7F6A54D8E1A8FE71CC8 /* Dirent.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Dirent.cpp; path = folly/portability/Dirent.cpp; sourceTree = ""; }; - 534285AC1650EE9E8632931911267ED8 /* Compression.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Compression.m; path = ios/src/Compression.m; sourceTree = ""; }; + 533B367B186F31868EC38D4FD04E6896 /* RNSScreenStackHeaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenStackHeaderConfig.h; path = ios/RNSScreenStackHeaderConfig.h; sourceTree = ""; }; 5354E78EBA35232E8D5ED26CFB99DBA3 /* Fingerprint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fingerprint.h; path = folly/Fingerprint.h; sourceTree = ""; }; 5366C3090AC167749AE83A2236D0758F /* SDImageIOAnimatedCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoder.h; path = SDWebImage/Core/SDImageIOAnimatedCoder.h; sourceTree = ""; }; - 5372B749A3F361F3801C08437F71D5E2 /* KeyCommands-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KeyCommands-prefix.pch"; sourceTree = ""; }; + 537EC7683D7F2F876A099D64DAC4DBFE /* Yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Yoga-prefix.pch"; sourceTree = ""; }; 5385E7A5570B1ECECF59DAACCE531316 /* FBLPromise+Do.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Do.h"; path = "Sources/FBLPromises/include/FBLPromise+Do.h"; sourceTree = ""; }; + 53941453BC53441B5370E013C21CE633 /* RNCAsyncStorage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNCAsyncStorage.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 53A4CDBA6AD03870DC331FF96C541EFB /* IOBuf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOBuf.h; path = folly/io/IOBuf.h; sourceTree = ""; }; - 53AF6D6CFD2FCBDE168FFB00EFCBDF7C /* RCTConvert+FFFastImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FFFastImage.h"; path = "ios/FastImage/RCTConvert+FFFastImage.h"; sourceTree = ""; }; 53BA95CA5635D6F03708BA1F8A82D760 /* FIRCLSUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSUnwind.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.c; sourceTree = ""; }; - 53BB4F540600B7833F3CBB4ECAE8CD9C /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageCache.h; path = Libraries/Image/RCTImageCache.h; sourceTree = ""; }; 53EDC418FED268D0086748617F26DBF5 /* Pods-NotificationService-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-NotificationService-acknowledgements.plist"; sourceTree = ""; }; 53F3E96273465DA750E81619209A59EF /* ThreadedExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadedExecutor.h; path = folly/executors/ThreadedExecutor.h; sourceTree = ""; }; 53F444FE8A1691E1A3AF95527CF9473D /* TypedIOBuf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TypedIOBuf.h; path = folly/io/TypedIOBuf.h; sourceTree = ""; }; 53FB7361A6A40D90635C1CB2D7E57F7A /* FBLPromise+Then.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Then.h"; path = "Sources/FBLPromises/include/FBLPromise+Then.h"; sourceTree = ""; }; - 542D8AB7F14739399401108A8DEF08DF /* BugsnagSink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSink.h; sourceTree = ""; }; + 54252CD0E2DACD33DC19F6CBF62BEAAE /* RCTAes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTAes.m; path = ios/RCTCrypto/RCTAes.m; sourceTree = ""; }; 542E4972B175A70D474D455D9526F6C2 /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.m; sourceTree = ""; }; - 54362F94A16B7AD9497672967166697D /* RNCAsyncStorage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNCAsyncStorage-prefix.pch"; sourceTree = ""; }; - 5436B8BE2BEAFFAA07EB64F404C97A8E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 544099F9C0CD9BAA5CF6A30D931C4B33 /* SKTouch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKTouch.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTouch.h; sourceTree = ""; }; + 5445E9B80FBE9A892283E73F27C8DDE4 /* MessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MessageQueueThread.h; sourceTree = ""; }; 544C7CBA8C6B0405C35792D56547EBFE /* ja.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ja.lproj; path = "Objective-C/TOCropViewController/Resources/ja.lproj"; sourceTree = ""; }; 545BB6975D6C8DF60AE9F41DE5C999C7 /* TOCropScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCropScrollView.m; path = "Objective-C/TOCropViewController/Views/TOCropScrollView.m"; sourceTree = ""; }; 545F3C1875A4AB7241963CC405C95086 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = SDWebImage/Core/SDImageCache.m; sourceTree = ""; }; - 54745CF432FC03E87DFC80E5DCAB7BBF /* api.md */ = {isa = PBXFileReference; includeInIndex = 1; name = api.md; path = docs/api.md; sourceTree = ""; }; 547A0C9DC63A513DEDCFD8058B7926C8 /* dec_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_sse2.c; path = src/dsp/dec_sse2.c; sourceTree = ""; }; - 54810C5C0E8E69AFD3D420BB21C4FC19 /* TurboCxxModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboCxxModule.cpp; path = turbomodule/core/TurboCxxModule.cpp; sourceTree = ""; }; 548D3E56BD9004A127232C4A552D3923 /* huffman_encode_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = huffman_encode_utils.h; path = src/utils/huffman_encode_utils.h; sourceTree = ""; }; - 5494499DB29C97AF18FEFA98F1A36FB5 /* React-RCTImage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTImage.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 549F2E274E3F2572A2C6E45523BC7241 /* EXReactNativeUserNotificationCenterProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXReactNativeUserNotificationCenterProxy.h; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.h; sourceTree = ""; }; + 549CD2A4AC6C55C8F0AC80D5AA42DE6D /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 54A3114EBE642307B624002F75677F89 /* RNFBRCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBRCTEventEmitter.h; path = ios/RNFBApp/RNFBRCTEventEmitter.h; sourceTree = ""; }; 54A39B5CC8BD12A3A5B6EE6B1B19F0C6 /* BlockingQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BlockingQueue.h; path = folly/executors/task_queue/BlockingQueue.h; sourceTree = ""; }; 54A53497F63A29BB772218162F82EF75 /* MPMCQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPMCQueue.h; path = folly/MPMCQueue.h; sourceTree = ""; }; 54AD4B9E2276D86FA4B0EC49AB66BE7E /* GLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GLog.h; path = folly/GLog.h; sourceTree = ""; }; - 54C0586723B76D6A5ED2D586437A44B6 /* react-native-simple-crypto-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-simple-crypto-umbrella.h"; sourceTree = ""; }; + 54DAED1377BC7DF3437600D21DDDADA7 /* RNGestureHandlerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerManager.m; path = ios/RNGestureHandlerManager.m; sourceTree = ""; }; + 54E26D6244B283227E7B7AE8C4A6BED9 /* RNFastImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFastImage.release.xcconfig; sourceTree = ""; }; 54E6D6644E0C5AE27AFC8D5CC2734AC0 /* histogram_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = histogram_enc.h; path = src/enc/histogram_enc.h; sourceTree = ""; }; 54F1CA2913DE601A66BE82A1CD485366 /* bignum.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = bignum.cc; path = "double-conversion/bignum.cc"; sourceTree = ""; }; - 554C91BEEA75AFFEFA852B002C0412A1 /* RNBootSplash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBootSplash.h; path = ios/RNBootSplash.h; sourceTree = ""; }; + 5505176FB3919BA98745833BEC9F3A31 /* ARTNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTNode.m; path = ios/ARTNode.m; sourceTree = ""; }; + 550CD245E0C3AE2583D0D5F6FB47FD5D /* UMFaceDetectorManagerProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManagerProvider.h; path = UMFaceDetectorInterface/UMFaceDetectorManagerProvider.h; sourceTree = ""; }; 5568C46C1F75203584ED8E33CE30250C /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = SDWebImage/Core/SDImageCacheConfig.m; sourceTree = ""; }; 55698434B3A4EA91F67DC780B16B080D /* config_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = config_enc.c; path = src/enc/config_enc.c; sourceTree = ""; }; - 556D1740C4E71EAF95F29E56CC622B1D /* BugsnagApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagApiClient.m; sourceTree = ""; }; + 5584B854AE8F6469354BD07E170CBBFB /* UMModuleRegistryConsumer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryConsumer.h; sourceTree = ""; }; 55B07ACB7AE286509B75F27838D58F18 /* BitIterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BitIterator.h; path = folly/container/BitIterator.h; sourceTree = ""; }; - 55BA64EB38470A03520E45CC73BC958E /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; - 55C2D50E1754B1CE76B432DF936924E6 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 55E857B2B9500F13B6BAE067AD5D4E69 /* RCTVibration.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVibration.mm; sourceTree = ""; }; - 55E9F8D7B356B377A01649F9FFF19140 /* RCTGIFImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTGIFImageDecoder.h; path = Libraries/Image/RCTGIFImageDecoder.h; sourceTree = ""; }; + 55C7992DB4AA88A624471349E7760F15 /* RNRootViewGestureRecognizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNRootViewGestureRecognizer.h; path = ios/RNRootViewGestureRecognizer.h; sourceTree = ""; }; 55F3051D8D0CB73E730100C80168D5EE /* FKPortForwardingCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FKPortForwardingCommon.h; path = iOS/FlipperKit/FKPortForwarding/FKPortForwardingCommon.h; sourceTree = ""; }; - 55FB37F67E1FC26BBDFC263F5203019D /* Sha.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Sha.m; sourceTree = ""; }; 5601C24190BC8459E613EC7B1063BFC0 /* AsymmetricMemoryBarrier.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsymmetricMemoryBarrier.cpp; path = folly/synchronization/AsymmetricMemoryBarrier.cpp; sourceTree = ""; }; - 56374DF2B4465C96ACCC150ED45ED297 /* RCTTypedModuleConstants.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTypedModuleConstants.mm; sourceTree = ""; }; + 562EC8FABF6C16353D58E3692A0B96F6 /* BSG_KSCrashReportFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilter.h; sourceTree = ""; }; + 563B185528F355B6C3C807EC41AC3EFB /* RCTTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextView.h; sourceTree = ""; }; 563E0A0FEB65B564D6A02A0A948B2E62 /* libPods-NotificationService.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-NotificationService.a"; path = "libPods-NotificationService.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 5648D0DED4B95E9007B01DF3192B7AE9 /* Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utils.h; path = yoga/Utils.h; sourceTree = ""; }; - 5658C71B558145AD425C652C11FC74CB /* GULSecureCoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSecureCoding.m; path = GoogleUtilities/Environment/GULSecureCoding.m; sourceTree = ""; }; - 566CD7825450A314A4F8663F9EABA050 /* BSGOutOfMemoryWatchdog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGOutOfMemoryWatchdog.m; sourceTree = ""; }; - 5682B81F132F46A49566E1FEDD0D7FE5 /* rn-extensions-share-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-extensions-share-prefix.pch"; sourceTree = ""; }; + 5646641312F8355FE7CDCEC2CC3C51A0 /* RCTDecayAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDecayAnimation.m; sourceTree = ""; }; + 5674180BF7BE2C9F68EBD9667326F07C /* ARTNodeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTNodeManager.h; sourceTree = ""; }; 5683A8EF32A6F18B3ACFB05B22548E02 /* cost_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_mips_dsp_r2.c; path = src/dsp/cost_mips_dsp_r2.c; sourceTree = ""; }; 568CE2640FC163078A3B38A92B643050 /* rc4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rc4.h; path = ios/include/openssl/rc4.h; sourceTree = ""; }; - 5696C60DADF60B9A971AF4EBE6C82C44 /* RCTBaseTextInputShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputShadowView.m; sourceTree = ""; }; - 5697F11A11D826D61C3BB08A6E796840 /* RecoverableError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RecoverableError.h; sourceTree = ""; }; 56998FC15EB9F0D02233BDC9808668FA /* AsyncTimeout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncTimeout.cpp; path = folly/io/async/AsyncTimeout.cpp; sourceTree = ""; }; - 56BCF70089D0019AFB53BCE74F7DB116 /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; + 56A04683C53C1D8CBDBD74E7D22F319E /* UMGyroscopeInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMGyroscopeInterface.h; path = UMSensorsInterface/UMGyroscopeInterface.h; sourceTree = ""; }; + 56B47F48BFC2F259EF38C4E097A46497 /* RCTImageBlurUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageBlurUtils.m; sourceTree = ""; }; 56C05ECD2D97266A5FA32C86606F1767 /* FirebaseAnalytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseAnalytics.framework; path = Frameworks/FirebaseAnalytics.framework; sourceTree = ""; }; 56DE755460910820B5A3CAE972DBAE66 /* TOCropToolbar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCropToolbar.h; path = "Objective-C/TOCropViewController/Views/TOCropToolbar.h"; sourceTree = ""; }; 56E499F2B159DB9A0F9234FC5740DD1A /* FIRCLSProfiling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSProfiling.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSProfiling.h; sourceTree = ""; }; - 56EB0BBEC86C775EF1DD9EA3807842AF /* RNCPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNCPicker-dummy.m"; sourceTree = ""; }; + 56EC2898397BEB75E80A051F26933906 /* EvilIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = EvilIcons.ttf; path = Fonts/EvilIcons.ttf; sourceTree = ""; }; 56ED77DCABC11D49D1D2C0219FE9F6E4 /* StreamThroughputMemory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamThroughputMemory.cpp; path = rsocket/benchmarks/StreamThroughputMemory.cpp; sourceTree = ""; }; - 572AE574D6BE9C0DBB2FB58BB3A808E0 /* React-RCTLinking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTLinking-dummy.m"; sourceTree = ""; }; - 5732A5ECEBCEE4A462DCAE8927ED197E /* GULReachabilityChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityChecker.h; path = GoogleUtilities/Reachability/Private/GULReachabilityChecker.h; sourceTree = ""; }; + 57027E043D1505381C2C32DC3603AEF1 /* RNCPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCPicker.m; path = ios/RNCPicker.m; sourceTree = ""; }; + 5723140EBBBEE9A355DDCBA4E863F6D6 /* RNImageCropPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNImageCropPicker-dummy.m"; sourceTree = ""; }; + 57270ACEE1E6B01A402014FD5105AC4C /* RCTPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPicker.h; sourceTree = ""; }; 5737DDB4BC95AD399B3206838AB97095 /* libRNCAsyncStorage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNCAsyncStorage.a; path = libRNCAsyncStorage.a; sourceTree = BUILT_PRODUCTS_DIR; }; 57491249F8D1EE485BC9974427425C2B /* FIRInstallationsStoredItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStoredItem.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.m; sourceTree = ""; }; 574E8A849B86DCF8EE5726418D974721 /* libEXWebBrowser.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXWebBrowser.a; path = libEXWebBrowser.a; sourceTree = BUILT_PRODUCTS_DIR; }; 57527C1ADD33E17351588E6EDC76AF72 /* EventBaseManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBaseManager.h; path = folly/io/async/EventBaseManager.h; sourceTree = ""; }; 5759BDFEC341915F75AEE1B768C3097A /* IPAddress.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IPAddress.cpp; path = folly/IPAddress.cpp; sourceTree = ""; }; - 575B25FE7855718572C034B6255A981F /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; - 576F13703190D0EA6E5631025D438A95 /* UMViewManagerAdapterClassesRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapterClassesRegistry.m; sourceTree = ""; }; - 577D18592A51A28BA6BF756EBBC9D7A1 /* RCTCxxMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxMethod.h; sourceTree = ""; }; - 57806793A1397E49CE878A52F7BC900E /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; + 575A6B272A7DE9656C90B10A6F6C34DB /* RNVectorIconsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNVectorIconsManager.m; path = RNVectorIconsManager/RNVectorIconsManager.m; sourceTree = ""; }; 5791CBE9F30DE44EE14C14D96556BB35 /* FIRInstallationsIIDTokenStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIIDTokenStore.h; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.h; sourceTree = ""; }; - 57C7016184762D7632319F53C45FD79C /* RNCMaskedView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCMaskedView.release.xcconfig; sourceTree = ""; }; + 57A3FF4C23C1BE4D09E732DD6E7E79AC /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; + 57BADC325C1FE93D8056A13D96053C8C /* BugsnagMetaData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagMetaData.m; sourceTree = ""; }; + 57CAE1D04BB2A83386D041BBC7960073 /* RNCSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaViewManager.h; path = ios/SafeAreaView/RNCSafeAreaViewManager.h; sourceTree = ""; }; + 57D31EE2DB8C56CA2C22F639F25C2300 /* EXWebBrowser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXWebBrowser.m; path = EXWebBrowser/EXWebBrowser.m; sourceTree = ""; }; 57D665E0B76742C9DEEF2CDF4AF2140A /* FirebaseAnalytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalytics.release.xcconfig; sourceTree = ""; }; - 57F0E47BFE999ABE114386B957E8A80E /* BugsnagSessionTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTracker.h; sourceTree = ""; }; 57F58CB39739BCD7EB2A2F0C9D833555 /* UniqueInstance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UniqueInstance.h; path = folly/detail/UniqueInstance.h; sourceTree = ""; }; - 580E6012017FA946FFD766E17030AD64 /* RNCPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNCPicker-prefix.pch"; sourceTree = ""; }; + 5805286F42B19FA46551737B10ED4168 /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; 5810A2CAD229D5E26C07A9AFDAE72C9F /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "SDWebImage/Core/NSData+ImageContentType.m"; sourceTree = ""; }; + 5812F7760E1D36C4292E14881B537E47 /* RCTVibration.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVibration.mm; sourceTree = ""; }; + 581345EEE40719C842B48EFB40CCEE9C /* EXImageLoader-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXImageLoader-prefix.pch"; sourceTree = ""; }; + 58380DDD9D14E13FC49903B3C12C8CF3 /* RNFBCrashlytics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFBCrashlytics-dummy.m"; sourceTree = ""; }; 583A5CE961C7C321B6AEDC6BD910170D /* ExecutorWithPriority.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ExecutorWithPriority.cpp; path = folly/executors/ExecutorWithPriority.cpp; sourceTree = ""; }; 5864337237459EAD63F46D06D344250F /* NotificationQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NotificationQueue.h; path = folly/io/async/NotificationQueue.h; sourceTree = ""; }; - 586EA495F3CDFC6F7ED11ED20E3201C4 /* RCTConvert+ART.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+ART.h"; path = "ios/RCTConvert+ART.h"; sourceTree = ""; }; 5877AFDEC339C9F71246DF078C6383BE /* ChannelResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ChannelResponder.cpp; path = rsocket/statemachine/ChannelResponder.cpp; sourceTree = ""; }; 5882C8B326D8C2896E07CEB956D8A202 /* StringKeyedUnorderedMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StringKeyedUnorderedMap.h; path = folly/experimental/StringKeyedUnorderedMap.h; sourceTree = ""; }; + 588622E2CA91C75B29B38DE8A3277875 /* UMReactNativeAdapter-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMReactNativeAdapter-prefix.pch"; sourceTree = ""; }; 58867A44AB3C91E7BF1716ACDAD868D0 /* FIRCoreDiagnosticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsInterop.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsInterop.h; sourceTree = ""; }; + 588817D637B20906EDA95CF7AC7ECF69 /* RCTConvert+FFFastImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FFFastImage.m"; path = "ios/FastImage/RCTConvert+FFFastImage.m"; sourceTree = ""; }; 588A2F76B97DCC69EEC0ADD7933D4B29 /* ConstexprMath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConstexprMath.h; path = folly/ConstexprMath.h; sourceTree = ""; }; + 5894B44AB472F86E9C6F86D23535D210 /* react-native-blur-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-blur-dummy.m"; sourceTree = ""; }; + 589A96AE5B783852479DD20A1BC571E3 /* UMJavaScriptContextProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMJavaScriptContextProvider.h; sourceTree = ""; }; + 589ECE73E12C7A1058C936216698C83A /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; + 58A1EE5FE91EF456182FDF7A68CCA180 /* UMPermissionsInterface-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMPermissionsInterface-prefix.pch"; sourceTree = ""; }; + 58A48FA096C1159596361A13404417A4 /* RNBackgroundTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBackgroundTimer.h; path = ios/RNBackgroundTimer.h; sourceTree = ""; }; 58AB994521FD4D5415715A13F67DDC86 /* NSButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSButton+WebCache.m"; path = "SDWebImage/Core/NSButton+WebCache.m"; sourceTree = ""; }; 58E7F83D446EF1D0F268AE62F514548E /* GULKeychainUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainUtils.h; path = GoogleUtilities/Environment/Private/GULKeychainUtils.h; sourceTree = ""; }; 58E8E8675CA087837856610D2F3AD3A9 /* RSocketRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketRequester.h; path = rsocket/RSocketRequester.h; sourceTree = ""; }; + 58EADB53A24890CDEFFD895AA61F56EB /* SafeAreaSpacerShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SafeAreaSpacerShadowView.h; sourceTree = ""; }; 58F840D6AA1892A8F858310121E0488F /* TimeoutQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimeoutQueue.h; path = folly/TimeoutQueue.h; sourceTree = ""; }; 59090E80FB6B1B63C5DABD61B86951B8 /* ThriftStreamShim.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThriftStreamShim.h; path = yarpl/flowable/ThriftStreamShim.h; sourceTree = ""; }; 590B92C661C38A079042B697E64EC4C2 /* FIRCLSConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSConstants.m; path = Crashlytics/Shared/FIRCLSConstants.m; sourceTree = ""; }; 592577787E6D7CF24EDF5392204060A2 /* EDFThreadPoolExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EDFThreadPoolExecutor.h; path = folly/executors/EDFThreadPoolExecutor.h; sourceTree = ""; }; - 592885BF4774CBF8CB0D923078849459 /* BSG_KSJSONCodec.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSJSONCodec.c; sourceTree = ""; }; 592DD80BBBA797B54652D50053D7B60F /* TimeoutManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimeoutManager.h; path = folly/io/async/TimeoutManager.h; sourceTree = ""; }; 5933F4F939F7CC98848B03A96477BA97 /* picture_csp_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_csp_enc.c; path = src/enc/picture_csp_enc.c; sourceTree = ""; }; 594DA5C684A1F3E750ECDF673845F41B /* ObservableDoOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObservableDoOperator.h; path = yarpl/observable/ObservableDoOperator.h; sourceTree = ""; }; - 595A19DAA5BBFAC8265EB86C4F602CD4 /* BSG_KSCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry.h; sourceTree = ""; }; - 596348D663CAD4C093E331A36EA1F008 /* GULLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULLogger.m; path = GoogleUtilities/Logger/GULLogger.m; sourceTree = ""; }; - 5968DA24D6D3F1772EB1706FF3C1D40A /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = ""; }; - 5981F4437234DFC0326886AC9E27D0D3 /* React-jsinspector.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.release.xcconfig"; sourceTree = ""; }; - 598376BAF2EB78D1BEB6B570512ECA06 /* JSCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCRuntime.h; sourceTree = ""; }; + 59564793F1412D4D0BA8A0F1C6BF0CDA /* RNNotificationCenter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenter.h; path = RNNotifications/RNNotificationCenter.h; sourceTree = ""; }; + 5956DFE371CCFFBC27917B3263F7B443 /* RNCAssetsLibraryRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAssetsLibraryRequestHandler.h; path = ios/RNCAssetsLibraryRequestHandler.h; sourceTree = ""; }; + 59591B7F4788AC198892368D2E7C6C47 /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; + 5978CCB361CD8252B1CFDF3DD0D3A873 /* EXPermissions.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXPermissions.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 5995B483B9AC918FBAEDEF7F604C89F9 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = "double-conversion/utils.h"; sourceTree = ""; }; + 599C2EF884B2282529A1B2A20B6991D2 /* GULNSData+zlib.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GULNSData+zlib.m"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.m"; sourceTree = ""; }; 599E1258B9568B7CEE685BD128186A64 /* Format.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Format.h; path = folly/Format.h; sourceTree = ""; }; 59C4AF2D4F1DA2588C8EC94898F2D084 /* SDWebImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.debug.xcconfig; sourceTree = ""; }; - 5A09E78BF93669FC33C640C83769FB89 /* BSG_KSCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrash.m; sourceTree = ""; }; + 59FBE856E9213967CB134BD062A0B995 /* RNDateTimePicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDateTimePicker-dummy.m"; sourceTree = ""; }; 5A16D244366D432E38B8E997E46E2E6C /* FIRCLSSerializeSymbolicatedFramesOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSerializeSymbolicatedFramesOperation.m; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSerializeSymbolicatedFramesOperation.m; sourceTree = ""; }; 5A1E03841F4E5C270ED66C8D09ED7636 /* ReadMostlySharedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReadMostlySharedPtr.h; path = folly/experimental/ReadMostlySharedPtr.h; sourceTree = ""; }; 5A3078DDC949A3296470EE900D1420C6 /* EventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventHandler.h; path = folly/io/async/EventHandler.h; sourceTree = ""; }; - 5A3E1C4DCBFA4BD27E867E02BB4A1216 /* RCTSubtractionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSubtractionAnimatedNode.m; sourceTree = ""; }; 5A42B29DA8DCC509D2967F364F45C6DB /* StreamRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StreamRequester.h; path = rsocket/statemachine/StreamRequester.h; sourceTree = ""; }; - 5A42D98799F7756E4AEA181A8B8BB607 /* RCTBaseTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextShadowView.m; sourceTree = ""; }; 5A599A30AC2C9561DEA9B8C021C8045F /* Sockets.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sockets.h; path = folly/portability/Sockets.h; sourceTree = ""; }; 5A61D1D21DA61E63B633541A52EC3B33 /* File.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = File.h; path = folly/File.h; sourceTree = ""; }; 5A6864F1DC76993A019E7FF5D2B52E5E /* TOCropViewController-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TOCropViewController-prefix.pch"; sourceTree = ""; }; 5A74019B547CECA96E7F45657B514245 /* TupleOps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TupleOps.h; path = folly/experimental/TupleOps.h; sourceTree = ""; }; - 5A7852727745085FA4D604E935ADB37D /* UMModuleRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistry.m; sourceTree = ""; }; - 5A887E0E13E049590CB57AE1AC5B4A44 /* UMImageLoaderInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMImageLoaderInterface.debug.xcconfig; sourceTree = ""; }; 5A8F4D41E448E3CFB067F47381E98A30 /* IPAddressV4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressV4.h; path = folly/IPAddressV4.h; sourceTree = ""; }; - 5A9117E5161E91DE6D9FB7096AF981CF /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; - 5A923EE728DC48A2A99DCEA87ADA8B34 /* REATransitionAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionAnimation.h; sourceTree = ""; }; - 5AA44050E5587A713DE4EE46F41B7FA6 /* JSBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBigString.h; sourceTree = ""; }; + 5A924364FE1D4408C293325EB3A358A4 /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = ""; }; + 5AA60301EEBFBDE0E9F30F09AF5A30C3 /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = React.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 5AA778BF9A1C50FA6D862CEFC0D5388C /* Log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Log.cpp; path = xplat/Flipper/Log.cpp; sourceTree = ""; }; 5AB19C1880516910F892753A3E7BFF38 /* PThread.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PThread.cpp; path = folly/portability/PThread.cpp; sourceTree = ""; }; - 5AB3C649C585BDA1CC889A3ACB1EC56D /* react-native-mmkv-storage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-mmkv-storage.debug.xcconfig"; sourceTree = ""; }; 5AC04944C7785AE334ECB6E6F32571D6 /* libevent_pthreads.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libevent_pthreads.a; path = lib/libevent_pthreads.a; sourceTree = ""; }; + 5ACA806F5D0FAD98FD9CC812638D0A97 /* GULNSDataInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNSDataInternal.h; path = "GoogleUtilities/NSData+zlib/Private/GULNSDataInternal.h"; sourceTree = ""; }; 5AD104F4D43C131F3A60BD50B2D9350A /* Hardware.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hardware.h; path = folly/chrono/Hardware.h; sourceTree = ""; }; 5AE5E332B3CD70ED6F893B915FCE6104 /* rsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rsa.h; path = ios/include/openssl/rsa.h; sourceTree = ""; }; + 5AEB0880D7E0ECE6A3DC4323891EB09C /* UMReactNativeEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeEventEmitter.h; sourceTree = ""; }; 5B0394692BFDC48EDAF0F9D65F4907F2 /* Uri-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Uri-inl.h"; path = "folly/Uri-inl.h"; sourceTree = ""; }; + 5B06C4FD243A37851BD3EA81C9846C6A /* EXAppleAuthentication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppleAuthentication.h; path = EXAppleAuthentication/EXAppleAuthentication.h; sourceTree = ""; }; 5B076D51433AF81890FBA02A14179862 /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = event.h; path = src/event2/event.h; sourceTree = ""; }; - 5B2203EE6182D3AFC8D5E39E221F53A6 /* StorageSetters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StorageSetters.h; path = ios/StorageSetters.h; sourceTree = ""; }; 5B3357A1CE67C0BF4AE31936A1BE6888 /* libYogaKit.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libYogaKit.a; path = libYogaKit.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 5B4EB78DA68B9B8D3B35E2CFCE318F72 /* GULLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLogger.h; path = GoogleUtilities/Logger/Private/GULLogger.h; sourceTree = ""; }; + 5B4266FCA84A2445259F2B0B36632E54 /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleData.mm; sourceTree = ""; }; + 5B4EF4AD58561A35E3268AB19A842076 /* rn-fetch-blob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-fetch-blob-prefix.pch"; sourceTree = ""; }; + 5B5B21DEE5E659FF81BC74960FDF7F81 /* ReactNativeART-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactNativeART-dummy.m"; sourceTree = ""; }; 5B5CE3CB0094EC676C92DCED91729BC6 /* asn1_mac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = asn1_mac.h; path = ios/include/openssl/asn1_mac.h; sourceTree = ""; }; 5B6B3373367726E09243436F3264991D /* strtod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = strtod.h; path = "double-conversion/strtod.h"; sourceTree = ""; }; - 5B9FBBA3C9B48C0FF635ED6FFD48FA8B /* React-jsinspector-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsinspector-dummy.m"; sourceTree = ""; }; - 5BA387EA97F001C16AAEBB8058CEC51E /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = event.h; sourceTree = ""; }; + 5B73AF8CD35DE15AD9E3F3C1C1E3343A /* FBReactNativeSpec-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBReactNativeSpec-prefix.pch"; sourceTree = ""; }; + 5B788A4E26FE797E719C461C5CCD5707 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 5B795AF505822FA3531F882B0C34893F /* RCTSha.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSha.h; path = ios/RCTCrypto/RCTSha.h; sourceTree = ""; }; + 5B8A7ADB223DDEFA8F518EB76277C0BA /* EXVideoThumbnailsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXVideoThumbnailsModule.m; path = EXVideoThumbnails/EXVideoThumbnailsModule.m; sourceTree = ""; }; + 5B9A37A3A93264498A95F6800B8A24D6 /* UMReactNativeAdapter.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMReactNativeAdapter.release.xcconfig; sourceTree = ""; }; + 5BA676F3AC52356A51F671A3EAFEFFF4 /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; + 5BB1F174C7957262EE2FE776CD740639 /* BugsnagSessionTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTracker.m; sourceTree = ""; }; + 5BD60927A7F2CA0FD74E3B881B600B96 /* NSError+BSG_SimpleConstructor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSError+BSG_SimpleConstructor.m"; sourceTree = ""; }; 5BEABB790CF31D1854C545A7E0AF6A41 /* DelayedDestruction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DelayedDestruction.h; path = folly/io/async/DelayedDestruction.h; sourceTree = ""; }; 5BF20AEE9629FF57E3DBA1374DF5158B /* FirebaseCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCore-dummy.m"; sourceTree = ""; }; 5C0613BF6D05BBA88027F2EA5030B8FD /* Singleton-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Singleton-inl.h"; path = "folly/Singleton-inl.h"; sourceTree = ""; }; 5C10D6FD9FAA288054D1A307945AE4EB /* RSocketParameters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketParameters.h; path = rsocket/RSocketParameters.h; sourceTree = ""; }; 5C11C44A2D9489E22B2FED225FB6B8D8 /* FLEXUtility.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FLEXUtility.mm; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXUtility.mm; sourceTree = ""; }; - 5C12600FD05EB6F904D709D9BEA39F37 /* react-native-safe-area-context-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-safe-area-context-dummy.m"; sourceTree = ""; }; 5C1515D750DAA8DC9CEC19011F6EDB20 /* Time.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Time.h; path = folly/portability/Time.h; sourceTree = ""; }; - 5C1AA60341C45A1D87060CC6811A3ABC /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 5C2A172DABE612EA73299FA5E2DA086E /* upsampling_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_msa.c; path = src/dsp/upsampling_msa.c; sourceTree = ""; }; + 5C324B717E7E56EFA00C7CF4281F1C1E /* ReactCommon-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactCommon-prefix.pch"; sourceTree = ""; }; 5C3DF36C9C5693CA3885178A485C0EA4 /* FlipperStep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperStep.h; path = xplat/Flipper/FlipperStep.h; sourceTree = ""; }; - 5C41F085EC6B4AEA272F386CC12C2231 /* React-RCTAnimation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAnimation-prefix.pch"; sourceTree = ""; }; 5C46D1443C6C1C0D36F0D76896951DC0 /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/Core/SDWebImageDownloader.h; sourceTree = ""; }; - 5C4EC921ADC7DE0C21E22E92B1958790 /* UMSensorsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMSensorsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 5C53978173B8706FDCF4C6DCA87CEC71 /* React-RCTLinking.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.debug.xcconfig"; sourceTree = ""; }; 5C53CCA429164B642AD8D046A2E7E447 /* TOCropToolbar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCropToolbar.m; path = "Objective-C/TOCropViewController/Views/TOCropToolbar.m"; sourceTree = ""; }; - 5C5967EFEEF8DA65BF4FEC35B2266BD9 /* ModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ModuleRegistry.h; sourceTree = ""; }; 5C6E7195BDB8072FDAB3908CF9B70685 /* FlipperKitReactPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FlipperKitReactPlugin.m; path = iOS/Plugins/FlipperKitReactPlugin/FlipperKitReactPlugin/FlipperKitReactPlugin.m; sourceTree = ""; }; 5C76B4289ED679B67CF5684C116ACB4A /* SDFileAttributeHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDFileAttributeHelper.h; path = SDWebImage/Private/SDFileAttributeHelper.h; sourceTree = ""; }; - 5C8C07D0E15174388F9C548C783507D4 /* RNJitsiMeetView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNJitsiMeetView.m; path = ios/RNJitsiMeetView.m; sourceTree = ""; }; - 5C9DB5EBFD9195ED559D5FCF74D0ED09 /* REAClockNodes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAClockNodes.m; sourceTree = ""; }; - 5C9F4E89BD15F556A6A5814E998F3F34 /* EXFileSystem.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXFileSystem.release.xcconfig; sourceTree = ""; }; + 5C9416AEA679C83283CACA6D28D4692A /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; + 5C973FD75216390D6E6C5BAD3F9B630D /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurface.mm; sourceTree = ""; }; 5CA9966DF755C9B18EF7EB51D2A8841D /* ThreadedRepeatingFunctionRunner.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadedRepeatingFunctionRunner.h; path = folly/experimental/ThreadedRepeatingFunctionRunner.h; sourceTree = ""; }; 5CF2F44E930E5B95CD723C9EF8940438 /* x509v3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = x509v3.h; path = ios/include/openssl/x509v3.h; sourceTree = ""; }; - 5CF45B559F056D70AC4BE3FEB2311C3C /* RNCSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSliderManager.h; path = ios/RNCSliderManager.h; sourceTree = ""; }; - 5D305DF7D7D5B3FE8785B5534CEB59B9 /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; + 5D0C3512E08680244C1FD7A13C673CBB /* RCTVirtualTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextViewManager.m; sourceTree = ""; }; + 5D3D955737507B5922B7917EC12F3576 /* RCTDevLoadingViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingViewProtocol.h; sourceTree = ""; }; 5D47772AEA2809890215F21916D852EA /* event_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = event_compat.h; path = src/event2/event_compat.h; sourceTree = ""; }; - 5D6ACAE37768703D6BE0A3064D9A9AF5 /* EXHaptics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXHaptics-prefix.pch"; sourceTree = ""; }; + 5D5C87AA247A19BECE55A79376F1C31E /* react-native-mmkv-storage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-mmkv-storage-dummy.m"; sourceTree = ""; }; + 5D63F9796DF3AB6C77AE6576299B551A /* BugsnagCollections.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCollections.m; sourceTree = ""; }; + 5D7F017A6BB0A3FAA89EF3DCCE6515CF /* RCTTurboModuleManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTurboModuleManager.mm; sourceTree = ""; }; 5D86198D4949CCBF29B30C14A072C51C /* Pods-defaults-Rocket.Chat-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-defaults-Rocket.Chat-resources.sh"; sourceTree = ""; }; - 5D96FA7C131F44E288380401DBB2BA2E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 5D9ABF5C54A8DD30EC48CEAFF26F8C49 /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = ""; }; 5D9AF96F88680045728AC4C4F4525E3A /* Promise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Promise.h; path = folly/futures/Promise.h; sourceTree = ""; }; + 5DA6F840311F3F9D429BB80B05D6BC2F /* RNCPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNCPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 5DB210A073B76CA9A00756D07ACE4188 /* dns_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dns_struct.h; path = src/event2/dns_struct.h; sourceTree = ""; }; - 5DC4EE825AE83E4E1922C5BA56F4F3D0 /* BSG_KSCrashType.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashType.c; sourceTree = ""; }; - 5DC7951B226DF5449C013D5A4B53C2E2 /* GULAppDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Private/GULAppDelegateSwizzler.h; sourceTree = ""; }; 5DD862F5BB790136CC54E049F7D6B37D /* FIRAEvent+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRAEvent+Internal.m"; path = "Crashlytics/Crashlytics/Helpers/FIRAEvent+Internal.m"; sourceTree = ""; }; + 5DD8815D4ECCCE94EFDC52F836799F70 /* BSG_KSCrashContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashContext.h; sourceTree = ""; }; 5DDDF70397E873FB66A7DD6FD2386304 /* HHWheelTimer-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "HHWheelTimer-fwd.h"; path = "folly/io/async/HHWheelTimer-fwd.h"; sourceTree = ""; }; + 5DEDFC304E0F0ECD12A7E2A51BCCE226 /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; 5E01B8C4C7D391A02220FAC33AA4BEE0 /* dwarf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dwarf.h; path = Crashlytics/third_party/libunwind/dwarf.h; sourceTree = ""; }; - 5E2FA64151348D7C827CB5D3D72262EE /* RCTDataRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDataRequestHandler.mm; sourceTree = ""; }; - 5E4013B781E6FA18F1ED8763DAF5639A /* RNFBCrashlytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBCrashlytics.debug.xcconfig; sourceTree = ""; }; + 5E0EA0978AFB2318DDD2B4BEE06CB654 /* RCTTurboModuleManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModuleManager.h; sourceTree = ""; }; 5E418FE0CA836FF3609A983A812AB37A /* SetupResumeAcceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SetupResumeAcceptor.cpp; path = rsocket/internal/SetupResumeAcceptor.cpp; sourceTree = ""; }; 5E4674603A5D5B9215FFA0F8E69F8B71 /* liblibwebp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = liblibwebp.a; path = liblibwebp.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 5E4E574F1AE9580C36C3981145889A39 /* RCTTrackingAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTrackingAnimatedNode.m; sourceTree = ""; }; 5E506FE1181DF4E7CD2909912B03081D /* Combine-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Combine-inl.h"; path = "folly/gen/Combine-inl.h"; sourceTree = ""; }; 5E55D5B8DEA41627F6DFC40B4CE99FEF /* DecoratedAsyncTransportWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DecoratedAsyncTransportWrapper.h; path = folly/io/async/DecoratedAsyncTransportWrapper.h; sourceTree = ""; }; + 5E59F6AD68441FF0C77EEE8E6329EA38 /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; + 5E5A663E4CB75E34AA4C7368CB6A9A2F /* EXWebBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXWebBrowser-prefix.pch"; sourceTree = ""; }; 5E665198D622FA71128BB4BBF9E153F7 /* InitThreadFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InitThreadFactory.h; path = folly/executors/thread_factory/InitThreadFactory.h; sourceTree = ""; }; 5E6929DF44F768671E142897ED8025C9 /* fi.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fi.lproj; path = "Objective-C/TOCropViewController/Resources/fi.lproj"; sourceTree = ""; }; - 5E8364C4F10CB2CF4BABE86FEC658B94 /* EXConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstants.h; path = EXConstants/EXConstants.h; sourceTree = ""; }; - 5E856ABC8D8851441E31927B0E15F848 /* BSG_KSMachApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMachApple.h; sourceTree = ""; }; + 5E6EFEC31D5E2FB23539FE0FE37AC18B /* RCTActionSheetManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTActionSheetManager.mm; sourceTree = ""; }; + 5E77003245A61B9D97059A50342287DF /* SafeAreaSpacerShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaSpacerShadowView.m; sourceTree = ""; }; 5E87B44B33AAED551BDFE7329D248E7C /* Pods-defaults-RocketChatRN-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-defaults-RocketChatRN-frameworks.sh"; sourceTree = ""; }; 5E9397A0636933F5CE512BE3684A997E /* FIRCLSDwarfUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDwarfUnwind.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.c; sourceTree = ""; }; - 5ED164BAC32C89B4DF890E99E8DB7D15 /* RNPushKitEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventHandler.m; path = RNNotifications/RNPushKitEventHandler.m; sourceTree = ""; }; + 5E97167CE8506654D6AC2C743408DE8A /* UMPermissionsMethodsDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMPermissionsMethodsDelegate.h; path = UMPermissionsInterface/UMPermissionsMethodsDelegate.h; sourceTree = ""; }; + 5E99FDDE1E5E120B58C1843F89107A71 /* RNCAsyncStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAsyncStorage.h; path = ios/RNCAsyncStorage.h; sourceTree = ""; }; + 5EA1B7A34FAC4C871745B44392CC6F57 /* BugsnagSink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSink.h; sourceTree = ""; }; + 5ED313C9F045FEB60604B0BBE1A4EE6F /* RCTSurfacePresenterStub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfacePresenterStub.m; sourceTree = ""; }; 5EEDBB21EBB3E01D69486EAA9260B600 /* SDImageAssetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAssetManager.h; path = SDWebImage/Private/SDImageAssetManager.h; sourceTree = ""; }; 5EEEFA3512B947070E238D049313EC11 /* SKNamed.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKNamed.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNamed.h; sourceTree = ""; }; + 5EEFCDB3BF00A6E93C5EF3F762A1E08D /* BSG_KSSysCtl.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSysCtl.c; sourceTree = ""; }; 5EFA3227D27951DBA39BDA3975E5EC56 /* SDWebImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-prefix.pch"; sourceTree = ""; }; 5F16C7F90CBEB074329AD1E8576DBBD7 /* ParkingLot.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParkingLot.cpp; path = folly/synchronization/ParkingLot.cpp; sourceTree = ""; }; - 5F1A2BCB3306D3CB6D7AA9595D6F1B9A /* UMFontProcessorInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontProcessorInterface.h; path = UMFontInterface/UMFontProcessorInterface.h; sourceTree = ""; }; + 5F19BF0888DC953A24204C8E83DB1213 /* UMModuleRegistryProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryProvider.m; sourceTree = ""; }; 5F25BF5AB17CF3FD6E5451EE13AF8298 /* EventBaseLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBaseLocal.h; path = folly/io/async/EventBaseLocal.h; sourceTree = ""; }; - 5F29FDE63785762650AF7B38ACF4EEE1 /* React-RCTImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.release.xcconfig"; sourceTree = ""; }; - 5F520C7593DD790E52779344866D0ABA /* UMConstantsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMConstantsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 5F285C3D6A6BE88ADB246061305F1A69 /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTClipboard.h; path = React/CoreModules/RCTClipboard.h; sourceTree = ""; }; 5F54326AC621E597F0AE6531674584AA /* FIRCLSReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReport.h; path = Crashlytics/Crashlytics/Models/FIRCLSReport.h; sourceTree = ""; }; - 5F5C2BA97A702CD2B80B5A00DD0D99AA /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.h; sourceTree = ""; }; 5F7E8616EDDC74829E2CC1DD96E0C217 /* des_old.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = des_old.h; path = ios/include/openssl/des_old.h; sourceTree = ""; }; - 5F8E5F3740725BCB36489B4A92A84002 /* RNForceTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNForceTouchHandler.h; sourceTree = ""; }; + 5F8207A4A9D37575E823E4740ADB11B0 /* project.pbxproj */ = {isa = PBXFileReference; includeInIndex = 1; path = project.pbxproj; sourceTree = ""; }; + 5F950526D55E178E8D27241A20260909 /* EXWebBrowser.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXWebBrowser.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 5F9B30D5F2E3412ACB207D784D6DC5E6 /* FIRCLSNetworkClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSNetworkClient.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSNetworkClient.h; sourceTree = ""; }; + 5F9F62C1724204FDFB5D46DB5C3860E0 /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; 5FA31CBEBF7D0603B48F99391B4B3661 /* UIImage+GIF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+GIF.h"; path = "SDWebImage/Core/UIImage+GIF.h"; sourceTree = ""; }; + 5FB99CF1CC114E05182DC021285AECBD /* BugsnagCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashSentry.h; sourceTree = ""; }; 5FD2212C32FB6588D5F6BCB188042E17 /* AtomicHashMap-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicHashMap-inl.h"; path = "folly/AtomicHashMap-inl.h"; sourceTree = ""; }; - 5FD3692921DE1167D5624A42D3089C23 /* UMExportedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMExportedModule.h; path = UMCore/UMExportedModule.h; sourceTree = ""; }; 5FD71FF5C8BD920171A1B57B1D9AB856 /* ExecutionObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExecutionObserver.h; path = folly/experimental/ExecutionObserver.h; sourceTree = ""; }; - 5FF3AE96B28A7E922C58706840507B31 /* React-CoreModules.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-CoreModules.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 5FF5BA25F4801A977AD9F29C1F285CC9 /* RNFBAppModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBAppModule.m; path = ios/RNFBApp/RNFBAppModule.m; sourceTree = ""; }; + 5FDDCD38E8380B7FDE59DBB4430D3607 /* UIImage+Resize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Resize.h"; path = "ios/src/UIImage+Resize.h"; sourceTree = ""; }; + 600C3C92094713A3E281BDA8DAB79712 /* LNInterpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNInterpolation.h; sourceTree = ""; }; + 601078D028F968B09B4769C7FBFF3CF7 /* RCTDevMenu.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevMenu.mm; sourceTree = ""; }; 602729A1A186FA43431840830ED8D83D /* YGLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YGLayout.m; path = YogaKit/Source/YGLayout.m; sourceTree = ""; }; 602DAD918827E43F59A128461ABCE145 /* FLEXNetworkTransaction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FLEXNetworkTransaction.h; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkTransaction.h; sourceTree = ""; }; + 602EC4EBADB80DCEC11B16D9569F929A /* EXPermissions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPermissions.h; path = EXPermissions/EXPermissions.h; sourceTree = ""; }; 603495E4212299A4F638482B5E8D0D9D /* GDTCCTUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTUploader.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTUploader.h; sourceTree = ""; }; - 6043CF70F3F3E9AEDE78DA009EC53ADA /* RCTHmac.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTHmac.m; path = ios/RCTCrypto/RCTHmac.m; sourceTree = ""; }; + 60460FAC96393E1487924FD0B1CF7C7E /* RNCMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCMaskedViewManager.h; path = ios/RNCMaskedViewManager.h; sourceTree = ""; }; + 60465ABCC8D9209F7379AE4D67F2C7B3 /* UMAppLoader-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMAppLoader-dummy.m"; sourceTree = ""; }; 6061AFB304BAA22A42A7CCA902D03268 /* tree_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tree_enc.c; path = src/enc/tree_enc.c; sourceTree = ""; }; - 60767CEDDCA8FF2434B80CC2F0C1710A /* EXAppleAuthentication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppleAuthentication.m; path = EXAppleAuthentication/EXAppleAuthentication.m; sourceTree = ""; }; 607AB916C717A51003196F1DC5580FA6 /* RequestResponseRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RequestResponseRequester.h; path = rsocket/statemachine/RequestResponseRequester.h; sourceTree = ""; }; - 6088A2B844CD5CAFD8F933F983CA263C /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 6080A68D09C6D202C0EAB6F60C1E93B1 /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; + 608F5520F27C16859DAFCDD1B353494E /* RNSScreenStack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenStack.h; path = ios/RNSScreenStack.h; sourceTree = ""; }; + 60A1FDF90321FB37CFA567B0C4D8E1DE /* KeyCommands-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "KeyCommands-dummy.m"; sourceTree = ""; }; 60B7352C13A58F5E736F5302C3997684 /* FIRCLSUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUtility.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h; sourceTree = ""; }; - 60BA11728D3E532E6696981AAEDDB3D2 /* React-Core-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Core-dummy.m"; sourceTree = ""; }; - 60BE7111F93BA79923A3DE77A2E94794 /* RNLocalize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNLocalize.h; path = ios/RNLocalize.h; sourceTree = ""; }; + 60C3A76FCF7214B6049F669CCB7EDEF1 /* RCTTextTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextTransform.h; path = Libraries/Text/RCTTextTransform.h; sourceTree = ""; }; + 60C9DFC7E71712B35D52C219F492A93D /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; + 60E1E47B50114DA6F08A1E87F2FDBA01 /* UMAppLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLoaderInterface.h; sourceTree = ""; }; 60ED83E4498EEEC2A5C4980AEA4D5BFC /* PriorityUnboundedBlockingQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PriorityUnboundedBlockingQueue.h; path = folly/executors/task_queue/PriorityUnboundedBlockingQueue.h; sourceTree = ""; }; - 611E954E7192B2EF43E41C320A15E139 /* React-Core.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-Core.modulemap"; sourceTree = ""; }; - 61230F39D87DAF48C03B6974E0D662B4 /* RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotifications.m; path = RNNotifications/RNNotifications.m; sourceTree = ""; }; - 6124E76124D5D68655590FC59714379D /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 6130685A33B1E8BCB339590945AF2D45 /* Pbkdf2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Pbkdf2.h; sourceTree = ""; }; + 611C69ADA9967816BBCA3CD50A8BB4EC /* BSG_KSCrashIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashIdentifier.h; sourceTree = ""; }; 61341C96A15BAD59AC95E8378ADDDA1D /* FIRCoreDiagnosticsConnector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsConnector.h; path = FirebaseCore/Sources/Private/FIRCoreDiagnosticsConnector.h; sourceTree = ""; }; 614D39C3DD5173CD0CD7EB332740FDB1 /* Future.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Future.cpp; path = folly/futures/Future.cpp; sourceTree = ""; }; 615E8F8BDB54C96D575E86107995249D /* SwappableEventBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwappableEventBase.h; path = rsocket/internal/SwappableEventBase.h; sourceTree = ""; }; + 616E0FFE26CC0960929942A93C4E229F /* RNRotationHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNRotationHandler.m; sourceTree = ""; }; + 61714E86111406CE0752DCCC56020A75 /* CallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallInvoker.h; path = ReactCommon/CallInvoker.h; sourceTree = ""; }; + 6177E489BCF343D6A1ACA22EE8A9BD44 /* RNVectorIconsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNVectorIconsManager.h; path = RNVectorIconsManager/RNVectorIconsManager.h; sourceTree = ""; }; 6182EB3F1AE32D43809E1995378EE73D /* MMKVLog_Android.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMKVLog_Android.cpp; path = Core/MMKVLog_Android.cpp; sourceTree = ""; }; 61871730238884B88402BCAD51437C79 /* DrivableExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DrivableExecutor.h; path = folly/executors/DrivableExecutor.h; sourceTree = ""; }; 6194DBE2865CDE620E065AAF89038627 /* Util.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Util.h; path = folly/container/detail/Util.h; sourceTree = ""; }; 61A37FEACD8D3C0CE0430F27FB2FEA88 /* IntrusiveList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IntrusiveList.h; path = folly/IntrusiveList.h; sourceTree = ""; }; - 61A86BEA0C197B97291FB70BC98056C3 /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; 61B64956614FEA28C8B529B2F5CBEB59 /* UniqueInstance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UniqueInstance.cpp; path = folly/detail/UniqueInstance.cpp; sourceTree = ""; }; - 61C232D7CA848B24A2B46232418494A6 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 61CC2BB9F12029297BF12A35867A2E9C /* MemoryFile_Android.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MemoryFile_Android.cpp; path = Core/MemoryFile_Android.cpp; sourceTree = ""; }; 61CDCF0443B295BF4A749BD252BA3531 /* SKTouch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKTouch.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTouch.m; sourceTree = ""; }; - 61D37A53F0171EE410BA6C01CA28F3C4 /* react-native-simple-crypto.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-simple-crypto.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 61E840949B0C19AA3898E1F4FDF0477A /* REAModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REAModule.h; path = ios/REAModule.h; sourceTree = ""; }; - 61F91A94F1C85E99006D6BF2C1B552A4 /* RNPushKitEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventHandler.h; path = RNNotifications/RNPushKitEventHandler.h; sourceTree = ""; }; - 61FD7F597307F0B5DEEB583E6722C13E /* BSG_KSCrashReport.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashReport.c; sourceTree = ""; }; + 61F11632E72B25B3516BC811DD54A678 /* RNGestureHandlerState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerState.h; path = ios/RNGestureHandlerState.h; sourceTree = ""; }; + 61F70FCC9F853A17C17C2C64825AACC8 /* RCTNativeModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeModule.mm; sourceTree = ""; }; 6209FAE6D1637CABE395F9466EDB6299 /* openssl_md5_dgst.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = openssl_md5_dgst.cpp; path = Core/aes/openssl/openssl_md5_dgst.cpp; sourceTree = ""; }; - 621E5592EE985B8A158093CE8BE54414 /* react-native-jitsi-meet.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-jitsi-meet.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 6221F69231986FD00D657A121A52B96F /* EXAV.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAV.debug.xcconfig; sourceTree = ""; }; - 624FFE504A4CFAB723F5F9356C566F94 /* RCTImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageCache.m; sourceTree = ""; }; + 622B62EB0AD63393D0F346EBA35BE156 /* react-native-jitsi-meet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-jitsi-meet-prefix.pch"; sourceTree = ""; }; + 6231B17264ACA65B33F1144EAA238955 /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; + 623DD6503BAE66F28A2A9BA45F2DD460 /* BSG_KSFileUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSFileUtils.h; sourceTree = ""; }; 6256C5840249E45455DEA3D710D429D2 /* SDWebImageIndicator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageIndicator.m; path = SDWebImage/Core/SDWebImageIndicator.m; sourceTree = ""; }; + 625FDBEB8B00FEF2A57D9EA3A7ACCB90 /* UMModuleRegistryHolderReactModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryHolderReactModule.m; sourceTree = ""; }; 626200AE3A3CF5624B35EB1686270AE3 /* Chrono.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Chrono.h; path = folly/Chrono.h; sourceTree = ""; }; + 62659B35B825FD9248C7DC9EACDF9072 /* experiments.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = experiments.h; sourceTree = ""; }; 62825E089B77010CEDD1245EBC1CBEF4 /* File-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "File-inl.h"; path = "folly/gen/File-inl.h"; sourceTree = ""; }; + 6282CC5CA9C8EC688117C809E2F105DB /* RNCSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaView.m; path = ios/SafeAreaView/RNCSafeAreaView.m; sourceTree = ""; }; 628F22AF8BCC8F344AC80F0F4E6DF69B /* EDFThreadPoolExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EDFThreadPoolExecutor.cpp; path = folly/executors/EDFThreadPoolExecutor.cpp; sourceTree = ""; }; 62941B228C8E98E989E0A8F55E26915A /* FIRCLSURLSessionDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSessionDataTask.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDataTask.h; sourceTree = ""; }; - 62A6F7B4BF9992C5DEE0E3B39E71D24E /* React-jsi.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.debug.xcconfig"; sourceTree = ""; }; - 62B9970332BFF2909EF0E4120A9D3AE9 /* rn-extensions-share-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-extensions-share-dummy.m"; sourceTree = ""; }; - 62C8135AE51B9D216C36B03A2E83B407 /* REAPropsNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAPropsNode.m; sourceTree = ""; }; - 62D3FFC76E768F50527141D4D81DE464 /* RNNotificationCenter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenter.m; path = RNNotifications/RNNotificationCenter.m; sourceTree = ""; }; + 62B8A9474F457953443A42F240373318 /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; 62D74D8724AC9AA4E99E5580E099DB5F /* lossless_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_neon.c; path = src/dsp/lossless_neon.c; sourceTree = ""; }; - 62F26365B420C521A21A161E97F87189 /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; 62F76032D52982B8B017C3CB97D5A131 /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = SDWebImage/Core/SDImageGIFCoder.h; sourceTree = ""; }; + 63048474F940B84B0B7D3571BB19E0AB /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTReconnectingWebSocket.m; path = Libraries/WebSocket/RCTReconnectingWebSocket.m; sourceTree = ""; }; 630603AE2E4FC96AB0BE9A746894CED5 /* SKApplicationDescriptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKApplicationDescriptor.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKApplicationDescriptor.m; sourceTree = ""; }; 63074048A49EC4CC313857FC650C28B4 /* double-conversion.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "double-conversion.cc"; path = "double-conversion/double-conversion.cc"; sourceTree = ""; }; - 63136F9E083327AB1933E8DCA635D161 /* react-native-blur-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-blur-prefix.pch"; sourceTree = ""; }; - 6316C5700EC43BB7BF0757E67FB8C053 /* RNRotationHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNRotationHandler.h; sourceTree = ""; }; + 632FD78A10C32BEEBC23447194D2EBA4 /* RCTVirtualTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextViewManager.h; sourceTree = ""; }; 6346DD6671D27AFD36E6F7FDF56C3684 /* Payload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Payload.h; path = rsocket/Payload.h; sourceTree = ""; }; + 63484B8DAD877155923C5DDC4CE099C1 /* RCTTypedModuleConstants.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTypedModuleConstants.mm; sourceTree = ""; }; + 634D8381D380EFBD2BF33C8D09A996AC /* BSG_KSJSONCodec.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSJSONCodec.c; sourceTree = ""; }; 6353F876492CF27AA5E2CD8FBC6F8B7E /* FlatCombiningPriorityQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlatCombiningPriorityQueue.h; path = folly/experimental/FlatCombiningPriorityQueue.h; sourceTree = ""; }; + 6354650B9A126E48F11C754900BA5E0E /* UMFileSystemInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFileSystemInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 636C36253F531B1BC912411449FA2D46 /* SecureStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SecureStorage.m; path = ios/SecureStorage.m; sourceTree = ""; }; 6378BD1B094A75F2EE49A3628FA0E91C /* ScheduledRSocketResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledRSocketResponder.h; path = rsocket/internal/ScheduledRSocketResponder.h; sourceTree = ""; }; + 637F0282EF4B860AC8CC5FBE21556C5E /* BSG_KSMach_Arm.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm.c; sourceTree = ""; }; + 6387118BA7155E190D0D9376A3C404E5 /* RNGestureHandlerModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerModule.m; path = ios/RNGestureHandlerModule.m; sourceTree = ""; }; 639AE67EFF13A5A954EA3309B36505E2 /* CallstackHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallstackHelper.h; path = xplat/Flipper/utils/CallstackHelper.h; sourceTree = ""; }; 63A25DBD06FCB8AB33E0A12153BDBF23 /* MMKVHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKVHandler.h; path = iOS/MMKV/MMKV/MMKVHandler.h; sourceTree = ""; }; 63AD4D5E1462C64AA10BE3AA9C59A2E7 /* AtomicUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicUtil.h; path = folly/synchronization/AtomicUtil.h; sourceTree = ""; }; - 63B3B4840E0FE7AF3611576E056FE1F5 /* RCTDivisionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDivisionAnimatedNode.m; sourceTree = ""; }; 63B9522FB756289AAF91DAEF6C4AC4FF /* GDTCORClock.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORClock.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORClock.m; sourceTree = ""; }; - 63CB6A3006C88E014F9742E1AB6FD744 /* UMPermissionsMethodsDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMPermissionsMethodsDelegate.m; path = UMPermissionsInterface/UMPermissionsMethodsDelegate.m; sourceTree = ""; }; + 63CD1F5EA7E04CD917A59514F416AC8E /* RCTConvert+REATransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+REATransition.m"; sourceTree = ""; }; + 63CE2E0A0F90E4C0CC5D60BC261EE638 /* RCTKeyCommandsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyCommandsManager.h; path = ios/KeyCommands/RCTKeyCommandsManager.h; sourceTree = ""; }; 63D9B7627DD7EF46ECF2E7C227E18ADA /* FIRAnalyticsConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAnalyticsConfiguration.m; path = FirebaseCore/Sources/FIRAnalyticsConfiguration.m; sourceTree = ""; }; 63E3A1192256CFADCF0C8F051DE2EDE0 /* frame_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_dec.c; path = src/dec/frame_dec.c; sourceTree = ""; }; + 63F5BFCA9261D26A7F3600475468D38D /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; 63F871D16064AF77B1DB0AB6A40CA1F8 /* Checksum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Checksum.h; path = Core/crc32/Checksum.h; sourceTree = ""; }; - 63FE483EBA2A7B8CA548A65D1F33BAFB /* Entypo.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Entypo.ttf; path = Fonts/Entypo.ttf; sourceTree = ""; }; - 6411BAD261388E816FCA2AACD9F1BAC7 /* REAValueNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAValueNode.m; sourceTree = ""; }; + 640D9DF9EEE03BFF61953180951E78E4 /* RCTInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryView.m; sourceTree = ""; }; 6422A45A92167BE49DCD58FEF0B24961 /* BaselinesAsyncSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BaselinesAsyncSocket.cpp; path = rsocket/benchmarks/BaselinesAsyncSocket.cpp; sourceTree = ""; }; - 6437C95462C71872990620A9AF6EB1B3 /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; + 644719B17AF9BF4094CA3EE02B6B676D /* GULReachabilityMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityMessageCode.h; path = GoogleUtilities/Reachability/Private/GULReachabilityMessageCode.h; sourceTree = ""; }; + 64508D687A3BA8FA511B6DFB3862F708 /* RCTVirtualTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextShadowView.m; sourceTree = ""; }; + 64551827F92C538AA59F59DB71B3755D /* React-Core.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-Core.modulemap"; sourceTree = ""; }; + 6455C6744C39E87229926DDC2534A21E /* react-native-slider.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-slider.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 645FAE5B305F7AEED4017653AAD71641 /* backward_references_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = backward_references_enc.c; path = src/enc/backward_references_enc.c; sourceTree = ""; }; - 6469C39B5F4637D1201F578AF38A0A12 /* REAOperatorNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAOperatorNode.m; sourceTree = ""; }; 646DECD24D179C072D2DB483C4B51A77 /* CacheLocality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CacheLocality.h; path = folly/concurrency/CacheLocality.h; sourceTree = ""; }; + 6473229E514A97FCBB8F3C6CEF3D0DF4 /* RCTGIFImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTGIFImageDecoder.h; path = Libraries/Image/RCTGIFImageDecoder.h; sourceTree = ""; }; 647A3F3F232601D461AC0D2D1E72DE55 /* nanopb.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.release.xcconfig; sourceTree = ""; }; 647A8F5A3D2198EF7CEC7680252421F0 /* OpenSSLThreading.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OpenSSLThreading.cpp; path = folly/ssl/detail/OpenSSLThreading.cpp; sourceTree = ""; }; - 64AE35DEE55E9E48060085497F8C7326 /* RCTNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworking.h; path = Libraries/Network/RCTNetworking.h; sourceTree = ""; }; + 648E277199F914BBE555D17096F7D9EE /* Bugsnag.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Bugsnag.m; sourceTree = ""; }; 64B198E55977C63B6F78131BCC55629E /* EventBaseLocal.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBaseLocal.cpp; path = folly/io/async/EventBaseLocal.cpp; sourceTree = ""; }; - 64BB49DBE3A11D54F8EC4D72350F3519 /* RCTBundleURLProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleURLProvider.m; sourceTree = ""; }; - 64C6ECDA260FE579F23972C1EAC9085D /* RCTNativeAnimatedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedModule.h; path = Libraries/NativeAnimation/RCTNativeAnimatedModule.h; sourceTree = ""; }; - 64DB98BEE8E0B74B3722D60671CB681D /* QBImagePickerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBImagePickerController.h; path = ios/QBImagePicker/QBImagePicker/QBImagePickerController.h; sourceTree = ""; }; 64DBC4A41C836D10CD2B65B9C83ADC3D /* MMBuffer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMBuffer.cpp; path = Core/MMBuffer.cpp; sourceTree = ""; }; - 64E34FF8A9C8FE05062ECDFA0B8287A1 /* react-native-slider-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-slider-prefix.pch"; sourceTree = ""; }; + 64FC4BC1784172FC712FCE2C989E59EC /* RNCPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNCPicker-prefix.pch"; sourceTree = ""; }; 65061896354E14FFE9FA62CCD47449AB /* FIRCLSFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFile.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSFile.h; sourceTree = ""; }; + 6518CB92B2D22982D552B61B30511838 /* ARTSolidColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTSolidColor.h; sourceTree = ""; }; 65234B3E668A42D9137B2C7AB051EE37 /* libFlipperKit.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFlipperKit.a; path = libFlipperKit.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 652B412EABF58998AF4FD2B847908CA8 /* JSBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBigString.h; sourceTree = ""; }; 652D1CDD53E31E74B821F67139F86D06 /* PropagateConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PropagateConst.h; path = folly/lang/PropagateConst.h; sourceTree = ""; }; - 652E04564294D4AC4C2F15690F088976 /* UMErrorCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMErrorCodes.h; path = UMCore/UMErrorCodes.h; sourceTree = ""; }; - 6557362EFA665983657C29DC7EDB1E42 /* RCTValueAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTValueAnimatedNode.h; sourceTree = ""; }; 656659D6922818AF6A80D3F057625E42 /* StampedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StampedPtr.h; path = folly/experimental/StampedPtr.h; sourceTree = ""; }; - 656C39989F4BBA58463712D2CC9ECB78 /* RNCSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaView.h; path = ios/SafeAreaView/RNCSafeAreaView.h; sourceTree = ""; }; - 657A7BD32C86B54F9F37E6FFA881E56C /* rn-extensions-share.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-extensions-share.debug.xcconfig"; sourceTree = ""; }; - 658C24EF831543E9A3F3B93CBBBE0599 /* EXFileSystemLocalFileHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemLocalFileHandler.h; path = EXFileSystem/EXFileSystemLocalFileHandler.h; sourceTree = ""; }; + 65774CA936B2580CB2D9720ED7250D5A /* RNVectorIcons-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNVectorIcons-prefix.pch"; sourceTree = ""; }; + 657833CAA51E34C117563EDB73773180 /* UMPermissionsInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMPermissionsInterface.debug.xcconfig; sourceTree = ""; }; + 6579D1FA3ECBCF4C34D2D0372364D28F /* RNCPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCPicker.release.xcconfig; sourceTree = ""; }; 65AEC802D795588CB432E42F1C99BE4C /* FIRCoreDiagnosticsConnector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsConnector.h; path = FirebaseCore/Sources/Private/FIRCoreDiagnosticsConnector.h; sourceTree = ""; }; + 65B3297845D9562FF578CD30965F3D9D /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 65B48B5DAB3EC03C82F6BD4F18C78282 /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; 65BA2A20A84D3EE87769B0EFC95EBE52 /* MemoryResource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MemoryResource.h; path = folly/memory/MemoryResource.h; sourceTree = ""; }; - 65C0132C916BC74C97D07BA881A743DA /* RNDateTimePicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDateTimePicker-dummy.m"; sourceTree = ""; }; 65D0A19C165FA1126B1360680FE6DB12 /* libYoga.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libYoga.a; path = libYoga.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 65D8C51C2CF0A60527B73406F16BAEC8 /* EXHapticsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXHapticsModule.m; path = EXHaptics/EXHapticsModule.m; sourceTree = ""; }; + 65D5B121E9DB993E0B4F70E856D83190 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 65DE5D2135FF2428D738213E5E7E1977 /* GULKeychainStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainStorage.h; path = GoogleUtilities/Environment/Private/GULKeychainStorage.h; sourceTree = ""; }; 65F120F63B7CEC100D6A4AFF8BD54AF0 /* logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = logging.h; path = src/glog/logging.h; sourceTree = ""; }; 660138AA021958790F4E9F5918B461BD /* TOCropOverlayView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCropOverlayView.m; path = "Objective-C/TOCropViewController/Views/TOCropOverlayView.m"; sourceTree = ""; }; 66213C6A99D2085765AE01D5A02E58B0 /* Stdlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Stdlib.h; path = folly/portability/Stdlib.h; sourceTree = ""; }; - 6621977D08F9623E0C7B934C84F82760 /* RNConfigReader-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNConfigReader-prefix.pch"; sourceTree = ""; }; 6621F03B4DA69CC4D2112D4A79E073E5 /* FIRCLSReportUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSReportUploader.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.m; sourceTree = ""; }; + 6626BD636A07096AC56C06DB2E7C6654 /* EXPermissions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPermissions.m; path = EXPermissions/EXPermissions.m; sourceTree = ""; }; 662D79DDBC8EACA9A9EF4F690557BDD3 /* json_pointer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json_pointer.cpp; path = folly/json_pointer.cpp; sourceTree = ""; }; - 663096CFF31EE2B1B7783BA46C88B7DE /* React-CoreModules-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-CoreModules-dummy.m"; sourceTree = ""; }; - 663C10BC17623407E951843DEB8FCD97 /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; - 66445E1AAC8E884669D7B0DE96EF6783 /* RCTVirtualTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextViewManager.h; sourceTree = ""; }; 66479D519BB35A5676A0805E3F8C24F6 /* dynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = dynamic.cpp; path = folly/dynamic.cpp; sourceTree = ""; }; - 66645F9A724F28B51E98DC1B4F82F28B /* RNGestureHandlerState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerState.h; path = ios/RNGestureHandlerState.h; sourceTree = ""; }; - 6667DE5BC19DACA3854C1D6E7078BD31 /* Utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Utils.cpp; path = yoga/Utils.cpp; sourceTree = ""; }; - 666C36D3A10C3DCACFFBE5D7BDD465F9 /* React-RCTNetwork-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTNetwork-prefix.pch"; sourceTree = ""; }; + 664DBA7238B4A275646DC3DAEEB7420D /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; + 6676D414A7FB5337B369D2C147358958 /* RCTComponentEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentEvent.h; sourceTree = ""; }; 668DDB233AB6DCDB3D011837485392DE /* EventUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventUtil.h; path = folly/io/async/EventUtil.h; sourceTree = ""; }; + 6692B75A4BF8DC5DE25F309C65AB403B /* RCTPropsAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPropsAnimatedNode.m; sourceTree = ""; }; 66A8A932C4D00ABF2AE0D2E871296EE3 /* SDAsyncBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAsyncBlockOperation.h; path = SDWebImage/Private/SDAsyncBlockOperation.h; sourceTree = ""; }; - 66AEB2F3E20850096C282E326E9887CC /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; - 66BEC153E46B0F4876BA86DA3D143443 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 66C1945BE7A4B68DC5A01A5D23F5A7E8 /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.h"; sourceTree = ""; }; - 66CFBB4CBFEAD63EE3FC74774E96F6BA /* EXConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstants.m; path = EXConstants/EXConstants.m; sourceTree = ""; }; - 66D4371EEDD3EC8650DD4B10E7B086ED /* EXFileSystem.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXFileSystem.debug.xcconfig; sourceTree = ""; }; 66D60376E2A92A64AC37C940F9E0982A /* FIRConfigurationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfigurationInternal.h; path = FirebaseCore/Sources/FIRConfigurationInternal.h; sourceTree = ""; }; 66F46FF3B31B10364578628AF58E2DD4 /* boost-for-react-native.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "boost-for-react-native.debug.xcconfig"; sourceTree = ""; }; - 66F4BC60BE0EA9665EFDFD5F54456D79 /* REAAlwaysNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAAlwaysNode.m; sourceTree = ""; }; - 66FF878144AC55F60FA09C94541A71D7 /* RCTTrackingAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTrackingAnimatedNode.m; sourceTree = ""; }; 6711DB488A61D426C84C1893A5107E3F /* FlipperKitReactPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperKitReactPlugin.h; path = iOS/Plugins/FlipperKitReactPlugin/FlipperKitReactPlugin/FlipperKitReactPlugin.h; sourceTree = ""; }; - 672F718A19F95C14309E2900A52C82B5 /* RCTMultilineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputView.m; sourceTree = ""; }; - 67382333CD20F8EDA4DAF7E49C4A9409 /* ReactNativeUiLib-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactNativeUiLib-prefix.pch"; sourceTree = ""; }; - 674AFC2FE2A330702E69EE5FEAF95657 /* RNVectorIconsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNVectorIconsManager.m; path = RNVectorIconsManager/RNVectorIconsManager.m; sourceTree = ""; }; - 6767FDF2F84A19D64BB463A3893663BE /* RCTDisplayWeakRefreshable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDisplayWeakRefreshable.h; path = Libraries/Image/RCTDisplayWeakRefreshable.h; sourceTree = ""; }; + 6712B7E40E44B8AD653AA2385F921B98 /* RNEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNEventEmitter.h; path = RNNotifications/RNEventEmitter.h; sourceTree = ""; }; + 67243E8672F7F52A57F2E014771277F4 /* EXLocalAuthentication.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXLocalAuthentication.release.xcconfig; sourceTree = ""; }; + 672C187587E136E04103C91F5D3BDEA2 /* RCTBlobPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobPlugins.mm; sourceTree = ""; }; + 674C5AFA6B8658F9E0228FA349267BE7 /* RNLocalize.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNLocalize.release.xcconfig; sourceTree = ""; }; 6771D231F4C8C5976470A369C474B32E /* libReact-CoreModules.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-CoreModules.a"; path = "libReact-CoreModules.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 67772880E4B73BD8F3356BE9517E4FF3 /* UMAppLoader-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMAppLoader-prefix.pch"; sourceTree = ""; }; 677E894EE13E20E30C11AAD24818CB6F /* NSBezierPath+SDRoundedCorners.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBezierPath+SDRoundedCorners.h"; path = "SDWebImage/Private/NSBezierPath+SDRoundedCorners.h"; sourceTree = ""; }; - 67842D28929C76D46E029F383CEB104F /* BugsnagReactNative-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BugsnagReactNative-dummy.m"; sourceTree = ""; }; - 67AEAC3B349881C4C8192247BFEF670B /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; 67B4CA6B716F5320FB9608B5EFA12518 /* TOCropViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCropViewController.h; path = "Objective-C/TOCropViewController/TOCropViewController.h"; sourceTree = ""; }; 67B8AABDCCD394EAEF02548581A72401 /* FBLPromise+Await.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Await.m"; path = "Sources/FBLPromises/FBLPromise+Await.m"; sourceTree = ""; }; 67CAB87AE61AACC4942A014CBD2387BD /* FlipperStateUpdateListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperStateUpdateListener.h; path = xplat/Flipper/FlipperStateUpdateListener.h; sourceTree = ""; }; 67CCD4719914673799D3077A01CF300D /* FLEXNetworkRecorder.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FLEXNetworkRecorder.mm; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkRecorder.mm; sourceTree = ""; }; - 67CEB21B090DA92FF2707B2F4F08F485 /* EXSessionUploadTaskDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXSessionUploadTaskDelegate.h; sourceTree = ""; }; + 67D7EC2AE460C36E36D67735A1A40219 /* ReactNativeUiLib-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactNativeUiLib-dummy.m"; sourceTree = ""; }; 67DD32A87887649300AA6FD6492B31A3 /* Framer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Framer.cpp; path = rsocket/framing/Framer.cpp; sourceTree = ""; }; + 67DE4B666661DB43AF6FB39B701A007E /* UMAppRecordInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppRecordInterface.h; sourceTree = ""; }; 67E330CDB08073CD5F0DAFAE166A2FC7 /* CustomizationPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CustomizationPoint.h; path = folly/lang/CustomizationPoint.h; sourceTree = ""; }; + 67EA6BA245FA725628ABC0BD0370B0D4 /* REACallFuncNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REACallFuncNode.h; sourceTree = ""; }; 67F2F4A9C9471033EEC8C788561A7658 /* color_cache_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = color_cache_utils.c; path = src/utils/color_cache_utils.c; sourceTree = ""; }; - 682774410C7E15025320250801A58948 /* BugsnagSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSession.h; sourceTree = ""; }; + 67F3605A00D99C4D32CA121E5A655B1A /* EXKeepAwake.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXKeepAwake.release.xcconfig; sourceTree = ""; }; + 6806B6D0BEAF4BD1FEB70ED0340C5662 /* React-RCTText.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.debug.xcconfig"; sourceTree = ""; }; + 6825B362F9EF0B5AB7ED3DD4E3102F37 /* EXFileSystem.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXFileSystem.release.xcconfig; sourceTree = ""; }; 6830A30329C0FD2B7EACC75BD7AA0A10 /* Futex.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Futex.cpp; path = folly/detail/Futex.cpp; sourceTree = ""; }; 6831653DFA5D395950540CB4B14BEBED /* FIRCLSDownloadAndSaveSettingsOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSDownloadAndSaveSettingsOperation.m; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSDownloadAndSaveSettingsOperation.m; sourceTree = ""; }; - 6853AF4E3B5E911271A201EF798F77BC /* react-native-netinfo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-netinfo.debug.xcconfig"; sourceTree = ""; }; 685602E60FBDC5CDDAC8BA1D4C1D2652 /* GDTCORAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORAssert.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORAssert.m; sourceTree = ""; }; 685720BB994EE929CBAE022C7ABFB1C2 /* FIRCLSCrashedMarkerFile.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSCrashedMarkerFile.c; path = Crashlytics/Crashlytics/Components/FIRCLSCrashedMarkerFile.c; sourceTree = ""; }; 686091145045944E5FEFEE5A8B414D2A /* EventFDWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventFDWrapper.h; path = folly/io/async/EventFDWrapper.h; sourceTree = ""; }; - 686A62F7537EA166C62BAD585401ED21 /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialCommunityIcons.ttf; path = Fonts/MaterialCommunityIcons.ttf; sourceTree = ""; }; + 686F4DB945E8AEBAF3A599E7647A7366 /* RCTInspectorPackagerConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInspectorPackagerConnection.m; sourceTree = ""; }; 687C6B80300E8DA5365EA671BDC5C876 /* UIColor+SDHexString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+SDHexString.h"; path = "SDWebImage/Private/UIColor+SDHexString.h"; sourceTree = ""; }; + 6889340CC67C64F1B1B94142299ECB11 /* RCTConvert+Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+Text.h"; path = "Libraries/Text/RCTConvert+Text.h"; sourceTree = ""; }; 68917CEE2D828038F9EF57A7E7D13DFF /* FingerprintPolynomial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FingerprintPolynomial.h; path = folly/detail/FingerprintPolynomial.h; sourceTree = ""; }; 689820111A6A322ED7A64C7FBE1CCD39 /* Async.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Async.h; path = folly/executors/Async.h; sourceTree = ""; }; 689FE599332A86A80A780E764CB1AC5A /* FirebaseCrashlytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCrashlytics.debug.xcconfig; sourceTree = ""; }; - 68A97104A720CDBC40BC0BF900031DB2 /* RNGestureHandlerDirection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerDirection.h; path = ios/RNGestureHandlerDirection.h; sourceTree = ""; }; - 68C2A1C6F563A702807EA50D70A689D4 /* TurboModuleUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModuleUtils.cpp; path = turbomodule/core/TurboModuleUtils.cpp; sourceTree = ""; }; - 68CB6B19910E7EAC6B3A634FCC579393 /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; - 68D85EA3D17230576386210F4FD87576 /* RCTTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextShadowView.m; sourceTree = ""; }; + 68C4071F7402AF025C67CC9ECEF84224 /* RCTPbkdf2.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTPbkdf2.m; path = ios/RCTCrypto/RCTPbkdf2.m; sourceTree = ""; }; 68E483198650FC383AF5031BC92C4B4E /* FIRCLSCodeMapping.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCodeMapping.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSCodeMapping.h; sourceTree = ""; }; - 68E6804879FAF7B9CD0BECEFB41BE7BE /* YGValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGValue.h; path = yoga/YGValue.h; sourceTree = ""; }; - 68EE7B0B34F9B644E75733097D393A9B /* UMLogManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogManager.h; sourceTree = ""; }; - 691C9C602EF28BE33B0DABF11CFF403A /* EXImageLoader.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXImageLoader.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 6926473A4717FC5968554E56DAB79D07 /* ARTGroupManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTGroupManager.h; sourceTree = ""; }; + 690F475A0A2DC744DB3B7CA50EC59574 /* RCTAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimatedImage.h; path = Libraries/Image/RCTAnimatedImage.h; sourceTree = ""; }; + 691C808AA37346330DE0A81E65E1DE47 /* React-RCTVibration-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTVibration-dummy.m"; sourceTree = ""; }; 6942351307BC1F54575D9853307EAE0E /* libGoogleDataTransportCCTSupport.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libGoogleDataTransportCCTSupport.a; path = libGoogleDataTransportCCTSupport.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 694B2E378A778921F90DF52E859BBF48 /* BugsnagLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagLogger.h; sourceTree = ""; }; - 694F805E85E19B56A75B91B472C179E3 /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTClipboard.h; path = React/CoreModules/RCTClipboard.h; sourceTree = ""; }; - 694FB5F5BD16A7E1F73E9EB117A63E62 /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAppState.h; path = React/CoreModules/RCTAppState.h; sourceTree = ""; }; - 6967DDDD6C405B101D7ABF092A4E9495 /* UMFileSystemInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFileSystemInterface.h; path = UMFileSystemInterface/UMFileSystemInterface.h; sourceTree = ""; }; + 696976E4000AD7BF3D88E4167FD3AEE7 /* RCTRedBoxSetEnabled.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxSetEnabled.h; sourceTree = ""; }; + 6969E347C0953CDABD5F3E728ABF9344 /* RNEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNEventEmitter.m; path = RNNotifications/RNEventEmitter.m; sourceTree = ""; }; 696AE8749E750CFA278A5D7A45557C8C /* Flowables.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Flowables.h; path = yarpl/flowable/Flowables.h; sourceTree = ""; }; - 6979279AB2795473A07E6E6F24D32122 /* SecureStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SecureStorage.m; path = ios/SecureStorage.m; sourceTree = ""; }; - 69799623B0E0EF1C5538BB57A4FD2886 /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; - 6980B4A688FED7424141AC865CE16AD9 /* UMTaskManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskManagerInterface.h; path = UMTaskManagerInterface/UMTaskManagerInterface.h; sourceTree = ""; }; + 696D6B41ECD690D11B1C6E64ECED0882 /* RCTImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageUtils.m; sourceTree = ""; }; + 69756D135CF3349CECC446A348F509C3 /* React-Core.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.release.xcconfig"; sourceTree = ""; }; + 6976BF35456CB025AA286748A5C04864 /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; + 69B92BA5B1D83F4B05228CA675EFEDFB /* SafeAreaSpacerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaSpacerView.m; sourceTree = ""; }; + 69BE25AF1425FFD988506DD1F7E13E8B /* RCTConvertHelpers.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTConvertHelpers.mm; sourceTree = ""; }; 69C0E7B92A0ECABBA5DFBDB79AA03201 /* SKInvalidation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKInvalidation.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKInvalidation.h; sourceTree = ""; }; - 69C5C04672EFE24387CA33FFEB4FC61F /* REAModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REAModule.m; path = ios/REAModule.m; sourceTree = ""; }; - 69C887D0A79950BD4A99556405A3C390 /* React-callinvoker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-callinvoker.release.xcconfig"; sourceTree = ""; }; - 69D9CB206CBDE61C70DA21F59CA0740D /* RCTLocalAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLocalAssetImageLoader.h; path = Libraries/Image/RCTLocalAssetImageLoader.h; sourceTree = ""; }; 69DDE0B4682903AF1E6DFDE7F551A0DB /* mux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mux.h; path = src/webp/mux.h; sourceTree = ""; }; - 69E2296D72ABD80A5FD98B137D853E66 /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; sourceTree = ""; }; 69F60EF69DDCEC6BD74C6BC5B00C3E86 /* ts.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ts.h; path = ios/include/openssl/ts.h; sourceTree = ""; }; - 69F9D3FDF4C191561494C6C04A5E6D21 /* React-RCTImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTImage-dummy.m"; sourceTree = ""; }; + 69F85DC62BF24577277A28D728520FD7 /* BugsnagUser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagUser.m; sourceTree = ""; }; 6A0FB21F11FF8ED636FADBEFDB13FA70 /* OpenSSLHash.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OpenSSLHash.cpp; path = folly/ssl/OpenSSLHash.cpp; sourceTree = ""; }; 6A179A32E5564BD3B3295ED91530321C /* SKRequestInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKRequestInfo.m; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKRequestInfo.m; sourceTree = ""; }; 6A2F3B3AE429A87A808AC5D7273225FE /* SynchronizedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SynchronizedPtr.h; path = folly/SynchronizedPtr.h; sourceTree = ""; }; - 6A35586F61E9501D2042F021A6A8C699 /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.h; sourceTree = ""; }; + 6A3EE91EA9AB6487CF3EEBE36B5921EB /* BSG_KSString.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSString.c; sourceTree = ""; }; 6A4DA65B2D98F33C40CF2F6CA9F92A49 /* FlipperState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperState.h; path = xplat/Flipper/FlipperState.h; sourceTree = ""; }; 6A5033A84C0078FFB850A6F9A5483FD4 /* Aligned.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Aligned.h; path = folly/lang/Aligned.h; sourceTree = ""; }; - 6A53AE53105460CAFA8EF29139045BE3 /* RCTSourceCode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSourceCode.mm; sourceTree = ""; }; - 6A5F8F5145DE7C4DF29EB022D33C988F /* RCTCxxBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxBridge.mm; sourceTree = ""; }; - 6A632E777BB69D8E1044748E63DA47B1 /* react-native-blur.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-blur.debug.xcconfig"; sourceTree = ""; }; - 6A648F3CEEC58AFB53427164E71A9EE8 /* RCTPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPicker.m; sourceTree = ""; }; 6A6C140CF9B910AEEDD17458E7F21EBD /* HazptrThreadPoolExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = HazptrThreadPoolExecutor.cpp; path = folly/synchronization/HazptrThreadPoolExecutor.cpp; sourceTree = ""; }; - 6AA5BD40CBF8EF808F05361E302B7423 /* StorageIndexer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = StorageIndexer.m; path = ios/StorageIndexer.m; sourceTree = ""; }; + 6AC4315D7C74558F8762F7414A177858 /* RNCAsyncStorage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCAsyncStorage.release.xcconfig; sourceTree = ""; }; 6AC75328B863B1EE0AA4D64AEE291072 /* GoogleDataTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GoogleDataTransport.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport.h; sourceTree = ""; }; 6ACA45ED26ADA136A123760F633EFF79 /* String.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = String.cpp; path = folly/portability/String.cpp; sourceTree = ""; }; 6ACF4106397D7F2DA54082AED34ACA21 /* yuv_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_neon.c; path = src/dsp/yuv_neon.c; sourceTree = ""; }; - 6AD307818DA700DDB3CB7DD6D96A3236 /* RNFBJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBJSON.h; path = ios/RNFBApp/RNFBJSON.h; sourceTree = ""; }; - 6AE873137F7B9CB9919C63B50A27A316 /* React-jsi.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-jsi.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 6AD7645BEA588D368E6D5DEA2E21E028 /* RCTModuloAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuloAnimatedNode.h; sourceTree = ""; }; + 6AD7FBB3E52E496517DD473C75A02244 /* UMInternalModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMInternalModule.h; sourceTree = ""; }; + 6AE39856FB64AAC643A62BC321BF1882 /* RCTVibrationPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVibrationPlugins.h; path = Libraries/Vibration/RCTVibrationPlugins.h; sourceTree = ""; }; + 6AE5861144A94B7EE168C8AAB3D8A4C6 /* HighlighterView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = HighlighterView.m; sourceTree = ""; }; 6AEB19EE53AEA1B4A8E3B134A7BBE963 /* FIRDependency.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDependency.m; path = FirebaseCore/Sources/FIRDependency.m; sourceTree = ""; }; - 6AF2B6AE6C4383D0113F3EBAC25F3631 /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.h; sourceTree = ""; }; + 6AF9EFE5D574B9917683C13991CEDFD2 /* RNSScreen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreen.h; path = ios/RNSScreen.h; sourceTree = ""; }; 6AFCB154C55B9E2D70EBDE9BA4A7276A /* PTChannel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PTChannel.h; path = peertalk/PTChannel.h; sourceTree = ""; }; - 6B12881F3C64DE9B79251DDDE5B25D39 /* react-native-netinfo-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-netinfo-prefix.pch"; sourceTree = ""; }; - 6B1871AF19BCF306923F0E2B87432706 /* FFFastImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageView.m; path = ios/FastImage/FFFastImageView.m; sourceTree = ""; }; - 6B1ACA5CAA89C6CE7DED29A1A070C169 /* RNNotificationCenterMulticast.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenterMulticast.m; path = RNNotifications/RNNotificationCenterMulticast.m; sourceTree = ""; }; - 6B1E2A900697D6E72C9E7B098676DD50 /* React-RCTText-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTText-dummy.m"; sourceTree = ""; }; + 6B1A76501866119A498111814ADF455B /* QBCheckmarkView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBCheckmarkView.h; path = ios/QBImagePicker/QBImagePicker/QBCheckmarkView.h; sourceTree = ""; }; 6B244F1A0BC81462228E5209EF39673B /* dec_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_mips32.c; path = src/dsp/dec_mips32.c; sourceTree = ""; }; 6B2D9BC3B472CF16ABC96753CC73C072 /* Access.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Access.h; path = folly/container/Access.h; sourceTree = ""; }; - 6B315F97E506E5B42BB62F45AD75574D /* RNCSafeAreaViewMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaViewMode.h; path = ios/SafeAreaView/RNCSafeAreaViewMode.h; sourceTree = ""; }; 6B4F2D3B5E7FDC511C0C047620D2C928 /* FramedReader.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FramedReader.cpp; path = rsocket/framing/FramedReader.cpp; sourceTree = ""; }; + 6B5047C3DD1E42EF9ECDF97AEA354546 /* react-native-mmkv-storage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-mmkv-storage.debug.xcconfig"; sourceTree = ""; }; 6B530F423B7BCB94F7615C96C8F6D391 /* RangeSse42.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RangeSse42.h; path = folly/detail/RangeSse42.h; sourceTree = ""; }; 6B563787B475E138B99D047A2373BADB /* Lazy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Lazy.h; path = folly/Lazy.h; sourceTree = ""; }; + 6B56E9BC2C11577B9B00522D19EA4CE7 /* RCTValueAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTValueAnimatedNode.m; sourceTree = ""; }; 6B631A92EB31541DD1E5AF27F9974C0B /* fast-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fast-dtoa.cc"; path = "double-conversion/fast-dtoa.cc"; sourceTree = ""; }; + 6B6E5D6932C0D562DB4009B77A904FF8 /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm64.S"; sourceTree = ""; }; 6B79BFF083B5FFA6D374A077C7DBFE5B /* Flipper-Glog-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Flipper-Glog-dummy.m"; sourceTree = ""; }; 6B7E167EBAE1B66CF3424614021F35B6 /* ClockGettimeWrappers.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ClockGettimeWrappers.cpp; path = folly/ClockGettimeWrappers.cpp; sourceTree = ""; }; - 6B8747211390899A50607C121E2F89BE /* BSG_KSObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjC.h; sourceTree = ""; }; 6B888FCA3A56CA1CA6E6F0CBED255517 /* TOCropViewControllerTransitioning.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCropViewControllerTransitioning.m; path = "Objective-C/TOCropViewController/Models/TOCropViewControllerTransitioning.m"; sourceTree = ""; }; 6B8E83314CF933CBAFE49C7227667187 /* MiniPBCoder_OSX.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MiniPBCoder_OSX.cpp; path = Core/MiniPBCoder_OSX.cpp; sourceTree = ""; }; 6B91AEE1F9DEF2FEA26402031DBF986A /* FlipperInitConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperInitConfig.h; path = xplat/Flipper/FlipperInitConfig.h; sourceTree = ""; }; 6BA90A091B790BE2A8079782D7A08882 /* FIRInstallationsStoredAuthToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStoredAuthToken.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.m; sourceTree = ""; }; - 6BA9A26E2876148FFA46B295BCF50D92 /* ja.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ja.lproj; path = ios/QBImagePicker/QBImagePicker/ja.lproj; sourceTree = ""; }; - 6BD6FEC5CB51E8431772F4DD4F998EE8 /* RNDocumentPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDocumentPicker.h; path = ios/RNDocumentPicker/RNDocumentPicker.h; sourceTree = ""; }; + 6BAE7F56805F725EFF7115471934620C /* ARTLinearGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTLinearGradient.m; sourceTree = ""; }; + 6BC73CE652A7E8C25A44A531191AD001 /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; + 6BC84C16D83F95A0157AEA5424A09F8E /* react-native-document-picker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-document-picker-dummy.m"; sourceTree = ""; }; 6BDDAD7D235B2E81F3A154616267A68C /* FIRCLSHost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSHost.h; path = Crashlytics/Crashlytics/Components/FIRCLSHost.h; sourceTree = ""; }; 6BF3DF3337117B3025A4BABBF1F457BB /* thread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = thread.h; path = src/event2/thread.h; sourceTree = ""; }; - 6BFAA89B3DB9E0B1FBD834E9B50055A2 /* RCTActionSheetManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTActionSheetManager.mm; sourceTree = ""; }; - 6BFC660A968D2F15BB84C70C1520CC1A /* VibrancyView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = VibrancyView.m; path = ios/VibrancyView.m; sourceTree = ""; }; + 6C05B1087407F28F8DBECCE8E55183B8 /* RCTConvert+FIRApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FIRApp.h"; path = "ios/RNFBApp/RCTConvert+FIRApp.h"; sourceTree = ""; }; + 6C074AEC2218765735370728CE63E128 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 6C1063BA2B9B3B0BA41CC31A434A5F2A /* RNForceTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNForceTouchHandler.h; sourceTree = ""; }; + 6C131F482B018C042835E763E4053201 /* EXConstants-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXConstants-prefix.pch"; sourceTree = ""; }; 6C1DE546B0319937F7A440525CB6DD07 /* FIRCLSUUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUUID.m; path = Crashlytics/Shared/FIRCLSUUID.m; sourceTree = ""; }; - 6C2604436F1E024FBDF3AF99E4FDD05B /* REAUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REAUtils.h; path = ios/REAUtils.h; sourceTree = ""; }; - 6C33147532421B945104DEC0983F251B /* UMFontScalerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalerInterface.h; path = UMFontInterface/UMFontScalerInterface.h; sourceTree = ""; }; - 6C39B1AE2A47A5CCEC117A966E77C454 /* REAAllTransitions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAAllTransitions.h; sourceTree = ""; }; 6C3D1B2CD5D89B2C758F92FA4913F711 /* GoogleDataTransportCCTSupport.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransportCCTSupport.release.xcconfig; sourceTree = ""; }; + 6C4337E3BA2A195743B2AE06AB03FA0A /* JsArgumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JsArgumentHelpers.h; sourceTree = ""; }; + 6C4F65716B45CCF4C00C7331F05251F3 /* TurboModuleBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleBinding.h; path = turbomodule/core/TurboModuleBinding.h; sourceTree = ""; }; 6C5E670C42AF99BE0F73E19F2BB1A2E9 /* demux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = demux.h; path = src/webp/demux.h; sourceTree = ""; }; - 6C652D7493EF7A264B11D482404A8996 /* react-native-simple-crypto.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "react-native-simple-crypto.modulemap"; sourceTree = ""; }; - 6C6B72E14C752AC38D0E6F874B475419 /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; - 6C766963641258C96B9032BD883A99AF /* BSG_KSCrashDoctor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashDoctor.h; sourceTree = ""; }; - 6C7808A4C92632C172528C81DF6A3533 /* RNDeviceInfo-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDeviceInfo-dummy.m"; sourceTree = ""; }; 6C82545394C91C63294CFE4A57A347BD /* idec_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = idec_dec.c; path = src/dec/idec_dec.c; sourceTree = ""; }; + 6C913575318DECD3CCF517F48A32F389 /* RNFBApp.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFBApp.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 6C92C0FB93D9A6B5BB756369756BC9A7 /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; 6C9A8B52CD04055445C5A10CDDAF7C0E /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = SDWebImage/Core/SDImageLoadersManager.m; sourceTree = ""; }; - 6CB3706820435745D6FD4D38E142ADFC /* UMAppLoaderProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMAppLoaderProvider.m; path = UMAppLoader/UMAppLoaderProvider.m; sourceTree = ""; }; + 6CB38D7DC1AEC588A1FA3151A4635163 /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; 6CBEFE4F9E22AFDC6347A739BB35FF8C /* libCocoaAsyncSocket.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libCocoaAsyncSocket.a; path = libCocoaAsyncSocket.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 6CCA007C0855E826753E08519BF20529 /* UMDeviceMotionInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDeviceMotionInterface.h; path = UMSensorsInterface/UMDeviceMotionInterface.h; sourceTree = ""; }; - 6CF4628F0256B1CAFD09491759F5EA8B /* react-native-background-timer.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-background-timer.release.xcconfig"; sourceTree = ""; }; - 6D20EF6282ABDEDD9B30AD34728F4BE2 /* EXKeepAwake.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXKeepAwake.m; path = EXKeepAwake/EXKeepAwake.m; sourceTree = ""; }; + 6CF4924C7417E63EAD4938C35BF7B198 /* react-native-orientation-locker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-orientation-locker.release.xcconfig"; sourceTree = ""; }; + 6D2C1C21002BA837785B9B04ECFE2547 /* UMFontScalersManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalersManagerInterface.h; path = UMFontInterface/UMFontScalersManagerInterface.h; sourceTree = ""; }; 6D420B4DBE40630F8CCC20339424553C /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Sources/Private/FIRComponentContainer.h; sourceTree = ""; }; - 6D49B576C8D8D847BA7119BD1359D61F /* ObservingInputAccessoryViewTemp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ObservingInputAccessoryViewTemp.h; sourceTree = ""; }; 6D50D14EB9726B769C2185B481E625E7 /* Parallel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Parallel.h; path = folly/gen/Parallel.h; sourceTree = ""; }; - 6D51787BA2A2079D1B905C5D0D4F3796 /* EXVideoThumbnails.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXVideoThumbnails.debug.xcconfig; sourceTree = ""; }; + 6D50F32BF9A63201240E018732A575F1 /* RNCMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCMaskedView.m; path = ios/RNCMaskedView.m; sourceTree = ""; }; 6D5248E8AFB5A1CCAC4BA2D01419C455 /* Bits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bits.h; path = folly/lang/Bits.h; sourceTree = ""; }; + 6D52E1EC196569EA251B8E2FC72F3C36 /* ARTGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTGroup.m; path = ios/ARTGroup.m; sourceTree = ""; }; 6D59EB8B78779F9EA55989B300F44159 /* FIRCLSAllocate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSAllocate.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSAllocate.h; sourceTree = ""; }; 6D60DC773ED9A638954E2BC86A2FD627 /* libwebp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = libwebp.release.xcconfig; sourceTree = ""; }; + 6D634AA8C41A67EFE129EE9611809BDB /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; 6D65F1A831B333D8CF7EB66829B4339A /* libreact-native-blur.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-blur.a"; path = "libreact-native-blur.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 6D6C6FAC22F10A5997A189134FC8431B /* RCTTurboModuleManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModuleManager.h; sourceTree = ""; }; + 6D72A8280E73677F19925808B3EB71C7 /* RNCPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCPicker.h; path = ios/RNCPicker.h; sourceTree = ""; }; + 6D7346CAF21F91D83105D5120265D77E /* RNNotificationCenterMulticast.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenterMulticast.m; path = RNNotifications/RNNotificationCenterMulticast.m; sourceTree = ""; }; 6D73E375B560AF218AE2AF4BA31730AD /* bufferevent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bufferevent.h; path = src/event2/bufferevent.h; sourceTree = ""; }; - 6D80216B746E66FF364A6A8519E30778 /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; - 6D843D9CD648FB77F5EE9FF5ACEA4ECD /* RNFBCrashlytics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFBCrashlytics-dummy.m"; sourceTree = ""; }; 6D861316CC97FBDB3DF0B006C5597405 /* FIRExceptionModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRExceptionModel.m; path = Crashlytics/Crashlytics/FIRExceptionModel.m; sourceTree = ""; }; - 6D9D9A067EDF4B886292E1304BC72B8C /* React-RCTBlob.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.debug.xcconfig"; sourceTree = ""; }; + 6D913233CA553C6595CADEC9AEE553A5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 6D995DCCC16077D426D55DE2778119FF /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 6DA028C5F8099A49B66F89104620E009 /* FireAndForgetResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FireAndForgetResponder.cpp; path = rsocket/statemachine/FireAndForgetResponder.cpp; sourceTree = ""; }; 6DA2987C15726CA925D4C3195CBE80D8 /* FIRStackFrame_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRStackFrame_Private.h; path = Crashlytics/Crashlytics/Private/FIRStackFrame_Private.h; sourceTree = ""; }; 6DA2BB4160FD7BAD56FEF89E1499C02F /* ManualTimekeeper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ManualTimekeeper.h; path = folly/futures/ManualTimekeeper.h; sourceTree = ""; }; - 6DB0AC95241F579A3ACFBD26952453AD /* EXFileSystem.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXFileSystem.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 6DA3D2DB50E0457A08F0CD77D8E20E09 /* RCTSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSlider.m; sourceTree = ""; }; + 6DAA07F9B18F488404697C02CC478BA1 /* RCTTypeSafety-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTTypeSafety-dummy.m"; sourceTree = ""; }; 6DB0CD0B4046E0513F1D4064BDA1E73A /* crashlytics.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = crashlytics.nanopb.c; path = Crashlytics/Protogen/nanopb/crashlytics.nanopb.c; sourceTree = ""; }; 6DDCE98AB8DC4764E1FAB4ED28805080 /* HardwareConcurrency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HardwareConcurrency.h; path = folly/system/HardwareConcurrency.h; sourceTree = ""; }; - 6DF7297F5CDA5581F4FA44088A2097A3 /* ARTRenderableManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTRenderableManager.h; sourceTree = ""; }; - 6E04F2A241B2B183F3D8A822864B760E /* LICENSE.txt */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.txt; sourceTree = ""; }; - 6E075784007E2D319862BA72A46015F7 /* RNCSafeAreaViewEdges.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaViewEdges.m; path = ios/SafeAreaView/RNCSafeAreaViewEdges.m; sourceTree = ""; }; + 6DDDD8A213730C50FA95B65AE6FE799B /* RNGestureHandlerRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerRegistry.m; path = ios/RNGestureHandlerRegistry.m; sourceTree = ""; }; + 6DDFF012BA42BC4C707E500A6E1C9F66 /* GULLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerLevel.h; path = GoogleUtilities/Logger/Public/GULLoggerLevel.h; sourceTree = ""; }; + 6DE6A21AFE5E9F7228A18EB2CC7330FD /* BugsnagSessionFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionFileStore.m; sourceTree = ""; }; + 6E0C24C8ABD3A40A5A7E5FCAC3122099 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 6E0DC02D2CBB4E83810E20904F4A94A9 /* F14MapFallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14MapFallback.h; path = folly/container/detail/F14MapFallback.h; sourceTree = ""; }; 6E15BEBE80D07141821A953B32F8665C /* ripemd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ripemd.h; path = ios/include/openssl/ripemd.h; sourceTree = ""; }; - 6E1DFE0D3B5AF43B8C84A3E7966B2B1B /* QBAlbumCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumCell.h; path = ios/QBImagePicker/QBImagePicker/QBAlbumCell.h; sourceTree = ""; }; + 6E2D6371FFB2B8CE65ECCDF87A3A3820 /* TurboModuleBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModuleBinding.cpp; path = turbomodule/core/TurboModuleBinding.cpp; sourceTree = ""; }; 6E30690E9943B49ED8BBF818F98E88C7 /* AtomicUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicUtils.h; path = folly/synchronization/detail/AtomicUtils.h; sourceTree = ""; }; 6E4A9AE0B2E9BA8C1C6197E59D70BACE /* FIRCLSInternalReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSInternalReport.m; path = Crashlytics/Crashlytics/Models/FIRCLSInternalReport.m; sourceTree = ""; }; - 6E4FB1B3AFC4E3774C5FF0C4B55ED02E /* RCTInputAccessoryShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryShadowView.m; sourceTree = ""; }; - 6E76B0D19598070AF15C8E40D3E9CB2E /* GULSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSwizzler.h; path = GoogleUtilities/MethodSwizzler/Private/GULSwizzler.h; sourceTree = ""; }; + 6E5AE8C44D6F733CCDE55E32134FF478 /* RCTLinkingPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLinkingPlugins.h; path = Libraries/LinkingIOS/RCTLinkingPlugins.h; sourceTree = ""; }; + 6E6102B063F9ABE336D28C3B34BAC84C /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = event.h; sourceTree = ""; }; + 6E6B04CE670087DDF474FBCF2BB45B59 /* Rsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Rsa.h; sourceTree = ""; }; + 6E75ABAC0882DCD520D4F96FBF2E6CCD /* RNGestureHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandler.m; path = ios/RNGestureHandler.m; sourceTree = ""; }; 6E803959C68AF2D291AB73175966820A /* ScheduledSubscription.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScheduledSubscription.cpp; path = rsocket/internal/ScheduledSubscription.cpp; sourceTree = ""; }; - 6E904A227C3FE457C01C1EC73FA8DA97 /* BSG_KSCrashAdvanced.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashAdvanced.h; sourceTree = ""; }; + 6E8DE5EF3FC71BF3CA5C46D5A3684B81 /* ARTSolidColor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTSolidColor.m; sourceTree = ""; }; + 6EC4839184FE2B2402FAD3462088F5D8 /* UMEventEmitterService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitterService.h; sourceTree = ""; }; 6EC92D96BA4130E646EE570999BE56EC /* FIRInstallationsErrorUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsErrorUtil.h; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.h; sourceTree = ""; }; - 6ED2D6A04D6FD6000CA54B6F9F847023 /* RNReanimated.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNReanimated.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 6EF150234A75B08D1602D5F5CD063E4F /* FIRInstallationsIIDStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIIDStore.m; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.m; sourceTree = ""; }; 6F2B73DEB95AD65B0F8B8371305D10A8 /* Parallel-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Parallel-inl.h"; path = "folly/gen/Parallel-inl.h"; sourceTree = ""; }; + 6F4B2C03278B019580E65F57387CC11A /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; + 6F6B2A2437B1240932C2FA824A54514F /* UMViewManagerAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapter.h; sourceTree = ""; }; 6F718F7B37DD6F239BD9C833E376A6D4 /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheOperation.m"; path = "SDWebImage/Core/UIView+WebCacheOperation.m"; sourceTree = ""; }; - 6F730836B4EFB479F5E1AD9372D69A04 /* RCTSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSpringAnimation.h; sourceTree = ""; }; 6F8594EF5847E3B2F915EC7CA133A62A /* FIRCLSNetworkOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSNetworkOperation.h; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSNetworkOperation.h; sourceTree = ""; }; + 6F8BA9871C1B88DBA692E1D92ED7F8DC /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceRootView.mm; sourceTree = ""; }; + 6FA442AAB4FDEAEE4BA70D9584FC4600 /* RCTImageEditingManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageEditingManager.mm; sourceTree = ""; }; + 6FB8C549A2D216B00763511132C6A0FE /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; 6FC31A3BB6F8B5DBFEA9C47E4A72A046 /* SKIOSNetworkAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKIOSNetworkAdapter.h; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/SKIOSNetworkAdapter.h; sourceTree = ""; }; - 6FC95942C8E7F7A88AED7844C86293A5 /* HighlighterViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HighlighterViewManager.h; sourceTree = ""; }; + 6FCBCE0FA44548A2DC2AD1E0078B8545 /* ARTBrush.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTBrush.h; sourceTree = ""; }; + 6FCD5C3CD84CF6CA617B88C41DCED67F /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; 6FE76BAFD3E50E24EAC8852D95B62FA1 /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = SDWebImage/Core/SDAnimatedImage.h; sourceTree = ""; }; 6FFB7B2992BB53405E6B771A5BA1E97D /* libDoubleConversion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libDoubleConversion.a; path = libDoubleConversion.a; sourceTree = BUILT_PRODUCTS_DIR; }; 6FFEC0B71BAAA2833F594D9DE4A5C56E /* Flipper-DoubleConversion.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-DoubleConversion.release.xcconfig"; sourceTree = ""; }; - 700CF89718B60C00AD0E59F0A9235242 /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; - 7031E1BFA220F514070D1D16ABDF2116 /* jsilib-posix.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = "jsilib-posix.cpp"; sourceTree = ""; }; + 7031C0DD93E45837895C68A0E654A945 /* EXVideoThumbnails.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXVideoThumbnails.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 703921FCD7B0FBDE6E5F831E42217371 /* Flipper-PeerTalk-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Flipper-PeerTalk-prefix.pch"; sourceTree = ""; }; + 70399F2EB8F2134BFFFC71FD6E8B9918 /* React-cxxreact.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.debug.xcconfig"; sourceTree = ""; }; + 703C1BB74E03E1FA6212C61ADFA7CBA0 /* ARTSurfaceView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTSurfaceView.m; path = ios/ARTSurfaceView.m; sourceTree = ""; }; + 704C525C1E2E631E369793D288EDC211 /* GULNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetwork.m; path = GoogleUtilities/Network/GULNetwork.m; sourceTree = ""; }; + 706BD084D3614677F1F93407910DC559 /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDeviceInfo.h; path = React/CoreModules/RCTDeviceInfo.h; sourceTree = ""; }; + 707120DD0B50E19FE10F2FB2F46CE503 /* EXVideoPlayerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewController.h; sourceTree = ""; }; 70735C22847AF52492A4E1C2786C80DA /* lossless_enc_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_msa.c; path = src/dsp/lossless_enc_msa.c; sourceTree = ""; }; + 707B5972B78A11D23C88E947EDAFEEDA /* EXHaptics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXHaptics.debug.xcconfig; sourceTree = ""; }; 70889C20B2B9CB6BFEB33E64450AAA66 /* FIRCLSFeatures.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFeatures.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h; sourceTree = ""; }; + 7088A6574CAAC8312D11A27D45D3931C /* NSDataBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NSDataBigString.h; sourceTree = ""; }; + 70A8C6FDEE4DE08A84413668A69499FF /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; 70ACFD097CEC9691CBC2F6EE5CE13D76 /* OpenSSLUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OpenSSLUtils.cpp; path = folly/io/async/ssl/OpenSSLUtils.cpp; sourceTree = ""; }; + 70C5F8825983D439F7613DFE8ED65B37 /* BSGSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGSerialization.h; sourceTree = ""; }; + 70D3842005D4B48F1A7A26D832E4D45C /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHTTPRequestHandler.h; path = Libraries/Network/RCTHTTPRequestHandler.h; sourceTree = ""; }; + 7101DBFB47A3DACE072B4BCBF4D3A2E7 /* jsilib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsilib.h; sourceTree = ""; }; 71226302BE45A7B0F501A945DA65C8AB /* glog.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.debug.xcconfig; sourceTree = ""; }; + 7123BFB46004B3431DD663F033E03DD1 /* react-native-safe-area-context-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-safe-area-context-dummy.m"; sourceTree = ""; }; 7125FF740077098B59A78E66EB1F40FE /* Pods-ShareRocketChatRN.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-ShareRocketChatRN.modulemap"; sourceTree = ""; }; - 7143D84619784393D94401910DE2F013 /* Shared.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Shared.h; sourceTree = ""; }; + 71422610A71BCC782162D4C1985042BE /* REAFunctionNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAFunctionNode.m; sourceTree = ""; }; 7147C2A50B1A4E9B50D4743768A6DAA2 /* ProtocolVersion.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ProtocolVersion.cpp; path = rsocket/framing/ProtocolVersion.cpp; sourceTree = ""; }; 71484EB728EF2BD10A80516F52EF1833 /* TestSubscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TestSubscriber.h; path = yarpl/flowable/TestSubscriber.h; sourceTree = ""; }; 7157FC7634DAC29CD337EC7A7C0349B6 /* Flipper-PeerTalk.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-PeerTalk.release.xcconfig"; sourceTree = ""; }; 7182D45BF8BC1E8C313FD6330F6D3B88 /* GDTCOREvent+GDTCCTSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GDTCOREvent+GDTCCTSupport.m"; path = "GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCOREvent+GDTCCTSupport.m"; sourceTree = ""; }; - 718943491CC8D969D7BA4A63A3CC240F /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; 718BB8333B0F2AF0FD3F8AC14960DB95 /* GDTCOREvent_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREvent_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCOREvent_Private.h; sourceTree = ""; }; - 719905B6632ED1EA36743269AC271928 /* QBSlomoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBSlomoIconView.m; path = ios/QBImagePicker/QBImagePicker/QBSlomoIconView.m; sourceTree = ""; }; 719A358C95C4D18F0996733D16D8DF75 /* FrameFlags.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FrameFlags.cpp; path = rsocket/framing/FrameFlags.cpp; sourceTree = ""; }; - 71B862867B68A60B59B8B7CD248BCA1E /* REATransformNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransformNode.h; sourceTree = ""; }; + 71C4F8A509858F0EEF216A83E95038B7 /* UMFaceDetectorInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFaceDetectorInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 71DDBA22A54A2202A50E664AA0487711 /* FIRInstallationsHTTPError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsHTTPError.h; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.h; sourceTree = ""; }; - 721AC8A1EA4AAA5B1F3976F1DF05A811 /* BSG_KSArchSpecific.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSArchSpecific.h; sourceTree = ""; }; + 71F85104E15DF327B11C6C8453AF51AA /* EXPermissions.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXPermissions.release.xcconfig; sourceTree = ""; }; + 71FD17783F95E2307B7E3ABB57E63FCF /* RNFastImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFastImage-dummy.m"; sourceTree = ""; }; 721E5C5CA3B7FFC6A3BFE71F5AAB9DCA /* visibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = visibility.h; path = src/event2/visibility.h; sourceTree = ""; }; - 7224F4F6F3CF90212229C2B708F5FC2D /* UMCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCore.release.xcconfig; sourceTree = ""; }; - 723B40B79C57C810431A92944D1FACB8 /* NSDataBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NSDataBigString.h; sourceTree = ""; }; - 724974B0E7925F98994D3CAF6E6DEB92 /* RootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RootView.m; path = ios/RootView.m; sourceTree = ""; }; + 7240364BB7ECA752079255E9550DC1B0 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 724222916FDF729109D5383D15A87522 /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; + 724EFD210DEA7870D40BD8ADA7C3B631 /* QBVideoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIconView.h; path = ios/QBImagePicker/QBImagePicker/QBVideoIconView.h; sourceTree = ""; }; 72558F571738704549E1838E845D2770 /* libEXLocalAuthentication.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXLocalAuthentication.a; path = libEXLocalAuthentication.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 7269BD086EEEC468227F23935738531E /* UMCameraInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCameraInterface.debug.xcconfig; sourceTree = ""; }; 7284BE298526DE78C58427749C524E83 /* random_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = random_utils.h; path = src/utils/random_utils.h; sourceTree = ""; }; 72870748BF81DCEEF46E35D6AB6DE330 /* UIImage+ForceDecode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ForceDecode.m"; path = "SDWebImage/Core/UIImage+ForceDecode.m"; sourceTree = ""; }; - 72885251281C0F93D0DEA481E95DCAFC /* react-native-orientation-locker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-orientation-locker.debug.xcconfig"; sourceTree = ""; }; - 728F6769C04E37B0EE21CC943C97ABEB /* EXAudioRecordingPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioRecordingPermissionRequester.h; path = EXAV/EXAudioRecordingPermissionRequester.h; sourceTree = ""; }; - 7291020222CAA31DD8ADB5F9DABF8AF7 /* RNLocalize-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNLocalize-dummy.m"; sourceTree = ""; }; 729497AD49DA3890D6D3A38C2E450F46 /* FIRCLSMachO.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMachO.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachO.m; sourceTree = ""; }; - 729EE69E13E54D8927D5B2EDE144589D /* EXSessionDownloadTaskDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXSessionDownloadTaskDelegate.m; sourceTree = ""; }; - 72AEB3BD68CDE6B37221B1707A3E75D2 /* RNEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNEventEmitter.m; path = RNNotifications/RNEventEmitter.m; sourceTree = ""; }; - 72C8CC6514D001CD2751ECEBAFD50F1A /* GULHeartbeatDateStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULHeartbeatDateStorage.m; path = GoogleUtilities/Environment/GULHeartbeatDateStorage.m; sourceTree = ""; }; - 72D87B5455C42C975BE6B854D2D3893F /* TurboModuleBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModuleBinding.cpp; path = turbomodule/core/TurboModuleBinding.cpp; sourceTree = ""; }; - 72DCBAB566E7D46B89A9E7E490404F46 /* UMFontManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontManagerInterface.h; path = UMFontInterface/UMFontManagerInterface.h; sourceTree = ""; }; + 72C2303716E7E544157684BD0531182D /* BSG_KSCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry.h; sourceTree = ""; }; + 72D1ACE1042EF3C61A172B76FC474520 /* react-native-webview.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-webview.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 72DE4BF3FB9CE0858E90F96FEF8A53AE /* libRNDateTimePicker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNDateTimePicker.a; path = libRNDateTimePicker.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 72DEAB027E706AAB83F0AE4383D395A9 /* BSG_KSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSLogger.m; sourceTree = ""; }; - 72E0AC19E55696594533B20555734F3D /* react-native-webview.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-webview.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 72E4797CF8DDAD46E7ADA80AB4F0609D /* JSIExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSIExecutor.cpp; path = jsireact/JSIExecutor.cpp; sourceTree = ""; }; 72E494917AC5EC2582197F07061A28B0 /* libEXPermissions.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXPermissions.a; path = libEXPermissions.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 72F202DD289F582C14C88B797856D7FB /* RNCAsyncStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAsyncStorage.m; path = ios/RNCAsyncStorage.m; sourceTree = ""; }; + 72F0BC3464E6528FEF45F552EE41C0AC /* react-native-simple-crypto-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-simple-crypto-prefix.pch"; sourceTree = ""; }; 72F2D2D2A05538565B7E0551735184F1 /* cct.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cct.nanopb.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h; sourceTree = ""; }; 730556F68595133BD4C32BC4171FBDE9 /* HazptrObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrObj.h; path = folly/synchronization/HazptrObj.h; sourceTree = ""; }; - 73236AEC23C14548045B4DC4E82D0095 /* RCTUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextView.h; sourceTree = ""; }; - 73676A8DDBE9CA35B931BCA10CC5636B /* RCTDatePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePicker.m; sourceTree = ""; }; - 73728E59E9AC89979E754C49279982D5 /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; - 7388E740C032DBA9EF4890F70C6E4CEA /* RNGestureHandler-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNGestureHandler-dummy.m"; sourceTree = ""; }; + 73260C8572225C8014430F1919F805CB /* RNImageCropPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNImageCropPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 734C8E4BC89C8F01BCC3E27668DC7881 /* UMConstantsInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMConstantsInterface.debug.xcconfig; sourceTree = ""; }; + 737D309F650EAA414F379B6BEB0950A3 /* RCTI18nManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTI18nManager.mm; sourceTree = ""; }; + 738956F9CC1E2B45686DC90A55AD3395 /* BSG_KSDynamicLinker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSDynamicLinker.h; sourceTree = ""; }; 738C6B6E9169BE2D4B6F6BDEAD7E0359 /* endian_inl_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = endian_inl_utils.h; path = src/utils/endian_inl_utils.h; sourceTree = ""; }; - 73989356532406432F25FC28C53757A0 /* UMViewManagerAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapter.h; sourceTree = ""; }; 7399E0BFA69307474E43AED1CCF826B4 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Sources/Private/FIROptionsInternal.h; sourceTree = ""; }; 739F466C5540DA8E136AA5804151AA72 /* FlipperClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperClient.h; path = xplat/Flipper/FlipperClient.h; sourceTree = ""; }; - 73A16102B2018BA31D7EFB9EF4A652D4 /* React-callinvoker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-callinvoker.debug.xcconfig"; sourceTree = ""; }; 73A98A77CD3A29D350923E4ABEFB2250 /* MMKV.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MMKV.debug.xcconfig; sourceTree = ""; }; + 73B1FD340D0E31781AB2DDD52ED94003 /* EXConstants.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXConstants.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 73D02A9E80426CEB36A606AA0B06A9E7 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 73E2B26B49CCF57F4F2FBF4809F14470 /* FBLPromises.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromises.h; path = Sources/FBLPromises/include/FBLPromises.h; sourceTree = ""; }; - 74078EC14A75838BD67C1C35BE61B321 /* RCTInspectorDevServerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorDevServerHelper.h; sourceTree = ""; }; + 73E68BFFEF2D9F79377DDBCF1D8EA68B /* QBImagePickerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBImagePickerController.m; path = ios/QBImagePicker/QBImagePicker/QBImagePickerController.m; sourceTree = ""; }; + 73F8144DCB6BD6FCDCF1EE7F69F05523 /* RCTKeyCommandConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTKeyCommandConstants.m; path = ios/KeyCommands/RCTKeyCommandConstants.m; sourceTree = ""; }; + 73FBE46C3F16D233E2242553C597F349 /* RCTTransformAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTransformAnimatedNode.m; sourceTree = ""; }; + 74081050700BF5CB49284C13A580DF52 /* RNImageCropPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNImageCropPicker.debug.xcconfig; sourceTree = ""; }; 740E3F21A2345367A0E1E8A7430F17B5 /* cast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cast.h; path = ios/include/openssl/cast.h; sourceTree = ""; }; - 7413EE6DBF1AC157F060058A535851A2 /* UMGyroscopeInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMGyroscopeInterface.h; path = UMSensorsInterface/UMGyroscopeInterface.h; sourceTree = ""; }; - 741EB95C0E2C993307CF55653185C60C /* QBImagePicker.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = QBImagePicker.storyboard; path = ios/QBImagePicker/QBImagePicker/QBImagePicker.storyboard; sourceTree = ""; }; - 7437B5D00DDFD8473220DDB52602C82A /* react-native-appearance.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-appearance.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 74168BBA4DD66DB5067462EF1B20A4B5 /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; 74560CC510D37D57F437D1F3E3B31B90 /* GDTCORTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORTransformer.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORTransformer.m; sourceTree = ""; }; 746FA0BBE67532F465D29859821FC4CE /* Dirent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Dirent.h; path = folly/portability/Dirent.h; sourceTree = ""; }; - 74A8FC08F2B447B5B7E18E49212906DB /* RsaFormatter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RsaFormatter.h; sourceTree = ""; }; - 74B5E20D68E642ECCD6708CF0DCAD679 /* RCTView+SafeAreaCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTView+SafeAreaCompat.m"; path = "ios/SafeAreaView/RCTView+SafeAreaCompat.m"; sourceTree = ""; }; + 7499AE1CD6FA7917C23F8264BF6D1615 /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; + 749A9FD28E9D0E2E26FEFA3CB6C51742 /* RNGestureHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandler.h; path = ios/RNGestureHandler.h; sourceTree = ""; }; + 74B4A9A98C91FB7AE22ABFAFD0A8AAF5 /* RNFBAppModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBAppModule.h; path = ios/RNFBApp/RNFBAppModule.h; sourceTree = ""; }; 74D6D351BA93FCDA1515ACD895EE361F /* HazptrHolder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrHolder.h; path = folly/synchronization/HazptrHolder.h; sourceTree = ""; }; 74DBFAF01E3614054C37B9B96562D26C /* SKNamed.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKNamed.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNamed.mm; sourceTree = ""; }; + 74E046DC200091BD11B686E38F5EF577 /* RNFetchBlobReqBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobReqBuilder.h; path = ios/RNFetchBlobReqBuilder.h; sourceTree = ""; }; 74F3803F542E8771E6192D36D0FC01A7 /* RSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocket.h; path = rsocket/RSocket.h; sourceTree = ""; }; + 75115AC85BF3FA90D1B09323091BA2B1 /* REASetNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REASetNode.h; sourceTree = ""; }; + 75142469360160A29114C49BE60A9BA9 /* react-native-notifications.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-notifications.debug.xcconfig"; sourceTree = ""; }; + 752B14194E6FB7F6BB40E18FE5F86A5E /* KeyCommands.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KeyCommands.release.xcconfig; sourceTree = ""; }; 75364908BF6A650FF3D57C3619C85A33 /* SDAssociatedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAssociatedObject.h; path = SDWebImage/Private/SDAssociatedObject.h; sourceTree = ""; }; 753784CB92204D241BA96D017F0FA675 /* CString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CString.cpp; path = folly/lang/CString.cpp; sourceTree = ""; }; 7543099DFCF3098C6A1B696B827EECE3 /* GoogleAppMeasurement.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.debug.xcconfig; sourceTree = ""; }; 75554076E2F2CF6641A8AF612E276040 /* Enumerate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Enumerate.h; path = folly/container/Enumerate.h; sourceTree = ""; }; + 755670D96B718C5C37FFF1D692FCD002 /* RCTPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerConnection.h; sourceTree = ""; }; 755D288E71799C55B35C4C01FA4E9849 /* FirebaseInstallations-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseInstallations-dummy.m"; sourceTree = ""; }; - 75718D880731ABF38145370C0B66CD20 /* BSG_KSMach_x86_64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_64.c; sourceTree = ""; }; - 75A977C87BF5E040DF07DE5709A4C010 /* REASetNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REASetNode.m; sourceTree = ""; }; + 757267653E55024B5266B83A1DD4F89B /* BSG_KSCrashSentry_Signal.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_Signal.c; sourceTree = ""; }; 75AA678EBF6C67F0875FD2F3F41DD38C /* FIRCLSURLSessionTask_PrivateMethods.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSessionTask_PrivateMethods.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionTask_PrivateMethods.h; sourceTree = ""; }; 75B81694B4C54625AABB0A114A6A6ABA /* BaselinesTcp.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BaselinesTcp.cpp; path = rsocket/benchmarks/BaselinesTcp.cpp; sourceTree = ""; }; 75B8541BBD1052972DCA5E0811DA58C5 /* FIRAnalyticsConnector.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FIRAnalyticsConnector.framework; path = Frameworks/FIRAnalyticsConnector.framework; sourceTree = ""; }; - 75BFAAE24E258C08E424570C6E565C60 /* RNPanHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPanHandler.h; sourceTree = ""; }; - 75C42928321D836F303996EE268BD902 /* GULNetworkConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkConstants.h; path = GoogleUtilities/Network/Private/GULNetworkConstants.h; sourceTree = ""; }; 75C54F4BD4A8E740A1E6E8923E574ED3 /* IOObjectCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOObjectCache.h; path = folly/executors/IOObjectCache.h; sourceTree = ""; }; - 75F4036E0D4AD737642EB96CA3D75D43 /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; sourceTree = ""; }; 75FAB4B2A9D6C1EE005C3C69A279E67D /* FBLPromise+Timeout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Timeout.h"; path = "Sources/FBLPromises/include/FBLPromise+Timeout.h"; sourceTree = ""; }; - 760DC6A5B813BD761CBF8BC767648A0A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 7611F894136F4E0771206A7FC6088291 /* ReactMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ReactMarker.cpp; sourceTree = ""; }; + 760FBA164CE4D40C5152C8A412EB67A7 /* TurboModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModule.cpp; path = turbomodule/core/TurboModule.cpp; sourceTree = ""; }; 7613A9E875DBAF77677DB4C10B346C42 /* FIRComponentContainerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainerInternal.h; path = FirebaseCore/Sources/FIRComponentContainerInternal.h; sourceTree = ""; }; - 761B0FA07520E2BDC38ECFE43E631A06 /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Solid.ttf; path = Fonts/FontAwesome5_Solid.ttf; sourceTree = ""; }; 76231EC71D774BB102B80089570B7A6E /* TOCropViewControllerTransitioning.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCropViewControllerTransitioning.h; path = "Objective-C/TOCropViewController/Models/TOCropViewControllerTransitioning.h"; sourceTree = ""; }; + 762B6808AE03BB3DB53A7CBD873D57D8 /* BSG_KSCrashCallCompletion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashCallCompletion.m; sourceTree = ""; }; 762FD21B3739F5F2E25B8A6DCF36BE18 /* FrameHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameHeader.h; path = rsocket/framing/FrameHeader.h; sourceTree = ""; }; - 7634584434E7C4CB33AD329C3575B8F9 /* BSG_KSCrashSentry_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Private.h; sourceTree = ""; }; 7647854FBFB397F83ED8C01851904487 /* libcrypto.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libcrypto.a; path = ios/lib/libcrypto.a; sourceTree = ""; }; - 7650F58D597418B37BAD5544DE08E389 /* RCTTextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextAttributes.h; path = Libraries/Text/RCTTextAttributes.h; sourceTree = ""; }; 7658EE8734CC7A5E8602CE50E1ECABE2 /* F14Table.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Table.h; path = folly/container/detail/F14Table.h; sourceTree = ""; }; 765B33FFC6B0697D2F87BF025A940461 /* SDWebImageDownloaderResponseModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderResponseModifier.h; path = SDWebImage/Core/SDWebImageDownloaderResponseModifier.h; sourceTree = ""; }; 765D975B14C95CD0E5DDAF589122C261 /* stop_watch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stop_watch.h; path = folly/stop_watch.h; sourceTree = ""; }; - 76669C60209A2D4FCF269BB833B6772B /* UMNativeModulesProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMNativeModulesProxy.m; sourceTree = ""; }; - 76695462B73E91B1615661EC5D55C694 /* BugsnagCollections.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCollections.m; sourceTree = ""; }; 76896F14E643A1222C612EE96A9558E1 /* CString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CString.cpp; path = folly/lang/CString.cpp; sourceTree = ""; }; - 768F4D51D54C84BF6F09B8ADBB8EF53E /* GULUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULUserDefaults.h; path = GoogleUtilities/UserDefaults/Private/GULUserDefaults.h; sourceTree = ""; }; 769AEE4652D593F049958B31A4AF3D6E /* yuv_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_mips32.c; path = src/dsp/yuv_mips32.c; sourceTree = ""; }; - 76C30D110C24DAA76DFF3160B5501B35 /* RCTImageBlurUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageBlurUtils.m; sourceTree = ""; }; - 76CA3EEDED2A5E20E9D3D1458D5FA5B1 /* RCTValueAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTValueAnimatedNode.m; sourceTree = ""; }; - 76E1731657F2B6852E4989F5CB136ECD /* Compression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Compression.h; path = ios/src/Compression.h; sourceTree = ""; }; - 76E7C9CAF30765AB22F55A22EEC0A944 /* QBCheckmarkView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBCheckmarkView.h; path = ios/QBImagePicker/QBImagePicker/QBCheckmarkView.h; sourceTree = ""; }; + 76B6C5B83520BEBD1977F96D9B90BD28 /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; + 76BC889C5145EE1E46EC749F705D91DB /* RNCMaskedView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNCMaskedView-prefix.pch"; sourceTree = ""; }; + 76C7B352ECB59D6AD00538A93798281B /* BugsnagBreadcrumb.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagBreadcrumb.m; sourceTree = ""; }; + 76DCA31225F0F536320F9DCD363F7B05 /* HighlighterView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HighlighterView.h; sourceTree = ""; }; + 76E2ECEA10150649C9E394FD8ACABD25 /* RCTDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDecayAnimation.h; sourceTree = ""; }; 76F0FD6E0C17DADB617DF6B66B56A3E1 /* tag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tag.h; path = src/event2/tag.h; sourceTree = ""; }; - 76FC4C7C13303A2A5E7748322DDC9D41 /* React-RCTSettings-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTSettings-dummy.m"; sourceTree = ""; }; - 7704F8FBEFE7EEE7A5BC729F8ABA3258 /* LNInterpolable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNInterpolable.h; sourceTree = ""; }; + 76F2F45582CA602BD319E894FC221BB6 /* RCTSRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSRWebSocket.h; path = Libraries/WebSocket/RCTSRWebSocket.h; sourceTree = ""; }; + 77020B5DF9FF25FDF9E2208D2E674B9C /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.h; sourceTree = ""; }; 77066ED9888600814ED2D67397DD0E7D /* fast-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fast-dtoa.h"; path = "double-conversion/fast-dtoa.h"; sourceTree = ""; }; + 770A786FFE0D249F171BB2FBF797D05C /* RNFBAnalytics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFBAnalytics-prefix.pch"; sourceTree = ""; }; 7721BE1D962D54CE089AB9651B66DC3A /* Subscription.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Subscription.cpp; path = yarpl/observable/Subscription.cpp; sourceTree = ""; }; 773850A196FDB6791BA815B886377AC3 /* Builtins.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Builtins.cpp; path = folly/portability/Builtins.cpp; sourceTree = ""; }; + 773A296DC9FC5A6BC8636133EE686724 /* EXAppleAuthenticationButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppleAuthenticationButton.h; path = EXAppleAuthentication/EXAppleAuthenticationButton.h; sourceTree = ""; }; 775164EA873952B011041E713DFBCD20 /* dec_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_msa.c; path = src/dsp/dec_msa.c; sourceTree = ""; }; 77779F49900F85F220ACB9EF14BBC3B1 /* AtomicLinkedList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicLinkedList.h; path = folly/AtomicLinkedList.h; sourceTree = ""; }; 777A6CEA1DB169E129FEC44F494A83BF /* Flipper.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Flipper.debug.xcconfig; sourceTree = ""; }; - 779501FB36FA9DA3094A55FF678C5F70 /* RNGestureHandlerRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerRegistry.m; path = ios/RNGestureHandlerRegistry.m; sourceTree = ""; }; + 779F6D300A2185073CA6AA56EDB08BB3 /* RNDateTimePicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNDateTimePicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 77A4905AA8F9B58112D16BD1AE111439 /* RNCSafeAreaProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaProvider.h; path = ios/SafeAreaView/RNCSafeAreaProvider.h; sourceTree = ""; }; + 77B48393BB988BF364667988627B72CA /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; 77BBDAFB29DEEDCBB1C0E98CB8451025 /* strtod.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = strtod.cc; path = "double-conversion/strtod.cc"; sourceTree = ""; }; - 77CD1510113BAE90C54D402B64193D9C /* RNCMaskedView.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNCMaskedView.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 77D47F57764ADC03C72580A4D8058A4E /* EventCount.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventCount.h; path = folly/experimental/EventCount.h; sourceTree = ""; }; 77D646F33CEAC405A184C67743BA9C38 /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = SDWebImage/Core/SDWebImagePrefetcher.m; sourceTree = ""; }; + 7810AA7B61C66E5168A99227EFFF31A6 /* react-native-netinfo-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-netinfo-dummy.m"; sourceTree = ""; }; + 781D24F33E0BF67A5185B7C17D587155 /* Aes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Aes.m; sourceTree = ""; }; 7820A01445E127670B911E2F7714A7ED /* FIRCLSUnwind_arch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUnwind_arch.h; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arch.h; sourceTree = ""; }; - 7839F2D96277B4431678105EB411A0BA /* GULAppDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULAppDelegateSwizzler_Private.h; sourceTree = ""; }; - 783FFD383FD81B55027FA28773133E96 /* RNCWKProcessPoolManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKProcessPoolManager.m; path = apple/RNCWKProcessPoolManager.m; sourceTree = ""; }; - 784877AE8D53457ACA0080F31AB8E54D /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 7862928F09842A7D47C7A8599F03B215 /* PublisherBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PublisherBase.cpp; path = rsocket/statemachine/PublisherBase.cpp; sourceTree = ""; }; 7862C607B7BE0510C2D65193F9B4B4F9 /* libTOCropViewController.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libTOCropViewController.a; path = libTOCropViewController.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 788287DA6833A06D1186481C47D0B85A /* RNNotificationEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationEventHandler.h; path = RNNotifications/RNNotificationEventHandler.h; sourceTree = ""; }; - 789FF3B7EE0059D61C7763C937C70844 /* React-jsiexecutor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsiexecutor-dummy.m"; sourceTree = ""; }; + 78632D17A6C81F2D04A9D98ADFD87CEC /* DeviceUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DeviceUID.m; path = ios/RNDeviceInfo/DeviceUID.m; sourceTree = ""; }; + 788CC0E370887A3B71DD1C573EF30B1F /* EXAppleAuthentication.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAppleAuthentication.debug.xcconfig; sourceTree = ""; }; + 78B01E7FC2B1FC5F82A3EBBC435810B0 /* GULNSData+zlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULNSData+zlib.h"; path = "GoogleUtilities/NSData+zlib/Public/GULNSData+zlib.h"; sourceTree = ""; }; 78E383F75A1316536FD489207552C079 /* Stdio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Stdio.h; path = folly/portability/Stdio.h; sourceTree = ""; }; 78E61F6F41AF9506D619EC8762A5957B /* FirebaseAnalytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalytics.debug.xcconfig; sourceTree = ""; }; - 78FD30412ED7246AB07F383D9B2AE03E /* RCTSettingsPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSettingsPlugins.mm; sourceTree = ""; }; - 7908AF05DE2D24CAA964C965EB69F7F1 /* React-RCTLinking.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.release.xcconfig"; sourceTree = ""; }; - 79252D56C698CFD25799CC4B521EFF1E /* UMBarCodeScannerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerInterface.h; sourceTree = ""; }; 792797FC9AA31485974B18F66925F055 /* SKNodeDescriptor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKNodeDescriptor.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNodeDescriptor.mm; sourceTree = ""; }; 792DB259EBB61C9322F1A516F7C515D6 /* event_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = event_struct.h; path = src/event2/event_struct.h; sourceTree = ""; }; - 7940BD2651DEDF343D573E9FCBD79638 /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; - 795764D57C74218C1DC80757258B116B /* EXVideoPlayerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoPlayerViewController.m; sourceTree = ""; }; + 794282521CF094D7E99A8B5BF4261430 /* UMDeviceMotionInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDeviceMotionInterface.h; path = UMSensorsInterface/UMDeviceMotionInterface.h; sourceTree = ""; }; + 794413679EF9D4E33E909FEEE391632C /* UMFileSystemInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFileSystemInterface.release.xcconfig; sourceTree = ""; }; 796CD8553C5802D31544788DC42D6954 /* FIRStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRStackFrame.h; path = Crashlytics/Crashlytics/Public/FIRStackFrame.h; sourceTree = ""; }; - 797053A263030741BF625E329E5086C4 /* ImageCropPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageCropPicker.h; path = ios/src/ImageCropPicker.h; sourceTree = ""; }; + 7979174E199C74B76A7458BAF5D73202 /* RNFBApp-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFBApp-prefix.pch"; sourceTree = ""; }; + 798282BDC68E3ED3CB38359E36D07972 /* RCTDiffClampAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDiffClampAnimatedNode.h; sourceTree = ""; }; 799028AACA216BADD41A165C2F4AD654 /* Flipper-Folly.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-Folly.debug.xcconfig"; sourceTree = ""; }; - 79953A84002682D319C3156FF2C14B3C /* LongLivedObject.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LongLivedObject.cpp; path = turbomodule/core/LongLivedObject.cpp; sourceTree = ""; }; - 7996B01E669016211C1E9FB309FEA27F /* react-native-slider.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-slider.release.xcconfig"; sourceTree = ""; }; - 799B84ADE607E3B5F5DA2EF124DD3E6D /* GULReachabilityChecker+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULReachabilityChecker+Internal.h"; path = "GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h"; sourceTree = ""; }; - 799E6CA0A3DBC71F0BD2768B99BA52A1 /* GULNetworkLoggerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkLoggerProtocol.h; path = GoogleUtilities/Network/Private/GULNetworkLoggerProtocol.h; sourceTree = ""; }; 79A07B20A25B5F8E552A71848887B615 /* DoubleConversion.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DoubleConversion.release.xcconfig; sourceTree = ""; }; 79A1BDF33A0DF9405EF2566151D61261 /* CacheLocality.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CacheLocality.cpp; path = folly/concurrency/CacheLocality.cpp; sourceTree = ""; }; - 79D3F34B1220BDA7ED526FFA1223287D /* RCTLinkingPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLinkingPlugins.h; path = Libraries/LinkingIOS/RCTLinkingPlugins.h; sourceTree = ""; }; + 79CB455F34EE0243417E474527E3A498 /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; + 79D188D46EDAA009DD1CDFE99D575D09 /* RCTStyleAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStyleAnimatedNode.m; sourceTree = ""; }; 79E0A5D35BB7344824EE2C24204CAB73 /* FIRCLSSerializeSymbolicatedFramesOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSerializeSymbolicatedFramesOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSerializeSymbolicatedFramesOperation.h; sourceTree = ""; }; + 79FA97B6E71DCAB92EE5A071F047A236 /* CompactValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CompactValue.h; path = yoga/CompactValue.h; sourceTree = ""; }; 7A0F90A558FED00AB43E8DCD8BD78283 /* JemallocHugePageAllocator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JemallocHugePageAllocator.h; path = folly/experimental/JemallocHugePageAllocator.h; sourceTree = ""; }; - 7A27A32531E808540E8C8D43F12F5DB8 /* UIImage+Resize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Resize.m"; path = "ios/src/UIImage+Resize.m"; sourceTree = ""; }; 7A284FE8F2FFB51BC7D64897024818B8 /* FirebaseCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCore.h; path = FirebaseCore/Sources/Public/FirebaseCore.h; sourceTree = ""; }; 7A3134B9954D27BB17E8D00039F3C165 /* QueuedImmediateExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QueuedImmediateExecutor.h; path = folly/executors/QueuedImmediateExecutor.h; sourceTree = ""; }; - 7A452D29D9EE7CE052C324DE9F63AE3D /* REACondNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REACondNode.h; sourceTree = ""; }; + 7A354B4881B7952BE766F10F894371F0 /* UMViewManagerAdapterClassesRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapterClassesRegistry.m; sourceTree = ""; }; 7A479D89FF60C881EE796DDDF92F4FF6 /* muxinternal.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxinternal.c; path = src/mux/muxinternal.c; sourceTree = ""; }; 7A521FD27B8E3145D0A2E93916587D9C /* YogaKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "YogaKit-dummy.m"; sourceTree = ""; }; 7A6F3749C087FCF308DF196556357C7F /* FIRCLSProcess.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSProcess.c; path = Crashlytics/Crashlytics/Components/FIRCLSProcess.c; sourceTree = ""; }; - 7A733A450242065A3F62A9CEE267F84D /* RCTNativeAnimatedNodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedNodesManager.h; path = Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h; sourceTree = ""; }; 7A75E757BEF2844969C0E4EA4B7B8A74 /* FIRCoreDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsData.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsData.h; sourceTree = ""; }; 7A7B47DE6FB5556DBCC9109F3A598A05 /* Function.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Function.h; path = folly/Function.h; sourceTree = ""; }; - 7A9EC48C7EF3509A1710A4C98F5CE047 /* RCTInspector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspector.mm; sourceTree = ""; }; - 7AA7E7FD784E554499F7327FDC15C76E /* RCTVirtualTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextShadowView.h; sourceTree = ""; }; - 7AD9CD5C06D54384214C78241EBC1D24 /* EXConstants-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXConstants-prefix.pch"; sourceTree = ""; }; + 7A7F87151631B92B061118C6ECE90E71 /* UMFileSystemInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFileSystemInterface.h; path = UMFileSystemInterface/UMFileSystemInterface.h; sourceTree = ""; }; + 7A89E4A30B0E3CDA97DDDF57758BDC4E /* RCTRequired.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTRequired.release.xcconfig; sourceTree = ""; }; + 7A91D3FB33D5160F075201182130FBF5 /* RCTAnimationPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAnimationPlugins.mm; sourceTree = ""; }; + 7AA1A1F30D6D425B686F5BE9F4157F1C /* RNCSafeAreaProviderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaProviderManager.m; path = ios/SafeAreaView/RNCSafeAreaProviderManager.m; sourceTree = ""; }; + 7AB47442248DCD53C3CD5BBC929A4D30 /* RCTMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedView.h; sourceTree = ""; }; + 7ABCAEFC7D15A90961B2F0FE7C6BEFA0 /* UMReactNativeAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeAdapter.m; sourceTree = ""; }; + 7AC980CE9E0C93ACED4762B5E0445292 /* RNCSafeAreaViewEdges.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaViewEdges.m; path = ios/SafeAreaView/RNCSafeAreaViewEdges.m; sourceTree = ""; }; + 7AD97723A063BF19FEC68DF897D27118 /* RNReanimated.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNReanimated.release.xcconfig; sourceTree = ""; }; 7AE7E3CDE7CD356A9862BD899B71C9B4 /* SDDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDisplayLink.h; path = SDWebImage/Private/SDDisplayLink.h; sourceTree = ""; }; - 7B013CAD2DF222CA7021EAD5EB483865 /* RNFBApp.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFBApp.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 7B0EEB7DA1EC3630EA1AA859A96C2756 /* SKApplicationDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKApplicationDescriptor.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKApplicationDescriptor.h; sourceTree = ""; }; 7B121DCA9D609A2FBC3C80A63CCDE5D1 /* Iterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Iterator.h; path = folly/container/Iterator.h; sourceTree = ""; }; - 7B16C0CAF17D87BD8378FB79E3F81243 /* EXWebBrowser.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXWebBrowser.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 7B1731A628203B06831BEB10F2F4129C /* ro.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ro.lproj; path = "Objective-C/TOCropViewController/Resources/ro.lproj"; sourceTree = ""; }; - 7B26CCE5CCD2B21D012E39A0C2FB3126 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 7B1CC6A14233CB4B016C2990D743D6CF /* RCTTypedModuleConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTypedModuleConstants.h; sourceTree = ""; }; 7B313EA0C36D2B4AC2B1B2F462149798 /* enc_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_mips_dsp_r2.c; path = src/dsp/enc_mips_dsp_r2.c; sourceTree = ""; }; - 7B36E9CF2F9A37853EFE90CFD933D27D /* React-cxxreact.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.release.xcconfig"; sourceTree = ""; }; - 7B444503E2F06201D119A2380EAAA238 /* BugsnagSessionFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionFileStore.h; sourceTree = ""; }; - 7B51541806B7140CF45915170978B4D7 /* RCTTurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModule.h; sourceTree = ""; }; - 7B5620BCD5B2FD27CD75A16045E55FB1 /* RNRandomBytes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNRandomBytes.h; path = ios/RCTCrypto/RNRandomBytes.h; sourceTree = ""; }; + 7B3CCC623058690AD5F00C57BFB79B3D /* GULKeychainUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULKeychainUtils.m; path = GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m; sourceTree = ""; }; 7B58ACE3455CE27C415E35751B672BF8 /* Folly.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Folly.release.xcconfig; sourceTree = ""; }; - 7B65BF195BFE8652CD669510DC77661B /* RNFetchBlobProgress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobProgress.h; path = ios/RNFetchBlobProgress.h; sourceTree = ""; }; + 7B702A0FADE5DC10F1769FF5564E5765 /* RCTResizeMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTResizeMode.m; sourceTree = ""; }; + 7B89F43464D3C2841770D76BF7A11406 /* RNScreens-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNScreens-dummy.m"; sourceTree = ""; }; 7B8B9B4E0321EFB6FA2521EA586B4DFD /* json.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json.cpp; path = folly/json.cpp; sourceTree = ""; }; - 7B9AFB6F2E2BD5E79C5AC7188853A0B9 /* ARTSurfaceViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTSurfaceViewManager.h; sourceTree = ""; }; - 7BA2779BAC85C6B1E2DD5CA84D678298 /* Hmac.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Hmac.m; sourceTree = ""; }; + 7B95F534944C97E520CBDEBBE98A6007 /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; + 7BA05F55B989FF710AE258AFDEE5988E /* RCTCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxModule.h; sourceTree = ""; }; 7BA492FBDB4DBDBB89AB69B950DDB886 /* FIRCLSRecordHost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordHost.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordHost.m; sourceTree = ""; }; 7BA7E8BFE2A902C8F99FBEBECCB83C70 /* DoubleConversion.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DoubleConversion.debug.xcconfig; sourceTree = ""; }; 7BB2B66DBE1BC02B3D493F77CC0CDF91 /* ScheduledFrameTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledFrameTransport.h; path = rsocket/framing/ScheduledFrameTransport.h; sourceTree = ""; }; 7BB547ED64A1761EB0FDBE6F1B09AD24 /* vp8_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8_dec.c; path = src/dec/vp8_dec.c; sourceTree = ""; }; + 7BCFDF3E4D566ED43E69D84895C1F8B4 /* react-native-blur-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-blur-prefix.pch"; sourceTree = ""; }; 7BDB1BD5D3771A6E8D242099A07832C1 /* ScheduledSubscription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledSubscription.h; path = rsocket/internal/ScheduledSubscription.h; sourceTree = ""; }; 7BF2D83FD5825D0D3792A11C97037A85 /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = SDWebImage/Core/SDImageCoderHelper.h; sourceTree = ""; }; 7BFB611831F7F1869D42D9EA90A1EEC8 /* utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = utils.c; path = src/utils/utils.c; sourceTree = ""; }; + 7BFF4C5E83D843762B1A16E25460CB1F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 7C02134652DC0E225160FB001D088C81 /* FIRAEvent+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRAEvent+Internal.h"; path = "Crashlytics/Crashlytics/Helpers/FIRAEvent+Internal.h"; sourceTree = ""; }; - 7C04D5D0A1D167E0C1E0D11708F4DBD6 /* Octicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Octicons.ttf; path = Fonts/Octicons.ttf; sourceTree = ""; }; - 7C05B594A351BB549971F63880744C01 /* UMFontScalersManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalersManagerInterface.h; path = UMFontInterface/UMFontScalersManagerInterface.h; sourceTree = ""; }; - 7C34EF5347198F9829384D8244C9273F /* RCTTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextView.h; sourceTree = ""; }; - 7C4224729ED2CA01F3D27FBA9AEEC618 /* LICENCE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENCE; sourceTree = ""; }; + 7C177F3F39A73631C74791F4CC69AB21 /* react-native-netinfo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-netinfo.debug.xcconfig"; sourceTree = ""; }; + 7C329E3C30418AA2D458306272EC699E /* BSG_KSCrashReportFilterCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilterCompletion.h; sourceTree = ""; }; + 7C420411B1148BBC0AD7C9DE767407D3 /* RNBootSplash.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNBootSplash.debug.xcconfig; sourceTree = ""; }; 7C5CAA57C12C0FCEF7D5AAEF638D9F79 /* Cast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Cast.h; path = folly/lang/Cast.h; sourceTree = ""; }; - 7C5CFD617EFAC0677C432A234ADE7A83 /* RNReanimated-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNReanimated-prefix.pch"; sourceTree = ""; }; - 7C66FC61052AD8B9222B815285514516 /* ReactCommon.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCommon.release.xcconfig; sourceTree = ""; }; - 7C70EA35AD8CDA3CF11E6D20788F213F /* RCTAppearance.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAppearance.mm; sourceTree = ""; }; + 7C7E51D22D0BE7842EA0D1E89A7AE480 /* REABezierNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REABezierNode.h; sourceTree = ""; }; + 7C872ADBA9ED57BB2326F2B637F20D5D /* QBAlbumsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumsViewController.h; path = ios/QBImagePicker/QBImagePicker/QBAlbumsViewController.h; sourceTree = ""; }; 7C8F251FB760F233C71E159304F78453 /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = SDWebImage/Core/SDImageFrame.h; sourceTree = ""; }; 7C96F8A1AAA35B76BE7D663A69F5BD22 /* NSImage+Compatibility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSImage+Compatibility.m"; path = "SDWebImage/Core/NSImage+Compatibility.m"; sourceTree = ""; }; + 7CBB7394104549553638DD49E110C941 /* decorator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = decorator.h; sourceTree = ""; }; + 7CBB97694C96A6762AF6EE71BB906371 /* EXKeepAwake-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXKeepAwake-prefix.pch"; sourceTree = ""; }; 7CC28B5B270E7445B52FFAB5B588EFA1 /* Flipper-RSocket-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Flipper-RSocket-prefix.pch"; sourceTree = ""; }; + 7CCB3C267F8BF136BE0E86C683F7377D /* RCTMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedViewManager.m; sourceTree = ""; }; 7CCBE44A15630D879320BD8AC8FD9028 /* MMKV_IO.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKV_IO.h; path = Core/MMKV_IO.h; sourceTree = ""; }; 7CD0447938624C9437DB2425625A7AFA /* FIRCLSFABAsyncOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABAsyncOperation.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation.h; sourceTree = ""; }; - 7CF42FF7B2EBC06C1B82D50DAE22336D /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; - 7CF65B475E2DD0D558171A453E414524 /* GULSceneDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSceneDelegateSwizzler.h; path = GoogleUtilities/SceneDelegateSwizzler/Private/GULSceneDelegateSwizzler.h; sourceTree = ""; }; + 7CDA568B2D288275E97B27215362C132 /* RNNotificationParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationParser.m; path = RNNotifications/RNNotificationParser.m; sourceTree = ""; }; + 7CEB650B83477F874D24F57F0C8164BC /* JSIndexedRAMBundle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSIndexedRAMBundle.cpp; sourceTree = ""; }; + 7D04A51C12D534C5431B1127C7E1B01D /* React-RCTLinking.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTLinking.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 7D0A55543B055D21E4E2D873085D1424 /* FBLPromise+Async.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Async.m"; path = "Sources/FBLPromises/FBLPromise+Async.m"; sourceTree = ""; }; - 7D184A6F65C90BE0CE568AC1F4363B08 /* RNRootViewGestureRecognizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNRootViewGestureRecognizer.m; path = ios/RNRootViewGestureRecognizer.m; sourceTree = ""; }; - 7D5A4E43D695613ABE5660952E1BE0D8 /* EXWebBrowser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXWebBrowser.m; path = EXWebBrowser/EXWebBrowser.m; sourceTree = ""; }; + 7D0BA60BB0232FA3D6A3F4FB7D50349D /* KeyCommands.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = KeyCommands.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 7D4F28ABEAD6056D52EF74E60EC2B182 /* JSCExecutorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCExecutorFactory.h; sourceTree = ""; }; 7D5C967BD780F20E700AEA22FA14D2FE /* FIRCLSRecordHost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordHost.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordHost.h; sourceTree = ""; }; + 7D74CC114AC63595CB1F910FC51D4B8D /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; 7D778FBB5BB438017DA1A03F67FB36F4 /* FBLPromise+Always.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Always.m"; path = "Sources/FBLPromises/FBLPromise+Always.m"; sourceTree = ""; }; - 7D7A9998BC9522CCCA9AE830BBD6789B /* RCTDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDecayAnimation.h; sourceTree = ""; }; - 7D85B3A1036C1D8E8D3B74D8792ECBFD /* SharedProxyCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SharedProxyCxxModule.h; sourceTree = ""; }; - 7D86AFEA1E8D436FD296806D0744D774 /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; 7D918544FAA1512877A6DBA3F16FA19B /* GDTCCTPrioritizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTPrioritizer.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTPrioritizer.h; sourceTree = ""; }; + 7DA84AE32131D08F05F5314ADE1BBA82 /* RNBootSplash.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNBootSplash.release.xcconfig; sourceTree = ""; }; 7DC33E903E83A31D9689A6DD1A54A6ED /* FlipperCppBridgingConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FlipperCppBridgingConnection.mm; path = iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.mm; sourceTree = ""; }; - 7DDAE664C6BD4BA52FCE28BE3DC2DCC8 /* ARTSolidColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTSolidColor.h; sourceTree = ""; }; - 7DE191BE35CFD49038086C981EEDB402 /* RNRootView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNRootView.release.xcconfig; sourceTree = ""; }; + 7DD299D0224EB00320A7B02A4AD3623D /* RCTRequired.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRequired.h; path = RCTRequired/RCTRequired.h; sourceTree = ""; }; + 7DDB150D0D6A64A1DF3E63B464F3D679 /* UMSingletonModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMSingletonModule.h; path = UMCore/UMSingletonModule.h; sourceTree = ""; }; 7DEAE6497ACC519E2A1D895242035633 /* color_cache_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = color_cache_utils.h; path = src/utils/color_cache_utils.h; sourceTree = ""; }; - 7DF77F19591CE6A8C8B54CD722C85377 /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; - 7E074A29F34F6A41EF0C25CC20F1453F /* QBAlbumCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumCell.m; path = ios/QBImagePicker/QBImagePicker/QBAlbumCell.m; sourceTree = ""; }; - 7E090770D5755EB4139E3C4895934382 /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAccessibilityManager.h; path = React/CoreModules/RCTAccessibilityManager.h; sourceTree = ""; }; + 7DED7868F69719749AD0592C42793FBB /* React-RCTActionSheet.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTActionSheet.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 7E074E72FAA8B2520F43080EF554B384 /* RCTTVNavigationEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTVNavigationEventEmitter.h; path = React/CoreModules/RCTTVNavigationEventEmitter.h; sourceTree = ""; }; 7E0ABF6A3008DC62DF39C50AD01515B9 /* CodedInputData_OSX.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CodedInputData_OSX.cpp; path = Core/CodedInputData_OSX.cpp; sourceTree = ""; }; 7E103FA6ED177E4D7EF38AD267B42C58 /* libreact-native-cookies.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-cookies.a"; path = "libreact-native-cookies.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 7E109B1431C976080FCB144DF5B3CC44 /* FIRCLSReportAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportAdapter.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter.h; sourceTree = ""; }; + 7E247B417ACF7E923F4B262B8E707BAF /* GULLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULLogger.m; path = GoogleUtilities/Logger/GULLogger.m; sourceTree = ""; }; 7E259C3E6DE6F96851D12BCE522F5D90 /* GoogleDataTransportCCTSupport.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransportCCTSupport.debug.xcconfig; sourceTree = ""; }; 7E36B65BFA4D2504ADD2C4D6A1EE9025 /* vlog_is_on.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vlog_is_on.h; path = src/glog/vlog_is_on.h; sourceTree = ""; }; 7E525D8DEC88F2B11187D0F7AAD7A70A /* GULAppEnvironmentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppEnvironmentUtil.h; path = GoogleUtilities/Environment/Private/GULAppEnvironmentUtil.h; sourceTree = ""; }; 7E54145403F4EE715FDB3C24ADD2250F /* SDDeviceHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDeviceHelper.m; path = SDWebImage/Private/SDDeviceHelper.m; sourceTree = ""; }; - 7E613A038999E650A4514A3543861142 /* RNGestureHandler.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNGestureHandler.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 7E75E6E67F482C56EC4FF2D3EB7F33EA /* Hash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hash.h; path = folly/hash/Hash.h; sourceTree = ""; }; 7E7E46B76D0AFE3DFC477DC55C5DB326 /* libEXAppleAuthentication.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXAppleAuthentication.a; path = libEXAppleAuthentication.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 7E989A2F41C24D1E7C562F56117B742B /* QBAssetsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetsViewController.m; path = ios/QBImagePicker/QBImagePicker/QBAssetsViewController.m; sourceTree = ""; }; + 7E7ED1B43B43459C24F2DA0285726785 /* EXAudioRecordingPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioRecordingPermissionRequester.m; path = EXAV/EXAudioRecordingPermissionRequester.m; sourceTree = ""; }; + 7E8C21CF84FE03C525D2ED072AA78DCE /* RCTBaseTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextViewManager.h; sourceTree = ""; }; 7EA3C07A080C8580BDF69166E8CCBA8B /* DoubleConversion-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DoubleConversion-prefix.pch"; sourceTree = ""; }; - 7EAE2379E3D4750C38D45A3FA553531B /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; 7EB6D8FECC88E58F8C3F6C040627E05F /* Fcntl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fcntl.h; path = folly/portability/Fcntl.h; sourceTree = ""; }; - 7EC482390AAE297B11A3EEE8F4B27274 /* RCTRawTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextShadowView.m; sourceTree = ""; }; - 7EC861892742E129F7FFFA83ADB1F8B2 /* pl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pl.lproj; path = ios/QBImagePicker/QBImagePicker/pl.lproj; sourceTree = ""; }; 7EC9AAD18BAB6C40FACF97437C6C9C33 /* FIRCLSReportManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportManager.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportManager.h; sourceTree = ""; }; - 7EF80AF95C1C50601C29F42ADB025199 /* Yoga.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Yoga.debug.xcconfig; sourceTree = ""; }; - 7F08A7D58F1202141D45D338D6E77280 /* FFFastImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageSource.h; path = ios/FastImage/FFFastImageSource.h; sourceTree = ""; }; + 7ECBBC2611F0C981B4FD94029B690820 /* RCTSettingsManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSettingsManager.mm; sourceTree = ""; }; + 7EF020E3BE97E5ACF8C92C060DE73764 /* ResourceBundle-AccessibilityResources-React-Core-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-AccessibilityResources-React-Core-Info.plist"; sourceTree = ""; }; + 7F281D8C67D1E8867F219DD49E7F6453 /* RCTImageLoaderProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderProtocol.h; path = Libraries/Image/RCTImageLoaderProtocol.h; sourceTree = ""; }; 7F44CB6DE9AEB9060BDF3E12B02D9076 /* SKSwizzle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKSwizzle.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKSwizzle.h; sourceTree = ""; }; + 7F5528EA09EFAE6B38E3C1160D4CFDF3 /* RCTWebSocketExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketExecutor.h; path = React/CoreModules/RCTWebSocketExecutor.h; sourceTree = ""; }; 7F5BF85693864C3DF4E7B76BFA9C61A2 /* logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = logging.cc; path = src/logging.cc; sourceTree = ""; }; - 7F60927F01B886851D4BBD02360D3240 /* ReactNativeVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactNativeVersion.h; sourceTree = ""; }; - 7F6E4A5D611195155900B5842B7C3D6D /* BSG_KSCrashSentry_User.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_User.h; sourceTree = ""; }; 7F962E4A849DE8D3F2FDDB79EF3F790A /* ObservableOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObservableOperator.h; path = yarpl/observable/ObservableOperator.h; sourceTree = ""; }; - 7FB1C1EDE36FEEFDC95053A51056638D /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 7F99225B3C288D326ACCE05570D71411 /* LICENCE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENCE; sourceTree = ""; }; + 7FACE3C2325D6510CB07FF735209CC3B /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; 7FB2AA31244FC34FC31487A1D466C376 /* SDImageIOAnimatedCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoderInternal.h; path = SDWebImage/Private/SDImageIOAnimatedCoderInternal.h; sourceTree = ""; }; - 7FB84E77AD1F7C6F7297E3452FE37E49 /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; 7FBAA894CE5747B29CE616102D70E5F2 /* TypeInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TypeInfo.h; path = folly/lang/TypeInfo.h; sourceTree = ""; }; - 7FC1044D1891B44709E42FE1E674BCDA /* react-native-orientation-locker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-orientation-locker-dummy.m"; sourceTree = ""; }; - 7FC4001D9175E5F86880BA1A091F803B /* GULOriginalIMPConvenienceMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULOriginalIMPConvenienceMacros.h; path = GoogleUtilities/MethodSwizzler/Private/GULOriginalIMPConvenienceMacros.h; sourceTree = ""; }; + 7FD743AAC47D3BB75DFD59BB9FF83334 /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = instrumentation.h; sourceTree = ""; }; + 7FE06624B62C3448A1AE72DA79C99F17 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 7FE6E5E0CF034D5E05D293BFB3BEA408 /* RNImageCropPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNImageCropPicker-prefix.pch"; sourceTree = ""; }; 7FECC050D982AE8D761B4AF5DDFA7F64 /* FIRLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLoggerLevel.h; path = FirebaseCore/Sources/Public/FIRLoggerLevel.h; sourceTree = ""; }; 7FF8DD1DCDA181E030C480AED8B9ED86 /* FirebaseCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.debug.xcconfig; sourceTree = ""; }; - 800DFAF29EE6D28B545E53F49FDC0B12 /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; sourceTree = ""; }; - 8018CE6950A730B10F9A1F1D618B9A8B /* RCTPerformanceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLogger.m; sourceTree = ""; }; - 8020FF565C7585E9C16EE39081AFF9F2 /* RNBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBridgeModule.h; path = RNNotifications/RNBridgeModule.h; sourceTree = ""; }; + 80100D95B5AC4D8030EDAD3D90420632 /* RCTFileRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFileRequestHandler.mm; sourceTree = ""; }; 802121F5B756ACBFDD6D08C36246DADD /* libReact-RCTLinking.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTLinking.a"; path = "libReact-RCTLinking.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 80260BF7390F1AC61FF453CBCF4A806F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 8038B793E8F2CAA05F827FB6F7653642 /* RCTConvert+FFFastImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FFFastImage.m"; path = "ios/FastImage/RCTConvert+FFFastImage.m"; sourceTree = ""; }; - 805A04F814D4CFD1725AD16D242ACC8E /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; - 805C841207E4FC08B0F39BB21B2D0AEB /* QBAlbumsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumsViewController.h; path = ios/QBImagePicker/QBImagePicker/QBAlbumsViewController.h; sourceTree = ""; }; + 802C845E44991B943CFCDCFDD827A151 /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; + 803CFA33F7A53897B79DCBDECED047B3 /* React-RCTLinking.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.release.xcconfig"; sourceTree = ""; }; + 80408B1DDA857F570FB00621E45166AD /* EXVideoPlayerViewControllerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewControllerDelegate.h; sourceTree = ""; }; + 805550F64081228F3070DAAF4E55A56B /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; + 805787D0D109B2B72EA530123559E82D /* RNCSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaShadowView.m; path = ios/SafeAreaView/RNCSafeAreaShadowView.m; sourceTree = ""; }; + 8069C72715BDA8AF18D9710409B97C17 /* BugsnagKSCrashSysInfoParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKSCrashSysInfoParser.h; sourceTree = ""; }; 8074129DF318155B29544548E1CAF4A3 /* libreact-native-jitsi-meet.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-jitsi-meet.a"; path = "libreact-native-jitsi-meet.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 807C7BBCE9A41B574AA9EA2596B791FE /* React-RCTText-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTText-dummy.m"; sourceTree = ""; }; + 808921C767EAB2224EC8F726671E4FC1 /* ReactNativeART.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactNativeART.release.xcconfig; sourceTree = ""; }; + 808A2C44E8C728F60CEAF5F44BA8D3AD /* RNRootViewGestureRecognizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNRootViewGestureRecognizer.m; path = ios/RNRootViewGestureRecognizer.m; sourceTree = ""; }; 80A05F3F6DA63B80315D5D95AF244A40 /* SKViewControllerDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKViewControllerDescriptor.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewControllerDescriptor.h; sourceTree = ""; }; - 80A3043D2879C28BCEB0B08D17CF1FF5 /* ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist"; sourceTree = ""; }; 80A51B61FECFED8D1A0D95AAD32A2938 /* libEXHaptics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXHaptics.a; path = libEXHaptics.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 80B2F2275A1915CF3E7B74592AB21E2F /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; 80C256F55B147A46814919D09BFE7D8C /* FrameTransportImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FrameTransportImpl.cpp; path = rsocket/framing/FrameTransportImpl.cpp; sourceTree = ""; }; + 80CF9ED18A0B8D1D6C37036BFE67F792 /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; sourceTree = ""; }; 80DD0A8F4C5CF406C0F37818D10DA35A /* PolyException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PolyException.h; path = folly/PolyException.h; sourceTree = ""; }; 80DF766C6A559928E4F082BDD91DF0EE /* bignum.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = bignum.cc; path = "double-conversion/bignum.cc"; sourceTree = ""; }; 80EC24282038C689CF310848A948D9EC /* GCDAsyncUdpSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GCDAsyncUdpSocket.h; path = Source/GCD/GCDAsyncUdpSocket.h; sourceTree = ""; }; 80F22F54359580DC39EC85C58F0CB206 /* http_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = http_compat.h; path = src/event2/http_compat.h; sourceTree = ""; }; - 80F2AB84AA9338BF9535DD5EE42F1D98 /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; 80FEF1633468F2369547D7240D7B3EBC /* nanopb.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.debug.xcconfig; sourceTree = ""; }; 8124455877A854EE6D578F6970CD6514 /* ChannelRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ChannelRequester.h; path = rsocket/statemachine/ChannelRequester.h; sourceTree = ""; }; 812ED9CD85898FB3B82136F7CB9A3191 /* libRNConfigReader.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNConfigReader.a; path = libRNConfigReader.a; sourceTree = BUILT_PRODUCTS_DIR; }; 81410AA3099B405DF4442793A002DCF6 /* PriorityUnboundedQueueSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PriorityUnboundedQueueSet.h; path = folly/concurrency/PriorityUnboundedQueueSet.h; sourceTree = ""; }; - 8149A739BDBC5F5A04AF5FEED280EA19 /* react-native-jitsi-meet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-jitsi-meet-prefix.pch"; sourceTree = ""; }; 8152E6667CD117CC356A65F289EFDBAE /* SKBufferingPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKBufferingPlugin.h; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKBufferingPlugin.h; sourceTree = ""; }; 815D8630D1298C3A7BC07270A98E1DAA /* Asm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Asm.h; path = folly/portability/Asm.h; sourceTree = ""; }; 815DB4AECA76A60B88FCD84CCC5F1706 /* FIRInstallations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallations.h; path = FirebaseInstallations/Source/Library/Public/FIRInstallations.h; sourceTree = ""; }; 817138865E815F7FEF679AED95B64D76 /* TimedDrivableExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TimedDrivableExecutor.cpp; path = folly/executors/TimedDrivableExecutor.cpp; sourceTree = ""; }; - 8184AE57AC6345FD36C0E02C77E1304B /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevSettings.h; path = React/CoreModules/RCTDevSettings.h; sourceTree = ""; }; + 81834A7D0A5FEFE6786990A379A44991 /* EXVideoThumbnails.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXVideoThumbnails.debug.xcconfig; sourceTree = ""; }; 81ABB69299E6F3BB892E995CFDCECD7A /* Pods-ShareRocketChatRN-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ShareRocketChatRN-dummy.m"; sourceTree = ""; }; + 81C40D278F3EF87DCE6314ADDD4E47C0 /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.h; sourceTree = ""; }; 81F822092F642F552A94E7CF09633E8F /* FIRCLSURLSessionDownloadTask_PrivateMethods.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSessionDownloadTask_PrivateMethods.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDownloadTask_PrivateMethods.h; sourceTree = ""; }; - 8214342B383E5EDE394900F6DD42681A /* RNCPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCPicker.release.xcconfig; sourceTree = ""; }; + 8218AE0CFE92AEA1DEC811E426750558 /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; + 821904A981F9893E51039678078BEC85 /* react-native-background-timer-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-background-timer-prefix.pch"; sourceTree = ""; }; + 823781DFAB249366D3C2D50991FFF716 /* RCTInputAccessoryViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewManager.m; sourceTree = ""; }; 823BDC381C7F5B32A396B087AA4484D5 /* enc_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_sse41.c; path = src/dsp/enc_sse41.c; sourceTree = ""; }; 8251DD181950D8CCD9F0075C54B8B85A /* buffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = buffer.h; path = ios/include/openssl/buffer.h; sourceTree = ""; }; 8256CFC27BC64125A30CFF60C0DA83CC /* Synchronized.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Synchronized.h; path = folly/Synchronized.h; sourceTree = ""; }; + 82756C49D182D9511F7B1559F820BC09 /* react-native-orientation-locker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-orientation-locker.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 82AA0C8CCE52C88692C267C9AED694C3 /* FIRInstallationsItem+RegisterInstallationAPI.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstallationsItem+RegisterInstallationAPI.m"; path = "FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.m"; sourceTree = ""; }; 82B68BA1DB91A28831B1C0ED1E4D39C6 /* FIRErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrors.h; path = FirebaseCore/Sources/Private/FIRErrors.h; sourceTree = ""; }; - 82F93C7A7944D58921268E9F2948C950 /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; - 830DDE73D95BEB28927942E5A69ABE82 /* RCTDatePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePickerManager.h; sourceTree = ""; }; - 8328EE242308AB157F8D434189FE6519 /* UMReactNativeAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeAdapter.m; sourceTree = ""; }; + 82E00B8BC380A7A549704645BBF0AF38 /* UMCore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMCore-prefix.pch"; sourceTree = ""; }; + 82E28BCEA0650F9525A7EAB3D088FB10 /* NativeToJsBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeToJsBridge.h; sourceTree = ""; }; + 82FC3350F3AE5B4C96B06A85FD310930 /* RNCookieManagerIOS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCookieManagerIOS.h; path = ios/RNCookieManagerIOS/RNCookieManagerIOS.h; sourceTree = ""; }; + 830ED287A5A4C78E9E21528718AEB867 /* Color+Interpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Color+Interpolation.h"; sourceTree = ""; }; 832F083FF532BE671C8BEBEE62C4FC73 /* FIRCLSMultipartMimeStreamEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMultipartMimeStreamEncoder.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSMultipartMimeStreamEncoder.h; sourceTree = ""; }; 833B4FEE990B8F87CD4511C93CFE556D /* cpu.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cpu.c; path = src/dsp/cpu.c; sourceTree = ""; }; - 835195C4438CBE7C38F29F71AB0D4C3A /* RCTUITextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = ""; }; - 835ADD44A28632BCE32D411369C77029 /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; + 8348F82FE33C4411414DD0A5DC912B41 /* StorageSetters.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = StorageSetters.m; path = ios/StorageSetters.m; sourceTree = ""; }; + 834FE376D5961278B9856E2ECAFC5A59 /* RNJitsiMeetViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNJitsiMeetViewManager.m; path = ios/RNJitsiMeetViewManager.m; sourceTree = ""; }; 83755F2B091B00BE6CA539A99E0D964A /* FIRCLSFABAsyncOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFABAsyncOperation.m; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation.m; sourceTree = ""; }; + 83822D2F11D4ADE5FB3F659148C4C60E /* RNPanHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPanHandler.h; sourceTree = ""; }; 8396C8E90F63350EFC8B3E9D8E8D8A6F /* FIRCLSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSException.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSException.h; sourceTree = ""; }; 83A8CC3246A95431ACEA83C7C742228B /* libreact-native-netinfo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-netinfo.a"; path = "libreact-native-netinfo.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 83E0A838D8FD9AEFAF1A22A50B01D6E3 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 83AE4EC069B39AC53A6C620802BDE092 /* react-native-jitsi-meet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-jitsi-meet.release.xcconfig"; sourceTree = ""; }; + 83BCFEE40220888A29C367704FD6B9C3 /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyboardObserver.h; path = React/CoreModules/RCTKeyboardObserver.h; sourceTree = ""; }; + 83D7AF775990369F3D9E099505923CF2 /* BugsnagFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagFileStore.h; sourceTree = ""; }; + 83DD58D48264CB6CF04ACD1129661BEE /* RCTRequired.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTRequired.debug.xcconfig; sourceTree = ""; }; 83E88240D219BA3DDF24AC3708FD3720 /* TcpConnectionFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TcpConnectionFactory.cpp; path = rsocket/transports/tcp/TcpConnectionFactory.cpp; sourceTree = ""; }; 83EE5B1A59B06EFFB72FCC380B82122C /* ScopedLock.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = ScopedLock.hpp; path = Core/ScopedLock.hpp; sourceTree = ""; }; 83F22A0F81FF2CFB18B29CD08150A4BC /* UIImage+Metadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Metadata.m"; path = "SDWebImage/Core/UIImage+Metadata.m"; sourceTree = ""; }; + 83F420E9A79DA18476E81FACA666350A /* RCTVibration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVibration.h; path = Libraries/Vibration/RCTVibration.h; sourceTree = ""; }; 8402EE57733F135E544FB68EB738B581 /* FIRCoreDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsData.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsData.h; sourceTree = ""; }; - 842C512A6A27333DB043D3E8BA427397 /* React-RCTSettings.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.debug.xcconfig"; sourceTree = ""; }; - 843CDA5E3A165279AA0F2B8022C7720D /* RNFBJSON.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBJSON.m; path = ios/RNFBApp/RNFBJSON.m; sourceTree = ""; }; + 843B46FA75E6DEE46B686B51EDC800E1 /* RCTInspectorDevServerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorDevServerHelper.h; sourceTree = ""; }; 8440B91410AA90FC2A97EC7B1EB9CA55 /* DynamicBoundedQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DynamicBoundedQueue.h; path = folly/concurrency/DynamicBoundedQueue.h; sourceTree = ""; }; + 84416F012A81BF8090208D4ABDA1D7FA /* BSG_KSSystemInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfo.h; sourceTree = ""; }; 845D74BBD351AA8079E571392D1C0E7C /* MemoryFile_OSX.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MemoryFile_OSX.cpp; path = Core/MemoryFile_OSX.cpp; sourceTree = ""; }; 8472E72307D883DB5F32304DE8E4477C /* Fixture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fixture.h; path = rsocket/benchmarks/Fixture.h; sourceTree = ""; }; + 847ADB53D0C2EDD9CDE9BE82F748ACCD /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; 847AFE3401DC323E712E61C2DF495686 /* Peertalk.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Peertalk.h; path = peertalk/Peertalk.h; sourceTree = ""; }; - 848740252DEE09684AE446178DD76237 /* ReactNativeUiLib.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactNativeUiLib.debug.xcconfig; sourceTree = ""; }; 8491C97850AEF0F64B1A320FA8E57D08 /* FKUserDefaultsSwizzleUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FKUserDefaultsSwizzleUtility.h; path = iOS/Plugins/FlipperKitUserDefaultsPlugin/FKUserDefaultsSwizzleUtility.h; sourceTree = ""; }; - 84A05D19571183421DD7120C1319D0A6 /* REAEventNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAEventNode.m; sourceTree = ""; }; + 849CA04AF4F1E72F93DAE01EEA2ADDF3 /* react-native-webview.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-webview.debug.xcconfig"; sourceTree = ""; }; 84A19277708679835A472301E2174AE8 /* WriteChainAsyncTransportWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WriteChainAsyncTransportWrapper.h; path = folly/io/async/WriteChainAsyncTransportWrapper.h; sourceTree = ""; }; - 84B1158396BE1CFCA72E202AAA55BEA2 /* BugsnagSessionTrackingApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingApiClient.m; sourceTree = ""; }; - 84C0338FBE144CD1E8FA98AAF6F6493E /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 84C56D0FD7FEAAAB2E538FF50CE3881F /* RCTBaseTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputViewManager.m; sourceTree = ""; }; 84D23AB7AE5FC7CD12596F0B525FEF4A /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = SDWebImage/Core/SDImageCacheConfig.h; sourceTree = ""; }; - 84D87AE31DF1473D84DF3B268DFFC8B8 /* RCTRequired.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRequired.h; path = RCTRequired/RCTRequired.h; sourceTree = ""; }; - 850528C71C5E12585662631D71CBD210 /* NativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeModule.h; sourceTree = ""; }; + 85072152FDFD745E109E8479F91EC007 /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; 8509DC6B1B59E8D5D93BFAA30EE12494 /* MMKVLog.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMKVLog.cpp; path = Core/MMKVLog.cpp; sourceTree = ""; }; + 850EBA571804A1681D42FEB605B9B3CD /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 850F4C22D89650FC2FA270C103A9EA59 /* Firebase.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Firebase.debug.xcconfig; sourceTree = ""; }; 8515047CB0087555BD409D51A2035216 /* SKTapListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKTapListener.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTapListener.h; sourceTree = ""; }; - 851FD11D01303434055928A2C8B543BE /* UMViewManagerAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapter.m; sourceTree = ""; }; 8522DB206FA8263B200BEDAA70F35507 /* crc32_armv8.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = crc32_armv8.cpp; path = Core/crc32/crc32_armv8.cpp; sourceTree = ""; }; 85291DAC4D152EC2DF0A71FC89E022C0 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Sources/Private/FIRDependency.h; sourceTree = ""; }; - 85377F31B72D491022867C559C1CB709 /* EXConstants-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXConstants-dummy.m"; sourceTree = ""; }; - 8544CF2BCD559E23FA4E3D9D6A2A0158 /* RNDateTimePicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDateTimePicker-prefix.pch"; sourceTree = ""; }; - 8544EE9A868239C0CD2A14F9A082C9F2 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 856872DA92625CE76A75D8573412EAFB /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 85695A9E7D722393701AC84057AC5483 /* UMTaskConsumerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskConsumerInterface.h; path = UMTaskManagerInterface/UMTaskConsumerInterface.h; sourceTree = ""; }; + 853FD54F82E2CA1CC3856A93C0A71EE0 /* UMReactFontManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactFontManager.h; sourceTree = ""; }; 856B5CD56F194FAD26EA91620B66D614 /* libGoogleDataTransport.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libGoogleDataTransport.a; path = libGoogleDataTransport.a; sourceTree = BUILT_PRODUCTS_DIR; }; 856C16951D8E717CD504466F88CB476D /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = SDWebImage/Core/SDImageCoderHelper.m; sourceTree = ""; }; 857C151B50B543208E2559AD2D534277 /* StaticTracepoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StaticTracepoint.h; path = folly/tracing/StaticTracepoint.h; sourceTree = ""; }; + 8583DA37659F66EFBC5085CEB7FE8494 /* EXKeepAwake.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXKeepAwake.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 85894402DE158F768A5AB403A3E8B761 /* FIRCLSSignal.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSSignal.c; path = Crashlytics/Crashlytics/Handlers/FIRCLSSignal.c; sourceTree = ""; }; 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; }; - 858E349C75E586859650200BCA05AAFE /* BSG_KSCrashReportFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilter.h; sourceTree = ""; }; - 8595D862C159DC625887EC92F0A99BAA /* RNCNetInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCNetInfo.m; path = ios/RNCNetInfo.m; sourceTree = ""; }; - 8597C79584D101B7CEFD80623ECAF7CB /* RNBridgeModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBridgeModule.m; path = RNNotifications/RNBridgeModule.m; sourceTree = ""; }; + 858D6D85E9777ED85C5B545307C7C700 /* RCTPerfMonitor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPerfMonitor.mm; sourceTree = ""; }; 859A01DB9BD91E8691E025D3259F4357 /* FIRCLSInstallIdentifierModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSInstallIdentifierModel.h; path = Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.h; sourceTree = ""; }; - 85B327BD769BA53E87CCEC970600007E /* RNGestureHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandler.h; path = ios/RNGestureHandler.h; sourceTree = ""; }; 85BAE6A637841D1572B8698BF23835B5 /* FlipperPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperPlugin.h; path = iOS/FlipperKit/FlipperPlugin.h; sourceTree = ""; }; 85BFE3588184664472F789A05D7EF6CD /* YGLayout+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "YGLayout+Private.h"; path = "YogaKit/Source/YGLayout+Private.h"; sourceTree = ""; }; + 85C9E2FE846F25BBEDB2790A0EAB7877 /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; + 85D99EE04AB25BCFDC3B021A2A5BA6D5 /* EXAV.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAV.release.xcconfig; sourceTree = ""; }; + 85DDC7298EF095E4DDF84D026B49B3B3 /* BugsnagMetaData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagMetaData.h; sourceTree = ""; }; + 85EC91F040C9022FF485ECF4C4141A1B /* TurboCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboCxxModule.h; path = turbomodule/core/TurboCxxModule.h; sourceTree = ""; }; 85F59B9B90304267C7154E3BCEDAE35F /* FBLPromisePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromisePrivate.h; path = Sources/FBLPromises/include/FBLPromisePrivate.h; sourceTree = ""; }; 85F6CD622423E9C138EE45B94362A35C /* CancellationToken.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CancellationToken.cpp; path = folly/CancellationToken.cpp; sourceTree = ""; }; 8601B7570AA252E718888D82F16048C8 /* SDInternalMacros.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDInternalMacros.m; path = SDWebImage/Private/SDInternalMacros.m; sourceTree = ""; }; - 860272BD7F2D2CFFF082AA6DFD8F7DD0 /* EXSessionTaskDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXSessionTaskDelegate.h; sourceTree = ""; }; + 861B27C3936BA907E18660A68F0EB0FA /* YGStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGStyle.h; path = yoga/YGStyle.h; sourceTree = ""; }; + 861FD722BC94B40C218292E29BDF1C94 /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; + 8627E4B27D49B07426C05D0FE8CBE9DE /* RNPushKit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKit.m; path = RNNotifications/RNPushKit.m; sourceTree = ""; }; + 86280EE1444EA2D0F69D98A5921865B4 /* UMLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogHandler.h; sourceTree = ""; }; + 862F5F0A85C6B63350D2A3449BD55E54 /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; 86375444C196BA272DDBB8165BF64A15 /* libFirebaseCrashlytics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseCrashlytics.a; path = libFirebaseCrashlytics.a; sourceTree = BUILT_PRODUCTS_DIR; }; 86403A062C4B1989DE899652B10D967A /* UnboundedBlockingQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnboundedBlockingQueue.h; path = folly/executors/task_queue/UnboundedBlockingQueue.h; sourceTree = ""; }; - 866D07E45A7D4780A71AE12D71948654 /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; + 8658B368F1B7D145A580B420270ED836 /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevSettings.h; path = React/CoreModules/RCTDevSettings.h; sourceTree = ""; }; + 86646EFFAFE0A6D80E888C470B7B02BF /* RCTExceptionsManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTExceptionsManager.mm; sourceTree = ""; }; 867783A0FCA3A8F968DEEEF71E2E5F12 /* Subscription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Subscription.h; path = yarpl/flowable/Subscription.h; sourceTree = ""; }; 867ACB56D848877F90EF67F16D1BCC7C /* FIRCLSSettingsOnboardingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSettingsOnboardingManager.m; path = Crashlytics/Crashlytics/Settings/FIRCLSSettingsOnboardingManager.m; sourceTree = ""; }; - 868281833BCADF0154A7AC1D3097A3D6 /* threadsafe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = threadsafe.h; sourceTree = ""; }; - 868C93C3ECFCA73E088E04EA098613C2 /* RCTNativeAnimatedNodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedNodesManager.m; sourceTree = ""; }; - 86911015483D66203785C04F3792A6F3 /* RCTPlatform.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPlatform.mm; sourceTree = ""; }; - 869165C4DCAF5320CFAF800BF8B965FD /* RCTDataRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDataRequestHandler.h; path = Libraries/Network/RCTDataRequestHandler.h; sourceTree = ""; }; - 86D9336DFD51B93D5E521B80A47C8276 /* EXSessionUploadTaskDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXSessionUploadTaskDelegate.m; sourceTree = ""; }; + 8690188E1AD01240C060542DF610F0B4 /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; + 86C1C14517FBA07F134EE5555A451986 /* NSError+BSG_SimpleConstructor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSError+BSG_SimpleConstructor.h"; sourceTree = ""; }; + 86CCC7121C78701599E3120107A06115 /* RCTMessageThread.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMessageThread.mm; sourceTree = ""; }; + 86D077373434B2B550CCD151B70CCE05 /* EXFileSystemLocalFileHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemLocalFileHandler.h; path = EXFileSystem/EXFileSystemLocalFileHandler.h; sourceTree = ""; }; + 86D6B96D8EE0B5B7D0C3D04A6BA319A0 /* UMFontInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFontInterface.debug.xcconfig; sourceTree = ""; }; 86E6F7AFE85016C0C564440A53EEE2FB /* Semaphore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Semaphore.h; path = folly/portability/Semaphore.h; sourceTree = ""; }; 8701553180267703D4EF14A32216C450 /* bignum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bignum.h; path = "double-conversion/bignum.h"; sourceTree = ""; }; 8706F46587B792368C3146E54694F612 /* FIRCLSReportUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportUploader.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.h; sourceTree = ""; }; 87100FFF4EC926F665E372575992B1E1 /* FirebaseInstallations.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstallations.debug.xcconfig; sourceTree = ""; }; - 871ECAE6E6E2B5A42737651C9CE63C07 /* RCTBaseTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputView.m; sourceTree = ""; }; 8736DB4C0F3CBA8756C5F1D2D32BA738 /* yuv.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv.c; path = src/dsp/yuv.c; sourceTree = ""; }; 8739F23BCE0DE12CAE398BA77984346D /* enc_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_mips32.c; path = src/dsp/enc_mips32.c; sourceTree = ""; }; + 8740C14F2F57CC07111098E122241CE2 /* BSG_KSMach.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach.c; sourceTree = ""; }; 8758AA72565DFF44F351ECC18FA9C063 /* UIImage+ExtendedCacheData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ExtendedCacheData.m"; path = "SDWebImage/Core/UIImage+ExtendedCacheData.m"; sourceTree = ""; }; - 875BA03E5DDFFFE1C24F53EACDD7B0F2 /* RNFBAnalytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBAnalytics.debug.xcconfig; sourceTree = ""; }; 876E59C898291065CF465AFFE98225A8 /* AtomicStruct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicStruct.h; path = folly/synchronization/AtomicStruct.h; sourceTree = ""; }; + 8776F60979BD467D3FC9325BF8389140 /* pl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pl.lproj; path = ios/QBImagePicker/QBImagePicker/pl.lproj; sourceTree = ""; }; + 87AC1CF7F1A8B40C23623ED2B15DC7E9 /* RCTResizeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTResizeMode.h; path = Libraries/Image/RCTResizeMode.h; sourceTree = ""; }; 87AEB47A6985A23B74B6E8616F909CEA /* diy-fp.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "diy-fp.cc"; path = "double-conversion/diy-fp.cc"; sourceTree = ""; }; 87B2E604CC2EFAFFA74C077504E28FBA /* MasterPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MasterPtr.h; path = folly/experimental/MasterPtr.h; sourceTree = ""; }; + 87C8BEE8BA6BABFFE259F6E803ADECC2 /* Yoga.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Yoga.modulemap; sourceTree = ""; }; + 87CBBE9870A9BCCBB44296A5077B389D /* Restart.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Restart.m; path = ios/Restart.m; sourceTree = ""; }; 87D1B1412B73BB7D48C1F9B5773A217C /* SysFile.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysFile.cpp; path = folly/portability/SysFile.cpp; sourceTree = ""; }; + 87EACC925A1372A96058627D03E5E34C /* RCTMultilineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputView.m; sourceTree = ""; }; 87EC70FB4C2C48F3039DF064F79B0A26 /* ThreadCachedInts.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadCachedInts.h; path = folly/synchronization/detail/ThreadCachedInts.h; sourceTree = ""; }; 87EC7BE455FB110AFAA74D23B532EA6D /* AsyncTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncTransport.h; path = folly/io/async/AsyncTransport.h; sourceTree = ""; }; - 87EED5D49E9CDECA9147E519F94CF95A /* RNGestureHandlerButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerButton.m; path = ios/RNGestureHandlerButton.m; sourceTree = ""; }; - 88208E61D8DC10FE764D43B30D1250F2 /* EXAppleAuthenticationButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppleAuthenticationButton.h; path = EXAppleAuthentication/EXAppleAuthenticationButton.h; sourceTree = ""; }; - 883484B7EAE1C680C8C0E40C30D89748 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 87F038E9A41D8DE9E08573FFF73B31A2 /* REATransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransition.m; sourceTree = ""; }; + 882BE3144A3B256A08FCA14CD9681D3D /* EXSessionDownloadTaskDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXSessionDownloadTaskDelegate.h; sourceTree = ""; }; + 883B7B026E5A91F9F91476A1D2E560F2 /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; 883CE17F2721B97DF732F8B1A565744C /* UIColor+SKSonarValueCoder.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "UIColor+SKSonarValueCoder.mm"; path = "iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIColor+SKSonarValueCoder.mm"; sourceTree = ""; }; + 8845587EA0A4284D635986626DDD1275 /* React-jsiexecutor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsiexecutor-prefix.pch"; sourceTree = ""; }; + 884D1A09F4C6002EADB52B380FE5BCDA /* BSG_KSSysCtl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSysCtl.h; sourceTree = ""; }; 884E53CF9309A7042B109BBDC934A4B2 /* File.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = File.h; path = folly/gen/File.h; sourceTree = ""; }; - 888F5F44E72D01BACEE44828F57CEB3D /* RCTMultilineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputViewManager.m; sourceTree = ""; }; + 8865CD2C51AF956D4A1E7517DCF3DEC4 /* React.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.debug.xcconfig; sourceTree = ""; }; + 889E44E4B23B82FADB36A06A1629F8E5 /* SafeAreaSpacerViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SafeAreaSpacerViewManager.h; sourceTree = ""; }; + 88A91365EFC55AD4C59B467273F60B32 /* EXAudioRecordingPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioRecordingPermissionRequester.h; path = EXAV/EXAudioRecordingPermissionRequester.h; sourceTree = ""; }; + 88AABA5BD1B2F6B233FDB786663C41C4 /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; + 88B9E4FCBCC8FACB837BE5125C7374CD /* Shared.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Shared.h; sourceTree = ""; }; 88C94E988554F95922DF77CA6F0C1F36 /* FIRAnalyticsConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsConfiguration.h; path = FirebaseCore/Sources/FIRAnalyticsConfiguration.h; sourceTree = ""; }; 88CB2ED7EF97FD56CDC5BE6B8D275AFB /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = SDWebImage/Core/SDWebImageOperation.h; sourceTree = ""; }; - 88EBC419AC2A10EBDB6F4E7D5C0FC7EB /* ARTSurfaceViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTSurfaceViewManager.m; sourceTree = ""; }; - 890771E4F5C5579569F3B5D8C7ADC5A5 /* React-RCTBlob.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.release.xcconfig"; sourceTree = ""; }; + 88E930434EA93FC7C3C269D998B0F73C /* RNCSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSlider.m; path = ios/RNCSlider.m; sourceTree = ""; }; + 88F28F55AB3860FEACA0E1DCC712F48B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 891C2B8C7D01B8EE8C438269661008F5 /* SKInvalidation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKInvalidation.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKInvalidation.m; sourceTree = ""; }; 891E3AAEF176E71155FDFF301BA851D9 /* Fixture.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Fixture.cpp; path = rsocket/benchmarks/Fixture.cpp; sourceTree = ""; }; 892193E1996EEA8A63110BD4816ABE36 /* FIRCLSUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUtility.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSUtility.m; sourceTree = ""; }; - 892BE48739F1E3D6975C32247270421C /* GoogleUtilities.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.debug.xcconfig; sourceTree = ""; }; 892DBD086354A43D4AC20999CB2B9538 /* FrameSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameSerializer.h; path = rsocket/framing/FrameSerializer.h; sourceTree = ""; }; 8950B5A3E14254388B625E44CEAB52CC /* WTCallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WTCallback.h; path = folly/futures/WTCallback.h; sourceTree = ""; }; 896397EFB178BF2EA2A31A427DE71965 /* FIRCLSDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDefines.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h; sourceTree = ""; }; 89689B0B52DAB2E08752945DA6CF62EF /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = SDWebImage/Core/SDWebImageDownloaderOperation.h; sourceTree = ""; }; - 8977D178FB424E2C46F7830F61F996BB /* RNSScreenStack.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenStack.m; path = ios/RNSScreenStack.m; sourceTree = ""; }; + 897F3AE774C215BE283DE39D632F960A /* REATransitionValues.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionValues.m; sourceTree = ""; }; + 8984E02D6C5C71CEDA7E02781BE6A840 /* RNFBUtilsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBUtilsModule.h; path = ios/RNFBApp/RNFBUtilsModule.h; sourceTree = ""; }; + 8987C0823F10B8D50338DDBB894D4638 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 89925DE89D1EC8BC9334EAA0D4ED42AC /* RCTAdditionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAdditionAnimatedNode.m; sourceTree = ""; }; 899712BF06FD0303EE320631BFA20DDB /* cost_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cost_enc.h; path = src/enc/cost_enc.h; sourceTree = ""; }; 8998273719FDD789E6F9C7541AFD0B33 /* libRNVectorIcons.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNVectorIcons.a; path = libRNVectorIcons.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 89A36CA364D4EE9E04445C18D43138A0 /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; 89A5CCC6744A5C7FC6A36F5719D03C2A /* ieee.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ieee.h; path = "double-conversion/ieee.h"; sourceTree = ""; }; - 89AED319083C725959FA8631A7176C27 /* UMEventEmitterService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitterService.h; sourceTree = ""; }; - 89B519CB827D78846DD785BAE3BC8220 /* RNFBRCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBRCTEventEmitter.m; path = ios/RNFBApp/RNFBRCTEventEmitter.m; sourceTree = ""; }; - 89D6D8E138B454AE47EFCC5CACECC07E /* RNGestureHandlerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerManager.m; path = ios/RNGestureHandlerManager.m; sourceTree = ""; }; + 89B97A916FFB4B398057E8E163E018DA /* RCTCxxUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxUtils.h; sourceTree = ""; }; + 89C55ABF383065305F34D4FD4B763016 /* UMEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitter.h; sourceTree = ""; }; 89DB19A537351C7C617B17F3B123451F /* FIRCLSApplicationIdentifierModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSApplicationIdentifierModel.m; path = Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.m; sourceTree = ""; }; - 89EB72C002BA7DF59494B86F88DD02C0 /* JSDeltaBundleClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSDeltaBundleClient.cpp; sourceTree = ""; }; - 89FBBB0A830EF374488DC1F11FEACFDE /* RCTLogBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLogBox.h; path = React/CoreModules/RCTLogBox.h; sourceTree = ""; }; + 89E7660DE07683C487344F742C558180 /* UMAppLoader.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMAppLoader.release.xcconfig; sourceTree = ""; }; 8A045E671C955FD32FAF4D1A4512BABF /* lossless_enc_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_sse41.c; path = src/dsp/lossless_enc_sse41.c; sourceTree = ""; }; - 8A380ADB622E3098F54D064DCE23EF9C /* BugsnagUser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagUser.m; sourceTree = ""; }; + 8A26FF56150E749B5BD83CD5B9706159 /* react-native-slider.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-slider.release.xcconfig"; sourceTree = ""; }; 8A3C08363F19F422B585F52CF128B12C /* Sockets.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Sockets.cpp; path = folly/portability/Sockets.cpp; sourceTree = ""; }; + 8A3F32AAF54EFAA2F4C4DC5F1A171DC1 /* notificationsEvents.md */ = {isa = PBXFileReference; includeInIndex = 1; name = notificationsEvents.md; path = docs/notificationsEvents.md; sourceTree = ""; }; 8A4203864C5F04A8BE26254BEBB6D6A4 /* Exception.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Exception.h; path = folly/Exception.h; sourceTree = ""; }; - 8A579996C6F9D5E30538CBABA769FD36 /* RCTCxxUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxUtils.mm; sourceTree = ""; }; - 8A63EEA7A695D8DE3F01D6D694C5A4F5 /* EXReactNativeUserNotificationCenterProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXReactNativeUserNotificationCenterProxy.m; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.m; sourceTree = ""; }; 8A693699EFE06B3ADC3108F4BCE64852 /* ConsumerBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConsumerBase.cpp; path = rsocket/statemachine/ConsumerBase.cpp; sourceTree = ""; }; 8A708508FD76815E6CBFE650E175E77D /* AsyncServerSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncServerSocket.cpp; path = folly/io/async/AsyncServerSocket.cpp; sourceTree = ""; }; 8A77B32EAF530C0C92A7466260362EE7 /* SpookyHashV1.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SpookyHashV1.cpp; path = folly/hash/SpookyHashV1.cpp; sourceTree = ""; }; - 8A7F41270D74406F24B147616739EB60 /* RCTInputAccessoryViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewManager.m; sourceTree = ""; }; - 8A997D158F2193CFCCA64D2F89CE6587 /* RCTImagePlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImagePlugins.mm; sourceTree = ""; }; 8A9CCAE35584F6CE18642AC5956A83C4 /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Sources/Private/FIRComponentType.h; sourceTree = ""; }; - 8AB9C3CF4449B723F5D73679F164418A /* RNCSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaViewLocalData.m; path = ios/SafeAreaView/RNCSafeAreaViewLocalData.m; sourceTree = ""; }; - 8ACFA7FE798C16FC15EA00B58694A512 /* RCTLinkingManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLinkingManager.mm; sourceTree = ""; }; - 8AE07402A57E12990AF65FD68120AA83 /* RCTAppState.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAppState.mm; sourceTree = ""; }; + 8AAB2DA2847E13161A38AE711E1C4B11 /* RCTRsa.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTRsa.m; path = ios/RCTCrypto/RCTRsa.m; sourceTree = ""; }; + 8AB004E657F3FCF24B4CDA1E3826ECBA /* RNFBVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBVersion.m; path = ios/RNFBApp/RNFBVersion.m; sourceTree = ""; }; + 8ACBF01C0E45F22908C80497E27A54B6 /* RCTBaseTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextShadowView.m; sourceTree = ""; }; 8AE22BAA611A1102F87A21EF80A5B324 /* ScopedEventBaseThread.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScopedEventBaseThread.cpp; path = folly/io/async/ScopedEventBaseThread.cpp; sourceTree = ""; }; 8AEA83B57666893662C84F0AD4A511F4 /* Core-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Core-inl.h"; path = "folly/gen/Core-inl.h"; sourceTree = ""; }; - 8AF15F2B9344353371F116C71187A05D /* RCTImageEditingManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageEditingManager.mm; sourceTree = ""; }; 8B0145349A2ACA814521A89B5B5BF1E2 /* FixedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FixedString.h; path = folly/FixedString.h; sourceTree = ""; }; - 8B1833E9DB6ED61A15449946587E1B54 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 8B3441D2555C9CB912A8C993AC3E21E1 /* MPMCPipeline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPMCPipeline.h; path = folly/MPMCPipeline.h; sourceTree = ""; }; - 8B4442858DFEF43F7CFCB6445A5AD2B0 /* RNCAppearanceProviderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearanceProviderManager.h; path = ios/Appearance/RNCAppearanceProviderManager.h; sourceTree = ""; }; + 8B56A819B0D4D667A0AA02AC7934A9B1 /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; 8B71F531AC37900D92A4413203AA7E91 /* SingletonRelaxedCounter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SingletonRelaxedCounter.h; path = folly/experimental/SingletonRelaxedCounter.h; sourceTree = ""; }; + 8B768CB0E93F1341AB56951B2346D0AC /* ARTContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTContainer.h; path = ios/ARTContainer.h; sourceTree = ""; }; 8B889AC7BD01D79469523089DE4E7AA7 /* SSLContext.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SSLContext.cpp; path = folly/io/async/SSLContext.cpp; sourceTree = ""; }; 8B8D6F699ACD121C75CAB0326E9BD3DD /* FBLPromise+Then.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Then.m"; path = "Sources/FBLPromises/FBLPromise+Then.m"; sourceTree = ""; }; - 8B966AD28A40E9EAC2DE66A680DC35B7 /* RCTBaseTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextShadowView.h; sourceTree = ""; }; - 8B9CCCBA2F7CCF6A2E05FAB36DDEF85D /* ARTShape.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTShape.m; path = ios/ARTShape.m; sourceTree = ""; }; - 8BA3207D705FB558677E719EB7FE37F5 /* UMCore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMCore-prefix.pch"; sourceTree = ""; }; - 8BA3B522EB35FCD031C5ED3DEBD47378 /* UMLogManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMLogManager.m; sourceTree = ""; }; - 8BA89ADFAE2C751837BFB321B2E716B5 /* UMViewManagerAdapterClassesRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapterClassesRegistry.h; sourceTree = ""; }; + 8B92853E9C57FF063AE4B47212E2D2FB /* CoreModulesPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = CoreModulesPlugins.mm; sourceTree = ""; }; + 8BA523B21AA2F7A863653452FF873B46 /* BSG_KSCrashType.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashType.c; sourceTree = ""; }; 8BAB4F64F36FA871EE139DF6F1BA1078 /* CocoaAsyncSocket-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CocoaAsyncSocket-dummy.m"; sourceTree = ""; }; - 8BE7866B4725267A59E5B49B76E96D87 /* JSCExecutorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCExecutorFactory.h; sourceTree = ""; }; - 8BE9D10A63EC27660BAE4DCE5633DFFC /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; - 8BEC7ECAC89D5CE3687033686D9EAD78 /* advancedIos.md */ = {isa = PBXFileReference; includeInIndex = 1; name = advancedIos.md; path = docs/advancedIos.md; sourceTree = ""; }; + 8BECFE987AD31794A349880BE2125957 /* RNCPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNCPicker-dummy.m"; sourceTree = ""; }; + 8BF51C09A57CC0F60F088E208B87742D /* ReactNativeShareExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactNativeShareExtension.h; path = ios/ReactNativeShareExtension.h; sourceTree = ""; }; + 8BFAC81576E9B2E81873B345ECED2C26 /* FFFastImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageView.m; path = ios/FastImage/FFFastImageView.m; sourceTree = ""; }; 8C0439FD89FB3C2BA9405682F4678374 /* FIRCLSReportAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSReportAdapter.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter.m; sourceTree = ""; }; 8C06FAE4CE2EB6DEF3C5F49BEC7FF988 /* MMKV-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MMKV-prefix.pch"; sourceTree = ""; }; 8C161A0D9AD64B1BCAC02DB33B770404 /* DefaultKeepAliveExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DefaultKeepAliveExecutor.h; path = folly/DefaultKeepAliveExecutor.h; sourceTree = ""; }; + 8C183E4503150227A34D3B079C335887 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 8C3397862E1CA92C490EFE462C69C3E6 /* ExceptionWrapper-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ExceptionWrapper-inl.h"; path = "folly/ExceptionWrapper-inl.h"; sourceTree = ""; }; 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; }; - 8C3E5DA9E58038D966DC82D54ACD1B88 /* FBLazyVector.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBLazyVector.release.xcconfig; sourceTree = ""; }; - 8C495572209CA1076629939C84258D5B /* React-RCTSettings.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.release.xcconfig"; sourceTree = ""; }; 8C4BA8951FF4749378980A0C90981761 /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/Core/SDWebImageManager.h; sourceTree = ""; }; + 8C5B82EC457F4CE9ED938DA3C255EAAF /* JSINativeModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSINativeModules.h; path = jsireact/JSINativeModules.h; sourceTree = ""; }; 8C5BBD4AF728F69889ABCD0E4D9B18BC /* FIRConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfiguration.h; path = FirebaseCore/Sources/Public/FIRConfiguration.h; sourceTree = ""; }; - 8C76E9788295AE67A4CC93BD6A99DE57 /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; 8C78CF6D5D7E02A42A10C1BA48D3BCC3 /* Poly-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Poly-inl.h"; path = "folly/Poly-inl.h"; sourceTree = ""; }; - 8C96DE1AA32329A2D07E963B9DAA1CFA /* RNNotificationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationUtils.h; path = RNNotifications/RNNotificationUtils.h; sourceTree = ""; }; + 8C89ABE0864A1ECEBB654E4CD87B86CC /* UMDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDefines.h; path = UMCore/UMDefines.h; sourceTree = ""; }; + 8C981A37A563DDE44E27929784AC7C61 /* RCTTypeSafety.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTTypeSafety.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 8C9A55E4CCC0855A699918175C1A0B19 /* SSLErrors.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SSLErrors.cpp; path = folly/io/async/ssl/SSLErrors.cpp; sourceTree = ""; }; 8C9F7EC64A03F828046765AC004D6458 /* StringKeyedCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StringKeyedCommon.h; path = folly/experimental/StringKeyedCommon.h; sourceTree = ""; }; - 8CA06F652E0EA1989B4BB55CF4FDE0CA /* subscription.md */ = {isa = PBXFileReference; includeInIndex = 1; name = subscription.md; path = docs/subscription.md; sourceTree = ""; }; - 8CB3DF8C785A7D07601400CFF9D04B58 /* GULSceneDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSceneDelegateSwizzler.m; path = GoogleUtilities/SceneDelegateSwizzler/GULSceneDelegateSwizzler.m; sourceTree = ""; }; - 8CC57D93AFEC44C47FF828624A59C128 /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDeviceInfo.h; path = React/CoreModules/RCTDeviceInfo.h; sourceTree = ""; }; 8CC9178C366942FD6FF6A115604EAD58 /* libFirebaseCoreDiagnostics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseCoreDiagnostics.a; path = libFirebaseCoreDiagnostics.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 8CDD3FC763152E8C4556BBB678599AB4 /* UMReactNativeAdapter.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMReactNativeAdapter.debug.xcconfig; sourceTree = ""; }; + 8CD5F6BFE6C11EEA4F4DF313B108C57D /* RCTStatusBarManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTStatusBarManager.mm; sourceTree = ""; }; 8CE2A048FF71006E42E3A8193DC390F9 /* frame_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_enc.c; path = src/enc/frame_enc.c; sourceTree = ""; }; + 8CE46F1D5EFAC949955C0C97A0E0337D /* LNAnimatorTemp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = LNAnimatorTemp.m; sourceTree = ""; }; 8CEDC5110EB13A53A24E779C0A7353CB /* GDTCORRegistrar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORRegistrar.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORRegistrar.m; sourceTree = ""; }; - 8D08C042F15860EF0CC04BCFA8733012 /* BSG_KSMach_x86_32.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_32.c; sourceTree = ""; }; + 8D07A3084F02111B4D644D30642D7104 /* Rsa.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Rsa.m; sourceTree = ""; }; + 8D273B12822288D81C8AEF56C3C6554B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 8D2C9EDD5E9C10BDE9B4CB29FC93EF62 /* dec_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_mips_dsp_r2.c; path = src/dsp/dec_mips_dsp_r2.c; sourceTree = ""; }; 8D3EC4142C13E3996C1FB854A7AC556E /* Invoke.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Invoke.h; path = folly/functional/Invoke.h; sourceTree = ""; }; - 8D746FBD74B0665C482C2B05EAC398DE /* React-RCTLinking.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTLinking.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 8D6C03D18BE071F1EF86BEB182F7B77D /* RNGestureHandlerEvents.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerEvents.m; path = ios/RNGestureHandlerEvents.m; sourceTree = ""; }; 8D77327E12522BD66B0D30F1750F8F40 /* Retrying.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Retrying.h; path = folly/futures/Retrying.h; sourceTree = ""; }; - 8D8DA7502B9AE9F65D7D69BAEE603002 /* RCTTurboModuleManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTurboModuleManager.mm; sourceTree = ""; }; + 8D7F47D5903AF86D3981C401C7313F9F /* Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Private.h; sourceTree = ""; }; 8D9024458C9CB9909900E274D398BE33 /* FIRCLSURLSessionUploadTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSURLSessionUploadTask.m; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionUploadTask.m; sourceTree = ""; }; + 8DA30566DC8E188328E58AFAAB0A8378 /* UMCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCore.release.xcconfig; sourceTree = ""; }; 8DA985AD107AE755BE2DFA1DE2741257 /* SDAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageView.h; path = SDWebImage/Core/SDAnimatedImageView.h; sourceTree = ""; }; - 8DE0AE382E73F391070A03814F33213A /* RCTView+SafeAreaCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTView+SafeAreaCompat.h"; path = "ios/SafeAreaView/RCTView+SafeAreaCompat.h"; sourceTree = ""; }; - 8DE2FCAA1B424D6F77BB338866FA3E99 /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = yoga/YGLayout.h; sourceTree = ""; }; - 8DEC9AD0441F9F074930565044F2F6BA /* UIImage+Extension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Extension.m"; path = "ios/src/UIImage+Extension.m"; sourceTree = ""; }; + 8DC0C54C2507B56DCFE1A638F3FD50E5 /* GULReachabilityChecker+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULReachabilityChecker+Internal.h"; path = "GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h"; sourceTree = ""; }; + 8DDB32CCE32A6CCA0EA43A31D58BF6AF /* UMReactNativeAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeAdapter.h; sourceTree = ""; }; + 8DE88AD42F76BE32942904C9EEE6EEE4 /* RNNotificationCenterMulticast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenterMulticast.h; path = RNNotifications/RNNotificationCenterMulticast.h; sourceTree = ""; }; 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; }; - 8DFDA5A6D8EC5517A564A1A4C6B3A702 /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.h; sourceTree = ""; }; 8DFFCF6C7618636B00905C9A7F4C3637 /* dsp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dsp.h; path = src/dsp/dsp.h; sourceTree = ""; }; 8E0634A773BB2B5B361457F9AA4A4D5E /* ConcurrentSkipList-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ConcurrentSkipList-inl.h"; path = "folly/ConcurrentSkipList-inl.h"; sourceTree = ""; }; - 8E0F05E8626CAB5E5B8CF1E705B4A28D /* RCTDevLoadingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevLoadingView.mm; sourceTree = ""; }; 8E159075A80E1B4C3AC9F0450A316FE2 /* SerialExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SerialExecutor.cpp; path = folly/executors/SerialExecutor.cpp; sourceTree = ""; }; 8E1A25CC54C59072C25E89561934C73B /* PBUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PBUtility.h; path = Core/PBUtility.h; sourceTree = ""; }; 8E21D202408BFA2C1202396AB2357282 /* mux_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mux_types.h; path = src/webp/mux_types.h; sourceTree = ""; }; - 8E3A31623C49AF52BECC0B6A9143D46D /* RCTKeyboardObserver.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTKeyboardObserver.mm; sourceTree = ""; }; - 8E67FE872588AF0586E8991033688771 /* RCTEventAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventAnimation.h; sourceTree = ""; }; + 8E466C2568DC808D7F8F2783DE4D2AB0 /* RCTKeyCommandConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyCommandConstants.h; path = ios/KeyCommands/RCTKeyCommandConstants.h; sourceTree = ""; }; + 8E699E40B13FAFDFC18B5249444096EA /* REAOperatorNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAOperatorNode.h; sourceTree = ""; }; + 8E6EDFA9F1E540E79FB74DF851671243 /* RCTInputAccessoryViewContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewContent.m; sourceTree = ""; }; + 8E6EFC487486E9E37740026A3857CF15 /* RNLocalize.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNLocalize.debug.xcconfig; sourceTree = ""; }; + 8E78CAA2C10634D2A26FEDB8001B4CA1 /* UMFaceDetectorInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFaceDetectorInterface.debug.xcconfig; sourceTree = ""; }; 8E871AAC1EDC6BE43EB92D292E2E8CD4 /* Flipper-Glog.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-Glog.release.xcconfig"; sourceTree = ""; }; 8E939CB44FD2253D4D1B596BB963F44D /* alpha_processing_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_neon.c; path = src/dsp/alpha_processing_neon.c; sourceTree = ""; }; - 8E93A0CD469D7E85F8F3E028A7CDDE5C /* FFFastImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageView.h; path = ios/FastImage/FFFastImageView.h; sourceTree = ""; }; - 8E9AF4946C813470571E7F70196972FD /* GULKeychainUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULKeychainUtils.m; path = GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m; sourceTree = ""; }; - 8EADF844BC58524F751BFC9BD8362F89 /* FBLazyIterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyIterator.h; path = FBLazyVector/FBLazyIterator.h; sourceTree = ""; }; - 8EB443CCAA8B3910763F8BDAD00AF053 /* UMModuleRegistryProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryProvider.h; sourceTree = ""; }; + 8EACA5F55C5E1B77D91F4F2828E14A1E /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; 8EDA30FD146BE39B7EA870C76B401DC3 /* ScheduledSingleSubscription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledSingleSubscription.h; path = rsocket/internal/ScheduledSingleSubscription.h; sourceTree = ""; }; - 8EDE17CAE0A1A7F42D205146966204FF /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 8EE487702AFDECABDE1A5814478567B8 /* RNCConnectionStateWatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCConnectionStateWatcher.h; path = ios/RNCConnectionStateWatcher.h; sourceTree = ""; }; - 8EED4240F4EF0C13033AFF0DAB0045F4 /* UMConstantsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMConstantsInterface.h; path = UMConstantsInterface/UMConstantsInterface.h; sourceTree = ""; }; + 8EF0A088348F23E35AC63451A977811E /* React-RCTImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTImage-prefix.pch"; sourceTree = ""; }; 8EFAF70FC7AD5745B398BEB23402B339 /* FBLPromise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBLPromise.m; path = Sources/FBLPromises/FBLPromise.m; sourceTree = ""; }; - 8F16FA63E9856238A35EB81220CB3D85 /* READebugNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = READebugNode.h; sourceTree = ""; }; 8F1AADEB994A06753733D5DA30E49EE9 /* FIRCLSDwarfUnwind.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDwarfUnwind.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.h; sourceTree = ""; }; + 8F2B1439CC1E646C2F05803F82208C55 /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; 8F34077B6C1A1F970C869CFC459EF523 /* Unicode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Unicode.cpp; path = folly/Unicode.cpp; sourceTree = ""; }; - 8F4A3C3B8AADB6C5C49E91CBE496CFE2 /* UMModuleRegistryProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryProvider.m; sourceTree = ""; }; + 8F58C13D386E0C0CAB5BE4F8AF20AB03 /* RNFBAnalyticsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBAnalyticsModule.h; path = ios/RNFBAnalytics/RNFBAnalyticsModule.h; sourceTree = ""; }; 8F65F9361F2069CF9E9D751272968DE4 /* libRNGestureHandler.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNGestureHandler.a; path = libRNGestureHandler.a; sourceTree = BUILT_PRODUCTS_DIR; }; 8F6D0A14D4A6C24A84295B2F70D90BA4 /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = SDWebImage/Core/SDDiskCache.m; sourceTree = ""; }; - 8F7C40EDBB310FAFE3A984FE4ECF0774 /* React-RCTSettings.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTSettings.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 8F7DC3B2CB7EB4121BCE697DCCC32F06 /* UMBarCodeScannerProviderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerProviderInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerProviderInterface.h; sourceTree = ""; }; - 8F93D2270527986885BC70DDA7AC8FD6 /* RCTFileRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFileRequestHandler.mm; sourceTree = ""; }; + 8F8B5973D6EAD1D778515A364E21BC3B /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 8FA3467C61F628A26A2C7E187ABB1AD6 /* F14Defaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Defaults.h; path = folly/container/detail/F14Defaults.h; sourceTree = ""; }; - 8FC039396EC0EE31835A540BBE40E1CA /* React-CoreModules-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-CoreModules-prefix.pch"; sourceTree = ""; }; - 8FC1AC7213C4EDF9C891DB73A3F26545 /* RCTUtilsUIOverride.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtilsUIOverride.m; sourceTree = ""; }; 8FD1A6013BE26CF0DF77977974AF20E0 /* Subscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Subscriber.h; path = yarpl/flowable/Subscriber.h; sourceTree = ""; }; - 8FE3D443F4C2CDDA1466E9E7FB3185D1 /* FBLazyVector.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBLazyVector.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 8FE11E92FC612767470FF1C8EFCBE972 /* BugsnagFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagFileStore.m; sourceTree = ""; }; 901D1D6CE3AE56FDAAB87B622D2BF89C /* UIImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/Core/UIImageView+WebCache.h"; sourceTree = ""; }; 903566020BC94B678C25CAE9BDE3FB91 /* Tearable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Tearable.h; path = folly/synchronization/Tearable.h; sourceTree = ""; }; - 90436EDBE872AF84866087D3169F0D74 /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; 906A7119807C1AB50E631EDF48DB7703 /* UIImage+WebP.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+WebP.m"; path = "SDWebImageWebPCoder/Classes/UIImage+WebP.m"; sourceTree = ""; }; - 9079E9B255A30F2CD2A57CEA12D2B80B /* YGConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = yoga/YGConfig.h; sourceTree = ""; }; + 907DBEB9777B195E86A190106A88BB2F /* UMAppLifecycleListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleListener.h; sourceTree = ""; }; 908DF3BD9F9EE2B44E09CE2D18A280A9 /* rescaler_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_mips_dsp_r2.c; path = src/dsp/rescaler_mips_dsp_r2.c; sourceTree = ""; }; - 9091528AB3DE05E81F82CD460DB2A29F /* RNFastImage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFastImage.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 90986995F73CCFA582576D9230F61C62 /* fast-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fast-dtoa.h"; path = "double-conversion/fast-dtoa.h"; sourceTree = ""; }; - 909BB716C469526E0B45EE3AF10DDB4E /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; - 90AB8D66BBBC5C27AF3710F7120116B4 /* FBLazyVector.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBLazyVector.debug.xcconfig; sourceTree = ""; }; - 90E21723A26C13EDF6EDE255EBB52EB2 /* RCTDiffClampAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDiffClampAnimatedNode.h; sourceTree = ""; }; - 90E2832F7FA0FC8F2F24DDEBBDEE5F2E /* RNFBPreferences.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBPreferences.h; path = ios/RNFBApp/RNFBPreferences.h; sourceTree = ""; }; + 9099BA62C121FAE46EF6B0E6A09A640B /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; + 90BAFD9E5CB55BDC218F6DBF3D6BF619 /* BugsnagUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagUser.h; sourceTree = ""; }; 90EB305222160B2F7E0FA257C2B1412C /* SysFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysFile.h; path = folly/portability/SysFile.h; sourceTree = ""; }; - 90F1A03723D04E9913C74B4F619423B4 /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = ""; }; - 90F43879F6E718B81C33730EED047DD9 /* Rsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Rsa.h; sourceTree = ""; }; + 90FB8441D378C62633AE475C9E64146F /* ARTText.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTText.h; path = ios/ARTText.h; sourceTree = ""; }; + 90FBBBF61FE4E3D5503143DA01B02608 /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; 910745743C14274B6C29E2C8082C92BE /* tls1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tls1.h; path = ios/include/openssl/tls1.h; sourceTree = ""; }; - 910C9A9869C89DEA22C1CF4AFBAB7196 /* RCTConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConstants.h; sourceTree = ""; }; 911E1131C3831A9F8C757A9AB84FB83A /* PublishProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PublishProcessor.h; path = yarpl/flowable/PublishProcessor.h; sourceTree = ""; }; 911FBDB5300FF33E3149975DC5929B63 /* SpookyHashV2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpookyHashV2.h; path = folly/hash/SpookyHashV2.h; sourceTree = ""; }; + 9129A60C49590EF63A8BFE19F541D797 /* React-jsiexecutor.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.debug.xcconfig"; sourceTree = ""; }; 9134EDE83037B7C8B550868CF03CC0CF /* Partial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Partial.h; path = folly/functional/Partial.h; sourceTree = ""; }; - 9140CC475C67BFA99773D8D8C9F70A7F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 91405D68956015D92781322FE57227A0 /* RCTDatePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePickerManager.m; sourceTree = ""; }; 914E3BD35F915AD23C39284356B03C4B /* ScopeGuard.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScopeGuard.cpp; path = folly/ScopeGuard.cpp; sourceTree = ""; }; - 919AE47F8EC82970938228AD40575C59 /* react-native-background-timer.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-background-timer.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 91A6812B296965E182366CC34D1A9752 /* RNFBAnalytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBAnalytics.release.xcconfig; sourceTree = ""; }; - 91B98D8523C8A91E30E06FC6148CC309 /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm.S"; sourceTree = ""; }; - 91C027F2180488EB1CD198DAC4DFF690 /* RNConfigReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNConfigReader.h; path = ios/RNConfigReader.h; sourceTree = ""; }; - 91C91B47B25F184DD484787D2CD1BC4B /* RCTFileReaderModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFileReaderModule.mm; sourceTree = ""; }; - 91F1B0EBFE87C325A5AAB9C3A107E1AB /* GULKeychainUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainUtils.h; path = GoogleUtilities/Environment/Private/GULKeychainUtils.h; sourceTree = ""; }; - 921EB7BF8E7D52E2AF99AEC8CC0CAAE1 /* UMSingletonModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMSingletonModule.h; path = UMCore/UMSingletonModule.h; sourceTree = ""; }; - 922624B276649DBE39FA637FB2236D7C /* RNCWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWebViewManager.m; path = apple/RNCWebViewManager.m; sourceTree = ""; }; - 923D5461CCB848719C5F41CD1009F40B /* RCTLogBox.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLogBox.mm; sourceTree = ""; }; + 9157B28A91BFD044228018D597D9B25B /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFont.mm; sourceTree = ""; }; + 9164FFD648E02EF6F8F98DC0EDB212C3 /* react-native-appearance-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-appearance-dummy.m"; sourceTree = ""; }; + 916E0C7450E83E0B4367C5BD19DA079E /* react-native-webview-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-webview-dummy.m"; sourceTree = ""; }; + 9177FBC0227EEF8423A5F865AA482A1D /* UMPermissionsInterface-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMPermissionsInterface-dummy.m"; sourceTree = ""; }; + 919FBBB5A634BB55B40C453D604C862C /* RNFBApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBApp.release.xcconfig; sourceTree = ""; }; + 922934DAA3CE50B0BDB5D030664AC7B2 /* UMCameraInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCameraInterface.debug.xcconfig; sourceTree = ""; }; 9246657F51B7A60381223A4E5A6D11EF /* MMKVMetaInfo.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = MMKVMetaInfo.hpp; path = Core/MMKVMetaInfo.hpp; sourceTree = ""; }; 9247C7A8FAB5D4901935A3053ECE7C1E /* SKScrollViewDescriptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKScrollViewDescriptor.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKScrollViewDescriptor.m; sourceTree = ""; }; 9249D9A33A803FE765583E06E7DD43A0 /* FIROptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptions.h; path = FirebaseCore/Sources/Public/FIROptions.h; sourceTree = ""; }; + 92688811DF7A9926F8FB520E04113464 /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRedBox.h; path = React/CoreModules/RCTRedBox.h; sourceTree = ""; }; 9279A2B8AB440EE181531F0CBFF90CBE /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Sources/Private/FIROptionsInternal.h; sourceTree = ""; }; - 92878A0929D5F9021D8A036AC8B7D3C6 /* RCTVibration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVibration.h; path = Libraries/Vibration/RCTVibration.h; sourceTree = ""; }; 9290C878E1AB6225AC7AE7CD1C5A9DA0 /* Arena.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Arena.h; path = folly/memory/Arena.h; sourceTree = ""; }; 92968289E23201632E45F34B0268AF68 /* SKTapListenerImpl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKTapListenerImpl.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTapListenerImpl.m; sourceTree = ""; }; 92CB8E89BD841A3E87A709A8BFD2B061 /* GDTCORAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORAssert.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORAssert.h; sourceTree = ""; }; - 92CEC99045734C43053205068949728F /* RNPushKitEventListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventListener.h; path = RNNotifications/RNPushKitEventListener.h; sourceTree = ""; }; + 92CE6B22333344A59DBED27D884391B9 /* RNJitsiMeetView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNJitsiMeetView.h; path = ios/RNJitsiMeetView.h; sourceTree = ""; }; 92CF0630022A5B5B486403B7FDC7C6DC /* ConsumerBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConsumerBase.h; path = rsocket/statemachine/ConsumerBase.h; sourceTree = ""; }; - 92EEFAFF46CE331ADD8A17F4D6F3F582 /* RCTPackagerClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPackagerClient.m; sourceTree = ""; }; 931B7A71DC2C55CF9BC19B4407A29EBE /* InlineExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InlineExecutor.cpp; path = folly/executors/InlineExecutor.cpp; sourceTree = ""; }; 936EC6FD858093EF095D610AF5EB00F0 /* zh-Hans.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hans.lproj"; path = "Objective-C/TOCropViewController/Resources/zh-Hans.lproj"; sourceTree = ""; }; + 937BF80DAC3AD39D847CBAE195763C5D /* EXFileSystem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystem.m; path = EXFileSystem/EXFileSystem.m; sourceTree = ""; }; + 937FFFF64C3D93D536118E5C622F654E /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; + 9384C4052D4B5330FE667A0F8070EB64 /* EXVideoManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoManager.m; sourceTree = ""; }; + 9387105C912AF870A74355C45A485708 /* EXConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstants.m; path = EXConstants/EXConstants.m; sourceTree = ""; }; 9388C1C21EF6DEECFEB06DA212C39122 /* RangeCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RangeCommon.h; path = folly/detail/RangeCommon.h; sourceTree = ""; }; 939623CE233075C87D5FE25ED1C64FE2 /* FIRCLSCompactUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSCompactUnwind.c; path = Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.c; sourceTree = ""; }; 93BC81BD4B8421AA0D05341EE0B566EE /* GDTCORReachability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORReachability.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORReachability.h; sourceTree = ""; }; 93D5B1A720AD78320734CB6F6B4FFC80 /* CodedInputDataCrypt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CodedInputDataCrypt.h; path = Core/CodedInputDataCrypt.h; sourceTree = ""; }; + 93FD2852A349D962A679B496F4E8D24F /* BSG_KSSystemInfoC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfoC.h; sourceTree = ""; }; + 940FC5034C5012B724903EE9C30582D3 /* UMReactNativeAdapter.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMReactNativeAdapter.debug.xcconfig; sourceTree = ""; }; + 941881525477D0E96ADF459F13C8366F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 941EDB9E2081D4D47E70886FB88DD216 /* upsampling.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling.c; path = src/dsp/upsampling.c; sourceTree = ""; }; 942500BF13F5304019A8EE44A942A11D /* RSocketServer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketServer.h; path = rsocket/RSocketServer.h; sourceTree = ""; }; 9430874F1AC842EC9A0090BD51FB87E5 /* FBLPromise+Testing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Testing.m"; path = "Sources/FBLPromises/FBLPromise+Testing.m"; sourceTree = ""; }; 943675A5316E6F3D7059DA18E16F5686 /* pkcs12.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pkcs12.h; path = ios/include/openssl/pkcs12.h; sourceTree = ""; }; - 9456009E9C3957415C25A2051572B093 /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; + 945246CEFE5ACDCE05C0F08ED70CB3DC /* SharedProxyCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SharedProxyCxxModule.h; sourceTree = ""; }; 94562FEEE041FCA17B182DAEBEEC0438 /* FlipperUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FlipperUtil.m; path = iOS/FlipperKit/FlipperUtil.m; sourceTree = ""; }; 945DDAA2417D5562D5FFEE8DDB64DC83 /* FIRCLSFCRAnalytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFCRAnalytics.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSFCRAnalytics.h; sourceTree = ""; }; - 9463CCABFF349B52758B917D4C9FA77C /* QBAssetsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetsViewController.h; path = ios/QBImagePicker/QBImagePicker/QBAssetsViewController.h; sourceTree = ""; }; - 9472E6A8ADC8A9E6144C9B61E96FC491 /* EXKeepAwake.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXKeepAwake.h; path = EXKeepAwake/EXKeepAwake.h; sourceTree = ""; }; + 945FFD7633B336A4C9E8ABE7D59193F8 /* React-RCTImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.release.xcconfig"; sourceTree = ""; }; + 94831F98325A4DF50B6A3E021FAE698E /* localNotifications.md */ = {isa = PBXFileReference; includeInIndex = 1; name = localNotifications.md; path = docs/localNotifications.md; sourceTree = ""; }; + 948C0A90A29A19ED1AC389C81BB8CF13 /* REAAlwaysNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAAlwaysNode.m; sourceTree = ""; }; 949B140FBE75F86A22077BDC59663BF9 /* Pods-ShareRocketChatRN-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ShareRocketChatRN-resources.sh"; sourceTree = ""; }; 949FCAA1C40C1CAD7736386449E3DE02 /* FIRInstallationsStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStatus.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsStatus.h; sourceTree = ""; }; + 94A08F514E91A9811430FD2262FEA644 /* BSG_KSCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrash.m; sourceTree = ""; }; + 94A148098B71F86814EB394F746CF6EC /* RCTJSInvokerModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSInvokerModule.h; sourceTree = ""; }; 94B455AA04E262EDE77D78D9D032C64A /* FIRCLSDemangleOperation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDemangleOperation.mm; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.mm; sourceTree = ""; }; + 94BC75EA2E2120908773B450B28D60CF /* GULUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULUserDefaults.h; path = GoogleUtilities/UserDefaults/Private/GULUserDefaults.h; sourceTree = ""; }; 94BE4A916A924189C6D1A5836209327D /* StreamsWriter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamsWriter.cpp; path = rsocket/statemachine/StreamsWriter.cpp; sourceTree = ""; }; - 94F9BA574A8A46B7167CD92B69083E93 /* ARTTextManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTTextManager.m; sourceTree = ""; }; 94FDE5CB1694A059D142CEAD90C6B0C9 /* SDImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoader.m; path = SDWebImage/Core/SDImageLoader.m; sourceTree = ""; }; - 95071628C82FD6159FD8B810E09CA0D6 /* CompactValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CompactValue.h; path = yoga/CompactValue.h; sourceTree = ""; }; 9507710A21691CC0E9B78E5EF2DDBD16 /* FIRApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRApp.h; path = FirebaseCore/Sources/Public/FIRApp.h; sourceTree = ""; }; - 951053E9081E358A9E0D3F31399017E0 /* EXVideoThumbnails.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXVideoThumbnails.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 95131DED26FCD3661A50BDF2E2C567E0 /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+HighlightedWebCache.m"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; - 9517A2E0022C27D6CB0653AF42F19A1E /* EXKeepAwake.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXKeepAwake.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 9526C0B001C7D576AD01336B4D96B9C3 /* tag_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tag_compat.h; path = src/event2/tag_compat.h; sourceTree = ""; }; 95289BDA6350DEF07E4955FA1EC52519 /* GDTCORPlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORPlatform.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORPlatform.m; sourceTree = ""; }; - 952E43498603CB8FFFECD7B352F24A95 /* REAParamNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAParamNode.h; sourceTree = ""; }; - 9544851CF3DB6DC719F81B5625CDB34F /* react-native-restart.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-restart.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 954918646509AF93DC0ABEB99FE68685 /* react-native-cameraroll-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-cameraroll-dummy.m"; sourceTree = ""; }; 955D1CB93D8630D106A768A7E39526C7 /* Conv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Conv.h; path = folly/Conv.h; sourceTree = ""; }; - 9563B6B9694AF47C395BDD0A33E23050 /* React-jsiexecutor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsiexecutor-prefix.pch"; sourceTree = ""; }; - 959051C1EE88F658A671A97D79E891CA /* UMKernelService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMKernelService.h; sourceTree = ""; }; 959EE8119DC02447F35D8C08D986F483 /* pb_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_common.h; sourceTree = ""; }; + 95B50989E80497512B7152EDECDDD528 /* UMUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUIManager.h; sourceTree = ""; }; + 95B600BE9BE3B22A5CF3182E1D85F85C /* RNCSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaViewManager.m; path = ios/SafeAreaView/RNCSafeAreaViewManager.m; sourceTree = ""; }; 95BAC5CB0D279B5958E7B0D88AD3C358 /* ThreadLocalDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadLocalDetail.h; path = folly/detail/ThreadLocalDetail.h; sourceTree = ""; }; - 95BBD1E808205BD2C0EF96522256F8B6 /* UMLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogHandler.h; sourceTree = ""; }; + 95C358C9E476857268060EBFFD426C86 /* RNGestureHandlerButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerButton.m; path = ios/RNGestureHandlerButton.m; sourceTree = ""; }; 95C88FD20D5D13529D47BC4F9568264F /* HazptrUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrUtils.h; path = folly/synchronization/detail/HazptrUtils.h; sourceTree = ""; }; 95D00A3E66C847FBED5DC0B6073EB67F /* Pods-defaults-RocketChatRN-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-defaults-RocketChatRN-acknowledgements.plist"; sourceTree = ""; }; + 95D67F2B83C4C698AEFC6E51D19DAC41 /* EXKeepAwake.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXKeepAwake.m; path = EXKeepAwake/EXKeepAwake.m; sourceTree = ""; }; 95DBA7B85E03C333EEC4A6FB37E4763A /* Portability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Portability.h; path = folly/futures/Portability.h; sourceTree = ""; }; - 95F4A76FAC1A61395798CE6287242218 /* RNFetchBlobNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobNetwork.m; path = ios/RNFetchBlobNetwork.m; sourceTree = ""; }; 95FB8C8276999A1DB67E7FCD5131C4E5 /* WarmResumeManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = WarmResumeManager.cpp; path = rsocket/internal/WarmResumeManager.cpp; sourceTree = ""; }; + 96029579371D4169676428C15CAC1507 /* react-native-background-timer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-background-timer.debug.xcconfig"; sourceTree = ""; }; + 96078E14FB366FC2819D699F6957C373 /* InspectorInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorInterfaces.h; sourceTree = ""; }; + 9621EAC1A48E39C15ECEF2A85EA69276 /* BugsnagApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagApiClient.m; sourceTree = ""; }; 9621F4B0A44623E984DC190DDF0A9A4B /* libPods-defaults-RocketChatRN.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-defaults-RocketChatRN.a"; path = "libPods-defaults-RocketChatRN.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 96259C4D7D9352CB52FE81EE311BE24C /* IPAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddress.h; path = folly/IPAddress.h; sourceTree = ""; }; 962CCB4F39D9B0208C07FD60C25C9395 /* SysUio.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysUio.cpp; path = folly/portability/SysUio.cpp; sourceTree = ""; }; + 963959355284190AA1E2922C90830CCE /* RNCConnectionStateWatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCConnectionStateWatcher.h; path = ios/RNCConnectionStateWatcher.h; sourceTree = ""; }; + 96402FE591BFB30C9DBD487112914226 /* BSG_KSCrashState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashState.m; sourceTree = ""; }; 964075248E29555CDD17DF2AA331F751 /* yuv_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_mips_dsp_r2.c; path = src/dsp/yuv_mips_dsp_r2.c; sourceTree = ""; }; - 964520F4BAD81827EED8571ABA67F9B2 /* RNFBCrashlytics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFBCrashlytics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 9643E8740B81C641EFEE8E28DC3F1B43 /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; 964E5D3773A0F9836351C7D1157D2063 /* SysResource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysResource.h; path = folly/portability/SysResource.h; sourceTree = ""; }; - 9656DBD548118B7ABDFE5CFD5B69AB12 /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; sourceTree = ""; }; - 966F6D42B400FE804C91606061DF3033 /* React-Core-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-umbrella.h"; sourceTree = ""; }; + 9657D1E397B1F7BA25435BCFB99BA4CE /* RNSScreenContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenContainer.m; path = ios/RNSScreenContainer.m; sourceTree = ""; }; + 96808266BFB4A792E8797C67732EF484 /* NSData+EXFileSystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+EXFileSystem.h"; path = "EXFileSystem/NSData+EXFileSystem.h"; sourceTree = ""; }; 9683485DD8F0BEB47BB9E40938D3C9D0 /* ScheduledSubscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledSubscriber.h; path = rsocket/internal/ScheduledSubscriber.h; sourceTree = ""; }; - 96943C6C2A1A1DA13749C5762ED8D4AC /* JSCRuntime.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSCRuntime.cpp; sourceTree = ""; }; - 96A43DC232EA3F0DC5265F6C2A19EE84 /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; - 96A59D54749883576DB2D6E08DDA4BFE /* RCTRsa.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTRsa.m; path = ios/RCTCrypto/RCTRsa.m; sourceTree = ""; }; - 96BABF48CDDDB6FFD5262835706FBBF9 /* ARTRadialGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTRadialGradient.h; sourceTree = ""; }; + 9686FEC2F21AE9148D325911544DEB44 /* RNCAppearanceProviderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearanceProviderManager.m; path = ios/Appearance/RNCAppearanceProviderManager.m; sourceTree = ""; }; 96BACFBFC6E0CB22F6BB2B9C3CB7572C /* keyvalq_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = keyvalq_struct.h; path = src/event2/keyvalq_struct.h; sourceTree = ""; }; - 96BEDC9457114A9F2662CF1FCC8449E8 /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; - 96D0B4D2C8E7747DE10DD1DEE485BDAB /* React-Core.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.debug.xcconfig"; sourceTree = ""; }; + 96D74BD54456BF5766811A130EAAEDBA /* React-jsinspector.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.debug.xcconfig"; sourceTree = ""; }; 96D7AB664B3C5240389A2D3A10416B9D /* pt-BR.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "pt-BR.lproj"; path = "Objective-C/TOCropViewController/Resources/pt-BR.lproj"; sourceTree = ""; }; - 96E091C1728A0B6070091502D5AA2B1E /* RNCAppearanceProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearanceProvider.h; path = ios/Appearance/RNCAppearanceProvider.h; sourceTree = ""; }; - 96E893AF918D549A209B6A206692B8A1 /* UMFaceDetectorManagerProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManagerProvider.h; path = UMFaceDetectorInterface/UMFaceDetectorManagerProvider.h; sourceTree = ""; }; 96E9EB922C36476C0786587EF297BE4E /* FlipperConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperConnection.h; path = iOS/FlipperKit/FlipperConnection.h; sourceTree = ""; }; 96F6E8528C4EC7786262B3CE7BE4614C /* FarmHash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FarmHash.h; path = folly/hash/FarmHash.h; sourceTree = ""; }; 970C9F3C3AA798D83003BE7C7129E3A0 /* yuv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = yuv.h; path = src/dsp/yuv.h; sourceTree = ""; }; 9719666CAEC85DBF140837F26DD5CD5A /* Merge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Merge.h; path = folly/container/Merge.h; sourceTree = ""; }; - 971F6980AC142F945F3F5B9BEE8FFE12 /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; - 97201ED66448D042727D78C9709B0952 /* React-RCTAnimation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.debug.xcconfig"; sourceTree = ""; }; + 971F792B9124284FA2B5437FA196F16D /* React-RCTNetwork.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTNetwork.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 9728B984966BC98860FAB0C677395B47 /* FIRCLSMultipartMimeStreamEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMultipartMimeStreamEncoder.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSMultipartMimeStreamEncoder.m; sourceTree = ""; }; + 97337B286D6A431CA74BB3D00A8D5540 /* EXConstantsService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstantsService.m; path = EXConstants/EXConstantsService.m; sourceTree = ""; }; 9739DB2412D22C208A57481EE2578872 /* FIRCLSURLSessionConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSURLSessionConfiguration.m; path = Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSessionConfiguration.m; sourceTree = ""; }; - 97553F4F84C36FDAB0AC65A47B3A590B /* EXAppleAuthentication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppleAuthentication.h; path = EXAppleAuthentication/EXAppleAuthentication.h; sourceTree = ""; }; + 973CB3B495A9D8ED34F30741C73A4CEF /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 974FD54303C4A13BF568C2991A1A5BAB /* KeyboardTrackingViewTempManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = KeyboardTrackingViewTempManager.h; sourceTree = ""; }; 975EFFE50671181EA7FE65731F444625 /* GlobalShutdownSocketSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GlobalShutdownSocketSet.h; path = folly/io/GlobalShutdownSocketSet.h; sourceTree = ""; }; 97628F8B00ED909995A47B37E5F8E510 /* ScopedTraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScopedTraceSection.h; path = folly/tracing/ScopedTraceSection.h; sourceTree = ""; }; 9764A3A8252EFF14A321A56C6FF810E2 /* Traits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Traits.h; path = folly/Traits.h; sourceTree = ""; }; - 976EBC26DA9461E86553E0F5A8335904 /* rn-fetch-blob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-fetch-blob-dummy.m"; sourceTree = ""; }; - 9774D943E843E824D7D308FB45DD4F46 /* CallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallInvoker.h; path = ReactCommon/CallInvoker.h; sourceTree = ""; }; + 9768D3AC6362E4EDBFA97D4BFE569439 /* NativeToJsBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = NativeToJsBridge.cpp; sourceTree = ""; }; + 976BFFE7AC8FD146C65E3EB148DEF57F /* React-RCTBlob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTBlob-dummy.m"; sourceTree = ""; }; 9788D2E725AD263B6340AF22F0829124 /* FutureExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FutureExecutor.h; path = folly/executors/FutureExecutor.h; sourceTree = ""; }; - 9793837FBB5DA5B8D10F6991435CD2DA /* React-RCTAnimation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTAnimation-dummy.m"; sourceTree = ""; }; - 9794EDEEDC460DB9C662F8AF412956EA /* UMBarCodeScannerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMBarCodeScannerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 97CFDE5D34E3D1C7BC4E80FAD8569932 /* JSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSExecutor.h; sourceTree = ""; }; + 9790B25485B5112D0440833FE01D5B05 /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; + 97A5B36F6860D37C59B408CD9A2D171F /* REAFunctionNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAFunctionNode.h; sourceTree = ""; }; + 97B42B968D26C833EF3EA155B3FCC757 /* RNCPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCPickerManager.h; path = ios/RNCPickerManager.h; sourceTree = ""; }; + 97BC23DB30FC0E706968AF8308390589 /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTiming.h; path = React/CoreModules/RCTTiming.h; sourceTree = ""; }; + 97C1E5C36690688F68F9F6C6F5B223F9 /* MMKVStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKVStorage.h; path = ios/MMKVStorage.h; sourceTree = ""; }; 97D0B04C58FFAAAC62DCED943B9A570F /* UIView+SKInvalidation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "UIView+SKInvalidation.mm"; path = "iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIView+SKInvalidation.mm"; sourceTree = ""; }; + 97D429A0DC87C570D3DE0C94A2634198 /* ARTLinearGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTLinearGradient.h; sourceTree = ""; }; 97DFB4A27CD0E547DA4548C135FBCA5F /* FIRInstallationsSingleOperationPromiseCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsSingleOperationPromiseCache.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.m; sourceTree = ""; }; - 97E555B98EF905EE8FBE20AEC300AFA3 /* BugsnagCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashSentry.h; sourceTree = ""; }; + 97F22FD130D38E6FE56D88111261AF31 /* EXWebBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXWebBrowser.release.xcconfig; sourceTree = ""; }; 98090DEBEE0A484DCB283999B3C4FE16 /* demux.c */ = {isa = PBXFileReference; includeInIndex = 1; name = demux.c; path = src/demux/demux.c; sourceTree = ""; }; + 982592451D0DE8980AFD643B11087C21 /* react-native-blur.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-blur.debug.xcconfig"; sourceTree = ""; }; 982F8988B9769866A92398D41CB15D22 /* Syslog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Syslog.h; path = folly/portability/Syslog.h; sourceTree = ""; }; 9834FCEDF152C5846256FAA9FC2F1BB4 /* FIRCLSPackageReportOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSPackageReportOperation.m; path = Crashlytics/Crashlytics/Operations/Reports/FIRCLSPackageReportOperation.m; sourceTree = ""; }; - 98423AA23C34FBCBE4D9202F773B530F /* EXKeepAwake.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXKeepAwake.release.xcconfig; sourceTree = ""; }; + 9847DCFA343B907C7BC3C612317AD77C /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; sourceTree = ""; }; 984DEB675CC05B7ED11F153E250DC2DC /* DynamicParser-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DynamicParser-inl.h"; path = "folly/experimental/DynamicParser-inl.h"; sourceTree = ""; }; 984F0BE697C69441407D7B8F19C8ED65 /* GDTCORTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransformer.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer.h; sourceTree = ""; }; - 98830BD5762CE9D3AA5D468415BF95BB /* RNFetchBlobConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobConst.m; path = ios/RNFetchBlobConst.m; sourceTree = ""; }; - 988A2ECB752D54226C4EEE37590504F5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 989E6D4CADEF6B6756421069D7599BB8 /* SafeAreaSpacerViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SafeAreaSpacerViewLocalData.h; sourceTree = ""; }; + 98586AB9F1BC0BE3222F41C96FB5FEEA /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFPSGraph.h; path = React/CoreModules/RCTFPSGraph.h; sourceTree = ""; }; + 989CDB34F6E5E8E94D76A9F788CD9DD9 /* RNTapHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNTapHandler.h; sourceTree = ""; }; 98A833216C7A724A688CF71D22E6FA8C /* lossless_enc_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_mips32.c; path = src/dsp/lossless_enc_mips32.c; sourceTree = ""; }; - 98FFFB3B367F5C1068DE90A69C635A53 /* RCTNetworkTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkTask.h; path = Libraries/Network/RCTNetworkTask.h; sourceTree = ""; }; + 98C7886164C7FF8611E7F1F70DD1B628 /* RNRotationHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNRotationHandler.h; sourceTree = ""; }; + 98E0C1854B63908FDE63860702C4E9E2 /* JSDeltaBundleClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSDeltaBundleClient.cpp; sourceTree = ""; }; 9904F6620AF734A2B9670844E5AE633C /* TimeoutQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TimeoutQueue.cpp; path = folly/TimeoutQueue.cpp; sourceTree = ""; }; + 99090B494D29ABBA1BD0C98E09B2B767 /* REAParamNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAParamNode.m; sourceTree = ""; }; 990D8C8EAF8BC29F8D671DFC91560098 /* alpha_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_dec.c; path = src/dec/alpha_dec.c; sourceTree = ""; }; - 99279CE2EF83F3793AC533A392168F16 /* Hmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Hmac.h; sourceTree = ""; }; 992BD5FC7AF125FC198350E045910B0E /* FlipperRSocketResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperRSocketResponder.h; path = xplat/Flipper/FlipperRSocketResponder.h; sourceTree = ""; }; 992F3DF4EDB6532738E826305A62C097 /* Conv.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Conv.cpp; path = folly/Conv.cpp; sourceTree = ""; }; 992FD1C9C6068B939633B419103E9660 /* FlipperClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FlipperClient.mm; path = iOS/FlipperKit/FlipperClient.mm; sourceTree = ""; }; - 9933D6A798F1B97EDE2070F186B8C9CD /* RNCConnectionState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCConnectionState.m; path = ios/RNCConnectionState.m; sourceTree = ""; }; 995556FF72A35310617D533819A4DED5 /* cms.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cms.h; path = ios/include/openssl/cms.h; sourceTree = ""; }; + 995B84FAE2CCC5B61D3FD2850BE544BD /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; + 995E4F74CBEB09358653A53C28BF5EF9 /* GULSceneDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSceneDelegateSwizzler_Private.h; path = GoogleUtilities/SceneDelegateSwizzler/Internal/GULSceneDelegateSwizzler_Private.h; sourceTree = ""; }; 9962BFC91082B39B9517318ED95ECFFC /* FIRInstallationsAPIService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAPIService.h; path = FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.h; sourceTree = ""; }; - 99688F282F0A012B1381B6068A7624FA /* RNCSafeAreaProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaProvider.m; path = ios/SafeAreaView/RNCSafeAreaProvider.m; sourceTree = ""; }; + 997EBC8BE604034B46AD0C9F61326E38 /* RCTSettingsPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSettingsPlugins.h; path = Libraries/Settings/RCTSettingsPlugins.h; sourceTree = ""; }; + 9987B45EAA6E1CF4AD776CABDAEBFE22 /* RCTBundleURLProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleURLProvider.m; sourceTree = ""; }; + 998C74D7D6DB25B35485DCCD8A0577CD /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 998CB3A78C1C83E13D5F12DD69A928FD /* hmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = hmac.h; path = ios/include/openssl/hmac.h; sourceTree = ""; }; - 998ED50118B48A58FB600312862A692C /* SafeAreaManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaManager.m; sourceTree = ""; }; - 9993ABD3D44958DAE192881FA1B41348 /* RCTSurfacePresenterStub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfacePresenterStub.h; sourceTree = ""; }; - 99A9802E64B7ACC83ECEA19FF77EA7C1 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 99A9F8BB2CA1319B902F9B26DEFAF104 /* UMSensorsInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMSensorsInterface.debug.xcconfig; sourceTree = ""; }; + 999C48F45B59BCC5732D60EA07E756DF /* BugsnagSink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSink.m; sourceTree = ""; }; 99AFE56C3813CE95CF52861C6A2A5554 /* ResumeIdentificationToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ResumeIdentificationToken.h; path = rsocket/framing/ResumeIdentificationToken.h; sourceTree = ""; }; 99B5BB18B3F462B9460E4C2DECAD8D2B /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Demangle.cpp; path = folly/Demangle.cpp; sourceTree = ""; }; 99B922B5E113EFAABB5E8B04E2BBEA07 /* near_lossless_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = near_lossless_enc.c; path = src/enc/near_lossless_enc.c; sourceTree = ""; }; - 99CE2A872BE300E59F685B377853DCBC /* Yoga.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Yoga.modulemap; sourceTree = ""; }; - 99D29B9EDD95915E4DC8B919652ED467 /* UMImageLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMImageLoaderInterface.h; path = UMImageLoaderInterface/UMImageLoaderInterface.h; sourceTree = ""; }; 99D5CD245388DC76AAEF6E1E351A90ED /* libFlipper-Folly.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libFlipper-Folly.a"; path = "libFlipper-Folly.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 99E03EB3BF06B276D4104459448AF467 /* RCTAlertController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAlertController.h; path = React/CoreModules/RCTAlertController.h; sourceTree = ""; }; 99E362D23328BDA804415B87C734366F /* SocketAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketAddress.h; path = folly/SocketAddress.h; sourceTree = ""; }; - 99ECAE0756CB9A6CF18C83DAD4EE9389 /* RCTPerfMonitor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPerfMonitor.mm; sourceTree = ""; }; - 99F929A7CBBE1B940E9A555F418665AB /* RCTPropsAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPropsAnimatedNode.h; sourceTree = ""; }; 99F93EE64440E9A1DA652BA54E830184 /* GDTCORConsoleLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORConsoleLogger.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORConsoleLogger.m; sourceTree = ""; }; + 99FCCF17097AC3A53C7217A52A3705CE /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBundleType.h; sourceTree = ""; }; 9A08C4E80228947F81AEA182199A3F5C /* FIRCLSDataCollectionToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSDataCollectionToken.m; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionToken.m; sourceTree = ""; }; 9A0C5B5473384886AA1132CD987308B9 /* GCDAsyncSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GCDAsyncSocket.m; path = Source/GCD/GCDAsyncSocket.m; sourceTree = ""; }; + 9A18D04D8D5B88B70122539728A20321 /* React-jsinspector.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.release.xcconfig"; sourceTree = ""; }; + 9A31E3E36813AF931629C21C1C4064F7 /* React-jsinspector-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsinspector-prefix.pch"; sourceTree = ""; }; + 9A38DAB8648C8933AD78540897F30EF8 /* RCTConvert+FIRApp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FIRApp.m"; path = "ios/RNFBApp/RCTConvert+FIRApp.m"; sourceTree = ""; }; 9A44D8E81D4437550898DAC348E5935E /* AsymmetricMemoryBarrier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsymmetricMemoryBarrier.h; path = folly/synchronization/AsymmetricMemoryBarrier.h; sourceTree = ""; }; 9A48A0E71519556555E8E1A63D4F2F6C /* SDWebImageDownloaderDecryptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderDecryptor.m; path = SDWebImage/Core/SDWebImageDownloaderDecryptor.m; sourceTree = ""; }; - 9A4A7AE398B60B9F6AAF3117ABA8E9AB /* react-native-blur.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-blur.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9A741E67F376D13AED71A59F03319337 /* rn-fetch-blob.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-fetch-blob.release.xcconfig"; sourceTree = ""; }; - 9A938720142367E9CD794ADE709F2B56 /* RCTAdditionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAdditionAnimatedNode.h; sourceTree = ""; }; - 9AA321FA80597BC40DB40102D4F0376A /* BSG_KSBacktrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace.h; sourceTree = ""; }; - 9AC0FE394EAA78C2B411DDEDD41E418B /* JSModulesUnbundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSModulesUnbundle.h; sourceTree = ""; }; + 9A71C319454DCE5467EDD03E023C9784 /* UMNativeModulesProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMNativeModulesProxy.h; sourceTree = ""; }; 9ACA613FA2E732C0F91F7A91191D77AB /* MMKV.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMKV.cpp; path = Core/MMKV.cpp; sourceTree = ""; }; + 9ADBAECE98BE75CD10B20DFA4C9CD1E9 /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTManagedPointer.mm; sourceTree = ""; }; + 9B0D5569F6812D82CB5CADBD6255EF30 /* react-native-cookies-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-cookies-dummy.m"; sourceTree = ""; }; 9B0EAF492B4F04F12123444633411766 /* ConnectionSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConnectionSet.h; path = rsocket/internal/ConnectionSet.h; sourceTree = ""; }; - 9B1291155C81687F0E27949F38FDD0C7 /* BSG_KSCrashSentry_User.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_User.c; sourceTree = ""; }; + 9B0F6829CA2FFBEA075E170CCE607D4E /* jsi-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "jsi-inl.h"; sourceTree = ""; }; + 9B2019C1FE357755E0196C90F46B684C /* RCTConvert+FIROptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FIROptions.h"; path = "ios/RNFBApp/RCTConvert+FIROptions.h"; sourceTree = ""; }; 9B2DFEB4FE01D1878667F3796ECD2582 /* SysResource.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysResource.cpp; path = folly/portability/SysResource.cpp; sourceTree = ""; }; 9B5767023355713B841DB2AF7F0FDA02 /* AutoTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AutoTimer.h; path = folly/experimental/AutoTimer.h; sourceTree = ""; }; + 9B699102AFEA45C8A1FB25CD8C39FEB2 /* React-RCTActionSheet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.release.xcconfig"; sourceTree = ""; }; + 9B853F08CC4E879B61D88374F75008F5 /* RCTTextSelection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextSelection.m; sourceTree = ""; }; 9B89D89DA2CCB3A2791086A4F9FE0F48 /* ieee.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ieee.h; path = "double-conversion/ieee.h"; sourceTree = ""; }; - 9B9998BCBCFFF793B3063DFF96CCB4CE /* ARTGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTGroup.h; path = ios/ARTGroup.h; sourceTree = ""; }; 9B9C65A2804562C2DBD5FAB5660C9E56 /* UIImage+CropRotate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+CropRotate.m"; path = "Objective-C/TOCropViewController/Categories/UIImage+CropRotate.m"; sourceTree = ""; }; 9BA8FF8FC05DB1E6BFD997E8F81E1492 /* FIRCLSSymbolResolver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSymbolResolver.m; path = Crashlytics/Crashlytics/Models/FIRCLSSymbolResolver.m; sourceTree = ""; }; - 9BACA24472AB96FACF4551B128F8C249 /* RCTTextSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextSelection.h; sourceTree = ""; }; - 9BB9275ECC167791B2A760E7C566ECC4 /* react-native-document-picker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-document-picker.debug.xcconfig"; sourceTree = ""; }; - 9BC26AB54DAC5AB636C3AA8D92CC7327 /* RCTHmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHmac.h; path = ios/RCTCrypto/RCTHmac.h; sourceTree = ""; }; - 9BCB26049F8BDDC57B9315FCEE338DD2 /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; sourceTree = ""; }; - 9BCFF7938EB577125261CD1FBE3CB72B /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; - 9C1AA65DC9842F2A35F5C1D5B880178D /* ImageCropPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ImageCropPicker.m; path = ios/src/ImageCropPicker.m; sourceTree = ""; }; + 9BD2F9C1F4F0AFD2F074F0274E34486F /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; + 9BDC0649976F244B385E849EE659EBFD /* REANode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REANode.h; sourceTree = ""; }; + 9BE12006D782F3B7CD458D7C675C7F15 /* RCTAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimatedNode.h; sourceTree = ""; }; + 9BF52CBE311A99F83D1CA130B0E19A34 /* RCTStyleAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStyleAnimatedNode.h; sourceTree = ""; }; + 9C04596974E6A0A67E3DBD0891538191 /* RCTNetworkTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkTask.h; path = Libraries/Network/RCTNetworkTask.h; sourceTree = ""; }; 9C3A536A1ECAAACACA8D65D17C12A514 /* GDTCCTCompressionHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTCompressionHelper.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTCompressionHelper.m; sourceTree = ""; }; - 9C4D31969FB4C2B4E1904CA60A3076E1 /* GULHeartbeatDateStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorage.h; path = GoogleUtilities/Environment/Private/GULHeartbeatDateStorage.h; sourceTree = ""; }; + 9C4C03EFB38C9C7BB9C71E3C1AF2E62B /* RNFBAnalytics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFBAnalytics-dummy.m"; sourceTree = ""; }; + 9C5FEF79BEC743ECA2BD2FD673D93BCC /* RCTAes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAes.h; path = ios/RCTCrypto/RCTAes.h; sourceTree = ""; }; 9C6D00181B29496E53096597571A4B3B /* FIRCLSReportUploader_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportUploader_Private.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader_Private.h; sourceTree = ""; }; - 9C70DF689386C6615E84D91DCD02A33A /* UMUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMUtilities.m; path = UMCore/UMUtilities.m; sourceTree = ""; }; 9C9F64D0A008E2CBACB0B541A08029AD /* SDWebImageDownloaderRequestModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderRequestModifier.h; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.h; sourceTree = ""; }; - 9CA1164FA29470976F94D37EA5CE4CF3 /* ResourceBundle-AccessibilityResources-React-Core-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-AccessibilityResources-React-Core-Info.plist"; sourceTree = ""; }; - 9CA65A71D65C0B04968B26F2CBAA664C /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; - 9CC0B0AE9E01979C233E42CDAC57458C /* RNDateTimePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDateTimePicker.m; path = ios/RNDateTimePicker.m; sourceTree = ""; }; - 9CCC4EA73679DA02656450FF7E2161A4 /* REAOperatorNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAOperatorNode.h; sourceTree = ""; }; 9CCF44C59DF1779D4F7DFC832AAD9090 /* pb_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_encode.c; sourceTree = ""; }; - 9CD3044319CEDF52FADA7F9D42F0FA28 /* GoogleUtilities-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleUtilities-dummy.m"; sourceTree = ""; }; - 9D1331AFBC431236D61E0518E19186C2 /* RCTConvert+RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+RNNotifications.m"; path = "RNNotifications/RCTConvert+RNNotifications.m"; sourceTree = ""; }; - 9D139CBB4B92DD283EE550CC4E607A32 /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; + 9D0E87FA8F64F90DF1B24C0837C796FF /* EXSessionUploadTaskDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXSessionUploadTaskDelegate.h; sourceTree = ""; }; 9D21782055A37268F0A0911B93392E04 /* crypto.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = crypto.h; path = ios/include/openssl/crypto.h; sourceTree = ""; }; 9D241354271BACCED4B10713DBE1F73E /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = "Objective-C/TOCropViewController/Resources/en.lproj"; sourceTree = ""; }; + 9D28DA487577CEF02FCA4569CD696312 /* YGLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGLayout.cpp; path = yoga/YGLayout.cpp; sourceTree = ""; }; + 9D2E742A97EED1208CA8E77377B2608A /* RNCSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSliderManager.h; path = ios/RNCSliderManager.h; sourceTree = ""; }; + 9D3A9D81320B5725653F79B114C2B0F4 /* EXSessionResumableDownloadTaskDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXSessionResumableDownloadTaskDelegate.h; sourceTree = ""; }; 9D3B700A25B61CBED5D23753C9361F3B /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "SDWebImage/Core/UIImage+MultiFormat.m"; sourceTree = ""; }; - 9D3FAB3E5EFD505AF28C8091927D78F7 /* RCTSha.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSha.h; path = ios/RCTCrypto/RCTSha.h; sourceTree = ""; }; 9D5339B37012C1922CA12EC47722CF59 /* NSImage+Compatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSImage+Compatibility.h"; path = "SDWebImage/Core/NSImage+Compatibility.h"; sourceTree = ""; }; 9D64741766C5F92F94128CA72CF61AA4 /* Request.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Request.cpp; path = folly/io/async/Request.cpp; sourceTree = ""; }; - 9D6734B30B32966C805DBF7C73F0C226 /* RCTNetworkTask.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworkTask.mm; sourceTree = ""; }; + 9D7103DECF37A05EE83CFDFF21C10771 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 9D753F9E4580B384B4C8E88A6401255C /* RNDateTimePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDateTimePickerManager.m; path = ios/RNDateTimePickerManager.m; sourceTree = ""; }; 9D7A4D77C138AF76E7332512C04101DC /* FireForgetThroughputTcp.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FireForgetThroughputTcp.cpp; path = rsocket/benchmarks/FireForgetThroughputTcp.cpp; sourceTree = ""; }; + 9D81472F856F2D56BAD520D2F812848A /* READebugNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = READebugNode.h; sourceTree = ""; }; 9D89AC07305184E37A620F129423F7EC /* ms.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ms.lproj; path = "Objective-C/TOCropViewController/Resources/ms.lproj"; sourceTree = ""; }; 9D8CE21E7ADBD7A4E9A1867C7F39EC04 /* RecordIO.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RecordIO.cpp; path = folly/io/RecordIO.cpp; sourceTree = ""; }; 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; }; - 9DBAA1275894693C3B6DF1953CB3A612 /* RNBootSplash.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNBootSplash.release.xcconfig; sourceTree = ""; }; - 9DCB36702717DC7365C410E8BB1E8ACF /* GULNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetwork.h; path = GoogleUtilities/Network/Private/GULNetwork.h; sourceTree = ""; }; - 9DE99DFD7B85B89347D444571AAEC186 /* UMPermissionsMethodsDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMPermissionsMethodsDelegate.h; path = UMPermissionsInterface/UMPermissionsMethodsDelegate.h; sourceTree = ""; }; - 9DF3A9F87229EC0C9127EF2614674785 /* RCTInputAccessoryShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryShadowView.h; sourceTree = ""; }; - 9E39C4FDB60EA447B1B20AB20987147E /* ReactNativeShareExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactNativeShareExtension.h; path = ios/ReactNativeShareExtension.h; sourceTree = ""; }; + 9DB944C5A4560836B6BE94398FCEF780 /* fr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fr.lproj; path = ios/QBImagePicker/QBImagePicker/fr.lproj; sourceTree = ""; }; + 9DD88FF253F88E46B3A40188EDBAACE2 /* RCTSubtractionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSubtractionAnimatedNode.m; sourceTree = ""; }; + 9E1F13A0B58663397E7B78C79133380F /* ARTGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTGroup.h; path = ios/ARTGroup.h; sourceTree = ""; }; 9E41B6E25AAA514D606820DC4850BE9F /* huffman_encode_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = huffman_encode_utils.c; path = src/utils/huffman_encode_utils.c; sourceTree = ""; }; 9E45F7B45565318D913C07D8596A2886 /* SlowFingerprint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SlowFingerprint.h; path = folly/detail/SlowFingerprint.h; sourceTree = ""; }; - 9E47B2618571092988DE41F01589827D /* RNFBCrashlytics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFBCrashlytics-prefix.pch"; sourceTree = ""; }; + 9E4BD6C211C3F0AF847800BD795959BB /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; + 9E4BF9C67629DC5F1B0CB9BB20C4ABBC /* Fontisto.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Fontisto.ttf; path = Fonts/Fontisto.ttf; sourceTree = ""; }; 9E6C3C99A1D38B82EF4DDB61CDC11034 /* Benchmarks.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Benchmarks.cpp; path = rsocket/benchmarks/Benchmarks.cpp; sourceTree = ""; }; - 9EA59B7BEC7287684E305E35E3137C30 /* EXAV.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAV.release.xcconfig; sourceTree = ""; }; + 9E86AC096AB6CC88DDF277B55B8C3F82 /* jsilib-windows.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = "jsilib-windows.cpp"; sourceTree = ""; }; + 9E99D2B6AD96EA867AE4102C088F48B4 /* REABlockNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REABlockNode.h; sourceTree = ""; }; 9EB1366EDF5DCD7D5AB8D7B9B00858E3 /* raw_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = raw_logging.h; path = src/glog/raw_logging.h; sourceTree = ""; }; - 9EC3B51633A192C4FBE4CB285317DCB9 /* BSG_KSSysCtl.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSysCtl.c; sourceTree = ""; }; 9ED75F07D45B6554A7AB38F7F793AE80 /* SocketFileDescriptorMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketFileDescriptorMap.h; path = folly/net/detail/SocketFileDescriptorMap.h; sourceTree = ""; }; + 9ED90501EB569E1A47BB903D55D9AA89 /* RNCMaskedView.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNCMaskedView.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 9EEF744F1D97A8543D77FA24ED5FFEB0 /* Subscription.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Subscription.cpp; path = yarpl/flowable/Subscription.cpp; sourceTree = ""; }; - 9EF9EB6C3BBC9E7B0C714A263939C023 /* UMReactNativeAdapter.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMReactNativeAdapter.release.xcconfig; sourceTree = ""; }; 9EFB03AA13CF5DA48A8F7A22216934DC /* ocsp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ocsp.h; path = ios/include/openssl/ocsp.h; sourceTree = ""; }; - 9F032E74071D556666581B253842F170 /* BugsnagKSCrashSysInfoParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagKSCrashSysInfoParser.m; sourceTree = ""; }; - 9F21E8A245064DE7B7648FF4079919DD /* RCTDevLoadingViewSetEnabled.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingViewSetEnabled.h; sourceTree = ""; }; + 9F02C65BF34DA40860710D3B63EFBDC5 /* JSIExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSIExecutor.cpp; path = jsireact/JSIExecutor.cpp; sourceTree = ""; }; 9F31912B42540427C9843379B95CA2BC /* AsyncUDPSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncUDPSocket.cpp; path = folly/io/async/AsyncUDPSocket.cpp; sourceTree = ""; }; 9F3265C7908372D75E05AC151A64684A /* SKObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKObject.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKObject.mm; sourceTree = ""; }; - 9F3B6C27E1A7C76714C483E4E4855A6A /* RCTDatePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePickerManager.m; sourceTree = ""; }; - 9F70FDF82D212F1D200EF456792D5692 /* RCTNetworking.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworking.mm; sourceTree = ""; }; - 9F8CAEC1066F72A04539AA51832DCBA1 /* de.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = de.lproj; path = ios/QBImagePicker/QBImagePicker/de.lproj; sourceTree = ""; }; - 9F988FF27A2CF45B80E7D264B7415538 /* BugsnagReactNative.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BugsnagReactNative.debug.xcconfig; sourceTree = ""; }; + 9F42E8E90C5FA5FA3F4C73E0B5286BAF /* jsi.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = jsi.cpp; sourceTree = ""; }; + 9F73C23ECDDE43C880DE92DD8B4559A7 /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; + 9F97AB0D01237B3ACB62A1BB4D0DEA98 /* REATransitionAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionAnimation.h; sourceTree = ""; }; 9F9BBB8690BABFFAF8F7A4083DE779FE /* OpenSSL.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OpenSSL.cpp; path = folly/portability/OpenSSL.cpp; sourceTree = ""; }; 9F9D32BE8ADF26C003EF191BE09763B3 /* TokenBucket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TokenBucket.h; path = folly/TokenBucket.h; sourceTree = ""; }; - 9FA107ED93B86C367800E4F39E6A62E6 /* FBLazyVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyVector.h; path = FBLazyVector/FBLazyVector.h; sourceTree = ""; }; - 9FAC468A4F7C2BCA75B963C79FB76CF3 /* UMModuleRegistryAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryAdapter.h; sourceTree = ""; }; + 9FA53F3D1A5F9A49C757666DD13EC997 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 9FDDD9B73E4C490FF760E0DCF300357C /* openssl_md5_locl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = openssl_md5_locl.h; path = Core/aes/openssl/openssl_md5_locl.h; sourceTree = ""; }; + 9FDEB946B69A353CE68F3C6A0A08EA98 /* EXSessionTaskDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXSessionTaskDelegate.m; sourceTree = ""; }; 9FF15DDF56C721A3A36BEBEC97A731D5 /* Pods-defaults-Rocket.Chat-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-defaults-Rocket.Chat-umbrella.h"; sourceTree = ""; }; - 9FF5DB6115EFC76EA34F49665BF2004E /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 9FF7A440D5E9387CDFC9325CD298A135 /* bio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bio.h; path = ios/include/openssl/bio.h; sourceTree = ""; }; 9FF84A68DEE8E0FE347F30FB554B9464 /* Core.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Core.h; path = folly/futures/detail/Core.h; sourceTree = ""; }; - 9FF9214391075AAD5E0FA9571453D1F4 /* RNFastImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFastImage.debug.xcconfig; sourceTree = ""; }; + 9FFA058CA3E1841ED42F1D92D497A947 /* RCTDevMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevMenu.h; path = React/CoreModules/RCTDevMenu.h; sourceTree = ""; }; 9FFE4690CEFB463730801C84B53525AA /* huffman_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = huffman_utils.h; path = src/utils/huffman_utils.h; sourceTree = ""; }; - A0008BE4E525AAA245536F224CDBF84B /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; - A00AA88488F75D4672922DDE9A38921C /* EXFileSystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystem.h; path = EXFileSystem/EXFileSystem.h; sourceTree = ""; }; + A0077650C448900810F7C4E2ADBFF903 /* REATransitionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionManager.h; sourceTree = ""; }; + A007AF2122C1D21BCE338FE6B0AEEFEB /* UMAppLoaderProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMAppLoaderProvider.m; path = UMAppLoader/UMAppLoaderProvider.m; sourceTree = ""; }; + A00FB85FFDA8E7FCA6C77FE41A6CD301 /* BSG_KSBacktrace.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSBacktrace.c; sourceTree = ""; }; A018667154B9A43244B18AE2A8EEEE50 /* picture_psnr_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_psnr_enc.c; path = src/enc/picture_psnr_enc.c; sourceTree = ""; }; + A037DDE6A1479B1025B99C33D1220EE7 /* RCTCxxModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxModule.mm; sourceTree = ""; }; A03B182E89C164D978FE0BC6A0FEBEE9 /* OpenSSL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSL.h; path = folly/portability/OpenSSL.h; sourceTree = ""; }; A03F1F458148853D818363CCCC707420 /* FIRCLSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSLogger.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSLogger.h; sourceTree = ""; }; - A062B510BC83BB6DF18CE83B96894159 /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; + A040406EC613B47233E19491BCB0617E /* React-RCTNetwork-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTNetwork-prefix.pch"; sourceTree = ""; }; + A0706297548FF144E15DB834FEB67D50 /* UMKernelService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMKernelService.h; sourceTree = ""; }; A07471281BC16C7C9DEED86EA36D78A1 /* IStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IStream.h; path = folly/gen/IStream.h; sourceTree = ""; }; - A0772583FB9001CC1F2703D5288CA8C1 /* RNGestureHandlerModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerModule.h; path = ios/RNGestureHandlerModule.h; sourceTree = ""; }; A07D22C93179825B426F8DE9E6DCCD5C /* EventBaseManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBaseManager.cpp; path = folly/io/async/EventBaseManager.cpp; sourceTree = ""; }; - A09CD193C79F1BC5F5B0220D34D0E9D4 /* RCTConvert+FIRApp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FIRApp.m"; path = "ios/RNFBApp/RCTConvert+FIRApp.m"; sourceTree = ""; }; - A0ABB013FFBB7797974CF685B28569C9 /* VibrancyViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = VibrancyViewManager.m; path = ios/VibrancyViewManager.m; sourceTree = ""; }; + A0A3947DEFD953FD2E99B7D8A4957D34 /* REAJSCallNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAJSCallNode.h; sourceTree = ""; }; + A0A93EF280C196E4F6F75AF00F89E8E2 /* RNGestureHandler.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNGestureHandler.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; A0C2DEDBA5953545A170A141190DE222 /* Select64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Select64.h; path = folly/experimental/Select64.h; sourceTree = ""; }; - A0F9D81DB8B5373A3EAEBC5526052F87 /* UMFilePermissionModuleInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFilePermissionModuleInterface.h; path = UMFileSystemInterface/UMFilePermissionModuleInterface.h; sourceTree = ""; }; + A0D0961B63383D6FF30DB44A38279A18 /* GULUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULUserDefaults.m; path = GoogleUtilities/UserDefaults/GULUserDefaults.m; sourceTree = ""; }; A0FCB61F2EBD449F4543CB3E43AA5677 /* FIRBundleUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRBundleUtil.m; path = FirebaseCore/Sources/FIRBundleUtil.m; sourceTree = ""; }; A106B872B16AE4E27AADF4052E676807 /* pl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pl.lproj; path = "Objective-C/TOCropViewController/Resources/pl.lproj"; sourceTree = ""; }; A11499E78FCB711771CC5ADE6EF5BD55 /* syntax_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = syntax_enc.c; path = src/enc/syntax_enc.c; sourceTree = ""; }; A1163C1F15C34A28D41B97463CC7F9F6 /* ScheduledFrameTransport.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScheduledFrameTransport.cpp; path = rsocket/framing/ScheduledFrameTransport.cpp; sourceTree = ""; }; - A11A14B309EE416331F71F600A0DE1B4 /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; - A11C44473E020E2F2BAB6E56FB3725E0 /* EXVideoManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoManager.h; sourceTree = ""; }; A120F36785A71D7E318FE4929ACB51C4 /* UTF8String.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UTF8String.h; path = folly/UTF8String.h; sourceTree = ""; }; - A142675AD2D2F03251E59104C6DC9940 /* react-native-safe-area-context.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-safe-area-context.debug.xcconfig"; sourceTree = ""; }; + A122A6638C7DCAE92DD3D8A7B3A11FAE /* CxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxModule.h; sourceTree = ""; }; + A12799C046CCF8B1D11822A427B1C1BD /* ARTTextFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTTextFrame.h; path = ios/ARTTextFrame.h; sourceTree = ""; }; + A142A31D82C511803517201F7CD8F142 /* LongLivedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LongLivedObject.h; path = turbomodule/core/LongLivedObject.h; sourceTree = ""; }; + A14547941C5CA0131625FFC5A003A02C /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; A155010FCFF248CB6C00E0C4BD186F9E /* SSLSessionImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSLSessionImpl.h; path = folly/ssl/detail/SSLSessionImpl.h; sourceTree = ""; }; + A169CB9CE630D396C0DA979237A2B49C /* UMTaskManagerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMTaskManagerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; A1710475B8A305FA5A95864DC0007416 /* FIRCLSByteUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSByteUtility.m; path = Crashlytics/Shared/FIRCLSByteUtility.m; sourceTree = ""; }; + A18DFC6068147B01B3F5B450A8A9C450 /* RCTConvert+RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+RNNotifications.h"; path = "RNNotifications/RCTConvert+RNNotifications.h"; sourceTree = ""; }; + A1A9D0886694BEBC82A9ED7EC9D1249E /* react-native-cookies.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-cookies.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + A1B1E9FD44F86147BC309712FAF9CE43 /* RCTMultilineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputViewManager.h; sourceTree = ""; }; + A1B282ACDEF5F19EDF9B1EB1EF215EEA /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + A1B5D2470AD108B97A818456DA5D4E32 /* advancedIos.md */ = {isa = PBXFileReference; includeInIndex = 1; name = advancedIos.md; path = docs/advancedIos.md; sourceTree = ""; }; A1BB08A0560C4E5A114B94C7F8978196 /* SingletonStackTrace.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SingletonStackTrace.cpp; path = folly/detail/SingletonStackTrace.cpp; sourceTree = ""; }; A1BBF7C756062DAD04F0015949795602 /* FIRCLSOnboardingOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSOnboardingOperation.h; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSOnboardingOperation.h; sourceTree = ""; }; + A1BCEFC5838D146DC63AFB4DB936C6AE /* UMModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistry.h; sourceTree = ""; }; + A1D6068C65657ECDF63C88BE035F77B2 /* RNRootView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNRootView-prefix.pch"; sourceTree = ""; }; + A1D637A84289AB1FFB61A5C9FE9BC2A8 /* RNFBCrashlytics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFBCrashlytics-prefix.pch"; sourceTree = ""; }; A1FA33F9C3C40FB33FAA2F8D92F840A7 /* Common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Common.h; path = rsocket/internal/Common.h; sourceTree = ""; }; A20306DEA94200E22087DF6EEA684B69 /* UncaughtExceptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UncaughtExceptions.h; path = folly/lang/UncaughtExceptions.h; sourceTree = ""; }; A204F3EC30348CBC8DD4956D7DC86DA6 /* FIRInstallationsIIDTokenStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIIDTokenStore.m; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.m; sourceTree = ""; }; A210C5119EAAB8B7E7F4D8EA963FBC6C /* thread_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = thread_utils.c; path = src/utils/thread_utils.c; sourceTree = ""; }; + A21BA0836608702D1E04DBBED5D8B75D /* BugsnagSessionFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionFileStore.h; sourceTree = ""; }; + A21D77E05FC995A0CC6E19C3FB1AC504 /* EXImageLoader-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXImageLoader-dummy.m"; sourceTree = ""; }; A2345F6BC718297050E263A0553880F8 /* TimedDrivableExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimedDrivableExecutor.h; path = folly/executors/TimedDrivableExecutor.h; sourceTree = ""; }; A24A4A47A1B56CA5F08944260858ECB6 /* Checksum.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Checksum.cpp; path = folly/hash/Checksum.cpp; sourceTree = ""; }; - A2566A48DC585F7D9274DBF073D8EE8F /* BSG_KSCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrash.h; sourceTree = ""; }; A25AF838FAEBC2BFD69CEF9B87203B7E /* Memory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Memory.h; path = folly/Memory.h; sourceTree = ""; }; + A26C2474FCF5B72838FD3D4EF32692B3 /* Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utils.h; path = yoga/Utils.h; sourceTree = ""; }; A2729FB149C004BFC5F9A0BE463A22FF /* FrameSerializer_v1_0.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FrameSerializer_v1_0.cpp; path = rsocket/framing/FrameSerializer_v1_0.cpp; sourceTree = ""; }; - A2794B9B09E61301DE2084E184D01A02 /* RCTUIImageViewAnimated.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTUIImageViewAnimated.h; path = Libraries/Image/RCTUIImageViewAnimated.h; sourceTree = ""; }; - A27AF7549E5721385FF0011D70F50EB3 /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleData.mm; sourceTree = ""; }; + A27416C0EC99308F3E1032BD091407AC /* RNBootSplash-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNBootSplash-prefix.pch"; sourceTree = ""; }; + A28A0F339ABFDA7FFB26976393C34362 /* RNFlingHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFlingHandler.m; sourceTree = ""; }; + A29209D347D51D64D72258C0DA6FF1EC /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; sourceTree = ""; }; A2BC0E43F585DCF9FF442F0395D11AF5 /* GDTCORRegistrar_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORRegistrar_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORRegistrar_Private.h; sourceTree = ""; }; A2C0FE182CCFD918BBC16E8588ED77A2 /* FIRCLSMachOBinary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMachOBinary.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOBinary.m; sourceTree = ""; }; - A2C578D2F32905F3C68337B85545B46F /* EXAppleAuthenticationRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppleAuthenticationRequest.m; path = EXAppleAuthentication/EXAppleAuthenticationRequest.m; sourceTree = ""; }; - A2F2968EF0D5A07DAC67C9FD76A66359 /* RCTSegmentedControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControlManager.m; sourceTree = ""; }; + A2DABA687CF53000AB7418A2FCD04E6A /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + A2E28E35907E65D5E47FC72DBB2A41F1 /* JSBigString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSBigString.cpp; sourceTree = ""; }; A2F4E001EC825E43F3A56679E8F14BDA /* FirebaseCrashlytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCrashlytics.release.xcconfig; sourceTree = ""; }; A2F87DFF027F91ABFFEDDCB628D6A980 /* alpha_processing_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_sse41.c; path = src/dsp/alpha_processing_sse41.c; sourceTree = ""; }; + A2FD64877B73AF1FCE01E62915E88A51 /* CxxNativeModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = CxxNativeModule.cpp; sourceTree = ""; }; A318D40271CE95F292AB7F4EBDA93B70 /* Flipper-Glog-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Flipper-Glog-prefix.pch"; sourceTree = ""; }; A3264B8F4BE4BBAA9A02B2BB256EEC8E /* String.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = String.h; path = folly/gen/String.h; sourceTree = ""; }; + A32DEAD5C6F4C51922D080954CB487B7 /* RNFBAnalytics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFBAnalytics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + A33DF342329DF975E7F021C08A0CA8A1 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; A3467B72043412FA3C85B3095E914FEE /* SDWebImageWebPCoder.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImageWebPCoder.debug.xcconfig; sourceTree = ""; }; - A3750EBDF57A9336FC6F81D6C1C58128 /* React-cxxreact-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-cxxreact-dummy.m"; sourceTree = ""; }; + A3479D68C2D5FE1B14858B168F51AA29 /* React-cxxreact-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-cxxreact-prefix.pch"; sourceTree = ""; }; A37DB140A208386ABEA814314B3A9FDC /* SDImageGraphics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGraphics.h; path = SDWebImage/Core/SDImageGraphics.h; sourceTree = ""; }; A395CF55455BB3289EFF24E6573D95A3 /* FIRCLSAsyncOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSAsyncOperation.m; path = Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation.m; sourceTree = ""; }; - A3A77B7D7EC50FA73CB2FFB2C17DF2E2 /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTExceptionsManager.h; path = React/CoreModules/RCTExceptionsManager.h; sourceTree = ""; }; - A3AD63DB41103B2BC72963138FE7CAD4 /* RNFBRCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBRCTEventEmitter.h; path = ios/RNFBApp/RNFBRCTEventEmitter.h; sourceTree = ""; }; - A3BDC5540F5209A94BBB26305C8C0D6E /* GULLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerLevel.h; path = GoogleUtilities/Logger/Public/GULLoggerLevel.h; sourceTree = ""; }; - A3C581A512AAD93D606A78EF3F76D6C7 /* React-jsinspector.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.debug.xcconfig"; sourceTree = ""; }; + A3B1FB6EBEDC2668F935B6F13532FBBC /* ReactMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ReactMarker.cpp; sourceTree = ""; }; A3D235BF3C0B9D085A8364F7006B8E60 /* lossless_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc.c; path = src/dsp/lossless_enc.c; sourceTree = ""; }; - A45848DB4F87FB8D71EF6451416185A2 /* Yoga.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Yoga.release.xcconfig; sourceTree = ""; }; + A41FF385F58591270ED5B0C665F20415 /* RNSScreenStack.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenStack.m; path = ios/RNSScreenStack.m; sourceTree = ""; }; + A440563A25AB5E178D964C400ACF075F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; A45B461A4FE695C969788ADEE366619E /* FiberIOExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FiberIOExecutor.h; path = folly/executors/FiberIOExecutor.h; sourceTree = ""; }; - A46A74C5F849C93BC5944EF6B9A201E6 /* SafeAreaSpacerViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaSpacerViewLocalData.m; sourceTree = ""; }; A46EF52C7F71218D09C6FA2DF8D1DFEF /* FIRApp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRApp.m; path = FirebaseCore/Sources/FIRApp.m; sourceTree = ""; }; + A470587ABA820F0E830C9FCA65046C44 /* RCTMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedViewManager.h; sourceTree = ""; }; + A4794B89231D7C1F18DD4822AA994023 /* UMImageLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMImageLoaderInterface.h; path = UMImageLoaderInterface/UMImageLoaderInterface.h; sourceTree = ""; }; + A48E4B129496AC71F39FB835C1E2F62D /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + A48F2D5F47033AFB0C8134FAEF65F7F5 /* RCTFrameAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameAnimation.m; sourceTree = ""; }; A4959246A8B3A173B7782707FF64DADD /* FIRInstallationsLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsLogger.m; path = FirebaseInstallations/Source/Library/FIRInstallationsLogger.m; sourceTree = ""; }; A4AFDD315D46EB794312FC36C35D31EC /* opensslconf-armv7.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "opensslconf-armv7.h"; path = "ios/include/openssl/opensslconf-armv7.h"; sourceTree = ""; }; A4B9EB1059EAD9971B90EFF540ECB019 /* KeyValueHolder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KeyValueHolder.h; path = Core/KeyValueHolder.h; sourceTree = ""; }; A4C3D8518542DA0E8037D1D7FE635AF0 /* HeterogeneousAccess.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HeterogeneousAccess.h; path = folly/container/HeterogeneousAccess.h; sourceTree = ""; }; + A4C9C032A6E5E6D52715906BD71077E2 /* React-RCTVibration.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTVibration.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; A4D53670725A185562E1BBEC5C6BF76C /* SonarKitNetworkPlugin+CPPInitialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SonarKitNetworkPlugin+CPPInitialization.h"; path = "iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SonarKitNetworkPlugin+CPPInitialization.h"; sourceTree = ""; }; - A4EAA30EA349CB3397BD50DE8611981E /* RNEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNEventEmitter.h; path = RNNotifications/RNEventEmitter.h; sourceTree = ""; }; + A4EDB1D1FB2C362FD1A7AE6B607992E9 /* ARTTextManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTTextManager.m; sourceTree = ""; }; + A4FD4A71EC7FC1E992B0898DAE1256AE /* RNBootSplash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBootSplash.m; path = ios/RNBootSplash.m; sourceTree = ""; }; + A50473E5C0CADB88DBD1D68963C2EC74 /* UMFaceDetectorInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFaceDetectorInterface.release.xcconfig; sourceTree = ""; }; A50823AC747F4E5841DC34E6C07DD3F3 /* Checksum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Checksum.h; path = folly/hash/Checksum.h; sourceTree = ""; }; A5165CB1AD152201EC6BCBFB5A41419C /* ThreadLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadLock.h; path = Core/ThreadLock.h; sourceTree = ""; }; A51D42C0763374A3549DE09A6011D865 /* RequestResponseResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RequestResponseResponder.h; path = rsocket/statemachine/RequestResponseResponder.h; sourceTree = ""; }; A522AB056DD2DCFB2DBCC3D8B991FED9 /* ThreadLock_Win32.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadLock_Win32.cpp; path = Core/ThreadLock_Win32.cpp; sourceTree = ""; }; - A52B739F49EB09538EDC778FA48DBEE3 /* ReactNativeShareExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ReactNativeShareExtension.m; path = ios/ReactNativeShareExtension.m; sourceTree = ""; }; A541A11F55CD544A3836D2DD8E6D3BE2 /* CocoaLibEvent.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaLibEvent.debug.xcconfig; sourceTree = ""; }; A542C3E46DD8FA30F4965264F54DD21C /* FIRComponentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentType.m; path = FirebaseCore/Sources/FIRComponentType.m; sourceTree = ""; }; A550D60ACE3D399664204E2028C73726 /* FIRCLSContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSContext.h; path = Crashlytics/Crashlytics/Components/FIRCLSContext.h; sourceTree = ""; }; + A55FFF19ADDE869F65C41B42ED697086 /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; + A57B0C8EDF6FBB964A10F06E5D40272B /* BSG_KSCrashDoctor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashDoctor.h; sourceTree = ""; }; A58161A266D348CE11C7F046932CC670 /* filters.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters.c; path = src/dsp/filters.c; sourceTree = ""; }; A596BD68FF4C463AE78C938DDDC1E8AE /* logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = logging.h; path = src/glog/logging.h; sourceTree = ""; }; A5983CB225014673BDAF64581994E4C7 /* FlipperClient+Testing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FlipperClient+Testing.h"; path = "iOS/FlipperKit/FlipperClient+Testing.h"; sourceTree = ""; }; A59E87290EC3BF370260BD150338D133 /* Math.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Math.h; path = folly/portability/Math.h; sourceTree = ""; }; A5A17956975D7696F7B41988B58B42F3 /* KeepaliveTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KeepaliveTimer.h; path = rsocket/internal/KeepaliveTimer.h; sourceTree = ""; }; A5AF0586D8E65EA751DC026B073D8EE0 /* YogaKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YogaKit-umbrella.h"; sourceTree = ""; }; - A5C59212A2241A95FD059AFE5234390E /* RCTRawTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextViewManager.m; sourceTree = ""; }; - A5CB7C4E2AF5D3C0F5D6CA15180474A3 /* EXImageLoader.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXImageLoader.release.xcconfig; sourceTree = ""; }; - A5CF1FC576604C8F4BF32CAE22D16524 /* RCTKeyCommandConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTKeyCommandConstants.m; path = ios/KeyCommands/RCTKeyCommandConstants.m; sourceTree = ""; }; + A5D07D52EB2576F36BEF07DD231D7A74 /* RNNotificationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationUtils.h; path = RNNotifications/RNNotificationUtils.h; sourceTree = ""; }; A5D805107CF754CEFDBE530B792C8640 /* Random.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Random.h; path = folly/Random.h; sourceTree = ""; }; A5DA2837071E6C937DA4A4E904773219 /* lossless_enc_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_sse2.c; path = src/dsp/lossless_enc_sse2.c; sourceTree = ""; }; + A5E0D6E3977FCC0A91EE437CFB155D6E /* react-native-restart.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-restart.release.xcconfig"; sourceTree = ""; }; A5E9DC172AD34A4713A751188C64DC86 /* MPMCPipelineDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPMCPipelineDetail.h; path = folly/detail/MPMCPipelineDetail.h; sourceTree = ""; }; + A5EAE2BF70DF5AB5A71EF748D0976776 /* StorageIndexer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = StorageIndexer.m; path = ios/StorageIndexer.m; sourceTree = ""; }; A5F68EBB960BB85D6CC58B2AA12C9D76 /* MemoryFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MemoryFile.h; path = Core/MemoryFile.h; sourceTree = ""; }; + A5F8094D8D59C6144100912C6FCF525B /* react-native-background-timer.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-background-timer.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; A5FC04E41B803E5F6769DDF2FF6D1605 /* opensslconf-i386.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "opensslconf-i386.h"; path = "ios/include/openssl/opensslconf-i386.h"; sourceTree = ""; }; A609131D178EDE8E6F7CC2419F974750 /* alpha_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_enc.c; path = src/enc/alpha_enc.c; sourceTree = ""; }; - A61FBFA7B473BFC32593CF5B8E089C40 /* RCTInterpolationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInterpolationAnimatedNode.h; sourceTree = ""; }; A623B8325690A96565F874CB605E9C15 /* TcpConnectionAcceptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TcpConnectionAcceptor.h; path = rsocket/transports/tcp/TcpConnectionAcceptor.h; sourceTree = ""; }; - A628150B372D467E729BD213941AB9BE /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; + A62EBA3CF3C5C5609938AC5C96B7673F /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; A63ED3B0402BF840A112BBA7281776FA /* cost.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost.c; path = src/dsp/cost.c; sourceTree = ""; }; - A641442DD76A74D623E7FA5B5F7D6E50 /* BSG_KSMach_Arm.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm.c; sourceTree = ""; }; A653A8420A70DC05EDB75FF5B7E8BBC7 /* RecordIO-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RecordIO-inl.h"; path = "folly/io/RecordIO-inl.h"; sourceTree = ""; }; - A65E33ABF680609886787BF3A99247B0 /* React-CoreModules.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-CoreModules.debug.xcconfig"; sourceTree = ""; }; A6678CC1CBCEE8A33CAECB64471FA9E4 /* GoogleAppMeasurement.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.release.xcconfig; sourceTree = ""; }; - A66E896B99D56E490B797BB645211B80 /* JsArgumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JsArgumentHelpers.h; sourceTree = ""; }; + A6697302FAF9741540C3B063B8BB9345 /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; A6746951849D20BDFD53DDB77767315D /* FrameFlags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameFlags.h; path = rsocket/framing/FrameFlags.h; sourceTree = ""; }; - A68BDE1D27D8BBDF4F0FF1E4D3299C7E /* RNSScreen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreen.h; path = ios/RNSScreen.h; sourceTree = ""; }; + A678B51D58684911B1FB52F1BDF20F1D /* EXAVPlayerData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVPlayerData.h; path = EXAV/EXAVPlayerData.h; sourceTree = ""; }; + A68A17A699632B273698F8CD377ACA7B /* RCTAccessibilityManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAccessibilityManager.mm; sourceTree = ""; }; A68E5A9B69A3BA0FD52CAF7A354EC93B /* libReact-RCTNetwork.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTNetwork.a"; path = "libReact-RCTNetwork.a"; sourceTree = BUILT_PRODUCTS_DIR; }; A6937F452C41571B4B8DDF0F1EF5C399 /* io_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = io_dec.c; path = src/dec/io_dec.c; sourceTree = ""; }; - A6AAA3FA9233BE4309DC6CB34DDC9D40 /* react-native-blur.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-blur.release.xcconfig"; sourceTree = ""; }; - A6AE784AC1CED4B68CA05E5CD7F580CA /* jsilib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsilib.h; sourceTree = ""; }; - A6B14B9E6339B9A956608DF8295CA47C /* UMImageLoaderInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMImageLoaderInterface.release.xcconfig; sourceTree = ""; }; - A6B8701C295DB4E99303EBA24093A57E /* RNCMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCMaskedView.m; path = ios/RNCMaskedView.m; sourceTree = ""; }; + A69BBD8D595A78FF5464133B3122ECA8 /* FBReactNativeSpec.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBReactNativeSpec.release.xcconfig; sourceTree = ""; }; + A6A2CF4E96AB0D7852EE8C1DED3C6C2F /* RNBridgeModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBridgeModule.m; path = RNNotifications/RNBridgeModule.m; sourceTree = ""; }; A6C362498D6B6FC89890828C59E39A34 /* GoogleDataTransport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleDataTransport-dummy.m"; sourceTree = ""; }; A6CA9CF4212F0CE8CD1CC81E11776E80 /* glog-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "glog-prefix.pch"; sourceTree = ""; }; A6D3289DA5E5937FA70A107D5CCE14FB /* FlipperKitNetworkPlugin.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FlipperKitNetworkPlugin.mm; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin.mm; sourceTree = ""; }; - A6D8B26399EB11DCD13C2FE7597716C3 /* RCTImageLoaderProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderProtocol.h; path = Libraries/Image/RCTImageLoaderProtocol.h; sourceTree = ""; }; A6DDDF10517DFF827CFEB805309B1BCC /* FIRCLSRecordBase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordBase.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.m; sourceTree = ""; }; A6EB796E6E9E63CB8E30B650EF1BB98B /* Pods-NotificationService.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-NotificationService.release.xcconfig"; sourceTree = ""; }; - A6F1B90E756840600BB9F7F2DEEFE6C8 /* RNConfigReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNConfigReader.m; path = ios/RNConfigReader.m; sourceTree = ""; }; + A6ECB223182FFCA5E8A6899CF67D8700 /* RCTCustomKeyboardViewControllerTemp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCustomKeyboardViewControllerTemp.m; sourceTree = ""; }; + A6EF3A1EC6525D12FB79C2416BB7BEC8 /* GULAppDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULAppDelegateSwizzler_Private.h; sourceTree = ""; }; A6FDCE37FC8470156F2FB0FEE2BCD4AA /* FIRCLSSymbolicationOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSymbolicationOperation.m; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSymbolicationOperation.m; sourceTree = ""; }; - A71AE4C908A5098430E1FA67BCFB7C89 /* RNDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDeviceInfo.h; path = ios/RNDeviceInfo/RNDeviceInfo.h; sourceTree = ""; }; - A725CFC1C415D47C0160213B6B1A4CED /* ARTNodeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTNodeManager.m; sourceTree = ""; }; - A73299C9909B6D73C6249B8E9EEB4F49 /* EXAppleAuthentication.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAppleAuthentication.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - A7449EFA06E66253E4E9BE3C02F42FD1 /* RNReanimated-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNReanimated-dummy.m"; sourceTree = ""; }; + A7021F11EA33595879CC931C2D3721B5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + A70B113B8E9F620F75BFEB1B1CF0D76D /* UMConstantsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMConstantsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + A72869F7BC38F2B2B36D6735E635803F /* Pbkdf2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Pbkdf2.h; sourceTree = ""; }; A748EA0CAFE376BC11E4E86434D172CD /* vp8li_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8li_enc.h; path = src/enc/vp8li_enc.h; sourceTree = ""; }; A763D3DA2C1DEBC4FDA2A1B6606F7953 /* log_severity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_severity.h; path = src/glog/log_severity.h; sourceTree = ""; }; - A76552CDFC457E754280D8D1DB6C26EE /* UMFaceDetectorInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFaceDetectorInterface.debug.xcconfig; sourceTree = ""; }; + A773A0CD3E06C7157A536DED6F312C6B /* REACondNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REACondNode.m; sourceTree = ""; }; A776D0406DCD6D0C178FBB9083C6A8BD /* SKDispatchQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKDispatchQueue.h; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKDispatchQueue.h; sourceTree = ""; }; - A78D80D0B208A0B36A9788893E8C1A00 /* React-RCTVibration.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.release.xcconfig"; sourceTree = ""; }; A7BD3B30897587FE277B25EC9B9C31F8 /* alpha_processing.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing.c; path = src/dsp/alpha_processing.c; sourceTree = ""; }; - A7C1A0A9E346B8AEEF6EEC5A850987A5 /* RAMBundleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RAMBundleRegistry.h; sourceTree = ""; }; A7C96CA92EFFD074E9210FEF16FD4651 /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Demangle.cpp; path = folly/detail/Demangle.cpp; sourceTree = ""; }; A7D50C0F9C2629952795B7D1D5B9EC5D /* GULUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULUserDefaults.h; path = GoogleUtilities/UserDefaults/Private/GULUserDefaults.h; sourceTree = ""; }; A7D894B602596F79DB582017F22E9488 /* RWSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RWSpinLock.h; path = folly/RWSpinLock.h; sourceTree = ""; }; A7DF825727EF0FA3C86BC0FED128F216 /* SDImageWebPCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageWebPCoder.m; path = SDWebImageWebPCoder/Classes/SDImageWebPCoder.m; sourceTree = ""; }; - A818385BFB789A5B35262F59C0E35D55 /* RCTObjcExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjcExecutor.mm; sourceTree = ""; }; - A820D4DE4D2BA895C7D750245BCCC6DF /* UMAppLoader.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMAppLoader.debug.xcconfig; sourceTree = ""; }; A8286CCE197F3465EE67A8E32C7C5082 /* AsyncTrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncTrace.h; path = folly/detail/AsyncTrace.h; sourceTree = ""; }; - A82908B388F27F45E7D630630F7646B0 /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; A84B01E4187FD33B7B438BCE8C96EBAD /* MicroSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MicroSpinLock.h; path = folly/synchronization/MicroSpinLock.h; sourceTree = ""; }; A8582BEBE81543C7ABE35AC5D3E95BAD /* FBDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBDefines.h; path = iOS/FBDefines/FBDefines.h; sourceTree = ""; }; A867CCFE28A7B7A374C603711C8B8F8E /* muxread.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxread.c; path = src/mux/muxread.c; sourceTree = ""; }; - A86ED71F84E0E35A0A3920F5679C1958 /* RNCAsyncStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAsyncStorage.h; path = ios/RNCAsyncStorage.h; sourceTree = ""; }; A87B09D4CFBDAA3DE3DA228BFD6DD0F3 /* IPAddressException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressException.h; path = folly/IPAddressException.h; sourceTree = ""; }; A87C02F7CFFA0629AFDA849D1A279DA9 /* YogaKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = YogaKit.modulemap; sourceTree = ""; }; A88BB079CCF9C3D7427E3F0331AB4D13 /* FIRCLSOnboardingOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSOnboardingOperation.m; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSOnboardingOperation.m; sourceTree = ""; }; A8A83B5E6913DFCFAA130CB7BD14C13C /* SKHiddenWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKHiddenWindow.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKHiddenWindow.m; sourceTree = ""; }; - A8A9DB7B18638351CC22D42EFDC8E325 /* RCTLinkingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLinkingManager.h; path = Libraries/LinkingIOS/RCTLinkingManager.h; sourceTree = ""; }; - A8AC190636B4C06B2C5DBC153C640F0D /* RNFBUtilsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBUtilsModule.m; path = ios/RNFBApp/RNFBUtilsModule.m; sourceTree = ""; }; - A8E6D28F999C24C4DE02FE10FE67A206 /* EXLocalAuthentication-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXLocalAuthentication-dummy.m"; sourceTree = ""; }; - A8F81A20CBE0A059D593D99A42866FBF /* react-native-slider.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-slider.debug.xcconfig"; sourceTree = ""; }; + A8C1C570692131859AA03DBE336FF35C /* EXAppleAuthenticationMappings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppleAuthenticationMappings.h; path = EXAppleAuthentication/EXAppleAuthenticationMappings.h; sourceTree = ""; }; A8FA2F1A50F8786C4B3623A8302163E9 /* SafeAssert.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SafeAssert.cpp; path = folly/lang/SafeAssert.cpp; sourceTree = ""; }; - A9038E942C21A394881C6D153B7B00AD /* RCTScrollEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollEvent.m; sourceTree = ""; }; A903DFA0EFB55D70B261D55D48CB0E12 /* FIRErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrors.h; path = FirebaseCore/Sources/Private/FIRErrors.h; sourceTree = ""; }; - A9052C54608FDB1D504ECB9CDC187E1B /* UMSensorsInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMSensorsInterface.release.xcconfig; sourceTree = ""; }; - A92FFF492D971EE8EC0830AF2D2C3E41 /* EXPermissions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPermissions.m; path = EXPermissions/EXPermissions.m; sourceTree = ""; }; A939824C707F9D242993E93013930A06 /* LifoSemMPMCQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LifoSemMPMCQueue.h; path = folly/executors/task_queue/LifoSemMPMCQueue.h; sourceTree = ""; }; + A93ABF4C4C5E4ABA14C34080C891D277 /* RNFetchBlobProgress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobProgress.h; path = ios/RNFetchBlobProgress.h; sourceTree = ""; }; A94B5D19FB546DD5A4E90CF6F03A75DB /* FirebaseCrashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCrashlytics.h; path = Crashlytics/Crashlytics/Public/FirebaseCrashlytics.h; sourceTree = ""; }; - A94DA8D00F897B86A566EF52C209E38C /* ReactCommon-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactCommon-dummy.m"; sourceTree = ""; }; + A94F47AE6735F51649DB64C414E3777F /* RCTWebSocketModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTWebSocketModule.mm; sourceTree = ""; }; A9585A0BAB4F7A57ACB9079DE5066C53 /* Futex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Futex.h; path = folly/detail/Futex.h; sourceTree = ""; }; - A95BC93C764D395037C07CFEF4C00EAF /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; - A95C65973313425A198F8FD91571A4B3 /* RCTRequired.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTRequired.release.xcconfig; sourceTree = ""; }; A960E85AB06FD76C8D48B57128F95948 /* FramedDuplexConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FramedDuplexConnection.h; path = rsocket/framing/FramedDuplexConnection.h; sourceTree = ""; }; - A98D8F44AB6CD0BC71A6686D86B96BF5 /* BSGSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGSerialization.m; sourceTree = ""; }; + A96C9D624CE41913C45DAC707A95C7AE /* EXImageLoader.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXImageLoader.debug.xcconfig; sourceTree = ""; }; + A9925D58E7E397E105C34CD3160A4889 /* QBAssetCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetCell.m; path = ios/QBImagePicker/QBImagePicker/QBAssetCell.m; sourceTree = ""; }; A9B128F2DD4ED7384C0FA17B3C8963B6 /* common_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_dec.h; path = src/dec/common_dec.h; sourceTree = ""; }; - A9DBE7773B254907F19C97E6BF3ECCD3 /* UMTaskLaunchReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskLaunchReason.h; path = UMTaskManagerInterface/UMTaskLaunchReason.h; sourceTree = ""; }; - A9F927C2398F47C86ED960099D05A735 /* RNVectorIconsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNVectorIconsManager.h; path = RNVectorIconsManager/RNVectorIconsManager.h; sourceTree = ""; }; + A9CFBCC864EA970F281B4991D8E99422 /* EXVideoThumbnails-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXVideoThumbnails-prefix.pch"; sourceTree = ""; }; + A9D94D7CB1C26BEA4F82541AC879099A /* GULReachabilityChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityChecker.h; path = GoogleUtilities/Reachability/Private/GULReachabilityChecker.h; sourceTree = ""; }; + A9D99854C2DBB2BA2D2FB61C07EF545D /* React-callinvoker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-callinvoker.release.xcconfig"; sourceTree = ""; }; + A9F294CB93352BCF987354459B8AAA7A /* BSG_KSCrashReport.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashReport.c; sourceTree = ""; }; AA1332A395B581C0AD8CAC8508ACB572 /* SDWebImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.release.xcconfig; sourceTree = ""; }; + AA35111132816A863452C1C1D5502FF7 /* RCTProgressViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProgressViewManager.h; sourceTree = ""; }; AA400B23F080CA1CFFA5798ED5753351 /* F14Table.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = F14Table.cpp; path = folly/container/detail/F14Table.cpp; sourceTree = ""; }; - AA5D24AB2E90F99107D94CFE0AAAB354 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - AA6DE0BC5B868FD8F2BA45D82887170D /* RCTRsaUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RCTRsaUtils.swift; path = ios/RCTCrypto/RCTRsaUtils.swift; sourceTree = ""; }; + AA505C902FBDC9EE272C85C224154D44 /* RNCWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWebView.m; path = apple/RNCWebView.m; sourceTree = ""; }; AA6E5802A99B16C26B084997703C96B5 /* FIRCLSPackageReportOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSPackageReportOperation.h; path = Crashlytics/Crashlytics/Operations/Reports/FIRCLSPackageReportOperation.h; sourceTree = ""; }; + AA9C281D30EADE038E3BB203DB26D2A6 /* REASetNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REASetNode.m; sourceTree = ""; }; AAB720F76BE144E61D9A479E2C8A516B /* IPAddressV6.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressV6.h; path = folly/IPAddressV6.h; sourceTree = ""; }; + AAB7C3A2EEF8348A527A39B43B3A4DD4 /* FFFastImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageView.h; path = ios/FastImage/FFFastImageView.h; sourceTree = ""; }; AADD60F401282A7F534AB3246C375EA3 /* ScopeGuard.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScopeGuard.cpp; path = folly/ScopeGuard.cpp; sourceTree = ""; }; - AAE94834EC9C6763C4B60BDBE1904283 /* UMExportedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMExportedModule.m; path = UMCore/UMExportedModule.m; sourceTree = ""; }; AAF605CB7CA7B549D2F8119592591900 /* UIImage+ForceDecode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ForceDecode.h"; path = "SDWebImage/Core/UIImage+ForceDecode.h"; sourceTree = ""; }; AAFD42B550E2F7F50F660E9800E64E42 /* FIRCLSURLBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLBuilder.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSURLBuilder.h; sourceTree = ""; }; - AB2C6A80EA8462922FD92811EC336399 /* RCTBaseTextInputShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputShadowView.h; sourceTree = ""; }; + AB036A82F46A9310AAE2DDA867C9B66A /* RNConfigReader.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNConfigReader.release.xcconfig; sourceTree = ""; }; + AB0DAE018B8010BE35067987C331B718 /* EXFilePermissionModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFilePermissionModule.m; path = EXFileSystem/EXFilePermissionModule.m; sourceTree = ""; }; AB3B994D0C87CF11D38862DA72EE2BBF /* AsyncUDPServerSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncUDPServerSocket.h; path = folly/io/async/AsyncUDPServerSocket.h; sourceTree = ""; }; - AB427970A9501CFCB96FF7A15F259A52 /* REATransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransition.h; sourceTree = ""; }; - AB49C4C96EA83532CB9E068B11797FF8 /* BugsnagPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagPlugin.h; sourceTree = ""; }; - AB4E178EEA7BB4F3D35119444B6435AF /* RCTGIFImageDecoder.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTGIFImageDecoder.mm; sourceTree = ""; }; AB4EAFF0498E720CB94B67B1F1DB59DA /* AsyncGeneratorShim.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncGeneratorShim.h; path = yarpl/flowable/AsyncGeneratorShim.h; sourceTree = ""; }; AB7245FDAFA76C959A399AD1A91963AD /* AtomicUtil-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicUtil-inl.h"; path = "folly/synchronization/AtomicUtil-inl.h"; sourceTree = ""; }; AB738E27CC81E2B144727F0570CC7434 /* FIRHeartbeatInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatInfo.h; path = FirebaseCore/Sources/Private/FIRHeartbeatInfo.h; sourceTree = ""; }; - AB7DF34075F02BED6389FB6756728F72 /* RCTSinglelineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputView.h; sourceTree = ""; }; - AB869E9EC6B96FC121FE947A8F3781A0 /* RNGestureHandlerEvents.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerEvents.m; path = ios/RNGestureHandlerEvents.m; sourceTree = ""; }; - AB8D28995F4103087BB77BD16AEAC6A5 /* RNScreens.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNScreens.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + AB7CA7C82E554C97E312AA1DE078E964 /* BugsnagPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagPlugin.h; sourceTree = ""; }; AB8DFA89DFDD948D5027164279E5398B /* rescaler_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_mips32.c; path = src/dsp/rescaler_mips32.c; sourceTree = ""; }; AB931BE107FC1D4BFB8E40461E13736D /* PThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PThread.h; path = folly/portability/PThread.h; sourceTree = ""; }; - ABA467A8BD0E8F7D969258F50BDD3DEF /* React.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.release.xcconfig; sourceTree = ""; }; - ABA6A35270021DB7B347EDF209ECE2C1 /* UMReactNativeAdapter-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMReactNativeAdapter-prefix.pch"; sourceTree = ""; }; ABBE2AAD312F76A076E06905020AC172 /* picture_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_enc.c; path = src/enc/picture_enc.c; sourceTree = ""; }; - ABBEC348B1764BFD710778E4A00D8A92 /* MessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MessageQueueThread.h; sourceTree = ""; }; - ABC0FE3046871A955F3DAC0CD0630C73 /* StorageGetters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StorageGetters.h; path = ios/StorageGetters.h; sourceTree = ""; }; ABCA9F4CD6EE0D4686EBA505F526A436 /* libPods-ShareRocketChatRN.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-ShareRocketChatRN.a"; path = "libPods-ShareRocketChatRN.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + ABCAFFB8CC2775928E7B5903D4213CF9 /* GoogleUtilities.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.release.xcconfig; sourceTree = ""; }; ABFEEA82A6C346B22843FBE0B0582182 /* libFBReactNativeSpec.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFBReactNativeSpec.a; path = libFBReactNativeSpec.a; sourceTree = BUILT_PRODUCTS_DIR; }; + ABFF6CB4D979CD08744161F080075D88 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; AC12C7E29555A7CFDDEF1EDB5BC2F3DA /* libFlipper-DoubleConversion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libFlipper-DoubleConversion.a"; path = "libFlipper-DoubleConversion.a"; sourceTree = BUILT_PRODUCTS_DIR; }; AC1F947E312FEB435EDC2E7CDE4CAAA7 /* animi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = animi.h; path = src/mux/animi.h; sourceTree = ""; }; AC205F4BF551F49CEA698F3630120186 /* cached-powers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "cached-powers.h"; path = "double-conversion/cached-powers.h"; sourceTree = ""; }; - AC4707964221E75DBC6E11DC1E40B888 /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; - AC7BBD3985B5F93606ADA56F4A73492B /* REATransitionAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionAnimation.m; sourceTree = ""; }; - AC7D2824AB1BA42B6A4D91D198778B7B /* GULKeychainStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainStorage.h; path = GoogleUtilities/Environment/Private/GULKeychainStorage.h; sourceTree = ""; }; - AC831111A33AF404F6F0DD3AE7EE0D48 /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; - AC8C621681C1DBC2306FED32A1EFA51B /* AntDesign.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = AntDesign.ttf; path = Fonts/AntDesign.ttf; sourceTree = ""; }; - AC8CABF9CA721B8DAD3A691B6AAF9759 /* ARTShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTShape.h; path = ios/ARTShape.h; sourceTree = ""; }; - ACAD8C52175BF6415F69C69B4C01FC32 /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; + AC454F94B6FC7F49F4E13C2A03DD7543 /* BSG_KSCrashSentry_CPPException.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_CPPException.mm; sourceTree = ""; }; + AC9330D6E7AF59C17C85AF391A815D27 /* RCTImageDataDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageDataDecoder.h; path = Libraries/Image/RCTImageDataDecoder.h; sourceTree = ""; }; + ACADC6F13687922FC2AC6436B9E0E00C /* React-CoreModules.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-CoreModules.debug.xcconfig"; sourceTree = ""; }; + ACB28382ECA9B6D4C49AFD8F967D97C9 /* rn-extensions-share.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-extensions-share.release.xcconfig"; sourceTree = ""; }; ACBB7F62B267CC7C9BBBAE41DE94743B /* libFlipper-PeerTalk.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libFlipper-PeerTalk.a"; path = "libFlipper-PeerTalk.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - ACC61AD7D317668A11BE89C1062AE916 /* Yoga-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Yoga-umbrella.h"; sourceTree = ""; }; - ACDD9F8CE871427AC9B52F2574867694 /* EXImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXImageLoader.m; path = EXImageLoader/EXImageLoader.m; sourceTree = ""; }; - ACE309DFBE5F742E7D85B65E5C12E08B /* UMBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBridgeModule.h; path = UMReactNativeAdapter/UMBridgeModule.h; sourceTree = ""; }; + ACD809314A722E482FF42ACDDD05C231 /* EXFileSystemAssetLibraryHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemAssetLibraryHandler.m; path = EXFileSystem/EXFileSystemAssetLibraryHandler.m; sourceTree = ""; }; + ACDAE3FDCBE8B87C8DA53D9389D4DCA8 /* RootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RootView.m; path = ios/RootView.m; sourceTree = ""; }; ACFE7AD27756E0A56A7255AA1A29295C /* SDImageCachesManagerOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManagerOperation.h; path = SDWebImage/Private/SDImageCachesManagerOperation.h; sourceTree = ""; }; ACFFB49E2F3F5484F205FC495F36B197 /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = SDWebImage/Core/SDWebImageTransition.m; sourceTree = ""; }; - AD0A2428496250C2EDB58420F529E6FD /* BugsnagUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagUser.h; sourceTree = ""; }; + AD0BF0F37145766BDB0D22AFA6D61A2A /* RCTSegmentedControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControlManager.m; sourceTree = ""; }; + AD1778FD3E5D90F0FE3020D2BD16D6C4 /* RNDateTimePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDateTimePicker.h; path = ios/RNDateTimePicker.h; sourceTree = ""; }; AD226BCBC490946ED36E90350AA3C0C1 /* FIRCLSURLBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSURLBuilder.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSURLBuilder.m; sourceTree = ""; }; + AD3632113FBFE68C2A159B2067E2CA06 /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; AD40A94AE1ADFA1CDF9602BA3B04C90E /* libEXAV.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXAV.a; path = libEXAV.a; sourceTree = BUILT_PRODUCTS_DIR; }; AD429B97FD98CD0D2FC8387D13798842 /* MMBuffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMBuffer.h; path = Core/MMBuffer.h; sourceTree = ""; }; - AD4AD8089E386D06C7BF78B6D21C3DE8 /* EXAppleAuthentication-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAppleAuthentication-dummy.m"; sourceTree = ""; }; + AD6F60CA348191920460C22BAC441857 /* React-RCTSettings-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTSettings-dummy.m"; sourceTree = ""; }; AD702E208DF29BB63131B8B34FB32AB5 /* GDTCORUploadPackage_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploadPackage_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadPackage_Private.h; sourceTree = ""; }; AD748228C58449F6A969006047835870 /* FKPortForwardingServer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FKPortForwardingServer.m; path = iOS/FlipperKit/FKPortForwarding/FKPortForwardingServer.m; sourceTree = ""; }; - AD852C909158B529A7D30C8C5E0451A2 /* ReactNativeUiLib.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactNativeUiLib.release.xcconfig; sourceTree = ""; }; - AD888F88CAB9438DD649610E281CE0BE /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; + AD8C703D6777CEC8E6E1667162D3E5EB /* UMLogManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMLogManager.m; sourceTree = ""; }; + AD8FD54B11A8FD22729D131CA3137355 /* react-native-netinfo.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-netinfo.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; ADB15F72939073D2C73A916C689A48F7 /* FlipperKitLayoutPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperKitLayoutPlugin.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin.h; sourceTree = ""; }; - ADFCEEAEE7ECCF7CD8C7D17D0B68B49E /* RCTPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPickerManager.h; sourceTree = ""; }; + ADC2CF3BE37DF8988471D943A33113C8 /* NativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeModule.h; sourceTree = ""; }; + ADD650387C1E7CEF9B37C0B2673F90A0 /* RNImageCropPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNImageCropPicker.release.xcconfig; sourceTree = ""; }; + AE028F42EBE69BCCE56A98AB36991E33 /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; AE0955F767E899B4290FBBC6F39E6D1B /* FBLPromise+Validate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Validate.m"; path = "Sources/FBLPromises/FBLPromise+Validate.m"; sourceTree = ""; }; - AE0F6F6FD043B4B677BD3D5CA24D6EA1 /* UMAppLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLoaderInterface.h; sourceTree = ""; }; AE16C65B401F7FC95D227A8A81E44586 /* FBLPromise+Always.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Always.h"; path = "Sources/FBLPromises/include/FBLPromise+Always.h"; sourceTree = ""; }; AE1AD18CFE4043E1D613B60F0F36FF5B /* CodedOutputData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CodedOutputData.h; path = Core/CodedOutputData.h; sourceTree = ""; }; - AE335EF86EDB678C87B1E6A241F5C11B /* BSG_KSMachHeaders.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSMachHeaders.m; sourceTree = ""; }; - AE4FC64B6C7FB07F3688DDB7FC2DA15D /* RCTTypeSafety.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTTypeSafety.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + AE26E153923822E3300C60591B5F4B4B /* EXConstants.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXConstants.debug.xcconfig; sourceTree = ""; }; + AE4F5AA0FEC57B34196A8D762E3FE66D /* EXAppleAuthentication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppleAuthentication.m; path = EXAppleAuthentication/EXAppleAuthentication.m; sourceTree = ""; }; AE65C434DCC88F549EB6F81D23740EE9 /* ThreadLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadLocal.h; path = folly/ThreadLocal.h; sourceTree = ""; }; - AE8FD12B7F8FEC60B5EC3F8B1847D7F5 /* RsaFormatter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RsaFormatter.m; sourceTree = ""; }; + AE87731426EB95CE450A0EC09F0D9730 /* SecureStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SecureStorage.h; path = ios/SecureStorage.h; sourceTree = ""; }; AE93DFADEB709B24F6E4E38728BC3A80 /* SKResponseInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKResponseInfo.m; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKResponseInfo.m; sourceTree = ""; }; - AE9CD199F0E9A0E52086BA604001E260 /* RCTConvert+FIROptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FIROptions.h"; path = "ios/RNFBApp/RCTConvert+FIROptions.h"; sourceTree = ""; }; + AE993C4191BF7709E618665625737396 /* RNScreens-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNScreens-prefix.pch"; sourceTree = ""; }; + AE9F542C76CD1FB2BBA2796D87CB5361 /* RNRootView.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNRootView.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + AEABEACD11000BF5D2A8D95BED6191CD /* BlurEffectWithAmount.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BlurEffectWithAmount.m; path = ios/BlurEffectWithAmount.m; sourceTree = ""; }; + AEC1DA196392E6A4C52AE27E7F00CB4F /* RNCSafeAreaViewMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaViewMode.h; path = ios/SafeAreaView/RNCSafeAreaViewMode.h; sourceTree = ""; }; AEC45C1A537CE0DCAA631548B8CC2ED6 /* FLEXNetworkRecorder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FLEXNetworkRecorder.h; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkRecorder.h; sourceTree = ""; }; + AEC640FB42BB3D36EB6FEF541630696A /* RCTImageBlurUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageBlurUtils.h; path = Libraries/Image/RCTImageBlurUtils.h; sourceTree = ""; }; AECF7862519237D2681881EDE7678082 /* EventBaseBackendBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBaseBackendBase.cpp; path = folly/io/async/EventBaseBackendBase.cpp; sourceTree = ""; }; AED29BBA089D84FECC97BE859DC38AAB /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = SDWebImage/Private/SDmetamacros.h; sourceTree = ""; }; - AED5C89607CD223196CBD7E82BACABF7 /* JSIndexedRAMBundle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSIndexedRAMBundle.cpp; sourceTree = ""; }; AED82BC6A3AEF2071ACEF81994215B49 /* GDTCOREventTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREventTransformer.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCOREventTransformer.h; sourceTree = ""; }; + AEE04C59A4EE11BEA24A614B481678E9 /* RCTConvert+Text.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Text.m"; sourceTree = ""; }; + AEF2B1327E3A0E910859DB1FAA873EEB /* RNCSafeAreaProviderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaProviderManager.h; path = ios/SafeAreaView/RNCSafeAreaProviderManager.h; sourceTree = ""; }; AEF3E566EB99B1E08F8680EE85EE12D7 /* ParallelMap-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ParallelMap-inl.h"; path = "folly/gen/ParallelMap-inl.h"; sourceTree = ""; }; + AEFDDEB1893FB8B111582FBE8BD153BC /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Regular.ttf; path = Fonts/FontAwesome5_Regular.ttf; sourceTree = ""; }; + AF03B1770DB65B8C5B84BE3507A80FED /* RCTInterpolationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInterpolationAnimatedNode.m; sourceTree = ""; }; + AF08755BDB50FC6722339FE21C107748 /* EnvironmentUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EnvironmentUtil.m; path = ios/RNDeviceInfo/EnvironmentUtil.m; sourceTree = ""; }; + AF0E2BA96CC946CD263588759AB4B7C8 /* RNCSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaViewLocalData.m; path = ios/SafeAreaView/RNCSafeAreaViewLocalData.m; sourceTree = ""; }; AF18ACD03871919E8F02A60B489C6CAD /* GDTCORFlatFileStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORFlatFileStorage.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORFlatFileStorage.m; sourceTree = ""; }; - AF57BADD172E929C83D9EA6D4002EE43 /* FFFastImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageViewManager.h; path = ios/FastImage/FFFastImageViewManager.h; sourceTree = ""; }; + AF2736D6198517BC7B94300A5E9594FD /* BlurView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BlurView.h; path = ios/BlurView.h; sourceTree = ""; }; + AF298FD38354E783CFB7FC2B4FF02934 /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; AF72FD600DE7E2D330BA50F877993E05 /* libUMCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMCore.a; path = libUMCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; - AF762C871BB1A49BB9F1140CA49A09C0 /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; + AF93EF623473920C4DBD6F224219204C /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; AF9F02B25046132FEC9FBAE647F023C6 /* FlipperCertificateExchangeMedium.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperCertificateExchangeMedium.h; path = xplat/Flipper/FlipperCertificateExchangeMedium.h; sourceTree = ""; }; - AFCBBAC79C3D937E6B4E5EF43A0AA5D3 /* GULNetworkURLSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkURLSession.m; path = GoogleUtilities/Network/GULNetworkURLSession.m; sourceTree = ""; }; - AFCC013AE0D0676D7B767BD5EE8BCF46 /* IDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IDStore.h; path = ios/IDStore.h; sourceTree = ""; }; - AFDDBE92A6057DA44C2D48DA91A74644 /* ARTNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTNode.h; path = ios/ARTNode.h; sourceTree = ""; }; - AFF5106E1B57BCDB994435B02BBA980E /* QBAssetCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetCell.m; path = ios/QBImagePicker/QBImagePicker/QBAssetCell.m; sourceTree = ""; }; + AFA7E68548067A02E57E94A56CD12540 /* DispatchMessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DispatchMessageQueueThread.h; sourceTree = ""; }; + AFD0C84B95E0A7B2E662AB5EE7E7FD05 /* UMBarCodeScannerInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMBarCodeScannerInterface.release.xcconfig; sourceTree = ""; }; B00553226F4AD87B696EDCCCDB6AFB49 /* ConnectionContextStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConnectionContextStore.h; path = xplat/Flipper/ConnectionContextStore.h; sourceTree = ""; }; B01F22C57CB6E0D160D5676AD78F59F9 /* FlipperKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FlipperKit-dummy.m"; sourceTree = ""; }; - B02A695D333C312D181D3A3917D15962 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + B02B73C78B4879112B832545A7EDAF0F /* UMFaceDetectorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManager.h; path = UMFaceDetectorInterface/UMFaceDetectorManager.h; sourceTree = ""; }; + B02B9E07D304CFDDFE574E43762A26CD /* react-native-notifications-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-notifications-dummy.m"; sourceTree = ""; }; B03BDAB50901FE46F650F9CF72D2A0FB /* SKObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKObject.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKObject.h; sourceTree = ""; }; B048397C8F7C72C375D4765C439036E0 /* Indestructible.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Indestructible.h; path = folly/Indestructible.h; sourceTree = ""; }; - B0559E09B6794AE6E376948EC27B86AC /* RNCookieManagerIOS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCookieManagerIOS.h; path = ios/RNCookieManagerIOS/RNCookieManagerIOS.h; sourceTree = ""; }; - B059F708DEA2674BC70D60B7D3CC6AA4 /* ObservingInputAccessoryViewTemp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ObservingInputAccessoryViewTemp.m; sourceTree = ""; }; - B05D4143FB88179B259F0C0EE7C940FB /* EXSessionTaskDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXSessionTaskDispatcher.h; sourceTree = ""; }; - B07EDC607C04F533324AE739F243330A /* RNLongPressHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNLongPressHandler.h; sourceTree = ""; }; - B07FF36CFEE2644784956515CE484906 /* QBAssetCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetCell.h; path = ios/QBImagePicker/QBImagePicker/QBAssetCell.h; sourceTree = ""; }; + B051C5240FDA0EE6B638A9AE1F7904AA /* RCTImageView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageView.mm; sourceTree = ""; }; + B064A25D821B41DB96D44C41CCC4CC6D /* React-RCTText.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTText.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + B066DDF192303ACD9CB7C9DDA0DB9BB7 /* RCTAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedImage.m; sourceTree = ""; }; B08AAD3B7E5E9191BF8641CE3DBCD731 /* whrlpool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = whrlpool.h; path = ios/include/openssl/whrlpool.h; sourceTree = ""; }; - B093937CB0C66AFB87A3262E3E585592 /* RNCPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCPicker.debug.xcconfig; sourceTree = ""; }; - B0A4E0BDAD9C880EDC1ED4A4483D369F /* react-native-appearance-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-appearance-dummy.m"; sourceTree = ""; }; B0B214D775196BA7CA8E17E53048A493 /* libSDWebImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSDWebImage.a; path = libSDWebImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; B0C2E370DECF467AE6EC2C91B21F9115 /* ui_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ui_compat.h; path = ios/include/openssl/ui_compat.h; sourceTree = ""; }; B0C5C8C3139E152A72E526B4FD8FB22B /* EventBaseBackendBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBaseBackendBase.h; path = folly/io/async/EventBaseBackendBase.h; sourceTree = ""; }; - B0D034BF10A81757BF7E36B26707D555 /* JSDeltaBundleClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSDeltaBundleClient.h; sourceTree = ""; }; B0D522684E5033511C436FEC61BD1B02 /* CancellationToken-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CancellationToken-inl.h"; path = "folly/CancellationToken-inl.h"; sourceTree = ""; }; - B0DFA591082873397F2918D0053401CC /* React-RCTActionSheet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.debug.xcconfig"; sourceTree = ""; }; B0EBF11DB8BBC6C5E3C8142117E8D50E /* SDAnimatedImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SDAnimatedImageView+WebCache.h"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.h"; sourceTree = ""; }; - B0F2502BD933043972F0C99DD55D0B04 /* RCTBaseTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextViewManager.m; sourceTree = ""; }; B1006CC3FF5A10FB5A05F900A58F1702 /* tree_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tree_dec.c; path = src/dec/tree_dec.c; sourceTree = ""; }; + B102A2907DA3737A3BBCC1EBA9CA511B /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; + B1118A7106888A184A27F645E70888EE /* BugsnagHandledState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagHandledState.h; sourceTree = ""; }; B11D6B4128881205CF5A609956203CDE /* ebcdic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ebcdic.h; path = ios/include/openssl/ebcdic.h; sourceTree = ""; }; B13BB78CAE6B79D9856FECB62B8A9342 /* String.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = String.h; path = folly/portability/String.h; sourceTree = ""; }; - B15CC75C1121F3D87175B97B714DDE0F /* RCTComponentEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentEvent.m; sourceTree = ""; }; + B149E8996665054A245D40DAC8A6C7AF /* UMReactLogHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactLogHandler.m; sourceTree = ""; }; B15D556A48222A425B74D3C5069391AB /* InlineExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InlineExecutor.h; path = folly/executors/InlineExecutor.h; sourceTree = ""; }; + B160C9B52B85D957BB2AEFF55E1B9A9E /* UMPermissionsMethodsDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMPermissionsMethodsDelegate.m; path = UMPermissionsInterface/UMPermissionsMethodsDelegate.m; sourceTree = ""; }; B1638A4AE6B897DDCBE313B7E302D203 /* Sse.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Sse.cpp; path = folly/detail/Sse.cpp; sourceTree = ""; }; + B164B1E0BD2E400B0244B5827CACF3C1 /* RCTImageShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageShadowView.m; sourceTree = ""; }; B16A6B2C6D3CA184F415E6F10CC698EA /* GoogleDataTransport.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransport.release.xcconfig; sourceTree = ""; }; - B17D0BD8483A45BFA22037691142566F /* RNCCameraRollManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCCameraRollManager.h; path = ios/RNCCameraRollManager.h; sourceTree = ""; }; + B16A958D434B31B80BB5D2F6C890DF50 /* BSG_KSCrashSentry_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Private.h; sourceTree = ""; }; + B16F9C4D959BC6A3ABFDA91E26288020 /* EXFileSystem.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXFileSystem.debug.xcconfig; sourceTree = ""; }; B195B77E68BFAA10E540BF81E400C873 /* zh-Hant.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hant.lproj"; path = "Objective-C/TOCropViewController/Resources/zh-Hant.lproj"; sourceTree = ""; }; B19A58156D2B76D5EE1DC0BF80A5D334 /* vi.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = vi.lproj; path = "Objective-C/TOCropViewController/Resources/vi.lproj"; sourceTree = ""; }; B19FF7A2DDD3DAF552F083D95B08CA7F /* MapUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MapUtil.h; path = folly/MapUtil.h; sourceTree = ""; }; + B1A63FD5A4CBC2FCC66FCAA7AA9B116D /* RCTImageShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageShadowView.h; path = Libraries/Image/RCTImageShadowView.h; sourceTree = ""; }; B1ABB43BA9192904AE0DD609F785AEFE /* PriorityLifoSemMPMCQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PriorityLifoSemMPMCQueue.h; path = folly/executors/task_queue/PriorityLifoSemMPMCQueue.h; sourceTree = ""; }; + B1B166C24A44A16E0A20B31FAC0952ED /* RNFBMeta.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBMeta.m; path = ios/RNFBApp/RNFBMeta.m; sourceTree = ""; }; B1B5EAD64CFBE5A0B3CCB4E74C4AEE03 /* sorted_vector_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sorted_vector_types.h; path = folly/sorted_vector_types.h; sourceTree = ""; }; B1C2078CB91C3E651ABCC12A368B5A8F /* cached-powers.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "cached-powers.cc"; path = "double-conversion/cached-powers.cc"; sourceTree = ""; }; B1CACE3A77E332F6E80F2EF5D57C84BB /* asn1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = asn1.h; path = ios/include/openssl/asn1.h; sourceTree = ""; }; - B1FC8EC1A9E3AFAFB86DE98FB02563DC /* RNCCameraRollManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCCameraRollManager.m; path = ios/RNCCameraRollManager.m; sourceTree = ""; }; + B1DBB3A2BF66FD615F87F6F75014597F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + B1E674E484AB09CB391C9B9F18369415 /* EXSessionTaskDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXSessionTaskDispatcher.h; sourceTree = ""; }; + B1F4DB0DE3C68BC8D3845B502352AB49 /* RCTAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedNode.m; sourceTree = ""; }; B1FCB7932F319339A9BDF78238026755 /* UIColor+SKSonarValueCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+SKSonarValueCoder.h"; path = "iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIColor+SKSonarValueCoder.h"; sourceTree = ""; }; B20065F9C2CCA62D0B539D215D127A8F /* Try-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Try-inl.h"; path = "folly/Try-inl.h"; sourceTree = ""; }; - B227DE7D15E81047E000C52F0E13FAA6 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - B254BB1AF982DF4E007693D0780FD758 /* RCTEventAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventAnimation.m; sourceTree = ""; }; - B25C9364DB33F8FF2818A742404BC708 /* UMFontInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFontInterface.release.xcconfig; sourceTree = ""; }; - B2704EA4B90050D03E844480C7B46FF2 /* EXFilePermissionModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFilePermissionModule.h; path = EXFileSystem/EXFilePermissionModule.h; sourceTree = ""; }; + B215F19F866ABC96CE13417B43CD18F8 /* RCTRefreshableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshableProtocol.h; sourceTree = ""; }; + B253C5ED50377419E33CC82502A7377D /* RCTAdditionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAdditionAnimatedNode.h; sourceTree = ""; }; + B264731F64DE20802561E20CA2CB9693 /* EXHapticsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXHapticsModule.m; path = EXHaptics/EXHapticsModule.m; sourceTree = ""; }; B2740FDA0914AF404D49919706DCC445 /* openssl_aes-armv4.S */ = {isa = PBXFileReference; includeInIndex = 1; name = "openssl_aes-armv4.S"; path = "Core/aes/openssl/openssl_aes-armv4.S"; sourceTree = ""; }; + B287D67A5996DC27902E3104516EC672 /* react-native-orientation-locker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-orientation-locker-prefix.pch"; sourceTree = ""; }; B288711C3246A5204B7FC5A645101F0F /* DiscriminatedPtrDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DiscriminatedPtrDetail.h; path = folly/detail/DiscriminatedPtrDetail.h; sourceTree = ""; }; B293805CE09D92B4D8CAFDF32265A1C0 /* StreamStateMachineBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamStateMachineBase.cpp; path = rsocket/statemachine/StreamStateMachineBase.cpp; sourceTree = ""; }; B2BF8371001520ECBD5BAD785DC017E6 /* SDImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCodersManager.h; path = SDWebImage/Core/SDImageCodersManager.h; sourceTree = ""; }; B2C2D0EA729E06D8AC5F068A8AD0C902 /* iterator_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = iterator_enc.c; path = src/enc/iterator_enc.c; sourceTree = ""; }; - B2CD42AD92DC120F1434BDB91A8F22E9 /* React-jsiexecutor.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.debug.xcconfig"; sourceTree = ""; }; B2D64E30A810C688B1470B4F408DE193 /* rescaler_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rescaler_utils.h; path = src/utils/rescaler_utils.h; sourceTree = ""; }; - B2E0ED680835B25FAD5DCA8A84D4ACDC /* UMAppLoader.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMAppLoader.release.xcconfig; sourceTree = ""; }; B2E4FD40E640DF37E83F588BD7BFCC4E /* FIRCLSUUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUUID.h; path = Crashlytics/Shared/FIRCLSUUID.h; sourceTree = ""; }; - B30E23EEE2A4DED934D9BD0EF230A5F2 /* RNFBApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBApp.debug.xcconfig; sourceTree = ""; }; B3135DD08D8F8477774D97E46A17FBA1 /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = SDWebImage/Core/SDAnimatedImageView.m; sourceTree = ""; }; - B3268C78202AE1DD8F4F200E1AC0FF95 /* REATransitionValues.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionValues.m; sourceTree = ""; }; - B3369327A0B6FB771D8DF11C06E5EF7E /* RNNotificationEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationEventHandler.m; path = RNNotifications/RNNotificationEventHandler.m; sourceTree = ""; }; - B3494785E3E169E719846914137B58AC /* React-CoreModules.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-CoreModules.release.xcconfig"; sourceTree = ""; }; + B31A938BA57C97018F16609A23751B50 /* RCTSha.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTSha.m; path = ios/RCTCrypto/RCTSha.m; sourceTree = ""; }; + B3368B080248F6BDF4F5EF7C647F896E /* react-native-simple-crypto.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-simple-crypto.debug.xcconfig"; sourceTree = ""; }; + B34A4B374608A43CF5D2FF72ECFB36B2 /* BugsnagApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagApiClient.h; sourceTree = ""; }; B34D7AD717D6773326F1B507DC17B4FE /* Pods-NotificationService-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-NotificationService-acknowledgements.markdown"; sourceTree = ""; }; - B36C9CF578A3845E41A4D998D58D1351 /* REAEventNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAEventNode.h; sourceTree = ""; }; + B34F5C86B6A3E71BE142CB494B7F79AD /* RCTBackedTextInputDelegateAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegateAdapter.h; sourceTree = ""; }; + B36491838C46C22A87B55F00288280FF /* react-native-simple-crypto-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-simple-crypto-dummy.m"; sourceTree = ""; }; + B36FDB0493FB8627604E5C4E9B7D7D74 /* JSCRuntime.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSCRuntime.cpp; sourceTree = ""; }; + B3715D5F7F6AED006E5A39655C79B76E /* BSG_KSString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSString.h; sourceTree = ""; }; B3826070DF750B29EC717636E7716BD2 /* EvictingCacheMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EvictingCacheMap.h; path = folly/container/EvictingCacheMap.h; sourceTree = ""; }; - B39B12F1A5E14751041492FCCBF2033B /* RNCSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaShadowView.h; path = ios/SafeAreaView/RNCSafeAreaShadowView.h; sourceTree = ""; }; - B3A61484193A77203F5AB752C566A3BA /* EXWebBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXWebBrowser-prefix.pch"; sourceTree = ""; }; - B3A74CB23E816D90B5F13066340C6751 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; + B39BCF779082FAD154F8F5B9EFC3AA3B /* SafeAreaSpacerViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SafeAreaSpacerViewLocalData.h; sourceTree = ""; }; B3AB578942D50350CA6DD1A2C4CE6851 /* SDWebImageOptionsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOptionsProcessor.h; path = SDWebImage/Core/SDWebImageOptionsProcessor.h; sourceTree = ""; }; - B3B5D912476639DFDB0A06E8B6FA1A60 /* RCTSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSlider.m; sourceTree = ""; }; B3BCBF00F863138A94AF94BFD6A36ED5 /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Demangle.cpp; path = folly/Demangle.cpp; sourceTree = ""; }; B3BDF74F10A6FE4F4B706EE7C342BE39 /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = SDWebImage/Core/SDImageIOCoder.m; sourceTree = ""; }; B3DF9F54431589035E19C4BEFEFB525A /* Flipper-RSocket.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-RSocket.release.xcconfig"; sourceTree = ""; }; B3E4D562C86776D29FC05C7C895364AE /* F14Map-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "F14Map-fwd.h"; path = "folly/container/F14Map-fwd.h"; sourceTree = ""; }; B3EC717D9E62DC37E77943B52D38DE53 /* SysUio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysUio.h; path = folly/portability/SysUio.h; sourceTree = ""; }; B3ED4B8A5B2465926045D6040922BD3A /* ar.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ar.lproj; path = "Objective-C/TOCropViewController/Resources/ar.lproj"; sourceTree = ""; }; + B4172EE788CB8A6212F63F3B1999B3F3 /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; B419D240DAE4C1E98C4EE6D19998C3E1 /* Demangle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Demangle.h; path = folly/detail/Demangle.h; sourceTree = ""; }; + B41ECA188F6A116468490BB663DFEFED /* ObservingInputAccessoryViewTemp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ObservingInputAccessoryViewTemp.m; sourceTree = ""; }; B42069065F076E8CA1401EFBE99F99DB /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = SDWebImage/Core/SDWebImageCacheSerializer.m; sourceTree = ""; }; B429E4CCC62986ADA4CE7DA99CA81CC4 /* token_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = token_enc.c; path = src/enc/token_enc.c; sourceTree = ""; }; + B42CEE0B91A84A3B741D8FD3495E04FB /* RCTNativeAnimatedModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeAnimatedModule.mm; sourceTree = ""; }; B43874C6CBB50E7134FBEC24BABFE14F /* libGoogleUtilities.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libGoogleUtilities.a; path = libGoogleUtilities.a; sourceTree = BUILT_PRODUCTS_DIR; }; B45068D688FB76D72FBC5BA439BEA65A /* FIRCLSDataParsing.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDataParsing.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.c; sourceTree = ""; }; - B4667D1D82043D3B10BB2AEDB08A79DA /* GULNSData+zlib.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GULNSData+zlib.m"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.m"; sourceTree = ""; }; + B45F3AFAF65A38E2B72799E1ADD868E6 /* EXAVObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVObject.h; path = EXAV/EXAVObject.h; sourceTree = ""; }; B46B9000485EA36C8993212CB89A82F1 /* PBEncodeItem.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = PBEncodeItem.hpp; path = Core/PBEncodeItem.hpp; sourceTree = ""; }; - B4903ECB78DBEE90336D7BD54B4D8920 /* RCTSinglelineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputViewManager.m; sourceTree = ""; }; - B493771C7A9C7835FFB31EA98AC8FED7 /* REATransitionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionManager.h; sourceTree = ""; }; - B49480116D5F50AE0EF30BD001A7E8C8 /* EXImageLoader.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXImageLoader.debug.xcconfig; sourceTree = ""; }; + B49D822CC2C3E7960EF5E399C6ED45F7 /* RNNotificationEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationEventHandler.h; path = RNNotifications/RNNotificationEventHandler.h; sourceTree = ""; }; B4A52FB076CB98185EE0AC3D52201967 /* SocketOptionMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketOptionMap.h; path = folly/io/SocketOptionMap.h; sourceTree = ""; }; - B4A5B0D056EFD6863906ED20FC76ABAA /* RNBootSplash-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNBootSplash-prefix.pch"; sourceTree = ""; }; B4AD7A59972CEDDDC5C7CF762B8EBA39 /* FIRCLSUnwind_arm.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSUnwind_arm.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arm.c; sourceTree = ""; }; + B4B06C80ADD010F278A3D7BD0716838F /* RNFBCrashlytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBCrashlytics.release.xcconfig; sourceTree = ""; }; + B4BB84C0E1EA1C9A6F91AB210E31DCF8 /* react-native-safe-area-context.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-safe-area-context.release.xcconfig"; sourceTree = ""; }; B4C5139E31E1D2FA1BF3A566B2DE06BE /* FIRCoreDiagnosticsConnector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnosticsConnector.m; path = FirebaseCore/Sources/FIRCoreDiagnosticsConnector.m; sourceTree = ""; }; - B4C62CF866B129BC273237EA42D4919A /* FBReactNativeSpec-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBReactNativeSpec-prefix.pch"; sourceTree = ""; }; - B4D120689E530168FE4B87A31A92AD44 /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; - B4FCFB6F827967E76CEAE1ADAA9117A4 /* RNSScreenContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenContainer.h; path = ios/RNSScreenContainer.h; sourceTree = ""; }; B50A142A2F9470B80F4DAEFAEC74C7FF /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = SDWebImage/Core/SDWebImageError.m; sourceTree = ""; }; - B5145AB82B435755CFB504D6CCD436BB /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; - B52D90A5DF86D410388C1EA205E61B2E /* KeyCommands-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "KeyCommands-dummy.m"; sourceTree = ""; }; - B541602EE18A5C6C00437A0145D2C787 /* RNVectorIcons.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNVectorIcons.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - B54165AE6440AA1BDA6EB6859BB65720 /* RCTAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimatedNode.h; sourceTree = ""; }; - B560C5836ED0777BA9CC16792975A444 /* RNDateTimePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDateTimePicker.h; path = ios/RNDateTimePicker.h; sourceTree = ""; }; + B53638AB050888EBA66B8FE7F5532578 /* QBAssetsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetsViewController.h; path = ios/QBImagePicker/QBImagePicker/QBAssetsViewController.h; sourceTree = ""; }; B56F6F11BC9FBECB9231097934BAEC53 /* SysMembarrier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysMembarrier.h; path = folly/portability/SysMembarrier.h; sourceTree = ""; }; - B575A14AF5D843CB34E5763D6E905F48 /* RNNotificationCenterListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenterListener.h; path = RNNotifications/RNNotificationCenterListener.h; sourceTree = ""; }; B5799986BAC48E4169760BC84177D1E4 /* FIRCLSReportAdapter_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportAdapter_Private.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter_Private.h; sourceTree = ""; }; B57B58BACED4289D53701C37E8E45618 /* ConnectionSet.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConnectionSet.cpp; path = rsocket/internal/ConnectionSet.cpp; sourceTree = ""; }; - B57C8724F1C80F962A97684600EB44A5 /* UMSingletonModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMSingletonModule.m; path = UMCore/UMSingletonModule.m; sourceTree = ""; }; + B5B6CD824B49316E41DD8111445998F7 /* YGNodePrint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGNodePrint.cpp; path = yoga/YGNodePrint.cpp; sourceTree = ""; }; B5B808C7C899F74D771995A60AB7402D /* LockFreeRingBuffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LockFreeRingBuffer.h; path = folly/experimental/LockFreeRingBuffer.h; sourceTree = ""; }; B5C1755CD5221E2ED6D3BEB1CF58BC15 /* OpenSSLVersionFinder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSLVersionFinder.h; path = folly/ssl/OpenSSLVersionFinder.h; sourceTree = ""; }; + B5C7B18D6D3F30663747A4FBD5B89021 /* GULLoggerCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerCodes.h; path = GoogleUtilities/Common/GULLoggerCodes.h; sourceTree = ""; }; B5D64DB44760B189A0293EBE8B788BD4 /* UniqueInstance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UniqueInstance.cpp; path = folly/detail/UniqueInstance.cpp; sourceTree = ""; }; + B5DD166F71A834E423B429AF84345863 /* UMExportedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMExportedModule.h; path = UMCore/UMExportedModule.h; sourceTree = ""; }; B5E6A6D6887D8249F4587D1264CEC00A /* GoogleDataTransport.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransport.debug.xcconfig; sourceTree = ""; }; - B5FFF1BFFF221C0CB64C1E125679B743 /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; B60A9DECADC02F72FA8DC25F17AC9E8C /* SysMman.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysMman.h; path = folly/portability/SysMman.h; sourceTree = ""; }; B61BEFE6E47196000E75802455548943 /* FlipperDiagnosticsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperDiagnosticsViewController.h; path = iOS/FlipperKit/FlipperDiagnosticsViewController.h; sourceTree = ""; }; - B61C809341902C6444FABBE88D36730F /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; - B65BFD3F26741880F828DDE45A97BE78 /* RNBootSplash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBootSplash.m; path = ios/RNBootSplash.m; sourceTree = ""; }; - B678B4032D1E7DAEA3F3BF39405CF04B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + B62F5C806823C05490ED12599ADB95B7 /* NSDataBigString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = NSDataBigString.mm; sourceTree = ""; }; + B64737F9F0007168BA3BD79390674734 /* EXFileSystemAssetLibraryHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemAssetLibraryHandler.h; path = EXFileSystem/EXFileSystemAssetLibraryHandler.h; sourceTree = ""; }; + B67A605E981E8B10428EEE7557111895 /* GULLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLogger.h; path = GoogleUtilities/Logger/Private/GULLogger.h; sourceTree = ""; }; B6A712C08E246FB6B7E9E2123ACB25A8 /* cost_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_enc.c; path = src/enc/cost_enc.c; sourceTree = ""; }; B6A7733A44F11893AAE07B1FA29AD30D /* ecdh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ecdh.h; path = ios/include/openssl/ecdh.h; sourceTree = ""; }; - B6AB1C3BCBEB6BC5E6C87A5182CB737A /* react-native-notifications-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-notifications-dummy.m"; sourceTree = ""; }; - B6B10D3A2B829C1C820CE5B690DF14A0 /* React-jsiexecutor.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.release.xcconfig"; sourceTree = ""; }; - B6B41BC1F6D06AA76628F6E22FCB95F2 /* EXVideoView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoView.h; sourceTree = ""; }; + B6B357694D22794CC8510AA6EF980B89 /* RCTNativeAnimatedNodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedNodesManager.m; sourceTree = ""; }; + B6B6A672610F67995E4F13D33640D278 /* BugsnagReactNative.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BugsnagReactNative.release.xcconfig; sourceTree = ""; }; B6C1A9C41EAEAF8AD449143F6DB361AC /* ThreadCachedInt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadCachedInt.h; path = folly/ThreadCachedInt.h; sourceTree = ""; }; B6C392D25569701C088EFE7C7210B01A /* FlipperRSocketResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FlipperRSocketResponder.cpp; path = xplat/Flipper/FlipperRSocketResponder.cpp; sourceTree = ""; }; + B6D6762D4F47EAE3B6DB809AD00D3640 /* BSG_KSJSONCodec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodec.h; sourceTree = ""; }; B6DCAFD8F2391EEA5BFFD75672443232 /* FIRCLSAsyncOperation_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSAsyncOperation_Private.h; path = Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation_Private.h; sourceTree = ""; }; - B70B14CBB04757856028D7E4CB72DA19 /* EXAV.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAV.m; path = EXAV/EXAV.m; sourceTree = ""; }; B70EED3F5342A9DCBE88CBFA95EBFE0D /* Shell.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Shell.cpp; path = folly/system/Shell.cpp; sourceTree = ""; }; B74524BE3DF67BF52FBEE3CA104F86E0 /* Subprocess.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Subprocess.cpp; path = folly/Subprocess.cpp; sourceTree = ""; }; + B74DCA1E479BBC083FD52F94A88CED48 /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTI18nManager.h; path = React/CoreModules/RCTI18nManager.h; sourceTree = ""; }; + B750C2B8A6CBCCC9086F940CAD81C89F /* ARTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTSurfaceView.h; path = ios/ARTSurfaceView.h; sourceTree = ""; }; B759F4D9726D6DA533F4DCA05607D766 /* upsampling_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_sse2.c; path = src/dsp/upsampling_sse2.c; sourceTree = ""; }; 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; }; - B76A018868C6E437AF586ED4500C6333 /* UMTaskManagerInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMTaskManagerInterface.release.xcconfig; sourceTree = ""; }; - B76C012C5BFD1ECDC8E5E5CBB7A94A35 /* REABlockNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REABlockNode.m; sourceTree = ""; }; + B7612B75AFD48607234185EB579D616F /* IOS7Polyfill.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOS7Polyfill.h; path = ios/IOS7Polyfill.h; sourceTree = ""; }; B77B348E5A8A8BD1FF58FEC2F322A14C /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/Core/UIImageView+WebCache.m"; sourceTree = ""; }; - B7923A8B4FEB4F06CC933801688EC592 /* CoreModulesPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = CoreModulesPlugins.mm; sourceTree = ""; }; - B795F7EE7C1A056383D24B97E6090160 /* RCTWebSocketExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketExecutor.h; path = React/CoreModules/RCTWebSocketExecutor.h; sourceTree = ""; }; - B79EC618A9C0EE9F23F09D23C5B89AD8 /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; - B79FE12C6FD6F29190387CFA03B8F387 /* JSIDynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSIDynamic.cpp; sourceTree = ""; }; + B78A759076798F00B49F1F89673C92E0 /* RCTKeyboardObserver.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTKeyboardObserver.mm; sourceTree = ""; }; B7A545FE1BEB02ED05CEFD4A59D377DF /* Varint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Varint.h; path = folly/Varint.h; sourceTree = ""; }; - B7AC4AEC6E52D95F107E726936AE7302 /* RNFetchBlobFS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobFS.m; path = ios/RNFetchBlobFS.m; sourceTree = ""; }; + B7A7C2483BFE17780191C9BC970A6950 /* react-native-safe-area-context-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-safe-area-context-prefix.pch"; sourceTree = ""; }; B7BA02089E700F7576047F3C314F8B53 /* FlipperConnectionManagerImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FlipperConnectionManagerImpl.cpp; path = xplat/Flipper/FlipperConnectionManagerImpl.cpp; sourceTree = ""; }; - B7BFB18DA23EE8AF529C2B09CDC32326 /* UMUtilitiesInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUtilitiesInterface.h; sourceTree = ""; }; + B7D05EA74A85451A510B688295FD30EB /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; + B7D402B25CA9CF5536A10956564084AC /* RNCSafeAreaViewEdges.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaViewEdges.h; path = ios/SafeAreaView/RNCSafeAreaViewEdges.h; sourceTree = ""; }; B7E49DDE06C3CA562AEFE8DC49E43BBB /* mips_macro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mips_macro.h; path = src/dsp/mips_macro.h; sourceTree = ""; }; B7E557F01E8F4B2D49E0FD20379E1490 /* openssl_md32_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = openssl_md32_common.h; path = Core/aes/openssl/openssl_md32_common.h; sourceTree = ""; }; B7F409DCF2DB123F5791ACD531309E20 /* SparseByteSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SparseByteSet.h; path = folly/container/SparseByteSet.h; sourceTree = ""; }; B80A23D4FAF9FB02CBD278DAD2B9B820 /* FrameType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameType.h; path = rsocket/framing/FrameType.h; sourceTree = ""; }; B80F69D55C5AB3E201354BFB85C1DA9D /* TOCropViewConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCropViewConstants.h; path = "Objective-C/TOCropViewController/Constants/TOCropViewConstants.h"; sourceTree = ""; }; - B8167C71C27B6BA1C6172B06202E73CF /* RNLocalize.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNLocalize.debug.xcconfig; sourceTree = ""; }; B83053500F79E12FCDA0FE995A7E28E7 /* FIRAnalyticsInteropListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInteropListener.h; path = Interop/Analytics/Public/FIRAnalyticsInteropListener.h; sourceTree = ""; }; - B83BE080B4BA8EE754CF2353D95A95F7 /* ReactMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactMarker.h; sourceTree = ""; }; + B83676BEAFD0D5E2F0C71448D0859A3B /* RNRandomBytes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNRandomBytes.h; path = ios/RCTCrypto/RNRandomBytes.h; sourceTree = ""; }; B83E6F934C634C4408B9B5CBD3711AD8 /* EliasFanoCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EliasFanoCoding.h; path = folly/experimental/EliasFanoCoding.h; sourceTree = ""; }; + B84AAB78BC33F569CA338F94B7208C43 /* RNDocumentPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDocumentPicker.h; path = ios/RNDocumentPicker/RNDocumentPicker.h; sourceTree = ""; }; B853CF6AB29CB7E35175B7FEEF6183B0 /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; - B855631FC41E72EC02F37BA684CDF702 /* QBVideoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIconView.m; path = ios/QBImagePicker/QBImagePicker/QBVideoIconView.m; sourceTree = ""; }; B857025220ECC7CA074BF255C1604751 /* ConcurrentSkipList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcurrentSkipList.h; path = folly/ConcurrentSkipList.h; sourceTree = ""; }; - B865DFD067F1D741291FBF66A597878A /* EXAV-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAV-dummy.m"; sourceTree = ""; }; - B86E5D4DE381D4F6E5472B43B919D882 /* RNImageCropPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNImageCropPicker.release.xcconfig; sourceTree = ""; }; B87983F3BE186E9A8B843655CEF7C65C /* filters_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_utils.c; path = src/utils/filters_utils.c; sourceTree = ""; }; + B87A45CD2ED7B38E80A1422EDFF792F7 /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleMethod.mm; sourceTree = ""; }; + B881E13AB9D0330C2D4B16DE752C6B0D /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; B88A54159B245E727A6D16DEFE105A09 /* libMMKV.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libMMKV.a; path = libMMKV.a; sourceTree = BUILT_PRODUCTS_DIR; }; - B8918C296D95EDF67D301741CBF41D0E /* EXVideoPlayerViewControllerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewControllerDelegate.h; sourceTree = ""; }; - B8AC2DCC071185F405C59D5FDB7A6C56 /* EXFileSystemAssetLibraryHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemAssetLibraryHandler.h; path = EXFileSystem/EXFileSystemAssetLibraryHandler.h; sourceTree = ""; }; - B8AC3C5BC4576FCAE0CCAE3BAF384CEF /* RCTSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSliderManager.m; sourceTree = ""; }; B8C153636514DB0BFC849F54543B230A /* TcpConnectionFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TcpConnectionFactory.h; path = rsocket/transports/tcp/TcpConnectionFactory.h; sourceTree = ""; }; B8CD4B9B578CE9FA38114B638C9CAA78 /* libRNCMaskedView.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNCMaskedView.a; path = libRNCMaskedView.a; sourceTree = BUILT_PRODUCTS_DIR; }; - B8DE3C11714761EEAFB373D0A4711058 /* BSG_KSBacktrace.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSBacktrace.c; sourceTree = ""; }; - B8E0EE1ADF1D2D463DE5287D12C8B8C5 /* GULMutableDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULMutableDictionary.h; path = GoogleUtilities/Network/Private/GULMutableDictionary.h; sourceTree = ""; }; - B8EEA6A54E3ED0B72B90D208A804F062 /* RNFBSharedUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBSharedUtils.h; path = ios/RNFBApp/RNFBSharedUtils.h; sourceTree = ""; }; - B8FAFB1F2123AF7EC5CD57FF62246BBA /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; + B8DC384EBF5E2B8C551DDD0AF858BC20 /* RNNotificationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationUtils.m; path = RNNotifications/RNNotificationUtils.m; sourceTree = ""; }; + B8EA8D96E4377DED7E1F19B93FF39B76 /* UIImage+Extension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Extension.h"; path = "ios/src/UIImage+Extension.h"; sourceTree = ""; }; B8FEB1C9F8CC4C30834CD811545EC34F /* GTest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTest.h; path = folly/portability/GTest.h; sourceTree = ""; }; - B90183340DE90C1F415961089C6DAD38 /* RNLocalize.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNLocalize.release.xcconfig; sourceTree = ""; }; + B901BDBD09C8AB7C614C52CDE54EFBC3 /* RCTRawTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextViewManager.h; sourceTree = ""; }; B9406FCAF23CB56AF2EE1917FE3146F3 /* FIRBundleUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRBundleUtil.h; path = FirebaseCore/Sources/FIRBundleUtil.h; sourceTree = ""; }; B944022F17462C5C4419A415C78FC0EB /* FIRInstallationsIIDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIIDStore.h; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.h; sourceTree = ""; }; - B95FCDCE96B8E416523802DB89BE60E3 /* ARTTextFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTTextFrame.h; path = ios/ARTTextFrame.h; sourceTree = ""; }; + B95AA44763006917C0F3A1B513CFD886 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + B95D6B2B77DC9944A070034A19062705 /* RCTRedBox.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTRedBox.mm; sourceTree = ""; }; + B988CD58F53196855229737C1A67D9D5 /* EXWebBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXWebBrowser-dummy.m"; sourceTree = ""; }; + B98F98841CC7FAEB021F21AC2BDBB0FE /* UMModuleRegistryProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryProvider.h; sourceTree = ""; }; B9A091BD7D5A323180FF20D4D4B49FAF /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Sources/Private/FIRLibrary.h; sourceTree = ""; }; - B9A3F1582467C706F3347411AA039AA2 /* React-cxxreact-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-cxxreact-prefix.pch"; sourceTree = ""; }; - B9A5437C06D815D6DADA8FAD5F915D8C /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; B9A80B8593DD902649B6F1210386EFD2 /* buffer_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = buffer_dec.c; path = src/dec/buffer_dec.c; sourceTree = ""; }; + B9B56AA0A56ABCE1A3F9FB4961729C97 /* GULNetworkURLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkURLSession.h; path = GoogleUtilities/Network/Private/GULNetworkURLSession.h; sourceTree = ""; }; + B9C80626BE820D0E016F060FDFB812DA /* RCTPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPackagerConnection.mm; sourceTree = ""; }; B9C8917DFAABD1CCADF4FEDE29515BA3 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/Core/SDWebImagePrefetcher.h; sourceTree = ""; }; - B9E5D37A017906F3733534D5511407E8 /* RCTKeyCommandsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyCommandsManager.h; path = ios/KeyCommands/RCTKeyCommandsManager.h; sourceTree = ""; }; - B9F7B5B82226C2710157BCAE199ED5F8 /* jsi-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "jsi-inl.h"; sourceTree = ""; }; + B9D4251E7593440D5ED7EDD41BC85A4A /* BSG_KSCrashReportFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFields.h; sourceTree = ""; }; + B9E517E84C2861BFB5685F7DC1C4CE59 /* NSValue+Interpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSValue+Interpolation.h"; sourceTree = ""; }; + BA1C96FAD65091D5B825D5949523D6F3 /* UMReactNativeEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeEventEmitter.m; sourceTree = ""; }; BA2B988B207FFBFA5D705AE2D1364866 /* ProtocolVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ProtocolVersion.h; path = rsocket/framing/ProtocolVersion.h; sourceTree = ""; }; BA33A3FE36DC46AB873D1BEAF8F3D1CB /* FIRInstallationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStore.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.m; sourceTree = ""; }; - BA477955B971A23EF92E7C5CC691D4D3 /* GoogleUtilities.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.release.xcconfig; sourceTree = ""; }; BA5771BBD2E4D868410A983C2E62BBA9 /* dec_clip_tables.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_clip_tables.c; path = src/dsp/dec_clip_tables.c; sourceTree = ""; }; - BA782A44287079E378976AF6BA46CCB3 /* RCTPbkdf2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPbkdf2.h; path = ios/RCTCrypto/RCTPbkdf2.h; sourceTree = ""; }; - BA9F01BA0B779F8D2654E30D154B94F6 /* RCTCxxMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxMethod.mm; sourceTree = ""; }; - BAABB0BA27B1CBDC2C8AE5F246FBADF1 /* React-RCTVibration.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.debug.xcconfig"; sourceTree = ""; }; + BA7E9FC4132922B5FCCA8DDA0CEDE546 /* EXAudioSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioSessionManager.h; path = EXAV/EXAudioSessionManager.h; sourceTree = ""; }; BAAE5D90061D1504B908ACDD9265C876 /* UnboundedQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnboundedQueue.h; path = folly/concurrency/UnboundedQueue.h; sourceTree = ""; }; - BABCA2FDCA1F8F23DDF33E3A63F5B251 /* react-native-mmkv-storage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-mmkv-storage.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - BAC6CDAA91C4BD58E5295365BDCA3C95 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + BAB6CF65493D83DEF448745FD3F8BE63 /* RCTFPSGraph.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFPSGraph.m; sourceTree = ""; }; + BAD2210ED551317279ECE251AEA647FB /* EXVideoPlayerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoPlayerViewController.m; sourceTree = ""; }; + BAD59DB5F614DC53C6468BB52CCDF276 /* RCTConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConstants.h; sourceTree = ""; }; BADC2117C47762E9A5618200C9170DBD /* KeepaliveTimer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = KeepaliveTimer.cpp; path = rsocket/internal/KeepaliveTimer.cpp; sourceTree = ""; }; + BAE158547CD7C1EE52E1B138FA21D73E /* RCTWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWeakProxy.h; sourceTree = ""; }; BAED847E8A22919EDDB894F3B4C38BFF /* Pods-ShareRocketChatRN-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-ShareRocketChatRN-umbrella.h"; sourceTree = ""; }; - BAEFC2976989F7497E985CFB93529757 /* react-native-mmkv-storage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-mmkv-storage-prefix.pch"; sourceTree = ""; }; BAFF9D44E7C52A8BAFDB2759D38A43BB /* FlipperCppBridgingConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperCppBridgingConnection.h; path = iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.h; sourceTree = ""; }; BB02CC589412E751563B4277E325BB53 /* Malloc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Malloc.h; path = folly/memory/Malloc.h; sourceTree = ""; }; - BB036E8BBA7A55B58C802A43F2DFCB3C /* ARTTextManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTTextManager.h; sourceTree = ""; }; BB12E9E2D34F4D7BAF21B04BA844937E /* krb5_asn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = krb5_asn.h; path = ios/include/openssl/krb5_asn.h; sourceTree = ""; }; + BB15336F39A847D9E56CF9A10569148E /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAccessibilityManager.h; path = React/CoreModules/RCTAccessibilityManager.h; sourceTree = ""; }; + BB1F737AC4244403FEC41330BB58416F /* React-RCTText.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.release.xcconfig"; sourceTree = ""; }; + BB20ECCAB628D6D02BCBC58A56A3AB6D /* TurboModuleUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModuleUtils.cpp; path = turbomodule/core/TurboModuleUtils.cpp; sourceTree = ""; }; + BB3001BDED9376568E287AC56D4A43B9 /* react-native-safe-area-context.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-safe-area-context.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; BB3ACAE11B485412DF876F885CEF9428 /* SDWebImageCacheKeyFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheKeyFilter.m; path = SDWebImage/Core/SDWebImageCacheKeyFilter.m; sourceTree = ""; }; BB41E7DC024DEA7173626E2349DA6AEA /* random_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = random_utils.c; path = src/utils/random_utils.c; sourceTree = ""; }; - BB42CF3B380B72E8CD28585A7E09D6F1 /* ARTSolidColor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTSolidColor.m; sourceTree = ""; }; BB4309970289554AEBFBCF59553D45F9 /* libwebp-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "libwebp-dummy.m"; sourceTree = ""; }; - BB462F456A6FC28C69C4B83FF425FD06 /* RNCSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaViewManager.h; path = ios/SafeAreaView/RNCSafeAreaViewManager.h; sourceTree = ""; }; BB47EDF57E9361B1F43D8EADB3FDAD15 /* Payload.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Payload.cpp; path = rsocket/Payload.cpp; sourceTree = ""; }; - BB60E8FCBAC4F721188E4202F9EED812 /* Color+Interpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Color+Interpolation.h"; sourceTree = ""; }; - BB9D886F625826C84E7FE3E2E9BFDE9D /* RCTActionSheetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTActionSheetManager.h; path = React/CoreModules/RCTActionSheetManager.h; sourceTree = ""; }; - BBB0B41477179F29C6937861D4E759AE /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; + BB774C547F99C5370951A3B6F9570295 /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; + BB9F9260AB105CD83A06EDFABDB69666 /* RCTUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextView.h; sourceTree = ""; }; BBBE3FE7C8F19DC9A17E4E9E43A19989 /* engine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = engine.h; path = ios/include/openssl/engine.h; sourceTree = ""; }; - BBEFFFEA1C651E5F663438653B6FECA1 /* React-RCTImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.debug.xcconfig"; sourceTree = ""; }; - BC3128230826973F9557BC686190857E /* BSG_KSFileUtils.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSFileUtils.c; sourceTree = ""; }; + BBC4E3825AC2EB48CE8CF375E1509999 /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcher.h; sourceTree = ""; }; + BBD321CFDABB82D36DC920949639DE54 /* react-native-cookies-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-cookies-prefix.pch"; sourceTree = ""; }; + BBE105E04EFB35760107A45C0187E62D /* BSG_KSFileUtils.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSFileUtils.c; sourceTree = ""; }; + BBEF54EB10C45EE0F6D3EC0EB4CCA459 /* RNDeviceInfo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDeviceInfo.release.xcconfig; sourceTree = ""; }; BC41F4BEFC115303267857B135A144AE /* libUMPermissionsInterface.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMPermissionsInterface.a; path = libUMPermissionsInterface.a; sourceTree = BUILT_PRODUCTS_DIR; }; BC5985BED0D370AB99C1D5EA769584D2 /* anim_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; name = anim_encode.c; path = src/mux/anim_encode.c; sourceTree = ""; }; + BC679498FD672C36DBB537E23CDE4D0B /* RCTAnimationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimationUtils.m; sourceTree = ""; }; + BC692AC1CDC21E2E1E0C6FB07E1D8014 /* BugsnagSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSession.m; sourceTree = ""; }; BC7E48F69E87B647894582346A4CBA45 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Sources/Private/FIRComponent.h; sourceTree = ""; }; - BC7E729CB26CF7A4565F1A43F8874F06 /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; - BCA6CB9C2C8FD62CAB2BB5D442BA53DC /* RCTPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerConnection.h; sourceTree = ""; }; + BC85C9106C5E0E948F1AFC4E8C5A528A /* Ionicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Ionicons.ttf; path = Fonts/Ionicons.ttf; sourceTree = ""; }; + BC88C5514E8AC771285E1AA6D60E86B1 /* RNPushKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKit.h; path = RNNotifications/RNPushKit.h; sourceTree = ""; }; + BCA2B6EAAA74F3BAD64BBA6612B7291F /* react-native-appearance.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-appearance.debug.xcconfig"; sourceTree = ""; }; BCAB06F222EE547FA427E2F892BF57F1 /* EnvUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EnvUtil.h; path = folly/experimental/EnvUtil.h; sourceTree = ""; }; BCAD7BD186EE694DCC891522EB744557 /* FutureDAG.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FutureDAG.h; path = folly/experimental/FutureDAG.h; sourceTree = ""; }; - BCB813BD76D4B501AF168AF0D59AE7A8 /* Instance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Instance.h; sourceTree = ""; }; + BCBD1647946B4F61F88A67AC770D296C /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; + BCC134039F247A8AA98A4ED0395DB4DC /* RCTAnimationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationUtils.h; path = Libraries/NativeAnimation/RCTAnimationUtils.h; sourceTree = ""; }; BCC5C9DD20DA99E814C6CC3DA5CEFBD4 /* HeterogeneousAccess-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "HeterogeneousAccess-fwd.h"; path = "folly/container/HeterogeneousAccess-fwd.h"; sourceTree = ""; }; - BCE9490F54B5B10355345E77E8A8AFA4 /* RCTWebSocketExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTWebSocketExecutor.mm; sourceTree = ""; }; + BCC8FE7ED896B53A66E8FB2DDDF76023 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; BCFB39DA6BFF23700B03984AEF4DEE2C /* BitVectorCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BitVectorCoding.h; path = folly/experimental/BitVectorCoding.h; sourceTree = ""; }; - BD36017FAEED162C06539E2DC0E3565B /* React-jsi-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsi-dummy.m"; sourceTree = ""; }; + BD1C3CEC460FD7FAF8C7739B284D00B3 /* REATransitionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionManager.m; sourceTree = ""; }; + BD30CF3EAED3EB92B072DBD0F03EAA33 /* RNFBAnalytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBAnalytics.debug.xcconfig; sourceTree = ""; }; + BD3AA8B9FD7BC13E46F6041D7AD28193 /* BSG_KSCrashSentry_NSException.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashSentry_NSException.m; sourceTree = ""; }; BD524A23A00372445FD8C168B40E19B0 /* FIRInstallationsHTTPError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsHTTPError.m; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.m; sourceTree = ""; }; - BD6E3FC5A898C2B1E0A832C3B2E2B927 /* RCTSRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTSRWebSocket.m; path = Libraries/WebSocket/RCTSRWebSocket.m; sourceTree = ""; }; BD6E560F8A3A9A5DED62B5D952DF111A /* CancellationToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CancellationToken.h; path = folly/CancellationToken.h; sourceTree = ""; }; BD71E2539823621820F84384064C253A /* libReact-Core.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-Core.a"; path = "libReact-Core.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - BD7302FAB4F4009164CF7FAEDA33F437 /* BSG_KSSystemInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfo.h; sourceTree = ""; }; + BD73DC860B5755AB4C6439F8F315E10E /* LICENSE.txt */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.txt; sourceTree = ""; }; BD7AE8B0D546DE3624AFC0EDEAE2C4F0 /* Config.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Config.h; path = folly/portability/Config.h; sourceTree = ""; }; - BD7DAB4D4673FC4EFCB08E33A8AE04BB /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; - BDB0D394E2A8D5C868564B78C9C6266C /* RCTBlobPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobPlugins.mm; sourceTree = ""; }; + BD968A4D94E9A746F7ABEF6C09A3151E /* EXLocalAuthentication-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXLocalAuthentication-dummy.m"; sourceTree = ""; }; + BD9B7F46F6CB52CA4159BC14439297E0 /* RNLocalize-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNLocalize-dummy.m"; sourceTree = ""; }; + BD9E036A3E01F874F629F485D741DDC2 /* RCTPackagerClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerClient.h; sourceTree = ""; }; + BDA53F3D924FAEE87B13686E90B2E1D4 /* RCTView+SafeAreaCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTView+SafeAreaCompat.m"; path = "ios/SafeAreaView/RCTView+SafeAreaCompat.m"; sourceTree = ""; }; + BDC7C88FDA27EB9250710F78D858A8D2 /* RCTProgressViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProgressViewManager.m; sourceTree = ""; }; + BDC86A26B7E64211B3697CA1DC02A3B8 /* RNFBJSON.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBJSON.m; path = ios/RNFBApp/RNFBJSON.m; sourceTree = ""; }; BDCAEB30AD8C7642C64679A17612E4C1 /* String.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = String.cpp; path = folly/String.cpp; sourceTree = ""; }; BDD88D93EF5423C2CADBE43F89A62E30 /* GDTCORTransport_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransport_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransport_Private.h; sourceTree = ""; }; - BDE34BBB71AE10BE2B1FDCDDAC064C50 /* EXSessionDownloadTaskDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXSessionDownloadTaskDelegate.h; sourceTree = ""; }; - BDE7EE7B42832DED37141F369D9B05C1 /* BugsnagCrashSentry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashSentry.m; sourceTree = ""; }; BDFF56B500F62AFA61E4035044F1EAF9 /* OpenSSLHash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSLHash.h; path = folly/ssl/OpenSSLHash.h; sourceTree = ""; }; + BE04A2EAFD50B0BA9CEC2B8542451A41 /* RCTPlatform.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPlatform.mm; sourceTree = ""; }; BE12DCF35841427D90897AED0993855E /* EventHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventHandler.cpp; path = folly/io/async/EventHandler.cpp; sourceTree = ""; }; + BE1351BCCF762D6FA5CE54E8855075DE /* react-native-blur.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-blur.release.xcconfig"; sourceTree = ""; }; BE1DD6BEB5772073CB1B497EE3EFACAD /* demangle.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = demangle.cc; path = src/demangle.cc; sourceTree = ""; }; - BE28986CA479F1CD5BF358417B4FF008 /* BSG_KSMachHeaders.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMachHeaders.h; sourceTree = ""; }; BE396E9C371A35BA49411AADC81C481A /* bit_reader_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bit_reader_utils.h; path = src/utils/bit_reader_utils.h; sourceTree = ""; }; + BE3B777FE31D6BD712B367A08F0687D3 /* log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log.h; path = yoga/log.h; sourceTree = ""; }; BE44CBCE6C75B26E95A4555F9D976298 /* Pods-defaults-RocketChatRN-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-defaults-RocketChatRN-umbrella.h"; sourceTree = ""; }; - BE5BD84C4AD1A7D221D541EBDF680E48 /* RNCSafeAreaViewMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaViewMode.m; path = ios/SafeAreaView/RNCSafeAreaViewMode.m; sourceTree = ""; }; - BE5DBFA20A4750FA7E415654F18A0821 /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTiming.h; path = React/CoreModules/RCTTiming.h; sourceTree = ""; }; - BE5EE285FADD586783B42D22E550058B /* EXFileSystem-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXFileSystem-dummy.m"; sourceTree = ""; }; + BE62E00AF68D114019A8363B3D9312ED /* BSG_KSCrashCallCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashCallCompletion.h; sourceTree = ""; }; BE65CAB0DB1BEB44C68B52C7C4D7E033 /* DistributedMutex.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = DistributedMutex.cpp; path = folly/synchronization/DistributedMutex.cpp; sourceTree = ""; }; - BE7AF6E8EF8C8C07FA804A5DD3D5799A /* RCTImageStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageStoreManager.h; path = Libraries/Image/RCTImageStoreManager.h; sourceTree = ""; }; BE7FE478CD38B0D49006AA2D6A850AF4 /* TOCropOverlayView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCropOverlayView.h; path = "Objective-C/TOCropViewController/Views/TOCropOverlayView.h"; sourceTree = ""; }; BE8076D11AD8635E478493A6C67EA941 /* BitIteratorDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BitIteratorDetail.h; path = folly/container/detail/BitIteratorDetail.h; sourceTree = ""; }; - BE96E409902C6E3A692B67FA52C91000 /* Ionicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Ionicons.ttf; path = Fonts/Ionicons.ttf; sourceTree = ""; }; - BEA07B1F1F4CB4021CF31AC66FFE168E /* RNFetchBlobRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobRequest.h; path = ios/RNFetchBlobRequest.h; sourceTree = ""; }; - BEA4161DCE8B474AA7FD663A2D72A5BA /* JsArgumentHelpers-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JsArgumentHelpers-inl.h"; sourceTree = ""; }; - BEA6CA60FB2A78DD37453D957B401DE4 /* RCTImageURLLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageURLLoader.h; path = Libraries/Image/RCTImageURLLoader.h; sourceTree = ""; }; - BEBBD38FC09E4CCBE8C7BFBECFF6BD80 /* RCTTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextView.m; sourceTree = ""; }; BEC3066DC9C5D09CB3034384AFBBD902 /* Observables.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Observables.h; path = yarpl/observable/Observables.h; sourceTree = ""; }; - BED55F57EAFF64987DBA63EAA578E999 /* RootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RootView.h; path = ios/RootView.h; sourceTree = ""; }; - BEF9CD8D460017388F3FDB09E150EAAF /* EXAV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAV.h; path = EXAV/EXAV.h; sourceTree = ""; }; + BED902D1202ECE791F272D99BB412BA3 /* RCTAlertController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAlertController.m; sourceTree = ""; }; BEFB764D65B20FA8154B77A1DDED76E2 /* FBLPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromise.h; path = Sources/FBLPromises/include/FBLPromise.h; sourceTree = ""; }; BF0816983A4601DA59629B393984177F /* FlowableOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlowableOperator.h; path = yarpl/flowable/FlowableOperator.h; sourceTree = ""; }; - BF1088D50F07CDE8E70094EE660E11BF /* React-RCTVibration.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTVibration.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; BF17BE0FB290A92D8674D950529E0C80 /* ClockGettimeWrappers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ClockGettimeWrappers.h; path = folly/ClockGettimeWrappers.h; sourceTree = ""; }; BF1F456334C248BD77BE65C60F42FF67 /* libreact-native-simple-crypto.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-simple-crypto.a"; path = "libreact-native-simple-crypto.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - BF20C4A8DC5AE9E7EE845AE5CDE38B7A /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; - BF2B2E83A1C8AF81671636470274DDB0 /* RCTVibrationPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVibrationPlugins.h; path = Libraries/Vibration/RCTVibrationPlugins.h; sourceTree = ""; }; + BF387147E8A1949860B37D5F2831AB43 /* ARTRenderableManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTRenderableManager.m; sourceTree = ""; }; + BF3AB2AF8C3245233CA9BD2973C44369 /* RNSScreenStackHeaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenStackHeaderConfig.m; path = ios/RNSScreenStackHeaderConfig.m; sourceTree = ""; }; BF40B4DD4D1F04FE796D486E30C2BB21 /* ManualTimekeeper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ManualTimekeeper.cpp; path = folly/futures/ManualTimekeeper.cpp; sourceTree = ""; }; - BF4A34025B092475659484220613279B /* TurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModule.h; path = turbomodule/core/TurboModule.h; sourceTree = ""; }; - BF5B4682777A538FD7233ADB118F09B5 /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm64.S"; sourceTree = ""; }; BF8E84814157F6E8772D4FFD1848934B /* SKRequestInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKRequestInfo.h; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKRequestInfo.h; sourceTree = ""; }; - BFA60CF1DFA26AE283DA6EC7BDA260F4 /* RCTSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSliderManager.h; sourceTree = ""; }; - BFAEF3C69F3A3C84C4982FD3BB6CF878 /* React-RCTVibration-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTVibration-dummy.m"; sourceTree = ""; }; - BFB5272AC8FC90EDF7FC1C7F79C7CC55 /* RNFastImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFastImage-dummy.m"; sourceTree = ""; }; - BFB82A854C66D4D0866B56B42A47C362 /* RNNativeViewHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNNativeViewHandler.h; sourceTree = ""; }; - BFC337FA105ABFFA37FA4522A4B56119 /* RNFBCrashlyticsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBCrashlyticsModule.h; path = ios/RNFBCrashlytics/RNFBCrashlyticsModule.h; sourceTree = ""; }; - C005EF54F2B3AE4774A70B7608A3DE57 /* RCTPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPickerManager.m; sourceTree = ""; }; + BFA7F279FB92FB35BDE6B83AFF944E2C /* EXConstants-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXConstants-dummy.m"; sourceTree = ""; }; + BFD0FB58C66F9A584E98457B16C4A8E9 /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; + BFD2D7E5402F0DC5E6AC7F9FD78781AD /* RCTBackedTextInputDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegate.h; sourceTree = ""; }; + BFD8C6F5EB5947B1247107C8F99E2C45 /* Yoga.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Yoga.cpp; path = yoga/Yoga.cpp; sourceTree = ""; }; + BFE7E33DD4E7A0D74E5D8A90EDF02D08 /* EXSessionDownloadTaskDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXSessionDownloadTaskDelegate.m; sourceTree = ""; }; C009656349BBFE7CB97649ED1DE75267 /* Atomic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Atomic.h; path = folly/portability/Atomic.h; sourceTree = ""; }; - C01297A562DADA66A729788E8119C377 /* BSG_KSSystemInfoC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfoC.h; sourceTree = ""; }; - C0236C0F9A80F225B22962999B45527A /* RNCPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCPickerManager.m; path = ios/RNCPickerManager.m; sourceTree = ""; }; + C03AF905A026425800797ED5D836C253 /* RNDateTimePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDateTimePicker.m; path = ios/RNDateTimePicker.m; sourceTree = ""; }; + C05BF2F189EE14100FC2ED80DC30B4B6 /* EXLocalAuthentication-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXLocalAuthentication-prefix.pch"; sourceTree = ""; }; C065423E7B19916572D938E1977291DC /* TOCropViewController-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "TOCropViewController-dummy.m"; sourceTree = ""; }; - C06A09FBABAB63845B792354730B996E /* RNGestureHandler.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNGestureHandler.release.xcconfig; sourceTree = ""; }; - C07A942D53BE5BF832D81FAEA9D7E44C /* RNPushKit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKit.m; path = RNNotifications/RNPushKit.m; sourceTree = ""; }; - C07BF2239EAC032AE2E37B6FC1EF511F /* RCTTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextViewManager.h; sourceTree = ""; }; - C0B8134D46696A6E4DD43710C54D2F23 /* BugsnagConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagConfiguration.m; sourceTree = ""; }; - C0CA668B93BFB8EC9E3C5C1F0A74F75A /* jsi.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = jsi.cpp; sourceTree = ""; }; + C079B8255AECC872743267DDD47200C8 /* RNNotificationCenter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenter.m; path = RNNotifications/RNNotificationCenter.m; sourceTree = ""; }; + C08A1AC35E3F93F94D42AE14D3CC98BD /* BSG_KSCrashC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashC.h; sourceTree = ""; }; C0D9B8B5AADC7DAB66A1964F571B419F /* Malloc.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Malloc.cpp; path = folly/portability/Malloc.cpp; sourceTree = ""; }; C0DAB47F808687571AA438E2CDCD9377 /* SoftRealTimeExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SoftRealTimeExecutor.h; path = folly/executors/SoftRealTimeExecutor.h; sourceTree = ""; }; + C0DC6FC0CDC9DC9BF80FB9318C9D715D /* RCTTextAttributes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextAttributes.m; sourceTree = ""; }; + C11AFE9E0317ADCCFA15A7008D924172 /* event.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = event.cpp; sourceTree = ""; }; + C11CC0DA5D4925CE4831B70BCF2C8541 /* BSGSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGSerialization.m; sourceTree = ""; }; C12606E850D767BF6B6D776479AA7767 /* FileUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FileUtil.cpp; path = folly/FileUtil.cpp; sourceTree = ""; }; C12AB2C47B02953CAB472BDE37F03AF5 /* FIRCLSMachOSlice.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachOSlice.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOSlice.h; sourceTree = ""; }; C13068CCA9200DA009301B6DFA22902F /* UIImage+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Transform.h"; path = "SDWebImage/Core/UIImage+Transform.h"; sourceTree = ""; }; - C134C943F7EE8CCBEAD0E960B28575FE /* RCTBackedTextInputDelegateAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBackedTextInputDelegateAdapter.m; sourceTree = ""; }; C138B322F2D4E5452FBBA7A7084C7E87 /* Instructions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Instructions.h; path = folly/experimental/Instructions.h; sourceTree = ""; }; - C13974B132B2AB8D6EDD473EAD3F0430 /* REACallFuncNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REACallFuncNode.h; sourceTree = ""; }; - C14B2C9A65A88624CC62752367818368 /* RCTAnimationPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationPlugins.h; path = Libraries/NativeAnimation/RCTAnimationPlugins.h; sourceTree = ""; }; - C14CECD402B9C28C1034389791AF10D1 /* UMNativeModulesProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMNativeModulesProxy.h; sourceTree = ""; }; - C1504A7253E1609BB6384B51312540F7 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + C157976D0315D3243173E456620503C2 /* RCTHmac.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTHmac.m; path = ios/RCTCrypto/RCTHmac.m; sourceTree = ""; }; C16648A9160A54F2C897160604630693 /* Try.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Try.h; path = folly/Try.h; sourceTree = ""; }; C1771026D19FD5FC4CB817918EEECC2F /* bignum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bignum.h; path = "double-conversion/bignum.h"; sourceTree = ""; }; + C19E947615CDB50A244AF0D79689F024 /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; + C19FF67B91D7167D7A000E68E588E40F /* FFFastImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageSource.m; path = ios/FastImage/FFFastImageSource.m; sourceTree = ""; }; C1A919103EAC9813D236486C34FC0A21 /* libReact-RCTVibration.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTVibration.a"; path = "libReact-RCTVibration.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - C1AD57D41D0AB9291B801F147FDFA4F7 /* react-native-simple-crypto-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-simple-crypto-prefix.pch"; sourceTree = ""; }; C1C85BA612BBB6143955D2D584E3AA56 /* AsyncSocketException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncSocketException.h; path = folly/io/async/AsyncSocketException.h; sourceTree = ""; }; - C1CACBC29CB5B3D54A980F7F90CA2EE4 /* BSGConnectivity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGConnectivity.h; sourceTree = ""; }; + C1D81A9074D504712C829F448867952A /* RNCCameraRollManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCCameraRollManager.m; path = ios/RNCCameraRollManager.m; sourceTree = ""; }; C1DD3CF6BEC61F49EB5A5BEA5652EDC6 /* ScheduledSingleSubscription.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScheduledSingleSubscription.cpp; path = rsocket/internal/ScheduledSingleSubscription.cpp; sourceTree = ""; }; C1E518C2E2BB9CE5981E70CDDB4F785D /* it.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = it.lproj; path = "Objective-C/TOCropViewController/Resources/it.lproj"; sourceTree = ""; }; - C1E52FA4D9BCFDD07A04DAD979772DAD /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; - C1E6F883A71F4A30A2412A3C7C51B0CC /* react-native-mmkv-storage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-mmkv-storage.release.xcconfig"; sourceTree = ""; }; + C1ED8C7FDE03CC7DF66080B0FA3490EE /* JSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSExecutor.h; sourceTree = ""; }; C20F6A05F762286B608B5B3A769EBBE5 /* SKEnvironmentVariables.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKEnvironmentVariables.h; path = iOS/FlipperKit/SKEnvironmentVariables.h; sourceTree = ""; }; - C21303CAF567A1E8214B2AEDEDD6CF88 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - C223FAD2EBBFC29E331A4D7A5D52D5CC /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceView.mm; sourceTree = ""; }; - C249A96B7D4D45BD9A0AD53AB04DE566 /* RCTTypeSafety-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTTypeSafety-prefix.pch"; sourceTree = ""; }; - C253635FF1C1A32EBC240C5796976D2C /* RNCSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaViewLocalData.h; path = ios/SafeAreaView/RNCSafeAreaViewLocalData.h; sourceTree = ""; }; + C21A1B77E15FEDFF005DA5AA3A043E6E /* RCTMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedView.m; sourceTree = ""; }; + C220CD5C7823B71A8122034A20263F53 /* RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotifications.m; path = RNNotifications/RNNotifications.m; sourceTree = ""; }; + C2370F91A8EE6131A95B496B4A9F63ED /* RCTInterpolationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInterpolationAnimatedNode.h; sourceTree = ""; }; + C24D123087E40CBDCC7D0F62F306F583 /* UMPermissionsInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMPermissionsInterface.release.xcconfig; sourceTree = ""; }; + C261E8F51125BCE63B3E4EB7007370D5 /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.h; sourceTree = ""; }; C269164ABE0554ED5356E1D7761DAEF0 /* SKViewDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKViewDescriptor.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewDescriptor.h; sourceTree = ""; }; C26A92286CCDD6BA44A1E4FEA613AB77 /* dec_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_neon.c; path = src/dsp/dec_neon.c; sourceTree = ""; }; C26D697121AAB596FBAD39901B1FE379 /* AsyncSSLSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncSSLSocket.cpp; path = folly/io/async/AsyncSSLSocket.cpp; sourceTree = ""; }; - C2C3DCB7B878FF43A71487C450A92C16 /* EXPermissions.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXPermissions.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - C2D336F53BE0006CBB1CCAABAA588234 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + C280ADAF2D454B2568A0C956F40217E8 /* RNLocalize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNLocalize.h; path = ios/RNLocalize.h; sourceTree = ""; }; + C28AC0140929CEA0609A6EA15CF44008 /* BugsnagSessionTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTracker.h; sourceTree = ""; }; + C2BB1817A7568009DFA8666726DB2C09 /* UMAppDelegateWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAppDelegateWrapper.h; path = UMCore/UMAppDelegateWrapper.h; sourceTree = ""; }; C2D72A88FB01D49AFEFE11A05C051A11 /* Future.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Future.h; path = folly/futures/Future.h; sourceTree = ""; }; - C2D81EFF038681590027BEDA7DE4FB04 /* RCTDevMenu.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevMenu.mm; sourceTree = ""; }; - C2DED9D751A22723BE43ABF5B95E5233 /* React-RCTNetwork.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.debug.xcconfig"; sourceTree = ""; }; + C3057285D89CD9A3A8F3B341A57A5E2F /* GULSecureCoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSecureCoding.m; path = GoogleUtilities/Environment/GULSecureCoding.m; sourceTree = ""; }; C31BEAB1F84551C0E287ADC4BDCF2FDA /* ConcurrentBitSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcurrentBitSet.h; path = folly/ConcurrentBitSet.h; sourceTree = ""; }; C3283A8F8AE35DDBB093EC3780BE8186 /* SysTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysTypes.h; path = folly/portability/SysTypes.h; sourceTree = ""; }; - C32EF3C60F13E063531B75B349DE6D63 /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Instance.cpp; sourceTree = ""; }; - C366131D88B4FA0933A8F80B363247DD /* RNFBCrashlyticsInitProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBCrashlyticsInitProvider.m; path = ios/RNFBCrashlytics/RNFBCrashlyticsInitProvider.m; sourceTree = ""; }; - C36C65075777F45F92B97BB4278D451E /* RCTStyleAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStyleAnimatedNode.m; sourceTree = ""; }; + C3360CC02F884F73246268FF2F604D66 /* GULNetworkConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkConstants.m; path = GoogleUtilities/Network/GULNetworkConstants.m; sourceTree = ""; }; C3744C67DBF4721AD8F9EB1F2E4C76E9 /* FlipperClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperClient.h; path = iOS/FlipperKit/FlipperClient.h; sourceTree = ""; }; C374E4C41C121E1C703616E68E6EE634 /* Portability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Portability.h; path = folly/Portability.h; sourceTree = ""; }; C3824950301566D80B8BD7305ED995C6 /* YogaKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YogaKit.debug.xcconfig; sourceTree = ""; }; + C387577200F132152437D77B0DE6127A /* RCTConvert+FIROptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FIROptions.m"; path = "ios/RNFBApp/RCTConvert+FIROptions.m"; sourceTree = ""; }; + C388F39666BB99F63B54F888E6B42A46 /* REAClockNodes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAClockNodes.m; sourceTree = ""; }; C38CAF8CAFB941E27F8FC260A48F071B /* PromisesObjC-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PromisesObjC-dummy.m"; sourceTree = ""; }; C398BC2F20943EFB090F570ACF8B2BC3 /* FlipperStep.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FlipperStep.cpp; path = xplat/Flipper/FlipperStep.cpp; sourceTree = ""; }; C39AF224FFAA5EE6F82F74DD9F667AAA /* TLSDefinitions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TLSDefinitions.h; path = folly/io/async/ssl/TLSDefinitions.h; sourceTree = ""; }; C39FA2D898D6C5C24D94D62112237663 /* cached-powers.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "cached-powers.cc"; path = "double-conversion/cached-powers.cc"; sourceTree = ""; }; - C3A94FD63D730CAD60C4E93BC3718E64 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + C3AAB40D0C5122B9D6B4852186CF60C2 /* RCTSettingsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSettingsManager.h; path = Libraries/Settings/RCTSettingsManager.h; sourceTree = ""; }; + C3ACE169CF70A427BCE35183CC9FA16F /* RCTHTTPRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTHTTPRequestHandler.mm; sourceTree = ""; }; C3B844EB0490A9915296690E4A218976 /* FIRInstallationsItem+RegisterInstallationAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstallationsItem+RegisterInstallationAPI.h"; path = "FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.h"; sourceTree = ""; }; C3B8BE8AD1C94904360109FB235B745E /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = SDWebImage/Core/SDWebImageCacheSerializer.h; sourceTree = ""; }; - C3CAAF47AC03AF1B13FFA980EFB1CE2E /* RCTAnimationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationUtils.h; path = Libraries/NativeAnimation/RCTAnimationUtils.h; sourceTree = ""; }; + C3CADB32AF0CA8E75BD3FF9DF8AB818A /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; + C3CB9B609B84FD7A32AD1A901850A82F /* EXLocalAuthentication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXLocalAuthentication.h; path = EXLocalAuthentication/EXLocalAuthentication.h; sourceTree = ""; }; C3DEDD16BC98750F12AF65BB762532A0 /* RSocketException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketException.h; path = rsocket/RSocketException.h; sourceTree = ""; }; + C3F4A5A780162CAF961D642454C89730 /* RCTTrackingAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTrackingAnimatedNode.h; sourceTree = ""; }; + C3FA49BE753681695F9F076991631EA7 /* RNCWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWebViewManager.h; path = apple/RNCWebViewManager.h; sourceTree = ""; }; C3FF137BADDFE43A3D43D7DD44A6676C /* CodedInputDataCrypt.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CodedInputDataCrypt.cpp; path = Core/CodedInputDataCrypt.cpp; sourceTree = ""; }; C40627B821B6262FFC847427249ACE75 /* diy-fp.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "diy-fp.cc"; path = "double-conversion/diy-fp.cc"; sourceTree = ""; }; + C408294883E3AC52287FEF9E18D54ADD /* QBImagePickerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBImagePickerController.h; path = ios/QBImagePicker/QBImagePicker/QBImagePickerController.h; sourceTree = ""; }; C40ABB1F6C64D36CD91AAB06CD591B0A /* UIImage+WebP.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+WebP.h"; path = "SDWebImageWebPCoder/Classes/UIImage+WebP.h"; sourceTree = ""; }; - C4179A90F10D5623F4F123DD3E8B43CB /* EXHaptics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXHaptics.release.xcconfig; sourceTree = ""; }; - C42111E92B595E5773248CA66E90415D /* RCTVirtualTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextViewManager.m; sourceTree = ""; }; C439799B8CBB8A2C3F90298EFD4A0C62 /* PTPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PTPrivate.h; path = peertalk/PTPrivate.h; sourceTree = ""; }; C43F444BDAB37AC842D406BDCC5CB1E6 /* GlobalShutdownSocketSet.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = GlobalShutdownSocketSet.cpp; path = folly/io/GlobalShutdownSocketSet.cpp; sourceTree = ""; }; C44B1AA0010B4FCC3299ECE2838C11ED /* YogaKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YogaKit.release.xcconfig; sourceTree = ""; }; C4579E79C68E1E8CDEA8F9ABC1AF1E04 /* FIRCoreDiagnostics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnostics.m; path = Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnostics.m; sourceTree = ""; }; C45EAFC34F4E6E42BE80363C5B4C369E /* MallocImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MallocImpl.cpp; path = folly/memory/detail/MallocImpl.cpp; sourceTree = ""; }; C46FD25E47E045CA4C193072575AB3BC /* SDAnimatedImagePlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImagePlayer.h; path = SDWebImage/Core/SDAnimatedImagePlayer.h; sourceTree = ""; }; + C479C917194F0B17DD7E4E5DECBDB54B /* ModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ModuleRegistry.h; sourceTree = ""; }; C47A5AF10ACCF72807570D084FB9BAEB /* webp_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = webp_dec.c; path = src/dec/webp_dec.c; sourceTree = ""; }; C47B8307C806973CC3E2DE384F1D1D53 /* json.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = json.h; path = folly/json.h; sourceTree = ""; }; C47D5DA118FAD80E693FBAA44F0E8C30 /* FIRCLSReport_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReport_Private.h; path = Crashlytics/Crashlytics/Models/FIRCLSReport_Private.h; sourceTree = ""; }; C4865922D1B88AF661EA95AD6268105C /* NamedThreadFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NamedThreadFactory.h; path = folly/executors/thread_factory/NamedThreadFactory.h; sourceTree = ""; }; C488F6E9E2C0C1C0AC447D2DFF370D03 /* ssl2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl2.h; path = ios/include/openssl/ssl2.h; sourceTree = ""; }; + C49906100567C76827B0EBBCDC49A6B0 /* UMReactLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactLogHandler.h; sourceTree = ""; }; C4A663D153E0F28D47A96BF7B5C52DF1 /* EmitterFlowable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EmitterFlowable.h; path = yarpl/flowable/EmitterFlowable.h; sourceTree = ""; }; + C4B66CF4533FD27ADDF65300B3F875B7 /* react-native-restart-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-restart-prefix.pch"; sourceTree = ""; }; C4C9A646245CBAA36A25E590A199519E /* AtomicReadMostlyMainPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicReadMostlyMainPtr.h; path = folly/experimental/AtomicReadMostlyMainPtr.h; sourceTree = ""; }; C4DF22F1747968490088396150223C6F /* F14Set.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Set.h; path = folly/container/F14Set.h; sourceTree = ""; }; - C506F14B42C7F201B2297C1173C5BE7C /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - C518B7A7581D0F3AD6590FC1148458D8 /* CoreModulesPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CoreModulesPlugins.h; path = React/CoreModules/CoreModulesPlugins.h; sourceTree = ""; }; - C523363D27B74F9A78CE3659208CFF5B /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; + C4EFF7A09673AAF21AD5AE3B716D2F5F /* react-native-orientation-locker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-orientation-locker.debug.xcconfig"; sourceTree = ""; }; + C51E5D849192A64306731DE3BD9AEABA /* UMImageLoaderInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMImageLoaderInterface.debug.xcconfig; sourceTree = ""; }; C53174054B145E3EBC1CB0898AC317C3 /* Throughput.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Throughput.h; path = rsocket/benchmarks/Throughput.h; sourceTree = ""; }; C535F9D9F17CA6E72A0287E275AE0134 /* IOBufQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOBufQueue.h; path = folly/io/IOBufQueue.h; sourceTree = ""; }; + C539B5CC0F60FEC25673DB8D9FFA2C66 /* RNCPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCPicker.debug.xcconfig; sourceTree = ""; }; C53D17BDB7B7EC565F1FDD68F1D365E9 /* FlipperDiagnosticsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FlipperDiagnosticsViewController.m; path = iOS/FlipperKit/FlipperDiagnosticsViewController.m; sourceTree = ""; }; + C53D2288944A0367C7B722B1D495A483 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; C53F9C211DE6924D23B1763F088E829E /* fa.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fa.lproj; path = "Objective-C/TOCropViewController/Resources/fa.lproj"; sourceTree = ""; }; - C54739594C9F12ED91B3A24A811C6E3C /* RNImageCropPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNImageCropPicker.debug.xcconfig; sourceTree = ""; }; C5617F2FC998D480C862C4A4CDDC4B51 /* FlowableDoOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlowableDoOperator.h; path = yarpl/flowable/FlowableDoOperator.h; sourceTree = ""; }; - C567C255F63F38F24762D6EB66FFF82D /* RCTBlobCollector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobCollector.mm; sourceTree = ""; }; C56E753DF2E940A7A5674D5655BB20CE /* SDImageWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageWebPCoder.h; path = SDWebImageWebPCoder/Classes/SDImageWebPCoder.h; sourceTree = ""; }; + C56F4FBA8454587CEF4B2EABB6A7A6AC /* UMImageLoaderInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMImageLoaderInterface.release.xcconfig; sourceTree = ""; }; C577B154D3157924324E6D839DADAE9C /* SKResponseInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKResponseInfo.h; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKResponseInfo.h; sourceTree = ""; }; + C57A271DD77D03B3D65015B5FF4FAFB6 /* Utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Utils.cpp; path = yoga/Utils.cpp; sourceTree = ""; }; + C588A882F60E3AF9CE2AFC43053858F1 /* EXImageLoader.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXImageLoader.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; C59312940D5C2000A2013B02A2AF8650 /* ko.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ko.lproj; path = "Objective-C/TOCropViewController/Resources/ko.lproj"; sourceTree = ""; }; - C5B47DC84B841542AD04FE0E6E25B9AA /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.h; sourceTree = ""; }; C5B7AAFA713729F9C5BB9A62BE4646F7 /* FIRCLSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSLogger.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSLogger.m; sourceTree = ""; }; + C5BE3FAA76D61C918E1969E10A1D3D8F /* EXAVPlayerData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAVPlayerData.m; path = EXAV/EXAVPlayerData.m; sourceTree = ""; }; + C5DB5F72BB46E070775C36779EB107FD /* RCTWebSocketExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTWebSocketExecutor.mm; sourceTree = ""; }; C5EB6693FDBEB9022FC01E7F9C1008A8 /* fixed-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fixed-dtoa.h"; path = "double-conversion/fixed-dtoa.h"; sourceTree = ""; }; C5F6A5C613EC06BE0F0D511B2CE61195 /* FLEXNetworkObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FLEXNetworkObserver.h; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkObserver.h; sourceTree = ""; }; C5F9BE1025F25C801E19AF5C42F0D4E9 /* Hazptr.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Hazptr.cpp; path = folly/synchronization/Hazptr.cpp; sourceTree = ""; }; - C621DC733E0F9E9E714AFB2B0586ABD4 /* React-RCTVibration-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTVibration-prefix.pch"; sourceTree = ""; }; - C6233E0DD2359073664D851443E0B10F /* UMInternalModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMInternalModule.h; sourceTree = ""; }; C6273D51238E7841BF9D88DFEF87CC65 /* MoveWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MoveWrapper.h; path = folly/MoveWrapper.h; sourceTree = ""; }; + C63973463770DD60DEDCCF09DF20C477 /* UMAppLoader.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMAppLoader.debug.xcconfig; sourceTree = ""; }; C642183D6DAB81C8548C7408E9B05C38 /* TcpDuplexConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TcpDuplexConnection.h; path = rsocket/transports/tcp/TcpDuplexConnection.h; sourceTree = ""; }; - C657C62307ED87B9F04DD3A09D8B41E0 /* react-native-restart.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-restart.release.xcconfig"; sourceTree = ""; }; - C65F6582CEBD8049AB1E31CD634A5D0F /* RNFetchBlob.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFetchBlob.h; sourceTree = ""; }; - C682A629C402765771746F799F7D4901 /* React-RCTNetwork.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.release.xcconfig"; sourceTree = ""; }; + C669CC34E605D6C4FEE5421C25BF3BEE /* GULNetworkURLSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkURLSession.m; path = GoogleUtilities/Network/GULNetworkURLSession.m; sourceTree = ""; }; + C6757BF4FF3F7B936770150A4C07F8D7 /* React-RCTVibration.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.release.xcconfig"; sourceTree = ""; }; C6871F8960AF533D13FAB144243B5C14 /* ssl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl.h; path = ios/include/openssl/ssl.h; sourceTree = ""; }; - C687F98C396384C19C02AA33B5DB0E4C /* UMConstantsInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMConstantsInterface.release.xcconfig; sourceTree = ""; }; - C6AF270CECBF06B11607675A3A3D3D6C /* Foundation.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Foundation.ttf; path = Fonts/Foundation.ttf; sourceTree = ""; }; - C6D191D652CCE411D0475628BCCFE7EC /* EXAV.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAV.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + C69C9EEC3493FC2E54FDD7786C6843C3 /* EXSessionUploadTaskDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXSessionUploadTaskDelegate.m; sourceTree = ""; }; C6D4C1D1E00C37EAF35F200B04D165CC /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = SDWebImage/Core/SDWebImageCacheKeyFilter.h; sourceTree = ""; }; - C6D9BA4132CD7F81496EDB460D84B540 /* RCTTypeSafety.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTTypeSafety.debug.xcconfig; sourceTree = ""; }; C6D9E043574845A3987668917BF75CBE /* FIRCLSURLSessionDataTask_PrivateMethods.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSessionDataTask_PrivateMethods.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDataTask_PrivateMethods.h; sourceTree = ""; }; + C6E81B3C38A90FE2F7DE20D2B42A47E5 /* BSG_KSCrashSentry_MachException.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_MachException.c; sourceTree = ""; }; C6F4A8050990EA72A50D3093D7F18E33 /* enc_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_neon.c; path = src/dsp/enc_neon.c; sourceTree = ""; }; - C706BBE8370AEFAA7F4D6ADEBF7F515B /* RNJitsiMeetViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNJitsiMeetViewManager.m; path = ios/RNJitsiMeetViewManager.m; sourceTree = ""; }; - C707517675AC50784ABF9405AC646704 /* BSG_KSCrashSentry.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry.c; sourceTree = ""; }; - C708CCD85CAC57F1B2FBD832AC85660C /* LongLivedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LongLivedObject.h; path = turbomodule/core/LongLivedObject.h; sourceTree = ""; }; - C726E74F69DA1D805DC8E2F202BE9739 /* RNRootView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNRootView-prefix.pch"; sourceTree = ""; }; + C710C0DEB2E14936669D130E486EC49C /* EXLocalAuthentication.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXLocalAuthentication.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; C734EA9B27E68E23F2959BADCD475545 /* FBLPromise+Testing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Testing.h"; path = "Sources/FBLPromises/include/FBLPromise+Testing.h"; sourceTree = ""; }; + C749E46276AFD492AF5492E8CCE5B640 /* Feather.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Feather.ttf; path = Fonts/Feather.ttf; sourceTree = ""; }; C74F1403727AB3EC02EA01887CFA5016 /* Firebase.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Firebase.release.xcconfig; sourceTree = ""; }; + C750F391529617C96A088D5517B9F651 /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageCache.h; path = Libraries/Image/RCTImageCache.h; sourceTree = ""; }; C777CF2FB1E39A45CBBDB54E8693F471 /* libRNReanimated.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNReanimated.a; path = libRNReanimated.a; sourceTree = BUILT_PRODUCTS_DIR; }; - C778912608E473F6B0EB22FF4BC8295A /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + C77A9238355B60A38400CFC72757F592 /* BSG_KSCrashSentry_NSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_NSException.h; sourceTree = ""; }; C7832C7B8B02B87718AAB2CED6F0DBB5 /* SysStat.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysStat.cpp; path = folly/portability/SysStat.cpp; sourceTree = ""; }; - C78923277C289FDDE40AA8D77DC34B17 /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; - C7A23417A52D93D72B480A9C23EC4EE3 /* RCTSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControl.h; sourceTree = ""; }; - C7A7073A304C50CED5EF2BA22F761864 /* UMViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMViewManager.m; path = UMCore/UMViewManager.m; sourceTree = ""; }; + C79F5EDD9360ECB197D9A7E2C9480351 /* RCTAsyncLocalStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAsyncLocalStorage.mm; sourceTree = ""; }; C7AA1EA68CAF6020ED24BCFCE2284066 /* Stdio.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Stdio.cpp; path = folly/portability/Stdio.cpp; sourceTree = ""; }; C7B1E62019E8AEFE0A53EF1A23A302A3 /* Hash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hash.h; path = folly/Hash.h; sourceTree = ""; }; - C7B74DB1A0BB8378FBF6CC05F85FF27E /* FontAwesome.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome.ttf; path = Fonts/FontAwesome.ttf; sourceTree = ""; }; - C7BA89EB307B177653EF5413838FB088 /* RCTMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedView.h; sourceTree = ""; }; - C7C89F601C9482FFE8C6AC5257733B1E /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; C7E40E9D0012DD1776BCFFA15A6F6877 /* raw_logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = raw_logging.cc; path = src/raw_logging.cc; sourceTree = ""; }; - C7F34FF537CE2DD350EF60E2BEA2A5F4 /* EXVideoThumbnails-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXVideoThumbnails-dummy.m"; sourceTree = ""; }; C7F7F8421E6E5DA5609346BFB41A8E91 /* lossless_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lossless_common.h; path = src/dsp/lossless_common.h; sourceTree = ""; }; - C804DC8A58075C9DC8E65CC2B03E3761 /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; - C80D6DC4ABCF45D3621F80DA269119DC /* EXConstantsService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstantsService.h; path = EXConstants/EXConstantsService.h; sourceTree = ""; }; - C80ECF3AF6C4E68E9285B8558AB251A7 /* RNDeviceInfo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDeviceInfo.release.xcconfig; sourceTree = ""; }; - C818E55456D276C461E5BF994DC28B33 /* React-RCTNetwork-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTNetwork-dummy.m"; sourceTree = ""; }; - C84B1A002B63667F5009408082084943 /* EXAV-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAV-prefix.pch"; sourceTree = ""; }; - C85071ECF57D1D16CD91CFDC440EEC7E /* react-native-document-picker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-document-picker.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - C8534DDD59E347F6FA74D3B55D21E997 /* RCTBaseTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputView.h; sourceTree = ""; }; + C83370E06D16AE7EB5DCB13E72BFF6E8 /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; + C84D6F063C1E712C35B33FF5E16205A6 /* jsilib-posix.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = "jsilib-posix.cpp"; sourceTree = ""; }; C85C2B0C3932CB49E84D0E56FAE06E71 /* FIRExceptionModel_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRExceptionModel_Private.h; path = Crashlytics/Crashlytics/Private/FIRExceptionModel_Private.h; sourceTree = ""; }; - C86028D9CF15FFE769296D27AF68CBC5 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; C887279443A2BD346F9E1A5525FB87B0 /* AsyncTimeout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncTimeout.h; path = folly/io/async/AsyncTimeout.h; sourceTree = ""; }; C88779A2E8E6676EA613CDA842052D05 /* FirebaseCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.release.xcconfig; sourceTree = ""; }; - C893A704A6C7429B839320F90675C52F /* React-RCTText.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.debug.xcconfig"; sourceTree = ""; }; C896EC24556B754222B81EB9F4519BE8 /* FIRCLSInternalReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSInternalReport.h; path = Crashlytics/Crashlytics/Models/FIRCLSInternalReport.h; sourceTree = ""; }; C8AAEFE5A8A726BFC436259BD5340B9C /* IPAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddress.h; path = folly/detail/IPAddress.h; sourceTree = ""; }; - C8AE9A352C751BCAB3858918C7CD03E5 /* RNCMaskedView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCMaskedView.debug.xcconfig; sourceTree = ""; }; - C8C922B0AD273B1203D5CF15B71278D4 /* React-RCTActionSheet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.release.xcconfig"; sourceTree = ""; }; + C8B089B2FCA2AA2A0D55BB5E4AF03F52 /* InspectorInterfaces.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorInterfaces.cpp; sourceTree = ""; }; + C8B7FC5B83398550068B791D5B65E13A /* BSG_KSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSLogger.m; sourceTree = ""; }; + C8DCC22E5A5537C1844FFDC1F2E3088D /* RNNativeViewHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNNativeViewHandler.m; sourceTree = ""; }; C8F42025CCF1E0EE73C244A22AC227B5 /* FIRCLSSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSignal.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSSignal.h; sourceTree = ""; }; C9012BF6037AF9B4B149FB1E3B51E0EF /* InterProcessLock_Android.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InterProcessLock_Android.cpp; path = Core/InterProcessLock_Android.cpp; sourceTree = ""; }; - C91B689E90BF51B541B0B09D1DB110C2 /* REAConcatNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAConcatNode.h; sourceTree = ""; }; C923A3AD8B2C26416239292029D4C657 /* FIRCLSDwarfUnwindRegisters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDwarfUnwindRegisters.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwindRegisters.h; sourceTree = ""; }; - C92AB0EBC38BF1F4CE3B6BE49759F99F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + C93209A3FFE1DE9AD00B55FD1C1DABF3 /* EXSessionTaskDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXSessionTaskDelegate.h; sourceTree = ""; }; C93B9ED70C19DA48C53720B2C795855D /* json_patch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = json_patch.h; path = folly/json_patch.h; sourceTree = ""; }; C9553B5B2F02DCCA18A6223CA42D7CBB /* dh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dh.h; path = ios/include/openssl/dh.h; sourceTree = ""; }; C95E75174973D393627CC0E6944E6964 /* ProgramOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ProgramOptions.h; path = folly/experimental/ProgramOptions.h; sourceTree = ""; }; + C9711548EF21004BAFFFBCFFBBE553BA /* RNFBApp-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFBApp-dummy.m"; sourceTree = ""; }; + C979A288B8251D060F281A31B7D9EE47 /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Instance.cpp; sourceTree = ""; }; C9864B33465FDFD1F3223F3D1F619467 /* dec_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_sse41.c; path = src/dsp/dec_sse41.c; sourceTree = ""; }; - C9B83ACA01EC7B121163FDD382B36476 /* RNCWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWebView.h; path = apple/RNCWebView.h; sourceTree = ""; }; + C98E38E179C02B604FFEC4B9C845F551 /* JSModulesUnbundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSModulesUnbundle.h; sourceTree = ""; }; + C99314A9107DD8148B765FBEDAFE75BA /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; + C99CF0C4007AD06E66B80DD65B6A7886 /* ReactNativeUiLib-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactNativeUiLib-prefix.pch"; sourceTree = ""; }; + C9B652AA84F09172D6E3DFE22EDDBD1C /* QBAlbumsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumsViewController.m; path = ios/QBImagePicker/QBImagePicker/QBAlbumsViewController.m; sourceTree = ""; }; C9B931CA344AD2F9AB3D5223A302A42F /* SDWebImageWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageWebPCoder.h; path = SDWebImageWebPCoder/Module/SDWebImageWebPCoder.h; sourceTree = ""; }; + C9C85AA18121D7AB9AD524E166C2D2FA /* GULNetworkMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkMessageCode.h; path = GoogleUtilities/Network/Private/GULNetworkMessageCode.h; sourceTree = ""; }; + C9CDF231FE44D02D1AA70496A34ADEE2 /* React-jsiexecutor.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.release.xcconfig"; sourceTree = ""; }; C9CFFF52CBAC252257973C2B83984EEB /* NetworkSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NetworkSocket.h; path = folly/net/NetworkSocket.h; sourceTree = ""; }; C9D7258B9278D7647170AF3A825D249E /* Format-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Format-inl.h"; path = "folly/Format-inl.h"; sourceTree = ""; }; C9E2DBE42001B92ED0C542428209CE2F /* FirebaseCoreDiagnostics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreDiagnostics.release.xcconfig; sourceTree = ""; }; C9EC10A99DB5313772B178E755AD50C3 /* FIRErrorCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrorCode.h; path = FirebaseCore/Sources/Private/FIRErrorCode.h; sourceTree = ""; }; + CA08E5EC9B6113E78AAEE14C49B42475 /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = ios/QBImagePicker/QBImagePicker/en.lproj; sourceTree = ""; }; CA0D2C20B49B6DDE4F69DDF7A8D1FF52 /* SharedMutex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SharedMutex.h; path = folly/SharedMutex.h; sourceTree = ""; }; CA185B0518F3029C5EBE8A4AC9E85EAD /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Sources/Private/FIRLogger.h; sourceTree = ""; }; CA25900E5E609DAD285C5FCE8164B45F /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = SDWebImage/Core/SDAnimatedImage.m; sourceTree = ""; }; + CA3D4FB370B70B7AB684C84749F52D28 /* RCTNetworkTask.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworkTask.mm; sourceTree = ""; }; CA3E5B0FBA7FA325BE464311187698AE /* CoreCachedSharedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CoreCachedSharedPtr.h; path = folly/concurrency/CoreCachedSharedPtr.h; sourceTree = ""; }; - CA52554E49F4EB0DECD40A284968DB4F /* Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Private.h; sourceTree = ""; }; - CA58498FC5524A09BCCA96F1683E885A /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; - CA5EC07CAD2EB7899F8CA74876A24F72 /* GULReachabilityChecker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULReachabilityChecker.m; path = GoogleUtilities/Reachability/GULReachabilityChecker.m; sourceTree = ""; }; - CA6A778311E2D1F34DB586DC7D836959 /* UMPermissionsInterface-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMPermissionsInterface-prefix.pch"; sourceTree = ""; }; + CA3ED29CC4624D69A1C3222DCDF1D042 /* UMBarometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarometerInterface.h; path = UMSensorsInterface/UMBarometerInterface.h; sourceTree = ""; }; + CA44D980D6067D1D118521AB93AEE0D2 /* REAClockNodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAClockNodes.h; sourceTree = ""; }; + CA48EE782498FBE88392EBE3C79E011A /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; + CA723F22F144E89FB5485F584AB16F21 /* StorageSetters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StorageSetters.h; path = ios/StorageSetters.h; sourceTree = ""; }; CA73F6A73A0AECC3E81A4132BAAF53D5 /* pb_encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_encode.h; sourceTree = ""; }; - CA842D452C4272B4538C95106D451C7F /* RNNotificationParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationParser.h; path = RNNotifications/RNNotificationParser.h; sourceTree = ""; }; - CAA7E8CA75DFCA9A8941FDA16FB2E13D /* RNGestureHandlerRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerRegistry.h; path = ios/RNGestureHandlerRegistry.h; sourceTree = ""; }; - CAAED49C2E061E82DF575890B977F4C0 /* UMCameraInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCameraInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + CA811C5A50CFE8DF8F679660C400B857 /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; + CA9905361A2E8A9DB890316087034C7F /* EXConstantsService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstantsService.h; path = EXConstants/EXConstantsService.h; sourceTree = ""; }; + CAA214D35A73D103363CD9902FF12287 /* RCTSpringAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSpringAnimation.m; sourceTree = ""; }; + CAB2E0F668BEB860C3B3C180EEDB2E9A /* RNRootView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNRootView.debug.xcconfig; sourceTree = ""; }; CAB5491969C70E2591BC5ABDA2AB58B4 /* SDGraphicsImageRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDGraphicsImageRenderer.m; path = SDWebImage/Core/SDGraphicsImageRenderer.m; sourceTree = ""; }; CAD24AB37675935888F4CB864539FDEB /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = SDWebImage/Core/SDImageCoder.h; sourceTree = ""; }; - CAE4DE9255E54CA5611A891BC0BBAAB3 /* ARTPattern.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTPattern.h; sourceTree = ""; }; + CB057D304B1A3EF9D734142853940164 /* Sha.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Sha.h; sourceTree = ""; }; + CB06FEEBA52568C57A3AFA8234C85870 /* ARTSurfaceViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTSurfaceViewManager.m; sourceTree = ""; }; + CB0EE219CB12F41B68CCEA5EBE7460B5 /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; + CB2BADB97801039FDB7ECF5877B45D82 /* GULNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetwork.h; path = GoogleUtilities/Network/Private/GULNetwork.h; sourceTree = ""; }; CB37F1C04948AED566E0316E87560298 /* AsyncPipe.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncPipe.cpp; path = folly/io/async/AsyncPipe.cpp; sourceTree = ""; }; CB3DDB4876F896E8B1AE447F6B120FA5 /* CocoaAsyncSocket.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaAsyncSocket.release.xcconfig; sourceTree = ""; }; CB45785B393FC63226D62B32145ECE79 /* fr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fr.lproj; path = "Objective-C/TOCropViewController/Resources/fr.lproj"; sourceTree = ""; }; + CB485F43E4B0FB7A2EE0A0B61E3DD06D /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; CB4EC245C665F9DD601B8E280FAC84EA /* common_sse2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_sse2.h; path = src/dsp/common_sse2.h; sourceTree = ""; }; + CB5083709AC11651261360021B88DE51 /* VibrancyView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = VibrancyView.m; path = ios/VibrancyView.m; sourceTree = ""; }; CB50A81FDAF07016023B6C4D1EB650F7 /* vp8i_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8i_dec.h; path = src/dec/vp8i_dec.h; sourceTree = ""; }; - CB566184383FEE40DED71D03DCD7AF56 /* RNCSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSlider.h; path = ios/RNCSlider.h; sourceTree = ""; }; + CB542A759C26591F57DB8FBBE8DDF8BD /* GULOriginalIMPConvenienceMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULOriginalIMPConvenienceMacros.h; path = GoogleUtilities/MethodSwizzler/Private/GULOriginalIMPConvenienceMacros.h; sourceTree = ""; }; CB7C141D065D14D90DFD352C8A69363B /* ThreadWheelTimekeeper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadWheelTimekeeper.h; path = folly/futures/ThreadWheelTimekeeper.h; sourceTree = ""; }; CB8C8B32160AC815D0BE301073B3D471 /* FIRCLSOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSOperation.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSOperation.h; sourceTree = ""; }; - CB8EDADF0AA1C2B99387C0DC1BF49A5F /* RCTKeyCommandConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyCommandConstants.h; path = ios/KeyCommands/RCTKeyCommandConstants.h; sourceTree = ""; }; - CBAE363E51432FC4C3AF8737A3239D21 /* RCTImageBlurUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageBlurUtils.h; path = Libraries/Image/RCTImageBlurUtils.h; sourceTree = ""; }; - CBB4D708619240B9219DEF912B30F18B /* RNGestureHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandler.m; path = ios/RNGestureHandler.m; sourceTree = ""; }; + CBB68EE9871285130B9EC70E27E0482F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + CBBD72536AFB76290F4D62026D4754AE /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; sourceTree = ""; }; CBD061B0F547960430C65F695E047997 /* Assume.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Assume.h; path = folly/lang/Assume.h; sourceTree = ""; }; CBE4A6D52BE474B01E12EC8C4E4D019D /* FBLPromise+Delay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Delay.h"; path = "Sources/FBLPromises/include/FBLPromise+Delay.h"; sourceTree = ""; }; + CBE5BE860880C234182E9D2CAA5ACA7F /* BSG_KSMachHeaders.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMachHeaders.h; sourceTree = ""; }; + CBF17D8B18C07D001A2A6430326B6940 /* react-native-webview.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-webview.release.xcconfig"; sourceTree = ""; }; + CBF279547224E391A6D61AF6BA8D8B30 /* RNFetchBlobConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobConst.m; path = ios/RNFetchBlobConst.m; sourceTree = ""; }; + CC0CCF96750438521470C888081E0105 /* EXImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXImageLoader.m; path = EXImageLoader/EXImageLoader.m; sourceTree = ""; }; CC1BCE08B65FD290DDF6D74968672A28 /* FIRCLSProcessReportOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSProcessReportOperation.h; path = Crashlytics/Crashlytics/Operations/Reports/FIRCLSProcessReportOperation.h; sourceTree = ""; }; CC2720E9C44FCC17E2D99935CBBEE419 /* dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dynamic.h; path = folly/dynamic.h; sourceTree = ""; }; - CC38319EFE45D65AC9BB50DA8C0F13C6 /* Fontisto.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Fontisto.ttf; path = Fonts/Fontisto.ttf; sourceTree = ""; }; - CC40C17B9903038F78068F02A57E3610 /* RCTMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedViewManager.h; sourceTree = ""; }; + CC29B86EACE55229B00A3A67A3C7FBF9 /* EXReactNativeUserNotificationCenterProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXReactNativeUserNotificationCenterProxy.h; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.h; sourceTree = ""; }; CC628C18D877309B49DDC77037C3EE08 /* GlobalExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = GlobalExecutor.cpp; path = folly/executors/GlobalExecutor.cpp; sourceTree = ""; }; - CC6644A06779E4724591F25384CDA916 /* RCTSettingsPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSettingsPlugins.h; path = Libraries/Settings/RCTSettingsPlugins.h; sourceTree = ""; }; CC67CD0833B291438946B76BE5EEAE87 /* IPAddress.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IPAddress.cpp; path = folly/detail/IPAddress.cpp; sourceTree = ""; }; - CC7343C2794DDE3360AC986F6A662D35 /* EXVideoThumbnailsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXVideoThumbnailsModule.h; path = EXVideoThumbnails/EXVideoThumbnailsModule.h; sourceTree = ""; }; CC7610A8B4E1349D5E1E52E14A214435 /* StringKeyedMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StringKeyedMap.h; path = folly/experimental/StringKeyedMap.h; sourceTree = ""; }; + CC87199330E998B7286A65A1F091A2ED /* RNDeviceInfo-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDeviceInfo-prefix.pch"; sourceTree = ""; }; CC8E742D5CD670E05C076FDA08F8E6A3 /* Flipper-DoubleConversion-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Flipper-DoubleConversion-prefix.pch"; sourceTree = ""; }; CC9ECB8AF9CFEFF2BB3A0A708A405B0C /* ecdsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ecdsa.h; path = ios/include/openssl/ecdsa.h; sourceTree = ""; }; - CCB95D48A060BE3254244328009809DF /* RNCSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaView.m; path = ios/SafeAreaView/RNCSafeAreaView.m; sourceTree = ""; }; - CCC5E4C898AB3005E22A9A44F973FD51 /* BSGConnectivity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGConnectivity.m; sourceTree = ""; }; + CCB42F034BE002872CC0C573D6B76ED2 /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; CCD023D12981BF77FBA2A8CC13B997D1 /* GDTCORLifecycle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORLifecycle.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORLifecycle.m; sourceTree = ""; }; - CCF485611C7AB1AC580C0212797BBCFC /* UMEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitter.h; sourceTree = ""; }; + CCE23A23A23DEE66E3C3CBFB0D9F721D /* RCTMultilineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputViewManager.m; sourceTree = ""; }; CCF57FBA2210324AF980C0B7D553A654 /* FBLPromise+Validate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Validate.h"; path = "Sources/FBLPromises/include/FBLPromise+Validate.h"; sourceTree = ""; }; - CD070A7C19C13E5CE29FF2E659084124 /* RCTFrameAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameAnimation.m; sourceTree = ""; }; - CD115901446B2B7710DCAC9166DAF908 /* UMFontInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFontInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; CD2A30BCF21519B7BA9A5F310C93B04B /* FIRCLSApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSApplication.h; path = Crashlytics/Crashlytics/Components/FIRCLSApplication.h; sourceTree = ""; }; CD30B3EF429A201063D368E2D0475B4F /* FIRCLSDataCollectionToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDataCollectionToken.h; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionToken.h; sourceTree = ""; }; - CD6EE228DA0FE42211D7EED2759B1E46 /* react-native-blur-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-blur-dummy.m"; sourceTree = ""; }; + CD715A86FB2F7BB0788591940C27B2E9 /* react-native-cookies.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-cookies.release.xcconfig"; sourceTree = ""; }; + CD7949D5C48340C825D94397FB112210 /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAppState.h; path = React/CoreModules/RCTAppState.h; sourceTree = ""; }; + CD7DE1FEAA8A955F1E9575B575193290 /* RNCAsyncStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAsyncStorage.m; path = ios/RNCAsyncStorage.m; sourceTree = ""; }; + CD8756361046D986BE3B405CEFCAA42A /* RCTInputAccessoryViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewManager.h; sourceTree = ""; }; CD878B0411AE7B509018B7E4677A8D9A /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = SDWebImage/Core/SDImageTransformer.m; sourceTree = ""; }; CDA2EB39846718E6100195FB17D39E9C /* md4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = md4.h; path = ios/include/openssl/md4.h; sourceTree = ""; }; + CDB6638400EB6A1CE0ECD189FBE7FA54 /* RCTFollyConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFollyConvert.mm; sourceTree = ""; }; + CDBAE5A32403D19D56D2EDAA4B4DCE6B /* ReactNativeART-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactNativeART-prefix.pch"; sourceTree = ""; }; + CDBB37A01075172885F036A06A92ECF6 /* React-RCTSettings.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.release.xcconfig"; sourceTree = ""; }; CDCBDEF86ED4871541F2829B256B3BD9 /* types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = types.h; path = src/webp/types.h; sourceTree = ""; }; CDD2281EBF321A25AA11EE5C6D59B1BE /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Sources/Private/FirebaseCoreInternal.h; sourceTree = ""; }; - CDD688EB885706C0E4893717DAEFE6DE /* UMBarometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarometerInterface.h; path = UMSensorsInterface/UMBarometerInterface.h; sourceTree = ""; }; - CDDC19BBA763D871C3777F46C8C21BC8 /* RNCommandsHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCommandsHandler.m; path = RNNotifications/RNCommandsHandler.m; sourceTree = ""; }; - CDE78BFBD69A68012F33DDFBA254C54D /* RNGestureHandler-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNGestureHandler-prefix.pch"; sourceTree = ""; }; CDF0444A1FD7F32A204BDBD7C83D1CB8 /* GDTCORUploadPackage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploadPackage.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORUploadPackage.h; sourceTree = ""; }; - CDFFE37F68F9E91B10E45CC0EF062F50 /* rn-fetch-blob.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-fetch-blob.debug.xcconfig"; sourceTree = ""; }; - CE0C64FE23771524B5B68EA5DBEBDFAC /* UMModuleRegistryHolderReactModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryHolderReactModule.m; sourceTree = ""; }; + CDF29150B960F867E149D1019DAA1032 /* RCTMultiplicationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultiplicationAnimatedNode.h; sourceTree = ""; }; CE1A3615B3A45B15FB2612A665AB9947 /* RangeSse42.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RangeSse42.cpp; path = folly/detail/RangeSse42.cpp; sourceTree = ""; }; CE2A600BB53516D57ACFA66BC5E57A63 /* FIRCLSURLSessionAvailability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSessionAvailability.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSessionAvailability.h; sourceTree = ""; }; CE2CBC7A19A7BBE631B56A471662BA45 /* alpha_processing_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_mips_dsp_r2.c; path = src/dsp/alpha_processing_mips_dsp_r2.c; sourceTree = ""; }; + CE3FE07C83064C94F01205DD2FA8DF14 /* RCTNativeAnimatedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedModule.h; path = Libraries/NativeAnimation/RCTNativeAnimatedModule.h; sourceTree = ""; }; CE4207A619AB958E72243AF5E954E257 /* Allowance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Allowance.h; path = rsocket/internal/Allowance.h; sourceTree = ""; }; CE5318FADC44771326824F09E9FE227F /* FireAndForgetResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FireAndForgetResponder.h; path = rsocket/statemachine/FireAndForgetResponder.h; sourceTree = ""; }; - CE72A8F22323CCCD1DD1C3A2C1509567 /* React.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.debug.xcconfig; sourceTree = ""; }; - CE8B3CA2D4108CAB7ADEC6BD4981B05E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - CE96B357F1BEEA5A9AD8E44C772F2845 /* RCTImageLoaderWithAttributionProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderWithAttributionProtocol.h; path = Libraries/Image/RCTImageLoaderWithAttributionProtocol.h; sourceTree = ""; }; - CEA9FC0296A93C019829B8D3F46A3F50 /* MethodCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MethodCall.h; sourceTree = ""; }; - CEB4274A0303527FBC2F80EDA19FB2D0 /* NativeToJsBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeToJsBridge.h; sourceTree = ""; }; - CEBD6B31C16B3F350E4DC82F5623C7F9 /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; CEC293269075727CBDCE70ADD6FBB5E6 /* FBLPromise+Race.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Race.m"; path = "Sources/FBLPromises/FBLPromise+Race.m"; sourceTree = ""; }; - CEC7104F9BE13E79231B302647E1D7B1 /* BSG_KSCrashType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashType.h; sourceTree = ""; }; CECBD456B59210C37E9B347311BBAED5 /* FileUtilDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FileUtilDetail.h; path = folly/detail/FileUtilDetail.h; sourceTree = ""; }; CEFF5D6300B831BA38BF0D956FFABBC9 /* F14Set-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "F14Set-fwd.h"; path = "folly/container/F14Set-fwd.h"; sourceTree = ""; }; - CF118AF0D7CD96A6412F6DEE72219812 /* RCTImageDataDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageDataDecoder.h; path = Libraries/Image/RCTImageDataDecoder.h; sourceTree = ""; }; - CF1D0A39C688654CC14F7A0EC86B9338 /* NSError+BSG_SimpleConstructor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSError+BSG_SimpleConstructor.m"; sourceTree = ""; }; CF27DCB465B63190E961717A2E5DDF58 /* safestack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = safestack.h; path = ios/include/openssl/safestack.h; sourceTree = ""; }; - CF2BCF950573DDBFCAC4EAC6297BF1F6 /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; + CF34CA98A452F6EE9AB2D343E02D77BF /* EXAV-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAV-prefix.pch"; sourceTree = ""; }; CF38A01D66A713ED598EAA96B037CD77 /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; + CF40ECAEB67102C3CDC527D205AA66C4 /* React-RCTBlob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTBlob-prefix.pch"; sourceTree = ""; }; CF56D07AD4FE7F38C685EB66BB0F2553 /* SKObjectHash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKObjectHash.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKObjectHash.h; sourceTree = ""; }; CF620EEBD76813CA0C8EE1B801CC6D87 /* FirebaseCoreDiagnostics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCoreDiagnostics-dummy.m"; sourceTree = ""; }; + CF8DF605F00E7D24B3A604B58840FFEA /* RNFetchBlob.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFetchBlob.m; sourceTree = ""; }; CF95B3E44F176B0AE79820249F6D0953 /* RWSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RWSpinLock.h; path = folly/synchronization/RWSpinLock.h; sourceTree = ""; }; - CF9AAD1AF74266002D06012B1B85F780 /* EXWebBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXWebBrowser.h; path = EXWebBrowser/EXWebBrowser.h; sourceTree = ""; }; - CFB02E6D2CA54786F2AF488E215A0320 /* localNotifications.md */ = {isa = PBXFileReference; includeInIndex = 1; name = localNotifications.md; path = docs/localNotifications.md; sourceTree = ""; }; CFBA862BF97CC9AA947EF42CFC8953C3 /* json.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json.cpp; path = folly/json.cpp; sourceTree = ""; }; CFBCA50BDD968D1114D1A1187DEEFF9B /* blowfish.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = blowfish.h; path = ios/include/openssl/blowfish.h; sourceTree = ""; }; CFCE68FCDCD707C79068E95A3A967672 /* SingletonThreadLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SingletonThreadLocal.h; path = folly/SingletonThreadLocal.h; sourceTree = ""; }; + CFE8A5A6388CE21AE11D6DB7A35DFF68 /* UMNativeModulesProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMNativeModulesProxy.m; sourceTree = ""; }; CFF1D4468767DD130C963C87F6F86013 /* libevent.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libevent.a; path = lib/libevent.a; sourceTree = ""; }; - D0124A8B3C39ACB63D9FF52E1C0D2E81 /* EXWebBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXWebBrowser-dummy.m"; sourceTree = ""; }; + CFFFB099BB2DD29327225BA32393491D /* ARTTextManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTTextManager.h; sourceTree = ""; }; D01435233BFD6B4032AA7A8061219C2F /* PTUSBHub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PTUSBHub.h; path = peertalk/PTUSBHub.h; sourceTree = ""; }; - D031B3D216422EA93E3A51BE24E8A178 /* BitUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BitUtils.h; path = yoga/BitUtils.h; sourceTree = ""; }; - D04159077A405350875BDB7CA5A24322 /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; + D0403206ABC5F20A5DEB9DF01C48BA6B /* QBSlomoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBSlomoIconView.h; path = ios/QBImagePicker/QBImagePicker/QBSlomoIconView.h; sourceTree = ""; }; + D0519A3FD1A7B438B36072CDFA46DDA3 /* RNCAssetsLibraryRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAssetsLibraryRequestHandler.m; path = ios/RNCAssetsLibraryRequestHandler.m; sourceTree = ""; }; + D059D9D96C006AE2094D516F0312A529 /* react-native-cameraroll-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-cameraroll-prefix.pch"; sourceTree = ""; }; D06AAEC1D43C55DE2C67BB206A1C5D78 /* upsampling_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_neon.c; path = src/dsp/upsampling_neon.c; sourceTree = ""; }; D06B114CA9C0C3023CCB0052B504654F /* MemoryIdler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MemoryIdler.cpp; path = folly/detail/MemoryIdler.cpp; sourceTree = ""; }; - D06D805D018BB280D5F43F66806CDFE7 /* RNScreens-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNScreens-dummy.m"; sourceTree = ""; }; - D06EABFD0416B4B73FA610762CFA6975 /* RNDateTimePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDateTimePickerManager.m; path = ios/RNDateTimePickerManager.m; sourceTree = ""; }; D0738EC1551A2F7F2FAA287E62719FAA /* UIImage+MemoryCacheCost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MemoryCacheCost.m"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.m"; sourceTree = ""; }; - D0892229CBCEF000AB598686A4CF338D /* RCTResizeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTResizeMode.h; path = Libraries/Image/RCTResizeMode.h; sourceTree = ""; }; - D09D8FA067BA7AD018CBEE4A1A3AD18B /* ReactNativeART.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactNativeART.release.xcconfig; sourceTree = ""; }; - D0AB6032F1546DB6E25A6ACE6ACC48F9 /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; + D07F12B264879BA33FA83D742F3280B4 /* RNConfigReader.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNConfigReader.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + D08244154F64899D3BBB3FB9466179B8 /* react-native-restart.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-restart.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; D0AE60B18FE3616EA7E23ECE0C7AB7C5 /* FIRHeartbeatInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRHeartbeatInfo.m; path = FirebaseCore/Sources/FIRHeartbeatInfo.m; sourceTree = ""; }; D0B2E7B74DC7351F0A4BE4CD7E1BEEBF /* FIRCLSDemangleOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDemangleOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.h; sourceTree = ""; }; - D0B6519257FA0F261C79248CE19D2755 /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; - D0D10CC67B6D76C1129643D9F0D4A685 /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; - D0EB3B37301573DA5278852E6F9236CE /* fr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fr.lproj; path = ios/QBImagePicker/QBImagePicker/fr.lproj; sourceTree = ""; }; - D10B7C8855667D2ADB399CC50628D1DF /* react-native-appearance.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-appearance.debug.xcconfig"; sourceTree = ""; }; + D0CBE90A8446989A2186ED407F7A97A9 /* RNReanimated-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNReanimated-prefix.pch"; sourceTree = ""; }; + D0EB308016D91F960F30C69A74CC4F45 /* RCTNetworking.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworking.mm; sourceTree = ""; }; D110FFBE59C0123CEF10E41666AF2435 /* ReentrantAllocator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReentrantAllocator.h; path = folly/memory/ReentrantAllocator.h; sourceTree = ""; }; D113EDAE5ADAD3544EE9FA72674D4244 /* GULSecureCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSecureCoding.h; path = GoogleUtilities/Environment/Private/GULSecureCoding.h; sourceTree = ""; }; + D11AE2721EFA26C656E0FBC6CFAA9B93 /* EXAppleAuthenticationRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppleAuthenticationRequest.m; path = EXAppleAuthentication/EXAppleAuthenticationRequest.m; sourceTree = ""; }; D125084F9F245889C9DE6B2FC0E99AAC /* FIRCLSThreadState.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSThreadState.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.c; sourceTree = ""; }; - D14A5B96BE76C3F721530B8FA9EEFD43 /* TurboModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModule.cpp; path = turbomodule/core/TurboModule.cpp; sourceTree = ""; }; + D1378ABD55DBA8CFE62685C3B7939158 /* EXAppleAuthentication.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAppleAuthentication.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + D16BFFD22F999D938BAA467F88610339 /* RCTRequired.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTRequired.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; D17CC687AE454D92A4FFA5666E6D7837 /* AsyncSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncSocket.cpp; path = folly/io/async/AsyncSocket.cpp; sourceTree = ""; }; D1803926616A31D06E64BF3B5C2C97B5 /* txt_db.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = txt_db.h; path = ios/include/openssl/txt_db.h; sourceTree = ""; }; - D1822BE4DFB3EA46C97668C817FF640F /* RCTRequired.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTRequired.debug.xcconfig; sourceTree = ""; }; + D19A8E2FA782CCACDB29883688F1A95A /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; sourceTree = ""; }; D1A20C3309345EACF94957A0AE4B6755 /* Barrier.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Barrier.cpp; path = folly/futures/Barrier.cpp; sourceTree = ""; }; D1AACE60F657EA83B0E85E8329BADCA6 /* Fingerprint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Fingerprint.cpp; path = folly/Fingerprint.cpp; sourceTree = ""; }; - D1B031C53ACDF6604A7A6C89293289B3 /* EXVideoThumbnailsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXVideoThumbnailsModule.m; path = EXVideoThumbnails/EXVideoThumbnailsModule.m; sourceTree = ""; }; - D1B8432914A42AEDB1B6F124CC12E830 /* RCTTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = ""; }; + D1B95922FF019F9EA3539F421A90F46B /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; + D1BB36CA5147C0FAC569CCDFDB26FE27 /* RNLongPressHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNLongPressHandler.h; sourceTree = ""; }; D1BDD01F0BC504B656C263AA96AADF5A /* glog.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.release.xcconfig; sourceTree = ""; }; D1C541A7533550ABFC70B91DF817BFCC /* Windows.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Windows.h; path = folly/portability/Windows.h; sourceTree = ""; }; + D1C77F467A192B20FD3205B0089B8A76 /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; D1CE59B3F021DBE594656E3929E1D086 /* String.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = String.h; path = folly/String.h; sourceTree = ""; }; - D1E518DB37E417DF84B16335B592D351 /* RNCAppearance.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearance.m; path = ios/Appearance/RNCAppearance.m; sourceTree = ""; }; - D1F77A6B02360DD8D05D519235FE5CCC /* BSG_KSCrashC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashC.h; sourceTree = ""; }; - D20415E051061FB13C83AFB2285CD419 /* BSG_KSCrashSentry_CPPException.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_CPPException.mm; sourceTree = ""; }; + D1E25CB6ECAE73AE1A9C7B9DEB526FE9 /* RCTImagePlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImagePlugins.mm; sourceTree = ""; }; D205A73E4DEC271CBDD738F85181D734 /* FBLPromise+Await.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Await.h"; path = "Sources/FBLPromises/include/FBLPromise+Await.h"; sourceTree = ""; }; - D22E75D64199FCA2AE1C7333138342A7 /* RCTPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPackagerConnection.mm; sourceTree = ""; }; + D226ED76D4D79AAE1A9518D31EEB43E2 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; D24C8625BC053EE80938AD3D2882E238 /* Singleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Singleton.h; path = folly/detail/Singleton.h; sourceTree = ""; }; D250D037AE04A24D16A8224A2313C0D8 /* FlipperCppBridgingResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperCppBridgingResponder.h; path = iOS/FlipperKit/CppBridge/FlipperCppBridgingResponder.h; sourceTree = ""; }; D259D0D5867EB21A9776FE703C0E9BFF /* AsyncPipe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncPipe.h; path = folly/io/async/AsyncPipe.h; sourceTree = ""; }; - D25C44180D984EEDD9DA0FBA10238FD6 /* UMCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCore.debug.xcconfig; sourceTree = ""; }; D2798B68083BB16B362E131DDD4726B2 /* SDWebImageOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOperation.m; path = SDWebImage/Core/SDWebImageOperation.m; sourceTree = ""; }; - D290F111C4527387EABBB8C8B9F7839A /* SecureStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SecureStorage.h; path = ios/SecureStorage.h; sourceTree = ""; }; - D295DC8D99E24E6007AF5BEDFCC470EA /* React-RCTText-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTText-prefix.pch"; sourceTree = ""; }; - D29C5D9294E47FF802420D669647FBA4 /* BSG_KSMach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMach.h; sourceTree = ""; }; - D2A7EC64C446F830D1298156839B0365 /* RCTPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPicker.h; sourceTree = ""; }; + D28850D1E95D6F27209F77B2AC1BDD10 /* RNFBCrashlyticsInitProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBCrashlyticsInitProvider.h; path = ios/RNFBCrashlytics/RNFBCrashlyticsInitProvider.h; sourceTree = ""; }; D2E76BF7E23D9FFD65921C1FD67AD917 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Sources/Private/FIRComponent.h; sourceTree = ""; }; - D31FDFBBB5BBFDD8F08E7D275728FBA8 /* EXKeepAwake.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXKeepAwake.debug.xcconfig; sourceTree = ""; }; - D33EFDD05CA1E8293D4CA30B2B9E0F57 /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Regular.ttf; path = Fonts/FontAwesome5_Regular.ttf; sourceTree = ""; }; + D2EEBE4D28122A45923BEB587CE57C45 /* RCTTypeSafety.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTTypeSafety.release.xcconfig; sourceTree = ""; }; + D303DCAD2F5022F37C67AF20747AC07F /* Color+Interpolation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Color+Interpolation.m"; sourceTree = ""; }; + D30892A958E08F4A143EBC9D6CC29DD4 /* ARTPattern.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTPattern.h; sourceTree = ""; }; + D30D15335EED70F99B0D65FFEE80235C /* UMModuleRegistryAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryAdapter.m; sourceTree = ""; }; D34AED4B5FB4F3CE12AB8E397850C360 /* Unistd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Unistd.h; path = folly/portability/Unistd.h; sourceTree = ""; }; D358D4901C8CDBF7571E2FB273CBDCB4 /* rescaler.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler.c; path = src/dsp/rescaler.c; sourceTree = ""; }; D35D401124FA465C578035F7247606B1 /* analysis_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = analysis_enc.c; path = src/enc/analysis_enc.c; sourceTree = ""; }; + D36E2401F7A0BD712568D3B95CD4A697 /* RNVectorIcons.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNVectorIcons.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + D36E70401864585368ABB2D383EE25A2 /* RCTCrypto-Bridging-Header.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTCrypto-Bridging-Header.h"; path = "ios/RCTCrypto/RCTCrypto-Bridging-Header.h"; sourceTree = ""; }; D373B58AE7BA9034824618FB7A2E312E /* Poly.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Poly.h; path = folly/Poly.h; sourceTree = ""; }; D37BB266164AE5B36B496F7C2A1DBD3C /* picture_tools_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_tools_enc.c; path = src/enc/picture_tools_enc.c; sourceTree = ""; }; + D37DDA3D6B96219E4EB54E70B4808AE8 /* SafeAreaManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SafeAreaManager.h; sourceTree = ""; }; D3841AFD60F4974A2520050892F57AE2 /* vlog_is_on.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = vlog_is_on.cc; path = src/vlog_is_on.cc; sourceTree = ""; }; - D3851BC9D696AEF543C9DB6C7263A7ED /* RNJitsiMeetView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNJitsiMeetView.h; path = ios/RNJitsiMeetView.h; sourceTree = ""; }; - D398B0707401A1236BFA3E304319BB7B /* QBVideoIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIndicatorView.h; path = ios/QBImagePicker/QBImagePicker/QBVideoIndicatorView.h; sourceTree = ""; }; + D39D80814222F9CD6B1810877698E632 /* RNCConnectionStateWatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCConnectionStateWatcher.m; path = ios/RNCConnectionStateWatcher.m; sourceTree = ""; }; D3BE08D3C37BD9C009CA59C5A58D8FC1 /* TLRefCount.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TLRefCount.h; path = folly/experimental/TLRefCount.h; sourceTree = ""; }; + D3C292F1957A2F4E62A64E2B3D218CBB /* React-RCTBlob.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.release.xcconfig"; sourceTree = ""; }; + D3CD9CFBFD73D6EDE3EABC95D8E6058D /* BSG_KSArchSpecific.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSArchSpecific.h; sourceTree = ""; }; D3DA1F1100B5049BD1A54D2EAA239C41 /* OpenSSLPtrTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSLPtrTypes.h; path = folly/ssl/OpenSSLPtrTypes.h; sourceTree = ""; }; D3DCFF43B93CFCA9D51055CB87449994 /* vp8_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8_dec.h; path = src/dec/vp8_dec.h; sourceTree = ""; }; - D3DE93211FEB1038893B19435C29C383 /* RCTInterpolationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInterpolationAnimatedNode.m; sourceTree = ""; }; D3E48B3334A012F80119F2EEE6F43BEF /* HardwareConcurrency.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = HardwareConcurrency.cpp; path = folly/system/HardwareConcurrency.cpp; sourceTree = ""; }; D3ED3609CF1B536B3A497D8FD8E8B806 /* rpc_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rpc_struct.h; path = src/event2/rpc_struct.h; sourceTree = ""; }; - D41077F1AD0AC08B308126DC10BE5A19 /* RCTImageViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageViewManager.mm; sourceTree = ""; }; + D3F88878F250121674000FC355D567B5 /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; sourceTree = ""; }; D4146E61E7182ECD551C606D32AE9E01 /* FlipperConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperConnection.h; path = xplat/Flipper/FlipperConnection.h; sourceTree = ""; }; D41C883D22FD10CFD15573410C2CC2A5 /* ProxyLockable-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ProxyLockable-inl.h"; path = "folly/synchronization/detail/ProxyLockable-inl.h"; sourceTree = ""; }; D451CDE36D4FE5E0418D8AB770C36C56 /* FlowableTimeoutOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlowableTimeoutOperator.h; path = yarpl/flowable/FlowableTimeoutOperator.h; sourceTree = ""; }; - D4523CF64C931C9B8E69D3F96A6CADE5 /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; D46BA4929AFAEAFBC0D29AEA757F0766 /* FIRCLSUserDefaults_private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUserDefaults_private.h; path = Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults_private.h; sourceTree = ""; }; + D46CF97CA636DBF879FE3A150552D2FC /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; D47989D83E559D51C584F4E5CA5F2928 /* Semaphore.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Semaphore.cpp; path = folly/portability/Semaphore.cpp; sourceTree = ""; }; D481B6B6D33C14D06356DA0EA78733E0 /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = SDWebImage/Core/SDWebImageDefine.m; sourceTree = ""; }; - D48425B1243E8DA9313085E403E1DF0A /* GULKeychainStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULKeychainStorage.m; path = GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m; sourceTree = ""; }; D48AC789F2FC477DD3DB0D47311435BB /* Flowables.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Flowables.cpp; path = yarpl/flowable/Flowables.cpp; sourceTree = ""; }; D48DFAF03A8A17D7E3295922C84000DA /* ThreadLocalDetail.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadLocalDetail.cpp; path = folly/detail/ThreadLocalDetail.cpp; sourceTree = ""; }; D48F39FD4C99C89412BFA80D34CD0DCE /* vp8li_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8li_dec.h; path = src/dec/vp8li_dec.h; sourceTree = ""; }; + D4A947E4DB9056EBA486B2A60BBE4286 /* UMTaskManagerInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMTaskManagerInterface.release.xcconfig; sourceTree = ""; }; + D4ACA15826FD16148E3EEB4215D53AB8 /* RNReanimated-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNReanimated-dummy.m"; sourceTree = ""; }; D4BC717772F9D1AFEDD0851D58EBD317 /* CodingDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CodingDetail.h; path = folly/experimental/CodingDetail.h; sourceTree = ""; }; - D4BFC6C1E94B3802AE774B10E7C5A543 /* RCTFPSGraph.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFPSGraph.m; sourceTree = ""; }; - D4C1EA1AE5C235C9FB9D58E60873F53A /* YGStyle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGStyle.cpp; path = yoga/YGStyle.cpp; sourceTree = ""; }; - D4C4BA06AC29BC3ED729F2AF87728B8C /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyboardObserver.h; path = React/CoreModules/RCTKeyboardObserver.h; sourceTree = ""; }; + D4C3039E1251E2B702DFD7C941A1A2A8 /* RCTTurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModule.h; sourceTree = ""; }; D4D10179BB54B803F310624957C94F5A /* UIImage+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Transform.m"; path = "SDWebImage/Core/UIImage+Transform.m"; sourceTree = ""; }; D4DA89E4F209597652A7F76DB5DC5836 /* FBLPromise+Any.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Any.h"; path = "Sources/FBLPromises/include/FBLPromise+Any.h"; sourceTree = ""; }; D50E5CBE9E6F77D431F683A2D88180F4 /* vlog_is_on.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vlog_is_on.h; path = src/glog/vlog_is_on.h; sourceTree = ""; }; D510D181906E33263BC3D2B8DC0A6FD0 /* FIRInstallationsAuthTokenResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAuthTokenResult.h; path = FirebaseInstallations/Source/Library/Public/FIRInstallationsAuthTokenResult.h; sourceTree = ""; }; - D5145D94B174196F0F88077A91A87025 /* GULApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULApplication.h; path = GoogleUtilities/AppDelegateSwizzler/Private/GULApplication.h; sourceTree = ""; }; - D529E80B743400BE6282A3A738682236 /* EXWebBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXWebBrowser.debug.xcconfig; sourceTree = ""; }; + D51410543F7CDAB600147C0472E52EAB /* RNDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDeviceInfo.m; path = ios/RNDeviceInfo/RNDeviceInfo.m; sourceTree = ""; }; D53631B5BB7B40F7A40B7A2C362BCBE4 /* FIRCLSThreadArrayOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSThreadArrayOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSThreadArrayOperation.h; sourceTree = ""; }; - D5578F01B64247AB738D216553E7C106 /* Yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = Yoga.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; D57BE38341C3A57608272B9CFC6E9368 /* FIRCLSURLSessionConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSessionConfiguration.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSessionConfiguration.h; sourceTree = ""; }; - D591993AD075A0A36CDA225F92898D60 /* BSG_KSCrashReportVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportVersion.h; sourceTree = ""; }; D596272B69E2BF970FAD77801A872212 /* FIRCLSUnwind_x86.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSUnwind_x86.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.c; sourceTree = ""; }; - D5BC5A1117AE1CC89B1F6CE37FA3DB93 /* UMReactFontManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactFontManager.m; sourceTree = ""; }; + D59C67DF8D547C81FC16BA20B3CBC2C6 /* BSG_KSMach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMach.h; sourceTree = ""; }; + D5AA6CC3446F52A3264FD1497B56F12D /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; + D5AA719B9026599D4A9CB2E4A7E27350 /* RNBootSplash-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNBootSplash-dummy.m"; sourceTree = ""; }; D5C399FE8E5579CE13BC1EF5D43E6877 /* FIRCLSProfiling.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSProfiling.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSProfiling.c; sourceTree = ""; }; D5C76628A2AF9CB0CE4AC82F6925ECDC /* vp8i_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8i_enc.h; path = src/enc/vp8i_enc.h; sourceTree = ""; }; D5C775614AC76D44CECB6BE08B022F1F /* libReactCommon.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libReactCommon.a; path = libReactCommon.a; sourceTree = BUILT_PRODUCTS_DIR; }; - D5DB4A7B80E8B844C094A779BC37604A /* GULAppEnvironmentUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppEnvironmentUtil.m; path = GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m; sourceTree = ""; }; - D5FC2B5CE3AF4B5D632AF91F4BF19FF7 /* react-native-simple-crypto-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-simple-crypto-dummy.m"; sourceTree = ""; }; + D5D3BA46E5493BAC7A0A6A5790529468 /* RNFetchBlobConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobConst.h; path = ios/RNFetchBlobConst.h; sourceTree = ""; }; + D5EBCB210CB63B044A5754806B1D222E /* RCTTextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextAttributes.h; path = Libraries/Text/RCTTextAttributes.h; sourceTree = ""; }; D62DD51668862D6A2333CAE56192CB2F /* GULHeartbeatDateStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorage.h; path = GoogleUtilities/Environment/Private/GULHeartbeatDateStorage.h; sourceTree = ""; }; + D630ED9CD40A69BE01717C93F4A97F18 /* ReactMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactMarker.h; sourceTree = ""; }; D6351844B05044633BA8A8C7D936AD83 /* alphai_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = alphai_dec.h; path = src/dec/alphai_dec.h; sourceTree = ""; }; - D65299AE8ACE721C6F209233034ADE02 /* REASetNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REASetNode.h; sourceTree = ""; }; + D6523E54B8ABFBDA4090211EC24C645F /* Shared.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Shared.m; sourceTree = ""; }; D65D77DC29F3282B6F08334F5C3C20BD /* util.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = util.h; path = src/event2/util.h; sourceTree = ""; }; - D66D0199E99AA6A510AB299BD82B07EA /* react-native-background-timer-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-background-timer-prefix.pch"; sourceTree = ""; }; - D66DC0B10435265876F7838E70EDA753 /* react-native-slider.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-slider.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + D664F7E060F2D1C89F9CD2B8BF4F5420 /* RCTInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorPackagerConnection.h; sourceTree = ""; }; D672993F59C47CA638DAF57EA68F6C9C /* SKHiddenWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKHiddenWindow.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKHiddenWindow.h; sourceTree = ""; }; D674CB63573687A20A05CD78E95B7464 /* GlobalExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GlobalExecutor.h; path = folly/executors/GlobalExecutor.h; sourceTree = ""; }; D67A8477403D4FF04D10186E20CBF92B /* Pods-defaults-Rocket.Chat.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-defaults-Rocket.Chat.modulemap"; sourceTree = ""; }; D68375B36756B0A95FBC5FF7D5B5386F /* backward_references_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = backward_references_enc.h; path = src/enc/backward_references_enc.h; sourceTree = ""; }; - D6ADF21D38F4E333131A8B2A13D114AA /* BSG_KSCrashReportFilterCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilterCompletion.h; sourceTree = ""; }; + D6A04700A631597CD7BDF8A0C9E537B0 /* StorageGetters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StorageGetters.h; path = ios/StorageGetters.h; sourceTree = ""; }; + D6AC15B7970C923714994B059DE314DB /* react-native-webview-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-webview-prefix.pch"; sourceTree = ""; }; + D6C2C42FC90E4716F2703375A788A8B3 /* UMModuleRegistryHolderReactModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryHolderReactModule.h; sourceTree = ""; }; + D6C5BE6BBEBB097B4E52F63671852B51 /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.h; sourceTree = ""; }; D6C7E955A289B723B89E0A05BA003614 /* Flipper-PeerTalk.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-PeerTalk.debug.xcconfig"; sourceTree = ""; }; D6D1599C0EA71FAF757409A3F81EEF1C /* ScheduledFrameProcessor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScheduledFrameProcessor.cpp; path = rsocket/framing/ScheduledFrameProcessor.cpp; sourceTree = ""; }; - D6DA170E993F33C37F28A81382478149 /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; + D6E36611DA2E311934E91A9E5E1FE7B4 /* GULMutableDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULMutableDictionary.h; path = GoogleUtilities/Network/Private/GULMutableDictionary.h; sourceTree = ""; }; D700EAA8012BAE9F7269BE45A66531D6 /* TimekeeperScheduledExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TimekeeperScheduledExecutor.cpp; path = folly/executors/TimekeeperScheduledExecutor.cpp; sourceTree = ""; }; + D70432DB51DDF6E45A834FCB41859FC2 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; D705E346C0D7E0D485B5C54148BEBDCF /* FlowableConcatOperators.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlowableConcatOperators.h; path = yarpl/flowable/FlowableConcatOperators.h; sourceTree = ""; }; - D72AB401160766D170EF9B5C4E291632 /* BugsnagMetaData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagMetaData.m; sourceTree = ""; }; - D72DB4B07C80648FAE86C7B1DAACE7FD /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; - D735A20FC313FC0FAFDAF14CE7C91BA9 /* UMFaceDetectorInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFaceDetectorInterface.release.xcconfig; sourceTree = ""; }; + D71B4E163DBFB18645450BF72433EB9C /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + D72F7AA0404E64DD55CFA8471C835757 /* RNBootSplash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBootSplash.h; path = ios/RNBootSplash.h; sourceTree = ""; }; D7434932DF03CFC23CA62FD0F6363C13 /* bignum-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "bignum-dtoa.cc"; path = "double-conversion/bignum-dtoa.cc"; sourceTree = ""; }; - D75E0384F55F40E7262653165735DA7A /* RNPinchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPinchHandler.h; sourceTree = ""; }; + D758D91E02C797161FAD55D10B377760 /* contents.xcworkspacedata */ = {isa = PBXFileReference; includeInIndex = 1; path = contents.xcworkspacedata; sourceTree = ""; }; D765CEAF6F6ACDDDE28F2B36828DC6BB /* SKTapListenerImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKTapListenerImpl.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTapListenerImpl.h; sourceTree = ""; }; - D76C608E71879AA3C97A1C382D70364C /* RCTWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWeakProxy.h; sourceTree = ""; }; - D7740268A7B4A3D5F4C980EEDE615F71 /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPlatform.h; path = React/CoreModules/RCTPlatform.h; sourceTree = ""; }; - D77580D1E3591A024E990C77E4A13C58 /* RCTImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageUtils.h; path = Libraries/Image/RCTImageUtils.h; sourceTree = ""; }; - D7867A31177E14E9829F99E9D376CF00 /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; + D781CAE260BCE42C143152CA3C5A9B0A /* RCTRsaUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTRsaUtils.m; path = ios/RCTCrypto/RCTRsaUtils.m; sourceTree = ""; }; + D79246F43FF128325BB130468790D747 /* RNNotificationCenterListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenterListener.m; path = RNNotifications/RNNotificationCenterListener.m; sourceTree = ""; }; D7953F433DD8276762D1B76C98DD679B /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Sources/Private/FirebaseCoreInternal.h; sourceTree = ""; }; D7A414991BA9E3E0E7CC5BEF0BC96119 /* FIRInstallationsItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsItem.m; path = FirebaseInstallations/Source/Library/FIRInstallationsItem.m; sourceTree = ""; }; - D7ABBBA6E37C774FA0C4A2815621D0F3 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + D7B4402BB41860A4C9052FD22D07DE73 /* RNCMaskedView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCMaskedView.release.xcconfig; sourceTree = ""; }; + D7BB667CBF23AEB10205AD5FBE1F58B8 /* RCTDevLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevLoadingView.h; path = React/CoreModules/RCTDevLoadingView.h; sourceTree = ""; }; D7BEA8A3A6B124B4E9B0C722EAFA7FC8 /* ChecksumDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ChecksumDetail.h; path = folly/hash/detail/ChecksumDetail.h; sourceTree = ""; }; - D7D235576EBE3719667F5CB346D0DB3C /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; sourceTree = ""; }; D7D68A0EDFD0515C6CB045FF4A591F18 /* evdns.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evdns.h; path = src/evdns.h; sourceTree = ""; }; - D7EA07A39CB1A60CDB6A1252B6B5C39E /* RNNativeViewHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNNativeViewHandler.m; sourceTree = ""; }; - D7EEF1D4C2AD577DEF2E7A99CE046356 /* react-native-mmkv-storage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-mmkv-storage-dummy.m"; sourceTree = ""; }; - D7F84ED4B42E5114E061590E9A703AFA /* RNCPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCPicker.h; path = ios/RNCPicker.h; sourceTree = ""; }; - D7FE0E377DF83BDDD47EBBE3BFF65B2E /* UMAppDelegateWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAppDelegateWrapper.h; path = UMCore/UMAppDelegateWrapper.h; sourceTree = ""; }; - D7FEA9D9B055FABDD4A52DC5CB13BE94 /* RCTConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConvert.m; sourceTree = ""; }; - D803C5AC0C2AE94CD4CD22EF4C5FEF32 /* LNInterpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNInterpolation.h; sourceTree = ""; }; D806C2A8A34B5FDA9FD772D910857FB1 /* GDTCOREvent+GDTCCTSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GDTCOREvent+GDTCCTSupport.h"; path = "GoogleDataTransportCCTSupport/GDTCCTLibrary/Public/GDTCOREvent+GDTCCTSupport.h"; sourceTree = ""; }; D823457CBD7043FAEB9E29F9B5EF08CE /* StringKeyedSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StringKeyedSet.h; path = folly/experimental/StringKeyedSet.h; sourceTree = ""; }; - D8381D732252B0193A436F6A9AA5C869 /* RCTImageStoreManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageStoreManager.mm; sourceTree = ""; }; + D834F04109B56714D495E6FC5BE70744 /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; D84CDB7A2F06D0D2C482FDA830EFABAA /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = event.h; path = src/event.h; sourceTree = ""; }; - D84E69754A0D4FDBCE0C052A0319CE6A /* RCTCustomInputControllerTemp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomInputControllerTemp.h; sourceTree = ""; }; - D863CA2289FE559ACB8F6A30898C59D6 /* BSG_KSCrashSentry_NSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_NSException.h; sourceTree = ""; }; + D859FC8A485A1DE809FF4969A35B5408 /* ReactNativeUiLib.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactNativeUiLib.release.xcconfig; sourceTree = ""; }; + D8664ECAECF7CD24B05966ED09256805 /* BSG_KSDynamicLinker.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSDynamicLinker.c; sourceTree = ""; }; D86CB57594FF51DE4AA7F40C26D548DD /* SDImageHEICCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageHEICCoder.h; path = SDWebImage/Core/SDImageHEICCoder.h; sourceTree = ""; }; - D87214652590C42D30666C7602B23D15 /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Brands.ttf; path = Fonts/FontAwesome5_Brands.ttf; sourceTree = ""; }; - D88619A7C3A8BDDF41268C42118D8498 /* RCTConvert+ART.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+ART.m"; path = "ios/RCTConvert+ART.m"; sourceTree = ""; }; + D88060D15E7A18B73EC29B47F590191A /* UMConstantsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMConstantsInterface.h; path = UMConstantsInterface/UMConstantsInterface.h; sourceTree = ""; }; D88824EF549D12E6178FD3BC56294948 /* FireAndForgetBasedFlipperResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FireAndForgetBasedFlipperResponder.h; path = xplat/Flipper/FireAndForgetBasedFlipperResponder.h; sourceTree = ""; }; D89012C25F5261434E28F9FE7DBD2B9E /* Pretty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Pretty.h; path = folly/lang/Pretty.h; sourceTree = ""; }; D89110DBBE0DF335C46F567F0963046D /* FIRCLSMachO.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachO.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachO.h; sourceTree = ""; }; D893ABE4125C2E5D23BEAC8F5705F5AA /* Libgen.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Libgen.cpp; path = folly/portability/Libgen.cpp; sourceTree = ""; }; D8B158F2B091259E488FECAAD82F1F5E /* ErrorCode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ErrorCode.cpp; path = rsocket/framing/ErrorCode.cpp; sourceTree = ""; }; - D8B7867D6F7E2E282761456AE282942D /* IDStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IDStore.m; path = ios/IDStore.m; sourceTree = ""; }; + D8CED9C46CFAA843DA8B96EE65EBF6A4 /* BSG_KSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSLogger.h; sourceTree = ""; }; D8D2B14A48976AB1B733441A619B3210 /* ShutdownSocketSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShutdownSocketSet.h; path = folly/io/ShutdownSocketSet.h; sourceTree = ""; }; - D8E205E0ADEFE8B824F9B1B475F92EFC /* SafeAreaSpacerViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaSpacerViewManager.m; sourceTree = ""; }; D8E90D4CA0309B2495D73C9AF3D51045 /* InterProcessLock_Win32.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InterProcessLock_Win32.cpp; path = Core/InterProcessLock_Win32.cpp; sourceTree = ""; }; - D8FB043D77257DE0D880FAE8B032EFFF /* RNJitsiMeetViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNJitsiMeetViewManager.h; path = ios/RNJitsiMeetViewManager.h; sourceTree = ""; }; + D8EEECDA055519119A8EB2E5A2461414 /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; + D8EFE96587D80C168D1E8F4D6B4F659D /* React-RCTAnimation.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTAnimation.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + D907C1006822AE7E5DBCBC9C43F0A34A /* react-native-notifications-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-notifications-prefix.pch"; sourceTree = ""; }; D91054BD48855264655E4EE35E836014 /* UIImage+ExtendedCacheData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ExtendedCacheData.h"; path = "SDWebImage/Core/UIImage+ExtendedCacheData.h"; sourceTree = ""; }; - D91E27F1850CE3B945293C354D37B1AA /* react-native-cookies.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-cookies.release.xcconfig"; sourceTree = ""; }; - D91EDBDC0443F6DAB23A146A91F015EC /* KeyCommands.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = KeyCommands.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - D92402B047721D504A405BEB2D94AC7C /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; + D91412672410E333027A19E4C5A22573 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; D92A8D072A13AFB818280124E6E65319 /* SysUio.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysUio.cpp; path = folly/portability/SysUio.cpp; sourceTree = ""; }; + D92E023773E4D45C62791204E1A10E9C /* RNFBCrashlytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBCrashlytics.debug.xcconfig; sourceTree = ""; }; + D92E3F1C18F6D1D5D7C60D21F9329D57 /* Compression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Compression.h; path = ios/src/Compression.h; sourceTree = ""; }; + D93F63F5CC32EB673EDCE49317E7742C /* RNScreens.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNScreens.debug.xcconfig; sourceTree = ""; }; + D949F5AFC3E735B0C1C2A9B0B6A70DA2 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + D95D360F74444B084B1C4B40E2496E00 /* ARTRenderable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTRenderable.h; path = ios/ARTRenderable.h; sourceTree = ""; }; D95D5726D02100F956CA2FF93D912AFF /* FIRCLSURLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSession.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSession.h; sourceTree = ""; }; D95D8EB288DB6E1564E488CD15A4CBA0 /* ExceptionString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExceptionString.h; path = folly/ExceptionString.h; sourceTree = ""; }; D96B932F860E830FE7244EBF740B90DD /* format_constants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = format_constants.h; path = src/webp/format_constants.h; sourceTree = ""; }; + D971B7BAF45BCFEB7017C3AF6A8E4623 /* JsArgumentHelpers-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JsArgumentHelpers-inl.h"; sourceTree = ""; }; + D98ED616906FF2FF846BD8E450D8492E /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; D9973CB60DA879282801C4B02A956687 /* TimerFD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimerFD.h; path = folly/experimental/TimerFD.h; sourceTree = ""; }; + D997B92F8D20664BC53C00438086C891 /* BSGConnectivity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGConnectivity.h; sourceTree = ""; }; D99AA483E8B28CACEF08CBA6E67558DD /* Combine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Combine.h; path = folly/gen/Combine.h; sourceTree = ""; }; D99C99810BDD22C9EE2F42464C4A8B04 /* SDImageAPNGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAPNGCoder.m; path = SDWebImage/Core/SDImageAPNGCoder.m; sourceTree = ""; }; D9A93C7B748B0689F27EEAE4EF2FF793 /* pem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pem.h; path = ios/include/openssl/pem.h; sourceTree = ""; }; - D9CBC61E43184F723F770D742AD2E034 /* EXResumablesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXResumablesManager.m; sourceTree = ""; }; - D9D6448E0E06535CCFEED6A45C2B3C5F /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; + D9B0551A03A9169E8731435D764C35DE /* react-native-document-picker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-document-picker.debug.xcconfig"; sourceTree = ""; }; + D9B63DDAC26D9672FEC5F3375F677083 /* RCTImageViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageViewManager.mm; sourceTree = ""; }; D9D914B855E28EA3599609190B4D9D40 /* FileUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FileUtil.cpp; path = folly/FileUtil.cpp; sourceTree = ""; }; + D9E345074035B90595A726BFD456F22D /* RCTWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWeakProxy.m; sourceTree = ""; }; D9F334F2E90E3EE462FC4192AF5C03BD /* libReact-jsi.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsi.a"; path = "libReact-jsi.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + DA0D661203A8A84EF529349B34FC2530 /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; sourceTree = ""; }; DA162A95EDFC329A11018E75AFDF3C9D /* EnableSharedFromThis.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EnableSharedFromThis.h; path = folly/memory/EnableSharedFromThis.h; sourceTree = ""; }; - DA2BC94CBCF5959D0576588009F07704 /* DeviceUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeviceUID.h; path = ios/RNDeviceInfo/DeviceUID.h; sourceTree = ""; }; - DA2CB926731B404A5F0B491352B38846 /* RCTUITextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextField.m; sourceTree = ""; }; + DA227E2C37D1F9D07F1F8E8C6B43B481 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + DA30428E97DA023F80743B8F36FA4BD4 /* BSG_KSMach_Arm64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm64.c; sourceTree = ""; }; + DA3C406D277BFC9C784175E0127DCA0E /* BugsnagSessionTrackingPayload.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingPayload.m; sourceTree = ""; }; DA4B7547743BC6FDE8E00424A6906467 /* Pods-defaults-RocketChatRN.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-defaults-RocketChatRN.modulemap"; sourceTree = ""; }; + DA6D90B3DA59E907CF1250BEAAC5BED8 /* FBLazyVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyVector.h; path = FBLazyVector/FBLazyVector.h; sourceTree = ""; }; + DA7A0345CEE571D775C118AC43FE62C7 /* BSG_KSCrashAdvanced.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashAdvanced.h; sourceTree = ""; }; + DA89DEBC03B6F228672E577BA297FCFF /* REAOperatorNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAOperatorNode.m; sourceTree = ""; }; + DA9EAA29B7BB35FAB2FA7C1BEABF9808 /* LNInterpolable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = LNInterpolable.m; sourceTree = ""; }; DA9F7FBB8A40B6A82B036A95054A2803 /* Rcu-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Rcu-inl.h"; path = "folly/synchronization/Rcu-inl.h"; sourceTree = ""; }; DAAA5BCF0CD1DD3256C58D65D0A8B41F /* MMKV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKV.h; path = Core/MMKV.h; sourceTree = ""; }; DAB1BE7988FACE56BCCF1FF347382E85 /* FIRCLSDataParsing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDataParsing.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.h; sourceTree = ""; }; - DAB45F0085D8A678A184DE42B1817A1F /* EXLocalAuthentication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXLocalAuthentication.h; path = EXLocalAuthentication/EXLocalAuthentication.h; sourceTree = ""; }; - DABBFFD8E80E35E28E6FCA2EBAC126E9 /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTManagedPointer.mm; sourceTree = ""; }; + DAD4DCD3C7DE0DAF075CC2392CDD7424 /* RCTTypeSafety-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTTypeSafety-prefix.pch"; sourceTree = ""; }; DAE7A2692E7F564E6958228769028DAE /* Flipper-DoubleConversion-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Flipper-DoubleConversion-dummy.m"; sourceTree = ""; }; DAFBA0AD3784CE6C09996B3C591F2546 /* FIRCLSURLSessionTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSURLSessionTask.m; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionTask.m; sourceTree = ""; }; - DB341E8302C7DA9FADD26EED0D1638D7 /* RNGestureHandlerModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerModule.m; path = ios/RNGestureHandlerModule.m; sourceTree = ""; }; + DB1C529992AF10BE152A307AB6767ED0 /* JSExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSExecutor.cpp; sourceTree = ""; }; + DB1EF934CD3A7A062729617F262B80DF /* REAJSCallNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAJSCallNode.m; sourceTree = ""; }; + DB3DB262F3C261C1AE2482312A04464F /* RCTUIImageViewAnimated.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTUIImageViewAnimated.h; path = Libraries/Image/RCTUIImageViewAnimated.h; sourceTree = ""; }; DB3DB92015BAB536E4F2AA36E7D213E1 /* StaticSingletonManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StaticSingletonManager.cpp; path = folly/detail/StaticSingletonManager.cpp; sourceTree = ""; }; - DB41DC78A32A2E5B257468FE9F320CD1 /* react-native-safe-area-context-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-safe-area-context-prefix.pch"; sourceTree = ""; }; DB4CF2F52473AB2B8E9BD13D2F37A4B6 /* MemoryFile_Win32.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MemoryFile_Win32.cpp; path = Core/MemoryFile_Win32.cpp; sourceTree = ""; }; - DB6958E07B4642EFA82FCF099BE42B1C /* RCTRedBoxSetEnabled.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxSetEnabled.m; sourceTree = ""; }; DB784AE533C7FA1470E9783AD47C9700 /* SetupResumeAcceptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SetupResumeAcceptor.h; path = rsocket/internal/SetupResumeAcceptor.h; sourceTree = ""; }; - DB8EC529CF684407862D0CE48DC2E240 /* BSG_KSCrashIdentifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashIdentifier.m; sourceTree = ""; }; - DB8EF10FCBC488C35687478E6EE45CF4 /* ARTLinearGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTLinearGradient.h; sourceTree = ""; }; DB92A844E489E0367D76A99164A7929E /* FIRCLSGlobals.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSGlobals.h; path = Crashlytics/Crashlytics/Components/FIRCLSGlobals.h; sourceTree = ""; }; + DB9B17ECF8D9619BDF58E51646D2C756 /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; DB9E73D6085CB50A1C3BE47FC4DA6073 /* GCDAsyncSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GCDAsyncSocket.h; path = Source/GCD/GCDAsyncSocket.h; sourceTree = ""; }; - DBD7A25A1EBF8099A57661C21C404931 /* YGFloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGFloatOptional.h; path = yoga/YGFloatOptional.h; sourceTree = ""; }; + DBCEDBD438AC01B965E7C1BC06B01148 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + DBD16B175A961DE0817008020B2216B7 /* React-RCTAnimation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAnimation-prefix.pch"; sourceTree = ""; }; + DBDC883473C0A5DB96AAAB90B5713CD5 /* RCTTurboModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTurboModule.mm; sourceTree = ""; }; DBE3DF2812B2CD8FB972AF63775D8630 /* GCDAsyncUdpSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GCDAsyncUdpSocket.m; path = Source/GCD/GCDAsyncUdpSocket.m; sourceTree = ""; }; DBF23ACBD3AD3BBFD67E6B41856522A1 /* ScheduledSingleObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledSingleObserver.h; path = rsocket/internal/ScheduledSingleObserver.h; sourceTree = ""; }; + DBFCACC1E926CDEA523D11CF30A04E15 /* RCTSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSlider.h; sourceTree = ""; }; DC0A94B503D64D2EE2799369A75B46ED /* FramedDuplexConnection.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FramedDuplexConnection.cpp; path = rsocket/framing/FramedDuplexConnection.cpp; sourceTree = ""; }; - DC0AC5A2F6B35CBA64083268427A42F3 /* BugsnagErrorReportApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagErrorReportApiClient.h; sourceTree = ""; }; - DC13A137BE027FF710D1CBF20C04F8BF /* EXKeepAwake-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXKeepAwake-dummy.m"; sourceTree = ""; }; + DC151DFB1532CBD2D43022C321CF63A7 /* REATransitionValues.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionValues.h; sourceTree = ""; }; + DC27A8FD931353C70923568E9F9DDF34 /* react-native-jitsi-meet.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-jitsi-meet.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; DC30BE353A6FBEF3ABF7CAF8002CAB1E /* KeyValueHolder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = KeyValueHolder.cpp; path = Core/KeyValueHolder.cpp; sourceTree = ""; }; + DC365534295E44C28979C302D671A947 /* UMExportedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMExportedModule.m; path = UMCore/UMExportedModule.m; sourceTree = ""; }; DC3AF64923400524C967907721D2E9DD /* SanitizeLeak.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SanitizeLeak.cpp; path = folly/memory/SanitizeLeak.cpp; sourceTree = ""; }; DC4403A307646F1A0FE7D4943F892C6A /* DistributedMutex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DistributedMutex.h; path = folly/synchronization/DistributedMutex.h; sourceTree = ""; }; - DC7F08B41C74A956A467BFE545633329 /* RNFBCrashlytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBCrashlytics.release.xcconfig; sourceTree = ""; }; - DC9D2CF990547919BF4C3DE9F66C898C /* NSData+EXFileSystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+EXFileSystem.h"; path = "EXFileSystem/NSData+EXFileSystem.h"; sourceTree = ""; }; + DC447FC789B013D6C0D511133D0D0AF8 /* QBAlbumCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumCell.h; path = ios/QBImagePicker/QBImagePicker/QBAlbumCell.h; sourceTree = ""; }; + DC59DB45B5F071F16E4E86F2AAD8DDFE /* RNConfigReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNConfigReader.h; path = ios/RNConfigReader.h; sourceTree = ""; }; + DC896A0A5484F552162E3CCD6B83F43E /* GULSceneDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSceneDelegateSwizzler.m; path = GoogleUtilities/SceneDelegateSwizzler/GULSceneDelegateSwizzler.m; sourceTree = ""; }; + DC97FBF934575C77F92D439DDD68C175 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + DC9C5154F9732F66707C878DD464A834 /* RNCWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWebView.h; path = apple/RNCWebView.h; sourceTree = ""; }; + DCB09A0C1EE7D3ED5287C05CB717B015 /* RCTAsyncLocalStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAsyncLocalStorage.h; path = React/CoreModules/RCTAsyncLocalStorage.h; sourceTree = ""; }; + DCB2FAEDCFA9AE033A588336919A41DF /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.h; sourceTree = ""; }; DCB6D621B837C1E38EB4A50C04CE38EE /* fa-IR.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "fa-IR.lproj"; path = "Objective-C/TOCropViewController/Resources/fa-IR.lproj"; sourceTree = ""; }; DCCAA44D33683DA804CE6F16826CBF9C /* FIRCLSURLSessionDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSURLSessionDataTask.m; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDataTask.m; sourceTree = ""; }; - DCD0292DD3F7216854E12614E7A4190A /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; + DCD86C5BA59E667A6A2761750E485595 /* EXAppleAuthentication-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAppleAuthentication-prefix.pch"; sourceTree = ""; }; DCDBCBD7E33107D7E0A9AE7A65BC6243 /* FrameTransportImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameTransportImpl.h; path = rsocket/framing/FrameTransportImpl.h; sourceTree = ""; }; - DCF0E2D52F356CD8A32190A94BE000A3 /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = SimpleLineIcons.ttf; path = Fonts/SimpleLineIcons.ttf; sourceTree = ""; }; + DCEC66766E1005FFD85761A373BAE553 /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; DCF0F90DAFFB2A76D50DDBEB241E8897 /* Futex-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Futex-inl.h"; path = "folly/detail/Futex-inl.h"; sourceTree = ""; }; - DCF29684E2024E5FAC35B39BD55F9DDB /* RNCAppearanceProviderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearanceProviderManager.m; path = ios/Appearance/RNCAppearanceProviderManager.m; sourceTree = ""; }; DD0F1854881020E095123417275F3735 /* SDImageCachesManagerOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManagerOperation.m; path = SDWebImage/Private/SDImageCachesManagerOperation.m; sourceTree = ""; }; DD16B247A3280A66B3AF2FB0EFDB5BDD /* TOCropViewController.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TOCropViewController.debug.xcconfig; sourceTree = ""; }; - DD2AC86FC78C7DA6BDC5E907AF7DC6F9 /* VibrancyView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VibrancyView.h; path = ios/VibrancyView.h; sourceTree = ""; }; - DD3EF33295A45B44138EA5AD5EF9766F /* SafeAreaSpacerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SafeAreaSpacerView.h; sourceTree = ""; }; - DD432E56D475A58C93EB1C4F9E1F5519 /* RCTFrameAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameAnimation.h; sourceTree = ""; }; DD52C485ABF20B7BDC22370FB40C7050 /* pb_decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_decode.h; sourceTree = ""; }; - DD5F620C6211D90BCC5E486747DF685C /* RCTKeyCommandsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTKeyCommandsManager.m; path = ios/KeyCommands/RCTKeyCommandsManager.m; sourceTree = ""; }; + DD5597CB438FE8BA116AB03F1DB438D6 /* ReactCommon.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCommon.release.xcconfig; sourceTree = ""; }; DD61A9687DAC055A541F15BDBA8CEC0D /* pt.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pt.lproj; path = "Objective-C/TOCropViewController/Resources/pt.lproj"; sourceTree = ""; }; - DD8FE51DBA71D2B51C3D7E084D74ADCF /* GULNetworkURLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkURLSession.h; path = GoogleUtilities/Network/Private/GULNetworkURLSession.h; sourceTree = ""; }; + DD7B8AF7042DBF661ABA479A1D8A8157 /* EXAppleAuthentication-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAppleAuthentication-dummy.m"; sourceTree = ""; }; + DD8069EF15FA3E2332D66229065F935B /* RNConfigReader.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNConfigReader.debug.xcconfig; sourceTree = ""; }; DDA584E9D391DAA2AB9E91FFC565D793 /* ObservableConcatOperators.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObservableConcatOperators.h; path = yarpl/observable/ObservableConcatOperators.h; sourceTree = ""; }; - DDBB50C1E9034EB97ADC8DAB29DFBC28 /* BugsnagCrashReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashReport.m; sourceTree = ""; }; + DDB1481585DD67DAAE7FDEFC82C66283 /* ReactCommon.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCommon.debug.xcconfig; sourceTree = ""; }; DDC7696BAF38E3CA7F5476BE02395821 /* opensslconf-armv7s.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "opensslconf-armv7s.h"; path = "ios/include/openssl/opensslconf-armv7s.h"; sourceTree = ""; }; DDCB59DA29B501FE7C3A6DC7358F5128 /* rescaler_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_neon.c; path = src/dsp/rescaler_neon.c; sourceTree = ""; }; + DDD4E25845285369D3F0E45F1DAA3AC7 /* SafeAreaSpacerViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaSpacerViewManager.m; sourceTree = ""; }; + DDE0012587A6A72FBAF0CB64F053850B /* React-RCTText-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTText-prefix.pch"; sourceTree = ""; }; + DE0E9932838B57C197008B449EA055F5 /* UMSensorsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMSensorsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; DE16C6668E00B2EBAF3DF295096B5CB9 /* pb_common.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_common.c; sourceTree = ""; }; DE28B165CF41174922644B05FFA63C3C /* dsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dsa.h; path = ios/include/openssl/dsa.h; sourceTree = ""; }; - DE2F1A3E4683F5B58C310B6F901D1FBC /* RCTImagePlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImagePlugins.h; path = Libraries/Image/RCTImagePlugins.h; sourceTree = ""; }; + DE3792C0CB732F1665EA52B6A87CC774 /* HighlighterViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HighlighterViewManager.h; sourceTree = ""; }; + DE37E91110B2DB1F2E5D311908F43B7F /* QBAlbumCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumCell.m; path = ios/QBImagePicker/QBImagePicker/QBAlbumCell.m; sourceTree = ""; }; + DE38D84F9D80B2B450E8CE964B06EE98 /* ImageCropPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ImageCropPicker.m; path = ios/src/ImageCropPicker.m; sourceTree = ""; }; DE3B5D1E43D3FE530CB383A136852596 /* F14Policy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Policy.h; path = folly/container/detail/F14Policy.h; sourceTree = ""; }; - DE406105D7FF5ABF59824C96E56A60F4 /* RCTAsyncLocalStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAsyncLocalStorage.h; path = React/CoreModules/RCTAsyncLocalStorage.h; sourceTree = ""; }; - DE4896B30B4A33958D1F4ED063C3175A /* JSExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSExecutor.cpp; sourceTree = ""; }; DE4C1ADFF09E743039A3076C93D26BB7 /* FIRCLSAsyncOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSAsyncOperation.h; path = Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation.h; sourceTree = ""; }; DE75FF89E50B34EC892E7FD9EA2BDE41 /* MicroLock.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MicroLock.cpp; path = folly/MicroLock.cpp; sourceTree = ""; }; - DE96B6563A6732FDD1633D3B972D702B /* BlurView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BlurView.h; path = ios/BlurView.h; sourceTree = ""; }; + DE9BC8AE9F401FB575160339FDA33F2C /* RNNotificationParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationParser.h; path = RNNotifications/RNNotificationParser.h; sourceTree = ""; }; DEB4DEE43A571E48B6AC2491E453442A /* pb_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_decode.c; sourceTree = ""; }; DEB6D2A696C84B522E6CA14734417653 /* rc2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rc2.h; path = ios/include/openssl/rc2.h; sourceTree = ""; }; - DEC7C445DFB51A0A8895A67BA796C9FF /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; - DF0E5E9D1ECF6CE666CD20F798EA881E /* rn-extensions-share.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "rn-extensions-share.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + DEE8F7720304D5B21A882A9852835B5A /* EXAV.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAV.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + DEFFAC9B47503A331DAEE8DC2D876A8C /* BugsnagKeys.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKeys.h; sourceTree = ""; }; + DF0418ADF8603382877BA5B7EC60EE44 /* UMCore.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCore.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; DF228A0B78A70CE35B9DE8E4F6CE4734 /* GDTCORTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransport.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORTransport.h; sourceTree = ""; }; + DF30314220FF7C4C3E020C4FD9BD53A2 /* BSGOutOfMemoryWatchdog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGOutOfMemoryWatchdog.m; sourceTree = ""; }; DF375EB68DD3FDA626DE207D6E1D16B2 /* opensslconf-x86_64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "opensslconf-x86_64.h"; path = "ios/include/openssl/opensslconf-x86_64.h"; sourceTree = ""; }; DF38DAF34A4B8C999902F6AC18DBFFAE /* SDImageIOAnimatedCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOAnimatedCoder.m; path = SDWebImage/Core/SDImageIOAnimatedCoder.m; sourceTree = ""; }; + DF4ADDD34E5A2E3973EF17E85B448F62 /* RCTDataRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDataRequestHandler.h; path = Libraries/Network/RCTDataRequestHandler.h; sourceTree = ""; }; + DF69CE3746862703D411272E0A4E919E /* React-callinvoker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-callinvoker.debug.xcconfig"; sourceTree = ""; }; DF6F5825C179293170C5C51470B5455D /* Subprocess.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Subprocess.h; path = folly/Subprocess.h; sourceTree = ""; }; + DF7046EC071537E6C0BF1D5B6F483F01 /* BSG_KSCrashSentry_CPPException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_CPPException.h; sourceTree = ""; }; DF76C6897EA0C33AC1F484372098DDF1 /* SocketOptionMap.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SocketOptionMap.cpp; path = folly/io/SocketOptionMap.cpp; sourceTree = ""; }; - DF8434FFB5819ACC5A29EA3EBE003EA1 /* RCTModuloAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModuloAnimatedNode.m; sourceTree = ""; }; - DF9FED91B4C40F70D892FBFF688F75DF /* RCTCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxModule.h; sourceTree = ""; }; - DFA2BF0269D6F73738AF58B4AC57ACE1 /* RCTTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextViewManager.m; sourceTree = ""; }; + DF7F12EEDE9AEFC27E7626DB7B5C7628 /* RCTBaseTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputViewManager.m; sourceTree = ""; }; + DF90C191B05C993E8C4ABFC951118D36 /* EXResumablesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXResumablesManager.h; sourceTree = ""; }; DFB41E5C56C1FBE2096AC652EE680BB0 /* MacAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MacAddress.h; path = folly/MacAddress.h; sourceTree = ""; }; DFB6DA13B6E38AEC8401692445630543 /* comp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = comp.h; path = ios/include/openssl/comp.h; sourceTree = ""; }; DFBA1EFCD6DF48A6C922DBD1D11A97AD /* Executor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Executor.h; path = folly/Executor.h; sourceTree = ""; }; DFFCDF86404690B14F2A818D6A05AF31 /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "SDWebImage/Core/UIImage+MultiFormat.h"; sourceTree = ""; }; - E00B739AB623D7B8CFE65FA1ACC79F3C /* LNAnimatorTemp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = LNAnimatorTemp.m; sourceTree = ""; }; E00BE2A3146698E81A8F9D00E8F93A6C /* libFlipper-Glog.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libFlipper-Glog.a"; path = "libFlipper-Glog.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - E02081DF12CA66A8A2DC0947298093AF /* RCTScrollEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollEvent.h; sourceTree = ""; }; + E02807CD75675EDB87849FAFB4DAFD1A /* UMAppLifecycleService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleService.h; sourceTree = ""; }; E029A544EE801E141985023CAEFD9441 /* PublisherBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PublisherBase.h; path = rsocket/statemachine/PublisherBase.h; sourceTree = ""; }; - E0399BA3ACDFFFEF7A5DD6A70B73A1EC /* RCTMultilineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputView.h; sourceTree = ""; }; E03D2077A6AB041E630A71B03504F20C /* JSONSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSONSchema.h; path = folly/experimental/JSONSchema.h; sourceTree = ""; }; - E061DBDDA82F1E72AAA1C215DFD4E768 /* React-RCTActionSheet.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTActionSheet.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + E05F6332F76470F6461EF88F07160B35 /* react-native-slider-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-slider-prefix.pch"; sourceTree = ""; }; E06B4784F7A3058EEA6E62C5028F2C2E /* FIRLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRLogger.m; path = FirebaseCore/Sources/FIRLogger.m; sourceTree = ""; }; E06E6C36D1A71F5B6FEB2D6AAE851D2C /* SysTime.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysTime.cpp; path = folly/portability/SysTime.cpp; sourceTree = ""; }; + E073131591CCE82B643BF8FC8877E559 /* RNFetchBlobRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobRequest.h; path = ios/RNFetchBlobRequest.h; sourceTree = ""; }; E074A13E25D9C327654648EE711D7231 /* FIRCLSCompoundOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSCompoundOperation.m; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSCompoundOperation.m; sourceTree = ""; }; - E0770E50D0CB754AE88BDFE96554F6BB /* ARTRadialGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTRadialGradient.m; sourceTree = ""; }; - E07BC8AE21264D57919154753FF55398 /* RNCConnectionState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCConnectionState.h; path = ios/RNCConnectionState.h; sourceTree = ""; }; - E08844D1C95CDE3776C6B40EDBA03C4D /* RCTAnimationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimationUtils.m; sourceTree = ""; }; + E0770BD4F5009A47D8421CDE7D6771AA /* UMMagnetometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerInterface.h; path = UMSensorsInterface/UMMagnetometerInterface.h; sourceTree = ""; }; E08DEED2EA317654849F7253AEEE6992 /* FlipperConnectionImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperConnectionImpl.h; path = xplat/Flipper/FlipperConnectionImpl.h; sourceTree = ""; }; - E09A7D2DFBF8DCD8724AE518D39995E3 /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; E0A4E78374B25B90D787FD88B7FF1144 /* openssl_aes_locl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = openssl_aes_locl.h; path = Core/aes/openssl/openssl_aes_locl.h; sourceTree = ""; }; + E0AA6C6BEE67B4F2D580258481D6F536 /* UMViewManagerAdapterClassesRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapterClassesRegistry.h; sourceTree = ""; }; E0B603F54009DAEF6C3BAAE621E5F180 /* libMMKVCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libMMKVCore.a; path = libMMKVCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; + E0C27166D9B6D61425E0011299C36F87 /* zh-Hans.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hans.lproj"; path = "ios/QBImagePicker/QBImagePicker/zh-Hans.lproj"; sourceTree = ""; }; + E0D71E2AEBE9BC83CDCC013D9129718F /* BSG_KSMach_x86_64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_64.c; sourceTree = ""; }; + E0E88D3615D1947243F451458FF0A7A8 /* React-RCTImage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTImage.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + E0F17946B6353D26948E39E93F43A09F /* react-native-jitsi-meet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-jitsi-meet-dummy.m"; sourceTree = ""; }; + E0FD1386231D308B387A5083625852B9 /* EXAppleAuthenticationButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppleAuthenticationButton.m; path = EXAppleAuthentication/EXAppleAuthenticationButton.m; sourceTree = ""; }; + E0FDB3F46331D35BF6121BC84A7E3616 /* RCTTextSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextSelection.h; sourceTree = ""; }; E0FE6533198104C97DB047DD5CD8AC67 /* libRNDeviceInfo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNDeviceInfo.a; path = libRNDeviceInfo.a; sourceTree = BUILT_PRODUCTS_DIR; }; E106B16B4BC3C018EC19BFF17CBA5DF0 /* Align.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Align.h; path = folly/lang/Align.h; sourceTree = ""; }; - E10DE4E3AE01A8054F67FEF022E7E405 /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; + E11703CE14044F70D5A537BC6B0AB8BE /* EXAppleAuthenticationButtonViewManagers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppleAuthenticationButtonViewManagers.m; path = EXAppleAuthentication/EXAppleAuthenticationButtonViewManagers.m; sourceTree = ""; }; E13F08F3FC80CB63641CD83E6F9B1954 /* StreamFragmentAccumulator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamFragmentAccumulator.cpp; path = rsocket/statemachine/StreamFragmentAccumulator.cpp; sourceTree = ""; }; + E159762701812846BF3F808A7E577825 /* RNConfigReader-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNConfigReader-dummy.m"; sourceTree = ""; }; E15C10406146409F3D34CDCF117873BE /* bufferevent_ssl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bufferevent_ssl.h; path = src/event2/bufferevent_ssl.h; sourceTree = ""; }; - E16642013888143F6DF370CC669DB262 /* BSG_KSCrashSentry_Signal.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_Signal.c; sourceTree = ""; }; - E169C0C8819A4E755F4356B2A29E5CF5 /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; + E15F1AF3F7D7F26ECA47C3B816CAC5A7 /* RCTVibrationPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVibrationPlugins.mm; sourceTree = ""; }; + E16E9F88550EBEDD9B52E00F05CD9495 /* EXHaptics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXHaptics-dummy.m"; sourceTree = ""; }; E17620E60E402B8192FC79E76A5B24BB /* RelaxedConcurrentPriorityQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RelaxedConcurrentPriorityQueue.h; path = folly/experimental/RelaxedConcurrentPriorityQueue.h; sourceTree = ""; }; E181BA75207FBB15E0350F1952CFAF07 /* Format.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Format.cpp; path = folly/Format.cpp; sourceTree = ""; }; + E1829829DB5AED6E8CC468AEA3033127 /* RCTSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSliderManager.h; sourceTree = ""; }; + E18ADD3C2D04496B7EE28ABCB39A4B0C /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageViewManager.h; path = Libraries/Image/RCTImageViewManager.h; sourceTree = ""; }; E1B5B2C8F0E86A64B86283912A73536B /* libwebp-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "libwebp-prefix.pch"; sourceTree = ""; }; - E1BF435D59435150D53197A457E3A100 /* RCTComponentEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentEvent.h; sourceTree = ""; }; - E1CC8A576BA97332FF194D348891F2FC /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; - E1D2D379B71FF0FBE4B2BDA19BF0583A /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRedBox.h; path = React/CoreModules/RCTRedBox.h; sourceTree = ""; }; E1DAD390867E2DC1C3A37C7A57E6DCDE /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Sources/Private/FIRComponent.h; sourceTree = ""; }; E1E01D9E5895EC14EDE2B074949B78C4 /* ConnectionAcceptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConnectionAcceptor.h; path = rsocket/ConnectionAcceptor.h; sourceTree = ""; }; E1E182F1B8EC1912ED1B26EFF42E51C5 /* RecordIO.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RecordIO.h; path = folly/io/RecordIO.h; sourceTree = ""; }; E1E8CC34DA657BB3A6BE4A11629F1F08 /* objects.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = objects.h; path = ios/include/openssl/objects.h; sourceTree = ""; }; - E1EBD16B3ABD6042DB79BC7107978A08 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - E1EF2364ACB27C7F6EAC5F02D33DEE22 /* EXPermissions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPermissions.h; path = EXPermissions/EXPermissions.h; sourceTree = ""; }; + E1F943A1DEBF77DA582B4E517C4B3370 /* React.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.release.xcconfig; sourceTree = ""; }; E226F00A2E75798E4CF7908126D1DA4F /* StreamStateMachineBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StreamStateMachineBase.h; path = rsocket/statemachine/StreamStateMachineBase.h; sourceTree = ""; }; - E237714B3BD0D5132B7EA8D9E99622F3 /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAlertManager.h; path = React/CoreModules/RCTAlertManager.h; sourceTree = ""; }; E23C440F2D3F1573DFBEF07FEEBCD6A5 /* FileUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FileUtil.h; path = folly/FileUtil.h; sourceTree = ""; }; - E23C47E510A1D0993F79E8C1FE4F9CB8 /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; + E241BF94F52AD7C6766EE972911A71B1 /* GULMutableDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULMutableDictionary.m; path = GoogleUtilities/Network/GULMutableDictionary.m; sourceTree = ""; }; E2480E79BABD5FF84A01AC33B526E82A /* FirebaseCrashlytics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCrashlytics-dummy.m"; sourceTree = ""; }; E249493F4DC300904E721B3C9286989B /* FIRCLSHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSHandler.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSHandler.h; sourceTree = ""; }; - E26595DB68E3637DB583C18D2E8AD4DC /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; E27347C5ABEF924C3FC852C0453FB537 /* MemoryMapping.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MemoryMapping.cpp; path = folly/system/MemoryMapping.cpp; sourceTree = ""; }; - E278E50113BC72301A3D56872684EBDB /* RNFBVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBVersion.h; path = ios/RNFBApp/RNFBVersion.h; sourceTree = ""; }; - E27B883EC3069968BCD6E1ACF7E0393F /* REAJSCallNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAJSCallNode.h; sourceTree = ""; }; - E27EA9C19D57F8065B35A2FB49994648 /* ARTNodeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTNodeManager.h; sourceTree = ""; }; E286A7FBBA67AA030243EA9CC0BAA564 /* FIRVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRVersion.h; path = FirebaseCore/Sources/FIRVersion.h; sourceTree = ""; }; - E29C392463FA1AE429281CDE6AB57DD2 /* RCTNetworkPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworkPlugins.mm; sourceTree = ""; }; + E296AF16E0E10D7994FEBD984644D001 /* RCTImageStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageStoreManager.h; path = Libraries/Image/RCTImageStoreManager.h; sourceTree = ""; }; E2AEBDE2BFA6F4BD26C6F1EF52DAB040 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Sources/Private/FIRDependency.h; sourceTree = ""; }; E2B63D462DB7F827C4B11FD51E4F8E2D /* libFirebaseCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseCore.a; path = libFirebaseCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E2BA859ED62010B52DB77F5EE0D2AF86 /* UMJavaScriptContextProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMJavaScriptContextProvider.h; sourceTree = ""; }; - E2BD337A1F1486F43937A819967B759D /* EXAVObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVObject.h; path = EXAV/EXAVObject.h; sourceTree = ""; }; - E2BED51E0A023BC5D7C919E0C5A37150 /* RCTResizeMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTResizeMode.m; sourceTree = ""; }; - E2BF5CFD15E3E702E206B550C797014D /* UIResponder+FirstResponderTemp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIResponder+FirstResponderTemp.m"; sourceTree = ""; }; E2C8A03A930F5D8B3C67D1DB66AAC22D /* TOCropView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCropView.m; path = "Objective-C/TOCropViewController/Views/TOCropView.m"; sourceTree = ""; }; - E2D46C862CCC726290B2FE6D74AFD9EB /* BugsnagBreadcrumb.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagBreadcrumb.m; sourceTree = ""; }; - E2EB43009C3356DCDF3CD887C503DF31 /* EXLocalAuthentication.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXLocalAuthentication.debug.xcconfig; sourceTree = ""; }; + E2CA89CF78F49C782B483102DE0C45F4 /* RNBootSplash.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNBootSplash.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; E2EC81E6E7A7657A4277269FD314D2B7 /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = SDWebImage/Core/SDImageCacheDefine.h; sourceTree = ""; }; E2F1F47EA5D572DDB535613CF49D5EBC /* Random-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Random-inl.h"; path = "folly/Random-inl.h"; sourceTree = ""; }; E30E14C396EB309A313697C5F82076D2 /* openssl_aes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = openssl_aes.h; path = Core/aes/openssl/openssl_aes.h; sourceTree = ""; }; - E3302AD5C5F9F53389CC61AAE5A51376 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; E332E8F4EBFB4F8CC94BCF4BABC65F07 /* encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = encode.h; path = src/webp/encode.h; sourceTree = ""; }; - E3544EE6352998BB15508263525BC29D /* ARTRenderable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTRenderable.m; path = ios/ARTRenderable.m; sourceTree = ""; }; - E35AAAEDEFF4608EA30EC4D57C06ACF4 /* Yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Yoga-dummy.m"; sourceTree = ""; }; - E366B16820D28A0BE29B20B3D44D4188 /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; + E35D40C1E135E835213372E4D78832FA /* RCTNetworkPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworkPlugins.mm; sourceTree = ""; }; E36B0B52A686289433FB81194F08214F /* Preprocessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Preprocessor.h; path = folly/Preprocessor.h; sourceTree = ""; }; E36C4193D6E17441A42E9F55B899D390 /* Frame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Frame.h; path = rsocket/framing/Frame.h; sourceTree = ""; }; - E36E278C775FF2079ACAEF63DC5FFB1D /* BSG_KSCrashCallCompletion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashCallCompletion.m; sourceTree = ""; }; + E37F856CFA9CFDC0E7D1635DA07D82F3 /* React-cxxreact.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-cxxreact.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; E3999C673FCD82E3DC701496272EB7D0 /* seed.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = seed.h; path = ios/include/openssl/seed.h; sourceTree = ""; }; E3A672DF64FAEAE6BA3EF92CFEF58440 /* UIImage+CropRotate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+CropRotate.h"; path = "Objective-C/TOCropViewController/Categories/UIImage+CropRotate.h"; sourceTree = ""; }; - E3B0A3183A490E36E3C3224203E8987A /* RNImageCropPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNImageCropPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - E3B16FB014F4223B508D1DBA53813C76 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - E3CEA8AFB270C075A75AC1B2DCF05C2B /* RNSScreenContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenContainer.m; path = ios/RNSScreenContainer.m; sourceTree = ""; }; + E3D4928ECEBE6FC9757B2AC7BDF99FF1 /* FFFastImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageSource.h; path = ios/FastImage/FFFastImageSource.h; sourceTree = ""; }; + E3DE5B6D184688077D706560DAE74BE2 /* React-jsi-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsi-dummy.m"; sourceTree = ""; }; E3F33E1C24C81B6C36F0E44AC02684B0 /* Flipper-RSocket.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-RSocket.debug.xcconfig"; sourceTree = ""; }; E3F507CD5213064032CB1FF992559691 /* srtp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = srtp.h; path = ios/include/openssl/srtp.h; sourceTree = ""; }; E3F716A8FF9AD4F56958349F33B21560 /* Base-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Base-inl.h"; path = "folly/gen/Base-inl.h"; sourceTree = ""; }; E3FBF6C17B3C5C65F20ACEF449CBCC83 /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = SDWebImage/Core/SDMemoryCache.h; sourceTree = ""; }; E4145287E0FEAE7C8454DF68F5415B92 /* JitsiMeetSDK.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JitsiMeetSDK.release.xcconfig; sourceTree = ""; }; + E43DBA2E5405EA3827B5CE77E2B7F522 /* RNConfigReader-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNConfigReader-prefix.pch"; sourceTree = ""; }; + E43FA867245FF02B3E3D6F4B9385F385 /* RCTSinglelineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputViewManager.m; sourceTree = ""; }; E44E84C86228E251FE0B31D0C4A6AD72 /* SKEnvironmentVariables.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKEnvironmentVariables.m; path = iOS/FlipperKit/SKEnvironmentVariables.m; sourceTree = ""; }; - E453C18415DB13F0CEA54148EC1D73ED /* UMPermissionsInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMPermissionsInterface.debug.xcconfig; sourceTree = ""; }; - E45A8836F99F3A82E8612DA71A513818 /* BugsnagCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashReport.h; sourceTree = ""; }; + E467E2EC818E1F4A9CD8893CBC67AA3E /* RAMBundleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RAMBundleRegistry.h; sourceTree = ""; }; + E46C69DAF03E7CAFEF3053BE74ED0CA6 /* ARTRenderable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTRenderable.m; path = ios/ARTRenderable.m; sourceTree = ""; }; + E4705916CD3930EAA96410D467103F84 /* BugsnagCollections.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCollections.h; sourceTree = ""; }; + E4792433FD3FA7B39FC56EA7179BD1E3 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + E47D88210895FAD3A56E40908CE93EDE /* BSG_RFC3339DateTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_RFC3339DateTool.m; sourceTree = ""; }; E4855FF120EF13027032B42296F75276 /* TimerFDTimeoutManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimerFDTimeoutManager.h; path = folly/experimental/TimerFDTimeoutManager.h; sourceTree = ""; }; E496A53A92B4E464B5C30DC5B1E4E257 /* libRNRootView.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNRootView.a; path = libRNRootView.a; sourceTree = BUILT_PRODUCTS_DIR; }; E49C7E436E39CC12D669688F90457390 /* Malloc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Malloc.h; path = folly/portability/Malloc.h; sourceTree = ""; }; - E4AB14CF48625475C751A582FD071943 /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; - E4C062D7EE08B60BE6930B158F9DD408 /* RCTDisplayWeakRefreshable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayWeakRefreshable.m; sourceTree = ""; }; - E4C12013F2CF531A700B7603E4485B49 /* RCTSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSlider.h; sourceTree = ""; }; E4CFD4F947B7442B6CE61B50C0DAB2EE /* FIRCLSDwarfExpressionMachine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDwarfExpressionMachine.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.h; sourceTree = ""; }; - E4E819F3F464B0FF6DE88072DD96E4F1 /* React-RCTAnimation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.release.xcconfig"; sourceTree = ""; }; + E4DA18B7793FF207ABB4D77CC6256B8D /* UMErrorCodes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMErrorCodes.m; path = UMCore/UMErrorCodes.m; sourceTree = ""; }; + E4EBD6B7F10B9ADAA0160EDB2C25C19B /* RNCSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSlider.h; path = ios/RNCSlider.h; sourceTree = ""; }; E4EC28420A8DAB4A8E3E95CD98B28287 /* SerialExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SerialExecutor.h; path = folly/executors/SerialExecutor.h; sourceTree = ""; }; + E4EDC844B935E417B08F6DD2F53A5230 /* react-native-safe-area-context.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-safe-area-context.debug.xcconfig"; sourceTree = ""; }; E4F3425E6A9D83560E3706B7E2F7DAB8 /* StackTraceUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StackTraceUtils.h; path = rsocket/internal/StackTraceUtils.h; sourceTree = ""; }; + E504BA6F212794F6EB3AE557A9A61422 /* react-native-appearance-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-appearance-prefix.pch"; sourceTree = ""; }; E50F92D931806DE3585DFE7A364495A2 /* Exception.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Exception.h; path = folly/lang/Exception.h; sourceTree = ""; }; E51509D05F2C713B06EF08347D5065D9 /* id.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = id.lproj; path = "Objective-C/TOCropViewController/Resources/id.lproj"; sourceTree = ""; }; E5210108396CA273662DA1AC225047CB /* SDGraphicsImageRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDGraphicsImageRenderer.h; path = SDWebImage/Core/SDGraphicsImageRenderer.h; sourceTree = ""; }; E523087AF003AC9FE4E3DF61D9856BB2 /* AsyncSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncSocket.h; path = folly/io/async/AsyncSocket.h; sourceTree = ""; }; - E5376F9651FE01AEDB0B34B3FC0A1E2F /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.h; sourceTree = ""; }; + E5281BBA790B80D320CBC049D9901968 /* RCTLocalAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLocalAssetImageLoader.h; path = Libraries/Image/RCTLocalAssetImageLoader.h; sourceTree = ""; }; E53C8C998DF0E97815AC0901993D3741 /* DynamicParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DynamicParser.h; path = folly/experimental/DynamicParser.h; sourceTree = ""; }; - E5451BC6BD799F79D8802936CE34152C /* RNCWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWebView.m; path = apple/RNCWebView.m; sourceTree = ""; }; + E55922B43EE76F56450B6097D7308A83 /* FFFastImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageViewManager.h; path = ios/FastImage/FFFastImageViewManager.h; sourceTree = ""; }; E55953D37F0BF415FD5F0436D77B74D8 /* RSocketRequester.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketRequester.cpp; path = rsocket/RSocketRequester.cpp; sourceTree = ""; }; - E55E45DC75CF06D3796E6DF31C01A920 /* react-native-safe-area-context.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-safe-area-context.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; E55EA3C6F285F6FA8067C5C8A428FA64 /* libRNFastImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNFastImage.a; path = libRNFastImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E56BCD93B7A21D178D0E132CEC8DDAF1 /* REANodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REANodesManager.h; path = ios/REANodesManager.h; sourceTree = ""; }; - E57C832D71B5F23FE70A35CC535D9B7B /* BugsnagFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagFileStore.m; sourceTree = ""; }; + E56ECB9056F1EFEE79BD9D221DD47684 /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; + E5829883783F778ADA8007BB600B4958 /* GULHeartbeatDateStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorage.h; path = GoogleUtilities/Environment/Private/GULHeartbeatDateStorage.h; sourceTree = ""; }; + E5902898DE8BF6080BA3BDD1BC6035AA /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSourceCode.h; path = React/CoreModules/RCTSourceCode.h; sourceTree = ""; }; E59272CC51D5D5A77E4CC65C6040210E /* FlipperKitLayoutPlugin.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FlipperKitLayoutPlugin.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin.mm; sourceTree = ""; }; E5B8E98722DF82B4FCF72C564273E7F5 /* CodedInputData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CodedInputData.h; path = Core/CodedInputData.h; sourceTree = ""; }; - E5C1ED38469528FE9992AC54A404F827 /* Orientation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Orientation.h; path = iOS/RCTOrientation/Orientation.h; sourceTree = ""; }; + E5C4CFEACF732A83AE7FA0CFABA4E409 /* QBVideoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIconView.m; path = ios/QBImagePicker/QBImagePicker/QBVideoIconView.m; sourceTree = ""; }; + E5DBB3E00F5073F2F08B0412494739D7 /* EXWebBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXWebBrowser.h; path = EXWebBrowser/EXWebBrowser.h; sourceTree = ""; }; E5E01601BFB80D92EC17E77D2B6A9D9B /* lossless_enc_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_mips_dsp_r2.c; path = src/dsp/lossless_enc_mips_dsp_r2.c; sourceTree = ""; }; + E5EB69501DE9F10DFE6568529C7A8C86 /* RCTTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextView.m; sourceTree = ""; }; E5FA0BDBDDBAF3DFE88E9A0B038D8A72 /* Format.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Format.cpp; path = folly/Format.cpp; sourceTree = ""; }; - E5FB71B6918A37A53451C52ACDF76F87 /* UMMagnetometerUncalibratedInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerUncalibratedInterface.h; path = UMSensorsInterface/UMMagnetometerUncalibratedInterface.h; sourceTree = ""; }; - E60F82101B71BF051FF3218C6601DB2E /* RNCSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSlider.m; path = ios/RNCSlider.m; sourceTree = ""; }; E61EE900F6D0A47E25F3EA00BD4999B9 /* Base.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Base.h; path = folly/gen/Base.h; sourceTree = ""; }; - E61F81072D2EC2A3897A476C2FE3B140 /* RCTCustomInputControllerTemp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCustomInputControllerTemp.m; sourceTree = ""; }; + E63AC6689BAECF85EC957D00EC94D2D0 /* EXFileSystem.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXFileSystem.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; E63CB4CAA28B2541855BDB5A5A38FA24 /* GDTCORTransport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORTransport.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORTransport.m; sourceTree = ""; }; - E64D5D232274B1FA2A081216DF62B0AB /* UMUserNotificationCenterProxyInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUserNotificationCenterProxyInterface.h; path = UMPermissionsInterface/UMUserNotificationCenterProxyInterface.h; sourceTree = ""; }; - E65100F6060AA4EB4A9E27D02747B28A /* UMPermissionsInterface-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMPermissionsInterface-dummy.m"; sourceTree = ""; }; + E64431EDFC5EFEE5B9D8937D8E468B58 /* BugsnagLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagLogger.h; sourceTree = ""; }; E667D8F6F62F23020B2C6A1DD4A1E95F /* DeferFlowable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeferFlowable.h; path = yarpl/flowable/DeferFlowable.h; sourceTree = ""; }; - E67752CC366E65455C3FA0732C380B15 /* DeviceUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DeviceUID.m; path = ios/RNDeviceInfo/DeviceUID.m; sourceTree = ""; }; E6888C29059DBD52EA90C9361F9A2C09 /* CodedInputDataCrypt_OSX.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CodedInputDataCrypt_OSX.cpp; path = Core/CodedInputDataCrypt_OSX.cpp; sourceTree = ""; }; - E690923D30039DDCB783CEC621BE623D /* RNFBApp-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFBApp-dummy.m"; sourceTree = ""; }; - E690A58F90EA5E35BE0ED21E70BBCBE3 /* GULAppEnvironmentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppEnvironmentUtil.h; path = GoogleUtilities/Environment/Private/GULAppEnvironmentUtil.h; sourceTree = ""; }; E696A73B42BC15EF6E5CF1B943C0E8B9 /* SmallLocks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SmallLocks.h; path = folly/synchronization/SmallLocks.h; sourceTree = ""; }; E6A16705C69FC7DE11C2469A4A0F8358 /* libReact-RCTText.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTText.a"; path = "libReact-RCTText.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - E6D329ABF8B505D705CED921939B982A /* BugsnagConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagConfiguration.h; sourceTree = ""; }; + E6A6A96D3F79698DDE35DC7E7FA79706 /* Restart.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Restart.h; path = ios/Restart.h; sourceTree = ""; }; E6DD1890317E743382C733ED792796D8 /* ResumeIdentificationToken.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ResumeIdentificationToken.cpp; path = rsocket/framing/ResumeIdentificationToken.cpp; sourceTree = ""; }; - E6EE4DCE09219C6BFA383C1871E29A44 /* BugsnagSessionTrackingPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingPayload.h; sourceTree = ""; }; - E7000AE245DB0E60B42C7D9B685C73EF /* GULNetworkMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkMessageCode.h; path = GoogleUtilities/Network/Private/GULNetworkMessageCode.h; sourceTree = ""; }; + E6DE548C5795D7D033313CD81C742686 /* UMFontScalerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalerInterface.h; path = UMFontInterface/UMFontScalerInterface.h; sourceTree = ""; }; E70D1F51E37DCEF89D08E5171E037B1F /* FIRCLSDwarfExpressionMachine.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDwarfExpressionMachine.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.c; sourceTree = ""; }; E710A352DB5665443C7CB977A8D11927 /* err.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = err.h; path = ios/include/openssl/err.h; sourceTree = ""; }; - E72B05DF8F43766031AA1E0F3F006E75 /* react-native-cameraroll.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-cameraroll.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - E7491CE0E15AC530603618C1B9454740 /* REANode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REANode.h; sourceTree = ""; }; + E7324BBA7023ED83B4F4001C479EE2E0 /* react-native-notifications.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-notifications.release.xcconfig"; sourceTree = ""; }; E74D8BC54194A28692BCC1662600FD43 /* Array.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Array.h; path = folly/container/Array.h; sourceTree = ""; }; + E75A5FD13FEC87456DB3FCCDB1348445 /* RCTPerformanceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLogger.m; sourceTree = ""; }; E762AF3395A686DC1035D995DF01BD0E /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = SDWebImage/Core/SDImageTransformer.h; sourceTree = ""; }; - E771CC35390032F1725EBCF8ED29F751 /* RCTUITextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextView.m; sourceTree = ""; }; + E76947DFC349285E9FF32A1D630AB6CE /* JSIDynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIDynamic.h; sourceTree = ""; }; + E775CA350C7B0129801AC5B1B87CB7AD /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; E787DADE1B10686C7F11F78152091938 /* Flipper-PeerTalk-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Flipper-PeerTalk-dummy.m"; sourceTree = ""; }; + E78A6AAF2C48D6D121C5B3F92489213F /* RNCAsyncStorage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCAsyncStorage.debug.xcconfig; sourceTree = ""; }; E78BD45851D383772918D376AF29FDAA /* hu.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = hu.lproj; path = "Objective-C/TOCropViewController/Resources/hu.lproj"; sourceTree = ""; }; E78D96C039146831A5C6264C4EAB8F91 /* quant_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_enc.c; path = src/enc/quant_enc.c; sourceTree = ""; }; - E7A522D7202128F705AC03DF9879D9B1 /* Orientation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Orientation.m; path = iOS/RCTOrientation/Orientation.m; sourceTree = ""; }; + E7B65584DEF65AA87721CD32FD894663 /* RCTTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = ""; }; E7B66A3E12C0D708F2B5CE6CA6E37B0B /* Latch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Latch.h; path = rsocket/benchmarks/Latch.h; sourceTree = ""; }; - E7BABEDC6BFD62BEAB16E831E14DA498 /* REABezierNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REABezierNode.h; sourceTree = ""; }; - E7D2734D15B215CC20D9818B07E07F00 /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; + E7C60AF07EF19BB35D82B97203A33BF9 /* UMCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCore.debug.xcconfig; sourceTree = ""; }; + E7C7B1F7607C2A882AD64C9FD064CD7A /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.h; sourceTree = ""; }; E7DEFA475E0C36B052637763F9873C99 /* AtomicNotification-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicNotification-inl.h"; path = "folly/synchronization/AtomicNotification-inl.h"; sourceTree = ""; }; E7EA030D8078C2787BD06E96FD3006FF /* ChannelRequester.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ChannelRequester.cpp; path = rsocket/statemachine/ChannelRequester.cpp; sourceTree = ""; }; E801C4DD42870D1C557C8831F3464CF8 /* Utility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utility.h; path = folly/synchronization/Utility.h; sourceTree = ""; }; E804F09F4B80F993C2E0B24526197242 /* FlipperCppWrapperPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperCppWrapperPlugin.h; path = iOS/FlipperKit/CppBridge/FlipperCppWrapperPlugin.h; sourceTree = ""; }; E80FDFF8780716E32C7ADE07C5B1A902 /* VirtualEventBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = VirtualEventBase.cpp; path = folly/io/async/VirtualEventBase.cpp; sourceTree = ""; }; - E8146FF37F42F33022C9B260D6CD3DA0 /* UMTaskManagerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMTaskManagerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - E81F6B891426DC688BDC535ED5B76F1A /* RNFBApp-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFBApp-prefix.pch"; sourceTree = ""; }; - E82FD30D82F49CCF764C390465961C9C /* GULSceneDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSceneDelegateSwizzler_Private.h; path = GoogleUtilities/SceneDelegateSwizzler/Internal/GULSceneDelegateSwizzler_Private.h; sourceTree = ""; }; - E8508562204C632153D6D8B5DD975DFA /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageViewManager.h; path = Libraries/Image/RCTImageViewManager.h; sourceTree = ""; }; - E8550A9F9E1D420C147F48356FB0E0A6 /* UMFileSystemInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFileSystemInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + E817EBEA4BF20924B4F1B083B32C5585 /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RAMBundleRegistry.cpp; sourceTree = ""; }; + E8271F376F3D1D9DE71971B44300F19A /* YGStyle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGStyle.cpp; path = yoga/YGStyle.cpp; sourceTree = ""; }; E86822AF24365F319FE30D04FDEDAC2F /* MMKVLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKVLog.h; path = Core/MMKVLog.h; sourceTree = ""; }; E86CFB45F7E77FE0732B71E4E950F03F /* GDTCORUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploader.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORUploader.h; sourceTree = ""; }; + E8725C6876515E4D0ABF7BF76D04202E /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + E879CDC510FC2B74BBB86215E85C2FE8 /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; E88052E39AB9DD9261B56504BF2E8306 /* FIRCLSHost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSHost.m; path = Crashlytics/Crashlytics/Components/FIRCLSHost.m; sourceTree = ""; }; + E88DC1CDEEFF9E363DF90D1212367891 /* React-jsi.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-jsi.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; E8AA02414E01ECDE302B32B780A6530E /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Demangle.cpp; path = folly/detail/Demangle.cpp; sourceTree = ""; }; + E8CC3C456DB5FF2AED5C045F1A35A14F /* Zocial.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Zocial.ttf; path = Fonts/Zocial.ttf; sourceTree = ""; }; E8CDDD044BEA108A384C4BE3D0ABF65D /* UIColor+SDHexString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+SDHexString.m"; path = "SDWebImage/Private/UIColor+SDHexString.m"; sourceTree = ""; }; + E8D07A313A27D7081E7A40BA634D31D3 /* RNCAsyncStorage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNCAsyncStorage-dummy.m"; sourceTree = ""; }; + E8D6AE9F7160518549E67BCC853058D0 /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; E9119C26835D7EEACED67B6187C0353D /* evrpc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evrpc.h; path = src/evrpc.h; sourceTree = ""; }; - E91466509F695352464539E0A8C3FC09 /* FBReactNativeSpec-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBReactNativeSpec-dummy.m"; sourceTree = ""; }; - E9152278D03B102F146BCB335382ADE7 /* BugsnagCollections.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCollections.h; sourceTree = ""; }; E918FAB0CACF0BFEBAEF8E47E8EF4C15 /* ErrorCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ErrorCode.h; path = rsocket/framing/ErrorCode.h; sourceTree = ""; }; E921F8971FFF3A1336E901D32E523E10 /* NSButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSButton+WebCache.h"; path = "SDWebImage/Core/NSButton+WebCache.h"; sourceTree = ""; }; E927DDAB1A870C3B9F9082ADF879D7F4 /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = SDWebImage/Core/SDWebImageDownloader.m; sourceTree = ""; }; + E92E3E507BB876CA8A5555763137C711 /* BSG_KSCrashReportVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportVersion.h; sourceTree = ""; }; + E93CB529750F7312F79C67EB3513778E /* RCTConvert+FFFastImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FFFastImage.h"; path = "ios/FastImage/RCTConvert+FFFastImage.h"; sourceTree = ""; }; E93F701CA8EB196D77AE99E094D873E4 /* libFlipper.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFlipper.a; path = libFlipper.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E9409F4F5B13205E22602611A1962ADD /* RCTFileReaderModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileReaderModule.h; path = Libraries/Blob/RCTFileReaderModule.h; sourceTree = ""; }; - E941B28D26C8979E6E2A35CF9E9D237A /* RNCAssetsLibraryRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAssetsLibraryRequestHandler.m; path = ios/RNCAssetsLibraryRequestHandler.m; sourceTree = ""; }; - E95055B5EAED202EF511AEA37BD1CF5B /* BSGOutOfMemoryWatchdog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGOutOfMemoryWatchdog.h; sourceTree = ""; }; E956A10067E1590EF6B4525C3A796E23 /* filters_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = filters_utils.h; path = src/utils/filters_utils.h; sourceTree = ""; }; - E95988F15CC5B8F3037396FF8085421A /* react-native-cookies.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-cookies.debug.xcconfig"; sourceTree = ""; }; + E97D1C5E641482AFA9E8EB43BCD89F42 /* RNGestureHandlerDirection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerDirection.h; path = ios/RNGestureHandlerDirection.h; sourceTree = ""; }; + E97D3F9F717A4289F8237860D373850B /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; + E97FD4D6B95EB74DCE303680BC647B92 /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; + E980F887F39D57FCA2F6C6A99312EE47 /* REAAlwaysNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAAlwaysNode.h; sourceTree = ""; }; E98E9839EDB146285936B4E49C424263 /* evutil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evutil.h; path = src/evutil.h; sourceTree = ""; }; E9A0D3A476B4D8116DF7BF2752C8261F /* PasswordInFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PasswordInFile.h; path = folly/io/async/PasswordInFile.h; sourceTree = ""; }; E9A2D17AD18B6870119319A8ED081B72 /* GDTCORTargets.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTargets.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORTargets.h; sourceTree = ""; }; + E9A89AA23DAD78AEAC79B028C07219B5 /* RNVectorIcons-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNVectorIcons-dummy.m"; sourceTree = ""; }; E9B10F25B170C13EBAC1A23D4D52AE1B /* des.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = des.h; path = ios/include/openssl/des.h; sourceTree = ""; }; - E9B72D6A2BEF78A0AE0B5B9094BEDD7F /* RNCPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCPicker.m; path = ios/RNCPicker.m; sourceTree = ""; }; E9ECB6EC03C675437652991121F55F52 /* EventBaseThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBaseThread.h; path = folly/io/async/EventBaseThread.h; sourceTree = ""; }; - EA06E1BAE288DEA737EEAC9EF04B0ADB /* RCTImageShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageShadowView.h; path = Libraries/Image/RCTImageShadowView.h; sourceTree = ""; }; - EA0BB0A0BFE4F2CB6A93F2BC803EC514 /* RCTCustomKeyboardViewControllerTemp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCustomKeyboardViewControllerTemp.m; sourceTree = ""; }; - EA0ECB16A561D1D1905487C3526D15DE /* RNPanHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPanHandler.m; sourceTree = ""; }; - EA111B7D3E26592CF7807FE7310A64B2 /* StorageIndexer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StorageIndexer.h; path = ios/StorageIndexer.h; sourceTree = ""; }; - EA3ABB0B44F37427CF9EADD6274F6221 /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es.lproj; path = ios/QBImagePicker/QBImagePicker/es.lproj; sourceTree = ""; }; - EA4B5A11121BE2981DD461B1C22948CF /* Bugsnag.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Bugsnag.m; sourceTree = ""; }; + E9FFDD1FE526B79C6D4C9001C1870AED /* UMTaskConsumerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskConsumerInterface.h; path = UMTaskManagerInterface/UMTaskConsumerInterface.h; sourceTree = ""; }; EA4D931911FE1734B4AF41A9D8549E72 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = "double-conversion/utils.h"; sourceTree = ""; }; + EA7B92F68FF1968CD8C87F3F8FF672E5 /* RNCConnectionState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCConnectionState.h; path = ios/RNCConnectionState.h; sourceTree = ""; }; EA7D5C838CF1FF5F9E117E16BE1BEA79 /* TcpConnectionAcceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TcpConnectionAcceptor.cpp; path = rsocket/transports/tcp/TcpConnectionAcceptor.cpp; sourceTree = ""; }; - EA83077153DCD7AB2B11A7C9E5C23E0E /* EXSessionResumableDownloadTaskDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXSessionResumableDownloadTaskDelegate.m; sourceTree = ""; }; - EA92E2DE68DB2D648D42576F580090D9 /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsi.h; sourceTree = ""; }; - EA9A1F3BBFEAD500E4FE5422CA0DEAE9 /* UMFileSystemInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFileSystemInterface.release.xcconfig; sourceTree = ""; }; - EAB0A80BF2078D3A5FC6A9F2E1732F07 /* RCTWebSocketModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTWebSocketModule.mm; sourceTree = ""; }; + EAA0E0E22ACDF382515BC02C72F4C180 /* UIImage+Extension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Extension.m"; path = "ios/src/UIImage+Extension.m"; sourceTree = ""; }; EAB597EB360FA8FED3A3077AFBED6554 /* ui.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ui.h; path = ios/include/openssl/ui.h; sourceTree = ""; }; - EAB6A6CD9CBAC54D1046AD6E505AA9F6 /* ARTGroupManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTGroupManager.m; sourceTree = ""; }; - EAD27803E5D10ABCFFA8CBA0A970AC92 /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; - EADB00B363C88E3C6B7CCCBC8D9EB813 /* RNNotificationCenterListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenterListener.m; path = RNNotifications/RNNotificationCenterListener.m; sourceTree = ""; }; + EABBACC64894D7DA547D485CE34126D7 /* UIImage+Resize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Resize.m"; path = "ios/src/UIImage+Resize.m"; sourceTree = ""; }; + EABF5485690E188714D9848D23361650 /* RCTImageLoaderWithAttributionProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderWithAttributionProtocol.h; path = Libraries/Image/RCTImageLoaderWithAttributionProtocol.h; sourceTree = ""; }; EADE5576E6213234C21845B187C04751 /* AsyncServerSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncServerSocket.h; path = folly/io/async/AsyncServerSocket.h; sourceTree = ""; }; + EB0E4FAC9708F6B27596A9DA5C0E4D5D /* ja.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ja.lproj; path = ios/QBImagePicker/QBImagePicker/ja.lproj; sourceTree = ""; }; + EB15FA58DABA03A2E737CDAE8944FF4B /* React-jsi.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.debug.xcconfig"; sourceTree = ""; }; + EB2E89A22A0BA3376E14B7B02EEB8C74 /* EXVideoThumbnailsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXVideoThumbnailsModule.h; path = EXVideoThumbnails/EXVideoThumbnailsModule.h; sourceTree = ""; }; EB33B4A9520DEDA3CCD3E49CCA5FF4F4 /* ThreadCachedArena.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadCachedArena.h; path = folly/memory/ThreadCachedArena.h; sourceTree = ""; }; - EB42CC7D9EF1A327108C84BCF2DA4D8D /* react-native-orientation-locker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-orientation-locker-prefix.pch"; sourceTree = ""; }; - EB4E485D08DC10786EECE09E3C72D76B /* RNFBMeta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBMeta.h; path = ios/RNFBApp/RNFBMeta.h; sourceTree = ""; }; EB5B656121C1A5D576F43EB780140B25 /* FBString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBString.h; path = folly/FBString.h; sourceTree = ""; }; EB629645F102BDB1A4C5589EF8017A03 /* e_os2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = e_os2.h; path = ios/include/openssl/e_os2.h; sourceTree = ""; }; EB722B27E1482A287EA3FA37F211A508 /* openssl_arm_arch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = openssl_arm_arch.h; path = Core/aes/openssl/openssl_arm_arch.h; sourceTree = ""; }; - EB89BCCD643DFBC0FB1017F77E704EE5 /* RCTJSInvokerModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSInvokerModule.h; sourceTree = ""; }; EBB1C7FB2727F0D85F869834390E9D5E /* json_patch.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json_patch.cpp; path = folly/json_patch.cpp; sourceTree = ""; }; - EBB6B6FD72B1215046A2E652F142ABFA /* EXWebBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXWebBrowser.release.xcconfig; sourceTree = ""; }; - EBB8D66354F5B642438DE05220350958 /* UMBarCodeScannerInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMBarCodeScannerInterface.release.xcconfig; sourceTree = ""; }; - EBF75A33057A535AA9BDC84918A72345 /* EXSessionTaskDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXSessionTaskDelegate.m; sourceTree = ""; }; + EBBA86DDF93A6E8A790251CD3C2DD489 /* ReactCommon-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactCommon-dummy.m"; sourceTree = ""; }; + EBCCB25A90FD8D7B204A76004BA49AC0 /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; EBF822593AB0C7B5D454FF8587FFB605 /* FIRCLSInternalLogging.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSInternalLogging.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.c; sourceTree = ""; }; + EC1C9B822559D0FDF6697E13C613AF9F /* React-RCTAnimation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.debug.xcconfig"; sourceTree = ""; }; + EC219E2FACBE9683563E1C58A5DB61C3 /* rn-extensions-share.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-extensions-share.debug.xcconfig"; sourceTree = ""; }; EC22763B2410C58280F020F636D3BA61 /* Sse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sse.h; path = folly/detail/Sse.h; sourceTree = ""; }; - EC49C09F6D86D63C33D994DE346EEC83 /* ReactNativeART-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactNativeART-dummy.m"; sourceTree = ""; }; + EC3719987B806E0BA2761436AADA629C /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; + EC4C038A02AA1B751273815092A8DDDA /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; EC675C6D18399C142A6B540EEFF17992 /* Firebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Firebase.h; path = CoreOnly/Sources/Firebase.h; sourceTree = ""; }; + EC6B0254EB41274976F100BE22ED8421 /* REACallFuncNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REACallFuncNode.m; sourceTree = ""; }; + EC6DADC1E9560F75280889A0B2B3D8F1 /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; EC82B223C5448E501FA85823F92DB28F /* GlobalThreadPoolList.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = GlobalThreadPoolList.cpp; path = folly/executors/GlobalThreadPoolList.cpp; sourceTree = ""; }; + EC89D9ADE465DD4095779743A07CD76E /* EXAV.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAV.debug.xcconfig; sourceTree = ""; }; EC92F724C98861820C4C08C58DC8787C /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/Core/SDWebImageManager.m; sourceTree = ""; }; + ECB80CC471E023A0439B3707DB66D560 /* UMAppLoaderProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAppLoaderProvider.h; path = UMAppLoader/UMAppLoaderProvider.h; sourceTree = ""; }; ECC48F775A418713B34729AB41EF64BE /* OpenSSLLockTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSLLockTypes.h; path = folly/ssl/OpenSSLLockTypes.h; sourceTree = ""; }; - ECC53D1FA4A06B527DFD010A2F938142 /* BugsnagHandledState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagHandledState.m; sourceTree = ""; }; - ECD094B27DF6729577EDC3F8BD514019 /* ARTNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTNode.m; path = ios/ARTNode.m; sourceTree = ""; }; - ECD46193A7A3B87EF2D8CFB26212680C /* FFFastImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageViewManager.m; path = ios/FastImage/FFFastImageViewManager.m; sourceTree = ""; }; + ECDBD277DE704ECE0CDF3ECD9DF7CD10 /* RNLocalize-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNLocalize-prefix.pch"; sourceTree = ""; }; + ECE8C980337ACD444219FD25A98E35CE /* Orientation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Orientation.h; path = iOS/RCTOrientation/Orientation.h; sourceTree = ""; }; ECE9AE370F1D84401EB6F32F907E1B4B /* InterProcessLock.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InterProcessLock.cpp; path = Core/InterProcessLock.cpp; sourceTree = ""; }; ECE9DC7B9F36334603ACE76CEC3226BB /* Optional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Optional.h; path = folly/Optional.h; sourceTree = ""; }; ECF7C0E453CDA7A9F674974D22681602 /* Ordering.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Ordering.h; path = folly/lang/Ordering.h; sourceTree = ""; }; ED10C41DEB06906E003E80BEAFB2C4C5 /* UIView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCache.m"; path = "SDWebImage/Core/UIView+WebCache.m"; sourceTree = ""; }; ED122EF24E024FFD91FBB620F2AD87C8 /* AtFork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtFork.h; path = folly/detail/AtFork.h; sourceTree = ""; }; ED1764E035F847AF81394542EECAEF99 /* NSBezierPath+SDRoundedCorners.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBezierPath+SDRoundedCorners.m"; path = "SDWebImage/Private/NSBezierPath+SDRoundedCorners.m"; sourceTree = ""; }; - ED1B61A614EAC2B34D1421B7A01AB262 /* RNFBSharedUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBSharedUtils.m; path = ios/RNFBApp/RNFBSharedUtils.m; sourceTree = ""; }; ED1E3FC0DC90F4A787472917BFB6B235 /* libEXFileSystem.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXFileSystem.a; path = libEXFileSystem.a; sourceTree = BUILT_PRODUCTS_DIR; }; + ED2C2EF7BB42734BA9C75E158B0DF54A /* ARTText.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTText.m; path = ios/ARTText.m; sourceTree = ""; }; ED309F648CBC016259600F3635F43F78 /* TimekeeperScheduledExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimekeeperScheduledExecutor.h; path = folly/executors/TimekeeperScheduledExecutor.h; sourceTree = ""; }; - ED3B530247C8BFFF9505BC4D16D43148 /* RCTSinglelineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputView.m; sourceTree = ""; }; - ED3C67B5CFAB8AD277BE0BBF467B576D /* UMReactFontManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactFontManager.h; sourceTree = ""; }; + ED31B614152D4C110D18D15D337884D7 /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.h; sourceTree = ""; }; ED3D71A2765A5DC9AACBE81A76C03BBD /* ExecutorWithPriority.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExecutorWithPriority.h; path = folly/executors/ExecutorWithPriority.h; sourceTree = ""; }; ED45253B3F68FFF9A8DD0F36C86E08CB /* FIRCLSDataCollectionArbiter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSDataCollectionArbiter.m; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionArbiter.m; sourceTree = ""; }; - ED46CA78AA4EF7752E02D7807F022849 /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; - ED5A5918B7517A443386ED9D77745DD5 /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; sourceTree = ""; }; - ED5DB17DFB3BBC0AA4A162E29FBD730D /* Feather.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Feather.ttf; path = Fonts/Feather.ttf; sourceTree = ""; }; - ED6291B00BBF0A767B4B960235755130 /* BSG_KSDynamicLinker.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSDynamicLinker.c; sourceTree = ""; }; - ED82D15FA2DDE7D7EA1C9C1AF653A145 /* RNCMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCMaskedViewManager.m; path = ios/RNCMaskedViewManager.m; sourceTree = ""; }; ED993629E29E211AE8B3C71C50F1033B /* FIRCLSdSYM.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSdSYM.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSdSYM.h; sourceTree = ""; }; - EDAE1B266AA4E0C59AFDDBFB3C4A13B8 /* RCTTVNavigationEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTVNavigationEventEmitter.h; path = React/CoreModules/RCTTVNavigationEventEmitter.h; sourceTree = ""; }; + ED9BF1A0470230BBDB4D3335A4261D9C /* LNInterpolable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNInterpolable.h; sourceTree = ""; }; + EDA059C8D0C08F0EDF72D6845373DFBF /* RCTAppearance.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAppearance.mm; sourceTree = ""; }; EDB0D28EB0682A9EA4BD4325F89DFB06 /* MMKV.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MMKV.release.xcconfig; sourceTree = ""; }; - EDDDC0D4120245E2F5484729188F62E6 /* BugsnagSessionTrackingPayload.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingPayload.m; sourceTree = ""; }; + EDD9953DD5FBE912757976A20FFE162D /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Solid.ttf; path = Fonts/FontAwesome5_Solid.ttf; sourceTree = ""; }; EDEE1E377EE914E8675DBD7DEA1970A9 /* TypeList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TypeList.h; path = folly/detail/TypeList.h; sourceTree = ""; }; + EDF04A6DEB6E7FB2FECAC57C8E0C9DA2 /* RCTPropsAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPropsAnimatedNode.h; sourceTree = ""; }; + EE0555599F439902A577EC867693A5E4 /* react-native-netinfo-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-netinfo-prefix.pch"; sourceTree = ""; }; EE09B815A25FA21F8C305F98F131E88F /* RequestResponseResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RequestResponseResponder.cpp; path = rsocket/statemachine/RequestResponseResponder.cpp; sourceTree = ""; }; EE0B5323DBB0FBBBB5BDF7CAAE0B2A06 /* obj_mac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = obj_mac.h; path = ios/include/openssl/obj_mac.h; sourceTree = ""; }; + EE12C4CE13B6DBA6BB9D500952290DC8 /* Entypo.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Entypo.ttf; path = Fonts/Entypo.ttf; sourceTree = ""; }; EE41D7CD16C719E00A09BDF4FBF5BF76 /* enc_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_msa.c; path = src/dsp/enc_msa.c; sourceTree = ""; }; - EE45D83D86B16830C6A7555BD9664265 /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.h; sourceTree = ""; }; + EE4969740D6CA887667E03C37EBEBE70 /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; EE4AEFEACE275DDCFB42B9400BF6B218 /* libRNFBCrashlytics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNFBCrashlytics.a; path = libRNFBCrashlytics.a; sourceTree = BUILT_PRODUCTS_DIR; }; - EE59EC4314146E76DCB20C06F60FC1F9 /* GULUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULUserDefaults.m; path = GoogleUtilities/UserDefaults/GULUserDefaults.m; sourceTree = ""; }; + EE4D0819A7E5A094BECB0D2498F64D45 /* RNPushKitEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventHandler.m; path = RNNotifications/RNPushKitEventHandler.m; sourceTree = ""; }; EE5D996815FD3F190A1035E514B18EF0 /* CocoaLibEvent.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaLibEvent.release.xcconfig; sourceTree = ""; }; - EE6280A4A9AA740EE995A84F30F21253 /* RNFBAnalytics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFBAnalytics-dummy.m"; sourceTree = ""; }; EE641B75A35A8E37BF9098E0A95B2F1F /* YGLayoutExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = YGLayoutExtensions.swift; path = YogaKit/Source/YGLayoutExtensions.swift; sourceTree = ""; }; - EE81D2562732172B14A9C411791C4D94 /* ARTRenderableManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTRenderableManager.m; sourceTree = ""; }; + EE685BE0257B2B859A19AAC6A68263C6 /* UMCameraInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCameraInterface.release.xcconfig; sourceTree = ""; }; + EE6A4A7DE6B3751C822497BE2C904C1D /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; + EE721DAC5A489632630DA59157D9042F /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; EEA4CC9B97D8B1DF863F7448D02747DE /* Pods-ShareRocketChatRN.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ShareRocketChatRN.debug.xcconfig"; sourceTree = ""; }; - EEAC1DE380BF7DACEB7BF2660EEC8F81 /* GULReachabilityMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityMessageCode.h; path = GoogleUtilities/Reachability/Private/GULReachabilityMessageCode.h; sourceTree = ""; }; - EEB451FFC6DFCCF04274808350B12319 /* React-RCTImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTImage-prefix.pch"; sourceTree = ""; }; - EEC64268726FE723B004B08332370841 /* BSG_KSCrashDoctor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashDoctor.m; sourceTree = ""; }; + EEB995B2D730D162A54F93D035725392 /* react-native-restart-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-restart-dummy.m"; sourceTree = ""; }; + EEC8A30F19D7B41B310351E188DA4BA2 /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; EED848017F4965B145BF315674CC8C0E /* GroupVarintDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GroupVarintDetail.h; path = folly/detail/GroupVarintDetail.h; sourceTree = ""; }; EEDBF403E8E0B3885E65C2741B536BC5 /* libReact-RCTImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTImage.a"; path = "libReact-RCTImage.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - EEE0F6838A4C8F217D973757BF2F7053 /* YGConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGConfig.cpp; path = yoga/YGConfig.cpp; sourceTree = ""; }; EEE1ACE1C3A74E7882B72B062BB9C20F /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = SDWebImage/Core/SDWebImageError.h; sourceTree = ""; }; - EEF40E3F5CE270728FB0D6EFDD2C7DB5 /* RNCAsyncStorage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNCAsyncStorage.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + EEE83844D0186F126C5698814953E76F /* RCTLinkingManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLinkingManager.mm; sourceTree = ""; }; EF1074726BB5D4DB69C6542C0D3CB716 /* GDTCORClock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORClock.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORClock.h; sourceTree = ""; }; - EF148C1D59F50CA359204678AB44243F /* react-native-notifications.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-notifications.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - EF16500B5970C70EB0863A923E374878 /* Aes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Aes.h; sourceTree = ""; }; EF1698FF21DF374A4AE9D31ABE3A971B /* DoubleConversion-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DoubleConversion-dummy.m"; sourceTree = ""; }; EF1D883E483F563A9F4535EBD2E361AF /* FBLPromise+Retry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Retry.m"; path = "Sources/FBLPromises/FBLPromise+Retry.m"; sourceTree = ""; }; + EF242F24657FD12E185B61FF7BD77A31 /* threadsafe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = threadsafe.h; sourceTree = ""; }; EF24D732027271237A9F056530E1D7D5 /* FIRAnalyticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInterop.h; path = Interop/Analytics/Public/FIRAnalyticsInterop.h; sourceTree = ""; }; EF38ADD4B23918335F1FDD5DBCDE58D9 /* tr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = tr.lproj; path = "Objective-C/TOCropViewController/Resources/tr.lproj"; sourceTree = ""; }; - EF44A2BF71B757E50FB5BEB6EDFD4526 /* RNNotificationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationUtils.m; path = RNNotifications/RNNotificationUtils.m; sourceTree = ""; }; + EF42D26B5FE68CC054D1033C8E2E6BBD /* UMFileSystemInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFileSystemInterface.debug.xcconfig; sourceTree = ""; }; EF68A95B2BB34793D30DC18E1A29109A /* Pods-NotificationService.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-NotificationService.modulemap"; sourceTree = ""; }; EF7C61EA6A35A4868684DC754F8B77F3 /* bignum-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "bignum-dtoa.cc"; path = "double-conversion/bignum-dtoa.cc"; sourceTree = ""; }; + EF8C9A1D332C26FB7016863406A0AD14 /* Foundation.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Foundation.ttf; path = Fonts/Foundation.ttf; sourceTree = ""; }; + EF9B588884B0BBE909D594520AA1C0B4 /* QBVideoIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIndicatorView.m; path = ios/QBImagePicker/QBImagePicker/QBVideoIndicatorView.m; sourceTree = ""; }; EF9FFCBF8924E2CDB54727B590DCC4D1 /* GDTCORRegistrar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORRegistrar.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORRegistrar.h; sourceTree = ""; }; EFB58122A452BDF5B674F6A1D2FDF3D2 /* RValueReferenceWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RValueReferenceWrapper.h; path = folly/lang/RValueReferenceWrapper.h; sourceTree = ""; }; - EFCCB92EA69EB157026A91B4794BDFE3 /* BugsnagHandledState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagHandledState.h; sourceTree = ""; }; + EFC72CC4AF4628B57C56E96992E108C7 /* VibrancyViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = VibrancyViewManager.m; path = ios/VibrancyViewManager.m; sourceTree = ""; }; + EFCB0C390BC727840992A96B9B2BB830 /* RCTSRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTSRWebSocket.m; path = Libraries/WebSocket/RCTSRWebSocket.m; sourceTree = ""; }; EFD53C553DDA104D0D32DC69AD5F7178 /* FIRCoreDiagnosticsConnector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsConnector.h; path = FirebaseCore/Sources/Private/FIRCoreDiagnosticsConnector.h; sourceTree = ""; }; - EFD5A8DE3C6728A22F551CD201C6FC03 /* RCTUtilsUIOverride.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtilsUIOverride.h; sourceTree = ""; }; - EFD61829144FB5017E64544E1092F82E /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; + EFD67C8F93928B71B45FD6C452C39126 /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; EFDB6D76614428E8C4AEEB10621F6913 /* VirtualEventBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VirtualEventBase.h; path = folly/io/async/VirtualEventBase.h; sourceTree = ""; }; - F00B312BA4F6AB4F7CC6AC3FA17A9F48 /* RNFlingHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFlingHandler.m; sourceTree = ""; }; + EFDFCDE94CDF746209CBEB2B7BC91572 /* BugsnagKSCrashSysInfoParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagKSCrashSysInfoParser.m; sourceTree = ""; }; F00DC72340D8F30ADE4C39A5A9BD78E0 /* SharedPromise-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SharedPromise-inl.h"; path = "folly/futures/SharedPromise-inl.h"; sourceTree = ""; }; F013CB7A6E6CDC12382D63BB0679EFF9 /* Sched.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Sched.cpp; path = folly/portability/Sched.cpp; sourceTree = ""; }; - F0157DC285016C3E635D25E7AC168BC4 /* RCTAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedNode.m; sourceTree = ""; }; F0199BBAC2939E26C55302161E4019C3 /* vp8l_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8l_dec.c; path = src/dec/vp8l_dec.c; sourceTree = ""; }; + F0270B1A8B459049FEFAE071386F9CB2 /* RCTObjcExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjcExecutor.h; sourceTree = ""; }; F02745D688CCB9049128803B08E5EA1A /* camellia.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = camellia.h; path = ios/include/openssl/camellia.h; sourceTree = ""; }; - F037EC4F73F57C22672B80867DE53943 /* RNCSafeAreaProviderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaProviderManager.m; path = ios/SafeAreaView/RNCSafeAreaProviderManager.m; sourceTree = ""; }; - F038873C280AAA598EC6B4B8CE3FD2D3 /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; - F043FEF918B32DD1BE8A04B711C5B59A /* RNRootView.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNRootView.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; F04AC3BC7422F37BE3379AC4B5772E21 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Sources/Private/FirebaseCoreInternal.h; sourceTree = ""; }; + F05645666B2447D7BAC62CF563861918 /* EXAppleAuthenticationMappings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppleAuthenticationMappings.m; path = EXAppleAuthentication/EXAppleAuthenticationMappings.m; sourceTree = ""; }; + F05EFD574327948F52E132578A38CEEB /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; F066E1FE8B4101BD32F67BF9BA317CD7 /* UICollectionView+SKInvalidation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "UICollectionView+SKInvalidation.mm"; path = "iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UICollectionView+SKInvalidation.mm"; sourceTree = ""; }; - F0706E78F9750DCFFF67264CCEFFD317 /* RNDateTimePicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDateTimePicker.release.xcconfig; sourceTree = ""; }; + F06ABA86411AA9DA1553E7F739FB3C7E /* RCTDevLoadingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevLoadingView.mm; sourceTree = ""; }; F0708C4622FC43024B9C0BDD273A6BF1 /* Conv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Conv.h; path = folly/chrono/Conv.h; sourceTree = ""; }; F071544DBC72C76475C33F5A822745B0 /* Iterators.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Iterators.h; path = folly/detail/Iterators.h; sourceTree = ""; }; F07282805EC5E79BD0C8D4BF7A6CE8F2 /* Unicode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Unicode.h; path = folly/Unicode.h; sourceTree = ""; }; - F07BCBFD826CDB981E5EB15622047CF9 /* RNPushKitEventListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventListener.m; path = RNNotifications/RNPushKitEventListener.m; sourceTree = ""; }; + F083BA0ECB509B12708448800BC783CC /* React-RCTVibration-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTVibration-prefix.pch"; sourceTree = ""; }; F084779A88B74FB8825E34867B363A5B /* SanitizeThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SanitizeThread.h; path = folly/synchronization/SanitizeThread.h; sourceTree = ""; }; - F08C2FCC18FE21155EB0F8063AC42B09 /* RCTLocalAssetImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLocalAssetImageLoader.mm; sourceTree = ""; }; + F0991F3A74DB93D2DC98D156CE1009CF /* REAValueNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAValueNode.h; sourceTree = ""; }; F0A20D400112D927779240123592213E /* cct.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cct.nanopb.c; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.c; sourceTree = ""; }; - F0B7962D7E0A6CFAE198430F06480E56 /* RNVectorIcons-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNVectorIcons-dummy.m"; sourceTree = ""; }; - F0D5853E35D86ACA3C347FD0E915E773 /* RNCSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaShadowView.m; path = ios/SafeAreaView/RNCSafeAreaShadowView.m; sourceTree = ""; }; - F0DA73BEBBB5B04D1FF3B223277EEA88 /* BugsnagBreadcrumb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagBreadcrumb.h; sourceTree = ""; }; F0DC7D458F2B90DEA91C6524ABE02B13 /* FIRCLSNetworkOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSNetworkOperation.m; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSNetworkOperation.m; sourceTree = ""; }; - F126F1D655124C874881199F871455D5 /* BugsnagKSCrashSysInfoParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKSCrashSysInfoParser.h; sourceTree = ""; }; - F13E97F5D219964E92365C4ABE120DF1 /* RCTCxxUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxUtils.h; sourceTree = ""; }; - F1404E07989F133C5C1A93B7817DA72D /* react-native-cameraroll.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-cameraroll.release.xcconfig"; sourceTree = ""; }; - F14A849C2C9B2CEEB4F0B9C699D6EA1A /* RNCSafeAreaProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaProvider.h; path = ios/SafeAreaView/RNCSafeAreaProvider.h; sourceTree = ""; }; - F169817B040F006BBCBE1CF40BA1F3E0 /* RNRandomBytes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNRandomBytes.m; path = ios/RCTCrypto/RNRandomBytes.m; sourceTree = ""; }; + F0E4F5008EBA4E42EC2A4A87826904E1 /* UMTaskManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskManagerInterface.h; path = UMTaskManagerInterface/UMTaskManagerInterface.h; sourceTree = ""; }; + F0F273C931BC70BA2351D434AB2538C2 /* FBLazyVector.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBLazyVector.release.xcconfig; sourceTree = ""; }; + F103531629CE681801F01C363FF0D7B1 /* EXWebBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXWebBrowser.debug.xcconfig; sourceTree = ""; }; + F10717AF4D1A8461A189B7BBD1A43591 /* RCTCxxMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxMethod.h; sourceTree = ""; }; + F10E18E2238734089DC0BF6B38C63078 /* RNCWKProcessPoolManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKProcessPoolManager.h; path = apple/RNCWKProcessPoolManager.h; sourceTree = ""; }; + F1672770B59B32AB4D74F101CD2A589B /* RNFBCrashlyticsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBCrashlyticsModule.m; path = ios/RNFBCrashlytics/RNFBCrashlyticsModule.m; sourceTree = ""; }; + F16E7E99266A021A64D3251AB5546CF5 /* RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotifications.h; path = RNNotifications/RNNotifications.h; sourceTree = ""; }; + F17C4194B1A43E875EA204400DCCB452 /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; + F18356903CA7057EECAD19368DABADED /* UMErrorCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMErrorCodes.h; path = UMCore/UMErrorCodes.h; sourceTree = ""; }; + F1B9071C2F7DF7D3D3F0DC7619FB146F /* EXConstants.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXConstants.release.xcconfig; sourceTree = ""; }; F1BE313E0178B44A61CCEEAE13A6C717 /* FIRInstallationsIDController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIDController.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.h; sourceTree = ""; }; F1BEE0873E5F10C1EAEB256BAE398E41 /* yuv_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_sse2.c; path = src/dsp/yuv_sse2.c; sourceTree = ""; }; F1BF623936659BE23B46D54E9876D042 /* FIRCLSSymbolicationOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSymbolicationOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSymbolicationOperation.h; sourceTree = ""; }; - F1C104EDEBDDF982F7073EB801F88F70 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; F1C5AA97A31457358CDB34979DAE5921 /* ResourceBundle-TOCropViewControllerBundle-TOCropViewController-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-TOCropViewControllerBundle-TOCropViewController-Info.plist"; sourceTree = ""; }; + F1CBC87DC7CF5FFF626054A8F7844EC4 /* VibrancyViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VibrancyViewManager.h; path = ios/VibrancyViewManager.h; sourceTree = ""; }; F1CEC8454C926A51B469E5DF6DE7062B /* FBLPromise+Any.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Any.m"; path = "Sources/FBLPromises/FBLPromise+Any.m"; sourceTree = ""; }; - F1D1F726C54405CE9DE22276FABDF013 /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; F1E14F978985115E946394071F172EC1 /* FrameType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FrameType.cpp; path = rsocket/framing/FrameType.cpp; sourceTree = ""; }; - F1E1934C942AADD798ECA3C7AE8B350F /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTI18nManager.h; path = React/CoreModules/RCTI18nManager.h; sourceTree = ""; }; - F1E6DDCFE60F08BEF4D88B4BD5D44133 /* EvilIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = EvilIcons.ttf; path = Fonts/EvilIcons.ttf; sourceTree = ""; }; - F2199A414EE6C8C5DF19EF42213EB8E6 /* Rsa.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Rsa.m; sourceTree = ""; }; F21CCAF47107D491C484F4743F565B80 /* Pods-defaults-RocketChatRN-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-defaults-RocketChatRN-dummy.m"; sourceTree = ""; }; - F22F4EB4C7770876E3956CFAB63B5817 /* rn-fetch-blob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-fetch-blob-prefix.pch"; sourceTree = ""; }; + F22EB5E9D9AF14B732F142E39A2B20D2 /* RCTMultilineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputView.h; sourceTree = ""; }; F2312173E0F5BF07A0C188270BE860E3 /* FIRCoreDiagnosticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsInterop.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsInterop.h; sourceTree = ""; }; F242C7B49F76F77411C24050742ACFDD /* pem2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pem2.h; path = ios/include/openssl/pem2.h; sourceTree = ""; }; F25C3E827CEC99016CF835D55FD8A055 /* libPods-defaults-Rocket.Chat.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-defaults-Rocket.Chat.a"; path = "libPods-defaults-Rocket.Chat.a"; sourceTree = BUILT_PRODUCTS_DIR; }; F266A70DD4284006F2AAB6E50B343902 /* webp_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = webp_enc.c; path = src/enc/webp_enc.c; sourceTree = ""; }; - F27E3375AB5ECCFDA9658D0023B18731 /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; + F266F72242850B33D15ECC1F00DEAA57 /* BSG_KSCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReport.h; sourceTree = ""; }; + F26B1C082DD4EEC193B7FA7CFD8196DD /* RNDocumentPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDocumentPicker.m; path = ios/RNDocumentPicker/RNDocumentPicker.m; sourceTree = ""; }; + F26D9D3CD1FDB6B1F573CC6ADB59CDB6 /* HighlighterViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = HighlighterViewManager.m; sourceTree = ""; }; + F2762814A7587F19202BFB07EF984BCB /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; + F2803B32CD03D0764CA45200B582E87A /* EXKeepAwake.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXKeepAwake.h; path = EXKeepAwake/EXKeepAwake.h; sourceTree = ""; }; + F2A072DAD06828D908B0B35346A48E71 /* BugsnagCrashReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashReport.m; sourceTree = ""; }; F2A52CBE2AF719EC96CEC5AF71BFF66E /* StreamsWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StreamsWriter.h; path = rsocket/statemachine/StreamsWriter.h; sourceTree = ""; }; + F2C4DA622BEA8FA1B5C5FE77EA51780C /* Yoga.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Yoga.release.xcconfig; sourceTree = ""; }; F2C4DD8F7E693DDCB52615BF91AADFB3 /* AtomicNotification.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicNotification.h; path = folly/synchronization/AtomicNotification.h; sourceTree = ""; }; - F2CD4AC32EA4D232CC92F7693E38D553 /* BugsnagMetaData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagMetaData.h; sourceTree = ""; }; + F2C5BA22BE754695CF24BF006C42654F /* react-native-simple-crypto-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-simple-crypto-umbrella.h"; sourceTree = ""; }; + F2C743BEBB9E434F0B74F5D246EC3F0E /* RNNotificationsStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationsStore.h; path = RNNotifications/RNNotificationsStore.h; sourceTree = ""; }; + F2C763042E0E3AE69195FEC504AD50CA /* RCTAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationDriver.h; sourceTree = ""; }; F2D058DCBCAD53329B5EAC16513ABF36 /* WarmResumeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WarmResumeManager.h; path = rsocket/internal/WarmResumeManager.h; sourceTree = ""; }; F2D623CFFCB0041F140894BB4714E6E8 /* FIRCLSUnwind_x86.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUnwind_x86.h; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.h; sourceTree = ""; }; - F2DB6B4D4D06F11F193E603949353D40 /* UMReactNativeEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeEventEmitter.h; sourceTree = ""; }; + F2D82F5B5F445C31F9250E7A54AFB35B /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.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; }; - F2F66216A2550B0DB9D875F3F0032C9F /* UMFaceDetectorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManager.h; path = UMFaceDetectorInterface/UMFaceDetectorManager.h; sourceTree = ""; }; - F30ADDD0F022FC56B8EAA0C7E7B85F10 /* RCTSpringAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSpringAnimation.m; sourceTree = ""; }; + F30830DE00CD54485522E327CE1C96EB /* RNCAppearanceProviderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearanceProviderManager.h; path = ios/Appearance/RNCAppearanceProviderManager.h; sourceTree = ""; }; F30FCE3AC19A17A706E00638A3116BEF /* Pods-defaults-RocketChatRN-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-defaults-RocketChatRN-acknowledgements.markdown"; sourceTree = ""; }; - F3184FE3107FB8DDDEC1FA159B72FED0 /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFont.mm; sourceTree = ""; }; + F31409B1E003E1A81B593C55B1EC27E6 /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; + F31506299E3D96346DAF9B5E7C636E67 /* MMKVStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MMKVStorage.m; path = ios/MMKVStorage.m; sourceTree = ""; }; + F31AA4C1F8E0C33F3A2C42126EC9F514 /* QBAssetsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetsViewController.m; path = ios/QBImagePicker/QBImagePicker/QBAssetsViewController.m; sourceTree = ""; }; F31AEDA77B250886BAE9F22BC386C370 /* dns_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dns_compat.h; path = src/event2/dns_compat.h; sourceTree = ""; }; - F3253AC65E0A3AED14E5813D881C6347 /* SafeAreaSpacerShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaSpacerShadowView.m; sourceTree = ""; }; F32788FF4C72EAC8F2A4172E2B21B048 /* ru.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ru.lproj; path = "Objective-C/TOCropViewController/Resources/ru.lproj"; sourceTree = ""; }; F32A0F7045702BDFBAB9059CAD1938C9 /* Pods-ShareRocketChatRN-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ShareRocketChatRN-acknowledgements.plist"; sourceTree = ""; }; - F334B7FD5CB1394C50DF82325A076EDA /* EXImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXImageLoader.h; path = EXImageLoader/EXImageLoader.h; sourceTree = ""; }; + F32A45959D3AF5405D68E92CA1BFD497 /* RNFetchBlob.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFetchBlob.h; sourceTree = ""; }; + F33A8BB2F0560B24EA69F8E08E8AB281 /* RNFBApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBApp.debug.xcconfig; sourceTree = ""; }; + F34594A83A4070F814BCA781477A48EE /* RNGestureHandler.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNGestureHandler.debug.xcconfig; sourceTree = ""; }; F355430BCEB2E3A6F3DEFD275DA5CDBD /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = SDWebImage/Core/SDImageLoader.h; sourceTree = ""; }; - F35E2B7A63B74D094E506B87A8B9B534 /* RCTRedBoxSetEnabled.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxSetEnabled.h; sourceTree = ""; }; + F35B8C8FF2AA9B98404FED996E3F9493 /* RCTConvertHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvertHelpers.h; sourceTree = ""; }; F368D04E2314D86E8C9ABB520DBB0CD7 /* PackedSyncPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PackedSyncPtr.h; path = folly/PackedSyncPtr.h; sourceTree = ""; }; F36A7B8804C336E185CEA6DE40A349D1 /* FIRCLSCodeMapping.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSCodeMapping.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSCodeMapping.m; sourceTree = ""; }; F376061AE4AE5E21AC1A41470530438D /* AtomicNotification.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AtomicNotification.cpp; path = folly/synchronization/AtomicNotification.cpp; sourceTree = ""; }; - F388EBD9F34D113B0B16DFBF4DC60C8E /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; F394992E816A4233E71524E8EA6F5235 /* FIRCLSURLSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSURLSession.m; path = Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSession.m; sourceTree = ""; }; - F3A1A927154BAC3D2BA455FA84A0CA8C /* RCTDeviceInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDeviceInfo.mm; sourceTree = ""; }; F3A7745BC949323C0559EEE89EE356DC /* Hazptr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hazptr.h; path = folly/synchronization/Hazptr.h; sourceTree = ""; }; F3B36827EC5A8E73C2A7460CDAAAE3C3 /* ScheduledExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledExecutor.h; path = folly/executors/ScheduledExecutor.h; sourceTree = ""; }; - F403C2A0B415D6E13836ADD84C5AB5AB /* RCTInspectorPackagerConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInspectorPackagerConnection.m; sourceTree = ""; }; + F3D9947B7637DFBA6E3F2645FC8B2E11 /* GULHeartbeatDateStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULHeartbeatDateStorage.m; path = GoogleUtilities/Environment/GULHeartbeatDateStorage.m; sourceTree = ""; }; F40CF87C89A66343C7F24C5F68C0CFEC /* common_sse41.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_sse41.h; path = src/dsp/common_sse41.h; sourceTree = ""; }; F40D1EBF7B60E5BBACD10079B547349F /* opensslconf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = opensslconf.h; path = ios/include/openssl/opensslconf.h; sourceTree = ""; }; F4234721F88D2835F8157A182CA5D433 /* TOCroppedImageAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCroppedImageAttributes.h; path = "Objective-C/TOCropViewController/Models/TOCroppedImageAttributes.h"; sourceTree = ""; }; - F445ED86652108DCC3A6BA324B0B8165 /* RCTMultilineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputViewManager.h; sourceTree = ""; }; + F42A3E6D85625C30655B009397B6CD77 /* RNFetchBlobNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobNetwork.m; path = ios/RNFetchBlobNetwork.m; sourceTree = ""; }; + F42AAA355A3F7E38C3EE5BDA345DF384 /* BSG_KSSystemCapabilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemCapabilities.h; sourceTree = ""; }; + F42DE8EAA42C9C6FB9C7D7A7422E8D0B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + F4361B8AE1DA7B22DE9AE590810825ED /* RNLongPressHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNLongPressHandler.m; sourceTree = ""; }; F4563D2A2BF4C54C00CE10513E7ECB95 /* IPAddressSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressSource.h; path = folly/detail/IPAddressSource.h; sourceTree = ""; }; - F4671EF7BA33F2C2D909EB895C0B9C28 /* react-native-webview.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-webview.release.xcconfig"; sourceTree = ""; }; - F46D801C257276EC8145E8A2E7BE009C /* REAFunctionNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAFunctionNode.h; sourceTree = ""; }; + F45D1F594B80F58238D4157D74265F87 /* rn-fetch-blob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-fetch-blob-dummy.m"; sourceTree = ""; }; F47178DB1F0A5B31B3ED962CC5EBD794 /* ProducerConsumerQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ProducerConsumerQueue.h; path = folly/ProducerConsumerQueue.h; sourceTree = ""; }; F4786B928DF108948CA623BA9E293FB9 /* yuv_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_sse41.c; path = src/dsp/yuv_sse41.c; sourceTree = ""; }; F48D7D1ECF30F61D499166E7C5FCE238 /* SDImageHEICCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageHEICCoder.m; path = SDWebImage/Core/SDImageHEICCoder.m; sourceTree = ""; }; F48DCE217DD4C57215DC29EBF7A87D5F /* Frame.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Frame.cpp; path = rsocket/framing/Frame.cpp; sourceTree = ""; }; F49290A382EC07A3D4203E6BBC1531F9 /* Future-pre.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Future-pre.h"; path = "folly/futures/Future-pre.h"; sourceTree = ""; }; - F4BC5FF9B4FCAFB0E5A2DDDF7E51050D /* RCTUIImageViewAnimated.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIImageViewAnimated.m; sourceTree = ""; }; - F4DB660CF5A3E4AD71654B0C53C03796 /* react-native-orientation-locker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-orientation-locker.release.xcconfig"; sourceTree = ""; }; F4ED5D2AB68AC9DC3AFC7FFE6A02978E /* SSLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSLSession.h; path = folly/ssl/SSLSession.h; sourceTree = ""; }; - F4F2C1544160BC6A474B60EE5F77FE3F /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; sourceTree = ""; }; - F51605B4F0A333C25D0E9DA0DA560E60 /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; - F522BB4CCCBF88D6E8F145100F600E4C /* EXAppleAuthentication.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAppleAuthentication.debug.xcconfig; sourceTree = ""; }; - F55C55E45D266CA5434CF88C25E0B500 /* RCTTurboModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTurboModule.mm; sourceTree = ""; }; + F4EE9DA4AF87D552760151E5FE58830D /* RNDateTimePicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDateTimePicker.debug.xcconfig; sourceTree = ""; }; + F4F07B53F4A0B9B4DA4112D117AE7567 /* Hmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Hmac.h; sourceTree = ""; }; + F4F0884BFE243B92759B5D2C4916D522 /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; + F51EBD7D1E38C1BF4D25338DB69E8B16 /* RCTAppearance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAppearance.h; path = React/CoreModules/RCTAppearance.h; sourceTree = ""; }; + F54E91B2A8A2DAF5DA0ADBC12123D9C6 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; F5719F203A8CF13493A18C6B83A42B0B /* ParallelMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParallelMap.h; path = folly/gen/ParallelMap.h; sourceTree = ""; }; - F57C64DDCE1B408544DEC7D808AC8BCA /* RNConfigReader-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNConfigReader-dummy.m"; sourceTree = ""; }; F58021416A62A986A53B2D12008A3F89 /* Pods-NotificationService-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-NotificationService-resources.sh"; sourceTree = ""; }; F585B2747DDDB9AFABAF2577A79965AC /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = SDWebImage/Core/SDImageCacheDefine.m; sourceTree = ""; }; - F5A0403D417A7CEB9D5ABC5F95C9C10F /* REACondNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REACondNode.m; sourceTree = ""; }; + F5919FFDB76878199818BE35674B13D3 /* RCTFileReaderModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileReaderModule.h; path = Libraries/Blob/RCTFileReaderModule.h; sourceTree = ""; }; F5A97C7E23F67F99D8CA55896B4FD8D6 /* http_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = http_struct.h; path = src/event2/http_struct.h; sourceTree = ""; }; - F5AB8D0DD508E2EC271500E0C03A94D6 /* MaterialIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialIcons.ttf; path = Fonts/MaterialIcons.ttf; sourceTree = ""; }; - F5B5F727AB5CE35A3C834577E476D803 /* RNNotificationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationsStore.m; path = RNNotifications/RNNotificationsStore.m; sourceTree = ""; }; - F5B853311D55CA2122A8C634EFC7D6D4 /* UMModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistry.h; sourceTree = ""; }; + F5BCC5E7683F64AFB800E6E22E9A71AB /* RNDateTimePicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDateTimePicker.release.xcconfig; sourceTree = ""; }; F5DAD26D386B7F01E15310A004C76843 /* x509.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = x509.h; path = ios/include/openssl/x509.h; sourceTree = ""; }; F5DC1A318679E374AF8B617C6DA4652A /* Pods-defaults-Rocket.Chat-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-defaults-Rocket.Chat-frameworks.sh"; sourceTree = ""; }; - F5ED34FDBF6D82D58403D5028019412C /* EXLocalAuthentication.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXLocalAuthentication.release.xcconfig; sourceTree = ""; }; F5F4D8069ED697103D0FD6DF36B8999F /* WebRTC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebRTC.framework; path = Frameworks/WebRTC.framework; sourceTree = ""; }; F613CB900F2AE85AC3F1E5615A2FD6D2 /* GDTCOREvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREvent.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCOREvent.h; sourceTree = ""; }; - F641B55B73B979E4C101E9557F3EDE9E /* UMErrorCodes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMErrorCodes.m; path = UMCore/UMErrorCodes.m; sourceTree = ""; }; - F6475424E2761AFCDB2C8F67774174D2 /* react-native-notifications.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-notifications.debug.xcconfig"; sourceTree = ""; }; + F632A767D36CA96430D21AAC35EAE443 /* RNCSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaShadowView.h; path = ios/SafeAreaView/RNCSafeAreaShadowView.h; sourceTree = ""; }; + F6418834A7363EC7A8C7BFDFBF33CCD9 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; F655C1597FD17DA9BB414230A62B1466 /* CertificateUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CertificateUtils.h; path = xplat/Flipper/CertificateUtils.h; sourceTree = ""; }; - F657DF2DC76A57B95E480623AF30637A /* React-jsinspector.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-jsinspector.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - F679A823BDC548F5FE367D54243060BD /* REAJSCallNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAJSCallNode.m; sourceTree = ""; }; + F669828832BD25B48E7F4FC5F15424FE /* RCTPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPickerManager.h; sourceTree = ""; }; F682780033159E45107B4D98B702A331 /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/Core/SDWebImageCompat.h; sourceTree = ""; }; - F68CDB223C4177302C855548DCDB39DD /* EXFileSystem-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXFileSystem-prefix.pch"; sourceTree = ""; }; + F68CBBCD9EBB3603407F3147FE23D5E8 /* UMFontInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFontInterface.release.xcconfig; sourceTree = ""; }; F69CB8D9F93323555C90E0798AC08B12 /* FKUserDefaultsPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FKUserDefaultsPlugin.h; path = iOS/Plugins/FlipperKitUserDefaultsPlugin/FKUserDefaultsPlugin.h; sourceTree = ""; }; - F69DC148D9D314AED62213F5B6EDF577 /* BSG_KSSingleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSingleton.h; sourceTree = ""; }; F6A00BD376234BD3073F995C1FB8712B /* Likely.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Likely.h; path = folly/Likely.h; sourceTree = ""; }; F6B0B1A070D7CA9B1215E72534F57D2A /* pkcs7.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pkcs7.h; path = ios/include/openssl/pkcs7.h; sourceTree = ""; }; - F6C63F5BC63B281DFC36E70E54E51E59 /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = ""; }; + F6CA04B2526A8B12D45C7D0D4ED8834A /* React-RCTBlob.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTBlob.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; F6CB89DCD2375D78BABAB8F932A02843 /* FIRStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRStackFrame.m; path = Crashlytics/Crashlytics/FIRStackFrame.m; sourceTree = ""; }; - F6E5A992FB1D6F2325C818BCAB23F44B /* RNCSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSliderManager.m; path = ios/RNCSliderManager.m; sourceTree = ""; }; + F6DAE140949D3190B198267DA959FD9A /* RNForceTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNForceTouchHandler.m; sourceTree = ""; }; + F6DDA5F37439A7C0B0507640DAC13F3F /* BSG_KSCrashReportStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportStore.h; sourceTree = ""; }; F6EF54B35B03735C999E9A9225B3CDAF /* FlowableObserveOnOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlowableObserveOnOperator.h; path = yarpl/flowable/FlowableObserveOnOperator.h; sourceTree = ""; }; - F71C28782B82169F9EAC47E35134A898 /* rn-fetch-blob.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "rn-fetch-blob.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; F71EBF73F354B475D465FF6DE9A66707 /* libReact-RCTBlob.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTBlob.a"; path = "libReact-RCTBlob.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - F732CA9F3D60708A1FB6909B25173815 /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SystraceSection.h; sourceTree = ""; }; + F753091973CA7BB1B741C889CF200EC4 /* RCTImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoader.h; path = Libraries/Image/RCTImageLoader.h; sourceTree = ""; }; F75A5D5238E86595CED89365021A2AC0 /* FIRInstallationsErrorUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsErrorUtil.m; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.m; sourceTree = ""; }; - F7716B6680E6859C1ED4B8AC9C3C3655 /* RNCookieManagerIOS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCookieManagerIOS.m; path = ios/RNCookieManagerIOS/RNCookieManagerIOS.m; sourceTree = ""; }; F7737B852E1DE2C4464E50CF2222FA4F /* FlipperConnectionManagerImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperConnectionManagerImpl.h; path = xplat/Flipper/FlipperConnectionManagerImpl.h; sourceTree = ""; }; - F77ADB126DE4A10B33CDE3A7D792B070 /* React-jsiexecutor.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-jsiexecutor.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; F780E07458725370847BBBBE826CC2C6 /* FIRInstallationsAuthTokenResultInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAuthTokenResultInternal.h; path = FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResultInternal.h; sourceTree = ""; }; + F7841F0B03E0370234E86BA0FC68CB1B /* RCTScrollEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollEvent.h; sourceTree = ""; }; F788EA36EEE91148D450B5F7EAC1D8EA /* RSocketClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketClient.cpp; path = rsocket/RSocketClient.cpp; sourceTree = ""; }; - F7B2E06998332BE3FFD795BF566A4286 /* UMUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUIManager.h; sourceTree = ""; }; + F7AB5908A1F99A8F355AE51852EE3194 /* RCTInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryView.h; sourceTree = ""; }; F7BA1E6DC21CDC2028F8774C5C4070CB /* UninitializedMemoryHacks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UninitializedMemoryHacks.h; path = folly/memory/UninitializedMemoryHacks.h; sourceTree = ""; }; + F7F5D3A71E806D9439B38F5E1859D219 /* RNPanHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPanHandler.m; sourceTree = ""; }; F8157CC4F2CF42743A73C3C7FF0A2A1B /* Promise-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Promise-inl.h"; path = "folly/futures/Promise-inl.h"; sourceTree = ""; }; - F81F0BDA7FEEB54C4C7D9DB5D695A6F3 /* react-native-netinfo-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-netinfo-dummy.m"; sourceTree = ""; }; F828BF8AEA7D571FD0FDD911C65DF640 /* FIRCLSMachOBinary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachOBinary.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOBinary.h; sourceTree = ""; }; F82AF01D6F3535B28C166A1BB8865952 /* AsyncSocketBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncSocketBase.h; path = folly/io/async/AsyncSocketBase.h; sourceTree = ""; }; F8372E8D2173014B0E22C87E6259C7E4 /* SKViewDescriptor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKViewDescriptor.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewDescriptor.mm; sourceTree = ""; }; - F83885EF81FD0254289B25A15C6C5BAA /* EXFilePermissionModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFilePermissionModule.m; path = EXFileSystem/EXFilePermissionModule.m; sourceTree = ""; }; F83DAAAD8731F1350CCEE0258743071D /* FunctionScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FunctionScheduler.h; path = folly/experimental/FunctionScheduler.h; sourceTree = ""; }; - F8482E6BF114F27052416F91C2E7E104 /* ARTText.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTText.h; path = ios/ARTText.h; sourceTree = ""; }; - F84BCA5CD97BC038E0D2638A2EC8D64A /* BSG_KSCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReport.h; sourceTree = ""; }; F85202F838C190B6BE8034346BEAFCB8 /* SDWebImageTransitionInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransitionInternal.h; path = SDWebImage/Private/SDWebImageTransitionInternal.h; sourceTree = ""; }; - F85D1B363381A73E950257DE754D654F /* EXAppleAuthenticationMappings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppleAuthenticationMappings.m; path = EXAppleAuthentication/EXAppleAuthenticationMappings.m; sourceTree = ""; }; F8633AD2C2D2826B1719D48E55655BBD /* symbolize.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = symbolize.cc; path = src/symbolize.cc; sourceTree = ""; }; F87333D7731D5A92A88360E34822B705 /* RequestResponseRequester.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RequestResponseRequester.cpp; path = rsocket/statemachine/RequestResponseRequester.cpp; sourceTree = ""; }; - F8874B4273D76B839616FA6F7722C2AC /* RCTVirtualTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextShadowView.m; sourceTree = ""; }; - F890138088D7D7350392794222AF0E10 /* RCTClipboard.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTClipboard.mm; sourceTree = ""; }; F8A5CE8F5B69BF8BD920AF70555786C8 /* SysMembarrier.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysMembarrier.cpp; path = folly/portability/SysMembarrier.cpp; sourceTree = ""; }; - F8AA33A2D37DBE68270644174063B77E /* UMCameraInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCameraInterface.release.xcconfig; sourceTree = ""; }; - F8BEB034856DD7F0A2D4D391A44044C9 /* RCTSettingsManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSettingsManager.mm; sourceTree = ""; }; + F8CD2D78D6537177AE3BBD623C45E256 /* UMReactFontManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactFontManager.m; sourceTree = ""; }; + F8DE4697E4B5DFB8BE55C350C2668976 /* RCTSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControl.h; sourceTree = ""; }; F8E0FE2BD94D21126C475F2C228156DF /* Padded.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Padded.h; path = folly/Padded.h; sourceTree = ""; }; - F904D2FC6CFAFBB5BF4015CB7D5B6CFB /* RCTConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConstants.m; sourceTree = ""; }; F9057AEC922F16724E16448D145C60DB /* Framer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Framer.h; path = rsocket/framing/Framer.h; sourceTree = ""; }; F905D7B0C849F5F1F12A9998C72FE06E /* de.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = de.lproj; path = "Objective-C/TOCropViewController/Resources/de.lproj"; sourceTree = ""; }; F9062D58B4E9111B7B793744037D3E47 /* CMakeLists.txt */ = {isa = PBXFileReference; includeInIndex = 1; name = CMakeLists.txt; path = rsocket/benchmarks/CMakeLists.txt; sourceTree = ""; }; - F914341F539FF126F01DE69CD8C8F006 /* RCTCustomKeyboardViewControllerTemp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomKeyboardViewControllerTemp.h; sourceTree = ""; }; - F92A93A40CA46BC1EB5DBF730B2A9DA5 /* ARTLinearGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTLinearGradient.m; sourceTree = ""; }; - F9390BDC6C889005CAF04C4ED51897D3 /* RCTSettingsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSettingsManager.h; path = Libraries/Settings/RCTSettingsManager.h; sourceTree = ""; }; F9544B2054D53E5D3651EB063F430664 /* GFlags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GFlags.h; path = folly/portability/GFlags.h; sourceTree = ""; }; F958876A082BF810B342435CE3FB5AF6 /* libRCTTypeSafety.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRCTTypeSafety.a; path = libRCTTypeSafety.a; sourceTree = BUILT_PRODUCTS_DIR; }; + F95BC68138A531DEC3F8934B08A59C4E /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; F960E7A6863C77B79464020B4FD63F61 /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = SDWebImage/Core/SDAnimatedImageRep.h; sourceTree = ""; }; F99830DAE1C6BB4B52C2D71084D43F0E /* pb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb.h; sourceTree = ""; }; - F9E73C39E10261092906C3D5657BF9E9 /* RNSScreenStack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenStack.h; path = ios/RNSScreenStack.h; sourceTree = ""; }; + F99A2A0EFB2F546CA443915DDB1BB9EE /* BSG_RFC3339DateTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_RFC3339DateTool.h; sourceTree = ""; }; + F9B2F44D1FBF8A3BFE971151FCD3EA16 /* RCTConvert+ART.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+ART.h"; path = "ios/RCTConvert+ART.h"; sourceTree = ""; }; + F9B8BC982B216B1EDB4C854371A2BAB1 /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; + F9BD1D975B23D7001EA9B37025AA94A3 /* RootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RootView.h; path = ios/RootView.h; sourceTree = ""; }; + F9C83C94C5A033DE5FC5256781BFDC51 /* RNRootView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNRootView-dummy.m"; sourceTree = ""; }; + F9CE521AFAECCB738BA0B5EFFDE56158 /* BSG_KSCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrash.h; sourceTree = ""; }; F9ED12E7077B274BE0BC4E830189C39F /* RSocketStateMachine.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketStateMachine.cpp; path = rsocket/statemachine/RSocketStateMachine.cpp; sourceTree = ""; }; - F9EE1DCACCA0F83B74399D7A45FDDD52 /* ARTCGFloatArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTCGFloatArray.h; path = ios/ARTCGFloatArray.h; sourceTree = ""; }; F9F17229D01CC29A7EF2AEF9A4E366C9 /* Init.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Init.h; path = folly/init/Init.h; sourceTree = ""; }; - F9F5E0866A2BF361BC6A128DF8DAF097 /* RNFBCrashlyticsInitProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBCrashlyticsInitProvider.h; path = ios/RNFBCrashlytics/RNFBCrashlyticsInitProvider.h; sourceTree = ""; }; - FA0DB963950D1AB53657D298736E51E1 /* RCTImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoader.h; path = Libraries/Image/RCTImageLoader.h; sourceTree = ""; }; FA0FEA8E607E301D5F2373D7D4D6A299 /* TOActivityCroppedImageProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOActivityCroppedImageProvider.m; path = "Objective-C/TOCropViewController/Models/TOActivityCroppedImageProvider.m"; sourceTree = ""; }; - FA1074852BD3AF806BB9182F7AD59CDF /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; - FA218BC4951B1A21D64A0068BA8B5EDF /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; - FA252EDDF5364BF37933FE6AEE3C0CF2 /* BSG_KSCrashSentry_NSException.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashSentry_NSException.m; sourceTree = ""; }; - FA28C9EAC96802B1D6C95CCDC3CD7D79 /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; + FA2F6ED5027AAA26EA743798C2086445 /* UMPermissionsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMPermissionsInterface.h; path = UMPermissionsInterface/UMPermissionsInterface.h; sourceTree = ""; }; FA335C576325181DFCD0D9B8E1541E7A /* FIRCLSUnwind.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUnwind.h; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.h; sourceTree = ""; }; - FA3E4CBAAFC18432237F6D18A139C9BF /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - FA969B0F0BD60764FE6FEA3A6B2406B2 /* event.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = event.cpp; sourceTree = ""; }; - FAA87C3FF93FC2A59847514AE689A921 /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.h; sourceTree = ""; }; - FAC1AC2CA8ACCFAC3CFB558366CCF912 /* ReactNativeART-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactNativeART-prefix.pch"; sourceTree = ""; }; + FA700A1128BEF46A73E29BC782C59350 /* GULAppDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m; sourceTree = ""; }; + FA914E3E87FF644009EDE538093FCFC0 /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; + FAB821B01BD1C2FA92D45FB59DD2F103 /* RNFastImage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFastImage.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; FAC2C83F16311FCBBB047B9E5621A92E /* CallOnce.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallOnce.h; path = folly/synchronization/CallOnce.h; sourceTree = ""; }; - FAC2DAFE913160264BC8D7DC707E8437 /* RCTRefreshableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshableProtocol.h; sourceTree = ""; }; FACC24861EAB5D7A2A9E5BD0C24CBBAB /* FlipperConnectionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperConnectionManager.h; path = xplat/Flipper/FlipperConnectionManager.h; sourceTree = ""; }; + FACD07E41A4ED52B18C4E3C2C4BED837 /* REABlockNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REABlockNode.m; sourceTree = ""; }; + FAD871AA491F3FC189067A35BB1A4AB9 /* RNFBPreferences.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBPreferences.m; path = ios/RNFBApp/RNFBPreferences.m; sourceTree = ""; }; FAF3ACA5184AE224B438E2FABBD5D7F5 /* SingletonStackTrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SingletonStackTrace.h; path = folly/detail/SingletonStackTrace.h; sourceTree = ""; }; + FAF5E90534587955F75F0BA1B47586A0 /* GULAppDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Private/GULAppDelegateSwizzler.h; sourceTree = ""; }; FB06AB4CBBA24359B19FDC609BA10CC8 /* Flowable_FromObservable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Flowable_FromObservable.h; path = yarpl/flowable/Flowable_FromObservable.h; sourceTree = ""; }; FB08749CBD8F7A45B234C0853AD35180 /* SKSwizzle.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKSwizzle.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKSwizzle.mm; sourceTree = ""; }; - FB20DC637388E4BA689F93FE512E889A /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; - FB2696973117BCE57CF3C58C0188B083 /* RNCSafeAreaProviderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaProviderManager.h; path = ios/SafeAreaView/RNCSafeAreaProviderManager.h; sourceTree = ""; }; + FB205347D6F99BB9304F49B652D078BD /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; + FB3A0F719A601D38C1750976D56549FA /* RNGestureHandlerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerManager.h; path = ios/RNGestureHandlerManager.h; sourceTree = ""; }; FB437819C3CB763687BA72A5AAA2A4EA /* CodedInputData.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CodedInputData.cpp; path = Core/CodedInputData.cpp; sourceTree = ""; }; + FB487C1EC517E34306ED0D2F6E1BCB95 /* RCTBaseTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextShadowView.h; sourceTree = ""; }; FB620E2CBD53A25584F290C970927598 /* FIRCLSExecutionIdentifierModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSExecutionIdentifierModel.m; path = Crashlytics/Crashlytics/Models/FIRCLSExecutionIdentifierModel.m; sourceTree = ""; }; FB7001F3224C66309E509F596635E06F /* AsyncSignalHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncSignalHandler.h; path = folly/io/async/AsyncSignalHandler.h; sourceTree = ""; }; - FB7E73890D4E81A43997599250619C20 /* RNDateTimePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDateTimePickerManager.h; path = ios/RNDateTimePickerManager.h; sourceTree = ""; }; - FB8773509BE907716903E4E34A0B40F9 /* RCTRsaUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTRsaUtils.m; path = ios/RCTCrypto/RCTRsaUtils.m; sourceTree = ""; }; + FB7F8C30830E4AF654D2E0123BFD96CB /* RCTDatePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePicker.h; sourceTree = ""; }; FBA7A7A5BD9C413B7E0A612F581F3966 /* RSocketServiceHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketServiceHandler.h; path = rsocket/RSocketServiceHandler.h; sourceTree = ""; }; FBC5542386DB439D2BE422AD66EFEF94 /* RSocketResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketResponder.h; path = rsocket/RSocketResponder.h; sourceTree = ""; }; FBD2D678CE55967640B2ECA259966CD8 /* Baton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Baton.h; path = folly/synchronization/Baton.h; sourceTree = ""; }; + FBE21C8DD59B78D45E19D2FC6DB0EC93 /* GULReachabilityChecker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULReachabilityChecker.m; path = GoogleUtilities/Reachability/GULReachabilityChecker.m; sourceTree = ""; }; + FBE5B1C5E12A78C9F3C9668513067AD8 /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = yoga/YGLayout.h; sourceTree = ""; }; FC09B797AFBDA594749FFECCC24635D4 /* Log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Log.h; path = xplat/Flipper/Log.h; sourceTree = ""; }; + FC220B6E38C914562BCAEED83DE32B2E /* BSG_KSCrashSentry.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry.c; sourceTree = ""; }; FC2F869BED46C5294D3A995FD8452959 /* TOCropViewController.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TOCropViewController.release.xcconfig; sourceTree = ""; }; FC3A3221DFEDA636CD58486AF45EDE32 /* cmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cmac.h; path = ios/include/openssl/cmac.h; sourceTree = ""; }; - FC3F60EFAED652C357D13BE25D046C6C /* react-native-background-timer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-background-timer.debug.xcconfig"; sourceTree = ""; }; FC439B6F9332E0A898DF8C43F1CFADF6 /* filter_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filter_enc.c; path = src/enc/filter_enc.c; sourceTree = ""; }; FC4699813258B1B0ACDF0D9BF8CB4DDF /* NetOps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = NetOps.cpp; path = folly/net/NetOps.cpp; sourceTree = ""; }; - FC46C23F9D227FB0CEA7115AD920374D /* ReactCommon.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCommon.debug.xcconfig; sourceTree = ""; }; - FC59D88464392C2EAB24D1FBA83C712F /* JSCExecutorFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCExecutorFactory.mm; sourceTree = ""; }; + FC5656AD94E10FCEBE95890817CBFDFB /* BugsnagReactNative-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BugsnagReactNative-prefix.pch"; sourceTree = ""; }; FC6C7B30DD78D8A123AE55E67BFCE670 /* SpookyHashV1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpookyHashV1.h; path = folly/hash/SpookyHashV1.h; sourceTree = ""; }; FC7123926D93F9481C80494595FDE9E5 /* Random.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Random.cpp; path = folly/Random.cpp; sourceTree = ""; }; FC815314ACD9F8E46A707C0436919B5F /* FIRCLSNetworkClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSNetworkClient.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSNetworkClient.m; sourceTree = ""; }; FC91A5CF310B802256CBD99487BF1A4D /* ssl23.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl23.h; path = ios/include/openssl/ssl23.h; sourceTree = ""; }; - FC91D6F8CB893E971FBC284C3C45CB73 /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; - FC9649D19DA63AD326DEDAB3D2298B19 /* RCTNativeModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeModule.mm; sourceTree = ""; }; - FCB17FE500A4D8A0D6AC4D55ECEDAAEB /* RCTImageEditingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageEditingManager.h; path = Libraries/Image/RCTImageEditingManager.h; sourceTree = ""; }; + FCA3E59BF46D2A480D2F0E668E8F8DA2 /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsi.h; sourceTree = ""; }; FCB3FDD736260458FF91AF2C648A0C74 /* FIRCLSBinaryImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSBinaryImage.h; path = Crashlytics/Crashlytics/Components/FIRCLSBinaryImage.h; sourceTree = ""; }; FCB8EF8BFA94EB0EEE2B5C06904C18B1 /* Flipper-DoubleConversion.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-DoubleConversion.debug.xcconfig"; sourceTree = ""; }; + FCB9ECE1948D8CECB7AB5CC98DF399F2 /* BlurViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BlurViewManager.h; path = ios/BlurViewManager.h; sourceTree = ""; }; FCC5804A7718ED767C13AA3060F91D5E /* dynamic-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "dynamic-inl.h"; path = "folly/dynamic-inl.h"; sourceTree = ""; }; + FCD3D4FF6492F93FBFAFA52CEB8A6ECA /* RNCMaskedView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNCMaskedView-dummy.m"; sourceTree = ""; }; + FCDFDD4C5914D4E4C5E79180704E909F /* AntDesign.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = AntDesign.ttf; path = Fonts/AntDesign.ttf; sourceTree = ""; }; FCF61D9B2B75054A9A3185DDC609B7FF /* libSDWebImageWebPCoder.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSDWebImageWebPCoder.a; path = libSDWebImageWebPCoder.a; sourceTree = BUILT_PRODUCTS_DIR; }; FCF8ACAF97A58556468490129AB66C7E /* GMock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMock.h; path = folly/portability/GMock.h; sourceTree = ""; }; + FD0BCC437B794608BC6F769E75028B3C /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.h; sourceTree = ""; }; FD15F3DE0EA295254AC4CCCAFDB388D3 /* json_pointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = json_pointer.h; path = folly/json_pointer.h; sourceTree = ""; }; FD273AFC12BF04DDDD3F3B0E714E7FA6 /* PBUtility.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PBUtility.cpp; path = Core/PBUtility.cpp; sourceTree = ""; }; - FD3711AC013B35BD0E091F97A554964C /* RCTImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageLoader.mm; sourceTree = ""; }; FD40A28A425573346F55444959488340 /* FormatTraits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FormatTraits.h; path = folly/FormatTraits.h; sourceTree = ""; }; FD4BF833D7A0EE4AB4D0BE2E4C16CCA2 /* lossless.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lossless.h; path = src/dsp/lossless.h; sourceTree = ""; }; - FD64AF5CEB4DE8D320BE33D2C54368BA /* EXVideoPlayerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewController.h; sourceTree = ""; }; - FD671D99A63B5B8540350A881018311A /* RNScreens.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNScreens.debug.xcconfig; sourceTree = ""; }; - FD6B04DC1F84B724B119EAA28F9FC46F /* RCTTypeSafety-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTTypeSafety-dummy.m"; sourceTree = ""; }; + FD63E0CBA6494F78296FE7F399E47ADA /* BugsnagReactNative.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BugsnagReactNative.h; path = cocoa/BugsnagReactNative.h; sourceTree = ""; }; + FD79E4DA9AD74E14A844C181B79BF3A6 /* RCTConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConstants.m; sourceTree = ""; }; + FD80C234AF63FA9ADD17337BB61D112E /* RCTVirtualTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextShadowView.h; sourceTree = ""; }; + FD83A6388F4FE63CA6DA9E4046756797 /* GULAppEnvironmentUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppEnvironmentUtil.m; path = GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m; sourceTree = ""; }; FD9BFA378B9130F5941F86983ECB365A /* ssl3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl3.h; path = ios/include/openssl/ssl3.h; sourceTree = ""; }; - FDB87C2A09AED451E48B4F3BD1D5655D /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.h; sourceTree = ""; }; + FDAB5BF4506D047BDD67E82FA31DC7AE /* ARTBrush.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTBrush.m; sourceTree = ""; }; FDC0214B6FA9DEC4EC36BE0DD4BA6E7C /* Stdlib.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Stdlib.cpp; path = folly/portability/Stdlib.cpp; sourceTree = ""; }; FDC7809D555832AB692501FAAA442E34 /* FKUserDefaultsPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FKUserDefaultsPlugin.m; path = iOS/Plugins/FlipperKitUserDefaultsPlugin/FKUserDefaultsPlugin.m; sourceTree = ""; }; + FDC827CAD098494CE93C8DB6B5AFDFB2 /* RCTAlertManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAlertManager.mm; sourceTree = ""; }; FDD2669FF620AD3D9655C24645C460BD /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = SDWebImage/Private/SDInternalMacros.h; sourceTree = ""; }; + FDE462179675AFD4DCD749537003DF93 /* React-RCTActionSheet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.debug.xcconfig"; sourceTree = ""; }; + FDE6D57DF32434292A79560DF32CF5AF /* BSG_KSMach_x86_32.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_32.c; sourceTree = ""; }; FDF1189A67952C4C26C5E735109AB2A1 /* Launder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Launder.h; path = folly/lang/Launder.h; sourceTree = ""; }; - FE0B0B1542E3861D466BA98F3A442D9C /* RCTNativeAnimatedModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeAnimatedModule.mm; sourceTree = ""; }; + FDFF32B37C4CBEC8DFE59CB632EF429A /* ARTSurfaceViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTSurfaceViewManager.h; sourceTree = ""; }; FE1E812071397E31AE21DFF368B781B1 /* TOCropViewControllerBundle.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = TOCropViewControllerBundle.bundle; path = "TOCropViewController-TOCropViewControllerBundle.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; - FE2BCEDA0B5E1DB14256F2EC1C56D8B1 /* RCTImageShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageShadowView.m; sourceTree = ""; }; - FE39CB41921121BD7F11E467678D9D31 /* jsilib-windows.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = "jsilib-windows.cpp"; sourceTree = ""; }; - FE3B529ED0DEC4A63FB6F7B990989CF2 /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; + FE23E5C406FBDCBC8188911D92E06F7D /* RCTUIImageViewAnimated.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIImageViewAnimated.m; sourceTree = ""; }; + FE64EE6D45DE3F8D05F979363551CAB8 /* react-native-document-picker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-document-picker-prefix.pch"; sourceTree = ""; }; FE68BC776645C31628068CA7AB863816 /* lossless_enc_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_neon.c; path = src/dsp/lossless_enc_neon.c; sourceTree = ""; }; FE6D792B6328AAF68E46924D7F466631 /* AccessibilityResources.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = AccessibilityResources.bundle; path = "React-Core-AccessibilityResources.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; + FE744CAC3A6905A845B778B55117814A /* ReactNativeUiLib.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = ReactNativeUiLib.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; FE74A323793E31346DD5F32CCD956491 /* ThreadCachedLists.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadCachedLists.h; path = folly/synchronization/detail/ThreadCachedLists.h; sourceTree = ""; }; - FE76D3BEAA488CACE31EE841EB178DAA /* project.pbxproj */ = {isa = PBXFileReference; includeInIndex = 1; path = project.pbxproj; sourceTree = ""; }; FE7B9294FF05AAFD1653E2104E10844A /* libReact-RCTAnimation.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTAnimation.a"; path = "libReact-RCTAnimation.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + FE8F2233EDDB14A8B4B142BCB0E4E62D /* RNVectorIcons.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNVectorIcons.release.xcconfig; sourceTree = ""; }; FE9E356A8EEEF3313241F925DAF9DC06 /* UIView+Yoga.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+Yoga.m"; path = "YogaKit/Source/UIView+Yoga.m"; sourceTree = ""; }; FEB54E45902D3AA343ED9A383F360016 /* SSLErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSLErrors.h; path = folly/io/async/ssl/SSLErrors.h; sourceTree = ""; }; - FEBBF7AF68F33889F4E9C691FCE86068 /* ARTBrush.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTBrush.m; sourceTree = ""; }; FEC2394175883BA0D3E261637A561463 /* Foreach-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Foreach-inl.h"; path = "folly/container/Foreach-inl.h"; sourceTree = ""; }; - FEE09E02B3DF787FD7BCA3505210241F /* RCTTrackingAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTrackingAnimatedNode.h; sourceTree = ""; }; - FEE9FD9EC6B4DA492F585F226C7DBE06 /* REACallFuncNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REACallFuncNode.m; sourceTree = ""; }; FEF0C3857E0CBA7EDDB9A38A20F83930 /* Utility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utility.h; path = folly/Utility.h; sourceTree = ""; }; + FF01D9DC2BEE0CBCECCE73397F244361 /* GULKeychainUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainUtils.h; path = GoogleUtilities/Environment/Private/GULKeychainUtils.h; sourceTree = ""; }; FF0A2D2EDE293DF2F4DF68BF73363CA0 /* FIRCLSDataCollectionArbiter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDataCollectionArbiter.h; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionArbiter.h; sourceTree = ""; }; - FF2F0EBA21C0957D42D430C1E09E2B7A /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; FF49290C00D44FC829277CB588CA8A1B /* CPortability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CPortability.h; path = folly/CPortability.h; sourceTree = ""; }; FF7522EBE9B1709C091AA90DB8C44FAB /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = SDWebImage/Core/SDWebImageDownloaderConfig.m; sourceTree = ""; }; - FF7F6596B8D9F09DE312F674045DBE19 /* Restart.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Restart.m; path = ios/Restart.m; sourceTree = ""; }; + FF9AAF6D0934571333C0F124E2D69D95 /* React-Core.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-Core.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + FFAC79140682CC7850C1244E689A1DC4 /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; + FFB076EAEDFEC6D6E5FF038959E67F9A /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; sourceTree = ""; }; FFB271349FA26FC45F50F0797B57D3D3 /* libssl.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libssl.a; path = ios/lib/libssl.a; sourceTree = ""; }; FFB54071411E53C34573BCB0774D7246 /* thread_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = thread_utils.h; path = src/utils/thread_utils.h; sourceTree = ""; }; FFC75573593BA836A5B9C49E784A2CCC /* FIRCLSExecutionIdentifierModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSExecutionIdentifierModel.h; path = Crashlytics/Crashlytics/Models/FIRCLSExecutionIdentifierModel.h; sourceTree = ""; }; FFC7AE5BDF4F56BD89CCD26EA85CC54F /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = SDWebImage/Core/SDImageFrame.m; sourceTree = ""; }; + FFD6BF55DC9F3C6A30BDF776A04891C8 /* RCTNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworking.h; path = Libraries/Network/RCTNetworking.h; sourceTree = ""; }; FFDC7746794AB17CFB7150820479DF40 /* libFlipper-RSocket.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libFlipper-RSocket.a"; path = "libFlipper-RSocket.a"; sourceTree = BUILT_PRODUCTS_DIR; }; FFFD21270FA69114BC5D35269463E1D3 /* evp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evp.h; path = ios/include/openssl/evp.h; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ + 01905F831A7C833C22F10009B284DD9F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 0253A804B6FB0B27175DED0DF32E6FC6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12272,7 +12282,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 09486777E9396F4D278AB038372EC234 /* Frameworks */ = { + 090E4C0458E0B66CE34F7D4572670E50 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12300,7 +12310,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0F79C99009DBBC6B8E0A0CB2A47EBB28 /* Frameworks */ = { + 0C240251BF3A13E3DAD32755DC698599 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 0FEC85AEA4833F5482B00CD286D465BF /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12328,13 +12345,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 13F352BC832067C7316F359F6732488F /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 14931FDEA9D62B36C1CD49743D35D07E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12377,13 +12387,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 1CF25514E9CC926B32F6CE72C57AB972 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 1ED962D6EA0709DE61C4175410E7A40B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12391,13 +12394,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 1FEA999C26D0D41C7497E60D28712A5F /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 1FF01C95C80EF7429196A49E6D3E0E18 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12433,14 +12429,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 2A88DCDB2A27880E8BA5AD272C4FAEE8 /* Frameworks */ = { + 27502B193E10C41F84D4D33BFF58317D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 2C0BD9F1674DC62E01E9E3B00BD831F0 /* Frameworks */ = { + 2A88DCDB2A27880E8BA5AD272C4FAEE8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12475,13 +12471,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 37EE20F04A1E8AB0E2202AA92220122E /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 381EF89F92F9040A6D3568629BF5C178 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12496,7 +12485,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3CEB51EA298B46FB2D8F536EF4066603 /* Frameworks */ = { + 38C62E38814348B026229F047B311BEC /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 3EB0C66C05E3A89D7387D6A31F40A5F9 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12510,6 +12506,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 45DE0E46676F8DA0160E0E8BC44846A7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 466CB752C1E132B7EBAF5CD29195D4FB /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12517,7 +12520,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 46C10C2D241C0EED415EEAC2478D9DA4 /* Frameworks */ = { + 4809F106B679DB639078BF78A4D90047 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12531,6 +12534,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 492B35FBE1C93DDE295D44C8B1E50149 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 4FC3A63003CF26024AD51363D652F192 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12538,20 +12548,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 522AF8769AD3C2BE82E841DAA5FB8EC0 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 55A10FB765F14F0BC1F0FBFC9ACBD1D9 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 5600FF2636F70E74A5931C35672BC8BB /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12559,6 +12555,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 57663EE8E93F7808B0315A49A4BCA79E /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 5923E3FD13B3E39A56F3C0CF826D6747 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12566,7 +12569,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 5E07E7955BCAB6837105BC2D87197E9B /* Frameworks */ = { + 59F38F235D0D1B8E65F9869228814557 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12580,6 +12583,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 69A0383AD8A04476A5A9064F72FC29E5 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6B25F3BD1F8A5960612209449EF255EF /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12594,14 +12604,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 71D808423B6C6B4ECD6EDF236D09D893 /* Frameworks */ = { + 6D3F3F360FA5C616E90D10D7023B96E8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 72B3364FE053C3B9A8C9758DC79C6585 /* Frameworks */ = { + 71D808423B6C6B4ECD6EDF236D09D893 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12615,35 +12625,35 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7AA0A1980657235DEF27E59EB1899EAA /* Frameworks */ = { + 76262678306B695908517427F3277AAA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 7B567BF87A14CEE3FD6C579A90C816B4 /* Frameworks */ = { + 7E18D3B8801F2B2AAD3B9A91F1B01991 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 7B92559B1643757ACB684EFCE9D683BE /* Frameworks */ = { + 7E9DBD87767A4B7DB0C15A825D74D560 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 7BB626B790CF2AA6D8D33B15059F2E75 /* Frameworks */ = { + 8102EDA9AE541DEFE08793B6F89F64D5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 87093DDF75625B5562E5D559B3576BE4 /* Frameworks */ = { + 849348596BF7A91154E742079C2F33E1 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12657,14 +12667,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8B59D1DB1D25F77DA8977D3256123E59 /* Frameworks */ = { + 8B09D297005EFA31FDF8C21B881F42B1 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 8BBB909595545800A3C5562B84ED2B61 /* Frameworks */ = { + 8B8B4D9CC9C59997D9ECE869C918567D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8E12C0F8EFD5498CE0A7634D2FBFFA87 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12678,13 +12695,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 92AD154A6CB079E24747D31DA87406DB /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 98E6577849DCF5C402CD4DC8F61093FA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12692,13 +12702,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9D0AB6B6E7555D69649F649859931CE1 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 9D3086269F5FEF0B41E3EE6CCB384D15 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12713,14 +12716,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9FF046F6B74351C8B710DE46A591CEEC /* Frameworks */ = { + A0632783826BAE019E2F13432C982562 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - A0632783826BAE019E2F13432C982562 /* Frameworks */ = { + A26B591712AD223C14E56726C5514AF6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12748,6 +12751,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + AC553FD4C888410F4D47D4195A000BF3 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; AE01ECF4CFA9660A0D54E0B36CDC2F49 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12818,13 +12828,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BB7E0B9C58E990515F1921EFCBDF69BF /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; BD33565E5C7791EE6713CFBC3172E1F7 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12867,7 +12870,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C7CB2F447708E66E9C388091831F589F /* Frameworks */ = { + C5FF60F6BE285F9D106FEF0794594E6E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12881,35 +12884,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - CA42BF67DDED72CF311EC564E3DA52BE /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - CF5296449338277A583E55E2791A977D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D5AF59250A6665250BBA23A184EEC614 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D7BF37AE460F16FA27B7171816BE3425 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D8BD422B25C6FA7DC3CC1DF966BC9698 /* Frameworks */ = { + D1D90464A9D2134D8DC8CB90C54C7A98 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12937,6 +12912,20 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + DFCA4986259EF6090AE75613C681A5F8 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + E3E13ACB021F25C010579EFC639E312A /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; E4548AF74BC74906EFCEF73214ADB67B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12944,6 +12933,20 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + ED0B1D946D62FDBBC4994CCAA74F8F3D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F560CAC8AFA8EEB77435002416274232 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; F5AC57FAB52D8ED9399E375611AE091D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12951,6 +12954,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + F7CEA48C737D0E28E076C17BB1DC7842 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; F7E2F3DDCE9DA786780EF9795AE935F4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12979,14 +12989,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - FCD24A9C1705ADA6B93D919289BE8704 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - FECFD23256F380FBCBB959B513E511CC /* Frameworks */ = { + FDA40E51F35E0E1F493A6265B9591810 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12996,32 +12999,147 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 008F1C17C9FE5A8C15452B74A46E3245 /* vendor */ = { + 00225F6BABE93118B861FE9158F5CF0D /* UMImageLoaderInterface */ = { isa = PBXGroup; children = ( - D0264BA836EDAED093875508E27E1B1D /* bugsnag-cocoa */, + A4794B89231D7C1F18DD4822AA994023 /* UMImageLoaderInterface.h */, + C4B5E8799A523EAADE7519DAFD09C8B5 /* Pod */, + 873FFCCA70C26D7E3D2C800C8A2193DF /* Support Files */, ); - name = vendor; - path = cocoa/vendor; + name = UMImageLoaderInterface; + path = "../../node_modules/unimodules-image-loader-interface/ios"; sourceTree = ""; }; - 0122A73C4525389633EC2CF7844521B4 /* Pod */ = { + 002BFACE7AFFDF199F3E0CB5B419439F /* Pod */ = { isa = PBXGroup; children = ( - 5C1AA60341C45A1D87060CC6811A3ABC /* LICENSE */, - E3B16FB014F4223B508D1DBA53813C76 /* README.md */, - 7B013CAD2DF222CA7021EAD5EB483865 /* RNFBApp.podspec */, + D226ED76D4D79AAE1A9518D31EEB43E2 /* LICENSE.md */, + 2C184B20B4DF950BEB0E00721CEAEACC /* react-native-document-picker.podspec */, + 6D913233CA553C6595CADEC9AEE553A5 /* README.md */, ); name = Pod; sourceTree = ""; }; - 024C5E6DB75F50610E97B09AC42719A4 /* DevSupport */ = { + 01659A65638AB67D765623B717873E5B /* Brushes */ = { isa = PBXGroup; children = ( - 7F8362AE3B1A59BC55220623D28E71AE /* DevSupport */, - A9EC5D90EA650668BAA97BD13EA9D14E /* Inspector */, + 6FCBCE0FA44548A2DC2AD1E0078B8545 /* ARTBrush.h */, + FDAB5BF4506D047BDD67E82FA31DC7AE /* ARTBrush.m */, + 97D429A0DC87C570D3DE0C94A2634198 /* ARTLinearGradient.h */, + 6BAE7F56805F725EFF7115471934620C /* ARTLinearGradient.m */, + D30892A958E08F4A143EBC9D6CC29DD4 /* ARTPattern.h */, + 1FCF861487A5F554EE8FD85692644D40 /* ARTPattern.m */, + 45B9FA661C62868A2E317E69372832DC /* ARTRadialGradient.h */, + 478AF017883BC4BA7C1D9DA48C3C62E9 /* ARTRadialGradient.m */, + 6518CB92B2D22982D552B61B30511838 /* ARTSolidColor.h */, + 6E8DE5EF3FC71BF3CA5C46D5A3684B81 /* ARTSolidColor.m */, ); - name = DevSupport; + name = Brushes; + path = ios/Brushes; + sourceTree = ""; + }; + 023E77559281DF72A3705D48103A6C15 /* Profiler */ = { + isa = PBXGroup; + children = ( + 9847DCFA343B907C7BC3C612317AD77C /* RCTMacros.h */, + D19A8E2FA782CCACDB29883688F1A95A /* RCTProfile.h */, + 724222916FDF729109D5383D15A87522 /* RCTProfile.m */, + 5006F8D0A06BEDCAF383C60E1F4C88EE /* RCTProfileTrampoline-arm.S */, + 6B6E5D6932C0D562DB4009B77A904FF8 /* RCTProfileTrampoline-arm64.S */, + 4C8BA563AAD4D007D0C21A8233A542A7 /* RCTProfileTrampoline-i386.S */, + 5D9ABF5C54A8DD30EC48CEAFF26F8C49 /* RCTProfileTrampoline-x86_64.S */, + ); + name = Profiler; + path = React/Profiler; + sourceTree = ""; + }; + 02610624286909BD68B5A0C8D8F06CF2 /* Base */ = { + isa = PBXGroup; + children = ( + 65B48B5DAB3EC03C82F6BD4F18C78282 /* RCTAssert.h */, + 063FB6432991BDA2FA3DD7554075C06A /* RCTAssert.m */, + E97D3F9F717A4289F8237860D373850B /* RCTBridge.h */, + 32CB6BEDA8BC4CAD578305F10AC47765 /* RCTBridge.m */, + C83370E06D16AE7EB5DCB13E72BFF6E8 /* RCTBridge+Private.h */, + F2D82F5B5F445C31F9250E7A54AFB35B /* RCTBridgeDelegate.h */, + CCB42F034BE002872CC0C573D6B76ED2 /* RCTBridgeMethod.h */, + 40C654EE67FEC6F7BE40DD1A7498724E /* RCTBridgeModule.h */, + 7FACE3C2325D6510CB07FF735209CC3B /* RCTBundleURLProvider.h */, + 9987B45EAA6E1CF4AD776CABDAEBFE22 /* RCTBundleURLProvider.m */, + 6676D414A7FB5337B369D2C147358958 /* RCTComponentEvent.h */, + 1C7848D0A5E7F37F891CA23E1B886D30 /* RCTComponentEvent.m */, + BAD59DB5F614DC53C6468BB52CCDF276 /* RCTConstants.h */, + FD79E4DA9AD74E14A844C181B79BF3A6 /* RCTConstants.m */, + 2ED52C21DAADC82C77FE97C4C70C886A /* RCTConvert.h */, + 3D42023E5F43B4599506F87C1B3BFE17 /* RCTConvert.m */, + EEC8A30F19D7B41B310351E188DA4BA2 /* RCTCxxConvert.h */, + EFD67C8F93928B71B45FD6C452C39126 /* RCTCxxConvert.m */, + D6C5BE6BBEBB097B4E52F63671852B51 /* RCTDefines.h */, + 0D0D2EF40E777AE37531808F700DBE43 /* RCTDisplayLink.h */, + 532A009B4AC1DAA401B9EE15DEA0601E /* RCTDisplayLink.m */, + FFAC79140682CC7850C1244E689A1DC4 /* RCTErrorCustomizer.h */, + 6C92C0FB93D9A6B5BB756369756BC9A7 /* RCTErrorInfo.h */, + 589ECE73E12C7A1058C936216698C83A /* RCTErrorInfo.m */, + BBC4E3825AC2EB48CE8CF375E1509999 /* RCTEventDispatcher.h */, + DA0D661203A8A84EF529349B34FC2530 /* RCTEventDispatcher.m */, + FFB076EAEDFEC6D6E5FF038959E67F9A /* RCTFrameUpdate.h */, + 33C43361E83136C7EF1E4C2FEA350674 /* RCTFrameUpdate.m */, + 81C40D278F3EF87DCE6314ADDD4E47C0 /* RCTImageSource.h */, + 43187CAF197077A5C4B673F37BFB1852 /* RCTImageSource.m */, + C3CADB32AF0CA8E75BD3FF9DF8AB818A /* RCTInvalidating.h */, + 74168BBA4DD66DB5067462EF1B20A4B5 /* RCTJavaScriptExecutor.h */, + DCB2FAEDCFA9AE033A588336919A41DF /* RCTJavaScriptLoader.h */, + 60C9DFC7E71712B35D52C219F492A93D /* RCTJavaScriptLoader.mm */, + 94A148098B71F86814EB394F746CF6EC /* RCTJSInvokerModule.h */, + E56ECB9056F1EFEE79BD9D221DD47684 /* RCTJSStackFrame.h */, + AE028F42EBE69BCCE56A98AB36991E33 /* RCTJSStackFrame.m */, + 0B15086349DE1CE660650C904C4A0EEE /* RCTKeyCommands.h */, + 6CB38D7DC1AEC588A1FA3151A4635163 /* RCTKeyCommands.m */, + 4A510575A1FC9FAEEED1371909C3F2C3 /* RCTLog.h */, + 498AA41092D76A6D93B4B41B32CEAFA8 /* RCTLog.mm */, + 3FBB161FD82BB24953757512EC393A33 /* RCTManagedPointer.h */, + 9ADBAECE98BE75CD10B20DFA4C9CD1E9 /* RCTManagedPointer.mm */, + 883B7B026E5A91F9F91476A1D2E560F2 /* RCTModuleData.h */, + 5B4266FCA84A2445259F2B0B36632E54 /* RCTModuleData.mm */, + 49C5CA68FF485885AA477908B6AC9139 /* RCTModuleMethod.h */, + B87A45CD2ED7B38E80A1422EDFF792F7 /* RCTModuleMethod.mm */, + 77020B5DF9FF25FDF9E2208D2E674B9C /* RCTMultipartDataTask.h */, + 2F1E55309552FF6C6980AA08C72DA424 /* RCTMultipartDataTask.m */, + C261E8F51125BCE63B3E4EB7007370D5 /* RCTMultipartStreamReader.h */, + C99314A9107DD8148B765FBEDAFE75BA /* RCTMultipartStreamReader.m */, + 9BD2F9C1F4F0AFD2F074F0274E34486F /* RCTNullability.h */, + 21613A9630310FC52EDDD9F7BCB3D56F /* RCTParserUtils.h */, + 43A4726FD9588A0C067B8FB77668F53A /* RCTParserUtils.m */, + 70A8C6FDEE4DE08A84413668A69499FF /* RCTPerformanceLogger.h */, + E75A5FD13FEC87456DB3FCCDB1348445 /* RCTPerformanceLogger.m */, + 696976E4000AD7BF3D88E4167FD3AEE7 /* RCTRedBoxSetEnabled.h */, + 0B83C36B4806E5F74CFD0C7B517B1C96 /* RCTRedBoxSetEnabled.m */, + 0386086EE68EF47607DDB6824CED64CA /* RCTReloadCommand.h */, + 79CB455F34EE0243417E474527E3A498 /* RCTReloadCommand.m */, + F9B8BC982B216B1EDB4C854371A2BAB1 /* RCTRootContentView.h */, + 80CF9ED18A0B8D1D6C37036BFE67F792 /* RCTRootContentView.m */, + 6D634AA8C41A67EFE129EE9611809BDB /* RCTRootView.h */, + F17C4194B1A43E875EA204400DCCB452 /* RCTRootView.m */, + F4F0884BFE243B92759B5D2C4916D522 /* RCTRootViewDelegate.h */, + 344C0EF17F751B76C5C7BA5CD3A081CA /* RCTRootViewInternal.h */, + ED31B614152D4C110D18D15D337884D7 /* RCTTouchEvent.h */, + BB774C547F99C5370951A3B6F9570295 /* RCTTouchEvent.m */, + D8EEECDA055519119A8EB2E5A2461414 /* RCTTouchHandler.h */, + D1B95922FF019F9EA3539F421A90F46B /* RCTTouchHandler.m */, + EC4C038A02AA1B751273815092A8DDDA /* RCTURLRequestDelegate.h */, + 1285EE3D3420EFD950A561662E741975 /* RCTURLRequestHandler.h */, + 2EBB0E12A56B65FFDD15E5892CC4B9D1 /* RCTUtils.h */, + 076188746E63669482F47637CC7DD001 /* RCTUtils.m */, + 511AF6AECA2F2EB4E0635E59E65E8768 /* RCTUtilsUIOverride.h */, + 20761182073E23D3650FE3E7868253F4 /* RCTUtilsUIOverride.m */, + CA48EE782498FBE88392EBE3C79E011A /* RCTVersion.h */, + BCBD1647946B4F61F88A67AC770D296C /* RCTVersion.m */, + BAE158547CD7C1EE52E1B138FA21D73E /* RCTWeakProxy.h */, + D9E345074035B90595A726BFD456F22D /* RCTWeakProxy.m */, + E45D8360BC3792832646C865AD895E35 /* Surface */, + ); + name = Base; + path = React/Base; sourceTree = ""; }; 0265D9C56661EAB459EB017DF527B847 /* SDWebImageWebPCoder */ = { @@ -13038,26 +13156,70 @@ path = SDWebImageWebPCoder; sourceTree = ""; }; - 02A7D760F772A3797FD0D223A9AB1DAF /* UMFileSystemInterface */ = { + 02B03984C01D95901ED11CBFF07530E8 /* ViewManagers */ = { isa = PBXGroup; children = ( - A0F9D81DB8B5373A3EAEBC5526052F87 /* UMFilePermissionModuleInterface.h */, - 6967DDDD6C405B101D7ABF092A4E9495 /* UMFileSystemInterface.h */, - 02E1B77B2B90BF1F1A519B8AD7080A80 /* Pod */, - 39E25F5CA4AF9770571A892FE107A636 /* Support Files */, + 0605AA88EBE8392B70857FBC86423EF9 /* ARTGroupManager.h */, + 34C305F6DB4200EC8160CE013BE96BBC /* ARTGroupManager.m */, + 5674180BF7BE2C9F68EBD9667326F07C /* ARTNodeManager.h */, + 47388D870B31EC84D32F128B832D77AB /* ARTNodeManager.m */, + 2161993A98713AC85976D83449407458 /* ARTRenderableManager.h */, + BF387147E8A1949860B37D5F2831AB43 /* ARTRenderableManager.m */, + 3A647A4A5C0B5DEAFF810E0A1C0E8DA8 /* ARTShapeManager.h */, + 3789240F49EA349195FE80E69BE3E726 /* ARTShapeManager.m */, + FDFF32B37C4CBEC8DFE59CB632EF429A /* ARTSurfaceViewManager.h */, + CB06FEEBA52568C57A3AFA8234C85870 /* ARTSurfaceViewManager.m */, + CFFFB099BB2DD29327225BA32393491D /* ARTTextManager.h */, + A4EDB1D1FB2C362FD1A7AE6B607992E9 /* ARTTextManager.m */, ); - name = UMFileSystemInterface; - path = "../../node_modules/unimodules-file-system-interface/ios"; + name = ViewManagers; + path = ios/ViewManagers; sourceTree = ""; }; - 02E1B77B2B90BF1F1A519B8AD7080A80 /* Pod */ = { + 033E8DBBE28F0B4B4FB820CB8C87F755 /* RNCPicker */ = { isa = PBXGroup; children = ( - E8550A9F9E1D420C147F48356FB0E0A6 /* UMFileSystemInterface.podspec */, + 6D72A8280E73677F19925808B3EB71C7 /* RNCPicker.h */, + 57027E043D1505381C2C32DC3603AEF1 /* RNCPicker.m */, + 97B42B968D26C833EF3EA155B3FCC757 /* RNCPickerManager.h */, + 15D2DE204B96BF039F373E4E73D6767F /* RNCPickerManager.m */, + E375DAA4977543A3DCD0A03DB0900EB3 /* Pod */, + 9B79243474AD696D0B4D4B8D26413A1F /* Support Files */, + ); + name = RNCPicker; + path = "../../node_modules/@react-native-community/picker"; + sourceTree = ""; + }; + 03725345D5942D2028E0C03B279B895A /* Pod */ = { + isa = PBXGroup; + children = ( + 549CD2A4AC6C55C8F0AC80D5AA42DE6D /* LICENSE */, + D08244154F64899D3BBB3FB9466179B8 /* react-native-restart.podspec */, + 6C074AEC2218765735370728CE63E128 /* README.md */, ); name = Pod; sourceTree = ""; }; + 03B90CF0FF7CD417D464EB03047C2998 /* Pod */ = { + isa = PBXGroup; + children = ( + A70B113B8E9F620F75BFEB1B1CF0D76D /* UMConstantsInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 03D51B2EF85F88C9B787A9F05B1485DF /* react-native-document-picker */ = { + isa = PBXGroup; + children = ( + B84AAB78BC33F569CA338F94B7208C43 /* RNDocumentPicker.h */, + F26B1C082DD4EEC193B7FA7CFD8196DD /* RNDocumentPicker.m */, + 002BFACE7AFFDF199F3E0CB5B419439F /* Pod */, + 468C2E935A7445D5E8B5D10F10FD9CC0 /* Support Files */, + ); + name = "react-native-document-picker"; + path = "../../node_modules/react-native-document-picker"; + sourceTree = ""; + }; 03F233951DE26C69D9871F75A60780DF /* SDWebImage */ = { isa = PBXGroup; children = ( @@ -13068,92 +13230,20 @@ path = SDWebImage; sourceTree = ""; }; - 03FFE55EB7CEA2FC9057257DA15270A6 /* Support Files */ = { + 050E522F48CCDA369A9475C8EBBB6FDC /* Services */ = { isa = PBXGroup; children = ( - C818E55456D276C461E5BF994DC28B33 /* React-RCTNetwork-dummy.m */, - 666C36D3A10C3DCACFFBE5D7BDD465F9 /* React-RCTNetwork-prefix.pch */, - C2DED9D751A22723BE43ABF5B95E5233 /* React-RCTNetwork.debug.xcconfig */, - C682A629C402765771746F799F7D4901 /* React-RCTNetwork.release.xcconfig */, + 853FD54F82E2CA1CC3856A93C0A71EE0 /* UMReactFontManager.h */, + F8CD2D78D6537177AE3BBD623C45E256 /* UMReactFontManager.m */, + C49906100567C76827B0EBBCDC49A6B0 /* UMReactLogHandler.h */, + B149E8996665054A245D40DAC8A6C7AF /* UMReactLogHandler.m */, + 8DDB32CCE32A6CCA0EA43A31D58BF6AF /* UMReactNativeAdapter.h */, + 7ABCAEFC7D15A90961B2F0FE7C6BEFA0 /* UMReactNativeAdapter.m */, + 5AEB0880D7E0ECE6A3DC4323891EB09C /* UMReactNativeEventEmitter.h */, + BA1C96FAD65091D5B825D5949523D6F3 /* UMReactNativeEventEmitter.m */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTNetwork"; - sourceTree = ""; - }; - 0519B1EF7C01FF21B1D594369C008895 /* UMSensorsInterface */ = { - isa = PBXGroup; - children = ( - 39F50BA5F87B8932FD3E45C8340FC1CB /* UMAccelerometerInterface.h */, - CDD688EB885706C0E4893717DAEFE6DE /* UMBarometerInterface.h */, - 6CCA007C0855E826753E08519BF20529 /* UMDeviceMotionInterface.h */, - 7413EE6DBF1AC157F060058A535851A2 /* UMGyroscopeInterface.h */, - 08D3D7DC15C26E8E3B97E403623C5174 /* UMMagnetometerInterface.h */, - E5FB71B6918A37A53451C52ACDF76F87 /* UMMagnetometerUncalibratedInterface.h */, - 4FA134D9697AF51865D9CAC23040C048 /* Pod */, - 9C98855AB02C3900DAA9210769A18501 /* Support Files */, - ); - name = UMSensorsInterface; - path = "../../node_modules/unimodules-sensors-interface/ios"; - sourceTree = ""; - }; - 051CAE7D61D36514D0A77CF73C13CFB0 /* EXAppleAuthentication */ = { - isa = PBXGroup; - children = ( - 97553F4F84C36FDAB0AC65A47B3A590B /* EXAppleAuthentication.h */, - 60767CEDDCA8FF2434B80CC2F0C1710A /* EXAppleAuthentication.m */, - 88208E61D8DC10FE764D43B30D1250F2 /* EXAppleAuthenticationButton.h */, - 3D49E0D43DDBBC0D27282E37D5CB6576 /* EXAppleAuthenticationButton.m */, - 43569585D898326F13E05425D78F1B28 /* EXAppleAuthenticationButtonViewManagers.m */, - 467EF229681A437A154E79591E6AB8D3 /* EXAppleAuthenticationMappings.h */, - F85D1B363381A73E950257DE754D654F /* EXAppleAuthenticationMappings.m */, - 18FB6816297670D9E489E39D5BE1F062 /* EXAppleAuthenticationRequest.h */, - A2C578D2F32905F3C68337B85545B46F /* EXAppleAuthenticationRequest.m */, - 739D74B3A90BC847F3053728AC80986B /* Pod */, - 8C6B3922D8ED47B88100764B4FD3D40B /* Support Files */, - ); - name = EXAppleAuthentication; - path = "../../node_modules/expo-apple-authentication/ios"; - sourceTree = ""; - }; - 055C7BF73B434F46B3EAD3D5F71C612A /* RNFBApp */ = { - isa = PBXGroup; - children = ( - 42DF8387DBA5D153864865916F5EEB06 /* RCTConvert+FIRApp.h */, - A09CD193C79F1BC5F5B0220D34D0E9D4 /* RCTConvert+FIRApp.m */, - AE9CD199F0E9A0E52086BA604001E260 /* RCTConvert+FIROptions.h */, - 0F73A02C9E64AF0B6D7D5D4858627C23 /* RCTConvert+FIROptions.m */, - 412D0615B16BE3B93E19BC0936F0B59F /* RNFBAppModule.h */, - 5FF5BA25F4801A977AD9F29C1F285CC9 /* RNFBAppModule.m */, - 6AD307818DA700DDB3CB7DD6D96A3236 /* RNFBJSON.h */, - 843CDA5E3A165279AA0F2B8022C7720D /* RNFBJSON.m */, - EB4E485D08DC10786EECE09E3C72D76B /* RNFBMeta.h */, - 41CB53DD8DAC4BF0EDAF296CAA1A58E1 /* RNFBMeta.m */, - 90E2832F7FA0FC8F2F24DDEBBDEE5F2E /* RNFBPreferences.h */, - 0ACC4A46CBB74FF57050E4CA19504A63 /* RNFBPreferences.m */, - A3AD63DB41103B2BC72963138FE7CAD4 /* RNFBRCTEventEmitter.h */, - 89B519CB827D78846DD785BAE3BC8220 /* RNFBRCTEventEmitter.m */, - B8EEA6A54E3ED0B72B90D208A804F062 /* RNFBSharedUtils.h */, - ED1B61A614EAC2B34D1421B7A01AB262 /* RNFBSharedUtils.m */, - 43BD74B44187A6CEA94B6BB0947477FE /* RNFBUtilsModule.h */, - A8AC190636B4C06B2C5DBC153C640F0D /* RNFBUtilsModule.m */, - E278E50113BC72301A3D56872684EBDB /* RNFBVersion.h */, - 36AA0CF9EDC69151C5781E3FCAAC0B35 /* RNFBVersion.m */, - 0122A73C4525389633EC2CF7844521B4 /* Pod */, - 6DD7569BB27B022C08180AB6A5F2868C /* Support Files */, - ); - name = RNFBApp; - path = "../../node_modules/@react-native-firebase/app"; - sourceTree = ""; - }; - 05ACA1A0C12853BCBD384DE726CD121D /* UMCameraInterface */ = { - isa = PBXGroup; - children = ( - 2E405489A70AA3B62D5E0212E2833D3F /* UMCameraInterface.h */, - 97273BEE8989EE257ECE6D030FEC4609 /* Pod */, - 15B64080EC156A8480EE27A71402C73F /* Support Files */, - ); - name = UMCameraInterface; - path = "../../node_modules/unimodules-camera-interface/ios"; + name = Services; + path = UMReactNativeAdapter/Services; sourceTree = ""; }; 0669DE3B06B1428F54330986CC8269B4 /* Support Files */ = { @@ -13168,39 +13258,14 @@ path = "../Target Support Files/Flipper-Glog"; sourceTree = ""; }; - 06AECEFF50718D7247D826B0619D3C85 /* Support Files */ = { + 07AB152643FD2A305E9B8F1A70903808 /* Support Files */ = { isa = PBXGroup; children = ( - 2892D36ECF907FE906A2CE5EE0578258 /* react-native-background-timer-dummy.m */, - D66D0199E99AA6A510AB299BD82B07EA /* react-native-background-timer-prefix.pch */, - FC3F60EFAED652C357D13BE25D046C6C /* react-native-background-timer.debug.xcconfig */, - 6CF4628F0256B1CAFD09491759F5EA8B /* react-native-background-timer.release.xcconfig */, + 025456DD4CC7928CA3E0331F6A4FFA18 /* UMSensorsInterface.debug.xcconfig */, + 3D514A95468C3971D27D58E6E178E1D2 /* UMSensorsInterface.release.xcconfig */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-background-timer"; - sourceTree = ""; - }; - 070E102D40E88B0987AD56F0C26D19A7 /* Drivers */ = { - isa = PBXGroup; - children = ( - 1CBA489790F742726930CD6191761278 /* RCTAnimationDriver.h */, - 7D7A9998BC9522CCCA9AE830BBD6789B /* RCTDecayAnimation.h */, - 8E67FE872588AF0586E8991033688771 /* RCTEventAnimation.h */, - DD432E56D475A58C93EB1C4F9E1F5519 /* RCTFrameAnimation.h */, - 6F730836B4EFB479F5E1AD9372D69A04 /* RCTSpringAnimation.h */, - ); - name = Drivers; - path = Libraries/NativeAnimation/Drivers; - sourceTree = ""; - }; - 07CEE511103482216ECC0C2B3857B8C5 /* Pod */ = { - isa = PBXGroup; - children = ( - 3A3FA54BCB39977C7312036C8DF2F424 /* LICENSE */, - 2E210D1F93ABC2506EA97E989B269F81 /* README.md */, - B541602EE18A5C6C00437A0145D2C787 /* RNVectorIcons.podspec */, - ); - name = Pod; + path = "../../../ios/Pods/Target Support Files/UMSensorsInterface"; sourceTree = ""; }; 0822A6DBA32090DCB4FE409B1991B280 /* FlipperKitLayoutPlugin */ = { @@ -13251,83 +13316,89 @@ name = FlipperKitLayoutPlugin; sourceTree = ""; }; - 0828BCF895D16C2BF7C1716D7897B28F /* Support Files */ = { + 09965D7B1CFBD4868DDF478D22ACA1ED /* RawText */ = { isa = PBXGroup; children = ( - BFAEF3C69F3A3C84C4982FD3BB6CF878 /* React-RCTVibration-dummy.m */, - C621DC733E0F9E9E714AFB2B0586ABD4 /* React-RCTVibration-prefix.pch */, - BAABB0BA27B1CBDC2C8AE5F246FBADF1 /* React-RCTVibration.debug.xcconfig */, - A78D80D0B208A0B36A9788893E8C1A00 /* React-RCTVibration.release.xcconfig */, + 5A924364FE1D4408C293325EB3A358A4 /* RCTRawTextShadowView.h */, + B901BDBD09C8AB7C614C52CDE54EFBC3 /* RCTRawTextViewManager.h */, + ); + name = RawText; + path = Libraries/Text/RawText; + sourceTree = ""; + }; + 099AF29DEB3BB65F8D614DC5EA0F180A /* Support Files */ = { + isa = PBXGroup; + children = ( + 0750C8F835835729E5F25ED089A7AC4D /* React-RCTAnimation-dummy.m */, + DBD16B175A961DE0817008020B2216B7 /* React-RCTAnimation-prefix.pch */, + EC1C9B822559D0FDF6697E13C613AF9F /* React-RCTAnimation.debug.xcconfig */, + 211EB030992454A91CF18D3C476C3ED6 /* React-RCTAnimation.release.xcconfig */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTVibration"; + path = "../../../../ios/Pods/Target Support Files/React-RCTAnimation"; sourceTree = ""; }; - 08E143E3B1E4908EFE7958A908C2EF80 /* jsi */ = { + 09A15C97E797CBC083562771CC3C0F69 /* react-native-mmkv-storage */ = { isa = PBXGroup; children = ( - 14ADE25D8B9F56EBF4594AD292A652A8 /* decorator.h */, - 234D72060E004FEC22598304644FF94B /* instrumentation.h */, - C0CA668B93BFB8EC9E3C5C1F0A74F75A /* jsi.cpp */, - EA92E2DE68DB2D648D42576F580090D9 /* jsi.h */, - B9F7B5B82226C2710157BCAE199ED5F8 /* jsi-inl.h */, - B79FE12C6FD6F29190387CFA03B8F387 /* JSIDynamic.cpp */, - 3C21795CC1787100D8FD5952589A2B91 /* JSIDynamic.h */, - A6AE784AC1CED4B68CA05E5CD7F580CA /* jsilib.h */, - 7031E1BFA220F514070D1D16ABDF2116 /* jsilib-posix.cpp */, - FE39CB41921121BD7F11E467678D9D31 /* jsilib-windows.cpp */, - 868281833BCADF0154A7AC1D3097A3D6 /* threadsafe.h */, + 07043E4C9E68DFB1E81D043ABFDF115F /* IDStore.h */, + 23164B612A30606F6920BCB3D2DBD0D5 /* IDStore.m */, + 97C1E5C36690688F68F9F6C6F5B223F9 /* MMKVStorage.h */, + F31506299E3D96346DAF9B5E7C636E67 /* MMKVStorage.m */, + AE87731426EB95CE450A0EC09F0D9730 /* SecureStorage.h */, + 636C36253F531B1BC912411449FA2D46 /* SecureStorage.m */, + D6A04700A631597CD7BDF8A0C9E537B0 /* StorageGetters.h */, + 1C83AA4F50DCC85655AE803A2E5581EF /* StorageGetters.m */, + 1A16E74D2C944D9003FAA6A0463B53F8 /* StorageIndexer.h */, + A5EAE2BF70DF5AB5A71EF748D0976776 /* StorageIndexer.m */, + CA723F22F144E89FB5485F584AB16F21 /* StorageSetters.h */, + 8348F82FE33C4411414DD0A5DC912B41 /* StorageSetters.m */, + ADAE746BA70FBFE66B269483479BE288 /* Pod */, + 09DC817EC6C2568D9B495174EC6BB2AB /* Support Files */, ); - name = jsi; - path = jsi; + name = "react-native-mmkv-storage"; + path = "../../node_modules/react-native-mmkv-storage"; sourceTree = ""; }; - 09BBB4EC28A09965776B9DD686D304F7 /* Interfaces */ = { + 09D590385C4F3B96E799BD28F1B40DAF /* Pod */ = { isa = PBXGroup; children = ( - AE0F6F6FD043B4B677BD3D5CA24D6EA1 /* UMAppLoaderInterface.h */, - 4390DE90AA49DDA263BAF9BC6AEB2641 /* UMAppRecordInterface.h */, + 71C4F8A509858F0EEF216A83E95038B7 /* UMFaceDetectorInterface.podspec */, ); - name = Interfaces; - path = UMAppLoader/Interfaces; + name = Pod; sourceTree = ""; }; - 09C2DE259586454E378767EE4F190E25 /* RNCPicker */ = { + 09DC817EC6C2568D9B495174EC6BB2AB /* Support Files */ = { isa = PBXGroup; children = ( - D7F84ED4B42E5114E061590E9A703AFA /* RNCPicker.h */, - E9B72D6A2BEF78A0AE0B5B9094BEDD7F /* RNCPicker.m */, - 50EB7D549194AFA4AAC39D54FEF60897 /* RNCPickerManager.h */, - C0236C0F9A80F225B22962999B45527A /* RNCPickerManager.m */, - 417E14959CBDCCA8C180B4126B32E3EF /* Pod */, - 371288F3D9D92A545B8B56546F2C866A /* Support Files */, + 5D5C87AA247A19BECE55A79376F1C31E /* react-native-mmkv-storage-dummy.m */, + 30C762A2548796D9A5225E796D2B23CF /* react-native-mmkv-storage-prefix.pch */, + 6B5047C3DD1E42EF9ECDF97AEA354546 /* react-native-mmkv-storage.debug.xcconfig */, + 13FB2379AA885D159107AA3154DE6A21 /* react-native-mmkv-storage.release.xcconfig */, ); - name = RNCPicker; - path = "../../node_modules/@react-native-community/picker"; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-mmkv-storage"; sourceTree = ""; }; - 09DB728E618FED6BC48A11391865BC0D /* react-native-cookies */ = { + 0AB2F95A2259C106C3D7793F8DC63062 /* Text */ = { isa = PBXGroup; children = ( - B0559E09B6794AE6E376948EC27B86AC /* RNCookieManagerIOS.h */, - F7716B6680E6859C1ED4B8AC9C3C3655 /* RNCookieManagerIOS.m */, - A00B13736DA7E4907A41BF1287D8DEE1 /* Pod */, - 63F9568C33C9E3E5587BF9699C1A8D3B /* Support Files */, + C19E947615CDB50A244AF0D79689F024 /* NSTextStorage+FontScaling.h */, + E7B65584DEF65AA87721CD32FD894663 /* RCTTextShadowView.h */, + 563B185528F355B6C3C807EC41AC3EFB /* RCTTextView.h */, + 2048D347CE9EDBB07FA607B7211FFEA4 /* RCTTextViewManager.h */, ); - name = "react-native-cookies"; - path = "../../node_modules/@react-native-community/cookies"; + name = Text; + path = Libraries/Text/Text; sourceTree = ""; }; - 0AC8C811CF4794F439537769C0482020 /* React-RCTVibration */ = { + 0ACDAC2E3143EEE154FA75372A82D827 /* bugsnag-cocoa */ = { isa = PBXGroup; children = ( - 55E857B2B9500F13B6BAE067AD5D4E69 /* RCTVibration.mm */, - 2978AF65B5D1B1112A1D33AE7D4C8C30 /* RCTVibrationPlugins.mm */, - 74ABB32AB59E7790B92B073D0B6D63F8 /* Pod */, - 0828BCF895D16C2BF7C1716D7897B28F /* Support Files */, + 772DF446F3587FC40F43A9F1891C021A /* Source */, ); - name = "React-RCTVibration"; - path = "../../node_modules/react-native/Libraries/Vibration"; + name = "bugsnag-cocoa"; + path = "bugsnag-cocoa"; sourceTree = ""; }; 0ADACBC49E351BBC0209AFE4C9778EAF /* Support Files */ = { @@ -13342,51 +13413,96 @@ path = "../Target Support Files/SDWebImage"; sourceTree = ""; }; - 0C41FD94A13EB02CA6BEAC5B3E69F3C6 /* Support Files */ = { + 0B0048D3F52D131DDF0333C7F3A20DD2 /* Pod */ = { isa = PBXGroup; children = ( - 6D843D9CD648FB77F5EE9FF5ACEA4ECD /* RNFBCrashlytics-dummy.m */, - 9E47B2618571092988DE41F01589827D /* RNFBCrashlytics-prefix.pch */, - 5E4013B781E6FA18F1ED8763DAF5639A /* RNFBCrashlytics.debug.xcconfig */, - DC7F08B41C74A956A467BFE545633329 /* RNFBCrashlytics.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNFBCrashlytics"; - sourceTree = ""; - }; - 0D03A5A291065F74A6ED6DA6B72267B4 /* Support Files */ = { - isa = PBXGroup; - children = ( - 976EBC26DA9461E86553E0F5A8335904 /* rn-fetch-blob-dummy.m */, - F22F4EB4C7770876E3956CFAB63B5817 /* rn-fetch-blob-prefix.pch */, - CDFFE37F68F9E91B10E45CC0EF062F50 /* rn-fetch-blob.debug.xcconfig */, - 9A741E67F376D13AED71A59F03319337 /* rn-fetch-blob.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/rn-fetch-blob"; - sourceTree = ""; - }; - 0D390760573E3B05C40BAD3F9DDE6FD6 /* Pod */ = { - isa = PBXGroup; - children = ( - 383706DC96B33ED34DACE9EF99CA6BD1 /* FBReactNativeSpec.podspec */, + B95AA44763006917C0F3A1B513CFD886 /* LICENSE */, + 38358A77E8A4DEB33F1E91E964CA09B1 /* react-native-simple-crypto.podspec */, + 65D5B121E9DB993E0B4F70E856D83190 /* README.md */, ); name = Pod; sourceTree = ""; }; - 0E0FD8C022FAE5262A73BB8550E18EC4 /* Default */ = { + 0B3D0C82043740C2455327CE23EEA5A9 /* Support Files */ = { isa = PBXGroup; children = ( - 60FDFC2F5BF9A87778BAEB4F5987110C /* Base */, - 8AEDF20BD0A64FBB48BAECEFE39F192E /* CxxBridge */, - 8BE5D2844A49B6B55DF2D8DBBB587715 /* CxxModule */, - 7AFFC5923C8A61973AF611B1C095FD4E /* CxxUtils */, - F513B08E99991BD6075C3354B7EA01C3 /* Modules */, - B474BF21E4AB43941C0830ECC74353F2 /* Profiler */, - DC8558DF865531778107073B1FEAF200 /* UIUtils */, - B9AF2787EABBF7CC528E90DFE6031810 /* Views */, + E0F17946B6353D26948E39E93F43A09F /* react-native-jitsi-meet-dummy.m */, + 622B62EB0AD63393D0F346EBA35BE156 /* react-native-jitsi-meet-prefix.pch */, + 0D7B3D155511D245A98DF92E2FADACEC /* react-native-jitsi-meet.debug.xcconfig */, + 83AE4EC069B39AC53A6C620802BDE092 /* react-native-jitsi-meet.release.xcconfig */, ); - name = Default; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-jitsi-meet"; + sourceTree = ""; + }; + 0BE357D21501992E81629BCF2FB5C92F /* ios */ = { + isa = PBXGroup; + children = ( + D4C3039E1251E2B702DFD7C941A1A2A8 /* RCTTurboModule.h */, + DBDC883473C0A5DB96AAAB90B5713CD5 /* RCTTurboModule.mm */, + 5E0EA0978AFB2318DDD2B4BEE06CB654 /* RCTTurboModuleManager.h */, + 5D7F017A6BB0A3FAA89EF3DCCE6515CF /* RCTTurboModuleManager.mm */, + ); + name = ios; + path = ios; + sourceTree = ""; + }; + 0CCD1821C0489635A6BBDD6BC7739A3D /* Support Files */ = { + isa = PBXGroup; + children = ( + 06575402F69BAA264DDB56499D310347 /* BugsnagReactNative-dummy.m */, + FC5656AD94E10FCEBE95890817CBFDFB /* BugsnagReactNative-prefix.pch */, + 01909B7DDF257968495FBC40CF5795D9 /* BugsnagReactNative.debug.xcconfig */, + B6B6A672610F67995E4F13D33640D278 /* BugsnagReactNative.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/BugsnagReactNative"; + sourceTree = ""; + }; + 0CD1C6EC238851AFAC3FE93CFE280267 /* react-native-background-timer */ = { + isa = PBXGroup; + children = ( + 58A48FA096C1159596361A13404417A4 /* RNBackgroundTimer.h */, + 413641259FBBF2278013FF359B8C4FDD /* RNBackgroundTimer.m */, + A6120AE76BBF43959B41B7119CFAA6CE /* Pod */, + 6870CF378B9BA7786CF0F15A5CD9FCF1 /* Support Files */, + ); + name = "react-native-background-timer"; + path = "../../node_modules/react-native-background-timer"; + sourceTree = ""; + }; + 0CE083F7AD5B7E6E718F4CE0C9431524 /* Pod */ = { + isa = PBXGroup; + children = ( + ABFF6CB4D979CD08744161F080075D88 /* LICENSE */, + 72D1ACE1042EF3C61A172B76FC474520 /* react-native-webview.podspec */, + 359DA6459B033219810D20519F599289 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 0D232830BFD4C627570CFE486935D880 /* Support Files */ = { + isa = PBXGroup; + children = ( + 807C7BBCE9A41B574AA9EA2596B791FE /* React-RCTText-dummy.m */, + DDE0012587A6A72FBAF0CB64F053850B /* React-RCTText-prefix.pch */, + 6806B6D0BEAF4BD1FEB70ED0340C5662 /* React-RCTText.debug.xcconfig */, + BB1F737AC4244403FEC41330BB58416F /* React-RCTText.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTText"; + sourceTree = ""; + }; + 0E33B20DAA3FB48554E846EF1DF4CDE5 /* highlighterview */ = { + isa = PBXGroup; + children = ( + 76DCA31225F0F536320F9DCD363F7B05 /* HighlighterView.h */, + 6AE5861144A94B7EE168C8AAB3D8A4C6 /* HighlighterView.m */, + DE3792C0CB732F1665EA52B6A87CC774 /* HighlighterViewManager.h */, + F26D9D3CD1FDB6B1F573CC6ADB59CDB6 /* HighlighterViewManager.m */, + ); + name = highlighterview; + path = ios/reactnativeuilib/highlighterview; sourceTree = ""; }; 0F2007AEAC9457A10122F83E9552E031 /* Frameworks */ = { @@ -13398,6 +13514,25 @@ name = Frameworks; sourceTree = ""; }; + 0F664FC5F130F6AE195CD9E4682724D5 /* TextInput */ = { + isa = PBXGroup; + children = ( + 2DEF6547A6AF4B39B08762539C87ED13 /* RCTBackedTextInputDelegateAdapter.m */, + 1FC253DD7FF0DBA34C7CE3559E8CE978 /* RCTBaseTextInputShadowView.m */, + 32D42D52342E37F190875F202B2A91E8 /* RCTBaseTextInputView.m */, + DF7F12EEDE9AEFC27E7626DB7B5C7628 /* RCTBaseTextInputViewManager.m */, + 1999077747FBD16E39EC0BC723FD65CD /* RCTInputAccessoryShadowView.m */, + 640D9DF9EEE03BFF61953180951E78E4 /* RCTInputAccessoryView.m */, + 8E6EDFA9F1E540E79FB74DF851671243 /* RCTInputAccessoryViewContent.m */, + 823781DFAB249366D3C2D50991FFF716 /* RCTInputAccessoryViewManager.m */, + 9B853F08CC4E879B61D88374F75008F5 /* RCTTextSelection.m */, + 56DD98C3AE95D8204AE239509EC2BD76 /* Multiline */, + DFC8D2E5FDE169E70CBD66B4E7E881BB /* Singleline */, + ); + name = TextInput; + path = TextInput; + sourceTree = ""; + }; 0FF3C66E68466E7FEF42999115EAA5CE /* nanopb */ = { isa = PBXGroup; children = ( @@ -13416,38 +13551,70 @@ path = nanopb; sourceTree = ""; }; - 100CCFB74EE76B9D755F7BBDA123E440 /* Support Files */ = { + 108163ACE9CFF8206B6F347E0E61612C /* Pod */ = { isa = PBXGroup; children = ( - FD6B04DC1F84B724B119EAA28F9FC46F /* RCTTypeSafety-dummy.m */, - C249A96B7D4D45BD9A0AD53AB04DE566 /* RCTTypeSafety-prefix.pch */, - C6D9BA4132CD7F81496EDB460D84B540 /* RCTTypeSafety.debug.xcconfig */, - 51978262E5ACC8C3CC6402220C0270ED /* RCTTypeSafety.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/RCTTypeSafety"; - sourceTree = ""; - }; - 1076DC3B9CD14C324967A3FA24611BCF /* Support Files */ = { - isa = PBXGroup; - children = ( - BFB5272AC8FC90EDF7FC1C7F79C7CC55 /* RNFastImage-dummy.m */, - 0B278E7F684583CC84C37067128E690B /* RNFastImage-prefix.pch */, - 9FF9214391075AAD5E0FA9571453D1F4 /* RNFastImage.debug.xcconfig */, - 1772EC77AE13BFC168B7D8978E81A6C9 /* RNFastImage.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNFastImage"; - sourceTree = ""; - }; - 10A2909F11731DA9FEDC7B6FCB929F88 /* Pod */ = { - isa = PBXGroup; - children = ( - 3201201F02556417A0ECE40E585C90FC /* EXHaptics.podspec */, + 8C981A37A563DDE44E27929784AC7C61 /* RCTTypeSafety.podspec */, ); name = Pod; sourceTree = ""; }; + 10B1ED777FBD09E6AD77D12C95887953 /* react-native-notifications */ = { + isa = PBXGroup; + children = ( + A18DFC6068147B01B3F5B450A8A9C450 /* RCTConvert+RNNotifications.h */, + 4665CA6C0F25FFEDEA9AC367C8CC8CFC /* RCTConvert+RNNotifications.m */, + 005860F4C353E505CD7C44B63908EAD1 /* RNBridgeModule.h */, + A6A2CF4E96AB0D7852EE8C1DED3C6C2F /* RNBridgeModule.m */, + 49ED8CFF6DB840F41A88C5F2BF784A49 /* RNCommandsHandler.h */, + 48DCA2987E2ED2187E279195F1A9396A /* RNCommandsHandler.m */, + 6712B7E40E44B8AD653AA2385F921B98 /* RNEventEmitter.h */, + 6969E347C0953CDABD5F3E728ABF9344 /* RNEventEmitter.m */, + 59564793F1412D4D0BA8A0F1C6BF0CDA /* RNNotificationCenter.h */, + C079B8255AECC872743267DDD47200C8 /* RNNotificationCenter.m */, + 32030FB0782D84838DFD8B9B48D8DFED /* RNNotificationCenterListener.h */, + D79246F43FF128325BB130468790D747 /* RNNotificationCenterListener.m */, + 8DE88AD42F76BE32942904C9EEE6EEE4 /* RNNotificationCenterMulticast.h */, + 6D7346CAF21F91D83105D5120265D77E /* RNNotificationCenterMulticast.m */, + B49D822CC2C3E7960EF5E399C6ED45F7 /* RNNotificationEventHandler.h */, + 45E877008035D68D5DFE8525B645A3A5 /* RNNotificationEventHandler.m */, + DE9BC8AE9F401FB575160339FDA33F2C /* RNNotificationParser.h */, + 7CDA568B2D288275E97B27215362C132 /* RNNotificationParser.m */, + F16E7E99266A021A64D3251AB5546CF5 /* RNNotifications.h */, + C220CD5C7823B71A8122034A20263F53 /* RNNotifications.m */, + F2C743BEBB9E434F0B74F5D246EC3F0E /* RNNotificationsStore.h */, + 377E7BBDD325400C4BE1F37B91485657 /* RNNotificationsStore.m */, + A5D07D52EB2576F36BEF07DD231D7A74 /* RNNotificationUtils.h */, + B8DC384EBF5E2B8C551DDD0AF858BC20 /* RNNotificationUtils.m */, + BC88C5514E8AC771285E1AA6D60E86B1 /* RNPushKit.h */, + 8627E4B27D49B07426C05D0FE8CBE9DE /* RNPushKit.m */, + 4417DC84BB1ECB385F6D5A2E88C9EB34 /* RNPushKitEventHandler.h */, + EE4D0819A7E5A094BECB0D2498F64D45 /* RNPushKitEventHandler.m */, + 3EA214B50379F47B600E96568880DEAB /* RNPushKitEventListener.h */, + 07C04C51D2D9A9CE34840B41C1E68A60 /* RNPushKitEventListener.m */, + 7163C485E4F2027E58B93D1E06752826 /* Pod */, + 37301CF505F3E0B528A4CC0F8D24C925 /* Support Files */, + ); + name = "react-native-notifications"; + path = "../../node_modules/react-native-notifications"; + sourceTree = ""; + }; + 10D8ADBC7A02640D4094543944B8B355 /* SafeAreaView */ = { + isa = PBXGroup; + children = ( + E775CA350C7B0129801AC5B1B87CB7AD /* RCTSafeAreaShadowView.h */, + 6BC73CE652A7E8C25A44A531191AD001 /* RCTSafeAreaShadowView.m */, + 6FCD5C3CD84CF6CA617B88C41DCED67F /* RCTSafeAreaView.h */, + 80B2F2275A1915CF3E7B74592AB21E2F /* RCTSafeAreaView.m */, + 378B98CAC2A39BEE994614C16D6646A7 /* RCTSafeAreaViewLocalData.h */, + E8D6AE9F7160518549E67BCC853058D0 /* RCTSafeAreaViewLocalData.m */, + 9E4BD6C211C3F0AF847800BD795959BB /* RCTSafeAreaViewManager.h */, + EE721DAC5A489632630DA59157D9042F /* RCTSafeAreaViewManager.m */, + ); + name = SafeAreaView; + path = SafeAreaView; + sourceTree = ""; + }; 1107E8549053095DCF9A6921DF4E7787 /* FBDefines */ = { isa = PBXGroup; children = ( @@ -13456,78 +13623,46 @@ name = FBDefines; sourceTree = ""; }; - 11AC67041BBD1C31546DA936BEDE3976 /* React-RCTBlob */ = { + 111B308665853B02264E5B625DE4DE9D /* MethodSwizzler */ = { isa = PBXGroup; children = ( - C567C255F63F38F24762D6EB66FFF82D /* RCTBlobCollector.mm */, - 3C0B50FDFE45238B4F1D34B744F5F4C8 /* RCTBlobManager.mm */, - BDB0D394E2A8D5C868564B78C9C6266C /* RCTBlobPlugins.mm */, - 91C91B47B25F184DD484787D2CD1BC4B /* RCTFileReaderModule.mm */, - A46B377339AAA854A08FBC46519AD734 /* Pod */, - 77476DFEBC3AEE50FE3A0422A8248665 /* Support Files */, + CB542A759C26591F57DB8FBBE8DDF8BD /* GULOriginalIMPConvenienceMacros.h */, + 16796F247BD5E397418931BD0FC32B24 /* GULSwizzler.h */, + 4C16BD68EF92FE185D310285C51204B3 /* GULSwizzler.m */, ); - name = "React-RCTBlob"; - path = "../../node_modules/react-native/Libraries/Blob"; + name = MethodSwizzler; sourceTree = ""; }; - 1204F13606F6284124ECCFF6D510ECC1 /* Source */ = { + 11228059D778F0294E876D7EB1740096 /* RNRootView */ = { isa = PBXGroup; children = ( - 47C9F079BBD5698DDA6879F6FEFD711F /* BSG_KSCrashReportWriter.h */, - C1CACBC29CB5B3D54A980F7F90CA2EE4 /* BSGConnectivity.h */, - CCC5E4C898AB3005E22A9A44F973FD51 /* BSGConnectivity.m */, - E95055B5EAED202EF511AEA37BD1CF5B /* BSGOutOfMemoryWatchdog.h */, - 566CD7825450A314A4F8663F9EABA050 /* BSGOutOfMemoryWatchdog.m */, - 488BE7245926826349B84DACEB75AB92 /* BSGSerialization.h */, - A98D8F44AB6CD0BC71A6686D86B96BF5 /* BSGSerialization.m */, - 0E1D773BFE122EEBCD0C89796937CF69 /* Bugsnag.h */, - EA4B5A11121BE2981DD461B1C22948CF /* Bugsnag.m */, - 15FB2FCBC1341B6B8B5B77C425DEB964 /* BugsnagApiClient.h */, - 556D1740C4E71EAF95F29E56CC622B1D /* BugsnagApiClient.m */, - F0DA73BEBBB5B04D1FF3B223277EEA88 /* BugsnagBreadcrumb.h */, - E2D46C862CCC726290B2FE6D74AFD9EB /* BugsnagBreadcrumb.m */, - E9152278D03B102F146BCB335382ADE7 /* BugsnagCollections.h */, - 76695462B73E91B1615661EC5D55C694 /* BugsnagCollections.m */, - E6D329ABF8B505D705CED921939B982A /* BugsnagConfiguration.h */, - C0B8134D46696A6E4DD43710C54D2F23 /* BugsnagConfiguration.m */, - E45A8836F99F3A82E8612DA71A513818 /* BugsnagCrashReport.h */, - DDBB50C1E9034EB97ADC8DAB29DFBC28 /* BugsnagCrashReport.m */, - 97E555B98EF905EE8FBE20AEC300AFA3 /* BugsnagCrashSentry.h */, - BDE7EE7B42832DED37141F369D9B05C1 /* BugsnagCrashSentry.m */, - DC0AC5A2F6B35CBA64083268427A42F3 /* BugsnagErrorReportApiClient.h */, - 132FEDDDF44FD1E5DDFE369448A644BA /* BugsnagErrorReportApiClient.m */, - 1F3F63A815835D0BA710DE0AA1FE0D4C /* BugsnagFileStore.h */, - E57C832D71B5F23FE70A35CC535D9B7B /* BugsnagFileStore.m */, - EFCCB92EA69EB157026A91B4794BDFE3 /* BugsnagHandledState.h */, - ECC53D1FA4A06B527DFD010A2F938142 /* BugsnagHandledState.m */, - 1167A82C52B0ECBC78D83B46AD0CB121 /* BugsnagKeys.h */, - F126F1D655124C874881199F871455D5 /* BugsnagKSCrashSysInfoParser.h */, - 9F032E74071D556666581B253842F170 /* BugsnagKSCrashSysInfoParser.m */, - 694B2E378A778921F90DF52E859BBF48 /* BugsnagLogger.h */, - F2CD4AC32EA4D232CC92F7693E38D553 /* BugsnagMetaData.h */, - D72AB401160766D170EF9B5C4E291632 /* BugsnagMetaData.m */, - 1DCBACDF4E050016C97F386838D40886 /* BugsnagNotifier.h */, - 2A95492B8C3933CEDE3DEFAEF70CAA15 /* BugsnagNotifier.m */, - AB49C4C96EA83532CB9E068B11797FF8 /* BugsnagPlugin.h */, - 682774410C7E15025320250801A58948 /* BugsnagSession.h */, - 01AA4DFC050C2F2066EE7D38741351F5 /* BugsnagSession.m */, - 7B444503E2F06201D119A2380EAAA238 /* BugsnagSessionFileStore.h */, - 4068EDB19F682F55EC1F015C385747E0 /* BugsnagSessionFileStore.m */, - 57F0E47BFE999ABE114386B957E8A80E /* BugsnagSessionTracker.h */, - 3B574198EE92346A64C3F82D6750DB9C /* BugsnagSessionTracker.m */, - 0E4747FB8C8C2971F2B3E4074EBD25DA /* BugsnagSessionTrackingApiClient.h */, - 84B1158396BE1CFCA72E202AAA55BEA2 /* BugsnagSessionTrackingApiClient.m */, - E6EE4DCE09219C6BFA383C1871E29A44 /* BugsnagSessionTrackingPayload.h */, - EDDDC0D4120245E2F5484729188F62E6 /* BugsnagSessionTrackingPayload.m */, - 542D8AB7F14739399401108A8DEF08DF /* BugsnagSink.h */, - 4099190E5CD5B56FCE4D2AB9AEF5762C /* BugsnagSink.m */, - AD0A2428496250C2EDB58420F529E6FD /* BugsnagUser.h */, - 8A380ADB622E3098F54D064DCE23EF9C /* BugsnagUser.m */, - CA52554E49F4EB0DECD40A284968DB4F /* Private.h */, - 133439D9BD01223E59FFF1A2264E5B05 /* KSCrash */, + F9BD1D975B23D7001EA9B37025AA94A3 /* RootView.h */, + ACDAE3FDCBE8B87C8DA53D9389D4DCA8 /* RootView.m */, + 39B2951E15AA33E6062F3F1680CDA3C6 /* Pod */, + E1BCF73F3CA3C58744D3BE03DE5F4EEF /* Support Files */, ); - name = Source; - path = Source; + name = RNRootView; + path = "../../node_modules/rn-root-view"; + sourceTree = ""; + }; + 117802F5D406DE18A28CF74B43C37B6E /* Transitioning */ = { + isa = PBXGroup; + children = ( + 1D4D631DFC321F19D726F4229F4587DC /* RCTConvert+REATransition.h */, + 63CD1F5EA7E04CD917A59514F416AC8E /* RCTConvert+REATransition.m */, + 21BE480D4031EEA250DD0C2C1EF4A8F3 /* REAAllTransitions.h */, + 27BFB45F10C5ED540AEFD1EC86E366A1 /* REAAllTransitions.m */, + 3BE5F6D1FD17DAFB939DE95A5439BC7E /* REATransition.h */, + 87F038E9A41D8DE9E08573FFF73B31A2 /* REATransition.m */, + 9F97AB0D01237B3ACB62A1BB4D0DEA98 /* REATransitionAnimation.h */, + 427F8A4FDA7C74319978BEF13D333788 /* REATransitionAnimation.m */, + A0077650C448900810F7C4E2ADBFF903 /* REATransitionManager.h */, + BD1C3CEC460FD7FAF8C7739B284D00B3 /* REATransitionManager.m */, + DC151DFB1532CBD2D43022C321CF63A7 /* REATransitionValues.h */, + 897F3AE774C215BE283DE39D632F960A /* REATransitionValues.m */, + ); + name = Transitioning; + path = ios/Transitioning; sourceTree = ""; }; 1270566909CA668F7738C7DD3BE6B7A9 /* Support Files */ = { @@ -13542,50 +13677,24 @@ path = "../Target Support Files/CocoaAsyncSocket"; sourceTree = ""; }; - 12747F79574210FF828DCB569E73BE23 /* Pod */ = { + 127C36B8DBC30F741B35394EBA27B4A5 /* CxxUtils */ = { isa = PBXGroup; children = ( - 191E57DAFB1A44C2E9081B4461D8D241 /* ReactNativeUiLib.podspec */, + D1C77F467A192B20FD3205B0089B8A76 /* RCTFollyConvert.h */, + CDB6638400EB6A1CE0ECD189FBE7FA54 /* RCTFollyConvert.mm */, ); - name = Pod; + name = CxxUtils; + path = React/CxxUtils; sourceTree = ""; }; - 12D000D5D1274AEEF182F03347A35F46 /* Support Files */ = { + 12CE75EE35EF751003121DB4FDDCF212 /* Support Files */ = { isa = PBXGroup; children = ( - 3F0E869378E98258663692CAE64D3225 /* EXPermissions-dummy.m */, - 116B482B0B2264D28B43B3E671B105DA /* EXPermissions-prefix.pch */, - 3CFEA0460BA87D4649E5FCE9631C830C /* EXPermissions.debug.xcconfig */, - 2176F1178FAB0BD4980B49F76A1F29F6 /* EXPermissions.release.xcconfig */, + 12B0789AEB598E09E5751C3F1D291A25 /* FBLazyVector.debug.xcconfig */, + F0F273C931BC70BA2351D434AB2538C2 /* FBLazyVector.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXPermissions"; - sourceTree = ""; - }; - 133439D9BD01223E59FFF1A2264E5B05 /* KSCrash */ = { - isa = PBXGroup; - children = ( - E8F465C91CA7BC5B3061DAB8CD36E6D0 /* Source */, - ); - name = KSCrash; - path = KSCrash; - sourceTree = ""; - }; - 1350BCC05D89DE5B66E0C1EC9853B387 /* Pod */ = { - isa = PBXGroup; - children = ( - 8FE3D443F4C2CDDA1466E9E7FB3185D1 /* FBLazyVector.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 13CC7B4707A039A4DBF8B42B4EA0C716 /* RCTBlobHeaders */ = { - isa = PBXGroup; - children = ( - 0E5083F8DC5A8204A94B7447DB33F6D8 /* RCTBlobManager.h */, - E9409F4F5B13205E22602611A1962ADD /* RCTFileReaderModule.h */, - ); - name = RCTBlobHeaders; + path = "../../../../ios/Pods/Target Support Files/FBLazyVector"; sourceTree = ""; }; 14365716044418A82E6DD14AA8D16049 /* Pods-defaults-RocketChatRN */ = { @@ -13605,95 +13714,96 @@ path = "Target Support Files/Pods-defaults-RocketChatRN"; sourceTree = ""; }; - 150B76DC4081FB9EF9C715CC805F1874 /* Pod */ = { + 14A162EF2EF28509D8B66B50DBBDC399 /* GoogleUtilities */ = { isa = PBXGroup; children = ( - BAC6CDAA91C4BD58E5295365BDCA3C95 /* LICENSE */, - 298CFDEBE7178C6E8CBE03482A0141FD /* README.md */, - 7E613A038999E650A4514A3543861142 /* RNGestureHandler.podspec */, + 2AF79C93DEA4561B0D8C5D5301A8EAEC /* AppDelegateSwizzler */, + 741926EC4FD0C96BFFBD6052268FD0EA /* Environment */, + 8EE3E6397795D21F12B782F899B2E9EC /* Logger */, + 111B308665853B02264E5B625DE4DE9D /* MethodSwizzler */, + 360490E5844BA0B5C37AE203F137E336 /* Network */, + 22D37EA90C09BEC3A1B60670E043823C /* NSData+zlib */, + F4B521CE23119457BE35B160E1184076 /* Reachability */, + 8212641908E9E3F5A512FC315CB2E748 /* Support Files */, + E9D821B24C6B46F294FAFE0B9E4B4B07 /* UserDefaults */, + ); + name = GoogleUtilities; + path = GoogleUtilities; + sourceTree = ""; + }; + 14ECD6E01580995435BBEAA174B467CD /* Support Files */ = { + isa = PBXGroup; + children = ( + 1F97800ABD4B7E0E20A45EEFDC4CD621 /* React-jsiexecutor-dummy.m */, + 8845587EA0A4284D635986626DDD1275 /* React-jsiexecutor-prefix.pch */, + 9129A60C49590EF63A8BFE19F541D797 /* React-jsiexecutor.debug.xcconfig */, + C9CDF231FE44D02D1AA70496A34ADEE2 /* React-jsiexecutor.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-jsiexecutor"; + sourceTree = ""; + }; + 157B5C658FC9536023EF8C6BF407B5C4 /* Pod */ = { + isa = PBXGroup; + children = ( + FE744CAC3A6905A845B778B55117814A /* ReactNativeUiLib.podspec */, ); name = Pod; sourceTree = ""; }; - 1541450F8D841C3633A7B395B87233AA /* Pod */ = { + 15ACD26D232C5A744426CAE628BC0E9B /* RCTWebSocket */ = { isa = PBXGroup; children = ( - 453D8790C5A5D68EC9C6E08AB2BF4FAA /* LICENSE */, - 988A2ECB752D54226C4EEE37590504F5 /* README.md */, - 1796C6A69074713A2D17439CAFBC78FE /* RNConfigReader.podspec */, + 5099F86C58FF72563ED8A25073BF7255 /* RCTReconnectingWebSocket.h */, + 63048474F940B84B0B7D3571BB19E0AB /* RCTReconnectingWebSocket.m */, + 76F2F45582CA602BD319E894FC221BB6 /* RCTSRWebSocket.h */, + EFCB0C390BC727840992A96B9B2BB830 /* RCTSRWebSocket.m */, ); - name = Pod; + name = RCTWebSocket; sourceTree = ""; }; - 15B64080EC156A8480EE27A71402C73F /* Support Files */ = { + 1775124EE3F0FDA5EEB5885E881E54EB /* Support Files */ = { isa = PBXGroup; children = ( - 7269BD086EEEC468227F23935738531E /* UMCameraInterface.debug.xcconfig */, - F8AA33A2D37DBE68270644174063B77E /* UMCameraInterface.release.xcconfig */, + BD968A4D94E9A746F7ABEF6C09A3151E /* EXLocalAuthentication-dummy.m */, + C05BF2F189EE14100FC2ED80DC30B4B6 /* EXLocalAuthentication-prefix.pch */, + 10A07E6001A83CEC9DF53CC50DDD02C2 /* EXLocalAuthentication.debug.xcconfig */, + 67243E8672F7F52A57F2E014771277F4 /* EXLocalAuthentication.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMCameraInterface"; + path = "../../../ios/Pods/Target Support Files/EXLocalAuthentication"; sourceTree = ""; }; - 15E10DA8FCE6ACCFE1D35CED0A5B6A08 /* RCTVibrationHeaders */ = { + 17A6B5FE1AED6303C7FDFE9FD64AEF3F /* react-native-cameraroll */ = { isa = PBXGroup; children = ( - 92878A0929D5F9021D8A036AC8B7D3C6 /* RCTVibration.h */, - BF2B2E83A1C8AF81671636470274DDB0 /* RCTVibrationPlugins.h */, + 5956DFE371CCFFBC27917B3263F7B443 /* RNCAssetsLibraryRequestHandler.h */, + D0519A3FD1A7B438B36072CDFA46DDA3 /* RNCAssetsLibraryRequestHandler.m */, + 01D4684FA3974731D182727D4E7D7F5F /* RNCCameraRollManager.h */, + C1D81A9074D504712C829F448867952A /* RNCCameraRollManager.m */, + 7B7F8D607F041C3A8D171CD1445189D8 /* Pod */, + B5142A693E43034B5D43242A1BF49EE4 /* Support Files */, ); - name = RCTVibrationHeaders; + name = "react-native-cameraroll"; + path = "../../node_modules/@react-native-community/cameraroll"; sourceTree = ""; }; - 164B4D8DEC534B44A1552919C81212A9 /* UMViewManagerAdapter */ = { + 17F7AA7217B1CC557CC7EA5B55F43B33 /* safearea */ = { isa = PBXGroup; children = ( - 73989356532406432F25FC28C53757A0 /* UMViewManagerAdapter.h */, - 851FD11D01303434055928A2C8B543BE /* UMViewManagerAdapter.m */, + D37DDA3D6B96219E4EB54E70B4808AE8 /* SafeAreaManager.h */, + 047C33B176F12C3B7BCB936A7C67EEE8 /* SafeAreaManager.m */, + 58EADB53A24890CDEFFD895AA61F56EB /* SafeAreaSpacerShadowView.h */, + 5E77003245A61B9D97059A50342287DF /* SafeAreaSpacerShadowView.m */, + 351F464F361CCBD73E433FDD65060176 /* SafeAreaSpacerView.h */, + 69B92BA5B1D83F4B05228CA675EFEDFB /* SafeAreaSpacerView.m */, + B39BCF779082FAD154F8F5B9EFC3AA3B /* SafeAreaSpacerViewLocalData.h */, + 24BDB052E02B4D7010E17DB94DDDA4ED /* SafeAreaSpacerViewLocalData.m */, + 889E44E4B23B82FADB36A06A1629F8E5 /* SafeAreaSpacerViewManager.h */, + DDD4E25845285369D3F0E45F1DAA3AC7 /* SafeAreaSpacerViewManager.m */, ); - name = UMViewManagerAdapter; - path = UMReactNativeAdapter/UMViewManagerAdapter; - sourceTree = ""; - }; - 169C9442A0DA5EF91165DA0064F40B76 /* Support Files */ = { - isa = PBXGroup; - children = ( - 19DC2F19298796986F2DB6D6D8DC47EC /* UMFontInterface.debug.xcconfig */, - B25C9364DB33F8FF2818A742404BC708 /* UMFontInterface.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMFontInterface"; - sourceTree = ""; - }; - 184D2C5A425BD0845CC4BCA612778C02 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6C7808A4C92632C172528C81DF6A3533 /* RNDeviceInfo-dummy.m */, - 234F94CE3B0B511AAA98738A3335BD68 /* RNDeviceInfo-prefix.pch */, - 44ED55D47C0F0F5BEC5AAB3A44337CC0 /* RNDeviceInfo.debug.xcconfig */, - C80ECF3AF6C4E68E9285B8558AB251A7 /* RNDeviceInfo.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNDeviceInfo"; - sourceTree = ""; - }; - 186C34DA07D60DEA1256F14DA5E1462B /* Pod */ = { - isa = PBXGroup; - children = ( - F1C104EDEBDDF982F7073EB801F88F70 /* LICENSE */, - 9544851CF3DB6DC719F81B5625CDB34F /* react-native-restart.podspec */, - 3ACA36F81869A587390EC3455FF07951 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 18E3280BB14C113F56953A9E061F4234 /* NSData+zlib */ = { - isa = PBXGroup; - children = ( - 30BFA2BBC1094FD96E81130C38786A50 /* GULNSData+zlib.h */, - B4667D1D82043D3B10BB2AEDB08A79DA /* GULNSData+zlib.m */, - 185AF3CE12ECA801C8FF000E4ED57664 /* GULNSDataInternal.h */, - ); - name = "NSData+zlib"; + name = safearea; + path = ios/reactnativeuilib/safearea; sourceTree = ""; }; 195BCD4E6EF4B72CE77CD3136ED77F72 /* OpenSSL-Universal */ = { @@ -13706,29 +13816,40 @@ path = "OpenSSL-Universal"; sourceTree = ""; }; - 1968D9760CE98304ACDB272F2C3C3B39 /* Support Files */ = { + 19D1DA3070F152BEA9908CC0C5B54094 /* Support Files */ = { isa = PBXGroup; children = ( - 611E954E7192B2EF43E41C320A15E139 /* React-Core.modulemap */, - 60BA11728D3E532E6696981AAEDDB3D2 /* React-Core-dummy.m */, - 1DD295EB3519DCCCB0608878C99AB22A /* React-Core-prefix.pch */, - 966F6D42B400FE804C91606061DF3033 /* React-Core-umbrella.h */, - 96D0B4D2C8E7747DE10DD1DEE485BDAB /* React-Core.debug.xcconfig */, - 37CBDE16C7254141CB3CBF83759881C8 /* React-Core.release.xcconfig */, - 9CA1164FA29470976F94D37EA5CE4CF3 /* ResourceBundle-AccessibilityResources-React-Core-Info.plist */, + C9711548EF21004BAFFFBCFFBBE553BA /* RNFBApp-dummy.m */, + 7979174E199C74B76A7458BAF5D73202 /* RNFBApp-prefix.pch */, + F33A8BB2F0560B24EA69F8E08E8AB281 /* RNFBApp.debug.xcconfig */, + 919FBBB5A634BB55B40C453D604C862C /* RNFBApp.release.xcconfig */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/React-Core"; + path = "../../../ios/Pods/Target Support Files/RNFBApp"; sourceTree = ""; }; - 1A865EF5637A646B3567D8C629C0A751 /* Support Files */ = { + 1A5D0202DB3F4FF11E6F47D60F77EE9B /* React-RCTNetwork */ = { isa = PBXGroup; children = ( - A76552CDFC457E754280D8D1DB6C26EE /* UMFaceDetectorInterface.debug.xcconfig */, - D735A20FC313FC0FAFDAF14CE7C91BA9 /* UMFaceDetectorInterface.release.xcconfig */, + 2DCF0082C3FF73E29091651F57ACEDF2 /* RCTDataRequestHandler.mm */, + 80100D95B5AC4D8030EDAD3D90420632 /* RCTFileRequestHandler.mm */, + C3ACE169CF70A427BCE35183CC9FA16F /* RCTHTTPRequestHandler.mm */, + D0EB308016D91F960F30C69A74CC4F45 /* RCTNetworking.mm */, + E35D40C1E135E835213372E4D78832FA /* RCTNetworkPlugins.mm */, + CA3D4FB370B70B7AB684C84749F52D28 /* RCTNetworkTask.mm */, + ECFA294F6B754E6E0D1E59BCD893C3F0 /* Pod */, + 9EA1BF541D202E58A573F01959335055 /* Support Files */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMFaceDetectorInterface"; + name = "React-RCTNetwork"; + path = "../../node_modules/react-native/Libraries/Network"; + sourceTree = ""; + }; + 1A801D8EAB6F55CDFD2DACA124E77719 /* Pod */ = { + isa = PBXGroup; + children = ( + B064A25D821B41DB96D44C41CCC4CC6D /* React-RCTText.podspec */, + ); + name = Pod; sourceTree = ""; }; 1ACD07E359E5108535CAC5BE16ECF86C /* Support Files */ = { @@ -13743,70 +13864,167 @@ path = "../Target Support Files/Flipper-PeerTalk"; sourceTree = ""; }; - 1B025AEC44248BE0E25FBE1189AF466D /* Pod */ = { + 1ADFDFFA98BFD7229BD56B0D292D3A29 /* RNFBCrashlytics */ = { isa = PBXGroup; children = ( - D5578F01B64247AB738D216553E7C106 /* Yoga.podspec */, + D28850D1E95D6F27209F77B2AC1BDD10 /* RNFBCrashlyticsInitProvider.h */, + 2B9219CC00559308A8946F5EAB9D3291 /* RNFBCrashlyticsInitProvider.m */, + 37109495CC36F77A55D9CC593CF5309C /* RNFBCrashlyticsModule.h */, + F1672770B59B32AB4D74F101CD2A589B /* RNFBCrashlyticsModule.m */, + 5CF496F37A2143BB4AD3F65267F2FA9B /* Pod */, + 81ED4DD99893AB565DB50610BFEFF8AD /* Support Files */, + ); + name = RNFBCrashlytics; + path = "../../node_modules/@react-native-firebase/crashlytics"; + sourceTree = ""; + }; + 1B4F7002F8BD388AA39FD2495AD653B3 /* ReactNativeUiLib */ = { + isa = PBXGroup; + children = ( + 0E33B20DAA3FB48554E846EF1DF4CDE5 /* highlighterview */, + C7B4CC00B1231582DFF2F39271AEF24E /* keyboardinput */, + 997FE1F1EF8476C6C3B0F7F608876B37 /* keyboardtrackingview */, + 157B5C658FC9536023EF8C6BF407B5C4 /* Pod */, + 17F7AA7217B1CC557CC7EA5B55F43B33 /* safearea */, + 6596F0377779F44DA1EA67CE6603AD5B /* Support Files */, + ); + name = ReactNativeUiLib; + path = "../../node_modules/react-native-ui-lib/lib"; + sourceTree = ""; + }; + 1B78AC0FC50B135E69888C394959A8B7 /* Pod */ = { + isa = PBXGroup; + children = ( + 395FAAC745397A762FAEE4C6266BF43F /* UMReactNativeAdapter.podspec */, ); name = Pod; sourceTree = ""; }; - 1B4EF99E5A9428246F5734C64FABBE63 /* RNDateTimePicker */ = { + 1C3E1251C9BF6F651E2C8B593E75C9F8 /* Support Files */ = { isa = PBXGroup; children = ( - B560C5836ED0777BA9CC16792975A444 /* RNDateTimePicker.h */, - 9CC0B0AE9E01979C233E42CDAC57458C /* RNDateTimePicker.m */, - FB7E73890D4E81A43997599250619C20 /* RNDateTimePickerManager.h */, - D06EABFD0416B4B73FA610762CFA6975 /* RNDateTimePickerManager.m */, - C24CC1A5DC0BB0543C83DC1FEB70A27C /* Pod */, - 2CC411E6D95010368DBBC77C3FF45FBD /* Support Files */, - ); - name = RNDateTimePicker; - path = "../../node_modules/@react-native-community/datetimepicker"; - sourceTree = ""; - }; - 1C64ADE8976FB9DE959E652B063CBC84 /* Support Files */ = { - isa = PBXGroup; - children = ( - 67842D28929C76D46E029F383CEB104F /* BugsnagReactNative-dummy.m */, - 1AC28C9334607E0B31BC61D3B0FD00E8 /* BugsnagReactNative-prefix.pch */, - 9F988FF27A2CF45B80E7D264B7415538 /* BugsnagReactNative.debug.xcconfig */, - 2808039B06913C5F4B5138BD2828D70E /* BugsnagReactNative.release.xcconfig */, + 60465ABCC8D9209F7379AE4D67F2C7B3 /* UMAppLoader-dummy.m */, + 1EDF10267C98F8AFF3F94D18AD3783A6 /* UMAppLoader-prefix.pch */, + C63973463770DD60DEDCCF09DF20C477 /* UMAppLoader.debug.xcconfig */, + 89E7660DE07683C487344F742C558180 /* UMAppLoader.release.xcconfig */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/BugsnagReactNative"; + path = "../../../ios/Pods/Target Support Files/UMAppLoader"; sourceTree = ""; }; - 1EF6DCE9EC31573C3921839BCA04FD5F /* UMModuleRegistry */ = { + 1CFB0AC666052A9834763AEE51C5D295 /* Pod */ = { isa = PBXGroup; children = ( - F5B853311D55CA2122A8C634EFC7D6D4 /* UMModuleRegistry.h */, - 5A7852727745085FA4D604E935ADB37D /* UMModuleRegistry.m */, - 3641A108B0B857CEFEDB302429A0B556 /* UMModuleRegistryDelegate.h */, + 8987C0823F10B8D50338DDBB894D4638 /* LICENSE */, + A7021F11EA33595879CC931C2D3721B5 /* README.md */, + E2CA89CF78F49C782B483102DE0C45F4 /* RNBootSplash.podspec */, ); - name = UMModuleRegistry; - path = UMCore/UMModuleRegistry; + name = Pod; sourceTree = ""; }; - 1F71AD6DB2286201EA24160152880EEE /* platform */ = { + 1DAF61B13392D6BD41B109E4842ED5B9 /* EXAV */ = { isa = PBXGroup; children = ( - A990D6DD6FD6F9173EC562F8D85EE9CA /* ios */, + 88A91365EFC55AD4C59B467273F60B32 /* EXAudioRecordingPermissionRequester.h */, + 7E7ED1B43B43459C24F2DA0285726785 /* EXAudioRecordingPermissionRequester.m */, + BA7E9FC4132922B5FCCA8DDA0CEDE546 /* EXAudioSessionManager.h */, + 2BA0B7DE44C1908CAE127188924717FA /* EXAudioSessionManager.m */, + 0AD6553E78F718AF5A52917E0D45CDCE /* EXAV.h */, + 4271B9D8266CB8734D54D29E24C01C1C /* EXAV.m */, + B45F3AFAF65A38E2B72799E1ADD868E6 /* EXAVObject.h */, + A678B51D58684911B1FB52F1BDF20F1D /* EXAVPlayerData.h */, + C5BE3FAA76D61C918E1969E10A1D3D8F /* EXAVPlayerData.m */, + 929AE609E2E2740EF852EF43FCD9DC29 /* Pod */, + EF4407238A70161089788703471E06D2 /* Support Files */, + 2229BF5E866BE274791CF9EE3C3EDCE9 /* Video */, ); - name = platform; - path = turbomodule/core/platform; + name = EXAV; + path = "../../node_modules/expo-av/ios"; sourceTree = ""; }; - 20BFBDA2DBA62DAA8AF7D18FE1C687EC /* Support Files */ = { + 1EC018A45E44809318AAB283AD2D441A /* lib */ = { isa = PBXGroup; children = ( - EC49C09F6D86D63C33D994DE346EEC83 /* ReactNativeART-dummy.m */, - FAC1AC2CA8ACCFAC3CFB558366CCF912 /* ReactNativeART-prefix.pch */, - 4F39B5E174B24391350A285AE5559A9F /* ReactNativeART.debug.xcconfig */, - D09D8FA067BA7AD018CBEE4A1A3AD18B /* ReactNativeART.release.xcconfig */, + 4F30A6ABE78EE663FF6B398028C9B912 /* Aes.h */, + 781D24F33E0BF67A5185B7C17D587155 /* Aes.m */, + F4F07B53F4A0B9B4DA4112D117AE7567 /* Hmac.h */, + 227965686C208135CA7B141FC9D25B67 /* Hmac.m */, + A72869F7BC38F2B2B36D6735E635803F /* Pbkdf2.h */, + 35D059578C746B656D92BE16F6752821 /* Pbkdf2.m */, + 6E6B04CE670087DDF474FBCF2BB45B59 /* Rsa.h */, + 8D07A3084F02111B4D644D30642D7104 /* Rsa.m */, + 1A16BEFA0732A311A7437BD837F0A716 /* RsaFormatter.h */, + 3C7B447D61CDB8516CBE28BA6279B419 /* RsaFormatter.m */, + CB057D304B1A3EF9D734142853940164 /* Sha.h */, + 402D9A6E20DB74BB3698B7B5BBC9E5F4 /* Sha.m */, + 88B9E4FCBCC8FACB837BE5125C7374CD /* Shared.h */, + D6523E54B8ABFBDA4090211EC24C645F /* Shared.m */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/ReactNativeART"; + name = lib; + path = ios/RCTCrypto/lib; + sourceTree = ""; + }; + 1FFF2EEA86CA2C8778E881ED760DE472 /* Pod */ = { + isa = PBXGroup; + children = ( + 7031C0DD93E45837895C68A0E654A945 /* EXVideoThumbnails.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 20D6C3BAF784D07775639CE9FF00868E /* Pod */ = { + isa = PBXGroup; + children = ( + 009D2D2F1EDF69DD6C82155F208A6AEB /* LICENSE.md */, + 973CB3B495A9D8ED34F30741C73A4CEF /* README.md */, + 779F6D300A2185073CA6AA56EDB08BB3 /* RNDateTimePicker.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 211504D5F653896F7D802765A0C9345E /* Nodes */ = { + isa = PBXGroup; + children = ( + 89925DE89D1EC8BC9334EAA0D4ED42AC /* RCTAdditionAnimatedNode.m */, + B1F4DB0DE3C68BC8D3845B502352AB49 /* RCTAnimatedNode.m */, + 0627E205614405DF99E6875036C998F1 /* RCTDiffClampAnimatedNode.m */, + 17EDB224AC57F978880C3FC4F79BEE9B /* RCTDivisionAnimatedNode.m */, + AF03B1770DB65B8C5B84BE3507A80FED /* RCTInterpolationAnimatedNode.m */, + 47CDFFC550D404BAAB0ACB009517E428 /* RCTModuloAnimatedNode.m */, + 40806705B42988314598905FEC93C887 /* RCTMultiplicationAnimatedNode.m */, + 6692B75A4BF8DC5DE25F309C65AB403B /* RCTPropsAnimatedNode.m */, + 79D188D46EDAA009DD1CDFE99D575D09 /* RCTStyleAnimatedNode.m */, + 9DD88FF253F88E46B3A40188EDBAACE2 /* RCTSubtractionAnimatedNode.m */, + 5E4E574F1AE9580C36C3981145889A39 /* RCTTrackingAnimatedNode.m */, + 73FBE46C3F16D233E2242553C597F349 /* RCTTransformAnimatedNode.m */, + 6B56E9BC2C11577B9B00522D19EA4CE7 /* RCTValueAnimatedNode.m */, + ); + name = Nodes; + path = Nodes; + sourceTree = ""; + }; + 21C7727BD47C6D83A710E5BCFEC5EBAB /* RCTSettingsHeaders */ = { + isa = PBXGroup; + children = ( + C3AAB40D0C5122B9D6B4852186CF60C2 /* RCTSettingsManager.h */, + 997EBC8BE604034B46AD0C9F61326E38 /* RCTSettingsPlugins.h */, + ); + name = RCTSettingsHeaders; + sourceTree = ""; + }; + 2229BF5E866BE274791CF9EE3C3EDCE9 /* Video */ = { + isa = PBXGroup; + children = ( + 3B948334868E259BE1A9008922D6D075 /* EXVideoManager.h */, + 9384C4052D4B5330FE667A0F8070EB64 /* EXVideoManager.m */, + 707120DD0B50E19FE10F2FB2F46CE503 /* EXVideoPlayerViewController.h */, + BAD2210ED551317279ECE251AEA647FB /* EXVideoPlayerViewController.m */, + 80408B1DDA857F570FB00621E45166AD /* EXVideoPlayerViewControllerDelegate.h */, + 1B23DBA576F51516A1F42C9CBB24CA04 /* EXVideoView.h */, + 48A989EAF58E78C4714DACAAA7B3ACF9 /* EXVideoView.m */, + ); + name = Video; + path = EXAV/Video; sourceTree = ""; }; 223A4DB9E29636C598D2A998DF466105 /* Support Files */ = { @@ -13823,207 +14041,121 @@ path = "../Target Support Files/FlipperKit"; sourceTree = ""; }; - 22A57A7E09CDAAB9BF6A6AF8B05208DB /* Pod */ = { + 22D37EA90C09BEC3A1B60670E043823C /* NSData+zlib */ = { isa = PBXGroup; children = ( - 9140CC475C67BFA99773D8D8C9F70A7F /* LICENSE */, - E55E45DC75CF06D3796E6DF31C01A920 /* react-native-safe-area-context.podspec */, - C2D336F53BE0006CBB1CCAABAA588234 /* README.md */, + 78B01E7FC2B1FC5F82A3EBBC435810B0 /* GULNSData+zlib.h */, + 599C2EF884B2282529A1B2A20B6991D2 /* GULNSData+zlib.m */, + 5ACA806F5D0FAD98FD9CC812638D0A97 /* GULNSDataInternal.h */, + ); + name = "NSData+zlib"; + sourceTree = ""; + }; + 231D5C59CD0861F500697C0604EEBC9F /* Pod */ = { + isa = PBXGroup; + children = ( + DA227E2C37D1F9D07F1F8E8C6B43B481 /* LICENSE */, + DC97FBF934575C77F92D439DDD68C175 /* README.md */, + D07F12B264879BA33FA83D742F3280B4 /* RNConfigReader.podspec */, ); name = Pod; sourceTree = ""; }; - 23DC196C4A8F00792440419094B7E516 /* Support Files */ = { + 23542D6744393B07E7488DF31F54A658 /* Pod */ = { isa = PBXGroup; children = ( - 386C27420ABBBC60FE85BAA7EC0ACCFE /* UMAppLoader-dummy.m */, - 67772880E4B73BD8F3356BE9517E4FF3 /* UMAppLoader-prefix.pch */, - A820D4DE4D2BA895C7D750245BCCC6DF /* UMAppLoader.debug.xcconfig */, - B2E0ED680835B25FAD5DCA8A84D4ACDC /* UMAppLoader.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMAppLoader"; - sourceTree = ""; - }; - 2433C1725C4799F623BE0703ADADEB1F /* Pod */ = { - isa = PBXGroup; - children = ( - 7FB1C1EDE36FEEFDC95053A51056638D /* LICENSE */, - E26595DB68E3637DB583C18D2E8AD4DC /* README.md */, - DF0E5E9D1ECF6CE666CD20F798EA881E /* rn-extensions-share.podspec */, + 73B1FD340D0E31781AB2DDD52ED94003 /* EXConstants.podspec */, ); name = Pod; sourceTree = ""; }; - 2441B209345B1D19F4EF53AE362FFE11 /* VirtualText */ = { + 23A3D473B477B88CE703DC33214E5729 /* Pod */ = { isa = PBXGroup; children = ( - F8874B4273D76B839616FA6F7722C2AC /* RCTVirtualTextShadowView.m */, - C42111E92B595E5773248CA66E90415D /* RCTVirtualTextViewManager.m */, - ); - name = VirtualText; - path = VirtualText; - sourceTree = ""; - }; - 2453B11AA1B26F1E610CB90F453C92B1 /* react-native-notifications */ = { - isa = PBXGroup; - children = ( - 0B9F41D67F9A3A8D7B5B8A058D5D9815 /* RCTConvert+RNNotifications.h */, - 9D1331AFBC431236D61E0518E19186C2 /* RCTConvert+RNNotifications.m */, - 8020FF565C7585E9C16EE39081AFF9F2 /* RNBridgeModule.h */, - 8597C79584D101B7CEFD80623ECAF7CB /* RNBridgeModule.m */, - 21A3AE0B82B605342DD2F54E0614760B /* RNCommandsHandler.h */, - CDDC19BBA763D871C3777F46C8C21BC8 /* RNCommandsHandler.m */, - A4EAA30EA349CB3397BD50DE8611981E /* RNEventEmitter.h */, - 72AEB3BD68CDE6B37221B1707A3E75D2 /* RNEventEmitter.m */, - 3CF2D326A2EDEAD99E537F120D48D52E /* RNNotificationCenter.h */, - 62D3FFC76E768F50527141D4D81DE464 /* RNNotificationCenter.m */, - B575A14AF5D843CB34E5763D6E905F48 /* RNNotificationCenterListener.h */, - EADB00B363C88E3C6B7CCCBC8D9EB813 /* RNNotificationCenterListener.m */, - 32E6519E7F77CEEDC26E885E9000D990 /* RNNotificationCenterMulticast.h */, - 6B1ACA5CAA89C6CE7DED29A1A070C169 /* RNNotificationCenterMulticast.m */, - 788287DA6833A06D1186481C47D0B85A /* RNNotificationEventHandler.h */, - B3369327A0B6FB771D8DF11C06E5EF7E /* RNNotificationEventHandler.m */, - CA842D452C4272B4538C95106D451C7F /* RNNotificationParser.h */, - 1C39AB9266EA68DB2D41A69239B3040B /* RNNotificationParser.m */, - 241FD703C652FD7E0EF392952EC4C081 /* RNNotifications.h */, - 61230F39D87DAF48C03B6974E0D662B4 /* RNNotifications.m */, - 48418BA4B2E91BF56802B010BDE77C5A /* RNNotificationsStore.h */, - F5B5F727AB5CE35A3C834577E476D803 /* RNNotificationsStore.m */, - 8C96DE1AA32329A2D07E963B9DAA1CFA /* RNNotificationUtils.h */, - EF44A2BF71B757E50FB5BEB6EDFD4526 /* RNNotificationUtils.m */, - 0A34F4E38FF6200F1DC65C7FF9426AE3 /* RNPushKit.h */, - C07A942D53BE5BF832D81FAEA9D7E44C /* RNPushKit.m */, - 61F91A94F1C85E99006D6BF2C1B552A4 /* RNPushKitEventHandler.h */, - 5ED164BAC32C89B4DF890E99E8DB7D15 /* RNPushKitEventHandler.m */, - 92CEC99045734C43053205068949728F /* RNPushKitEventListener.h */, - F07BCBFD826CDB981E5EB15622047CF9 /* RNPushKitEventListener.m */, - 76AACD0DCE6839ACCC08FAEBB45B6300 /* Pod */, - 33C97DB274A4755ADC301069512AB6DE /* Support Files */, - ); - name = "react-native-notifications"; - path = "../../node_modules/react-native-notifications"; - sourceTree = ""; - }; - 2478D300D82CEDCF4C97ABBC6B7A2118 /* VirtualText */ = { - isa = PBXGroup; - children = ( - 7AA7E7FD784E554499F7327FDC15C76E /* RCTVirtualTextShadowView.h */, - 66445E1AAC8E884669D7B0DE96EF6783 /* RCTVirtualTextViewManager.h */, - ); - name = VirtualText; - path = Libraries/Text/VirtualText; - sourceTree = ""; - }; - 24C9B7B2FF7C9A21C8A17357DAAD2F32 /* rn-extensions-share */ = { - isa = PBXGroup; - children = ( - 9E39C4FDB60EA447B1B20AB20987147E /* ReactNativeShareExtension.h */, - A52B739F49EB09538EDC778FA48DBEE3 /* ReactNativeShareExtension.m */, - 2433C1725C4799F623BE0703ADADEB1F /* Pod */, - 307B3A1A087011BBC92C5293443EEA7B /* Support Files */, - ); - name = "rn-extensions-share"; - path = "../../node_modules/rn-extensions-share"; - sourceTree = ""; - }; - 24DC9B3772DA265FAB09383A6552BB7E /* Support Files */ = { - isa = PBXGroup; - children = ( - A94DA8D00F897B86A566EF52C209E38C /* ReactCommon-dummy.m */, - 17845C38D05BBD45DFB217FFC17E7129 /* ReactCommon-prefix.pch */, - FC46C23F9D227FB0CEA7115AD920374D /* ReactCommon.debug.xcconfig */, - 7C66FC61052AD8B9222B815285514516 /* ReactCommon.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/ReactCommon"; - sourceTree = ""; - }; - 254258CD64DCAD448E2C0ECC7058A88B /* Transitioning */ = { - isa = PBXGroup; - children = ( - 51E36E7821F0670AF78C7220FDDE7E4E /* RCTConvert+REATransition.h */, - 11C11C0A3046603B4C05F20AEAB3394D /* RCTConvert+REATransition.m */, - 6C39B1AE2A47A5CCEC117A966E77C454 /* REAAllTransitions.h */, - 4913EB95076B93A53620BCE044869DD6 /* REAAllTransitions.m */, - AB427970A9501CFCB96FF7A15F259A52 /* REATransition.h */, - 2E73BDA8E009354600891EA2E74BD8D4 /* REATransition.m */, - 5A923EE728DC48A2A99DCEA87ADA8B34 /* REATransitionAnimation.h */, - AC7BBD3985B5F93606ADA56F4A73492B /* REATransitionAnimation.m */, - B493771C7A9C7835FFB31EA98AC8FED7 /* REATransitionManager.h */, - 17E2EC302E6FFA939CD2E62BD7A3DE92 /* REATransitionManager.m */, - 48AB268B643C4E3E60E84B9E68D0D1A5 /* REATransitionValues.h */, - B3268C78202AE1DD8F4F200E1AC0FF95 /* REATransitionValues.m */, - ); - name = Transitioning; - path = ios/Transitioning; - sourceTree = ""; - }; - 26002976B15591B14288E8763C4204B7 /* Pod */ = { - isa = PBXGroup; - children = ( - D91EDBDC0443F6DAB23A146A91F015EC /* KeyCommands.podspec */, - 760DC6A5B813BD761CBF8BC767648A0A /* README.md */, + 45DA8AFCAFB4CDA8B9E0578867B71E55 /* FBLazyVector.podspec */, ); name = Pod; sourceTree = ""; }; - 26AAF4D0199F841467D0BDF70C657481 /* EXVideoThumbnails */ = { + 24F2AE8168BB3C3E7927C0EF5DEEB282 /* Support Files */ = { isa = PBXGroup; children = ( - CC7343C2794DDE3360AC986F6A662D35 /* EXVideoThumbnailsModule.h */, - D1B031C53ACDF6604A7A6C89293289B3 /* EXVideoThumbnailsModule.m */, - 715957F2D3A89CB1737A6A812D5B8C71 /* Pod */, - DF78452C257D8042E5C842896EFF6A70 /* Support Files */, - ); - name = EXVideoThumbnails; - path = "../../node_modules/expo-video-thumbnails/ios"; - sourceTree = ""; - }; - 2701D9D0E00DF6E4F51FDEFB1AF0D3C6 /* Support Files */ = { - isa = PBXGroup; - children = ( - B0DFA591082873397F2918D0053401CC /* React-RCTActionSheet.debug.xcconfig */, - C8C922B0AD273B1203D5CF15B71278D4 /* React-RCTActionSheet.release.xcconfig */, + 04DA95BC4E0C47C6135DB1B2875BABAC /* EXVideoThumbnails-dummy.m */, + A9CFBCC864EA970F281B4991D8E99422 /* EXVideoThumbnails-prefix.pch */, + 81834A7D0A5FEFE6786990A379A44991 /* EXVideoThumbnails.debug.xcconfig */, + 0986669E69C41DF562CD7BFB7F72901A /* EXVideoThumbnails.release.xcconfig */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTActionSheet"; + path = "../../../ios/Pods/Target Support Files/EXVideoThumbnails"; sourceTree = ""; }; - 27395316AD75EB50ED9025D3BEBEEE99 /* Pod */ = { + 252AD2056C6277F6DC6F5A73311785B3 /* React-jsiexecutor */ = { isa = PBXGroup; children = ( - C6D191D652CCE411D0475628BCCFE7EC /* EXAV.podspec */, + 9F02C65BF34DA40860710D3B63EFBDC5 /* JSIExecutor.cpp */, + 2F374797252465FF2D7A549419007F6D /* JSIExecutor.h */, + 2021F8A8A32E47DF952B0456909EEEE2 /* JSINativeModules.cpp */, + 8C5B82EC457F4CE9ED938DA3C255EAAF /* JSINativeModules.h */, + F91924AC2CF6AD9510F437ABD0B47FAA /* Pod */, + 14ECD6E01580995435BBEAA174B467CD /* Support Files */, ); - name = Pod; + name = "React-jsiexecutor"; + path = "../../node_modules/react-native/ReactCommon/jsiexecutor"; sourceTree = ""; }; - 2771C279BCA5B98B594B771876298B34 /* Support Files */ = { + 25B2F6FD897BAB8F772BE6A84443893F /* UMCameraInterface */ = { isa = PBXGroup; children = ( - 954918646509AF93DC0ABEB99FE68685 /* react-native-cameraroll-dummy.m */, - 393EA614431E7CC362E47763C9A913E3 /* react-native-cameraroll-prefix.pch */, - 0B8C6E3279D0775633D5B30DF6E1E745 /* react-native-cameraroll.debug.xcconfig */, - F1404E07989F133C5C1A93B7817DA72D /* react-native-cameraroll.release.xcconfig */, + 527A64E2F5621C4158685235D2F4BC46 /* UMCameraInterface.h */, + 48C81FA859F7C5ABFC3263BADE19BAB5 /* Pod */, + 28531EF10B2421216858D23AF4E87146 /* Support Files */, + ); + name = UMCameraInterface; + path = "../../node_modules/unimodules-camera-interface/ios"; + sourceTree = ""; + }; + 25ECBA693700E776FF141B59873FA61C /* Support Files */ = { + isa = PBXGroup; + children = ( + AD6F60CA348191920460C22BAC441857 /* React-RCTSettings-dummy.m */, + 34DB29D4AE143B49B7ACE4BC38ABB4FF /* React-RCTSettings-prefix.pch */, + 11B69FFD7AB91D6B73E56B5E279B6794 /* React-RCTSettings.debug.xcconfig */, + CDBB37A01075172885F036A06A92ECF6 /* React-RCTSettings.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/react-native-cameraroll"; + path = "../../../../ios/Pods/Target Support Files/React-RCTSettings"; sourceTree = ""; }; - 28036399FEBC8C751D5FA42396ADA2E9 /* lninterpolation */ = { + 263B45FA3CDB20D514BCE842C7051513 /* UMFaceDetectorInterface */ = { isa = PBXGroup; children = ( - BB60E8FCBAC4F721188E4202F9EED812 /* Color+Interpolation.h */, - 0E5E57A89D393DA2C41A994E5C5283DA /* Color+Interpolation.m */, - 15DD928E776E8E1468A601C836B27774 /* LNAnimatorTemp.h */, - E00B739AB623D7B8CFE65FA1ACC79F3C /* LNAnimatorTemp.m */, - 7704F8FBEFE7EEE7A5BC729F8ABA3258 /* LNInterpolable.h */, - 108A9F55F9A01956ADF7C3BCC27D7567 /* LNInterpolable.m */, - D803C5AC0C2AE94CD4CD22EF4C5FEF32 /* LNInterpolation.h */, - 40AB364E75933614EBCAC26691F4A178 /* NSValue+Interpolation.h */, + B02B73C78B4879112B832545A7EDAF0F /* UMFaceDetectorManager.h */, + 550CD245E0C3AE2583D0D5F6FB47FD5D /* UMFaceDetectorManagerProvider.h */, + 09D590385C4F3B96E799BD28F1B40DAF /* Pod */, + AEFB8D927AE690F1123962A8F90E6BC3 /* Support Files */, ); - name = lninterpolation; - path = lninterpolation; + name = UMFaceDetectorInterface; + path = "../../node_modules/unimodules-face-detector-interface/ios"; + sourceTree = ""; + }; + 27E53A8FFC5507BBDA219B18BC91D117 /* Support Files */ = { + isa = PBXGroup; + children = ( + EF42D26B5FE68CC054D1033C8E2E6BBD /* UMFileSystemInterface.debug.xcconfig */, + 794413679EF9D4E33E909FEEE391632C /* UMFileSystemInterface.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMFileSystemInterface"; + sourceTree = ""; + }; + 28531EF10B2421216858D23AF4E87146 /* Support Files */ = { + isa = PBXGroup; + children = ( + 922934DAA3CE50B0BDB5D030664AC7B2 /* UMCameraInterface.debug.xcconfig */, + EE685BE0257B2B859A19AAC6A68263C6 /* UMCameraInterface.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMCameraInterface"; sourceTree = ""; }; 29BD17BB413C1CE02D075B1D43FDBB1E /* glog */ = { @@ -14058,6 +14190,77 @@ path = "../Target Support Files/GoogleDataTransport"; sourceTree = ""; }; + 2AB561B57E45F2521857981DC8CBF6C0 /* jsi */ = { + isa = PBXGroup; + children = ( + 7CBB7394104549553638DD49E110C941 /* decorator.h */, + 7FD743AAC47D3BB75DFD59BB9FF83334 /* instrumentation.h */, + 9F42E8E90C5FA5FA3F4C73E0B5286BAF /* jsi.cpp */, + FCA3E59BF46D2A480D2F0E668E8F8DA2 /* jsi.h */, + 9B0F6829CA2FFBEA075E170CCE607D4E /* jsi-inl.h */, + 220BA5CF766557292D8AE559EFCA7234 /* JSIDynamic.cpp */, + E76947DFC349285E9FF32A1D630AB6CE /* JSIDynamic.h */, + 7101DBFB47A3DACE072B4BCBF4D3A2E7 /* jsilib.h */, + C84D6F063C1E712C35B33FF5E16205A6 /* jsilib-posix.cpp */, + 9E86AC096AB6CC88DDF277B55B8C3F82 /* jsilib-windows.cpp */, + EF242F24657FD12E185B61FF7BD77A31 /* threadsafe.h */, + ); + name = jsi; + path = jsi; + sourceTree = ""; + }; + 2AF79C93DEA4561B0D8C5D5301A8EAEC /* AppDelegateSwizzler */ = { + isa = PBXGroup; + children = ( + FAF5E90534587955F75F0BA1B47586A0 /* GULAppDelegateSwizzler.h */, + FA700A1128BEF46A73E29BC782C59350 /* GULAppDelegateSwizzler.m */, + A6EF3A1EC6525D12FB79C2416BB7BEC8 /* GULAppDelegateSwizzler_Private.h */, + 207D033924BC89A9D825571017000E61 /* GULApplication.h */, + B5C7B18D6D3F30663747A4FBD5B89021 /* GULLoggerCodes.h */, + 40568C7D34C220B7EB13022AAAAD478E /* GULSceneDelegateSwizzler.h */, + DC896A0A5484F552162E3CCD6B83F43E /* GULSceneDelegateSwizzler.m */, + 995E4F74CBEB09358653A53C28BF5EF9 /* GULSceneDelegateSwizzler_Private.h */, + ); + name = AppDelegateSwizzler; + sourceTree = ""; + }; + 2B06A36780285DD10B0647020D9DB649 /* React-CoreModules */ = { + isa = PBXGroup; + children = ( + 8B92853E9C57FF063AE4B47212E2D2FB /* CoreModulesPlugins.mm */, + A68A17A699632B273698F8CD377ACA7B /* RCTAccessibilityManager.mm */, + 5E6EFEC31D5E2FB23539FE0FE37AC18B /* RCTActionSheetManager.mm */, + BED902D1202ECE791F272D99BB412BA3 /* RCTAlertController.m */, + FDC827CAD098494CE93C8DB6B5AFDFB2 /* RCTAlertManager.mm */, + EDA059C8D0C08F0EDF72D6845373DFBF /* RCTAppearance.mm */, + 5263E84C40285397FD6310C7E318BB12 /* RCTAppState.mm */, + C79F5EDD9360ECB197D9A7E2C9480351 /* RCTAsyncLocalStorage.mm */, + 4B6671414FC214F495EA6F07218F7E62 /* RCTClipboard.mm */, + 3A2D6CFFD5F0D212F96007DCF42BA0C7 /* RCTDeviceInfo.mm */, + F06ABA86411AA9DA1553E7F739FB3C7E /* RCTDevLoadingView.mm */, + 601078D028F968B09B4769C7FBFF3CF7 /* RCTDevMenu.mm */, + 4E6FF22C06B9D44F6AFC5A859221A14F /* RCTDevSettings.mm */, + 86646EFFAFE0A6D80E888C470B7B02BF /* RCTExceptionsManager.mm */, + BAB6CF65493D83DEF448745FD3F8BE63 /* RCTFPSGraph.m */, + 737D309F650EAA414F379B6BEB0950A3 /* RCTI18nManager.mm */, + B78A759076798F00B49F1F89673C92E0 /* RCTKeyboardObserver.mm */, + 3CC918D1F2AEA3EB227977B3BC03F83E /* RCTLogBox.mm */, + 858D6D85E9777ED85C5B545307C7C700 /* RCTPerfMonitor.mm */, + BE04A2EAFD50B0BA9CEC2B8542451A41 /* RCTPlatform.mm */, + B95D6B2B77DC9944A070034A19062705 /* RCTRedBox.mm */, + 46BDDC37C63D93E2A045F7060F65E2FB /* RCTSourceCode.mm */, + 8CD5F6BFE6C11EEA4F4DF313B108C57D /* RCTStatusBarManager.mm */, + 41D4722EED57CD29A826B7F1B09DCDDD /* RCTTiming.mm */, + 18CEE7717F1C1646B51177AF763B9B4B /* RCTTVNavigationEventEmitter.mm */, + C5DB5F72BB46E070775C36779EB107FD /* RCTWebSocketExecutor.mm */, + A94F47AE6735F51649DB64C414E3777F /* RCTWebSocketModule.mm */, + 410BCCB30EA19BBFB5AF583FCF1B00E0 /* Pod */, + 94612447ED3B26A65E6E694A133CAC17 /* Support Files */, + ); + name = "React-CoreModules"; + path = "../../node_modules/react-native/React/CoreModules"; + sourceTree = ""; + }; 2B7B159B24C9D392F68B0CBC8D93E2F9 /* FlipperKit */ = { isa = PBXGroup; children = ( @@ -14079,28 +14282,70 @@ path = FlipperKit; sourceTree = ""; }; - 2CC411E6D95010368DBBC77C3FF45FBD /* Support Files */ = { + 2B7BC64FCD0937DAB40EA1CA2A56BEB2 /* Pod */ = { isa = PBXGroup; children = ( - 65C0132C916BC74C97D07BA881A743DA /* RNDateTimePicker-dummy.m */, - 8544CF2BCD559E23FA4E3D9D6A2A0158 /* RNDateTimePicker-prefix.pch */, - 219CAB2AB5D9006B8F52183D235333A3 /* RNDateTimePicker.debug.xcconfig */, - F0706E78F9750DCFFF67264CCEFFD317 /* RNDateTimePicker.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNDateTimePicker"; - sourceTree = ""; - }; - 2CE19ACEA5C067466B9590759725D574 /* Pod */ = { - isa = PBXGroup; - children = ( - 0C4783DB952DFA69687477F5C32DB710 /* LICENSE */, - 8544EE9A868239C0CD2A14F9A082C9F2 /* README.md */, - 48546C71C4560C58B3287B7563077CF4 /* RNFBAnalytics.podspec */, + BCC8FE7ED896B53A66E8FB2DDDF76023 /* LICENSE */, + 0B21D504201F6AC4EC9734890EC1499E /* README.md */, + A32DEAD5C6F4C51922D080954CB487B7 /* RNFBAnalytics.podspec */, ); name = Pod; sourceTree = ""; }; + 2BD39DF9A8A335EAD527442F067D64F5 /* Pod */ = { + isa = PBXGroup; + children = ( + 3574E0551F9C83727E5CA4C1402AE59E /* FBReactNativeSpec.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 2BDA909F91266F7AB4E5779420761E63 /* Pod */ = { + isa = PBXGroup; + children = ( + 2025175E39E86B8209C62683AC874368 /* api.md */, + 9FA53F3D1A5F9A49C757666DD13EC997 /* LICENSE */, + 278C31EDA2F0A247C4E58F2B148366A5 /* ReactNativeART.podspec */, + 2B15A37AAA4CCCEC5D4969478F907960 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 2BE1679999D3D126D460AD847DC609E1 /* RNVectorIcons */ = { + isa = PBXGroup; + children = ( + FCDFDD4C5914D4E4C5E79180704E909F /* AntDesign.ttf */, + EE12C4CE13B6DBA6BB9D500952290DC8 /* Entypo.ttf */, + 56EC2898397BEB75E80A051F26933906 /* EvilIcons.ttf */, + C749E46276AFD492AF5492E8CCE5B640 /* Feather.ttf */, + 3FA335B3751BDFAA929F8A4361E31BEB /* FontAwesome.ttf */, + 4131C7052C97779C5A8A7488A2C5FCFD /* FontAwesome5_Brands.ttf */, + AEFDDEB1893FB8B111582FBE8BD153BC /* FontAwesome5_Regular.ttf */, + EDD9953DD5FBE912757976A20FFE162D /* FontAwesome5_Solid.ttf */, + 9E4BF9C67629DC5F1B0CB9BB20C4ABBC /* Fontisto.ttf */, + EF8C9A1D332C26FB7016863406A0AD14 /* Foundation.ttf */, + BC85C9106C5E0E948F1AFC4E8C5A528A /* Ionicons.ttf */, + 1CDADFE52D8132B836697A89215195E9 /* MaterialCommunityIcons.ttf */, + 3ED941B828C516B3B5799603EE5B48BF /* MaterialIcons.ttf */, + 24E417940EB3F7CF50B275AED41E5588 /* Octicons.ttf */, + 6177E489BCF343D6A1ACA22EE8A9BD44 /* RNVectorIconsManager.h */, + 575A6B272A7DE9656C90B10A6F6C34DB /* RNVectorIconsManager.m */, + 4EE73CF59C4C4C08E252F61FC28F1DEA /* SimpleLineIcons.ttf */, + E8CC3C456DB5FF2AED5C045F1A35A14F /* Zocial.ttf */, + E0C5369AB8CAFF1FD93F8FFBECAF7C89 /* Pod */, + 7D5C80CC295F2B78C4F233A002F845FA /* Support Files */, + ); + name = RNVectorIcons; + path = "../../node_modules/react-native-vector-icons"; + sourceTree = ""; + }; + 2CAA4B6E5BF67839F0DC08C39A53EF30 /* Core */ = { + isa = PBXGroup; + children = ( + ); + name = Core; + sourceTree = ""; + }; 2D2E77B20873856B040ECEBDB9109809 /* Support Files */ = { isa = PBXGroup; children = ( @@ -14111,48 +14356,12 @@ path = "../Target Support Files/GoogleAppMeasurement"; sourceTree = ""; }; - 2E837E9C4CC4ABEDDB7B96FA356FB61F /* Support Files */ = { + 2E4FFEABB3CBD817DC681B9CB0AE2122 /* Pod */ = { isa = PBXGroup; children = ( - 45701D45F1AF1DBAACB55B9487BFF1C4 /* react-native-restart-dummy.m */, - 2BF7832FD712FE447DB20573C559B54C /* react-native-restart-prefix.pch */, - 0A7CB14EF7F176086DA264E6AABC452C /* react-native-restart.debug.xcconfig */, - C657C62307ED87B9F04DD3A09D8B41E0 /* react-native-restart.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-restart"; - sourceTree = ""; - }; - 2FA8405275FBB25CA66F08475248E833 /* QBImagePickerController */ = { - isa = PBXGroup; - children = ( - 6E1DFE0D3B5AF43B8C84A3E7966B2B1B /* QBAlbumCell.h */, - 7E074A29F34F6A41EF0C25CC20F1453F /* QBAlbumCell.m */, - 805C841207E4FC08B0F39BB21B2D0AEB /* QBAlbumsViewController.h */, - 1EDF3AF385422B46BBDE4E730DA5D7A6 /* QBAlbumsViewController.m */, - B07FF36CFEE2644784956515CE484906 /* QBAssetCell.h */, - AFF5106E1B57BCDB994435B02BBA980E /* QBAssetCell.m */, - 9463CCABFF349B52758B917D4C9FA77C /* QBAssetsViewController.h */, - 7E989A2F41C24D1E7C562F56117B742B /* QBAssetsViewController.m */, - 76E7C9CAF30765AB22F55A22EEC0A944 /* QBCheckmarkView.h */, - 4AD1873F1D03A2360CCC0DB15C1EDDF0 /* QBCheckmarkView.m */, - 64DB98BEE8E0B74B3722D60671CB681D /* QBImagePickerController.h */, - 164181A5F456879F1ECD813AA1DD078B /* QBImagePickerController.m */, - 167B6DA102D18369FBE1026EF6C7B8DC /* QBSlomoIconView.h */, - 719905B6632ED1EA36743269AC271928 /* QBSlomoIconView.m */, - 3142282CACA691C0B7519DE2D72DA78B /* QBVideoIconView.h */, - B855631FC41E72EC02F37BA684CDF702 /* QBVideoIconView.m */, - D398B0707401A1236BFA3E304319BB7B /* QBVideoIndicatorView.h */, - 2525C4D2A06A3A9EE8E686423ECDF538 /* QBVideoIndicatorView.m */, - 69FD8A4E1FCBEF768E14F08BCE00ADA8 /* Resources */, - ); - name = QBImagePickerController; - sourceTree = ""; - }; - 300559201D02D7D7FDF90444F9F4AFB1 /* Pod */ = { - isa = PBXGroup; - children = ( - 6AE873137F7B9CB9919C63B50A27A316 /* React-jsi.podspec */, + 12573D449D8D46379E847CC3051DA33F /* LICENSE */, + AF93EF623473920C4DBD6F224219204C /* README.md */, + 03BE0CA9E1B1C0EEC8540A68C813E549 /* rn-fetch-blob.podspec */, ); name = Pod; sourceTree = ""; @@ -14371,24 +14580,13 @@ path = FirebaseCrashlytics; sourceTree = ""; }; - 307B3A1A087011BBC92C5293443EEA7B /* Support Files */ = { + 3076ACDAB03EE90D6D2AE245EF7BCE01 /* RNConfigReader.xcodeproj */ = { isa = PBXGroup; children = ( - 62B9970332BFF2909EF0E4120A9D3AE9 /* rn-extensions-share-dummy.m */, - 5682B81F132F46A49566E1FEDD0D7FE5 /* rn-extensions-share-prefix.pch */, - 657A7BD32C86B54F9F37E6FFA881E56C /* rn-extensions-share.debug.xcconfig */, - 1C8DC4867C477A13779E86217FCCF149 /* rn-extensions-share.release.xcconfig */, + 5F8207A4A9D37575E823E4740ADB11B0 /* project.pbxproj */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/rn-extensions-share"; - sourceTree = ""; - }; - 3127C28103C6B906C7AC96E7D910FC71 /* Pod */ = { - isa = PBXGroup; - children = ( - E061DBDDA82F1E72AAA1C215DFD4E768 /* React-RCTActionSheet.podspec */, - ); - name = Pod; + name = RNConfigReader.xcodeproj; + path = ios/RNConfigReader.xcodeproj; sourceTree = ""; }; 313C7B5E349087164929BEAC6335F1CC /* Static */ = { @@ -14480,14 +14678,6 @@ name = Static; sourceTree = ""; }; - 319E8FAC68F9293F7ACDBB3C42331D7F /* Pod */ = { - isa = PBXGroup; - children = ( - 183A3CD2CB620A391A684401DEFA61DD /* React-cxxreact.podspec */, - ); - name = Pod; - sourceTree = ""; - }; 31B69FBEBF42401877656B063420CC9E /* Frameworks */ = { isa = PBXGroup; children = ( @@ -14497,216 +14687,129 @@ name = Frameworks; sourceTree = ""; }; - 32246370797B36625B7FFA5BEA1CF0FF /* Environment */ = { + 32C8DC8BDE75A71BB2F933F75B0F61DE /* Pod */ = { isa = PBXGroup; children = ( - E690A58F90EA5E35BE0ED21E70BBCBE3 /* GULAppEnvironmentUtil.h */, - D5DB4A7B80E8B844C094A779BC37604A /* GULAppEnvironmentUtil.m */, - 9C4D31969FB4C2B4E1904CA60A3076E1 /* GULHeartbeatDateStorage.h */, - 72C8CC6514D001CD2751ECEBAFD50F1A /* GULHeartbeatDateStorage.m */, - AC7D2824AB1BA42B6A4D91D198778B7B /* GULKeychainStorage.h */, - D48425B1243E8DA9313085E403E1DF0A /* GULKeychainStorage.m */, - 91F1B0EBFE87C325A5AAB9C3A107E1AB /* GULKeychainUtils.h */, - 8E9AF4946C813470571E7F70196972FD /* GULKeychainUtils.m */, - 0A6F2F519209E6E51A45CD729B54EDD5 /* GULSecureCoding.h */, - 5658C71B558145AD425C652C11FC74CB /* GULSecureCoding.m */, - ); - name = Environment; - sourceTree = ""; - }; - 322EC7C79B21A06741E9F99D41DA8B90 /* BugsnagReactNative */ = { - isa = PBXGroup; - children = ( - 088D867B6045E08C3426542A42C39248 /* BugsnagReactNative.h */, - 2B23696C4D2092E47E753B377B79D93E /* BugsnagReactNative.m */, - C7EE41D4F45CF202BA276C144B93C04A /* Core */, - 4D062C7D54331DF51052605E864E41C9 /* Pod */, - 1C64ADE8976FB9DE959E652B063CBC84 /* Support Files */, - 008F1C17C9FE5A8C15452B74A46E3245 /* vendor */, - ); - name = BugsnagReactNative; - path = "../../node_modules/bugsnag-react-native"; - sourceTree = ""; - }; - 3347A15028CB707BC738940931307A0A /* RNScreens */ = { - isa = PBXGroup; - children = ( - A68BDE1D27D8BBDF4F0FF1E4D3299C7E /* RNSScreen.h */, - 47911BDD5392F9B7EC2BC4EC53F4A7A1 /* RNSScreen.m */, - B4FCFB6F827967E76CEAE1ADAA9117A4 /* RNSScreenContainer.h */, - E3CEA8AFB270C075A75AC1B2DCF05C2B /* RNSScreenContainer.m */, - F9E73C39E10261092906C3D5657BF9E9 /* RNSScreenStack.h */, - 8977D178FB424E2C46F7830F61F996BB /* RNSScreenStack.m */, - 0F8BA9789DB2ECEC633C2ADFA917A323 /* RNSScreenStackHeaderConfig.h */, - 046AC6AC697ABA697735A3767B51D1BC /* RNSScreenStackHeaderConfig.m */, - AC108041F90FB4B0F47742241E804688 /* Pod */, - E8DD2D111217A29B1B6CC6478D2E5915 /* Support Files */, - ); - name = RNScreens; - path = "../../node_modules/react-native-screens"; - sourceTree = ""; - }; - 335E154BBFE67657FAE74E6D746420F3 /* Pod */ = { - isa = PBXGroup; - children = ( - C506F14B42C7F201B2297C1173C5BE7C /* LICENSE */, - 0B443544018F1FA8DA9FE231A43FC172 /* react-native-orientation-locker.podspec */, - 0BEFEEA718A62B7F6AB0182EB3B367CE /* README.md */, + 5F950526D55E178E8D27241A20260909 /* EXWebBrowser.podspec */, ); name = Pod; sourceTree = ""; }; - 33612530EFA89C233E2787FE6CA24778 /* Services */ = { + 33E809EEA755F6287A92F4FB1952AD22 /* RCTNetworkHeaders */ = { isa = PBXGroup; children = ( - ED3C67B5CFAB8AD277BE0BBF467B576D /* UMReactFontManager.h */, - D5BC5A1117AE1CC89B1F6CE37FA3DB93 /* UMReactFontManager.m */, - 0546496D55B12E0B66130FF244AB7E09 /* UMReactLogHandler.h */, - 37EFFE3643F7D3B32A469D781741A344 /* UMReactLogHandler.m */, - 2C20E8396D13BA76B347FDF6932C5913 /* UMReactNativeAdapter.h */, - 8328EE242308AB157F8D434189FE6519 /* UMReactNativeAdapter.m */, - F2DB6B4D4D06F11F193E603949353D40 /* UMReactNativeEventEmitter.h */, - 337C05F80AB577936A86803EDEADA135 /* UMReactNativeEventEmitter.m */, + DF4ADDD34E5A2E3973EF17E85B448F62 /* RCTDataRequestHandler.h */, + 26712389B6E9E5B92816FA2DC68C0A82 /* RCTFileRequestHandler.h */, + 70D3842005D4B48F1A7A26D832E4D45C /* RCTHTTPRequestHandler.h */, + FFD6BF55DC9F3C6A30BDF776A04891C8 /* RCTNetworking.h */, + 3781EE523E30E0F27639A014809DB2C3 /* RCTNetworkPlugins.h */, + 9C04596974E6A0A67E3DBD0891538191 /* RCTNetworkTask.h */, ); - name = Services; - path = UMReactNativeAdapter/Services; + name = RCTNetworkHeaders; sourceTree = ""; }; - 336EAB720FA8DFB3CAE06D9CB5474FE7 /* keyboardinput */ = { + 3421576FD15C2F141422B619A9A9143A /* core */ = { isa = PBXGroup; children = ( - 28036399FEBC8C751D5FA42396ADA2E9 /* lninterpolation */, - FDE3FD936D367C74AABAE063BB0AF9FA /* rctcustomInputcontroller */, + 2EA10F1C8ECE1F7E3461D17EC0B448E0 /* LongLivedObject.cpp */, + A142A31D82C511803517201F7CD8F142 /* LongLivedObject.h */, + 518175D8F6F583ABC1295D62EF0836B2 /* TurboCxxModule.cpp */, + 85EC91F040C9022FF485ECF4C4141A1B /* TurboCxxModule.h */, + 760FBA164CE4D40C5152C8A412EB67A7 /* TurboModule.cpp */, + 13CF0886E23BD22512D418EF7C1A6934 /* TurboModule.h */, + 6E2D6371FFB2B8CE65ECCDF87A3A3820 /* TurboModuleBinding.cpp */, + 6C4F65716B45CCF4C00C7331F05251F3 /* TurboModuleBinding.h */, + BB20ECCAB628D6D02BCBC58A56A3AB6D /* TurboModuleUtils.cpp */, + 47562016F7B969946C3B1FB7D447DDB0 /* TurboModuleUtils.h */, + EC0B17B8932BBF72D9E1DF53558F13D6 /* platform */, ); - name = keyboardinput; - path = ios/reactnativeuilib/keyboardinput; + name = core; sourceTree = ""; }; - 33C97DB274A4755ADC301069512AB6DE /* Support Files */ = { + 360490E5844BA0B5C37AE203F137E336 /* Network */ = { isa = PBXGroup; children = ( - B6AB1C3BCBEB6BC5E6C87A5182CB737A /* react-native-notifications-dummy.m */, - 184328C5938286F59C0E415DAFFF44CE /* react-native-notifications-prefix.pch */, - F6475424E2761AFCDB2C8F67774174D2 /* react-native-notifications.debug.xcconfig */, - 32C2B727C55504BEA6319B64DC61771E /* react-native-notifications.release.xcconfig */, + D6E36611DA2E311934E91A9E5E1FE7B4 /* GULMutableDictionary.h */, + E241BF94F52AD7C6766EE972911A71B1 /* GULMutableDictionary.m */, + CB2BADB97801039FDB7ECF5877B45D82 /* GULNetwork.h */, + 704C525C1E2E631E369793D288EDC211 /* GULNetwork.m */, + 23959EB04031C567DA4ECA2473F11B8C /* GULNetworkConstants.h */, + C3360CC02F884F73246268FF2F604D66 /* GULNetworkConstants.m */, + 19DCE5754EE946E76B80323EDBE27078 /* GULNetworkLoggerProtocol.h */, + C9C85AA18121D7AB9AD524E166C2D2FA /* GULNetworkMessageCode.h */, + B9B56AA0A56ABCE1A3F9FB4961729C97 /* GULNetworkURLSession.h */, + C669CC34E605D6C4FEE5421C25BF3BEE /* GULNetworkURLSession.m */, + ); + name = Network; + sourceTree = ""; + }; + 37301CF505F3E0B528A4CC0F8D24C925 /* Support Files */ = { + isa = PBXGroup; + children = ( + B02B9E07D304CFDDFE574E43762A26CD /* react-native-notifications-dummy.m */, + D907C1006822AE7E5DBCBC9C43F0A34A /* react-native-notifications-prefix.pch */, + 75142469360160A29114C49BE60A9BA9 /* react-native-notifications.debug.xcconfig */, + E7324BBA7023ED83B4F4001C479EE2E0 /* react-native-notifications.release.xcconfig */, ); name = "Support Files"; path = "../../ios/Pods/Target Support Files/react-native-notifications"; sourceTree = ""; }; - 34703D8373F34E93322A1E3432565FD0 /* Support Files */ = { + 386BE596A7262A24FB5F16EA0798A18A /* react-native-safe-area-context */ = { isa = PBXGroup; children = ( - 5027173D497DA6BB6AC4E1BADDC5DFFE /* UMConstantsInterface.debug.xcconfig */, - C687F98C396384C19C02AA33B5DB0E4C /* UMConstantsInterface.release.xcconfig */, + 4C0548C7E6BD8D4DEEE329129FC0DD93 /* RCTView+SafeAreaCompat.h */, + BDA53F3D924FAEE87B13686E90B2E1D4 /* RCTView+SafeAreaCompat.m */, + 77A4905AA8F9B58112D16BD1AE111439 /* RNCSafeAreaProvider.h */, + 079F421CEBAA5714D5242D10FE096383 /* RNCSafeAreaProvider.m */, + AEF2B1327E3A0E910859DB1FAA873EEB /* RNCSafeAreaProviderManager.h */, + 7AA1A1F30D6D425B686F5BE9F4157F1C /* RNCSafeAreaProviderManager.m */, + F632A767D36CA96430D21AAC35EAE443 /* RNCSafeAreaShadowView.h */, + 805787D0D109B2B72EA530123559E82D /* RNCSafeAreaShadowView.m */, + 42BB9627879954CA248160C80B018C2B /* RNCSafeAreaView.h */, + 6282CC5CA9C8EC688117C809E2F105DB /* RNCSafeAreaView.m */, + B7D402B25CA9CF5536A10956564084AC /* RNCSafeAreaViewEdges.h */, + 7AC980CE9E0C93ACED4762B5E0445292 /* RNCSafeAreaViewEdges.m */, + 02535C8D2F06FA1A20031E1754A28A37 /* RNCSafeAreaViewLocalData.h */, + AF0E2BA96CC946CD263588759AB4B7C8 /* RNCSafeAreaViewLocalData.m */, + 57CAE1D04BB2A83386D041BBC7960073 /* RNCSafeAreaViewManager.h */, + 95B600BE9BE3B22A5CF3182E1D85F85C /* RNCSafeAreaViewManager.m */, + AEC1DA196392E6A4C52AE27E7F00CB4F /* RNCSafeAreaViewMode.h */, + 417D1AEB7BB707D73EEE2591C6E16F7B /* RNCSafeAreaViewMode.m */, + 65A1D69955965C1373E9D9F31C795424 /* Pod */, + 6D4C1F7C4569B55713670CB93A776C36 /* Support Files */, + ); + name = "react-native-safe-area-context"; + path = "../../node_modules/react-native-safe-area-context"; + sourceTree = ""; + }; + 38D89F260805471CA4B654525874D11E /* Support Files */ = { + isa = PBXGroup; + children = ( + 6DAA07F9B18F488404697C02CC478BA1 /* RCTTypeSafety-dummy.m */, + DAD4DCD3C7DE0DAF075CC2392CDD7424 /* RCTTypeSafety-prefix.pch */, + 0F71D086ECFD2FF7404774056F25DE2A /* RCTTypeSafety.debug.xcconfig */, + D2EEBE4D28122A45923BEB587CE57C45 /* RCTTypeSafety.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMConstantsInterface"; + path = "../../../../ios/Pods/Target Support Files/RCTTypeSafety"; sourceTree = ""; }; - 34E744139B0B223720C1536AECA7983A /* RCTNetworkHeaders */ = { + 398CA28BE84A9F7172E2358C35AFD384 /* Pod */ = { isa = PBXGroup; children = ( - 869165C4DCAF5320CFAF800BF8B965FD /* RCTDataRequestHandler.h */, - 2187013DC1706E95EA17D296F0D7003D /* RCTFileRequestHandler.h */, - 1564F064BC7FB538AC2958CE2F7CAF97 /* RCTHTTPRequestHandler.h */, - 64AE35DEE55E9E48060085497F8C7326 /* RCTNetworking.h */, - 3D1D3E03323804483A8B1002CC1CFFFD /* RCTNetworkPlugins.h */, - 98FFFB3B367F5C1068DE90A69C635A53 /* RCTNetworkTask.h */, + 6455C6744C39E87229926DDC2534A21E /* react-native-slider.podspec */, ); - name = RCTNetworkHeaders; + name = Pod; sourceTree = ""; }; - 357FA82F595FB4AB9D3EAEB9B872B643 /* Support Files */ = { + 39B2951E15AA33E6062F3F1680CDA3C6 /* Pod */ = { isa = PBXGroup; children = ( - D7EEF1D4C2AD577DEF2E7A99CE046356 /* react-native-mmkv-storage-dummy.m */, - BAEFC2976989F7497E985CFB93529757 /* react-native-mmkv-storage-prefix.pch */, - 5AB3C649C585BDA1CC889A3ACB1EC56D /* react-native-mmkv-storage.debug.xcconfig */, - C1E6F883A71F4A30A2412A3C7C51B0CC /* react-native-mmkv-storage.release.xcconfig */, + 189F11D81A75938F1C6BB1D705FEF05D /* README.md */, + AE9F542C76CD1FB2BBA2796D87CB5361 /* RNRootView.podspec */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-mmkv-storage"; - sourceTree = ""; - }; - 36401B6FDC3CC484C71C8F0B1BAC2491 /* UMCore */ = { - isa = PBXGroup; - children = ( - D7FE0E377DF83BDDD47EBBE3BFF65B2E /* UMAppDelegateWrapper.h */, - 15002F497B38534C7E85E93F6D8828D5 /* UMAppDelegateWrapper.m */, - 4D4699513F040957CB9723281D5E8479 /* UMDefines.h */, - 652E04564294D4AC4C2F15690F088976 /* UMErrorCodes.h */, - F641B55B73B979E4C101E9557F3EDE9E /* UMErrorCodes.m */, - 5FD3692921DE1167D5624A42D3089C23 /* UMExportedModule.h */, - AAE94834EC9C6763C4B60BDBE1904283 /* UMExportedModule.m */, - 921EB7BF8E7D52E2AF99AEC8CC0CAAE1 /* UMSingletonModule.h */, - B57C8724F1C80F962A97684600EB44A5 /* UMSingletonModule.m */, - 203A69BB4AF747B0FA7A9C9D887BBC26 /* UMUtilities.h */, - 9C70DF689386C6615E84D91DCD02A33A /* UMUtilities.m */, - 2D7346ACF081103646C53D731C0637CD /* UMViewManager.h */, - C7A7073A304C50CED5EF2BA22F761864 /* UMViewManager.m */, - D60C9890639305A2B182B38DBC8BFF08 /* Pod */, - 9E94B3DEA0B2E3430D26A7077D598157 /* Protocols */, - D63CD102A66927918037E8AE142D683F /* Services */, - 65DF7836B9FD89E5A36D0B4D2769B81A /* Support Files */, - 1EF6DCE9EC31573C3921839BCA04FD5F /* UMModuleRegistry */, - 5443C0A9935C17025DF847606ACA756C /* UMModuleRegistryProvider */, - ); - name = UMCore; - path = "../../node_modules/@unimodules/core/ios"; - sourceTree = ""; - }; - 371288F3D9D92A545B8B56546F2C866A /* Support Files */ = { - isa = PBXGroup; - children = ( - 56EB0BBEC86C775EF1DD9EA3807842AF /* RNCPicker-dummy.m */, - 580E6012017FA946FFD766E17030AD64 /* RNCPicker-prefix.pch */, - B093937CB0C66AFB87A3262E3E585592 /* RNCPicker.debug.xcconfig */, - 8214342B383E5EDE394900F6DD42681A /* RNCPicker.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNCPicker"; - sourceTree = ""; - }; - 373B365B77E25745C1AEDC6269F01716 /* TextInput */ = { - isa = PBXGroup; - children = ( - C134C943F7EE8CCBEAD0E960B28575FE /* RCTBackedTextInputDelegateAdapter.m */, - 5696C60DADF60B9A971AF4EBE6C82C44 /* RCTBaseTextInputShadowView.m */, - 871ECAE6E6E2B5A42737651C9CE63C07 /* RCTBaseTextInputView.m */, - 84C56D0FD7FEAAAB2E538FF50CE3881F /* RCTBaseTextInputViewManager.m */, - 6E4FB1B3AFC4E3774C5FF0C4B55ED02E /* RCTInputAccessoryShadowView.m */, - 06029B4CCEA4A1994C185EC7BBE0EF94 /* RCTInputAccessoryView.m */, - 306C77FF57CB4BFB1500AE14020D2F18 /* RCTInputAccessoryViewContent.m */, - 8A7F41270D74406F24B147616739EB60 /* RCTInputAccessoryViewManager.m */, - 3277ADBF5B7BF4B582D63F985B01CA58 /* RCTTextSelection.m */, - EE22D8F86A8735938724A11D906ECE66 /* Multiline */, - BF109E6036E203880DAD527399D360C7 /* Singleline */, - ); - name = TextInput; - path = TextInput; - sourceTree = ""; - }; - 382D92A9D784FDAA5A4A68841FE70649 /* Support Files */ = { - isa = PBXGroup; - children = ( - 50806EBBB72E05C0D3C5161556BB2129 /* react-native-slider-dummy.m */, - 64E34FF8A9C8FE05062ECDFA0B8287A1 /* react-native-slider-prefix.pch */, - A8F81A20CBE0A059D593D99A42866FBF /* react-native-slider.debug.xcconfig */, - 7996B01E669016211C1E9FB309FEA27F /* react-native-slider.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/react-native-slider"; - sourceTree = ""; - }; - 39E25F5CA4AF9770571A892FE107A636 /* Support Files */ = { - isa = PBXGroup; - children = ( - 4553E9E98C980E75FBF5A4B16A8EBF4F /* UMFileSystemInterface.debug.xcconfig */, - EA9A1F3BBFEAD500E4FE5422CA0DEAE9 /* UMFileSystemInterface.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMFileSystemInterface"; + name = Pod; sourceTree = ""; }; 39EE9281A845E084FB83E2A2D73C724D /* YogaKit */ = { @@ -14724,46 +14827,6 @@ path = YogaKit; sourceTree = ""; }; - 39F547734BCF1C645EA084E1749AA77B /* turbomodule */ = { - isa = PBXGroup; - children = ( - 512E5F89E979B73829D86AF10C295E34 /* core */, - ); - name = turbomodule; - sourceTree = ""; - }; - 3AA6F004C711E82082DDBCC51D4E38D7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 51333A5EE8575773A2BC855C5216171E /* RNBootSplash-dummy.m */, - B4A5B0D056EFD6863906ED20FC76ABAA /* RNBootSplash-prefix.pch */, - 05B5BF54EBB0285CF87826145CB98B4E /* RNBootSplash.debug.xcconfig */, - 9DBAA1275894693C3B6DF1953CB3A612 /* RNBootSplash.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNBootSplash"; - sourceTree = ""; - }; - 3AABB0BC8C3C83F5602F018392E967D4 /* Pod */ = { - isa = PBXGroup; - children = ( - 8D746FBD74B0665C482C2B05EAC398DE /* React-RCTLinking.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 3B05C37DFC4CC3D9550D0835294AA034 /* Support Files */ = { - isa = PBXGroup; - children = ( - 1C4B873893D6361EDD28E9E05D56A661 /* RNRootView-dummy.m */, - C726E74F69DA1D805DC8E2F202BE9739 /* RNRootView-prefix.pch */, - 370D6914C4C75169673E242ED5AFC8BE /* RNRootView.debug.xcconfig */, - 7DE191BE35CFD49038086C981EEDB402 /* RNRootView.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNRootView"; - sourceTree = ""; - }; 3B1D2FE704F7EF2C43153F5B0693A1C8 /* Support Files */ = { isa = PBXGroup; children = ( @@ -14776,112 +14839,101 @@ path = "../Target Support Files/Flipper-DoubleConversion"; sourceTree = ""; }; - 3B6DB3F2DB4E704D67D04A8EE35C6017 /* react-native-simple-crypto */ = { + 3B39636971E39D44323205483A207F74 /* Text */ = { isa = PBXGroup; children = ( - 487CF710D3B25928B13048868687BE1A /* RCTAes.h */, - 032F54303D375ECFCAEA8B9E72757E67 /* RCTAes.m */, - 19B7F500E18F8C527E72F66E8A9281AE /* RCTCrypto-Bridging-Header.h */, - 9BC26AB54DAC5AB636C3AA8D92CC7327 /* RCTHmac.h */, - 6043CF70F3F3E9AEDE78DA009EC53ADA /* RCTHmac.m */, - BA782A44287079E378976AF6BA46CCB3 /* RCTPbkdf2.h */, - 3EF95370E7F6204C45B587645E4B5A0A /* RCTPbkdf2.m */, - 1BEC14CCEBE755246228F4454AF37575 /* RCTRsa.h */, - 96A59D54749883576DB2D6E08DDA4BFE /* RCTRsa.m */, - FB8773509BE907716903E4E34A0B40F9 /* RCTRsaUtils.m */, - AA6DE0BC5B868FD8F2BA45D82887170D /* RCTRsaUtils.swift */, - 9D3FAB3E5EFD505AF28C8091927D78F7 /* RCTSha.h */, - 091B9316E2C55E334701445636365921 /* RCTSha.m */, - 7B5620BCD5B2FD27CD75A16045E55FB1 /* RNRandomBytes.h */, - F169817B040F006BBCBE1CF40BA1F3E0 /* RNRandomBytes.m */, - 4192D465CC3A4AF732EF8C66C3C782F1 /* lib */, - 5A7BCF984A7039DE2973D416A0E1A275 /* Pod */, - DD873F91AF56E5F9723FA10B761538D5 /* Support Files */, + AD3632113FBFE68C2A159B2067E2CA06 /* NSTextStorage+FontScaling.m */, + 0992F82E7E2FFD18D2C741E7CA2E4C81 /* RCTTextShadowView.m */, + E5EB69501DE9F10DFE6568529C7A8C86 /* RCTTextView.m */, + 0E38039B927CE80BA31B053506CAA7F3 /* RCTTextViewManager.m */, ); - name = "react-native-simple-crypto"; - path = "../../node_modules/react-native-simple-crypto"; + name = Text; + path = Text; sourceTree = ""; }; - 3B97C1F22773C02700715D88AD088D18 /* UMImageLoaderInterface */ = { + 3B8D756084C0EA6999D49C3C83D10852 /* UMConstantsInterface */ = { isa = PBXGroup; children = ( - 99D29B9EDD95915E4DC8B919652ED467 /* UMImageLoaderInterface.h */, - E738C37C5562EFE702B8A6CF9968F897 /* Pod */, - 8041F784A4AA1336465DF754976AB6D8 /* Support Files */, + D88060D15E7A18B73EC29B47F590191A /* UMConstantsInterface.h */, + 03B90CF0FF7CD417D464EB03047C2998 /* Pod */, + D2108204D1FDBA162683B881306A9D97 /* Support Files */, ); - name = UMImageLoaderInterface; - path = "../../node_modules/unimodules-image-loader-interface/ios"; + name = UMConstantsInterface; + path = "../../node_modules/unimodules-constants-interface/ios"; sourceTree = ""; }; - 3C68BB0A71040ACF29505D83DC43C5D3 /* react-native-blur */ = { + 3BDA16BD07FACD706076DCED63613B4D /* RNCAsyncStorage */ = { isa = PBXGroup; children = ( - 52F6793F806DBC31A3F13B5F711D5EE6 /* BlurEffectWithAmount.h */, - 1F7E956FCF4EE28A6FDF118AAEE5646E /* BlurEffectWithAmount.m */, - DE96B6563A6732FDD1633D3B972D702B /* BlurView.h */, - 0140826316831EF5630C315DCA0E4A84 /* BlurView.m */, - 31D9D19310A96500920AAB0B199069A4 /* BlurViewManager.h */, - 1F1FE95B301E360D1B040C7AD1E3D210 /* BlurViewManager.m */, - DD2AC86FC78C7DA6BDC5E907AF7DC6F9 /* VibrancyView.h */, - 6BFC660A968D2F15BB84C70C1520CC1A /* VibrancyView.m */, - 365253DEF2465ED467D7A385BFD2B59B /* VibrancyViewManager.h */, - A0ABB013FFBB7797974CF685B28569C9 /* VibrancyViewManager.m */, - A53D8D5AD398B53AC1B87D99EA31FA0C /* Pod */, - 90C4D8231287E029BB4687D3F8354C13 /* Support Files */, + 5E99FDDE1E5E120B58C1843F89107A71 /* RNCAsyncStorage.h */, + CD7DE1FEAA8A955F1E9575B575193290 /* RNCAsyncStorage.m */, + 0BC6A23335D83B5648318863DBB377E4 /* RNCAsyncStorageDelegate.h */, + 7D2ECF9D277BD82D7559018E5EF24CB0 /* Pod */, + 8E884EA541ABAF13D29FCEC0CBE1DB47 /* Support Files */, ); - name = "react-native-blur"; - path = "../../node_modules/@react-native-community/blur"; + name = RNCAsyncStorage; + path = "../../node_modules/@react-native-community/async-storage"; sourceTree = ""; }; - 3C70D64517EBBB84C796959DF0E27145 /* React-Core */ = { + 3CBC736B8724F7757DB871E00599665F /* UMNativeModulesProxy */ = { isa = PBXGroup; children = ( - 86172815EFAF26A9C4118F9CCEEE7218 /* CoreModulesHeaders */, - 0E0FD8C022FAE5262A73BB8550E18EC4 /* Default */, - 024C5E6DB75F50610E97B09AC42719A4 /* DevSupport */, - 3EC6A06D19940B25D2BB4A75764A2A99 /* Pod */, - A4C3CA7A25195E18B2E658865A2E060F /* RCTAnimationHeaders */, - 13CC7B4707A039A4DBF8B42B4EA0C716 /* RCTBlobHeaders */, - 4C5485A7C9CA26B211116675DCB56F0F /* RCTImageHeaders */, - C2ECDB43A0B1AA6D8F6858463D56F4DA /* RCTLinkingHeaders */, - 34E744139B0B223720C1536AECA7983A /* RCTNetworkHeaders */, - DC0232D7D040CC699646172B1F99EF67 /* RCTSettingsHeaders */, - A368EBE5822717A17128BD33391A93EE /* RCTTextHeaders */, - 15E10DA8FCE6ACCFE1D35CED0A5B6A08 /* RCTVibrationHeaders */, - 68CBE3E317D435680AEC12B389B5FDF3 /* RCTWebSocket */, - 46FB1B46A8CF38403CE4F0AB721F7658 /* Resources */, - 1968D9760CE98304ACDB272F2C3C3B39 /* Support Files */, + 9A71C319454DCE5467EDD03E023C9784 /* UMNativeModulesProxy.h */, + CFE8A5A6388CE21AE11D6DB7A35DFF68 /* UMNativeModulesProxy.m */, ); - name = "React-Core"; - path = "../../node_modules/react-native"; + name = UMNativeModulesProxy; + path = UMReactNativeAdapter/UMNativeModulesProxy; sourceTree = ""; }; - 3D9581346F58BBE9BFBF0C937B0E8740 /* Support Files */ = { + 3CC268CD03829B8DE97159A60290360D /* Pod */ = { isa = PBXGroup; children = ( - F57C64DDCE1B408544DEC7D808AC8BCA /* RNConfigReader-dummy.m */, - 6621977D08F9623E0C7B934C84F82760 /* RNConfigReader-prefix.pch */, - 40A2DB39044B51CA5142EB721767D713 /* RNConfigReader.debug.xcconfig */, - 08097D15DEE25E1C1E4F8EF20FB0FF71 /* RNConfigReader.release.xcconfig */, + 88F28F55AB3860FEACA0E1DCC712F48B /* LICENSE */, + 2B814C5BA1ED3C6A24B9AA023B0400ED /* react-native-blur.podspec */, + 499990A976C3D01717915B5843F3F1EF /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 3CE0E57E674EEB4472D313372E386AB3 /* VirtualText */ = { + isa = PBXGroup; + children = ( + FD80C234AF63FA9ADD17337BB61D112E /* RCTVirtualTextShadowView.h */, + 632FD78A10C32BEEBC23447194D2EBA4 /* RCTVirtualTextViewManager.h */, + ); + name = VirtualText; + path = Libraries/Text/VirtualText; + sourceTree = ""; + }; + 3D9D92E7D93E0077C08C8BA59E936EA3 /* UMFileSystemInterface */ = { + isa = PBXGroup; + children = ( + 3348B6D4D7BC15703250557A1B94FFCA /* UMFilePermissionModuleInterface.h */, + 7A7F87151631B92B061118C6ECE90E71 /* UMFileSystemInterface.h */, + 6BE43052CEA180324C02CE2FF826C21F /* Pod */, + 27E53A8FFC5507BBDA219B18BC91D117 /* Support Files */, + ); + name = UMFileSystemInterface; + path = "../../node_modules/unimodules-file-system-interface/ios"; + sourceTree = ""; + }; + 3E18B329993F93A8FF9CCCD63DB37096 /* Support Files */ = { + isa = PBXGroup; + children = ( + 8865CD2C51AF956D4A1E7517DCF3DEC4 /* React.debug.xcconfig */, + E1F943A1DEBF77DA582B4E517C4B3370 /* React.release.xcconfig */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNConfigReader"; + path = "../../ios/Pods/Target Support Files/React"; sourceTree = ""; }; - 3D96EC3F34C0BEC71A568EECEA866EF2 /* Pod */ = { + 3EF65C6520D16FF0A7D1BA2A128BABF1 /* KSCrash */ = { isa = PBXGroup; children = ( - 13DA8C3220BD577FF138656489293BA9 /* UMAppLoader.podspec */, + EB5731507873438688846D082570DF13 /* Source */, ); - name = Pod; - sourceTree = ""; - }; - 3EC6A06D19940B25D2BB4A75764A2A99 /* Pod */ = { - isa = PBXGroup; - children = ( - 3B752571FDF0D03A5A7318387BB42224 /* React-Core.podspec */, - ); - name = Pod; + name = KSCrash; + path = KSCrash; sourceTree = ""; }; 3F1D9CDAF99AE04D6DC34EDD0D3C8872 /* Support Files */ = { @@ -14896,21 +14948,55 @@ path = "../Target Support Files/Flipper"; sourceTree = ""; }; - 3FB09E4F28734F189321282211442940 /* RNReanimated */ = { + 3F29F11294CF4F71DA0F257E5DE79099 /* Nodes */ = { isa = PBXGroup; children = ( - 61E840949B0C19AA3898E1F4FDF0477A /* REAModule.h */, - 69C5C04672EFE24387CA33FFEB4FC61F /* REAModule.m */, - E56BCD93B7A21D178D0E132CEC8DDAF1 /* REANodesManager.h */, - 40ECAD6379EE139209460BE826E875A2 /* REANodesManager.m */, - 6C2604436F1E024FBDF3AF99E4FDD05B /* REAUtils.h */, - 54B7CCA95E529E8F8EC80F90EEAD30C1 /* Nodes */, - 67364CCF63CFD956B7383663C81D86C5 /* Pod */, - D79EF11883D81B2F208BC8E3DE92174A /* Support Files */, - 254258CD64DCAD448E2C0ECC7058A88B /* Transitioning */, + B253C5ED50377419E33CC82502A7377D /* RCTAdditionAnimatedNode.h */, + 9BE12006D782F3B7CD458D7C675C7F15 /* RCTAnimatedNode.h */, + 798282BDC68E3ED3CB38359E36D07972 /* RCTDiffClampAnimatedNode.h */, + 7499AE1CD6FA7917C23F8264BF6D1615 /* RCTDivisionAnimatedNode.h */, + C2370F91A8EE6131A95B496B4A9F63ED /* RCTInterpolationAnimatedNode.h */, + 6AD7645BEA588D368E6D5DEA2E21E028 /* RCTModuloAnimatedNode.h */, + CDF29150B960F867E149D1019DAA1032 /* RCTMultiplicationAnimatedNode.h */, + EDF04A6DEB6E7FB2FECAC57C8E0C9DA2 /* RCTPropsAnimatedNode.h */, + 9BF52CBE311A99F83D1CA130B0E19A34 /* RCTStyleAnimatedNode.h */, + 5805286F42B19FA46551737B10ED4168 /* RCTSubtractionAnimatedNode.h */, + C3F4A5A780162CAF961D642454C89730 /* RCTTrackingAnimatedNode.h */, + 8F2B1439CC1E646C2F05803F82208C55 /* RCTTransformAnimatedNode.h */, + 393BD87E23105F5AFD8767897194DF68 /* RCTValueAnimatedNode.h */, ); - name = RNReanimated; - path = "../../node_modules/react-native-reanimated"; + name = Nodes; + path = Libraries/NativeAnimation/Nodes; + sourceTree = ""; + }; + 3F3B5B8A65FCBC56B699F86211B42C3A /* Pod */ = { + isa = PBXGroup; + children = ( + 0170AD439547B4E6772FC6631F4FD716 /* LICENSE */, + D949F5AFC3E735B0C1C2A9B0B6A70DA2 /* README.md */, + 28B83198195A71FCA377116A829E2513 /* RNDeviceInfo.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 3F52D7BA0183FD2E7DFE88D2CF32184B /* Pod */ = { + isa = PBXGroup; + children = ( + F6CA04B2526A8B12D45C7D0D4ED8834A /* React-RCTBlob.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 3F779B2FADAF2C05E6C17E618B47B582 /* Support Files */ = { + isa = PBXGroup; + children = ( + 976BFFE7AC8FD146C65E3EB148DEF57F /* React-RCTBlob-dummy.m */, + CF40ECAEB67102C3CDC527D205AA66C4 /* React-RCTBlob-prefix.pch */, + 1AFC84AA13D2920C0C58887B51153A68 /* React-RCTBlob.debug.xcconfig */, + D3C292F1957A2F4E62A64E2B3D218CBB /* React-RCTBlob.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTBlob"; sourceTree = ""; }; 3FEA46D0FB0C72648E7197112211284E /* demux */ = { @@ -14923,10 +15009,10 @@ name = demux; sourceTree = ""; }; - 405F2D65039F5D74A254A526559005AC /* Pod */ = { + 410BCCB30EA19BBFB5AF583FCF1B00E0 /* Pod */ = { isa = PBXGroup; children = ( - 290388B4AF3BED08F2703E6385F28071 /* UMPermissionsInterface.podspec */, + 2CE6BE73F6634949010D8693C9C70C6A /* React-CoreModules.podspec */, ); name = Pod; sourceTree = ""; @@ -14943,36 +15029,45 @@ path = "../Target Support Files/Folly"; sourceTree = ""; }; - 417E14959CBDCCA8C180B4126B32E3EF /* Pod */ = { + 4239BCC9E74F3A06463E4C46F92D23AB /* EXPermissions */ = { isa = PBXGroup; children = ( - 61C232D7CA848B24A2B46232418494A6 /* LICENSE */, - 8EDE17CAE0A1A7F42D205146966204FF /* README.md */, - 34C3F5093715DA799856143F7346F799 /* RNCPicker.podspec */, + 602EC4EBADB80DCEC11B16D9569F929A /* EXPermissions.h */, + 6626BD636A07096AC56C06DB2E7C6654 /* EXPermissions.m */, + CC29B86EACE55229B00A3A67A3C7FBF9 /* EXReactNativeUserNotificationCenterProxy.h */, + 01AA0D79896726E59FB3DCDD18985E41 /* EXReactNativeUserNotificationCenterProxy.m */, + 932FCA356DA2A25FDB8A912B2491D35E /* Pod */, + BA765879311A51D46557EE60134550F4 /* Support Files */, ); - name = Pod; + name = EXPermissions; + path = "../../node_modules/expo-permissions/ios"; sourceTree = ""; }; - 4192D465CC3A4AF732EF8C66C3C782F1 /* lib */ = { + 42866ACD46DEB6E3133EB0D0BA990ABE /* EXAppleAuthentication */ = { isa = PBXGroup; children = ( - EF16500B5970C70EB0863A923E374878 /* Aes.h */, - 37B72A1B6814F32C7AF02DD191124F22 /* Aes.m */, - 99279CE2EF83F3793AC533A392168F16 /* Hmac.h */, - 7BA2779BAC85C6B1E2DD5CA84D678298 /* Hmac.m */, - 6130685A33B1E8BCB339590945AF2D45 /* Pbkdf2.h */, - 15EA15A288C680BA2C196F4FEA6F5D1F /* Pbkdf2.m */, - 90F43879F6E718B81C33730EED047DD9 /* Rsa.h */, - F2199A414EE6C8C5DF19EF42213EB8E6 /* Rsa.m */, - 74A8FC08F2B447B5B7E18E49212906DB /* RsaFormatter.h */, - AE8FD12B7F8FEC60B5EC3F8B1847D7F5 /* RsaFormatter.m */, - 1C8C349C07A27BB7369A3DE750B8C29E /* Sha.h */, - 55FB37F67E1FC26BBDFC263F5203019D /* Sha.m */, - 7143D84619784393D94401910DE2F013 /* Shared.h */, - 144EE497A38980848F5B902705CDA9E8 /* Shared.m */, + 5B06C4FD243A37851BD3EA81C9846C6A /* EXAppleAuthentication.h */, + AE4F5AA0FEC57B34196A8D762E3FE66D /* EXAppleAuthentication.m */, + 773A296DC9FC5A6BC8636133EE686724 /* EXAppleAuthenticationButton.h */, + E0FD1386231D308B387A5083625852B9 /* EXAppleAuthenticationButton.m */, + E11703CE14044F70D5A537BC6B0AB8BE /* EXAppleAuthenticationButtonViewManagers.m */, + A8C1C570692131859AA03DBE336FF35C /* EXAppleAuthenticationMappings.h */, + F05645666B2447D7BAC62CF563861918 /* EXAppleAuthenticationMappings.m */, + 45166936E7B906D7B2EAB1308CEA864B /* EXAppleAuthenticationRequest.h */, + D11AE2721EFA26C656E0FBC6CFAA9B93 /* EXAppleAuthenticationRequest.m */, + 98733FCA4670831F9E2DAA622D90F694 /* Pod */, + CF559F532D7188C30FA9BC213DC9320A /* Support Files */, ); - name = lib; - path = ios/RCTCrypto/lib; + name = EXAppleAuthentication; + path = "../../node_modules/expo-apple-authentication/ios"; + sourceTree = ""; + }; + 42B7F6598A1534D07453DC12CA49A015 /* Pod */ = { + isa = PBXGroup; + children = ( + 0C534DF722A43BED395BA0CE2456D564 /* UMAppLoader.podspec */, + ); + name = Pod; sourceTree = ""; }; 4305D9DF3768C2FB5CBCA0B1B57D0C7F /* Support Files */ = { @@ -14985,70 +15080,104 @@ path = "../Target Support Files/boost-for-react-native"; sourceTree = ""; }; - 433420548233722EFF43D2DD74C0ACFD /* RNFBAnalytics */ = { + 45117F0A2967BA944BAB219B6B2A7A21 /* EXLocalAuthentication */ = { isa = PBXGroup; children = ( - 05B268C6CFA6DB1F366D89B968D499C7 /* RNFBAnalyticsModule.h */, - 391FBFD807085307ABA61A876784E1BE /* RNFBAnalyticsModule.m */, - 2CE19ACEA5C067466B9590759725D574 /* Pod */, - 7DD3B695141B9A8509856879D86E914E /* Support Files */, + C3CB9B609B84FD7A32AD1A901850A82F /* EXLocalAuthentication.h */, + 42F29C2DFDA8492D6B56BF09386848AC /* EXLocalAuthentication.m */, + F9A310C37BAEC741D434B4232A0151AB /* Pod */, + 1775124EE3F0FDA5EEB5885E881E54EB /* Support Files */, ); - name = RNFBAnalytics; - path = "../../node_modules/@react-native-firebase/analytics"; + name = EXLocalAuthentication; + path = "../../node_modules/expo-local-authentication/ios"; sourceTree = ""; }; - 4486FB791360BCB698CA477089D4A6EA /* Pod */ = { + 4533DB34F36F28B124AA3466BBCC78B2 /* Support Files */ = { isa = PBXGroup; children = ( - 5FF3AE96B28A7E922C58706840507B31 /* React-CoreModules.podspec */, + 176536175921F595772994F329CF39A1 /* React-RCTLinking-dummy.m */, + 006DC44206E598FEBCC781C17D3CC27C /* React-RCTLinking-prefix.pch */, + 5C53978173B8706FDCF4C6DCA87CEC71 /* React-RCTLinking.debug.xcconfig */, + 803CFA33F7A53897B79DCBDECED047B3 /* React-RCTLinking.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTLinking"; + sourceTree = ""; + }; + 455618E7372EFC16C6165472E4F6928B /* Support Files */ = { + isa = PBXGroup; + children = ( + 1D4B68BE55E884C09A6A711D02E08A60 /* UMReactNativeAdapter-dummy.m */, + 588622E2CA91C75B29B38DE8A3277875 /* UMReactNativeAdapter-prefix.pch */, + 940FC5034C5012B724903EE9C30582D3 /* UMReactNativeAdapter.debug.xcconfig */, + 5B9A37A3A93264498A95F6800B8A24D6 /* UMReactNativeAdapter.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/UMReactNativeAdapter"; + sourceTree = ""; + }; + 45AE37A7B27CE76F6B88F7FFBD585870 /* React-jsi */ = { + isa = PBXGroup; + children = ( + B36FDB0493FB8627604E5C4E9B7D7D74 /* JSCRuntime.cpp */, + 3352857D588699245FDF8509E5508852 /* JSCRuntime.h */, + 2AB561B57E45F2521857981DC8CBF6C0 /* jsi */, + 48244397BC0775175B98CB57FA8F87A2 /* Pod */, + 950C93CE9C7F0FD8B6CF42349C61B560 /* Support Files */, + ); + name = "React-jsi"; + path = "../../node_modules/react-native/ReactCommon/jsi"; + sourceTree = ""; + }; + 45B28EAF4958AB10A47777491F83317C /* CxxModule */ = { + isa = PBXGroup; + children = ( + AFA7E68548067A02E57E94A56CD12540 /* DispatchMessageQueueThread.h */, + F10717AF4D1A8461A189B7BBD1A43591 /* RCTCxxMethod.h */, + 1DBD802564E5D14EEA33B89437B51001 /* RCTCxxMethod.mm */, + 7BA05F55B989FF710AE258AFDEE5988E /* RCTCxxModule.h */, + A037DDE6A1479B1025B99C33D1220EE7 /* RCTCxxModule.mm */, + 89B97A916FFB4B398057E8E163E018DA /* RCTCxxUtils.h */, + 13D043217137541667C41FB6D14144EB /* RCTCxxUtils.mm */, + 11258F550F688ABD2141B52EA0B88871 /* RCTNativeModule.h */, + 61F70FCC9F853A17C17C2C64825AACC8 /* RCTNativeModule.mm */, + ); + name = CxxModule; + path = React/CxxModule; + sourceTree = ""; + }; + 45DBCB8408C6E11F41065A5559052B12 /* Support Files */ = { + isa = PBXGroup; + children = ( + 916E0C7450E83E0B4367C5BD19DA079E /* react-native-webview-dummy.m */, + D6AC15B7970C923714994B059DE314DB /* react-native-webview-prefix.pch */, + 849CA04AF4F1E72F93DAE01EEA2ADDF3 /* react-native-webview.debug.xcconfig */, + CBF17D8B18C07D001A2A6430326B6940 /* react-native-webview.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-webview"; + sourceTree = ""; + }; + 468C2E935A7445D5E8B5D10F10FD9CC0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 6BC84C16D83F95A0157AEA5424A09F8E /* react-native-document-picker-dummy.m */, + FE64EE6D45DE3F8D05F979363551CAB8 /* react-native-document-picker-prefix.pch */, + D9B0551A03A9169E8731435D764C35DE /* react-native-document-picker.debug.xcconfig */, + 33F3DF7F42A945FE3B27508C5C5C45E5 /* react-native-document-picker.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-document-picker"; + sourceTree = ""; + }; + 48244397BC0775175B98CB57FA8F87A2 /* Pod */ = { + isa = PBXGroup; + children = ( + E88DC1CDEEFF9E363DF90D1212367891 /* React-jsi.podspec */, ); name = Pod; sourceTree = ""; }; - 46FB1B46A8CF38403CE4F0AB721F7658 /* Resources */ = { - isa = PBXGroup; - children = ( - 1C25FA01BB9F9B0D8555E3F0D60E53F5 /* en.lproj */, - ); - name = Resources; - sourceTree = ""; - }; - 4791F5C61641EA70B7A8E1941D824069 /* Support Files */ = { - isa = PBXGroup; - children = ( - E91466509F695352464539E0A8C3FC09 /* FBReactNativeSpec-dummy.m */, - B4C62CF866B129BC273237EA42D4919A /* FBReactNativeSpec-prefix.pch */, - 24CAF573C6411643321A822F7D6D4FDB /* FBReactNativeSpec.debug.xcconfig */, - 2A045482B71AE04F4AB12DB96CA85903 /* FBReactNativeSpec.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/FBReactNativeSpec"; - sourceTree = ""; - }; - 47CBC5F32BDBA3C7164C2BF38C0B4317 /* Support Files */ = { - isa = PBXGroup; - children = ( - 69F9D3FDF4C191561494C6C04A5E6D21 /* React-RCTImage-dummy.m */, - EEB451FFC6DFCCF04274808350B12319 /* React-RCTImage-prefix.pch */, - BBEFFFEA1C651E5F663438653B6FECA1 /* React-RCTImage.debug.xcconfig */, - 5F29FDE63785762650AF7B38ACF4EEE1 /* React-RCTImage.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTImage"; - sourceTree = ""; - }; - 481CA115B0BC1E37D58D9560FB91E63D /* Support Files */ = { - isa = PBXGroup; - children = ( - 5C12600FD05EB6F904D709D9BEA39F37 /* react-native-safe-area-context-dummy.m */, - DB41DC78A32A2E5B257468FE9F320CD1 /* react-native-safe-area-context-prefix.pch */, - A142675AD2D2F03251E59104C6DC9940 /* react-native-safe-area-context.debug.xcconfig */, - 3A25E9578CCDCEA3AB90E87500EED360 /* react-native-safe-area-context.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-safe-area-context"; - sourceTree = ""; - }; 486913F8B8157B7E869F66E08FCCD77A /* Frameworks */ = { isa = PBXGroup; children = ( @@ -15057,159 +15186,109 @@ name = Frameworks; sourceTree = ""; }; - 486966AA5BFA82D6747F19A9D38AC7B9 /* react-native-netinfo */ = { + 48C81FA859F7C5ABFC3263BADE19BAB5 /* Pod */ = { isa = PBXGroup; children = ( - E07BC8AE21264D57919154753FF55398 /* RNCConnectionState.h */, - 9933D6A798F1B97EDE2070F186B8C9CD /* RNCConnectionState.m */, - 8EE487702AFDECABDE1A5814478567B8 /* RNCConnectionStateWatcher.h */, - 4F5C26FE371357C147A24E3D3DEDB384 /* RNCConnectionStateWatcher.m */, - 022E17D1D9575039352CFAFCD7EEA286 /* RNCNetInfo.h */, - 8595D862C159DC625887EC92F0A99BAA /* RNCNetInfo.m */, - 9E642E2521F87C69B4CA606BBF64EE6F /* Pod */, - A68D4BAD6F1392A034300556565B32D5 /* Support Files */, - ); - name = "react-native-netinfo"; - path = "../../node_modules/@react-native-community/netinfo"; - sourceTree = ""; - }; - 49A82DB1D0F05DBA7260103D347CD1B4 /* react-native-mmkv-storage */ = { - isa = PBXGroup; - children = ( - AFCC013AE0D0676D7B767BD5EE8BCF46 /* IDStore.h */, - D8B7867D6F7E2E282761456AE282942D /* IDStore.m */, - 4C5360DBAB0AB91E1E9C203685F3F32F /* MMKVStorage.h */, - 4848704885A6980498A14E98D206BADD /* MMKVStorage.m */, - D290F111C4527387EABBB8C8B9F7839A /* SecureStorage.h */, - 6979279AB2795473A07E6E6F24D32122 /* SecureStorage.m */, - ABC0FE3046871A955F3DAC0CD0630C73 /* StorageGetters.h */, - 3662CE20B49CF29EB7741E0C534B58FE /* StorageGetters.m */, - EA111B7D3E26592CF7807FE7310A64B2 /* StorageIndexer.h */, - 6AA5BD40CBF8EF808F05361E302B7423 /* StorageIndexer.m */, - 5B2203EE6182D3AFC8D5E39E221F53A6 /* StorageSetters.h */, - 31FEBC930971FE46F55A7C092AF41849 /* StorageSetters.m */, - C6A9D76648E70F88DB1549B6096ECB70 /* Pod */, - 357FA82F595FB4AB9D3EAEB9B872B643 /* Support Files */, - ); - name = "react-native-mmkv-storage"; - path = "../../node_modules/react-native-mmkv-storage"; - sourceTree = ""; - }; - 4B31364F54792F74AC8313687DBDA3EA /* SurfaceHostingView */ = { - isa = PBXGroup; - children = ( - 9D139CBB4B92DD283EE550CC4E607A32 /* RCTSurfaceHostingProxyRootView.h */, - 26A77560F98BA85C75AA5C07DBBB0FAE /* RCTSurfaceHostingProxyRootView.mm */, - 29BE1B758034408B336F5212D21B46CB /* RCTSurfaceHostingView.h */, - 8C76E9788295AE67A4CC93BD6A99DE57 /* RCTSurfaceHostingView.mm */, - 106C1C6C61A17003684F8539BC728470 /* RCTSurfaceSizeMeasureMode.h */, - 494AD1ABF69D42F423FD489DFB38D39E /* RCTSurfaceSizeMeasureMode.mm */, - ); - name = SurfaceHostingView; - path = SurfaceHostingView; - sourceTree = ""; - }; - 4B45F3AA7F886DDFEF0C0D2F744DE50C /* React-RCTText */ = { - isa = PBXGroup; - children = ( - 1EA0D1F9E9B7895FCF062FD37457BA6E /* RCTConvert+Text.m */, - 26B9A978711EC8A73E1692D28FE3DE2F /* RCTTextAttributes.m */, - C323617C1FA9458B8A3FCF4DF4B77649 /* BaseText */, - 715FB843BB3CA6A6E1F457BA37031812 /* Pod */, - B7552F69C9CD5B453BAFA8754344AA08 /* RawText */, - 5EB25910D8B8C5C83CF98D0D85532B7D /* Support Files */, - 92F7E52EE451625B3BED402950C1ADF0 /* Text */, - 373B365B77E25745C1AEDC6269F01716 /* TextInput */, - 2441B209345B1D19F4EF53AE362FFE11 /* VirtualText */, - ); - name = "React-RCTText"; - path = "../../node_modules/react-native/Libraries/Text"; - sourceTree = ""; - }; - 4C39CF9FA5DF212B9D8EED3C4B4F5A2E /* Drivers */ = { - isa = PBXGroup; - children = ( - 23E84F204BB252E609BE565396A1D47F /* RCTDecayAnimation.m */, - B254BB1AF982DF4E007693D0780FD758 /* RCTEventAnimation.m */, - CD070A7C19C13E5CE29FF2E659084124 /* RCTFrameAnimation.m */, - F30ADDD0F022FC56B8EAA0C7E7B85F10 /* RCTSpringAnimation.m */, - ); - name = Drivers; - path = Drivers; - sourceTree = ""; - }; - 4C5485A7C9CA26B211116675DCB56F0F /* RCTImageHeaders */ = { - isa = PBXGroup; - children = ( - 4470CCA6A92335DA7A0945BFB237BC24 /* RCTAnimatedImage.h */, - 6767FDF2F84A19D64BB463A3893663BE /* RCTDisplayWeakRefreshable.h */, - 55E9F8D7B356B377A01649F9FFF19140 /* RCTGIFImageDecoder.h */, - CBAE363E51432FC4C3AF8737A3239D21 /* RCTImageBlurUtils.h */, - 53BB4F540600B7833F3CBB4ECAE8CD9C /* RCTImageCache.h */, - CF118AF0D7CD96A6412F6DEE72219812 /* RCTImageDataDecoder.h */, - FCB17FE500A4D8A0D6AC4D55ECEDAAEB /* RCTImageEditingManager.h */, - FA0DB963950D1AB53657D298736E51E1 /* RCTImageLoader.h */, - A6D8B26399EB11DCD13C2FE7597716C3 /* RCTImageLoaderProtocol.h */, - CE96B357F1BEEA5A9AD8E44C772F2845 /* RCTImageLoaderWithAttributionProtocol.h */, - DE2F1A3E4683F5B58C310B6F901D1FBC /* RCTImagePlugins.h */, - EA06E1BAE288DEA737EEAC9EF04B0ADB /* RCTImageShadowView.h */, - BE7AF6E8EF8C8C07FA804A5DD3D5799A /* RCTImageStoreManager.h */, - BEA6CA60FB2A78DD37453D957B401DE4 /* RCTImageURLLoader.h */, - 14A043F1B4E6CF6DAE5455902245535C /* RCTImageURLLoaderWithAttribution.h */, - D77580D1E3591A024E990C77E4A13C58 /* RCTImageUtils.h */, - 452392B37A05B95791672BD16864164C /* RCTImageView.h */, - E8508562204C632153D6D8B5DD975DFA /* RCTImageViewManager.h */, - 69D9CB206CBDE61C70DA21F59CA0740D /* RCTLocalAssetImageLoader.h */, - D0892229CBCEF000AB598686A4CF338D /* RCTResizeMode.h */, - A2794B9B09E61301DE2084E184D01A02 /* RCTUIImageViewAnimated.h */, - ); - name = RCTImageHeaders; - sourceTree = ""; - }; - 4D062C7D54331DF51052605E864E41C9 /* Pod */ = { - isa = PBXGroup; - children = ( - 20458BDB63EF2D744DE66F6E49F4DE61 /* BugsnagReactNative.podspec */, - 6E04F2A241B2B183F3D8A822864B760E /* LICENSE.txt */, - 0A155FAF3EAE7E840667FCB18415DA04 /* README.md */, + 4C3122BF4985BC294B4D43EC006726F6 /* UMCameraInterface.podspec */, ); name = Pod; sourceTree = ""; }; - 4D59AC0B1A87E28814722517359AE3A8 /* react-native-orientation-locker */ = { + 4A253A72360BD28D1221B08D917D0004 /* KSCrash */ = { isa = PBXGroup; children = ( - E5C1ED38469528FE9992AC54A404F827 /* Orientation.h */, - E7A522D7202128F705AC03DF9879D9B1 /* Orientation.m */, - 335E154BBFE67657FAE74E6D746420F3 /* Pod */, - 775328949E11148F99C4D613A82ACAF2 /* Support Files */, + 5A70539D794201B2B85E504A30795B85 /* Recording */, + 4E359CECB372570402B582EF9A6C6989 /* Reporting */, ); - name = "react-native-orientation-locker"; - path = "../../node_modules/react-native-orientation-locker"; + name = KSCrash; + path = KSCrash; sourceTree = ""; }; - 4D876E64C0CEE157227EDF5297A61275 /* rn-fetch-blob */ = { + 4B74FCF94945FFD9E65E34AA300283D3 /* Support Files */ = { isa = PBXGroup; children = ( - 0E91343D4055329FB3CC8AF0CEEB8837 /* IOS7Polyfill.h */, - 210E4FF824FC4CB01B2165DF81E94177 /* RNFetchBlobConst.h */, - 98830BD5762CE9D3AA5D468415BF95BB /* RNFetchBlobConst.m */, - 455CEBDE0FEEBF5D10E04FAED9A27356 /* RNFetchBlobFS.h */, - B7AC4AEC6E52D95F107E726936AE7302 /* RNFetchBlobFS.m */, - 272062318C1FFD878DD4E468C4215242 /* RNFetchBlobNetwork.h */, - 95F4A76FAC1A61395798CE6287242218 /* RNFetchBlobNetwork.m */, - 7B65BF195BFE8652CD669510DC77661B /* RNFetchBlobProgress.h */, - 18480D66825A194C07A812F54A459022 /* RNFetchBlobProgress.m */, - 4A26A3F1DF98D84223AFBC7FC933AD2F /* RNFetchBlobReqBuilder.h */, - 284D14CCBD98F2AB84465B52C992584B /* RNFetchBlobReqBuilder.m */, - BEA07B1F1F4CB4021CF31AC66FFE168E /* RNFetchBlobRequest.h */, - 2CAD02EDD67B7BDC82E8CCB7C7DE9F1E /* RNFetchBlobRequest.m */, - D127BC9DDCADD0ADA79E2EB25D223631 /* Pod */, - A982410842B548780375F0BF103772B6 /* RNFetchBlob */, - 0D03A5A291065F74A6ED6DA6B72267B4 /* Support Files */, + 262DF7FF5E44B533B6553D6A5278ACD4 /* react-native-simple-crypto.modulemap */, + B36491838C46C22A87B55F00288280FF /* react-native-simple-crypto-dummy.m */, + 72F0BC3464E6528FEF45F552EE41C0AC /* react-native-simple-crypto-prefix.pch */, + F2C5BA22BE754695CF24BF006C42654F /* react-native-simple-crypto-umbrella.h */, + B3368B080248F6BDF4F5EF7C647F896E /* react-native-simple-crypto.debug.xcconfig */, + 34CB4921243A458C6638E4EE2C7191CF /* react-native-simple-crypto.release.xcconfig */, ); - name = "rn-fetch-blob"; - path = "../../node_modules/rn-fetch-blob"; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-simple-crypto"; + sourceTree = ""; + }; + 4B9E2899544B381ED0E98D3CBB8D5408 /* ScrollView */ = { + isa = PBXGroup; + children = ( + B881E13AB9D0330C2D4B16DE752C6B0D /* RCTScrollableProtocol.h */, + 48EE99986773093D8FF8F6648319A0EB /* RCTScrollContentShadowView.h */, + A29209D347D51D64D72258C0DA6FF1EC /* RCTScrollContentShadowView.m */, + FD0BCC437B794608BC6F769E75028B3C /* RCTScrollContentView.h */, + F05EFD574327948F52E132578A38CEEB /* RCTScrollContentView.m */, + 01F84E1744F5723C79C0B7DF89CC5509 /* RCTScrollContentViewManager.h */, + 05084B9EC787EEC5B98CFDB9F9D48617 /* RCTScrollContentViewManager.m */, + F7841F0B03E0370234E86BA0FC68CB1B /* RCTScrollEvent.h */, + 231DEF6C1E65C7D344E0656EC1EEC981 /* RCTScrollEvent.m */, + 0F158319B1111071BF1274803D018CCB /* RCTScrollView.h */, + 4AA158AF14D9A26EA6C73569EAD629C2 /* RCTScrollView.m */, + D5AA6CC3446F52A3264FD1497B56F12D /* RCTScrollViewManager.h */, + EE4969740D6CA887667E03C37EBEBE70 /* RCTScrollViewManager.m */, + ); + name = ScrollView; + path = ScrollView; + sourceTree = ""; + }; + 4C4AE8EF05A34167A69D5263F0150E08 /* react-native-slider */ = { + isa = PBXGroup; + children = ( + E4EBD6B7F10B9ADAA0160EDB2C25C19B /* RNCSlider.h */, + 88E930434EA93FC7C3C269D998B0F73C /* RNCSlider.m */, + 9D2E742A97EED1208CA8E77377B2608A /* RNCSliderManager.h */, + 4A6A579B44826F2E5B0F6EF458D1E7B7 /* RNCSliderManager.m */, + 398CA28BE84A9F7172E2358C35AFD384 /* Pod */, + B74DB3C4A9C8D81FA009A03014B45B6D /* Support Files */, + ); + name = "react-native-slider"; + path = "../../node_modules/@react-native-community/slider"; + sourceTree = ""; + }; + 4C6A1C5DBCEB0F08101321495ECE2FF5 /* RNConfigReader */ = { + isa = PBXGroup; + children = ( + DC59DB45B5F071F16E4E86F2AAD8DDFE /* RNConfigReader.h */, + 1B3FEB373D0D6D06738E0E944A991161 /* RNConfigReader.m */, + 231D5C59CD0861F500697C0604EEBC9F /* Pod */, + 3076ACDAB03EE90D6D2AE245EF7BCE01 /* RNConfigReader.xcodeproj */, + 90E6B94EA68C471AB58256DC9F31D850 /* RNConfigReader.xcworkspace */, + BF81CEE880028ED36B31A34129DB976D /* Support Files */, + ); + name = RNConfigReader; + path = "../../node_modules/react-native-config-reader"; + sourceTree = ""; + }; + 4D45B6B7474A09A975C3A4951128B815 /* EXVideoThumbnails */ = { + isa = PBXGroup; + children = ( + EB2E89A22A0BA3376E14B7B02EEB8C74 /* EXVideoThumbnailsModule.h */, + 5B8A7ADB223DDEFA8F518EB76277C0BA /* EXVideoThumbnailsModule.m */, + 1FFF2EEA86CA2C8778E881ED760DE472 /* Pod */, + 24F2AE8168BB3C3E7927C0EF5DEEB282 /* Support Files */, + ); + name = EXVideoThumbnails; + path = "../../node_modules/expo-video-thumbnails/ios"; + sourceTree = ""; + }; + 4D923E43CFAC66C7D42AAD878082377F /* Support Files */ = { + isa = PBXGroup; + children = ( + 9164FFD648E02EF6F8F98DC0EDB212C3 /* react-native-appearance-dummy.m */, + E504BA6F212794F6EB3AE557A9A61422 /* react-native-appearance-prefix.pch */, + BCA2B6EAAA74F3BAD64BBA6612B7291F /* react-native-appearance.debug.xcconfig */, + 1D72B0DD844A5E558BFA7A98C6F42A4A /* react-native-appearance.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-appearance"; sourceTree = ""; }; 4D9D1D319B835F7F4D339967F9AA36A2 /* CocoaLibEvent */ = { @@ -15253,198 +15332,160 @@ path = CocoaLibEvent; sourceTree = ""; }; - 4EC37812E26C1A3F85B2C5C2477B9DBF /* Logger */ = { + 4E359CECB372570402B582EF9A6C6989 /* Reporting */ = { isa = PBXGroup; children = ( - 5B4EB78DA68B9B8D3B35E2CFCE318F72 /* GULLogger.h */, - 596348D663CAD4C093E331A36EA1F008 /* GULLogger.m */, - A3BDC5540F5209A94BBB26305C8C0D6E /* GULLoggerLevel.h */, + 64092A0F4F548C1ADEF0F9C189D1D1EC /* Filters */, ); - name = Logger; + name = Reporting; + path = Reporting; sourceTree = ""; }; - 4F27E62EE41863BACA0933C81EA1936F /* safearea */ = { + 4ECA5692F2FF7F139DF3C6D3F179CD4C /* Pod */ = { isa = PBXGroup; children = ( - 3A8C7401EE1F0655B8F6371EC6A75070 /* SafeAreaManager.h */, - 998ED50118B48A58FB600312862A692C /* SafeAreaManager.m */, - 1D4627F02FFDA1488744A51E94F2C230 /* SafeAreaSpacerShadowView.h */, - F3253AC65E0A3AED14E5813D881C6347 /* SafeAreaSpacerShadowView.m */, - DD3EF33295A45B44138EA5AD5EF9766F /* SafeAreaSpacerView.h */, - 1361757F1F017A72131FAD80D0FA5148 /* SafeAreaSpacerView.m */, - 989E6D4CADEF6B6756421069D7599BB8 /* SafeAreaSpacerViewLocalData.h */, - A46A74C5F849C93BC5944EF6B9A201E6 /* SafeAreaSpacerViewLocalData.m */, - 00EEFDE59B0E7F938080AC0560DB7484 /* SafeAreaSpacerViewManager.h */, - D8E205E0ADEFE8B824F9B1B475F92EFC /* SafeAreaSpacerViewManager.m */, - ); - name = safearea; - path = ios/reactnativeuilib/safearea; - sourceTree = ""; - }; - 4FA134D9697AF51865D9CAC23040C048 /* Pod */ = { - isa = PBXGroup; - children = ( - 5C4EC921ADC7DE0C21E22E92B1958790 /* UMSensorsInterface.podspec */, + C588A882F60E3AF9CE2AFC43053858F1 /* EXImageLoader.podspec */, ); name = Pod; sourceTree = ""; }; - 4FB5F53A027EC9AE4CB62D33D2D5E86C /* Pod */ = { + 4F4DCFC2B537C07C19AB812A855D48B3 /* Pod */ = { isa = PBXGroup; children = ( - AE4FC64B6C7FB07F3688DDB7FC2DA15D /* RCTTypeSafety.podspec */, + 2183E8AD085377930570BDB86081C2CD /* React-callinvoker.podspec */, ); name = Pod; sourceTree = ""; }; - 50685D5EE8338DC7D684D159C072A2B7 /* Pod */ = { + 4F6543992899F2EAC3FEC0A6BDEF85C8 /* Support Files */ = { isa = PBXGroup; children = ( - D7ABBBA6E37C774FA0C4A2815621D0F3 /* README.md */, - F043FEF918B32DD1BE8A04B711C5B59A /* RNRootView.podspec */, + 19BEA339762F395A5E74C59E1678CDF3 /* UMCore-dummy.m */, + 82E00B8BC380A7A549704645BBF0AF38 /* UMCore-prefix.pch */, + E7C60AF07EF19BB35D82B97203A33BF9 /* UMCore.debug.xcconfig */, + 8DA30566DC8E188328E58AFAAB0A8378 /* UMCore.release.xcconfig */, ); - name = Pod; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/UMCore"; sourceTree = ""; }; - 512E5F89E979B73829D86AF10C295E34 /* core */ = { + 51D5ED15E09274F0F4DA8DF86A8DB643 /* BaseText */ = { isa = PBXGroup; children = ( - 79953A84002682D319C3156FF2C14B3C /* LongLivedObject.cpp */, - C708CCD85CAC57F1B2FBD832AC85660C /* LongLivedObject.h */, - 54810C5C0E8E69AFD3D420BB21C4FC19 /* TurboCxxModule.cpp */, - 09F89969CC43A89BA24C67AB800404F4 /* TurboCxxModule.h */, - D14A5B96BE76C3F721530B8FA9EEFD43 /* TurboModule.cpp */, - BF4A34025B092475659484220613279B /* TurboModule.h */, - 72D87B5455C42C975BE6B854D2D3893F /* TurboModuleBinding.cpp */, - 1A1721DE1E6380CAE20148A6F50F1F10 /* TurboModuleBinding.h */, - 68C2A1C6F563A702807EA50D70A689D4 /* TurboModuleUtils.cpp */, - 12BEAB72F554E7473109E9AA04077995 /* TurboModuleUtils.h */, - 1F71AD6DB2286201EA24160152880EEE /* platform */, - ); - name = core; - sourceTree = ""; - }; - 528B0870394F18FC910316AF973B00FF /* EXConstants */ = { - isa = PBXGroup; - children = ( - 5E8364C4F10CB2CF4BABE86FEC658B94 /* EXConstants.h */, - 66CFBB4CBFEAD63EE3FC74774E96F6BA /* EXConstants.m */, - C80D6DC4ABCF45D3621F80DA269119DC /* EXConstantsService.h */, - 07FAF491C4D473D315A3EDCC15CDEBC4 /* EXConstantsService.m */, - C746B55CBD0E69A393F3AE2A41C2C701 /* Pod */, - 66669D2BC1AD528279A4036240F74B2E /* Support Files */, - ); - name = EXConstants; - path = "../../node_modules/expo-constants/ios"; - sourceTree = ""; - }; - 53DC7E538FEDED7D730DA40FE194FB52 /* React-callinvoker */ = { - isa = PBXGroup; - children = ( - 9774D943E843E824D7D308FB45DD4F46 /* CallInvoker.h */, - B7B978891D9B8C2F91B21538BEC14175 /* Pod */, - FC81F8DBB5CBED15EB7BF6D18332DD79 /* Support Files */, - ); - name = "React-callinvoker"; - path = "../../node_modules/react-native/ReactCommon/callinvoker"; - sourceTree = ""; - }; - 540FBB93AA0C48BB0A3C00498B0F1149 /* Pod */ = { - isa = PBXGroup; - children = ( - 6DB0AC95241F579A3ACFBD26952453AD /* EXFileSystem.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 5443C0A9935C17025DF847606ACA756C /* UMModuleRegistryProvider */ = { - isa = PBXGroup; - children = ( - 8EB443CCAA8B3910763F8BDAD00AF053 /* UMModuleRegistryProvider.h */, - 8F4A3C3B8AADB6C5C49E91CBE496CFE2 /* UMModuleRegistryProvider.m */, - ); - name = UMModuleRegistryProvider; - path = UMCore/UMModuleRegistryProvider; - sourceTree = ""; - }; - 54B7CCA95E529E8F8EC80F90EEAD30C1 /* Nodes */ = { - isa = PBXGroup; - children = ( - 24054634C028FF998D36AE3BE904A5EB /* REAAlwaysNode.h */, - 66F4BC60BE0EA9665EFDFD5F54456D79 /* REAAlwaysNode.m */, - E7BABEDC6BFD62BEAB16E831E14DA498 /* REABezierNode.h */, - 2FEE645C36EAECF90EA0B313A2E333EE /* REABezierNode.m */, - 2A853ABC233566B21D6498BAEA4C33F9 /* REABlockNode.h */, - B76C012C5BFD1ECDC8E5E5CBB7A94A35 /* REABlockNode.m */, - C13974B132B2AB8D6EDD473EAD3F0430 /* REACallFuncNode.h */, - FEE9FD9EC6B4DA492F585F226C7DBE06 /* REACallFuncNode.m */, - 0A00C424727606BC9F8ED207E95A74F7 /* REAClockNodes.h */, - 5C9DB5EBFD9195ED559D5FCF74D0ED09 /* REAClockNodes.m */, - C91B689E90BF51B541B0B09D1DB110C2 /* REAConcatNode.h */, - 4148650F89BB7671F7AD6E178535E393 /* REAConcatNode.m */, - 7A452D29D9EE7CE052C324DE9F63AE3D /* REACondNode.h */, - F5A0403D417A7CEB9D5ABC5F95C9C10F /* REACondNode.m */, - 8F16FA63E9856238A35EB81220CB3D85 /* READebugNode.h */, - 514CB02E8C846A54E6EF67A615C99674 /* READebugNode.m */, - B36C9CF578A3845E41A4D998D58D1351 /* REAEventNode.h */, - 84A05D19571183421DD7120C1319D0A6 /* REAEventNode.m */, - F46D801C257276EC8145E8A2E7BE009C /* REAFunctionNode.h */, - 283318D8A815563D2EEEE3A92F92F234 /* REAFunctionNode.m */, - E27B883EC3069968BCD6E1ACF7E0393F /* REAJSCallNode.h */, - F679A823BDC548F5FE367D54243060BD /* REAJSCallNode.m */, - E7491CE0E15AC530603618C1B9454740 /* REANode.h */, - 369986811C8C5B922B81879190BE308F /* REANode.m */, - 9CCC4EA73679DA02656450FF7E2161A4 /* REAOperatorNode.h */, - 6469C39B5F4637D1201F578AF38A0A12 /* REAOperatorNode.m */, - 952E43498603CB8FFFECD7B352F24A95 /* REAParamNode.h */, - 22F0EDDC1AC1AD30F5556855161B8633 /* REAParamNode.m */, - 43A96EC03127E3E9D0AF85764CAE35BE /* REAPropsNode.h */, - 62C8135AE51B9D216C36B03A2E83B407 /* REAPropsNode.m */, - D65299AE8ACE721C6F209233034ADE02 /* REASetNode.h */, - 75A977C87BF5E040DF07DE5709A4C010 /* REASetNode.m */, - 47C0C9E8CDB1CFA284E847787DFD6BAB /* REAStyleNode.h */, - 1B1619F8F9268185412A8228547E18F5 /* REAStyleNode.m */, - 71B862867B68A60B59B8B7CD248BCA1E /* REATransformNode.h */, - 3F90AC41491A338EFCFEBF8714855CC6 /* REATransformNode.m */, - 1A0B56E63420029E1AEE6643D7CC7D58 /* REAValueNode.h */, - 6411BAD261388E816FCA2AACD9F1BAC7 /* REAValueNode.m */, - ); - name = Nodes; - path = ios/Nodes; - sourceTree = ""; - }; - 54D3BD1039A172CF16F79EBB1D12F657 /* BaseText */ = { - isa = PBXGroup; - children = ( - 8B966AD28A40E9EAC2DE66A680DC35B7 /* RCTBaseTextShadowView.h */, - 290204908EF4A16EA1C79C35F670FBE2 /* RCTBaseTextViewManager.h */, + FB487C1EC517E34306ED0D2F6E1BCB95 /* RCTBaseTextShadowView.h */, + 7E8C21CF84FE03C525D2ED072AA78DCE /* RCTBaseTextViewManager.h */, ); name = BaseText; path = Libraries/Text/BaseText; sourceTree = ""; }; - 550F2CDA7F5A0EB2C8840975CBDF99D0 /* UMConstantsInterface */ = { + 51EE877511FE5E69AA3F002300B31F5B /* React-jsinspector */ = { isa = PBXGroup; children = ( - 8EED4240F4EF0C13033AFF0DAB0045F4 /* UMConstantsInterface.h */, - E7FAB24C47C1E402CF95F2EA3E7667DC /* Pod */, - 34703D8373F34E93322A1E3432565FD0 /* Support Files */, + C8B089B2FCA2AA2A0D55BB5E4AF03F52 /* InspectorInterfaces.cpp */, + 96078E14FB366FC2819D699F6957C373 /* InspectorInterfaces.h */, + D00EAB29856B7E337AE81BBC46DFBD20 /* Pod */, + A6883BA2E4140903C81E725847A3DB86 /* Support Files */, ); - name = UMConstantsInterface; - path = "../../node_modules/unimodules-constants-interface/ios"; + name = "React-jsinspector"; + path = "../../node_modules/react-native/ReactCommon/jsinspector"; sourceTree = ""; }; - 571CE231D3396AE988C59F71CE8A651D /* RefreshControl */ = { + 524699311C37188D55FC065909C87C05 /* RNFastImage */ = { isa = PBXGroup; children = ( - FAC2DAFE913160264BC8D7DC707E8437 /* RCTRefreshableProtocol.h */, - 447318E4843F113904756BF2D628A9CA /* RCTRefreshControl.h */, - 90436EDBE872AF84866087D3169F0D74 /* RCTRefreshControl.m */, - 9BCFF7938EB577125261CD1FBE3CB72B /* RCTRefreshControlManager.h */, - DEC7C445DFB51A0A8895A67BA796C9FF /* RCTRefreshControlManager.m */, + E3D4928ECEBE6FC9757B2AC7BDF99FF1 /* FFFastImageSource.h */, + C19FF67B91D7167D7A000E68E588E40F /* FFFastImageSource.m */, + AAB7C3A2EEF8348A527A39B43B3A4DD4 /* FFFastImageView.h */, + 8BFAC81576E9B2E81873B345ECED2C26 /* FFFastImageView.m */, + E55922B43EE76F56450B6097D7308A83 /* FFFastImageViewManager.h */, + 09BA6BFFA2138AA164B16472ABBB8BEF /* FFFastImageViewManager.m */, + E93CB529750F7312F79C67EB3513778E /* RCTConvert+FFFastImage.h */, + 588817D637B20906EDA95CF7AC7ECF69 /* RCTConvert+FFFastImage.m */, + D0EF4CD44AF90FB65483EF47E56C2DE6 /* Pod */, + 694781CF00E393F5C11BA785697987BF /* Support Files */, ); - name = RefreshControl; - path = RefreshControl; + name = RNFastImage; + path = "../../node_modules/@rocket.chat/react-native-fast-image"; + sourceTree = ""; + }; + 52513FEC7D73D00E601DA9276CE87213 /* EXSessionTasks */ = { + isa = PBXGroup; + children = ( + DF90C191B05C993E8C4ABFC951118D36 /* EXResumablesManager.h */, + 2B3D215412669C1F90D7F91687BF5DAD /* EXResumablesManager.m */, + 882BE3144A3B256A08FCA14CD9681D3D /* EXSessionDownloadTaskDelegate.h */, + BFE7E33DD4E7A0D74E5D8A90EDF02D08 /* EXSessionDownloadTaskDelegate.m */, + 9D3A9D81320B5725653F79B114C2B0F4 /* EXSessionResumableDownloadTaskDelegate.h */, + 529346E81B46F8471A50EB48542187F8 /* EXSessionResumableDownloadTaskDelegate.m */, + C93209A3FFE1DE9AD00B55FD1C1DABF3 /* EXSessionTaskDelegate.h */, + 9FDEB946B69A353CE68F3C6A0A08EA98 /* EXSessionTaskDelegate.m */, + B1E674E484AB09CB391C9B9F18369415 /* EXSessionTaskDispatcher.h */, + 315AA65F99A00F49E9080338DD6D77E2 /* EXSessionTaskDispatcher.m */, + 9D0E87FA8F64F90DF1B24C0837C796FF /* EXSessionUploadTaskDelegate.h */, + C69C9EEC3493FC2E54FDD7786C6843C3 /* EXSessionUploadTaskDelegate.m */, + ); + name = EXSessionTasks; + path = EXFileSystem/EXSessionTasks; + sourceTree = ""; + }; + 544A1E6842F518319819F3312C031A58 /* Support Files */ = { + isa = PBXGroup; + children = ( + 5894B44AB472F86E9C6F86D23535D210 /* react-native-blur-dummy.m */, + 7BCFDF3E4D566ED43E69D84895C1F8B4 /* react-native-blur-prefix.pch */, + 982592451D0DE8980AFD643B11087C21 /* react-native-blur.debug.xcconfig */, + BE1351BCCF762D6FA5CE54E8855075DE /* react-native-blur.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/react-native-blur"; + sourceTree = ""; + }; + 5489C6F2389923099126961E9CE5BA02 /* Support Files */ = { + isa = PBXGroup; + children = ( + F45D1F594B80F58238D4157D74265F87 /* rn-fetch-blob-dummy.m */, + 5B4EF4AD58561A35E3268AB19A842076 /* rn-fetch-blob-prefix.pch */, + 0A67ABDC77549AC093ECA0947A149EE5 /* rn-fetch-blob.debug.xcconfig */, + 388F9F6D439A1094C18E5F5041716714 /* rn-fetch-blob.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/rn-fetch-blob"; + sourceTree = ""; + }; + 561F7FA47C01B47823BDBB8427EA5C2D /* RNFBAnalytics */ = { + isa = PBXGroup; + children = ( + 8F58C13D386E0C0CAB5BE4F8AF20AB03 /* RNFBAnalyticsModule.h */, + 14CB05ACEC53F519214CD198D024E10A /* RNFBAnalyticsModule.m */, + 2B7BC64FCD0937DAB40EA1CA2A56BEB2 /* Pod */, + A4A0C21745A2D24B30898FFEC806E1EA /* Support Files */, + ); + name = RNFBAnalytics; + path = "../../node_modules/@react-native-firebase/analytics"; + sourceTree = ""; + }; + 56DD98C3AE95D8204AE239509EC2BD76 /* Multiline */ = { + isa = PBXGroup; + children = ( + 87EACC925A1372A96058627D03E5E34C /* RCTMultilineTextInputView.m */, + CCE23A23A23DEE66E3C3CBFB0D9F721D /* RCTMultilineTextInputViewManager.m */, + 326EBBD35A4219C1174E65EF50578D39 /* RCTUITextView.m */, + ); + name = Multiline; + path = Multiline; + sourceTree = ""; + }; + 571AA059684B6C3E4C00A04F7A65AEDA /* FBLazyVector */ = { + isa = PBXGroup; + children = ( + 3F209B755DCC84F960668776389F9035 /* FBLazyIterator.h */, + DA6D90B3DA59E907CF1250BEAAC5BED8 /* FBLazyVector.h */, + 23A3D473B477B88CE703DC33214E5729 /* Pod */, + 12CE75EE35EF751003121DB4FDDCF212 /* Support Files */, + ); + name = FBLazyVector; + path = "../../node_modules/react-native/Libraries/FBLazyVector"; sourceTree = ""; }; 57BC17968717C5F1BFD0AA73023BEDD9 /* GoogleDataTransportCCTSupport */ = { @@ -15479,62 +15520,12 @@ name = "Targets Support Files"; sourceTree = ""; }; - 57FF93DFD6550C05DACBD35187E68C18 /* RNFastImage */ = { + 57D5D4D90F08850AAEFCDAF9819A7D87 /* Pod */ = { isa = PBXGroup; children = ( - 7F08A7D58F1202141D45D338D6E77280 /* FFFastImageSource.h */, - 240861E49F15AEF12B54DCFDADD3881A /* FFFastImageSource.m */, - 8E93A0CD469D7E85F8F3E028A7CDDE5C /* FFFastImageView.h */, - 6B1871AF19BCF306923F0E2B87432706 /* FFFastImageView.m */, - AF57BADD172E929C83D9EA6D4002EE43 /* FFFastImageViewManager.h */, - ECD46193A7A3B87EF2D8CFB26212680C /* FFFastImageViewManager.m */, - 53AF6D6CFD2FCBDE168FFB00EFCBDF7C /* RCTConvert+FFFastImage.h */, - 8038B793E8F2CAA05F827FB6F7653642 /* RCTConvert+FFFastImage.m */, - FDCC8AD142EDD0E5D6865266618244B0 /* Pod */, - 1076DC3B9CD14C324967A3FA24611BCF /* Support Files */, + 405287F115F7057F4E6B20332CB8315A /* React-RCTSettings.podspec */, ); - name = RNFastImage; - path = "../../node_modules/@rocket.chat/react-native-fast-image"; - sourceTree = ""; - }; - 58A8A46145E7C45B5AF884C5C7E32B6F /* ReactNativeART */ = { - isa = PBXGroup; - children = ( - F9EE1DCACCA0F83B74399D7A45FDDD52 /* ARTCGFloatArray.h */, - 1D4655B419FA8F428AF966E790038B23 /* ARTContainer.h */, - 9B9998BCBCFFF793B3063DFF96CCB4CE /* ARTGroup.h */, - 07C13971B9F4ECF08B4ECB8F844157E1 /* ARTGroup.m */, - AFDDBE92A6057DA44C2D48DA91A74644 /* ARTNode.h */, - ECD094B27DF6729577EDC3F8BD514019 /* ARTNode.m */, - 11EC96E602329B308F798610BC9EEB01 /* ARTRenderable.h */, - E3544EE6352998BB15508263525BC29D /* ARTRenderable.m */, - 4B6AD01C7D4D40D9498D1FFF25FB004C /* ARTShadow.h */, - AC8CABF9CA721B8DAD3A691B6AAF9759 /* ARTShape.h */, - 8B9CCCBA2F7CCF6A2E05FAB36DDEF85D /* ARTShape.m */, - 4FD967CB2A69DF4238399868AAE90EC4 /* ARTSurfaceView.h */, - 0481BC4DEBA5F686B54B970B5EDB1EDC /* ARTSurfaceView.m */, - F8482E6BF114F27052416F91C2E7E104 /* ARTText.h */, - 2A7EDF0984368323B132AE195FD3E3CB /* ARTText.m */, - B95FCDCE96B8E416523802DB89BE60E3 /* ARTTextFrame.h */, - 586EA495F3CDFC6F7ED11ED20E3201C4 /* RCTConvert+ART.h */, - D88619A7C3A8BDDF41268C42118D8498 /* RCTConvert+ART.m */, - FC9F5289BC37CA84CD8FF2EF5E9BB45C /* Brushes */, - 806F13C63054013A876B9C4D9544D6B7 /* Pod */, - 20BFBDA2DBA62DAA8AF7D18FE1C687EC /* Support Files */, - 641D346BDEA55C8EDE7A2D1732D02814 /* ViewManagers */, - ); - name = ReactNativeART; - path = "../../node_modules/@react-native-community/art"; - sourceTree = ""; - }; - 58CE7EC3B4B343A1CE52168EFBA6E715 /* Support Files */ = { - isa = PBXGroup; - children = ( - D1822BE4DFB3EA46C97668C817FF640F /* RCTRequired.debug.xcconfig */, - A95C65973313425A198F8FD91571A4B3 /* RCTRequired.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/RCTRequired"; + name = Pod; sourceTree = ""; }; 58D4583A473ACD599DCB84889B3CDF6B /* Support Files */ = { @@ -15548,84 +15539,218 @@ path = "../Target Support Files/FirebaseCrashlytics"; sourceTree = ""; }; - 5A7BCF984A7039DE2973D416A0E1A275 /* Pod */ = { + 5A70539D794201B2B85E504A30795B85 /* Recording */ = { isa = PBXGroup; children = ( - 6088A2B844CD5CAFD8F933F983CA263C /* LICENSE */, - 61D37A53F0171EE410BA6C01CA28F3C4 /* react-native-simple-crypto.podspec */, - 856872DA92625CE76A75D8573412EAFB /* README.md */, + F9CE521AFAECCB738BA0B5EFFDE56158 /* BSG_KSCrash.h */, + 94A08F514E91A9811430FD2262FEA644 /* BSG_KSCrash.m */, + DA7A0345CEE571D775C118AC43FE62C7 /* BSG_KSCrashAdvanced.h */, + 12267D85A37BFC81722C4E44A7361612 /* BSG_KSCrashC.c */, + C08A1AC35E3F93F94D42AE14D3CC98BD /* BSG_KSCrashC.h */, + 5DD8815D4ECCCE94EFDC52F836799F70 /* BSG_KSCrashContext.h */, + A57B0C8EDF6FBB964A10F06E5D40272B /* BSG_KSCrashDoctor.h */, + 4983A090F7D7DA10088D7BACB6C6F9E3 /* BSG_KSCrashDoctor.m */, + 611C69ADA9967816BBCA3CD50A8BB4EC /* BSG_KSCrashIdentifier.h */, + 20F4E7ADE44B96302727F4A14A84A5D9 /* BSG_KSCrashIdentifier.m */, + A9F294CB93352BCF987354459B8AAA7A /* BSG_KSCrashReport.c */, + F266F72242850B33D15ECC1F00DEAA57 /* BSG_KSCrashReport.h */, + B9D4251E7593440D5ED7EDD41BC85A4A /* BSG_KSCrashReportFields.h */, + F6DDA5F37439A7C0B0507640DAC13F3F /* BSG_KSCrashReportStore.h */, + 414DCBCEB4C71E9ABF20DD14E2F09B83 /* BSG_KSCrashReportStore.m */, + E92E3E507BB876CA8A5555763137C711 /* BSG_KSCrashReportVersion.h */, + 1CDFF8481325A876B93E5B482FB60B09 /* BSG_KSCrashState.h */, + 96402FE591BFB30C9DBD487112914226 /* BSG_KSCrashState.m */, + 8BA523B21AA2F7A863653452FF873B46 /* BSG_KSCrashType.c */, + 4FB75CD0F2F8B53EDE6078903AB56221 /* BSG_KSCrashType.h */, + F42AAA355A3F7E38C3EE5BDA345DF384 /* BSG_KSSystemCapabilities.h */, + 84416F012A81BF8090208D4ABDA1D7FA /* BSG_KSSystemInfo.h */, + 2BD82FD807636F6148804D51DD521F67 /* BSG_KSSystemInfo.m */, + 93FD2852A349D962A679B496F4E8D24F /* BSG_KSSystemInfoC.h */, + C9B0F4AA91AE7EEA377E91CFD7FB6E05 /* Sentry */, + BBEEE83486DFFF10525040A320EBEA75 /* Tools */, + ); + name = Recording; + path = Recording; + sourceTree = ""; + }; + 5AABC247EFC7EEB2912307ADFBFE21DF /* React-RCTSettings */ = { + isa = PBXGroup; + children = ( + 7ECBBC2611F0C981B4FD94029B690820 /* RCTSettingsManager.mm */, + 4F75D95A21B736464EC4AF7F33D7C852 /* RCTSettingsPlugins.mm */, + 57D5D4D90F08850AAEFCDAF9819A7D87 /* Pod */, + 25ECBA693700E776FF141B59873FA61C /* Support Files */, + ); + name = "React-RCTSettings"; + path = "../../node_modules/react-native/Libraries/Settings"; + sourceTree = ""; + }; + 5AAC3B0FBE00DE38AB0B69DD07DB0AAF /* Views */ = { + isa = PBXGroup; + children = ( + 09E21919031D6D3C21EDD56F97160D5F /* RCTActivityIndicatorView.h */, + 4D1FDDAB6886F3C5E12C78B4EF9D7A7D /* RCTActivityIndicatorView.m */, + 5C9416AEA679C83283CACA6D28D4692A /* RCTActivityIndicatorViewManager.h */, + 5BA676F3AC52356A51F671A3EAFEFFF4 /* RCTActivityIndicatorViewManager.m */, + 862F5F0A85C6B63350D2A3449BD55E54 /* RCTAnimationType.h */, + 0663086EE34A898ABCE2FCDEA045ECF9 /* RCTAutoInsetsProtocol.h */, + 8EACA5F55C5E1B77D91F4F2828E14A1E /* RCTBorderDrawing.h */, + 5DEDFC304E0F0ECD12A7E2A51BCCE226 /* RCTBorderDrawing.m */, + 37090DE0ACAE2A967D34BE851324D47D /* RCTBorderStyle.h */, + 00BF9522F664E6992647C38766B8A841 /* RCTComponent.h */, + 6080A68D09C6D202C0EAB6F60C1E93B1 /* RCTComponentData.h */, + 6976BF35456CB025AA286748A5C04864 /* RCTComponentData.m */, + A14547941C5CA0131625FFC5A003A02C /* RCTConvert+CoreLocation.h */, + 76B6C5B83520BEBD1977F96D9B90BD28 /* RCTConvert+CoreLocation.m */, + E879CDC510FC2B74BBB86215E85C2FE8 /* RCTConvert+Transform.h */, + F2762814A7587F19202BFB07EF984BCB /* RCTConvert+Transform.m */, + FB7F8C30830E4AF654D2E0123BFD96CB /* RCTDatePicker.h */, + 1811CC1E05BA91308113E0447FFF669E /* RCTDatePicker.m */, + 045D292843031BBE69A9FBEC52932EB0 /* RCTDatePickerManager.h */, + 91405D68956015D92781322FE57227A0 /* RCTDatePickerManager.m */, + E7C7B1F7607C2A882AD64C9FD064CD7A /* RCTFont.h */, + 9157B28A91BFD044228018D597D9B25B /* RCTFont.mm */, + 25C21E1F03393A7045E7E3E33FD9A011 /* RCTLayout.h */, + 050FDCB7802A72E426AFD67B5A03C4E8 /* RCTLayout.m */, + 7AB47442248DCD53C3CD5BBC929A4D30 /* RCTMaskedView.h */, + C21A1B77E15FEDFF005DA5AA3A043E6E /* RCTMaskedView.m */, + A470587ABA820F0E830C9FCA65046C44 /* RCTMaskedViewManager.h */, + 7CCB3C267F8BF136BE0E86C683F7377D /* RCTMaskedViewManager.m */, + 9643E8740B81C641EFEE8E28DC3F1B43 /* RCTModalHostView.h */, + B4172EE788CB8A6212F63F3B1999B3F3 /* RCTModalHostView.m */, + EC3719987B806E0BA2761436AADA629C /* RCTModalHostViewController.h */, + D3F88878F250121674000FC355D567B5 /* RCTModalHostViewController.m */, + D98ED616906FF2FF846BD8E450D8492E /* RCTModalHostViewManager.h */, + 494C8A4BE8EF1F45327EAF5F534DA7B7 /* RCTModalHostViewManager.m */, + 57270ACEE1E6B01A402014FD5105AC4C /* RCTPicker.h */, + 2AA9CDD15A4D66B52EAABC9EA283C8A4 /* RCTPicker.m */, + F669828832BD25B48E7F4FC5F15424FE /* RCTPickerManager.h */, + 16B6ADFE5A4823F7A5999979A71FB120 /* RCTPickerManager.m */, + A6697302FAF9741540C3B063B8BB9345 /* RCTPointerEvents.h */, + AA35111132816A863452C1C1D5502FF7 /* RCTProgressViewManager.h */, + BDC7C88FDA27EB9250710F78D858A8D2 /* RCTProgressViewManager.m */, + 57A3FF4C23C1BE4D09E732DD6E7E79AC /* RCTRootShadowView.h */, + F31409B1E003E1A81B593C55B1EC27E6 /* RCTRootShadowView.m */, + F8DE4697E4B5DFB8BE55C350C2668976 /* RCTSegmentedControl.h */, + 333D928B4ABB056D74DA5D5972E43F41 /* RCTSegmentedControl.m */, + 8218AE0CFE92AEA1DEC811E426750558 /* RCTSegmentedControlManager.h */, + AD0BF0F37145766BDB0D22AFA6D61A2A /* RCTSegmentedControlManager.m */, + 18A2A6189AF2B66131A3972FFDB38639 /* RCTShadowView.h */, + DB9B17ECF8D9619BDF58E51646D2C756 /* RCTShadowView.m */, + DCEC66766E1005FFD85761A373BAE553 /* RCTShadowView+Internal.h */, + 995B84FAE2CCC5B61D3FD2850BE544BD /* RCTShadowView+Internal.m */, + 77B48393BB988BF364667988627B72CA /* RCTShadowView+Layout.h */, + 5F9F62C1724204FDFB5D46DB5C3860E0 /* RCTShadowView+Layout.m */, + DBFCACC1E926CDEA523D11CF30A04E15 /* RCTSlider.h */, + 6DA3D2DB50E0457A08F0CD77D8E20E09 /* RCTSlider.m */, + E1829829DB5AED6E8CC468AEA3033127 /* RCTSliderManager.h */, + 3BD3A5C180A852FEE7E1A9DEF02B8648 /* RCTSliderManager.m */, + 861FD722BC94B40C218292E29BDF1C94 /* RCTSwitch.h */, + 4D229E63E73266FDA72C1F3143061311 /* RCTSwitch.m */, + EE6A4A7DE6B3751C822497BE2C904C1D /* RCTSwitchManager.h */, + 85C9E2FE846F25BBEDB2790A0EAB7877 /* RCTSwitchManager.m */, + 217D47E86EDCC25066389BC2C2990CFB /* RCTTextDecorationLineType.h */, + B7D05EA74A85451A510B688295FD30EB /* RCTView.h */, + 2A0190A0DB9BB8D8696CA9C6D5A9DDE3 /* RCTView.m */, + 26277C294D12C81E65117E725579EDF2 /* RCTViewManager.h */, + 1C6B923D31B74BDA5286743872C9FEEA /* RCTViewManager.m */, + 43531606D0157A9F1E204C9F4244AB5D /* RCTWrapperViewController.h */, + BFD0FB58C66F9A584E98457B16C4A8E9 /* RCTWrapperViewController.m */, + 90FBBBF61FE4E3D5503143DA01B02608 /* UIView+Private.h */, + 0D6B2A72E529D4BE5CB48930A7E66086 /* UIView+React.h */, + 85072152FDFD745E109E8479F91EC007 /* UIView+React.m */, + BA02BEE26FC73116DC4DAEA22DC4D59E /* RefreshControl */, + 10D8ADBC7A02640D4094543944B8B355 /* SafeAreaView */, + 4B9E2899544B381ED0E98D3CBB8D5408 /* ScrollView */, + ); + name = Views; + path = React/Views; + sourceTree = ""; + }; + 5B5981F5412D6972E16E5C83D3EDA84F /* RCTVibrationHeaders */ = { + isa = PBXGroup; + children = ( + 83F420E9A79DA18476E81FACA666350A /* RCTVibration.h */, + 6AE39856FB64AAC643A62BC321BF1882 /* RCTVibrationPlugins.h */, + ); + name = RCTVibrationHeaders; + sourceTree = ""; + }; + 5B922752B86B6E353D893028708DDCA1 /* RNReanimated */ = { + isa = PBXGroup; + children = ( + 1020C357B9F0CC0BC1D35DCD328BB552 /* REAModule.h */, + 11943036BC71FF8BBEBFAD91D59196BE /* REAModule.m */, + 5243BF032F5CA2A51128B9F02192639C /* REANodesManager.h */, + 3C4D07A9FBE58959D68731C8097F1FBC /* REANodesManager.m */, + 293252623D3A9ADE9E9BEA70C0A8E10A /* REAUtils.h */, + F1E6B869AAAAAC93C64D333B6D10C556 /* Nodes */, + F0D6FAE4C8FFA9C4B761C9096A17779D /* Pod */, + E98342754F60B2E97CF81F6A36CFF1E3 /* Support Files */, + 117802F5D406DE18A28CF74B43C37B6E /* Transitioning */, + ); + name = RNReanimated; + path = "../../node_modules/react-native-reanimated"; + sourceTree = ""; + }; + 5C407B1B225C821A9688C4FAB89533D3 /* Pod */ = { + isa = PBXGroup; + children = ( + 8583DA37659F66EFBC5085CEB7FE8494 /* EXKeepAwake.podspec */, ); name = Pod; sourceTree = ""; }; - 5AE343558C395FC20A72BCA6FCDE2438 /* React-RCTNetwork */ = { + 5C8EAEF6E97CD2F1F59AAE6369D1AC50 /* React-RCTBlob */ = { isa = PBXGroup; children = ( - 5E2FA64151348D7C827CB5D3D72262EE /* RCTDataRequestHandler.mm */, - 8F93D2270527986885BC70DDA7AC8FD6 /* RCTFileRequestHandler.mm */, - 2953338E10F0349490F46D4252F9E667 /* RCTHTTPRequestHandler.mm */, - 9F70FDF82D212F1D200EF456792D5692 /* RCTNetworking.mm */, - E29C392463FA1AE429281CDE6AB57DD2 /* RCTNetworkPlugins.mm */, - 9D6734B30B32966C805DBF7C73F0C226 /* RCTNetworkTask.mm */, - ABBA53995B9F94D2A021D73D7EB0F012 /* Pod */, - 03FFE55EB7CEA2FC9057257DA15270A6 /* Support Files */, + 4AD1771614082DE8D0085876C09454A4 /* RCTBlobCollector.mm */, + 2307EF095D3AFD53EC29258D4B1788AE /* RCTBlobManager.mm */, + 672C187587E136E04103C91F5D3BDEA2 /* RCTBlobPlugins.mm */, + 3B23C135E22C7EB1E10D4FC8EB3494ED /* RCTFileReaderModule.mm */, + 3F52D7BA0183FD2E7DFE88D2CF32184B /* Pod */, + 3F779B2FADAF2C05E6C17E618B47B582 /* Support Files */, ); - name = "React-RCTNetwork"; - path = "../../node_modules/react-native/Libraries/Network"; + name = "React-RCTBlob"; + path = "../../node_modules/react-native/Libraries/Blob"; sourceTree = ""; }; - 5AEDA2E7620D2BE882C1E75F44BEBBC0 /* Support Files */ = { + 5CDB235B820F2A524F708A7AD3CB3415 /* Pod */ = { isa = PBXGroup; children = ( - 789FF3B7EE0059D61C7763C937C70844 /* React-jsiexecutor-dummy.m */, - 9563B6B9694AF47C395BDD0A33E23050 /* React-jsiexecutor-prefix.pch */, - B2CD42AD92DC120F1434BDB91A8F22E9 /* React-jsiexecutor.debug.xcconfig */, - B6B10D3A2B829C1C820CE5B690DF14A0 /* React-jsiexecutor.release.xcconfig */, + A1B282ACDEF5F19EDF9B1EB1EF215EEA /* LICENSE */, + DBCEDBD438AC01B965E7C1BC06B01148 /* README.md */, + A0A93EF280C196E4F6F75AF00F89E8E2 /* RNGestureHandler.podspec */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-jsiexecutor"; + name = Pod; sourceTree = ""; }; - 5B3B7F831D21B648FD0EE9A42EFD4F36 /* RNConfigReader.xcodeproj */ = { + 5CF496F37A2143BB4AD3F65267F2FA9B /* Pod */ = { isa = PBXGroup; children = ( - FE76D3BEAA488CACE31EE841EB178DAA /* project.pbxproj */, + 73D02A9E80426CEB36A606AA0B06A9E7 /* LICENSE */, + A48E4B129496AC71F39FB835C1E2F62D /* README.md */, + 34CE49E7DAFFD1C066682188D62D49D3 /* RNFBCrashlytics.podspec */, ); - name = RNConfigReader.xcodeproj; - path = ios/RNConfigReader.xcodeproj; + name = Pod; sourceTree = ""; }; - 5BBC603DF640EC2E4B1069182C644C78 /* ScrollView */ = { + 5CFFEDC0EECDA542C8A730D1D2BB4951 /* CxxBridge */ = { isa = PBXGroup; children = ( - 3801F5C83168F9BB951E60F559752318 /* RCTScrollableProtocol.h */, - 69E2296D72ABD80A5FD98B137D853E66 /* RCTScrollContentShadowView.h */, - 9BCB26049F8BDDC57B9315FCEE338DD2 /* RCTScrollContentShadowView.m */, - 40F7C973C5414744EC41B554A01CDFBC /* RCTScrollContentView.h */, - F388EBD9F34D113B0B16DFBF4DC60C8E /* RCTScrollContentView.m */, - EE45D83D86B16830C6A7555BD9664265 /* RCTScrollContentViewManager.h */, - FA1074852BD3AF806BB9182F7AD59CDF /* RCTScrollContentViewManager.m */, - E02081DF12CA66A8A2DC0947298093AF /* RCTScrollEvent.h */, - A9038E942C21A394881C6D153B7B00AD /* RCTScrollEvent.m */, - 5F5C2BA97A702CD2B80B5A00DD0D99AA /* RCTScrollView.h */, - D0D10CC67B6D76C1129643D9F0D4A685 /* RCTScrollView.m */, - DCD0292DD3F7216854E12614E7A4190A /* RCTScrollViewManager.h */, - 56BCF70089D0019AFB53BCE74F7DB116 /* RCTScrollViewManager.m */, + 7D4F28ABEAD6056D52EF74E60EC2B182 /* JSCExecutorFactory.h */, + 30A2A23FA446C6C80900805BFBF5FE4B /* JSCExecutorFactory.mm */, + 7088A6574CAAC8312D11A27D45D3931C /* NSDataBigString.h */, + B62F5C806823C05490ED12599ADB95B7 /* NSDataBigString.mm */, + 2DBC6F587D10B130A5B37EB95F7EAB08 /* RCTCxxBridge.mm */, + 4608D66F2C225E6CA1AAE2B3CD60FF88 /* RCTCxxBridgeDelegate.h */, + 40934B831F3EBA6CF0AAAD6B44DED3D5 /* RCTMessageThread.h */, + 86CCC7121C78701599E3120107A06115 /* RCTMessageThread.mm */, + F0270B1A8B459049FEFAE071386F9CB2 /* RCTObjcExecutor.h */, + 26BB72478B479E13902D483BEC4B3F74 /* RCTObjcExecutor.mm */, ); - name = ScrollView; - path = ScrollView; - sourceTree = ""; - }; - 5C4697A57403A09825040FD335DBF89C /* Support Files */ = { - isa = PBXGroup; - children = ( - 76FC4C7C13303A2A5E7748322DDC9D41 /* React-RCTSettings-dummy.m */, - 0A5B795331997471B4DE2D6C68F99ADC /* React-RCTSettings-prefix.pch */, - 842C512A6A27333DB043D3E8BA427397 /* React-RCTSettings.debug.xcconfig */, - 8C495572209CA1076629939C84258D5B /* React-RCTSettings.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTSettings"; + name = CxxBridge; + path = React/CxxBridge; sourceTree = ""; }; 5D17D2FC8E28F09FB02CAA9E1BA81C63 /* Flipper-Glog */ = { @@ -15649,16 +15774,24 @@ path = "Flipper-Glog"; sourceTree = ""; }; - 5EB25910D8B8C5C83CF98D0D85532B7D /* Support Files */ = { + 5DA5697C375C6F954F09B325E2D8E768 /* event */ = { isa = PBXGroup; children = ( - 6B1E2A900697D6E72C9E7B098676DD50 /* React-RCTText-dummy.m */, - D295DC8D99E24E6007AF5BEDFCC470EA /* React-RCTText-prefix.pch */, - C893A704A6C7429B839320F90675C52F /* React-RCTText.debug.xcconfig */, - 1C937DDE947AE51809EC0FE1EC6B82B9 /* React-RCTText.release.xcconfig */, + C11AFE9E0317ADCCFA15A7008D924172 /* event.cpp */, + 6E6102B063F9ABE336D28C3B34BAC84C /* event.h */, + ); + name = event; + path = yoga/event; + sourceTree = ""; + }; + 5E85628B715A66B0826E393D44D77776 /* Support Files */ = { + isa = PBXGroup; + children = ( + DF69CE3746862703D411272E0A4E919E /* React-callinvoker.debug.xcconfig */, + A9D99854C2DBB2BA2D2FB61C07EF545D /* React-callinvoker.release.xcconfig */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTText"; + path = "../../../../ios/Pods/Target Support Files/React-callinvoker"; sourceTree = ""; }; 5F1297C7B9DBB90E074EF35344CE449F /* CocoaAsyncSocket */ = { @@ -15674,153 +15807,63 @@ path = CocoaAsyncSocket; sourceTree = ""; }; - 5F4D15214C3E4897801E33C53B5B3E0D /* React-RCTAnimation */ = { + 5F45F366F29BBEE444C99A97B9DCD8A0 /* Pod */ = { isa = PBXGroup; children = ( - 1BA4B2E6C4915FA5B2A4D4642938FAAD /* RCTAnimationPlugins.mm */, - E08844D1C95CDE3776C6B40EDBA03C4D /* RCTAnimationUtils.m */, - FE0B0B1542E3861D466BA98F3A442D9C /* RCTNativeAnimatedModule.mm */, - 868C93C3ECFCA73E088E04EA098613C2 /* RCTNativeAnimatedNodesManager.m */, - 4C39CF9FA5DF212B9D8EED3C4B4F5A2E /* Drivers */, - C686BEA6D8298B28BD18C5A516877FBE /* Nodes */, - F98C87547B0BE5635DD3323F044F3AB3 /* Pod */, - 993BF7CFA3E4B9309EFB6451B22D1F28 /* Support Files */, + 1ADEA98919EDF8172D2973B2802030A3 /* LICENSE */, + DC27A8FD931353C70923568E9F9DDF34 /* react-native-jitsi-meet.podspec */, + 9D7103DECF37A05EE83CFDFF21C10771 /* README.md */, ); - name = "React-RCTAnimation"; - path = "../../node_modules/react-native/Libraries/NativeAnimation"; + name = Pod; sourceTree = ""; }; - 5FA38B7F41D07E03F28D70D8AAE7D576 /* UMFaceDetectorInterface */ = { + 5FA73E89E2D6E19E76BEF65F3DE00B64 /* UMReactNativeAdapter */ = { isa = PBXGroup; children = ( - F2F66216A2550B0DB9D875F3F0032C9F /* UMFaceDetectorManager.h */, - 96E893AF918D549A209B6A206692B8A1 /* UMFaceDetectorManagerProvider.h */, - F7988896C43571B90D2678590A726A59 /* Pod */, - 1A865EF5637A646B3567D8C629C0A751 /* Support Files */, + 43DB4B0CAEA0E1356E66D574765D1F2E /* UMBridgeModule.h */, + 1B78AC0FC50B135E69888C394959A8B7 /* Pod */, + 050E522F48CCDA369A9475C8EBBB6FDC /* Services */, + 455618E7372EFC16C6165472E4F6928B /* Support Files */, + B9A4B94E6005F3EAD75D89DB27F1A708 /* UMModuleRegistryAdapter */, + 3CBC736B8724F7757DB871E00599665F /* UMNativeModulesProxy */, + 62DE4B4A7A5873BF645571EB6EE8D4B5 /* UMViewManagerAdapter */, ); - name = UMFaceDetectorInterface; - path = "../../node_modules/unimodules-face-detector-interface/ios"; + name = UMReactNativeAdapter; + path = "../../node_modules/@unimodules/react-native-adapter/ios"; sourceTree = ""; }; - 5FE510A5E1AF07A23B99EBDA33F521E9 /* Support Files */ = { + 5FD6DD74681CAD22F5643DB2BEDEED40 /* EXHaptics */ = { isa = PBXGroup; children = ( - 0EEA26C17CA8E57C9DE9DC62B73FE8E1 /* react-native-document-picker-dummy.m */, - 468EC82A8661A2770F2172EAA1F5CB29 /* react-native-document-picker-prefix.pch */, - 9BB9275ECC167791B2A760E7C566ECC4 /* react-native-document-picker.debug.xcconfig */, - 356539DE9F35EC327ECB1735C3DE73DF /* react-native-document-picker.release.xcconfig */, + 152FF53DE0BDAB6836D5D1422E1497DC /* EXHapticsModule.h */, + B264731F64DE20802561E20CA2CB9693 /* EXHapticsModule.m */, + B3A6AE2AAB6A350D361BEBA5B9A1DB80 /* Pod */, + B36F701049E412764A9110B30B687C8C /* Support Files */, + ); + name = EXHaptics; + path = "../../node_modules/expo-haptics/ios"; + sourceTree = ""; + }; + 62DE4B4A7A5873BF645571EB6EE8D4B5 /* UMViewManagerAdapter */ = { + isa = PBXGroup; + children = ( + 6F6B2A2437B1240932C2FA824A54514F /* UMViewManagerAdapter.h */, + 50957C17412C736FFC9D5C775D929F7C /* UMViewManagerAdapter.m */, + ); + name = UMViewManagerAdapter; + path = UMReactNativeAdapter/UMViewManagerAdapter; + sourceTree = ""; + }; + 633D4E691EF62F6B366B709BE0CFC4DE /* Support Files */ = { + isa = PBXGroup; + children = ( + 5B5B21DEE5E659FF81BC74960FDF7F81 /* ReactNativeART-dummy.m */, + CDBAE5A32403D19D56D2EDAA4B4DCE6B /* ReactNativeART-prefix.pch */, + 318DA75223408F61899A35E4300819CD /* ReactNativeART.debug.xcconfig */, + 808921C767EAB2224EC8F726671E4FC1 /* ReactNativeART.release.xcconfig */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-document-picker"; - sourceTree = ""; - }; - 60FDFC2F5BF9A87778BAEB4F5987110C /* Base */ = { - isa = PBXGroup; - children = ( - 515C9FBF878ADDD3E55AE5D076DF4209 /* RCTAssert.h */, - 9CA65A71D65C0B04968B26F2CBAA664C /* RCTAssert.m */, - AD888F88CAB9438DD649610E281CE0BE /* RCTBridge.h */, - 282BBF82E293B481DE0248B7E42CE8FE /* RCTBridge.m */, - 39197A4EC89FA16F432531D6C2BDA1EC /* RCTBridge+Private.h */, - F6C63F5BC63B281DFC36E70E54E51E59 /* RCTBridgeDelegate.h */, - 460B7CBB08584E388575352E90D01862 /* RCTBridgeMethod.h */, - 2AD6F60872029D99F430278A120AFF99 /* RCTBridgeModule.h */, - 61A86BEA0C197B97291FB70BC98056C3 /* RCTBundleURLProvider.h */, - 64BB49DBE3A11D54F8EC4D72350F3519 /* RCTBundleURLProvider.m */, - E1BF435D59435150D53197A457E3A100 /* RCTComponentEvent.h */, - B15CC75C1121F3D87175B97B714DDE0F /* RCTComponentEvent.m */, - 910C9A9869C89DEA22C1CF4AFBAB7196 /* RCTConstants.h */, - F904D2FC6CFAFBB5BF4015CB7D5B6CFB /* RCTConstants.m */, - 909BB716C469526E0B45EE3AF10DDB4E /* RCTConvert.h */, - D7FEA9D9B055FABDD4A52DC5CB13BE94 /* RCTConvert.m */, - C78923277C289FDDE40AA8D77DC34B17 /* RCTCxxConvert.h */, - 34A03E7ADB6A965377CB4349317BD042 /* RCTCxxConvert.m */, - 40975B0D8530B3851E16A8DE9DE30CF3 /* RCTDefines.h */, - C5B47DC84B841542AD04FE0E6E25B9AA /* RCTDisplayLink.h */, - FF2F0EBA21C0957D42D430C1E09E2B7A /* RCTDisplayLink.m */, - D4523CF64C931C9B8E69D3F96A6CADE5 /* RCTErrorCustomizer.h */, - 40FCE6A8456734765E55871D900EE746 /* RCTErrorInfo.h */, - 438CC441C34A6B90C603EA95CD90A297 /* RCTErrorInfo.m */, - 1F5085A53FB964336062AC7BE580B553 /* RCTEventDispatcher.h */, - 75F4036E0D4AD737642EB96CA3D75D43 /* RCTEventDispatcher.m */, - ED5A5918B7517A443386ED9D77745DD5 /* RCTFrameUpdate.h */, - 24E6B55212718489DDE516F0095A3BAC /* RCTFrameUpdate.m */, - 6AF2B6AE6C4383D0113F3EBAC25F3631 /* RCTImageSource.h */, - B9A5437C06D815D6DADA8FAD5F915D8C /* RCTImageSource.m */, - 82F93C7A7944D58921268E9F2948C950 /* RCTInvalidating.h */, - FA218BC4951B1A21D64A0068BA8B5EDF /* RCTJavaScriptExecutor.h */, - 3678C40804B44D0B1830109F30526C13 /* RCTJavaScriptLoader.h */, - 663C10BC17623407E951843DEB8FCD97 /* RCTJavaScriptLoader.mm */, - EB89BCCD643DFBC0FB1017F77E704EE5 /* RCTJSInvokerModule.h */, - B5FFF1BFFF221C0CB64C1E125679B743 /* RCTJSStackFrame.h */, - 73728E59E9AC89979E754C49279982D5 /* RCTJSStackFrame.m */, - 700CF89718B60C00AD0E59F0A9235242 /* RCTKeyCommands.h */, - F1D1F726C54405CE9DE22276FABDF013 /* RCTKeyCommands.m */, - E7D2734D15B215CC20D9818B07E07F00 /* RCTLog.h */, - 0F7DB1121D762F10C8B544D6C1CBD5F8 /* RCTLog.mm */, - 0CD6C24E2A6B06CF01C66E4FF8D19D26 /* RCTManagedPointer.h */, - DABBFFD8E80E35E28E6FCA2EBAC126E9 /* RCTManagedPointer.mm */, - 8BE9D10A63EC27660BAE4DCE5633DFFC /* RCTModuleData.h */, - A27AF7549E5721385FF0011D70F50EB3 /* RCTModuleData.mm */, - 69799623B0E0EF1C5538BB57A4FD2886 /* RCTModuleMethod.h */, - 0217298A548E81414550B50749648BEA /* RCTModuleMethod.mm */, - E5376F9651FE01AEDB0B34B3FC0A1E2F /* RCTMultipartDataTask.h */, - E23C47E510A1D0993F79E8C1FE4F9CB8 /* RCTMultipartDataTask.m */, - 8DFDA5A6D8EC5517A564A1A4C6B3A702 /* RCTMultipartStreamReader.h */, - 19E4A5F3E8205DD2D3B194B29C0FB96D /* RCTMultipartStreamReader.m */, - 89A36CA364D4EE9E04445C18D43138A0 /* RCTNullability.h */, - 305A4E35667077125CCDCE18A522D8B0 /* RCTParserUtils.h */, - ACAD8C52175BF6415F69C69B4C01FC32 /* RCTParserUtils.m */, - 20AABF9118A08A9CB1F46837C090FAFA /* RCTPerformanceLogger.h */, - 8018CE6950A730B10F9A1F1D618B9A8B /* RCTPerformanceLogger.m */, - F35E2B7A63B74D094E506B87A8B9B534 /* RCTRedBoxSetEnabled.h */, - DB6958E07B4642EFA82FCF099BE42B1C /* RCTRedBoxSetEnabled.m */, - 497902DE8B2F7E50F503FE12548875DC /* RCTReloadCommand.h */, - C7C89F601C9482FFE8C6AC5257733B1E /* RCTReloadCommand.m */, - CEBD6B31C16B3F350E4DC82F5623C7F9 /* RCTRootContentView.h */, - 47345683D16D77F100D41EBB7282A5C5 /* RCTRootContentView.m */, - E366B16820D28A0BE29B20B3D44D4188 /* RCTRootView.h */, - 0EFE2BCED3FF1035557A386874408A0A /* RCTRootView.m */, - 0D1B749B7A21D952FA07609DA25377B8 /* RCTRootViewDelegate.h */, - A95BC93C764D395037C07CFEF4C00EAF /* RCTRootViewInternal.h */, - 2288F7C01DBB2A1AF6AC4119AC1AD295 /* RCTTouchEvent.h */, - 30CD421BEF66ACA8E37209ADA6D34080 /* RCTTouchEvent.m */, - 1C5C37BF94AE399FBD7929FB5E7ADC8C /* RCTTouchHandler.h */, - B79EC618A9C0EE9F23F09D23C5B89AD8 /* RCTTouchHandler.m */, - 7940BD2651DEDF343D573E9FCBD79638 /* RCTURLRequestDelegate.h */, - 96BEDC9457114A9F2662CF1FCC8449E8 /* RCTURLRequestHandler.h */, - BC7E729CB26CF7A4565F1A43F8874F06 /* RCTUtils.h */, - 205715B347D498DDF9D463D1F90E0891 /* RCTUtils.m */, - EFD5A8DE3C6728A22F551CD201C6FC03 /* RCTUtilsUIOverride.h */, - 8FC1AC7213C4EDF9C891DB73A3F26545 /* RCTUtilsUIOverride.m */, - 49A301425B2AB20DE56829EF1E3F2177 /* RCTVersion.h */, - 4D7003A410EAD69619630C1D06DDCA0A /* RCTVersion.m */, - D76C608E71879AA3C97A1C382D70364C /* RCTWeakProxy.h */, - 02B03A342D21D0ED16AB6755105BBDB2 /* RCTWeakProxy.m */, - 92AA9B5C28252154A5DB0F5333978094 /* Surface */, - ); - name = Base; - path = React/Base; - sourceTree = ""; - }; - 61CB178F0EF092AA9A9F93A309864CDE /* RawText */ = { - isa = PBXGroup; - children = ( - 342512805C1A125FEE18047F913F6FD0 /* RCTRawTextShadowView.h */, - 1507A41F76DD9D42DB7B9C3BAB7E694A /* RCTRawTextViewManager.h */, - ); - name = RawText; - path = Libraries/Text/RawText; - sourceTree = ""; - }; - 6247AEF5270DEFCCA09283D875056971 /* Filters */ = { - isa = PBXGroup; - children = ( - 858E349C75E586859650200BCA05AAFE /* BSG_KSCrashReportFilter.h */, - D6ADF21D38F4E333131A8B2A13D114AA /* BSG_KSCrashReportFilterCompletion.h */, - ); - name = Filters; - path = Filters; + path = "../../../ios/Pods/Target Support Files/ReactNativeART"; sourceTree = ""; }; 63D5F6A5EA225AC0E70308B379D6F8D8 /* Support Files */ = { @@ -15837,104 +15880,138 @@ path = "../Target Support Files/YogaKit"; sourceTree = ""; }; - 63F9568C33C9E3E5587BF9699C1A8D3B /* Support Files */ = { + 64092A0F4F548C1ADEF0F9C189D1D1EC /* Filters */ = { isa = PBXGroup; children = ( - 3CAE129DDD47A3599747EE6B89383529 /* react-native-cookies-dummy.m */, - 1747FDA73682FB78ABBE7C1F0D771F3F /* react-native-cookies-prefix.pch */, - E95988F15CC5B8F3037396FF8085421A /* react-native-cookies.debug.xcconfig */, - D91E27F1850CE3B945293C354D37B1AA /* react-native-cookies.release.xcconfig */, + 562EC8FABF6C16353D58E3692A0B96F6 /* BSG_KSCrashReportFilter.h */, + 7C329E3C30418AA2D458306272EC699E /* BSG_KSCrashReportFilterCompletion.h */, + ); + name = Filters; + path = Filters; + sourceTree = ""; + }; + 647E88748C5D85836CED0F7C87CE6B8F /* RCTAnimationHeaders */ = { + isa = PBXGroup; + children = ( + 072FC21916E7BF865E91243CB8793BD7 /* RCTAnimationPlugins.h */, + BCC134039F247A8AA98A4ED0395DB4DC /* RCTAnimationUtils.h */, + CE3FE07C83064C94F01205DD2FA8DF14 /* RCTNativeAnimatedModule.h */, + 269FB0F22B5196B63292DA1037CD1B46 /* RCTNativeAnimatedNodesManager.h */, + 9EEDD1973B694A80EE33BE0E18E9ACE9 /* Drivers */, + 3F29F11294CF4F71DA0F257E5DE79099 /* Nodes */, + ); + name = RCTAnimationHeaders; + sourceTree = ""; + }; + 6596F0377779F44DA1EA67CE6603AD5B /* Support Files */ = { + isa = PBXGroup; + children = ( + 67D7EC2AE460C36E36D67735A1A40219 /* ReactNativeUiLib-dummy.m */, + C99CF0C4007AD06E66B80DD65B6A7886 /* ReactNativeUiLib-prefix.pch */, + 4465D019EC460685C91E7859BB5BDD47 /* ReactNativeUiLib.debug.xcconfig */, + D859FC8A485A1DE809FF4969A35B5408 /* ReactNativeUiLib.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/react-native-cookies"; + path = "../../../ios/Pods/Target Support Files/ReactNativeUiLib"; sourceTree = ""; }; - 641402D31224D1DDBF68A0302F29CB36 /* UserDefaults */ = { + 65A1D69955965C1373E9D9F31C795424 /* Pod */ = { isa = PBXGroup; children = ( - 768F4D51D54C84BF6F09B8ADBB8EF53E /* GULUserDefaults.h */, - EE59EC4314146E76DCB20C06F60FC1F9 /* GULUserDefaults.m */, - ); - name = UserDefaults; - sourceTree = ""; - }; - 641D346BDEA55C8EDE7A2D1732D02814 /* ViewManagers */ = { - isa = PBXGroup; - children = ( - 6926473A4717FC5968554E56DAB79D07 /* ARTGroupManager.h */, - EAB6A6CD9CBAC54D1046AD6E505AA9F6 /* ARTGroupManager.m */, - E27EA9C19D57F8065B35A2FB49994648 /* ARTNodeManager.h */, - A725CFC1C415D47C0160213B6B1A4CED /* ARTNodeManager.m */, - 6DF7297F5CDA5581F4FA44088A2097A3 /* ARTRenderableManager.h */, - EE81D2562732172B14A9C411791C4D94 /* ARTRenderableManager.m */, - 397B8181873BD84BE101F44B0ABE482F /* ARTShapeManager.h */, - 00DD4C69F8AA90E1B6A681B8D672263E /* ARTShapeManager.m */, - 7B9AFB6F2E2BD5E79C5AC7188853A0B9 /* ARTSurfaceViewManager.h */, - 88EBC419AC2A10EBDB6F4E7D5C0FC7EB /* ARTSurfaceViewManager.m */, - BB036E8BBA7A55B58C802A43F2DFCB3C /* ARTTextManager.h */, - 94F9BA574A8A46B7167CD92B69083E93 /* ARTTextManager.m */, - ); - name = ViewManagers; - path = ios/ViewManagers; - sourceTree = ""; - }; - 65DF7836B9FD89E5A36D0B4D2769B81A /* Support Files */ = { - isa = PBXGroup; - children = ( - 268097D45D9A19D40E5715C9C006F94B /* UMCore-dummy.m */, - 8BA3207D705FB558677E719EB7FE37F5 /* UMCore-prefix.pch */, - D25C44180D984EEDD9DA0FBA10238FD6 /* UMCore.debug.xcconfig */, - 7224F4F6F3CF90212229C2B708F5FC2D /* UMCore.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/UMCore"; - sourceTree = ""; - }; - 66669D2BC1AD528279A4036240F74B2E /* Support Files */ = { - isa = PBXGroup; - children = ( - 85377F31B72D491022867C559C1CB709 /* EXConstants-dummy.m */, - 7AD9CD5C06D54384214C78241EBC1D24 /* EXConstants-prefix.pch */, - 1C7A419EF6BE410C5E7E7B6249010259 /* EXConstants.debug.xcconfig */, - 0FD130F92D37F953E0AD0831BCB0900C /* EXConstants.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXConstants"; - sourceTree = ""; - }; - 67364CCF63CFD956B7383663C81D86C5 /* Pod */ = { - isa = PBXGroup; - children = ( - B02A695D333C312D181D3A3917D15962 /* LICENSE */, - 5D96FA7C131F44E288380401DBB2BA2E /* README.md */, - 6ED2D6A04D6FD6000CA54B6F9F847023 /* RNReanimated.podspec */, + F95BC68138A531DEC3F8934B08A59C4E /* LICENSE */, + BB3001BDED9376568E287AC56D4A43B9 /* react-native-safe-area-context.podspec */, + A33DF342329DF975E7F021C08A0CA8A1 /* README.md */, ); name = Pod; sourceTree = ""; }; - 68CBE3E317D435680AEC12B389B5FDF3 /* RCTWebSocket */ = { + 66C7657664C046DA031A6AF984AE3D52 /* UMTaskManagerInterface */ = { isa = PBXGroup; children = ( - 37F8C450D828AD4F801323050276E874 /* RCTReconnectingWebSocket.h */, - 4D7E566608A1776F022A084665FC7222 /* RCTReconnectingWebSocket.m */, - 22931B6E8AE7DE176D2E690AAAB185D4 /* RCTSRWebSocket.h */, - BD6E3FC5A898C2B1E0A832C3B2E2B927 /* RCTSRWebSocket.m */, + E9FFDD1FE526B79C6D4C9001C1870AED /* UMTaskConsumerInterface.h */, + 2F4ABB2DD38C938525F24C36E09098F3 /* UMTaskInterface.h */, + 2EBEA3BCDDF1963B31BE7C3743E1798E /* UMTaskLaunchReason.h */, + F0E4F5008EBA4E42EC2A4A87826904E1 /* UMTaskManagerInterface.h */, + 17F4FDD8615DDD141ED32379F82B39A0 /* UMTaskServiceInterface.h */, + 9DD495CA7F356A1C6BD8FCF2CDE5ABAE /* Pod */, + C4DB67D74F8045C5D603A9E59886AB56 /* Support Files */, ); - name = RCTWebSocket; + name = UMTaskManagerInterface; + path = "../../node_modules/unimodules-task-manager-interface/ios"; sourceTree = ""; }; - 69476DA97024CC7ECFDC8034AFCB4E61 /* react-native-slider */ = { + 67AA9FF1CD9DCDD5DD6DEEC252C95524 /* UMPermissionsInterface */ = { isa = PBXGroup; children = ( - CB566184383FEE40DED71D03DCD7AF56 /* RNCSlider.h */, - E60F82101B71BF051FF3218C6601DB2E /* RNCSlider.m */, - 5CF45B559F056D70AC4BE3FEB2311C3C /* RNCSliderManager.h */, - F6E5A992FB1D6F2325C818BCAB23F44B /* RNCSliderManager.m */, - C603EFFB51C3EADE621CA0B19680EA4B /* Pod */, - 382D92A9D784FDAA5A4A68841FE70649 /* Support Files */, + FA2F6ED5027AAA26EA743798C2086445 /* UMPermissionsInterface.h */, + 5E97167CE8506654D6AC2C743408DE8A /* UMPermissionsMethodsDelegate.h */, + B160C9B52B85D957BB2AEFF55E1B9A9E /* UMPermissionsMethodsDelegate.m */, + 2DB0A6F7A02906E9240AEE1CDBEFC9AC /* UMUserNotificationCenterProxyInterface.h */, + DC16430FABA96D729F03983C06CAC5E7 /* Pod */, + DEFFAED6A54B47632781D65ED2C600D8 /* Support Files */, ); - name = "react-native-slider"; - path = "../../node_modules/@react-native-community/slider"; + name = UMPermissionsInterface; + path = "../../node_modules/unimodules-permissions-interface/ios"; + sourceTree = ""; + }; + 67B376E6786125F7A2D1232B1ABD8C5C /* Support Files */ = { + isa = PBXGroup; + children = ( + D5AA719B9026599D4A9CB2E4A7E27350 /* RNBootSplash-dummy.m */, + A27416C0EC99308F3E1032BD091407AC /* RNBootSplash-prefix.pch */, + 7C420411B1148BBC0AD7C9DE767407D3 /* RNBootSplash.debug.xcconfig */, + 7DA84AE32131D08F05F5314ADE1BBA82 /* RNBootSplash.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNBootSplash"; + sourceTree = ""; + }; + 680BF172F4D407639434CBABEBB4260E /* Support Files */ = { + isa = PBXGroup; + children = ( + 59FBE856E9213967CB134BD062A0B995 /* RNDateTimePicker-dummy.m */, + 1EFFF28AE883AEBF87391559536D296D /* RNDateTimePicker-prefix.pch */, + F4EE9DA4AF87D552760151E5FE58830D /* RNDateTimePicker.debug.xcconfig */, + F5BCC5E7683F64AFB800E6E22E9A71AB /* RNDateTimePicker.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/RNDateTimePicker"; + sourceTree = ""; + }; + 6870CF378B9BA7786CF0F15A5CD9FCF1 /* Support Files */ = { + isa = PBXGroup; + children = ( + 434447BE015670BBDA414FA410594484 /* react-native-background-timer-dummy.m */, + 821904A981F9893E51039678078BEC85 /* react-native-background-timer-prefix.pch */, + 96029579371D4169676428C15CAC1507 /* react-native-background-timer.debug.xcconfig */, + 19F4744135B4EC0215EEF8F8EA396E5A /* react-native-background-timer.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-background-timer"; + sourceTree = ""; + }; + 68E30DB2F34C7A5F03A08C62053500E5 /* Support Files */ = { + isa = PBXGroup; + children = ( + B988CD58F53196855229737C1A67D9D5 /* EXWebBrowser-dummy.m */, + 5E5A663E4CB75E34AA4C7368CB6A9A2F /* EXWebBrowser-prefix.pch */, + F103531629CE681801F01C363FF0D7B1 /* EXWebBrowser.debug.xcconfig */, + 97F22FD130D38E6FE56D88111261AF31 /* EXWebBrowser.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXWebBrowser"; + sourceTree = ""; + }; + 694781CF00E393F5C11BA785697987BF /* Support Files */ = { + isa = PBXGroup; + children = ( + 71FD17783F95E2307B7E3ABB57E63FCF /* RNFastImage-dummy.m */, + 2CE9AB89C48A3ECD0C9AE0C5A1F17863 /* RNFastImage-prefix.pch */, + 18615B7AD54983D86DB88848732FC3C1 /* RNFastImage.debug.xcconfig */, + 54E26D6244B283227E7B7AE8C4A6BED9 /* RNFastImage.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/RNFastImage"; sourceTree = ""; }; 695B8CB6CAF3C86C8DCAA4A766F93831 /* Support Files */ = { @@ -15948,36 +16025,23 @@ path = "../Target Support Files/GoogleDataTransportCCTSupport"; sourceTree = ""; }; - 69FD8A4E1FCBEF768E14F08BCE00ADA8 /* Resources */ = { + 69A9D32495E1AA0CC8076AEAD34CFAEA /* DevSupport */ = { isa = PBXGroup; children = ( - 9F8CAEC1066F72A04539AA51832DCBA1 /* de.lproj */, - 31E1A752B9AE89ED1332D84970D6BB51 /* en.lproj */, - EA3ABB0B44F37427CF9EADD6274F6221 /* es.lproj */, - D0EB3B37301573DA5278852E6F9236CE /* fr.lproj */, - 6BA9A26E2876148FFA46B295BCF50D92 /* ja.lproj */, - 7EC861892742E129F7FFFA83ADB1F8B2 /* pl.lproj */, - 741EB95C0E2C993307CF55653185C60C /* QBImagePicker.storyboard */, - 140B832501D3D5F816835742974E1617 /* zh-Hans.lproj */, + BD8C3A2ED57BE115DFFE71F91C230B7A /* DevSupport */, + CA423CB8AE689711D4014E275B6C1331 /* Inspector */, ); - name = Resources; + name = DevSupport; sourceTree = ""; }; - 6A27640EFEF5F884DE633667D948BE7B /* GoogleUtilities */ = { + 69F4C8A8B20B6E72E429AF0C5C216024 /* RNFetchBlob */ = { isa = PBXGroup; children = ( - 9EE7698A788A439E006E7626F4832391 /* AppDelegateSwizzler */, - 32246370797B36625B7FFA5BEA1CF0FF /* Environment */, - 4EC37812E26C1A3F85B2C5C2477B9DBF /* Logger */, - 6E14C920E9C29A03ED2DC3C5EF5A084F /* MethodSwizzler */, - D87CA8B7ED80B5282C591ABCB48FC1A1 /* Network */, - 18E3280BB14C113F56953A9E061F4234 /* NSData+zlib */, - F27095CDF3E88919E756E529605C10BE /* Reachability */, - 87427C9C25945455ABB96C35C33B2A04 /* Support Files */, - 641402D31224D1DDBF68A0302F29CB36 /* UserDefaults */, + F32A45959D3AF5405D68E92CA1BFD497 /* RNFetchBlob.h */, + CF8DF605F00E7D24B3A604B58840FFEA /* RNFetchBlob.m */, ); - name = GoogleUtilities; - path = GoogleUtilities; + name = RNFetchBlob; + path = ios/RNFetchBlob; sourceTree = ""; }; 6A579364618257379F9B99A61F36EBAB /* encode */ = { @@ -15987,19 +16051,24 @@ name = encode; sourceTree = ""; }; - 6A8560CD75A009E957B00B331842FD2C /* Video */ = { + 6B57CFB8FA03EF099467E832DFE9A508 /* Support Files */ = { isa = PBXGroup; children = ( - A11C44473E020E2F2BAB6E56FB3725E0 /* EXVideoManager.h */, - 26DFC9501081F4391FB60AA04CF1FBF3 /* EXVideoManager.m */, - FD64AF5CEB4DE8D320BE33D2C54368BA /* EXVideoPlayerViewController.h */, - 795764D57C74218C1DC80757258B116B /* EXVideoPlayerViewController.m */, - B8918C296D95EDF67D301741CBF41D0E /* EXVideoPlayerViewControllerDelegate.h */, - B6B41BC1F6D06AA76628F6E22FCB95F2 /* EXVideoView.h */, - 22EDB8290707A8B870E98CCA1973DCDF /* EXVideoView.m */, + 9B0D5569F6812D82CB5CADBD6255EF30 /* react-native-cookies-dummy.m */, + BBD321CFDABB82D36DC920949639DE54 /* react-native-cookies-prefix.pch */, + 31BE23E7A03A83154C74D283EA74BCD2 /* react-native-cookies.debug.xcconfig */, + CD715A86FB2F7BB0788591940C27B2E9 /* react-native-cookies.release.xcconfig */, ); - name = Video; - path = EXAV/Video; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/react-native-cookies"; + sourceTree = ""; + }; + 6BE43052CEA180324C02CE2FF826C21F /* Pod */ = { + isa = PBXGroup; + children = ( + 6354650B9A126E48F11C754900BA5E0E /* UMFileSystemInterface.podspec */, + ); + name = Pod; sourceTree = ""; }; 6BE81D26CF8A21EDEBC636B376FC20CB /* TOCropViewController */ = { @@ -16031,50 +16100,40 @@ path = TOCropViewController; sourceTree = ""; }; - 6C22D39FB7AB9DA460A59FB280C02133 /* Support Files */ = { + 6C9CF28A1ABD0F854668FE54FB4FB9E3 /* react-native-orientation-locker */ = { isa = PBXGroup; children = ( - B0A4E0BDAD9C880EDC1ED4A4483D369F /* react-native-appearance-dummy.m */, - 38C94751FB64B5B33314BCD0D26474B7 /* react-native-appearance-prefix.pch */, - D10B7C8855667D2ADB399CC50628D1DF /* react-native-appearance.debug.xcconfig */, - 4D3CFB5C40849F70E0378037198D2082 /* react-native-appearance.release.xcconfig */, + ECE8C980337ACD444219FD25A98E35CE /* Orientation.h */, + 23297A2FE4CB2678FF4D5DDAD242BF8A /* Orientation.m */, + F2B6B4E8DFE8F51632393B687FF0147E /* Pod */, + A50342AB929EB809441B8EE8E54A76F6 /* Support Files */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-appearance"; + name = "react-native-orientation-locker"; + path = "../../node_modules/react-native-orientation-locker"; sourceTree = ""; }; - 6D3ED80949A445AE5FBED9F39C1AC911 /* Support Files */ = { + 6CC11A92D9B1193B1EEA07600F2EDD44 /* Drivers */ = { isa = PBXGroup; children = ( - 504A3E8E57874AEB79378F0713B97A52 /* UMTaskManagerInterface.debug.xcconfig */, - B76A018868C6E437AF586ED4500C6333 /* UMTaskManagerInterface.release.xcconfig */, + 5646641312F8355FE7CDCEC2CC3C51A0 /* RCTDecayAnimation.m */, + 13DB4275F1228B26DEF4C1B58A4FFC94 /* RCTEventAnimation.m */, + A48F2D5F47033AFB0C8134FAEF65F7F5 /* RCTFrameAnimation.m */, + CAA214D35A73D103363CD9902FF12287 /* RCTSpringAnimation.m */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMTaskManagerInterface"; + name = Drivers; + path = Drivers; sourceTree = ""; }; - 6D9A238CDAAD843AE33AC36810B373F2 /* react-native-restart */ = { + 6D4C1F7C4569B55713670CB93A776C36 /* Support Files */ = { isa = PBXGroup; children = ( - 0B1707A672948535A931072E1F755116 /* Restart.h */, - FF7F6596B8D9F09DE312F674045DBE19 /* Restart.m */, - 186C34DA07D60DEA1256F14DA5E1462B /* Pod */, - 2E837E9C4CC4ABEDDB7B96FA356FB61F /* Support Files */, - ); - name = "react-native-restart"; - path = "../../node_modules/react-native-restart"; - sourceTree = ""; - }; - 6DD7569BB27B022C08180AB6A5F2868C /* Support Files */ = { - isa = PBXGroup; - children = ( - E690923D30039DDCB783CEC621BE623D /* RNFBApp-dummy.m */, - E81F6B891426DC688BDC535ED5B76F1A /* RNFBApp-prefix.pch */, - B30E23EEE2A4DED934D9BD0EF230A5F2 /* RNFBApp.debug.xcconfig */, - 4D5A2F9EBC423BA5D767010433B5A888 /* RNFBApp.release.xcconfig */, + 7123BFB46004B3431DD663F033E03DD1 /* react-native-safe-area-context-dummy.m */, + B7A7C2483BFE17780191C9BC970A6950 /* react-native-safe-area-context-prefix.pch */, + E4EDC844B935E417B08F6DD2F53A5230 /* react-native-safe-area-context.debug.xcconfig */, + B4BB84C0E1EA1C9A6F91AB210E31DCF8 /* react-native-safe-area-context.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNFBApp"; + path = "../../ios/Pods/Target Support Files/react-native-safe-area-context"; sourceTree = ""; }; 6DEE420D36CB48AF1E50B58B23E09D37 /* Support Files */ = { @@ -16089,78 +16148,96 @@ path = "../Target Support Files/Flipper-Folly"; sourceTree = ""; }; - 6E14C920E9C29A03ED2DC3C5EF5A084F /* MethodSwizzler */ = { + 6DF4F00C2489824DAEC20341708B6BE9 /* EXWebBrowser */ = { isa = PBXGroup; children = ( - 7FC4001D9175E5F86880BA1A091F803B /* GULOriginalIMPConvenienceMacros.h */, - 6E76B0D19598070AF15C8E40D3E9CB2E /* GULSwizzler.h */, - 0E079C228C72E407636DBC32C4D6743E /* GULSwizzler.m */, + E5DBB3E00F5073F2F08B0412494739D7 /* EXWebBrowser.h */, + 57D31EE2DB8C56CA2C22F639F25C2300 /* EXWebBrowser.m */, + 32C8DC8BDE75A71BB2F933F75B0F61DE /* Pod */, + 68E30DB2F34C7A5F03A08C62053500E5 /* Support Files */, ); - name = MethodSwizzler; + name = EXWebBrowser; + path = "../../node_modules/expo-web-browser/ios"; sourceTree = ""; }; - 6E49F7A468615C7B9FDE755038DF056C /* React-cxxreact */ = { + 6E9396A86AF3D17B4E44C05329B2A3EB /* react-native-simple-crypto */ = { isa = PBXGroup; children = ( - 1CA3A9A847227A1B47BC323589CAC841 /* CxxModule.h */, - 21A21091F6F3E335E9887E43AD10253E /* CxxNativeModule.cpp */, - 2B7C15B57EA8189CBA05AE26BEFA5600 /* CxxNativeModule.h */, - C32EF3C60F13E063531B75B349DE6D63 /* Instance.cpp */, - BCB813BD76D4B501AF168AF0D59AE7A8 /* Instance.h */, - A66E896B99D56E490B797BB645211B80 /* JsArgumentHelpers.h */, - BEA4161DCE8B474AA7FD663A2D72A5BA /* JsArgumentHelpers-inl.h */, - 1587866A6653359CAB2D5C6BF733981F /* JSBigString.cpp */, - 5AA44050E5587A713DE4EE46F41B7FA6 /* JSBigString.h */, - 3DBD6639A8ECB049C054C81E674B3EC2 /* JSBundleType.cpp */, - 03A391F8899578F3ADE31E1B30461E8B /* JSBundleType.h */, - 89EB72C002BA7DF59494B86F88DD02C0 /* JSDeltaBundleClient.cpp */, - B0D034BF10A81757BF7E36B26707D555 /* JSDeltaBundleClient.h */, - DE4896B30B4A33958D1F4ED063C3175A /* JSExecutor.cpp */, - 97CFDE5D34E3D1C7BC4E80FAD8569932 /* JSExecutor.h */, - AED5C89607CD223196CBD7E82BACABF7 /* JSIndexedRAMBundle.cpp */, - 323354DFB6ED51722DC8251CF672BC8A /* JSIndexedRAMBundle.h */, - 9AC0FE394EAA78C2B411DDEDD41E418B /* JSModulesUnbundle.h */, - ABBEC348B1764BFD710778E4A00D8A92 /* MessageQueueThread.h */, - 210CECCD609CC3C45A9E483A9FDB6D41 /* MethodCall.cpp */, - CEA9FC0296A93C019829B8D3F46A3F50 /* MethodCall.h */, - 39581FE68301A0DDB9812414733C50A1 /* ModuleRegistry.cpp */, - 5C5967EFEEF8DA65BF4FEC35B2266BD9 /* ModuleRegistry.h */, - 850528C71C5E12585662631D71CBD210 /* NativeModule.h */, - 0410D212DCDE9A2245C8714A5F44DCA5 /* NativeToJsBridge.cpp */, - CEB4274A0303527FBC2F80EDA19FB2D0 /* NativeToJsBridge.h */, - 31ABB6EFB73566B9C699FEB3A1698B3E /* RAMBundleRegistry.cpp */, - A7C1A0A9E346B8AEEF6EEC5A850987A5 /* RAMBundleRegistry.h */, - 7611F894136F4E0771206A7FC6088291 /* ReactMarker.cpp */, - B83BE080B4BA8EE754CF2353D95A95F7 /* ReactMarker.h */, - 7F60927F01B886851D4BBD02360D3240 /* ReactNativeVersion.h */, - 5697F11A11D826D61C3BB08A6E796840 /* RecoverableError.h */, - 7D85B3A1036C1D8E8D3B74D8792ECBFD /* SharedProxyCxxModule.h */, - F732CA9F3D60708A1FB6909B25173815 /* SystraceSection.h */, - 319E8FAC68F9293F7ACDBB3C42331D7F /* Pod */, - 91A41417472833025F6217E314EC06A4 /* Support Files */, + 9C5FEF79BEC743ECA2BD2FD673D93BCC /* RCTAes.h */, + 54252CD0E2DACD33DC19F6CBF62BEAAE /* RCTAes.m */, + D36E70401864585368ABB2D383EE25A2 /* RCTCrypto-Bridging-Header.h */, + 312AD8F9853410B90CE6A66D491989B9 /* RCTHmac.h */, + C157976D0315D3243173E456620503C2 /* RCTHmac.m */, + 3713EF18D3264C2CDA2136D0C920CCBC /* RCTPbkdf2.h */, + 68C4071F7402AF025C67CC9ECEF84224 /* RCTPbkdf2.m */, + 31C757ECB07B80B7BE811137F656A67C /* RCTRsa.h */, + 8AAB2DA2847E13161A38AE711E1C4B11 /* RCTRsa.m */, + D781CAE260BCE42C143152CA3C5A9B0A /* RCTRsaUtils.m */, + 14717AB7F29D68B559C1440E173AB413 /* RCTRsaUtils.swift */, + 5B795AF505822FA3531F882B0C34893F /* RCTSha.h */, + B31A938BA57C97018F16609A23751B50 /* RCTSha.m */, + B83676BEAFD0D5E2F0C71448D0859A3B /* RNRandomBytes.h */, + 104225B66F8B29F7CEB9F2572BC857F1 /* RNRandomBytes.m */, + 1EC018A45E44809318AAB283AD2D441A /* lib */, + 0B0048D3F52D131DDF0333C7F3A20DD2 /* Pod */, + 4B74FCF94945FFD9E65E34AA300283D3 /* Support Files */, ); - name = "React-cxxreact"; - path = "../../node_modules/react-native/ReactCommon/cxxreact"; + name = "react-native-simple-crypto"; + path = "../../node_modules/react-native-simple-crypto"; sourceTree = ""; }; - 6ECFE18DAEC743ECE17DAAC1436C18AF /* EXAV */ = { + 6E94D029F2001C7C8E950FE0FFBED222 /* RNCMaskedView */ = { isa = PBXGroup; children = ( - 728F6769C04E37B0EE21CC943C97ABEB /* EXAudioRecordingPermissionRequester.h */, - 2B111C3B85B5E5E529D9C5B1A2EB632A /* EXAudioRecordingPermissionRequester.m */, - 01C14D26B54B14E2C3D3C16E9D9FB416 /* EXAudioSessionManager.h */, - 08DD01A4E965226D8BC4FC41383EBAE9 /* EXAudioSessionManager.m */, - BEF9CD8D460017388F3FDB09E150EAAF /* EXAV.h */, - B70B14CBB04757856028D7E4CB72DA19 /* EXAV.m */, - E2BD337A1F1486F43937A819967B759D /* EXAVObject.h */, - 20356A5E0414112A55D0E0FF83FD71D1 /* EXAVPlayerData.h */, - 1CB8136B664A0CF0E4A8135286736FAF /* EXAVPlayerData.m */, - 27395316AD75EB50ED9025D3BEBEEE99 /* Pod */, - 73E6E3E35DDC67C8C88366ECB90A4511 /* Support Files */, - 6A8560CD75A009E957B00B331842FD2C /* Video */, + 206622DC3287496A98E1C54E082EDF64 /* RNCMaskedView.h */, + 6D50F32BF9A63201240E018732A575F1 /* RNCMaskedView.m */, + 60460FAC96393E1487924FD0B1CF7C7E /* RNCMaskedViewManager.h */, + 362BDF004E1BBD646E998F7B026A559D /* RNCMaskedViewManager.m */, + 9D6BD86646387D0EDD412B404933B253 /* Pod */, + B192038E01F2EE9A68398AD7D00E279B /* Support Files */, ); - name = EXAV; - path = "../../node_modules/expo-av/ios"; + name = RNCMaskedView; + path = "../../node_modules/@react-native-community/masked-view"; + sourceTree = ""; + }; + 6F03EFFC55EEBBAD05709CFFC4E8D35A /* Pod */ = { + isa = PBXGroup; + children = ( + 5AA60301EEBFBDE0E9F30F09AF5A30C3 /* React.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 6F9BAE336C5F374B96C5C686EE98BD70 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7810AA7B61C66E5168A99227EFFF31A6 /* react-native-netinfo-dummy.m */, + EE0555599F439902A577EC867693A5E4 /* react-native-netinfo-prefix.pch */, + 7C177F3F39A73631C74791F4CC69AB21 /* react-native-netinfo.debug.xcconfig */, + 019D3CADAE0B6D570B084DDAF0470007 /* react-native-netinfo.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/react-native-netinfo"; + sourceTree = ""; + }; + 6FFAC6BD2B16BD22C39DDB20055275F2 /* ReactCommon */ = { + isa = PBXGroup; + children = ( + 7D9D8D66508F6981413CD5AFB1B44711 /* Support Files */, + EB1B8509EE96BDBBC32A26FA2032669F /* turbomodule */, + ); + name = ReactCommon; + path = "../../node_modules/react-native/ReactCommon"; + sourceTree = ""; + }; + 7076364A721E7B06DB38E1E75CA2593A /* React-RCTActionSheet */ = { + isa = PBXGroup; + children = ( + 77990E174E626C3D43BF6A2FD47BD9B9 /* Pod */, + 7638DBC8357E915B71C687DFA1E7FF98 /* Support Files */, + ); + name = "React-RCTActionSheet"; + path = "../../node_modules/react-native/Libraries/ActionSheetIOS"; sourceTree = ""; }; 70B02EE94FDA3CD14B885EA44934ACD0 /* FirebaseCore */ = { @@ -16215,32 +16292,56 @@ path = FirebaseCore; sourceTree = ""; }; - 715957F2D3A89CB1737A6A812D5B8C71 /* Pod */ = { + 70C9A6D5028455BE23F84012635F2306 /* UMModuleRegistryProvider */ = { isa = PBXGroup; children = ( - 951053E9081E358A9E0D3F31399017E0 /* EXVideoThumbnails.podspec */, + B98F98841CC7FAEB021F21AC2BDBB0FE /* UMModuleRegistryProvider.h */, + 5F19BF0888DC953A24204C8E83DB1213 /* UMModuleRegistryProvider.m */, + ); + name = UMModuleRegistryProvider; + path = UMCore/UMModuleRegistryProvider; + sourceTree = ""; + }; + 71514343EB8E949BD30C8E3C1F98ED02 /* RCTTextHeaders */ = { + isa = PBXGroup; + children = ( + 6889340CC67C64F1B1B94142299ECB11 /* RCTConvert+Text.h */, + D5EBCB210CB63B044A5754806B1D222E /* RCTTextAttributes.h */, + 60C3A76FCF7214B6049F669CCB7EDEF1 /* RCTTextTransform.h */, + 51D5ED15E09274F0F4DA8DF86A8DB643 /* BaseText */, + 09965D7B1CFBD4868DDF478D22ACA1ED /* RawText */, + 0AB2F95A2259C106C3D7793F8DC63062 /* Text */, + 970D8EC66C9F818EA089194F5D5C6F10 /* TextInput */, + 3CE0E57E674EEB4472D313372E386AB3 /* VirtualText */, + ); + name = RCTTextHeaders; + sourceTree = ""; + }; + 7163C485E4F2027E58B93D1E06752826 /* Pod */ = { + isa = PBXGroup; + children = ( + A1B5D2470AD108B97A818456DA5D4E32 /* advancedIos.md */, + 09078B378F3ABC34A333143BB0C673B6 /* installation.md */, + E4792433FD3FA7B39FC56EA7179BD1E3 /* LICENSE */, + 94831F98325A4DF50B6A3E021FAE698E /* localNotifications.md */, + 8A3F32AAF54EFAA2F4C4DC5F1A171DC1 /* notificationsEvents.md */, + 35381B7B8445D4F563B8FF04EE7FC323 /* react-native-notifications.podspec */, + 7FE06624B62C3448A1AE72DA79C99F17 /* README.md */, + 06DE441B6B66C334B96C32F2BE249AAE /* subscription.md */, ); name = Pod; sourceTree = ""; }; - 715FB843BB3CA6A6E1F457BA37031812 /* Pod */ = { + 72564BC5129021AD960F7A2156454FF3 /* UMBarCodeScannerInterface */ = { isa = PBXGroup; children = ( - 3F3CCA2162BC0859BAE73645CCB23A35 /* React-RCTText.podspec */, + 2A2D7ADBCBB430C18C3A64D5CF4E171E /* UMBarCodeScannerInterface.h */, + 0F38A35FD7B4B103E2316F47ED5EB8ED /* UMBarCodeScannerProviderInterface.h */, + B9C337BED5CFB0AC6E2F059776DF757D /* Pod */, + F68E4928B770EEED3B5735BEDDABDD3F /* Support Files */, ); - name = Pod; - sourceTree = ""; - }; - 71A34EE46D3B70A23486D62C7A1289E0 /* Support Files */ = { - isa = PBXGroup; - children = ( - A8E6D28F999C24C4DE02FE10FE67A206 /* EXLocalAuthentication-dummy.m */, - 0E6E60F80BFA4737661886A68FA91B3B /* EXLocalAuthentication-prefix.pch */, - E2EB43009C3356DCDF3CD887C503DF31 /* EXLocalAuthentication.debug.xcconfig */, - F5ED34FDBF6D82D58403D5028019412C /* EXLocalAuthentication.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXLocalAuthentication"; + name = UMBarCodeScannerInterface; + path = "../../node_modules/unimodules-barcode-scanner-interface/ios"; sourceTree = ""; }; 728835A18132D8C096CA6029A2D9D4AF /* Core */ = { @@ -16391,173 +16492,115 @@ name = Core; sourceTree = ""; }; - 72B481E6658DEE51B218EB9C65000799 /* Singleline */ = { + 72942E902B96B99D4A887A49334CB5ED /* rn-fetch-blob */ = { isa = PBXGroup; children = ( - AB7DF34075F02BED6389FB6756728F72 /* RCTSinglelineTextInputView.h */, - 1331A6332014250EB5A7436D9254487E /* RCTSinglelineTextInputViewManager.h */, - 835195C4438CBE7C38F29F71AB0D4C3A /* RCTUITextField.h */, + B7612B75AFD48607234185EB579D616F /* IOS7Polyfill.h */, + D5D3BA46E5493BAC7A0A6A5790529468 /* RNFetchBlobConst.h */, + CBF279547224E391A6D61AF6BA8D8B30 /* RNFetchBlobConst.m */, + 029B46A552B0D258E1CC3D1109C87E1D /* RNFetchBlobFS.h */, + 26E63A5AE5310A423A04A7ED8197F37F /* RNFetchBlobFS.m */, + 3EC846996E48781196A9ED0CCE8D2E17 /* RNFetchBlobNetwork.h */, + F42A3E6D85625C30655B009397B6CD77 /* RNFetchBlobNetwork.m */, + A93ABF4C4C5E4ABA14C34080C891D277 /* RNFetchBlobProgress.h */, + 0172E17D6E4E5044BB550E322A73FB7E /* RNFetchBlobProgress.m */, + 74E046DC200091BD11B686E38F5EF577 /* RNFetchBlobReqBuilder.h */, + 0679DDA06F6083ADCCB39D00724A4529 /* RNFetchBlobReqBuilder.m */, + E073131591CCE82B643BF8FC8877E559 /* RNFetchBlobRequest.h */, + 474CA0F59A4B9C310FFF495EDB5C7D06 /* RNFetchBlobRequest.m */, + 2E4FFEABB3CBD817DC681B9CB0AE2122 /* Pod */, + 69F4C8A8B20B6E72E429AF0C5C216024 /* RNFetchBlob */, + 5489C6F2389923099126961E9CE5BA02 /* Support Files */, ); - name = Singleline; - path = Singleline; + name = "rn-fetch-blob"; + path = "../../node_modules/rn-fetch-blob"; sourceTree = ""; }; - 739D74B3A90BC847F3053728AC80986B /* Pod */ = { + 741926EC4FD0C96BFFBD6052268FD0EA /* Environment */ = { isa = PBXGroup; children = ( - A73299C9909B6D73C6249B8E9EEB4F49 /* EXAppleAuthentication.podspec */, + 21B571A63D7013EE0C82F28180BF31F8 /* GULAppEnvironmentUtil.h */, + FD83A6388F4FE63CA6DA9E4046756797 /* GULAppEnvironmentUtil.m */, + E5829883783F778ADA8007BB600B4958 /* GULHeartbeatDateStorage.h */, + F3D9947B7637DFBA6E3F2645FC8B2E11 /* GULHeartbeatDateStorage.m */, + 65DE5D2135FF2428D738213E5E7E1977 /* GULKeychainStorage.h */, + 24D620A3E5583AFCA1B0728AABBA7D8D /* GULKeychainStorage.m */, + FF01D9DC2BEE0CBCECCE73397F244361 /* GULKeychainUtils.h */, + 7B3CCC623058690AD5F00C57BFB79B3D /* GULKeychainUtils.m */, + 028797E09D645D2173701B0334CA976B /* GULSecureCoding.h */, + C3057285D89CD9A3A8F3B341A57A5E2F /* GULSecureCoding.m */, ); - name = Pod; + name = Environment; sourceTree = ""; }; - 73E6E3E35DDC67C8C88366ECB90A4511 /* Support Files */ = { + 7638DBC8357E915B71C687DFA1E7FF98 /* Support Files */ = { isa = PBXGroup; children = ( - B865DFD067F1D741291FBF66A597878A /* EXAV-dummy.m */, - C84B1A002B63667F5009408082084943 /* EXAV-prefix.pch */, - 6221F69231986FD00D657A121A52B96F /* EXAV.debug.xcconfig */, - 9EA59B7BEC7287684E305E35E3137C30 /* EXAV.release.xcconfig */, + FDE462179675AFD4DCD749537003DF93 /* React-RCTActionSheet.debug.xcconfig */, + 9B699102AFEA45C8A1FB25CD8C39FEB2 /* React-RCTActionSheet.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXAV"; + path = "../../../../ios/Pods/Target Support Files/React-RCTActionSheet"; sourceTree = ""; }; - 74ABB32AB59E7790B92B073D0B6D63F8 /* Pod */ = { + 772DF446F3587FC40F43A9F1891C021A /* Source */ = { isa = PBXGroup; children = ( - BF1088D50F07CDE8E70094EE660E11BF /* React-RCTVibration.podspec */, + 18EA0DB4508261118A379726AE046469 /* BSG_KSCrashReportWriter.h */, + D997B92F8D20664BC53C00438086C891 /* BSGConnectivity.h */, + 453CE6C887F1EBE164D6F608B6EDB7AB /* BSGConnectivity.m */, + 17577A6287D04D2AAE4C0CE7D0E4DC84 /* BSGOutOfMemoryWatchdog.h */, + DF30314220FF7C4C3E020C4FD9BD53A2 /* BSGOutOfMemoryWatchdog.m */, + 70C5F8825983D439F7613DFE8ED65B37 /* BSGSerialization.h */, + C11CC0DA5D4925CE4831B70BCF2C8541 /* BSGSerialization.m */, + 4804FA914CF93AC90DC9A1DE78C8D46F /* Bugsnag.h */, + 648E277199F914BBE555D17096F7D9EE /* Bugsnag.m */, + B34A4B374608A43CF5D2FF72ECFB36B2 /* BugsnagApiClient.h */, + 9621EAC1A48E39C15ECEF2A85EA69276 /* BugsnagApiClient.m */, + 191DE639E4AD159AB956046DE73BB188 /* BugsnagBreadcrumb.h */, + 76C7B352ECB59D6AD00538A93798281B /* BugsnagBreadcrumb.m */, + E4705916CD3930EAA96410D467103F84 /* BugsnagCollections.h */, + 5D63F9796DF3AB6C77AE6576299B551A /* BugsnagCollections.m */, + 2E571E9C342F4A0E9D60A8E057938A20 /* BugsnagConfiguration.h */, + 0FA23E27D245CE31B7AB6C21FCC18BCA /* BugsnagConfiguration.m */, + 389F204A875DD6CE7B8C65D858001782 /* BugsnagCrashReport.h */, + F2A072DAD06828D908B0B35346A48E71 /* BugsnagCrashReport.m */, + 5FB99CF1CC114E05182DC021285AECBD /* BugsnagCrashSentry.h */, + 48D1735E0772C687E3A210CFC777CE3C /* BugsnagCrashSentry.m */, + 3224C090E0B2DC3BC8F0792F8AE4C441 /* BugsnagErrorReportApiClient.h */, + 15F55F336E286AF3890390511ECB1AC8 /* BugsnagErrorReportApiClient.m */, + 83D7AF775990369F3D9E099505923CF2 /* BugsnagFileStore.h */, + 8FE11E92FC612767470FF1C8EFCBE972 /* BugsnagFileStore.m */, + B1118A7106888A184A27F645E70888EE /* BugsnagHandledState.h */, + 2EDC49DDA18E23DB506A14E75125AF81 /* BugsnagHandledState.m */, + DEFFAC9B47503A331DAEE8DC2D876A8C /* BugsnagKeys.h */, + 8069C72715BDA8AF18D9710409B97C17 /* BugsnagKSCrashSysInfoParser.h */, + EFDFCDE94CDF746209CBEB2B7BC91572 /* BugsnagKSCrashSysInfoParser.m */, + E64431EDFC5EFEE5B9D8937D8E468B58 /* BugsnagLogger.h */, + 85DDC7298EF095E4DDF84D026B49B3B3 /* BugsnagMetaData.h */, + 57BADC325C1FE93D8056A13D96053C8C /* BugsnagMetaData.m */, + 0881EDB5DB96EA4EEA2D247C213547CB /* BugsnagNotifier.h */, + 401C8573E98CD4811542AD1F93FA111E /* BugsnagNotifier.m */, + AB7CA7C82E554C97E312AA1DE078E964 /* BugsnagPlugin.h */, + 4DA5939CC48C178B945462419AB51B81 /* BugsnagSession.h */, + BC692AC1CDC21E2E1E0C6FB07E1D8014 /* BugsnagSession.m */, + A21BA0836608702D1E04DBBED5D8B75D /* BugsnagSessionFileStore.h */, + 6DE6A21AFE5E9F7228A18EB2CC7330FD /* BugsnagSessionFileStore.m */, + C28AC0140929CEA0609A6EA15CF44008 /* BugsnagSessionTracker.h */, + 5BB1F174C7957262EE2FE776CD740639 /* BugsnagSessionTracker.m */, + 016A7933334987C24C2C71CF3A45D38C /* BugsnagSessionTrackingApiClient.h */, + 35353A2CDCEFBD5443431680626D7747 /* BugsnagSessionTrackingApiClient.m */, + 1652F768E1CB796E44E98D5AA3B0E08F /* BugsnagSessionTrackingPayload.h */, + DA3C406D277BFC9C784175E0127DCA0E /* BugsnagSessionTrackingPayload.m */, + 5EA1B7A34FAC4C871745B44392CC6F57 /* BugsnagSink.h */, + 999C48F45B59BCC5732D60EA07E756DF /* BugsnagSink.m */, + 90BAFD9E5CB55BDC218F6DBF3D6BF619 /* BugsnagUser.h */, + 69F85DC62BF24577277A28D728520FD7 /* BugsnagUser.m */, + 8D7F47D5903AF86D3981C401C7313F9F /* Private.h */, + 3EF65C6520D16FF0A7D1BA2A128BABF1 /* KSCrash */, ); - name = Pod; - sourceTree = ""; - }; - 74B4A071EFDC3ACBC23514F19F3D31A1 /* Sentry */ = { - isa = PBXGroup; - children = ( - C707517675AC50784ABF9405AC646704 /* BSG_KSCrashSentry.c */, - 595A19DAA5BBFAC8265EB86C4F602CD4 /* BSG_KSCrashSentry.h */, - 417615BAA99E891F377A3B67761F435E /* BSG_KSCrashSentry_CPPException.h */, - D20415E051061FB13C83AFB2285CD419 /* BSG_KSCrashSentry_CPPException.mm */, - 1268EBD1567B59B38B40BD6ABB4C3F4E /* BSG_KSCrashSentry_MachException.c */, - 0AAD65612ACE4160D830515CEF7B8DC7 /* BSG_KSCrashSentry_MachException.h */, - D863CA2289FE559ACB8F6A30898C59D6 /* BSG_KSCrashSentry_NSException.h */, - FA252EDDF5364BF37933FE6AEE3C0CF2 /* BSG_KSCrashSentry_NSException.m */, - 7634584434E7C4CB33AD329C3575B8F9 /* BSG_KSCrashSentry_Private.h */, - E16642013888143F6DF370CC669DB262 /* BSG_KSCrashSentry_Signal.c */, - 4A1C622790C451A10BF2B8E0251B47D9 /* BSG_KSCrashSentry_Signal.h */, - 9B1291155C81687F0E27949F38FDD0C7 /* BSG_KSCrashSentry_User.c */, - 7F6E4A5D611195155900B5842B7C3D6D /* BSG_KSCrashSentry_User.h */, - ); - name = Sentry; - path = Sentry; - sourceTree = ""; - }; - 74DE3164E5C7057AC46ACB74F1F1F632 /* Pod */ = { - isa = PBXGroup; - children = ( - B678B4032D1E7DAEA3F3BF39405CF04B /* LICENSE */, - 7437B5D00DDFD8473220DDB52602C82A /* react-native-appearance.podspec */, - 103C369AE3B2F9E9E9747706C021E459 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 7564BE48A7126F835CE114F6C344E589 /* UMAppLoader */ = { - isa = PBXGroup; - children = ( - 4B24A0B7911FD8C10A796C5118ECA95C /* UMAppLoaderProvider.h */, - 6CB3706820435745D6FD4D38E142ADFC /* UMAppLoaderProvider.m */, - 09BBB4EC28A09965776B9DD686D304F7 /* Interfaces */, - 3D96EC3F34C0BEC71A568EECEA866EF2 /* Pod */, - 23DC196C4A8F00792440419094B7E516 /* Support Files */, - ); - name = UMAppLoader; - path = "../../node_modules/unimodules-app-loader/ios"; - sourceTree = ""; - }; - 75B3AF2C8362BC882622245B49F00874 /* Support Files */ = { - isa = PBXGroup; - children = ( - DC13A137BE027FF710D1CBF20C04F8BF /* EXKeepAwake-dummy.m */, - 4C9D9821932EE2629AF1DE9ED3D36747 /* EXKeepAwake-prefix.pch */, - D31FDFBBB5BBFDD8F08E7D275728FBA8 /* EXKeepAwake.debug.xcconfig */, - 98423AA23C34FBCBE4D9202F773B530F /* EXKeepAwake.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXKeepAwake"; - sourceTree = ""; - }; - 75BD1BDC626DDE599B98D89549F5BDCB /* Support Files */ = { - isa = PBXGroup; - children = ( - 572AE574D6BE9C0DBB2FB58BB3A808E0 /* React-RCTLinking-dummy.m */, - 1F363F01B75B86976E015361A2BF6C20 /* React-RCTLinking-prefix.pch */, - 401F112876C24559A739C63A8523667B /* React-RCTLinking.debug.xcconfig */, - 7908AF05DE2D24CAA964C965EB69F7F1 /* React-RCTLinking.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTLinking"; - sourceTree = ""; - }; - 7612881A25237E22CBD843ADBD511F7E /* Resources */ = { - isa = PBXGroup; - children = ( - AC8C621681C1DBC2306FED32A1EFA51B /* AntDesign.ttf */, - 63FE483EBA2A7B8CA548A65D1F33BAFB /* Entypo.ttf */, - F1E6DDCFE60F08BEF4D88B4BD5D44133 /* EvilIcons.ttf */, - ED5DB17DFB3BBC0AA4A162E29FBD730D /* Feather.ttf */, - C7B74DB1A0BB8378FBF6CC05F85FF27E /* FontAwesome.ttf */, - D87214652590C42D30666C7602B23D15 /* FontAwesome5_Brands.ttf */, - D33EFDD05CA1E8293D4CA30B2B9E0F57 /* FontAwesome5_Regular.ttf */, - 761B0FA07520E2BDC38ECFE43E631A06 /* FontAwesome5_Solid.ttf */, - CC38319EFE45D65AC9BB50DA8C0F13C6 /* Fontisto.ttf */, - C6AF270CECBF06B11607675A3A3D3D6C /* Foundation.ttf */, - BE96E409902C6E3A692B67FA52C91000 /* Ionicons.ttf */, - 686A62F7537EA166C62BAD585401ED21 /* MaterialCommunityIcons.ttf */, - F5AB8D0DD508E2EC271500E0C03A94D6 /* MaterialIcons.ttf */, - 7C04D5D0A1D167E0C1E0D11708F4DBD6 /* Octicons.ttf */, - DCF0E2D52F356CD8A32190A94BE000A3 /* SimpleLineIcons.ttf */, - 3F7D338AF97B235C95DB031AB511F855 /* Zocial.ttf */, - ); - name = Resources; - sourceTree = ""; - }; - 76AACD0DCE6839ACCC08FAEBB45B6300 /* Pod */ = { - isa = PBXGroup; - children = ( - 8BEC7ECAC89D5CE3687033686D9EAD78 /* advancedIos.md */, - 1384371C5326959A3BF4B62E57652385 /* installation.md */, - C86028D9CF15FFE769296D27AF68CBC5 /* LICENSE */, - CFB02E6D2CA54786F2AF488E215A0320 /* localNotifications.md */, - 219DE4436EC46D5AE7B96F41C1AF44AC /* notificationsEvents.md */, - EF148C1D59F50CA359204678AB44243F /* react-native-notifications.podspec */, - 883484B7EAE1C680C8C0E40C30D89748 /* README.md */, - 8CA06F652E0EA1989B4BB55CF4FDE0CA /* subscription.md */, - ); - name = Pod; - sourceTree = ""; - }; - 77476DFEBC3AEE50FE3A0422A8248665 /* Support Files */ = { - isa = PBXGroup; - children = ( - 1CFFF7A81E5C833410061E0A401AAE34 /* React-RCTBlob-dummy.m */, - 3C136C6AC4E802D16EFAC808B57C9DEF /* React-RCTBlob-prefix.pch */, - 6D9D9A067EDF4B886292E1304BC72B8C /* React-RCTBlob.debug.xcconfig */, - 890771E4F5C5579569F3B5D8C7ADC5A5 /* React-RCTBlob.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTBlob"; - sourceTree = ""; - }; - 775328949E11148F99C4D613A82ACAF2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 7FC1044D1891B44709E42FE1E674BCDA /* react-native-orientation-locker-dummy.m */, - EB42CC7D9EF1A327108C84BCF2DA4D8D /* react-native-orientation-locker-prefix.pch */, - 72885251281C0F93D0DEA481E95DCAFC /* react-native-orientation-locker.debug.xcconfig */, - F4DB660CF5A3E4AD71654B0C53C03796 /* react-native-orientation-locker.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-orientation-locker"; + name = Source; + path = Source; sourceTree = ""; }; 77665CA6DBD4FF81C39E24DADB7370B7 /* Pods-NotificationService */ = { @@ -16576,16 +16619,12 @@ path = "Target Support Files/Pods-NotificationService"; sourceTree = ""; }; - 7784892FC22030CF8B1462DB15EBCAA9 /* EXWebBrowser */ = { + 77990E174E626C3D43BF6A2FD47BD9B9 /* Pod */ = { isa = PBXGroup; children = ( - CF9AAD1AF74266002D06012B1B85F780 /* EXWebBrowser.h */, - 7D5A4E43D695613ABE5660952E1BE0D8 /* EXWebBrowser.m */, - FABC93F2FAEA3F0CBF5CC666F9A92F1E /* Pod */, - 86352C1EA754AB26AA107BED31B332D0 /* Support Files */, + 7DED7868F69719749AD0592C42793FBB /* React-RCTActionSheet.podspec */, ); - name = EXWebBrowser; - path = "../../node_modules/expo-web-browser/ios"; + name = Pod; sourceTree = ""; }; 77AEE34A69B545184EDAE1607825C575 /* Frameworks */ = { @@ -16599,36 +16638,37 @@ name = Frameworks; sourceTree = ""; }; - 77B299E5CFB530F5BE2562E4134DD4BD /* Support Files */ = { + 77F980F7E220B5BCD03BF4BC8BDD32AE /* UMAppLoader */ = { isa = PBXGroup; children = ( - 50AB456024FEC70BE7878C36E8F2D88A /* EXImageLoader-dummy.m */, - 47DEB57BD04F512CB489562CCB83E276 /* EXImageLoader-prefix.pch */, - B49480116D5F50AE0EF30BD001A7E8C8 /* EXImageLoader.debug.xcconfig */, - A5CB7C4E2AF5D3C0F5D6CA15180474A3 /* EXImageLoader.release.xcconfig */, + ECB80CC471E023A0439B3707DB66D560 /* UMAppLoaderProvider.h */, + A007AF2122C1D21BCE338FE6B0AEEFEB /* UMAppLoaderProvider.m */, + B45C026EA6E9CB0C5A11C0CCC77BD57C /* Interfaces */, + 42B7F6598A1534D07453DC12CA49A015 /* Pod */, + 1C3E1251C9BF6F651E2C8B593E75C9F8 /* Support Files */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXImageLoader"; + name = UMAppLoader; + path = "../../node_modules/unimodules-app-loader/ios"; sourceTree = ""; }; - 784B038D2318DD2998410D50EC1D4CD1 /* EXSessionTasks */ = { + 79558F26EAD9BAB118E0DF51BF9FD36B /* react-native-blur */ = { isa = PBXGroup; children = ( - 334DF39048B78C6511ADD6728934DA0F /* EXResumablesManager.h */, - D9CBC61E43184F723F770D742AD2E034 /* EXResumablesManager.m */, - BDE34BBB71AE10BE2B1FDCDDAC064C50 /* EXSessionDownloadTaskDelegate.h */, - 729EE69E13E54D8927D5B2EDE144589D /* EXSessionDownloadTaskDelegate.m */, - 38CFAEA33138B1F36ED31DE00763D08D /* EXSessionResumableDownloadTaskDelegate.h */, - EA83077153DCD7AB2B11A7C9E5C23E0E /* EXSessionResumableDownloadTaskDelegate.m */, - 860272BD7F2D2CFFF082AA6DFD8F7DD0 /* EXSessionTaskDelegate.h */, - EBF75A33057A535AA9BDC84918A72345 /* EXSessionTaskDelegate.m */, - B05D4143FB88179B259F0C0EE7C940FB /* EXSessionTaskDispatcher.h */, - 00A0130F30682024AAE2CA0270DA07B6 /* EXSessionTaskDispatcher.m */, - 67CEB21B090DA92FF2707B2F4F08F485 /* EXSessionUploadTaskDelegate.h */, - 86D9336DFD51B93D5E521B80A47C8276 /* EXSessionUploadTaskDelegate.m */, + 2B484C5C931F92AF7CBD876D7D12990C /* BlurEffectWithAmount.h */, + AEABEACD11000BF5D2A8D95BED6191CD /* BlurEffectWithAmount.m */, + AF2736D6198517BC7B94300A5E9594FD /* BlurView.h */, + 4402B81163EE5CEF688AF96DBE731348 /* BlurView.m */, + FCB9ECE1948D8CECB7AB5CC98DF399F2 /* BlurViewManager.h */, + 31A1B7F6B970C475A6547A38467BCEA1 /* BlurViewManager.m */, + 0914A8FC98A0605C4A3865107344A1D3 /* VibrancyView.h */, + CB5083709AC11651261360021B88DE51 /* VibrancyView.m */, + F1CBC87DC7CF5FFF626054A8F7844EC4 /* VibrancyViewManager.h */, + EFC72CC4AF4628B57C56E96992E108C7 /* VibrancyViewManager.m */, + 3CC268CD03829B8DE97159A60290360D /* Pod */, + 544A1E6842F518319819F3312C031A58 /* Support Files */, ); - name = EXSessionTasks; - path = EXFileSystem/EXSessionTasks; + name = "react-native-blur"; + path = "../../node_modules/@react-native-community/blur"; sourceTree = ""; }; 79B9829D24A8DA45A6B389DF3D96BBAB /* Frameworks */ = { @@ -16718,6 +16758,31 @@ name = FBCxxFollyDynamicConvert; sourceTree = ""; }; + 7A70F9FFB47D97AAE0398D6F01419F8F /* Support Files */ = { + isa = PBXGroup; + children = ( + 4A589C99700AB330B2DB8E285EA188E7 /* ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist */, + 5723140EBBBEE9A355DDCBA4E863F6D6 /* RNImageCropPicker-dummy.m */, + 7FE6E5E0CF034D5E05D293BFB3BEA408 /* RNImageCropPicker-prefix.pch */, + 74081050700BF5CB49284C13A580DF52 /* RNImageCropPicker.debug.xcconfig */, + ADD650387C1E7CEF9B37C0B2673F90A0 /* RNImageCropPicker.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNImageCropPicker"; + sourceTree = ""; + }; + 7A91BF369302E16E1CB06D48E1353B88 /* Support Files */ = { + isa = PBXGroup; + children = ( + 691C808AA37346330DE0A81E65E1DE47 /* React-RCTVibration-dummy.m */, + F083BA0ECB509B12708448800BC783CC /* React-RCTVibration-prefix.pch */, + 29B78C755E6DF828B23B2CDA4944A4E7 /* React-RCTVibration.debug.xcconfig */, + C6757BF4FF3F7B936770150A4C07F8D7 /* React-RCTVibration.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTVibration"; + sourceTree = ""; + }; 7A9D58B5CF36E4DB4963A3D88F79EF87 /* Pods-defaults-Rocket.Chat */ = { isa = PBXGroup; children = ( @@ -16735,14 +16800,13 @@ path = "Target Support Files/Pods-defaults-Rocket.Chat"; sourceTree = ""; }; - 7AFFC5923C8A61973AF611B1C095FD4E /* CxxUtils */ = { + 7AC4AD9F873142BBCE6C6136B5F4F744 /* RCTLinkingHeaders */ = { isa = PBXGroup; children = ( - 03EF611335A19E0B5EDDB84BF2D9AF24 /* RCTFollyConvert.h */, - 0769715AC8ED7B06EF09A038382D8072 /* RCTFollyConvert.mm */, + 47D9CFBFE7E138F87CF59B99DE14DCEC /* RCTLinkingManager.h */, + 6E5AE8C44D6F733CCDE55E32134FF478 /* RCTLinkingPlugins.h */, ); - name = CxxUtils; - path = React/CxxUtils; + name = RCTLinkingHeaders; sourceTree = ""; }; 7B1D10D79102B9225EDAFE4D285E1407 /* Support Files */ = { @@ -16756,48 +16820,89 @@ path = "../Target Support Files/FirebaseInstallations"; sourceTree = ""; }; - 7DD3B695141B9A8509856879D86E914E /* Support Files */ = { + 7B7F8D607F041C3A8D171CD1445189D8 /* Pod */ = { isa = PBXGroup; children = ( - EE6280A4A9AA740EE995A84F30F21253 /* RNFBAnalytics-dummy.m */, - 44606393BBBAA7B6C207966388A89D9B /* RNFBAnalytics-prefix.pch */, - 875BA03E5DDFFFE1C24F53EACDD7B0F2 /* RNFBAnalytics.debug.xcconfig */, - 91A6812B296965E182366CC34D1A9752 /* RNFBAnalytics.release.xcconfig */, + 7F99225B3C288D326ACCE05570D71411 /* LICENCE */, + 3EB17CB37A0C7B4CFA83EF650FEDAB61 /* react-native-cameraroll.podspec */, + D70432DB51DDF6E45A834FCB41859FC2 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 7D28F7D589A11C9CA740BFC4F1FA9299 /* React-Core */ = { + isa = PBXGroup; + children = ( + 0D6F516574321961D234796B0DB36173 /* en.lproj */, + FD3CD3F4BDCF20E94D3C3535D7B7AC97 /* CoreModulesHeaders */, + C10511B76C6024D17345FEDB9A80DC97 /* Default */, + 69A9D32495E1AA0CC8076AEAD34CFAEA /* DevSupport */, + C0A2AF6E680D297EE96E076FCC1617D0 /* Pod */, + 647E88748C5D85836CED0F7C87CE6B8F /* RCTAnimationHeaders */, + BE0116A723CC7648F495CFB77F4A2C6E /* RCTBlobHeaders */, + AABBC7AC49F69C6A5F4D3F45685AFD57 /* RCTImageHeaders */, + 7AC4AD9F873142BBCE6C6136B5F4F744 /* RCTLinkingHeaders */, + 33E809EEA755F6287A92F4FB1952AD22 /* RCTNetworkHeaders */, + 21C7727BD47C6D83A710E5BCFEC5EBAB /* RCTSettingsHeaders */, + 71514343EB8E949BD30C8E3C1F98ED02 /* RCTTextHeaders */, + 5B5981F5412D6972E16E5C83D3EDA84F /* RCTVibrationHeaders */, + 15ACD26D232C5A744426CAE628BC0E9B /* RCTWebSocket */, + BBF0671175F1BB1461350EDEC9423308 /* Support Files */, + ); + name = "React-Core"; + path = "../../node_modules/react-native"; + sourceTree = ""; + }; + 7D2ECF9D277BD82D7559018E5EF24CB0 /* Pod */ = { + isa = PBXGroup; + children = ( + A2DABA687CF53000AB7418A2FCD04E6A /* LICENSE */, + 6E0C24C8ABD3A40A5A7E5FCAC3122099 /* README.md */, + 53941453BC53441B5370E013C21CE633 /* RNCAsyncStorage.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 7D5C80CC295F2B78C4F233A002F845FA /* Support Files */ = { + isa = PBXGroup; + children = ( + E9A89AA23DAD78AEAC79B028C07219B5 /* RNVectorIcons-dummy.m */, + 65774CA936B2580CB2D9720ED7250D5A /* RNVectorIcons-prefix.pch */, + 38F867F883264D0E4DCED09E0FDF6467 /* RNVectorIcons.debug.xcconfig */, + FE8F2233EDDB14A8B4B142BCB0E4E62D /* RNVectorIcons.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNFBAnalytics"; + path = "../../ios/Pods/Target Support Files/RNVectorIcons"; sourceTree = ""; }; - 7E7BF6040CD4EA3F1F283FDA1420E88D /* UMTaskManagerInterface */ = { + 7D9D8D66508F6981413CD5AFB1B44711 /* Support Files */ = { isa = PBXGroup; children = ( - 85695A9E7D722393701AC84057AC5483 /* UMTaskConsumerInterface.h */, - 145FA650129CA881C56F6639EB0002F0 /* UMTaskInterface.h */, - A9DBE7773B254907F19C97E6BF3ECCD3 /* UMTaskLaunchReason.h */, - 6980B4A688FED7424141AC865CE16AD9 /* UMTaskManagerInterface.h */, - 3F1339A3F9F1C1EDC77423632689F47E /* UMTaskServiceInterface.h */, - CEC1003A8A7AA32D8377064DB3F1730B /* Pod */, - 6D3ED80949A445AE5FBED9F39C1AC911 /* Support Files */, + EBBA86DDF93A6E8A790251CD3C2DD489 /* ReactCommon-dummy.m */, + 5C324B717E7E56EFA00C7CF4281F1C1E /* ReactCommon-prefix.pch */, + DDB1481585DD67DAAE7FDEFC82C66283 /* ReactCommon.debug.xcconfig */, + DD5597CB438FE8BA116AB03F1DB438D6 /* ReactCommon.release.xcconfig */, ); - name = UMTaskManagerInterface; - path = "../../node_modules/unimodules-task-manager-interface/ios"; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/ReactCommon"; sourceTree = ""; }; - 7F8362AE3B1A59BC55220623D28E71AE /* DevSupport */ = { + 7E523BBFAB3FF809B1166BB153475E2A /* Pod */ = { isa = PBXGroup; children = ( - 09EA1A92DFB2EF0D78B5EAA0FD0764CE /* RCTDevLoadingViewProtocol.h */, - 9F21E8A245064DE7B7648FF4079919DD /* RCTDevLoadingViewSetEnabled.h */, - 11ADD70E00C3BEFC01BCC31A97828A52 /* RCTDevLoadingViewSetEnabled.m */, - 74078EC14A75838BD67C1C35BE61B321 /* RCTInspectorDevServerHelper.h */, - E10DE4E3AE01A8054F67FEF022E7E405 /* RCTInspectorDevServerHelper.mm */, - 2E468A626F48E35895D0642F68355D31 /* RCTPackagerClient.h */, - 92EEFAFF46CE331ADD8A17F4D6F3F582 /* RCTPackagerClient.m */, - BCA6CB9C2C8FD62CAB2BB5D442BA53DC /* RCTPackagerConnection.h */, - D22E75D64199FCA2AE1C7333138342A7 /* RCTPackagerConnection.mm */, + A4C9C032A6E5E6D52715906BD71077E2 /* React-RCTVibration.podspec */, ); - name = DevSupport; - path = React/DevSupport; + name = Pod; + sourceTree = ""; + }; + 7EC0FB8C6D6E0DB01F6D88F1CF903ABF /* Pod */ = { + isa = PBXGroup; + children = ( + F42DE8EAA42C9C6FB9C7D7A7422E8D0B /* LICENSE */, + A440563A25AB5E178D964C400ACF075F /* README.md */, + 30F91274B3D3DB9114C397E9E5CD268A /* RNScreens.podspec */, + ); + name = Pod; sourceTree = ""; }; 7F8EEBCE22B4CCD42821217470D1D2DA /* Folly */ = { @@ -16829,67 +16934,6 @@ path = Folly; sourceTree = ""; }; - 7F9F0C970A8BF414ECCCB14FDC1D40EB /* KeyCommands */ = { - isa = PBXGroup; - children = ( - CB8EDADF0AA1C2B99387C0DC1BF49A5F /* RCTKeyCommandConstants.h */, - A5CF1FC576604C8F4BF32CAE22D16524 /* RCTKeyCommandConstants.m */, - B9E5D37A017906F3733534D5511407E8 /* RCTKeyCommandsManager.h */, - DD5F620C6211D90BCC5E486747DF685C /* RCTKeyCommandsManager.m */, - 26002976B15591B14288E8763C4204B7 /* Pod */, - 90B4614735609325487EDC40CDF32061 /* Support Files */, - ); - name = KeyCommands; - path = "../../node_modules/react-native-keycommands"; - sourceTree = ""; - }; - 8041F784A4AA1336465DF754976AB6D8 /* Support Files */ = { - isa = PBXGroup; - children = ( - 5A887E0E13E049590CB57AE1AC5B4A44 /* UMImageLoaderInterface.debug.xcconfig */, - A6B14B9E6339B9A956608DF8295CA47C /* UMImageLoaderInterface.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMImageLoaderInterface"; - sourceTree = ""; - }; - 8060FD5BECA5C2724B832168A5CC07C6 /* React-jsinspector */ = { - isa = PBXGroup; - children = ( - 11F01B553D15A2CFA37803115389D4AD /* InspectorInterfaces.cpp */, - 1D603460E0070E7FC1E3B02E44E8606A /* InspectorInterfaces.h */, - D8BEF0F486EF652D3DBC3E180EF118C5 /* Pod */, - AA3A90408A6C648802C8F1FCE95A21CF /* Support Files */, - ); - name = "React-jsinspector"; - path = "../../node_modules/react-native/ReactCommon/jsinspector"; - sourceTree = ""; - }; - 806F13C63054013A876B9C4D9544D6B7 /* Pod */ = { - isa = PBXGroup; - children = ( - 54745CF432FC03E87DFC80E5DCAB7BBF /* api.md */, - 4FF4EDF7EAC223B97F0C821792A8FAD1 /* LICENSE */, - 13EF748049061D2E49DDA06B60EDD842 /* ReactNativeART.podspec */, - 461E2A75FDF8BD648F4BE54A94A598C6 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 808D015A492CB4B9AA7DE887027DB9D7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 99CE2A872BE300E59F685B377853DCBC /* Yoga.modulemap */, - E35AAAEDEFF4608EA30EC4D57C06ACF4 /* Yoga-dummy.m */, - 14170FE9FF11DDAD16F33E62D86346F9 /* Yoga-prefix.pch */, - ACC61AD7D317668A11BE89C1062AE916 /* Yoga-umbrella.h */, - 7EF80AF95C1C50601C29F42ADB025199 /* Yoga.debug.xcconfig */, - A45848DB4F87FB8D71EF6451416185A2 /* Yoga.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/Yoga"; - sourceTree = ""; - }; 80CC743D0D53C331DCCBC0FC3396FEF7 /* Products */ = { isa = PBXGroup; children = ( @@ -17004,55 +17048,57 @@ name = Products; sourceTree = ""; }; - 81C077935A14CE175275CB46FF435B55 /* react-native-cameraroll */ = { + 81ED4DD99893AB565DB50610BFEFF8AD /* Support Files */ = { isa = PBXGroup; children = ( - 18F5326A66E9B9F87251B3EBDF27FC01 /* RNCAssetsLibraryRequestHandler.h */, - E941B28D26C8979E6E2A35CF9E9D237A /* RNCAssetsLibraryRequestHandler.m */, - B17D0BD8483A45BFA22037691142566F /* RNCCameraRollManager.h */, - B1FC8EC1A9E3AFAFB86DE98FB02563DC /* RNCCameraRollManager.m */, - 97E08D3B2400D6E17266DC8DFEECE034 /* Pod */, - 2771C279BCA5B98B594B771876298B34 /* Support Files */, + 58380DDD9D14E13FC49903B3C12C8CF3 /* RNFBCrashlytics-dummy.m */, + A1D637A84289AB1FFB61A5C9FE9BC2A8 /* RNFBCrashlytics-prefix.pch */, + D92E023773E4D45C62791204E1A10E9C /* RNFBCrashlytics.debug.xcconfig */, + B4B06C80ADD010F278A3D7BD0716838F /* RNFBCrashlytics.release.xcconfig */, ); - name = "react-native-cameraroll"; - path = "../../node_modules/@react-native-community/cameraroll"; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/RNFBCrashlytics"; sourceTree = ""; }; - 823FF52CEA99B4194B39D702A1DCB430 /* Yoga */ = { + 8212641908E9E3F5A512FC315CB2E748 /* Support Files */ = { isa = PBXGroup; children = ( - D031B3D216422EA93E3A51BE24E8A178 /* BitUtils.h */, - 95071628C82FD6159FD8B810E09CA0D6 /* CompactValue.h */, - 3B84D1BF690E36802CC64BACD1AD34EC /* log.cpp */, - 383AF26142A3C7B25389DB8A33CD982F /* log.h */, - 6667DE5BC19DACA3854C1D6E7078BD31 /* Utils.cpp */, - 5648D0DED4B95E9007B01DF3192B7AE9 /* Utils.h */, - EEE0F6838A4C8F217D973757BF2F7053 /* YGConfig.cpp */, - 9079E9B255A30F2CD2A57CEA12D2B80B /* YGConfig.h */, - BD7DAB4D4673FC4EFCB08E33A8AE04BB /* YGEnums.cpp */, - E169C0C8819A4E755F4356B2A29E5CF5 /* YGEnums.h */, - DBD7A25A1EBF8099A57661C21C404931 /* YGFloatOptional.h */, - 2C47B9EE00E71D5616E0B86A3A50C82B /* YGLayout.cpp */, - 8DE2FCAA1B424D6F77BB338866FA3E99 /* YGLayout.h */, - 66AEB2F3E20850096C282E326E9887CC /* YGMacros.h */, - 3A82729D716B14128CCEE52DE9AE9184 /* YGNode.cpp */, - 5D305DF7D7D5B3FE8785B5534CEB59B9 /* YGNode.h */, - 1B4C78F68D9011FA8E919D461C9B2FE6 /* YGNodePrint.cpp */, - 194E3BAF0D8BB1ED7DF7E3D4C37D6488 /* YGNodePrint.h */, - D4C1EA1AE5C235C9FB9D58E60873F53A /* YGStyle.cpp */, - 3DFDD8BE3D6FA694A8F0D97824C471EF /* YGStyle.h */, - 34C4F3F2A22FD60BFFD178C41DF9A7F2 /* YGValue.cpp */, - 68E6804879FAF7B9CD0BECEFB41BE7BE /* YGValue.h */, - 4AB93AFBE9410F315C7FC65F8EABDF31 /* Yoga.cpp */, - FAA87C3FF93FC2A59847514AE689A921 /* Yoga.h */, - 4766F8C8885C09721BDADFFC5921980A /* Yoga-internal.h */, - DF15442934213371792663D016168600 /* event */, - D9A8B2533C2F92772E9AF0E382559706 /* internal */, - 1B025AEC44248BE0E25FBE1189AF466D /* Pod */, - 808D015A492CB4B9AA7DE887027DB9D7 /* Support Files */, + 1095E27D248353AE218240BF8250410E /* GoogleUtilities-dummy.m */, + 0BD0DBC3BD722E1179D01F79AAFECDB3 /* GoogleUtilities.debug.xcconfig */, + ABCAFFB8CC2775928E7B5903D4213CF9 /* GoogleUtilities.release.xcconfig */, ); - name = Yoga; - path = "../../node_modules/react-native/ReactCommon/yoga"; + name = "Support Files"; + path = "../Target Support Files/GoogleUtilities"; + sourceTree = ""; + }; + 822B835563009155DBA07C7E1251FA44 /* ReactNativeART */ = { + isa = PBXGroup; + children = ( + 248E3BEB54E55ED16CB1F584DF601D35 /* ARTCGFloatArray.h */, + 8B768CB0E93F1341AB56951B2346D0AC /* ARTContainer.h */, + 9E1F13A0B58663397E7B78C79133380F /* ARTGroup.h */, + 6D52E1EC196569EA251B8E2FC72F3C36 /* ARTGroup.m */, + 04E6BE6099C804608946515464F90AD4 /* ARTNode.h */, + 5505176FB3919BA98745833BEC9F3A31 /* ARTNode.m */, + D95D360F74444B084B1C4B40E2496E00 /* ARTRenderable.h */, + E46C69DAF03E7CAFEF3053BE74ED0CA6 /* ARTRenderable.m */, + 0BABC475F077926F8CB44E76ECEEB510 /* ARTShadow.h */, + 0394F4BA3E1A0C8F919C8AEA250AA8F9 /* ARTShape.h */, + 32228B56F3D68A1F996FF3819BC346AA /* ARTShape.m */, + B750C2B8A6CBCCC9086F940CAD81C89F /* ARTSurfaceView.h */, + 703C1BB74E03E1FA6212C61ADFA7CBA0 /* ARTSurfaceView.m */, + 90FB8441D378C62633AE475C9E64146F /* ARTText.h */, + ED2C2EF7BB42734BA9C75E158B0DF54A /* ARTText.m */, + A12799C046CCF8B1D11822A427B1C1BD /* ARTTextFrame.h */, + F9B2F44D1FBF8A3BFE971151FCD3EA16 /* RCTConvert+ART.h */, + 27474382A8D81A4B6AB6E5900C22C84F /* RCTConvert+ART.m */, + 01659A65638AB67D765623B717873E5B /* Brushes */, + 2BDA909F91266F7AB4E5779420761E63 /* Pod */, + 633D4E691EF62F6B366B709BE0CFC4DE /* Support Files */, + 02B03984C01D95901ED11CBFF07530E8 /* ViewManagers */, + ); + name = ReactNativeART; + path = "../../node_modules/@react-native-community/art"; sourceTree = ""; }; 8322EC977B3087BD528F8994C2062786 /* FKPortForwarding */ = { @@ -17065,83 +17111,55 @@ name = FKPortForwarding; sourceTree = ""; }; - 83A7D006BAB98C1D228C6E0CEFB1911A /* Support Files */ = { + 835F5FA2A41F993792F82B043F2289AB /* rn-extensions-share */ = { isa = PBXGroup; children = ( - 31D1E3A9EB8E66351A7360B6FC90CAF4 /* RNCMaskedView-dummy.m */, - 06DA4E3112A60D536D3ADB869188A55E /* RNCMaskedView-prefix.pch */, - C8AE9A352C751BCAB3858918C7CD03E5 /* RNCMaskedView.debug.xcconfig */, - 57C7016184762D7632319F53C45FD79C /* RNCMaskedView.release.xcconfig */, + 8BF51C09A57CC0F60F088E208B87742D /* ReactNativeShareExtension.h */, + 4DADB1EC4126C8A12103B04EED20128F /* ReactNativeShareExtension.m */, + C1262F2DF7F865D64C125219B0E759EE /* Pod */, + C282450C781C9F27CBD9F6A043D441B2 /* Support Files */, + ); + name = "rn-extensions-share"; + path = "../../node_modules/rn-extensions-share"; + sourceTree = ""; + }; + 850A4B1863DABB94BB37D4CCF40669C6 /* Support Files */ = { + isa = PBXGroup; + children = ( + 428E1F5EB09D1D52D58C79018DEBBDC3 /* EXKeepAwake-dummy.m */, + 7CBB97694C96A6762AF6EE71BB906371 /* EXKeepAwake-prefix.pch */, + 52FB91A91CD92D1AAAD4C258C3CB11DC /* EXKeepAwake.debug.xcconfig */, + 67F3605A00D99C4D32CA121E5A655B1A /* EXKeepAwake.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNCMaskedView"; + path = "../../../ios/Pods/Target Support Files/EXKeepAwake"; sourceTree = ""; }; - 83D50D02FB2A762AF28E537CDED379C8 /* react-native-jitsi-meet */ = { + 8581CCB6C91DAA2485F71EECE2759211 /* React-callinvoker */ = { isa = PBXGroup; children = ( - D3851BC9D696AEF543C9DB6C7263A7ED /* RNJitsiMeetView.h */, - 5C8C07D0E15174388F9C548C783507D4 /* RNJitsiMeetView.m */, - D8FB043D77257DE0D880FAE8B032EFFF /* RNJitsiMeetViewManager.h */, - C706BBE8370AEFAA7F4D6ADEBF7F515B /* RNJitsiMeetViewManager.m */, - A1719B80D52684B3047EB41C01B75681 /* Pod */, - E4504DCBB09E29787D804F8F96BA8DFB /* Support Files */, + 61714E86111406CE0752DCCC56020A75 /* CallInvoker.h */, + 4F4DCFC2B537C07C19AB812A855D48B3 /* Pod */, + 5E85628B715A66B0826E393D44D77776 /* Support Files */, ); - name = "react-native-jitsi-meet"; - path = "../../node_modules/react-native-jitsi-meet"; + name = "React-callinvoker"; + path = "../../node_modules/react-native/ReactCommon/callinvoker"; sourceTree = ""; }; - 85DB0794EB2A25FDC9503AB8C82C59FB /* Pod */ = { + 85C9060C6D76ED3BD778A6B33D2A7100 /* react-native-appearance */ = { isa = PBXGroup; children = ( - F77ADB126DE4A10B33CDE3A7D792B070 /* React-jsiexecutor.podspec */, + 20B496831B747470C665DEB570F2721E /* RNCAppearance.h */, + 28B2D9F2D46957CEDB1845EBBDFC4568 /* RNCAppearance.m */, + 239D9510475EBD85DBB5803C9B961905 /* RNCAppearanceProvider.h */, + 1BEE61E098F671B53737E80A43C66ABD /* RNCAppearanceProvider.m */, + F30830DE00CD54485522E327CE1C96EB /* RNCAppearanceProviderManager.h */, + 9686FEC2F21AE9148D325911544DEB44 /* RNCAppearanceProviderManager.m */, + 8F1334863EC511EA249FA8284171F4B8 /* Pod */, + 4D923E43CFAC66C7D42AAD878082377F /* Support Files */, ); - name = Pod; - sourceTree = ""; - }; - 86172815EFAF26A9C4118F9CCEEE7218 /* CoreModulesHeaders */ = { - isa = PBXGroup; - children = ( - C518B7A7581D0F3AD6590FC1148458D8 /* CoreModulesPlugins.h */, - 7E090770D5755EB4139E3C4895934382 /* RCTAccessibilityManager.h */, - BB9D886F625826C84E7FE3E2E9BFDE9D /* RCTActionSheetManager.h */, - 99E03EB3BF06B276D4104459448AF467 /* RCTAlertController.h */, - E237714B3BD0D5132B7EA8D9E99622F3 /* RCTAlertManager.h */, - 33F53D3786FA5E1CBDD6F7141DE5BEA1 /* RCTAppearance.h */, - 694FB5F5BD16A7E1F73E9EB117A63E62 /* RCTAppState.h */, - DE406105D7FF5ABF59824C96E56A60F4 /* RCTAsyncLocalStorage.h */, - 694F805E85E19B56A75B91B472C179E3 /* RCTClipboard.h */, - 8CC57D93AFEC44C47FF828624A59C128 /* RCTDeviceInfo.h */, - 1AFB9D05621A6DC286DC7D63FCC311FB /* RCTDevLoadingView.h */, - 3AC6369993EE60F39D85C876FD6C77AA /* RCTDevMenu.h */, - 8184AE57AC6345FD36C0E02C77E1304B /* RCTDevSettings.h */, - A3A77B7D7EC50FA73CB2FFB2C17DF2E2 /* RCTExceptionsManager.h */, - 1151F375916B69A3BC7B63C479029C4C /* RCTFPSGraph.h */, - F1E1934C942AADD798ECA3C7AE8B350F /* RCTI18nManager.h */, - D4C4BA06AC29BC3ED729F2AF87728B8C /* RCTKeyboardObserver.h */, - 89FBBB0A830EF374488DC1F11FEACFDE /* RCTLogBox.h */, - D7740268A7B4A3D5F4C980EEDE615F71 /* RCTPlatform.h */, - E1D2D379B71FF0FBE4B2BDA19BF0583A /* RCTRedBox.h */, - 40BCA14A3E2A1C4FA4B85E84C953CB2E /* RCTSourceCode.h */, - 1316F12DDAF1923F2A33044388EA569E /* RCTStatusBarManager.h */, - BE5DBFA20A4750FA7E415654F18A0821 /* RCTTiming.h */, - EDAE1B266AA4E0C59AFDDBFB3C4A13B8 /* RCTTVNavigationEventEmitter.h */, - B795F7EE7C1A056383D24B97E6090160 /* RCTWebSocketExecutor.h */, - 0DDBAA3D193C885E101127F0BA02B146 /* RCTWebSocketModule.h */, - ); - name = CoreModulesHeaders; - sourceTree = ""; - }; - 86352C1EA754AB26AA107BED31B332D0 /* Support Files */ = { - isa = PBXGroup; - children = ( - D0124A8B3C39ACB63D9FF52E1C0D2E81 /* EXWebBrowser-dummy.m */, - B3A61484193A77203F5AB752C566A3BA /* EXWebBrowser-prefix.pch */, - D529E80B743400BE6282A3A738682236 /* EXWebBrowser.debug.xcconfig */, - EBB6B6FD72B1215046A2E652F142ABFA /* EXWebBrowser.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXWebBrowser"; + name = "react-native-appearance"; + path = "../../node_modules/react-native-appearance"; sourceTree = ""; }; 8684AAFC50CD967EEA74E5535704EC6C /* FlipperKitHighlightOverlay */ = { @@ -17153,54 +17171,14 @@ name = FlipperKitHighlightOverlay; sourceTree = ""; }; - 872C0008DCFFCDD37CAA85AF6A5A87D9 /* react-native-webview */ = { + 873FFCCA70C26D7E3D2C800C8A2193DF /* Support Files */ = { isa = PBXGroup; children = ( - C9B83ACA01EC7B121163FDD382B36476 /* RNCWebView.h */, - E5451BC6BD799F79D8802936CE34152C /* RNCWebView.m */, - 182B047509820834CB289CB4785E27B2 /* RNCWebViewManager.h */, - 922624B276649DBE39FA637FB2236D7C /* RNCWebViewManager.m */, - 4320DDED14499598AFABF627614CDD12 /* RNCWKProcessPoolManager.h */, - 783FFD383FD81B55027FA28773133E96 /* RNCWKProcessPoolManager.m */, - F7AC5870164BE37CB71788B62B783F4C /* Pod */, - 9B294DA526F53249AD617BA610BB9762 /* Support Files */, - ); - name = "react-native-webview"; - path = "../../node_modules/react-native-webview"; - sourceTree = ""; - }; - 87427C9C25945455ABB96C35C33B2A04 /* Support Files */ = { - isa = PBXGroup; - children = ( - 9CD3044319CEDF52FADA7F9D42F0FA28 /* GoogleUtilities-dummy.m */, - 242F6FB2E71B408B4473F8766AD49835 /* GoogleUtilities-prefix.pch */, - 892BE48739F1E3D6975C32247270421C /* GoogleUtilities.debug.xcconfig */, - BA477955B971A23EF92E7C5CC691D4D3 /* GoogleUtilities.release.xcconfig */, + C51E5D849192A64306731DE3BD9AEABA /* UMImageLoaderInterface.debug.xcconfig */, + C56F4FBA8454587CEF4B2EABB6A7A6AC /* UMImageLoaderInterface.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/GoogleUtilities"; - sourceTree = ""; - }; - 87C3A7CB0ED0631A6CA3735EACD9F1B7 /* RNConfigReader */ = { - isa = PBXGroup; - children = ( - 91C027F2180488EB1CD198DAC4DFF690 /* RNConfigReader.h */, - A6F1B90E756840600BB9F7F2DEEFE6C8 /* RNConfigReader.m */, - 1541450F8D841C3633A7B395B87233AA /* Pod */, - 5B3B7F831D21B648FD0EE9A42EFD4F36 /* RNConfigReader.xcodeproj */, - 90369D4160127E75BA6099D724060CD5 /* RNConfigReader.xcworkspace */, - 3D9581346F58BBE9BFBF0C937B0E8740 /* Support Files */, - ); - name = RNConfigReader; - path = "../../node_modules/react-native-config-reader"; - sourceTree = ""; - }; - 893E4B6606E3CCE196E4D29C9DAC85A2 /* Pod */ = { - isa = PBXGroup; - children = ( - 3789426A11BE45CFE1082ACDFDA325CA /* EXLocalAuthentication.podspec */, - ); - name = Pod; + path = "../../../ios/Pods/Target Support Files/UMImageLoaderInterface"; sourceTree = ""; }; 8A2475657010D40D8565C2F7587AEE6D /* JitsiMeetSDK */ = { @@ -17213,380 +17191,276 @@ path = JitsiMeetSDK; sourceTree = ""; }; - 8AEDF20BD0A64FBB48BAECEFE39F192E /* CxxBridge */ = { + 8A466889544B8ACF39B6B81B9ADF0614 /* Support Files */ = { isa = PBXGroup; children = ( - 8BE7866B4725267A59E5B49B76E96D87 /* JSCExecutorFactory.h */, - FC59D88464392C2EAB24D1FBA83C712F /* JSCExecutorFactory.mm */, - 723B40B79C57C810431A92944D1FACB8 /* NSDataBigString.h */, - 50FDEB6D80DC9C0E3743CA42C41620E4 /* NSDataBigString.mm */, - 6A5F8F5145DE7C4DF29EB022D33C988F /* RCTCxxBridge.mm */, - 475C2F6D34E0688DAAADFD4D0C4E48FA /* RCTCxxBridgeDelegate.h */, - 39B4AEE412F19D5B029E3763DB83C416 /* RCTMessageThread.h */, - 3511BEDB797B895918FE2673667BF97E /* RCTMessageThread.mm */, - 0AEFC3661505858D16E51B4E128C2F1E /* RCTObjcExecutor.h */, - A818385BFB789A5B35262F59C0E35D55 /* RCTObjcExecutor.mm */, - ); - name = CxxBridge; - path = React/CxxBridge; - sourceTree = ""; - }; - 8BE5D2844A49B6B55DF2D8DBBB587715 /* CxxModule */ = { - isa = PBXGroup; - children = ( - 2BD3D35018FB8A604BB27FE0D5110042 /* DispatchMessageQueueThread.h */, - 577D18592A51A28BA6BF756EBBC9D7A1 /* RCTCxxMethod.h */, - BA9F01BA0B779F8D2654E30D154B94F6 /* RCTCxxMethod.mm */, - DF9FED91B4C40F70D892FBFF688F75DF /* RCTCxxModule.h */, - 48BFEA31A6C733A34A6F900FA47D8E05 /* RCTCxxModule.mm */, - F13E97F5D219964E92365C4ABE120DF1 /* RCTCxxUtils.h */, - 8A579996C6F9D5E30538CBABA769FD36 /* RCTCxxUtils.mm */, - 31CB668A08E5BD0AE7474E75154D8FAF /* RCTNativeModule.h */, - FC9649D19DA63AD326DEDAB3D2298B19 /* RCTNativeModule.mm */, - ); - name = CxxModule; - path = React/CxxModule; - sourceTree = ""; - }; - 8C6B3922D8ED47B88100764B4FD3D40B /* Support Files */ = { - isa = PBXGroup; - children = ( - AD4AD8089E386D06C7BF78B6D21C3DE8 /* EXAppleAuthentication-dummy.m */, - 27C7EFA675E1A1A7EB387B454227730C /* EXAppleAuthentication-prefix.pch */, - F522BB4CCCBF88D6E8F145100F600E4C /* EXAppleAuthentication.debug.xcconfig */, - 3D4BD70342E0173091183ED631DA2729 /* EXAppleAuthentication.release.xcconfig */, + 86D6B96D8EE0B5B7D0C3D04A6BA319A0 /* UMFontInterface.debug.xcconfig */, + F68CBBCD9EBB3603407F3147FE23D5E8 /* UMFontInterface.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXAppleAuthentication"; + path = "../../../ios/Pods/Target Support Files/UMFontInterface"; sourceTree = ""; }; - 8DEB902DCDA0BD5490A25FB40A7DC4C2 /* RNLocalize */ = { + 8D1308826513215BE7C7848B30D73C3D /* Pod */ = { isa = PBXGroup; children = ( - 60BE7111F93BA79923A3DE77A2E94794 /* RNLocalize.h */, - 2EAA32868BCEE1CD6838F7117FB221D7 /* RNLocalize.m */, - B54E14EA63D4855AE9A837870F915C4F /* Pod */, - CF289CB1F668D953B91345C9C70F6DA8 /* Support Files */, + D16BFFD22F999D938BAA467F88610339 /* RCTRequired.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 8D14F7F804FC1093522F15F703D56B5C /* EXFileSystem */ = { + isa = PBXGroup; + children = ( + 1A42CEBCAF57FA14D9DDC864E459C2B3 /* EXFilePermissionModule.h */, + AB0DAE018B8010BE35067987C331B718 /* EXFilePermissionModule.m */, + 0E90F2F8810AD19F7C118D410EA28127 /* EXFileSystem.h */, + 937BF80DAC3AD39D847CBAE195763C5D /* EXFileSystem.m */, + B64737F9F0007168BA3BD79390674734 /* EXFileSystemAssetLibraryHandler.h */, + ACD809314A722E482FF42ACDDD05C231 /* EXFileSystemAssetLibraryHandler.m */, + 86D077373434B2B550CCD151B70CCE05 /* EXFileSystemLocalFileHandler.h */, + 2B5642E6EB67BA919B5F306C33808743 /* EXFileSystemLocalFileHandler.m */, + 96808266BFB4A792E8797C67732EF484 /* NSData+EXFileSystem.h */, + 3A1F54C777C1D17D6ED6F35103B2EA77 /* NSData+EXFileSystem.m */, + 52513FEC7D73D00E601DA9276CE87213 /* EXSessionTasks */, + F2AA24B4783A62772DDD1B48598172F5 /* Pod */, + DA6472EB0E4FD311DBD133A83AC1E3DF /* Support Files */, + ); + name = EXFileSystem; + path = "../../node_modules/expo-file-system/ios"; + sourceTree = ""; + }; + 8D651F1EA04AE1200C9A057A2C2DBAF6 /* RNLocalize */ = { + isa = PBXGroup; + children = ( + C280ADAF2D454B2568A0C956F40217E8 /* RNLocalize.h */, + 14B31094D40F3180A66DDD6DD415DE94 /* RNLocalize.m */, + 9BC459E431DA4EA12B80383048FD07B1 /* Pod */, + B6E7A6B0E6F6DDB174341851C1072029 /* Support Files */, ); name = RNLocalize; path = "../../node_modules/react-native-localize"; sourceTree = ""; }; - 8FCEA20FFAFD21F91CEC5DE2187332EA /* React-RCTImage */ = { + 8E884EA541ABAF13D29FCEC0CBE1DB47 /* Support Files */ = { isa = PBXGroup; children = ( - 09509A5FCC62EF4A989E868E79B258C4 /* RCTAnimatedImage.m */, - E4C062D7EE08B60BE6930B158F9DD408 /* RCTDisplayWeakRefreshable.m */, - AB4E178EEA7BB4F3D35119444B6435AF /* RCTGIFImageDecoder.mm */, - 76C30D110C24DAA76DFF3160B5501B35 /* RCTImageBlurUtils.m */, - 624FFE504A4CFAB723F5F9356C566F94 /* RCTImageCache.m */, - 8AF15F2B9344353371F116C71187A05D /* RCTImageEditingManager.mm */, - FD3711AC013B35BD0E091F97A554964C /* RCTImageLoader.mm */, - 8A997D158F2193CFCCA64D2F89CE6587 /* RCTImagePlugins.mm */, - FE2BCEDA0B5E1DB14256F2EC1C56D8B1 /* RCTImageShadowView.m */, - D8381D732252B0193A436F6A9AA5C869 /* RCTImageStoreManager.mm */, - 17562386873948B0152954085FF687E6 /* RCTImageURLLoaderWithAttribution.mm */, - 215DC5669A118BD23F7AAF84BC5E0D4B /* RCTImageUtils.m */, - 2ADF7D625829E5C086765B0222E8B4D5 /* RCTImageView.mm */, - D41077F1AD0AC08B308126DC10BE5A19 /* RCTImageViewManager.mm */, - F08C2FCC18FE21155EB0F8063AC42B09 /* RCTLocalAssetImageLoader.mm */, - E2BED51E0A023BC5D7C919E0C5A37150 /* RCTResizeMode.m */, - F4BC5FF9B4FCAFB0E5A2DDDF7E51050D /* RCTUIImageViewAnimated.m */, - B660F34E5B3F263CE54CF478BCEBBFF8 /* Pod */, - 47CBC5F32BDBA3C7164C2BF38C0B4317 /* Support Files */, + E8D07A313A27D7081E7A40BA634D31D3 /* RNCAsyncStorage-dummy.m */, + 3BFDDBB07D479E64359C01F4F127104E /* RNCAsyncStorage-prefix.pch */, + E78A6AAF2C48D6D121C5B3F92489213F /* RNCAsyncStorage.debug.xcconfig */, + 6AC4315D7C74558F8762F7414A177858 /* RNCAsyncStorage.release.xcconfig */, ); - name = "React-RCTImage"; - path = "../../node_modules/react-native/Libraries/Image"; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/RNCAsyncStorage"; sourceTree = ""; }; - 90369D4160127E75BA6099D724060CD5 /* RNConfigReader.xcworkspace */ = { + 8EE3E6397795D21F12B782F899B2E9EC /* Logger */ = { isa = PBXGroup; children = ( - 33DBC9A52BA573AA67A9DF21EF146A3A /* contents.xcworkspacedata */, + B67A605E981E8B10428EEE7557111895 /* GULLogger.h */, + 7E247B417ACF7E923F4B262B8E707BAF /* GULLogger.m */, + 6DDFF012BA42BC4C707E500A6E1C9F66 /* GULLoggerLevel.h */, + ); + name = Logger; + sourceTree = ""; + }; + 8F1334863EC511EA249FA8284171F4B8 /* Pod */ = { + isa = PBXGroup; + children = ( + 4991EA635CB0D57469732E276C918BE2 /* LICENSE */, + 16E01FD76C7459D603D4544524128454 /* react-native-appearance.podspec */, + 42072BBF9239A4CC493CC137D58A56C4 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 8F1D4095240F3059C512234F03839A5D /* RCTRequired */ = { + isa = PBXGroup; + children = ( + 7DD299D0224EB00320A7B02A4AD3623D /* RCTRequired.h */, + 8D1308826513215BE7C7848B30D73C3D /* Pod */, + D20C8A19DE40C5B2BF778202AF864BF1 /* Support Files */, + ); + name = RCTRequired; + path = "../../node_modules/react-native/Libraries/RCTRequired"; + sourceTree = ""; + }; + 90E6B94EA68C471AB58256DC9F31D850 /* RNConfigReader.xcworkspace */ = { + isa = PBXGroup; + children = ( + D758D91E02C797161FAD55D10B377760 /* contents.xcworkspacedata */, ); name = RNConfigReader.xcworkspace; path = ios/RNConfigReader.xcworkspace; sourceTree = ""; }; - 90B4614735609325487EDC40CDF32061 /* Support Files */ = { + 929AE609E2E2740EF852EF43FCD9DC29 /* Pod */ = { isa = PBXGroup; children = ( - B52D90A5DF86D410388C1EA205E61B2E /* KeyCommands-dummy.m */, - 5372B749A3F361F3801C08437F71D5E2 /* KeyCommands-prefix.pch */, - 390B0E2CFB3143148CFDED46B050CB03 /* KeyCommands.debug.xcconfig */, - 4B42CAFBD2556FDBC4A4AB93BBC9AF41 /* KeyCommands.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/KeyCommands"; - sourceTree = ""; - }; - 90C4D8231287E029BB4687D3F8354C13 /* Support Files */ = { - isa = PBXGroup; - children = ( - CD6EE228DA0FE42211D7EED2759B1E46 /* react-native-blur-dummy.m */, - 63136F9E083327AB1933E8DCA635D161 /* react-native-blur-prefix.pch */, - 6A632E777BB69D8E1044748E63DA47B1 /* react-native-blur.debug.xcconfig */, - A6AAA3FA9233BE4309DC6CB34DDC9D40 /* react-native-blur.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/react-native-blur"; - sourceTree = ""; - }; - 90DCE5270B13454DAC28AC17E90E951B /* Pod */ = { - isa = PBXGroup; - children = ( - 8B1833E9DB6ED61A15449946587E1B54 /* LICENSE */, - 4122391440979A5E67FCFFA3C9AF9E76 /* README.md */, - 18186A650ED00607E9D57908461861AE /* RNBootSplash.podspec */, + DEE8F7720304D5B21A882A9852835B5A /* EXAV.podspec */, ); name = Pod; sourceTree = ""; }; - 91A41417472833025F6217E314EC06A4 /* Support Files */ = { + 932FCA356DA2A25FDB8A912B2491D35E /* Pod */ = { isa = PBXGroup; children = ( - A3750EBDF57A9336FC6F81D6C1C58128 /* React-cxxreact-dummy.m */, - B9A3F1582467C706F3347411AA039AA2 /* React-cxxreact-prefix.pch */, - 471512DD9D59447E786D3CCBD337B33A /* React-cxxreact.debug.xcconfig */, - 7B36E9CF2F9A37853EFE90CFD933D27D /* React-cxxreact.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-cxxreact"; - sourceTree = ""; - }; - 923D79E8AD03FCC42E331B8EB7ED83F1 /* Development Pods */ = { - isa = PBXGroup; - children = ( - 322EC7C79B21A06741E9F99D41DA8B90 /* BugsnagReactNative */, - 051CAE7D61D36514D0A77CF73C13CFB0 /* EXAppleAuthentication */, - 6ECFE18DAEC743ECE17DAAC1436C18AF /* EXAV */, - 528B0870394F18FC910316AF973B00FF /* EXConstants */, - EB939FEF119CCF16FE1F944496503CC9 /* EXFileSystem */, - A19776DB930AF5695CBB56D76BDBA29C /* EXHaptics */, - BB507F312B4F2C88010FC286C6B86023 /* EXImageLoader */, - 9DC69D81DD9DB57F35C72ED172C93123 /* EXKeepAwake */, - 9ADC4F40E2DD632EBA1CD3A47B53164E /* EXLocalAuthentication */, - 946DE7A0364C9894F1F8C2B6BB251B16 /* EXPermissions */, - 26AAF4D0199F841467D0BDF70C657481 /* EXVideoThumbnails */, - 7784892FC22030CF8B1462DB15EBCAA9 /* EXWebBrowser */, - AC8CDA38AFFB6D53E3069BDE5A9723C9 /* FBLazyVector */, - E02CD04662FBEB44A945FAAF74052E3C /* FBReactNativeSpec */, - 7F9F0C970A8BF414ECCCB14FDC1D40EB /* KeyCommands */, - D27128FA63A3D80499F33ACA26238305 /* RCTRequired */, - F360619BD8DF28801EB8A3425A1FBB30 /* RCTTypeSafety */, - A75B3AB5B8C64EEA00BE77DA8BFCF866 /* React */, - 53DC7E538FEDED7D730DA40FE194FB52 /* React-callinvoker */, - 3C70D64517EBBB84C796959DF0E27145 /* React-Core */, - B86F10EAF36C50A3A84FF77E93F815BC /* React-CoreModules */, - 6E49F7A468615C7B9FDE755038DF056C /* React-cxxreact */, - A272597E1B0958D301B8A984F4A3D4F5 /* React-jsi */, - EC67509DD29E07FEE4A23A0C24B16D9E /* React-jsiexecutor */, - 8060FD5BECA5C2724B832168A5CC07C6 /* React-jsinspector */, - D28FD9E838FB0A96165F177BDBEE9B11 /* react-native-appearance */, - BCFEB6C33CE2EE1A63889723BBCF335B /* react-native-background-timer */, - 3C68BB0A71040ACF29505D83DC43C5D3 /* react-native-blur */, - 81C077935A14CE175275CB46FF435B55 /* react-native-cameraroll */, - 09DB728E618FED6BC48A11391865BC0D /* react-native-cookies */, - BB5F50EF6B72BC54ED14DC1EB3856E09 /* react-native-document-picker */, - 83D50D02FB2A762AF28E537CDED379C8 /* react-native-jitsi-meet */, - 49A82DB1D0F05DBA7260103D347CD1B4 /* react-native-mmkv-storage */, - 486966AA5BFA82D6747F19A9D38AC7B9 /* react-native-netinfo */, - 2453B11AA1B26F1E610CB90F453C92B1 /* react-native-notifications */, - 4D59AC0B1A87E28814722517359AE3A8 /* react-native-orientation-locker */, - 6D9A238CDAAD843AE33AC36810B373F2 /* react-native-restart */, - FF2EB2A486A938384DCF76C43A1E51AC /* react-native-safe-area-context */, - 3B6DB3F2DB4E704D67D04A8EE35C6017 /* react-native-simple-crypto */, - 69476DA97024CC7ECFDC8034AFCB4E61 /* react-native-slider */, - 872C0008DCFFCDD37CAA85AF6A5A87D9 /* react-native-webview */, - F0B1F480C321829A975D8B1F1364BE3F /* React-RCTActionSheet */, - 5F4D15214C3E4897801E33C53B5B3E0D /* React-RCTAnimation */, - 11AC67041BBD1C31546DA936BEDE3976 /* React-RCTBlob */, - 8FCEA20FFAFD21F91CEC5DE2187332EA /* React-RCTImage */, - E8214C1EC63136C68493DC48955A49CF /* React-RCTLinking */, - 5AE343558C395FC20A72BCA6FCDE2438 /* React-RCTNetwork */, - A3F4434CCDF3D3512EA9CC2819FAD50A /* React-RCTSettings */, - 4B45F3AA7F886DDFEF0C0D2F744DE50C /* React-RCTText */, - 0AC8C811CF4794F439537769C0482020 /* React-RCTVibration */, - D870F120581B9666D1273ADF803BB0C3 /* ReactCommon */, - 58A8A46145E7C45B5AF884C5C7E32B6F /* ReactNativeART */, - CE9CA0658C79FC235368B6103F8BF5DD /* ReactNativeUiLib */, - 24C9B7B2FF7C9A21C8A17357DAAD2F32 /* rn-extensions-share */, - 4D876E64C0CEE157227EDF5297A61275 /* rn-fetch-blob */, - B5A3C68AF8169134C313B2AF612F4155 /* RNBootSplash */, - 9256C917838460D6B7CE553716B3BBA2 /* RNCAsyncStorage */, - B2E345623CACBE98F7D7FC790A24DFF6 /* RNCMaskedView */, - 87C3A7CB0ED0631A6CA3735EACD9F1B7 /* RNConfigReader */, - 09C2DE259586454E378767EE4F190E25 /* RNCPicker */, - 1B4EF99E5A9428246F5734C64FABBE63 /* RNDateTimePicker */, - BAE4483ECCE3FF34D5442BBC039ABAA0 /* RNDeviceInfo */, - 57FF93DFD6550C05DACBD35187E68C18 /* RNFastImage */, - 433420548233722EFF43D2DD74C0ACFD /* RNFBAnalytics */, - 055C7BF73B434F46B3EAD3D5F71C612A /* RNFBApp */, - A30FA79D0EEC2F4211B8632EA35E4224 /* RNFBCrashlytics */, - BD0BD24D83252D72C3BE820AA5C71D36 /* RNGestureHandler */, - E16A46DE58729E0FD146C607A85AA1FD /* RNImageCropPicker */, - 8DEB902DCDA0BD5490A25FB40A7DC4C2 /* RNLocalize */, - 3FB09E4F28734F189321282211442940 /* RNReanimated */, - EBD342673D0759D7427FFA989CBF232B /* RNRootView */, - 3347A15028CB707BC738940931307A0A /* RNScreens */, - C10A392CAE4B3E0190E974A404EC31CE /* RNVectorIcons */, - 7564BE48A7126F835CE114F6C344E589 /* UMAppLoader */, - 9CB2B0A3711473954B7B143116FF8348 /* UMBarCodeScannerInterface */, - 05ACA1A0C12853BCBD384DE726CD121D /* UMCameraInterface */, - 550F2CDA7F5A0EB2C8840975CBDF99D0 /* UMConstantsInterface */, - 36401B6FDC3CC484C71C8F0B1BAC2491 /* UMCore */, - 5FA38B7F41D07E03F28D70D8AAE7D576 /* UMFaceDetectorInterface */, - 02A7D760F772A3797FD0D223A9AB1DAF /* UMFileSystemInterface */, - 948B7AB131AB9C32FC5CFA1812F868D0 /* UMFontInterface */, - 3B97C1F22773C02700715D88AD088D18 /* UMImageLoaderInterface */, - F808A29EF6D2BF27D4ED02DC44442A59 /* UMPermissionsInterface */, - AE37AD6897E2B5A9720ECFF53E7E8D35 /* UMReactNativeAdapter */, - 0519B1EF7C01FF21B1D594369C008895 /* UMSensorsInterface */, - 7E7BF6040CD4EA3F1F283FDA1420E88D /* UMTaskManagerInterface */, - 823FF52CEA99B4194B39D702A1DCB430 /* Yoga */, - ); - name = "Development Pods"; - sourceTree = ""; - }; - 9256C917838460D6B7CE553716B3BBA2 /* RNCAsyncStorage */ = { - isa = PBXGroup; - children = ( - A86ED71F84E0E35A0A3920F5679C1958 /* RNCAsyncStorage.h */, - 72F202DD289F582C14C88B797856D7FB /* RNCAsyncStorage.m */, - 1B6180ECAE92490934C79B1E5BAAE582 /* RNCAsyncStorageDelegate.h */, - E2DCCF7D79E1747A9C319C3F8A1F1019 /* Pod */, - AEA39F87025899DF3432F34F131EADEF /* Support Files */, - ); - name = RNCAsyncStorage; - path = "../../node_modules/@react-native-community/async-storage"; - sourceTree = ""; - }; - 92AA9B5C28252154A5DB0F5333978094 /* Surface */ = { - isa = PBXGroup; - children = ( - A11A14B309EE416331F71F600A0DE1B4 /* RCTSurface.h */, - 39B7FB9FEDA213E7D987311504F39356 /* RCTSurface.mm */, - 55BA64EB38470A03520E45CC73BC958E /* RCTSurfaceDelegate.h */, - D72DB4B07C80648FAE86C7B1DAACE7FD /* RCTSurfaceRootShadowView.h */, - AC4707964221E75DBC6E11DC1E40B888 /* RCTSurfaceRootShadowView.m */, - 14A8FEC046CE4FEF01CDF09AB5DEE0D0 /* RCTSurfaceRootShadowViewDelegate.h */, - 971F6980AC142F945F3F5B9BEE8FFE12 /* RCTSurfaceRootView.h */, - 101E20E44FBB5F30E9F9E79E861FA29B /* RCTSurfaceRootView.mm */, - FA28C9EAC96802B1D6C95CCDC3CD7D79 /* RCTSurfaceStage.h */, - 6437C95462C71872990620A9AF6EB1B3 /* RCTSurfaceStage.m */, - 3248A206F08A03BFE1BE10BA77D2BD8C /* RCTSurfaceView.h */, - C223FAD2EBBFC29E331A4D7A5D52D5CC /* RCTSurfaceView.mm */, - 068760A519E70A35B2C34331A54B760E /* RCTSurfaceView+Internal.h */, - 4B31364F54792F74AC8313687DBDA3EA /* SurfaceHostingView */, - ); - name = Surface; - path = Surface; - sourceTree = ""; - }; - 92B1E4DFF3F1649BAC4A5EC0F3A7CE78 /* Support Files */ = { - isa = PBXGroup; - children = ( - F0B7962D7E0A6CFAE198430F06480E56 /* RNVectorIcons-dummy.m */, - 11CE9B3BA02132F719EE481C3175D22B /* RNVectorIcons-prefix.pch */, - 46050E86C51236D2C9250A040807AC4A /* RNVectorIcons.debug.xcconfig */, - 1E47A898A6F7CEAEA679AB474A50D825 /* RNVectorIcons.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNVectorIcons"; - sourceTree = ""; - }; - 92F7E52EE451625B3BED402950C1ADF0 /* Text */ = { - isa = PBXGroup; - children = ( - 11C87E662AC67D5498A1DE77D96AD407 /* NSTextStorage+FontScaling.m */, - 68D85EA3D17230576386210F4FD87576 /* RCTTextShadowView.m */, - BEBBD38FC09E4CCBE8C7BFBECFF6BD80 /* RCTTextView.m */, - DFA2BF0269D6F73738AF58B4AC57ACE1 /* RCTTextViewManager.m */, - ); - name = Text; - path = Text; - sourceTree = ""; - }; - 9468301ED6891F38BF810FFF6EB84030 /* highlighterview */ = { - isa = PBXGroup; - children = ( - 3707C79B5D7912313B6F2133321D63DF /* HighlighterView.h */, - 4C3D1218B46DEC690FC0396913E30100 /* HighlighterView.m */, - 6FC95942C8E7F7A88AED7844C86293A5 /* HighlighterViewManager.h */, - 50D5BB58FA7D8F591876E5678A7DEC39 /* HighlighterViewManager.m */, - ); - name = highlighterview; - path = ios/reactnativeuilib/highlighterview; - sourceTree = ""; - }; - 946DE7A0364C9894F1F8C2B6BB251B16 /* EXPermissions */ = { - isa = PBXGroup; - children = ( - E1EF2364ACB27C7F6EAC5F02D33DEE22 /* EXPermissions.h */, - A92FFF492D971EE8EC0830AF2D2C3E41 /* EXPermissions.m */, - 549F2E274E3F2572A2C6E45523BC7241 /* EXReactNativeUserNotificationCenterProxy.h */, - 8A63EEA7A695D8DE3F01D6D694C5A4F5 /* EXReactNativeUserNotificationCenterProxy.m */, - F33E4CE1ED2445AC32148D805771D83B /* Pod */, - 12D000D5D1274AEEF182F03347A35F46 /* Support Files */, - ); - name = EXPermissions; - path = "../../node_modules/expo-permissions/ios"; - sourceTree = ""; - }; - 948B7AB131AB9C32FC5CFA1812F868D0 /* UMFontInterface */ = { - isa = PBXGroup; - children = ( - 72DCBAB566E7D46B89A9E7E490404F46 /* UMFontManagerInterface.h */, - 5F1A2BCB3306D3CB6D7AA9595D6F1B9A /* UMFontProcessorInterface.h */, - 6C33147532421B945104DEC0983F251B /* UMFontScalerInterface.h */, - 7C05B594A351BB549971F63880744C01 /* UMFontScalersManagerInterface.h */, - ABE025094DAF2C99D2955615EDE38636 /* Pod */, - 169C9442A0DA5EF91165DA0064F40B76 /* Support Files */, - ); - name = UMFontInterface; - path = "../../node_modules/unimodules-font-interface/ios"; - sourceTree = ""; - }; - 95E47C81CD0B3DEE05425891A2641A71 /* Support Files */ = { - isa = PBXGroup; - children = ( - 49BF35CA84406AEC8EFC01BD5B82FBF7 /* ReactNativeUiLib-dummy.m */, - 67382333CD20F8EDA4DAF7E49C4A9409 /* ReactNativeUiLib-prefix.pch */, - 848740252DEE09684AE446178DD76237 /* ReactNativeUiLib.debug.xcconfig */, - AD852C909158B529A7D30C8C5E0451A2 /* ReactNativeUiLib.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/ReactNativeUiLib"; - sourceTree = ""; - }; - 97273BEE8989EE257ECE6D030FEC4609 /* Pod */ = { - isa = PBXGroup; - children = ( - CAAED49C2E061E82DF575890B977F4C0 /* UMCameraInterface.podspec */, + 5978CCB361CD8252B1CFDF3DD0D3A873 /* EXPermissions.podspec */, ); name = Pod; sourceTree = ""; }; - 97E08D3B2400D6E17266DC8DFEECE034 /* Pod */ = { + 943E16A3B3E7ABD8E654BCE5CEF0AA0A /* BugsnagReactNative */ = { isa = PBXGroup; children = ( - 7C4224729ED2CA01F3D27FBA9AEEC618 /* LICENCE */, - E72B05DF8F43766031AA1E0F3F006E75 /* react-native-cameraroll.podspec */, - C92AB0EBC38BF1F4CE3B6BE49759F99F /* README.md */, + FD63E0CBA6494F78296FE7F399E47ADA /* BugsnagReactNative.h */, + 33AF5532A3EC70966DB484D58D1CEC25 /* BugsnagReactNative.m */, + 2CAA4B6E5BF67839F0DC08C39A53EF30 /* Core */, + E4065CB878DA19F458E327B90A1B3244 /* Pod */, + 0CCD1821C0489635A6BBDD6BC7739A3D /* Support Files */, + AA8816042403A42887C653405F37CA73 /* vendor */, + ); + name = BugsnagReactNative; + path = "../../node_modules/bugsnag-react-native"; + sourceTree = ""; + }; + 94612447ED3B26A65E6E694A133CAC17 /* Support Files */ = { + isa = PBXGroup; + children = ( + 35F3E531E8553D0A99BD9D6326B0BBE1 /* React-CoreModules-dummy.m */, + 2C911622E8152295884B97D3F2AD5394 /* React-CoreModules-prefix.pch */, + ACADC6F13687922FC2AC6436B9E0E00C /* React-CoreModules.debug.xcconfig */, + 4BE13D3415FC9EA0B6B7AC5D8198F10E /* React-CoreModules.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-CoreModules"; + sourceTree = ""; + }; + 950C93CE9C7F0FD8B6CF42349C61B560 /* Support Files */ = { + isa = PBXGroup; + children = ( + E3DE5B6D184688077D706560DAE74BE2 /* React-jsi-dummy.m */, + 04FB5B449EB8568D9F89238A948A2942 /* React-jsi-prefix.pch */, + EB15FA58DABA03A2E737CDAE8944FF4B /* React-jsi.debug.xcconfig */, + 2F2647A7CF0BA38680B65DD76DC2660D /* React-jsi.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-jsi"; + sourceTree = ""; + }; + 954A1B7CDB01A91961AFB530AC38B55F /* EXImageLoader */ = { + isa = PBXGroup; + children = ( + 2A34BF894545FC9A2EB6192E4D7E7972 /* EXImageLoader.h */, + CC0CCF96750438521470C888081E0105 /* EXImageLoader.m */, + 4ECA5692F2FF7F139DF3C6D3F179CD4C /* Pod */, + 982725A733A195501ACD132C8832F97F /* Support Files */, + ); + name = EXImageLoader; + path = "../../node_modules/expo-image-loader/ios"; + sourceTree = ""; + }; + 96339BE6F23CB34500252D277BD1004B /* RNDeviceInfo */ = { + isa = PBXGroup; + children = ( + 4BF3F306F5BB83EA277B49FD3DC4F487 /* DeviceUID.h */, + 78632D17A6C81F2D04A9D98ADFD87CEC /* DeviceUID.m */, + 516E1A3C3732A63397F5D7E3529F00D7 /* EnvironmentUtil.h */, + AF08755BDB50FC6722339FE21C107748 /* EnvironmentUtil.m */, + 1E4A157E039AF44FC0425020262BE77E /* RNDeviceInfo.h */, + D51410543F7CDAB600147C0472E52EAB /* RNDeviceInfo.m */, + 3F3B5B8A65FCBC56B699F86211B42C3A /* Pod */, + 9A53546985D48AEA9E7183E9E7BCD09F /* Support Files */, + ); + name = RNDeviceInfo; + path = "../../node_modules/react-native-device-info"; + sourceTree = ""; + }; + 964942603EAA128E98E399EF4B4B1E1D /* React-RCTAnimation */ = { + isa = PBXGroup; + children = ( + 7A91D3FB33D5160F075201182130FBF5 /* RCTAnimationPlugins.mm */, + BC679498FD672C36DBB537E23CDE4D0B /* RCTAnimationUtils.m */, + B42CEE0B91A84A3B741D8FD3495E04FB /* RCTNativeAnimatedModule.mm */, + B6B357694D22794CC8510AA6EF980B89 /* RCTNativeAnimatedNodesManager.m */, + 6CC11A92D9B1193B1EEA07600F2EDD44 /* Drivers */, + 211504D5F653896F7D802765A0C9345E /* Nodes */, + ADFAABD77C9F1FCABFC166546BAAD1D8 /* Pod */, + 099AF29DEB3BB65F8D614DC5EA0F180A /* Support Files */, + ); + name = "React-RCTAnimation"; + path = "../../node_modules/react-native/Libraries/NativeAnimation"; + sourceTree = ""; + }; + 970D8EC66C9F818EA089194F5D5C6F10 /* TextInput */ = { + isa = PBXGroup; + children = ( + BFD2D7E5402F0DC5E6AC7F9FD78781AD /* RCTBackedTextInputDelegate.h */, + B34F5C86B6A3E71BE142CB494B7F79AD /* RCTBackedTextInputDelegateAdapter.h */, + 220DAE379E1D02CA903B3F194145101C /* RCTBackedTextInputViewProtocol.h */, + 434E1A335ED3D61EE8E89C8C23A70CE9 /* RCTBaseTextInputShadowView.h */, + 091009D8A3AED924E5BA18C1FA2A8DA3 /* RCTBaseTextInputView.h */, + 4C77AF253EF5BD8BBB79DAC722BC82CF /* RCTBaseTextInputViewManager.h */, + 41C25AA6DE71334F1A19570B13A33087 /* RCTInputAccessoryShadowView.h */, + F7AB5908A1F99A8F355AE51852EE3194 /* RCTInputAccessoryView.h */, + 43EBDE3846E0FD53F64CC9F2323E7CD5 /* RCTInputAccessoryViewContent.h */, + CD8756361046D986BE3B405CEFCAA42A /* RCTInputAccessoryViewManager.h */, + E0FDB3F46331D35BF6121BC84A7E3616 /* RCTTextSelection.h */, + FCC35511129B9FF3E63A73930D5D8464 /* Multiline */, + CC8349D862ECA75113CA11AFED57F88B /* Singleline */, + ); + name = TextInput; + path = Libraries/Text/TextInput; + sourceTree = ""; + }; + 980D1049B770B43974EC64BB08F0CF91 /* react-native-netinfo */ = { + isa = PBXGroup; + children = ( + EA7B92F68FF1968CD8C87F3F8FF672E5 /* RNCConnectionState.h */, + 16FA902DB3CE3466927113F1DF04BF00 /* RNCConnectionState.m */, + 963959355284190AA1E2922C90830CCE /* RNCConnectionStateWatcher.h */, + D39D80814222F9CD6B1810877698E632 /* RNCConnectionStateWatcher.m */, + 3F1F551BB0F53F39E1D8DD9FE00AE2FA /* RNCNetInfo.h */, + 4719B3505FB8CE0DA80658FEE9BDB5A2 /* RNCNetInfo.m */, + FD6924DD1E3ED295D2D3AFF487AE0273 /* Pod */, + 6F9BAE336C5F374B96C5C686EE98BD70 /* Support Files */, + ); + name = "react-native-netinfo"; + path = "../../node_modules/@react-native-community/netinfo"; + sourceTree = ""; + }; + 982725A733A195501ACD132C8832F97F /* Support Files */ = { + isa = PBXGroup; + children = ( + A21D77E05FC995A0CC6E19C3FB1AC504 /* EXImageLoader-dummy.m */, + 581345EEE40719C842B48EFB40CCEE9C /* EXImageLoader-prefix.pch */, + A96C9D624CE41913C45DAC707A95C7AE /* EXImageLoader.debug.xcconfig */, + 2D731BF378383620DB3FE06B12D582E8 /* EXImageLoader.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXImageLoader"; + sourceTree = ""; + }; + 98733FCA4670831F9E2DAA622D90F694 /* Pod */ = { + isa = PBXGroup; + children = ( + D1378ABD55DBA8CFE62685C3B7939158 /* EXAppleAuthentication.podspec */, ); name = Pod; sourceTree = ""; }; - 993BF7CFA3E4B9309EFB6451B22D1F28 /* Support Files */ = { + 997FE1F1EF8476C6C3B0F7F608876B37 /* keyboardtrackingview */ = { isa = PBXGroup; children = ( - 9793837FBB5DA5B8D10F6991435CD2DA /* React-RCTAnimation-dummy.m */, - 5C41F085EC6B4AEA272F386CC12C2231 /* React-RCTAnimation-prefix.pch */, - 97201ED66448D042727D78C9709B0952 /* React-RCTAnimation.debug.xcconfig */, - E4E819F3F464B0FF6DE88072DD96E4F1 /* React-RCTAnimation.release.xcconfig */, + 974FD54303C4A13BF568C2991A1A5BAB /* KeyboardTrackingViewTempManager.h */, + 25B3FE5EDA006705B4A217BD83FEA8BD /* KeyboardTrackingViewTempManager.m */, + 1B13239B04F83A6EE3E080BB4153CD4A /* ObservingInputAccessoryViewTemp.h */, + B41ECA188F6A116468490BB663DFEFED /* ObservingInputAccessoryViewTemp.m */, + 14A22C401C1B1C83A667572C8B5BA5B1 /* UIResponder+FirstResponderTemp.h */, + 41A05D0650EF3D6CB09BF44C4F74A8B0 /* UIResponder+FirstResponderTemp.m */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTAnimation"; + name = keyboardtrackingview; + path = ios/reactnativeuilib/keyboardtrackingview; sourceTree = ""; }; 999C3765022D4FDEA1025493EEEAB64A /* FlipperKitNetworkPlugin */ = { @@ -17621,38 +17495,50 @@ path = "../Target Support Files/TOCropViewController"; sourceTree = ""; }; - 9ADC4F40E2DD632EBA1CD3A47B53164E /* EXLocalAuthentication */ = { + 9A53546985D48AEA9E7183E9E7BCD09F /* Support Files */ = { isa = PBXGroup; children = ( - DAB45F0085D8A678A184DE42B1817A1F /* EXLocalAuthentication.h */, - 3782EEB74985B9C222CB86C0A4007BD0 /* EXLocalAuthentication.m */, - 893E4B6606E3CCE196E4D29C9DAC85A2 /* Pod */, - 71A34EE46D3B70A23486D62C7A1289E0 /* Support Files */, - ); - name = EXLocalAuthentication; - path = "../../node_modules/expo-local-authentication/ios"; - sourceTree = ""; - }; - 9AFC323286AFF7338A9CAB87A071C184 /* Pod */ = { - isa = PBXGroup; - children = ( - 148682F2D807CD8544CC989AE26CBBBC /* LICENSE */, - 0BFF4472B13B1F1197170E60EDB4B635 /* README.md */, - 964520F4BAD81827EED8571ABA67F9B2 /* RNFBCrashlytics.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 9B294DA526F53249AD617BA610BB9762 /* Support Files */ = { - isa = PBXGroup; - children = ( - 18DB2D0FDBBD540C6281053E3588410B /* react-native-webview-dummy.m */, - 1F89C2F152A16648F2821DFF798F572E /* react-native-webview-prefix.pch */, - 16BF2F3F7FAE1B6F2BFA90146B4D2BC8 /* react-native-webview.debug.xcconfig */, - F4671EF7BA33F2C2D909EB895C0B9C28 /* react-native-webview.release.xcconfig */, + 2D385AE5F45BBFBDA4BB9A0FCAE85977 /* RNDeviceInfo-dummy.m */, + CC87199330E998B7286A65A1F091A2ED /* RNDeviceInfo-prefix.pch */, + 18DCF62AE9E398F075F5821EB8D850B8 /* RNDeviceInfo.debug.xcconfig */, + BBEF54EB10C45EE0F6D3EC0EB4CCA459 /* RNDeviceInfo.release.xcconfig */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-webview"; + path = "../../ios/Pods/Target Support Files/RNDeviceInfo"; + sourceTree = ""; + }; + 9B1CE42BE148DF04FEC01AE4FC398A8E /* Support Files */ = { + isa = PBXGroup; + children = ( + 7B89F43464D3C2841770D76BF7A11406 /* RNScreens-dummy.m */, + AE993C4191BF7709E618665625737396 /* RNScreens-prefix.pch */, + D93F63F5CC32EB673EDCE49317E7742C /* RNScreens.debug.xcconfig */, + 51334732F12041BFB4175B22F9949C71 /* RNScreens.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNScreens"; + sourceTree = ""; + }; + 9B79243474AD696D0B4D4B8D26413A1F /* Support Files */ = { + isa = PBXGroup; + children = ( + 8BECFE987AD31794A349880BE2125957 /* RNCPicker-dummy.m */, + 64FC4BC1784172FC712FCE2C989E59EC /* RNCPicker-prefix.pch */, + C539B5CC0F60FEC25673DB8D9FFA2C66 /* RNCPicker.debug.xcconfig */, + 6579D1FA3ECBCF4C34D2D0372364D28F /* RNCPicker.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/RNCPicker"; + sourceTree = ""; + }; + 9BC459E431DA4EA12B80383048FD07B1 /* Pod */ = { + isa = PBXGroup; + children = ( + 8D273B12822288D81C8AEF56C3C6554B /* LICENSE */, + F54E91B2A8A2DAF5DA0ADBC12123D9C6 /* README.md */, + 36306B6AE34528626CE3796BD77CB0F0 /* RNLocalize.podspec */, + ); + name = Pod; sourceTree = ""; }; 9BD18B1E960486B6AF64669BF9B3C53D /* CoreOnly */ = { @@ -17663,52 +17549,41 @@ name = CoreOnly; sourceTree = ""; }; - 9C9763567670DC09CC61DED32A72EFB3 /* UMModuleRegistryAdapter */ = { + 9CB27E6A53706DC6D14541520865A15F /* Pod */ = { isa = PBXGroup; children = ( - 9FAC468A4F7C2BCA75B963C79FB76CF3 /* UMModuleRegistryAdapter.h */, - 35A81BB48565CED85BFE1A8A56968595 /* UMModuleRegistryAdapter.m */, - 51C86608809F431866498A0826C02853 /* UMModuleRegistryHolderReactModule.h */, - CE0C64FE23771524B5B68EA5DBEBDFAC /* UMModuleRegistryHolderReactModule.m */, - 8BA89ADFAE2C751837BFB321B2E716B5 /* UMViewManagerAdapterClassesRegistry.h */, - 576F13703190D0EA6E5631025D438A95 /* UMViewManagerAdapterClassesRegistry.m */, + 998C74D7D6DB25B35485DCCD8A0577CD /* LICENSE */, + D46CF97CA636DBF879FE3A150552D2FC /* README.md */, + 6C913575318DECD3CCF517F48A32F389 /* RNFBApp.podspec */, ); - name = UMModuleRegistryAdapter; - path = UMReactNativeAdapter/UMModuleRegistryAdapter; + name = Pod; sourceTree = ""; }; - 9C98855AB02C3900DAA9210769A18501 /* Support Files */ = { + 9CB8FCBB435638FCBE3ED72EFD0185C4 /* Pod */ = { isa = PBXGroup; children = ( - 99A9F8BB2CA1319B902F9B26DEFAF104 /* UMSensorsInterface.debug.xcconfig */, - A9052C54608FDB1D504ECB9CDC187E1B /* UMSensorsInterface.release.xcconfig */, + 65B3297845D9562FF578CD30965F3D9D /* LICENSE */, + 07FA5DD88700D5567F7CF04629526D9B /* README.md */, + 73260C8572225C8014430F1919F805CB /* RNImageCropPicker.podspec */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMSensorsInterface"; + name = Pod; sourceTree = ""; }; - 9CB2B0A3711473954B7B143116FF8348 /* UMBarCodeScannerInterface */ = { + 9D36F916D79AE7DE87BC17A9CB4B7672 /* Pod */ = { isa = PBXGroup; children = ( - 79252D56C698CFD25799CC4B521EFF1E /* UMBarCodeScannerInterface.h */, - 8F7DC3B2CB7EB4121BCE697DCCC32F06 /* UMBarCodeScannerProviderInterface.h */, - EE66C83160F013E88B9E84A042CB7EC7 /* Pod */, - ABF0C0CA67A3E312848BE4B33A7657BC /* Support Files */, + 7D04A51C12D534C5431B1127C7E1B01D /* React-RCTLinking.podspec */, ); - name = UMBarCodeScannerInterface; - path = "../../node_modules/unimodules-barcode-scanner-interface/ios"; + name = Pod; sourceTree = ""; }; - 9D725D26EC43157091A72D1968A04EEB /* Support Files */ = { + 9D6BD86646387D0EDD412B404933B253 /* Pod */ = { isa = PBXGroup; children = ( - BE5EE285FADD586783B42D22E550058B /* EXFileSystem-dummy.m */, - F68CDB223C4177302C855548DCDB39DD /* EXFileSystem-prefix.pch */, - 66D4371EEDD3EC8650DD4B10E7B086ED /* EXFileSystem.debug.xcconfig */, - 5C9F4E89BD15F556A6A5814E998F3F34 /* EXFileSystem.release.xcconfig */, + 850EBA571804A1681D42FEB605B9B3CD /* README.md */, + 9ED90501EB569E1A47BB903D55D9AA89 /* RNCMaskedView.podspec */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXFileSystem"; + name = Pod; sourceTree = ""; }; 9DB0D3C44A982CC7D6085AEB75D4069E /* Pods-ShareRocketChatRN */ = { @@ -17727,28 +17602,34 @@ path = "Target Support Files/Pods-ShareRocketChatRN"; sourceTree = ""; }; - 9DC69D81DD9DB57F35C72ED172C93123 /* EXKeepAwake */ = { + 9DD495CA7F356A1C6BD8FCF2CDE5ABAE /* Pod */ = { isa = PBXGroup; children = ( - 9472E6A8ADC8A9E6144C9B61E96FC491 /* EXKeepAwake.h */, - 6D20EF6282ABDEDD9B30AD34728F4BE2 /* EXKeepAwake.m */, - D33F1F37D222E95E6675B8E71A9FB22F /* Pod */, - 75B3AF2C8362BC882622245B49F00874 /* Support Files */, - ); - name = EXKeepAwake; - path = "../../node_modules/expo-keep-awake/ios"; - sourceTree = ""; - }; - 9E642E2521F87C69B4CA606BBF64EE6F /* Pod */ = { - isa = PBXGroup; - children = ( - 784877AE8D53457ACA0080F31AB8E54D /* LICENSE */, - 41B7A3479066B0FC7AB643E263538B16 /* react-native-netinfo.podspec */, - AA5D24AB2E90F99107D94CFE0AAAB354 /* README.md */, + A169CB9CE630D396C0DA979237A2B49C /* UMTaskManagerInterface.podspec */, ); name = Pod; sourceTree = ""; }; + 9E09371AA32EDA8B8314B577B4C39F4A /* UIUtils */ = { + isa = PBXGroup; + children = ( + 52311E60ADCEE45F116B2ADBBBD22879 /* RCTUIUtils.h */, + 7D74CC114AC63595CB1F910FC51D4B8D /* RCTUIUtils.m */, + ); + name = UIUtils; + path = React/UIUtils; + sourceTree = ""; + }; + 9E3B36B4CEC3CC5A23634E5BE76D36C1 /* BaseText */ = { + isa = PBXGroup; + children = ( + 8ACBF01C0E45F22908C80497E27A54B6 /* RCTBaseTextShadowView.m */, + 4B63DB58535DCB1AF18D7246868A4FA5 /* RCTBaseTextViewManager.m */, + ); + name = BaseText; + path = BaseText; + sourceTree = ""; + }; 9E9471F8DB59D4297D66390C42C75E4A /* PromisesObjC */ = { isa = PBXGroup; children = ( @@ -17798,23 +17679,16 @@ path = PromisesObjC; sourceTree = ""; }; - 9E94B3DEA0B2E3430D26A7077D598157 /* Protocols */ = { + 9EA1BF541D202E58A573F01959335055 /* Support Files */ = { isa = PBXGroup; children = ( - 4D0EF528D05BDBB8FE6A827598FDBFAE /* UMAppLifecycleListener.h */, - 0A48DA32A700FC4A22411D09E7A5FF9A /* UMAppLifecycleService.h */, - CCF485611C7AB1AC580C0212797BBCFC /* UMEventEmitter.h */, - 89AED319083C725959FA8631A7176C27 /* UMEventEmitterService.h */, - C6233E0DD2359073664D851443E0B10F /* UMInternalModule.h */, - E2BA859ED62010B52DB77F5EE0D2AF86 /* UMJavaScriptContextProvider.h */, - 959051C1EE88F658A671A97D79E891CA /* UMKernelService.h */, - 95BBD1E808205BD2C0EF96522256F8B6 /* UMLogHandler.h */, - 50A238E54439A97124948140D36137BB /* UMModuleRegistryConsumer.h */, - F7B2E06998332BE3FFD795BF566A4286 /* UMUIManager.h */, - B7BFB18DA23EE8AF529C2B09CDC32326 /* UMUtilitiesInterface.h */, + 4CC4A094E6395DDC0AAD820FEEA8E9CE /* React-RCTNetwork-dummy.m */, + A040406EC613B47233E19491BCB0617E /* React-RCTNetwork-prefix.pch */, + 30AC5FC338EF2C58113737A5B71F166E /* React-RCTNetwork.debug.xcconfig */, + 0F5C12C810D661E04E6C88E19F4F1022 /* React-RCTNetwork.release.xcconfig */, ); - name = Protocols; - path = UMCore/Protocols; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTNetwork"; sourceTree = ""; }; 9ECABD50D2ABB0E5E0D5221C992312EA /* libwebp */ = { @@ -17829,19 +17703,41 @@ path = libwebp; sourceTree = ""; }; - 9EE7698A788A439E006E7626F4832391 /* AppDelegateSwizzler */ = { + 9EEDD1973B694A80EE33BE0E18E9ACE9 /* Drivers */ = { isa = PBXGroup; children = ( - 5DC7951B226DF5449C013D5A4B53C2E2 /* GULAppDelegateSwizzler.h */, - 1A586E6EB626170EAADFB59967E54BE7 /* GULAppDelegateSwizzler.m */, - 7839F2D96277B4431678105EB411A0BA /* GULAppDelegateSwizzler_Private.h */, - D5145D94B174196F0F88077A91A87025 /* GULApplication.h */, - 3DCFD86117B85F8793F5051E9FF6E1E2 /* GULLoggerCodes.h */, - 7CF65B475E2DD0D558171A453E414524 /* GULSceneDelegateSwizzler.h */, - 8CB3DF8C785A7D07601400CFF9D04B58 /* GULSceneDelegateSwizzler.m */, - E82FD30D82F49CCF764C390465961C9C /* GULSceneDelegateSwizzler_Private.h */, + F2C763042E0E3AE69195FEC504AD50CA /* RCTAnimationDriver.h */, + 76E2ECEA10150649C9E394FD8ACABD25 /* RCTDecayAnimation.h */, + 0A39049268CD3E505ED7CF80CE92C0D5 /* RCTEventAnimation.h */, + 0C2E2C7E2BF1EF3B8DEB979CA99FC847 /* RCTFrameAnimation.h */, + 412BE8126BD99F9D9904BA059E2CD74E /* RCTSpringAnimation.h */, ); - name = AppDelegateSwizzler; + name = Drivers; + path = Libraries/NativeAnimation/Drivers; + sourceTree = ""; + }; + 9F834C164C04BCF87F5D33EA7FAFFE93 /* Handlers */ = { + isa = PBXGroup; + children = ( + 4BECCA2837BBA24CAADA20BE703F12A9 /* RNFlingHandler.h */, + A28A0F339ABFDA7FFB26976393C34362 /* RNFlingHandler.m */, + 6C1063BA2B9B3B0BA41CC31A434A5F2A /* RNForceTouchHandler.h */, + F6DAE140949D3190B198267DA959FD9A /* RNForceTouchHandler.m */, + D1BB36CA5147C0FAC569CCDFDB26FE27 /* RNLongPressHandler.h */, + F4361B8AE1DA7B22DE9AE590810825ED /* RNLongPressHandler.m */, + 3ADD3E8E63EC6B2FCD288E46F6415F51 /* RNNativeViewHandler.h */, + C8DCC22E5A5537C1844FFDC1F2E3088D /* RNNativeViewHandler.m */, + 83822D2F11D4ADE5FB3F659148C4C60E /* RNPanHandler.h */, + F7F5D3A71E806D9439B38F5E1859D219 /* RNPanHandler.m */, + 4ED85B43507A2F704CC215074632DF1F /* RNPinchHandler.h */, + 35ADC7ED06344C6B9F4F94A13C6AC7CE /* RNPinchHandler.m */, + 98C7886164C7FF8611E7F1F70DD1B628 /* RNRotationHandler.h */, + 616E0FFE26CC0960929942A93C4E229F /* RNRotationHandler.m */, + 989CDB34F6E5E8E94D76A9F788CD9DD9 /* RNTapHandler.h */, + 0C9FF06600BB230D554B8E244D7A289B /* RNTapHandler.m */, + ); + name = Handlers; + path = ios/Handlers; sourceTree = ""; }; 9FDF7C48B033E58DBF8C37D17DE16C4F /* Support Files */ = { @@ -17854,16 +17750,6 @@ path = "../Target Support Files/CocoaLibEvent"; sourceTree = ""; }; - A00B13736DA7E4907A41BF1287D8DEE1 /* Pod */ = { - isa = PBXGroup; - children = ( - 9FF5DB6115EFC76EA34F49665BF2004E /* LICENSE */, - 41CFD537EC501FAA9FDDC28A666407B0 /* react-native-cookies.podspec */, - E1EBD16B3ABD6042DB79BC7107978A08 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; A0CB8FE82BE2478D973C86E008253BB5 /* Support Files */ = { isa = PBXGroup; children = ( @@ -17876,28 +17762,6 @@ path = "../Target Support Files/Flipper-RSocket"; sourceTree = ""; }; - A1719B80D52684B3047EB41C01B75681 /* Pod */ = { - isa = PBXGroup; - children = ( - C778912608E473F6B0EB22FF4BC8295A /* LICENSE */, - 621E5592EE985B8A158093CE8BE54414 /* react-native-jitsi-meet.podspec */, - 83E0A838D8FD9AEFAF1A22A50B01D6E3 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - A19776DB930AF5695CBB56D76BDBA29C /* EXHaptics */ = { - isa = PBXGroup; - children = ( - 3824072BC35AFA3E8D2381D9F7B91CED /* EXHapticsModule.h */, - 65D8C51C2CF0A60527B73406F16BAEC8 /* EXHapticsModule.m */, - 10A2909F11731DA9FEDC7B6FCB929F88 /* Pod */, - EDC0DA2440E769B4AB3725725A77212B /* Support Files */, - ); - name = EXHaptics; - path = "../../node_modules/expo-haptics/ios"; - sourceTree = ""; - }; A1C80DEE905CE954A23E8331484288C0 /* Support Files */ = { isa = PBXGroup; children = ( @@ -17910,190 +17774,122 @@ path = "../Target Support Files/nanopb"; sourceTree = ""; }; - A272597E1B0958D301B8A984F4A3D4F5 /* React-jsi */ = { + A203FECB9915A37F57882F7FC9B3E67F /* internal */ = { isa = PBXGroup; children = ( - 96943C6C2A1A1DA13749C5762ED8D4AC /* JSCRuntime.cpp */, - 598376BAF2EB78D1BEB6B570512ECA06 /* JSCRuntime.h */, - 08E143E3B1E4908EFE7958A908C2EF80 /* jsi */, - 300559201D02D7D7FDF90444F9F4AFB1 /* Pod */, - AE4E3D50E1BE0E69BE0990C58B12D9A4 /* Support Files */, + 164EBA159426E1BEE8D1FD56C83B51A0 /* experiments.cpp */, + 62659B35B825FD9248C7DC9EACDF9072 /* experiments.h */, + 323A480F3E7D5A1058E1B5013D80F214 /* experiments-inl.h */, ); - name = "React-jsi"; - path = "../../node_modules/react-native/ReactCommon/jsi"; + name = internal; + path = yoga/internal; sourceTree = ""; }; - A30FA79D0EEC2F4211B8632EA35E4224 /* RNFBCrashlytics */ = { + A26F6A8180DA03EDB6D83F00368365CE /* FBReactNativeSpec */ = { isa = PBXGroup; children = ( - F9F5E0866A2BF361BC6A128DF8DAF097 /* RNFBCrashlyticsInitProvider.h */, - C366131D88B4FA0933A8F80B363247DD /* RNFBCrashlyticsInitProvider.m */, - BFC337FA105ABFFA37FA4522A4B56119 /* RNFBCrashlyticsModule.h */, - 142BCC219A98BE902B4A9A46E3F67871 /* RNFBCrashlyticsModule.m */, - 9AFC323286AFF7338A9CAB87A071C184 /* Pod */, - 0C41FD94A13EB02CA6BEAC5B3E69F3C6 /* Support Files */, + 1CD24DCFAD85966F6DA52E0FC47ADA93 /* FBReactNativeSpec.h */, + 1E4D29913B6C51E180B392582195C031 /* FBReactNativeSpec-generated.mm */, + 2BD39DF9A8A335EAD527442F067D64F5 /* Pod */, + C331A2D77E3CB26A21B6CE6AFFD2BADE /* Support Files */, ); - name = RNFBCrashlytics; - path = "../../node_modules/@react-native-firebase/crashlytics"; + name = FBReactNativeSpec; + path = "../../node_modules/react-native/Libraries/FBReactNativeSpec"; sourceTree = ""; }; - A368EBE5822717A17128BD33391A93EE /* RCTTextHeaders */ = { + A4A0C21745A2D24B30898FFEC806E1EA /* Support Files */ = { isa = PBXGroup; children = ( - 41758DF07308A697F34A55A0E9F85134 /* RCTConvert+Text.h */, - 7650F58D597418B37BAD5544DE08E389 /* RCTTextAttributes.h */, - 0F285C5098EC0ECBD8EC97D2854E272F /* RCTTextTransform.h */, - 54D3BD1039A172CF16F79EBB1D12F657 /* BaseText */, - 61CB178F0EF092AA9A9F93A309864CDE /* RawText */, - E351564D54C5D2F9E15B56435D7A93B7 /* Text */, - DE2C9B56525CE9BF13A230E55EC04C42 /* TextInput */, - 2478D300D82CEDCF4C97ABBC6B7A2118 /* VirtualText */, - ); - name = RCTTextHeaders; - sourceTree = ""; - }; - A3F4434CCDF3D3512EA9CC2819FAD50A /* React-RCTSettings */ = { - isa = PBXGroup; - children = ( - F8BEB034856DD7F0A2D4D391A44044C9 /* RCTSettingsManager.mm */, - 78FD30412ED7246AB07F383D9B2AE03E /* RCTSettingsPlugins.mm */, - DE2F5D378835C76F6F0BD0A11F23DBD3 /* Pod */, - 5C4697A57403A09825040FD335DBF89C /* Support Files */, - ); - name = "React-RCTSettings"; - path = "../../node_modules/react-native/Libraries/Settings"; - sourceTree = ""; - }; - A46B377339AAA854A08FBC46519AD734 /* Pod */ = { - isa = PBXGroup; - children = ( - 10D41D5C82DD341F63F676F754DACFE3 /* React-RCTBlob.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - A4C3CA7A25195E18B2E658865A2E060F /* RCTAnimationHeaders */ = { - isa = PBXGroup; - children = ( - C14B2C9A65A88624CC62752367818368 /* RCTAnimationPlugins.h */, - C3CAAF47AC03AF1B13FFA980EFB1CE2E /* RCTAnimationUtils.h */, - 64C6ECDA260FE579F23972C1EAC9085D /* RCTNativeAnimatedModule.h */, - 7A733A450242065A3F62A9CEE267F84D /* RCTNativeAnimatedNodesManager.h */, - 070E102D40E88B0987AD56F0C26D19A7 /* Drivers */, - C75096EC3DECECB642EE65AD29BC53C7 /* Nodes */, - ); - name = RCTAnimationHeaders; - sourceTree = ""; - }; - A53D8D5AD398B53AC1B87D99EA31FA0C /* Pod */ = { - isa = PBXGroup; - children = ( - B227DE7D15E81047E000C52F0E13FAA6 /* LICENSE */, - 9A4A7AE398B60B9F6AAF3117ABA8E9AB /* react-native-blur.podspec */, - 7B26CCE5CCD2B21D012E39A0C2FB3126 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - A68D4BAD6F1392A034300556565B32D5 /* Support Files */ = { - isa = PBXGroup; - children = ( - F81F0BDA7FEEB54C4C7D9DB5D695A6F3 /* react-native-netinfo-dummy.m */, - 6B12881F3C64DE9B79251DDDE5B25D39 /* react-native-netinfo-prefix.pch */, - 6853AF4E3B5E911271A201EF798F77BC /* react-native-netinfo.debug.xcconfig */, - 0A11938F1A6F7C3BEF56C0100DF3760E /* react-native-netinfo.release.xcconfig */, + 9C4C03EFB38C9C7BB9C71E3C1AF2E62B /* RNFBAnalytics-dummy.m */, + 770A786FFE0D249F171BB2FBF797D05C /* RNFBAnalytics-prefix.pch */, + BD30CF3EAED3EB92B072DBD0F03EAA33 /* RNFBAnalytics.debug.xcconfig */, + 1E042BF1C837CE6276B784FAE8AA7BDE /* RNFBAnalytics.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/react-native-netinfo"; + path = "../../../ios/Pods/Target Support Files/RNFBAnalytics"; sourceTree = ""; }; - A75B3AB5B8C64EEA00BE77DA8BFCF866 /* React */ = { + A50342AB929EB809441B8EE8E54A76F6 /* Support Files */ = { isa = PBXGroup; children = ( - D9610CCB9C172B400F83B8B886F7E1B7 /* Pod */, - C788C5DE8E89A4BC598D7B2390F0D921 /* Support Files */, + 34C4CEC6D823CBB3D6A577B448C1C976 /* react-native-orientation-locker-dummy.m */, + B287D67A5996DC27902E3104516EC672 /* react-native-orientation-locker-prefix.pch */, + C4EFF7A09673AAF21AD5AE3B716D2F5F /* react-native-orientation-locker.debug.xcconfig */, + 6CF4924C7417E63EAD4938C35BF7B198 /* react-native-orientation-locker.release.xcconfig */, ); - name = React; - path = "../../node_modules/react-native"; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-orientation-locker"; sourceTree = ""; }; - A953926D10E1C08E76671A8EB1CF0C42 /* KSCrash */ = { + A55C9E2D96F6B2CDB9603F025A14A1AC /* React-RCTImage */ = { isa = PBXGroup; children = ( - BD8E48A70F8C44D9A811B736EE0706A6 /* Recording */, - F48572CCC535053DE8305BC47774E0D7 /* Reporting */, + B066DDF192303ACD9CB7C9DDA0DB9BB7 /* RCTAnimatedImage.m */, + 42EADF5819FFE391E83255A328519698 /* RCTDisplayWeakRefreshable.m */, + 2FD15DECA7D3199FDB210C4AF7D3D2F6 /* RCTGIFImageDecoder.mm */, + 56B47F48BFC2F259EF38C4E097A46497 /* RCTImageBlurUtils.m */, + 352BFC3C4FC8E0D247982A9A4C862A68 /* RCTImageCache.m */, + 6FA442AAB4FDEAEE4BA70D9584FC4600 /* RCTImageEditingManager.mm */, + 108CBD8729DF942C8AD7355F78093992 /* RCTImageLoader.mm */, + D1E25CB6ECAE73AE1A9C7B9DEB526FE9 /* RCTImagePlugins.mm */, + B164B1E0BD2E400B0244B5827CACF3C1 /* RCTImageShadowView.m */, + 07AB6B3D1F1C72F76834F49E7AFD2C07 /* RCTImageStoreManager.mm */, + 2CABE1F2DCEFCFF88D42282665CEEBDC /* RCTImageURLLoaderWithAttribution.mm */, + 696D6B41ECD690D11B1C6E64ECED0882 /* RCTImageUtils.m */, + B051C5240FDA0EE6B638A9AE1F7904AA /* RCTImageView.mm */, + D9B63DDAC26D9672FEC5F3375F677083 /* RCTImageViewManager.mm */, + 21C67E1D002EE5D253998035E41F067E /* RCTLocalAssetImageLoader.mm */, + 7B702A0FADE5DC10F1769FF5564E5765 /* RCTResizeMode.m */, + FE23E5C406FBDCBC8188911D92E06F7D /* RCTUIImageViewAnimated.m */, + B462F26865E2BAB56C234C1BB020CF80 /* Pod */, + C58F5C7EA45D2ECAAE8E4CF33236E2C8 /* Support Files */, ); - name = KSCrash; - path = KSCrash; + name = "React-RCTImage"; + path = "../../node_modules/react-native/Libraries/Image"; sourceTree = ""; }; - A982410842B548780375F0BF103772B6 /* RNFetchBlob */ = { + A5A6DFA28B57049093ADDC86C32329DE /* Pod */ = { isa = PBXGroup; children = ( - C65F6582CEBD8049AB1E31CD634A5D0F /* RNFetchBlob.h */, - 0AF07F39F0477B8C04A875E163CCD33D /* RNFetchBlob.m */, + F6418834A7363EC7A8C7BFDFBF33CCD9 /* LICENSE */, + A1A9D0886694BEBC82A9ED7EC9D1249E /* react-native-cookies.podspec */, + 05CEFA3E68A4E78ECEAA668B31F73FC2 /* README.md */, ); - name = RNFetchBlob; - path = ios/RNFetchBlob; + name = Pod; sourceTree = ""; }; - A98B98C917B8D6927DCF2F629776CCF8 /* Tools */ = { + A6120AE76BBF43959B41B7119CFAA6CE /* Pod */ = { isa = PBXGroup; children = ( - 721AC8A1EA4AAA5B1F3976F1DF05A811 /* BSG_KSArchSpecific.h */, - B8DE3C11714761EEAFB373D0A4711058 /* BSG_KSBacktrace.c */, - 9AA321FA80597BC40DB40102D4F0376A /* BSG_KSBacktrace.h */, - 3B6C601FB3100A475935F51AF49B4DE1 /* BSG_KSBacktrace_Private.h */, - 0F9956BF8C33E2A713E048A04C1E70DC /* BSG_KSCrashCallCompletion.h */, - E36E278C775FF2079ACAEF63DC5FFB1D /* BSG_KSCrashCallCompletion.m */, - ED6291B00BBF0A767B4B960235755130 /* BSG_KSDynamicLinker.c */, - 3C6C830832BC7D7C39A270128476117B /* BSG_KSDynamicLinker.h */, - BC3128230826973F9557BC686190857E /* BSG_KSFileUtils.c */, - 409F88FDB3C948345884DADE30844ECE /* BSG_KSFileUtils.h */, - 592885BF4774CBF8CB0D923078849459 /* BSG_KSJSONCodec.c */, - 2DBCB58BD721BE3EF9D9E3B628E51176 /* BSG_KSJSONCodec.h */, - 0C28A3A3CA4E30E87C5FD484DD19507A /* BSG_KSJSONCodecObjC.h */, - 0173C60E4048872DAFC00AE9114F945F /* BSG_KSJSONCodecObjC.m */, - 3FD56F3C757D6901737808BE8C593F2F /* BSG_KSLogger.h */, - 72DEAB027E706AAB83F0AE4383D395A9 /* BSG_KSLogger.m */, - 346B6F904D7B151C306D6D111F2FF3AC /* BSG_KSMach.c */, - D29C5D9294E47FF802420D669647FBA4 /* BSG_KSMach.h */, - A641442DD76A74D623E7FA5B5F7D6E50 /* BSG_KSMach_Arm.c */, - 4F2A7B945616C2D89600DAC389F1692F /* BSG_KSMach_Arm64.c */, - 8D08C042F15860EF0CC04BCFA8733012 /* BSG_KSMach_x86_32.c */, - 75718D880731ABF38145370C0B66CD20 /* BSG_KSMach_x86_64.c */, - 5E856ABC8D8851441E31927B0E15F848 /* BSG_KSMachApple.h */, - BE28986CA479F1CD5BF358417B4FF008 /* BSG_KSMachHeaders.h */, - AE335EF86EDB678C87B1E6A241F5C11B /* BSG_KSMachHeaders.m */, - 320EC59642F2D942185540B9EB15C2CD /* BSG_KSObjC.c */, - 6B8747211390899A50607C121E2F89BE /* BSG_KSObjC.h */, - 006F13F52CD11373C0ED66F8196F4D9D /* BSG_KSObjCApple.h */, - 479A270F52E4CE79810EB8A66507B5FB /* BSG_KSSignalInfo.c */, - 19F346CCE20204268E49103980DF09C4 /* BSG_KSSignalInfo.h */, - F69DC148D9D314AED62213F5B6EDF577 /* BSG_KSSingleton.h */, - 108F6BE54A0DCEFE2882EFF150B41C5D /* BSG_KSString.c */, - 41CEC56D764C23ADC7CAA4FCE1143B65 /* BSG_KSString.h */, - 9EC3B51633A192C4FBE4CB285317DCB9 /* BSG_KSSysCtl.c */, - 29E0977E20A297A2E904D6C85C1752DB /* BSG_KSSysCtl.h */, - 284D5C030EBD23F64492F20E6A0B1505 /* BSG_RFC3339DateTool.h */, - 25282C86F15E264A602742799E4BF61D /* BSG_RFC3339DateTool.m */, - 0212CAA27410D0FB53BA628CE92337FF /* NSError+BSG_SimpleConstructor.h */, - CF1D0A39C688654CC14F7A0EC86B9338 /* NSError+BSG_SimpleConstructor.m */, + D71B4E163DBFB18645450BF72433EB9C /* LICENSE */, + A5F8094D8D59C6144100912C6FCF525B /* react-native-background-timer.podspec */, + 8F8B5973D6EAD1D778515A364E21BC3B /* README.md */, ); - name = Tools; - path = Tools; + name = Pod; sourceTree = ""; }; - A990D6DD6FD6F9173EC562F8D85EE9CA /* ios */ = { + A6883BA2E4140903C81E725847A3DB86 /* Support Files */ = { isa = PBXGroup; children = ( - 7B51541806B7140CF45915170978B4D7 /* RCTTurboModule.h */, - F55C55E45D266CA5434CF88C25E0B500 /* RCTTurboModule.mm */, - 6D6C6FAC22F10A5997A189134FC8431B /* RCTTurboModuleManager.h */, - 8D8DA7502B9AE9F65D7D69BAEE603002 /* RCTTurboModuleManager.mm */, + 4D35FDA3C01D579781FF6A34E413F050 /* React-jsinspector-dummy.m */, + 9A31E3E36813AF931629C21C1C4064F7 /* React-jsinspector-prefix.pch */, + 96D74BD54456BF5766811A130EAAEDBA /* React-jsinspector.debug.xcconfig */, + 9A18D04D8D5B88B70122539728A20321 /* React-jsinspector.release.xcconfig */, ); - name = ios; - path = ios; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-jsinspector"; + sourceTree = ""; + }; + A8A5DAB62F3D9C2E0E16861164968882 /* Support Files */ = { + isa = PBXGroup; + children = ( + 48803A635BA70F595325BF2C3F04255A /* RNGestureHandler-dummy.m */, + 3BDB9F0AC8CAACB1868E64E2A0B6217F /* RNGestureHandler-prefix.pch */, + F34594A83A4070F814BCA781477A48EE /* RNGestureHandler.debug.xcconfig */, + 31797ECEE9994A5DE95878DB158758F3 /* RNGestureHandler.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNGestureHandler"; sourceTree = ""; }; A9DD666B873A0F1D8085C574530F8316 /* Pods */ = { @@ -18121,7 +17917,7 @@ BD1C0FB8E4063D1309D5CE2E4FF088A9 /* GoogleAppMeasurement */, FCF903E1E4248D32980AF1AA064950F8 /* GoogleDataTransport */, 57BC17968717C5F1BFD0AA73023BEDD9 /* GoogleDataTransportCCTSupport */, - 6A27640EFEF5F884DE633667D948BE7B /* GoogleUtilities */, + 14A162EF2EF28509D8B66B50DBBDC399 /* GoogleUtilities */, 8A2475657010D40D8565C2F7587AEE6D /* JitsiMeetSDK */, 9ECABD50D2ABB0E5E0D5221C992312EA /* libwebp */, E1D0152F47158E67CE1B899D187BAC96 /* MMKV */, @@ -18149,64 +17945,49 @@ path = "../Target Support Files/glog"; sourceTree = ""; }; - A9EC5D90EA650668BAA97BD13EA9D14E /* Inspector */ = { + AA69A657184EF6F735482CB9889A2EA0 /* Pod */ = { isa = PBXGroup; children = ( - 11A03DE47CBDE423FC47DDA29F3136E4 /* RCTInspector.h */, - 7A9EC48C7EF3509A1710A4C98F5CE047 /* RCTInspector.mm */, - 22EE82A6EB92E9F8E70DE4CAD2B552F6 /* RCTInspectorPackagerConnection.h */, - F403C2A0B415D6E13836ADD84C5AB5AB /* RCTInspectorPackagerConnection.m */, - ); - name = Inspector; - path = React/Inspector; - sourceTree = ""; - }; - AA3A90408A6C648802C8F1FCE95A21CF /* Support Files */ = { - isa = PBXGroup; - children = ( - 5B9FBBA3C9B48C0FF635ED6FFD48FA8B /* React-jsinspector-dummy.m */, - 47B7AE2E939555846225EFD1419889AF /* React-jsinspector-prefix.pch */, - A3C581A512AAD93D606A78EF3F76D6C7 /* React-jsinspector.debug.xcconfig */, - 5981F4437234DFC0326886AC9E27D0D3 /* React-jsinspector.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-jsinspector"; - sourceTree = ""; - }; - ABBA53995B9F94D2A021D73D7EB0F012 /* Pod */ = { - isa = PBXGroup; - children = ( - 461500AEC9FE8ADDD3128D3FB00B09D8 /* React-RCTNetwork.podspec */, + DF0418ADF8603382877BA5B7EC60EE44 /* UMCore.podspec */, ); name = Pod; sourceTree = ""; }; - ABE025094DAF2C99D2955615EDE38636 /* Pod */ = { + AA8816042403A42887C653405F37CA73 /* vendor */ = { isa = PBXGroup; children = ( - CD115901446B2B7710DCAC9166DAF908 /* UMFontInterface.podspec */, + 0ACDAC2E3143EEE154FA75372A82D827 /* bugsnag-cocoa */, ); - name = Pod; + name = vendor; + path = cocoa/vendor; sourceTree = ""; }; - ABF0C0CA67A3E312848BE4B33A7657BC /* Support Files */ = { + AABBC7AC49F69C6A5F4D3F45685AFD57 /* RCTImageHeaders */ = { isa = PBXGroup; children = ( - 4B799514983C7F49C87F2E9893838063 /* UMBarCodeScannerInterface.debug.xcconfig */, - EBB8D66354F5B642438DE05220350958 /* UMBarCodeScannerInterface.release.xcconfig */, + 690F475A0A2DC744DB3B7CA50EC59574 /* RCTAnimatedImage.h */, + 08E4CE9720B65B3319A2C164530FA2CB /* RCTDisplayWeakRefreshable.h */, + 6473229E514A97FCBB8F3C6CEF3D0DF4 /* RCTGIFImageDecoder.h */, + AEC640FB42BB3D36EB6FEF541630696A /* RCTImageBlurUtils.h */, + C750F391529617C96A088D5517B9F651 /* RCTImageCache.h */, + AC9330D6E7AF59C17C85AF391A815D27 /* RCTImageDataDecoder.h */, + 17BB614665C4EB3C87BD750EB547E17D /* RCTImageEditingManager.h */, + F753091973CA7BB1B741C889CF200EC4 /* RCTImageLoader.h */, + 7F281D8C67D1E8867F219DD49E7F6453 /* RCTImageLoaderProtocol.h */, + EABF5485690E188714D9848D23361650 /* RCTImageLoaderWithAttributionProtocol.h */, + 37CB5E3FA6E56CDDA22020814A9F5F38 /* RCTImagePlugins.h */, + B1A63FD5A4CBC2FCC66FCAA7AA9B116D /* RCTImageShadowView.h */, + E296AF16E0E10D7994FEBD984644D001 /* RCTImageStoreManager.h */, + 353EC23D19578A63EB03D560888F8420 /* RCTImageURLLoader.h */, + 42E35E3F7DA01A231418AD5B2E800C0E /* RCTImageURLLoaderWithAttribution.h */, + 367D2856B2C1D2D8BD082E98BEDF558A /* RCTImageUtils.h */, + 36CB2FEFC9933124012688302100CA30 /* RCTImageView.h */, + E18ADD3C2D04496B7EE28ABCB39A4B0C /* RCTImageViewManager.h */, + E5281BBA790B80D320CBC049D9901968 /* RCTLocalAssetImageLoader.h */, + 87AC1CF7F1A8B40C23623ED2B15DC7E9 /* RCTResizeMode.h */, + DB3DB262F3C261C1AE2482312A04464F /* RCTUIImageViewAnimated.h */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMBarCodeScannerInterface"; - sourceTree = ""; - }; - AC108041F90FB4B0F47742241E804688 /* Pod */ = { - isa = PBXGroup; - children = ( - 84C0338FBE144CD1E8FA98AAF6F6493E /* LICENSE */, - 66BEC153E46B0F4876BA86DA3D143443 /* README.md */, - AB8D28995F4103087BB77BD16AEAC6A5 /* RNScreens.podspec */, - ); - name = Pod; + name = RCTImageHeaders; sourceTree = ""; }; AC40CEF829E476A1AD4CF24F454AD5DA /* Support Files */ = { @@ -18230,30 +18011,6 @@ path = "../Target Support Files/JitsiMeetSDK"; sourceTree = ""; }; - AC8CDA38AFFB6D53E3069BDE5A9723C9 /* FBLazyVector */ = { - isa = PBXGroup; - children = ( - 8EADF844BC58524F751BFC9BD8362F89 /* FBLazyIterator.h */, - 9FA107ED93B86C367800E4F39E6A62E6 /* FBLazyVector.h */, - 1350BCC05D89DE5B66E0C1EC9853B387 /* Pod */, - CE9C8078256FBC379DCB0086214267AA /* Support Files */, - ); - name = FBLazyVector; - path = "../../node_modules/react-native/Libraries/FBLazyVector"; - sourceTree = ""; - }; - ACD698036166657226EF13643BDBA1BE /* Support Files */ = { - isa = PBXGroup; - children = ( - 7388E740C032DBA9EF4890F70C6E4CEA /* RNGestureHandler-dummy.m */, - CDE78BFBD69A68012F33DDFBA254C54D /* RNGestureHandler-prefix.pch */, - 22B97631BA2C9B50C897C77DB9242663 /* RNGestureHandler.debug.xcconfig */, - C06A09FBABAB63845B792354730B996E /* RNGestureHandler.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNGestureHandler"; - sourceTree = ""; - }; AD0013D23A044C4893495081222A3321 /* Support Files */ = { isa = PBXGroup; children = ( @@ -18264,19 +18021,34 @@ path = "../Target Support Files/OpenSSL-Universal"; sourceTree = ""; }; - AE37AD6897E2B5A9720ECFF53E7E8D35 /* UMReactNativeAdapter */ = { + ADAE746BA70FBFE66B269483479BE288 /* Pod */ = { isa = PBXGroup; children = ( - ACE309DFBE5F742E7D85B65E5C12E08B /* UMBridgeModule.h */, - E4FFBA57F461FCBB6EFB5D79D3D06AF3 /* Pod */, - 33612530EFA89C233E2787FE6CA24778 /* Services */, - B9B1D35CC776C26BD9A7AA22A2EF8EAB /* Support Files */, - 9C9763567670DC09CC61DED32A72EFB3 /* UMModuleRegistryAdapter */, - CC4F8B86BAC875B25F2C4195C1AC1545 /* UMNativeModulesProxy */, - 164B4D8DEC534B44A1552919C81212A9 /* UMViewManagerAdapter */, + 15C37484BF40A3BF8539B2D029C69D64 /* LICENSE */, + 19E6C8C9D98422E65179C801156A0414 /* react-native-mmkv-storage.podspec */, + 082300440C7203B7B3E74FEC1765A352 /* README.md */, ); - name = UMReactNativeAdapter; - path = "../../node_modules/@unimodules/react-native-adapter/ios"; + name = Pod; + sourceTree = ""; + }; + ADDF9645F97EEFC19A364DE0FD50EA6C /* RNBootSplash */ = { + isa = PBXGroup; + children = ( + D72F7AA0404E64DD55CFA8471C835757 /* RNBootSplash.h */, + A4FD4A71EC7FC1E992B0898DAE1256AE /* RNBootSplash.m */, + 1CFB0AC666052A9834763AEE51C5D295 /* Pod */, + 67B376E6786125F7A2D1232B1ABD8C5C /* Support Files */, + ); + name = RNBootSplash; + path = "../../node_modules/react-native-bootsplash"; + sourceTree = ""; + }; + ADFAABD77C9F1FCABFC166546BAAD1D8 /* Pod */ = { + isa = PBXGroup; + children = ( + D8EFE96587D80C168D1E8F4D6B4F659D /* React-RCTAnimation.podspec */, + ); + name = Pod; sourceTree = ""; }; AE4587AE44AEDF8924C3A7BDA2A964B3 /* FlipperKitLayoutTextSearchable */ = { @@ -18287,89 +18059,116 @@ name = FlipperKitLayoutTextSearchable; sourceTree = ""; }; - AE4E3D50E1BE0E69BE0990C58B12D9A4 /* Support Files */ = { + AEFB8D927AE690F1123962A8F90E6BC3 /* Support Files */ = { isa = PBXGroup; children = ( - BD36017FAEED162C06539E2DC0E3565B /* React-jsi-dummy.m */, - 14FDD70F44EB365EDCA2EA8793BA2614 /* React-jsi-prefix.pch */, - 62A6F7B4BF9992C5DEE0E3B39E71D24E /* React-jsi.debug.xcconfig */, - 259405060C1E4630A48CBD1827C26A80 /* React-jsi.release.xcconfig */, + 8E78CAA2C10634D2A26FEDB8001B4CA1 /* UMFaceDetectorInterface.debug.xcconfig */, + A50473E5C0CADB88DBD1D68963C2EC74 /* UMFaceDetectorInterface.release.xcconfig */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-jsi"; + path = "../../../ios/Pods/Target Support Files/UMFaceDetectorInterface"; sourceTree = ""; }; - AEA39F87025899DF3432F34F131EADEF /* Support Files */ = { + B08A887BDDC0B57D8FAE83452A9904D4 /* EXConstants */ = { isa = PBXGroup; children = ( - 22AE55C6E55263FBB6DA8D9979D5C28D /* RNCAsyncStorage-dummy.m */, - 54362F94A16B7AD9497672967166697D /* RNCAsyncStorage-prefix.pch */, - 017CA43813A1F62D800C048DC693CAB4 /* RNCAsyncStorage.debug.xcconfig */, - 3ED9B3AA787DEC6C195D1DFE11C34958 /* RNCAsyncStorage.release.xcconfig */, + 32DCE8FCDEA2B926D99C686FB3FDA73C /* EXConstants.h */, + 9387105C912AF870A74355C45A485708 /* EXConstants.m */, + CA9905361A2E8A9DB890316087034C7F /* EXConstantsService.h */, + 97337B286D6A431CA74BB3D00A8D5540 /* EXConstantsService.m */, + 23542D6744393B07E7488DF31F54A658 /* Pod */, + F5A3C82F9F38A8D5A81DD0EAB475C1AF /* Support Files */, + ); + name = EXConstants; + path = "../../node_modules/expo-constants/ios"; + sourceTree = ""; + }; + B192038E01F2EE9A68398AD7D00E279B /* Support Files */ = { + isa = PBXGroup; + children = ( + FCD3D4FF6492F93FBFAFA52CEB8A6ECA /* RNCMaskedView-dummy.m */, + 76BC889C5145EE1E46EC749F705D91DB /* RNCMaskedView-prefix.pch */, + 1334C86C0D531A276D6D9CD5117FBCB9 /* RNCMaskedView.debug.xcconfig */, + D7B4402BB41860A4C9052FD22D07DE73 /* RNCMaskedView.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNCAsyncStorage"; + path = "../../../ios/Pods/Target Support Files/RNCMaskedView"; sourceTree = ""; }; - B2E345623CACBE98F7D7FC790A24DFF6 /* RNCMaskedView */ = { + B26272CF132D157C3B73664503DC3C45 /* react-native-cookies */ = { isa = PBXGroup; children = ( - 091809CBC872C804DE3A695B7FB6918B /* RNCMaskedView.h */, - A6B8701C295DB4E99303EBA24093A57E /* RNCMaskedView.m */, - 1B9176D8E01C8ED7482CD22D805AF148 /* RNCMaskedViewManager.h */, - ED82D15FA2DDE7D7EA1C9C1AF653A145 /* RNCMaskedViewManager.m */, - C1797F4F9E18AC98275F1935C4DA8E64 /* Pod */, - 83A7D006BAB98C1D228C6E0CEFB1911A /* Support Files */, + 82FC3350F3AE5B4C96B06A85FD310930 /* RNCookieManagerIOS.h */, + 04B20512626ACB716D1A4F88AD2445F6 /* RNCookieManagerIOS.m */, + A5A6DFA28B57049093ADDC86C32329DE /* Pod */, + 6B57CFB8FA03EF099467E832DFE9A508 /* Support Files */, ); - name = RNCMaskedView; - path = "../../node_modules/@react-native-community/masked-view"; + name = "react-native-cookies"; + path = "../../node_modules/@react-native-cookies/cookies"; sourceTree = ""; }; - B474BF21E4AB43941C0830ECC74353F2 /* Profiler */ = { + B36F701049E412764A9110B30B687C8C /* Support Files */ = { isa = PBXGroup; children = ( - 1BF1F8A01C3EED8B60BC91EB970640CB /* RCTMacros.h */, - 800DFAF29EE6D28B545E53F49FDC0B12 /* RCTProfile.h */, - A0008BE4E525AAA245536F224CDBF84B /* RCTProfile.m */, - 91B98D8523C8A91E30E06FC6148CC309 /* RCTProfileTrampoline-arm.S */, - BF5B4682777A538FD7233ADB118F09B5 /* RCTProfileTrampoline-arm64.S */, - E4AB14CF48625475C751A582FD071943 /* RCTProfileTrampoline-i386.S */, - 90F1A03723D04E9913C74B4F619423B4 /* RCTProfileTrampoline-x86_64.S */, + E16E9F88550EBEDD9B52E00F05CD9495 /* EXHaptics-dummy.m */, + 42B61C85D8DCB55CECD60FD32EF743D2 /* EXHaptics-prefix.pch */, + 707B5972B78A11D23C88E947EDAFEEDA /* EXHaptics.debug.xcconfig */, + 49727AFDC9FF177CAF1534FDB1FD81B4 /* EXHaptics.release.xcconfig */, ); - name = Profiler; - path = React/Profiler; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXHaptics"; sourceTree = ""; }; - B54E14EA63D4855AE9A837870F915C4F /* Pod */ = { + B3A6AE2AAB6A350D361BEBA5B9A1DB80 /* Pod */ = { isa = PBXGroup; children = ( - 99A9802E64B7ACC83ECEA19FF77EA7C1 /* LICENSE */, - CE8B3CA2D4108CAB7ADEC6BD4981B05E /* README.md */, - 2F855175245BC27E9487E44C62628327 /* RNLocalize.podspec */, + 2EF3197C9326898A28E561127600D195 /* EXHaptics.podspec */, ); name = Pod; sourceTree = ""; }; - B5A3C68AF8169134C313B2AF612F4155 /* RNBootSplash */ = { + B45C026EA6E9CB0C5A11C0CCC77BD57C /* Interfaces */ = { isa = PBXGroup; children = ( - 554C91BEEA75AFFEFA852B002C0412A1 /* RNBootSplash.h */, - B65BFD3F26741880F828DDE45A97BE78 /* RNBootSplash.m */, - 90DCE5270B13454DAC28AC17E90E951B /* Pod */, - 3AA6F004C711E82082DDBCC51D4E38D7 /* Support Files */, + 60E1E47B50114DA6F08A1E87F2FDBA01 /* UMAppLoaderInterface.h */, + 67DE4B666661DB43AF6FB39B701A007E /* UMAppRecordInterface.h */, ); - name = RNBootSplash; - path = "../../node_modules/react-native-bootsplash"; + name = Interfaces; + path = UMAppLoader/Interfaces; sourceTree = ""; }; - B660F34E5B3F263CE54CF478BCEBBFF8 /* Pod */ = { + B462F26865E2BAB56C234C1BB020CF80 /* Pod */ = { isa = PBXGroup; children = ( - 5494499DB29C97AF18FEFA98F1A36FB5 /* React-RCTImage.podspec */, + E0E88D3615D1947243F451458FF0A7A8 /* React-RCTImage.podspec */, ); name = Pod; sourceTree = ""; }; + B5142A693E43034B5D43242A1BF49EE4 /* Support Files */ = { + isa = PBXGroup; + children = ( + 1F125A7EA8B5D0B390B83CB6E8FDDE56 /* react-native-cameraroll-dummy.m */, + D059D9D96C006AE2094D516F0312A529 /* react-native-cameraroll-prefix.pch */, + 10AFBA89BB2EECA51A690D0323D8A62B /* react-native-cameraroll.debug.xcconfig */, + 15FA7CCB76FAC137A2CE18E0DBEEA213 /* react-native-cameraroll.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/react-native-cameraroll"; + sourceTree = ""; + }; + B6E7A6B0E6F6DDB174341851C1072029 /* Support Files */ = { + isa = PBXGroup; + children = ( + BD9B7F46F6CB52CA4159BC14439297E0 /* RNLocalize-dummy.m */, + ECDBD277DE704ECE0CDF3ECD9DF7CD10 /* RNLocalize-prefix.pch */, + 8E6EFC487486E9E37740026A3857CF15 /* RNLocalize.debug.xcconfig */, + 674C5AFA6B8658F9E0228FA349267BE7 /* RNLocalize.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNLocalize"; + sourceTree = ""; + }; B748256BEF1333E4BBBE5F79FD183D14 /* Flipper-RSocket */ = { isa = PBXGroup; children = ( @@ -18539,14 +18338,16 @@ path = "Flipper-RSocket"; sourceTree = ""; }; - B7552F69C9CD5B453BAFA8754344AA08 /* RawText */ = { + B74DB3C4A9C8D81FA009A03014B45B6D /* Support Files */ = { isa = PBXGroup; children = ( - 7EC482390AAE297B11A3EEE8F4B27274 /* RCTRawTextShadowView.m */, - A5C59212A2241A95FD059AFE5234390E /* RCTRawTextViewManager.m */, + 1016E9B4089E24A4F3B8AE470CE4F375 /* react-native-slider-dummy.m */, + E05F6332F76470F6461EF88F07160B35 /* react-native-slider-prefix.pch */, + 16FCCF88559014ACF827EB8B74D32BA7 /* react-native-slider.debug.xcconfig */, + 8A26FF56150E749B5BD83CD5B9706159 /* react-native-slider.release.xcconfig */, ); - name = RawText; - path = RawText; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/react-native-slider"; sourceTree = ""; }; B7837DE85EE1E920F7747C5705D015E9 /* Flipper-DoubleConversion */ = { @@ -18576,153 +18377,76 @@ path = "Flipper-DoubleConversion"; sourceTree = ""; }; - B7B978891D9B8C2F91B21538BEC14175 /* Pod */ = { + B7DEC9080045B10771D06CB1E11CB9F4 /* Yoga */ = { isa = PBXGroup; children = ( - 03C733833A84BDFC3A972C5548EFD00D /* React-callinvoker.podspec */, + 4FD9E003E83974475C601785070D9E7A /* BitUtils.h */, + 79FA97B6E71DCAB92EE5A071F047A236 /* CompactValue.h */, + 317E6D055B73270E36E67638C63A5D48 /* log.cpp */, + BE3B777FE31D6BD712B367A08F0687D3 /* log.h */, + C57A271DD77D03B3D65015B5FF4FAFB6 /* Utils.cpp */, + A26C2474FCF5B72838FD3D4EF32692B3 /* Utils.h */, + 2D6DD764EBAE055342DDAA0A8E481F38 /* YGConfig.cpp */, + 135BACF5EF51531413958FCDD65EB91E /* YGConfig.h */, + 59591B7F4788AC198892368D2E7C6C47 /* YGEnums.cpp */, + 47FB157290A2E19FC5D99FE7DC13A580 /* YGEnums.h */, + 36408962C21D97AB92F94B838E5E9879 /* YGFloatOptional.h */, + 9D28DA487577CEF02FCA4569CD696312 /* YGLayout.cpp */, + FBE5B1C5E12A78C9F3C9668513067AD8 /* YGLayout.h */, + 6F4B2C03278B019580E65F57387CC11A /* YGMacros.h */, + 28D04AE8366BCB816F93F92E079F0495 /* YGNode.cpp */, + 3983146DD520013B9AE7A9E495AF21E7 /* YGNode.h */, + B5B6CD824B49316E41DD8111445998F7 /* YGNodePrint.cpp */, + 3901E2B8A432204195F28DCC95FE14EF /* YGNodePrint.h */, + E8271F376F3D1D9DE71971B44300F19A /* YGStyle.cpp */, + 861B27C3936BA907E18660A68F0EB0FA /* YGStyle.h */, + 114935C1D2FF9C10E262F2E00706870F /* YGValue.cpp */, + 39780295FCA7F0910BC23B614D803CC9 /* YGValue.h */, + BFD8C6F5EB5947B1247107C8F99E2C45 /* Yoga.cpp */, + 40D7C593FAA3FCCF78B5E1A05AD520D9 /* Yoga.h */, + 51F02DC7F7DA7D902901E725417F26D7 /* Yoga-internal.h */, + 5DA5697C375C6F954F09B325E2D8E768 /* event */, + A203FECB9915A37F57882F7FC9B3E67F /* internal */, + DBB80BC6D556B398BE9637D300E1A90D /* Pod */, + E3294D29ECA4CD0F6703AE083EBB39DA /* Support Files */, + ); + name = Yoga; + path = "../../node_modules/react-native/ReactCommon/yoga"; + sourceTree = ""; + }; + B9A4B94E6005F3EAD75D89DB27F1A708 /* UMModuleRegistryAdapter */ = { + isa = PBXGroup; + children = ( + 47E3E6EFC33D272646426A107AACC3E1 /* UMModuleRegistryAdapter.h */, + D30D15335EED70F99B0D65FFEE80235C /* UMModuleRegistryAdapter.m */, + D6C2C42FC90E4716F2703375A788A8B3 /* UMModuleRegistryHolderReactModule.h */, + 625FDBEB8B00FEF2A57D9EA3A7ACCB90 /* UMModuleRegistryHolderReactModule.m */, + E0AA6C6BEE67B4F2D580258481D6F536 /* UMViewManagerAdapterClassesRegistry.h */, + 7A354B4881B7952BE766F10F894371F0 /* UMViewManagerAdapterClassesRegistry.m */, + ); + name = UMModuleRegistryAdapter; + path = UMReactNativeAdapter/UMModuleRegistryAdapter; + sourceTree = ""; + }; + B9C337BED5CFB0AC6E2F059776DF757D /* Pod */ = { + isa = PBXGroup; + children = ( + 019FFFBBF8BF3CB4220CF08257DA36F1 /* UMBarCodeScannerInterface.podspec */, ); name = Pod; sourceTree = ""; }; - B84837FBEE27A81DCCC8F2EE9AE8882F /* Pod */ = { + BA02BEE26FC73116DC4DAEA22DC4D59E /* RefreshControl */ = { isa = PBXGroup; children = ( - 1969DC4478F87606B1654B2E9E097991 /* LICENSE */, - 5436B8BE2BEAFFAA07EB64F404C97A8E /* README.md */, - 1682C82F9B26C69C1FB419EF9304A64C /* RNDeviceInfo.podspec */, + B215F19F866ABC96CE13417B43CD18F8 /* RCTRefreshableProtocol.h */, + 487622FF9F98AD8A55A21CED6538E68F /* RCTRefreshControl.h */, + EC6DADC1E9560F75280889A0B2B3D8F1 /* RCTRefreshControl.m */, + E97FD4D6B95EB74DCE303680BC647B92 /* RCTRefreshControlManager.h */, + A62EBA3CF3C5C5609938AC5C96B7673F /* RCTRefreshControlManager.m */, ); - name = Pod; - sourceTree = ""; - }; - B86F10EAF36C50A3A84FF77E93F815BC /* React-CoreModules */ = { - isa = PBXGroup; - children = ( - B7923A8B4FEB4F06CC933801688EC592 /* CoreModulesPlugins.mm */, - 1F3D53023C0E3D69B72649C30D660B11 /* RCTAccessibilityManager.mm */, - 6BFAA89B3DB9E0B1FBD834E9B50055A2 /* RCTActionSheetManager.mm */, - 0A9BE81BA29146C8FA6B0A8E3416FB01 /* RCTAlertController.m */, - 2FA1F8D3469455C601A3280769239543 /* RCTAlertManager.mm */, - 7C70EA35AD8CDA3CF11E6D20788F213F /* RCTAppearance.mm */, - 8AE07402A57E12990AF65FD68120AA83 /* RCTAppState.mm */, - 08DE2CD44AF217C48F7576C1DE8CC2ED /* RCTAsyncLocalStorage.mm */, - F890138088D7D7350392794222AF0E10 /* RCTClipboard.mm */, - F3A1A927154BAC3D2BA455FA84A0CA8C /* RCTDeviceInfo.mm */, - 8E0F05E8626CAB5E5B8CF1E705B4A28D /* RCTDevLoadingView.mm */, - C2D81EFF038681590027BEDA7DE4FB04 /* RCTDevMenu.mm */, - 149C431A46F65E8D9E1058226E2683D7 /* RCTDevSettings.mm */, - 4CE3129DAEFF6106FEC95CBC81B25E4C /* RCTExceptionsManager.mm */, - D4BFC6C1E94B3802AE774B10E7C5A543 /* RCTFPSGraph.m */, - 121526DF0C3B2F1BAF2E342A84E751C9 /* RCTI18nManager.mm */, - 8E3A31623C49AF52BECC0B6A9143D46D /* RCTKeyboardObserver.mm */, - 923D5461CCB848719C5F41CD1009F40B /* RCTLogBox.mm */, - 99ECAE0756CB9A6CF18C83DAD4EE9389 /* RCTPerfMonitor.mm */, - 86911015483D66203785C04F3792A6F3 /* RCTPlatform.mm */, - 1FFECE708796EA1B529C0BE2721407AE /* RCTRedBox.mm */, - 6A53AE53105460CAFA8EF29139045BE3 /* RCTSourceCode.mm */, - 082A7B3B592D6A81CF11E7EDD448734C /* RCTStatusBarManager.mm */, - 218C18E1C3A7D5460C9C1F01893CAC4B /* RCTTiming.mm */, - 2FCBF627F1CAC2F3E915A184363FC424 /* RCTTVNavigationEventEmitter.mm */, - BCE9490F54B5B10355345E77E8A8AFA4 /* RCTWebSocketExecutor.mm */, - EAB0A80BF2078D3A5FC6A9F2E1732F07 /* RCTWebSocketModule.mm */, - 4486FB791360BCB698CA477089D4A6EA /* Pod */, - CAB80B176F3689E05CC4437A5CAC9EE5 /* Support Files */, - ); - name = "React-CoreModules"; - path = "../../node_modules/react-native/React/CoreModules"; - sourceTree = ""; - }; - B9AF2787EABBF7CC528E90DFE6031810 /* Views */ = { - isa = PBXGroup; - children = ( - 6A35586F61E9501D2042F021A6A8C699 /* RCTActivityIndicatorView.h */, - FE3B529ED0DEC4A63FB6F7B990989CF2 /* RCTActivityIndicatorView.m */, - 7FB84E77AD1F7C6F7297E3452FE37E49 /* RCTActivityIndicatorViewManager.h */, - BBB0B41477179F29C6937861D4E759AE /* RCTActivityIndicatorViewManager.m */, - 06998019CE075AB5293527DED9A66FCC /* RCTAnimationType.h */, - F51605B4F0A333C25D0E9DA0DA560E60 /* RCTAutoInsetsProtocol.h */, - C804DC8A58075C9DC8E65CC2B03E3761 /* RCTBorderDrawing.h */, - 80F2AB84AA9338BF9535DD5EE42F1D98 /* RCTBorderDrawing.m */, - ED46CA78AA4EF7752E02D7807F022849 /* RCTBorderStyle.h */, - 835ADD44A28632BCE32D411369C77029 /* RCTComponent.h */, - 575B25FE7855718572C034B6255A981F /* RCTComponentData.h */, - E09A7D2DFBF8DCD8724AE518D39995E3 /* RCTComponentData.m */, - 7EAE2379E3D4750C38D45A3FA553531B /* RCTConvert+CoreLocation.h */, - F038873C280AAA598EC6B4B8CE3FD2D3 /* RCTConvert+CoreLocation.m */, - 1C272CB1134AB5CE6C92CB94FD7864C5 /* RCTConvert+Transform.h */, - 4628DC9E68A5681A4D63DBD0BEF33CC2 /* RCTConvert+Transform.m */, - 1BFC213B323EB3A64C21D6580AA60B4D /* RCTDatePicker.h */, - 73676A8DDBE9CA35B931BCA10CC5636B /* RCTDatePicker.m */, - 830DDE73D95BEB28927942E5A69ABE82 /* RCTDatePickerManager.h */, - 9F3B6C27E1A7C76714C483E4E4855A6A /* RCTDatePickerManager.m */, - FDB87C2A09AED451E48B4F3BD1D5655D /* RCTFont.h */, - F3184FE3107FB8DDDEC1FA159B72FED0 /* RCTFont.mm */, - CF2BCF950573DDBFCAC4EAC6297BF1F6 /* RCTLayout.h */, - D7D235576EBE3719667F5CB346D0DB3C /* RCTLayout.m */, - C7BA89EB307B177653EF5413838FB088 /* RCTMaskedView.h */, - 18B420544DFE8AB06F95D49E386C00AF /* RCTMaskedView.m */, - CC40C17B9903038F78068F02A57E3610 /* RCTMaskedViewManager.h */, - 196364F05AC5F5C49EAF2471D15E4A77 /* RCTMaskedViewManager.m */, - 718943491CC8D969D7BA4A63A3CC240F /* RCTModalHostView.h */, - C1E52FA4D9BCFDD07A04DAD979772DAD /* RCTModalHostView.m */, - D6DA170E993F33C37F28A81382478149 /* RCTModalHostViewController.h */, - 9656DBD548118B7ABDFE5CFD5B69AB12 /* RCTModalHostViewController.m */, - 6C6B72E14C752AC38D0E6F874B475419 /* RCTModalHostViewManager.h */, - EFD61829144FB5017E64544E1092F82E /* RCTModalHostViewManager.m */, - D2A7EC64C446F830D1298156839B0365 /* RCTPicker.h */, - 6A648F3CEEC58AFB53427164E71A9EE8 /* RCTPicker.m */, - ADFCEEAEE7ECCF7CD8C7D17D0B68B49E /* RCTPickerManager.h */, - C005EF54F2B3AE4774A70B7608A3DE57 /* RCTPickerManager.m */, - D92402B047721D504A405BEB2D94AC7C /* RCTPointerEvents.h */, - 11FE0D3318F8A8083C3359A7EB5FBBC7 /* RCTProgressViewManager.h */, - 0B53969A0452A95EF13D5EEB1C466CE7 /* RCTProgressViewManager.m */, - 67AEAC3B349881C4C8192247BFEF670B /* RCTRootShadowView.h */, - 62F26365B420C521A21A161E97F87189 /* RCTRootShadowView.m */, - C7A23417A52D93D72B480A9C23EC4EE3 /* RCTSegmentedControl.h */, - B5145AB82B435755CFB504D6CCD436BB /* RCTSegmentedControl.m */, - AF762C871BB1A49BB9F1140CA49A09C0 /* RCTSegmentedControlManager.h */, - A2F2968EF0D5A07DAC67C9FD76A66359 /* RCTSegmentedControlManager.m */, - A82908B388F27F45E7D630630F7646B0 /* RCTShadowView.h */, - D0B6519257FA0F261C79248CE19D2755 /* RCTShadowView.m */, - 03104D3E68F775B8F003CEE5780C999E /* RCTShadowView+Internal.h */, - C523363D27B74F9A78CE3659208CFF5B /* RCTShadowView+Internal.m */, - D9D6448E0E06535CCFEED6A45C2B3C5F /* RCTShadowView+Layout.h */, - 02D55DBCA9B17A85AD71979A6D879237 /* RCTShadowView+Layout.m */, - E4C12013F2CF531A700B7603E4485B49 /* RCTSlider.h */, - B3B5D912476639DFDB0A06E8B6FA1A60 /* RCTSlider.m */, - BFA60CF1DFA26AE283DA6EC7BDA260F4 /* RCTSliderManager.h */, - B8AC3C5BC4576FCAE0CCAE3BAF384CEF /* RCTSliderManager.m */, - 30BFABA57598DD4777656F08D17D59FA /* RCTSwitch.h */, - 0C582B4A8EE969F1B5754C9B38328642 /* RCTSwitch.m */, - B61C809341902C6444FABBE88D36730F /* RCTSwitchManager.h */, - 9456009E9C3957415C25A2051572B093 /* RCTSwitchManager.m */, - 57806793A1397E49CE878A52F7BC900E /* RCTTextDecorationLineType.h */, - 805A04F814D4CFD1725AD16D242ACC8E /* RCTView.h */, - 16D73A0F9B78AC956B935687157C8F75 /* RCTView.m */, - 041B30A5415340BEFED4EAA76B502232 /* RCTViewManager.h */, - 68CB6B19910E7EAC6B3A634FCC579393 /* RCTViewManager.m */, - 50278D0943A0CD72E09DD2EB4778FDFA /* RCTWrapperViewController.h */, - 508BD290EED630F8D0FA685ADA5F8B37 /* RCTWrapperViewController.m */, - 6D80216B746E66FF364A6A8519E30778 /* UIView+Private.h */, - D7867A31177E14E9829F99E9D376CF00 /* UIView+React.h */, - AC831111A33AF404F6F0DD3AE7EE0D48 /* UIView+React.m */, - 571CE231D3396AE988C59F71CE8A651D /* RefreshControl */, - D5834B1F3AD7CD8A27B9646A1E332117 /* SafeAreaView */, - 5BBC603DF640EC2E4B1069182C644C78 /* ScrollView */, - ); - name = Views; - path = React/Views; - sourceTree = ""; - }; - B9B1D35CC776C26BD9A7AA22A2EF8EAB /* Support Files */ = { - isa = PBXGroup; - children = ( - 0A4F5CEDC18556C79A44F7EC84626B19 /* UMReactNativeAdapter-dummy.m */, - ABA6A35270021DB7B347EDF209ECE2C1 /* UMReactNativeAdapter-prefix.pch */, - 8CDD3FC763152E8C4556BBB678599AB4 /* UMReactNativeAdapter.debug.xcconfig */, - 9EF9EB6C3BBC9E7B0C714A263939C023 /* UMReactNativeAdapter.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/UMReactNativeAdapter"; + name = RefreshControl; + path = RefreshControl; sourceTree = ""; }; BA1CB69F5654A508CD27FE195D60069F /* decode */ = { @@ -18732,74 +18456,103 @@ name = decode; sourceTree = ""; }; - BA29760F6015CF747A42DC6B682AC07C /* keyboardtrackingview */ = { + BA765879311A51D46557EE60134550F4 /* Support Files */ = { isa = PBXGroup; children = ( - 11B8128A49577069D4A1EAB52FB5414A /* KeyboardTrackingViewTempManager.h */, - 4BB8CBE36F0DACC934E2F61272C23171 /* KeyboardTrackingViewTempManager.m */, - 6D49B576C8D8D847BA7119BD1359D61F /* ObservingInputAccessoryViewTemp.h */, - B059F708DEA2674BC70D60B7D3CC6AA4 /* ObservingInputAccessoryViewTemp.m */, - 4185FFF8B56A31314072CD0DFFDF0B31 /* UIResponder+FirstResponderTemp.h */, - E2BF5CFD15E3E702E206B550C797014D /* UIResponder+FirstResponderTemp.m */, + 2592F04BE51A52CD3D7A8999BDF5C719 /* EXPermissions-dummy.m */, + 3BDE2818110AA14FF57D5E26EA0A2839 /* EXPermissions-prefix.pch */, + 23158F53650B4E4BAB266F6EB433D2AF /* EXPermissions.debug.xcconfig */, + 71F85104E15DF327B11C6C8453AF51AA /* EXPermissions.release.xcconfig */, ); - name = keyboardtrackingview; - path = ios/reactnativeuilib/keyboardtrackingview; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXPermissions"; sourceTree = ""; }; - BAE4483ECCE3FF34D5442BBC039ABAA0 /* RNDeviceInfo */ = { + BAAB8AFB522A7584358516A59CB3D59E /* React-RCTText */ = { isa = PBXGroup; children = ( - DA2BC94CBCF5959D0576588009F07704 /* DeviceUID.h */, - E67752CC366E65455C3FA0732C380B15 /* DeviceUID.m */, - A71AE4C908A5098430E1FA67BCFB7C89 /* RNDeviceInfo.h */, - 0F8C826C5EE2D61A983288339BB7BCEE /* RNDeviceInfo.m */, - B84837FBEE27A81DCCC8F2EE9AE8882F /* Pod */, - 184D2C5A425BD0845CC4BCA612778C02 /* Support Files */, + AEE04C59A4EE11BEA24A614B481678E9 /* RCTConvert+Text.m */, + C0DC6FC0CDC9DC9BF80FB9318C9D715D /* RCTTextAttributes.m */, + 9E3B36B4CEC3CC5A23634E5BE76D36C1 /* BaseText */, + 1A801D8EAB6F55CDFD2DACA124E77719 /* Pod */, + C383AC72F7C50881A0EE7B3E7B3E66ED /* RawText */, + 0D232830BFD4C627570CFE486935D880 /* Support Files */, + 3B39636971E39D44323205483A207F74 /* Text */, + 0F664FC5F130F6AE195CD9E4682724D5 /* TextInput */, + BE01B91EAB3A9FD4A1C9BF9C6E88F808 /* VirtualText */, ); - name = RNDeviceInfo; - path = "../../node_modules/react-native-device-info"; + name = "React-RCTText"; + path = "../../node_modules/react-native/Libraries/Text"; sourceTree = ""; }; - BB507F312B4F2C88010FC286C6B86023 /* EXImageLoader */ = { + BB846D37E3E39A107784AE4916C90719 /* Pod */ = { isa = PBXGroup; children = ( - F334B7FD5CB1394C50DF82325A076EDA /* EXImageLoader.h */, - ACDD9F8CE871427AC9B52F2574867694 /* EXImageLoader.m */, - D9967AE008016AD4CE1BC1CFEB8AEA7F /* Pod */, - 77B299E5CFB530F5BE2562E4134DD4BD /* Support Files */, - ); - name = EXImageLoader; - path = "../../node_modules/expo-image-loader/ios"; - sourceTree = ""; - }; - BB5F50EF6B72BC54ED14DC1EB3856E09 /* react-native-document-picker */ = { - isa = PBXGroup; - children = ( - 6BD6FEC5CB51E8431772F4DD4F998EE8 /* RNDocumentPicker.h */, - 2D92768EACDE5ACF476B77CECA5ECCF1 /* RNDocumentPicker.m */, - F11C88251AD8F49786A120EEB4B6AF0F /* Pod */, - 5FE510A5E1AF07A23B99EBDA33F521E9 /* Support Files */, - ); - name = "react-native-document-picker"; - path = "../../node_modules/react-native-document-picker"; - sourceTree = ""; - }; - BB9B1E65B088095901B62FC576AA4569 /* Pod */ = { - isa = PBXGroup; - children = ( - 4B9E4307D26929BE04F4C7B7643614EC /* LICENSE */, - 18609DC983FCC60F828BA780192419A8 /* README.md */, - E3B0A3183A490E36E3C3224203E8987A /* RNImageCropPicker.podspec */, + E37F856CFA9CFDC0E7D1635DA07D82F3 /* React-cxxreact.podspec */, ); name = Pod; sourceTree = ""; }; - BC4C4C9D695002AE277CC16F4F831BDA /* Pod */ = { + BBEEE83486DFFF10525040A320EBEA75 /* Tools */ = { isa = PBXGroup; children = ( - 236B6CD372823D3EDEC53BC56621E08A /* RCTRequired.podspec */, + D3CD9CFBFD73D6EDE3EABC95D8E6058D /* BSG_KSArchSpecific.h */, + A00FB85FFDA8E7FCA6C77FE41A6CD301 /* BSG_KSBacktrace.c */, + 36F81887E905A3D8EC5309FFAC152F74 /* BSG_KSBacktrace.h */, + 1ADE54B145F1A2D59609B2485CB69A35 /* BSG_KSBacktrace_Private.h */, + BE62E00AF68D114019A8363B3D9312ED /* BSG_KSCrashCallCompletion.h */, + 762B6808AE03BB3DB53A7CBD873D57D8 /* BSG_KSCrashCallCompletion.m */, + D8664ECAECF7CD24B05966ED09256805 /* BSG_KSDynamicLinker.c */, + 738956F9CC1E2B45686DC90A55AD3395 /* BSG_KSDynamicLinker.h */, + BBE105E04EFB35760107A45C0187E62D /* BSG_KSFileUtils.c */, + 623DD6503BAE66F28A2A9BA45F2DD460 /* BSG_KSFileUtils.h */, + 634D8381D380EFBD2BF33C8D09A996AC /* BSG_KSJSONCodec.c */, + B6D6762D4F47EAE3B6DB809AD00D3640 /* BSG_KSJSONCodec.h */, + 0A8169E6187E1D0EF61BC2DAD30E23D4 /* BSG_KSJSONCodecObjC.h */, + 2E6A243016A588197881C7C4F2254BD1 /* BSG_KSJSONCodecObjC.m */, + D8CED9C46CFAA843DA8B96EE65EBF6A4 /* BSG_KSLogger.h */, + C8B7FC5B83398550068B791D5B65E13A /* BSG_KSLogger.m */, + 8740C14F2F57CC07111098E122241CE2 /* BSG_KSMach.c */, + D59C67DF8D547C81FC16BA20B3CBC2C6 /* BSG_KSMach.h */, + 637F0282EF4B860AC8CC5FBE21556C5E /* BSG_KSMach_Arm.c */, + DA30428E97DA023F80743B8F36FA4BD4 /* BSG_KSMach_Arm64.c */, + FDE6D57DF32434292A79560DF32CF5AF /* BSG_KSMach_x86_32.c */, + E0D71E2AEBE9BC83CDCC013D9129718F /* BSG_KSMach_x86_64.c */, + 3215807BEEB9DAD7B0474676654BD1F8 /* BSG_KSMachApple.h */, + CBE5BE860880C234182E9D2CAA5ACA7F /* BSG_KSMachHeaders.h */, + 398652AE3510AD39E9B13C519F21E03E /* BSG_KSMachHeaders.m */, + 4DD994C90A22CA9E9B844778FC3A8DFA /* BSG_KSObjC.c */, + 0BE178371059198CA42CA56038C97FDF /* BSG_KSObjC.h */, + 33AD8CA21997BA6DB1362546F8E05C70 /* BSG_KSObjCApple.h */, + 1B58221E4BDEE2CD688E8C71D07A7A9F /* BSG_KSSignalInfo.c */, + 2C311035BC5AD6A47705E092A3BCC09B /* BSG_KSSignalInfo.h */, + 1DAE871E3DA36D4C414B179ADD639775 /* BSG_KSSingleton.h */, + 6A3EE91EA9AB6487CF3EEBE36B5921EB /* BSG_KSString.c */, + B3715D5F7F6AED006E5A39655C79B76E /* BSG_KSString.h */, + 5EEFCDB3BF00A6E93C5EF3F762A1E08D /* BSG_KSSysCtl.c */, + 884D1A09F4C6002EADB52B380FE5BCDA /* BSG_KSSysCtl.h */, + F99A2A0EFB2F546CA443915DDB1BB9EE /* BSG_RFC3339DateTool.h */, + E47D88210895FAD3A56E40908CE93EDE /* BSG_RFC3339DateTool.m */, + 86C1C14517FBA07F134EE5555A451986 /* NSError+BSG_SimpleConstructor.h */, + 5BD60927A7F2CA0FD74E3B881B600B96 /* NSError+BSG_SimpleConstructor.m */, ); - name = Pod; + name = Tools; + path = Tools; + sourceTree = ""; + }; + BBF0671175F1BB1461350EDEC9423308 /* Support Files */ = { + isa = PBXGroup; + children = ( + 64551827F92C538AA59F59DB71B3755D /* React-Core.modulemap */, + 33C454A3AFD35DE32F8873131926DB6D /* React-Core-dummy.m */, + 323919D78CE31EE962140DDD0A0695CE /* React-Core-prefix.pch */, + 23F1D34BD9B558857CC903DD828A4FE9 /* React-Core-umbrella.h */, + 462B8FB3666CB1ED940C4ACDDFB78B22 /* React-Core.debug.xcconfig */, + 69756D135CF3349CECC446A348F509C3 /* React-Core.release.xcconfig */, + 7EF020E3BE97E5ACF8C92C060DE73764 /* ResourceBundle-AccessibilityResources-React-Core-Info.plist */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/React-Core"; sourceTree = ""; }; BCE5037D3EF2125216D3B4184661A098 /* Firebase */ = { @@ -18812,45 +18565,6 @@ path = Firebase; sourceTree = ""; }; - BCFEB6C33CE2EE1A63889723BBCF335B /* react-native-background-timer */ = { - isa = PBXGroup; - children = ( - 25461D6029E03FFB1916F10D7867E951 /* RNBackgroundTimer.h */, - 0B0DA999DD390044CDB13D6DEDAEE771 /* RNBackgroundTimer.m */, - C8DDB1312027872C4E50F0197CC183F6 /* Pod */, - 06AECEFF50718D7247D826B0619D3C85 /* Support Files */, - ); - name = "react-native-background-timer"; - path = "../../node_modules/react-native-background-timer"; - sourceTree = ""; - }; - BD0BD24D83252D72C3BE820AA5C71D36 /* RNGestureHandler */ = { - isa = PBXGroup; - children = ( - 85B327BD769BA53E87CCEC970600007E /* RNGestureHandler.h */, - CBB4D708619240B9219DEF912B30F18B /* RNGestureHandler.m */, - 1B688204E377100ED83F58775A6BDC06 /* RNGestureHandlerButton.h */, - 87EED5D49E9CDECA9147E519F94CF95A /* RNGestureHandlerButton.m */, - 68A97104A720CDBC40BC0BF900031DB2 /* RNGestureHandlerDirection.h */, - 017A2C6365E41E946D6C4365FBD5E608 /* RNGestureHandlerEvents.h */, - AB869E9EC6B96FC121FE947A8F3781A0 /* RNGestureHandlerEvents.m */, - 40D5F4B631B7C5B6BE449E2DC1341AFB /* RNGestureHandlerManager.h */, - 89D6D8E138B454AE47EFCC5CACECC07E /* RNGestureHandlerManager.m */, - A0772583FB9001CC1F2703D5288CA8C1 /* RNGestureHandlerModule.h */, - DB341E8302C7DA9FADD26EED0D1638D7 /* RNGestureHandlerModule.m */, - CAA7E8CA75DFCA9A8941FDA16FB2E13D /* RNGestureHandlerRegistry.h */, - 779501FB36FA9DA3094A55FF678C5F70 /* RNGestureHandlerRegistry.m */, - 66645F9A724F28B51E98DC1B4F82F28B /* RNGestureHandlerState.h */, - 2229CD42F40FFD3FDF3CD0C92D27B401 /* RNRootViewGestureRecognizer.h */, - 7D184A6F65C90BE0CE568AC1F4363B08 /* RNRootViewGestureRecognizer.m */, - D2918C8A50CAC67DD6A8883ED4E69E74 /* Handlers */, - 150B76DC4081FB9EF9C715CC805F1874 /* Pod */, - ACD698036166657226EF13643BDBA1BE /* Support Files */, - ); - name = RNGestureHandler; - path = "../../node_modules/react-native-gesture-handler"; - sourceTree = ""; - }; BD1C0FB8E4063D1309D5CE2E4FF088A9 /* GoogleAppMeasurement */ = { isa = PBXGroup; children = ( @@ -18861,49 +18575,40 @@ path = GoogleAppMeasurement; sourceTree = ""; }; - BD8E48A70F8C44D9A811B736EE0706A6 /* Recording */ = { + BD8C3A2ED57BE115DFFE71F91C230B7A /* DevSupport */ = { isa = PBXGroup; children = ( - A2566A48DC585F7D9274DBF073D8EE8F /* BSG_KSCrash.h */, - 5A09E78BF93669FC33C640C83769FB89 /* BSG_KSCrash.m */, - 6E904A227C3FE457C01C1EC73FA8DA97 /* BSG_KSCrashAdvanced.h */, - 143BB0BB1E772DDAD9EC0DFFA32E60D4 /* BSG_KSCrashC.c */, - D1F77A6B02360DD8D05D519235FE5CCC /* BSG_KSCrashC.h */, - 42D9833BAE9B6DCB448907D2133D40A1 /* BSG_KSCrashContext.h */, - 6C766963641258C96B9032BD883A99AF /* BSG_KSCrashDoctor.h */, - EEC64268726FE723B004B08332370841 /* BSG_KSCrashDoctor.m */, - 412D7DB361D3F3A236B8C9DF2BAD42AB /* BSG_KSCrashIdentifier.h */, - DB8EC529CF684407862D0CE48DC2E240 /* BSG_KSCrashIdentifier.m */, - 61FD7F597307F0B5DEEB583E6722C13E /* BSG_KSCrashReport.c */, - F84BCA5CD97BC038E0D2638A2EC8D64A /* BSG_KSCrashReport.h */, - 4406FD946F84D4056316B36CE18DE4F2 /* BSG_KSCrashReportFields.h */, - 011065FF99A392B35D65EC4675C8A4C9 /* BSG_KSCrashReportStore.h */, - 1D1E86685077488548FA721D61F797FF /* BSG_KSCrashReportStore.m */, - D591993AD075A0A36CDA225F92898D60 /* BSG_KSCrashReportVersion.h */, - 40D33D2546013B9EAE647569F13DD7D5 /* BSG_KSCrashState.h */, - 374AEE2E788671CD524D7389FFD7ECEC /* BSG_KSCrashState.m */, - 5DC4EE825AE83E4E1922C5BA56F4F3D0 /* BSG_KSCrashType.c */, - CEC7104F9BE13E79231B302647E1D7B1 /* BSG_KSCrashType.h */, - 4ECF75C457511BC97636A6DAC002131E /* BSG_KSSystemCapabilities.h */, - BD7302FAB4F4009164CF7FAEDA33F437 /* BSG_KSSystemInfo.h */, - 3067252EEE5CADBFF8AE459F44B33E47 /* BSG_KSSystemInfo.m */, - C01297A562DADA66A729788E8119C377 /* BSG_KSSystemInfoC.h */, - 74B4A071EFDC3ACBC23514F19F3D31A1 /* Sentry */, - A98B98C917B8D6927DCF2F629776CCF8 /* Tools */, + 5D3D955737507B5922B7917EC12F3576 /* RCTDevLoadingViewProtocol.h */, + 40F2E3C20721BF730F69B4018B2B081C /* RCTDevLoadingViewSetEnabled.h */, + 50DD40F93DD019D32EEDFFCED925F6E3 /* RCTDevLoadingViewSetEnabled.m */, + 843B46FA75E6DEE46B686B51EDC800E1 /* RCTInspectorDevServerHelper.h */, + 1CC245ECD79B4EE60968BC212BFEC0A7 /* RCTInspectorDevServerHelper.mm */, + BD9E036A3E01F874F629F485D741DDC2 /* RCTPackagerClient.h */, + 2AF6A2B0D0637BBF1F01FF852EB91CB5 /* RCTPackagerClient.m */, + 755670D96B718C5C37FFF1D692FCD002 /* RCTPackagerConnection.h */, + B9C80626BE820D0E016F060FDFB812DA /* RCTPackagerConnection.mm */, ); - name = Recording; - path = Recording; + name = DevSupport; + path = React/DevSupport; sourceTree = ""; }; - BF109E6036E203880DAD527399D360C7 /* Singleline */ = { + BE0116A723CC7648F495CFB77F4A2C6E /* RCTBlobHeaders */ = { isa = PBXGroup; children = ( - ED3B530247C8BFFF9505BC4D16D43148 /* RCTSinglelineTextInputView.m */, - B4903ECB78DBEE90336D7BD54B4D8920 /* RCTSinglelineTextInputViewManager.m */, - DA2CB926731B404A5F0B491352B38846 /* RCTUITextField.m */, + 37FE39961D39F1D6D9D6208DEAF0FB05 /* RCTBlobManager.h */, + F5919FFDB76878199818BE35674B13D3 /* RCTFileReaderModule.h */, ); - name = Singleline; - path = Singleline; + name = RCTBlobHeaders; + sourceTree = ""; + }; + BE01B91EAB3A9FD4A1C9BF9C6E88F808 /* VirtualText */ = { + isa = PBXGroup; + children = ( + 64508D687A3BA8FA511B6DFB3862F708 /* RCTVirtualTextShadowView.m */, + 5D0C3512E08680244C1FD7A13C673CBB /* RCTVirtualTextViewManager.m */, + ); + name = VirtualText; + path = VirtualText; sourceTree = ""; }; BF576321700D7601E817441F0981EFC4 /* CppBridge */ = { @@ -18913,55 +18618,187 @@ name = CppBridge; sourceTree = ""; }; - C10A392CAE4B3E0190E974A404EC31CE /* RNVectorIcons */ = { + BF81CEE880028ED36B31A34129DB976D /* Support Files */ = { isa = PBXGroup; children = ( - A9F927C2398F47C86ED960099D05A735 /* RNVectorIconsManager.h */, - 674AFC2FE2A330702E69EE5FEAF95657 /* RNVectorIconsManager.m */, - 07CEE511103482216ECC0C2B3857B8C5 /* Pod */, - 7612881A25237E22CBD843ADBD511F7E /* Resources */, - 92B1E4DFF3F1649BAC4A5EC0F3A7CE78 /* Support Files */, + E159762701812846BF3F808A7E577825 /* RNConfigReader-dummy.m */, + E43DBA2E5405EA3827B5CE77E2B7F522 /* RNConfigReader-prefix.pch */, + DD8069EF15FA3E2332D66229065F935B /* RNConfigReader.debug.xcconfig */, + AB036A82F46A9310AAE2DDA867C9B66A /* RNConfigReader.release.xcconfig */, ); - name = RNVectorIcons; - path = "../../node_modules/react-native-vector-icons"; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNConfigReader"; sourceTree = ""; }; - C1797F4F9E18AC98275F1935C4DA8E64 /* Pod */ = { + BF8752E876792F8B8ADF429700588CF5 /* UMSensorsInterface */ = { isa = PBXGroup; children = ( - 55C2D50E1754B1CE76B432DF936924E6 /* README.md */, - 77CD1510113BAE90C54D402B64193D9C /* RNCMaskedView.podspec */, + 39E8EBF396AFBEE05705061BFEDC0031 /* UMAccelerometerInterface.h */, + CA3ED29CC4624D69A1C3222DCDF1D042 /* UMBarometerInterface.h */, + 794282521CF094D7E99A8B5BF4261430 /* UMDeviceMotionInterface.h */, + 56A04683C53C1D8CBDBD74E7D22F319E /* UMGyroscopeInterface.h */, + E0770BD4F5009A47D8421CDE7D6771AA /* UMMagnetometerInterface.h */, + 12E259AD5FF218CB89EA5C3214F0E620 /* UMMagnetometerUncalibratedInterface.h */, + FB11F823E2FA12E802C71DBAF9DED4C1 /* Pod */, + 07AB152643FD2A305E9B8F1A70903808 /* Support Files */, + ); + name = UMSensorsInterface; + path = "../../node_modules/unimodules-sensors-interface/ios"; + sourceTree = ""; + }; + BF8A97BAAA7663DF4E76D0C8B6328C00 /* UMFontInterface */ = { + isa = PBXGroup; + children = ( + 445E3C1D00BADA46D7C082060E1B68E9 /* UMFontManagerInterface.h */, + 36450395A5D1B249F9D96CC4855A6121 /* UMFontProcessorInterface.h */, + E6DE548C5795D7D033313CD81C742686 /* UMFontScalerInterface.h */, + 6D2C1C21002BA837785B9B04ECFE2547 /* UMFontScalersManagerInterface.h */, + D039945331056959294F07A55A7BC610 /* Pod */, + 8A466889544B8ACF39B6B81B9ADF0614 /* Support Files */, + ); + name = UMFontInterface; + path = "../../node_modules/unimodules-font-interface/ios"; + sourceTree = ""; + }; + C0A2AF6E680D297EE96E076FCC1617D0 /* Pod */ = { + isa = PBXGroup; + children = ( + FF9AAF6D0934571333C0F124E2D69D95 /* React-Core.podspec */, ); name = Pod; sourceTree = ""; }; - C24CC1A5DC0BB0543C83DC1FEB70A27C /* Pod */ = { + C0C469C529005F2C459CCB49EA851555 /* react-native-jitsi-meet */ = { isa = PBXGroup; children = ( - B3A74CB23E816D90B5F13066340C6751 /* LICENSE.md */, - 21EF08B3DAA1D0DE08BDAE7C60A779BF /* README.md */, - 16A80E535174A91FA700620DDFF7676C /* RNDateTimePicker.podspec */, + 92CE6B22333344A59DBED27D884391B9 /* RNJitsiMeetView.h */, + 3E791654DF357AA30639DF29BA9E6C02 /* RNJitsiMeetView.m */, + 465D7CA200A32C6CD6A83E484F9F35CB /* RNJitsiMeetViewManager.h */, + 834FE376D5961278B9856E2ECAFC5A59 /* RNJitsiMeetViewManager.m */, + 5F45F366F29BBEE444C99A97B9DCD8A0 /* Pod */, + 0B3D0C82043740C2455327CE23EEA5A9 /* Support Files */, + ); + name = "react-native-jitsi-meet"; + path = "../../node_modules/react-native-jitsi-meet"; + sourceTree = ""; + }; + C10511B76C6024D17345FEDB9A80DC97 /* Default */ = { + isa = PBXGroup; + children = ( + 02610624286909BD68B5A0C8D8F06CF2 /* Base */, + 5CFFEDC0EECDA542C8A730D1D2BB4951 /* CxxBridge */, + 45B28EAF4958AB10A47777491F83317C /* CxxModule */, + 127C36B8DBC30F741B35394EBA27B4A5 /* CxxUtils */, + E15B3D7F5AF173E33EB688949098B06D /* Modules */, + 023E77559281DF72A3705D48103A6C15 /* Profiler */, + 9E09371AA32EDA8B8314B577B4C39F4A /* UIUtils */, + 5AAC3B0FBE00DE38AB0B69DD07DB0AAF /* Views */, + ); + name = Default; + sourceTree = ""; + }; + C1262F2DF7F865D64C125219B0E759EE /* Pod */ = { + isa = PBXGroup; + children = ( + 7240364BB7ECA752079255E9550DC1B0 /* LICENSE */, + B1DBB3A2BF66FD615F87F6F75014597F /* README.md */, + 42C812F0EC457BBCC710183ACA902E2B /* rn-extensions-share.podspec */, ); name = Pod; sourceTree = ""; }; - C2ECDB43A0B1AA6D8F6858463D56F4DA /* RCTLinkingHeaders */ = { + C1971291091AEC75FBD027D93CA039E0 /* RNGestureHandler */ = { isa = PBXGroup; children = ( - A8A9DB7B18638351CC22D42EFDC8E325 /* RCTLinkingManager.h */, - 79D3F34B1220BDA7ED526FFA1223287D /* RCTLinkingPlugins.h */, + 749A9FD28E9D0E2E26FEFA3CB6C51742 /* RNGestureHandler.h */, + 6E75ABAC0882DCD520D4F96FBF2E6CCD /* RNGestureHandler.m */, + 259C77DD77133162CCFBC4939740DD70 /* RNGestureHandlerButton.h */, + 95C358C9E476857268060EBFFD426C86 /* RNGestureHandlerButton.m */, + E97D1C5E641482AFA9E8EB43BCD89F42 /* RNGestureHandlerDirection.h */, + 3556DEBA2EBC4C3EE0445AED4AE8BC03 /* RNGestureHandlerEvents.h */, + 8D6C03D18BE071F1EF86BEB182F7B77D /* RNGestureHandlerEvents.m */, + FB3A0F719A601D38C1750976D56549FA /* RNGestureHandlerManager.h */, + 54DAED1377BC7DF3437600D21DDDADA7 /* RNGestureHandlerManager.m */, + 0234571FBEC2AE4DBC5FF6954D32883E /* RNGestureHandlerModule.h */, + 6387118BA7155E190D0D9376A3C404E5 /* RNGestureHandlerModule.m */, + 4954227A71F698BB21BD990255A9F4B9 /* RNGestureHandlerRegistry.h */, + 6DDDD8A213730C50FA95B65AE6FE799B /* RNGestureHandlerRegistry.m */, + 61F11632E72B25B3516BC811DD54A678 /* RNGestureHandlerState.h */, + 55C7992DB4AA88A624471349E7760F15 /* RNRootViewGestureRecognizer.h */, + 808A2C44E8C728F60CEAF5F44BA8D3AD /* RNRootViewGestureRecognizer.m */, + 9F834C164C04BCF87F5D33EA7FAFFE93 /* Handlers */, + 5CDB235B820F2A524F708A7AD3CB3415 /* Pod */, + A8A5DAB62F3D9C2E0E16861164968882 /* Support Files */, ); - name = RCTLinkingHeaders; + name = RNGestureHandler; + path = "../../node_modules/react-native-gesture-handler"; sourceTree = ""; }; - C323617C1FA9458B8A3FCF4DF4B77649 /* BaseText */ = { + C282450C781C9F27CBD9F6A043D441B2 /* Support Files */ = { isa = PBXGroup; children = ( - 5A42D98799F7756E4AEA181A8B8BB607 /* RCTBaseTextShadowView.m */, - B0F2502BD933043972F0C99DD55D0B04 /* RCTBaseTextViewManager.m */, + 3795F8CED3E2AEFFB670BBEFEE27890C /* rn-extensions-share-dummy.m */, + 1BEB6AED1C6DE03A1098551CCF034A2B /* rn-extensions-share-prefix.pch */, + EC219E2FACBE9683563E1C58A5DB61C3 /* rn-extensions-share.debug.xcconfig */, + ACB28382ECA9B6D4C49AFD8F967D97C9 /* rn-extensions-share.release.xcconfig */, ); - name = BaseText; - path = BaseText; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/rn-extensions-share"; + sourceTree = ""; + }; + C3202A4F43A72096272485DEDACD1C73 /* RNImageCropPicker */ = { + isa = PBXGroup; + children = ( + D92E3F1C18F6D1D5D7C60D21F9329D57 /* Compression.h */, + 2D57A7F33188FACAFEA84892268B51DE /* Compression.m */, + 466BF29D9F521303A8545153C13A244C /* ImageCropPicker.h */, + DE38D84F9D80B2B450E8CE964B06EE98 /* ImageCropPicker.m */, + B8EA8D96E4377DED7E1F19B93FF39B76 /* UIImage+Extension.h */, + EAA0E0E22ACDF382515BC02C72F4C180 /* UIImage+Extension.m */, + 5FDDCD38E8380B7FDE59DBB4430D3607 /* UIImage+Resize.h */, + EABBACC64894D7DA547D485CE34126D7 /* UIImage+Resize.m */, + 9CB8FCBB435638FCBE3ED72EFD0185C4 /* Pod */, + F39194181F59B7CA5043B04A440A4A63 /* QBImagePickerController */, + 7A70F9FFB47D97AAE0398D6F01419F8F /* Support Files */, + ); + name = RNImageCropPicker; + path = "../../node_modules/react-native-image-crop-picker"; + sourceTree = ""; + }; + C331A2D77E3CB26A21B6CE6AFFD2BADE /* Support Files */ = { + isa = PBXGroup; + children = ( + 34827D4C0C7CF07657C2BBF54B17EB3B /* FBReactNativeSpec-dummy.m */, + 5B73AF8CD35DE15AD9E3F3C1C1E3343A /* FBReactNativeSpec-prefix.pch */, + 015DFD5E684CF8AD29A4C7EDE514B9DA /* FBReactNativeSpec.debug.xcconfig */, + A69BBD8D595A78FF5464133B3122ECA8 /* FBReactNativeSpec.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/FBReactNativeSpec"; + sourceTree = ""; + }; + C36F255690C51D3414769C0F0630BF50 /* KeyCommands */ = { + isa = PBXGroup; + children = ( + 8E466C2568DC808D7F8F2783DE4D2AB0 /* RCTKeyCommandConstants.h */, + 73F8144DCB6BD6FCDCF1EE7F69F05523 /* RCTKeyCommandConstants.m */, + 63CE2E0A0F90E4C0CC5D60BC261EE638 /* RCTKeyCommandsManager.h */, + 37FBB622E77ADCEE64B6FC545BE6A914 /* RCTKeyCommandsManager.m */, + CFF94D38B45661C6BC8BDFFBD09A9C6C /* Pod */, + CDF64A82FD1D2F2F2D71AD0EB29DB791 /* Support Files */, + ); + name = KeyCommands; + path = "../../node_modules/react-native-keycommands"; + sourceTree = ""; + }; + C383AC72F7C50881A0EE7B3E7B3E66ED /* RawText */ = { + isa = PBXGroup; + children = ( + 077E46030B22F06DEE87D28DAD524014 /* RCTRawTextShadowView.m */, + 3F9804B21E23B4F1FF703BAA131548B0 /* RCTRawTextViewManager.m */, + ); + name = RawText; + path = RawText; sourceTree = ""; }; C475A8231F834009346640DFF03E0628 /* Support Files */ = { @@ -18974,43 +18811,46 @@ path = "../Target Support Files/FirebaseAnalytics"; sourceTree = ""; }; - C603EFFB51C3EADE621CA0B19680EA4B /* Pod */ = { + C4B5E8799A523EAADE7519DAFD09C8B5 /* Pod */ = { isa = PBXGroup; children = ( - D66DC0B10435265876F7838E70EDA753 /* react-native-slider.podspec */, + 2E037EA85D774E9462CF2AA1308D201C /* UMImageLoaderInterface.podspec */, ); name = Pod; sourceTree = ""; }; - C686BEA6D8298B28BD18C5A516877FBE /* Nodes */ = { + C4DB67D74F8045C5D603A9E59886AB56 /* Support Files */ = { isa = PBXGroup; children = ( - 468599CA25DC1B045D66FAF26EF187CA /* RCTAdditionAnimatedNode.m */, - F0157DC285016C3E635D25E7AC168BC4 /* RCTAnimatedNode.m */, - 37BB25D6EB3783A18E7263072268DAD5 /* RCTDiffClampAnimatedNode.m */, - 63B3B4840E0FE7AF3611576E056FE1F5 /* RCTDivisionAnimatedNode.m */, - D3DE93211FEB1038893B19435C29C383 /* RCTInterpolationAnimatedNode.m */, - DF8434FFB5819ACC5A29EA3EBE003EA1 /* RCTModuloAnimatedNode.m */, - 1A0E6EA81564763BD36D19722DB4150B /* RCTMultiplicationAnimatedNode.m */, - 4DD48FAFF30872A16D5A4FCA059647AC /* RCTPropsAnimatedNode.m */, - C36C65075777F45F92B97BB4278D451E /* RCTStyleAnimatedNode.m */, - 5A3E1C4DCBFA4BD27E867E02BB4A1216 /* RCTSubtractionAnimatedNode.m */, - 66FF878144AC55F60FA09C94541A71D7 /* RCTTrackingAnimatedNode.m */, - 4200F978FCA1E0B9D4D7A1637954CBE6 /* RCTTransformAnimatedNode.m */, - 76CA3EEDED2A5E20E9D3D1458D5FA5B1 /* RCTValueAnimatedNode.m */, + 1FD64C9F6F1D5513F497F91D41E1A7CC /* UMTaskManagerInterface.debug.xcconfig */, + D4A947E4DB9056EBA486B2A60BBE4286 /* UMTaskManagerInterface.release.xcconfig */, ); - name = Nodes; - path = Nodes; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMTaskManagerInterface"; sourceTree = ""; }; - C6A9D76648E70F88DB1549B6096ECB70 /* Pod */ = { + C58F5C7EA45D2ECAAE8E4CF33236E2C8 /* Support Files */ = { isa = PBXGroup; children = ( - C21303CAF567A1E8214B2AEDEDD6CF88 /* LICENSE */, - BABCA2FDCA1F8F23DDF33E3A63F5B251 /* react-native-mmkv-storage.podspec */, - C1504A7253E1609BB6384B51312540F7 /* README.md */, + 12E92A8A000E007A7CE98D9A98B4CECB /* React-RCTImage-dummy.m */, + 8EF0A088348F23E35AC63451A977811E /* React-RCTImage-prefix.pch */, + 39D2B180D3871C68DFB40D8B41F08497 /* React-RCTImage.debug.xcconfig */, + 945FFD7633B336A4C9E8ABE7D59193F8 /* React-RCTImage.release.xcconfig */, ); - name = Pod; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTImage"; + sourceTree = ""; + }; + C5C0D39D442EB6D6CAC373303E145B02 /* React-RCTLinking */ = { + isa = PBXGroup; + children = ( + EEE83844D0186F126C5698814953E76F /* RCTLinkingManager.mm */, + 2F2532A0427E27656D591A17373D8947 /* RCTLinkingPlugins.mm */, + 9D36F916D79AE7DE87BC17A9CB4B7672 /* Pod */, + 4533DB34F36F28B124AA3466BBCC78B2 /* Support Files */, + ); + name = "React-RCTLinking"; + path = "../../node_modules/react-native/Libraries/LinkingIOS"; sourceTree = ""; }; C6B5B863CD96C447728DC6314FD87D4D /* Flipper-Folly */ = { @@ -19645,60 +19485,35 @@ path = "Flipper-Folly"; sourceTree = ""; }; - C746B55CBD0E69A393F3AE2A41C2C701 /* Pod */ = { + C7B4CC00B1231582DFF2F39271AEF24E /* keyboardinput */ = { isa = PBXGroup; children = ( - 4F4A90714C57405CC5449D6F3662BC2E /* EXConstants.podspec */, + E323853FCC5E345AAC17FBEE4F51E923 /* lninterpolation */, + DF3CA9714DA648F9406EF66F09EBEF8A /* rctcustomInputcontroller */, ); - name = Pod; + name = keyboardinput; + path = ios/reactnativeuilib/keyboardinput; sourceTree = ""; }; - C75096EC3DECECB642EE65AD29BC53C7 /* Nodes */ = { + C9B0F4AA91AE7EEA377E91CFD7FB6E05 /* Sentry */ = { isa = PBXGroup; children = ( - 9A938720142367E9CD794ADE709F2B56 /* RCTAdditionAnimatedNode.h */, - B54165AE6440AA1BDA6EB6859BB65720 /* RCTAnimatedNode.h */, - 90E21723A26C13EDF6EDE255EBB52EB2 /* RCTDiffClampAnimatedNode.h */, - F27E3375AB5ECCFDA9658D0023B18731 /* RCTDivisionAnimatedNode.h */, - A61FBFA7B473BFC32593CF5B8E089C40 /* RCTInterpolationAnimatedNode.h */, - 0870C5DA42217B8684DF7511AF262A2B /* RCTModuloAnimatedNode.h */, - 0A933DC2C25DA05462E9F2DCDEA2F069 /* RCTMultiplicationAnimatedNode.h */, - 99F929A7CBBE1B940E9A555F418665AB /* RCTPropsAnimatedNode.h */, - 1E49826CC819AEA6F509737D0E0D7B3C /* RCTStyleAnimatedNode.h */, - 7DF77F19591CE6A8C8B54CD722C85377 /* RCTSubtractionAnimatedNode.h */, - FEE09E02B3DF787FD7BCA3505210241F /* RCTTrackingAnimatedNode.h */, - B4D120689E530168FE4B87A31A92AD44 /* RCTTransformAnimatedNode.h */, - 6557362EFA665983657C29DC7EDB1E42 /* RCTValueAnimatedNode.h */, + FC220B6E38C914562BCAEED83DE32B2E /* BSG_KSCrashSentry.c */, + 72C2303716E7E544157684BD0531182D /* BSG_KSCrashSentry.h */, + DF7046EC071537E6C0BF1D5B6F483F01 /* BSG_KSCrashSentry_CPPException.h */, + AC454F94B6FC7F49F4E13C2A03DD7543 /* BSG_KSCrashSentry_CPPException.mm */, + C6E81B3C38A90FE2F7DE20D2B42A47E5 /* BSG_KSCrashSentry_MachException.c */, + 2DCCBE64785A3CF277AC5F284223DC81 /* BSG_KSCrashSentry_MachException.h */, + C77A9238355B60A38400CFC72757F592 /* BSG_KSCrashSentry_NSException.h */, + BD3AA8B9FD7BC13E46F6041D7AD28193 /* BSG_KSCrashSentry_NSException.m */, + B16A958D434B31B80BB5D2F6C890DF50 /* BSG_KSCrashSentry_Private.h */, + 757267653E55024B5266B83A1DD4F89B /* BSG_KSCrashSentry_Signal.c */, + 3544DB3DF43ED36401A558A26AF2ADAC /* BSG_KSCrashSentry_Signal.h */, + 1F55396481B6575A067BE7618B16F638 /* BSG_KSCrashSentry_User.c */, + 45805F101F28EE5187E23390F4A73270 /* BSG_KSCrashSentry_User.h */, ); - name = Nodes; - path = Libraries/NativeAnimation/Nodes; - sourceTree = ""; - }; - C788C5DE8E89A4BC598D7B2390F0D921 /* Support Files */ = { - isa = PBXGroup; - children = ( - CE72A8F22323CCCD1DD1C3A2C1509567 /* React.debug.xcconfig */, - ABA467A8BD0E8F7D969258F50BDD3DEF /* React.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/React"; - sourceTree = ""; - }; - C7EE41D4F45CF202BA276C144B93C04A /* Core */ = { - isa = PBXGroup; - children = ( - ); - name = Core; - sourceTree = ""; - }; - C8DDB1312027872C4E50F0197CC183F6 /* Pod */ = { - isa = PBXGroup; - children = ( - E3302AD5C5F9F53389CC61AAE5A51376 /* LICENSE */, - 919AE47F8EC82970938228AD40575C59 /* react-native-background-timer.podspec */, - 10749EAC10802ABFA582AC0F30D13C89 /* README.md */, - ); - name = Pod; + name = Sentry; + path = Sentry; sourceTree = ""; }; C9D30FD4C634E582AB42DDA6BD8EF77C /* FlipperKitUserDefaultsPlugin */ = { @@ -19712,16 +19527,16 @@ name = FlipperKitUserDefaultsPlugin; sourceTree = ""; }; - CAB80B176F3689E05CC4437A5CAC9EE5 /* Support Files */ = { + CA423CB8AE689711D4014E275B6C1331 /* Inspector */ = { isa = PBXGroup; children = ( - 663096CFF31EE2B1B7783BA46C88B7DE /* React-CoreModules-dummy.m */, - 8FC039396EC0EE31835A540BBE40E1CA /* React-CoreModules-prefix.pch */, - A65E33ABF680609886787BF3A99247B0 /* React-CoreModules.debug.xcconfig */, - B3494785E3E169E719846914137B58AC /* React-CoreModules.release.xcconfig */, + 0914B3DEC39A12CDEC23F777635D025E /* RCTInspector.h */, + 2426BDB7A3F379DFA15DC95E543FC87E /* RCTInspector.mm */, + D664F7E060F2D1C89F9CD2B8BF4F5420 /* RCTInspectorPackagerConnection.h */, + 686F4DB945E8AEBAF3A599E7647A7366 /* RCTInspectorPackagerConnection.m */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-CoreModules"; + name = Inspector; + path = React/Inspector; sourceTree = ""; }; CAD5C7253B695C12A77BCD98FCBAD04D /* Flipper */ = { @@ -19761,14 +19576,15 @@ path = Flipper; sourceTree = ""; }; - CC4F8B86BAC875B25F2C4195C1AC1545 /* UMNativeModulesProxy */ = { + CC8349D862ECA75113CA11AFED57F88B /* Singleline */ = { isa = PBXGroup; children = ( - C14CECD402B9C28C1034389791AF10D1 /* UMNativeModulesProxy.h */, - 76669C60209A2D4FCF269BB833B6772B /* UMNativeModulesProxy.m */, + 5227A7283B06207612E46D8A5F9D9230 /* RCTSinglelineTextInputView.h */, + 4E410952AD981E69BCE4EFA790ABCC28 /* RCTSinglelineTextInputViewManager.h */, + 17489A762F6EE7DC4362488A3DFD32BC /* RCTUITextField.h */, ); - name = UMNativeModulesProxy; - path = UMReactNativeAdapter/UMNativeModulesProxy; + name = Singleline; + path = Singleline; sourceTree = ""; }; CCE94BB4D16F1326DECFF36A38117499 /* Support Files */ = { @@ -19781,28 +19597,16 @@ path = "../Target Support Files/Firebase"; sourceTree = ""; }; - CE9C8078256FBC379DCB0086214267AA /* Support Files */ = { + CDF64A82FD1D2F2F2D71AD0EB29DB791 /* Support Files */ = { isa = PBXGroup; children = ( - 90AB8D66BBBC5C27AF3710F7120116B4 /* FBLazyVector.debug.xcconfig */, - 8C3E5DA9E58038D966DC82D54ACD1B88 /* FBLazyVector.release.xcconfig */, + 60A1FDF90321FB37CFA567B0C4D8E1DE /* KeyCommands-dummy.m */, + 17B9D16401236CC4F2E438311F52D637 /* KeyCommands-prefix.pch */, + 25C38D3F5CE0F89E57DB30DDC790CEBB /* KeyCommands.debug.xcconfig */, + 752B14194E6FB7F6BB40E18FE5F86A5E /* KeyCommands.release.xcconfig */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/FBLazyVector"; - sourceTree = ""; - }; - CE9CA0658C79FC235368B6103F8BF5DD /* ReactNativeUiLib */ = { - isa = PBXGroup; - children = ( - 9468301ED6891F38BF810FFF6EB84030 /* highlighterview */, - 336EAB720FA8DFB3CAE06D9CB5474FE7 /* keyboardinput */, - BA29760F6015CF747A42DC6B682AC07C /* keyboardtrackingview */, - 12747F79574210FF828DCB569E73BE23 /* Pod */, - 4F27E62EE41863BACA0933C81EA1936F /* safearea */, - 95E47C81CD0B3DEE05425891A2641A71 /* Support Files */, - ); - name = ReactNativeUiLib; - path = "../../node_modules/react-native-ui-lib/lib"; + path = "../../ios/Pods/Target Support Files/KeyCommands"; sourceTree = ""; }; CEA88E9D41FA560291B2C9B8F7083CD3 /* Flipper-PeerTalk */ = { @@ -19822,19 +19626,11 @@ path = "Flipper-PeerTalk"; sourceTree = ""; }; - CEC1003A8A7AA32D8377064DB3F1730B /* Pod */ = { - isa = PBXGroup; - children = ( - E8146FF37F42F33022C9B260D6CD3DA0 /* UMTaskManagerInterface.podspec */, - ); - name = Pod; - sourceTree = ""; - }; CF1408CF629C7361332E53B88F7BD30C = { isa = PBXGroup; children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, - 923D79E8AD03FCC42E331B8EB7ED83F1 /* Development Pods */, + DE2D5FB78F5157D8A7FA5EBC7E4AC96E /* Development Pods */, D89477F20FB1DE18A04690586D7808C4 /* Frameworks */, A9DD666B873A0F1D8085C574530F8316 /* Pods */, 80CC743D0D53C331DCCBC0FC3396FEF7 /* Products */, @@ -19842,16 +19638,16 @@ ); sourceTree = ""; }; - CF289CB1F668D953B91345C9C70F6DA8 /* Support Files */ = { + CF559F532D7188C30FA9BC213DC9320A /* Support Files */ = { isa = PBXGroup; children = ( - 7291020222CAA31DD8ADB5F9DABF8AF7 /* RNLocalize-dummy.m */, - 06AEDE15DF84ADD8291646C4FA7FAE64 /* RNLocalize-prefix.pch */, - B8167C71C27B6BA1C6172B06202E73CF /* RNLocalize.debug.xcconfig */, - B90183340DE90C1F415961089C6DAD38 /* RNLocalize.release.xcconfig */, + DD7B8AF7042DBF661ABA479A1D8A8157 /* EXAppleAuthentication-dummy.m */, + DCD86C5BA59E667A6A2761750E485595 /* EXAppleAuthentication-prefix.pch */, + 788CC0E370887A3B71DD1C573EF30B1F /* EXAppleAuthentication.debug.xcconfig */, + 5140968AE7F7AC8F968635ADB5AB5E17 /* EXAppleAuthentication.release.xcconfig */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNLocalize"; + path = "../../../ios/Pods/Target Support Files/EXAppleAuthentication"; sourceTree = ""; }; CFC52B3ABCDCF627AA92418305D7F3FA /* FirebaseAnalytics */ = { @@ -19864,74 +19660,70 @@ path = FirebaseAnalytics; sourceTree = ""; }; - D0264BA836EDAED093875508E27E1B1D /* bugsnag-cocoa */ = { + CFF94D38B45661C6BC8BDFFBD09A9C6C /* Pod */ = { isa = PBXGroup; children = ( - 1204F13606F6284124ECCFF6D510ECC1 /* Source */, - ); - name = "bugsnag-cocoa"; - path = "bugsnag-cocoa"; - sourceTree = ""; - }; - D127BC9DDCADD0ADA79E2EB25D223631 /* Pod */ = { - isa = PBXGroup; - children = ( - 2F2710461ABDEAC782FB715902C10D17 /* LICENSE */, - 35E6F8E98D1958D1E2B3256809997612 /* README.md */, - F71C28782B82169F9EAC47E35134A898 /* rn-fetch-blob.podspec */, + 7D0BA60BB0232FA3D6A3F4FB7D50349D /* KeyCommands.podspec */, + 5B788A4E26FE797E719C461C5CCD5707 /* README.md */, ); name = Pod; sourceTree = ""; }; - D27128FA63A3D80499F33ACA26238305 /* RCTRequired */ = { + D00EAB29856B7E337AE81BBC46DFBD20 /* Pod */ = { isa = PBXGroup; children = ( - 84D87AE31DF1473D84DF3B268DFFC8B8 /* RCTRequired.h */, - BC4C4C9D695002AE277CC16F4F831BDA /* Pod */, - 58CE7EC3B4B343A1CE52168EFBA6E715 /* Support Files */, + 0E9144965EAFE2D5D745FCA70C7D8709 /* React-jsinspector.podspec */, ); - name = RCTRequired; - path = "../../node_modules/react-native/Libraries/RCTRequired"; + name = Pod; sourceTree = ""; }; - D28FD9E838FB0A96165F177BDBEE9B11 /* react-native-appearance */ = { + D039945331056959294F07A55A7BC610 /* Pod */ = { isa = PBXGroup; children = ( - 03077FEF0686D9678621F3F741946193 /* RNCAppearance.h */, - D1E518DB37E417DF84B16335B592D351 /* RNCAppearance.m */, - 96E091C1728A0B6070091502D5AA2B1E /* RNCAppearanceProvider.h */, - 05AE329640AE5C2CE47634EC6F9FC10B /* RNCAppearanceProvider.m */, - 8B4442858DFEF43F7CFCB6445A5AD2B0 /* RNCAppearanceProviderManager.h */, - DCF29684E2024E5FAC35B39BD55F9DDB /* RNCAppearanceProviderManager.m */, - 74DE3164E5C7057AC46ACB74F1F1F632 /* Pod */, - 6C22D39FB7AB9DA460A59FB280C02133 /* Support Files */, + 0198729FAA3EF03ED09EF54C85CEFE1A /* UMFontInterface.podspec */, ); - name = "react-native-appearance"; - path = "../../node_modules/react-native-appearance"; + name = Pod; sourceTree = ""; }; - D2918C8A50CAC67DD6A8883ED4E69E74 /* Handlers */ = { + D0EF4CD44AF90FB65483EF47E56C2DE6 /* Pod */ = { isa = PBXGroup; children = ( - 4B70647CBF6F95430F40F6C3A3605239 /* RNFlingHandler.h */, - F00B312BA4F6AB4F7CC6AC3FA17A9F48 /* RNFlingHandler.m */, - 5F8E5F3740725BCB36489B4A92A84002 /* RNForceTouchHandler.h */, - 3444ACB861DEEF1B5A180544A66B06F6 /* RNForceTouchHandler.m */, - B07EDC607C04F533324AE739F243330A /* RNLongPressHandler.h */, - 1445E0B097068CB35C33467AAD6635D7 /* RNLongPressHandler.m */, - BFB82A854C66D4D0866B56B42A47C362 /* RNNativeViewHandler.h */, - D7EA07A39CB1A60CDB6A1252B6B5C39E /* RNNativeViewHandler.m */, - 75BFAAE24E258C08E424570C6E565C60 /* RNPanHandler.h */, - EA0ECB16A561D1D1905487C3526D15DE /* RNPanHandler.m */, - D75E0384F55F40E7262653165735DA7A /* RNPinchHandler.h */, - 08B57705AC00A05253CC6DD9FC10187D /* RNPinchHandler.m */, - 6316C5700EC43BB7BF0757E67FB8C053 /* RNRotationHandler.h */, - 02685F68FD6C5940C2217560FBB9B787 /* RNRotationHandler.m */, - 28C3D5F1440D6F8FA2C8C586500A0F5F /* RNTapHandler.h */, - 458A1600C5523F4145E315BF88A7D792 /* RNTapHandler.m */, + 46DA35BA5044D25064C283A40429D597 /* LICENSE */, + 1A7F25E5A767829D4CED01C09F4C1943 /* README.md */, + FAB821B01BD1C2FA92D45FB59DD2F103 /* RNFastImage.podspec */, ); - name = Handlers; - path = ios/Handlers; + name = Pod; + sourceTree = ""; + }; + D158F999D9676D4AEA85111EC4AB2296 /* UMModuleRegistry */ = { + isa = PBXGroup; + children = ( + A1BCEFC5838D146DC63AFB4DB936C6AE /* UMModuleRegistry.h */, + 283EF8F0F9B62D03752770F22CE530BA /* UMModuleRegistry.m */, + 24BC437A8DF6FE5B5E1CA23F82CDEDE7 /* UMModuleRegistryDelegate.h */, + ); + name = UMModuleRegistry; + path = UMCore/UMModuleRegistry; + sourceTree = ""; + }; + D20C8A19DE40C5B2BF778202AF864BF1 /* Support Files */ = { + isa = PBXGroup; + children = ( + 83DD58D48264CB6CF04ACD1129661BEE /* RCTRequired.debug.xcconfig */, + 7A89E4A30B0E3CDA97DDDF57758BDC4E /* RCTRequired.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/RCTRequired"; + sourceTree = ""; + }; + D2108204D1FDBA162683B881306A9D97 /* Support Files */ = { + isa = PBXGroup; + children = ( + 734C8E4BC89C8F01BCC3E27668DC7881 /* UMConstantsInterface.debug.xcconfig */, + 0E96E97FF12DD5ADC6FD59F7A5CAC807 /* UMConstantsInterface.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMConstantsInterface"; sourceTree = ""; }; D2C23997DC80E92D87B271B161EB4CD4 /* Support Files */ = { @@ -19945,87 +19737,74 @@ path = "../Target Support Files/FirebaseCore"; sourceTree = ""; }; - D33F1F37D222E95E6675B8E71A9FB22F /* Pod */ = { + D3DC8121AC43A435B022BDA4E8D1D983 /* SurfaceHostingView */ = { isa = PBXGroup; children = ( - 9517A2E0022C27D6CB0653AF42F19A1E /* EXKeepAwake.podspec */, + A55FFF19ADDE869F65C41B42ED697086 /* RCTSurfaceHostingProxyRootView.h */, + CB485F43E4B0FB7A2EE0A0B61E3DD06D /* RCTSurfaceHostingProxyRootView.mm */, + 664DBA7238B4A275646DC3DAEEB7420D /* RCTSurfaceHostingView.h */, + 63F5BFCA9261D26A7F3600475468D38D /* RCTSurfaceHostingView.mm */, + D834F04109B56714D495E6FC5BE70744 /* RCTSurfaceSizeMeasureMode.h */, + 9099BA62C121FAE46EF6B0E6A09A640B /* RCTSurfaceSizeMeasureMode.mm */, ); - name = Pod; + name = SurfaceHostingView; + path = SurfaceHostingView; sourceTree = ""; }; - D5834B1F3AD7CD8A27B9646A1E332117 /* SafeAreaView */ = { + D5A3FE05E1D67FE35A153360EEBE4331 /* React-cxxreact */ = { isa = PBXGroup; children = ( - A628150B372D467E729BD213941AB9BE /* RCTSafeAreaShadowView.h */, - 2B3AB399CD5F1F88D1F9412FD173C159 /* RCTSafeAreaShadowView.m */, - 4A1A8E70B255D9488BD6855B126EA26F /* RCTSafeAreaView.h */, - 00492756D17892490D21FC944FA2C961 /* RCTSafeAreaView.m */, - 24D132FCA4B2DB6650217068FC501B15 /* RCTSafeAreaViewLocalData.h */, - BF20C4A8DC5AE9E7EE845AE5CDE38B7A /* RCTSafeAreaViewLocalData.m */, - FC91D6F8CB893E971FBC284C3C45CB73 /* RCTSafeAreaViewManager.h */, - 3D5BDFFB8DA9E0C8D0F0DF040BE9DA96 /* RCTSafeAreaViewManager.m */, + A122A6638C7DCAE92DD3D8A7B3A11FAE /* CxxModule.h */, + A2FD64877B73AF1FCE01E62915E88A51 /* CxxNativeModule.cpp */, + 268CE4350D3B4A4DF5951A88F1106DFB /* CxxNativeModule.h */, + C979A288B8251D060F281A31B7D9EE47 /* Instance.cpp */, + 064F4ECD56B31AB9F2268920C3A5A067 /* Instance.h */, + 6C4337E3BA2A195743B2AE06AB03FA0A /* JsArgumentHelpers.h */, + D971B7BAF45BCFEB7017C3AF6A8E4623 /* JsArgumentHelpers-inl.h */, + A2E28E35907E65D5E47FC72DBB2A41F1 /* JSBigString.cpp */, + 652B412EABF58998AF4FD2B847908CA8 /* JSBigString.h */, + 30A81D9844F12C6A6ECE1E6335718CF8 /* JSBundleType.cpp */, + 99FCCF17097AC3A53C7217A52A3705CE /* JSBundleType.h */, + 98E0C1854B63908FDE63860702C4E9E2 /* JSDeltaBundleClient.cpp */, + 13B15E76412BA289DADA87A4299F43F8 /* JSDeltaBundleClient.h */, + DB1C529992AF10BE152A307AB6767ED0 /* JSExecutor.cpp */, + C1ED8C7FDE03CC7DF66080B0FA3490EE /* JSExecutor.h */, + 7CEB650B83477F874D24F57F0C8164BC /* JSIndexedRAMBundle.cpp */, + 52A15AAFC4F7EA5E7CE720568FEEE56F /* JSIndexedRAMBundle.h */, + C98E38E179C02B604FFEC4B9C845F551 /* JSModulesUnbundle.h */, + 5445E9B80FBE9A892283E73F27C8DDE4 /* MessageQueueThread.h */, + 25C433C4BC01C844DC0B8B03C9C60A11 /* MethodCall.cpp */, + 0E49176541397E7E81025C8B4C92FB8A /* MethodCall.h */, + 395473F21F297CDA63A7CEF44F0B6EEE /* ModuleRegistry.cpp */, + C479C917194F0B17DD7E4E5DECBDB54B /* ModuleRegistry.h */, + ADC2CF3BE37DF8988471D943A33113C8 /* NativeModule.h */, + 9768D3AC6362E4EDBFA97D4BFE569439 /* NativeToJsBridge.cpp */, + 82E28BCEA0650F9525A7EAB3D088FB10 /* NativeToJsBridge.h */, + E817EBEA4BF20924B4F1B083B32C5585 /* RAMBundleRegistry.cpp */, + E467E2EC818E1F4A9CD8893CBC67AA3E /* RAMBundleRegistry.h */, + A3B1FB6EBEDC2668F935B6F13532FBBC /* ReactMarker.cpp */, + D630ED9CD40A69BE01717C93F4A97F18 /* ReactMarker.h */, + 261EBB9E97BC3ECE7CB2CD999E1EFDD5 /* ReactNativeVersion.h */, + 22A034D30D1C715F075E31C849072B3E /* RecoverableError.h */, + 945246CEFE5ACDCE05C0F08ED70CB3DC /* SharedProxyCxxModule.h */, + 2C98F850DDEBB33287F941D0C8953C39 /* SystraceSection.h */, + BB846D37E3E39A107784AE4916C90719 /* Pod */, + E25BAA45CD31275257F6CAC9D8DCBF9E /* Support Files */, ); - name = SafeAreaView; - path = SafeAreaView; + name = "React-cxxreact"; + path = "../../node_modules/react-native/ReactCommon/cxxreact"; sourceTree = ""; }; - D60C9890639305A2B182B38DBC8BFF08 /* Pod */ = { + D860BED4C5666F8156F6160C43BBBB6F /* Services */ = { isa = PBXGroup; children = ( - 2536F35ACD20A17C94316B87FCBF3BA9 /* UMCore.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - D63CD102A66927918037E8AE142D683F /* Services */ = { - isa = PBXGroup; - children = ( - 68EE7B0B34F9B644E75733097D393A9B /* UMLogManager.h */, - 8BA3B522EB35FCD031C5ED3DEBD47378 /* UMLogManager.m */, + 07DB3B01C62EAFB68B6FA1D683E3A2BF /* UMLogManager.h */, + AD8C703D6777CEC8E6E1667162D3E5EB /* UMLogManager.m */, ); name = Services; path = UMCore/Services; sourceTree = ""; }; - D79EF11883D81B2F208BC8E3DE92174A /* Support Files */ = { - isa = PBXGroup; - children = ( - A7449EFA06E66253E4E9BE3C02F42FD1 /* RNReanimated-dummy.m */, - 7C5CFD617EFAC0677C432A234ADE7A83 /* RNReanimated-prefix.pch */, - 1C63F1BB3F8B3C3704F432C3FC5C90AC /* RNReanimated.debug.xcconfig */, - 49F5C778CBAEE035E54C82340ADF74C3 /* RNReanimated.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNReanimated"; - sourceTree = ""; - }; - D870F120581B9666D1273ADF803BB0C3 /* ReactCommon */ = { - isa = PBXGroup; - children = ( - 24DC9B3772DA265FAB09383A6552BB7E /* Support Files */, - 39F547734BCF1C645EA084E1749AA77B /* turbomodule */, - ); - name = ReactCommon; - path = "../../node_modules/react-native/ReactCommon"; - sourceTree = ""; - }; - D87CA8B7ED80B5282C591ABCB48FC1A1 /* Network */ = { - isa = PBXGroup; - children = ( - B8E0EE1ADF1D2D463DE5287D12C8B8C5 /* GULMutableDictionary.h */, - 3447BCA313DD125901B04D7A3FD9D60F /* GULMutableDictionary.m */, - 9DCB36702717DC7365C410E8BB1E8ACF /* GULNetwork.h */, - 4CF9A9E7DD178D05A0CA23DF6914AC6F /* GULNetwork.m */, - 75C42928321D836F303996EE268BD902 /* GULNetworkConstants.h */, - 081A8C765C0DA10C5FA8C3D7B8127150 /* GULNetworkConstants.m */, - 799E6CA0A3DBC71F0BD2768B99BA52A1 /* GULNetworkLoggerProtocol.h */, - E7000AE245DB0E60B42C7D9B685C73EF /* GULNetworkMessageCode.h */, - DD8FE51DBA71D2B51C3D7E084D74ADCF /* GULNetworkURLSession.h */, - AFCBBAC79C3D937E6B4E5EF43A0AA5D3 /* GULNetworkURLSession.m */, - ); - name = Network; - sourceTree = ""; - }; D89477F20FB1DE18A04690586D7808C4 /* Frameworks */ = { isa = PBXGroup; children = ( @@ -20033,14 +19812,6 @@ name = Frameworks; sourceTree = ""; }; - D8BEF0F486EF652D3DBC3E180EF118C5 /* Pod */ = { - isa = PBXGroup; - children = ( - F657DF2DC76A57B95E480623AF30637A /* React-jsinspector.podspec */, - ); - name = Pod; - sourceTree = ""; - }; D92D00A301DE6629D0C96D8506F7BE9A /* FirebaseInstallations */ = { isa = PBXGroup; children = ( @@ -20106,31 +19877,16 @@ path = FirebaseInstallations; sourceTree = ""; }; - D9610CCB9C172B400F83B8B886F7E1B7 /* Pod */ = { + DA6472EB0E4FD311DBD133A83AC1E3DF /* Support Files */ = { isa = PBXGroup; children = ( - 481134D4F87608D656A45092F1CF1B7A /* React.podspec */, + 26D1240844CE0D6D41920C98D6CFB5EF /* EXFileSystem-dummy.m */, + 0C32C5B0B0C6FC07363CFDB633279B35 /* EXFileSystem-prefix.pch */, + B16F9C4D959BC6A3ABFDA91E26288020 /* EXFileSystem.debug.xcconfig */, + 6825B362F9EF0B5AB7ED3DD4E3102F37 /* EXFileSystem.release.xcconfig */, ); - name = Pod; - sourceTree = ""; - }; - D9967AE008016AD4CE1BC1CFEB8AEA7F /* Pod */ = { - isa = PBXGroup; - children = ( - 691C9C602EF28BE33B0DABF11CFF403A /* EXImageLoader.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - D9A8B2533C2F92772E9AF0E382559706 /* internal */ = { - isa = PBXGroup; - children = ( - 524E7CC021A6E1CFAA8846BB14DB9DF7 /* experiments.cpp */, - 274DD63F7B00F4B33499901FD6A1C5CE /* experiments.h */, - 24A284BCC4BBB7EBBC56F959F74558E6 /* experiments-inl.h */, - ); - name = internal; - path = yoga/internal; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXFileSystem"; sourceTree = ""; }; DAE711117E4F33A0F43D5568EF1627B5 /* Support Files */ = { @@ -20145,88 +19901,138 @@ path = "../Target Support Files/MMKVCore"; sourceTree = ""; }; - DC0232D7D040CC699646172B1F99EF67 /* RCTSettingsHeaders */ = { + DBB80BC6D556B398BE9637D300E1A90D /* Pod */ = { isa = PBXGroup; children = ( - F9390BDC6C889005CAF04C4ED51897D3 /* RCTSettingsManager.h */, - CC6644A06779E4724591F25384CDA916 /* RCTSettingsPlugins.h */, - ); - name = RCTSettingsHeaders; - sourceTree = ""; - }; - DC8558DF865531778107073B1FEAF200 /* UIUtils */ = { - isa = PBXGroup; - children = ( - 5A9117E5161E91DE6D9FB7096AF981CF /* RCTUIUtils.h */, - E1CC8A576BA97332FF194D348891F2FC /* RCTUIUtils.m */, - ); - name = UIUtils; - path = React/UIUtils; - sourceTree = ""; - }; - DD873F91AF56E5F9723FA10B761538D5 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6C652D7493EF7A264B11D482404A8996 /* react-native-simple-crypto.modulemap */, - D5FC2B5CE3AF4B5D632AF91F4BF19FF7 /* react-native-simple-crypto-dummy.m */, - C1AD57D41D0AB9291B801F147FDFA4F7 /* react-native-simple-crypto-prefix.pch */, - 54C0586723B76D6A5ED2D586437A44B6 /* react-native-simple-crypto-umbrella.h */, - 211D33C94A463E5D8FA2991A40D05941 /* react-native-simple-crypto.debug.xcconfig */, - 2EA5C92E336234BB166F02380D0164D2 /* react-native-simple-crypto.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-simple-crypto"; - sourceTree = ""; - }; - DE2C9B56525CE9BF13A230E55EC04C42 /* TextInput */ = { - isa = PBXGroup; - children = ( - 08917AE47DD0A964713A4DCB0CD85E2D /* RCTBackedTextInputDelegate.h */, - 503E67DAE1DFF0C92FC7712F09ECD834 /* RCTBackedTextInputDelegateAdapter.h */, - 4E69FB63AE9470E269AB70135F80FD92 /* RCTBackedTextInputViewProtocol.h */, - AB2C6A80EA8462922FD92811EC336399 /* RCTBaseTextInputShadowView.h */, - C8534DDD59E347F6FA74D3B55D21E997 /* RCTBaseTextInputView.h */, - 5968DA24D6D3F1772EB1706FF3C1D40A /* RCTBaseTextInputViewManager.h */, - 9DF3A9F87229EC0C9127EF2614674785 /* RCTInputAccessoryShadowView.h */, - 32BD8CA986C2EDD131A6664A797558DB /* RCTInputAccessoryView.h */, - 298D78B7BBD6828CF55DF97F89AD73DD /* RCTInputAccessoryViewContent.h */, - 496883CA368B15F42142494FBB165AD2 /* RCTInputAccessoryViewManager.h */, - 9BACA24472AB96FACF4551B128F8C249 /* RCTTextSelection.h */, - E9521AC3AB3E5E0AAC7AF98C42A79E5B /* Multiline */, - 72B481E6658DEE51B218EB9C65000799 /* Singleline */, - ); - name = TextInput; - path = Libraries/Text/TextInput; - sourceTree = ""; - }; - DE2F5D378835C76F6F0BD0A11F23DBD3 /* Pod */ = { - isa = PBXGroup; - children = ( - 8F7C40EDBB310FAFE3A984FE4ECF0774 /* React-RCTSettings.podspec */, + 03FCE5CC6F14E4E949A72787BEFA2223 /* Yoga.podspec */, ); name = Pod; sourceTree = ""; }; - DF15442934213371792663D016168600 /* event */ = { + DC16430FABA96D729F03983C06CAC5E7 /* Pod */ = { isa = PBXGroup; children = ( - FA969B0F0BD60764FE6FEA3A6B2406B2 /* event.cpp */, - 5BA387EA97F001C16AAEBB8058CEC51E /* event.h */, + 47459AE39A846CB7B51A96ACD0D7908E /* UMPermissionsInterface.podspec */, ); - name = event; - path = yoga/event; + name = Pod; sourceTree = ""; }; - DF78452C257D8042E5C842896EFF6A70 /* Support Files */ = { + DE2D5FB78F5157D8A7FA5EBC7E4AC96E /* Development Pods */ = { isa = PBXGroup; children = ( - C7F34FF537CE2DD350EF60E2BEA2A5F4 /* EXVideoThumbnails-dummy.m */, - 2775BE0F83A65DFEEDECAEFCADE17983 /* EXVideoThumbnails-prefix.pch */, - 6D51787BA2A2079D1B905C5D0D4F3796 /* EXVideoThumbnails.debug.xcconfig */, - 437FA421E76768EEF8745E6F92868F9E /* EXVideoThumbnails.release.xcconfig */, + 943E16A3B3E7ABD8E654BCE5CEF0AA0A /* BugsnagReactNative */, + 42866ACD46DEB6E3133EB0D0BA990ABE /* EXAppleAuthentication */, + 1DAF61B13392D6BD41B109E4842ED5B9 /* EXAV */, + B08A887BDDC0B57D8FAE83452A9904D4 /* EXConstants */, + 8D14F7F804FC1093522F15F703D56B5C /* EXFileSystem */, + 5FD6DD74681CAD22F5643DB2BEDEED40 /* EXHaptics */, + 954A1B7CDB01A91961AFB530AC38B55F /* EXImageLoader */, + F9029E15FC9090F7171E44880173B382 /* EXKeepAwake */, + 45117F0A2967BA944BAB219B6B2A7A21 /* EXLocalAuthentication */, + 4239BCC9E74F3A06463E4C46F92D23AB /* EXPermissions */, + 4D45B6B7474A09A975C3A4951128B815 /* EXVideoThumbnails */, + 6DF4F00C2489824DAEC20341708B6BE9 /* EXWebBrowser */, + 571AA059684B6C3E4C00A04F7A65AEDA /* FBLazyVector */, + A26F6A8180DA03EDB6D83F00368365CE /* FBReactNativeSpec */, + C36F255690C51D3414769C0F0630BF50 /* KeyCommands */, + 8F1D4095240F3059C512234F03839A5D /* RCTRequired */, + E19C1C23BA3C9839D087B143CE8877EB /* RCTTypeSafety */, + F2B2B0ECFA6521B81E30DEE5F555600A /* React */, + 8581CCB6C91DAA2485F71EECE2759211 /* React-callinvoker */, + 7D28F7D589A11C9CA740BFC4F1FA9299 /* React-Core */, + 2B06A36780285DD10B0647020D9DB649 /* React-CoreModules */, + D5A3FE05E1D67FE35A153360EEBE4331 /* React-cxxreact */, + 45AE37A7B27CE76F6B88F7FFBD585870 /* React-jsi */, + 252AD2056C6277F6DC6F5A73311785B3 /* React-jsiexecutor */, + 51EE877511FE5E69AA3F002300B31F5B /* React-jsinspector */, + 85C9060C6D76ED3BD778A6B33D2A7100 /* react-native-appearance */, + 0CD1C6EC238851AFAC3FE93CFE280267 /* react-native-background-timer */, + 79558F26EAD9BAB118E0DF51BF9FD36B /* react-native-blur */, + 17A6B5FE1AED6303C7FDFE9FD64AEF3F /* react-native-cameraroll */, + B26272CF132D157C3B73664503DC3C45 /* react-native-cookies */, + 03D51B2EF85F88C9B787A9F05B1485DF /* react-native-document-picker */, + C0C469C529005F2C459CCB49EA851555 /* react-native-jitsi-meet */, + 09A15C97E797CBC083562771CC3C0F69 /* react-native-mmkv-storage */, + 980D1049B770B43974EC64BB08F0CF91 /* react-native-netinfo */, + 10B1ED777FBD09E6AD77D12C95887953 /* react-native-notifications */, + 6C9CF28A1ABD0F854668FE54FB4FB9E3 /* react-native-orientation-locker */, + E933F27FBF16F996874BB65EFDD4C708 /* react-native-restart */, + 386BE596A7262A24FB5F16EA0798A18A /* react-native-safe-area-context */, + 6E9396A86AF3D17B4E44C05329B2A3EB /* react-native-simple-crypto */, + 4C4AE8EF05A34167A69D5263F0150E08 /* react-native-slider */, + E5085BDBF339F026A36B8FA5BA3874CA /* react-native-webview */, + 7076364A721E7B06DB38E1E75CA2593A /* React-RCTActionSheet */, + 964942603EAA128E98E399EF4B4B1E1D /* React-RCTAnimation */, + 5C8EAEF6E97CD2F1F59AAE6369D1AC50 /* React-RCTBlob */, + A55C9E2D96F6B2CDB9603F025A14A1AC /* React-RCTImage */, + C5C0D39D442EB6D6CAC373303E145B02 /* React-RCTLinking */, + 1A5D0202DB3F4FF11E6F47D60F77EE9B /* React-RCTNetwork */, + 5AABC247EFC7EEB2912307ADFBFE21DF /* React-RCTSettings */, + BAAB8AFB522A7584358516A59CB3D59E /* React-RCTText */, + EDA3AED93E22A770B3BD76EB78DBE6FA /* React-RCTVibration */, + 6FFAC6BD2B16BD22C39DDB20055275F2 /* ReactCommon */, + 822B835563009155DBA07C7E1251FA44 /* ReactNativeART */, + 1B4F7002F8BD388AA39FD2495AD653B3 /* ReactNativeUiLib */, + 835F5FA2A41F993792F82B043F2289AB /* rn-extensions-share */, + 72942E902B96B99D4A887A49334CB5ED /* rn-fetch-blob */, + ADDF9645F97EEFC19A364DE0FD50EA6C /* RNBootSplash */, + 3BDA16BD07FACD706076DCED63613B4D /* RNCAsyncStorage */, + 6E94D029F2001C7C8E950FE0FFBED222 /* RNCMaskedView */, + 4C6A1C5DBCEB0F08101321495ECE2FF5 /* RNConfigReader */, + 033E8DBBE28F0B4B4FB820CB8C87F755 /* RNCPicker */, + DFD048DCEF76744D49168C4CEA5819E7 /* RNDateTimePicker */, + 96339BE6F23CB34500252D277BD1004B /* RNDeviceInfo */, + 524699311C37188D55FC065909C87C05 /* RNFastImage */, + 561F7FA47C01B47823BDBB8427EA5C2D /* RNFBAnalytics */, + EF4CD90373B4749F93267AF005678289 /* RNFBApp */, + 1ADFDFFA98BFD7229BD56B0D292D3A29 /* RNFBCrashlytics */, + C1971291091AEC75FBD027D93CA039E0 /* RNGestureHandler */, + C3202A4F43A72096272485DEDACD1C73 /* RNImageCropPicker */, + 8D651F1EA04AE1200C9A057A2C2DBAF6 /* RNLocalize */, + 5B922752B86B6E353D893028708DDCA1 /* RNReanimated */, + 11228059D778F0294E876D7EB1740096 /* RNRootView */, + FFD69D793D026CFAF42E787D7A7158EB /* RNScreens */, + 2BE1679999D3D126D460AD847DC609E1 /* RNVectorIcons */, + 77F980F7E220B5BCD03BF4BC8BDD32AE /* UMAppLoader */, + 72564BC5129021AD960F7A2156454FF3 /* UMBarCodeScannerInterface */, + 25B2F6FD897BAB8F772BE6A84443893F /* UMCameraInterface */, + 3B8D756084C0EA6999D49C3C83D10852 /* UMConstantsInterface */, + EF30638FD8A9293095D48CE06EA598F9 /* UMCore */, + 263B45FA3CDB20D514BCE842C7051513 /* UMFaceDetectorInterface */, + 3D9D92E7D93E0077C08C8BA59E936EA3 /* UMFileSystemInterface */, + BF8A97BAAA7663DF4E76D0C8B6328C00 /* UMFontInterface */, + 00225F6BABE93118B861FE9158F5CF0D /* UMImageLoaderInterface */, + 67AA9FF1CD9DCDD5DD6DEEC252C95524 /* UMPermissionsInterface */, + 5FA73E89E2D6E19E76BEF65F3DE00B64 /* UMReactNativeAdapter */, + BF8752E876792F8B8ADF429700588CF5 /* UMSensorsInterface */, + 66C7657664C046DA031A6AF984AE3D52 /* UMTaskManagerInterface */, + B7DEC9080045B10771D06CB1E11CB9F4 /* Yoga */, + ); + name = "Development Pods"; + sourceTree = ""; + }; + DEFFAED6A54B47632781D65ED2C600D8 /* Support Files */ = { + isa = PBXGroup; + children = ( + 9177FBC0227EEF8423A5F865AA482A1D /* UMPermissionsInterface-dummy.m */, + 58A1EE5FE91EF456182FDF7A68CCA180 /* UMPermissionsInterface-prefix.pch */, + 657833CAA51E34C117563EDB73773180 /* UMPermissionsInterface.debug.xcconfig */, + C24D123087E40CBDCC7D0F62F306F583 /* UMPermissionsInterface.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXVideoThumbnails"; + path = "../../../ios/Pods/Target Support Files/UMPermissionsInterface"; + sourceTree = ""; + }; + DF3CA9714DA648F9406EF66F09EBEF8A /* rctcustomInputcontroller */ = { + isa = PBXGroup; + children = ( + 4540AEFDDE23EAECDDCA4B91BEFDF1F8 /* RCTCustomInputControllerTemp.h */, + 49D6EE02D82D6E3E310AF40B728343AD /* RCTCustomInputControllerTemp.m */, + 1BF68217B2D96906A1AD7989DB71DB75 /* RCTCustomKeyboardViewControllerTemp.h */, + A6ECB223182FFCA5E8A6899CF67D8700 /* RCTCustomKeyboardViewControllerTemp.m */, + ); + name = rctcustomInputcontroller; + path = rctcustomInputcontroller; sourceTree = ""; }; DFBD00AA9F15EE11B53B7E2E9C5E5E3F /* mux */ = { @@ -20243,28 +20049,29 @@ name = mux; sourceTree = ""; }; - E02CD04662FBEB44A945FAAF74052E3C /* FBReactNativeSpec */ = { + DFC8D2E5FDE169E70CBD66B4E7E881BB /* Singleline */ = { isa = PBXGroup; children = ( - 11B4F4D252B29980AAD6033DE734CF35 /* FBReactNativeSpec.h */, - 3203F7EE04CCAB8B6DBDB13ED1D08D97 /* FBReactNativeSpec-generated.mm */, - 0D390760573E3B05C40BAD3F9DDE6FD6 /* Pod */, - 4791F5C61641EA70B7A8E1941D824069 /* Support Files */, + 279EA24910A08C73A3980543E385235B /* RCTSinglelineTextInputView.m */, + E43FA867245FF02B3E3D6F4B9385F385 /* RCTSinglelineTextInputViewManager.m */, + 1A96B714B7A076AF454A45FC409ECCE9 /* RCTUITextField.m */, ); - name = FBReactNativeSpec; - path = "../../node_modules/react-native/Libraries/FBReactNativeSpec"; + name = Singleline; + path = Singleline; sourceTree = ""; }; - E0447CF6A66B6832EF685C8D8E84EDEA /* Support Files */ = { + DFD048DCEF76744D49168C4CEA5819E7 /* RNDateTimePicker */ = { isa = PBXGroup; children = ( - E65100F6060AA4EB4A9E27D02747B28A /* UMPermissionsInterface-dummy.m */, - CA6A778311E2D1F34DB586DC7D836959 /* UMPermissionsInterface-prefix.pch */, - E453C18415DB13F0CEA54148EC1D73ED /* UMPermissionsInterface.debug.xcconfig */, - 3C208BFD875A962BE00739D7720F6543 /* UMPermissionsInterface.release.xcconfig */, + AD1778FD3E5D90F0FE3020D2BD16D6C4 /* RNDateTimePicker.h */, + C03AF905A026425800797ED5D836C253 /* RNDateTimePicker.m */, + 0D3E82213FA4981B526A59A53D3BFD7B /* RNDateTimePickerManager.h */, + 9D753F9E4580B384B4C8E88A6401255C /* RNDateTimePickerManager.m */, + 20D6C3BAF784D07775639CE9FF00868E /* Pod */, + 680BF172F4D407639434CBABEBB4260E /* Support Files */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMPermissionsInterface"; + name = RNDateTimePicker; + path = "../../node_modules/@react-native-community/datetimepicker"; sourceTree = ""; }; E0523E62F1FC1C9062980E19B30FDAEC /* FirebaseCoreDiagnostics */ = { @@ -20281,23 +20088,66 @@ path = FirebaseCoreDiagnostics; sourceTree = ""; }; - E16A46DE58729E0FD146C607A85AA1FD /* RNImageCropPicker */ = { + E0C5369AB8CAFF1FD93F8FFBECAF7C89 /* Pod */ = { isa = PBXGroup; children = ( - 76E1731657F2B6852E4989F5CB136ECD /* Compression.h */, - 534285AC1650EE9E8632931911267ED8 /* Compression.m */, - 797053A263030741BF625E329E5086C4 /* ImageCropPicker.h */, - 9C1AA65DC9842F2A35F5C1D5B880178D /* ImageCropPicker.m */, - 0A42BDEFE584E6BD564883D167001FAF /* UIImage+Extension.h */, - 8DEC9AD0441F9F074930565044F2F6BA /* UIImage+Extension.m */, - 3FCDF3FDFF30EE661C9F808CC27E7CF3 /* UIImage+Resize.h */, - 7A27A32531E808540E8C8D43F12F5DB8 /* UIImage+Resize.m */, - BB9B1E65B088095901B62FC576AA4569 /* Pod */, - 2FA8405275FBB25CA66F08475248E833 /* QBImagePickerController */, - FA7DE264105FD72149CA87455D37E696 /* Support Files */, + C53D2288944A0367C7B722B1D495A483 /* LICENSE */, + 8C183E4503150227A34D3B079C335887 /* README.md */, + D36E2401F7A0BD712568D3B95CD4A697 /* RNVectorIcons.podspec */, ); - name = RNImageCropPicker; - path = "../../node_modules/react-native-image-crop-picker"; + name = Pod; + sourceTree = ""; + }; + E15B3D7F5AF173E33EB688949098B06D /* Modules */ = { + isa = PBXGroup; + children = ( + AF298FD38354E783CFB7FC2B4FF02934 /* RCTEventEmitter.h */, + 62B8A9474F457953443A42F240373318 /* RCTEventEmitter.m */, + 8690188E1AD01240C060542DF610F0B4 /* RCTI18nUtil.h */, + 805550F64081228F3070DAAF4E55A56B /* RCTI18nUtil.m */, + B102A2907DA3737A3BBCC1EBA9CA511B /* RCTLayoutAnimation.h */, + 937FFFF64C3D93D536118E5C622F654E /* RCTLayoutAnimation.m */, + 9790B25485B5112D0440833FE01D5B05 /* RCTLayoutAnimationGroup.h */, + FB205347D6F99BB9304F49B652D078BD /* RCTLayoutAnimationGroup.m */, + CA811C5A50CFE8DF8F679660C400B857 /* RCTRedBoxExtraDataViewController.h */, + CB0EE219CB12F41B68CCEA5EBE7460B5 /* RCTRedBoxExtraDataViewController.m */, + 493DD9A9698B328DEE7454F997532A22 /* RCTSurfacePresenterStub.h */, + 5ED313C9F045FEB60604B0BBE1A4EE6F /* RCTSurfacePresenterStub.m */, + 2C48B4974778E75246AD82186BF063C4 /* RCTUIManager.h */, + 6231B17264ACA65B33F1144EAA238955 /* RCTUIManager.m */, + 1EF673B31ED4FD8583A67D6D966CA56F /* RCTUIManagerObserverCoordinator.h */, + 9F73C23ECDDE43C880DE92DD8B4559A7 /* RCTUIManagerObserverCoordinator.mm */, + CBBD72536AFB76290F4D62026D4754AE /* RCTUIManagerUtils.h */, + FA914E3E87FF644009EDE538093FCFC0 /* RCTUIManagerUtils.m */, + ); + name = Modules; + path = React/Modules; + sourceTree = ""; + }; + E19C1C23BA3C9839D087B143CE8877EB /* RCTTypeSafety */ = { + isa = PBXGroup; + children = ( + F35B8C8FF2AA9B98404FED996E3F9493 /* RCTConvertHelpers.h */, + 69BE25AF1425FFD988506DD1F7E13E8B /* RCTConvertHelpers.mm */, + 7B1CC6A14233CB4B016C2990D743D6CF /* RCTTypedModuleConstants.h */, + 63484B8DAD877155923C5DDC4CE099C1 /* RCTTypedModuleConstants.mm */, + 108163ACE9CFF8206B6F347E0E61612C /* Pod */, + 38D89F260805471CA4B654525874D11E /* Support Files */, + ); + name = RCTTypeSafety; + path = "../../node_modules/react-native/Libraries/TypeSafety"; + sourceTree = ""; + }; + E1BCF73F3CA3C58744D3BE03DE5F4EEF /* Support Files */ = { + isa = PBXGroup; + children = ( + F9C83C94C5A033DE5FC5256781BFDC51 /* RNRootView-dummy.m */, + A1D6068C65657ECDF63C88BE035F77B2 /* RNRootView-prefix.pch */, + CAB2E0F668BEB860C3B3C180EEDB2E9A /* RNRootView.debug.xcconfig */, + 37EBD710F653406AD78421D39591F385 /* RNRootView.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNRootView"; sourceTree = ""; }; E1D0152F47158E67CE1B899D187BAC96 /* MMKV */ = { @@ -20312,38 +20162,88 @@ path = MMKV; sourceTree = ""; }; - E2DCCF7D79E1747A9C319C3F8A1F1019 /* Pod */ = { + E25BAA45CD31275257F6CAC9D8DCBF9E /* Support Files */ = { isa = PBXGroup; children = ( - 0C5576B25F0988C4D184143361340550 /* LICENSE */, - 3700A9BEECD96E3243E6DDA35822E66A /* README.md */, - EEF40E3F5CE270728FB0D6EFDD2C7DB5 /* RNCAsyncStorage.podspec */, + 0E302DC321745DD222FAFAFFA5D308E6 /* React-cxxreact-dummy.m */, + A3479D68C2D5FE1B14858B168F51AA29 /* React-cxxreact-prefix.pch */, + 70399F2EB8F2134BFFFC71FD6E8B9918 /* React-cxxreact.debug.xcconfig */, + 296FE652533F7B4A228BB78544E90129 /* React-cxxreact.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-cxxreact"; + sourceTree = ""; + }; + E323853FCC5E345AAC17FBEE4F51E923 /* lninterpolation */ = { + isa = PBXGroup; + children = ( + 830ED287A5A4C78E9E21528718AEB867 /* Color+Interpolation.h */, + D303DCAD2F5022F37C67AF20747AC07F /* Color+Interpolation.m */, + 05F7D92341B3FAE82A38C9865396D853 /* LNAnimatorTemp.h */, + 8CE46F1D5EFAC949955C0C97A0E0337D /* LNAnimatorTemp.m */, + ED9BF1A0470230BBDB4D3335A4261D9C /* LNInterpolable.h */, + DA9EAA29B7BB35FAB2FA7C1BEABF9808 /* LNInterpolable.m */, + 600C3C92094713A3E281BDA8DAB79712 /* LNInterpolation.h */, + B9E517E84C2861BFB5685F7DC1C4CE59 /* NSValue+Interpolation.h */, + ); + name = lninterpolation; + path = lninterpolation; + sourceTree = ""; + }; + E3294D29ECA4CD0F6703AE083EBB39DA /* Support Files */ = { + isa = PBXGroup; + children = ( + 87C8BEE8BA6BABFFE259F6E803ADECC2 /* Yoga.modulemap */, + 373DA8834FD4A0FFAFA234BC7C6858C0 /* Yoga-dummy.m */, + 537EC7683D7F2F876A099D64DAC4DBFE /* Yoga-prefix.pch */, + 36263D5CB49640E827A52109143A6BC6 /* Yoga-umbrella.h */, + 3AFE3583A3500341820737B396B84186 /* Yoga.debug.xcconfig */, + F2C4DA622BEA8FA1B5C5FE77EA51780C /* Yoga.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/Yoga"; + sourceTree = ""; + }; + E375DAA4977543A3DCD0A03DB0900EB3 /* Pod */ = { + isa = PBXGroup; + children = ( + E8725C6876515E4D0ABF7BF76D04202E /* LICENSE */, + D91412672410E333027A19E4C5A22573 /* README.md */, + 5DA6F840311F3F9D429BB80B05D6BC2F /* RNCPicker.podspec */, ); name = Pod; sourceTree = ""; }; - E351564D54C5D2F9E15B56435D7A93B7 /* Text */ = { + E4065CB878DA19F458E327B90A1B3244 /* Pod */ = { isa = PBXGroup; children = ( - 503CA212C16E0442D44FB965AB156C32 /* NSTextStorage+FontScaling.h */, - D1B8432914A42AEDB1B6F124CC12E830 /* RCTTextShadowView.h */, - 7C34EF5347198F9829384D8244C9273F /* RCTTextView.h */, - C07BF2239EAC032AE2E37B6FC1EF511F /* RCTTextViewManager.h */, + 170434F8CCAFC3B48E64ED0EABE7D88C /* BugsnagReactNative.podspec */, + BD73DC860B5755AB4C6439F8F315E10E /* LICENSE.txt */, + 7BFF4C5E83D843762B1A16E25460CB1F /* README.md */, ); - name = Text; - path = Libraries/Text/Text; + name = Pod; sourceTree = ""; }; - E4504DCBB09E29787D804F8F96BA8DFB /* Support Files */ = { + E45D8360BC3792832646C865AD895E35 /* Surface */ = { isa = PBXGroup; children = ( - 391B04E599A2E8CF7BE30903066AF0B7 /* react-native-jitsi-meet-dummy.m */, - 8149A739BDBC5F5A04AF5FEED280EA19 /* react-native-jitsi-meet-prefix.pch */, - 0486180C9449772B885DC0B3230F9DC1 /* react-native-jitsi-meet.debug.xcconfig */, - 4617AF53726F1A206276B9A478205EAE /* react-native-jitsi-meet.release.xcconfig */, + 20B1428D7E8B2AC566615C37A071FE6D /* RCTSurface.h */, + 5C973FD75216390D6E6C5BAD3F9B630D /* RCTSurface.mm */, + 847ADB53D0C2EDD9CDE9BE82F748ACCD /* RCTSurfaceDelegate.h */, + 802C845E44991B943CFCDCFDD827A151 /* RCTSurfaceRootShadowView.h */, + 6FB8C549A2D216B00763511132C6A0FE /* RCTSurfaceRootShadowView.m */, + 5E59F6AD68441FF0C77EEE8E6329EA38 /* RCTSurfaceRootShadowViewDelegate.h */, + 7B95F534944C97E520CBDEBBE98A6007 /* RCTSurfaceRootView.h */, + 6F8BA9871C1B88DBA692E1D92ED7F8DC /* RCTSurfaceRootView.mm */, + 373ADD8BE510F3D72330A3CC8B7B14F9 /* RCTSurfaceStage.h */, + 8B56A819B0D4D667A0AA02AC7934A9B1 /* RCTSurfaceStage.m */, + EBCCB25A90FD8D7B204A76004BA49AC0 /* RCTSurfaceView.h */, + 26F4134D2E05C7747CADCE592BD19E60 /* RCTSurfaceView.mm */, + 88AABA5BD1B2F6B233FDB786663C41C4 /* RCTSurfaceView+Internal.h */, + D3DC8121AC43A435B022BDA4E8D1D983 /* SurfaceHostingView */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-jitsi-meet"; + name = Surface; + path = Surface; sourceTree = ""; }; E46374EBDA680915344CE8A0C3A83651 /* DoubleConversion */ = { @@ -20373,12 +20273,20 @@ path = DoubleConversion; sourceTree = ""; }; - E4FFBA57F461FCBB6EFB5D79D3D06AF3 /* Pod */ = { + E5085BDBF339F026A36B8FA5BA3874CA /* react-native-webview */ = { isa = PBXGroup; children = ( - 10AA59EF494F774934362A47B6A03289 /* UMReactNativeAdapter.podspec */, + DC9C5154F9732F66707C878DD464A834 /* RNCWebView.h */, + AA505C902FBDC9EE272C85C224154D44 /* RNCWebView.m */, + C3FA49BE753681695F9F076991631EA7 /* RNCWebViewManager.h */, + 260AF96AB4DC089BC054801E6DD3698A /* RNCWebViewManager.m */, + F10E18E2238734089DC0BF6B38C63078 /* RNCWKProcessPoolManager.h */, + 1B4150A55312A41C4FA68F41B58A915C /* RNCWKProcessPoolManager.m */, + 0CE083F7AD5B7E6E718F4CE0C9431524 /* Pod */, + 45DBCB8408C6E11F41065A5559052B12 /* Support Files */, ); - name = Pod; + name = "react-native-webview"; + path = "../../node_modules/react-native-webview"; sourceTree = ""; }; E58BF904EE204E6F52D390162374657C /* Support Files */ = { @@ -20393,97 +20301,82 @@ path = "../Target Support Files/libwebp"; sourceTree = ""; }; - E738C37C5562EFE702B8A6CF9968F897 /* Pod */ = { + E74CEA9E26CB861881415AC529DEF9B1 /* Protocols */ = { isa = PBXGroup; children = ( - 33A43B9D9134098ACB08DE372E9D6684 /* UMImageLoaderInterface.podspec */, + 907DBEB9777B195E86A190106A88BB2F /* UMAppLifecycleListener.h */, + E02807CD75675EDB87849FAFB4DAFD1A /* UMAppLifecycleService.h */, + 89C55ABF383065305F34D4FD4B763016 /* UMEventEmitter.h */, + 6EC4839184FE2B2402FAD3462088F5D8 /* UMEventEmitterService.h */, + 6AD7FBB3E52E496517DD473C75A02244 /* UMInternalModule.h */, + 589A96AE5B783852479DD20A1BC571E3 /* UMJavaScriptContextProvider.h */, + A0706297548FF144E15DB834FEB67D50 /* UMKernelService.h */, + 86280EE1444EA2D0F69D98A5921865B4 /* UMLogHandler.h */, + 5584B854AE8F6469354BD07E170CBBFB /* UMModuleRegistryConsumer.h */, + 95B50989E80497512B7152EDECDDD528 /* UMUIManager.h */, + 38124A4F4DF3AA5E15B05817C4CE8CDD /* UMUtilitiesInterface.h */, ); - name = Pod; + name = Protocols; + path = UMCore/Protocols; sourceTree = ""; }; - E7FAB24C47C1E402CF95F2EA3E7667DC /* Pod */ = { + E933F27FBF16F996874BB65EFDD4C708 /* react-native-restart */ = { isa = PBXGroup; children = ( - 5F520C7593DD790E52779344866D0ABA /* UMConstantsInterface.podspec */, + E6A6A96D3F79698DDE35DC7E7FA79706 /* Restart.h */, + 87CBBE9870A9BCCBB44296A5077B389D /* Restart.m */, + 03725345D5942D2028E0C03B279B895A /* Pod */, + FB277C1C88318223EE4C68C66BDCD494 /* Support Files */, ); - name = Pod; + name = "react-native-restart"; + path = "../../node_modules/react-native-restart"; sourceTree = ""; }; - E8214C1EC63136C68493DC48955A49CF /* React-RCTLinking */ = { + E98342754F60B2E97CF81F6A36CFF1E3 /* Support Files */ = { isa = PBXGroup; children = ( - 8ACFA7FE798C16FC15EA00B58694A512 /* RCTLinkingManager.mm */, - 16E5F638396982BB4B6499455455B0BE /* RCTLinkingPlugins.mm */, - 3AABB0BC8C3C83F5602F018392E967D4 /* Pod */, - 75BD1BDC626DDE599B98D89549F5BDCB /* Support Files */, - ); - name = "React-RCTLinking"; - path = "../../node_modules/react-native/Libraries/LinkingIOS"; - sourceTree = ""; - }; - E8DD2D111217A29B1B6CC6478D2E5915 /* Support Files */ = { - isa = PBXGroup; - children = ( - D06D805D018BB280D5F43F66806CDFE7 /* RNScreens-dummy.m */, - 068EEF38D7EFD6F275D098357CBC1325 /* RNScreens-prefix.pch */, - FD671D99A63B5B8540350A881018311A /* RNScreens.debug.xcconfig */, - 0D3E12F5CADA363DBFA669974D926E8D /* RNScreens.release.xcconfig */, + D4ACA15826FD16148E3EEB4215D53AB8 /* RNReanimated-dummy.m */, + D0CBE90A8446989A2186ED407F7A97A9 /* RNReanimated-prefix.pch */, + 357E8E167937BBD31B292CDB770EABA3 /* RNReanimated.debug.xcconfig */, + 7AD97723A063BF19FEC68DF897D27118 /* RNReanimated.release.xcconfig */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNScreens"; + path = "../../ios/Pods/Target Support Files/RNReanimated"; sourceTree = ""; }; - E8F465C91CA7BC5B3061DAB8CD36E6D0 /* Source */ = { + E9D821B24C6B46F294FAFE0B9E4B4B07 /* UserDefaults */ = { isa = PBXGroup; children = ( - A953926D10E1C08E76671A8EB1CF0C42 /* KSCrash */, + 94BC75EA2E2120908773B450B28D60CF /* GULUserDefaults.h */, + A0D0961B63383D6FF30DB44A38279A18 /* GULUserDefaults.m */, + ); + name = UserDefaults; + sourceTree = ""; + }; + EB1B8509EE96BDBBC32A26FA2032669F /* turbomodule */ = { + isa = PBXGroup; + children = ( + 3421576FD15C2F141422B619A9A9143A /* core */, + ); + name = turbomodule; + sourceTree = ""; + }; + EB5731507873438688846D082570DF13 /* Source */ = { + isa = PBXGroup; + children = ( + 4A253A72360BD28D1221B08D917D0004 /* KSCrash */, ); name = Source; path = Source; sourceTree = ""; }; - E9521AC3AB3E5E0AAC7AF98C42A79E5B /* Multiline */ = { + EC0B17B8932BBF72D9E1DF53558F13D6 /* platform */ = { isa = PBXGroup; children = ( - E0399BA3ACDFFFEF7A5DD6A70B73A1EC /* RCTMultilineTextInputView.h */, - F445ED86652108DCC3A6BA324B0B8165 /* RCTMultilineTextInputViewManager.h */, - 73236AEC23C14548045B4DC4E82D0095 /* RCTUITextView.h */, + 0BE357D21501992E81629BCF2FB5C92F /* ios */, ); - name = Multiline; - path = Multiline; - sourceTree = ""; - }; - EB939FEF119CCF16FE1F944496503CC9 /* EXFileSystem */ = { - isa = PBXGroup; - children = ( - B2704EA4B90050D03E844480C7B46FF2 /* EXFilePermissionModule.h */, - F83885EF81FD0254289B25A15C6C5BAA /* EXFilePermissionModule.m */, - A00AA88488F75D4672922DDE9A38921C /* EXFileSystem.h */, - 28405A232AD4FA4698BB863B254ACA6E /* EXFileSystem.m */, - B8AC2DCC071185F405C59D5FDB7A6C56 /* EXFileSystemAssetLibraryHandler.h */, - 060763019E2E465F06870A92C77E6153 /* EXFileSystemAssetLibraryHandler.m */, - 658C24EF831543E9A3F3B93CBBBE0599 /* EXFileSystemLocalFileHandler.h */, - 34584BA3A2D5AF7650D5D8B749A2A129 /* EXFileSystemLocalFileHandler.m */, - DC9D2CF990547919BF4C3DE9F66C898C /* NSData+EXFileSystem.h */, - 3F3EE8AE636321E9D4655B2BEACB9728 /* NSData+EXFileSystem.m */, - 784B038D2318DD2998410D50EC1D4CD1 /* EXSessionTasks */, - 540FBB93AA0C48BB0A3C00498B0F1149 /* Pod */, - 9D725D26EC43157091A72D1968A04EEB /* Support Files */, - ); - name = EXFileSystem; - path = "../../node_modules/expo-file-system/ios"; - sourceTree = ""; - }; - EBD342673D0759D7427FFA989CBF232B /* RNRootView */ = { - isa = PBXGroup; - children = ( - BED55F57EAFF64987DBA63EAA578E999 /* RootView.h */, - 724974B0E7925F98994D3CAF6E6DEB92 /* RootView.m */, - 50685D5EE8338DC7D684D159C072A2B7 /* Pod */, - 3B05C37DFC4CC3D9550D0835294AA034 /* Support Files */, - ); - name = RNRootView; - path = "../../node_modules/rn-root-view"; + name = platform; + path = turbomodule/core/platform; sourceTree = ""; }; EC5C017D16F0650BA95DB46EA495649F /* webp */ = { @@ -20641,59 +20534,93 @@ name = webp; sourceTree = ""; }; - EC67509DD29E07FEE4A23A0C24B16D9E /* React-jsiexecutor */ = { + ECFA294F6B754E6E0D1E59BCD893C3F0 /* Pod */ = { isa = PBXGroup; children = ( - 72E4797CF8DDAD46E7ADA80AB4F0609D /* JSIExecutor.cpp */, - 0C4C198D1B888BD69438C802A5392B9F /* JSIExecutor.h */, - 16F0ED504CD7D7B69162D5BD3518F90A /* JSINativeModules.cpp */, - 47F5059E476055CCDBF6024C67AD07FB /* JSINativeModules.h */, - 85DB0794EB2A25FDC9503AB8C82C59FB /* Pod */, - 5AEDA2E7620D2BE882C1E75F44BEBBC0 /* Support Files */, - ); - name = "React-jsiexecutor"; - path = "../../node_modules/react-native/ReactCommon/jsiexecutor"; - sourceTree = ""; - }; - EDC0DA2440E769B4AB3725725A77212B /* Support Files */ = { - isa = PBXGroup; - children = ( - 277BCC2BA22472D1032C16EFE262626A /* EXHaptics-dummy.m */, - 5D6ACAE37768703D6BE0A3064D9A9AF5 /* EXHaptics-prefix.pch */, - 2DCB0AD1DE726E50561CDCC364AEDF93 /* EXHaptics.debug.xcconfig */, - C4179A90F10D5623F4F123DD3E8B43CB /* EXHaptics.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXHaptics"; - sourceTree = ""; - }; - EE22D8F86A8735938724A11D906ECE66 /* Multiline */ = { - isa = PBXGroup; - children = ( - 672F718A19F95C14309E2900A52C82B5 /* RCTMultilineTextInputView.m */, - 888F5F44E72D01BACEE44828F57CEB3D /* RCTMultilineTextInputViewManager.m */, - E771CC35390032F1725EBCF8ED29F751 /* RCTUITextView.m */, - ); - name = Multiline; - path = Multiline; - sourceTree = ""; - }; - EE66C83160F013E88B9E84A042CB7EC7 /* Pod */ = { - isa = PBXGroup; - children = ( - 9794EDEEDC460DB9C662F8AF412956EA /* UMBarCodeScannerInterface.podspec */, + 971F792B9124284FA2B5437FA196F16D /* React-RCTNetwork.podspec */, ); name = Pod; sourceTree = ""; }; - F0B1F480C321829A975D8B1F1364BE3F /* React-RCTActionSheet */ = { + EDA3AED93E22A770B3BD76EB78DBE6FA /* React-RCTVibration */ = { isa = PBXGroup; children = ( - 3127C28103C6B906C7AC96E7D910FC71 /* Pod */, - 2701D9D0E00DF6E4F51FDEFB1AF0D3C6 /* Support Files */, + 5812F7760E1D36C4292E14881B537E47 /* RCTVibration.mm */, + E15F1AF3F7D7F26ECA47C3B816CAC5A7 /* RCTVibrationPlugins.mm */, + 7E523BBFAB3FF809B1166BB153475E2A /* Pod */, + 7A91BF369302E16E1CB06D48E1353B88 /* Support Files */, ); - name = "React-RCTActionSheet"; - path = "../../node_modules/react-native/Libraries/ActionSheetIOS"; + name = "React-RCTVibration"; + path = "../../node_modules/react-native/Libraries/Vibration"; + sourceTree = ""; + }; + EF30638FD8A9293095D48CE06EA598F9 /* UMCore */ = { + isa = PBXGroup; + children = ( + C2BB1817A7568009DFA8666726DB2C09 /* UMAppDelegateWrapper.h */, + 44D92C6A82622512F6E67720CD20A810 /* UMAppDelegateWrapper.m */, + 8C89ABE0864A1ECEBB654E4CD87B86CC /* UMDefines.h */, + F18356903CA7057EECAD19368DABADED /* UMErrorCodes.h */, + E4DA18B7793FF207ABB4D77CC6256B8D /* UMErrorCodes.m */, + B5DD166F71A834E423B429AF84345863 /* UMExportedModule.h */, + DC365534295E44C28979C302D671A947 /* UMExportedModule.m */, + 7DDB150D0D6A64A1DF3E63B464F3D679 /* UMSingletonModule.h */, + 03AEA52C08F8A4CBBF997BA851BF9561 /* UMSingletonModule.m */, + 07705801BEF424442C040C1803546158 /* UMUtilities.h */, + 365B73C1BA70894D554152755BB36635 /* UMUtilities.m */, + 117AF9DD15971B305C647F1B85ADE59D /* UMViewManager.h */, + 4551BA83B07B7B7D7D05F79F90EB7854 /* UMViewManager.m */, + AA69A657184EF6F735482CB9889A2EA0 /* Pod */, + E74CEA9E26CB861881415AC529DEF9B1 /* Protocols */, + D860BED4C5666F8156F6160C43BBBB6F /* Services */, + 4F6543992899F2EAC3FEC0A6BDEF85C8 /* Support Files */, + D158F999D9676D4AEA85111EC4AB2296 /* UMModuleRegistry */, + 70C9A6D5028455BE23F84012635F2306 /* UMModuleRegistryProvider */, + ); + name = UMCore; + path = "../../node_modules/@unimodules/core/ios"; + sourceTree = ""; + }; + EF4407238A70161089788703471E06D2 /* Support Files */ = { + isa = PBXGroup; + children = ( + 03FF44AB535560F971CAE86A826DF848 /* EXAV-dummy.m */, + CF34CA98A452F6EE9AB2D343E02D77BF /* EXAV-prefix.pch */, + EC89D9ADE465DD4095779743A07CD76E /* EXAV.debug.xcconfig */, + 85D99EE04AB25BCFDC3B021A2A5BA6D5 /* EXAV.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXAV"; + sourceTree = ""; + }; + EF4CD90373B4749F93267AF005678289 /* RNFBApp */ = { + isa = PBXGroup; + children = ( + 6C05B1087407F28F8DBECCE8E55183B8 /* RCTConvert+FIRApp.h */, + 9A38DAB8648C8933AD78540897F30EF8 /* RCTConvert+FIRApp.m */, + 9B2019C1FE357755E0196C90F46B684C /* RCTConvert+FIROptions.h */, + C387577200F132152437D77B0DE6127A /* RCTConvert+FIROptions.m */, + 74B4A9A98C91FB7AE22ABFAFD0A8AAF5 /* RNFBAppModule.h */, + 4DC2E3C10241AA91883F40471F45E4EF /* RNFBAppModule.m */, + 3F86B1B18B79BD8C2B11816C0F000470 /* RNFBJSON.h */, + BDC86A26B7E64211B3697CA1DC02A3B8 /* RNFBJSON.m */, + 15436CBB674FC9C3C4B44FCADD90A35D /* RNFBMeta.h */, + B1B166C24A44A16E0A20B31FAC0952ED /* RNFBMeta.m */, + 191BAEAAE97F41BC2E2BC135914FC373 /* RNFBPreferences.h */, + FAD871AA491F3FC189067A35BB1A4AB9 /* RNFBPreferences.m */, + 54A3114EBE642307B624002F75677F89 /* RNFBRCTEventEmitter.h */, + 2708E14DC3A33B66000FEB6B8999C990 /* RNFBRCTEventEmitter.m */, + 3B229C2C25D2CF305A24AD4C8D9433CD /* RNFBSharedUtils.h */, + 3514ADF25CB00C5AF257D70F43B5DDA9 /* RNFBSharedUtils.m */, + 8984E02D6C5C71CEDA7E02781BE6A840 /* RNFBUtilsModule.h */, + 5235D4F48892031053DCFC5F0ABE045A /* RNFBUtilsModule.m */, + 4A557E0F390593A707ED71351BE32DE6 /* RNFBVersion.h */, + 8AB004E657F3FCF24B4CDA1E3826ECBA /* RNFBVersion.m */, + 9CB27E6A53706DC6D14541520865A15F /* Pod */, + 19D1DA3070F152BEA9908CC0C5B54094 /* Support Files */, + ); + name = RNFBApp; + path = "../../node_modules/@react-native-firebase/app"; sourceTree = ""; }; F0BF7E08A58A6F288DE94DB1711A6CEA /* Support Files */ = { @@ -20708,12 +20635,12 @@ path = "../Target Support Files/MMKV"; sourceTree = ""; }; - F11C88251AD8F49786A120EEB4B6AF0F /* Pod */ = { + F0D6FAE4C8FFA9C4B761C9096A17779D /* Pod */ = { isa = PBXGroup; children = ( - B8FAFB1F2123AF7EC5CD57FF62246BBA /* LICENSE.md */, - C85071ECF57D1D16CD91CFDC440EEC7E /* react-native-document-picker.podspec */, - 80260BF7390F1AC61FF453CBCF4A806F /* README.md */, + 099DFCECAEA2C308896B6830D12120B9 /* LICENSE */, + 4DADE5A6172BAD7FBA9E5B7ECEEDF0F9 /* README.md */, + 4A383B4B70622B949C76B786D4780A92 /* RNReanimated.podspec */, ); name = Pod; sourceTree = ""; @@ -20729,37 +20656,78 @@ path = "../Target Support Files/PromisesObjC"; sourceTree = ""; }; - F27095CDF3E88919E756E529605C10BE /* Reachability */ = { + F1E6B869AAAAAC93C64D333B6D10C556 /* Nodes */ = { isa = PBXGroup; children = ( - 5732A5ECEBCEE4A462DCAE8927ED197E /* GULReachabilityChecker.h */, - CA5EC07CAD2EB7899F8CA74876A24F72 /* GULReachabilityChecker.m */, - 799B84ADE607E3B5F5DA2EF124DD3E6D /* GULReachabilityChecker+Internal.h */, - EEAC1DE380BF7DACEB7BF2660EEC8F81 /* GULReachabilityMessageCode.h */, + E980F887F39D57FCA2F6C6A99312EE47 /* REAAlwaysNode.h */, + 948C0A90A29A19ED1AC389C81BB8CF13 /* REAAlwaysNode.m */, + 7C7E51D22D0BE7842EA0D1E89A7AE480 /* REABezierNode.h */, + 3FAE70A234C205C1C8E03CCEB97381D4 /* REABezierNode.m */, + 9E99D2B6AD96EA867AE4102C088F48B4 /* REABlockNode.h */, + FACD07E41A4ED52B18C4E3C2C4BED837 /* REABlockNode.m */, + 67EA6BA245FA725628ABC0BD0370B0D4 /* REACallFuncNode.h */, + EC6B0254EB41274976F100BE22ED8421 /* REACallFuncNode.m */, + CA44D980D6067D1D118521AB93AEE0D2 /* REAClockNodes.h */, + C388F39666BB99F63B54F888E6B42A46 /* REAClockNodes.m */, + 27AD814C5F05D9F7E67C96F2E239ADDD /* REAConcatNode.h */, + 3D062490306449633F46F485AF87CA81 /* REAConcatNode.m */, + 19E390F6CDDD2860C937DBC0D8FC638C /* REACondNode.h */, + A773A0CD3E06C7157A536DED6F312C6B /* REACondNode.m */, + 9D81472F856F2D56BAD520D2F812848A /* READebugNode.h */, + 1D4B95B08ECDB9402481C8A6023DE604 /* READebugNode.m */, + 2B0C856099C6B4C0288C50C7A0354376 /* REAEventNode.h */, + 2AA11FFB16769B97827F04C8CD547BDF /* REAEventNode.m */, + 97A5B36F6860D37C59B408CD9A2D171F /* REAFunctionNode.h */, + 71422610A71BCC782162D4C1985042BE /* REAFunctionNode.m */, + A0A3947DEFD953FD2E99B7D8A4957D34 /* REAJSCallNode.h */, + DB1EF934CD3A7A062729617F262B80DF /* REAJSCallNode.m */, + 9BDC0649976F244B385E849EE659EBFD /* REANode.h */, + 250CC1624255FA7B7FC411A4D1584B90 /* REANode.m */, + 8E699E40B13FAFDFC18B5249444096EA /* REAOperatorNode.h */, + DA89DEBC03B6F228672E577BA297FCFF /* REAOperatorNode.m */, + 2AEE1AE20CE2740D17B0A5D60B528FBB /* REAParamNode.h */, + 99090B494D29ABBA1BD0C98E09B2B767 /* REAParamNode.m */, + 146E3554D46D43755846C29AEE24E700 /* REAPropsNode.h */, + 1AF51AC5FB0FC668725B0C4F02B6E17B /* REAPropsNode.m */, + 75115AC85BF3FA90D1B09323091BA2B1 /* REASetNode.h */, + AA9C281D30EADE038E3BB203DB26D2A6 /* REASetNode.m */, + 2B95A032A0C1F87AF120F0474C6699B9 /* REAStyleNode.h */, + 313C4462EEC2B6D729E87EA723AE2D09 /* REAStyleNode.m */, + 23E5B529B881BC24891D5B1615FB6F2A /* REATransformNode.h */, + 4D2A63AF97D370790158D8E22B6D9C92 /* REATransformNode.m */, + F0991F3A74DB93D2DC98D156CE1009CF /* REAValueNode.h */, + 28849E6BDC3256170438B4A3FB4AB8BD /* REAValueNode.m */, ); - name = Reachability; + name = Nodes; + path = ios/Nodes; sourceTree = ""; }; - F33E4CE1ED2445AC32148D805771D83B /* Pod */ = { + F2AA24B4783A62772DDD1B48598172F5 /* Pod */ = { isa = PBXGroup; children = ( - C2C3DCB7B878FF43A71487C450A92C16 /* EXPermissions.podspec */, + E63AC6689BAECF85EC957D00EC94D2D0 /* EXFileSystem.podspec */, ); name = Pod; sourceTree = ""; }; - F360619BD8DF28801EB8A3425A1FBB30 /* RCTTypeSafety */ = { + F2B2B0ECFA6521B81E30DEE5F555600A /* React */ = { isa = PBXGroup; children = ( - 029A7C5F118B366FCF0283EFAB4C84A1 /* RCTConvertHelpers.h */, - 1A1768EE0AC3475ACB1ADC65D0961C91 /* RCTConvertHelpers.mm */, - 371EBDFAD3773DD3F3D32C375C9F0D76 /* RCTTypedModuleConstants.h */, - 56374DF2B4465C96ACCC150ED45ED297 /* RCTTypedModuleConstants.mm */, - 4FB5F53A027EC9AE4CB62D33D2D5E86C /* Pod */, - 100CCFB74EE76B9D755F7BBDA123E440 /* Support Files */, + 6F03EFFC55EEBBAD05709CFFC4E8D35A /* Pod */, + 3E18B329993F93A8FF9CCCD63DB37096 /* Support Files */, ); - name = RCTTypeSafety; - path = "../../node_modules/react-native/Libraries/TypeSafety"; + name = React; + path = "../../node_modules/react-native"; + sourceTree = ""; + }; + F2B6B4E8DFE8F51632393B687FF0147E /* Pod */ = { + isa = PBXGroup; + children = ( + 941881525477D0E96ADF459F13C8366F /* LICENSE */, + 82756C49D182D9511F7B1559F820BC09 /* react-native-orientation-locker.podspec */, + 6D995DCCC16077D426D55DE2778119FF /* README.md */, + ); + name = Pod; sourceTree = ""; }; F3618D98E1F8B61C15E17D0934E43478 /* Support Files */ = { @@ -20774,6 +20742,39 @@ path = "../Target Support Files/SDWebImageWebPCoder"; sourceTree = ""; }; + F39194181F59B7CA5043B04A440A4A63 /* QBImagePickerController */ = { + isa = PBXGroup; + children = ( + 2AD4696BC7102959143ECFFD3E7A4728 /* de.lproj */, + CA08E5EC9B6113E78AAEE14C49B42475 /* en.lproj */, + 42AC2955450FF0EFB25D36D80213BDAC /* es.lproj */, + 9DB944C5A4560836B6BE94398FCEF780 /* fr.lproj */, + EB0E4FAC9708F6B27596A9DA5C0E4D5D /* ja.lproj */, + 8776F60979BD467D3FC9325BF8389140 /* pl.lproj */, + DC447FC789B013D6C0D511133D0D0AF8 /* QBAlbumCell.h */, + DE37E91110B2DB1F2E5D311908F43B7F /* QBAlbumCell.m */, + 7C872ADBA9ED57BB2326F2B637F20D5D /* QBAlbumsViewController.h */, + C9B652AA84F09172D6E3DFE22EDDBD1C /* QBAlbumsViewController.m */, + 05DB7EABBEBDCD8AA01A01255BB2D3F8 /* QBAssetCell.h */, + A9925D58E7E397E105C34CD3160A4889 /* QBAssetCell.m */, + B53638AB050888EBA66B8FE7F5532578 /* QBAssetsViewController.h */, + F31AA4C1F8E0C33F3A2C42126EC9F514 /* QBAssetsViewController.m */, + 6B1A76501866119A498111814ADF455B /* QBCheckmarkView.h */, + 2A66C5AB55C404EFAA02BD07F9A6B12C /* QBCheckmarkView.m */, + 17F6B6C64ABF99476438A1DA4CDDC3B8 /* QBImagePicker.storyboard */, + C408294883E3AC52287FEF9E18D54ADD /* QBImagePickerController.h */, + 73E68BFFEF2D9F79377DDBCF1D8EA68B /* QBImagePickerController.m */, + D0403206ABC5F20A5DEB9DF01C48BA6B /* QBSlomoIconView.h */, + 3075F83F4BE87D866526148F97409D6C /* QBSlomoIconView.m */, + 724EFD210DEA7870D40BD8ADA7C3B631 /* QBVideoIconView.h */, + E5C4CFEACF732A83AE7FA0CFABA4E409 /* QBVideoIconView.m */, + 01DEA1E13CE45502DE224E1F4C47E8D3 /* QBVideoIndicatorView.h */, + EF9B588884B0BBE909D594520AA1C0B4 /* QBVideoIndicatorView.m */, + E0C27166D9B6D61425E0011299C36F87 /* zh-Hans.lproj */, + ); + name = QBImagePickerController; + sourceTree = ""; + }; F3A946B06BA8847D38E8C7C999EEF721 /* Core */ = { isa = PBXGroup; children = ( @@ -20802,39 +20803,37 @@ name = Core; sourceTree = ""; }; - F48572CCC535053DE8305BC47774E0D7 /* Reporting */ = { + F4B521CE23119457BE35B160E1184076 /* Reachability */ = { isa = PBXGroup; children = ( - 6247AEF5270DEFCCA09283D875056971 /* Filters */, + A9D94D7CB1C26BEA4F82541AC879099A /* GULReachabilityChecker.h */, + FBE21C8DD59B78D45E19D2FC6DB0EC93 /* GULReachabilityChecker.m */, + 8DC0C54C2507B56DCFE1A638F3FD50E5 /* GULReachabilityChecker+Internal.h */, + 644719B17AF9BF4094CA3EE02B6B676D /* GULReachabilityMessageCode.h */, ); - name = Reporting; - path = Reporting; + name = Reachability; sourceTree = ""; }; - F513B08E99991BD6075C3354B7EA01C3 /* Modules */ = { + F5A3C82F9F38A8D5A81DD0EAB475C1AF /* Support Files */ = { isa = PBXGroup; children = ( - D04159077A405350875BDB7CA5A24322 /* RCTEventEmitter.h */, - CA58498FC5524A09BCCA96F1683E885A /* RCTEventEmitter.m */, - 1B982C9C75305A90662326A7440FA2FD /* RCTI18nUtil.h */, - 7D86AFEA1E8D436FD296806D0744D774 /* RCTI18nUtil.m */, - 25BDD2DC13551189D15F275EA994D8A7 /* RCTLayoutAnimation.h */, - EAD27803E5D10ABCFFA8CBA0A970AC92 /* RCTLayoutAnimation.m */, - 96A43DC232EA3F0DC5265F6C2A19EE84 /* RCTLayoutAnimationGroup.h */, - 5216B3E2531DD99512AED9064B0317DC /* RCTLayoutAnimationGroup.m */, - D0AB6032F1546DB6E25A6ACE6ACC48F9 /* RCTRedBoxExtraDataViewController.h */, - A062B510BC83BB6DF18CE83B96894159 /* RCTRedBoxExtraDataViewController.m */, - 9993ABD3D44958DAE192881FA1B41348 /* RCTSurfacePresenterStub.h */, - 47CB5C9DC677EB29112C5827775293D7 /* RCTSurfacePresenterStub.m */, - 7CF42FF7B2EBC06C1B82D50DAE22336D /* RCTUIManager.h */, - 866D07E45A7D4780A71AE12D71948654 /* RCTUIManager.m */, - FB20DC637388E4BA689F93FE512E889A /* RCTUIManagerObserverCoordinator.h */, - 45B80A9F33E706DADBF1F1FAC3660E0F /* RCTUIManagerObserverCoordinator.mm */, - F4F2C1544160BC6A474B60EE5F77FE3F /* RCTUIManagerUtils.h */, - 1EE49E61448DCC6DAEA90081E1E44046 /* RCTUIManagerUtils.m */, + BFA7F279FB92FB35BDE6B83AFF944E2C /* EXConstants-dummy.m */, + 6C131F482B018C042835E763E4053201 /* EXConstants-prefix.pch */, + AE26E153923822E3300C60591B5F4B4B /* EXConstants.debug.xcconfig */, + F1B9071C2F7DF7D3D3F0DC7619FB146F /* EXConstants.release.xcconfig */, ); - name = Modules; - path = React/Modules; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXConstants"; + sourceTree = ""; + }; + F68E4928B770EEED3B5735BEDDABDD3F /* Support Files */ = { + isa = PBXGroup; + children = ( + 1141FC3B5BB4679B7E69FDC404638684 /* UMBarCodeScannerInterface.debug.xcconfig */, + AFD0C84B95E0A7B2E662AB5EE7E7FD05 /* UMBarCodeScannerInterface.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMBarCodeScannerInterface"; sourceTree = ""; }; F6E67C30969DC0EC8E8F6D07542F1C36 /* SKIOSNetworkPlugin */ = { @@ -20887,42 +20886,30 @@ name = Resources; sourceTree = ""; }; - F7988896C43571B90D2678590A726A59 /* Pod */ = { + F9029E15FC9090F7171E44880173B382 /* EXKeepAwake */ = { isa = PBXGroup; children = ( - 3932B4BFFCEA5D7D7FC7F6AFBF9D247B /* UMFaceDetectorInterface.podspec */, + F2803B32CD03D0764CA45200B582E87A /* EXKeepAwake.h */, + 95D67F2B83C4C698AEFC6E51D19DAC41 /* EXKeepAwake.m */, + 5C407B1B225C821A9688C4FAB89533D3 /* Pod */, + 850A4B1863DABB94BB37D4CCF40669C6 /* Support Files */, + ); + name = EXKeepAwake; + path = "../../node_modules/expo-keep-awake/ios"; + sourceTree = ""; + }; + F91924AC2CF6AD9510F437ABD0B47FAA /* Pod */ = { + isa = PBXGroup; + children = ( + 346A7299E3D4A382BB1692D9F661589D /* React-jsiexecutor.podspec */, ); name = Pod; sourceTree = ""; }; - F7AC5870164BE37CB71788B62B783F4C /* Pod */ = { + F9A310C37BAEC741D434B4232A0151AB /* Pod */ = { isa = PBXGroup; children = ( - 34AEDE0BD8179E53D2D3DB6B7B9F40B7 /* LICENSE */, - 72E0AC19E55696594533B20555734F3D /* react-native-webview.podspec */, - FA3E4CBAAFC18432237F6D18A139C9BF /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - F808A29EF6D2BF27D4ED02DC44442A59 /* UMPermissionsInterface */ = { - isa = PBXGroup; - children = ( - 3E6621284928A4F9127989B9EF1C7BB9 /* UMPermissionsInterface.h */, - 9DE99DFD7B85B89347D444571AAEC186 /* UMPermissionsMethodsDelegate.h */, - 63CB6A3006C88E014F9742E1AB6FD744 /* UMPermissionsMethodsDelegate.m */, - E64D5D232274B1FA2A081216DF62B0AB /* UMUserNotificationCenterProxyInterface.h */, - 405F2D65039F5D74A254A526559005AC /* Pod */, - E0447CF6A66B6832EF685C8D8E84EDEA /* Support Files */, - ); - name = UMPermissionsInterface; - path = "../../node_modules/unimodules-permissions-interface/ios"; - sourceTree = ""; - }; - F98C87547B0BE5635DD3323F044F3AB3 /* Pod */ = { - isa = PBXGroup; - children = ( - 1749D28981829096D828BD34F0484AD0 /* React-RCTAnimation.podspec */, + C710C0DEB2E14936669D130E486EC49C /* EXLocalAuthentication.podspec */, ); name = Pod; sourceTree = ""; @@ -20936,53 +20923,24 @@ name = FlipperKitReactPlugin; sourceTree = ""; }; - FA7DE264105FD72149CA87455D37E696 /* Support Files */ = { + FB11F823E2FA12E802C71DBAF9DED4C1 /* Pod */ = { isa = PBXGroup; children = ( - 80A3043D2879C28BCEB0B08D17CF1FF5 /* ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist */, - 4C38FBE8F7CED699F64860EE64073516 /* RNImageCropPicker-dummy.m */, - 33BAA8C32AE816808A6B5391FF5B9C0E /* RNImageCropPicker-prefix.pch */, - C54739594C9F12ED91B3A24A811C6E3C /* RNImageCropPicker.debug.xcconfig */, - B86E5D4DE381D4F6E5472B43B919D882 /* RNImageCropPicker.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNImageCropPicker"; - sourceTree = ""; - }; - FABC93F2FAEA3F0CBF5CC666F9A92F1E /* Pod */ = { - isa = PBXGroup; - children = ( - 7B16C0CAF17D87BD8378FB79E3F81243 /* EXWebBrowser.podspec */, + DE0E9932838B57C197008B449EA055F5 /* UMSensorsInterface.podspec */, ); name = Pod; sourceTree = ""; }; - FC81F8DBB5CBED15EB7BF6D18332DD79 /* Support Files */ = { + FB277C1C88318223EE4C68C66BDCD494 /* Support Files */ = { isa = PBXGroup; children = ( - 73A16102B2018BA31D7EFB9EF4A652D4 /* React-callinvoker.debug.xcconfig */, - 69C887D0A79950BD4A99556405A3C390 /* React-callinvoker.release.xcconfig */, + EEB995B2D730D162A54F93D035725392 /* react-native-restart-dummy.m */, + C4B66CF4533FD27ADDF65300B3F875B7 /* react-native-restart-prefix.pch */, + 075E2316CDBA184F5871EC6E2F260E62 /* react-native-restart.debug.xcconfig */, + A5E0D6E3977FCC0A91EE437CFB155D6E /* react-native-restart.release.xcconfig */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-callinvoker"; - sourceTree = ""; - }; - FC9F5289BC37CA84CD8FF2EF5E9BB45C /* Brushes */ = { - isa = PBXGroup; - children = ( - 1BF2A62CDAEC62FD3C113D8D4F055933 /* ARTBrush.h */, - FEBBF7AF68F33889F4E9C691FCE86068 /* ARTBrush.m */, - DB8EF10FCBC488C35687478E6EE45CF4 /* ARTLinearGradient.h */, - F92A93A40CA46BC1EB5DBF730B2A9DA5 /* ARTLinearGradient.m */, - CAE4DE9255E54CA5611A891BC0BBAAB3 /* ARTPattern.h */, - 44DD50027694D12307F2F079CE95B327 /* ARTPattern.m */, - 96BABF48CDDDB6FFD5262835706FBBF9 /* ARTRadialGradient.h */, - E0770E50D0CB754AE88BDFE96554F6BB /* ARTRadialGradient.m */, - 7DDAE664C6BD4BA52FCE28BE3DC2DCC8 /* ARTSolidColor.h */, - BB42CF3B380B72E8CD28585A7E09D6F1 /* ARTSolidColor.m */, - ); - name = Brushes; - path = ios/Brushes; + path = "../../ios/Pods/Target Support Files/react-native-restart"; sourceTree = ""; }; FCB433313CDFA874DF03B7FB87A8ED22 /* boost-for-react-native */ = { @@ -20994,6 +20952,17 @@ path = "boost-for-react-native"; sourceTree = ""; }; + FCC35511129B9FF3E63A73930D5D8464 /* Multiline */ = { + isa = PBXGroup; + children = ( + F22EB5E9D9AF14B732F142E39A2B20D2 /* RCTMultilineTextInputView.h */, + A1B1E9FD44F86147BC309712FAF9CE43 /* RCTMultilineTextInputViewManager.h */, + BB9F9260AB105CD83A06EDFABDB69666 /* RCTUITextView.h */, + ); + name = Multiline; + path = Multiline; + sourceTree = ""; + }; FCF903E1E4248D32980AF1AA064950F8 /* GoogleDataTransport */ = { isa = PBXGroup; children = ( @@ -21044,6 +21013,49 @@ path = GoogleDataTransport; sourceTree = ""; }; + FD3CD3F4BDCF20E94D3C3535D7B7AC97 /* CoreModulesHeaders */ = { + isa = PBXGroup; + children = ( + 4CE692EBB536E058E9DFD134C0D562C7 /* CoreModulesPlugins.h */, + BB15336F39A847D9E56CF9A10569148E /* RCTAccessibilityManager.h */, + 216AD0826E6548AC6A92C4157EF3644C /* RCTActionSheetManager.h */, + 1BB5C7B5A52736F3BE5159030C40DEF8 /* RCTAlertController.h */, + 2CBC0B139AE3B576BFA49B173F1B6FFC /* RCTAlertManager.h */, + F51EBD7D1E38C1BF4D25338DB69E8B16 /* RCTAppearance.h */, + CD7949D5C48340C825D94397FB112210 /* RCTAppState.h */, + DCB09A0C1EE7D3ED5287C05CB717B015 /* RCTAsyncLocalStorage.h */, + 5F285C3D6A6BE88ADB246061305F1A69 /* RCTClipboard.h */, + 706BD084D3614677F1F93407910DC559 /* RCTDeviceInfo.h */, + D7BB667CBF23AEB10205AD5FBE1F58B8 /* RCTDevLoadingView.h */, + 9FFA058CA3E1841ED42F1D92D497A947 /* RCTDevMenu.h */, + 8658B368F1B7D145A580B420270ED836 /* RCTDevSettings.h */, + 2DFB7FBD224B63D4BFF1E65D17D848D0 /* RCTExceptionsManager.h */, + 98586AB9F1BC0BE3222F41C96FB5FEEA /* RCTFPSGraph.h */, + B74DCA1E479BBC083FD52F94A88CED48 /* RCTI18nManager.h */, + 83BCFEE40220888A29C367704FD6B9C3 /* RCTKeyboardObserver.h */, + 076AF9B37344148E311E7B228A383DEE /* RCTLogBox.h */, + 0CFE095BDA552AD234DB5828A9742226 /* RCTPlatform.h */, + 92688811DF7A9926F8FB520E04113464 /* RCTRedBox.h */, + E5902898DE8BF6080BA3BDD1BC6035AA /* RCTSourceCode.h */, + 36CBD3B9AE26C9FF2C3B8434C10D50CF /* RCTStatusBarManager.h */, + 97BC23DB30FC0E706968AF8308390589 /* RCTTiming.h */, + 7E074E72FAA8B2520F43080EF554B384 /* RCTTVNavigationEventEmitter.h */, + 7F5528EA09EFAE6B38E3C1160D4CFDF3 /* RCTWebSocketExecutor.h */, + 2F17182801B719DC47BE8A85A1AACA4D /* RCTWebSocketModule.h */, + ); + name = CoreModulesHeaders; + sourceTree = ""; + }; + FD6924DD1E3ED295D2D3AFF487AE0273 /* Pod */ = { + isa = PBXGroup; + children = ( + 3FCF27F09BB1924CF17AC406A7A314EE /* LICENSE */, + AD8FD54B11A8FD22729D131CA3137355 /* react-native-netinfo.podspec */, + CBB68EE9871285130B9EC70E27E0482F /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; FD974D67475CF081710734FD9594C27A /* Support Files */ = { isa = PBXGroup; children = ( @@ -21056,115 +21068,80 @@ path = "../Target Support Files/DoubleConversion"; sourceTree = ""; }; - FDCC8AD142EDD0E5D6865266618244B0 /* Pod */ = { + FFD69D793D026CFAF42E787D7A7158EB /* RNScreens */ = { isa = PBXGroup; children = ( - 6124E76124D5D68655590FC59714379D /* LICENSE */, - C3A94FD63D730CAD60C4E93BC3718E64 /* README.md */, - 9091528AB3DE05E81F82CD460DB2A29F /* RNFastImage.podspec */, + 6AF9EFE5D574B9917683C13991CEDFD2 /* RNSScreen.h */, + 2BCABA2BCE526F180984A94646D499AD /* RNSScreen.m */, + 3F9EFB1202C400D49F1D4FE6CF851BFB /* RNSScreenContainer.h */, + 9657D1E397B1F7BA25435BCFB99BA4CE /* RNSScreenContainer.m */, + 608F5520F27C16859DAFCDD1B353494E /* RNSScreenStack.h */, + A41FF385F58591270ED5B0C665F20415 /* RNSScreenStack.m */, + 533B367B186F31868EC38D4FD04E6896 /* RNSScreenStackHeaderConfig.h */, + BF3AB2AF8C3245233CA9BD2973C44369 /* RNSScreenStackHeaderConfig.m */, + 7EC0FB8C6D6E0DB01F6D88F1CF903ABF /* Pod */, + 9B1CE42BE148DF04FEC01AE4FC398A8E /* Support Files */, ); - name = Pod; - sourceTree = ""; - }; - FDE3FD936D367C74AABAE063BB0AF9FA /* rctcustomInputcontroller */ = { - isa = PBXGroup; - children = ( - D84E69754A0D4FDBCE0C052A0319CE6A /* RCTCustomInputControllerTemp.h */, - E61F81072D2EC2A3897A476C2FE3B140 /* RCTCustomInputControllerTemp.m */, - F914341F539FF126F01DE69CD8C8F006 /* RCTCustomKeyboardViewControllerTemp.h */, - EA0BB0A0BFE4F2CB6A93F2BC803EC514 /* RCTCustomKeyboardViewControllerTemp.m */, - ); - name = rctcustomInputcontroller; - path = rctcustomInputcontroller; - sourceTree = ""; - }; - FF2EB2A486A938384DCF76C43A1E51AC /* react-native-safe-area-context */ = { - isa = PBXGroup; - children = ( - 8DE0AE382E73F391070A03814F33213A /* RCTView+SafeAreaCompat.h */, - 74B5E20D68E642ECCD6708CF0DCAD679 /* RCTView+SafeAreaCompat.m */, - F14A849C2C9B2CEEB4F0B9C699D6EA1A /* RNCSafeAreaProvider.h */, - 99688F282F0A012B1381B6068A7624FA /* RNCSafeAreaProvider.m */, - FB2696973117BCE57CF3C58C0188B083 /* RNCSafeAreaProviderManager.h */, - F037EC4F73F57C22672B80867DE53943 /* RNCSafeAreaProviderManager.m */, - B39B12F1A5E14751041492FCCBF2033B /* RNCSafeAreaShadowView.h */, - F0D5853E35D86ACA3C347FD0E915E773 /* RNCSafeAreaShadowView.m */, - 656C39989F4BBA58463712D2CC9ECB78 /* RNCSafeAreaView.h */, - CCB95D48A060BE3254244328009809DF /* RNCSafeAreaView.m */, - 13204D1DBD99998D3398EF8FB64CE9DF /* RNCSafeAreaViewEdges.h */, - 6E075784007E2D319862BA72A46015F7 /* RNCSafeAreaViewEdges.m */, - C253635FF1C1A32EBC240C5796976D2C /* RNCSafeAreaViewLocalData.h */, - 8AB9C3CF4449B723F5D73679F164418A /* RNCSafeAreaViewLocalData.m */, - BB462F456A6FC28C69C4B83FF425FD06 /* RNCSafeAreaViewManager.h */, - 0BA5B665E069B481C562627BE40E6125 /* RNCSafeAreaViewManager.m */, - 6B315F97E506E5B42BB62F45AD75574D /* RNCSafeAreaViewMode.h */, - BE5BD84C4AD1A7D221D541EBDF680E48 /* RNCSafeAreaViewMode.m */, - 22A57A7E09CDAAB9BF6A6AF8B05208DB /* Pod */, - 481CA115B0BC1E37D58D9560FB91E63D /* Support Files */, - ); - name = "react-native-safe-area-context"; - path = "../../node_modules/react-native-safe-area-context"; + name = RNScreens; + path = "../../node_modules/react-native-screens"; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 02E8617DD70FB8263978E5838A0CFA6E /* Headers */ = { + 020509F05CB0B5BF9AAC64C9E6F3AAAB /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - DB9402CC77107738DC311B9F0D68E58D /* FIRAppInternal.h in Headers */, - F59BCE6F71857B254E0ED04E7EBB21BC /* FIRComponent.h in Headers */, - B88F11F419769EA847B5138AC0575BD9 /* FIRComponentContainer.h in Headers */, - 3D66408B9F8281101FEC05C154C0FE31 /* FIRComponentType.h in Headers */, - 72BBB4451EB65DCFC7449FEE30AB940A /* FIRCoreDiagnosticsConnector.h in Headers */, - 2E1F5E61285BAA99BD78577711CA9B5D /* FIRDependency.h in Headers */, - F1B3D34466F622D69DEEDEB3AE6131A8 /* FirebaseCoreInternal.h in Headers */, - 5933E0EAB87B3D53C94D50CC084C6D95 /* FirebaseInstallations.h in Headers */, - 8B288FF99FDD4FF638F0E789B5DEB042 /* FirebaseInstallationsInternal.h in Headers */, - E0FCF1316026221791520A6C8C1B5A21 /* FIRErrorCode.h in Headers */, - 4A896F01285E40109FA49002175738EB /* FIRErrors.h in Headers */, - 77A443077DFF6DDF2FBAE81A7E072A5A /* FIRHeartbeatInfo.h in Headers */, - E6B96CC123DA8805C8139A6664A5A758 /* FIRInstallations.h in Headers */, - 009FF0611BB40536C7E55C893F120694 /* FIRInstallationsAPIService.h in Headers */, - 0F526F8ECE4864D931BAB06C581EF2A8 /* FIRInstallationsAuthTokenResult.h in Headers */, - AFD8E0A491B06B8BB161E0B62F7DD5DC /* FIRInstallationsAuthTokenResultInternal.h in Headers */, - C949EAF97B15E86E5D2FA5A444B60786 /* FIRInstallationsErrors.h in Headers */, - C1CBB702E15150B73DC1362E2270DBBC /* FIRInstallationsErrorUtil.h in Headers */, - 82A8C735673AB5BD4775AA8EDA29BBF5 /* FIRInstallationsHTTPError.h in Headers */, - DC54E9D36EAFB9DAD289BCE6FA2DDB67 /* FIRInstallationsIDController.h in Headers */, - E25653A10C2B08B8CA728E8AC6964787 /* FIRInstallationsIIDStore.h in Headers */, - B3324256BD597B34D98A2FD9B18F02F8 /* FIRInstallationsIIDTokenStore.h in Headers */, - 333BC702D1A9BECA66EF1537893DBAD5 /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */, - F2FA208256E4D6750626283AB434A8A2 /* FIRInstallationsItem.h in Headers */, - FC67D99DCACC5FE2683E8EABC305AD00 /* FIRInstallationsLogger.h in Headers */, - 9D7D7F574528EA6486789CF65BA0E0AB /* FIRInstallationsSingleOperationPromiseCache.h in Headers */, - 5E9CDB6AB4B43366569AD6341E339A31 /* FIRInstallationsStatus.h in Headers */, - D025436CF178E15392443265ADCD4AF2 /* FIRInstallationsStore.h in Headers */, - 8B51A33CAD3BC04DECD6545D4E6BBB7D /* FIRInstallationsStoredAuthToken.h in Headers */, - D7E63E28893E0CEA70E87C65D8C8F809 /* FIRInstallationsStoredItem.h in Headers */, - 1C2334D00280239415554018B86DEC22 /* FIRInstallationsVersion.h in Headers */, - 9DFFA97DB979F7F60B026F1CCE08E7CD /* FIRLibrary.h in Headers */, - 512BE88134498726A8FF4E64FCB179C0 /* FIRLogger.h in Headers */, - 617676470AA9F9716121D821FAB43BA7 /* FIROptionsInternal.h in Headers */, - 79B631AE50D6815BDC96A0A31C37B300 /* GULAppEnvironmentUtil.h in Headers */, - D08BEADB96AB8168ED715B6C90836C4F /* GULHeartbeatDateStorage.h in Headers */, - 40AEB96BAA7588D07C4BF14AA08CAC18 /* GULKeychainStorage.h in Headers */, - 6479409241D07C6A3228BDA6DC9CA73E /* GULKeychainUtils.h in Headers */, - 7227919C007DF0E4799423397A9E520F /* GULSecureCoding.h in Headers */, - AD131F72E06D5F0196B11FA4F0820429 /* GULUserDefaults.h in Headers */, + D5FEE70D65F512125F02B6C67C4FF25B /* FIRAppInternal.h in Headers */, + 45A6C3005DBB5DED4F0F84DC8F98F9A2 /* FIRComponent.h in Headers */, + 46B49E7DC406D4934EA9D547DD591AF4 /* FIRComponentContainer.h in Headers */, + 26C27EA461F780C6B320445D32D3F187 /* FIRComponentType.h in Headers */, + 86B846321E3E13F2810189FD37D7A312 /* FIRCoreDiagnosticsConnector.h in Headers */, + A68B8FFD225A335FF0BBECB05284CCD5 /* FIRDependency.h in Headers */, + 8598BABD1E3AD32839B4F6C5B201438E /* FirebaseCoreInternal.h in Headers */, + 634C435244A7E5B3F909D8517F49F22F /* FirebaseInstallations.h in Headers */, + D5448A1F18246C38A6D8590DAF3D9FDD /* FirebaseInstallationsInternal.h in Headers */, + 02F217B85BF017183EFDEF8A0FCF74C5 /* FIRErrorCode.h in Headers */, + 33CE31557668457B505E3E7267C2D420 /* FIRErrors.h in Headers */, + AD5B4615C07C7F4A5BF1C6AB86BC4BE1 /* FIRHeartbeatInfo.h in Headers */, + DDFDDDFA1D6A1870374068F0A3987119 /* FIRInstallations.h in Headers */, + B4F47813DCBA5561867A60526ADC339A /* FIRInstallationsAPIService.h in Headers */, + F9236AE698EBA575021E02166E2E7C09 /* FIRInstallationsAuthTokenResult.h in Headers */, + AD4EA5FF947A946A12CB1F854DBBAFEF /* FIRInstallationsAuthTokenResultInternal.h in Headers */, + 91D5A48D209B28173B7D3F1AC8D96707 /* FIRInstallationsErrors.h in Headers */, + 924FB29AA06B84BADC40715FD4F27E7D /* FIRInstallationsErrorUtil.h in Headers */, + 390E08006C0AA6D595314E21778AA389 /* FIRInstallationsHTTPError.h in Headers */, + 1E66F0FC45657A3549C11AEB36CD942F /* FIRInstallationsIDController.h in Headers */, + 653A93687DF597A5B7AA9DE224E1E030 /* FIRInstallationsIIDStore.h in Headers */, + 2ECD850315B08594367B770A1D0FFCA2 /* FIRInstallationsIIDTokenStore.h in Headers */, + 1EABE04AA6D48550D6D19EAB214A20C5 /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */, + 552C6D55EF29BCA77347AE55C128ACE8 /* FIRInstallationsItem.h in Headers */, + D2EC03E88D500BB5EF7BE4CA557D290A /* FIRInstallationsLogger.h in Headers */, + 8774436A54EB21854C5010BA5F62E7C4 /* FIRInstallationsSingleOperationPromiseCache.h in Headers */, + 8C8748258DB9A20FCB1046EAB529892D /* FIRInstallationsStatus.h in Headers */, + 1F039DE5D6C3194875F36D15B2B6EB8F /* FIRInstallationsStore.h in Headers */, + 005018AF0B31CF95686BFEB38BE598EC /* FIRInstallationsStoredAuthToken.h in Headers */, + F6508B365F45775893D89A7B046A9D17 /* FIRInstallationsStoredItem.h in Headers */, + 2C07B14C8D3FE7131298ACC1FD0EE26A /* FIRInstallationsVersion.h in Headers */, + 1B7AFFF720AD04C591314C221AC6DE0C /* FIRLibrary.h in Headers */, + 92F9FFB6DDE3D10B5038C2CCD1BC4302 /* FIRLogger.h in Headers */, + AAF0C65AA93ABCCF8215D8AB90AF1650 /* FIROptionsInternal.h in Headers */, + 775ACF13A625699FD83D0971C3E58A79 /* GULAppEnvironmentUtil.h in Headers */, + 784CD9C35E0709D505DC68569C1E3929 /* GULHeartbeatDateStorage.h in Headers */, + B5B6035BD0A2B09D000C83E15D0C5C42 /* GULKeychainStorage.h in Headers */, + FBD0CC4DD4BD2982628F068C23C5FB0F /* GULKeychainUtils.h in Headers */, + 9BDB38B8F2545EDD0BD84A28C1E4E760 /* GULSecureCoding.h in Headers */, + 71581AFDF0E84032D8A7E801F3F5A60B /* GULUserDefaults.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 039D94B206E66EA91840E2A721CCDBAE /* Headers */ = { + 036680653A3165A017658DC466F456CB /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 7595CD4FA9CC682A4DDF53128610668C /* log_severity.h in Headers */, - 718B9B5BE8BB2D2C0855EEF4CDEF8DD8 /* logging.h in Headers */, - 02A459F8B509FBC7A9860B2E06008497 /* raw_logging.h in Headers */, - ACB5C9AD6C9F58860EB46B3862ECBEE9 /* stl_logging.h in Headers */, - FE0F8CB490ADF00A3709CD33F21E722E /* vlog_is_on.h in Headers */, + 45027211520A83A43ECD43DDF3FB690C /* RNCAsyncStorage.h in Headers */, + 87469251DF01A53605D1D124DECD9442 /* RNCAsyncStorageDelegate.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -21184,40 +21161,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0E5AA51EFEB8195319ADF4E87CE2AA09 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 4C130A7A6F7041A52DD76C5542724ABD /* AESCrypt.h in Headers */, - 671A16BD802773C27661579DEF0F36F5 /* Checksum.h in Headers */, - 95577C9C0C99C2FE45E2A90B74A8A5EA /* CodedInputData.h in Headers */, - 673022A562DAD535FCEB9462B436684A /* CodedInputDataCrypt.h in Headers */, - CD015DC87E173017414578A3FE3AC4D5 /* CodedOutputData.h in Headers */, - A96197529C2FB19CF932F47A12FD34AE /* InterProcessLock.h in Headers */, - 3FC503E58A55BC37B38E797ED054B29F /* KeyValueHolder.h in Headers */, - 77F1B392EF92FE277845B808BA467FC0 /* MemoryFile.h in Headers */, - 9BDED7425F5368EEBE2D86CEBE2AAD7C /* MiniPBCoder.h in Headers */, - AE2B551B069292AD2545C783EF6C37E3 /* MMBuffer.h in Headers */, - 0BF74399507D5965BD31A42D89F348EB /* MMKV.h in Headers */, - A301FCCE4CC8DF2EE01BE17ED00747A3 /* MMKV_IO.h in Headers */, - EA539D214D2BA5BE1819E4A9A266763A /* MMKV_OSX.h in Headers */, - 570A6E10E38F2287A73487A115D33F6E /* MMKVLog.h in Headers */, - 3B9F65F829A56CC98E0194D505D3B1C4 /* MMKVMetaInfo.hpp in Headers */, - BA26CF42965288440254125F54E91DFF /* MMKVPredef.h in Headers */, - EE66D56ABAB4341FE23D3A116AB4EFC3 /* openssl_aes.h in Headers */, - CD620F2F3B9D1BF7CF201E5EEA85EECB /* openssl_aes_locl.h in Headers */, - 52E240CC30E4F2A727B8B62439A5A559 /* openssl_arm_arch.h in Headers */, - 3D32771D5E418B899CD6250D8A48A401 /* openssl_md32_common.h in Headers */, - D6DF4F2D83BD615C95810E884139BE20 /* openssl_md5.h in Headers */, - F8FD584D4B77C0896F15266F5D7C0D09 /* openssl_md5_locl.h in Headers */, - 820D5B185F1C11D260DED8B7EAD8F12D /* openssl_opensslconf.h in Headers */, - 8BB6F3580223D7CE6AAA00E2F1AD3002 /* PBEncodeItem.hpp in Headers */, - D5EE541D4B907DCF71D1230D0FFAF133 /* PBUtility.h in Headers */, - 869A9A3D7996DC1E0F0654737C8EC4E9 /* ScopedLock.hpp in Headers */, - 15F81E88494B867EE19ADA9D807AA0B0 /* ThreadLock.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 0F4E009DFD7749E7B577A29B6D019C79 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -21247,6 +21190,24 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 12BA4BD5A0E36FFD06BF90DEEBFAA221 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 396D2A75713581498DCD60CB5355239A /* Restart.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 16C9301B3B44A3BFC2EE8398700F5F45 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + EFBFF84A22B10AF3DB83583DE277FDDB /* FIRCoreDiagnosticsData.h in Headers */, + A72B548AF3493AAFA8C2D76B9C4548AE /* FIRCoreDiagnosticsInterop.h in Headers */, + 73506B2CD34FFFE8E5029F5D78143E24 /* firebasecore.nanopb.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 1730F1E89CA1DDD7D7476C57B6252E14 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -21292,6 +21253,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 263931860401D582A36FB5B609FFE2ED /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + BC2E89F8D82C209DF700599CBB398BC2 /* RCTView+SafeAreaCompat.h in Headers */, + 6ECBF5784368998C907A12EEC0B0C73A /* RNCSafeAreaProvider.h in Headers */, + 49D6527B677B2AAE061BD43ADDB24CF0 /* RNCSafeAreaProviderManager.h in Headers */, + 963DFB09DAB4DBBE715082D650F56D54 /* RNCSafeAreaShadowView.h in Headers */, + 2229B836BCE066BCE8443CEAD075AB36 /* RNCSafeAreaView.h in Headers */, + 16638CFEBFCF81BB884E5140AF782F42 /* RNCSafeAreaViewEdges.h in Headers */, + 2A493B365180564C43897233FB469DDA /* RNCSafeAreaViewLocalData.h in Headers */, + 8CC0F0CD004FF65F42A36EA181353ACA /* RNCSafeAreaViewManager.h in Headers */, + 73180619049657209DC7D86AC88197A4 /* RNCSafeAreaViewMode.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 26A23655F21CBD09F78E45A793A191CF /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -21321,15 +21298,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 29394FD944E7E532A4A9758598FDA488 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6A5977B6D712F1ACFA75658B56664AAA /* RNCAsyncStorage.h in Headers */, - BCB6AB6E9F134247AFE99BB796408BF6 /* RNCAsyncStorageDelegate.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 2A9387DF142BD85B80AE2179E26DFD0B /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -21393,10 +21361,235 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 33072B34A4F91A20C94E3AFADEC6F1AD /* Headers */ = { + 32767EF8ECDB0C6BD745D060BE4CE041 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + 8311E72CAA8F9E9BD91E45FC666AB30F /* crashlytics.nanopb.h in Headers */, + 80AA91DFE0D4678B6DFEFEC45C8E0E0D /* dwarf.h in Headers */, + 260DB19B6644A2396087FC1DE332FE12 /* FIRAEvent+Internal.h in Headers */, + FF70FC6F5D3761FE40B99AA4C23D3EEA /* FIRAEvent.h in Headers */, + 9AE1798E8CFBF0D82711FAA39E05C659 /* FIRAnalyticsInterop.h in Headers */, + 0BB87BB56EC4CDDBDE9FE9F8A90B6FF4 /* FIRAnalyticsInteropListener.h in Headers */, + 3C86F83D78D608D42E1E866B89288070 /* FIRAppInternal.h in Headers */, + 112777D62F436077F0FA680DBEC5A1EF /* FIRAValue.h in Headers */, + 4BF7D8AD0341BF2D6038425539046F06 /* FIRCLSAllocate.h in Headers */, + E039CEBCCC6EDCAA4BCABF1C61C90592 /* FIRCLSApplication.h in Headers */, + ADFCD3A2706CC75F9602F7A1F7B87496 /* FIRCLSApplicationIdentifierModel.h in Headers */, + 45245EE802CEFF044288490B63DC9298 /* FIRCLSAsyncOperation.h in Headers */, + 3C658D03EE7F91ACF21B6BA54968CC2A /* FIRCLSAsyncOperation_Private.h in Headers */, + 3DFF160D5D32118FC78B5ECA9F60D15C /* FIRCLSBinaryImage.h in Headers */, + F383E8CAB520F58783077E9FC08035FE /* FIRCLSByteUtility.h in Headers */, + 6379E3A2C7710F77B1D82D19FFCA0B66 /* FIRCLSCodeMapping.h in Headers */, + 11A85C855F5C7A2E5177C69C3BF22596 /* FIRCLSCompactUnwind.h in Headers */, + 37155C9A23F3686103AF605C48F2B5F6 /* FIRCLSCompactUnwind_Private.h in Headers */, + 10C87CA9E786E2BDDA994CD998E431B3 /* FIRCLSCompoundOperation.h in Headers */, + 72FE894B264032DF7503F549814BACD3 /* FIRCLSConstants.h in Headers */, + E086CC4B377DC0CB9E7282DC7C79E4FF /* FIRCLSContext.h in Headers */, + 6345AA3828169CE4F6CF1A1A36901F1C /* FIRCLSCrashedMarkerFile.h in Headers */, + A765BD963D4428B0585FE5B579CD0DD0 /* FIRCLSDataCollectionArbiter.h in Headers */, + 3243D597656CEC3CDE323FB3E15F9733 /* FIRCLSDataCollectionToken.h in Headers */, + A78DE8FD69DEF90F78B3FAAF700A689D /* FIRCLSDataParsing.h in Headers */, + 7167B965D01133DD17EB83443D0A5EEB /* FIRCLSDefines.h in Headers */, + C554773F2F5FE734396460C3F21032D0 /* FIRCLSDemangleOperation.h in Headers */, + 4F0623912454B0B1745104ACE37AFC55 /* FIRCLSDownloadAndSaveSettingsOperation.h in Headers */, + 4856D77E79300FF9FF7343AF66544786 /* FIRCLSdSYM.h in Headers */, + 50DA7E544966A994EDC0791F8243C118 /* FIRCLSDwarfExpressionMachine.h in Headers */, + 0DAFC0D2F918A9116DC84666FD816DA8 /* FIRCLSDwarfUnwind.h in Headers */, + 343056D483AE9E54026ED01F88716B66 /* FIRCLSDwarfUnwindRegisters.h in Headers */, + 56209362F846A0481A2708487D46C887 /* FIRCLSException.h in Headers */, + CB7E9F829043F6AB82186367F2E48B43 /* FIRCLSExecutionIdentifierModel.h in Headers */, + AFF10DB125E49A4D18AD5E887ACDC2B0 /* FIRCLSFABAsyncOperation.h in Headers */, + FFE400AAC761EA591772C878F03A1205 /* FIRCLSFABAsyncOperation_Private.h in Headers */, + C423B4D4146C4D5378542A249A529189 /* FIRCLSFABHost.h in Headers */, + 16F2E222CA813B20598B313BD1767799 /* FIRCLSFABNetworkClient.h in Headers */, + 3473DFB0B8BF851CA1728786677CAC98 /* FIRCLSFCRAnalytics.h in Headers */, + 0EEEF255302DDAAD412F3594E6C10872 /* FIRCLSFeatures.h in Headers */, + 9392AA86C752EEA7EAB523238AE4B9ED /* FIRCLSFile.h in Headers */, + EDB3687933C25874D592CE7B549CB187 /* FIRCLSFileManager.h in Headers */, + 4237CB28A93D63F055C9BDED6CBCC7EF /* FIRCLSGlobals.h in Headers */, + 30A1CB2F80C8B906C6D494DEABDA2FA3 /* FIRCLSHandler.h in Headers */, + 926D25912B0CD340523B8BBE1D1B4BED /* FIRCLSHost.h in Headers */, + 61F360BB74C47E4DD49F16BA54CCB623 /* FIRCLSInstallIdentifierModel.h in Headers */, + FEE8C91B286AB687153B2272CD84B297 /* FIRCLSInternalLogging.h in Headers */, + 2135E55C7EC82527CA8708511183121F /* FIRCLSInternalReport.h in Headers */, + E871E1A64D7E790E13D483F30698DDF3 /* FIRCLSLogger.h in Headers */, + 32A8B527C93E5F83EE68F864CE5FEF1F /* FIRCLSMachException.h in Headers */, + 43796D2D03FF0316D5A673E35CA4D326 /* FIRCLSMachO.h in Headers */, + BD7301C49376A9E34CBB88BAC8B547A9 /* FIRCLSMachOBinary.h in Headers */, + 4060AAC8DD78247E410BF7F3B21F190F /* FIRCLSMachOSlice.h in Headers */, + 0FFF2FC0A67629A3B7AB724F21F48709 /* FIRCLSMultipartMimeStreamEncoder.h in Headers */, + 70D7776F803D16F95E0279515D70CF05 /* FIRCLSNetworkClient.h in Headers */, + EB0532A0792B8C7D140E7BE6A5CEA522 /* FIRCLSNetworkOperation.h in Headers */, + 60A91ED6863380CE90D0BC0348E05C0D /* FIRCLSNetworkResponseHandler.h in Headers */, + 747347C9E6B56B20574F135626579054 /* FIRCLSOnboardingOperation.h in Headers */, + 727F3EB2A5D6C20A5C3223F68E21D0F4 /* FIRCLSOperation.h in Headers */, + 9E378456F6F094F566A40FC1A6089CE7 /* FIRCLSPackageReportOperation.h in Headers */, + 1F2EC492BC1F82C19F6B082CE21A986B /* FIRCLSProcess.h in Headers */, + 75AFF88B35DB80A20441A5235DA91D44 /* FIRCLSProcessReportOperation.h in Headers */, + 33A8A4684BA7202F22C26A22469BEB88 /* FIRCLSProfiling.h in Headers */, + 434B27B16B6D059D2382DCEB0F806AC1 /* FIRCLSRecordApplication.h in Headers */, + 4BC5947E2DB7BCB3A8391E042F053CBC /* FIRCLSRecordBase.h in Headers */, + 1CAF1C5CE4843B418A9571A2DB109992 /* FIRCLSRecordHost.h in Headers */, + 92FEC29E2EC4E58491F89493BF8C319C /* FIRCLSRecordIdentity.h in Headers */, + C752280AF1A0E147F3BA15E5D3A381F4 /* FIRCLSReport.h in Headers */, + CB1957D6916C507C90A6206C49E52276 /* FIRCLSReport_Private.h in Headers */, + E771F51F72070306998C8DD2C68841EF /* FIRCLSReportAdapter.h in Headers */, + 801CB805FF65C17EF15249695443EA2F /* FIRCLSReportAdapter_Private.h in Headers */, + 53401EAEB03C4E2DDE64E90C7BF3EC02 /* FIRCLSReportManager.h in Headers */, + 958DB63628A60CE6D8D7446EE46F7314 /* FIRCLSReportManager_Private.h in Headers */, + 8D38F9FAEC93C152A875F7EBEE91CAD4 /* FIRCLSReportUploader.h in Headers */, + FE03081B972CF45494062A201AE2689A /* FIRCLSReportUploader_Private.h in Headers */, + 78446A30C32E1E5AFCD46BF374C7D786 /* FIRCLSSerializeSymbolicatedFramesOperation.h in Headers */, + 867C2FCCF5B267D6722BD911E3A26461 /* FIRCLSSettings.h in Headers */, + 186307D8E8F0CF452A2AA3A431F9492F /* FIRCLSSettingsOnboardingManager.h in Headers */, + 18D17402F8C6B8788F7EF5CC64F12101 /* FIRCLSSignal.h in Headers */, + D76C305B6D2435240101585E93A9C5AD /* FIRCLSSymbolicationOperation.h in Headers */, + 2C0F23EE16E8FB38C37037473D7C8E48 /* FIRCLSSymbolResolver.h in Headers */, + 0A806DB1F0E3E59095259AFF63C8487B /* FIRCLSThreadArrayOperation.h in Headers */, + 9A8F31B76FDDBA13ED2C24E187C2A82A /* FIRCLSThreadState.h in Headers */, + 637F31CB8E1EAEA69888557F418C4DD3 /* FIRCLSUnwind.h in Headers */, + 0F0B03ED4E555125BED27837C69848D8 /* FIRCLSUnwind_arch.h in Headers */, + AF4BF2AB60870057A102870EF0294967 /* FIRCLSUnwind_x86.h in Headers */, + 7C94BFA6707C31837AD8E9C7A6C90C76 /* FIRCLSURLBuilder.h in Headers */, + 340FD8B047604C29D7DE7CC7F8351260 /* FIRCLSURLSession.h in Headers */, + 6150AA6509B13915F6E54F15BA7484FF /* FIRCLSURLSession_PrivateMethods.h in Headers */, + D88437DEDA4B4E1622141C0FBAA5ABF5 /* FIRCLSURLSessionAvailability.h in Headers */, + 336889CAF0D32D9414BF266D221B24C5 /* FIRCLSURLSessionConfiguration.h in Headers */, + C5772D03CEFA12E187F501BA81918B98 /* FIRCLSURLSessionDataTask.h in Headers */, + 65D0592EE0F157BA38D7CA2ECBBFFBCA /* FIRCLSURLSessionDataTask_PrivateMethods.h in Headers */, + BB72CDE0252DFB0C18EC6C74A87B9559 /* FIRCLSURLSessionDownloadTask.h in Headers */, + F2DFD15C1F18C5A1E547A0568C981E1B /* FIRCLSURLSessionDownloadTask_PrivateMethods.h in Headers */, + AC04B2CCD0591B2DD8EC1F5E85DF341C /* FIRCLSURLSessionTask.h in Headers */, + 3347446A21B5A1F19E086E9D35AF8781 /* FIRCLSURLSessionTask_PrivateMethods.h in Headers */, + 52792C3CB7FA3E5858E7882715C0888A /* FIRCLSURLSessionUploadTask.h in Headers */, + A1F2D42296EBB525DD936F23B0423BD5 /* FIRCLSUserDefaults.h in Headers */, + 7FE8E4866CDC8A40078030588BC0DF7D /* FIRCLSUserDefaults_private.h in Headers */, + DF77B1870F0DC8BE940149CECFC059F0 /* FIRCLSUserLogging.h in Headers */, + DE64A313396D736B049C5686DBE21F41 /* FIRCLSUtility.h in Headers */, + 70931F8F47CC67A804D355831758067C /* FIRCLSUUID.h in Headers */, + 5093DAD3E29DC3C098D43D45FE361218 /* FIRComponent.h in Headers */, + 3B1A4ABB3A233C6C406034D4B3961CAE /* FIRComponentContainer.h in Headers */, + 7A058CFA0A5C4BBCF02D2EFDE82EA65D /* FIRComponentType.h in Headers */, + F764ED6DFA738CE3E069D3399EB3C68D /* FIRCoreDiagnosticsConnector.h in Headers */, + ED89F5054020F8C7D25A061F4B0AD869 /* FIRCrashlytics.h in Headers */, + BD4E7F88E24D980BEA346FADCCB7F8BE /* FIRDependency.h in Headers */, + 6FBF9568C72FB93D60E1A20CAA6B2B00 /* FirebaseCoreInternal.h in Headers */, + C4E2B102D69C2015AA4286BDA52AD053 /* FirebaseCrashlytics.h in Headers */, + F4B4C6927C67A769D0034F9C40BFED9B /* FIRErrorCode.h in Headers */, + 42A253153C59D55F282143EDA27A548D /* FIRErrors.h in Headers */, + C7F2B2B1CAAF85DFE7F142376A7CC39E /* FIRExceptionModel.h in Headers */, + 9F1E2B5EFD9325C3ABD1DD3DAEBA6800 /* FIRExceptionModel_Private.h in Headers */, + A15DAE2BFB33DFDA89CF1A70D47DAE51 /* FIRHeartbeatInfo.h in Headers */, + A3B2405E77004154CF0748742886285A /* FIRInteropEventNames.h in Headers */, + C4CB23A79896D1F32C5565E40CCA21F5 /* FIRInteropParameterNames.h in Headers */, + D90CD27207AB40D5A4CB8FB54475E6BA /* FIRLibrary.h in Headers */, + D3E52842F65B64D6691E31DEC2C98697 /* FIRLogger.h in Headers */, + C9B997BF371B95199A458C4F0357BB3B /* FIROptionsInternal.h in Headers */, + D62DB1E6BD907F5F983ACFD643CEC819 /* FIRStackFrame.h in Headers */, + 5BA39EEE88E969F83864A4B436B1AFF3 /* FIRStackFrame_Private.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 33B8168733531A07217161DB4E5E0260 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 2E7188A39F301DAA04BD9BD48F6CAFEA /* Allowance.h in Headers */, + 5430566F19E07B4AF3EE5AFBE265E828 /* AsyncGeneratorShim.h in Headers */, + FE7BE49A8BD8251FAE6B7C137EFD9B29 /* CancelingSubscriber.h in Headers */, + F91ECB2A753F0196D819784F34845B15 /* ChannelRequester.h in Headers */, + 1345DFE0DE63794CCDFC069E22D4DF78 /* ChannelResponder.h in Headers */, + 073929BFB802E40A7B1A4D9552D8E122 /* ClientResumeStatusCallback.h in Headers */, + 257E34681C26A91A4B2DB11E4A5C7A05 /* ColdResumeHandler.h in Headers */, + E16B00D04BCFF3271180D76F45FDD159 /* Common.h in Headers */, + E8D87EBFFDF653B868E01950FD5B59A7 /* ConnectionAcceptor.h in Headers */, + 274E40C8FFD757C26CD9877F409EAA6E /* ConnectionFactory.h in Headers */, + 7E26B296F877239C26D19D457CA58C6E /* ConnectionSet.h in Headers */, + 8E8B9182A21057F42C0B84E18E4C413A /* ConsumerBase.h in Headers */, + B22EB6328DB2906E1489542E490B8C23 /* DeferFlowable.h in Headers */, + 8F124BF19D250EF4CE8222D46E380D2C /* DeferObservable.h in Headers */, + DD6CDE2DBAEC8DC4605D552C89BCD7EB /* DuplexConnection.h in Headers */, + B8DA7740940412298596277214681CDF /* EmitterFlowable.h in Headers */, + 82F288B376FF82898AF95BA465DCDDFA /* ErrorCode.h in Headers */, + 7C4F5E364B9082A913094FE38C288D70 /* FireAndForgetResponder.h in Headers */, + F8718C99F050D237707A1400E20604D2 /* Fixture.h in Headers */, + 025D65B655BD6E52B0114E7F897BBB86 /* Flowable.h in Headers */, + 796DC20FC9F705B328793328CDD174BB /* Flowable_FromObservable.h in Headers */, + E76A7E1CAC725E4286F2AF59EA6F2B4E /* FlowableConcatOperators.h in Headers */, + 0D0D3BAFB96540C4B6C7F2AF72633BF8 /* FlowableDoOperator.h in Headers */, + 581C368082AD6F5CEF3A7B59B1E6A58E /* FlowableObserveOnOperator.h in Headers */, + D7CE95CD1C6CC6913ACD73B94312B50C /* FlowableOperator.h in Headers */, + 30F1437C85869157D50145FE38BDE273 /* Flowables.h in Headers */, + DFBB797F49EF813A8249D87BBB631F3F /* FlowableTimeoutOperator.h in Headers */, + 23B96DD6869C85C7F99B6B5BFB5B2447 /* Frame.h in Headers */, + ECB6D854EBAF9155B6C024B3704CD54B /* FramedDuplexConnection.h in Headers */, + 7A1BC4E5FD321D22855C5E3D95D26EAC /* FramedReader.h in Headers */, + A35418D46CA9246C85600C06BC21AFBF /* FrameFlags.h in Headers */, + B11E5FB8E17EEF3FEFDF314CB95C918D /* FrameHeader.h in Headers */, + 5D84359FDD8020DE11B828BDDC740694 /* FrameProcessor.h in Headers */, + 07395605B2B8F4F861BE4FB148BA9E34 /* Framer.h in Headers */, + 9DB4681A14C4B7BAB5E5C3260159E038 /* FrameSerializer.h in Headers */, + 693BEA70948AA0FB3BE17C7CB83F6A46 /* FrameSerializer_v1_0.h in Headers */, + 53B9CCF66DCBA1764DBDA76ABB514E55 /* FrameTransport.h in Headers */, + 0634CF1FA5BC24C0E5FC09DC85096CDB /* FrameTransportImpl.h in Headers */, + D9EC14617A5E2E8383BF6B29CE49BAD5 /* FrameType.h in Headers */, + E5999453FC58AD25375AE76CDA91F4F9 /* KeepaliveTimer.h in Headers */, + 14C1A048D6F865F45B325BAC3B76DA33 /* Latch.h in Headers */, + 37FC316EE86A6046E68C19D44FC9F6D5 /* Observable.h in Headers */, + 0C3511A38B2DFBEDE19C37357FB9E27F /* ObservableConcatOperators.h in Headers */, + BF5B16F580B7DDD10229E7B22D93A031 /* ObservableDoOperator.h in Headers */, + 67C6AAA365C5323949A715402D2780B6 /* ObservableOperator.h in Headers */, + 9B2F39DAD57369F4D26A303EB7D942E8 /* Observables.h in Headers */, + 9377B60E05870A940AD7D4C02D2AAD5F /* Observer.h in Headers */, + F65B0DB3142A5CF48211775DCDA49F40 /* Payload.h in Headers */, + 78BC7712D18EC46033DD96C914B334FF /* ProtocolVersion.h in Headers */, + E866361545A450B8E2D90972F5966FDB /* PublisherBase.h in Headers */, + 7F9C84AFC8DE8518080B1773D86C2011 /* PublishProcessor.h in Headers */, + FC37B6C892590319032A317120EA7C53 /* RequestResponseRequester.h in Headers */, + 95BCCF353083C399EB85EF295310E741 /* RequestResponseResponder.h in Headers */, + 039B26D08D1904C45AEB6EA0AB4DDAB3 /* ResumeIdentificationToken.h in Headers */, + 3CD55EA4E9D827297D45E8B00BF1DE7A /* ResumeManager.h in Headers */, + ADC909D50CA8956E26A09D816B263DEE /* RSocket.h in Headers */, + 27F0C4D68202804F42F830E9E45233E2 /* RSocketClient.h in Headers */, + 2AB0B345DD1BDD125E1907D9E15454D3 /* RSocketConnectionEvents.h in Headers */, + AA2B216E0365563B09B457106758FE16 /* RSocketErrors.h in Headers */, + 0ACBB6FD6385FD3F8D12C6292C3FFC37 /* RSocketException.h in Headers */, + 2E7D9A7CA237DBBEE0A380233FD0ED20 /* RSocketParameters.h in Headers */, + 38C461557C7B028DA1673F4A69E36CE7 /* RSocketRequester.h in Headers */, + 4C378ADDDE29797055077D1F4F3197FB /* RSocketResponder.h in Headers */, + C97FACEC0FF6D7C18B51803A12B27F21 /* RSocketServer.h in Headers */, + A1820A98281739F8CCFD1A160AEB3562 /* RSocketServerState.h in Headers */, + 7D5D16C732A918A68582B92AC8A00304 /* RSocketServiceHandler.h in Headers */, + 79BE046BA437FC71AB97F70D2875E551 /* RSocketStateMachine.h in Headers */, + E07A3816C7823F12498F97FC155EDB6A /* RSocketStats.h in Headers */, + 3A572C0B8B898935A52F259325935FDE /* RSocketTransport.h in Headers */, + E7812BC4AF37230EEAB06751E1EC3124 /* ScheduledFrameProcessor.h in Headers */, + 362A5D73633F709A2FDE4F742C7F4FCF /* ScheduledFrameTransport.h in Headers */, + 7170998798C029605F9A24C7D9576D2B /* ScheduledRSocketResponder.h in Headers */, + B3C7AF514B214934A9404F3310CF45CC /* ScheduledSingleObserver.h in Headers */, + E30887AE381E8CF65A4E43A7E16E0F31 /* ScheduledSingleSubscription.h in Headers */, + 5ACA348068FF3CA5F650B353D1C0A47D /* ScheduledSubscriber.h in Headers */, + 98805530407B2B8727916E3F4C6717DA /* ScheduledSubscription.h in Headers */, + EB6CA7DBD7780D07B177F8BDE9B3B0C6 /* SetupResumeAcceptor.h in Headers */, + 7E0B50043A284411C0DA35C014FBEDF5 /* StackTraceUtils.h in Headers */, + 19C125B1C61DDD9917950E2EF86C332A /* StreamFragmentAccumulator.h in Headers */, + 99A007EAE06F3B5BC99BC1DAFBBDC8FC /* StreamRequester.h in Headers */, + 0BDAA4BBEA43D10E345627887A6DEA16 /* StreamResponder.h in Headers */, + A31E6FDE6D2C77F4FD428F8AC1DDC196 /* StreamStateMachineBase.h in Headers */, + F33A398B60FC926DA7254EB372C3CA96 /* StreamsWriter.h in Headers */, + 447E6F3EBC166B3BD428BA1FD823B985 /* Subscriber.h in Headers */, + 30B9993EF34F4CCD57405BBE2B5B1BE4 /* Subscription.h in Headers */, + 7AB2C5CB45DEF3B8DC2B633DD460C52B /* Subscription.h in Headers */, + A416338BF26AFEA94ACEF274AB9B2D9E /* SwappableEventBase.h in Headers */, + 6B1F162FF5DD3D6F73F45D20E5CA092C /* TcpConnectionAcceptor.h in Headers */, + A2BC2164F697F86B38FE45A0DB3B51D8 /* TcpConnectionFactory.h in Headers */, + 66890AD91B28A95396BEE2D5A6D2CD1A /* TcpDuplexConnection.h in Headers */, + 636FF74D36297676023F66507C0E7EF8 /* TestObserver.h in Headers */, + A351E4408B2E661FAE16FE83D890C0B9 /* TestSubscriber.h in Headers */, + FECF244B7DEE07403B26F09C8753B0F0 /* ThriftStreamShim.h in Headers */, + 21AB96A4DBB9663C69C660F3909FFEB5 /* Throughput.h in Headers */, + 36FD2AC674465172AE72440847C25F0D /* WarmResumeManager.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -21418,12 +21611,37 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 381DD933AA01B441CF0AD5E147493CC2 /* Headers */ = { + 39588D39B3F0A639A3A757F69AED9D5D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - AD62863BD802A40BE1B65A415B470A4E /* RNCAssetsLibraryRequestHandler.h in Headers */, - 02D744538E93F9B3BA929C143315D6F0 /* RNCCameraRollManager.h in Headers */, + D7A2EE75FF3D02F833DB701D8818A5B4 /* AESCrypt.h in Headers */, + 1C917F8881E9D6A203B3AE0E5DF4AED1 /* Checksum.h in Headers */, + EBB5AF2BA5CAC9D6AEB1FDA308175B74 /* CodedInputData.h in Headers */, + 0471E9A1FA64C316EB360CEBF0208390 /* CodedInputDataCrypt.h in Headers */, + DC35977944720997F4BC34E65A5BF669 /* CodedOutputData.h in Headers */, + B357C5E00A4A41A200C5A5F8DD6F45AE /* InterProcessLock.h in Headers */, + 1F4A5FF2D56A18B807C4B2A6A4852CAF /* KeyValueHolder.h in Headers */, + C5ED5782B38550A4808B29EFBCDD30F4 /* MemoryFile.h in Headers */, + 52AB06D7D66EBE0843DFFF0B661781DE /* MiniPBCoder.h in Headers */, + 29C71C0E2AB8B0B9A0181889EBF06573 /* MMBuffer.h in Headers */, + C0CD28DECDFB9D72B6CA15D60DC0ACCA /* MMKV.h in Headers */, + C75ED0B723FA05EB18D36C92AD145A5D /* MMKV_IO.h in Headers */, + EA0D9484C2701CD3A29105751F22B175 /* MMKV_OSX.h in Headers */, + 608F2DCFDBC81E3AB3039104DEE0601A /* MMKVLog.h in Headers */, + 2C6C05C4CA1AB57279CD8E33AAE4A7B7 /* MMKVMetaInfo.hpp in Headers */, + 16DC7CFD78C809EA45454947E46387AB /* MMKVPredef.h in Headers */, + DD4C175322018A40A089B1229AE30B72 /* openssl_aes.h in Headers */, + C46613C75DCEE23590A11FFDD94338E8 /* openssl_aes_locl.h in Headers */, + BAB39FCD0C014865121CE314C6CA510B /* openssl_arm_arch.h in Headers */, + 8C5E7E4409A53A59DB1010700E428D2B /* openssl_md32_common.h in Headers */, + DEB2092249D8418881A7705F4F162A9B /* openssl_md5.h in Headers */, + 3BDE4D9A4E2AE1109347B9234DAED7ED /* openssl_md5_locl.h in Headers */, + 0216BCBBAFCF33D37636430718C74904 /* openssl_opensslconf.h in Headers */, + 267978D8B6E1910570337BDE490132EC /* PBEncodeItem.hpp in Headers */, + F1473D709D64DE1F9476EF075D35575F /* PBUtility.h in Headers */, + 0791F939E2457732E82F4EE698696121 /* ScopedLock.hpp in Headers */, + 51DD311613815E41C8DEF3556CAEA162 /* ThreadLock.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -21442,145 +21660,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3D74FAC0A5A5FC7D8AB36489440E6DCB /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 1AF17FD06D714443065648EC2942605A /* DeviceUID.h in Headers */, - D514142384ACF8A93369F892EEBC9AF0 /* RNDeviceInfo.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3E586A2A3D869C21A7257E505125106E /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 9A8078825A48596045F989AD92DDBA2A /* crashlytics.nanopb.h in Headers */, - 0172F7977352C954E83C96184133F9CF /* dwarf.h in Headers */, - 91B08BC753CEE8F9B97DFABA5D2B37B4 /* FIRAEvent+Internal.h in Headers */, - 9D9728231359C20245D325CE66AD52A9 /* FIRAEvent.h in Headers */, - A74DEF0CE27BEBDA7B49DBBCB9D466F5 /* FIRAnalyticsInterop.h in Headers */, - D845599732D25B09D7E1B61E36D70AFE /* FIRAnalyticsInteropListener.h in Headers */, - 80520693085E9B6292BD999D9F6DAAF2 /* FIRAppInternal.h in Headers */, - 5D3D72CFA14EF10AD3AEAB0772FAD6B8 /* FIRAValue.h in Headers */, - 96362AA248BC42E188B67721FFED3509 /* FIRCLSAllocate.h in Headers */, - 5A393659EBC8540D643BF6834002B5D0 /* FIRCLSApplication.h in Headers */, - 9FB70479FF3A971E548C11F2928A346E /* FIRCLSApplicationIdentifierModel.h in Headers */, - D251F76C29116FC78C3D3AC6DAFC5083 /* FIRCLSAsyncOperation.h in Headers */, - 641A027B732C170F46B810F31BE94096 /* FIRCLSAsyncOperation_Private.h in Headers */, - 63494BF770CFC40D53E444DC3407EB45 /* FIRCLSBinaryImage.h in Headers */, - 34D799BE4A841C8E718EBA7B0E6DC208 /* FIRCLSByteUtility.h in Headers */, - 0EA9EBBCC46C24ADFF8784AE63C6F11F /* FIRCLSCodeMapping.h in Headers */, - 764A51A3CFCA3CC5716918A6126D6478 /* FIRCLSCompactUnwind.h in Headers */, - 107AA38AA8E3C05EFD1ADD38C87F5686 /* FIRCLSCompactUnwind_Private.h in Headers */, - 0C220EA8FB42C0BC2571C7662922DF16 /* FIRCLSCompoundOperation.h in Headers */, - FE753DF501D80F03C97FFB4078745BB5 /* FIRCLSConstants.h in Headers */, - AB453692E87CAB19D65033E7995DEC2E /* FIRCLSContext.h in Headers */, - 7001B9DA8B03D9939FC801D9E5370A72 /* FIRCLSCrashedMarkerFile.h in Headers */, - F8456D58AED0B30E86187F7AAAC9A9A4 /* FIRCLSDataCollectionArbiter.h in Headers */, - 9351BD63555015AFD281DED05BF68D5C /* FIRCLSDataCollectionToken.h in Headers */, - 4CA23C789DFEA4B31EF953FE945EB3BA /* FIRCLSDataParsing.h in Headers */, - 381D30A710DEF776E96AFE04703FF37B /* FIRCLSDefines.h in Headers */, - 5113DF0694C01D3678A4B7C502ED8939 /* FIRCLSDemangleOperation.h in Headers */, - 0463F8CCCE470055671DFC8209E193C5 /* FIRCLSDownloadAndSaveSettingsOperation.h in Headers */, - 5B841DF4EE231DA8919A8EAB8024C0FE /* FIRCLSdSYM.h in Headers */, - 26D03CC0D7C8736EBA89F3703C66B5CE /* FIRCLSDwarfExpressionMachine.h in Headers */, - C19E61D9C84AA09480DF58F7AE149325 /* FIRCLSDwarfUnwind.h in Headers */, - 5F71F4213C9798A2DD351B70C2502BB7 /* FIRCLSDwarfUnwindRegisters.h in Headers */, - A141098F5351C1400730765E90E49C1B /* FIRCLSException.h in Headers */, - DB33E5DD53080DF676CCD6F6EF8B7156 /* FIRCLSExecutionIdentifierModel.h in Headers */, - 1A2242D28CCCD060AA9BAACA8D5888B0 /* FIRCLSFABAsyncOperation.h in Headers */, - 79A5EE0DBC785FDAFA6E7EA2F267D436 /* FIRCLSFABAsyncOperation_Private.h in Headers */, - 352631876253BEC5E6703813E22BFFAA /* FIRCLSFABHost.h in Headers */, - 090022EB476626419603778D48F706B2 /* FIRCLSFABNetworkClient.h in Headers */, - 89145077C851156997CC9AA5532E9F28 /* FIRCLSFCRAnalytics.h in Headers */, - A7BF71B61107CEBFA78EB5D06DF4CC3A /* FIRCLSFeatures.h in Headers */, - 95797DBDB86A6EFE8F8E0423D819DE63 /* FIRCLSFile.h in Headers */, - CD85E92E2D2882EA4E3F26A0E628EE26 /* FIRCLSFileManager.h in Headers */, - 7BBEAF31D09D70EF2D0FE1AD412DF77D /* FIRCLSGlobals.h in Headers */, - 8D939C6D9181ED74A1B61BF4C139C91C /* FIRCLSHandler.h in Headers */, - 1CA84D8E520A4062B598222C72C1A8F3 /* FIRCLSHost.h in Headers */, - 79C7287A24D91D2AF86BCD9046053415 /* FIRCLSInstallIdentifierModel.h in Headers */, - 48EBCBDF09012AE56576511550410DCA /* FIRCLSInternalLogging.h in Headers */, - C83F6D7ED5C0ED8980267ED7706CEF34 /* FIRCLSInternalReport.h in Headers */, - 4470A4E05253FE67D781BA5706BA8A69 /* FIRCLSLogger.h in Headers */, - C4E4914DFA2F9581F07B1E964174B09B /* FIRCLSMachException.h in Headers */, - 31125E4E56B420BC61045D17E7315E27 /* FIRCLSMachO.h in Headers */, - 399A3A0B0123279310C918A163C8FE5B /* FIRCLSMachOBinary.h in Headers */, - 37CB9D5FB74A5C16B902F2332D28E7BC /* FIRCLSMachOSlice.h in Headers */, - 7433B581FA76E6AB3A3515560B4ACAF2 /* FIRCLSMultipartMimeStreamEncoder.h in Headers */, - CC0B3F4B5B194FF6526AFA70C890CB4C /* FIRCLSNetworkClient.h in Headers */, - F28D018656484725C4E22DBE173A979B /* FIRCLSNetworkOperation.h in Headers */, - DC364BFFC1D08964DA37D045323A33D2 /* FIRCLSNetworkResponseHandler.h in Headers */, - 1DCC9EB9AFF8496A569C1496ED917242 /* FIRCLSOnboardingOperation.h in Headers */, - D08AB3070C0ED1CF1F7DCD0A2EAC867F /* FIRCLSOperation.h in Headers */, - C6310AF1D81F4A5D04764D2AF5E4A496 /* FIRCLSPackageReportOperation.h in Headers */, - 79696B3A435F6C0AB4ABC01C7BED6E38 /* FIRCLSProcess.h in Headers */, - E7E323790EF21F9CD0703F4C1190B087 /* FIRCLSProcessReportOperation.h in Headers */, - E212064B6E4581C153DD1B4A387FACF5 /* FIRCLSProfiling.h in Headers */, - C11CAA841FF0C9C7B8D5E01B2CF5CA1E /* FIRCLSRecordApplication.h in Headers */, - 2C1AA7CC37F8D2FCDD59057F40580B55 /* FIRCLSRecordBase.h in Headers */, - 7299A84D931CFDF82BE269978125CEDB /* FIRCLSRecordHost.h in Headers */, - 3C8CE19A8704BF510C9DD652EDC4BF12 /* FIRCLSRecordIdentity.h in Headers */, - D57B2E95729494B9AD629E13508E9667 /* FIRCLSReport.h in Headers */, - 6EC05FD586C198475B6F303FBDB2A0E1 /* FIRCLSReport_Private.h in Headers */, - 5B2104811D5D66EAFC22CFF42EA1CBD2 /* FIRCLSReportAdapter.h in Headers */, - F032026EAF6EB7C1F8B64F4ED88AB01F /* FIRCLSReportAdapter_Private.h in Headers */, - 04AC45D83D3F6ED371884FAC8F9E1C29 /* FIRCLSReportManager.h in Headers */, - 24B9F1A5BCDC3EC0A286157F7CE6A52E /* FIRCLSReportManager_Private.h in Headers */, - 68B2A90C04838B485FA8BB7E5A736D53 /* FIRCLSReportUploader.h in Headers */, - 9AC04D508676746F4AFE96614C5283A5 /* FIRCLSReportUploader_Private.h in Headers */, - EDF85D68CD3EC82261AEBE173F2C73E2 /* FIRCLSSerializeSymbolicatedFramesOperation.h in Headers */, - FD307CAE1E4E1D875C747E9EE74B381D /* FIRCLSSettings.h in Headers */, - 591C6971B22797B1387709B5A522609F /* FIRCLSSettingsOnboardingManager.h in Headers */, - 87698B3C8A298E5BC20329383C4C82E4 /* FIRCLSSignal.h in Headers */, - 5262222311A25A5E916185C64A0964B0 /* FIRCLSSymbolicationOperation.h in Headers */, - 5C6140BE1540F140EF3F2C3A42A714AC /* FIRCLSSymbolResolver.h in Headers */, - EE2F4B59CEAD37C0269C7146DB72E691 /* FIRCLSThreadArrayOperation.h in Headers */, - B54074059DA515824357E0554475FC47 /* FIRCLSThreadState.h in Headers */, - 66659F3C34A9874E892381C6B275A1F2 /* FIRCLSUnwind.h in Headers */, - 7004CDDE809D4706C9DE85DFE888B6CD /* FIRCLSUnwind_arch.h in Headers */, - AB1C2A20E784B95C5A1754D97F3FDFA0 /* FIRCLSUnwind_x86.h in Headers */, - 82031CF62B90218CA75E71F700501CFA /* FIRCLSURLBuilder.h in Headers */, - 28E0C90CD8D30F30180819D0F5C371F9 /* FIRCLSURLSession.h in Headers */, - 774D61A74BE898AECB27357C6C827982 /* FIRCLSURLSession_PrivateMethods.h in Headers */, - 9D4D8D07153F59FC87D6BCBEA7085E11 /* FIRCLSURLSessionAvailability.h in Headers */, - D3E63EDC79451ADAEB7EC434F60B2146 /* FIRCLSURLSessionConfiguration.h in Headers */, - 94D2422245C77FD71026BDB193AC4A03 /* FIRCLSURLSessionDataTask.h in Headers */, - 67CF6407C73D12ED80D22E1FCB1BF155 /* FIRCLSURLSessionDataTask_PrivateMethods.h in Headers */, - E0EC600F56B1C38E7BDEF467A29178BE /* FIRCLSURLSessionDownloadTask.h in Headers */, - 08AD1DA47F465DD4CACAE31AEED4765D /* FIRCLSURLSessionDownloadTask_PrivateMethods.h in Headers */, - AE24F680E88B26E1B0CDC116B2390B50 /* FIRCLSURLSessionTask.h in Headers */, - 5908C1A92623DD979335C59B85DDC550 /* FIRCLSURLSessionTask_PrivateMethods.h in Headers */, - A90B0B3CC97F6ED339E18F1C5D971021 /* FIRCLSURLSessionUploadTask.h in Headers */, - 44DBA3BCC2E0D7F3821C29AC56C0B84B /* FIRCLSUserDefaults.h in Headers */, - D1DED7788F555FC2B3C97B9220D75A1E /* FIRCLSUserDefaults_private.h in Headers */, - DDD8004650D777CB7667EDBBAC18C8FC /* FIRCLSUserLogging.h in Headers */, - 0B85CC110419FC0B19728F5AB0C79F90 /* FIRCLSUtility.h in Headers */, - 475ABF5212E138873ACAB86D95B61507 /* FIRCLSUUID.h in Headers */, - 604CC2729DD8AB8B7ED8CC3C2368BF1E /* FIRComponent.h in Headers */, - D51C0A4C9C36F36099586087D49CB7C0 /* FIRComponentContainer.h in Headers */, - 01F95608DCB7047031ABFBA139E7E12A /* FIRComponentType.h in Headers */, - F259DABBBD60ABA8E1E9FFCF046377FD /* FIRCoreDiagnosticsConnector.h in Headers */, - 963B23A1D3F4107791F9038013F6C309 /* FIRCrashlytics.h in Headers */, - 75E690E5AC80B0D35D8D5F235807566C /* FIRDependency.h in Headers */, - 585C11C21B65EE38249ECB57D06ECAC7 /* FirebaseCoreInternal.h in Headers */, - A9F6B800CD6EE2AD8599FF5D1DCD6B1D /* FirebaseCrashlytics.h in Headers */, - 82CF49C7B590E714E808075FBCEC8CDD /* FIRErrorCode.h in Headers */, - 6B37483A41AD512E53D1223945B20716 /* FIRErrors.h in Headers */, - BB205F4DDAC977FD910876A7B03B99BD /* FIRExceptionModel.h in Headers */, - 2931CA839441BC6F960675D20832E248 /* FIRExceptionModel_Private.h in Headers */, - 9289B052C0A4C16052336B089EEE6B56 /* FIRHeartbeatInfo.h in Headers */, - 5A164EB6EAC4F0CBA9E91B2EBE2EDF94 /* FIRInteropEventNames.h in Headers */, - DE27CC50055A9E00666CDB386DC2A320 /* FIRInteropParameterNames.h in Headers */, - A77B6FF199ACDF985FCA544B5CA26901 /* FIRLibrary.h in Headers */, - 9E65975965C023B458C4608F3099301D /* FIRLogger.h in Headers */, - DB6DDCCFB2EFEB011FA3E4BA3C0E2D57 /* FIROptionsInternal.h in Headers */, - 8DEAD0B82CA1CA43F146352D0CB4AA22 /* FIRStackFrame.h in Headers */, - 0C16A78662E77B0A9CEAF57CCAFDDCAD /* FIRStackFrame_Private.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 3EFAA2ADD3899CB321E616FD3B37D2BF /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -21656,6 +21735,34 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 4F064EBED39C124C704353ECC5AF0C23 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + EC6727C988F20A3739BAD9A836FD2330 /* FBLPromise+All.h in Headers */, + 6564D4E84E04194FCCA97A7CAFEA8264 /* FBLPromise+Always.h in Headers */, + 6F8ECF74454EA9B29E8399CB8C0C01CB /* FBLPromise+Any.h in Headers */, + 30963ABFD6CBD9137EEAE8833F799683 /* FBLPromise+Async.h in Headers */, + C181D6C11BD5F553608F6B27DCA58529 /* FBLPromise+Await.h in Headers */, + 9AF14BE3C850BD7FF29557EF4CBBCDB5 /* FBLPromise+Catch.h in Headers */, + 8F22AF417194A025C4F987FB2EE0FD28 /* FBLPromise+Delay.h in Headers */, + 48693BED76FF941FE62057580742DE4B /* FBLPromise+Do.h in Headers */, + DAEE7B9C3AA7E70DFA87519CC55851F8 /* FBLPromise+Race.h in Headers */, + 9AFBA6E8281477394DCAE975BA295C7D /* FBLPromise+Recover.h in Headers */, + 95A842E0BCD79757E60F88331C9886E5 /* FBLPromise+Reduce.h in Headers */, + 24A1415308F4158B9FE290535BC60FD0 /* FBLPromise+Retry.h in Headers */, + A603EA531E1337687545DE9F0DC22140 /* FBLPromise+Testing.h in Headers */, + 79AC1E081B0A1522D29AC3D7F056FCF1 /* FBLPromise+Then.h in Headers */, + 44A55B55195CCA47C609CA869F41E968 /* FBLPromise+Timeout.h in Headers */, + F57AF841F4378548C94775AD31696CCE /* FBLPromise+Validate.h in Headers */, + EEF440883D3EF9C4376BA04CA15A6769 /* FBLPromise+Wrap.h in Headers */, + 55346CC0A13250E5D4839DBEFF84F544 /* FBLPromise.h in Headers */, + 6940AD0E1A5E23530D07238AE6C32A73 /* FBLPromiseError.h in Headers */, + A06CAA42526100CB65D115B8CFC003F3 /* FBLPromisePrivate.h in Headers */, + 3FBFC5B2D5071096C8B7D56201A0173C /* FBLPromises.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 51DE847A2153DEE0E5B91327988B9747 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -21664,6 +21771,35 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 5295DB252CE1E1D89510E560DCB4C9AD /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + CBAF92DAFF3CFF2FEEA1C26AC65E432A /* log_severity.h in Headers */, + B41168087A3B4FE4CF51658E9C2EA376 /* logging.h in Headers */, + C30E92E4421BDC6B5E67390E779F90A5 /* raw_logging.h in Headers */, + 9143012439543AF2AE40C2C2758317D5 /* stl_logging.h in Headers */, + 1B184A4DF074B71C771F4AA86885E562 /* vlog_is_on.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 547B4D6471FECFEB4C25BFEBCA3EB00C /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 260AF1732D75989005185A1CB9EBEDBA /* bignum-dtoa.h in Headers */, + 92D22D1ECAC784CE7C6CE0C81BBD4AAE /* bignum.h in Headers */, + 8072437B4CDCF26A2714A76E800C55AF /* cached-powers.h in Headers */, + A0F648B11A19F71EB5A5DB66E1CA4556 /* diy-fp.h in Headers */, + 655616102F57D27EE1D7BC5C741B78F5 /* double-conversion.h in Headers */, + 0F7A109601314476447A0E3088595D6D /* fast-dtoa.h in Headers */, + C6C78BD239CAC3DD6111AD71872B4641 /* fixed-dtoa.h in Headers */, + 2891B36DE383BFAB9F0E32F1BD0CC535 /* ieee.h in Headers */, + 8B5209D0DE00F127315A8C06D2BA5746 /* strtod.h in Headers */, + 8D261C51FD8E5585C410A7914D1BCE22 /* utils.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 5A6A56EAE8FCC9649F93E01E125FCC83 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -21674,14 +21810,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 5DDF77478785A2461C4794672DDADF72 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - E15D45C4250BCFBD0DFD7E8CDD401DB0 /* Orientation.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 625F88FCD1FD52D99D540AA585DBB9B6 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -21700,22 +21828,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 63782199F4018C12DDBE7513A4F48342 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 24B8603BC575A94A4439BAF2BD74232D /* RCTView+SafeAreaCompat.h in Headers */, - B1FF346FAC743BF36E359C77EE83BDF0 /* RNCSafeAreaProvider.h in Headers */, - 26FD1E8F8A0AFA1A314F5C1A34FDB3CE /* RNCSafeAreaProviderManager.h in Headers */, - 8DE7867E4B08954E1C9C4238DC92BAB8 /* RNCSafeAreaShadowView.h in Headers */, - 94C7736B06227F10CB89630E1917E3E7 /* RNCSafeAreaView.h in Headers */, - 8FE1D07A24CF0B515452F525F4144319 /* RNCSafeAreaViewEdges.h in Headers */, - BC900C6D3264A65D9015882A1ECB8583 /* RNCSafeAreaViewLocalData.h in Headers */, - 971E65BAE427467291698B11D5D59F7D /* RNCSafeAreaViewManager.h in Headers */, - 1DD11E5923BD54C80FD86BBDDA947FF2 /* RNCSafeAreaViewMode.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 641451FD7E2D9A26D83E5B734F3CB0F8 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -21725,34 +21837,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 6A058F4AE03B1F16855314801107C0D8 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 796AA6890C1BF4BBD4CFE0E41349D9FF /* FBLPromise+All.h in Headers */, - 4F0A0F30B0E835437E3F8D5AA37C587F /* FBLPromise+Always.h in Headers */, - B4F08308EEC8E3D4C3C57CEC71E60B82 /* FBLPromise+Any.h in Headers */, - 27F5024508E0ACB561FCBDF57E5B0840 /* FBLPromise+Async.h in Headers */, - EDC6F1D98E2A672DAD7140C8799FA796 /* FBLPromise+Await.h in Headers */, - 7A9615DE8CB9DD8F9971EC5B8942565A /* FBLPromise+Catch.h in Headers */, - F73DD4C9041EC483BB713B32962CB6D1 /* FBLPromise+Delay.h in Headers */, - F1369FF715AF3D44920399C4B0461B23 /* FBLPromise+Do.h in Headers */, - 6180BF7F8586159C11056E9DC8A835E4 /* FBLPromise+Race.h in Headers */, - F866DBC83B1232744FA84B0EB1B33447 /* FBLPromise+Recover.h in Headers */, - 805FA3870F0682CAEE50BC9083561975 /* FBLPromise+Reduce.h in Headers */, - A5C5BBB6BBB0D44FE04A9C0C74E3A870 /* FBLPromise+Retry.h in Headers */, - 10FE3BCFF708CC30AC22F9CB200E5920 /* FBLPromise+Testing.h in Headers */, - 3691975AA4B886A3DE30F3B0404C273D /* FBLPromise+Then.h in Headers */, - D7C70782857B47EB1FBC067A6752BBA2 /* FBLPromise+Timeout.h in Headers */, - C53B395A065EC5FDE053AE85E25F9461 /* FBLPromise+Validate.h in Headers */, - 896A5975C7E8FB754D8A56A0E38AB2F3 /* FBLPromise+Wrap.h in Headers */, - 05231D527D20CF2C80D2A0AE4F26045F /* FBLPromise.h in Headers */, - 5BB200875C5A48E5ED47B5EBB200C595 /* FBLPromiseError.h in Headers */, - 199E13C0CF5AD114B13CE72C0E83D79F /* FBLPromisePrivate.h in Headers */, - 95D6ADA011F5BC6CC5F4D5A874A5DC22 /* FBLPromises.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 6AFBA6CF0E8E6A7A87C7C7845E6000CF /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -21862,20 +21946,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 72A51205C8C3D5B66589A6D2FCD6A426 /* Headers */ = { + 731C8723858FAB0DB60F4251E854C097 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 52AF5817A55CC0F1B2E9F181B97DF077 /* bignum-dtoa.h in Headers */, - 043A921F35BC91B20673B6E41A75F86A /* bignum.h in Headers */, - 0E23C16F4019DBBCFFCA00EB21470257 /* cached-powers.h in Headers */, - 29EAC88D27C32E1C5B8935806F3B9D6F /* diy-fp.h in Headers */, - 18EA7237013DC2EF38F82A4D51A67F62 /* double-conversion.h in Headers */, - 1AF4F711C5D88FD3B8A9847728DDC447 /* fast-dtoa.h in Headers */, - B30CE20CBC96BAD03BD324427C61086C /* fixed-dtoa.h in Headers */, - ED160FCFF2362ABA3A3EFF8613DEBBAD /* ieee.h in Headers */, - 41DB8FD3C619C271FF5CC5679CE4226B /* strtod.h in Headers */, - 2D300ACEDC8EAEB439A1494C8189103E /* utils.h in Headers */, + 3B894FCBE494A56B522B87BECE5D410E /* RNLocalize.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -21945,6 +22020,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 766545BC75F0F032E6EC5BBB07D7FF4F /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 325C9D2395772ACD673F2FE6657B68B3 /* RCTConvertHelpers.h in Headers */, + FA0ED7F2682D9E291391166ECA98E9DD /* RCTTypedModuleConstants.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 76BFF7DFDE4DC30AA4711A411B364813 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -21959,6 +22043,18 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 783C89544FF7F65261EBD6ACB9F0F320 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 7B63B510C7B2B06F28DCC14D5814BAFE /* log_severity.h in Headers */, + ADCB34DD3E4199DBD235D16372B92E32 /* logging.h in Headers */, + 7474D0A7F016E80778AE52AB080BE252 /* raw_logging.h in Headers */, + 307F2D51282E480D22E6DC6D5B7AED69 /* stl_logging.h in Headers */, + 907390D7F4370E82A87B703AABAE88B1 /* vlog_is_on.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 7ABD41AB8EBCEB2EA1DA2078B7E2741E /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -22010,14 +22106,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7ABE1BF888B5F760AE44091905DFB363 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 9FFF6EC07E12DCA81D0770C716B3BD25 /* RNBackgroundTimer.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 7AD8FD53A4F56589C48326B17C3F0172 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -22025,40 +22113,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7BD09507134276220C191550E2C02BF3 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 7B5030A5B5E88CA40789C43D48B1C1E9 /* GDTCORAssert.h in Headers */, - 8CE39168C87467FD46698F4B6E48376F /* GDTCORClock.h in Headers */, - 69308BB2BB6A4FD8FB285EE68F8CDE21 /* GDTCORConsoleLogger.h in Headers */, - F035504DC714576A157A301C6AD13086 /* GDTCORDataFuture.h in Headers */, - 77137DBCC6A379BBECD3A6A6AD2C7E1E /* GDTCOREvent.h in Headers */, - B956633043C519BA046B8CB046E8ABB9 /* GDTCOREvent_Private.h in Headers */, - A6B049D5E13E8792AD1E1E751676AE3A /* GDTCOREventDataObject.h in Headers */, - C7BC94C695E9224D974BFEA53EE1D53F /* GDTCOREventTransformer.h in Headers */, - 2B02A4A133EDF6919DF721A9159F517B /* GDTCORFlatFileStorage.h in Headers */, - EEF042AC8A3930DD131003503701A393 /* GDTCORLifecycle.h in Headers */, - A3645C1EFF98FDD6D6ADE8FE09473487 /* GDTCORPlatform.h in Headers */, - 5739BB47EF4D0FF067709D12836D8B35 /* GDTCORPrioritizer.h in Headers */, - 944A68F34CA455FAAE78DF90D3F1D11B /* GDTCORReachability.h in Headers */, - A0F858FCC65518E9A39CDF89125F688B /* GDTCORReachability_Private.h in Headers */, - F6DA248EA747A26852710F50D1276B1A /* GDTCORRegistrar.h in Headers */, - 9D075A911BF95017D1DE4D8CBD8B9057 /* GDTCORRegistrar_Private.h in Headers */, - FAE82C616EDD69D3473F10ADCC266F04 /* GDTCORStorageProtocol.h in Headers */, - C4A848E55FD2CCE21A482824A4B00497 /* GDTCORTargets.h in Headers */, - 7011B96C79DB705886C09F092CF37B73 /* GDTCORTransformer.h in Headers */, - 278123CF362E025CDD59E46487DB5086 /* GDTCORTransformer_Private.h in Headers */, - 32A7FAFC2F4F592C7A36F17DE7E34EC9 /* GDTCORTransport.h in Headers */, - 08C2D67B126AD24C746C68AA30C0CD76 /* GDTCORTransport_Private.h in Headers */, - 2A76BEF9E322FAFF9AA5B88E086449E4 /* GDTCORUploadCoordinator.h in Headers */, - 95CEAF56E53A963076C7168EFEDB7C2C /* GDTCORUploader.h in Headers */, - AD912D05371BD2384902B38F598035CC /* GDTCORUploadPackage.h in Headers */, - 2374A634EDE7633E094B936D98E38C39 /* GDTCORUploadPackage_Private.h in Headers */, - E3E22454D3198293CB06023E76EDF078 /* GoogleDataTransport.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 8047032905A6688C0D10B87A5DDF4C44 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -22076,37 +22130,12 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 885307C2172613CD509C816E2F252983 /* Headers */ = { + 860CCBCCE0FBBEDE759D677578A1E130 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 327816BF71C017A4A0E330C4B950134A /* FIRAnalyticsConfiguration.h in Headers */, - B0E1F3FF45FDA9BEDFF7A2E1D8C93B1E /* FIRApp.h in Headers */, - 315EE587442D99F454A795A6CBD12113 /* FIRAppAssociationRegistration.h in Headers */, - DB00EB85B1A8598DD2668EB6E749A1C7 /* FIRAppInternal.h in Headers */, - A2B3F057A0D35E01BAD0D6E4B592E9A5 /* FIRBundleUtil.h in Headers */, - AA82FD6FEA2715B6B6759CC9CD95B466 /* FIRComponent.h in Headers */, - 042298F5AD49D79B5FB04ED42A5AED0C /* FIRComponentContainer.h in Headers */, - C6F87842542AFCB11B8BCE4F64FF4434 /* FIRComponentContainerInternal.h in Headers */, - 4CB2156CBE6478C94D891420F652F17B /* FIRComponentType.h in Headers */, - 72A66CE84FB8342BDF5BF5FEFE9CEA22 /* FIRConfiguration.h in Headers */, - 6C4CA09A836509661D9A22A2290E615B /* FIRConfigurationInternal.h in Headers */, - B2FE7DAE91BD8B01687E57C1780B37A7 /* FIRCoreDiagnosticsConnector.h in Headers */, - 5B202501EDA7C90A901375D43445C914 /* FIRCoreDiagnosticsData.h in Headers */, - CAE3A45739DEB853E0207341C27D72A0 /* FIRCoreDiagnosticsInterop.h in Headers */, - FADFD5D0951BC37301ED841E689ECE7A /* FIRDependency.h in Headers */, - 74BACFAFA11661160135C23D8B7E5907 /* FIRDiagnosticsData.h in Headers */, - CF2337540CFF01BD1D2B9BD7B73C040A /* FirebaseCore.h in Headers */, - 133A9C628E4928B5AA1AAB9EBD982C0F /* FirebaseCoreInternal.h in Headers */, - 76EAAF1543A543326F7CC0E31A23EB1E /* FIRErrorCode.h in Headers */, - 4B271FED6BB17F80F74F11FE72495584 /* FIRErrors.h in Headers */, - 9AB4E5A1E2E9AD381D23EAC3FBE9DB67 /* FIRHeartbeatInfo.h in Headers */, - 5C5CD3E890B9F7047B86713585C1B6BA /* FIRLibrary.h in Headers */, - 3BDAD6B962787D61BB8F439B3725FDEA /* FIRLogger.h in Headers */, - D40719B324FC642D424C974DF412C10A /* FIRLoggerLevel.h in Headers */, - 3B27B2F91D4D0CE065ACA12D3651FF03 /* FIROptions.h in Headers */, - 5799586981218DAD4CAE2FC9B80F1DD6 /* FIROptionsInternal.h in Headers */, - 9E16483E14415D53A3A513A1AB62D404 /* FIRVersion.h in Headers */, + 593EF2505647C864AB0382709F612330 /* RNCAssetsLibraryRequestHandler.h in Headers */, + A37FB8913F1C27F36D6F39F87E0D3F53 /* RNCCameraRollManager.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -22374,12 +22403,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 89DAC1BF3086B83D657240ABA0D18FBD /* Headers */ = { + 8AA23FDBB4ED1E12D4B722C831D22033 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 1FBEB14D59EDB8BBB530458D8F9DB553 /* RCTConvertHelpers.h in Headers */, - 6380BF918F8C28FC866BF96083E0F278 /* RCTTypedModuleConstants.h in Headers */, + CCF14197FDD2C32ABD799E0CE8675E2E /* DeviceUID.h in Headers */, + 1EA00BB90A2416E6B517B59204229A53 /* EnvironmentUtil.h in Headers */, + E99F98EAA91670CB3B54381E89CE82C1 /* RNDeviceInfo.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -22453,19 +22483,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 94C74C3A483A67862AAE6590FFE13782 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 25DB2AD1CD36012143AA219A496958FC /* cct.nanopb.h in Headers */, - 49E6ED95E3355C2DD5AAE0CE7B1608F6 /* GDTCCTCompressionHelper.h in Headers */, - F088523B869C751364D885DD7271E416 /* GDTCCTNanopbHelpers.h in Headers */, - 7F63DC84D78BA06BDF7F3AEC0E0F7CC6 /* GDTCCTPrioritizer.h in Headers */, - B4E557497BD62F254EE10519975653FD /* GDTCCTUploader.h in Headers */, - ABA68C90919BE7A2355B04B221B62F6F /* GDTCOREvent+GDTCCTSupport.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 95657992F9D01499BBF976829A20BF0E /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -22584,12 +22601,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9C125D8AA9519FC0BB6215D55CC2CF85 /* Headers */ = { + 9969109630DB3EB1A8CE94DAB904916F /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 8E778A8AFD7A72EC1E9678DA3B22C024 /* RNDateTimePicker.h in Headers */, - 057861A96FE516548503DE98D2801CE2 /* RNDateTimePickerManager.h in Headers */, + 1787B6C498B9D12A9DD04D98713142D2 /* pb.h in Headers */, + 33938C3C4B10F2067139A13C4CF48E58 /* pb_common.h in Headers */, + 7F2851065380AB1EEB3D655DACC6A488 /* pb_decode.h in Headers */, + 1CFA20AE64C9C0B58F41BE5E949F7F69 /* pb_encode.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -22672,6 +22691,30 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A0BEA9A058025D1837F19E42EBB762AC /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 6B6C023AC6244017CF6B5114D1BDEF60 /* RNCookieManagerIOS.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + A0EFFC20925522D435B46CAB914B4B6F /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 44A2C2B77D6697AF9C075067D181128F /* RNDocumentPicker.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + A15953B3F55B6C99E50BB014DDA93EEA /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 7A5BDD3BBE43A139E4EA1AB988EB1BBB /* RNBootSplash.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; A187DAD1796618EE45B356B22E0FF629 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -22681,14 +22724,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - A2CE0FEA7EF472BBB6F35165A77EB68D /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 7CF6BC6A1B73F4C3BF961DE2144C14AC /* RNCookieManagerIOS.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; A7E2E59BF5E77A3B28217D36B2C29CFA /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -22709,6 +22744,31 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A918905289650D30840BAF201AEBEC22 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 654ED7F18E0B3B6FDFB03F7D4483EB17 /* bignum-dtoa.h in Headers */, + 61258C6823BC2997EB07C3CD0315081F /* bignum.h in Headers */, + A09D2FFA86165E14C62233968D7013D4 /* cached-powers.h in Headers */, + F35F3544099C951D4EC78D76460180B2 /* diy-fp.h in Headers */, + 3BD0882B5D37435DBFAC2ECBB9DFC3D1 /* double-conversion.h in Headers */, + 3DFEABA6496D308E10400A4C6D2919B2 /* fast-dtoa.h in Headers */, + FF145F58C49FF2DAB83B32D5FEB6ED7E /* fixed-dtoa.h in Headers */, + E755BDB807AE70D7AF93ACFF0BFB3568 /* ieee.h in Headers */, + 28D29030DCE11EFB30AA3C1734E58E33 /* strtod.h in Headers */, + 7A154809A3ECD6E0ED1160BB0F7AB9E9 /* utils.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + A998B362F087E6B7562755B8EAFF0D38 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C01E954BC778EF893FF0B1AEAB9A567B /* FBReactNativeSpec.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; AA27D99C377A9DF9F99AC42E07D91935 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -22727,493 +22787,84 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B5156131C46C378F8B8604B16D838253 /* Headers */ = { + C044D03670C53BCD6C231B027F348618 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 7D0C10B77B3C928000FE6406EB5ADAB6 /* Access.h in Headers */, - 70C8FAA4F100B6810E2C47DB1D38DD3D /* Align.h in Headers */, - 2C1DCABFF26E233F2F6F76758FC706A9 /* Aligned.h in Headers */, - 282206FF0C68D664ADD7A470D7E15555 /* ApplyTuple.h in Headers */, - 895D05AE895A1A94E8D999782A73B135 /* Arena-inl.h in Headers */, - E633E1CBA9B00B1105520A016DCFBCCD /* Arena.h in Headers */, - EF64BEA285F61CD2B7ED4ABC9C97646A /* Array.h in Headers */, - F708FDE80A812ED1D8972163F8AD068F /* Asm.h in Headers */, - DA2D2959FC46FE2CCCEC64BA8B8A0762 /* Assume-inl.h in Headers */, - 3EE2D356436FF6934EBB6EC55F3B1935 /* Assume.h in Headers */, - 858F35BB7F14F1ACB4B533661BD05076 /* AsymmetricMemoryBarrier.h in Headers */, - AC0BC0718E91567A5A5BA32CA6F00B06 /* Async.h in Headers */, - 9D4F14BD4A50A331CE51C2FF97931D0A /* AsyncPipe.h in Headers */, - E92A8E90C655AA0F2DA5E40243942772 /* AsyncServerSocket.h in Headers */, - 9AF56B9221767CF1769A3ACCEE0155EB /* AsyncSignalHandler.h in Headers */, - 1F3E549083233FBD440870FACF2A6BA9 /* AsyncSocket.h in Headers */, - CE274E8FFC705F3ADD09E24183F1F08B /* AsyncSocketBase.h in Headers */, - AE7ED504DBE940DAFB1D791D1853A157 /* AsyncSocketException.h in Headers */, - E43514B4D9873BABC894B64B33F5EF8D /* AsyncSSLSocket.h in Headers */, - 826D8C29DC0A7C12145D4128F9DE33CF /* AsyncTimeout.h in Headers */, - 899CC3F7FA28F6ECD8E5F094AD4E5BD7 /* AsyncTrace.h in Headers */, - 4B592D5B91D69A06AD5E154C50946A58 /* AsyncTransport.h in Headers */, - F3C1BC662E2C75FCB3923155867537D1 /* AsyncTransportCertificate.h in Headers */, - 0FE7850DCE601DE929D3F45BE344E7AE /* AsyncUDPServerSocket.h in Headers */, - 155B32B65888CF40CC4C37B9D16EE6AA /* AsyncUDPSocket.h in Headers */, - C562E92E2EC35C2321C27D94C115E84F /* AtFork.h in Headers */, - 114EF7743A5F0163BDB82DBC469F7DDA /* Atomic.h in Headers */, - 64C001464B86C9A7079962EDBC438BB9 /* AtomicHashArray-inl.h in Headers */, - 370B82E625805527E9A91B541BDF6B59 /* AtomicHashArray.h in Headers */, - 922079CB711C371F3990446AABAD0094 /* AtomicHashMap-inl.h in Headers */, - 54A6605E4847F69A4A543EC0763DD540 /* AtomicHashMap.h in Headers */, - 148134A1F8585F8F5E047731C80737C1 /* AtomicHashUtils.h in Headers */, - A307C669F9C2B3C2CF492EED4F57C541 /* AtomicIntrusiveLinkedList.h in Headers */, - 14997B01D986EBB3FD7D2A7195CCABBD /* AtomicLinkedList.h in Headers */, - 08E0B594CB36494F278F50C89F718AC9 /* AtomicNotification-inl.h in Headers */, - 8EEE8A3E4067BCAF4F848C28DCE537E6 /* AtomicNotification.h in Headers */, - EBDFD86FBE3044A310FB5411E17F92A5 /* AtomicReadMostlyMainPtr.h in Headers */, - 0C1814C94C673B25936F55D17C981D0E /* AtomicRef.h in Headers */, - 3F6865DEC19A13E93AACF90A7A20022F /* AtomicSharedPtr.h in Headers */, - 6A2B9020DC00F8E6BF9D2ACC06DA183D /* AtomicStruct.h in Headers */, - 12915418C3AC7DCF0E510A95F597DD89 /* AtomicUnorderedMap.h in Headers */, - A13347EF28B0D2D5C3A7754E718F74FF /* AtomicUnorderedMapUtils.h in Headers */, - 1FDAFB11110726C845E4425DBC6D1744 /* AtomicUtil-inl.h in Headers */, - DE4889F5508405C88BDE580E0BB4F301 /* AtomicUtil.h in Headers */, - 4D3B0134582DF3F198456D29C793F30F /* AtomicUtils.h in Headers */, - 4ADFF5119A180578E56B42FAFA2F5343 /* AutoTimer.h in Headers */, - C9BAD4E28253D3F91185610B3EB2EB8F /* Barrier.h in Headers */, - 305D25BE5BFBE3D239B0186085027C73 /* Base-inl.h in Headers */, - 67B55C3DC1C0B5F04C44F2098911E6A3 /* Base.h in Headers */, - B6CEE48AB6E8EDBC7CB192C7DDA17AAA /* BasicTransportCertificate.h in Headers */, - 6C4D8356964E9FD7A00D30F8776689BA /* Baton.h in Headers */, - 1F86CB2E2CEA16D1B980E7BF5BA6143F /* Benchmark.h in Headers */, - 0CFAE0EFABAF38A38EFA551F093B289B /* BitIterator.h in Headers */, - 67302AE7743C3A546980CA95B6DDE715 /* BitIteratorDetail.h in Headers */, - 0468F0FDAFBE5BD64981C21869BFF7B3 /* Bits.h in Headers */, - 46BBAF15F23CC427038B4EAE4671BEA7 /* Bits.h in Headers */, - 72A8CDEB98E542F7B20BC824CFEEBE59 /* Bits.h in Headers */, - 784718286CE445AD126906FB457147A1 /* BitVectorCoding.h in Headers */, - E7B85E81AB9BAC84946D82C5C5FEEFEF /* BlockingQueue.h in Headers */, - 3616CE4ECC80D6CCB45DF8735E8B48AA /* Builtins.h in Headers */, - 5709E884E7EFAD52ACDAF6C62A2A8079 /* CacheLocality.h in Headers */, - B8E3D837A41CFBCAC3AAC6B0483551E0 /* CallOnce.h in Headers */, - D088B3A6C452C66C2356161442509B6A /* CancellationToken-inl.h in Headers */, - 8043C6CA4CE4E8154DF6DBA0915D12CF /* CancellationToken.h in Headers */, - 19F6A9D5A1865EA83B21326FE655F0BA /* Cast.h in Headers */, - 3A38C7F57F9CEF8344D3419BB58A28BE /* CheckedMath.h in Headers */, - 7D738BBE176EA403D26ADB97B480C0BE /* Checksum.h in Headers */, - 9008EEDD5F909E2593F9AFEA4BE3C3B2 /* ChecksumDetail.h in Headers */, - 2ACD179CB40DC5702A2D7D935B51ED4C /* Chrono.h in Headers */, - 6438224334F3C4FED74B5DCCDC6D911A /* ClockGettimeWrappers.h in Headers */, - 039766AE791F597B9ED6A9E15C1B0280 /* Codel.h in Headers */, - 5450601466D419FFD46FC044828F61CE /* CodingDetail.h in Headers */, - 3B718B4B87744F1D943A32E0430F2811 /* Combine-inl.h in Headers */, - 7C6E633059FF442195E21A58AC9A2425 /* Combine.h in Headers */, - 97ED6D191D67D82CA9F23FCAF10FEB3E /* ConcurrentBitSet.h in Headers */, - 0D995485837D7A996612D99119BB62E3 /* ConcurrentHashMap.h in Headers */, - AB78416A6455B67A10077FB1AE2C0AA5 /* ConcurrentSkipList-inl.h in Headers */, - 49FBD83F4B2E602A9EF42D3829953E87 /* ConcurrentSkipList.h in Headers */, - 6B2C375B49B275DA6A2BE1F7F3A3BCBA /* Config.h in Headers */, - 77B7E32EDBB8D7A54CDCA17F10E7DA19 /* Constexpr.h in Headers */, - 169A7673676DC5BC15BAC45E07B500DC /* ConstexprMath.h in Headers */, - 2D3FEFE3EE28308D914323A3A72D3AAB /* Conv.h in Headers */, - BE4BD73D634F1F84AF60786455B94D25 /* Conv.h in Headers */, - 349A3B9CA14488490A4F1894A66147C5 /* Core-inl.h in Headers */, - E86D069BDC86741D4D7DE1C841E05A2D /* Core.h in Headers */, - 3B496747906C33CF5B4A8AF7CD8BE328 /* Core.h in Headers */, - F1980EA5769E64FBFB858DC377E4F36F /* CoreCachedSharedPtr.h in Headers */, - 00B1FCF662DBE7337E878EE64D5D84E1 /* CPortability.h in Headers */, - 7FD9C7C437862E5A55CE201EEC0E53FE /* CppAttributes.h in Headers */, - EA8FABA814F6D46A229890375EEB904F /* CpuId.h in Headers */, - 5F73B57E05B5F97EB562800E4B7C7B9D /* CPUThreadPoolExecutor.h in Headers */, - 1661AF25C1C75F90B5D8B0DD1A99257E /* CString.h in Headers */, - 1A68ABD4588F0F7FDF6372A737498944 /* Cursor-inl.h in Headers */, - A2D87A6D5E1DF863102EEBA3829857F0 /* Cursor.h in Headers */, - 5A97CE7836D771F89F0CD5321781CC88 /* CustomizationPoint.h in Headers */, - 4B512BD19B13FF3D87CD75F403046170 /* DecoratedAsyncTransportWrapper.h in Headers */, - ED299EE11477F536FFB990FF2553A006 /* DefaultKeepAliveExecutor.h in Headers */, - 3803F020E8081E29DF89FA4EA2D512E5 /* DelayedDestruction.h in Headers */, - 46AE7942FD88F7F69063FF1B8F81D423 /* DelayedDestructionBase.h in Headers */, - 030BAD0D7028C18A80A8E8570F628267 /* Demangle.h in Headers */, - 488B64AD2CBEA4ED5A34A7C4FF07B0B2 /* Demangle.h in Headers */, - 153AF16BE563CC2037CE407206B917AC /* DestructorCheck.h in Headers */, - 3BFE29FA76F55B1BB5829F0077AC0BD8 /* Dirent.h in Headers */, - 074B86684A85501B45E4A368CC9AD591 /* DiscriminatedPtr.h in Headers */, - FC75E58F069B4DC5B32B4B9A729C99FA /* DiscriminatedPtrDetail.h in Headers */, - 08058E1F60B803207971E7BF7D484E61 /* DistributedMutex-inl.h in Headers */, - F5125348848F418CF6718C01B719BC32 /* DistributedMutex.h in Headers */, - 8AC76BC7EB07E8D410997B9C96FEFB64 /* DistributedMutexSpecializations.h in Headers */, - E666CDCC534BC0F71D872A65C0F9B831 /* DrivableExecutor.h in Headers */, - BF6902C6C69E24068F6151C8C7195A5F /* dynamic-inl.h in Headers */, - 1A0E0AC591B526B17FA95C8D8CDE94E5 /* dynamic.h in Headers */, - C2C84A5BCC8E1DA2AC401C9F2B8B34F7 /* DynamicBoundedQueue.h in Headers */, - 9B2BAC65D4982998A676C3AACD9F884D /* DynamicConverter.h in Headers */, - 6160C4E73DEA8DAFF0468933D7B8E104 /* DynamicParser-inl.h in Headers */, - 5DBC4FBA57AB23FBB67523B2BF025EDF /* DynamicParser.h in Headers */, - 309E1CC0F07DBB6FD6177CC4AECBF56E /* EDFThreadPoolExecutor.h in Headers */, - 91668CEA109EF59E74EA68CF65FFA8B3 /* EliasFanoCoding.h in Headers */, - 96CC49FA6D8E3687C8C887FCF50FF4EE /* EnableSharedFromThis.h in Headers */, - ABD421637FC01E8895C78DDFB28AD6FA /* Enumerate.h in Headers */, - D43CDC7A1F07C50CC79BA4DBC4D817D4 /* EnvUtil.h in Headers */, - 8C1A16B88AD15B0F8D07A97D1DF19352 /* Event.h in Headers */, - C49C05CA6C09F4724CFBB2011AF0E49D /* EventBase.h in Headers */, - 2944A946434A4680496A964C76542156 /* EventBaseBackendBase.h in Headers */, - 2E276A55F0A871D53E4075651650DBFA /* EventBaseLocal.h in Headers */, - 48374E54F4790031F489133BF817FA4C /* EventBaseManager.h in Headers */, - 16F84109AF3E4EEBD1EA15F9B4C6BEB3 /* EventBaseThread.h in Headers */, - 1B67C61B407F5CE063F7FD4B0DFD83E1 /* EventCount.h in Headers */, - D136F38C0AAA551E927BF7DC4ED4A358 /* EventFDWrapper.h in Headers */, - CB4AB92E3608931D1B3E901E422B140A /* EventHandler.h in Headers */, - 945725B60FEB0A00A7E812FA10F22768 /* EventUtil.h in Headers */, - B55AC61181D1311451734FE42EB4AFD2 /* EvictingCacheMap.h in Headers */, - CC1798854763A4380E8E6DBB72F0A0AB /* Exception.h in Headers */, - 96B0CE115D0DF1E7C363BB7F5CDAE7D1 /* Exception.h in Headers */, - 4E2FEBDCA3205856D9304894CBC01EE2 /* ExceptionString.h in Headers */, - 5F5905F965D93630347F01A319FBF19E /* ExceptionWrapper-inl.h in Headers */, - 241667971A938EA7247B95C6FC01AD42 /* ExceptionWrapper.h in Headers */, - F52CF426D62F6EA3761DEB3D56B1165D /* ExecutionObserver.h in Headers */, - B6C83AA02AE1CA7937C0CE13CB0A7BB2 /* Executor.h in Headers */, - F8892D39C609D2CF36B0BB8AF12A7E5A /* ExecutorWithPriority-inl.h in Headers */, - FC121FB81E4FAEB08B51C92C4D9B35BB /* ExecutorWithPriority.h in Headers */, - 11256AA10CC43FA3400FBA4A551489C9 /* Expected.h in Headers */, - F613ED86296CC501F37F7DBE8468CE98 /* F14Defaults.h in Headers */, - E7F8057C81A4BB8DA858EF7D1CCC2F9C /* F14IntrinsicsAvailability.h in Headers */, - ADA2B2E1A36FFBEE2369BF437323AB1B /* F14Map-fwd.h in Headers */, - 89E3AFBF07B14755FAFFF454CFD66A1A /* F14Map.h in Headers */, - 5E2A8AC96FA3E36130CDCB2E530C00A8 /* F14MapFallback.h in Headers */, - 6FD1A31C3A81E8A60AE128561B6842AA /* F14Mask.h in Headers */, - 8DE3E85DC7E63C1D5052543F1CBDACC7 /* F14Policy.h in Headers */, - DE2BCF263241C5BF1A4BC2B4D0F0167A /* F14Set-fwd.h in Headers */, - 95BC45629643578D207111CE8C5A89E7 /* F14Set.h in Headers */, - 43F1A7C3185ACEA990E6A6B4B9E5ED0A /* F14SetFallback.h in Headers */, - C41F1DF4FCF0256EE7212B3A2CB3CF41 /* F14Table.h in Headers */, - BB006C656A1A3D1FECBFB53F3732E915 /* FarmHash.h in Headers */, - BEDDB0DE73DD1916C5079437B8C92285 /* FBString.h in Headers */, - 383C738A0AF8D69827F23415F7ED2689 /* FBVector.h in Headers */, - 3FB4EDBA6CF738D01B0B1697B2B93C6D /* Fcntl.h in Headers */, - 6A84CCC0197DDC72B3F73F9FEAF767E8 /* FiberIOExecutor.h in Headers */, - 052433991C66CA78F9BDD52F038F7694 /* File-inl.h in Headers */, - F67F9958A4C6DAF59340D2C30955F108 /* File.h in Headers */, - 10561F495B8AFF15A5A26326BDA2E306 /* File.h in Headers */, - DC7F875A4FB8CB62EB07274FB0CCF63E /* FileUtil.h in Headers */, - 745F96B3DD39E4DE58373E8C397EB8B9 /* FileUtilDetail.h in Headers */, - 3021BF1C6A5DE7DE0816F567E9163FEF /* Fingerprint.h in Headers */, - 9C85ED17F277C5206AEAA1F4A60E035D /* FingerprintPolynomial.h in Headers */, - 6EB91C9D67912E4E044E83ED04F0311E /* FixedString.h in Headers */, - 95CBFCCD487B7F2300BE4A7F78D42DA8 /* FlatCombiningPriorityQueue.h in Headers */, - E179BFCA815FA0FFD8521BE8B8604010 /* Foreach-inl.h in Headers */, - 93427B758FAE5774AB2DB84163A1CE85 /* Foreach.h in Headers */, - 6CF8A033EE219BC9976E9FD302E9F217 /* Format-inl.h in Headers */, - 9DC10C76BE2FEE7322E7F690156806DD /* Format.h in Headers */, - 2E18CAF78916099D4CB09A7670836C51 /* FormatArg.h in Headers */, - 55504FC16E048E3B3F436B227D7FAA54 /* FormatTraits.h in Headers */, - 5AF92E3D34F1AD92B8AB4425A1B36CFA /* Function.h in Headers */, - 32B652A844F37714997126A2F37A24EE /* FunctionScheduler.h in Headers */, - 982A94E1FEBA11BA8F65AFA6C22B3294 /* Futex-inl.h in Headers */, - EBDA846981FBC6296818C0514396EE30 /* Futex.h in Headers */, - 7416DBC32D24C45B493822A3C9024997 /* Future-inl.h in Headers */, - EA5C4F9D4D7965A20163F5EB6C003277 /* Future-pre.h in Headers */, - 28DCFC04093BFE2CBA3051626A4CE5E2 /* Future.h in Headers */, - 1E5CFB80617144ACAF01E5C812EA411C /* FutureDAG.h in Headers */, - 136853D834B432B0A50EAF50FB39FB22 /* FutureExecutor.h in Headers */, - C6BFC09D0BCAD8F514889DF12C32EFE6 /* FutureSplitter.h in Headers */, - 239CC4153239478EADF861B54F99BC28 /* GFlags.h in Headers */, - 963C8B24954C67E4B9AC6037C759EEB7 /* GlobalExecutor.h in Headers */, - BAA8213019CAD74D020681B3E02D502D /* GlobalShutdownSocketSet.h in Headers */, - 8B2B62EF264B1407B2CA449017F99828 /* GlobalThreadPoolList.h in Headers */, - 600DF1537957C342726F5ACD59BA2281 /* GLog.h in Headers */, - 935DBCEA949E0CE5AF56CCDA0F747274 /* GMock.h in Headers */, - 69977A979DCABA164804EDF854FCEC5B /* GroupVarint.h in Headers */, - F18B2E314466EB0A26C904B1CB9C3582 /* GroupVarintDetail.h in Headers */, - 15431E3BCE485633C1F429F989E946F7 /* GTest.h in Headers */, - 1A60D8B41DA3BE1F25A260BCAB12B6E3 /* Hardware.h in Headers */, - F48DC0B72B1F3CE4E45EA3DB9236EC24 /* Hardware.h in Headers */, - 8359838A03340FC89932CA94692459A8 /* HardwareConcurrency.h in Headers */, - 7F51B72A0A8799E0A6029B27943EAB0D /* Hash.h in Headers */, - 9417FE723FCE380F962012D1016D3D15 /* Hash.h in Headers */, - 76A4452290461A2CF4E2BCECD4875C6B /* Hazptr-fwd.h in Headers */, - 3E4C9FE39A3B7B07126C3CD455894C90 /* Hazptr.h in Headers */, - C1D8DDEDEDC03353EAE15325C96F6B87 /* HazptrDomain.h in Headers */, - 39F9E6F7164F3D19B06135621A7D0190 /* HazptrHolder.h in Headers */, - 075371292C05A840E198CA9E35C02A91 /* HazptrObj.h in Headers */, - BEF508789ED64F00C6C29318C7AC4A27 /* HazptrObjLinked.h in Headers */, - D21929A09A94958D20F6741F4817A1E7 /* HazptrRec.h in Headers */, - CAED05CF20F12F4FCD21E6CC723EBA63 /* HazptrThreadPoolExecutor.h in Headers */, - 2725CBDA93A9CDD6BDEDAC3F89B4C77C /* HazptrThrLocal.h in Headers */, - 2FF97C9D8980660F49FBCFC742E064B6 /* HazptrUtils.h in Headers */, - 59DFDDE1F2FF351F408E7CD007573FAD /* HeterogeneousAccess-fwd.h in Headers */, - 9566CDBF3A795F66FFDD4998FB4B421B /* HeterogeneousAccess.h in Headers */, - 12BCE47B600E8B2E7D3770A604ABC14E /* HHWheelTimer-fwd.h in Headers */, - 21E4D620E74F1CB06DF67E47FEA44319 /* HHWheelTimer.h in Headers */, - 1452FF827F203FD64625749983D051BE /* Indestructible.h in Headers */, - 6B2A94A9F70B59673F84791C1DE4270E /* IndexedMemPool.h in Headers */, - A7F57F1833D764C2A29CB1DB24000360 /* Init.h in Headers */, - 256E184CA35A51D7C847905F1A8AF637 /* Init.h in Headers */, - BD3B9000BC1B70450BA77E40B5C1951F /* InitThreadFactory.h in Headers */, - 11CAF66D9F09D86AFBB392E528411A56 /* InlineExecutor.h in Headers */, - A56B7CF6641E9FB73887218D2CAD123C /* InlineFunctionRef.h in Headers */, - FF3BDF06B645C8B3321026DF41BBFBDA /* Instructions.h in Headers */, - D508E4302F94D893E64FC13F7A10FC84 /* IntrusiveList.h in Headers */, - 820C1211FC3834834E4AC50756109A58 /* Invoke.h in Headers */, - 1A47037A51065EF96B4FC6187EDD938B /* IOBuf.h in Headers */, - 7371E2611C2E7E46296700CD4474B560 /* IOBufQueue.h in Headers */, - 20D33034B4CF04459FD3D02347B1E5E7 /* IOExecutor.h in Headers */, - 5B3B7FBCB8EEEB1AEA3B886F57650661 /* IOObjectCache.h in Headers */, - AB288C437189E6E59A682EEFFFD5FC3A /* IOThreadPoolExecutor.h in Headers */, - 9C1D0BA6B76296701EEA1AED45ADA3B2 /* IOVec.h in Headers */, - 51C8511C6182C1676CEEBF6CFDD73670 /* IPAddress.h in Headers */, - 856CD36E1CAFA755D688FC7D591E2DEE /* IPAddress.h in Headers */, - DFC6C2843236AC9CD84479395B678B30 /* IPAddressException.h in Headers */, - AA9478CCA2B8AD1631A56374C81C6EC1 /* IPAddressSource.h in Headers */, - C6BAAD2641063E010711BB514451713C /* IPAddressV4.h in Headers */, - 236D39DD6622CB11C981AF9DA6125A74 /* IPAddressV6.h in Headers */, - 0283860B69B579D09A5127D17DF72B44 /* IStream.h in Headers */, - A91D4FBAA06758CAA96A21E038ED4FA0 /* Iterator.h in Headers */, - 2EDE996E73FA535C574A89EC25A5F74B /* Iterators.h in Headers */, - FD2A9A7BB71E48981452B2D223BEE348 /* JemallocHugePageAllocator.h in Headers */, - 19CF18374454AF42EBEA3FD68B5DB82F /* JemallocNodumpAllocator.h in Headers */, - 96A14969C4CCDA7270720D606BFF7CA7 /* json.h in Headers */, - 0DE5D1EB60CF0E085072D2AB1C9C0A27 /* json_patch.h in Headers */, - B460E0CD53D57920F612B7DE3B940D5D /* json_pointer.h in Headers */, - 5DC78EB4B13C27B6855FBFB7CEF87DD1 /* JSONSchema.h in Headers */, - 4B3A95F6304DCE025705656EC0A8F334 /* Launder.h in Headers */, - 72F8CE0EC88E0C5939B2A6013593A136 /* Lazy.h in Headers */, - 22431EB0A4E2E2A83BEB9066C7E321F6 /* Libgen.h in Headers */, - 640AEB6FD03C9DBD0B5C20EA19A7492D /* LifoSem.h in Headers */, - E141ECB5F3A4B103C2ACB2BA515CF1A0 /* LifoSemMPMCQueue.h in Headers */, - 7F5B7EA03F44B8AA16246B0C24EB89EF /* Likely.h in Headers */, - 9539F912D42A29F21191DE93F7FE1B93 /* LockFreeRingBuffer.h in Headers */, - 3264519200FD2E35F41321CE054AF2C0 /* LockTraits.h in Headers */, - C0E517C63541659955DAC30783356FB9 /* MacAddress.h in Headers */, - 0EA849A457F87DED790AFD8F40025BA9 /* MallctlHelper.h in Headers */, - EFCEA72F53B2B1A5CBB3CD5003168A18 /* Malloc.h in Headers */, - 43F9F62FD3F04F0E0281E782868413F0 /* Malloc.h in Headers */, - 5B2C9C3506DE3467707BFFF9237E2961 /* MallocImpl.h in Headers */, - CFB189CE62A536B9EA89996AE2C580C1 /* ManualExecutor.h in Headers */, - 9F37329BD02F09960BB230D3C9F01596 /* ManualTimekeeper.h in Headers */, - E3935299B252A6D94617B2F754E73D95 /* MapUtil.h in Headers */, - 3AE9450F2DDA1CEC4511832BC817F46D /* MasterPtr.h in Headers */, - 0521B654573D0F40A3D2B4D029C30A7E /* Math.h in Headers */, - 58C1C15272DAE284A8428EA83F721F4B /* Math.h in Headers */, - 51B069D45043B879F91D743E45B36FF5 /* Memory.h in Headers */, - A5C842B82DAEF8BB769DA4E57698F5C2 /* Memory.h in Headers */, - 678BA40AEBB478E6ECC10AE5DB573010 /* MemoryIdler.h in Headers */, - CC03EB10F893440CEB8F4ECB35A47BB2 /* MemoryMapping.h in Headers */, - 78EDEAEFAC298AFAD78C42A749175581 /* MemoryResource.h in Headers */, - 6C3C273277ABEE16EF151752334B8132 /* Merge.h in Headers */, - 33D2F235B469427ED6776E468BE9E35C /* MicroLock.h in Headers */, - 258A059DE41196CCE524C8F8AB9C0EAA /* MicroSpinLock.h in Headers */, - 5CD19257CFA01CC2269ED45A89C2014E /* MicroSpinLock.h in Headers */, - 6C9677A5439A5C416B1016AE378EC626 /* MoveWrapper.h in Headers */, - C57509F7A1ED59065F2066805AB3FA61 /* MPMCPipeline.h in Headers */, - 025EE78A46B697B0838D62ACEDE46579 /* MPMCPipelineDetail.h in Headers */, - AC45F2FDDD94C0E0A711BE3D509610C4 /* MPMCQueue.h in Headers */, - EAD90846CD7CC057AC4516172B665CF3 /* NamedThreadFactory.h in Headers */, - 790A999E9B4A09B5138DEF39CB61544A /* NestedCommandLineApp.h in Headers */, - 2559C1D762DC2FF12B68CCB5339E0C5D /* NetOps.h in Headers */, - 57B5D6C1A341FCA8B5686CCA61C496B7 /* NetworkSocket.h in Headers */, - BBCEF8655EAED9F1538B3A0AC4C94EED /* NotificationQueue.h in Headers */, - E996B6E159496A5E9DD9B4EB44BD2687 /* OpenSSL.h in Headers */, - EDC277A1E3477145482259C3815CC180 /* OpenSSLCertUtils.h in Headers */, - 2BFEDB596B13A0E93B56E473D2BD0404 /* OpenSSLHash.h in Headers */, - 8C0F0E8A3211743FE3CEFE79D252DCEE /* OpenSSLLockTypes.h in Headers */, - 90D3B37EBF063AE212B4CA928CD5D825 /* OpenSSLPtrTypes.h in Headers */, - 37BDE2FB64846918329DF676CF4EED23 /* OpenSSLThreading.h in Headers */, - FCA247CA9A920CDD4D44AE37261AB4F9 /* OpenSSLUtils.h in Headers */, - 7C00B793BB2D99F3B49C3CFA1F031A68 /* OpenSSLVersionFinder.h in Headers */, - 7B7F770606890CFD270E363331F722C5 /* Optional.h in Headers */, - C04EC6580389EB9880D39BE6B4F590A0 /* Ordering.h in Headers */, - 36EB9FB5F70D8FFB10E660D4F40B2893 /* Overload.h in Headers */, - 98107557A9627C8A3886A7052B3E5675 /* PackedSyncPtr.h in Headers */, - F9D03E83EF014085D5E0D859F37A42DF /* Padded.h in Headers */, - 9D7B9161932F3DD346E8D9C5531E7DF6 /* Parallel-inl.h in Headers */, - 34DD6CCF5FB8CF056418ACA01A2C96BA /* Parallel.h in Headers */, - D16B63ABC0904E4427A6364B5B351789 /* ParallelMap-inl.h in Headers */, - 51BC5341EF8ECF3FF3396016CDAC697D /* ParallelMap.h in Headers */, - 8A1B0AFBE8593AA076D9820952FC8409 /* ParkingLot.h in Headers */, - 8041B4F98D9B5063335C506A263351CA /* Partial.h in Headers */, - B8FB8AD63D09615A6C875B33CF47CD2E /* PasswordInFile.h in Headers */, - A8F06E974D3F3D344D29EC1F3A810646 /* Phase.h in Headers */, - D8AC649573C30C5F7E0D42DCE7A9BCF5 /* PicoSpinLock.h in Headers */, - 3759A9A1C453392FAECE61AE6FCCC4DB /* Poly-inl.h in Headers */, - 5DE879066264922244BEEE7C2EF43D32 /* Poly.h in Headers */, - A9EC7C179D2EC099F10533227D9F77C7 /* PolyDetail.h in Headers */, - ED98885E70EE77B48A442447D100D466 /* PolyException.h in Headers */, - F2181B2408215CA55C1CC43B8A0970BB /* Portability.h in Headers */, - A0BC2C3F48C1C89CF10EF385D606B405 /* Portability.h in Headers */, - C55B8F5FF42FE5B941E0966795078B70 /* Preprocessor.h in Headers */, - B66BAAE90CD1736CEB3A745A889E03E3 /* Pretty.h in Headers */, - 3DF78ACB6B2CD54C2DD5C41A84CCB07D /* PriorityLifoSemMPMCQueue.h in Headers */, - ED4D83EF245BC107F0E2A6CA215D3237 /* PriorityThreadFactory.h in Headers */, - 2FC8F6F6242CF7556E69165A17E0D628 /* PriorityUnboundedBlockingQueue.h in Headers */, - F0DC99969CB80206ECAA4EED0350EAE3 /* PriorityUnboundedQueueSet.h in Headers */, - 67883E052E4064ACE9F390AB7409EA95 /* ProducerConsumerQueue.h in Headers */, - F676B4E94B9CF8CF3C086CFB73E5E88C /* ProgramOptions.h in Headers */, - 2316838F22271FE81F09340BEE7BFF6A /* Promise-inl.h in Headers */, - 8DAF2F82F1EFDD4A3E20C424F30A95C5 /* Promise.h in Headers */, - 7FCA0FABFDEBCCCEA41C88CF6562A75B /* PropagateConst.h in Headers */, - E20099C049D83BA8801089347F356EAF /* ProxyLockable-inl.h in Headers */, - 8C29FD86555ABED6915D95060F82AC0E /* ProxyLockable.h in Headers */, - 73CC4E68168F2EF06053CDCE9E9F94C1 /* PThread.h in Headers */, - 5EF6389C72EBD546E55E9DAC2661EAD1 /* QueuedImmediateExecutor.h in Headers */, - 5682D486AD796B96C3A970F0CED61BF1 /* QuotientMultiSet-inl.h in Headers */, - 606A92DCF49712A4C02E7FDB4CCFA180 /* QuotientMultiSet.h in Headers */, - E513B877078C3C30269015B321880D6D /* Random-inl.h in Headers */, - B23D4FF09EDF1B669EC0BD2FCEC9747E /* Random.h in Headers */, - 507F0AB6B8792F7923563DEF601F4247 /* Range.h in Headers */, - 5AB615B013B2F055DF125220C103A21E /* RangeCommon.h in Headers */, - A48CAE58519A3846C09C3AB69EB73651 /* RangeSse42.h in Headers */, - 4784E3BD77B7CA5B2D7F1E5767414F60 /* Rcu-inl.h in Headers */, - D88CB23BE12AD5D0B2ABE59ADFA86692 /* ReadMostlySharedPtr.h in Headers */, - C31E5CA8E6FB2A82174DF4E7FC00B626 /* RecordIO-inl.h in Headers */, - F04757626003EE951B95963024413DD6 /* RecordIO.h in Headers */, - 5E42E30EA224A55CD037A16A3F4E0264 /* ReentrantAllocator.h in Headers */, - BCB38E2A81107F6BE512A44FA51BFD65 /* RelaxedConcurrentPriorityQueue.h in Headers */, - E8EEA996CCEA859DE04F7C35A2502CF5 /* Replaceable.h in Headers */, - 041DBA86B4ADD19412E4EAB2779958C9 /* Request.h in Headers */, - 920495374A539B475136C73A5E57C366 /* Retrying.h in Headers */, - E87ACBC574CD25C5469788F3E32C4C48 /* RValueReferenceWrapper.h in Headers */, - 7DCE4DB96B4A03BFCCB4966A992ACCF4 /* RWSpinLock.h in Headers */, - BC045B180EF3CA98026AAE57BFB5A212 /* RWSpinLock.h in Headers */, - 66F6A60278F6D4D3C761C1D93C6DB54A /* SafeAssert.h in Headers */, - 2F5A78AE06FE033160E1061EEC165585 /* SanitizeLeak.h in Headers */, - 05084293897CA73452B8D564A1933C05 /* SanitizeThread.h in Headers */, - 5E13423D3A7FA867892C579043415154 /* SaturatingSemaphore.h in Headers */, - BC3C583749BACF42FC04A4E682888F6D /* Sched.h in Headers */, - 9E9ADE84250DE5E01343CFD93E5B6ED5 /* ScheduledExecutor.h in Headers */, - 409B2BE53308D72EFC42631A19AA555F /* ScopedEventBaseThread.h in Headers */, - E8DDCE6B235341B71C52B68A240238BA /* ScopedTraceSection.h in Headers */, - 6F88E9B3112EAA13942437BC0AAA803B /* ScopeGuard.h in Headers */, - F8EF09269AAB842ED4BC4D73D682A42C /* Select64.h in Headers */, - 783FC2FE212B74549386C06BBD78DC89 /* Semaphore.h in Headers */, - 0564E4427C2D1531FEDBFDF5774B213D /* SequencedExecutor.h in Headers */, - E252DD234413551F52EE5EBA70E05941 /* SerialExecutor.h in Headers */, - CCEA76676424093B39CA377C27319CED /* SharedMutex.h in Headers */, - A6F403DEA6E5A82A45A1E01205CE8C0B /* SharedPromise-inl.h in Headers */, - D59F1D3314E0012539927F1C246622F8 /* SharedPromise.h in Headers */, - F79E8FF60A9C0C4141B4010E3EFCD8D1 /* Shell.h in Headers */, - 2DC2AC5834F1A3F7258586130B6EA000 /* ShutdownSocketSet.h in Headers */, - C610719899998B8E21BD81025BFCFBCD /* Singleton-inl.h in Headers */, - FA5160EAED96DF70CF183F8D65EF428B /* Singleton.h in Headers */, - E68D447F99EE2839448B96DF7A0F05A7 /* Singleton.h in Headers */, - 19BE4DE7B4658F23A8241C4FA4B15A27 /* SingletonRelaxedCounter.h in Headers */, - 22777C6F2E2E42F751D06FE19F19E373 /* SingletonStackTrace.h in Headers */, - 89258A5992E264B71F0F4861D15F3709 /* SingletonThreadLocal.h in Headers */, - AB90EF03B372786B3072258EA6EEA90F /* SingleWriterFixedHashMap.h in Headers */, - 317818459539B3EBDF352BE2E90504F7 /* Sleeper.h in Headers */, - 0274245FD3CF923945A2FCE725FC13AB /* SlowFingerprint.h in Headers */, - 1D5373BE370E5CF4B7C8F7BD32039FBE /* small_vector.h in Headers */, - F543B0F00839FAB36D8AC51C759D9645 /* SmallLocks.h in Headers */, - EA7F485DC5832E02B8B7BBB728AA8B8C /* SocketAddress.h in Headers */, - E48A2886138DC08C9ECBBBEBECC8E502 /* SocketFastOpen.h in Headers */, - 9F9CB4D6580C6B57F99A0C6065ED3678 /* SocketFileDescriptorMap.h in Headers */, - FA6B1D7F0B2CA6C9EE1DA08F1720B037 /* SocketOptionMap.h in Headers */, - 4770025846A1763DBDD248D38839094B /* Sockets.h in Headers */, - CA6F1ECCF89F4214AAF350050A8C2D76 /* SoftRealTimeExecutor.h in Headers */, - 86BB4A8FF89337786D969A1DCEFF1A60 /* sorted_vector_types.h in Headers */, - CBFDCA34EFA5F87EA386ABDFC8A81E6E /* SparseByteSet.h in Headers */, - CECC5273CE26B58A6F11E010D89EBB96 /* Spin.h in Headers */, - 1F7FD0151974574C65E69222362F5C5D /* SpinLock.h in Headers */, - 1309624C5F8DDBD05FEA387AB6AE7780 /* SpookyHashV1.h in Headers */, - 3A5DF538B3C52591B7443B75DFF42D6E /* SpookyHashV2.h in Headers */, - 084E8877EB5B1233F30EB5F905A92E80 /* Sse.h in Headers */, - 756C7CFC016B390B3F991D982AF5342D /* SSLContext.h in Headers */, - B8BEED846011051FFB1BA5F3B6321BD9 /* SSLErrors.h in Headers */, - C45F79CE4EF8CD700B04002710A65BCD /* SSLOptions.h in Headers */, - 8F2F44E2214C879A153B4FB3BD97D658 /* SSLSession.h in Headers */, - A8950DF84CC3C6F611B5D39F3667AC78 /* SSLSessionImpl.h in Headers */, - 06EC52774A569627B59A8D1260B4622A /* StampedPtr.h in Headers */, - CE9DC5265327678E7CE7E56953D7B39C /* StaticConst.h in Headers */, - FF514FE8ECCBCF17FDCF4B8D6F717095 /* StaticSingletonManager.h in Headers */, - 3CA2C942719E64D29D78DCA0A0BD2090 /* StaticTracepoint-ELFx86.h in Headers */, - DDFCEF65A8E99C2032234187C7EE98A5 /* StaticTracepoint.h in Headers */, - 6124455E1E8B64F1070B1281D77C95C1 /* Stdio.h in Headers */, - FDAB49B0E6A18F0CB82A386B8EDDAC9B /* Stdlib.h in Headers */, - E0177B9012D532215D3420D29B6D4DEF /* stop_watch.h in Headers */, - EAEA8A60CBFFC564A9845707A622DDFA /* String-inl.h in Headers */, - A1F5BF148A8DFF1EFFBD41AECF004FE6 /* String-inl.h in Headers */, - C60A1065D69EE3B9C4D0B25C1C97DCC0 /* String.h in Headers */, - 75710E598230BC18FC95AE95EE0B0334 /* String.h in Headers */, - FCA509131359848960A260B683D97D3A /* String.h in Headers */, - 17381DC535C2E61C39FF9B352C9DE139 /* StringKeyedCommon.h in Headers */, - CA8F4B2980A48BDCDA3D356C5E80DB6D /* StringKeyedMap.h in Headers */, - 05F0742768E1DE59C2CC24E9D80A4438 /* StringKeyedSet.h in Headers */, - A03E85C221BD1189EC45CC8437206EDA /* StringKeyedUnorderedMap.h in Headers */, - 3A84E1D33ACC722B3359DC56C9E0A636 /* StringKeyedUnorderedSet.h in Headers */, - B45601E850442A495CF4157F0FEFFC6B /* STTimerFDTimeoutManager.h in Headers */, - 0448C8F21E0B717E92958071612CA13F /* Subprocess.h in Headers */, - 5A1A65D98AE976414B1836BB50BCB632 /* Synchronized.h in Headers */, - C857EB42988CF89EFA843C6EB8D4DA6D /* SynchronizedPtr.h in Headers */, - 80E13114D6CA2507AD9B4E65CCA7856B /* SysFile.h in Headers */, - 6CC7B4451D1A8D0C14B9086C9D03900A /* Syslog.h in Headers */, - B5DD2482F73C2F29A3370345D50EC02D /* SysMembarrier.h in Headers */, - 256C22EA78979B35F89CFE3F4CF18AB5 /* SysMman.h in Headers */, - 92054AC4075E2966EFE3ED4AD7BBFFBE /* SysResource.h in Headers */, - 0F280913B40382C0EC5ADC63E22776DE /* SysStat.h in Headers */, - C8AA73E4555F5CD8EC33439191530DAC /* SysSyscall.h in Headers */, - DC01FAF66C92143889DEFC88248B49EA /* SysTime.h in Headers */, - F72DF22B6AD9345D03BF3A6B4D586330 /* SysTypes.h in Headers */, - 10010D046347C7D2A6D7CABAC0E24494 /* SysUio.h in Headers */, - 670F1042CE2653D6072DBCD6BD95E240 /* Tearable.h in Headers */, - 6C5BD51095E13046581E3B8A7E142128 /* TestUtil.h in Headers */, - 809C98118743EDA5737CF8AC37646BE8 /* ThreadCachedArena.h in Headers */, - B2E8D096FD6D31270375CE37F68A7931 /* ThreadCachedInt.h in Headers */, - 443B6312DB0F6CC562B0BD86C44355FA /* ThreadCachedInts.h in Headers */, - 06A71D48703030FBB9420FEBE15C9E8E /* ThreadCachedLists.h in Headers */, - 05F3910467B4CAF1A6497B4C67635BF4 /* ThreadedExecutor.h in Headers */, - 9951C0316795CDFE0E42F0F3ACE9DEA0 /* ThreadedRepeatingFunctionRunner.h in Headers */, - A27D96834B156A71BA82486965001A94 /* ThreadFactory.h in Headers */, - 476F42D51B241D6962C0C3C5B930C9BE /* ThreadId.h in Headers */, - 386FC190235E73AF31FAA3C364D9E0EE /* ThreadLocal.h in Headers */, - BD5FBDAE47E8B7A7E312ECC50CD47D36 /* ThreadLocalDetail.h in Headers */, - C4693FD53F3395935CEC18017CC0A73E /* ThreadName.h in Headers */, - BE2E36E456C71A89A019ECDDC5B866BB /* ThreadPoolExecutor.h in Headers */, - E9A1600F9F76C4A20D892ED920C31EAF /* ThreadWheelTimekeeper.h in Headers */, - EC930B5EB6100B61332ADA57B34FD32C /* ThreadWheelTimekeeperHighRes.h in Headers */, - 6A16569F2BB47FB61F025BA1BC259659 /* Time.h in Headers */, - A01D07627D3A75F545E82E721EB10569 /* TimedDrivableExecutor.h in Headers */, - 896FCAE76396674D717779567F8D65BB /* TimekeeperScheduledExecutor.h in Headers */, - 25538B8A583A8543280AEF7E532D96E7 /* TimeoutManager.h in Headers */, - 0EB366765F18DF9595ACF188F5883C4D /* TimeoutQueue.h in Headers */, - 9364A0C5608F417657D2A4F40C97B934 /* TimerFD.h in Headers */, - 18431452DE60F08BFE282E735DA7DF28 /* TimerFDTimeoutManager.h in Headers */, - 7BEE396A158623415E81EE2A80A56F61 /* TLRefCount.h in Headers */, - 06C688FD55330540E0A8E13973419B14 /* TLSDefinitions.h in Headers */, - 59403B48E755C44B49EAF0C1A8602224 /* TokenBucket.h in Headers */, - 088EB85D9B6005087F4AC88525D3C64B /* Traits.h in Headers */, - BA409C0D8AE7585A0F08A58E1A4CFF7C /* Try-inl.h in Headers */, - 7F10B766CC9B9F6C80835B9B8A1F11C1 /* Try.h in Headers */, - 162DAECA90ECF88EFB5B346DB9D3CBFB /* TupleOps.h in Headers */, - 1CFB6057AAE48CAD7811CAC611E994F5 /* TurnSequencer.h in Headers */, - 2C52EC67F2FF4ED5E0B25001F6BC1CF0 /* TypedIOBuf.h in Headers */, - 8E7090AFB836A69A5378A5633B46B282 /* TypeInfo.h in Headers */, - 38905BE5D2F4A38DB08444BBB42FA0B1 /* TypeList.h in Headers */, - 95051516FCA4D21C894E734AD1CFE061 /* Types.h in Headers */, - EB77634FD2F21CA73D22DC1CBBACD064 /* UnboundedBlockingQueue.h in Headers */, - 37A28294D20881F7BCBAFED4E784C671 /* UnboundedQueue.h in Headers */, - DDA3B85EC5EF65A2A200992A027DC2EB /* UncaughtExceptions.h in Headers */, - 1BD0957D537AA1F5345E185475F4054A /* Unicode.h in Headers */, - D302423AEA85821369832FD63EF463B9 /* UninitializedMemoryHacks.h in Headers */, - F164948B9028076A6CEB0987B088BB89 /* UniqueInstance.h in Headers */, - DB8622164A4E4F6184FBA8274A165360 /* Unistd.h in Headers */, - B23DC5928AE5AB9AFA7FCCDA36BE7637 /* Unit.h in Headers */, - 80F4C636BA441654B4CACFE3CB5DA9E1 /* Uri-inl.h in Headers */, - 55B3124A6D105B98F9F7FD97CAA31020 /* Uri.h in Headers */, - 7316AA54656B6AC36F55AAA99BBA426C /* UTF8String.h in Headers */, - F180F2499CA77A541DF644073F38C440 /* Util.h in Headers */, - AA61C4D5A2EB821D319C177F5B8B782F /* Utility.h in Headers */, - F3176D46D2C975E0413A4FEAD89BBDB0 /* Utility.h in Headers */, - 03E93C185F387B846A81CF2CC6DAA8E9 /* Varint.h in Headers */, - 818F13BD193385696F7B26263FE66E80 /* VirtualEventBase.h in Headers */, - F5D4CDA1811126280C4EB5B2AF43D392 /* VirtualExecutor.h in Headers */, - 7173A44430C75E1902E833DA55CFEC9C /* WaitOptions.h in Headers */, - DAB0479C7F41F7A60B7ED71F8715F7FF /* Windows.h in Headers */, - FD0A1C2776D6125A29F9595352A30A4B /* WriteChainAsyncTransportWrapper.h in Headers */, - E731A43BE3F6B70511D8F191B5775470 /* WTCallback.h in Headers */, + 3EFA00001C3300E3D96F24F9C9A1CC75 /* cct.nanopb.h in Headers */, + 4CFBDF1ABF9C57834E40AF5F853F6D41 /* GDTCCTCompressionHelper.h in Headers */, + 13513B2BEE6983C247AAE0E6CC39F167 /* GDTCCTNanopbHelpers.h in Headers */, + 3ECF22AEDFDE70AE872AA73F149D97E5 /* GDTCCTPrioritizer.h in Headers */, + 90A45910D78FE70FEDCAEF569E0517F9 /* GDTCCTUploader.h in Headers */, + 56EFE38168845D9EA649B69974F27E51 /* GDTCOREvent+GDTCCTSupport.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - B83E600B9610A5F4E06D56C0091665DB /* Headers */ = { + C7258613A9D3CB4E8022AF31252D1EBE /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - FB159782175B039F0676803224BB815B /* RNDocumentPicker.h in Headers */, + 9E8644F086DA4D7A819C92727D82E982 /* GULAppDelegateSwizzler.h in Headers */, + 6D40B558C263805AD5EA6FC3DCF44023 /* GULAppDelegateSwizzler_Private.h in Headers */, + BFF3FC207AD26901F0331C3DEDC380E3 /* GULAppEnvironmentUtil.h in Headers */, + 027FA0FE90B04B34FC7C4931943F361C /* GULApplication.h in Headers */, + D6BB143397FE5D2A9C94FBAFE3DBD8DF /* GULHeartbeatDateStorage.h in Headers */, + B603F7480EC5763910F2DBA98B36B63D /* GULKeychainStorage.h in Headers */, + E8D65D62B1C106A39CFB0994BC9BD269 /* GULKeychainUtils.h in Headers */, + 555CF3B542265E1F77E1E5EDDF754C87 /* GULLogger.h in Headers */, + BD7CE3633DFC07F82A05429910C08935 /* GULLoggerCodes.h in Headers */, + 985228FEAD333D35C190F4A6B568E38F /* GULLoggerLevel.h in Headers */, + A35CD3327A0074893BAD5E1904E45A36 /* GULMutableDictionary.h in Headers */, + 5A28B7C467441538EF20B02F08B1CBFD /* GULNetwork.h in Headers */, + 890E2E809DF8458785A1BD9659BFFB93 /* GULNetworkConstants.h in Headers */, + 96F8FE7AC5476A0791F22782F1124595 /* GULNetworkLoggerProtocol.h in Headers */, + D7A5F8A207DE67F03C768510690FE72E /* GULNetworkMessageCode.h in Headers */, + 81A2D87F03044B5293435A27B465AC9C /* GULNetworkURLSession.h in Headers */, + B6C594FDB179664C117A8E7E0E8BA6CD /* GULNSData+zlib.h in Headers */, + 63528088258121978A106441DF784FC8 /* GULNSDataInternal.h in Headers */, + AC962D0776694818C3A36065DBF293A9 /* GULOriginalIMPConvenienceMacros.h in Headers */, + 14E4B53EA8F264F6346A4C851E8633D6 /* GULReachabilityChecker+Internal.h in Headers */, + 0AE9553F25D4869F136A9E80E893DBA6 /* GULReachabilityChecker.h in Headers */, + F6EFF1DB3D19308B9E7B42C46D4FB3B0 /* GULReachabilityMessageCode.h in Headers */, + F0E6C0C4A12778C06BB470553644B64F /* GULSceneDelegateSwizzler.h in Headers */, + FD2D2BBC329449D60B428178EFDDCC86 /* GULSceneDelegateSwizzler_Private.h in Headers */, + F65B9C443A963FC1A06CA8B7066B6EB2 /* GULSecureCoding.h in Headers */, + 9DBBD8293DB6E111126AC295A4A6360F /* GULSwizzler.h in Headers */, + 9EBF1C22F1C606D777EDE9760C205AD3 /* GULUserDefaults.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C89CDC1D5851B80AEE4136CF8782FF35 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 2F25CAD556254A239B151322CEE849BC /* GDTCORAssert.h in Headers */, + A877D518A821835130C5621739AAB0BB /* GDTCORClock.h in Headers */, + 2C407E8C99A8941BCC7E5FD583BF7155 /* GDTCORConsoleLogger.h in Headers */, + 97C118656938638AA23787AE37D8D0DB /* GDTCORDataFuture.h in Headers */, + 4BBE19F631470B5CB029B45FE280A944 /* GDTCOREvent.h in Headers */, + 4D972B043DF691469D24AACECE1760B6 /* GDTCOREvent_Private.h in Headers */, + FC906E3FBBBC8DCD8743435725F641F3 /* GDTCOREventDataObject.h in Headers */, + D37EDF49DF7F75AC784BC673662310C2 /* GDTCOREventTransformer.h in Headers */, + 7D68F3763AE12101FD0AAEB7282EBAF1 /* GDTCORFlatFileStorage.h in Headers */, + 0235D4629AC3666D3AA75C72468921B7 /* GDTCORLifecycle.h in Headers */, + 9A913E15108F9C3F0E578EF7298FBF1E /* GDTCORPlatform.h in Headers */, + 862B06811D4E339637ACFCEFC1455F06 /* GDTCORPrioritizer.h in Headers */, + 15323548C4F0428F35A51EE31EE6383C /* GDTCORReachability.h in Headers */, + 96FC82FD43191BD1C3FEA59D2C85D857 /* GDTCORReachability_Private.h in Headers */, + E23B9A3321A28B32A4AACFD5B755877D /* GDTCORRegistrar.h in Headers */, + 5DBBA2DF292B255EEE1C7B7D0AEAE2E4 /* GDTCORRegistrar_Private.h in Headers */, + 9FAA03FC37593B8F8B2746F03F15AF4B /* GDTCORStorageProtocol.h in Headers */, + F8EAF66007BD18C9D4B3D8FC75745D37 /* GDTCORTargets.h in Headers */, + 558257B7E078E520321C0C39BB6D868D /* GDTCORTransformer.h in Headers */, + 51A7C22C8F0BFD9B89B9167037516D08 /* GDTCORTransformer_Private.h in Headers */, + 53FB801C606C0371BD97CB2AECB2851C /* GDTCORTransport.h in Headers */, + 36C2E5BDAA64A781A6BC958BE012B9D2 /* GDTCORTransport_Private.h in Headers */, + 2EA9E8AD0BA1C0A4EA61E75CC723983A /* GDTCORUploadCoordinator.h in Headers */, + ABF7BDF07F7C297B689B6149845A4B21 /* GDTCORUploader.h in Headers */, + 7971489FE0E05FB193CE5D22BA000937 /* GDTCORUploadPackage.h in Headers */, + D19E86A449345EAC7F53D9052BA4C9CC /* GDTCORUploadPackage_Private.h in Headers */, + 5E8C63B9596B30349E37C6A46EC36920 /* GoogleDataTransport.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -23234,11 +22885,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - CCD799029A95CAE779842EE85535EFF5 /* Headers */ = { + CD3AB0A1E026810941762A434DB83C66 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - DF6ABEF38237E6CCE019B85C6B32400E /* RNLocalize.h in Headers */, + 81A2FFCFB7C5FB3DD14807DDA43C839A /* RNBackgroundTimer.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -23258,23 +22909,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - CE94BF41867426DD1C409E24F7DF4729 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 938B4689C9B33CA1DF37B90436C1AD3A /* bignum-dtoa.h in Headers */, - 0AC44EA6FD183A3A05F72ED74755F292 /* bignum.h in Headers */, - 85D35CE4E3360A05373CFB71FC2DCED1 /* cached-powers.h in Headers */, - BD732A8E7B91BC3B26168F3F9093CD48 /* diy-fp.h in Headers */, - BF33C35413686739CAD0DE4CCCD64D44 /* double-conversion.h in Headers */, - 6681CDF5443A299439769D63871C9A08 /* fast-dtoa.h in Headers */, - 761D4865C5C71EF83D7EE6C769158DCC /* fixed-dtoa.h in Headers */, - F2D9F29222AE982949FE532AD7186F06 /* ieee.h in Headers */, - E7B0866BCF3DE08687C2B9D54F0BC2DD /* strtod.h in Headers */, - 7BD15957F2A51BE81539C6DA6E21E9C0 /* utils.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; D11CAE4390D522815FD65CAAFB2C95F7 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -23288,6 +22922,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + D668AE690E131614FA3DE58298639726 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 57D78F83991F15800B0EF39A76C40A7C /* Orientation.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; D6F9FA10A749F2A4B2BAF84840D8AAE9 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -23338,108 +22980,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - DC5EF5398226B2B67EDE602590B46D59 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 81DED74B1B54DF2CF49F206FD3F2F175 /* Allowance.h in Headers */, - F0F7E694817E2093598328B8FF7CCD38 /* AsyncGeneratorShim.h in Headers */, - 805B532B110929BFBF4EB3C17EBCECA2 /* CancelingSubscriber.h in Headers */, - 68751BE9DE00B7ACA9900C0C0CFA0DDF /* ChannelRequester.h in Headers */, - 9FCEA42B029F90BC34656D766A9B06C2 /* ChannelResponder.h in Headers */, - 982410178F99B47A300959AF52B4B673 /* ClientResumeStatusCallback.h in Headers */, - 2DD7ACBAF9C65522959CFB17CA2734F3 /* ColdResumeHandler.h in Headers */, - 8A5DFEA582F669615820E282C134CBA4 /* Common.h in Headers */, - 50E6BB281B7A3AB697F01F6A24D7CF71 /* ConnectionAcceptor.h in Headers */, - 27A98E511FC1F344C596F241FA2C70D5 /* ConnectionFactory.h in Headers */, - 6AF3FAA8B14DD485C5463D868563F141 /* ConnectionSet.h in Headers */, - F794F044C6382346A50372DFB580EA8C /* ConsumerBase.h in Headers */, - D6E7B6E988F3AE605F88AE7F1B7C68E9 /* DeferFlowable.h in Headers */, - 8D41A2CE1F193824D8DA083E27688E68 /* DeferObservable.h in Headers */, - 0F51DB3A511A20C5FB48FE0765239092 /* DuplexConnection.h in Headers */, - C34DC13B0034CF58DC1AC8D0AF8D7DF5 /* EmitterFlowable.h in Headers */, - 76127EC6986E8523779DDB9A2C8894E0 /* ErrorCode.h in Headers */, - 07C226886CA8F90613589A35082B2AAD /* FireAndForgetResponder.h in Headers */, - 17D8D2FD30123F9C70117C27F7F19C95 /* Fixture.h in Headers */, - 23AE484D93025B7CEDC951E801E4E924 /* Flowable.h in Headers */, - C39514149F6B793022B3F5AF1350B225 /* Flowable_FromObservable.h in Headers */, - DBCDBCA655121C33274488B88528D9E0 /* FlowableConcatOperators.h in Headers */, - 88027D0B8F6AD32011524F20BD72A968 /* FlowableDoOperator.h in Headers */, - 539A9F546D7E466B4A4884E0BBA59D8F /* FlowableObserveOnOperator.h in Headers */, - 35E1CC31824ACB034834BC3855CDD0A8 /* FlowableOperator.h in Headers */, - A42CD5088379A5D5FC44FDBC31536A46 /* Flowables.h in Headers */, - EAF538E0F17902982E4DC0240BC0EAF2 /* FlowableTimeoutOperator.h in Headers */, - F5F3F0856950BD6B8C7BD31FD3CA6D8A /* Frame.h in Headers */, - 6E314E0880B770B87CA0F8952978B004 /* FramedDuplexConnection.h in Headers */, - FB14DC55F47F71DA3E21F211E1B9A797 /* FramedReader.h in Headers */, - FFBC7307270A30CAD03653192FA90B71 /* FrameFlags.h in Headers */, - 591E41D41239F16A8318D96B0072E1A0 /* FrameHeader.h in Headers */, - 869BF30E504609847F586390B7025424 /* FrameProcessor.h in Headers */, - B5AFD4AF58C0E5694CB8B29BB29CE7B3 /* Framer.h in Headers */, - 2701B679EC1C42658BE142FC913CAFFB /* FrameSerializer.h in Headers */, - 611F85A3E89147C63680D783AC64A09E /* FrameSerializer_v1_0.h in Headers */, - F4F68F44536176A478F2B1DC0BB18922 /* FrameTransport.h in Headers */, - 5011A0FA8B6A9B3D6123ACEF7015CB2D /* FrameTransportImpl.h in Headers */, - 5727A28359DBA9E0DC2E6C06CDF32394 /* FrameType.h in Headers */, - 7DE4A6EE8F595609F7C039CD70C6400C /* KeepaliveTimer.h in Headers */, - 8B927C6433F4C838369E437B1F6CE3E8 /* Latch.h in Headers */, - 205C38D64650AF5CC37C6374C89AE8E8 /* Observable.h in Headers */, - 9837D9003A99586A2E3E7E24D467AFB2 /* ObservableConcatOperators.h in Headers */, - E071C2C7C18AA96C67B039E4E3E87403 /* ObservableDoOperator.h in Headers */, - 6825786DB988AEF3E7D1B70789BDD39C /* ObservableOperator.h in Headers */, - 2449468D87C279D90A7D6B32DF968F39 /* Observables.h in Headers */, - E1A82558479A238EB891BA6D55CC2B70 /* Observer.h in Headers */, - BF67358934093E754079792559B0114B /* Payload.h in Headers */, - 31778C2173108BB5C2EA4BC850CB6C74 /* ProtocolVersion.h in Headers */, - 01052D99D334CF3C4D189259FE73B3AA /* PublisherBase.h in Headers */, - 0E407E4AA22591C87ACAD100406954EB /* PublishProcessor.h in Headers */, - 5BF28CE2DBE9C347DF6940C3757A0B2A /* RequestResponseRequester.h in Headers */, - 3137539F4A9F4B9719516CBC77F46429 /* RequestResponseResponder.h in Headers */, - 01FDABB56F8E254671FA3097BD7641F4 /* ResumeIdentificationToken.h in Headers */, - C0CF6A8EAE663FCDABFBBE5447E565B6 /* ResumeManager.h in Headers */, - 1AFAB94478AD5469073A4F82C5C24C30 /* RSocket.h in Headers */, - 37667B7683801288F65A27635126B965 /* RSocketClient.h in Headers */, - 1CA7646F554D7DC9BDD9BF19EC6C61AD /* RSocketConnectionEvents.h in Headers */, - 9C7A601C6CE8A7FD7A9AC7D5049A1F10 /* RSocketErrors.h in Headers */, - AB1F4C553DF6F96B7BC334F116DAB232 /* RSocketException.h in Headers */, - B76278C777A3630DF71765C59B3AEB17 /* RSocketParameters.h in Headers */, - 97617645B7B7AEFC4598BBA2C435B98C /* RSocketRequester.h in Headers */, - A3AA77AAA88A4771361FFA39D659280D /* RSocketResponder.h in Headers */, - 70DA094985206B968F4B34E602E1E07D /* RSocketServer.h in Headers */, - 8F8323DA77A223DE2FD3205BD1F97A85 /* RSocketServerState.h in Headers */, - ECB4A9AFE0F3C14F0CB69A41BBD5B4C5 /* RSocketServiceHandler.h in Headers */, - 664F529BEF85A7C3622834D98F8F294C /* RSocketStateMachine.h in Headers */, - 774930257C310C8D8352F2B1066E7188 /* RSocketStats.h in Headers */, - F6E1D218864D620A67AA1B442EF17F6B /* RSocketTransport.h in Headers */, - 6B44ACDD127FCC1C6B0CA03A3C8BBEF0 /* ScheduledFrameProcessor.h in Headers */, - B2D6988BE32846189A992AF046D542D2 /* ScheduledFrameTransport.h in Headers */, - 480A71D00CD0CEDCADB45781C23AE73B /* ScheduledRSocketResponder.h in Headers */, - 50CC679F3ADB6E4C12912F147286CCC8 /* ScheduledSingleObserver.h in Headers */, - B17A957ED9AF87024F5E76CF3389320A /* ScheduledSingleSubscription.h in Headers */, - E5E21845BA94A49313B5915782538B13 /* ScheduledSubscriber.h in Headers */, - E8B39696832DD1EE46FCE86E19A442DB /* ScheduledSubscription.h in Headers */, - E9007664958B9EC2274A8D1F0B448849 /* SetupResumeAcceptor.h in Headers */, - 33656F99BB71DF03300FFF49BF4C9D02 /* StackTraceUtils.h in Headers */, - 0C3B0B786822ED45F456EE894554A8E0 /* StreamFragmentAccumulator.h in Headers */, - D9855CCBB0D5FDCE73A00FCF7B83FDF4 /* StreamRequester.h in Headers */, - 438E43893A217A169B2C635ABB75BA10 /* StreamResponder.h in Headers */, - E446B13DFEA0B960B2427243443957CF /* StreamStateMachineBase.h in Headers */, - 12B302D10A720130CD16C94F9EA296AF /* StreamsWriter.h in Headers */, - 53810BCF4596A5BC6ABB4D3E942E7D54 /* Subscriber.h in Headers */, - 444F5FFC7805E14652098D73F443C852 /* Subscription.h in Headers */, - 77E4310DB2D126F95C98D440880234EC /* Subscription.h in Headers */, - 1AF7CEED16699EB25F81FD79EE007FD0 /* SwappableEventBase.h in Headers */, - 4816DC398C13DFFA6D452E672630EE27 /* TcpConnectionAcceptor.h in Headers */, - 12042BC0C71DD505B7A2E3569D43D782 /* TcpConnectionFactory.h in Headers */, - E01D030A5A66078118377798A74CE7D5 /* TcpDuplexConnection.h in Headers */, - 5A9453A36DD2BB540D92829A0ECCAD65 /* TestObserver.h in Headers */, - 079EB008785841F1F3161B7343302DCE /* TestSubscriber.h in Headers */, - 49C2E92BF693A0628E4065AFA2BB3607 /* ThriftStreamShim.h in Headers */, - 1E7AAABD1C9340BA981C9FB64AE6343E /* Throughput.h in Headers */, - FAD85B51106C625D35D1232FF63201C7 /* WarmResumeManager.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; DE70141E66ACDE79A002F15F926D6056 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -23448,19 +22988,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - DFC4F2F68D42CCD6FF88DFAF42267A4A /* Headers */ = { + E2E9906A883D6D2B3F652CBB0D5B7B43 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 550E2D501FD368372393E7F1B69796F9 /* RNBootSplash.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E265B278A88D2CFB1CFA3283F7AD423A /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 7273E470029F2D1437729B26DBC9A04F /* RNVectorIconsManager.h in Headers */, + 61D711722811BCDE4D3B2248CBC248A3 /* RNVectorIconsManager.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -23498,49 +23030,37 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - EAD0BA479B9430AA004867D4D1B88E5C /* Headers */ = { + EBB33AF8339BAE33E59EBD7C35048674 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - F231B2C0FE6F934F3D513994157DC7FF /* log_severity.h in Headers */, - A2986AA14EFBF271183FCFBF4B652292 /* logging.h in Headers */, - C88934A38617802509283B6115989E0A /* raw_logging.h in Headers */, - D4BFB1639606F1F91FABAADB51E117D0 /* stl_logging.h in Headers */, - 667509E48725A2B238B0C42AF82D7ECB /* vlog_is_on.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - EBFD97345361C47B401D7DE5B5FDA8E3 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 408410393BDBA70EB22A667FD58D9238 /* GULAppDelegateSwizzler.h in Headers */, - 78EB7661C03288458E9F5B8A0F3B3927 /* GULAppDelegateSwizzler_Private.h in Headers */, - 138FDAE49867D2D0A75BDADF80FEF016 /* GULAppEnvironmentUtil.h in Headers */, - E04943B96D991A7148803E0310482350 /* GULApplication.h in Headers */, - F475E1D69BAA062CBD94E05E0EA20C06 /* GULHeartbeatDateStorage.h in Headers */, - 0EA8B67C0D2931A298B495B662499A18 /* GULKeychainStorage.h in Headers */, - 5F342C5E5ADF3C33666E63C41DC64780 /* GULKeychainUtils.h in Headers */, - 78403DB498B5B23975EFD391133F6789 /* GULLogger.h in Headers */, - 8EB6AE45E015DA5B8D8870839F39A6DD /* GULLoggerCodes.h in Headers */, - 71FEC2B79DBEA1991FBA517A8F65B8E2 /* GULLoggerLevel.h in Headers */, - 53400182B8FA5FAC1C145D33E6CB6B2B /* GULMutableDictionary.h in Headers */, - E70C29588474028552EF2C0B9BAC03DF /* GULNetwork.h in Headers */, - 702BF4FC3D4542D80C103C9068757323 /* GULNetworkConstants.h in Headers */, - 381393BC40084DCC13AD08D660D11F1D /* GULNetworkLoggerProtocol.h in Headers */, - 6CEAA269DD4BC01681D722B615FB1531 /* GULNetworkMessageCode.h in Headers */, - 2C898C244746B08C5A3F53783E44C316 /* GULNetworkURLSession.h in Headers */, - B2017CCAD30323453F81EDD5611E8C56 /* GULNSData+zlib.h in Headers */, - 393DF61B04268D1D9D95157D8CADC303 /* GULNSDataInternal.h in Headers */, - 37826F34439B9FD33806F50B36C396D3 /* GULOriginalIMPConvenienceMacros.h in Headers */, - 6E1B9E842E9C71D866A039A924ED8167 /* GULReachabilityChecker+Internal.h in Headers */, - 5CFE76AF80668610AA21C0F24A042A78 /* GULReachabilityChecker.h in Headers */, - 2873CBE8CE018ECC6EE68726A692463A /* GULReachabilityMessageCode.h in Headers */, - 0585E1E385E7510573ABA333EF8117FB /* GULSceneDelegateSwizzler.h in Headers */, - 1D81321318C33B662AAA83F6C91575BE /* GULSceneDelegateSwizzler_Private.h in Headers */, - D4EDB286E0A61489B1CFEB993FAE0311 /* GULSecureCoding.h in Headers */, - 181B695169AC8432075F4B7136908B6C /* GULSwizzler.h in Headers */, - 1D444821B1E2BCB130219E060B49A9EA /* GULUserDefaults.h in Headers */, + FE7FC26F19E16A3C780F5A16A64BB3C7 /* FIRAnalyticsConfiguration.h in Headers */, + FAF2D3112769E4E9526A7108FE41E865 /* FIRApp.h in Headers */, + 6BDA282659187E141DD24B446E2B9BBF /* FIRAppAssociationRegistration.h in Headers */, + 996D0F0CECEC759ACE25B647321F06C3 /* FIRAppInternal.h in Headers */, + 80E055AF5E1F8A98D7E706C64444F99E /* FIRBundleUtil.h in Headers */, + 03E34D49398AC94C2642BD9B798A5290 /* FIRComponent.h in Headers */, + 46CEAA7AF569FDE455C8032D51FFAF6F /* FIRComponentContainer.h in Headers */, + C1DA84CCA21A07A858A512C5DB0A5863 /* FIRComponentContainerInternal.h in Headers */, + 75BC1236418ED06186664078AA81DFD2 /* FIRComponentType.h in Headers */, + C0E18757989FDFDD6FECA8D5DE13904C /* FIRConfiguration.h in Headers */, + 3FEED7964A8B4EC5CBFE3783833ED702 /* FIRConfigurationInternal.h in Headers */, + CDFA268BFFE87E1407F866A7E7FC6280 /* FIRCoreDiagnosticsConnector.h in Headers */, + 20B1DDB05D8A9C7C93D98FB86003D201 /* FIRCoreDiagnosticsData.h in Headers */, + 7DA238C81FC48335608C04662812FE37 /* FIRCoreDiagnosticsInterop.h in Headers */, + 0387C267CB960A9B37698AEB84095D51 /* FIRDependency.h in Headers */, + 4F04D10E351366F2D4F4CE79446CF90E /* FIRDiagnosticsData.h in Headers */, + C063ED5CE733CEE3579B0A7B879CBE17 /* FirebaseCore.h in Headers */, + DE80814C51CEDC981815A35B8D5B9C49 /* FirebaseCoreInternal.h in Headers */, + 8B81A8FDE7465A83900256DF9EB5FB3F /* FIRErrorCode.h in Headers */, + 7404CED566B4DDE75D1C8CB1D035F05E /* FIRErrors.h in Headers */, + ACBBC62CED6EF644685B982229156C4A /* FIRHeartbeatInfo.h in Headers */, + 561C9B503460E1E24ECDD73AD4341F50 /* FIRLibrary.h in Headers */, + 9BB4C3AE128CC769953DE42110419C51 /* FIRLogger.h in Headers */, + 541C9B94EA4EBFCD1432F502F30D2568 /* FIRLoggerLevel.h in Headers */, + C33C72BF46453E9884911D99B703872A /* FIROptions.h in Headers */, + AAD7EFCA7023F8E40B7A307366209AB3 /* FIROptionsInternal.h in Headers */, + C612FE7B2CB7E0F6663E75D0AB85B28E /* FIRVersion.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -23584,25 +23104,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - EEA69477FDA13EFF829A94B3E42F44D5 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 169358EB3D2D9FF36F9FCF718F027063 /* FBReactNativeSpec.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F130CFD4414CBBA03AA0F1BB8AFC0C79 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 899045CB103B952CEAB49ED135BD9BB4 /* pb.h in Headers */, - 8511DF28BCE8D8E243C4A1B55F88A598 /* pb_common.h in Headers */, - 314D772E946B97CDBCA339B24EE64341 /* pb_decode.h in Headers */, - BA56349F5D2A173BC8DCA0DF64557AAB /* pb_encode.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; F23BCE2C934B4CF40AA140FFB20AAD7D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -23615,21 +23116,494 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F8AEC80F27D063BCF8BD3F26709B7445 /* Headers */ = { + F2C2EA2F9537428BECC4BC2C2C654B17 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - D071FA9A5DE489BB769AA29B571E29E1 /* FIRCoreDiagnosticsData.h in Headers */, - C0B6B06C8B8972F6EE4F84235D3844E2 /* FIRCoreDiagnosticsInterop.h in Headers */, - 20583DB286DAD46D92C1C005023125C4 /* firebasecore.nanopb.h in Headers */, + 98D2918A7121632391FB94B57AC6DBB2 /* Access.h in Headers */, + BA2893688F0A0D16FEB36280949B40A6 /* Align.h in Headers */, + F8B7214364362308ABD3AEBFBDEC2C97 /* Aligned.h in Headers */, + 7837ABC95583819DDF4EBFA959614C06 /* ApplyTuple.h in Headers */, + D4535834477562051A2275B5DD17B42C /* Arena-inl.h in Headers */, + 9D1A8E6C6AD16F24CF2DF1890195FA9B /* Arena.h in Headers */, + 8DE10FFA749E958AA7F44EF1394949EF /* Array.h in Headers */, + 150ACBB772200550CBCA36C42EE29D4A /* Asm.h in Headers */, + 68146EAA8EE7350DFD7851CEF9CDD478 /* Assume-inl.h in Headers */, + F019A1E69ABD9EFB290F390A21D4DDB8 /* Assume.h in Headers */, + 64E9668779E023DAB3BBF41809D8F117 /* AsymmetricMemoryBarrier.h in Headers */, + CA272D2C34E2CB7439E49F5E8C50B39A /* Async.h in Headers */, + EC149F2DAA670DE4F9B8EBECDEF0FBF6 /* AsyncPipe.h in Headers */, + A400B9B8FB9F5F41500F5CC75EE44047 /* AsyncServerSocket.h in Headers */, + 4315BB8B01AD4F6C8471609F32EF9BB3 /* AsyncSignalHandler.h in Headers */, + C5D98D860D7A11FF17244B4F15784A53 /* AsyncSocket.h in Headers */, + 8B85C171EFDD4AD0202225848BBA21E5 /* AsyncSocketBase.h in Headers */, + 1233D8532997F37E596614EA65C3A8E4 /* AsyncSocketException.h in Headers */, + 3430884A4D38E993B442558C6354B5C8 /* AsyncSSLSocket.h in Headers */, + AFA0C72B948583394AD1358F729A8E43 /* AsyncTimeout.h in Headers */, + F0A0E0EAC86B125D297DBA17AEF79DFF /* AsyncTrace.h in Headers */, + 0A3B2E62C110683729D4D8EC050296C7 /* AsyncTransport.h in Headers */, + 7498AFAAE2EFAA61F05CE8562469CDAB /* AsyncTransportCertificate.h in Headers */, + A61E1AD73CE201E81B0115B04120451D /* AsyncUDPServerSocket.h in Headers */, + AF3E6F22710568EC95BEEAFA0FA3D03F /* AsyncUDPSocket.h in Headers */, + 3F6A56C16740605BB328BAD73C805434 /* AtFork.h in Headers */, + BABA229DBB08C44F9EBF8E13BE099E39 /* Atomic.h in Headers */, + 7CE88D7C5016F60D0861623E78DE1CC7 /* AtomicHashArray-inl.h in Headers */, + 41C66397B2D2ADFBDD322A4D4D194393 /* AtomicHashArray.h in Headers */, + 9E549BC48C2EEC5F37747DB43A90618C /* AtomicHashMap-inl.h in Headers */, + F3870608091DD6CBC7B9D99E5750251D /* AtomicHashMap.h in Headers */, + 4A47FD7935C0243A04BC888F76B6871B /* AtomicHashUtils.h in Headers */, + EA62493AFBF1C1B77E5C01B30D88740A /* AtomicIntrusiveLinkedList.h in Headers */, + F1D7DD6F64C3FC6B794B2FEA430EF122 /* AtomicLinkedList.h in Headers */, + EE89714434BD8F8DDD0C50F8A84CA28F /* AtomicNotification-inl.h in Headers */, + 8304E6A7808274F2F6A6E2BC954B4C55 /* AtomicNotification.h in Headers */, + CE0544AF056C362096A856A2AD0EDA74 /* AtomicReadMostlyMainPtr.h in Headers */, + AE88B8034E4EA1DAB7C63B0600025739 /* AtomicRef.h in Headers */, + 337F34B4064D81DDDD1C42B0398669BE /* AtomicSharedPtr.h in Headers */, + 85F65B796F292FD457A19DA844B626C2 /* AtomicStruct.h in Headers */, + 73B8AA869C9826686845C789D89EA07D /* AtomicUnorderedMap.h in Headers */, + E24B68DAF8BD7F21011BAD051A1A9707 /* AtomicUnorderedMapUtils.h in Headers */, + 60A005CDECFB802E4FE2BC623E72763F /* AtomicUtil-inl.h in Headers */, + 94DA63976E6391449B25B43F284BB15B /* AtomicUtil.h in Headers */, + 9D1EF7F398DC1B040EB1ABCC20E39B71 /* AtomicUtils.h in Headers */, + 00CA931194E42924A14D9594C1799EEE /* AutoTimer.h in Headers */, + 2FA95772D10AF99617212F3ECE0D9BA5 /* Barrier.h in Headers */, + ADCA2E22B66E748E23E3E0B4AB986E88 /* Base-inl.h in Headers */, + 0E4D42CC0731386E1346BB5D4ABBF7B3 /* Base.h in Headers */, + E232697AD2A0BBC29515EC23C546E8B6 /* BasicTransportCertificate.h in Headers */, + 51CCC62D357828844F150E39DA8B249C /* Baton.h in Headers */, + AF607083502DB153643AA2C3657C2EEB /* Benchmark.h in Headers */, + 4A4A6BAD842063E47B8AA660BAD50368 /* BitIterator.h in Headers */, + 75CBB53A3F1AF861DFD77162187293D5 /* BitIteratorDetail.h in Headers */, + 196FF82F454AE91BD2A07237684A40B2 /* Bits.h in Headers */, + FBB905CD3CE8243BEAAC75C3DDD33593 /* Bits.h in Headers */, + 1B85A99F2196FEFE3882FE4B99978A65 /* Bits.h in Headers */, + FC351E252743AFD503DA95AAEEDC0B94 /* BitVectorCoding.h in Headers */, + 2A2C0C8B8480A8A12AB2FE25B992F697 /* BlockingQueue.h in Headers */, + 567C99BE688A07429884CA040DA56081 /* Builtins.h in Headers */, + 12D8B4D17339DBEDFDD9F6504C732A97 /* CacheLocality.h in Headers */, + 67613660F75EF6515B4BAE41BB08777B /* CallOnce.h in Headers */, + DBCD75EB1B2FE2FAF06806A9B5D50CF3 /* CancellationToken-inl.h in Headers */, + 2DEA4B875DC7B50B724BCEF3284CE739 /* CancellationToken.h in Headers */, + 3E91D33D6E3C202B6546B6E382C22AC3 /* Cast.h in Headers */, + 0A0A806A7EF677E86C81D042EACB6ED5 /* CheckedMath.h in Headers */, + 293568674BFC2FCB3EBC3EC193AB75D8 /* Checksum.h in Headers */, + 10B2D424A3478547BD17480EFB1AFB62 /* ChecksumDetail.h in Headers */, + 9F3B9DA9669C59E564518C1A96A97643 /* Chrono.h in Headers */, + 026FEC544273938E4B8C8EA35EFAF37F /* ClockGettimeWrappers.h in Headers */, + FE2B53D3440FFDDB7F6739700B105D07 /* Codel.h in Headers */, + 698EF61D6930A11EE09A9EE0568653A8 /* CodingDetail.h in Headers */, + A9CEBA226FCE19E20561B3EC0C73F45B /* Combine-inl.h in Headers */, + B1BEA4D94DD4E493A57735A570C151B1 /* Combine.h in Headers */, + 497476058342A05CF5778CFE89C64857 /* ConcurrentBitSet.h in Headers */, + F993E6549C0851C0DDD67BD1AA91E7A8 /* ConcurrentHashMap.h in Headers */, + 5CD371AFB7CB4B1F243DC3BC0275D1D7 /* ConcurrentSkipList-inl.h in Headers */, + 600984407593CAE4123B5B98F2F63F89 /* ConcurrentSkipList.h in Headers */, + EA0957065C56F9090D0DE011CDDA4AED /* Config.h in Headers */, + 792B466F92509CC9774CFBF90D1D6E5B /* Constexpr.h in Headers */, + 0D97C1CD1A890E06D10A8D88EB5691C6 /* ConstexprMath.h in Headers */, + C4D3FBE724C5BFFDECAC4439825A9ACF /* Conv.h in Headers */, + 515A63624758D92055598936A58821E7 /* Conv.h in Headers */, + B18CF03030926BAE02076D47E86B6B49 /* Core-inl.h in Headers */, + A1E98F7E4E51D39996B91EC5393E2680 /* Core.h in Headers */, + 8C2D57DF6CD081EC3F32F0EEA8F1CFD6 /* Core.h in Headers */, + 8C737796442DCB27B2932B7BB34047E9 /* CoreCachedSharedPtr.h in Headers */, + 13236A2A23B12AB9E96E9833D53F084B /* CPortability.h in Headers */, + 3A89EEC67401096D5878D5BCF2BF31A5 /* CppAttributes.h in Headers */, + F6545B694383EDB18603EBD0CA8F0C42 /* CpuId.h in Headers */, + E6BA031A7D5B108C112B7155861B252A /* CPUThreadPoolExecutor.h in Headers */, + 5529C087D88FDAF9A85CB65DC8CDB87D /* CString.h in Headers */, + 456E4AB758602349E23F61D2405B46CF /* Cursor-inl.h in Headers */, + 3F3D701215C4AFCE2ADBC2E05517C8C6 /* Cursor.h in Headers */, + 93A6090475EA44A4041F84D027F72CF6 /* CustomizationPoint.h in Headers */, + F059D8CE1A7BEBDA200C8AAE87265C7F /* DecoratedAsyncTransportWrapper.h in Headers */, + 26D0A998AFF2ABD69097741C6E93AAB9 /* DefaultKeepAliveExecutor.h in Headers */, + BEB08356C8E6AB7B4DBCC7C2C1D632F3 /* DelayedDestruction.h in Headers */, + ACBD2026A18F59E32D2F3B256E5A0E01 /* DelayedDestructionBase.h in Headers */, + 0D310DB3C35AA95D4FFF6136F95E4740 /* Demangle.h in Headers */, + 7D5B3E68B9832BB556D371E5A9BCE7AA /* Demangle.h in Headers */, + EC6E77808945DD2335455C1870716873 /* DestructorCheck.h in Headers */, + 15FBBCD4B17F6C048CAFC89CF6C431A8 /* Dirent.h in Headers */, + 0EBCD98422FB2A6FB9E988BDBD060E68 /* DiscriminatedPtr.h in Headers */, + C40DF081F200C091D8F9FDE8328F0832 /* DiscriminatedPtrDetail.h in Headers */, + FE9B3B4F1679B7FC55D4F0BC257188A9 /* DistributedMutex-inl.h in Headers */, + 3E54813E4A34B933CAA7E974042884C9 /* DistributedMutex.h in Headers */, + 59DDE51E06D89D01F992DF6DF5534A6F /* DistributedMutexSpecializations.h in Headers */, + 5518695204C2C4442F282B846619E657 /* DrivableExecutor.h in Headers */, + E24E331B0CC02D6AD017B30F0142BEBA /* dynamic-inl.h in Headers */, + 6663CA97C495F0067DB751B4F77BD191 /* dynamic.h in Headers */, + 2E8D9CE040612CC0E556550029F283D1 /* DynamicBoundedQueue.h in Headers */, + 3D4A5D2A008BAF26362F5AC6F1D91B2C /* DynamicConverter.h in Headers */, + FBDE3BE2ADA99A66628DA4F9636DFDA5 /* DynamicParser-inl.h in Headers */, + E688CE98B6E0FD22A1D01CC49010ED71 /* DynamicParser.h in Headers */, + 928ABA8DEAEE4802ECA46DDD640DDF5C /* EDFThreadPoolExecutor.h in Headers */, + 27289C9CE545E9A60B4FFBECC9BFA815 /* EliasFanoCoding.h in Headers */, + 2C476EC9F7B621F0D142449AA955BC63 /* EnableSharedFromThis.h in Headers */, + 03FD9338E05722163030989A500E5ACE /* Enumerate.h in Headers */, + 1B1F3CBBD982305D78A6C7E4BACD0715 /* EnvUtil.h in Headers */, + DC101DEF3E801F552ADA91FB978D9FA7 /* Event.h in Headers */, + 203D046A232F648291F7C514306B6C31 /* EventBase.h in Headers */, + 995FC435F64072A7A2061B424BA99E5D /* EventBaseBackendBase.h in Headers */, + 50B23F454216E25EBB3CBF9EA0823CAF /* EventBaseLocal.h in Headers */, + 866542A6D239578D8248EF43F897882A /* EventBaseManager.h in Headers */, + FE95FE6E39EE662AC4EDC51E46F7B5A6 /* EventBaseThread.h in Headers */, + 8FDD9248339209DBCE1186C73CE376CC /* EventCount.h in Headers */, + 2B17E6CC7F18626E88991E8296872DAD /* EventFDWrapper.h in Headers */, + 875925826288449AE05007C6B7B1F53F /* EventHandler.h in Headers */, + B66283733F8C9AA0249BFED628761EAA /* EventUtil.h in Headers */, + 27C671CFA2AF9380A55C1614618C1951 /* EvictingCacheMap.h in Headers */, + 68CD1A0F0CB97A63379770608900238D /* Exception.h in Headers */, + 3C40BB853A1C314833FBC7D20AA82BC8 /* Exception.h in Headers */, + 02EF338B0043B985C4B57E3BA2551EEC /* ExceptionString.h in Headers */, + FEBBA64A1E058524A95B0C86F1E549C7 /* ExceptionWrapper-inl.h in Headers */, + F1E687BB5381C7F3338CF664F919B8EF /* ExceptionWrapper.h in Headers */, + 628961005A361946B7FE598FA4841B1E /* ExecutionObserver.h in Headers */, + 373564FB9ACEE07BA3D91832122052A7 /* Executor.h in Headers */, + 40B884A2C4F2B4B0F13FE03CCC08123F /* ExecutorWithPriority-inl.h in Headers */, + AB72A8D33F9D1856BA7168DB5B2791B0 /* ExecutorWithPriority.h in Headers */, + 1269F8BF61CCEE24D084D81CA0FFD09A /* Expected.h in Headers */, + D5B9B7F9AFD1EEA64D96076DD32A19A5 /* F14Defaults.h in Headers */, + 1CC3C81FC9A48F450D8A84B50D13A0EA /* F14IntrinsicsAvailability.h in Headers */, + 9F563F27420EAB0B4D4D7D605FE16CE0 /* F14Map-fwd.h in Headers */, + 7155EB967B59F694EF6A61D9B79FF119 /* F14Map.h in Headers */, + 4C34A0A6AEC3A13A95CC28543AEFD240 /* F14MapFallback.h in Headers */, + A7E588EB1B8F0345B2014BCE041E14EB /* F14Mask.h in Headers */, + DC8E68839942D7B0D1FB57E5620EFCEC /* F14Policy.h in Headers */, + 1F26E6BE8680874514D23F4E1D98AFFF /* F14Set-fwd.h in Headers */, + 09A464ED48BAA4E9DCFEDC9F7D894822 /* F14Set.h in Headers */, + EFB7C9A08B274807C6FD2A5BCB8222C4 /* F14SetFallback.h in Headers */, + 74B4FB1EA24FA31CFBE58617136D9514 /* F14Table.h in Headers */, + EBD975A21CC130A96D250236FFE4F9C2 /* FarmHash.h in Headers */, + 80E32BEABC86CDFDEEBCD0188913C774 /* FBString.h in Headers */, + 84E258828ADD4F0693A0FBA70AC02CD5 /* FBVector.h in Headers */, + 9014FB60BD5C56FAC0F13E7CA7C0C7E5 /* Fcntl.h in Headers */, + B6B00AE75626B3BD4A6925A7DD0BED17 /* FiberIOExecutor.h in Headers */, + 5FE547005F737373C13EED355B4C56E8 /* File-inl.h in Headers */, + 4405773DD41EF91B394D1E1E75A0080F /* File.h in Headers */, + 061D88E1301C65207DD06740E61D1EB0 /* File.h in Headers */, + 218321A99D4C17B8A48D880818EC732A /* FileUtil.h in Headers */, + 81EC383175D5EF36C5D7F4C08F069B14 /* FileUtilDetail.h in Headers */, + AD22D5927EBA7856411A5A5B7ABC4B8F /* Fingerprint.h in Headers */, + 997DF0418012D9C969CDDBE78493ACC2 /* FingerprintPolynomial.h in Headers */, + 84EEA38B752500B65CE33B3C4DD6C5B2 /* FixedString.h in Headers */, + 058BF1EA0CA722A7BB971A828627761C /* FlatCombiningPriorityQueue.h in Headers */, + 13AEDF2384770BE43EE78BE141CEDA67 /* Foreach-inl.h in Headers */, + 390E2523878FE4E2C1C90A2619F00E63 /* Foreach.h in Headers */, + 431E952A2662F9537EEF1374B5DA09AC /* Format-inl.h in Headers */, + 3BD2B765DC245C6F0426F60090F210A2 /* Format.h in Headers */, + EFA449FF3A33370C4637B3E6123A6D85 /* FormatArg.h in Headers */, + 00C85C1CDF2C41BEE2C92B5FCA1CC7B0 /* FormatTraits.h in Headers */, + D62C8173C02363F6C4CFECB79A2F4E93 /* Function.h in Headers */, + CD6D4D520B30014559A20DCE9FA708E9 /* FunctionScheduler.h in Headers */, + 98C98393D69ED7F94B9E2A374EEB5B9B /* Futex-inl.h in Headers */, + 37B9FCCF9E74ADD4185E7E23CC114819 /* Futex.h in Headers */, + 40D512932B53BF0C9B19C93170B001DA /* Future-inl.h in Headers */, + 1B99C991A7C99C8CC2F38A0347F3A121 /* Future-pre.h in Headers */, + 55C69E66185BEE52D7BEA59E84E3D4C3 /* Future.h in Headers */, + E92F0FA65600E39939718011B0E11595 /* FutureDAG.h in Headers */, + B43716406889A28154E0ABF207A5D3FF /* FutureExecutor.h in Headers */, + F1756EEC7A49EE771C830BEE83AD9668 /* FutureSplitter.h in Headers */, + B52951C4E8D55EEDA6694C1F4C670AAA /* GFlags.h in Headers */, + B668ADC18948577ACF241EE17261898E /* GlobalExecutor.h in Headers */, + A815F9755430CE3D28CA90A9A2939A6C /* GlobalShutdownSocketSet.h in Headers */, + 4A4B5F838A05E6669185CAB202C98414 /* GlobalThreadPoolList.h in Headers */, + 0805B88775F5127E25DC5FEACCC70FFB /* GLog.h in Headers */, + B37DC1D3578C31D1130CA28CE692F82A /* GMock.h in Headers */, + 76B76FC8DA45AB63C0EAEF2E774715AF /* GroupVarint.h in Headers */, + 4FEEAB5DAD78FB635EF3069BF10B38E8 /* GroupVarintDetail.h in Headers */, + A4DEE42DFAE0049FC953D79F1878ABD2 /* GTest.h in Headers */, + F5A4421DA388DB2E6B62B6E7189A4A0D /* Hardware.h in Headers */, + 64477B01BA2845D9F3BFACBB196D5C04 /* Hardware.h in Headers */, + 2233CA5C4FC47CF70497C3A96122839B /* HardwareConcurrency.h in Headers */, + B4319515A213B477546C8D23908015A9 /* Hash.h in Headers */, + 5E2BE91CC31B546CA05E13E09E90FF9B /* Hash.h in Headers */, + 52C4BD8950B90DDD1FA2D7117CADDEAB /* Hazptr-fwd.h in Headers */, + 747C41A7777A999CFA3D5CF28A2D17C4 /* Hazptr.h in Headers */, + B430443E69D0C09438FBDA75EAF0F2CE /* HazptrDomain.h in Headers */, + C563E33C869F2ED1808D489315A3FFC4 /* HazptrHolder.h in Headers */, + 3191D5BC8DF9A6E27368C42A045B8F80 /* HazptrObj.h in Headers */, + 9464D81DF74668AB4C0214762BE3DC02 /* HazptrObjLinked.h in Headers */, + 2B3ABEC8CAF40D427297C55BE2FAF13B /* HazptrRec.h in Headers */, + 50048E79A44925E0FB236709CA03F0FA /* HazptrThreadPoolExecutor.h in Headers */, + 5268DEEBD8139963CE6A265EBAE51960 /* HazptrThrLocal.h in Headers */, + D0F327FFEA03D2AE3926EDE3E8B0898A /* HazptrUtils.h in Headers */, + F8A4CC9CE15FE243C6D5BBDA1AFF4E68 /* HeterogeneousAccess-fwd.h in Headers */, + 446EDCCE605E487DEA7FDC49412978AA /* HeterogeneousAccess.h in Headers */, + 2E2D07A18F4C187A70FB7401FE310266 /* HHWheelTimer-fwd.h in Headers */, + 310FC297D438B0CB71298DEE3B71637E /* HHWheelTimer.h in Headers */, + 6CB8E82D91B0002F6ED56BCAD35261C6 /* Indestructible.h in Headers */, + 07B8107DA5AB71459F43D9310A95E3C3 /* IndexedMemPool.h in Headers */, + 2894CD03A47A89F6993D4103D489E73A /* Init.h in Headers */, + A1F52978FDA5EC7AD4635D845C107B9C /* Init.h in Headers */, + DDA8CD3E85032BA74249EA2AA0392795 /* InitThreadFactory.h in Headers */, + 1DB7C1509BFDDDDC4ED474A575ED6943 /* InlineExecutor.h in Headers */, + 3691C5289A85E2378F596C850E7998D6 /* InlineFunctionRef.h in Headers */, + FD0B1E952E0A1A94B712844D96C27196 /* Instructions.h in Headers */, + B528125B7563D586035DA02518156F63 /* IntrusiveList.h in Headers */, + 961A60FC24CABD50E207866623A6BE2C /* Invoke.h in Headers */, + 3880A3045E3B0F0E72575FB4A77D97BC /* IOBuf.h in Headers */, + 3C8FADDFBF7195E074827CA0311ABC2C /* IOBufQueue.h in Headers */, + AF66026DBD0A6C03C7E13E6CE3874F11 /* IOExecutor.h in Headers */, + F1CDF2408CDEE6F3511DB317E57AD980 /* IOObjectCache.h in Headers */, + 5D2BD57DF6AF3001B41228304682B802 /* IOThreadPoolExecutor.h in Headers */, + 52C7480AD689B6B11088046852C59D7C /* IOVec.h in Headers */, + E63F763F56DE18B1716616B01DCAEB74 /* IPAddress.h in Headers */, + 85FB80C3679DE97851603273B8050BA3 /* IPAddress.h in Headers */, + 437CCA9A01770C7126E104304340F697 /* IPAddressException.h in Headers */, + E63A36AB5C9E8478F5938FCCDA985EB1 /* IPAddressSource.h in Headers */, + 1B9C7E5AEBEE4D514147F7454C293DD1 /* IPAddressV4.h in Headers */, + B5CFC6181C917E99EF224FFDACFDEC95 /* IPAddressV6.h in Headers */, + BB222E07B3D4D9D0CBBD1D9E39FE7C7B /* IStream.h in Headers */, + 0E60CE569E84B2A80E998E6E87F66737 /* Iterator.h in Headers */, + E616E3D55BD61B70F30FC6B24A0B9AFA /* Iterators.h in Headers */, + 3EF246027D135EDAF5225C3989188A9E /* JemallocHugePageAllocator.h in Headers */, + 051F2D0B4FA7428CC33D0CBDE22CDD5C /* JemallocNodumpAllocator.h in Headers */, + 0D0732327EC3325200FF338E60CAC019 /* json.h in Headers */, + 4FF4129BBB8059A86B09AC5688566ECF /* json_patch.h in Headers */, + D5D7104B77F74669305E6182C8CF6DC4 /* json_pointer.h in Headers */, + 314B6EE711D95D661F7CAC8B195540EA /* JSONSchema.h in Headers */, + 79E140050AA16502C0FFEBB0A39C1A70 /* Launder.h in Headers */, + DF9FE4E9F9A40DAA04728167B52AF6AC /* Lazy.h in Headers */, + 2A39E8383F3F87C10CFCBCC9381983AE /* Libgen.h in Headers */, + 598932F943B3A990AB137376BA25DD05 /* LifoSem.h in Headers */, + C2DE63A3637BCF33709A6E7D3EE3A2C4 /* LifoSemMPMCQueue.h in Headers */, + 73861AA2D4F81EC1EB34597A18C3B91E /* Likely.h in Headers */, + 846FAD40C0E7A245D8859E291FC6EFBC /* LockFreeRingBuffer.h in Headers */, + 7FA959A3C0B473A052042C48302F5BEF /* LockTraits.h in Headers */, + 5541CE6CF63D1CE843C1B80F0DCFA527 /* MacAddress.h in Headers */, + 17E11B09E7BE63F04A144481228B9BC5 /* MallctlHelper.h in Headers */, + C99942A2F28045B2A355599111228E67 /* Malloc.h in Headers */, + 46836E31B2E73082FC430223E9D1C39F /* Malloc.h in Headers */, + 3ED013A53259B55D600510C7F33BDF27 /* MallocImpl.h in Headers */, + CEBA0D9D900D4F672A183CF76DE920FF /* ManualExecutor.h in Headers */, + FBBEBF4A426544A7F8DDB2780C6D8592 /* ManualTimekeeper.h in Headers */, + 28EF0E5FCF46BBFCEA7980660880F5E3 /* MapUtil.h in Headers */, + 6A6922F1A9389BCE989DE75E0170BCE5 /* MasterPtr.h in Headers */, + 0AD81DBBD1EBF56B71208232BA422397 /* Math.h in Headers */, + B0138620B174EB526678E9FF53F5544C /* Math.h in Headers */, + C38E50D5E1E7519E2BEDE7FCA861E4F1 /* Memory.h in Headers */, + 5F747038368DD837190F55B577D673DD /* Memory.h in Headers */, + 4A49BAEDE53802C4DE4CF430976140A2 /* MemoryIdler.h in Headers */, + 9994C402A7E524E584C34B80E6CD76B9 /* MemoryMapping.h in Headers */, + C6D339D0151E25C5A59AA498F84BFF66 /* MemoryResource.h in Headers */, + 9AF2B2ED7315DC7E1E1E40C4906D1713 /* Merge.h in Headers */, + 3509C7618AE75AE409667374D7E3CC0E /* MicroLock.h in Headers */, + D0CFBC2F19D671DD98262011F750E660 /* MicroSpinLock.h in Headers */, + 2BD0EB19A587409B1970DEF07FBD38D2 /* MicroSpinLock.h in Headers */, + C9CF39FE550F40C6EDC5CA85F51C52EB /* MoveWrapper.h in Headers */, + 75345DA97662F677F4F0A5E81752DE55 /* MPMCPipeline.h in Headers */, + AA4A4F4FBC3991A4038F6ABD9969F0FB /* MPMCPipelineDetail.h in Headers */, + A2A6957BEFE3C9E7D45234DF91A5F8FA /* MPMCQueue.h in Headers */, + AA60032B0450CEC8B9E378BC6D0AAA9C /* NamedThreadFactory.h in Headers */, + 54114F3CBB6D49F51AE89AFC93F639A2 /* NestedCommandLineApp.h in Headers */, + EC8A8908CCDB43808BFB6C1BA951F1E9 /* NetOps.h in Headers */, + AA9398A0E3FB9E24C22168A448A924B2 /* NetworkSocket.h in Headers */, + 67FCC255A90B3474B08DF136139879F6 /* NotificationQueue.h in Headers */, + B756460D2D0F42ED68554A027CDADCA7 /* OpenSSL.h in Headers */, + 7FDD296527ADCD6EA9AF5BE037275A6B /* OpenSSLCertUtils.h in Headers */, + B90935884CDA4B45711E255608EE3412 /* OpenSSLHash.h in Headers */, + 90E9EDB35E776C751BCC4AE22EAB2B7E /* OpenSSLLockTypes.h in Headers */, + 951DFD2B370BE6BB036942688253544A /* OpenSSLPtrTypes.h in Headers */, + 77A3DA5BD4F3100083F0076D9B9AF719 /* OpenSSLThreading.h in Headers */, + FA9A52619E9B0FEBE5ECA06A808726BC /* OpenSSLUtils.h in Headers */, + BE447E82EC835B45AF2CC1CC66B42093 /* OpenSSLVersionFinder.h in Headers */, + 7FC397CF7C0AE87370A2EE1E9386AEDD /* Optional.h in Headers */, + 92A54D8D5D28C9D3964C85D97FDEA378 /* Ordering.h in Headers */, + C3CDACBE1EAED8056C6E4C3837046436 /* Overload.h in Headers */, + 19C997402B9BF8BB51F85B0BF51B3701 /* PackedSyncPtr.h in Headers */, + 713AE8C332392BAEB3F266EAEC305FAB /* Padded.h in Headers */, + 50D543980AA0C40C1A2E96CC71CF8DEE /* Parallel-inl.h in Headers */, + 6649DE36D434B1D060877FC6C07ED815 /* Parallel.h in Headers */, + CDEF49F226A278440D16C31A6EEB6386 /* ParallelMap-inl.h in Headers */, + 7C2F64774E8210BDDEA0D335ADCD1A63 /* ParallelMap.h in Headers */, + D600E921C56A2D69EF0107E52DEE946C /* ParkingLot.h in Headers */, + B43E262FD6A4ADA544CDB9F8E727E2F7 /* Partial.h in Headers */, + 431F1D9D7D38B09DA6541A37AD580E71 /* PasswordInFile.h in Headers */, + 4623F390783A7B1EC4BB9DC8C7A2EEBB /* Phase.h in Headers */, + D70012F73E62CF3626B2B5429B4BA5F4 /* PicoSpinLock.h in Headers */, + 1F7AC1274D9E9ACB9389594F22344A0C /* Poly-inl.h in Headers */, + 5D8EF02BD345B4FC3816EB1C198823CC /* Poly.h in Headers */, + F784E3D32C09293A2559EEF389D305C5 /* PolyDetail.h in Headers */, + D409C45E051161AE96111F0788694CB2 /* PolyException.h in Headers */, + 74C000ED119FF6BEB81E5EE92FAFF1FE /* Portability.h in Headers */, + 392B4EE9C292E7CCEB772FC19491BF50 /* Portability.h in Headers */, + 35CBC1C586829ECF2EC76056B62B64EC /* Preprocessor.h in Headers */, + 65174A1CD8C01D5CFC0EA840E725E6C4 /* Pretty.h in Headers */, + D338C84C69319801306A0C04DBC58113 /* PriorityLifoSemMPMCQueue.h in Headers */, + E4504253D2D46A1993CC10D631202FDD /* PriorityThreadFactory.h in Headers */, + A9BDD09C319C919AD9891C9547795B85 /* PriorityUnboundedBlockingQueue.h in Headers */, + F554DF931259EB705949DA77E47E9CC6 /* PriorityUnboundedQueueSet.h in Headers */, + BA11FBBB50946DDA83C36A3E078FA62E /* ProducerConsumerQueue.h in Headers */, + 26B8D51264AEFC6A56B9DB0BB37F703F /* ProgramOptions.h in Headers */, + E50686E6839F23639981F7083404D7B0 /* Promise-inl.h in Headers */, + C8B4EF93CA511D6B06613C96A18ED54A /* Promise.h in Headers */, + 9D491B508F591D643FC266C85550842A /* PropagateConst.h in Headers */, + E3710275FAEE91E661AABB966435F467 /* ProxyLockable-inl.h in Headers */, + 20370BECF8986CC15002A2B117670206 /* ProxyLockable.h in Headers */, + E4712C90D3F487C0D6CB1C4566F25E0C /* PThread.h in Headers */, + 156541A16438D5D0895A42BEBB48DE15 /* QueuedImmediateExecutor.h in Headers */, + 8F0B2AB38C7598BFA53BFAFC6A37B392 /* QuotientMultiSet-inl.h in Headers */, + 62CD31F01F846955EF299F2E2A3F8D25 /* QuotientMultiSet.h in Headers */, + 0784E0211CC2C4FB1359962B97443D94 /* Random-inl.h in Headers */, + 0BB4C7B85258E0F8086E013BBBA4C109 /* Random.h in Headers */, + A04AEF08A74F6C1B1CDFCC9201A9C24D /* Range.h in Headers */, + A5B083DC443DFF40EA663575FC40CB8C /* RangeCommon.h in Headers */, + A7A5BD9D7814C379D8B8E0E04F95CCA9 /* RangeSse42.h in Headers */, + 770A0841BC40B272325D826C6696BBB3 /* Rcu-inl.h in Headers */, + C07FE9E9401A9A7AC5584B9A015A9547 /* ReadMostlySharedPtr.h in Headers */, + 2FFE9FAA8D62C7EB54AE4AFA8C77DE6F /* RecordIO-inl.h in Headers */, + FCA93ACE869A0B9090EA63FC3B629DD1 /* RecordIO.h in Headers */, + D5D7B2D4BCF99C4CF48C524BD28EF73B /* ReentrantAllocator.h in Headers */, + 31583A91BCCF51357A9796FF0C6AF86D /* RelaxedConcurrentPriorityQueue.h in Headers */, + FAD7CBB5A40D687B5AC4C0CEC4F2C9B5 /* Replaceable.h in Headers */, + 472B3D427932E6FC2E4967E93D4387A4 /* Request.h in Headers */, + F68EC550357049AB75640B066871560E /* Retrying.h in Headers */, + 2122B39BF4EB62EAE6046796632F30B7 /* RValueReferenceWrapper.h in Headers */, + 4FD62B78F0BFEBDAE68A4F3EE4DF3027 /* RWSpinLock.h in Headers */, + D2DB32357AE6E6495A65A1292E6BD2B4 /* RWSpinLock.h in Headers */, + D0C24E8E006A79C19C50FCE2772F9CE4 /* SafeAssert.h in Headers */, + C5A9B24B3D3821B4E5953F288E96F9B4 /* SanitizeLeak.h in Headers */, + 254A0207C9A5435446C9EB5FC1E2E1BD /* SanitizeThread.h in Headers */, + 4A5DE958E7B8A74089F199CA129BA0AC /* SaturatingSemaphore.h in Headers */, + 3E5E7FB7A66D70724EA03A3BD8925364 /* Sched.h in Headers */, + 430F4AD1A66A278A4E5BA05434474BF4 /* ScheduledExecutor.h in Headers */, + 6038F065D32A8F8CFF13EEDC3402E3A7 /* ScopedEventBaseThread.h in Headers */, + 22192EF73D543AE0FC9D5241AC93D77A /* ScopedTraceSection.h in Headers */, + B9AC618C5CB4E5E7D18912F9B303D70C /* ScopeGuard.h in Headers */, + 334639594CD3B14668FCE91DBE3921EC /* Select64.h in Headers */, + 05CE6B2B6AEC53FAF5A5AFE992FD4DD2 /* Semaphore.h in Headers */, + 5643E0BEF5CDBD94B2E9FBA62E88851C /* SequencedExecutor.h in Headers */, + 8036968614594F8F5A1D6E18311E9A9A /* SerialExecutor.h in Headers */, + 64CD60AD18D39BD11DF9A7AB66F8C5E6 /* SharedMutex.h in Headers */, + B32AB77AA9A4DA642FAFF1F272196FBD /* SharedPromise-inl.h in Headers */, + 65FF4FDDA53BEE2AE45A616F3E5B8F28 /* SharedPromise.h in Headers */, + 1C365319323C45B39781751874B3F6EB /* Shell.h in Headers */, + EDF1358A1861DE759E1968739E4DDAE8 /* ShutdownSocketSet.h in Headers */, + 67D41D86E7404C2FB57E724875B6DC9C /* Singleton-inl.h in Headers */, + 74FF1669700872F68ECCB121E900374F /* Singleton.h in Headers */, + E5EB8C9AF473302D95697DE48AE9A25F /* Singleton.h in Headers */, + FA4C4E6107314851BE9AA7201CE17439 /* SingletonRelaxedCounter.h in Headers */, + 1E4A51287E648A1B47F0645FE0ACEA6A /* SingletonStackTrace.h in Headers */, + 281F420D4D08D8B48BBF90E7C15AD2BF /* SingletonThreadLocal.h in Headers */, + AE70D975AC1A08A5CED619D971356446 /* SingleWriterFixedHashMap.h in Headers */, + 790FC273380B9F9D7624E794E2C9D1CD /* Sleeper.h in Headers */, + 4BFC3DCBA80AEE40103F8579C8A80433 /* SlowFingerprint.h in Headers */, + 89B4D9853434312C263DA9C63905FB5B /* small_vector.h in Headers */, + 216C3DACCFE33404EBC02F181CFE76CC /* SmallLocks.h in Headers */, + 6A5491F2BD508E7D50AA4F42647F8E49 /* SocketAddress.h in Headers */, + AB7CDBB8DB8DDCCD753DA66FB48FF54F /* SocketFastOpen.h in Headers */, + E768BEA3AC3D5B8C9CF6C6C2FB0E7FEB /* SocketFileDescriptorMap.h in Headers */, + 9DBEDAE0E8C4AD74E09B1C747A6A302C /* SocketOptionMap.h in Headers */, + 3408DFE875D457D24F5852EA6B1EEE11 /* Sockets.h in Headers */, + E2924297050725D0A9A417B790048262 /* SoftRealTimeExecutor.h in Headers */, + E611F8A26FFEFEDF762FD658C4A401C7 /* sorted_vector_types.h in Headers */, + DF1C4D0B69A25667C09C145B761A2ABA /* SparseByteSet.h in Headers */, + E4468BEAC9914B5F8EDF207311B19DCF /* Spin.h in Headers */, + 1C998FD6B4BA2422E07B1721522EB31A /* SpinLock.h in Headers */, + C9435052F2B550331385387463316060 /* SpookyHashV1.h in Headers */, + 833239E61DC278BA99DB107F6F2E8887 /* SpookyHashV2.h in Headers */, + 29885AE0FF6386A8C047608ED823966C /* Sse.h in Headers */, + 504EAED4F699BF61E9A9B5B066522759 /* SSLContext.h in Headers */, + 0C6A52354FE750E7A9A4668602B7E9FD /* SSLErrors.h in Headers */, + C0AAAE7D2E8FB25CF10290D82E521CC2 /* SSLOptions.h in Headers */, + B85AEEF63B153D1C3F14465C1180D427 /* SSLSession.h in Headers */, + AE3B5FFF91578BD86FCE678E4D511490 /* SSLSessionImpl.h in Headers */, + EEB27CC61142DA4426501343B5C5CDCF /* StampedPtr.h in Headers */, + F0028EF27D5DC5DE3E1502C307ABF4FC /* StaticConst.h in Headers */, + 18A0E54AC4BCBEAF027331B9DA3D4F40 /* StaticSingletonManager.h in Headers */, + 50A46AB0A0FE521BFF483CC14C816ACA /* StaticTracepoint-ELFx86.h in Headers */, + 1DC3B3ED731297D4B0C4C4A142DDA161 /* StaticTracepoint.h in Headers */, + C8BE9D050E4985293B883ED447B2EB49 /* Stdio.h in Headers */, + E3A6A2914E4E1410B5CDB1ADEFDA3377 /* Stdlib.h in Headers */, + 2E23B31A3F440ED388687BBCD95AF8FE /* stop_watch.h in Headers */, + 9410EA6EF48344169A75A958BE8017BE /* String-inl.h in Headers */, + 751259A4AD093D37A789125A91B65BD5 /* String-inl.h in Headers */, + CE1DB49856DD31FBC69562255FCDD2DF /* String.h in Headers */, + E3726DA4A950F97AB8B5637CADB04573 /* String.h in Headers */, + CF47F480D3ED893039BE2CCDA62FC876 /* String.h in Headers */, + DA286E1B35DCD56983182FB3BA426E20 /* StringKeyedCommon.h in Headers */, + B50DDEB4B8A3B9FFAB438BC2162F0479 /* StringKeyedMap.h in Headers */, + DA5E9E3DAC1B97E8591BA63DC69A40D5 /* StringKeyedSet.h in Headers */, + 72870EFAFC806F2D536C786F8C27C30A /* StringKeyedUnorderedMap.h in Headers */, + AB2557ECDCDE7C6CD68BC93D37181717 /* StringKeyedUnorderedSet.h in Headers */, + 6019C19FFA36AAF453410F89F4FEE0B9 /* STTimerFDTimeoutManager.h in Headers */, + DD0A68EE3EBF0562EF4405FF3504A13C /* Subprocess.h in Headers */, + E8C93CDEEAB2CEE201DE4777FADC7968 /* Synchronized.h in Headers */, + 8E1DEF25B735D1A785DD78EE889C3B4A /* SynchronizedPtr.h in Headers */, + 522A3CF0D1ADF19CC06008D29AAC795D /* SysFile.h in Headers */, + 6D1A50A28B1A04A75F4189051654C032 /* Syslog.h in Headers */, + 947EBFAF561523CEAB1438F60D586878 /* SysMembarrier.h in Headers */, + EC34A7E36B174CC4B9078772F53E3DF5 /* SysMman.h in Headers */, + A760DFA573F02FD70843C16CB0044807 /* SysResource.h in Headers */, + D17837AC4B056727CC494C985164C5F8 /* SysStat.h in Headers */, + 43B6EEE134C6EAE721D2469D830A3442 /* SysSyscall.h in Headers */, + C0B33521AEEDA9D5DD9338CBF2743FEB /* SysTime.h in Headers */, + 022B6465FDBAE388C6FA832D8887A1AA /* SysTypes.h in Headers */, + 8CA37D52B3531D048B27B2BBDCB08998 /* SysUio.h in Headers */, + B27B96865E4E6C461AC34583416FF4FD /* Tearable.h in Headers */, + 4DA696C2B7FEC6A6073C172C6EA69E38 /* TestUtil.h in Headers */, + 9DD9E9FA469EE8851F753F3889F72DA0 /* ThreadCachedArena.h in Headers */, + 026A675C0161153B7C472090F0BD29C2 /* ThreadCachedInt.h in Headers */, + CA0DB6D84E2A84A5AB91E1B47CD52F63 /* ThreadCachedInts.h in Headers */, + A43CC1671CD227216978189512CCE0A5 /* ThreadCachedLists.h in Headers */, + 30016246B5BFFC114F02D2DCE4B952BD /* ThreadedExecutor.h in Headers */, + F1FD931C3B9B2569BBF887421D5C91DD /* ThreadedRepeatingFunctionRunner.h in Headers */, + 34B605BC6280D7C2946A02D0F9732EE4 /* ThreadFactory.h in Headers */, + 15CED7BF3CA20A9F19039AB2C2F5C825 /* ThreadId.h in Headers */, + 99643527DCEBED964CF9BDE5F2A1E93B /* ThreadLocal.h in Headers */, + D77F80FAC806F5571B64A0D857F68C64 /* ThreadLocalDetail.h in Headers */, + 00AD6D95024B36D347A0A53209917AE0 /* ThreadName.h in Headers */, + AE7BE2B77D8D7D19E954C438F3529695 /* ThreadPoolExecutor.h in Headers */, + F71CA64442FA066DC6848C2180B20013 /* ThreadWheelTimekeeper.h in Headers */, + 067A37492EB34B116B74685AAF80F3FF /* ThreadWheelTimekeeperHighRes.h in Headers */, + 5FE9E888E488BF843FABA9C9EAB3F2CE /* Time.h in Headers */, + F467684362860016ECE32C50FB711A56 /* TimedDrivableExecutor.h in Headers */, + 6F09E5B36F13794F805960F04889F241 /* TimekeeperScheduledExecutor.h in Headers */, + B79245E53385C84252DD12CE59091CAC /* TimeoutManager.h in Headers */, + B55C8C800593B549121E20FB2317EBBD /* TimeoutQueue.h in Headers */, + 7BEDA7BD38244698BA28406BCF03CE96 /* TimerFD.h in Headers */, + 7DD2695FA91046349DCE4620EC28CBA0 /* TimerFDTimeoutManager.h in Headers */, + 030CE03442AAF0D17E7243A20E0A9FB9 /* TLRefCount.h in Headers */, + E5412A8A9E37CD79BD1DCC3F65B972B8 /* TLSDefinitions.h in Headers */, + B51648E1E25C44C881A0FE0BC4F99F55 /* TokenBucket.h in Headers */, + F2C26A3578C33AFC538807C1017B197E /* Traits.h in Headers */, + 0C6DDC119931752F533EDD64083081F7 /* Try-inl.h in Headers */, + 1AB957499C10F7A111F8823CAECFD47E /* Try.h in Headers */, + EC3DB82100E25E65AFB5814685BA4FB3 /* TupleOps.h in Headers */, + BAA50BC0EB6877632DE8EA1CE27B544A /* TurnSequencer.h in Headers */, + 6F6F1986739B2DC3294BFBBDEAABD223 /* TypedIOBuf.h in Headers */, + D3A7970E12FBF63D1434459423CF999B /* TypeInfo.h in Headers */, + 4D6E71C34060136615DF09DE28F76442 /* TypeList.h in Headers */, + B776B30581B4A5A58C015181B7330BA0 /* Types.h in Headers */, + C7C7934E74A572DC2770EEBF686AEC60 /* UnboundedBlockingQueue.h in Headers */, + A7F62D637EC54A62FC83A3692AE15DF3 /* UnboundedQueue.h in Headers */, + B61A64E1FAD8C584FC5CE7EE0698D237 /* UncaughtExceptions.h in Headers */, + 7B5A4E7C242F425F52A52D1EE5C1DD75 /* Unicode.h in Headers */, + 1287168EF2CD67E43188C356B6F46FFA /* UninitializedMemoryHacks.h in Headers */, + 4E67B805383C16C8C0A14A9760F83519 /* UniqueInstance.h in Headers */, + A38078DF6D462A1E0A1F4EADC9185831 /* Unistd.h in Headers */, + 3E5EAE93868290EB9317AF387F633C99 /* Unit.h in Headers */, + 14B60DCAA5F82150E44D96C6E8BACC49 /* Uri-inl.h in Headers */, + 586D2C673D08DA408DED8AB93479286F /* Uri.h in Headers */, + 309329432249EA82E2CDB35A8E839FF6 /* UTF8String.h in Headers */, + 910130C845923C458E2328749355BAB1 /* Util.h in Headers */, + B8B55D0CE3E56A2BF9A96DE60A74F55B /* Utility.h in Headers */, + 65258AAFCCB9DE82497763AC88AF7753 /* Utility.h in Headers */, + 761045387754C6047E7422E7F1035F1D /* Varint.h in Headers */, + 07F46AF92BBC3F06FB334E9C09C6E6FA /* VirtualEventBase.h in Headers */, + 7797D8925217702587628181C7B88F89 /* VirtualExecutor.h in Headers */, + 077D189A1BEA7AEAD83205A12386648C /* WaitOptions.h in Headers */, + 73CE1D028D9D4122C59BD2BCA4EAC27A /* Windows.h in Headers */, + ADDA0A8B8E112F07CA0165FE134B8954 /* WriteChainAsyncTransportWrapper.h in Headers */, + 176EB591D2CF11E961FEE769724A73A9 /* WTCallback.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - FB279F44F36788A4B53094B3C6DAE751 /* Headers */ = { + F2E259317742918F9957E51B4F1EF56B /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 8F23A8F8B949ACD642FB9DFDBC676D54 /* Restart.h in Headers */, + F483BEA179CC564681C7B18DDCEE9377 /* RNDateTimePicker.h in Headers */, + 2300FD1051763DEC87ABAA44DA4C843E /* RNDateTimePickerManager.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -23668,6 +23642,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + FDCA0E229D14E75056B4BA1362B6934B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; FFD11559CB6EC0B2944F1C0968371307 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -23795,16 +23776,16 @@ }; 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */ = { isa = PBXNativeTarget; - buildConfigurationList = 4F2FB82AFA2F38BFE71111FB0ED8A4ED /* Build configuration list for PBXNativeTarget "react-native-orientation-locker" */; + buildConfigurationList = 21C8A748BDBE10D9C1976FBAC9039CC2 /* Build configuration list for PBXNativeTarget "react-native-orientation-locker" */; buildPhases = ( - 5DDF77478785A2461C4794672DDADF72 /* Headers */, - EE57EB95507742185D15C51CCF7BA4C9 /* Sources */, - 7BB626B790CF2AA6D8D33B15059F2E75 /* Frameworks */, + D668AE690E131614FA3DE58298639726 /* Headers */, + FB568A1351C383766730DC82C2A26433 /* Sources */, + 69A0383AD8A04476A5A9064F72FC29E5 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 91CF3AE8922457804FDA034395E32A19 /* PBXTargetDependency */, + 503AC82D1B78B050F523E7D203759249 /* PBXTargetDependency */, ); name = "react-native-orientation-locker"; productName = "react-native-orientation-locker"; @@ -23888,16 +23869,16 @@ }; 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */ = { isa = PBXNativeTarget; - buildConfigurationList = 9B5FC30FCCF23FA1E94AF537CB44F827 /* Build configuration list for PBXNativeTarget "Flipper-RSocket" */; + buildConfigurationList = 05C2E051ED636A17653E60FDD2E78F7C /* Build configuration list for PBXNativeTarget "Flipper-RSocket" */; buildPhases = ( - DC5EF5398226B2B67EDE602590B46D59 /* Headers */, - 283FB57D8AF89D3B1DAE4430A145CFE0 /* Sources */, - FECFD23256F380FBCBB959B513E511CC /* Frameworks */, + 33B8168733531A07217161DB4E5E0260 /* Headers */, + CC865F8CB40069BAE6358CCB09373859 /* Sources */, + 01905F831A7C833C22F10009B284DD9F /* Frameworks */, ); buildRules = ( ); dependencies = ( - CA168F9A472F4E8DE48E35FF699BCCE2 /* PBXTargetDependency */, + 4D75DBFBDC27207CAA389149716A602D /* PBXTargetDependency */, ); name = "Flipper-RSocket"; productName = "Flipper-RSocket"; @@ -23953,56 +23934,56 @@ buildRules = ( ); dependencies = ( - 7A7154F57069469454C88AC9C260F35A /* PBXTargetDependency */, - 068144685D8D34A63D8576BB63EF61DC /* PBXTargetDependency */, - FDCF86E9C087FC013BEDBE86DF5734A3 /* PBXTargetDependency */, - 22AF2C118EC05C846FB5C86F6D3FD9F9 /* PBXTargetDependency */, - 10E7A3D5A0F86C45D8E7C366963E1C6F /* PBXTargetDependency */, - 88D96A6C432FC15E403229A7BAB97776 /* PBXTargetDependency */, - C89915994A362B9119962A890E2DAE2C /* PBXTargetDependency */, - DEFF71371BAA8223A89A00D948506DEB /* PBXTargetDependency */, - E3F10CF84A49B066F0ED62827064CA60 /* PBXTargetDependency */, - C7B936C9523D70D41E4C739F14D0CAEE /* PBXTargetDependency */, - B43B8F7CE8200D838AD4F014747848FD /* PBXTargetDependency */, - 3DC0F6C848696CCD31C1E811818AA116 /* PBXTargetDependency */, - 5853AA17F0807D1058FBB7CF31B9196E /* PBXTargetDependency */, - DA477B44119415E8288B1FE63A29DEAD /* PBXTargetDependency */, - 1A3AC569B5EC1AFCDD72D170E4725CE9 /* PBXTargetDependency */, - A9AD8FFD354F4EF3727F58EFB457EE99 /* PBXTargetDependency */, - 262A3647585BACC282A87AFA035F01AA /* PBXTargetDependency */, - ADE064DD05A2DF08EAC956F8E2C78982 /* PBXTargetDependency */, - F8AB3CB023613ABA3E5BA5C4C1401994 /* PBXTargetDependency */, - D66D98E83F173A094C9A3ED7B575CFF4 /* PBXTargetDependency */, - 91361DFC56CEA4BA6BAC225164224863 /* PBXTargetDependency */, - 3ACA9E3ED3416A26FD814DD2EC9E55A8 /* PBXTargetDependency */, - 6723078482F14297AD10DD689ADE7DE7 /* PBXTargetDependency */, - 81810B7888E98820A31F4F1E16C734EB /* PBXTargetDependency */, - 91F22B80B59569E2F8A7D0DF999BA360 /* PBXTargetDependency */, - C3E9F84B12AC24A5069308876AFFEE10 /* PBXTargetDependency */, - 3ECD087AFED7E16C0371D6F67ECE520D /* PBXTargetDependency */, - 1C8C5E22AD8E09EB0A8CCBD94C437246 /* PBXTargetDependency */, - BFDAA7A652D00F54D78363012E6B92FA /* PBXTargetDependency */, - DE935C705EC80070CE8BF030C1FEB363 /* PBXTargetDependency */, - 4FC8D11108A01AA3C459AC8497742750 /* PBXTargetDependency */, - EE822503F671DFC4F077B1A1C8A9B844 /* PBXTargetDependency */, - 0E7F02C0A09C672407027D02C240EECD /* PBXTargetDependency */, - 9250077D156F100521BC83F1A05FC0AF /* PBXTargetDependency */, - 61EA644EFA648E03FDBE146FA973906F /* PBXTargetDependency */, - 799E2F7F6DA2E2712081BF8E8BA67056 /* PBXTargetDependency */, - 93DF27B469A98C71D731ACD55B4A787C /* PBXTargetDependency */, - D9EF1B982610E8A02D075766E9A69BE4 /* PBXTargetDependency */, - 195222CB5FE9826742113F1B0EE360A3 /* PBXTargetDependency */, - 2D0C100CA135A2DD43A7E642C7287B45 /* PBXTargetDependency */, - DD73C0920955C13D42C12112155303D5 /* PBXTargetDependency */, - 79DCF292A68DC5B06B1F8577A5E9E45B /* PBXTargetDependency */, - 44473A3F41F4E63857BF366A19EEFA71 /* PBXTargetDependency */, - D925999453979DC2E0D6C2094C27DC89 /* PBXTargetDependency */, - 802AAE086069CDAD5F4A1ADC1C000B39 /* PBXTargetDependency */, - 26C37D51747CB129BB296EBB34E6EC2E /* PBXTargetDependency */, - 1D2E93CA2F31F9FE3CA5F804D5B08961 /* PBXTargetDependency */, - 643FAD95402105B7252CF519968C7CF0 /* PBXTargetDependency */, - D72A0CA07DFD25DEC2EF6163E26661AB /* PBXTargetDependency */, - 807451538B8BB3937E4C2B5DA0870267 /* PBXTargetDependency */, + A17F25DB0281322E5614F72A2FB52745 /* PBXTargetDependency */, + 159532F87E59EA9603B610FA15BBCD34 /* PBXTargetDependency */, + DBA8A81E5B685DAF4788DCAA5262C3D3 /* PBXTargetDependency */, + 03A8E09726F681363CE88CB84A4BD687 /* PBXTargetDependency */, + D815C6CBC5391DB17C2DBC875CD164AE /* PBXTargetDependency */, + F25E7B062700D0F8BCCAA8E754D0138F /* PBXTargetDependency */, + E43F77FC13D430310203EECD7B39CAFF /* PBXTargetDependency */, + 50CD67F20688978013E2B26EDCE80C6F /* PBXTargetDependency */, + 7D56E69852C6A22EB3735F11FE9D5236 /* PBXTargetDependency */, + 4245732D38A97739EE983E132EFC4F42 /* PBXTargetDependency */, + C84798229C4F7A2237121C7BD9031AF3 /* PBXTargetDependency */, + 3BE45F54A834207A0A2A4CA145D7AB00 /* PBXTargetDependency */, + 8B974B9F1E9042F72D05EB7B0D731259 /* PBXTargetDependency */, + D7BF9F1D4DD5B1C6AFF7C85263DA0679 /* PBXTargetDependency */, + 1FD7D9E98F71D2B6F25F254A2EC521E0 /* PBXTargetDependency */, + 419690AA45AAF17CE16574481ED44CB4 /* PBXTargetDependency */, + F54F16F8E7DDEFE5DA1AD68C2F7E4A2E /* PBXTargetDependency */, + 16CA34B320A46E72EEAF1053C4B4DCB5 /* PBXTargetDependency */, + D9FC1C67A30D0B050FE1D2FB6B288FDA /* PBXTargetDependency */, + 3F39BA032D776528E8A6CA335F0F0F56 /* PBXTargetDependency */, + BAA09B376D3D4EECF2BB0B5806ADCC11 /* PBXTargetDependency */, + 1C97698617BDA6EA0AD202BC1D8C7267 /* PBXTargetDependency */, + 42E6CB85016A7A9215C3AD09DF8B2FED /* PBXTargetDependency */, + 523737F3B72863C110FCE7871D91C7FC /* PBXTargetDependency */, + E3A289E35589E139E35CF7377D8B53D7 /* PBXTargetDependency */, + B80581AFDFD003754102602A6C260D51 /* PBXTargetDependency */, + 5ECFBCF58EE026C9A386D1B8006E1188 /* PBXTargetDependency */, + 05E8E9165812E4FCBDD33F40EDF2A2C4 /* PBXTargetDependency */, + 2312E9A48614952DB0B76BA4AB893350 /* PBXTargetDependency */, + BB9670343E4D21E593412C76CB764426 /* PBXTargetDependency */, + F5907030653DDC90F7BCA5CED6812E15 /* PBXTargetDependency */, + 1AF1DCC998E745F5A2EBEB43AFC9BE82 /* PBXTargetDependency */, + FA06BA4C7A3C911A20B6FB8994130803 /* PBXTargetDependency */, + 0364826E56A2B461415D10B88FBDE5C0 /* PBXTargetDependency */, + 4B536908D1EABA221C4B519AABCFF645 /* PBXTargetDependency */, + 04F679602B44607C67F258E68F5DA42C /* PBXTargetDependency */, + CA04514D82A000A32384ACBA3980C893 /* PBXTargetDependency */, + E1796A9A1DA21011C21DCCFB810CE58A /* PBXTargetDependency */, + D87577019C96396B152D5E605452E837 /* PBXTargetDependency */, + C65B63CEAB8C0C80CE1592D316952493 /* PBXTargetDependency */, + 9740544716B4D94A0EFB1418CA0298E1 /* PBXTargetDependency */, + FB2150DE04C359536DB55841A62FE2C3 /* PBXTargetDependency */, + 067D8E6BE94DB84F1D192ADF49B306E4 /* PBXTargetDependency */, + 61F5F7DEAF5F574F193AEE62C5875EA7 /* PBXTargetDependency */, + 6DF02AF45722DD2CB55F546CD36915C2 /* PBXTargetDependency */, + 95DA30C649A509D2D0654C71C18FB1D0 /* PBXTargetDependency */, + A06B4C26EFBDE83F904019F5C5302EF1 /* PBXTargetDependency */, + 4997D9E4027C2D0A6FBB671B65C81FA5 /* PBXTargetDependency */, + 3D0DD40A2EC42F56BFDCC4C526AE408E /* PBXTargetDependency */, + 31D09D278D849C883FD091A871EE9CAF /* PBXTargetDependency */, 5D17249B388DFE0B2076FC9BEC3C137B /* PBXTargetDependency */, 5A22FAD6E91EE7DAD1C098431B6A511F /* PBXTargetDependency */, 208F35FFBD54257A819377AB41B213C0 /* PBXTargetDependency */, @@ -24100,11 +24081,11 @@ }; 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */ = { isa = PBXNativeTarget; - buildConfigurationList = 5BF834F9125DC54E96C617AAFC40FF69 /* Build configuration list for PBXNativeTarget "DoubleConversion" */; + buildConfigurationList = 3287CAB8581E256BCF95D21803BC1D63 /* Build configuration list for PBXNativeTarget "DoubleConversion" */; buildPhases = ( - 72A51205C8C3D5B66589A6D2FCD6A426 /* Headers */, - EEBFE5FBF63F0C9CCFCC4214B014D4A9 /* Sources */, - CA42BF67DDED72CF311EC564E3DA52BE /* Frameworks */, + 547B4D6471FECFEB4C25BFEBCA3EB00C /* Headers */, + DF7A2712B4BA2974A8C08DBBEF914ABD /* Sources */, + 090E4C0458E0B66CE34F7D4572670E50 /* Frameworks */, ); buildRules = ( ); @@ -24134,11 +24115,11 @@ }; 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */ = { isa = PBXNativeTarget; - buildConfigurationList = DD79A0DB223223DA9209019F3E976C22 /* Build configuration list for PBXNativeTarget "PromisesObjC" */; + buildConfigurationList = B41BB4FF42F4655FD0DE0FD4B54A1364 /* Build configuration list for PBXNativeTarget "PromisesObjC" */; buildPhases = ( - 6A058F4AE03B1F16855314801107C0D8 /* Headers */, - C9D37A2537651D65049900F4DF3E1F85 /* Sources */, - C7CB2F447708E66E9C388091831F589F /* Frameworks */, + 4F064EBED39C124C704353ECC5AF0C23 /* Headers */, + F4DB371160F598627F976FA3D8B4FFB8 /* Sources */, + 38C62E38814348B026229F047B311BEC /* Frameworks */, ); buildRules = ( ); @@ -24204,16 +24185,16 @@ }; 3ED96FB9FE1D18D5F1239C60A109F98C /* react-native-restart */ = { isa = PBXNativeTarget; - buildConfigurationList = 3D252DB06BF4B3445BB0AE903EDE5BF8 /* Build configuration list for PBXNativeTarget "react-native-restart" */; + buildConfigurationList = 33777A96CAB9BE76FDE66E951662B049 /* Build configuration list for PBXNativeTarget "react-native-restart" */; buildPhases = ( - FB279F44F36788A4B53094B3C6DAE751 /* Headers */, - 65748F6989D7BF012C1F59DFC4DF6F5C /* Sources */, - 1FEA999C26D0D41C7497E60D28712A5F /* Frameworks */, + 12BA4BD5A0E36FFD06BF90DEEBFAA221 /* Headers */, + 26229A55C385020EFC21BAD133807753 /* Sources */, + FDA40E51F35E0E1F493A6265B9591810 /* Frameworks */, ); buildRules = ( ); dependencies = ( - DA5F38FD32B601E8B9EDE42787526073 /* PBXTargetDependency */, + 8DC1B8618AA167FA3B741573AB4D5671 /* PBXTargetDependency */, ); name = "react-native-restart"; productName = "react-native-restart"; @@ -24258,17 +24239,17 @@ }; 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */ = { isa = PBXNativeTarget; - buildConfigurationList = 000DEB94CE0C6B6F8B91C9E5455371A3 /* Build configuration list for PBXNativeTarget "FirebaseCore" */; + buildConfigurationList = 1A421FF281684C42970CDCA859F1606D /* Build configuration list for PBXNativeTarget "FirebaseCore" */; buildPhases = ( - 885307C2172613CD509C816E2F252983 /* Headers */, - 7C1B85BC766E1942C3E7BDD2478DE085 /* Sources */, - 7B567BF87A14CEE3FD6C579A90C816B4 /* Frameworks */, + EBB33AF8339BAE33E59EBD7C35048674 /* Headers */, + 1AAB652766457EBBD9E2E8435D04C617 /* Sources */, + 8B8B4D9CC9C59997D9ECE869C918567D /* Frameworks */, ); buildRules = ( ); dependencies = ( - 11BFEFFF46897FE080DDFEB61DFE2A58 /* PBXTargetDependency */, - 091A63C80A67D2FB25451C2D221172D4 /* PBXTargetDependency */, + 3173DEBDDEC487252D8E3C31F2BF7E4D /* PBXTargetDependency */, + D74A1390842F7FE96443871A1BE71AFE /* PBXTargetDependency */, ); name = FirebaseCore; productName = FirebaseCore; @@ -24286,8 +24267,8 @@ buildRules = ( ); dependencies = ( - 046E48CD30F819DDC93E997C397C35E4 /* PBXTargetDependency */, - 8A3DC3E2D77CF05CAA395A04A8C64BF2 /* PBXTargetDependency */, + CCB24D9966D8EB329AAF3413B52755A4 /* PBXTargetDependency */, + 4EE693779B4D0451DCAA5FE9F38552ED /* PBXTargetDependency */, 1FD4E7EA4EBF9F7590F937B3A82187C4 /* PBXTargetDependency */, EBD7461BE3463844E8FF0465BA8F834F /* PBXTargetDependency */, DE1084DA3C6EC26B22315C8C5FECF96F /* PBXTargetDependency */, @@ -24345,9 +24326,9 @@ buildRules = ( ); dependencies = ( - 888F616CDAF9645102BEF53B8E208014 /* PBXTargetDependency */, - E256565DF3CF6187E8483A5F577E173F /* PBXTargetDependency */, - 729B2DF088673158CE9C45DEA8D90504 /* PBXTargetDependency */, + 4C00D5959C0275CF3F62F990D35F59E6 /* PBXTargetDependency */, + 99C0BB507340FDF2BEF628A74B6CB7ED /* PBXTargetDependency */, + 35CDA6F32876D704376EB37A315BE791 /* PBXTargetDependency */, B61C7391F2A3A520621ED640DD54F2FF /* PBXTargetDependency */, E9C39026016DC678D7B8E831E16CE67F /* PBXTargetDependency */, DBBC9B219A2F357B756FE8C6FE311D64 /* PBXTargetDependency */, @@ -24360,21 +24341,21 @@ }; 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */ = { isa = PBXNativeTarget; - buildConfigurationList = 7FCCFA588C873581FEC8255810B87F26 /* Build configuration list for PBXNativeTarget "FirebaseCrashlytics" */; + buildConfigurationList = 7639DDA105231FCED01ACD92C023BD94 /* Build configuration list for PBXNativeTarget "FirebaseCrashlytics" */; buildPhases = ( - 3E586A2A3D869C21A7257E505125106E /* Headers */, - 70EED3AAE34B7852A88CFF52A41E00A6 /* Sources */, - 87093DDF75625B5562E5D559B3576BE4 /* Frameworks */, + 32767EF8ECDB0C6BD745D060BE4CE041 /* Headers */, + FBAC39EA5913B087F62D65EC9BD25809 /* Sources */, + 0C240251BF3A13E3DAD32755DC698599 /* Frameworks */, ); buildRules = ( ); dependencies = ( - E89C09ECC55C5E2497AA17E44F5181E1 /* PBXTargetDependency */, - 13C7A119BA6D6BEEC8CF41AAC798565D /* PBXTargetDependency */, - 3249697D56F5E85806BB97B827B8337B /* PBXTargetDependency */, - 8900941A81530893A8EB372BDAB56721 /* PBXTargetDependency */, - DF0C091851CB55362B4192AFE95CC142 /* PBXTargetDependency */, - 4D514204A0BE4147171411F91728E725 /* PBXTargetDependency */, + 9C52AD580BC2D903386F354DF4DF31B3 /* PBXTargetDependency */, + DEEE3E36501F9123908514A73DF5B6C8 /* PBXTargetDependency */, + EB8F42500FD91B13F4F3E742B08D8D64 /* PBXTargetDependency */, + 955C75316A92558BE1DDB4CEC770BC22 /* PBXTargetDependency */, + 4EEF157AA7107834179C4BD3C29EBBD4 /* PBXTargetDependency */, + EFAC43EA7932209090DAE22A3E16F462 /* PBXTargetDependency */, ); name = FirebaseCrashlytics; productName = FirebaseCrashlytics; @@ -24392,8 +24373,8 @@ buildRules = ( ); dependencies = ( - 6C809F5D53F62DA8734ED61A89181F64 /* PBXTargetDependency */, - 4FBF8888A70BBB1EC2A9F2340993C459 /* PBXTargetDependency */, + 3C5576056247D2D724E75F90D93A285C /* PBXTargetDependency */, + 54A1B5A706B639A40F971EEA7DF83A26 /* PBXTargetDependency */, 63FDD5F28F2449930F5FF3F89A7D63E0 /* PBXTargetDependency */, 6DA85D0749230491B777AF2B9955D3FD /* PBXTargetDependency */, 49B03F90478E1949A3AA6518B86BD5FB /* PBXTargetDependency */, @@ -24405,11 +24386,11 @@ }; 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */ = { isa = PBXNativeTarget; - buildConfigurationList = 285424BA1868B1FF3370F25DE02408E1 /* Build configuration list for PBXNativeTarget "GoogleDataTransport" */; + buildConfigurationList = B23AB0A3DEAFA9C5A59992B99CAE31D5 /* Build configuration list for PBXNativeTarget "GoogleDataTransport" */; buildPhases = ( - 7BD09507134276220C191550E2C02BF3 /* Headers */, - 7D7E3A75A3B7C80258F51CB3B0E342F8 /* Sources */, - D7BF37AE460F16FA27B7171816BE3425 /* Frameworks */, + C89CDC1D5851B80AEE4136CF8782FF35 /* Headers */, + 06B45AA0E79D0D392E03821831EC5EE7 /* Sources */, + 76262678306B695908517427F3277AAA /* Frameworks */, ); buildRules = ( ); @@ -24439,18 +24420,18 @@ }; 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */ = { isa = PBXNativeTarget; - buildConfigurationList = AD9FD2DAFB3BD976FDBDDE788531F930 /* Build configuration list for PBXNativeTarget "FirebaseCoreDiagnostics" */; + buildConfigurationList = 48E9B7E18674ACF2A55997FE5D85AB3D /* Build configuration list for PBXNativeTarget "FirebaseCoreDiagnostics" */; buildPhases = ( - F8AEC80F27D063BCF8BD3F26709B7445 /* Headers */, - EDD86000DC6F9369231772EB623E7137 /* Sources */, - 13F352BC832067C7316F359F6732488F /* Frameworks */, + 16C9301B3B44A3BFC2EE8398700F5F45 /* Headers */, + 87527D13C00FD77A39339C52096F80D6 /* Sources */, + 8B09D297005EFA31FDF8C21B881F42B1 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 13931AEC2D03FD5B08CDB681B2E8090E /* PBXTargetDependency */, - 5CB80C2B0833CB6C2C3EDDC6CD71ACDF /* PBXTargetDependency */, - 97B739D00D8080124F25D8DAE616E813 /* PBXTargetDependency */, + 1082D84F7E4B4D734416E1936CFF1F7C /* PBXTargetDependency */, + 98B0F94162940C76C02AF8909928350D /* PBXTargetDependency */, + D6C42671162BF758411A50346D56FB0B /* PBXTargetDependency */, ); name = FirebaseCoreDiagnostics; productName = FirebaseCoreDiagnostics; @@ -24477,16 +24458,16 @@ }; 6514D69CB93B41626AE1A05581F97B07 /* react-native-background-timer */ = { isa = PBXNativeTarget; - buildConfigurationList = CFA6C21E298BC2A21B3900D4D3BB4D6C /* Build configuration list for PBXNativeTarget "react-native-background-timer" */; + buildConfigurationList = 1A58E1202FF7A0EF8A9229F8888C65B9 /* Build configuration list for PBXNativeTarget "react-native-background-timer" */; buildPhases = ( - 7ABE1BF888B5F760AE44091905DFB363 /* Headers */, - 1041646F780713E5C0DFC0BCF634695C /* Sources */, - 7AA0A1980657235DEF27E59EB1899EAA /* Frameworks */, + CD3AB0A1E026810941762A434DB83C66 /* Headers */, + E99F2F415284E622B0B66CA80C7E4E8F /* Sources */, + 4809F106B679DB639078BF78A4D90047 /* Frameworks */, ); buildRules = ( ); dependencies = ( - B03B81F0B9E5A06301E9CA524D9DC2F6 /* PBXTargetDependency */, + F2337174BDFDB4931B7290F90B692884 /* PBXTargetDependency */, ); name = "react-native-background-timer"; productName = "react-native-background-timer"; @@ -24504,9 +24485,9 @@ buildRules = ( ); dependencies = ( - B53C6EE82E0155C516260B72199AAA69 /* PBXTargetDependency */, - 110387245673A2B8477AD23026DD11FC /* PBXTargetDependency */, - FE18AFCEA3D79FEC244197769CC80587 /* PBXTargetDependency */, + AAB67EE154C223DDDCC58E4EEBD3E115 /* PBXTargetDependency */, + B082AF4A82521DB2223D8795CC3EF3A7 /* PBXTargetDependency */, + 7DEC811F162C91C0E4F20A38AEF63405 /* PBXTargetDependency */, B60AC390B399EB2C317CAC4A6751BCEA /* PBXTargetDependency */, 1961B90BC65AE9758BBFE2687A7C9291 /* PBXTargetDependency */, FDB1D4808F7A548BD1E7AEB4CC723FDA /* PBXTargetDependency */, @@ -24518,16 +24499,16 @@ }; 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */ = { isa = PBXNativeTarget; - buildConfigurationList = 659278F08AB49B07E42964916F164472 /* Build configuration list for PBXNativeTarget "RNBootSplash" */; + buildConfigurationList = A2C43825E2188DA7921550E300BE749F /* Build configuration list for PBXNativeTarget "RNBootSplash" */; buildPhases = ( - DFC4F2F68D42CCD6FF88DFAF42267A4A /* Headers */, - 7A7CF4613B6F39D6B7231A5E6C68E7EE /* Sources */, - 5E07E7955BCAB6837105BC2D87197E9B /* Frameworks */, + A15953B3F55B6C99E50BB014DDA93EEA /* Headers */, + 70640FD248F2E3D0FE08AE2069A9C431 /* Sources */, + 3EB0C66C05E3A89D7387D6A31F40A5F9 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 14F2425D88285AE7512D60BBD0236DB6 /* PBXTargetDependency */, + 7C1898829AA78A584083F035F9EBE43E /* PBXTargetDependency */, ); name = RNBootSplash; productName = RNBootSplash; @@ -24545,9 +24526,9 @@ buildRules = ( ); dependencies = ( - 623F42D108C75C7DDCDD124A85BA38A9 /* PBXTargetDependency */, - 776FEBAD1FFB90C4373B68AA6B25D998 /* PBXTargetDependency */, - C4D0633D73EC6F4261733592D265A57D /* PBXTargetDependency */, + 640C3BD56E30DA4E357D5B46AEC7B8D2 /* PBXTargetDependency */, + 709B871155D317AAC652FB584275EB88 /* PBXTargetDependency */, + DD9B003008BD3B2162EA2457DA28D9B9 /* PBXTargetDependency */, C3756755A3C46D421435C7FED55614BA /* PBXTargetDependency */, 2F6A8828A44FFE5C4EFD583AA4A6A194 /* PBXTargetDependency */, E71DF5BEC6F56FEE063677666C975549 /* PBXTargetDependency */, @@ -24559,11 +24540,11 @@ }; 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */ = { isa = PBXNativeTarget; - buildConfigurationList = FB9AEE0FD60B97B38924F6C6C97D56E7 /* Build configuration list for PBXNativeTarget "Flipper-Glog" */; + buildConfigurationList = A985D3F6FA56980595207C020231CBA4 /* Build configuration list for PBXNativeTarget "Flipper-Glog" */; buildPhases = ( - EAD0BA479B9430AA004867D4D1B88E5C /* Headers */, - 4B268E7FEB3D27BDBF4B2B42DAD16008 /* Sources */, - 2C0BD9F1674DC62E01E9E3B00BD831F0 /* Frameworks */, + 5295DB252CE1E1D89510E560DCB4C9AD /* Headers */, + C329CEDCB92265596E6F0B53B157BBB4 /* Sources */, + 492B35FBE1C93DDE295D44C8B1E50149 /* Frameworks */, ); buildRules = ( ); @@ -24621,7 +24602,7 @@ buildRules = ( ); dependencies = ( - 62F28B38E411135F626178BF237A5EA7 /* PBXTargetDependency */, + AC02DC2E639BAAF59887325E1A629F15 /* PBXTargetDependency */, D2E80F20B489DF125E118DA9CBADA4E2 /* PBXTargetDependency */, 461D405C85A42C4D4DE8B8EDBCDAAD05 /* PBXTargetDependency */, D29F5EBCABFDB69174234C45DCCFA61F /* PBXTargetDependency */, @@ -24659,7 +24640,7 @@ buildRules = ( ); dependencies = ( - 86596F6E1660D240D3AACB9352CF266C /* PBXTargetDependency */, + 216FB6A5224C001100AE4D43F15ABBCF /* PBXTargetDependency */, 02E9E53F1A94297D28085B1950547CAC /* PBXTargetDependency */, ); name = "react-native-mmkv-storage"; @@ -24695,7 +24676,7 @@ buildRules = ( ); dependencies = ( - B4A66B981629A089EA4786C338B28F1B /* PBXTargetDependency */, + 0C43A054BC4BC5BBBE6F1E3F3A13805B /* PBXTargetDependency */, 0F87CCE58C28FC6D52AFE65D4495F8AF /* PBXTargetDependency */, D758F4D7432653926E6C49A0A7074F1D /* PBXTargetDependency */, 57BB3A8F6016B19EDCCE5335A39C621E /* PBXTargetDependency */, @@ -24729,16 +24710,16 @@ }; 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */ = { isa = PBXNativeTarget; - buildConfigurationList = FA9F1BDB86E30683080FA62F0B96C10C /* Build configuration list for PBXNativeTarget "RNDeviceInfo" */; + buildConfigurationList = D168C6F3A89B3396BB442CA186F6BEF5 /* Build configuration list for PBXNativeTarget "RNDeviceInfo" */; buildPhases = ( - 3D74FAC0A5A5FC7D8AB36489440E6DCB /* Headers */, - EF2E2C6342893542A97F1BC2CC728938 /* Sources */, - 92AD154A6CB079E24747D31DA87406DB /* Frameworks */, + 8AA23FDBB4ED1E12D4B722C831D22033 /* Headers */, + 571FEAA5E134D005C18956CFC1884C32 /* Sources */, + 57663EE8E93F7808B0315A49A4BCA79E /* Frameworks */, ); buildRules = ( ); dependencies = ( - 1962EECD37A592FD8934DD601FCEEC4E /* PBXTargetDependency */, + F6EF3E761AFFB05B34543BE2A05CE37A /* PBXTargetDependency */, ); name = RNDeviceInfo; productName = RNDeviceInfo; @@ -24785,18 +24766,18 @@ }; 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */ = { isa = PBXNativeTarget; - buildConfigurationList = 1C8FBC63ED65464915258A68EBE44DE3 /* Build configuration list for PBXNativeTarget "FirebaseInstallations" */; + buildConfigurationList = 3DA0C9CB48D3B339CD7211DC65FF1DF8 /* Build configuration list for PBXNativeTarget "FirebaseInstallations" */; buildPhases = ( - 02E8617DD70FB8263978E5838A0CFA6E /* Headers */, - 6148DEBFC3F67F6FA527B2BE9773D622 /* Sources */, - CF5296449338277A583E55E2791A977D /* Frameworks */, + 020509F05CB0B5BF9AAC64C9E6F3AAAB /* Headers */, + 91DAF8DF98C806A8869E1F76366B66C3 /* Sources */, + 849348596BF7A91154E742079C2F33E1 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 5B3F6EA4B2861FD32C68EB37A1CD15AC /* PBXTargetDependency */, - F77B56E35179CBCDCEA49651380757F3 /* PBXTargetDependency */, - 7E41D4810DB38E59B94552308AF918D6 /* PBXTargetDependency */, + 072E381627E0BE8FB18753729F2B3BCB /* PBXTargetDependency */, + D8418189C05C7D18D3BF4D9401E920B9 /* PBXTargetDependency */, + EF3A0FE6B9410BE94FF5344607867C29 /* PBXTargetDependency */, ); name = FirebaseInstallations; productName = FirebaseInstallations; @@ -24825,16 +24806,16 @@ }; 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */ = { isa = PBXNativeTarget; - buildConfigurationList = 3C59786F965CDB9AD0B6E10366D86AAE /* Build configuration list for PBXNativeTarget "RNCAsyncStorage" */; + buildConfigurationList = 3BDDD5C61FF3CF2251F6BA1F0F661D13 /* Build configuration list for PBXNativeTarget "RNCAsyncStorage" */; buildPhases = ( - 29394FD944E7E532A4A9758598FDA488 /* Headers */, - D6B6ECE1C4A354805B60163B7348015C /* Sources */, - FCD24A9C1705ADA6B93D919289BE8704 /* Frameworks */, + 036680653A3165A017658DC466F456CB /* Headers */, + 60F798FBEDA7A46762C6E9BB7203BBA0 /* Sources */, + ED0B1D946D62FDBBC4994CCAA74F8F3D /* Frameworks */, ); buildRules = ( ); dependencies = ( - E483279EDACF1212082CFAC0770621DA /* PBXTargetDependency */, + 00C84C54894AF873508C08C0475A38AC /* PBXTargetDependency */, ); name = RNCAsyncStorage; productName = RNCAsyncStorage; @@ -24861,16 +24842,16 @@ }; 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */ = { isa = PBXNativeTarget; - buildConfigurationList = 8107302B9124AEAA5AB213B18CC721BF /* Build configuration list for PBXNativeTarget "GoogleUtilities" */; + buildConfigurationList = 190C0F2337A08E43A7C299D3CF7BE735 /* Build configuration list for PBXNativeTarget "GoogleUtilities" */; buildPhases = ( - EBFD97345361C47B401D7DE5B5FDA8E3 /* Headers */, - 46E50DB9629AA5C325735A8D2A52A88F /* Sources */, - 8BBB909595545800A3C5562B84ED2B61 /* Frameworks */, + C7258613A9D3CB4E8022AF31252D1EBE /* Headers */, + F75836C634629F43519C830769CD8906 /* Sources */, + 27502B193E10C41F84D4D33BFF58317D /* Frameworks */, ); buildRules = ( ); dependencies = ( - E211B6CC028F549AC4B16302716CEBF0 /* PBXTargetDependency */, + C8DC6B3EE89C1B1193DF14CED983C9FF /* PBXTargetDependency */, ); name = GoogleUtilities; productName = GoogleUtilities; @@ -24906,7 +24887,7 @@ buildRules = ( ); dependencies = ( - 3D261E6D7FC43F862BB54E0361850198 /* PBXTargetDependency */, + A0FEBB6DAF4E3A669B89FC9B1CD07678 /* PBXTargetDependency */, 26371950D5B797447E6D0D20D6B43090 /* PBXTargetDependency */, ); name = RNFBApp; @@ -24925,7 +24906,7 @@ buildRules = ( ); dependencies = ( - 215C54F69FB47911F514BD056D620220 /* PBXTargetDependency */, + 3836C32AD867B24088ADB5ACA17C1CB9 /* PBXTargetDependency */, ); name = MMKV; productName = MMKV; @@ -24943,9 +24924,9 @@ buildRules = ( ); dependencies = ( - 625F91DF3672F30834772924304F8010 /* PBXTargetDependency */, - 4CFB1C371127C6B1AC7BEF60CBA0278F /* PBXTargetDependency */, - 46FD7FD1DE5CF7122103D6F029BFD8BE /* PBXTargetDependency */, + 76D883E6112206E640BC582FB6E422F9 /* PBXTargetDependency */, + 8E0B6A5A19350B3CF831B4C0AB3DFD28 /* PBXTargetDependency */, + B9E71B41D7D034BFF91B3F7866D92C13 /* PBXTargetDependency */, 5E5CCD44181C1775196264B5DB49525E /* PBXTargetDependency */, 36E5238B382AAA54286417B3B5E404C2 /* PBXTargetDependency */, 9C39277969B0A4DA5944A45777990442 /* PBXTargetDependency */, @@ -24966,8 +24947,8 @@ buildRules = ( ); dependencies = ( - 77707E4CC04CE1ED6B296AD8EE09492E /* PBXTargetDependency */, - BDE9DCAD145960B56E8B9AA829D2F3E0 /* PBXTargetDependency */, + CCCA23595042726A189C6E8435E7477B /* PBXTargetDependency */, + 11222750E16514AF685B8411254E8EA5 /* PBXTargetDependency */, 8BAE0E52331C30A1FA1D75AD4F721B2F /* PBXTargetDependency */, 6C6D394B44DA3D825A4BB623FFDDE272 /* PBXTargetDependency */, 658C49C69889983801DA4EE1F5ADA74F /* PBXTargetDependency */, @@ -24980,16 +24961,16 @@ }; 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */ = { isa = PBXNativeTarget; - buildConfigurationList = 756AE01E350DCC118F4680D339628219 /* Build configuration list for PBXNativeTarget "RNVectorIcons" */; + buildConfigurationList = 1A53195F2A49E064D1E9C88E5C7C3806 /* Build configuration list for PBXNativeTarget "RNVectorIcons" */; buildPhases = ( - E265B278A88D2CFB1CFA3283F7AD423A /* Headers */, - F8DC0093A51D03EADE066109CFABA5E5 /* Sources */, - BB7E0B9C58E990515F1921EFCBDF69BF /* Frameworks */, + E2E9906A883D6D2B3F652CBB0D5B7B43 /* Headers */, + 6D52977D378DDC5FE8ACB13D3706933B /* Sources */, + DFCA4986259EF6090AE75613C681A5F8 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 88C5C983D6DCF0D046B887B0B86C4740 /* PBXTargetDependency */, + D1E365F6C004874AF693DFACA65902D8 /* PBXTargetDependency */, ); name = RNVectorIcons; productName = RNVectorIcons; @@ -25007,10 +24988,10 @@ buildRules = ( ); dependencies = ( - 325D6DD68A50E9ADFAA49B5876888BB4 /* PBXTargetDependency */, - DD53964EDED07A443ED43B00A31DA180 /* PBXTargetDependency */, - 81934E20D2AF936A57B8D5289C121493 /* PBXTargetDependency */, - 154B4FEF896FCBE29557304420A484DC /* PBXTargetDependency */, + 778A0C3B893359A4BCBC1B30AD35C459 /* PBXTargetDependency */, + A44B339EF38105B4218D80BEA867D1BB /* PBXTargetDependency */, + 306E7CB25D86ECFF254F142498692742 /* PBXTargetDependency */, + E35C43D55D09209E7812AE4642C1BC5F /* PBXTargetDependency */, 93BFC96BEE953617FFE9A359C02B2B79 /* PBXTargetDependency */, ); name = FlipperKit; @@ -25029,36 +25010,36 @@ buildRules = ( ); dependencies = ( - 464EA0F3A7EC6BC1E036E3FB40A5EA3C /* PBXTargetDependency */, - 6AA3E7DD36027CB1089620DDCC6BA4C9 /* PBXTargetDependency */, - 75EF12EAE5A5C17BD36A866E29DF60BD /* PBXTargetDependency */, - 63D4107EEE5EDEDBC5D1390F289702E8 /* PBXTargetDependency */, - AAAFFB364245FEDD7EF72701EDD5DD59 /* PBXTargetDependency */, - 06B90B268F2E531F480A26F27D7DD3DB /* PBXTargetDependency */, - D46084E77FF12A33BAD42720454B6FE3 /* PBXTargetDependency */, - CAB75922FB064280370F7208CD60EC2A /* PBXTargetDependency */, - 4D7690E64D7C79524FF4E03E2D5C119F /* PBXTargetDependency */, - A9BB80C519EDE754743B66C1F3E11CE6 /* PBXTargetDependency */, - CEBF4104886940FB15E8F9A34E551A10 /* PBXTargetDependency */, - B8861A7332B262AFF2239A2B241FA3C1 /* PBXTargetDependency */, - 4DFAF70D79F2F83CD2F83A176B460128 /* PBXTargetDependency */, - A7B42ECD95B9D82CEAE5B69772A00504 /* PBXTargetDependency */, - 8648AEC6624472827C2DCCBC8946FAEF /* PBXTargetDependency */, - FB88B7384D43649636A9331591677178 /* PBXTargetDependency */, - DC772985B8EE70C61739763646FE135B /* PBXTargetDependency */, - E371008E44DE54FA089C03C43B0F078D /* PBXTargetDependency */, - D86FA4A4942D27B7AB90E74CE298C942 /* PBXTargetDependency */, - EF7F08F46CD0049CBCD5E243E4531366 /* PBXTargetDependency */, - 4049C0D42D71111D735EDC0B3B52074E /* PBXTargetDependency */, - 877B76AEA1BCD2FF9D2B83F69CBF825C /* PBXTargetDependency */, - 4B3CA70F9411DE697BF98327C4D04FFB /* PBXTargetDependency */, - 9A9AF225EE533578AF0BE3E6B96BCE84 /* PBXTargetDependency */, - 4945E8CB0D9160D89CF199D8BEBDF182 /* PBXTargetDependency */, - 1CB44E94BBB901CEDA456325042DEE49 /* PBXTargetDependency */, - BB4C9A8140996F374530FF4FAB7816FF /* PBXTargetDependency */, - 7B792E5D484AEA7E77099C7500733CE4 /* PBXTargetDependency */, - D8A0EAEFC90D446D71DFC66DE675DFFA /* PBXTargetDependency */, - 8974648A48255A049F83ADD9C4EE37D8 /* PBXTargetDependency */, + 525794CAAD2054235BA45EFEDD873E34 /* PBXTargetDependency */, + 77D703D5CB8B5949D0861CDA49A928C4 /* PBXTargetDependency */, + 873DB1035BDB9BEE23640791E8ACFE11 /* PBXTargetDependency */, + EC794D0F1D96256DB8EECE701640324A /* PBXTargetDependency */, + 5B235AED231828BDAD45A6CA4393CF7F /* PBXTargetDependency */, + D40E10E09F4C1A4A050CE0003257DD67 /* PBXTargetDependency */, + A5B6EDFE5E5FEAB205B817E415E30140 /* PBXTargetDependency */, + 67DB51C8E439B0C1CC56905093CFA923 /* PBXTargetDependency */, + E2E9C264F68D50AA7EB98D42917BC39C /* PBXTargetDependency */, + 850BA46AECB629EA853922582A21797E /* PBXTargetDependency */, + E72ECEEB0D10E285A5D5247F40A32C9E /* PBXTargetDependency */, + 9A613263B7D22D1813C592491CD1AD44 /* PBXTargetDependency */, + 5ADB05FB403184882C5A1B53E4AAF2EF /* PBXTargetDependency */, + D002761F989B578E1E8A7B7D903B9E6C /* PBXTargetDependency */, + E03DA546F9CE6C59FF2AC6739040AFC6 /* PBXTargetDependency */, + D2F5F0A333569EFF7A52968C8D77FD06 /* PBXTargetDependency */, + 832233DF4B59E11A86749D6B9BD2BADB /* PBXTargetDependency */, + DCE5DA758F0D3ECEFA484EA5A71AF966 /* PBXTargetDependency */, + 9C91C195FA855CEE26201DD8C41E384C /* PBXTargetDependency */, + 33D8F1A3D2AEA03EB135F7E291954CB1 /* PBXTargetDependency */, + 64BCB838179D2EA5BF97C1A5AACDD668 /* PBXTargetDependency */, + F9AB9C5B562F6F022A90158926456501 /* PBXTargetDependency */, + DBA3BF76BFC14668578091366B6A2984 /* PBXTargetDependency */, + 053CC9F9AA5D815F1E1B4B23CF423772 /* PBXTargetDependency */, + 416CEE9D2D54720CAE0FC426E12C8E80 /* PBXTargetDependency */, + 33273ABCFC87950254E775066C579749 /* PBXTargetDependency */, + 1C5D5905C13A6D093563087A90B95C9A /* PBXTargetDependency */, + 5D4BAFDA50CBDD8B848E652163DB65C3 /* PBXTargetDependency */, + 9D731C7D0B1C76E573E21FF60D948931 /* PBXTargetDependency */, + 30A1F4982E7FA2B0F75AD0FAD4C55048 /* PBXTargetDependency */, 3E97DD2036D933FF1858528D925AF3E2 /* PBXTargetDependency */, 393D9E9FF04E5794A54A6909114E4563 /* PBXTargetDependency */, 878344A477EFFA904BF0B6E0068BF9FF /* PBXTargetDependency */, @@ -25171,18 +25152,18 @@ }; A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */ = { isa = PBXNativeTarget; - buildConfigurationList = 62CDA810C6B46B0A6F2C9EBE9F17E486 /* Build configuration list for PBXNativeTarget "Folly" */; + buildConfigurationList = C7FBFE582FBFF13F602500C33B2A524D /* Build configuration list for PBXNativeTarget "Folly" */; buildPhases = ( - 33072B34A4F91A20C94E3AFADEC6F1AD /* Headers */, - F97C2BE4EF20C1E3A659E94FCBB6D44F /* Sources */, - D8BD422B25C6FA7DC3CC1DF966BC9698 /* Frameworks */, + FDCA0E229D14E75056B4BA1362B6934B /* Headers */, + B4A02E143964DEC773779516D0EE5AEB /* Sources */, + C5FF60F6BE285F9D106FEF0794594E6E /* Frameworks */, ); buildRules = ( ); dependencies = ( - 19447ABAEC014849BB63AE1680FD87E4 /* PBXTargetDependency */, - 066062BAB97817BF8E47E7CB47088725 /* PBXTargetDependency */, - 1B7D919BE882FFB00AF4C55658EDC4C9 /* PBXTargetDependency */, + 2BD011342DF553BAED77F8B433B8A1E1 /* PBXTargetDependency */, + 6A167F825DB4342908527C09C7F4595A /* PBXTargetDependency */, + DEC385D465A44023B40AA0B14F03C88D /* PBXTargetDependency */, ); name = Folly; productName = Folly; @@ -25191,11 +25172,11 @@ }; AC8AE887C706A43711D115E69B9D988A /* MMKVCore */ = { isa = PBXNativeTarget; - buildConfigurationList = C39298A580F52EE647EE6E877D5D6791 /* Build configuration list for PBXNativeTarget "MMKVCore" */; + buildConfigurationList = C386EF60DEB60E6B34D30DC1927843E5 /* Build configuration list for PBXNativeTarget "MMKVCore" */; buildPhases = ( - 0E5AA51EFEB8195319ADF4E87CE2AA09 /* Headers */, - 1BAC503B285FCF2822795D37ACE4113D /* Sources */, - 3CEB51EA298B46FB2D8F536EF4066603 /* Frameworks */, + 39588D39B3F0A639A3A757F69AED9D5D /* Headers */, + B5BD6D78F135464EFEACD22A6F70A0D1 /* Sources */, + F560CAC8AFA8EEB77435002416274232 /* Frameworks */, ); buildRules = ( ); @@ -25208,16 +25189,16 @@ }; ADC4ACC657481AD27F9936D08FF7F49A /* react-native-cookies */ = { isa = PBXNativeTarget; - buildConfigurationList = 053BAA6FB543C6B67CB76E7F7C086AF4 /* Build configuration list for PBXNativeTarget "react-native-cookies" */; + buildConfigurationList = 9200C038322F37EE7BA173244509F03B /* Build configuration list for PBXNativeTarget "react-native-cookies" */; buildPhases = ( - A2CE0FEA7EF472BBB6F35165A77EB68D /* Headers */, - E7FA492124A9D3C1AD187485BBD310BA /* Sources */, - 46C10C2D241C0EED415EEAC2478D9DA4 /* Frameworks */, + A0BEA9A058025D1837F19E42EBB762AC /* Headers */, + F435DBA7ADCE99822E3A2377FD5DD1EA /* Sources */, + E3E13ACB021F25C010579EFC639E312A /* Frameworks */, ); buildRules = ( ); dependencies = ( - 00B5D4CFB9FA415517127B19718AC14F /* PBXTargetDependency */, + 223B8F1D703C5920C7EDE6E86E136E25 /* PBXTargetDependency */, ); name = "react-native-cookies"; productName = "react-native-cookies"; @@ -25226,16 +25207,16 @@ }; B51433D546A38C51AA781F192E8836F8 /* RNLocalize */ = { isa = PBXNativeTarget; - buildConfigurationList = 2D7E1721D4B7669B6397DD19C585B733 /* Build configuration list for PBXNativeTarget "RNLocalize" */; + buildConfigurationList = 6AAE551F9AC8FC8758D08EF10FEE7DEE /* Build configuration list for PBXNativeTarget "RNLocalize" */; buildPhases = ( - CCD799029A95CAE779842EE85535EFF5 /* Headers */, - 5B6178029FBC2F49AF1D3A2D1E716352 /* Sources */, - 55A10FB765F14F0BC1F0FBFC9ACBD1D9 /* Frameworks */, + 731C8723858FAB0DB60F4251E854C097 /* Headers */, + 1AC1E93F16BE74175B2038796BDC06D6 /* Sources */, + 7E9DBD87767A4B7DB0C15A825D74D560 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 0ED6E0CD9709BD6C2168F680C802402C /* PBXTargetDependency */, + B6882D411BD60DC0C0961B960316DD0C /* PBXTargetDependency */, ); name = RNLocalize; productName = RNLocalize; @@ -25244,20 +25225,20 @@ }; B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */ = { isa = PBXNativeTarget; - buildConfigurationList = 35936AA22F35FCA497FD6DB182BD7C48 /* Build configuration list for PBXNativeTarget "Flipper-Folly" */; + buildConfigurationList = 8285E1ACF4197F3E409804285250EA22 /* Build configuration list for PBXNativeTarget "Flipper-Folly" */; buildPhases = ( - B5156131C46C378F8B8604B16D838253 /* Headers */, - AE5E74D5DA1AB290C5979875772B73A6 /* Sources */, - 522AF8769AD3C2BE82E841DAA5FB8EC0 /* Frameworks */, + F2C2EA2F9537428BECC4BC2C2C654B17 /* Headers */, + F6AECD449282C1F6B09541EECA6631F3 /* Sources */, + 8102EDA9AE541DEFE08793B6F89F64D5 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 1FE0B6537D1AD2E0C71721BD084C95E4 /* PBXTargetDependency */, - 5FD75744D088D061551E83474D859B71 /* PBXTargetDependency */, - 0DA3E5945AB040B9740DA60988669973 /* PBXTargetDependency */, - 54FCEA382F484D737AD0E86F4BF02601 /* PBXTargetDependency */, - FE145FA54B8008A3C9274CB5D8BF6ADA /* PBXTargetDependency */, + ECBD910057830834818FA49C42735DF0 /* PBXTargetDependency */, + 3B202452873EF08728807D159111601B /* PBXTargetDependency */, + FD6272B9A7739138C165EFC0C79C386F /* PBXTargetDependency */, + 6B7D11A694CEB753DD994DD6CAE7E6D4 /* PBXTargetDependency */, + F1755F8636332D5C3D5E211159555F6C /* PBXTargetDependency */, ); name = "Flipper-Folly"; productName = "Flipper-Folly"; @@ -25275,8 +25256,8 @@ buildRules = ( ); dependencies = ( - 86D752F797116643316A4D885416A89F /* PBXTargetDependency */, - 8978BA7A6E008D75C38E8138DBE91FB4 /* PBXTargetDependency */, + 33BA9EB8B099F83741D178AABC4A024C /* PBXTargetDependency */, + 5368C33CE8DA67AF28E66B1DD7AF6C0D /* PBXTargetDependency */, CADD5A04FC583F4D3D2BE243398CC79F /* PBXTargetDependency */, 23C4EF4BA78C1531F9E8BE0E7AE83355 /* PBXTargetDependency */, 0365DE6A1F746EAD5FF9D6FCCB8C5714 /* PBXTargetDependency */, @@ -25308,16 +25289,16 @@ }; BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */ = { isa = PBXNativeTarget; - buildConfigurationList = 5DC19DE4CA7D7237B89E99533F62989A /* Build configuration list for PBXNativeTarget "react-native-cameraroll" */; + buildConfigurationList = E82F703BE154CAFDDCBE2686727DC440 /* Build configuration list for PBXNativeTarget "react-native-cameraroll" */; buildPhases = ( - 381DD933AA01B441CF0AD5E147493CC2 /* Headers */, - 7A72076141B37D0AC56362307C46570F /* Sources */, - 0F79C99009DBBC6B8E0A0CB2A47EBB28 /* Frameworks */, + 860CCBCCE0FBBEDE759D677578A1E130 /* Headers */, + C0C32886C6A5FAE4C6D4815A54525659 /* Sources */, + F7CEA48C737D0E28E076C17BB1DC7842 /* Frameworks */, ); buildRules = ( ); dependencies = ( - FF06A05D34355E5A6ECA3CD10267559D /* PBXTargetDependency */, + 4DAA479CA30D3BD404B3FE27858A29FB /* PBXTargetDependency */, ); name = "react-native-cameraroll"; productName = "react-native-cameraroll"; @@ -25326,16 +25307,16 @@ }; BD9A27D8398DEB3205D3F8937B0672A0 /* react-native-safe-area-context */ = { isa = PBXNativeTarget; - buildConfigurationList = 9549BE740B1AA125B01BDF113C1D284C /* Build configuration list for PBXNativeTarget "react-native-safe-area-context" */; + buildConfigurationList = 26780B61FE9FD27DD1CEFC027F6AF63A /* Build configuration list for PBXNativeTarget "react-native-safe-area-context" */; buildPhases = ( - 63782199F4018C12DDBE7513A4F48342 /* Headers */, - F260A91DFDE082018191BEDD0441755F /* Sources */, - 9D0AB6B6E7555D69649F649859931CE1 /* Frameworks */, + 263931860401D582A36FB5B609FFE2ED /* Headers */, + 664E25A32130E7ADA646BACA35918F29 /* Sources */, + 45DE0E46676F8DA0160E0E8BC44846A7 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 5E3561B95CD6082847AF8D073A1F8198 /* PBXTargetDependency */, + E7C3BF046A405DA6A0BB117E6EC4859B /* PBXTargetDependency */, ); name = "react-native-safe-area-context"; productName = "react-native-safe-area-context"; @@ -25353,7 +25334,7 @@ buildRules = ( ); dependencies = ( - B854CA8D48D6C389ACDF2AC9F0E17B79 /* PBXTargetDependency */, + 87395D00BBC50A2043FCCFBCA6E1734C /* PBXTargetDependency */, 7DF01DB0992AAAACA6248A9A30F5C3FA /* PBXTargetDependency */, 01C62AF185F0CA06B0313BB8024E1604 /* PBXTargetDependency */, ); @@ -25364,21 +25345,21 @@ }; C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */ = { isa = PBXNativeTarget; - buildConfigurationList = 83A3CD51203A0632D5535BF2192B114C /* Build configuration list for PBXNativeTarget "FBReactNativeSpec" */; + buildConfigurationList = 6A3D1EAED331DC049E2F2539FF84C85E /* Build configuration list for PBXNativeTarget "FBReactNativeSpec" */; buildPhases = ( - EEA69477FDA13EFF829A94B3E42F44D5 /* Headers */, - 8EECA48C9FC16078AC5907C575B3E53B /* Sources */, - 8B59D1DB1D25F77DA8977D3256123E59 /* Frameworks */, + A998B362F087E6B7562755B8EAFF0D38 /* Headers */, + BACD9B678C69B865EF2A990320DC765F /* Sources */, + 8E12C0F8EFD5498CE0A7634D2FBFFA87 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 368C9B2321BC1E4DBAD95065086B8CE2 /* PBXTargetDependency */, - B9B42D62398F72C8DCE8D840C6BD5183 /* PBXTargetDependency */, - 48F9AE8B1DF3B785FD1EF1DCD38CEB9A /* PBXTargetDependency */, - E708F130A6F5D7B6BC48FE69892A2C2B /* PBXTargetDependency */, - E08BA3D34C32C302245CA7C352BB0A34 /* PBXTargetDependency */, - F10E41F95CF4DAC1A64E141F771C52E7 /* PBXTargetDependency */, + BB6DB400586554B4195F82D5210126A0 /* PBXTargetDependency */, + 09CF646B7803EA105BBA9983C239501F /* PBXTargetDependency */, + CD87039D7979CDD9BE0396F860724011 /* PBXTargetDependency */, + 0F224BC1109D38048531B395D0A9E003 /* PBXTargetDependency */, + 27C93FBAFF3D7CD1F8E5C1F4D58363CA /* PBXTargetDependency */, + 5FFC0625B21167568F9B81AB321B12DF /* PBXTargetDependency */, ); name = FBReactNativeSpec; productName = FBReactNativeSpec; @@ -25440,11 +25421,11 @@ }; D0EFEFB685D97280256C559792236873 /* glog */ = { isa = PBXNativeTarget; - buildConfigurationList = 568871B55F70DA09C133992EF81B5D42 /* Build configuration list for PBXNativeTarget "glog" */; + buildConfigurationList = BABC371BF3BCE359A716FE722EDCE630 /* Build configuration list for PBXNativeTarget "glog" */; buildPhases = ( - 039D94B206E66EA91840E2A721CCDBAE /* Headers */, - 1D9012C7FDC0EEB8D6A5F30C5BBA23CC /* Sources */, - D5AF59250A6665250BBA23A184EEC614 /* Frameworks */, + 783C89544FF7F65261EBD6ACB9F0F320 /* Headers */, + 9A10890965F13D4AB54FC2F36B95C331 /* Sources */, + 7E18D3B8801F2B2AAD3B9A91F1B01991 /* Frameworks */, ); buildRules = ( ); @@ -25457,16 +25438,16 @@ }; D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */ = { isa = PBXNativeTarget; - buildConfigurationList = CB8244AC71E28487A3DD03053E27592D /* Build configuration list for PBXNativeTarget "react-native-document-picker" */; + buildConfigurationList = 7E873EBA929ED2AB7EC53D1F91DB09B5 /* Build configuration list for PBXNativeTarget "react-native-document-picker" */; buildPhases = ( - B83E600B9610A5F4E06D56C0091665DB /* Headers */, - 1061637EF85D273CE1EEE202284D74C0 /* Sources */, - 09486777E9396F4D278AB038372EC234 /* Frameworks */, + A0EFFC20925522D435B46CAB914B4B6F /* Headers */, + E77E7992CBE562A712485A193A2D90C5 /* Sources */, + 6D3F3F360FA5C616E90D10D7023B96E8 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 2FA058C495EF56042CEAC74E35BD0EA0 /* PBXTargetDependency */, + 0694D76F99EBE685A34FA1097D6A88C5 /* PBXTargetDependency */, ); name = "react-native-document-picker"; productName = "react-native-document-picker"; @@ -25475,19 +25456,19 @@ }; D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */ = { isa = PBXNativeTarget; - buildConfigurationList = EA290F936ABFB939798D66A926EB33ED /* Build configuration list for PBXNativeTarget "RCTTypeSafety" */; + buildConfigurationList = 1622ED18B8505D1786E342279D7017E4 /* Build configuration list for PBXNativeTarget "RCTTypeSafety" */; buildPhases = ( - 89DAC1BF3086B83D657240ABA0D18FBD /* Headers */, - 02A631A3891C24AAB90AAAE799654BFF /* Sources */, - 1CF25514E9CC926B32F6CE72C57AB972 /* Frameworks */, + 766545BC75F0F032E6EC5BBB07D7FF4F /* Headers */, + 4DC3CCEBBA2158F7407C17408E441598 /* Sources */, + A26B591712AD223C14E56726C5514AF6 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 4E43D27A1C3E1850053820F18F83C026 /* PBXTargetDependency */, - E69EAAD7F4ED4FF44AF049BD09E51C36 /* PBXTargetDependency */, - 27454DEBF6A7D6BE12C557DAE5A00114 /* PBXTargetDependency */, - 0FDA557E291784C1C71C25D7188FC947 /* PBXTargetDependency */, + 6AD3073EB741B1A635FF65CA8B9AA23B /* PBXTargetDependency */, + 7371DA2363467034845FB398EC4D152A /* PBXTargetDependency */, + D39A501453C6C19A56435F1DEE8359B0 /* PBXTargetDependency */, + 3EB8FD33BF88780AE8F54134563EF6FF /* PBXTargetDependency */, ); name = RCTTypeSafety; productName = RCTTypeSafety; @@ -25496,11 +25477,11 @@ }; D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */ = { isa = PBXNativeTarget; - buildConfigurationList = 941ADE3241240881A6EC70ACF64F0AC0 /* Build configuration list for PBXNativeTarget "nanopb" */; + buildConfigurationList = E545F7E8F6749858392C91D82E1058E6 /* Build configuration list for PBXNativeTarget "nanopb" */; buildPhases = ( - F130CFD4414CBBA03AA0F1BB8AFC0C79 /* Headers */, - 64A2C1200C57A5C10D954978A0448B95 /* Sources */, - 9FF046F6B74351C8B710DE46A591CEEC /* Frameworks */, + 9969109630DB3EB1A8CE94DAB904916F /* Headers */, + 80A32FB13265807C9A6E0B7BAF4B6B53 /* Sources */, + AC553FD4C888410F4D47D4195A000BF3 /* Frameworks */, ); buildRules = ( ); @@ -25522,7 +25503,7 @@ buildRules = ( ); dependencies = ( - 935F440C19FFD923C0CAFC907876BB4C /* PBXTargetDependency */, + 98F41687A2D4FF04CF73C2FE1767A83D /* PBXTargetDependency */, 5A95752B2A07CE74479E73670B96A641 /* PBXTargetDependency */, ); name = "react-native-jitsi-meet"; @@ -25532,16 +25513,16 @@ }; D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */ = { isa = PBXNativeTarget; - buildConfigurationList = DA2CAE114A571A2644458B63C8F865A1 /* Build configuration list for PBXNativeTarget "RNDateTimePicker" */; + buildConfigurationList = C840844FBC13DD35AE08F6C446033DB1 /* Build configuration list for PBXNativeTarget "RNDateTimePicker" */; buildPhases = ( - 9C125D8AA9519FC0BB6215D55CC2CF85 /* Headers */, - 869D89B0EE364B3D6DABF4DE9B0E4B56 /* Sources */, - 7B92559B1643757ACB684EFCE9D683BE /* Frameworks */, + F2E259317742918F9957E51B4F1EF56B /* Headers */, + 46FB2812582C0EC553E1CC30B670004B /* Sources */, + D1D90464A9D2134D8DC8CB90C54C7A98 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 65C152BBA44B39AF1806C9BF43DC594F /* PBXTargetDependency */, + 2820E4898DC8A8359B79ECBF59B7FF27 /* PBXTargetDependency */, ); name = RNDateTimePicker; productName = RNDateTimePicker; @@ -25559,56 +25540,56 @@ buildRules = ( ); dependencies = ( - 39A02A3800105768910882D9C7564622 /* PBXTargetDependency */, - 2C08F462F3FD72D71E8EFA11FBB51FF2 /* PBXTargetDependency */, - 265A4426EDBABBB6DCDB622EF54B1ECB /* PBXTargetDependency */, - 84B4553A6637D524C30C8DC7260DB587 /* PBXTargetDependency */, - D8D45A800A3FDA9882CC054A290B391D /* PBXTargetDependency */, - 79AB0426FA3752D6444F8F6A127AD90A /* PBXTargetDependency */, - D86EAA025B11A0FE50D76B9040A11F1A /* PBXTargetDependency */, - 3CBBD7CAA4450E633F5C2F6ED44DB99D /* PBXTargetDependency */, - 3F272C945856A5E1243F700E12559BA7 /* PBXTargetDependency */, - FE28A1F8362DD0CE7989B0E331FBA373 /* PBXTargetDependency */, - A47A80B60115B00CF56EAEEA1D7AE56C /* PBXTargetDependency */, - 9BED071A173B71994355C6097B650E8A /* PBXTargetDependency */, - F6302B4669E764A7FD847CC7BB6BD0CF /* PBXTargetDependency */, - 69321530A6AC97466F20C15A680CDFA3 /* PBXTargetDependency */, - 25D510E48F31E94FC25D8CE8A1DACBD8 /* PBXTargetDependency */, - AC728093BB7B428F36991E2F87B99805 /* PBXTargetDependency */, - 9B54C921B49A862BE9231549CAE5E7B2 /* PBXTargetDependency */, - A2D2D3DEF6C9CCB46C1109F8647AC947 /* PBXTargetDependency */, - 62A9EF9E042A613DACEAA3B9EAC6EA29 /* PBXTargetDependency */, - 777ED00A8D8180DD0D154147081C90A5 /* PBXTargetDependency */, - 9662A48ACF74F8BE1514376023BCB94D /* PBXTargetDependency */, - 9F7751AFA61BF646F429B083A7CD94A7 /* PBXTargetDependency */, - 3E62623FE4AD9225A886E99B269B42F2 /* PBXTargetDependency */, - 36D7EE29758BF2256F5CDA0D6D9E6F32 /* PBXTargetDependency */, - 2A8A4227F8E3AE716422CAC9ECDB92ED /* PBXTargetDependency */, - 610D978A5AD16C72800C1A4CA7EEC019 /* PBXTargetDependency */, - E88E1DDE3BB8797EF4D641BF2D479CB4 /* PBXTargetDependency */, - 44CA752954F6CB2DC4FCCB75CB980E05 /* PBXTargetDependency */, - 953BA000237FDA945873A348BAD77430 /* PBXTargetDependency */, - 4DD1839A82F531358BCB78BB0198D96B /* PBXTargetDependency */, - C701BC319D0742D034CBA12E2553EE10 /* PBXTargetDependency */, - EF777FD9B4BA29C989E52BCFE988A62F /* PBXTargetDependency */, - CDA4A3C5A99DB874FA21D7EF77780C32 /* PBXTargetDependency */, - A797FECC9BDAF343CC2E5CD76D7A0EB8 /* PBXTargetDependency */, - E9E1A31F296312DC469FEBE7468483AC /* PBXTargetDependency */, - 60EC533180E11EA019FD0932D94A4AE1 /* PBXTargetDependency */, - E00211473DFC6815D33AEEC34E73F0EF /* PBXTargetDependency */, - 87E369ACC8819FD278BC5FAECE6E5334 /* PBXTargetDependency */, - 9CD93CC36300A684EA309B5F3AA7A7EE /* PBXTargetDependency */, - 089A50B3505A0E7A01CD254E293B16B4 /* PBXTargetDependency */, - F30F427BC159CB74B8DC193EEC7D5C5D /* PBXTargetDependency */, - F1DCD55838D54E07A26A815A51B090CF /* PBXTargetDependency */, - 095432170BD9033C5F650A485E732A70 /* PBXTargetDependency */, - F667ECD7F9689DF041336947B0F17C89 /* PBXTargetDependency */, - 89FDAE9EF7A3EEDBEC912526EA86DCF2 /* PBXTargetDependency */, - EFB5332DBFC50E34B193525C4BDFFF62 /* PBXTargetDependency */, - C7250150C712E38E68A365A8D1714477 /* PBXTargetDependency */, - E4F8139CBE9E90E1E7D083EA21462ADC /* PBXTargetDependency */, - 4F6DFB6F1305CA0413C09F590328EB11 /* PBXTargetDependency */, - 4F06CECC9CAB92B12ADA165ACF4A92AA /* PBXTargetDependency */, + E0DBE1250FDDC965742A21EBDBAE8ECC /* PBXTargetDependency */, + 871C462783B7B383975E32F88743092C /* PBXTargetDependency */, + 3FE644C8567E78E63152B3CF9FB41FAE /* PBXTargetDependency */, + FEFF2119E4924D1240BDA0B1C2BA1864 /* PBXTargetDependency */, + AE2DCD7DCE3F53CF28F7FD13A7E6ED57 /* PBXTargetDependency */, + 6E34DD8B0C604477DB835D976B00775D /* PBXTargetDependency */, + F1C609697EBD6B6375BA6722C87B39BE /* PBXTargetDependency */, + 7A7F63D2723A0ACC3F22AA777185C816 /* PBXTargetDependency */, + A2F5457E39F9BDD90BFF15228CC52DDF /* PBXTargetDependency */, + 9358AA4899ECFE438DFADB1D1B99C6D1 /* PBXTargetDependency */, + 9BFF237C45E53058E6A70EA9E4637045 /* PBXTargetDependency */, + 658F1D9E65AC220DE91BE4D828AF5560 /* PBXTargetDependency */, + 4E8A6C1E295B1006705F618BE3B3A461 /* PBXTargetDependency */, + 881964B18D546000992AC470161F7782 /* PBXTargetDependency */, + DF165389F99E6691A336A3AF17FB7990 /* PBXTargetDependency */, + 33BC02C86DB28151F77B4E8236CB220A /* PBXTargetDependency */, + B07A3B58A9E5CDC5C649EB882CFF98AA /* PBXTargetDependency */, + 6FE8C6925A4917D2396B6EA13FD6A0B3 /* PBXTargetDependency */, + 0D2316826D0E0CF78EB91F3E71A1A50B /* PBXTargetDependency */, + DF20CABD69F144B604A9FA15929FCEC5 /* PBXTargetDependency */, + 02CE4F41998ECD47688D9758EED02333 /* PBXTargetDependency */, + 011560862F24AE63E24EF7ACE30F71A5 /* PBXTargetDependency */, + E7719A7EA68A2252A257E3BEB101A061 /* PBXTargetDependency */, + 34EE390314D3670A03F65D7987CF515C /* PBXTargetDependency */, + A2C1EB2750A2DE149FD7A697AC55D0AA /* PBXTargetDependency */, + 380DC43C1853FEF7E06CBB960122D142 /* PBXTargetDependency */, + 52D6743A2675E85C6F79459238AFA06B /* PBXTargetDependency */, + 9AF9BA2B43A799009D23FD8F2DA762A9 /* PBXTargetDependency */, + 3DDE1C1225150518A528704C529646E6 /* PBXTargetDependency */, + 0608E18EC6F66977846C783FA5C3F664 /* PBXTargetDependency */, + 2E0B3446CC2BE9ABAD0B84978889370D /* PBXTargetDependency */, + B4E34D58170AD2D253D6CCF3136718C7 /* PBXTargetDependency */, + 8DFE394A0DDC694C1E0988A3B179713D /* PBXTargetDependency */, + 56C4376D4EC7D6085B37465A5C20582F /* PBXTargetDependency */, + 9BEBBF16404CCF99DE1BAD74A54EF3BD /* PBXTargetDependency */, + DD523A9B5BBE5EF096B80E02C936DB96 /* PBXTargetDependency */, + 2A365EEDBCC3508976C18174A915A488 /* PBXTargetDependency */, + 88ADB92D50D86E13BF536880214470BF /* PBXTargetDependency */, + 65C2F8843F38A91C7E255A73880C1875 /* PBXTargetDependency */, + DC5294B3DFBD76F0F6A50579B916ABEA /* PBXTargetDependency */, + BF56BAF40E1E61E0AF844609093E8B21 /* PBXTargetDependency */, + 5BB55CDA4518F914AF807EF901BB99FA /* PBXTargetDependency */, + C32367CF2278843F4C3AC4B0D9CB1404 /* PBXTargetDependency */, + 9D5BF4134C0572B991FC443F8B1FBE43 /* PBXTargetDependency */, + 255ADAAFF959D63ACCC31B5BB8110E99 /* PBXTargetDependency */, + D672E86AA8A8B3F13646B588315F3F0F /* PBXTargetDependency */, + 36DBA0361BF385B55D1BFB027A5F6C8A /* PBXTargetDependency */, + CCB6E2E0148AEF060DE2E5372E5B0B53 /* PBXTargetDependency */, + D8DD64F62D8950BA7C1840F7C2531292 /* PBXTargetDependency */, + F58835635D5A198C1FA497EE649C9E7B /* PBXTargetDependency */, 5B822110F78147B9FC8089BD6A8B89A9 /* PBXTargetDependency */, CF6CDC6F269A25210FE90A607AC77678 /* PBXTargetDependency */, AB29582E674CB68F2E02E60FA62B5A5C /* PBXTargetDependency */, @@ -25688,11 +25669,11 @@ }; D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */ = { isa = PBXNativeTarget; - buildConfigurationList = 54498FEE3CD530EEBAA13C12A6FD3F93 /* Build configuration list for PBXNativeTarget "Flipper-DoubleConversion" */; + buildConfigurationList = 7FD4B67B6D85C5202A220303DB19967D /* Build configuration list for PBXNativeTarget "Flipper-DoubleConversion" */; buildPhases = ( - CE94BF41867426DD1C409E24F7DF4729 /* Headers */, - 5A6151C5125E28686F934AE7E24F1DD9 /* Sources */, - 72B3364FE053C3B9A8C9758DC79C6585 /* Frameworks */, + A918905289650D30840BAF201AEBEC22 /* Headers */, + 29C27C5F870303A05B7F1A8CBF7F2C11 /* Sources */, + 0FEC85AEA4833F5482B00CD286D465BF /* Frameworks */, ); buildRules = ( ); @@ -25715,7 +25696,7 @@ buildRules = ( ); dependencies = ( - E855434CCE5D306FCB20B700CFFEE0D4 /* PBXTargetDependency */, + C35653AB157D5149F7A5ACEBDCF31398 /* PBXTargetDependency */, DE3136BCE4D9B6099B7E13E7DD5CBDB6 /* PBXTargetDependency */, ); name = "react-native-simple-crypto"; @@ -25734,8 +25715,8 @@ buildRules = ( ); dependencies = ( - D398DEC6AD7FB1DCEC46BDDDC9810476 /* PBXTargetDependency */, - 5CDD65E4F98B9C2874A4E7E62E6C48B4 /* PBXTargetDependency */, + 13B40AA4930C101E775B37E8A8E2F558 /* PBXTargetDependency */, + 13E9D5624C9D324D72774B102F1A220A /* PBXTargetDependency */, 8E26DE12A313C6CF90368D57B9315C53 /* PBXTargetDependency */, 6DB5C8F2342EBB917C04777101088638 /* PBXTargetDependency */, BEA620CE75E5FAE2697A057C6A42036B /* PBXTargetDependency */, @@ -25809,9 +25790,9 @@ buildRules = ( ); dependencies = ( - 5813DFD9B5FB0601728CB8C15BD8FE93 /* PBXTargetDependency */, - F4D04E08644AA9463363ADDA47880D04 /* PBXTargetDependency */, - 601653254D2C839AF50ECB46FCB6CDEE /* PBXTargetDependency */, + E9D752B7A0A6CA2201A56AF41B55FE70 /* PBXTargetDependency */, + 01963416EF070C1196E080A9C4F80C8F /* PBXTargetDependency */, + E0B695F4405052719C7DB5929D5E2925 /* PBXTargetDependency */, EAA1C9744C0F84066DD273F6713B1F2A /* PBXTargetDependency */, 8308273C7B32E22EABB5E57E7C2FF136 /* PBXTargetDependency */, 74F8A93CC11C687F32F11EED780BB123 /* PBXTargetDependency */, @@ -25833,56 +25814,56 @@ buildRules = ( ); dependencies = ( - 3DE7216487698C96407E41C12735AECA /* PBXTargetDependency */, - A8927D32230A577695A7A36A9F0965DC /* PBXTargetDependency */, - 5B5E4FA3DC053B49EC537C479F56E2C5 /* PBXTargetDependency */, - 4D771013FB9C5B3CD8018B597A8E14CE /* PBXTargetDependency */, - D1F2A92C5384D36969A4F17F0C383B8E /* PBXTargetDependency */, - C5C27EF91B74F9517A83CE106A4BBCB2 /* PBXTargetDependency */, - E2C7FA7D560D357DE01DEE7559590125 /* PBXTargetDependency */, - FC8E14FA21E712399E1D5CFC6217B596 /* PBXTargetDependency */, - CBA78075E5F484687103863A2E1FDE5A /* PBXTargetDependency */, - 92987564407D5749B8CC763D64524577 /* PBXTargetDependency */, - E73D6FBE26AC8AF9483C0D2F133CB5E6 /* PBXTargetDependency */, - 9AF2F8E8195E54AA47F7C3FB0FC3E683 /* PBXTargetDependency */, - EE6F8F7C6DB2AC1CE3F512C902E32402 /* PBXTargetDependency */, - 3FADBF0AB344A2593FBDC5A26A71A085 /* PBXTargetDependency */, - F7DCBA0702C8481C01CE2C6AA73A43D4 /* PBXTargetDependency */, - 6983B4C31A3D367CFB057944575F59F1 /* PBXTargetDependency */, - 3B3E5ACB8EB0B16DE5508372C460CF4A /* PBXTargetDependency */, - 9E5EE0C382A10C57A182288F83C96492 /* PBXTargetDependency */, - 753456A61DDA9B38555BE49C59C1B7F2 /* PBXTargetDependency */, - 6D7AD1C853C932A11843ECBBF9D1094A /* PBXTargetDependency */, - 33B923DA9E208E9A877B2A9D2EA17888 /* PBXTargetDependency */, - E3028A43043D9916C85DC38DD346E541 /* PBXTargetDependency */, - 0EDF7643B84DF7D39CC992EFC83E3023 /* PBXTargetDependency */, - 63A2C28762505D5E8FA9B90E0D9352B0 /* PBXTargetDependency */, - 15F0DDDD17CA1D3B9BD5405EB2B90928 /* PBXTargetDependency */, - 548FE1F2B48E88DCE14DA8D25A00637A /* PBXTargetDependency */, - B19E92408638F29DB104F49703F781FC /* PBXTargetDependency */, - D21B3B57D10C0FEC4C06401CE63F1FCF /* PBXTargetDependency */, - 3BED14661E60C61D829D23118EB52FE1 /* PBXTargetDependency */, - E72C91996D09C03FDAD7366A21B11CE7 /* PBXTargetDependency */, - 9FB66750B64ADF0A35487C208DEEC04B /* PBXTargetDependency */, - 42BE831A600931CC7BBF1F2543CF299E /* PBXTargetDependency */, - 61A93B0A754A56FC61EB17B29E7B30A0 /* PBXTargetDependency */, - ABF4103121C63F71C7E25792428C2E04 /* PBXTargetDependency */, - 3E4DB14D5D362D8E02FDF70959341BBD /* PBXTargetDependency */, - 9022F8C27A988AD20FD522AEB8ED1DB8 /* PBXTargetDependency */, - 72F37C59C84D76C7D30B1250931F445A /* PBXTargetDependency */, - ABD7D9E247D4294D2D832698E397EA2E /* PBXTargetDependency */, - F4129A209C4F09FC89DF1D7E4E8B4284 /* PBXTargetDependency */, - B86C403C4C7AC2EC5BDAE3F27691ECF1 /* PBXTargetDependency */, - 92D0A8CA511E6ABF8EEDB481F9E74C5A /* PBXTargetDependency */, - 5FA5D163EAF94AD4C45B7723489DACFA /* PBXTargetDependency */, - 304961235866FBDEA83E89E000204D90 /* PBXTargetDependency */, - C3F3AF9DDFF27938771ABA72D3C8BA1D /* PBXTargetDependency */, - 885E6CB1CFDBA509D52A8FD41AF4248A /* PBXTargetDependency */, - E1D4977FB33B7DC4EA983EC0A9CB6BDA /* PBXTargetDependency */, - 81A4F33C553941E594A75D3DFEDDB48A /* PBXTargetDependency */, - 49B0D18A2FDF8E35D695F4BD3E354340 /* PBXTargetDependency */, - A7D65C6FFE333B3506CE01DE463950F8 /* PBXTargetDependency */, - BDD4DCF3C5842225C61CE810C89E5028 /* PBXTargetDependency */, + 6F899B1CF569294AA53A75C4A04119F1 /* PBXTargetDependency */, + B4479E44B759860F6FF1135CEF639C6F /* PBXTargetDependency */, + 0FBFC3EDF954D686BA9D6400FCB8D2AC /* PBXTargetDependency */, + 0EE7338AB4ED545B2E6D827771BB5292 /* PBXTargetDependency */, + 3DF8E7244C78D298F33E4087A11D42C2 /* PBXTargetDependency */, + 6B3F8881897F259FC65C0CE3E3FC890A /* PBXTargetDependency */, + 56886BDDA16248A0EE6A55F7DEE29F9D /* PBXTargetDependency */, + F71E5D6673375B839D91608F734A0C58 /* PBXTargetDependency */, + 0399F8E7F60B250E7203EF4021EC24FA /* PBXTargetDependency */, + C7766D4C6DCDF9D25622CB1639FE0F2C /* PBXTargetDependency */, + 1205189B5ED29666C874158CB2A13820 /* PBXTargetDependency */, + C13CCCF9806CB2BE0CC85D7056FC26ED /* PBXTargetDependency */, + 6EEEB30C584334CEAB6902709714B1F4 /* PBXTargetDependency */, + 695542F45904365E232CCDDB1B8C3065 /* PBXTargetDependency */, + 658E9BCDD37BEC09763EF0B207697B78 /* PBXTargetDependency */, + 2CC211E860AC526B2B3AD756E6301F1C /* PBXTargetDependency */, + 534232C248FEA0A8A25C6AD0A452570E /* PBXTargetDependency */, + 2575599B1F915B85EC1974C52AAE46D8 /* PBXTargetDependency */, + 2DE5FA902384564AA580EC4CE31E882B /* PBXTargetDependency */, + 039BF314760B8B55D1254FE46D176F54 /* PBXTargetDependency */, + 5E7DAA94EBF58001ADF875E6E243E917 /* PBXTargetDependency */, + C34DC7E165FF861EAA73D5EE225F4D43 /* PBXTargetDependency */, + 9ABB9410265E4337B5E9F9A5B1FFF798 /* PBXTargetDependency */, + 87C0EC86FE2AE68FCD3FC4A8A1526E08 /* PBXTargetDependency */, + 8EE9C7909FA58F08A702AD53DC9829C2 /* PBXTargetDependency */, + C37A9D225DD0390E7A3F944DC2A09E2E /* PBXTargetDependency */, + D55F6451078B7D14D49925307E32C390 /* PBXTargetDependency */, + 17D20522A04D8235DFD59A95E47DC791 /* PBXTargetDependency */, + A30EA4A0B9FAD3CB0E3AD186F57E151B /* PBXTargetDependency */, + 3BC7FB5217807555B32ADBCA09656AAB /* PBXTargetDependency */, + A5A37E78F869FA5C2BA13A6BBAEE1C8F /* PBXTargetDependency */, + 3C82E7685BCD9EFF2B88ECA459593364 /* PBXTargetDependency */, + CEC071A494390167B3EC5C1B8B51ABF8 /* PBXTargetDependency */, + 7A1B473AED8A0A6873866586562A4230 /* PBXTargetDependency */, + 0CE95488CB1B21E8129E444A510B1569 /* PBXTargetDependency */, + 3ECB065FA55296FB4572438D2B970480 /* PBXTargetDependency */, + 2B763EFADB98C2AD5729E9AADF531138 /* PBXTargetDependency */, + F4EA2113CDF2F997D9DC4C554A39B475 /* PBXTargetDependency */, + 48982575292B9A2D307943FA0A6C704B /* PBXTargetDependency */, + C6D8A89F7CBA6AEF84CBCFC19E99AB43 /* PBXTargetDependency */, + 3BA85962FE35535D607670074B2EC838 /* PBXTargetDependency */, + 9E3DF1E464A88EAE87834F3680B33B9E /* PBXTargetDependency */, + 85698F0C7A09A8EC6FF5151C9BE0FFBC /* PBXTargetDependency */, + 462BF3BD4757B97651F78164E177A7EF /* PBXTargetDependency */, + FADCAE772B1191CB9E965B8E7F2CA66D /* PBXTargetDependency */, + 6B68C691A8F089DBA30004C526C82AE1 /* PBXTargetDependency */, + 9BF819BBB49FED4A00E9D086AD2843C5 /* PBXTargetDependency */, + A27D6851BF3C5C3CDDACC962535F76F7 /* PBXTargetDependency */, + A2FF5036846F3FE0F7E4C11FA200FACB /* PBXTargetDependency */, + B90B2FC34935449835414B3B66AEF834 /* PBXTargetDependency */, B061779ED2FA1F8E0E957E0360C46165 /* PBXTargetDependency */, 40614500C3809F18AD9718DDD4A21AFD /* PBXTargetDependency */, 661D24B1226BE7510A94C805001B98D8 /* PBXTargetDependency */, @@ -25971,7 +25952,7 @@ buildRules = ( ); dependencies = ( - 12D00EBAD6DEFD7C2A84DA42D1E795D0 /* PBXTargetDependency */, + 8A011ADA8162A3833F4E421EC5BC42E8 /* PBXTargetDependency */, 20233A6D2A2EE803CA62A488F08AE780 /* PBXTargetDependency */, D701EF8CE5377927D1BDFA9A8DEAB929 /* PBXTargetDependency */, ); @@ -25991,8 +25972,8 @@ buildRules = ( ); dependencies = ( - 8D6F82E611752AD2FEB217110295CB34 /* PBXTargetDependency */, - AC7519D82F0C953FCF7DDC9C7AC07FA0 /* PBXTargetDependency */, + F92DD4F634208A20AAF5E16F11F4D93A /* PBXTargetDependency */, + BEA26F9CAB3808C4C05A93858A7CAF8F /* PBXTargetDependency */, ); name = Flipper; productName = Flipper; @@ -26055,17 +26036,17 @@ }; F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */ = { isa = PBXNativeTarget; - buildConfigurationList = EAA1F5223E305D28B0685D1F594DB8C1 /* Build configuration list for PBXNativeTarget "GoogleDataTransportCCTSupport" */; + buildConfigurationList = BD85A96B3C42A6A40A07361D92BFA93A /* Build configuration list for PBXNativeTarget "GoogleDataTransportCCTSupport" */; buildPhases = ( - 94C74C3A483A67862AAE6590FFE13782 /* Headers */, - DAD0D9F92E33C7E5F24DDFB4B500B4B6 /* Sources */, - 37EE20F04A1E8AB0E2202AA92220122E /* Frameworks */, + C044D03670C53BCD6C231B027F348618 /* Headers */, + 21674A7F56D01F4383F7615D496250B6 /* Sources */, + 59F38F235D0D1B8E65F9869228814557 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 34164883C94E0E28B6149E17D921C156 /* PBXTargetDependency */, - 374A591C032ED4A7EFC4CAFA7B77FDAA /* PBXTargetDependency */, + AF7197A6134E99DE3FE165A37EE71724 /* PBXTargetDependency */, + DC637A3E34C66298CF4F995FD8F6DEBA /* PBXTargetDependency */, ); name = GoogleDataTransportCCTSupport; productName = GoogleDataTransportCCTSupport; @@ -26118,8 +26099,8 @@ buildRules = ( ); dependencies = ( - C0ACE81B692668A46763DA6A485F6E14 /* PBXTargetDependency */, - FDB69454D45B767E2A6CEAD18BDF8277 /* PBXTargetDependency */, + 3F599DE0B91EF427CB4C339A993CB41B /* PBXTargetDependency */, + 96552D03DDC919F4C848E7397411EA94 /* PBXTargetDependency */, E9FEBE191A7DA0369B7D57140FA2C453 /* PBXTargetDependency */, FA1249617FC1DA49DB9CAD7605FE8B6F /* PBXTargetDependency */, ); @@ -26411,16 +26392,6 @@ /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 02A631A3891C24AAB90AAAE799654BFF /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 2763424CE15BFE6A5EE922F46F96BC4F /* RCTConvertHelpers.mm in Sources */, - 9E115BA9B00C240911A8F03063290340 /* RCTTypedModuleConstants.mm in Sources */, - F706AEB3AB38163BADC0C170D099C4A2 /* RCTTypeSafety-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 03FA8969DB370CB41622350163BAB05D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -26448,6 +26419,28 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 06B45AA0E79D0D392E03821831EC5EE7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 710AFD0D2E1B1DD6D37EA9AD4C020F2F /* GDTCORAssert.m in Sources */, + 9BD3305F76866E9B140C03D998AAECDF /* GDTCORClock.m in Sources */, + 123ADC8B55684E7E86A0EE01347EBE03 /* GDTCORConsoleLogger.m in Sources */, + 06E90097D8E9145311E543E7B8FB99FA /* GDTCORDataFuture.m in Sources */, + D0FE6950C4E2D9FA1A0450B3AAEC3BC9 /* GDTCOREvent.m in Sources */, + 03E80ACCFFC9D76B2CAD684BA0ACC87E /* GDTCORFlatFileStorage.m in Sources */, + D5744FBFE1498B672A336F6A12810C9B /* GDTCORLifecycle.m in Sources */, + C467D6546A73A22111F3A981E86422CB /* GDTCORPlatform.m in Sources */, + 29EC6C3989F9120B097EEDD3FECF9B21 /* GDTCORReachability.m in Sources */, + 8F267FB683DEAE664D7EB1DB674BA3E9 /* GDTCORRegistrar.m in Sources */, + D969E1A81608BB8F469214F34D563932 /* GDTCORTransformer.m in Sources */, + 48F380ED9123F91FDDE84F9A72D8CBC1 /* GDTCORTransport.m in Sources */, + 78D81137BED9497F5DC333B3AEBA52FF /* GDTCORUploadCoordinator.m in Sources */, + 4327E349BF87D0E2B6724D0C3702AA41 /* GDTCORUploadPackage.m in Sources */, + 0C9B45982348809BCEEEDAB151BF9DB1 /* GoogleDataTransport-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 0894B033947CB6AF5339C5E1D60BEC64 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -26475,24 +26468,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 1041646F780713E5C0DFC0BCF634695C /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8156B5ED0A8B0B81FC56B4C86D1604E5 /* react-native-background-timer-dummy.m in Sources */, - E9F68CFDC61C064F0952A5CFCC6C0B2C /* RNBackgroundTimer.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1061637EF85D273CE1EEE202284D74C0 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 99C59D6ECE898E69CFD008329BB16CBE /* react-native-document-picker-dummy.m in Sources */, - 89942EF843F9E957897E407785F5EBEB /* RNDocumentPicker.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 12DB861E1D5042DB06805F1E3C754234 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -26581,44 +26556,36 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 1BAC503B285FCF2822795D37ACE4113D /* Sources */ = { + 1AAB652766457EBBD9E2E8435D04C617 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3EE84999458C92C82555A9B89A0A7221 /* AESCrypt.cpp in Sources */, - BA469C8140BB88DA070A0DF2ABB313CB /* CodedInputData.cpp in Sources */, - A866BE76E9A30D1CE252D8C6B0E5926E /* CodedInputData_OSX.cpp in Sources */, - 94DE6D39137AAF5F53D6DB44E1B2900F /* CodedInputDataCrypt.cpp in Sources */, - 1FD704624BDCEC3E55225FB0CFABB272 /* CodedInputDataCrypt_OSX.cpp in Sources */, - 5C77A5BEFEA279C8E7D6632403A14B7D /* CodedOutputData.cpp in Sources */, - 0D974F75F906CE3A523965912D7B93A2 /* crc32_armv8.cpp in Sources */, - F4A4919C931C29951395C0365B107C86 /* InterProcessLock.cpp in Sources */, - 4FC44962E4B392B6C49FA833B69B0500 /* InterProcessLock_Android.cpp in Sources */, - F0DAD40FF942663F14AACDED6F16A027 /* InterProcessLock_Win32.cpp in Sources */, - AF746382D46AF180D75A95ABBD35C04F /* KeyValueHolder.cpp in Sources */, - C87DC6139749BFD5A37FF7406E436F97 /* MemoryFile.cpp in Sources */, - 73FEC086430EE9B2068E1EA4F0567273 /* MemoryFile_Android.cpp in Sources */, - 909337DFBDEC66DA7557FD9BD57988D8 /* MemoryFile_OSX.cpp in Sources */, - B79D33B338D0F73345E47FD91A502C2C /* MemoryFile_Win32.cpp in Sources */, - D86F72CC62FC8D0D67F536E6F9023641 /* MiniPBCoder.cpp in Sources */, - AE815C416767EE149C75E409695452CF /* MiniPBCoder_OSX.cpp in Sources */, - F772B77E028A3706276522E10DF688AB /* MMBuffer.cpp in Sources */, - 05ED321DCC7BC2A67DBC3421F601BFE0 /* MMKV.cpp in Sources */, - 3488CF038F6CB2E114BB01EEA98B065B /* MMKV_Android.cpp in Sources */, - A78AF40FF54483FC15540883674083A4 /* MMKV_IO.cpp in Sources */, - 05EB8F71AFD3CF2A6B86C654865737B8 /* MMKV_OSX.cpp in Sources */, - 1F3D20F95FF2A16442FBB713D0745A73 /* MMKVCore-dummy.m in Sources */, - CFCFF907D1DEF9F8C348931A1D44F31C /* MMKVLog.cpp in Sources */, - 80FC73AA6EAC3513C2B6DC175803E1C2 /* MMKVLog_Android.cpp in Sources */, - FC0B7D4762A96B7608B058287D28964E /* openssl_aes-armv4.S in Sources */, - 0407CF04FDFE49981A44356D7DECEA63 /* openssl_aes_core.cpp in Sources */, - BB3917322C3D46D61208B9BDE6165B24 /* openssl_aesv8-armx.S in Sources */, - 99FC7C649386EBFD0D0F0512D52F0960 /* openssl_cfb128.cpp in Sources */, - E1FDAE31212C17A2901CD6D243A5B764 /* openssl_md5_dgst.cpp in Sources */, - BF99C28D6867E11B224E737619F24789 /* openssl_md5_one.cpp in Sources */, - 45D8A0857DC43507F0B6197AD792B9D4 /* PBUtility.cpp in Sources */, - 3614E89A92A63A92F4762015725E9385 /* ThreadLock.cpp in Sources */, - 6B4B8B493F7C29D042D6FDEAB11AB268 /* ThreadLock_Win32.cpp in Sources */, + 38BE793D65B1B3FA57CEA129110E4321 /* FIRAnalyticsConfiguration.m in Sources */, + 807633923A5C13689B3CBD3A6A1684A7 /* FIRApp.m in Sources */, + 75BA20E0165C5EC5181172D4DDF6CE42 /* FIRAppAssociationRegistration.m in Sources */, + 21185E835673B7527527F6F320274C8D /* FIRBundleUtil.m in Sources */, + 4DC980BF9D6EFE8D7B091516B1D91842 /* FIRComponent.m in Sources */, + F5A46BCB8FB3925B166BD2EE04E18B88 /* FIRComponentContainer.m in Sources */, + 54A49DBED1C0C6F3E414C74C67FEB9E7 /* FIRComponentType.m in Sources */, + 34DE984349AF7766137FA465AB6A830F /* FIRConfiguration.m in Sources */, + 91FBCD1E2C9F2BC3919D0EAF29CF2034 /* FIRCoreDiagnosticsConnector.m in Sources */, + 10D5565F5A52168F86A1AE607CBF15D6 /* FIRDependency.m in Sources */, + 69BF4C4DEE25EC5E407455D16C3D4196 /* FIRDiagnosticsData.m in Sources */, + 5FBB6B3DF26674FEBDA876BD01152F60 /* FirebaseCore-dummy.m in Sources */, + F311E951B2238D36D5E94210F5E0B3F6 /* FIRErrors.m in Sources */, + BC47223710BE22AF5C7F0B2C8A89A4DF /* FIRHeartbeatInfo.m in Sources */, + A61DE28FCDEB69EF4D5366EB1975DE6D /* FIRLogger.m in Sources */, + D38F535C111791B0B9BDF468B976B569 /* FIROptions.m in Sources */, + 5457AEBC18C7ACADF41AA86B2B52AF86 /* FIRVersion.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1AC1E93F16BE74175B2038796BDC06D6 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + A699D4DEDADFC42D669EE52778F04DD4 /* RNLocalize-dummy.m in Sources */, + 8D27EBDDF0A002BDB9FF045C72FBA1BE /* RNLocalize.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -26631,21 +26598,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 1D9012C7FDC0EEB8D6A5F30C5BBA23CC /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 32082018BE55E29F54F397D54D06839F /* demangle.cc in Sources */, - 5BAA998906B84FCAA6ED30576AEE61C3 /* glog-dummy.m in Sources */, - E9E2DF68309678B7DC06C8BEB1349A19 /* logging.cc in Sources */, - 9754A864D9EFAF9EA24EB978A80DDFED /* raw_logging.cc in Sources */, - C1AC9914DBC595595E5E10CC41FCFACC /* signalhandler.cc in Sources */, - 55EC784A50DC14800DE2D90A2D065E17 /* symbolize.cc in Sources */, - AC15AE741359ACA13E7219469E043D40 /* utilities.cc in Sources */, - D400FFD03BA4E94CE2E204C597BB88DF /* vlog_is_on.cc in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 1EB1275B10937842F4CCF76A7D135B5C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -26793,6 +26745,20 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 21674A7F56D01F4383F7615D496250B6 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 6E68EFA10CD9088237944F99D2590051 /* cct.nanopb.c in Sources */, + 4BC052A29EA3F3D4D4898D8546C7FFCB /* GDTCCTCompressionHelper.m in Sources */, + 7377B00AC112D93806E7ED3236BF2072 /* GDTCCTNanopbHelpers.m in Sources */, + 55BF901CA9C7ED13054F2566A63B99FA /* GDTCCTPrioritizer.m in Sources */, + 9055D1C86A5062025CE958E346F0EA75 /* GDTCCTUploader.m in Sources */, + F2F04100F47AE781C4EB81AB84306589 /* GDTCOREvent+GDTCCTSupport.m in Sources */, + 0B4986B712501FDD56C148AA812B2926 /* GoogleDataTransportCCTSupport-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 23714B87EF4E358934144DF1ADFD019B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -26802,76 +26768,28 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 283FB57D8AF89D3B1DAE4430A145CFE0 /* Sources */ = { + 26229A55C385020EFC21BAD133807753 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 400072ED4ED200B998533AE708FD984E /* BaselinesAsyncSocket.cpp in Sources */, - 09DF9A0A951D0393673431C6150077FD /* BaselinesTcp.cpp in Sources */, - 2AE5C407AD8561FFCFDC715D324A29CD /* Benchmarks.cpp in Sources */, - 1FDDC8CA4D699DA35016256EBCC3F752 /* ChannelRequester.cpp in Sources */, - 528DA6972901D810829437ED26BC7BE4 /* ChannelResponder.cpp in Sources */, - 743CF3D8B0F4A390B10BF0E559685D5E /* CMakeLists.txt in Sources */, - 634E6E1B82E30152590610DBEF747B7E /* ColdResumeHandler.cpp in Sources */, - CC5BDCB964D022893B27A1EB84808CC4 /* Common.cpp in Sources */, - 60B29E26408F734EB1B79A422DA490D2 /* ConnectionSet.cpp in Sources */, - 04C0D6FB0E15B319FDE0B0AC72509DE0 /* ConsumerBase.cpp in Sources */, - 5B584DD7E7363640B56C6F2F8BC8A3D9 /* ErrorCode.cpp in Sources */, - F52F0E758974C3BE9F1B75926EA44388 /* FireAndForgetResponder.cpp in Sources */, - 4AAAB1F4028A5FF2DC671B8D0DE23B77 /* FireForgetThroughputTcp.cpp in Sources */, - 70B143807532CEA59C56CA9C1AE278D4 /* Fixture.cpp in Sources */, - 12977FFF19CB17C0B93A17A70BCE1F42 /* Flipper-RSocket-dummy.m in Sources */, - 74747BADF45DFF96C8FE5DEDADB7673B /* Flowables.cpp in Sources */, - B9F0B22AAD4942ACB1E16DCA75A811E6 /* Frame.cpp in Sources */, - D061303643D1EC5B15B53D78D15D2DA0 /* FramedDuplexConnection.cpp in Sources */, - 778323193B6178498CA1CEDEBE1736B2 /* FramedReader.cpp in Sources */, - 77EB08990C653F7070F61B99AA217A4F /* FrameFlags.cpp in Sources */, - 94D0DC10250EEF0B5FB2C168707A7B75 /* FrameHeader.cpp in Sources */, - 7D2C27751C783B487B305A779FA86309 /* Framer.cpp in Sources */, - 47A0F493D19A5A85A4D954505146EBC3 /* FrameSerializer.cpp in Sources */, - FD42A399CC853EF89420C6A30A6DB318 /* FrameSerializer_v1_0.cpp in Sources */, - 232A304BC8DA58C2F32BA4BC225BE212 /* FrameTransportImpl.cpp in Sources */, - 726669539FA586C61BC51BF6544FCFEA /* FrameType.cpp in Sources */, - 8D34928C910D05D9AEBBC2B76762BA08 /* KeepaliveTimer.cpp in Sources */, - 47DB5D1D905ED7658CB00292C59FE672 /* Observables.cpp in Sources */, - 5400B68ED93E5B06645FF55C3057CF00 /* Payload.cpp in Sources */, - 32C1B6A1D3195268391C6F72A02C7407 /* ProtocolVersion.cpp in Sources */, - DF4D99FB37ED3354F619E172238164C2 /* PublisherBase.cpp in Sources */, - AC4C50F79EA4281798637822D6F50C39 /* README.md in Sources */, - 0ADDFCA59DF7A618BEE634F09D31AB9E /* README.md in Sources */, - 532ED859C769CE6C17A29AADE6BBC0EB /* RequestResponseRequester.cpp in Sources */, - 312809ECB4409FDF567E6525D2D121E8 /* RequestResponseResponder.cpp in Sources */, - A673CD68EF970BE40142D96C480774BF /* RequestResponseThroughputTcp.cpp in Sources */, - 42B0FE384A1E0A7ECFD93E6E1AA02D7D /* ResumeIdentificationToken.cpp in Sources */, - FC53E8ABBB26A660487194EC3A4BD2D0 /* RSocket.cpp in Sources */, - E860BE1A8E085E5179A0982F1FF26B38 /* RSocketClient.cpp in Sources */, - E9D90B2AFB0F919BC5583F7DAF62FD3C /* RSocketParameters.cpp in Sources */, - DD6AC26850948C45CA7DDE1D0FCCA235 /* RSocketRequester.cpp in Sources */, - 0614E971C66E4D3657D9E6C708B7F0AD /* RSocketResponder.cpp in Sources */, - 501669E22636FB9395E16B42CFBAC36F /* RSocketServer.cpp in Sources */, - AC1CCB3A313863D9759742ADEC8F6996 /* RSocketServiceHandler.cpp in Sources */, - F14698C81929204263A7ACFDE993CC37 /* RSocketStateMachine.cpp in Sources */, - 7F9448BE26FA5B151E919576AB098FCF /* RSocketStats.cpp in Sources */, - 29BECB6B582019D7CFECC361C6416BAB /* ScheduledFrameProcessor.cpp in Sources */, - 09CF727F36F1B0F7161220045797094D /* ScheduledFrameTransport.cpp in Sources */, - 01991A5FC24778C4D1E470CBA228D3C2 /* ScheduledRSocketResponder.cpp in Sources */, - C4762B9B09E1F427AAD3F7D41DCB15DF /* ScheduledSingleSubscription.cpp in Sources */, - 12614F4B7BB9A80D397752D6DBE4CFBF /* ScheduledSubscription.cpp in Sources */, - D75E51C94543626433DE0E77B739ECEB /* SetupResumeAcceptor.cpp in Sources */, - B1E980F8FF715E655389599AB842926C /* StreamFragmentAccumulator.cpp in Sources */, - C5FF8EC2083C61C68BAA9EFF35919DF2 /* StreamRequester.cpp in Sources */, - 9AD1CCE7A0013D323F21E2FBBB3BBB27 /* StreamResponder.cpp in Sources */, - E3707F06F9DE0FD5D6C72F966AB3FB63 /* StreamStateMachineBase.cpp in Sources */, - F2E68264C4F5BAE4D6D238BC6C14BDFE /* StreamsWriter.cpp in Sources */, - 15E80731B42DD6DC67642AB0F4B74D41 /* StreamThroughputMemory.cpp in Sources */, - 7521CA64287154866AF0E128F0BCAF4A /* StreamThroughputTcp.cpp in Sources */, - B2677FF281320A2BE72CE9D2ADA96821 /* Subscription.cpp in Sources */, - 1C6900957F0848F72BB3D5E8F71AE83F /* Subscription.cpp in Sources */, - BD047D3435AE3810456D723B953DC1B4 /* SwappableEventBase.cpp in Sources */, - 473811C2BBD11F6BFDB767C22CD431C9 /* TcpConnectionAcceptor.cpp in Sources */, - 3929080731EB2D1F3FFC4DADDE4D40AD /* TcpConnectionFactory.cpp in Sources */, - 69E61188479CD642FD56F0C97A4BBB52 /* TcpDuplexConnection.cpp in Sources */, - D15BDDECE064899C778026EB57D992EE /* WarmResumeManager.cpp in Sources */, + 9A4764272B17E0B5E1B5872BD4975C9E /* react-native-restart-dummy.m in Sources */, + A46AAF7A42339DEEC13CDDF0F836FBB2 /* Restart.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 29C27C5F870303A05B7F1A8CBF7F2C11 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 6F042C53972929F80231196C9EFE2553 /* bignum-dtoa.cc in Sources */, + 9B55638800419E3DBB4A67238367B52C /* bignum.cc in Sources */, + FAA33C3D5171B44CAA47D33AB56B4CBF /* cached-powers.cc in Sources */, + 19703A5DE8711C2C161A5C720E0E9308 /* diy-fp.cc in Sources */, + CE6B98AB17B0103BDB81966B2A943962 /* double-conversion.cc in Sources */, + FE111A83E887C80A99BB7B662C4551E3 /* fast-dtoa.cc in Sources */, + E7D396716B836C728A1AD569D27C01DA /* fixed-dtoa.cc in Sources */, + 176B0A376E0B638A9195B32CA538459B /* Flipper-DoubleConversion-dummy.m in Sources */, + 3C23480E8DD4035FA702DA89B4E53559 /* strtod.cc in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -27038,42 +26956,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 46E50DB9629AA5C325735A8D2A52A88F /* Sources */ = { + 46FB2812582C0EC553E1CC30B670004B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 253F9D1378883CEB7970A6A9024A5561 /* GoogleUtilities-dummy.m in Sources */, - 7A1E4DF24378EFDFD5A9DA4C871C454C /* GULAppDelegateSwizzler.m in Sources */, - F3E3FBD6FC958C9B2D60D7CF4A87020E /* GULAppEnvironmentUtil.m in Sources */, - 68C7721B236E27026E6BCF35CD86ED5D /* GULHeartbeatDateStorage.m in Sources */, - 3D10FD9127D1BF7E528ED02CEB60963E /* GULKeychainStorage.m in Sources */, - 611AC55841BF9DBFAB101CBFFC279B18 /* GULKeychainUtils.m in Sources */, - 10E619212AC7D27C3479C7DC43A4F8B5 /* GULLogger.m in Sources */, - C31649FF44EF72294B6DA273C083AC81 /* GULMutableDictionary.m in Sources */, - 7AC4C93A29CAFD9C4086408F578CE397 /* GULNetwork.m in Sources */, - D0AC8C5754CF1223DCB7056ED81D89FE /* GULNetworkConstants.m in Sources */, - 45650BC4A8DDD5928C7F1A075DCCCDE3 /* GULNetworkURLSession.m in Sources */, - D7352E4267BB504664311FEB08063497 /* GULNSData+zlib.m in Sources */, - E9252A876860E77CF09D7C629161CFF9 /* GULReachabilityChecker.m in Sources */, - B51D5E8C586D73DD440DADD0668324AE /* GULSceneDelegateSwizzler.m in Sources */, - 2E31234D3552FA62FC329AD38412B05F /* GULSecureCoding.m in Sources */, - F5605F4A9B1291CCE4827CA18F4B7FB2 /* GULSwizzler.m in Sources */, - F24AACC21775927395B7706C529818BE /* GULUserDefaults.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4B268E7FEB3D27BDBF4B2B42DAD16008 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4BF48C597AB43B927774BCD43694EE27 /* demangle.cc in Sources */, - 98CEF5C7008C2BBA71BB20A9A82DA6D2 /* Flipper-Glog-dummy.m in Sources */, - 395D119FF96309E04EE03D7CF8C2E5ED /* logging.cc in Sources */, - 90D7982592717BD9EFBD04E351ED8C7E /* raw_logging.cc in Sources */, - CFD9E197ABC4C8F93316206084A037FA /* signalhandler.cc in Sources */, - 8412EF66EF015923314B32BC3E9C4BEB /* symbolize.cc in Sources */, - 9CD4BA7985F85C6ECBCD177F5A8412E2 /* utilities.cc in Sources */, - 9BD8ABBD0DDEF1E6024B4A01B421BE2A /* vlog_is_on.cc in Sources */, + 59EBC93ADCBFCA9F0540BBABAA2B1386 /* RNDateTimePicker-dummy.m in Sources */, + 8BADD1737DFD5A2D18F8FF8EF4EFB689 /* RNDateTimePicker.m in Sources */, + 6F018B8B904C5B98D4F49822187A7B54 /* RNDateTimePickerManager.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -27086,6 +26975,27 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 4DC3CCEBBA2158F7407C17408E441598 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 0B83B0A088BFFCE6DA6D366545292EC6 /* RCTConvertHelpers.mm in Sources */, + 95DF45B851DF9544DA6B811EFEFDE5AB /* RCTTypedModuleConstants.mm in Sources */, + A4769B0EB887405108D381690EE6D66F /* RCTTypeSafety-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 571FEAA5E134D005C18956CFC1884C32 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 44649B4D179A6D95CBFE298A21ABDAEE /* DeviceUID.m in Sources */, + FDF90A05AE6A1F8CED53C4EE16422835 /* EnvironmentUtil.m in Sources */, + 597FE2C24B558EAE467990DDAA424325 /* RNDeviceInfo-dummy.m in Sources */, + 17172BA83412F990A66E82F33D2DFC2E /* RNDeviceInfo.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 580D8731EC54122A3C77883F03D255B1 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -27097,22 +27007,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 5A6151C5125E28686F934AE7E24F1DD9 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - BFE8A12F261EF8BAF3E6816C911D800C /* bignum-dtoa.cc in Sources */, - 41BC142CA8CE127A1FE1BA3F70BB42D3 /* bignum.cc in Sources */, - 6DA04A342396FF208EDEA35C11FF1766 /* cached-powers.cc in Sources */, - 7BB84A3356A18232ABF59D1A72F9855D /* diy-fp.cc in Sources */, - 52200844C2DAB31FCD9EB223AD86D862 /* double-conversion.cc in Sources */, - D8810890AFE0027D8DDE3B6A3DA3765E /* fast-dtoa.cc in Sources */, - 57E4C24694E509E73B87E9A8D0447897 /* fixed-dtoa.cc in Sources */, - 867AFB5470212F03BA232338807245C3 /* Flipper-DoubleConversion-dummy.m in Sources */, - BA7F4589C69900A5F35869CF80357807 /* strtod.cc in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 5AB7759E96E70C9A91FB3422BE09DEB5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -27125,15 +27019,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 5B6178029FBC2F49AF1D3A2D1E716352 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8CD76807160CC1482ACD05CE762057ED /* RNLocalize-dummy.m in Sources */, - E235F45E4BC8EBF6FC6D6BA73B07903A /* RNLocalize.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 5C490FAD72E2F4147E14AEB455E29969 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -27162,47 +27047,29 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 6148DEBFC3F67F6FA527B2BE9773D622 /* Sources */ = { + 60F798FBEDA7A46762C6E9BB7203BBA0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 94F9E6BF384F7C7F6E013CBAC9FB9B74 /* FirebaseInstallations-dummy.m in Sources */, - FAA3B9E09D519A4F84B8C4255C5624BE /* FIRInstallations.m in Sources */, - 0E013E11DEEE9F54978C7D1D486ED1CD /* FIRInstallationsAPIService.m in Sources */, - A5D793AFC6901AE84BD66890CFE90E9E /* FIRInstallationsAuthTokenResult.m in Sources */, - 0647C60BF83EAF63236D562230A75FB4 /* FIRInstallationsErrorUtil.m in Sources */, - D87BFE6F5622B62FF1AE651A0B05497D /* FIRInstallationsHTTPError.m in Sources */, - 096143FBD4EBB458643C6E65A872A8B8 /* FIRInstallationsIDController.m in Sources */, - 1AC13AFFF5AB2CB813F3D6E74F25B670 /* FIRInstallationsIIDStore.m in Sources */, - 61523070E83119B31608AC25A9EFE3C6 /* FIRInstallationsIIDTokenStore.m in Sources */, - 812D22537A176A0E778D57A27737D16F /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */, - 8095A7BFD06529E823A6AE6AB8680164 /* FIRInstallationsItem.m in Sources */, - 8DAD30EA0E9E1BF54AA2F17B2A64E371 /* FIRInstallationsLogger.m in Sources */, - 63298B40F20104FC15C8B9B923C51C95 /* FIRInstallationsSingleOperationPromiseCache.m in Sources */, - 899AA898FBA054C228438ABC8E945BE5 /* FIRInstallationsStore.m in Sources */, - E0F1C868BF7391D832B1F6E62196FB20 /* FIRInstallationsStoredAuthToken.m in Sources */, - 6FE039F4D4B138E062E2A4C90E61E0EE /* FIRInstallationsStoredItem.m in Sources */, - 7F5F53DECB02ED70932B57E85452FDFB /* FIRInstallationsVersion.m in Sources */, + 52247987D1E7B79399E678A6682FFBF7 /* RNCAsyncStorage-dummy.m in Sources */, + 5F26D9FED3E7EDE39A69830E54ED4291 /* RNCAsyncStorage.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 64A2C1200C57A5C10D954978A0448B95 /* Sources */ = { + 664E25A32130E7ADA646BACA35918F29 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0D4A91EE27244E27B92D9D8294F49C32 /* nanopb-dummy.m in Sources */, - F3B4F0CF70B5004FF391BD82E5C5A471 /* pb_common.c in Sources */, - CA0BC935F0CEDDB7760D6261A2A6FD03 /* pb_decode.c in Sources */, - 5A0564012B13D1C2B82FE29F77992F2A /* pb_encode.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 65748F6989D7BF012C1F59DFC4DF6F5C /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 284D3E3078BADEF2585663A45C40B6CD /* react-native-restart-dummy.m in Sources */, - 682E8E6A9EF87F32E3E563A0EF609E29 /* Restart.m in Sources */, + 76DFE67A360211093104F59FC1DD7225 /* RCTView+SafeAreaCompat.m in Sources */, + C7657C0ACEBF275180FC66F5D819862F /* react-native-safe-area-context-dummy.m in Sources */, + 541C7B542BE9DAA6202E136237A05192 /* RNCSafeAreaProvider.m in Sources */, + 6C0CCE36F8E4912DFEFE54ADFB7B1107 /* RNCSafeAreaProviderManager.m in Sources */, + A797757BCA62DCB2DA63763AC95E605B /* RNCSafeAreaShadowView.m in Sources */, + 08FE01E6E385043DD42A42D4C111A425 /* RNCSafeAreaView.m in Sources */, + CCC84C35A4690B73C0ECD674B60F4B11 /* RNCSafeAreaViewEdges.m in Sources */, + AC07949E783BFDF67AC22940998E8226 /* RNCSafeAreaViewLocalData.m in Sources */, + 1269D4C0ED48C68E928D7F77536B0416 /* RNCSafeAreaViewManager.m in Sources */, + BFEDE59416E380750A27049D2B666B3B /* RNCSafeAreaViewMode.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -27292,6 +27159,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 6D52977D378DDC5FE8ACB13D3706933B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + E5717D12A46C230DF81B959C316D3076 /* RNVectorIcons-dummy.m in Sources */, + 5C1BF6C712A517436D42DA25639A21A4 /* RNVectorIconsManager.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6DBCD6DB1B955B62501F49A5F24A563D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -27318,93 +27194,12 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 70EED3AAE34B7852A88CFF52A41E00A6 /* Sources */ = { + 70640FD248F2E3D0FE08AE2069A9C431 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - A927F40D9C544A3C5C019B38C402D1E0 /* crashlytics.nanopb.c in Sources */, - DE61DE07A959222667D9FB47E0F65760 /* FIRAEvent+Internal.m in Sources */, - BDAEB4908DB5932205CB6160C1BFAB4D /* FIRCLSAllocate.c in Sources */, - 54763FD98DEBA45FE2DA74ACEDA6F99A /* FIRCLSApplication.m in Sources */, - 76A230041E87718C5D90CD3E966E79B4 /* FIRCLSApplicationIdentifierModel.m in Sources */, - 2D53A50CB5DBE9B797E0EE489C67A117 /* FIRCLSAsyncOperation.m in Sources */, - 483D576B1148036A82844425FD98E70B /* FIRCLSBinaryImage.m in Sources */, - D47090ADDCFE24341F11ECF96728BB96 /* FIRCLSByteUtility.m in Sources */, - 48FAFA5661FD1E4AD3B1FF87A0FF429C /* FIRCLSCodeMapping.m in Sources */, - 1E4FECFF911A373C4E984686B573332A /* FIRCLSCompactUnwind.c in Sources */, - 3CFD1E7D822AE0C85396CE95278E384D /* FIRCLSCompoundOperation.m in Sources */, - C23F1B62E456F17529F22D53CEE9C1C2 /* FIRCLSConstants.m in Sources */, - B01B39E7FE2CBD977B9F46DABB51D5C4 /* FIRCLSContext.m in Sources */, - 59756939C46FAF28DFB2C7D2D78BBB98 /* FIRCLSCrashedMarkerFile.c in Sources */, - E7549D14F5B26562B161C1F4936907D3 /* FIRCLSDataCollectionArbiter.m in Sources */, - 43BF8B886AD2C532C7017400D86D452E /* FIRCLSDataCollectionToken.m in Sources */, - 8BA48D2A24BAABA1CE07C55274CF88A1 /* FIRCLSDataParsing.c in Sources */, - AF39E56D538C2F938F306EA05078EDD6 /* FIRCLSDemangleOperation.mm in Sources */, - 302CB14189BAEF90AC902BA6EDAE1B35 /* FIRCLSDownloadAndSaveSettingsOperation.m in Sources */, - 46DD19407C5EEBD5C9841585301D3BA5 /* FIRCLSdSYM.m in Sources */, - D01763CF5AEABF2A17DD74C02B11ACCE /* FIRCLSDwarfExpressionMachine.c in Sources */, - DB51E72E3683C114D216E4D31BB670DF /* FIRCLSDwarfUnwind.c in Sources */, - 7D0E93C7F18C685FA838909F3C01EC0A /* FIRCLSException.mm in Sources */, - A49222B880B9F8614FDEC3C558080ABA /* FIRCLSExecutionIdentifierModel.m in Sources */, - 599AD3E874FB1485E31367B4A52318AD /* FIRCLSFABAsyncOperation.m in Sources */, - 173D196B47F9629A2BFBA7E3196AE2C7 /* FIRCLSFABHost.m in Sources */, - 1B15C93984E403EC88A177E4FCF3C9F8 /* FIRCLSFABNetworkClient.m in Sources */, - 155C6140A5EE9F4BC3300F4BE8DBAE3E /* FIRCLSFCRAnalytics.m in Sources */, - 01C4F7E2F0AE8E7E1791D77D51345C87 /* FIRCLSFile.m in Sources */, - D9E9397560A60FB297D9AA76A7F38DD8 /* FIRCLSFileManager.m in Sources */, - 459988C6433D9FEFF2E51A316D1BEBEE /* FIRCLSHandler.m in Sources */, - F3A2CF98A2FF72223837B7FB1C6F09DF /* FIRCLSHost.m in Sources */, - 0C390E38441BA3EBC16CFF3DD9223B73 /* FIRCLSInstallIdentifierModel.m in Sources */, - 2F0A7A2D225FC3DF89CF2E0F0C80FFBC /* FIRCLSInternalLogging.c in Sources */, - 3066F2E7BF417DC53EC159872AAAD8D1 /* FIRCLSInternalReport.m in Sources */, - FE44B8AAB401A5C031646236D89E6797 /* FIRCLSLogger.m in Sources */, - 0A9BC03EA9EFA1EEB62E8ADAD0999D47 /* FIRCLSMachException.c in Sources */, - AF8FC95299E6034711E531A6BF500001 /* FIRCLSMachO.m in Sources */, - 0EA944CF2047CA8E69E18E04346D4E47 /* FIRCLSMachOBinary.m in Sources */, - 5CE4F8D510DF7BD8435938136EB60008 /* FIRCLSMachOSlice.m in Sources */, - CF052D78DF180943CA71AE54B7B3CF29 /* FIRCLSMultipartMimeStreamEncoder.m in Sources */, - 4D117BEE39DF5F210B210CF1D648A85C /* FIRCLSNetworkClient.m in Sources */, - 65826CC653DA8F12F88C9D46ABB324CA /* FIRCLSNetworkOperation.m in Sources */, - EE019C4DD1B59F01799C89B3AEC1A4A9 /* FIRCLSNetworkResponseHandler.m in Sources */, - 3D6B4AACD37472E5BF1E341BF879401D /* FIRCLSOnboardingOperation.m in Sources */, - 7F95FBEBB74D18EB59C49A762C9D904D /* FIRCLSPackageReportOperation.m in Sources */, - 9066E9AA143B08DAF36709D6FDE23D59 /* FIRCLSProcess.c in Sources */, - 4A93F0A199B3150ED68E1FCF508B133C /* FIRCLSProcessReportOperation.m in Sources */, - C584935121036CA1743000893C925878 /* FIRCLSProfiling.c in Sources */, - B9EC40B9BA8B2D4C8154DBD0AC07638B /* FIRCLSRecordApplication.m in Sources */, - 42EF56B969B222B26BA756EA6F87BC9B /* FIRCLSRecordBase.m in Sources */, - 7A036D4D0E57AD7CF7A16EDB86B0EA1D /* FIRCLSRecordHost.m in Sources */, - 4F976A7F195E716B71855627DD614238 /* FIRCLSRecordIdentity.m in Sources */, - F49550D6FCEF26D00A19992B1C7D4B94 /* FIRCLSReport.m in Sources */, - F1886A82C58F805D547E81409220731B /* FIRCLSReportAdapter.m in Sources */, - D6529F4D26D73569F052B12EEE788955 /* FIRCLSReportManager.m in Sources */, - 23641FD0BDF3FFD5A9CA5F6A0EC30641 /* FIRCLSReportUploader.m in Sources */, - F267545AA6801407D49C99C0DE570629 /* FIRCLSSerializeSymbolicatedFramesOperation.m in Sources */, - A4D4B89BFB9E12558E5DC589A13A1A8D /* FIRCLSSettings.m in Sources */, - E9DB56514265F96725FE3856CFFCE2E6 /* FIRCLSSettingsOnboardingManager.m in Sources */, - 0B02BD271D4639A0F0D418083E5DC704 /* FIRCLSSignal.c in Sources */, - 884EDC9A3D5870C9F13A21AB92D54CEE /* FIRCLSSymbolicationOperation.m in Sources */, - BD1E239A437E87F27B5C6AAA045F3662 /* FIRCLSSymbolResolver.m in Sources */, - B9CED8EDB803AFDD0161C881D90F7563 /* FIRCLSThreadArrayOperation.m in Sources */, - 914D2E601FEC3DC52590C8293997A78D /* FIRCLSThreadState.c in Sources */, - 2FD17BB4CB6F8D7B73AF3F9F335D70B3 /* FIRCLSUnwind.c in Sources */, - 501724B943B65570A93FBC21D552C56F /* FIRCLSUnwind_arm.c in Sources */, - 2A688E53427A1E28609FBAA35857F1EA /* FIRCLSUnwind_x86.c in Sources */, - 2467DDE2EA482D30DF73364EDA3E3591 /* FIRCLSURLBuilder.m in Sources */, - E6CF7340B3C031694529F0E2B7ABC332 /* FIRCLSURLSession.m in Sources */, - 4C7E5624362284518B42ED6218241F75 /* FIRCLSURLSessionConfiguration.m in Sources */, - ACF1E6770BC7FC02F5EEAE6B75C68C56 /* FIRCLSURLSessionDataTask.m in Sources */, - 7A75E9048BD546B01601B8A1F15861C3 /* FIRCLSURLSessionDownloadTask.m in Sources */, - 1D70F2BBAB2C2E9009CC62AD9C05165C /* FIRCLSURLSessionTask.m in Sources */, - F0F9CE4A668669DF9BEBAE09D36F661C /* FIRCLSURLSessionUploadTask.m in Sources */, - 9D3BE1DCFACE675EDABF5652DA15F5E8 /* FIRCLSUserDefaults.m in Sources */, - 4395C14D44DF114A89691BCD4A5205B6 /* FIRCLSUserLogging.m in Sources */, - D81171CB6992811B836199B576580286 /* FIRCLSUtility.m in Sources */, - A41BEAAE2198724C87876509EC232CCB /* FIRCLSUUID.m in Sources */, - 00552FCCFDD7C75537314A463405C54E /* FIRCrashlytics.m in Sources */, - 17BB4DFFA764376520FEC264F1E0C226 /* FirebaseCrashlytics-dummy.m in Sources */, - 421E31FC9A4CF059F63B5066E093A593 /* FIRExceptionModel.m in Sources */, - 522BD9FD992FF112D838590CFB6BA197 /* FIRStackFrame.m in Sources */, + 01EDAE9EBF8DF30E2E318B3E68AD485A /* RNBootSplash-dummy.m in Sources */, + 0524D12E76C8A25E9297604C91B3E220 /* RNBootSplash.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -27444,49 +27239,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7A72076141B37D0AC56362307C46570F /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - B521D83B9C51D3A7DC165D81856D2EB4 /* react-native-cameraroll-dummy.m in Sources */, - CCD6532D2326A2E67D82FF6536618925 /* RNCAssetsLibraryRequestHandler.m in Sources */, - D7C1A2B2443D4FA9E42E36E1A3C8E5CC /* RNCCameraRollManager.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7A7CF4613B6F39D6B7231A5E6C68E7EE /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - DD4BCCECCCF5E86A997E1C6D4DFEB1C9 /* RNBootSplash-dummy.m in Sources */, - 1164A69F162B30B14BDDD8DD02A2770D /* RNBootSplash.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7C1B85BC766E1942C3E7BDD2478DE085 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - A4ADB22DE5D4BDE0772E81377C12D47A /* FIRAnalyticsConfiguration.m in Sources */, - 2DA57F25652C1A8A8382CA51DD125983 /* FIRApp.m in Sources */, - 47A30889F0D9E0E404E4E2B5E82A6F88 /* FIRAppAssociationRegistration.m in Sources */, - DCAE640A1C86B6B9D85AE5AB5C425899 /* FIRBundleUtil.m in Sources */, - 529A0E6D8F714B250C740639B12051C4 /* FIRComponent.m in Sources */, - 7FE953644309BFB2B0ED67D607E8B030 /* FIRComponentContainer.m in Sources */, - 677BA15060C301D8A9A5E7F2C462A490 /* FIRComponentType.m in Sources */, - 189F3D55EB9492E223C2848783CA0E70 /* FIRConfiguration.m in Sources */, - DF0C19D3FBFCEFBA3B778D5CD4255543 /* FIRCoreDiagnosticsConnector.m in Sources */, - A8D1B1456C5EBF1968961B82AC10386F /* FIRDependency.m in Sources */, - 948FA39CBDDFC9EB70E4656854688197 /* FIRDiagnosticsData.m in Sources */, - 914E14C60F274CEF4451B343256D54A6 /* FirebaseCore-dummy.m in Sources */, - EC10F4DDA5BAA9F145DA346C1F1EA974 /* FIRErrors.m in Sources */, - 76D9153625F619C4FB318691E899D79B /* FIRHeartbeatInfo.m in Sources */, - FCE5424262B148F050B1C09DCFF80DA3 /* FIRLogger.m in Sources */, - BACAB7A15ED4AF8C507E58A4126C4061 /* FIROptions.m in Sources */, - 803F2E004B4F83263AA4B2F9B8160CD1 /* FIRVersion.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 7C2E3E38684AA8A415EF1633224E1CAB /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -27557,28 +27309,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7D7E3A75A3B7C80258F51CB3B0E342F8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 887BAB72B98BB7DDE713063DF46D3FB8 /* GDTCORAssert.m in Sources */, - F4C4A90D5AC8196B0AC319A741F015C8 /* GDTCORClock.m in Sources */, - E828F5AFA11E3DD747200D58AF30171A /* GDTCORConsoleLogger.m in Sources */, - 79F68980ADC214C225D280EF1DC8CA1B /* GDTCORDataFuture.m in Sources */, - 535696AC8AD93E494E7B5125045BAA1A /* GDTCOREvent.m in Sources */, - 43E02FF943534F9760240B54D53F6F7D /* GDTCORFlatFileStorage.m in Sources */, - DB7703EFE050072F19D3970520CFD563 /* GDTCORLifecycle.m in Sources */, - 6E9FA19235C66B1AE544AB1A7E13DE5C /* GDTCORPlatform.m in Sources */, - 3788BD5023B558DA8609E0CD70B29750 /* GDTCORReachability.m in Sources */, - 32C556FFDAC55A1329B5E4F3669091AC /* GDTCORRegistrar.m in Sources */, - C7AB6B118BD2AE4CC536B0FFEF2CFCBA /* GDTCORTransformer.m in Sources */, - 036FE4468A9A3B4D9AB2403E8B065CEE /* GDTCORTransport.m in Sources */, - 9726845F5AA2F88F800B733265677C36 /* GDTCORUploadCoordinator.m in Sources */, - B6997EC6872F51C2C3AD30901416F77E /* GDTCORUploadPackage.m in Sources */, - 340293598B008BD5D2361F1A13CEB29A /* GoogleDataTransport-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 7DFCB9C6D6CD11D2735A118F00182B41 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -27602,6 +27332,17 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 80A32FB13265807C9A6E0B7BAF4B6B53 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FAF073F541640B331869137F69051753 /* nanopb-dummy.m in Sources */, + DF2BE2C0C2335765E3DA628FB1568D67 /* pb_common.c in Sources */, + 045534C63D5A1209B26D1B260A9E8319 /* pb_decode.c in Sources */, + 18ED5A3F1591EFF7CD963300C74FC7F2 /* pb_encode.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 81EDB40E17D10196A350BB54243FD2E0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -27641,16 +27382,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 869D89B0EE364B3D6DABF4DE9B0E4B56 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 3B59B65FD92D1A2FB6B47C2AE2245B89 /* RNDateTimePicker-dummy.m in Sources */, - FF4BE5817399602319491EBE094444E0 /* RNDateTimePicker.m in Sources */, - BA26D6016CA442A7E4F04E34CFBBF344 /* RNDateTimePickerManager.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 86D80D6AD3BB2B5DE9516850DC89A24A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -27773,6 +27504,16 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 87527D13C00FD77A39339C52096F80D6 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + DBBEE698F6D3D85FC8499D9ABE0DA432 /* FIRCoreDiagnostics.m in Sources */, + 7382C315B793423DB244B4FC7EC4A79C /* firebasecore.nanopb.c in Sources */, + 8350B5344DD74F056D5E066BA7F196F9 /* FirebaseCoreDiagnostics-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 87704976361E18A5FF7158184DDFC3B3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -27793,15 +27534,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8EECA48C9FC16078AC5907C575B3E53B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8985BA159F9AE27C308645C061F8BBF2 /* FBReactNativeSpec-dummy.m in Sources */, - 9F527E06BD7DBE03A9FA8DFD64ACD05B /* FBReactNativeSpec-generated.mm in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 8FED9B5B4F059F5478C085D5F13E67B7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -27812,6 +27544,30 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 91DAF8DF98C806A8869E1F76366B66C3 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + C8E6CA71CC1F49D9C696185FEA0BE565 /* FirebaseInstallations-dummy.m in Sources */, + 4C397EF99315E3D07D51620E725338AF /* FIRInstallations.m in Sources */, + A60C49347CB026AF9F413F42A87B6658 /* FIRInstallationsAPIService.m in Sources */, + 07C73BAD832C9C4A87FD735867F54427 /* FIRInstallationsAuthTokenResult.m in Sources */, + 19750EB180F39F69B969D9CF646E5200 /* FIRInstallationsErrorUtil.m in Sources */, + F81EDCC13F9FAC12132B8700B00C486E /* FIRInstallationsHTTPError.m in Sources */, + 056BFF301C02C2A8F4D6FE5CB8AB0E07 /* FIRInstallationsIDController.m in Sources */, + C6AA9B7CB0BEF87036F13062137DA244 /* FIRInstallationsIIDStore.m in Sources */, + 53A9E8F584A7406DCF9D573001164D64 /* FIRInstallationsIIDTokenStore.m in Sources */, + E931594A84987B624C5BC023312E1DEC /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */, + 4C8F59ED4554F5A4DE8BF079E0B4562D /* FIRInstallationsItem.m in Sources */, + 0B0D025EDEF39EFBAC691A9A3FECE11D /* FIRInstallationsLogger.m in Sources */, + FCB10874E0624109B4648381220A1D3A /* FIRInstallationsSingleOperationPromiseCache.m in Sources */, + 45DB30F050A26962C2F1ACC3C61AE6C7 /* FIRInstallationsStore.m in Sources */, + 7BC3ECD8116369FD1A78F1FF7DE57B58 /* FIRInstallationsStoredAuthToken.m in Sources */, + 6C422A8013A7E450FFD5E20CBF070972 /* FIRInstallationsStoredItem.m in Sources */, + 484E51F13E09C2650AF5EFD64023B79C /* FIRInstallationsVersion.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 92F607A08329CDF388A92DBE7EDA019B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -27842,6 +27598,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 9A10890965F13D4AB54FC2F36B95C331 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 81EB70D6F5DE89D222B3300FE2D2DFAE /* demangle.cc in Sources */, + F59559A80A6749CF498C8F130D129FCB /* glog-dummy.m in Sources */, + 3BF2BA5E23BEBFDD67761110D45E4718 /* logging.cc in Sources */, + 98B74E9714C7B606A50AD9EFDD99459E /* raw_logging.cc in Sources */, + 6E834470CF0ECEDA3715568786CB4104 /* signalhandler.cc in Sources */, + A87300B034B975C706A4C6EAD9981B5E /* symbolize.cc in Sources */, + 67FB77B5523EB19EF70F659E7E1E26C3 /* utilities.cc in Sources */, + EEFCC24373F45C78C770E6CB929BC75F /* vlog_is_on.cc in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 9C6552DF17BF71706171A40136760A8D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -27909,162 +27680,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - AE5E74D5DA1AB290C5979875772B73A6 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4387240F7221CE6FF50AD345243E1D04 /* Assume.cpp in Sources */, - A78A0C97AA94534B2155558F1EFD2357 /* AsymmetricMemoryBarrier.cpp in Sources */, - FBDAB0051B41CB3679F6652DF3B0C558 /* AsyncPipe.cpp in Sources */, - 9441B5045B2A22E38DA5DF3B396D936A /* AsyncServerSocket.cpp in Sources */, - 94ECA757CC324490097B44BAD41B047D /* AsyncSignalHandler.cpp in Sources */, - 2F8BF9878471ABD5AE9FF94079DD1E8B /* AsyncSocket.cpp in Sources */, - 07F8608F117D5FAE2EE0ABF892B7CB31 /* AsyncSocketException.cpp in Sources */, - 3B744072381ACF9942E4EBD844C8F7E6 /* AsyncSSLSocket.cpp in Sources */, - AB98D120DAFD1FB49EC998D5771A6513 /* AsyncTimeout.cpp in Sources */, - 596C8F6EDC9D1C57E0B6105D67A98910 /* AsyncTrace.cpp in Sources */, - 9939DACA32715F13FAE61009205816BA /* AsyncUDPSocket.cpp in Sources */, - 672728F9B1CA933B879431E7E26D7ECC /* AtFork.cpp in Sources */, - 724790C6DFCF354709AF007218953063 /* AtomicNotification.cpp in Sources */, - 20FBFF7CE2FADFA84CC4DB52017FBB7A /* Barrier.cpp in Sources */, - 8A452FF8EC2954F61B0499E5CDF8E776 /* Benchmark.cpp in Sources */, - 34101CA052BBE951EDBCEB8307C50FAE /* Builtins.cpp in Sources */, - BC522317D85500DA7BA59499953B3067 /* CacheLocality.cpp in Sources */, - 8651F6EB858161F4C25EEE33403F039E /* CancellationToken.cpp in Sources */, - 4C9992814A91FEFFA3FD7B7938D778A2 /* Checksum.cpp in Sources */, - 9AEE00FD63F66A3E23F1F7C362F36601 /* ClockGettimeWrappers.cpp in Sources */, - F17189A76A9E380988EF869D02F65BDA /* Codel.cpp in Sources */, - 68475F6A670D3A9A5ADA4C45C1B1066B /* Conv.cpp in Sources */, - E343809CBCE237546CFA52337991BB44 /* CPUThreadPoolExecutor.cpp in Sources */, - C21E34ED473D8083457E9E6F77978B05 /* CString.cpp in Sources */, - 0240C48296E74DDB788D22318CA4DA26 /* Cursor.cpp in Sources */, - 12DAAB46F2FB3A9556E89BD3FF4D0DB9 /* Demangle.cpp in Sources */, - 69F5E76721E8463C1E330D23D36DCACE /* Demangle.cpp in Sources */, - C1CC0CEA6F05787033CB5E985394B79A /* Dirent.cpp in Sources */, - 96E6E91516FCACABE6AE25C754422585 /* DistributedMutex.cpp in Sources */, - A9AF572EDC429E07E50717FE3B8B5274 /* dynamic.cpp in Sources */, - 80D2852A1D1980EEFCD56BFCBB8220D2 /* EDFThreadPoolExecutor.cpp in Sources */, - 66C6D06477F6518C38405E1D57E9B97A /* EventBase.cpp in Sources */, - C1C782CB920DDD5F4AB95C86C0A57D23 /* EventBaseBackendBase.cpp in Sources */, - 1F6F14599996B93C539765F5487F2EC8 /* EventBaseLocal.cpp in Sources */, - F1BCA4C3FC6FA17866B062BD94602B50 /* EventBaseManager.cpp in Sources */, - 1D2EE7AD91BB2880A8A1A240269F3814 /* EventBaseThread.cpp in Sources */, - AEFA4A5576589E9091EA5DDDFB454AF7 /* EventHandler.cpp in Sources */, - 501084863A63687582885EFAB92A72E1 /* ExceptionWrapper.cpp in Sources */, - C0C2F818FCD96189AC54D8C5BDD78704 /* Executor.cpp in Sources */, - 19712E87D218354874C08239F43A9B46 /* ExecutorWithPriority.cpp in Sources */, - A00B55BF38DD8C2550AE14836A6ED7E8 /* F14Table.cpp in Sources */, - 4DE6C2C113E69021EEA662A036E506D5 /* Fcntl.cpp in Sources */, - 511F91FC172C34418EF12852B74F1D1B /* File.cpp in Sources */, - 2E97FEB403B43A2467C475E9AA094D26 /* FileUtil.cpp in Sources */, - 1F3CE16618DA7CC301C219896C7B94C4 /* Fingerprint.cpp in Sources */, - 8B7B66D4C810FF9452F3CAE844F1B82F /* Flipper-Folly-dummy.m in Sources */, - 87CFEC01D268AFB031D5C429F463F914 /* Format.cpp in Sources */, - 7C3057532898BE372D0F46F24FC61D3C /* Futex.cpp in Sources */, - D4CC7BE2D68019CA188706B33EFB6A87 /* Future.cpp in Sources */, - 6FD0E00BEE45B62BB7076E6054F6B27E /* GlobalExecutor.cpp in Sources */, - 9AA3E161A09974F489C8B95E525DF450 /* GlobalShutdownSocketSet.cpp in Sources */, - 7BE76601625D1BFBC4F73B24CAE095D3 /* GlobalThreadPoolList.cpp in Sources */, - FCAC6D186E7DC84A086AA65ACBBB9200 /* GroupVarint.cpp in Sources */, - 3A42300ABE305CCC46BFE82856BB773E /* HardwareConcurrency.cpp in Sources */, - 743AC82FFE98629158853C3D84D9F87F /* Hazptr.cpp in Sources */, - 30EC789897AD001D7CE6A763D8DB70FE /* HazptrThreadPoolExecutor.cpp in Sources */, - 08B36AED5B67A5C2031A2C872B965E07 /* HHWheelTimer.cpp in Sources */, - 82DD5725110169728973388FE71CC856 /* Init.cpp in Sources */, - 55E43519FE6A2EBBB6A98537A9B6D65F /* InlineExecutor.cpp in Sources */, - 5C33B0907D8C037765F6289C00AEBB23 /* IOBuf.cpp in Sources */, - F140B149D025D4A74912BFE191BB6C4B /* IOBufQueue.cpp in Sources */, - 033C862F7616228E16422E50EF860BE3 /* IOThreadPoolExecutor.cpp in Sources */, - 19C7A16B7CB560B94B86ECC74B883E21 /* IPAddress.cpp in Sources */, - 2ED04DCBB34BE5259FE42955DC275F03 /* IPAddress.cpp in Sources */, - 5C2C3B5B4DEF84A285C50AE360C41F15 /* IPAddressV4.cpp in Sources */, - F980409A9FD53572E22A4B23A43F3FD1 /* IPAddressV6.cpp in Sources */, - 9873734A3A86D8B5F3113B6F15F7A460 /* json.cpp in Sources */, - 550491355C1E847C5FF721449F091741 /* json_patch.cpp in Sources */, - 91DA3D989BC60DDB09CE59B55E66DC73 /* json_pointer.cpp in Sources */, - 25104E5A2049C2DA09127250AB49DBEC /* Libgen.cpp in Sources */, - 673114F3D6EB4A0AD66A0C4B0D399A80 /* MacAddress.cpp in Sources */, - 1EBB367A949D8A995B912F8AC48B298E /* MallctlHelper.cpp in Sources */, - 3DBD59536D354AFF04DEDE4CE2842A85 /* Malloc.cpp in Sources */, - 67AC3430298D03CC2A383013DB323456 /* MallocImpl.cpp in Sources */, - E817D2C53239A85E0DD6138BA6D4F346 /* ManualExecutor.cpp in Sources */, - 24D28F8B80AF874F0281E3D04648FB5C /* ManualTimekeeper.cpp in Sources */, - F583A1EAC7C6B9BF0610DFD916EE9821 /* MemoryIdler.cpp in Sources */, - 367E182B52D55AD608F3E06CD872B126 /* MemoryMapping.cpp in Sources */, - F6C136253D201104015C2B5E4A8A2EE5 /* MicroLock.cpp in Sources */, - D5863DF5B8435B11DB51B2742283233C /* NetOps.cpp in Sources */, - 434F73E03E24DBD62F9DE4E06CFBC9FF /* OpenSSL.cpp in Sources */, - 21BD6087F9A242105CECD2E69B4B9C47 /* OpenSSLCertUtils.cpp in Sources */, - 7CCDD681E1FC6A2D45C0CB5CEB9687BC /* OpenSSLHash.cpp in Sources */, - BE5D97DA1531BD478927E6A48712B92B /* OpenSSLThreading.cpp in Sources */, - 0C579297D9016CF8348EA546F736E67C /* OpenSSLUtils.cpp in Sources */, - D930847AA1C4CEB026F488824AC17F93 /* ParkingLot.cpp in Sources */, - CB83C32EDE72858A22D7926D7D407D5C /* PasswordInFile.cpp in Sources */, - 57B90AB173D872E18E4A7D595CB8A127 /* PThread.cpp in Sources */, - 39FCC67C2CC9C2739C35C245B27FF425 /* QueuedImmediateExecutor.cpp in Sources */, - FA5447F5434B250306763DA1C71D117B /* Random.cpp in Sources */, - 927877899F2B15DD52C1182102814E70 /* RangeCommon.cpp in Sources */, - A288A9A598644AC5B23078F4DEECB659 /* RangeSse42.cpp in Sources */, - E7A29D5563B55870AC0F9F2446657E33 /* RecordIO.cpp in Sources */, - 8895117FDB545D64D8E970BF378D0423 /* ReentrantAllocator.cpp in Sources */, - 67053EEC99253CB62838544027BFE3D7 /* Request.cpp in Sources */, - C28910029389805FB7F49AE5C843299B /* SafeAssert.cpp in Sources */, - 299A09CB80D8C6970C0D9777970DD772 /* SanitizeLeak.cpp in Sources */, - A9C5C62FB9BAE5FC5FA1ABCC829017D4 /* SanitizeThread.cpp in Sources */, - 560869ABC67A87D4D2F0C2004D2A7244 /* Sched.cpp in Sources */, - F39C1175CE4EA626AE2AAA5538D12E25 /* ScopedEventBaseThread.cpp in Sources */, - D840DBB9DF806D590F3C0724B5217DE6 /* ScopeGuard.cpp in Sources */, - 18E464C45716B22CA57D30DADF6CAA0D /* Semaphore.cpp in Sources */, - B4763DD4A4F73E0405CE12F917AFAFEB /* SerialExecutor.cpp in Sources */, - AE9D0318B4F3857AFBE8E321DE27617B /* SharedMutex.cpp in Sources */, - C38E0D50BCA7EACCC7FF733E30442EFD /* Shell.cpp in Sources */, - 07E0067048AAA2B03D6627BE73A65F1E /* ShutdownSocketSet.cpp in Sources */, - F1F9A164B04FD44FCAFE606245C8AF2B /* Singleton.cpp in Sources */, - 5DA5627E4F8F565E05E7F437DD9415F0 /* SingletonStackTrace.cpp in Sources */, - F361E87A01934846FA07441A651C1A8E /* SocketAddress.cpp in Sources */, - DA9A986DAD0B02518A20C48A7911E28F /* SocketFastOpen.cpp in Sources */, - 09E8364FF8A74FFD76DDABDAFC03BA25 /* SocketOptionMap.cpp in Sources */, - 1EEC4657FCCF8C3F3133518C21C85053 /* Sockets.cpp in Sources */, - 1D1DD788B3F6946CC7D7ADD316714ADE /* SpookyHashV1.cpp in Sources */, - 3B5869A05C8510E43ED5E104C2864467 /* SpookyHashV2.cpp in Sources */, - 92B5B6C97E1A6F41BB5539AC5E0A6075 /* Sse.cpp in Sources */, - 3D75F346216FAFCD808B29F60DCCFE82 /* SSLContext.cpp in Sources */, - 510568D11A4DC76EA2CA2136395BA560 /* SSLErrors.cpp in Sources */, - 71E9C344164B11D9B50F8B6D3353EA92 /* SSLOptions.cpp in Sources */, - 49E6A44F15D4C26B067BDD50499ECD7A /* SSLSessionImpl.cpp in Sources */, - 8637B3CD2700697D8261C25D1E2BFCD3 /* StaticSingletonManager.cpp in Sources */, - 7C986EAEB51A3C6F7D3D766ED3ADB35A /* Stdio.cpp in Sources */, - C50FE3D81688902B06499BE7B34A1E63 /* Stdlib.cpp in Sources */, - 7BBD73A27EE254A7416F3A8EC551206E /* String.cpp in Sources */, - EEB531A218221515EE189D3F4E57B744 /* String.cpp in Sources */, - 8F58F2FBEAC3732F3779F925B630616F /* Subprocess.cpp in Sources */, - 9D82E20937BA040770586290A5A34C5F /* SysFile.cpp in Sources */, - 22CB08BB96E3DE5FD7973059EAEB095C /* SysMembarrier.cpp in Sources */, - 0FC032A26B721EF1D3C85A69E09B8366 /* SysMman.cpp in Sources */, - 6EC09C9319771B1F2E470F314224C45B /* SysResource.cpp in Sources */, - 7CBAC8063BD5CE3E0AC3697928442FB7 /* SysStat.cpp in Sources */, - B4F98B71D755E0CFA281BFC6EDF34FE8 /* SysTime.cpp in Sources */, - BCE229530ACE600571102CCC5D0553E4 /* SysUio.cpp in Sources */, - 9988879A6D7D67E2C8D0D0995E84F609 /* ThreadCachedArena.cpp in Sources */, - 690B94CFB9119BBFB149B3753BF007F9 /* ThreadedExecutor.cpp in Sources */, - B245CB449A5399BFCD746C8CF11035CE /* ThreadLocalDetail.cpp in Sources */, - D76B15576837FFA6AFE9E855556EBD47 /* ThreadName.cpp in Sources */, - FADB8F46B57E6B64EEBBBA7CE9548ED4 /* ThreadPoolExecutor.cpp in Sources */, - 7F70325DC74D36D432DAB94A70055018 /* ThreadWheelTimekeeper.cpp in Sources */, - 010BE0EF6DE3D73C85ADBAC04FFA21C3 /* Time.cpp in Sources */, - 6F9872BCDBAE4FDD3DC6BD075E539EAA /* TimedDrivableExecutor.cpp in Sources */, - 178F6D6FD281DFCF9C64F35A5285338C /* TimekeeperScheduledExecutor.cpp in Sources */, - 95FE7368B4CBD552F0BA9CA567D2E100 /* TimeoutManager.cpp in Sources */, - F6D6AB3E6B9F1F1CE3D9716703137598 /* TimeoutQueue.cpp in Sources */, - F79524743559619774C43F8E74E2982D /* Unicode.cpp in Sources */, - 13D68AB01110710F7CA2073195E9430A /* UniqueInstance.cpp in Sources */, - 4ADD6C9472DE05CC9300AE2021540D05 /* Unistd.cpp in Sources */, - E80C3B80B0CC698140AD8BBE9A904FFC /* Uri.cpp in Sources */, - A926372A39177D1FD9E002EC0B55C5B4 /* VirtualEventBase.cpp in Sources */, - 55F87E19DB7C1092623DD697817C9EA3 /* WaitOptions.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; AEFD3D260DD3F9D93781F76E5F9B0832 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -28122,6 +27737,75 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + B4A02E143964DEC773779516D0EE5AEB /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 50F48DEA9699FFADBDF5C7E49E962B31 /* Assume.cpp in Sources */, + B5624B2574FCBD6D2EE1AFAAC3EBF821 /* Conv.cpp in Sources */, + 9FA5FD43E5B421A79D9BF607E331934C /* CString.cpp in Sources */, + 059AE8730098AB07B1F988DF156D1FD4 /* Demangle.cpp in Sources */, + 5FF2427F34560BB1B36AF262A680A7DD /* Demangle.cpp in Sources */, + B526C32E500FEFDE5119AFCB3CC5871F /* dynamic.cpp in Sources */, + ECA03478FEB50615CF46EF2FB1C34B1D /* F14Table.cpp in Sources */, + 1BA2BC88C90D25542716C82A21749BF4 /* FileUtil.cpp in Sources */, + AE328E51305E959DB9626882ADF97E89 /* Folly-dummy.m in Sources */, + 2256927FA77FD039B69FB645678E7299 /* Format.cpp in Sources */, + 57E9D27E3642D2A3A45FB9F361ECA280 /* json.cpp in Sources */, + AE383D9DEF5D919ACFEAA864AE8308B0 /* json_pointer.cpp in Sources */, + 8E0753284938C9A96BEAA05C4E87C6A7 /* MallocImpl.cpp in Sources */, + BBA4EF25E6D42D6C918ACEF83E7FCB0D /* NetOps.cpp in Sources */, + EC2BF1606D5EDF113D6AF113F435C11C /* SafeAssert.cpp in Sources */, + 974D256CC34AC0B3593314126CAEE42F /* ScopeGuard.cpp in Sources */, + C2B2FD8B3540F65786DE84DD3157C9CD /* SpookyHashV2.cpp in Sources */, + F82851901AFA951A5DA6D1E01B083B3B /* String.cpp in Sources */, + 7CA03BE2E36D6987989047AFE21C4A3D /* SysUio.cpp in Sources */, + AB8C04A89F1BD9B3F8B0F386FD4E965C /* Unicode.cpp in Sources */, + 60496583A5C28DF86368AB0134028763 /* UniqueInstance.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B5BD6D78F135464EFEACD22A6F70A0D1 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 3B1C2375F72D614273A7E20F2B50FA53 /* AESCrypt.cpp in Sources */, + BAA33C07E64A19220C51EBB888717DDA /* CodedInputData.cpp in Sources */, + DE824BD4BF39F007B34DB7795FB4CD86 /* CodedInputData_OSX.cpp in Sources */, + AB1C929A07DE1226F328EFE67065E882 /* CodedInputDataCrypt.cpp in Sources */, + 00E7E507B35B9ED43364FB08C77A8B17 /* CodedInputDataCrypt_OSX.cpp in Sources */, + 8CC7E6E71C2BC3F4C733557F1E7FC300 /* CodedOutputData.cpp in Sources */, + FA2E4E700F4AA0927B0EA01B821658FE /* crc32_armv8.cpp in Sources */, + FFC16059436481CCBFDAA9B2D4ED3D8E /* InterProcessLock.cpp in Sources */, + 570E34B23882B925C3EE0377983FFFFF /* InterProcessLock_Android.cpp in Sources */, + 656E96B112F8DEAEEFE7AAEA75059837 /* InterProcessLock_Win32.cpp in Sources */, + EE849462A9967CAA051C5CB7F16FBBC2 /* KeyValueHolder.cpp in Sources */, + 20F53C4562F9243F4424D17130CA4851 /* MemoryFile.cpp in Sources */, + FDD190E2C63B62C5E33AB364FACB9899 /* MemoryFile_Android.cpp in Sources */, + 17ADCD25A0AC453A319AE7BFC4C49386 /* MemoryFile_OSX.cpp in Sources */, + 5125E604F9DF3D5E4316B650943F2992 /* MemoryFile_Win32.cpp in Sources */, + F26ADA58C32D6C1BE7CD5D718B253C57 /* MiniPBCoder.cpp in Sources */, + 3EB22CEB4B95EA971BA3072F1E43E3E6 /* MiniPBCoder_OSX.cpp in Sources */, + DE6A526E4DA692316F76227F198D322C /* MMBuffer.cpp in Sources */, + 608FD3C08394ED233BC6A43B300F84A0 /* MMKV.cpp in Sources */, + 4EF9378FC3D8BD0B8EFEAB601831B27D /* MMKV_Android.cpp in Sources */, + 6A8D0F5527B3A31CA5623B0CDECEC68D /* MMKV_IO.cpp in Sources */, + 7A9AA2C3F8CA1170D990133DC738D4C2 /* MMKV_OSX.cpp in Sources */, + 46C8A7F1F9A6494BF569DF5CD044352F /* MMKVCore-dummy.m in Sources */, + E240FE4CFF3AAB68DC9FCDFFD745FE17 /* MMKVLog.cpp in Sources */, + 83DC616794F55784AD83DCF949AD0275 /* MMKVLog_Android.cpp in Sources */, + BCE2640BC2EC085ACED3706D0923D9C2 /* openssl_aes-armv4.S in Sources */, + 77B4EF80891CBF092D9510B9F4B2A2F6 /* openssl_aes_core.cpp in Sources */, + E8AAAD11E3A011961B9D34B6E253121F /* openssl_aesv8-armx.S in Sources */, + D8D56728978B571854440BEAF9A2AFEE /* openssl_cfb128.cpp in Sources */, + 16B4DE7A881A2254D0516118EEA95367 /* openssl_md5_dgst.cpp in Sources */, + DA76C2F9286A335CC3BF97E694A9260B /* openssl_md5_one.cpp in Sources */, + BFA5894B8AD263940233E09AF9A5DD88 /* PBUtility.cpp in Sources */, + 932FBE18F8D6AA9934B4B87AE4CDE50A /* ThreadLock.cpp in Sources */, + 8FD43EBA8EBF65E2D71B5BA9ADC1F59E /* ThreadLock_Win32.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; B953AE8EB688840FA938AD9826AB49E4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -28132,6 +27816,40 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + BACD9B678C69B865EF2A990320DC765F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 314F969C7D2BE11CFE0C7884458796B1 /* FBReactNativeSpec-dummy.m in Sources */, + 878D0D8594ECD6AF780CE5C01CB43068 /* FBReactNativeSpec-generated.mm in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C0C32886C6A5FAE4C6D4815A54525659 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 3A1D52589C5F6CDFBC9A14EB108BA417 /* react-native-cameraroll-dummy.m in Sources */, + 7261ED5DBF9549B8EB9D33B100FBD8EE /* RNCAssetsLibraryRequestHandler.m in Sources */, + 31A2B597AA17492026482C3FE76F8714 /* RNCCameraRollManager.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C329CEDCB92265596E6F0B53B157BBB4 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 87FAB2E7B5CB31167B2A4D0A20077AF8 /* demangle.cc in Sources */, + E9FA4E493CE37CBEAF8A008DDD4FC0AD /* Flipper-Glog-dummy.m in Sources */, + 39EF4BD6033984C2FA93DDA38B027B6F /* logging.cc in Sources */, + 3E12B1767A16F6D7D4FFD3A9F32B41DD /* raw_logging.cc in Sources */, + C2E9339C027879FBAB447AAFBC59397C /* signalhandler.cc in Sources */, + 2FEE24CCC3F937F8EBE58D7430F736A7 /* symbolize.cc in Sources */, + 3C4045BFE55E9D98AEC61AE50CD4C733 /* utilities.cc in Sources */, + E949C130EA1F57FB79EC5C0B3E3854F6 /* vlog_is_on.cc in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; C6F8C9157A210B1E89DACCCE456DAB6E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -28141,33 +27859,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C9D37A2537651D65049900F4DF3E1F85 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - B1BFE11DD4C19AD9701585968ECB4268 /* FBLPromise+All.m in Sources */, - 0C0D2E68BC950C8AC5786460D79A08C8 /* FBLPromise+Always.m in Sources */, - 9E73FB6D0FA68715009A4D9184A82974 /* FBLPromise+Any.m in Sources */, - 9BB617D2AEB809529293337A2D109F98 /* FBLPromise+Async.m in Sources */, - 73BBE13F96A81C5403B92DAD822D6E86 /* FBLPromise+Await.m in Sources */, - CEFCCDD7AF1BF4AFA6EE6B5680C04112 /* FBLPromise+Catch.m in Sources */, - 85709ECAE21AB642F1BA2BF06FFB7374 /* FBLPromise+Delay.m in Sources */, - EF223873787BB2342C5D61BE3C3F3368 /* FBLPromise+Do.m in Sources */, - 76D4182313055433E039355D8E01CDE6 /* FBLPromise+Race.m in Sources */, - 87B32E05F221060AEF5DA748E928842E /* FBLPromise+Recover.m in Sources */, - BFE3CFC2936749C2BCF5B68BABDE934C /* FBLPromise+Reduce.m in Sources */, - 574ECDAE477176D717383A6C88E8DABF /* FBLPromise+Retry.m in Sources */, - 40B281BB8BE873F23F9ACA391AD5E6FA /* FBLPromise+Testing.m in Sources */, - CDE21FA43966C09C82B968BA05315A2B /* FBLPromise+Then.m in Sources */, - D97DB69AEEAA12A73936211548D4C0CC /* FBLPromise+Timeout.m in Sources */, - CB52BEBA0FB659E76F5A91FBA1966251 /* FBLPromise+Validate.m in Sources */, - 6D37FDD7924B88C0F96E5CAA1498223A /* FBLPromise+Wrap.m in Sources */, - 975250804B038CBB465291884A96D5CC /* FBLPromise.m in Sources */, - 6F03DE53BD6E76AF4AB35E2E80248092 /* FBLPromiseError.m in Sources */, - 57B9E4CEF1AE1A75A1E52EBF95BED9E7 /* PromisesObjC-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; CC53D1D34209DFDC335D6160B307F12B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -28183,6 +27874,79 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + CC865F8CB40069BAE6358CCB09373859 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 529F7F8B2B9C52548A1EF01992F3DFD4 /* BaselinesAsyncSocket.cpp in Sources */, + 6D7205D7AD07A7486DE7BC2E45035341 /* BaselinesTcp.cpp in Sources */, + DB76D0B05B98CD4FDC1B1A8E7C75F86B /* Benchmarks.cpp in Sources */, + DB35D9D830399DA010FA302EA647B66D /* ChannelRequester.cpp in Sources */, + 02B0F67E1268F46CCEA5210C18ED01D6 /* ChannelResponder.cpp in Sources */, + FB75FD87F276E8776BAFEB9D5B2C55E9 /* CMakeLists.txt in Sources */, + C565D7F26E3ADA68EC443400D06E2307 /* ColdResumeHandler.cpp in Sources */, + BEE4F77D3DA63FACDE7E15950986788C /* Common.cpp in Sources */, + D450C4AC21F2E9B231839558F0203A0F /* ConnectionSet.cpp in Sources */, + 584616A78219910E31DA6733957366BD /* ConsumerBase.cpp in Sources */, + 8815CFE24B80C349BF3C976C9247EAAB /* ErrorCode.cpp in Sources */, + 4FC86232369030F0E75462CD4C4B1DA6 /* FireAndForgetResponder.cpp in Sources */, + C42D938363F17A6C6F1996FE54FB5918 /* FireForgetThroughputTcp.cpp in Sources */, + 642A7542E356D42EF2B5159D8073566A /* Fixture.cpp in Sources */, + BCEE012A3CE7FD1014FEA1E067579250 /* Flipper-RSocket-dummy.m in Sources */, + 347FF536802B32E47DDE40AB766CDC7A /* Flowables.cpp in Sources */, + 540A81C068EBD4E0A242BD18437E52CC /* Frame.cpp in Sources */, + 568F4E1B3EDB6EC5EEFC687E4836D6A4 /* FramedDuplexConnection.cpp in Sources */, + 4FCD8F441F66C477B132185CBC8B66E4 /* FramedReader.cpp in Sources */, + 8235C50BB228225C8911A0B2E4A2CEE8 /* FrameFlags.cpp in Sources */, + 1F5C7B914767359755017FB63CAD5628 /* FrameHeader.cpp in Sources */, + C12215D7712F883562E76A6BEC4A231D /* Framer.cpp in Sources */, + CD1D574A89CB4D2BE7A1EA4DFB763AF0 /* FrameSerializer.cpp in Sources */, + D5A1FA795A975ABAD689FE86D831453A /* FrameSerializer_v1_0.cpp in Sources */, + 65A2D3156F5533EE638F8968F3B63C4F /* FrameTransportImpl.cpp in Sources */, + 3323018AF7E637C7343FC277A2BECCC2 /* FrameType.cpp in Sources */, + 82AE40CFB8C2DD3210E726D87C00BF17 /* KeepaliveTimer.cpp in Sources */, + 9DC611D735478B22791B9F3265E9B1F3 /* Observables.cpp in Sources */, + 5A15C293F8C60A733F1E6C82A1EE19B6 /* Payload.cpp in Sources */, + 00A480F23CAF1CC7CF4BD05C7CD3778A /* ProtocolVersion.cpp in Sources */, + 229E5AC02E2117AB85BD5E5102E14C73 /* PublisherBase.cpp in Sources */, + CAF78C462A5AA5D316416EF6EC8E23BB /* README.md in Sources */, + 1E76EE40BB01670015D9B093930EC947 /* README.md in Sources */, + 311786568A7708BF816F93F6301657B3 /* RequestResponseRequester.cpp in Sources */, + 147F0B8AE1F48597E9AC6CE13224D8C1 /* RequestResponseResponder.cpp in Sources */, + BF1229EFBB6A6D719C12B0F525389F04 /* RequestResponseThroughputTcp.cpp in Sources */, + DCE0C5C79A0139ECFD0BB13953F1040C /* ResumeIdentificationToken.cpp in Sources */, + B7F8AB044660F1F4120D77622EE4982D /* RSocket.cpp in Sources */, + F3BD4CADEBE784CB0E933FBDE6521D35 /* RSocketClient.cpp in Sources */, + 8196189AA25EFF948F914F2B6349A878 /* RSocketParameters.cpp in Sources */, + 25C175A288FBF338EFE274BD58D1947C /* RSocketRequester.cpp in Sources */, + 0641A4780AF00558AEFE9FD8C529E76F /* RSocketResponder.cpp in Sources */, + E24A83206E03C560A2FADF1736D882F5 /* RSocketServer.cpp in Sources */, + 3EF0690028186B94828B8DA3213007DA /* RSocketServiceHandler.cpp in Sources */, + 44A1E719092F8C5711620A3CE598E2B4 /* RSocketStateMachine.cpp in Sources */, + 1F1322D8664D7B4667D3AEB4A936367C /* RSocketStats.cpp in Sources */, + 530FB780B805376C0010AAB1F42A0383 /* ScheduledFrameProcessor.cpp in Sources */, + 15D3B2DE00CEF3729DFDCBBEEA88085D /* ScheduledFrameTransport.cpp in Sources */, + 32C729D1C5FF93C48FE1CA318B5F9E4F /* ScheduledRSocketResponder.cpp in Sources */, + FB05C807C47916A23C9DFF3161A07413 /* ScheduledSingleSubscription.cpp in Sources */, + F0D2D3B2FCF72435442D5A2613FFE87C /* ScheduledSubscription.cpp in Sources */, + 325BDF089BEFEF3784F62E7CF0F39841 /* SetupResumeAcceptor.cpp in Sources */, + 99EA072406AFDC6171C6D22EC0C9DD05 /* StreamFragmentAccumulator.cpp in Sources */, + ECA7331A60F55EFFF80D117F9B030620 /* StreamRequester.cpp in Sources */, + A2581B8823456EC69A9EEC651DCE45F8 /* StreamResponder.cpp in Sources */, + 8D8C0BD614A1846E0F96F2AF6B1FE341 /* StreamStateMachineBase.cpp in Sources */, + 985959D4892A36A8029D6D137874BBC8 /* StreamsWriter.cpp in Sources */, + 8F0282EF99CED853E19680B0D02BE1D4 /* StreamThroughputMemory.cpp in Sources */, + D71EAB42A1D1BD3AA4A4C5FAB21B8977 /* StreamThroughputTcp.cpp in Sources */, + 479669489603B9B888F16F284B005027 /* Subscription.cpp in Sources */, + A4229FEB301824CE1DEED815070DD55C /* Subscription.cpp in Sources */, + 00A91CA1971A6623B2582E43318C51B8 /* SwappableEventBase.cpp in Sources */, + 36E89D0B9A24926D637E79162CDE8E26 /* TcpConnectionAcceptor.cpp in Sources */, + 6D25E0ED798EC9F33CF8F4D4A7D0D623 /* TcpConnectionFactory.cpp in Sources */, + E917780AF426816952E3BF5ED26323B9 /* TcpDuplexConnection.cpp in Sources */, + E1E0164B39C96D5D8E6F64FD5A957926 /* WarmResumeManager.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; CCB7F201D7F5637AFDB7AFF5ECB317B2 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -28229,15 +27993,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D6B6ECE1C4A354805B60163B7348015C /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 9AFD69C93548E0C428A2DA8F042D328D /* RNCAsyncStorage-dummy.m in Sources */, - D064C6B77B43DAED3CF71B49AE8C24E1 /* RNCAsyncStorage.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; D8517DEE152D22FB7BF097FF501459B7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -28314,20 +28069,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - DAD0D9F92E33C7E5F24DDFB4B500B4B6 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 9516EE4D56D4185C7480C84A5DBAF26F /* cct.nanopb.c in Sources */, - 862FEED32BABD545238D44E3D95D37EC /* GDTCCTCompressionHelper.m in Sources */, - 557D5A10BA9DE8F3F242CE30D8DF2528 /* GDTCCTNanopbHelpers.m in Sources */, - AC0F38012BEF587F84B89A83A6F284BE /* GDTCCTPrioritizer.m in Sources */, - 9233EAF7361D5B9DA4BCF4E6B82EDB14 /* GDTCCTUploader.m in Sources */, - D8524C7356F5C9FC37B8FA76C1F28FDA /* GDTCOREvent+GDTCCTSupport.m in Sources */, - 3ABFF6D28F66486D2B5DC71DFD60B4A1 /* GoogleDataTransportCCTSupport-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; DF039F9E2801C3241F76BE8CBFB51241 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -28354,6 +28095,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + DF7A2712B4BA2974A8C08DBBEF914ABD /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B7DACA34020A23187B68763E3C284C05 /* bignum-dtoa.cc in Sources */, + 963B723C9F8E8637CABD0888ECB1657A /* bignum.cc in Sources */, + 1E08E51E687A1710CBBE2C66B444C9DB /* cached-powers.cc in Sources */, + EDE5A40FB7635093BD0E6818729A290C /* diy-fp.cc in Sources */, + 77BCF34BECEC2C82F2447635F13D4CB7 /* double-conversion.cc in Sources */, + 73D9853C8F5F8418431B1B0B83C63CB8 /* DoubleConversion-dummy.m in Sources */, + 21FB10C2F23656993355A8AE38A8EB18 /* fast-dtoa.cc in Sources */, + 5DB10ACCAE6C4AABBB12FEB9A3CBCBFC /* fixed-dtoa.cc in Sources */, + C647368B826F89A321E9248EA475802C /* strtod.cc in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; E4B3B261E1675E5BCC8B45D4309CA1A8 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -28371,12 +28128,12 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - E7FA492124A9D3C1AD187485BBD310BA /* Sources */ = { + E77E7992CBE562A712485A193A2D90C5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 19A0784757BB96FE3DF1F2583E534CC7 /* react-native-cookies-dummy.m in Sources */, - 8CF5EFC9B3E0DD6DA06EF9DA10842ADE /* RNCookieManagerIOS.m in Sources */, + AD811EE43CC60A940768EEA939DCFBA4 /* react-native-document-picker-dummy.m in Sources */, + 4CFF2BBA882ED477A9E4345DDF73ED77 /* RNDocumentPicker.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -28398,6 +28155,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + E99F2F415284E622B0B66CA80C7E4E8F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1F91056AB2E5BDE9FEF3F26B1103E5F6 /* react-native-background-timer-dummy.m in Sources */, + B3D7A8D8919292B71A7E53674AAD7917 /* RNBackgroundTimer.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; EA74C0139AC5081A21D8584BC8C95072 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -28453,25 +28219,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - EDD86000DC6F9369231772EB623E7137 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E786C1991EA56379BF582624CD65AEA9 /* FIRCoreDiagnostics.m in Sources */, - 708571E7BFAC926FA2AABA4073A8785F /* firebasecore.nanopb.c in Sources */, - 6AE9CBEE8A715E614CCE6F723C81668C /* FirebaseCoreDiagnostics-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - EE57EB95507742185D15C51CCF7BA4C9 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 9C3AAE2CE6C20E58D34CA4960A855159 /* Orientation.m in Sources */, - C7B2415A54F8C2320CCAB9738B2418EF /* react-native-orientation-locker-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; EE5FC4C137981A10F02DDFEC9A90E144 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -28489,94 +28236,341 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - EEBFE5FBF63F0C9CCFCC4214B014D4A9 /* Sources */ = { + F435DBA7ADCE99822E3A2377FD5DD1EA /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 84D27080AACCE2AB8F2D511230967221 /* bignum-dtoa.cc in Sources */, - A0BC8D0E3606570EB21D1C4733091204 /* bignum.cc in Sources */, - D134C4992F177402F6E995608D41D377 /* cached-powers.cc in Sources */, - 120B7A744447CA1EFAD6113DF3F21C42 /* diy-fp.cc in Sources */, - DEE3AEAAFD1848898A8645D53C5B55A9 /* double-conversion.cc in Sources */, - 747CC2D530550EA5D51FCB4C59DF2700 /* DoubleConversion-dummy.m in Sources */, - EF375C6C300AB6D19EB502AB85DDA02D /* fast-dtoa.cc in Sources */, - E7199AD006B96EE964696627E6604378 /* fixed-dtoa.cc in Sources */, - 5050E876360BACB144D6A34948F96B03 /* strtod.cc in Sources */, + 6F1F8EF644016A395B41D4E944A6BADE /* react-native-cookies-dummy.m in Sources */, + 46C3EA4C3AAEBECD4B0A4E5C55FE78DB /* RNCookieManagerIOS.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - EF2E2C6342893542A97F1BC2CC728938 /* Sources */ = { + F4DB371160F598627F976FA3D8B4FFB8 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 4FDDE4AAD34AA3F00371636F296819FB /* DeviceUID.m in Sources */, - 7DC132029003463D3E9FE3C483C88FEA /* RNDeviceInfo-dummy.m in Sources */, - BA89BD2A310F9142C8DB73B4B9592164 /* RNDeviceInfo.m in Sources */, + 26E3EA9EA688E451D555351D01FAF093 /* FBLPromise+All.m in Sources */, + FD66F588DC0E70AE690A0F996BE9795D /* FBLPromise+Always.m in Sources */, + 5C66571FCF2922FF506249F786F7C2B3 /* FBLPromise+Any.m in Sources */, + 9770201320FB3CF124779BD9333C0C1F /* FBLPromise+Async.m in Sources */, + C6EF6DF30317ED5A9D1C8FBB49196CDA /* FBLPromise+Await.m in Sources */, + D5BA735782CFC37A8CE51F894B82612F /* FBLPromise+Catch.m in Sources */, + 08D52DE9B2323BD5306514C8E953CFC4 /* FBLPromise+Delay.m in Sources */, + 16F3F7362DA973002D1BD504C9743C15 /* FBLPromise+Do.m in Sources */, + CCB1309DF0D5E43298D4B39272DE4714 /* FBLPromise+Race.m in Sources */, + 8921B186021211DCAAB9002E6164BF96 /* FBLPromise+Recover.m in Sources */, + 3E5CFC853FC87AB0A847FBA94DBCDA9E /* FBLPromise+Reduce.m in Sources */, + 5A3B01EF4602391E5A04403FF71730EE /* FBLPromise+Retry.m in Sources */, + 3876A6A0E2FE43C217D0CBCE4158EC4B /* FBLPromise+Testing.m in Sources */, + 1D819081622A037E8FF435B0C0A97B62 /* FBLPromise+Then.m in Sources */, + 3AAD0FAD389E0ADD6196897E2DCD7B7F /* FBLPromise+Timeout.m in Sources */, + 01F1DFD8208B8E4DAC0394FBBAFCCDAB /* FBLPromise+Validate.m in Sources */, + 70FC399652F3D3F4E1494D92ADEA423C /* FBLPromise+Wrap.m in Sources */, + 27A280D1DBA7A8B6FD7A3651A54497AA /* FBLPromise.m in Sources */, + A60EFB2995A377F91CE02D5AB813E667 /* FBLPromiseError.m in Sources */, + 74D86512B76EB5951D255CB9631423CA /* PromisesObjC-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - F260A91DFDE082018191BEDD0441755F /* Sources */ = { + F6AECD449282C1F6B09541EECA6631F3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C272409C6E5C7BAEB668D00D0AF813CB /* RCTView+SafeAreaCompat.m in Sources */, - 296835209A80CA68B3E948098F146B7F /* react-native-safe-area-context-dummy.m in Sources */, - 30AF2671AF0F163C12F1602CC4C792A2 /* RNCSafeAreaProvider.m in Sources */, - 25C3094B23533F00B393D8D5D7C13758 /* RNCSafeAreaProviderManager.m in Sources */, - CB31072A90D4003C27AD03CBC8DC662F /* RNCSafeAreaShadowView.m in Sources */, - AFD00032A6816428C23EBA3C47C35970 /* RNCSafeAreaView.m in Sources */, - EA2BB672D792ACB784A76D4C5B0731DD /* RNCSafeAreaViewEdges.m in Sources */, - AD247CB68FF67CA50D0209FDBD246A2D /* RNCSafeAreaViewLocalData.m in Sources */, - 5D83E4D190DFB7D1C10BAC5183CB7D64 /* RNCSafeAreaViewManager.m in Sources */, - B41E355A9F1D1C34B98AF6A861841870 /* RNCSafeAreaViewMode.m in Sources */, + 834853DF79D22D35F79249694745C845 /* Assume.cpp in Sources */, + 3982B54A81FF6C438C549B5F2F4A167F /* AsymmetricMemoryBarrier.cpp in Sources */, + E5F20D894B2BEF19E448E36254B4D65C /* AsyncPipe.cpp in Sources */, + EC6B36DE220FC85C1830743B92F61766 /* AsyncServerSocket.cpp in Sources */, + 4F38E53B95D8818071B780659E5CC94F /* AsyncSignalHandler.cpp in Sources */, + 96E256F89922BC5E08659C1D36EAECD0 /* AsyncSocket.cpp in Sources */, + B16080103ED619D497F9F38FDCD203E0 /* AsyncSocketException.cpp in Sources */, + 324E10204B55A30A7E49833F7506C1F7 /* AsyncSSLSocket.cpp in Sources */, + A9FB072399C61B2494EB51AE6A481A76 /* AsyncTimeout.cpp in Sources */, + 0D40CDBD5486AE061AB3157BADBC82FA /* AsyncTrace.cpp in Sources */, + 34ED194A67DC1C79DDCFB4C9DE4EBA59 /* AsyncUDPSocket.cpp in Sources */, + AB8C0623A643580EE18888EC3B7BDC01 /* AtFork.cpp in Sources */, + FAF7ED55F520D5B12387011B0A011697 /* AtomicNotification.cpp in Sources */, + 23A7632A236B534C61233C4A94C9D15A /* Barrier.cpp in Sources */, + 4731DF4BBC06D7B9DC50AD464E18AAFD /* Benchmark.cpp in Sources */, + C13CAF955D7B855DAC37DBE3E4F24924 /* Builtins.cpp in Sources */, + 59F53C7E38D885A1EF74A0FACD20E817 /* CacheLocality.cpp in Sources */, + 3AD033CAAC68190D9737A8F5146BC484 /* CancellationToken.cpp in Sources */, + 985EA3220078A46F592506E868150BCB /* Checksum.cpp in Sources */, + 68B2F7B7DC6560ED107AB863D886DED3 /* ClockGettimeWrappers.cpp in Sources */, + E6BD50F9F6ED0AE9A28037989C07A7AA /* Codel.cpp in Sources */, + 91EA968E216DC49C58C97DD7D9AE45CE /* Conv.cpp in Sources */, + C019BEB44308C457EE6E10A0695D5492 /* CPUThreadPoolExecutor.cpp in Sources */, + 7BCAC281B3CEA74686047213C3BA9B43 /* CString.cpp in Sources */, + 0AC7CEEF8A91D361D372B86E0A7A3CF0 /* Cursor.cpp in Sources */, + 4DFBEE0184786AC88141F62FAFC1951B /* Demangle.cpp in Sources */, + 25BDABCF4B94685FDE0C08F1D9D57028 /* Demangle.cpp in Sources */, + DCFA0D969EE55402E86500E829B21623 /* Dirent.cpp in Sources */, + 24497D5DB531C36C16DD8D625C7311B8 /* DistributedMutex.cpp in Sources */, + C642996CE8A550A6B4A92BB541C6B5F1 /* dynamic.cpp in Sources */, + 1C3771DFE7BC396741747DDD18CC8BFD /* EDFThreadPoolExecutor.cpp in Sources */, + D47FC085AC5BA1B7377EC38A9795CB48 /* EventBase.cpp in Sources */, + 941AA48CA2E9FD933B91419C3E95DDEC /* EventBaseBackendBase.cpp in Sources */, + 4AA4D6D8123EB43271B2B3C11D88C096 /* EventBaseLocal.cpp in Sources */, + 7D3EF6CF6484558FACD312FD0FBC8B77 /* EventBaseManager.cpp in Sources */, + 82D143D04EBB0300144ED17BC95FA0C3 /* EventBaseThread.cpp in Sources */, + 2D3EDAA4EB79B23EB3EEC4386687B9E7 /* EventHandler.cpp in Sources */, + 170AE8952FA2CA6148287311F527E9D1 /* ExceptionWrapper.cpp in Sources */, + 2B0A47D7D27FC519A68BB4849C2D4002 /* Executor.cpp in Sources */, + 02F2A48AE9CCA2EAD2D41975E94393BD /* ExecutorWithPriority.cpp in Sources */, + 79CE7042D63D07FE19B42596CC71C3E3 /* F14Table.cpp in Sources */, + 44A5C07FD2E0EE420C679ACA385898CF /* Fcntl.cpp in Sources */, + CEF6F79DC57906F6BB3A2EBC056D81A2 /* File.cpp in Sources */, + 2FAEC8D8FFA2F50D651D605CB6A05CDD /* FileUtil.cpp in Sources */, + 61DD63094FAC5774D23AC3BE10E8D48E /* Fingerprint.cpp in Sources */, + 676ACEB006D30E1C9B09790857EAE512 /* Flipper-Folly-dummy.m in Sources */, + DF6260BE03F8B14B2BDB07352FE3AEBB /* Format.cpp in Sources */, + 8F121BD5C52FBE0AED367196850C9F81 /* Futex.cpp in Sources */, + 78B9B192F75BBA7430108DC883FA6FC1 /* Future.cpp in Sources */, + 896D483B57185E6C062455C5C247D9A7 /* GlobalExecutor.cpp in Sources */, + 523BE4BFB348B55B394B2F2007AABBA2 /* GlobalShutdownSocketSet.cpp in Sources */, + 9E665218BE13BD41A0F38267C022EF8D /* GlobalThreadPoolList.cpp in Sources */, + 1A251C4030FE668DFE3842E58E02C8A5 /* GroupVarint.cpp in Sources */, + E5CE155F7721EDCD288D16C91B47797C /* HardwareConcurrency.cpp in Sources */, + 103451815D22D387DC156526A2810594 /* Hazptr.cpp in Sources */, + 4095FEA0BA6463AF290FB0132EF4F710 /* HazptrThreadPoolExecutor.cpp in Sources */, + ACF9E58E3239581E7AC8B5023677B0AC /* HHWheelTimer.cpp in Sources */, + B9ABF97961D6362A055A91FB5DCD5FBF /* Init.cpp in Sources */, + FA5AA8E83A62BCE0E4C517BA716ACA70 /* InlineExecutor.cpp in Sources */, + 64EF3DCF42454B634E539A8DE2C4EDB3 /* IOBuf.cpp in Sources */, + C83E19593D5A5752402F8019479BB1BD /* IOBufQueue.cpp in Sources */, + 752F542E89474F7D90471444ED899F4E /* IOThreadPoolExecutor.cpp in Sources */, + A67605697A81BBB6F315448AE55D7B7B /* IPAddress.cpp in Sources */, + 27237AF6095A9DE25A69F27968FD4233 /* IPAddress.cpp in Sources */, + 487DA8B4A0C96EBBE5331273A15C0C3A /* IPAddressV4.cpp in Sources */, + 95C5EDEEC7C8C88872AFB03E8A716DA0 /* IPAddressV6.cpp in Sources */, + C344BC69DFA2AA39BF348D60ABEE1C2B /* json.cpp in Sources */, + 671E58F86028B5249D6DE018FFADFE27 /* json_patch.cpp in Sources */, + 10B5D6DA509258AD6E47E994B8FEC913 /* json_pointer.cpp in Sources */, + 14B05797CF12E3EDFDCBA4BFE23DBA81 /* Libgen.cpp in Sources */, + 4232B802A02909D241EA22D3F6ED1CD2 /* MacAddress.cpp in Sources */, + BAF9C32D3EBCE24210DA2174DC726F2D /* MallctlHelper.cpp in Sources */, + E557BA690CA573AC85E27EE224D87E00 /* Malloc.cpp in Sources */, + C68A63331846E51323BD1BD8A1AAC283 /* MallocImpl.cpp in Sources */, + 1192B60893289D935CB1C4BC5CF4221F /* ManualExecutor.cpp in Sources */, + 0C2F09CC99B70E4E378A03CA85A35FC1 /* ManualTimekeeper.cpp in Sources */, + DB38E5A0EB6A09064AF8609FD9A079CE /* MemoryIdler.cpp in Sources */, + 1FC982155BE4D529B89D7B467C17B5A4 /* MemoryMapping.cpp in Sources */, + E15BD892DE6037D0AF20F712AF46D737 /* MicroLock.cpp in Sources */, + B9882FA79D534829B852F941F8686B16 /* NetOps.cpp in Sources */, + 640129484F05970C31BB613773353914 /* OpenSSL.cpp in Sources */, + F171F3E9EC7D09E5FB240614BE38AB9B /* OpenSSLCertUtils.cpp in Sources */, + 5513A54DB97D861B0B20FC567241652F /* OpenSSLHash.cpp in Sources */, + 72B27A09A1AF231A88F1C04EB37E602D /* OpenSSLThreading.cpp in Sources */, + DB8D35A5E51A869C4A026AAEF3889ABA /* OpenSSLUtils.cpp in Sources */, + 33264174550D4688FB16240472482B7E /* ParkingLot.cpp in Sources */, + 06D59DD975E57872B9023520C3C71BD3 /* PasswordInFile.cpp in Sources */, + 05B453044DCD8B52064A168652D47DE5 /* PThread.cpp in Sources */, + D6B92EF9CD7654C6DEF92CF4FC4CD178 /* QueuedImmediateExecutor.cpp in Sources */, + 821F8E727F52697CDC7A47DA9821BB46 /* Random.cpp in Sources */, + 2C20D219BCB8C2352E06962104E8270A /* RangeCommon.cpp in Sources */, + 4E59720953C4BBA19C592BB451FD38E1 /* RangeSse42.cpp in Sources */, + A8A86CD9894A70BF0B97722A90BDD958 /* RecordIO.cpp in Sources */, + 1645EC47EB762E4FFE87BC156065831A /* ReentrantAllocator.cpp in Sources */, + 84387E934827FC3242DBF56E00779017 /* Request.cpp in Sources */, + 15E04767A844E89D123C3971936E35F0 /* SafeAssert.cpp in Sources */, + EEF7310A8A45A5AED1C7D9C8E3CE742D /* SanitizeLeak.cpp in Sources */, + EB002C803EB4B4F75B835AD8ABC9908B /* SanitizeThread.cpp in Sources */, + D9320651D932C30727FF289336E1AFB5 /* Sched.cpp in Sources */, + 6827CB2CB5D5ED0D8080CCF375C60AED /* ScopedEventBaseThread.cpp in Sources */, + 51EB98DAE04CADCB76A87102AAD002DE /* ScopeGuard.cpp in Sources */, + 48BAEEA4B23ED1433C176AADAF02597B /* Semaphore.cpp in Sources */, + 84204C1C9CFE443B3F38A06256AA357B /* SerialExecutor.cpp in Sources */, + A6DCA910E5B7FEDCB7F0E2A23CD1D942 /* SharedMutex.cpp in Sources */, + 06374191BB664B56DC52418E6F9FDA1E /* Shell.cpp in Sources */, + 4FA3CBB7914A0AAC5273D40CAF814CCF /* ShutdownSocketSet.cpp in Sources */, + CF94170BA0C2D6D4C6E048420122DB8C /* Singleton.cpp in Sources */, + DF365C2EBC94B800048B8CF31D261D9D /* SingletonStackTrace.cpp in Sources */, + E64F3B312F4C403650F0B1D4CE7DD4AE /* SocketAddress.cpp in Sources */, + 1FA03B89D98435C2AE69528890A6EF29 /* SocketFastOpen.cpp in Sources */, + 9CA01B91119E61D3A0D4BF65EE6F310B /* SocketOptionMap.cpp in Sources */, + ACB03BB02A279EED2F935404C0553FF3 /* Sockets.cpp in Sources */, + 47B90E46E8C241D04F71C81D7BBDDE1B /* SpookyHashV1.cpp in Sources */, + BC30EED1A963E545E20FD08320902DB9 /* SpookyHashV2.cpp in Sources */, + 8AC34CB4511A9486CF87EB4C9CCE5FC1 /* Sse.cpp in Sources */, + C71EF89DF0D50B0ED05AA62F2609AD0B /* SSLContext.cpp in Sources */, + 603337370B542B227858BCA1D1422D5C /* SSLErrors.cpp in Sources */, + 3288255C74D241EA772A5CD5EFB45BEA /* SSLOptions.cpp in Sources */, + 0046EEB51A17FE412BF74CDA311CCA99 /* SSLSessionImpl.cpp in Sources */, + 1C7E98F603927DF96FB1B8F641205745 /* StaticSingletonManager.cpp in Sources */, + B315DEBE40A059E415893283CC261CF6 /* Stdio.cpp in Sources */, + 318F6BE2737A121339F12DE30609947C /* Stdlib.cpp in Sources */, + 0F95B4D1E2AE16F5C2562755BEBECD85 /* String.cpp in Sources */, + BCE0EDCB1CD8E5CB1A9F93EFD35CD82E /* String.cpp in Sources */, + 53D6EF48E36BCCD83AAC7DB04D6EBF02 /* Subprocess.cpp in Sources */, + 0B680CFB0540EF39FFDEBDBF8F79C4F1 /* SysFile.cpp in Sources */, + F07CB0886D2CC80AA9532CCA534AC3AE /* SysMembarrier.cpp in Sources */, + 96401E81CDC05C31A8B53FCFDD39DF5A /* SysMman.cpp in Sources */, + 1D60864A4C3901FF5B52A5D29FEB00F4 /* SysResource.cpp in Sources */, + 38EDCDA7A46413398975DA0828C06FDB /* SysStat.cpp in Sources */, + D1C3B9C1A55FBF22E1BD8B073B095760 /* SysTime.cpp in Sources */, + 8101F4E7BC63E6E7AD66FEFBFACAEC44 /* SysUio.cpp in Sources */, + 05829281FC0BA39922CAA01018E41C0C /* ThreadCachedArena.cpp in Sources */, + B441D8D7A67FEA50D53AEF32C46A8026 /* ThreadedExecutor.cpp in Sources */, + 564BE46B537960C8C8A8AE9E46C8C74D /* ThreadLocalDetail.cpp in Sources */, + 2D9623080F4E76BE75D5102FDC852284 /* ThreadName.cpp in Sources */, + 5BD3AE01AF86C7EC55FD162CB1EA14C8 /* ThreadPoolExecutor.cpp in Sources */, + 6438A0CB4AFC674F05645DD92421BD21 /* ThreadWheelTimekeeper.cpp in Sources */, + 9E22B90ACB62733F2BFE0B0F29439484 /* Time.cpp in Sources */, + 3D1081491F1A74E0C34BFA4E980E3E1C /* TimedDrivableExecutor.cpp in Sources */, + 48A952537A117B37BF94FE22201D8C2A /* TimekeeperScheduledExecutor.cpp in Sources */, + 0F24191CA8A041D7FE10686F71563363 /* TimeoutManager.cpp in Sources */, + 474913B0763E3A4528CE8F1E6793E45B /* TimeoutQueue.cpp in Sources */, + A5F64A5F8053FE0D6259ACDBD4F88266 /* Unicode.cpp in Sources */, + 38DD78B3E00EFE9F320873CE777293EF /* UniqueInstance.cpp in Sources */, + 6F5E00D4AA1A75F94FF3CDD674D351A6 /* Unistd.cpp in Sources */, + 7596148AF404E5BB8DE2632EFC01D0E0 /* Uri.cpp in Sources */, + 2D411A0AC25E7B4E330A62790C3D0CA7 /* VirtualEventBase.cpp in Sources */, + 88FA54A6792462C9C8DCA6E46297E074 /* WaitOptions.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - F8DC0093A51D03EADE066109CFABA5E5 /* Sources */ = { + F75836C634629F43519C830769CD8906 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5188E35920121C4F023B009EB47B7250 /* RNVectorIcons-dummy.m in Sources */, - EBB31A81A9245F1AF542525CD137D384 /* RNVectorIconsManager.m in Sources */, + 66ED8D425E4F45C860D484AC4DB18B2C /* GoogleUtilities-dummy.m in Sources */, + 0DF1EEAB49D793105860A21DA914EF50 /* GULAppDelegateSwizzler.m in Sources */, + 5A77666ABFC6CBE9F22B1BDFAFC0959F /* GULAppEnvironmentUtil.m in Sources */, + 58CEBA82A249BF25F43B50D77011E196 /* GULHeartbeatDateStorage.m in Sources */, + A64560801A6CE1E08A25A23884DBEA8F /* GULKeychainStorage.m in Sources */, + AEB1A260BBB3152AD93E541F74199B1B /* GULKeychainUtils.m in Sources */, + E31A904663F8E0EC679E55CAE9AC2D2B /* GULLogger.m in Sources */, + 31D6FB40971A8C7BE5A1AFA78E3A2158 /* GULMutableDictionary.m in Sources */, + EDC8D517D22810BBBF119CD4811DC57E /* GULNetwork.m in Sources */, + AF470A4DF4B2BA77552B55DACC28175C /* GULNetworkConstants.m in Sources */, + A6EAB9C4A0A2889564C4E6E44FC2424E /* GULNetworkURLSession.m in Sources */, + 1C9AA5ECAD8C2F7639FD4EBAEF3452C7 /* GULNSData+zlib.m in Sources */, + C5169F55A08017893540E98111DAFAC0 /* GULReachabilityChecker.m in Sources */, + 4E1D8F2E391814741E7D0D91EE7CBEA9 /* GULSceneDelegateSwizzler.m in Sources */, + 1D1CAE6C44FE0A6019C795C3BC71CB04 /* GULSecureCoding.m in Sources */, + B7E3E0A078D2EE41F9237DC0C98537BC /* GULSwizzler.m in Sources */, + CDBD428EEBF253588CB3F474C085B54F /* GULUserDefaults.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - F97C2BE4EF20C1E3A659E94FCBB6D44F /* Sources */ = { + FB568A1351C383766730DC82C2A26433 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 49B9A7CDA3FFBA61F3319743726532BF /* Assume.cpp in Sources */, - D3E75255C112E95538231EE5A4D3B20B /* Conv.cpp in Sources */, - 7CFAD82FA9E9D3A77F991BD8B7FDAB51 /* CString.cpp in Sources */, - 1150FD97889E98ECF89845D8099157C7 /* Demangle.cpp in Sources */, - 02049F12EEC179802EC777ECA806465C /* Demangle.cpp in Sources */, - 793659856B8D6DFE07EBEEAA29553CDE /* dynamic.cpp in Sources */, - C8BD7C22C39127DD46ACC72F4AC4AF68 /* F14Table.cpp in Sources */, - 65B6C18087CF33358F59C9B9E7359FE0 /* FileUtil.cpp in Sources */, - FD3FE38EA7ED41179CA0B88ED2AF42D2 /* Folly-dummy.m in Sources */, - 55A98FCD9929C09F024CA2E24BCABB13 /* Format.cpp in Sources */, - 9A1B5A33E49B47ACE5B96E04D470BD3B /* json.cpp in Sources */, - 4ECCE735AC4771FE313B938B04B32C46 /* json_pointer.cpp in Sources */, - 0272B4976AB1F75CA60CFAE9AFE2B8FC /* MallocImpl.cpp in Sources */, - 143CDC87385E6E80D0D7D82B7859D575 /* NetOps.cpp in Sources */, - C6DD94CD7C44C3F83D2F8AB8DF4BA025 /* SafeAssert.cpp in Sources */, - D7FB02DEB50E4DB43AB98B77DBC8531A /* ScopeGuard.cpp in Sources */, - 991001D0E11A671F6A3BCF98C1E81AB6 /* SpookyHashV2.cpp in Sources */, - E4C1F02F23AB75D352F417E22F13AD04 /* String.cpp in Sources */, - E3251301F8417A7D0AB853107B7E24B2 /* SysUio.cpp in Sources */, - 5AB83241EEF04A1D555AB0079654EFB0 /* Unicode.cpp in Sources */, - CDFE8EFADA9AB89F96FAD6C68D742682 /* UniqueInstance.cpp in Sources */, + 97DF42D60D472C78ABB42974C4672803 /* Orientation.m in Sources */, + 252A150408A553D4807BFECE84C73499 /* react-native-orientation-locker-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + FBAC39EA5913B087F62D65EC9BD25809 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B313D9282040A2D049A9F5DBBFF26862 /* crashlytics.nanopb.c in Sources */, + C4A2E6450D085E2E713D37F4A13C0433 /* FIRAEvent+Internal.m in Sources */, + 537FCB67A58E7CC24F616EEB11A50AA3 /* FIRCLSAllocate.c in Sources */, + BEF031019AEFF925E45625DD5191959F /* FIRCLSApplication.m in Sources */, + 49E7F5DD19D1A9D965392EF6D9FD62EF /* FIRCLSApplicationIdentifierModel.m in Sources */, + 20A146B87A5A674B7BE619DB784CC277 /* FIRCLSAsyncOperation.m in Sources */, + 1A83D06635F509BEE152AD2CA8ABE80F /* FIRCLSBinaryImage.m in Sources */, + 4DA84086EC3036B6EEA7C3F2D7DBAE8D /* FIRCLSByteUtility.m in Sources */, + C07C1404D9248DFFEF4F2540C361BDCF /* FIRCLSCodeMapping.m in Sources */, + 3597D96A5994385C48EF04643A92F93A /* FIRCLSCompactUnwind.c in Sources */, + 1BA8A00F81DA5FB66B256CAB00A50E8D /* FIRCLSCompoundOperation.m in Sources */, + 775EFF67826C97499F9230765C5D908D /* FIRCLSConstants.m in Sources */, + 3CB83ABCFAE02258447ED5AC3CCD1E5E /* FIRCLSContext.m in Sources */, + 42388669FE0561F119D310E8018385AF /* FIRCLSCrashedMarkerFile.c in Sources */, + 2A5E383D55FE9C242624A8E3E76CD6FE /* FIRCLSDataCollectionArbiter.m in Sources */, + 926E44B73A3D00201A9D00116442406C /* FIRCLSDataCollectionToken.m in Sources */, + D37E9D23E2B6DF1B3C59E3EF5287E69B /* FIRCLSDataParsing.c in Sources */, + 0C7335E732F5A6E02288D04CC285F899 /* FIRCLSDemangleOperation.mm in Sources */, + 6219CB67BF47591198801A5475AC9810 /* FIRCLSDownloadAndSaveSettingsOperation.m in Sources */, + 2DC59B235ED0EC0A91F12BDFC23660C5 /* FIRCLSdSYM.m in Sources */, + B043026E9827E306ABC01E5F7EBDEE7F /* FIRCLSDwarfExpressionMachine.c in Sources */, + A691A2C3279D1BC307475576D7838143 /* FIRCLSDwarfUnwind.c in Sources */, + E5050845DFC58728473037CAA78378A0 /* FIRCLSException.mm in Sources */, + D1BE46897DCD1DFC3C263F8A280E215E /* FIRCLSExecutionIdentifierModel.m in Sources */, + B4BA3A08CF01AF745E8020BC7F3C7BBF /* FIRCLSFABAsyncOperation.m in Sources */, + 2C7CE9C58DFF531AA2AC58125DD534D2 /* FIRCLSFABHost.m in Sources */, + 28DB097850BA4AD5AA86D4A78ADE68EF /* FIRCLSFABNetworkClient.m in Sources */, + D9E163FEEAFD9A1880609C85919D27E7 /* FIRCLSFCRAnalytics.m in Sources */, + 05376FAB71BE9325DEA64606B5FE496C /* FIRCLSFile.m in Sources */, + CCC58A49D3FE284960374EDD35AE79EF /* FIRCLSFileManager.m in Sources */, + 078EB6FF6BBFC4D5D1C23CBE2E187B8B /* FIRCLSHandler.m in Sources */, + BF725862BCAA8BCCF751EF9257BB172C /* FIRCLSHost.m in Sources */, + 4B02FC4BEEB253365193CEFC5C6C08C2 /* FIRCLSInstallIdentifierModel.m in Sources */, + CD94A20CDD87A078033792FF35D2FDD2 /* FIRCLSInternalLogging.c in Sources */, + E83D75DAF197D119EC466226DA24D451 /* FIRCLSInternalReport.m in Sources */, + C30B5AB858B7A4404AD3058379C5C5C8 /* FIRCLSLogger.m in Sources */, + E231A20A63F48C974C354EA237E5B9E0 /* FIRCLSMachException.c in Sources */, + CAA198913ABDF365F82058416991C28F /* FIRCLSMachO.m in Sources */, + 9A2A7128EB69942C9C61F37DEFAFAD99 /* FIRCLSMachOBinary.m in Sources */, + 4569529CFADDC615ABC1B443CA14BFF4 /* FIRCLSMachOSlice.m in Sources */, + B26194A97FF0360FAB663359B842843B /* FIRCLSMultipartMimeStreamEncoder.m in Sources */, + E742E9C6D59FC15B2B598DA01392A726 /* FIRCLSNetworkClient.m in Sources */, + 8F1A90B16C428BC3BF019DD15E792A84 /* FIRCLSNetworkOperation.m in Sources */, + 94838925C73476BF2A7DE0ACF9F5D872 /* FIRCLSNetworkResponseHandler.m in Sources */, + 63A37F775D7718CF4160D778A29CDF55 /* FIRCLSOnboardingOperation.m in Sources */, + DC40CCF3CD8E96120E9E7291947AD62A /* FIRCLSPackageReportOperation.m in Sources */, + 08BE9B30C42741E682288EDD03C2D5EA /* FIRCLSProcess.c in Sources */, + 1FAB29507E6C530B4F5701DFAD969087 /* FIRCLSProcessReportOperation.m in Sources */, + 9C55F1DF8045F9BE4780B0AD61D3E046 /* FIRCLSProfiling.c in Sources */, + 61AD287FC184AAA51EE8A0FBAD58DB05 /* FIRCLSRecordApplication.m in Sources */, + 6D65FA5BA99BF57EC80B1EEBA1453555 /* FIRCLSRecordBase.m in Sources */, + 52C9B60899CCF1DAE73D440605570794 /* FIRCLSRecordHost.m in Sources */, + F1FD63BEB7D90017393BDC257A24AF1D /* FIRCLSRecordIdentity.m in Sources */, + 50EF57CCC25B10D398BBD18EDD1B693C /* FIRCLSReport.m in Sources */, + 699015D40F81ECA1AD569C9E2CD8EB5F /* FIRCLSReportAdapter.m in Sources */, + 3AFFB5ECDFFE4AC90EBC12F8EF91CCB2 /* FIRCLSReportManager.m in Sources */, + 31CFF5B92C099904CE847EDCB174CECA /* FIRCLSReportUploader.m in Sources */, + C8E145118AE686486E52337A433C53A9 /* FIRCLSSerializeSymbolicatedFramesOperation.m in Sources */, + 637B0F5A3F8E1E5D2A8A5CCD4CF7FBE3 /* FIRCLSSettings.m in Sources */, + 5BA6BE66A8F85520012434BB56953B56 /* FIRCLSSettingsOnboardingManager.m in Sources */, + 9B2E8A0FAE93947C0EAB20E49442F301 /* FIRCLSSignal.c in Sources */, + 87D0D382A2E4F64997169BDA289D7E54 /* FIRCLSSymbolicationOperation.m in Sources */, + C253F97B084091697048764792DB4ACB /* FIRCLSSymbolResolver.m in Sources */, + DC82E9B8A12D55B50D21219CD769F488 /* FIRCLSThreadArrayOperation.m in Sources */, + 4B005CEED7E815160946863FE06EFD00 /* FIRCLSThreadState.c in Sources */, + 0A6F160726FB7781AC7918741BE0CE2B /* FIRCLSUnwind.c in Sources */, + 0C007AF3E75F1C8A94D21AC52303D2DF /* FIRCLSUnwind_arm.c in Sources */, + B127D7148E93DEEE3176215709AFCAF7 /* FIRCLSUnwind_x86.c in Sources */, + 723EFC12107693BE96D29AB6EA86FF20 /* FIRCLSURLBuilder.m in Sources */, + 919B48F8606088327E091A87F4640F12 /* FIRCLSURLSession.m in Sources */, + DA9BA88926DC5914F3BBCE8FB51C5042 /* FIRCLSURLSessionConfiguration.m in Sources */, + 43487EFF4D19314724CC3B7C8EA723F4 /* FIRCLSURLSessionDataTask.m in Sources */, + 0BD726C30CD5EF226C4E63693F1D9DB9 /* FIRCLSURLSessionDownloadTask.m in Sources */, + C771EA4D47C62FD0733DD282D81D35EE /* FIRCLSURLSessionTask.m in Sources */, + 3C2FA4BA552EF8A6B0E7F297F31EB4E0 /* FIRCLSURLSessionUploadTask.m in Sources */, + 22448F033354D8846A35F5A1AA60FB44 /* FIRCLSUserDefaults.m in Sources */, + 47F41022AA2E2FA39A5D8314FF0E03AE /* FIRCLSUserLogging.m in Sources */, + 952B359E2EAF596B0221DB3BF4EEC9A6 /* FIRCLSUtility.m in Sources */, + C1FB6AF3F24B8B4303754549846645B9 /* FIRCLSUUID.m in Sources */, + EE3C262D6A0F5AA0CE2F976F2643690A /* FIRCrashlytics.m in Sources */, + 217FB94A14907C21FD2847C28265C1F2 /* FirebaseCrashlytics-dummy.m in Sources */, + 9DA8EB1FC867253A1E28427948A778CA /* FIRExceptionModel.m in Sources */, + 8346F19A4AE135B1F705DF97ABFE373B /* FIRStackFrame.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 00B5D4CFB9FA415517127B19718AC14F /* PBXTargetDependency */ = { + 008765B12DF87847D34C6B7B781E6049 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 45D0A951848C864A9428BF528EB32BCE /* PBXContainerItemProxy */; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = DA84FEF9B82E7C26F5A320A5D1E2CA0F /* PBXContainerItemProxy */; + }; + 00C84C54894AF873508C08C0475A38AC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 8F8404F92F0436A4BA77F5020262DC6C /* PBXContainerItemProxy */; + }; + 011560862F24AE63E24EF7ACE30F71A5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCrashlytics; + target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; + targetProxy = 5F6A6B39CA33978ADA90F6312B69D43A /* PBXContainerItemProxy */; }; 012289AF3D5196AAF30279B4042AFF06 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -28590,6 +28584,12 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = F04143E3B606CAB58974FE8DCF3062EE /* PBXContainerItemProxy */; }; + 01963416EF070C1196E080A9C4F80C8F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 2D31B5144E14A39E209EDA25226F6836 /* PBXContainerItemProxy */; + }; 01AB365B5F1E6E9B2B9A87DB2F6E86A5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = YogaKit; @@ -28608,71 +28608,119 @@ target = 49821C2B9E764AEDF2B35DFE9AA7022F /* UMBarCodeScannerInterface */; targetProxy = 805D01B3EB1077391BA6CEEF56D7C077 /* PBXContainerItemProxy */; }; + 02CE4F41998ECD47688D9758EED02333 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCoreDiagnostics; + target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; + targetProxy = 019243C3D77530DC73C1A4DFBE58E8E6 /* PBXContainerItemProxy */; + }; 02E9E53F1A94297D28085B1950547CAC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = F74305E6DC4DCF48EFB361B80E1E255B /* PBXContainerItemProxy */; }; + 0364826E56A2B461415D10B88FBDE5C0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransportCCTSupport; + target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; + targetProxy = E28D87877E301B5890583BAE082AD4BF /* PBXContainerItemProxy */; + }; 0365DE6A1F746EAD5FF9D6FCCB8C5714 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-cxxreact"; target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; targetProxy = 589E2C12D15397CC6EA201220A02D3CE /* PBXContainerItemProxy */; }; + 0399F8E7F60B250E7203EF4021EC24FA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXHaptics; + target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; + targetProxy = F559D29BBCB3A4CA7140CD1BE2B37E0E /* PBXContainerItemProxy */; + }; + 039BF314760B8B55D1254FE46D176F54 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = C1580F916BAC9A585D73B906A8D9C7C2 /* PBXContainerItemProxy */; + }; + 03A8E09726F681363CE88CB84A4BD687 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 3986C4FD6E9A06864E6CF4B8A3A0DD3D /* PBXContainerItemProxy */; + }; 0415F3FDE9812796454B9F7713A78286 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNImageCropPicker; target = 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */; targetProxy = D94EE2E21356604263D7CDB7FAAC2AC3 /* PBXContainerItemProxy */; }; - 046E48CD30F819DDC93E997C397C35E4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 1F1AE10F4FFB40711BD7F6EB83B9E769 /* PBXContainerItemProxy */; - }; 04EC0AE1EFC30A7640C11E6536BC18D4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMTaskManagerInterface; target = 50188AAB5FAECCA9583327DBA2B0AF2B /* UMTaskManagerInterface */; targetProxy = 189532D867A43347C18C537951BA6AEC /* PBXContainerItemProxy */; }; + 04F679602B44607C67F258E68F5DA42C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JitsiMeetSDK; + target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; + targetProxy = 57B04C6421CDA4790095ED7B06652588 /* PBXContainerItemProxy */; + }; 04FFA7C3011B200DD582FD347C6D50B2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNVectorIcons; target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; targetProxy = B81C056BDAFB218CBBAB82C588F85565 /* PBXContainerItemProxy */; }; + 053CC9F9AA5D815F1E1B4B23CF423772 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = 6A89B475FC42CAF4C7E9A853B89F94D1 /* PBXContainerItemProxy */; + }; 05B381CEFDC9207D7B0CAA0054090207 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMCore; target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; targetProxy = 68EE1A47FD13EA707CEC52005A4E4AE2 /* PBXContainerItemProxy */; }; + 05E8E9165812E4FCBDD33F40EDF2A2C4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-PeerTalk"; + target = 718DB7D0A7E90B531AD577B3356C4161 /* Flipper-PeerTalk */; + targetProxy = 90F689AB9F55A247ADC0E399DF9F85CE /* PBXContainerItemProxy */; + }; 05E9D79ADFB25DC58DF722FED8F68B89 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTAnimation"; target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; targetProxy = 81EAEB33E20099BB0453F7CBB1B71386 /* PBXContainerItemProxy */; }; - 066062BAB97817BF8E47E7CB47088725 /* PBXTargetDependency */ = { + 0608E18EC6F66977846C783FA5C3F664 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; - targetProxy = 14B7F0F380CF51CD43985A4764799925 /* PBXContainerItemProxy */; + name = FlipperKit; + target = 982644B5B647690B2E4F5B3F54EB5717 /* FlipperKit */; + targetProxy = 7EB2E4F7EF84DB41873147E72FD71B6C /* PBXContainerItemProxy */; }; - 068144685D8D34A63D8576BB63EF61DC /* PBXTargetDependency */ = { + 067D8E6BE94DB84F1D192ADF49B306E4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaAsyncSocket; - target = 6083682834ABE0AE7BD1CBF06CADD036 /* CocoaAsyncSocket */; - targetProxy = 2D5E50FC50769B31EC7B3C8D879A52B3 /* PBXContainerItemProxy */; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 210CB3A014699225D03E15FB5E136812 /* PBXContainerItemProxy */; }; - 06B90B268F2E531F480A26F27D7DD3DB /* PBXTargetDependency */ = { + 0694D76F99EBE685A34FA1097D6A88C5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXHaptics; - target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; - targetProxy = 2B69CA0B240056ACBCEAB65943A578D1 /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 1DD062D7B80FF6AE845543CE23E1D88C /* PBXContainerItemProxy */; + }; + 072E381627E0BE8FB18753729F2B3BCB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 16434D76BFC442DF38DAE98C67A8CCDF /* PBXContainerItemProxy */; }; 07DCB6B148B5CAD87AED4C923B3BC980 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -28686,30 +28734,12 @@ target = A238B7CE3865946D1F214E1FE0023AAE /* rn-extensions-share */; targetProxy = 5A461065B2AFC0524ABED3B4D0A1D056 /* PBXContainerItemProxy */; }; - 089A50B3505A0E7A01CD254E293B16B4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "OpenSSL-Universal"; - target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; - targetProxy = 85E51207420840997702FA2499F04AAE /* PBXContainerItemProxy */; - }; 08A80242EF621FE5249B8A6821E3B528 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ReactCommon; target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; targetProxy = 747CAD5FB00F9C41E3E708B6AA1C61FA /* PBXContainerItemProxy */; }; - 091A63C80A67D2FB25451C2D221172D4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 4DD64C62AFE1FECCBE769C3D68E81C35 /* PBXContainerItemProxy */; - }; - 095432170BD9033C5F650A485E732A70 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = C22EA278149EC855804E94FBC7B38013 /* PBXContainerItemProxy */; - }; 095DE49F7E33313AA5468A01843AB828 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = TOCropViewController; @@ -28728,6 +28758,12 @@ target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; targetProxy = 6385B125C1F12D88E873C919C512D8D7 /* PBXContainerItemProxy */; }; + 09CF646B7803EA105BBA9983C239501F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 90415E5ED53DF9940B738222323F2E59 /* PBXContainerItemProxy */; + }; 09F732CE23DB6F8D7BDDDDB329928C61 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMFileSystemInterface; @@ -28752,47 +28788,53 @@ target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; targetProxy = 5D5C5DF38845909617CFF3BDB28AF73E /* PBXContainerItemProxy */; }; + 0C43A054BC4BC5BBBE6F1E3F3A13805B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 100DBC410F886C1FCFA663B53C7A8B6E /* PBXContainerItemProxy */; + }; 0C97159995F0CE3C0313959C7098BECA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Yoga; target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; targetProxy = E589CE587A0A8283C240479BFA626F48 /* PBXContainerItemProxy */; }; + 0CE95488CB1B21E8129E444A510B1569 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = DE018833FFCD95FC26309B54E95E010D /* PBXContainerItemProxy */; + }; + 0D2316826D0E0CF78EB91F3E71A1A50B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseAnalytics; + target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; + targetProxy = DB54FEB03A329EDBB21D7358E24E125D /* PBXContainerItemProxy */; + }; 0D858CA2366C053CBC7A224CFE887005 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMFaceDetectorInterface; target = 2AD4F40E67E1874A0816F6B34289EB41 /* UMFaceDetectorInterface */; targetProxy = 9563ABA3158E7A46FA5D05EC83008F87 /* PBXContainerItemProxy */; }; - 0DA3E5945AB040B9740DA60988669973 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-Glog"; - target = 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */; - targetProxy = 8806A26BE5F15F6ED010998C9E3DD501 /* PBXContainerItemProxy */; - }; 0E206CE204FA280187DE0E83A5114F59 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = libwebp; target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; targetProxy = 619ADB8A3E317BFAA3F902B13FA32106 /* PBXContainerItemProxy */; }; - 0E7F02C0A09C672407027D02C240EECD /* PBXTargetDependency */ = { + 0EE7338AB4ED545B2E6D827771BB5292 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = A064D56B1B8B173E9CCB6887CDE06E9D /* PBXContainerItemProxy */; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 37DBD1153E6FB4103033F9589A72ED98 /* PBXContainerItemProxy */; }; - 0ED6E0CD9709BD6C2168F680C802402C /* PBXTargetDependency */ = { + 0F224BC1109D38048531B395D0A9E003 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 3E62A11940F8FB8FE8BC330C4F1A59EB /* PBXContainerItemProxy */; - }; - 0EDF7643B84DF7D39CC992EFC83E3023 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = 56F8C669D4CBC18B67047107CBEBBB80 /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 2B2110361AF0F225888123D4A0873ACD /* PBXContainerItemProxy */; }; 0F87CCE58C28FC6D52AFE65D4495F8AF /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -28800,11 +28842,11 @@ target = 7A020DAB6F3F0BA0A6D9946E84B38B7F /* React-Core-AccessibilityResources */; targetProxy = 3E7032E024D803D0555D6E9ED20DC3CF /* PBXContainerItemProxy */; }; - 0FDA557E291784C1C71C25D7188FC947 /* PBXTargetDependency */ = { + 0FBFC3EDF954D686BA9D6400FCB8D2AC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 20127EDCBFCAFB502FA8398145222042 /* PBXContainerItemProxy */; + name = CocoaLibEvent; + target = D63EF582C3FFEAFBF76242E9637C6E0A /* CocoaLibEvent */; + targetProxy = 19D806A34705232FD6F18416B4CC4D49 /* PBXContainerItemProxy */; }; 102A11ED5ECB64B2E2DF4318C52CA9BF /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -28812,41 +28854,35 @@ target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; targetProxy = 6217901DC29D774DEA81B72D3255B4C5 /* PBXContainerItemProxy */; }; + 1082D84F7E4B4D734416E1936CFF1F7C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransportCCTSupport; + target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; + targetProxy = 63349E3C829AFFB7A2A0750ABB6A293F /* PBXContainerItemProxy */; + }; 10D97D7977A91B839FC8D9AD647CE2AD /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsinspector"; target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; targetProxy = D7F58E073065F47E1524982D02E2C36D /* PBXContainerItemProxy */; }; - 10E7A3D5A0F86C45D8E7C366963E1C6F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXAV; - target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; - targetProxy = 4F57BC98A75DF502F9D0328C12854343 /* PBXContainerItemProxy */; - }; 10FFE99A8432BE06BF8F4B8B8CF1ECAD /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Yoga; target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; targetProxy = 45E0800677FFAFD10B5CA25577645438 /* PBXContainerItemProxy */; }; - 110387245673A2B8477AD23026DD11FC /* PBXTargetDependency */ = { + 11222750E16514AF685B8411254E8EA5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Folly; target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 4415FEF47B69FE03D068D3CF18DBDD69 /* PBXContainerItemProxy */; + targetProxy = 399EDC13C22F553119C23765D16F1672 /* PBXContainerItemProxy */; }; - 11BFEFFF46897FE080DDFEB61DFE2A58 /* PBXTargetDependency */ = { + 1205189B5ED29666C874158CB2A13820 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCoreDiagnostics; - target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; - targetProxy = 720771AEF1931C280C60750EE1638334 /* PBXContainerItemProxy */; - }; - 12D00EBAD6DEFD7C2A84DA42D1E795D0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Firebase; - target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; - targetProxy = C5D5293B2DF0801981CDD92223C28E2B /* PBXContainerItemProxy */; + name = EXKeepAwake; + target = 0CF4D9052577C85B6B8C4E957332626B /* EXKeepAwake */; + targetProxy = EBB6082BC9E924B9CA5D9BB3DB3814A7 /* PBXContainerItemProxy */; }; 12EF0762D37A5D1B19EFFAAF43B4B991 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -28854,23 +28890,17 @@ target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; targetProxy = 44FAE8496F509004847750479B941714 /* PBXContainerItemProxy */; }; - 132A777DDF37BB6AB6372EA00A8C9A58 /* PBXTargetDependency */ = { + 13B40AA4930C101E775B37E8A8E2F558 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 8989CA3992765858C8384DC6EEDE9194 /* PBXContainerItemProxy */; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 931FB9559187A60B1A85C8A90D49A330 /* PBXContainerItemProxy */; }; - 13931AEC2D03FD5B08CDB681B2E8090E /* PBXTargetDependency */ = { + 13E9D5624C9D324D72774B102F1A220A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleDataTransportCCTSupport; - target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; - targetProxy = 895493C04734402BF88076BED19C5991 /* PBXContainerItemProxy */; - }; - 13C7A119BA6D6BEEC8CF41AAC798565D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = C3A023F43425A77D56B0DA70E67A920F /* PBXContainerItemProxy */; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 9103BECBE9C661C0039CF80BEDDCB5A5 /* PBXContainerItemProxy */; }; 148450CD7BAB8E5ADFCDB8AB1D7389C8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -28878,17 +28908,11 @@ target = F3966F664F3CFAEFAB57C40FB54D3788 /* TOCropViewController */; targetProxy = 63E62F1D3D83A9D478C18BDC6CCFC677 /* PBXContainerItemProxy */; }; - 14F2425D88285AE7512D60BBD0236DB6 /* PBXTargetDependency */ = { + 159532F87E59EA9603B610FA15BBCD34 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 7E6BB52A902035DA4C911E93E37836A2 /* PBXContainerItemProxy */; - }; - 154B4FEF896FCBE29557304420A484DC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-PeerTalk"; - target = 718DB7D0A7E90B531AD577B3356C4161 /* Flipper-PeerTalk */; - targetProxy = 2CA3296A7A1791565395976FA7848B17 /* PBXContainerItemProxy */; + name = CocoaAsyncSocket; + target = 6083682834ABE0AE7BD1CBF06CADD036 /* CocoaAsyncSocket */; + targetProxy = F3A3269EEE83A5976672E5C6F0FB25C2 /* PBXContainerItemProxy */; }; 15A3869E3DBD0CF5729B58B8FBAA429E /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -28896,11 +28920,11 @@ target = 037A1F31C4D99F52EC9FD2008FEC481C /* ReactNativeUiLib */; targetProxy = 33D51C73820F61D9BF5BF27C51AFEE6D /* PBXContainerItemProxy */; }; - 15F0DDDD17CA1D3B9BD5405EB2B90928 /* PBXTargetDependency */ = { + 16CA34B320A46E72EEAF1053C4B4DCB5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Flipper-DoubleConversion"; - target = D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */; - targetProxy = 4CBF5F9BABC7D7B834A7138B168DDE0F /* PBXContainerItemProxy */; + name = Firebase; + target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; + targetProxy = 857FFAC78C95ACCB1EC5660F542B83CF /* PBXContainerItemProxy */; }; 170093F0C7ED94E1949B5CA3C5D8A26A /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -28914,11 +28938,11 @@ target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; targetProxy = D79E204F83FE68897955A8CCD149894F /* PBXContainerItemProxy */; }; - 19447ABAEC014849BB63AE1680FD87E4 /* PBXTargetDependency */ = { + 17D20522A04D8235DFD59A95E47DC791 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 84FA7DBA04B5F19033F0ED39752E97A2 /* PBXContainerItemProxy */; + name = "Flipper-PeerTalk"; + target = 718DB7D0A7E90B531AD577B3356C4161 /* Flipper-PeerTalk */; + targetProxy = 4DE0865F0A037E4F88D0BC210F537DED /* PBXContainerItemProxy */; }; 1951E963DE3CB8CD163B0D5344B250B3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -28926,35 +28950,17 @@ target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; targetProxy = 3CB9598A224670A61A40F345D5933757 /* PBXContainerItemProxy */; }; - 195222CB5FE9826742113F1B0EE360A3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MMKVCore; - target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; - targetProxy = B910CD4158842F856D928416A8F375F9 /* PBXContainerItemProxy */; - }; 1961B90BC65AE9758BBFE2687A7C9291 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsi"; target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; targetProxy = 088E6FEBB8CD1A4606682A2443CE4D74 /* PBXContainerItemProxy */; }; - 1962EECD37A592FD8934DD601FCEEC4E /* PBXTargetDependency */ = { + 1AF1DCC998E745F5A2EBEB43AFC9BE82 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = D0D94D1FF0EE463A94BF902FC77B1267 /* PBXContainerItemProxy */; - }; - 1A3AC569B5EC1AFCDD72D170E4725CE9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXWebBrowser; - target = 9EB556EE511D43F3D5D7AAF51D8D0397 /* EXWebBrowser */; - targetProxy = A71C19081E092D71C75A305ACA798236 /* PBXContainerItemProxy */; - }; - 1B7D919BE882FFB00AF4C55658EDC4C9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 4D2169B6B41C26F6CE44B60639BAA7AA /* PBXContainerItemProxy */; + name = GoogleAppMeasurement; + target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; + targetProxy = 64B3A1B58982DEA53AAF36E99ED441EB /* PBXContainerItemProxy */; }; 1BB131C54791964AF234B70EE43304F2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -28962,11 +28968,17 @@ target = CA400829100F0628EC209FBB08347D42 /* react-native-notifications */; targetProxy = 689C7F986390E7FAA64215E3275EB760 /* PBXContainerItemProxy */; }; - 1C8C5E22AD8E09EB0A8CCBD94C437246 /* PBXTargetDependency */ = { + 1C5D5905C13A6D093563087A90B95C9A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Flipper-PeerTalk"; - target = 718DB7D0A7E90B531AD577B3356C4161 /* Flipper-PeerTalk */; - targetProxy = 878007AD5DEC9126696D0C5F6EBF2670 /* PBXContainerItemProxy */; + name = RNCAsyncStorage; + target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; + targetProxy = 3309371765C150208FC57B950CF2C407 /* PBXContainerItemProxy */; + }; + 1C97698617BDA6EA0AD202BC1D8C7267 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCrashlytics; + target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; + targetProxy = A18743F631754EE4003A3C027383F346 /* PBXContainerItemProxy */; }; 1C9FB44DE2549DBF1B4F52C10DD07CE8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -28974,24 +28986,12 @@ target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; targetProxy = 4541473AED3B8C0BE841288F37EFB719 /* PBXContainerItemProxy */; }; - 1CB44E94BBB901CEDA456325042DEE49 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 168739833BDAA3B932E33F9DB2865357 /* PBXContainerItemProxy */; - }; 1CF60D4E31629111AB673200097A7D91 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMCameraInterface; target = 0A915EE9D35CA5636731F8763E774951 /* UMCameraInterface */; targetProxy = F2FE4D20E8D0A22A4CCDC832DCF95EF7 /* PBXContainerItemProxy */; }; - 1D2E93CA2F31F9FE3CA5F804D5B08961 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCPicker; - target = D00F24222F074B31C56DC6D05E806A35 /* RNCPicker */; - targetProxy = 7D51BBF85728BCD6F07861754A722FE9 /* PBXContainerItemProxy */; - }; 1D90CFF3F7F784799033DC582F6FDABB /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTNetwork"; @@ -29016,17 +29016,11 @@ target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; targetProxy = 9E8E845F8CAC3030F5B589B5F675E4C3 /* PBXContainerItemProxy */; }; - 1FE0B6537D1AD2E0C71721BD084C95E4 /* PBXTargetDependency */ = { + 1FD7D9E98F71D2B6F25F254A2EC521E0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaLibEvent; - target = D63EF582C3FFEAFBF76242E9637C6E0A /* CocoaLibEvent */; - targetProxy = 4E28ED5325CFA970FB274E0C695EBA99 /* PBXContainerItemProxy */; - }; - 201ACACFADDF771A3780995F90D88191 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 92DF5927AA15E05E63297809BB0312E8 /* PBXContainerItemProxy */; + name = EXWebBrowser; + target = 9EB556EE511D43F3D5D7AAF51D8D0397 /* EXWebBrowser */; + targetProxy = B0F06DC26238508D736984E33DF61DE9 /* PBXContainerItemProxy */; }; 20233A6D2A2EE803CA62A488F08AE780 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29052,11 +29046,17 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = AB3879F831C680A8E39F24E2C0260A08 /* PBXContainerItemProxy */; }; - 215C54F69FB47911F514BD056D620220 /* PBXTargetDependency */ = { + 216FB6A5224C001100AE4D43F15ABBCF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MMKVCore; - target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; - targetProxy = 2468F913DE6414B7D9859760B69245B4 /* PBXContainerItemProxy */; + name = MMKV; + target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; + targetProxy = 761F3800850CB810CE90679E8F2F5F1B /* PBXContainerItemProxy */; + }; + 223B8F1D703C5920C7EDE6E86E136E25 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 1DB39401316C871CBFBB844F3BC7C38B /* PBXContainerItemProxy */; }; 224B59D4D673DF9B9E6D21ADA2430DC0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29070,11 +29070,11 @@ target = B51433D546A38C51AA781F192E8836F8 /* RNLocalize */; targetProxy = F4D47550DE954D538CE85A3784015399 /* PBXContainerItemProxy */; }; - 22AF2C118EC05C846FB5C86F6D3FD9F9 /* PBXTargetDependency */ = { + 2312E9A48614952DB0B76BA4AB893350 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = A705B0BDCE0BAC8DCABF0CB300D40328 /* PBXContainerItemProxy */; + name = "Flipper-RSocket"; + target = 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */; + targetProxy = BFFB5E26266315BD19083BF7473DB594 /* PBXContainerItemProxy */; }; 2367F23BC954C95EE47980FFF04059F4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29118,59 +29118,53 @@ target = B51433D546A38C51AA781F192E8836F8 /* RNLocalize */; targetProxy = 3F15E5BB0398D5A02F6D1B1250847625 /* PBXContainerItemProxy */; }; + 255ADAAFF959D63ACCC31B5BB8110E99 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNCAsyncStorage; + target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; + targetProxy = 2F3565659C0D362C2B8637B70CEFB638 /* PBXContainerItemProxy */; + }; + 2575599B1F915B85EC1974C52AAE46D8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Firebase; + target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; + targetProxy = 46FCB21246D183207437D333782AF3BD /* PBXContainerItemProxy */; + }; 25B212B0A5C476499903D75C5920C42A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMPermissionsInterface; target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; targetProxy = 8BD52883CECCD61DCF960BB36CC22658 /* PBXContainerItemProxy */; }; - 25D510E48F31E94FC25D8CE8A1DACBD8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXWebBrowser; - target = 9EB556EE511D43F3D5D7AAF51D8D0397 /* EXWebBrowser */; - targetProxy = 53E3B7FF2D6B854C78D629A369CAA59A /* PBXContainerItemProxy */; - }; 260C1ABC7D2EE4924ED0BB725573EA0E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNReanimated; target = FF879E718031128A75E7DE54046E6219 /* RNReanimated */; targetProxy = B837E15B45FBF500F96C91D6D66DD9CB /* PBXContainerItemProxy */; }; - 262A3647585BACC282A87AFA035F01AA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = B0B39A222220070FB5E8CB8BB575AB80 /* PBXContainerItemProxy */; - }; 26371950D5B797447E6D0D20D6B43090 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 8FF50D1D6A737316829F18FE4564A043 /* PBXContainerItemProxy */; }; - 265A4426EDBABBB6DCDB622EF54B1ECB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = CocoaLibEvent; - target = D63EF582C3FFEAFBF76242E9637C6E0A /* CocoaLibEvent */; - targetProxy = 80DFD8AC59643F62563E2E171713475A /* PBXContainerItemProxy */; - }; - 26C37D51747CB129BB296EBB34E6EC2E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCMaskedView; - target = 1A0445474DA11CA659C4BCC5AB64B1BF /* RNCMaskedView */; - targetProxy = 7D4FA6DE74139A90D99226A5BAD21492 /* PBXContainerItemProxy */; - }; 26EF68F06497289198E2085A0D0009E2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTBlob"; target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; targetProxy = 329BE68D46DE5E67AF756AF526FD9B8D /* PBXContainerItemProxy */; }; - 27454DEBF6A7D6BE12C557DAE5A00114 /* PBXTargetDependency */ = { + 27C93FBAFF3D7CD1F8E5C1F4D58363CA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = F2291920AB44356321C3145A1C8A26C9 /* PBXContainerItemProxy */; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 7A26015531AEBE7E89C918FBC153A8B0 /* PBXContainerItemProxy */; + }; + 2820E4898DC8A8359B79ECBF59B7FF27 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 9BA13F9222553AA17AFB8D37B1612920 /* PBXContainerItemProxy */; }; 288C3E0DB05C7D3C85BE38F60736285C /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29184,11 +29178,11 @@ target = 32CA4CBD6B28983076BD93DA221AD027 /* YogaKit */; targetProxy = 68908DD822EB092750857DA7D6049BB3 /* PBXContainerItemProxy */; }; - 2A8A4227F8E3AE716422CAC9ECDB92ED /* PBXTargetDependency */ = { + 2A365EEDBCC3508976C18174A915A488 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Flipper-DoubleConversion"; - target = D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */; - targetProxy = 7C0167913A64F0C622629848010AE1E0 /* PBXContainerItemProxy */; + name = KeyCommands; + target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; + targetProxy = 8669BE1FA6D5870715C67DC8C590FE6A /* PBXContainerItemProxy */; }; 2AA08DBDA4AF1765043706095BA0140E /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29202,11 +29196,17 @@ target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; targetProxy = 040936BBB030CBFCD8D08E6E1393DC0E /* PBXContainerItemProxy */; }; - 2C08F462F3FD72D71E8EFA11FBB51FF2 /* PBXTargetDependency */ = { + 2B763EFADB98C2AD5729E9AADF531138 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaAsyncSocket; - target = 6083682834ABE0AE7BD1CBF06CADD036 /* CocoaAsyncSocket */; - targetProxy = 124846D5EC140D5737F860D58952A2C4 /* PBXContainerItemProxy */; + name = KeyCommands; + target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; + targetProxy = 1EDD127CD21420EAEB7800F8D5B3C80C /* PBXContainerItemProxy */; + }; + 2BD011342DF553BAED77F8B433B8A1E1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 736489F1D63D1C31A3ABC378FE278435 /* PBXContainerItemProxy */; }; 2C83FC9EB661BC061EFA0B27D8557426 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29220,11 +29220,11 @@ target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; targetProxy = 65468E8C5F61B6C576D2FB2D893A3039 /* PBXContainerItemProxy */; }; - 2D0C100CA135A2DD43A7E642C7287B45 /* PBXTargetDependency */ = { + 2CC211E860AC526B2B3AD756E6301F1C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "OpenSSL-Universal"; - target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; - targetProxy = E33C8903A76D18A5A166CE98A5AFFC5D /* PBXContainerItemProxy */; + name = FBLazyVector; + target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; + targetProxy = 3E8954D495BF62F4E367787BFB426C20 /* PBXContainerItemProxy */; }; 2D5B59D418260996A8ADC001B002A643 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29232,6 +29232,18 @@ target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; targetProxy = 2479BE9EA6999EB1BA93BBBA090CACAC /* PBXContainerItemProxy */; }; + 2DE5FA902384564AA580EC4CE31E882B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseAnalytics; + target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; + targetProxy = 34678C1CED4B1BBE46F2B85F57661B5D /* PBXContainerItemProxy */; + }; + 2E0B3446CC2BE9ABAD0B84978889370D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = D76D07A858D20059063199C8BB69A5C7 /* PBXContainerItemProxy */; + }; 2E7ACB8C31B310F58C005A2402CBBFAB /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMAppLoader; @@ -29250,23 +29262,23 @@ target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; targetProxy = B015D4C9D121E7B69A18A4F5A9877DB7 /* PBXContainerItemProxy */; }; - 2FA058C495EF56042CEAC74E35BD0EA0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 326D1B86E7D8E62B492165FDED512464 /* PBXContainerItemProxy */; - }; 2FE78A545AF40E3745907C01AC109F2F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTSettings"; target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; targetProxy = 78C0FDB3A6980D82D4DB91B0700AE704 /* PBXContainerItemProxy */; }; - 304961235866FBDEA83E89E000204D90 /* PBXTargetDependency */ = { + 306E7CB25D86ECFF254F142498692742 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 51F1E5BA6F010B629464C4712CB7E936 /* PBXContainerItemProxy */; + name = "Flipper-Folly"; + target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; + targetProxy = 1938EB7E40430E78A5B79C567BF671C7 /* PBXContainerItemProxy */; + }; + 30A1F4982E7FA2B0F75AD0FAD4C55048 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNDeviceInfo; + target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; + targetProxy = E8E534534FB5F4E4CD15B62E13B72648 /* PBXContainerItemProxy */; }; 30B35E7A286A8B908A42780D5337B05A /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29286,24 +29298,24 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 79042D6F188898492E1A0482F2C55C71 /* PBXContainerItemProxy */; }; + 3173DEBDDEC487252D8E3C31F2BF7E4D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCoreDiagnostics; + target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; + targetProxy = 93EE97CAF4E00C98FFD3661F74A90C39 /* PBXContainerItemProxy */; + }; + 31D09D278D849C883FD091A871EE9CAF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNDeviceInfo; + target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; + targetProxy = C6756DBA166F70B5DC75B5A5644DBB4B /* PBXContainerItemProxy */; + }; 31D12A5A82FF07F3FF442605A731BC19 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-jitsi-meet"; target = D39AB631E8050865DE01F6D5678797D2 /* react-native-jitsi-meet */; targetProxy = AF3E23F85A108B74AC3076EA3D680DAC /* PBXContainerItemProxy */; }; - 3249697D56F5E85806BB97B827B8337B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = 639595E90A3BBD1358DA0838B178CB68 /* PBXContainerItemProxy */; - }; - 325D6DD68A50E9ADFAA49B5876888BB4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = CocoaAsyncSocket; - target = 6083682834ABE0AE7BD1CBF06CADD036 /* CocoaAsyncSocket */; - targetProxy = 2D5DCFA46186261D2BD7021B933070E7 /* PBXContainerItemProxy */; - }; 32D64FF3D8FBC4219B94748D0B029612 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-mmkv-storage"; @@ -29316,17 +29328,23 @@ target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; targetProxy = B4D834806998BAD47AD1BC067D3CA005 /* PBXContainerItemProxy */; }; + 33273ABCFC87950254E775066C579749 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = B9B50EDC8B45C11C95E44F52E34841C3 /* PBXContainerItemProxy */; + }; 33433623DE45EF5E100BEAF5C4840E22 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "rn-fetch-blob"; target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; targetProxy = B56CD3A1472AFE48FC5FD13425844E8C /* PBXContainerItemProxy */; }; - 33B923DA9E208E9A877B2A9D2EA17888 /* PBXTargetDependency */ = { + 33BA9EB8B099F83741D178AABC4A024C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCoreDiagnostics; - target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; - targetProxy = 4D2CA1D928ECC6D1241AA701B3D0FB4A /* PBXContainerItemProxy */; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 7C95385B36BF5E1D61C3D763A05271FE /* PBXContainerItemProxy */; }; 33BB382DD85B63C974C4EE04D9864065 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29334,11 +29352,17 @@ target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; targetProxy = D8D20DD2991C28C4D21FBBB44A03A815 /* PBXContainerItemProxy */; }; - 34164883C94E0E28B6149E17D921C156 /* PBXTargetDependency */ = { + 33BC02C86DB28151F77B4E8236CB220A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = 42102334EAA0FB54FD612CBD6BF37A67 /* PBXContainerItemProxy */; + name = FBLazyVector; + target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; + targetProxy = 9A20A658F4E7F74DE5A2B3A63BE42225 /* PBXContainerItemProxy */; + }; + 33D8F1A3D2AEA03EB135F7E291954CB1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = C90300BA8B1160C785A25CDF5038C0B6 /* PBXContainerItemProxy */; }; 341CAD26F3C47BA8474D574491EFBDD3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29352,11 +29376,11 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 10F57E7F3D056180DACB1E7F62E7918A /* PBXContainerItemProxy */; }; - 34FCA85A2B8B45B7A7817D2F19FA4BFD /* PBXTargetDependency */ = { + 34EE390314D3670A03F65D7987CF515C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = F38267F1DE9E7B7E5AC6E47C1F8AF9F9 /* PBXContainerItemProxy */; + name = Flipper; + target = E63939AA6EFD3D6A8C09E45929F11DBD /* Flipper */; + targetProxy = 5E633395975801C781B96807D3504D96 /* PBXContainerItemProxy */; }; 35916694CB4AEC3839FA9A6523944D33 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29370,29 +29394,29 @@ target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; targetProxy = 15F9C20F9E8FA53B251B6C431D0945AC /* PBXContainerItemProxy */; }; + 35CDA6F32876D704376EB37A315BE791 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 815FF9A9AD6A7CD366AB0204A9F240BD /* PBXContainerItemProxy */; + }; 35E6F3F5FCC1EB05397A3D16641ADCE8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = libwebp; target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; targetProxy = 3664ADEBF5AA83A192D99CF6B94CAB5C /* PBXContainerItemProxy */; }; - 368C9B2321BC1E4DBAD95065086B8CE2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 1BD790079707E87E59C4F51C7F208379 /* PBXContainerItemProxy */; - }; 3696275EB976EDF17500A124AFBF422E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SDWebImage; target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; targetProxy = 6D78640AB1EE40FB99B1B3F3EAD7C84F /* PBXContainerItemProxy */; }; - 36D7EE29758BF2256F5CDA0D6D9E6F32 /* PBXTargetDependency */ = { + 36DBA0361BF385B55D1BFB027A5F6C8A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Flipper; - target = E63939AA6EFD3D6A8C09E45929F11DBD /* Flipper */; - targetProxy = BCD8722D2D9FAC3E106E3AF3EED0C9FA /* PBXContainerItemProxy */; + name = RNCPicker; + target = D00F24222F074B31C56DC6D05E806A35 /* RNCPicker */; + targetProxy = D41D1D6526F6883D04DDF0B2D332D6BA /* PBXContainerItemProxy */; }; 36E5238B382AAA54286417B3B5E404C2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29400,12 +29424,6 @@ target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; targetProxy = BAA432D313104D0E1D5DD524AE9528A0 /* PBXContainerItemProxy */; }; - 374A591C032ED4A7EFC4CAFA7B77FDAA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = EE860676300EAC3448155A472E2EA029 /* PBXContainerItemProxy */; - }; 37DF78EFA5D5E6254124FDAE53A35011 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ReactCommon; @@ -29418,6 +29436,18 @@ target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; targetProxy = 7A9988DC9754B1367F3E0423132802B6 /* PBXContainerItemProxy */; }; + 380DC43C1853FEF7E06CBB960122D142 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-Folly"; + target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; + targetProxy = FF9169108C964067C5816F76C7C3EAEC /* PBXContainerItemProxy */; + }; + 3836C32AD867B24088ADB5ACA17C1CB9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MMKVCore; + target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; + targetProxy = E36EDE17FE9C4986A67C8FDA2E5A4FC0 /* PBXContainerItemProxy */; + }; 387E7A4E0A2AB56C0D1747578E256AA4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; @@ -29442,29 +29472,17 @@ target = 90D0DE2F3348233618414728C35311CA /* RNFBApp */; targetProxy = 6465ECC42E0B05E519226830767BC9E1 /* PBXContainerItemProxy */; }; - 39A02A3800105768910882D9C7564622 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = BugsnagReactNative; - target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; - targetProxy = A51D32E07FBADF7E03E54C13F3D3D1A0 /* PBXContainerItemProxy */; - }; - 3ACA9E3ED3416A26FD814DD2EC9E55A8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCrashlytics; - target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; - targetProxy = FA8F16DD7AD4B27547B84D7E13CD676F /* PBXContainerItemProxy */; - }; 3ADB664E5B1E60583BFE89E352A2E570 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMConstantsInterface; target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; targetProxy = 387E0DBFB25B91078C1244F731AA58E2 /* PBXContainerItemProxy */; }; - 3B3E5ACB8EB0B16DE5508372C460CF4A /* PBXTargetDependency */ = { + 3B202452873EF08728807D159111601B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = 41A33505887B02EEF9B9E70A97601439 /* PBXContainerItemProxy */; + name = "Flipper-DoubleConversion"; + target = D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */; + targetProxy = BA26B4930EC275BF43EFBB2A793FB441 /* PBXContainerItemProxy */; }; 3B476F5440E083E2E501E73C70B8CCBD /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29484,11 +29502,23 @@ target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; targetProxy = AC0ED791614E6DF2CECCBE0DBC46AD6F /* PBXContainerItemProxy */; }; - 3BED14661E60C61D829D23118EB52FE1 /* PBXTargetDependency */ = { + 3BA85962FE35535D607670074B2EC838 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Flipper-RSocket"; - target = 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */; - targetProxy = 5B4DE6196462EA6CEF20AF1493E4804C /* PBXContainerItemProxy */; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = AFB4A777516E23DA5762DC0CBF92D74F /* PBXContainerItemProxy */; + }; + 3BC7FB5217807555B32ADBCA09656AAB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FlipperKit; + target = 982644B5B647690B2E4F5B3F54EB5717 /* FlipperKit */; + targetProxy = 414B8B5BC8942C29F3C20E9D1BB32DCD /* PBXContainerItemProxy */; + }; + 3BE45F54A834207A0A2A4CA145D7AB00 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXLocalAuthentication; + target = 869CED37B4B77AAE35DF8B6E70788BBC /* EXLocalAuthentication */; + targetProxy = 034E6479BCE3E2425688D0DF1A320482 /* PBXContainerItemProxy */; }; 3BF55021C42F4AA24BAA0E5F17C7328A /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29496,23 +29526,29 @@ target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; targetProxy = C9EAD16E109683FA55B420800E8A3928 /* PBXContainerItemProxy */; }; + 3C5576056247D2D724E75F90D93A285C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = 677CAE2B7B4CC9141EFD18E82F50AA1C /* PBXContainerItemProxy */; + }; + 3C82E7685BCD9EFF2B88ECA459593364 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleAppMeasurement; + target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; + targetProxy = A6B654EFAD16ECEBCDC502CA18067696 /* PBXContainerItemProxy */; + }; 3C979E7F26628E15231DFDB5F07CF4E1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-simple-crypto"; target = D985A509BFE270C95EDCBE6B4CBAF189 /* react-native-simple-crypto */; targetProxy = 94D9BB4B96D314CBF2C49BC49A6897E4 /* PBXContainerItemProxy */; }; - 3CBBD7CAA4450E633F5C2F6ED44DB99D /* PBXTargetDependency */ = { + 3D0DD40A2EC42F56BFDCC4C526AE408E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXFileSystem; - target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; - targetProxy = 848B5CDE9412F7E650FECB70EC7111E1 /* PBXContainerItemProxy */; - }; - 3D261E6D7FC43F862BB54E0361850198 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Firebase; - target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; - targetProxy = 5D74A0A24AF6C867BB8DC2915C7BEBFF /* PBXContainerItemProxy */; + name = RNDateTimePicker; + target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; + targetProxy = 7BDD9521652F154A2B33968D2168C589 /* PBXContainerItemProxy */; }; 3D78C82C5A3D63B4043A681A98F1667E /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29520,17 +29556,11 @@ target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; targetProxy = 2B0BF2E19ED3EB7C4F5D282488ADCD4D /* PBXContainerItemProxy */; }; - 3DC0F6C848696CCD31C1E811818AA116 /* PBXTargetDependency */ = { + 3DDE1C1225150518A528704C529646E6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXLocalAuthentication; - target = 869CED37B4B77AAE35DF8B6E70788BBC /* EXLocalAuthentication */; - targetProxy = FA74117B2C7C2C383A1010BD5C5DF5AB /* PBXContainerItemProxy */; - }; - 3DE7216487698C96407E41C12735AECA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = BugsnagReactNative; - target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; - targetProxy = 410A2243497E76AD07CD911A8368A806 /* PBXContainerItemProxy */; + name = "Flipper-RSocket"; + target = 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */; + targetProxy = 1E86EDD6EC9467E297B13CD687B2BED3 /* PBXContainerItemProxy */; }; 3DEA4F77E3B1B2EB75E7BCE099516AC7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29538,41 +29568,47 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = 57167F7967ED5FF3C36CD1BB5549A9B9 /* PBXContainerItemProxy */; }; + 3DF8E7244C78D298F33E4087A11D42C2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXAV; + target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; + targetProxy = AB7693329B745F0B1D9E1E9D6F162FFF /* PBXContainerItemProxy */; + }; 3E1138345A10298A389EAC5930D5C9AC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = nanopb; target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; targetProxy = 26EA74B03763D19362BDC43457F2C801 /* PBXContainerItemProxy */; }; - 3E4DB14D5D362D8E02FDF70959341BBD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 0A8667979D7484BC2AB31F698E24FBAA /* PBXContainerItemProxy */; - }; - 3E62623FE4AD9225A886E99B269B42F2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = C7E827262C24A0ACF665DB9EC736868D /* PBXContainerItemProxy */; - }; 3E97DD2036D933FF1858528D925AF3E2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNFBAnalytics; target = BDD119F8782FABE2707D3D913EC3EDE5 /* RNFBAnalytics */; targetProxy = 3845AD7B1E17935DC0B99880BAF31093 /* PBXContainerItemProxy */; }; - 3ECD087AFED7E16C0371D6F67ECE520D /* PBXTargetDependency */ = { + 3EB8FD33BF88780AE8F54134563EF6FF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Flipper-Glog"; - target = 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */; - targetProxy = C17A866A8C55A3DE674B0E678B928D14 /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 3C6EE330768E3B718B7124BF60CB95C9 /* PBXContainerItemProxy */; }; - 3F272C945856A5E1243F700E12559BA7 /* PBXTargetDependency */ = { + 3ECB065FA55296FB4572438D2B970480 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXHaptics; - target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; - targetProxy = E9355379234B0F457A0AF1FCF4AB486F /* PBXContainerItemProxy */; + name = JitsiMeetSDK; + target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; + targetProxy = 87F9461BF83AD6766E900149D2BBF5A8 /* PBXContainerItemProxy */; + }; + 3F39BA032D776528E8A6CA335F0F0F56 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = DA25EAF026E78FF1F3415D5BF1B27842 /* PBXContainerItemProxy */; + }; + 3F599DE0B91EF427CB4C339A993CB41B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 4FEAC1D486437F3A329D0390E1812E33 /* PBXContainerItemProxy */; }; 3F9693F6F8855A607BFCFA66BBEDD7FA /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29580,17 +29616,11 @@ target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; targetProxy = 5D9E02241FC8FB78D3D5F9BCBE127CFB /* PBXContainerItemProxy */; }; - 3FADBF0AB344A2593FBDC5A26A71A085 /* PBXTargetDependency */ = { + 3FE644C8567E78E63152B3CF9FB41FAE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXVideoThumbnails; - target = 4A95B7CD1D5F80C5E8CD9CDA00D41F70 /* EXVideoThumbnails */; - targetProxy = 7BC8D57E9A6CDD06FBFB582BC47A3E2A /* PBXContainerItemProxy */; - }; - 4049C0D42D71111D735EDC0B3B52074E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MMKV; - target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; - targetProxy = F1D0B596D7F26263C06B2CAD5306C4B8 /* PBXContainerItemProxy */; + name = CocoaLibEvent; + target = D63EF582C3FFEAFBF76242E9637C6E0A /* CocoaLibEvent */; + targetProxy = 68D138D4AFF267687E9D2ADE6ED92C21 /* PBXContainerItemProxy */; }; 40614500C3809F18AD9718DDD4A21AFD /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29598,6 +29628,18 @@ target = 90D0DE2F3348233618414728C35311CA /* RNFBApp */; targetProxy = A91C614994D3A6DC8B416B5A2472652F /* PBXContainerItemProxy */; }; + 416CEE9D2D54720CAE0FC426E12C8E80 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 47CD6209B66B364A60F8E8CCF04C5517 /* PBXContainerItemProxy */; + }; + 419690AA45AAF17CE16574481ED44CB4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBLazyVector; + target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; + targetProxy = C5E77BB76449245748D3C397244DCB29 /* PBXContainerItemProxy */; + }; 41A0CF73A5359D78540DEA50B3657555 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNFastImage; @@ -29610,17 +29652,17 @@ target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; targetProxy = 418F76A64AE3A36B4A3AE72D032A32B7 /* PBXContainerItemProxy */; }; - 42BE831A600931CC7BBF1F2543CF299E /* PBXTargetDependency */ = { + 4245732D38A97739EE983E132EFC4F42 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; - targetProxy = FCA51434010DA00CD0F21785C843CB4C /* PBXContainerItemProxy */; + name = EXImageLoader; + target = 263266A9E29FFF0E9C8CA0E4582BFCF4 /* EXImageLoader */; + targetProxy = E7E45ACA9655372736172758FE4B3B70 /* PBXContainerItemProxy */; }; - 44473A3F41F4E63857BF366A19EEFA71 /* PBXTargetDependency */ = { + 42E6CB85016A7A9215C3AD09DF8B2FED /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 237D1028F8C14282337CC711202346FD /* PBXContainerItemProxy */; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = F57F58FC032338CFCA1E59546737DB61 /* PBXContainerItemProxy */; }; 448E36C6129DC9D367BED734FD0BFBD7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29634,12 +29676,6 @@ target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; targetProxy = 5ED680389AC685039E8ED24B5136D75A /* PBXContainerItemProxy */; }; - 44CA752954F6CB2DC4FCCB75CB980E05 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-PeerTalk"; - target = 718DB7D0A7E90B531AD577B3356C4161 /* Flipper-PeerTalk */; - targetProxy = 56D02F182D5D71CBE0E7DC24859AA4AA /* PBXContainerItemProxy */; - }; 457835CDD49DEB76A7AD94CF770DAD5D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMCore; @@ -29652,11 +29688,11 @@ target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; targetProxy = 58F3A215C53938224D13D7C37E13CE38 /* PBXContainerItemProxy */; }; - 464EA0F3A7EC6BC1E036E3FB40A5EA3C /* PBXTargetDependency */ = { + 462BF3BD4757B97651F78164E177A7EF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BugsnagReactNative; - target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; - targetProxy = 2D6689C03D022C149C8734C0644CAD67 /* PBXContainerItemProxy */; + name = RNBootSplash; + target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; + targetProxy = 4D57ADFF3A5217D5F658028D5E09B654 /* PBXContainerItemProxy */; }; 46608AA6D6D95EDF3DB1739EF1E63D32 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29670,12 +29706,6 @@ target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; targetProxy = DD12881F2F9F36D94350D31CEEFFFDEA /* PBXContainerItemProxy */; }; - 46FD7FD1DE5CF7122103D6F029BFD8BE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 2747E9B82593CE407583DC62659F4231 /* PBXContainerItemProxy */; - }; 4775202179D789A6BA980C6D6E59BC12 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-slider"; @@ -29688,11 +29718,11 @@ target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; targetProxy = 2D9E5D842826EFC8DEAC00189C39C776 /* PBXContainerItemProxy */; }; - 48F9AE8B1DF3B785FD1EF1DCD38CEB9A /* PBXTargetDependency */ = { + 48982575292B9A2D307943FA0A6C704B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 3DE28DB70930C0FE9FCF778653C22D4A /* PBXContainerItemProxy */; + name = MMKVCore; + target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; + targetProxy = 06C14A77166C0B79CDE03F7CE43A8C86 /* PBXContainerItemProxy */; }; 49000148FB9A6D4D8863D13F43987F2C /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29700,11 +29730,11 @@ target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; targetProxy = 0B8D9E81A96E592DD9D7830155EC85A1 /* PBXContainerItemProxy */; }; - 4945E8CB0D9160D89CF199D8BEBDF182 /* PBXTargetDependency */ = { + 4997D9E4027C2D0A6FBB671B65C81FA5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = 9DC7B8A85DAA917CB4864508D1A688D7 /* PBXContainerItemProxy */; + name = RNConfigReader; + target = DC0D417AC8ABB7AA10C20A5E0F065812 /* RNConfigReader */; + targetProxy = 0AD2B4A1C4A814076A1BB7CD9304E47B /* PBXContainerItemProxy */; }; 49B03F90478E1949A3AA6518B86BD5FB /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29712,29 +29742,23 @@ target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; targetProxy = 56743D9D986D453A2020F8A52E425876 /* PBXContainerItemProxy */; }; - 49B0D18A2FDF8E35D695F4BD3E354340 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNConfigReader; - target = DC0D417AC8ABB7AA10C20A5E0F065812 /* RNConfigReader */; - targetProxy = 745F3B76E29817C5EF0CED264D0D9798 /* PBXContainerItemProxy */; - }; 4B237EB8ED0ABBBBEBC9E765BA5BE952 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNRootView; target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; targetProxy = 63A5A882B89C07F4B2822BDA1C144E9D /* PBXContainerItemProxy */; }; - 4B3CA70F9411DE697BF98327C4D04FFB /* PBXTargetDependency */ = { + 4B536908D1EABA221C4B519AABCFF645 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "OpenSSL-Universal"; - target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; - targetProxy = 33062D01F3544B168B0778F272BA6CD3 /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 14BC7E52F3EB7A19D70A79AD3975C262 /* PBXContainerItemProxy */; }; - 4CFB1C371127C6B1AC7BEF60CBA0278F /* PBXTargetDependency */ = { + 4C00D5959C0275CF3F62F990D35F59E6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = F38062E2ECE55BF091AD03D1C677CE21 /* PBXContainerItemProxy */; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = 323E26771F98151140FA01867D9DB2B7 /* PBXContainerItemProxy */; }; 4D2843FEDE1E3B4DAFF17D3542B3AE13 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29742,53 +29766,41 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = AA601DAFF6F22D0B24AFA2146CABFBFE /* PBXContainerItemProxy */; }; - 4D514204A0BE4147171411F91728E725 /* PBXTargetDependency */ = { + 4D75DBFBDC27207CAA389149716A602D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 53FF816875F3DF809FD98398CA618E41 /* PBXContainerItemProxy */; + name = "Flipper-Folly"; + target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; + targetProxy = 4E452E2C385C1C52F9F40F16D4D02754 /* PBXContainerItemProxy */; }; - 4D7690E64D7C79524FF4E03E2D5C119F /* PBXTargetDependency */ = { + 4DAA479CA30D3BD404B3FE27858A29FB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = 6B852EBFE9AFEC2AE025B60E7DE042E3 /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 4322039309792F346180562820FE13FE /* PBXContainerItemProxy */; }; - 4D771013FB9C5B3CD8018B597A8E14CE /* PBXTargetDependency */ = { + 4E8A6C1E295B1006705F618BE3B3A461 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 5D508B8C550B1B07189EBD0087506EBA /* PBXContainerItemProxy */; + name = EXPermissions; + target = 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */; + targetProxy = 687B3C8916C441C74B8B78970022C380 /* PBXContainerItemProxy */; }; - 4DD1839A82F531358BCB78BB0198D96B /* PBXTargetDependency */ = { + 4EE693779B4D0451DCAA5FE9F38552ED /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FlipperKit; - target = 982644B5B647690B2E4F5B3F54EB5717 /* FlipperKit */; - targetProxy = 9B39B339FAD753341E5A6250FA2D8542 /* PBXContainerItemProxy */; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 7CAA2278E42A9F4EAA30F8074E75B37D /* PBXContainerItemProxy */; }; - 4DFAF70D79F2F83CD2F83A176B460128 /* PBXTargetDependency */ = { + 4EEF157AA7107834179C4BD3C29EBBD4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCoreDiagnostics; - target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; - targetProxy = 02F849E20ECB9DBD246056E1C8A5A291 /* PBXContainerItemProxy */; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = 93A46045C175CFBDC701DA452F36D32F /* PBXContainerItemProxy */; }; - 4E43D27A1C3E1850053820F18F83C026 /* PBXTargetDependency */ = { + 4F6E0822247DE59DBDE7F9F64506F448 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FBLazyVector; - target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; - targetProxy = E9D1DC7D4BACCB772EFAAD852DC3D8F9 /* PBXContainerItemProxy */; - }; - 4F06CECC9CAB92B12ADA165ACF4A92AA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNDeviceInfo; - target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; - targetProxy = F7F75DFD56DA2976DC0332499EE7D468 /* PBXContainerItemProxy */; - }; - 4F6DFB6F1305CA0413C09F590328EB11 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNDateTimePicker; - target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; - targetProxy = AE1DA42AB34E945E96C3C42F274AEC0A /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = C13A0CEB522F4A52AAC2F00890539129 /* PBXContainerItemProxy */; }; 4FA3354285E49A4276811F18DE6A1911 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29796,18 +29808,6 @@ target = 897EF6A99176326E24F51E2F2103828C /* UMReactNativeAdapter */; targetProxy = 714D9DF63D60BB4ACED2510E95193506 /* PBXContainerItemProxy */; }; - 4FBF8888A70BBB1EC2A9F2340993C459 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = A8ED3DC387B13AB2FC64A7885F649F55 /* PBXContainerItemProxy */; - }; - 4FC8D11108A01AA3C459AC8497742750 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = FDFBA99180213C167426AF42C4D4619E /* PBXContainerItemProxy */; - }; 4FE2D4E376A0646E43FF9EFF22BA5001 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SDWebImage; @@ -29826,6 +29826,12 @@ target = BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */; targetProxy = 86156BAFED7CF10E445A7A1283A4E8ED /* PBXContainerItemProxy */; }; + 503AC82D1B78B050F523E7D203759249 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 1A1D0FDDB42FDFD639BDE966B5A6ABA4 /* PBXContainerItemProxy */; + }; 507F37D1A95674817C9CF6F41430A249 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; @@ -29844,6 +29850,12 @@ target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; targetProxy = B559C17FFEEA76D830A21B5BF2607A10 /* PBXContainerItemProxy */; }; + 50CD67F20688978013E2B26EDCE80C6F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXFileSystem; + target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; + targetProxy = 5C5FA52087DF0FB718603FD6BDC1E18D /* PBXContainerItemProxy */; + }; 514EF6DA4161159A76438366FC36D252 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMReactNativeAdapter; @@ -29868,12 +29880,30 @@ target = 6514D69CB93B41626AE1A05581F97B07 /* react-native-background-timer */; targetProxy = 4FF33ECD69EFF0048F7A667AC82437A2 /* PBXContainerItemProxy */; }; + 523737F3B72863C110FCE7871D91C7FC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Flipper; + target = E63939AA6EFD3D6A8C09E45929F11DBD /* Flipper */; + targetProxy = F3E7121446A18C2A66760785523797A5 /* PBXContainerItemProxy */; + }; + 525794CAAD2054235BA45EFEDD873E34 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BugsnagReactNative; + target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; + targetProxy = 72C512A4C01EF862DD14BE6E1281C665 /* PBXContainerItemProxy */; + }; 52A71980865D1A4D5CCDF2792BA58563 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-simple-crypto"; target = D985A509BFE270C95EDCBE6B4CBAF189 /* react-native-simple-crypto */; targetProxy = 1DAD407592C28DC581F9D3D5174FC896 /* PBXContainerItemProxy */; }; + 52D6743A2675E85C6F79459238AFA06B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-Glog"; + target = 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */; + targetProxy = 4098537CFAF18E6BB0D1244EA9488475 /* PBXContainerItemProxy */; + }; 53015A77136950359BC357A45B1F7D45 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "boost-for-react-native"; @@ -29886,17 +29916,23 @@ target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; targetProxy = 085E77FD6F23314F05BCF6540A43C954 /* PBXContainerItemProxy */; }; - 548FE1F2B48E88DCE14DA8D25A00637A /* PBXTargetDependency */ = { + 534232C248FEA0A8A25C6AD0A452570E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Flipper-Folly"; - target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; - targetProxy = CBFC6F0D97AF4E1EA014894CE732FC1A /* PBXContainerItemProxy */; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = 61B08B4399FDFB9681F9E33856651FBF /* PBXContainerItemProxy */; }; - 54FCEA382F484D737AD0E86F4BF02601 /* PBXTargetDependency */ = { + 5368C33CE8DA67AF28E66B1DD7AF6C0D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "OpenSSL-Universal"; - target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; - targetProxy = 677766993CFC99BCC4BC84E3D043FAC4 /* PBXContainerItemProxy */; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 3E1E738BF3C6402F7EBC3A483F6C0FDB /* PBXContainerItemProxy */; + }; + 54A1B5A706B639A40F971EEA7DF83A26 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = EF6FD279B41AE89C627BCA73B7D1E925 /* PBXContainerItemProxy */; }; 561107DAD207FCC0BE622D2FBCA5A0E1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29916,6 +29952,18 @@ target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; targetProxy = B1684402EA95ABA2615D5BEFA5028E9A /* PBXContainerItemProxy */; }; + 56886BDDA16248A0EE6A55F7DEE29F9D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXConstants; + target = 6C1893932A69822CBE3502F2E0BCFB6D /* EXConstants */; + targetProxy = 030E6D5B68918F97E6CA09E3CB229019 /* PBXContainerItemProxy */; + }; + 56C4376D4EC7D6085B37465A5C20582F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransportCCTSupport; + target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; + targetProxy = 8CAB2281E83EAEA88C3C582D4EAE980F /* PBXContainerItemProxy */; + }; 579507B3D7B2B5E050C4EFBF57722327 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Yoga; @@ -29928,18 +29976,6 @@ target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; targetProxy = C5B64C2CE8436B790D58A835CE5B74CC /* PBXContainerItemProxy */; }; - 5813DFD9B5FB0601728CB8C15BD8FE93 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = D1FE17227FCC3F2C0216B3FF458253A6 /* PBXContainerItemProxy */; - }; - 5853AA17F0807D1058FBB7CF31B9196E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXPermissions; - target = 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */; - targetProxy = 969E08E0432880C00F2767B46F981593 /* PBXContainerItemProxy */; - }; 5864B74692AB14A280D433D2665D713A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-jitsi-meet"; @@ -30006,17 +30042,17 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = D8B244408CDC93FDBC6BE540D7DD5612 /* PBXContainerItemProxy */; }; - 5B3F6EA4B2861FD32C68EB37A1CD15AC /* PBXTargetDependency */ = { + 5ADB05FB403184882C5A1B53E4AAF2EF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 126DE18E5755159AA42123CF7D147643 /* PBXContainerItemProxy */; + name = FirebaseCoreDiagnostics; + target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; + targetProxy = 3E5DDE5FF075FB923187A1230CF8DB60 /* PBXContainerItemProxy */; }; - 5B5E4FA3DC053B49EC537C479F56E2C5 /* PBXTargetDependency */ = { + 5B235AED231828BDAD45A6CA4393CF7F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaLibEvent; - target = D63EF582C3FFEAFBF76242E9637C6E0A /* CocoaLibEvent */; - targetProxy = 998E2B3F8547F9410CA9ECF0159885DA /* PBXContainerItemProxy */; + name = EXFileSystem; + target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; + targetProxy = 90F8A80A9FD490581F0BCD38AAB691B4 /* PBXContainerItemProxy */; }; 5B822110F78147B9FC8089BD6A8B89A9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30024,6 +30060,12 @@ target = BDD119F8782FABE2707D3D913EC3EDE5 /* RNFBAnalytics */; targetProxy = 9C6CC90B51FAC6A2ADD1121B569565EC /* PBXContainerItemProxy */; }; + 5BB55CDA4518F914AF807EF901BB99FA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = F5E4EDF029D0FD95D3A0F6EF7240296A /* PBXContainerItemProxy */; + }; 5C265301A20B18C15D9458382AB6E82A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNScreens; @@ -30036,36 +30078,24 @@ target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; targetProxy = 2FBB38BBD59A7054369EA6B8C26D68E2 /* PBXContainerItemProxy */; }; - 5CB80C2B0833CB6C2C3EDDC6CD71ACDF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 9839432427044335EE82EB65E1E63450 /* PBXContainerItemProxy */; - }; - 5CDD65E4F98B9C2874A4E7E62E6C48B4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 87B46084098E9CE649CC8BC6782CE706 /* PBXContainerItemProxy */; - }; 5D17249B388DFE0B2076FC9BEC3C137B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNFBAnalytics; target = BDD119F8782FABE2707D3D913EC3EDE5 /* RNFBAnalytics */; targetProxy = 14A1F5C122622EEBD44073C5FF6A91F7 /* PBXContainerItemProxy */; }; + 5D4BAFDA50CBDD8B848E652163DB65C3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNCMaskedView; + target = 1A0445474DA11CA659C4BCC5AB64B1BF /* RNCMaskedView */; + targetProxy = FCD92FB0C719CBCA21AF536BB10C23C0 /* PBXContainerItemProxy */; + }; 5DB08F0E5E06EBCCCDEE481BCB8DEB50 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ReactNativeUiLib; target = 037A1F31C4D99F52EC9FD2008FEC481C /* ReactNativeUiLib */; targetProxy = 513D4D8FE2C3265F07F2CF5C1C27DFCB /* PBXContainerItemProxy */; }; - 5E3561B95CD6082847AF8D073A1F8198 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 5CAF30A7836BA98C722C2D6FCFC00E88 /* PBXContainerItemProxy */; - }; 5E5CCD44181C1775196264B5DB49525E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; @@ -30084,29 +30114,29 @@ target = 90148E8FD1C445D7A019D504FA8CBC53 /* ReactNativeART */; targetProxy = CA0AFC06C86F18978F7F9D7C8F6E5368 /* PBXContainerItemProxy */; }; + 5E7DAA94EBF58001ADF875E6E243E917 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCoreDiagnostics; + target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; + targetProxy = 2B1C26E833C0C976A2FC5CDC343DED9B /* PBXContainerItemProxy */; + }; + 5ECFBCF58EE026C9A386D1B8006E1188 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-Glog"; + target = 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */; + targetProxy = 57B92F1D4694D1CEF7DAAF3A498CBCE7 /* PBXContainerItemProxy */; + }; 5F42EA1EFE67F07F2DFD98C858FDDD5A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTActionSheet"; target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; targetProxy = C926BCAF8E3832881447F34D540F77BE /* PBXContainerItemProxy */; }; - 5FA5D163EAF94AD4C45B7723489DACFA /* PBXTargetDependency */ = { + 5FFC0625B21167568F9B81AB321B12DF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = F1013885A8ACE4077EACAF53BA3887F2 /* PBXContainerItemProxy */; - }; - 5FD75744D088D061551E83474D859B71 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-DoubleConversion"; - target = D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */; - targetProxy = 72D7368108FBD6F35E42FE783D9A4052 /* PBXContainerItemProxy */; - }; - 601653254D2C839AF50ECB46FCB6CDEE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 69B000070C3480C9F6BDD17CD5F8BB25 /* PBXContainerItemProxy */; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = A4A0096A1C703E25393E7FB9B2AC7002 /* PBXContainerItemProxy */; }; 607BA1316DB540743F389E7AE1D4DDCB /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30114,24 +30144,6 @@ target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; targetProxy = D6A2058B4B1FDD1E1E02056AEC5A3674 /* PBXContainerItemProxy */; }; - 60EC533180E11EA019FD0932D94A4AE1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JitsiMeetSDK; - target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; - targetProxy = F8A02E0A2F41693980551FAEBAEB361A /* PBXContainerItemProxy */; - }; - 610D978A5AD16C72800C1A4CA7EEC019 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-Folly"; - target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; - targetProxy = 69DE6AE45EC653D2C40173CD48B83DD5 /* PBXContainerItemProxy */; - }; - 61A93B0A754A56FC61EB17B29E7B30A0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = BE31E49F62DACCCA14464BC2DBA81EA1 /* PBXContainerItemProxy */; - }; 61AF8C669CE51D66DFB014150F7FC89E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-jitsi-meet"; @@ -30144,11 +30156,11 @@ target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; targetProxy = B7077D16C661B90C353B57AEF6A0A209 /* PBXContainerItemProxy */; }; - 61EA644EFA648E03FDBE146FA973906F /* PBXTargetDependency */ = { + 61F5F7DEAF5F574F193AEE62C5875EA7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 47E8162C4B5C2C770D5A2B4451B14FA1 /* PBXContainerItemProxy */; + name = RNBootSplash; + target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; + targetProxy = A8EACF613585FF30F70F31BF6B854537 /* PBXContainerItemProxy */; }; 623DDDF667A2C1D97F9D5E5FB5EEE0EE /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30156,24 +30168,6 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 014DCA5C2300804E63CCA8A94354DF74 /* PBXContainerItemProxy */; }; - 623F42D108C75C7DDCDD124A85BA38A9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = 050CCF8AC49E5099802F81A00BE6CE06 /* PBXContainerItemProxy */; - }; - 625F91DF3672F30834772924304F8010 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = 47F5B9FECAC9F586BEC671C7CCAA0453 /* PBXContainerItemProxy */; - }; - 62A9EF9E042A613DACEAA3B9EAC6EA29 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; - targetProxy = A8B7ECDE4B0E0F8DB6B2640142E59507 /* PBXContainerItemProxy */; - }; 62C7C69631A0D8DA41FB441E97AA62A8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTActionSheet"; @@ -30186,12 +30180,6 @@ target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; targetProxy = 04CAEC1F691AAFEA1598715AB3553F2E /* PBXContainerItemProxy */; }; - 62F28B38E411135F626178BF237A5EA7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = 75A83BDF28724DDF4C5E5F7088916BDF /* PBXContainerItemProxy */; - }; 633DF6296A5FD5F8892B184BB917F813 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; @@ -30204,53 +30192,65 @@ target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; targetProxy = 9A31D787CF083B04B2B20A256337FC4D /* PBXContainerItemProxy */; }; - 63A2C28762505D5E8FA9B90E0D9352B0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Flipper; - target = E63939AA6EFD3D6A8C09E45929F11DBD /* Flipper */; - targetProxy = 66E96AF8A7F22392A2A446EF10116BB1 /* PBXContainerItemProxy */; - }; - 63D4107EEE5EDEDBC5D1390F289702E8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXAppleAuthentication; - target = 28A005E00FB77DDB2543047A07ED99A5 /* EXAppleAuthentication */; - targetProxy = 5259312B3B9BBB6C4B2C46E31B70B003 /* PBXContainerItemProxy */; - }; 63FDD5F28F2449930F5FF3F89A7D63E0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = 95F931A6E5BBE5882D978FE1C05D4043 /* PBXContainerItemProxy */; }; + 640C3BD56E30DA4E357D5B46AEC7B8D2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = C7202C9A259EC9868023113542E211D1 /* PBXContainerItemProxy */; + }; 641E56B6F33EBDA1753E85EA88CB3155 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMFileSystemInterface; target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; targetProxy = 69BF816AAD027125B667C2C838B65173 /* PBXContainerItemProxy */; }; - 643FAD95402105B7252CF519968C7CF0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNConfigReader; - target = DC0D417AC8ABB7AA10C20A5E0F065812 /* RNConfigReader */; - targetProxy = 1D0C6C23A42AB111CA0D61800A25A39F /* PBXContainerItemProxy */; - }; 6464D5A0888F9F403825E104ACDC8C52 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTVibration"; target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; targetProxy = 6160C37BF815565435576A3E59EC7BD0 /* PBXContainerItemProxy */; }; + 64BCB838179D2EA5BF97C1A5AACDD668 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MMKV; + target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; + targetProxy = 8AA6DA3656D3A39CFCCDC85957489E6E /* PBXContainerItemProxy */; + }; + 64C3E3E9EF1B3E1EB31DFB73249D47AD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = FAC2F2ADF33C2B99B2D44DCDF2438842 /* PBXContainerItemProxy */; + }; 658C49C69889983801DA4EE1F5ADA74F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsi"; target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; targetProxy = 2E1AA581CF634FBF722858F656BAF1F6 /* PBXContainerItemProxy */; }; - 65C152BBA44B39AF1806C9BF43DC594F /* PBXTargetDependency */ = { + 658E9BCDD37BEC09763EF0B207697B78 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 48C7F8FEE55D7DB16923B4B394527433 /* PBXContainerItemProxy */; + name = EXWebBrowser; + target = 9EB556EE511D43F3D5D7AAF51D8D0397 /* EXWebBrowser */; + targetProxy = 8B281A028BD76634BA372B1BD0343D45 /* PBXContainerItemProxy */; + }; + 658F1D9E65AC220DE91BE4D828AF5560 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXLocalAuthentication; + target = 869CED37B4B77AAE35DF8B6E70788BBC /* EXLocalAuthentication */; + targetProxy = 939CF523A6DC6EABE851095DE1F24CFD /* PBXContainerItemProxy */; + }; + 65C2F8843F38A91C7E255A73880C1875 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MMKVCore; + target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; + targetProxy = 17045D2FC7415906EC5C9CE3D4FFBF7D /* PBXContainerItemProxy */; }; 661D24B1226BE7510A94C805001B98D8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30258,12 +30258,6 @@ target = E3573FB7AF659C42B699003C73722241 /* RNFBCrashlytics */; targetProxy = 059245BD6657E0FFC8585FA34488255A /* PBXContainerItemProxy */; }; - 6723078482F14297AD10DD689ADE7DE7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = 5106CC62D9996AA77F32CDEBD5D90CB4 /* PBXContainerItemProxy */; - }; 673150981ACA1CC97B792323EA139512 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SDWebImageWebPCoder; @@ -30276,6 +30270,12 @@ target = BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */; targetProxy = 29BF0BC00D9A0A2A10D1F44DBC993637 /* PBXContainerItemProxy */; }; + 67DB51C8E439B0C1CC56905093CFA923 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBLazyVector; + target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; + targetProxy = 6666A0C1CAA0C9FD4FD71016F684CD91 /* PBXContainerItemProxy */; + }; 6846C03FEFC460997927DE8A3B32E3EA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "rn-extensions-share"; @@ -30288,17 +30288,11 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = D4530897D7C20B161C118258A1633F37 /* PBXContainerItemProxy */; }; - 69321530A6AC97466F20C15A680CDFA3 /* PBXTargetDependency */ = { + 695542F45904365E232CCDDB1B8C3065 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = EXVideoThumbnails; target = 4A95B7CD1D5F80C5E8CD9CDA00D41F70 /* EXVideoThumbnails */; - targetProxy = 211E10B355FD289B101DE6CED2200678 /* PBXContainerItemProxy */; - }; - 6983B4C31A3D367CFB057944575F59F1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBLazyVector; - target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; - targetProxy = 26EBDB49328BA4916DDDFE4CB577BBC2 /* PBXContainerItemProxy */; + targetProxy = 518532ACA99C44D5B38BF576E28AC199 /* PBXContainerItemProxy */; }; 69DCACE747F92097A5AABA97F8210589 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30306,17 +30300,23 @@ target = 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */; targetProxy = 04DCF439BD548FABB064C097C6D50A06 /* PBXContainerItemProxy */; }; + 6A167F825DB4342908527C09C7F4595A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "boost-for-react-native"; + target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; + targetProxy = 0C79894580D1D0FD0CA907B53FC6C2C4 /* PBXContainerItemProxy */; + }; 6A35E1CE5BCECE723FA607F6DC20DF9C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-callinvoker"; target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; targetProxy = 523047756B608CD319BD707498C75334 /* PBXContainerItemProxy */; }; - 6AA3E7DD36027CB1089620DDCC6BA4C9 /* PBXTargetDependency */ = { + 6AD3073EB741B1A635FF65CA8B9AA23B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 3F90E318A19EB5C991367E6CD5F225C9 /* PBXContainerItemProxy */; + name = FBLazyVector; + target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; + targetProxy = 0AB4A7C37728A5B5D6F4A3C1F24342D8 /* PBXContainerItemProxy */; }; 6ADDF1FC5A6F9235F7F20FA7D6CE1D2D /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30324,30 +30324,36 @@ target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; targetProxy = B70AA741C0282B5DA607FAA8BEC7E292 /* PBXContainerItemProxy */; }; + 6B3F8881897F259FC65C0CE3E3FC890A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXAppleAuthentication; + target = 28A005E00FB77DDB2543047A07ED99A5 /* EXAppleAuthentication */; + targetProxy = 1AB57D97F9C0EBFE53AEE98B8AEEC98E /* PBXContainerItemProxy */; + }; + 6B68C691A8F089DBA30004C526C82AE1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNCMaskedView; + target = 1A0445474DA11CA659C4BCC5AB64B1BF /* RNCMaskedView */; + targetProxy = 59BBE0E0ADD3D3C427E3916C9F73B62C /* PBXContainerItemProxy */; + }; + 6B7D11A694CEB753DD994DD6CAE7E6D4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "OpenSSL-Universal"; + target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; + targetProxy = 5E1325832A8E72AF350CB54CD085795F /* PBXContainerItemProxy */; + }; 6C6D394B44DA3D825A4BB623FFDDE272 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTNetwork"; target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; targetProxy = 631860DE902F5F310D8A337E215D175B /* PBXContainerItemProxy */; }; - 6C809F5D53F62DA8734ED61A89181F64 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = 8412A8A75CFBD4AB04DBAEF249C1D471 /* PBXContainerItemProxy */; - }; 6D3F505507FF472E3311DE92322C10E2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-safe-area-context"; target = BD9A27D8398DEB3205D3F8937B0672A0 /* react-native-safe-area-context */; targetProxy = 9A70070E79D6EA7FDC0A75DD2C177E2C /* PBXContainerItemProxy */; }; - 6D7AD1C853C932A11843ECBBF9D1094A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 6E4150C76419056DFF4816989518DF7A /* PBXContainerItemProxy */; - }; 6DA85D0749230491B777AF2B9955D3FD /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsi"; @@ -30360,11 +30366,11 @@ target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; targetProxy = 63FD8C39694DD78ABDD1A83EF94622DF /* PBXContainerItemProxy */; }; - 6DD454B4E3F6CB69DC3398AB83FF9D48 /* PBXTargetDependency */ = { + 6DF02AF45722DD2CB55F546CD36915C2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 216FC78BFCF3C478BD1E51FA80D968EA /* PBXContainerItemProxy */; + name = RNCAsyncStorage; + target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; + targetProxy = 249FE286A270570434DDFF94805FA213 /* PBXContainerItemProxy */; }; 6E13084951295C5BAEE0D523EB67FDE1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30372,29 +30378,53 @@ target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; targetProxy = 1EEB64290688F9C0C9AFD4D97DF81C1C /* PBXContainerItemProxy */; }; + 6E34DD8B0C604477DB835D976B00775D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXAppleAuthentication; + target = 28A005E00FB77DDB2543047A07ED99A5 /* EXAppleAuthentication */; + targetProxy = 25C1E44C70537D1DCD0435C8F6EC4F69 /* PBXContainerItemProxy */; + }; + 6EEEB30C584334CEAB6902709714B1F4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXPermissions; + target = 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */; + targetProxy = AD7DF495E195B73472FD726A7461F598 /* PBXContainerItemProxy */; + }; 6F328422B905F68C036486CE3B01CFFC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = nanopb; target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; targetProxy = 2CF0891B88CE0228FBFCE9DAD71B088E /* PBXContainerItemProxy */; }; + 6F899B1CF569294AA53A75C4A04119F1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BugsnagReactNative; + target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; + targetProxy = 5D44C90718E179F8F6E0195799EE7C28 /* PBXContainerItemProxy */; + }; + 6FE8C6925A4917D2396B6EA13FD6A0B3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Firebase; + target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; + targetProxy = 9FBD1C7DF674D489F8040506DED76060 /* PBXContainerItemProxy */; + }; + 709B871155D317AAC652FB584275EB88 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = F1FFE0503B43935AB8FBEB3821047502 /* PBXContainerItemProxy */; + }; 70A9F041890B9C00E184598CF4A18B28 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMImageLoaderInterface; target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; targetProxy = FB95FA7BB0B509BA203B43646A21E664 /* PBXContainerItemProxy */; }; - 729B2DF088673158CE9C45DEA8D90504 /* PBXTargetDependency */ = { + 7371DA2363467034845FB398EC4D152A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 004AB8A2C06C4C12801542254C6CEDB9 /* PBXContainerItemProxy */; - }; - 72F37C59C84D76C7D30B1250931F445A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = KeyCommands; - target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; - targetProxy = 0A14A5E94B8535EB1D3FCB0922873A31 /* PBXContainerItemProxy */; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 4F88484A46025FA90381E33C895BEF86 /* PBXContainerItemProxy */; }; 73788F0E164F48AB26A155869D01213C /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30438,12 +30468,6 @@ target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; targetProxy = 6D21C4486ADDCDC2F8305432A1EBC358 /* PBXContainerItemProxy */; }; - 753456A61DDA9B38555BE49C59C1B7F2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; - targetProxy = E4C67E4A84671C19468AED4C418B88A7 /* PBXContainerItemProxy */; - }; 756BF1DE1FC5303BAFDA9945E390C5AA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTSettings"; @@ -30468,41 +30492,23 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 4D435B17BB714FC0953B69BB55E6AD45 /* PBXContainerItemProxy */; }; - 75EF12EAE5A5C17BD36A866E29DF60BD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXAV; - target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; - targetProxy = CB66EAEB6F1B5DDA38980C3A9941056E /* PBXContainerItemProxy */; - }; 76D48B98224AA1F947C5637A01048119 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNLocalize; target = B51433D546A38C51AA781F192E8836F8 /* RNLocalize */; targetProxy = 89BB2903CA2FF7E6A91CB8A72D796D2E /* PBXContainerItemProxy */; }; - 776FEBAD1FFB90C4373B68AA6B25D998 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 19CBED97EF7DD2E942C98046CDE6FCFD /* PBXContainerItemProxy */; - }; - 77707E4CC04CE1ED6B296AD8EE09492E /* PBXTargetDependency */ = { + 76D883E6112206E640BC582FB6E422F9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FBReactNativeSpec; target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = 507A51BE242F3DC6CB88363FE2C48256 /* PBXContainerItemProxy */; + targetProxy = 2D7FC0DD912BC92CB858469D500763F6 /* PBXContainerItemProxy */; }; - 777C5E57BD410F654AD4E4763CE9C8D3 /* PBXTargetDependency */ = { + 778A0C3B893359A4BCBC1B30AD35C459 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; - targetProxy = 42E42B8198DBD82820E83BFE23BC07E1 /* PBXContainerItemProxy */; - }; - 777ED00A8D8180DD0D154147081C90A5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 630B4FB606E6ED083E590ABB6A221263 /* PBXContainerItemProxy */; + name = CocoaAsyncSocket; + target = 6083682834ABE0AE7BD1CBF06CADD036 /* CocoaAsyncSocket */; + targetProxy = 7C3E8F7DDB0D96BB3AC36B23288EB0A1 /* PBXContainerItemProxy */; }; 779316B50F477779F07267B29671F3EF /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30510,6 +30516,12 @@ target = 037A1F31C4D99F52EC9FD2008FEC481C /* ReactNativeUiLib */; targetProxy = 721B1FA0CED0C0416535AD863C6978B7 /* PBXContainerItemProxy */; }; + 77D703D5CB8B5949D0861CDA49A928C4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = D2EC406EE34C6F67568594F282C203B6 /* PBXContainerItemProxy */; + }; 77DB37832D594257C011BF974D97BE9D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTAnimation"; @@ -30528,35 +30540,17 @@ target = EEBB8D24F2B3531A5C5DAA668D02331F /* react-native-blur */; targetProxy = 37A2F3B2C28FA2065237C0D78C407A04 /* PBXContainerItemProxy */; }; - 799503AF665A062B7401163269476C0E /* PBXTargetDependency */ = { + 7A1B473AED8A0A6873866586562A4230 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCrashlytics; - target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; - targetProxy = 5BAAF226A07BC8D61BAFD01816653720 /* PBXContainerItemProxy */; + name = GoogleDataTransportCCTSupport; + target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; + targetProxy = DEC53EB66307C65D483CE04BD2E5A095 /* PBXContainerItemProxy */; }; - 799E2F7F6DA2E2712081BF8E8BA67056 /* PBXTargetDependency */ = { + 7A7F63D2723A0ACC3F22AA777185C816 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JitsiMeetSDK; - target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; - targetProxy = 20B7ED08A6FE251F598A456BC3BCF4EB /* PBXContainerItemProxy */; - }; - 79AB0426FA3752D6444F8F6A127AD90A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXAppleAuthentication; - target = 28A005E00FB77DDB2543047A07ED99A5 /* EXAppleAuthentication */; - targetProxy = B42959D81A59C9087E8A39731A775074 /* PBXContainerItemProxy */; - }; - 79DCF292A68DC5B06B1F8577A5E9E45B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = 95BE38941D0FE5791F0F901E3084CB1F /* PBXContainerItemProxy */; - }; - 7A7154F57069469454C88AC9C260F35A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = BugsnagReactNative; - target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; - targetProxy = 6E3084F9DEADA93BDCE55451A006C912 /* PBXContainerItemProxy */; + name = EXFileSystem; + target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; + targetProxy = 2838F2155126B4D6B127D0CB9A07AC17 /* PBXContainerItemProxy */; }; 7AFB50AC5F979729E12C15FCBA623F27 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30564,11 +30558,23 @@ target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; targetProxy = E9A1D6EEAA2F8B6FF223CECC38277BA7 /* PBXContainerItemProxy */; }; - 7B792E5D484AEA7E77099C7500733CE4 /* PBXTargetDependency */ = { + 7B048AA394D3FFEBACCAC7393A189064 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNCMaskedView; - target = 1A0445474DA11CA659C4BCC5AB64B1BF /* RNCMaskedView */; - targetProxy = A0B26CBB4887FE491984E4B59C637202 /* PBXContainerItemProxy */; + name = GoogleAppMeasurement; + target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; + targetProxy = 91F259CBF9B042B5740C9DD00A33EA68 /* PBXContainerItemProxy */; + }; + 7C1898829AA78A584083F035F9EBE43E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = A142C35A345F1E8C2C4AE9BACE60B625 /* PBXContainerItemProxy */; + }; + 7D56E69852C6A22EB3735F11FE9D5236 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXHaptics; + target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; + targetProxy = 82A8754DC9BCA2330B0F6D12718DFA5F /* PBXContainerItemProxy */; }; 7DE5D0DDA502D20EBACC12B4C5539F67 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30576,30 +30582,18 @@ target = ADC4ACC657481AD27F9936D08FF7F49A /* react-native-cookies */; targetProxy = A69B4DE6F6C4B39B5519AA69BCC9A3EE /* PBXContainerItemProxy */; }; + 7DEC811F162C91C0E4F20A38AEF63405 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = A0F6005B022CB8608EAA9F4D562A979A /* PBXContainerItemProxy */; + }; 7DF01DB0992AAAACA6248A9A30F5C3FA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNFBApp; target = 90D0DE2F3348233618414728C35311CA /* RNFBApp */; targetProxy = 10001AD85D5FCCFE98B284E3048F3290 /* PBXContainerItemProxy */; }; - 7E41D4810DB38E59B94552308AF918D6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = B910CFE32E24D87EC195B631E1F9BE38 /* PBXContainerItemProxy */; - }; - 802AAE086069CDAD5F4A1ADC1C000B39 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCAsyncStorage; - target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; - targetProxy = 23DBF81A6812AD964AF9345D5E9EAA83 /* PBXContainerItemProxy */; - }; - 807451538B8BB3937E4C2B5DA0870267 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNDeviceInfo; - target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; - targetProxy = 11477D19A882C2DEE8170D4406146EEB /* PBXContainerItemProxy */; - }; 8102466B14D896293B8F6B2694E57270 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SDWebImage; @@ -30612,42 +30606,24 @@ target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; targetProxy = F64D7FB3D7EF1D4A9C62A8A6D9D49C19 /* PBXContainerItemProxy */; }; - 81810B7888E98820A31F4F1E16C734EB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Flipper; - target = E63939AA6EFD3D6A8C09E45929F11DBD /* Flipper */; - targetProxy = 0BF14EA0A6CF416F418E9304DBC2F020 /* PBXContainerItemProxy */; - }; - 81934E20D2AF936A57B8D5289C121493 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-Folly"; - target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; - targetProxy = F0F7359115FE36596CD322A84722DDC6 /* PBXContainerItemProxy */; - }; - 81A4F33C553941E594A75D3DFEDDB48A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCPicker; - target = D00F24222F074B31C56DC6D05E806A35 /* RNCPicker */; - targetProxy = C5F512FCC98FF1EC149F0B5F21C5EECC /* PBXContainerItemProxy */; - }; 8308273C7B32E22EABB5E57E7C2FF136 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTImage"; target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; targetProxy = D84D517E829C96160CBB60A4F124EC86 /* PBXContainerItemProxy */; }; + 832233DF4B59E11A86749D6B9BD2BADB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleAppMeasurement; + target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; + targetProxy = CA18B4DE376FF300DAC2C975446D581D /* PBXContainerItemProxy */; + }; 836D08E31B1BF880ED3F9FD2D26F3D43 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "rn-fetch-blob"; target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; targetProxy = A7AFD40985488DFB2EE47DCD8B1D3C9D /* PBXContainerItemProxy */; }; - 8417CDCA2B1A4457CC85615688FA36EC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 4C4562265DD992A8D49705C9844AB4BB /* PBXContainerItemProxy */; - }; 843B4C123F4B7E19B88E9472E56E6C81 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; @@ -30660,12 +30636,6 @@ target = 3ED96FB9FE1D18D5F1239C60A109F98C /* react-native-restart */; targetProxy = 54719CB43356933FFE0A3BDA28326EC7 /* PBXContainerItemProxy */; }; - 84B4553A6637D524C30C8DC7260DB587 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 6E97D4820A16B0CC197902D13ED250F5 /* PBXContainerItemProxy */; - }; 84E845F6A72C326650CD98CDF0A40151 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMAppLoader; @@ -30678,36 +30648,30 @@ target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; targetProxy = E95130EDE42CBC9E4B55D7081C0D67D6 /* PBXContainerItemProxy */; }; + 850BA46AECB629EA853922582A21797E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Firebase; + target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; + targetProxy = F726C6CEBA037B9802E022588F614D6A /* PBXContainerItemProxy */; + }; 8562B4CBC9B253A271C19CDDA9A10717 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMCore; target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; targetProxy = E56D9ECC657583575F147BBF30CFFAFA /* PBXContainerItemProxy */; }; + 85698F0C7A09A8EC6FF5151C9BE0FFBC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = EFABA85A47E61BA0F1995C52CC9F4CA3 /* PBXContainerItemProxy */; + }; 85EB1CEE3C2B0907926FADAD90165D2E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsi"; target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; targetProxy = 261326722201CB3C31AFA4769552C037 /* PBXContainerItemProxy */; }; - 8648AEC6624472827C2DCCBC8946FAEF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = 44B47A446F8FC2E7018307CCBF0AFC20 /* PBXContainerItemProxy */; - }; - 86596F6E1660D240D3AACB9352CF266C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MMKV; - target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; - targetProxy = D37413E7EC398EE44EAB5B4CB25A8702 /* PBXContainerItemProxy */; - }; - 86D752F797116643316A4D885416A89F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = EC7527A41B8B6B4F69D75F4BFDB42DA1 /* PBXContainerItemProxy */; - }; 86D92E2CF7FB4EF87FF6416A83E19FDF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTNetwork"; @@ -30720,11 +30684,23 @@ target = B51433D546A38C51AA781F192E8836F8 /* RNLocalize */; targetProxy = 65FF2FA3A22C79CF09DD212402B07DA3 /* PBXContainerItemProxy */; }; - 877B76AEA1BCD2FF9D2B83F69CBF825C /* PBXTargetDependency */ = { + 871C462783B7B383975E32F88743092C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MMKVCore; - target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; - targetProxy = B7590CFB967B4A5EB51F939FF2B53F8F /* PBXContainerItemProxy */; + name = CocoaAsyncSocket; + target = 6083682834ABE0AE7BD1CBF06CADD036 /* CocoaAsyncSocket */; + targetProxy = C2A153E1AD9C6A9E70B0AE1F507F33AA /* PBXContainerItemProxy */; + }; + 87395D00BBC50A2043FCCFBCA6E1734C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Firebase; + target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; + targetProxy = AA8EC349D438D0ECCD450879E4482E67 /* PBXContainerItemProxy */; + }; + 873DB1035BDB9BEE23640791E8ACFE11 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXAV; + target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; + targetProxy = 48002C834423B9F8191D7714830A8ED1 /* PBXContainerItemProxy */; }; 878344A477EFFA904BF0B6E0068BF9FF /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30732,47 +30708,47 @@ target = E3573FB7AF659C42B699003C73722241 /* RNFBCrashlytics */; targetProxy = DEDC682A009E21069F9CAC15BB9988C3 /* PBXContainerItemProxy */; }; + 87C0EC86FE2AE68FCD3FC4A8A1526E08 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Flipper; + target = E63939AA6EFD3D6A8C09E45929F11DBD /* Flipper */; + targetProxy = 1A0C874267F663083049A79EEF2D0E31 /* PBXContainerItemProxy */; + }; 87DA86D944DD4EB581E47448FE04A689 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-safe-area-context"; target = BD9A27D8398DEB3205D3F8937B0672A0 /* react-native-safe-area-context */; targetProxy = B1C3DED9B531719F35F9FC7CB3C199A3 /* PBXContainerItemProxy */; }; - 87E369ACC8819FD278BC5FAECE6E5334 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MMKV; - target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; - targetProxy = 34B90E8AA17732AE447D2B9C13F51998 /* PBXContainerItemProxy */; - }; 87F62DE14AF0BC67B4BA910D3BD59E9A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "boost-for-react-native"; target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; targetProxy = BC05CBDFFBE8B5734974B175BEC61DED /* PBXContainerItemProxy */; }; + 881964B18D546000992AC470161F7782 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXVideoThumbnails; + target = 4A95B7CD1D5F80C5E8CD9CDA00D41F70 /* EXVideoThumbnails */; + targetProxy = F60D2F3E21C0536C61581FB34C450EAB /* PBXContainerItemProxy */; + }; 884CD1B3738F2FA92B79E61DC130998A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-simple-crypto"; target = D985A509BFE270C95EDCBE6B4CBAF189 /* react-native-simple-crypto */; targetProxy = A7A207CFBBD9EB07ACE543ABF120785E /* PBXContainerItemProxy */; }; - 885E6CB1CFDBA509D52A8FD41AF4248A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCAsyncStorage; - target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; - targetProxy = 6B53D4CB0EB28B252F9F1973610206EA /* PBXContainerItemProxy */; - }; 88884100472FE45145E938F7FEACCBE0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNImageCropPicker; target = 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */; targetProxy = 08A83E53265D712D11EF7DB907338D51 /* PBXContainerItemProxy */; }; - 888F616CDAF9645102BEF53B8E208014 /* PBXTargetDependency */ = { + 88ADB92D50D86E13BF536880214470BF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = 69B5091C7A7F1A5B76E752BC15070232 /* PBXContainerItemProxy */; + name = MMKV; + target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; + targetProxy = 2307AF613F11B9CEC14A6C3E17C51B35 /* PBXContainerItemProxy */; }; 88B71C08B8918A472B6749B1F05F9313 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30780,53 +30756,23 @@ target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; targetProxy = 24BA854F9E6BFCCA9891DFB4FEEC0CCE /* PBXContainerItemProxy */; }; - 88C5C983D6DCF0D046B887B0B86C4740 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 837E05F321BFF238290ED5A638C650A5 /* PBXContainerItemProxy */; - }; 88CEE5F83585ED1FF84BABA2F30A40DC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNGestureHandler; target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; targetProxy = 1CDB801B7675C1E7968289CC2465929C /* PBXContainerItemProxy */; }; - 88D96A6C432FC15E403229A7BAB97776 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXAppleAuthentication; - target = 28A005E00FB77DDB2543047A07ED99A5 /* EXAppleAuthentication */; - targetProxy = 00D29F45E290B88AD8C7A4A97F07A352 /* PBXContainerItemProxy */; - }; - 8900941A81530893A8EB372BDAB56721 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransportCCTSupport; - target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; - targetProxy = 2D3E04AAADD4D701F28FF88AD99F125E /* PBXContainerItemProxy */; - }; - 8974648A48255A049F83ADD9C4EE37D8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNDeviceInfo; - target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; - targetProxy = 2D531E4264666F63EDCFB5F0F4C6820F /* PBXContainerItemProxy */; - }; - 8978BA7A6E008D75C38E8138DBE91FB4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 31B0C3437934DB9764294387A10F4ECA /* PBXContainerItemProxy */; - }; 89CF43615CD1B272225E920B66B3EF5C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-netinfo"; target = EC577C5CB1DC59A7464ECEF266A75B42 /* react-native-netinfo */; targetProxy = 786B298F6D635B3937CBAF3F3BEDE25B /* PBXContainerItemProxy */; }; - 89FDAE9EF7A3EEDBEC912526EA86DCF2 /* PBXTargetDependency */ = { + 8A011ADA8162A3833F4E421EC5BC42E8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNCAsyncStorage; - target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; - targetProxy = B01F7EF9E0986191D3C1299F0E08BEAC /* PBXContainerItemProxy */; + name = Firebase; + target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; + targetProxy = 0FFEB977A890290F775AAEE22E3751F4 /* PBXContainerItemProxy */; }; 8A35B7F4442C523E7A0F382EFED97CC6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30834,12 +30780,6 @@ target = BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */; targetProxy = 2A75E54D489071F72F130003A82C18C4 /* PBXContainerItemProxy */; }; - 8A3DC3E2D77CF05CAA395A04A8C64BF2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 334BAA095B94198C9831E87C5B953892 /* PBXContainerItemProxy */; - }; 8A44D5D0A8C89ED1CA95672B2B8A5F3C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-appearance"; @@ -30852,6 +30792,12 @@ target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; targetProxy = 975E9656075B77DB9F1ED9CCBDAFC438 /* PBXContainerItemProxy */; }; + 8B974B9F1E9042F72D05EB7B0D731259 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXPermissions; + target = 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */; + targetProxy = B5890CA349E6139624447AEC7ED3A0BF /* PBXContainerItemProxy */; + }; 8BAE0E52331C30A1FA1D75AD4F721B2F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; @@ -30864,11 +30810,23 @@ target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; targetProxy = 0F970A460496A38FCBDB59B76C19CDE0 /* PBXContainerItemProxy */; }; - 8D6F82E611752AD2FEB217110295CB34 /* PBXTargetDependency */ = { + 8DC1B8618AA167FA3B741573AB4D5671 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Flipper-Folly"; - target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; - targetProxy = DE31014C51DD95251F08565413A90086 /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 71301225987CA19A51A03023EE8C946F /* PBXContainerItemProxy */; + }; + 8DFE394A0DDC694C1E0988A3B179713D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = BD50625FF19EFEA058C6CFB7F5335F88 /* PBXContainerItemProxy */; + }; + 8E0B6A5A19350B3CF831B4C0AB3DFD28 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = DE3AEFE4090DD1E79B962A8CF6D7E601 /* PBXContainerItemProxy */; }; 8E26DE12A313C6CF90368D57B9315C53 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30882,77 +30840,41 @@ target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; targetProxy = 02811F56D6FAC43036D138393288C0A6 /* PBXContainerItemProxy */; }; + 8EE9C7909FA58F08A702AD53DC9829C2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-DoubleConversion"; + target = D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */; + targetProxy = 941FED83208558EA7F7AB279AC560AD6 /* PBXContainerItemProxy */; + }; 8F4D99D576079EC5F97A4FADC2E79055 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMFontInterface; target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; targetProxy = 598713BB5AB8553CB178B90C95FB8F2F /* PBXContainerItemProxy */; }; - 9022F8C27A988AD20FD522AEB8ED1DB8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JitsiMeetSDK; - target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; - targetProxy = 7C38BAB12FD81719F1FAED2DE8FE7FCD /* PBXContainerItemProxy */; - }; 9080471AE40FA0EA4B59403F81833371 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMCameraInterface; target = 0A915EE9D35CA5636731F8763E774951 /* UMCameraInterface */; targetProxy = D1272B917EFDB936528727F0E306252D /* PBXContainerItemProxy */; }; - 91361DFC56CEA4BA6BAC225164224863 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCoreDiagnostics; - target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; - targetProxy = A6A027B3C2D6DA3940A35434154D6626 /* PBXContainerItemProxy */; - }; 917F5834E8F67D92998710CFD9239132 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTAnimation"; target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; targetProxy = EE43AF94F8D3FD143C5721A4D16C044E /* PBXContainerItemProxy */; }; - 91CF3AE8922457804FDA034395E32A19 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = ED42F90AF4E6E68F3A4F63BB3FA51199 /* PBXContainerItemProxy */; - }; - 91F22B80B59569E2F8A7D0DF999BA360 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-DoubleConversion"; - target = D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */; - targetProxy = 75C746B03847A56658193F5F4CA40F23 /* PBXContainerItemProxy */; - }; - 9250077D156F100521BC83F1A05FC0AF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransportCCTSupport; - target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; - targetProxy = 5AB1E625478B9AF59538BFCD8846D978 /* PBXContainerItemProxy */; - }; - 92987564407D5749B8CC763D64524577 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXImageLoader; - target = 263266A9E29FFF0E9C8CA0E4582BFCF4 /* EXImageLoader */; - targetProxy = 21B51DD5026AF6E57BB535441C85519D /* PBXContainerItemProxy */; - }; 92AB4B5FAA61EA7FB3A22D0D0C7C4557 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-document-picker"; target = D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */; targetProxy = CA68E0E6260ED811AAACAAA67AF218BE /* PBXContainerItemProxy */; }; - 92D0A8CA511E6ABF8EEDB481F9E74C5A /* PBXTargetDependency */ = { + 9358AA4899ECFE438DFADB1D1B99C6D1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = 3171BFFAB5448596004400085590AAB3 /* PBXContainerItemProxy */; - }; - 935F440C19FFD923C0CAFC907876BB4C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JitsiMeetSDK; - target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; - targetProxy = 1CDE204CCDBA6C0F4F798EC389D74EF1 /* PBXContainerItemProxy */; + name = EXImageLoader; + target = 263266A9E29FFF0E9C8CA0E4582BFCF4 /* EXImageLoader */; + targetProxy = 14993509D82E24AF8412F890B0AC9E92 /* PBXContainerItemProxy */; }; 93BFC96BEE953617FFE9A359C02B2B79 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30960,41 +30882,47 @@ target = 32CA4CBD6B28983076BD93DA221AD027 /* YogaKit */; targetProxy = 7B8B837ABDEF64DCB1359191B094E372 /* PBXContainerItemProxy */; }; - 93DF27B469A98C71D731ACD55B4A787C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = KeyCommands; - target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; - targetProxy = 607F12F699F2862F7710EFE410192D52 /* PBXContainerItemProxy */; - }; 94EEE994817462F7FE72B2ECE1841F62 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTImage"; target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; targetProxy = 8060883BFECCE1D1D01CDABE35052CE4 /* PBXContainerItemProxy */; }; - 953BA000237FDA945873A348BAD77430 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-RSocket"; - target = 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */; - targetProxy = BA0346652EE8603511FE404FB5D55268 /* PBXContainerItemProxy */; - }; 955B93F458BB25FDDF46A57DA5A87FC5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = glog; target = D0EFEFB685D97280256C559792236873 /* glog */; targetProxy = 9519B0F15CED10D1F2F249FB40F2A866 /* PBXContainerItemProxy */; }; + 955C75316A92558BE1DDB4CEC770BC22 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransportCCTSupport; + target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; + targetProxy = E94AA18C8B22C8A76C02A97A5E139901 /* PBXContainerItemProxy */; + }; 95B75F7860E336E53999BF596F69E713 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 6FA27D990FBB7FA75D1F6AE5176701C9 /* PBXContainerItemProxy */; }; - 9662A48ACF74F8BE1514376023BCB94D /* PBXTargetDependency */ = { + 95DA30C649A509D2D0654C71C18FB1D0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCoreDiagnostics; - target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; - targetProxy = 2BAEB427BF2856CD5055258DDD443912 /* PBXContainerItemProxy */; + name = RNCMaskedView; + target = 1A0445474DA11CA659C4BCC5AB64B1BF /* RNCMaskedView */; + targetProxy = 00C55E684207494F86321BD680EEE02B /* PBXContainerItemProxy */; + }; + 96552D03DDC919F4C848E7397411EA94 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 4032BAB5807B65B776CAA0875E2CB325 /* PBXContainerItemProxy */; + }; + 9740544716B4D94A0EFB1418CA0298E1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = 888076A8267BE41CCD7EE2C89613BBA8 /* PBXContainerItemProxy */; }; 977A2512EDE03688CAF99817B953768C /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31002,18 +30930,30 @@ target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; targetProxy = DC92CC13EBEED0E3F081F313900AAB90 /* PBXContainerItemProxy */; }; - 97B739D00D8080124F25D8DAE616E813 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 2914746622EF87766D0AD3849834160D /* PBXContainerItemProxy */; - }; 98250801EC68C0B54855BD4C64A37A68 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsinspector"; target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; targetProxy = E2A7ECC5CD3AE80FC44FDE132729E462 /* PBXContainerItemProxy */; }; + 98B0F94162940C76C02AF8909928350D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 4B1B15A2D1DFC61A2F46992A19E32DE4 /* PBXContainerItemProxy */; + }; + 98F41687A2D4FF04CF73C2FE1767A83D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JitsiMeetSDK; + target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; + targetProxy = 09DA642E3FAE00D647B6083C115CEC22 /* PBXContainerItemProxy */; + }; + 99C0BB507340FDF2BEF628A74B6CB7ED /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = E7C544788E9E64573CFBCFD603A59744 /* PBXContainerItemProxy */; + }; 99F40802C479FBF8235425018C1B785D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = nanopb; @@ -31026,29 +30966,41 @@ target = 2AD4F40E67E1874A0816F6B34289EB41 /* UMFaceDetectorInterface */; targetProxy = BCB71B868FC19FE3D923022AF8371435 /* PBXContainerItemProxy */; }; - 9A9AF225EE533578AF0BE3E6B96BCE84 /* PBXTargetDependency */ = { + 9A613263B7D22D1813C592491CD1AD44 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = F230DFC167EFC909274A6B6971F3210B /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 2154C01D6087058A3C27065C77CA7D80 /* PBXContainerItemProxy */; }; - 9AF2F8E8195E54AA47F7C3FB0FC3E683 /* PBXTargetDependency */ = { + 9ABB9410265E4337B5E9F9A5B1FFF798 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXLocalAuthentication; - target = 869CED37B4B77AAE35DF8B6E70788BBC /* EXLocalAuthentication */; - targetProxy = A25D8094F324ED84A6DD52941DD8F9A1 /* PBXContainerItemProxy */; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = CBE79AE340C230402AEF8E82A3D7008C /* PBXContainerItemProxy */; }; - 9B54C921B49A862BE9231549CAE5E7B2 /* PBXTargetDependency */ = { + 9AF9BA2B43A799009D23FD8F2DA762A9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = 65B1E179342A989347085E56D9A4F763 /* PBXContainerItemProxy */; + name = "Flipper-PeerTalk"; + target = 718DB7D0A7E90B531AD577B3356C4161 /* Flipper-PeerTalk */; + targetProxy = 41ED8AA5B8BF03CC6C070A0385CEC0A5 /* PBXContainerItemProxy */; }; - 9BED071A173B71994355C6097B650E8A /* PBXTargetDependency */ = { + 9BEBBF16404CCF99DE1BAD74A54EF3BD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXLocalAuthentication; - target = 869CED37B4B77AAE35DF8B6E70788BBC /* EXLocalAuthentication */; - targetProxy = AB3A40AC4C980344FEEB1F5030667483 /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 49146407EADE66F7CD7F4CC68BBC8FB9 /* PBXContainerItemProxy */; + }; + 9BF819BBB49FED4A00E9D086AD2843C5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNCPicker; + target = D00F24222F074B31C56DC6D05E806A35 /* RNCPicker */; + targetProxy = 439CBB2D9FE58ECB4A7CCFD0DF73AD1E /* PBXContainerItemProxy */; + }; + 9BFF237C45E53058E6A70EA9E4637045 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXKeepAwake; + target = 0CF4D9052577C85B6B8C4E957332626B /* EXKeepAwake */; + targetProxy = 087607394D62DA232F6CD91DD53382BA /* PBXContainerItemProxy */; }; 9C39277969B0A4DA5944A45777990442 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31056,11 +31008,17 @@ target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; targetProxy = 7E9B0AE7F0A6181C598CC61282F75BB1 /* PBXContainerItemProxy */; }; - 9CD93CC36300A684EA309B5F3AA7A7EE /* PBXTargetDependency */ = { + 9C52AD580BC2D903386F354DF4DF31B3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MMKVCore; - target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; - targetProxy = 4F56622BD000F4D70492C68A159C07A8 /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = ECAEB910FD449A7802F8AB9CF1742EE7 /* PBXContainerItemProxy */; + }; + 9C91C195FA855CEE26201DD8C41E384C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransportCCTSupport; + target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; + targetProxy = 55ED93C73C182377D1FEFFDDDF7516C7 /* PBXContainerItemProxy */; }; 9D1591D2B3C6D6EC5E71A9003C7FD339 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31068,12 +31026,24 @@ target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; targetProxy = 0487329FEB5DDFD9F69B737703995AE9 /* PBXContainerItemProxy */; }; + 9D5BF4134C0572B991FC443F8B1FBE43 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNBootSplash; + target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; + targetProxy = 7211A311AFA85210B4B5B9A479E9A1B7 /* PBXContainerItemProxy */; + }; 9D72EEB470CC78DD08A5D7792EC05CEB /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMPermissionsInterface; target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; targetProxy = 3CFE5D33108B57D5CE7716656C397023 /* PBXContainerItemProxy */; }; + 9D731C7D0B1C76E573E21FF60D948931 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNConfigReader; + target = DC0D417AC8ABB7AA10C20A5E0F065812 /* RNConfigReader */; + targetProxy = EAF56F51BB0504D801BB41AA817778A3 /* PBXContainerItemProxy */; + }; 9DC5D976438FC0CC235176AC04E3E45A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMBarCodeScannerInterface; @@ -31086,11 +31056,11 @@ target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; targetProxy = 3CEAF71FB8FF1043C3AF7E4B2E83A3EB /* PBXContainerItemProxy */; }; - 9E5EE0C382A10C57A182288F83C96492 /* PBXTargetDependency */ = { + 9E3DF1E464A88EAE87834F3680B33B9E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Firebase; - target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; - targetProxy = 94CDDF8B1B4446A0D09242DCEF267760 /* PBXContainerItemProxy */; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = BA782A9276C07B298D7CC55EDC5EDAE2 /* PBXContainerItemProxy */; }; 9E9CABF43446CBBC92120C760622288E /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31116,17 +31086,23 @@ target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; targetProxy = 581537D530B5FB61BECDBD30DF4A18E4 /* PBXContainerItemProxy */; }; - 9F7751AFA61BF646F429B083A7CD94A7 /* PBXTargetDependency */ = { + A06B4C26EFBDE83F904019F5C5302EF1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCrashlytics; - target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; - targetProxy = D2B124F75816CC1D16B2B1F8CD496C1A /* PBXContainerItemProxy */; + name = RNCPicker; + target = D00F24222F074B31C56DC6D05E806A35 /* RNCPicker */; + targetProxy = DB7AA0142C8958AEA960F90DB9A00DCA /* PBXContainerItemProxy */; }; - 9FB66750B64ADF0A35487C208DEEC04B /* PBXTargetDependency */ = { + A0FEBB6DAF4E3A669B89FC9B1CD07678 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 6ED5662131FC3D451BF80DB176875D2D /* PBXContainerItemProxy */; + name = Firebase; + target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; + targetProxy = C89AF37F579716DD0DEB87356978191D /* PBXContainerItemProxy */; + }; + A17F25DB0281322E5614F72A2FB52745 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BugsnagReactNative; + target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; + targetProxy = CD32D8598027FD53B19732F004CAC6AC /* PBXContainerItemProxy */; }; A224CE282494EE288B1F9B03228B5482 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31134,11 +31110,35 @@ target = EC577C5CB1DC59A7464ECEF266A75B42 /* react-native-netinfo */; targetProxy = 2ECADCC6DA89025D6789BC34F51C4845 /* PBXContainerItemProxy */; }; - A2D2D3DEF6C9CCB46C1109F8647AC947 /* PBXTargetDependency */ = { + A27D6851BF3C5C3CDDACC962535F76F7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Firebase; - target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; - targetProxy = 37FF49882F142663C5E6CEA673E74BC4 /* PBXContainerItemProxy */; + name = RNConfigReader; + target = DC0D417AC8ABB7AA10C20A5E0F065812 /* RNConfigReader */; + targetProxy = AFF99097B3AD847D053200DBE94ADF83 /* PBXContainerItemProxy */; + }; + A2C1EB2750A2DE149FD7A697AC55D0AA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-DoubleConversion"; + target = D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */; + targetProxy = ED186E2545CFB5CFCD0BE08678FC38BB /* PBXContainerItemProxy */; + }; + A2F5457E39F9BDD90BFF15228CC52DDF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXHaptics; + target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; + targetProxy = 5A23688EC2128295EF07C2509564CFA7 /* PBXContainerItemProxy */; + }; + A2FF5036846F3FE0F7E4C11FA200FACB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNDateTimePicker; + target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; + targetProxy = EFE3B9656EFBBEBE5F497CDEFE36216D /* PBXContainerItemProxy */; + }; + A30EA4A0B9FAD3CB0E3AD186F57E151B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-RSocket"; + target = 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */; + targetProxy = FB74D3BD722DB55339E1D5BE75F36AF9 /* PBXContainerItemProxy */; }; A334EABE0EFE713E2B4CD2406E5C73A0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31158,11 +31158,11 @@ target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; targetProxy = 15F6CE62980E44AAC63D9F6D85BCF968 /* PBXContainerItemProxy */; }; - A47A80B60115B00CF56EAEEA1D7AE56C /* PBXTargetDependency */ = { + A44B339EF38105B4218D80BEA867D1BB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXKeepAwake; - target = 0CF4D9052577C85B6B8C4E957332626B /* EXKeepAwake */; - targetProxy = AA5C8EEB6B968F439655832922D4B2C7 /* PBXContainerItemProxy */; + name = Flipper; + target = E63939AA6EFD3D6A8C09E45929F11DBD /* Flipper */; + targetProxy = 77626766B9523E6FD08C5AA4BABD4F19 /* PBXContainerItemProxy */; }; A4B1830028997D107C86C79AD9ED314C /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31182,23 +31182,23 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 54663C111D89937B3542F92AFB158EF3 /* PBXContainerItemProxy */; }; - A797FECC9BDAF343CC2E5CD76D7A0EB8 /* PBXTargetDependency */ = { + A56216E6FE3F307A71EB840B5975448F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleDataTransportCCTSupport; - target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; - targetProxy = 8AC60DA60E91326F148303E19500A826 /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = ED84249B4BF6A56B8139CEDCA2A84593 /* PBXContainerItemProxy */; }; - A7B42ECD95B9D82CEAE5B69772A00504 /* PBXTargetDependency */ = { + A5A37E78F869FA5C2BA13A6BBAEE1C8F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCrashlytics; - target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; - targetProxy = 3CAE88F40AF936DF4DBD9139686D689C /* PBXContainerItemProxy */; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 7F8AC8035463EF397674E45139D45EBE /* PBXContainerItemProxy */; }; - A7D65C6FFE333B3506CE01DE463950F8 /* PBXTargetDependency */ = { + A5B6EDFE5E5FEAB205B817E415E30140 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNDateTimePicker; - target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; - targetProxy = C8F6AFE80630701B83F0A7A05BC2D2DF /* PBXContainerItemProxy */; + name = EXImageLoader; + target = 263266A9E29FFF0E9C8CA0E4582BFCF4 /* EXImageLoader */; + targetProxy = 20904E4872C1C47049511E8198FCE6DC /* PBXContainerItemProxy */; }; A80562415DDCB5C8B76C52B76CEA8470 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31212,41 +31212,23 @@ target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; targetProxy = F27FDD60551A78E22E4CC49777C0E626 /* PBXContainerItemProxy */; }; - A8927D32230A577695A7A36A9F0965DC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = CocoaAsyncSocket; - target = 6083682834ABE0AE7BD1CBF06CADD036 /* CocoaAsyncSocket */; - targetProxy = 7FDB3730A064AF0B7A66DE4A75222CF2 /* PBXContainerItemProxy */; - }; A96593739DAB1AAF13C58078E22AEE7E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMCore; target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; targetProxy = 508AB6F516BC6A7F9C3BC099996AB27D /* PBXContainerItemProxy */; }; - A9AD8FFD354F4EF3727F58EFB457EE99 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBLazyVector; - target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; - targetProxy = 704BC0B5B357B9E888BAFCF0B65E6D1C /* PBXContainerItemProxy */; - }; - A9BB80C519EDE754743B66C1F3E11CE6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Firebase; - target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; - targetProxy = 3F4D614EDBBE960AEC55F78D003E873C /* PBXContainerItemProxy */; - }; AA509DEDF0BE8C1B5FAE0A9C17265D0F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-restart"; target = 3ED96FB9FE1D18D5F1239C60A109F98C /* react-native-restart */; targetProxy = 03B7AFF21F8345C0654178D8ACC2829F /* PBXContainerItemProxy */; }; - AAAFFB364245FEDD7EF72701EDD5DD59 /* PBXTargetDependency */ = { + AAB67EE154C223DDDCC58E4EEBD3E115 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXFileSystem; - target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; - targetProxy = CB110506F6F12974E590C90A2284B3D9 /* PBXContainerItemProxy */; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = B84BBA24079D0B067F523A12EB8B5861 /* PBXContainerItemProxy */; }; AB29582E674CB68F2E02E60FA62B5A5C /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31260,29 +31242,11 @@ target = 2D4D3D5AD93ADCCF3DD45A88009E48D6 /* TOCropViewController-TOCropViewControllerBundle */; targetProxy = D2F5945D3DA1343609E6362A3F8D096C /* PBXContainerItemProxy */; }; - ABD7D9E247D4294D2D832698E397EA2E /* PBXTargetDependency */ = { + AC02DC2E639BAAF59887325E1A629F15 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MMKV; - target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; - targetProxy = AAE45D164A34D0E428D8D044DF67AEA7 /* PBXContainerItemProxy */; - }; - ABF4103121C63F71C7E25792428C2E04 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransportCCTSupport; - target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; - targetProxy = FF6D67A040C9A76472E39C5D7424AE62 /* PBXContainerItemProxy */; - }; - AC728093BB7B428F36991E2F87B99805 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBLazyVector; - target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; - targetProxy = 499B43B64E3C0B766E511DE46919D417 /* PBXContainerItemProxy */; - }; - AC7519D82F0C953FCF7DDC9C7AC07FA0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-RSocket"; - target = 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */; - targetProxy = 9A4923FFECE201218FE3A443697F045A /* PBXContainerItemProxy */; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = B53E53A713B758D890A4EFA9DEF7A686 /* PBXContainerItemProxy */; }; AC9CAF78E97B3518ED243FF2075822DD /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31296,17 +31260,11 @@ target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; targetProxy = A7969B3F51E689647E810D2C82C61C6D /* PBXContainerItemProxy */; }; - ADE064DD05A2DF08EAC956F8E2C78982 /* PBXTargetDependency */ = { + AE2DCD7DCE3F53CF28F7FD13A7E6ED57 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Firebase; - target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; - targetProxy = CE9977BB5EF4190823BFFE4200EF5E5D /* PBXContainerItemProxy */; - }; - AEA10D48A0A5FCFBBE0AEFEA556B3317 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 73EC6796B93922DB058223C0581BCA2F /* PBXContainerItemProxy */; + name = EXAV; + target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; + targetProxy = E26E5A0DED16FF5D42CC26296F36E91B /* PBXContainerItemProxy */; }; AF57A30D2562ED9A9AADD6B60A165A49 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31326,11 +31284,11 @@ target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; targetProxy = 98FEF3EDEF13515636E4EA226C6A9BE8 /* PBXContainerItemProxy */; }; - B03B81F0B9E5A06301E9CA524D9DC2F6 /* PBXTargetDependency */ = { + AF7197A6134E99DE3FE165A37EE71724 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 531CBC9CFAFE24CE11A2DF7E3F1E484A /* PBXContainerItemProxy */; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = 0E33B7698BDC2A2B26451C5959153809 /* PBXContainerItemProxy */; }; B04F13DE212771BCC1A0397195DF79D4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31344,18 +31302,30 @@ target = BDD119F8782FABE2707D3D913EC3EDE5 /* RNFBAnalytics */; targetProxy = EE9776D5DFE456FF923FEA38D8DB69E7 /* PBXContainerItemProxy */; }; + B07A3B58A9E5CDC5C649EB882CFF98AA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = A51FE1097643995B093462BEFAD0025A /* PBXContainerItemProxy */; + }; + B082AF4A82521DB2223D8795CC3EF3A7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 9CD9A301CE83D2B81B0E2D8AE7A718A1 /* PBXContainerItemProxy */; + }; + B0B0C845234356FDD394382DD340CBE0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = C7F8759E3217CFFB4B18A211DE44E552 /* PBXContainerItemProxy */; + }; B18819691601795CBF0EB8F9A1F9F2FC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNGestureHandler; target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; targetProxy = 2FA72F7D1A6E654C5026D82D232BEA8A /* PBXContainerItemProxy */; }; - B19E92408638F29DB104F49703F781FC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-Glog"; - target = 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */; - targetProxy = F9E1C335ABB6801F12F97BCFC9DDE53D /* PBXContainerItemProxy */; - }; B207684CC731169B000E6B47B62FB11F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMSensorsInterface; @@ -31380,23 +31350,17 @@ target = 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */; targetProxy = F7F265DCEF28AE6ED9491DBB15E871F1 /* PBXContainerItemProxy */; }; - B43B8F7CE8200D838AD4F014747848FD /* PBXTargetDependency */ = { + B4479E44B759860F6FF1135CEF639C6F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXKeepAwake; - target = 0CF4D9052577C85B6B8C4E957332626B /* EXKeepAwake */; - targetProxy = 29223C5005BD5C18AD92BADB7A138C1F /* PBXContainerItemProxy */; + name = CocoaAsyncSocket; + target = 6083682834ABE0AE7BD1CBF06CADD036 /* CocoaAsyncSocket */; + targetProxy = 8BDF94549A2EBC0BB5E5A593575B65E2 /* PBXContainerItemProxy */; }; - B4A66B981629A089EA4786C338B28F1B /* PBXTargetDependency */ = { + B4E34D58170AD2D253D6CCF3136718C7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 3B5E88FBABE61354B329DBCC5CC62D2B /* PBXContainerItemProxy */; - }; - B53C6EE82E0155C516260B72199AAA69 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = 9E1C10C7247658025FC4DC56908F2595 /* PBXContainerItemProxy */; + name = GoogleAppMeasurement; + target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; + targetProxy = 949FA5B2344A6103E6FFF8B8AE5935CA /* PBXContainerItemProxy */; }; B57C1265A603C96D620229B62385A10C /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31416,23 +31380,17 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = 85322271CB8310113B52A1CB0A259950 /* PBXContainerItemProxy */; }; - B854CA8D48D6C389ACDF2AC9F0E17B79 /* PBXTargetDependency */ = { + B6882D411BD60DC0C0961B960316DD0C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Firebase; - target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; - targetProxy = E5E8F08D6C9D560EC7377C20475C1BA2 /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = E5FF6F874A4521094BE6268B05BB2AA0 /* PBXContainerItemProxy */; }; - B86C403C4C7AC2EC5BDAE3F27691ECF1 /* PBXTargetDependency */ = { + B80581AFDFD003754102602A6C260D51 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "OpenSSL-Universal"; - target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; - targetProxy = 1279A15FD63B8130FFD93DA35EAEDED0 /* PBXContainerItemProxy */; - }; - B8861A7332B262AFF2239A2B241FA3C1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 78AEEF24479BC010E1560FACE71CAAFB /* PBXContainerItemProxy */; + name = "Flipper-Folly"; + target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; + targetProxy = BD3D89B99F85999E952ADFC9D06E912A /* PBXContainerItemProxy */; }; B8B8622F8A9C93E4FA2E57667F5E210F /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31440,11 +31398,17 @@ target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; targetProxy = 835453A676ED909156EBA83A3706767B /* PBXContainerItemProxy */; }; - B9B42D62398F72C8DCE8D840C6BD5183 /* PBXTargetDependency */ = { + B90B2FC34935449835414B3B66AEF834 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = E8F37D5C3C59AECC525D95F83B92FA7B /* PBXContainerItemProxy */; + name = RNDeviceInfo; + target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; + targetProxy = 7A58B7F110D8CD6189A0BC0350396B09 /* PBXContainerItemProxy */; + }; + B9E71B41D7D034BFF91B3F7866D92C13 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 253C39FD9B89FF20D0B2F4D0D13E5B05 /* PBXContainerItemProxy */; }; BA1B16962B73E328A131274C26C9D5FC /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31452,18 +31416,18 @@ target = ADC4ACC657481AD27F9936D08FF7F49A /* react-native-cookies */; targetProxy = E379E12261C63CC8E439F0160919CDAC /* PBXContainerItemProxy */; }; - BA4E3BC0759CF059393278B160A446F8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = F14566ABD110741A29881664EA3E85CA /* PBXContainerItemProxy */; - }; BA6D42DBC773B4DEC6F999B691DFD365 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = DAF64C20849B7F0958A39B60B9EBB5DD /* PBXContainerItemProxy */; }; + BAA09B376D3D4EECF2BB0B5806ADCC11 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCoreDiagnostics; + target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; + targetProxy = D80DBBFB05E3B8C575560F5B1F9C8205 /* PBXContainerItemProxy */; + }; BAF06E162577E718A7F51CFD00D4EC23 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "rn-extensions-share"; @@ -31482,11 +31446,11 @@ target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; targetProxy = 5F6248BD0F30842E7797A3278B530437 /* PBXContainerItemProxy */; }; - BB4C9A8140996F374530FF4FAB7816FF /* PBXTargetDependency */ = { + BB6DB400586554B4195F82D5210126A0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNCAsyncStorage; - target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; - targetProxy = 5298CA0E48D30CDB59D6D5080BC7F538 /* PBXContainerItemProxy */; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 280B3F19500F7379E280F82B917B385E /* PBXContainerItemProxy */; }; BB8C174EF06F6EBC35CA5EC43494C053 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31494,17 +31458,11 @@ target = 74DAFD196634D10887C9A4E7BA19A5E4 /* react-native-mmkv-storage */; targetProxy = 90C461E32288F14591E929EEBB7B852A /* PBXContainerItemProxy */; }; - BDD4DCF3C5842225C61CE810C89E5028 /* PBXTargetDependency */ = { + BB9670343E4D21E593412C76CB764426 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNDeviceInfo; - target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; - targetProxy = BD8ECACEF811F60BF144B66C9A2B1A26 /* PBXContainerItemProxy */; - }; - BDE9DCAD145960B56E8B9AA829D2F3E0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = D45AEE07C0A415F1C69FA20F53ADF426 /* PBXContainerItemProxy */; + name = FlipperKit; + target = 982644B5B647690B2E4F5B3F54EB5717 /* FlipperKit */; + targetProxy = 8829332F4CB3028D204039AE3F2DF68A /* PBXContainerItemProxy */; }; BDF86F11AA43EC9C2833627F15570B69 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31512,6 +31470,12 @@ target = 214E42634D1E187D876346D36184B655 /* RNScreens */; targetProxy = E94C0F00636682274A5247C332469F98 /* PBXContainerItemProxy */; }; + BEA26F9CAB3808C4C05A93858A7CAF8F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-RSocket"; + target = 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */; + targetProxy = 1BA13DF97D7D93F05FBF5C15E8015F1A /* PBXContainerItemProxy */; + }; BEA620CE75E5FAE2697A057C6A42036B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = glog; @@ -31524,11 +31488,11 @@ target = D0EFEFB685D97280256C559792236873 /* glog */; targetProxy = 1DD84FFDAF4C1BACF20D021770B1483E /* PBXContainerItemProxy */; }; - BFDAA7A652D00F54D78363012E6B92FA /* PBXTargetDependency */ = { + BF56BAF40E1E61E0AF844609093E8B21 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Flipper-RSocket"; - target = 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */; - targetProxy = 937EF18E66879AF4F55B3CD0E197B2EB /* PBXContainerItemProxy */; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = 8BD5961270A3C193F767DAA6102068F6 /* PBXContainerItemProxy */; }; BFDBDFB915E59C291510F86F59659757 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31548,24 +31512,30 @@ target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; targetProxy = D2FF0BE89CB4E3A4826A59EEF9ABD566 /* PBXContainerItemProxy */; }; - C0ACE81B692668A46763DA6A485F6E14 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 5A3E444E5E1F450A5559D5DE824284B7 /* PBXContainerItemProxy */; - }; C10D3F1F26902A099A43A129B4A7B72D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMCore; target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; targetProxy = 16B64CB6E91DA9B636F658C1D787F26F /* PBXContainerItemProxy */; }; + C13CCCF9806CB2BE0CC85D7056FC26ED /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXLocalAuthentication; + target = 869CED37B4B77AAE35DF8B6E70788BBC /* EXLocalAuthentication */; + targetProxy = EBFC2F5FC44542B7C015EA50591915C0 /* PBXContainerItemProxy */; + }; C152229834B5FD54CB71B70305BB49B4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMBarCodeScannerInterface; target = 49821C2B9E764AEDF2B35DFE9AA7022F /* UMBarCodeScannerInterface */; targetProxy = DFCB5EEDF4061C4CEB71E646BF542F54 /* PBXContainerItemProxy */; }; + C162FFE29880EAE64EFD4EC7AACF8F05 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 9FD06551F0D4A9DC98697276FBE33D7A /* PBXContainerItemProxy */; + }; C18816878545BA9A6601A83842B23FC7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = TOCropViewController; @@ -31614,23 +31584,35 @@ target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; targetProxy = 0AB69CBB228D482320A1FB2AED3AE9CA /* PBXContainerItemProxy */; }; + C32367CF2278843F4C3AC4B0D9CB1404 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 2B38AF2718873C86C53AC1D1C1E19438 /* PBXContainerItemProxy */; + }; + C34DC7E165FF861EAA73D5EE225F4D43 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCrashlytics; + target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; + targetProxy = 361B97B2B0BB1D3866E3E6282B98C776 /* PBXContainerItemProxy */; + }; + C35653AB157D5149F7A5ACEBDCF31398 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "OpenSSL-Universal"; + target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; + targetProxy = 409A4681FB9A00AFACB62A42CA9604DA /* PBXContainerItemProxy */; + }; C3756755A3C46D421435C7FED55614BA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = F3CF5940372906B47D63B535340676E6 /* PBXContainerItemProxy */; }; - C3E9F84B12AC24A5069308876AFFEE10 /* PBXTargetDependency */ = { + C37A9D225DD0390E7A3F944DC2A09E2E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Flipper-Folly"; target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; - targetProxy = 11FB75F442DC6DFFEA3744A5F5C7054A /* PBXContainerItemProxy */; - }; - C3F3AF9DDFF27938771ABA72D3C8BA1D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNBootSplash; - target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; - targetProxy = DBCE7B6A60F848E9CA069C3559FB4A1E /* PBXContainerItemProxy */; + targetProxy = 4A9C11257D1E21E024D2FC46ADAAE436 /* PBXContainerItemProxy */; }; C4214DFD6B1F4EE6A436DEF24E4B3818 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31638,12 +31620,6 @@ target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; targetProxy = 7F53A9166ECE2C9B93DA19E19BDFCD72 /* PBXContainerItemProxy */; }; - C4D0633D73EC6F4261733592D265A57D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 7713801483F5E103357EF66505DB24AC /* PBXContainerItemProxy */; - }; C4D0F961276A4F524ECEA8B848482834 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-safe-area-context"; @@ -31656,11 +31632,23 @@ target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; targetProxy = C543859DE6C562EA5EF60AB54FD608BE /* PBXContainerItemProxy */; }; - C5C27EF91B74F9517A83CE106A4BBCB2 /* PBXTargetDependency */ = { + C65B63CEAB8C0C80CE1592D316952493 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXAppleAuthentication; - target = 28A005E00FB77DDB2543047A07ED99A5 /* EXAppleAuthentication */; - targetProxy = 3F2D105822B9B3C73602563693C45DFF /* PBXContainerItemProxy */; + name = "OpenSSL-Universal"; + target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; + targetProxy = 585BC4884FBE97D233398E79F0D0703C /* PBXContainerItemProxy */; + }; + C6D25D01A048BC0A39B757F0DBDEBF80 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseAnalytics; + target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; + targetProxy = 11D790C32F9A68ADF8B9854FAA3492AF /* PBXContainerItemProxy */; + }; + C6D8A89F7CBA6AEF84CBCFC19E99AB43 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "OpenSSL-Universal"; + target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; + targetProxy = EF27F48F8DBBE1C09237F57347A0DE40 /* PBXContainerItemProxy */; }; C6FE0B4EE9A16163A117065CB7948195 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31668,18 +31656,6 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = D60045C20BFF7EF0EB8D8648260D7335 /* PBXContainerItemProxy */; }; - C701BC319D0742D034CBA12E2553EE10 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 4DCB1B1184F1C90F5CAEBB97456D879E /* PBXContainerItemProxy */; - }; - C7250150C712E38E68A365A8D1714477 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCPicker; - target = D00F24222F074B31C56DC6D05E806A35 /* RNCPicker */; - targetProxy = C34B36CE291FBA8C6DBB3DEAFDA582BE /* PBXContainerItemProxy */; - }; C735152F1052F7622936F582F05B1B40 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsiexecutor"; @@ -31692,11 +31668,17 @@ target = BD9A27D8398DEB3205D3F8937B0672A0 /* react-native-safe-area-context */; targetProxy = B90643C3F67AFF303E299D3E102617E6 /* PBXContainerItemProxy */; }; - C7B936C9523D70D41E4C739F14D0CAEE /* PBXTargetDependency */ = { + C7766D4C6DCDF9D25622CB1639FE0F2C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = EXImageLoader; target = 263266A9E29FFF0E9C8CA0E4582BFCF4 /* EXImageLoader */; - targetProxy = 8D247AFEF1614B75F99CA00C8CEE72D0 /* PBXContainerItemProxy */; + targetProxy = 125E62504A496ED089F02EBBA1272670 /* PBXContainerItemProxy */; + }; + C84798229C4F7A2237121C7BD9031AF3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXKeepAwake; + target = 0CF4D9052577C85B6B8C4E957332626B /* EXKeepAwake */; + targetProxy = 7FD45EA7C517030B071C049200DB78AC /* PBXContainerItemProxy */; }; C855A6A37742C378A745560CBB08ED2E /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31704,18 +31686,18 @@ target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; targetProxy = 5AAFCEC328A149E8A79F9A7D3D486437 /* PBXContainerItemProxy */; }; - C89915994A362B9119962A890E2DAE2C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXConstants; - target = 6C1893932A69822CBE3502F2E0BCFB6D /* EXConstants */; - targetProxy = 2ED08171D17AA5C4349DDA596C07F2D2 /* PBXContainerItemProxy */; - }; C8C916AC3AEF7C2D2205E958E10CF587 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-simple-crypto"; target = D985A509BFE270C95EDCBE6B4CBAF189 /* react-native-simple-crypto */; targetProxy = B2AC8DD263F3F8C219129A77880A8B7E /* PBXContainerItemProxy */; }; + C8DC6B3EE89C1B1193DF14CED983C9FF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = 9B8E95BB80D017EEEBFFDD98AED64A5E /* PBXContainerItemProxy */; + }; C9F5024B96B2FE55302EABB94198FAED /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-document-picker"; @@ -31728,17 +31710,11 @@ target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; targetProxy = 2A7A80FFB6CD7F16BBED6A0A13725241 /* PBXContainerItemProxy */; }; - CA168F9A472F4E8DE48E35FF699BCCE2 /* PBXTargetDependency */ = { + CA04514D82A000A32384ACBA3980C893 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Flipper-Folly"; - target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; - targetProxy = FE0A344B015CE53D14C882A96C837457 /* PBXContainerItemProxy */; - }; - CAB75922FB064280370F7208CD60EC2A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBLazyVector; - target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; - targetProxy = 879EE7662EFAAED36AC6817443B2261D /* PBXContainerItemProxy */; + name = KeyCommands; + target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; + targetProxy = F76D2285EEB6AE1A59A786C32C0AE547 /* PBXContainerItemProxy */; }; CADD5A04FC583F4D3D2BE243398CC79F /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31746,12 +31722,6 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = 238A73DC63295BE2E2783D02E4DDEF70 /* PBXContainerItemProxy */; }; - CBA78075E5F484687103863A2E1FDE5A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXHaptics; - target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; - targetProxy = 90B8753C237E3292F1C8964BB2B3A826 /* PBXContainerItemProxy */; - }; CC0D84106A032C9F7047A9196BFD59D0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMFileSystemInterface; @@ -31770,6 +31740,30 @@ target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; targetProxy = D7FD39495E31F0310F83307145266AA9 /* PBXContainerItemProxy */; }; + CCB24D9966D8EB329AAF3413B52755A4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 69F3B5B467C7087BCC3A92B31258FE90 /* PBXContainerItemProxy */; + }; + CCB6E2E0148AEF060DE2E5372E5B0B53 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNConfigReader; + target = DC0D417AC8ABB7AA10C20A5E0F065812 /* RNConfigReader */; + targetProxy = 2533CE7EE9E01E1014080709755D7C32 /* PBXContainerItemProxy */; + }; + CCCA23595042726A189C6E8435E7477B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = DF871FAFD45D520FD98A43938492B9B5 /* PBXContainerItemProxy */; + }; + CD87039D7979CDD9BE0396F860724011 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = E9EF7348621A9166F7A02C5B69793FE3 /* PBXContainerItemProxy */; + }; CD89306CBF2966433669EC98705C2BF7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMCore; @@ -31782,23 +31776,17 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = A6206646E5F28F433CEEA5E89D2B90DE /* PBXContainerItemProxy */; }; - CDA4A3C5A99DB874FA21D7EF77780C32 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = 11D3423C48B0B7A99112B3E132777812 /* PBXContainerItemProxy */; - }; CE4EFF0199B181D5294B808C5BDD53FA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = ED91B509BEDF55C8B0B7E873273668EF /* PBXContainerItemProxy */; }; - CEBF4104886940FB15E8F9A34E551A10 /* PBXTargetDependency */ = { + CEC071A494390167B3EC5C1B8B51ABF8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; - targetProxy = 7E38B833E824F131AE631EA037DFF092 /* PBXContainerItemProxy */; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = 8BBB316B7D2968DBAD3E1FDC2EB9F707 /* PBXContainerItemProxy */; }; CF20F934EA861FFE9E709727F2FE6355 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31812,17 +31800,17 @@ target = 90D0DE2F3348233618414728C35311CA /* RNFBApp */; targetProxy = A1A7AE1F213AFC4F5921A31A4983DD7C /* PBXContainerItemProxy */; }; - D1F2A92C5384D36969A4F17F0C383B8E /* PBXTargetDependency */ = { + D002761F989B578E1E8A7B7D903B9E6C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXAV; - target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; - targetProxy = 277F13B9855FBA5F700B4C82544818C6 /* PBXContainerItemProxy */; + name = FirebaseCrashlytics; + target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; + targetProxy = BC6ED4F580182C8CB14C2B21EC902959 /* PBXContainerItemProxy */; }; - D21B3B57D10C0FEC4C06401CE63F1FCF /* PBXTargetDependency */ = { + D1E365F6C004874AF693DFACA65902D8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Flipper-PeerTalk"; - target = 718DB7D0A7E90B531AD577B3356C4161 /* Flipper-PeerTalk */; - targetProxy = 74EC39C391753AA08188F3BA4868215E /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 3571792CE170D96635B56B840B2ED848 /* PBXContainerItemProxy */; }; D2835DA41D45F5AB863AF89165993ADD /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31842,6 +31830,12 @@ target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; targetProxy = CA353E563A82C4A75CA26BF793D3345E /* PBXContainerItemProxy */; }; + D2E21865138D169E906A6D22E430A092 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 2EAEE49F4A208780FAA7BED0403D083C /* PBXContainerItemProxy */; + }; D2E80F20B489DF125E118DA9CBADA4E2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; @@ -31854,29 +31848,41 @@ target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; targetProxy = 5FDD4EA4CF4C2126D807E87F8F6A4CEA /* PBXContainerItemProxy */; }; + D2F5F0A333569EFF7A52968C8D77FD06 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = C0388BF8616DC6164F098B5AEB36E335 /* PBXContainerItemProxy */; + }; D302A47E773FC219EE117B36A1F9A9C9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-orientation-locker"; target = 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */; targetProxy = 99BC3B8296FFAF1FD1E4A474F608DDAF /* PBXContainerItemProxy */; }; - D398DEC6AD7FB1DCEC46BDDDC9810476 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 17BA2974AD109A8F8E3FBF600B309FAA /* PBXContainerItemProxy */; - }; D3991515936010E630F5A99EA8293D65 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMFileSystemInterface; target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; targetProxy = D429D1301B1C536F0A79B2E2F35B4644 /* PBXContainerItemProxy */; }; - D46084E77FF12A33BAD42720454B6FE3 /* PBXTargetDependency */ = { + D39A501453C6C19A56435F1DEE8359B0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXImageLoader; - target = 263266A9E29FFF0E9C8CA0E4582BFCF4 /* EXImageLoader */; - targetProxy = EA7F326EA465C786C20266E82FFDF9E1 /* PBXContainerItemProxy */; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 450D20640D17F34CFB8B9A214197460C /* PBXContainerItemProxy */; + }; + D40E10E09F4C1A4A050CE0003257DD67 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXHaptics; + target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; + targetProxy = CB03FF85441B13F7E3D8E9A20FFF402F /* PBXContainerItemProxy */; + }; + D55F6451078B7D14D49925307E32C390 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-Glog"; + target = 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */; + targetProxy = 81AE879CB5B133E379B8DFE5A4FBAD0B /* PBXContainerItemProxy */; }; D5D585141F47BFD506ED8DE970BDC191 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31890,11 +31896,17 @@ target = EEBB8D24F2B3531A5C5DAA668D02331F /* react-native-blur */; targetProxy = 477801AAD25410E4050E34AC27712E69 /* PBXContainerItemProxy */; }; - D66D98E83F173A094C9A3ED7B575CFF4 /* PBXTargetDependency */ = { + D672E86AA8A8B3F13646B588315F3F0F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 808AE043D11158702268856E3A27B880 /* PBXContainerItemProxy */; + name = RNCMaskedView; + target = 1A0445474DA11CA659C4BCC5AB64B1BF /* RNCMaskedView */; + targetProxy = 04255C988640385FD23BB65C1F0D2856 /* PBXContainerItemProxy */; + }; + D6C42671162BF758411A50346D56FB0B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 5560E69C4D48AAD879E79B1FFD61D1C6 /* PBXContainerItemProxy */; }; D6F17D0CF1C43FCEB1DA315EAFD096AD /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31914,11 +31926,11 @@ target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; targetProxy = 0ADF5AA8C175B535BD306D3CA0282211 /* PBXContainerItemProxy */; }; - D72A0CA07DFD25DEC2EF6163E26661AB /* PBXTargetDependency */ = { + D74A1390842F7FE96443871A1BE71AFE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNDateTimePicker; - target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; - targetProxy = AE8C39A95CFC47D7493A31F83D86371E /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = DF255CA8B442D5173B2005CCD78303D7 /* PBXContainerItemProxy */; }; D758F4D7432653926E6C49A0A7074F1D /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31926,23 +31938,35 @@ target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; targetProxy = E4B1EB692DE94F6F8E6CA340F2BA3069 /* PBXContainerItemProxy */; }; + D7BF9F1D4DD5B1C6AFF7C85263DA0679 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXVideoThumbnails; + target = 4A95B7CD1D5F80C5E8CD9CDA00D41F70 /* EXVideoThumbnails */; + targetProxy = 892DC26A22986ACA308F63927F31FA71 /* PBXContainerItemProxy */; + }; + D815C6CBC5391DB17C2DBC875CD164AE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXAV; + target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; + targetProxy = B72E72D84137F01437DCCBCDD1D446C2 /* PBXContainerItemProxy */; + }; + D8418189C05C7D18D3BF4D9401E920B9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = F372AB7F42192B12330B24CCFF4911E3 /* PBXContainerItemProxy */; + }; D8627E935F41F5DFC32F09631544F2C7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMTaskManagerInterface; target = 50188AAB5FAECCA9583327DBA2B0AF2B /* UMTaskManagerInterface */; targetProxy = EA22795901404A17182FB283D8D76174 /* PBXContainerItemProxy */; }; - D86EAA025B11A0FE50D76B9040A11F1A /* PBXTargetDependency */ = { + D87577019C96396B152D5E605452E837 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXConstants; - target = 6C1893932A69822CBE3502F2E0BCFB6D /* EXConstants */; - targetProxy = 3EE89D2057D8414FFA2287019A4B3457 /* PBXContainerItemProxy */; - }; - D86FA4A4942D27B7AB90E74CE298C942 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransportCCTSupport; - target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; - targetProxy = 1712D01BC2CFBF72FBC8DCED4C4B239C /* PBXContainerItemProxy */; + name = MMKVCore; + target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; + targetProxy = 8D2EC5F7E32055BD4CF5B04A7D7A8B28 /* PBXContainerItemProxy */; }; D87FAC4D878FD8FBC24BB1E58EF0E3BC /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31950,23 +31974,11 @@ target = D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */; targetProxy = E0D951BA5C4178DFC9F1E01FC1351145 /* PBXContainerItemProxy */; }; - D8A0EAEFC90D446D71DFC66DE675DFFA /* PBXTargetDependency */ = { + D8DD64F62D8950BA7C1840F7C2531292 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNConfigReader; - target = DC0D417AC8ABB7AA10C20A5E0F065812 /* RNConfigReader */; - targetProxy = 23F0FF8A5845EB56C9B792CC55731735 /* PBXContainerItemProxy */; - }; - D8D45A800A3FDA9882CC054A290B391D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXAV; - target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; - targetProxy = 06F40A416575199C0A0C8550C76E2C5B /* PBXContainerItemProxy */; - }; - D925999453979DC2E0D6C2094C27DC89 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNBootSplash; - target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; - targetProxy = 4E2312F5C239B1BA548187129D4CDC9B /* PBXContainerItemProxy */; + name = RNDateTimePicker; + target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; + targetProxy = F2A816DA72B88DD5004A3FC82C1D53C5 /* PBXContainerItemProxy */; }; D9A44A425C7B1A6C12F46F2C0593C7CC /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31974,23 +31986,11 @@ target = D0EFEFB685D97280256C559792236873 /* glog */; targetProxy = 65EC04101B753A9192248B15EEED4827 /* PBXContainerItemProxy */; }; - D9EF1B982610E8A02D075766E9A69BE4 /* PBXTargetDependency */ = { + D9FC1C67A30D0B050FE1D2FB6B288FDA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MMKV; - target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; - targetProxy = 32C7FCF2CA4D9BF82970AD2FB7BEE5B2 /* PBXContainerItemProxy */; - }; - DA477B44119415E8288B1FE63A29DEAD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXVideoThumbnails; - target = 4A95B7CD1D5F80C5E8CD9CDA00D41F70 /* EXVideoThumbnails */; - targetProxy = 041612898062719586C21FC2C33906B5 /* PBXContainerItemProxy */; - }; - DA5F38FD32B601E8B9EDE42787526073 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 0A7B79EF22E33D1D0EF5ADCE3B67F309 /* PBXContainerItemProxy */; + name = FirebaseAnalytics; + target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; + targetProxy = 9EF860817BB0588FCFAAC0ED488928A8 /* PBXContainerItemProxy */; }; DAEE039CBE3BA2EB54B2A69CC7CA92E6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -32004,23 +32004,41 @@ target = 90148E8FD1C445D7A019D504FA8CBC53 /* ReactNativeART */; targetProxy = 1F6AF03B6C3BA73ABEFFF63A06FE4057 /* PBXContainerItemProxy */; }; + DBA3BF76BFC14668578091366B6A2984 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "OpenSSL-Universal"; + target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; + targetProxy = 00839D36C71B03F98DABCE192E6F1443 /* PBXContainerItemProxy */; + }; + DBA8A81E5B685DAF4788DCAA5262C3D3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CocoaLibEvent; + target = D63EF582C3FFEAFBF76242E9637C6E0A /* CocoaLibEvent */; + targetProxy = 1AC28340C4DC7CBC2B1C81463663252A /* PBXContainerItemProxy */; + }; DBBC9B219A2F357B756FE8C6FE311D64 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsi"; target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; targetProxy = 6B5E4CBCC8FF49229E79C166D23A2D4D /* PBXContainerItemProxy */; }; - DBEDDD9870DEE1066195946D82B8D4EE /* PBXTargetDependency */ = { + DC5294B3DFBD76F0F6A50579B916ABEA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; - targetProxy = BD4F5682D56ACD39EA8F739D35590941 /* PBXContainerItemProxy */; + name = "OpenSSL-Universal"; + target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; + targetProxy = 496A79270D0F046C2495B2E0727BB6A0 /* PBXContainerItemProxy */; }; - DC772985B8EE70C61739763646FE135B /* PBXTargetDependency */ = { + DC637A3E34C66298CF4F995FD8F6DEBA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; - targetProxy = EBCA2B4F4F1BEDA86E2AD626A8B4F4A8 /* PBXContainerItemProxy */; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = EEAF63AC0A05E0E25EFE7199DDC84048 /* PBXContainerItemProxy */; + }; + DCE5DA758F0D3ECEFA484EA5A71AF966 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = F5215991DC0960E3B9B732244BE48B01 /* PBXContainerItemProxy */; }; DD506450B1E857C9AC353EB6E0F3807D /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -32028,11 +32046,11 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = DB9BB9CFC12000ACFC093E35F6892978 /* PBXContainerItemProxy */; }; - DD53964EDED07A443ED43B00A31DA180 /* PBXTargetDependency */ = { + DD523A9B5BBE5EF096B80E02C936DB96 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Flipper; - target = E63939AA6EFD3D6A8C09E45929F11DBD /* Flipper */; - targetProxy = 61CEFB61EEED2FB45C12AB4A6B246FFD /* PBXContainerItemProxy */; + name = JitsiMeetSDK; + target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; + targetProxy = 9AAD28E661640C1D44C0A3B8F782CBAE /* PBXContainerItemProxy */; }; DD5578C619E57C13CEEF47627A3BAE10 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -32040,11 +32058,11 @@ target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; targetProxy = 47C123CE92F9387C7631FC3ECCDE2A16 /* PBXContainerItemProxy */; }; - DD73C0920955C13D42C12112155303D5 /* PBXTargetDependency */ = { + DD9B003008BD3B2162EA2457DA28D9B9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = 9A850D65CC8A7E2DC26BD52189B04CC1 /* PBXContainerItemProxy */; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 0722D797FED5800C724C81330389E8F6 /* PBXContainerItemProxy */; }; DE1084DA3C6EC26B22315C8C5FECF96F /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -32058,11 +32076,11 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 1269D7C0BCB25B42D2E6D08685E976D5 /* PBXContainerItemProxy */; }; - DE935C705EC80070CE8BF030C1FEB363 /* PBXTargetDependency */ = { + DEC385D465A44023B40AA0B14F03C88D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FlipperKit; - target = 982644B5B647690B2E4F5B3F54EB5717 /* FlipperKit */; - targetProxy = 49BD6DD4C940A4FC09E726AC6D1D140B /* PBXContainerItemProxy */; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 719934DD3CD5EE047A019E7379AD6222 /* PBXContainerItemProxy */; }; DED09F86EFFE14F4749E7DF46B0271C4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -32076,17 +32094,23 @@ target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; targetProxy = 30665A95A4456EA0AE21999062391B5B /* PBXContainerItemProxy */; }; - DEFF71371BAA8223A89A00D948506DEB /* PBXTargetDependency */ = { + DEEE3E36501F9123908514A73DF5B6C8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXFileSystem; - target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; - targetProxy = AD609FCDDDF60A22870B51C088E5432E /* PBXContainerItemProxy */; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = 219BBDEA9963FA562DEC039D88EED58B /* PBXContainerItemProxy */; }; - DF0C091851CB55362B4192AFE95CC142 /* PBXTargetDependency */ = { + DF165389F99E6691A336A3AF17FB7990 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = C66B6AC7A1560792163D464D4269216A /* PBXContainerItemProxy */; + name = EXWebBrowser; + target = 9EB556EE511D43F3D5D7AAF51D8D0397 /* EXWebBrowser */; + targetProxy = EF6A7A06A557061982EEBBA2426487E3 /* PBXContainerItemProxy */; + }; + DF20CABD69F144B604A9FA15929FCEC5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 89EED93B3B48B5218DA1EEE4443D5179 /* PBXContainerItemProxy */; }; DF7A3AC62FE1AD0674181EB88196CFC0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -32100,17 +32124,23 @@ target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; targetProxy = B50B2F145DA45B74C0C698D1C96AB789 /* PBXContainerItemProxy */; }; - E00211473DFC6815D33AEEC34E73F0EF /* PBXTargetDependency */ = { + E03DA546F9CE6C59FF2AC6739040AFC6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KeyCommands; - target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; - targetProxy = 6FE65BCE3AD3712D26DACEA370F14558 /* PBXContainerItemProxy */; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = C65859A9AAB6CAF77E6BB2CAD51C2763 /* PBXContainerItemProxy */; }; - E08BA3D34C32C302245CA7C352BB0A34 /* PBXTargetDependency */ = { + E0B695F4405052719C7DB5929D5E2925 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = A26D53DE7C373938534C2001850F3761 /* PBXContainerItemProxy */; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = B8F78FA28009A52893E9CF968740EAB6 /* PBXContainerItemProxy */; + }; + E0DBE1250FDDC965742A21EBDBAE8ECC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BugsnagReactNative; + target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; + targetProxy = 37D774651DC057CDF6B1BE39ED1DFB30 /* PBXContainerItemProxy */; }; E0EF4E04851113AF72381C9D91CD73D6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -32118,35 +32148,23 @@ target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; targetProxy = 40434883BC2C3B1AB6315BB0BD86A15E /* PBXContainerItemProxy */; }; - E1D4977FB33B7DC4EA983EC0A9CB6BDA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCMaskedView; - target = 1A0445474DA11CA659C4BCC5AB64B1BF /* RNCMaskedView */; - targetProxy = AD0162217C733F7E45F40C949A740D70 /* PBXContainerItemProxy */; - }; - E211B6CC028F549AC4B16302716CEBF0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = 81D51893B19F646E59D26C8155960672 /* PBXContainerItemProxy */; - }; - E256565DF3CF6187E8483A5F577E173F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 6565540D0CF63643BE6CE0421E5FDF49 /* PBXContainerItemProxy */; - }; - E2C7FA7D560D357DE01DEE7559590125 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXConstants; - target = 6C1893932A69822CBE3502F2E0BCFB6D /* EXConstants */; - targetProxy = 2719EEC60138AB292817DDD7DF65C179 /* PBXContainerItemProxy */; - }; - E3028A43043D9916C85DC38DD346E541 /* PBXTargetDependency */ = { + E0F79494FAF1C2C52F51F275D4AF3304 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseCrashlytics; target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; - targetProxy = 95BBE32410D8B800721C2F7E6060EEF3 /* PBXContainerItemProxy */; + targetProxy = 7B04FEAA8599994EB4F83B2A9F7E3AF6 /* PBXContainerItemProxy */; + }; + E1796A9A1DA21011C21DCCFB810CE58A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MMKV; + target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; + targetProxy = 0505163BB72C3D9AA99065F8FF50AD47 /* PBXContainerItemProxy */; + }; + E2E9C264F68D50AA7EB98D42917BC39C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = F5636E33B1CD789816BF7373863515B7 /* PBXContainerItemProxy */; }; E3070B430EB0D1AB9625A2BEB462492B /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -32154,17 +32172,17 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = 5D83788C4B3470DFB084FEEEB59C9C6B /* PBXContainerItemProxy */; }; - E371008E44DE54FA089C03C43B0F078D /* PBXTargetDependency */ = { + E35C43D55D09209E7812AE4642C1BC5F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = E11099420466CD2EE020314871F3D4E0 /* PBXContainerItemProxy */; + name = "Flipper-PeerTalk"; + target = 718DB7D0A7E90B531AD577B3356C4161 /* Flipper-PeerTalk */; + targetProxy = 0C87F86315CC542BA2C840437FCCE84E /* PBXContainerItemProxy */; }; - E3F10CF84A49B066F0ED62827064CA60 /* PBXTargetDependency */ = { + E3A289E35589E139E35CF7377D8B53D7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXHaptics; - target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; - targetProxy = C7433EED73F90D0453A342561F2B7B8D /* PBXContainerItemProxy */; + name = "Flipper-DoubleConversion"; + target = D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */; + targetProxy = A7B64E5C719D0349DB7D02110E1E004B /* PBXContainerItemProxy */; }; E420343DC6AD3882F4AA2C76E693F707 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -32172,17 +32190,11 @@ target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; targetProxy = B8EDA7EC3A793A6BB4C3AE3CD6D40C62 /* PBXContainerItemProxy */; }; - E483279EDACF1212082CFAC0770621DA /* PBXTargetDependency */ = { + E43F77FC13D430310203EECD7B39CAFF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 9F3F6B20D65BBED6CAC7B08757DE6E4D /* PBXContainerItemProxy */; - }; - E4F8139CBE9E90E1E7D083EA21462ADC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNConfigReader; - target = DC0D417AC8ABB7AA10C20A5E0F065812 /* RNConfigReader */; - targetProxy = BC1FF3EF37196299D96519F212BA6672 /* PBXContainerItemProxy */; + name = EXConstants; + target = 6C1893932A69822CBE3502F2E0BCFB6D /* EXConstants */; + targetProxy = E668DADD34AB1C137E2B442F4E9D52D2 /* PBXContainerItemProxy */; }; E5159D2A9E4F1C9264DB274F7FF2894A /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -32196,59 +32208,35 @@ target = 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */; targetProxy = 3D6C164B1957D58D9396600AFFD14172 /* PBXContainerItemProxy */; }; - E69EAAD7F4ED4FF44AF049BD09E51C36 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = B1C8292015A0D920D634400EE772A5AA /* PBXContainerItemProxy */; - }; E6DA6D4D1152836D8BE7E288D25F9E5D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-mmkv-storage"; target = 74DAFD196634D10887C9A4E7BA19A5E4 /* react-native-mmkv-storage */; targetProxy = F1329A82DF31978626E8D037948C074A /* PBXContainerItemProxy */; }; - E708F130A6F5D7B6BC48FE69892A2C2B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 7648D1397C7C755880A38E8723D8EB73 /* PBXContainerItemProxy */; - }; E71DF5BEC6F56FEE063677666C975549 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ReactCommon; target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; targetProxy = B1EFCFB840CF2D937A95B0BB9B9BB60A /* PBXContainerItemProxy */; }; - E72C91996D09C03FDAD7366A21B11CE7 /* PBXTargetDependency */ = { + E72ECEEB0D10E285A5D5247F40A32C9E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FlipperKit; - target = 982644B5B647690B2E4F5B3F54EB5717 /* FlipperKit */; - targetProxy = C3201BF3ADD49F92C6565248DEFAD9F7 /* PBXContainerItemProxy */; + name = FirebaseAnalytics; + target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; + targetProxy = 7508D6899DA783D9A27A35E010CB9AFE /* PBXContainerItemProxy */; }; - E73D6FBE26AC8AF9483C0D2F133CB5E6 /* PBXTargetDependency */ = { + E7719A7EA68A2252A257E3BEB101A061 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXKeepAwake; - target = 0CF4D9052577C85B6B8C4E957332626B /* EXKeepAwake */; - targetProxy = 2B835E061108B05C711E4183FD6774E8 /* PBXContainerItemProxy */; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = 6D5416D544C22C419FA99B0E1FCF0B49 /* PBXContainerItemProxy */; }; - E855434CCE5D306FCB20B700CFFEE0D4 /* PBXTargetDependency */ = { + E7C3BF046A405DA6A0BB117E6EC4859B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "OpenSSL-Universal"; - target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; - targetProxy = 37350A0F992D463343D172E04F607117 /* PBXContainerItemProxy */; - }; - E88E1DDE3BB8797EF4D641BF2D479CB4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-Glog"; - target = 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */; - targetProxy = 118D90DFDBAC9A7CBF5EC8CE61A257CC /* PBXContainerItemProxy */; - }; - E89C09ECC55C5E2497AA17E44F5181E1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 530167DD60237D2CD633D585C6F0C746 /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 5AEE4C15015205968D1F22DFCFBD127D /* PBXContainerItemProxy */; }; E9C39026016DC678D7B8E831E16CE67F /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -32256,11 +32244,11 @@ target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; targetProxy = 8F1480D7158BB0B20CFD487A6DE6C95C /* PBXContainerItemProxy */; }; - E9E1A31F296312DC469FEBE7468483AC /* PBXTargetDependency */ = { + E9D752B7A0A6CA2201A56AF41B55FE70 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = B3B21B4A511254512383E0FB234D375A /* PBXContainerItemProxy */; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = B086F1CC719CE1F29372845DC888CF50 /* PBXContainerItemProxy */; }; E9FEBE191A7DA0369B7D57140FA2C453 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -32286,6 +32274,12 @@ target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; targetProxy = 32631EB179A3DB0AFC285E9715ED23CD /* PBXContainerItemProxy */; }; + EB8F42500FD91B13F4F3E742B08D8D64 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = C14AD0BA954082526864BADBC71FDE85 /* PBXContainerItemProxy */; + }; EBACD0A1B277FE7C58994643A9B8A8BF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "rn-extensions-share"; @@ -32298,6 +32292,18 @@ target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; targetProxy = 47912487C1C64F07368083CAEE2D05C4 /* PBXContainerItemProxy */; }; + EC794D0F1D96256DB8EECE701640324A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXAppleAuthentication; + target = 28A005E00FB77DDB2543047A07ED99A5 /* EXAppleAuthentication */; + targetProxy = A45AB5B6B85AC0174BB46669E91DCE3C /* PBXContainerItemProxy */; + }; + ECBD910057830834818FA49C42735DF0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CocoaLibEvent; + target = D63EF582C3FFEAFBF76242E9637C6E0A /* CocoaLibEvent */; + targetProxy = 74DA8510B87B141F5E7A75CD97DACD64 /* PBXContainerItemProxy */; + }; ED39AF70950440EC78C01CE63620A88B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-orientation-locker"; @@ -32310,41 +32316,23 @@ target = 037A1F31C4D99F52EC9FD2008FEC481C /* ReactNativeUiLib */; targetProxy = 9799CDB9868D556A4E87E7978F91E802 /* PBXContainerItemProxy */; }; - EE6F8F7C6DB2AC1CE3F512C902E32402 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXPermissions; - target = 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */; - targetProxy = AAACB799D549843F85285ABEBA86C521 /* PBXContainerItemProxy */; - }; - EE822503F671DFC4F077B1A1C8A9B844 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; - targetProxy = 27FA9F0F68697CDAD54F375EAE5F8931 /* PBXContainerItemProxy */; - }; EF158F3A09CD998E810B1093EEB9B241 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMAppLoader; target = C452F579644C83E8D8E36EC24A9BBD46 /* UMAppLoader */; targetProxy = 2C5430E59569BF99C4169F119B7DEAFD /* PBXContainerItemProxy */; }; - EF777FD9B4BA29C989E52BCFE988A62F /* PBXTargetDependency */ = { + EF3A0FE6B9410BE94FF5344607867C29 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; - targetProxy = 73CE315BF870A0C2C2775FA8162BB03B /* PBXContainerItemProxy */; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = 12DD4D8AEB1297572CD060640386AFA0 /* PBXContainerItemProxy */; }; - EF7F08F46CD0049CBCD5E243E4531366 /* PBXTargetDependency */ = { + EFAC43EA7932209090DAE22A3E16F462 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 44D1E48A41B6B6DB880AD37F1F130636 /* PBXContainerItemProxy */; - }; - EFB5332DBFC50E34B193525C4BDFFF62 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCMaskedView; - target = 1A0445474DA11CA659C4BCC5AB64B1BF /* RNCMaskedView */; - targetProxy = FBDFB2530552BC5C050033D9FBA04764 /* PBXContainerItemProxy */; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 246D1F4D74F0B2F4731889DBAA0236A0 /* PBXContainerItemProxy */; }; F0A494BA635CFAE67E80BFA4F30E20F9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -32352,35 +32340,41 @@ target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; targetProxy = 4ADE323CE1C41CB080148F893E93BB09 /* PBXContainerItemProxy */; }; - F10E41F95CF4DAC1A64E141F771C52E7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 947508D3494734506561E4488D2A5E8F /* PBXContainerItemProxy */; - }; F12BD954C0DEFAA3C1FFF0CEF3EAA777 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsiexecutor"; target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; targetProxy = 47A5636E2D2BD1961A59E4556C123FE1 /* PBXContainerItemProxy */; }; + F1755F8636332D5C3D5E211159555F6C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "boost-for-react-native"; + target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; + targetProxy = 5A57CE85CF97280149F83CF210F56B56 /* PBXContainerItemProxy */; + }; F19094131982BEBCD36D4F3113A5D9A0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNFastImage; target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; targetProxy = D8007A270575389B7A8388B88128DC7F /* PBXContainerItemProxy */; }; - F1DCD55838D54E07A26A815A51B090CF /* PBXTargetDependency */ = { + F1C609697EBD6B6375BA6722C87B39BE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = 5C43F5F0420C105F45855BBB810DCA5B /* PBXContainerItemProxy */; + name = EXConstants; + target = 6C1893932A69822CBE3502F2E0BCFB6D /* EXConstants */; + targetProxy = 2F370063C0C18AD572EE611755353486 /* PBXContainerItemProxy */; }; - F30F427BC159CB74B8DC193EEC7D5C5D /* PBXTargetDependency */ = { + F2337174BDFDB4931B7290F90B692884 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = 83450FA660EED412F034F6A37328DCFE /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 88E046EB451BAA5E76FB9310AF9189F2 /* PBXContainerItemProxy */; + }; + F25E7B062700D0F8BCCAA8E754D0138F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXAppleAuthentication; + target = 28A005E00FB77DDB2543047A07ED99A5 /* EXAppleAuthentication */; + targetProxy = D3C27869420E3873AB68A54C1E8F87CC /* PBXContainerItemProxy */; }; F335723CC6D00197EA5D49073F02CC9B /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -32406,17 +32400,17 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 3024EA7437D59544C3DE0F03A7337FB6 /* PBXContainerItemProxy */; }; - F4129A209C4F09FC89DF1D7E4E8B4284 /* PBXTargetDependency */ = { + F4EA2113CDF2F997D9DC4C554A39B475 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MMKVCore; - target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; - targetProxy = 3920C103287C21BEDD2E8AE0FCF2E63D /* PBXContainerItemProxy */; + name = MMKV; + target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; + targetProxy = 3372A37ABA0066E5A1C781D93E8C99FF /* PBXContainerItemProxy */; }; - F4D04E08644AA9463363ADDA47880D04 /* PBXTargetDependency */ = { + F54F16F8E7DDEFE5DA1AD68C2F7E4A2E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 82CD3E61A36A47B8609F38EEFDC9E06A /* PBXContainerItemProxy */; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = CB8E3FFBE6EE953884F4C621D48082F2 /* PBXContainerItemProxy */; }; F54FD69AFEAF49910EF76396867E4352 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -32424,30 +32418,30 @@ target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; targetProxy = D3D7824AFCEEA357B9FA38C0F3227B20 /* PBXContainerItemProxy */; }; + F58835635D5A198C1FA497EE649C9E7B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNDeviceInfo; + target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; + targetProxy = 5F5D9E8BA7DCA81D7C3102B6015A759A /* PBXContainerItemProxy */; + }; + F5907030653DDC90F7BCA5CED6812E15 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 61D993EEADD9E29F822C98678DE28605 /* PBXContainerItemProxy */; + }; F5DD5A8C36B6090D7C1AB2BC3894F449 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNReanimated; target = FF879E718031128A75E7DE54046E6219 /* RNReanimated */; targetProxy = F6D85FDA5F73F0D34FAD55007F2A76B2 /* PBXContainerItemProxy */; }; - F6302B4669E764A7FD847CC7BB6BD0CF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXPermissions; - target = 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */; - targetProxy = 632A36ECE45F11A03AFB51D4A91F5A48 /* PBXContainerItemProxy */; - }; F63DD9FB66E949B5073227BF57C231FD /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-mmkv-storage"; target = 74DAFD196634D10887C9A4E7BA19A5E4 /* react-native-mmkv-storage */; targetProxy = 4932D89B8C5A275C718DB80BFFEEAD86 /* PBXContainerItemProxy */; }; - F667ECD7F9689DF041336947B0F17C89 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNBootSplash; - target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; - targetProxy = CEB7F7CB049AE4172E0F7CE707B07B08 /* PBXContainerItemProxy */; - }; F6B81BB11DB2C2252E4B4AEA6D8B8A2B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-background-timer"; @@ -32460,17 +32454,17 @@ target = 897EF6A99176326E24F51E2F2103828C /* UMReactNativeAdapter */; targetProxy = AE4D6DE1B956F4E0A5EC62002FC1C1D8 /* PBXContainerItemProxy */; }; - F77B56E35179CBCDCEA49651380757F3 /* PBXTargetDependency */ = { + F6EF3E761AFFB05B34543BE2A05CE37A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 87906FBD1550E2BED75E39A64F18883B /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 71290BF4534238A978F63C48B26C7F93 /* PBXContainerItemProxy */; }; - F7DCBA0702C8481C01CE2C6AA73A43D4 /* PBXTargetDependency */ = { + F71E5D6673375B839D91608F734A0C58 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXWebBrowser; - target = 9EB556EE511D43F3D5D7AAF51D8D0397 /* EXWebBrowser */; - targetProxy = 0866138EC1AA61E5D5A720EEF037E1E7 /* PBXContainerItemProxy */; + name = EXFileSystem; + target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; + targetProxy = 36399BD5D4EE948DED3C123DDD8FBA37 /* PBXContainerItemProxy */; }; F817F8E73E4F5F30EDA9C758E6905938 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -32484,11 +32478,11 @@ target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; targetProxy = 5286136BCB028CC7483DE1E84A6060BA /* PBXContainerItemProxy */; }; - F8AB3CB023613ABA3E5BA5C4C1401994 /* PBXTargetDependency */ = { + F92DD4F634208A20AAF5E16F11F4D93A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; - targetProxy = BEA87292ABBB320987E954FB26610E11 /* PBXContainerItemProxy */; + name = "Flipper-Folly"; + target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; + targetProxy = 849173FD56F17A9EDCB0AC1DC0CE1142 /* PBXContainerItemProxy */; }; F96A383CDE9054FC26EAB88865CA1775 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -32502,29 +32496,47 @@ target = EC577C5CB1DC59A7464ECEF266A75B42 /* react-native-netinfo */; targetProxy = 9A16C06AE5019D295CCF7EDF017F5C86 /* PBXContainerItemProxy */; }; + F9AB9C5B562F6F022A90158926456501 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MMKVCore; + target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; + targetProxy = 884681EEF6A2E151364C17C111632CB8 /* PBXContainerItemProxy */; + }; + FA06BA4C7A3C911A20B6FB8994130803 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = A822EAEFC0AFB4913367B80EEEB93D46 /* PBXContainerItemProxy */; + }; FA1249617FC1DA49DB9CAD7605FE8B6F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = glog; target = D0EFEFB685D97280256C559792236873 /* glog */; targetProxy = 6191B2A67520629884B14A6BDCC568DD /* PBXContainerItemProxy */; }; + FADCAE772B1191CB9E965B8E7F2CA66D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNCAsyncStorage; + target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; + targetProxy = 4C38B1606230F35D8E54C3EDF8EC8793 /* PBXContainerItemProxy */; + }; + FB2150DE04C359536DB55841A62FE2C3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 852A1630D6241FCEBB6A14132020BD9C /* PBXContainerItemProxy */; + }; FB58F329C81C0D819D38BAE841997E6D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = E3A9FDD9B181798017B6DD8DD252D878 /* PBXContainerItemProxy */; }; - FB88B7384D43649636A9331591677178 /* PBXTargetDependency */ = { + FD6272B9A7739138C165EFC0C79C386F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 31D0F60E6F1385321BC27BDEE0870390 /* PBXContainerItemProxy */; - }; - FC8E14FA21E712399E1D5CFC6217B596 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXFileSystem; - target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; - targetProxy = AE0F15AE500B38ADB071B46A5EF5E2AE /* PBXContainerItemProxy */; + name = "Flipper-Glog"; + target = 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */; + targetProxy = 23D8C4693283CF2E21DE1174ABEFD157 /* PBXContainerItemProxy */; }; FD7DD48E6472708AB50A006A17EBF8B1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -32538,48 +32550,33 @@ target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; targetProxy = 2D8136F758A9D9DF16FE450EC1919CC9 /* PBXContainerItemProxy */; }; - FDB69454D45B767E2A6CEAD18BDF8277 /* PBXTargetDependency */ = { + FEFF2119E4924D1240BDA0B1C2BA1864 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = FE9E97A93061B50298A9281895A66B09 /* PBXContainerItemProxy */; - }; - FDCF86E9C087FC013BEDBE86DF5734A3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = CocoaLibEvent; - target = D63EF582C3FFEAFBF76242E9637C6E0A /* CocoaLibEvent */; - targetProxy = 07FF705AB52FEEC46015A62DFA428823 /* PBXContainerItemProxy */; - }; - FE145FA54B8008A3C9274CB5D8BF6ADA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; - targetProxy = 0B2D86A663FEBAAE08E336A3B73D6306 /* PBXContainerItemProxy */; - }; - FE18AFCEA3D79FEC244197769CC80587 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = E87C0C8DF579FBF95B675A2FA6D60F7D /* PBXContainerItemProxy */; - }; - FE28A1F8362DD0CE7989B0E331FBA373 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXImageLoader; - target = 263266A9E29FFF0E9C8CA0E4582BFCF4 /* EXImageLoader */; - targetProxy = 2FECF6286B454E8F80478A7369387BAE /* PBXContainerItemProxy */; - }; - FF06A05D34355E5A6ECA3CD10267559D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 31D08199759EDA127B33FAEAAD81EC47 /* PBXContainerItemProxy */; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 710B49CAF8C1D166EF9E096B08159AF8 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ + 00346BC8A579C120FF2062634D9C6B42 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7543099DFCF3098C6A1B696B827EECE3 /* GoogleAppMeasurement.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 00585F65DCD8DAF8DBD0363AC21770FA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9F988FF27A2CF45B80E7D264B7415538 /* BugsnagReactNative.debug.xcconfig */; + baseConfigurationReference = 01909B7DDF257968495FBC40CF5795D9 /* BugsnagReactNative.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32604,7 +32601,7 @@ }; 0108C466213A842904DE4745A5461B23 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F522BB4CCCBF88D6E8F145100F600E4C /* EXAppleAuthentication.debug.xcconfig */; + baseConfigurationReference = 788CC0E370887A3B71DD1C573EF30B1F /* EXAppleAuthentication.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32628,9 +32625,59 @@ }; name = Debug; }; + 01D14AB23FAA5F98813B68B15F47A97E /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 674C5AFA6B8658F9E0228FA349267BE7 /* RNLocalize.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNLocalize/RNLocalize-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNLocalize; + PRODUCT_NAME = RNLocalize; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 0278AAC31EEE2A8B1F78388E7E895BDB /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 1805431BA300537A75B6F3008ECABF8E /* FirebaseCoreDiagnostics.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = FirebaseCoreDiagnostics; + PRODUCT_NAME = FirebaseCoreDiagnostics; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 0347D3E292B97FE46B9749A84BC11588 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F4671EF7BA33F2C2D909EB895C0B9C28 /* react-native-webview.release.xcconfig */; + baseConfigurationReference = CBF17D8B18C07D001A2A6430326B6940 /* react-native-webview.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32654,9 +32701,35 @@ }; name = Release; }; + 03B1149496F120D1F8A32161B9574FDB /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B3DF9F54431589035E19C4BEFEFB525A /* Flipper-RSocket.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/Flipper-RSocket/Flipper-RSocket-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RSocket; + PRODUCT_NAME = "Flipper-RSocket"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 085EDE8532AF45E3B73429C47189A3E8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 49F5C778CBAEE035E54C82340ADF74C3 /* RNReanimated.release.xcconfig */; + baseConfigurationReference = 7AD97723A063BF19FEC68DF897D27118 /* RNReanimated.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32705,34 +32778,9 @@ }; name = Debug; }; - 093F2871E9D8C3E030B9D04E8FA8B62C /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E3F33E1C24C81B6C36F0E44AC02684B0 /* Flipper-RSocket.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Flipper-RSocket/Flipper-RSocket-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RSocket; - PRODUCT_NAME = "Flipper-RSocket"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 0A0E6214D07BB47739004A51C7369DDD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2808039B06913C5F4B5138BD2828D70E /* BugsnagReactNative.release.xcconfig */; + baseConfigurationReference = B6B6A672610F67995E4F13D33640D278 /* BugsnagReactNative.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32756,58 +32804,9 @@ }; name = Release; }; - 0A84DB3B79A7140AF7F341B83BEA61D6 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A142675AD2D2F03251E59104C6DC9940 /* react-native-safe-area-context.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-safe-area-context/react-native-safe-area-context-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_safe_area_context; - PRODUCT_NAME = "react-native-safe-area-context"; - 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; - }; - 0AB89BAD51A5493718BE9F47A46678FD /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B5E6A6D6887D8249F4587D1264CEC00A /* GoogleDataTransport.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = GoogleDataTransport; - PRODUCT_NAME = GoogleDataTransport; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 0B42755D4DB1F814A30755F6846F9FFB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D09D8FA067BA7AD018CBEE4A1A3AD18B /* ReactNativeART.release.xcconfig */; + baseConfigurationReference = 808921C767EAB2224EC8F726671E4FC1 /* ReactNativeART.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32831,9 +32830,24 @@ }; name = Release; }; + 0EC8F41457242D86314C7170FAB4EFBC /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 43C0C1192214C8336CF88696F0FA25FF /* OpenSSL-Universal.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 10822A7A03FF7C46AA5713F43522E531 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B3494785E3E169E719846914137B58AC /* React-CoreModules.release.xcconfig */; + baseConfigurationReference = 4BE13D3415FC9EA0B6B7AC5D8198F10E /* React-CoreModules.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32858,9 +32872,35 @@ }; name = Release; }; + 135C691B9CBC76093532F63552917B4B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6CF4924C7417E63EAD4938C35BF7B198 /* react-native-orientation-locker.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-orientation-locker/react-native-orientation-locker-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_orientation_locker; + PRODUCT_NAME = "react-native-orientation-locker"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 15E26D19AD58A030F183FF46AD865DEA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 73A16102B2018BA31D7EFB9EF4A652D4 /* React-callinvoker.debug.xcconfig */; + baseConfigurationReference = DF69CE3746862703D411272E0A4E919E /* React-callinvoker.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32874,24 +32914,9 @@ }; name = Debug; }; - 1697DFB5299C0D9569DB4B712E1F407F /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7543099DFCF3098C6A1B696B827EECE3 /* GoogleAppMeasurement.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 16AA0154D3837FC4C44F6909CAF079E4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B86E5D4DE381D4F6E5472B43B919D882 /* RNImageCropPicker.release.xcconfig */; + baseConfigurationReference = ADD650387C1E7CEF9B37C0B2673F90A0 /* RNImageCropPicker.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32930,23 +32955,22 @@ }; name = Debug; }; - 182B4CFDA92326C6DBFA2559F207A45A /* Debug */ = { + 1A2D2B8780D72D2E7930B048F99C7AEF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C6D9BA4132CD7F81496EDB460D84B540 /* RCTTypeSafety.debug.xcconfig */; + baseConfigurationReference = 075E2316CDBA184F5871EC6E2F260E62 /* react-native-restart.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RCTTypeSafety/RCTTypeSafety-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + GCC_PREFIX_HEADER = "Target Support Files/react-native-restart/react-native-restart-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTTypeSafety; - PRODUCT_NAME = RCTTypeSafety; + PRODUCT_MODULE_NAME = react_native_restart; + PRODUCT_NAME = "react-native-restart"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -32958,7 +32982,7 @@ }; 1A8AC6BD524C6BC798924603B66A8044 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A76552CDFC457E754280D8D1DB6C26EE /* UMFaceDetectorInterface.debug.xcconfig */; + baseConfigurationReference = 8E78CAA2C10634D2A26FEDB8001B4CA1 /* UMFaceDetectorInterface.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32974,7 +32998,7 @@ }; 1ABE1D128B3F0307F9D20E20083FABAA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EBB6B6FD72B1215046A2E652F142ABFA /* EXWebBrowser.release.xcconfig */; + baseConfigurationReference = 97F22FD130D38E6FE56D88111261AF31 /* EXWebBrowser.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32999,22 +33023,45 @@ }; name = Release; }; - 1C70EC6599A9AF12D63D91390E4EBF8A /* Release */ = { + 1B392EB7BBE18918383044433F147DC5 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9DBAA1275894693C3B6DF1953CB3A612 /* RNBootSplash.release.xcconfig */; + baseConfigurationReference = 689FE599332A86A80A780E764CB1AC5A /* FirebaseCrashlytics.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNBootSplash/RNBootSplash-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNBootSplash; - PRODUCT_NAME = RNBootSplash; + PRODUCT_MODULE_NAME = FirebaseCrashlytics; + PRODUCT_NAME = FirebaseCrashlytics; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 1C3C327A782A8D4409B8FD27A47A59CA /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C88779A2E8E6676EA613CDA842052D05 /* FirebaseCore.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = FirebaseCore; + PRODUCT_NAME = FirebaseCore; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -33027,7 +33074,7 @@ }; 1CFE88A76538D02382248941B2C0067F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A820D4DE4D2BA895C7D750245BCCC6DF /* UMAppLoader.debug.xcconfig */; + baseConfigurationReference = C63973463770DD60DEDCCF09DF20C477 /* UMAppLoader.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33077,7 +33124,7 @@ }; 1D448FD009678DD68D68FCD86684C992 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D25C44180D984EEDD9DA0FBA10238FD6 /* UMCore.debug.xcconfig */; + baseConfigurationReference = E7C60AF07EF19BB35D82B97203A33BF9 /* UMCore.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33101,34 +33148,9 @@ }; name = Debug; }; - 1D997A940DE61197BC79DEDFB107BC1A /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FC3F60EFAED652C357D13BE25D046C6C /* react-native-background-timer.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-background-timer/react-native-background-timer-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_background_timer; - PRODUCT_NAME = "react-native-background-timer"; - 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; - }; 1F90A2C5A78F00D900E1DCA48FD307B6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 57C7016184762D7632319F53C45FD79C /* RNCMaskedView.release.xcconfig */; + baseConfigurationReference = D7B4402BB41860A4C9052FD22D07DE73 /* RNCMaskedView.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33152,86 +33174,9 @@ }; name = Release; }; - 200AC3E0B9A2F87D6D2321479D40BA71 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 017CA43813A1F62D800C048DC693CAB4 /* RNCAsyncStorage.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNCAsyncStorage/RNCAsyncStorage-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNCAsyncStorage; - PRODUCT_NAME = RNCAsyncStorage; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 200EF926DE5D3B8EF4A28816DFA5B409 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F0706E78F9750DCFFF67264CCEFFD317 /* RNDateTimePicker.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNDateTimePicker/RNDateTimePicker-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNDateTimePicker; - PRODUCT_NAME = RNDateTimePicker; - 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; - }; - 2081279C51A75866250814B3DE18C8E3 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3A25E9578CCDCEA3AB90E87500EED360 /* react-native-safe-area-context.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-safe-area-context/react-native-safe-area-context-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_safe_area_context; - PRODUCT_NAME = "react-native-safe-area-context"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 22484930B6D46E07F261091E83A95EEE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 657A7BD32C86B54F9F37E6FFA881E56C /* rn-extensions-share.debug.xcconfig */; + baseConfigurationReference = EC219E2FACBE9683563E1C58A5DB61C3 /* rn-extensions-share.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33254,9 +33199,86 @@ }; name = Debug; }; + 22D8CA17F7B20938F47AC573E6C9A2B6 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 79A07B20A25B5F8E552A71848887B615 /* DoubleConversion.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/DoubleConversion/DoubleConversion-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = DoubleConversion; + PRODUCT_NAME = DoubleConversion; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 2496DFBAA294BB49D90637669DD67732 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7C420411B1148BBC0AD7C9DE767407D3 /* RNBootSplash.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNBootSplash/RNBootSplash-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNBootSplash; + PRODUCT_NAME = RNBootSplash; + 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; + }; + 257D2762CC305B1CA0E8BA95EF20434A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E4EDC844B935E417B08F6DD2F53A5230 /* react-native-safe-area-context.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-safe-area-context/react-native-safe-area-context-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_safe_area_context; + PRODUCT_NAME = "react-native-safe-area-context"; + 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; + }; 259762C6289A05593342280FD2F045F3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C682A629C402765771746F799F7D4901 /* React-RCTNetwork.release.xcconfig */; + baseConfigurationReference = 0F5C12C810D661E04E6C88E19F4F1022 /* React-RCTNetwork.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33283,7 +33305,7 @@ }; 25C2F82475AD9547B497B27665BFE5BC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E4E819F3F464B0FF6DE88072DD96E4F1 /* React-RCTAnimation.release.xcconfig */; + baseConfigurationReference = 211EB030992454A91CF18D3C476C3ED6 /* React-RCTAnimation.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33308,9 +33330,67 @@ }; name = Release; }; + 26C28667592B12A8E8B81B16B7ADE210 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 510A56C0C0869F304ADFA58AE135F71B /* boost-for-react-native.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 26F88B4D24B19C2A25971E3193DA6FDC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 1A597DB99FED31AE7436208B5BCD99B1 /* PromisesObjC.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = FBLPromises; + PRODUCT_NAME = PromisesObjC; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 284CA3D07B29CA819FD96D8F4D8CC169 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7A89E4A30B0E3CDA97DDDF57758BDC4E /* RCTRequired.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 296C3EAC2895088FCE6939931E139D00 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B30E23EEE2A4DED934D9BD0EF230A5F2 /* RNFBApp.debug.xcconfig */; + baseConfigurationReference = F33A8BB2F0560B24EA69F8E08E8AB281 /* RNFBApp.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33359,22 +33439,22 @@ }; name = Debug; }; - 2A76FB52AAAD7918AA2BD6750C69EF59 /* Release */ = { + 2A57F02F073C8EE682B34DE95CEFC2CE /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B3DF9F54431589035E19C4BEFEFB525A /* Flipper-RSocket.release.xcconfig */; + baseConfigurationReference = FE8F2233EDDB14A8B4B142BCB0E4E62D /* RNVectorIcons.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Flipper-RSocket/Flipper-RSocket-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + GCC_PREFIX_HEADER = "Target Support Files/RNVectorIcons/RNVectorIcons-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RSocket; - PRODUCT_NAME = "Flipper-RSocket"; + PRODUCT_MODULE_NAME = RNVectorIcons; + PRODUCT_NAME = RNVectorIcons; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -33387,7 +33467,7 @@ }; 2A7B9923A025C9FD5DA7D60F3BED10CF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8CDD3FC763152E8C4556BBB678599AB4 /* UMReactNativeAdapter.debug.xcconfig */; + baseConfigurationReference = 940FC5034C5012B724903EE9C30582D3 /* UMReactNativeAdapter.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33411,9 +33491,35 @@ }; name = Debug; }; + 2A814AD419EFEFB028BA5AA9087304A0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = CD715A86FB2F7BB0788591940C27B2E9 /* react-native-cookies.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-cookies/react-native-cookies-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_cookies; + PRODUCT_NAME = "react-native-cookies"; + 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; + }; 2B1D1CF3E19848CE2F0FFD9650031F5F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D529E80B743400BE6282A3A738682236 /* EXWebBrowser.debug.xcconfig */; + baseConfigurationReference = F103531629CE681801F01C363FF0D7B1 /* EXWebBrowser.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33465,7 +33571,7 @@ }; 2BA0A942925FE60D5696597B28EBBFC4 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5027173D497DA6BB6AC4E1BADDC5DFFE /* UMConstantsInterface.debug.xcconfig */; + baseConfigurationReference = 734C8E4BC89C8F01BCC3E27668DC7881 /* UMConstantsInterface.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33481,7 +33587,7 @@ }; 2C211EFCBF47BD29B47326192C86E970 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CE72A8F22323CCCD1DD1C3A2C1509567 /* React.debug.xcconfig */; + baseConfigurationReference = 8865CD2C51AF956D4A1E7517DCF3DEC4 /* React.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33497,7 +33603,7 @@ }; 2C60D2FB7E26DD73CBBAEDEE301C1012 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 259405060C1E4630A48CBD1827C26A80 /* React-jsi.release.xcconfig */; + baseConfigurationReference = 2F2647A7CF0BA38680B65DD76DC2660D /* React-jsi.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33522,52 +33628,9 @@ }; name = Release; }; - 2DB713FA70A6346E61D348B0CAEA2148 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8C3E5DA9E58038D966DC82D54ACD1B88 /* FBLazyVector.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 2E276891FB9ACEA25905FCE6C6D456CE /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 71226302BE45A7B0F501A945DA65C8AB /* glog.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/glog/glog-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = glog; - PRODUCT_NAME = glog; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 2EE7477CED0EF45A9B85F8884BE22919 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C54739594C9F12ED91B3A24A811C6E3C /* RNImageCropPicker.debug.xcconfig */; + baseConfigurationReference = 74081050700BF5CB49284C13A580DF52 /* RNImageCropPicker.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33592,7 +33655,7 @@ }; 2F8C05D24C01621B9E3C09251F0AFCAF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A6B14B9E6339B9A956608DF8295CA47C /* UMImageLoaderInterface.release.xcconfig */; + baseConfigurationReference = C56F4FBA8454587CEF4B2EABB6A7A6AC /* UMImageLoaderInterface.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33607,35 +33670,9 @@ }; name = Release; }; - 3063463B2EFCF4EC04EE5A44ACB7FDE0 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6CF4628F0256B1CAFD09491759F5EA8B /* react-native-background-timer.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-background-timer/react-native-background-timer-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_background_timer; - PRODUCT_NAME = "react-native-background-timer"; - 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; - }; 306B30B972532C61B933FD6D83DC5284 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 40A2DB39044B51CA5142EB721767D713 /* RNConfigReader.debug.xcconfig */; + baseConfigurationReference = DD8069EF15FA3E2332D66229065F935B /* RNConfigReader.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33658,6 +33695,59 @@ }; name = Debug; }; + 3123B551A3EE7955088B9A55138D5415 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D1BDD01F0BC504B656C263AA96AADF5A /* glog.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/glog/glog-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = glog; + PRODUCT_NAME = glog; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 3168C0C50D72FC24FD91F8EE942C4657 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 71226302BE45A7B0F501A945DA65C8AB /* glog.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/glog/glog-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = glog; + PRODUCT_NAME = glog; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 319D93C25C4B6C3E0AA156CBF7D7300E /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = C74F1403727AB3EC02EA01887CFA5016 /* Firebase.release.xcconfig */; @@ -33676,7 +33766,7 @@ }; 31E84E0F2370347830137DC5F187B48B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0D3E12F5CADA363DBFA669974D926E8D /* RNScreens.release.xcconfig */; + baseConfigurationReference = 51334732F12041BFB4175B22F9949C71 /* RNScreens.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33702,7 +33792,7 @@ }; 31FDB76878F35640CB9C117AED83EC71 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 96D0B4D2C8E7747DE10DD1DEE485BDAB /* React-Core.debug.xcconfig */; + baseConfigurationReference = 462B8FB3666CB1ED940C4ACDDFB78B22 /* React-Core.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/React-Core"; @@ -33717,6 +33807,22 @@ }; name = Debug; }; + 321A45BF474BAC18B8C03FE9E299B927 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A6678CC1CBCEE8A33CAECB64471FA9E4 /* GoogleAppMeasurement.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 333C065553B31C04ADF1571A7834855A /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 777A6CEA1DB169E129FEC44F494A83BF /* Flipper.debug.xcconfig */; @@ -33744,7 +33850,7 @@ }; 350E549B9D9AFA7C44AB9D907104BC96 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9FF9214391075AAD5E0FA9571453D1F4 /* RNFastImage.debug.xcconfig */; + baseConfigurationReference = 18615B7AD54983D86DB88848732FC3C1 /* RNFastImage.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33767,9 +33873,34 @@ }; name = Debug; }; + 351669C9D9B6E760A1FFDA38509E07C3 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8E6EFC487486E9E37740026A3857CF15 /* RNLocalize.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNLocalize/RNLocalize-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNLocalize; + PRODUCT_NAME = RNLocalize; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 35BB07AFAF2489D6E6B1371C8B6FC80C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6221F69231986FD00D657A121A52B96F /* EXAV.debug.xcconfig */; + baseConfigurationReference = EC89D9ADE465DD4095779743A07CD76E /* EXAV.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33793,6 +33924,31 @@ }; name = Debug; }; + 365354509D9C21A6A99C16F71A69B955 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 96029579371D4169676428C15CAC1507 /* react-native-background-timer.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-background-timer/react-native-background-timer-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_background_timer; + PRODUCT_NAME = "react-native-background-timer"; + 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; + }; 39048FDB453C1BFAAB89D97B145921E3 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = CB3DDB4876F896E8B1AE447F6B120FA5 /* CocoaAsyncSocket.release.xcconfig */; @@ -33821,7 +33977,7 @@ }; 39E658BFB6AA16170AC332C84B7A8FD2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E2EB43009C3356DCDF3CD887C503DF31 /* EXLocalAuthentication.debug.xcconfig */; + baseConfigurationReference = 10A07E6001A83CEC9DF53CC50DDD02C2 /* EXLocalAuthentication.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33847,7 +34003,7 @@ }; 3B110A786600809C5EE6C893435780CF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7224F4F6F3CF90212229C2B708F5FC2D /* UMCore.release.xcconfig */; + baseConfigurationReference = 8DA30566DC8E188328E58AFAAB0A8378 /* UMCore.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33874,7 +34030,7 @@ }; 3C6A7FD1AF51719FB9B42E949E74FD49 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FD671D99A63B5B8540350A881018311A /* RNScreens.debug.xcconfig */; + baseConfigurationReference = D93F63F5CC32EB673EDCE49317E7742C /* RNScreens.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33899,7 +34055,7 @@ }; 3C6C400C2D5AE4C140D1CE46C3ED3F9C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 504A3E8E57874AEB79378F0713B97A52 /* UMTaskManagerInterface.debug.xcconfig */; + baseConfigurationReference = 1FD64C9F6F1D5513F497F91D41E1A7CC /* UMTaskManagerInterface.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33915,7 +34071,7 @@ }; 3C75C521C18106455172257F4A2396B8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5E4013B781E6FA18F1ED8763DAF5639A /* RNFBCrashlytics.debug.xcconfig */; + baseConfigurationReference = D92E023773E4D45C62791204E1A10E9C /* RNFBCrashlytics.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33938,17 +34094,27 @@ }; name = Debug; }; - 3D1B7DDF3EE951BDB446972C24B859B5 /* Release */ = { + 3CDD36D8549E1F4DB1899F1EFF21199A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 57D665E0B76742C9DEEF2CDF4AF2140A /* FirebaseAnalytics.release.xcconfig */; + baseConfigurationReference = 8E871AAC1EDC6BE43EB92D292E2E8CD4 /* Flipper-Glog.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/Flipper-Glog/Flipper-Glog-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = glog; + PRODUCT_NAME = "Flipper-Glog"; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; @@ -33956,7 +34122,7 @@ }; 3DD1D67721F3F608E71D7933917EE05C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FC46C23F9D227FB0CEA7115AD920374D /* ReactCommon.debug.xcconfig */; + baseConfigurationReference = DDB1481585DD67DAAE7FDEFC82C66283 /* ReactCommon.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34007,7 +34173,7 @@ }; 3EF4F733E0263A0A5C9664CDF8852B62 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B49480116D5F50AE0EF30BD001A7E8C8 /* EXImageLoader.debug.xcconfig */; + baseConfigurationReference = A96C9D624CE41913C45DAC707A95C7AE /* EXImageLoader.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34031,36 +34197,9 @@ }; name = Debug; }; - 3F06D112D40B4FFA2A1CCDE9DD698885 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 2A045482B71AE04F4AB12DB96CA85903 /* FBReactNativeSpec.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/FBReactNativeSpec/FBReactNativeSpec-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = FBReactNativeSpec; - PRODUCT_NAME = FBReactNativeSpec; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 3F25406BC987009CD58215A93180E2BC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7B36E9CF2F9A37853EFE90CFD933D27D /* React-cxxreact.release.xcconfig */; + baseConfigurationReference = 296FE652533F7B4A228BB78544E90129 /* React-cxxreact.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34087,7 +34226,7 @@ }; 4196DE35CAD463258426CDBC8A8080B4 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0486180C9449772B885DC0B3230F9DC1 /* react-native-jitsi-meet.debug.xcconfig */; + baseConfigurationReference = 0D7B3D155511D245A98DF92E2FADACEC /* react-native-jitsi-meet.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34110,9 +34249,34 @@ }; name = Debug; }; + 42377AEF19CF59F36FB7917A989EF2D8 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 799028AACA216BADD41A165C2F4AD654 /* Flipper-Folly.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/Flipper-Folly/Flipper-Folly-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = folly; + PRODUCT_NAME = "Flipper-Folly"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 43006AD3CA2B3CDC0ED6122642692885 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 437FA421E76768EEF8745E6F92868F9E /* EXVideoThumbnails.release.xcconfig */; + baseConfigurationReference = 0986669E69C41DF562CD7BFB7F72901A /* EXVideoThumbnails.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34139,7 +34303,7 @@ }; 43FD8FC5E3AEF2DAD14D3B18A43381EE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A65E33ABF680609886787BF3A99247B0 /* React-CoreModules.debug.xcconfig */; + baseConfigurationReference = ACADC6F13687922FC2AC6436B9E0E00C /* React-CoreModules.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34163,9 +34327,25 @@ }; name = Debug; }; + 44A1911298B33D1684C987CBFCC753E0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 483B0D1A8CC59EF89DABB0105C4A4433 /* OpenSSL-Universal.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 452A6A33E111B1718D3C3EA700068412 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8214342B383E5EDE394900F6DD42681A /* RNCPicker.release.xcconfig */; + baseConfigurationReference = 6579D1FA3ECBCF4C34D2D0372364D28F /* RNCPicker.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34191,7 +34371,7 @@ }; 4555D131CF85031582E48F2F9396BF87 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 22B97631BA2C9B50C897C77DB9242663 /* RNGestureHandler.debug.xcconfig */; + baseConfigurationReference = F34594A83A4070F814BCA781477A48EE /* RNGestureHandler.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34214,59 +34394,9 @@ }; name = Debug; }; - 4580CA6BADF1558539500AD612CD42FF /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 46050E86C51236D2C9250A040807AC4A /* RNVectorIcons.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNVectorIcons/RNVectorIcons-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNVectorIcons; - PRODUCT_NAME = RNVectorIcons; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 45C7A067F3784A5F6E72136E3BF806EA /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1A597DB99FED31AE7436208B5BCD99B1 /* PromisesObjC.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = FBLPromises; - PRODUCT_NAME = PromisesObjC; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 46B30C33BF229B795F1901873B64A1C5 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F6475424E2761AFCDB2C8F67774174D2 /* react-native-notifications.debug.xcconfig */; + baseConfigurationReference = 75142469360160A29114C49BE60A9BA9 /* react-native-notifications.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34316,60 +34446,9 @@ }; name = Release; }; - 48F3BFCB22DC98C034B0D9B3FDB6FCEA /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A2F4E001EC825E43F3A56679E8F14BDA /* FirebaseCrashlytics.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = FirebaseCrashlytics; - PRODUCT_NAME = FirebaseCrashlytics; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 4921073920413FDB46656004AFBE1AD6 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 24CAF573C6411643321A822F7D6D4FDB /* FBReactNativeSpec.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/FBReactNativeSpec/FBReactNativeSpec-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = FBReactNativeSpec; - PRODUCT_NAME = FBReactNativeSpec; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 496CE5CB645BE6032E5C5D35E7868A96 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6A632E777BB69D8E1044748E63DA47B1 /* react-native-blur.debug.xcconfig */; + baseConfigurationReference = 982592451D0DE8980AFD643B11087C21 /* react-native-blur.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34392,9 +34471,35 @@ }; name = Debug; }; + 4B80C0B6B88DC847BD605C9572BAB5DE /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7DA84AE32131D08F05F5314ADE1BBA82 /* RNBootSplash.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNBootSplash/RNBootSplash-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNBootSplash; + PRODUCT_NAME = RNBootSplash; + 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; + }; 4BA7314297F52E6540B1DD6B034FA0B6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2EA5C92E336234BB166F02380D0164D2 /* react-native-simple-crypto.release.xcconfig */; + baseConfigurationReference = 34CB4921243A458C6638E4EE2C7191CF /* react-native-simple-crypto.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34421,7 +34526,7 @@ }; 4CE12D872B847D1364FCD70100C74951 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 62A6F7B4BF9992C5DEE0E3B39E71D24E /* React-jsi.debug.xcconfig */; + baseConfigurationReference = EB15FA58DABA03A2E737CDAE8944FF4B /* React-jsi.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34447,7 +34552,7 @@ }; 4CE310FACCB164E1FB338129A9078F9C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 99A9F8BB2CA1319B902F9B26DEFAF104 /* UMSensorsInterface.debug.xcconfig */; + baseConfigurationReference = 025456DD4CC7928CA3E0331F6A4FFA18 /* UMSensorsInterface.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34463,7 +34568,7 @@ }; 4D9FFA4CA17A3D542C4A55A820DD6B47 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7269BD086EEEC468227F23935738531E /* UMCameraInterface.debug.xcconfig */; + baseConfigurationReference = 922934DAA3CE50B0BDB5D030664AC7B2 /* UMCameraInterface.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34479,7 +34584,7 @@ }; 4DBCE360C534E754DD9273611AF0920E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 08097D15DEE25E1C1E4F8EF20FB0FF71 /* RNConfigReader.release.xcconfig */; + baseConfigurationReference = AB036A82F46A9310AAE2DDA867C9B66A /* RNConfigReader.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34505,7 +34610,7 @@ }; 4E54B3FAAE249652B3A60E4A21D8A3C6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 875BA03E5DDFFFE1C24F53EACDD7B0F2 /* RNFBAnalytics.debug.xcconfig */; + baseConfigurationReference = BD30CF3EAED3EB92B072DBD0F03EAA33 /* RNFBAnalytics.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34528,34 +34633,9 @@ }; name = Debug; }; - 4FC73BB4FC57C8A716D2DA21AEDAB47D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6C3D1B2CD5D89B2C758F92FA4913F711 /* GoogleDataTransportCCTSupport.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = GoogleDataTransportCCTSupport; - PRODUCT_NAME = GoogleDataTransportCCTSupport; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 4FEF1549FF187DEBD3B75F0CD911E86F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 32C2B727C55504BEA6319B64DC61771E /* react-native-notifications.release.xcconfig */; + baseConfigurationReference = E7324BBA7023ED83B4F4001C479EE2E0 /* react-native-notifications.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34581,7 +34661,7 @@ }; 500147AEE9488CEC1AF465A78CC039B7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 471512DD9D59447E786D3CCBD337B33A /* React-cxxreact.debug.xcconfig */; + baseConfigurationReference = 70399F2EB8F2134BFFFC71FD6E8B9918 /* React-cxxreact.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34605,33 +34685,9 @@ }; name = Debug; }; - 52D6CD6A9F1C42AFD9B131DEEED6D7A8 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7FF8DD1DCDA181E030C480AED8B9ED86 /* FirebaseCore.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = FirebaseCore; - PRODUCT_NAME = FirebaseCore; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 5367F1C2D55A26D59CA32DE260D33A9C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C687F98C396384C19C02AA33B5DB0E4C /* UMConstantsInterface.release.xcconfig */; + baseConfigurationReference = 0E96E97FF12DD5ADC6FD59F7A5CAC807 /* UMConstantsInterface.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34648,7 +34704,7 @@ }; 54DA5EA8201F8CE46653A2027CE70573 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5AB3C649C585BDA1CC889A3ACB1EC56D /* react-native-mmkv-storage.debug.xcconfig */; + baseConfigurationReference = 6B5047C3DD1E42EF9ECDF97AEA354546 /* react-native-mmkv-storage.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34673,7 +34729,7 @@ }; 54EFEB42850D0E2A710E1DA4E256F09C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C06A09FBABAB63845B792354730B996E /* RNGestureHandler.release.xcconfig */; + baseConfigurationReference = 31797ECEE9994A5DE95878DB158758F3 /* RNGestureHandler.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34697,6 +34753,22 @@ }; name = Release; }; + 55040F9F4528366AB0738D595768748B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 12B0789AEB598E09E5751C3F1D291A25 /* FBLazyVector.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 555D679F0D0CB1BEEF55DA7E4DF97AA5 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = C3824950301566D80B8BD7305ED995C6 /* YogaKit.debug.xcconfig */; @@ -34723,34 +34795,9 @@ }; name = Debug; }; - 56990154C6CA1092C5581734CAB3DF20 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9BB9275ECC167791B2A760E7C566ECC4 /* react-native-document-picker.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-document-picker/react-native-document-picker-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_document_picker; - PRODUCT_NAME = "react-native-document-picker"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 57B656256E59CE6A3B384FD16049A754 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A5CB7C4E2AF5D3C0F5D6CA15180474A3 /* EXImageLoader.release.xcconfig */; + baseConfigurationReference = 2D731BF378383620DB3FE06B12D582E8 /* EXImageLoader.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34817,22 +34864,22 @@ }; name = Debug; }; - 59C1B7869186EDB6FD305D15985F1AC9 /* Release */ = { + 59BD51A20EDC884F8AF19B2D5713C7BE /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0FD3B14E21016E7A90FDFD123CB4CC17 /* Flipper-Folly.release.xcconfig */; + baseConfigurationReference = 4E4EE11798B94DD9E5692E3D041A1693 /* MMKVCore.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Flipper-Folly/Flipper-Folly-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + GCC_PREFIX_HEADER = "Target Support Files/MMKVCore/MMKVCore-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = folly; - PRODUCT_NAME = "Flipper-Folly"; + PRODUCT_MODULE_NAME = MMKVCore; + PRODUCT_NAME = MMKVCore; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -34843,9 +34890,9 @@ }; name = Release; }; - 5A43A77329584FCECAEA4DB7C2B4584A /* Debug */ = { + 59C351BC0241061C2F886AA3809DC8E3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E95988F15CC5B8F3037396FF8085421A /* react-native-cookies.debug.xcconfig */; + baseConfigurationReference = 31BE23E7A03A83154C74D283EA74BCD2 /* react-native-cookies.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34870,7 +34917,7 @@ }; 5B5773DDB035D2B5B24C7C4AC38E9D15 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EBB8D66354F5B642438DE05220350958 /* UMBarCodeScannerInterface.release.xcconfig */; + baseConfigurationReference = AFD0C84B95E0A7B2E662AB5EE7E7FD05 /* UMBarCodeScannerInterface.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34885,22 +34932,73 @@ }; name = Release; }; - 5E817933D90A40B772648F93A114CD11 /* Debug */ = { + 5B8E9A01D4B2D0211EE85BB22E41ACCA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0A7CB14EF7F176086DA264E6AABC452C /* react-native-restart.debug.xcconfig */; + baseConfigurationReference = 647A3F3F232601D461AC0D2D1E72DE55 /* nanopb.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 4.3; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = nanopb; + PRODUCT_NAME = nanopb; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 5C021E5A18C66239DB6EB0742F7F6801 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B16A6B2C6D3CA184F415E6F10CC698EA /* GoogleDataTransport.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-restart/react-native-restart-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_restart; - PRODUCT_NAME = "react-native-restart"; + PRODUCT_MODULE_NAME = GoogleDataTransport; + PRODUCT_NAME = GoogleDataTransport; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 5C10219B871D1C1F64123A7EE193A2A9 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B5E6A6D6887D8249F4587D1264CEC00A /* GoogleDataTransport.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = GoogleDataTransport; + PRODUCT_NAME = GoogleDataTransport; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -34910,9 +35008,34 @@ }; name = Debug; }; + 5E5D2C4B16CC86F04BB329BF865E552B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 1D5A942DFE226321150CFFF7E10612F6 /* FirebaseInstallations.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = FirebaseInstallations; + PRODUCT_NAME = FirebaseInstallations; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 5F9461C8782624B96E32DF4A6330AE6F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5981F4437234DFC0326886AC9E27D0D3 /* React-jsinspector.release.xcconfig */; + baseConfigurationReference = 9A18D04D8D5B88B70122539728A20321 /* React-jsinspector.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34939,7 +35062,7 @@ }; 60B6BE39E11614020DA5F78BE94B6110 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B0DFA591082873397F2918D0053401CC /* React-RCTActionSheet.debug.xcconfig */; + baseConfigurationReference = FDE462179675AFD4DCD749537003DF93 /* React-RCTActionSheet.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34953,86 +35076,22 @@ }; name = Debug; }; - 60DEA37747A8A23FDCA5C369DB30740C /* Debug */ = { + 6178B046DC6DAD27F254239A059E3D33 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 87100FFF4EC926F665E372575992B1E1 /* FirebaseInstallations.debug.xcconfig */; + baseConfigurationReference = 6FFEC0B71BAAA2833F594D9DE4A5C56E /* Flipper-DoubleConversion.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/Flipper-DoubleConversion/Flipper-DoubleConversion-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = FirebaseInstallations; - PRODUCT_NAME = FirebaseInstallations; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 63F5C2461435F9705EA517F7388A9AAF /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 219CAB2AB5D9006B8F52183D235333A3 /* RNDateTimePicker.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNDateTimePicker/RNDateTimePicker-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNDateTimePicker; - PRODUCT_NAME = RNDateTimePicker; - 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; - }; - 64008C7E5F7A2C31602F8EC957A1CFCC /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 43C0C1192214C8336CF88696F0FA25FF /* OpenSSL-Universal.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 64445EE65905181A51C460B7D70D9714 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8E871AAC1EDC6BE43EB92D292E2E8CD4 /* Flipper-Glog.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Flipper-Glog/Flipper-Glog-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = glog; - PRODUCT_NAME = "Flipper-Glog"; + PRODUCT_MODULE_NAME = DoubleConversion; + PRODUCT_NAME = "Flipper-DoubleConversion"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -35045,7 +35104,7 @@ }; 6626E0DDF75356B939BB71211EC59DF0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 98423AA23C34FBCBE4D9202F773B530F /* EXKeepAwake.release.xcconfig */; + baseConfigurationReference = 67F3605A00D99C4D32CA121E5A655B1A /* EXKeepAwake.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35070,73 +35129,22 @@ }; name = Release; }; - 68FAB721F64C522FC5EEA31CF17C4C70 /* Release */ = { + 6B94BA27ACC1EAC4AD317AA67E84A1EC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F4DB660CF5A3E4AD71654B0C53C03796 /* react-native-orientation-locker.release.xcconfig */; + baseConfigurationReference = B4BB84C0E1EA1C9A6F91AB210E31DCF8 /* react-native-safe-area-context.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-orientation-locker/react-native-orientation-locker-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_orientation_locker; - PRODUCT_NAME = "react-native-orientation-locker"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 6A1E782E2AE63428C2DCC2EEC8193195 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C88779A2E8E6676EA613CDA842052D05 /* FirebaseCore.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = FirebaseCore; - PRODUCT_NAME = FirebaseCore; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 6BC20966EA57998D6DA64B9D1F0C2C99 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3ED9B3AA787DEC6C195D1DFE11C34958 /* RNCAsyncStorage.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNCAsyncStorage/RNCAsyncStorage-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/react-native-safe-area-context/react-native-safe-area-context-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNCAsyncStorage; - PRODUCT_NAME = RNCAsyncStorage; + PRODUCT_MODULE_NAME = react_native_safe_area_context; + PRODUCT_NAME = "react-native-safe-area-context"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -35149,7 +35157,7 @@ }; 6C2A4BC6BEB7D95A0F2B978EB73FF6D2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C893A704A6C7429B839320F90675C52F /* React-RCTText.debug.xcconfig */; + baseConfigurationReference = 6806B6D0BEAF4BD1FEB70ED0340C5662 /* React-RCTText.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35175,7 +35183,7 @@ }; 6D4A190682DC23C0259B3828452D0D8C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 848740252DEE09684AE446178DD76237 /* ReactNativeUiLib.debug.xcconfig */; + baseConfigurationReference = 4465D019EC460685C91E7859BB5BDD47 /* ReactNativeUiLib.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35200,7 +35208,7 @@ }; 6D7F9A2BDC74C558C1694F127E8EDE56 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 97201ED66448D042727D78C9709B0952 /* React-RCTAnimation.debug.xcconfig */; + baseConfigurationReference = EC1C9B822559D0FDF6697E13C613AF9F /* React-RCTAnimation.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35226,7 +35234,7 @@ }; 6F2D4F7885760E049D07F20C1EC606E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B2CD42AD92DC120F1434BDB91A8F22E9 /* React-jsiexecutor.debug.xcconfig */; + baseConfigurationReference = 9129A60C49590EF63A8BFE19F541D797 /* React-jsiexecutor.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35275,35 +35283,34 @@ }; name = Debug; }; - 6F4D22DD09725C19A5CDB981D355E95A /* Release */ = { + 6F6E36D204E9D377DE5F8D7DB561EEF1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6FFEC0B71BAAA2833F594D9DE4A5C56E /* Flipper-DoubleConversion.release.xcconfig */; + baseConfigurationReference = E3F33E1C24C81B6C36F0E44AC02684B0 /* Flipper-RSocket.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Flipper-DoubleConversion/Flipper-DoubleConversion-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/Flipper-RSocket/Flipper-RSocket-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = DoubleConversion; - PRODUCT_NAME = "Flipper-DoubleConversion"; + PRODUCT_MODULE_NAME = RSocket; + PRODUCT_NAME = "Flipper-RSocket"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; 70D7C826A438DFF0D518F3538297D657 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B093937CB0C66AFB87A3262E3E585592 /* RNCPicker.debug.xcconfig */; + baseConfigurationReference = C539B5CC0F60FEC25673DB8D9FFA2C66 /* RNCPicker.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35326,9 +35333,34 @@ }; name = Debug; }; + 711124276934A48C61CF80232B1C533A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C4EFF7A09673AAF21AD5AE3B716D2F5F /* react-native-orientation-locker.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-orientation-locker/react-native-orientation-locker-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_orientation_locker; + PRODUCT_NAME = "react-native-orientation-locker"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 742312CDFE8344A008648B6D790D7F39 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CDFFE37F68F9E91B10E45CC0EF062F50 /* rn-fetch-blob.debug.xcconfig */; + baseConfigurationReference = 0A67ABDC77549AC093ECA0947A149EE5 /* rn-fetch-blob.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35353,7 +35385,7 @@ }; 750A8AF251538FFC328C63B9042035F3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D735A20FC313FC0FAFDAF14CE7C91BA9 /* UMFaceDetectorInterface.release.xcconfig */; + baseConfigurationReference = A50473E5C0CADB88DBD1D68963C2EC74 /* UMFaceDetectorInterface.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35393,34 +35425,9 @@ }; name = Release; }; - 7584AA9DE2A25C8B8DA625DEA2124DA6 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B8167C71C27B6BA1C6172B06202E73CF /* RNLocalize.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNLocalize/RNLocalize-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNLocalize; - PRODUCT_NAME = RNLocalize; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 75F07EC0626EBC846B90C595F7B0B7BC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F5ED34FDBF6D82D58403D5028019412C /* EXLocalAuthentication.release.xcconfig */; + baseConfigurationReference = 67243E8672F7F52A57F2E014771277F4 /* EXLocalAuthentication.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35447,7 +35454,7 @@ }; 7692F34AE1B1B8DEE6436089896B7197 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D31FDFBBB5BBFDD8F08E7D275728FBA8 /* EXKeepAwake.debug.xcconfig */; + baseConfigurationReference = 52FB91A91CD92D1AAAD4C258C3CB11DC /* EXKeepAwake.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35471,32 +35478,6 @@ }; name = Debug; }; - 769589E7167838D5C2608AA6D03C228A /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D91E27F1850CE3B945293C354D37B1AA /* react-native-cookies.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-cookies/react-native-cookies-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_cookies; - PRODUCT_NAME = "react-native-cookies"; - 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; - }; 77B794A51D0DDB894B3D9918755FEB7A /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = A3467B72043412FA3C85B3095E914FEE /* SDWebImageWebPCoder.debug.xcconfig */; @@ -35522,25 +35503,33 @@ }; name = Debug; }; - 7998C75D190EDD2EB689F70ACA7516EF /* Release */ = { + 79D85B65931347F49E2BA72AD51ACA8F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A6678CC1CBCEE8A33CAECB64471FA9E4 /* GoogleAppMeasurement.release.xcconfig */; + baseConfigurationReference = 0BD0DBC3BD722E1179D01F79AAFECDB3 /* GoogleUtilities.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = GoogleUtilities; + PRODUCT_NAME = GoogleUtilities; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; 79F0B561E6A6AC4B3A3AE3D8F63DD2CC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7C66FC61052AD8B9222B815285514516 /* ReactCommon.release.xcconfig */; + baseConfigurationReference = DD5597CB438FE8BA116AB03F1DB438D6 /* ReactCommon.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35567,7 +35556,7 @@ }; 7A6B8476ADDFBEC9909DAA54AA271CA4 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4B799514983C7F49C87F2E9893838063 /* UMBarCodeScannerInterface.debug.xcconfig */; + baseConfigurationReference = 1141FC3B5BB4679B7E69FDC404638684 /* UMBarCodeScannerInterface.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35583,7 +35572,7 @@ }; 7A6EB9C6CE44347C72D09313D7332837 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C1E6F883A71F4A30A2412A3C7C51B0CC /* react-native-mmkv-storage.release.xcconfig */; + baseConfigurationReference = 13FB2379AA885D159107AA3154DE6A21 /* react-native-mmkv-storage.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35609,7 +35598,7 @@ }; 7AB3D2FC79DC820C4E7D13B24D73F053 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E453C18415DB13F0CEA54148EC1D73ED /* UMPermissionsInterface.debug.xcconfig */; + baseConfigurationReference = 657833CAA51E34C117563EDB73773180 /* UMPermissionsInterface.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35659,62 +35648,9 @@ }; name = Release; }; - 7CB04E195001C0C77BA8CFF534282460 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4E4EE11798B94DD9E5692E3D041A1693 /* MMKVCore.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/MMKVCore/MMKVCore-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = MMKVCore; - PRODUCT_NAME = MMKVCore; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 7D4FD3488C3BC268C203648C86A2EBC9 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D1BDD01F0BC504B656C263AA96AADF5A /* glog.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/glog/glog-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = glog; - PRODUCT_NAME = glog; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 7DC9963EDA5319FB6AC6DF6367BB86F6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 91A6812B296965E182366CC34D1A9752 /* RNFBAnalytics.release.xcconfig */; + baseConfigurationReference = 1E042BF1C837CE6276B784FAE8AA7BDE /* RNFBAnalytics.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35740,7 +35676,7 @@ }; 7E04F9A331E5BBEC4D1ADB5AF1E84A6C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A45848DB4F87FB8D71EF6451416185A2 /* Yoga.release.xcconfig */; + baseConfigurationReference = F2C4DA622BEA8FA1B5C5FE77EA51780C /* Yoga.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35768,7 +35704,7 @@ }; 7EEF039496FADAB5D3D1359DF8CE5F86 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 37CBDE16C7254141CB3CBF83759881C8 /* React-Core.release.xcconfig */; + baseConfigurationReference = 69756D135CF3349CECC446A348F509C3 /* React-Core.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35796,7 +35732,7 @@ }; 7F7559A0F1335AE0B112CE8919D23F2B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 211D33C94A463E5D8FA2991A40D05941 /* react-native-simple-crypto.debug.xcconfig */; + baseConfigurationReference = B3368B080248F6BDF4F5EF7C647F896E /* react-native-simple-crypto.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35820,25 +35756,9 @@ }; name = Debug; }; - 7F95457238B974AEAAF6C2151C494385 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 90AB8D66BBBC5C27AF3710F7120116B4 /* FBLazyVector.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 802C8D0063BA11FCC41073939417E89C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 19DC2F19298796986F2DB6D6D8DC47EC /* UMFontInterface.debug.xcconfig */; + baseConfigurationReference = 86D6B96D8EE0B5B7D0C3D04A6BA319A0 /* UMFontInterface.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35852,52 +35772,18 @@ }; name = Debug; }; - 8034D11087504A45D781740B1AC44C26 /* Release */ = { + 80D9907407A502A9E17EFD68B595EFDA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BA477955B971A23EF92E7C5CC691D4D3 /* GoogleUtilities.release.xcconfig */; + baseConfigurationReference = F0F273C931BC70BA2351D434AB2538C2 /* FBLazyVector.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/GoogleUtilities/GoogleUtilities-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = GoogleUtilities; - PRODUCT_NAME = GoogleUtilities; - PUBLIC_HEADERS_FOLDER_PATH = ""; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 809E74274FCE4B34762BB7EEB7F278BE /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B16A6B2C6D3CA184F415E6F10CC698EA /* GoogleDataTransport.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = GoogleDataTransport; - PRODUCT_NAME = GoogleDataTransport; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; @@ -35905,7 +35791,7 @@ }; 81CF5F799473C9B323CD7F234C00BA9B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C54739594C9F12ED91B3A24A811C6E3C /* RNImageCropPicker.debug.xcconfig */; + baseConfigurationReference = 74081050700BF5CB49284C13A580DF52 /* RNImageCropPicker.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/RNImageCropPicker"; @@ -35920,9 +35806,9 @@ }; name = Debug; }; - 81F83877F595D911F93A23AA7CB4267B /* Debug */ = { + 84C7353950C6FEB0B9BD95A343A82EAB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3B9D65BF5E13DD9FFD393E3CD73B2CDB /* Folly.debug.xcconfig */; + baseConfigurationReference = D2EEBE4D28122A45923BEB587CE57C45 /* RCTTypeSafety.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35930,13 +35816,40 @@ "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Folly/Folly-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/RCTTypeSafety/RCTTypeSafety-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = folly; - PRODUCT_NAME = Folly; + PRODUCT_MODULE_NAME = RCTTypeSafety; + PRODUCT_NAME = RCTTypeSafety; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 856F5D1DE9373D7F014D1325CDB5986A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F4EE9DA4AF87D552760151E5FE58830D /* RNDateTimePicker.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNDateTimePicker/RNDateTimePicker-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNDateTimePicker; + PRODUCT_NAME = RNDateTimePicker; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -35946,25 +35859,9 @@ }; name = Debug; }; - 846AC3304148A728631B3C8C217D7472 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 483B0D1A8CC59EF89DABB0105C4A4433 /* OpenSSL-Universal.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 85D1D6E6CDDB2D3967F5D42BEE82DE6D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A78D80D0B208A0B36A9788893E8C1A00 /* React-RCTVibration.release.xcconfig */; + baseConfigurationReference = C6757BF4FF3F7B936770150A4C07F8D7 /* React-RCTVibration.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35991,7 +35888,7 @@ }; 86D704FC4DBC00A97F725EBD0F56BF90 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5C9F4E89BD15F556A6A5814E998F3F34 /* EXFileSystem.release.xcconfig */; + baseConfigurationReference = 6825B362F9EF0B5AB7ED3DD4E3102F37 /* EXFileSystem.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36016,9 +35913,35 @@ }; name = Release; }; + 878427B4CF6043E92F33A36636F5024D /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3B9D65BF5E13DD9FFD393E3CD73B2CDB /* Folly.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/Folly/Folly-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = folly; + PRODUCT_NAME = Folly; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 87C4B8BC048F40119CF450A38B64C9EC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B2E0ED680835B25FAD5DCA8A84D4ACDC /* UMAppLoader.release.xcconfig */; + baseConfigurationReference = 89E7660DE07683C487344F742C558180 /* UMAppLoader.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36043,9 +35966,34 @@ }; name = Release; }; + 88B180B6FDB37C9A632CA95AA80DF593 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E78A6AAF2C48D6D121C5B3F92489213F /* RNCAsyncStorage.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNCAsyncStorage/RNCAsyncStorage-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNCAsyncStorage; + PRODUCT_NAME = RNCAsyncStorage; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 89EF4439BDF39C665C924AC65ECB8271 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6D51787BA2A2079D1B905C5D0D4F3796 /* EXVideoThumbnails.debug.xcconfig */; + baseConfigurationReference = 81834A7D0A5FEFE6786990A379A44991 /* EXVideoThumbnails.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36097,7 +36045,7 @@ }; 8B89B1A08F561B9B90CAE478F6A184A0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 69C887D0A79950BD4A99556405A3C390 /* React-callinvoker.release.xcconfig */; + baseConfigurationReference = A9D99854C2DBB2BA2D2FB61C07EF545D /* React-callinvoker.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36165,7 +36113,7 @@ }; 8F10C49606FA594BECAB5250F35485D9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3D4BD70342E0173091183ED631DA2729 /* EXAppleAuthentication.release.xcconfig */; + baseConfigurationReference = 5140968AE7F7AC8F968635ADB5AB5E17 /* EXAppleAuthentication.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36190,525 +36138,11 @@ }; name = Release; }; - 907CA54E5A2061925BBEFB7578DEDD76 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3C208BFD875A962BE00739D7720F6543 /* UMPermissionsInterface.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/UMPermissionsInterface/UMPermissionsInterface-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = UMPermissionsInterface; - PRODUCT_NAME = UMPermissionsInterface; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 916382E6528A50D71E3AF4BB4F713975 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 850F4C22D89650FC2FA270C103A9EA59 /* Firebase.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 91D06C9FCA0DCA502D81BF60E9203A71 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C8C922B0AD273B1203D5CF15B71278D4 /* React-RCTActionSheet.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - 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; - }; - 9252CB0A71F0690FB20E718A1C797988 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AD852C909158B529A7D30C8C5E0451A2 /* ReactNativeUiLib.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/ReactNativeUiLib/ReactNativeUiLib-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = ReactNativeUiLib; - PRODUCT_NAME = ReactNativeUiLib; - 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; - }; - 9376D68D65FD8921FB576F9CADCF7468 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 2DCB0AD1DE726E50561CDCC364AEDF93 /* EXHaptics.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/EXHaptics/EXHaptics-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = EXHaptics; - PRODUCT_NAME = EXHaptics; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 9475B320DC14A3F1A50B98437D31CA2A /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 80FEF1633468F2369547D7240D7B3EBC /* nanopb.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 4.3; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = nanopb; - PRODUCT_NAME = nanopb; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 95CEB505F2D00D923F1B8873193BCFC8 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 890771E4F5C5579569F3B5D8C7ADC5A5 /* React-RCTBlob.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTBlob/React-RCTBlob-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTBlob; - PRODUCT_NAME = "React-RCTBlob"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 971DAABD1506ACC59A920BF1B9C01DEA /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7BA7E8BFE2A902C8F99FBEBECCB83C70 /* DoubleConversion.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/DoubleConversion/DoubleConversion-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = DoubleConversion; - PRODUCT_NAME = DoubleConversion; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 9753F5A33937A57B9E83B97216F845B9 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1C7A419EF6BE410C5E7E7B6249010259 /* EXConstants.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/EXConstants/EXConstants-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = EXConstants; - PRODUCT_NAME = EXConstants; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 99561E0663F0D3BD92F42BFD2AE9A917 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4E7133DBA510305431B00EE71F75310C /* PromisesObjC.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = FBLPromises; - PRODUCT_NAME = PromisesObjC; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 9A5764F5EEA58880B3A5E50809B24897 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 0B8C6E3279D0775633D5B30DF6E1E745 /* react-native-cameraroll.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-cameraroll/react-native-cameraroll-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_cameraroll; - PRODUCT_NAME = "react-native-cameraroll"; - 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; - }; - 9A5BCB2C0E239CDCC917DE7A3848083D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B90183340DE90C1F415961089C6DAD38 /* RNLocalize.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNLocalize/RNLocalize-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNLocalize; - PRODUCT_NAME = RNLocalize; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 9ACC1F098337677D14A82329DED6BB91 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B86E5D4DE381D4F6E5472B43B919D882 /* RNImageCropPicker.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/RNImageCropPicker"; - IBSC_MODULE = RNImageCropPicker; - INFOPLIST_FILE = "Target Support Files/RNImageCropPicker/ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = QBImagePicker; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 9B2C8CBB54DB55B9435248FF47B5BB70 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 78E61F6F41AF9506D619EC8762A5957B /* FirebaseAnalytics.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 9B5B4AC11987C3B697B6EEE737C8F603 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = EA9A1F3BBFEAD500E4FE5422CA0DEAE9 /* UMFileSystemInterface.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 9B5BF48577E71ABD8A1652767C41E3B4 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 2176F1178FAB0BD4980B49F76A1F29F6 /* EXPermissions.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/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"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 9C39A94D648B528CA4089850AE9221F1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 647A3F3F232601D461AC0D2D1E72DE55 /* nanopb.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 4.3; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = nanopb; - PRODUCT_NAME = nanopb; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 9D421D4D6B43C832B960A98DCDC512EB /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 370D6914C4C75169673E242ED5AFC8BE /* RNRootView.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNRootView/RNRootView-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNRootView; - PRODUCT_NAME = RNRootView; - 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; - }; - 9E12F2BB5A6983D91B09610D4673C67D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8C495572209CA1076629939C84258D5B /* React-RCTSettings.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTSettings/React-RCTSettings-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTSettings; - PRODUCT_NAME = "React-RCTSettings"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 9E98CED78BB6EBF178491D268070DB60 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = ABA467A8BD0E8F7D969258F50BDD3DEF /* React.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - A3954D608A3250B31D27ACB3F81D6EA3 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9EA59B7BEC7287684E305E35E3137C30 /* EXAV.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/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; - }; - A6B2F0DB7F885B5F309DA12511CDE34F /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C9E2DBE42001B92ED0C542428209CE2F /* FirebaseCoreDiagnostics.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = FirebaseCoreDiagnostics; - PRODUCT_NAME = FirebaseCoreDiagnostics; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - A80F31491C9DADB0F8B6DB7459BE9496 /* Release */ = { + 903A0004D3E6651EFD5D2E16214D101B /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; @@ -36766,9 +36200,91 @@ }; name = Release; }; - A80F683EFB278D424BC478E613BA43EF /* Release */ = { + 907CA54E5A2061925BBEFB7578DEDD76 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A95C65973313425A198F8FD91571A4B3 /* RCTRequired.release.xcconfig */; + baseConfigurationReference = C24D123087E40CBDCC7D0F62F306F583 /* UMPermissionsInterface.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/UMPermissionsInterface/UMPermissionsInterface-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = UMPermissionsInterface; + PRODUCT_NAME = UMPermissionsInterface; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 909DDA39D5B83E93426D408B37888AB8 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 18DCF62AE9E398F075F5821EB8D850B8 /* RNDeviceInfo.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNDeviceInfo/RNDeviceInfo-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNDeviceInfo; + PRODUCT_NAME = RNDeviceInfo; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 916382E6528A50D71E3AF4BB4F713975 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 850F4C22D89650FC2FA270C103A9EA59 /* Firebase.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 9178D06534AD779D4E35B86AD33A879A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 66F46FF3B31B10364578628AF58E2DD4 /* boost-for-react-native.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 91D06C9FCA0DCA502D81BF60E9203A71 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9B699102AFEA45C8A1FB25CD8C39FEB2 /* React-RCTActionSheet.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36783,9 +36299,401 @@ }; name = Release; }; + 9252CB0A71F0690FB20E718A1C797988 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D859FC8A485A1DE809FF4969A35B5408 /* ReactNativeUiLib.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/ReactNativeUiLib/ReactNativeUiLib-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = ReactNativeUiLib; + PRODUCT_NAME = ReactNativeUiLib; + 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; + }; + 9376D68D65FD8921FB576F9CADCF7468 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 707B5972B78A11D23C88E947EDAFEEDA /* EXHaptics.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/EXHaptics/EXHaptics-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = EXHaptics; + PRODUCT_NAME = EXHaptics; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 938A0DBE22AFAC483AB84CD8F08F625B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 15FA7CCB76FAC137A2CE18E0DBEEA213 /* react-native-cameraroll.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-cameraroll/react-native-cameraroll-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_cameraroll; + PRODUCT_NAME = "react-native-cameraroll"; + 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; + }; + 95CEB505F2D00D923F1B8873193BCFC8 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D3C292F1957A2F4E62A64E2B3D218CBB /* React-RCTBlob.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTBlob/React-RCTBlob-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RCTBlob; + PRODUCT_NAME = "React-RCTBlob"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 9753F5A33937A57B9E83B97216F845B9 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = AE26E153923822E3300C60591B5F4B4B /* EXConstants.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/EXConstants/EXConstants-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = EXConstants; + PRODUCT_NAME = EXConstants; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 9ACC1F098337677D14A82329DED6BB91 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = ADD650387C1E7CEF9B37C0B2673F90A0 /* RNImageCropPicker.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/RNImageCropPicker"; + IBSC_MODULE = RNImageCropPicker; + INFOPLIST_FILE = "Target Support Files/RNImageCropPicker/ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + PRODUCT_NAME = QBImagePicker; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + 9B5B4AC11987C3B697B6EEE737C8F603 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 794413679EF9D4E33E909FEEE391632C /* UMFileSystemInterface.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 9B5BF48577E71ABD8A1652767C41E3B4 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 71F85104E15DF327B11C6C8453AF51AA /* EXPermissions.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/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"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 9CE755567D2633A9560CBCB4C7E93A0D /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0F71D086ECFD2FF7404774056F25DE2A /* RCTTypeSafety.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RCTTypeSafety/RCTTypeSafety-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RCTTypeSafety; + PRODUCT_NAME = RCTTypeSafety; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 9D23DAFB91B66D16068F000F5EBC72DF /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D9B0551A03A9169E8731435D764C35DE /* react-native-document-picker.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-document-picker/react-native-document-picker-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_document_picker; + PRODUCT_NAME = "react-native-document-picker"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 9D3B5E8C5C36D3D34B6E77F7F8655A55 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 19F4744135B4EC0215EEF8F8EA396E5A /* react-native-background-timer.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-background-timer/react-native-background-timer-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_background_timer; + PRODUCT_NAME = "react-native-background-timer"; + 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; + }; + 9D421D4D6B43C832B960A98DCDC512EB /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = CAB2E0F668BEB860C3B3C180EEDB2E9A /* RNRootView.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNRootView/RNRootView-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNRootView; + PRODUCT_NAME = RNRootView; + 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; + }; + 9E12F2BB5A6983D91B09610D4673C67D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = CDBB37A01075172885F036A06A92ECF6 /* React-RCTSettings.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTSettings/React-RCTSettings-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RCTSettings; + PRODUCT_NAME = "React-RCTSettings"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 9E98CED78BB6EBF178491D268070DB60 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E1F943A1DEBF77DA582B4E517C4B3370 /* React.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + A094683E79827FBCA9D7A705574E8833 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7BA7E8BFE2A902C8F99FBEBECCB83C70 /* DoubleConversion.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/DoubleConversion/DoubleConversion-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = DoubleConversion; + PRODUCT_NAME = DoubleConversion; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + A3954D608A3250B31D27ACB3F81D6EA3 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 85D99EE04AB25BCFDC3B021A2A5BA6D5 /* EXAV.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/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; + }; A828AE6C2020D397E9898AB29D8A6318 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9EF9EB6C3BBC9E7B0C714A263939C023 /* UMReactNativeAdapter.release.xcconfig */; + baseConfigurationReference = 5B9A37A3A93264498A95F6800B8A24D6 /* UMReactNativeAdapter.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36812,7 +36720,7 @@ }; A88863909A597EDDC64341B93F5A7A2A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1C8DC4867C477A13779E86217FCCF149 /* rn-extensions-share.release.xcconfig */; + baseConfigurationReference = ACB28382ECA9B6D4C49AFD8F967D97C9 /* rn-extensions-share.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36838,7 +36746,7 @@ }; A8FD13E434E0A9CA98385E274F1D58C4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1772EC77AE13BFC168B7D8978E81A6C9 /* RNFastImage.release.xcconfig */; + baseConfigurationReference = 54E26D6244B283227E7B7AE8C4A6BED9 /* RNFastImage.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36864,7 +36772,7 @@ }; A967EF33D2C9B4DB921FFF1ED930E0BB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3CFEA0460BA87D4649E5FCE9631C830C /* EXPermissions.debug.xcconfig */; + baseConfigurationReference = 23158F53650B4E4BAB266F6EB433D2AF /* EXPermissions.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36890,7 +36798,7 @@ }; A9704006361D9EF34EE5A3BEAF8BF978 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7996B01E669016211C1E9FB309FEA27F /* react-native-slider.release.xcconfig */; + baseConfigurationReference = 8A26FF56150E749B5BD83CD5B9706159 /* react-native-slider.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36914,32 +36822,6 @@ }; name = Release; }; - AA0D6C97C0DD67588DD28AD0DECE65AE /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C80ECF3AF6C4E68E9285B8558AB251A7 /* RNDeviceInfo.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNDeviceInfo/RNDeviceInfo-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNDeviceInfo; - PRODUCT_NAME = RNDeviceInfo; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; AB15690DEABB199620DE74A4A3A99794 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 33CE3A123A50C02157F9260308A228EE /* Pods-defaults-RocketChatRN.debug.xcconfig */; @@ -36966,7 +36848,7 @@ }; AB9EE40241F157288F27CFDB2512CBAA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 16BF2F3F7FAE1B6F2BFA90146B4D2BC8 /* react-native-webview.debug.xcconfig */; + baseConfigurationReference = 849CA04AF4F1E72F93DAE01EEA2ADDF3 /* react-native-webview.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36991,7 +36873,7 @@ }; ABB27A12F638A2BAA41A61BD20FC686B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7DE191BE35CFD49038086C981EEDB402 /* RNRootView.release.xcconfig */; + baseConfigurationReference = 37EBD710F653406AD78421D39591F385 /* RNRootView.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37015,31 +36897,6 @@ }; name = Release; }; - ABB987467F88AE59FC6D78C72E5D66BE /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 05B5BF54EBB0285CF87826145CB98B4E /* RNBootSplash.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNBootSplash/RNBootSplash-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNBootSplash; - PRODUCT_NAME = RNBootSplash; - 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; - }; AC1FFFF2A425E208851DEC43F4F0CCB2 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = EE5D996815FD3F190A1035E514B18EF0 /* CocoaLibEvent.release.xcconfig */; @@ -37058,7 +36915,7 @@ }; AC86A93E55F489027EEB6DFC5C762A4A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9A741E67F376D13AED71A59F03319337 /* rn-fetch-blob.release.xcconfig */; + baseConfigurationReference = 388F9F6D439A1094C18E5F5041716714 /* rn-fetch-blob.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37107,9 +36964,35 @@ }; name = Release; }; + ADF94A0015284D9A700FEEF33A5F0E49 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6AC4315D7C74558F8762F7414A177858 /* RNCAsyncStorage.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNCAsyncStorage/RNCAsyncStorage-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNCAsyncStorage; + PRODUCT_NAME = RNCAsyncStorage; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; AFFC4B8B500F3F30AA01625986696B5A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F8AA33A2D37DBE68270644174063B77E /* UMCameraInterface.release.xcconfig */; + baseConfigurationReference = EE685BE0257B2B859A19AAC6A68263C6 /* UMCameraInterface.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37126,7 +37009,7 @@ }; B0397950029C6B2A7AB98B8C6BFA6060 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5A887E0E13E049590CB57AE1AC5B4A44 /* UMImageLoaderInterface.debug.xcconfig */; + baseConfigurationReference = C51E5D849192A64306731DE3BD9AEABA /* UMImageLoaderInterface.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37140,33 +37023,6 @@ }; name = Debug; }; - B22C5D26C8947B3236A9392D6378611F /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 79A07B20A25B5F8E552A71848887B615 /* DoubleConversion.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/DoubleConversion/DoubleConversion-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = DoubleConversion; - PRODUCT_NAME = DoubleConversion; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; B29F2B441010739689D2DFE0D4E6FA48 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 6D60DC773ED9A638954E2BC86A2FD627 /* libwebp.release.xcconfig */; @@ -37195,7 +37051,7 @@ }; B36AB15C5E16F3D7C814B930E2DFB827 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DC7F08B41C74A956A467BFE545633329 /* RNFBCrashlytics.release.xcconfig */; + baseConfigurationReference = B4B06C80ADD010F278A3D7BD0716838F /* RNFBCrashlytics.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37219,9 +37075,75 @@ }; name = Release; }; + B4EFE046ACF8F37157F6E322C7FCFC28 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "POD_CONFIGURATION_DEBUG=1", + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + PRODUCT_NAME = "$(TARGET_NAME)"; + STRIP_INSTALLED_PRODUCT = NO; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 5.0; + SYMROOT = "${SRCROOT}/../build"; + }; + name = Debug; + }; B5536A5ACA29631B6BA89A215E9C8572 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 842C512A6A27333DB043D3E8BA427397 /* React-RCTSettings.debug.xcconfig */; + baseConfigurationReference = 11B69FFD7AB91D6B73E56B5E279B6794 /* React-RCTSettings.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37247,7 +37169,7 @@ }; B5CE058F8DFB838E466A1568B4DC340A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A6AAA3FA9233BE4309DC6CB34DDC9D40 /* react-native-blur.release.xcconfig */; + baseConfigurationReference = BE1351BCCF762D6FA5CE54E8855075DE /* react-native-blur.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37273,7 +37195,7 @@ }; B5E282A2A22F19370FA7EA1B6DA85DFE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6853AF4E3B5E911271A201EF798F77BC /* react-native-netinfo.debug.xcconfig */; + baseConfigurationReference = 7C177F3F39A73631C74791F4CC69AB21 /* react-native-netinfo.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37298,7 +37220,7 @@ }; B64512D4AB2D32EA75C5E14BDFFB1247 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B6B10D3A2B829C1C820CE5B690DF14A0 /* React-jsiexecutor.release.xcconfig */; + baseConfigurationReference = C9CDF231FE44D02D1AA70496A34ADEE2 /* React-jsiexecutor.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37325,7 +37247,7 @@ }; B795CD113EC68CFB942C1695FB999EDD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 96D0B4D2C8E7747DE10DD1DEE485BDAB /* React-Core.debug.xcconfig */; + baseConfigurationReference = 462B8FB3666CB1ED940C4ACDDFB78B22 /* React-Core.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37352,7 +37274,7 @@ }; B7CCF664AABA87549DAD4BE20161BCD0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4F39B5E174B24391350A285AE5559A9F /* ReactNativeART.debug.xcconfig */; + baseConfigurationReference = 318DA75223408F61899A35E4300819CD /* ReactNativeART.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37417,96 +37339,6 @@ }; name = Debug; }; - B952993BAC7BD8B71F32F4C746E31072 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 44ED55D47C0F0F5BEC5AAB3A44337CC0 /* RNDeviceInfo.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNDeviceInfo/RNDeviceInfo-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNDeviceInfo; - PRODUCT_NAME = RNDeviceInfo; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - B9C7698B38D09B8EB380EE205AF889B0 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "POD_CONFIGURATION_DEBUG=1", - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; - MTL_FAST_MATH = YES; - ONLY_ACTIVE_ARCH = YES; - PRODUCT_NAME = "$(TARGET_NAME)"; - STRIP_INSTALLED_PRODUCT = NO; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - SYMROOT = "${SRCROOT}/../build"; - }; - name = Debug; - }; BBBA50CA3D7646EA3A1EE1C8BA4AB0DC /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = AA1332A395B581C0AD8CAC8508ACB572 /* SDWebImage.release.xcconfig */; @@ -37535,7 +37367,7 @@ }; BD6E31C909B4DFE311A1DC28A76A4927 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A9052C54608FDB1D504ECB9CDC187E1B /* UMSensorsInterface.release.xcconfig */; + baseConfigurationReference = 3D514A95468C3971D27D58E6E178E1D2 /* UMSensorsInterface.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37552,7 +37384,7 @@ }; BD745573C6626ACDAE15BA6F32AA7608 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 66D4371EEDD3EC8650DD4B10E7B086ED /* EXFileSystem.debug.xcconfig */; + baseConfigurationReference = B16F9C4D959BC6A3ABFDA91E26288020 /* EXFileSystem.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37578,7 +37410,7 @@ }; BDCB3616E13DFD77D8B903C46FE22A08 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7EF80AF95C1C50601C29F42ADB025199 /* Yoga.debug.xcconfig */; + baseConfigurationReference = 3AFE3583A3500341820737B396B84186 /* Yoga.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37605,7 +37437,7 @@ }; BE4E6EDE9AF028C01E50111F948786BB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B25C9364DB33F8FF2818A742404BC708 /* UMFontInterface.release.xcconfig */; + baseConfigurationReference = F68CBBCD9EBB3603407F3147FE23D5E8 /* UMFontInterface.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37620,35 +37452,35 @@ }; name = Release; }; - BF7EF5E847C9A5ECBCE6A602402CECAF /* Release */ = { + C302DBF05B2F48E8CCEFE82A3BE33967 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F1404E07989F133C5C1A93B7817DA72D /* react-native-cameraroll.release.xcconfig */; + baseConfigurationReference = 80FEF1633468F2369547D7240D7B3EBC /* nanopb.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-cameraroll/react-native-cameraroll-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 4.3; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_cameraroll; - PRODUCT_NAME = "react-native-cameraroll"; + PRODUCT_MODULE_NAME = nanopb; + PRODUCT_NAME = nanopb; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; C41918B6774A34275FC11149DC857CE1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 37CBDE16C7254141CB3CBF83759881C8 /* React-Core.release.xcconfig */; + baseConfigurationReference = 69756D135CF3349CECC446A348F509C3 /* React-Core.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/React-Core"; @@ -37663,9 +37495,34 @@ }; name = Release; }; + C44282CE539DB2CA52D8B7A2A3D927DC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A2F4E001EC825E43F3A56679E8F14BDA /* FirebaseCrashlytics.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = FirebaseCrashlytics; + PRODUCT_NAME = FirebaseCrashlytics; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; C4AC01671ACF2941952FC335503ABF31 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C8AE9A352C751BCAB3858918C7CD03E5 /* RNCMaskedView.debug.xcconfig */; + baseConfigurationReference = 1334C86C0D531A276D6D9CD5117FBCB9 /* RNCMaskedView.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37688,27 +37545,17 @@ }; name = Debug; }; - C87C2FE95B7F93E8B1B79D8850B8246E /* Release */ = { + C9EBBB7B4C9FDE178F4125E43E65F590 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1E47A898A6F7CEAEA679AB474A50D825 /* RNVectorIcons.release.xcconfig */; + baseConfigurationReference = 57D665E0B76742C9DEEF2CDF4AF2140A /* FirebaseAnalytics.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNVectorIcons/RNVectorIcons-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNVectorIcons; - PRODUCT_NAME = RNVectorIcons; - PUBLIC_HEADERS_FOLDER_PATH = ""; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; @@ -37738,6 +37585,31 @@ }; name = Debug; }; + CAFFA56063291F0074315452CEF1753D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = ABCAFFB8CC2775928E7B5903D4213CF9 /* GoogleUtilities.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = GoogleUtilities; + PRODUCT_NAME = GoogleUtilities; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; CD6B0B81BD17C385BC79BD68BF90BCDB /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = EDB0D28EB0682A9EA4BD4325F89DFB06 /* MMKV.release.xcconfig */; @@ -37766,7 +37638,7 @@ }; D0FDE8CBCEEA78218E7F9B36A3679E2A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4D3CFB5C40849F70E0378037198D2082 /* react-native-appearance.release.xcconfig */; + baseConfigurationReference = 1D72B0DD844A5E558BFA7A98C6F42A4A /* react-native-appearance.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37790,24 +37662,36 @@ }; name = Release; }; - D152A6404B132DF4ABA6D7D911CDDF66 /* Debug */ = { + D124A7732EA3602924AFD9A7E066FF3C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 66F46FF3B31B10364578628AF58E2DD4 /* boost-for-react-native.debug.xcconfig */; + baseConfigurationReference = F5BCC5E7683F64AFB800E6E22E9A71AB /* RNDateTimePicker.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNDateTimePicker/RNDateTimePicker-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNDateTimePicker; + PRODUCT_NAME = RNDateTimePicker; + 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; }; D15DE9437220D30B1D7FEB8D5A68C89B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C2DED9D751A22723BE43ABF5B95E5233 /* React-RCTNetwork.debug.xcconfig */; + baseConfigurationReference = 30AC5FC338EF2C58113737A5B71F166E /* React-RCTNetwork.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37831,26 +37715,18 @@ }; name = Debug; }; - D2C0D385B3C17BEF31CCAB0A459A662E /* Debug */ = { + D274B64804D79799479B0BBAD09744D3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7E259C3E6DE6F96851D12BCE522F5D90 /* GoogleDataTransportCCTSupport.debug.xcconfig */; + baseConfigurationReference = 83DD58D48264CB6CF04ACD1129661BEE /* RCTRequired.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = GoogleDataTransportCCTSupport; - PRODUCT_NAME = GoogleDataTransportCCTSupport; - PUBLIC_HEADERS_FOLDER_PATH = ""; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; @@ -37882,33 +37758,9 @@ }; name = Release; }; - D4C89CB9BB1885905E1CB50340EB4BB0 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1805431BA300537A75B6F3008ECABF8E /* FirebaseCoreDiagnostics.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = FirebaseCoreDiagnostics; - PRODUCT_NAME = FirebaseCoreDiagnostics; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; D56A4DF8ADCEBDA81C123823AE60908D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7908AF05DE2D24CAA964C965EB69F7F1 /* React-RCTLinking.release.xcconfig */; + baseConfigurationReference = 803CFA33F7A53897B79DCBDECED047B3 /* React-RCTLinking.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37977,7 +37829,7 @@ }; D71510F76DCF7CE58547EB4918DF4984 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B76A018868C6E437AF586ED4500C6333 /* UMTaskManagerInterface.release.xcconfig */; + baseConfigurationReference = D4A947E4DB9056EBA486B2A60BBE4286 /* UMTaskManagerInterface.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37992,25 +37844,9 @@ }; name = Release; }; - D7191A79B27B52DA04FC47E457B0AB31 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 510A56C0C0869F304ADFA58AE135F71B /* boost-for-react-native.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; D82F1F73E6BAB818F64F22CBAF8DAB6A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5F29FDE63785762650AF7B38ACF4EEE1 /* React-RCTImage.release.xcconfig */; + baseConfigurationReference = 945FFD7633B336A4C9E8ABE7D59193F8 /* React-RCTImage.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38037,7 +37873,7 @@ }; D85A5A009377EFAA1866C72E788F7660 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BAABB0BA27B1CBDC2C8AE5F246FBADF1 /* React-RCTVibration.debug.xcconfig */; + baseConfigurationReference = 29B78C755E6DF828B23B2CDA4944A4E7 /* React-RCTVibration.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38061,48 +37897,7 @@ }; name = Debug; }; - DB1BE5F141E2C70CE4E954662D199AC0 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4553E9E98C980E75FBF5A4B16A8EBF4F /* UMFileSystemInterface.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - DB2005A0531F44543BA413716CCC3FDC /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 390B0E2CFB3143148CFDED46B050CB03 /* KeyCommands.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/KeyCommands/KeyCommands-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = KeyCommands; - PRODUCT_NAME = KeyCommands; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - E1A42D30C289138E2E3EE6882559EC17 /* Debug */ = { + D85FED984316C9A59AA98BDA48F31ACC /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 2AF33C91A990BF6287432F0FDE89720F /* MMKVCore.debug.xcconfig */; buildSettings = { @@ -38127,22 +37922,22 @@ }; name = Debug; }; - E243B66251A7A2C5A5929AF781976C0B /* Debug */ = { + D8CC2289D84A8823CD842A6F46355F5F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 799028AACA216BADD41A165C2F4AD654 /* Flipper-Folly.debug.xcconfig */; + baseConfigurationReference = 2786196FFAD333404806BF8C6442A607 /* Flipper-Glog.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Flipper-Folly/Flipper-Folly-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/Flipper-Glog/Flipper-Glog-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = folly; - PRODUCT_NAME = "Flipper-Folly"; + PRODUCT_MODULE_NAME = glog; + PRODUCT_NAME = "Flipper-Glog"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -38152,9 +37947,75 @@ }; name = Debug; }; + DB1BE5F141E2C70CE4E954662D199AC0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EF42D26B5FE68CC054D1033C8E2E6BBD /* UMFileSystemInterface.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + DB2005A0531F44543BA413716CCC3FDC /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 25C38D3F5CE0F89E57DB30DDC790CEBB /* KeyCommands.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/KeyCommands/KeyCommands-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = KeyCommands; + PRODUCT_NAME = KeyCommands; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + DFE3D2C1B0142C84FEAA5CD73DB9034E /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6C3D1B2CD5D89B2C758F92FA4913F711 /* GoogleDataTransportCCTSupport.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = GoogleDataTransportCCTSupport; + PRODUCT_NAME = GoogleDataTransportCCTSupport; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; E38B421ED25B1A7F21D51135635FE42F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 401F112876C24559A739C63A8523667B /* React-RCTLinking.debug.xcconfig */; + baseConfigurationReference = 5C53978173B8706FDCF4C6DCA87CEC71 /* React-RCTLinking.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38180,7 +38041,7 @@ }; E459A1D9F0B488199727A77BAC16AD65 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1C63F1BB3F8B3C3704F432C3FC5C90AC /* RNReanimated.debug.xcconfig */; + baseConfigurationReference = 357E8E167937BBD31B292CDB770EABA3 /* RNReanimated.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38203,9 +38064,34 @@ }; name = Debug; }; + E467EA58A631A5CA99AD6450D86627CA /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C9E2DBE42001B92ED0C542428209CE2F /* FirebaseCoreDiagnostics.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = FirebaseCoreDiagnostics; + PRODUCT_NAME = FirebaseCoreDiagnostics; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; E4BD380E366DC7269640D2EFB8A914BF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A8F81A20CBE0A059D593D99A42866FBF /* react-native-slider.debug.xcconfig */; + baseConfigurationReference = 16FCCF88559014ACF827EB8B74D32BA7 /* react-native-slider.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38228,34 +38114,9 @@ }; name = Debug; }; - E6063339866831F01DBA26874D9F9C36 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FCB8EF8BFA94EB0EEE2B5C06904C18B1 /* Flipper-DoubleConversion.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Flipper-DoubleConversion/Flipper-DoubleConversion-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = DoubleConversion; - PRODUCT_NAME = "Flipper-DoubleConversion"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; E6E001CA0857B974D8C862B0CA95C154 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4B42CAFBD2556FDBC4A4AB93BBC9AF41 /* KeyCommands.release.xcconfig */; + baseConfigurationReference = 752B14194E6FB7F6BB40E18FE5F86A5E /* KeyCommands.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38281,7 +38142,7 @@ }; E79554B3BBBAD59DD13FE4326E02D109 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D10B7C8855667D2ADB399CC50628D1DF /* react-native-appearance.debug.xcconfig */; + baseConfigurationReference = BCA2B6EAAA74F3BAD64BBA6612B7291F /* react-native-appearance.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38304,22 +38165,49 @@ }; name = Debug; }; - E8F5E2713BE0E0589FEC5252D2B2D50B /* Release */ = { + EA153B9EA17E108C573D62F0F600AFB9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C657C62307ED87B9F04DD3A09D8B41E0 /* react-native-restart.release.xcconfig */; + baseConfigurationReference = BBEF54EB10C45EE0F6D3EC0EB4CCA459 /* RNDeviceInfo.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-restart/react-native-restart-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/RNDeviceInfo/RNDeviceInfo-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_restart; - PRODUCT_NAME = "react-native-restart"; + PRODUCT_MODULE_NAME = RNDeviceInfo; + PRODUCT_NAME = RNDeviceInfo; + 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; + }; + EA63371836855F183EB482F6D7439350 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 33F3DF7F42A945FE3B27508C5C5C45E5 /* react-native-document-picker.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-document-picker/react-native-document-picker-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_document_picker; + PRODUCT_NAME = "react-native-document-picker"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -38332,7 +38220,7 @@ }; EA7F8F12F0A75F98F4A00938197BB82C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6D9D9A067EDF4B886292E1304BC72B8C /* React-RCTBlob.debug.xcconfig */; + baseConfigurationReference = 1AFC84AA13D2920C0C58887B51153A68 /* React-RCTBlob.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38356,22 +38244,21 @@ }; name = Debug; }; - EE04BB4CD0B6EB40CDBA6402A40565A9 /* Debug */ = { + ED53483D564E8F147DADDBDB2C0CD7B6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2786196FFAD333404806BF8C6442A607 /* Flipper-Glog.debug.xcconfig */; + baseConfigurationReference = 87100FFF4EC926F665E372575992B1E1 /* FirebaseInstallations.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Flipper-Glog/Flipper-Glog-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = glog; - PRODUCT_NAME = "Flipper-Glog"; + PRODUCT_MODULE_NAME = FirebaseInstallations; + PRODUCT_NAME = FirebaseInstallations; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -38381,35 +38268,9 @@ }; name = Debug; }; - EE587CD034E397D9E18FC41CB6A9DD13 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 356539DE9F35EC327ECB1735C3DE73DF /* react-native-document-picker.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-document-picker/react-native-document-picker-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_document_picker; - PRODUCT_NAME = "react-native-document-picker"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; EE6071C9FFCFC60D91242975AD03057B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1C937DDE947AE51809EC0FE1EC6B82B9 /* React-RCTText.release.xcconfig */; + baseConfigurationReference = BB1F737AC4244403FEC41330BB58416F /* React-RCTText.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38459,25 +38320,86 @@ }; name = Debug; }; - EFEC0E828E08C64AAAEEDC19DA61637B /* Debug */ = { + F0506B029B9E71EEE11506B8BCCA1457 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D1822BE4DFB3EA46C97668C817FF640F /* RCTRequired.debug.xcconfig */; + baseConfigurationReference = 10AFBA89BB2EECA51A690D0323D8A62B /* react-native-cameraroll.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-cameraroll/react-native-cameraroll-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_cameraroll; + PRODUCT_NAME = "react-native-cameraroll"; + 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; }; + F0F5EEE12D4F3915AD8B8A2843E8D234 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = FCB8EF8BFA94EB0EEE2B5C06904C18B1 /* Flipper-DoubleConversion.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/Flipper-DoubleConversion/Flipper-DoubleConversion-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = DoubleConversion; + PRODUCT_NAME = "Flipper-DoubleConversion"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + F1072CAD264D91126121DD00267BBDBE /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7B58ACE3455CE27C415E35751B672BF8 /* Folly.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/Folly/Folly-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = folly; + PRODUCT_NAME = Folly; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; F129DD72E6C9D0137CBA673877222DB7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4D5A2F9EBC423BA5D767010433B5A888 /* RNFBApp.release.xcconfig */; + baseConfigurationReference = 919FBBB5A634BB55B40C453D604C862C /* RNFBApp.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38501,33 +38423,9 @@ }; name = Release; }; - F1F295C69CD17B3C8C72C3A33519EE09 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 689FE599332A86A80A780E764CB1AC5A /* FirebaseCrashlytics.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = FirebaseCrashlytics; - PRODUCT_NAME = FirebaseCrashlytics; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; F4021723BC60346B934B57D211E377CF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0A11938F1A6F7C3BEF56C0100DF3760E /* react-native-netinfo.release.xcconfig */; + baseConfigurationReference = 019D3CADAE0B6D570B084DDAF0470007 /* react-native-netinfo.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38551,32 +38449,78 @@ }; name = Release; }; - F51A8E994F036F99180EC010EA72D715 /* Release */ = { + F4B9FF9202B1D36BCAF42D962A1C9602 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 51978262E5ACC8C3CC6402220C0270ED /* RCTTypeSafety.release.xcconfig */; + baseConfigurationReference = 7FF8DD1DCDA181E030C480AED8B9ED86 /* FirebaseCore.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RCTTypeSafety/RCTTypeSafety-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTTypeSafety; - PRODUCT_NAME = RCTTypeSafety; + PRODUCT_MODULE_NAME = FirebaseCore; + PRODUCT_NAME = FirebaseCore; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; + }; + F51A1C83A2E9549EDDB2F63DC6E3A151 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4E7133DBA510305431B00EE71F75310C /* PromisesObjC.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = FBLPromises; + PRODUCT_NAME = PromisesObjC; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + F5741BF254B759E7C65C9EC19A11B1D8 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 38F867F883264D0E4DCED09E0FDF6467 /* RNVectorIcons.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNVectorIcons/RNVectorIcons-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNVectorIcons; + PRODUCT_NAME = RNVectorIcons; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; }; F5C3B938D4EEB80B8E15FA6A8DAC2B7D /* Debug */ = { isa = XCBuildConfiguration; @@ -38604,7 +38548,7 @@ }; F70AD1A19AB564FC34E6C552DA2C4AD1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C4179A90F10D5623F4F123DD3E8B43CB /* EXHaptics.release.xcconfig */; + baseConfigurationReference = 49727AFDC9FF177CAF1534FDB1FD81B4 /* EXHaptics.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38629,61 +38573,24 @@ }; name = Release; }; - F798212BDE586E3A78BD7E6F9DE06566 /* Release */ = { + F712B3C95CA97C4B7CD7089DC4FDBF66 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1D5A942DFE226321150CFFF7E10612F6 /* FirebaseInstallations.release.xcconfig */; + baseConfigurationReference = 78E61F6F41AF9506D619EC8762A5957B /* FirebaseAnalytics.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = FirebaseInstallations; - PRODUCT_NAME = FirebaseInstallations; - PUBLIC_HEADERS_FOLDER_PATH = ""; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; - }; - F812A86E25BB7563E1516BEA664D90E1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B58ACE3455CE27C415E35751B672BF8 /* Folly.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Folly/Folly-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = folly; - PRODUCT_NAME = Folly; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; + name = Debug; }; F9ABBEEDD1A828D78D88DE53937DCC91 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4617AF53726F1A206276B9A478205EAE /* react-native-jitsi-meet.release.xcconfig */; + baseConfigurationReference = 83AE4EC069B39AC53A6C620802BDE092 /* react-native-jitsi-meet.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38707,9 +38614,35 @@ }; name = Release; }; + F9C873A329B624ADA330C62F5DE32497 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 015DFD5E684CF8AD29A4C7EDE514B9DA /* FBReactNativeSpec.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/FBReactNativeSpec/FBReactNativeSpec-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = FBReactNativeSpec; + PRODUCT_NAME = FBReactNativeSpec; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; FA0B47B96EEB0649B6E77DB81B20A234 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A3C581A512AAD93D606A78EF3F76D6C7 /* React-jsinspector.debug.xcconfig */; + baseConfigurationReference = 96D74BD54456BF5766811A130EAAEDBA /* React-jsinspector.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38735,7 +38668,7 @@ }; FA63C9CF0D9C486B3BA4337A160BA74C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0FD130F92D37F953E0AD0831BCB0900C /* EXConstants.release.xcconfig */; + baseConfigurationReference = F1B9071C2F7DF7D3D3F0DC7619FB146F /* EXConstants.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38760,22 +38693,47 @@ }; name = Release; }; - FC72C0A673AF17C65572F6ADE9BEEB33 /* Debug */ = { + FB4ABA246927508A6406B2AD139AB213 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 72885251281C0F93D0DEA481E95DCAFC /* react-native-orientation-locker.debug.xcconfig */; + baseConfigurationReference = A5E0D6E3977FCC0A91EE437CFB155D6E /* react-native-restart.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-restart/react-native-restart-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_restart; + PRODUCT_NAME = "react-native-restart"; + 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; + }; + FB8A71FE57F728827B0A285C76031DF9 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7E259C3E6DE6F96851D12BCE522F5D90 /* GoogleDataTransportCCTSupport.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-orientation-locker/react-native-orientation-locker-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_orientation_locker; - PRODUCT_NAME = "react-native-orientation-locker"; + PRODUCT_MODULE_NAME = GoogleDataTransportCCTSupport; + PRODUCT_NAME = GoogleDataTransportCCTSupport; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -38785,30 +38743,31 @@ }; name = Debug; }; - FC8CF649E00726E125367D756CAC8BAC /* Debug */ = { + FBB2493B481348586F8BCAA5C7A31AEC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 892BE48739F1E3D6975C32247270421C /* GoogleUtilities.debug.xcconfig */; + baseConfigurationReference = 0FD3B14E21016E7A90FDFD123CB4CC17 /* Flipper-Folly.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/GoogleUtilities/GoogleUtilities-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/Flipper-Folly/Flipper-Folly-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = GoogleUtilities; - PRODUCT_NAME = GoogleUtilities; + PRODUCT_MODULE_NAME = folly; + PRODUCT_NAME = "Flipper-Folly"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; FED4091850B98DEE852E1FFC263B0AA5 /* Debug */ = { isa = XCBuildConfiguration; @@ -38826,9 +38785,36 @@ }; name = Debug; }; + FED6EBFB2B300FD2EF2F30420E94650B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A69BBD8D595A78FF5464133B3122ECA8 /* FBReactNativeSpec.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/FBReactNativeSpec/FBReactNativeSpec-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = FBReactNativeSpec; + PRODUCT_NAME = FBReactNativeSpec; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; FF63028D546DDD38DCEEDD44E5019C3B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BBEFFFEA1C651E5F663438653B6FECA1 /* React-RCTImage.debug.xcconfig */; + baseConfigurationReference = 39D2B180D3871C68DFB40D8B41F08497 /* React-RCTImage.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -38855,15 +38841,6 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 000DEB94CE0C6B6F8B91C9E5455371A3 /* Build configuration list for PBXNativeTarget "FirebaseCore" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 52D6CD6A9F1C42AFD9B131DEEED6D7A8 /* Debug */, - 6A1E782E2AE63428C2DCC2EEC8193195 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 03ACD63175890F54E009225B728DDE3A /* Build configuration list for PBXNativeTarget "React-jsinspector" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -38873,20 +38850,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 053BAA6FB543C6B67CB76E7F7C086AF4 /* Build configuration list for PBXNativeTarget "react-native-cookies" */ = { + 05C2E051ED636A17653E60FDD2E78F7C /* Build configuration list for PBXNativeTarget "Flipper-RSocket" */ = { isa = XCConfigurationList; buildConfigurations = ( - 5A43A77329584FCECAEA4DB7C2B4584A /* Debug */, - 769589E7167838D5C2608AA6D03C228A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 075FF2F25F6C2285FD05963007432AEF /* Build configuration list for PBXAggregateTarget "FirebaseAnalytics" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 9B2C8CBB54DB55B9435248FF47B5BB70 /* Debug */, - 3D1B7DDF3EE951BDB446972C24B859B5 /* Release */, + 6F6E36D204E9D377DE5F8D7DB561EEF1 /* Debug */, + 03B1149496F120D1F8A32161B9574FDB /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -38927,15 +38895,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 14252F974EA3F429A142D85890005443 /* Build configuration list for PBXAggregateTarget "OpenSSL-Universal" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 64008C7E5F7A2C31602F8EC957A1CFCC /* Debug */, - 846AC3304148A728631B3C8C217D7472 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 15D70A3E1A38003A3D0A4E007899C8EB /* Build configuration list for PBXNativeTarget "Pods-NotificationService" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -38945,6 +38904,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 1622ED18B8505D1786E342279D7017E4 /* Build configuration list for PBXNativeTarget "RCTTypeSafety" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 9CE755567D2633A9560CBCB4C7E93A0D /* Debug */, + 84C7353950C6FEB0B9BD95A343A82EAB /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 1661950AB2F80BAA22AB61CDBE9AD551 /* Build configuration list for PBXNativeTarget "react-native-simple-crypto" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -38963,6 +38931,42 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 190C0F2337A08E43A7C299D3CF7BE735 /* Build configuration list for PBXNativeTarget "GoogleUtilities" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 79D85B65931347F49E2BA72AD51ACA8F /* Debug */, + CAFFA56063291F0074315452CEF1753D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 1A421FF281684C42970CDCA859F1606D /* Build configuration list for PBXNativeTarget "FirebaseCore" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F4B9FF9202B1D36BCAF42D962A1C9602 /* Debug */, + 1C3C327A782A8D4409B8FD27A47A59CA /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 1A53195F2A49E064D1E9C88E5C7C3806 /* Build configuration list for PBXNativeTarget "RNVectorIcons" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F5741BF254B759E7C65C9EC19A11B1D8 /* Debug */, + 2A57F02F073C8EE682B34DE95CEFC2CE /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 1A58E1202FF7A0EF8A9229F8888C65B9 /* Build configuration list for PBXNativeTarget "react-native-background-timer" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 365354509D9C21A6A99C16F71A69B955 /* Debug */, + 9D3B5E8C5C36D3D34B6E77F7F8655A55 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 1B2A9B657DEBA91193ACCCFACDDDB1D8 /* Build configuration list for PBXNativeTarget "React-jsi" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -38972,15 +38976,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 1C8FBC63ED65464915258A68EBE44DE3 /* Build configuration list for PBXNativeTarget "FirebaseInstallations" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 60DEA37747A8A23FDCA5C369DB30740C /* Debug */, - F798212BDE586E3A78BD7E6F9DE06566 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 20F9E92483C8456A6858D493127CE4C3 /* Build configuration list for PBXNativeTarget "react-native-notifications" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -38990,6 +38985,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 21C8A748BDBE10D9C1976FBAC9039CC2 /* Build configuration list for PBXNativeTarget "react-native-orientation-locker" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 711124276934A48C61CF80232B1C533A /* Debug */, + 135C691B9CBC76093532F63552917B4B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 26780B61FE9FD27DD1CEFC027F6AF63A /* Build configuration list for PBXNativeTarget "react-native-safe-area-context" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 257D2762CC305B1CA0E8BA95EF20434A /* Debug */, + 6B94BA27ACC1EAC4AD317AA67E84A1EC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 282CD723C2525B6DBB2F41A25807C82C /* Build configuration list for PBXNativeTarget "Pods-defaults-RocketChatRN" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -38999,15 +39012,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 285424BA1868B1FF3370F25DE02408E1 /* Build configuration list for PBXNativeTarget "GoogleDataTransport" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 0AB89BAD51A5493718BE9F47A46678FD /* Debug */, - 809E74274FCE4B34762BB7EEB7F278BE /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 293FEFC746861E38DDC7D3B32FA8653C /* Build configuration list for PBXNativeTarget "rn-fetch-blob" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39035,11 +39039,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2D7E1721D4B7669B6397DD19C585B733 /* Build configuration list for PBXNativeTarget "RNLocalize" */ = { + 2DA0B8266EBBEDC766AF2E11AE2CEFB2 /* Build configuration list for PBXAggregateTarget "FirebaseAnalytics" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7584AA9DE2A25C8B8DA625DEA2124DA6 /* Debug */, - 9A5BCB2C0E239CDCC917DE7A3848083D /* Release */, + F712B3C95CA97C4B7CD7089DC4FDBF66 /* Debug */, + C9EBBB7B4C9FDE178F4125E43E65F590 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39053,6 +39057,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 3287CAB8581E256BCF95D21803BC1D63 /* Build configuration list for PBXNativeTarget "DoubleConversion" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + A094683E79827FBCA9D7A705574E8833 /* Debug */, + 22D8CA17F7B20938F47AC573E6C9A2B6 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 328D4463EF6234F5E4911FE3DFD548EB /* Build configuration list for PBXNativeTarget "ReactCommon" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39062,11 +39075,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 35936AA22F35FCA497FD6DB182BD7C48 /* Build configuration list for PBXNativeTarget "Flipper-Folly" */ = { + 33777A96CAB9BE76FDE66E951662B049 /* Build configuration list for PBXNativeTarget "react-native-restart" */ = { isa = XCConfigurationList; buildConfigurations = ( - E243B66251A7A2C5A5929AF781976C0B /* Debug */, - 59C1B7869186EDB6FD305D15985F1AC9 /* Release */, + 1A2D2B8780D72D2E7930B048F99C7AEF /* Debug */, + FB4ABA246927508A6406B2AD139AB213 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39089,20 +39102,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3C59786F965CDB9AD0B6E10366D86AAE /* Build configuration list for PBXNativeTarget "RNCAsyncStorage" */ = { + 3BDDD5C61FF3CF2251F6BA1F0F661D13 /* Build configuration list for PBXNativeTarget "RNCAsyncStorage" */ = { isa = XCConfigurationList; buildConfigurations = ( - 200AC3E0B9A2F87D6D2321479D40BA71 /* Debug */, - 6BC20966EA57998D6DA64B9D1F0C2C99 /* Release */, + 88B180B6FDB37C9A632CA95AA80DF593 /* Debug */, + ADF94A0015284D9A700FEEF33A5F0E49 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3D252DB06BF4B3445BB0AE903EDE5BF8 /* Build configuration list for PBXNativeTarget "react-native-restart" */ = { + 3DA0C9CB48D3B339CD7211DC65FF1DF8 /* Build configuration list for PBXNativeTarget "FirebaseInstallations" */ = { isa = XCConfigurationList; buildConfigurations = ( - 5E817933D90A40B772648F93A114CD11 /* Debug */, - E8F5E2713BE0E0589FEC5252D2B2D50B /* Release */, + ED53483D564E8F147DADDBDB2C0CD7B6 /* Debug */, + 5E5D2C4B16CC86F04BB329BF865E552B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39116,6 +39129,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 4196853A4D453733BF655E16230F1D7D /* Build configuration list for PBXAggregateTarget "RCTRequired" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D274B64804D79799479B0BBAD09744D3 /* Debug */, + 284CA3D07B29CA819FD96D8F4D8CC169 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 473EF26B27452FA71B55A9F7B2D9C0B0 /* Build configuration list for PBXAggregateTarget "React-callinvoker" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39137,35 +39159,17 @@ 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( - B9C7698B38D09B8EB380EE205AF889B0 /* Debug */, - A80F31491C9DADB0F8B6DB7459BE9496 /* Release */, + B4EFE046ACF8F37157F6E322C7FCFC28 /* Debug */, + 903A0004D3E6651EFD5D2E16214D101B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 4F2FB82AFA2F38BFE71111FB0ED8A4ED /* Build configuration list for PBXNativeTarget "react-native-orientation-locker" */ = { + 48E9B7E18674ACF2A55997FE5D85AB3D /* Build configuration list for PBXNativeTarget "FirebaseCoreDiagnostics" */ = { isa = XCConfigurationList; buildConfigurations = ( - FC72C0A673AF17C65572F6ADE9BEEB33 /* Debug */, - 68FAB721F64C522FC5EEA31CF17C4C70 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 54498FEE3CD530EEBAA13C12A6FD3F93 /* Build configuration list for PBXNativeTarget "Flipper-DoubleConversion" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E6063339866831F01DBA26874D9F9C36 /* Debug */, - 6F4D22DD09725C19A5CDB981D355E95A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 568871B55F70DA09C133992EF81B5D42 /* Build configuration list for PBXNativeTarget "glog" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2E276891FB9ACEA25905FCE6C6D456CE /* Debug */, - 7D4FD3488C3BC268C203648C86A2EBC9 /* Release */, + 0278AAC31EEE2A8B1F78388E7E895BDB /* Debug */, + E467EA58A631A5CA99AD6450D86627CA /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39206,15 +39210,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 5BF834F9125DC54E96C617AAFC40FF69 /* Build configuration list for PBXNativeTarget "DoubleConversion" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 971DAABD1506ACC59A920BF1B9C01DEA /* Debug */, - B22C5D26C8947B3236A9392D6378611F /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 5D29B9A477732684F0FCCF9A9F1B62BD /* Build configuration list for PBXNativeTarget "ReactNativeART" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39224,15 +39219,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 5DC19DE4CA7D7237B89E99533F62989A /* Build configuration list for PBXNativeTarget "react-native-cameraroll" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 9A5764F5EEA58880B3A5E50809B24897 /* Debug */, - BF7EF5E847C9A5ECBCE6A602402CECAF /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 5DEBF75ECE03D34C5624EF90C28DC4D7 /* Build configuration list for PBXNativeTarget "react-native-webview" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39287,24 +39273,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 62CDA810C6B46B0A6F2C9EBE9F17E486 /* Build configuration list for PBXNativeTarget "Folly" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 81F83877F595D911F93A23AA7CB4267B /* Debug */, - F812A86E25BB7563E1516BEA664D90E1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 62E7D62592DD63A5765DF37359F788AA /* Build configuration list for PBXAggregateTarget "RCTRequired" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - EFEC0E828E08C64AAAEEDC19DA61637B /* Debug */, - A80F683EFB278D424BC478E613BA43EF /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 64DE8BBF2E149B50B066EB1C1046523C /* Build configuration list for PBXNativeTarget "MMKV" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39314,11 +39282,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 659278F08AB49B07E42964916F164472 /* Build configuration list for PBXNativeTarget "RNBootSplash" */ = { + 6A3D1EAED331DC049E2F2539FF84C85E /* Build configuration list for PBXNativeTarget "FBReactNativeSpec" */ = { isa = XCConfigurationList; buildConfigurations = ( - ABB987467F88AE59FC6D78C72E5D66BE /* Debug */, - 1C70EC6599A9AF12D63D91390E4EBF8A /* Release */, + F9C873A329B624ADA330C62F5DE32497 /* Debug */, + FED6EBFB2B300FD2EF2F30420E94650B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 6AAE551F9AC8FC8758D08EF10FEE7DEE /* Build configuration list for PBXNativeTarget "RNLocalize" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 351669C9D9B6E760A1FFDA38509E07C3 /* Debug */, + 01D14AB23FAA5F98813B68B15F47A97E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39350,11 +39327,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 756AE01E350DCC118F4680D339628219 /* Build configuration list for PBXNativeTarget "RNVectorIcons" */ = { + 7639DDA105231FCED01ACD92C023BD94 /* Build configuration list for PBXNativeTarget "FirebaseCrashlytics" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4580CA6BADF1558539500AD612CD42FF /* Debug */, - C87C2FE95B7F93E8B1B79D8850B8246E /* Release */, + 1B392EB7BBE18918383044433F147DC5 /* Debug */, + C44282CE539DB2CA52D8B7A2A3D927DC /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39404,20 +39381,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 7FCCFA588C873581FEC8255810B87F26 /* Build configuration list for PBXNativeTarget "FirebaseCrashlytics" */ = { + 7E873EBA929ED2AB7EC53D1F91DB09B5 /* Build configuration list for PBXNativeTarget "react-native-document-picker" */ = { isa = XCConfigurationList; buildConfigurations = ( - F1F295C69CD17B3C8C72C3A33519EE09 /* Debug */, - 48F3BFCB22DC98C034B0D9B3FDB6FCEA /* Release */, + 9D23DAFB91B66D16068F000F5EBC72DF /* Debug */, + EA63371836855F183EB482F6D7439350 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 8107302B9124AEAA5AB213B18CC721BF /* Build configuration list for PBXNativeTarget "GoogleUtilities" */ = { + 7FD4B67B6D85C5202A220303DB19967D /* Build configuration list for PBXNativeTarget "Flipper-DoubleConversion" */ = { isa = XCConfigurationList; buildConfigurations = ( - FC8CF649E00726E125367D756CAC8BAC /* Debug */, - 8034D11087504A45D781740B1AC44C26 /* Release */, + F0F5EEE12D4F3915AD8B8A2843E8D234 /* Debug */, + 6178B046DC6DAD27F254239A059E3D33 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39431,6 +39408,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 8285E1ACF4197F3E409804285250EA22 /* Build configuration list for PBXNativeTarget "Flipper-Folly" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 42377AEF19CF59F36FB7917A989EF2D8 /* Debug */, + FBB2493B481348586F8BCAA5C7A31AEC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 82E018FCF2B7BF3013B0E1702EECBC27 /* Build configuration list for PBXNativeTarget "RNRootView" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39440,15 +39426,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 83A3CD51203A0632D5535BF2192B114C /* Build configuration list for PBXNativeTarget "FBReactNativeSpec" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4921073920413FDB46656004AFBE1AD6 /* Debug */, - 3F06D112D40B4FFA2A1CCDE9DD698885 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 8598985B785143769BA18643EE6E4747 /* Build configuration list for PBXNativeTarget "React-cxxreact" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39485,11 +39462,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 941ADE3241240881A6EC70ACF64F0AC0 /* Build configuration list for PBXNativeTarget "nanopb" */ = { + 9200C038322F37EE7BA173244509F03B /* Build configuration list for PBXNativeTarget "react-native-cookies" */ = { isa = XCConfigurationList; buildConfigurations = ( - 9475B320DC14A3F1A50B98437D31CA2A /* Debug */, - 9C39A94D648B528CA4089850AE9221F1 /* Release */, + 59C351BC0241061C2F886AA3809DC8E3 /* Debug */, + 2A814AD419EFEFB028BA5AA9087304A0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39503,15 +39480,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9549BE740B1AA125B01BDF113C1D284C /* Build configuration list for PBXNativeTarget "react-native-safe-area-context" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 0A84DB3B79A7140AF7F341B83BEA61D6 /* Debug */, - 2081279C51A75866250814B3DE18C8E3 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 99AD276357F7332F893095DEA03E6D80 /* Build configuration list for PBXNativeTarget "React-RCTBlob" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39530,15 +39498,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9B5FC30FCCF23FA1E94AF537CB44F827 /* Build configuration list for PBXNativeTarget "Flipper-RSocket" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 093F2871E9D8C3E030B9D04E8FA8B62C /* Debug */, - 2A76FB52AAAD7918AA2BD6750C69EF59 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 9BCF68CB9635471364DB455867B28F93 /* Build configuration list for PBXNativeTarget "React-RCTLinking" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39584,6 +39543,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + A2C43825E2188DA7921550E300BE749F /* Build configuration list for PBXNativeTarget "RNBootSplash" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 2496DFBAA294BB49D90637669DD67732 /* Debug */, + 4B80C0B6B88DC847BD605C9572BAB5DE /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; A39F08165CE91502893CD8128E9B7B5D /* Build configuration list for PBXNativeTarget "Flipper" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39593,6 +39561,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + A985D3F6FA56980595207C020231CBA4 /* Build configuration list for PBXNativeTarget "Flipper-Glog" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D8CC2289D84A8823CD842A6F46355F5F /* Debug */, + 3CDD36D8549E1F4DB1899F1EFF21199A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; AAD60E62DD1389164E61B65BFFEB5BE7 /* Build configuration list for PBXNativeTarget "TOCropViewController" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39602,15 +39579,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - AD9FD2DAFB3BD976FDBDDE788531F930 /* Build configuration list for PBXNativeTarget "FirebaseCoreDiagnostics" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D4C89CB9BB1885905E1CB50340EB4BB0 /* Debug */, - A6B2F0DB7F885B5F309DA12511CDE34F /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; AE5DE8B41B8E6A2A4991FEC5A34CAF70 /* Build configuration list for PBXNativeTarget "react-native-appearance" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39629,6 +39597,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + AEFD83DDE12BA292E6D973A05AF27A2A /* Build configuration list for PBXAggregateTarget "FBLazyVector" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 55040F9F4528366AB0738D595768748B /* Debug */, + 80D9907407A502A9E17EFD68B595EFDA /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; B184BBD24DBACB1F7AB9BC08967F325C /* Build configuration list for PBXNativeTarget "React-RCTSettings" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39647,6 +39624,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + B23AB0A3DEAFA9C5A59992B99CAE31D5 /* Build configuration list for PBXNativeTarget "GoogleDataTransport" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 5C10219B871D1C1F64123A7EE193A2A9 /* Debug */, + 5C021E5A18C66239DB6EB0742F7F6801 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + B41BB4FF42F4655FD0DE0FD4B54A1364 /* Build configuration list for PBXNativeTarget "PromisesObjC" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F51A1C83A2E9549EDDB2F63DC6E3A151 /* Debug */, + 26F88B4D24B19C2A25971E3193DA6FDC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; B60AB0B639EBC86B735201971D6DB210 /* Build configuration list for PBXNativeTarget "RNCMaskedView" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39683,6 +39678,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + BABC371BF3BCE359A716FE722EDCE630 /* Build configuration list for PBXNativeTarget "glog" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3168C0C50D72FC24FD91F8EE942C4657 /* Debug */, + 3123B551A3EE7955088B9A55138D5415 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + BD85A96B3C42A6A40A07361D92BFA93A /* Build configuration list for PBXNativeTarget "GoogleDataTransportCCTSupport" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + FB8A71FE57F728827B0A285C76031DF9 /* Debug */, + DFE3D2C1B0142C84FEAA5CD73DB9034E /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; BF535641E00BECC6FFAF53CFB25A8755 /* Build configuration list for PBXNativeTarget "CocoaAsyncSocket" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39701,11 +39714,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C39298A580F52EE647EE6E877D5D6791 /* Build configuration list for PBXNativeTarget "MMKVCore" */ = { + C386EF60DEB60E6B34D30DC1927843E5 /* Build configuration list for PBXNativeTarget "MMKVCore" */ = { isa = XCConfigurationList; buildConfigurations = ( - E1A42D30C289138E2E3EE6882559EC17 /* Debug */, - 7CB04E195001C0C77BA8CFF534282460 /* Release */, + D85FED984316C9A59AA98BDA48F31ACC /* Debug */, + 59BD51A20EDC884F8AF19B2D5713C7BE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39728,20 +39741,29 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C9CEC5A1C35FAB649C0BCC51724B0548 /* Build configuration list for PBXAggregateTarget "GoogleAppMeasurement" */ = { + C7FBFE582FBFF13F602500C33B2A524D /* Build configuration list for PBXNativeTarget "Folly" */ = { isa = XCConfigurationList; buildConfigurations = ( - 1697DFB5299C0D9569DB4B712E1F407F /* Debug */, - 7998C75D190EDD2EB689F70ACA7516EF /* Release */, + 878427B4CF6043E92F33A36636F5024D /* Debug */, + F1072CAD264D91126121DD00267BBDBE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - CB8244AC71E28487A3DD03053E27592D /* Build configuration list for PBXNativeTarget "react-native-document-picker" */ = { + C840844FBC13DD35AE08F6C446033DB1 /* Build configuration list for PBXNativeTarget "RNDateTimePicker" */ = { isa = XCConfigurationList; buildConfigurations = ( - 56990154C6CA1092C5581734CAB3DF20 /* Debug */, - EE587CD034E397D9E18FC41CB6A9DD13 /* Release */, + 856F5D1DE9373D7F014D1325CDB5986A /* Debug */, + D124A7732EA3602924AFD9A7E066FF3C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + CBC2EA4D1FF0154A7F732E71D8A78F8F /* Build configuration list for PBXAggregateTarget "OpenSSL-Universal" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0EC8F41457242D86314C7170FAB4EFBC /* Debug */, + 44A1911298B33D1684C987CBFCC753E0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -39755,15 +39777,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - CFA6C21E298BC2A21B3900D4D3BB4D6C /* Build configuration list for PBXNativeTarget "react-native-background-timer" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1D997A940DE61197BC79DEDFB107BC1A /* Debug */, - 3063463B2EFCF4EC04EE5A44ACB7FDE0 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; D024F943D0F41D34A844CEE64C1CA7AD /* Build configuration list for PBXNativeTarget "RNScreens" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39791,6 +39804,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + D168C6F3A89B3396BB442CA186F6BEF5 /* Build configuration list for PBXNativeTarget "RNDeviceInfo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 909DDA39D5B83E93426D408B37888AB8 /* Debug */, + EA153B9EA17E108C573D62F0F600AFB9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + D51945AD4C954B4A1CF523B84FDB8277 /* Build configuration list for PBXAggregateTarget "boost-for-react-native" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 9178D06534AD779D4E35B86AD33A879A /* Debug */, + 26C28667592B12A8E8B81B16B7ADE210 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; D5986FE54F103B1BD58EFC1C3F225D8F /* Build configuration list for PBXAggregateTarget "CocoaLibEvent" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39809,24 +39840,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - DA2CAE114A571A2644458B63C8F865A1 /* Build configuration list for PBXNativeTarget "RNDateTimePicker" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 63F5C2461435F9705EA517F7388A9AAF /* Debug */, - 200EF926DE5D3B8EF4A28816DFA5B409 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - DB21DC729522EE23FF45F24023075437 /* Build configuration list for PBXAggregateTarget "FBLazyVector" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 7F95457238B974AEAAF6C2151C494385 /* Debug */, - 2DB713FA70A6346E61D348B0CAEA2148 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; DCF7F11097D2457233B3A62DE52D5E26 /* Build configuration list for PBXNativeTarget "React-RCTAnimation" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39836,15 +39849,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - DD79A0DB223223DA9209019F3E976C22 /* Build configuration list for PBXNativeTarget "PromisesObjC" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 99561E0663F0D3BD92F42BFD2AE9A917 /* Debug */, - 45C7A067F3784A5F6E72136E3BF806EA /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; DDC2F1F99075686EF74ABC88BB07C1A1 /* Build configuration list for PBXAggregateTarget "UMCameraInterface" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39890,6 +39894,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + E545F7E8F6749858392C91D82E1058E6 /* Build configuration list for PBXNativeTarget "nanopb" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C302DBF05B2F48E8CCEFE82A3BE33967 /* Debug */, + 5B8E9A01D4B2D0211EE85BB22E41ACCA /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + E82F703BE154CAFDDCBE2686727DC440 /* Build configuration list for PBXNativeTarget "react-native-cameraroll" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F0506B029B9E71EEE11506B8BCCA1457 /* Debug */, + 938A0DBE22AFAC483AB84CD8F08F625B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; E8A09ECB54A1A4AB74568DB7EF8378FB /* Build configuration list for PBXNativeTarget "Yoga" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39917,24 +39939,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - EA290F936ABFB939798D66A926EB33ED /* Build configuration list for PBXNativeTarget "RCTTypeSafety" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 182B4CFDA92326C6DBFA2559F207A45A /* Debug */, - F51A8E994F036F99180EC010EA72D715 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - EAA1F5223E305D28B0685D1F594DB8C1 /* Build configuration list for PBXNativeTarget "GoogleDataTransportCCTSupport" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D2C0D385B3C17BEF31CCAB0A459A662E /* Debug */, - 4FC73BB4FC57C8A716D2DA21AEDAB47D /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; EFB6A1D8B888DB6965868BDF09B19FF6 /* Build configuration list for PBXNativeTarget "React-jsiexecutor" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39953,6 +39957,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + F1720881208CB5C70BED3E3AAB7FD642 /* Build configuration list for PBXAggregateTarget "GoogleAppMeasurement" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 00346BC8A579C120FF2062634D9C6B42 /* Debug */, + 321A45BF474BAC18B8C03FE9E299B927 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; F617CE4545CE4E4DED6DEC4F2D3F8F38 /* Build configuration list for PBXAggregateTarget "JitsiMeetSDK" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39971,15 +39984,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F9C688EF01244C9FD7A5704661985D78 /* Build configuration list for PBXAggregateTarget "boost-for-react-native" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D152A6404B132DF4ABA6D7D911CDDF66 /* Debug */, - D7191A79B27B52DA04FC47E457B0AB31 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; FA2A74D09995384A218EF4556212EE28 /* Build configuration list for PBXNativeTarget "EXLocalAuthentication" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -39989,24 +39993,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - FA9F1BDB86E30683080FA62F0B96C10C /* Build configuration list for PBXNativeTarget "RNDeviceInfo" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B952993BAC7BD8B71F32F4C746E31072 /* Debug */, - AA0D6C97C0DD67588DD28AD0DECE65AE /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - FB9AEE0FD60B97B38924F6C6C97D56E7 /* Build configuration list for PBXNativeTarget "Flipper-Glog" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - EE04BB4CD0B6EB40CDBA6402A40565A9 /* Debug */, - 64445EE65905181A51C460B7D70D9714 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; FE55206A0E61B2AC0BF61797ED8E4D47 /* Build configuration list for PBXAggregateTarget "Firebase" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/ios/Pods/Target Support Files/BugsnagReactNative/BugsnagReactNative.debug.xcconfig b/ios/Pods/Target Support Files/BugsnagReactNative/BugsnagReactNative.debug.xcconfig index 6a54eeda8..79da70fc2 100644 --- a/ios/Pods/Target Support Files/BugsnagReactNative/BugsnagReactNative.debug.xcconfig +++ b/ios/Pods/Target Support Files/BugsnagReactNative/BugsnagReactNative.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/BugsnagReactNative" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ 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/bugsnag-react-native +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/BugsnagReactNative/BugsnagReactNative.release.xcconfig b/ios/Pods/Target Support Files/BugsnagReactNative/BugsnagReactNative.release.xcconfig index 6a54eeda8..79da70fc2 100644 --- a/ios/Pods/Target Support Files/BugsnagReactNative/BugsnagReactNative.release.xcconfig +++ b/ios/Pods/Target Support Files/BugsnagReactNative/BugsnagReactNative.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/BugsnagReactNative" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ 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/bugsnag-react-native +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/CocoaAsyncSocket/CocoaAsyncSocket.debug.xcconfig b/ios/Pods/Target Support Files/CocoaAsyncSocket/CocoaAsyncSocket.debug.xcconfig index d0b509aca..815a8249e 100644 --- a/ios/Pods/Target Support Files/CocoaAsyncSocket/CocoaAsyncSocket.debug.xcconfig +++ b/ios/Pods/Target Support Files/CocoaAsyncSocket/CocoaAsyncSocket.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/CocoaAsyncSocket GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/CocoaAsyncSocket" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/CocoaAsyncSocket" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/CocoaAsyncSocket +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/CocoaAsyncSocket/CocoaAsyncSocket.release.xcconfig b/ios/Pods/Target Support Files/CocoaAsyncSocket/CocoaAsyncSocket.release.xcconfig index d0b509aca..815a8249e 100644 --- a/ios/Pods/Target Support Files/CocoaAsyncSocket/CocoaAsyncSocket.release.xcconfig +++ b/ios/Pods/Target Support Files/CocoaAsyncSocket/CocoaAsyncSocket.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/CocoaAsyncSocket GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/CocoaAsyncSocket" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/CocoaAsyncSocket" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/CocoaAsyncSocket +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/CocoaLibEvent/CocoaLibEvent.debug.xcconfig b/ios/Pods/Target Support Files/CocoaLibEvent/CocoaLibEvent.debug.xcconfig index f2f598c45..f11b8d880 100644 --- a/ios/Pods/Target Support Files/CocoaLibEvent/CocoaLibEvent.debug.xcconfig +++ b/ios/Pods/Target Support Files/CocoaLibEvent/CocoaLibEvent.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/CocoaLibEvent GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/CocoaLibEvent" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/CocoaLibEvent" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/CocoaLibEvent +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/CocoaLibEvent/CocoaLibEvent.release.xcconfig b/ios/Pods/Target Support Files/CocoaLibEvent/CocoaLibEvent.release.xcconfig index f2f598c45..f11b8d880 100644 --- a/ios/Pods/Target Support Files/CocoaLibEvent/CocoaLibEvent.release.xcconfig +++ b/ios/Pods/Target Support Files/CocoaLibEvent/CocoaLibEvent.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/CocoaLibEvent GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/CocoaLibEvent" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/CocoaLibEvent" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/CocoaLibEvent +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/DoubleConversion/DoubleConversion.debug.xcconfig b/ios/Pods/Target Support Files/DoubleConversion/DoubleConversion.debug.xcconfig index 448830060..b3f420d26 100644 --- a/ios/Pods/Target Support Files/DoubleConversion/DoubleConversion.debug.xcconfig +++ b/ios/Pods/Target Support Files/DoubleConversion/DoubleConversion.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/DoubleConversion" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/DoubleConversion +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/DoubleConversion/DoubleConversion.release.xcconfig b/ios/Pods/Target Support Files/DoubleConversion/DoubleConversion.release.xcconfig index 448830060..b3f420d26 100644 --- a/ios/Pods/Target Support Files/DoubleConversion/DoubleConversion.release.xcconfig +++ b/ios/Pods/Target Support Files/DoubleConversion/DoubleConversion.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/DoubleConversion" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/DoubleConversion +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/EXAV/EXAV.debug.xcconfig b/ios/Pods/Target Support Files/EXAV/EXAV.debug.xcconfig index f94f6e6d3..9ffeb1d56 100644 --- a/ios/Pods/Target Support Files/EXAV/EXAV.debug.xcconfig +++ b/ios/Pods/Target Support Files/EXAV/EXAV.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO 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/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" @@ -6,6 +7,7 @@ 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-av/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/EXAV/EXAV.release.xcconfig b/ios/Pods/Target Support Files/EXAV/EXAV.release.xcconfig index f94f6e6d3..9ffeb1d56 100644 --- a/ios/Pods/Target Support Files/EXAV/EXAV.release.xcconfig +++ b/ios/Pods/Target Support Files/EXAV/EXAV.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO 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/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" @@ -6,6 +7,7 @@ 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-av/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/EXAppleAuthentication/EXAppleAuthentication.debug.xcconfig b/ios/Pods/Target Support Files/EXAppleAuthentication/EXAppleAuthentication.debug.xcconfig index 96cfb62ff..ed07341a3 100644 --- a/ios/Pods/Target Support Files/EXAppleAuthentication/EXAppleAuthentication.debug.xcconfig +++ b/ios/Pods/Target Support Files/EXAppleAuthentication/EXAppleAuthentication.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/EXAppleAuthentication GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/EXAppleAuthentication" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/EXAppleAuthentication" "${PODS_ROOT}/Headers/Public/UMCore" @@ -6,6 +7,7 @@ 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-apple-authentication/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/EXAppleAuthentication/EXAppleAuthentication.release.xcconfig b/ios/Pods/Target Support Files/EXAppleAuthentication/EXAppleAuthentication.release.xcconfig index 96cfb62ff..ed07341a3 100644 --- a/ios/Pods/Target Support Files/EXAppleAuthentication/EXAppleAuthentication.release.xcconfig +++ b/ios/Pods/Target Support Files/EXAppleAuthentication/EXAppleAuthentication.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/EXAppleAuthentication GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/EXAppleAuthentication" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/EXAppleAuthentication" "${PODS_ROOT}/Headers/Public/UMCore" @@ -6,6 +7,7 @@ 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-apple-authentication/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/EXConstants/EXConstants.debug.xcconfig b/ios/Pods/Target Support Files/EXConstants/EXConstants.debug.xcconfig index 8dd3cf711..16fa1efad 100644 --- a/ios/Pods/Target Support Files/EXConstants/EXConstants.debug.xcconfig +++ b/ios/Pods/Target Support Files/EXConstants/EXConstants.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/EXConstants GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/EXConstants" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" @@ -6,6 +7,7 @@ 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-constants/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/EXConstants/EXConstants.release.xcconfig b/ios/Pods/Target Support Files/EXConstants/EXConstants.release.xcconfig index 8dd3cf711..16fa1efad 100644 --- a/ios/Pods/Target Support Files/EXConstants/EXConstants.release.xcconfig +++ b/ios/Pods/Target Support Files/EXConstants/EXConstants.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/EXConstants GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/EXConstants" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" @@ -6,6 +7,7 @@ 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-constants/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/EXFileSystem/EXFileSystem.debug.xcconfig b/ios/Pods/Target Support Files/EXFileSystem/EXFileSystem.debug.xcconfig index f40a9062b..58b023cb0 100644 --- a/ios/Pods/Target Support Files/EXFileSystem/EXFileSystem.debug.xcconfig +++ b/ios/Pods/Target Support Files/EXFileSystem/EXFileSystem.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/EXFileSystem" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" @@ -6,6 +7,7 @@ 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-file-system/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/EXFileSystem/EXFileSystem.release.xcconfig b/ios/Pods/Target Support Files/EXFileSystem/EXFileSystem.release.xcconfig index f40a9062b..58b023cb0 100644 --- a/ios/Pods/Target Support Files/EXFileSystem/EXFileSystem.release.xcconfig +++ b/ios/Pods/Target Support Files/EXFileSystem/EXFileSystem.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/EXFileSystem" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" @@ -6,6 +7,7 @@ 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-file-system/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/EXHaptics/EXHaptics.debug.xcconfig b/ios/Pods/Target Support Files/EXHaptics/EXHaptics.debug.xcconfig index 95ecc22b9..12f3e37f6 100644 --- a/ios/Pods/Target Support Files/EXHaptics/EXHaptics.debug.xcconfig +++ b/ios/Pods/Target Support Files/EXHaptics/EXHaptics.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/EXHaptics" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/UMCore" @@ -6,6 +7,7 @@ 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-haptics/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/EXHaptics/EXHaptics.release.xcconfig b/ios/Pods/Target Support Files/EXHaptics/EXHaptics.release.xcconfig index 95ecc22b9..12f3e37f6 100644 --- a/ios/Pods/Target Support Files/EXHaptics/EXHaptics.release.xcconfig +++ b/ios/Pods/Target Support Files/EXHaptics/EXHaptics.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/EXHaptics" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/UMCore" @@ -6,6 +7,7 @@ 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-haptics/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/EXImageLoader/EXImageLoader.debug.xcconfig b/ios/Pods/Target Support Files/EXImageLoader/EXImageLoader.debug.xcconfig index 884d1d86e..f5c0ba549 100644 --- a/ios/Pods/Target Support Files/EXImageLoader/EXImageLoader.debug.xcconfig +++ b/ios/Pods/Target Support Files/EXImageLoader/EXImageLoader.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/EXImageLoader GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/EXImageLoader" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXImageLoader" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ 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 +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/EXImageLoader/EXImageLoader.release.xcconfig b/ios/Pods/Target Support Files/EXImageLoader/EXImageLoader.release.xcconfig index 884d1d86e..f5c0ba549 100644 --- a/ios/Pods/Target Support Files/EXImageLoader/EXImageLoader.release.xcconfig +++ b/ios/Pods/Target Support Files/EXImageLoader/EXImageLoader.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/EXImageLoader GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/EXImageLoader" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXImageLoader" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ 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 +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/EXKeepAwake/EXKeepAwake.debug.xcconfig b/ios/Pods/Target Support Files/EXKeepAwake/EXKeepAwake.debug.xcconfig index 6101d04c5..dbccf0f94 100644 --- a/ios/Pods/Target Support Files/EXKeepAwake/EXKeepAwake.debug.xcconfig +++ b/ios/Pods/Target Support Files/EXKeepAwake/EXKeepAwake.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/EXKeepAwake GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/EXKeepAwake" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/EXKeepAwake" "${PODS_ROOT}/Headers/Public/UMCore" @@ -6,6 +7,7 @@ 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-keep-awake/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/EXKeepAwake/EXKeepAwake.release.xcconfig b/ios/Pods/Target Support Files/EXKeepAwake/EXKeepAwake.release.xcconfig index 6101d04c5..dbccf0f94 100644 --- a/ios/Pods/Target Support Files/EXKeepAwake/EXKeepAwake.release.xcconfig +++ b/ios/Pods/Target Support Files/EXKeepAwake/EXKeepAwake.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/EXKeepAwake GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/EXKeepAwake" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/EXKeepAwake" "${PODS_ROOT}/Headers/Public/UMCore" @@ -6,6 +7,7 @@ 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-keep-awake/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/EXLocalAuthentication/EXLocalAuthentication.debug.xcconfig b/ios/Pods/Target Support Files/EXLocalAuthentication/EXLocalAuthentication.debug.xcconfig index 150a200a5..1385130d8 100644 --- a/ios/Pods/Target Support Files/EXLocalAuthentication/EXLocalAuthentication.debug.xcconfig +++ b/ios/Pods/Target Support Files/EXLocalAuthentication/EXLocalAuthentication.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/EXLocalAuthentication GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/EXLocalAuthentication" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/EXLocalAuthentication" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" @@ -6,6 +7,7 @@ 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-local-authentication/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/EXLocalAuthentication/EXLocalAuthentication.release.xcconfig b/ios/Pods/Target Support Files/EXLocalAuthentication/EXLocalAuthentication.release.xcconfig index 150a200a5..1385130d8 100644 --- a/ios/Pods/Target Support Files/EXLocalAuthentication/EXLocalAuthentication.release.xcconfig +++ b/ios/Pods/Target Support Files/EXLocalAuthentication/EXLocalAuthentication.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/EXLocalAuthentication GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/EXLocalAuthentication" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/EXLocalAuthentication" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" @@ -6,6 +7,7 @@ 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-local-authentication/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/EXPermissions/EXPermissions.debug.xcconfig b/ios/Pods/Target Support Files/EXPermissions/EXPermissions.debug.xcconfig index 84572ad21..e39014cc2 100644 --- a/ios/Pods/Target Support Files/EXPermissions/EXPermissions.debug.xcconfig +++ b/ios/Pods/Target Support Files/EXPermissions/EXPermissions.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/EXPermissions GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/EXPermissions" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" @@ -6,6 +7,7 @@ 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-permissions/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/EXPermissions/EXPermissions.release.xcconfig b/ios/Pods/Target Support Files/EXPermissions/EXPermissions.release.xcconfig index 84572ad21..e39014cc2 100644 --- a/ios/Pods/Target Support Files/EXPermissions/EXPermissions.release.xcconfig +++ b/ios/Pods/Target Support Files/EXPermissions/EXPermissions.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/EXPermissions GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/EXPermissions" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" @@ -6,6 +7,7 @@ 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-permissions/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/EXVideoThumbnails/EXVideoThumbnails.debug.xcconfig b/ios/Pods/Target Support Files/EXVideoThumbnails/EXVideoThumbnails.debug.xcconfig index b9a7a2b11..c43aac25b 100644 --- a/ios/Pods/Target Support Files/EXVideoThumbnails/EXVideoThumbnails.debug.xcconfig +++ b/ios/Pods/Target Support Files/EXVideoThumbnails/EXVideoThumbnails.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/EXVideoThumbnails GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/EXVideoThumbnails" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/EXVideoThumbnails" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" @@ -6,6 +7,7 @@ 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-video-thumbnails/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/EXVideoThumbnails/EXVideoThumbnails.release.xcconfig b/ios/Pods/Target Support Files/EXVideoThumbnails/EXVideoThumbnails.release.xcconfig index b9a7a2b11..c43aac25b 100644 --- a/ios/Pods/Target Support Files/EXVideoThumbnails/EXVideoThumbnails.release.xcconfig +++ b/ios/Pods/Target Support Files/EXVideoThumbnails/EXVideoThumbnails.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/EXVideoThumbnails GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/EXVideoThumbnails" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/EXVideoThumbnails" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" @@ -6,6 +7,7 @@ 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-video-thumbnails/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/EXWebBrowser/EXWebBrowser.debug.xcconfig b/ios/Pods/Target Support Files/EXWebBrowser/EXWebBrowser.debug.xcconfig index 933be8d7e..12aa4fa4b 100644 --- a/ios/Pods/Target Support Files/EXWebBrowser/EXWebBrowser.debug.xcconfig +++ b/ios/Pods/Target Support Files/EXWebBrowser/EXWebBrowser.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/EXWebBrowser GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/EXWebBrowser" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/UMCore" @@ -6,6 +7,7 @@ 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-web-browser/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/EXWebBrowser/EXWebBrowser.release.xcconfig b/ios/Pods/Target Support Files/EXWebBrowser/EXWebBrowser.release.xcconfig index 933be8d7e..12aa4fa4b 100644 --- a/ios/Pods/Target Support Files/EXWebBrowser/EXWebBrowser.release.xcconfig +++ b/ios/Pods/Target Support Files/EXWebBrowser/EXWebBrowser.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/EXWebBrowser GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/EXWebBrowser" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/UMCore" @@ -6,6 +7,7 @@ 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-web-browser/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/FBLazyVector/FBLazyVector.debug.xcconfig b/ios/Pods/Target Support Files/FBLazyVector/FBLazyVector.debug.xcconfig index 270df6e89..fb2fa2e73 100644 --- a/ios/Pods/Target Support Files/FBLazyVector/FBLazyVector.debug.xcconfig +++ b/ios/Pods/Target Support Files/FBLazyVector/FBLazyVector.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FBLazyVector GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/FBLazyVector" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/FBLazyVector" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/Libraries/FBLazyVector +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/FBLazyVector/FBLazyVector.release.xcconfig b/ios/Pods/Target Support Files/FBLazyVector/FBLazyVector.release.xcconfig index 270df6e89..fb2fa2e73 100644 --- a/ios/Pods/Target Support Files/FBLazyVector/FBLazyVector.release.xcconfig +++ b/ios/Pods/Target Support Files/FBLazyVector/FBLazyVector.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FBLazyVector GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/FBLazyVector" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/FBLazyVector" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/Libraries/FBLazyVector +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/FBReactNativeSpec/FBReactNativeSpec.debug.xcconfig b/ios/Pods/Target Support Files/FBReactNativeSpec/FBReactNativeSpec.debug.xcconfig index 2750000ee..de232bee1 100644 --- a/ios/Pods/Target Support Files/FBReactNativeSpec/FBReactNativeSpec.debug.xcconfig +++ b/ios/Pods/Target Support Files/FBReactNativeSpec/FBReactNativeSpec.debug.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = c++14 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_TARGET_SRCROOT)/Libraries/FBReactNativeSpec" "$(PODS_ROOT)/Folly" @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/Libraries/FBReactNativeSpec +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = YES diff --git a/ios/Pods/Target Support Files/FBReactNativeSpec/FBReactNativeSpec.release.xcconfig b/ios/Pods/Target Support Files/FBReactNativeSpec/FBReactNativeSpec.release.xcconfig index 2750000ee..de232bee1 100644 --- a/ios/Pods/Target Support Files/FBReactNativeSpec/FBReactNativeSpec.release.xcconfig +++ b/ios/Pods/Target Support Files/FBReactNativeSpec/FBReactNativeSpec.release.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = c++14 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_TARGET_SRCROOT)/Libraries/FBReactNativeSpec" "$(PODS_ROOT)/Folly" @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/Libraries/FBReactNativeSpec +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = YES diff --git a/ios/Pods/Target Support Files/Firebase/Firebase.debug.xcconfig b/ios/Pods/Target Support Files/Firebase/Firebase.debug.xcconfig index 7d0b2f924..68562cfa7 100644 --- a/ios/Pods/Target Support Files/Firebase/Firebase.debug.xcconfig +++ b/ios/Pods/Target Support Files/Firebase/Firebase.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Firebase FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/Firebase +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/Firebase/Firebase.release.xcconfig b/ios/Pods/Target Support Files/Firebase/Firebase.release.xcconfig index 7d0b2f924..68562cfa7 100644 --- a/ios/Pods/Target Support Files/Firebase/Firebase.release.xcconfig +++ b/ios/Pods/Target Support Files/Firebase/Firebase.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Firebase FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/Firebase +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.debug.xcconfig b/ios/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.debug.xcconfig index 442701079..48ef4752f 100644 --- a/ios/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.debug.xcconfig +++ b/ios/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseAnalytics FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/FirebaseAnalytics +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.release.xcconfig b/ios/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.release.xcconfig index 442701079..48ef4752f 100644 --- a/ios/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.release.xcconfig +++ b/ios/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseAnalytics FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/FirebaseAnalytics +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/FirebaseCore/FirebaseCore.debug.xcconfig b/ios/Pods/Target Support Files/FirebaseCore/FirebaseCore.debug.xcconfig index 8a1faf471..2c7c3275f 100644 --- a/ios/Pods/Target Support Files/FirebaseCore/FirebaseCore.debug.xcconfig +++ b/ios/Pods/Target Support Files/FirebaseCore/FirebaseCore.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore GCC_C_LANGUAGE_STANDARD = c99 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 FIRCore_VERSION=6.8.1 Firebase_VERSION=6.27.1 @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/FirebaseCore +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/FirebaseCore/FirebaseCore.release.xcconfig b/ios/Pods/Target Support Files/FirebaseCore/FirebaseCore.release.xcconfig index 8a1faf471..2c7c3275f 100644 --- a/ios/Pods/Target Support Files/FirebaseCore/FirebaseCore.release.xcconfig +++ b/ios/Pods/Target Support Files/FirebaseCore/FirebaseCore.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore GCC_C_LANGUAGE_STANDARD = c99 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 FIRCore_VERSION=6.8.1 Firebase_VERSION=6.27.1 @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/FirebaseCore +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.debug.xcconfig b/ios/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.debug.xcconfig index a1d250e81..6014c9e99 100644 --- a/ios/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.debug.xcconfig +++ b/ios/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.debug.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics GCC_C_LANGUAGE_STANDARD = c99 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 @@ -9,6 +10,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/FirebaseCoreDiagnostics +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.release.xcconfig b/ios/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.release.xcconfig index a1d250e81..6014c9e99 100644 --- a/ios/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.release.xcconfig +++ b/ios/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.release.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics GCC_C_LANGUAGE_STANDARD = c99 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 @@ -9,6 +10,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/FirebaseCoreDiagnostics +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics.debug.xcconfig b/ios/Pods/Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics.debug.xcconfig index a7ffc524d..da75023e6 100644 --- a/ios/Pods/Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics.debug.xcconfig +++ b/ios/Pods/Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics GCC_C_LANGUAGE_STANDARD = c99 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 DISPLAY_VERSION=4.2.0 CLS_SDK_NAME="Crashlytics iOS SDK" PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/FirebaseCrashlytics +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics.release.xcconfig b/ios/Pods/Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics.release.xcconfig index a7ffc524d..da75023e6 100644 --- a/ios/Pods/Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics.release.xcconfig +++ b/ios/Pods/Target Support Files/FirebaseCrashlytics/FirebaseCrashlytics.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics GCC_C_LANGUAGE_STANDARD = c99 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 DISPLAY_VERSION=4.2.0 CLS_SDK_NAME="Crashlytics iOS SDK" PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/FirebaseCrashlytics +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations.debug.xcconfig b/ios/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations.debug.xcconfig index 6be8f6f4f..b6caa5bfb 100644 --- a/ios/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations.debug.xcconfig +++ b/ios/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations GCC_C_LANGUAGE_STANDARD = c99 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 FIRInstallations_LIB_VERSION=1.5.0 @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/FirebaseInstallations +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations.release.xcconfig b/ios/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations.release.xcconfig index 6be8f6f4f..b6caa5bfb 100644 --- a/ios/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations.release.xcconfig +++ b/ios/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations GCC_C_LANGUAGE_STANDARD = c99 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 FIRInstallations_LIB_VERSION=1.5.0 @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/FirebaseInstallations +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/Flipper-DoubleConversion/Flipper-DoubleConversion.debug.xcconfig b/ios/Pods/Target Support Files/Flipper-DoubleConversion/Flipper-DoubleConversion.debug.xcconfig index 1e51b2bd8..6e675711c 100644 --- a/ios/Pods/Target Support Files/Flipper-DoubleConversion/Flipper-DoubleConversion.debug.xcconfig +++ b/ios/Pods/Target Support Files/Flipper-DoubleConversion/Flipper-DoubleConversion.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Flipper-DoubleConversion GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Flipper-DoubleConversion" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Flipper-DoubleConversion" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/Flipper-DoubleConversion +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/Flipper-DoubleConversion/Flipper-DoubleConversion.release.xcconfig b/ios/Pods/Target Support Files/Flipper-DoubleConversion/Flipper-DoubleConversion.release.xcconfig index 1e51b2bd8..6e675711c 100644 --- a/ios/Pods/Target Support Files/Flipper-DoubleConversion/Flipper-DoubleConversion.release.xcconfig +++ b/ios/Pods/Target Support Files/Flipper-DoubleConversion/Flipper-DoubleConversion.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Flipper-DoubleConversion GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Flipper-DoubleConversion" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Flipper-DoubleConversion" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/Flipper-DoubleConversion +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/Flipper-Folly/Flipper-Folly.debug.xcconfig b/ios/Pods/Target Support Files/Flipper-Folly/Flipper-Folly.debug.xcconfig index ecaf354a7..f90b0d7ff 100644 --- a/ios/Pods/Target Support Files/Flipper-Folly/Flipper-Folly.debug.xcconfig +++ b/ios/Pods/Target Support Files/Flipper-Folly/Flipper-Folly.debug.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = c++11 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Flipper-Folly GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Flipper-Folly" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/CocoaLibEvent" "${PODS_ROOT}/Headers/Public/Flipper-DoubleConversion" "${PODS_ROOT}/Headers/Public/Flipper-Folly" "${PODS_ROOT}/Headers/Public/Flipper-Glog" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "$(PODS_TARGET_SRCROOT)" "$(PODS_ROOT)/boost-for-react-native" "$(PODS_ROOT)/Flipper-DoubleConversion" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/Flipper-Folly +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = NO diff --git a/ios/Pods/Target Support Files/Flipper-Folly/Flipper-Folly.release.xcconfig b/ios/Pods/Target Support Files/Flipper-Folly/Flipper-Folly.release.xcconfig index ecaf354a7..f90b0d7ff 100644 --- a/ios/Pods/Target Support Files/Flipper-Folly/Flipper-Folly.release.xcconfig +++ b/ios/Pods/Target Support Files/Flipper-Folly/Flipper-Folly.release.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = c++11 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Flipper-Folly GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Flipper-Folly" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/CocoaLibEvent" "${PODS_ROOT}/Headers/Public/Flipper-DoubleConversion" "${PODS_ROOT}/Headers/Public/Flipper-Folly" "${PODS_ROOT}/Headers/Public/Flipper-Glog" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "$(PODS_TARGET_SRCROOT)" "$(PODS_ROOT)/boost-for-react-native" "$(PODS_ROOT)/Flipper-DoubleConversion" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/Flipper-Folly +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = NO diff --git a/ios/Pods/Target Support Files/Flipper-Glog/Flipper-Glog.debug.xcconfig b/ios/Pods/Target Support Files/Flipper-Glog/Flipper-Glog.debug.xcconfig index 9285c5f59..5f840b2dc 100644 --- a/ios/Pods/Target Support Files/Flipper-Glog/Flipper-Glog.debug.xcconfig +++ b/ios/Pods/Target Support Files/Flipper-Glog/Flipper-Glog.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Flipper-Glog GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Flipper-Glog" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Flipper-Glog" $(PODS_TARGET_SRCROOT)/src @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/Flipper-Glog +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = NO diff --git a/ios/Pods/Target Support Files/Flipper-Glog/Flipper-Glog.release.xcconfig b/ios/Pods/Target Support Files/Flipper-Glog/Flipper-Glog.release.xcconfig index 9285c5f59..5f840b2dc 100644 --- a/ios/Pods/Target Support Files/Flipper-Glog/Flipper-Glog.release.xcconfig +++ b/ios/Pods/Target Support Files/Flipper-Glog/Flipper-Glog.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Flipper-Glog GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Flipper-Glog" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Flipper-Glog" $(PODS_TARGET_SRCROOT)/src @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/Flipper-Glog +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = NO diff --git a/ios/Pods/Target Support Files/Flipper-PeerTalk/Flipper-PeerTalk.debug.xcconfig b/ios/Pods/Target Support Files/Flipper-PeerTalk/Flipper-PeerTalk.debug.xcconfig index f8dcd320f..dd9b4286e 100644 --- a/ios/Pods/Target Support Files/Flipper-PeerTalk/Flipper-PeerTalk.debug.xcconfig +++ b/ios/Pods/Target Support Files/Flipper-PeerTalk/Flipper-PeerTalk.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Flipper-PeerTalk GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Flipper-PeerTalk" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Flipper-PeerTalk" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/Flipper-PeerTalk +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/Flipper-PeerTalk/Flipper-PeerTalk.release.xcconfig b/ios/Pods/Target Support Files/Flipper-PeerTalk/Flipper-PeerTalk.release.xcconfig index f8dcd320f..dd9b4286e 100644 --- a/ios/Pods/Target Support Files/Flipper-PeerTalk/Flipper-PeerTalk.release.xcconfig +++ b/ios/Pods/Target Support Files/Flipper-PeerTalk/Flipper-PeerTalk.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Flipper-PeerTalk GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Flipper-PeerTalk" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Flipper-PeerTalk" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/Flipper-PeerTalk +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/Flipper-RSocket/Flipper-RSocket.debug.xcconfig b/ios/Pods/Target Support Files/Flipper-RSocket/Flipper-RSocket.debug.xcconfig index 7d0871d9a..71a5c1f56 100644 --- a/ios/Pods/Target Support Files/Flipper-RSocket/Flipper-RSocket.debug.xcconfig +++ b/ios/Pods/Target Support Files/Flipper-RSocket/Flipper-RSocket.debug.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = c++14 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Flipper-RSocket GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Flipper-RSocket" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/CocoaLibEvent" "${PODS_ROOT}/Headers/Public/Flipper-DoubleConversion" "${PODS_ROOT}/Headers/Public/Flipper-Folly" "${PODS_ROOT}/Headers/Public/Flipper-Glog" "${PODS_ROOT}/Headers/Public/Flipper-RSocket" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "$(PODS_TARGET_SRCROOT)"/** "$(PODS_ROOT)/boost-for-react-native" "$(PODS_ROOT)/glog" "$(PODS_ROOT)/DoubleConversion"/** @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/Flipper-RSocket +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = NO diff --git a/ios/Pods/Target Support Files/Flipper-RSocket/Flipper-RSocket.release.xcconfig b/ios/Pods/Target Support Files/Flipper-RSocket/Flipper-RSocket.release.xcconfig index 7d0871d9a..71a5c1f56 100644 --- a/ios/Pods/Target Support Files/Flipper-RSocket/Flipper-RSocket.release.xcconfig +++ b/ios/Pods/Target Support Files/Flipper-RSocket/Flipper-RSocket.release.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = c++14 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Flipper-RSocket GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Flipper-RSocket" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/CocoaLibEvent" "${PODS_ROOT}/Headers/Public/Flipper-DoubleConversion" "${PODS_ROOT}/Headers/Public/Flipper-Folly" "${PODS_ROOT}/Headers/Public/Flipper-Glog" "${PODS_ROOT}/Headers/Public/Flipper-RSocket" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "$(PODS_TARGET_SRCROOT)"/** "$(PODS_ROOT)/boost-for-react-native" "$(PODS_ROOT)/glog" "$(PODS_ROOT)/DoubleConversion"/** @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/Flipper-RSocket +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = NO diff --git a/ios/Pods/Target Support Files/Flipper/Flipper.debug.xcconfig b/ios/Pods/Target Support Files/Flipper/Flipper.debug.xcconfig index db9e9c9ad..8d730112e 100644 --- a/ios/Pods/Target Support Files/Flipper/Flipper.debug.xcconfig +++ b/ios/Pods/Target Support Files/Flipper/Flipper.debug.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = c++14 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Flipper GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Flipper" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/CocoaLibEvent" "${PODS_ROOT}/Headers/Public/Flipper" "${PODS_ROOT}/Headers/Public/Flipper-DoubleConversion" "${PODS_ROOT}/Headers/Public/Flipper-Folly" "${PODS_ROOT}/Headers/Public/Flipper-Glog" "${PODS_ROOT}/Headers/Public/Flipper-RSocket" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "$(PODS_TARGET_SRCROOT)" "$(PODS_ROOT)/boost-for-react-native" "$(PODS_ROOT)/Flipper-RSocket" "$(PODS_ROOT)/Flipper-DoubleConversion" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/Flipper +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = NO diff --git a/ios/Pods/Target Support Files/Flipper/Flipper.release.xcconfig b/ios/Pods/Target Support Files/Flipper/Flipper.release.xcconfig index db9e9c9ad..8d730112e 100644 --- a/ios/Pods/Target Support Files/Flipper/Flipper.release.xcconfig +++ b/ios/Pods/Target Support Files/Flipper/Flipper.release.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = c++14 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Flipper GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Flipper" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/CocoaLibEvent" "${PODS_ROOT}/Headers/Public/Flipper" "${PODS_ROOT}/Headers/Public/Flipper-DoubleConversion" "${PODS_ROOT}/Headers/Public/Flipper-Folly" "${PODS_ROOT}/Headers/Public/Flipper-Glog" "${PODS_ROOT}/Headers/Public/Flipper-RSocket" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "$(PODS_TARGET_SRCROOT)" "$(PODS_ROOT)/boost-for-react-native" "$(PODS_ROOT)/Flipper-RSocket" "$(PODS_ROOT)/Flipper-DoubleConversion" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/Flipper +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = NO diff --git a/ios/Pods/Target Support Files/FlipperKit/FlipperKit.debug.xcconfig b/ios/Pods/Target Support Files/FlipperKit/FlipperKit.debug.xcconfig index bd32519b1..67ea32ec4 100644 --- a/ios/Pods/Target Support Files/FlipperKit/FlipperKit.debug.xcconfig +++ b/ios/Pods/Target Support Files/FlipperKit/FlipperKit.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FlipperKit DEFINES_MODULE = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 FB_SONARKIT_ENABLED=1 @@ -10,6 +11,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/FlipperKit +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/YogaKit" diff --git a/ios/Pods/Target Support Files/FlipperKit/FlipperKit.release.xcconfig b/ios/Pods/Target Support Files/FlipperKit/FlipperKit.release.xcconfig index bd32519b1..67ea32ec4 100644 --- a/ios/Pods/Target Support Files/FlipperKit/FlipperKit.release.xcconfig +++ b/ios/Pods/Target Support Files/FlipperKit/FlipperKit.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FlipperKit DEFINES_MODULE = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 FB_SONARKIT_ENABLED=1 @@ -10,6 +11,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/FlipperKit +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/YogaKit" diff --git a/ios/Pods/Target Support Files/Folly/Folly.debug.xcconfig b/ios/Pods/Target Support Files/Folly/Folly.debug.xcconfig index 67626bccb..cf943d288 100644 --- a/ios/Pods/Target Support Files/Folly/Folly.debug.xcconfig +++ b/ios/Pods/Target Support Files/Folly/Folly.debug.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = c++14 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Folly GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_TARGET_SRCROOT)" "$(PODS_ROOT)/boost-for-react-native" "$(PODS_ROOT)/DoubleConversion" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/Folly +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = NO diff --git a/ios/Pods/Target Support Files/Folly/Folly.release.xcconfig b/ios/Pods/Target Support Files/Folly/Folly.release.xcconfig index 67626bccb..cf943d288 100644 --- a/ios/Pods/Target Support Files/Folly/Folly.release.xcconfig +++ b/ios/Pods/Target Support Files/Folly/Folly.release.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = c++14 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Folly GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_TARGET_SRCROOT)" "$(PODS_ROOT)/boost-for-react-native" "$(PODS_ROOT)/DoubleConversion" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/Folly +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = NO diff --git a/ios/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement.debug.xcconfig b/ios/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement.debug.xcconfig index d2b18454b..044434b8e 100644 --- a/ios/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement.debug.xcconfig +++ b/ios/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/GoogleAppMeasurement FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/GoogleAppMeasurement +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement.release.xcconfig b/ios/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement.release.xcconfig index d2b18454b..044434b8e 100644 --- a/ios/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement.release.xcconfig +++ b/ios/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/GoogleAppMeasurement FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/GoogleAppMeasurement +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport.debug.xcconfig b/ios/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport.debug.xcconfig index 27694f0e7..227a05ae0 100644 --- a/ios/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport.debug.xcconfig +++ b/ios/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport.debug.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport GCC_C_LANGUAGE_STANDARD = c99 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 GDTCOR_VERSION=6.2.1 @@ -9,6 +10,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/GoogleDataTransport +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport.release.xcconfig b/ios/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport.release.xcconfig index 27694f0e7..227a05ae0 100644 --- a/ios/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport.release.xcconfig +++ b/ios/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport.release.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport GCC_C_LANGUAGE_STANDARD = c99 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 GDTCOR_VERSION=6.2.1 @@ -9,6 +10,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/GoogleDataTransport +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport.debug.xcconfig b/ios/Pods/Target Support Files/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport.debug.xcconfig index 15cd7ab0c..25b1f4ddf 100644 --- a/ios/Pods/Target Support Files/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport.debug.xcconfig +++ b/ios/Pods/Target Support Files/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport.debug.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport GCC_C_LANGUAGE_STANDARD = c99 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 GDTCCTSUPPORT_VERSION=3.2.0 @@ -9,6 +10,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/GoogleDataTransportCCTSupport +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport.release.xcconfig b/ios/Pods/Target Support Files/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport.release.xcconfig index 15cd7ab0c..25b1f4ddf 100644 --- a/ios/Pods/Target Support Files/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport.release.xcconfig +++ b/ios/Pods/Target Support Files/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport.release.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport GCC_C_LANGUAGE_STANDARD = c99 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 GDTCCTSUPPORT_VERSION=3.2.0 @@ -9,6 +10,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/GoogleDataTransportCCTSupport +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities.debug.xcconfig b/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities.debug.xcconfig index 4c22eba58..efc53f103 100644 --- a/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities.debug.xcconfig +++ b/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities GCC_C_LANGUAGE_STANDARD = c99 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/GoogleUtilities +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities.release.xcconfig b/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities.release.xcconfig index 4c22eba58..efc53f103 100644 --- a/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities.release.xcconfig +++ b/ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities GCC_C_LANGUAGE_STANDARD = c99 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/GoogleUtilities +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/JitsiMeetSDK/JitsiMeetSDK.debug.xcconfig b/ios/Pods/Target Support Files/JitsiMeetSDK/JitsiMeetSDK.debug.xcconfig index d8fe2754c..d47f09aae 100644 --- a/ios/Pods/Target Support Files/JitsiMeetSDK/JitsiMeetSDK.debug.xcconfig +++ b/ios/Pods/Target Support Files/JitsiMeetSDK/JitsiMeetSDK.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/JitsiMeetSDK FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/JitsiMeetSDK/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/JitsiMeetSDK +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/JitsiMeetSDK/JitsiMeetSDK.release.xcconfig b/ios/Pods/Target Support Files/JitsiMeetSDK/JitsiMeetSDK.release.xcconfig index d8fe2754c..d47f09aae 100644 --- a/ios/Pods/Target Support Files/JitsiMeetSDK/JitsiMeetSDK.release.xcconfig +++ b/ios/Pods/Target Support Files/JitsiMeetSDK/JitsiMeetSDK.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/JitsiMeetSDK FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/JitsiMeetSDK/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/JitsiMeetSDK +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/KeyCommands/KeyCommands.debug.xcconfig b/ios/Pods/Target Support Files/KeyCommands/KeyCommands.debug.xcconfig index ca1db0a4b..cc9b943c7 100644 --- a/ios/Pods/Target Support Files/KeyCommands/KeyCommands.debug.xcconfig +++ b/ios/Pods/Target Support Files/KeyCommands/KeyCommands.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/KeyCommands" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-keycommands +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/KeyCommands/KeyCommands.release.xcconfig b/ios/Pods/Target Support Files/KeyCommands/KeyCommands.release.xcconfig index ca1db0a4b..cc9b943c7 100644 --- a/ios/Pods/Target Support Files/KeyCommands/KeyCommands.release.xcconfig +++ b/ios/Pods/Target Support Files/KeyCommands/KeyCommands.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/KeyCommands" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-keycommands +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/MMKV/MMKV.debug.xcconfig b/ios/Pods/Target Support Files/MMKV/MMKV.debug.xcconfig index 507df5571..7dd61f502 100644 --- a/ios/Pods/Target Support Files/MMKV/MMKV.debug.xcconfig +++ b/ios/Pods/Target Support Files/MMKV/MMKV.debug.xcconfig @@ -2,6 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = gnu++17 CLANG_CXX_LIBRARY = libc++ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = NO +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/MMKV GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/MMKV" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/MMKV" "${PODS_ROOT}/Headers/Public/MMKVCore" @@ -9,6 +10,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/MMKV +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/MMKV/MMKV.release.xcconfig b/ios/Pods/Target Support Files/MMKV/MMKV.release.xcconfig index 507df5571..7dd61f502 100644 --- a/ios/Pods/Target Support Files/MMKV/MMKV.release.xcconfig +++ b/ios/Pods/Target Support Files/MMKV/MMKV.release.xcconfig @@ -2,6 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = gnu++17 CLANG_CXX_LIBRARY = libc++ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = NO +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/MMKV GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/MMKV" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/MMKV" "${PODS_ROOT}/Headers/Public/MMKVCore" @@ -9,6 +10,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/MMKV +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/MMKVCore/MMKVCore.debug.xcconfig b/ios/Pods/Target Support Files/MMKVCore/MMKVCore.debug.xcconfig index c572e9f5b..e7524358b 100644 --- a/ios/Pods/Target Support Files/MMKVCore/MMKVCore.debug.xcconfig +++ b/ios/Pods/Target Support Files/MMKVCore/MMKVCore.debug.xcconfig @@ -2,6 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = gnu++17 CLANG_CXX_LIBRARY = libc++ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = NO +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/MMKVCore GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/MMKVCore" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/MMKVCore" @@ -9,6 +10,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/MMKVCore +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/MMKVCore/MMKVCore.release.xcconfig b/ios/Pods/Target Support Files/MMKVCore/MMKVCore.release.xcconfig index c572e9f5b..e7524358b 100644 --- a/ios/Pods/Target Support Files/MMKVCore/MMKVCore.release.xcconfig +++ b/ios/Pods/Target Support Files/MMKVCore/MMKVCore.release.xcconfig @@ -2,6 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = gnu++17 CLANG_CXX_LIBRARY = libc++ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = NO +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/MMKVCore GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/MMKVCore" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/MMKVCore" @@ -9,6 +10,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/MMKVCore +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/OpenSSL-Universal/OpenSSL-Universal.debug.xcconfig b/ios/Pods/Target Support Files/OpenSSL-Universal/OpenSSL-Universal.debug.xcconfig index bba621273..3b73dfc54 100644 --- a/ios/Pods/Target Support Files/OpenSSL-Universal/OpenSSL-Universal.debug.xcconfig +++ b/ios/Pods/Target Support Files/OpenSSL-Universal/OpenSSL-Universal.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/OpenSSL-Universal GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/OpenSSL-Universal +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/OpenSSL-Universal/OpenSSL-Universal.release.xcconfig b/ios/Pods/Target Support Files/OpenSSL-Universal/OpenSSL-Universal.release.xcconfig index bba621273..3b73dfc54 100644 --- a/ios/Pods/Target Support Files/OpenSSL-Universal/OpenSSL-Universal.release.xcconfig +++ b/ios/Pods/Target Support Files/OpenSSL-Universal/OpenSSL-Universal.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/OpenSSL-Universal GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/OpenSSL-Universal +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService-acknowledgements.markdown b/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService-acknowledgements.markdown index debf0e290..6cf696e9f 100644 --- a/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService-acknowledgements.markdown +++ b/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService-acknowledgements.markdown @@ -3344,7 +3344,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND MIT License -Copyright (c) 2019 Mathieu Acthernoene +Copyright (c) 2020 Mathieu Acthernoene Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService-acknowledgements.plist b/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService-acknowledgements.plist index 5241a32ea..233c0520b 100644 --- a/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService-acknowledgements.plist +++ b/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService-acknowledgements.plist @@ -3517,7 +3517,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND FooterText MIT License -Copyright (c) 2019 Mathieu Acthernoene +Copyright (c) 2020 Mathieu Acthernoene Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService.debug.xcconfig b/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService.debug.xcconfig index 5448e56ad..1d3869c91 100644 --- a/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService.debug.xcconfig +++ b/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService.debug.xcconfig @@ -1,3 +1,4 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 FB_SONARKIT_ENABLED=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/CocoaAsyncSocket" "${PODS_ROOT}/Headers/Public/CocoaLibEvent" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppleAuthentication" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXImageLoader" "${PODS_ROOT}/Headers/Public/EXKeepAwake" "${PODS_ROOT}/Headers/Public/EXLocalAuthentication" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXVideoThumbnails" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCrashlytics" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/Flipper" "${PODS_ROOT}/Headers/Public/Flipper-DoubleConversion" "${PODS_ROOT}/Headers/Public/Flipper-Folly" "${PODS_ROOT}/Headers/Public/Flipper-Glog" "${PODS_ROOT}/Headers/Public/Flipper-PeerTalk" "${PODS_ROOT}/Headers/Public/Flipper-RSocket" "${PODS_ROOT}/Headers/Public/FlipperKit" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/MMKV" "${PODS_ROOT}/Headers/Public/MMKVCore" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNCMaskedView" "${PODS_ROOT}/Headers/Public/RNCPicker" "${PODS_ROOT}/Headers/Public/RNConfigReader" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFBAnalytics" "${PODS_ROOT}/Headers/Public/RNFBApp" "${PODS_ROOT}/Headers/Public/RNFBCrashlytics" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/ReactNativeUiLib" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/TOCropViewController" "${PODS_ROOT}/Headers/Public/UMAppLoader" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/YogaKit" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-blur" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-cookies" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-mmkv-storage" "${PODS_ROOT}/Headers/Public/react-native-netinfo" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-restart" "${PODS_ROOT}/Headers/Public/react-native-safe-area-context" "${PODS_ROOT}/Headers/Public/react-native-simple-crypto" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include" "$(PODS_ROOT)/Headers/Private/React-Core" @@ -10,6 +11,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/YogaKit" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto" USER_HEADER_SEARCH_PATHS = $(inherited) $(SRCROOT)/libwebp/src USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService.release.xcconfig b/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService.release.xcconfig index 9e60c011b..4be70afc4 100644 --- a/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService.release.xcconfig +++ b/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService.release.xcconfig @@ -1,3 +1,4 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/CocoaAsyncSocket" "${PODS_ROOT}/Headers/Public/CocoaLibEvent" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppleAuthentication" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXImageLoader" "${PODS_ROOT}/Headers/Public/EXKeepAwake" "${PODS_ROOT}/Headers/Public/EXLocalAuthentication" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXVideoThumbnails" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCrashlytics" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/Flipper" "${PODS_ROOT}/Headers/Public/Flipper-DoubleConversion" "${PODS_ROOT}/Headers/Public/Flipper-Folly" "${PODS_ROOT}/Headers/Public/Flipper-Glog" "${PODS_ROOT}/Headers/Public/Flipper-PeerTalk" "${PODS_ROOT}/Headers/Public/Flipper-RSocket" "${PODS_ROOT}/Headers/Public/FlipperKit" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/MMKV" "${PODS_ROOT}/Headers/Public/MMKVCore" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNCMaskedView" "${PODS_ROOT}/Headers/Public/RNCPicker" "${PODS_ROOT}/Headers/Public/RNConfigReader" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFBAnalytics" "${PODS_ROOT}/Headers/Public/RNFBApp" "${PODS_ROOT}/Headers/Public/RNFBCrashlytics" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/ReactNativeUiLib" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/TOCropViewController" "${PODS_ROOT}/Headers/Public/UMAppLoader" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/YogaKit" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-blur" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-cookies" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-mmkv-storage" "${PODS_ROOT}/Headers/Public/react-native-netinfo" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-restart" "${PODS_ROOT}/Headers/Public/react-native-safe-area-context" "${PODS_ROOT}/Headers/Public/react-native-simple-crypto" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include" "$(PODS_ROOT)/Headers/Private/React-Core" @@ -10,6 +11,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/YogaKit" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto" USER_HEADER_SEARCH_PATHS = $(inherited) $(SRCROOT)/libwebp/src USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.debug.xcconfig b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.debug.xcconfig index 0ddc9829a..b82d2a43b 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,3 +1,4 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/CocoaAsyncSocket" "${PODS_ROOT}/Headers/Public/CocoaLibEvent" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppleAuthentication" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXImageLoader" "${PODS_ROOT}/Headers/Public/EXKeepAwake" "${PODS_ROOT}/Headers/Public/EXLocalAuthentication" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXVideoThumbnails" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCrashlytics" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/Flipper" "${PODS_ROOT}/Headers/Public/Flipper-DoubleConversion" "${PODS_ROOT}/Headers/Public/Flipper-Folly" "${PODS_ROOT}/Headers/Public/Flipper-Glog" "${PODS_ROOT}/Headers/Public/Flipper-PeerTalk" "${PODS_ROOT}/Headers/Public/Flipper-RSocket" "${PODS_ROOT}/Headers/Public/FlipperKit" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/MMKV" "${PODS_ROOT}/Headers/Public/MMKVCore" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNCMaskedView" "${PODS_ROOT}/Headers/Public/RNCPicker" "${PODS_ROOT}/Headers/Public/RNConfigReader" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFBAnalytics" "${PODS_ROOT}/Headers/Public/RNFBApp" "${PODS_ROOT}/Headers/Public/RNFBCrashlytics" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/ReactNativeUiLib" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/TOCropViewController" "${PODS_ROOT}/Headers/Public/UMAppLoader" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/YogaKit" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-blur" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-cookies" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-mmkv-storage" "${PODS_ROOT}/Headers/Public/react-native-netinfo" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-restart" "${PODS_ROOT}/Headers/Public/react-native-safe-area-context" "${PODS_ROOT}/Headers/Public/react-native-simple-crypto" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include" "$(PODS_ROOT)/Headers/Private/React-Core" @@ -9,6 +10,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto" USER_HEADER_SEARCH_PATHS = $(inherited) $(SRCROOT)/libwebp/src USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.release.xcconfig b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.release.xcconfig index 0ddc9829a..b82d2a43b 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,3 +1,4 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/CocoaAsyncSocket" "${PODS_ROOT}/Headers/Public/CocoaLibEvent" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppleAuthentication" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXImageLoader" "${PODS_ROOT}/Headers/Public/EXKeepAwake" "${PODS_ROOT}/Headers/Public/EXLocalAuthentication" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXVideoThumbnails" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCrashlytics" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/Flipper" "${PODS_ROOT}/Headers/Public/Flipper-DoubleConversion" "${PODS_ROOT}/Headers/Public/Flipper-Folly" "${PODS_ROOT}/Headers/Public/Flipper-Glog" "${PODS_ROOT}/Headers/Public/Flipper-PeerTalk" "${PODS_ROOT}/Headers/Public/Flipper-RSocket" "${PODS_ROOT}/Headers/Public/FlipperKit" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/MMKV" "${PODS_ROOT}/Headers/Public/MMKVCore" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNCMaskedView" "${PODS_ROOT}/Headers/Public/RNCPicker" "${PODS_ROOT}/Headers/Public/RNConfigReader" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFBAnalytics" "${PODS_ROOT}/Headers/Public/RNFBApp" "${PODS_ROOT}/Headers/Public/RNFBCrashlytics" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/ReactNativeUiLib" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/TOCropViewController" "${PODS_ROOT}/Headers/Public/UMAppLoader" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/YogaKit" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-blur" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-cookies" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-mmkv-storage" "${PODS_ROOT}/Headers/Public/react-native-netinfo" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-restart" "${PODS_ROOT}/Headers/Public/react-native-safe-area-context" "${PODS_ROOT}/Headers/Public/react-native-simple-crypto" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include" "$(PODS_ROOT)/Headers/Private/React-Core" @@ -9,6 +10,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto" USER_HEADER_SEARCH_PATHS = $(inherited) $(SRCROOT)/libwebp/src USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-acknowledgements.markdown b/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-acknowledgements.markdown index debf0e290..6cf696e9f 100644 --- a/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-acknowledgements.markdown +++ b/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-acknowledgements.markdown @@ -3344,7 +3344,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND MIT License -Copyright (c) 2019 Mathieu Acthernoene +Copyright (c) 2020 Mathieu Acthernoene Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-acknowledgements.plist b/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-acknowledgements.plist index 5241a32ea..233c0520b 100644 --- a/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-acknowledgements.plist +++ b/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-acknowledgements.plist @@ -3517,7 +3517,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND FooterText MIT License -Copyright (c) 2019 Mathieu Acthernoene +Copyright (c) 2020 Mathieu Acthernoene Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-frameworks.sh b/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-frameworks.sh index 61c22fe93..be7988bb3 100755 --- a/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-frameworks.sh +++ b/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-frameworks.sh @@ -19,9 +19,8 @@ mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" COCOAPODS_PARALLEL_CODE_SIGN="${COCOAPODS_PARALLEL_CODE_SIGN:-false}" SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" +BCSYMBOLMAP_DIR="BCSymbolMaps" -# Used as a return value for each invocation of `strip_invalid_archs` function. -STRIP_BINARY_RETVAL=0 # This protects against multiple targets copying the same framework dependency at the same time. The solution # was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html @@ -45,6 +44,16 @@ install_framework() source="$(readlink "${source}")" fi + if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then + # Locate and install any .bcsymbolmaps if present, and remove them from the .framework before the framework is copied + find "${source}/${BCSYMBOLMAP_DIR}" -name "*.bcsymbolmap"|while read f; do + echo "Installing $f" + install_bcsymbolmap "$f" "$destination" + rm "$f" + done + rmdir "${source}/${BCSYMBOLMAP_DIR}" + fi + # Use filter instead of exclude so missing patterns don't throw errors. echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" @@ -80,7 +89,6 @@ install_framework() done fi } - # Copies and strips a vendored dSYM install_dsym() { local source="$1" @@ -95,12 +103,11 @@ install_dsym() { binary_name="$(ls "$source/Contents/Resources/DWARF")" binary="${DERIVED_FILES_DIR}/${basename}.dSYM/Contents/Resources/DWARF/${binary_name}" - # Strip invalid architectures so "fat" simulator / device frameworks work on device + # Strip invalid architectures from the dSYM. if [[ "$(file "$binary")" == *"Mach-O "*"dSYM companion"* ]]; then strip_invalid_archs "$binary" "$warn_missing_arch" fi - - if [[ $STRIP_BINARY_RETVAL == 1 ]]; then + if [[ $STRIP_BINARY_RETVAL == 0 ]]; then # Move the stripped file into its final destination. echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${DERIVED_FILES_DIR}/${basename}.framework.dSYM\" \"${DWARF_DSYM_FOLDER_PATH}\"" rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${DERIVED_FILES_DIR}/${basename}.dSYM" "${DWARF_DSYM_FOLDER_PATH}" @@ -111,6 +118,39 @@ install_dsym() { fi } +# Used as a return value for each invocation of `strip_invalid_archs` function. +STRIP_BINARY_RETVAL=0 + +# Strip invalid architectures +strip_invalid_archs() { + binary="$1" + warn_missing_arch=${2:-true} + # Get architectures for current target binary + binary_archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | awk '{$1=$1;print}' | rev)" + # Intersect them with the architectures we are building for + intersected_archs="$(echo ${ARCHS[@]} ${binary_archs[@]} | tr ' ' '\n' | sort | uniq -d)" + # If there are no archs supported by this binary then warn the user + if [[ -z "$intersected_archs" ]]; then + if [[ "$warn_missing_arch" == "true" ]]; then + echo "warning: [CP] Vendored binary '$binary' contains architectures ($binary_archs) none of which match the current build architectures ($ARCHS)." + fi + STRIP_BINARY_RETVAL=1 + return + fi + stripped="" + for arch in $binary_archs; do + if ! [[ "${ARCHS}" == *"$arch"* ]]; then + # Strip non-valid architectures in-place + lipo -remove "$arch" -output "$binary" "$binary" + stripped="$stripped $arch" + fi + done + if [[ "$stripped" ]]; then + echo "Stripped $binary of architectures:$stripped" + fi + STRIP_BINARY_RETVAL=0 +} + # Copies the bcsymbolmap files of a vendored framework install_bcsymbolmap() { local bcsymbolmap_path="$1" @@ -134,68 +174,6 @@ code_sign_if_enabled() { fi } -# Strip invalid architectures -strip_invalid_archs() { - binary="$1" - warn_missing_arch=${2:-true} - # Get architectures for current target binary - binary_archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | awk '{$1=$1;print}' | rev)" - # Intersect them with the architectures we are building for - intersected_archs="$(echo ${ARCHS[@]} ${binary_archs[@]} | tr ' ' '\n' | sort | uniq -d)" - # If there are no archs supported by this binary then warn the user - if [[ -z "$intersected_archs" ]]; then - if [[ "$warn_missing_arch" == "true" ]]; then - echo "warning: [CP] Vendored binary '$binary' contains architectures ($binary_archs) none of which match the current build architectures ($ARCHS)." - fi - STRIP_BINARY_RETVAL=0 - return - fi - stripped="" - for arch in $binary_archs; do - if ! [[ "${ARCHS}" == *"$arch"* ]]; then - # Strip non-valid architectures in-place - lipo -remove "$arch" -output "$binary" "$binary" - stripped="$stripped $arch" - fi - done - if [[ "$stripped" ]]; then - echo "Stripped $binary of architectures:$stripped" - fi - STRIP_BINARY_RETVAL=1 -} - -install_artifact() { - artifact="$1" - base="$(basename "$artifact")" - case $base in - *.framework) - install_framework "$artifact" - ;; - *.dSYM) - # Suppress arch warnings since XCFrameworks will include many dSYM files - install_dsym "$artifact" "false" - ;; - *.bcsymbolmap) - install_bcsymbolmap "$artifact" - ;; - *) - echo "error: Unrecognized artifact "$artifact"" - ;; - esac -} - -copy_artifacts() { - file_list="$1" - while read artifact; do - install_artifact "$artifact" - done <$file_list -} - -ARTIFACT_LIST_FILE="${BUILT_PRODUCTS_DIR}/cocoapods-artifacts-${CONFIGURATION}.txt" -if [ -r "${ARTIFACT_LIST_FILE}" ]; then - copy_artifacts "${ARTIFACT_LIST_FILE}" -fi - if [[ "$CONFIGURATION" == "Debug" ]]; then install_framework "${PODS_ROOT}/JitsiMeetSDK/Frameworks/JitsiMeet.framework" install_framework "${PODS_ROOT}/JitsiMeetSDK/Frameworks/WebRTC.framework" diff --git a/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat.debug.xcconfig b/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat.debug.xcconfig index b2c00ef2b..543b32c85 100644 --- a/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat.debug.xcconfig +++ b/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat.debug.xcconfig @@ -1,4 +1,5 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 FB_SONARKIT_ENABLED=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/CocoaAsyncSocket" "${PODS_ROOT}/Headers/Public/CocoaLibEvent" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppleAuthentication" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXImageLoader" "${PODS_ROOT}/Headers/Public/EXKeepAwake" "${PODS_ROOT}/Headers/Public/EXLocalAuthentication" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXVideoThumbnails" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCrashlytics" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/Flipper" "${PODS_ROOT}/Headers/Public/Flipper-DoubleConversion" "${PODS_ROOT}/Headers/Public/Flipper-Folly" "${PODS_ROOT}/Headers/Public/Flipper-Glog" "${PODS_ROOT}/Headers/Public/Flipper-PeerTalk" "${PODS_ROOT}/Headers/Public/Flipper-RSocket" "${PODS_ROOT}/Headers/Public/FlipperKit" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/MMKV" "${PODS_ROOT}/Headers/Public/MMKVCore" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNCMaskedView" "${PODS_ROOT}/Headers/Public/RNCPicker" "${PODS_ROOT}/Headers/Public/RNConfigReader" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFBAnalytics" "${PODS_ROOT}/Headers/Public/RNFBApp" "${PODS_ROOT}/Headers/Public/RNFBCrashlytics" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/ReactNativeUiLib" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/TOCropViewController" "${PODS_ROOT}/Headers/Public/UMAppLoader" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/YogaKit" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-blur" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-cookies" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-mmkv-storage" "${PODS_ROOT}/Headers/Public/react-native-netinfo" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-restart" "${PODS_ROOT}/Headers/Public/react-native-safe-area-context" "${PODS_ROOT}/Headers/Public/react-native-simple-crypto" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include" "$(PODS_ROOT)/Headers/Private/React-Core" @@ -11,6 +12,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/YogaKit" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto" USER_HEADER_SEARCH_PATHS = $(inherited) $(SRCROOT)/libwebp/src USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat.release.xcconfig b/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat.release.xcconfig index 1ac8179dd..71e648aa2 100644 --- a/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat.release.xcconfig +++ b/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat.release.xcconfig @@ -1,4 +1,5 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/CocoaAsyncSocket" "${PODS_ROOT}/Headers/Public/CocoaLibEvent" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppleAuthentication" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXImageLoader" "${PODS_ROOT}/Headers/Public/EXKeepAwake" "${PODS_ROOT}/Headers/Public/EXLocalAuthentication" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXVideoThumbnails" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCrashlytics" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/Flipper" "${PODS_ROOT}/Headers/Public/Flipper-DoubleConversion" "${PODS_ROOT}/Headers/Public/Flipper-Folly" "${PODS_ROOT}/Headers/Public/Flipper-Glog" "${PODS_ROOT}/Headers/Public/Flipper-PeerTalk" "${PODS_ROOT}/Headers/Public/Flipper-RSocket" "${PODS_ROOT}/Headers/Public/FlipperKit" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/MMKV" "${PODS_ROOT}/Headers/Public/MMKVCore" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNCMaskedView" "${PODS_ROOT}/Headers/Public/RNCPicker" "${PODS_ROOT}/Headers/Public/RNConfigReader" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFBAnalytics" "${PODS_ROOT}/Headers/Public/RNFBApp" "${PODS_ROOT}/Headers/Public/RNFBCrashlytics" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/ReactNativeUiLib" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/TOCropViewController" "${PODS_ROOT}/Headers/Public/UMAppLoader" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/YogaKit" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-blur" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-cookies" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-mmkv-storage" "${PODS_ROOT}/Headers/Public/react-native-netinfo" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-restart" "${PODS_ROOT}/Headers/Public/react-native-safe-area-context" "${PODS_ROOT}/Headers/Public/react-native-simple-crypto" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include" "$(PODS_ROOT)/Headers/Private/React-Core" @@ -11,6 +12,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/YogaKit" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto" USER_HEADER_SEARCH_PATHS = $(inherited) $(SRCROOT)/libwebp/src USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-acknowledgements.markdown b/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-acknowledgements.markdown index debf0e290..6cf696e9f 100644 --- a/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-acknowledgements.markdown +++ b/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-acknowledgements.markdown @@ -3344,7 +3344,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND MIT License -Copyright (c) 2019 Mathieu Acthernoene +Copyright (c) 2020 Mathieu Acthernoene Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-acknowledgements.plist b/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-acknowledgements.plist index 5241a32ea..233c0520b 100644 --- a/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-acknowledgements.plist +++ b/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-acknowledgements.plist @@ -3517,7 +3517,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND FooterText MIT License -Copyright (c) 2019 Mathieu Acthernoene +Copyright (c) 2020 Mathieu Acthernoene Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-frameworks.sh b/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-frameworks.sh index 61c22fe93..be7988bb3 100755 --- a/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-frameworks.sh +++ b/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-frameworks.sh @@ -19,9 +19,8 @@ mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" COCOAPODS_PARALLEL_CODE_SIGN="${COCOAPODS_PARALLEL_CODE_SIGN:-false}" SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" +BCSYMBOLMAP_DIR="BCSymbolMaps" -# Used as a return value for each invocation of `strip_invalid_archs` function. -STRIP_BINARY_RETVAL=0 # This protects against multiple targets copying the same framework dependency at the same time. The solution # was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html @@ -45,6 +44,16 @@ install_framework() source="$(readlink "${source}")" fi + if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then + # Locate and install any .bcsymbolmaps if present, and remove them from the .framework before the framework is copied + find "${source}/${BCSYMBOLMAP_DIR}" -name "*.bcsymbolmap"|while read f; do + echo "Installing $f" + install_bcsymbolmap "$f" "$destination" + rm "$f" + done + rmdir "${source}/${BCSYMBOLMAP_DIR}" + fi + # Use filter instead of exclude so missing patterns don't throw errors. echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" @@ -80,7 +89,6 @@ install_framework() done fi } - # Copies and strips a vendored dSYM install_dsym() { local source="$1" @@ -95,12 +103,11 @@ install_dsym() { binary_name="$(ls "$source/Contents/Resources/DWARF")" binary="${DERIVED_FILES_DIR}/${basename}.dSYM/Contents/Resources/DWARF/${binary_name}" - # Strip invalid architectures so "fat" simulator / device frameworks work on device + # Strip invalid architectures from the dSYM. if [[ "$(file "$binary")" == *"Mach-O "*"dSYM companion"* ]]; then strip_invalid_archs "$binary" "$warn_missing_arch" fi - - if [[ $STRIP_BINARY_RETVAL == 1 ]]; then + if [[ $STRIP_BINARY_RETVAL == 0 ]]; then # Move the stripped file into its final destination. echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${DERIVED_FILES_DIR}/${basename}.framework.dSYM\" \"${DWARF_DSYM_FOLDER_PATH}\"" rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${DERIVED_FILES_DIR}/${basename}.dSYM" "${DWARF_DSYM_FOLDER_PATH}" @@ -111,6 +118,39 @@ install_dsym() { fi } +# Used as a return value for each invocation of `strip_invalid_archs` function. +STRIP_BINARY_RETVAL=0 + +# Strip invalid architectures +strip_invalid_archs() { + binary="$1" + warn_missing_arch=${2:-true} + # Get architectures for current target binary + binary_archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | awk '{$1=$1;print}' | rev)" + # Intersect them with the architectures we are building for + intersected_archs="$(echo ${ARCHS[@]} ${binary_archs[@]} | tr ' ' '\n' | sort | uniq -d)" + # If there are no archs supported by this binary then warn the user + if [[ -z "$intersected_archs" ]]; then + if [[ "$warn_missing_arch" == "true" ]]; then + echo "warning: [CP] Vendored binary '$binary' contains architectures ($binary_archs) none of which match the current build architectures ($ARCHS)." + fi + STRIP_BINARY_RETVAL=1 + return + fi + stripped="" + for arch in $binary_archs; do + if ! [[ "${ARCHS}" == *"$arch"* ]]; then + # Strip non-valid architectures in-place + lipo -remove "$arch" -output "$binary" "$binary" + stripped="$stripped $arch" + fi + done + if [[ "$stripped" ]]; then + echo "Stripped $binary of architectures:$stripped" + fi + STRIP_BINARY_RETVAL=0 +} + # Copies the bcsymbolmap files of a vendored framework install_bcsymbolmap() { local bcsymbolmap_path="$1" @@ -134,68 +174,6 @@ code_sign_if_enabled() { fi } -# Strip invalid architectures -strip_invalid_archs() { - binary="$1" - warn_missing_arch=${2:-true} - # Get architectures for current target binary - binary_archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | awk '{$1=$1;print}' | rev)" - # Intersect them with the architectures we are building for - intersected_archs="$(echo ${ARCHS[@]} ${binary_archs[@]} | tr ' ' '\n' | sort | uniq -d)" - # If there are no archs supported by this binary then warn the user - if [[ -z "$intersected_archs" ]]; then - if [[ "$warn_missing_arch" == "true" ]]; then - echo "warning: [CP] Vendored binary '$binary' contains architectures ($binary_archs) none of which match the current build architectures ($ARCHS)." - fi - STRIP_BINARY_RETVAL=0 - return - fi - stripped="" - for arch in $binary_archs; do - if ! [[ "${ARCHS}" == *"$arch"* ]]; then - # Strip non-valid architectures in-place - lipo -remove "$arch" -output "$binary" "$binary" - stripped="$stripped $arch" - fi - done - if [[ "$stripped" ]]; then - echo "Stripped $binary of architectures:$stripped" - fi - STRIP_BINARY_RETVAL=1 -} - -install_artifact() { - artifact="$1" - base="$(basename "$artifact")" - case $base in - *.framework) - install_framework "$artifact" - ;; - *.dSYM) - # Suppress arch warnings since XCFrameworks will include many dSYM files - install_dsym "$artifact" "false" - ;; - *.bcsymbolmap) - install_bcsymbolmap "$artifact" - ;; - *) - echo "error: Unrecognized artifact "$artifact"" - ;; - esac -} - -copy_artifacts() { - file_list="$1" - while read artifact; do - install_artifact "$artifact" - done <$file_list -} - -ARTIFACT_LIST_FILE="${BUILT_PRODUCTS_DIR}/cocoapods-artifacts-${CONFIGURATION}.txt" -if [ -r "${ARTIFACT_LIST_FILE}" ]; then - copy_artifacts "${ARTIFACT_LIST_FILE}" -fi - if [[ "$CONFIGURATION" == "Debug" ]]; then install_framework "${PODS_ROOT}/JitsiMeetSDK/Frameworks/JitsiMeet.framework" install_framework "${PODS_ROOT}/JitsiMeetSDK/Frameworks/WebRTC.framework" diff --git a/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN.debug.xcconfig b/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN.debug.xcconfig index b2c00ef2b..543b32c85 100644 --- a/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN.debug.xcconfig +++ b/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN.debug.xcconfig @@ -1,4 +1,5 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 FB_SONARKIT_ENABLED=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/CocoaAsyncSocket" "${PODS_ROOT}/Headers/Public/CocoaLibEvent" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppleAuthentication" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXImageLoader" "${PODS_ROOT}/Headers/Public/EXKeepAwake" "${PODS_ROOT}/Headers/Public/EXLocalAuthentication" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXVideoThumbnails" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCrashlytics" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/Flipper" "${PODS_ROOT}/Headers/Public/Flipper-DoubleConversion" "${PODS_ROOT}/Headers/Public/Flipper-Folly" "${PODS_ROOT}/Headers/Public/Flipper-Glog" "${PODS_ROOT}/Headers/Public/Flipper-PeerTalk" "${PODS_ROOT}/Headers/Public/Flipper-RSocket" "${PODS_ROOT}/Headers/Public/FlipperKit" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/MMKV" "${PODS_ROOT}/Headers/Public/MMKVCore" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNCMaskedView" "${PODS_ROOT}/Headers/Public/RNCPicker" "${PODS_ROOT}/Headers/Public/RNConfigReader" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFBAnalytics" "${PODS_ROOT}/Headers/Public/RNFBApp" "${PODS_ROOT}/Headers/Public/RNFBCrashlytics" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/ReactNativeUiLib" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/TOCropViewController" "${PODS_ROOT}/Headers/Public/UMAppLoader" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/YogaKit" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-blur" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-cookies" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-mmkv-storage" "${PODS_ROOT}/Headers/Public/react-native-netinfo" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-restart" "${PODS_ROOT}/Headers/Public/react-native-safe-area-context" "${PODS_ROOT}/Headers/Public/react-native-simple-crypto" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include" "$(PODS_ROOT)/Headers/Private/React-Core" @@ -11,6 +12,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/YogaKit" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto" USER_HEADER_SEARCH_PATHS = $(inherited) $(SRCROOT)/libwebp/src USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN.release.xcconfig b/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN.release.xcconfig index 1ac8179dd..71e648aa2 100644 --- a/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN.release.xcconfig +++ b/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN.release.xcconfig @@ -1,4 +1,5 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/CocoaAsyncSocket" "${PODS_ROOT}/Headers/Public/CocoaLibEvent" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppleAuthentication" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXImageLoader" "${PODS_ROOT}/Headers/Public/EXKeepAwake" "${PODS_ROOT}/Headers/Public/EXLocalAuthentication" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXVideoThumbnails" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCrashlytics" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/Flipper" "${PODS_ROOT}/Headers/Public/Flipper-DoubleConversion" "${PODS_ROOT}/Headers/Public/Flipper-Folly" "${PODS_ROOT}/Headers/Public/Flipper-Glog" "${PODS_ROOT}/Headers/Public/Flipper-PeerTalk" "${PODS_ROOT}/Headers/Public/Flipper-RSocket" "${PODS_ROOT}/Headers/Public/FlipperKit" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/MMKV" "${PODS_ROOT}/Headers/Public/MMKVCore" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNCMaskedView" "${PODS_ROOT}/Headers/Public/RNCPicker" "${PODS_ROOT}/Headers/Public/RNConfigReader" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFBAnalytics" "${PODS_ROOT}/Headers/Public/RNFBApp" "${PODS_ROOT}/Headers/Public/RNFBCrashlytics" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/ReactNativeUiLib" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/TOCropViewController" "${PODS_ROOT}/Headers/Public/UMAppLoader" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/YogaKit" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-blur" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-cookies" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-mmkv-storage" "${PODS_ROOT}/Headers/Public/react-native-netinfo" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-restart" "${PODS_ROOT}/Headers/Public/react-native-safe-area-context" "${PODS_ROOT}/Headers/Public/react-native-simple-crypto" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include" "$(PODS_ROOT)/Headers/Private/React-Core" @@ -11,6 +12,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/YogaKit" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto" USER_HEADER_SEARCH_PATHS = $(inherited) $(SRCROOT)/libwebp/src USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/PromisesObjC/PromisesObjC.debug.xcconfig b/ios/Pods/Target Support Files/PromisesObjC/PromisesObjC.debug.xcconfig index 35fc3030f..503d1bbc2 100644 --- a/ios/Pods/Target Support Files/PromisesObjC/PromisesObjC.debug.xcconfig +++ b/ios/Pods/Target Support Files/PromisesObjC/PromisesObjC.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/PromisesObjC" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/PromisesObjC +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/PromisesObjC/PromisesObjC.release.xcconfig b/ios/Pods/Target Support Files/PromisesObjC/PromisesObjC.release.xcconfig index 35fc3030f..503d1bbc2 100644 --- a/ios/Pods/Target Support Files/PromisesObjC/PromisesObjC.release.xcconfig +++ b/ios/Pods/Target Support Files/PromisesObjC/PromisesObjC.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/PromisesObjC" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/PromisesObjC +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RCTRequired/RCTRequired.debug.xcconfig b/ios/Pods/Target Support Files/RCTRequired/RCTRequired.debug.xcconfig index 1fa16e2cd..4ee90c3f7 100644 --- a/ios/Pods/Target Support Files/RCTRequired/RCTRequired.debug.xcconfig +++ b/ios/Pods/Target Support Files/RCTRequired/RCTRequired.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RCTRequired GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RCTRequired" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/RCTRequired" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/Libraries/RCTRequired +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RCTRequired/RCTRequired.release.xcconfig b/ios/Pods/Target Support Files/RCTRequired/RCTRequired.release.xcconfig index 1fa16e2cd..4ee90c3f7 100644 --- a/ios/Pods/Target Support Files/RCTRequired/RCTRequired.release.xcconfig +++ b/ios/Pods/Target Support Files/RCTRequired/RCTRequired.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RCTRequired GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RCTRequired" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/RCTRequired" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/Libraries/RCTRequired +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RCTTypeSafety/RCTTypeSafety.debug.xcconfig b/ios/Pods/Target Support Files/RCTTypeSafety/RCTTypeSafety.debug.xcconfig index 7be60f4b4..b760423a7 100644 --- a/ios/Pods/Target Support Files/RCTTypeSafety/RCTTypeSafety.debug.xcconfig +++ b/ios/Pods/Target Support Files/RCTTypeSafety/RCTTypeSafety.debug.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = c++14 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RCTTypeSafety" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_TARGET_SRCROOT)/Libraries/TypeSafety" "$(PODS_ROOT)/Folly" @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/Libraries/TypeSafety +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = YES diff --git a/ios/Pods/Target Support Files/RCTTypeSafety/RCTTypeSafety.release.xcconfig b/ios/Pods/Target Support Files/RCTTypeSafety/RCTTypeSafety.release.xcconfig index 7be60f4b4..b760423a7 100644 --- a/ios/Pods/Target Support Files/RCTTypeSafety/RCTTypeSafety.release.xcconfig +++ b/ios/Pods/Target Support Files/RCTTypeSafety/RCTTypeSafety.release.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = c++14 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RCTTypeSafety" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_TARGET_SRCROOT)/Libraries/TypeSafety" "$(PODS_ROOT)/Folly" @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/Libraries/TypeSafety +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = YES diff --git a/ios/Pods/Target Support Files/RNBootSplash/RNBootSplash.debug.xcconfig b/ios/Pods/Target Support Files/RNBootSplash/RNBootSplash.debug.xcconfig index 82437d0fb..b957ffac6 100644 --- a/ios/Pods/Target Support Files/RNBootSplash/RNBootSplash.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNBootSplash/RNBootSplash.debug.xcconfig @@ -1,12 +1,14 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNBootSplash" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNBootSplash" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-bootsplash +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNBootSplash/RNBootSplash.release.xcconfig b/ios/Pods/Target Support Files/RNBootSplash/RNBootSplash.release.xcconfig index 82437d0fb..b957ffac6 100644 --- a/ios/Pods/Target Support Files/RNBootSplash/RNBootSplash.release.xcconfig +++ b/ios/Pods/Target Support Files/RNBootSplash/RNBootSplash.release.xcconfig @@ -1,12 +1,14 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNBootSplash" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNBootSplash" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-bootsplash +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNCAsyncStorage/RNCAsyncStorage.debug.xcconfig b/ios/Pods/Target Support Files/RNCAsyncStorage/RNCAsyncStorage.debug.xcconfig index e15949feb..7b4a370cc 100644 --- a/ios/Pods/Target Support Files/RNCAsyncStorage/RNCAsyncStorage.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNCAsyncStorage/RNCAsyncStorage.debug.xcconfig @@ -1,12 +1,14 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@react-native-community/async-storage +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNCAsyncStorage/RNCAsyncStorage.release.xcconfig b/ios/Pods/Target Support Files/RNCAsyncStorage/RNCAsyncStorage.release.xcconfig index e15949feb..7b4a370cc 100644 --- a/ios/Pods/Target Support Files/RNCAsyncStorage/RNCAsyncStorage.release.xcconfig +++ b/ios/Pods/Target Support Files/RNCAsyncStorage/RNCAsyncStorage.release.xcconfig @@ -1,12 +1,14 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@react-native-community/async-storage +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNCMaskedView/RNCMaskedView.debug.xcconfig b/ios/Pods/Target Support Files/RNCMaskedView/RNCMaskedView.debug.xcconfig index dab14547d..ca11074b6 100644 --- a/ios/Pods/Target Support Files/RNCMaskedView/RNCMaskedView.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNCMaskedView/RNCMaskedView.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNCMaskedView GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNCMaskedView" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNCMaskedView" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@react-native-community/masked-view +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNCMaskedView/RNCMaskedView.release.xcconfig b/ios/Pods/Target Support Files/RNCMaskedView/RNCMaskedView.release.xcconfig index dab14547d..ca11074b6 100644 --- a/ios/Pods/Target Support Files/RNCMaskedView/RNCMaskedView.release.xcconfig +++ b/ios/Pods/Target Support Files/RNCMaskedView/RNCMaskedView.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNCMaskedView GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNCMaskedView" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNCMaskedView" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@react-native-community/masked-view +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNCPicker/RNCPicker.debug.xcconfig b/ios/Pods/Target Support Files/RNCPicker/RNCPicker.debug.xcconfig index 2109d927d..03221e18b 100644 --- a/ios/Pods/Target Support Files/RNCPicker/RNCPicker.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNCPicker/RNCPicker.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNCPicker GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNCPicker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNCPicker" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@react-native-community/picker +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNCPicker/RNCPicker.release.xcconfig b/ios/Pods/Target Support Files/RNCPicker/RNCPicker.release.xcconfig index 2109d927d..03221e18b 100644 --- a/ios/Pods/Target Support Files/RNCPicker/RNCPicker.release.xcconfig +++ b/ios/Pods/Target Support Files/RNCPicker/RNCPicker.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNCPicker GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNCPicker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNCPicker" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@react-native-community/picker +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNConfigReader/RNConfigReader.debug.xcconfig b/ios/Pods/Target Support Files/RNConfigReader/RNConfigReader.debug.xcconfig index 460c56c65..d7e7eaf5a 100644 --- a/ios/Pods/Target Support Files/RNConfigReader/RNConfigReader.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNConfigReader/RNConfigReader.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNConfigReader GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNConfigReader" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNConfigReader" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-config-reader +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNConfigReader/RNConfigReader.release.xcconfig b/ios/Pods/Target Support Files/RNConfigReader/RNConfigReader.release.xcconfig index 460c56c65..d7e7eaf5a 100644 --- a/ios/Pods/Target Support Files/RNConfigReader/RNConfigReader.release.xcconfig +++ b/ios/Pods/Target Support Files/RNConfigReader/RNConfigReader.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNConfigReader GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNConfigReader" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNConfigReader" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-config-reader +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNDateTimePicker/RNDateTimePicker.debug.xcconfig b/ios/Pods/Target Support Files/RNDateTimePicker/RNDateTimePicker.debug.xcconfig index 9eff306d6..f7013ef27 100644 --- a/ios/Pods/Target Support Files/RNDateTimePicker/RNDateTimePicker.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNDateTimePicker/RNDateTimePicker.debug.xcconfig @@ -1,12 +1,14 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNDateTimePicker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNDateTimePicker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@react-native-community/datetimepicker +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNDateTimePicker/RNDateTimePicker.release.xcconfig b/ios/Pods/Target Support Files/RNDateTimePicker/RNDateTimePicker.release.xcconfig index 9eff306d6..f7013ef27 100644 --- a/ios/Pods/Target Support Files/RNDateTimePicker/RNDateTimePicker.release.xcconfig +++ b/ios/Pods/Target Support Files/RNDateTimePicker/RNDateTimePicker.release.xcconfig @@ -1,12 +1,14 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNDateTimePicker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNDateTimePicker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@react-native-community/datetimepicker +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNDeviceInfo/RNDeviceInfo.debug.xcconfig b/ios/Pods/Target Support Files/RNDeviceInfo/RNDeviceInfo.debug.xcconfig index 05744662d..4e752d8eb 100644 --- a/ios/Pods/Target Support Files/RNDeviceInfo/RNDeviceInfo.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNDeviceInfo/RNDeviceInfo.debug.xcconfig @@ -1,12 +1,14 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNDeviceInfo" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNDeviceInfo" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-device-info +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNDeviceInfo/RNDeviceInfo.release.xcconfig b/ios/Pods/Target Support Files/RNDeviceInfo/RNDeviceInfo.release.xcconfig index 05744662d..4e752d8eb 100644 --- a/ios/Pods/Target Support Files/RNDeviceInfo/RNDeviceInfo.release.xcconfig +++ b/ios/Pods/Target Support Files/RNDeviceInfo/RNDeviceInfo.release.xcconfig @@ -1,12 +1,14 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNDeviceInfo" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNDeviceInfo" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-device-info +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNFBAnalytics/RNFBAnalytics.debug.xcconfig b/ios/Pods/Target Support Files/RNFBAnalytics/RNFBAnalytics.debug.xcconfig index ca368d284..e63642ad6 100644 --- a/ios/Pods/Target Support Files/RNFBAnalytics/RNFBAnalytics.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNFBAnalytics/RNFBAnalytics.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNFBAnalytics FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@react-native-firebase/analytics +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNFBAnalytics/RNFBAnalytics.release.xcconfig b/ios/Pods/Target Support Files/RNFBAnalytics/RNFBAnalytics.release.xcconfig index ca368d284..e63642ad6 100644 --- a/ios/Pods/Target Support Files/RNFBAnalytics/RNFBAnalytics.release.xcconfig +++ b/ios/Pods/Target Support Files/RNFBAnalytics/RNFBAnalytics.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNFBAnalytics FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@react-native-firebase/analytics +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNFBApp/RNFBApp.debug.xcconfig b/ios/Pods/Target Support Files/RNFBApp/RNFBApp.debug.xcconfig index a09b6dd62..1457ac169 100644 --- a/ios/Pods/Target Support Files/RNFBApp/RNFBApp.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNFBApp/RNFBApp.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNFBApp FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@react-native-firebase/app +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNFBApp/RNFBApp.release.xcconfig b/ios/Pods/Target Support Files/RNFBApp/RNFBApp.release.xcconfig index a09b6dd62..1457ac169 100644 --- a/ios/Pods/Target Support Files/RNFBApp/RNFBApp.release.xcconfig +++ b/ios/Pods/Target Support Files/RNFBApp/RNFBApp.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNFBApp FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@react-native-firebase/app +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNFBCrashlytics/RNFBCrashlytics.debug.xcconfig b/ios/Pods/Target Support Files/RNFBCrashlytics/RNFBCrashlytics.debug.xcconfig index bb3599765..0d2daa717 100644 --- a/ios/Pods/Target Support Files/RNFBCrashlytics/RNFBCrashlytics.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNFBCrashlytics/RNFBCrashlytics.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNFBCrashlytics FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@react-native-firebase/crashlytics +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNFBCrashlytics/RNFBCrashlytics.release.xcconfig b/ios/Pods/Target Support Files/RNFBCrashlytics/RNFBCrashlytics.release.xcconfig index bb3599765..0d2daa717 100644 --- a/ios/Pods/Target Support Files/RNFBCrashlytics/RNFBCrashlytics.release.xcconfig +++ b/ios/Pods/Target Support Files/RNFBCrashlytics/RNFBCrashlytics.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNFBCrashlytics FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@react-native-firebase/crashlytics +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNFastImage/RNFastImage.debug.xcconfig b/ios/Pods/Target Support Files/RNFastImage/RNFastImage.debug.xcconfig index fcaf59b94..cbc9bbcba 100644 --- a/ios/Pods/Target Support Files/RNFastImage/RNFastImage.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNFastImage/RNFastImage.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNFastImage" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" @@ -7,6 +8,7 @@ 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/@rocket.chat/react-native-fast-image +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNFastImage/RNFastImage.release.xcconfig b/ios/Pods/Target Support Files/RNFastImage/RNFastImage.release.xcconfig index fcaf59b94..cbc9bbcba 100644 --- a/ios/Pods/Target Support Files/RNFastImage/RNFastImage.release.xcconfig +++ b/ios/Pods/Target Support Files/RNFastImage/RNFastImage.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNFastImage" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" @@ -7,6 +8,7 @@ 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/@rocket.chat/react-native-fast-image +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNGestureHandler/RNGestureHandler.debug.xcconfig b/ios/Pods/Target Support Files/RNGestureHandler/RNGestureHandler.debug.xcconfig index e6ff953c4..e78c4d550 100644 --- a/ios/Pods/Target Support Files/RNGestureHandler/RNGestureHandler.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNGestureHandler/RNGestureHandler.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNGestureHandler" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-gesture-handler +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNGestureHandler/RNGestureHandler.release.xcconfig b/ios/Pods/Target Support Files/RNGestureHandler/RNGestureHandler.release.xcconfig index e6ff953c4..e78c4d550 100644 --- a/ios/Pods/Target Support Files/RNGestureHandler/RNGestureHandler.release.xcconfig +++ b/ios/Pods/Target Support Files/RNGestureHandler/RNGestureHandler.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNGestureHandler" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-gesture-handler +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNImageCropPicker/RNImageCropPicker.debug.xcconfig b/ios/Pods/Target Support Files/RNImageCropPicker/RNImageCropPicker.debug.xcconfig index 82407a026..b412d92dd 100644 --- a/ios/Pods/Target Support Files/RNImageCropPicker/RNImageCropPicker.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNImageCropPicker/RNImageCropPicker.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNImageCropPicker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/TOCropViewController" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-image-crop-picker +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNImageCropPicker/RNImageCropPicker.release.xcconfig b/ios/Pods/Target Support Files/RNImageCropPicker/RNImageCropPicker.release.xcconfig index 82407a026..b412d92dd 100644 --- a/ios/Pods/Target Support Files/RNImageCropPicker/RNImageCropPicker.release.xcconfig +++ b/ios/Pods/Target Support Files/RNImageCropPicker/RNImageCropPicker.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNImageCropPicker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/TOCropViewController" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-image-crop-picker +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNLocalize/RNLocalize.debug.xcconfig b/ios/Pods/Target Support Files/RNLocalize/RNLocalize.debug.xcconfig index e89dd67f2..ad57d4afc 100644 --- a/ios/Pods/Target Support Files/RNLocalize/RNLocalize.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNLocalize/RNLocalize.debug.xcconfig @@ -1,12 +1,14 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNLocalize" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNLocalize" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-localize +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNLocalize/RNLocalize.release.xcconfig b/ios/Pods/Target Support Files/RNLocalize/RNLocalize.release.xcconfig index e89dd67f2..ad57d4afc 100644 --- a/ios/Pods/Target Support Files/RNLocalize/RNLocalize.release.xcconfig +++ b/ios/Pods/Target Support Files/RNLocalize/RNLocalize.release.xcconfig @@ -1,12 +1,14 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNLocalize" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNLocalize" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-localize +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNReanimated/RNReanimated.debug.xcconfig b/ios/Pods/Target Support Files/RNReanimated/RNReanimated.debug.xcconfig index dccd77e5a..e84b2a2ae 100644 --- a/ios/Pods/Target Support Files/RNReanimated/RNReanimated.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNReanimated/RNReanimated.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNReanimated" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-reanimated +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNReanimated/RNReanimated.release.xcconfig b/ios/Pods/Target Support Files/RNReanimated/RNReanimated.release.xcconfig index dccd77e5a..e84b2a2ae 100644 --- a/ios/Pods/Target Support Files/RNReanimated/RNReanimated.release.xcconfig +++ b/ios/Pods/Target Support Files/RNReanimated/RNReanimated.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNReanimated" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-reanimated +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNRootView/RNRootView.debug.xcconfig b/ios/Pods/Target Support Files/RNRootView/RNRootView.debug.xcconfig index 44409cdf0..20d1f0873 100644 --- a/ios/Pods/Target Support Files/RNRootView/RNRootView.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNRootView/RNRootView.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNRootView GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNRootView" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ 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/rn-root-view +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNRootView/RNRootView.release.xcconfig b/ios/Pods/Target Support Files/RNRootView/RNRootView.release.xcconfig index 44409cdf0..20d1f0873 100644 --- a/ios/Pods/Target Support Files/RNRootView/RNRootView.release.xcconfig +++ b/ios/Pods/Target Support Files/RNRootView/RNRootView.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNRootView GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNRootView" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ 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/rn-root-view +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNScreens/RNScreens.debug.xcconfig b/ios/Pods/Target Support Files/RNScreens/RNScreens.debug.xcconfig index 88d4689de..8454e3671 100644 --- a/ios/Pods/Target Support Files/RNScreens/RNScreens.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNScreens/RNScreens.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNScreens GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNScreens" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-screens +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNScreens/RNScreens.release.xcconfig b/ios/Pods/Target Support Files/RNScreens/RNScreens.release.xcconfig index 88d4689de..8454e3671 100644 --- a/ios/Pods/Target Support Files/RNScreens/RNScreens.release.xcconfig +++ b/ios/Pods/Target Support Files/RNScreens/RNScreens.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNScreens GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNScreens" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-screens +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNVectorIcons/RNVectorIcons.debug.xcconfig b/ios/Pods/Target Support Files/RNVectorIcons/RNVectorIcons.debug.xcconfig index 801b0f161..e0f55beab 100644 --- a/ios/Pods/Target Support Files/RNVectorIcons/RNVectorIcons.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNVectorIcons/RNVectorIcons.debug.xcconfig @@ -1,12 +1,14 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNVectorIcons" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNVectorIcons" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-vector-icons +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/RNVectorIcons/RNVectorIcons.release.xcconfig b/ios/Pods/Target Support Files/RNVectorIcons/RNVectorIcons.release.xcconfig index 801b0f161..e0f55beab 100644 --- a/ios/Pods/Target Support Files/RNVectorIcons/RNVectorIcons.release.xcconfig +++ b/ios/Pods/Target Support Files/RNVectorIcons/RNVectorIcons.release.xcconfig @@ -1,12 +1,14 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNVectorIcons" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNVectorIcons" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-vector-icons +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/React-Core/React-Core.debug.xcconfig b/ios/Pods/Target Support Files/React-Core/React-Core.debug.xcconfig index 4bc747af1..c60069f86 100644 --- a/ios/Pods/Target Support Files/React-Core/React-Core.debug.xcconfig +++ b/ios/Pods/Target Support Files/React-Core/React-Core.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-Core DEFINES_MODULE = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/React-Core/React-Core.release.xcconfig b/ios/Pods/Target Support Files/React-Core/React-Core.release.xcconfig index 4bc747af1..c60069f86 100644 --- a/ios/Pods/Target Support Files/React-Core/React-Core.release.xcconfig +++ b/ios/Pods/Target Support Files/React-Core/React-Core.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-Core DEFINES_MODULE = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/React-CoreModules/React-CoreModules.debug.xcconfig b/ios/Pods/Target Support Files/React-CoreModules/React-CoreModules.debug.xcconfig index e6fcc9b0b..36de91dac 100644 --- a/ios/Pods/Target Support Files/React-CoreModules/React-CoreModules.debug.xcconfig +++ b/ios/Pods/Target Support Files/React-CoreModules/React-CoreModules.debug.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = c++14 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_TARGET_SRCROOT)/React/CoreModules" "$(PODS_ROOT)/Folly" @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/React/CoreModules +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = YES diff --git a/ios/Pods/Target Support Files/React-CoreModules/React-CoreModules.release.xcconfig b/ios/Pods/Target Support Files/React-CoreModules/React-CoreModules.release.xcconfig index e6fcc9b0b..36de91dac 100644 --- a/ios/Pods/Target Support Files/React-CoreModules/React-CoreModules.release.xcconfig +++ b/ios/Pods/Target Support Files/React-CoreModules/React-CoreModules.release.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = c++14 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_TARGET_SRCROOT)/React/CoreModules" "$(PODS_ROOT)/Folly" @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/React/CoreModules +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = YES diff --git a/ios/Pods/Target Support Files/React-RCTActionSheet/React-RCTActionSheet.debug.xcconfig b/ios/Pods/Target Support Files/React-RCTActionSheet/React-RCTActionSheet.debug.xcconfig index 8a31a8b94..09f7013de 100644 --- a/ios/Pods/Target Support Files/React-RCTActionSheet/React-RCTActionSheet.debug.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTActionSheet/React-RCTActionSheet.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/Libraries/ActionSheetIOS +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/React-RCTActionSheet/React-RCTActionSheet.release.xcconfig b/ios/Pods/Target Support Files/React-RCTActionSheet/React-RCTActionSheet.release.xcconfig index 8a31a8b94..09f7013de 100644 --- a/ios/Pods/Target Support Files/React-RCTActionSheet/React-RCTActionSheet.release.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTActionSheet/React-RCTActionSheet.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/Libraries/ActionSheetIOS +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/React-RCTAnimation/React-RCTAnimation.debug.xcconfig b/ios/Pods/Target Support Files/React-RCTAnimation/React-RCTAnimation.debug.xcconfig index 6332e18d0..c9616b256 100644 --- a/ios/Pods/Target Support Files/React-RCTAnimation/React-RCTAnimation.debug.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTAnimation/React-RCTAnimation.debug.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = c++14 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/Folly" @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/Libraries/NativeAnimation +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = YES diff --git a/ios/Pods/Target Support Files/React-RCTAnimation/React-RCTAnimation.release.xcconfig b/ios/Pods/Target Support Files/React-RCTAnimation/React-RCTAnimation.release.xcconfig index 6332e18d0..c9616b256 100644 --- a/ios/Pods/Target Support Files/React-RCTAnimation/React-RCTAnimation.release.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTAnimation/React-RCTAnimation.release.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = c++14 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/Folly" @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/Libraries/NativeAnimation +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = YES diff --git a/ios/Pods/Target Support Files/React-RCTBlob/React-RCTBlob.debug.xcconfig b/ios/Pods/Target Support Files/React-RCTBlob/React-RCTBlob.debug.xcconfig index c98c52cc4..a3d51e19b 100644 --- a/ios/Pods/Target Support Files/React-RCTBlob/React-RCTBlob.debug.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTBlob/React-RCTBlob.debug.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = c++14 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/Folly" @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/Libraries/Blob +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = YES diff --git a/ios/Pods/Target Support Files/React-RCTBlob/React-RCTBlob.release.xcconfig b/ios/Pods/Target Support Files/React-RCTBlob/React-RCTBlob.release.xcconfig index c98c52cc4..a3d51e19b 100644 --- a/ios/Pods/Target Support Files/React-RCTBlob/React-RCTBlob.release.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTBlob/React-RCTBlob.release.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = c++14 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/Folly" @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/Libraries/Blob +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = YES diff --git a/ios/Pods/Target Support Files/React-RCTImage/React-RCTImage.debug.xcconfig b/ios/Pods/Target Support Files/React-RCTImage/React-RCTImage.debug.xcconfig index ce8412760..ebd5c23e3 100644 --- a/ios/Pods/Target Support Files/React-RCTImage/React-RCTImage.debug.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTImage/React-RCTImage.debug.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = c++14 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/Folly" @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/Libraries/Image +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = YES diff --git a/ios/Pods/Target Support Files/React-RCTImage/React-RCTImage.release.xcconfig b/ios/Pods/Target Support Files/React-RCTImage/React-RCTImage.release.xcconfig index ce8412760..ebd5c23e3 100644 --- a/ios/Pods/Target Support Files/React-RCTImage/React-RCTImage.release.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTImage/React-RCTImage.release.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = c++14 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/Folly" @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/Libraries/Image +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = YES diff --git a/ios/Pods/Target Support Files/React-RCTLinking/React-RCTLinking.debug.xcconfig b/ios/Pods/Target Support Files/React-RCTLinking/React-RCTLinking.debug.xcconfig index fffe2b138..eb9e6f2e5 100644 --- a/ios/Pods/Target Support Files/React-RCTLinking/React-RCTLinking.debug.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTLinking/React-RCTLinking.debug.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = c++14 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/Folly" @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/Libraries/LinkingIOS +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = YES diff --git a/ios/Pods/Target Support Files/React-RCTLinking/React-RCTLinking.release.xcconfig b/ios/Pods/Target Support Files/React-RCTLinking/React-RCTLinking.release.xcconfig index fffe2b138..eb9e6f2e5 100644 --- a/ios/Pods/Target Support Files/React-RCTLinking/React-RCTLinking.release.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTLinking/React-RCTLinking.release.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = c++14 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/Folly" @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/Libraries/LinkingIOS +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = YES diff --git a/ios/Pods/Target Support Files/React-RCTNetwork/React-RCTNetwork.debug.xcconfig b/ios/Pods/Target Support Files/React-RCTNetwork/React-RCTNetwork.debug.xcconfig index e37687203..e0b5c1c33 100644 --- a/ios/Pods/Target Support Files/React-RCTNetwork/React-RCTNetwork.debug.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTNetwork/React-RCTNetwork.debug.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = c++14 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/Folly" @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/Libraries/Network +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = YES diff --git a/ios/Pods/Target Support Files/React-RCTNetwork/React-RCTNetwork.release.xcconfig b/ios/Pods/Target Support Files/React-RCTNetwork/React-RCTNetwork.release.xcconfig index e37687203..e0b5c1c33 100644 --- a/ios/Pods/Target Support Files/React-RCTNetwork/React-RCTNetwork.release.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTNetwork/React-RCTNetwork.release.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = c++14 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/Folly" @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/Libraries/Network +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = YES diff --git a/ios/Pods/Target Support Files/React-RCTSettings/React-RCTSettings.debug.xcconfig b/ios/Pods/Target Support Files/React-RCTSettings/React-RCTSettings.debug.xcconfig index 12d18969e..8e2c70a31 100644 --- a/ios/Pods/Target Support Files/React-RCTSettings/React-RCTSettings.debug.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTSettings/React-RCTSettings.debug.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = c++14 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/Folly" @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/Libraries/Settings +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = YES diff --git a/ios/Pods/Target Support Files/React-RCTSettings/React-RCTSettings.release.xcconfig b/ios/Pods/Target Support Files/React-RCTSettings/React-RCTSettings.release.xcconfig index 12d18969e..8e2c70a31 100644 --- a/ios/Pods/Target Support Files/React-RCTSettings/React-RCTSettings.release.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTSettings/React-RCTSettings.release.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = c++14 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/Folly" @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/Libraries/Settings +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = YES diff --git a/ios/Pods/Target Support Files/React-RCTText/React-RCTText.debug.xcconfig b/ios/Pods/Target Support Files/React-RCTText/React-RCTText.debug.xcconfig index f4fcf9bee..79ca7a1fa 100644 --- a/ios/Pods/Target Support Files/React-RCTText/React-RCTText.debug.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTText/React-RCTText.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-RCTText" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/Libraries/Text +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/React-RCTText/React-RCTText.release.xcconfig b/ios/Pods/Target Support Files/React-RCTText/React-RCTText.release.xcconfig index f4fcf9bee..79ca7a1fa 100644 --- a/ios/Pods/Target Support Files/React-RCTText/React-RCTText.release.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTText/React-RCTText.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-RCTText" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/Libraries/Text +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/React-RCTVibration/React-RCTVibration.debug.xcconfig b/ios/Pods/Target Support Files/React-RCTVibration/React-RCTVibration.debug.xcconfig index 634227eb9..d44d1285f 100644 --- a/ios/Pods/Target Support Files/React-RCTVibration/React-RCTVibration.debug.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTVibration/React-RCTVibration.debug.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = c++14 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/Folly" @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/Libraries/Vibration +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = YES diff --git a/ios/Pods/Target Support Files/React-RCTVibration/React-RCTVibration.release.xcconfig b/ios/Pods/Target Support Files/React-RCTVibration/React-RCTVibration.release.xcconfig index 634227eb9..d44d1285f 100644 --- a/ios/Pods/Target Support Files/React-RCTVibration/React-RCTVibration.release.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTVibration/React-RCTVibration.release.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = c++14 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/Folly" @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/Libraries/Vibration +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = YES diff --git a/ios/Pods/Target Support Files/React-callinvoker/React-callinvoker.debug.xcconfig b/ios/Pods/Target Support Files/React-callinvoker/React-callinvoker.debug.xcconfig index 2a771f420..8252a6062 100644 --- a/ios/Pods/Target Support Files/React-callinvoker/React-callinvoker.debug.xcconfig +++ b/ios/Pods/Target Support Files/React-callinvoker/React-callinvoker.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-callinvoker GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-callinvoker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/React-callinvoker" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/ReactCommon/callinvoker +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/React-callinvoker/React-callinvoker.release.xcconfig b/ios/Pods/Target Support Files/React-callinvoker/React-callinvoker.release.xcconfig index 2a771f420..8252a6062 100644 --- a/ios/Pods/Target Support Files/React-callinvoker/React-callinvoker.release.xcconfig +++ b/ios/Pods/Target Support Files/React-callinvoker/React-callinvoker.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-callinvoker GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-callinvoker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/React-callinvoker" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/ReactCommon/callinvoker +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/React-cxxreact/React-cxxreact.debug.xcconfig b/ios/Pods/Target Support Files/React-cxxreact/React-cxxreact.debug.xcconfig index c6b0135e6..2138fada6 100644 --- a/ios/Pods/Target Support Files/React-cxxreact/React-cxxreact.debug.xcconfig +++ b/ios/Pods/Target Support Files/React-cxxreact/React-cxxreact.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-cxxreact" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/boost-for-react-native" "$(PODS_ROOT)/Folly" "$(PODS_ROOT)/DoubleConversion" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/ReactCommon/cxxreact +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/React-cxxreact/React-cxxreact.release.xcconfig b/ios/Pods/Target Support Files/React-cxxreact/React-cxxreact.release.xcconfig index c6b0135e6..2138fada6 100644 --- a/ios/Pods/Target Support Files/React-cxxreact/React-cxxreact.release.xcconfig +++ b/ios/Pods/Target Support Files/React-cxxreact/React-cxxreact.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-cxxreact" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/boost-for-react-native" "$(PODS_ROOT)/Folly" "$(PODS_ROOT)/DoubleConversion" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/ReactCommon/cxxreact +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/React-jsi/React-jsi.debug.xcconfig b/ios/Pods/Target Support Files/React-jsi/React-jsi.debug.xcconfig index 538427ca0..0b9e78111 100644 --- a/ios/Pods/Target Support Files/React-jsi/React-jsi.debug.xcconfig +++ b/ios/Pods/Target Support Files/React-jsi/React-jsi.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-jsi GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-jsi" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/boost-for-react-native" "$(PODS_ROOT)/Folly" "$(PODS_ROOT)/DoubleConversion" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/ReactCommon/jsi +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/React-jsi/React-jsi.release.xcconfig b/ios/Pods/Target Support Files/React-jsi/React-jsi.release.xcconfig index 538427ca0..0b9e78111 100644 --- a/ios/Pods/Target Support Files/React-jsi/React-jsi.release.xcconfig +++ b/ios/Pods/Target Support Files/React-jsi/React-jsi.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-jsi GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-jsi" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/boost-for-react-native" "$(PODS_ROOT)/Folly" "$(PODS_ROOT)/DoubleConversion" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/ReactCommon/jsi +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/React-jsiexecutor/React-jsiexecutor.debug.xcconfig b/ios/Pods/Target Support Files/React-jsiexecutor/React-jsiexecutor.debug.xcconfig index 4ec1371c2..75afad896 100644 --- a/ios/Pods/Target Support Files/React-jsiexecutor/React-jsiexecutor.debug.xcconfig +++ b/ios/Pods/Target Support Files/React-jsiexecutor/React-jsiexecutor.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-jsiexecutor" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/boost-for-react-native" "$(PODS_ROOT)/Folly" "$(PODS_ROOT)/DoubleConversion" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/ReactCommon/jsiexecutor +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/React-jsiexecutor/React-jsiexecutor.release.xcconfig b/ios/Pods/Target Support Files/React-jsiexecutor/React-jsiexecutor.release.xcconfig index 4ec1371c2..75afad896 100644 --- a/ios/Pods/Target Support Files/React-jsiexecutor/React-jsiexecutor.release.xcconfig +++ b/ios/Pods/Target Support Files/React-jsiexecutor/React-jsiexecutor.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-jsiexecutor" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/boost-for-react-native" "$(PODS_ROOT)/Folly" "$(PODS_ROOT)/DoubleConversion" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/ReactCommon/jsiexecutor +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/React-jsinspector/React-jsinspector.debug.xcconfig b/ios/Pods/Target Support Files/React-jsinspector/React-jsinspector.debug.xcconfig index 5f8e848ee..58c231fba 100644 --- a/ios/Pods/Target Support Files/React-jsinspector/React-jsinspector.debug.xcconfig +++ b/ios/Pods/Target Support Files/React-jsinspector/React-jsinspector.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-jsinspector" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/React-jsinspector" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/ReactCommon/jsinspector +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/React-jsinspector/React-jsinspector.release.xcconfig b/ios/Pods/Target Support Files/React-jsinspector/React-jsinspector.release.xcconfig index 5f8e848ee..58c231fba 100644 --- a/ios/Pods/Target Support Files/React-jsinspector/React-jsinspector.release.xcconfig +++ b/ios/Pods/Target Support Files/React-jsinspector/React-jsinspector.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-jsinspector" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/React-jsinspector" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/ReactCommon/jsinspector +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/React/React.debug.xcconfig b/ios/Pods/Target Support Files/React/React.debug.xcconfig index 2d662f49e..ed91fa82b 100644 --- a/ios/Pods/Target Support Files/React/React.debug.xcconfig +++ b/ios/Pods/Target Support Files/React/React.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/React/React.release.xcconfig b/ios/Pods/Target Support Files/React/React.release.xcconfig index 2d662f49e..ed91fa82b 100644 --- a/ios/Pods/Target Support Files/React/React.release.xcconfig +++ b/ios/Pods/Target Support Files/React/React.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/ReactCommon/ReactCommon.debug.xcconfig b/ios/Pods/Target Support Files/ReactCommon/ReactCommon.debug.xcconfig index 6abd13dac..7cc90ba31 100644 --- a/ios/Pods/Target Support Files/ReactCommon/ReactCommon.debug.xcconfig +++ b/ios/Pods/Target Support Files/ReactCommon/ReactCommon.debug.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = c++14 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/ReactCommon" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/boost-for-react-native" "$(PODS_ROOT)/Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/Headers/Private/React-Core" @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/ReactCommon +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = YES diff --git a/ios/Pods/Target Support Files/ReactCommon/ReactCommon.release.xcconfig b/ios/Pods/Target Support Files/ReactCommon/ReactCommon.release.xcconfig index 6abd13dac..7cc90ba31 100644 --- a/ios/Pods/Target Support Files/ReactCommon/ReactCommon.release.xcconfig +++ b/ios/Pods/Target Support Files/ReactCommon/ReactCommon.release.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CLANG_CXX_LANGUAGE_STANDARD = c++14 +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/ReactCommon" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/boost-for-react-native" "$(PODS_ROOT)/Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/Headers/Private/React-Core" @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/ReactCommon +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = YES diff --git a/ios/Pods/Target Support Files/ReactNativeART/ReactNativeART.debug.xcconfig b/ios/Pods/Target Support Files/ReactNativeART/ReactNativeART.debug.xcconfig index 04be2e523..66e43c557 100644 --- a/ios/Pods/Target Support Files/ReactNativeART/ReactNativeART.debug.xcconfig +++ b/ios/Pods/Target Support Files/ReactNativeART/ReactNativeART.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/ReactNativeART" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@react-native-community/art +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/ReactNativeART/ReactNativeART.release.xcconfig b/ios/Pods/Target Support Files/ReactNativeART/ReactNativeART.release.xcconfig index 04be2e523..66e43c557 100644 --- a/ios/Pods/Target Support Files/ReactNativeART/ReactNativeART.release.xcconfig +++ b/ios/Pods/Target Support Files/ReactNativeART/ReactNativeART.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/ReactNativeART" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@react-native-community/art +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/ReactNativeUiLib/ReactNativeUiLib.debug.xcconfig b/ios/Pods/Target Support Files/ReactNativeUiLib/ReactNativeUiLib.debug.xcconfig index 7bfb94c44..66c8f83a5 100644 --- a/ios/Pods/Target Support Files/ReactNativeUiLib/ReactNativeUiLib.debug.xcconfig +++ b/ios/Pods/Target Support Files/ReactNativeUiLib/ReactNativeUiLib.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeUiLib GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/ReactNativeUiLib" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeUiLib" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-ui-lib/lib +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/ReactNativeUiLib/ReactNativeUiLib.release.xcconfig b/ios/Pods/Target Support Files/ReactNativeUiLib/ReactNativeUiLib.release.xcconfig index 7bfb94c44..66c8f83a5 100644 --- a/ios/Pods/Target Support Files/ReactNativeUiLib/ReactNativeUiLib.release.xcconfig +++ b/ios/Pods/Target Support Files/ReactNativeUiLib/ReactNativeUiLib.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeUiLib GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/ReactNativeUiLib" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeUiLib" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-ui-lib/lib +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/SDWebImage/SDWebImage.debug.xcconfig b/ios/Pods/Target Support Files/SDWebImage/SDWebImage.debug.xcconfig index 680f9bcb4..bd20aaf3e 100644 --- a/ios/Pods/Target Support Files/SDWebImage/SDWebImage.debug.xcconfig +++ b/ios/Pods/Target Support Files/SDWebImage/SDWebImage.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = NO GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/SDWebImage +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES SUPPORTS_MACCATALYST = YES diff --git a/ios/Pods/Target Support Files/SDWebImage/SDWebImage.release.xcconfig b/ios/Pods/Target Support Files/SDWebImage/SDWebImage.release.xcconfig index 680f9bcb4..bd20aaf3e 100644 --- a/ios/Pods/Target Support Files/SDWebImage/SDWebImage.release.xcconfig +++ b/ios/Pods/Target Support Files/SDWebImage/SDWebImage.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = NO GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/SDWebImage +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES SUPPORTS_MACCATALYST = YES diff --git a/ios/Pods/Target Support Files/SDWebImageWebPCoder/SDWebImageWebPCoder.debug.xcconfig b/ios/Pods/Target Support Files/SDWebImageWebPCoder/SDWebImageWebPCoder.debug.xcconfig index e6013fe0d..af9f069c5 100644 --- a/ios/Pods/Target Support Files/SDWebImageWebPCoder/SDWebImageWebPCoder.debug.xcconfig +++ b/ios/Pods/Target Support Files/SDWebImageWebPCoder/SDWebImageWebPCoder.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/libwebp" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/SDWebImageWebPCoder +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USER_HEADER_SEARCH_PATHS = $(inherited) $(SRCROOT)/libwebp/src diff --git a/ios/Pods/Target Support Files/SDWebImageWebPCoder/SDWebImageWebPCoder.release.xcconfig b/ios/Pods/Target Support Files/SDWebImageWebPCoder/SDWebImageWebPCoder.release.xcconfig index e6013fe0d..af9f069c5 100644 --- a/ios/Pods/Target Support Files/SDWebImageWebPCoder/SDWebImageWebPCoder.release.xcconfig +++ b/ios/Pods/Target Support Files/SDWebImageWebPCoder/SDWebImageWebPCoder.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/libwebp" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/SDWebImageWebPCoder +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USER_HEADER_SEARCH_PATHS = $(inherited) $(SRCROOT)/libwebp/src diff --git a/ios/Pods/Target Support Files/TOCropViewController/TOCropViewController.debug.xcconfig b/ios/Pods/Target Support Files/TOCropViewController/TOCropViewController.debug.xcconfig index 251022e61..3372a4539 100644 --- a/ios/Pods/Target Support Files/TOCropViewController/TOCropViewController.debug.xcconfig +++ b/ios/Pods/Target Support Files/TOCropViewController/TOCropViewController.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/TOCropViewController GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/TOCropViewController" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/TOCropViewController" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/TOCropViewController +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/TOCropViewController/TOCropViewController.release.xcconfig b/ios/Pods/Target Support Files/TOCropViewController/TOCropViewController.release.xcconfig index 251022e61..3372a4539 100644 --- a/ios/Pods/Target Support Files/TOCropViewController/TOCropViewController.release.xcconfig +++ b/ios/Pods/Target Support Files/TOCropViewController/TOCropViewController.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/TOCropViewController GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/TOCropViewController" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/TOCropViewController" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/TOCropViewController +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/UMAppLoader/UMAppLoader.debug.xcconfig b/ios/Pods/Target Support Files/UMAppLoader/UMAppLoader.debug.xcconfig index 371e5bbe7..5e641e6c1 100644 --- a/ios/Pods/Target Support Files/UMAppLoader/UMAppLoader.debug.xcconfig +++ b/ios/Pods/Target Support Files/UMAppLoader/UMAppLoader.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO 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/UMAppLoader" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/UMAppLoader" @@ -6,6 +7,7 @@ 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/unimodules-app-loader/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/UMAppLoader/UMAppLoader.release.xcconfig b/ios/Pods/Target Support Files/UMAppLoader/UMAppLoader.release.xcconfig index 371e5bbe7..5e641e6c1 100644 --- a/ios/Pods/Target Support Files/UMAppLoader/UMAppLoader.release.xcconfig +++ b/ios/Pods/Target Support Files/UMAppLoader/UMAppLoader.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO 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/UMAppLoader" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/UMAppLoader" @@ -6,6 +7,7 @@ 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/unimodules-app-loader/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/UMBarCodeScannerInterface/UMBarCodeScannerInterface.debug.xcconfig b/ios/Pods/Target Support Files/UMBarCodeScannerInterface/UMBarCodeScannerInterface.debug.xcconfig index 64d050523..475e87c7e 100644 --- a/ios/Pods/Target Support Files/UMBarCodeScannerInterface/UMBarCodeScannerInterface.debug.xcconfig +++ b/ios/Pods/Target Support Files/UMBarCodeScannerInterface/UMBarCodeScannerInterface.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/UMBarCodeScannerInterface GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" @@ -6,6 +7,7 @@ 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/unimodules-barcode-scanner-interface/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/UMBarCodeScannerInterface/UMBarCodeScannerInterface.release.xcconfig b/ios/Pods/Target Support Files/UMBarCodeScannerInterface/UMBarCodeScannerInterface.release.xcconfig index 64d050523..475e87c7e 100644 --- a/ios/Pods/Target Support Files/UMBarCodeScannerInterface/UMBarCodeScannerInterface.release.xcconfig +++ b/ios/Pods/Target Support Files/UMBarCodeScannerInterface/UMBarCodeScannerInterface.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/UMBarCodeScannerInterface GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" @@ -6,6 +7,7 @@ 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/unimodules-barcode-scanner-interface/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/UMCameraInterface/UMCameraInterface.debug.xcconfig b/ios/Pods/Target Support Files/UMCameraInterface/UMCameraInterface.debug.xcconfig index 5aad843a2..df8a59a13 100644 --- a/ios/Pods/Target Support Files/UMCameraInterface/UMCameraInterface.debug.xcconfig +++ b/ios/Pods/Target Support Files/UMCameraInterface/UMCameraInterface.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/UMCameraInterface GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UMCameraInterface" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/UMCameraInterface" @@ -6,6 +7,7 @@ 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/unimodules-camera-interface/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/UMCameraInterface/UMCameraInterface.release.xcconfig b/ios/Pods/Target Support Files/UMCameraInterface/UMCameraInterface.release.xcconfig index 5aad843a2..df8a59a13 100644 --- a/ios/Pods/Target Support Files/UMCameraInterface/UMCameraInterface.release.xcconfig +++ b/ios/Pods/Target Support Files/UMCameraInterface/UMCameraInterface.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/UMCameraInterface GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UMCameraInterface" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/UMCameraInterface" @@ -6,6 +7,7 @@ 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/unimodules-camera-interface/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/UMConstantsInterface/UMConstantsInterface.debug.xcconfig b/ios/Pods/Target Support Files/UMConstantsInterface/UMConstantsInterface.debug.xcconfig index 5cea92152..c51e80a34 100644 --- a/ios/Pods/Target Support Files/UMConstantsInterface/UMConstantsInterface.debug.xcconfig +++ b/ios/Pods/Target Support Files/UMConstantsInterface/UMConstantsInterface.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/UMConstantsInterface GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UMConstantsInterface" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" @@ -6,6 +7,7 @@ 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/unimodules-constants-interface/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/UMConstantsInterface/UMConstantsInterface.release.xcconfig b/ios/Pods/Target Support Files/UMConstantsInterface/UMConstantsInterface.release.xcconfig index 5cea92152..c51e80a34 100644 --- a/ios/Pods/Target Support Files/UMConstantsInterface/UMConstantsInterface.release.xcconfig +++ b/ios/Pods/Target Support Files/UMConstantsInterface/UMConstantsInterface.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/UMConstantsInterface GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UMConstantsInterface" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" @@ -6,6 +7,7 @@ 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/unimodules-constants-interface/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/UMCore/UMCore.debug.xcconfig b/ios/Pods/Target Support Files/UMCore/UMCore.debug.xcconfig index 84a15a193..6de649c4e 100644 --- a/ios/Pods/Target Support Files/UMCore/UMCore.debug.xcconfig +++ b/ios/Pods/Target Support Files/UMCore/UMCore.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/UMCore GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UMCore" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/UMCore" @@ -6,6 +7,7 @@ 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/@unimodules/core/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/UMCore/UMCore.release.xcconfig b/ios/Pods/Target Support Files/UMCore/UMCore.release.xcconfig index 84a15a193..6de649c4e 100644 --- a/ios/Pods/Target Support Files/UMCore/UMCore.release.xcconfig +++ b/ios/Pods/Target Support Files/UMCore/UMCore.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/UMCore GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UMCore" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/UMCore" @@ -6,6 +7,7 @@ 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/@unimodules/core/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/UMFaceDetectorInterface/UMFaceDetectorInterface.debug.xcconfig b/ios/Pods/Target Support Files/UMFaceDetectorInterface/UMFaceDetectorInterface.debug.xcconfig index 30f8441fc..a615300e3 100644 --- a/ios/Pods/Target Support Files/UMFaceDetectorInterface/UMFaceDetectorInterface.debug.xcconfig +++ b/ios/Pods/Target Support Files/UMFaceDetectorInterface/UMFaceDetectorInterface.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/UMFaceDetectorInterface GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" @@ -6,6 +7,7 @@ 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/unimodules-face-detector-interface/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/UMFaceDetectorInterface/UMFaceDetectorInterface.release.xcconfig b/ios/Pods/Target Support Files/UMFaceDetectorInterface/UMFaceDetectorInterface.release.xcconfig index 30f8441fc..a615300e3 100644 --- a/ios/Pods/Target Support Files/UMFaceDetectorInterface/UMFaceDetectorInterface.release.xcconfig +++ b/ios/Pods/Target Support Files/UMFaceDetectorInterface/UMFaceDetectorInterface.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/UMFaceDetectorInterface GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" @@ -6,6 +7,7 @@ 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/unimodules-face-detector-interface/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/UMFileSystemInterface/UMFileSystemInterface.debug.xcconfig b/ios/Pods/Target Support Files/UMFileSystemInterface/UMFileSystemInterface.debug.xcconfig index 7a44e641d..696dcb280 100644 --- a/ios/Pods/Target Support Files/UMFileSystemInterface/UMFileSystemInterface.debug.xcconfig +++ b/ios/Pods/Target Support Files/UMFileSystemInterface/UMFileSystemInterface.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/UMFileSystemInterface GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" @@ -6,6 +7,7 @@ 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/unimodules-file-system-interface/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/UMFileSystemInterface/UMFileSystemInterface.release.xcconfig b/ios/Pods/Target Support Files/UMFileSystemInterface/UMFileSystemInterface.release.xcconfig index 7a44e641d..696dcb280 100644 --- a/ios/Pods/Target Support Files/UMFileSystemInterface/UMFileSystemInterface.release.xcconfig +++ b/ios/Pods/Target Support Files/UMFileSystemInterface/UMFileSystemInterface.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/UMFileSystemInterface GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" @@ -6,6 +7,7 @@ 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/unimodules-file-system-interface/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/UMFontInterface/UMFontInterface.debug.xcconfig b/ios/Pods/Target Support Files/UMFontInterface/UMFontInterface.debug.xcconfig index 32d3617b2..c031f5641 100644 --- a/ios/Pods/Target Support Files/UMFontInterface/UMFontInterface.debug.xcconfig +++ b/ios/Pods/Target Support Files/UMFontInterface/UMFontInterface.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/UMFontInterface GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UMFontInterface" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/UMFontInterface" @@ -6,6 +7,7 @@ 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/unimodules-font-interface/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/UMFontInterface/UMFontInterface.release.xcconfig b/ios/Pods/Target Support Files/UMFontInterface/UMFontInterface.release.xcconfig index 32d3617b2..c031f5641 100644 --- a/ios/Pods/Target Support Files/UMFontInterface/UMFontInterface.release.xcconfig +++ b/ios/Pods/Target Support Files/UMFontInterface/UMFontInterface.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/UMFontInterface GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UMFontInterface" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/UMFontInterface" @@ -6,6 +7,7 @@ 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/unimodules-font-interface/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/UMImageLoaderInterface/UMImageLoaderInterface.debug.xcconfig b/ios/Pods/Target Support Files/UMImageLoaderInterface/UMImageLoaderInterface.debug.xcconfig index 25c47b6de..ca871024d 100644 --- a/ios/Pods/Target Support Files/UMImageLoaderInterface/UMImageLoaderInterface.debug.xcconfig +++ b/ios/Pods/Target Support Files/UMImageLoaderInterface/UMImageLoaderInterface.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/UMImageLoaderInterface GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" @@ -6,6 +7,7 @@ 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/unimodules-image-loader-interface/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/UMImageLoaderInterface/UMImageLoaderInterface.release.xcconfig b/ios/Pods/Target Support Files/UMImageLoaderInterface/UMImageLoaderInterface.release.xcconfig index 25c47b6de..ca871024d 100644 --- a/ios/Pods/Target Support Files/UMImageLoaderInterface/UMImageLoaderInterface.release.xcconfig +++ b/ios/Pods/Target Support Files/UMImageLoaderInterface/UMImageLoaderInterface.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/UMImageLoaderInterface GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" @@ -6,6 +7,7 @@ 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/unimodules-image-loader-interface/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/UMPermissionsInterface/UMPermissionsInterface.debug.xcconfig b/ios/Pods/Target Support Files/UMPermissionsInterface/UMPermissionsInterface.debug.xcconfig index 8b58b9cf5..32cb02825 100644 --- a/ios/Pods/Target Support Files/UMPermissionsInterface/UMPermissionsInterface.debug.xcconfig +++ b/ios/Pods/Target Support Files/UMPermissionsInterface/UMPermissionsInterface.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO 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/UMCore" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" @@ -6,6 +7,7 @@ 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/unimodules-permissions-interface/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/UMPermissionsInterface/UMPermissionsInterface.release.xcconfig b/ios/Pods/Target Support Files/UMPermissionsInterface/UMPermissionsInterface.release.xcconfig index 8b58b9cf5..32cb02825 100644 --- a/ios/Pods/Target Support Files/UMPermissionsInterface/UMPermissionsInterface.release.xcconfig +++ b/ios/Pods/Target Support Files/UMPermissionsInterface/UMPermissionsInterface.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO 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/UMCore" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" @@ -6,6 +7,7 @@ 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/unimodules-permissions-interface/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/UMReactNativeAdapter/UMReactNativeAdapter.debug.xcconfig b/ios/Pods/Target Support Files/UMReactNativeAdapter/UMReactNativeAdapter.debug.xcconfig index 02ed1ad46..373ed16b6 100644 --- a/ios/Pods/Target Support Files/UMReactNativeAdapter/UMReactNativeAdapter.debug.xcconfig +++ b/ios/Pods/Target Support Files/UMReactNativeAdapter/UMReactNativeAdapter.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ 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/@unimodules/react-native-adapter/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/UMReactNativeAdapter/UMReactNativeAdapter.release.xcconfig b/ios/Pods/Target Support Files/UMReactNativeAdapter/UMReactNativeAdapter.release.xcconfig index 02ed1ad46..373ed16b6 100644 --- a/ios/Pods/Target Support Files/UMReactNativeAdapter/UMReactNativeAdapter.release.xcconfig +++ b/ios/Pods/Target Support Files/UMReactNativeAdapter/UMReactNativeAdapter.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -7,6 +8,7 @@ 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/@unimodules/react-native-adapter/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/UMSensorsInterface/UMSensorsInterface.debug.xcconfig b/ios/Pods/Target Support Files/UMSensorsInterface/UMSensorsInterface.debug.xcconfig index 229686562..46e11283f 100644 --- a/ios/Pods/Target Support Files/UMSensorsInterface/UMSensorsInterface.debug.xcconfig +++ b/ios/Pods/Target Support Files/UMSensorsInterface/UMSensorsInterface.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/UMSensorsInterface GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UMSensorsInterface" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" @@ -6,6 +7,7 @@ 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/unimodules-sensors-interface/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/UMSensorsInterface/UMSensorsInterface.release.xcconfig b/ios/Pods/Target Support Files/UMSensorsInterface/UMSensorsInterface.release.xcconfig index 229686562..46e11283f 100644 --- a/ios/Pods/Target Support Files/UMSensorsInterface/UMSensorsInterface.release.xcconfig +++ b/ios/Pods/Target Support Files/UMSensorsInterface/UMSensorsInterface.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/UMSensorsInterface GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UMSensorsInterface" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" @@ -6,6 +7,7 @@ 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/unimodules-sensors-interface/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/UMTaskManagerInterface/UMTaskManagerInterface.debug.xcconfig b/ios/Pods/Target Support Files/UMTaskManagerInterface/UMTaskManagerInterface.debug.xcconfig index 4da96071f..4a1175057 100644 --- a/ios/Pods/Target Support Files/UMTaskManagerInterface/UMTaskManagerInterface.debug.xcconfig +++ b/ios/Pods/Target Support Files/UMTaskManagerInterface/UMTaskManagerInterface.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/UMTaskManagerInterface GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" @@ -6,6 +7,7 @@ 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/unimodules-task-manager-interface/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/UMTaskManagerInterface/UMTaskManagerInterface.release.xcconfig b/ios/Pods/Target Support Files/UMTaskManagerInterface/UMTaskManagerInterface.release.xcconfig index 4da96071f..4a1175057 100644 --- a/ios/Pods/Target Support Files/UMTaskManagerInterface/UMTaskManagerInterface.release.xcconfig +++ b/ios/Pods/Target Support Files/UMTaskManagerInterface/UMTaskManagerInterface.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/UMTaskManagerInterface GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" @@ -6,6 +7,7 @@ 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/unimodules-task-manager-interface/ios +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/Yoga/Yoga.debug.xcconfig b/ios/Pods/Target Support Files/Yoga/Yoga.debug.xcconfig index 2d4e83a7f..b427f289b 100644 --- a/ios/Pods/Target Support Files/Yoga/Yoga.debug.xcconfig +++ b/ios/Pods/Target Support Files/Yoga/Yoga.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Yoga DEFINES_MODULE = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/ReactCommon/yoga +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/Yoga/Yoga.release.xcconfig b/ios/Pods/Target Support Files/Yoga/Yoga.release.xcconfig index 2d4e83a7f..b427f289b 100644 --- a/ios/Pods/Target Support Files/Yoga/Yoga.release.xcconfig +++ b/ios/Pods/Target Support Files/Yoga/Yoga.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Yoga DEFINES_MODULE = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/ReactCommon/yoga +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/YogaKit/YogaKit.debug.xcconfig b/ios/Pods/Target Support Files/YogaKit/YogaKit.debug.xcconfig index b27a896c9..f0446c451 100644 --- a/ios/Pods/Target Support Files/YogaKit/YogaKit.debug.xcconfig +++ b/ios/Pods/Target Support Files/YogaKit/YogaKit.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/YogaKit GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/YogaKit" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Yoga" @@ -9,6 +10,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/YogaKit +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/YogaKit/YogaKit.release.xcconfig b/ios/Pods/Target Support Files/YogaKit/YogaKit.release.xcconfig index b27a896c9..f0446c451 100644 --- a/ios/Pods/Target Support Files/YogaKit/YogaKit.release.xcconfig +++ b/ios/Pods/Target Support Files/YogaKit/YogaKit.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/YogaKit GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/YogaKit" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Yoga" @@ -9,6 +10,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/YogaKit +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/boost-for-react-native/boost-for-react-native.debug.xcconfig b/ios/Pods/Target Support Files/boost-for-react-native/boost-for-react-native.debug.xcconfig index ff045601a..6e5a4dd44 100644 --- a/ios/Pods/Target Support Files/boost-for-react-native/boost-for-react-native.debug.xcconfig +++ b/ios/Pods/Target Support Files/boost-for-react-native/boost-for-react-native.debug.xcconfig @@ -1,10 +1,12 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/boost-for-react-native GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/boost-for-react-native +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/boost-for-react-native/boost-for-react-native.release.xcconfig b/ios/Pods/Target Support Files/boost-for-react-native/boost-for-react-native.release.xcconfig index ff045601a..6e5a4dd44 100644 --- a/ios/Pods/Target Support Files/boost-for-react-native/boost-for-react-native.release.xcconfig +++ b/ios/Pods/Target Support Files/boost-for-react-native/boost-for-react-native.release.xcconfig @@ -1,10 +1,12 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/boost-for-react-native GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/boost-for-react-native +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/glog/glog.debug.xcconfig b/ios/Pods/Target Support Files/glog/glog.debug.xcconfig index 4751579d2..fbad9287c 100644 --- a/ios/Pods/Target Support Files/glog/glog.debug.xcconfig +++ b/ios/Pods/Target Support Files/glog/glog.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/glog GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/glog" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/glog" $(PODS_TARGET_SRCROOT)/src @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/glog +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = NO diff --git a/ios/Pods/Target Support Files/glog/glog.release.xcconfig b/ios/Pods/Target Support Files/glog/glog.release.xcconfig index 4751579d2..fbad9287c 100644 --- a/ios/Pods/Target Support Files/glog/glog.release.xcconfig +++ b/ios/Pods/Target Support Files/glog/glog.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/glog GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/glog" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/glog" $(PODS_TARGET_SRCROOT)/src @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/glog +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_HEADERMAP = NO diff --git a/ios/Pods/Target Support Files/libwebp/libwebp.debug.xcconfig b/ios/Pods/Target Support Files/libwebp/libwebp.debug.xcconfig index c89af4a99..c1c164ced 100644 --- a/ios/Pods/Target Support Files/libwebp/libwebp.debug.xcconfig +++ b/ios/Pods/Target Support Files/libwebp/libwebp.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/libwebp GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/libwebp" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/libwebp" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/libwebp +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USER_HEADER_SEARCH_PATHS = $(inherited) ${PODS_ROOT}/libwebp/ ${PODS_TARGET_SRCROOT}/ diff --git a/ios/Pods/Target Support Files/libwebp/libwebp.release.xcconfig b/ios/Pods/Target Support Files/libwebp/libwebp.release.xcconfig index c89af4a99..c1c164ced 100644 --- a/ios/Pods/Target Support Files/libwebp/libwebp.release.xcconfig +++ b/ios/Pods/Target Support Files/libwebp/libwebp.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/libwebp GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/libwebp" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/libwebp" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/libwebp +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USER_HEADER_SEARCH_PATHS = $(inherited) ${PODS_ROOT}/libwebp/ ${PODS_TARGET_SRCROOT}/ diff --git a/ios/Pods/Target Support Files/nanopb/nanopb.debug.xcconfig b/ios/Pods/Target Support Files/nanopb/nanopb.debug.xcconfig index 6b36faaa2..a5edb368e 100644 --- a/ios/Pods/Target Support Files/nanopb/nanopb.debug.xcconfig +++ b/ios/Pods/Target Support Files/nanopb/nanopb.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/nanopb GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/nanopb" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/nanopb" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/nanopb +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/nanopb/nanopb.release.xcconfig b/ios/Pods/Target Support Files/nanopb/nanopb.release.xcconfig index 6b36faaa2..a5edb368e 100644 --- a/ios/Pods/Target Support Files/nanopb/nanopb.release.xcconfig +++ b/ios/Pods/Target Support Files/nanopb/nanopb.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/nanopb GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/nanopb" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/nanopb" @@ -6,6 +7,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/nanopb +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-appearance/react-native-appearance.debug.xcconfig b/ios/Pods/Target Support Files/react-native-appearance/react-native-appearance.debug.xcconfig index 8b585f600..3f069500d 100644 --- a/ios/Pods/Target Support Files/react-native-appearance/react-native-appearance.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-appearance/react-native-appearance.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-appearance" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-appearance" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-appearance +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-appearance/react-native-appearance.release.xcconfig b/ios/Pods/Target Support Files/react-native-appearance/react-native-appearance.release.xcconfig index 8b585f600..3f069500d 100644 --- a/ios/Pods/Target Support Files/react-native-appearance/react-native-appearance.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-appearance/react-native-appearance.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-appearance" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-appearance" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-appearance +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-background-timer/react-native-background-timer.debug.xcconfig b/ios/Pods/Target Support Files/react-native-background-timer/react-native-background-timer.debug.xcconfig index d179ed0e3..dfb85f2f2 100644 --- a/ios/Pods/Target Support Files/react-native-background-timer/react-native-background-timer.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-background-timer/react-native-background-timer.debug.xcconfig @@ -1,12 +1,14 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-background-timer" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-background-timer" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-background-timer" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-background-timer" OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-background-timer +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-background-timer/react-native-background-timer.release.xcconfig b/ios/Pods/Target Support Files/react-native-background-timer/react-native-background-timer.release.xcconfig index d179ed0e3..dfb85f2f2 100644 --- a/ios/Pods/Target Support Files/react-native-background-timer/react-native-background-timer.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-background-timer/react-native-background-timer.release.xcconfig @@ -1,12 +1,14 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-background-timer" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-background-timer" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-background-timer" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-background-timer" OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-background-timer +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-blur/react-native-blur.debug.xcconfig b/ios/Pods/Target Support Files/react-native-blur/react-native-blur.debug.xcconfig index e025be7ed..0776e0850 100644 --- a/ios/Pods/Target Support Files/react-native-blur/react-native-blur.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-blur/react-native-blur.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-blur GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-blur" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-blur" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@react-native-community/blur +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-blur/react-native-blur.release.xcconfig b/ios/Pods/Target Support Files/react-native-blur/react-native-blur.release.xcconfig index e025be7ed..0776e0850 100644 --- a/ios/Pods/Target Support Files/react-native-blur/react-native-blur.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-blur/react-native-blur.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-blur GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-blur" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-blur" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@react-native-community/blur +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-cameraroll/react-native-cameraroll.debug.xcconfig b/ios/Pods/Target Support Files/react-native-cameraroll/react-native-cameraroll.debug.xcconfig index 71e88bff2..3c5a069b1 100644 --- a/ios/Pods/Target Support Files/react-native-cameraroll/react-native-cameraroll.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-cameraroll/react-native-cameraroll.debug.xcconfig @@ -1,12 +1,14 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-cameraroll" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-cameraroll" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@react-native-community/cameraroll +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-cameraroll/react-native-cameraroll.release.xcconfig b/ios/Pods/Target Support Files/react-native-cameraroll/react-native-cameraroll.release.xcconfig index 71e88bff2..3c5a069b1 100644 --- a/ios/Pods/Target Support Files/react-native-cameraroll/react-native-cameraroll.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-cameraroll/react-native-cameraroll.release.xcconfig @@ -1,12 +1,14 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-cameraroll" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-cameraroll" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@react-native-community/cameraroll +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-cookies/react-native-cookies.debug.xcconfig b/ios/Pods/Target Support Files/react-native-cookies/react-native-cookies.debug.xcconfig index 3d12db6e2..0bd7e8743 100644 --- a/ios/Pods/Target Support Files/react-native-cookies/react-native-cookies.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-cookies/react-native-cookies.debug.xcconfig @@ -1,12 +1,14 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-cookies GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-cookies" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-cookies" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-cookies" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-cookies" OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@react-native-community/cookies +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@react-native-cookies/cookies +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-cookies/react-native-cookies.release.xcconfig b/ios/Pods/Target Support Files/react-native-cookies/react-native-cookies.release.xcconfig index 3d12db6e2..0bd7e8743 100644 --- a/ios/Pods/Target Support Files/react-native-cookies/react-native-cookies.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-cookies/react-native-cookies.release.xcconfig @@ -1,12 +1,14 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-cookies GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-cookies" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-cookies" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-cookies" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-cookies" OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@react-native-community/cookies +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@react-native-cookies/cookies +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-document-picker/react-native-document-picker.debug.xcconfig b/ios/Pods/Target Support Files/react-native-document-picker/react-native-document-picker.debug.xcconfig index 79747078c..bb34a2be1 100644 --- a/ios/Pods/Target Support Files/react-native-document-picker/react-native-document-picker.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-document-picker/react-native-document-picker.debug.xcconfig @@ -1,12 +1,14 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-document-picker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-document-picker" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-document-picker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-document-picker" OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-document-picker +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-document-picker/react-native-document-picker.release.xcconfig b/ios/Pods/Target Support Files/react-native-document-picker/react-native-document-picker.release.xcconfig index 79747078c..bb34a2be1 100644 --- a/ios/Pods/Target Support Files/react-native-document-picker/react-native-document-picker.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-document-picker/react-native-document-picker.release.xcconfig @@ -1,12 +1,14 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-document-picker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-document-picker" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-document-picker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-document-picker" OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-document-picker +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-jitsi-meet/react-native-jitsi-meet.debug.xcconfig b/ios/Pods/Target Support Files/react-native-jitsi-meet/react-native-jitsi-meet.debug.xcconfig index fd61ee5c2..1e3488d2b 100644 --- a/ios/Pods/Target Support Files/react-native-jitsi-meet/react-native-jitsi-meet.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-jitsi-meet/react-native-jitsi-meet.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/JitsiMeetSDK/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-jitsi-meet +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-jitsi-meet/react-native-jitsi-meet.release.xcconfig b/ios/Pods/Target Support Files/react-native-jitsi-meet/react-native-jitsi-meet.release.xcconfig index fd61ee5c2..1e3488d2b 100644 --- a/ios/Pods/Target Support Files/react-native-jitsi-meet/react-native-jitsi-meet.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-jitsi-meet/react-native-jitsi-meet.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/JitsiMeetSDK/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-jitsi-meet +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-mmkv-storage/react-native-mmkv-storage.debug.xcconfig b/ios/Pods/Target Support Files/react-native-mmkv-storage/react-native-mmkv-storage.debug.xcconfig index f28b152c1..2a18c7096 100644 --- a/ios/Pods/Target Support Files/react-native-mmkv-storage/react-native-mmkv-storage.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-mmkv-storage/react-native-mmkv-storage.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-mmkv-storage GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-mmkv-storage" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/MMKV" "${PODS_ROOT}/Headers/Public/MMKVCore" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-mmkv-storage" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-mmkv-storage +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-mmkv-storage/react-native-mmkv-storage.release.xcconfig b/ios/Pods/Target Support Files/react-native-mmkv-storage/react-native-mmkv-storage.release.xcconfig index f28b152c1..2a18c7096 100644 --- a/ios/Pods/Target Support Files/react-native-mmkv-storage/react-native-mmkv-storage.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-mmkv-storage/react-native-mmkv-storage.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-mmkv-storage GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-mmkv-storage" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/MMKV" "${PODS_ROOT}/Headers/Public/MMKVCore" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-mmkv-storage" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-mmkv-storage +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-netinfo/react-native-netinfo.debug.xcconfig b/ios/Pods/Target Support Files/react-native-netinfo/react-native-netinfo.debug.xcconfig index c6acdaadb..565f9becf 100644 --- a/ios/Pods/Target Support Files/react-native-netinfo/react-native-netinfo.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-netinfo/react-native-netinfo.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-netinfo GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-netinfo" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-netinfo" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@react-native-community/netinfo +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-netinfo/react-native-netinfo.release.xcconfig b/ios/Pods/Target Support Files/react-native-netinfo/react-native-netinfo.release.xcconfig index c6acdaadb..565f9becf 100644 --- a/ios/Pods/Target Support Files/react-native-netinfo/react-native-netinfo.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-netinfo/react-native-netinfo.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-netinfo GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-netinfo" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-netinfo" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@react-native-community/netinfo +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-notifications/react-native-notifications.debug.xcconfig b/ios/Pods/Target Support Files/react-native-notifications/react-native-notifications.debug.xcconfig index d2fd87e22..d5ff2f50b 100644 --- a/ios/Pods/Target Support Files/react-native-notifications/react-native-notifications.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-notifications/react-native-notifications.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-notifications" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-notifications" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-notifications +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-notifications/react-native-notifications.release.xcconfig b/ios/Pods/Target Support Files/react-native-notifications/react-native-notifications.release.xcconfig index d2fd87e22..d5ff2f50b 100644 --- a/ios/Pods/Target Support Files/react-native-notifications/react-native-notifications.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-notifications/react-native-notifications.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-notifications" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-notifications" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-notifications +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-orientation-locker/react-native-orientation-locker.debug.xcconfig b/ios/Pods/Target Support Files/react-native-orientation-locker/react-native-orientation-locker.debug.xcconfig index e577387d1..1700e2d09 100644 --- a/ios/Pods/Target Support Files/react-native-orientation-locker/react-native-orientation-locker.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-orientation-locker/react-native-orientation-locker.debug.xcconfig @@ -1,12 +1,14 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-orientation-locker +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-orientation-locker/react-native-orientation-locker.release.xcconfig b/ios/Pods/Target Support Files/react-native-orientation-locker/react-native-orientation-locker.release.xcconfig index e577387d1..1700e2d09 100644 --- a/ios/Pods/Target Support Files/react-native-orientation-locker/react-native-orientation-locker.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-orientation-locker/react-native-orientation-locker.release.xcconfig @@ -1,12 +1,14 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-orientation-locker +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-restart/react-native-restart.debug.xcconfig b/ios/Pods/Target Support Files/react-native-restart/react-native-restart.debug.xcconfig index 3d49bb2e7..ad2609cdf 100644 --- a/ios/Pods/Target Support Files/react-native-restart/react-native-restart.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-restart/react-native-restart.debug.xcconfig @@ -1,12 +1,14 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-restart GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-restart" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-restart" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-restart" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-restart" OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-restart +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-restart/react-native-restart.release.xcconfig b/ios/Pods/Target Support Files/react-native-restart/react-native-restart.release.xcconfig index 3d49bb2e7..ad2609cdf 100644 --- a/ios/Pods/Target Support Files/react-native-restart/react-native-restart.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-restart/react-native-restart.release.xcconfig @@ -1,12 +1,14 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-restart GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-restart" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-restart" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-restart" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-restart" OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-restart +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-safe-area-context/react-native-safe-area-context.debug.xcconfig b/ios/Pods/Target Support Files/react-native-safe-area-context/react-native-safe-area-context.debug.xcconfig index 11d9fb841..5556419b6 100644 --- a/ios/Pods/Target Support Files/react-native-safe-area-context/react-native-safe-area-context.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-safe-area-context/react-native-safe-area-context.debug.xcconfig @@ -1,12 +1,14 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-safe-area-context GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-safe-area-context" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-safe-area-context" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-safe-area-context" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-safe-area-context" OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-safe-area-context +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-safe-area-context/react-native-safe-area-context.release.xcconfig b/ios/Pods/Target Support Files/react-native-safe-area-context/react-native-safe-area-context.release.xcconfig index 11d9fb841..5556419b6 100644 --- a/ios/Pods/Target Support Files/react-native-safe-area-context/react-native-safe-area-context.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-safe-area-context/react-native-safe-area-context.release.xcconfig @@ -1,12 +1,14 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-safe-area-context GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-safe-area-context" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-safe-area-context" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-safe-area-context" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-safe-area-context" OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-safe-area-context +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-simple-crypto/react-native-simple-crypto.debug.xcconfig b/ios/Pods/Target Support Files/react-native-simple-crypto/react-native-simple-crypto.debug.xcconfig index 6e34cbb44..4b7083601 100644 --- a/ios/Pods/Target Support Files/react-native-simple-crypto/react-native-simple-crypto.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-simple-crypto/react-native-simple-crypto.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-simple-crypto" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-simple-crypto +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-simple-crypto/react-native-simple-crypto.release.xcconfig b/ios/Pods/Target Support Files/react-native-simple-crypto/react-native-simple-crypto.release.xcconfig index 6e34cbb44..4b7083601 100644 --- a/ios/Pods/Target Support Files/react-native-simple-crypto/react-native-simple-crypto.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-simple-crypto/react-native-simple-crypto.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-simple-crypto" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" @@ -8,6 +9,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-simple-crypto +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-slider/react-native-slider.debug.xcconfig b/ios/Pods/Target Support Files/react-native-slider/react-native-slider.debug.xcconfig index ab6670e98..3c114d1f0 100644 --- a/ios/Pods/Target Support Files/react-native-slider/react-native-slider.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-slider/react-native-slider.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-slider" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-slider" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@react-native-community/slider +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-slider/react-native-slider.release.xcconfig b/ios/Pods/Target Support Files/react-native-slider/react-native-slider.release.xcconfig index ab6670e98..3c114d1f0 100644 --- a/ios/Pods/Target Support Files/react-native-slider/react-native-slider.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-slider/react-native-slider.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-slider" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-slider" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/@react-native-community/slider +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-webview/react-native-webview.debug.xcconfig b/ios/Pods/Target Support Files/react-native-webview/react-native-webview.debug.xcconfig index f4d93ac7c..a18cfbce4 100644 --- a/ios/Pods/Target Support Files/react-native-webview/react-native-webview.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-webview/react-native-webview.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-webview" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-webview" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-webview +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/react-native-webview/react-native-webview.release.xcconfig b/ios/Pods/Target Support Files/react-native-webview/react-native-webview.release.xcconfig index f4d93ac7c..a18cfbce4 100644 --- a/ios/Pods/Target Support Files/react-native-webview/react-native-webview.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-webview/react-native-webview.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-webview" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-webview" @@ -7,6 +8,7 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-webview +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/rn-extensions-share/rn-extensions-share.debug.xcconfig b/ios/Pods/Target Support Files/rn-extensions-share/rn-extensions-share.debug.xcconfig index 7907fa551..3435f30ef 100644 --- a/ios/Pods/Target Support Files/rn-extensions-share/rn-extensions-share.debug.xcconfig +++ b/ios/Pods/Target Support Files/rn-extensions-share/rn-extensions-share.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/rn-extensions-share" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/rn-extensions-share" @@ -7,6 +8,7 @@ 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/rn-extensions-share +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/rn-extensions-share/rn-extensions-share.release.xcconfig b/ios/Pods/Target Support Files/rn-extensions-share/rn-extensions-share.release.xcconfig index 7907fa551..3435f30ef 100644 --- a/ios/Pods/Target Support Files/rn-extensions-share/rn-extensions-share.release.xcconfig +++ b/ios/Pods/Target Support Files/rn-extensions-share/rn-extensions-share.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/rn-extensions-share" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/rn-extensions-share" @@ -7,6 +8,7 @@ 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/rn-extensions-share +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/rn-fetch-blob/rn-fetch-blob.debug.xcconfig b/ios/Pods/Target Support Files/rn-fetch-blob/rn-fetch-blob.debug.xcconfig index fd05f9753..5487c0ff8 100644 --- a/ios/Pods/Target Support Files/rn-fetch-blob/rn-fetch-blob.debug.xcconfig +++ b/ios/Pods/Target Support Files/rn-fetch-blob/rn-fetch-blob.debug.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/rn-fetch-blob" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" @@ -7,6 +8,7 @@ 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/rn-fetch-blob +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/rn-fetch-blob/rn-fetch-blob.release.xcconfig b/ios/Pods/Target Support Files/rn-fetch-blob/rn-fetch-blob.release.xcconfig index fd05f9753..5487c0ff8 100644 --- a/ios/Pods/Target Support Files/rn-fetch-blob/rn-fetch-blob.release.xcconfig +++ b/ios/Pods/Target Support Files/rn-fetch-blob/rn-fetch-blob.release.xcconfig @@ -1,4 +1,5 @@ APPLICATION_EXTENSION_API_ONLY = YES +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/rn-fetch-blob" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" @@ -7,6 +8,7 @@ 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/rn-fetch-blob +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/RocketChatRN/AppDelegate.m b/ios/RocketChatRN/AppDelegate.m index 28fde17f0..ca1e61541 100644 --- a/ios/RocketChatRN/AppDelegate.m +++ b/ios/RocketChatRN/AppDelegate.m @@ -60,7 +60,6 @@ static void InitializeFlipper(UIApplication *application) { self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds]; UIViewController *rootViewController = [UIViewController new]; rootViewController.view = rootView; - [RNBootSplash initWithStoryboard:@"LaunchScreen" rootView:rootView]; self.window.rootViewController = rootViewController; [self.window makeKeyAndVisible]; [RNNotifications startMonitorNotifications]; @@ -69,6 +68,8 @@ static void InitializeFlipper(UIApplication *application) { // AppGroup MMKV NSString *groupDir = [[NSFileManager defaultManager] containerURLForSecurityApplicationGroupIdentifier:[[NSBundle mainBundle] objectForInfoDictionaryKey:@"AppGroup"]].path; [MMKV initializeMMKV:nil groupDir:groupDir logLevel:MMKVLogNone]; + + [RNBootSplash initWithStoryboard:@"LaunchScreen" rootView:rootView]; return YES; } diff --git a/package.json b/package.json index f338cbadb..e2fe635a3 100644 --- a/package.json +++ b/package.json @@ -16,43 +16,39 @@ "precommit": "eslint . && jest", "generate-source-maps-ios": "react-native bundle --platform ios --dev false --entry-file index.js --bundle-output ios-release.bundle --sourcemap-output ios-release.bundle.map", "generate-source-maps-android": "bugsnag-sourcemaps", - "postinstall": "patch-package && jetify" - }, - "husky": { - "hooks": { - "pre-commit": "npm run precommit" - } + "postinstall": "patch-package && jetify", + "prepare": "husky install" }, "dependencies": { "@codler/react-native-keyboard-aware-scroll-view": "^1.0.1", "@nozbe/watermelondb": "0.19.0", "@react-native-community/art": "^1.2.0", - "@react-native-community/async-storage": "1.11.0", + "@react-native-community/async-storage": "1.12.1", "@react-native-community/blur": "^3.6.0", - "@react-native-community/cameraroll": "^4.0.1", - "@react-native-community/cookies": "^4.0.0", - "@react-native-community/datetimepicker": "2.6.0", + "@react-native-community/cameraroll": "4.0.4", + "@react-native-community/datetimepicker": "3.5.2", "@react-native-community/hooks": "2.6.0", - "@react-native-community/masked-view": "^0.1.10", - "@react-native-community/netinfo": "^5.9.9", + "@react-native-community/masked-view": "0.1.11", + "@react-native-community/netinfo": "6.0.0", "@react-native-community/picker": "^1.8.1", - "@react-native-community/slider": "3.0.2", + "@react-native-community/slider": "3.0.3", + "@react-native-cookies/cookies": "6.0.8", "@react-native-firebase/analytics": "^7.3.1", "@react-native-firebase/app": "^8.2.0", "@react-native-firebase/crashlytics": "^8.1.2", - "@react-navigation/drawer": "5.8.5", - "@react-navigation/native": "5.7.0", - "@react-navigation/stack": "5.7.0", + "@react-navigation/drawer": "5.12.5", + "@react-navigation/native": "5.9.4", + "@react-navigation/stack": "5.14.5", "@rocket.chat/react-native-fast-image": "^8.2.0", "@rocket.chat/sdk": "RocketChat/Rocket.Chat.js.SDK#mobile", "@rocket.chat/ui-kit": "0.13.0", "bugsnag-react-native": "2.23.10", "bytebuffer": "^5.0.1", - "color2k": "^1.2.2", + "color2k": "1.2.4", "commonmark": "git+https://github.com/RocketChat/commonmark.js.git", "commonmark-react-renderer": "git+https://github.com/RocketChat/commonmark-react-renderer.git", "dequal": "^2.0.2", - "ejson": "2.2.0", + "ejson": "2.2.1", "eslint-config-airbnb": "^18.1.0", "expo-apple-authentication": "^2.2.1", "expo-av": "8.2.1", @@ -60,27 +56,26 @@ "expo-haptics": "8.2.1", "expo-keep-awake": "8.2.1", "expo-local-authentication": "9.2.0", - "expo-video-thumbnails": "^5.0.0", + "expo-video-thumbnails": "5.1.0", "expo-web-browser": "8.3.1", "hoist-non-react-statics": "3.3.2", - "i18n-js": "3.7.1", - "js-base64": "2.5.2", + "i18n-js": "3.8.0", + "js-base64": "3.6.1", "js-sha256": "^0.9.0", - "lodash": "4.17.20", - "mocha": "7.1.2", - "moment": "2.27.0", - "pretty-bytes": "^5.3.0", + "lodash": "4.17.21", + "moment": "2.29.1", + "pretty-bytes": "5.6.0", "prop-types": "15.7.2", "react": "16.13.1", "react-native": "RocketChat/react-native#0.63.4", "react-native-animatable": "^1.3.3", "react-native-appearance": "0.3.4", - "react-native-background-timer": "2.2.0", - "react-native-bootsplash": "2.2.5", + "react-native-background-timer": "2.4.1", + "react-native-bootsplash": "3.2.4", "react-native-config-reader": "^4.1.1", - "react-native-console-time-polyfill": "^1.2.1", - "react-native-device-info": "5.6.2", - "react-native-document-picker": "3.5.3", + "react-native-console-time-polyfill": "1.2.3", + "react-native-device-info": "8.1.3", + "react-native-document-picker": "5.2.0", "react-native-easy-grid": "^0.2.2", "react-native-easy-toast": "^1.2.0", "react-native-gesture-handler": "^1.6.1", @@ -88,22 +83,22 @@ "react-native-image-progress": "^1.1.1", "react-native-jitsi-meet": "RocketChat/react-native-jitsi-meet", "react-native-keycommands": "2.0.3", - "react-native-localize": "1.4.0", + "react-native-localize": "2.1.1", "react-native-mime-types": "2.3.0", "react-native-mmkv-storage": "0.3.5", - "react-native-modal": "11.5.6", + "react-native-modal": "11.10.0", "react-native-navigation-bar-color": "2.0.1", "react-native-notifications": "2.1.7", - "react-native-notifier": "1.3.1", - "react-native-orientation-locker": "1.1.8", - "react-native-picker-select": "7.0.0", + "react-native-notifier": "1.6.1", + "react-native-orientation-locker": "1.3.1", + "react-native-picker-select": "^8.0.4", "react-native-platform-touchable": "1.1.1", - "react-native-popover-view": "3.0.3", + "react-native-popover-view": "4.0.1", "react-native-progress": "4.1.2", "react-native-prompt-android": "^1.1.0", "react-native-reanimated": "1.9.0", - "react-native-restart": "^0.0.17", - "react-native-safe-area-context": "3.1.1", + "react-native-restart": "0.0.22", + "react-native-safe-area-context": "3.2.0", "react-native-screens": "2.9.0", "react-native-scroll-bottom-sheet": "0.6.2", "react-native-scrollable-tab-view": "^1.0.0", @@ -111,11 +106,11 @@ "react-native-slowlog": "^1.0.2", "react-native-ui-lib": "RocketChat/react-native-ui-lib#minor-improvements", "react-native-unimodules": "0.10.1", - "react-native-vector-icons": "7.0.0", + "react-native-vector-icons": "8.1.0", "react-native-webview": "10.3.2", - "react-redux": "7.2.0", + "react-redux": "7.2.4", "reactotron-react-native": "5.0.0", - "redux": "4.0.5", + "redux": "4.1.0", "redux-immutable-state-invariant": "2.1.0", "redux-saga": "1.1.3", "remove-markdown": "^0.3.0", @@ -123,11 +118,11 @@ "rn-extensions-share": "RocketChat/rn-extensions-share", "rn-fetch-blob": "0.12.0", "rn-root-view": "1.0.3", - "semver": "7.3.2", - "ua-parser-js": "^0.7.21", - "url-parse": "^1.4.7", - "use-deep-compare-effect": "^1.3.1", - "xregexp": "^4.3.0" + "semver": "7.3.5", + "ua-parser-js": "0.7.28", + "url-parse": "1.5.1", + "use-deep-compare-effect": "1.6.1", + "xregexp": "5.0.2" }, "devDependencies": { "@babel/core": "^7.8.4", @@ -135,30 +130,28 @@ "@babel/eslint-plugin": "^7.13.0", "@babel/plugin-proposal-decorators": "^7.8.3", "@babel/runtime": "^7.8.4", - "@storybook/addon-storyshots": "5.3.19", - "@storybook/react-native": "5.3.19", + "@storybook/addon-storyshots": "5.3.21", + "@storybook/react-native": "5.3.25", "@types/react-native": "^0.62.7", - "axios": "^0.19.2", - "babel-core": "^6.26.3", + "axios": "0.21.1", "babel-jest": "^25.1.0", "babel-plugin-transform-remove-console": "^6.9.4", - "babel-runtime": "^6.26.0", "bugsnag-sourcemaps": "1.3.0", - "codecov": "3.7.1", - "detox": "^18.10.0", - "emotion-theming": "10.0.27", + "codecov": "3.8.2", + "detox": "18.17.0", "eslint": "6.8.0", "eslint-plugin-import": "2.22.0", "eslint-plugin-jsx-a11y": "6.3.1", "eslint-plugin-react": "7.20.3", "eslint-plugin-react-native": "3.8.1", - "husky": "3.0.9", + "husky": "^6.0.0", "identity-obj-proxy": "^3.0.0", "jest": "^25.1.0", "jest-cli": "^23.6.0", "metro-react-native-babel-preset": "^0.59.0", + "mocha": "9.0.1", "otp.js": "1.2.0", - "patch-package": "6.2.2", + "patch-package": "6.4.7", "react-dom": "16.13.1", "react-test-renderer": "16.13.1", "reactotron-redux": "3.1.3", @@ -169,6 +162,9 @@ "e2e", "node_modules" ], + "transformIgnorePatterns": [ + "node_modules/(?!(jest-)?react-native|@react-native-community|@react-native-picker)" + ], "preset": "react-native", "coverageDirectory": "./coverage/", "collectCoverage": true, diff --git a/patches/react-native-device-info+5.6.2.patch b/patches/react-native-device-info+5.6.2.patch deleted file mode 100644 index c679d71f2..000000000 --- a/patches/react-native-device-info+5.6.2.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff --git a/node_modules/react-native-device-info/android/build.gradle b/node_modules/react-native-device-info/android/build.gradle -index ac1a9d4..ab9aef8 100644 ---- a/node_modules/react-native-device-info/android/build.gradle -+++ b/node_modules/react-native-device-info/android/build.gradle -@@ -49,14 +49,16 @@ repositories { - dependencies { - implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}" - implementation "com.android.installreferrer:installreferrer:${safeExtGet('installReferrerVersion', '1.1.2')}" -- def firebaseIidVersion = safeExtGet('firebaseIidVersion', null) -- if(firebaseIidVersion){ -- implementation "com.google.firebase:firebase-iid:$firebaseIidVersion" -- }else{ -- def iidVersion = safeExtGet('googlePlayServicesIidVersion', safeExtGet('googlePlayServicesVersion', '17.0.0')) -- implementation "com.google.android.gms:play-services-iid:$iidVersion" -+ def libreBuild = safeExtGet('libre_build', false) -+ if (!libreBuild) { -+ def firebaseIidVersion = safeExtGet('firebaseIidVersion', null) -+ if(firebaseIidVersion){ -+ implementation "com.google.firebase:firebase-iid:$firebaseIidVersion" -+ }else{ -+ def iidVersion = safeExtGet('googlePlayServicesIidVersion', safeExtGet('googlePlayServicesVersion', '17.0.0')) -+ implementation "com.google.android.gms:play-services-iid:$iidVersion" -+ } - } -- - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.5.2' - testImplementation "org.mockito:mockito-core:3.3.3" - } diff --git a/patches/react-native-device-info+8.1.3.patch b/patches/react-native-device-info+8.1.3.patch new file mode 100644 index 000000000..1a9bf25d8 --- /dev/null +++ b/patches/react-native-device-info+8.1.3.patch @@ -0,0 +1,34 @@ +diff --git a/node_modules/react-native-device-info/android/build.gradle b/node_modules/react-native-device-info/android/build.gradle +index 952667b..03cf7fd 100644 +--- a/node_modules/react-native-device-info/android/build.gradle ++++ b/node_modules/react-native-device-info/android/build.gradle +@@ -51,16 +51,19 @@ repositories { + dependencies { + implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}" + implementation "com.android.installreferrer:installreferrer:${safeExtGet('installReferrerVersion', '1.1.2')}" +- def firebaseBomVersion = safeExtGet("firebaseBomVersion", null) +- def firebaseIidVersion = safeExtGet('firebaseIidVersion', null) +- if (firebaseBomVersion) { +- implementation platform("com.google.firebase:firebase-bom:${firebaseBomVersion}") +- implementation "com.google.firebase:firebase-iid" +- } else if(firebaseIidVersion){ +- implementation "com.google.firebase:firebase-iid:${firebaseIidVersion}" +- }else{ +- def iidVersion = safeExtGet('googlePlayServicesIidVersion', safeExtGet('googlePlayServicesVersion', '17.0.0')) +- implementation "com.google.android.gms:play-services-iid:$iidVersion" ++ def libreBuild = safeExtGet('libre_build', false) ++ if (!libreBuild) { ++ def firebaseBomVersion = safeExtGet("firebaseBomVersion", null) ++ def firebaseIidVersion = safeExtGet('firebaseIidVersion', null) ++ if (firebaseBomVersion) { ++ implementation platform("com.google.firebase:firebase-bom:${firebaseBomVersion}") ++ implementation "com.google.firebase:firebase-iid" ++ } else if(firebaseIidVersion){ ++ implementation "com.google.firebase:firebase-iid:${firebaseIidVersion}" ++ }else{ ++ def iidVersion = safeExtGet('googlePlayServicesIidVersion', safeExtGet('googlePlayServicesVersion', '17.0.0')) ++ implementation "com.google.android.gms:play-services-iid:$iidVersion" ++ } + } + + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0' diff --git a/patches/react-native-orientation-locker+1.1.8.patch b/patches/react-native-orientation-locker+1.1.8.patch deleted file mode 100644 index e2ad5c629..000000000 --- a/patches/react-native-orientation-locker+1.1.8.patch +++ /dev/null @@ -1,44 +0,0 @@ -diff --git a/node_modules/react-native-orientation-locker/android/src/main/java/org/wonday/orientation/OrientationModule.java b/node_modules/react-native-orientation-locker/android/src/main/java/org/wonday/orientation/OrientationModule.java -index af1d952..e5215b8 100644 ---- a/node_modules/react-native-orientation-locker/android/src/main/java/org/wonday/orientation/OrientationModule.java -+++ b/node_modules/react-native-orientation-locker/android/src/main/java/org/wonday/orientation/OrientationModule.java -@@ -44,6 +44,7 @@ public class OrientationModule extends ReactContextBaseJavaModule implements Lif - final BroadcastReceiver mReceiver; - final OrientationEventListener mOrientationListener; - final ReactApplicationContext ctx; -+ private boolean registered = false; - private boolean isLocked = false; - private String lastOrientationValue = ""; - private String lastDeviceOrientationValue = ""; -@@ -346,6 +347,7 @@ public class OrientationModule extends ReactContextBaseJavaModule implements Lif - final Activity activity = getCurrentActivity(); - if (activity == null) return; - activity.registerReceiver(mReceiver, new IntentFilter("onConfigurationChanged")); -+ registered = true; - } - @Override - public void onHostPause() { -@@ -356,7 +358,10 @@ public class OrientationModule extends ReactContextBaseJavaModule implements Lif - if (activity == null) return; - try - { -- activity.unregisterReceiver(mReceiver); -+ if (registered) { -+ activity.unregisterReceiver(mReceiver); -+ registered = false; -+ } - } - catch (java.lang.IllegalArgumentException e) { - FLog.w(ReactConstants.TAG, "Receiver already unregistered", e); -@@ -372,7 +377,10 @@ public class OrientationModule extends ReactContextBaseJavaModule implements Lif - if (activity == null) return; - try - { -- activity.unregisterReceiver(mReceiver); -+ if (registered) { -+ activity.unregisterReceiver(mReceiver); -+ registered = false; -+ } - } - catch (java.lang.IllegalArgumentException e) { - FLog.w(ReactConstants.TAG, "Receiver already unregistered", e); diff --git a/patches/react-native-picker-select+7.0.0.patch b/patches/react-native-picker-select+7.0.0.patch deleted file mode 100644 index 007a93e53..000000000 --- a/patches/react-native-picker-select+7.0.0.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/node_modules/react-native-picker-select/src/index.js b/node_modules/react-native-picker-select/src/index.js -index 30a6732..bd1ccb5 100644 ---- a/node_modules/react-native-picker-select/src/index.js -+++ b/node_modules/react-native-picker-select/src/index.js -@@ -138,7 +138,7 @@ export default class RNPickerSelect extends PureComponent { - } - - return { -- ...(itemsChanged ? { items } : {}), -+ ...(itemsChanged ? { items: !isEqual(selectedItem, {}) ? items.filter(item => item.value !== null) : items } : {}), - ...(selectedItemChanged ? { selectedItem } : {}), - }; - } -@@ -160,7 +160,7 @@ export default class RNPickerSelect extends PureComponent { - }); - - this.state = { -- items, -+ items: !isEqual(selectedItem, {}) ? items.filter(item => item.value !== null) : items, - selectedItem, - showPicker: false, - animationType: undefined, diff --git a/yarn.lock b/yarn.lock index 0fc1c6c53..a1b14878f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -23,14 +23,22 @@ dependencies: "@babel/highlight" "^7.10.4" -"@babel/compat-data@^7.9.6": - version "7.9.6" - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.9.6.tgz#3f604c40e420131affe6f2c8052e9a275ae2049b" - integrity sha512-5QPTrNen2bm7RBc7dsOmcA5hbrS4O2Vhmk5XOL4zWW/zD/hV0iinpefDlkm+tBBy8kDtFaaeEvmAqt+nURAV2g== +"@babel/code-frame@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb" + integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw== dependencies: - browserslist "^4.11.1" - invariant "^2.2.4" - semver "^5.5.0" + "@babel/highlight" "^7.14.5" + +"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.5.tgz#8ef4c18e58e801c5c95d3c1c0f2874a2680fadea" + integrity sha512-kixrYn4JwfAVPa0f2yfzc2AWti6WRRyO3XjWW5PJAvtE11qhSayrrcrEnee05KAtNaPC+EwehE8Qt1UedEVB8w== + +"@babel/compat-data@^7.14.7": + version "7.14.7" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08" + integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw== "@babel/core@^7.0.0", "@babel/core@^7.1.0": version "7.9.6" @@ -54,7 +62,7 @@ semver "^5.4.1" source-map "^0.5.0" -"@babel/core@^7.7.5", "@babel/core@^7.8.4": +"@babel/core@^7.7.5": version "7.10.4" resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.4.tgz#780e8b83e496152f8dd7df63892b2e052bf1d51d" integrity sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA== @@ -76,19 +84,40 @@ semver "^5.4.1" source-map "^0.5.0" -"@babel/eslint-parser@^7.13.4": - version "7.13.4" - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.13.4.tgz#dd9df3c70f44d2fb5a6519e8e10ca06c67dca43a" - integrity sha512-WfFEd89SzqmtYox8crTLJuEXyJolZY6Uu6iJpJmw4aMu50zHbYnxzxwuVkCt2cWygw+gLkUPTtAuox7eSnrL8g== +"@babel/core@^7.8.4": + version "7.14.6" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab" + integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA== dependencies: - eslint-scope "5.1.0" - eslint-visitor-keys "^1.3.0" - semver "7.0.0" + "@babel/code-frame" "^7.14.5" + "@babel/generator" "^7.14.5" + "@babel/helper-compilation-targets" "^7.14.5" + "@babel/helper-module-transforms" "^7.14.5" + "@babel/helpers" "^7.14.6" + "@babel/parser" "^7.14.6" + "@babel/template" "^7.14.5" + "@babel/traverse" "^7.14.5" + "@babel/types" "^7.14.5" + convert-source-map "^1.7.0" + debug "^4.1.0" + gensync "^1.0.0-beta.2" + json5 "^2.1.2" + semver "^6.3.0" + source-map "^0.5.0" + +"@babel/eslint-parser@^7.13.4": + version "7.14.7" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.14.7.tgz#91be59a4f7dd60d02a3ef772d156976465596bda" + integrity sha512-6WPwZqO5priAGIwV6msJcdc9TsEPzYeYdS/Xuoap+/ihkgN6dzHp2bcAAwyWZ5bLzk0vvjDmKvRwkqNaiJ8BiQ== + dependencies: + eslint-scope "^5.1.1" + eslint-visitor-keys "^2.1.0" + semver "^6.3.0" "@babel/eslint-plugin@^7.13.0": - version "7.13.0" - resolved "https://registry.yarnpkg.com/@babel/eslint-plugin/-/eslint-plugin-7.13.0.tgz#e6d99efcd6b8551adf479e382a47218726179b1b" - integrity sha512-YGwCLc/u/uc3bU+q/fvgRQ62+TkxuyVvdmybK6ElzE49vODp+RnRe16eJzMM7EwvcRPQfQvcOSuGmzfcbZE2+w== + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/eslint-plugin/-/eslint-plugin-7.14.5.tgz#70b76608d49094062e8da2a2614d50fec775c00f" + integrity sha512-nzt/YMnOOIRikvSn2hk9+W2omgJBy6U8TN0R+WTTmqapA+HnZTuviZaketdTE9W7/k/+E/DfZlt1ey1NSE39pg== dependencies: eslint-rule-composer "^0.3.0" @@ -102,7 +131,16 @@ lodash "^4.17.13" source-map "^0.5.0" -"@babel/generator@^7.4.0", "@babel/generator@^7.5.0", "@babel/generator@^7.9.6": +"@babel/generator@^7.14.5", "@babel/generator@^7.4.0": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.5.tgz#848d7b9f031caca9d0cd0af01b063f226f52d785" + integrity sha512-y3rlP+/G25OIX3mYKKIOlQRcqj7YgrvHxOLbVmyLJ9bPmi5ttvUmpydVjcFjZphOktWuA7ovbx91ECloWTfjIA== + dependencies: + "@babel/types" "^7.14.5" + jsesc "^2.5.1" + source-map "^0.5.0" + +"@babel/generator@^7.5.0", "@babel/generator@^7.9.6": version "7.9.6" resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.6.tgz#5408c82ac5de98cda0d77d8124e99fa1f2170a43" integrity sha512-+htwWKJbH2bL72HRluF8zumBxzuX0ZZUFl3JLNyoUjM/Ho8wnVpPXM6aUz8cfKDqQ/h7zHqKt4xzJteUosckqQ== @@ -112,6 +150,13 @@ lodash "^4.17.13" source-map "^0.5.0" +"@babel/helper-annotate-as-pure@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61" + integrity sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA== + dependencies: + "@babel/types" "^7.14.5" + "@babel/helper-annotate-as-pure@^7.8.3": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz#60bc0bc657f63a0924ff9a4b4a0b24a13cf4deee" @@ -119,6 +164,14 @@ dependencies: "@babel/types" "^7.8.3" +"@babel/helper-builder-binary-assignment-operator-visitor@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.14.5.tgz#b939b43f8c37765443a19ae74ad8b15978e0a191" + integrity sha512-YTA/Twn0vBXDVGJuAX6PwW7x5zQei1luDDo2Pl6q1qZ7hVNl0RZrhHCQG/ArGpR29Vl7ETiB8eJyrvpuRp300w== + dependencies: + "@babel/helper-explode-assignable-expression" "^7.14.5" + "@babel/types" "^7.14.5" + "@babel/helper-builder-binary-assignment-operator-visitor@^7.8.3": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.8.3.tgz#c84097a427a061ac56a1c30ebf54b7b22d241503" @@ -144,28 +197,27 @@ "@babel/helper-annotate-as-pure" "^7.8.3" "@babel/types" "^7.9.0" -"@babel/helper-compilation-targets@^7.9.6": - version "7.9.6" - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.9.6.tgz#1e05b7ccc9d38d2f8b40b458b380a04dcfadd38a" - integrity sha512-x2Nvu0igO0ejXzx09B/1fGBxY9NXQlBW2kZsSxCJft+KHN8t9XWzIvFxtPHnBOAXpVsdxZKZFbRUC8TsNKajMw== +"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz#7a99c5d0967911e972fe2c3411f7d5b498498ecf" + integrity sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw== dependencies: - "@babel/compat-data" "^7.9.6" - browserslist "^4.11.1" - invariant "^2.2.4" - levenary "^1.1.1" - semver "^5.5.0" + "@babel/compat-data" "^7.14.5" + "@babel/helper-validator-option" "^7.14.5" + browserslist "^4.16.6" + semver "^6.3.0" -"@babel/helper-create-class-features-plugin@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.4.tgz#2d4015d0136bd314103a70d84a7183e4b344a355" - integrity sha512-9raUiOsXPxzzLjCXeosApJItoMnX3uyT4QdM2UldffuGApNrF8e938MwNpDCK9CPoyxrEoCgT+hObJc3mZa6lQ== +"@babel/helper-create-class-features-plugin@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.5.tgz#8842ec495516dd1ed8f6c572be92ba78b1e9beef" + integrity sha512-Uq9z2e7ZtcnDMirRqAGLRaLwJn+Lrh388v5ETrR3pALJnElVh2zqQmdbz4W2RUJYohAPh2mtyPUgyMHMzXMncQ== dependencies: - "@babel/helper-function-name" "^7.10.4" - "@babel/helper-member-expression-to-functions" "^7.10.4" - "@babel/helper-optimise-call-expression" "^7.10.4" - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/helper-replace-supers" "^7.10.4" - "@babel/helper-split-export-declaration" "^7.10.4" + "@babel/helper-annotate-as-pure" "^7.14.5" + "@babel/helper-function-name" "^7.14.5" + "@babel/helper-member-expression-to-functions" "^7.14.5" + "@babel/helper-optimise-call-expression" "^7.14.5" + "@babel/helper-replace-supers" "^7.14.5" + "@babel/helper-split-export-declaration" "^7.14.5" "@babel/helper-create-class-features-plugin@^7.8.3", "@babel/helper-create-class-features-plugin@^7.9.6": version "7.9.6" @@ -179,6 +231,14 @@ "@babel/helper-replace-supers" "^7.9.6" "@babel/helper-split-export-declaration" "^7.8.3" +"@babel/helper-create-regexp-features-plugin@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.14.5.tgz#c7d5ac5e9cf621c26057722fb7a8a4c5889358c4" + integrity sha512-TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A== + dependencies: + "@babel/helper-annotate-as-pure" "^7.14.5" + regexpu-core "^4.7.1" + "@babel/helper-create-regexp-features-plugin@^7.8.3", "@babel/helper-create-regexp-features-plugin@^7.8.8": version "7.8.8" resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.8.8.tgz#5d84180b588f560b7864efaeea89243e58312087" @@ -197,6 +257,27 @@ "@babel/types" "^7.8.3" lodash "^4.17.13" +"@babel/helper-define-polyfill-provider@^0.2.2": + version "0.2.3" + resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.3.tgz#0525edec5094653a282688d34d846e4c75e9c0b6" + integrity sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew== + dependencies: + "@babel/helper-compilation-targets" "^7.13.0" + "@babel/helper-module-imports" "^7.12.13" + "@babel/helper-plugin-utils" "^7.13.0" + "@babel/traverse" "^7.13.0" + debug "^4.1.1" + lodash.debounce "^4.0.8" + resolve "^1.14.2" + semver "^6.1.2" + +"@babel/helper-explode-assignable-expression@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.14.5.tgz#8aa72e708205c7bb643e45c73b4386cdf2a1f645" + integrity sha512-Htb24gnGJdIGT4vnRKMdoXiOIlqOLmdiUYpAQ0mYfgVT/GDm8GOYhgi4GL+hMKrkiPRohO4ts34ELFsGAPQLDQ== + dependencies: + "@babel/types" "^7.14.5" + "@babel/helper-explode-assignable-expression@^7.8.3": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.8.3.tgz#a728dc5b4e89e30fc2dfc7d04fa28a930653f982" @@ -214,6 +295,15 @@ "@babel/template" "^7.10.4" "@babel/types" "^7.10.4" +"@babel/helper-function-name@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz#89e2c474972f15d8e233b52ee8c480e2cfcd50c4" + integrity sha512-Gjna0AsXWfFvrAuX+VKcN/aNNWonizBj39yGwUzVDVTlMYJMK2Wp6xdpy72mfArFq5uK+NOuexfzZlzI1z9+AQ== + dependencies: + "@babel/helper-get-function-arity" "^7.14.5" + "@babel/template" "^7.14.5" + "@babel/types" "^7.14.5" + "@babel/helper-function-name@^7.8.3", "@babel/helper-function-name@^7.9.5": version "7.9.5" resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c" @@ -230,6 +320,13 @@ dependencies: "@babel/types" "^7.10.4" +"@babel/helper-get-function-arity@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815" + integrity sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg== + dependencies: + "@babel/types" "^7.14.5" + "@babel/helper-get-function-arity@^7.8.3": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5" @@ -237,12 +334,12 @@ dependencies: "@babel/types" "^7.8.3" -"@babel/helper-hoist-variables@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.8.3.tgz#1dbe9b6b55d78c9b4183fc8cdc6e30ceb83b7134" - integrity sha512-ky1JLOjcDUtSc+xkt0xhYff7Z6ILTAHKmZLHPxAhOP0Nd77O+3nCsd6uSVYur6nJnCI029CrNbYlc0LoPfAPQg== +"@babel/helper-hoist-variables@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.14.5.tgz#e0dd27c33a78e577d7c8884916a3e7ef1f7c7f8d" + integrity sha512-R1PXiz31Uc0Vxy4OEOm07x0oSjKAdPPCh3tPivn/Eo8cvz6gveAeuyUUPB21Hoiif0uoPQSSdhIPS3352nvdyQ== dependencies: - "@babel/types" "^7.8.3" + "@babel/types" "^7.14.5" "@babel/helper-member-expression-to-functions@^7.10.4": version "7.10.4" @@ -251,6 +348,13 @@ dependencies: "@babel/types" "^7.10.4" +"@babel/helper-member-expression-to-functions@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.5.tgz#d5c70e4ad13b402c95156c7a53568f504e2fb7b8" + integrity sha512-UxUeEYPrqH1Q/k0yRku1JE7dyfyehNwT6SVkMHvYvPDv4+uu627VXBckVj891BO8ruKBkiDoGnZf4qPDD8abDQ== + dependencies: + "@babel/types" "^7.14.5" + "@babel/helper-member-expression-to-functions@^7.8.3": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz#659b710498ea6c1d9907e0c73f206eee7dadc24c" @@ -272,6 +376,13 @@ dependencies: "@babel/types" "^7.10.4" +"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3" + integrity sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ== + dependencies: + "@babel/types" "^7.14.5" + "@babel/helper-module-transforms@^7.10.4": version "7.10.4" resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.4.tgz#ca1f01fdb84e48c24d7506bb818c961f1da8805d" @@ -285,6 +396,20 @@ "@babel/types" "^7.10.4" lodash "^4.17.13" +"@babel/helper-module-transforms@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.5.tgz#7de42f10d789b423eb902ebd24031ca77cb1e10e" + integrity sha512-iXpX4KW8LVODuAieD7MzhNjmM6dzYY5tfRqT+R9HDXWl0jPn/djKmA+G9s/2C2T9zggw5tK1QNqZ70USfedOwA== + dependencies: + "@babel/helper-module-imports" "^7.14.5" + "@babel/helper-replace-supers" "^7.14.5" + "@babel/helper-simple-access" "^7.14.5" + "@babel/helper-split-export-declaration" "^7.14.5" + "@babel/helper-validator-identifier" "^7.14.5" + "@babel/template" "^7.14.5" + "@babel/traverse" "^7.14.5" + "@babel/types" "^7.14.5" + "@babel/helper-module-transforms@^7.9.0": version "7.9.0" resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5" @@ -305,6 +430,13 @@ dependencies: "@babel/types" "^7.10.4" +"@babel/helper-optimise-call-expression@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c" + integrity sha512-IqiLIrODUOdnPU9/F8ib1Fx2ohlgDhxnIDU7OEVi+kAbEZcyiF7BLU8W6PfvPi9LzztjS7kcbzbmL7oG8kD6VA== + dependencies: + "@babel/types" "^7.14.5" + "@babel/helper-optimise-call-expression@^7.8.3": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz#7ed071813d09c75298ef4f208956006b6111ecb9" @@ -322,6 +454,11 @@ resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375" integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== +"@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9" + integrity sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ== + "@babel/helper-regex@^7.8.3": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.8.3.tgz#139772607d51b93f23effe72105b319d2a4c6965" @@ -329,6 +466,15 @@ dependencies: lodash "^4.17.13" +"@babel/helper-remap-async-to-generator@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.14.5.tgz#51439c913612958f54a987a4ffc9ee587a2045d6" + integrity sha512-rLQKdQU+HYlxBwQIj8dk4/0ENOUEhA/Z0l4hN8BexpvmSMN9oA9EagjnhnDpNsRdWCfjwa4mn/HyBXO9yhQP6A== + dependencies: + "@babel/helper-annotate-as-pure" "^7.14.5" + "@babel/helper-wrap-function" "^7.14.5" + "@babel/types" "^7.14.5" + "@babel/helper-remap-async-to-generator@^7.8.3": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.8.3.tgz#273c600d8b9bf5006142c1e35887d555c12edd86" @@ -350,6 +496,16 @@ "@babel/traverse" "^7.10.4" "@babel/types" "^7.10.4" +"@babel/helper-replace-supers@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz#0ecc0b03c41cd567b4024ea016134c28414abb94" + integrity sha512-3i1Qe9/8x/hCHINujn+iuHy+mMRLoc77b2nI9TB0zjH1hvn9qGlXjWlggdwUcju36PkPCy/lpM7LLUdcTyH4Ow== + dependencies: + "@babel/helper-member-expression-to-functions" "^7.14.5" + "@babel/helper-optimise-call-expression" "^7.14.5" + "@babel/traverse" "^7.14.5" + "@babel/types" "^7.14.5" + "@babel/helper-replace-supers@^7.8.3", "@babel/helper-replace-supers@^7.8.6", "@babel/helper-replace-supers@^7.9.6": version "7.9.6" resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.9.6.tgz#03149d7e6a5586ab6764996cd31d6981a17e1444" @@ -368,6 +524,13 @@ "@babel/template" "^7.10.4" "@babel/types" "^7.10.4" +"@babel/helper-simple-access@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.5.tgz#66ea85cf53ba0b4e588ba77fc813f53abcaa41c4" + integrity sha512-nfBN9xvmCt6nrMZjfhkl7i0oTV3yxR4/FztsbOASyTvVcoYd0TRHh7eMLdlEcCqobydC0LAF3LtC92Iwxo0wyw== + dependencies: + "@babel/types" "^7.14.5" + "@babel/helper-simple-access@^7.8.3": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz#7f8109928b4dab4654076986af575231deb639ae" @@ -376,6 +539,13 @@ "@babel/template" "^7.8.3" "@babel/types" "^7.8.3" +"@babel/helper-skip-transparent-expression-wrappers@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz#96f486ac050ca9f44b009fbe5b7d394cab3a0ee4" + integrity sha512-dmqZB7mrb94PZSAOYtr+ZN5qt5owZIAgqtoTuqiFbHFtxgEcmQlRJVI+bO++fciBunXtB6MK7HrzrfcAzIz2NQ== + dependencies: + "@babel/types" "^7.14.5" + "@babel/helper-split-export-declaration@^7.10.4": version "7.10.4" resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz#2c70576eaa3b5609b24cb99db2888cc3fc4251d1" @@ -383,6 +553,13 @@ dependencies: "@babel/types" "^7.10.4" +"@babel/helper-split-export-declaration@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz#22b23a54ef51c2b7605d851930c1976dd0bc693a" + integrity sha512-hprxVPu6e5Kdp2puZUmvOGjaLv9TCe58E/Fl6hRq4YiVQxIcNvuq6uTM2r1mT/oPskuS9CgR+I94sqAYv0NGKA== + dependencies: + "@babel/types" "^7.14.5" + "@babel/helper-split-export-declaration@^7.8.3": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9" @@ -395,11 +572,31 @@ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2" integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== +"@babel/helper-validator-identifier@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8" + integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg== + "@babel/helper-validator-identifier@^7.9.0", "@babel/helper-validator-identifier@^7.9.5": version "7.9.5" resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80" integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g== +"@babel/helper-validator-option@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3" + integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow== + +"@babel/helper-wrap-function@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.14.5.tgz#5919d115bf0fe328b8a5d63bcb610f51601f2bff" + integrity sha512-YEdjTCq+LNuNS1WfxsDCNpgXkJaIyqco6DAelTUjT4f2KIWC1nBcaCaSdHTBqQVLnTBexBcVcFhLSU1KnYuePQ== + dependencies: + "@babel/helper-function-name" "^7.14.5" + "@babel/template" "^7.14.5" + "@babel/traverse" "^7.14.5" + "@babel/types" "^7.14.5" + "@babel/helper-wrap-function@^7.8.3": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz#9dbdb2bb55ef14aaa01fe8c99b629bd5352d8610" @@ -419,6 +616,15 @@ "@babel/traverse" "^7.10.4" "@babel/types" "^7.10.4" +"@babel/helpers@^7.14.6": + version "7.14.6" + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635" + integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA== + dependencies: + "@babel/template" "^7.14.5" + "@babel/traverse" "^7.14.5" + "@babel/types" "^7.14.5" + "@babel/helpers@^7.9.6": version "7.9.6" resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.6.tgz#092c774743471d0bb6c7de3ad465ab3d3486d580" @@ -428,12 +634,12 @@ "@babel/traverse" "^7.9.6" "@babel/types" "^7.9.6" -"@babel/highlight@^7.0.0", "@babel/highlight@^7.8.3": - version "7.9.0" - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.9.0.tgz#4e9b45ccb82b79607271b2979ad82c7b68163079" - integrity sha512-lJZPilxX7Op3Nv/2cvFdnlepPXDxi29wxteT57Q965oc5R9v86ztx0jfxVrTcBk8C2kcPkkDa2Z4T3ZsPPVWsQ== +"@babel/highlight@^7.0.0", "@babel/highlight@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9" + integrity sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg== dependencies: - "@babel/helper-validator-identifier" "^7.9.0" + "@babel/helper-validator-identifier" "^7.14.5" chalk "^2.0.0" js-tokens "^4.0.0" @@ -446,7 +652,16 @@ chalk "^2.0.0" js-tokens "^4.0.0" -"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.8.6", "@babel/parser@^7.9.6": +"@babel/highlight@^7.8.3": + version "7.9.0" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.9.0.tgz#4e9b45ccb82b79607271b2979ad82c7b68163079" + integrity sha512-lJZPilxX7Op3Nv/2cvFdnlepPXDxi29wxteT57Q965oc5R9v86ztx0jfxVrTcBk8C2kcPkkDa2Z4T3ZsPPVWsQ== + dependencies: + "@babel/helper-validator-identifier" "^7.9.0" + chalk "^2.0.0" + js-tokens "^4.0.0" + +"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.8.6", "@babel/parser@^7.9.6": version "7.9.6" resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7" integrity sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q== @@ -456,6 +671,30 @@ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64" integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA== +"@babel/parser@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.5.tgz#4cd2f346261061b2518873ffecdf1612cb032829" + integrity sha512-TM8C+xtH/9n1qzX+JNHi7AN2zHMTiPUtspO0ZdHflW8KaskkALhMmuMHb4bCmNdv9VAPzJX3/bXqkVLnAvsPfg== + +"@babel/parser@^7.14.6": + version "7.14.6" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.6.tgz#d85cc68ca3cac84eae384c06f032921f5227f4b2" + integrity sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ== + +"@babel/parser@^7.14.7", "@babel/parser@^7.4.3": + version "7.14.7" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595" + integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA== + +"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz#4b467302e1548ed3b1be43beae2cc9cf45e0bb7e" + integrity sha512-ZoJS2XCKPBfTmL122iP6NM9dOg+d4lc9fFk3zxc8iDjvt8Pk4+TlsHSKhIPf6X+L5ORCdBzqMZDjL/WHj7WknQ== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-skip-transparent-expression-wrappers" "^7.14.5" + "@babel/plugin-proposal-optional-chaining" "^7.14.5" + "@babel/plugin-external-helpers@^7.0.0": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.8.3.tgz#5a94164d9af393b2820a3cdc407e28ebf237de4b" @@ -463,16 +702,16 @@ dependencies: "@babel/helper-plugin-utils" "^7.8.3" -"@babel/plugin-proposal-async-generator-functions@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz#bad329c670b382589721b27540c7d288601c6e6f" - integrity sha512-NZ9zLv848JsV3hs8ryEh7Uaz/0KsmPLqv0+PdkDJL1cJy0K4kOCFa8zc1E3mp+RHPQcpdfb/6GovEsW4VDrOMw== +"@babel/plugin-proposal-async-generator-functions@^7.14.7": + version "7.14.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.7.tgz#784a48c3d8ed073f65adcf30b57bcbf6c8119ace" + integrity sha512-RK8Wj7lXLY3bqei69/cc25gwS5puEc3dknoFPFbqfy3XxYQBQFvu4ioWpafMBAB+L9NyptQK4nMOa5Xz16og8Q== dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/helper-remap-async-to-generator" "^7.8.3" - "@babel/plugin-syntax-async-generators" "^7.8.0" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-remap-async-to-generator" "^7.14.5" + "@babel/plugin-syntax-async-generators" "^7.8.4" -"@babel/plugin-proposal-class-properties@^7.0.0", "@babel/plugin-proposal-class-properties@^7.7.0": +"@babel/plugin-proposal-class-properties@^7.0.0": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.8.3.tgz#5e06654af5cd04b608915aada9b2a6788004464e" integrity sha512-EqFhbo7IosdgPgZggHaNObkmO1kNUe3slaKu54d5OWvy+p9QIKOzK1GAEpAIsZtWVtPXUHSMcT4smvDrCfY4AA== @@ -480,22 +719,39 @@ "@babel/helper-create-class-features-plugin" "^7.8.3" "@babel/helper-plugin-utils" "^7.8.3" -"@babel/plugin-proposal-decorators@^7.8.3": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.10.4.tgz#fe20ef10cc73f386f70910fca48798041cd357c7" - integrity sha512-JHTWjQngOPv+ZQQqOGv2x6sCCr4IYWy7S1/VH6BE9ZfkoLrdQ2GpEP3tfb5M++G9PwvqjhY8VC/C3tXm+/eHvA== +"@babel/plugin-proposal-class-properties@^7.14.5", "@babel/plugin-proposal-class-properties@^7.7.0": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.14.5.tgz#40d1ee140c5b1e31a350f4f5eed945096559b42e" + integrity sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg== dependencies: - "@babel/helper-create-class-features-plugin" "^7.10.4" - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-syntax-decorators" "^7.10.4" + "@babel/helper-create-class-features-plugin" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-proposal-dynamic-import@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.8.3.tgz#38c4fe555744826e97e2ae930b0fb4cc07e66054" - integrity sha512-NyaBbyLFXFLT9FP+zk0kYlUlA8XtCUbehs67F0nnEg7KICgMc2mNkIeu9TYhKzyXMkrapZFwAhXLdnt4IYHy1w== +"@babel/plugin-proposal-class-static-block@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.5.tgz#158e9e10d449c3849ef3ecde94a03d9f1841b681" + integrity sha512-KBAH5ksEnYHCegqseI5N9skTdxgJdmDoAOc0uXa+4QMYKeZD0w5IARh4FMlTNtaHhbB8v+KzMdTgxMMzsIy6Yg== dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-dynamic-import" "^7.8.0" + "@babel/helper-create-class-features-plugin" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-class-static-block" "^7.14.5" + +"@babel/plugin-proposal-decorators@^7.8.3": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.14.5.tgz#59bc4dfc1d665b5a6749cf798ff42297ed1b2c1d" + integrity sha512-LYz5nvQcvYeRVjui1Ykn28i+3aUiXwQ/3MGoEy0InTaz1pJo/lAzmIDXX+BQny/oufgHzJ6vnEEiXQ8KZjEVFg== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-decorators" "^7.14.5" + +"@babel/plugin-proposal-dynamic-import@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.14.5.tgz#0c6617df461c0c1f8fff3b47cd59772360101d2c" + integrity sha512-ExjiNYc3HDN5PXJx+bwC50GIx/KKanX2HiggnIUAYedbARdImiCU4RhhHfdf0Kd7JNXGpsBBBCOm+bBVy3Gb0g== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-dynamic-import" "^7.8.3" "@babel/plugin-proposal-export-default-from@^7.0.0": version "7.8.3" @@ -505,15 +761,31 @@ "@babel/helper-plugin-utils" "^7.8.3" "@babel/plugin-syntax-export-default-from" "^7.8.3" -"@babel/plugin-proposal-json-strings@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.8.3.tgz#da5216b238a98b58a1e05d6852104b10f9a70d6b" - integrity sha512-KGhQNZ3TVCQG/MjRbAUwuH+14y9q0tpxs1nWWs3pbSleRdDro9SAMMDyye8HhY1gqZ7/NqIc8SKhya0wRDgP1Q== +"@babel/plugin-proposal-export-namespace-from@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.14.5.tgz#dbad244310ce6ccd083072167d8cea83a52faf76" + integrity sha512-g5POA32bXPMmSBu5Dx/iZGLGnKmKPc5AiY7qfZgurzrCYgIztDlHFbznSNCoQuv57YQLnQfaDi7dxCtLDIdXdA== dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-json-strings" "^7.8.0" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" -"@babel/plugin-proposal-nullish-coalescing-operator@^7.0.0", "@babel/plugin-proposal-nullish-coalescing-operator@^7.8.3": +"@babel/plugin-proposal-json-strings@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.14.5.tgz#38de60db362e83a3d8c944ac858ddf9f0c2239eb" + integrity sha512-NSq2fczJYKVRIsUJyNxrVUMhB27zb7N7pOFGQOhBKJrChbGcgEAqyZrmZswkPk18VMurEeJAaICbfm57vUeTbQ== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-json-strings" "^7.8.3" + +"@babel/plugin-proposal-logical-assignment-operators@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.14.5.tgz#6e6229c2a99b02ab2915f82571e0cc646a40c738" + integrity sha512-YGn2AvZAo9TwyhlLvCCWxD90Xq8xJ4aSgaX3G5D/8DW94L8aaT+dS5cSP+Z06+rCJERGSr9GxMBZ601xoc2taw== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" + +"@babel/plugin-proposal-nullish-coalescing-operator@^7.0.0": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.8.3.tgz#e4572253fdeed65cddeecfdab3f928afeb2fd5d2" integrity sha512-TS9MlfzXpXKt6YYomudb/KU7nQI6/xnapG6in1uZxoxDghuSMZsPb6D2fyUwNYSAp4l1iR7QtFOjkqcRYcUsfw== @@ -521,15 +793,23 @@ "@babel/helper-plugin-utils" "^7.8.3" "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" -"@babel/plugin-proposal-numeric-separator@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.8.3.tgz#5d6769409699ec9b3b68684cd8116cedff93bad8" - integrity sha512-jWioO1s6R/R+wEHizfaScNsAx+xKgwTLNXSh7tTC4Usj3ItsPEhYkEpU4h+lpnBwq7NBVOJXfO6cRFYcX69JUQ== +"@babel/plugin-proposal-nullish-coalescing-operator@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.5.tgz#ee38589ce00e2cc59b299ec3ea406fcd3a0fdaf6" + integrity sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg== dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-numeric-separator" "^7.8.3" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" -"@babel/plugin-proposal-object-rest-spread@^7.0.0", "@babel/plugin-proposal-object-rest-spread@^7.6.2", "@babel/plugin-proposal-object-rest-spread@^7.9.6": +"@babel/plugin-proposal-numeric-separator@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.14.5.tgz#83631bf33d9a51df184c2102a069ac0c58c05f18" + integrity sha512-yiclALKe0vyZRZE0pS6RXgjUOt87GWv6FYa5zqj15PvhOGFO69R5DusPlgK/1K5dVnCtegTiWu9UaBSrLLJJBg== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-numeric-separator" "^7.10.4" + +"@babel/plugin-proposal-object-rest-spread@^7.0.0": version "7.9.6" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.6.tgz#7a093586fcb18b08266eb1a7177da671ac575b63" integrity sha512-Ga6/fhGqA9Hj+y6whNpPv8psyaK5xzrQwSPsGPloVkvmH+PqW1ixdnfJ9uIO06OjQNYol3PMnfmJ8vfZtkzF+A== @@ -538,7 +818,18 @@ "@babel/plugin-syntax-object-rest-spread" "^7.8.0" "@babel/plugin-transform-parameters" "^7.9.5" -"@babel/plugin-proposal-optional-catch-binding@^7.0.0", "@babel/plugin-proposal-optional-catch-binding@^7.8.3": +"@babel/plugin-proposal-object-rest-spread@^7.14.7", "@babel/plugin-proposal-object-rest-spread@^7.6.2": + version "7.14.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.7.tgz#5920a2b3df7f7901df0205974c0641b13fd9d363" + integrity sha512-082hsZz+sVabfmDWo1Oct1u1AgbKbUAyVgmX4otIc7bdsRgHBXwTwb3DpDmD4Eyyx6DNiuz5UAATT655k+kL5g== + dependencies: + "@babel/compat-data" "^7.14.7" + "@babel/helper-compilation-targets" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" + "@babel/plugin-transform-parameters" "^7.14.5" + +"@babel/plugin-proposal-optional-catch-binding@^7.0.0": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.8.3.tgz#9dee96ab1650eed88646ae9734ca167ac4a9c5c9" integrity sha512-0gkX7J7E+AtAw9fcwlVQj8peP61qhdg/89D5swOkjYbkboA2CVckn3kiyum1DE0wskGb7KJJxBdyEBApDLLVdw== @@ -546,7 +837,15 @@ "@babel/helper-plugin-utils" "^7.8.3" "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" -"@babel/plugin-proposal-optional-chaining@^7.0.0", "@babel/plugin-proposal-optional-chaining@^7.9.0": +"@babel/plugin-proposal-optional-catch-binding@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.14.5.tgz#939dd6eddeff3a67fdf7b3f044b5347262598c3c" + integrity sha512-3Oyiixm0ur7bzO5ybNcZFlmVsygSIQgdOa7cTfOYCMY+wEPAYhZAJxi3mixKFCTCKUhQXuCTtQ1MzrpL3WT8ZQ== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" + +"@babel/plugin-proposal-optional-chaining@^7.0.0": version "7.9.0" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.9.0.tgz#31db16b154c39d6b8a645292472b98394c292a58" integrity sha512-NDn5tu3tcv4W30jNhmc2hyD5c56G6cXx4TesJubhxrJeCvuuMpttxr0OnNCqbZGhFjLrg+NIhxxC+BK5F6yS3w== @@ -554,7 +853,42 @@ "@babel/helper-plugin-utils" "^7.8.3" "@babel/plugin-syntax-optional-chaining" "^7.8.0" -"@babel/plugin-proposal-unicode-property-regex@^7.4.4", "@babel/plugin-proposal-unicode-property-regex@^7.8.3": +"@babel/plugin-proposal-optional-chaining@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.5.tgz#fa83651e60a360e3f13797eef00b8d519695b603" + integrity sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-skip-transparent-expression-wrappers" "^7.14.5" + "@babel/plugin-syntax-optional-chaining" "^7.8.3" + +"@babel/plugin-proposal-private-methods@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.14.5.tgz#37446495996b2945f30f5be5b60d5e2aa4f5792d" + integrity sha512-838DkdUA1u+QTCplatfq4B7+1lnDa/+QMI89x5WZHBcnNv+47N8QEj2k9I2MUU9xIv8XJ4XvPCviM/Dj7Uwt9g== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-proposal-private-property-in-object@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.14.5.tgz#9f65a4d0493a940b4c01f8aa9d3f1894a587f636" + integrity sha512-62EyfyA3WA0mZiF2e2IV9mc9Ghwxcg8YTu8BS4Wss4Y3PY725OmS9M0qLORbJwLqFtGh+jiE4wAmocK2CTUK2Q== + dependencies: + "@babel/helper-annotate-as-pure" "^7.14.5" + "@babel/helper-create-class-features-plugin" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-private-property-in-object" "^7.14.5" + +"@babel/plugin-proposal-unicode-property-regex@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.14.5.tgz#0f95ee0e757a5d647f378daa0eca7e93faa8bbe8" + integrity sha512-6axIeOU5LnY471KenAB9vI8I5j7NQ2d652hIYwVyRfgaZT5UpiqFKCuVXCDMSrU+3VFafnu2c5m3lrWIlr6A5Q== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-proposal-unicode-property-regex@^7.4.4": version "7.8.8" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.8.8.tgz#ee3a95e90cdc04fe8cd92ec3279fa017d68a0d1d" integrity sha512-EVhjVsMpbhLw9ZfHWSx2iy13Q8Z/eg8e8ccVWt23sWQK5l1UdkoLJPN5w69UA4uITGBnEZD2JOe4QOHycYKv8A== @@ -562,7 +896,7 @@ "@babel/helper-create-regexp-features-plugin" "^7.8.8" "@babel/helper-plugin-utils" "^7.8.3" -"@babel/plugin-syntax-async-generators@^7.8.0", "@babel/plugin-syntax-async-generators@^7.8.4": +"@babel/plugin-syntax-async-generators@^7.8.4": version "7.8.4" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d" integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== @@ -583,6 +917,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.8.3" +"@babel/plugin-syntax-class-properties@^7.12.13": + version "7.12.13" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz#b5c987274c4a3a82b89714796931a6b53544ae10" + integrity sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== + dependencies: + "@babel/helper-plugin-utils" "^7.12.13" + "@babel/plugin-syntax-class-properties@^7.8.3": version "7.10.4" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.10.4.tgz#6644e6a0baa55a61f9e3231f6c9eeb6ee46c124c" @@ -590,14 +931,21 @@ dependencies: "@babel/helper-plugin-utils" "^7.10.4" -"@babel/plugin-syntax-decorators@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.10.4.tgz#6853085b2c429f9d322d02f5a635018cdeb2360c" - integrity sha512-2NaoC6fAk2VMdhY1eerkfHV+lVYC1u8b+jmRJISqANCJlTxYy19HGdIkkQtix2UtkcPuPu+IlDgrVseZnU03bw== +"@babel/plugin-syntax-class-static-block@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz#195df89b146b4b78b3bf897fd7a257c84659d406" + integrity sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw== dependencies: - "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-syntax-dynamic-import@^7.0.0", "@babel/plugin-syntax-dynamic-import@^7.2.0", "@babel/plugin-syntax-dynamic-import@^7.8.0": +"@babel/plugin-syntax-decorators@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.14.5.tgz#eafb9c0cbe09c8afeb964ba3a7bbd63945a72f20" + integrity sha512-c4sZMRWL4GSvP1EXy0woIP7m4jkVcEuG8R1TOZxPBPtp4FSM/kiPZub9UIs/Jrb5ZAOzvTUSGYrWsrSu1JvoPw== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-syntax-dynamic-import@^7.0.0", "@babel/plugin-syntax-dynamic-import@^7.2.0", "@babel/plugin-syntax-dynamic-import@^7.8.3": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3" integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== @@ -611,6 +959,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.8.3" +"@babel/plugin-syntax-export-namespace-from@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz#028964a9ba80dbc094c915c487ad7c4e7a66465a" + integrity sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== + dependencies: + "@babel/helper-plugin-utils" "^7.8.3" + "@babel/plugin-syntax-flow@^7.0.0", "@babel/plugin-syntax-flow@^7.2.0", "@babel/plugin-syntax-flow@^7.8.3": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.8.3.tgz#f2c883bd61a6316f2c89380ae5122f923ba4527f" @@ -625,7 +980,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.10.4" -"@babel/plugin-syntax-json-strings@^7.8.0", "@babel/plugin-syntax-json-strings@^7.8.3": +"@babel/plugin-syntax-json-strings@^7.8.3": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a" integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== @@ -646,7 +1001,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.10.4" -"@babel/plugin-syntax-logical-assignment-operators@^7.8.3": +"@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3": version "7.10.4" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699" integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== @@ -660,7 +1015,14 @@ dependencies: "@babel/helper-plugin-utils" "^7.8.0" -"@babel/plugin-syntax-numeric-separator@^7.8.0", "@babel/plugin-syntax-numeric-separator@^7.8.3": +"@babel/plugin-syntax-numeric-separator@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz#b9b070b3e33570cd9fd07ba7fa91c0dd37b9af97" + integrity sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-syntax-numeric-separator@^7.8.3": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.8.3.tgz#0e3fb63e09bea1b11e96467271c8308007e7c41f" integrity sha512-H7dCMAdN83PcCmqmkHB5dtp+Xa9a6LKSvA2hiFBC/5alSHxM5VgWZXFqDi0YFe8XNGT6iCa+z4V4zSt/PdZ7Dw== @@ -688,12 +1050,19 @@ dependencies: "@babel/helper-plugin-utils" "^7.8.0" -"@babel/plugin-syntax-top-level-await@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.8.3.tgz#3acdece695e6b13aaf57fc291d1a800950c71391" - integrity sha512-kwj1j9lL/6Wd0hROD3b/OZZ7MSrZLqqn9RAZ5+cYYsflQ9HZBIKCUkr3+uL1MEJ1NePiUbf98jjiMQSv0NMR9g== +"@babel/plugin-syntax-private-property-in-object@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz#0dc6671ec0ea22b6e94a1114f857970cd39de1ad" + integrity sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg== dependencies: - "@babel/helper-plugin-utils" "^7.8.3" + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-syntax-top-level-await@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz#c1cfdadc35a646240001f06138247b741c34d94c" + integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-syntax-typescript@^7.8.3": version "7.8.3" @@ -702,14 +1071,21 @@ dependencies: "@babel/helper-plugin-utils" "^7.8.3" -"@babel/plugin-transform-arrow-functions@^7.0.0", "@babel/plugin-transform-arrow-functions@^7.8.3": +"@babel/plugin-transform-arrow-functions@^7.0.0": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.8.3.tgz#82776c2ed0cd9e1a49956daeb896024c9473b8b6" integrity sha512-0MRF+KC8EqH4dbuITCWwPSzsyO3HIWWlm30v8BbbpOrS1B++isGxPnnuq/IZvOX5J2D/p7DQalQm+/2PnlKGxg== dependencies: "@babel/helper-plugin-utils" "^7.8.3" -"@babel/plugin-transform-async-to-generator@^7.0.0", "@babel/plugin-transform-async-to-generator@^7.8.3": +"@babel/plugin-transform-arrow-functions@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.14.5.tgz#f7187d9588a768dd080bf4c9ffe117ea62f7862a" + integrity sha512-KOnO0l4+tD5IfOdi4x8C1XmEIRWUjNRV8wc6K2vz/3e8yAOoZZvsRXRRIF/yo/MAOFb4QjtAw9xSxMXbSMRy8A== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-transform-async-to-generator@^7.0.0": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.8.3.tgz#4308fad0d9409d71eafb9b1a6ee35f9d64b64086" integrity sha512-imt9tFLD9ogt56Dd5CI/6XgpukMwd/fLGSrix2httihVe7LOGVPhyhMh1BU5kDM7iHD08i8uUtmV2sWaBFlHVQ== @@ -718,14 +1094,30 @@ "@babel/helper-plugin-utils" "^7.8.3" "@babel/helper-remap-async-to-generator" "^7.8.3" -"@babel/plugin-transform-block-scoped-functions@^7.0.0", "@babel/plugin-transform-block-scoped-functions@^7.8.3": +"@babel/plugin-transform-async-to-generator@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.14.5.tgz#72c789084d8f2094acb945633943ef8443d39e67" + integrity sha512-szkbzQ0mNk0rpu76fzDdqSyPu0MuvpXgC+6rz5rpMb5OIRxdmHfQxrktL8CYolL2d8luMCZTR0DpIMIdL27IjA== + dependencies: + "@babel/helper-module-imports" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-remap-async-to-generator" "^7.14.5" + +"@babel/plugin-transform-block-scoped-functions@^7.0.0": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.8.3.tgz#437eec5b799b5852072084b3ae5ef66e8349e8a3" integrity sha512-vo4F2OewqjbB1+yaJ7k2EJFHlTP3jR634Z9Cj9itpqNjuLXvhlVxgnjsHsdRgASR8xYDrx6onw4vW5H6We0Jmg== dependencies: "@babel/helper-plugin-utils" "^7.8.3" -"@babel/plugin-transform-block-scoping@^7.0.0", "@babel/plugin-transform-block-scoping@^7.8.3": +"@babel/plugin-transform-block-scoped-functions@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.14.5.tgz#e48641d999d4bc157a67ef336aeb54bc44fd3ad4" + integrity sha512-dtqWqdWZ5NqBX3KzsVCWfQI3A53Ft5pWFCT2eCVUftWZgjc5DpDponbIF1+c+7cSGk2wN0YK7HGL/ezfRbpKBQ== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-transform-block-scoping@^7.0.0": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.8.3.tgz#97d35dab66857a437c166358b91d09050c868f3a" integrity sha512-pGnYfm7RNRgYRi7bids5bHluENHqJhrV4bCZRwc5GamaWIIs07N4rZECcmJL6ZClwjDz1GbdMZFtPs27hTB06w== @@ -733,7 +1125,14 @@ "@babel/helper-plugin-utils" "^7.8.3" lodash "^4.17.13" -"@babel/plugin-transform-classes@^7.0.0", "@babel/plugin-transform-classes@^7.9.5": +"@babel/plugin-transform-block-scoping@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.5.tgz#8cc63e61e50f42e078e6f09be775a75f23ef9939" + integrity sha512-LBYm4ZocNgoCqyxMLoOnwpsmQ18HWTQvql64t3GvMUzLQrNoV1BDG0lNftC8QKYERkZgCCT/7J5xWGObGAyHDw== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-transform-classes@^7.0.0": version "7.9.5" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.5.tgz#800597ddb8aefc2c293ed27459c1fcc935a26c2c" integrity sha512-x2kZoIuLC//O5iA7PEvecB105o7TLzZo8ofBVhP79N+DO3jaX+KYfww9TQcfBEZD0nikNyYcGB1IKtRq36rdmg== @@ -747,21 +1146,56 @@ "@babel/helper-split-export-declaration" "^7.8.3" globals "^11.1.0" -"@babel/plugin-transform-computed-properties@^7.0.0", "@babel/plugin-transform-computed-properties@^7.8.3": +"@babel/plugin-transform-classes@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.5.tgz#0e98e82097b38550b03b483f9b51a78de0acb2cf" + integrity sha512-J4VxKAMykM06K/64z9rwiL6xnBHgB1+FVspqvlgCdwD1KUbQNfszeKVVOMh59w3sztHYIZDgnhOC4WbdEfHFDA== + dependencies: + "@babel/helper-annotate-as-pure" "^7.14.5" + "@babel/helper-function-name" "^7.14.5" + "@babel/helper-optimise-call-expression" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-replace-supers" "^7.14.5" + "@babel/helper-split-export-declaration" "^7.14.5" + globals "^11.1.0" + +"@babel/plugin-transform-computed-properties@^7.0.0": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.8.3.tgz#96d0d28b7f7ce4eb5b120bb2e0e943343c86f81b" integrity sha512-O5hiIpSyOGdrQZRQ2ccwtTVkgUDBBiCuK//4RJ6UfePllUTCENOzKxfh6ulckXKc0DixTFLCfb2HVkNA7aDpzA== dependencies: "@babel/helper-plugin-utils" "^7.8.3" -"@babel/plugin-transform-destructuring@^7.0.0", "@babel/plugin-transform-destructuring@^7.9.5": +"@babel/plugin-transform-computed-properties@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.14.5.tgz#1b9d78987420d11223d41195461cc43b974b204f" + integrity sha512-pWM+E4283UxaVzLb8UBXv4EIxMovU4zxT1OPnpHJcmnvyY9QbPPTKZfEj31EUvG3/EQRbYAGaYEUZ4yWOBC2xg== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-transform-destructuring@^7.0.0": version "7.9.5" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.9.5.tgz#72c97cf5f38604aea3abf3b935b0e17b1db76a50" integrity sha512-j3OEsGel8nHL/iusv/mRd5fYZ3DrOxWC82x0ogmdN/vHfAP4MYw+AFKYanzWlktNwikKvlzUV//afBW5FTp17Q== dependencies: "@babel/helper-plugin-utils" "^7.8.3" -"@babel/plugin-transform-dotall-regex@^7.4.4", "@babel/plugin-transform-dotall-regex@^7.8.3": +"@babel/plugin-transform-destructuring@^7.14.7": + version "7.14.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.7.tgz#0ad58ed37e23e22084d109f185260835e5557576" + integrity sha512-0mDE99nK+kVh3xlc5vKwB6wnP9ecuSj+zQCa/n0voENtP/zymdT4HH6QEb65wjjcbqr1Jb/7z9Qp7TF5FtwYGw== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-transform-dotall-regex@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.14.5.tgz#2f6bf76e46bdf8043b4e7e16cf24532629ba0c7a" + integrity sha512-loGlnBdj02MDsFaHhAIJzh7euK89lBrGIdM9EAtHFo6xKygCUGuuWe07o1oZVk287amtW1n0808sQM99aZt3gw== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-transform-dotall-regex@^7.4.4": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.8.3.tgz#c3c6ec5ee6125c6993c5cbca20dc8621a9ea7a6e" integrity sha512-kLs1j9Nn4MQoBYdRXH6AeaXMbEJFaFu/v1nQkvib6QzTj8MZI5OQzqmD83/2jEM1z0DLilra5aWO5YpyC0ALIw== @@ -769,14 +1203,14 @@ "@babel/helper-create-regexp-features-plugin" "^7.8.3" "@babel/helper-plugin-utils" "^7.8.3" -"@babel/plugin-transform-duplicate-keys@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.8.3.tgz#8d12df309aa537f272899c565ea1768e286e21f1" - integrity sha512-s8dHiBUbcbSgipS4SMFuWGqCvyge5V2ZeAWzR6INTVC3Ltjig/Vw1G2Gztv0vU/hRG9X8IvKvYdoksnUfgXOEQ== +"@babel/plugin-transform-duplicate-keys@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.14.5.tgz#365a4844881bdf1501e3a9f0270e7f0f91177954" + integrity sha512-iJjbI53huKbPDAsJ8EmVmvCKeeq21bAze4fu9GBQtSLqfvzj2oRuHVx4ZkDwEhg1htQ+5OBZh/Ab0XDf5iBZ7A== dependencies: - "@babel/helper-plugin-utils" "^7.8.3" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-exponentiation-operator@^7.0.0", "@babel/plugin-transform-exponentiation-operator@^7.8.3": +"@babel/plugin-transform-exponentiation-operator@^7.0.0": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.8.3.tgz#581a6d7f56970e06bf51560cd64f5e947b70d7b7" integrity sha512-zwIpuIymb3ACcInbksHaNcR12S++0MDLKkiqXHl3AzpgdKlFNhog+z/K0+TGW+b0w5pgTq4H6IwV/WhxbGYSjQ== @@ -784,6 +1218,14 @@ "@babel/helper-builder-binary-assignment-operator-visitor" "^7.8.3" "@babel/helper-plugin-utils" "^7.8.3" +"@babel/plugin-transform-exponentiation-operator@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.14.5.tgz#5154b8dd6a3dfe6d90923d61724bd3deeb90b493" + integrity sha512-jFazJhMBc9D27o9jDnIE5ZErI0R0m7PbKXVq77FFvqFbzvTMuv8jaAwLZ5PviOLSFttqKIW0/wxNSDbjLk0tYA== + dependencies: + "@babel/helper-builder-binary-assignment-operator-visitor" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-transform-flow-strip-types@^7.0.0": version "7.9.0" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.9.0.tgz#8a3538aa40434e000b8f44a3c5c9ac7229bd2392" @@ -792,14 +1234,21 @@ "@babel/helper-plugin-utils" "^7.8.3" "@babel/plugin-syntax-flow" "^7.8.3" -"@babel/plugin-transform-for-of@^7.0.0", "@babel/plugin-transform-for-of@^7.9.0": +"@babel/plugin-transform-for-of@^7.0.0": version "7.9.0" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.9.0.tgz#0f260e27d3e29cd1bb3128da5e76c761aa6c108e" integrity sha512-lTAnWOpMwOXpyDx06N+ywmF3jNbafZEqZ96CGYabxHrxNX8l5ny7dt4bK/rGwAh9utyP2b2Hv7PlZh1AAS54FQ== dependencies: "@babel/helper-plugin-utils" "^7.8.3" -"@babel/plugin-transform-function-name@^7.0.0", "@babel/plugin-transform-function-name@^7.8.3": +"@babel/plugin-transform-for-of@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.14.5.tgz#dae384613de8f77c196a8869cbf602a44f7fc0eb" + integrity sha512-CfmqxSUZzBl0rSjpoQSFoR9UEj3HzbGuGNL21/iFTmjb5gFggJp3ph0xR1YBhexmLoKRHzgxuFvty2xdSt6gTA== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-transform-function-name@^7.0.0": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.8.3.tgz#279373cb27322aaad67c2683e776dfc47196ed8b" integrity sha512-rO/OnDS78Eifbjn5Py9v8y0aR+aSYhDhqAwVfsTl0ERuMZyr05L1aFSCJnbv2mmsLkit/4ReeQ9N2BgLnOcPCQ== @@ -807,30 +1256,52 @@ "@babel/helper-function-name" "^7.8.3" "@babel/helper-plugin-utils" "^7.8.3" -"@babel/plugin-transform-literals@^7.0.0", "@babel/plugin-transform-literals@^7.8.3": +"@babel/plugin-transform-function-name@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.14.5.tgz#e81c65ecb900746d7f31802f6bed1f52d915d6f2" + integrity sha512-vbO6kv0fIzZ1GpmGQuvbwwm+O4Cbm2NrPzwlup9+/3fdkuzo1YqOZcXw26+YUJB84Ja7j9yURWposEHLYwxUfQ== + dependencies: + "@babel/helper-function-name" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-transform-literals@^7.0.0": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.8.3.tgz#aef239823d91994ec7b68e55193525d76dbd5dc1" integrity sha512-3Tqf8JJ/qB7TeldGl+TT55+uQei9JfYaregDcEAyBZ7akutriFrt6C/wLYIer6OYhleVQvH/ntEhjE/xMmy10A== dependencies: "@babel/helper-plugin-utils" "^7.8.3" -"@babel/plugin-transform-member-expression-literals@^7.0.0", "@babel/plugin-transform-member-expression-literals@^7.8.3": +"@babel/plugin-transform-literals@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.14.5.tgz#41d06c7ff5d4d09e3cf4587bd3ecf3930c730f78" + integrity sha512-ql33+epql2F49bi8aHXxvLURHkxJbSmMKl9J5yHqg4PLtdE6Uc48CH1GS6TQvZ86eoB/ApZXwm7jlA+B3kra7A== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-transform-member-expression-literals@^7.0.0": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.8.3.tgz#963fed4b620ac7cbf6029c755424029fa3a40410" integrity sha512-3Wk2EXhnw+rP+IDkK6BdtPKsUE5IeZ6QOGrPYvw52NwBStw9V1ZVzxgK6fSKSxqUvH9eQPR3tm3cOq79HlsKYA== dependencies: "@babel/helper-plugin-utils" "^7.8.3" -"@babel/plugin-transform-modules-amd@^7.9.6": - version "7.9.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.9.6.tgz#8539ec42c153d12ea3836e0e3ac30d5aae7b258e" - integrity sha512-zoT0kgC3EixAyIAU+9vfaUVKTv9IxBDSabgHoUCBP6FqEJ+iNiN7ip7NBKcYqbfUDfuC2mFCbM7vbu4qJgOnDw== +"@babel/plugin-transform-member-expression-literals@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.14.5.tgz#b39cd5212a2bf235a617d320ec2b48bcc091b8a7" + integrity sha512-WkNXxH1VXVTKarWFqmso83xl+2V3Eo28YY5utIkbsmXoItO8Q3aZxN4BTS2k0hz9dGUloHK26mJMyQEYfkn/+Q== dependencies: - "@babel/helper-module-transforms" "^7.9.0" - "@babel/helper-plugin-utils" "^7.8.3" + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-transform-modules-amd@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.14.5.tgz#4fd9ce7e3411cb8b83848480b7041d83004858f7" + integrity sha512-3lpOU8Vxmp3roC4vzFpSdEpGUWSMsHFreTWOMMLzel2gNGfHE5UWIh/LN6ghHs2xurUp4jRFYMUIZhuFbody1g== + dependencies: + "@babel/helper-module-transforms" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" babel-plugin-dynamic-import-node "^2.3.3" -"@babel/plugin-transform-modules-commonjs@^7.0.0", "@babel/plugin-transform-modules-commonjs@^7.9.6": +"@babel/plugin-transform-modules-commonjs@^7.0.0": version "7.9.6" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.9.6.tgz#64b7474a4279ee588cacd1906695ca721687c277" integrity sha512-7H25fSlLcn+iYimmsNe3uK1at79IE6SKW9q0/QeEHTMC9MdOZ+4bA+T1VFB5fgOqBWoqlifXRzYD0JPdmIrgSQ== @@ -840,37 +1311,48 @@ "@babel/helper-simple-access" "^7.8.3" babel-plugin-dynamic-import-node "^2.3.3" -"@babel/plugin-transform-modules-systemjs@^7.9.6": - version "7.9.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.9.6.tgz#207f1461c78a231d5337a92140e52422510d81a4" - integrity sha512-NW5XQuW3N2tTHim8e1b7qGy7s0kZ2OH3m5octc49K1SdAKGxYxeIx7hiIz05kS1R2R+hOWcsr1eYwcGhrdHsrg== +"@babel/plugin-transform-modules-commonjs@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.5.tgz#7aaee0ea98283de94da98b28f8c35701429dad97" + integrity sha512-en8GfBtgnydoao2PS+87mKyw62k02k7kJ9ltbKe0fXTHrQmG6QZZflYuGI1VVG7sVpx4E1n7KBpNlPb8m78J+A== dependencies: - "@babel/helper-hoist-variables" "^7.8.3" - "@babel/helper-module-transforms" "^7.9.0" - "@babel/helper-plugin-utils" "^7.8.3" + "@babel/helper-module-transforms" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-simple-access" "^7.14.5" babel-plugin-dynamic-import-node "^2.3.3" -"@babel/plugin-transform-modules-umd@^7.9.0": - version "7.9.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.9.0.tgz#e909acae276fec280f9b821a5f38e1f08b480697" - integrity sha512-uTWkXkIVtg/JGRSIABdBoMsoIeoHQHPTL0Y2E7xf5Oj7sLqwVsNXOkNk0VJc7vF0IMBsPeikHxFjGe+qmwPtTQ== +"@babel/plugin-transform-modules-systemjs@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.14.5.tgz#c75342ef8b30dcde4295d3401aae24e65638ed29" + integrity sha512-mNMQdvBEE5DcMQaL5LbzXFMANrQjd2W7FPzg34Y4yEz7dBgdaC+9B84dSO+/1Wba98zoDbInctCDo4JGxz1VYA== dependencies: - "@babel/helper-module-transforms" "^7.9.0" - "@babel/helper-plugin-utils" "^7.8.3" + "@babel/helper-hoist-variables" "^7.14.5" + "@babel/helper-module-transforms" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-validator-identifier" "^7.14.5" + babel-plugin-dynamic-import-node "^2.3.3" -"@babel/plugin-transform-named-capturing-groups-regex@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.8.3.tgz#a2a72bffa202ac0e2d0506afd0939c5ecbc48c6c" - integrity sha512-f+tF/8UVPU86TrCb06JoPWIdDpTNSGGcAtaD9mLP0aYGA0OS0j7j7DHJR0GTFrUZPUU6loZhbsVZgTh0N+Qdnw== +"@babel/plugin-transform-modules-umd@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.14.5.tgz#fb662dfee697cce274a7cda525190a79096aa6e0" + integrity sha512-RfPGoagSngC06LsGUYyM9QWSXZ8MysEjDJTAea1lqRjNECE3y0qIJF/qbvJxc4oA4s99HumIMdXOrd+TdKaAAA== dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.8.3" + "@babel/helper-module-transforms" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-new-target@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.8.3.tgz#60cc2ae66d85c95ab540eb34babb6434d4c70c43" - integrity sha512-QuSGysibQpyxexRyui2vca+Cmbljo8bcRckgzYV4kRIsHpVeyeC3JDO63pY+xFZ6bWOBn7pfKZTqV4o/ix9sFw== +"@babel/plugin-transform-named-capturing-groups-regex@^7.14.7": + version "7.14.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.7.tgz#60c06892acf9df231e256c24464bfecb0908fd4e" + integrity sha512-DTNOTaS7TkW97xsDMrp7nycUVh6sn/eq22VaxWfEdzuEbRsiaOU0pqU7DlyUGHVsbQbSghvjKRpEl+nUCKGQSg== dependencies: - "@babel/helper-plugin-utils" "^7.8.3" + "@babel/helper-create-regexp-features-plugin" "^7.14.5" + +"@babel/plugin-transform-new-target@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.14.5.tgz#31bdae8b925dc84076ebfcd2a9940143aed7dbf8" + integrity sha512-Nx054zovz6IIRWEB49RDRuXGI4Gy0GMgqG0cII9L3MxqgXz/+rgII+RU58qpo4g7tNEx1jG7rRVH4ihZoP4esQ== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-transform-object-assign@^7.0.0": version "7.8.3" @@ -879,7 +1361,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.8.3" -"@babel/plugin-transform-object-super@^7.0.0", "@babel/plugin-transform-object-super@^7.8.3": +"@babel/plugin-transform-object-super@^7.0.0": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.8.3.tgz#ebb6a1e7a86ffa96858bd6ac0102d65944261725" integrity sha512-57FXk+gItG/GejofIyLIgBKTas4+pEU47IXKDBWFTxdPd7F80H8zybyAY7UoblVfBhBGs2EKM+bJUu2+iUYPDQ== @@ -887,6 +1369,14 @@ "@babel/helper-plugin-utils" "^7.8.3" "@babel/helper-replace-supers" "^7.8.3" +"@babel/plugin-transform-object-super@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.14.5.tgz#d0b5faeac9e98597a161a9cf78c527ed934cdc45" + integrity sha512-MKfOBWzK0pZIrav9z/hkRqIk/2bTv9qvxHzPQc12RcVkMOzpIKnFCNYJip00ssKWYkd8Sf5g0Wr7pqJ+cmtuFg== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-replace-supers" "^7.14.5" + "@babel/plugin-transform-parameters@^7.0.0", "@babel/plugin-transform-parameters@^7.9.5": version "7.9.5" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.5.tgz#173b265746f5e15b2afe527eeda65b73623a0795" @@ -895,19 +1385,33 @@ "@babel/helper-get-function-arity" "^7.8.3" "@babel/helper-plugin-utils" "^7.8.3" -"@babel/plugin-transform-property-literals@^7.0.0", "@babel/plugin-transform-property-literals@^7.8.3": +"@babel/plugin-transform-parameters@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.14.5.tgz#49662e86a1f3ddccac6363a7dfb1ff0a158afeb3" + integrity sha512-Tl7LWdr6HUxTmzQtzuU14SqbgrSKmaR77M0OKyq4njZLQTPfOvzblNKyNkGwOfEFCEx7KeYHQHDI0P3F02IVkA== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-transform-property-literals@^7.0.0": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.8.3.tgz#33194300d8539c1ed28c62ad5087ba3807b98263" integrity sha512-uGiiXAZMqEoQhRWMK17VospMZh5sXWg+dlh2soffpkAl96KAm+WZuJfa6lcELotSRmooLqg0MWdH6UUq85nmmg== dependencies: "@babel/helper-plugin-utils" "^7.8.3" -"@babel/plugin-transform-react-constant-elements@^7.2.0": - version "7.9.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.9.0.tgz#a75abc936a3819edec42d3386d9f1c93f28d9d9e" - integrity sha512-wXMXsToAUOxJuBBEHajqKLFWcCkOSLshTI2ChCFFj1zDd7od4IOxiwLCOObNUvOpkxLpjIuaIdBMmNt6ocCPAw== +"@babel/plugin-transform-property-literals@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.14.5.tgz#0ddbaa1f83db3606f1cdf4846fa1dfb473458b34" + integrity sha512-r1uilDthkgXW8Z1vJz2dKYLV1tuw2xsbrp3MrZmD99Wh9vsfKoob+JTgri5VUb/JqyKRXotlOtwgu4stIYCmnw== dependencies: - "@babel/helper-plugin-utils" "^7.8.3" + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-transform-react-constant-elements@^7.2.0": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.14.5.tgz#41790d856f7c5cec82d2bcf5d0e5064d682522ed" + integrity sha512-NBqLEx1GxllIOXJInJAQbrnwwYJsV3WaMHIcOwD8rhYS0AabTWn7kHdHgPgu5RmHLU0q4DMxhAMu8ue/KampgQ== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-transform-react-display-name@^7.0.0": version "7.8.3" @@ -942,19 +1446,26 @@ "@babel/helper-plugin-utils" "^7.8.3" "@babel/plugin-syntax-jsx" "^7.8.3" -"@babel/plugin-transform-regenerator@^7.0.0", "@babel/plugin-transform-regenerator@^7.8.7": +"@babel/plugin-transform-regenerator@^7.0.0": version "7.8.7" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.8.7.tgz#5e46a0dca2bee1ad8285eb0527e6abc9c37672f8" integrity sha512-TIg+gAl4Z0a3WmD3mbYSk+J9ZUH6n/Yc57rtKRnlA/7rcCvpekHXe0CMZHP1gYp7/KLe9GHTuIba0vXmls6drA== dependencies: regenerator-transform "^0.14.2" -"@babel/plugin-transform-reserved-words@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.8.3.tgz#9a0635ac4e665d29b162837dd3cc50745dfdf1f5" - integrity sha512-mwMxcycN3omKFDjDQUl+8zyMsBfjRFr0Zn/64I41pmjv4NJuqcYlEtezwYtw9TFd9WR1vN5kiM+O0gMZzO6L0A== +"@babel/plugin-transform-regenerator@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.14.5.tgz#9676fd5707ed28f522727c5b3c0aa8544440b04f" + integrity sha512-NVIY1W3ITDP5xQl50NgTKlZ0GrotKtLna08/uGY6ErQt6VEQZXla86x/CTddm5gZdcr+5GSsvMeTmWA5Ii6pkg== dependencies: - "@babel/helper-plugin-utils" "^7.8.3" + regenerator-transform "^0.14.2" + +"@babel/plugin-transform-reserved-words@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.14.5.tgz#c44589b661cfdbef8d4300dcc7469dffa92f8304" + integrity sha512-cv4F2rv1nD4qdexOGsRQXJrOcyb5CrgjUH9PKrrtyhSDBNWGxd0UIitjyJiWagS+EbUGjG++22mGH1Pub8D6Vg== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-transform-runtime@^7.0.0": version "7.9.6" @@ -966,21 +1477,36 @@ resolve "^1.8.1" semver "^5.5.1" -"@babel/plugin-transform-shorthand-properties@^7.0.0", "@babel/plugin-transform-shorthand-properties@^7.8.3": +"@babel/plugin-transform-shorthand-properties@^7.0.0": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.8.3.tgz#28545216e023a832d4d3a1185ed492bcfeac08c8" integrity sha512-I9DI6Odg0JJwxCHzbzW08ggMdCezoWcuQRz3ptdudgwaHxTjxw5HgdFJmZIkIMlRymL6YiZcped4TTCB0JcC8w== dependencies: "@babel/helper-plugin-utils" "^7.8.3" -"@babel/plugin-transform-spread@^7.0.0", "@babel/plugin-transform-spread@^7.8.3": +"@babel/plugin-transform-shorthand-properties@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.14.5.tgz#97f13855f1409338d8cadcbaca670ad79e091a58" + integrity sha512-xLucks6T1VmGsTB+GWK5Pl9Jl5+nRXD1uoFdA5TSO6xtiNjtXTjKkmPdFXVLGlK5A2/or/wQMKfmQ2Y0XJfn5g== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-transform-spread@^7.0.0": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.8.3.tgz#9c8ffe8170fdfb88b114ecb920b82fb6e95fe5e8" integrity sha512-CkuTU9mbmAoFOI1tklFWYYbzX5qCIZVXPVy0jpXgGwkplCndQAa58s2jr66fTeQnA64bDox0HL4U56CFYoyC7g== dependencies: "@babel/helper-plugin-utils" "^7.8.3" -"@babel/plugin-transform-sticky-regex@^7.0.0", "@babel/plugin-transform-sticky-regex@^7.8.3": +"@babel/plugin-transform-spread@^7.14.6": + version "7.14.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.6.tgz#6bd40e57fe7de94aa904851963b5616652f73144" + integrity sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-skip-transparent-expression-wrappers" "^7.14.5" + +"@babel/plugin-transform-sticky-regex@^7.0.0": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.8.3.tgz#be7a1290f81dae767475452199e1f76d6175b100" integrity sha512-9Spq0vGCD5Bb4Z/ZXXSK5wbbLFMG085qd2vhL1JYu1WcQ5bXqZBAYRzU1d+p79GcHs2szYv5pVQCX13QgldaWw== @@ -988,7 +1514,14 @@ "@babel/helper-plugin-utils" "^7.8.3" "@babel/helper-regex" "^7.8.3" -"@babel/plugin-transform-template-literals@^7.0.0", "@babel/plugin-transform-template-literals@^7.8.3": +"@babel/plugin-transform-sticky-regex@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.14.5.tgz#5b617542675e8b7761294381f3c28c633f40aeb9" + integrity sha512-Z7F7GyvEMzIIbwnziAZmnSNpdijdr4dWt+FJNBnBLz5mwDFkqIXU9wmBcWWad3QeJF5hMTkRe4dAq2sUZiG+8A== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-transform-template-literals@^7.0.0": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.8.3.tgz#7bfa4732b455ea6a43130adc0ba767ec0e402a80" integrity sha512-820QBtykIQOLFT8NZOcTRJ1UNuztIELe4p9DCgvj4NK+PwluSJ49we7s9FB1HIGNIYT7wFUJ0ar2QpCDj0escQ== @@ -996,12 +1529,19 @@ "@babel/helper-annotate-as-pure" "^7.8.3" "@babel/helper-plugin-utils" "^7.8.3" -"@babel/plugin-transform-typeof-symbol@^7.8.4": - version "7.8.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.8.4.tgz#ede4062315ce0aaf8a657a920858f1a2f35fc412" - integrity sha512-2QKyfjGdvuNfHsb7qnBBlKclbD4CfshH2KvDabiijLMGXPHJXGxtDzwIF7bQP+T0ysw8fYTtxPafgfs/c1Lrqg== +"@babel/plugin-transform-template-literals@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.14.5.tgz#a5f2bc233937d8453885dc736bdd8d9ffabf3d93" + integrity sha512-22btZeURqiepOfuy/VkFr+zStqlujWaarpMErvay7goJS6BWwdd6BY9zQyDLDa4x2S3VugxFb162IZ4m/S/+Gg== dependencies: - "@babel/helper-plugin-utils" "^7.8.3" + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-transform-typeof-symbol@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.14.5.tgz#39af2739e989a2bd291bf6b53f16981423d457d4" + integrity sha512-lXzLD30ffCWseTbMQzrvDWqljvZlHkXU+CnseMhkMNqU1sASnCsz3tSzAaH3vCUXb9PHeUb90ZT1BdFTm1xxJw== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-transform-typescript@^7.5.0": version "7.9.6" @@ -1012,7 +1552,14 @@ "@babel/helper-plugin-utils" "^7.8.3" "@babel/plugin-syntax-typescript" "^7.8.3" -"@babel/plugin-transform-unicode-regex@^7.0.0", "@babel/plugin-transform-unicode-regex@^7.8.3": +"@babel/plugin-transform-unicode-escapes@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.14.5.tgz#9d4bd2a681e3c5d7acf4f57fa9e51175d91d0c6b" + integrity sha512-crTo4jATEOjxj7bt9lbYXcBAM3LZaUrbP2uUdxb6WIorLmjNKSpHfIybgY4B8SRpbf8tEVIWH3Vtm7ayCrKocA== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-transform-unicode-regex@^7.0.0": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.8.3.tgz#0cef36e3ba73e5c57273effb182f46b91a1ecaad" integrity sha512-+ufgJjYdmWfSQ+6NS9VGUR2ns8cjJjYbrbi11mZBTaWm+Fui/ncTLFF28Ei1okavY+xkojGr1eJxNsWYeA5aZw== @@ -1020,76 +1567,97 @@ "@babel/helper-create-regexp-features-plugin" "^7.8.3" "@babel/helper-plugin-utils" "^7.8.3" -"@babel/preset-env@^7.4.5": - version "7.9.6" - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.6.tgz#df063b276c6455ec6fcfc6e53aacc38da9b0aea6" - integrity sha512-0gQJ9RTzO0heXOhzftog+a/WyOuqMrAIugVYxMYf83gh1CQaQDjMtsOpqOwXyDL/5JcWsrCm8l4ju8QC97O7EQ== +"@babel/plugin-transform-unicode-regex@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.14.5.tgz#4cd09b6c8425dd81255c7ceb3fb1836e7414382e" + integrity sha512-UygduJpC5kHeCiRw/xDVzC+wj8VaYSoKl5JNVmbP7MadpNinAm3SvZCxZ42H37KZBKztz46YC73i9yV34d0Tzw== dependencies: - "@babel/compat-data" "^7.9.6" - "@babel/helper-compilation-targets" "^7.9.6" - "@babel/helper-module-imports" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-proposal-async-generator-functions" "^7.8.3" - "@babel/plugin-proposal-dynamic-import" "^7.8.3" - "@babel/plugin-proposal-json-strings" "^7.8.3" - "@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3" - "@babel/plugin-proposal-numeric-separator" "^7.8.3" - "@babel/plugin-proposal-object-rest-spread" "^7.9.6" - "@babel/plugin-proposal-optional-catch-binding" "^7.8.3" - "@babel/plugin-proposal-optional-chaining" "^7.9.0" - "@babel/plugin-proposal-unicode-property-regex" "^7.8.3" - "@babel/plugin-syntax-async-generators" "^7.8.0" - "@babel/plugin-syntax-dynamic-import" "^7.8.0" - "@babel/plugin-syntax-json-strings" "^7.8.0" - "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" - "@babel/plugin-syntax-numeric-separator" "^7.8.0" - "@babel/plugin-syntax-object-rest-spread" "^7.8.0" - "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" - "@babel/plugin-syntax-optional-chaining" "^7.8.0" - "@babel/plugin-syntax-top-level-await" "^7.8.3" - "@babel/plugin-transform-arrow-functions" "^7.8.3" - "@babel/plugin-transform-async-to-generator" "^7.8.3" - "@babel/plugin-transform-block-scoped-functions" "^7.8.3" - "@babel/plugin-transform-block-scoping" "^7.8.3" - "@babel/plugin-transform-classes" "^7.9.5" - "@babel/plugin-transform-computed-properties" "^7.8.3" - "@babel/plugin-transform-destructuring" "^7.9.5" - "@babel/plugin-transform-dotall-regex" "^7.8.3" - "@babel/plugin-transform-duplicate-keys" "^7.8.3" - "@babel/plugin-transform-exponentiation-operator" "^7.8.3" - "@babel/plugin-transform-for-of" "^7.9.0" - "@babel/plugin-transform-function-name" "^7.8.3" - "@babel/plugin-transform-literals" "^7.8.3" - "@babel/plugin-transform-member-expression-literals" "^7.8.3" - "@babel/plugin-transform-modules-amd" "^7.9.6" - "@babel/plugin-transform-modules-commonjs" "^7.9.6" - "@babel/plugin-transform-modules-systemjs" "^7.9.6" - "@babel/plugin-transform-modules-umd" "^7.9.0" - "@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3" - "@babel/plugin-transform-new-target" "^7.8.3" - "@babel/plugin-transform-object-super" "^7.8.3" - "@babel/plugin-transform-parameters" "^7.9.5" - "@babel/plugin-transform-property-literals" "^7.8.3" - "@babel/plugin-transform-regenerator" "^7.8.7" - "@babel/plugin-transform-reserved-words" "^7.8.3" - "@babel/plugin-transform-shorthand-properties" "^7.8.3" - "@babel/plugin-transform-spread" "^7.8.3" - "@babel/plugin-transform-sticky-regex" "^7.8.3" - "@babel/plugin-transform-template-literals" "^7.8.3" - "@babel/plugin-transform-typeof-symbol" "^7.8.4" - "@babel/plugin-transform-unicode-regex" "^7.8.3" - "@babel/preset-modules" "^0.1.3" - "@babel/types" "^7.9.6" - browserslist "^4.11.1" - core-js-compat "^3.6.2" - invariant "^2.2.2" - levenary "^1.1.1" - semver "^5.5.0" + "@babel/helper-create-regexp-features-plugin" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" -"@babel/preset-modules@^0.1.3": - version "0.1.3" - resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.3.tgz#13242b53b5ef8c883c3cf7dddd55b36ce80fbc72" - integrity sha512-Ra3JXOHBq2xd56xSF7lMKXdjBn3T772Y1Wet3yWnkDly9zHvJki029tAFzvAAK5cf4YV3yoxuP61crYRol6SVg== +"@babel/preset-env@^7.4.5": + version "7.14.7" + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.7.tgz#5c70b22d4c2d893b03d8c886a5c17422502b932a" + integrity sha512-itOGqCKLsSUl0Y+1nSfhbuuOlTs0MJk2Iv7iSH+XT/mR8U1zRLO7NjWlYXB47yhK4J/7j+HYty/EhFZDYKa/VA== + dependencies: + "@babel/compat-data" "^7.14.7" + "@babel/helper-compilation-targets" "^7.14.5" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/helper-validator-option" "^7.14.5" + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5" + "@babel/plugin-proposal-async-generator-functions" "^7.14.7" + "@babel/plugin-proposal-class-properties" "^7.14.5" + "@babel/plugin-proposal-class-static-block" "^7.14.5" + "@babel/plugin-proposal-dynamic-import" "^7.14.5" + "@babel/plugin-proposal-export-namespace-from" "^7.14.5" + "@babel/plugin-proposal-json-strings" "^7.14.5" + "@babel/plugin-proposal-logical-assignment-operators" "^7.14.5" + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5" + "@babel/plugin-proposal-numeric-separator" "^7.14.5" + "@babel/plugin-proposal-object-rest-spread" "^7.14.7" + "@babel/plugin-proposal-optional-catch-binding" "^7.14.5" + "@babel/plugin-proposal-optional-chaining" "^7.14.5" + "@babel/plugin-proposal-private-methods" "^7.14.5" + "@babel/plugin-proposal-private-property-in-object" "^7.14.5" + "@babel/plugin-proposal-unicode-property-regex" "^7.14.5" + "@babel/plugin-syntax-async-generators" "^7.8.4" + "@babel/plugin-syntax-class-properties" "^7.12.13" + "@babel/plugin-syntax-class-static-block" "^7.14.5" + "@babel/plugin-syntax-dynamic-import" "^7.8.3" + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" + "@babel/plugin-syntax-json-strings" "^7.8.3" + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" + "@babel/plugin-syntax-numeric-separator" "^7.10.4" + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" + "@babel/plugin-syntax-optional-chaining" "^7.8.3" + "@babel/plugin-syntax-private-property-in-object" "^7.14.5" + "@babel/plugin-syntax-top-level-await" "^7.14.5" + "@babel/plugin-transform-arrow-functions" "^7.14.5" + "@babel/plugin-transform-async-to-generator" "^7.14.5" + "@babel/plugin-transform-block-scoped-functions" "^7.14.5" + "@babel/plugin-transform-block-scoping" "^7.14.5" + "@babel/plugin-transform-classes" "^7.14.5" + "@babel/plugin-transform-computed-properties" "^7.14.5" + "@babel/plugin-transform-destructuring" "^7.14.7" + "@babel/plugin-transform-dotall-regex" "^7.14.5" + "@babel/plugin-transform-duplicate-keys" "^7.14.5" + "@babel/plugin-transform-exponentiation-operator" "^7.14.5" + "@babel/plugin-transform-for-of" "^7.14.5" + "@babel/plugin-transform-function-name" "^7.14.5" + "@babel/plugin-transform-literals" "^7.14.5" + "@babel/plugin-transform-member-expression-literals" "^7.14.5" + "@babel/plugin-transform-modules-amd" "^7.14.5" + "@babel/plugin-transform-modules-commonjs" "^7.14.5" + "@babel/plugin-transform-modules-systemjs" "^7.14.5" + "@babel/plugin-transform-modules-umd" "^7.14.5" + "@babel/plugin-transform-named-capturing-groups-regex" "^7.14.7" + "@babel/plugin-transform-new-target" "^7.14.5" + "@babel/plugin-transform-object-super" "^7.14.5" + "@babel/plugin-transform-parameters" "^7.14.5" + "@babel/plugin-transform-property-literals" "^7.14.5" + "@babel/plugin-transform-regenerator" "^7.14.5" + "@babel/plugin-transform-reserved-words" "^7.14.5" + "@babel/plugin-transform-shorthand-properties" "^7.14.5" + "@babel/plugin-transform-spread" "^7.14.6" + "@babel/plugin-transform-sticky-regex" "^7.14.5" + "@babel/plugin-transform-template-literals" "^7.14.5" + "@babel/plugin-transform-typeof-symbol" "^7.14.5" + "@babel/plugin-transform-unicode-escapes" "^7.14.5" + "@babel/plugin-transform-unicode-regex" "^7.14.5" + "@babel/preset-modules" "^0.1.4" + "@babel/types" "^7.14.5" + babel-plugin-polyfill-corejs2 "^0.2.2" + babel-plugin-polyfill-corejs3 "^0.2.2" + babel-plugin-polyfill-regenerator "^0.2.2" + core-js-compat "^3.15.0" + semver "^6.3.0" + +"@babel/preset-modules@^0.1.4": + version "0.1.4" + resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.4.tgz#362f2b68c662842970fdb5e254ffc8fc1c2e415e" + integrity sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg== dependencies: "@babel/helper-plugin-utils" "^7.0.0" "@babel/plugin-proposal-unicode-property-regex" "^7.4.4" @@ -1116,6 +1684,14 @@ core-js-pure "^3.0.0" regenerator-runtime "^0.13.4" +"@babel/runtime-corejs3@^7.12.1": + version "7.14.6" + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.14.6.tgz#066b966eda40481740180cb3caab861a3f208cd3" + integrity sha512-Xl8SPYtdjcMoCsIM4teyVRg7jIcgl8F2kRtoCcXuHzXswt9UxZCS6BzRo8fcnCuP6u2XtPgvyonmEPF57Kxo9Q== + dependencies: + core-js-pure "^3.14.0" + regenerator-runtime "^0.13.4" + "@babel/runtime-corejs3@^7.8.3": version "7.9.6" resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.9.6.tgz#67aded13fffbbc2cb93247388cf84d77a4be9a71" @@ -1124,13 +1700,20 @@ core-js-pure "^3.0.0" regenerator-runtime "^0.13.4" -"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.3.1", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": +"@babel/runtime@^7.0.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": version "7.9.6" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.6.tgz#a9102eb5cadedf3f31d08a9ecf294af7827ea29f" integrity sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ== dependencies: regenerator-runtime "^0.13.4" +"@babel/runtime@^7.1.2", "@babel/runtime@^7.12.13": + version "7.14.6" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d" + integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg== + dependencies: + regenerator-runtime "^0.13.4" + "@babel/runtime@^7.10.2": version "7.10.5" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.5.tgz#303d8bd440ecd5a491eae6117fd3367698674c5c" @@ -1138,7 +1721,21 @@ dependencies: regenerator-runtime "^0.13.4" -"@babel/template@^7.0.0", "@babel/template@^7.4.0", "@babel/template@^7.8.3", "@babel/template@^7.8.6": +"@babel/runtime@^7.12.1": + version "7.14.0" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.0.tgz#46794bc20b612c5f75e62dd071e24dfd95f1cbe6" + integrity sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA== + dependencies: + regenerator-runtime "^0.13.4" + +"@babel/runtime@^7.12.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.5.tgz#665450911c6031af38f81db530f387ec04cd9a98" + integrity sha512-121rumjddw9c3NCQ55KGkyE1h/nzWhU/owjhw0l4mQrkzz4x9SGS1X8gFLraHwX7td3Yo4QTL+qj0NcIzN87BA== + dependencies: + regenerator-runtime "^0.13.4" + +"@babel/template@^7.0.0", "@babel/template@^7.8.3", "@babel/template@^7.8.6": version "7.8.6" resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b" integrity sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg== @@ -1156,7 +1753,16 @@ "@babel/parser" "^7.10.4" "@babel/types" "^7.10.4" -"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.8.3", "@babel/traverse@^7.9.6": +"@babel/template@^7.14.5", "@babel/template@^7.4.0": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4" + integrity sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g== + dependencies: + "@babel/code-frame" "^7.14.5" + "@babel/parser" "^7.14.5" + "@babel/types" "^7.14.5" + +"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.8.3", "@babel/traverse@^7.9.6": version "7.9.6" resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.6.tgz#5540d7577697bf619cc57b92aa0f1c231a94f442" integrity sha512-b3rAHSjbxy6VEAvlxM8OV/0X4XrG72zoxme6q1MOoe2vd0bEc+TwayhuC1+Dfgqh1QEG+pj7atQqvUprHIccsg== @@ -1186,7 +1792,37 @@ globals "^11.1.0" lodash "^4.17.13" -"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5", "@babel/types@^7.9.6": +"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.5.tgz#c111b0f58afab4fea3d3385a406f692748c59870" + integrity sha512-G3BiS15vevepdmFqmUc9X+64y0viZYygubAMO8SvBmKARuF6CPSZtH4Ng9vi/lrWlZFGe3FWdXNy835akH8Glg== + dependencies: + "@babel/code-frame" "^7.14.5" + "@babel/generator" "^7.14.5" + "@babel/helper-function-name" "^7.14.5" + "@babel/helper-hoist-variables" "^7.14.5" + "@babel/helper-split-export-declaration" "^7.14.5" + "@babel/parser" "^7.14.5" + "@babel/types" "^7.14.5" + debug "^4.1.0" + globals "^11.1.0" + +"@babel/traverse@^7.4.3": + version "7.14.7" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.7.tgz#64007c9774cfdc3abd23b0780bc18a3ce3631753" + integrity sha512-9vDr5NzHu27wgwejuKL7kIOm4bwEtaPQ4Z6cpCmjSuaRqpH/7xc4qcGEscwMqlkwgcXl6MvqoAjZkQ24uSdIZQ== + dependencies: + "@babel/code-frame" "^7.14.5" + "@babel/generator" "^7.14.5" + "@babel/helper-function-name" "^7.14.5" + "@babel/helper-hoist-variables" "^7.14.5" + "@babel/helper-split-export-declaration" "^7.14.5" + "@babel/parser" "^7.14.7" + "@babel/types" "^7.14.5" + debug "^4.1.0" + globals "^11.1.0" + +"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5", "@babel/types@^7.9.6": version "7.9.6" resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7" integrity sha512-qxXzvBO//jO9ZnoasKF1uJzHd2+M6Q2ZPIVfnFps8JJvXy0ZBbwbNOmE6SGIY5XOY6d1Bo5lb9d9RJ8nv3WSeA== @@ -1204,6 +1840,14 @@ lodash "^4.17.13" to-fast-properties "^2.0.0" +"@babel/types@^7.14.5", "@babel/types@^7.4.0": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff" + integrity sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg== + dependencies: + "@babel/helper-validator-identifier" "^7.14.5" + to-fast-properties "^2.0.0" + "@bcoe/v8-coverage@^0.2.3": version "0.2.3" resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" @@ -1379,6 +2023,14 @@ dependencies: "@hapi/hoek" "^8.3.0" +"@hypnosphi/create-react-context@^0.3.1": + version "0.3.1" + resolved "https://registry.yarnpkg.com/@hypnosphi/create-react-context/-/create-react-context-0.3.1.tgz#f8bfebdc7665f5d426cba3753e0e9c7d3154d7c6" + integrity sha512-V1klUed202XahrWJLLOT3EXNeCpFHCcJntdFGI15ntCwau+jfT386w7OFTMaCqOgXUH1fa0w/I1oZs+i/Rfr0A== + dependencies: + gud "^1.0.0" + warning "^4.0.3" + "@istanbuljs/load-nyc-config@^1.0.0": version "1.1.0" resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced" @@ -1630,22 +2282,22 @@ "@types/yargs" "^15.0.0" chalk "^3.0.0" -"@jimp/bmp@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/bmp/-/bmp-0.14.0.tgz#6df246026554f276f7b354047c6fff9f5b2b5182" - integrity sha512-5RkX6tSS7K3K3xNEb2ygPuvyL9whjanhoaB/WmmXlJS6ub4DjTqrapu8j4qnIWmO4YYtFeTbDTXV6v9P1yMA5A== +"@jimp/bmp@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/bmp/-/bmp-0.16.1.tgz#6e2da655b2ba22e721df0795423f34e92ef13768" + integrity sha512-iwyNYQeBawrdg/f24x3pQ5rEx+/GwjZcCXd3Kgc+ZUd+Ivia7sIqBsOnDaMZdKCBPlfW364ekexnlOqyVa0NWg== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.14.0" + "@jimp/utils" "^0.16.1" bmp-js "^0.1.0" -"@jimp/core@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/core/-/core-0.14.0.tgz#870c9ca25b40be353ebda1d2abb48723d9010055" - integrity sha512-S62FcKdtLtj3yWsGfJRdFXSutjvHg7aQNiFogMbwq19RP4XJWqS2nOphu7ScB8KrSlyy5nPF2hkWNhLRLyD82w== +"@jimp/core@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/core/-/core-0.16.1.tgz#68c4288f6ef7f31a0f6b859ba3fb28dae930d39d" + integrity sha512-la7kQia31V6kQ4q1kI/uLimu8FXx7imWVajDGtwUG8fzePLWDFJyZl0fdIXVCL1JW2nBcRHidUot6jvlRDi2+g== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.14.0" + "@jimp/utils" "^0.16.1" any-base "^1.1.0" buffer "^5.2.0" exif-parser "^0.1.12" @@ -1656,266 +2308,266 @@ pixelmatch "^4.0.2" tinycolor2 "^1.4.1" -"@jimp/custom@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/custom/-/custom-0.14.0.tgz#1dbbf0094df7403f4e03bc984ed92e7458842f74" - integrity sha512-kQJMeH87+kWJdVw8F9GQhtsageqqxrvzg7yyOw3Tx/s7v5RToe8RnKyMM+kVtBJtNAG+Xyv/z01uYQ2jiZ3GwA== +"@jimp/custom@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/custom/-/custom-0.16.1.tgz#28b659c59e20a1d75a0c46067bd3f4bd302cf9c5" + integrity sha512-DNUAHNSiUI/j9hmbatD6WN/EBIyeq4AO0frl5ETtt51VN1SvE4t4v83ZA/V6ikxEf3hxLju4tQ5Pc3zmZkN/3A== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/core" "^0.14.0" + "@jimp/core" "^0.16.1" -"@jimp/gif@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/gif/-/gif-0.14.0.tgz#db159f57c3cfd1566bbe8b124958791998614960" - integrity sha512-DHjoOSfCaCz72+oGGEh8qH0zE6pUBaBxPxxmpYJjkNyDZP7RkbBkZJScIYeQ7BmJxmGN4/dZn+MxamoQlr+UYg== +"@jimp/gif@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/gif/-/gif-0.16.1.tgz#d1f7c3a58f4666482750933af8b8f4666414f3ca" + integrity sha512-r/1+GzIW1D5zrP4tNrfW+3y4vqD935WBXSc8X/wm23QTY9aJO9Lw6PEdzpYCEY+SOklIFKaJYUAq/Nvgm/9ryw== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.14.0" + "@jimp/utils" "^0.16.1" gifwrap "^0.9.2" omggif "^1.0.9" -"@jimp/jpeg@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/jpeg/-/jpeg-0.14.0.tgz#8a687a6a653bbbae38c522edef8f84bb418d9461" - integrity sha512-561neGbr+87S/YVQYnZSTyjWTHBm9F6F1obYHiyU3wVmF+1CLbxY3FQzt4YolwyQHIBv36Bo0PY2KkkU8BEeeQ== +"@jimp/jpeg@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/jpeg/-/jpeg-0.16.1.tgz#3b7bb08a4173f2f6d81f3049b251df3ee2ac8175" + integrity sha512-8352zrdlCCLFdZ/J+JjBslDvml+fS3Z8gttdml0We759PnnZGqrnPRhkOEOJbNUlE+dD4ckLeIe6NPxlS/7U+w== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.14.0" - jpeg-js "^0.4.0" + "@jimp/utils" "^0.16.1" + jpeg-js "0.4.2" -"@jimp/plugin-blit@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/plugin-blit/-/plugin-blit-0.14.0.tgz#5eb374be1201313b2113899fb842232d8fcfd345" - integrity sha512-YoYOrnVHeX3InfgbJawAU601iTZMwEBZkyqcP1V/S33Qnz9uzH1Uj1NtC6fNgWzvX6I4XbCWwtr4RrGFb5CFrw== +"@jimp/plugin-blit@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-blit/-/plugin-blit-0.16.1.tgz#09ea919f9d326de3b9c2826fe4155da37dde8edb" + integrity sha512-fKFNARm32RoLSokJ8WZXHHH2CGzz6ire2n1Jh6u+XQLhk9TweT1DcLHIXwQMh8oR12KgjbgsMGvrMVlVknmOAg== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.14.0" + "@jimp/utils" "^0.16.1" -"@jimp/plugin-blur@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/plugin-blur/-/plugin-blur-0.14.0.tgz#fe07e4932d5a2f5d8c9831e245561553224bfc60" - integrity sha512-9WhZcofLrT0hgI7t0chf7iBQZib//0gJh9WcQMUt5+Q1Bk04dWs8vTgLNj61GBqZXgHSPzE4OpCrrLDBG8zlhQ== +"@jimp/plugin-blur@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-blur/-/plugin-blur-0.16.1.tgz#e614fa002797dcd662e705d4cea376e7db968bf5" + integrity sha512-1WhuLGGj9MypFKRcPvmW45ht7nXkOKu+lg3n2VBzIB7r4kKNVchuI59bXaCYQumOLEqVK7JdB4glaDAbCQCLyw== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.14.0" + "@jimp/utils" "^0.16.1" -"@jimp/plugin-circle@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/plugin-circle/-/plugin-circle-0.14.0.tgz#82c0e904a34e90fa672fb9c286bc892e92088ddf" - integrity sha512-o5L+wf6QA44tvTum5HeLyLSc5eVfIUd5ZDVi5iRfO4o6GT/zux9AxuTSkKwnjhsG8bn1dDmywAOQGAx7BjrQVA== +"@jimp/plugin-circle@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-circle/-/plugin-circle-0.16.1.tgz#20e3194a67ca29740aba2630fd4d0a89afa27491" + integrity sha512-JK7yi1CIU7/XL8hdahjcbGA3V7c+F+Iw+mhMQhLEi7Q0tCnZ69YJBTamMiNg3fWPVfMuvWJJKOBRVpwNTuaZRg== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.14.0" + "@jimp/utils" "^0.16.1" -"@jimp/plugin-color@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/plugin-color/-/plugin-color-0.14.0.tgz#772bd2d80a88bc66ea1331d010207870f169a74b" - integrity sha512-JJz512SAILYV0M5LzBb9sbOm/XEj2fGElMiHAxb7aLI6jx+n0agxtHpfpV/AePTLm1vzzDxx6AJxXbKv355hBQ== +"@jimp/plugin-color@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-color/-/plugin-color-0.16.1.tgz#0f298ba74dee818b663834cd80d53e56f3755233" + integrity sha512-9yQttBAO5SEFj7S6nJK54f+1BnuBG4c28q+iyzm1JjtnehjqMg6Ljw4gCSDCvoCQ3jBSYHN66pmwTV74SU1B7A== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.14.0" + "@jimp/utils" "^0.16.1" tinycolor2 "^1.4.1" -"@jimp/plugin-contain@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/plugin-contain/-/plugin-contain-0.14.0.tgz#c68115420d182e696f81bbe76fb5e704909b2b6a" - integrity sha512-RX2q233lGyaxiMY6kAgnm9ScmEkNSof0hdlaJAVDS1OgXphGAYAeSIAwzESZN4x3ORaWvkFefeVH9O9/698Evg== +"@jimp/plugin-contain@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-contain/-/plugin-contain-0.16.1.tgz#3c5f5c495fd9bb08a970739d83694934f58123f2" + integrity sha512-44F3dUIjBDHN+Ym/vEfg+jtjMjAqd2uw9nssN67/n4FdpuZUVs7E7wadKY1RRNuJO+WgcD5aDQcsvurXMETQTg== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.14.0" + "@jimp/utils" "^0.16.1" -"@jimp/plugin-cover@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/plugin-cover/-/plugin-cover-0.14.0.tgz#4755322589c5885e44e14e31b86b542e907297ce" - integrity sha512-0P/5XhzWES4uMdvbi3beUgfvhn4YuQ/ny8ijs5kkYIw6K8mHcl820HahuGpwWMx56DJLHRl1hFhJwo9CeTRJtQ== +"@jimp/plugin-cover@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-cover/-/plugin-cover-0.16.1.tgz#0e8caec16a40abe15b1b32e5383a603a3306dc41" + integrity sha512-YztWCIldBAVo0zxcQXR+a/uk3/TtYnpKU2CanOPJ7baIuDlWPsG+YE4xTsswZZc12H9Kl7CiziEbDtvF9kwA/Q== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.14.0" + "@jimp/utils" "^0.16.1" -"@jimp/plugin-crop@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/plugin-crop/-/plugin-crop-0.14.0.tgz#4cbd856ca84ffc37230fad2534906f2f75aa3057" - integrity sha512-Ojtih+XIe6/XSGtpWtbAXBozhCdsDMmy+THUJAGu2x7ZgKrMS0JotN+vN2YC3nwDpYkM+yOJImQeptSfZb2Sug== +"@jimp/plugin-crop@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-crop/-/plugin-crop-0.16.1.tgz#b362497c873043fe47ba881ab08604bf7226f50f" + integrity sha512-UQdva9oQzCVadkyo3T5Tv2CUZbf0klm2cD4cWMlASuTOYgaGaFHhT9st+kmfvXjKL8q3STkBu/zUPV6PbuV3ew== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.14.0" + "@jimp/utils" "^0.16.1" -"@jimp/plugin-displace@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/plugin-displace/-/plugin-displace-0.14.0.tgz#b0e6a57d00cb1f893f541413fe9d737d23c3b70c" - integrity sha512-c75uQUzMgrHa8vegkgUvgRL/PRvD7paFbFJvzW0Ugs8Wl+CDMGIPYQ3j7IVaQkIS+cAxv+NJ3TIRBQyBrfVEOg== +"@jimp/plugin-displace@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-displace/-/plugin-displace-0.16.1.tgz#4dd9db518c3e78de9d723f86a234bf98922afe8d" + integrity sha512-iVAWuz2+G6Heu8gVZksUz+4hQYpR4R0R/RtBzpWEl8ItBe7O6QjORAkhxzg+WdYLL2A/Yd4ekTpvK0/qW8hTVw== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.14.0" + "@jimp/utils" "^0.16.1" -"@jimp/plugin-dither@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/plugin-dither/-/plugin-dither-0.14.0.tgz#9185ec4c38e02edc9e5831f5d709f6ba891e1b93" - integrity sha512-g8SJqFLyYexXQQsoh4dc1VP87TwyOgeTElBcxSXX2LaaMZezypmxQfLTzOFzZoK8m39NuaoH21Ou1Ftsq7LzVQ== +"@jimp/plugin-dither@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-dither/-/plugin-dither-0.16.1.tgz#b47de2c0bb09608bed228b41c3cd01a85ec2d45b" + integrity sha512-tADKVd+HDC9EhJRUDwMvzBXPz4GLoU6s5P7xkVq46tskExYSptgj5713J5Thj3NMgH9Rsqu22jNg1H/7tr3V9Q== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.14.0" + "@jimp/utils" "^0.16.1" -"@jimp/plugin-fisheye@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/plugin-fisheye/-/plugin-fisheye-0.14.0.tgz#9f26346cf2fbc660cc2008cd7fd30a83b5029e78" - integrity sha512-BFfUZ64EikCaABhCA6mR3bsltWhPpS321jpeIQfJyrILdpFsZ/OccNwCgpW1XlbldDHIoNtXTDGn3E+vCE7vDg== +"@jimp/plugin-fisheye@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-fisheye/-/plugin-fisheye-0.16.1.tgz#f625047b6cdbe1b83b89e9030fd025ab19cdb1a4" + integrity sha512-BWHnc5hVobviTyIRHhIy9VxI1ACf4CeSuCfURB6JZm87YuyvgQh5aX5UDKtOz/3haMHXBLP61ZBxlNpMD8CG4A== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.14.0" + "@jimp/utils" "^0.16.1" -"@jimp/plugin-flip@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/plugin-flip/-/plugin-flip-0.14.0.tgz#7966d6aa3b5fe1aa4d2d561ff12b8ef5ccb9b071" - integrity sha512-WtL1hj6ryqHhApih+9qZQYA6Ye8a4HAmdTzLbYdTMrrrSUgIzFdiZsD0WeDHpgS/+QMsWwF+NFmTZmxNWqKfXw== +"@jimp/plugin-flip@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-flip/-/plugin-flip-0.16.1.tgz#7a99ea22bde802641017ed0f2615870c144329bb" + integrity sha512-KdxTf0zErfZ8DyHkImDTnQBuHby+a5YFdoKI/G3GpBl3qxLBvC+PWkS2F/iN3H7wszP7/TKxTEvWL927pypT0w== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.14.0" + "@jimp/utils" "^0.16.1" -"@jimp/plugin-gaussian@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/plugin-gaussian/-/plugin-gaussian-0.14.0.tgz#452bc1971a4467ad9b984aa67f4c200bf941bb65" - integrity sha512-uaLwQ0XAQoydDlF9tlfc7iD9drYPriFe+jgYnWm8fbw5cN+eOIcnneEX9XCOOzwgLPkNCxGox6Kxjn8zY6GxtQ== +"@jimp/plugin-gaussian@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-gaussian/-/plugin-gaussian-0.16.1.tgz#0845e314085ccd52e34fad9a83949bc0d81a68e8" + integrity sha512-u9n4wjskh3N1mSqketbL6tVcLU2S5TEaFPR40K6TDv4phPLZALi1Of7reUmYpVm8mBDHt1I6kGhuCJiWvzfGyg== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.14.0" + "@jimp/utils" "^0.16.1" -"@jimp/plugin-invert@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/plugin-invert/-/plugin-invert-0.14.0.tgz#cd31a555860e9f821394936d15af161c09c42921" - integrity sha512-UaQW9X9vx8orQXYSjT5VcITkJPwDaHwrBbxxPoDG+F/Zgv4oV9fP+udDD6qmkgI9taU+44Fy+zm/J/gGcMWrdg== +"@jimp/plugin-invert@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-invert/-/plugin-invert-0.16.1.tgz#7e6f5a15707256f3778d06921675bbcf18545c97" + integrity sha512-2DKuyVXANH8WDpW9NG+PYFbehzJfweZszFYyxcaewaPLN0GxvxVLOGOPP1NuUTcHkOdMFbE0nHDuB7f+sYF/2w== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.14.0" + "@jimp/utils" "^0.16.1" -"@jimp/plugin-mask@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/plugin-mask/-/plugin-mask-0.14.0.tgz#52619643ac6222f85e6b27dee33c771ca3a6a4c9" - integrity sha512-tdiGM69OBaKtSPfYSQeflzFhEpoRZ+BvKfDEoivyTjauynbjpRiwB1CaiS8En1INTDwzLXTT0Be9SpI3LkJoEA== +"@jimp/plugin-mask@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-mask/-/plugin-mask-0.16.1.tgz#e7f2460e05c3cda7af5e76f33ccb0579f66f90df" + integrity sha512-snfiqHlVuj4bSFS0v96vo2PpqCDMe4JB+O++sMo5jF5mvGcGL6AIeLo8cYqPNpdO6BZpBJ8MY5El0Veckhr39Q== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.14.0" + "@jimp/utils" "^0.16.1" -"@jimp/plugin-normalize@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/plugin-normalize/-/plugin-normalize-0.14.0.tgz#bf39e356b6d473f582ce95633ad49c9cdb82492b" - integrity sha512-AfY8sqlsbbdVwFGcyIPy5JH/7fnBzlmuweb+Qtx2vn29okq6+HelLjw2b+VT2btgGUmWWHGEHd86oRGSoWGyEQ== +"@jimp/plugin-normalize@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-normalize/-/plugin-normalize-0.16.1.tgz#032dfd88eefbc4dedc8b1b2d243832e4f3af30c8" + integrity sha512-dOQfIOvGLKDKXPU8xXWzaUeB0nvkosHw6Xg1WhS1Z5Q0PazByhaxOQkSKgUryNN/H+X7UdbDvlyh/yHf3ITRaw== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.14.0" + "@jimp/utils" "^0.16.1" -"@jimp/plugin-print@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/plugin-print/-/plugin-print-0.14.0.tgz#1c43c2a92a7adc05b464863882cb89ce486d63e6" - integrity sha512-MwP3sH+VS5AhhSTXk7pui+tEJFsxnTKFY3TraFJb8WFbA2Vo2qsRCZseEGwpTLhENB7p/JSsLvWoSSbpmxhFAQ== +"@jimp/plugin-print@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-print/-/plugin-print-0.16.1.tgz#66b803563f9d109825970714466e6ab9ae639ff6" + integrity sha512-ceWgYN40jbN4cWRxixym+csyVymvrryuKBQ+zoIvN5iE6OyS+2d7Mn4zlNgumSczb9GGyZZESIgVcBDA1ezq0Q== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.14.0" + "@jimp/utils" "^0.16.1" load-bmfont "^1.4.0" -"@jimp/plugin-resize@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/plugin-resize/-/plugin-resize-0.14.0.tgz#ef7fc6c2e45f8bcab62456baf8fd3bc415b02b64" - integrity sha512-qFeMOyXE/Bk6QXN0GQo89+CB2dQcXqoxUcDb2Ah8wdYlKqpi53skABkgVy5pW3EpiprDnzNDboMltdvDslNgLQ== +"@jimp/plugin-resize@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-resize/-/plugin-resize-0.16.1.tgz#65e39d848ed13ba2d6c6faf81d5d590396571d10" + integrity sha512-u4JBLdRI7dargC04p2Ha24kofQBk3vhaf0q8FwSYgnCRwxfvh2RxvhJZk9H7Q91JZp6wgjz/SjvEAYjGCEgAwQ== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.14.0" + "@jimp/utils" "^0.16.1" -"@jimp/plugin-rotate@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/plugin-rotate/-/plugin-rotate-0.14.0.tgz#3632bc159bf1c3b9ec9f459d9c05d02a11781ee7" - integrity sha512-aGaicts44bvpTcq5Dtf93/8TZFu5pMo/61lWWnYmwJJU1RqtQlxbCLEQpMyRhKDNSfPbuP8nyGmaqXlM/82J0Q== +"@jimp/plugin-rotate@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-rotate/-/plugin-rotate-0.16.1.tgz#53fb5d51a4b3d05af9c91c2a8fffe5d7a1a47c8c" + integrity sha512-ZUU415gDQ0VjYutmVgAYYxC9Og9ixu2jAGMCU54mSMfuIlmohYfwARQmI7h4QB84M76c9hVLdONWjuo+rip/zg== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.14.0" + "@jimp/utils" "^0.16.1" -"@jimp/plugin-scale@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/plugin-scale/-/plugin-scale-0.14.0.tgz#d30f0cd1365b8e68f43fa423300ae7f124e9bf10" - integrity sha512-ZcJk0hxY5ZKZDDwflqQNHEGRblgaR+piePZm7dPwPUOSeYEH31P0AwZ1ziceR74zd8N80M0TMft+e3Td6KGBHw== +"@jimp/plugin-scale@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-scale/-/plugin-scale-0.16.1.tgz#89f6ba59feed3429847ed226aebda33a240cc647" + integrity sha512-jM2QlgThIDIc4rcyughD5O7sOYezxdafg/2Xtd1csfK3z6fba3asxDwthqPZAgitrLgiKBDp6XfzC07Y/CefUw== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.14.0" + "@jimp/utils" "^0.16.1" -"@jimp/plugin-shadow@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/plugin-shadow/-/plugin-shadow-0.14.0.tgz#471fdb9f109ff2d9e20d533d45e1e18e0b48c749" - integrity sha512-p2igcEr/iGrLiTu0YePNHyby0WYAXM14c5cECZIVnq/UTOOIQ7xIcWZJ1lRbAEPxVVXPN1UibhZAbr3HAb5BjQ== +"@jimp/plugin-shadow@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-shadow/-/plugin-shadow-0.16.1.tgz#a7af892a740febf41211e10a5467c3c5c521a04c" + integrity sha512-MeD2Is17oKzXLnsphAa1sDstTu6nxscugxAEk3ji0GV1FohCvpHBcec0nAq6/czg4WzqfDts+fcPfC79qWmqrA== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.14.0" + "@jimp/utils" "^0.16.1" -"@jimp/plugin-threshold@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/plugin-threshold/-/plugin-threshold-0.14.0.tgz#ebd72721c7d1d518c5bb6e494e55d97ac3351d3b" - integrity sha512-N4BlDgm/FoOMV/DQM2rSpzsgqAzkP0DXkWZoqaQrlRxQBo4zizQLzhEL00T/YCCMKnddzgEhnByaocgaaa0fKw== +"@jimp/plugin-threshold@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/plugin-threshold/-/plugin-threshold-0.16.1.tgz#34f3078f9965145b7ae26c53a32ad74b1195bbf5" + integrity sha512-iGW8U/wiCSR0+6syrPioVGoSzQFt4Z91SsCRbgNKTAk7D+XQv6OI78jvvYg4o0c2FOlwGhqz147HZV5utoSLxA== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.14.0" + "@jimp/utils" "^0.16.1" -"@jimp/plugins@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/plugins/-/plugins-0.14.0.tgz#41dba85f15ab8dadb4162100eb54e5f27b93ee2c" - integrity sha512-vDO3XT/YQlFlFLq5TqNjQkISqjBHT8VMhpWhAfJVwuXIpilxz5Glu4IDLK6jp4IjPR6Yg2WO8TmRY/HI8vLrOw== +"@jimp/plugins@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/plugins/-/plugins-0.16.1.tgz#9f08544c97226d6460a16ced79f57e85bec3257b" + integrity sha512-c+lCqa25b+4q6mJZSetlxhMoYuiltyS+ValLzdwK/47+aYsq+kcJNl+TuxIEKf59yr9+5rkbpsPkZHLF/V7FFA== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/plugin-blit" "^0.14.0" - "@jimp/plugin-blur" "^0.14.0" - "@jimp/plugin-circle" "^0.14.0" - "@jimp/plugin-color" "^0.14.0" - "@jimp/plugin-contain" "^0.14.0" - "@jimp/plugin-cover" "^0.14.0" - "@jimp/plugin-crop" "^0.14.0" - "@jimp/plugin-displace" "^0.14.0" - "@jimp/plugin-dither" "^0.14.0" - "@jimp/plugin-fisheye" "^0.14.0" - "@jimp/plugin-flip" "^0.14.0" - "@jimp/plugin-gaussian" "^0.14.0" - "@jimp/plugin-invert" "^0.14.0" - "@jimp/plugin-mask" "^0.14.0" - "@jimp/plugin-normalize" "^0.14.0" - "@jimp/plugin-print" "^0.14.0" - "@jimp/plugin-resize" "^0.14.0" - "@jimp/plugin-rotate" "^0.14.0" - "@jimp/plugin-scale" "^0.14.0" - "@jimp/plugin-shadow" "^0.14.0" - "@jimp/plugin-threshold" "^0.14.0" + "@jimp/plugin-blit" "^0.16.1" + "@jimp/plugin-blur" "^0.16.1" + "@jimp/plugin-circle" "^0.16.1" + "@jimp/plugin-color" "^0.16.1" + "@jimp/plugin-contain" "^0.16.1" + "@jimp/plugin-cover" "^0.16.1" + "@jimp/plugin-crop" "^0.16.1" + "@jimp/plugin-displace" "^0.16.1" + "@jimp/plugin-dither" "^0.16.1" + "@jimp/plugin-fisheye" "^0.16.1" + "@jimp/plugin-flip" "^0.16.1" + "@jimp/plugin-gaussian" "^0.16.1" + "@jimp/plugin-invert" "^0.16.1" + "@jimp/plugin-mask" "^0.16.1" + "@jimp/plugin-normalize" "^0.16.1" + "@jimp/plugin-print" "^0.16.1" + "@jimp/plugin-resize" "^0.16.1" + "@jimp/plugin-rotate" "^0.16.1" + "@jimp/plugin-scale" "^0.16.1" + "@jimp/plugin-shadow" "^0.16.1" + "@jimp/plugin-threshold" "^0.16.1" timm "^1.6.1" -"@jimp/png@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/png/-/png-0.14.0.tgz#0f2dddb5125c0795ca7e67c771204c5437fcda4b" - integrity sha512-0RV/mEIDOrPCcNfXSPmPBqqSZYwGADNRVUTyMt47RuZh7sugbYdv/uvKmQSiqRdR0L1sfbCBMWUEa5G/8MSbdA== +"@jimp/png@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/png/-/png-0.16.1.tgz#f24cfc31529900b13a2dd9d4fdb4460c1e4d814e" + integrity sha512-iyWoCxEBTW0OUWWn6SveD4LePW89kO7ZOy5sCfYeDM/oTPLpR8iMIGvZpZUz1b8kvzFr27vPst4E5rJhGjwsdw== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/utils" "^0.14.0" + "@jimp/utils" "^0.16.1" pngjs "^3.3.3" -"@jimp/tiff@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/tiff/-/tiff-0.14.0.tgz#a5b25bbe7c43fc3b07bad4e2ab90e0e164c1967f" - integrity sha512-zBYDTlutc7j88G/7FBCn3kmQwWr0rmm1e0FKB4C3uJ5oYfT8645lftUsvosKVUEfkdmOaMAnhrf4ekaHcb5gQw== +"@jimp/tiff@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/tiff/-/tiff-0.16.1.tgz#0e8756695687d7574b6bc73efab0acd4260b7a12" + integrity sha512-3K3+xpJS79RmSkAvFMgqY5dhSB+/sxhwTFA9f4AVHUK0oKW+u6r52Z1L0tMXHnpbAdR9EJ+xaAl2D4x19XShkQ== dependencies: "@babel/runtime" "^7.7.2" utif "^2.0.1" -"@jimp/types@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/types/-/types-0.14.0.tgz#ef681ff702883c5f105b5e4e30d49abf39ee9e34" - integrity sha512-hx3cXAW1KZm+b+XCrY3LXtdWy2U+hNtq0rPyJ7NuXCjU7lZR3vIkpz1DLJ3yDdS70hTi5QDXY3Cd9kd6DtloHQ== +"@jimp/types@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/types/-/types-0.16.1.tgz#0dbab37b3202315c91010f16c31766d35a2322cc" + integrity sha512-g1w/+NfWqiVW4CaXSJyD28JQqZtm2eyKMWPhBBDCJN9nLCN12/Az0WFF3JUAktzdsEC2KRN2AqB1a2oMZBNgSQ== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/bmp" "^0.14.0" - "@jimp/gif" "^0.14.0" - "@jimp/jpeg" "^0.14.0" - "@jimp/png" "^0.14.0" - "@jimp/tiff" "^0.14.0" + "@jimp/bmp" "^0.16.1" + "@jimp/gif" "^0.16.1" + "@jimp/jpeg" "^0.16.1" + "@jimp/png" "^0.16.1" + "@jimp/tiff" "^0.16.1" timm "^1.6.1" -"@jimp/utils@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@jimp/utils/-/utils-0.14.0.tgz#296254e63118554c62c31c19ac6b8c4bfe6490e5" - integrity sha512-MY5KFYUru0y74IsgM/9asDwb3ERxWxXEu3CRCZEvE7DtT86y1bR1XgtlSliMrptjz4qbivNGMQSvUBpEFJDp1A== +"@jimp/utils@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@jimp/utils/-/utils-0.16.1.tgz#2f51e6f14ff8307c4aa83d5e1a277da14a9fe3f7" + integrity sha512-8fULQjB0x4LzUSiSYG6ZtQl355sZjxbv8r9PPAuYHzS9sGiSHJQavNqK/nKnpDsVkU88/vRGcE7t3nMU0dEnVw== dependencies: "@babel/runtime" "^7.7.2" regenerator-runtime "^0.13.3" @@ -1969,10 +2621,10 @@ invariant "^2.2.4" prop-types "^15.7.2" -"@react-native-community/async-storage@1.11.0": - version "1.11.0" - resolved "https://registry.yarnpkg.com/@react-native-community/async-storage/-/async-storage-1.11.0.tgz#bf81b8813080846f150c67f531987c429b442166" - integrity sha512-Pq9LlmvtCEKAGdkyrgTcRxNh2fnHFykEj2qnRYijOl1pDIl2MkD5IxaXu5eOL0wgOtAl4U//ff4z40Td6XR5rw== +"@react-native-community/async-storage@1.12.1": + version "1.12.1" + resolved "https://registry.yarnpkg.com/@react-native-community/async-storage/-/async-storage-1.12.1.tgz#25f821b4f6b13abe005ad67e47c6f1cee9f27b24" + integrity sha512-70WGaH3PKYASi4BThuEEKMkyAgE9k7VytBqmgPRx3MzJx9/MkspwqJGmn3QLCgHLIFUgF1pit2mWICbRJ3T3lg== dependencies: deep-assign "^3.0.0" @@ -1983,10 +2635,10 @@ dependencies: prop-types "^15.5.10" -"@react-native-community/cameraroll@^4.0.1": - version "4.0.1" - resolved "https://registry.yarnpkg.com/@react-native-community/cameraroll/-/cameraroll-4.0.1.tgz#8466f99a476e6b833ecd5efff045f74a4224459b" - integrity sha512-KLKh5rAg511KUoGKHrbRhBLvkHhOz6kZ2sx8dPhndZ5ZFVYfVpTadSN1x3cfQbOAlkyGZql07p1hk7lEb3sa8g== +"@react-native-community/cameraroll@4.0.4": + version "4.0.4" + resolved "https://registry.yarnpkg.com/@react-native-community/cameraroll/-/cameraroll-4.0.4.tgz#3e2567ce54e3985e8e0a51832dfa0e1c5317f75b" + integrity sha512-3SY96Xh1yQjV5M7dFisl5kQmrO/K09URarZwmTN801KEalOoo/opsd/e8Vu1dwSKe0NGCK7A2u0oJQpeNbWbnA== "@react-native-community/cli-debugger-ui@^4.13.1": version "4.13.1" @@ -2108,52 +2760,50 @@ sudo-prompt "^9.0.0" wcwidth "^1.0.1" -"@react-native-community/cookies@^4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@react-native-community/cookies/-/cookies-4.0.0.tgz#561f7788e706b9902e25eefb80a093fe8ec5cd93" - integrity sha512-6j5Qatc0lVvaUgnhCydbmWofrwDURXxYp8f0cnfpN1LEltsxbhQU26n1ItXY79ZBnvxkkW6lEkw55Egah6uUKQ== +"@react-native-community/datetimepicker@3.5.2": + version "3.5.2" + resolved "https://registry.yarnpkg.com/@react-native-community/datetimepicker/-/datetimepicker-3.5.2.tgz#8e6feb30f2620e5abdf565d5fe74c0c04edcf6ae" + integrity sha512-TWRuAtr/DnrEcRewqvXMLea2oB+YF+SbtuYLHguALLxNJQLl/RFB7aTNZeF+OoH75zKFqtXECXV1/uxQUpA+sg== dependencies: invariant "^2.2.4" -"@react-native-community/datetimepicker@2.6.0": - version "2.6.0" - resolved "https://registry.yarnpkg.com/@react-native-community/datetimepicker/-/datetimepicker-2.6.0.tgz#260715abc88dac2485f525f046bd33ac0e62a281" - integrity sha512-9fdMV4j5LK1iyYwIlvimIe0kSdSEMaDk93bqbQrJg6IrT0cKG1ColFbxXxmW1eBwxkROaDwtzF0HzLnrYJb0Iw== - dependencies: - invariant "^2.2.4" - optionalDependencies: - react-native-windows "^0.62.0-0" - "@react-native-community/hooks@2.6.0": version "2.6.0" resolved "https://registry.yarnpkg.com/@react-native-community/hooks/-/hooks-2.6.0.tgz#dd5f19601eb3684c6bcdd3df3d0c04cf44c24cff" integrity sha512-emBGKvhJ0h++lLJQ5ejsj+od9G67nEaihjvfSx7/JWvNrQGAhP9U0OZqgb9dkKzor9Ufaj9SGt8RNY97cGzttw== -"@react-native-community/masked-view@^0.1.10": - version "0.1.10" - resolved "https://registry.yarnpkg.com/@react-native-community/masked-view/-/masked-view-0.1.10.tgz#5dda643e19e587793bc2034dd9bf7398ad43d401" - integrity sha512-rk4sWFsmtOw8oyx8SD3KSvawwaK7gRBSEIy2TAwURyGt+3TizssXP1r8nx3zY+R7v2vYYHXZ+k2/GULAT/bcaQ== +"@react-native-community/masked-view@0.1.11": + version "0.1.11" + resolved "https://registry.yarnpkg.com/@react-native-community/masked-view/-/masked-view-0.1.11.tgz#2f4c6e10bee0786abff4604e39a37ded6f3980ce" + integrity sha512-rQfMIGSR/1r/SyN87+VD8xHHzDYeHaJq6elOSCAD+0iLagXkSI2pfA0LmSXP21uw5i3em7GkkRjfJ8wpqWXZNw== -"@react-native-community/netinfo@^5.9.9": - version "5.9.9" - resolved "https://registry.yarnpkg.com/@react-native-community/netinfo/-/netinfo-5.9.9.tgz#5e022637f5e08bd74bf94a0c3315748acd4589f9" - integrity sha512-Gp0XV4BgabvzkL4Dp6JAsA2l9LcmgBAq3erCLdvRZmEFz7guCWTogQWVfFtl+IbU0uqfwfo9fm2+mQiwdudLCw== +"@react-native-community/netinfo@6.0.0": + version "6.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/netinfo/-/netinfo-6.0.0.tgz#2a4d7190b508dd0c2293656c9c1aa068f6f60a71" + integrity sha512-Z9M8VGcF2IZVOo2x+oUStvpCW/8HjIRi4+iQCu5n+PhC7OqCQX58KYAzdBr///alIfRXiu6oMb+lK+rXQH1FvQ== "@react-native-community/picker@^1.8.1": version "1.8.1" resolved "https://registry.yarnpkg.com/@react-native-community/picker/-/picker-1.8.1.tgz#94f14f0aad98fa7592967b941be97deec95c3805" integrity sha512-Sj9DzX1CSnmYiuEQ5fQhExoo4XjSKoZkqLPAAybycq6RHtCuWppf+eJXRMCOJki25BlKSSt+qVqg0fIe//ujNQ== -"@react-native-community/slider@3.0.2": - version "3.0.2" - resolved "https://registry.yarnpkg.com/@react-native-community/slider/-/slider-3.0.2.tgz#a57e0f62a3fe8cb318137b486d3a6e2ce12d49d2" - integrity sha512-f6faupEfvL0wYkUvoDknBZpt7gwKrzcIfRlvPK9xaHcBmvKDSvjcAX3BkhTvhVB3kC5y1UBFSWZbAtD16qAnQw== +"@react-native-community/slider@3.0.3": + version "3.0.3" + resolved "https://registry.yarnpkg.com/@react-native-community/slider/-/slider-3.0.3.tgz#830167fd757ba70ac638747ba3169b2dbae60330" + integrity sha512-8IeHfDwJ9/CTUwFs6x90VlobV3BfuPgNLjTgC6dRZovfCWigaZwVNIFFJnHBakK3pW2xErAPwhdvNR4JeNoYbw== "@react-native-community/viewpager@^2.0.1": version "2.0.2" resolved "https://registry.yarnpkg.com/@react-native-community/viewpager/-/viewpager-2.0.2.tgz#622b190294b1310c4825c98daeaee1c8443f7124" integrity sha512-CKVhIZdX/Cmb80muog8sKpi5vM8npwFp4tx4Dj1IvTBidZweuO22+VH2rDOj7E0LzdV9IYRJ4FGBwcPBD2qUrQ== +"@react-native-cookies/cookies@6.0.8": + version "6.0.8" + resolved "https://registry.yarnpkg.com/@react-native-cookies/cookies/-/cookies-6.0.8.tgz#efa1b7b3e10e5e6ca7a4b55963f9fde7e60b1894" + integrity sha512-srQ9XM/IgvakwiZ7Ck9AOAyPYkcFsAVBEfz5Ct3iHWapoA9fYU25hCWrJWl4dd5993cEMm10XDx7sn7b6pzVxw== + dependencies: + invariant "^2.2.4" + "@react-native-firebase/analytics@^7.3.1": version "7.3.1" resolved "https://registry.yarnpkg.com/@react-native-firebase/analytics/-/analytics-7.3.1.tgz#f24509c1f996217e89829147d28d319ed5fbbd0b" @@ -2180,48 +2830,53 @@ dependencies: stacktrace-js "^2.0.0" -"@react-navigation/core@^5.12.0": - version "5.12.0" - resolved "https://registry.yarnpkg.com/@react-navigation/core/-/core-5.12.0.tgz#0d3dab1ae8403b83f9387eaaee3f270dd8eadcfa" - integrity sha512-CTmYrFXCZwInN40CpEzkPxhrpzujj20qvsUgpH05+oO1flwsnaJsyBfYawIcTS62/1/Z6SAM7iW5PbKk+qw9iQ== +"@react-native-picker/picker@^1.8.3": + version "1.16.1" + resolved "https://registry.yarnpkg.com/@react-native-picker/picker/-/picker-1.16.1.tgz#cc5d05b0d651445afa519c67824d8af3e43fa10c" + integrity sha512-sk07ARwL0cMXwkXsqcxyprL/KiEVD0xRFXFqznTnZs1YXqwxEqz6GiGtq2vQlK64CzXDpHX8gw1QQz47abBY1Q== + +"@react-navigation/core@^5.15.3": + version "5.15.3" + resolved "https://registry.yarnpkg.com/@react-navigation/core/-/core-5.15.3.tgz#dce7090bf3ea0d302993d742c706825e495b812e" + integrity sha512-3ZdyDInh8qg1kygCNkmh9lFgpDf29lTvPsaMe2mm/qvmxLKSgttWBz07P2fc181aV9jTdgQpzYfWZ5KWT036zw== dependencies: - "@react-navigation/routers" "^5.4.9" + "@react-navigation/routers" "^5.7.2" escape-string-regexp "^4.0.0" - nanoid "^3.1.9" - query-string "^6.13.1" + nanoid "^3.1.15" + query-string "^6.13.6" react-is "^16.13.0" - use-subscription "^1.4.0" -"@react-navigation/drawer@5.8.5": - version "5.8.5" - resolved "https://registry.yarnpkg.com/@react-navigation/drawer/-/drawer-5.8.5.tgz#f4726a591aa51f5eee30656d9e1208647310ea60" - integrity sha512-S3o42NhLKV78mci4zEwUEc6n7Laqqws5AvjMq7wmjL/bOwDJXeWaLQsOR1UBR3F10MnZD5CEd1M8ikal0YkF0g== +"@react-navigation/drawer@5.12.5": + version "5.12.5" + resolved "https://registry.yarnpkg.com/@react-navigation/drawer/-/drawer-5.12.5.tgz#463bd33b29bfcefaa474207b50c2bd3bac6dae79" + integrity sha512-WMfz/tKg/K7QBb5rhjXW/pho4zXh3OoHXnHETk5SuVzHlDPM7r84uvAeC5l+ySp5jmipLrJn3zL+kfv9+KKHZQ== dependencies: - color "^3.1.2" - react-native-iphone-x-helper "^1.2.1" + color "^3.1.3" + react-native-iphone-x-helper "^1.3.0" -"@react-navigation/native@5.7.0": - version "5.7.0" - resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-5.7.0.tgz#3ca1ef4aae925ae0a0915dd9625f1a13acc483c0" - integrity sha512-a2JBOdRB3q20Jdc5hF8shR4Dk+ZmjF2Rr9RviErtARztu08lU+jcb1gK6c31OKL37JDuaS3xexE9Cb7dYeMy3Q== +"@react-navigation/native@5.9.4": + version "5.9.4" + resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-5.9.4.tgz#414c044423c58aa1cdde1b6494309e0b51da08b8" + integrity sha512-BUCrOXfZDdKWBqM8OhOKQhCX5we4HUo5XG6tCQtVqQAep+7UcApZmMUuemUXDxVe8NPESUpoUlB0RaEpyIdfTQ== dependencies: - "@react-navigation/core" "^5.12.0" - nanoid "^3.1.9" + "@react-navigation/core" "^5.15.3" + escape-string-regexp "^4.0.0" + nanoid "^3.1.15" -"@react-navigation/routers@^5.4.9": - version "5.4.9" - resolved "https://registry.yarnpkg.com/@react-navigation/routers/-/routers-5.4.9.tgz#f2f06ab6d3fc7fa8bf06d1885542cf4e0101141e" - integrity sha512-dYD5qrIKUmuBEp+O98hB0tDYpEsGQgCQFQgMEoFKBmVVhx2JnJJ1zxRjU7xWcCU4VdBA8IOowgHQHJsVNKYyrg== +"@react-navigation/routers@^5.7.2": + version "5.7.2" + resolved "https://registry.yarnpkg.com/@react-navigation/routers/-/routers-5.7.2.tgz#069d0a707b30ba2e27a32b6482531d0ff7317136" + integrity sha512-BxNSMLHpU+oS37Xok0ql6rc9U7IC8aUD4+U5ZPbjDJ0pwzZxGGh0YOEBzfV4k/Ig3cbPdvVWbc1C9HHbCVr2oQ== dependencies: - nanoid "^3.1.9" + nanoid "^3.1.15" -"@react-navigation/stack@5.7.0": - version "5.7.0" - resolved "https://registry.yarnpkg.com/@react-navigation/stack/-/stack-5.7.0.tgz#ba8d86919554c9c758e79493b0c828e10faec5d2" - integrity sha512-56Q83c5jjVyge++3FjVrvO3QvXyt5LJjFq8txE+qyvdJ4C+oK0b7vQ70ZP5fhXAUCgSvYnHAcV/DVBFz3kiDsg== +"@react-navigation/stack@5.14.5": + version "5.14.5" + resolved "https://registry.yarnpkg.com/@react-navigation/stack/-/stack-5.14.5.tgz#dc615cd7d270ba79e3330dcb50c2819d0e1f3850" + integrity sha512-hpdn1SS0tc3/3atkV2Q2y++n5B4e0rUcCj4W43PODMu72yX2m0LkKAAcpkPDCWAvwnLLIoLAEl5BEifZigl/6A== dependencies: - color "^3.1.2" - react-native-iphone-x-helper "^1.2.1" + color "^3.1.3" + react-native-iphone-x-helper "^1.3.0" "@redux-saga/core@^1.1.3": version "1.1.3" @@ -2294,15 +2949,15 @@ dependencies: type-detect "4.0.8" -"@storybook/addon-storyshots@5.3.19": - version "5.3.19" - resolved "https://registry.yarnpkg.com/@storybook/addon-storyshots/-/addon-storyshots-5.3.19.tgz#cb07ac3cc20d3a399ed4b6758008e10f910691d0" - integrity sha512-4TBbpAqbc9HLPxaJB2koQija67OBgGRhBZ5l2goczbgIWbbh3BXDrg3SwmKXC0cFnslgbuKU3CMX7infgtkByA== +"@storybook/addon-storyshots@5.3.21": + version "5.3.21" + resolved "https://registry.yarnpkg.com/@storybook/addon-storyshots/-/addon-storyshots-5.3.21.tgz#f9536145642cf590b73151a0187671991a7c0057" + integrity sha512-uYXlDNZ9l1w1eOh8G1RT+/FOH33qLw00CnhArsWpy+pnckiL7SKvHaZcQPjkFliatDUr1jUHpLBea78B1fKV1g== dependencies: "@jest/transform" "^24.9.0" - "@storybook/addons" "5.3.19" - "@storybook/client-api" "5.3.19" - "@storybook/core" "5.3.19" + "@storybook/addons" "5.3.21" + "@storybook/client-api" "5.3.21" + "@storybook/core" "5.3.21" "@types/glob" "^7.1.1" "@types/jest" "^24.0.16" "@types/jest-specific-snapshot" "^0.5.3" @@ -2315,31 +2970,31 @@ regenerator-runtime "^0.13.3" ts-dedent "^1.1.0" -"@storybook/addons@5.3.19": - version "5.3.19" - resolved "https://registry.yarnpkg.com/@storybook/addons/-/addons-5.3.19.tgz#3a7010697afd6df9a41b8c8a7351d9a06ff490a4" - integrity sha512-Ky/k22p6i6FVNvs1VhuFyGvYJdcp+FgXqFgnPyY/OXJW/vPDapdElpTpHJZLFI9I2FQBDcygBPU5RXkumQ+KUQ== +"@storybook/addons@5.3.21": + version "5.3.21" + resolved "https://registry.yarnpkg.com/@storybook/addons/-/addons-5.3.21.tgz#ee312c738c33e8c34dc11777ef93522c3c36e56a" + integrity sha512-Ji/21WADTLVbTbiKcZ64BcL0Es+h1Afxx3kNmGJqPSTUYroCwIFCT9mUzCqU6G+YyWaISAmTii5UJkTwMkChwA== dependencies: - "@storybook/api" "5.3.19" - "@storybook/channels" "5.3.19" - "@storybook/client-logger" "5.3.19" - "@storybook/core-events" "5.3.19" + "@storybook/api" "5.3.21" + "@storybook/channels" "5.3.21" + "@storybook/client-logger" "5.3.21" + "@storybook/core-events" "5.3.21" core-js "^3.0.1" global "^4.3.2" util-deprecate "^1.0.2" -"@storybook/api@5.3.19": - version "5.3.19" - resolved "https://registry.yarnpkg.com/@storybook/api/-/api-5.3.19.tgz#77f15e9e2eee59fe1ddeaba1ef39bc34713a6297" - integrity sha512-U/VzDvhNCPmw2igvJYNNM+uwJCL+3teiL6JmuoL4/cmcqhI6IqqG9dZmMP1egoCd19wXEP7rnAfB/VcYVg41dQ== +"@storybook/api@5.3.21": + version "5.3.21" + resolved "https://registry.yarnpkg.com/@storybook/api/-/api-5.3.21.tgz#8f1772de53b65e1a65d2f0257463d621a8617c58" + integrity sha512-K1o4an/Rx8daKRDooks6qzN6ZGyqizeacZZbair3F8CsSfTgrr2zCcf9pgKojLQa9koEmMHlcdb2KnS+GwPEgA== dependencies: "@reach/router" "^1.2.1" - "@storybook/channels" "5.3.19" - "@storybook/client-logger" "5.3.19" - "@storybook/core-events" "5.3.19" + "@storybook/channels" "5.3.21" + "@storybook/client-logger" "5.3.21" + "@storybook/core-events" "5.3.21" "@storybook/csf" "0.0.1" - "@storybook/router" "5.3.19" - "@storybook/theming" "5.3.19" + "@storybook/router" "5.3.21" + "@storybook/theming" "5.3.21" "@types/reach__router" "^1.2.3" core-js "^3.0.1" fast-deep-equal "^2.0.1" @@ -2354,44 +3009,44 @@ telejson "^3.2.0" util-deprecate "^1.0.2" -"@storybook/channel-postmessage@5.3.19": - version "5.3.19" - resolved "https://registry.yarnpkg.com/@storybook/channel-postmessage/-/channel-postmessage-5.3.19.tgz#ef9fe974c2a529d89ce342ff7acf5cc22805bae9" - integrity sha512-Iq0f4NPHR0UVVFCWt0cI7Myadk4/SATXYJPT6sv95KhnLjKEeYw571WBlThfp8a9FM80887xG+eIRe93c8dleA== +"@storybook/channel-postmessage@5.3.21": + version "5.3.21" + resolved "https://registry.yarnpkg.com/@storybook/channel-postmessage/-/channel-postmessage-5.3.21.tgz#9c08bf1c108ff973dbca18e582680d25178db1d4" + integrity sha512-CfoP7aEbZtJ35R9zeujMRdIwprETUi+Ve+y84DhXYQ2uJ0rR3vO4zHLZnxMMyJ5VnYOfuO042uch07+EKBz40Q== dependencies: - "@storybook/channels" "5.3.19" - "@storybook/client-logger" "5.3.19" + "@storybook/channels" "5.3.21" + "@storybook/client-logger" "5.3.21" core-js "^3.0.1" global "^4.3.2" telejson "^3.2.0" -"@storybook/channel-websocket@5.3.19": - version "5.3.19" - resolved "https://registry.yarnpkg.com/@storybook/channel-websocket/-/channel-websocket-5.3.19.tgz#877209ce49913db00345bcea92a7a09902f62da7" - integrity sha512-N9ts3sKjGgmRXM8KPybVSEtRG213VDeVpswr3x45WPQPilVzeyBn81aapSGZwcHbPHCicDZHZW5IPFMbgWqR2g== +"@storybook/channel-websocket@5.3.21": + version "5.3.21" + resolved "https://registry.yarnpkg.com/@storybook/channel-websocket/-/channel-websocket-5.3.21.tgz#2ffc670563de672c087c05dc1007253d9b9f55ed" + integrity sha512-9TcsCvgZMdCZu2urudyLhshuQxjCsFUd8pu6ZzcxBFn5a8kgb1oKEv9pD0A9S+uQ2ramYgtqykRiG4Z3/JeuyA== dependencies: - "@storybook/channels" "5.3.19" + "@storybook/channels" "5.3.21" core-js "^3.0.1" global "^4.3.2" telejson "^3.2.0" -"@storybook/channels@5.3.19": - version "5.3.19" - resolved "https://registry.yarnpkg.com/@storybook/channels/-/channels-5.3.19.tgz#65ad7cd19d70aa5eabbb2e5e39ceef5e510bcb7f" - integrity sha512-38seaeyshRGotTEZJppyYMg/Vx2zRKgFv1L6uGqkJT0LYoNSYtJhsiNFCJ2/KUJu2chAJ/j8h80bpVBVLQ/+WA== +"@storybook/channels@5.3.21": + version "5.3.21" + resolved "https://registry.yarnpkg.com/@storybook/channels/-/channels-5.3.21.tgz#53ba622b171d68b3b102983a62aa05149a49497b" + integrity sha512-OXoFs9XtBVg/cCk6lYMrxkzaNlJRf54ABdorp7YAAj7S9tRL1JxOZHxmjNQwEoiRvssmem2rAWtEAxfuEANsAA== dependencies: core-js "^3.0.1" -"@storybook/client-api@5.3.19": - version "5.3.19" - resolved "https://registry.yarnpkg.com/@storybook/client-api/-/client-api-5.3.19.tgz#7a5630bb8fffb92742b1773881e9004ee7fdf8e0" - integrity sha512-Dh8ZLrLH91j9Fa28Gmp0KFUvvgK348aNMrDNAUdj4m4witz/BWQ2pxz6qq9/xFVErk/GanVC05kazGElqgYCRQ== +"@storybook/client-api@5.3.21": + version "5.3.21" + resolved "https://registry.yarnpkg.com/@storybook/client-api/-/client-api-5.3.21.tgz#5b218a28f24219c32ab4b92a6af2a3e452fb8089" + integrity sha512-vS4DfA2Avvl7JNQymO4e3RUNoTWIGVfZJ70Irnd6PTAZNojbCXTYuigDavrmyf83F3g5rQpwmSAPjuoi/X/FRA== dependencies: - "@storybook/addons" "5.3.19" - "@storybook/channel-postmessage" "5.3.19" - "@storybook/channels" "5.3.19" - "@storybook/client-logger" "5.3.19" - "@storybook/core-events" "5.3.19" + "@storybook/addons" "5.3.21" + "@storybook/channel-postmessage" "5.3.21" + "@storybook/channels" "5.3.21" + "@storybook/client-logger" "5.3.21" + "@storybook/core-events" "5.3.21" "@storybook/csf" "0.0.1" "@types/webpack-env" "^1.15.0" core-js "^3.0.1" @@ -2405,20 +3060,20 @@ ts-dedent "^1.1.0" util-deprecate "^1.0.2" -"@storybook/client-logger@5.3.19": - version "5.3.19" - resolved "https://registry.yarnpkg.com/@storybook/client-logger/-/client-logger-5.3.19.tgz#fbbd186e82102eaca1d6a5cca640271cae862921" - integrity sha512-nHftT9Ow71YgAd2/tsu79kwKk30mPuE0sGRRUHZVyCRciGFQweKNOS/6xi2Aq+WwBNNjPKNlbgxwRt1yKe1Vkg== +"@storybook/client-logger@5.3.21": + version "5.3.21" + resolved "https://registry.yarnpkg.com/@storybook/client-logger/-/client-logger-5.3.21.tgz#912c83b0d358e70acad1ad4abe199de4c38b109f" + integrity sha512-OzQkwpZ5SK9cXD9Mv6lxPGPot+hSZvnkEW12kpt1AHfJz4ET26YTDOI3oetPsjfRJo6qYLeQX8+wF7rklfXbzA== dependencies: core-js "^3.0.1" -"@storybook/components@5.3.19": - version "5.3.19" - resolved "https://registry.yarnpkg.com/@storybook/components/-/components-5.3.19.tgz#aac1f9eea1247cc85bd93b10fca803876fb84a6b" - integrity sha512-3g23/+ktlocaHLJKISu9Neu3XKa6aYP2ctDYkRtGchSB0Q55hQsUVGO+BEVuT7Pk2D59mVCxboBjxcRoPUY4pw== +"@storybook/components@5.3.21": + version "5.3.21" + resolved "https://registry.yarnpkg.com/@storybook/components/-/components-5.3.21.tgz#17ee371a2455c6e807c3d3135a9266e63ad7651a" + integrity sha512-42QQk6qZl6wrtajP8yNCfmNS2t8Iod5QY+4V/l6iNnnT9O+j6cWOlnO+ZyvjNv0Xm0zIOt+VyVjdkKh8FUjQmA== dependencies: - "@storybook/client-logger" "5.3.19" - "@storybook/theming" "5.3.19" + "@storybook/client-logger" "5.3.21" + "@storybook/theming" "5.3.21" "@types/react-syntax-highlighter" "11.0.4" "@types/react-textarea-autosize" "^4.3.3" core-js "^3.0.1" @@ -2439,33 +3094,33 @@ simplebar-react "^1.0.0-alpha.6" ts-dedent "^1.1.0" -"@storybook/core-events@5.3.19": - version "5.3.19" - resolved "https://registry.yarnpkg.com/@storybook/core-events/-/core-events-5.3.19.tgz#18020cd52e0d8ef0973a8e9622a10d5f99796f79" - integrity sha512-lh78ySqMS7pDdMJAQAe35d1I/I4yPTqp09Cq0YIYOxx9BQZhah4DZTV1QIZt22H5p2lPb5MWLkWSxBaexZnz8A== +"@storybook/core-events@5.3.21": + version "5.3.21" + resolved "https://registry.yarnpkg.com/@storybook/core-events/-/core-events-5.3.21.tgz#41d81c3f107302a032545fc86ff344230c04b9e9" + integrity sha512-/Zsm1sKAh6pzQv8jQUmuhM7nuM01ZljIRKy8p2HjPNlMjDB5yaRkBfyeAUXUg+qXNI6aHVWa4jGdPEdwwY4oLA== dependencies: core-js "^3.0.1" -"@storybook/core@5.3.19": - version "5.3.19" - resolved "https://registry.yarnpkg.com/@storybook/core/-/core-5.3.19.tgz#1e61f35c5148343a0c580f5d5efb77f3b4243a30" - integrity sha512-4EYzglqb1iD6x9gxtAYpRGwGP6qJGiU2UW4GiYrErEmeu6y6tkyaqW5AwGlIo9+6jAfwD0HjaK8afvjKTtmmMQ== +"@storybook/core@5.3.21": + version "5.3.21" + resolved "https://registry.yarnpkg.com/@storybook/core/-/core-5.3.21.tgz#da963166ea24601f318266a3aa6bbc06fc8fb175" + integrity sha512-plD47WIsn/JoyRJDOpmH7N7mEMo/jiA8ZlOitLW55zYvzUn8UrVpRFpMYo91OJxiCT6JFoaEh3XtNdhbgUwnPA== dependencies: "@babel/plugin-proposal-class-properties" "^7.7.0" "@babel/plugin-proposal-object-rest-spread" "^7.6.2" "@babel/plugin-syntax-dynamic-import" "^7.2.0" "@babel/plugin-transform-react-constant-elements" "^7.2.0" "@babel/preset-env" "^7.4.5" - "@storybook/addons" "5.3.19" - "@storybook/channel-postmessage" "5.3.19" - "@storybook/client-api" "5.3.19" - "@storybook/client-logger" "5.3.19" - "@storybook/core-events" "5.3.19" + "@storybook/addons" "5.3.21" + "@storybook/channel-postmessage" "5.3.21" + "@storybook/client-api" "5.3.21" + "@storybook/client-logger" "5.3.21" + "@storybook/core-events" "5.3.21" "@storybook/csf" "0.0.1" - "@storybook/node-logger" "5.3.19" - "@storybook/router" "5.3.19" - "@storybook/theming" "5.3.19" - "@storybook/ui" "5.3.19" + "@storybook/node-logger" "5.3.21" + "@storybook/router" "5.3.21" + "@storybook/theming" "5.3.21" + "@storybook/ui" "5.3.21" airbnb-js-shims "^2.2.1" ansi-to-html "^0.6.11" autoprefixer "^9.7.2" @@ -2532,10 +3187,10 @@ dependencies: lodash "^4.17.15" -"@storybook/node-logger@5.3.19": - version "5.3.19" - resolved "https://registry.yarnpkg.com/@storybook/node-logger/-/node-logger-5.3.19.tgz#c414e4d3781aeb06298715220012f552a36dff29" - integrity sha512-hKshig/u5Nj9fWy0OsyU04yqCxr0A9pydOHIassr4fpLAaePIN2YvqCqE2V+TxQHjZUnowSSIhbXrGt0DI5q2A== +"@storybook/node-logger@5.3.21": + version "5.3.21" + resolved "https://registry.yarnpkg.com/@storybook/node-logger/-/node-logger-5.3.21.tgz#f11d45042bd57dc69e9037d8f374d9fd0aad8071" + integrity sha512-8xibncy873JXePCK5MC0qem1MKtWI1Lc4hv6rwURSwYpZtkO7yElay3XAFGUSfz8qFJkoDBmMTxBR3fp4Dln7g== dependencies: "@types/npmlog" "^4.1.2" chalk "^3.0.0" @@ -2544,26 +3199,26 @@ pretty-hrtime "^1.0.3" regenerator-runtime "^0.13.3" -"@storybook/react-native@5.3.19": - version "5.3.19" - resolved "https://registry.yarnpkg.com/@storybook/react-native/-/react-native-5.3.19.tgz#96cca6aa0fba926614e0d04d9d3397f318d5e721" - integrity sha512-NNqSutqWUE3C7fTtFY5rW3M2mgftybzIME7hGz+ukch0zMXDEVkOvOp32ZIF09iTapck4o2pRoQVE9oboUEb6g== +"@storybook/react-native@5.3.25": + version "5.3.25" + resolved "https://registry.yarnpkg.com/@storybook/react-native/-/react-native-5.3.25.tgz#681c9cdcadba7eda88716f5d383ea47558367825" + integrity sha512-KPctJdk1++k4byblqTwULmxKDADsRAMat9BgMTx3Gewk4PjMbsbKCvRK7+AlJeNjz/kEsf9L6Y25y8lrw3rPXA== dependencies: "@emotion/core" "^10.0.20" "@emotion/native" "^10.0.14" - "@storybook/addons" "5.3.19" - "@storybook/channel-websocket" "5.3.19" - "@storybook/channels" "5.3.19" - "@storybook/client-api" "5.3.19" - "@storybook/core-events" "5.3.19" + "@storybook/addons" "5.3.21" + "@storybook/channel-websocket" "5.3.21" + "@storybook/channels" "5.3.21" + "@storybook/client-api" "5.3.21" + "@storybook/core-events" "5.3.21" core-js "^3.0.1" emotion-theming "^10.0.19" react-native-swipe-gestures "^1.0.4" -"@storybook/router@5.3.19": - version "5.3.19" - resolved "https://registry.yarnpkg.com/@storybook/router/-/router-5.3.19.tgz#0f783b85658f99e4007f74347ad7ef17dbf7fc3a" - integrity sha512-yNClpuP7BXQlBTRf6Ggle3/R349/k6kvI5Aim4jf6X/2cFVg2pzBXDAF41imNm9PcvdxwabQLm6I48p7OvKr/w== +"@storybook/router@5.3.21": + version "5.3.21" + resolved "https://registry.yarnpkg.com/@storybook/router/-/router-5.3.21.tgz#32b08e5daa90a6ffa024bb670b874525a712a901" + integrity sha512-c29m5UikK5Q1lyd6FltOGFhIcpd6PIb855YS3OUNe3F6ZA1tfJ+aNKrCBc65d1c+fvCGG76dYYYv0RvwEmKXXg== dependencies: "@reach/router" "^1.2.1" "@storybook/csf" "0.0.1" @@ -2575,14 +3230,14 @@ qs "^6.6.0" util-deprecate "^1.0.2" -"@storybook/theming@5.3.19": - version "5.3.19" - resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-5.3.19.tgz#177d9819bd64f7a1a6ea2f1920ffa5baf9a5f467" - integrity sha512-ecG+Rq3hc1GOzKHamYnD4wZ0PEP9nNg0mXbC3RhbxfHj+pMMCWWmx9B2Uu75SL1PTT8WcfkFO0hU/0IO84Pzlg== +"@storybook/theming@5.3.21": + version "5.3.21" + resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-5.3.21.tgz#ae2dc101aa57c3be4df1724ae729e11bad118e0b" + integrity sha512-FZbxjizqdO9lV5LUixPio/7+6UdPiswCzTJn8Hcot9uwwgfnrViRdN7xyjmSYRqv9nHP3OlYbtdeCAgZ4aPq8g== dependencies: "@emotion/core" "^10.0.20" "@emotion/styled" "^10.0.17" - "@storybook/client-logger" "5.3.19" + "@storybook/client-logger" "5.3.21" core-js "^3.0.1" deep-object-diff "^1.1.0" emotion-theming "^10.0.19" @@ -2593,20 +3248,20 @@ resolve-from "^5.0.0" ts-dedent "^1.1.0" -"@storybook/ui@5.3.19": - version "5.3.19" - resolved "https://registry.yarnpkg.com/@storybook/ui/-/ui-5.3.19.tgz#ac03b67320044a3892ee784111d4436b61874332" - integrity sha512-r0VxdWab49nm5tzwvveVDnsHIZHMR76veYOu/NHKDUZ5hnQl1LMG1YyMCFFa7KiwD/OrZxRWr6/Ma7ep9kR4Gw== +"@storybook/ui@5.3.21": + version "5.3.21" + resolved "https://registry.yarnpkg.com/@storybook/ui/-/ui-5.3.21.tgz#b42568e03353b47aaab1b6449311f38858585f81" + integrity sha512-OUf8JYY9LN+XfzLSZE6KtboITGDL6C8Z0W9QOXM5LJwFLv4PkANK/f9qsB5vVHFm7vhoO96butFzs6SjTKhxkw== dependencies: "@emotion/core" "^10.0.20" - "@storybook/addons" "5.3.19" - "@storybook/api" "5.3.19" - "@storybook/channels" "5.3.19" - "@storybook/client-logger" "5.3.19" - "@storybook/components" "5.3.19" - "@storybook/core-events" "5.3.19" - "@storybook/router" "5.3.19" - "@storybook/theming" "5.3.19" + "@storybook/addons" "5.3.21" + "@storybook/api" "5.3.21" + "@storybook/channels" "5.3.21" + "@storybook/client-logger" "5.3.21" + "@storybook/components" "5.3.21" + "@storybook/core-events" "5.3.21" + "@storybook/router" "5.3.21" + "@storybook/theming" "5.3.21" copy-to-clipboard "^3.0.8" core-js "^3.0.1" core-js-pure "^3.0.1" @@ -2712,6 +3367,14 @@ resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.6.tgz#ed8fc802c45b8e8f54419c2d054e55c9ea344356" integrity sha512-GRTZLeLJ8ia00ZH8mxMO8t0aC9M1N9bN461Z2eaRurJo6Fpa+utgCwLzI4jQHcrdzuzp5WPN9jRwpsCQ1VhJ5w== +"@types/hoist-non-react-statics@^3.3.0": + version "3.3.1" + resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#1124aafe5118cb591977aeb1ceaaed1070eb039f" + integrity sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA== + dependencies: + "@types/react" "*" + hoist-non-react-statics "^3.3.0" + "@types/html-minifier-terser@^5.0.0": version "5.1.0" resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-5.1.0.tgz#551a4589b6ee2cc9c1dff08056128aec29b94880" @@ -2769,6 +3432,11 @@ dependencies: jest-diff "^24.3.0" +"@types/json-schema@^7.0.5": + version "7.0.7" + resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad" + integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA== + "@types/json5@^0.0.29": version "0.0.29" resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" @@ -2824,6 +3492,16 @@ dependencies: "@types/react" "*" +"@types/react-redux@^7.1.16": + version "7.1.16" + resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.16.tgz#0fbd04c2500c12105494c83d4a3e45c084e3cb21" + integrity sha512-f/FKzIrZwZk7YEO9E1yoxIuDNRiDducxkFlkw/GNMGEnK9n4K8wJzlJBghpSuOVDgEUHoDkDF7Gi9lHNQR4siw== + dependencies: + "@types/hoist-non-react-statics" "^3.3.0" + "@types/react" "*" + hoist-non-react-statics "^3.3.0" + redux "^4.0.0" + "@types/react-syntax-highlighter@11.0.4": version "11.0.4" resolved "https://registry.yarnpkg.com/@types/react-syntax-highlighter/-/react-syntax-highlighter-11.0.4.tgz#d86d17697db62f98046874f62fdb3e53a0bbc4cd" @@ -2846,6 +3524,20 @@ "@types/prop-types" "*" csstype "^2.2.0" +"@types/react@^17.0.0": + version "17.0.11" + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.11.tgz#67fcd0ddbf5a0b083a0f94e926c7d63f3b836451" + integrity sha512-yFRQbD+whVonItSk7ZzP/L+gPTJVBkL/7shLEF+i9GC/1cV3JmUxEQz6+9ylhUpWSDuqo1N9qEvqS6vTj4USUA== + dependencies: + "@types/prop-types" "*" + "@types/scheduler" "*" + csstype "^3.0.2" + +"@types/scheduler@*": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.1.tgz#18845205e86ff0038517aab7a18a62a6b9f71275" + integrity sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA== + "@types/source-list-map@*": version "0.1.2" resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.2.tgz#0078836063ffaf17412349bba364087e0ac02ec9" @@ -2868,13 +3560,6 @@ dependencies: source-map "^0.6.1" -"@types/use-deep-compare-effect@^1.2.0": - version "1.2.0" - resolved "https://registry.yarnpkg.com/@types/use-deep-compare-effect/-/use-deep-compare-effect-1.2.0.tgz#d55d9bda6fea5ff7c93038c53052db1b3145f5d9" - integrity sha512-2uNqaSobMvUTGR7G72tUHDX+Kx341q25OuM0m2B6VID7eljIvYuDaFTKfmDnbvej67yEhCc35zA6dmIYriwOXA== - dependencies: - "@types/react" "*" - "@types/webpack-env@^1.15.0": version "1.15.2" resolved "https://registry.yarnpkg.com/@types/webpack-env/-/webpack-env-1.15.2.tgz#927997342bb9f4a5185a86e6579a0a18afc33b0a" @@ -2920,6 +3605,11 @@ dependencies: "@types/yargs-parser" "*" +"@ungap/promise-all-settled@1.1.2": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44" + integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q== + "@unimodules/core@~5.3.0": version "5.3.0" resolved "https://registry.yarnpkg.com/@unimodules/core/-/core-5.3.0.tgz#c425e59b1f9c1e2c91b235b6192e5f622a47d833" @@ -3169,11 +3859,6 @@ address@1.1.2, address@^1.0.1: resolved "https://registry.yarnpkg.com/address/-/address-1.1.2.tgz#bf1116c9c758c51b7a933d296b72c221ed9428b6" integrity sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA== -agent-base@5: - version "5.1.1" - resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-5.1.1.tgz#e8fb3f242959db44d63be665db7a8e739537a32c" - integrity sha512-TMeqbNl2fMW0nMjTEPOwe3J/PRFP4vqeoNuQMG0HlMrtm5QxKqdvAkZ1pRBQ/ulIyDD5Yq0nJ7YbdD8ey0TO3g== - agent-base@6: version "6.0.0" resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.0.tgz#5d0101f19bbfaed39980b22ae866de153b93f09a" @@ -3222,6 +3907,11 @@ ajv-keywords@^3.1.0, ajv-keywords@^3.4.1: resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.4.1.tgz#ef916e271c64ac12171fd8384eaae6b2345854da" integrity sha512-RO1ibKvd27e6FEShVFfPALuHI3WjSVNeK5FIsmme/LYRNxjKuNj+Dt7bucLa6NdSv3JcVTyMlm9kGR84z1XpaQ== +ajv-keywords@^3.5.2: + version "3.5.2" + resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d" + integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ== + ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.0, ajv@^6.5.5: version "6.12.2" resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.2.tgz#c629c5eced17baf314437918d2da88c99d5958cd" @@ -3232,6 +3922,16 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.0, ajv@^6.5.5: json-schema-traverse "^0.4.1" uri-js "^4.2.2" +ajv@^6.12.4: + version "6.12.6" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" + integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== + dependencies: + fast-deep-equal "^3.1.1" + fast-json-stable-stringify "^2.0.0" + json-schema-traverse "^0.4.1" + uri-js "^4.2.2" + anser@^1.4.9: version "1.4.9" resolved "https://registry.yarnpkg.com/anser/-/anser-1.4.9.tgz#1f85423a5dcf8da4631a341665ff675b96845760" @@ -3244,10 +3944,10 @@ ansi-align@^3.0.0: dependencies: string-width "^3.0.0" -ansi-colors@3.2.3: - version "3.2.3" - resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.3.tgz#57d35b8686e851e2cc04c403f1c00203976a1813" - integrity sha512-LEHHyuhlPY3TmuUYMh2oz89lTShfvgbmzaBcxve9t/9Wuy7Dwf4yoAKcND7KFT1HAQfqZ12qtc+DUrBMeKF9nw== +ansi-colors@4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348" + integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA== ansi-colors@^1.0.1: version "1.1.0" @@ -3381,6 +4081,14 @@ anymatch@^3.0.3, anymatch@~3.1.1: normalize-path "^3.0.0" picomatch "^2.0.4" +anymatch@~3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716" + integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg== + dependencies: + normalize-path "^3.0.0" + picomatch "^2.0.4" + app-root-dir@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/app-root-dir/-/app-root-dir-1.0.2.tgz#38187ec2dea7577fff033ffcb12172692ff6e118" @@ -3413,6 +4121,11 @@ argparse@^1.0.7: dependencies: sprintf-js "~1.0.2" +argparse@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" + integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== + argv@0.0.2: version "0.0.2" resolved "https://registry.yarnpkg.com/argv/-/argv-0.0.2.tgz#ecbd16f8949b157183711b1bda334f37840185ab" @@ -3534,7 +4247,7 @@ array-unique@^0.3.2: resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= -array.prototype.flat@^1.2.1, array.prototype.flat@^1.2.3: +array.prototype.flat@^1.2.1: version "1.2.3" resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz#0de82b426b0318dbfdb940089e38b043d37f6c7b" integrity sha512-gBlRZV0VSmfPIeWfuuy56XZMvbVfbEUnOXUvt3F/eUUUSyzlgLxhEX4YAEpxNAogRGehPSnfXyPtYyKAhkzQhQ== @@ -3542,7 +4255,16 @@ array.prototype.flat@^1.2.1, array.prototype.flat@^1.2.3: define-properties "^1.1.3" es-abstract "^1.17.0-next.1" -array.prototype.flatmap@^1.2.1, array.prototype.flatmap@^1.2.3: +array.prototype.flat@^1.2.3: + version "1.2.4" + resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz#6ef638b43312bd401b4c6199fdec7e2dc9e9a123" + integrity sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg== + dependencies: + call-bind "^1.0.0" + define-properties "^1.1.3" + es-abstract "^1.18.0-next.1" + +array.prototype.flatmap@^1.2.1: version "1.2.3" resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.3.tgz#1c13f84a178566042dd63de4414440db9222e443" integrity sha512-OOEk+lkePcg+ODXIpvuU9PAryCikCJyo7GlDG1upleEpQRx6mzL9puEBkozQ5iAx20KV0l3DbyQwqciJtqe5Pg== @@ -3551,6 +4273,16 @@ array.prototype.flatmap@^1.2.1, array.prototype.flatmap@^1.2.3: es-abstract "^1.17.0-next.1" function-bind "^1.1.1" +array.prototype.flatmap@^1.2.3: + version "1.2.4" + resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.4.tgz#94cfd47cc1556ec0747d97f7c7738c58122004c9" + integrity sha512-r9Z0zYoxqHz60vvQbWEdXIEtCwHF0yxaWfno9qzXeNHvfyl3BZqygmGzb84dsubyaXLH4husF+NFgMSdpZhk2Q== + dependencies: + call-bind "^1.0.0" + define-properties "^1.1.3" + es-abstract "^1.18.0-next.1" + function-bind "^1.1.1" + array.prototype.map@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/array.prototype.map/-/array.prototype.map-1.0.2.tgz#9a4159f416458a23e9483078de1106b2ef68f8ec" @@ -3642,22 +4374,27 @@ asynckit@^0.4.0: resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= +at-least-node@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2" + integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== + atob@^2.1.2: version "2.1.2" resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== autoprefixer@^9.7.2: - version "9.8.0" - resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.0.tgz#68e2d2bef7ba4c3a65436f662d0a56a741e56511" - integrity sha512-D96ZiIHXbDmU02dBaemyAg53ez+6F5yZmapmgKcjm35yEe1uVDYI8hGW3VYoGRaG290ZFf91YxHrR518vC0u/A== + version "9.8.6" + resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.6.tgz#3b73594ca1bf9266320c5acf1588d74dea74210f" + integrity sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg== dependencies: browserslist "^4.12.0" - caniuse-lite "^1.0.30001061" - chalk "^2.4.2" + caniuse-lite "^1.0.30001109" + colorette "^1.2.1" normalize-range "^0.1.2" num2fraction "^1.2.2" - postcss "^7.0.30" + postcss "^7.0.32" postcss-value-parser "^4.1.0" aws-sign2@~0.7.0: @@ -3671,16 +4408,16 @@ aws4@^1.8.0: integrity sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug== axe-core@^3.5.4: - version "3.5.5" - resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-3.5.5.tgz#84315073b53fa3c0c51676c588d59da09a192227" - integrity sha512-5P0QZ6J5xGikH780pghEdbEKijCTrruK9KxtPZCFWUpef0f6GipO+xEZ5GKCb020mmqgbiNO6TcA55CriL784Q== + version "3.5.6" + resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-3.5.6.tgz#e762a90d7f6dbd244ceacb4e72760ff8aad521b5" + integrity sha512-LEUDjgmdJoA3LqklSTwKYqkjcZ4HKc4ddIYGSAiSkr46NTjzg2L9RNB+lekO9P7Dlpa87+hBtzc2Fzn/+GUWMQ== -axios@^0.19.2: - version "0.19.2" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27" - integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA== +axios@0.21.1: + version "0.21.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8" + integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA== dependencies: - follow-redirects "1.5.10" + follow-redirects "^1.10.0" axobject-query@^2.1.2: version "2.2.0" @@ -3696,7 +4433,7 @@ babel-code-frame@^6.22.0, babel-code-frame@^6.26.0: esutils "^2.0.2" js-tokens "^3.0.2" -babel-core@^6.0.0, babel-core@^6.26.0, babel-core@^6.26.3: +babel-core@^6.0.0, babel-core@^6.26.0: version "6.26.3" resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.3.tgz#b2e2f09e342d0f0c88e2f02e067794125e75c207" integrity sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA== @@ -3819,7 +4556,23 @@ babel-plugin-dynamic-import-node@^2.3.3: dependencies: object.assign "^4.1.0" -babel-plugin-emotion@^10.0.20, babel-plugin-emotion@^10.0.27: +babel-plugin-emotion@^10.0.20: + version "10.2.2" + resolved "https://registry.yarnpkg.com/babel-plugin-emotion/-/babel-plugin-emotion-10.2.2.tgz#a1fe3503cff80abfd0bdda14abd2e8e57a79d17d" + integrity sha512-SMSkGoqTbTyUTDeuVuPIWifPdUGkTk1Kf9BWRiXIOIcuyMfsdp2EjeiiFvOzX8NOBvEh/ypKYvUh2rkgAJMCLA== + dependencies: + "@babel/helper-module-imports" "^7.0.0" + "@emotion/hash" "0.8.0" + "@emotion/memoize" "0.7.4" + "@emotion/serialize" "^0.11.16" + babel-plugin-macros "^2.0.0" + babel-plugin-syntax-jsx "^6.18.0" + convert-source-map "^1.5.0" + escape-string-regexp "^1.0.5" + find-root "^1.1.0" + source-map "^0.5.7" + +babel-plugin-emotion@^10.0.27: version "10.0.33" resolved "https://registry.yarnpkg.com/babel-plugin-emotion/-/babel-plugin-emotion-10.0.33.tgz#ce1155dcd1783bbb9286051efee53f4e2be63e03" integrity sha512-bxZbTTGz0AJQDHm8k6Rf3RQJ8tX2scsfsRyKVgAbiUPUNIRtlK+7JxP+TAd1kRLABFxe0CFm2VdK4ePkoA9FxQ== @@ -3965,6 +4718,30 @@ babel-plugin-minify-type-constructors@^0.4.3: dependencies: babel-helper-is-void-0 "^0.4.3" +babel-plugin-polyfill-corejs2@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.2.tgz#e9124785e6fd94f94b618a7954e5693053bf5327" + integrity sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ== + dependencies: + "@babel/compat-data" "^7.13.11" + "@babel/helper-define-polyfill-provider" "^0.2.2" + semver "^6.1.1" + +babel-plugin-polyfill-corejs3@^0.2.2: + version "0.2.3" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.3.tgz#72add68cf08a8bf139ba6e6dfc0b1d504098e57b" + integrity sha512-rCOFzEIJpJEAU14XCcV/erIf/wZQMmMT5l5vXOpL5uoznyOGfDIjPj6FVytMvtzaKSTSVKouOCTPJ5OMUZH30g== + dependencies: + "@babel/helper-define-polyfill-provider" "^0.2.2" + core-js-compat "^3.14.0" + +babel-plugin-polyfill-regenerator@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.2.tgz#b310c8d642acada348c1fa3b3e6ce0e851bee077" + integrity sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg== + dependencies: + "@babel/helper-define-polyfill-provider" "^0.2.2" + babel-plugin-require-context-hook@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/babel-plugin-require-context-hook/-/babel-plugin-require-context-hook-1.0.0.tgz#3f0e7cce87c338f53639b948632fd4e73834632d" @@ -4499,7 +5276,7 @@ browserslist@4.7.0: electron-to-chromium "^1.3.247" node-releases "^1.1.29" -browserslist@^4.11.1, browserslist@^4.12.0, browserslist@^4.8.5: +browserslist@^4.12.0: version "4.12.0" resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.12.0.tgz#06c6d5715a1ede6c51fc39ff67fd647f740b656d" integrity sha512-UH2GkcEDSI0k/lRkuDSzFl9ZZ87skSy9w2XAn1MsZnL+4c4rqbBd3e82UWHbYDpztABrPBhZsTEeuxVfHppqDg== @@ -4509,6 +5286,17 @@ browserslist@^4.11.1, browserslist@^4.12.0, browserslist@^4.8.5: node-releases "^1.1.53" pkg-up "^2.0.0" +browserslist@^4.16.6: + version "4.16.6" + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.6.tgz#d7901277a5a88e554ed305b183ec9b0c08f66fa2" + integrity sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ== + dependencies: + caniuse-lite "^1.0.30001219" + colorette "^1.2.2" + electron-to-chromium "^1.3.723" + escalade "^3.1.1" + node-releases "^1.1.71" + bser@2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05" @@ -4696,6 +5484,14 @@ cache-base@^1.0.1: union-value "^1.0.0" unset-value "^1.0.0" +call-bind@^1.0.0, call-bind@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c" + integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA== + dependencies: + function-bind "^1.1.1" + get-intrinsic "^1.0.2" + call-me-maybe@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/call-me-maybe/-/call-me-maybe-1.0.1.tgz#26d208ea89e37b5cbde60250a15f031c16a4d66b" @@ -4771,11 +5567,26 @@ can-use-dom@^0.1.0: resolved "https://registry.yarnpkg.com/can-use-dom/-/can-use-dom-0.1.0.tgz#22cc4a34a0abc43950f42c6411024a3f6366b45a" integrity sha1-IsxKNKCrxDlQ9CxkEQJKP2NmtFo= -caniuse-lite@^1.0.30000989, caniuse-lite@^1.0.30001043, caniuse-lite@^1.0.30001061: +caniuse-lite@^1.0.30000989: + version "1.0.30001239" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001239.tgz#66e8669985bb2cb84ccb10f68c25ce6dd3e4d2b8" + integrity sha512-cyBkXJDMeI4wthy8xJ2FvDU6+0dtcZSJW3voUF8+e9f1bBeuvyZfc3PNbkOETyhbR+dGCPzn9E7MA3iwzusOhQ== + +caniuse-lite@^1.0.30001043: version "1.0.30001062" resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001062.tgz#d814b648338504b315222ace6f1a533d9a55e390" integrity sha512-ei9ZqeOnN7edDrb24QfJ0OZicpEbsWxv7WusOiQGz/f2SfvBgHHbOEwBJ8HKGVSyx8Z6ndPjxzR6m0NQq+0bfw== +caniuse-lite@^1.0.30001109: + version "1.0.30001237" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001237.tgz#4b7783661515b8e7151fc6376cfd97f0e427b9e5" + integrity sha512-pDHgRndit6p1NR2GhzMbQ6CkRrp4VKuSsqbcLeOQppYPKOYkKT/6ZvZDvKJUqcmtyWIAHuZq3SVS2vc1egCZzw== + +caniuse-lite@^1.0.30001219: + version "1.0.30001236" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001236.tgz#0a80de4cdf62e1770bb46a30d884fc8d633e3958" + integrity sha512-o0PRQSrSCGJKCPZcgMzl5fUaj5xHe8qA2m4QRvnyY4e1lITqoNkr7q/Oh1NcpGSy0Th97UZ35yoKcINPoq7YOQ== + capture-exit@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-1.2.0.tgz#1c5fcc489fd0ab00d4f1ac7ae1072e3173fbab6f" @@ -4791,9 +5602,9 @@ capture-exit@^2.0.0: rsvp "^4.8.4" case-sensitive-paths-webpack-plugin@^2.2.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.3.0.tgz#23ac613cc9a856e4f88ff8bb73bbb5e989825cf7" - integrity sha512-/4YgnZS8y1UXXmC02xD5rRrBEu6T5ub+mQHLNRj0fzTRbgdBYhsNo2V5EqwgqrExjxsjtF/OpAKAMkKsxbD5XQ== + version "2.4.0" + resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz#db64066c6422eed2e08cc14b986ca43796dbc6d4" + integrity sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw== caseless@~0.12.0: version "0.12.0" @@ -4809,14 +5620,6 @@ chalk@2.4.2, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.4.1, chalk@^2.4. escape-string-regexp "^1.0.5" supports-color "^5.3.0" -chalk@4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a" - integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== - dependencies: - ansi-styles "^4.1.0" - supports-color "^7.1.0" - chalk@^1.1.3: version "1.1.3" resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" @@ -4836,6 +5639,14 @@ chalk@^3.0.0: ansi-styles "^4.1.0" supports-color "^7.1.0" +chalk@^4.1.0: + version "4.1.1" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad" + integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg== + dependencies: + ansi-styles "^4.1.0" + supports-color "^7.1.0" + character-entities-legacy@^1.0.0: version "1.1.4" resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz#94bc1845dce70a5bb9d2ecc748725661293d8fc1" @@ -4870,10 +5681,10 @@ child-process-promise@^2.2.0: node-version "^1.0.0" promise-polyfill "^6.0.1" -chokidar@3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.3.0.tgz#12c0714668c55800f659e262d4962a97faf554a6" - integrity sha512-dGmKLDdT3Gdl7fBUe8XK+gAtGmzy5Fn0XkkWQuYxGIgWVPPse2CxFA5mtrlD0TOHaHjEUqkWNyP1XdHoJES/4A== +chokidar@3.5.1: + version "3.5.1" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.1.tgz#ee9ce7bbebd2b79f49f304799d5468e31e14e68a" + integrity sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw== dependencies: anymatch "~3.1.1" braces "~3.0.2" @@ -4881,9 +5692,9 @@ chokidar@3.3.0: is-binary-path "~2.1.0" is-glob "~4.0.1" normalize-path "~3.0.0" - readdirp "~3.2.0" + readdirp "~3.5.0" optionalDependencies: - fsevents "~2.1.1" + fsevents "~2.3.1" chokidar@^2.0.4, chokidar@^2.1.8: version "2.1.8" @@ -4904,20 +5715,20 @@ chokidar@^2.0.4, chokidar@^2.1.8: optionalDependencies: fsevents "^1.2.7" -chokidar@^3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.0.tgz#b30611423ce376357c765b9b8f904b9fba3c0be8" - integrity sha512-aXAaho2VJtisB/1fg1+3nlLJqGOuewTzQpd/Tz0yTg2R0e4IGtshYvtjowyEumcBv2z+y4+kc75Mz7j5xJskcQ== +chokidar@^3.4.1: + version "3.5.2" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.2.tgz#dba3976fcadb016f66fd365021d91600d01c1e75" + integrity sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ== dependencies: - anymatch "~3.1.1" + anymatch "~3.1.2" braces "~3.0.2" - glob-parent "~5.1.0" + glob-parent "~5.1.2" is-binary-path "~2.1.0" is-glob "~4.0.1" normalize-path "~3.0.0" - readdirp "~3.4.0" + readdirp "~3.6.0" optionalDependencies: - fsevents "~2.1.2" + fsevents "~2.3.2" chownr@^1.1.1, chownr@^1.1.2: version "1.1.4" @@ -4995,7 +5806,7 @@ cli-cursor@^3.1.0: dependencies: restore-cursor "^3.1.0" -cli-spinners@^2.0.0, cli-spinners@^2.2.0: +cli-spinners@^2.0.0: version "2.3.0" resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.3.0.tgz#0632239a4b5aa4c958610142c34bb7a651fc8df5" integrity sha512-Xs2Hf2nzrvJMFKimOR7YR0QwZ8fc0u98kdtwN1eNAZzNQgH3vK2pXzff6GJtKh7S5hoJ87ECiAiZFS2fb5Ii2w== @@ -5085,15 +5896,15 @@ code-point-at@^1.0.0: resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= -codecov@3.7.1: - version "3.7.1" - resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.7.1.tgz#434cb8d55f18ef01672e5739d3d266696bebc202" - integrity sha512-JHWxyPTkMLLJn9SmKJnwAnvY09kg2Os2+Ux+GG7LwZ9g8gzDDISpIN5wAsH1UBaafA/yGcd3KofMaorE8qd6Lw== +codecov@3.8.2: + version "3.8.2" + resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.8.2.tgz#ab24f18783998c39e809ea210af899f8dbcc790e" + integrity sha512-6w/kt/xvmPsWMfDFPE/T054txA9RTgcJEw36PNa6MYX+YV29jCHCRFXwbQ3QZBTOgnex1J2WP8bo2AT8TWWz9g== dependencies: argv "0.0.2" ignore-walk "3.0.3" - js-yaml "3.13.1" - teeny-request "6.0.1" + js-yaml "3.14.1" + teeny-request "7.0.1" urlgrey "0.4.4" collect-v8-coverage@^1.0.0: @@ -5133,14 +5944,6 @@ color-name@^1.0.0, color-name@~1.1.4: resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== -color-string@^1.5.2: - version "1.5.3" - resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.5.3.tgz#c9bbc5f01b58b5492f3d6857459cb6590ce204cc" - integrity sha512-dC2C5qeWoYkxki5UAXapdjqO672AM4vZuPGRQfO8b5HKuKGBbKWpITyDYN7TOFKvRW7kOgAn3746clDBMDJyQw== - dependencies: - color-name "^1.0.0" - simple-swizzle "^0.2.2" - color-string@^1.5.4: version "1.5.4" resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.5.4.tgz#dd51cd25cfee953d138fe4002372cc3d0e504cb6" @@ -5154,12 +5957,12 @@ color-support@^1.1.3: resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2" integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg== -color2k@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/color2k/-/color2k-1.2.2.tgz#468b98ae35141c802dcfa1fb594d396baaa052d3" - integrity sha512-uxfa7byLts8cg2EGGZB6ZJTcUOvQt9V6sNbaVf5luAFLFfVqfl1srPL88NMwVFrO/vpZnAUxRdBkiuVQ99lnHg== +color2k@1.2.4: + version "1.2.4" + resolved "https://registry.yarnpkg.com/color2k/-/color2k-1.2.4.tgz#af34950ac58e23cf224a01cb8dd0c9911a79605e" + integrity sha512-DiwdBwc0BryPFFXoCrW8XQGXl2rEtMToODybxZjKnN5IJXt/tV/FsN02pCK/b7KcWvJEioz3c74lQSmayFvS4Q== -color@^3.1.0: +color@^3.1.0, color@^3.1.3: version "3.1.3" resolved "https://registry.yarnpkg.com/color/-/color-3.1.3.tgz#ca67fb4e7b97d611dcde39eceed422067d91596e" integrity sha512-xgXAcTHa2HeFCGLE9Xs/R82hujGtu9Jd9x4NW3T34+OMs7VoPsjwzRczKHvTAHeJwWFwX5j15+MgAppE8ztObQ== @@ -5167,19 +5970,16 @@ color@^3.1.0: color-convert "^1.9.1" color-string "^1.5.4" -color@^3.1.2: - version "3.1.2" - resolved "https://registry.yarnpkg.com/color/-/color-3.1.2.tgz#68148e7f85d41ad7649c5fa8c8106f098d229e10" - integrity sha512-vXTJhHebByxZn3lDvDJYw4lR5+uB3vuoHsuYA5AKuxRVn5wzzIfQKGLBmgdVRHKTJYeK5rvJcHnrd0Li49CFpg== - dependencies: - color-convert "^1.9.1" - color-string "^1.5.2" - colorette@^1.0.7: version "1.2.0" resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.0.tgz#45306add826d196e8c87236ac05d797f25982e63" integrity sha512-soRSroY+OF/8OdA3PTQXwaDJeMc7TfknKKrxeSCencL2a4+Tx5zhxmmv7hdpCjhKBjehzp8+bwe/T68K0hpIjw== +colorette@^1.2.1, colorette@^1.2.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94" + integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w== + colors@^1.0.3, colors@^1.1.2: version "1.4.0" resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78" @@ -5416,19 +6216,37 @@ copy-to-clipboard@^3.0.8: dependencies: toggle-selection "^1.0.6" -core-js-compat@^3.6.2: - version "3.6.5" - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.6.5.tgz#2a51d9a4e25dfd6e690251aa81f99e3c05481f1c" - integrity sha512-7ItTKOhOZbznhXAQ2g/slGg1PJV5zDO/WdkTwi7UEOJmkvsE32PWvx6mKtDjiMpjnR2CNf6BAD6sSxIlv7ptng== +core-js-compat@^3.14.0: + version "3.14.0" + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.14.0.tgz#b574dabf29184681d5b16357bd33d104df3d29a5" + integrity sha512-R4NS2eupxtiJU+VwgkF9WTpnSfZW4pogwKHd8bclWU2sp93Pr5S1uYJI84cMOubJRou7bcfL0vmwtLslWN5p3A== dependencies: - browserslist "^4.8.5" + browserslist "^4.16.6" semver "7.0.0" -core-js-pure@^3.0.0, core-js-pure@^3.0.1: +core-js-compat@^3.15.0: + version "3.15.1" + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.15.1.tgz#1afe233716d37ee021956ef097594071b2b585a7" + integrity sha512-xGhzYMX6y7oEGQGAJmP2TmtBLvR4nZmRGEcFa3ubHOq5YEp51gGN9AovVa0AoujGZIq+Wm6dISiYyGNfdflYww== + dependencies: + browserslist "^4.16.6" + semver "7.0.0" + +core-js-pure@^3.0.0: version "3.6.5" resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.6.5.tgz#c79e75f5e38dbc85a662d91eea52b8256d53b813" integrity sha512-lacdXOimsiD0QyNf9BC/mxivNJ/ybBGJXQFKzRekp1WTHoVUWsUHEn+2T8GJAzzIhyOuXA+gOxCVN3l+5PLPUA== +core-js-pure@^3.0.1: + version "3.15.1" + resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.15.1.tgz#8356f6576fa2aa8e54ca6fe02620968ff010eed7" + integrity sha512-OZuWHDlYcIda8sJLY4Ec6nWq2hRjlyCqCZ+jCflyleMkVt3tPedDVErvHslyS2nbO+SlBFMSBJYvtLMwxnrzjA== + +core-js-pure@^3.14.0: + version "3.14.0" + resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.14.0.tgz#72bcfacba74a65ffce04bf94ae91d966e80ee553" + integrity sha512-YVh+LN2FgNU0odThzm61BsdkwrbrchumFq3oztnE9vTKC4KS2fvnPmcx8t6jnqAyOTCTF4ZSiuK8Qhh7SNcL4g== + core-js@^1.0.0: version "1.2.7" resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636" @@ -5457,7 +6275,7 @@ corejs-upgrade-webpack-plugin@^2.2.0: resolve-from "^5.0.0" webpack "^4.38.0" -cosmiconfig@^5.0.0, cosmiconfig@^5.0.5, cosmiconfig@^5.1.0, cosmiconfig@^5.2.1: +cosmiconfig@^5.0.0, cosmiconfig@^5.0.5, cosmiconfig@^5.1.0: version "5.2.1" resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a" integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== @@ -5509,7 +6327,7 @@ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7: safe-buffer "^5.0.1" sha.js "^2.4.8" -create-react-class@^15.6.2, create-react-class@^15.6.3: +create-react-class@^15.6.2: version "15.6.3" resolved "https://registry.yarnpkg.com/create-react-class/-/create-react-class-15.6.3.tgz#2d73237fb3f970ae6ebe011a9e66f46dbca80036" integrity sha512-M+/3Q6E6DLO6Yx3OwrWjwHBnvfXXYA7W+dFjt/ZDBemHO1DDZhsalX/NUtnTYclN6GfnBDRh4qRHjcDHmlJBJg== @@ -5518,7 +6336,7 @@ create-react-class@^15.6.2, create-react-class@^15.6.3: loose-envify "^1.3.1" object-assign "^4.1.1" -create-react-context@0.3.0, create-react-context@^0.3.0: +create-react-context@0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/create-react-context/-/create-react-context-0.3.0.tgz#546dede9dc422def0d3fc2fe03afe0bc0f4f7d8c" integrity sha512-dNldIoSuNSvlTJ7slIKC/ZFGKexBMBrrcc+TTe1NdmROnaASuLPvqpwj9v4XS4uXZ8+YPu0sNmShX2rXI5LNsw== @@ -5586,22 +6404,22 @@ css-color-keywords@^1.0.0: integrity sha1-/qJhbcZ2spYmhrOvjb2+GAskTgU= css-loader@^3.0.0: - version "3.5.3" - resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.5.3.tgz#95ac16468e1adcd95c844729e0bb167639eb0bcf" - integrity sha512-UEr9NH5Lmi7+dguAm+/JSPovNjYbm2k3TK58EiwQHzOHH5Jfq1Y+XoP2bQO6TMn7PptMd0opxxedAWcaSTRKHw== + version "3.6.0" + resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.6.0.tgz#2e4b2c7e6e2d27f8c8f28f61bffcd2e6c91ef645" + integrity sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ== dependencies: camelcase "^5.3.1" cssesc "^3.0.0" icss-utils "^4.1.1" loader-utils "^1.2.3" normalize-path "^3.0.0" - postcss "^7.0.27" + postcss "^7.0.32" postcss-modules-extract-imports "^2.0.0" postcss-modules-local-by-default "^3.0.2" postcss-modules-scope "^2.2.0" postcss-modules-values "^3.0.0" - postcss-value-parser "^4.0.3" - schema-utils "^2.6.6" + postcss-value-parser "^4.1.0" + schema-utils "^2.7.0" semver "^6.3.0" css-select@^1.1.0: @@ -5662,6 +6480,11 @@ csstype@^2.2.0, csstype@^2.5.7: resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.10.tgz#e63af50e66d7c266edb6b32909cfd0aabe03928b" integrity sha512-D34BqZU4cIlMCY93rZHbrq9pjTAQJ3U8S8rfBqjwHxkGPThWFjzZDQpgMJY0QViLxth6ZKYiwFBo14RdN44U/w== +csstype@^3.0.2: + version "3.0.8" + resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.8.tgz#d2266a792729fb227cd216fb572f43728e1ad340" + integrity sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw== + currently-unhandled@^0.4.1: version "0.4.1" resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea" @@ -5707,13 +6530,6 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.8, debug@^2.6. dependencies: ms "2.0.0" -debug@3.2.6, debug@^3.0.0, debug@^3.1.0, debug@^3.2.5: - version "3.2.6" - resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b" - integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== - dependencies: - ms "^2.1.1" - debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791" @@ -5721,12 +6537,26 @@ debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1: dependencies: ms "^2.1.1" -debug@=3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261" - integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g== +debug@4.3.1: + version "4.3.1" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee" + integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== dependencies: - ms "2.0.0" + ms "2.1.2" + +debug@^3.0.0, debug@^3.1.0: + version "3.2.6" + resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b" + integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== + dependencies: + ms "^2.1.1" + +debug@^3.2.5, debug@^3.2.7: + version "3.2.7" + resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a" + integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ== + dependencies: + ms "^2.1.1" decamelize@^1.1.1, decamelize@^1.1.2, decamelize@^1.2.0: version "1.2.0" @@ -5862,11 +6692,6 @@ depd@~1.1.2: resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= -dequal@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/dequal/-/dequal-1.0.0.tgz#41c6065e70de738541c82cdbedea5292277a017e" - integrity sha512-/Nd1EQbQbI9UbSHrMiKZjFLrXSnU328iQdZKPQf78XQI6C+gutkFUeoHpG5J08Ioa6HeRbRNFpSIclh1xyG0mw== - dequal@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/dequal/-/dequal-2.0.2.tgz#85ca22025e3a87e65ef75a7a437b35284a7e319d" @@ -5902,10 +6727,10 @@ detect-newline@^3.0.0: resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651" integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA== -detect-node@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.0.4.tgz#014ee8f8f669c5c58023da64b8179c083a28c46c" - integrity sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw== +detect-node-es@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/detect-node-es/-/detect-node-es-1.1.0.tgz#163acdf643330caa0b4cd7c21e7ee7755d6fa493" + integrity sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ== detect-port-alt@1.1.6: version "1.1.6" @@ -5923,10 +6748,10 @@ detect-port@^1.3.0: address "^1.0.1" debug "^2.6.0" -detox@^18.10.0: - version "18.10.0" - resolved "https://registry.yarnpkg.com/detox/-/detox-18.10.0.tgz#8b8d6b6f2bf9775f09d92b63f98dc1b5f4c9334e" - integrity sha512-okqMongBq0hKuJN8hxVHoBjM3Ms0XbaaWq5PyZGWuog3SXTX18ux8YjSmCU2J8ESA8muXyuOpl9KGgT8bWJTHA== +detox@18.17.0: + version "18.17.0" + resolved "https://registry.yarnpkg.com/detox/-/detox-18.17.0.tgz#29c5c7578f7a880964345af3d108705258a7dfd0" + integrity sha512-cdi+nUgk0Me76UdG7pUYIchmfEdzSghIC0xjTrEMyjhBz2Zsb7WscZZHO1rORAjDHJF7u0QhvAHvGDksDWmjiw== dependencies: bunyan "^1.8.12" bunyan-debug-stream "^1.1.0" @@ -5942,6 +6767,7 @@ detox@^18.10.0: proper-lockfile "^3.0.2" resolve-from "^5.0.0" sanitize-filename "^1.6.1" + semver "^7.0.0" serialize-error "^8.0.1" shell-quote "^1.7.2" signal-exit "^3.0.3" @@ -5949,7 +6775,7 @@ detox@^18.10.0: telnet-client "1.2.8" tempfile "^2.0.0" which "^1.3.1" - ws "^7.4.3" + ws "^7.0.0" yargs "^16.0.3" yargs-unparser "^2.0.0" @@ -5963,7 +6789,12 @@ diff-sequences@^25.2.6: resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-25.2.6.tgz#5f467c00edd35352b7bca46d7927d60e687a76dd" integrity sha512-Hq8o7+6GaZeoFjtpgvRBUknSXNeJiCx7V9Fr94ZMljNiCr9n9L8H8aJqgWOQiDDGdyn29fRNcDdRVJ5fdyihfg== -diff@3.5.0, diff@^3.2.0: +diff@5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/diff/-/diff-5.0.0.tgz#7ed6ad76d859d030787ec35855f5b1daf31d852b" + integrity sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w== + +diff@^3.2.0: version "3.5.0" resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12" integrity sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA== @@ -6149,20 +6980,30 @@ ejs@^2.7.4: resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.7.4.tgz#48661287573dcc53e366c7a1ae52c3a120eec9ba" integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA== -ejson@2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/ejson/-/ejson-2.2.0.tgz#16c177cb2c064f2be8876d4a2f7f09ab704f560d" - integrity sha512-kWa0AKAxDhmr4t6c4pgQqk6yL52/M67xOMh60HRnAeydzo5QIxOitN5bE1+e0rbdnxfly7FTB9e2Ny0ypLMbag== +ejson@2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/ejson/-/ejson-2.2.1.tgz#53569bdf3a60013f5dc206e0f9640b64cd674acc" + integrity sha512-Tah5TfXynM7dCqnI/YyyI93/vN0hwXQrimNNzXIKmhr11vGrVtXhzwZ4Gyx+AHb4FqJa0YQORoaKnJHRB1TnwQ== -electron-to-chromium@^1.3.247, electron-to-chromium@^1.3.413: +electron-to-chromium@^1.3.247: + version "1.3.754" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.754.tgz#afbe69177ad7aae968c3bbeba129dc70dcc37cf4" + integrity sha512-Q50dJbfYYRtwK3G9mFP/EsJVzlgcYwKxFjbXmvVa1lDAbdviPcT9QOpFoufDApub4j0hBfDRL6v3lWNLEdEDXQ== + +electron-to-chromium@^1.3.413: version "1.3.448" resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.448.tgz#682831ecf3ce505231978f7c795a2813740cae7c" integrity sha512-WOr3SrZ55lUFYugA6sUu3H3ZoxVIH5o3zTSqYS+2DOJJP4hnHmBiD1w432a2YFW/H2G5FIxE6DB06rv+9dUL5g== +electron-to-chromium@^1.3.723: + version "1.3.752" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.752.tgz#0728587f1b9b970ec9ffad932496429aef750d09" + integrity sha512-2Tg+7jSl3oPxgsBsWKh5H83QazTkmWG/cnNwJplmyZc7KcN61+I10oUgaXSVk/NwfvN3BdkKDR4FYuRBQQ2v0A== + element-resize-detector@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/element-resize-detector/-/element-resize-detector-1.2.1.tgz#b0305194447a4863155e58f13323a0aef30851d1" - integrity sha512-BdFsPepnQr9fznNPF9nF4vQ457U/ZJXQDSNF1zBe7yaga8v9AdZf3/NElYxFdUh7SitSGt040QygiTo6dtatIw== + version "1.2.2" + resolved "https://registry.yarnpkg.com/element-resize-detector/-/element-resize-detector-1.2.2.tgz#bf7c3ff915957e4e62e86241ed2f9c86b078892b" + integrity sha512-+LOXRkCJc4I5WhEJxIDjhmE3raF8jtOMBDqSCgZTMz2TX3oXAX5pE2+MDeopJlGdXzP7KzPbBJaUGfNaP9HG4A== dependencies: batch-processor "1.0.0" @@ -6204,7 +7045,7 @@ emojis-list@^3.0.0: resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78" integrity sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== -emotion-theming@10.0.27, emotion-theming@^10.0.19: +emotion-theming@^10.0.19: version "10.0.27" resolved "https://registry.yarnpkg.com/emotion-theming/-/emotion-theming-10.0.27.tgz#1887baaec15199862c89b1b984b79806f2b9ab10" integrity sha512-MlF1yu/gYh8u+sLUqA0YuA9JX0P4Hb69WlKc/9OLo+WCXuX6sy/KoIa+qJimgmr2dWqnypYKYPX37esjDBbhdw== @@ -6232,10 +7073,10 @@ end-of-stream@^1.0.0, end-of-stream@^1.1.0: dependencies: once "^1.4.0" -enhanced-resolve@^4.1.0: - version "4.1.1" - resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.1.1.tgz#2937e2b8066cd0fe7ce0990a98f0d71a35189f66" - integrity sha512-98p2zE+rL7/g/DzMHMTF4zZlCgeVdJ7yr6xzEpJRYwFYrGi9ANdn5DnJURg6RpBkyk60XYDnWIv51VfIhfNGuA== +enhanced-resolve@^4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz#2f3cfd84dbe3b487f18f2db2ef1e064a571ca5ec" + integrity sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg== dependencies: graceful-fs "^4.1.2" memory-fs "^0.5.0" @@ -6251,11 +7092,6 @@ entities@^2.0.0: resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.2.tgz#ac74db0bba8d33808bbf36809c3a5c3683531436" integrity sha512-dmD3AvJQBUjKpcNkoqr+x+IF0SdRtPz9Vk0uTy4yWqga9ibB6s4v++QFWNohjiUGoMlF552ZvNyXDxz5iW0qmw== -envinfo@^7.5.0: - version "7.7.0" - resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.7.0.tgz#fbfa46d739dec0554ef40220cd91fb20f64c9698" - integrity sha512-XX0+kACx7HcIFhar/JjsDtDIVcC8hnzQO1Asehq+abs+v9MtzpUuujFb6eBTT4lF9j2Bh6d2XFngbFRryjUAeQ== - envinfo@^7.7.2: version "7.7.3" resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.7.3.tgz#4b2d8622e3e7366afb8091b23ed95569ea0208cc" @@ -6307,6 +7143,28 @@ es-abstract@^1.17.0, es-abstract@^1.17.0-next.0, es-abstract@^1.17.0-next.1, es- string.prototype.trimleft "^2.1.1" string.prototype.trimright "^2.1.1" +es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2, es-abstract@^1.18.2: + version "1.18.3" + resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.3.tgz#25c4c3380a27aa203c44b2b685bba94da31b63e0" + integrity sha512-nQIr12dxV7SSxE6r6f1l3DtAeEYdsGpps13dR0TwJg1S8gyp4ZPgy3FZcHBgbiQqnoqSTb+oC+kO4UQ0C/J8vw== + dependencies: + call-bind "^1.0.2" + es-to-primitive "^1.2.1" + function-bind "^1.1.1" + get-intrinsic "^1.1.1" + has "^1.0.3" + has-symbols "^1.0.2" + is-callable "^1.2.3" + is-negative-zero "^2.0.1" + is-regex "^1.1.3" + is-string "^1.0.6" + object-inspect "^1.10.3" + object-keys "^1.1.1" + object.assign "^4.1.2" + string.prototype.trimend "^1.0.4" + string.prototype.trimstart "^1.0.4" + unbox-primitive "^1.0.1" + es-array-method-boxes-properly@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz#873f3e84418de4ee19c5be752990b2e44718d09e" @@ -6364,7 +7222,7 @@ escape-string-regexp@2.0.0: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344" integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w== -escape-string-regexp@^4.0.0: +escape-string-regexp@4.0.0, escape-string-regexp@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== @@ -6420,11 +7278,11 @@ eslint-import-resolver-node@^0.3.3: resolve "^1.13.1" eslint-module-utils@^2.6.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz#579ebd094f56af7797d19c9866c9c9486629bfa6" - integrity sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA== + version "2.6.1" + resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.1.tgz#b51be1e473dd0de1c5ea638e22429c2490ea8233" + integrity sha512-ZXI9B8cxAJIH4nfkhTwcRTEAnrVfobYqwjWy/QMCZ8rHkZHFjf9yO4BzpiF9kCSfNlMG54eKigISHpX0+AaT4A== dependencies: - debug "^2.6.9" + debug "^3.2.7" pkg-dir "^2.0.0" eslint-plugin-import@2.22.0: @@ -6497,14 +7355,6 @@ eslint-rule-composer@^0.3.0: resolved "https://registry.yarnpkg.com/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz#79320c927b0c5c0d3d3d2b76c8b4a488f25bbaf9" integrity sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg== -eslint-scope@5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.0.tgz#d0f971dfe59c69e0cada684b23d49dbf82600ce5" - integrity sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w== - dependencies: - esrecurse "^4.1.0" - estraverse "^4.1.1" - eslint-scope@^4.0.3: version "4.0.3" resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848" @@ -6521,6 +7371,14 @@ eslint-scope@^5.0.0: esrecurse "^4.1.0" estraverse "^4.1.1" +eslint-scope@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" + integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== + dependencies: + esrecurse "^4.3.0" + estraverse "^4.1.1" + eslint-utils@^1.4.3: version "1.4.3" resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f" @@ -6533,10 +7391,10 @@ eslint-visitor-keys@^1.1.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2" integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A== -eslint-visitor-keys@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e" - integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ== +eslint-visitor-keys@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303" + integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw== eslint@6.8.0: version "6.8.0" @@ -6609,6 +7467,13 @@ esrecurse@^4.1.0: dependencies: estraverse "^4.1.0" +esrecurse@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921" + integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== + dependencies: + estraverse "^5.2.0" + estraverse@^4.1.0, estraverse@^4.1.1, estraverse@^4.2.0: version "4.3.0" resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" @@ -6619,6 +7484,11 @@ estraverse@^5.1.0: resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.1.0.tgz#374309d39fd935ae500e7b92e8a6b4c720e59642" integrity sha512-FyohXK+R0vE+y1nHLoBM7ZTyqRpqAlhdZHCWIWEviFLiGB8b04H6bQs8G+XTthacvT8VuwvteiP7RJSxMs8UEw== +estraverse@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880" + integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ== + esutils@^2.0.2: version "2.0.3" resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" @@ -6650,9 +7520,9 @@ events@^3.0.0: integrity sha512-Rv+u8MLHNOdMjTAFeT3nCjHn2aGlx435FP/sDHNaRhDEMwyI/aB22Kj2qIN8R0cw3z28psEQLYwxVKLsKrMgWg== eventsource@^1.0.7: - version "1.0.7" - resolved "https://registry.yarnpkg.com/eventsource/-/eventsource-1.0.7.tgz#8fbc72c93fcd34088090bc0a4e64f4b5cee6d8d0" - integrity sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ== + version "1.1.0" + resolved "https://registry.yarnpkg.com/eventsource/-/eventsource-1.1.0.tgz#00e8ca7c92109e94b0ddf32dac677d841028cfaf" + integrity sha512-VSJjT5oCNrFvCS6igjzPAt5hBzQ2qPBFIbJ03zLI9SE0mxwZpMw6BfJrbFHm1a141AavMEB8JHmBhWAd66PfCg== dependencies: original "^1.0.0" @@ -6867,10 +7737,10 @@ expo-permissions@~9.0.1: resolved "https://registry.yarnpkg.com/expo-permissions/-/expo-permissions-9.0.1.tgz#dc10b58654bbe39bbbed5827369942b01b08055e" integrity sha512-CosJgy8XQRN/OFG2JTQDcFxz3XTGi27coCMym/hVXWtQfk0z6PwdRG5IXHfLGuSckwIcgmirrwm2+Zc0X3MmNg== -expo-video-thumbnails@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/expo-video-thumbnails/-/expo-video-thumbnails-5.0.0.tgz#819adcf2e79d774a4f0d70da200bf053e07cd059" - integrity sha512-jYmpuKzGn4i4O52TkLiVm4/06VrGyJWXSuU99zAdN5N//8J0aA8MzC3nxk+PKQcHGj36enOPT5P5aHARFbtVww== +expo-video-thumbnails@5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/expo-video-thumbnails/-/expo-video-thumbnails-5.1.0.tgz#7227698977b1496a076c1a71149a372d14827311" + integrity sha512-Ggtud9tieWu+iCvm5QZfJKw//3tmXAX68SR0IZ9WPQ9MKePGSyOWpMY/PSxOXJMSbkCDQJY48rQMqiloXlaLmg== expo-web-browser@8.3.1: version "8.3.1" @@ -7041,9 +7911,9 @@ fault@^1.0.2: format "^0.2.0" faye-websocket@~0.11.1: - version "0.11.3" - resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.11.3.tgz#5c0e9a8968e8912c286639fde977a8b209f2508e" - integrity sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA== + version "0.11.4" + resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.11.4.tgz#7f0d9275cfdd86a1c963dc8b65fcc451edcbb1da" + integrity sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g== dependencies: websocket-driver ">=0.5.1" @@ -7215,6 +8085,11 @@ fill-range@^7.0.1: dependencies: to-regex-range "^5.0.1" +filter-obj@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/filter-obj/-/filter-obj-1.1.0.tgz#9b311112bc6c6127a16e016c6c5d7f19e0805c5b" + integrity sha1-mzERErxsYSehbgFsbF1/GeCAXFs= + finalhandler@1.1.2, finalhandler@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d" @@ -7266,6 +8141,14 @@ find-up@3.0.0, find-up@^3.0.0: dependencies: locate-path "^3.0.0" +find-up@5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc" + integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== + dependencies: + locate-path "^6.0.0" + path-exists "^4.0.0" + find-up@^1.0.0: version "1.1.2" resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f" @@ -7289,13 +8172,12 @@ find-up@^4.0.0, find-up@^4.1.0: locate-path "^5.0.0" path-exists "^4.0.0" -find-yarn-workspace-root@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/find-yarn-workspace-root/-/find-yarn-workspace-root-1.2.1.tgz#40eb8e6e7c2502ddfaa2577c176f221422f860db" - integrity sha512-dVtfb0WuQG+8Ag2uWkbG79hOUzEsRrhBzgfn86g2sJPkzmcpGdghbNTfUKGTxymFrY/tLIodDzLoW9nOJ4FY8Q== +find-yarn-workspace-root@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz#f47fb8d239c900eb78179aa81b66673eac88f7bd" + integrity sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ== dependencies: - fs-extra "^4.0.3" - micromatch "^3.1.4" + micromatch "^4.0.2" flat-cache@^2.0.1: version "2.0.1" @@ -7306,13 +8188,6 @@ flat-cache@^2.0.1: rimraf "2.6.3" write "1.0.3" -flat@^4.1.0: - version "4.1.1" - resolved "https://registry.yarnpkg.com/flat/-/flat-4.1.1.tgz#a392059cc382881ff98642f5da4dde0a959f309b" - integrity sha512-FmTtBsHskrU6FJ2VxCnsDb84wu9zhmO3cUX2kGFb5tuwhfXxGciiT0oRY+cck35QmG+NmGh5eLz6lLCpWTqwpA== - dependencies: - is-buffer "~2.0.3" - flat@^5.0.2: version "5.0.2" resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241" @@ -7331,17 +8206,17 @@ flush-write-stream@^1.0.0: inherits "^2.0.3" readable-stream "^2.3.6" -focus-lock@^0.6.7: - version "0.6.8" - resolved "https://registry.yarnpkg.com/focus-lock/-/focus-lock-0.6.8.tgz#61985fadfa92f02f2ee1d90bc738efaf7f3c9f46" - integrity sha512-vkHTluRCoq9FcsrldC0ulQHiyBYgVJB2CX53I8r0nTC6KnEij7Of0jpBspjt3/CuNb6fyoj3aOh9J2HgQUM0og== - -follow-redirects@1.5.10: - version "1.5.10" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a" - integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ== +focus-lock@^0.9.1: + version "0.9.1" + resolved "https://registry.yarnpkg.com/focus-lock/-/focus-lock-0.9.1.tgz#e8ec7d4821631112193ae09258107f531588da01" + integrity sha512-/2Nj60Cps6yOLSO+CkVbeSKfwfns5XbX6HOedIK9PdzODP04N9c3xqOcPXayN0WsT9YjJvAnXmI0NdqNIDf5Kw== dependencies: - debug "=3.1.0" + tslib "^2.0.3" + +follow-redirects@^1.10.0: + version "1.14.1" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.1.tgz#d9114ded0a1cfdd334e164e6662ad02bfd91ff43" + integrity sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg== for-in@^0.1.3: version "0.1.8" @@ -7454,7 +8329,7 @@ fs-extra@^1.0.0: jsonfile "^2.1.0" klaw "^1.0.0" -fs-extra@^4.0.2, fs-extra@^4.0.3: +fs-extra@^4.0.2: version "4.0.3" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94" integrity sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg== @@ -7481,6 +8356,16 @@ fs-extra@^8.0.1, fs-extra@^8.1.0: jsonfile "^4.0.0" universalify "^0.1.0" +fs-extra@^9.1.0: + version "9.1.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d" + integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ== + dependencies: + at-least-node "^1.0.0" + graceful-fs "^4.2.0" + jsonfile "^6.0.1" + universalify "^2.0.0" + fs-minipass@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb" @@ -7511,11 +8396,16 @@ fsevents@^1.2.3, fsevents@^1.2.7: bindings "^1.5.0" nan "^2.12.1" -fsevents@^2.1.2, fsevents@~2.1.1, fsevents@~2.1.2: +fsevents@^2.1.2: version "2.1.3" resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e" integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ== +fsevents@~2.3.1, fsevents@~2.3.2: + version "2.3.2" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" + integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== + function-bind@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" @@ -7569,6 +8459,11 @@ gensync@^1.0.0-beta.1: resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.1.tgz#58f4361ff987e5ff6e1e7a210827aa371eaac269" integrity sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg== +gensync@^1.0.0-beta.2: + version "1.0.0-beta.2" + resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" + integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== + get-caller-file@^1.0.1: version "1.0.3" resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a" @@ -7579,6 +8474,15 @@ get-caller-file@^2.0.1, get-caller-file@^2.0.5: resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== +get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6" + integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q== + dependencies: + function-bind "^1.1.1" + has "^1.0.3" + has-symbols "^1.0.1" + get-package-type@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a" @@ -7596,11 +8500,6 @@ get-stdin@^4.0.1: resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe" integrity sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4= -get-stdin@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-7.0.0.tgz#8d5de98f15171a125c5e516643c7a6d0ea8a96f6" - integrity sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ== - get-stream@^4.0.0: version "4.1.0" resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5" @@ -7665,6 +8564,13 @@ glob-parent@^5.0.0, glob-parent@~5.1.0: dependencies: is-glob "^4.0.1" +glob-parent@~5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" + integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== + dependencies: + is-glob "^4.0.1" + glob-to-regexp@^0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab" @@ -7682,10 +8588,10 @@ glob@7.0.6: once "^1.3.0" path-is-absolute "^1.0.0" -glob@7.1.3: - version "7.1.3" - resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1" - integrity sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ== +glob@7.1.7, glob@^7.0.0: + version "7.1.7" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90" + integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ== dependencies: fs.realpath "^1.0.0" inflight "^1.0.4" @@ -7705,7 +8611,7 @@ glob@^6.0.1: once "^1.3.0" path-is-absolute "^1.0.0" -glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4: +glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4: version "7.1.6" resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6" integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== @@ -7793,11 +8699,16 @@ good-listener@^1.2.2: dependencies: delegate "^3.1.2" -graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.6, graceful-fs@^4.1.9, graceful-fs@^4.2.0, graceful-fs@^4.2.2, graceful-fs@^4.2.4: +graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.6, graceful-fs@^4.1.9, graceful-fs@^4.2.0, graceful-fs@^4.2.4: version "4.2.4" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb" integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw== +graceful-fs@^4.2.2: + version "4.2.6" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee" + integrity sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ== + growl@1.10.5: version "1.10.5" resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e" @@ -7858,6 +8769,11 @@ has-ansi@^2.0.0: dependencies: ansi-regex "^2.0.0" +has-bigints@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113" + integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA== + has-flag@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f942a7b1d11fa" @@ -7878,6 +8794,11 @@ has-symbols@^1.0.0, has-symbols@^1.0.1: resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8" integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg== +has-symbols@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423" + integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw== + has-unicode@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" @@ -7999,7 +8920,7 @@ hoek@4.x.x: resolved "https://registry.yarnpkg.com/hoek/-/hoek-4.2.1.tgz#9634502aa12c445dd5a7c5734b572bb8738aacbb" integrity sha512-QLg82fGkfnJ/4iy1xZ81/9SIJiq1NGFUMGs6ParyjBZr6jW2Ufj/snDqTHixNlHdPNwN2RLVD0Pi3igeK9+JfA== -hoist-non-react-statics@3.3.2, hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.3.0: +hoist-non-react-statics@3.3.2, hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.2: version "3.3.2" resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45" integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== @@ -8055,16 +8976,16 @@ html-minifier-terser@^5.0.1: terser "^4.6.3" html-webpack-plugin@^4.0.0-beta.2: - version "4.3.0" - resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.3.0.tgz#53bf8f6d696c4637d5b656d3d9863d89ce8174fd" - integrity sha512-C0fzKN8yQoVLTelcJxZfJCE+aAvQiY2VUf3UuKrR4a9k5UMWYOtpDLsaXwATbcVCnI05hUS7L9ULQHWLZhyi3w== + version "4.5.2" + resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.5.2.tgz#76fc83fa1a0f12dd5f7da0404a54e2699666bc12" + integrity sha512-q5oYdzjKUIPQVjOosjgvCHQOv9Ett9CYYHlgvJeXG0qQvdSojnBq4vAdQBwn1+yGveAwHCoe/rMR86ozX3+c2A== dependencies: "@types/html-minifier-terser" "^5.0.0" "@types/tapable" "^1.0.5" "@types/webpack" "^4.41.8" html-minifier-terser "^5.0.1" loader-utils "^1.2.3" - lodash "^4.17.15" + lodash "^4.17.20" pretty-error "^2.1.1" tapable "^1.1.3" util.promisify "1.0.0" @@ -8103,10 +9024,10 @@ http-errors@~1.7.2: statuses ">= 1.5.0 < 2" toidentifier "1.0.0" -"http-parser-js@>=0.4.0 <0.4.11": - version "0.4.10" - resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.4.10.tgz#92c9c1374c35085f75db359ec56cc257cbb93fa4" - integrity sha1-ksnBN0w1CF912zWexWzCV8u5P6Q= +http-parser-js@>=0.5.1: + version "0.5.3" + resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.3.tgz#01d2709c79d41698bb01d4decc5e9da4e4a033d9" + integrity sha512-t7hjvef/5HEK7RWTdUzVUhl8zkEu+LlaE0IYzdMuvbSDipxBRpOn4Uhw8ZyECEa808iVT8XCjzo6xmYt4CiLZg== http-proxy-agent@^4.0.0: version "4.0.1" @@ -8131,12 +9052,12 @@ https-browserify@^1.0.0: resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73" integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM= -https-proxy-agent@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-4.0.0.tgz#702b71fb5520a132a66de1f67541d9e62154d82b" - integrity sha512-zoDhWrkR3of1l9QAL8/scJZyLu8j/gBkcwcaQOZh7Gyh/+uJQzGVETdgT30akuwkpL8HTRfssqI3BZuV18teDg== +https-proxy-agent@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz#e2a90542abb68a762e0a0850f6c9edadfd8506b2" + integrity sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA== dependencies: - agent-base "5" + agent-base "6" debug "4" human-signals@^1.1.1: @@ -8144,27 +9065,15 @@ human-signals@^1.1.1: resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3" integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== -husky@3.0.9: - version "3.0.9" - resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.9.tgz#a2c3e9829bfd6b4957509a9500d2eef5dbfc8044" - integrity sha512-Yolhupm7le2/MqC1VYLk/cNmYxsSsqKkTyBhzQHhPK1jFnC89mmmNVuGtLNabjDI6Aj8UNIr0KpRNuBkiC4+sg== - dependencies: - chalk "^2.4.2" - ci-info "^2.0.0" - cosmiconfig "^5.2.1" - execa "^1.0.0" - get-stdin "^7.0.0" - opencollective-postinstall "^2.0.2" - pkg-dir "^4.2.0" - please-upgrade-node "^3.2.0" - read-pkg "^5.2.0" - run-node "^1.0.0" - slash "^3.0.0" +husky@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/husky/-/husky-6.0.0.tgz#810f11869adf51604c32ea577edbc377d7f9319e" + integrity sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ== -i18n-js@3.7.1: - version "3.7.1" - resolved "https://registry.yarnpkg.com/i18n-js/-/i18n-js-3.7.1.tgz#c70de6a64dc0ad5d2b6273eecfac636e5ed0421a" - integrity sha512-xrRzCeda5ZC0u0yRN+dMdidtda0N+f7t7Pek0ajWb+iyKqSGdrMmuBtbNpWJWY5N4Th0cxbp/BR57zSPdrM3Rw== +i18n-js@3.8.0: + version "3.8.0" + resolved "https://registry.yarnpkg.com/i18n-js/-/i18n-js-3.8.0.tgz#b8fd6b12e1d88cb71f9806c29bca7c31c012e504" + integrity sha512-hDsGgPuvw/2P+lXSbOafAwspK8Ste8YrwuuUg17W3wEcO1JkQxBlPgsN1t2+852nTnz4YSYTjZc/1nAA2PC/nw== iconv-lite@0.4.24, iconv-lite@^0.4.17, iconv-lite@^0.4.24, iconv-lite@~0.4.13: version "0.4.24" @@ -8402,15 +9311,24 @@ internal-slot@^1.0.2: has "^1.0.3" side-channel "^1.0.2" +internal-slot@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.3.tgz#7347e307deeea2faac2ac6205d4bc7d34967f59c" + integrity sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA== + dependencies: + get-intrinsic "^1.1.0" + has "^1.0.3" + side-channel "^1.0.4" + interpret@^1.0.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.2.0.tgz#d5061a6224be58e8083985f5014d844359576296" - integrity sha512-mT34yGKMNceBQUoVn7iCDKDntA7SC6gycMAWzGx1z/CMCTV7b2AAtXlo3nRyHZ1FelRkQbQjprHSYGwzLtkVbw== + version "1.4.0" + resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e" + integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA== interpret@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/interpret/-/interpret-2.0.0.tgz#b783ffac0b8371503e9ab39561df223286aa5433" - integrity sha512-e0/LknJ8wpMMhTiWcjivB+ESwIuvHnBSlBbmP/pSb8CQJldoj1p2qv7xGZ/+BtbTziYRFSz8OsvdbiX45LtYQA== + version "2.2.0" + resolved "https://registry.yarnpkg.com/interpret/-/interpret-2.2.0.tgz#1a78a0b5965c40a5416d007ad6f50ad27c417df9" + integrity sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw== invariant@2.2.4, invariant@^2.1.0, invariant@^2.2.2, invariant@^2.2.3, invariant@^2.2.4: version "2.2.4" @@ -8481,6 +9399,11 @@ is-arrayish@^0.3.1: resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03" integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ== +is-bigint@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.2.tgz#ffb381442503235ad245ea89e45b3dbff040ee5a" + integrity sha512-0JV5+SOCQkIdzjBK9buARcV804Ddu7A0Qet6sHi3FimE9ne6m4BGQZfRn+NZiXbBk4F4XmHfDZIipLj9pX8dSA== + is-binary-path@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898" @@ -8495,21 +9418,28 @@ is-binary-path@~2.1.0: dependencies: binary-extensions "^2.0.0" +is-boolean-object@^1.1.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.1.tgz#3c0878f035cb821228d350d2e1e36719716a3de8" + integrity sha512-bXdQWkECBUIAcCkeH1unwJLIpZYaa5VvuygSyS/c2lf719mTKZDU5UdDRlpd01UjADgmW8RfqaP+mRaVPdr/Ng== + dependencies: + call-bind "^1.0.2" + is-buffer@^1.1.5: version "1.1.6" resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== -is-buffer@~2.0.3: - version "2.0.5" - resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191" - integrity sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ== - is-callable@^1.1.4, is-callable@^1.1.5: version "1.1.5" resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab" integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q== +is-callable@^1.2.3: + version "1.2.3" + resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e" + integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ== + is-ci@^1.0.10: version "1.2.1" resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c" @@ -8524,6 +9454,13 @@ is-ci@^2.0.0: dependencies: ci-info "^2.0.0" +is-core-module@^2.2.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.4.0.tgz#8e9fc8e15027b011418026e98f0e6f4d86305cc1" + integrity sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A== + dependencies: + has "^1.0.3" + is-data-descriptor@^0.1.4: version "0.1.4" resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" @@ -8678,6 +9615,16 @@ is-map@^2.0.1: resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.1.tgz#520dafc4307bb8ebc33b813de5ce7c9400d644a1" integrity sha512-T/S49scO8plUiAOA2DBTBG3JHpn1yiw0kRp6dgiZ0v2/6twi5eiB0rHtHFH9ZIrvlWc6+4O+m4zg5+Z833aXgw== +is-negative-zero@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24" + integrity sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w== + +is-number-object@^1.0.4: + version "1.0.5" + resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.5.tgz#6edfaeed7950cff19afedce9fbfca9ee6dd289eb" + integrity sha512-RU0lI/n95pMoUKu9v1BZP5MBcZuNSVJkMkAG2dJqC4z2GlkGUNeH68SuHuBKBD/XFe+LHZ+f9BKkLET60Niedw== + is-number@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/is-number/-/is-number-2.1.0.tgz#01fcbbb393463a548f2f466cce16dece49db908f" @@ -8748,6 +9695,14 @@ is-regex@^1.0.4, is-regex@^1.0.5: dependencies: has "^1.0.3" +is-regex@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.3.tgz#d029f9aff6448b93ebbe3f33dac71511fdcbef9f" + integrity sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ== + dependencies: + call-bind "^1.0.2" + has-symbols "^1.0.2" + is-root@2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/is-root/-/is-root-2.1.0.tgz#809e18129cf1129644302a4f8544035d51984a9c" @@ -8773,6 +9728,11 @@ is-string@^1.0.4, is-string@^1.0.5: resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6" integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ== +is-string@^1.0.6: + version "1.0.6" + resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.6.tgz#3fe5d5992fb0d93404f32584d4b0179a71b54a5f" + integrity sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w== + is-symbol@^1.0.2, is-symbol@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937" @@ -8785,6 +9745,11 @@ is-typedarray@^1.0.0, is-typedarray@~1.0.0: resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= +is-unicode-supported@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7" + integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw== + is-utf8@^0.2.0: version "0.2.1" resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" @@ -9832,15 +10797,15 @@ jetifier@^1.6.2: resolved "https://registry.yarnpkg.com/jetifier/-/jetifier-1.6.5.tgz#ea87324a4230bef20a9651178ecab978ee54a8cb" integrity sha512-T7yzBSu9PR+DqjYt+I0KVO1XTb1QhAfHnXV5Nd3xpbXM6Xg4e3vP60Q4qkNU8Fh6PHC2PivPUNN3rY7G2MxcDQ== -jimp@0.14.0: - version "0.14.0" - resolved "https://registry.yarnpkg.com/jimp/-/jimp-0.14.0.tgz#fde55f69bdb918c1b01ac633d89a25853af85625" - integrity sha512-8BXU+J8+SPmwwyq9ELihpSV4dWPTiOKBWCEgtkbnxxAVMjXdf3yGmyaLSshBfXc8sP/JQ9OZj5R8nZzz2wPXgA== +jimp@^0.16.1: + version "0.16.1" + resolved "https://registry.yarnpkg.com/jimp/-/jimp-0.16.1.tgz#192f851a30e5ca11112a3d0aa53137659a78ca7a" + integrity sha512-+EKVxbR36Td7Hfd23wKGIeEyHbxShZDX6L8uJkgVW3ESA9GiTEPK08tG1XI2r/0w5Ch0HyJF5kPqF9K7EmGjaw== dependencies: "@babel/runtime" "^7.7.2" - "@jimp/custom" "^0.14.0" - "@jimp/plugins" "^0.14.0" - "@jimp/types" "^0.14.0" + "@jimp/custom" "^0.16.1" + "@jimp/plugins" "^0.16.1" + "@jimp/types" "^0.16.1" regenerator-runtime "^0.13.3" joi@^7.0.1: @@ -9853,15 +10818,15 @@ joi@^7.0.1: moment "2.x.x" topo "2.x.x" -jpeg-js@^0.4.0: - version "0.4.1" - resolved "https://registry.yarnpkg.com/jpeg-js/-/jpeg-js-0.4.1.tgz#937a3ae911eb6427f151760f8123f04c8bfe6ef7" - integrity sha512-jA55yJiB5tCXEddos8JBbvW+IMrqY0y1tjjx9KNVtA+QPmu7ND5j0zkKopClpUTsaETL135uOM2XfcYG4XRjmw== +jpeg-js@0.4.2: + version "0.4.2" + resolved "https://registry.yarnpkg.com/jpeg-js/-/jpeg-js-0.4.2.tgz#8b345b1ae4abde64c2da2fe67ea216a114ac279d" + integrity sha512-+az2gi/hvex7eLTMTlbRLOhH6P6WFdk2ITI8HJsaH2VqYO0I594zXSYEP+tf4FW+8Cy68ScDXoAsQdyQanv3sw== -js-base64@2.5.2: - version "2.5.2" - resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.5.2.tgz#313b6274dda718f714d00b3330bbae6e38e90209" - integrity sha512-Vg8czh0Q7sFBSUMWWArX/miJeBWYBPpdU/3M/DKSaekLMqrqVPaedp+5mZhie/r0lgrcaYBfwXatEew6gwgiQQ== +js-base64@3.6.1: + version "3.6.1" + resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-3.6.1.tgz#555aae398b74694b4037af1f8a5a6209d170efbe" + integrity sha512-Frdq2+tRRGLQUIQOgsIGSCd1VePCS2fsddTG5dTCqR0JHgltXWfsxnY0gIXPoMeRmdom6Oyq+UMOFg5suduOjQ== js-sha256@^0.9.0: version "0.9.0" @@ -9878,7 +10843,22 @@ js-tokens@^3.0.2: resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b" integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls= -js-yaml@3.13.1, js-yaml@^3.13.1, js-yaml@^3.7.0: +js-yaml@3.14.1: + version "3.14.1" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537" + integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== + dependencies: + argparse "^1.0.7" + esprima "^4.0.0" + +js-yaml@4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602" + integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== + dependencies: + argparse "^2.0.1" + +js-yaml@^3.13.1, js-yaml@^3.7.0: version "3.13.1" resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847" integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw== @@ -10024,7 +11004,14 @@ json5@^1.0.1: dependencies: minimist "^1.2.0" -json5@^2.1.1, json5@^2.1.2: +json5@^2.1.1: + version "2.2.0" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3" + integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA== + dependencies: + minimist "^1.2.5" + +json5@^2.1.2: version "2.1.3" resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.3.tgz#c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43" integrity sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA== @@ -10045,6 +11032,15 @@ jsonfile@^4.0.0: optionalDependencies: graceful-fs "^4.1.6" +jsonfile@^6.0.1: + version "6.1.0" + resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae" + integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== + dependencies: + universalify "^2.0.0" + optionalDependencies: + graceful-fs "^4.1.6" + jsonify@~0.0.0: version "0.0.0" resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73" @@ -10166,13 +11162,6 @@ leven@^3.1.0: resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2" integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A== -levenary@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/levenary/-/levenary-1.1.1.tgz#842a9ee98d2075aa7faeedbe32679e9205f46f77" - integrity sha512-mkAdOIt79FD6irqjYSs4rdbnlT5vRonMEvBVPVb3XmevfS8kgRXwfes0dhPdEtzTWD/1eNE/Bm/G1iRt6DcnQQ== - dependencies: - leven "^3.1.0" - levn@^0.3.0, levn@~0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee" @@ -10286,6 +11275,18 @@ locate-path@^5.0.0: dependencies: p-locate "^4.1.0" +locate-path@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286" + integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw== + dependencies: + p-locate "^5.0.0" + +lodash._reinterpolate@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d" + integrity sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0= + lodash.assign@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/lodash.assign/-/lodash.assign-4.2.0.tgz#0d99f3ccd7a6d261d19bdaeb9245005d285808e7" @@ -10296,6 +11297,11 @@ lodash.debounce@^4.0.8: resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168= +lodash.frompairs@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/lodash.frompairs/-/lodash.frompairs-4.0.1.tgz#bc4e5207fa2757c136e573614e9664506b2b1bd2" + integrity sha1-vE5SB/onV8E25XNhTpZkUGsrG9I= + lodash.includes@^4.3.0: version "4.3.0" resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f" @@ -10311,42 +11317,73 @@ lodash.isplainobject@^4.0.6: resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs= +lodash.isstring@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451" + integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE= + lodash.memoize@^4.1.2: version "4.1.2" resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4= +lodash.omit@^4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/lodash.omit/-/lodash.omit-4.5.0.tgz#6eb19ae5a1ee1dd9df0b969e66ce0b7fa30b5e60" + integrity sha1-brGa5aHuHdnfC5aeZs4Lf6MLXmA= + +lodash.pick@^4.4.0: + version "4.4.0" + resolved "https://registry.yarnpkg.com/lodash.pick/-/lodash.pick-4.4.0.tgz#52f05610fff9ded422611441ed1fc123a03001b3" + integrity sha1-UvBWEP/53tQiYRRB7R/BI6AwAbM= + lodash.sortby@^4.7.0: version "4.7.0" resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg= +lodash.template@^4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.5.0.tgz#f976195cf3f347d0d5f52483569fe8031ccce8ab" + integrity sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A== + dependencies: + lodash._reinterpolate "^3.0.0" + lodash.templatesettings "^4.0.0" + +lodash.templatesettings@^4.0.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz#e481310f049d3cf6d47e912ad09313b154f0fb33" + integrity sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ== + dependencies: + lodash._reinterpolate "^3.0.0" + lodash.throttle@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4" integrity sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ= -lodash@4.17.20, lodash@^4.0.0: - version "4.17.20" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52" - integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== - -lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.4, lodash@^4.3.0, lodash@^4.5.0: - version "4.17.15" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" - integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== - -lodash@^4.17.5: +lodash@4.17.21, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.20, lodash@^4.17.5: version "4.17.21" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== -log-symbols@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-3.0.0.tgz#f3a08516a5dea893336a7dee14d18a1cfdab77c4" - integrity sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ== +lodash@^4.0.0: + version "4.17.20" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52" + integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== + +lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.4, lodash@^4.3.0, lodash@^4.5.0: + version "4.17.15" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" + integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== + +log-symbols@4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503" + integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg== dependencies: - chalk "^2.4.2" + chalk "^4.1.0" + is-unicode-supported "^0.1.0" log-symbols@^2.2.0: version "2.2.0" @@ -10426,6 +11463,13 @@ lru-cache@^5.1.1: dependencies: yallist "^3.0.2" +lru-cache@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" + integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== + dependencies: + yallist "^4.0.0" + make-dir@^2.0.0, make-dir@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5" @@ -10516,7 +11560,7 @@ media-typer@0.3.0: resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= -mem@^4.0.0, mem@^4.3.0: +mem@^4.0.0: version "4.3.0" resolved "https://registry.yarnpkg.com/mem/-/mem-4.3.0.tgz#461af497bc4ae09608cdb2e60eefb69bff744178" integrity sha512-qX2bG48pTqYRVmDB37rn/6PT7LcR8T7oAX3bf99u1Tt1nzxYfxkgqDwUwolPlXweM0XzBOBFzSx4kfp7KP1s/w== @@ -11125,58 +12169,54 @@ mixin-object@^2.0.1: for-in "^0.1.3" is-extendable "^0.1.1" -mkdirp@0.5.5, mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@~0.5.1: +mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@~0.5.1: version "0.5.5" resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def" integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== dependencies: minimist "^1.2.5" -mocha@7.1.2: - version "7.1.2" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-7.1.2.tgz#8e40d198acf91a52ace122cd7599c9ab857b29e6" - integrity sha512-o96kdRKMKI3E8U0bjnfqW4QMk12MwZ4mhdBTf+B5a1q9+aq2HRnj+3ZdJu0B/ZhJeK78MgYuv6L8d/rA5AeBJA== +mocha@9.0.1: + version "9.0.1" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-9.0.1.tgz#01e66b7af0012330c0a38c4b6eaa6d92b8a81bf9" + integrity sha512-9zwsavlRO+5csZu6iRtl3GHImAbhERoDsZwdRkdJ/bE+eVplmoxNKE901ZJ9LdSchYBjSCPbjKc5XvcAri2ylw== dependencies: - ansi-colors "3.2.3" + "@ungap/promise-all-settled" "1.1.2" + ansi-colors "4.1.1" browser-stdout "1.3.1" - chokidar "3.3.0" - debug "3.2.6" - diff "3.5.0" - escape-string-regexp "1.0.5" - find-up "3.0.0" - glob "7.1.3" + chokidar "3.5.1" + debug "4.3.1" + diff "5.0.0" + escape-string-regexp "4.0.0" + find-up "5.0.0" + glob "7.1.7" growl "1.10.5" he "1.2.0" - js-yaml "3.13.1" - log-symbols "3.0.0" + js-yaml "4.1.0" + log-symbols "4.1.0" minimatch "3.0.4" - mkdirp "0.5.5" - ms "2.1.1" - node-environment-flags "1.0.6" - object.assign "4.1.0" - strip-json-comments "2.0.1" - supports-color "6.0.0" - which "1.3.1" + ms "2.1.3" + nanoid "3.1.23" + serialize-javascript "5.0.1" + strip-json-comments "3.1.1" + supports-color "8.1.1" + which "2.0.2" wide-align "1.1.3" - yargs "13.3.2" - yargs-parser "13.1.2" - yargs-unparser "1.6.0" + workerpool "6.1.4" + yargs "16.2.0" + yargs-parser "20.2.4" + yargs-unparser "2.0.0" -moment@2.27.0: - version "2.27.0" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.27.0.tgz#8bff4e3e26a236220dfe3e36de756b6ebaa0105d" - integrity sha512-al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ== +moment@2.29.1, moment@^2.19.3, moment@^2.24.0: + version "2.29.1" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3" + integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ== moment@2.x.x: version "2.26.0" resolved "https://registry.yarnpkg.com/moment/-/moment-2.26.0.tgz#5e1f82c6bafca6e83e808b30c8705eed0dcbd39a" integrity sha512-oIixUO+OamkUkwjhAVE18rAMfRJNsNe/Stid/gwHSOfHrOtw9EhAY2AHvdKZ/k/MggcYELFCJz/Sn2pL8b8JMw== -moment@^2.19.3, moment@^2.24.0: - version "2.29.1" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3" - integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ== - move-concurrently@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92" @@ -11199,11 +12239,16 @@ ms@2.1.1: resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a" integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg== -ms@^2.1.1: +ms@2.1.2, ms@^2.1.1: version "2.1.2" resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== +ms@2.1.3: + version "2.1.3" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" + integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== + mute-stream@0.0.7: version "0.0.7" resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab" @@ -11233,10 +12278,10 @@ nan@^2.14.0: resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.2.tgz#f5376400695168f4cc694ac9393d0c9585eeea19" integrity sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ== -nanoid@^3.1.9: - version "3.1.10" - resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.10.tgz#69a8a52b77892de0d11cede96bc9762852145bc4" - integrity sha512-iZFMXKeXWkxzlfmMfM91gw7YhN2sdJtixY+eZh9V6QWJWTOiurhpKhBMgr82pfzgSqglQgqYSCowEYsz8D++6w== +nanoid@3.1.23, nanoid@^3.1.15: + version "3.1.23" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.23.tgz#f744086ce7c2bc47ee0a8472574d5c78e4183a81" + integrity sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw== nanomatch@^1.2.9: version "1.2.13" @@ -11293,14 +12338,6 @@ nocache@^2.1.0: resolved "https://registry.yarnpkg.com/nocache/-/nocache-2.1.0.tgz#120c9ffec43b5729b1d5de88cd71aa75a0ba491f" integrity sha512-0L9FvHG3nfnnmaEQPjT9xhfN4ISk0A8/2j4M37Np4mcDesJjHgEUfgPhdCyZuFI954tjokaIj/A3NdpFNdEh4Q== -node-environment-flags@1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/node-environment-flags/-/node-environment-flags-1.0.6.tgz#a30ac13621f6f7d674260a54dede048c3982c088" - integrity sha512-5Evy2epuL+6TM0lCQGpFIj6KwiEsGh1SrHUhTbNX+sLbBtjidPZFAnVK9y5yU1+h//RitLbRHTIMyxQPtxMdHw== - dependencies: - object.getownpropertydescriptors "^2.0.3" - semver "^5.7.0" - node-fetch@^1.0.1: version "1.7.3" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef" @@ -11314,6 +12351,11 @@ node-fetch@^2.2.0, node-fetch@^2.6.0: resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd" integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA== +node-fetch@^2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" + integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw== + node-int64@^0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b" @@ -11375,7 +12417,12 @@ node-notifier@^6.0.0: shellwords "^0.1.1" which "^1.3.1" -node-releases@^1.1.29, node-releases@^1.1.53: +node-releases@^1.1.29, node-releases@^1.1.71: + version "1.1.73" + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.73.tgz#dd4e81ddd5277ff846b80b52bb40c49edf7a7b20" + integrity sha512-uW7fodD6pyW2FZNZnp/Z3hvWKeEW1Y8R1+1CnErE8cXFXzl5blBOoVB41CvMer6P6Q0S5FXDwcHgFd1Wj0U9zg== + +node-releases@^1.1.53: version "1.1.56" resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.56.tgz#bc054a417d316e3adac90eafb7e1932802f28705" integrity sha512-EVo605FhWLygH8a64TjgpjyHYOihkxECwX1bHHr8tETJKWEiWS2YJjPbvsX2jFjnjTNEgBCmk9mLjKG1Mf11cw== @@ -11520,18 +12567,23 @@ object-copy@^0.1.0: define-property "^0.2.5" kind-of "^3.0.3" +object-inspect@^1.10.3, object-inspect@^1.9.0: + version "1.10.3" + resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.3.tgz#c2aa7d2d09f50c99375704f7a0adf24c5782d369" + integrity sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw== + object-inspect@^1.7.0: version "1.7.0" resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67" integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw== object-is@^1.0.1: - version "1.1.2" - resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.2.tgz#c5d2e87ff9e119f78b7a088441519e2eec1573b6" - integrity sha512-5lHCz+0uufF6wZ7CRFWJN3hp8Jqblpgve06U5CMQ3f//6iDjPr2PEo9MWCjEssDsa+UZEL4PkFpr+BMop6aKzQ== + version "1.1.5" + resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac" + integrity sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw== dependencies: + call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.17.5" object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1: version "1.1.1" @@ -11545,7 +12597,7 @@ object-visit@^1.0.0: dependencies: isobject "^3.0.0" -object.assign@4.1.0, object.assign@^4.1.0: +object.assign@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da" integrity sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w== @@ -11555,7 +12607,17 @@ object.assign@4.1.0, object.assign@^4.1.0: has-symbols "^1.0.0" object-keys "^1.0.11" -object.entries@^1.1.0, object.entries@^1.1.1, object.entries@^1.1.2: +object.assign@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940" + integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ== + dependencies: + call-bind "^1.0.0" + define-properties "^1.1.3" + has-symbols "^1.0.1" + object-keys "^1.1.1" + +object.entries@^1.1.0, object.entries@^1.1.1: version "1.1.2" resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.2.tgz#bc73f00acb6b6bb16c203434b10f9a7e797d3add" integrity sha512-BQdB9qKmb/HyNdMNWVr7O3+z5MUIx3aiegEIJqjMBbBf0YT9RRxTJSim4mzFqtyr7PDAHigq0N9dO0m0tRakQA== @@ -11564,7 +12626,16 @@ object.entries@^1.1.0, object.entries@^1.1.1, object.entries@^1.1.2: es-abstract "^1.17.5" has "^1.0.3" -"object.fromentries@^2.0.0 || ^1.0.0", object.fromentries@^2.0.2: +object.entries@^1.1.2: + version "1.1.4" + resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.4.tgz#43ccf9a50bc5fd5b649d45ab1a579f24e088cafd" + integrity sha512-h4LWKWE+wKQGhtMjZEBud7uLGhqyLwj8fpHOarZhD2uY3C9cRtk57VQ89ke3moByLXMedqs3XCHzyb4AmA2DjA== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + es-abstract "^1.18.2" + +"object.fromentries@^2.0.0 || ^1.0.0": version "2.0.2" resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.2.tgz#4a09c9b9bb3843dd0f89acdb517a794d4f355ac9" integrity sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ== @@ -11574,6 +12645,16 @@ object.entries@^1.1.0, object.entries@^1.1.1, object.entries@^1.1.2: function-bind "^1.1.1" has "^1.0.3" +object.fromentries@^2.0.2: + version "2.0.4" + resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.4.tgz#26e1ba5c4571c5c6f0890cef4473066456a120b8" + integrity sha512-EsFBshs5RUUpQEY1D4q/m59kMfz4YJvxuNCJcv/jWwOJr34EaVnG11ZrZa0UHB3wnzV1wx8m58T4hQL8IuNXlQ== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + es-abstract "^1.18.0-next.2" + has "^1.0.3" + object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz#369bf1f9592d8ab89d712dced5cb81c7c5352649" @@ -11597,7 +12678,7 @@ object.pick@^1.3.0: dependencies: isobject "^3.0.1" -object.values@^1.1.0, object.values@^1.1.1: +object.values@^1.1.0: version "1.1.1" resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e" integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA== @@ -11607,6 +12688,15 @@ object.values@^1.1.0, object.values@^1.1.1: function-bind "^1.1.1" has "^1.0.3" +object.values@^1.1.1: + version "1.1.4" + resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30" + integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + es-abstract "^1.18.2" + omggif@^1.0.10, omggif@^1.0.9: version "1.0.10" resolved "https://registry.yarnpkg.com/omggif/-/omggif-1.0.10.tgz#ddaaf90d4a42f532e9e7cb3a95ecdd47f17c7b19" @@ -11652,10 +12742,10 @@ open@^6.2.0, open@^6.3.0: dependencies: is-wsl "^1.1.0" -open@^7.0.0: - version "7.0.4" - resolved "https://registry.yarnpkg.com/open/-/open-7.0.4.tgz#c28a9d315e5c98340bf979fdcb2e58664aa10d83" - integrity sha512-brSA+/yq+b08Hsr4c8fsEW2CRzk1BmfN3SAK/5VCHQ9bdoZJ4qa/+AfR0xHjlbbZUyPkUHs1b8x1RqdyZdkVqQ== +open@^7.0.0, open@^7.4.2: + version "7.4.2" + resolved "https://registry.yarnpkg.com/open/-/open-7.4.2.tgz#b8147e26dcf3e426316c730089fd71edd29c2321" + integrity sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q== dependencies: is-docker "^2.0.0" is-wsl "^2.1.1" @@ -11665,11 +12755,6 @@ opencollective-postinstall@^2.0.1: resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.3.tgz#7a0fff978f6dbfa4d006238fbac98ed4198c3259" integrity sha512-8AV/sCtuzUeTo8gQK5qDZzARrulB3egtLzFgteqB2tcT4Mw7B8Kt7JcDHmltjz6FOAHsvTevk70gZEbhM4ZS9Q== -opencollective-postinstall@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89" - integrity sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw== - optionator@^0.8.1, optionator@^0.8.3: version "0.8.3" resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495" @@ -11784,6 +12869,13 @@ p-limit@^2.0.0, p-limit@^2.2.0, p-limit@^2.3.0: dependencies: p-try "^2.0.0" +p-limit@^3.0.2: + version "3.1.0" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b" + integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== + dependencies: + yocto-queue "^0.1.0" + p-locate@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43" @@ -11805,6 +12897,13 @@ p-locate@^4.1.0: dependencies: p-limit "^2.2.0" +p-locate@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834" + integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw== + dependencies: + p-limit "^3.0.2" + p-map@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/p-map/-/p-map-3.0.0.tgz#d704d9af8a2ba684e2600d9a215983d4141a979d" @@ -11976,19 +13075,20 @@ pascalcase@^0.1.1: resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= -patch-package@6.2.2: - version "6.2.2" - resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-6.2.2.tgz#71d170d650c65c26556f0d0fbbb48d92b6cc5f39" - integrity sha512-YqScVYkVcClUY0v8fF0kWOjDYopzIM8e3bj/RU1DPeEF14+dCGm6UeOYm4jvCyxqIEQ5/eJzmbWfDWnUleFNMg== +patch-package@6.4.7: + version "6.4.7" + resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-6.4.7.tgz#2282d53c397909a0d9ef92dae3fdeb558382b148" + integrity sha512-S0vh/ZEafZ17hbhgqdnpunKDfzHQibQizx9g8yEf5dcVk3KOflOfdufRXQX8CSEkyOQwuM/bNz1GwKvFj54kaQ== dependencies: "@yarnpkg/lockfile" "^1.1.0" chalk "^2.4.2" cross-spawn "^6.0.5" - find-yarn-workspace-root "^1.2.1" + find-yarn-workspace-root "^2.0.0" fs-extra "^7.0.1" is-ci "^2.0.0" klaw-sync "^6.0.0" minimist "^1.2.0" + open "^7.4.2" rimraf "^2.6.3" semver "^5.6.0" slash "^2.0.0" @@ -12174,13 +13274,6 @@ pkg-up@2.0.0, pkg-up@^2.0.0: dependencies: find-up "^2.1.0" -please-upgrade-node@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz#aeddd3f994c933e4ad98b99d9a556efa0e2fe942" - integrity sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg== - dependencies: - semver-compare "^1.0.0" - plist@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/plist/-/plist-3.0.1.tgz#a9b931d17c304e8912ef0ba3bdd6182baf2e1f8c" @@ -12243,9 +13336,9 @@ postcss-flexbugs-fixes@^4.1.0: postcss "^7.0.26" postcss-load-config@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-2.1.0.tgz#c84d692b7bb7b41ddced94ee62e8ab31b417b003" - integrity sha512-4pV3JJVPLd5+RueiVVB+gFOAa7GWc25XQcMp86Zexzke69mKf6Nx9LRcQywdz7yZI9n1udOxmLuAwTBypypF8Q== + version "2.1.2" + resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-2.1.2.tgz#c5ea504f2c4aef33c7359a34de3573772ad7502a" + integrity sha512-/rDeGV6vMUo3mwJZmeHfEDvwnTKKqQ0S7OHUi/kJvvtx3aWtyWG2/0ZWnzCt2keEclwN6Tf0DST2v9kITdOKYw== dependencies: cosmiconfig "^5.0.0" import-cwd "^2.0.0" @@ -12307,12 +13400,21 @@ postcss-value-parser@^3.3.0: resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281" integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== -postcss-value-parser@^4.0.0, postcss-value-parser@^4.0.3, postcss-value-parser@^4.1.0: +postcss-value-parser@^4.0.0, postcss-value-parser@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb" integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== -postcss@^7.0.0, postcss@^7.0.14, postcss@^7.0.16, postcss@^7.0.26, postcss@^7.0.27, postcss@^7.0.30, postcss@^7.0.5, postcss@^7.0.6: +postcss@^7.0.0, postcss@^7.0.32: + version "7.0.36" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.36.tgz#056f8cffa939662a8f5905950c07d5285644dfcb" + integrity sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw== + dependencies: + chalk "^2.4.2" + source-map "^0.6.1" + supports-color "^6.1.0" + +postcss@^7.0.14, postcss@^7.0.16, postcss@^7.0.26, postcss@^7.0.5, postcss@^7.0.6: version "7.0.30" resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.30.tgz#cc9378beffe46a02cbc4506a0477d05fcea9a8e2" integrity sha512-nu/0m+NtIzoubO+xdAlwZl/u5S5vi/y6BCsoL8D+8IxsD3XvBS8X4YEADNIVXKVuQvduiucnRv+vPIqj56EGMQ== @@ -12336,10 +13438,10 @@ preserve@^0.2.0: resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b" integrity sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks= -pretty-bytes@^5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.3.0.tgz#f2849e27db79fb4d6cfe24764fc4134f165989f2" - integrity sha512-hjGrh+P926p4R4WbaB6OckyRtO0F0/lQBiT+0gnxjV+5kjPBrfVBFCsCLbMqVQeydvIoouYTCmmEURiH3R1Bdg== +pretty-bytes@5.6.0: + version "5.6.0" + resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb" + integrity sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg== pretty-error@^2.1.1: version "2.1.1" @@ -12383,9 +13485,9 @@ pretty-hrtime@^1.0.3: integrity sha1-t+PqQkNaTJsnWdmeDyAesZWALuE= prismjs@^1.8.4: - version "1.20.0" - resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.20.0.tgz#9b685fc480a3514ee7198eac6a3bf5024319ff03" - integrity sha512-AEDjSrVNkynnw6A+B1DsFkd6AVdTnp+/WoUixFRULlCLZVRZlVQMVWio/16jv7G1FscUxQxOQhWwApgbnxr6kQ== + version "1.23.0" + resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.23.0.tgz#d3b3967f7d72440690497652a9d40ff046067f33" + integrity sha512-c29LVsqOaLbBHuIbsTxaKENh1N2EQBOHaWv7gkHN4dgRbxSREqDnDbtFJYdpPauS4YCplMSNCABQ6Eeor69bAA== optionalDependencies: clipboard "^2.0.0" @@ -12465,14 +13567,6 @@ promise@^8.0.3: dependencies: asap "~2.0.6" -prompts@2.3.2, prompts@^2.0.1: - version "2.3.2" - resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.3.2.tgz#480572d89ecf39566d2bd3fe2c9fccb7c4c0b068" - integrity sha512-Q06uKs2CkNYVID0VqwfAl9mipo99zkBv/n2JtWY89Yxa3ZabWSrs0e2KTudKVa3peLUvYXMefDqIleLPVUBZMA== - dependencies: - kleur "^3.0.3" - sisteransi "^1.0.4" - prompts@^0.1.9: version "0.1.14" resolved "https://registry.yarnpkg.com/prompts/-/prompts-0.1.14.tgz#a8e15c612c5c9ec8f8111847df3337c9cbd443b2" @@ -12481,6 +13575,14 @@ prompts@^0.1.9: kleur "^2.0.1" sisteransi "^0.1.1" +prompts@^2.0.1: + version "2.3.2" + resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.3.2.tgz#480572d89ecf39566d2bd3fe2c9fccb7c4c0b068" + integrity sha512-Q06uKs2CkNYVID0VqwfAl9mipo99zkBv/n2JtWY89Yxa3ZabWSrs0e2KTudKVa3peLUvYXMefDqIleLPVUBZMA== + dependencies: + kleur "^3.0.3" + sisteransi "^1.0.4" + prop-types@15.7.2, prop-types@^15.5.10, prop-types@^15.5.6, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2: version "15.7.2" resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5" @@ -12619,12 +13721,13 @@ query-string@^5.0.1: object-assign "^4.1.0" strict-uri-encode "^1.0.0" -query-string@^6.13.1: - version "6.13.1" - resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.13.1.tgz#d913ccfce3b4b3a713989fe6d39466d92e71ccad" - integrity sha512-RfoButmcK+yCta1+FuU8REvisx1oEzhMKwhLUNcepQTPGcNMp1sIqjnfCtfnvGSQZQEhaBHvccujtWoUV3TTbA== +query-string@^6.13.6: + version "6.14.1" + resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.14.1.tgz#7ac2dca46da7f309449ba0f86b1fd28255b0c86a" + integrity sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw== dependencies: decode-uri-component "^0.2.0" + filter-obj "^1.1.0" split-on-first "^1.0.0" strict-uri-encode "^2.0.0" @@ -12667,7 +13770,7 @@ randomatic@^3.0.0: kind-of "^6.0.0" math-random "^1.0.1" -randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5: +randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5, randombytes@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a" integrity sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== @@ -12716,11 +13819,11 @@ rc@^1.2.8: strip-json-comments "~2.0.1" react-clientside-effect@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/react-clientside-effect/-/react-clientside-effect-1.2.2.tgz#6212fb0e07b204e714581dd51992603d1accc837" - integrity sha512-nRmoyxeok5PBO6ytPvSjKp9xwXg9xagoTK1mMjwnQxqM9Hd7MNPl+LS1bOSOe+CV2+4fnEquc7H/S8QD3q697A== + version "1.2.5" + resolved "https://registry.yarnpkg.com/react-clientside-effect/-/react-clientside-effect-1.2.5.tgz#e2c4dc3c9ee109f642fac4f5b6e9bf5bcd2219a3" + integrity sha512-2bL8qFW1TGBHozGGbVeyvnggRpMjibeZM2536AKNENLECutp2yfs44IL8Hmpn8qjFQ2K7A9PnYf3vc7aQq/cPA== dependencies: - "@babel/runtime" "^7.0.0" + "@babel/runtime" "^7.12.13" react-dev-utils@^9.0.0: version "9.1.0" @@ -12761,7 +13864,7 @@ react-devtools-core@^4.6.0: shell-quote "^1.6.1" ws "^7" -react-dom@16.13.1, react-dom@^16.8.3: +react-dom@16.13.1: version "16.13.1" resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.13.1.tgz#c1bd37331a0486c078ee54c4740720993b2e0e7f" integrity sha512-81PIMmVLnCNLO/fFOQxdQkvEq/+Hfpv24XNJfpyZhTRfO0QcmQIF/PgCa1zCOj2w1hrn12MFLyaJ/G0+Mxtfag== @@ -12771,45 +13874,55 @@ react-dom@16.13.1, react-dom@^16.8.3: prop-types "^15.6.2" scheduler "^0.19.1" +react-dom@^16.8.3: + version "16.14.0" + resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14.0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89" + integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw== + dependencies: + loose-envify "^1.1.0" + object-assign "^4.1.1" + prop-types "^15.6.2" + scheduler "^0.19.1" + react-draggable@^4.0.3: - version "4.4.2" - resolved "https://registry.yarnpkg.com/react-draggable/-/react-draggable-4.4.2.tgz#f3cefecee25f467f865144cda0d066e5f05f94a0" - integrity sha512-zLQs4R4bnBCGnCVTZiD8hPsHtkiJxgMpGDlRESM+EHQo8ysXhKJ2GKdJ8UxxLJdRVceX1j19jy+hQS2wHislPQ== + version "4.4.3" + resolved "https://registry.yarnpkg.com/react-draggable/-/react-draggable-4.4.3.tgz#0727f2cae5813e36b0e4962bf11b2f9ef2b406f3" + integrity sha512-jV4TE59MBuWm7gb6Ns3Q1mxX8Azffb7oTtDtBgFkxRvhDp38YAARmRplrj0+XGkhOJB5XziArX+4HUUABtyZ0w== dependencies: classnames "^2.2.5" prop-types "^15.6.0" react-error-overlay@^6.0.3: - version "6.0.7" - resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.7.tgz#1dcfb459ab671d53f660a991513cb2f0a0553108" - integrity sha512-TAv1KJFh3RhqxNvhzxj6LeT5NWklP6rDr2a0jaTfsZ5wSZWHOGeqQyejUp3xxLfPt2UpyJEcVQB/zyPcmonNFA== + version "6.0.9" + resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.9.tgz#3c743010c9359608c375ecd6bc76f35d93995b0a" + integrity sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew== -react-fast-compare@^3.0.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.1.1.tgz#0becf31e3812fa70dc231e259f40d892d4767900" - integrity sha512-SCsAORWK59BvauR2L1BTdjQbJcSGJJz03U0awektk2hshLKrITDDFTlgGCqIZpTDlPC/NFlZee6xTMzXPVLiHw== +react-fast-compare@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.0.tgz#641a9da81b6a6320f270e89724fb45a0b39e43bb" + integrity sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA== react-focus-lock@^2.1.0: - version "2.3.1" - resolved "https://registry.yarnpkg.com/react-focus-lock/-/react-focus-lock-2.3.1.tgz#9d5d85899773609c7eefa4fc54fff6a0f5f2fc47" - integrity sha512-j15cWLPzH0gOmRrUg01C09Peu8qbcdVqr6Bjyfxj80cNZmH+idk/bNBYEDSmkAtwkXI+xEYWSmHYqtaQhZ8iUQ== + version "2.5.1" + resolved "https://registry.yarnpkg.com/react-focus-lock/-/react-focus-lock-2.5.1.tgz#e2060c5d7b02c62d79c4f103d0fc5a1288bc8f75" + integrity sha512-gOToRZKVEymGEjFaTRUKgJsdYQrNosoiK7yZnXnnd8bYew4vMzk3Rxb0Q4nyrGwsFuUmgQiSAulQirA0J+v4hA== dependencies: "@babel/runtime" "^7.0.0" - focus-lock "^0.6.7" + focus-lock "^0.9.1" prop-types "^15.6.2" react-clientside-effect "^1.2.2" use-callback-ref "^1.2.1" use-sidecar "^1.0.1" react-helmet-async@^1.0.2: - version "1.0.6" - resolved "https://registry.yarnpkg.com/react-helmet-async/-/react-helmet-async-1.0.6.tgz#11c15c74e79b3f66670c73779bef3e0e352b1d4e" - integrity sha512-t+bhAI4NgxfEv8ez4r77cLfR4O4Z55E/FH2DT+uiE4U7yfWgAk7OAOi7IxHxuYEVLI26bqjZvlVCkpC5/5AoNA== + version "1.0.9" + resolved "https://registry.yarnpkg.com/react-helmet-async/-/react-helmet-async-1.0.9.tgz#5b9ed2059de6b4aab47f769532f9fbcbce16c5ca" + integrity sha512-N+iUlo9WR3/u9qGMmP4jiYfaD6pe9IvDTapZLFJz2D3xlTlCM1Bzy4Ab3g72Nbajo/0ZyW+W9hdz8Hbe4l97pQ== dependencies: - "@babel/runtime" "^7.9.2" + "@babel/runtime" "^7.12.5" invariant "^2.2.4" prop-types "^15.7.2" - react-fast-compare "^3.0.1" + react-fast-compare "^3.2.0" shallowequal "^1.1.0" react-hotkeys@2.0.0: @@ -12819,7 +13932,7 @@ react-hotkeys@2.0.0: dependencies: prop-types "^15.6.1" -react-is@^16.12.0, react-is@^16.13.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6, react-is@^16.9.0: +react-is@^16.12.0, react-is@^16.13.0, react-is@^16.13.1, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6: version "16.13.1" resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== @@ -12845,19 +13958,19 @@ react-native-appearance@0.3.4: invariant "^2.2.4" use-subscription "^1.0.0" -react-native-background-timer@2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/react-native-background-timer/-/react-native-background-timer-2.2.0.tgz#ff82d30899209b924983cc00e6ce174b8de5054a" - integrity sha512-Y7N6diSFko/FCJPMmB0PoBlmY1kEcma7qDVwn8t7zi12GLqpe/Vwls97onkSD8/QL+BR33BygUHOrLTPwgeKfg== +react-native-background-timer@2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/react-native-background-timer/-/react-native-background-timer-2.4.1.tgz#a3bc1cafa8c1e3aeefd0611de120298b67978a0f" + integrity sha512-TE4Kiy7jUyv+hugxDxitzu38sW1NqjCk4uE5IgU2WevLv7sZacaBc6PZKOShNRPGirLl1NWkaG3LDEkdb9Um5g== -react-native-bootsplash@2.2.5: - version "2.2.5" - resolved "https://registry.yarnpkg.com/react-native-bootsplash/-/react-native-bootsplash-2.2.5.tgz#b60763a4b71f37ed0f40f520a6782194d8663277" - integrity sha512-WCiHxszJ7FSFPzMgnAJNRrAE/8rDh7jhmoU+bzmk2z4VfqTOpmXkdgjb6sNaGsVHmp6b4Rh0bwlfYopOGw6J4A== +react-native-bootsplash@3.2.4: + version "3.2.4" + resolved "https://registry.yarnpkg.com/react-native-bootsplash/-/react-native-bootsplash-3.2.4.tgz#73d3b38606ddc7e1d489012f007c1fbd26fc68d1" + integrity sha512-xilF68y/UmypcFuEvt/QYuP03YklbIxp+42DWcU+M0wTVko+oswy+yboTh4JB5YN7zRGpqhbSGnIeIkx0xd98Q== dependencies: - chalk "4.1.0" - jimp "0.14.0" - prompts "2.3.2" + chalk "^4.1.0" + fs-extra "^9.1.0" + jimp "^0.16.1" react-native-color@0.0.10: version "0.0.10" @@ -12873,20 +13986,20 @@ react-native-config-reader@^4.1.1: resolved "https://registry.yarnpkg.com/react-native-config-reader/-/react-native-config-reader-4.1.1.tgz#478b69e32adcc2e9a14f6ef5fa2cbbe012b9a27e" integrity sha512-f+I9DkmJS5UYE++vgSBIFG/TUxxCy9GSpcDFmVj7TDNW9w+Nozc98pdene/VYFzg9QRE7hejRoA6yV1Lv+QbCw== -react-native-console-time-polyfill@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/react-native-console-time-polyfill/-/react-native-console-time-polyfill-1.2.1.tgz#3bf9a1d1d1ce3a05325fe1f2e5c4e5a1c25d910f" - integrity sha512-NKWZ1a/kzMOjPYAcCKEws2FAUnB9Eg70rbEhvdWU4Ure0H2v/ffqy47qooCZOWkrlAvlIR/sg1Apml4dzuE54A== +react-native-console-time-polyfill@1.2.3: + version "1.2.3" + resolved "https://registry.yarnpkg.com/react-native-console-time-polyfill/-/react-native-console-time-polyfill-1.2.3.tgz#1039dab1bb9e2d8040f5e19de68e0da781dc9b60" + integrity sha512-C7CUb1c6GsCssqvjtRuqVqnGwlfEHXxXDvCUuGNbq/gpZZt+9YbZD3ODmXBDxis3tDQA0k1lbT1VMTqWQw9rDg== -react-native-device-info@5.6.2: - version "5.6.2" - resolved "https://registry.yarnpkg.com/react-native-device-info/-/react-native-device-info-5.6.2.tgz#194c055355f1dd3121ab682b00598086cf4beb32" - integrity sha512-c+bVrvbQIlUlUHpIiggjhCUnqTga7sK0+G1RhRN25ct3kQvDkj3TKv0GGsqTJxIqNBfzg2Hh5ulMkrU0ddeu/Q== +react-native-device-info@8.1.3: + version "8.1.3" + resolved "https://registry.yarnpkg.com/react-native-device-info/-/react-native-device-info-8.1.3.tgz#022fc01372632bf80c0a6d201aab53344efc715f" + integrity sha512-73e3wiGFL8DvIXEd8x4Aq+mO8mZvHARwfYorIEu+X0trLHY92bP5Ict8DJHDjCQ0+HtAvpA4Wda2VoUVN1zh6Q== -react-native-document-picker@3.5.3: - version "3.5.3" - resolved "https://registry.yarnpkg.com/react-native-document-picker/-/react-native-document-picker-3.5.3.tgz#f749d329b8a85a4a599253dafe8c5c1c0602388b" - integrity sha512-y1H7LKa8+VTtaBo46HNEz62IbRh6E4YMgdKi4+UFp33OTddzk0JAwcDT//vWI6tvB+u4B1AsamTdbI86FYeQAQ== +react-native-document-picker@5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/react-native-document-picker/-/react-native-document-picker-5.2.0.tgz#1fb2185a56ba6b2509acdc418a8a75906c31e58e" + integrity sha512-zXK34hW6fM0gXoo6v7edZZxKvLT7DyjOdBXi7WrxbKqZchDokTEQ/tNTeZxky+7oI8sVz8T3uXBBEW0sp+VfXQ== react-native-easy-grid@^0.2.2: version "0.2.2" @@ -12928,11 +14041,16 @@ react-native-image-progress@^1.1.1: dependencies: prop-types "^15.5.10" -react-native-iphone-x-helper@^1.0.3, react-native-iphone-x-helper@^1.2.1: +react-native-iphone-x-helper@^1.0.3: version "1.2.1" resolved "https://registry.yarnpkg.com/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.2.1.tgz#645e2ffbbb49e80844bb4cbbe34a126fda1e6772" integrity sha512-/VbpIEp8tSNNHIvstuA3Swx610whci1Zpc9mqNkqn14DkMbw+ORviln2u0XyHG1kPvvwTNGZY6QpeFwxYaSdbQ== +react-native-iphone-x-helper@^1.3.0: + version "1.3.1" + resolved "https://registry.yarnpkg.com/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.3.1.tgz#20c603e9a0e765fd6f97396638bdeb0e5a60b010" + integrity sha512-HOf0jzRnq2/aFUcdCJ9w9JGzN3gdEg0zFE4FyYlp4jtidqU03D5X7ZegGKfT1EWteR0gPBGp9ye5T5FvSWi9Yg== + react-native-jitsi-meet@RocketChat/react-native-jitsi-meet: version "2.4.0" resolved "https://codeload.github.com/RocketChat/react-native-jitsi-meet/tar.gz/e45a042bc916d53c05d1d4e09becb2186144bc72" @@ -12942,10 +14060,10 @@ react-native-keycommands@2.0.3: resolved "https://registry.yarnpkg.com/react-native-keycommands/-/react-native-keycommands-2.0.3.tgz#09b799c1f70832e5cd9fbdb712ddaa3ee683f70e" integrity sha512-s03K8JvCnfLhBg10Y2aRH3Bp9Uw9QOEr0uzuIj9OkgjjTB8/b+T4K5LSCxGuIAD30IxsEZvGZKjP1DzEMxaRhQ== -react-native-localize@1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/react-native-localize/-/react-native-localize-1.4.0.tgz#4653596d066d0941c48f5404dc1c0d08b6950443" - integrity sha512-W2MQxm6hzD549ZbZcbWzWtYJseY7S7WR2WgsNhm9ULmbwP7tXFfOTbkJjQoqgPXYSXogKN3srXhntVsNZL0Ksw== +react-native-localize@2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/react-native-localize/-/react-native-localize-2.1.1.tgz#da8f8776991d2b748708c408db05152602cefb38" + integrity sha512-+uyz2/b0vyLq19fcb7r1qU1gqmzbp3aC6EMTvOVXwfBuiN+aJXR/fDdFOJJ8D7+bLccKeuS2zBDrazh+ZayX/g== react-native-mime-types@2.3.0: version "2.3.0" @@ -12959,10 +14077,10 @@ react-native-mmkv-storage@0.3.5: resolved "https://registry.yarnpkg.com/react-native-mmkv-storage/-/react-native-mmkv-storage-0.3.5.tgz#9c2f064c0efdaf960e9646c68dc6ae7f11640fa5" integrity sha512-xp0E55Qdi81k8CTeq3PUrXGwT2tMmfNfmYvZ7Emq9qWpvg3ko1/M6B1kXEXOgEou/hgqB503TGcsR/mpN5HSMA== -react-native-modal@11.5.6: - version "11.5.6" - resolved "https://registry.yarnpkg.com/react-native-modal/-/react-native-modal-11.5.6.tgz#bb25a78c35a5e24f45de060e5f64284397d38a87" - integrity sha512-APGNfbvgC4hXbJqcSADu79GLoMKIHUmgR3fDQ7rCGZNBypkStSP8imZ4PKK/OzIZZfjGU9aP49jhMgGbhY9KHA== +react-native-modal@11.10.0: + version "11.10.0" + resolved "https://registry.yarnpkg.com/react-native-modal/-/react-native-modal-11.10.0.tgz#94a6d3a2428ba5228cfb4dc174cacea79c871591" + integrity sha512-syRYDJYSh16bR37R5EKU9T/wC+5bEOfF17IUqf5URdhbEDd+hxyMInC++l45E8oI+MtdOaEp9yAws5xDqk8dnA== dependencies: prop-types "^15.6.2" react-native-animatable "1.3.3" @@ -12980,21 +14098,22 @@ react-native-notifications@2.1.7: core-js "^1.0.0" uuid "^2.0.3" -react-native-notifier@1.3.1: +react-native-notifier@1.6.1: + version "1.6.1" + resolved "https://registry.yarnpkg.com/react-native-notifier/-/react-native-notifier-1.6.1.tgz#eec07bdebed6c22cd22f5167555b7762e4119552" + integrity sha512-uq58vefWCmgk9B/GU0Z9P6M8Su5IuRBtKmroSX7luISEdh3r8QvJo/G6jgK2sO0QhM5QvJOGWBDm1JGEkYL4IQ== + +react-native-orientation-locker@1.3.1: version "1.3.1" - resolved "https://registry.yarnpkg.com/react-native-notifier/-/react-native-notifier-1.3.1.tgz#a878c82c8ee99b04d57818401b1f084232729afd" - integrity sha512-w7KOTF5WOYzbhCXQHz6p9tbosOVxhOW+Sh7VAdIuW6r7PSoryRNkF4P6Bzq1+2NPtMK7L6xnojCdKJ+nVnwh+A== + resolved "https://registry.yarnpkg.com/react-native-orientation-locker/-/react-native-orientation-locker-1.3.1.tgz#e47cfdd4a7390df6ccdbc748a6eca9e8be953b0d" + integrity sha512-BJPe/GvGO8nNdtqQat30CS9H2o+Qt8hv9AMYCxLS5l5k5+BP3FLScU2+GBg2DizDQCOnTtA24o8heI7kwy+rvw== -react-native-orientation-locker@1.1.8: - version "1.1.8" - resolved "https://registry.yarnpkg.com/react-native-orientation-locker/-/react-native-orientation-locker-1.1.8.tgz#45d1c9e002496b8d286ec8932d6e3e7d341f9c85" - integrity sha512-+Vd7x6O/3zGqYIMXpeDlaw3ma074Dtnocm8ryT9v5SvaiEcWSzII4frPgXaUcc/MiCq4OWZ1JtVoyw75mdomQw== - -react-native-picker-select@7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/react-native-picker-select/-/react-native-picker-select-7.0.0.tgz#4808a1177f997e234bb8505849dfffe1a01fedac" - integrity sha512-SO7b7wHfeM07oVTsLhBlT/VDvMXg2aP0Xy5CA+kL7+oV2Bq6nfKTVjpB2+HLVhFik9i/tlq5ROuGdUrfPhl3rg== +react-native-picker-select@^8.0.4: + version "8.0.4" + resolved "https://registry.yarnpkg.com/react-native-picker-select/-/react-native-picker-select-8.0.4.tgz#3f7f1f42df69b06e7d2c10338288332a6c40fd10" + integrity sha512-orBjPIwBkV5oipyVw263YNMI56f6Kj3p/ejabZoCYYNSG3AiLVVhC2RqsxMgDA7IayyURAW+AlV+mDJyVqLBkg== dependencies: + "@react-native-picker/picker" "^1.8.3" lodash.isequal "^4.5.0" react-native-platform-touchable@1.1.1: @@ -13002,12 +14121,10 @@ react-native-platform-touchable@1.1.1: resolved "https://registry.yarnpkg.com/react-native-platform-touchable/-/react-native-platform-touchable-1.1.1.tgz#fde4acc65eea585d28b164d0c3716a42129a68e4" integrity sha1-/eSsxl7qWF0osWTQw3FqQhKaaOQ= -react-native-popover-view@3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/react-native-popover-view/-/react-native-popover-view-3.0.3.tgz#6376db42c077b60f782db933f3a1830ce0c35430" - integrity sha512-B0Y4MOdrGDKylGVNzFE+dTqNIweY4Rd3StbIBFrbKCDZbi5MK5VCDL+tWN6/3I6xQknNQUi4MdqhnsyDscgLng== - dependencies: - react-native-safe-area-view "0.14.9" +react-native-popover-view@4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/react-native-popover-view/-/react-native-popover-view-4.0.1.tgz#f25db84e6774d9f9edfceba8e03bfa2d9ce22a4b" + integrity sha512-A5M1RRPVoWXCP/+zP/JOeadanRc/crgz0VCFfH1nW3PiinmYYpWxtFoJEYAmotjwo5uKzS2FO7uapFHhJJ+zaw== react-native-progress@4.1.2: version "4.1.2" @@ -13039,22 +14156,15 @@ react-native-redash@^12.0.3: parse-svg-path "^0.1.2" use-memo-one "^1.1.1" -react-native-restart@^0.0.17: - version "0.0.17" - resolved "https://registry.yarnpkg.com/react-native-restart/-/react-native-restart-0.0.17.tgz#c1f38e019d1a2114248d496698e7951e9435ba91" - integrity sha512-UwFPDssMFoyDbF2aLARIHWt5g/o0TtxCXK9WIY+0iNpkgG9qWd+n80XBwXioNCdgy39ZQ5yfJBJRwtMLDgABag== +react-native-restart@0.0.22: + version "0.0.22" + resolved "https://registry.yarnpkg.com/react-native-restart/-/react-native-restart-0.0.22.tgz#81fcb7f31e35951d85410c68b9556acf3ab88705" + integrity sha512-XwCqAMAKsO8yCM3xACPFKvkDQZe41lcavOuO0gUEu803IuTLtciualCq/qs83ryRDCDh1jkXYRqFjsGjLMCN3Q== -react-native-safe-area-context@3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-3.1.1.tgz#9b04d1154766e6c1132030aca8f4b0336f561ccd" - integrity sha512-Iqb41OT5+QxFn0tpTbbHgz8+3VU/F9OH2fTeeoU7oZCzojOXQbC6sp6mN7BlsAoTKhngWoJLMcSosL58uRaLWQ== - -react-native-safe-area-view@0.14.9: - version "0.14.9" - resolved "https://registry.yarnpkg.com/react-native-safe-area-view/-/react-native-safe-area-view-0.14.9.tgz#90ee8383037010d9a5055a97cf97e4c1da1f0c3d" - integrity sha512-WII/ulhpVyL/qbYb7vydq7dJAfZRBcEhg4/UWt6F6nAKpLa3gAceMOxBxI914ppwSP/TdUsandFy6lkJQE0z4A== - dependencies: - hoist-non-react-statics "^2.3.1" +react-native-safe-area-context@3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-3.2.0.tgz#06113c6b208f982d68ab5c3cebd199ca93db6941" + integrity sha512-k2Nty4PwSnrg9HwrYeeE+EYqViYJoOFwEy9LxL5RIRfoqxAq/uQXNGwpUg2/u4gnKpBbEPa9eRh15KKMe/VHkA== react-native-screens@2.9.0: version "2.9.0" @@ -13151,14 +14261,19 @@ react-native-unimodules@0.10.1: unimodules-sensors-interface "~5.2.1" unimodules-task-manager-interface "~5.2.1" -react-native-vector-icons@7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/react-native-vector-icons/-/react-native-vector-icons-7.0.0.tgz#5b92ed363c867645daad48c559e1f99efcfbb813" - integrity sha512-Ku8+dTUAnR9pexRPQqsUcQEZlxEpFZsIy8iOFqVL/3mrUyncZJHtqJyx2cUOmltZIC6W2GI4IkD3EYzPerXV5g== +react-native-vector-icons@8.1.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/react-native-vector-icons/-/react-native-vector-icons-8.1.0.tgz#e8ee2b17bc4d9f636da1c6f67feee8e2a850c3d8" + integrity sha512-sHIdBB6Y0dHaot2fMXgy5J/hhCn5YuyN7SKDNFgPzL8KA1oF2/v7mgYMavnK7LIIs2dJoGnDANKf61dsU+TZlg== dependencies: - lodash "^4.17.15" + lodash.frompairs "^4.0.1" + lodash.isequal "^4.5.0" + lodash.isstring "^4.0.1" + lodash.omit "^4.5.0" + lodash.pick "^4.4.0" + lodash.template "^4.5.0" prop-types "^15.7.2" - yargs "^15.0.2" + yargs "^16.1.1" react-native-webview@10.3.2: version "10.3.2" @@ -13168,25 +14283,6 @@ react-native-webview@10.3.2: escape-string-regexp "2.0.0" invariant "2.2.4" -react-native-windows@^0.62.0-0: - version "0.62.2" - resolved "https://registry.yarnpkg.com/react-native-windows/-/react-native-windows-0.62.2.tgz#eae6d9e55116d69c8d8316ec6e52505c760ba1bd" - integrity sha512-ZsPxhJrzkBjzLmt9xzAwos1iTykAsyIij2P6radH2eZJmMYJ2sqQwRAsNcjk9OKNM0zj3T4lyCN3879gRZ6yMg== - dependencies: - "@babel/runtime" "^7.8.4" - cli-spinners "^2.2.0" - create-react-class "^15.6.3" - envinfo "^7.5.0" - fbjs "^1.0.0" - glob "^7.1.1" - ora "^3.4.0" - prop-types "^15.7.2" - regenerator-runtime "^0.13.2" - shelljs "^0.7.8" - username "^5.1.0" - uuid "^3.3.2" - xml-parser "^1.2.1" - react-native@RocketChat/react-native#0.63.4: version "0.63.4" resolved "https://codeload.github.com/RocketChat/react-native/tar.gz/616299bbc01eeb56cb7d5b52e543051e1ad2d136" @@ -13228,28 +14324,29 @@ react-popper-tooltip@^2.8.3: react-popper "^1.3.7" react-popper@^1.3.7: - version "1.3.7" - resolved "https://registry.yarnpkg.com/react-popper/-/react-popper-1.3.7.tgz#f6a3471362ef1f0d10a4963673789de1baca2324" - integrity sha512-nmqYTx7QVjCm3WUZLeuOomna138R1luC4EqkW3hxJUrAe+3eNz3oFCLYdnPwILfn0mX1Ew2c3wctrjlUMYYUww== + version "1.3.11" + resolved "https://registry.yarnpkg.com/react-popper/-/react-popper-1.3.11.tgz#a2cc3f0a67b75b66cfa62d2c409f9dd1fcc71ffd" + integrity sha512-VSA/bS+pSndSF2fiasHK/PTEEAyOpX60+H5EPAjoArr8JGm+oihu4UbrqcEBpQibJxBVCpYyjAX7abJ+7DoYVg== dependencies: "@babel/runtime" "^7.1.2" - create-react-context "^0.3.0" + "@hypnosphi/create-react-context" "^0.3.1" deep-equal "^1.1.1" popper.js "^1.14.4" prop-types "^15.6.1" typed-styles "^0.0.7" warning "^4.0.2" -react-redux@7.2.0: - version "7.2.0" - resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.2.0.tgz#f970f62192b3981642fec46fd0db18a074fe879d" - integrity sha512-EvCAZYGfOLqwV7gh849xy9/pt55rJXPwmYvI4lilPM5rUT/1NxuuN59ipdBksRVSvz0KInbPnp4IfoXJXCqiDA== +react-redux@7.2.4: + version "7.2.4" + resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.2.4.tgz#1ebb474032b72d806de2e0519cd07761e222e225" + integrity sha512-hOQ5eOSkEJEXdpIKbnRyl04LhaWabkDPV+Ix97wqQX3T3d2NQ8DUblNXXtNMavc7DpswyQM6xfaN4HQDKNY2JA== dependencies: - "@babel/runtime" "^7.5.5" - hoist-non-react-statics "^3.3.0" + "@babel/runtime" "^7.12.1" + "@types/react-redux" "^7.1.16" + hoist-non-react-statics "^3.3.2" loose-envify "^1.4.0" prop-types "^15.7.2" - react-is "^16.9.0" + react-is "^16.13.1" react-refresh@^0.4.0: version "0.4.2" @@ -13437,17 +14534,17 @@ readdirp@^2.2.1: micromatch "^3.1.10" readable-stream "^2.0.2" -readdirp@~3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.2.0.tgz#c30c33352b12c96dfb4b895421a49fd5a9593839" - integrity sha512-crk4Qu3pmXwgxdSgGhgA/eXiJAPQiX4GMOZZMXnqKxHX7TaoL+3gQVo/WeuAiogr07DpnfjIMpXXa+PAIvwPGQ== +readdirp@~3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.5.0.tgz#9ba74c019b15d365278d2e91bb8c48d7b4d42c9e" + integrity sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ== dependencies: - picomatch "^2.0.4" + picomatch "^2.2.1" -readdirp@~3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.4.0.tgz#9fdccdf9e9155805449221ac645e8303ab5b9ada" - integrity sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ== +readdirp@~3.6.0: + version "3.6.0" + resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7" + integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA== dependencies: picomatch "^2.2.1" @@ -13500,7 +14597,14 @@ redux-saga@1.1.3: dependencies: "@redux-saga/core" "^1.1.3" -redux@4.0.5, redux@^4.0.4: +redux@4.1.0, redux@^4.0.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/redux/-/redux-4.1.0.tgz#eb049679f2f523c379f1aff345c8612f294c88d4" + integrity sha512-uI2dQN43zqLWCt6B/BMGRMY6db7TTY4qeHHfGeKb3EOhmOKjU3KdWvNLJyqaHRksv/ErdNH7cFZWg9jXtewy4g== + dependencies: + "@babel/runtime" "^7.9.2" + +redux@^4.0.4: version "4.0.5" resolved "https://registry.yarnpkg.com/redux/-/redux-4.0.5.tgz#4db5de5816e17891de8a80c424232d06f051d93f" integrity sha512-VSz1uMAH24DM6MF72vcojpYPtrTUu3ByVWfPL1nPfVRb5mZVTve5GnNCUV53QM/BZ66xfWrm0CTWoM+Xlz8V1w== @@ -13562,7 +14666,15 @@ regex-not@^1.0.0, regex-not@^1.0.2: extend-shallow "^3.0.2" safe-regex "^1.1.0" -regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.3.0: +regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.3.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz#7ef352ae8d159e758c0eadca6f8fcb4eef07be26" + integrity sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + +regexp.prototype.flags@^1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz#7aba89b3c13a64509dabcf3ca8d9fbb9bdf5cb75" integrity sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ== @@ -13587,6 +14699,18 @@ regexpu-core@^4.7.0: unicode-match-property-ecmascript "^1.0.4" unicode-match-property-value-ecmascript "^1.2.0" +regexpu-core@^4.7.1: + version "4.7.1" + resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.7.1.tgz#2dea5a9a07233298fbf0db91fa9abc4c6e0f8ad6" + integrity sha512-ywH2VUraA44DZQuRKzARmw6S66mr48pQVva4LBeRhcOltJ6hExvWly5ZjFLYo67xbIxb6W1q4bAGtgfEl20zfQ== + dependencies: + regenerate "^1.4.0" + regenerate-unicode-properties "^8.2.0" + regjsgen "^0.5.1" + regjsparser "^0.6.4" + unicode-match-property-ecmascript "^1.0.4" + unicode-match-property-value-ecmascript "^1.2.0" + regjsgen@^0.5.1: version "0.5.1" resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.5.1.tgz#48f0bf1a5ea205196929c0d9798b42d1ed98443c" @@ -13753,7 +14877,15 @@ resolve@1.1.7: resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b" integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs= -resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.8.1: +resolve@^1.1.6, resolve@^1.11.0, resolve@^1.14.2: + version "1.20.0" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975" + integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A== + dependencies: + is-core-module "^2.2.0" + path-parse "^1.0.6" + +resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.8.1: version "1.17.0" resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444" integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w== @@ -13864,11 +14996,6 @@ run-async@^2.2.0, run-async@^2.4.0: resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455" integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ== -run-node@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/run-node/-/run-node-1.0.0.tgz#46b50b946a2aa2d4947ae1d886e9856fd9cabe5e" - integrity sha512-kc120TBlQ3mih1LSzdAJXo4xn/GWS2ec0l3S+syHDXP9uRr0JAT8Qd3mdMuyjqCzeZktgP3try92cEgf9Nks8A== - run-parallel-limit@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/run-parallel-limit/-/run-parallel-limit-1.0.5.tgz#c29a4fd17b4df358cb52a8a697811a63c984f1b7" @@ -13905,13 +15032,20 @@ rxjs@^5.4.3: dependencies: symbol-observable "1.0.1" -rxjs@^6.2.2, rxjs@^6.4.0, rxjs@^6.5.3: +rxjs@^6.2.2, rxjs@^6.5.3: version "6.5.5" resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.5.tgz#c5c884e3094c8cfee31bf27eb87e54ccfc87f9ec" integrity sha512-WfQI+1gohdf0Dai/Bbmk5L5ItH5tYqm3ki2c5GdWhKjalzjg93N3avFjVStyZZz+A2Em+ZxKH5bNghw9UeylGQ== dependencies: tslib "^1.9.0" +rxjs@^6.4.0: + version "6.6.7" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9" + integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ== + dependencies: + tslib "^1.9.0" + safe-buffer@5.1.1: version "5.1.1" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853" @@ -14011,7 +15145,16 @@ schema-utils@^1.0.0: ajv-errors "^1.0.0" ajv-keywords "^3.1.0" -schema-utils@^2.0.1, schema-utils@^2.5.0, schema-utils@^2.6.6: +schema-utils@^2.0.1, schema-utils@^2.5.0, schema-utils@^2.7.0: + version "2.7.1" + resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.1.tgz#1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7" + integrity sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg== + dependencies: + "@types/json-schema" "^7.0.5" + ajv "^6.12.4" + ajv-keywords "^3.5.2" + +schema-utils@^2.6.6: version "2.6.6" resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.6.6.tgz#299fe6bd4a3365dc23d99fd446caff8f1d6c330c" integrity sha512-wHutF/WPSbIi9x6ctjGGk2Hvl0VOz5l3EKEuKbjPlB30mKZUzb9A5k9yEXRX3pwyqVLPvpfZZEllaFq/M718hA== @@ -14024,12 +15167,7 @@ select@^1.1.2: resolved "https://registry.yarnpkg.com/select/-/select-1.1.2.tgz#0e7350acdec80b1108528786ec1d4418d11b396d" integrity sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0= -semver-compare@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/semver-compare/-/semver-compare-1.0.0.tgz#0dee216a1c941ab37e9efb1788f6afc5ff5537fc" - integrity sha1-De4hahyUGrN+nvsXiPavxf9VN/w= - -"semver@2 || 3 || 4 || 5", semver@^5.1.0, semver@^5.2.0, semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0, semver@^5.7.0: +"semver@2 || 3 || 4 || 5", semver@^5.1.0, semver@^5.2.0, semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0: version "5.7.1" resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== @@ -14039,12 +15177,14 @@ semver@7.0.0: resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e" integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== -semver@7.3.2: - version "7.3.2" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938" - integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ== +semver@7.3.5, semver@^7.0.0: + version "7.3.5" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7" + integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ== + dependencies: + lru-cache "^6.0.0" -semver@^6.0.0, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0: +semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0: version "6.3.0" resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== @@ -14080,15 +15220,24 @@ serialize-error@^8.0.1: dependencies: type-fest "^0.20.2" +serialize-javascript@5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-5.0.1.tgz#7886ec848049a462467a97d3d918ebb2aaf934f4" + integrity sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA== + dependencies: + randombytes "^2.1.0" + serialize-javascript@^2.1.2: version "2.1.2" resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-2.1.2.tgz#ecec53b0e0317bdc95ef76ab7074b7384785fa61" integrity sha512-rs9OggEUF0V4jUSecXazOYsLfu7OGK2qIn3c7IPBiffz32XniEp/TX9Xmc9LQfK2nQ2QKHvZ2oygKUGU0lG4jQ== -serialize-javascript@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-3.0.0.tgz#492e489a2d77b7b804ad391a5f5d97870952548e" - integrity sha512-skZcHYw2vEX4bw90nAr2iTTsz6x2SrHEnfxgKYmZlvJYBEZrvbKtobJWlQ20zczKb3bsHHXXTYt48zBA7ni9cw== +serialize-javascript@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-4.0.0.tgz#b525e1238489a5ecfc42afacc3fe99e666f4b1aa" + integrity sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw== + dependencies: + randombytes "^2.1.0" serve-favicon@^2.5.0: version "2.5.0" @@ -14202,15 +15351,6 @@ shell-quote@1.7.2, shell-quote@^1.6.1, shell-quote@^1.7.2: resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2" integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg== -shelljs@^0.7.8: - version "0.7.8" - resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.8.tgz#decbcf874b0d1e5fb72e14b164a9683048e9acb3" - integrity sha1-3svPh0sNHl+3LhSxZKloMEjprLM= - dependencies: - glob "^7.0.0" - interpret "^1.0.0" - rechoir "^0.6.2" - shelljs@^0.8.3: version "0.8.4" resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.4.tgz#de7684feeb767f8716b326078a8a00875890e3c2" @@ -14233,6 +15373,15 @@ side-channel@^1.0.2: es-abstract "^1.17.0-next.1" object-inspect "^1.7.0" +side-channel@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf" + integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw== + dependencies: + call-bind "^1.0.0" + get-intrinsic "^1.0.2" + object-inspect "^1.9.0" + signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3: version "3.0.3" resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c" @@ -14494,9 +15643,9 @@ ssri@^6.0.1: figgy-pudding "^3.5.1" ssri@^7.0.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/ssri/-/ssri-7.1.0.tgz#92c241bf6de82365b5c7fb4bd76e975522e1294d" - integrity sha512-77/WrDZUWocK0mvA5NTRQyveUf+wsrIc6vyrxpS8tVvYBcX215QbafrJR3KtkpskIzoFLqqNuuYQvxaMjXJ/0g== + version "7.1.1" + resolved "https://registry.yarnpkg.com/ssri/-/ssri-7.1.1.tgz#33e44f896a967158e3c63468e47ec46613b95b5f" + integrity sha512-w+daCzXN89PseTL99MkA+fxJEcU3wfaE/ah0i0lnOlpG1CYLJ2ZjzEry68YBKfLs4JfoTShrTEsJkAZuNZ/stw== dependencies: figgy-pudding "^3.5.1" minipass "^3.1.1" @@ -14675,7 +15824,7 @@ string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0: is-fullwidth-code-point "^3.0.0" strip-ansi "^6.0.0" -"string.prototype.matchall@^4.0.0 || ^3.0.1", string.prototype.matchall@^4.0.2: +"string.prototype.matchall@^4.0.0 || ^3.0.1": version "4.0.2" resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.2.tgz#48bb510326fb9fdeb6a33ceaa81a6ea04ef7648e" integrity sha512-N/jp6O5fMf9os0JU3E72Qhf590RSRZU/ungsL/qJUYVTNv7hTG0P/dbPjxINVN9jpscu3nzYwKESU3P3RY5tOg== @@ -14687,6 +15836,20 @@ string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0: regexp.prototype.flags "^1.3.0" side-channel "^1.0.2" +string.prototype.matchall@^4.0.2: + version "4.0.5" + resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.5.tgz#59370644e1db7e4c0c045277690cf7b01203c4da" + integrity sha512-Z5ZaXO0svs0M2xd/6By3qpeKpLKd9mO4v4q3oMEQrk8Ck4xOD5d5XeBOOjGrmVZZ/AHB1S0CgG4N5r1G9N3E2Q== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + es-abstract "^1.18.2" + get-intrinsic "^1.1.1" + has-symbols "^1.0.2" + internal-slot "^1.0.3" + regexp.prototype.flags "^1.3.1" + side-channel "^1.0.4" + string.prototype.padend@^3.0.0: version "3.1.0" resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.1.0.tgz#dc08f57a8010dc5c153550318f67e13adbb72ac3" @@ -14716,6 +15879,14 @@ string.prototype.trimend@^1.0.0: define-properties "^1.1.3" es-abstract "^1.17.5" +string.prototype.trimend@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80" + integrity sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + string.prototype.trimleft@^2.1.1: version "2.1.2" resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.2.tgz#4408aa2e5d6ddd0c9a80739b087fbc067c03b3cc" @@ -14742,6 +15913,14 @@ string.prototype.trimstart@^1.0.0: define-properties "^1.1.3" es-abstract "^1.17.5" +string.prototype.trimstart@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz#b36399af4ab2999b4c9c648bd7a3fb2bb26feeed" + integrity sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + string_decoder@^1.0.0, string_decoder@^1.1.1: version "1.3.0" resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" @@ -14818,28 +15997,33 @@ strip-indent@^1.0.1: dependencies: get-stdin "^4.0.1" -strip-json-comments@2.0.1, strip-json-comments@~2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" - integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= +strip-json-comments@3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" + integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== strip-json-comments@^3.0.1: version "3.1.0" resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.0.tgz#7638d31422129ecf4457440009fba03f9f9ac180" integrity sha512-e6/d0eBu7gHtdCqFt0xJr642LdToM5/cN4Qb9DbHjVx1CP5RyeM+zH7pbecEmDv/lBqb0QH+6Uqq75rxFPkM0w== +strip-json-comments@~2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" + integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= + stubs@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/stubs/-/stubs-3.0.0.tgz#e8d2ba1fa9c90570303c030b6900f7d5f89abe5b" integrity sha1-6NK6H6nJBXAwPAMLaQD31fiavls= style-loader@^1.0.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-1.2.1.tgz#c5cbbfbf1170d076cfdd86e0109c5bba114baa1a" - integrity sha512-ByHSTQvHLkWE9Ir5+lGbVOXhxX10fbprhLvdg96wedFZb4NDekDPxVKv5Fwmio+QcMlkkNfuK+5W1peQ5CUhZg== + version "1.3.0" + resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-1.3.0.tgz#828b4a3b3b7e7aa5847ce7bae9e874512114249e" + integrity sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q== dependencies: loader-utils "^2.0.0" - schema-utils "^2.6.6" + schema-utils "^2.7.0" sudo-prompt@^9.0.0: version "9.2.1" @@ -14854,12 +16038,12 @@ superstruct@^0.6.2: clone-deep "^2.0.1" kind-of "^6.0.1" -supports-color@6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.0.0.tgz#76cfe742cf1f41bb9b1c29ad03068c05b4c0e40a" - integrity sha512-on9Kwidc1IUQo+bQdhi8+Tijpo0e1SS6RoGo2guUwn5vdaxw8RXOF9Vb2ws+ihWOmh4JnCJOvaziZWP1VABaLg== +supports-color@8.1.1: + version "8.1.1" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c" + integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q== dependencies: - has-flag "^3.0.0" + has-flag "^4.0.0" supports-color@^2.0.0: version "2.0.0" @@ -14950,16 +16134,16 @@ tapable@^1.0.0, tapable@^1.1.3: resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2" integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== -teeny-request@6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/teeny-request/-/teeny-request-6.0.1.tgz#9b1f512cef152945827ba7e34f62523a4ce2c5b0" - integrity sha512-TAK0c9a00ELOqLrZ49cFxvPVogMUFaWY8dUsQc/0CuQPGF+BOxOQzXfE413BAk2kLomwNplvdtMpeaeGWmoc2g== +teeny-request@7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/teeny-request/-/teeny-request-7.0.1.tgz#bdd41fdffea5f8fbc0d29392cb47bec4f66b2b4c" + integrity sha512-sasJmQ37klOlplL4Ia/786M5YlOcoLGQyq2TE4WHSRupbAuDaQW0PfVxV4MtdBtRJ4ngzS+1qim8zP6Zp35qCw== dependencies: http-proxy-agent "^4.0.0" - https-proxy-agent "^4.0.0" - node-fetch "^2.2.0" + https-proxy-agent "^5.0.0" + node-fetch "^2.6.1" stream-events "^1.0.5" - uuid "^3.3.2" + uuid "^8.0.0" telejson@^3.2.0: version "3.3.0" @@ -15032,21 +16216,21 @@ terser-webpack-plugin@^1.4.3: worker-farm "^1.7.0" terser-webpack-plugin@^2.1.2: - version "2.3.6" - resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-2.3.6.tgz#a4014b311a61f87c6a1b217ef4f5a75bd0665a69" - integrity sha512-I8IDsQwZrqjdmOicNeE8L/MhwatAap3mUrtcAKJuilsemUNcX+Hier/eAzwStVqhlCxq0aG3ni9bK/0BESXkTg== + version "2.3.8" + resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-2.3.8.tgz#894764a19b0743f2f704e7c2a848c5283a696724" + integrity sha512-/fKw3R+hWyHfYx7Bv6oPqmk4HGQcrWLtV3X6ggvPuwPNHSnzvVV51z6OaaCOus4YLjutYGOz3pEpbhe6Up2s1w== dependencies: cacache "^13.0.1" find-cache-dir "^3.3.1" jest-worker "^25.4.0" p-limit "^2.3.0" schema-utils "^2.6.6" - serialize-javascript "^3.0.0" + serialize-javascript "^4.0.0" source-map "^0.6.1" terser "^4.6.12" webpack-sources "^1.4.3" -terser@^4.1.2, terser@^4.6.12, terser@^4.6.3: +terser@^4.1.2, terser@^4.6.3: version "4.7.0" resolved "https://registry.yarnpkg.com/terser/-/terser-4.7.0.tgz#15852cf1a08e3256a80428e865a2fa893ffba006" integrity sha512-Lfb0RiZcjRDXCC3OSHJpEkxJ9Qeqs6mp2v4jf2MHfy8vGERmVDuvjXdd/EnP5Deme5F2yBRBymKmKHCBg2echw== @@ -15055,6 +16239,15 @@ terser@^4.1.2, terser@^4.6.12, terser@^4.6.3: source-map "~0.6.1" source-map-support "~0.5.12" +terser@^4.6.12: + version "4.8.0" + resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.0.tgz#63056343d7c70bb29f3af665865a46fe03a0df17" + integrity sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw== + dependencies: + commander "^2.20.0" + source-map "~0.6.1" + source-map-support "~0.5.12" + test-exclude@^4.2.1: version "4.2.3" resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-4.2.3.tgz#a9a5e64474e4398339245a0a769ad7c2f4a97c20" @@ -15114,9 +16307,9 @@ throat@^5.0.0: integrity sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA== throttle-debounce@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/throttle-debounce/-/throttle-debounce-2.1.0.tgz#257e648f0a56bd9e54fe0f132c4ab8611df4e1d5" - integrity sha512-AOvyNahXQuU7NN+VVvOOX+uW6FPaWdAOdRP5HfwYxAfCzXTFKRMoIMk+n+po318+ktcChx+F1Dd91G3YHeMKyg== + version "2.3.0" + resolved "https://registry.yarnpkg.com/throttle-debounce/-/throttle-debounce-2.3.0.tgz#fd31865e66502071e411817e241465b3e9c372e2" + integrity sha512-H7oLPV0P7+jgvrk+6mwwwBDmxTaxnu9HMXmloNLXwnNO0ZxZ31Orah2n8lU1eMPvsaowP2CX+USCgyovXfdOFQ== through2@^2.0.0, through2@^2.0.1: version "2.0.5" @@ -15300,11 +16493,21 @@ tsconfig-paths@^3.9.0: minimist "^1.2.0" strip-bom "^3.0.0" -tslib@^1.10.0, tslib@^1.9.0, tslib@^1.9.3: +tslib@^1.10.0, tslib@^1.9.0: version "1.13.0" resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043" integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q== +tslib@^1.9.3: + version "1.14.1" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" + integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== + +tslib@^2.0.3: + version "2.3.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e" + integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg== + tty-browserify@0.0.0: version "0.0.0" resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6" @@ -15408,7 +16611,12 @@ typical@^2.6.0: resolved "https://registry.yarnpkg.com/typical/-/typical-2.6.1.tgz#5c080e5d661cbbe38259d2e70a3c7253e873881d" integrity sha1-XAgOXWYcu+OCWdLnCjxyU+hziB0= -ua-parser-js@^0.7.18, ua-parser-js@^0.7.21: +ua-parser-js@0.7.28: + version "0.7.28" + resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.28.tgz#8ba04e653f35ce210239c64661685bf9121dec31" + integrity sha512-6Gurc1n//gjp9eQNXjD9O3M/sMwVtN5S8Lv9bvOYBfKfDNiIIhqiyi01vMBO45u4zkDE420w/e0se7Vs+sIg+g== + +ua-parser-js@^0.7.18: version "0.7.21" resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.21.tgz#853cf9ce93f642f67174273cc34565ae6f308777" integrity sha512-+O8/qh/Qj8CgC6eYBVBykMrNtp5Gebn4dlGD/kKXVkJNDwyrAwSIqwz8CDf+tsAIWVycKcku6gIXJ0qwx/ZXaQ== @@ -15445,15 +16653,25 @@ ultron@~1.1.0: resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.1.1.tgz#9fe1536a10a664a65266a1e3ccf85fd36302bc9c" integrity sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og== +unbox-primitive@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471" + integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw== + dependencies: + function-bind "^1.1.1" + has-bigints "^1.0.1" + has-symbols "^1.0.2" + which-boxed-primitive "^1.0.2" + underscore@^1.8.3: version "1.10.2" resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.10.2.tgz#73d6aa3668f3188e4adb0f1943bd12cfd7efaaaf" integrity sha512-N4P+Q/BuyuEKFJ43B9gYuOj4TQUHXX+j2FqguVOpjkssLUUrnJofCcBccJSCoeturDoZU6GorDTHSvUDlSQbTg== unfetch@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-4.1.0.tgz#6ec2dd0de887e58a4dee83a050ded80ffc4137db" - integrity sha512-crP/n3eAPUJxZXM9T80/yv0YhkTEx2K1D3h7D1AJM6fzsWZrxdyRuLN0JH/dkZh1LNH8LxCnBzoPFCPbb2iGpg== + version "4.2.0" + resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-4.2.0.tgz#7e21b0ef7d363d8d9af0fb929a5555f6ef97a3be" + integrity sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA== unicode-canonical-property-names-ecmascript@^1.0.4: version "1.0.4" @@ -15574,6 +16792,11 @@ universalify@^0.1.0: resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== +universalify@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717" + integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ== + unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" @@ -15618,7 +16841,15 @@ url-loader@^2.0.1: mime "^2.4.4" schema-utils "^2.5.0" -url-parse@^1.2.0, url-parse@^1.4.3, url-parse@^1.4.4, url-parse@^1.4.7: +url-parse@1.5.1, url-parse@^1.4.3: + version "1.5.1" + resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.1.tgz#d5fa9890af8a5e1f274a2c98376510f6425f6e3b" + integrity sha512-HOfCOUJt7iSYzEx/UqgtwKRMC6EU91NFhsCHMv9oM03VJcVo2Qrp8T8kI9D7amFf1cu+/3CEhgb3rF9zL7k85Q== + dependencies: + querystringify "^2.1.1" + requires-port "^1.0.0" + +url-parse@^1.2.0, url-parse@^1.4.4: version "1.4.7" resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.7.tgz#a8a83535e8c00a316e403a5db4ac1b9b853ae278" integrity sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg== @@ -15640,18 +16871,18 @@ urlgrey@0.4.4: integrity sha1-iS/pWWCAXoVRnxzUOJ8stMu3ZS8= use-callback-ref@^1.2.1: - version "1.2.3" - resolved "https://registry.yarnpkg.com/use-callback-ref/-/use-callback-ref-1.2.3.tgz#9f939dfb5740807bbf9dd79cdd4e99d27e827756" - integrity sha512-DPBPh1i2adCZoIArRlTuKRy7yue7QogtEnfv0AKrWsY+GA+4EKe37zhRDouNnyWMoNQFYZZRF+2dLHsWE4YvJA== + version "1.2.5" + resolved "https://registry.yarnpkg.com/use-callback-ref/-/use-callback-ref-1.2.5.tgz#6115ed242cfbaed5915499c0a9842ca2912f38a5" + integrity sha512-gN3vgMISAgacF7sqsLPByqoePooY3n2emTH59Ur5d/M8eg4WTWu1xp8i8DHjohftIyEx0S08RiYxbffr4j8Peg== -use-deep-compare-effect@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/use-deep-compare-effect/-/use-deep-compare-effect-1.3.1.tgz#90bdbed97e1acb8423f7bb0bf24de58590d021af" - integrity sha512-ejL+Al+aeDyC9Sywx56ti4PtSwkf6BH27tEptMWF2cfO41/auG0nRRsArh6Vv5bUyBe3z7IyxmgQCK5nas70hg== +use-deep-compare-effect@1.6.1: + version "1.6.1" + resolved "https://registry.yarnpkg.com/use-deep-compare-effect/-/use-deep-compare-effect-1.6.1.tgz#061a0ac5400aa0461e33dddfaa2a98bca873182a" + integrity sha512-VB3b+7tFI81dHm8buGyrpxi8yBhzYZdyMX9iBJra7SMFMZ4ci4FJ1vFc1nvChiB1iLv4GfjqaYfvbNEpTT1rFQ== dependencies: - "@babel/runtime" "^7.7.2" - "@types/use-deep-compare-effect" "^1.2.0" - dequal "^1.0.0" + "@babel/runtime" "^7.12.5" + "@types/react" "^17.0.0" + dequal "^2.0.2" use-memo-one@^1.1.1: version "1.1.1" @@ -15659,14 +16890,14 @@ use-memo-one@^1.1.1: integrity sha512-oFfsyun+bP7RX8X2AskHNTxu+R3QdE/RC5IefMbqptmACAA/gfol1KDD5KRzPsGMa62sWxGZw+Ui43u6x4ddoQ== use-sidecar@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/use-sidecar/-/use-sidecar-1.0.2.tgz#e72f582a75842f7de4ef8becd6235a4720ad8af6" - integrity sha512-287RZny6m5KNMTb/Kq9gmjafi7lQL0YHO1lYolU6+tY1h9+Z3uCtkJJ3OSOq3INwYf2hBryCcDh4520AhJibMA== + version "1.0.5" + resolved "https://registry.yarnpkg.com/use-sidecar/-/use-sidecar-1.0.5.tgz#ffff2a17c1df42e348624b699ba6e5c220527f2b" + integrity sha512-k9jnrjYNwN6xYLj1iaGhonDghfvmeTmYjAiGvOr7clwKfPjMXJf4/HOr7oT5tJwYafgp2tG2l3eZEOfoELiMcA== dependencies: - detect-node "^2.0.4" + detect-node-es "^1.1.0" tslib "^1.9.3" -use-subscription@^1.0.0, use-subscription@^1.4.0: +use-subscription@^1.0.0: version "1.4.1" resolved "https://registry.yarnpkg.com/use-subscription/-/use-subscription-1.4.1.tgz#edcbcc220f1adb2dd4fa0b2f61b6cc308e620069" integrity sha512-7+IIwDG/4JICrWHL/Q/ZPK5yozEnvRm6vHImu0LKwQlmWGKeiF7mbAenLlK/cTNXrTtXHU/SFASQHzB6+oSJMQ== @@ -15678,14 +16909,6 @@ use@^3.1.0: resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== -username@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/username/-/username-5.1.0.tgz#a7f9325adce2d0166448cdd55d4985b1360f2508" - integrity sha512-PCKbdWw85JsYMvmCv5GH3kXmM66rCd9m1hBEDutPNv94b/pqCMT4NtcKyeWYvLFiE8b+ha1Jdl8XAaUdPn5QTg== - dependencies: - execa "^1.0.0" - mem "^4.3.0" - utf8-byte-length@^1.0.1: version "1.0.4" resolved "https://registry.yarnpkg.com/utf8-byte-length/-/utf8-byte-length-1.0.4.tgz#f45f150c4c66eee968186505ab93fcbb8ad6bf61" @@ -15760,6 +16983,11 @@ uuid@^3.0.1, uuid@^3.3.2, uuid@^3.4.0: resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== +uuid@^8.0.0: + version "8.3.2" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" + integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== + v8-compile-cache@^2.0.3: version "2.1.0" resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz#e14de37b31a6d194f5690d67efc4e7f6fc6ab30e" @@ -15844,23 +17072,23 @@ watch@~0.18.0: exec-sh "^0.2.0" minimist "^1.2.0" -watchpack-chokidar2@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/watchpack-chokidar2/-/watchpack-chokidar2-2.0.0.tgz#9948a1866cbbd6cb824dea13a7ed691f6c8ddff0" - integrity sha512-9TyfOyN/zLUbA288wZ8IsMZ+6cbzvsNyEzSBp6e/zkifi6xxbl8SmQ/CxQq32k8NNqrdVEVUVSEf56L4rQ/ZxA== +watchpack-chokidar2@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz#38500072ee6ece66f3769936950ea1771be1c957" + integrity sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww== dependencies: chokidar "^2.1.8" -watchpack@^1.6.1: - version "1.7.2" - resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.7.2.tgz#c02e4d4d49913c3e7e122c3325365af9d331e9aa" - integrity sha512-ymVbbQP40MFTp+cNMvpyBpBtygHnPzPkHqoIwRRj/0B8KhqQwV8LaKjtbaxF2lK4vl8zN9wCxS46IFCU5K4W0g== +watchpack@^1.7.4: + version "1.7.5" + resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.7.5.tgz#1267e6c55e0b9b5be44c2023aed5437a2c26c453" + integrity sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ== dependencies: graceful-fs "^4.1.2" neo-async "^2.5.0" optionalDependencies: - chokidar "^3.4.0" - watchpack-chokidar2 "^2.0.0" + chokidar "^3.4.1" + watchpack-chokidar2 "^2.0.1" wcwidth@^1.0.1: version "1.0.1" @@ -15875,9 +17103,9 @@ webidl-conversions@^4.0.2: integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg== webpack-dev-middleware@^3.7.0: - version "3.7.2" - resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-3.7.2.tgz#0019c3db716e3fa5cecbf64f2ab88a74bab331f3" - integrity sha512-1xC42LxbYoqLNAhV6YzTYacicgMZQTqRd27Sim9wn5hJrX3I5nxYy1SxSd4+gjUFsz1dQFj+yEe6zEVmSkeJjw== + version "3.7.3" + resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz#0639372b143262e2b84ab95d3b91a7597061c2c5" + integrity sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ== dependencies: memory-fs "^0.4.1" mime "^2.4.4" @@ -15919,9 +17147,9 @@ webpack-virtual-modules@^0.2.0: debug "^3.0.0" webpack@^4.33.0, webpack@^4.38.0: - version "4.43.0" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.43.0.tgz#c48547b11d563224c561dad1172c8aa0b8a678e6" - integrity sha512-GW1LjnPipFW2Y78OOab8NJlCflB7EFskMih2AHdvjbpKMeDJqEgSx24cXXXiPS65+WSwVyxtDsJH6jGX2czy+g== + version "4.46.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.46.0.tgz#bf9b4404ea20a073605e0a011d188d77cb6ad542" + integrity sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q== dependencies: "@webassemblyjs/ast" "1.9.0" "@webassemblyjs/helper-module-context" "1.9.0" @@ -15931,7 +17159,7 @@ webpack@^4.33.0, webpack@^4.38.0: ajv "^6.10.2" ajv-keywords "^3.4.1" chrome-trace-event "^1.0.2" - enhanced-resolve "^4.1.0" + enhanced-resolve "^4.5.0" eslint-scope "^4.0.3" json-parse-better-errors "^1.0.2" loader-runner "^2.4.0" @@ -15944,22 +17172,22 @@ webpack@^4.33.0, webpack@^4.38.0: schema-utils "^1.0.0" tapable "^1.1.3" terser-webpack-plugin "^1.4.3" - watchpack "^1.6.1" + watchpack "^1.7.4" webpack-sources "^1.4.1" websocket-driver@>=0.5.1: - version "0.7.3" - resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.3.tgz#a2d4e0d4f4f116f1e6297eba58b05d430100e9f9" - integrity sha512-bpxWlvbbB459Mlipc5GBzzZwhoZgGEZLuqPaR0INBGnPAY1vdBX6hPnoFXiw+3yWxDuHyQjO2oXTMyS8A5haFg== + version "0.7.4" + resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.4.tgz#89ad5295bbf64b480abcba31e4953aca706f5760" + integrity sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg== dependencies: - http-parser-js ">=0.4.0 <0.4.11" + http-parser-js ">=0.5.1" safe-buffer ">=5.1.0" websocket-extensions ">=0.1.1" websocket-extensions@>=0.1.1: - version "0.1.3" - resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.3.tgz#5d2ff22977003ec687a4b87073dfbbac146ccf29" - integrity sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg== + version "0.1.4" + resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42" + integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg== whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.3, whatwg-encoding@^1.0.5: version "1.0.5" @@ -15996,25 +17224,36 @@ whatwg-url@^7.0.0: tr46 "^1.0.1" webidl-conversions "^4.0.2" +which-boxed-primitive@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6" + integrity sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg== + dependencies: + is-bigint "^1.0.1" + is-boolean-object "^1.1.0" + is-number-object "^1.0.4" + is-string "^1.0.5" + is-symbol "^1.0.3" + which-module@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= -which@1.3.1, which@^1.2.12, which@^1.2.9, which@^1.3.0, which@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" - integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== - dependencies: - isexe "^2.0.0" - -which@^2.0.1, which@^2.0.2: +which@2.0.2, which@^2.0.1, which@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== dependencies: isexe "^2.0.0" +which@^1.2.12, which@^1.2.9, which@^1.3.0, which@^1.3.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" + integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== + dependencies: + isexe "^2.0.0" + wide-align@1.1.3, wide-align@^1.1.0: version "1.1.3" resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457" @@ -16064,6 +17303,11 @@ worker-rpc@^0.1.0: dependencies: microevent.ts "~0.1.1" +workerpool@6.1.4: + version "6.1.4" + resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.1.4.tgz#6a972b6df82e38d50248ee2820aa98e2d0ad3090" + integrity sha512-jGWPzsUqzkow8HoAvqaPWTUPCrlPJaJ5tY8Iz7n1uCz3tTp6s3CDG0FF1NsX42WNlkRSW6Mr+CDZGnNoSsKa7g== + wrap-ansi@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85" @@ -16182,11 +17426,6 @@ ws@^7.0.0: resolved "https://registry.yarnpkg.com/ws/-/ws-7.3.1.tgz#d0547bf67f7ce4f12a72dfe31262c68d7dc551c8" integrity sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA== -ws@^7.4.3: - version "7.4.4" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.4.tgz#383bc9742cb202292c9077ceab6f6047b17f2d59" - integrity sha512-Qm8k8ojNQIMx7S+Zp8u/uHOx7Qazv3Yv4q68MiWWWOJhiwG5W3x7iqmRtJo8xxrciZUY4vRxUTJCKuRnF28ZZw== - xcode@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/xcode/-/xcode-2.1.0.tgz#bab64a7e954bb50ca8d19da7e09531c65a43ecfe" @@ -16215,13 +17454,6 @@ xml-parse-from-string@^1.0.0: resolved "https://registry.yarnpkg.com/xml-parse-from-string/-/xml-parse-from-string-1.0.1.tgz#a9029e929d3dbcded169f3c6e28238d95a5d5a28" integrity sha1-qQKekp09vN7RafPG4oI42VpdWig= -xml-parser@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/xml-parser/-/xml-parser-1.2.1.tgz#c31f4c34f2975db82ad013222120592736156fcd" - integrity sha1-wx9MNPKXXbgq0BMiISBZJzYVb80= - dependencies: - debug "^2.2.0" - xml2js@^0.4.5: version "0.4.23" resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.23.tgz#a0c69516752421eb2ac758ee4d4ccf58843eac66" @@ -16267,7 +17499,14 @@ xregexp@4.1.1: resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-4.1.1.tgz#eb8a032aa028d403f7b1b22c47a5f16c24b21d8d" integrity sha512-QJ1gfSUV7kEOLfpKFCjBJRnfPErUzkNKFMso4kDSmGpp3x6ZgkyKf74inxI7PnnQCFYq5TqYJCd7DrgDN8Q05A== -xregexp@^4.2.4, xregexp@^4.3.0: +xregexp@5.0.2: + version "5.0.2" + resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-5.0.2.tgz#798aa7757836f39cdbdeeba3daf94d75f7a9dcc1" + integrity sha512-JPNfN40YMNSDxZrahMrmtNH1QqPJp0/qNeEJM2nnOlhcBdfCCjekPYFV2OnwKxwvpEYglH1RBotbpRRaEuCG8Q== + dependencies: + "@babel/runtime-corejs3" "^7.12.1" + +xregexp@^4.2.4: version "4.3.0" resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-4.3.0.tgz#7e92e73d9174a99a59743f67a4ce879a04b5ae50" integrity sha512-7jXDIFXh5yJ/orPn4SXjuVrWWoi4Cr8jfV1eHv9CixKSbU+jY4mxfrBwAuDvupPNKpMUY+FeIqsVw/JLT9+B8g== @@ -16319,13 +17558,10 @@ yaml@^1.7.2: resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e" integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg== -yargs-parser@13.1.2, yargs-parser@^13.1.2: - version "13.1.2" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38" - integrity sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg== - dependencies: - camelcase "^5.0.0" - decamelize "^1.2.0" +yargs-parser@20.2.4: + version "20.2.4" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54" + integrity sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA== yargs-parser@^15.0.1: version "15.0.1" @@ -16355,16 +17591,7 @@ yargs-parser@^9.0.2: dependencies: camelcase "^4.1.0" -yargs-unparser@1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/yargs-unparser/-/yargs-unparser-1.6.0.tgz#ef25c2c769ff6bd09e4b0f9d7c605fb27846ea9f" - integrity sha512-W9tKgmSn0DpSatfri0nx52Joq5hVXgeLiqR/5G0sZNDoLZFOr/xjBUDcShCOGNsBnEMNo1KAMBkTej1Hm62HTw== - dependencies: - flat "^4.1.0" - lodash "^4.17.15" - yargs "^13.3.0" - -yargs-unparser@^2.0.0: +yargs-unparser@2.0.0, yargs-unparser@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/yargs-unparser/-/yargs-unparser-2.0.0.tgz#f131f9226911ae5d9ad38c432fe809366c2325eb" integrity sha512-7pRTIA9Qc1caZ0bZ6RYRGbHJthJWuakf+WmHK0rVeLkNrrGhfoabBNdue6kdINI6r4if7ocq9aD/n7xwKOdzOA== @@ -16374,21 +17601,18 @@ yargs-unparser@^2.0.0: flat "^5.0.2" is-plain-obj "^2.1.0" -yargs@13.3.2, yargs@^13.3.0: - version "13.3.2" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd" - integrity sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw== +yargs@16.2.0, yargs@^16.0.3, yargs@^16.1.1: + version "16.2.0" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66" + integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw== dependencies: - cliui "^5.0.0" - find-up "^3.0.0" - get-caller-file "^2.0.1" + cliui "^7.0.2" + escalade "^3.1.1" + get-caller-file "^2.0.5" require-directory "^2.1.1" - require-main-filename "^2.0.0" - set-blocking "^2.0.0" - string-width "^3.0.0" - which-module "^2.0.0" - y18n "^4.0.0" - yargs-parser "^13.1.2" + string-width "^4.2.0" + y18n "^5.0.5" + yargs-parser "^20.2.2" yargs@^11.0.0: version "11.1.1" @@ -16425,23 +17649,6 @@ yargs@^14.2.0: y18n "^4.0.0" yargs-parser "^15.0.1" -yargs@^15.0.2: - version "15.4.1" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8" - integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A== - dependencies: - cliui "^6.0.0" - decamelize "^1.2.0" - find-up "^4.1.0" - get-caller-file "^2.0.1" - require-directory "^2.1.1" - require-main-filename "^2.0.0" - set-blocking "^2.0.0" - string-width "^4.2.0" - which-module "^2.0.0" - y18n "^4.0.0" - yargs-parser "^18.1.2" - yargs@^15.1.0, yargs@^15.3.1: version "15.4.0" resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.0.tgz#53949fb768309bac1843de9b17b80051e9805ec2" @@ -16459,15 +17666,7 @@ yargs@^15.1.0, yargs@^15.3.1: y18n "^4.0.0" yargs-parser "^18.1.2" -yargs@^16.0.3: - version "16.2.0" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66" - integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw== - dependencies: - cliui "^7.0.2" - escalade "^3.1.1" - get-caller-file "^2.0.5" - require-directory "^2.1.1" - string-width "^4.2.0" - y18n "^5.0.5" - yargs-parser "^20.2.2" +yocto-queue@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" + integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==