From e0c4b9f466d903001ab5a9b8839fc6657391e087 Mon Sep 17 00:00:00 2001 From: Djorkaeff Alexandre Date: Thu, 13 Feb 2020 11:26:36 -0300 Subject: [PATCH 1/4] [FIX] Android overlaping messages --- android/app/build.gradle | 1 - .../rocket/reactnative/MainApplication.java | 2 - android/settings.gradle | 2 - app/containers/MessageBox/EmojiKeyboard.js | 36 - .../MessageBox/LeftButtons.android.js | 31 - .../{LeftButtons.ios.js => LeftButtons.js} | 0 .../MessageBox/RightButtons.android.js | 28 - .../{RightButtons.ios.js => RightButtons.js} | 0 .../MessageBox/buttons/ToggleEmojiButton.js | 38 - app/containers/MessageBox/buttons/index.js | 2 - app/containers/MessageBox/index.js | 76 +- app/containers/MessageBox/styles.js | 16 +- app/containers/message/index.js | 4 +- ios/Podfile.lock | 318 +- .../Color+Interpolation.h | 1 - .../react-native-keyboard-input/LNAnimator.h | 1 - .../LNInterpolable.h | 1 - .../LNInterpolation.h | 1 - .../NSValue+Interpolation.h | 1 - .../RCTCustomInputController.h | 1 - .../RCTCustomKeyboardViewController.h | 1 - .../Color+Interpolation.h | 1 - .../react-native-keyboard-input/LNAnimator.h | 1 - .../LNInterpolable.h | 1 - .../LNInterpolation.h | 1 - .../NSValue+Interpolation.h | 1 - .../RCTCustomInputController.h | 1 - .../RCTCustomKeyboardViewController.h | 1 - .../Local Podspecs/FBLazyVector.podspec.json | 4 +- .../FBReactNativeSpec.podspec.json | 14 +- .../Local Podspecs/RCTRequired.podspec.json | 4 +- .../Local Podspecs/RCTTypeSafety.podspec.json | 10 +- .../Local Podspecs/React-Core.podspec.json | 18 +- .../React-CoreModules.podspec.json | 14 +- .../React-RCTActionSheet.podspec.json | 6 +- .../React-RCTAnimation.podspec.json | 6 +- .../Local Podspecs/React-RCTBlob.podspec.json | 12 +- .../React-RCTImage.podspec.json | 8 +- .../React-RCTLinking.podspec.json | 6 +- .../React-RCTNetwork.podspec.json | 6 +- .../React-RCTSettings.podspec.json | 6 +- .../Local Podspecs/React-RCTText.podspec.json | 6 +- .../React-RCTVibration.podspec.json | 6 +- .../React-cxxreact.podspec.json | 6 +- .../Local Podspecs/React-jsi.podspec.json | 4 +- .../React-jsiexecutor.podspec.json | 8 +- .../React-jsinspector.podspec.json | 4 +- ios/Pods/Local Podspecs/React.podspec.json | 28 +- .../Local Podspecs/ReactCommon.podspec.json | 16 +- ios/Pods/Local Podspecs/Yoga.podspec.json | 2 +- .../react-native-jitsi-meet.podspec.json | 4 +- ...native-keyboard-tracking-view.podspec.json | 4 +- ios/Pods/Manifest.lock | 318 +- ios/Pods/Pods.xcodeproj/project.pbxproj | 15659 ++++++++-------- ...ods-RocketChatRN-acknowledgements.markdown | 25 - .../Pods-RocketChatRN-acknowledgements.plist | 31 - .../Pods-RocketChatRN.debug.xcconfig | 6 +- .../Pods-RocketChatRN.release.xcconfig | 6 +- ...hareRocketChatRN-acknowledgements.markdown | 25 - ...s-ShareRocketChatRN-acknowledgements.plist | 31 - .../Pods-ShareRocketChatRN.debug.xcconfig | 6 +- .../Pods-ShareRocketChatRN.release.xcconfig | 6 +- .../react-native-keyboard-input-dummy.m | 5 - .../react-native-keyboard-input-prefix.pch | 12 - .../react-native-keyboard-input.xcconfig | 11 - package.json | 3 +- .../react-native-keyboard-input+5.3.1.patch | 104 - ...native-keyboard-tracking-view+5.6.1.patch} | 0 react-native.config.js | 5 - yarn.lock | 16 +- 70 files changed, 8159 insertions(+), 8880 deletions(-) delete mode 100644 app/containers/MessageBox/EmojiKeyboard.js delete mode 100644 app/containers/MessageBox/LeftButtons.android.js rename app/containers/MessageBox/{LeftButtons.ios.js => LeftButtons.js} (100%) delete mode 100644 app/containers/MessageBox/RightButtons.android.js rename app/containers/MessageBox/{RightButtons.ios.js => RightButtons.js} (100%) delete mode 100644 app/containers/MessageBox/buttons/ToggleEmojiButton.js delete mode 120000 ios/Pods/Headers/Private/react-native-keyboard-input/Color+Interpolation.h delete mode 120000 ios/Pods/Headers/Private/react-native-keyboard-input/LNAnimator.h delete mode 120000 ios/Pods/Headers/Private/react-native-keyboard-input/LNInterpolable.h delete mode 120000 ios/Pods/Headers/Private/react-native-keyboard-input/LNInterpolation.h delete mode 120000 ios/Pods/Headers/Private/react-native-keyboard-input/NSValue+Interpolation.h delete mode 120000 ios/Pods/Headers/Private/react-native-keyboard-input/RCTCustomInputController.h delete mode 120000 ios/Pods/Headers/Private/react-native-keyboard-input/RCTCustomKeyboardViewController.h delete mode 120000 ios/Pods/Headers/Public/react-native-keyboard-input/Color+Interpolation.h delete mode 120000 ios/Pods/Headers/Public/react-native-keyboard-input/LNAnimator.h delete mode 120000 ios/Pods/Headers/Public/react-native-keyboard-input/LNInterpolable.h delete mode 120000 ios/Pods/Headers/Public/react-native-keyboard-input/LNInterpolation.h delete mode 120000 ios/Pods/Headers/Public/react-native-keyboard-input/NSValue+Interpolation.h delete mode 120000 ios/Pods/Headers/Public/react-native-keyboard-input/RCTCustomInputController.h delete mode 120000 ios/Pods/Headers/Public/react-native-keyboard-input/RCTCustomKeyboardViewController.h delete mode 100644 ios/Pods/Target Support Files/react-native-keyboard-input/react-native-keyboard-input-dummy.m delete mode 100644 ios/Pods/Target Support Files/react-native-keyboard-input/react-native-keyboard-input-prefix.pch delete mode 100644 ios/Pods/Target Support Files/react-native-keyboard-input/react-native-keyboard-input.xcconfig delete mode 100644 patches/react-native-keyboard-input+5.3.1.patch rename patches/{react-native-keyboard-tracking-view+5.5.0.patch => react-native-keyboard-tracking-view+5.6.1.patch} (100%) diff --git a/android/app/build.gradle b/android/app/build.gradle index a381e867369..b2394cf08d6 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -199,7 +199,6 @@ dependencies { addUnimodulesDependencies() implementation project(':watermelondb') implementation project(':reactnativenotifications') - implementation project(":reactnativekeyboardinput") implementation project(':@react-native-community_viewpager') implementation fileTree(dir: "libs", include: ["*.jar"]) implementation "com.facebook.react:react-native:+" // From node_modules diff --git a/android/app/src/main/java/chat/rocket/reactnative/MainApplication.java b/android/app/src/main/java/chat/rocket/reactnative/MainApplication.java index 2d1d5d22f28..ef1e8b1f03a 100644 --- a/android/app/src/main/java/chat/rocket/reactnative/MainApplication.java +++ b/android/app/src/main/java/chat/rocket/reactnative/MainApplication.java @@ -25,7 +25,6 @@ import com.wix.reactnativenotifications.core.JsIOHelper; import com.wix.reactnativenotifications.core.notification.INotificationsApplication; import com.wix.reactnativenotifications.core.notification.IPushNotification; -import com.wix.reactnativekeyboardinput.KeyboardInputPackage; import io.invertase.firebase.fabric.crashlytics.RNFirebaseCrashlyticsPackage; import io.invertase.firebase.analytics.RNFirebaseAnalyticsPackage; @@ -54,7 +53,6 @@ protected List getPackages() { packages.add(new RNFirebaseCrashlyticsPackage()); packages.add(new RNFirebaseAnalyticsPackage()); packages.add(new RNFirebasePerformancePackage()); - packages.add(new KeyboardInputPackage(MainApplication.this)); packages.add(new RNNotificationsPackage(MainApplication.this)); packages.add(new WatermelonDBPackage()); packages.add(new RNCViewPagerPackage()); diff --git a/android/settings.gradle b/android/settings.gradle index 26f8adaafd3..1947283a8c4 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -6,8 +6,6 @@ include ':watermelondb' project(':watermelondb').projectDir = new File(rootProject.projectDir, '../node_modules/@nozbe/watermelondb/native/android') include ':reactnativenotifications' project(':reactnativenotifications').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-notifications/android/app') -include ':reactnativekeyboardinput' -project(':reactnativekeyboardinput').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-keyboard-input/lib/android') include ':@react-native-community_viewpager' project(':@react-native-community_viewpager').projectDir = new File(rootProject.projectDir, '../node_modules/@react-native-community/viewpager/android') apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings) diff --git a/app/containers/MessageBox/EmojiKeyboard.js b/app/containers/MessageBox/EmojiKeyboard.js deleted file mode 100644 index f8bc13019b4..00000000000 --- a/app/containers/MessageBox/EmojiKeyboard.js +++ /dev/null @@ -1,36 +0,0 @@ -import React from 'react'; -import { View } from 'react-native'; -import { KeyboardRegistry } from 'react-native-keyboard-input'; -import PropTypes from 'prop-types'; - -import store from '../../lib/createStore'; -import EmojiPicker from '../EmojiPicker'; -import styles from './styles'; -import { themes } from '../../constants/colors'; -import { withTheme } from '../../theme'; - -export default class EmojiKeyboard extends React.PureComponent { - static propTypes = { - theme: PropTypes.string - }; - - constructor(props) { - super(props); - const state = store.getState(); - this.baseUrl = state.server.server; - } - - onEmojiSelected = (emoji) => { - KeyboardRegistry.onItemSelected('EmojiKeyboard', { emoji }); - } - - render() { - const { theme } = this.props; - return ( - - - - ); - } -} -KeyboardRegistry.registerKeyboard('EmojiKeyboard', () => withTheme(EmojiKeyboard)); diff --git a/app/containers/MessageBox/LeftButtons.android.js b/app/containers/MessageBox/LeftButtons.android.js deleted file mode 100644 index f118ccf6e19..00000000000 --- a/app/containers/MessageBox/LeftButtons.android.js +++ /dev/null @@ -1,31 +0,0 @@ -import React from 'react'; -import PropTypes from 'prop-types'; - -import { CancelEditingButton, ToggleEmojiButton } from './buttons'; - -const LeftButtons = React.memo(({ - theme, showEmojiKeyboard, editing, editCancel, openEmoji, closeEmoji -}) => { - if (editing) { - return ; - } - return ( - - ); -}); - -LeftButtons.propTypes = { - theme: PropTypes.string, - showEmojiKeyboard: PropTypes.bool, - openEmoji: PropTypes.func.isRequired, - closeEmoji: PropTypes.func.isRequired, - editing: PropTypes.bool, - editCancel: PropTypes.func.isRequired -}; - -export default LeftButtons; diff --git a/app/containers/MessageBox/LeftButtons.ios.js b/app/containers/MessageBox/LeftButtons.js similarity index 100% rename from app/containers/MessageBox/LeftButtons.ios.js rename to app/containers/MessageBox/LeftButtons.js diff --git a/app/containers/MessageBox/RightButtons.android.js b/app/containers/MessageBox/RightButtons.android.js deleted file mode 100644 index 716d9a258f4..00000000000 --- a/app/containers/MessageBox/RightButtons.android.js +++ /dev/null @@ -1,28 +0,0 @@ -import React from 'react'; -import PropTypes from 'prop-types'; - -import { SendButton, AudioButton, FileButton } from './buttons'; - -const RightButtons = React.memo(({ - theme, showSend, submit, recordAudioMessage, showFileActions -}) => { - if (showSend) { - return ; - } - return ( - <> - - - - ); -}); - -RightButtons.propTypes = { - theme: PropTypes.string, - showSend: PropTypes.bool, - submit: PropTypes.func.isRequired, - recordAudioMessage: PropTypes.func.isRequired, - showFileActions: PropTypes.func.isRequired -}; - -export default RightButtons; diff --git a/app/containers/MessageBox/RightButtons.ios.js b/app/containers/MessageBox/RightButtons.js similarity index 100% rename from app/containers/MessageBox/RightButtons.ios.js rename to app/containers/MessageBox/RightButtons.js diff --git a/app/containers/MessageBox/buttons/ToggleEmojiButton.js b/app/containers/MessageBox/buttons/ToggleEmojiButton.js deleted file mode 100644 index 86206b3c12b..00000000000 --- a/app/containers/MessageBox/buttons/ToggleEmojiButton.js +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react'; -import PropTypes from 'prop-types'; - -import BaseButton from './BaseButton'; - -const ToggleEmojiButton = React.memo(({ - theme, show, open, close -}) => { - if (show) { - return ( - - ); - } - return ( - - ); -}); - -ToggleEmojiButton.propTypes = { - theme: PropTypes.string, - show: PropTypes.bool, - open: PropTypes.func.isRequired, - close: PropTypes.func.isRequired -}; - -export default ToggleEmojiButton; diff --git a/app/containers/MessageBox/buttons/index.js b/app/containers/MessageBox/buttons/index.js index 5046ca50e88..8481a6de8ea 100644 --- a/app/containers/MessageBox/buttons/index.js +++ b/app/containers/MessageBox/buttons/index.js @@ -1,12 +1,10 @@ import CancelEditingButton from './CancelEditingButton'; -import ToggleEmojiButton from './ToggleEmojiButton'; import SendButton from './SendButton'; import AudioButton from './AudioButton'; import FileButton from './FileButton'; export { CancelEditingButton, - ToggleEmojiButton, SendButton, AudioButton, FileButton diff --git a/app/containers/MessageBox/index.js b/app/containers/MessageBox/index.js index 063e7669dc4..06a3e7f5d1a 100644 --- a/app/containers/MessageBox/index.js +++ b/app/containers/MessageBox/index.js @@ -2,12 +2,12 @@ import React, { Component } from 'react'; import PropTypes from 'prop-types'; import { View, Alert, Keyboard } from 'react-native'; import { connect } from 'react-redux'; -import { KeyboardAccessoryView } from 'react-native-keyboard-input'; import ImagePicker from 'react-native-image-crop-picker'; import equal from 'deep-equal'; import DocumentPicker from 'react-native-document-picker'; import ActionSheet from 'react-native-action-sheet'; import { Q } from '@nozbe/watermelondb'; +import { KeyboardTrackingView } from 'react-native-keyboard-tracking-view'; import { generateTriggerId } from '../../lib/methods/actions'; import TextInput from '../../presentation/TextInput'; @@ -98,7 +98,6 @@ class MessageBox extends Component { super(props); this.state = { mentions: [], - showEmojiKeyboard: false, showSend: false, recording: false, trackingType: '', @@ -170,10 +169,6 @@ class MessageBox extends Component { this.setShowSend(true); } - if (isAndroid) { - require('./EmojiKeyboard'); - } - if (isTablet) { EventEmiter.addEventListener(KEY_COMMAND, this.handleCommands); } @@ -198,7 +193,7 @@ class MessageBox extends Component { shouldComponentUpdate(nextProps, nextState) { const { - showEmojiKeyboard, showSend, recording, mentions, file, commandPreview + showSend, recording, mentions, file, commandPreview } = this.state; const { @@ -219,9 +214,6 @@ class MessageBox extends Component { if (nextProps.editing !== editing) { return true; } - if (nextState.showEmojiKeyboard !== showEmojiKeyboard) { - return true; - } if (nextState.showSend !== showSend) { return true; } @@ -315,10 +307,6 @@ class MessageBox extends Component { } }, 100) - onKeyboardResigned = () => { - this.closeEmoji(); - } - onPressMention = (item) => { if (!this.component) { return; @@ -363,24 +351,6 @@ class MessageBox extends Component { } } - onEmojiSelected = (keyboardId, params) => { - const { text } = this; - const { emoji } = params; - let newText = ''; - - // if messagebox has an active cursor - if (this.component && this.component._lastNativeSelection) { - const { start, end } = this.component._lastNativeSelection; - const cursor = Math.max(start, end); - newText = `${ text.substr(0, cursor) }${ emoji }${ text.substr(cursor) }`; - } else { - // if messagebox doesn't have a cursor, just append selected emoji - newText = `${ text }${ emoji }`; - } - this.setInput(newText); - this.setShowSend(true); - } - getPermalink = async(message) => { try { return await RocketChat.getPermalinkMessage(message); @@ -615,12 +585,6 @@ class MessageBox extends Component { this.clearInput(); } - openEmoji = async() => { - await this.setState({ - showEmojiKeyboard: true - }); - } - recordAudioMessage = async() => { const recording = await Recording.permission(); this.setState({ recording }); @@ -645,10 +609,6 @@ class MessageBox extends Component { } } - closeEmoji = () => { - this.setState({ showEmojiKeyboard: false }); - } - submit = async() => { const { onSubmit, rid: roomId, tmid @@ -657,7 +617,6 @@ class MessageBox extends Component { this.clearInput(); this.debouncedOnChangeText.stop(); - this.closeEmoji(); this.stopTrackingMention(); this.handleTyping(false); if (message.trim() === '') { @@ -741,10 +700,7 @@ class MessageBox extends Component { } identifyMentionKeyword = (keyword, type) => { - this.setState({ - showEmojiKeyboard: false, - trackingType: type - }); + this.setState({ trackingType: type }); this.updateMentions(keyword, type); } @@ -778,7 +734,7 @@ class MessageBox extends Component { renderContent = () => { const { - recording, showEmojiKeyboard, showSend, mentions, trackingType, commandPreview, showCommandPreview + recording, showSend, mentions, trackingType, commandPreview, showCommandPreview } = this.state; const { editing, message, replying, replyCancel, user, getCustomEmoji, theme @@ -815,12 +771,9 @@ class MessageBox extends Component { > this.component = component} @@ -842,7 +795,6 @@ class MessageBox extends Component { showSend={showSend} submit={this.submit} recordAudioMessage={this.recordAudioMessage} - showFileActions={this.showFileActions} /> @@ -852,7 +804,7 @@ class MessageBox extends Component { render() { console.count(`${ this.constructor.name }.render calls`); - const { showEmojiKeyboard, file } = this.state; + const { file } = this.state; const { user, baseUrl, theme } = this.props; return ( - + > + {this.renderContent()} + { const { item, isThreadRoom } = this.props; - KeyboardUtils.dismiss(); + Keyboard.dismiss(); if (((item.tlm || item.tmid) && !isThreadRoom)) { this.onThreadPress(); diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 7785bc00104..32b767be1da 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -26,14 +26,14 @@ PODS: - EXWebBrowser (6.0.0): - UMCore - Fabric (1.10.2) - - FBLazyVector (0.61.3) - - FBReactNativeSpec (0.61.3): + - FBLazyVector (0.61.5) + - FBReactNativeSpec (0.61.5): - Folly (= 2018.10.22.00) - - RCTRequired (= 0.61.3) - - RCTTypeSafety (= 0.61.3) - - React-Core (= 0.61.3) - - React-jsi (= 0.61.3) - - ReactCommon/turbomodule/core (= 0.61.3) + - RCTRequired (= 0.61.5) + - RCTTypeSafety (= 0.61.5) + - React-Core (= 0.61.5) + - React-jsi (= 0.61.5) + - ReactCommon/turbomodule/core (= 0.61.5) - Firebase/Core (6.8.1): - Firebase/CoreOnly - FirebaseAnalytics (= 6.1.1) @@ -119,169 +119,169 @@ PODS: - nanopb/decode (0.3.901) - nanopb/encode (0.3.901) - QBImagePickerController (3.4.0) - - RCTRequired (0.61.3) - - RCTTypeSafety (0.61.3): - - FBLazyVector (= 0.61.3) + - RCTRequired (0.61.5) + - RCTTypeSafety (0.61.5): + - FBLazyVector (= 0.61.5) - Folly (= 2018.10.22.00) - - RCTRequired (= 0.61.3) - - React-Core (= 0.61.3) - - React (0.61.3): - - React-Core (= 0.61.3) - - React-Core/DevSupport (= 0.61.3) - - React-Core/RCTWebSocket (= 0.61.3) - - React-RCTActionSheet (= 0.61.3) - - React-RCTAnimation (= 0.61.3) - - React-RCTBlob (= 0.61.3) - - React-RCTImage (= 0.61.3) - - React-RCTLinking (= 0.61.3) - - React-RCTNetwork (= 0.61.3) - - React-RCTSettings (= 0.61.3) - - React-RCTText (= 0.61.3) - - React-RCTVibration (= 0.61.3) - - React-Core (0.61.3): + - RCTRequired (= 0.61.5) + - React-Core (= 0.61.5) + - React (0.61.5): + - React-Core (= 0.61.5) + - React-Core/DevSupport (= 0.61.5) + - React-Core/RCTWebSocket (= 0.61.5) + - React-RCTActionSheet (= 0.61.5) + - React-RCTAnimation (= 0.61.5) + - React-RCTBlob (= 0.61.5) + - React-RCTImage (= 0.61.5) + - React-RCTLinking (= 0.61.5) + - React-RCTNetwork (= 0.61.5) + - React-RCTSettings (= 0.61.5) + - React-RCTText (= 0.61.5) + - React-RCTVibration (= 0.61.5) + - React-Core (0.61.5): - Folly (= 2018.10.22.00) - glog - - React-Core/Default (= 0.61.3) - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - React-jsiexecutor (= 0.61.3) + - React-Core/Default (= 0.61.5) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - React-jsiexecutor (= 0.61.5) - Yoga - - React-Core/CoreModulesHeaders (0.61.3): + - React-Core/CoreModulesHeaders (0.61.5): - Folly (= 2018.10.22.00) - glog - React-Core/Default - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - React-jsiexecutor (= 0.61.3) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - React-jsiexecutor (= 0.61.5) - Yoga - - React-Core/Default (0.61.3): + - React-Core/Default (0.61.5): - Folly (= 2018.10.22.00) - glog - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - React-jsiexecutor (= 0.61.3) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - React-jsiexecutor (= 0.61.5) - Yoga - - React-Core/DevSupport (0.61.3): + - React-Core/DevSupport (0.61.5): - Folly (= 2018.10.22.00) - glog - - React-Core/Default (= 0.61.3) - - React-Core/RCTWebSocket (= 0.61.3) - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - React-jsiexecutor (= 0.61.3) - - React-jsinspector (= 0.61.3) + - React-Core/Default (= 0.61.5) + - React-Core/RCTWebSocket (= 0.61.5) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - React-jsiexecutor (= 0.61.5) + - React-jsinspector (= 0.61.5) - Yoga - - React-Core/RCTActionSheetHeaders (0.61.3): + - React-Core/RCTActionSheetHeaders (0.61.5): - Folly (= 2018.10.22.00) - glog - React-Core/Default - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - React-jsiexecutor (= 0.61.3) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - React-jsiexecutor (= 0.61.5) - Yoga - - React-Core/RCTAnimationHeaders (0.61.3): + - React-Core/RCTAnimationHeaders (0.61.5): - Folly (= 2018.10.22.00) - glog - React-Core/Default - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - React-jsiexecutor (= 0.61.3) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - React-jsiexecutor (= 0.61.5) - Yoga - - React-Core/RCTBlobHeaders (0.61.3): + - React-Core/RCTBlobHeaders (0.61.5): - Folly (= 2018.10.22.00) - glog - React-Core/Default - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - React-jsiexecutor (= 0.61.3) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - React-jsiexecutor (= 0.61.5) - Yoga - - React-Core/RCTImageHeaders (0.61.3): + - React-Core/RCTImageHeaders (0.61.5): - Folly (= 2018.10.22.00) - glog - React-Core/Default - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - React-jsiexecutor (= 0.61.3) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - React-jsiexecutor (= 0.61.5) - Yoga - - React-Core/RCTLinkingHeaders (0.61.3): + - React-Core/RCTLinkingHeaders (0.61.5): - Folly (= 2018.10.22.00) - glog - React-Core/Default - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - React-jsiexecutor (= 0.61.3) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - React-jsiexecutor (= 0.61.5) - Yoga - - React-Core/RCTNetworkHeaders (0.61.3): + - React-Core/RCTNetworkHeaders (0.61.5): - Folly (= 2018.10.22.00) - glog - React-Core/Default - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - React-jsiexecutor (= 0.61.3) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - React-jsiexecutor (= 0.61.5) - Yoga - - React-Core/RCTSettingsHeaders (0.61.3): + - React-Core/RCTSettingsHeaders (0.61.5): - Folly (= 2018.10.22.00) - glog - React-Core/Default - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - React-jsiexecutor (= 0.61.3) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - React-jsiexecutor (= 0.61.5) - Yoga - - React-Core/RCTTextHeaders (0.61.3): + - React-Core/RCTTextHeaders (0.61.5): - Folly (= 2018.10.22.00) - glog - React-Core/Default - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - React-jsiexecutor (= 0.61.3) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - React-jsiexecutor (= 0.61.5) - Yoga - - React-Core/RCTVibrationHeaders (0.61.3): + - React-Core/RCTVibrationHeaders (0.61.5): - Folly (= 2018.10.22.00) - glog - React-Core/Default - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - React-jsiexecutor (= 0.61.3) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - React-jsiexecutor (= 0.61.5) - Yoga - - React-Core/RCTWebSocket (0.61.3): + - React-Core/RCTWebSocket (0.61.5): - Folly (= 2018.10.22.00) - glog - - React-Core/Default (= 0.61.3) - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - React-jsiexecutor (= 0.61.3) + - React-Core/Default (= 0.61.5) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - React-jsiexecutor (= 0.61.5) - Yoga - - React-CoreModules (0.61.3): - - FBReactNativeSpec (= 0.61.3) + - React-CoreModules (0.61.5): + - FBReactNativeSpec (= 0.61.5) - Folly (= 2018.10.22.00) - - RCTTypeSafety (= 0.61.3) - - React-Core/CoreModulesHeaders (= 0.61.3) - - React-RCTImage (= 0.61.3) - - ReactCommon/turbomodule/core (= 0.61.3) - - React-cxxreact (0.61.3): + - RCTTypeSafety (= 0.61.5) + - React-Core/CoreModulesHeaders (= 0.61.5) + - React-RCTImage (= 0.61.5) + - ReactCommon/turbomodule/core (= 0.61.5) + - React-cxxreact (0.61.5): - boost-for-react-native (= 1.63.0) - DoubleConversion - Folly (= 2018.10.22.00) - glog - - React-jsinspector (= 0.61.3) - - React-jsi (0.61.3): + - React-jsinspector (= 0.61.5) + - React-jsi (0.61.5): - boost-for-react-native (= 1.63.0) - DoubleConversion - Folly (= 2018.10.22.00) - glog - - React-jsi/Default (= 0.61.3) - - React-jsi/Default (0.61.3): + - React-jsi/Default (= 0.61.5) + - React-jsi/Default (0.61.5): - boost-for-react-native (= 1.63.0) - DoubleConversion - Folly (= 2018.10.22.00) - glog - - React-jsiexecutor (0.61.3): + - React-jsiexecutor (0.61.5): - DoubleConversion - Folly (= 2018.10.22.00) - glog - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - React-jsinspector (0.61.3) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - React-jsinspector (0.61.5) - react-native-appearance (0.3.1): - React - react-native-background-timer (2.1.1): @@ -290,12 +290,10 @@ PODS: - React - react-native-document-picker (3.2.4): - React - - react-native-jitsi-meet (2.0.3): + - react-native-jitsi-meet (2.0.4): - JitsiMeetSDK - React - - react-native-keyboard-input (5.3.1): - - React - - react-native-keyboard-tracking-view (5.5.0): + - react-native-keyboard-tracking-view (5.6.1): - React - react-native-notifications (2.0.6): - React @@ -310,41 +308,41 @@ PODS: - React - react-native-webview (7.5.1): - React - - React-RCTActionSheet (0.61.3): - - React-Core/RCTActionSheetHeaders (= 0.61.3) - - React-RCTAnimation (0.61.3): - - React-Core/RCTAnimationHeaders (= 0.61.3) - - React-RCTBlob (0.61.3): - - React-Core/RCTBlobHeaders (= 0.61.3) - - React-Core/RCTWebSocket (= 0.61.3) - - React-jsi (= 0.61.3) - - React-RCTNetwork (= 0.61.3) - - React-RCTImage (0.61.3): - - React-Core/RCTImageHeaders (= 0.61.3) - - React-RCTNetwork (= 0.61.3) - - React-RCTLinking (0.61.3): - - React-Core/RCTLinkingHeaders (= 0.61.3) - - React-RCTNetwork (0.61.3): - - React-Core/RCTNetworkHeaders (= 0.61.3) - - React-RCTSettings (0.61.3): - - React-Core/RCTSettingsHeaders (= 0.61.3) - - React-RCTText (0.61.3): - - React-Core/RCTTextHeaders (= 0.61.3) - - React-RCTVibration (0.61.3): - - React-Core/RCTVibrationHeaders (= 0.61.3) - - ReactCommon/jscallinvoker (0.61.3): + - React-RCTActionSheet (0.61.5): + - React-Core/RCTActionSheetHeaders (= 0.61.5) + - React-RCTAnimation (0.61.5): + - React-Core/RCTAnimationHeaders (= 0.61.5) + - React-RCTBlob (0.61.5): + - React-Core/RCTBlobHeaders (= 0.61.5) + - React-Core/RCTWebSocket (= 0.61.5) + - React-jsi (= 0.61.5) + - React-RCTNetwork (= 0.61.5) + - React-RCTImage (0.61.5): + - React-Core/RCTImageHeaders (= 0.61.5) + - React-RCTNetwork (= 0.61.5) + - React-RCTLinking (0.61.5): + - React-Core/RCTLinkingHeaders (= 0.61.5) + - React-RCTNetwork (0.61.5): + - React-Core/RCTNetworkHeaders (= 0.61.5) + - React-RCTSettings (0.61.5): + - React-Core/RCTSettingsHeaders (= 0.61.5) + - React-RCTText (0.61.5): + - React-Core/RCTTextHeaders (= 0.61.5) + - React-RCTVibration (0.61.5): + - React-Core/RCTVibrationHeaders (= 0.61.5) + - ReactCommon/jscallinvoker (0.61.5): - DoubleConversion - Folly (= 2018.10.22.00) - glog - - React-cxxreact (= 0.61.3) - - ReactCommon/turbomodule/core (0.61.3): + - React-cxxreact (= 0.61.5) + - ReactCommon/turbomodule/core (0.61.5): - DoubleConversion - Folly (= 2018.10.22.00) - glog - - React-Core (= 0.61.3) - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - ReactCommon/jscallinvoker (= 0.61.3) + - React-Core (= 0.61.5) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - ReactCommon/jscallinvoker (= 0.61.5) - ReactNativeART (1.0.4): - React - rn-extensions-share (2.3.10): @@ -447,7 +445,6 @@ DEPENDENCIES: - "react-native-cameraroll (from `../node_modules/@react-native-community/cameraroll`)" - react-native-document-picker (from `../node_modules/react-native-document-picker`) - react-native-jitsi-meet (from `../node_modules/react-native-jitsi-meet`) - - react-native-keyboard-input (from `../node_modules/react-native-keyboard-input`) - react-native-keyboard-tracking-view (from `../node_modules/react-native-keyboard-tracking-view`) - react-native-notifications (from `../node_modules/react-native-notifications`) - react-native-orientation-locker (from `../node_modules/react-native-orientation-locker`) @@ -584,8 +581,6 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native-document-picker" react-native-jitsi-meet: :path: "../node_modules/react-native-jitsi-meet" - react-native-keyboard-input: - :path: "../node_modules/react-native-keyboard-input" react-native-keyboard-tracking-view: :path: "../node_modules/react-native-keyboard-tracking-view" react-native-notifications: @@ -709,8 +704,8 @@ SPEC CHECKSUMS: EXPermissions: 99e52dc3e5f8e55153f1958004f6df2a30a1f2f5 EXWebBrowser: def838b95aa9d396f9ce71ace4e614ee16e7ee30 Fabric: 706c8b8098fff96c33c0db69cbf81f9c551d0d74 - FBLazyVector: 5bc5b1606fc9a7ac6956de049f6e30901ed31c49 - FBReactNativeSpec: f7be9bcc5ce259f7c39509f3f4caf59020d11d4c + FBLazyVector: aaeaf388755e4f29cd74acbc9e3b8da6d807c37f + FBReactNativeSpec: 118d0d177724c2d67f08a59136eb29ef5943ec75 Firebase: 9cbe4e5b5eaafa05dc932be58b7c8c3820d71e88 FirebaseAnalytics: 843c7f64a8f9c79f0d03281197ebe7bb1d58d477 FirebaseCore: e9d9bd1dae61c1e82bc1e0e617a9d832392086a0 @@ -728,37 +723,36 @@ SPEC CHECKSUMS: libwebp: 057912d6d0abfb6357d8bb05c0ea470301f5d61e nanopb: 2901f78ea1b7b4015c860c2fdd1ea2fee1a18d48 QBImagePickerController: d54cf93db6decf26baf6ed3472f336ef35cae022 - RCTRequired: a72523286ea3381f97b28d87529c265baad3ad7d - RCTTypeSafety: e3cc0537400222250f0be37bd69f4b339d3c0a0f - React: 3dc877fc32548b0c7108ca7f301466f4956cbff8 - React-Core: ca94e2e7d22cdcc266a405c4d2ad5e5675145776 - React-CoreModules: aa415458b5d7dacd10ac1b324d679f6e17cd8685 - React-cxxreact: bac5da3d62ee98abd3c1bf7338a7cc6205da7f69 - React-jsi: 8bcf5836caa8a759c135ab9ef97f3e023a7b94af - React-jsiexecutor: ae078e9df9c65bcdcf68f9a17656657932d95528 - React-jsinspector: a8939cc6909607eb5e8a5ecfff7c6226984e174d + RCTRequired: b153add4da6e7dbc44aebf93f3cf4fcae392ddf1 + RCTTypeSafety: 9aa1b91d7f9310fc6eadc3cf95126ffe818af320 + React: b6a59ef847b2b40bb6e0180a97d0ca716969ac78 + React-Core: 688b451f7d616cc1134ac95295b593d1b5158a04 + React-CoreModules: d04f8494c1a328b69ec11db9d1137d667f916dcb + React-cxxreact: d0f7bcafa196ae410e5300736b424455e7fb7ba7 + React-jsi: cb2cd74d7ccf4cffb071a46833613edc79cdf8f7 + React-jsiexecutor: d5525f9ed5f782fdbacb64b9b01a43a9323d2386 + React-jsinspector: fa0ecc501688c3c4c34f28834a76302233e29dc0 react-native-appearance: 368f9d1160e3f1d7ecb5945e704affe018deef46 react-native-background-timer: 1b6e6b4e10f1b74c367a1fdc3c72b67c619b222b react-native-cameraroll: 463aff54e37cff27ea76eb792e6f1fa43b876320 react-native-document-picker: c36bf5f067a581657ecaf7124dcd921a8be19061 - react-native-jitsi-meet: 1ca89538b8ef3158bfd306d60325d7f11ca1451a - react-native-keyboard-input: 2a01e0aceac330592bbe9b3101761bb9d8e6d1fb - react-native-keyboard-tracking-view: 1ebd24a2b6ca2314549aa51775995678094bffa1 + react-native-jitsi-meet: 5bc06e8b65a7d04fd3705d5720f3b2ec66e49a29 + react-native-keyboard-tracking-view: 4bb67b89ccd327c7d9eab87f722880d2103a25a8 react-native-notifications: 163ddedac6fcc8d850ea15b06abdadcacdff00f1 react-native-orientation-locker: 23918c400376a7043e752c639c122fcf6bce8f1c react-native-slider: 39208600e44f885e2d2c0510b5c6435a0f62d087 react-native-video: d01ed7ff1e38fa7dcc6c15c94cf505e661b7bfd0 react-native-webview: 2aadbfef6b9eaa9e89b306ae3e31e6e870a6306d - React-RCTActionSheet: 94671eef55b01a93be735605822ef712d5ea208e - React-RCTAnimation: 524ae33e73de9c0fe6501a7a4bda8e01d26499d9 - React-RCTBlob: 5481c2db702f57207af7e7a9b32d90524b821b72 - React-RCTImage: b472cc0606f8a7c1ac270d6ccc57123a09439a32 - React-RCTLinking: 9cfc7bfdfda078489736695ac476de1f265b9f82 - React-RCTNetwork: 967547e4eeac92e55d41573a82da7fff4003052a - React-RCTSettings: 6ab7911172056b5077dacd9240f057eeeb1b121b - React-RCTText: b8f895b94aa0e7778fef28d13f3d71eed4a10c3d - React-RCTVibration: 262588c97551b0b1c675468cda857466ba5af18f - ReactCommon: c2c63d9290b422ca6ad5b3663073a015dd892ae9 + React-RCTActionSheet: 600b4d10e3aea0913b5a92256d2719c0cdd26d76 + React-RCTAnimation: 791a87558389c80908ed06cc5dfc5e7920dfa360 + React-RCTBlob: d89293cc0236d9cb0933d85e430b0bbe81ad1d72 + React-RCTImage: 6b8e8df449eb7c814c99a92d6b52de6fe39dea4e + React-RCTLinking: 121bb231c7503cf9094f4d8461b96a130fabf4a5 + React-RCTNetwork: fb353640aafcee84ca8b78957297bd395f065c9a + React-RCTSettings: 8db258ea2a5efee381fcf7a6d5044e2f8b68b640 + React-RCTText: 9ccc88273e9a3aacff5094d2175a605efa854dbe + React-RCTVibration: a49a1f42bf8f5acf1c3e297097517c6b3af377ad + ReactCommon: 198c7c8d3591f975e5431bec1b0b3b581aa1c5dd ReactNativeART: 95d7eeb535cbdcb79f190042834ab3446e15d876 rn-extensions-share: 4bfee75806ad54aadeff1dfa535697a6345a50b8 rn-fetch-blob: f525a73a78df9ed5d35e67ea65e79d53c15255bc @@ -791,7 +785,7 @@ SPEC CHECKSUMS: UMReactNativeAdapter: 131ea2b944ade8035f0b54c6570c405f6000548d UMSensorsInterface: 0ed023ce9b96f2ca6fada7bda05b7760da60b293 UMTaskManagerInterface: 8664abd37a00715727e60df9ecd65e42ba47b548 - Yoga: 02036f6383c0008edb7ef0773a0e6beb6ce82bd1 + Yoga: f2a7cd4280bfe2cca5a7aed98ba0eb3d1310f18b PODFILE CHECKSUM: 18d0b080112c72e9cc76a381c1baba1172c6ca4d diff --git a/ios/Pods/Headers/Private/react-native-keyboard-input/Color+Interpolation.h b/ios/Pods/Headers/Private/react-native-keyboard-input/Color+Interpolation.h deleted file mode 120000 index 685267d9de2..00000000000 --- a/ios/Pods/Headers/Private/react-native-keyboard-input/Color+Interpolation.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/react-native-keyboard-input/lib/ios/LNInterpolation/Color+Interpolation.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/react-native-keyboard-input/LNAnimator.h b/ios/Pods/Headers/Private/react-native-keyboard-input/LNAnimator.h deleted file mode 120000 index e1b81c3ee51..00000000000 --- a/ios/Pods/Headers/Private/react-native-keyboard-input/LNAnimator.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/react-native-keyboard-input/lib/ios/LNInterpolation/LNAnimator.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/react-native-keyboard-input/LNInterpolable.h b/ios/Pods/Headers/Private/react-native-keyboard-input/LNInterpolable.h deleted file mode 120000 index d87d3b3139d..00000000000 --- a/ios/Pods/Headers/Private/react-native-keyboard-input/LNInterpolable.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/react-native-keyboard-input/lib/ios/LNInterpolation/LNInterpolable.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/react-native-keyboard-input/LNInterpolation.h b/ios/Pods/Headers/Private/react-native-keyboard-input/LNInterpolation.h deleted file mode 120000 index 399db4e8a9f..00000000000 --- a/ios/Pods/Headers/Private/react-native-keyboard-input/LNInterpolation.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/react-native-keyboard-input/lib/ios/LNInterpolation/LNInterpolation.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/react-native-keyboard-input/NSValue+Interpolation.h b/ios/Pods/Headers/Private/react-native-keyboard-input/NSValue+Interpolation.h deleted file mode 120000 index f0fb3a2db02..00000000000 --- a/ios/Pods/Headers/Private/react-native-keyboard-input/NSValue+Interpolation.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/react-native-keyboard-input/lib/ios/LNInterpolation/NSValue+Interpolation.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/react-native-keyboard-input/RCTCustomInputController.h b/ios/Pods/Headers/Private/react-native-keyboard-input/RCTCustomInputController.h deleted file mode 120000 index 10196d20819..00000000000 --- a/ios/Pods/Headers/Private/react-native-keyboard-input/RCTCustomInputController.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/react-native-keyboard-input/lib/ios/RCTCustomInputController/RCTCustomInputController.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/react-native-keyboard-input/RCTCustomKeyboardViewController.h b/ios/Pods/Headers/Private/react-native-keyboard-input/RCTCustomKeyboardViewController.h deleted file mode 120000 index 254b600efa2..00000000000 --- a/ios/Pods/Headers/Private/react-native-keyboard-input/RCTCustomKeyboardViewController.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/react-native-keyboard-input/lib/ios/RCTCustomInputController/RCTCustomKeyboardViewController.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/react-native-keyboard-input/Color+Interpolation.h b/ios/Pods/Headers/Public/react-native-keyboard-input/Color+Interpolation.h deleted file mode 120000 index 685267d9de2..00000000000 --- a/ios/Pods/Headers/Public/react-native-keyboard-input/Color+Interpolation.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/react-native-keyboard-input/lib/ios/LNInterpolation/Color+Interpolation.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/react-native-keyboard-input/LNAnimator.h b/ios/Pods/Headers/Public/react-native-keyboard-input/LNAnimator.h deleted file mode 120000 index e1b81c3ee51..00000000000 --- a/ios/Pods/Headers/Public/react-native-keyboard-input/LNAnimator.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/react-native-keyboard-input/lib/ios/LNInterpolation/LNAnimator.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/react-native-keyboard-input/LNInterpolable.h b/ios/Pods/Headers/Public/react-native-keyboard-input/LNInterpolable.h deleted file mode 120000 index d87d3b3139d..00000000000 --- a/ios/Pods/Headers/Public/react-native-keyboard-input/LNInterpolable.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/react-native-keyboard-input/lib/ios/LNInterpolation/LNInterpolable.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/react-native-keyboard-input/LNInterpolation.h b/ios/Pods/Headers/Public/react-native-keyboard-input/LNInterpolation.h deleted file mode 120000 index 399db4e8a9f..00000000000 --- a/ios/Pods/Headers/Public/react-native-keyboard-input/LNInterpolation.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/react-native-keyboard-input/lib/ios/LNInterpolation/LNInterpolation.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/react-native-keyboard-input/NSValue+Interpolation.h b/ios/Pods/Headers/Public/react-native-keyboard-input/NSValue+Interpolation.h deleted file mode 120000 index f0fb3a2db02..00000000000 --- a/ios/Pods/Headers/Public/react-native-keyboard-input/NSValue+Interpolation.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/react-native-keyboard-input/lib/ios/LNInterpolation/NSValue+Interpolation.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/react-native-keyboard-input/RCTCustomInputController.h b/ios/Pods/Headers/Public/react-native-keyboard-input/RCTCustomInputController.h deleted file mode 120000 index 10196d20819..00000000000 --- a/ios/Pods/Headers/Public/react-native-keyboard-input/RCTCustomInputController.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/react-native-keyboard-input/lib/ios/RCTCustomInputController/RCTCustomInputController.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/react-native-keyboard-input/RCTCustomKeyboardViewController.h b/ios/Pods/Headers/Public/react-native-keyboard-input/RCTCustomKeyboardViewController.h deleted file mode 120000 index 254b600efa2..00000000000 --- a/ios/Pods/Headers/Public/react-native-keyboard-input/RCTCustomKeyboardViewController.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../node_modules/react-native-keyboard-input/lib/ios/RCTCustomInputController/RCTCustomKeyboardViewController.h \ No newline at end of file diff --git a/ios/Pods/Local Podspecs/FBLazyVector.podspec.json b/ios/Pods/Local Podspecs/FBLazyVector.podspec.json index 8c140ca3962..49b379c2715 100644 --- a/ios/Pods/Local Podspecs/FBLazyVector.podspec.json +++ b/ios/Pods/Local Podspecs/FBLazyVector.podspec.json @@ -1,6 +1,6 @@ { "name": "FBLazyVector", - "version": "0.61.3", + "version": "0.61.5", "summary": "-", "homepage": "http://facebook.github.io/react-native/", "license": "MIT", @@ -11,7 +11,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.61.3" + "tag": "v0.61.5" }, "source_files": "**/*.{c,h,m,mm,cpp}", "header_dir": "FBLazyVector" diff --git a/ios/Pods/Local Podspecs/FBReactNativeSpec.podspec.json b/ios/Pods/Local Podspecs/FBReactNativeSpec.podspec.json index 01a90ecfa96..0de6cf318d0 100644 --- a/ios/Pods/Local Podspecs/FBReactNativeSpec.podspec.json +++ b/ios/Pods/Local Podspecs/FBReactNativeSpec.podspec.json @@ -1,6 +1,6 @@ { "name": "FBReactNativeSpec", - "version": "0.61.3", + "version": "0.61.5", "summary": "-", "homepage": "http://facebook.github.io/react-native/", "license": "MIT", @@ -12,7 +12,7 @@ "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness", "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.61.3" + "tag": "v0.61.5" }, "source_files": "**/*.{c,h,m,mm,cpp}", "header_dir": "FBReactNativeSpec", @@ -26,19 +26,19 @@ "2018.10.22.00" ], "RCTRequired": [ - "0.61.3" + "0.61.5" ], "RCTTypeSafety": [ - "0.61.3" + "0.61.5" ], "React-Core": [ - "0.61.3" + "0.61.5" ], "React-jsi": [ - "0.61.3" + "0.61.5" ], "ReactCommon/turbomodule/core": [ - "0.61.3" + "0.61.5" ] } } diff --git a/ios/Pods/Local Podspecs/RCTRequired.podspec.json b/ios/Pods/Local Podspecs/RCTRequired.podspec.json index 5c3f65c46ae..6edaa733570 100644 --- a/ios/Pods/Local Podspecs/RCTRequired.podspec.json +++ b/ios/Pods/Local Podspecs/RCTRequired.podspec.json @@ -1,6 +1,6 @@ { "name": "RCTRequired", - "version": "0.61.3", + "version": "0.61.5", "summary": "-", "homepage": "http://facebook.github.io/react-native/", "license": "MIT", @@ -11,7 +11,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.61.3" + "tag": "v0.61.5" }, "source_files": "**/*.{c,h,m,mm,cpp}", "header_dir": "RCTRequired" diff --git a/ios/Pods/Local Podspecs/RCTTypeSafety.podspec.json b/ios/Pods/Local Podspecs/RCTTypeSafety.podspec.json index 1022f240726..e565054b5a8 100644 --- a/ios/Pods/Local Podspecs/RCTTypeSafety.podspec.json +++ b/ios/Pods/Local Podspecs/RCTTypeSafety.podspec.json @@ -1,6 +1,6 @@ { "name": "RCTTypeSafety", - "version": "0.61.3", + "version": "0.61.5", "summary": "-", "homepage": "http://facebook.github.io/react-native/", "license": "MIT", @@ -12,7 +12,7 @@ "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32", "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.61.3" + "tag": "v0.61.5" }, "source_files": "**/*.{c,h,m,mm,cpp}", "header_dir": "RCTTypeSafety", @@ -23,16 +23,16 @@ }, "dependencies": { "FBLazyVector": [ - "0.61.3" + "0.61.5" ], "Folly": [ "2018.10.22.00" ], "RCTRequired": [ - "0.61.3" + "0.61.5" ], "React-Core": [ - "0.61.3" + "0.61.5" ] } } diff --git a/ios/Pods/Local Podspecs/React-Core.podspec.json b/ios/Pods/Local Podspecs/React-Core.podspec.json index d3a5130ce6a..2a944ce8e99 100644 --- a/ios/Pods/Local Podspecs/React-Core.podspec.json +++ b/ios/Pods/Local Podspecs/React-Core.podspec.json @@ -1,6 +1,6 @@ { "name": "React-Core", - "version": "0.61.3", + "version": "0.61.5", "summary": "The core of React Native.", "homepage": "http://facebook.github.io/react-native/", "license": "MIT", @@ -11,7 +11,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.61.3" + "tag": "v0.61.5" }, "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation", "header_dir": "React", @@ -29,13 +29,13 @@ "2018.10.22.00" ], "React-cxxreact": [ - "0.61.3" + "0.61.5" ], "React-jsi": [ - "0.61.3" + "0.61.5" ], "React-jsiexecutor": [ - "0.61.3" + "0.61.5" ], "Yoga": [ @@ -78,13 +78,13 @@ ], "dependencies": { "React-Core/Default": [ - "0.61.3" + "0.61.5" ], "React-Core/RCTWebSocket": [ - "0.61.3" + "0.61.5" ], "React-jsinspector": [ - "0.61.3" + "0.61.5" ] } }, @@ -93,7 +93,7 @@ "source_files": "Libraries/WebSocket/*.{h,m}", "dependencies": { "React-Core/Default": [ - "0.61.3" + "0.61.5" ] } }, diff --git a/ios/Pods/Local Podspecs/React-CoreModules.podspec.json b/ios/Pods/Local Podspecs/React-CoreModules.podspec.json index b26f314b54a..c71988208fe 100644 --- a/ios/Pods/Local Podspecs/React-CoreModules.podspec.json +++ b/ios/Pods/Local Podspecs/React-CoreModules.podspec.json @@ -1,6 +1,6 @@ { "name": "React-CoreModules", - "version": "0.61.3", + "version": "0.61.5", "summary": "-", "homepage": "http://facebook.github.io/react-native/", "license": "MIT", @@ -12,7 +12,7 @@ "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness", "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.61.3" + "tag": "v0.61.5" }, "source_files": "**/*.{c,m,mm,cpp}", "header_dir": "CoreModules", @@ -23,22 +23,22 @@ }, "dependencies": { "FBReactNativeSpec": [ - "0.61.3" + "0.61.5" ], "RCTTypeSafety": [ - "0.61.3" + "0.61.5" ], "React-RCTImage": [ - "0.61.3" + "0.61.5" ], "Folly": [ "2018.10.22.00" ], "React-Core/CoreModulesHeaders": [ - "0.61.3" + "0.61.5" ], "ReactCommon/turbomodule/core": [ - "0.61.3" + "0.61.5" ] } } diff --git a/ios/Pods/Local Podspecs/React-RCTActionSheet.podspec.json b/ios/Pods/Local Podspecs/React-RCTActionSheet.podspec.json index 07ca9da9b2a..f7d7a5792cf 100644 --- a/ios/Pods/Local Podspecs/React-RCTActionSheet.podspec.json +++ b/ios/Pods/Local Podspecs/React-RCTActionSheet.podspec.json @@ -1,6 +1,6 @@ { "name": "React-RCTActionSheet", - "version": "0.61.3", + "version": "0.61.5", "summary": "An API for displaying iOS action sheets and share sheets.", "homepage": "http://facebook.github.io/react-native/", "documentation_url": "https://facebook.github.io/react-native/docs/actionsheetios", @@ -12,7 +12,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.61.3" + "tag": "v0.61.5" }, "source_files": "*.{m}", "preserve_paths": [ @@ -23,7 +23,7 @@ "header_dir": "RCTActionSheet", "dependencies": { "React-Core/RCTActionSheetHeaders": [ - "0.61.3" + "0.61.5" ] } } diff --git a/ios/Pods/Local Podspecs/React-RCTAnimation.podspec.json b/ios/Pods/Local Podspecs/React-RCTAnimation.podspec.json index f0d5f8afb53..d289a7b1bf4 100644 --- a/ios/Pods/Local Podspecs/React-RCTAnimation.podspec.json +++ b/ios/Pods/Local Podspecs/React-RCTAnimation.podspec.json @@ -1,6 +1,6 @@ { "name": "React-RCTAnimation", - "version": "0.61.3", + "version": "0.61.5", "summary": "A native driver for the Animated API.", "homepage": "http://facebook.github.io/react-native/", "license": "MIT", @@ -11,7 +11,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.61.3" + "tag": "v0.61.5" }, "source_files": "{Drivers/*,Nodes/*,*}.{m}", "preserve_paths": [ @@ -22,7 +22,7 @@ "header_dir": "RCTAnimation", "dependencies": { "React-Core/RCTAnimationHeaders": [ - "0.61.3" + "0.61.5" ] } } diff --git a/ios/Pods/Local Podspecs/React-RCTBlob.podspec.json b/ios/Pods/Local Podspecs/React-RCTBlob.podspec.json index aaf9800e248..c34a4b343b1 100644 --- a/ios/Pods/Local Podspecs/React-RCTBlob.podspec.json +++ b/ios/Pods/Local Podspecs/React-RCTBlob.podspec.json @@ -1,6 +1,6 @@ { "name": "React-RCTBlob", - "version": "0.61.3", + "version": "0.61.5", "summary": "An API for displaying iOS action sheets and share sheets.", "homepage": "http://facebook.github.io/react-native/", "license": "MIT", @@ -11,7 +11,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.61.3" + "tag": "v0.61.5" }, "source_files": [ "*.{m,mm}", @@ -25,16 +25,16 @@ "header_dir": "RCTBlob", "dependencies": { "React-Core/RCTBlobHeaders": [ - "0.61.3" + "0.61.5" ], "React-Core/RCTWebSocket": [ - "0.61.3" + "0.61.5" ], "React-RCTNetwork": [ - "0.61.3" + "0.61.5" ], "React-jsi": [ - "0.61.3" + "0.61.5" ] } } diff --git a/ios/Pods/Local Podspecs/React-RCTImage.podspec.json b/ios/Pods/Local Podspecs/React-RCTImage.podspec.json index 48d0c64e069..e7e4b948396 100644 --- a/ios/Pods/Local Podspecs/React-RCTImage.podspec.json +++ b/ios/Pods/Local Podspecs/React-RCTImage.podspec.json @@ -1,6 +1,6 @@ { "name": "React-RCTImage", - "version": "0.61.3", + "version": "0.61.5", "summary": "A React component for displaying different types of images.", "homepage": "http://facebook.github.io/react-native/", "documentation_url": "https://facebook.github.io/react-native/docs/image", @@ -12,7 +12,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.61.3" + "tag": "v0.61.5" }, "source_files": "*.{m}", "preserve_paths": [ @@ -23,10 +23,10 @@ "header_dir": "RCTImage", "dependencies": { "React-Core/RCTImageHeaders": [ - "0.61.3" + "0.61.5" ], "React-RCTNetwork": [ - "0.61.3" + "0.61.5" ] } } diff --git a/ios/Pods/Local Podspecs/React-RCTLinking.podspec.json b/ios/Pods/Local Podspecs/React-RCTLinking.podspec.json index 0541f5ba58f..9ca82d44cfc 100644 --- a/ios/Pods/Local Podspecs/React-RCTLinking.podspec.json +++ b/ios/Pods/Local Podspecs/React-RCTLinking.podspec.json @@ -1,6 +1,6 @@ { "name": "React-RCTLinking", - "version": "0.61.3", + "version": "0.61.5", "summary": "A general interface to interact with both incoming and outgoing app links.", "homepage": "http://facebook.github.io/react-native/", "documentation_url": "https://facebook.github.io/react-native/docs/linking", @@ -12,7 +12,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.61.3" + "tag": "v0.61.5" }, "source_files": "*.{m}", "preserve_paths": [ @@ -23,7 +23,7 @@ "header_dir": "RCTLinking", "dependencies": { "React-Core/RCTLinkingHeaders": [ - "0.61.3" + "0.61.5" ] } } diff --git a/ios/Pods/Local Podspecs/React-RCTNetwork.podspec.json b/ios/Pods/Local Podspecs/React-RCTNetwork.podspec.json index 7cb7b473e44..e37369f3c1a 100644 --- a/ios/Pods/Local Podspecs/React-RCTNetwork.podspec.json +++ b/ios/Pods/Local Podspecs/React-RCTNetwork.podspec.json @@ -1,6 +1,6 @@ { "name": "React-RCTNetwork", - "version": "0.61.3", + "version": "0.61.5", "summary": "The networking library of React Native.", "homepage": "http://facebook.github.io/react-native/", "license": "MIT", @@ -11,7 +11,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.61.3" + "tag": "v0.61.5" }, "source_files": "*.{m,mm}", "preserve_paths": [ @@ -22,7 +22,7 @@ "header_dir": "RCTNetwork", "dependencies": { "React-Core/RCTNetworkHeaders": [ - "0.61.3" + "0.61.5" ] } } diff --git a/ios/Pods/Local Podspecs/React-RCTSettings.podspec.json b/ios/Pods/Local Podspecs/React-RCTSettings.podspec.json index 58107e855e1..fee12127278 100644 --- a/ios/Pods/Local Podspecs/React-RCTSettings.podspec.json +++ b/ios/Pods/Local Podspecs/React-RCTSettings.podspec.json @@ -1,6 +1,6 @@ { "name": "React-RCTSettings", - "version": "0.61.3", + "version": "0.61.5", "summary": "A wrapper for NSUserDefaults, a persistent key-value store available only on iOS.", "homepage": "http://facebook.github.io/react-native/", "documentation_url": "https://facebook.github.io/react-native/docs/settings", @@ -12,7 +12,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.61.3" + "tag": "v0.61.5" }, "source_files": "*.{m}", "preserve_paths": [ @@ -23,7 +23,7 @@ "header_dir": "RCTSettings", "dependencies": { "React-Core/RCTSettingsHeaders": [ - "0.61.3" + "0.61.5" ] } } diff --git a/ios/Pods/Local Podspecs/React-RCTText.podspec.json b/ios/Pods/Local Podspecs/React-RCTText.podspec.json index 327b66b32f6..efc9545fc7c 100644 --- a/ios/Pods/Local Podspecs/React-RCTText.podspec.json +++ b/ios/Pods/Local Podspecs/React-RCTText.podspec.json @@ -1,6 +1,6 @@ { "name": "React-RCTText", - "version": "0.61.3", + "version": "0.61.5", "summary": "A React component for displaying text.", "homepage": "http://facebook.github.io/react-native/", "documentation_url": "https://facebook.github.io/react-native/docs/text", @@ -12,7 +12,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.61.3" + "tag": "v0.61.5" }, "source_files": "**/*.{h,m}", "preserve_paths": [ @@ -23,7 +23,7 @@ "header_dir": "RCTText", "dependencies": { "React-Core/RCTTextHeaders": [ - "0.61.3" + "0.61.5" ] } } diff --git a/ios/Pods/Local Podspecs/React-RCTVibration.podspec.json b/ios/Pods/Local Podspecs/React-RCTVibration.podspec.json index baf39c38f4c..55afaf1f3cc 100644 --- a/ios/Pods/Local Podspecs/React-RCTVibration.podspec.json +++ b/ios/Pods/Local Podspecs/React-RCTVibration.podspec.json @@ -1,6 +1,6 @@ { "name": "React-RCTVibration", - "version": "0.61.3", + "version": "0.61.5", "summary": "An API for controlling the vibration hardware of the device.", "homepage": "http://facebook.github.io/react-native/", "documentation_url": "https://facebook.github.io/react-native/docs/vibration", @@ -12,7 +12,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.61.3" + "tag": "v0.61.5" }, "source_files": "*.{m}", "preserve_paths": [ @@ -23,7 +23,7 @@ "header_dir": "RCTVibration", "dependencies": { "React-Core/RCTVibrationHeaders": [ - "0.61.3" + "0.61.5" ] } } diff --git a/ios/Pods/Local Podspecs/React-cxxreact.podspec.json b/ios/Pods/Local Podspecs/React-cxxreact.podspec.json index 472fa710a17..37f185ace4d 100644 --- a/ios/Pods/Local Podspecs/React-cxxreact.podspec.json +++ b/ios/Pods/Local Podspecs/React-cxxreact.podspec.json @@ -1,6 +1,6 @@ { "name": "React-cxxreact", - "version": "0.61.3", + "version": "0.61.5", "summary": "-", "homepage": "http://facebook.github.io/react-native/", "license": "MIT", @@ -11,7 +11,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.61.3" + "tag": "v0.61.5" }, "source_files": "*.{cpp,h}", "exclude_files": "SampleCxxModule.*", @@ -34,7 +34,7 @@ ], "React-jsinspector": [ - "0.61.3" + "0.61.5" ] } } diff --git a/ios/Pods/Local Podspecs/React-jsi.podspec.json b/ios/Pods/Local Podspecs/React-jsi.podspec.json index a436429e229..b3d7bf0a7f6 100644 --- a/ios/Pods/Local Podspecs/React-jsi.podspec.json +++ b/ios/Pods/Local Podspecs/React-jsi.podspec.json @@ -1,6 +1,6 @@ { "name": "React-jsi", - "version": "0.61.3", + "version": "0.61.5", "summary": "-", "homepage": "http://facebook.github.io/react-native/", "license": "MIT", @@ -11,7 +11,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.61.3" + "tag": "v0.61.5" }, "source_files": "**/*.{cpp,h}", "exclude_files": "**/test/*", diff --git a/ios/Pods/Local Podspecs/React-jsiexecutor.podspec.json b/ios/Pods/Local Podspecs/React-jsiexecutor.podspec.json index b9b98da5ad2..53b9fe94aae 100644 --- a/ios/Pods/Local Podspecs/React-jsiexecutor.podspec.json +++ b/ios/Pods/Local Podspecs/React-jsiexecutor.podspec.json @@ -1,6 +1,6 @@ { "name": "React-jsiexecutor", - "version": "0.61.3", + "version": "0.61.5", "summary": "-", "homepage": "http://facebook.github.io/react-native/", "license": "MIT", @@ -11,7 +11,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.61.3" + "tag": "v0.61.5" }, "source_files": "jsireact/*.{cpp,h}", "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation", @@ -21,10 +21,10 @@ "header_dir": "jsireact", "dependencies": { "React-cxxreact": [ - "0.61.3" + "0.61.5" ], "React-jsi": [ - "0.61.3" + "0.61.5" ], "Folly": [ "2018.10.22.00" diff --git a/ios/Pods/Local Podspecs/React-jsinspector.podspec.json b/ios/Pods/Local Podspecs/React-jsinspector.podspec.json index a72764c90d4..36350a8de00 100644 --- a/ios/Pods/Local Podspecs/React-jsinspector.podspec.json +++ b/ios/Pods/Local Podspecs/React-jsinspector.podspec.json @@ -1,6 +1,6 @@ { "name": "React-jsinspector", - "version": "0.61.3", + "version": "0.61.5", "summary": "-", "homepage": "http://facebook.github.io/react-native/", "license": "MIT", @@ -11,7 +11,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.61.3" + "tag": "v0.61.5" }, "source_files": "*.{cpp,h}", "header_dir": "jsinspector" diff --git a/ios/Pods/Local Podspecs/React.podspec.json b/ios/Pods/Local Podspecs/React.podspec.json index 94a31602ed4..ae1a5959860 100644 --- a/ios/Pods/Local Podspecs/React.podspec.json +++ b/ios/Pods/Local Podspecs/React.podspec.json @@ -1,6 +1,6 @@ { "name": "React", - "version": "0.61.3", + "version": "0.61.5", "summary": "A framework for building native apps using React", "description": "React Native apps are built using the React JS\nframework, and render directly to native UIKit\nelements using a fully asynchronous architecture.\nThere is no browser and no HTML. We have picked what\nwe think is the best set of features from these and\nother technologies to build what we hope to become\nthe best product development framework available,\nwith an emphasis on iteration speed, developer\ndelight, continuity of technology, and absolutely\nbeautiful and fast products with no compromises in\nquality or capability.", "homepage": "http://facebook.github.io/react-native/", @@ -12,7 +12,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.61.3" + "tag": "v0.61.5" }, "preserve_paths": [ "package.json", @@ -22,40 +22,40 @@ "cocoapods_version": ">= 1.2.0", "dependencies": { "React-Core": [ - "0.61.3" + "0.61.5" ], "React-Core/DevSupport": [ - "0.61.3" + "0.61.5" ], "React-Core/RCTWebSocket": [ - "0.61.3" + "0.61.5" ], "React-RCTActionSheet": [ - "0.61.3" + "0.61.5" ], "React-RCTAnimation": [ - "0.61.3" + "0.61.5" ], "React-RCTBlob": [ - "0.61.3" + "0.61.5" ], "React-RCTImage": [ - "0.61.3" + "0.61.5" ], "React-RCTLinking": [ - "0.61.3" + "0.61.5" ], "React-RCTNetwork": [ - "0.61.3" + "0.61.5" ], "React-RCTSettings": [ - "0.61.3" + "0.61.5" ], "React-RCTText": [ - "0.61.3" + "0.61.5" ], "React-RCTVibration": [ - "0.61.3" + "0.61.5" ] } } diff --git a/ios/Pods/Local Podspecs/ReactCommon.podspec.json b/ios/Pods/Local Podspecs/ReactCommon.podspec.json index d4450ee0e90..842cd05c894 100644 --- a/ios/Pods/Local Podspecs/ReactCommon.podspec.json +++ b/ios/Pods/Local Podspecs/ReactCommon.podspec.json @@ -1,7 +1,7 @@ { "name": "ReactCommon", "module_name": "ReactCommon", - "version": "0.61.3", + "version": "0.61.5", "summary": "-", "homepage": "http://facebook.github.io/react-native/", "license": "MIT", @@ -12,7 +12,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.61.3" + "tag": "v0.61.5" }, "header_dir": "ReactCommon", "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation", @@ -27,7 +27,7 @@ "source_files": "jscallinvoker/**/*.{cpp,h}", "dependencies": { "React-cxxreact": [ - "0.61.3" + "0.61.5" ], "DoubleConversion": [ @@ -44,16 +44,16 @@ "name": "turbomodule", "dependencies": { "ReactCommon/jscallinvoker": [ - "0.61.3" + "0.61.5" ], "React-Core": [ - "0.61.3" + "0.61.5" ], "React-cxxreact": [ - "0.61.3" + "0.61.5" ], "React-jsi": [ - "0.61.3" + "0.61.5" ], "Folly": [ "2018.10.22.00" @@ -81,7 +81,7 @@ ], "dependencies": { "ReactCommon/turbomodule/core": [ - "0.61.3" + "0.61.5" ] } } diff --git a/ios/Pods/Local Podspecs/Yoga.podspec.json b/ios/Pods/Local Podspecs/Yoga.podspec.json index eea9e63a509..7f7ee1e682a 100644 --- a/ios/Pods/Local Podspecs/Yoga.podspec.json +++ b/ios/Pods/Local Podspecs/Yoga.podspec.json @@ -11,7 +11,7 @@ "authors": "Facebook", "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.61.3" + "tag": "v0.61.5" }, "module_name": "yoga", "header_dir": "yoga", diff --git a/ios/Pods/Local Podspecs/react-native-jitsi-meet.podspec.json b/ios/Pods/Local Podspecs/react-native-jitsi-meet.podspec.json index 5227fe74386..271c00e8d2e 100644 --- a/ios/Pods/Local Podspecs/react-native-jitsi-meet.podspec.json +++ b/ios/Pods/Local Podspecs/react-native-jitsi-meet.podspec.json @@ -1,6 +1,6 @@ { "name": "react-native-jitsi-meet", - "version": "2.0.3", + "version": "2.0.4", "summary": "Jitsi Meet SDK wrapper for React Native.", "license": "Apache-2.0", "authors": { @@ -13,7 +13,7 @@ }, "source": { "git": "https://github.com/skrafft/react-native-jitsi-meet.git", - "tag": "v2.0.3" + "tag": "v2.0.4" }, "source_files": "ios/**/*.{h,m}", "dependencies": { diff --git a/ios/Pods/Local Podspecs/react-native-keyboard-tracking-view.podspec.json b/ios/Pods/Local Podspecs/react-native-keyboard-tracking-view.podspec.json index aae1d83009f..a402849d004 100644 --- a/ios/Pods/Local Podspecs/react-native-keyboard-tracking-view.podspec.json +++ b/ios/Pods/Local Podspecs/react-native-keyboard-tracking-view.podspec.json @@ -1,6 +1,6 @@ { "name": "react-native-keyboard-tracking-view", - "version": "5.5.0", + "version": "5.6.1", "summary": "React Native UI component which tracks the keyboard", "license": "MIT", "authors": "Artal Druk ", @@ -10,7 +10,7 @@ }, "source": { "git": "https://github.com/wix/react-native-keyboard-tracking-view.git", - "tag": "v5.5.0" + "tag": "v5.6.1" }, "source_files": "lib/**/*.{h,m}", "dependencies": { diff --git a/ios/Pods/Manifest.lock b/ios/Pods/Manifest.lock index 7785bc00104..32b767be1da 100644 --- a/ios/Pods/Manifest.lock +++ b/ios/Pods/Manifest.lock @@ -26,14 +26,14 @@ PODS: - EXWebBrowser (6.0.0): - UMCore - Fabric (1.10.2) - - FBLazyVector (0.61.3) - - FBReactNativeSpec (0.61.3): + - FBLazyVector (0.61.5) + - FBReactNativeSpec (0.61.5): - Folly (= 2018.10.22.00) - - RCTRequired (= 0.61.3) - - RCTTypeSafety (= 0.61.3) - - React-Core (= 0.61.3) - - React-jsi (= 0.61.3) - - ReactCommon/turbomodule/core (= 0.61.3) + - RCTRequired (= 0.61.5) + - RCTTypeSafety (= 0.61.5) + - React-Core (= 0.61.5) + - React-jsi (= 0.61.5) + - ReactCommon/turbomodule/core (= 0.61.5) - Firebase/Core (6.8.1): - Firebase/CoreOnly - FirebaseAnalytics (= 6.1.1) @@ -119,169 +119,169 @@ PODS: - nanopb/decode (0.3.901) - nanopb/encode (0.3.901) - QBImagePickerController (3.4.0) - - RCTRequired (0.61.3) - - RCTTypeSafety (0.61.3): - - FBLazyVector (= 0.61.3) + - RCTRequired (0.61.5) + - RCTTypeSafety (0.61.5): + - FBLazyVector (= 0.61.5) - Folly (= 2018.10.22.00) - - RCTRequired (= 0.61.3) - - React-Core (= 0.61.3) - - React (0.61.3): - - React-Core (= 0.61.3) - - React-Core/DevSupport (= 0.61.3) - - React-Core/RCTWebSocket (= 0.61.3) - - React-RCTActionSheet (= 0.61.3) - - React-RCTAnimation (= 0.61.3) - - React-RCTBlob (= 0.61.3) - - React-RCTImage (= 0.61.3) - - React-RCTLinking (= 0.61.3) - - React-RCTNetwork (= 0.61.3) - - React-RCTSettings (= 0.61.3) - - React-RCTText (= 0.61.3) - - React-RCTVibration (= 0.61.3) - - React-Core (0.61.3): + - RCTRequired (= 0.61.5) + - React-Core (= 0.61.5) + - React (0.61.5): + - React-Core (= 0.61.5) + - React-Core/DevSupport (= 0.61.5) + - React-Core/RCTWebSocket (= 0.61.5) + - React-RCTActionSheet (= 0.61.5) + - React-RCTAnimation (= 0.61.5) + - React-RCTBlob (= 0.61.5) + - React-RCTImage (= 0.61.5) + - React-RCTLinking (= 0.61.5) + - React-RCTNetwork (= 0.61.5) + - React-RCTSettings (= 0.61.5) + - React-RCTText (= 0.61.5) + - React-RCTVibration (= 0.61.5) + - React-Core (0.61.5): - Folly (= 2018.10.22.00) - glog - - React-Core/Default (= 0.61.3) - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - React-jsiexecutor (= 0.61.3) + - React-Core/Default (= 0.61.5) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - React-jsiexecutor (= 0.61.5) - Yoga - - React-Core/CoreModulesHeaders (0.61.3): + - React-Core/CoreModulesHeaders (0.61.5): - Folly (= 2018.10.22.00) - glog - React-Core/Default - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - React-jsiexecutor (= 0.61.3) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - React-jsiexecutor (= 0.61.5) - Yoga - - React-Core/Default (0.61.3): + - React-Core/Default (0.61.5): - Folly (= 2018.10.22.00) - glog - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - React-jsiexecutor (= 0.61.3) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - React-jsiexecutor (= 0.61.5) - Yoga - - React-Core/DevSupport (0.61.3): + - React-Core/DevSupport (0.61.5): - Folly (= 2018.10.22.00) - glog - - React-Core/Default (= 0.61.3) - - React-Core/RCTWebSocket (= 0.61.3) - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - React-jsiexecutor (= 0.61.3) - - React-jsinspector (= 0.61.3) + - React-Core/Default (= 0.61.5) + - React-Core/RCTWebSocket (= 0.61.5) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - React-jsiexecutor (= 0.61.5) + - React-jsinspector (= 0.61.5) - Yoga - - React-Core/RCTActionSheetHeaders (0.61.3): + - React-Core/RCTActionSheetHeaders (0.61.5): - Folly (= 2018.10.22.00) - glog - React-Core/Default - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - React-jsiexecutor (= 0.61.3) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - React-jsiexecutor (= 0.61.5) - Yoga - - React-Core/RCTAnimationHeaders (0.61.3): + - React-Core/RCTAnimationHeaders (0.61.5): - Folly (= 2018.10.22.00) - glog - React-Core/Default - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - React-jsiexecutor (= 0.61.3) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - React-jsiexecutor (= 0.61.5) - Yoga - - React-Core/RCTBlobHeaders (0.61.3): + - React-Core/RCTBlobHeaders (0.61.5): - Folly (= 2018.10.22.00) - glog - React-Core/Default - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - React-jsiexecutor (= 0.61.3) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - React-jsiexecutor (= 0.61.5) - Yoga - - React-Core/RCTImageHeaders (0.61.3): + - React-Core/RCTImageHeaders (0.61.5): - Folly (= 2018.10.22.00) - glog - React-Core/Default - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - React-jsiexecutor (= 0.61.3) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - React-jsiexecutor (= 0.61.5) - Yoga - - React-Core/RCTLinkingHeaders (0.61.3): + - React-Core/RCTLinkingHeaders (0.61.5): - Folly (= 2018.10.22.00) - glog - React-Core/Default - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - React-jsiexecutor (= 0.61.3) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - React-jsiexecutor (= 0.61.5) - Yoga - - React-Core/RCTNetworkHeaders (0.61.3): + - React-Core/RCTNetworkHeaders (0.61.5): - Folly (= 2018.10.22.00) - glog - React-Core/Default - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - React-jsiexecutor (= 0.61.3) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - React-jsiexecutor (= 0.61.5) - Yoga - - React-Core/RCTSettingsHeaders (0.61.3): + - React-Core/RCTSettingsHeaders (0.61.5): - Folly (= 2018.10.22.00) - glog - React-Core/Default - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - React-jsiexecutor (= 0.61.3) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - React-jsiexecutor (= 0.61.5) - Yoga - - React-Core/RCTTextHeaders (0.61.3): + - React-Core/RCTTextHeaders (0.61.5): - Folly (= 2018.10.22.00) - glog - React-Core/Default - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - React-jsiexecutor (= 0.61.3) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - React-jsiexecutor (= 0.61.5) - Yoga - - React-Core/RCTVibrationHeaders (0.61.3): + - React-Core/RCTVibrationHeaders (0.61.5): - Folly (= 2018.10.22.00) - glog - React-Core/Default - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - React-jsiexecutor (= 0.61.3) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - React-jsiexecutor (= 0.61.5) - Yoga - - React-Core/RCTWebSocket (0.61.3): + - React-Core/RCTWebSocket (0.61.5): - Folly (= 2018.10.22.00) - glog - - React-Core/Default (= 0.61.3) - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - React-jsiexecutor (= 0.61.3) + - React-Core/Default (= 0.61.5) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - React-jsiexecutor (= 0.61.5) - Yoga - - React-CoreModules (0.61.3): - - FBReactNativeSpec (= 0.61.3) + - React-CoreModules (0.61.5): + - FBReactNativeSpec (= 0.61.5) - Folly (= 2018.10.22.00) - - RCTTypeSafety (= 0.61.3) - - React-Core/CoreModulesHeaders (= 0.61.3) - - React-RCTImage (= 0.61.3) - - ReactCommon/turbomodule/core (= 0.61.3) - - React-cxxreact (0.61.3): + - RCTTypeSafety (= 0.61.5) + - React-Core/CoreModulesHeaders (= 0.61.5) + - React-RCTImage (= 0.61.5) + - ReactCommon/turbomodule/core (= 0.61.5) + - React-cxxreact (0.61.5): - boost-for-react-native (= 1.63.0) - DoubleConversion - Folly (= 2018.10.22.00) - glog - - React-jsinspector (= 0.61.3) - - React-jsi (0.61.3): + - React-jsinspector (= 0.61.5) + - React-jsi (0.61.5): - boost-for-react-native (= 1.63.0) - DoubleConversion - Folly (= 2018.10.22.00) - glog - - React-jsi/Default (= 0.61.3) - - React-jsi/Default (0.61.3): + - React-jsi/Default (= 0.61.5) + - React-jsi/Default (0.61.5): - boost-for-react-native (= 1.63.0) - DoubleConversion - Folly (= 2018.10.22.00) - glog - - React-jsiexecutor (0.61.3): + - React-jsiexecutor (0.61.5): - DoubleConversion - Folly (= 2018.10.22.00) - glog - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - React-jsinspector (0.61.3) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - React-jsinspector (0.61.5) - react-native-appearance (0.3.1): - React - react-native-background-timer (2.1.1): @@ -290,12 +290,10 @@ PODS: - React - react-native-document-picker (3.2.4): - React - - react-native-jitsi-meet (2.0.3): + - react-native-jitsi-meet (2.0.4): - JitsiMeetSDK - React - - react-native-keyboard-input (5.3.1): - - React - - react-native-keyboard-tracking-view (5.5.0): + - react-native-keyboard-tracking-view (5.6.1): - React - react-native-notifications (2.0.6): - React @@ -310,41 +308,41 @@ PODS: - React - react-native-webview (7.5.1): - React - - React-RCTActionSheet (0.61.3): - - React-Core/RCTActionSheetHeaders (= 0.61.3) - - React-RCTAnimation (0.61.3): - - React-Core/RCTAnimationHeaders (= 0.61.3) - - React-RCTBlob (0.61.3): - - React-Core/RCTBlobHeaders (= 0.61.3) - - React-Core/RCTWebSocket (= 0.61.3) - - React-jsi (= 0.61.3) - - React-RCTNetwork (= 0.61.3) - - React-RCTImage (0.61.3): - - React-Core/RCTImageHeaders (= 0.61.3) - - React-RCTNetwork (= 0.61.3) - - React-RCTLinking (0.61.3): - - React-Core/RCTLinkingHeaders (= 0.61.3) - - React-RCTNetwork (0.61.3): - - React-Core/RCTNetworkHeaders (= 0.61.3) - - React-RCTSettings (0.61.3): - - React-Core/RCTSettingsHeaders (= 0.61.3) - - React-RCTText (0.61.3): - - React-Core/RCTTextHeaders (= 0.61.3) - - React-RCTVibration (0.61.3): - - React-Core/RCTVibrationHeaders (= 0.61.3) - - ReactCommon/jscallinvoker (0.61.3): + - React-RCTActionSheet (0.61.5): + - React-Core/RCTActionSheetHeaders (= 0.61.5) + - React-RCTAnimation (0.61.5): + - React-Core/RCTAnimationHeaders (= 0.61.5) + - React-RCTBlob (0.61.5): + - React-Core/RCTBlobHeaders (= 0.61.5) + - React-Core/RCTWebSocket (= 0.61.5) + - React-jsi (= 0.61.5) + - React-RCTNetwork (= 0.61.5) + - React-RCTImage (0.61.5): + - React-Core/RCTImageHeaders (= 0.61.5) + - React-RCTNetwork (= 0.61.5) + - React-RCTLinking (0.61.5): + - React-Core/RCTLinkingHeaders (= 0.61.5) + - React-RCTNetwork (0.61.5): + - React-Core/RCTNetworkHeaders (= 0.61.5) + - React-RCTSettings (0.61.5): + - React-Core/RCTSettingsHeaders (= 0.61.5) + - React-RCTText (0.61.5): + - React-Core/RCTTextHeaders (= 0.61.5) + - React-RCTVibration (0.61.5): + - React-Core/RCTVibrationHeaders (= 0.61.5) + - ReactCommon/jscallinvoker (0.61.5): - DoubleConversion - Folly (= 2018.10.22.00) - glog - - React-cxxreact (= 0.61.3) - - ReactCommon/turbomodule/core (0.61.3): + - React-cxxreact (= 0.61.5) + - ReactCommon/turbomodule/core (0.61.5): - DoubleConversion - Folly (= 2018.10.22.00) - glog - - React-Core (= 0.61.3) - - React-cxxreact (= 0.61.3) - - React-jsi (= 0.61.3) - - ReactCommon/jscallinvoker (= 0.61.3) + - React-Core (= 0.61.5) + - React-cxxreact (= 0.61.5) + - React-jsi (= 0.61.5) + - ReactCommon/jscallinvoker (= 0.61.5) - ReactNativeART (1.0.4): - React - rn-extensions-share (2.3.10): @@ -447,7 +445,6 @@ DEPENDENCIES: - "react-native-cameraroll (from `../node_modules/@react-native-community/cameraroll`)" - react-native-document-picker (from `../node_modules/react-native-document-picker`) - react-native-jitsi-meet (from `../node_modules/react-native-jitsi-meet`) - - react-native-keyboard-input (from `../node_modules/react-native-keyboard-input`) - react-native-keyboard-tracking-view (from `../node_modules/react-native-keyboard-tracking-view`) - react-native-notifications (from `../node_modules/react-native-notifications`) - react-native-orientation-locker (from `../node_modules/react-native-orientation-locker`) @@ -584,8 +581,6 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native-document-picker" react-native-jitsi-meet: :path: "../node_modules/react-native-jitsi-meet" - react-native-keyboard-input: - :path: "../node_modules/react-native-keyboard-input" react-native-keyboard-tracking-view: :path: "../node_modules/react-native-keyboard-tracking-view" react-native-notifications: @@ -709,8 +704,8 @@ SPEC CHECKSUMS: EXPermissions: 99e52dc3e5f8e55153f1958004f6df2a30a1f2f5 EXWebBrowser: def838b95aa9d396f9ce71ace4e614ee16e7ee30 Fabric: 706c8b8098fff96c33c0db69cbf81f9c551d0d74 - FBLazyVector: 5bc5b1606fc9a7ac6956de049f6e30901ed31c49 - FBReactNativeSpec: f7be9bcc5ce259f7c39509f3f4caf59020d11d4c + FBLazyVector: aaeaf388755e4f29cd74acbc9e3b8da6d807c37f + FBReactNativeSpec: 118d0d177724c2d67f08a59136eb29ef5943ec75 Firebase: 9cbe4e5b5eaafa05dc932be58b7c8c3820d71e88 FirebaseAnalytics: 843c7f64a8f9c79f0d03281197ebe7bb1d58d477 FirebaseCore: e9d9bd1dae61c1e82bc1e0e617a9d832392086a0 @@ -728,37 +723,36 @@ SPEC CHECKSUMS: libwebp: 057912d6d0abfb6357d8bb05c0ea470301f5d61e nanopb: 2901f78ea1b7b4015c860c2fdd1ea2fee1a18d48 QBImagePickerController: d54cf93db6decf26baf6ed3472f336ef35cae022 - RCTRequired: a72523286ea3381f97b28d87529c265baad3ad7d - RCTTypeSafety: e3cc0537400222250f0be37bd69f4b339d3c0a0f - React: 3dc877fc32548b0c7108ca7f301466f4956cbff8 - React-Core: ca94e2e7d22cdcc266a405c4d2ad5e5675145776 - React-CoreModules: aa415458b5d7dacd10ac1b324d679f6e17cd8685 - React-cxxreact: bac5da3d62ee98abd3c1bf7338a7cc6205da7f69 - React-jsi: 8bcf5836caa8a759c135ab9ef97f3e023a7b94af - React-jsiexecutor: ae078e9df9c65bcdcf68f9a17656657932d95528 - React-jsinspector: a8939cc6909607eb5e8a5ecfff7c6226984e174d + RCTRequired: b153add4da6e7dbc44aebf93f3cf4fcae392ddf1 + RCTTypeSafety: 9aa1b91d7f9310fc6eadc3cf95126ffe818af320 + React: b6a59ef847b2b40bb6e0180a97d0ca716969ac78 + React-Core: 688b451f7d616cc1134ac95295b593d1b5158a04 + React-CoreModules: d04f8494c1a328b69ec11db9d1137d667f916dcb + React-cxxreact: d0f7bcafa196ae410e5300736b424455e7fb7ba7 + React-jsi: cb2cd74d7ccf4cffb071a46833613edc79cdf8f7 + React-jsiexecutor: d5525f9ed5f782fdbacb64b9b01a43a9323d2386 + React-jsinspector: fa0ecc501688c3c4c34f28834a76302233e29dc0 react-native-appearance: 368f9d1160e3f1d7ecb5945e704affe018deef46 react-native-background-timer: 1b6e6b4e10f1b74c367a1fdc3c72b67c619b222b react-native-cameraroll: 463aff54e37cff27ea76eb792e6f1fa43b876320 react-native-document-picker: c36bf5f067a581657ecaf7124dcd921a8be19061 - react-native-jitsi-meet: 1ca89538b8ef3158bfd306d60325d7f11ca1451a - react-native-keyboard-input: 2a01e0aceac330592bbe9b3101761bb9d8e6d1fb - react-native-keyboard-tracking-view: 1ebd24a2b6ca2314549aa51775995678094bffa1 + react-native-jitsi-meet: 5bc06e8b65a7d04fd3705d5720f3b2ec66e49a29 + react-native-keyboard-tracking-view: 4bb67b89ccd327c7d9eab87f722880d2103a25a8 react-native-notifications: 163ddedac6fcc8d850ea15b06abdadcacdff00f1 react-native-orientation-locker: 23918c400376a7043e752c639c122fcf6bce8f1c react-native-slider: 39208600e44f885e2d2c0510b5c6435a0f62d087 react-native-video: d01ed7ff1e38fa7dcc6c15c94cf505e661b7bfd0 react-native-webview: 2aadbfef6b9eaa9e89b306ae3e31e6e870a6306d - React-RCTActionSheet: 94671eef55b01a93be735605822ef712d5ea208e - React-RCTAnimation: 524ae33e73de9c0fe6501a7a4bda8e01d26499d9 - React-RCTBlob: 5481c2db702f57207af7e7a9b32d90524b821b72 - React-RCTImage: b472cc0606f8a7c1ac270d6ccc57123a09439a32 - React-RCTLinking: 9cfc7bfdfda078489736695ac476de1f265b9f82 - React-RCTNetwork: 967547e4eeac92e55d41573a82da7fff4003052a - React-RCTSettings: 6ab7911172056b5077dacd9240f057eeeb1b121b - React-RCTText: b8f895b94aa0e7778fef28d13f3d71eed4a10c3d - React-RCTVibration: 262588c97551b0b1c675468cda857466ba5af18f - ReactCommon: c2c63d9290b422ca6ad5b3663073a015dd892ae9 + React-RCTActionSheet: 600b4d10e3aea0913b5a92256d2719c0cdd26d76 + React-RCTAnimation: 791a87558389c80908ed06cc5dfc5e7920dfa360 + React-RCTBlob: d89293cc0236d9cb0933d85e430b0bbe81ad1d72 + React-RCTImage: 6b8e8df449eb7c814c99a92d6b52de6fe39dea4e + React-RCTLinking: 121bb231c7503cf9094f4d8461b96a130fabf4a5 + React-RCTNetwork: fb353640aafcee84ca8b78957297bd395f065c9a + React-RCTSettings: 8db258ea2a5efee381fcf7a6d5044e2f8b68b640 + React-RCTText: 9ccc88273e9a3aacff5094d2175a605efa854dbe + React-RCTVibration: a49a1f42bf8f5acf1c3e297097517c6b3af377ad + ReactCommon: 198c7c8d3591f975e5431bec1b0b3b581aa1c5dd ReactNativeART: 95d7eeb535cbdcb79f190042834ab3446e15d876 rn-extensions-share: 4bfee75806ad54aadeff1dfa535697a6345a50b8 rn-fetch-blob: f525a73a78df9ed5d35e67ea65e79d53c15255bc @@ -791,7 +785,7 @@ SPEC CHECKSUMS: UMReactNativeAdapter: 131ea2b944ade8035f0b54c6570c405f6000548d UMSensorsInterface: 0ed023ce9b96f2ca6fada7bda05b7760da60b293 UMTaskManagerInterface: 8664abd37a00715727e60df9ecd65e42ba47b548 - Yoga: 02036f6383c0008edb7ef0773a0e6beb6ce82bd1 + Yoga: f2a7cd4280bfe2cca5a7aed98ba0eb3d1310f18b PODFILE CHECKSUM: 18d0b080112c72e9cc76a381c1baba1172c6ca4d diff --git a/ios/Pods/Pods.xcodeproj/project.pbxproj b/ios/Pods/Pods.xcodeproj/project.pbxproj index 6259cb89252..785c6e9e320 100644 --- a/ios/Pods/Pods.xcodeproj/project.pbxproj +++ b/ios/Pods/Pods.xcodeproj/project.pbxproj @@ -219,1802 +219,1782 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 000347F73D6AC6FB65F78930F28D41CF /* UMReactLogHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = DAC67E8E06887F48D79DF2EC45EB80D7 /* UMReactLogHandler.m */; }; - 000601D6585E358B4C5C687C9A463409 /* RNUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = D5A75DD613220BFE27918D968044E48E /* RNUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00250E9281073575CB7BAE32F1DF4B29 /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 6388FD3376A8816F4CB9B795094C3949 /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000347F73D6AC6FB65F78930F28D41CF /* UMReactLogHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 08DC37D3505FE5A8B659B330618DECCE /* UMReactLogHandler.m */; }; + 000601D6585E358B4C5C687C9A463409 /* RNUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = B71FB225C908EAD536CA6483F22B70A1 /* RNUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00250E9281073575CB7BAE32F1DF4B29 /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = FBFEED4D82C8991A37F40A7C3461350C /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 004DC6CBB00C61E9D96DCEBD15DE95FD /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = EE4469F781740A81B073D2C069DA9B27 /* en.lproj */; }; - 0060810FB3851F5761DD7524A5AD905E /* RNGestureHandlerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = DD8D6B2B1C7ECC18DCBDF847EF2DE14A /* RNGestureHandlerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00BA8C3B91567B84EF6FD94C5173292E /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 082959F2B8E4426107DFD7A58A2F1A2B /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00D097B559FAE95D0AD2BEFD359653A4 /* RCTExceptionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A75E4C172CDB1EE77C504C1284D4CA1 /* RCTExceptionsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00FD715D554BEF2B43C4A77344A2A2F9 /* RCTSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AE4B7870CAE91B35878C676011311F07 /* RCTSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0110988CDD0DA3F7F49434DAB8BA87E1 /* RCTProgressViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F49FE03700918174AEC164794F2D225 /* RCTProgressViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 013E97EF0B110B48D15D8445F1D3C24A /* RCTEventAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 866B8BEC747C62D75D22399E190F5E3F /* RCTEventAnimation.m */; }; + 0060810FB3851F5761DD7524A5AD905E /* RNGestureHandlerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = B3A4F1A1A2D3902A6DB1B3E967F3C62D /* RNGestureHandlerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00BA8C3B91567B84EF6FD94C5173292E /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = D71933A8DB008ECBF8D49FAB8ADD195C /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00D097B559FAE95D0AD2BEFD359653A4 /* RCTExceptionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D167F170625B1670EF7413BA8B041DF9 /* RCTExceptionsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00FD715D554BEF2B43C4A77344A2A2F9 /* RCTSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F74518FD5ADB45FACF4118E327D706B3 /* RCTSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0110988CDD0DA3F7F49434DAB8BA87E1 /* RCTProgressViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 49D5DFC894A9B35AFB0DF8584850B0F4 /* RCTProgressViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 013E97EF0B110B48D15D8445F1D3C24A /* RCTEventAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 8013CC26E4F7431AB0C1B98210B570B5 /* RCTEventAnimation.m */; }; 014A953E16242C5C2D97728BE5EB3FED /* FirebaseCoreDiagnostics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E06F533B0622CF71450FA198FEF0B65A /* FirebaseCoreDiagnostics-dummy.m */; }; 018BC758F67618B02AE7AF70B2E5D29B /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = E17D9CD11230D3D992C8F76282A0A784 /* SDImageFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01AF68C56B353F0273A4AC2CD9C55356 /* BSG_KSCrashCallCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = A36B31DDC6BF36C23B2DD57C40D9C567 /* BSG_KSCrashCallCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01CF128DB818B5C83EC67F1FB8C044E2 /* BugsnagUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DCE9681D48CA655E108B358ACD8AE3C /* BugsnagUser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01AF68C56B353F0273A4AC2CD9C55356 /* BSG_KSCrashCallCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35DE5AEBF6EA98B355DEB2F0632D4D /* BSG_KSCrashCallCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01CF128DB818B5C83EC67F1FB8C044E2 /* BugsnagUser.h in Headers */ = {isa = PBXBuildFile; fileRef = B4793AA164D7B384AB6A2211D81056FB /* BugsnagUser.h */; settings = {ATTRIBUTES = (Project, ); }; }; 01E9290B5AF4EF792AF0770821457C81 /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 33380985DCC39CF44A1E64982DA162DC /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; 01F1D84FDAD0AF47FF1C2166C9A2D3EC /* pb_encode.h in Headers */ = {isa = PBXBuildFile; fileRef = BE559106116A7A7648B12A03E9D4D28B /* pb_encode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 02218BCD8452C372E4ACC4A4C8325932 /* rescaler.c in Sources */ = {isa = PBXBuildFile; fileRef = AD501E44E8B6B7214AB9EADF1181C1F3 /* rescaler.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 02995B31B424D53935F8576996C9F306 /* FIRCoreDiagnosticsConnector.m in Sources */ = {isa = PBXBuildFile; fileRef = BFD1AACC7C607436D920FDA17490CFA4 /* FIRCoreDiagnosticsConnector.m */; }; 02D340EA0E9D8C59CB3B6584EA53BCAD /* GDTTransformer_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CE1DB3BD42FB01C6A229D7E803314EF /* GDTTransformer_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02D7F16622CA9A03D5F5BC227F111F09 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = B316B81E4609D922262AAAB60412C3D1 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02FD14CFE42783E886506F2E17859960 /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 52E7C9629AAE327315C865F91106C2DA /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 033394FF64D05DACD31B10A0BE4E0F67 /* EXVideoPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D39B25C972AFEF60588CA5EBDE4DE61 /* EXVideoPlayerViewController.m */; }; - 034BC962567065301B3E423CEEFF6493 /* ARTTextManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AF7D6F19831A2EAC34848A9705C9715 /* ARTTextManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 037A597C46854C7EAE1349B3B682C044 /* FFFastImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 844F783A7D1E9F58F9CF8ABC7D95DF5A /* FFFastImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 038DCB497B0C163EB9C86859E531AFFA /* BSG_KSMach_x86_32.c in Sources */ = {isa = PBXBuildFile; fileRef = 92FAFDF202C384CEE3BF03AC00043D82 /* BSG_KSMach_x86_32.c */; }; - 03A091EF0A44A9313367BD851F9685DB /* RNFetchBlobConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 3616676FA36F77D6CB565DD31D5C3622 /* RNFetchBlobConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04148C0C198379E5C1D179F18BF512A9 /* BSGSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = B5D939F8C0EE52D1056857C2C9F08046 /* BSGSerialization.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04B9B85ED8CA97838E08E90F268B5A6A /* BSG_RFC3339DateTool.h in Headers */ = {isa = PBXBuildFile; fileRef = A4DF53CC1264A950CE5AC68CC14E1560 /* BSG_RFC3339DateTool.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02D7F16622CA9A03D5F5BC227F111F09 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = EFA366A50FF1344465AD1D8DB906D601 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02FD14CFE42783E886506F2E17859960 /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 25F7CC0BD291AA54BEAAA2F3F9C608CA /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 033394FF64D05DACD31B10A0BE4E0F67 /* EXVideoPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C9E1496205A50668CC0527D4CAFD746 /* EXVideoPlayerViewController.m */; }; + 034BC962567065301B3E423CEEFF6493 /* ARTTextManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F53DB09DA79F2CB4B6123C913249FF8 /* ARTTextManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 037A597C46854C7EAE1349B3B682C044 /* FFFastImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AAD48B7D2D97595523BFAB5B4A9CEC9B /* FFFastImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 038DCB497B0C163EB9C86859E531AFFA /* BSG_KSMach_x86_32.c in Sources */ = {isa = PBXBuildFile; fileRef = 95DDE4228FC0D61BB3AFB1E8A7CE3346 /* BSG_KSMach_x86_32.c */; }; + 03A091EF0A44A9313367BD851F9685DB /* RNFetchBlobConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 33A8980C78D1B3868590C792369D2C1C /* RNFetchBlobConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 04148C0C198379E5C1D179F18BF512A9 /* BSGSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = A66FAA94D678F99D0D43B7E041E553EA /* BSGSerialization.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 04B9B85ED8CA97838E08E90F268B5A6A /* BSG_RFC3339DateTool.h in Headers */ = {isa = PBXBuildFile; fileRef = A2CAC24305384EB07C359B99608B3A7B /* BSG_RFC3339DateTool.h */; settings = {ATTRIBUTES = (Project, ); }; }; 053BA4F3C75D35BCBAA8F8891D611B84 /* animi.h in Headers */ = {isa = PBXBuildFile; fileRef = 51E14E8D70831052A1B75375D21618B9 /* animi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0550E1CF6AA520F2250C08EDB7D025EB /* RCTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BB2579ADEE7C759DE9786F9C48BF1B2 /* RCTLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0550E1CF6AA520F2250C08EDB7D025EB /* RCTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = A9C7243660D519FBCAB59D233784DE36 /* RCTLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; 055E3CCCC565B32662B62AEB2687DFD6 /* dec_clip_tables.c in Sources */ = {isa = PBXBuildFile; fileRef = D288C6A4340085CAB3A1474DCC103CFB /* dec_clip_tables.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 05756863C1BD6A6522B1046F4351B6BD /* RCTSurfaceSizeMeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 73920868DCA9D64003E58186509D3DE8 /* RCTSurfaceSizeMeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05756863C1BD6A6522B1046F4351B6BD /* RCTSurfaceSizeMeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4728BB5D04C3FFB9A42F1273943CB58B /* RCTSurfaceSizeMeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 058A0E6FB778E47AC2ACEED1729900C5 /* enc_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 536AD2D678EA51846B1873C5C046ACAC /* enc_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 05AADAF87C7C8F45EB17F1D2055547DB /* UIView+FindUIViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 3540C9864A9BA4D74A6A0F1374562723 /* UIView+FindUIViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05AADAF87C7C8F45EB17F1D2055547DB /* UIView+FindUIViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 35020FE54706BAF85A6BC347A41928C0 /* UIView+FindUIViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; 05B0D839ADEDCA18BCB0342D8850023C /* decode.h in Headers */ = {isa = PBXBuildFile; fileRef = B71A38D8C21D6AC2C5B4B32FA3819791 /* decode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05B8061B8AE0708A11C2E65F08069385 /* RCTUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 01E85D58D25E1A8F4B47A3ED7BEFA4F6 /* RCTUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05B8061B8AE0708A11C2E65F08069385 /* RCTUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B95AC5D90281C90AE792FE4E3B6DA33 /* RCTUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 05C1FD03B0C4673F79EC7E77569B14EC /* nanopb-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C3EBAFEBE08088002B1F7333E2E81FD /* nanopb-dummy.m */; }; - 05D27696F3A8F3906AAC9F552AA9EEF6 /* ARTRadialGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EBDF0D4DC0E55C1373F1DDF69FDE4F9 /* ARTRadialGradient.m */; }; + 05D27696F3A8F3906AAC9F552AA9EEF6 /* ARTRadialGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = E3A1098EBCDE3BCA305B2C3532435A27 /* ARTRadialGradient.m */; }; 05EEE113DA8195D1A8446E6E0223F87B /* quant.h in Headers */ = {isa = PBXBuildFile; fileRef = 4272032543868088ACE960F8C33300D5 /* quant.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05FA51F562C7976518F650F5858E7149 /* RCTJavaScriptExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 69021CD0329E9C6EA7DF13D36EE6AE17 /* RCTJavaScriptExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05FD9CBC49A9036945A855E5976925F8 /* REASetNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BA635C89BBD91B13AAF3751ED52A8A5 /* REASetNode.m */; }; - 06290A0DBEBB396363D9CB31FC2FFA27 /* RNFetchBlobReqBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = A905B1B82C1F6C380AB77151E8D5E078 /* RNFetchBlobReqBuilder.m */; }; - 062F8BE5952FAF7F5CF3E6966A337F28 /* RNBootSplash.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C75A9118CBE7C8E482568B6AC7B4379 /* RNBootSplash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05FA51F562C7976518F650F5858E7149 /* RCTJavaScriptExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 93C224DEC6241E6E15B0257C51E31815 /* RCTJavaScriptExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05FD9CBC49A9036945A855E5976925F8 /* REASetNode.m in Sources */ = {isa = PBXBuildFile; fileRef = C1463B09440A0EF036DB208802D31F82 /* REASetNode.m */; }; + 06290A0DBEBB396363D9CB31FC2FFA27 /* RNFetchBlobReqBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 49F9335C1D76C66F5C669F453743077E /* RNFetchBlobReqBuilder.m */; }; + 062F8BE5952FAF7F5CF3E6966A337F28 /* RNBootSplash.h in Headers */ = {isa = PBXBuildFile; fileRef = EB4E9C9AF7D57A9A1B0EF6D1FFB2C377 /* RNBootSplash.h */; settings = {ATTRIBUTES = (Project, ); }; }; 063A7D878ACB2A6037E13C4A23179557 /* FIRAnalyticsConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 49754C174E317E6EE3EA06B03BE8AA76 /* FIRAnalyticsConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0642877CFA3BABF6838B380EC90E850C /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = E398D8F3A65FEB22072B0B2C2AB7EE26 /* SDWebImageError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0679E8A1EFD1528B6DD85FD80C935105 /* UMModuleRegistryDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 50436AB6D02FBDE3A55FB16372626C24 /* UMModuleRegistryDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 067CF6E901ED664FD2842890860A5713 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AE4E6D37C942F20AE082A5C3E8EE42F /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0679E8A1EFD1528B6DD85FD80C935105 /* UMModuleRegistryDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 55ABB3885D7BB516CB39EE66F5B334B6 /* UMModuleRegistryDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 067CF6E901ED664FD2842890860A5713 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 46E3147E0919866DB43B911A25AD2250 /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; 068627D6351492A400D81DA04B4AAEE1 /* histogram_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = E06EC5619F310086532DEE3DD94B328D /* histogram_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; 06C78FC8169996E806BE536269C185CD /* yuv_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 50019449BB19973BEB439EE8F9847908 /* yuv_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 06DB6A5EF09D9417BA180FC364973426 /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B2C53771D976818BB03D0EEEDA1AE8F5 /* SDImageAssetManager.m */; }; - 071E58B8852567A971AABBB61B4BF64A /* RCTProfileTrampoline-i386.S in Sources */ = {isa = PBXBuildFile; fileRef = 2D0609493E013F3C877E594E8FA8BE27 /* RCTProfileTrampoline-i386.S */; }; + 071E58B8852567A971AABBB61B4BF64A /* RCTProfileTrampoline-i386.S in Sources */ = {isa = PBXBuildFile; fileRef = 2449974BE181B377D0C240D8390AB059 /* RCTProfileTrampoline-i386.S */; }; 0769A9F39A25A9A976CCD0C87C3D2CFA /* Format.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2985690376C832479B6CBEF994125526 /* Format.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0770FB987A4D038938191C2B33C4846C /* RCTActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = EF9921F47FF3BDE4729BAAA616C80D74 /* RCTActivityIndicatorView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0770FB987A4D038938191C2B33C4846C /* RCTActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = A1116F7AC7B61965A3129DCD8B6C2395 /* RCTActivityIndicatorView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 077A5F8C4B9C33DFA15873A399B2597C /* stl_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 53DC50B8081D99A0ACD90977F683BA75 /* stl_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 077EB4B39CE4EDCCB0E0FFE458F38A23 /* UIImage+Resize.m in Sources */ = {isa = PBXBuildFile; fileRef = C550F27B5025D7535A042C37C8B851F3 /* UIImage+Resize.m */; }; + 077EB4B39CE4EDCCB0E0FFE458F38A23 /* UIImage+Resize.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C9D0AA29655A39260855C8989F89809 /* UIImage+Resize.m */; }; 078E653C3724A2179DCB9018B3F7CCFC /* GULApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 727EF25DA0553E17DBF96ECA72544A2F /* GULApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0801F2E7F7115B2A1B2836000ECB42BE /* BugsnagHandledState.h in Headers */ = {isa = PBXBuildFile; fileRef = B39ADC3605D6438ED02ECC71946C66D9 /* BugsnagHandledState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 080E1D5D33742F3791A8FC5C709FE265 /* TurboModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5900A6B36CAC4D2231B49EC3DFFFB96C /* TurboModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0801F2E7F7115B2A1B2836000ECB42BE /* BugsnagHandledState.h in Headers */ = {isa = PBXBuildFile; fileRef = B414B2F742B5E67193DBBE9244CADCB3 /* BugsnagHandledState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 080E1D5D33742F3791A8FC5C709FE265 /* TurboModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A22802653E06152C025121A6238064FE /* TurboModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 081768B0FABD06884FD6F65643672F1A /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 30EC76B688A264B41901746A6D78F349 /* SDWebImageDownloader.m */; }; 081E6B601B49FE4F98631AE9F6594C9F /* dec_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 3E31863B044F19D12447D6ACEFF3517D /* dec_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 082930C05486B2E939CD2D2046D6E8D4 /* RCTLog.mm in Sources */ = {isa = PBXBuildFile; fileRef = 36C1854B287AFFB26744246A35457328 /* RCTLog.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 08386AF2FE7E61FFAC513C0EABDE2BF5 /* RCTRootViewInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = FB3123A952F455F3BA8BB9C13899B78C /* RCTRootViewInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 086D30EE631E6CD8A53B13E30037F880 /* UMAppLifecycleService.h in Headers */ = {isa = PBXBuildFile; fileRef = 758A0D976C7B66A9F730027FB1B32121 /* UMAppLifecycleService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 08AB7661CC1560CE0AD28729D69DDB72 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = D912E9C8CDC30A2DC90C787F99DA9738 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 08F038226206BFA4EC2E474742BCCCBE /* RCTActivityIndicatorViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E0135D46DF131834F793B0B429E1533 /* RCTActivityIndicatorViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 08F5142CBA48202DB5E2CD6DD24AB790 /* RCTMultipartStreamReader.m in Sources */ = {isa = PBXBuildFile; fileRef = AC535588D6E1BD18ED100CDC4973D51A /* RCTMultipartStreamReader.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 090CD0CBDC7A1A0ADFAF53F574E31D2E /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E7B33BB49E5177A2B1BC344012308BA /* Instance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 082930C05486B2E939CD2D2046D6E8D4 /* RCTLog.mm in Sources */ = {isa = PBXBuildFile; fileRef = C937B1B4E97ED1D3A51D9EF51D8102BA /* RCTLog.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 08386AF2FE7E61FFAC513C0EABDE2BF5 /* RCTRootViewInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 781F8DE9BC77D769CCCE509DCCF4CF42 /* RCTRootViewInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 086D30EE631E6CD8A53B13E30037F880 /* UMAppLifecycleService.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E5CC3EB036C8F81FBFF8A16C4E5754D /* UMAppLifecycleService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08AB7661CC1560CE0AD28729D69DDB72 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = B032BF836FBD35BDE9DE64AC45A6EE20 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08F038226206BFA4EC2E474742BCCCBE /* RCTActivityIndicatorViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E600E9B25094F60B94A3FBC40A7A556 /* RCTActivityIndicatorViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08F5142CBA48202DB5E2CD6DD24AB790 /* RCTMultipartStreamReader.m in Sources */ = {isa = PBXBuildFile; fileRef = A8D605CD2A9D926F49ED96D30DFD6C8A /* RCTMultipartStreamReader.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 090CD0CBDC7A1A0ADFAF53F574E31D2E /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C2E88CE35E640021A501C0082CD2D816 /* Instance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 0923FD3747647148D132AB7CCB7B375A /* FIRInstanceIDTokenDeleteOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = A8758C74594F364FE8D55BF1A8B0795D /* FIRInstanceIDTokenDeleteOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 094A110F9B7125E1ACA5C55D97CE3305 /* GDTTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = F73B4EEF0245C03A0E2B6F96B1549450 /* GDTTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; 09BC7875E6D801E8C3A5D78A944B7127 /* neon.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B16EC2B5C2B0219D785C69C18D3A68A /* neon.h */; settings = {ATTRIBUTES = (Project, ); }; }; 09E32B915F68813180BCB425D417A907 /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0F4D24EA40409FA406FB89DC4839379A /* fast-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 0A062F2E4946A573D13ADBCC08C63259 /* RCTComponentData.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B0AD001626F3DA49488E7AF64CBE2C0 /* RCTComponentData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0A1AB2547E41AAF64E97BFB18FD29C6B /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A6D119C241935EEAA66F92C1D65BDBE /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A062F2E4946A573D13ADBCC08C63259 /* RCTComponentData.m in Sources */ = {isa = PBXBuildFile; fileRef = 884C0E30EDE454D9E5310C6F882D0780 /* RCTComponentData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0A1AB2547E41AAF64E97BFB18FD29C6B /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CCD362B6E39B148604D92F8F930FB6F7 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0A6BA0F3B42A8F085AD76A71AD742B25 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = EFED34F1FB01C5CC55DBFC8779846549 /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A7A1BCCD1D5D7238DC06CB7E38E76F9 /* RNNotificationParser.h in Headers */ = {isa = PBXBuildFile; fileRef = C38BD63E38308306F01271471A51A51A /* RNNotificationParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A7FF47E30F61AFB6AD9CA895EE1A4F9 /* RNDateTimePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5305F1456CC2A2DB218DE2992B1FEA67 /* RNDateTimePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A7A1BCCD1D5D7238DC06CB7E38E76F9 /* RNNotificationParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 46951E92369DEFAA98273D33355B2F17 /* RNNotificationParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A7FF47E30F61AFB6AD9CA895EE1A4F9 /* RNDateTimePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A8ADC91FCB1A9A22A94BB670E1129B6B /* RNDateTimePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0A92A4EB11AC3149D6C51E87E22A1A5B /* cost_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 2B19F7AAADC1A5F33EA0427E8F8F8263 /* cost_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 0AB9B568C6742A432B80BF2477E83C45 /* REATransformNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AC4157AF12D76A5931613FD14A2FEDB /* REATransformNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0AE12686EC6C465D8435BAB4DC808603 /* RCTVibration.m in Sources */ = {isa = PBXBuildFile; fileRef = 37F34983C5F8CA9DF6901B6AAFB41865 /* RCTVibration.m */; }; + 0AB9B568C6742A432B80BF2477E83C45 /* REATransformNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C631921FAA8916023DFDBBF7E088F5AF /* REATransformNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0AE12686EC6C465D8435BAB4DC808603 /* RCTVibration.m in Sources */ = {isa = PBXBuildFile; fileRef = B61327E6F899D94BA78FD32963EBC3A4 /* RCTVibration.m */; }; 0AE630EDDF3087755FB7900375791D51 /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A4A008B57CD5A6E9E1C2214467F5DD0 /* double-conversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0AF837F5FF8B37A2F687B3A1B0940884 /* RNNotificationCenterListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B9055B4CCCFD33CFC7E4239C6EF3F35 /* RNNotificationCenterListener.m */; }; - 0AFBACEB31E8CB9878295D470B31031A /* RCTModalManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FAEDC38D7537173AC92AC923861A2862 /* RCTModalManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0AFF41962269C89779046793E1AE0FE7 /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 477C84944CA93ECD923D49B6D5DE0612 /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B36FBB44F665720229F62FC21CFABAE /* RCTModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 556F58FFA119B290E284AE0FCBE98DE1 /* RCTModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B83B8382AA1631C302C6BE3F5CC6264 /* YGFloatOptional.h in Headers */ = {isa = PBXBuildFile; fileRef = 75C8435C09230E8E776E52E0F584FF19 /* YGFloatOptional.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0BAFAF4887E747EA3A91FED76A3C5031 /* RCTAlertManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 993B20437B52813555191F9C2E875A4E /* RCTAlertManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0BC16804FAEBD375BEC98962EA320575 /* MethodCall.h in Headers */ = {isa = PBXBuildFile; fileRef = C413EE953021DCA4AC32898DA184C0FD /* MethodCall.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C1C730E79113657836F7BC8F9978974 /* RCTActionSheetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E0710505B28D48508BF15A39FC2F659 /* RCTActionSheetManager.m */; }; - 0C1E401FFDCA511E1D3524CC7B71C1A5 /* RNFirebase.h in Headers */ = {isa = PBXBuildFile; fileRef = E40ED80CCBC57151A56EF37063BF8FB9 /* RNFirebase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C2A5DC47FE2D6837EA44C99ABFD5834 /* EXFileSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = C6955AEE3EDE65A8289B0CB4CEEC5DF7 /* EXFileSystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C551985E8686CC886A539921C3EE668 /* RootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FFBEE170794A5DB487CB2774FE9472E /* RootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C73059A5A5BF889CEB3C2D0FA5595F9 /* UMReactNativeEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = CCDDCB9A52D9A03994693CD0D6DA6DD7 /* UMReactNativeEventEmitter.m */; }; - 0C87EB9D64AFD0A91F25F704C6523B0D /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = DCD0E6529E9841D6C85997AB91B4B18D /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0AF837F5FF8B37A2F687B3A1B0940884 /* RNNotificationCenterListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 57ACCB154CBFB1ED1FADCC712A22F973 /* RNNotificationCenterListener.m */; }; + 0AFBACEB31E8CB9878295D470B31031A /* RCTModalManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B74F6A9A98A8D6413C5365C1042C909 /* RCTModalManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0AFF41962269C89779046793E1AE0FE7 /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 95C6D3FD5181E518567C6089A42676C5 /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B36FBB44F665720229F62FC21CFABAE /* RCTModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F93275B3D70242640ECF1DB0DC4ED85 /* RCTModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B83B8382AA1631C302C6BE3F5CC6264 /* YGFloatOptional.h in Headers */ = {isa = PBXBuildFile; fileRef = 707F0E2CA1DE8401C91E126BF8150E77 /* YGFloatOptional.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0BAFAF4887E747EA3A91FED76A3C5031 /* RCTAlertManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E0EB1E2A3A437A88A232E9F54A38B65 /* RCTAlertManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0BC16804FAEBD375BEC98962EA320575 /* MethodCall.h in Headers */ = {isa = PBXBuildFile; fileRef = D4E22D483745BA99F925F0CB3ED15DA1 /* MethodCall.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C1C730E79113657836F7BC8F9978974 /* RCTActionSheetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D58590258F21F73580DDB450622DC904 /* RCTActionSheetManager.m */; }; + 0C1E401FFDCA511E1D3524CC7B71C1A5 /* RNFirebase.h in Headers */ = {isa = PBXBuildFile; fileRef = 61559FC8D4853BD57639870C68C3864A /* RNFirebase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C2A5DC47FE2D6837EA44C99ABFD5834 /* EXFileSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CAAD8014CDF49FEAF42F6C9A7D99506 /* EXFileSystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C551985E8686CC886A539921C3EE668 /* RootView.h in Headers */ = {isa = PBXBuildFile; fileRef = F8786F6E4E068A9F957ECAC9EA354502 /* RootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C73059A5A5BF889CEB3C2D0FA5595F9 /* UMReactNativeEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 96100409289FE290A0F3FAE38FB256BA /* UMReactNativeEventEmitter.m */; }; + 0C87EB9D64AFD0A91F25F704C6523B0D /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = DCC38A8FC8F6968FB505A042918BF0EE /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0C8E1808BF269659F424FE54C401AB5F /* UIImage+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 774A4843386AD8B6A0B481C2BEC76830 /* UIImage+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0CC1E600C980393FC929683003BC8A11 /* RCTSurfaceHostingView.h in Headers */ = {isa = PBXBuildFile; fileRef = A4BDB517C15B3C14E8127A615F35D716 /* RCTSurfaceHostingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0CCF45BDC92B6384522785AEDE8F0ABC /* RCTDevMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A133FD543B1274E44C44D609C59AC63 /* RCTDevMenu.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0CE586BF83E29531A0E1FA35876120DF /* REASetNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 683FC744AAEA5CC4585354728561C685 /* REASetNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0CF293FEA013686D3F2F8067F3713336 /* RCTSwitchManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 170D4C06361FEB7268E6CD7CB57E7C16 /* RCTSwitchManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0CC1E600C980393FC929683003BC8A11 /* RCTSurfaceHostingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FB7A012CD9E9C0D05D6C8C57BF389D3 /* RCTSurfaceHostingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0CCF45BDC92B6384522785AEDE8F0ABC /* RCTDevMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 992D4595ABBAC4CBC2BA13326902071E /* RCTDevMenu.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0CE586BF83E29531A0E1FA35876120DF /* REASetNode.h in Headers */ = {isa = PBXBuildFile; fileRef = A0FDB41C83E196E1D854E28562B7EA3D /* REASetNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0CF293FEA013686D3F2F8067F3713336 /* RCTSwitchManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BD767BDB2042ED8FFB465A834C32086F /* RCTSwitchManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0CFB0957C67C24787E5C546936BE3550 /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = C77FC6CC194114E0452237893FC64900 /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0D0B0F672F1016D9C9B72AFD4E83E04A /* FIRIMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = E3503E71EA767ACE327A218187EF6033 /* FIRIMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0D225414A45DFDEDBA19BEB5F0A30704 /* GULNetworkConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 60AA29285B90DDC9884A6CE5AAEC390E /* GULNetworkConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D5AA62B5CBCFDB275A50E0BDC16DF22 /* RNPushKitEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = A643CE34F02117FDF88B2A6F37950E94 /* RNPushKitEventHandler.m */; }; - 0D5FFF5C460BF47C00EC6A2A4BCB89F8 /* RCTUIManagerObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = DB58588FFB3AD14C9A80448F61D7515F /* RCTUIManagerObserverCoordinator.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0D6DAE408F66820DF20E6D416582ADB3 /* RCTBridge+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A40EF82C56217F0738FD4B01182B1FE6 /* RCTBridge+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D5AA62B5CBCFDB275A50E0BDC16DF22 /* RNPushKitEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = F7A3FF96A7E535A687C94BED15954B08 /* RNPushKitEventHandler.m */; }; + 0D5FFF5C460BF47C00EC6A2A4BCB89F8 /* RCTUIManagerObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2A20CF3A60C5CFD0DE74EB90F8E8092E /* RCTUIManagerObserverCoordinator.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0D6DAE408F66820DF20E6D416582ADB3 /* RCTBridge+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B9846EF1E145BA26B53A465625FA099 /* RCTBridge+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0E1B3276561F7EB341FA907EB1A86F04 /* upsampling.c in Sources */ = {isa = PBXBuildFile; fileRef = E5611B527CABABDA10E1A7A2C70ABF5C /* upsampling.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 0E620510126D852FC371F7F9178AA6F0 /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 390B144A1D5533DDC72A1108DB65D532 /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E89AE392BB117EBA5EF898E3D243727 /* RCTView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5666A5BA1FED758B8028AC4746EDF849 /* RCTView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E9A96BC607353897B6F33133E636884 /* RCTAsyncLocalStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = B73C437984846CD10BF9C8FD07020391 /* RCTAsyncLocalStorage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0E89AE392BB117EBA5EF898E3D243727 /* RCTView.h in Headers */ = {isa = PBXBuildFile; fileRef = F16F1972B3EFD75A15A4D54340C942AE /* RCTView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E9A96BC607353897B6F33133E636884 /* RCTAsyncLocalStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = E3C6E5B8745E3D7ED7ED154272C30363 /* RCTAsyncLocalStorage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 0EAC2ADA214241BD4899DB8B47726FD2 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = FC612B6D9217B2844818B263CA98D12A /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0EB90738C1AEE8890CC35B181C099BA8 /* RCTModalHostViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D0FE01A8134FB0C1F55977D55508FDED /* RCTModalHostViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0EB90738C1AEE8890CC35B181C099BA8 /* RCTModalHostViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D02CAE0CB80E111C499B3EBCCEE80A30 /* RCTModalHostViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0F112286F11B894F72C66676A5BAC325 /* SDWebImageWebPCoder-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FA94B333E9C2CF8D949D9141535634B /* SDWebImageWebPCoder-dummy.m */; }; 0F199BC919DA606852559D57EF858777 /* GDTLifecycle.m in Sources */ = {isa = PBXBuildFile; fileRef = 94A344D744B87D2D6D51260F91A2635C /* GDTLifecycle.m */; }; 0F2C29D27A4A81991C787404478AF099 /* UIImage+WebP.h in Headers */ = {isa = PBXBuildFile; fileRef = C61717E6EBAB20E86C4A2961F0FD4D45 /* UIImage+WebP.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F3C55B3AD23D445D2C973DC06EF00BF /* BugsnagCrashReport.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AB1051659F7CBEC4619E3E4F70D0882 /* BugsnagCrashReport.m */; }; - 0F3D589E134AAC1A8C2D94EF3BE48EA7 /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = AD28747ADBEDA87050DFAAA974028548 /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F3E8D4BB17DBFF30E41EFB555B29895 /* RCTSurfaceRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 44817FB7E2ABCC265E65CFA2B05C7237 /* RCTSurfaceRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0F4D40CEBE58229EC7B0B854D6E5FAD9 /* BSG_KSCrashSentry_User.h in Headers */ = {isa = PBXBuildFile; fileRef = 28F8B4F4A03F94AF7D250100CC9ADD78 /* BSG_KSCrashSentry_User.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F74D6E0F1A38843AB6578A45C4430F2 /* RCTPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = F56003BB4ABF3AE50FC4F26A90B5C09F /* RCTPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F3C55B3AD23D445D2C973DC06EF00BF /* BugsnagCrashReport.m in Sources */ = {isa = PBXBuildFile; fileRef = C08875D462AD14C697B9C911E58F24DC /* BugsnagCrashReport.m */; }; + 0F3D589E134AAC1A8C2D94EF3BE48EA7 /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E74EDA1EAA0BC929D6C3AF0AD6CAE80 /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F3E8D4BB17DBFF30E41EFB555B29895 /* RCTSurfaceRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 69666FD732505CBBED4278B6911E1F69 /* RCTSurfaceRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0F4D40CEBE58229EC7B0B854D6E5FAD9 /* BSG_KSCrashSentry_User.h in Headers */ = {isa = PBXBuildFile; fileRef = FD29F0BE1DAF6B3320CA94B80EFC4D41 /* BSG_KSCrashSentry_User.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F74D6E0F1A38843AB6578A45C4430F2 /* RCTPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 743DD3B552A0D614F21550D03982F357 /* RCTPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0F74E8A5F532A34DF54D4FD8FA101A47 /* RSKImageScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F7609F49973D8DE1FDA2A02AE36643B /* RSKImageScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0F7CB1F6725B33F8063BD453A4435278 /* FIRComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A2BF3DAD8D39FCFB0486E81C37088B5 /* FIRComponent.m */; }; - 0FAA30AD698ED824A3B229298FEEA782 /* BSG_KSCrashReport.c in Sources */ = {isa = PBXBuildFile; fileRef = C8FF3BEABB9BC47DAA40C934524C8E83 /* BSG_KSCrashReport.c */; }; - 0FB7D0FA0AEE71186610F43B04E89482 /* BugsnagSessionTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EB34C9AC11E5CE0BFE1FA1797742279 /* BugsnagSessionTracker.m */; }; - 0FCF8A6D7D770156352EFB7F8B790D7C /* NSError+BSG_SimpleConstructor.m in Sources */ = {isa = PBXBuildFile; fileRef = 287CB52758A01C448AEFE3B81A28CADE /* NSError+BSG_SimpleConstructor.m */; }; - 0FD44CE17B9EDD07C17D8409BBB20765 /* RCTParserUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 10C411D3236565B3A06B8A05735867DA /* RCTParserUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0FD596FBE550953CD15F5607D99F958B /* RCTReloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C6CF259A44CF9DF80BFD89DC5907AC4 /* RCTReloadCommand.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10168B721987DC2FA1F6508094876B8D /* BSG_KSJSONCodecObjC.m in Sources */ = {isa = PBXBuildFile; fileRef = A420D11BF49824F72E91234613E12031 /* BSG_KSJSONCodecObjC.m */; }; - 101E1B4ACE356E9F4F94FD5EBB71BE85 /* BSG_KSSysCtl.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F7241229C438B50D4DCCC6AEFD59D51 /* BSG_KSSysCtl.c */; }; - 107C4519DAD004793550C86DB342BF13 /* JSDeltaBundleClient.h in Headers */ = {isa = PBXBuildFile; fileRef = F13E5BA2F003C2AD077764D62C67C1ED /* JSDeltaBundleClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1092BB8011776EF67080DC8649C68F22 /* RNFirebaseAdMobRewardedVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 67607857655CDAF9DACE793EEC13786F /* RNFirebaseAdMobRewardedVideo.m */; }; - 10D68B02FDF05C99237E067F9918509D /* RNFetchBlobRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 521DB349BE450C04573E730D5FF9ED1F /* RNFetchBlobRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10F2442EBE6313786A5CD8D0DB09736C /* RCTImageDataDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E65BD7F64BBDAAAE6D801F5B393FE3 /* RCTImageDataDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 110686C3B9BFABED7EF510599B8F4BA4 /* RCTKeyCommandConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = B8957262993233598CD4806BC13EE726 /* RCTKeyCommandConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 110BBF5833CF8C4CA65E11D6C0374191 /* BSG_KSJSONCodec.h in Headers */ = {isa = PBXBuildFile; fileRef = 11E570372D9B3EF0DA21E72D3FA1D03F /* BSG_KSJSONCodec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0FAA30AD698ED824A3B229298FEEA782 /* BSG_KSCrashReport.c in Sources */ = {isa = PBXBuildFile; fileRef = D95B2ED247431D79446B64AB419EF7B0 /* BSG_KSCrashReport.c */; }; + 0FB7D0FA0AEE71186610F43B04E89482 /* BugsnagSessionTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 6777054F7F582761BBFAA2A487603F18 /* BugsnagSessionTracker.m */; }; + 0FCF8A6D7D770156352EFB7F8B790D7C /* NSError+BSG_SimpleConstructor.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C9ABF3C710A529D46564F83770C0025 /* NSError+BSG_SimpleConstructor.m */; }; + 0FD44CE17B9EDD07C17D8409BBB20765 /* RCTParserUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FF7FEA819650D25C4BD4A0BE00060BA /* RCTParserUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0FD596FBE550953CD15F5607D99F958B /* RCTReloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = D19870CF202DA328360970BACF337DF4 /* RCTReloadCommand.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10168B721987DC2FA1F6508094876B8D /* BSG_KSJSONCodecObjC.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CFECD019AB43C47562BF5F540F0F36C /* BSG_KSJSONCodecObjC.m */; }; + 101E1B4ACE356E9F4F94FD5EBB71BE85 /* BSG_KSSysCtl.c in Sources */ = {isa = PBXBuildFile; fileRef = 23AE8CD4CEDF045928995E4D330AAEDE /* BSG_KSSysCtl.c */; }; + 107C4519DAD004793550C86DB342BF13 /* JSDeltaBundleClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 77579E3AB4DAC11B5A86FEB631FC58C0 /* JSDeltaBundleClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1092BB8011776EF67080DC8649C68F22 /* RNFirebaseAdMobRewardedVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 103E48DFA639CB74C0270DA4E87BB247 /* RNFirebaseAdMobRewardedVideo.m */; }; + 10D68B02FDF05C99237E067F9918509D /* RNFetchBlobRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = C69F20A9C5815E17B0A3F44E68CB1DE5 /* RNFetchBlobRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10F2442EBE6313786A5CD8D0DB09736C /* RCTImageDataDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = E23769C53342F026C8FC3324EA9C4E03 /* RCTImageDataDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 110686C3B9BFABED7EF510599B8F4BA4 /* RCTKeyCommandConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 64530094D5EEB89FACF8E271EC235DB1 /* RCTKeyCommandConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 110BBF5833CF8C4CA65E11D6C0374191 /* BSG_KSJSONCodec.h in Headers */ = {isa = PBXBuildFile; fileRef = A72FE6B38B89E279683765A00C4472FC /* BSG_KSJSONCodec.h */; settings = {ATTRIBUTES = (Project, ); }; }; 11129F1CB005A708A117077C32350240 /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 05C06B6406205BCFD668DE5D8F54A96E /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1152E236D3BFBB5B1171698F8642FE45 /* JSIndexedRAMBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 41145DB6B12EC01D187F813FAEB19857 /* JSIndexedRAMBundle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 116192D11F0F7C27B891EC46BEB67776 /* BSG_KSCrashSentry_NSException.h in Headers */ = {isa = PBXBuildFile; fileRef = 380FBE2909AF477DCBEEC054550F2614 /* BSG_KSCrashSentry_NSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 118927A3BC6A658BB88536CE7C1B0BE3 /* BSG_KSCrashState.h in Headers */ = {isa = PBXBuildFile; fileRef = D233ABF5A66CC51C775AB4A1A43EBCC4 /* BSG_KSCrashState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1152E236D3BFBB5B1171698F8642FE45 /* JSIndexedRAMBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF6CED0221C38C8B97EBDB214A6D4534 /* JSIndexedRAMBundle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 116192D11F0F7C27B891EC46BEB67776 /* BSG_KSCrashSentry_NSException.h in Headers */ = {isa = PBXBuildFile; fileRef = AA4FD7B91BC9C4E68B7EBBFEC04B8C90 /* BSG_KSCrashSentry_NSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 118927A3BC6A658BB88536CE7C1B0BE3 /* BSG_KSCrashState.h in Headers */ = {isa = PBXBuildFile; fileRef = 83622DB02DF72F4E2CBC80DB010A403B /* BSG_KSCrashState.h */; settings = {ATTRIBUTES = (Project, ); }; }; 11AB86078F205218D679E1C0BB086684 /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = 88AB30A3EFE9A1E50864D0741BD90550 /* cached-powers.h */; settings = {ATTRIBUTES = (Project, ); }; }; 11B33B2F8BB6CFADE2A5ED140CFEC8C1 /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = A8B9646878F1F3DB7477DC8916D9E9B0 /* signalhandler.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 1234DA362C104A5687EE842DEE6540AE /* BugsnagErrorReportApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F2F18B89E48A9E676F45E26063BF3F0 /* BugsnagErrorReportApiClient.m */; }; - 12478C3DEA4C049CB9A2CA1CD20C89DA /* rn-extensions-share-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 90B1F52B1F454638E0627016BCA69CF4 /* rn-extensions-share-dummy.m */; }; - 125342FA79F416BFC2462CBEB29FBD3B /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 58CBABEC94E70081AAEE2424463752F8 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 126F40666E812A4A6E90817FF328B49D /* RNFetchBlobFS.h in Headers */ = {isa = PBXBuildFile; fileRef = 917AFCA2801BA90C79B13088F10DF09D /* RNFetchBlobFS.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1281344D19FA3223B267A1EAA6DEA09F /* RCTDatePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 30D7C6D1BD3C9423C251D5877B013378 /* RCTDatePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1234DA362C104A5687EE842DEE6540AE /* BugsnagErrorReportApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BC69A0F0E5428AD5AA0122AFE3B161B /* BugsnagErrorReportApiClient.m */; }; + 12478C3DEA4C049CB9A2CA1CD20C89DA /* rn-extensions-share-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 940736112F25861FC90836C66D66537E /* rn-extensions-share-dummy.m */; }; + 125342FA79F416BFC2462CBEB29FBD3B /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C1EE93B3F93FE11C2A7F366D1E4337B4 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 126F40666E812A4A6E90817FF328B49D /* RNFetchBlobFS.h in Headers */ = {isa = PBXBuildFile; fileRef = B01A1E5FDB0C8872E327A549ABB0497B /* RNFetchBlobFS.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1281344D19FA3223B267A1EAA6DEA09F /* RCTDatePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 267F9F2C58C4112C1EFE5A0CC654DB17 /* RCTDatePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 128E6B16586CC0971D3F06FB409A8D79 /* UIApplication+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A26B3BE96D2E05156203DD41BD0155B /* UIApplication+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12A09B07EAE7194E9F183DF6EAEB4850 /* RCTScrollContentShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 449428C979474F349FBCA71A58A212E4 /* RCTScrollContentShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12A09B07EAE7194E9F183DF6EAEB4850 /* RCTScrollContentShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = DE1D924CA84AB6B9901A47B16A1C8473 /* RCTScrollContentShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 12B4CB2B1F8A425ECEA73AABB12E7A30 /* SDImageGIFCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 673DBB2243E639BDD8C7E82236BD7565 /* SDImageGIFCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12C621AF654295B051104624EC13F961 /* RCTFont.h in Headers */ = {isa = PBXBuildFile; fileRef = AD464DC212D3FA00C00082CE9A4F5116 /* RCTFont.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12DD5DE7278177DF30D74E5E4991BEA5 /* RCTPointerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = B6AA38713255D261FDE99A974E08E031 /* RCTPointerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12C621AF654295B051104624EC13F961 /* RCTFont.h in Headers */ = {isa = PBXBuildFile; fileRef = F989C56E6092BDE93571211959647ADA /* RCTFont.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12DD5DE7278177DF30D74E5E4991BEA5 /* RCTPointerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 47F861B6A64944DDAF67F7DEA408596E /* RCTPointerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; 12FA7519507285624A8F734D8A3939CB /* GDTDataFuture.m in Sources */ = {isa = PBXBuildFile; fileRef = 500000D98A3ADEAC94F4698268444755 /* GDTDataFuture.m */; }; - 131A4F913E2F1E98913D8D766736C5C1 /* JSCExecutorFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8C8327DC370B5B24F3945529C1786252 /* JSCExecutorFactory.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1328941F49991BEB7900B9FAE0861076 /* RCTI18nManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F6CD84BF50A0B6A933D0FF22F45F0465 /* RCTI18nManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1328F683A4C0D079350259A18A68938A /* JSINativeModules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FA9F30C56E3D91E8E7A46E590973ED6C /* JSINativeModules.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1352441B7E9907AD4E56358E520341F0 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 92403C0C7B1D4F437F93A60AAA768932 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1354B5A202FE5B927603FE3F3934ADF1 /* RCTNativeModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7453FC765B3BE0CACDDC5F0EA1BD0812 /* RCTNativeModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 135CA47E90F11A11511D769C60754F77 /* REATransitionValues.m in Sources */ = {isa = PBXBuildFile; fileRef = B48A2EA23D4C0A5B39EA740A1B4C0B0C /* REATransitionValues.m */; }; - 13910E80E165B0FD5041DF222C1B3339 /* ARTShape.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FE70E03FCF5F3D3A476D63FB08869F0 /* ARTShape.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13B3A8F3BBFB94FC266C8B2D127F2001 /* JSINativeModules.h in Headers */ = {isa = PBXBuildFile; fileRef = 24B479A5347E6CE6A9645129EA6A7159 /* JSINativeModules.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 131A4F913E2F1E98913D8D766736C5C1 /* JSCExecutorFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7B023EC3C4FAC79C9C0E65AFEC7E6215 /* JSCExecutorFactory.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1328941F49991BEB7900B9FAE0861076 /* RCTI18nManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BDFCD92FF6C77015537D9CF0C0F4321 /* RCTI18nManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1328F683A4C0D079350259A18A68938A /* JSINativeModules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E12CA5E22CEE8C904794294C3518BB8E /* JSINativeModules.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1352441B7E9907AD4E56358E520341F0 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 11F288A2F95BEE9530487875BA76B166 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1354B5A202FE5B927603FE3F3934ADF1 /* RCTNativeModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5BFF50FA7BD25CE4D118D51792F17BEC /* RCTNativeModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 135CA47E90F11A11511D769C60754F77 /* REATransitionValues.m in Sources */ = {isa = PBXBuildFile; fileRef = AEDA30D82699B958AD564B3E95991F7D /* REATransitionValues.m */; }; + 13910E80E165B0FD5041DF222C1B3339 /* ARTShape.h in Headers */ = {isa = PBXBuildFile; fileRef = 41EF504E5AF91A09E4FDF893E11E2F13 /* ARTShape.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13B3A8F3BBFB94FC266C8B2D127F2001 /* JSINativeModules.h in Headers */ = {isa = PBXBuildFile; fileRef = 92F2B29E03BA3539E7D69EC3CD41ECD5 /* JSINativeModules.h */; settings = {ATTRIBUTES = (Project, ); }; }; 13C1F0FA601FBB4544ACD9D57124E3F9 /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 2B0BFE57676A5D16FB11E7FD654EE50A /* de.lproj */; }; 13CC63F0A5CAA2C7909B84D3C6D4620B /* GDTStoredEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4250287D6892F8E6A4565235E7A5EB /* GDTStoredEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13EAEB1E6CFD48E9CFE15F88743AC92C /* RCTAppState.m in Sources */ = {isa = PBXBuildFile; fileRef = DC756D8D350A874AF5246128B5A910BE /* RCTAppState.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 141CB062270AB0D64040EE9FF7CCDFC0 /* RCTCustomKeyboardViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B0E798A56580A2D2AE9984C2CD43074 /* RCTCustomKeyboardViewController.m */; }; - 14422B587C7D1474F869D259CFF998CC /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EC5BDE0FB49A15E590FDEC3D9D947CDD /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14660286F6DC6FCABD38E2C1F70CFC01 /* ReactMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = CDE345C23442F216F1CF3AD8BC422E5F /* ReactMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13EAEB1E6CFD48E9CFE15F88743AC92C /* RCTAppState.m in Sources */ = {isa = PBXBuildFile; fileRef = 57450487C8C0F688905DB8754F274103 /* RCTAppState.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 14422B587C7D1474F869D259CFF998CC /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5875A79319EDABF29C9EB927DC01C0DA /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14660286F6DC6FCABD38E2C1F70CFC01 /* ReactMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = CE61D1FE1AD71846161D661F9F062891 /* ReactMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; 14A3CA4B77271ED4415356A1FBA7362F /* dsp.h in Headers */ = {isa = PBXBuildFile; fileRef = 53F385844EA8EDFB10A8935DD248B4F4 /* dsp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14AA7CA15F034772E8B2636CFE2A5C85 /* ReactCommon-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 01060FCDBEF265BFA21F91667CE83154 /* ReactCommon-dummy.m */; }; - 14BCE7072FC4CE33BC35324A78BE2FAE /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DADD905867794EB8BCD2EBEA004EBBC /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14DD05E4CFBF56241AC5D65134AF6AB8 /* RCTSinglelineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A70CAF608A1E6D153DB84FB781F0D98 /* RCTSinglelineTextInputView.m */; }; + 14AA7CA15F034772E8B2636CFE2A5C85 /* ReactCommon-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 63C0E4F0F25AB393991555C6ED9A3DB4 /* ReactCommon-dummy.m */; }; + 14BCE7072FC4CE33BC35324A78BE2FAE /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 33C28C7193C813BA137A29D9A54AE40E /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14DD05E4CFBF56241AC5D65134AF6AB8 /* RCTSinglelineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 304CEEF7CB871919BAB3EF6A9F883F11 /* RCTSinglelineTextInputView.m */; }; 14E29E6C822F8A5CB16A6B5EE716D81C /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C45038DEE219BD064B99157EBC2D912 /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14F9F3C4C0A1E8EF80C71FA3A569FDF1 /* RCTInputAccessoryViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B1D78552BC13412851EEBDA20713319D /* RCTInputAccessoryViewManager.m */; }; - 15135A9A67B4019F2CC03E7D5FACA0FE /* RCTTypeSafety-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 20F511A3AE582E93EEC40EF2BDF8F751 /* RCTTypeSafety-dummy.m */; }; + 14F9F3C4C0A1E8EF80C71FA3A569FDF1 /* RCTInputAccessoryViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9504606B46EDB11A8E63B1317A2A21B0 /* RCTInputAccessoryViewManager.m */; }; + 15135A9A67B4019F2CC03E7D5FACA0FE /* RCTTypeSafety-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 71269513F2EE21B080F22743962183F8 /* RCTTypeSafety-dummy.m */; }; 15320769AD3A12888272E5E141BFCC9C /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = D49C860391A2659769FF7954DF6C5EE4 /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 154C752B3AAEDBCD978036AE32CAB1BD /* RCTValueAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = C041813BC41F2F49DC9C0918CFD786D9 /* RCTValueAnimatedNode.m */; }; - 1557BAF14C9A6976E7C40616CCA7944C /* JSIExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = BA25C03D8346FC39A3B36B4BCB61E952 /* JSIExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15AF61B7B72DD93E6B1F6FC5B420F7DF /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = A999FA07037D8C28CFA99B631B6C334B /* Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15B714B84953652DA8EAD8B5661F5D17 /* RCTActionSheetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D07CB2E2D6A6B466D1E9A18803476D1 /* RCTActionSheetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15CAF5C633711E2C121CC6A30FEB1848 /* UMUtilitiesInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D9426D6A7FB61A887D503ADBD24144C /* UMUtilitiesInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15D79F4277BA759EC85E7DD868E3A4C4 /* RCTSwitchManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 84D33921BE9769249475C3A87ECB9B0D /* RCTSwitchManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 154C752B3AAEDBCD978036AE32CAB1BD /* RCTValueAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = B3BE4DD1BE1C0F0D68A731D6310C580B /* RCTValueAnimatedNode.m */; }; + 1557BAF14C9A6976E7C40616CCA7944C /* JSIExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = F21F125D2A98B8A114D0E531007DF739 /* JSIExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15AF61B7B72DD93E6B1F6FC5B420F7DF /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = 91FE3E33D4AE22A046A2F1AC3F277D47 /* Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15B714B84953652DA8EAD8B5661F5D17 /* RCTActionSheetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 30C9D4A70943C55E73C0BDDC19090EA4 /* RCTActionSheetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15CAF5C633711E2C121CC6A30FEB1848 /* UMUtilitiesInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = E525FFE12E0FDACFD028099F2E0B149B /* UMUtilitiesInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15D79F4277BA759EC85E7DD868E3A4C4 /* RCTSwitchManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0131A5031D38180010934D5BAB08CF13 /* RCTSwitchManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 15D7CCF59D45A8AEB4224BD291FC9910 /* huffman_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = CBA63D41638D31B00773D2AF47F7BE37 /* huffman_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15F44C32023C26032714E53545E8B3F5 /* RNCWKProcessPoolManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D56562BD166A333AA792BE860DEB9479 /* RNCWKProcessPoolManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15F44C32023C26032714E53545E8B3F5 /* RNCWKProcessPoolManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 08B5704BB47052B0879EB7A2D3F16627 /* RNCWKProcessPoolManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 15FA0CEC28541CA4EF930A1163CEAB50 /* lossless_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = BA7129E40C780FCC9B2C35430A87252D /* lossless_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 164A3F991FCC1341F1E46E003371F224 /* RCTSurfaceHostingProxyRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3226B2EDCDCDC805996B2CF568D2619B /* RCTSurfaceHostingProxyRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 164A3F991FCC1341F1E46E003371F224 /* RCTSurfaceHostingProxyRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 423EC0E5AC07AD813B539BE319DF7233 /* RCTSurfaceHostingProxyRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 1669AFC658678BE6CCD8B55B48F9C97E /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 4451BC0E9BF66D37E3D3B77242CFA4C7 /* NSButton+WebCache.m */; }; - 16899D5B9029FB6D5A400783A624C1C8 /* EXWebBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 984EA1E705F33650022CBBD03DD3B174 /* EXWebBrowser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 16899D5B9029FB6D5A400783A624C1C8 /* EXWebBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 93B55B18D1A313D01001BA2F60D6C8F1 /* EXWebBrowser.h */; settings = {ATTRIBUTES = (Project, ); }; }; 168EBAAD25584C70CA9111D5CCB8180E /* SDWebImageOptionsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = A1191B3579F77F069B1C7353C4447B7B /* SDWebImageOptionsProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 169B31B58BC0F2BBFA82EAC8F165F361 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4CE417EB7BCE41F7D73D710299335F /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 170322932D8FC0F02AA360A25D994D98 /* UIResponder+FirstResponder.m in Sources */ = {isa = PBXBuildFile; fileRef = C3790B3E64A5743708CDA7AC3A352E19 /* UIResponder+FirstResponder.m */; }; - 1728749B028AD1D781945AAA91BE736E /* AudioRecorderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E489C8EF128611E726278BD75FDCCF03 /* AudioRecorderManager.m */; }; - 172E676A7EEA5B4EB058AFE8453B62C0 /* TurboCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FD04D51CE5D0AEB2B519A68E6C3E90E /* TurboCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 173B9B2399E756F996763591588AFE57 /* RCTNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 426FAEF1C0C7577FDF76C49002CAB1B0 /* RCTNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 176E21BC9C50FFBB8929F3C72F7E3241 /* RCTBorderStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AE018BDB38E30FEFA9F2E4E04212C3F /* RCTBorderStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 169B31B58BC0F2BBFA82EAC8F165F361 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 01CC0BBE05E7B9EC4B01DE322B643788 /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 170322932D8FC0F02AA360A25D994D98 /* UIResponder+FirstResponder.m in Sources */ = {isa = PBXBuildFile; fileRef = DC9702242033D2DD9DBD98EA46DB91BF /* UIResponder+FirstResponder.m */; }; + 1728749B028AD1D781945AAA91BE736E /* AudioRecorderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6396DB7C7D0998961051B112303D8716 /* AudioRecorderManager.m */; }; + 172E676A7EEA5B4EB058AFE8453B62C0 /* TurboCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B0A52DCC8F0BBC90A10D9E0C5BE5DF6 /* TurboCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 173B9B2399E756F996763591588AFE57 /* RCTNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 63979DD19F06856EBF260A160010A281 /* RCTNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 176E21BC9C50FFBB8929F3C72F7E3241 /* RCTBorderStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 73C300B69D71E2858C63C1F2CE59FB98 /* RCTBorderStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; 178E75DE2938CCFCEE8DE1C3A13FB126 /* GULReachabilityChecker.m in Sources */ = {isa = PBXBuildFile; fileRef = 2690ADE71F761217060D0FF0C1378AE6 /* GULReachabilityChecker.m */; }; - 17A36219C987CD12C5A1C50EA590D11A /* EXReactNativeUserNotificationCenterProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = C7118DF0E7B234BAF5DCD97B2157CA65 /* EXReactNativeUserNotificationCenterProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 17A36219C987CD12C5A1C50EA590D11A /* EXReactNativeUserNotificationCenterProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = E3248BA1B880BA7614533A411B9588AC /* EXReactNativeUserNotificationCenterProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; 17D2A3D9D174A9BE8815BCA3EC73B4CA /* GoogleUtilities-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EB7A76E1373478AD1844D4833C112B8 /* GoogleUtilities-dummy.m */; }; - 17DFF9A451798288365E8AB8A0784530 /* RCTScrollViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 837A8379C8855239AA7C291770C26657 /* RCTScrollViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1832399A5D86191FBC62039FAA886F24 /* EXWebBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F2008BAA06F83FEC23799BE4E7BA8D0 /* EXWebBrowser.m */; }; - 18508BF0F3BB7FB5771E7208D859296F /* EXHapticsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F862EA1AA055373123163311F43DCFD /* EXHapticsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 187D94A9F0B845CEE3B305C8ECBA9A13 /* RCTScrollContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = D2E5D64282CC7D790DF0D1CD3AC276E8 /* RCTScrollContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 17DFF9A451798288365E8AB8A0784530 /* RCTScrollViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A5EC7D8475099F10FFC4F6D41593A9B9 /* RCTScrollViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1832399A5D86191FBC62039FAA886F24 /* EXWebBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = 92402E731354E4EB0C3E3355CD9E2FEF /* EXWebBrowser.m */; }; + 18508BF0F3BB7FB5771E7208D859296F /* EXHapticsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 39EAB7480CFB712BA6CFDDE04FCDD1BD /* EXHapticsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 187D94A9F0B845CEE3B305C8ECBA9A13 /* RCTScrollContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = A8695258552D9585B4FB62140C8EF779 /* RCTScrollContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 18E054C5BBDA83CCE21A718C8DD17262 /* Unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F91ECBE594003E7FF24A57760F8A5A1 /* Unicode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 18F803F363DA4D252D73E4C3C33535F6 /* RCTShadowView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = B532B085F7B45D6DD72D8BE49A120916 /* RCTShadowView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18FF465AC2ED82AD0A5A0501AACD0956 /* BugsnagCrashSentry.m in Sources */ = {isa = PBXBuildFile; fileRef = 4675DC5321EAB64DDE25C9B0E3423B43 /* BugsnagCrashSentry.m */; }; - 19389D1DC51D68F8312739317DE39C2A /* JsArgumentHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = C8E15D566E869780991CBD1B44981393 /* JsArgumentHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1948B4CBDE4703BC5BDFB832E73A0A1D /* UMViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F2743ADE8B8346F229A820A6EE59C6C3 /* UMViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 195EDF63D05599454DC50CD6100A1D14 /* RCTPerformanceLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = C5697EC5539A94D88DFCA46BC4FAC53D /* RCTPerformanceLogger.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 19A77F5198AE35F6170EF743E166358A /* ModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C7EE7B40BA6C455473BC868F9ECBE8B /* ModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 18F803F363DA4D252D73E4C3C33535F6 /* RCTShadowView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 33A8A171BE00A32E90026078C9B48E14 /* RCTShadowView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 18FF465AC2ED82AD0A5A0501AACD0956 /* BugsnagCrashSentry.m in Sources */ = {isa = PBXBuildFile; fileRef = 418284EA505FDD678CBD5AA73779F981 /* BugsnagCrashSentry.m */; }; + 19389D1DC51D68F8312739317DE39C2A /* JsArgumentHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = FAC421177CE610E9C7B931439EB459C5 /* JsArgumentHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1948B4CBDE4703BC5BDFB832E73A0A1D /* UMViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DA528EDF3CF0F85FB49565618973B8A1 /* UMViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 195EDF63D05599454DC50CD6100A1D14 /* RCTPerformanceLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 1143FDC2EB25DB22D62A7D939496E2C2 /* RCTPerformanceLogger.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 19A77F5198AE35F6170EF743E166358A /* ModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FBE73416F6BCBDBA9961312F1830706 /* ModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; 19B3BC4E2828FB30D6FE19E66BBBC724 /* token_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 9611B7CAEEF806303B3F81D5B1FFA2BE /* token_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 1A02EAB59D9B047FEBAC7C67C5DF51E5 /* RCTSurfacePresenterStub.m in Sources */ = {isa = PBXBuildFile; fileRef = AF3D6B2D719E692B3649250EC186F095 /* RCTSurfacePresenterStub.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1A10FA3F9DF4CDF788BDB424013C402F /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F5FA36B8C1C1B113ED1B7D313424F09 /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A1290C7A860E755FC08591CB199176F /* CxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D17941B59F44323C04C1DAC48280552 /* CxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A39045EC7A8504580AEFC75EDB56CED /* EXVideoView.m in Sources */ = {isa = PBXBuildFile; fileRef = 82D098BAF796AD84A72CEC69862AABB8 /* EXVideoView.m */; }; - 1A9087134F848791F290A446F14D53BA /* react-native-notifications-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D162C3557E14886DF5D130C63966C11 /* react-native-notifications-dummy.m */; }; - 1A91DAC8DA3EBEAA0D5111513D568D69 /* RNUserDefaults-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5466BA0485D3F92AE19B1E23AC599462 /* RNUserDefaults-dummy.m */; }; - 1AC5F470D468CCBF2A8B1D2FC1CA7A01 /* RCTDecayAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 45EFD1F68CE757CFF269AEA583107427 /* RCTDecayAnimation.m */; }; - 1AFB7660AED3CB914CF01D42131CECAD /* RNFirebaseAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 8985DAE76335A3D2EE53D18D85CD06DA /* RNFirebaseAuth.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B0BF1AFE2A309247EC3F75FFF585413 /* LNAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = F314944C00BE6B09E422BAE76B3F1334 /* LNAnimator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B10D25B28351FF12A8C17090C5309B3 /* RNFirebaseMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = B3FC9FECE308309CFEDA0657B6E891AD /* RNFirebaseMessaging.m */; }; - 1B11B7875E992E06B9CF0335A921EA94 /* YGValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C98681341CD087B588A35468223DFE7 /* YGValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B72DD3B96B82F7387FC92F861EB8BAC /* BugsnagSessionTrackingApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 2683BCE18B50187450E5F4959A40292A /* BugsnagSessionTrackingApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1BB646B47D3E345D72B5CFBDE7DAC2EA /* READebugNode.h in Headers */ = {isa = PBXBuildFile; fileRef = EE30D43E5C4E5D4333AEAD15C715ADBF /* READebugNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A02EAB59D9B047FEBAC7C67C5DF51E5 /* RCTSurfacePresenterStub.m in Sources */ = {isa = PBXBuildFile; fileRef = 759E0A2F53C1DC70E0421D79F409D4C5 /* RCTSurfacePresenterStub.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1A10FA3F9DF4CDF788BDB424013C402F /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 52C6487B62372BE1C7A50B1B34FEC75C /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A1290C7A860E755FC08591CB199176F /* CxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = F8F697B4F12A9ED14622FDFD2EADC31B /* CxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A39045EC7A8504580AEFC75EDB56CED /* EXVideoView.m in Sources */ = {isa = PBXBuildFile; fileRef = BA6843884442188F5AADF25E82074309 /* EXVideoView.m */; }; + 1A9087134F848791F290A446F14D53BA /* react-native-notifications-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 64DF2F0F5D61E3A7DE671BCE977724EA /* react-native-notifications-dummy.m */; }; + 1A91DAC8DA3EBEAA0D5111513D568D69 /* RNUserDefaults-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 72684AEFCE53485E4062BDF27271C0BB /* RNUserDefaults-dummy.m */; }; + 1AC5F470D468CCBF2A8B1D2FC1CA7A01 /* RCTDecayAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = BAAF7FEB9F53CCECD04CBC125F776C06 /* RCTDecayAnimation.m */; }; + 1AFB7660AED3CB914CF01D42131CECAD /* RNFirebaseAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FC0C9D532E9C6C201BF0E3DB8889D1E /* RNFirebaseAuth.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B10D25B28351FF12A8C17090C5309B3 /* RNFirebaseMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = D5761CCBEA427A610FDEF3DC153ABA35 /* RNFirebaseMessaging.m */; }; + 1B11B7875E992E06B9CF0335A921EA94 /* YGValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 427A0326EE1F999EEED7E345245B4021 /* YGValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B72DD3B96B82F7387FC92F861EB8BAC /* BugsnagSessionTrackingApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 2919F0588C823D44177903F6308E77A0 /* BugsnagSessionTrackingApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1BB646B47D3E345D72B5CFBDE7DAC2EA /* READebugNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 31DCFBE8AAC3CB97E2BF59F3B8DAF0CF /* READebugNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1BB7DF35DA8BC3E5E76D9ADB62B3BAC6 /* lossless_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 50462777897BD20652226C61A701666C /* lossless_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 1BD314A43A3B0FD30BACF7FB0DD8E89E /* REAAllTransitions.m in Sources */ = {isa = PBXBuildFile; fileRef = C807C7EA8D2619B6AFCB7F3C9AA5B4AD /* REAAllTransitions.m */; }; - 1BF065CBF59F4DBF141D3E85E32C7599 /* RCTBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FA68F18A14101923CA3305B869081B3 /* RCTBridge.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1BF555E94A7BE625ACB1CF2549EA79E4 /* RCTObjcExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 4975D25D641388661ED009D8D308059D /* RCTObjcExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1BD314A43A3B0FD30BACF7FB0DD8E89E /* REAAllTransitions.m in Sources */ = {isa = PBXBuildFile; fileRef = EED037C5716D0A5BEFC66A5967680C09 /* REAAllTransitions.m */; }; + 1BF065CBF59F4DBF141D3E85E32C7599 /* RCTBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 4436476E1F4860CD8B84D3DB645B79E2 /* RCTBridge.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1BF555E94A7BE625ACB1CF2549EA79E4 /* RCTObjcExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = D584D492C7DA81B907BCAC20B32BE018 /* RCTObjcExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1C5BDB058468D11E68A6B18163FAFD43 /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 93DAB7840FDA3104820FF0CF8863F7DE /* SDImageFrame.m */; }; - 1C7684185263BD3216BDDDCD068B795D /* BSG_KSCrashSentry_MachException.h in Headers */ = {isa = PBXBuildFile; fileRef = 82EF58F8DD5FC7A85BEFD70ED49A0C48 /* BSG_KSCrashSentry_MachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1CC75EE4B0889B7CD5ABC6A55A77378E /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = F988BB9CB530CBDB9A1791E9293B40F5 /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1C7684185263BD3216BDDDCD068B795D /* BSG_KSCrashSentry_MachException.h in Headers */ = {isa = PBXBuildFile; fileRef = E6AC038BB5D863FB00E0699EFB57635A /* BSG_KSCrashSentry_MachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1CC75EE4B0889B7CD5ABC6A55A77378E /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = E874AF59A998B487AD511A1ABB25F5CD /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1D0E9D473AE2CA5B3C418987B185FD40 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B26AD7CA3529E84BB0792DB6416F749 /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D286B93CF69BD522436DB068478A6F6 /* RCTSourceCode.h in Headers */ = {isa = PBXBuildFile; fileRef = D0C65660A495E07C3058EEC513FA0C66 /* RCTSourceCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1DC21330146F0910DFE00A496CBC37E5 /* RCTTrackingAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = F7D796D2DD86DD6951ACA54F5EA194D3 /* RCTTrackingAnimatedNode.m */; }; - 1DCC3147F0B0324DA6BEFF22166809C5 /* RCTUIManagerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 7142B87598A2FAD8025EE5B67ABA1986 /* RCTUIManagerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D286B93CF69BD522436DB068478A6F6 /* RCTSourceCode.h in Headers */ = {isa = PBXBuildFile; fileRef = D853DBCF5B44207CC309317FB832DE4D /* RCTSourceCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1DC21330146F0910DFE00A496CBC37E5 /* RCTTrackingAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = E8678C18C3379EF34762DE09CE082688 /* RCTTrackingAnimatedNode.m */; }; + 1DCC3147F0B0324DA6BEFF22166809C5 /* RCTUIManagerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 74CA056DE58D7CEEF549208AD3B2B845 /* RCTUIManagerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1DDC6AFF9544E2C26BABF6699C9D6B8F /* QBImagePicker.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0B1D7876432442870E5B38CEED78B5DC /* QBImagePicker.storyboard */; }; 1E39EB7CE27A1A84AF4831760FF1A643 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 448AE9F290055CE55E607829C8C0DB27 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1E6C0F4ADDB7C8B2B268AB3794E30791 /* SDWebImageOptionsProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 037FB23BB574BE0B3C39E431D92A9646 /* SDWebImageOptionsProcessor.m */; }; - 1E9D0476202EAFDEC48D83008CD69D7E /* RCTEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = BEA14F6F6DF113FE70057996FA76C819 /* RCTEventDispatcher.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1E9E9841ECD43A7B59D4B9C4A24373CD /* RNSScreenContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = CA4EFE95627DE5E43FDD76604BE5519D /* RNSScreenContainer.m */; }; + 1E9D0476202EAFDEC48D83008CD69D7E /* RCTEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BDF3E2801BD996C86FA236E7E0FB37D /* RCTEventDispatcher.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1E9E9841ECD43A7B59D4B9C4A24373CD /* RNSScreenContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = A7F41214E068C2672232FA79CBF2BD08 /* RNSScreenContainer.m */; }; 1EE29AF938E8A2AA9DB15EC2CF341FA8 /* FIRCoreDiagnosticsDateFileStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = CFF9BB1CA206380572EFC80409667259 /* FIRCoreDiagnosticsDateFileStorage.m */; }; 1F0C67962D2BB44987FD1B99593098A3 /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = 63CC44B74154706E64AF34CD3723A881 /* strtod.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1F8BD67D3120D5BB19A1CB41C1B94BB1 /* FIROptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 56384D31C64B8BFFF1A1FAB31C28328E /* FIROptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1FBA5703F009E2F9E3B454CF8B31AA2F /* NSTextStorage+FontScaling.m in Sources */ = {isa = PBXBuildFile; fileRef = ABA4C6F1823A46505C589663FF569D2C /* NSTextStorage+FontScaling.m */; }; + 1FBA5703F009E2F9E3B454CF8B31AA2F /* NSTextStorage+FontScaling.m in Sources */ = {isa = PBXBuildFile; fileRef = 8373FF1609D4CC78C3656464B1F9D785 /* NSTextStorage+FontScaling.m */; }; 2001857FBC4E5A92A474A1694AE23BD6 /* json_pointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CC65DE6DF5D259B4E20F7E232146BFCC /* json_pointer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 202AAEBEC0D471F0AC6005E0ECEE1203 /* BSG_KSArchSpecific.h in Headers */ = {isa = PBXBuildFile; fileRef = 69F9C5ACECB420400F3061D7B095068C /* BSG_KSArchSpecific.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 202AAEBEC0D471F0AC6005E0ECEE1203 /* BSG_KSArchSpecific.h in Headers */ = {isa = PBXBuildFile; fileRef = F756F204B500091A60501DA046DEEEAF /* BSG_KSArchSpecific.h */; settings = {ATTRIBUTES = (Project, ); }; }; 204BB3DDD58655FDF8A73F404B5FE278 /* QBImagePickerController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C61DBDDB08AA75D46C6474F4BA5A806 /* QBImagePickerController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 206924EB5DF82EE6DD0FCCF6588714D2 /* UIView+FindUIViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C37C25F4A945ADF194855A7D3CFD188 /* UIView+FindUIViewController.m */; }; - 2070FF6A8B3C8ABBD14E748FC74E8231 /* UIView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A1AF04F5E4E9C6FE295E0CEE224AB63 /* UIView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 208F0F89A59307CFD4DBEE7148C57E22 /* RCTImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8012D5582D3EC343EBE5BAD309CFA435 /* RCTImageLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 209B337BCC8D29242D29EDFAE0AC53E7 /* RCTSurfaceHostingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 683BD0F62B4E7C43F38352CF3A511817 /* RCTSurfaceHostingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 20A3DBEBF84B486EEB93BD75A146033D /* REAConcatNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 73EBFB2DAD1AD96AFF141E7BF795ECBC /* REAConcatNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20B2CC1FA97984EE397092FF8B25018B /* ARTGroupManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D3A3B488557565118EC138E8B533944B /* ARTGroupManager.m */; }; + 206924EB5DF82EE6DD0FCCF6588714D2 /* UIView+FindUIViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 90C5BBCE4DC80182AD9E939D1BC6803D /* UIView+FindUIViewController.m */; }; + 2070FF6A8B3C8ABBD14E748FC74E8231 /* UIView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 09B861E5E3E13ED01D721C18F94C8C2D /* UIView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 208F0F89A59307CFD4DBEE7148C57E22 /* RCTImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = A807B06F9E690751FBFAB6F83DE6E30B /* RCTImageLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 209B337BCC8D29242D29EDFAE0AC53E7 /* RCTSurfaceHostingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6D615220F2C7CA1A6A445579FCB0CE5C /* RCTSurfaceHostingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 20A3DBEBF84B486EEB93BD75A146033D /* REAConcatNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 77291B2A6CCE62D8FAB4D61D04E0CD49 /* REAConcatNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20B2CC1FA97984EE397092FF8B25018B /* ARTGroupManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E5CD1C97A53BFEEEF65B074F47B12042 /* ARTGroupManager.m */; }; 20B48F4438783B90D6ADAB673582DD9F /* GDTUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 59BADB0D709C0168E6FFBA9FB282C696 /* GDTUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20B95512DF1DDE97DC9AB8856B976D55 /* RCTBlobCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = 68B17402AB245EAC828F58E2D62F5150 /* RCTBlobCollector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20E395C9875740A8A614B3B3F1739656 /* RNFirebaseAdMob.h in Headers */ = {isa = PBXBuildFile; fileRef = CD1B942711BBA4F0550060AD78DDBC4E /* RNFirebaseAdMob.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 21227AB74B4FBEF7FEE5EA1C0AEA6708 /* RNFirebaseAdMobInterstitial.m in Sources */ = {isa = PBXBuildFile; fileRef = 8FC22E08AC1A0A720C13FDDF26EA4286 /* RNFirebaseAdMobInterstitial.m */; }; - 214C64C44656A5B63CAF20CF8DDCAD76 /* BSG_KSCrashC.c in Sources */ = {isa = PBXBuildFile; fileRef = D088FA5527C3FF14246F7A5441833B4D /* BSG_KSCrashC.c */; }; - 21B97B8F1D7EE4D61F5ED7BA11086BAA /* RCTMultipartDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F7B3CE5659EFC4D1B944B572AE0A047 /* RCTMultipartDataTask.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2257612A49356B139C85021FDCFEA687 /* REAAlwaysNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 24A91666C5E60525D7863CC82F20106F /* REAAlwaysNode.m */; }; - 227134EEB40138501F42DCB74D501A8D /* RNFirebaseAdMobInterstitial.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF1D3B3942B279447F10DBEEDF14102 /* RNFirebaseAdMobInterstitial.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2272F6FED3223D260ED9C5088C7B64D4 /* BugsnagSessionTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = D5D1627846E57EE2D200613D10944D3D /* BugsnagSessionTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2275CDE2F9E72781DD15023D75195980 /* RNFirebaseStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = B0E3A3BFB2134704CFE6CFCAF4B62A41 /* RNFirebaseStorage.m */; }; - 22A449213EF7B85E0E070E14646F1142 /* REAStyleNode.h in Headers */ = {isa = PBXBuildFile; fileRef = A4AC1C7524D0753E868EDA712FAD75A7 /* REAStyleNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22B289E96781F25C04ECCDA39C4E63F0 /* RCTActivityIndicatorViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E082881CDFED92CBF377AA6C5387CDE5 /* RCTActivityIndicatorViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 22C893769DB69620D10DB6343A1BF40C /* RNRootViewGestureRecognizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 932B1B968EEB78A085F20790FE48C450 /* RNRootViewGestureRecognizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22C92FEB3B04579CFF0378E618DFB3BA /* RCTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C74F3901CA317FFB3564E42E3A0BA50 /* RCTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22CEFC35D6BE5B9099CB736853ACAC54 /* KeyCommands-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 673E2FF2AD11DB9BE526F5B2098DB323 /* KeyCommands-dummy.m */; }; - 22FBC041FA6BDB8D31F52C96B4D0A174 /* RNBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = A19C0BC6B3844E51415B2FE73860B7DC /* RNBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 231AE8A6F71E9002C1051DE440D06378 /* EXVideoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D49F0EFB39B19BD09517946BA3251E7E /* EXVideoManager.m */; }; - 232A5F0ADAC6F28BA824008C57E88A6F /* LNAnimator.m in Sources */ = {isa = PBXBuildFile; fileRef = 343C5F749E16A3765E62F2A74C2F50F0 /* LNAnimator.m */; }; - 23B2B5118824C36E0A8F3FCC2DE98C3F /* RNNotificationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A136898A2D9F095BEB68F0A23F575C8 /* RNNotificationUtils.m */; }; - 24245B52141EA46A7042F4BE99AEB86E /* RNFirebaseNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = FC89837514BFB5DAF3A02142FE2FF30A /* RNFirebaseNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 243E5A16194B1BAD6EC6D914F6D1AD3A /* RCTCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B369F72D2E47B69D55228318BEF77D7 /* RCTCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20B95512DF1DDE97DC9AB8856B976D55 /* RCTBlobCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = 4857EC81269FB33AC46064C20355AFD2 /* RCTBlobCollector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20E395C9875740A8A614B3B3F1739656 /* RNFirebaseAdMob.h in Headers */ = {isa = PBXBuildFile; fileRef = 44345A5B0F688A2B03E86405E05735BE /* RNFirebaseAdMob.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 21227AB74B4FBEF7FEE5EA1C0AEA6708 /* RNFirebaseAdMobInterstitial.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E90A14D44CEB57B6ABF3628DC14710B /* RNFirebaseAdMobInterstitial.m */; }; + 214C64C44656A5B63CAF20CF8DDCAD76 /* BSG_KSCrashC.c in Sources */ = {isa = PBXBuildFile; fileRef = C05ED0BE917D2560B973609670716D5D /* BSG_KSCrashC.c */; }; + 21B97B8F1D7EE4D61F5ED7BA11086BAA /* RCTMultipartDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 8316402AC05BDE2B1C25C0E0B73623A7 /* RCTMultipartDataTask.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2257612A49356B139C85021FDCFEA687 /* REAAlwaysNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 548BA0C72952AE86261E0F9B8DB22F55 /* REAAlwaysNode.m */; }; + 227134EEB40138501F42DCB74D501A8D /* RNFirebaseAdMobInterstitial.h in Headers */ = {isa = PBXBuildFile; fileRef = 87591D61CE8EE2554C0B0C4C99897D80 /* RNFirebaseAdMobInterstitial.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2272F6FED3223D260ED9C5088C7B64D4 /* BugsnagSessionTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = FED5EFB712CA94D241761549840BD156 /* BugsnagSessionTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2275CDE2F9E72781DD15023D75195980 /* RNFirebaseStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 612B3EEEB038E8254EC8C5DFC02C099D /* RNFirebaseStorage.m */; }; + 22A449213EF7B85E0E070E14646F1142 /* REAStyleNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 57DEF06A8E723D4D9938710517205E5D /* REAStyleNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22B289E96781F25C04ECCDA39C4E63F0 /* RCTActivityIndicatorViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F3DBE30EFD3C8F997DD54A2A062CB55 /* RCTActivityIndicatorViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 22C893769DB69620D10DB6343A1BF40C /* RNRootViewGestureRecognizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 62E4E59A09DDE4E1DCF2E944C8CDC633 /* RNRootViewGestureRecognizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22C92FEB3B04579CFF0378E618DFB3BA /* RCTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 8466EABAE46F8A7FBAE302C591B0F328 /* RCTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22CEFC35D6BE5B9099CB736853ACAC54 /* KeyCommands-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A28A034B37E3894E001E593CCF4B8F7F /* KeyCommands-dummy.m */; }; + 22FBC041FA6BDB8D31F52C96B4D0A174 /* RNBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = F803AF7277C13C7E682727FC49F7021F /* RNBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 231AE8A6F71E9002C1051DE440D06378 /* EXVideoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0577C99629E38A9E4CBB524AA1250456 /* EXVideoManager.m */; }; + 23B2B5118824C36E0A8F3FCC2DE98C3F /* RNNotificationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 564F6F32AB889F2FAAB31F5BFA1D4C55 /* RNNotificationUtils.m */; }; + 24245B52141EA46A7042F4BE99AEB86E /* RNFirebaseNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = BD3277DA185DB019AA90E30F4CF93AB8 /* RNFirebaseNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 243E5A16194B1BAD6EC6D914F6D1AD3A /* RCTCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BCCD3F4217BAD13666024F32C186E4A /* RCTCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2455449FDD13A5BD6B015D9B25207EB9 /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = CD15F4681414F78344B9C9D8C3AB00F5 /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Project, ); }; }; 24570C884E7B05506960B1ADE2EBA32E /* demux.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FEB5FD7C2D6CF90A766E97373612019 /* demux.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 247AF2B7F6D31B2F8D692A841B08815F /* LNInterpolable.h in Headers */ = {isa = PBXBuildFile; fileRef = 723B88A4CAB00299DDE80C2E7BFE4B8F /* LNInterpolable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24B97F4F26D06C097C3E12F6B68F04CD /* RNBackgroundTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = F8523B6728DBA88333757E23E5E13BCE /* RNBackgroundTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24C7E525A367ABCB6718748137DD44EE /* RCTKeyCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F7B20942FDA996EE4CDC0EFED918B26 /* RCTKeyCommands.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 24DC681EB1AA4E65ADA6DF92E3F69D9B /* BridgeJSCallInvoker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F3A98E2968BEB084F27F587A4C5726ED /* BridgeJSCallInvoker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2520BA6FFB511E1F3B13760E919E35B9 /* BSG_KSCrashType.h in Headers */ = {isa = PBXBuildFile; fileRef = CDEA2B647346AEF3BBD99512E658BE4F /* BSG_KSCrashType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24B97F4F26D06C097C3E12F6B68F04CD /* RNBackgroundTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 376740740C6013934C2D2C4C3466D613 /* RNBackgroundTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24C7E525A367ABCB6718748137DD44EE /* RCTKeyCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = FCF813874E45610A3C878C82C661384A /* RCTKeyCommands.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 24DC681EB1AA4E65ADA6DF92E3F69D9B /* BridgeJSCallInvoker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BAE1981EBEF50FB077D5B09192D1F621 /* BridgeJSCallInvoker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2520BA6FFB511E1F3B13760E919E35B9 /* BSG_KSCrashType.h in Headers */ = {isa = PBXBuildFile; fileRef = DE36B5CAA7CDA5BBF4B669040872C2AE /* BSG_KSCrashType.h */; settings = {ATTRIBUTES = (Project, ); }; }; 25464C199156B6F34863455C64857399 /* bit_writer_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 60EC44FC576DF3EBF0F471D538CF0799 /* bit_writer_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 2565B9310EC364F58EDF6D7C3E9D9E74 /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = 42521590F6A1A6CCDE6013EDBD43D4B6 /* bignum.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 257E5695DD14352106A5F9F2324F7403 /* RCTImageBlurUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ABD1F3B8151FC79CAA4438F329509DA /* RCTImageBlurUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25C10CF7700C88922C4053826BE8422E /* RCTPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E4BFE364D0D3C25C27CA651D3B09427 /* RCTPicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 25D1EE7FFDCEE0EBC3F03EB316E69F59 /* RNCCameraRollManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C35B62E96CB1F6CF84146C86FCAAED2C /* RNCCameraRollManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25E00F43E1EDF928FD21D8275DAD3A20 /* RCTRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = D3D7687A63CDDE8D8CD1FD27BBA35203 /* RCTRefreshControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 25ED384032B9D13C5127B75C00C81489 /* BugsnagApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F9EF03FF835434C84C67FD9C73A6718 /* BugsnagApiClient.m */; }; + 257E5695DD14352106A5F9F2324F7403 /* RCTImageBlurUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = BC806F56214777BFD5A629725CFE3FE8 /* RCTImageBlurUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 25C10CF7700C88922C4053826BE8422E /* RCTPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = BE49BDDC5256188420CF6CE58A5D73BA /* RCTPicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 25D1EE7FFDCEE0EBC3F03EB316E69F59 /* RNCCameraRollManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 07167E386051558AD9CA83F559002C1A /* RNCCameraRollManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 25E00F43E1EDF928FD21D8275DAD3A20 /* RCTRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 68D3E14209F3E55EBE2D44F7F56714C0 /* RCTRefreshControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 25ED384032B9D13C5127B75C00C81489 /* BugsnagApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = B38BD7471D76B7D8984566FBF8F2FC31 /* BugsnagApiClient.m */; }; 261E1575F07D66992D6993C4AB9699F0 /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 24E4821FEAA0EEB382ED9211E1D198AB /* SDImageCacheDefine.m */; }; - 263275AD02EEDA619AF605D8A57C8549 /* RCTView.m in Sources */ = {isa = PBXBuildFile; fileRef = 423FA01DAEC6424828A0992FEBD3F2F3 /* RCTView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 263275AD02EEDA619AF605D8A57C8549 /* RCTView.m in Sources */ = {isa = PBXBuildFile; fileRef = EA17EDBFD19E2FA9E7FF4268AF03FA22 /* RCTView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 2672B79116AA34F158A2BF9BCF83F014 /* GULNetworkURLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FDFD1AA298778B97E9FD7529A3B82E2 /* GULNetworkURLSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; 26CDA6E509270CC32B1FF34C4F7D0DA2 /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = CA88B9B65AD40CD861AC231539FD195C /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26D5892C49257B552E50E5D953378DB1 /* RCTUIManagerObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 917E23C23742F8AB3E9FD3B4B761FB9F /* RCTUIManagerObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26EADB2B1F91B0E98325CE377339AB6C /* RCTI18nUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 08036CD9D5C61DBC78EE61751B30F309 /* RCTI18nUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2705398BF3B9198CC897D23D396A7586 /* RCTVirtualTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F28EE9F84264694BE93170E2A04E6E63 /* RCTVirtualTextViewManager.m */; }; - 2707704D222AF75C77C0C75D36884A07 /* RCTAnimationType.h in Headers */ = {isa = PBXBuildFile; fileRef = C3F3F8C91AC91F1D56DEE2A183B95EAA /* RCTAnimationType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2765C99C5AB7A70535A4695E30345CA9 /* RCTConvert+ART.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BFB77D1192D1BF54B08BAEF7E78D928 /* RCTConvert+ART.m */; }; - 2767B6F483EB91FC1AF72B9E56C9EA93 /* BugsnagFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = D21510FE6CEBEDA197FE10D0038F11DB /* BugsnagFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 26D5892C49257B552E50E5D953378DB1 /* RCTUIManagerObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = D4965976039CCC29884B01BA455CFC6F /* RCTUIManagerObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 26EADB2B1F91B0E98325CE377339AB6C /* RCTI18nUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 846D585DAC4CAA75858E23352D955DCE /* RCTI18nUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2705398BF3B9198CC897D23D396A7586 /* RCTVirtualTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 245FEA8FEA77979C1D2F585404534DDE /* RCTVirtualTextViewManager.m */; }; + 2707704D222AF75C77C0C75D36884A07 /* RCTAnimationType.h in Headers */ = {isa = PBXBuildFile; fileRef = E47A6FFE9C7443D8368C76C49ECB6614 /* RCTAnimationType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2765C99C5AB7A70535A4695E30345CA9 /* RCTConvert+ART.m in Sources */ = {isa = PBXBuildFile; fileRef = 823861AC71777BC3698FB9FE8E51D810 /* RCTConvert+ART.m */; }; + 2767B6F483EB91FC1AF72B9E56C9EA93 /* BugsnagFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 17125002E94B9CFF3F601598C970976A /* BugsnagFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; 276EA1438A750B1EB0094AC03C85B9CA /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = F75C0D1FAAF7B656AF0832A802DC84B7 /* SDImageCachesManagerOperation.m */; }; - 27B32BB91B5592AA463BED8039D4A34F /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 130C84BC7008CC3EC658498950644BA0 /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27C1A69C52BB15DC67850E468B12D649 /* RCTExceptionsManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = A81226598200B10C2B987E3266FCF849 /* RCTExceptionsManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 27C583D37081F7F3510722DF66158B32 /* RCTDataRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B4C7CD90F879B29C6DD1487E5572EFC /* RCTDataRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27B32BB91B5592AA463BED8039D4A34F /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 50324BA0EDD2852E72410FC176A3127B /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27C1A69C52BB15DC67850E468B12D649 /* RCTExceptionsManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5CA9B4F3A15162457A4AD775D1B6A6F7 /* RCTExceptionsManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 27C583D37081F7F3510722DF66158B32 /* RCTDataRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 390C0202691E3123CFA18F8C601FD1EC /* RCTDataRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; 27E5457CDA9A021B29AF532A8477DAB0 /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 37E8DA90D50373FC7B795EC5347DAD49 /* SDWebImageIndicator.m */; }; - 28927F940A72BCEB4A44F42EFBA0B02C /* RCTTextAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DF1D955E99654E72474891EAA6A27A6 /* RCTTextAttributes.m */; }; - 28BB381A7C6B3B83811D50FE70E938DD /* RCTComponentData.h in Headers */ = {isa = PBXBuildFile; fileRef = C4AE2A6DA28CCE60ECD1B230FF30E591 /* RCTComponentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28EDFE782C03971D26A94DABC42882E1 /* RCTNetworkTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A3A877FF2E6B17B85590B0509543C22 /* RCTNetworkTask.m */; }; - 28F5181CAF14D2F0597691A3E405F985 /* RCTConvert+ART.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B16019424CA3E2E0EF220234A1473AF /* RCTConvert+ART.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28927F940A72BCEB4A44F42EFBA0B02C /* RCTTextAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = 2697E20621E13F742D7C0AD3EC113D43 /* RCTTextAttributes.m */; }; + 28BB381A7C6B3B83811D50FE70E938DD /* RCTComponentData.h in Headers */ = {isa = PBXBuildFile; fileRef = E122C5A65F246B9AED46499AB1CD0475 /* RCTComponentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28EDFE782C03971D26A94DABC42882E1 /* RCTNetworkTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 32ADE6694F66D344A458C0B1D1EDDDDC /* RCTNetworkTask.m */; }; + 28F5181CAF14D2F0597691A3E405F985 /* RCTConvert+ART.h in Headers */ = {isa = PBXBuildFile; fileRef = EC574C9F42F72947702A576E693A3E89 /* RCTConvert+ART.h */; settings = {ATTRIBUTES = (Project, ); }; }; 28F938C614393C2E27ED714D9579FC8E /* rescaler_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = CA992AE3789CC74B456DE8DE9AAFD981 /* rescaler_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2971D2756E69D3A1B1B0B05CB44883FA /* RNFirebaseDatabaseReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D8A8165597AAEAD5849EA515FA16255 /* RNFirebaseDatabaseReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2971D2756E69D3A1B1B0B05CB44883FA /* RNFirebaseDatabaseReference.h in Headers */ = {isa = PBXBuildFile; fileRef = C6BA7C4BAC8A8F805A13BB53EA5C0933 /* RNFirebaseDatabaseReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2990557CE592B83D3F190FC332F46733 /* RSKImageCropViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BF2F0768EE972DEAE45305E374C6E45F /* RSKImageCropViewController.m */; }; 29B5E0AD4C8BD0DB9E1BF5D8AD913CED /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EE45E5F8AE599ADB186A35959088179E /* SDWebImageManager.m */; }; - 29BE103541578385234026751F8ACE67 /* RNRootView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 39552618FA6525665B95AF0294BEE26D /* RNRootView-dummy.m */; }; - 29D9E419C855902AC95C921BDC6A1124 /* BugsnagErrorReportApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 047DDDE0E9AD61AC03E3207D9D8A05E4 /* BugsnagErrorReportApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A0924AB7815CCF0A58FF53C9F9DD715 /* RNFirebaseNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = C5CE032FE16F98F60FB04AFB294C4872 /* RNFirebaseNotifications.m */; }; - 2A271C1605508A90C3BA1EAB6BAADC3E /* react-native-document-picker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C14A647A1C1939A7B825382AF4774BAE /* react-native-document-picker-dummy.m */; }; - 2A6155E5BEB10B758FA689BF7FE14AE8 /* RCTVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = A0796802932A3DFC4FB3237E1E18425E /* RCTVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A96EC20BE6E26342579B6EEEEDE35BD /* jsilib-posix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3D11E7418623E9EB6986653C4C041914 /* 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"; }; }; - 2ADFF29E38F4061AD30EE837833ADAAC /* RCTSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4687F4AD27605F70F42D7F708F1D4379 /* RCTSliderManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2AE22261C2F0CC82CDFBB9435346A3A8 /* RCTComponentEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = E596BE4F55ADDB5AFFEC47697DD5A142 /* RCTComponentEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 29BE103541578385234026751F8ACE67 /* RNRootView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F02F30AE0FA1346A7D46CD15EA8D6B4 /* RNRootView-dummy.m */; }; + 29D9E419C855902AC95C921BDC6A1124 /* BugsnagErrorReportApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 129B1B5C404258A3661D2DEAC0C38622 /* BugsnagErrorReportApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A0924AB7815CCF0A58FF53C9F9DD715 /* RNFirebaseNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = 60EFDC24431946CC2ECE601D13EB4876 /* RNFirebaseNotifications.m */; }; + 2A271C1605508A90C3BA1EAB6BAADC3E /* react-native-document-picker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 58CCA17253B258AAA58D8278A85961FB /* react-native-document-picker-dummy.m */; }; + 2A6155E5BEB10B758FA689BF7FE14AE8 /* RCTVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 57ECCB1D62679E55F9E0B86F636A08B0 /* RCTVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A96EC20BE6E26342579B6EEEEDE35BD /* jsilib-posix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8981B742FE7F8B1009CBC18E4F1F1E40 /* 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"; }; }; + 2ADFF29E38F4061AD30EE837833ADAAC /* RCTSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E5084245D9852128183D80996CAF3D /* RCTSliderManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2AE22261C2F0CC82CDFBB9435346A3A8 /* RCTComponentEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E45A9D5235F6114C97C3663BD8DECD3 /* RCTComponentEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 2AF1ED3F44A359AF4E731231E6CFAFE8 /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 346983F78C1180338E821BF043913B34 /* SDImageCodersManager.m */; }; 2B18BA16E70FB8CE8D1CBA9F53F02241 /* GDTEventDataObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 377387794ABFFE9598A387768FA7E216 /* GDTEventDataObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B4B674BADB4E8A18006C2676BA1EAE5 /* RCTDevLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 60BA70ABB0A5CEE1D278D82385B27A95 /* RCTDevLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B57AD2AFDB9147504E562E1E6F17751 /* Bugsnag.m in Sources */ = {isa = PBXBuildFile; fileRef = E9F18B64986B9A7139C2928122A9021C /* Bugsnag.m */; }; - 2B5B62C5708555CC396B26DEA29C08AF /* ARTShapeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 29E29CE1DC026A19D4C6A0AFDB460E31 /* ARTShapeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B7AD03BE3907FBE6A6161BE67B9585E /* BSG_KSCrashDoctor.m in Sources */ = {isa = PBXBuildFile; fileRef = 02A556EAFA7A6B7CE43E4E2D6F94FEAC /* BSG_KSCrashDoctor.m */; }; + 2B4B674BADB4E8A18006C2676BA1EAE5 /* RCTDevLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C8E9698334B9C85054E3C1E021ED952 /* RCTDevLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B57AD2AFDB9147504E562E1E6F17751 /* Bugsnag.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D15D8118A4A0FB448CB93237B70977E /* Bugsnag.m */; }; + 2B5B62C5708555CC396B26DEA29C08AF /* ARTShapeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 115E3FCAB8A127125BC24ED138FBC759 /* ARTShapeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B7AD03BE3907FBE6A6161BE67B9585E /* BSG_KSCrashDoctor.m in Sources */ = {isa = PBXBuildFile; fileRef = 732070CB6A352AFA965CC4A88B14B1DB /* BSG_KSCrashDoctor.m */; }; 2BCCAFD974059ACAFC22F751ECDD2AD7 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 84997290FB077D9DCEA80D70AB04A5A3 /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2BD172C6FB7DF31CC3EFA3CE085B4126 /* predictor_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 2683CDC4E450B4AC2C04403C7D2F3A6C /* predictor_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 2C301F59E16291961A53C6EFE487CBA9 /* FIRInstanceIDTokenFetchOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D8700EA442108B9065AFF53E7D01AF9 /* FIRInstanceIDTokenFetchOperation.m */; }; - 2C3B70E550F6BE498EA5F00CBC159890 /* RCTDataRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = E5ED82D9706849F2F567FE41A3EF434A /* RCTDataRequestHandler.m */; }; + 2C3B70E550F6BE498EA5F00CBC159890 /* RCTDataRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 1678BDA9160D8D7714190D705A9F9EE9 /* RCTDataRequestHandler.m */; }; 2C447F128915ABFDC8E0CE94BEC794B8 /* GULLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 43D8E7D28F6BE4DA3729D415F22B3D9E /* GULLoggerLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C4587AD15A7973ECE6637EDA1DFBF08 /* EXFilePermissionModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 5684A02A45139927CC52D6AEB9CB9035 /* EXFilePermissionModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C45E8CE187BD8D93820C40615AC1E4F /* RCTAccessibilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 778735A5E92493559305A10863352B5F /* RCTAccessibilityManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2C4587AD15A7973ECE6637EDA1DFBF08 /* EXFilePermissionModule.h in Headers */ = {isa = PBXBuildFile; fileRef = FE7D4D74318B47F0738723E61843716B /* EXFilePermissionModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C45E8CE187BD8D93820C40615AC1E4F /* RCTAccessibilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BE1B8A5E5F75FB3376CC165C499CB71 /* RCTAccessibilityManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 2C481200823D38A388244D888717D38B /* RSKTouchView.h in Headers */ = {isa = PBXBuildFile; fileRef = 88BF215051D44F917F48599E34BEE382 /* RSKTouchView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C4AB1C100D4C8F549F3B391F96BF82C /* RCTRawTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = E6BEC6D2172E395B251077020EC71F68 /* RCTRawTextShadowView.m */; }; + 2C4AB1C100D4C8F549F3B391F96BF82C /* RCTRawTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = F5476D169E56C817AEF9C75825AEC8D4 /* RCTRawTextShadowView.m */; }; 2C5F200D741D9C0FC8FBEFE28F4B4CDD /* QBAssetsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 176FFAB39B2D6AE5A1171AB5ED0CD3D8 /* QBAssetsViewController.m */; }; - 2C6754F57D3F7E17CA74E5B2EEB0D7F9 /* RCTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = 613F3C7EF65C17CBEE1B1FB1A474D958 /* RCTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2CD5D4D9AB0BB12808E36B48405592A4 /* BSG_KSCrashState.m in Sources */ = {isa = PBXBuildFile; fileRef = B089DE8EA00A8D592AB7BF0167A0306B /* BSG_KSCrashState.m */; }; - 2CDAC043E586A4E33786C82BEFBB0DBF /* RNRootViewGestureRecognizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F248533ADED25A996005E3B2882F8D /* RNRootViewGestureRecognizer.m */; }; - 2CE08EC7BA09068921151F10810607FF /* RNJitsiMeetView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BB8B9D9FF1D265B60688407B6F2A7B1 /* RNJitsiMeetView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C6754F57D3F7E17CA74E5B2EEB0D7F9 /* RCTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = AB4C29CB323AD79B00108DC92BCB97F6 /* RCTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2CD5D4D9AB0BB12808E36B48405592A4 /* BSG_KSCrashState.m in Sources */ = {isa = PBXBuildFile; fileRef = C339D64850A3FAD95E6665BB768F81EF /* BSG_KSCrashState.m */; }; + 2CDAC043E586A4E33786C82BEFBB0DBF /* RNRootViewGestureRecognizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 99D408B5DB759F7886CEE8BF37C816D2 /* RNRootViewGestureRecognizer.m */; }; + 2CE08EC7BA09068921151F10810607FF /* RNJitsiMeetView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8895CC9339BD9505F9949856538399BD /* RNJitsiMeetView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2CFEE3C68DF30B10733EB873C39AD7CC /* FIRCoreDiagnostics.m in Sources */ = {isa = PBXBuildFile; fileRef = AF9D766D62026C8ADA8883382A30FCE0 /* FIRCoreDiagnostics.m */; }; 2D5C8E1419E3DCF259A42E81A1EA56F1 /* FIRInstanceIDKeyPair.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D4E9E7618FED11FC874BDEAE4A0FAAB /* FIRInstanceIDKeyPair.m */; }; - 2D61A2747A7ED3643B239BF6F190E30A /* EXLocationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A8A82725A1B7969CA9273A7738DCCB8 /* EXLocationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D889A37C6B0DCFAC73E5AC673F56C1C /* EXCameraRollRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 8739F636733F045253E3984A04D799FC /* EXCameraRollRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D9B31280B8E5294977D5CC7EA819B25 /* BSG_KSCrashReportFields.h in Headers */ = {isa = PBXBuildFile; fileRef = 95FE2F533E3AF3E92FFF237C2DDED742 /* BSG_KSCrashReportFields.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D61A2747A7ED3643B239BF6F190E30A /* EXLocationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = F3054F6CCF249BC14BCFD7DAF91DCD45 /* EXLocationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D889A37C6B0DCFAC73E5AC673F56C1C /* EXCameraRollRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = CCFC444B4BECB0BF0678B12A7C729D88 /* EXCameraRollRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D9B31280B8E5294977D5CC7EA819B25 /* BSG_KSCrashReportFields.h in Headers */ = {isa = PBXBuildFile; fileRef = F2BFC25A5AB80C1FC674DF0F818E9D45 /* BSG_KSCrashReportFields.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2DD5EF0EB4B7DC767D1006CA43D91FA3 /* FIRInstanceIDURLQueryItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 97EC666963FCA99A7CF67BDD7C605183 /* FIRInstanceIDURLQueryItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E4931E8207986206E7AB09BFBB585EB /* EXPermissions.h in Headers */ = {isa = PBXBuildFile; fileRef = 44647028373AF2AC1D2203A046C079A5 /* EXPermissions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E6C0A66C6CE67C359435223E0B96692 /* RNNotificationCenter.h in Headers */ = {isa = PBXBuildFile; fileRef = BB84A0D146A46EDD53FC654CB6D42300 /* RNNotificationCenter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E834C1C8872637F95200FF9269927E5 /* UMSingletonModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 278F6167215D8A0D4E56C3930C73AAB1 /* UMSingletonModule.m */; }; + 2E4931E8207986206E7AB09BFBB585EB /* EXPermissions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C820275E53039CC8E1D0A38B79D0D23 /* EXPermissions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E6C0A66C6CE67C359435223E0B96692 /* RNNotificationCenter.h in Headers */ = {isa = PBXBuildFile; fileRef = FEBF0FB51E2494AF8452098808E446B0 /* RNNotificationCenter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E834C1C8872637F95200FF9269927E5 /* UMSingletonModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FF7FC4282753440CC43A8E04C0F9D93 /* UMSingletonModule.m */; }; 2E97E8985D7EEA0ACA621F03CBB618E0 /* GDTCCTUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = D0575CACF508FE1BFCE3910B48E69069 /* GDTCCTUploader.m */; }; - 2EC6448F6874BE18BCAC7E4B8750436D /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E97DB02C97D26B7C40BCF28A04258E58 /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2EC6448F6874BE18BCAC7E4B8750436D /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 274180BF523A21C15437D91A95B629DE /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2EF1C5548F3F0E3DE7BEF6390805DEB1 /* FIRInstanceIDLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 37FD57B12763B96D58691CAE28587F6D /* FIRInstanceIDLogger.m */; }; - 2F14DEC7E589201E4ADE8E61F5CCCB8E /* RCTNetworking.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3FBAA72966C50526A17418E951C9CEBA /* RCTNetworking.mm */; }; - 2F37E13839018122C7584B33BD63610D /* react-native-video-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 30EA571AC9A610DDE68C8A41286F37F6 /* react-native-video-dummy.m */; }; - 2F3E6CFDE51DA53D85F9F0B1E585D2C2 /* RNCAppearanceProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = A34CFCA6CBC9D938E4A04A62F4791E7F /* RNCAppearanceProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F4B5D8A9B7B3F427CD7F280DF2FA890 /* JSCExecutorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F5FB068E6579EC439F40174681E0C88 /* JSCExecutorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F4D3CB5530FEDC8D599D0FC2A883DF8 /* EXAppLoaderProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = CD57EBE72AB3A63AEA0F4E967081BEB7 /* EXAppLoaderProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F51852AA11405085D9282ECDBA680A8 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4CE417EB7BCE41F7D73D710299335F /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F14DEC7E589201E4ADE8E61F5CCCB8E /* RCTNetworking.mm in Sources */ = {isa = PBXBuildFile; fileRef = 26FDE71D7270B8660A44614E37EC7969 /* RCTNetworking.mm */; }; + 2F37E13839018122C7584B33BD63610D /* react-native-video-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CAF385925DDFD79AA69EFCDABBA7549 /* react-native-video-dummy.m */; }; + 2F3E6CFDE51DA53D85F9F0B1E585D2C2 /* RNCAppearanceProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EA721AA826C9D70626D6A42E6132634 /* RNCAppearanceProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F4B5D8A9B7B3F427CD7F280DF2FA890 /* JSCExecutorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = B3D41CFB690E0B78C15C27BE475A5C63 /* JSCExecutorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F4D3CB5530FEDC8D599D0FC2A883DF8 /* EXAppLoaderProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = BD4ED88F801C1464E3256306A3B4A007 /* EXAppLoaderProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F51852AA11405085D9282ECDBA680A8 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 01CC0BBE05E7B9EC4B01DE322B643788 /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2F88FBA4BEA00215CDF33A4CB5C1AC70 /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 9862C34992FF29306C3F5016A8D025A7 /* SDWebImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2FF2BE53DCA8EE04DBC53FA3A07AF916 /* decorator.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B0CBDD5C96DB01A8B299DD5CB81118B /* decorator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 300A7BA55DB2E2C8576B6CE7FB0A34CD /* RCTFPSGraph.m in Sources */ = {isa = PBXBuildFile; fileRef = 85DF79FC11F6F499BD4B5E580BA98DC2 /* RCTFPSGraph.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3035872384B71512B8644A2C9491AD6D /* RNCommandsHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CD6EF3208D40BD1B03BA2765441EED3 /* RNCommandsHandler.m */; }; + 2FF2BE53DCA8EE04DBC53FA3A07AF916 /* decorator.h in Headers */ = {isa = PBXBuildFile; fileRef = E782B7E2D156D244D0167F1C739ADB06 /* decorator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 300A7BA55DB2E2C8576B6CE7FB0A34CD /* RCTFPSGraph.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F8A98A02A26880750CA56A0D2ABCAA5 /* RCTFPSGraph.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3035872384B71512B8644A2C9491AD6D /* RNCommandsHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = EEFD8B770F889567A4BE76D3DFD45439 /* RNCommandsHandler.m */; }; 30629C34135422B3C766F81F285C17D8 /* QBAlbumsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B758635E567F2DCA8C5480D9238B2A5 /* QBAlbumsViewController.m */; }; - 307F3607934710DF997A7298180F7E98 /* RCTImageStoreManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4079355BB2F2437C8076FEFA38B1E6F4 /* RCTImageStoreManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 307F3607934710DF997A7298180F7E98 /* RCTImageStoreManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F3AD651C2BBAB5FD0A18D11372AE179E /* RCTImageStoreManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; 30BBF147562E0292D0D75BDC762DE85E /* FIRInstanceIDConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C08A7A965EB2383483891F04531D488 /* FIRInstanceIDConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; 30C27B25CE11FBFEC253B678435C2261 /* GULReachabilityMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = A699B05CCF72090105833781B929648B /* GULReachabilityMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 30EA45CE3AE07BC35CEF6C9986E2E1F6 /* InspectorInterfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E92ADA31F792DF7ADCD3DA24416295 /* InspectorInterfaces.cpp */; }; + 30EA45CE3AE07BC35CEF6C9986E2E1F6 /* InspectorInterfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9AA1164F6E26964CC10E1C5B7CC95E53 /* InspectorInterfaces.cpp */; }; 30EA63D0E95EB523F359EAA9BCADC1F1 /* lossless_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 17AD7950C914DB0036C86CB9BF7EBCFD /* lossless_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 30EFA1CE7F1133015F0E3E10A28316CF /* quant_levels_dec_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 14572E0870D2BC4E6806D5758D9D2F46 /* quant_levels_dec_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 31104DDF23E644091D0B208B51B3F550 /* upsampling_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 7459ED2A3AA1A2C6996F6C26EDC68100 /* upsampling_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3117D5AFA4E546F9B2CEA3EB35965A82 /* REACondNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 58B465479F0DE2A6C39460B1013A0338 /* REACondNode.m */; }; - 31274EDDBCD11A92A9DDF9C3CAFD44FE /* EXVideoPlayerViewControllerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F08787B17693E4ABEC946BDF2D39BDF5 /* EXVideoPlayerViewControllerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3166FD3754F038B8409AD57568FD58B3 /* UMEventEmitterService.h in Headers */ = {isa = PBXBuildFile; fileRef = 15E7E201770E0C51DA76600BB01462A9 /* UMEventEmitterService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3178E2FFAF91C8CD5462E8492D7EFE77 /* ARTRenderableManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CDEB1AD748B5E1EE21DDD075ED523A1 /* ARTRenderableManager.m */; }; - 31935F903EB3421E32FCD701A8DBD38F /* RNCSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 59D15163BAA4BC949F7E2166BDD99887 /* RNCSlider.m */; }; + 3117D5AFA4E546F9B2CEA3EB35965A82 /* REACondNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5037A03F7AACAFC28C25963D18ABB544 /* REACondNode.m */; }; + 31274EDDBCD11A92A9DDF9C3CAFD44FE /* EXVideoPlayerViewControllerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1561293FA8C9EE6939BAF2A789099D73 /* EXVideoPlayerViewControllerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3166FD3754F038B8409AD57568FD58B3 /* UMEventEmitterService.h in Headers */ = {isa = PBXBuildFile; fileRef = 507A6E05BA64084E474DAB183EE84EE9 /* UMEventEmitterService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3178E2FFAF91C8CD5462E8492D7EFE77 /* ARTRenderableManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EE513D14B8E90723B90512342343A58A /* ARTRenderableManager.m */; }; + 31935F903EB3421E32FCD701A8DBD38F /* RNCSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = E7D390A69882D325C6089C3F443824DE /* RNCSlider.m */; }; 3195DB0618B1CA79C84E8D42C590DF57 /* UIColor+HexString.h in Headers */ = {isa = PBXBuildFile; fileRef = 67EBB5CDE086D176F33FD00BE1BCD398 /* UIColor+HexString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31DE3D44F92FCDB6486C2E24B719FE62 /* Compression.m in Sources */ = {isa = PBXBuildFile; fileRef = 794BA5643428B87EAAA55E7C466C178E /* Compression.m */; }; - 31F10CDB791C2620DD0B1A31A0F82884 /* RCTFileRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B295C5BFC6986B808EC09C336A1AB44 /* RCTFileRequestHandler.m */; }; - 3216E3B96EA52D8BDB8D9F86571D35AB /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 04A0B811CAB29369C222BE3D98E2DDF9 /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3240E20C3A58ACFE15D21D48E1D40A6B /* RNForceTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 2655AE4B93DD0C0A2EE756E5852FAAC9 /* RNForceTouchHandler.m */; }; - 32622CE75F78F8E2F8D5400CD2CB17DC /* FFFastImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = EB405B9622075B540AE9604AC84ACFB1 /* FFFastImageView.m */; }; + 31DE3D44F92FCDB6486C2E24B719FE62 /* Compression.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B4732C63ABEA435708C7E12AE4AC2A2 /* Compression.m */; }; + 31F10CDB791C2620DD0B1A31A0F82884 /* RCTFileRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DFE8EA86478DBC7894E523A0775452C /* RCTFileRequestHandler.m */; }; + 3216E3B96EA52D8BDB8D9F86571D35AB /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F243D1FD4254F1EFD94289D7DED651E /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3240E20C3A58ACFE15D21D48E1D40A6B /* RNForceTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = DA604AB72F2111ABAC6695CA222B31E6 /* RNForceTouchHandler.m */; }; + 32622CE75F78F8E2F8D5400CD2CB17DC /* FFFastImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = FDDF5D986D82EAAC84FB1A9444F7A91D /* FFFastImageView.m */; }; 3292BA9319F6A044C79AE28E0D918FC5 /* utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 2FDB850B2D7605EBE486B87982DB6203 /* utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3313337DEB72DBE20A1BC168A06E68F8 /* KeyboardTrackingViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DFA74FC4FDB093E5C8CB9880404E9BD5 /* KeyboardTrackingViewManager.m */; }; - 3317D2669464A6DE7D7DFD3DC080C7B8 /* RCTDiffClampAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D2250641AABAAB4E71491EE6724821C /* RCTDiffClampAnimatedNode.m */; }; - 333803FE324E27588D21B11BCB0C9D06 /* RCTCxxBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0E2DD79F3185FA2FC168B3994A11E0CD /* RCTCxxBridge.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 33457000C73C1BA5BC2352B54AB16160 /* LongLivedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 767477ED4C5F319854580DDB9C87446E /* LongLivedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 33B34720C076709D0AE09FBD66D845C3 /* UMInternalModule.h in Headers */ = {isa = PBXBuildFile; fileRef = D9F4A62A9ED7CFA44D786F0DF1226B10 /* UMInternalModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34056CD84DEBCDD1C746695C686393F5 /* BSG_KSCrashReportFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 48319D4EFA7B379179DFB57BB2214E81 /* BSG_KSCrashReportFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3413CDA8B5470DCFC4C8E5FB4BD1A291 /* RNPushKitEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FF33784A3FBD65650BC14499CA52D7B /* RNPushKitEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3467E57D037D208C62BFFE18DF8E348E /* BSG_KSCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FFC024A324BB2B1560D00D447B2735C /* BSG_KSCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34E56652AA0AEE4823E7F31D025B69C5 /* RCTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = AAC9B40BAD88705271E4912C77E2E865 /* RCTUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3313337DEB72DBE20A1BC168A06E68F8 /* KeyboardTrackingViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E200D68314C6C3C947BEDFBFC12D4B7D /* KeyboardTrackingViewManager.m */; }; + 3317D2669464A6DE7D7DFD3DC080C7B8 /* RCTDiffClampAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = F365F2D46F9B8142D5FE311EE289D78C /* RCTDiffClampAnimatedNode.m */; }; + 333803FE324E27588D21B11BCB0C9D06 /* RCTCxxBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2F812D1D7923DCB836A359A6789B8C99 /* RCTCxxBridge.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 33457000C73C1BA5BC2352B54AB16160 /* LongLivedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 06A56E47AF21080601AB0E600A880E21 /* LongLivedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 33B34720C076709D0AE09FBD66D845C3 /* UMInternalModule.h in Headers */ = {isa = PBXBuildFile; fileRef = A280C6C5078C7A80907B7DA1392FDCE6 /* UMInternalModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 34056CD84DEBCDD1C746695C686393F5 /* BSG_KSCrashReportFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = AD61021FCB80AC380C67848B2C9B7DDE /* BSG_KSCrashReportFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3413CDA8B5470DCFC4C8E5FB4BD1A291 /* RNPushKitEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E5EB7E0C87FE32A32C48F56EB71A0B1 /* RNPushKitEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3467E57D037D208C62BFFE18DF8E348E /* BSG_KSCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 70D569D3F0D12058AEC1AC39B4FFB485 /* BSG_KSCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 34E56652AA0AEE4823E7F31D025B69C5 /* RCTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CAFAA8DBC3331A4140B822A1042D1B0 /* RCTUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 34EA20ADEFC65F6118975776F29B5ABE /* picture_csp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 6DF1C6B921007C7AA45B2E9E2382C4F2 /* picture_csp_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 3509E840892B6A4B9BEBAEAA14FF3E3D /* QBAssetCell.h in Headers */ = {isa = PBXBuildFile; fileRef = D27DD9EA70432EF865F1A64C6DE26DC2 /* QBAssetCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 35269B5057CDDCC7DEA2FE786C99AF9E /* RNFetchBlobConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 11F1813A9D674B4CA2B5BF846AE4A838 /* RNFetchBlobConst.m */; }; - 3532F5EE6268C8BC44E880EF1AF4FB8E /* BugsnagSessionTrackingPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = E6B7EF2FE69EFA0CAA8C6CABED453CB9 /* BugsnagSessionTrackingPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3537CE1621452E04CE333F76DC5EA2FE /* RNFirebaseAnalytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CE44279443FF42C9A8AF1215FBB93DA /* RNFirebaseAnalytics.m */; }; - 356EE09C002119DE7C52088DFA62BD4C /* Pods-RocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A03EB9B87FF49512AC6907C1B9AA221 /* Pods-RocketChatRN-dummy.m */; }; - 35772BB3CEED422E3D0575B000524EC7 /* React-cxxreact-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7453488582B0D2756E057B427EBD653D /* React-cxxreact-dummy.m */; }; - 35832F60A513B34B1EEA6BDD6419FE8C /* RCTVideoPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = A6B0E365670EE8461300952EBBC26EE7 /* RCTVideoPlayerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 35269B5057CDDCC7DEA2FE786C99AF9E /* RNFetchBlobConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 95D911E5B6CCFF2290EF6A9A6E07ECC7 /* RNFetchBlobConst.m */; }; + 3532F5EE6268C8BC44E880EF1AF4FB8E /* BugsnagSessionTrackingPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = 45A71F5AE5B0184DDFAC21EA530488D9 /* BugsnagSessionTrackingPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3537CE1621452E04CE333F76DC5EA2FE /* RNFirebaseAnalytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 708041F62301EA3BA338B1B2E86CADB7 /* RNFirebaseAnalytics.m */; }; + 35772BB3CEED422E3D0575B000524EC7 /* React-cxxreact-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AE4203F0C66F5C35AC5B69280F7AB1C2 /* React-cxxreact-dummy.m */; }; + 35832F60A513B34B1EEA6BDD6419FE8C /* RCTVideoPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = BCDA9F21BEF4DCF82631A7CFA63D6539 /* RCTVideoPlayerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3585CBDCF731A7F68C48BB6AD9A70AFB /* FIRLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = A89ABA126B960F11BBFCF0475F6A0AED /* FIRLogger.m */; }; - 358BABC6CB59A971C1E83090D568F1FE /* UMModuleRegistryAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = CEA48CC6AFD3783EBE4BA6344D0FED0F /* UMModuleRegistryAdapter.m */; }; - 366116BABF4984007964E29E1D5ABD22 /* RCTConvert+UIBackgroundFetchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 923A98CB4B829333F4077953AA880226 /* RCTConvert+UIBackgroundFetchResult.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 358BABC6CB59A971C1E83090D568F1FE /* UMModuleRegistryAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CAB0AE4AA56BD229CC3736D13F8D8BC /* UMModuleRegistryAdapter.m */; }; + 366116BABF4984007964E29E1D5ABD22 /* RCTConvert+UIBackgroundFetchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = F3AD8348FC39C7081E15336B1910AB48 /* RCTConvert+UIBackgroundFetchResult.h */; settings = {ATTRIBUTES = (Project, ); }; }; 36919C052E22A8130A9FCC27694A61DF /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = A6C1D029A172D167AB0F40D48A9B96E6 /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36B30A72BB2A2EB9D72BACEBA5A74C69 /* RNBootSplash.m in Sources */ = {isa = PBXBuildFile; fileRef = BAFF9EA80365601C35C5B14B6FBE63ED /* RNBootSplash.m */; }; + 36B30A72BB2A2EB9D72BACEBA5A74C69 /* RNBootSplash.m in Sources */ = {isa = PBXBuildFile; fileRef = 57670125CA1E6017AE33FD9BCD08ADBC /* RNBootSplash.m */; }; 36BAEA5FD99090F9ACDB8246FAEF9A44 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = A41275DF7893002BD1FF5EED78AA3484 /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36D80615F4DEE0F645C306DFED51FB52 /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = E81242441E9F22364F9B01F7005A8B54 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36D80615F4DEE0F645C306DFED51FB52 /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = E940B5684FFB75BB4E0F7C1C0F977AE9 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; 370F54E7E5F99ECD931AF474471A530F /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A292FE32EE560887C37DE2FE0FDE458 /* SDImageCoder.m */; }; 37561D58917BF3DD193FA026B4DC7819 /* buffer_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = CC7F479CDFAEADF82FB7E5A7A4E85491 /* buffer_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 37A8A74509CB140CA1CBD2862791F6C1 /* thread_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = D5BFD0F5C965D3ADB69786DA6C9B64D4 /* thread_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 37BE852FE436F3F6397F550D19500530 /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = 173C4589E341A31CDC9E01A41673AA33 /* SDWebImageCacheSerializer.m */; }; - 37FCEB31D086A0F531245307B9F7C801 /* EXFileSystem.m in Sources */ = {isa = PBXBuildFile; fileRef = 8FE88BC6B1B4A461996F5D3F33837578 /* EXFileSystem.m */; }; - 3825F7BBADE0E2636469ABA15B1C2FE3 /* RCTTurboModuleManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 856D0994BC5738D396C97A458EF678CB /* RCTTurboModuleManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 383C5B89C2949BBFEA55565E4DCFCB15 /* ARTCGFloatArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 1827F1127DF158706134416FF4B6A087 /* ARTCGFloatArray.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 37FCEB31D086A0F531245307B9F7C801 /* EXFileSystem.m in Sources */ = {isa = PBXBuildFile; fileRef = A1118AD577CCD3AF16537DB04FD9891F /* EXFileSystem.m */; }; + 3825F7BBADE0E2636469ABA15B1C2FE3 /* RCTTurboModuleManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = ED95DB62262F835DAE6597D0AA804A38 /* RCTTurboModuleManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 383C5B89C2949BBFEA55565E4DCFCB15 /* ARTCGFloatArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 822854C68C8ED5D3E50DC8F97B027FF0 /* ARTCGFloatArray.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3842C7262C69AD90463B43931CE9B8D4 /* backward_references_cost_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = A3C4D5A41A010AC15F50BBA25050885B /* backward_references_cost_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 38442B0F8709B30A6EDA4CD0454A21A5 /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = 76A92676666A7BB7E23E63E461B209BA /* bignum.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3883B5815DBFA4EF2FE84C41BC335FB8 /* NativeToJsBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = EC9333163A7D0ADADB870B7BB851A3DC /* NativeToJsBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38A4CA283B119D95B0A0E732C2331660 /* BSG_KSCrashAdvanced.h in Headers */ = {isa = PBXBuildFile; fileRef = 644CDD5C7FECD32BE70294468CC33FCF /* BSG_KSCrashAdvanced.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38D4C661B8BBC385A0AB2B4AB1558258 /* DispatchMessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = B6A1DC7DD495655A76A0ADE66027B757 /* DispatchMessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3916D8D75559CA9F46FA11A981903A5A /* EXRemindersRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = E082F75E88B6470276CBA30D21654AA1 /* EXRemindersRequester.m */; }; + 3883B5815DBFA4EF2FE84C41BC335FB8 /* NativeToJsBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 63B24BB440F90B74D90D8868B52B86B4 /* NativeToJsBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 38A4CA283B119D95B0A0E732C2331660 /* BSG_KSCrashAdvanced.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E1C61BC4A38893880B9443CDABB5F51 /* BSG_KSCrashAdvanced.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 38D4C661B8BBC385A0AB2B4AB1558258 /* DispatchMessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 70307E532368D5E3177E3ADEB3AB0CDF /* DispatchMessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3916D8D75559CA9F46FA11A981903A5A /* EXRemindersRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = E5A0D24427BE71C3AF1C9818E0A3459A /* EXRemindersRequester.m */; }; 395183D9069FB94B71C8E24EA8A21FCD /* FIRInstanceID_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2238F6878C569BD9DE62658378F43980 /* FIRInstanceID_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 39A8B0F0C8877BB15AD04CD38C7C9161 /* RNFetchBlob.m in Sources */ = {isa = PBXBuildFile; fileRef = 4408C73A08D181A0A3FF59EA13703695 /* RNFetchBlob.m */; }; - 39B19D68538AE0FC980A4351FA0EB0FF /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = FAFAD4065A27BAB2A1848255C232DC91 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 39FE229CE1651E2B524FEE20F0222100 /* JSBundleType.h in Headers */ = {isa = PBXBuildFile; fileRef = A44080A70A5B010573F0F3BF7552F45D /* JSBundleType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3A218CA173C1EE76D958B3AD0C9BC0CD /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 04A0B811CAB29369C222BE3D98E2DDF9 /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 39A8B0F0C8877BB15AD04CD38C7C9161 /* RNFetchBlob.m in Sources */ = {isa = PBXBuildFile; fileRef = 6899ADA5E7A53EEF2E8989F5687A826F /* RNFetchBlob.m */; }; + 39B19D68538AE0FC980A4351FA0EB0FF /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 14BBB8BB9242BF2DA049819AE871C5DC /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 39FE229CE1651E2B524FEE20F0222100 /* JSBundleType.h in Headers */ = {isa = PBXBuildFile; fileRef = 38A0F0B170E373B091BA36A26397EF43 /* JSBundleType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A218CA173C1EE76D958B3AD0C9BC0CD /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F243D1FD4254F1EFD94289D7DED651E /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3A32F3DF1F3A28FD3A9E28078BB3EB2A /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = 15A15B78AEE842C9C76037B062424F3E /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3A38B322CEF5C4F1F5C90CDC284CC7AA /* GULSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 699B8304DAA22EA6D025CDBC9BC2DF39 /* GULSwizzler.m */; }; - 3A588C35CF59D1DA0D42450E2D7D237C /* EXConstantsService.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B96B93533AE26582BA9FE999710B9DC /* EXConstantsService.m */; }; + 3A588C35CF59D1DA0D42450E2D7D237C /* EXConstantsService.m in Sources */ = {isa = PBXBuildFile; fileRef = EFB3D19F47C6D6017E8ED64B981D9A76 /* EXConstantsService.m */; }; 3A90F40F02279EE028931CE48514D66F /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = 376060DDF6A3FC6F6970EDAC13043430 /* double-conversion.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 3A922CDA2316846097056591F696D6F7 /* RCTDatePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = FD76891E956AFD0CA82E395F8E80D8C8 /* RCTDatePicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3AA635385D2DD6AF7B23A198E1851B06 /* EXRemoteNotificationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = F1712CA546A814EA6A8CE62EF8DD9850 /* EXRemoteNotificationRequester.m */; }; - 3AAFEFC4AD799AFDB98222D0B36F097B /* RCTMultipartStreamReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 73E582A85DD07279E40A4F9CFE495665 /* RCTMultipartStreamReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3AC6D38871E11794AACBDDD94449CE63 /* BugsnagReactNative.m in Sources */ = {isa = PBXBuildFile; fileRef = 69469A9DF3E2863175A9296586E7CDA5 /* BugsnagReactNative.m */; }; + 3A922CDA2316846097056591F696D6F7 /* RCTDatePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 98FD4D6793A792D2F9F53E53F47B8426 /* RCTDatePicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3AA635385D2DD6AF7B23A198E1851B06 /* EXRemoteNotificationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 973D8CA68D2A8762990753A424700A21 /* EXRemoteNotificationRequester.m */; }; + 3AAFEFC4AD799AFDB98222D0B36F097B /* RCTMultipartStreamReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 32B710D97CAA2E596AAB4B8AFE147036 /* RCTMultipartStreamReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3AC6D38871E11794AACBDDD94449CE63 /* BugsnagReactNative.m in Sources */ = {isa = PBXBuildFile; fileRef = E9BB28EAF11FB90C1C779ED0719AB18C /* BugsnagReactNative.m */; }; 3B333F775A3E42130B41AE2EF4E0B53D /* near_lossless_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 96EF1740CC34CD0855E4AEAA35D7CF69 /* near_lossless_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3B426494F084B4127219E522755411FA /* RCTKeyCommandConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = B3C0443D7BD72020F140C3CFC024099C /* RCTKeyCommandConstants.m */; }; + 3B426494F084B4127219E522755411FA /* RCTKeyCommandConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = C8874027446117B3253D62FFF17E443F /* RCTKeyCommandConstants.m */; }; 3BEF5F842EA4316476D9252C81E7D100 /* GULNetworkURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 122A57C379254096DB8E5E734A106B2E /* GULNetworkURLSession.m */; }; - 3C3A3FB4AFFF88F2C17EA07185AC0663 /* RCTFollyConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = B856A3B2E8491B2FA37AD3F509AF9383 /* RCTFollyConvert.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3C766293FB7619D510FF59F15B150FAD /* RNPinchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A0A066BEAB1661F706F8E216290347D /* RNPinchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C3A3FB4AFFF88F2C17EA07185AC0663 /* RCTFollyConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1568D0F0FE7DAB0A5E0AFEE2529674D2 /* RCTFollyConvert.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3C766293FB7619D510FF59F15B150FAD /* RNPinchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = DEEF84EE7AF59739069B58A7DCFD9E06 /* RNPinchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3C9923B6B84D38A40767A6E529CABE0F /* FIRComponentContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 76FB7D1AF654CDA51148A02B58F668D1 /* FIRComponentContainer.m */; }; 3CDB4A31E6703CFF32E72D3638BA11B4 /* GDTCCTUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = C5B6A5F984EB8EC48CF248B91715ECE9 /* GDTCCTUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3CE0729079D17BAE2A3F5C0904B3FEC8 /* GDTTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 70AE7ADBC1CC8EE3334BFCB63B135185 /* GDTTransformer.m */; }; - 3D1507020B4C2DC1A841168F7B2F2095 /* BSG_KSCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 08E89CB7B556BE3C15C57410C8D145EB /* BSG_KSCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D2BDDA5696E0248B91335C53007C1D8 /* RCTKeyCommandsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 12D6DDF0809405EC84AA186265E7476A /* RCTKeyCommandsManager.m */; }; - 3D62B6B0650C43E889B249FA6981903E /* REAModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 7EBDF44A68FBA375D60FFE9543F8E508 /* REAModule.m */; }; + 3D1507020B4C2DC1A841168F7B2F2095 /* BSG_KSCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 695AB336C2AF9A4D004B31D52CC2770D /* BSG_KSCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D2BDDA5696E0248B91335C53007C1D8 /* RCTKeyCommandsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2878AA4357925F055BB26AA52DF39D94 /* RCTKeyCommandsManager.m */; }; + 3D62B6B0650C43E889B249FA6981903E /* REAModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D880D717ECAB3E16052C95823822D76 /* REAModule.m */; }; 3D8BE5BF644BE9BB4F41CAB6B7D79A09 /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BD618947E6AA997CA825320EAEFFECA /* strtod.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; 3D9F8FE3C127F89AEAD65F09969FE642 /* muxedit.c in Sources */ = {isa = PBXBuildFile; fileRef = 15B09F7F9121E23D66CFB7EA2FDF3E2B /* muxedit.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3DB2B8FFC504E9B2209D51E0471B3072 /* NativeExpressComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E911CE59696A0FEF04160CA319A14DF /* NativeExpressComponent.m */; }; + 3DB2B8FFC504E9B2209D51E0471B3072 /* NativeExpressComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BD3D1EC454A8DA7AEB60766C0E7F1B4 /* NativeExpressComponent.m */; }; 3DB33DD58698AA4A355405993424755C /* RSKImageCropper-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1130E17A2E1A50713AD5AC9021C8C356 /* RSKImageCropper-dummy.m */; }; - 3DC6AD9F4EB8CA917DAA18FC2C54697A /* RCTMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = E2A875767FBBF801A7E11E158C2A3E0B /* RCTMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3DF0FC2AAEEB2CD774228809E76A36EA /* RCTWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 50CF51CD8F739AF49732B92F8AF4177C /* RCTWeakProxy.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3DF2CF12BAE1442A3F18E366DCF1E367 /* JsArgumentHelpers-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 364529EEFD05AEFF36F7B42792ACB275 /* JsArgumentHelpers-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E0588C6F38C12F8417DEA53E703E771 /* InspectorInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = EA065A1E76AC4B9E229359E2E6997249 /* InspectorInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E31ADE4D01843AFE94E6B95687C36C1 /* RCTShadowView+Layout.h in Headers */ = {isa = PBXBuildFile; fileRef = B5C3844CC61A7B52C6EF376DD18B477F /* RCTShadowView+Layout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3DC6AD9F4EB8CA917DAA18FC2C54697A /* RCTMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = FC4A0D27C6545662E3B81C145DA8A089 /* RCTMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3DF0FC2AAEEB2CD774228809E76A36EA /* RCTWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = BB58B93C48F1CB185405E1FC503D8EFB /* RCTWeakProxy.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3DF2CF12BAE1442A3F18E366DCF1E367 /* JsArgumentHelpers-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 37F5EB92B10EED3E4AC994B2572102E9 /* JsArgumentHelpers-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E0588C6F38C12F8417DEA53E703E771 /* InspectorInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = FB94E36A07BFD652173E17CA67C7B6D9 /* InspectorInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E31ADE4D01843AFE94E6B95687C36C1 /* RCTShadowView+Layout.h in Headers */ = {isa = PBXBuildFile; fileRef = B83931921453AB8BA605C8E5775EA1BF /* RCTShadowView+Layout.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3E4147890AAABB96969C70E0D7986318 /* GULMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF11B747DDBFFDAA4B9CC0E48FD7752 /* GULMutableDictionary.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3E6E2A5941481ECA8D947D329A8D5E4D /* FIRErrors.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E60D61EBFEECAC2BD93B44484272D2D /* FIRErrors.m */; }; - 3E79EBF873CC80665DB87799FE8B85CC /* RCTShadowView+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = ACB1D44F71FFDD55AC7EB6BAD87B6508 /* 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"; }; }; - 3E9B846063DBDF34FBAF2E13B2104ECC /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B52E9D746EF0D3DD9A49A8CBE6E7828 /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3ED49C84C1C1A124F30F61E18033F6E1 /* REATransformNode.m in Sources */ = {isa = PBXBuildFile; fileRef = A5EC695806073286F0F784518C4E054C /* REATransformNode.m */; }; - 3ED530EBB19DB479636138A65FFFC9D9 /* RCTImageLoaderProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 868372E35A16798A8ABCDEBFE2E10337 /* RCTImageLoaderProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E79EBF873CC80665DB87799FE8B85CC /* RCTShadowView+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = D92916A1F5CC988E841056E57F2D1522 /* 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"; }; }; + 3E9B846063DBDF34FBAF2E13B2104ECC /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = DC27B41F9E3C8B2A0AD60A85C568A20B /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3ED49C84C1C1A124F30F61E18033F6E1 /* REATransformNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A3282C973C8A6B217ADB547D382A1DB /* REATransformNode.m */; }; + 3ED530EBB19DB479636138A65FFFC9D9 /* RCTImageLoaderProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 76CF5E5C185238C131EC536F1F9D8C41 /* RCTImageLoaderProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3F16574039A61B5C86268A6D9E5BD931 /* picture_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 8D8E80C03E67006B5C954DF4A58088BF /* picture_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3F23A9C8F4C6D6FC2240003C679F1D40 /* UMReactFontManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C88898EF298C6BF7493C15E6C14FDFC9 /* UMReactFontManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F4E6AB35F55AE7DF736BE8E399AF815 /* RNFirebasePerformance.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DD3B947B1CC3C77423B663874CA0A2C /* RNFirebasePerformance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F8DC9E3686D8CA5C3C1DCAE5CA38D5F /* RCTSourceCode.m in Sources */ = {isa = PBXBuildFile; fileRef = 02B0ECF6D038A17BB0A76F3FFE3BE5EB /* RCTSourceCode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3F23A9C8F4C6D6FC2240003C679F1D40 /* UMReactFontManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E5F2BBDC30B736DA9977218A939DDFB /* UMReactFontManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F4E6AB35F55AE7DF736BE8E399AF815 /* RNFirebasePerformance.h in Headers */ = {isa = PBXBuildFile; fileRef = 02519739CF70197D44E2B45D05D5C08D /* RNFirebasePerformance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F8DC9E3686D8CA5C3C1DCAE5CA38D5F /* RCTSourceCode.m in Sources */ = {isa = PBXBuildFile; fileRef = 031523244FC57A378E3367A29EAB732D /* RCTSourceCode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 3F9160E52A4D137A52DD2A7FE857193B /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 031D10D05273D16F9FF1CC69D89F4737 /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3FAECAD98E39575A2C864CE080401E9F /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FD7AD9E9FA9A97DD7A667546ACD3376 /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3FAECAD98E39575A2C864CE080401E9F /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E8F371D523F9A452748AF5E179E761F1 /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3FD14FDCB0DCCD257A3AE028913722A1 /* FIRInstanceIDKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 57C2571E6F4703A0B6CD237B4CEC6DEC /* FIRInstanceIDKeychain.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3FE6DC36C896C99E4F0E10B92E1FE061 /* frame_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 8D96597E425FCA8FD5D7F363CC69C5F4 /* frame_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3FFF42A16F8EB91750162C36C8843027 /* RCTClipboard.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A6529DC992977269D32EC6E31AD7BC1 /* RCTClipboard.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 407DE17E311F50FDA9BC4ED4C4759FF6 /* RNFirebaseAdMobNativeExpressManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FE733A9927A3D711C0F6C9E619E43711 /* RNFirebaseAdMobNativeExpressManager.m */; }; + 3FFF42A16F8EB91750162C36C8843027 /* RCTClipboard.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D8BD50C15C290B659632A280E0ED34C /* RCTClipboard.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 407DE17E311F50FDA9BC4ED4C4759FF6 /* RNFirebaseAdMobNativeExpressManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DE7923A6161B4C4C94F7B2C0CF2CC08 /* RNFirebaseAdMobNativeExpressManager.m */; }; 407DF13B0A6D61F156D84B50D25A3E2D /* upsampling_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 2DA0A75661058A06F82116E5CC5B916E /* upsampling_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 40D19B3596F2AAA91C871A4C0827D6E9 /* GDTEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C05E9BF59105830FBD1EB174BEBCBC2 /* GDTEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 40E02135B467F425AA7FC5D7C7DA09FD /* EXContactsRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 550C1881C392DAA26E9287B7205615FB /* EXContactsRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 41131751C2A30224DA39830C7FABDC37 /* JSCallInvoker.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B5B403E518E7409481854D121386E9D /* JSCallInvoker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 40E02135B467F425AA7FC5D7C7DA09FD /* EXContactsRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = C68876FCB5945141D9CD17A617BF6A38 /* EXContactsRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 41131751C2A30224DA39830C7FABDC37 /* JSCallInvoker.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F4480DB4DFD774EF2B6C7C0B1151891 /* JSCallInvoker.h */; settings = {ATTRIBUTES = (Project, ); }; }; 411A3C1B75FB16BE3B6C5709BBB21AD0 /* upsampling_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = B24BCD3ACA63A4F1988B34D59712D7AF /* upsampling_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 41305B5E2E38F44BB750E2C3EB2ACEBA /* BugsnagSessionFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BDE4AD6316F658E3325B860471AC0C8 /* BugsnagSessionFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 41305B5E2E38F44BB750E2C3EB2ACEBA /* BugsnagSessionFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 427D9EFB7F26B07022FBAE227F7BA288 /* BugsnagSessionFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; 41755CD0FA73E9E757BBF62F21F0FFF7 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 04697D895FC603B0AE96D229B1C98A02 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 417C1F0F90CD0DF24740636DDA0E766F /* FBReactNativeSpec-generated.mm in Sources */ = {isa = PBXBuildFile; fileRef = 299DB64B3EEC7C3C81D7A8C926308FA2 /* FBReactNativeSpec-generated.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 41A875AF9B80762A227B0C9FCDADC17B /* EXConstants-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E267F41959D4E2BCC08E452C2D817B76 /* EXConstants-dummy.m */; }; - 41EA0669E9251ED0B3F27FB92F566757 /* UMModuleRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 45FDF409E1E2AB3479F8DE9D84CD9CD1 /* UMModuleRegistry.m */; }; - 420273C9877ACFCFBB918F211EA0EC2C /* RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = 554E77FD3F864F3461B30DFEF0A63BDA /* RNNotifications.m */; }; + 417C1F0F90CD0DF24740636DDA0E766F /* FBReactNativeSpec-generated.mm in Sources */ = {isa = PBXBuildFile; fileRef = AB2D79CBC8C5207C6570D2334D89B961 /* FBReactNativeSpec-generated.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 41A875AF9B80762A227B0C9FCDADC17B /* EXConstants-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D950A7A6BD52E93A13393424C13DFAD1 /* EXConstants-dummy.m */; }; + 41EA0669E9251ED0B3F27FB92F566757 /* UMModuleRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 307016C51C55E3847A5DC9C3EED1B3E0 /* UMModuleRegistry.m */; }; + 420273C9877ACFCFBB918F211EA0EC2C /* RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = 45F4C8BB333BC999BCF9AE58DFE46430 /* RNNotifications.m */; }; 425F4D00564CD45E8BAED4DB2AA48455 /* FIRInstanceIDTokenDeleteOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = B0EB71CDD0AEEDE9FE3B0F7FFA9888EA /* FIRInstanceIDTokenDeleteOperation.m */; }; - 4291025987BAFF7204F5EF33EC8B11FA /* jsi.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C3A7BC43DC4553F06DF196DC67B6DCC /* jsi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 430E21DB1E40C00BBCD1A57AD6A66D7E /* RCTTurboModuleManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A0DD5A63AEC5703EA492659F41BD75C /* RCTTurboModuleManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 43DC0AC2630D1973E947E9A504AD5F74 /* jsi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 192B4BFD2EAAE2631F266302B554D878 /* jsi.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4401917CF3FFE099B7EE236875BE77E1 /* BugsnagUser.m in Sources */ = {isa = PBXBuildFile; fileRef = 25D5B5E920069C5AB4CCEF59BFD14E5E /* BugsnagUser.m */; }; - 44077BE7DC478E91BB1F7FBCBD475D79 /* RNBootSplash-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8434E779EA668D91BE2B71D64051100F /* RNBootSplash-dummy.m */; }; - 4425EE6E7CE196D6CBE6414B491A2DB3 /* RCTImageURLLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 091ECAD49A159C22516EAE80A0659275 /* RCTImageURLLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 442AAD764C2B5335D2D63EC64FDCABAE /* RCTDevSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 6457F62359D5AF44E194FD0F9CA3D68E /* RCTDevSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4291025987BAFF7204F5EF33EC8B11FA /* jsi.h in Headers */ = {isa = PBXBuildFile; fileRef = A004E8F9689F31C828C350275623F6E3 /* jsi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 430E21DB1E40C00BBCD1A57AD6A66D7E /* RCTTurboModuleManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 84479556574826CE897D80D0F0DB5FC6 /* RCTTurboModuleManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 43DC0AC2630D1973E947E9A504AD5F74 /* jsi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0687BC2E5764737D16960DF0D62AFAEC /* jsi.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4401917CF3FFE099B7EE236875BE77E1 /* BugsnagUser.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C61D0400E9445DBA9FD8CC957A56A0 /* BugsnagUser.m */; }; + 44077BE7DC478E91BB1F7FBCBD475D79 /* RNBootSplash-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AEF3D8F3E0E9E808C02E62642689B83A /* RNBootSplash-dummy.m */; }; + 4425EE6E7CE196D6CBE6414B491A2DB3 /* RCTImageURLLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = C169ADEDD761FF7FF89E2B542C802409 /* RCTImageURLLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 442AAD764C2B5335D2D63EC64FDCABAE /* RCTDevSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 0183B322298E8AD7F475A6051FCBF822 /* RCTDevSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4434D48196A179E01B13B1B9B532A0F4 /* FIRInstanceIDAPNSInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = B0D469C5A5B872747EED0388471AEEC9 /* FIRInstanceIDAPNSInfo.m */; }; - 447005F902B950F31D9B84B31863C6C2 /* RNGestureHandlerState.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F7D656889924B825AEBF62161AB1260 /* RNGestureHandlerState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 447005F902B950F31D9B84B31863C6C2 /* RNGestureHandlerState.h in Headers */ = {isa = PBXBuildFile; fileRef = 838B93A618D8D752DE12F37AA1EC09FD /* RNGestureHandlerState.h */; settings = {ATTRIBUTES = (Project, ); }; }; 44964FA9DAF14AAE03807F2BC8800146 /* NSBezierPath+RoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = D7FF715220131E7D8A8DB6FA9A1574E6 /* NSBezierPath+RoundedCorners.m */; }; 44A24B73FA65C8C9EA685A428FC8F552 /* QBSlomoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BBAD0618ED4DD529E5618027E3EA18B /* QBSlomoIconView.m */; }; - 44A5A16ECF6812A67354E03D10FED517 /* RCTManagedPointer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4ABED4B6A40DC160B75C622BC6970884 /* RCTManagedPointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 44CE88088F17C4DA76F31DB5A23EF1C0 /* RNFirebaseCrashlytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 88B72F8FA21C764D08EDCD41F3225EC0 /* RNFirebaseCrashlytics.m */; }; - 44D47F1B80F64630143457D5E61D30D9 /* EXAppLoaderProvider-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 38C920A7510DE4805A72506CC2EC80B1 /* EXAppLoaderProvider-dummy.m */; }; - 450237AE946360B4D86A82DF9108EF63 /* RCTStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B15D4BE42508069919D327D1D6247B66 /* RCTStatusBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 452641E607EA42EAB0D4C7FC7F68438A /* RNFirebaseRemoteConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = D83C6732A053303219222DAD44578A89 /* RNFirebaseRemoteConfig.m */; }; - 458E43E940D2058F9A68BBD0956A7644 /* BSGConnectivity.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C02C1E9ADA14141F2E3B91D5BD72138 /* BSGConnectivity.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 44A5A16ECF6812A67354E03D10FED517 /* RCTManagedPointer.h in Headers */ = {isa = PBXBuildFile; fileRef = 190EA7840E9D68FDBC848286197AB840 /* RCTManagedPointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 44CE88088F17C4DA76F31DB5A23EF1C0 /* RNFirebaseCrashlytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BB51DE8C1DBC9409E6950D1A9354445 /* RNFirebaseCrashlytics.m */; }; + 44D47F1B80F64630143457D5E61D30D9 /* EXAppLoaderProvider-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 03B91C4C2CB95C1BB9E6830F7DD40469 /* EXAppLoaderProvider-dummy.m */; }; + 450237AE946360B4D86A82DF9108EF63 /* RCTStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C38CF86717B0A8124843135761391B8F /* RCTStatusBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 452641E607EA42EAB0D4C7FC7F68438A /* RNFirebaseRemoteConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 87AC64400D453E3CBF104F00B921C1F1 /* RNFirebaseRemoteConfig.m */; }; + 458E43E940D2058F9A68BBD0956A7644 /* BSGConnectivity.h in Headers */ = {isa = PBXBuildFile; fileRef = BC65F1F6162EB51405E4DF22AA606F1A /* BSGConnectivity.h */; settings = {ATTRIBUTES = (Project, ); }; }; 45D3939CDA3B11BAB3744081B5730AC1 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 747D5203AAA3363BF08A72C7CC1D8BE6 /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45FADA4EB5D6E6A2B5A3B8D358E27D2D /* EXVideoPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = DAA3196A7558E62E1BA00CC84EA2BF40 /* EXVideoPlayerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45FE11CB3CB7BBE3D49D3B126DB75BA1 /* ARTPattern.m in Sources */ = {isa = PBXBuildFile; fileRef = F7BE67CCE7C5F3CFBD5641CA2C994463 /* ARTPattern.m */; }; - 460EDFD72035E6D5F088C95B73F30305 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B120458315902FA759D8D59CB2C5B22 /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45FADA4EB5D6E6A2B5A3B8D358E27D2D /* EXVideoPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = F641A6739DA614FD5811A26F38C478D4 /* EXVideoPlayerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45FE11CB3CB7BBE3D49D3B126DB75BA1 /* ARTPattern.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FC1188133E34002FE926B814FFD4F7F /* ARTPattern.m */; }; + 460EDFD72035E6D5F088C95B73F30305 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 601E682BC63A08A9600D9E425DD55B1F /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 462B7BAAAE0B254BE9E648E5CFA0C6A8 /* GDTUploadPackage.h in Headers */ = {isa = PBXBuildFile; fileRef = C68D8C148B3C8093C09166A8C8495394 /* GDTUploadPackage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 463558BBD4C758646B3A100042977D4A /* RCTCustomInputController.h in Headers */ = {isa = PBXBuildFile; fileRef = 268BBD0CB874980641E402FA75B54932 /* RCTCustomInputController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 468E2BA37E64CD16F291C2603E6C6D60 /* RNCSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 22B89E8B7F03CF3AC298D30704C10502 /* RNCSliderManager.m */; }; - 46C92D13EDF916BFBC5453A68C3B2B12 /* ARTBrush.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ABB83E16F1E5752B75D3435B92D0587 /* ARTBrush.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 47038C55444EDF4875734474B0D04880 /* RCTHTTPRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = C05051A320F925F5FFF777DF97486CCF /* RCTHTTPRequestHandler.mm */; }; - 473CEB698A524AA4C14DF66D6E572C37 /* Instance.h in Headers */ = {isa = PBXBuildFile; fileRef = 2573D9D6041079FF47BD50EBD8AADBF9 /* Instance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 47A752732919A3A462D13EDE1959C782 /* Compression.h in Headers */ = {isa = PBXBuildFile; fileRef = F1B007A4F0264B00BE2EBDB3E43EF100 /* Compression.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 47BD9494DBAEECF3B78696B1C7F16B4C /* RCTPackagerClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 49609DA301B6E3967D8CCA98AF2EF435 /* RCTPackagerClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 468E2BA37E64CD16F291C2603E6C6D60 /* RNCSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BCDAFB5FEE55DC2B178EE4192F32D84 /* RNCSliderManager.m */; }; + 46C92D13EDF916BFBC5453A68C3B2B12 /* ARTBrush.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E0BF09D18B02F76DE168725649B8919 /* ARTBrush.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 47038C55444EDF4875734474B0D04880 /* RCTHTTPRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = EB138B171AEA4675B16521DBBC58FE0D /* RCTHTTPRequestHandler.mm */; }; + 473CEB698A524AA4C14DF66D6E572C37 /* Instance.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E416DA9BACFF67E836CF8604C0C0A76 /* Instance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 47A752732919A3A462D13EDE1959C782 /* Compression.h in Headers */ = {isa = PBXBuildFile; fileRef = 504C8029A386A869C15C5C6E07AE8062 /* Compression.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 47BD9494DBAEECF3B78696B1C7F16B4C /* RCTPackagerClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 010A81CAA9D3901155C3820C40554CEA /* RCTPackagerClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; 47C1D14CAE63EFC8B07A816499198552 /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 853C5A171E7AD246F25C576E7C0F4953 /* fast-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4835C3B0DAF49A23B4BEB570CF5327E2 /* RCTConvert+Text.m in Sources */ = {isa = PBXBuildFile; fileRef = D3083E3F6791A7F0E39E85AEBF5607DF /* RCTConvert+Text.m */; }; + 4835C3B0DAF49A23B4BEB570CF5327E2 /* RCTConvert+Text.m in Sources */ = {isa = PBXBuildFile; fileRef = 96BAC72CC2A887ACA07F5FBBC31E5565 /* RCTConvert+Text.m */; }; 48589406024717DC104D8F0B2585FCC4 /* FIRDependency.m in Sources */ = {isa = PBXBuildFile; fileRef = D45FFC3C8C3BE59BBA9D2E82DF24A1B4 /* FIRDependency.m */; }; 48A597F6B21D3A8BD625F3BCA9DFFBF0 /* log_severity.h in Headers */ = {isa = PBXBuildFile; fileRef = 22CD6908E6D35EDAB4715197D48DBB89 /* log_severity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48A65F090855476E8ED575F6389A7272 /* REAValueNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6372E20D74885C506A7039DA9E1E92B5 /* REAValueNode.m */; }; - 48AB1B74E63D91A4FDBB5A85D55E4ACF /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 52E7C9629AAE327315C865F91106C2DA /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48BF79294A1C22CC36D1E91201E030E2 /* BugsnagHandledState.m in Sources */ = {isa = PBXBuildFile; fileRef = BF1E5BA65E4700EE5DFE82680DEE2B0C /* BugsnagHandledState.m */; }; - 48E2406E6C69AD9BA73860D7FAE33DCF /* BugsnagSink.h in Headers */ = {isa = PBXBuildFile; fileRef = 79207914DE9E3C44A552147C33D65820 /* BugsnagSink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4908C596106B2FACEDFD4A5474075242 /* RNPushKitEventListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 00C5785681FEE30171D4791232D6B033 /* RNPushKitEventListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48A65F090855476E8ED575F6389A7272 /* REAValueNode.m in Sources */ = {isa = PBXBuildFile; fileRef = DD56EEDA3F7479F634A6CE3F3EC39B86 /* REAValueNode.m */; }; + 48AB1B74E63D91A4FDBB5A85D55E4ACF /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 25F7CC0BD291AA54BEAAA2F3F9C608CA /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48BF79294A1C22CC36D1E91201E030E2 /* BugsnagHandledState.m in Sources */ = {isa = PBXBuildFile; fileRef = C1B37D7619FDB168247FEA7130A74129 /* BugsnagHandledState.m */; }; + 48E2406E6C69AD9BA73860D7FAE33DCF /* BugsnagSink.h in Headers */ = {isa = PBXBuildFile; fileRef = 41B4408EB96EBB344D77C34F1B393459 /* BugsnagSink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4908C596106B2FACEDFD4A5474075242 /* RNPushKitEventListener.h in Headers */ = {isa = PBXBuildFile; fileRef = FB86D2C2127A3BC83DA8643A08AA5B89 /* RNPushKitEventListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; 495B0B15E14BC401DE45CAB2A4674C02 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = C785E20D4B593BCBE623E92271639FD7 /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; 496DEF54A340C16E4ED8ECCD3ECA0479 /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 70B3649809C89A08C43C4F43E9E65BDE /* SDImageTransformer.m */; }; 4977E406F103BC7E9F600C3C57CBF755 /* picture_rescale_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = F80A20E8152653052F4BE92981AB83A3 /* picture_rescale_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 499FEAAE461FD29D544C7CC5DE018BFA /* Orientation.h in Headers */ = {isa = PBXBuildFile; fileRef = E437ED23976C426526DE63DFE45023B1 /* Orientation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49B7D61F6DE83F207D6CD7D9303633B1 /* RCTAccessibilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 79AE735250CAF710BB13678CDD453906 /* RCTAccessibilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49C6B4C68299EBCE9E775E1DD93265C2 /* RCTShadowView+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = F758C0842CF42881EE9090A2D7CF3353 /* RCTShadowView+Layout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 499FEAAE461FD29D544C7CC5DE018BFA /* Orientation.h in Headers */ = {isa = PBXBuildFile; fileRef = 36552DCDECA5B817D6C3191AAB317113 /* Orientation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49B7D61F6DE83F207D6CD7D9303633B1 /* RCTAccessibilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 225FE7CE2562D200DE7B9CB254856754 /* RCTAccessibilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49C6B4C68299EBCE9E775E1DD93265C2 /* RCTShadowView+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = BED02380A25F8C65310543E6B22AD7A1 /* 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"; }; }; 49CDF4B546A26C030AE55779EF9F63EF /* FIRInstanceIDCheckinStore.h in Headers */ = {isa = PBXBuildFile; fileRef = F3A35CCA95C945DDD55D3AB0745C5C8D /* FIRInstanceIDCheckinStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; 49ED22AD77FCA7D73439C955EC426CD9 /* backward_references_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CD536CD7E68C29FEDB095FF41612CF8 /* backward_references_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A0647047F5A97E7B469362447A72896 /* RNEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 38B613B0CE79C3422B37098392C882EE /* RNEventEmitter.m */; }; - 4A50D92C658ED40C6E8CEE6F91AFE368 /* RCTSurfaceRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 63AA22C732EA222AA0BD157679AFC845 /* RCTSurfaceRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B1091BECD4A0FD930B42261D4A716A6 /* REAParamNode.m in Sources */ = {isa = PBXBuildFile; fileRef = EE427177AD75D01D5E7B5160A6CC7ED2 /* REAParamNode.m */; }; - 4B174EC3B79E737EC18607D92EFFA69B /* RNDocumentPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = D828234ADE0B8938489DA54D83F3ED6D /* RNDocumentPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A0647047F5A97E7B469362447A72896 /* RNEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D2D0867EC302EB0AE4D699C5E2DDF83 /* RNEventEmitter.m */; }; + 4A50D92C658ED40C6E8CEE6F91AFE368 /* RCTSurfaceRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7011348471FE20941966A31EB86A1CD2 /* RCTSurfaceRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B1091BECD4A0FD930B42261D4A716A6 /* REAParamNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 780EF00219695EC225F1689670EA6650 /* REAParamNode.m */; }; + 4B174EC3B79E737EC18607D92EFFA69B /* RNDocumentPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 3517BA7C2AADA13C832EE4D8B175CB10 /* RNDocumentPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4B6624A1006ED93B3305A5C01B680EAD /* random_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 82BC22CFBE66213A5201EDBAD63E5D23 /* random_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 4BDB4407A51CC421C90A908BD6A6031D /* RCTTextSelection.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FE80290C34F979904EF564E10AA0F34 /* RCTTextSelection.m */; }; - 4BFD25CA7DBC62396BB66D451DDC502A /* RCTObjcExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = E284D6FA97B9F53973F4EB270D42D492 /* RCTObjcExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4BDB4407A51CC421C90A908BD6A6031D /* RCTTextSelection.m in Sources */ = {isa = PBXBuildFile; fileRef = 32036E9F30E810D093E7DBA3554074EE /* RCTTextSelection.m */; }; + 4BFD25CA7DBC62396BB66D451DDC502A /* RCTObjcExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 58B143FACB651F6FF4026A5BC0982803 /* RCTObjcExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 4BFDACB81E3092DB0866144351B856FA /* QBAlbumCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C04545DF72C8133BD387E44DB618D8B /* QBAlbumCell.m */; }; - 4C7CFC31B67E5D1520E3FDB757211A24 /* RNAudio-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 42714A57FA6B18B268EB2AEEBC8705DF /* RNAudio-dummy.m */; }; - 4C977662AA3595E8D9F5367431E85368 /* RCTInspectorPackagerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 73934CBCB26D587781880AFD9B873AE0 /* RCTInspectorPackagerConnection.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4CC0FCC24DC626AA4562DB78E899CF18 /* RCTUIManagerUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 21D6CCA47D1C4248E6A4121A52E968C9 /* RCTUIManagerUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4C7CFC31B67E5D1520E3FDB757211A24 /* RNAudio-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CDD0458799B7CB56166CF6380E48661B /* RNAudio-dummy.m */; }; + 4C977662AA3595E8D9F5367431E85368 /* RCTInspectorPackagerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 0152B4CCF3936C8945FC30BCB1C42804 /* RCTInspectorPackagerConnection.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4CC0FCC24DC626AA4562DB78E899CF18 /* RCTUIManagerUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 14A30C9980D181F02A75264F9594C701 /* RCTUIManagerUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 4CC6BB01FCE680CDEDAC061A4E95DB8B /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A83591A75AC4846C710B4A008E65FDE /* SDDiskCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4CEBD6ED3BFF38C9053CDFC2E5FFE8C2 /* GULReachabilityChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = C6F54245CDE9F7FD217332E6F4A6ED40 /* GULReachabilityChecker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D1161EFA05C95DED718D8A835C85042 /* RCTTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CBDE4657D6A5AF70D5945711059E3DD /* RCTTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D316D26515A766E0766CDB80274FFD2 /* UMModuleRegistryAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = A808EA295EC294FFDBB50BCC2BA53014 /* UMModuleRegistryAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D9B404036A2626231F5223FDFF15074 /* Yoga-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D3724BBA27E2B32D08937468113E078 /* Yoga-dummy.m */; }; - 4DA8304474BEA599DF8E2F8D29F75DDA /* RNFirebaseAuth.m in Sources */ = {isa = PBXBuildFile; fileRef = F7E94DB59A7A62971D17CD5DE52D1FEA /* RNFirebaseAuth.m */; }; + 4D1161EFA05C95DED718D8A835C85042 /* RCTTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 72FB51B9D859937387C83204CD0AB7C6 /* RCTTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D316D26515A766E0766CDB80274FFD2 /* UMModuleRegistryAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F74151EFBD2DA32FABAE6CB6EDE7E35 /* UMModuleRegistryAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D572EA96C24227D1F146331B01C32FE /* Pods-ShareRocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 20EB67591180BD14936DAED287A3BFF0 /* Pods-ShareRocketChatRN-dummy.m */; }; + 4D9B404036A2626231F5223FDFF15074 /* Yoga-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 502DE54EBFE56A7C91369E29E2ABC6D6 /* Yoga-dummy.m */; }; + 4DA8304474BEA599DF8E2F8D29F75DDA /* RNFirebaseAuth.m in Sources */ = {isa = PBXBuildFile; fileRef = D5D8BF36BBA4C1D225ADBCB92F70D377 /* RNFirebaseAuth.m */; }; 4DC3C93691EB8D66A121CA71EF8113BF /* enc_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = E99C41C326259BB496E714ADA47049B9 /* enc_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 4DD88B6EF04BCF202E55A0EB6D8EB486 /* RNForceTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 58AFE978C3D3CD2EE9D90093B21B77E8 /* RNForceTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4DD88B6EF04BCF202E55A0EB6D8EB486 /* RNForceTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 04A964308F5EE70546252A5A7B0008BB /* RNForceTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4DF24B425494D2F5095463CA148CCD40 /* FIRInstanceIDAuthService.h in Headers */ = {isa = PBXBuildFile; fileRef = 38EBD6804987F7C98DB5866FA7C08B94 /* FIRInstanceIDAuthService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4DFFBA368483E031A15E54516CEED584 /* JSBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = D6A2B5E32E4E76CFCC9ACBD0FC878085 /* JSBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4E1848B48A891AECC6A70A8F09515A91 /* BSG_KSCrashSentry.c in Sources */ = {isa = PBXBuildFile; fileRef = B8C510B7BD8264A9978428A8ACEFC04D /* BSG_KSCrashSentry.c */; }; + 4DFFBA368483E031A15E54516CEED584 /* JSBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EAFC3A2FF5924A0D5E9D98278692D9C /* JSBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4E1848B48A891AECC6A70A8F09515A91 /* BSG_KSCrashSentry.c in Sources */ = {isa = PBXBuildFile; fileRef = EF5CABDF0D17556DDB18FD38357F7659 /* BSG_KSCrashSentry.c */; }; 4E482BE9AD7430C9B3E1B787850C95DF /* huffman_encode_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = E69E5C6A40C8F5B47D08C939B9911BD2 /* huffman_encode_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 4E502DC6E1495B0AE526594133F643B6 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 858F9BF8E8BB27F1507081A9B6AFDB00 /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4ECA0D81891EADA811094561AB083DF3 /* dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 46C3C37ACEF7F9892744A0898DD26D90 /* dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 4EF4EDE720C083DE10CB8F54DE08DB92 /* RCTLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E17215D2FC4543AFE3EEA6E44348E62 /* RCTLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4EF7FEE09B24A016FD7489025596D713 /* AudioRecorderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 18FAC1774558F6AA1A4C383E707F9678 /* AudioRecorderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F08C1AA06DB1EF092D1AC739DDD32A4 /* ARTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DF94D11757CF0C19E98C670C0B46518 /* ARTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F15A702742BC8EEC77814DD5A7D1641 /* RCTMessageThread.mm in Sources */ = {isa = PBXBuildFile; fileRef = 45A90A1095F0EAA8DA0CE39F826759EE /* RCTMessageThread.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4EF4EDE720C083DE10CB8F54DE08DB92 /* RCTLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 27836F1E4442708C28FAD801CCFA043C /* RCTLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4EF7FEE09B24A016FD7489025596D713 /* AudioRecorderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 55E4741AF23FBF4247133573D6290DD0 /* AudioRecorderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F08C1AA06DB1EF092D1AC739DDD32A4 /* ARTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BDAE7B120714CE71C9A3935894BA0FA /* ARTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F15A702742BC8EEC77814DD5A7D1641 /* RCTMessageThread.mm in Sources */ = {isa = PBXBuildFile; fileRef = 11321891F7366B55D03A4A7B67909017 /* RCTMessageThread.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 4F1F6CFF3B9C457F73F5B8AF1AF79893 /* GULAppDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A7D02799D4AF36B211CFE1A6CDD0BA7 /* GULAppDelegateSwizzler.m */; }; - 4F2C2732085E16054E71361E687114D3 /* RCTImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B3D0AE95BDBF73212D684D408AB5043 /* RCTImageUtils.m */; }; + 4F2C2732085E16054E71361E687114D3 /* RCTImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 181B04881CC5F47D84A049B9200DB04A /* RCTImageUtils.m */; }; 4F396B6DA5545C2B06340E9BA79EB498 /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = BA223DECA69811D9F3E045529450CE31 /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4F7E32A059ED4485D7CF79F3B74CDF01 /* FIRInstanceIDTokenOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AB59D38B9D49C9B00F3C5F95EF8A5F4 /* FIRInstanceIDTokenOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4F823185A6F682685710B9574E32D3AA /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D07BFCFE57A9975D3A834AE06D565CF /* SDWebImageError.m */; }; - 4FC056AA5B803E2F5E1BE4D5EB038A0B /* react-native-appearance-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7ED69810CAF7C92E99EF316EF1F1D6BE /* react-native-appearance-dummy.m */; }; - 4FC9AE5622DA302E003954C3A03A61CD /* React-RCTSettings-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E15A10A24919BCF86F29B8AEEE9C0C0F /* React-RCTSettings-dummy.m */; }; - 4FCB2253CAAF6A8CD77729C14594CBE4 /* ARTSurfaceView.m in Sources */ = {isa = PBXBuildFile; fileRef = 27D6850F6315C471632ABED5426F4E32 /* ARTSurfaceView.m */; }; - 4FD4A078850E697AAC9FE5093FFDAD53 /* UMAppDelegateWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = CD5CDDC71792D56DF80844D40CC3A503 /* UMAppDelegateWrapper.m */; }; - 500E9B663E101F6ACAFBA792E5932023 /* BugsnagBreadcrumb.h in Headers */ = {isa = PBXBuildFile; fileRef = 42114893F8A24894E5D2EA2961CD4ACA /* BugsnagBreadcrumb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4FC056AA5B803E2F5E1BE4D5EB038A0B /* react-native-appearance-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B2887512486E40A0E1D693596F2A86E0 /* react-native-appearance-dummy.m */; }; + 4FC9AE5622DA302E003954C3A03A61CD /* React-RCTSettings-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 53C9A2C595D11A7BC2AFB1EE1696D0AF /* React-RCTSettings-dummy.m */; }; + 4FCB2253CAAF6A8CD77729C14594CBE4 /* ARTSurfaceView.m in Sources */ = {isa = PBXBuildFile; fileRef = 588453716934A5BC31AEFC654266EC38 /* ARTSurfaceView.m */; }; + 4FD4A078850E697AAC9FE5093FFDAD53 /* UMAppDelegateWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 8697B74C19B73444C8B931A1DDC13129 /* UMAppDelegateWrapper.m */; }; + 500E9B663E101F6ACAFBA792E5932023 /* BugsnagBreadcrumb.h in Headers */ = {isa = PBXBuildFile; fileRef = 9815955A1502945433D96408FEB2724B /* BugsnagBreadcrumb.h */; settings = {ATTRIBUTES = (Project, ); }; }; 502FAC1E08336ADB908FABCC6692BE90 /* FIRInstanceIDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = A36D999008A3FC12B2D50113AD92521B /* FIRInstanceIDStore.m */; }; - 503F96DD76B26B7F3FF816FB7F6E6B18 /* RNLocalize.m in Sources */ = {isa = PBXBuildFile; fileRef = 014E853B9D025C9AF4A4CFE27B22865B /* RNLocalize.m */; }; - 50698A0A9C1C096EE7D378E2C872A384 /* RCTAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 4782FAF03CF4CE401670DF000CE88D06 /* RCTAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 503F96DD76B26B7F3FF816FB7F6E6B18 /* RNLocalize.m in Sources */ = {isa = PBXBuildFile; fileRef = BA5880A84D82D70A635CC74AFF5041DE /* RNLocalize.m */; }; + 50698A0A9C1C096EE7D378E2C872A384 /* RCTAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 81EE5A4414D55FA5EAC5FFEF135313E4 /* RCTAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; 50A813DCE536784396073D6FFF9F3325 /* mux_types.h in Headers */ = {isa = PBXBuildFile; fileRef = E9EF8B453595DF528C6F3A28CB31B7CA /* mux_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50A900B393ED9B9AE107160AAAA9D2CE /* RCTErrorInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = AFCE2E8D52457C0FA404D519055D555A /* RCTErrorInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 50A900B393ED9B9AE107160AAAA9D2CE /* RCTErrorInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = CFE1070EFE85EBE078787EDBB7D94C50 /* RCTErrorInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 50BFDEC0A6599CE33073B7F1245CBDEE /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B677BD8E1DAFFA5B85DEB6276606F32 /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; 50F65A7405BEE517EC658FE55ED70018 /* GDTConsoleLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 8205CF74FA0780A1B760D538A1E880E7 /* GDTConsoleLogger.m */; }; - 51093E66FA7DBDB281D906D26D9DC378 /* RCTInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = E85B008837FA9F5C524F86ADFBB667E5 /* RCTInspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 511F51533D71E43B725E235CCA913464 /* RCTTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = EBF847F06E3B1135F4A59B491BE49CDC /* RCTTouchEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 51093E66FA7DBDB281D906D26D9DC378 /* RCTInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B7CE9D39C661A08D664F355FFDFF70D /* RCTInspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 511F51533D71E43B725E235CCA913464 /* RCTTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = A3603580E44508888CCCFFEB71E5080D /* RCTTouchEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 5127828C12F9E9715810F9D02C1CE720 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DC1F89988A3C8BAEFFD0B0C2A1BE306 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 517ABBAF7367444484132D7F5CD6BBC7 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FA1954F4F2B6C752A44608FDD6E9942E /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51AB931695C6A683B02DCED4DDC7E900 /* RNNotificationEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 395B0B7B4343E727775CC6872C7EFE73 /* RNNotificationEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52D80F9C25476F314DF6A4A179BB7A23 /* RCTFileRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 7815570FA654A6449AB6FC6D4391B571 /* RCTFileRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 517ABBAF7367444484132D7F5CD6BBC7 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BCD450FD0A6612A0B09F4CD799B09295 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 51AB931695C6A683B02DCED4DDC7E900 /* RNNotificationEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 6702A660539537419E20683B79C3B52D /* RNNotificationEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52D80F9C25476F314DF6A4A179BB7A23 /* RCTFileRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 65CA445807C9BA77B45F8E3A31290AA4 /* RCTFileRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; 52FC0092CAC6137CD80C517EFF257494 /* FIRAppAssociationRegistration.h in Headers */ = {isa = PBXBuildFile; fileRef = 01A2F49418B97F60147D903753995625 /* FIRAppAssociationRegistration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 531131AA54E45A625EE48708E77A7910 /* RNFirebaseFirestoreDocumentReference.m in Sources */ = {isa = PBXBuildFile; fileRef = AB8EC5CC4960BD59FBC4B1EA9F4E461F /* RNFirebaseFirestoreDocumentReference.m */; }; - 5323DB969E6AEB25BAB50F2CB65D553E /* ARTBrush.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CB547496BC9E715473597A4D9074BAA /* ARTBrush.m */; }; - 535DACC7936138341FA544E17631DE61 /* RCTVideo.h in Headers */ = {isa = PBXBuildFile; fileRef = FD0E8A669DD48C41347774E827473736 /* RCTVideo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5438467E978675E1651C0CC682270E26 /* RCTWebSocketExecutor.m in Sources */ = {isa = PBXBuildFile; fileRef = E22B4DB70E30702375F8DA6893B64F7F /* RCTWebSocketExecutor.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 545434BD6D2216C6F09893FF449649DD /* BugsnagFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C944C227ABC1536A052CFB87B130DA9 /* BugsnagFileStore.m */; }; - 5472D790D5CA80D8841FE82D9CC7E06E /* REATransitionValues.h in Headers */ = {isa = PBXBuildFile; fileRef = 184580D07CC78549E4FF02C303DCCE37 /* REATransitionValues.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5486311C31543B9A40362E6836E817DE /* ARTTextManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 63A705AE48A30AD67EFDE388273D1B3C /* ARTTextManager.m */; }; + 531131AA54E45A625EE48708E77A7910 /* RNFirebaseFirestoreDocumentReference.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C787B335162878C2754311DD6E758AD /* RNFirebaseFirestoreDocumentReference.m */; }; + 5323DB969E6AEB25BAB50F2CB65D553E /* ARTBrush.m in Sources */ = {isa = PBXBuildFile; fileRef = C09769B889D585B25123ADBD7A7CD6C9 /* ARTBrush.m */; }; + 535DACC7936138341FA544E17631DE61 /* RCTVideo.h in Headers */ = {isa = PBXBuildFile; fileRef = E0E13CF52FEFC5180310B28844F8ADAB /* RCTVideo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5438467E978675E1651C0CC682270E26 /* RCTWebSocketExecutor.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F66BBE1A07E636260773B518C925E0D /* RCTWebSocketExecutor.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 545434BD6D2216C6F09893FF449649DD /* BugsnagFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = DA5EA24A40BCD0AF91D8D4883B987D7C /* BugsnagFileStore.m */; }; + 5472D790D5CA80D8841FE82D9CC7E06E /* REATransitionValues.h in Headers */ = {isa = PBXBuildFile; fileRef = 73311D6651EF87EA6286106D7815FA22 /* REATransitionValues.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5486311C31543B9A40362E6836E817DE /* ARTTextManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C833BA45CE00FAEA1DC3D3416FFF54 /* ARTTextManager.m */; }; 54A9246371027B4CD3B43008884FA90F /* FIRInstanceIDBackupExcludedPlist.m in Sources */ = {isa = PBXBuildFile; fileRef = 44A01F006BD1D0ADFF86D8F79C363A7F /* FIRInstanceIDBackupExcludedPlist.m */; }; - 54B1C522469904C9947EEFBC434317C7 /* RCTPropsAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = E2EF82F5CFDFF78C6F58575C21FA511E /* RCTPropsAnimatedNode.m */; }; + 54B1C522469904C9947EEFBC434317C7 /* RCTPropsAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = AAB994B137BDE46E6A2AA30D85B3B91B /* RCTPropsAnimatedNode.m */; }; 54B6D082D028EEFE1E4A1987489EA682 /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = A8BE42D13BD23F939284FB37B4692663 /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 54DD7A4DA510F89502898CFDDE526791 /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AECF4433A2AD5F5A18C5346CF8BD76DE /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 54E1C1794977A05E882F8472429C9528 /* BSG_KSCrashSentry_NSException.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F62265AA8BD2F597DD957CB4B42FAFE /* BSG_KSCrashSentry_NSException.m */; }; - 55195AB5F725DF334CBDC109AE395CA3 /* RCTStyleAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = E45D3E7A747D70DB0D4B573D45387E46 /* RCTStyleAnimatedNode.m */; }; - 5540CDDC03A82226F1717892B3E634E7 /* JSModulesUnbundle.h in Headers */ = {isa = PBXBuildFile; fileRef = AA970E0E45CEC7FD98BCB9CD50A94784 /* JSModulesUnbundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 556A5B3489033C319EFAFEB961E2CB93 /* UMViewManagerAdapterClassesRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 473280B4E2891647463057BAEF574807 /* UMViewManagerAdapterClassesRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5577579A4BFCE7BD4C079625B8F67344 /* RCTScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BD0242730F72EC571B4E5C64EC03FE2 /* RCTScrollView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 55B7CB112CABCD20BB52FA1F225BCE39 /* RCTConvert+REATransition.m in Sources */ = {isa = PBXBuildFile; fileRef = B71804FD00A9A9347B390533972DE489 /* RCTConvert+REATransition.m */; }; + 54DD7A4DA510F89502898CFDDE526791 /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 75C4194A2DAF3822BAA7E2AC55A60E7C /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 54E1C1794977A05E882F8472429C9528 /* BSG_KSCrashSentry_NSException.m in Sources */ = {isa = PBXBuildFile; fileRef = 649556E02C0F601DB63C30DFFFA667F0 /* BSG_KSCrashSentry_NSException.m */; }; + 55195AB5F725DF334CBDC109AE395CA3 /* RCTStyleAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FEB9C80896EC3E1AF48A26EA2C4A9CF /* RCTStyleAnimatedNode.m */; }; + 5540CDDC03A82226F1717892B3E634E7 /* JSModulesUnbundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F9B3EB401390C9AED9561D6A0449DD4 /* JSModulesUnbundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 556A5B3489033C319EFAFEB961E2CB93 /* UMViewManagerAdapterClassesRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A414C7A18ACA31BCB563F5B8CB02B04 /* UMViewManagerAdapterClassesRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5577579A4BFCE7BD4C079625B8F67344 /* RCTScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = CDBF0089121537071410CBDA4B89BA46 /* RCTScrollView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 55B7CB112CABCD20BB52FA1F225BCE39 /* RCTConvert+REATransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 2633ABA11AE357AFED94CB450A5CCA4D /* RCTConvert+REATransition.m */; }; 55F72D6B2A29619435CE8615E7803975 /* dec_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = B9D0FDB1F27CEB6F1CBD41901DA39375 /* dec_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 55FB43514277CA17C739F645DAC9441E /* RCTConvert+RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = CB47F9AB8D3CE08A4CD5CF196A3C9169 /* RCTConvert+RNNotifications.m */; }; - 56100FAAA94464067322A690ED912A7A /* JSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 801FDE00F084B3ED700B2166D5288922 /* JSExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5672B8BD4C7EAB0DE6BBFEC8487B6693 /* RCTJavaScriptLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0048D36470E53B5FF8A46C8A01CC8EDC /* RCTJavaScriptLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 56E7702B98F46346A3D240054D939E7A /* UMReactNativeAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CDC59695B73073AAEF7E379442D68FF /* UMReactNativeAdapter.m */; }; + 55FB43514277CA17C739F645DAC9441E /* RCTConvert+RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = B681F0856C36E5E0C95360DE625C24AD /* RCTConvert+RNNotifications.m */; }; + 56100FAAA94464067322A690ED912A7A /* JSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 50CF0BF505D9FAF21801BDD717E4A0BE /* JSExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5672B8BD4C7EAB0DE6BBFEC8487B6693 /* RCTJavaScriptLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 953D3F30C90499C2875F30505A819A1F /* RCTJavaScriptLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 56E7702B98F46346A3D240054D939E7A /* UMReactNativeAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DAAAA5F8FB02B8D05E702CE1B45D869 /* UMReactNativeAdapter.m */; }; 5730650DB2DEAACDDD31A30086AC02D9 /* filters_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = DB1BD9FA1E2AEE6D6851171204F2B792 /* filters_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 5739A1EE2310BDED7DC7300319F16951 /* RCTInvalidating.h in Headers */ = {isa = PBXBuildFile; fileRef = 9758E3F67028E745B7EFD69C3C0B0AF4 /* RCTInvalidating.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5739A1EE2310BDED7DC7300319F16951 /* RCTInvalidating.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F37D87AC099D48EF177E7FEE4B8CD1A /* RCTInvalidating.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5741AFE087A083C8D0D5C9D5F646A707 /* muxread.c in Sources */ = {isa = PBXBuildFile; fileRef = A4AFF26A82F62EE0683FFFB913D9DE76 /* muxread.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 575004987788BE8008A657816910AEF4 /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 11637996F6BACCC679A5D7D7556DFBE7 /* YGValue.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 5750428B5929F173BFFC86913079ACDA /* ObservingInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = F250FC3EC3F38D1DCF45F1806BD95F98 /* ObservingInputAccessoryView.m */; }; + 575004987788BE8008A657816910AEF4 /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D16C9C67960C8F87EEE51FE441309B2A /* YGValue.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 5750428B5929F173BFFC86913079ACDA /* ObservingInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = CF3A6FB7BDCD9FAF1D44AEA9FAD468D3 /* ObservingInputAccessoryView.m */; }; 57779A997F204BED973BB03DBF2B8190 /* vp8l_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = DBBCB12494C4A3B3271DDE8C13567D62 /* vp8l_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 57A58CB1136FD1C50C4E567719066705 /* BSG_KSJSONCodec.c in Sources */ = {isa = PBXBuildFile; fileRef = 6081C58C563E282A5BEC0262B9287A9E /* BSG_KSJSONCodec.c */; }; - 57C316C8C1D30A80E5A09BE3C6B6DC7A /* EXFileSystem-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DBC7C899B101A1DC1276200FCFB25C20 /* EXFileSystem-dummy.m */; }; + 57A58CB1136FD1C50C4E567719066705 /* BSG_KSJSONCodec.c in Sources */ = {isa = PBXBuildFile; fileRef = 2FD9A96818EEB57743733568A3DB36C9 /* BSG_KSJSONCodec.c */; }; + 57C316C8C1D30A80E5A09BE3C6B6DC7A /* EXFileSystem-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A2511BC771C44E321061EAA907EA4251 /* EXFileSystem-dummy.m */; }; 57C8A26C5E905E0B125AC142E720F5DB /* firebasecore.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = ADFD2929D2E95FCACBBE0C693EEA30C2 /* firebasecore.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 57F5F62A57C9A3E5EA58650CB98BADBD /* UIResponder+FirstResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = DFF192861FFFE74B020D3D11BA0E279F /* UIResponder+FirstResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 583014BFFCEEA7B050F315C823BFB7DE /* JSCRuntime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9E144FD8216517C431056C8AB56A39E5 /* JSCRuntime.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5835A6EE119F67B3B5DDB92D53520B25 /* EXHapticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 97E36034661AA111E0BBB20ADFBC5EE8 /* EXHapticsModule.m */; }; + 57F5F62A57C9A3E5EA58650CB98BADBD /* UIResponder+FirstResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = CC8BB5C6661DB4EB434D0A2FB8732B20 /* UIResponder+FirstResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 583014BFFCEEA7B050F315C823BFB7DE /* JSCRuntime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7708BAA20BDA24ABC3B7477CC6A00B2A /* JSCRuntime.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5835A6EE119F67B3B5DDB92D53520B25 /* EXHapticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D715A8548772EB114AB26449BDA4C71 /* EXHapticsModule.m */; }; 58AEF2D987F14D4D2AF6D28C7F7F4CF7 /* rescaler_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = CEF3923920717C24F2EB6ACE8A96A364 /* rescaler_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 58EC76AF621A0CEB920D28FC263B080A /* BSG_KSCrashCallCompletion.m in Sources */ = {isa = PBXBuildFile; fileRef = B12D8ABB227F9237999EFC479536FF4A /* BSG_KSCrashCallCompletion.m */; }; + 58EC76AF621A0CEB920D28FC263B080A /* BSG_KSCrashCallCompletion.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DC5E5FD5EC74BAF4832D26C371C5FD1 /* BSG_KSCrashCallCompletion.m */; }; 5998F8450C8A4530E1C9DB2764DAC97A /* RSKImageScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = AB32A635B3520B996565D062F35D02EA /* RSKImageScrollView.m */; }; - 59C92BB99C82C50287F115D47A1CF725 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AC7A405C6401DDB6C9AF3DB85F834C14 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 59FA089B729EBF37634A4D344228514B /* RNFirebaseUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = BFEE1E3A52721A80824DB0F6618499B3 /* RNFirebaseUtil.m */; }; - 5A33410E138E7114023CBA9FD59674E8 /* BSG_KSSysCtl.h in Headers */ = {isa = PBXBuildFile; fileRef = 171F3044213232C08FC3D7D6AC89900D /* BSG_KSSysCtl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 59C92BB99C82C50287F115D47A1CF725 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 42F99D391DF5024188D04184A1AC96A0 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 59FA089B729EBF37634A4D344228514B /* RNFirebaseUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 5945C8E80D76E994BA0EC3F3206BA250 /* RNFirebaseUtil.m */; }; + 5A33410E138E7114023CBA9FD59674E8 /* BSG_KSSysCtl.h in Headers */ = {isa = PBXBuildFile; fileRef = 100F78DC0EC60D442C7FAC10362823A1 /* BSG_KSSysCtl.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5A4575C76426903C742BF80B5DC5361E /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 261691467F899D94E6BF0F490C2F7865 /* SDWebImageCompat.m */; }; 5A59A50C6C6459D108D357CE53F2156A /* vlog_is_on.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4DD67ABB10429A476CC3CC6A3FFDE56A /* vlog_is_on.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 5A629419C0D96DB5D419A3C1138D1A21 /* RCTRefreshControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 986F1311D788AD1A5E83C73246AACDC0 /* RCTRefreshControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A629419C0D96DB5D419A3C1138D1A21 /* RCTRefreshControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E66B8AF59BEFD0DDB0BF79EC8E7F8418 /* RCTRefreshControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5A81696564F736AF85CA0CF8BA37458F /* FIRDiagnosticsData.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C4BF4CF294ED6F6424B645B6BA0174A /* FIRDiagnosticsData.m */; }; - 5A84ABFC6FC217BEC6FE13B2D09C48DF /* RCTImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B6DCD67B31DB82CAA1663A66E9AF79B8 /* RCTImageViewManager.m */; }; - 5AD05473C8FF3452F5780F1B84255D08 /* ARTGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = D083FB578FC9632BB9E23AAB9ACA3FCD /* ARTGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A84ABFC6FC217BEC6FE13B2D09C48DF /* RCTImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CD565BF6290FE39F2C8DDA07733CDEA /* RCTImageViewManager.m */; }; + 5AD05473C8FF3452F5780F1B84255D08 /* ARTGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FB895D45A1FE8846B9A9C39E6D25019 /* ARTGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5AD72B4FC8D100585C080526755CB5B7 /* RSKTouchView.m in Sources */ = {isa = PBXBuildFile; fileRef = 114BC0FBA8A47809F19D3FF249FD6EF7 /* RSKTouchView.m */; }; - 5AF23FBF64648FF288C59BA264F52D33 /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 444FD0BF1AB213D078F9B010C660DF17 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B3B7A693EFBE41F88B15144198DF339 /* BSG_KSObjCApple.h in Headers */ = {isa = PBXBuildFile; fileRef = A17B419C9D8D1BA7FA3AC3634653A103 /* BSG_KSObjCApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B442972EF2B41A52CAF358203414CED /* RCTLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = B3071ED7A5495BDF6F19DD820649D418 /* RCTLayout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5B49E81F49E66F6505E50F99424D1C59 /* ARTPattern.h in Headers */ = {isa = PBXBuildFile; fileRef = E839F9DED2353CC9F1B833EE05AB3586 /* ARTPattern.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B4B0F4B0B8EC0566E9C37CFBE013C7E /* RCTBorderDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = 09F77CDD7F7A0108AAF824CA344D662D /* RCTBorderDrawing.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5B58EDCC67B8226268F1E5A7EA115AD6 /* RCTSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D1DF51A2C2AA7F4AFD2F3DF605779A8 /* RCTSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B70122A26A89D3DFA857385FD1A9AD0 /* BSG_KSMachApple.h in Headers */ = {isa = PBXBuildFile; fileRef = C630EA8B1C146DCFB34C7F2C31F5DEFA /* BSG_KSMachApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5BBD3BF8F1D8BCE5424520F1C5F597A0 /* RCTConvert+FFFastImage.h in Headers */ = {isa = PBXBuildFile; fileRef = A10DA349E7CD902C7793F3AA93463F07 /* RCTConvert+FFFastImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AF23FBF64648FF288C59BA264F52D33 /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A4583650F45571507CD038D830C8700 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B3B7A693EFBE41F88B15144198DF339 /* BSG_KSObjCApple.h in Headers */ = {isa = PBXBuildFile; fileRef = 7603127C94F4B0692A16E78D1CBC3408 /* BSG_KSObjCApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B442972EF2B41A52CAF358203414CED /* RCTLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = D907AEAA7023BAF2E159C20033A607E5 /* RCTLayout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5B49E81F49E66F6505E50F99424D1C59 /* ARTPattern.h in Headers */ = {isa = PBXBuildFile; fileRef = C59C9E1ED777E8840EFAEF83A2136E4A /* ARTPattern.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B4B0F4B0B8EC0566E9C37CFBE013C7E /* RCTBorderDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CC9925C6DB8029E0AEFD9F9B1B7DA30 /* RCTBorderDrawing.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5B58EDCC67B8226268F1E5A7EA115AD6 /* RCTSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 419D799E410EAB26D8F84F4FEDDFDD9C /* RCTSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B70122A26A89D3DFA857385FD1A9AD0 /* BSG_KSMachApple.h in Headers */ = {isa = PBXBuildFile; fileRef = 95ACC60137B75C24F9D2CBB5D430606C /* BSG_KSMachApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5BBD3BF8F1D8BCE5424520F1C5F597A0 /* RCTConvert+FFFastImage.h in Headers */ = {isa = PBXBuildFile; fileRef = C23EEE8E9BC09CE874A96F03F381652B /* RCTConvert+FFFastImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5BC9846FCBC634C69EDB99A707469D35 /* GDTStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = A624EA50D9FA069BF68C368B9621017C /* GDTStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5BCC122BAE29ECBAEB136C7B886C7C8A /* RNFirebaseFirestoreCollectionReference.m in Sources */ = {isa = PBXBuildFile; fileRef = 40490EA85C4333BDBB5F0815E15C37E0 /* RNFirebaseFirestoreCollectionReference.m */; }; + 5BCC122BAE29ECBAEB136C7B886C7C8A /* RNFirebaseFirestoreCollectionReference.m in Sources */ = {isa = PBXBuildFile; fileRef = 07FC883771A720AE627A4D528B7F606D /* RNFirebaseFirestoreCollectionReference.m */; }; 5BD3E450B15ADCEE0FED33892A3EAB5D /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 482ACC798103958CB652E9953D9FFBD8 /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5C10DFDA2ABBC6171DFA658A947A46EB /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 25DA1555851CD85592046C2B2AEAC27E /* SDMemoryCache.m */; }; - 5C2627501BA7043543996AE385236BC1 /* RCTSettingsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5612BE2E38E617C3707D6075C49383BA /* RCTSettingsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5C3E927542A18118CA2CF86513E70B5B /* RCTVibration.h in Headers */ = {isa = PBXBuildFile; fileRef = F93C9E3B47C0C860974A39F9CE15FC7C /* RCTVibration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D13D45E4F101B31DA3BD58850C1D938 /* EXLocationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 30BC2FFC08B0A3A295BB44C47A3365E4 /* EXLocationRequester.m */; }; + 5C2627501BA7043543996AE385236BC1 /* RCTSettingsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 242959A0044CCBC53F15ABA9E2D4C2AA /* RCTSettingsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5C3E927542A18118CA2CF86513E70B5B /* RCTVibration.h in Headers */ = {isa = PBXBuildFile; fileRef = 09276F70244EF85C57AF74AAC2704EE7 /* RCTVibration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D13D45E4F101B31DA3BD58850C1D938 /* EXLocationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 406D67197ACC3389AE7B6AA83BB4C364 /* EXLocationRequester.m */; }; 5D94C85521F651CAF78D0774F739EFFE /* config_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 62A1719F93C8A648504DCD2B3D955388 /* config_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 5D95EAD37D2BC74E84D6596CE99FEDEA /* NSError+FIRInstanceID.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D0F91703E6BBDAC31CCD4A9929CA362 /* NSError+FIRInstanceID.m */; }; - 5DA1958CF4DAD67AEB1A26CA2FBBB7EB /* RNFirebaseAdMob.m in Sources */ = {isa = PBXBuildFile; fileRef = 3566ADAF3895C6EBB680739C28C8B8FB /* RNFirebaseAdMob.m */; }; + 5DA1958CF4DAD67AEB1A26CA2FBBB7EB /* RNFirebaseAdMob.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AEC7F1532B4BC10C183F52ACE1F3907 /* RNFirebaseAdMob.m */; }; 5DBC3155185D22F3124C211FB656A452 /* GULNetworkMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 421D373229FFEB3FA145AF2A6A8B4145 /* GULNetworkMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5DE8971BB473788ABB370255ABF4AED0 /* UMReactNativeAdapter-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 18B5C0F19A0E3BEE3AA456024193C320 /* UMReactNativeAdapter-dummy.m */; }; - 5E037AEDDBDE44BA91A33C56023FF2F6 /* ARTRenderable.h in Headers */ = {isa = PBXBuildFile; fileRef = 10934ACE7B15F5AC3D02CCA4E7AC8A5B /* ARTRenderable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E1BA146E8395101B4385FD2757A9A53 /* RCTUITextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CCC865E70FF1ABB44F457E8644D0F39 /* RCTUITextView.m */; }; - 5E64CB1713EB7E433FFAAD7078525999 /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = DCD0E6529E9841D6C85997AB91B4B18D /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5EA02CA63D47384905FBB2F9305816A4 /* UMViewManagerAdapterClassesRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 1888F24E422773DA2257A17C200D38DD /* UMViewManagerAdapterClassesRegistry.m */; }; - 5EA03FA15E6CA3B798DE10D11A26869C /* ReactMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 659B0ADDCE76E43B49B8AB8132AF43D4 /* ReactMarker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5ECBD7BAEE9AFE285724B8C23E2F8366 /* RCTSRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = A47241CE73C4FED1B25623444C57EDDF /* RCTSRWebSocket.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5F1267AD8AA6EDAB59053DE48CE90F5E /* YGStyle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FA57561F875C59D89C4DB4D4B49D8B94 /* YGStyle.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 5F23E8E57266DAC77BA53983F18B7DB2 /* REAParamNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B31E8CACE84DC55C19E5AAE6FA38CC78 /* REAParamNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F3914305B352AA4A312EA53ACD0BA46 /* RNGestureHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AF896D2A8AE7DD318C3A4BECA39455B /* RNGestureHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F7B3953B7ED183636C6FED0FABDE300 /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 287650BECBB76C9B1FF6B790694E0A37 /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5DE8971BB473788ABB370255ABF4AED0 /* UMReactNativeAdapter-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EC76F86490E21201CAE5A369BDAD13E /* UMReactNativeAdapter-dummy.m */; }; + 5E037AEDDBDE44BA91A33C56023FF2F6 /* ARTRenderable.h in Headers */ = {isa = PBXBuildFile; fileRef = 7371F75C58205F9A0845CF05600EEE06 /* ARTRenderable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E1BA146E8395101B4385FD2757A9A53 /* RCTUITextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 05FCFFD4B48507781C364A74B43C5513 /* RCTUITextView.m */; }; + 5E64CB1713EB7E433FFAAD7078525999 /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = DCC38A8FC8F6968FB505A042918BF0EE /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5EA02CA63D47384905FBB2F9305816A4 /* UMViewManagerAdapterClassesRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 18B4FCA4ABF6910F04CA8E9F0E052AB1 /* UMViewManagerAdapterClassesRegistry.m */; }; + 5EA03FA15E6CA3B798DE10D11A26869C /* ReactMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CACF3F985D87B0445E46A727A93F0F6A /* ReactMarker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5ECBD7BAEE9AFE285724B8C23E2F8366 /* RCTSRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 46F785FC6BE4C93C4428F3E878972C93 /* RCTSRWebSocket.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5F1267AD8AA6EDAB59053DE48CE90F5E /* YGStyle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C8ABF8DC8AD19F1E8206D8836352670 /* YGStyle.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 5F23E8E57266DAC77BA53983F18B7DB2 /* REAParamNode.h in Headers */ = {isa = PBXBuildFile; fileRef = AB95CCB123C9766BEEB53423FC43FC97 /* REAParamNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F3914305B352AA4A312EA53ACD0BA46 /* RNGestureHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 8604DC591B297EF2F314279B0B3A08B9 /* RNGestureHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F7B3953B7ED183636C6FED0FABDE300 /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F11923F7A1BCDF07D6F1F07EFAE526E /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5FA6DDEAD9030CB81E2D371A17F7C4BF /* GULSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 8577AD258C8418C96654C37717002E9A /* GULSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5FBDE897F38FB994BBE94F564E24BDB2 /* RNFirebaseAdMobNativeExpressManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 086961721FA7185894FA0D3B18A38BA7 /* RNFirebaseAdMobNativeExpressManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5FBDE897F38FB994BBE94F564E24BDB2 /* RNFirebaseAdMobNativeExpressManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE5196E94E77DA2B23DCF8C1156CF42 /* RNFirebaseAdMobNativeExpressManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5FFED67AC7B45A372C816803664090C3 /* FIRInstanceIDTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DB682A30EB31ECFEB3C2C7BF6686375 /* FIRInstanceIDTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 605EA3DD878151B4BC628CFE5E52A205 /* RCTUIImageViewAnimated.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F4EF3DD9969C1ED8121616584467072 /* RCTUIImageViewAnimated.m */; }; - 607F8CB189F69907FA7ABD628863B047 /* RCTActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = C84E273398627AF9A988343BCCE455F4 /* RCTActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 60A990FC2ACC3B03F9B399BE28919107 /* JSIndexedRAMBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = EA41E26760068111B4C2441D15CAA4CA /* JSIndexedRAMBundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 611A7B0EA75F7056535EFE1611EAD137 /* ARTText.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F533BDC208ED66383C167AB3E75F1C8 /* ARTText.m */; }; - 61CB6A0224314655A5CD350A3663ECD4 /* UMAppDelegateWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = FCDF7E96AF9FC5C61134B0F1733031C0 /* UMAppDelegateWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61E4CD178FDC8352B454E078ABEAFC48 /* RCTFileReaderModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 81A275692A0794199629EE2C8E4B3B06 /* RCTFileReaderModule.m */; }; + 605EA3DD878151B4BC628CFE5E52A205 /* RCTUIImageViewAnimated.m in Sources */ = {isa = PBXBuildFile; fileRef = EC347BF284C1AF342AC5D16AFC312A86 /* RCTUIImageViewAnimated.m */; }; + 607F8CB189F69907FA7ABD628863B047 /* RCTActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 819ED7A89717A189930F6DD69C542A7F /* RCTActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 60A990FC2ACC3B03F9B399BE28919107 /* JSIndexedRAMBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = B1C0309D8214A4B9F1FA6022DDE7FCBB /* JSIndexedRAMBundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 611A7B0EA75F7056535EFE1611EAD137 /* ARTText.m in Sources */ = {isa = PBXBuildFile; fileRef = 608677DFAFAF8DAC7E19D7844A85A2DF /* ARTText.m */; }; + 61CB6A0224314655A5CD350A3663ECD4 /* UMAppDelegateWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = F235A112A1204647134DE32543CB148C /* UMAppDelegateWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 61E4CD178FDC8352B454E078ABEAFC48 /* RCTFileReaderModule.m in Sources */ = {isa = PBXBuildFile; fileRef = EB492CA5CDABAC145EFE39CE6C47C5CC /* RCTFileReaderModule.m */; }; 61E7D5628BD1405A5D099112EC9EB6AE /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 3F56F86561C29CEABD8D97EE5CE37333 /* zh-Hans.lproj */; }; 62266D8BCAC4E742B934F054A012CEDC /* GoogleDataTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 759EC1D0703FA80AF904D124A62306B7 /* GoogleDataTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 623FC295B29631DF73E03BC69E36032B /* RNFirebaseFirestore.m in Sources */ = {isa = PBXBuildFile; fileRef = 48B7736E3C557317C8AB51D9B3EB69D3 /* RNFirebaseFirestore.m */; }; - 6259FEAFDF7520D2B057E005B691B2B2 /* BSG_KSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = E21D0B51414DDBED41BAD7B63D53A21E /* BSG_KSLogger.m */; }; + 623FC295B29631DF73E03BC69E36032B /* RNFirebaseFirestore.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BB374B5F35C46D954E54C5EE065CD55 /* RNFirebaseFirestore.m */; }; + 6259FEAFDF7520D2B057E005B691B2B2 /* BSG_KSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = FFF9B22D43F7DEF66DE0BAAFC042CF10 /* BSG_KSLogger.m */; }; 625FB1A1A50F531C209F5950D7FF8475 /* alphai_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = EEE19242EF1D0B431E1AB484B055C540 /* alphai_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; 62AE5C4EFFF8C486F27736EA796AC818 /* FIRInstanceIDCombinedHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = E2D9656538B30CAC2E7730280608846A /* FIRInstanceIDCombinedHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 62BBB67D794EAD6E8AE0AD47CA0DBA80 /* REAEventNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 13AD44A211A5269ACEA88CEC0012E3B1 /* REAEventNode.m */; }; - 630C91DF5FAA47CF56146710CB25C67F /* EXPermissions-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BBA25B8D8C16C2EE29DB8BA456371398 /* EXPermissions-dummy.m */; }; - 635F0F813C7322171ED9EA180443A241 /* UMEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 85CD6CEA26EA2149C045B78050DDE5BB /* UMEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 638173471B670878B34394773F467230 /* REATransitionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EEA3E81725D3EF276A1B3A6B2FF4EF9 /* REATransitionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 62BBB67D794EAD6E8AE0AD47CA0DBA80 /* REAEventNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 898650B1D3FC1109D6E02FF42632A385 /* REAEventNode.m */; }; + 630C91DF5FAA47CF56146710CB25C67F /* EXPermissions-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6329D7FE1121CF93190AC777AD5A3ED7 /* EXPermissions-dummy.m */; }; + 635F0F813C7322171ED9EA180443A241 /* UMEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 88BFC30A80845B54EEC84821CD30B11C /* UMEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 638173471B670878B34394773F467230 /* REATransitionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 03EA08DE0F3C5C8F8CF6C1FDE51CECF6 /* REATransitionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 63CC635B37FED8C7DEF027CB5462EA7B /* bit_reader_inl_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = FA48E09B0A5EB5DC3A301E71FE75E408 /* bit_reader_inl_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 640929BA76B4E72C01E40669AC36E967 /* RCTBorderDrawing.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BC60395AFE6474124D409C530940D54 /* RCTBorderDrawing.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6424F5856E8339CF8C3F5570D47E2FED /* JSBundleType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1ED07314747EB40BB32C54621BB1A01 /* JSBundleType.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 648C1EE6D41D617836426E185AC5AAED /* EXConstantsService.h in Headers */ = {isa = PBXBuildFile; fileRef = 902409A68233CED959F0877C1C63B70B /* EXConstantsService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64B776BA872F19C7CE95997591E34F15 /* RCTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = D4A7BF4513B33FA0D8756475FB480194 /* RCTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64CE86C677FE58819125DF1CF00FD92D /* RNSScreenContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = C1472B83E4014905BE3F518B816241F3 /* RNSScreenContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64D693E04A85ADB73BE80E3DA8FF8DCF /* react-native-keyboard-tracking-view-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 23879EEFF8CA9AF370F72C443F440029 /* react-native-keyboard-tracking-view-dummy.m */; }; + 640929BA76B4E72C01E40669AC36E967 /* RCTBorderDrawing.h in Headers */ = {isa = PBXBuildFile; fileRef = 79BE1473DB26003FD87FC008A45C4706 /* RCTBorderDrawing.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6424F5856E8339CF8C3F5570D47E2FED /* JSBundleType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E5A61FA3E910E3743DDB2A539D8E3861 /* JSBundleType.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 648C1EE6D41D617836426E185AC5AAED /* EXConstantsService.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F6A572FD916C3EFBE86003DC40EC8CB /* EXConstantsService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64B776BA872F19C7CE95997591E34F15 /* RCTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = F104710E472CD122DC164515846E2A56 /* RCTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64CE86C677FE58819125DF1CF00FD92D /* RNSScreenContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 347FE1F6EB32D7EBAB147F559064CD7F /* RNSScreenContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64D693E04A85ADB73BE80E3DA8FF8DCF /* react-native-keyboard-tracking-view-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E8C68042DB3F0FF4772CE1743129A0E9 /* react-native-keyboard-tracking-view-dummy.m */; }; 64E791612A7D27AE1C4409A981341CBE /* lossless_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 5239DF994AF5723B4F01323D4A43049F /* lossless_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 64E83E53B7F40F2CC0A0CF7BC3C8A43C /* enc_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 295B1037840F2974230A335C2AB3C3DA /* enc_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 64E9035391D61BFA55BD23B151AD07BB /* RNDateTimePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B9F406C1C9FB6617BEB005C8E98781E /* RNDateTimePickerManager.m */; }; - 65257CF2DC6AD9C87EC075F55049D40D /* ARTText.h in Headers */ = {isa = PBXBuildFile; fileRef = F8248223FF4290A3D4266B51E6A2B504 /* ARTText.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 653E84B85ABA16CB6DEA33042685263C /* RCTCxxMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 1706B15B1ED8A8665C6596CF0F53293B /* RCTCxxMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 654D2B56BB85DB6247D712F41EBB4BE8 /* RCTImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1940DD790D06E2D31255DB265DFA08AA /* RCTImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 656D1C77C4CAF79D0022BD5B4A141903 /* RNNotificationCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 50585DBB5F13DC4B200D7493C8DF1FBD /* RNNotificationCenter.m */; }; + 64E9035391D61BFA55BD23B151AD07BB /* RNDateTimePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 418639F33E8200895BD854B7262C20D6 /* RNDateTimePickerManager.m */; }; + 65257CF2DC6AD9C87EC075F55049D40D /* ARTText.h in Headers */ = {isa = PBXBuildFile; fileRef = D153DAF37CB6D578956511CCADDA35DE /* ARTText.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 653E84B85ABA16CB6DEA33042685263C /* RCTCxxMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC222A08B23C11E1687AE80A1B21B75 /* RCTCxxMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 654D2B56BB85DB6247D712F41EBB4BE8 /* RCTImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F44DD56050459C2127449208A3ED4DAD /* RCTImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 656D1C77C4CAF79D0022BD5B4A141903 /* RNNotificationCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = C07391419D723F70812D0AACD10430D3 /* RNNotificationCenter.m */; }; 6580CADB1B58D051496B7FFEE2B1C22E /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = A63056ABA542F8B04DEFA67C19269FD7 /* SDAnimatedImageView.m */; }; 6584F1A61DBB0A4BB4BD9EA418FB70E6 /* quant_levels_dec_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = CED28DEBC2FD19F1346B08346877F65A /* quant_levels_dec_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 65A7CF7828FC4B009CBCEA5EE57938E3 /* FIRInstanceIDDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = E305B54EDF07E9F41D51A8902566F2CA /* FIRInstanceIDDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65B2DEA93BC9FAFE680CE9B5FD91C140 /* BSG_KSCrashSentry_MachException.c in Sources */ = {isa = PBXBuildFile; fileRef = 532C9FDDA171E6A5C9D8A0982E1DF37D /* BSG_KSCrashSentry_MachException.c */; }; + 65B2DEA93BC9FAFE680CE9B5FD91C140 /* BSG_KSCrashSentry_MachException.c in Sources */ = {isa = PBXBuildFile; fileRef = DE3FD76952EC2D0F5FB5DFD9C121A7F3 /* BSG_KSCrashSentry_MachException.c */; }; 65BC1D89895A4D5A4630CA5940E4A018 /* GDTCCTPrioritizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 096746B6A34C79B2C2C70DE6137E81A3 /* GDTCCTPrioritizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; 65CA61934FB03CF180290DE31AF56EF4 /* enc_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 3CA12FAA41B0D8FF1ED405B6A4084AED /* enc_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 65CB92D29B76DFDEC572A3AAE0564298 /* encode.h in Headers */ = {isa = PBXBuildFile; fileRef = C92FA64E3662DF6F57F73B971B11E029 /* encode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6608213295B85470CB7D9FF496A75AF9 /* RCTUITextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 470C412F2DCBECEB360A5CBFE76EE6FE /* RCTUITextField.m */; }; - 660CECD8C6835E718C29800AB8CFEB46 /* RCTTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = FAAAB9B79963906294CEED95863FA077 /* RCTTiming.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66461FCE36880BD3496945D2A2870456 /* FBReactNativeSpec-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C1A3733AE169C408EE09D85BA05C927C /* FBReactNativeSpec-dummy.m */; }; - 6661CB905BDE95946F8507AB79F27015 /* Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 333E2305122D7A2D6067A97077CB573A /* Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 666F347B84B23221BC4D76B0BB3D521F /* RNFirebaseFirestoreCollectionReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 6691E96B148B09DF302684A500CA3A80 /* RNFirebaseFirestoreCollectionReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6608213295B85470CB7D9FF496A75AF9 /* RCTUITextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 06259202DD46422011787FF548AB5F9A /* RCTUITextField.m */; }; + 660CECD8C6835E718C29800AB8CFEB46 /* RCTTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F9B19A4C8F283BA3A99522FBDE0A784 /* RCTTiming.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66461FCE36880BD3496945D2A2870456 /* FBReactNativeSpec-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FF44761EFA9D37FAD358143F9DE8C41F /* FBReactNativeSpec-dummy.m */; }; + 6661CB905BDE95946F8507AB79F27015 /* Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D3FDCBE707AB3D57D08657B12D7C8E84 /* Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 666F347B84B23221BC4D76B0BB3D521F /* RNFirebaseFirestoreCollectionReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FC5790B025C82A4E4CF6F2EC82E7603 /* RNFirebaseFirestoreCollectionReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; 66811E431F72A69005364E0433281D70 /* yuv.h in Headers */ = {isa = PBXBuildFile; fileRef = 7272451EC2E80622338B0B64A2A335B0 /* yuv.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 669AD772A900C26E92756FE2500CB010 /* BSG_KSDynamicLinker.c in Sources */ = {isa = PBXBuildFile; fileRef = 2B27724826A333FDB5B077AB4C85FBE1 /* BSG_KSDynamicLinker.c */; }; - 66D0421E4DDA33160130778834F66E37 /* RNLocalize-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F9857BED366CA42AB9F83EF63D63CFCA /* RNLocalize-dummy.m */; }; - 66D6E62D450BACF145A456166BB45C2B /* RNDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = C9DE202B4213AAFD5770902F012AA03F /* RNDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66DE3DA8B730B101267AE71D7E014D80 /* BugsnagKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 1278F6FD1923201980C67CE796DA9DD3 /* BugsnagKeys.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66F6C08EE54110CE9EE206BF6B293A2B /* RCTRedBoxExtraDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 8107FA806405AE03A6A9EBDF1A1C3599 /* RCTRedBoxExtraDataViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66F758B6340D92E1E9302298F1CF0F3B /* TurboModuleUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = A13BB77041759D8D682E75E4DFCC1CC9 /* TurboModuleUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 669AD772A900C26E92756FE2500CB010 /* BSG_KSDynamicLinker.c in Sources */ = {isa = PBXBuildFile; fileRef = D8E5E1D3A6353E7F5418BCE5028D82CF /* BSG_KSDynamicLinker.c */; }; + 66D0421E4DDA33160130778834F66E37 /* RNLocalize-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E7EC65C3D15AF4450F6378684DF14DDE /* RNLocalize-dummy.m */; }; + 66D6E62D450BACF145A456166BB45C2B /* RNDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = C5AAE4426B0B8DCD1C92929895AE0ACA /* RNDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66DE3DA8B730B101267AE71D7E014D80 /* BugsnagKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F99ADE66801EF860C2C5FCD523DAC72 /* BugsnagKeys.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66F6C08EE54110CE9EE206BF6B293A2B /* RCTRedBoxExtraDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 393BD60FAE9D0165B0FC6535D18FDAE2 /* RCTRedBoxExtraDataViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66F758B6340D92E1E9302298F1CF0F3B /* TurboModuleUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = C845EB52EA02353E68FAFBDF86A42D19 /* TurboModuleUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 67304F639591EAB43001263B341483A1 /* rescaler_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 777F3909D5F80FE07601A2F5F6256669 /* rescaler_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 673EB44F71F2C6F4FBAD5C2C8E7CFEFF /* FIRInstanceIDTokenManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 599CB421E408E13C49BCEF418C589CA8 /* FIRInstanceIDTokenManager.m */; }; - 67534913E2CDEE9AB092E4C33EDA97F5 /* RCTSurfaceRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 402BAEBC36AF3C9660E30FCA2A64729C /* RCTSurfaceRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6760547C035C32836135CEFD5839CC3F /* RCTInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = BD2149CD1A9786D1ED0CFA9C925C800C /* RCTInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 67B899B04D895FCE5864571871AB2137 /* EXContactsRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = C69C3EF859CAB70E5B41B8C17C7F3630 /* EXContactsRequester.m */; }; - 684521B0CA1B1249C9ED804F3A62D6B4 /* UMReactNativeEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EF5694B8E66F0D0E0DC6F798081974D /* UMReactNativeEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68583F66159847D4566003F248CDAAAE /* RCTConvert+CoreLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = 13FE5B7DC64A6E9F42C8297AE48B1586 /* 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"; }; }; - 687395ADE9902C1256A39693758A218D /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 2136384B7D6B8627E2971FE805B09E72 /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68967D85B59597BD9AB686FCE92FD940 /* RCTSurfaceView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 228AC5316B37F9112A15C2489DDE1E55 /* RCTSurfaceView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 68A609DB01B156CC5ED6B85013BBE883 /* RNPushKit.h in Headers */ = {isa = PBXBuildFile; fileRef = CA61F667A05E9DB8EF4F3266762EDAEE /* RNPushKit.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68A75E9D1078739344B33B3737E61D48 /* ReactNativeShareExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = A97754D3320C1FD81ED660B127B36612 /* ReactNativeShareExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68AE3C4091F647837AC74569BE19E2B7 /* RCTBaseTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 493C3D7C67521CA19A82E045A4232B9E /* RCTBaseTextViewManager.m */; }; - 68C3589E68CE16489EB8418E3D5F14B1 /* RCTDevSettings.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5E6BCDF29D3955943DF8B9519734A73D /* RCTDevSettings.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 68D189344FD730D7E96118DB6861819D /* UMKernelService.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DE7843EC8739E3A31678AABD115CE35 /* UMKernelService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6923B013228EE34EFB46111B344612C1 /* EXAppLoaderInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B068F2251EF317197654560800E894C /* EXAppLoaderInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 695CBDCD8BFCAA443DA31034E8A4905A /* REABlockNode.m in Sources */ = {isa = PBXBuildFile; fileRef = A4C03A998601C14C0E950907D6E057CC /* REABlockNode.m */; }; - 6986A1CB24DB43E7ACA1C07C85BB3090 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AE4E6D37C942F20AE082A5C3E8EE42F /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 69B92355E75BB5A248C0C9A2A254E5B1 /* ARTRenderableManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A836F772DFE49877A0D58D0D351AD4D7 /* ARTRenderableManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67534913E2CDEE9AB092E4C33EDA97F5 /* RCTSurfaceRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D335B28893DD4FB9CBBB4BD04C24D0F /* RCTSurfaceRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6760547C035C32836135CEFD5839CC3F /* RCTInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AA371945E10D0E2C48BA6F24CD6FB81 /* RCTInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67B899B04D895FCE5864571871AB2137 /* EXContactsRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 975CE59EE95A54497533BE37013D01B1 /* EXContactsRequester.m */; }; + 684521B0CA1B1249C9ED804F3A62D6B4 /* UMReactNativeEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E903095AA4C5BF2F8364395411E7F22 /* UMReactNativeEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68583F66159847D4566003F248CDAAAE /* RCTConvert+CoreLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = 45F4D6C019925600123A35637DD8C49A /* 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"; }; }; + 687395ADE9902C1256A39693758A218D /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = A00153B6D726646E455C40CE2FE72A01 /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68967D85B59597BD9AB686FCE92FD940 /* RCTSurfaceView.mm in Sources */ = {isa = PBXBuildFile; fileRef = F9E7E368A236F92B2A2143AE0E61601E /* RCTSurfaceView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 68A609DB01B156CC5ED6B85013BBE883 /* RNPushKit.h in Headers */ = {isa = PBXBuildFile; fileRef = CABAE35089BC484F5D68945869E897A4 /* RNPushKit.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68A75E9D1078739344B33B3737E61D48 /* ReactNativeShareExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EA99792D834800A97791F8088782EB1 /* ReactNativeShareExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68AE3C4091F647837AC74569BE19E2B7 /* RCTBaseTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 70C0EE24781C9249E5824DC7DD6AD1FE /* RCTBaseTextViewManager.m */; }; + 68C3589E68CE16489EB8418E3D5F14B1 /* RCTDevSettings.mm in Sources */ = {isa = PBXBuildFile; fileRef = DB4F0F2DE3D5255E64E8207F52BC3511 /* RCTDevSettings.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 68D189344FD730D7E96118DB6861819D /* UMKernelService.h in Headers */ = {isa = PBXBuildFile; fileRef = 56D77B032EAD9908A0E3AA354F694B26 /* UMKernelService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6923B013228EE34EFB46111B344612C1 /* EXAppLoaderInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 79DE18736428CA992928EB2639D7A419 /* EXAppLoaderInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 695CBDCD8BFCAA443DA31034E8A4905A /* REABlockNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 2124EB19441EAECB5913E5CC2712344A /* REABlockNode.m */; }; + 6986A1CB24DB43E7ACA1C07C85BB3090 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 46E3147E0919866DB43B911A25AD2250 /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 69B92355E75BB5A248C0C9A2A254E5B1 /* ARTRenderableManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D0B700012D137830B5F843C279D19C6 /* ARTRenderableManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 69C23762E4D32B627E18AA019E5F8F2B /* dynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A4E2C829C5BCC61D75F1E0B270E49F6F /* dynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6A03046C71CF85B2E59E2FBEFA35C326 /* RNCSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C4A89A5F38EE3C48F7DD6A1F7BAEA86 /* RNCSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A03046C71CF85B2E59E2FBEFA35C326 /* RNCSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1422A2545201934140615DC57265774B /* RNCSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6A0AA1945B09A957D7980D6F9663E262 /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = E8DFCD1D31D8CAA87143E066DADEA60F /* SDAnimatedImage.m */; }; 6A789FEDD6D65DEB0888A4AB486DB224 /* pb_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 276DC8FED36CE7A1A8580CB612E3C53E /* pb_common.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc -fno-objc-arc"; }; }; 6ABEAD7FC928CF7779E132A291D0B0D2 /* vp8li_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = CED7747A6AA46EC1976311D36800809F /* vp8li_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6AECBE5205C7FE40901C60D3BAC2D475 /* FIRInstanceIDStringEncoding.m in Sources */ = {isa = PBXBuildFile; fileRef = C37B4B112CBC6E41702C04EEDE7BAE97 /* FIRInstanceIDStringEncoding.m */; }; - 6AF8B0B8BC5662944D21ABB73104ED6F /* Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A2F0DCF4B8A954074992DE814A87BB4 /* Utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6AF8B0B8BC5662944D21ABB73104ED6F /* Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 925E49E5E59F93D6688415DA93CD7F5A /* Utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6B002A09EF5954BBC84674762FAA72AC /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D0FBB00E8E2A118FAE70AF21ABD4769 /* SDInternalMacros.m */; }; - 6B16BF857D52CA921AA18F9107D1A5D2 /* YGNodePrint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 27318DBA74DEF0DE342E0CC7ED8BFAF5 /* YGNodePrint.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 6B24587056B43B44A33D33481C1F0B7C /* EXCalendarRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = EA8D1E6F05AE398D3EA1C47BA61D9C61 /* EXCalendarRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B407A46EF38EFD8233880BCA6BEA4A3 /* Color+Interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FCA0A141ADD27ABD3C523D23FB6576A /* Color+Interpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B16BF857D52CA921AA18F9107D1A5D2 /* YGNodePrint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 28DB6CAB95392C193840F107465D6B1B /* YGNodePrint.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 6B24587056B43B44A33D33481C1F0B7C /* EXCalendarRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 043D31A71A71F93697F1A2364A73B11D /* EXCalendarRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6BB0A0E40EDC7AB4948869DCFB90D4E2 /* muxi.h in Headers */ = {isa = PBXBuildFile; fileRef = 661B96714A028FF3735AB243B40A52F2 /* muxi.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6BBA73E13C75ECE9DC1C78077C4C87FA /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 815A9BAC42A50A2468F2DD062571EA0A /* SDWebImageDownloaderConfig.m */; }; - 6BC32C5F7F9AC61B55841DBD9D4B2D76 /* RCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = A262D3993BCA34A340C58AEE91FD2BFC /* RCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6BEB09BDA381DE6F36DFA175CBC46104 /* RCTLayoutAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = D2816349F8CD77CBF978F8362602A095 /* RCTLayoutAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6BC32C5F7F9AC61B55841DBD9D4B2D76 /* RCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 57A06A4B482777BA23EC31EFEC2629D5 /* RCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6BEB09BDA381DE6F36DFA175CBC46104 /* RCTLayoutAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 76D2A70142185C191DB22AA281F8E249 /* RCTLayoutAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 6BF345A21B128329BABD0FF08059B1B1 /* QBAssetCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F2C818D6FCADF26293BDB5D60AB1E76 /* QBAssetCell.m */; }; 6BF455BEAC6B3B63B7043B2A42FFB241 /* GULNetworkConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = B5CD42BF36AEFAF616B46EEC2EDAC1D9 /* GULNetworkConstants.m */; }; - 6BFEA5716AA863598AB805E81B5BFE45 /* RNFirebaseEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B63F1DF151406D1A57F8203BA479227 /* RNFirebaseEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6BFEA5716AA863598AB805E81B5BFE45 /* RNFirebaseEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = B10EF6D408C4C13E722753B110591F60 /* RNFirebaseEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6C1BF50C54FFCDABA052C0D60E4AA1CB /* quant_levels_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AA0B838047A5141E696FF3949C4D024 /* quant_levels_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C293AAE8A665126DB65576FB61F2C2E /* NativeExpressComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = B02638646000CABCD9543E768EE8DACA /* NativeExpressComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C37E85CCE25B3CBB805962BFF44C389 /* BSG_KSCrashContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 75F6D18956224424C34C25FFACF64AF9 /* BSG_KSCrashContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C62F01A3E274C4E2D49A70E12BB4B2E /* RCTFPSGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = B384E5858546AB5932A7EC9E6B7E280A /* RCTFPSGraph.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C8A4C64FA432565E4D72C641396D7C0 /* EXAV.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C7F41A208FFDABCB85C479F7BA211CE /* EXAV.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C293AAE8A665126DB65576FB61F2C2E /* NativeExpressComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E0EA0031DB63EAE15AB38336CF8E726 /* NativeExpressComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C37E85CCE25B3CBB805962BFF44C389 /* BSG_KSCrashContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C9604764AC46717956C55B4C07944C7 /* BSG_KSCrashContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C62F01A3E274C4E2D49A70E12BB4B2E /* RCTFPSGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = 480C7F0AD63AE53BAADBB244FB3BA2C8 /* RCTFPSGraph.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C8A4C64FA432565E4D72C641396D7C0 /* EXAV.h in Headers */ = {isa = PBXBuildFile; fileRef = A2C4C4BA2E33AE21DB99829860BD5819 /* EXAV.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6CAE7B58CE9BD131394923647C87E502 /* RSKImageCropViewController+Protected.h in Headers */ = {isa = PBXBuildFile; fileRef = 098BDD36233552115AAE3CAD9B95A204 /* RSKImageCropViewController+Protected.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CE6837AC0E4342DBEBEB53FB3122DA9 /* BridgeJSCallInvoker.h in Headers */ = {isa = PBXBuildFile; fileRef = 1386113097CC1FDE6E2557A4518C1268 /* BridgeJSCallInvoker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CEC93D42BCE1C84B05210117F48F610 /* REACallFuncNode.m in Sources */ = {isa = PBXBuildFile; fileRef = BB7B9E277B2F88D029D62E6183406A86 /* REACallFuncNode.m */; }; - 6D0CF30D57D65E1F68DA583AF4EF9CB2 /* UMUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = B462A58ECA611911C0FCF32DC87B4230 /* UMUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D81F160FDDE97DC6131EC9ED617BCCF /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 98AFA6E59257431A9AA02DDFC5621569 /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6DB542FBEF8166B75D6E1997BC8D3F4A /* BSGOutOfMemoryWatchdog.m in Sources */ = {isa = PBXBuildFile; fileRef = 25B29827EECA6282CBC136F619978150 /* BSGOutOfMemoryWatchdog.m */; }; + 6CE6837AC0E4342DBEBEB53FB3122DA9 /* BridgeJSCallInvoker.h in Headers */ = {isa = PBXBuildFile; fileRef = B811E8AA47827442EA8038B78C637A57 /* BridgeJSCallInvoker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6CEC93D42BCE1C84B05210117F48F610 /* REACallFuncNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 238AF7A98F62796BA1619AF506526F1E /* REACallFuncNode.m */; }; + 6D0CF30D57D65E1F68DA583AF4EF9CB2 /* UMUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = ABF10FD95B903F9E2A1ABEBFD1AE686C /* UMUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D81F160FDDE97DC6131EC9ED617BCCF /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C011B74D978C4A9472C6D8D0F870E4E /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6DB542FBEF8166B75D6E1997BC8D3F4A /* BSGOutOfMemoryWatchdog.m in Sources */ = {isa = PBXBuildFile; fileRef = 05BCB3C460F5F81DDB1FE31E0BE0BBB0 /* BSGOutOfMemoryWatchdog.m */; }; 6DBB75EF7423F09AD44E2573CAF35AC4 /* FirebaseInstanceID-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 92997292DBA3CB53D6D368D48FDC239E /* FirebaseInstanceID-dummy.m */; }; - 6DC9D514C156F0E939716CE07F540ECB /* RCTURLRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = D9D72929B07675E8D75FB35FF71C2E33 /* RCTURLRequestDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E06BCFEEB8D951BF2E0382C38315402 /* RCTViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 70EE458F7665755CBE7A61B543F829E6 /* RCTViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E0A2A93EE3C8B6C6DF5074AB6077827 /* EXCameraPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 98B6480466BF7CEB07BFD59FB4E4DE0C /* EXCameraPermissionRequester.m */; }; - 6E351BE1A8F183D1BB3F520FA4FC4D93 /* RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = B253FCDCCFA703EF327E1DE179D9B9BC /* RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E679D7FC64BCF6EA1ACFFB88A220FB0 /* RCTMessageThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D37813C41CC038BF57E7CD6C0138D43 /* RCTMessageThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E991C202A5292DBF3008C568A7C8F13 /* RCTRootViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F9253965AF41E2F212F66DCE9B0591D /* RCTRootViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6DC9D514C156F0E939716CE07F540ECB /* RCTURLRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E341298C96875832ABE661D1A5E3FC0 /* RCTURLRequestDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E06BCFEEB8D951BF2E0382C38315402 /* RCTViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BD7A4517BF965E751F0D81876FD47E4 /* RCTViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E0A2A93EE3C8B6C6DF5074AB6077827 /* EXCameraPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C13E284E4C0EC867579EA23DE54A2ED /* EXCameraPermissionRequester.m */; }; + 6E351BE1A8F183D1BB3F520FA4FC4D93 /* RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = C370FF611330A43B2DDADC1F3FDE2260 /* RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E679D7FC64BCF6EA1ACFFB88A220FB0 /* RCTMessageThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A1A34D247B43BEA4749BCB32C3BC932 /* RCTMessageThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E991C202A5292DBF3008C568A7C8F13 /* RCTRootViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F79825D92762ABAAD4DD1D3B55F79B0 /* RCTRootViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6ED99836BEA0FA40F40EB3E5E64786DB /* FIRInstanceIDURLQueryItem.m in Sources */ = {isa = PBXBuildFile; fileRef = A66E9B64871E443AE6D5C9E8D3BB2A3A /* FIRInstanceIDURLQueryItem.m */; }; - 6F1F0DE59B8D85D5C5BBE4827591AFE6 /* RNFirebaseUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = C754BBA0BD135F393528435AE42DB236 /* RNFirebaseUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F222142E9E4F749DB37A59018C1A36D /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 95D28D86D978E3AD6F7BB3C1D1882D04 /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F304A36099BC8A1FC2BA0AF4F249B80 /* RCTConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = DF32F01EEED52B2EEAF17A10F226FDC6 /* RCTConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6F4C8ECB96B30078CDC6F3ED643DF275 /* REAAlwaysNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 85EF388BC987D2243E6DBEBBCE0CF1A1 /* REAAlwaysNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F7A2AA0B06EFC5314EC9498AD3E1375 /* BSG_KSCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ADD2B47DE62FE3AAED44D1169CAE31B /* BSG_KSCrash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F806655969A1B5A942727F7A5EA22C1 /* RCTImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C1E103292D392F551478DB505253F1E6 /* RCTImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F843A8D44C24AC8E1A98C7AA75F6A94 /* RCTMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A0F035410C2743287DE4D765755713BB /* RCTMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F8FAFF437453ABC54EAC53BC16ADCE0 /* RCTCxxBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 982723DF0EA78914275B7343D58C2F6C /* RCTCxxBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F93C07FC27EC5F48FEF33A277837FEF /* BugsnagSessionTrackingApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = B5EA05AAE813CB1C667EFA1F8DB71969 /* BugsnagSessionTrackingApiClient.m */; }; + 6F1F0DE59B8D85D5C5BBE4827591AFE6 /* RNFirebaseUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 746C02501736982FBC4869F554FBB32C /* RNFirebaseUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F222142E9E4F749DB37A59018C1A36D /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F77CB90507B4A27C139F072806CE24F /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F304A36099BC8A1FC2BA0AF4F249B80 /* RCTConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 2105C7E8257DED74D0633CAE14616423 /* RCTConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6F4C8ECB96B30078CDC6F3ED643DF275 /* REAAlwaysNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4066AD0495E4587EAB33524F430BFEC8 /* REAAlwaysNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F7A2AA0B06EFC5314EC9498AD3E1375 /* BSG_KSCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = 02E28655F303FA4B266C3EDB931D825D /* BSG_KSCrash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F806655969A1B5A942727F7A5EA22C1 /* RCTImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = F69D41E1D679DE5189CB5AFBF5E3F21A /* RCTImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F843A8D44C24AC8E1A98C7AA75F6A94 /* RCTMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CF1711B27EA62181CFEA7040483E80A8 /* RCTMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F8FAFF437453ABC54EAC53BC16ADCE0 /* RCTCxxBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D7A68DC8874500B4A672FDBF91DFC62 /* RCTCxxBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F93C07FC27EC5F48FEF33A277837FEF /* BugsnagSessionTrackingApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A72E00C51A5DDD6516BC0EF3C2F3836 /* BugsnagSessionTrackingApiClient.m */; }; 6FAB807DF62D6E61E6FB5A290B898F22 /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F315153651D6B1F113F407C010B3623 /* SDWebImageCacheKeyFilter.m */; }; - 6FADD2923098EDB7083BACF1DF28880E /* EXWebBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 542C2C6C4E041D16FC5F65BCA7CFF5DA /* EXWebBrowser-dummy.m */; }; + 6FADD2923098EDB7083BACF1DF28880E /* EXWebBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E7437EA6478A24C24D52215A6D90499A /* EXWebBrowser-dummy.m */; }; 6FAE08276981C05988B6748DB0CB8ED5 /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = E56D8FAFA027A4F6F1689695B4FB126D /* NSImage+Compatibility.m */; }; - 6FB535A8E39D1F07E55B1E2356075896 /* RCTWrapperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5847EF3E88F8586EE1EED4D1B5E6FFAD /* RCTWrapperViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6FB535A8E39D1F07E55B1E2356075896 /* RCTWrapperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DF469F7000789772C8FBD8612C31FD70 /* RCTWrapperViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 6FB624CE84ABA6F5B472A098FD3B96CB /* iterator_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = C0594FCE5C047E1F875BD261446DAA65 /* iterator_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6FD86BC47002611DC40F437D2C1A2C23 /* RCTCustomKeyboardViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A718148264A5FCE75ACD866F4B40602 /* RCTCustomKeyboardViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7003449F5AD5ED5357D584E2C927D1C9 /* filters_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = B67BB64E873A95F6DCFC9ECD9D10E036 /* filters_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 706254752772C2A2E485B68219F23D3A /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = D912E9C8CDC30A2DC90C787F99DA9738 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 706254752772C2A2E485B68219F23D3A /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = B032BF836FBD35BDE9DE64AC45A6EE20 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7088EB44CAC740223920BA8B46908860 /* GULLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 25023246C576D25227B4AE4712355E3D /* GULLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 713786B3F95C96E2CEBAC2486313D34F /* CxxNativeModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F3CE924AF39D972901B75A1D006860B9 /* CxxNativeModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 71843254E106F2D1E4F467A04B343EC3 /* EXCameraRollRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = E72566E849EB71B89223F60686D9916D /* EXCameraRollRequester.m */; }; - 71A15281A319A724463909058E694A81 /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = FAFAD4065A27BAB2A1848255C232DC91 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 713786B3F95C96E2CEBAC2486313D34F /* CxxNativeModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DCB4DA3C46DFE6DFC3F77232CCB54077 /* CxxNativeModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 71843254E106F2D1E4F467A04B343EC3 /* EXCameraRollRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = B826E68E76765F3314AF187E8F4EBFB9 /* EXCameraRollRequester.m */; }; + 71A15281A319A724463909058E694A81 /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 14BBB8BB9242BF2DA049819AE871C5DC /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 71A55FAED045F64CE6F36A0E2A1C1F8B /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = F92B62037AC75D89E9897DD968367D03 /* es.lproj */; }; - 71A8F1F7B8F1C500E5DB54E7568768BF /* RNSScreenStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 518A70B15B766E822D84528A62412F51 /* RNSScreenStack.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71B1F6D3D1676C67B9689723295BBBF8 /* RNNativeViewHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DB97B0F2AA1C96B6D43BB002D7FCE0A /* RNNativeViewHandler.m */; }; + 71A8F1F7B8F1C500E5DB54E7568768BF /* RNSScreenStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E3A3B9DF221F3B63712882E3C242C0F /* RNSScreenStack.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71B1F6D3D1676C67B9689723295BBBF8 /* RNNativeViewHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A26A5B12AC2D5EE8652ECA85EDB7691 /* RNNativeViewHandler.m */; }; 71E70FCE21AEBCD07C6F9B5C163F3495 /* QBVideoIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8FF61D799105A3F47C48322386EDDD0C /* QBVideoIndicatorView.m */; }; - 72029D9F22BCA54AF914D44CAFCA8792 /* RCTLocalAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AA70BAAB2359858A62D84D3C51E3327 /* RCTLocalAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 72029D9F22BCA54AF914D44CAFCA8792 /* RCTLocalAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AF206BF94C79830E1F41E1C1B198EFD /* RCTLocalAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7213D525B6583565A1285BAD6519937A /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = CE127EA34762A583D20B27A3FB183A94 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7230FB37D3784E711FDC4DF68D61BDFF /* RCTKeyboardObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F231AD2679B7C9EE706E6BBCDE7D22E /* RCTKeyboardObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72313D87595E28A750CDCD4BBA386FC6 /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 43B81BFD13C51E703ADF3467AF47BF75 /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 725BC4B216ECC3B13922602F90FD5DDC /* RNFlingHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 604BE1DA0F7D231747F98877C94DDC4D /* RNFlingHandler.m */; }; - 725FA4364B3AAAC6DA5672FC3D3C5DE2 /* BugsnagCollections.m in Sources */ = {isa = PBXBuildFile; fileRef = 51BBA580FC43CB1363EEEB18ED6392C1 /* BugsnagCollections.m */; }; + 7230FB37D3784E711FDC4DF68D61BDFF /* RCTKeyboardObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = D19C4A70A9AF30BB1E58A1F3D7DA4710 /* RCTKeyboardObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 72313D87595E28A750CDCD4BBA386FC6 /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = F8F7A0DD990C7E03FE7A9DDDF4270BEA /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 725BC4B216ECC3B13922602F90FD5DDC /* RNFlingHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 205DB2CB2E1894CA84FE59DF9883DF79 /* RNFlingHandler.m */; }; + 725FA4364B3AAAC6DA5672FC3D3C5DE2 /* BugsnagCollections.m in Sources */ = {isa = PBXBuildFile; fileRef = 0430A859F6B189A9F7BB9B68684F74DB /* BugsnagCollections.m */; }; 7264B177FBB9E819FEE3AD4C00E0E102 /* FIRErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = F6DB534E64AC58426CC20A569645D015 /* FIRErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; 726F398FE3050CFFAB6C42E76FF5B72F /* GDTReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = 265F8411F42BDA31FF280D67A68D2CB1 /* GDTReachability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7285FB5D4837675FBC49C201EC04BB41 /* RCTSubtractionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CC27B843B8222C75BDC8FB535C8E008 /* RCTSubtractionAnimatedNode.m */; }; + 7285FB5D4837675FBC49C201EC04BB41 /* RCTSubtractionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = FEDB802051AAEA6F15E9DB863A514666 /* RCTSubtractionAnimatedNode.m */; }; 72A89D0E917A84710512EBBC8A498DBE /* bit_writer_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = F1DEB82B7415582949BC39819D5A9AD0 /* bit_writer_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 730DC14773375905F03EC77556A60EE7 /* RNCAppearanceProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 809D7F88930C76D358E1DC90AC941F47 /* RNCAppearanceProvider.m */; }; - 73112C1488A872BEA689E089D0B0E0FD /* RNSScreenStack.m in Sources */ = {isa = PBXBuildFile; fileRef = DC27773B4EBB452167FB1A1926E52CB2 /* RNSScreenStack.m */; }; - 7342956F63A49A4C25847523E6F41D64 /* RCTConvert+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BEFCBA577467637C7DA1AD12DA6F75A /* RCTConvert+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 734F8686688DB475D6CF32D32D90EB10 /* BSG_KSBacktrace.c in Sources */ = {isa = PBXBuildFile; fileRef = 39369053D09171D7BA3F40A564596395 /* BSG_KSBacktrace.c */; }; - 7359E67295A554AC557D1213A0CB5D53 /* RCTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = 316CD5DF8063442746D2DA9064B0EBBE /* RCTAssert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 73A68ADFEFA00CDF462544E0CABEF84F /* UMReactFontManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 45373185955BA213D5F2900EB9902441 /* UMReactFontManager.m */; }; + 730DC14773375905F03EC77556A60EE7 /* RNCAppearanceProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 98855082BDE873049976EC7208B6DAFC /* RNCAppearanceProvider.m */; }; + 73112C1488A872BEA689E089D0B0E0FD /* RNSScreenStack.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C2A0D7A80E2DF72C1980FD853A0D57D /* RNSScreenStack.m */; }; + 7342956F63A49A4C25847523E6F41D64 /* RCTConvert+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E3F0306A215C7DC8F92F4D392715A6D /* RCTConvert+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 734F8686688DB475D6CF32D32D90EB10 /* BSG_KSBacktrace.c in Sources */ = {isa = PBXBuildFile; fileRef = 579683D5F939D6CD29B74DEEE5FD8057 /* BSG_KSBacktrace.c */; }; + 7359E67295A554AC557D1213A0CB5D53 /* RCTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = E4A5E7ED5C25D72DECD5D088B66728B6 /* RCTAssert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 73A68ADFEFA00CDF462544E0CABEF84F /* UMReactFontManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B9B972F02A83FB9C39C6328995BB239 /* UMReactFontManager.m */; }; 73BC222F96DC7059E988EC0D2EB7779C /* GoogleDataTransport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B33E269DBFF2BE345F8195FBD7BCFB67 /* GoogleDataTransport-dummy.m */; }; 73E18A09BABC8E09E5AD7EBEDE40D69A /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EF44213FD3223B12AFA1C7C0BB356C6 /* SDImageLoader.m */; }; 7416EBB83257207F58A9B56829018B1F /* FIRInstanceIDLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A9B3DEFA1431597E451E5DE29D1828D /* FIRInstanceIDLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74E40035D26D7E61EE95B512E8219E77 /* BSG_KSCrashReportWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = EDA33AB62C4B7D01D01F0CCB6F181C8C /* BSG_KSCrashReportWriter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74EEF982C535C643E4E783C13EF2513A /* YGConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = C0E2F257439C5A00D178513CF192B8AF /* YGConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7563D4DBE0016DD8A873BB45F22E702D /* EXFileSystemLocalFileHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = A5B99E26AFADDE91F4C280A8C370152A /* EXFileSystemLocalFileHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7592441730A3BC69180FA193844D96B4 /* RCTAdditionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = B12B68247A234FE78763DFE6502E44F4 /* RCTAdditionAnimatedNode.m */; }; - 75A59976244E5AA9E3D97416B77865C4 /* RCTSegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 8827799CD3622DDFB04521A953779AE8 /* RCTSegmentedControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 75C38367AD41BCC14148B858141FD9A2 /* RNUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 213770343AE98C8AAB8DF517E5F3B0D1 /* RNUserDefaults.m */; }; - 75FF28886473C6483EB0B468863B7E67 /* EXUserNotificationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 34D303E7970EB9860AB1A558D43CA8C9 /* EXUserNotificationRequester.m */; }; + 74E40035D26D7E61EE95B512E8219E77 /* BSG_KSCrashReportWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 20898907E36468BC4EAE3DA5D98F4006 /* BSG_KSCrashReportWriter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74EEF982C535C643E4E783C13EF2513A /* YGConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = E6B7255212616D8D3D67F58182276BF1 /* YGConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7563D4DBE0016DD8A873BB45F22E702D /* EXFileSystemLocalFileHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 921E2DED87914C7858AB031A687204DA /* EXFileSystemLocalFileHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7592441730A3BC69180FA193844D96B4 /* RCTAdditionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BF39627219C2A6C3ECE6C4A331CF958 /* RCTAdditionAnimatedNode.m */; }; + 75A59976244E5AA9E3D97416B77865C4 /* RCTSegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B3445B310DEC6AD1FF14472412EEDBA /* RCTSegmentedControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 75C38367AD41BCC14148B858141FD9A2 /* RNUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CDC7DCF5B728E13C12296BE1538638A /* RNUserDefaults.m */; }; + 75FF28886473C6483EB0B468863B7E67 /* EXUserNotificationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = AC807F96F9596A25ABCEDFD82D0BD5B6 /* EXUserNotificationRequester.m */; }; 761E0A568CDCE9B772917B337430A542 /* FIRInstanceIDTokenOperation+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B372F3BA6D1AB3CE03B311B35A8ACA6A /* FIRInstanceIDTokenOperation+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 762FD7831F24C457DDBD8BA67F2BB1FC /* UMModuleRegistryProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 14401E8417F07EEDB7B93DC7BEB6249C /* UMModuleRegistryProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 762FD7831F24C457DDBD8BA67F2BB1FC /* UMModuleRegistryProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 651C5F605C0C6A26A23D845502027735 /* UMModuleRegistryProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7636AEE9E430997447356606B9B1CD06 /* GULAppDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = DE0A5B7107E9BE6590E7CE266D26EEAB /* GULAppDelegateSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; 764F640B2C505140321DA60CF2074D08 /* tree_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = A41E843E947E1CFCAD8852446936221A /* tree_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 765D355A7222D5FE09B6110134D7D90F /* NSError+BSG_SimpleConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = 23B8B3FF66993427CBAC56A542C655C3 /* NSError+BSG_SimpleConstructor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 766F000E71EC6BFDEB9AAED4900BCDF4 /* RCTRawTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C53430ED54ED4F3713EBBE6BC4EE8A62 /* RCTRawTextViewManager.m */; }; + 765D355A7222D5FE09B6110134D7D90F /* NSError+BSG_SimpleConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = FC8FD8931464BB120E9BA1B91AB1A3CB /* NSError+BSG_SimpleConstructor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 766F000E71EC6BFDEB9AAED4900BCDF4 /* RCTRawTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 253C3117CD635B9BD4F35F0F84D27F04 /* RCTRawTextViewManager.m */; }; 76EBE6CD51BEEE22F89845516E86EBAA /* SDWebImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A4FBF1AF4CE42311CBFEBCB2E8AE88 /* SDWebImageWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 770E4158FE7D473DBF6166B27FB81902 /* ARTGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = EC5D26A75463D24E519BF4EC68BF6243 /* ARTGroup.m */; }; + 770E4158FE7D473DBF6166B27FB81902 /* ARTGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 480ECE3B3E45A40F01A07B570800FB99 /* ARTGroup.m */; }; 773B4DFAC559B7F58017017433245601 /* SDImageAPNGCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 3801B81BBEE14EF6AA1665A2C3D44BFF /* SDImageAPNGCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; 776B301441712DAA37FBF6A7CEA93C7B /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = C6A40CA1158D96459D53467F05719CBA /* SDWebImageTransition.m */; }; 77744A82C948F3D83862E0015E612602 /* muxinternal.c in Sources */ = {isa = PBXBuildFile; fileRef = 8938B320492783985358B1EB49BD2B5E /* muxinternal.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 7791BBB29998F4C9AC0F038A100DD278 /* RCTKeyCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = AAEF3D1F614129815AC3A6D26B1127C0 /* RCTKeyCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7791BBB29998F4C9AC0F038A100DD278 /* RCTKeyCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CE44116E28CC06CE1A5026D582395E /* RCTKeyCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; 77A6EABFF15EEE860F7EC832E59EDD63 /* FIRInstanceIDTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = B72C106E89BF8161D335F7EF03F47EC0 /* FIRInstanceIDTokenStore.m */; }; 77AD7992233DBE12F405310EBFC991C5 /* cct.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 9124B005603F745AE8A26788BA7948C9 /* cct.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; 77EFFA9B1F1ED908799FD6F3C6DDEA77 /* GDTEventTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E5E40BE38CD5D32550DE474499879E1 /* GDTEventTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 77F7E18F5FDAACD09E6FB7DD9E448FE5 /* RCTSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = 04957F4510C9D58E0120F2B232B0B1FC /* RCTSurface.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 77F7E18F5FDAACD09E6FB7DD9E448FE5 /* RCTSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = 37D496E318BACA5E432DF554AC4F4F1C /* RCTSurface.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 783E0F7BD819E79560DB35F639B8019D /* FIRInstanceIDVersionUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 40C8283611FAE7801D09ECAC1AD49CB6 /* FIRInstanceIDVersionUtilities.m */; }; - 785B004CF833DF5DD70FEC6A215346C4 /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 20261AF839A266429005BC132E5BD885 /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 785B004CF833DF5DD70FEC6A215346C4 /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 00A34303E9F2D4DAAC1B6C0F8854425C /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 785BC4CF4809020AF5132A2626189D3B /* mux.h in Headers */ = {isa = PBXBuildFile; fileRef = ACB9C9B7C028DDBC2B0FBEB2D1EAE8D2 /* mux.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 785CAF95D72E52A3CB51D19B161EF757 /* RNDateTimePicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EB9E09F7DBB216798A751F44ABEF3648 /* RNDateTimePicker-dummy.m */; }; - 78915BE17253AFB06827312FC0CCBAF6 /* RNSScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DBD62A1D8D5E6211EF692A42BF7684D /* RNSScreen.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 785CAF95D72E52A3CB51D19B161EF757 /* RNDateTimePicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0465F29680D42C3CE4F393799B25736E /* RNDateTimePicker-dummy.m */; }; + 78915BE17253AFB06827312FC0CCBAF6 /* RNSScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EAA7F0D10F0499C3375173C94859112 /* RNSScreen.h */; settings = {ATTRIBUTES = (Project, ); }; }; 78B369DDCE73212FDEF4DFCF3C3E28CD /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = D8AF93214EB824D891C9B3A721D08121 /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; 78B9DE85D610820ACD6ED40A11F08E58 /* FIRConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EC8E6C3EF32A1CAF14738999DC122EE /* FIRConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78BBE6B6246438B18643483CE090E330 /* RCTResizeMode.m in Sources */ = {isa = PBXBuildFile; fileRef = FD04A093E13378AF06F9E09766FDC00E /* RCTResizeMode.m */; }; + 78BBE6B6246438B18643483CE090E330 /* RCTResizeMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 67F781EA5A4F97C25DD656EAF4C1A504 /* RCTResizeMode.m */; }; 78C2DFE99D6F7A1A274E9D8EFD165643 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BC490D0235B782BE1CAEF0FBE717F7D /* SDWebImagePrefetcher.m */; }; 790CED3B2746C8BF72B9C0F037A74EB8 /* FIRInstanceIDStringEncoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 04A3EF2DF6AE2A810E25A7B56F994305 /* FIRInstanceIDStringEncoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7937E82C07AC827E3A6244D5DD2CF44B /* UMModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = C869EE92774047221126F2CAD6CCB4E3 /* UMModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 794567009289677F590846BBC3EC0ADF /* EXFilePermissionModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A0F37EA39308EE6D96BC5808D6BB2C6 /* EXFilePermissionModule.m */; }; - 798A82284A3CB48CBCD33D2A036FA58B /* RCTFrameUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = D0C1F8FAD362FC436D035E3E4721D715 /* RCTFrameUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 799D7BAD6B61F711CD5DC85E8FAC19EE /* UMNativeModulesProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = BC8D26FDAA3A3743807DE4F675673AE3 /* UMNativeModulesProxy.m */; }; - 79AE898F906C7A86938C2D2FFDB55525 /* YGEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = 972B10C3A154FDD38D8A6DFE46183C3B /* YGEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79F7D3090E3A8BF8F2EFA3DD0DCED79A /* RNCWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A06E08A9F628D65737B6BC645F009039 /* RNCWebViewManager.m */; }; + 7937E82C07AC827E3A6244D5DD2CF44B /* UMModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = FA96A56A58A74763976C063C6445660E /* UMModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 794567009289677F590846BBC3EC0ADF /* EXFilePermissionModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 084BA78C7CA0AF7CB7569351E7977ED2 /* EXFilePermissionModule.m */; }; + 798A82284A3CB48CBCD33D2A036FA58B /* RCTFrameUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = 215D95DED72145C5F30B132B78A576BA /* RCTFrameUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 799D7BAD6B61F711CD5DC85E8FAC19EE /* UMNativeModulesProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B5FC6781DCA7FEFE880BAA87EEE7DC7 /* UMNativeModulesProxy.m */; }; + 79AE898F906C7A86938C2D2FFDB55525 /* YGEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AF1BF78E45859318021615175699AFE /* YGEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 79F7D3090E3A8BF8F2EFA3DD0DCED79A /* RNCWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 30ACDD7DF5B759A3AF88A214445F6DEA /* RNCWebViewManager.m */; }; 7A773ABDF9C553C818BBEA466D3CF195 /* FIRInstanceIDTokenFetchOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = BF1732ACF5FFF2CD5BF851CAC5EECC9D /* FIRInstanceIDTokenFetchOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7AAD2D8D0F6574DC00F40C30BE28A7BD /* RCTLocalAssetImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 92FD30F76BD772A62E65C8492AADA354 /* RCTLocalAssetImageLoader.m */; }; - 7AAD85FF6DEAA7B3E28F704359B64F2A /* RCTDivisionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = A339E7BB39F879D32110D7332480B700 /* RCTDivisionAnimatedNode.m */; }; - 7AB7F19547D4A3B795D7B86C6F544B71 /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = E88611FCC90E298586AB2C1EFDFDF4D7 /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7AE193443996AA04DD37762CD29141DA /* RCTI18nManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CCEED4CCE6737C7EBF8314C377B09835 /* RCTI18nManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B28935E3953E17E3FA23F863D4E713C /* BugsnagReactNative.h in Headers */ = {isa = PBXBuildFile; fileRef = F6B26AFF04F1FEE26DC55FE531D0C411 /* BugsnagReactNative.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7AAD2D8D0F6574DC00F40C30BE28A7BD /* RCTLocalAssetImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = EF9A8D86911E57434020FC5B8122D90C /* RCTLocalAssetImageLoader.m */; }; + 7AAD85FF6DEAA7B3E28F704359B64F2A /* RCTDivisionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 08A58E5595505D8C656A43C08134E76E /* RCTDivisionAnimatedNode.m */; }; + 7AB7F19547D4A3B795D7B86C6F544B71 /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = E4937B1F6198CB6AA8A6BA1CA152C6B5 /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7AE193443996AA04DD37762CD29141DA /* RCTI18nManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EDE9F8B7DDC2D1BAA2D5BA72D12346A9 /* RCTI18nManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B28935E3953E17E3FA23F863D4E713C /* BugsnagReactNative.h in Headers */ = {isa = PBXBuildFile; fileRef = 72277FFD55B9F0056DFEF07047DD2FD6 /* BugsnagReactNative.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7B469D1BA649E2A3DEA56273C87DD9B5 /* FIRInstanceIDAPNSInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 046F3FE1986F3CAB8C4EECAE504FD06E /* FIRInstanceIDAPNSInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B8176A0EC34E5A6E599C6B07EAE5D58 /* react-native-cameraroll-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C361AA60E60452354E55267A33BD6AC /* react-native-cameraroll-dummy.m */; }; + 7B8176A0EC34E5A6E599C6B07EAE5D58 /* react-native-cameraroll-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DA0B32CA7B8BEA657044AC54FDAE31B7 /* react-native-cameraroll-dummy.m */; }; 7BBEF92E70F2EC74F3D43B7D1E1E3B5B /* FIRApp.m in Sources */ = {isa = PBXBuildFile; fileRef = F3275EEDDFC0BA335A45CCA50A050894 /* FIRApp.m */; }; - 7BDCFE0383194CE86013170AD313EA03 /* UMJavaScriptContextProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = E686FE56EF5CEC46BF66195FC2C9BFAC /* UMJavaScriptContextProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C1EC2A3D0A3E039BFEC6AE946044691 /* RCTParserUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = BA191249F4128BB2C5BBD28AEC3714F1 /* RCTParserUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7C43967C261EDC8D9DF9C4FE6F0CCF03 /* UMUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F7F6CFFBB5DA88C7B9A3E2CFBFE18C8 /* UMUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7BDCFE0383194CE86013170AD313EA03 /* UMJavaScriptContextProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = D70BB0601464E6C88787A17CD7DAE1DD /* UMJavaScriptContextProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C1EC2A3D0A3E039BFEC6AE946044691 /* RCTParserUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A56DFD58C798B2677C0F6F4782F2656 /* RCTParserUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7C43967C261EDC8D9DF9C4FE6F0CCF03 /* UMUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 145E69EEDFAE76CD58E2580B3BB6A074 /* UMUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7C87A0BA4406932C036C25C471937D6D /* GDTRegistrar.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F455304A67F7F226CABBEF3A52354DC /* GDTRegistrar.m */; }; 7CAFE1BF52F8DE2D0BEF15A33CC19C7A /* GDTTargets.h in Headers */ = {isa = PBXBuildFile; fileRef = CBD33013839FD99AEC9125C6F326F7D1 /* GDTTargets.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7CBDB0E759304C9B04F4D20194C95729 /* Yoga-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = AC61EEFF4BBF136045AB54FC22452E13 /* Yoga-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7CBDB0E759304C9B04F4D20194C95729 /* Yoga-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = E1390F1B254ED476EDB45D14438BA504 /* Yoga-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7CC52F3DE61510F717E8B0BF7FBB3FC3 /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D0BA49BECBA977EE96145FF5714A5F3 /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7CD7443BBEECE3C05041C3788C3D53BD /* RCTSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = 69897F67B1CE0D41A709DFC6B8EC563F /* RCTSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7CFEA0A6052051C538AD0B0F49158099 /* RNFirebaseInstanceId.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF45E2E311666069F1D1EA35B8F0383 /* RNFirebaseInstanceId.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7CD7443BBEECE3C05041C3788C3D53BD /* RCTSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = A593F2795FD0D96D25EF2E5F0205CBD8 /* RCTSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7CFEA0A6052051C538AD0B0F49158099 /* RNFirebaseInstanceId.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DAF9642653E02497FE3FBC8AFFE44BA /* RNFirebaseInstanceId.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7D068CD903B1F0FB3C9BEFCC029D9EC2 /* GDTUploadPackage_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 54F9A9EDD59CCE5A4815F44076F37ED6 /* GDTUploadPackage_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7D32CB346A8A737EF45F15BB54F57AFD /* rescaler_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E7BDD84650A291C7EBA3730FCCADDD3 /* rescaler_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 7D34F61EBDBCC529E50187DF3DE0B9C0 /* RCTBackedTextInputDelegateAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 09EE574DAD4B7AD8E9A5DADA2E42228D /* RCTBackedTextInputDelegateAdapter.m */; }; - 7DD578649537BE668B3C91865D187F5E /* RCTScrollViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E5D8886EC2AEF3B4428AF073B0E19EF /* RCTScrollViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7DFB9A6B11536D73819FAC0A9B8EF121 /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2857FD2ED29908954D251250C772C0F3 /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E31C38FDEE307E1E16B520131091AC9 /* RCTScrollContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 97CC1F39BD6B7A42FC80541F6BA0A436 /* RCTScrollContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7D34F61EBDBCC529E50187DF3DE0B9C0 /* RCTBackedTextInputDelegateAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = A100B95C40E49F920B2F4A30C4CC25B5 /* RCTBackedTextInputDelegateAdapter.m */; }; + 7DD578649537BE668B3C91865D187F5E /* RCTScrollViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D183A5ED022411363D6647B0025FD857 /* RCTScrollViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7DFB9A6B11536D73819FAC0A9B8EF121 /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F018339FAC701606A5962892446917A /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E31C38FDEE307E1E16B520131091AC9 /* RCTScrollContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 61ECC5373F17840C673B884BFCBF70D2 /* RCTScrollContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7E6785216D5A27AA388421B8CB226AA1 /* enc_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = AA2DDD5D0523B8F594DAD36A9AAA5E70 /* enc_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 7EC69469AE8553EF0FA6933D116F39D0 /* REABezierNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 451748833D01D28A51396492ABBE2394 /* REABezierNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7EC69469AE8553EF0FA6933D116F39D0 /* REABezierNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 31F305BE88E509B733410B65FF675D16 /* REABezierNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7EDB9BED917BCE27EE5CA97BE801B215 /* GDTLifecycle.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D890595FF12C9DBA5FCD00F8D7B716C /* GDTLifecycle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F56283D730304B0D4ED83995BEC332A /* JSIExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1850CFFC39379B889F6CC5008E75C942 /* JSIExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7F5B8AD4B5BDB6069DFFF93AE08F5A20 /* RCTBundleURLProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = ADA995225964E165EFD31F85A2E16E27 /* RCTBundleURLProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F56283D730304B0D4ED83995BEC332A /* JSIExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 59C23EC8D39BCFD1C5997FEFD598BE2D /* JSIExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7F5B8AD4B5BDB6069DFFF93AE08F5A20 /* RCTBundleURLProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = ED001B3F821A402E03929C1CE32D849D /* RCTBundleURLProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7F653669B6A69DE9841ED9138F3355A7 /* GULNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 148A15A5F1F22C46BFDC54ADCD4AB08B /* GULNetwork.m */; }; - 7F7EB20C894667526294CC1DDC90976E /* UMExportedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = A63674238D8FC2FD6C1124AF57DC4BAC /* UMExportedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F88BA2A6186CE14A4677F1250E893A4 /* RCTCxxModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46AFE37F6388C286B8391C9A0E468EA8 /* RCTCxxModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7FAA5C3803BDBCD88781D22DA9A5F090 /* RCTDevMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AEB4E96DEC40AE7082A21584B0293E2 /* RCTDevMenu.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7FE86235E6DD6F9548921779D4ECCC36 /* TurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 07EBE9D2DCD42DF4A6965813483257EB /* TurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7FFF609490B27A267918214D660FB9DE /* BSG_KSCrashSentry_Signal.h in Headers */ = {isa = PBXBuildFile; fileRef = 25D76806A95BD94C3D3A37C4CC2DAAFB /* BSG_KSCrashSentry_Signal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 803C92ABB453A18968C860278D28CF34 /* RCTBridgeMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = A01ACBA98CC707F86EAF5590BB456FBA /* RCTBridgeMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F7EB20C894667526294CC1DDC90976E /* UMExportedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 614CE8A9FEAFF983335ED7AD0D144B0F /* UMExportedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F88BA2A6186CE14A4677F1250E893A4 /* RCTCxxModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = FB8F2E3390FC98B6CAB878B0FBFC3ECC /* RCTCxxModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7FAA5C3803BDBCD88781D22DA9A5F090 /* RCTDevMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 372CD7B6E81CC5133B28E220695828C6 /* RCTDevMenu.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FE86235E6DD6F9548921779D4ECCC36 /* TurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B70D89C68E336F8B2DF9BFE9B8383DF /* TurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FFF609490B27A267918214D660FB9DE /* BSG_KSCrashSentry_Signal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B7F0C28C1AF0611CD505579BBE385FF /* BSG_KSCrashSentry_Signal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 803C92ABB453A18968C860278D28CF34 /* RCTBridgeMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 600B08AD55E15376D2EE12F43D54B183 /* RCTBridgeMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; 803FFADEF322BF208B7C37C7368C3A1B /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = FDED1EC33E807284337CE718720B8F32 /* UIImage+ForceDecode.m */; }; - 80AC448F56E4A0894BB9D80A198C040A /* BSGConnectivity.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D7EFB6D3C136BEA9E7C14E8EFE61342 /* BSGConnectivity.m */; }; + 80AC448F56E4A0894BB9D80A198C040A /* BSGConnectivity.m in Sources */ = {isa = PBXBuildFile; fileRef = D9965E3BF1C0A7A105894C90DD03681A /* BSGConnectivity.m */; }; 80C026B0E39AC1F1703DF72A313A900B /* cost_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 90152979FEB33BAAFD0724D57ED6F6DE /* cost_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 811214DDC1A8BD246F50C79F6E9DBBA9 /* READebugNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CFDE95A6869C12FF0424853345B9B08 /* READebugNode.m */; }; + 811214DDC1A8BD246F50C79F6E9DBBA9 /* READebugNode.m in Sources */ = {isa = PBXBuildFile; fileRef = D14218564771ACB742B992FEAA23FFCA /* READebugNode.m */; }; 8145C77FDDC575D33B405FF7F421A215 /* lossless_enc_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = AE0EEE989352089575A595D8BF69247A /* lossless_enc_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 8164D2DE9EA9493CD176F2BEF6966635 /* FIROptions.m in Sources */ = {isa = PBXBuildFile; fileRef = EB01C7233CEF74DFAA637F56AB8BBD38 /* FIROptions.m */; }; 817AD6EE8D4389A94BC361C34B67C504 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AD153637D0F88F7863503888BF426FF7 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 81931D53BE00E8FC4B75DDBAC7C86185 /* FIRInstanceIDCheckinPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = E228B19B85B5CCEB10625AAB1350D5FA /* FIRInstanceIDCheckinPreferences.m */; }; 81B0ACA7DCE8C57A1D20F5F0671367A1 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CBBE1967FD8645B907167A3031D4271 /* SDImageIOCoder.m */; }; - 81B79CD8BFF35C210CEA0DE3E706643F /* RCTFont.mm in Sources */ = {isa = PBXBuildFile; fileRef = CEFAE0C3CF1D99BECB230114EE412F42 /* RCTFont.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 81C9A77CF5BD40BF99B2953E95A037A0 /* BSG_KSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 3051558B07ED6E28C55C39714DEFC779 /* BSG_KSLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81CE3889FF186CCB32CA2BE60F122F65 /* RCTCustomInputController.m in Sources */ = {isa = PBXBuildFile; fileRef = F7365B28A2A1507AC15C7C3C948E0307 /* RCTCustomInputController.m */; }; + 81B79CD8BFF35C210CEA0DE3E706643F /* RCTFont.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5AD883D989C24D388D96A7BA95D7BEF8 /* RCTFont.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 81C9A77CF5BD40BF99B2953E95A037A0 /* BSG_KSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CC2B89A12AA76F94841F7E4B6905749 /* BSG_KSLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; 81D1A8068B0BE495C688E5DF7DFA63BA /* FIRInstanceIDTokenInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = F3E2C09229F44C8129BBDB4F641D8034 /* FIRInstanceIDTokenInfo.m */; }; 81FC60A335BDB739D75D24ED623A8264 /* enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 756C6DD3B919B07F11B61CEDA6898ADA /* enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 8208754E5259F6F76445FDE11F5E84F0 /* SpookyHashV2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B39F9A3CEB4B186E40589A4D931C1257 /* SpookyHashV2.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 8209D9C90CD67454D69539C35A13667A /* RCTAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = DF6D5385DA62C217BB2584B0B4FBFB6D /* RCTAnimatedNode.m */; }; - 8210666640C5B1AF7DAB2FBA2292A1D1 /* ReactNativeShareExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 15DA5644A3908F5FDC2B07D97A66CB74 /* ReactNativeShareExtension.m */; }; - 821ABF75DF759E8CB4B34AE575C39D2D /* EXSystemBrightnessRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = A9BF2015C38AF72591EF97C81BD68934 /* EXSystemBrightnessRequester.m */; }; + 8209D9C90CD67454D69539C35A13667A /* RCTAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = A2C90A017A7890D69580CFFC83AB5043 /* RCTAnimatedNode.m */; }; + 8210666640C5B1AF7DAB2FBA2292A1D1 /* ReactNativeShareExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 65FC566F642C951C6C0691D638373AF7 /* ReactNativeShareExtension.m */; }; + 821ABF75DF759E8CB4B34AE575C39D2D /* EXSystemBrightnessRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A1DA4297FDF332822FDEA6075FD06F0 /* EXSystemBrightnessRequester.m */; }; 82444EF06A2067FB8B0AB470BA5E6F02 /* QBVideoIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = CD729C838803A5760395185A8DD7AABD /* QBVideoIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 824F04AB3E4D8A8DF4B28E8A3F4E6A28 /* RCTLayoutAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BEDCB5D17E18FAF51FB493BBD35A3C0 /* RCTLayoutAnimationGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8281C89E4A30505E37E1331748D62073 /* REANodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DF65D00D2E3926F0F65448B95953E2E8 /* REANodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 829DD372488FC133D2BFEC4D238098D3 /* RNFirebaseStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E450C88F4ACC0F32210ECDC76D87ED1 /* RNFirebaseStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82B62F8035E6080C72B9E40F6CAD3DC8 /* RCTRootContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B5CC34B97248513D9C582B86D266F4F /* RCTRootContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 82BA825CBA44E0261A4B02BB37342B26 /* RCTAutoInsetsProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = AF4E50930C881D54C475F4E9E2708438 /* RCTAutoInsetsProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82BE17CA11C38578EE02F5D438CA1EFB /* EXFileSystemAssetLibraryHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 50B424FCDE1357C73BE0A177F2AEA2BC /* EXFileSystemAssetLibraryHandler.m */; }; - 82CE7BC7B2F924C47EE8EAE39BFF7661 /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D597118AAA3AA0D63E0264FFEA27E9F /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82D5E70C909B1BAAFED667876F1FE586 /* RCTNullability.h in Headers */ = {isa = PBXBuildFile; fileRef = C97AD60F608DA260967F6C6D51228FA3 /* RCTNullability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 824F04AB3E4D8A8DF4B28E8A3F4E6A28 /* RCTLayoutAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 97C96F3022E6ABB729CB57D1FAB24559 /* RCTLayoutAnimationGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8281C89E4A30505E37E1331748D62073 /* REANodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C482E985D026AAF2698642ED5EA8B7C3 /* REANodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 829DD372488FC133D2BFEC4D238098D3 /* RNFirebaseStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 52AFD334AA8214D02FB38BDC3486ADFA /* RNFirebaseStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82B62F8035E6080C72B9E40F6CAD3DC8 /* RCTRootContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = FF0A62676379A985EC2BDB744252E867 /* RCTRootContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 82BA825CBA44E0261A4B02BB37342B26 /* RCTAutoInsetsProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CDD82ECCCB76B28EA6E09B50C8427EA /* RCTAutoInsetsProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82BE17CA11C38578EE02F5D438CA1EFB /* EXFileSystemAssetLibraryHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = DF98C1B0996480CE6D5C705FA9140039 /* EXFileSystemAssetLibraryHandler.m */; }; + 82CE7BC7B2F924C47EE8EAE39BFF7661 /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 42DAF20F1D0A7DD8B8D3D5C4FF4C87E9 /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82D5E70C909B1BAAFED667876F1FE586 /* RCTNullability.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DB821A91F029F52EB28EF6A6E242F37 /* RCTNullability.h */; settings = {ATTRIBUTES = (Project, ); }; }; 82FAD75153594152D13166FA9C918B07 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E155CC65CC191C04D68A04AADD4EF5A /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 83408F01EBA71440E6C97BDAC6DFD142 /* GDTUploadPackage.m in Sources */ = {isa = PBXBuildFile; fileRef = CDD7DB831011E5990CA191C046B34CBF /* GDTUploadPackage.m */; }; - 834FB89D7DB61483288C20507F8369EC /* BSG_KSSignalInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = CD3B9F7721281DC9A75D09D264F25360 /* BSG_KSSignalInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 834FB89D7DB61483288C20507F8369EC /* BSG_KSSignalInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = DCE953D28A23E5D2CC1FD413F6AAC121 /* BSG_KSSignalInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8355F5AC1AF62C88E8E0CC029ED7862C /* color_cache_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 186D0657010FE8E3BEADBA1E74FF07C2 /* color_cache_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 836F27D41A90EDA63F478FC8EC9B6B2B /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = BC3CA05BDD3A8EE50282E2430A68C27E /* SDmetamacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 838538291E1FB1EEBAAF1AB24E0F62D8 /* SharedProxyCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = DF27017AAE3E8185C335CC76EB83C16C /* SharedProxyCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 838CC0185F3DD5230F96B08E6ABA7014 /* RCTImageEditingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 882E15C3C47E299053A64CAC0A68372B /* RCTImageEditingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 838538291E1FB1EEBAAF1AB24E0F62D8 /* SharedProxyCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F99C0235FD16740EEC6ACD1AF12C181 /* SharedProxyCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 838CC0185F3DD5230F96B08E6ABA7014 /* RCTImageEditingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F1CB3919722155EB19FD7E9DC2B3B824 /* RCTImageEditingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 83943BFAC59E2196EC1FF4D2E942776B /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EF619BC2828EDB1BF708DA758672C714 /* String.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 83E61F2DC9A2A7B3C3BDC4B7BD146D98 /* RCTBundleURLProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 133155EAE646F5287D3A95970889BA11 /* RCTBundleURLProvider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 84A553EC280593F64BE95B0978CB4AD8 /* RCTAsyncLocalStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 17815C864571987A0F2F6E43990868B4 /* RCTAsyncLocalStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 83E61F2DC9A2A7B3C3BDC4B7BD146D98 /* RCTBundleURLProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D451749C0ABA7FD5248CB5ABF17E62C /* RCTBundleURLProvider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 84A553EC280593F64BE95B0978CB4AD8 /* RCTAsyncLocalStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 651E0BB25CB2A2E83A4B91698304F8BD /* RCTAsyncLocalStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; 84A56F291D661D21781412F8874C80F5 /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 7777D1206CF772174961C6A8960477F4 /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84A5949021E42ADE6DA26A4E789E1A92 /* TurboModuleUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6DAD9C5614BB881D7C20EB48748B359 /* TurboModuleUtils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 84B1D5DC6C672026999BB7199AFDB7D4 /* REATransitionAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B8DE89B4C8E0A59F30BD89DC6F21CD9 /* REATransitionAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84C406170B2DBB5D07916C0193135586 /* React-jsiexecutor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B3325F6C4A1A04B8F1C8AB907EEC24E /* React-jsiexecutor-dummy.m */; }; - 84E7F77F0C30475ECEB2449E4B161FA8 /* BSG_KSCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D8CB53507FD2CF7B347980078D0B708 /* BSG_KSCrash.m */; }; - 84F1BBA3EBA06ED9A2C1D66F97096B5F /* BSG_KSMach_Arm.c in Sources */ = {isa = PBXBuildFile; fileRef = C536BD57718575B78DB62CABC81A1277 /* BSG_KSMach_Arm.c */; }; - 8503458483F715D8BAB55F6F6A9D05D2 /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = FCA7CD5401BCF2E898218597DDE17297 /* log.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85233251D8E6162F3BC0BBE816ACA76D /* EXCameraPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 247A5EA03A4847E3A7AC163CE046CB04 /* EXCameraPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8528C33E5F8EF3D65FBA1C32A723CD15 /* RCTPickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5503724E3438B0679C3F7E4CB8DBFBEA /* RCTPickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 852A8ED13AE3501F4B2C7DC7F2136F1F /* React-RCTText-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A41746DE0A98E4B82C4C89A3397C9DC /* React-RCTText-dummy.m */; }; - 85455233A524A6D36F12FB9D3A3E6129 /* RNFirebaseDatabase.m in Sources */ = {isa = PBXBuildFile; fileRef = 375FA80AE5E32155B7FDD0548CFC3EFA /* RNFirebaseDatabase.m */; }; + 84A5949021E42ADE6DA26A4E789E1A92 /* TurboModuleUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8ECBA7565BAA4E836FFC00ECF0CA6C33 /* TurboModuleUtils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 84B1D5DC6C672026999BB7199AFDB7D4 /* REATransitionAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = BF32EEFD878497326C2A76860E6C753D /* REATransitionAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 84C406170B2DBB5D07916C0193135586 /* React-jsiexecutor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D7DF1E2B79F1A78B53A11BB59D99E63E /* React-jsiexecutor-dummy.m */; }; + 84E7F77F0C30475ECEB2449E4B161FA8 /* BSG_KSCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C19B21CADA200A8C334B4482955DCA3 /* BSG_KSCrash.m */; }; + 84F1BBA3EBA06ED9A2C1D66F97096B5F /* BSG_KSMach_Arm.c in Sources */ = {isa = PBXBuildFile; fileRef = 8048BF881A812A9AD3CA1B5365E7B063 /* BSG_KSMach_Arm.c */; }; + 8503458483F715D8BAB55F6F6A9D05D2 /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = DC4D4469B21C94DD2DF56F41CF784C28 /* log.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85233251D8E6162F3BC0BBE816ACA76D /* EXCameraPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = FAD5D0C2F6F4E78E42B09A7654F2150B /* EXCameraPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8528C33E5F8EF3D65FBA1C32A723CD15 /* RCTPickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E78E2ABBAF3FAB4493B95B39B5D762E /* RCTPickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 852A8ED13AE3501F4B2C7DC7F2136F1F /* React-RCTText-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D436F31DE7391A6130777FA30E9A7DBF /* React-RCTText-dummy.m */; }; + 85455233A524A6D36F12FB9D3A3E6129 /* RNFirebaseDatabase.m in Sources */ = {isa = PBXBuildFile; fileRef = 280CF5E8FD2AEEA5FDF24CCAD12ABAFC /* RNFirebaseDatabase.m */; }; 8547302CC4693C69F676D0FAF738DF38 /* cost_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = E8105BADBEB62C59C340CF71E2544D9B /* cost_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85638C2F8D35FF711544888B12B5E6D2 /* REABlockNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 35A2E3904649AFBB24EAD823EDFFF947 /* REABlockNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 856CE7992389E734209C1F57A30ECF95 /* RCTMultilineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = AD325F453B46A7923257F9A6D95F78A5 /* RCTMultilineTextInputView.m */; }; - 8578BAA29528CC82DAB4676CFD9E8EE2 /* RCTComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EB1C6BBBCFC667C647FDECEC591BA2C /* RCTComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8580667BEB1A20D2D2CA8B3E6C957324 /* BSG_KSCrashType.c in Sources */ = {isa = PBXBuildFile; fileRef = 05B2A89D59FB73FB8BB0713988F4939C /* BSG_KSCrashType.c */; }; - 85D7A7E1BABE0615BCBD1D86BA242DFD /* RCTErrorInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EC40F160B7A2931915500E5AE27872D /* RCTErrorInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85EFF53BC2FAF2E9722CA6796A5C33D4 /* ARTSurfaceViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C72A3D5F6D88608C76DFDFFABB74EF8 /* ARTSurfaceViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8624B3ACF76FA5C228BCE097FEC2BC8C /* RCTModalManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 79DAA100D0372D6D695BD1BEE90566CB /* RCTModalManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 868C9EF47A976D5341C869EF6E4036FE /* BSG_KSCrashC.h in Headers */ = {isa = PBXBuildFile; fileRef = 32AE94794BB5B1659A6C44CC5F115E76 /* BSG_KSCrashC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8693629097C6317357D73FBBC11B68DB /* EXUserNotificationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = F78CD7C2F3E2E0B3206A404242C93775 /* EXUserNotificationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 869D6314267C36E72B3921B72B2CD745 /* UMReactLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 16F8FA0FC12A3715FA4378F662947DC2 /* UMReactLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 86BE3168916AEF95FCF9CE5C987EB83B /* BugsnagCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = EC5A83566FFD0C1E52531603AA5E52CC /* BugsnagCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85638C2F8D35FF711544888B12B5E6D2 /* REABlockNode.h in Headers */ = {isa = PBXBuildFile; fileRef = BC7B0AC01E4C56F42F277CD7A7FF5BA7 /* REABlockNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 856CE7992389E734209C1F57A30ECF95 /* RCTMultilineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = BB17D0FA68590C768131CDD648E3B28F /* RCTMultilineTextInputView.m */; }; + 8578BAA29528CC82DAB4676CFD9E8EE2 /* RCTComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = C29FF169C56C1D34832AD147FA53C466 /* RCTComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8580667BEB1A20D2D2CA8B3E6C957324 /* BSG_KSCrashType.c in Sources */ = {isa = PBXBuildFile; fileRef = 9A16AF3236906B4F2140C62728D33102 /* BSG_KSCrashType.c */; }; + 85D7A7E1BABE0615BCBD1D86BA242DFD /* RCTErrorInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = E5DFFA0EBDFC633CE7A2C7B736BC479D /* RCTErrorInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85EFF53BC2FAF2E9722CA6796A5C33D4 /* ARTSurfaceViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 34298A5F931DD4347C202F103F374431 /* ARTSurfaceViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8624B3ACF76FA5C228BCE097FEC2BC8C /* RCTModalManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5880FA2C252F6F2A368456FD88CFB484 /* RCTModalManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 868C9EF47A976D5341C869EF6E4036FE /* BSG_KSCrashC.h in Headers */ = {isa = PBXBuildFile; fileRef = EF827E5BE305584E155D5F6427A03DD4 /* BSG_KSCrashC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8693629097C6317357D73FBBC11B68DB /* EXUserNotificationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 62C24DAF52AC0AB39CE079D6FD5AE8AD /* EXUserNotificationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 869D6314267C36E72B3921B72B2CD745 /* UMReactLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = CDA954971585B6CFE05891C634FF3001 /* UMReactLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 86BE3168916AEF95FCF9CE5C987EB83B /* BugsnagCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 70CA824EA0517C7A486AF5913D7A2427 /* BugsnagCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; 870D351F38C54A674C7A868C729379A1 /* QBCheckmarkView.m in Sources */ = {isa = PBXBuildFile; fileRef = 93E69BCC3267990FBB5D99BB96D6BFAC /* QBCheckmarkView.m */; }; 874A19430FD98697B7C5E8E8AB50513A /* GULAppEnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = ED604AB876EB29F716214E9151C8CE21 /* GULAppEnvironmentUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 87768AD792BACA0E657CEA3829636F66 /* RNFirebaseFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = B294544F6F1732E2AB99624E8E1A02C4 /* RNFirebaseFunctions.m */; }; - 8798A8DBCF62D49ED95C6D34C83B126A /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 25911C20351B3EFCDBD5A6B009CF4574 /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 87768AD792BACA0E657CEA3829636F66 /* RNFirebaseFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = 683333B34E6AC274A88A6DCB48C2B699 /* RNFirebaseFunctions.m */; }; + 8798A8DBCF62D49ED95C6D34C83B126A /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D37439C0115B06DC3CDE761AC6F99344 /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8799A7E7AF7D5000F6488DC84D14E692 /* rescaler_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 83647078B615B2197FFAB849A9CD8510 /* rescaler_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 87BFC3AD290F6A964063BEC334D53262 /* RNNotificationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = C8035F5067C028D95B24C6EE0D688FE3 /* RNNotificationsStore.m */; }; - 87CB66C902F11F7A98F8495131A29A63 /* RNSScreenStackHeaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D324E3D8C10F168C798634233A3E714 /* RNSScreenStackHeaderConfig.m */; }; - 87D1C8D0E94309AE54E7909240E8B83A /* FFFastImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CF99CEF282BCCCA7045904509F3CAE81 /* FFFastImageViewManager.m */; }; - 87E4061EC6086456381F928D935EE7B6 /* RCTUIUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AEFD94BD06B3B9C73DD29579ADE16D3 /* RCTUIUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 87FD74168A6EB497B23A90B90518A5CF /* EXPermissions.m in Sources */ = {isa = PBXBuildFile; fileRef = E1AA147282D13B9A62FB98A4D23C0F97 /* EXPermissions.m */; }; - 886ACD34E706C9B3CAA14BA718B15F71 /* RCTImageStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FC35E952ED4A537722292F258BB37F68 /* RCTImageStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 886B4ABA16F159910D856C8690852078 /* REANode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2944F8FD8DD98A3F6DAC616A45EFFB44 /* REANode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 87BFC3AD290F6A964063BEC334D53262 /* RNNotificationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DF2A71AB798BB1E1FDF31DB85511593 /* RNNotificationsStore.m */; }; + 87CB66C902F11F7A98F8495131A29A63 /* RNSScreenStackHeaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D31067950B607AE722611658DACC069 /* RNSScreenStackHeaderConfig.m */; }; + 87D1C8D0E94309AE54E7909240E8B83A /* FFFastImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A4A4049922676E70F3C6EA2CC53E8DEA /* FFFastImageViewManager.m */; }; + 87E4061EC6086456381F928D935EE7B6 /* RCTUIUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BBE4A685580DF057CABE0D4123A574D /* RCTUIUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 87FD74168A6EB497B23A90B90518A5CF /* EXPermissions.m in Sources */ = {isa = PBXBuildFile; fileRef = 100B9C3D49985B2BF9C06DEA0C0D8A49 /* EXPermissions.m */; }; + 886ACD34E706C9B3CAA14BA718B15F71 /* RCTImageStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 03D727AAECD7A3B1DC7573E413CE1EFC /* RCTImageStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 886B4ABA16F159910D856C8690852078 /* REANode.h in Headers */ = {isa = PBXBuildFile; fileRef = 26816997331A7ABFB1C7706DEE6CB26C /* REANode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 887878B7F152531BC505CBCDD925D20F /* FIRInstanceIDTokenOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CA4E722A5CD358D1D5FF57C4B0781A2 /* FIRInstanceIDTokenOperation.m */; }; - 888F4BB161122EEB45F0144A3B099A55 /* RCTSurfaceView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E1DF27207F1A5C2C963E7713C734555 /* RCTSurfaceView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 88902F9738770E60153CDC8566F6D068 /* EXAudioSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DDE9624A5F6DFBCD3AC7DBD6A9CC78B /* EXAudioSessionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 888F4BB161122EEB45F0144A3B099A55 /* RCTSurfaceView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEA620C9EA0662CA8188B8A019981BC /* RCTSurfaceView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88902F9738770E60153CDC8566F6D068 /* EXAudioSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B6238F0A680653B583FB82070413253 /* EXAudioSessionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 88A7546CD0CC5EF28061417BEF92362D /* filter_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DEA694E7E5C1A607469B2F201FDF6734 /* filter_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 88FFE10394F13353806F5AC527ABD0EB /* RCTPlatform.mm in Sources */ = {isa = PBXBuildFile; fileRef = 793A542DDEF956C411C64BDB67CA815C /* RCTPlatform.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 890192B34648332B6C6C09A75D978B0B /* UMViewManagerAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = DACA43103E6BB038DB59FE3C1706956F /* UMViewManagerAdapter.m */; }; + 88FFE10394F13353806F5AC527ABD0EB /* RCTPlatform.mm in Sources */ = {isa = PBXBuildFile; fileRef = C440B94C4B8120B6E9EFECD591FF0456 /* RCTPlatform.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 890192B34648332B6C6C09A75D978B0B /* UMViewManagerAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0885F5DB98DD1BC11EE566D4EAC121E3 /* UMViewManagerAdapter.m */; }; 8901A121AE37ABD75B36592B85401172 /* UIImage+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = BA98DEBB67BD0B51A97B0283ED49ACAC /* UIImage+RSKImageCropper.m */; }; 891E992D9EB633B92E3DF27F9B310C23 /* common_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 03FA6CF611A8F42EDAB70BE1C5C02805 /* common_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 89305BD8FA22B9F773F80ED9B63F9DEF /* RCTDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = C490D848F8DFB508E94CD6FE5DCE7754 /* RCTDisplayLink.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 893655588E502C049519BB8E65C6C606 /* BugsnagConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C70C81EAA793BF9FB2740627D363F8F /* BugsnagConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89305BD8FA22B9F773F80ED9B63F9DEF /* RCTDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AE3E5AF76AAC7CD8BCC381E668D5E61 /* RCTDisplayLink.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 893655588E502C049519BB8E65C6C606 /* BugsnagConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 58BB6F912D38455B502F2A97120E6C7E /* BugsnagConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; 893A87DB2A3762C63B0FAC772BB3EDC1 /* FIRInstanceIDCheckinPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = D63E03F1ABC7D78DD3F272FAAC453778 /* FIRInstanceIDCheckinPreferences.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 894F864B3D616AD9CA528A84CEAEF67E /* BSG_KSString.h in Headers */ = {isa = PBXBuildFile; fileRef = 66C5E1BD69600847A1B33F947722ECF9 /* BSG_KSString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 894F864B3D616AD9CA528A84CEAEF67E /* BSG_KSString.h in Headers */ = {isa = PBXBuildFile; fileRef = C3225596996B1B95A5A4E87F810EA2EE /* BSG_KSString.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8977464D4BB4700C5D299790C4821FDE /* RSKInternalUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B4FF18BE38D2B2AD9966B86C10BA36A /* RSKInternalUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8992866FD890EAB7CCDC06AF809602BD /* FIRInstanceIDCheckinPreferences_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A46BDA79D3DFF1C3023FB47BFA86099 /* FIRInstanceIDCheckinPreferences_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; 89C3A612CD4ADB81C44209858A136F74 /* cost_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C03448830E3450C0DF8E7F6615C3356 /* cost_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 89DEAA3F2A400C8232EC97727C7D826C /* BugsnagCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = A2BACCA9758EE9824DE4BF78A8D197C6 /* BugsnagCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89DEAA3F2A400C8232EC97727C7D826C /* BugsnagCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 09B534B21AB7B060F4CB88A9145D964C /* BugsnagCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8A1373FBD88F35501478391992C5376C /* huffman_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 85EC2C5BB6DECEAE4642CA0FAFD0F187 /* huffman_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 8A3B0328CB5DF41A39BCCB3899B34CEC /* RCTConvert+REATransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BAC6664866FB387533C5CDFDDB9F619 /* RCTConvert+REATransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A8CC5BB726A951810D3CB4E255AFBB2 /* RNPanHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E77976B72B9AB6E7BA93B640FE4F43F /* RNPanHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8AA78E079D60E962A4BC282E265CCC88 /* ModuleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3A54A0A46C79160C041E5BC8B5148561 /* ModuleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8A3B0328CB5DF41A39BCCB3899B34CEC /* RCTConvert+REATransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 149EFF00344904119B2E1D3E166527D6 /* RCTConvert+REATransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8A8CC5BB726A951810D3CB4E255AFBB2 /* RNPanHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E0EC63AF0AADA1D0AE78FB4CE133633 /* RNPanHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8AA78E079D60E962A4BC282E265CCC88 /* ModuleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 703658281A74981DC31339718A39AD49 /* ModuleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 8AB9E32DAF6BDF9585F5205FA0736F63 /* tree_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 4359E71E53C53B1E541D3AA5CC168B90 /* tree_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 8AEC824A51C85F20D2DF15E8BEB7DA26 /* RCTImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = D63FA28AF80536ADEEC30404BB221297 /* RCTImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B31804AAB0BCE87C153A3A661DDF9AB /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = E81242441E9F22364F9B01F7005A8B54 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B4A5EFA46C771631880F96C6D857763 /* EXDownloadDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C6376ACF4055834AD76BC0924194FC51 /* EXDownloadDelegate.m */; }; - 8BB9AE1787FD9D7C8F5388013BBCD2DD /* EXConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DA1A8CE0E5F92EC09329DAFFB686E7D /* EXConstants.m */; }; - 8BDC780EFAEC1B9826D9B25A85BE47E2 /* RNCAppearanceProviderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D5667383EEAC7C0FBC98210A1743F3B /* RNCAppearanceProviderManager.m */; }; - 8BF75A8218C11BF3B0E8D88424BC5F47 /* RCTProfileTrampoline-x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = CFC75F75889338CAF49CA530BB3F311E /* RCTProfileTrampoline-x86_64.S */; }; + 8AEC824A51C85F20D2DF15E8BEB7DA26 /* RCTImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = EACEC540385227203D4D6C8839B43941 /* RCTImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B31804AAB0BCE87C153A3A661DDF9AB /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = E940B5684FFB75BB4E0F7C1C0F977AE9 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B4A5EFA46C771631880F96C6D857763 /* EXDownloadDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B25EDEF96B33928947D22FD3C43ABC9 /* EXDownloadDelegate.m */; }; + 8BB9AE1787FD9D7C8F5388013BBCD2DD /* EXConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = B4129F213C0A47C50637C40270C3EEC6 /* EXConstants.m */; }; + 8BDC780EFAEC1B9826D9B25A85BE47E2 /* RNCAppearanceProviderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F2C3E9B5CA17838E19D9BDAB92216AA0 /* RNCAppearanceProviderManager.m */; }; + 8BF75A8218C11BF3B0E8D88424BC5F47 /* RCTProfileTrampoline-x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 5FA723E5DD551621013330060206D0C0 /* RCTProfileTrampoline-x86_64.S */; }; 8C0A640F7F5FA4D7E162DE9284F16BAA /* vp8i_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = C7E71655EB93E4FC9928F6CADE45CD79 /* vp8i_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8C0C8D915DA3564FD6B5B7B18703D8C2 /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = B311C84FFD89B80808E19467037D6308 /* fixed-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 8C2F0ADB9BED6CDF94AD4FDE98640AE3 /* REACondNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 562303B6C187D0491F4458296B758CBC /* REACondNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C3EE4A40254A277C0F5663A900F4257 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = B316B81E4609D922262AAAB60412C3D1 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C7498211CB965AC43930070C50E5510 /* BSG_KSSystemInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 477A5D0B7C294048C9688BF7F1498FCA /* BSG_KSSystemInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C2F0ADB9BED6CDF94AD4FDE98640AE3 /* REACondNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8946A071178C25528EEBE03CDB437FF7 /* REACondNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C3EE4A40254A277C0F5663A900F4257 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = EFA366A50FF1344465AD1D8DB906D601 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C7498211CB965AC43930070C50E5510 /* BSG_KSSystemInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 16F66B4A890D41455A4C7CB754BFFF2E /* BSG_KSSystemInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8C947E3F75C661809C8E3BDBBDAB7593 /* FIRAnalyticsConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C3F084BC58B9C5F2BA562EDFD9FAD42 /* FIRAnalyticsConfiguration.m */; }; - 8C97D51F2831AC4CE3018CB7626639AC /* JSIDynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 199C65D9889D75B86AFAE1555C45BC08 /* JSIDynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CA475791C767C5F20E739483E327D34 /* BugsnagKSCrashSysInfoParser.m in Sources */ = {isa = PBXBuildFile; fileRef = C62963DF0BC0564FEBF70A3FED8230FD /* BugsnagKSCrashSysInfoParser.m */; }; + 8C97D51F2831AC4CE3018CB7626639AC /* JSIDynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = BCA011A7740C57FD503381B6B46B4BF4 /* JSIDynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8CA475791C767C5F20E739483E327D34 /* BugsnagKSCrashSysInfoParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C4A50E254D45C3BE470D3DD33B59890 /* BugsnagKSCrashSysInfoParser.m */; }; 8CA624564BD56CDA821A6C12FB87DF65 /* filters_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 3E9AA3A0EB6EF9F2CAFE19AA503FEFBD /* filters_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 8CD195F8D4797EA381A36F563A0E5F0D /* RNFirebaseAdMobRewardedVideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 7395B5C5E4D425DC7DB88ACCFDB5A03A /* RNFirebaseAdMobRewardedVideo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CD8228C936FD255CD294290118A29B6 /* EXAVPlayerData.h in Headers */ = {isa = PBXBuildFile; fileRef = 287DB838541FFB8DFDDA05910E775D9E /* EXAVPlayerData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CF4FC48814A64166E0636CF7EFFBD83 /* RCTUIImageViewAnimated.h in Headers */ = {isa = PBXBuildFile; fileRef = C9ECD84BF7ECC17E8A196720EF82C5CB /* RCTUIImageViewAnimated.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8D24E27DD6BAFE194B066A1C0848899B /* React-RCTActionSheet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BE8C08641A20E76AF3548379EDC8CE4 /* React-RCTActionSheet-dummy.m */; }; - 8D3621426BFE501E721FF44E94DBA253 /* RCTDatePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4835F854BEA7430B1001BABA909F51A0 /* RCTDatePickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 8DAA4220694B02480367F67459059F3A /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B7526C820683A597B5F0C52AD0E9AB4 /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8DCDE6DD377E7D735ECC89252CA639FA /* REAClockNodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E0142FE240F50CFE6EF1663C5229B8A /* REAClockNodes.m */; }; + 8CD195F8D4797EA381A36F563A0E5F0D /* RNFirebaseAdMobRewardedVideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E43FCF6C6A2394803163BC0789288D0 /* RNFirebaseAdMobRewardedVideo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8CD8228C936FD255CD294290118A29B6 /* EXAVPlayerData.h in Headers */ = {isa = PBXBuildFile; fileRef = 218900E2A9108A356BCE06C3AD448490 /* EXAVPlayerData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8CF4FC48814A64166E0636CF7EFFBD83 /* RCTUIImageViewAnimated.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF90802AB40E24530A9533863C629C1 /* RCTUIImageViewAnimated.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8D24E27DD6BAFE194B066A1C0848899B /* React-RCTActionSheet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E058BB12A701830A62C845BEEBD7FA8 /* React-RCTActionSheet-dummy.m */; }; + 8D3621426BFE501E721FF44E94DBA253 /* RCTDatePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A567A567EB7A40DD0FA1D2B0A654CBC4 /* RCTDatePickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8DAA4220694B02480367F67459059F3A /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = FAE828BB63BC757BA99A64AFABCD9591 /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8DCDE6DD377E7D735ECC89252CA639FA /* REAClockNodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EA2ED6C37AF8A75F4BDECB6FF8622C8 /* REAClockNodes.m */; }; 8DEF96274F9BA17DDE42AC2EAE1EC1AE /* UIImage+WebP.m in Sources */ = {isa = PBXBuildFile; fileRef = 73E2135C8D025A56637F6E9D4ECEA339 /* UIImage+WebP.m */; }; 8E035517C8AC7D884CBA5819743A15A3 /* endian_inl_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 6246DA46F72F7B988BD18ACE234586EA /* endian_inl_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E0D9EFF36B98DCD095C2DB8123B6CC2 /* RNCommandsHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 374D14998EABADA514170B2D08C33562 /* RNCommandsHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E454B8C83F5A7240B00066734BF3DFD /* BugsnagApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = B84D286DA657CD4D4B191BC3B948AF25 /* BugsnagApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E773D494A272503191518A6FC9BCB01 /* REATransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 9974891C36F24ED4765E0B1AB9DD4F55 /* REATransition.m */; }; - 8E842C89450F1F42FD0A472547D2DB91 /* RNDateTimePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = EA35C9BA0A713AA410C2F0D77F97197C /* RNDateTimePicker.m */; }; + 8E0D9EFF36B98DCD095C2DB8123B6CC2 /* RNCommandsHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 51AB0C0E0F4C4A44C6A4DD6AE553DB32 /* RNCommandsHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E454B8C83F5A7240B00066734BF3DFD /* BugsnagApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 47699BB5067B1F7390913E46DC03E16A /* BugsnagApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E773D494A272503191518A6FC9BCB01 /* REATransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 9043F3995743F24CF7A6F92D5E2B95DD /* REATransition.m */; }; + 8E842C89450F1F42FD0A472547D2DB91 /* RNDateTimePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D24786AB087F1A94DC87E1E9CE1CF66 /* RNDateTimePicker.m */; }; 8EADE023E455AEC580E9BBF11138B13D /* glog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 84DEA6A2926AC579012A614F51820936 /* glog-dummy.m */; }; 8ECAAD611878CFA4CA1E91A5ACC7FC41 /* dec_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 29D866507B6D31ED844E9A73B3118772 /* dec_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 8F026D24EEBFE343FDBAC023E9D56938 /* quant_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = A2CBD005D5C1D35631BB6B310196EB85 /* quant_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 8F040C2B11F6646DD48ACF0D9F806AC5 /* react-native-keyboard-input-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8881B621F12A407767CC2F6FDCC171F9 /* react-native-keyboard-input-dummy.m */; }; - 8F1DE929839BE811A4D2898796A205FA /* RCTGIFImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EA0BEB0FED817F41CA1741A42E176FC /* RCTGIFImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F2805AAE44444D081FFAD2274DE2242 /* RCTSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = CC78F64D3E00349B2ED22DBCBDEA320B /* RCTSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F309961888112B2C0D486333FA4C7FA /* RNCWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F6EB774F8AC2C0CA3AE69CF2AC4A0159 /* RNCWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F1DE929839BE811A4D2898796A205FA /* RCTGIFImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CB1E3F14C199DDDABE7F182112A5865 /* RCTGIFImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F2805AAE44444D081FFAD2274DE2242 /* RCTSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = DFC21712ABC4DE12D996AFC506946DEB /* RCTSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F309961888112B2C0D486333FA4C7FA /* RNCWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DC32639D4546DF1E0A4AB17B96A63D3C /* RNCWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8F67D72452129D5639844135A9C40BAD /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8E0D9FED283BAC85D389D557D525869D /* logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 8F7658D209B9A78E163D3E9613B81255 /* EXReactNativeUserNotificationCenterProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A635FB4D4337285928E1B8E0256C596 /* EXReactNativeUserNotificationCenterProxy.m */; }; - 8FC5A3F42ADAA6A821A5C9674CEEB661 /* RCTBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = BE0103F3DA1BF440C6C9AB5CE797E13A /* RCTBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F7658D209B9A78E163D3E9613B81255 /* EXReactNativeUserNotificationCenterProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 978F9DF7BAE8EB1062611FE4277D9B0C /* EXReactNativeUserNotificationCenterProxy.m */; }; + 8FC5A3F42ADAA6A821A5C9674CEEB661 /* RCTBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DF93D67024EFC167357D4945D8FBE0B /* RCTBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8FE94733E89900C932AD73103E1ACFE1 /* GDTClock.h in Headers */ = {isa = PBXBuildFile; fileRef = D4D016794F3744BC5E7046F6A587CAEA /* GDTClock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9004D4CB6A142DF3AF78B638898B3088 /* RNCWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CD392D0C4BC960917D4C2C53314C3B5 /* RNCWebView.m */; }; - 903E5806AB43CC9ECAD1243D2FC12279 /* UMUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F973FD63C7F1B72112F3D18E7D73ABB /* UMUtilities.m */; }; - 905873241B5AF3ED7969719250E32487 /* RNGestureHandlerButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E5DB6C4A6AB67A7659D6F8FE926080C /* RNGestureHandlerButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9004D4CB6A142DF3AF78B638898B3088 /* RNCWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = B558404E9BEEF2759BFE60842A3DCB12 /* RNCWebView.m */; }; + 903E5806AB43CC9ECAD1243D2FC12279 /* UMUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 62418A1A67D159109F5BA847E564C8FC /* UMUtilities.m */; }; + 905873241B5AF3ED7969719250E32487 /* RNGestureHandlerButton.h in Headers */ = {isa = PBXBuildFile; fileRef = C11E4F9CF37386947B16DBD3ECB36762 /* RNGestureHandlerButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9065DD549003066B9A069F40D2485CEC /* lossless_enc_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 2F914408E2683348E30A3AD1A6A6A892 /* lossless_enc_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 9096C4C0065EF00C6C31D3B59172092C /* GoogleDataTransportCCTSupport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDE0D11DD6F3416807CF8C7D0C38947 /* GoogleDataTransportCCTSupport-dummy.m */; }; - 90971B47C3418E340CF56D3D9E529587 /* RNFirebaseLinks.h in Headers */ = {isa = PBXBuildFile; fileRef = 885AD8A471224C419BD2F62DE884E74E /* RNFirebaseLinks.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 90971B47C3418E340CF56D3D9E529587 /* RNFirebaseLinks.h in Headers */ = {isa = PBXBuildFile; fileRef = 31A052B3F4E860BC4D0F45D81EDEEA7F /* RNFirebaseLinks.h */; settings = {ATTRIBUTES = (Project, ); }; }; 90B80FD2A60F9E1D7768435E7B3FCEE4 /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = CFA779673BE0BE8DEBBDDDBEDB1F3213 /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 90CCBE59123D4345E7003437EFD73548 /* RCTModuleMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = FBCA47BDDC923B7EFAA1A48587713D07 /* RCTModuleMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 90CE9D3E90CFF70CAC64D3FFA105AECF /* RNReanimated-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E86413D607A01813B804BA192024B029 /* RNReanimated-dummy.m */; }; - 90DF82F5A6FF02BA881F75FC3505DDC3 /* MethodCall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5EB359D7BD524A919EA6F9A4D4B01214 /* MethodCall.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 90CCBE59123D4345E7003437EFD73548 /* RCTModuleMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 95E5101F1C5E1908D943CB3281BE33AF /* RCTModuleMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 90CE9D3E90CFF70CAC64D3FFA105AECF /* RNReanimated-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EF3887C3716B950B1A8AA9CBDAD1C42 /* RNReanimated-dummy.m */; }; + 90DF82F5A6FF02BA881F75FC3505DDC3 /* MethodCall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3CECE112CF32DC20DD624BE710AE8BD6 /* MethodCall.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 90F1C6C9EDDF2AE141098A4A5712A3C5 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FAC273F187940AD897DCC05A9CA265E /* UIImageView+HighlightedWebCache.m */; }; - 910B1B0EF8C7E99CF568CD43FADC8CDB /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FA886917FBAD8DFD01E5AC78D026B6F /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 910B1B0EF8C7E99CF568CD43FADC8CDB /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = FB5A8D379035626234A5177F4D7974FD /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9174043F2C5C946E391930C776A8F658 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3D94D37216179280E900EA4C5B1230EA /* 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"; }; }; 9178482012182F62E4C5BA3F50334C91 /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 589518191FC005CA3EF3ED96614FF89B /* SDImageCoderHelper.m */; }; 91C83C1367409A169B8F743002D07A4F /* GULMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 971F83F90D4663B1850A2F8671A2D218 /* GULMutableDictionary.m */; }; - 91E6B9ADEE505C21F59904D244812A29 /* REAModule.h in Headers */ = {isa = PBXBuildFile; fileRef = C465C75546851E198789BEF2A625763D /* REAModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 920492D26B54A44DF36E54A858DCE72F /* ARTSolidColor.m in Sources */ = {isa = PBXBuildFile; fileRef = D1580BEFDD0199AB13AACB16E6426479 /* ARTSolidColor.m */; }; - 92067B4091004BF297FF15F7E163CF66 /* REATransitionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A00827AE4E0526B2442C2B9ADA956E4F /* REATransitionManager.m */; }; - 92330D2E1E09F2AFC5169D9192A9143D /* BSG_KSSignalInfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 635BA6554FFB1530CDB77E46994C2F22 /* BSG_KSSignalInfo.c */; }; - 923D51836B00BE5F3E8DB7194F6DA65F /* RCTInterpolationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = AF17EF16E047477EDFCBEC50DDE29751 /* RCTInterpolationAnimatedNode.m */; }; + 91E6B9ADEE505C21F59904D244812A29 /* REAModule.h in Headers */ = {isa = PBXBuildFile; fileRef = DCEDB36BB4A678BBD50E71562039CDBE /* REAModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 920492D26B54A44DF36E54A858DCE72F /* ARTSolidColor.m in Sources */ = {isa = PBXBuildFile; fileRef = DFDD14B06EEEF1C2F67D4ADE74A7BE4A /* ARTSolidColor.m */; }; + 92067B4091004BF297FF15F7E163CF66 /* REATransitionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D959E1A3059C3EF37FB4C01C802BDD1 /* REATransitionManager.m */; }; + 92330D2E1E09F2AFC5169D9192A9143D /* BSG_KSSignalInfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 02916E2B2DEA009CACF3078EEFF2AD50 /* BSG_KSSignalInfo.c */; }; + 923D51836B00BE5F3E8DB7194F6DA65F /* RCTInterpolationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5915F2ED186178FB93327FC7CF9744EB /* RCTInterpolationAnimatedNode.m */; }; 92855A1748072DD76EA73BD74B968795 /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 232EB188EB76A659B22869443AD45191 /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 929D5F9A483CEDB88DFC5DFC3C3031DF /* RCTCxxMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 312143C6EFD4E709F7973078FEA4C744 /* RCTCxxMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 929D5F9A483CEDB88DFC5DFC3C3031DF /* RCTCxxMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9F41E8415C91A8BA069E7AF27AF497C7 /* RCTCxxMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 92AA74D1F05BBE5402796AA8225D8834 /* alpha_processing_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = DFF6B78A47997D1A09075739A65CD297 /* alpha_processing_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 92B35C8BA7A9A5A1D207A3623008B14D /* RCTVirtualTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = BB0B88F93C26B3205C8713D1EF273BA1 /* RCTVirtualTextShadowView.m */; }; + 92B35C8BA7A9A5A1D207A3623008B14D /* RCTVirtualTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 70D5D988EA411B4A762A3CA9886ECB68 /* RCTVirtualTextShadowView.m */; }; 92FD213052E29CA5F30B41AAB84AB5E9 /* FIRComponentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D4A4185C335D92544251BEE9BE5E8D3 /* FIRComponentType.m */; }; - 93295B3F8E382C2029A4F4D51F70993B /* RCTDevLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = E45604C26007BD9B5497EA865674F0EE /* RCTDevLoadingView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 932A63E4F9AB03993C4F2C40333884E6 /* UMAppLifecycleListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F5900B6BE72B694A3F23E322A4E9F6C /* UMAppLifecycleListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93295B3F8E382C2029A4F4D51F70993B /* RCTDevLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = BD42678BBEE18031D1CC96BC28814F3F /* RCTDevLoadingView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 932A63E4F9AB03993C4F2C40333884E6 /* UMAppLifecycleListener.h in Headers */ = {isa = PBXBuildFile; fileRef = AB1138DC1F82392F5512E3ACE06F0872 /* UMAppLifecycleListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; 935C588017563AEFEB80DC42C91EC15F /* lossless_enc_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = A7CB22BE8E129C13B32901AF3E28A3A8 /* lossless_enc_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 93A0E9A6CC99BE8D70FD6F259C9D5891 /* quant_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 8210FBF8DE752BB131C2C332056DDCFD /* quant_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 93B239D294DCEF6825977FE49136AE5C /* RCTManagedPointer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0AE2390FAF9D6C096BDAAC31A97CC854 /* RCTManagedPointer.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 93C54730DD440D3D44E8805D830A196F /* BSG_KSMach_x86_64.c in Sources */ = {isa = PBXBuildFile; fileRef = 9AE3CFF569E761895AD1DE27867B321E /* BSG_KSMach_x86_64.c */; }; - 93EC8D424A6C585697CEA89C57ECB72A /* BSG_KSCrashSentry_User.c in Sources */ = {isa = PBXBuildFile; fileRef = 06FF23DBC6702815A7D141F51674FF6D /* BSG_KSCrashSentry_User.c */; }; + 93B239D294DCEF6825977FE49136AE5C /* RCTManagedPointer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0E0C4B413E27FC991D7C3F24EE878DF5 /* RCTManagedPointer.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 93C54730DD440D3D44E8805D830A196F /* BSG_KSMach_x86_64.c in Sources */ = {isa = PBXBuildFile; fileRef = 5DBD7FF1E6D1316742A3834031E71452 /* BSG_KSMach_x86_64.c */; }; + 93EC8D424A6C585697CEA89C57ECB72A /* BSG_KSCrashSentry_User.c in Sources */ = {isa = PBXBuildFile; fileRef = 81A051B1879DBE3866E663913851552D /* BSG_KSCrashSentry_User.c */; }; 942A1E450047CD3D7422D1A33226A320 /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CAC7EA2FF06F7DE244FC10132CC8048 /* SDImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9441E1E4797BF393BF269E3BA2EDB29A /* RCTPerfMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 5683BD59AEAF94F824EB1B702529737C /* RCTPerfMonitor.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 945D6E8B65673BFBFF53BA7F7813BDB1 /* REAJSCallNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 29BBF634BD7911C5A0A4EF0B465BCF31 /* REAJSCallNode.m */; }; + 9441E1E4797BF393BF269E3BA2EDB29A /* RCTPerfMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D8BA97140AE06B5EB188C23F496DAC5 /* RCTPerfMonitor.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 945D6E8B65673BFBFF53BA7F7813BDB1 /* REAJSCallNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D25CD23E1F0FB2D49A3DA8FFFE4C53A /* REAJSCallNode.m */; }; 947E227575A4E6B2587914526363901B /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 30AE0909BB6303673387EBBDB546C90F /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; 94B8EE53CDDAC46B5241443DD2B610ED /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 7F382871D29FF65C4199214BF949CFE3 /* ja.lproj */; }; - 94C039AE0D8233E82EBBF8CD60D104E1 /* react-native-webview-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F21DA5637D8FEC1E1EC72FD36D79B52 /* react-native-webview-dummy.m */; }; + 94C039AE0D8233E82EBBF8CD60D104E1 /* react-native-webview-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 507A9CD62E7E0ED77FD87123F8BC1D17 /* react-native-webview-dummy.m */; }; 94C13AEE39D1D80619F968CCE5C35616 /* GULUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = CCBD7E2C2A91693A1460449D868EB806 /* GULUserDefaults.m */; }; 94D2057D96B17B5338176E0EAC6D6118 /* bit_reader_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 369719E5347402B6E47F81536F6481BC /* bit_reader_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 94D57D1F8087170D3C55D8BA061D1001 /* BSG_KSBacktrace_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D67CCFDBD0A8587AF20CBFC44540F94 /* BSG_KSBacktrace_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 94FCD20E6A582DD3D5FE05BE22BBAC95 /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DADD905867794EB8BCD2EBEA004EBBC /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9527E5A3C6DFA80BA2DB45EDB484763F /* RCTImageShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C871C2A094B2FECE3482ED6E1DBCD71 /* RCTImageShadowView.m */; }; + 94D57D1F8087170D3C55D8BA061D1001 /* BSG_KSBacktrace_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0120F6D392E51FEB95BA4D0EB32C40BD /* BSG_KSBacktrace_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 94FCD20E6A582DD3D5FE05BE22BBAC95 /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 33C28C7193C813BA137A29D9A54AE40E /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9527E5A3C6DFA80BA2DB45EDB484763F /* RCTImageShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = C84A1EE917ECE8CC9CDA60AB97AE5D94 /* RCTImageShadowView.m */; }; 953B94BD133A7467F4F38C0B944D76E1 /* filters_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = C0B4E059F841E628E792FFFD9F6745E1 /* filters_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 954737CAEAEE7CD10A8E82C893D3C05C /* RCTSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 030EC38CDEFF41D68FDBC8DAE691C72A /* RCTSafeAreaShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9551B84E7109A022EA783B45C2038FBA /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9DA098A930AE5D4F5DEE014046FEEC53 /* YGEnums.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 9555FA1629B54E6CE10F84AD1CFEC491 /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3278C46B12DB44947D0BE2C1C4D94AAB /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 955ED07B34A30576182FAEF37C32A120 /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 02A7A9BF12845DD2BB38B8AC584F82D0 /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 956A73A2DD9882EAF245E88865CC6799 /* RCTRedBoxExtraDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4814F7E3589300FD164E00A565756AD6 /* RCTRedBoxExtraDataViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9584C1D2A2B4338D79033DE1456BCB15 /* CxxNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FD61F0884C908C799762789F059ED95 /* CxxNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95B521FAD1DE325761C020F8AFEB4E63 /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 477C84944CA93ECD923D49B6D5DE0612 /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95B68C33D8A3CA6C685E64643173F8C2 /* RNFetchBlobProgress.m in Sources */ = {isa = PBXBuildFile; fileRef = 568DCBD7D7766031CA4173F36BA5D2E8 /* RNFetchBlobProgress.m */; }; - 95DB2DC3843A5A77097E2549512012F0 /* RCTConvert+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 9035E72802D369C7C7D38B73340C5664 /* RCTConvert+Transform.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 960B81835CCACE99EAF6D7301646A57D /* RNGestureHandler-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A7500D05C606E958DBFF988E5E4149A7 /* RNGestureHandler-dummy.m */; }; + 954737CAEAEE7CD10A8E82C893D3C05C /* RCTSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = FEC900A1F3492B05FC22045A2C3032C7 /* RCTSafeAreaShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9551B84E7109A022EA783B45C2038FBA /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 09FC555118A63B0AD189928A2ECA0430 /* YGEnums.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 9555FA1629B54E6CE10F84AD1CFEC491 /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 47BA8CCAFD3F2E3485A5F84C8440038C /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 955ED07B34A30576182FAEF37C32A120 /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E16F9DAEB7D05D8C1FC64E291DBE83C0 /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 956A73A2DD9882EAF245E88865CC6799 /* RCTRedBoxExtraDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D3376B88476529151AF8A2A8CA08CB8 /* RCTRedBoxExtraDataViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9584C1D2A2B4338D79033DE1456BCB15 /* CxxNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CCF1AB9D40F48248767E35F7908C005 /* CxxNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95B521FAD1DE325761C020F8AFEB4E63 /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 95C6D3FD5181E518567C6089A42676C5 /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95B68C33D8A3CA6C685E64643173F8C2 /* RNFetchBlobProgress.m in Sources */ = {isa = PBXBuildFile; fileRef = 775A22DF6D464C311D344EB2053507BF /* RNFetchBlobProgress.m */; }; + 95DB2DC3843A5A77097E2549512012F0 /* RCTConvert+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 5365BBAF340C235211B4F0C9D7F97BCF /* RCTConvert+Transform.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 960B81835CCACE99EAF6D7301646A57D /* RNGestureHandler-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 830AF56F315F8A50F9306D7AEA6BA5A0 /* RNGestureHandler-dummy.m */; }; 960BB6A747C122E41D0F93EEA6E0624C /* GDTTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = 981C6CE2A9A0B7AA7676884BD6C0B33C /* GDTTransport.m */; }; - 961E178766FFC74BE8CC650BEB06621E /* BSG_KSCrashReportVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = B38FD508EEC7159D2988089AA995E20F /* BSG_KSCrashReportVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 961E178766FFC74BE8CC650BEB06621E /* BSG_KSCrashReportVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = C86EDF595F0DFBB297228797E700FBDA /* BSG_KSCrashReportVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; 962F246F4D86BCE82B9E3A33080D44F0 /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 93E988B0A5D35272892F926CDFB44E06 /* UIView+WebCache.m */; }; 9648DE8BFD642A580258906D5C4A72AE /* anim_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 59A64223174653A390E391870F8CFCBC /* anim_decode.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 967D11E3ADB39D24F39D3D14FAEEBCD4 /* RCTModuleData.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6A8094FB9C0DB2FA0F33E45E5CBA6CAF /* RCTModuleData.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 967D11E3ADB39D24F39D3D14FAEEBCD4 /* RCTModuleData.mm in Sources */ = {isa = PBXBuildFile; fileRef = F790C7FBB4A39AFCDE5A4642EC9469F7 /* RCTModuleData.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 96A00C011A72200F5C719AA69C379BFB /* color_cache_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 07D6EA4E2552CBA661742B411927914A /* color_cache_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 96B1848EDA12E024991DC71441FB7728 /* lossless_enc_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 84F63586A5781B5C56523DB7E7968554 /* lossless_enc_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 96FEB709959204E0340B06DB34925CF1 /* RCTImageShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E71363BC0A5016D99246A78029C7F3B /* RCTImageShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96FEB9F17F3553A3EACC3D455D3DD5EE /* RCTConvertHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = C309EEE0027919F2FDD4A86918A9116D /* RCTConvertHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9736808E3A6D9D08A971A877C047E296 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B120458315902FA759D8D59CB2C5B22 /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96FEB709959204E0340B06DB34925CF1 /* RCTImageShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 11C90C0A37CE0D1135B7B4405DD6191B /* RCTImageShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96FEB9F17F3553A3EACC3D455D3DD5EE /* RCTConvertHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 231C36653E87C0CDFBD0C1E1218DEC2E /* RCTConvertHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9736808E3A6D9D08A971A877C047E296 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 601E682BC63A08A9600D9E425DD55B1F /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 97A46257E974C4FCF70DD15A759720F5 /* FIRInstanceIDKeyPairStore.h in Headers */ = {isa = PBXBuildFile; fileRef = ABD3E13C1519D040A1C496CA3A2272A0 /* FIRInstanceIDKeyPairStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; 97C623DF2BD61587360EC3B26A8F5CE8 /* FIRAppAssociationRegistration.m in Sources */ = {isa = PBXBuildFile; fileRef = 6100DCE535D34DF87F374BD69DDEEBF8 /* FIRAppAssociationRegistration.m */; }; - 97DEFB4339250260BD5B4EFF58006D2A /* RCTConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = EF7F636FEBEA23A9F4137BB9AC4BDB57 /* RCTConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97ED312B0474017444E6379DC3C4BAB7 /* Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3813B67C685166172881570BC70A8844 /* Utils.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 9824466925699D70D12255531354CA4B /* Color+Interpolation.m in Sources */ = {isa = PBXBuildFile; fileRef = A086E13D995DB17D30B6558FB987A265 /* Color+Interpolation.m */; }; - 9842DA186F54F9D3BE5906663455016A /* RCTVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 4514539C2C0C362A6F990F26F90E28E1 /* RCTVideo.m */; }; + 97DEFB4339250260BD5B4EFF58006D2A /* RCTConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = EEE90E76E0CE84766FD5EA1C2F2477C0 /* RCTConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97ED312B0474017444E6379DC3C4BAB7 /* Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FEDFC568104411ED03B02D62477E4F29 /* Utils.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 9842DA186F54F9D3BE5906663455016A /* RCTVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = A52A82D199C2C92060C008F7E0B8B753 /* RCTVideo.m */; }; 987941CF7049804341214F98475B275B /* UIColor+HexString.m in Sources */ = {isa = PBXBuildFile; fileRef = BA43E7F5AF362BC38B9C816146ADF628 /* UIColor+HexString.m */; }; - 988D75C014F94B7584204ACED46F3975 /* RNFirebaseAdMobBannerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 94D418974B20DEA3AA2A59EC79E0ECB7 /* RNFirebaseAdMobBannerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 988D75C014F94B7584204ACED46F3975 /* RNFirebaseAdMobBannerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D1D2A18A4AF68367EA0B222A3D3A22F1 /* RNFirebaseAdMobBannerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 98A2DBABC7465D5F548708424FEC0D92 /* GDTTransport_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7078F477550CDD77D6468339C77FD469 /* GDTTransport_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 98AB2900FAC5CE54700374DEF87D2603 /* REAClockNodes.h in Headers */ = {isa = PBXBuildFile; fileRef = F4C3CCCF5C71EAE01CC0E71815720E66 /* REAClockNodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 98AB2900FAC5CE54700374DEF87D2603 /* REAClockNodes.h in Headers */ = {isa = PBXBuildFile; fileRef = F9A1208000AA7E23ACB3C1FA0BFF3384 /* REAClockNodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; 98D876A1A244F466F67E906E6E55EF82 /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 18261C8AF3E287C1D6F0EB3441F95FC9 /* SDAsyncBlockOperation.m */; }; - 990C114FE36C3BA307A4CEC634A01D41 /* TurboCxxModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC1D9B062B593261912037D96B1D02A8 /* TurboCxxModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 990C114FE36C3BA307A4CEC634A01D41 /* TurboCxxModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5FC017462F87EBEBCD3055EA04051A9F /* TurboCxxModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 991C9DFB4E1EBB20D56E31715E457B50 /* lossless.c in Sources */ = {isa = PBXBuildFile; fileRef = 227495E0087990E3409835CF75C620BD /* lossless.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 992CB0C6A03D842795BDF2045C33951E /* RNDocumentPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 535B2BF88CC1DEBFD8DD565F4DD44AC6 /* RNDocumentPicker.m */; }; + 992CB0C6A03D842795BDF2045C33951E /* RNDocumentPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 0126195A14DEDBF1163C70A37652C576 /* RNDocumentPicker.m */; }; 993DEE091D2ECD262F17F281E60653C7 /* thread_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F4B754971C4EB9A9F7641A427EA50B4 /* thread_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 995C56C42E9021CB2C821060C20D5AAE /* YGLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BB76FFA7572482BEDE2A0B8D85910228 /* YGLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 995F57F6E3A8F8F3F0CB975427339ADC /* TurboModuleBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E205DD1A8A9821D013B25E0B64BD027 /* TurboModuleBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 998FBF05A1D5B4142E092BF051F89BE0 /* ARTRadialGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = 89F993C3028B25F0742262F16CDB4341 /* ARTRadialGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 99F4ED1427EE4D62E5939F2D49FF3823 /* YGMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C03628797BA32EB5BD2256EFB7E4844 /* YGMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 995C56C42E9021CB2C821060C20D5AAE /* YGLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D3BC697CD06E41C467716E8D62558710 /* YGLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 995F57F6E3A8F8F3F0CB975427339ADC /* TurboModuleBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 7741C49B141667C6C2066568DCB1A2F2 /* TurboModuleBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 998FBF05A1D5B4142E092BF051F89BE0 /* ARTRadialGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B2FDF15E958BD550514629ED12FCE9 /* ARTRadialGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 99F4ED1427EE4D62E5939F2D49FF3823 /* YGMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 90A491172AE67CEE7731E66053A71A10 /* YGMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9A3099BF1A3303D97FF4B77EE8FA453A /* firebasecore.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 7361A14E6913E84550C1DC3F58C2D8DB /* firebasecore.nanopb.c */; }; - 9A538510B4D21C44538FDAEE7F25BA4E /* experiments-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 9773868810945B365745B26EA5B256F1 /* experiments-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A538510B4D21C44538FDAEE7F25BA4E /* experiments-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = CBA7A8921E2752BFD5E37A0C7A44C968 /* experiments-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9A563C719409A7F1D2A79F1A491DCCB1 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = 137C6528127CE1430742BB927C88B16A /* types.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A5AE9F5B12B24817DC0CF360F3781A4 /* BSG_KSMach.h in Headers */ = {isa = PBXBuildFile; fileRef = 764CA911BD9503292FE83B55EB9BB8FF /* BSG_KSMach.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A5AE9F5B12B24817DC0CF360F3781A4 /* BSG_KSMach.h in Headers */ = {isa = PBXBuildFile; fileRef = 4237BC41F5D541AF9FEBC718CD9FBEFF /* BSG_KSMach.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9A6584332A48346E435E1681FAF817BF /* alpha_processing_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 264EBA628B0C20D7E378DED6DC0270A9 /* alpha_processing_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 9AE25D78D388B01F02FAF32C7D81B390 /* RNCCameraRollManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DB7B6C14365385426771BAD32DDDBBA /* RNCCameraRollManager.m */; }; - 9B0328A157A59821F094F7E47F1F3543 /* EXAV.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CCA785FA99DC148F611B5C6C3AB31C7 /* EXAV.m */; }; + 9AE25D78D388B01F02FAF32C7D81B390 /* RNCCameraRollManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B26A21FA8A8B6EFFD736912735323D47 /* RNCCameraRollManager.m */; }; + 9B0328A157A59821F094F7E47F1F3543 /* EXAV.m in Sources */ = {isa = PBXBuildFile; fileRef = 316C0BF08894865C11B0DB43AB8510BF /* EXAV.m */; }; 9B328C7EB8E9F91C9E4940B976F51EDC /* NSError+FIRInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = 56CB6318C9B6B836940C40559EB4E7B1 /* NSError+FIRInstanceID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B44C525E5FB5F51CCDE075656F184DA /* RCTWebSocketModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 199B7FA4EFDE4249BFC480799FEF2CA4 /* RCTWebSocketModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B5E58BCF1985EAC277DDBFCB91F0ECA /* ARTSurfaceViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E31F1983D3D558FEAA109894B20BA5A /* ARTSurfaceViewManager.m */; }; + 9B44C525E5FB5F51CCDE075656F184DA /* RCTWebSocketModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 6514065C7013F4129CDF0D2B80B8F9AB /* RCTWebSocketModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B5E58BCF1985EAC277DDBFCB91F0ECA /* ARTSurfaceViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 90F92C4CC716D639811E6624B1CA4096 /* ARTSurfaceViewManager.m */; }; 9B7093349498C49CA2524507AB88A888 /* QBCheckmarkView.h in Headers */ = {isa = PBXBuildFile; fileRef = C9C994C0067A6A1E796C234B98F686CC /* QBCheckmarkView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B8780B037E6D0A089E2EDDD8E87CDD4 /* RCTProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = 96A6980E874057DC910E795C21713E96 /* RCTProfile.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9B8780B037E6D0A089E2EDDD8E87CDD4 /* RCTProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = B2FA8421DE1DEDCF3392633FC2132D08 /* RCTProfile.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; 9B8FF798D120C0131DAFE922F8FA3326 /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = F18BC7129E99CEC847457ABA17B4733D /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9BA3070F2D82AB8E6B229971E126D4B2 /* upsampling_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = FBF553BD6F4ACA79CD6AAFD9FDF69D6D /* upsampling_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 9C43EFFC945AFDD1BCA2FB1AF208CFA2 /* RCTTransformAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = B35F9586E3BACE323633DC20F8EE17F6 /* RCTTransformAnimatedNode.m */; }; - 9CA68A554C6C2C6DCEEFB7A64389FCFE /* RCTSinglelineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E50C73349AC0625D2B22337DAFB4196 /* RCTSinglelineTextInputViewManager.m */; }; - 9CB9FE419E53CCA57DA123E4F5176E8E /* RCTTurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AB262E6172FDB370844D045066A5FA6 /* RCTTurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9C43EFFC945AFDD1BCA2FB1AF208CFA2 /* RCTTransformAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C24AEB3430ED90E137575B5654A0050 /* RCTTransformAnimatedNode.m */; }; + 9CA68A554C6C2C6DCEEFB7A64389FCFE /* RCTSinglelineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F9718907266025A80D948FE57D4EABB /* RCTSinglelineTextInputViewManager.m */; }; + 9CB9FE419E53CCA57DA123E4F5176E8E /* RCTTurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B4FA3F4302C9A7AD4BECF06D8F39FB0 /* RCTTurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9CC8AF94995AE4B94A792BD1BEA1358D /* GDTUploadCoordinator.m in Sources */ = {isa = PBXBuildFile; fileRef = BA95391EF5C3B7AF7BDD4DDFE117BFDF /* GDTUploadCoordinator.m */; }; 9CE103A0E1FF2B3FAABC3B449BD8D735 /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8CF4A01EE627F61E41AA1DD83D6ED332 /* symbolize.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 9CED9EE5CB7376FF7FB07C9F43879FEC /* FBReactNativeSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = 9200C65635874B7E2D59DA1BC43B433A /* FBReactNativeSpec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9D1F18778A897B0C96D5297BA8104478 /* RCTDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 3746E701470AD603C00063628AD6BD39 /* RCTDeviceInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9D6AEC2BADA6415B32183279535FC3FD /* RNRotationHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = FC86158A8E3AE82E8EA0A55C1A9B64F7 /* RNRotationHandler.m */; }; - 9D7095896EAC7F5FD443B80112211022 /* threadsafe.h in Headers */ = {isa = PBXBuildFile; fileRef = B366790D7E16F6CFFAF462791FF116AF /* threadsafe.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DE2621FE6687E74C85962E58E803760 /* RCTReconnectingWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A03D1A05B65B61B693BF222E5CAB339 /* RCTReconnectingWebSocket.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9DE4DDE399B842FC926F9E57D9A45942 /* RCTInputAccessoryViewContent.m in Sources */ = {isa = PBXBuildFile; fileRef = E1582A14837CD50EEAC15B8F48CF8B99 /* RCTInputAccessoryViewContent.m */; }; - 9DE9270C04172DD40D69B6D9546516B9 /* RNCSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = CC23B0329A9F76B97CD45A0C34B223DF /* RNCSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E00A71835F74BD9E7791965749B0D68 /* UMDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 4595505ACB57B745C450588D2EBEE357 /* UMDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E04D8058BC6847CAC65773EED54D05C /* RNFirebaseFirestoreDocumentReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 99F8EF5E7EB91D7D592579424BA23CC9 /* RNFirebaseFirestoreDocumentReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9CED9EE5CB7376FF7FB07C9F43879FEC /* FBReactNativeSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = A2CD639B8A8F09FA7A12586E36430895 /* FBReactNativeSpec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9D1F18778A897B0C96D5297BA8104478 /* RCTDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 541EDDA0CE87E2F9A7F202EB95F111A0 /* RCTDeviceInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9D6AEC2BADA6415B32183279535FC3FD /* RNRotationHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = AB14D64E590FF3E4CB532CDB68230DB0 /* RNRotationHandler.m */; }; + 9D7095896EAC7F5FD443B80112211022 /* threadsafe.h in Headers */ = {isa = PBXBuildFile; fileRef = EB0BB67D4886636444133D59D9DC41DD /* threadsafe.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DE2621FE6687E74C85962E58E803760 /* RCTReconnectingWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = E1251CBDE8860561DD5910E8E656DC58 /* RCTReconnectingWebSocket.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9DE4DDE399B842FC926F9E57D9A45942 /* RCTInputAccessoryViewContent.m in Sources */ = {isa = PBXBuildFile; fileRef = C1180FC31D4F85654172F436A084AE26 /* RCTInputAccessoryViewContent.m */; }; + 9DE9270C04172DD40D69B6D9546516B9 /* RNCSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = 8438160077E7E0BA1F913EFBFB625985 /* RNCSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E00A71835F74BD9E7791965749B0D68 /* UMDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 78D181B77758A8F7D5AEFA7956D9CE83 /* UMDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E04D8058BC6847CAC65773EED54D05C /* RNFirebaseFirestoreDocumentReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 8ABDB103E800D6BCF33BF507BF197653 /* RNFirebaseFirestoreDocumentReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9E26D5D25561683EEEE343BA59A8D932 /* FIRInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = 967CFE52F3BC079ACD521D75990E2CF4 /* FIRInstanceID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E35AF16FA811ED54521FD4E6352E394 /* REAEventNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BBDED4A9EE538D325FC8C2E9A7BE9A7 /* REAEventNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E3FDFA5FE43DF56A9E6F0E2ADFD0521 /* REATransition.h in Headers */ = {isa = PBXBuildFile; fileRef = B73D457C80055C29A2EEBCF847D13208 /* REATransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E35AF16FA811ED54521FD4E6352E394 /* REAEventNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8ECD1B651273B87C6DF75A12EF16BAAA /* REAEventNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E3FDFA5FE43DF56A9E6F0E2ADFD0521 /* REATransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 12BF78ECB1D846FE2E9B389B6B47471E /* REATransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9E66453D10A11F0164593AD596E0E8E0 /* FIRInstanceIDCheckinStore.m in Sources */ = {isa = PBXBuildFile; fileRef = F7E57B49B68FDEC37DDD4EA4E510172A /* FIRInstanceIDCheckinStore.m */; }; - 9E9C9344BE1DA6BBA542ECAD750A0B53 /* MessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 297DE5906FC3CE4D8A2A5293D38E1532 /* MessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9EAA160F40B7AEA5F8323BF14AE1AD73 /* BSG_KSSystemCapabilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A0047149EDD3362290D3B27E1D65AE7 /* BSG_KSSystemCapabilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E9C9344BE1DA6BBA542ECAD750A0B53 /* MessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = E738C86B532490735EB853358AE600D7 /* MessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9EAA160F40B7AEA5F8323BF14AE1AD73 /* BSG_KSSystemCapabilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 32D14305860319B697AE0AB00F39CD1C /* BSG_KSSystemCapabilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9EB60143301349BE59FEEFAB98C50415 /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DED07EB4AAC59C266370F90AE190D7D /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9ED53ABBF63AF508BF3A45A8055BF25C /* ARTTextFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 9307AD81DBBF310B8BE3E4035DD7BA80 /* ARTTextFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9EF008BB17B5795A9CDE33AF1AA4EBE4 /* experiments.h in Headers */ = {isa = PBXBuildFile; fileRef = ADAF44CCCDE16D4247AF317E9245C25D /* experiments.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F047DDB8969818C22E71086624790CE /* RCTTiming.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D2606EA34C5F31C12B0C3E8BAC67D0B /* RCTTiming.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9F608AE2E0848CE8858F19F0376F4B3E /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = 37A404E425EF178A90BA382DF69B19D5 /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9ED53ABBF63AF508BF3A45A8055BF25C /* ARTTextFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = BE8774CCC267DD9E8A24E193088A5E82 /* ARTTextFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9EF008BB17B5795A9CDE33AF1AA4EBE4 /* experiments.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C491FEC61E360D39912F3066B452403 /* experiments.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F047DDB8969818C22E71086624790CE /* RCTTiming.m in Sources */ = {isa = PBXBuildFile; fileRef = 762D67FD468E1E1134B9A2CB483D935B /* RCTTiming.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9F608AE2E0848CE8858F19F0376F4B3E /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1131E24E1B1C97E521A1757B2D4658EF /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9F69F8135343C51A14ECEC3DE3FEC05F /* format_constants.h in Headers */ = {isa = PBXBuildFile; fileRef = BB0327CA14611D2BD60ABA934BB7B47C /* format_constants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F8CC158594C16A93BF79894AE652576 /* event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 54C24149A3A1B3D3197BF7F331408AEE /* event.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 9FBA75FFEB994C4A17990D31A8F14FBC /* ImageCropPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EE8C79DA443432EA357DFEEB6C05B4E /* ImageCropPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FCA0C85E502C92ACFA86EABD32B2224 /* react-native-orientation-locker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 241A9FEBAEC2AD84DB50FD1D77941E7B /* react-native-orientation-locker-dummy.m */; }; - A02478583635DC43AF9D1BA278F4ABDD /* RNFetchBlobNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = ECDE6F8AF8D623A387BD8F1DEA0C2DFB /* RNFetchBlobNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A031A8D4C70ABFA2E6794E0A997A259C /* react-native-background-timer-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D78D5C5E5A979D2E922CF3F4CE4B551B /* react-native-background-timer-dummy.m */; }; - A0822D817180C17B9F6EC58E9AFE7282 /* RCTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 61AFC53D38AE61A9FBB42B58F86B0A7C /* RCTUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A0927C05EBC9079407AC005BC6E1373E /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AB9EF3B0D94BB66C0A7D8CDA41D8E19 /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0AF090921E033135BA303A51E86C8D2 /* JSCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 22AEECF0E7FAF915135D3CD08ACAE8A2 /* JSCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0BE197B645C6C6537575EAF6F1A8CDE /* RCTConvert+RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D8F16770B61D203BA7586DD93BF5AE7 /* RCTConvert+RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F8CC158594C16A93BF79894AE652576 /* event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CE9DB6D5999AC40F67585D9F6B291BC3 /* event.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 9FBA75FFEB994C4A17990D31A8F14FBC /* ImageCropPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EDCAE3AFA8161AE36FA3EFC1C43A150 /* ImageCropPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9FCA0C85E502C92ACFA86EABD32B2224 /* react-native-orientation-locker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B5C528ED47BA30ECAFFC10F6E07240 /* react-native-orientation-locker-dummy.m */; }; + A02478583635DC43AF9D1BA278F4ABDD /* RNFetchBlobNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B5B4C863F4C182AD14049236A36689D /* RNFetchBlobNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A031A8D4C70ABFA2E6794E0A997A259C /* react-native-background-timer-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E26725957C5A35A837364ABFF9263218 /* react-native-background-timer-dummy.m */; }; + A0822D817180C17B9F6EC58E9AFE7282 /* RCTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = C019868FC0B5999935B25DC63ED4014E /* RCTUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A0927C05EBC9079407AC005BC6E1373E /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 84F95300CB5A282EB1A94CDF964342BB /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0AF090921E033135BA303A51E86C8D2 /* JSCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 91489DB0E48ECCAB07CFB62B5DE91D80 /* JSCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0BE197B645C6C6537575EAF6F1A8CDE /* RCTConvert+RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = 7ABF7106CDFE8FA8630664DD0EB7E4A4 /* RCTConvert+RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; A134CBE0553F5F3339A4A20A87F18E3C /* filters_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 082568B8F74F0C1E8F6AD4667EFE3326 /* filters_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A13E40901AA20224032AFB2AD4D04744 /* RCTErrorCustomizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 23600A44329F9568F208F52F10DC0EB2 /* RCTErrorCustomizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A13E40901AA20224032AFB2AD4D04744 /* RCTErrorCustomizer.h in Headers */ = {isa = PBXBuildFile; fileRef = A0B25F176C7DE14B3E45F368174E7380 /* RCTErrorCustomizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; A141899125367EFBDFABC1D40258574C /* GDTTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = EBDDF46ECBC7383ADD3F63521BA9EDAB /* GDTTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; A1AF2DBE1AA6CF8976C7C0407363E187 /* FIRInstanceIDKeyPairStore.m in Sources */ = {isa = PBXBuildFile; fileRef = E0335CE7297AD0A020364657C76193B4 /* FIRInstanceIDKeyPairStore.m */; }; - A21455566701C95DA8DC8AD067452A21 /* CoreModulesPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 45051CFF111C12067E5274086D1AD8C4 /* CoreModulesPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A21AA461DFBE94B5DA7E5BEB211CE665 /* RCTConvert+FFFastImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 78D32E195FDA5CC0224ACC288F463B73 /* RCTConvert+FFFastImage.m */; }; - A2A4D768671DD4976E9B00C5DD8A08DD /* RCTVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E6F52EA4F16924172A07F5D50747553 /* RCTVersion.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A2A70CD096FE24B7E48EA8C86BC112BD /* EXAudioRecordingPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 900B7C7EDA009C3BBD15C6E61D862277 /* EXAudioRecordingPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2BB5FDD99C8D8A31F91D6698801CC6F /* EXAVObject.h in Headers */ = {isa = PBXBuildFile; fileRef = B7BB986419F0F27DD2299861535F0233 /* EXAVObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2CBE742B99580CC13E8E18D61C8A9A8 /* BugsnagCollections.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BC05BB567B45A8F71209832313EB119 /* BugsnagCollections.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2DADC127EA39A90F16504C0F8D84DA6 /* RCTWebSocketModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 945FC3606AD98059EF1200700EC60D25 /* RCTWebSocketModule.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A21455566701C95DA8DC8AD067452A21 /* CoreModulesPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = BE78899BC1F86654AC831678BA3E383E /* CoreModulesPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A21AA461DFBE94B5DA7E5BEB211CE665 /* RCTConvert+FFFastImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 162EC4CF46C136C30582255C6E470113 /* RCTConvert+FFFastImage.m */; }; + A2A4D768671DD4976E9B00C5DD8A08DD /* RCTVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 81B9752312D9C5DA90C9FE5E38D2B1DA /* RCTVersion.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A2A70CD096FE24B7E48EA8C86BC112BD /* EXAudioRecordingPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FC7F0DE48A23E78DD7370685B7EAE37 /* EXAudioRecordingPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2BB5FDD99C8D8A31F91D6698801CC6F /* EXAVObject.h in Headers */ = {isa = PBXBuildFile; fileRef = CF6FDC9BC1D4D5730299FC96938296B2 /* EXAVObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2CBE742B99580CC13E8E18D61C8A9A8 /* BugsnagCollections.h in Headers */ = {isa = PBXBuildFile; fileRef = F72BA5E62AD5C02B17ACFEE57444E17E /* BugsnagCollections.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2DADC127EA39A90F16504C0F8D84DA6 /* RCTWebSocketModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A3145839A7C510D17ACA9EB17A508F5 /* RCTWebSocketModule.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; A348E879FA3330E1712179F5B4FAC236 /* vp8l_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 7A8A5EC10C45A2A2B013DF0FDB09FF1F /* vp8l_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A3514C01C8202F3027EFCBE7B89A26D3 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 49530A68CBFCAFB1CEFCDAA9F42B50D8 /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3514C01C8202F3027EFCBE7B89A26D3 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C9263F825FFF757EAA47B9D757CE6BE /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; A351627E81A36765AB4C00CFCECF3F17 /* GDTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E8562A096DC667CF7F9AFA332F7B918 /* GDTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A356543091BEC90DBF244D36660ECCBB /* RCTModuleData.h in Headers */ = {isa = PBXBuildFile; fileRef = 36FC33777B596CE2E3B8C419C6C37B5B /* RCTModuleData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A356543091BEC90DBF244D36660ECCBB /* RCTModuleData.h in Headers */ = {isa = PBXBuildFile; fileRef = B5BEFC8ED99279860396E625E8EC81EC /* RCTModuleData.h */; settings = {ATTRIBUTES = (Project, ); }; }; A381D018508DD7639E2FE4C1A93036BC /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AA6B1F3F38274DCBDDCF2564288EBCCE /* json.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A3A1C8CA04A1A2FBE630CD639DB3CF75 /* RCTSpringAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = AF839FCA4112FDEBE1C800CE2B88ED24 /* RCTSpringAnimation.m */; }; - A3B33574C82F38A9087B056DF9CED726 /* EXRemindersRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = C2E07EE358222A72786267B401D65856 /* EXRemindersRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3C05F4A0CEF28ED7D16AE2076889136 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AB9EF3B0D94BB66C0A7D8CDA41D8E19 /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3A1C8CA04A1A2FBE630CD639DB3CF75 /* RCTSpringAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E7DC079D2AA388B939A89B44FA9D5E5 /* RCTSpringAnimation.m */; }; + A3B33574C82F38A9087B056DF9CED726 /* EXRemindersRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 491FB4E74B79D727112B877F4D59FBE0 /* EXRemindersRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3C05F4A0CEF28ED7D16AE2076889136 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 84F95300CB5A282EB1A94CDF964342BB /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; A3CEEA552FEECF9935C60A49F2245451 /* GDTCCTNanopbHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = A214B8E13EF8E38F46AEEBD096639C67 /* GDTCCTNanopbHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3F9CB0656A0F4FB806F778CE4BB15DE /* RCTWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 8ED4271184378A662C5899FDD8424B61 /* RCTWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A415AFE0F17D1746DC4BD0CF3E588F4D /* REAPropsNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 311E903AB266F88A48EFB9B4AC19AA7F /* REAPropsNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3F9CB0656A0F4FB806F778CE4BB15DE /* RCTWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 49EC730E4EA439A3C734DC0E0641E81B /* RCTWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A415AFE0F17D1746DC4BD0CF3E588F4D /* REAPropsNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 747C4FA5EBC539BCBE94624BC3952B1D /* REAPropsNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; A42284BAEF9A5D75B15BF4EFC4E4C468 /* frame_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = C56EA5C4B31DA75C46B4D4973D73BB4A /* frame_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; A42C59477BEC3A7A4D2CEBD6BC4A4F1E /* yuv_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 759DC169D8E4D84047688465CF775CB5 /* yuv_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A4724DC39B48B402772E46F93E1B8E3F /* RNImageCropPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 91D05310B7FDA459B22F5746EBD8B9F4 /* RNImageCropPicker-dummy.m */; }; - A4856E6938B9050ED0388C83AB428FD1 /* RCTRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = ED454F9E93C36A82D19796302057A7E7 /* RCTRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4724DC39B48B402772E46F93E1B8E3F /* RNImageCropPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 400328A760C0D48D7E2F3B0657BCF8DC /* RNImageCropPicker-dummy.m */; }; + A4856E6938B9050ED0388C83AB428FD1 /* RCTRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C4AD59BB444A835C034ED867E04EA79 /* RCTRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; A48A78367616FA23CDE0EE8BFD8C2870 /* FIRInstanceID+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D55BD71D9F37C0C70DBB7D0D84A1FC04 /* FIRInstanceID+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4B467E40F7E342592B65F3AEC3D9E97 /* REAFunctionNode.h in Headers */ = {isa = PBXBuildFile; fileRef = FF09ADEA9F7340DB1BB906D7D6C2BA9E /* REAFunctionNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4C63255CAB3DA53A9D697FD7FCC26B5 /* REAValueNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 56D3A2B8351A5CC262A5B77FF78ACB21 /* REAValueNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4DE80D3B1511941AF0D53ACF8AD1D72 /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 76C121310544F2A6D7A670B54988D90D /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4B467E40F7E342592B65F3AEC3D9E97 /* REAFunctionNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B1FB226BA06F9BA226F205C214CFB89 /* REAFunctionNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4C63255CAB3DA53A9D697FD7FCC26B5 /* REAValueNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2028DD8E1D754D1F5E0C8F9696E44F5B /* REAValueNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4DE80D3B1511941AF0D53ACF8AD1D72 /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 76E4E2C00B4F6D7E17BCF98CC704F1AB /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; A50388445DF10ADD6B22876F3F69E902 /* ssim.c in Sources */ = {isa = PBXBuildFile; fileRef = 1741A8CA80C4156C048BB246552776BE /* ssim.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A555C6E5ABAA5DB1F62A09D2BC49DA51 /* RCTTurboModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5D1D1E6D24035135D70D5B0FF632CF22 /* RCTTurboModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A55F73E73A81AB3E9F61D647CE2A0FFF /* CoreModulesPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = EE98AE4383C426AEE9E1E31E0EF5F37B /* 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"; }; }; + A555C6E5ABAA5DB1F62A09D2BC49DA51 /* RCTTurboModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3A62903D43B731941CED3C75F9273EEA /* RCTTurboModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A55F73E73A81AB3E9F61D647CE2A0FFF /* CoreModulesPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 163B9624CA932B8813593D0F8B34A669 /* 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"; }; }; A57DB7FFC1AA6AFF3337FCE567C2DFFC /* GULAppDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E89431071A7491F4E4076F43F0D9B5D7 /* GULAppDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A584EA45113B1382E33AC5AA20103087 /* RNNotificationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 6572D7BCB0C0D9916F510DF77972EE7D /* RNNotificationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5969DC380832572368B9D636242BD6B /* RCTRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 40178D2B0A8A63A48E68DBEFF053B4B6 /* RCTRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A584EA45113B1382E33AC5AA20103087 /* RNNotificationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = A9690E6AA35B66C49C28C6C39DA18FA5 /* RNNotificationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5969DC380832572368B9D636242BD6B /* RCTRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 07E3E17E1559CF3C870EFDE05B313433 /* RCTRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; A5F7A295CE8D9AB5DE3F0B75200DD1A2 /* io_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = BC976D41F21AAEF157512E7FDA7E804D /* io_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A624B26C6E8893F180544B2F414693D5 /* RCTWebSocketExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 82ECFEAD2FB0364BAC21E54B58A3A9A8 /* RCTWebSocketExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A624B26C6E8893F180544B2F414693D5 /* RCTWebSocketExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A8F64966084460A5F87B3069F60A62E /* RCTWebSocketExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; A65AB6AE536FAB89F8BD54D22A3270B9 /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 98887068BA56367FD1372084B2F3B93D /* UIImage+Metadata.m */; }; A7721978FA34EA5CD4BB6F8FD361657D /* filters_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = BDE3B6E078332CFDF55D56AFE9E1D277 /* filters_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A7C6CA4554F58BB1C409F0F4A97C1656 /* RNVectorIconsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FD3A23C2C73AF02C7B123F5BF72FD76 /* RNVectorIconsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A7C6CA4554F58BB1C409F0F4A97C1656 /* RNVectorIconsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E0A1A7D74F39BE870AF55B2E64AD066 /* RNVectorIconsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; A7FE4D8E743D00ECB115E087D53587C7 /* cost.c in Sources */ = {isa = PBXBuildFile; fileRef = 7A70667C04F365A3A52BC558289A23F5 /* cost.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; A817D669CAD6CC063C6C508C72A5D55C /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 26A258F41EF97F643AA8D63B40A4B767 /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; A820309FE601A2C8F95EEEAD890158B6 /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = E3771A8388208707E9CA9FD7D62B2D46 /* SDWeakProxy.m */; }; - A826DA3137A89F1502F9B6696FFB8730 /* RCTInspectorDevServerHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6352469D352EB3CDFDDF55A3201B6CF7 /* RCTInspectorDevServerHelper.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A851FE5B4FD2E5AC7FBC0358BAE014A8 /* ARTContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A48BC0792F01838B2CD545480DFF90D /* ARTContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A86E645D32DB04BAE7498AC89D9980BB /* RCTHTTPRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A60ADE3BF08A5523805361E2D21254C /* RCTHTTPRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A88BAD944CC973142AF9C9BF65280C54 /* RCTSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = 64256F252274D3A8699007081DF39488 /* RCTSafeAreaViewLocalData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A891EC8D3D003F2BA49992F3FD7EC76C /* UMLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 807A0E4A7D921BAAE970FFB2AE0DBF2D /* UMLogManager.m */; }; - A896DBC8DEB8E8304EDEAA0F0AA15B1A /* RCTBaseTextInputShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = BF06209450F32BBCA280359DC01AD407 /* RCTBaseTextInputShadowView.m */; }; + A826DA3137A89F1502F9B6696FFB8730 /* RCTInspectorDevServerHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = FCDD1F35804ADEBF67A951921314B348 /* RCTInspectorDevServerHelper.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A851FE5B4FD2E5AC7FBC0358BAE014A8 /* ARTContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FA3DA5C7FC03B02651CDD7F281221D6 /* ARTContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A86E645D32DB04BAE7498AC89D9980BB /* RCTHTTPRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 380FF876A128BFDA42C25CE584D7FB1C /* RCTHTTPRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A88BAD944CC973142AF9C9BF65280C54 /* RCTSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = B663CF78FFC32D8B9BC1DCF30B61FFE8 /* RCTSafeAreaViewLocalData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A891EC8D3D003F2BA49992F3FD7EC76C /* UMLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 213C93FCEEA3C8BED2774B8E08F222FA /* UMLogManager.m */; }; + A896DBC8DEB8E8304EDEAA0F0AA15B1A /* RCTBaseTextInputShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 67764D6938EF16252E8774622A52827B /* RCTBaseTextInputShadowView.m */; }; A899878ECEAE82DA6084010973FF7F21 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = CD0620C398F45DC692DFDEA3FB115D98 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8B6D15DA68092B480483FE020894204 /* EXFileSystemAssetLibraryHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 9970C4B095AC2950A423F80839056606 /* EXFileSystemAssetLibraryHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8B8BEB2134D3E68B9907C5A48A04A03 /* RNGestureHandlerDirection.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B90567EAD479807447C9599841BCD15 /* RNGestureHandlerDirection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8B6D15DA68092B480483FE020894204 /* EXFileSystemAssetLibraryHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = E41909EE730E9192A2B562C2E3EAC924 /* EXFileSystemAssetLibraryHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8B8BEB2134D3E68B9907C5A48A04A03 /* RNGestureHandlerDirection.h in Headers */ = {isa = PBXBuildFile; fileRef = 05B7646FBCC8E5601DFFD853BF27B6C8 /* RNGestureHandlerDirection.h */; settings = {ATTRIBUTES = (Project, ); }; }; A8D70235F433DF4ECC825AFE0E7D5DD7 /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = A31E924DD38BACC61AAD1BF23479095F /* SDDiskCache.m */; }; - A8D9C90918B779E9C1A91973D2AF29DE /* React-RCTImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F30F7DDD011B6AB4F208D4402C6F7C09 /* React-RCTImage-dummy.m */; }; - A8E90F8A49540C9A192B44F1F7641426 /* RCTRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = CDA25FAFFD8601D819EDA22C11846BAD /* RCTRootView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A8F850B0755D926B58BF8EA8DD0A7EF3 /* RCTPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 74335971DC911411BF969612FC477D72 /* RCTPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A9102589774A3FD3F3808AB2F0F83ACA /* RNNativeViewHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 745A64730A3479DCBD1E56C51BE7F6E7 /* RNNativeViewHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A96BF195A93FBB2FDDC78135932BB359 /* RCTProfileTrampoline-arm64.S in Sources */ = {isa = PBXBuildFile; fileRef = 1C854232F42E0E0381F21A2CDDF9FDB3 /* RCTProfileTrampoline-arm64.S */; }; + A8D9C90918B779E9C1A91973D2AF29DE /* React-RCTImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2337FD4047F3F60B749218A40785E05D /* React-RCTImage-dummy.m */; }; + A8E90F8A49540C9A192B44F1F7641426 /* RCTRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BA0078592204F6A4E8C1A9A50E3C15E /* RCTRootView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A8F850B0755D926B58BF8EA8DD0A7EF3 /* RCTPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EC4C94E4213D81A4BB7A295EA03002A /* RCTPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A9102589774A3FD3F3808AB2F0F83ACA /* RNNativeViewHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 564BC21056272A61FCCAEEC0D7A1A265 /* RNNativeViewHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A96BF195A93FBB2FDDC78135932BB359 /* RCTProfileTrampoline-arm64.S in Sources */ = {isa = PBXBuildFile; fileRef = 78DF122FAE9155F1789FF93EB08E29D3 /* RCTProfileTrampoline-arm64.S */; }; A99D016A3588F636AF86A6D2FB1EC3CD /* GULAppEnvironmentUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = A1606592495CBD5536BB50C34A9ADE07 /* GULAppEnvironmentUtil.m */; }; - A9BD36E5B3038DFBDF1438B0D43F6E14 /* RCTModalHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EAD38E56CBCD12D7D253B809C78322E /* RCTModalHostView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A9BD36E5B3038DFBDF1438B0D43F6E14 /* RCTModalHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = 22EC76BB9D8CC2602391B531B70E15D7 /* RCTModalHostView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; AA7FCA9F298C4986D79923FBC1807573 /* FIRConfigurationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B3CE4C3A71A509F67940BA9741ECD40 /* FIRConfigurationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA882B59899551990442E64FD68EBA93 /* NativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 3403650F0D63AA3E71AE9F8D5D73A0AD /* NativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA89F071A632E2E5F4E3BE02B3F0345E /* RCTViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F3BC7AFDBB9E36B2866BEDE84B27639 /* RCTViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AA882B59899551990442E64FD68EBA93 /* NativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 994F68060E1D7B66431B05D2CA10139C /* NativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA89F071A632E2E5F4E3BE02B3F0345E /* RCTViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E89B3A68781A28F23467774369C8250 /* RCTViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; AA98E5E760C605F57551D3D6192E5225 /* mips_macro.h in Headers */ = {isa = PBXBuildFile; fileRef = C48515171AD4BF544311B0764085530F /* mips_macro.h */; settings = {ATTRIBUTES = (Project, ); }; }; AAA2E740FAE2A61A309C985C858588D9 /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 78E35F84003A303C89B2EF6D71A90F37 /* SDWebImageDownloaderRequestModifier.m */; }; - AAA397302AB9735FEE54E85069DF673B /* RNFetchBlobNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 793C439B8C3BA2C4EA8F0D803309BCF1 /* RNFetchBlobNetwork.m */; }; - AAC7FD892729AFECE270AE59C8812F5D /* RCTTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D1C8AEFF05FA25403176458FDF83847 /* RCTTextView.m */; }; - AAD860080DE05A9DB492EA79E7A0059A /* RCTScrollableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = A94FC8265B2A05BF385C7740DDDA27E3 /* RCTScrollableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AAA397302AB9735FEE54E85069DF673B /* RNFetchBlobNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A6ECB3102FE0376F9921852745FB4F1 /* RNFetchBlobNetwork.m */; }; + AAC7FD892729AFECE270AE59C8812F5D /* RCTTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = A88E01C496FF6956C484ABA7A145B012 /* RCTTextView.m */; }; + AAD860080DE05A9DB492EA79E7A0059A /* RCTScrollableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EC0DE5DFE02E82E831EFD2121787C40 /* RCTScrollableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; AAEC54ADA9A9C0A6DD785E903782EFB3 /* ssim_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = AC7BEFEA1D9F9F4BD894A3BDEB754050 /* ssim_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; AAF05BFDD102FD660418FD7AE198030D /* analysis_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DD5A4194530FDB347C29F71AA4FF3226 /* analysis_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - AAFC106D9A09F68152DD13A0B192D702 /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A6D119C241935EEAA66F92C1D65BDBE /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AAFDC490C197A364E412E59DC6D18FA7 /* RCTImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B5DE73ECA9102A21C8964540F74B4B2 /* RCTImageCache.m */; }; + AAFC106D9A09F68152DD13A0B192D702 /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CCD362B6E39B148604D92F8F930FB6F7 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AAFDC490C197A364E412E59DC6D18FA7 /* RCTImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E910AB1997A81AA82E2B9E9D76E658 /* RCTImageCache.m */; }; AB0D233175695AD5A5CFF80D84E56874 /* anim_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = 0F8EFB6551B10AE3A44E03B9462574B8 /* anim_encode.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - AB6B1C527596D3144A8E068B20847368 /* RNFirebaseDatabaseReference.m in Sources */ = {isa = PBXBuildFile; fileRef = 759104B0050089B19CC3C65417077CE1 /* RNFirebaseDatabaseReference.m */; }; + AB6B1C527596D3144A8E068B20847368 /* RNFirebaseDatabaseReference.m in Sources */ = {isa = PBXBuildFile; fileRef = 43AC622D70F16FED751B15C7E1132875 /* RNFirebaseDatabaseReference.m */; }; AB6DA83EB836653E7E835FAE9744984A /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 55CAFCC3A7A8AAABD71308B90CD46554 /* UIView+WebCacheOperation.m */; }; - AB71242585E87C1ABAFF732A17092713 /* RNGestureHandlerModule.h in Headers */ = {isa = PBXBuildFile; fileRef = FDB76E91FBBFA9A87AE303697B4A74D8 /* RNGestureHandlerModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ABB159E31C767AE2BF6EE30DE4B7D346 /* BugsnagSession.m in Sources */ = {isa = PBXBuildFile; fileRef = A189A35247AFD569CA00561337F0E80F /* BugsnagSession.m */; }; - ABB74B188C02A8D67A14B8EC8BDB5D08 /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2857FD2ED29908954D251250C772C0F3 /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ABC211F1ED49935A5C4A363A6B7A4ADB /* RCTFrameAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = FED985EFD2C3BD5B54AC82F3008B095B /* RCTFrameAnimation.m */; }; - ABE4DD5FE579286EA84BDF53DF011F42 /* RCTLayoutAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B96ABA148C8C2709FC87516DC45228F /* RCTLayoutAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AB71242585E87C1ABAFF732A17092713 /* RNGestureHandlerModule.h in Headers */ = {isa = PBXBuildFile; fileRef = C0AE17A4FA6AC1FE1739DBF4BD3B2D74 /* RNGestureHandlerModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ABB159E31C767AE2BF6EE30DE4B7D346 /* BugsnagSession.m in Sources */ = {isa = PBXBuildFile; fileRef = D6200FB32BE00FD2F794E45C05D446F2 /* BugsnagSession.m */; }; + ABB74B188C02A8D67A14B8EC8BDB5D08 /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F018339FAC701606A5962892446917A /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ABC211F1ED49935A5C4A363A6B7A4ADB /* RCTFrameAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = DDFDD771AC68BED38C5F9B86B8598D81 /* RCTFrameAnimation.m */; }; + ABE4DD5FE579286EA84BDF53DF011F42 /* RCTLayoutAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FDB4CDB9687C807AA8AA69F93C6A9D3 /* RCTLayoutAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; ABF126106FD8D877441956C3AF553EEF /* pb_common.h in Headers */ = {isa = PBXBuildFile; fileRef = A7AAF36698B12EC9A5F1499B0E23D952 /* pb_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; AC1391E438DA90477947F994A68517C5 /* GULUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D89C442DB8259151B8917B154A8E52B /* GULUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC31EC883CB7E5DBAF9998562725691A /* RCTRootContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 10ABDC36FF69BA3A8700170692F89B6C /* RCTRootContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC31EC883CB7E5DBAF9998562725691A /* RCTRootContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 379D3DEFB22E6524C2E0CF68669F9AD3 /* RCTRootContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; AC3905F52FE0809F628BCC0CF306E76F /* picture_tools_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 9FF635AD0D7EB6C33F29C9BC8CCAD115 /* picture_tools_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; AC7E6E3BD2A7CD3A72D5C70405E31DB7 /* FIRInstanceIDCheckinService.m in Sources */ = {isa = PBXBuildFile; fileRef = 1593F8F3AD3E11B7F6733CCCE3202DB2 /* FIRInstanceIDCheckinService.m */; }; - AC9977754C40BF50D3477ADDE4182EBC /* UIView+React.m in Sources */ = {isa = PBXBuildFile; fileRef = ACE0C766FDC8F386168B1F1043432A35 /* 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"; }; }; + AC9977754C40BF50D3477ADDE4182EBC /* UIView+React.m in Sources */ = {isa = PBXBuildFile; fileRef = B52E17004863DA831F668D623BC49646 /* 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"; }; }; ACA88DFA5AB4A617551CF5306214183B /* FIRInstanceIDKeyPair.h in Headers */ = {isa = PBXBuildFile; fileRef = 41F7F4505B4AEFD5242486F072B4A45A /* FIRInstanceIDKeyPair.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ACD5CDAB5F0724B498437299A32FECCA /* REANode.m in Sources */ = {isa = PBXBuildFile; fileRef = 88201CBECDD0934923BFE668BC6A11D7 /* REANode.m */; }; - AD66D2FD84BC116DD133347EACA99CC1 /* RCTStatusBarManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C87F803809CB9166D92FEB4075DE6DD /* RCTStatusBarManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - AD8F9EBA6262A36F5466A2B98B714CBB /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AC7A405C6401DDB6C9AF3DB85F834C14 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ACD5CDAB5F0724B498437299A32FECCA /* REANode.m in Sources */ = {isa = PBXBuildFile; fileRef = F5E5975D24A1A4936A654DE2A3193B26 /* REANode.m */; }; + AD66D2FD84BC116DD133347EACA99CC1 /* RCTStatusBarManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D8304B2C2A635E586D23387ADB0C77CA /* RCTStatusBarManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AD8F9EBA6262A36F5466A2B98B714CBB /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 42F99D391DF5024188D04184A1AC96A0 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; ADC8D3D65F0543D6DEB99FDE0CBAF90B /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F63A055CD72438EAB3EF61B0C5D6FA2 /* SDImageCacheConfig.m */; }; - ADDEA309B94CAA51E650B66DDB4CD3B5 /* BugsnagLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = FD805FFB38D985D452CB2E5238C3047B /* BugsnagLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ADDEA309B94CAA51E650B66DDB4CD3B5 /* BugsnagLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = C3D5C6F8D2CA4F28659A74E2196887E0 /* BugsnagLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; ADFB5CBF150ABD49A5569C139D2F926E /* FIRApp.h in Headers */ = {isa = PBXBuildFile; fileRef = E37F3226B79FDEE5D1ED287B68F1FD7F /* FIRApp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE14F028F54D612B4D48CC6CED8B76CD /* RNNotificationEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = C9EFC60CD18319463354968F16F86223 /* RNNotificationEventHandler.m */; }; - AE3C983FDA0774DA378C46B4CB8D4BD6 /* RCTCxxUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A964CDCD9BBFE2A22B9B062F46E3611 /* RCTCxxUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE696B4A35AF464F62260BA86B736EC9 /* RNFetchBlob.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F492DD3B01F0E0A1A1114D476E59201 /* RNFetchBlob.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE7E5CEB88DE285A14B49E125734817C /* BugsnagMetaData.h in Headers */ = {isa = PBXBuildFile; fileRef = A2413F9B1112C34BBC33D3D94999DC39 /* BugsnagMetaData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE807CFC8F81EF3476F064B8E48C564A /* ARTNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E1C8402C3E642F046EB336B4AFB5B86 /* ARTNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE9A689C5BA6E8AF5535171D3922275E /* RCTBaseTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 381856C980253139B3428125818491A1 /* RCTBaseTextShadowView.m */; }; + AE14F028F54D612B4D48CC6CED8B76CD /* RNNotificationEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 924081A5C928A43BD7215411B47BE5D6 /* RNNotificationEventHandler.m */; }; + AE3C983FDA0774DA378C46B4CB8D4BD6 /* RCTCxxUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = D4214808941C9ACEEA4B6C00992DE50D /* RCTCxxUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE696B4A35AF464F62260BA86B736EC9 /* RNFetchBlob.h in Headers */ = {isa = PBXBuildFile; fileRef = 10130327BA5C2DA4162DFC7443650854 /* RNFetchBlob.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE7E5CEB88DE285A14B49E125734817C /* BugsnagMetaData.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EDB2B3D66D3A71D8F92BC97FA3EBD68 /* BugsnagMetaData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE807CFC8F81EF3476F064B8E48C564A /* ARTNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DCE2B26B2E11744D58ED782C6DDA140 /* ARTNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE9A689C5BA6E8AF5535171D3922275E /* RCTBaseTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = AC3E8D3A8F269AF54F2B577859727182 /* RCTBaseTextShadowView.m */; }; AE9BAD5416D1788A60DA1E7F3ED08F51 /* dec_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 3C09D1909D155940D521C9CA8F52D15A /* dec_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - AEC0EC96C1A700516BB6BEB6EBEAEC63 /* event.h in Headers */ = {isa = PBXBuildFile; fileRef = E5559923AA1F789D49B777E430398950 /* event.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AEC0EC96C1A700516BB6BEB6EBEAEC63 /* event.h in Headers */ = {isa = PBXBuildFile; fileRef = F34109746E4569B08A9E2199ECED5788 /* event.h */; settings = {ATTRIBUTES = (Project, ); }; }; AEF4E05A1A05A4A91C9B5C88FF89DE11 /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C5A87B30661873B69238B2AE7889984 /* SDImageLoadersManager.m */; }; AEFF8C6DA7000185BFAB86FDFB63E0F9 /* GDTRegistrar_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A233A0BA41BDE3C222CEB7D7954CCD39 /* GDTRegistrar_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; AF077EFEC522E29FF8D788B663D300D7 /* GULNetworkLoggerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = C97DBF0565965775171491B968A3386C /* GULNetworkLoggerProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF28B147059D9D806FF35212F54804F2 /* RCTComponentEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 9087A343EAD796B5EF7708A9AE478E27 /* RCTComponentEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF28B147059D9D806FF35212F54804F2 /* RCTComponentEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EB0789F4D774E30D5609DA6262E370E /* RCTComponentEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; AF783557C42133FF18F4E366E28EF300 /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = C60EB1364C172DCC4EDF601E4792F066 /* bignum-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; AF79242E97FCF340E1D5266D69041821 /* GDTReachability_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 59023200C0F20F3F6A0E5921DE8B6716 /* GDTReachability_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFA1747D7903B71E12ED58F61E2A35F4 /* BannerComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = ECC239C169CACED821B555E60271A9DD /* BannerComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFAE17A768C60A8299FB264ACD4B0205 /* ARTNodeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 05451E914B53EF1655AC2ED22B068CF0 /* ARTNodeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFB15A6F36F4E7BED7571C30D284FE49 /* RCTRedBox.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BF1E9074E8FE2966BF6BB750060C419 /* RCTRedBox.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AFA1747D7903B71E12ED58F61E2A35F4 /* BannerComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F55EF5B86D639922930718542CD41AC /* BannerComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AFAE17A768C60A8299FB264ACD4B0205 /* ARTNodeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BECAE05121B60D2976E86950EB48439C /* ARTNodeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AFB15A6F36F4E7BED7571C30D284FE49 /* RCTRedBox.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A52E6AED1DC4A1AE4D8AD3A618C1C68 /* RCTRedBox.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; AFBB31CEBD7272995FBD79E1E4B97615 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = B80980A4B1FD8F682760137A93F8B548 /* UIImage+MultiFormat.m */; }; B03C42B044033F100A1E04809ED61FD2 /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3D3D104D06FEDB10294E0B20657A73DB /* raw_logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - B04CEF80BEC79CF16F7F02CE5721C583 /* RCTSurfaceRootShadowViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 97E24E5D95788875AA9F98BC8F4A92C8 /* RCTSurfaceRootShadowViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B0649287E8C6F9F4101DB57FDFBDC5E2 /* REANodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BE00DA4FA4953A7C98A06C183B9FE409 /* REANodesManager.m */; }; - B08723295CF1ABDFD21CDF13AABF493B /* BSG_KSCrashSentry_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 56C861D69529CAD2F70FF9D59FDD2909 /* BSG_KSCrashSentry_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B09A5710D9729BFB90BA5D44E43882B9 /* RCTAlertManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E01ECF3D95716CC76C2D8D8E6D7B3DB /* RCTAlertManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B04CEF80BEC79CF16F7F02CE5721C583 /* RCTSurfaceRootShadowViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = FC52899DC2FF931EAEEC588D38FFD2AB /* RCTSurfaceRootShadowViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B0649287E8C6F9F4101DB57FDFBDC5E2 /* REANodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C7065778189B42A77ADA63EFF8CC2B1 /* REANodesManager.m */; }; + B08723295CF1ABDFD21CDF13AABF493B /* BSG_KSCrashSentry_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 73DBD369F3C5CE733B585E6FE60DDA8A /* BSG_KSCrashSentry_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B09A5710D9729BFB90BA5D44E43882B9 /* RCTAlertManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 063F29136E276332AFDE808E66848284 /* RCTAlertManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; B0D9EA67A437C2D4F14606D128C1A666 /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = E88A1BA322F30E374FC36C05BB2758E2 /* diy-fp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B11CA48DA91BE9D78A09D892242DB4C8 /* RNJitsiMeetViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CC23577415A061586DE6BFBE1115BFE0 /* RNJitsiMeetViewManager.m */; }; - B1208ABEFA22504998B800C8C953EEED /* RNTapHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = A81B4DF35AA3E7DC245F92694E0C9488 /* RNTapHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B11CA48DA91BE9D78A09D892242DB4C8 /* RNJitsiMeetViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 66FD7D2A21C80927AD235F5EC03A5EAA /* RNJitsiMeetViewManager.m */; }; + B1208ABEFA22504998B800C8C953EEED /* RNTapHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = CBE33D03A8690302819DE8572B2C5FCA /* RNTapHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; B19E284EEDADC2AAEB838E15A544C93A /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = 49858E47CF76E28E2821D59D190AFE8F /* demangle.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; B19F2B637F6B23E5352C351E7F9D5AEC /* GDTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = DB72F4C7ACB2F1CE117913832159A5BC /* GDTAssert.m */; }; - B1DB90F700D05E9EC43D79B1399D0EC9 /* BSG_KSObjC.c in Sources */ = {isa = PBXBuildFile; fileRef = 15BAB140985DFC9F32ED8967ED36A825 /* BSG_KSObjC.c */; }; - B21256C8EBEE862EB6882960A9A8FDA8 /* RCTUIUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 43C78A7B765EEBC4F79BFCC653786878 /* RCTUIUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B21ED47165915C21EF394F4CA8C6DE71 /* RNFetchBlobRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = CFE50FFC676E29FD9BFB1EA54887CE9B /* RNFetchBlobRequest.m */; }; - B22B2FBBAE4A514F037B5880645E56BD /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = F988BB9CB530CBDB9A1791E9293B40F5 /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B1DB90F700D05E9EC43D79B1399D0EC9 /* BSG_KSObjC.c in Sources */ = {isa = PBXBuildFile; fileRef = 403E272A86D45A4AA206528A8EA8364C /* BSG_KSObjC.c */; }; + B21256C8EBEE862EB6882960A9A8FDA8 /* RCTUIUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 35A2911CECA465FC692DB6CF5CAE70B6 /* RCTUIUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B21ED47165915C21EF394F4CA8C6DE71 /* RNFetchBlobRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 77F8E781B88AB45F66D2D0F0C53FDE0B /* RNFetchBlobRequest.m */; }; + B22B2FBBAE4A514F037B5880645E56BD /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = E874AF59A998B487AD511A1ABB25F5CD /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; B263A4FE744BB18A7C7B543C66725FA1 /* GDTReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = B4968DB22147854D234F5D171DBBA244 /* GDTReachability.m */; }; B2698816BE03D78D782DF5520083AA26 /* MallocImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 17EDB1822E6F8061173003D435EE1975 /* MallocImpl.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B27BA7F21D6F636713330F5EC0FD8633 /* REAConcatNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 51D375A942054AF499969DE6832D5620 /* REAConcatNode.m */; }; + B27BA7F21D6F636713330F5EC0FD8633 /* REAConcatNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CD0CC8A410731ABA17B4B7EF1933958 /* REAConcatNode.m */; }; B28B3C3312242F7DFD9A49CC8293CD6E /* QBVideoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = 18773384DB62FB17C00795EBAF1F71D7 /* QBVideoIconView.m */; }; - B2AC693FDD557631F17664DA2A56B3DE /* RCTAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = DF27A0F5D9C24DC0FF20189052D4DEB7 /* RCTAnimatedImage.m */; }; + B2AC693FDD557631F17664DA2A56B3DE /* RCTAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 14CB72BD88E5921C9D1A0A0CC1D55F14 /* RCTAnimatedImage.m */; }; B2FA0A7642EEA39E75D3D03EF2E15B4C /* FIRConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = D16FC95975F74E79569D058C5442ED48 /* FIRConfiguration.m */; }; B350DA3DF951BFDFC56331C90C01E200 /* FIRInstanceIDConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 742E5440B777A8B7B7A9FC704D40329C /* FIRInstanceIDConstants.m */; }; - B3547BB056E15E18329646D317844CFF /* KeyboardTrackingViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 667F3BFB62F122519FB99A3D0251AFCC /* KeyboardTrackingViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B38F0F004105D71E61A479969F1D0E00 /* RCTSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 969E8C3F5B691A1E16B2076AB59ECCEE /* RCTSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B38F532404A131A6F67FE5B32AFFB7FC /* RCTBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = B1FF2AC40395AD4A4C1BD974D62A21CE /* RCTBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B3C7D46AE1B201A79C73C5CDF1F4BAF8 /* RCTBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = DF9CEE916A7CB9AA263794699B5A2EA1 /* RCTBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B3547BB056E15E18329646D317844CFF /* KeyboardTrackingViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E7588DAF95C4787C202BA89D3F3D7CD /* KeyboardTrackingViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B38F0F004105D71E61A479969F1D0E00 /* RCTSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = EE93036901E459583B8415EA9BFA902F /* RCTSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B38F532404A131A6F67FE5B32AFFB7FC /* RCTBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B171ED2A0F4F64763AAB6D51EBBFAB2 /* RCTBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B3C7D46AE1B201A79C73C5CDF1F4BAF8 /* RCTBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 969FEB85FDDE0C10103B8A25A95EBD99 /* RCTBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; B41B88AE6081A9D0D8032DBD315DE541 /* RSKImageCropViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = D715E8B4DE1CEBBF6120A95EBAC89838 /* RSKImageCropViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B447FD3316D3F3F80C80681F17A5014C /* React-Core-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3711D94159E3D7F15972750F9C35469D /* React-Core-dummy.m */; }; - B4681C085E07706AAD0AC18E0183E0ED /* RNGestureHandlerRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 93E48DF270EF504627AEDF6064847E41 /* RNGestureHandlerRegistry.m */; }; - B46D8BAE4C9ACE396EE6E38D21C53C39 /* FFFastImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = B7FBAF412502DA3718AB5678B93FB742 /* FFFastImageSource.m */; }; - B4739208CCD185642B0D5DCC2FC489E0 /* DeviceUID.m in Sources */ = {isa = PBXBuildFile; fileRef = 224C3853AE53D9D61A871DD7F8B301E2 /* DeviceUID.m */; }; - B477E0D3D5EAB635D2E8C8EE9E00B846 /* RCTPerformanceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F0410A5C14A0972819B5EC2F90D23E3 /* RCTPerformanceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B447FD3316D3F3F80C80681F17A5014C /* React-Core-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D6CCA38F606D7F050C0C41B9FFBF07A4 /* React-Core-dummy.m */; }; + B4681C085E07706AAD0AC18E0183E0ED /* RNGestureHandlerRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A6B04011303E79129FE13F3F74FB219 /* RNGestureHandlerRegistry.m */; }; + B46D8BAE4C9ACE396EE6E38D21C53C39 /* FFFastImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = F56F89625EED968C185E2591B64915F9 /* FFFastImageSource.m */; }; + B4739208CCD185642B0D5DCC2FC489E0 /* DeviceUID.m in Sources */ = {isa = PBXBuildFile; fileRef = BE4B586AB972B38E5917D356760CEB41 /* DeviceUID.m */; }; + B477E0D3D5EAB635D2E8C8EE9E00B846 /* RCTPerformanceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A68C48A1030E443E888C7590272A329 /* RCTPerformanceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; B4AAF4E42C54B9F9F4FC2D9F8A46B29F /* GDTDataFuture.h in Headers */ = {isa = PBXBuildFile; fileRef = 348E94250746518A7806840383B1E11D /* GDTDataFuture.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4BD045C0010A019A59B05DB94275A55 /* REAJSCallNode.h in Headers */ = {isa = PBXBuildFile; fileRef = AEE5C8311396FF92EE08B3CE1A731314 /* REAJSCallNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4BD045C0010A019A59B05DB94275A55 /* REAJSCallNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DCF1F59702E6C9EDFE4E565FF905658 /* REAJSCallNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; B4C3A72600CB8D619C537CCA7E59FFD7 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 089EBBA93BE1805538484C172DF301FA /* UIImageView+WebCache.m */; }; - B4E253A8AA7AE36273D3CF133550408C /* RCTNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 60911FF1F8A388840484198157C69D02 /* RCTNetworking.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B50E9E916BC2CAF92872002BCDF0158A /* BSG_KSSystemInfoC.h in Headers */ = {isa = PBXBuildFile; fileRef = 96DAF4B3734906BE42CC60B2F924C3F0 /* BSG_KSSystemInfoC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4E253A8AA7AE36273D3CF133550408C /* RCTNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = C6B7F96A416B423B2463337F45093FA1 /* RCTNetworking.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B50E9E916BC2CAF92872002BCDF0158A /* BSG_KSSystemInfoC.h in Headers */ = {isa = PBXBuildFile; fileRef = 669A06DF73F139E4DFC6BDFFAFF8E73D /* BSG_KSSystemInfoC.h */; settings = {ATTRIBUTES = (Project, ); }; }; B53803E0BA4AF13B0CAB686D6FE5D0FC /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E99FE2AC919270F659BD0546476213B /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B56C853A088A0C2731C209C818076B37 /* RCTJSStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F67F1AC6F5CF2DBC46147151813B627 /* RCTJSStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B5B429926449C953C72330919CAF8420 /* RCTProgressViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 40CED93B20D9FFF39C80A720C8A38A57 /* RCTProgressViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B56C853A088A0C2731C209C818076B37 /* RCTJSStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A1D6A6B1993E9FA5C6D8E6B7681B586 /* RCTJSStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B5B429926449C953C72330919CAF8420 /* RCTProgressViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AA0E28EF6788ECC06A71AFB63E5B998E /* RCTProgressViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; B5BD49BAFD353D954E0840F64E4A2821 /* DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DFF8F03CCEC8054A1A6D5F51BE7DECEE /* DoubleConversion-dummy.m */; }; - B5D8DB98F0DBB6D20242F47C2F812144 /* RNBridgeModule.m in Sources */ = {isa = PBXBuildFile; fileRef = DEA0FFCA817B9BB029A31235C95FDD47 /* RNBridgeModule.m */; }; - B5E9E6F752E4EDE32AC15703C13715AD /* ARTNodeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FB396762A9674F1C5B2410378C25E4BA /* ARTNodeManager.m */; }; - B5EB4E5FE1155C1296CC6743D69A3316 /* RCTImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 70906589313A0FED299955B12363520D /* RCTImageView.m */; }; - B61FD3AA8214DE7386C1FC11C8D29267 /* RCTConvert+UIBackgroundFetchResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 897A6C14722EEA5FF364F2E0F07C02FE /* RCTConvert+UIBackgroundFetchResult.m */; }; + B5D8DB98F0DBB6D20242F47C2F812144 /* RNBridgeModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 98F7480695CDCF523438C7C3164704EE /* RNBridgeModule.m */; }; + B5E9E6F752E4EDE32AC15703C13715AD /* ARTNodeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BB63BC5E49A0A3A83B825A1BD68791A0 /* ARTNodeManager.m */; }; + B5EB4E5FE1155C1296CC6743D69A3316 /* RCTImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 258E7BB2C2C148FDF7078ACF18069153 /* RCTImageView.m */; }; + B61FD3AA8214DE7386C1FC11C8D29267 /* RCTConvert+UIBackgroundFetchResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 41E53384E5C027561E1AD8D5125E873A /* RCTConvert+UIBackgroundFetchResult.m */; }; B64FA42E184A0EE28D65B959449C49FA /* GDTPlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = 55E1E403AD292FAF3D42C2C412ADBA7F /* GDTPlatform.m */; }; B65ABCAEC3B324AFF74CFC314E05D488 /* raw_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AAB0B583B5185ED50F89BBC10F45D6A /* raw_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B6842E62885EBBE6CA0C133734CBD26A /* RNFetchBlobReqBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FC7C2B1E113D97290E46F1F96539849 /* RNFetchBlobReqBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B6E651E12D06D37F4E6F162FAB03724B /* RCTInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D0D589E14519AC73BEE3A160AADA88D /* RCTInputAccessoryView.m */; }; + B6842E62885EBBE6CA0C133734CBD26A /* RNFetchBlobReqBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C5CF502ABF33370DEC77750729F2E6E /* RNFetchBlobReqBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B6E651E12D06D37F4E6F162FAB03724B /* RCTInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C75686B1B7889134830DAB954BDCAE8 /* RCTInputAccessoryView.m */; }; B70FD1F085F4B1DAF7EA12B132D71569 /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 60D1D312623E33B7A38749C5DFA66DA8 /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; B719B6CE8FDBC80C42048ED1A4510024 /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = EF594034BCE978C5C293994FCD6EC5C1 /* NSData+ImageContentType.m */; }; - B72B789755169C410B1BECF061D3F9AF /* RCTMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7138F704A6445B722A1765D2C6BC981D /* RCTMaskedViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B72B789755169C410B1BECF061D3F9AF /* RCTMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B675E27D17E8DCE6AAC1F10436D1F10 /* RCTMaskedViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; B72B9DBE5446E5510A628F76A191A0C7 /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7564A1F13E29A4E11BFF153723BDDB4C /* SDWebImageDownloaderOperation.m */; }; B79379EE30EB5B9FAB3B9E5DDFAF509D /* lossless_enc_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = E8E4135161797AD2A3E9F84FB1313299 /* lossless_enc_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; B7B1C326E18E2566E54AA59FFF788C28 /* vp8_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 268F7F7EFB3E947F83F5B9F2CF88A0DB /* vp8_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B7C947F92EB5B94DBE1C2920A060E0E9 /* RCTMultipartDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 18327D94E3FECE2CEC5A97BE593BDDE7 /* RCTMultipartDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B7DFA107ED277F43F7F2BAC8F7E62403 /* RNFirebaseMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E7BD509DA6643B58855ED3144CF45F0 /* RNFirebaseMessaging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B809511BC0E992CA4B37C5D757DD2C64 /* REATransitionAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 816FB35DC5903426E821F1995F565692 /* REATransitionAnimation.m */; }; + B7C947F92EB5B94DBE1C2920A060E0E9 /* RCTMultipartDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 21F8D53CB034D71E9DFE4A5E5BA996B6 /* RCTMultipartDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B7DFA107ED277F43F7F2BAC8F7E62403 /* RNFirebaseMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = F1D03EF7BA2A6F98718566A44DB02EED /* RNFirebaseMessaging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B809511BC0E992CA4B37C5D757DD2C64 /* REATransitionAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = C6CEF9A66E81DD5CE2D2A95D73C83446 /* REATransitionAnimation.m */; }; B8317134B45F9440FFFEFF835F1613A9 /* common_sse2.h in Headers */ = {isa = PBXBuildFile; fileRef = BF8ADDD9F754DF1DC3565EC72038C2FE /* common_sse2.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B8617288EFCE468DB38E1199D2D60E6D /* RCTSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CF72A9ACEA8C2E20997ACC80E819BA40 /* RCTSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B86839393350454EB6F1E7EBA54DAE28 /* RCTModalHostView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F11D64FD1C54C0726523DA779674B67 /* RCTModalHostView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B88B8A0DA96440AC08B05788BE89D5FD /* EXAV-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3AC3F08044367E5701821F9AA6CC21B9 /* EXAV-dummy.m */; }; + B8617288EFCE468DB38E1199D2D60E6D /* RCTSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 342B9E040385EB7AA5AD6E96FA51BC3E /* RCTSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B86839393350454EB6F1E7EBA54DAE28 /* RCTModalHostView.h in Headers */ = {isa = PBXBuildFile; fileRef = F6E9199498D78ADAAD86983E71F793C8 /* RCTModalHostView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B88B8A0DA96440AC08B05788BE89D5FD /* EXAV-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EE34AA51F7F9AF3577693BF6A32FEF4 /* EXAV-dummy.m */; }; B890C8FA91883956E89ADE3B6B17679E /* GULNSData+zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 682F6E4792E01F83E62FDAE84681DDD5 /* GULNSData+zlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B8D8C37B58433010A2274C85315B9083 /* RCTBlobCollector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 69C0FA574F6E2FC7F6A2131FAC2F557D /* RCTBlobCollector.mm */; }; + B8D8C37B58433010A2274C85315B9083 /* RCTBlobCollector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 013A24983FE17F635DFAA39B867D1A56 /* RCTBlobCollector.mm */; }; B91E70B671250005FA74AD2BC312CA08 /* libwebp-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DCA0397B2B08261B1E953EE871D5C37A /* libwebp-dummy.m */; }; - B9405D10CD2B01033E11D8E45E3994EE /* RCTVideoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 672D35F1B37F73FB06F71BC116EC3C15 /* RCTVideoManager.m */; }; - B943D1C92F92A10B5D06036C8BF5BCD8 /* RCTNativeAnimatedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = FE67390DB33CBF818310CFA548018E5C /* RCTNativeAnimatedModule.m */; }; - B983A666B5D2EE8BD85B91218A9E9A80 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 92403C0C7B1D4F437F93A60AAA768932 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9AE047C64E85E86C1A3F245A7DE3FAB /* Yoga.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E7FCFB9C0C6048613A3DFE761F463840 /* Yoga.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + B9405D10CD2B01033E11D8E45E3994EE /* RCTVideoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BE2D6F0D39E3FF22EEAEED7F3DF7962 /* RCTVideoManager.m */; }; + B943D1C92F92A10B5D06036C8BF5BCD8 /* RCTNativeAnimatedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 065818D11131F7BE19E2CDB0883C128F /* RCTNativeAnimatedModule.m */; }; + B983A666B5D2EE8BD85B91218A9E9A80 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 11F288A2F95BEE9530487875BA76B166 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B9AE047C64E85E86C1A3F245A7DE3FAB /* Yoga.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9756293030F9FAF3781E87AFAB4E9D20 /* Yoga.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; B9C1E38AD3D1F98B5403FB50A6003E43 /* FIRVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = FB511F4A05635B55609527D9515A1D25 /* FIRVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9D1154CD997F0702268F81D59B6406C /* RNFirebase-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 64D364413691C778F21582D89FD37B82 /* RNFirebase-dummy.m */; }; + B9D1154CD997F0702268F81D59B6406C /* RNFirebase-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FE5022B813094BA9EA56720B9EE4AFDB /* RNFirebase-dummy.m */; }; B9D989270BF39444739B9D53F28332CB /* cost_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 911D6F23C6FB6C7954F8447BDB357F6D /* cost_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B9E9A4C8414CC010B04907511592478C /* RNFirebaseCrashlytics.h in Headers */ = {isa = PBXBuildFile; fileRef = D94E6FCBC75DDF51AEEE3283443DD321 /* RNFirebaseCrashlytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9EDCDF3FAC046611DB90A9950FC0F52 /* RNFirebaseFirestore.h in Headers */ = {isa = PBXBuildFile; fileRef = C566B6EB9F57FA3C87E707D6D74B94C6 /* RNFirebaseFirestore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA2BC83095E22C1245FE705A08439438 /* EXVideoManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C29689FB804AE7B71F149CD28F78EA8A /* EXVideoManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B9E9A4C8414CC010B04907511592478C /* RNFirebaseCrashlytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 71E45BAD0BAC6D9902943EB7A78110F3 /* RNFirebaseCrashlytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B9EDCDF3FAC046611DB90A9950FC0F52 /* RNFirebaseFirestore.h in Headers */ = {isa = PBXBuildFile; fileRef = 38486A106E4914ED160FAB171C781E0F /* RNFirebaseFirestore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BA2BC83095E22C1245FE705A08439438 /* EXVideoManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 697A6D5D2876748A0BEC82A7323A8DF3 /* EXVideoManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; BA320783C2C9624896E06C34E9BF688F /* vp8i_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = B07CCC1F57AF035C7F0A5F05DF5F21DF /* vp8i_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA9BA30EE97ABF955C4E454A06AB1466 /* RCTConvert+CoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 73748A783C6B7DDB36A887E64DDF81ED /* RCTConvert+CoreLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA9E8B725B9A8CD23FBF15614C59F41F /* BSG_KSMach.c in Sources */ = {isa = PBXBuildFile; fileRef = F4EB053F88B611F207628060A709532F /* BSG_KSMach.c */; }; - BABE71176BCA0F6279AA9F637CA91055 /* RCTURLRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 98D8ABA72F0E8855B0F38E6EFF24C531 /* RCTURLRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BAC64044E2BC58CB9EBE5EB147C69F81 /* ARTShapeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F800BD2C4A4F294A3BDAC5EB53F37B43 /* ARTShapeManager.m */; }; - BAF0F3643FF6537D18C0C4D20C0DBB98 /* BSG_RFC3339DateTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 55E3EBA9E2084BB088AA32EB8F79630F /* BSG_RFC3339DateTool.m */; }; - BB5703CC5A171DC2B6CEDF71E4748D94 /* RCTEventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B7BC4A3AB982847EE799E6134804887 /* RCTEventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BA9BA30EE97ABF955C4E454A06AB1466 /* RCTConvert+CoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6177C1A5E4529646E2D97CDF3E75AAA2 /* RCTConvert+CoreLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BA9E8B725B9A8CD23FBF15614C59F41F /* BSG_KSMach.c in Sources */ = {isa = PBXBuildFile; fileRef = 7EFFDD1C172FACA0E4B372D8E6788CD5 /* BSG_KSMach.c */; }; + BABE71176BCA0F6279AA9F637CA91055 /* RCTURLRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 8666A129958604DEC083C66FEBB02BB1 /* RCTURLRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BAC64044E2BC58CB9EBE5EB147C69F81 /* ARTShapeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 73558E8BDF0844144FBB848734FB0A53 /* ARTShapeManager.m */; }; + BAF0F3643FF6537D18C0C4D20C0DBB98 /* BSG_RFC3339DateTool.m in Sources */ = {isa = PBXBuildFile; fileRef = B546C4150093F2C0121919DB6A6E72F7 /* BSG_RFC3339DateTool.m */; }; + BB5703CC5A171DC2B6CEDF71E4748D94 /* RCTEventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 49B6FE6596551A00C765B7D0BC0D7141 /* RCTEventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; BB72C52113C41EE2194D3A3EA913DC69 /* webpi_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = C7821887EC75F1976C084E486D5951CB /* webpi_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BBA5C37A4DA22F35E2BFE079AF8D4D97 /* UMViewManagerAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2631E243EF61902279E4E44BA8274AD3 /* UMViewManagerAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BBA5C37A4DA22F35E2BFE079AF8D4D97 /* UMViewManagerAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = C14488DB10BF1DC7ED777D3B1CACC0A2 /* UMViewManagerAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; BBB9BBD85FD78B7232142ADE3AD15BD0 /* SDImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 65A2AC7C151D3304C515E8B87C31ABCE /* SDImageWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BBDB8085D34C1BA129E1735348672A38 /* RCTMultilineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F562F79FEA0DC18F659C702B32DC93D2 /* RCTMultilineTextInputViewManager.m */; }; - BC323EC0EB4DA913977AF3EBC1C66254 /* RCTModuleMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4F9B8D49D7836C792AD1829FBCABE7C7 /* RCTModuleMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BBDB8085D34C1BA129E1735348672A38 /* RCTMultilineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 38EDBF06AF5D45BA630D94967F3847F9 /* RCTMultilineTextInputViewManager.m */; }; + BC323EC0EB4DA913977AF3EBC1C66254 /* RCTModuleMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 822A876AACD24B50722D260D165AB25E /* RCTModuleMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; BC39A14139D09DA09D179898A87CF021 /* GULLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = B8996D5AB0956EA7E5595D218610D734 /* GULLogger.m */; }; BCFEDCF75CD6C632198EA59001E2203C /* CGGeometry+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = EBF297C2CF43BDAF7ECA04EA33DA8249 /* CGGeometry+RSKImageCropper.m */; }; BD1D9E289B85888E5A0DA85BFDB7A306 /* common_sse41.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A3ED46A156A912B7EFC28D9216E415C /* common_sse41.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD4338E90B5A16B6947BCA512B8F86AA /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EC5BDE0FB49A15E590FDEC3D9D947CDD /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD5CFC11C49F0BB6ED6DE6C3B88A3B5B /* RCTSegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = C1ABCC63C6117F6139F5E754A885B208 /* RCTSegmentedControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD4338E90B5A16B6947BCA512B8F86AA /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5875A79319EDABF29C9EB927DC01C0DA /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD5CFC11C49F0BB6ED6DE6C3B88A3B5B /* RCTSegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 13BFFC9DD90CC800ADE231AD62738E2F /* RCTSegmentedControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; BD65B77B25285655EFA60B4C9F3F23F9 /* GULOriginalIMPConvenienceMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BEF4ABF6E8169D3727CEA15BABCE486 /* GULOriginalIMPConvenienceMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD79F6B65349C921CE308EDC53DBFED7 /* RNCWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = 069E16C7D5116FD35DA825A786AB6CCE /* RNCWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD79F6B65349C921CE308EDC53DBFED7 /* RNCWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EC359907265C85DC3AC0AEC8FFEC1C0 /* RNCWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; BDAE1642C9CF0B63DF602E868A7970E1 /* FIRInstanceIDUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = D8EC34EC8CC38CF16D8663A7854E1F0D /* FIRInstanceIDUtilities.m */; }; - BE1EE1B1FACDC3A698B499BB6B844904 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FA1954F4F2B6C752A44608FDD6E9942E /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE1EE1B1FACDC3A698B499BB6B844904 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BCD450FD0A6612A0B09F4CD799B09295 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; BE37FB1F5349BFBD966F5B1CBB9B24B0 /* GDTUploadCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BD00758F5E48D4A3B8218710D7D5C07 /* GDTUploadCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE39F1DC3D3F1C43D2DCD3DBCCF32E5D /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3278C46B12DB44947D0BE2C1C4D94AAB /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE39F1DC3D3F1C43D2DCD3DBCCF32E5D /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 47BA8CCAFD3F2E3485A5F84C8440038C /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; BE40EDBCF4471381FF28E7701C8FEA69 /* bit_reader_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = BDA5D33F399DCAB1FD228ECD932912C1 /* bit_reader_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; BE4F13C44F376AE339DD73231DCFBACA /* FIRInstanceIDVersionUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BF4F22DC8A83366111A7A756E4A9AA2 /* FIRInstanceIDVersionUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; BE5DE257A36811BEFB4F2626DFDBD03C /* GDTConsoleLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 28BD684EF1D3EA7EF62481985911AFC7 /* GDTConsoleLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE66A472C87FB28630F530C61341D91D /* RCTModuloAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = B4DF9F94C2A65E6E1204DB8D24D00840 /* RCTModuloAnimatedNode.m */; }; - BE81EB7D0762FF06B9148922F597CE73 /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 75ED6A2FE645B4C2CE9C0CAA112C005E /* RCTCxxConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE66A472C87FB28630F530C61341D91D /* RCTModuloAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B4923C152363940143C95E1BD33AACB /* RCTModuloAnimatedNode.m */; }; + BE81EB7D0762FF06B9148922F597CE73 /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D27F567A689486EFBDD9BF0528ED12F /* RCTCxxConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; BEAACB445A8428E8D8A345DFAAF5C23F /* QBAssetsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = ADBD04C24033E70A57BE371F9E95677E /* QBAssetsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BEAE2BC124DD18BB39D4A17D118FA151 /* RCTReloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 02E1D4C0A7F385C24A1B699EEB7C119A /* RCTReloadCommand.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BEAE2BC124DD18BB39D4A17D118FA151 /* RCTReloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B6F9AB60034F9E68659E84A566DD8A3 /* RCTReloadCommand.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; BEB014B667D2D37691883E689C5B22F5 /* CGGeometry+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 46610F5B03BF1D264385A4E958941598 /* CGGeometry+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; BEB8A46866B0036585164D48371F67F3 /* rescaler_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B136D058D3F594D25B893879B7F0C2E /* rescaler_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; BEE4B0E524B825FBF453B242122800F6 /* FIRInstanceIDCombinedHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BDFD803D35E23046615364556059747 /* FIRInstanceIDCombinedHandler.m */; }; - BEEBCB09A0A2EF83877848B92D64AFBE /* BSG_KSCrashReportStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 37677EE64429D5E6813BBD62C03DC730 /* BSG_KSCrashReportStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF2CC947A4C41569B3A195A9B21F9713 /* RCTVideoPlayerViewControllerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 17EDA0CB2B36DDEC0132A8257FD0A4D6 /* RCTVideoPlayerViewControllerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF545957D6AC7F90C6B1273591A96A42 /* RecoverableError.h in Headers */ = {isa = PBXBuildFile; fileRef = A215F2AED7CE7F6AB106DEBEAC8BC6A6 /* RecoverableError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF65D2EA4B15FB41B542CC4ABEF114F6 /* RAMBundleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 65A885C83B69E89EE743E1A0A7D9267E /* RAMBundleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF6A5880435F00A13B94E354AD1306E2 /* RCTDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EC3DBBA6E2E7BA421C6B0182A7246C3 /* RCTDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BEEBCB09A0A2EF83877848B92D64AFBE /* BSG_KSCrashReportStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C9A106AB57C72DF38208610D5C94CD8 /* BSG_KSCrashReportStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF2CC947A4C41569B3A195A9B21F9713 /* RCTVideoPlayerViewControllerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F409B5295FD625EDC00BB50DF34E3B17 /* RCTVideoPlayerViewControllerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF545957D6AC7F90C6B1273591A96A42 /* RecoverableError.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E762A222308E7D5E1B9FFA92DF3CD40 /* RecoverableError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF65D2EA4B15FB41B542CC4ABEF114F6 /* RAMBundleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 99DE8F0CEC1B45C2885D13092296B18E /* RAMBundleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF6A5880435F00A13B94E354AD1306E2 /* RCTDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 71645E7B8BC727F250970F14F0682705 /* RCTDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; BF6C73488638D5E9B195DC5890E36369 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 10A429E17C3C53FA1DE5F1B6805ACFF5 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF9530B10724263A128DDA21ACFFAD41 /* UMReactNativeAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = DD843FEED6C2152F9DD2C2890FCBC526 /* UMReactNativeAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF9530B10724263A128DDA21ACFFAD41 /* UMReactNativeAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 790ACF3BCF8B68EFC80A6F46766C9E1E /* UMReactNativeAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; C003FCC72FC7B55D846E71062A6AF1CB /* GDTStorage_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = BFFBF5219A0D3AAA47E060FFC717E668 /* GDTStorage_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; C00BC444C909EC94EB7A0B9972BE02DE /* GDTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 38D3EA066BBED7BCCB24EAF46CC65828 /* GDTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; C0A325EF483D590E330CAE0754811F0E /* yuv_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 02FD33521F8002162046ECF724387EAD /* yuv_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C0ACB39A2A62B6BE2B02F8A7AB97A14F /* RNFirebaseLinks.m in Sources */ = {isa = PBXBuildFile; fileRef = F06D3ADEB9AF413332ECD1AEFE347834 /* RNFirebaseLinks.m */; }; - C0CB7350BAE204A6BD9FAB47CE2FE34F /* RCTImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = B4CC7A68857E49954F1F3F103C9D61FB /* RCTImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C0ACB39A2A62B6BE2B02F8A7AB97A14F /* RNFirebaseLinks.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B302054ACE74FCBA4C902A5DCE51802 /* RNFirebaseLinks.m */; }; + C0CB7350BAE204A6BD9FAB47CE2FE34F /* RCTImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EFBA9CC63A90E063363AB82E0449F35 /* RCTImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; C0EF38E2CC4F5D1AA2CE7684E58C542D /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D6987D722A6047F50A05C5C98BB4D26 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C11E5987EE418D21E6B1CF2AB4703EF5 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5210BEE1B83C6FAA39C29DD8643A61F6 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C12CECE1BFC62D60E7A7F28CFEB07FA7 /* RCTInspector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1613165AD3D38B77EBDBF0EA8019FCE1 /* RCTInspector.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C13607802A82E097C94614A6F16A33AE /* RNVectorIcons-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46458FC5BA171238711C4452D9FFE1BC /* RNVectorIcons-dummy.m */; }; - C13728C0CF5BB9AC2E7C7AD120BE6624 /* RCTImageEditingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3AF4F25F2C55008268BC35CA2A9EB7EB /* RCTImageEditingManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - C1527E631CCA0A9E697CE853758205F9 /* RNPanHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B1216DF5913FC67AAAC23A8888AE9DA /* RNPanHandler.m */; }; - C160A88864FE384B7BB83ADBD7CD4570 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5210BEE1B83C6FAA39C29DD8643A61F6 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C183C6E11A0E0A2F431CBF0CA057B88D /* REACallFuncNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 73898F0A4372AA1F40A34F41671305FF /* REACallFuncNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1A123BFA03E70A8959BBE5BFEE568C2 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 49530A68CBFCAFB1CEFCDAA9F42B50D8 /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1B699A7F2B98F0236BD674973A9BAC0 /* RCTTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = FB7A54F3586E2E3E3689005870160DE4 /* RCTTouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1C07EA90BC7C396D73BFB7E2876A20C /* RCTUIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F108073C5E16583055E667DE547B61C /* RCTUIManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C1C42D2A161E005AC9884543F93F9990 /* CompactValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 6621DB48196F8D256EA0730409A00AB6 /* CompactValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C11E5987EE418D21E6B1CF2AB4703EF5 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 06FD896678C2E0470E8B620B46533FFA /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C12CECE1BFC62D60E7A7F28CFEB07FA7 /* RCTInspector.mm in Sources */ = {isa = PBXBuildFile; fileRef = ACC42F9CA47CAE7B954CAB7F87146F43 /* RCTInspector.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C13607802A82E097C94614A6F16A33AE /* RNVectorIcons-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C6708324349481C17FCF7D84DBAF332 /* RNVectorIcons-dummy.m */; }; + C13728C0CF5BB9AC2E7C7AD120BE6624 /* RCTImageEditingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 39E347AF42FFF5C537EC1000B5934B92 /* RCTImageEditingManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + C1527E631CCA0A9E697CE853758205F9 /* RNPanHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 20D94A6B2AAC7FF5566A6EF8075A8135 /* RNPanHandler.m */; }; + C160A88864FE384B7BB83ADBD7CD4570 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 06FD896678C2E0470E8B620B46533FFA /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C183C6E11A0E0A2F431CBF0CA057B88D /* REACallFuncNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C7396637082AFCE850981CC4B3AEF7D4 /* REACallFuncNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C1A123BFA03E70A8959BBE5BFEE568C2 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C9263F825FFF757EAA47B9D757CE6BE /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C1B699A7F2B98F0236BD674973A9BAC0 /* RCTTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = F6546CF4D4FB0BE83BBB6103DB09DBB8 /* RCTTouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C1C07EA90BC7C396D73BFB7E2876A20C /* RCTUIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 18362C3D98EA6CB3834CF9B1302D0D33 /* RCTUIManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C1C42D2A161E005AC9884543F93F9990 /* CompactValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 68EB781C14B45A23D2B2422D488DA871 /* CompactValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; C207569F8719A271C767D198587CFF0F /* FIRBundleUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 5506F95C9DD2C96CB505C5DEC60279DC /* FIRBundleUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C20D3318B5E9CD84E1EE98ABED9ED88C /* JSDeltaBundleClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3B6506265F3367141E31DCF936763ACD /* JSDeltaBundleClient.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C20D3318B5E9CD84E1EE98ABED9ED88C /* JSDeltaBundleClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 799DE0B23BD42824FA309135B2CCCD47 /* JSDeltaBundleClient.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; C22841039EF7FCB0A38C0A4BEF6E233A /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 54711596EE065CCA239EFE8201F0E41B /* SDWebImageDefine.m */; }; - C244C4AEF749407B55BEB89F8A908791 /* BSG_KSCrashSentry_CPPException.mm in Sources */ = {isa = PBXBuildFile; fileRef = C96EFC242C43FBD164324E0B2023512B /* BSG_KSCrashSentry_CPPException.mm */; }; - C2684537D71ACDD166474EDB26F48E95 /* RCTNetInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = EA28F8CD09A6D38BD4F0FE8DEBD01185 /* RCTNetInfo.m */; }; - C26D1A4CB64ABB25355919733FA07F67 /* UMModuleRegistryProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = B1BCC00D2D8DAF70A113D49EDDA48641 /* UMModuleRegistryProvider.m */; }; - C29A733CDEBD3A9A2574F947537CEFB2 /* RCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 865E39F06A42C6FAC5C5E86CE8717766 /* RCTEventEmitter.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C2DAABCFA14AF3B14F81C7763C0E9B44 /* REAAllTransitions.h in Headers */ = {isa = PBXBuildFile; fileRef = 96B8735479A382DAE21A14676BF542A6 /* REAAllTransitions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C2FE5A4BD90912BBC15DF5CC9C172146 /* JSExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4174C3DA62C6EDE81EC9F9D21A6F2728 /* JSExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C244C4AEF749407B55BEB89F8A908791 /* BSG_KSCrashSentry_CPPException.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6393E76CB8B749E8EE05E3095BF5C201 /* BSG_KSCrashSentry_CPPException.mm */; }; + C2684537D71ACDD166474EDB26F48E95 /* RCTNetInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F44BE17A1B22DF4B65F85DFB6D2CDEC /* RCTNetInfo.m */; }; + C26D1A4CB64ABB25355919733FA07F67 /* UMModuleRegistryProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = FA95564F03E679BF7BCDCCFEA4F5DB37 /* UMModuleRegistryProvider.m */; }; + C29A733CDEBD3A9A2574F947537CEFB2 /* RCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F6276C82E730E00E47CA21517DEA52A /* RCTEventEmitter.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C2DAABCFA14AF3B14F81C7763C0E9B44 /* REAAllTransitions.h in Headers */ = {isa = PBXBuildFile; fileRef = 04465093BBCE1426AF1EB6CA52C98A8C /* REAAllTransitions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C2FE5A4BD90912BBC15DF5CC9C172146 /* JSExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0FA89F0128EFD95C39CBF01E1D7AF57F /* JSExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; C3349FD62950CE68B534E08E98989248 /* filters.c in Sources */ = {isa = PBXBuildFile; fileRef = 191C7A61A45A4E62643670F51F090822 /* filters.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C34CB0B8FFE337C549DD2A9F0D84B82A /* RCTRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DE5E34FE8EE79376EB837070EECF228 /* RCTRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3A2D6BCDBDA123DB574B839F8BD2994 /* UIImage+Resize.h in Headers */ = {isa = PBXBuildFile; fileRef = AC50FAD51606C7A7BDC77BEFDC97ACF6 /* UIImage+Resize.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C34CB0B8FFE337C549DD2A9F0D84B82A /* RCTRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 642EB49E2BDEBA6B3F2823D35D8EA481 /* RCTRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C3A2D6BCDBDA123DB574B839F8BD2994 /* UIImage+Resize.h in Headers */ = {isa = PBXBuildFile; fileRef = AC902C6A9794419C90D1F8485A66EA4E /* UIImage+Resize.h */; settings = {ATTRIBUTES = (Project, ); }; }; C3D1000FE91F1ED6637A85A0B3393FAE /* GULNSData+zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = 4869B54B0EE37591D6C195EFA088A309 /* GULNSData+zlib.m */; }; - C3EAD7F273D022D02D3403E9015A8523 /* RCTProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 17C0B954E85FC75B7EFBDDFCB4506E4D /* RCTProfile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C426E7406D39F8B9DC748D66406DE5D9 /* EXAudioRecordingPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = BF675BDCEB62F9E372C87820209D75E9 /* EXAudioRecordingPermissionRequester.m */; }; - C45AD96F1A0B37D92B6961C3CE437CB8 /* RCTModalHostViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 78321E51A4A540D13D5D8BD2DA2809C9 /* RCTModalHostViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C3EAD7F273D022D02D3403E9015A8523 /* RCTProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 37642C07E13F5B2E1648F47694282C66 /* RCTProfile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C426E7406D39F8B9DC748D66406DE5D9 /* EXAudioRecordingPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = F540A7F36176444CD199169CBB389C49 /* EXAudioRecordingPermissionRequester.m */; }; + C45AD96F1A0B37D92B6961C3CE437CB8 /* RCTModalHostViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FE52B8E58D6AC2000D8C3F90FBB1ED6 /* RCTModalHostViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; C463903550363F2EC8E73556C301C2CE /* FirebaseCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BBB8F40356ABEB7E55A02AB87D8BD73 /* FirebaseCore-dummy.m */; }; - C46CABA6A326F70D7624EF26233C77BE /* UMCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 69319F03CE5E5C62BB0E8F87AC0D27EE /* UMCore-dummy.m */; }; - C4A2F95818E70C18AF66DFAFDB40D431 /* RCTDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = EB519EE03892715ECE983731D559519F /* RCTDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4C0690D0CC7D0EFC458CE9E1C67B9A2 /* RNJitsiMeetViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DF023C46434A618EA273DA8E3F8C49B1 /* RNJitsiMeetViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C46CABA6A326F70D7624EF26233C77BE /* UMCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B8D1129C4CF2834BFB0767A96D941297 /* UMCore-dummy.m */; }; + C4A2F95818E70C18AF66DFAFDB40D431 /* RCTDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 82D6F3B8FBE2CC86A13086312B23271B /* RCTDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C4C0690D0CC7D0EFC458CE9E1C67B9A2 /* RNJitsiMeetViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FD8AD87F8A4D33DBC348F541ECD1A7A /* RNJitsiMeetViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; C50BBFD660177E04410B43D6C45ABBE7 /* GDTEvent_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E1E297E5E6E76E62B903BE587078B295 /* GDTEvent_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; C51C3D70CCB9260030FA831AF35788CC /* pb_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = A90996A1D17F8B19F648CCA2F3DA90B1 /* pb_decode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; - C54354698BDAC62A3BD74819A4F3A2F8 /* RCTSurfaceStage.h in Headers */ = {isa = PBXBuildFile; fileRef = 71B389CB5B56CFB334BE535D2476F79B /* RCTSurfaceStage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C546F80F28448E4840B54656FED5B9C0 /* jsi-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = C6E44A6DBBEE242422FDDC66DCFE9D0E /* jsi-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C54354698BDAC62A3BD74819A4F3A2F8 /* RCTSurfaceStage.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EDDD082B464330E799D615A83BF7906 /* RCTSurfaceStage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C546F80F28448E4840B54656FED5B9C0 /* jsi-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 9724C58E6FD7F12E0B1E7BA188AEC6FB /* jsi-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; C5B18DC66089E744774E2B7348260CAD /* GULNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = EAEC75E92D73486F6BF98F23AA7FFE58 /* GULNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5B6D6D972FDFA5C328D46C038C831F0 /* jsilib-windows.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CBD6A5BFCF174B7789C908F39E1F9AC8 /* jsilib-windows.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C5B6D6D972FDFA5C328D46C038C831F0 /* jsilib-windows.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CF430C02D4BA0FEF3E12AD4A03135469 /* 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"; }; }; C5CEDA86340AD47E9F861BA2E90C0098 /* FIRInstanceIDAuthKeyChain.h in Headers */ = {isa = PBXBuildFile; fileRef = 119D49631AB3BD4A36F2818E213042AD /* FIRInstanceIDAuthKeyChain.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5E72E14D8CFFC9470A4CCF50E4F7446 /* BugsnagReactNative-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EC9619B8F1E2C194DE511CD8A7AC973E /* BugsnagReactNative-dummy.m */; }; - C61D07BBE1FA5ED2C4AB03C96D9A2F8A /* RCTSegmentedControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 152B32D40B0A4AC5A72EA9301B83D89B /* RCTSegmentedControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6392E335499D2C84212964C3C05A577 /* BugsnagSessionTrackingPayload.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E4261E9DA1E9B9EB1D83DAA337845CC /* BugsnagSessionTrackingPayload.m */; }; + C5E72E14D8CFFC9470A4CCF50E4F7446 /* BugsnagReactNative-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 107D3D738B7A8CE24E980163B3F09293 /* BugsnagReactNative-dummy.m */; }; + C61D07BBE1FA5ED2C4AB03C96D9A2F8A /* RCTSegmentedControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C2FD7CCA4CD739EF855A3FA01BE50856 /* RCTSegmentedControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6392E335499D2C84212964C3C05A577 /* BugsnagSessionTrackingPayload.m in Sources */ = {isa = PBXBuildFile; fileRef = C4DC2C0111B5779B9E565DDCD823B049 /* BugsnagSessionTrackingPayload.m */; }; C65E95799529526B6E7D878BE5A8C15A /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E30DF42DD6363F4750ACB671F106D0B /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; C679826BA06A7E8AC3F0C873125401AB /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 52BDDD0244A987883DB876E8A5EA00D8 /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6B6684C3D88C826389C24634EC328EC /* RCTTypedModuleConstants.mm in Sources */ = {isa = PBXBuildFile; fileRef = D2A6D1E488F8616F877E6473D6DA102C /* RCTTypedModuleConstants.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; - C6D1392176223C7A48AF027E57177FE9 /* BSG_KSCrashDoctor.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BC0E242FDDCF508E8D27DAE5915C5D4 /* BSG_KSCrashDoctor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6DEF164A573F8287A635565DD249709 /* UIView+React.h in Headers */ = {isa = PBXBuildFile; fileRef = 43E400FA303B245EEC239368D0F13B7C /* UIView+React.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6E12490D93786594E537BE98FC35205 /* RCTNetInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DC31B49E2571BDE3CEDB84B28DE5525 /* RCTNetInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C75E4435E4A6F4E4F77E7B11B6B93DCD /* RCTNativeAnimatedNodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 76DDB51F2393776542183257E816A139 /* RCTNativeAnimatedNodesManager.m */; }; - C78C8A90CCE1F00A747F50135C11A8BE /* RCTLinkingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E86E683042BF472105F52DBCF26CB84 /* RCTLinkingManager.m */; }; - C79294613B7092A89E272A0F5BE8FE3A /* RCTSegmentedControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F661E60947B4E42E1D50EED00F0407DA /* RCTSegmentedControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C7A978DE2F048385786BB530A47BB2DB /* RCTTextDecorationLineType.h in Headers */ = {isa = PBXBuildFile; fileRef = 22509F6CAC0545EE9C92B24406594D33 /* RCTTextDecorationLineType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C7B3587D484D82AF3247A699972D2A1A /* NSDataBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 41EFB624DDACF745DCD4B1F2D9425193 /* NSDataBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6B6684C3D88C826389C24634EC328EC /* RCTTypedModuleConstants.mm in Sources */ = {isa = PBXBuildFile; fileRef = D35E004EB2154009985579EF4FF8557B /* RCTTypedModuleConstants.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + C6D1392176223C7A48AF027E57177FE9 /* BSG_KSCrashDoctor.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C2874550A34A16EB9474246542FFF9F /* BSG_KSCrashDoctor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6DEF164A573F8287A635565DD249709 /* UIView+React.h in Headers */ = {isa = PBXBuildFile; fileRef = 72EC2B440DDCEB6EFC3F9B963357EE76 /* UIView+React.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6E12490D93786594E537BE98FC35205 /* RCTNetInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = C8D26CCB01B9E0036DF184638CEE68DA /* RCTNetInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C75E4435E4A6F4E4F77E7B11B6B93DCD /* RCTNativeAnimatedNodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F77E200A857AB3875CCABF438E29412B /* RCTNativeAnimatedNodesManager.m */; }; + C78C8A90CCE1F00A747F50135C11A8BE /* RCTLinkingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C1EEFE3D55A0AEA0A647125C544FC2A4 /* RCTLinkingManager.m */; }; + C79294613B7092A89E272A0F5BE8FE3A /* RCTSegmentedControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B44F94E7C34A7CD76455440BA3B2A22B /* RCTSegmentedControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C7A978DE2F048385786BB530A47BB2DB /* RCTTextDecorationLineType.h in Headers */ = {isa = PBXBuildFile; fileRef = F6D13961482DD2EE8A258762BDEBB52D /* RCTTextDecorationLineType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C7B3587D484D82AF3247A699972D2A1A /* NSDataBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 30A072C44DC0493262F79EFEA04ABDFA /* NSDataBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; C7D3C394C908F36CAD5033116E989AAD /* GDTPrioritizer.h in Headers */ = {isa = PBXBuildFile; fileRef = C3EFB4F4EC1CD06DDFE2D949BE8E6A0C /* GDTPrioritizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8294A3AFB454918E426906BBF91A803 /* RCTAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = 916E0498FFADDDFC20485574E2CDD6D3 /* RCTAppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8366575C514F3D18B718B19878DDFCB /* BugsnagBreadcrumb.m in Sources */ = {isa = PBXBuildFile; fileRef = E087FF5551C6FBCDDFF393AEC10380F6 /* BugsnagBreadcrumb.m */; }; + C8294A3AFB454918E426906BBF91A803 /* RCTAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = 7086384D7DF888A8EAA0D0D4522AE179 /* RCTAppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C8366575C514F3D18B718B19878DDFCB /* BugsnagBreadcrumb.m in Sources */ = {isa = PBXBuildFile; fileRef = 6072E4BAAED089D7AE2B64FEE750099D /* BugsnagBreadcrumb.m */; }; C85D4BD99F069300A31F363E422EB484 /* QBAlbumsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = D328398F059C6753CB6FD284D94ACD5F /* QBAlbumsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8D012D66025AB92F9FDC8208D69D2FB /* RCTMultiplicationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 904837736D2EA97FF81880EF770E0569 /* RCTMultiplicationAnimatedNode.m */; }; - C8F5AE3DE1F7A264D3C7EB9F1168625B /* BugsnagKSCrashSysInfoParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EAE546DC43AB4405DBA7FEE69967526 /* BugsnagKSCrashSysInfoParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C91A80302343239A6EF2EA1AD3B2D760 /* RCTSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CFC5BCB4620933A2A03665A8B4317C0 /* RCTSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C940D03C9052AA2516156A393AFB5D41 /* RNFirebaseRemoteConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = C4F0617EB699F61CEC22F253F934A307 /* RNFirebaseRemoteConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C8D012D66025AB92F9FDC8208D69D2FB /* RCTMultiplicationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 93C912D0BC9AA31331647CD55694D361 /* RCTMultiplicationAnimatedNode.m */; }; + C8F5AE3DE1F7A264D3C7EB9F1168625B /* BugsnagKSCrashSysInfoParser.h in Headers */ = {isa = PBXBuildFile; fileRef = D2AE01502A1D7A3BF017E43D2D032248 /* BugsnagKSCrashSysInfoParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C91A80302343239A6EF2EA1AD3B2D760 /* RCTSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1306BEAFB1827AF92227FC3E2C27E0A9 /* RCTSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C940D03C9052AA2516156A393AFB5D41 /* RNFirebaseRemoteConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = B0D70BF1D81B69D47C2148109D5EF985 /* RNFirebaseRemoteConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; C94DC516C2F48A7868DF9193BAB277CA /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B9A2DD3B4EA1CAC0E1E3C0CC971E625 /* UIImage+Transform.m */; }; - C95C8066C336E2C233D889A4AA7BF555 /* BSG_KSCrashSentry_CPPException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB833DB91F3C3F00F5659F874B8DCF2 /* BSG_KSCrashSentry_CPPException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C98B27F94C0BFAA23B39DF31B94E96C2 /* EXAppRecordInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EC873DEE6E3D81E6C3D6F548B7590A7 /* EXAppRecordInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C95C8066C336E2C233D889A4AA7BF555 /* BSG_KSCrashSentry_CPPException.h in Headers */ = {isa = PBXBuildFile; fileRef = 934A9CEED773C4D40E17F290E470AE41 /* BSG_KSCrashSentry_CPPException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C98B27F94C0BFAA23B39DF31B94E96C2 /* EXAppRecordInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = DAC76346A03F1281B2819BB21FDCA495 /* EXAppRecordInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; C9C06DB7739CC4EDD00EE60BD45AB526 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BC88F2D8A0A91D11E8A80D44390B6D4 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C9D6F1DEFE0BC49C87D941B8CEDBCD01 /* RCTShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9046263A87404FE2FA089678B448B3E5 /* RCTShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C9EB3B7BD3C03FE53AD3B843B3B6B185 /* RCTConvertHelpers.mm in Sources */ = {isa = PBXBuildFile; fileRef = CB880D07B8E49F0D9D486FD8C4EBCB45 /* RCTConvertHelpers.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; - CA28EB9031E5E5659B2CA1F6BF10E4A2 /* RNFirebase.m in Sources */ = {isa = PBXBuildFile; fileRef = F796ACB971B3220AAEE056E1A82AE383 /* RNFirebase.m */; }; - CA5793F28513936E05309A9CBDC43D43 /* BSG_KSCrashIdentifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 54E610B481CD90275D742AA79C56D73B /* BSG_KSCrashIdentifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA67199CAF85BD631A173567EACB114D /* Orientation.m in Sources */ = {isa = PBXBuildFile; fileRef = A49BD0CA97A040D95882D2B44D220DE0 /* Orientation.m */; }; + C9D6F1DEFE0BC49C87D941B8CEDBCD01 /* RCTShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 294CB3D252014A18DD4A3A73D6B0EAAC /* RCTShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C9EB3B7BD3C03FE53AD3B843B3B6B185 /* RCTConvertHelpers.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9A28B5D073990FAAF8A12A5EE68E5743 /* RCTConvertHelpers.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + CA28EB9031E5E5659B2CA1F6BF10E4A2 /* RNFirebase.m in Sources */ = {isa = PBXBuildFile; fileRef = A745D640AC8C686BC57AF610BB212C47 /* RNFirebase.m */; }; + CA5793F28513936E05309A9CBDC43D43 /* BSG_KSCrashIdentifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DF2A0FFF5E8791669F3D2E2AF773864 /* BSG_KSCrashIdentifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CA67199CAF85BD631A173567EACB114D /* Orientation.m in Sources */ = {isa = PBXBuildFile; fileRef = B512017AE0E0A919495C69B001437EC8 /* Orientation.m */; }; CA6E8BCDD8BA3F3A19D47CFD4CA9E6E0 /* msa_macro.h in Headers */ = {isa = PBXBuildFile; fileRef = 7438CA751822D791B12E58204A868D57 /* msa_macro.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA82E137ABBD7249B72E92F7D52A1A2F /* ARTRenderable.m in Sources */ = {isa = PBXBuildFile; fileRef = 9973B00F34DCC89350270D19C4B78C45 /* ARTRenderable.m */; }; - CABED76FF5610C0534B090E89EA3B2FE /* BugsnagNotifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 421FFB16EAF6AB59C2EFAF20F0428076 /* BugsnagNotifier.m */; }; + CA82E137ABBD7249B72E92F7D52A1A2F /* ARTRenderable.m in Sources */ = {isa = PBXBuildFile; fileRef = 82A14036AEE4CCDA197C5FEE2AD9B15E /* ARTRenderable.m */; }; + CABED76FF5610C0534B090E89EA3B2FE /* BugsnagNotifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 4870E7734548ECD64DE92DAAD30CE706 /* BugsnagNotifier.m */; }; CAD5136F6340CDBE7374F28BADC8E8EE /* RSKInternalUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 7607A9B0AE15AE2637A412F178FD449C /* RSKInternalUtility.m */; }; CAF7B83A9944FC42D125FD8531A69A20 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = F7A3959711328FF127A9A09EDBF43483 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; CB451FBD339977E44FF2FC313068B5EC /* GDTStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = A639FF9F42C51D2970304EDD7F9308E9 /* GDTStorage.m */; }; - CB53CB8940FA626EDC9DA002C71F0199 /* RNCAppearanceProviderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FA536876C2A2AF9664307B7ECFEAA71A /* RNCAppearanceProviderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB53CB8940FA626EDC9DA002C71F0199 /* RNCAppearanceProviderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AAA73D3C27182BDDB286D67F23E7D9A8 /* RNCAppearanceProviderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; CB58C69E5D7000D8AE64ECC794C216F2 /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 594F6298D5A3FF425E7667904063669C /* SDAnimatedImageView+WebCache.m */; }; CB64648C0E1E4414FD4489211DD002D7 /* FIRInstanceIDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = C8233D3E197592FC774570D40E374962 /* FIRInstanceIDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB6FE39436E925E77F12794C3460AB4F /* JSIDynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1748C2FC56FE6C226D70EBA6787B709D /* JSIDynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CB75321A593E9F9CF14DC01E77D2B71F /* RNFirebaseFunctions.h in Headers */ = {isa = PBXBuildFile; fileRef = EFCA9FCA0CFD1A5C5A7F1497C3E224A4 /* RNFirebaseFunctions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CBC3C8CDC98A30E9165A60C0AEC4C6E6 /* RCTSurfaceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 56ECAFA4C28E74E2E2888F511B86E35F /* RCTSurfaceDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CBE71DAFC11B03D9525FF1D9A22DB7EF /* BSG_KSSystemInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AC60DEE78FC30648336F862D99C49E2 /* BSG_KSSystemInfo.m */; }; - CC1D981A4F68A1E01BF9083FFC270693 /* React-jsi-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DE0B56F032CC900BA568EE3A5F53A9E /* React-jsi-dummy.m */; }; - CC39BA71608BA9FFD62F8C5AF65B227F /* LongLivedObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B1640597D9EE540D40FF4401209ECD47 /* LongLivedObject.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CC5C5748F588ED764B57214FD01FA6AF /* RCTSurfaceStage.m in Sources */ = {isa = PBXBuildFile; fileRef = A5889432BDA0DED33AC1EF66E706F659 /* RCTSurfaceStage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CB6FE39436E925E77F12794C3460AB4F /* JSIDynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 03ED1D7063D6A4F5E65CBC1E0BB1B9D4 /* JSIDynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CB75321A593E9F9CF14DC01E77D2B71F /* RNFirebaseFunctions.h in Headers */ = {isa = PBXBuildFile; fileRef = 51B2C8E893A252AC4FBBA74FA44502D5 /* RNFirebaseFunctions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CBC3C8CDC98A30E9165A60C0AEC4C6E6 /* RCTSurfaceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = A721BFF3C23C75052F8B9492B619485F /* RCTSurfaceDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CBE71DAFC11B03D9525FF1D9A22DB7EF /* BSG_KSSystemInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = B638103507F939F356DBCC7610FC8D00 /* BSG_KSSystemInfo.m */; }; + CC1D981A4F68A1E01BF9083FFC270693 /* React-jsi-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EA3F07E414F12BEEC927B8DEB2052DC5 /* React-jsi-dummy.m */; }; + CC39BA71608BA9FFD62F8C5AF65B227F /* LongLivedObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AA60B66D815707B0ADDB4C0E55CDE282 /* LongLivedObject.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CC5C5748F588ED764B57214FD01FA6AF /* RCTSurfaceStage.m in Sources */ = {isa = PBXBuildFile; fileRef = 03F6365F981A98278104844C35794E58 /* RCTSurfaceStage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; CCB6F59AABF0E21BC0F9A4A9021C9181 /* alpha_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = BB1D5B32296BD5CF76CB332AF0AB90DC /* alpha_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - CCEE7F22ED3AF3050046C3DA5CED35EF /* UMViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BD7C631C3703B5512F6E0CA99FA0F460 /* UMViewManager.m */; }; - CD20FB8B82F46A41B46BE2243C2207A6 /* React-RCTNetwork-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DB341FAB1543F13B9E7D22FBCFB2CA9 /* React-RCTNetwork-dummy.m */; }; - CDBF9E5042AA209F0DC26458C3E0A33A /* EXConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = A7F4F3B8CF85FF6088AFBDD2E0B9CF85 /* EXConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE06FC0B40399ED9AC1D7CE1291D0C35 /* React-CoreModules-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BD3906522CB7A056BE7B533EE7AAECF0 /* React-CoreModules-dummy.m */; }; - CE25C95BBF3F1E5830A8EF8E1F7A9929 /* RootView.m in Sources */ = {isa = PBXBuildFile; fileRef = FA564AA83167F3AF33C645641EB17384 /* RootView.m */; }; + CCEE7F22ED3AF3050046C3DA5CED35EF /* UMViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A52DBA02565620C7CB43C0C6D06492BA /* UMViewManager.m */; }; + CD20FB8B82F46A41B46BE2243C2207A6 /* React-RCTNetwork-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 70EADC0A08F79C918C0BAF66E7927788 /* React-RCTNetwork-dummy.m */; }; + CDBF9E5042AA209F0DC26458C3E0A33A /* EXConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = E25729254AAC6A69173C349D7E0D6E86 /* EXConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE06FC0B40399ED9AC1D7CE1291D0C35 /* React-CoreModules-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F766909B3CA981EDF35FD2F74F0FE04B /* React-CoreModules-dummy.m */; }; + CE25C95BBF3F1E5830A8EF8E1F7A9929 /* RootView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EB6BD60D5323882B3778EC0D65446AA /* RootView.m */; }; CE2605D3A74C9DCC6A5A1C6ABC04ED98 /* FIRInstanceIDAuthKeyChain.m in Sources */ = {isa = PBXBuildFile; fileRef = CBC675CAC7646C3D2A0E25803D8F155F /* FIRInstanceIDAuthKeyChain.m */; }; - CE6B545FD5F8B9D7C9CDB838BCA0DE96 /* RCTSurfacePresenterStub.h in Headers */ = {isa = PBXBuildFile; fileRef = 663B9E0F053B534635FDB576D642174B /* RCTSurfacePresenterStub.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE8503B88DEE00283F39ED2D5DDB41BA /* RCTSurfaceHostingProxyRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = B57EB7662EF4BC9689BFE45F76E6B5FB /* RCTSurfaceHostingProxyRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CEAA8BE4C689E3421CF6258FEE5858B2 /* RNPushKitEventListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 2593832A42DD4CCCB3733C186605E387 /* RNPushKitEventListener.m */; }; - CEDAFDB3B3EA3DCE1E62FF82FCD516E3 /* RNFetchBlobProgress.h in Headers */ = {isa = PBXBuildFile; fileRef = A1ACF5E5E35D45C8E93D1A812A4B41F0 /* RNFetchBlobProgress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE6B545FD5F8B9D7C9CDB838BCA0DE96 /* RCTSurfacePresenterStub.h in Headers */ = {isa = PBXBuildFile; fileRef = 500AB3A9389C8A6C18587908B65AAC29 /* RCTSurfacePresenterStub.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE8503B88DEE00283F39ED2D5DDB41BA /* RCTSurfaceHostingProxyRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 87FAB9B3921C5491324C57EE24980194 /* RCTSurfaceHostingProxyRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CEAA8BE4C689E3421CF6258FEE5858B2 /* RNPushKitEventListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 918587191E4667B02FD2E5E05592C35E /* RNPushKitEventListener.m */; }; + CEDAFDB3B3EA3DCE1E62FF82FCD516E3 /* RNFetchBlobProgress.h in Headers */ = {isa = PBXBuildFile; fileRef = 99A4CC1FD55E6B4E02022156D8214093 /* RNFetchBlobProgress.h */; settings = {ATTRIBUTES = (Project, ); }; }; CEDCA25A4B55E64D9A49FDE6D20C638E /* Assume.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFE58F2F7DF905A211BCF64AE4C0FA8C /* 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"; }; }; - CF138048B1839E5ADDD579CED7E00DAC /* ARTGroupManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 27956594B5865746D9D106DAA231157A /* ARTGroupManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF138048B1839E5ADDD579CED7E00DAC /* ARTGroupManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BC6B6FCB80F6D5BDAECCE202D4807DCD /* ARTGroupManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF2AB0B98D710D55807308931D961B80 /* Pods-RocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A03EB9B87FF49512AC6907C1B9AA221 /* Pods-RocketChatRN-dummy.m */; }; CF2DBEFC8F676A6C89BCFA1DCBC02491 /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 8266C442388677C2FCF13167301096D6 /* fixed-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CFCFD3BD78FC19E128EA473DF18214A1 /* RCTSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EA99B2E10162FD11E167103AD76752C /* RCTSwitch.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CFCFD3BD78FC19E128EA473DF18214A1 /* RCTSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = A69379B3BBF5F21F7D7CD7379254CFE6 /* RCTSwitch.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; CFEA96EBFA4939A78536A1C1A6DD63D7 /* lossless_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 48967D0EAAD400B6C1756763B482F85D /* lossless_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; D02279BA02BD4E067A2468A5B6213A6D /* GDTCCTNanopbHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 75C9063DE74F66137EFFB7D1CB6757C8 /* GDTCCTNanopbHelpers.m */; }; - D05B74D99B907FAA33240B85E01AFC46 /* jsilib.h in Headers */ = {isa = PBXBuildFile; fileRef = 06539583B1454F6E72D06B88BF48A43B /* jsilib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D062A8C245F8153467102568B63FE46A /* RCTReconnectingWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 83E380B95E21AFEEBF77A120F248E7CE /* RCTReconnectingWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D07B97742E6D42B8DAE45A4EBEFB3A13 /* RCTNetworkTask.h in Headers */ = {isa = PBXBuildFile; fileRef = EB07099CCB71AF0E678168B069B44205 /* RCTNetworkTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D093A116E9E3D56CBC4CCA3FB53A374C /* UMLogManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 88B9807BEED08F60C9534922B5809986 /* UMLogManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D05B74D99B907FAA33240B85E01AFC46 /* jsilib.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B5F68049BBDF35F02DD601208D15093 /* jsilib.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D062A8C245F8153467102568B63FE46A /* RCTReconnectingWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 648F4671C090AF0D1BB856C9CE47D844 /* RCTReconnectingWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D07B97742E6D42B8DAE45A4EBEFB3A13 /* RCTNetworkTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 05948012E972D194E23FAED8A11DF64C /* RCTNetworkTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D093A116E9E3D56CBC4CCA3FB53A374C /* UMLogManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D09BCCB42C4D7C1110DC5879B0C70B5C /* UMLogManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; D0D1E7C0D38F8F07555211A4AA20537B /* GDTRegistrar.h in Headers */ = {isa = PBXBuildFile; fileRef = 84D2322CA9EC6811EBA2D12ABF5E0AD2 /* GDTRegistrar.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0D2428916EF61E41BD76DD1CD720A97 /* RNNotificationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = B5F4CD5F24417B0900BAEB078D8E6C71 /* RNNotificationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0F5A66EBCE6C63428203D551465C9BC /* BSG_KSFileUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = 10D8FE86334A54267A0944F117EC32EF /* BSG_KSFileUtils.c */; }; - D114C36DE2B965A7696D1BDCFE2FD45B /* BSG_KSCrashIdentifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 33D0B8B27FCF7C0CE3392525865DD2FD /* BSG_KSCrashIdentifier.m */; }; - D13952929E050B80F1F6F52086E7C7BD /* React-RCTLinking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5487EFDEBE08F253309F245D788F0514 /* React-RCTLinking-dummy.m */; }; - D1503EF664C957A47671F960BBCE5C55 /* RCTShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9873371C2104E1C78F4B2935D14AF9E1 /* RCTShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D1531DF670F8F9F3756453F2D690D5C3 /* RCTFrameUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = D71097868824A10B6E5D6025B9CE5C13 /* RCTFrameUpdate.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D0D2428916EF61E41BD76DD1CD720A97 /* RNNotificationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BE1489ECD3F28A0FA98832F85938038 /* RNNotificationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0F5A66EBCE6C63428203D551465C9BC /* BSG_KSFileUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = 91213083B8626A76DF83EC2B4EA29623 /* BSG_KSFileUtils.c */; }; + D114C36DE2B965A7696D1BDCFE2FD45B /* BSG_KSCrashIdentifier.m in Sources */ = {isa = PBXBuildFile; fileRef = B82A60DD9D4A8E559A3929AF8AF67DD6 /* BSG_KSCrashIdentifier.m */; }; + D13952929E050B80F1F6F52086E7C7BD /* React-RCTLinking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F2253B3C4217361248CF0F5EFBF280F9 /* React-RCTLinking-dummy.m */; }; + D1503EF664C957A47671F960BBCE5C55 /* RCTShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = FA902CAF73B34A3BC1E327466D491E18 /* RCTShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D1531DF670F8F9F3756453F2D690D5C3 /* RCTFrameUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = 8789E6B9B4F6FF88FE0CCF277378F455 /* RCTFrameUpdate.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; D15B1D25AFE4F0CB60215790F195A38D /* quant_levels_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 0FFA719374BF9C3DDDEB36F059761932 /* quant_levels_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D19105904195D17C5769DDAC4A0E857C /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BE0653F9DC15DA4DA653DE8DDFA168B0 /* YGConfig.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + D19105904195D17C5769DDAC4A0E857C /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CB3EB2037C237D1092F9F55C34AB4779 /* YGConfig.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; D1E2823715233023751BC1A650312E68 /* RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 19D03E6E04BA7FB962A87E8249DC83ED /* RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D1E312DB375D99286F30D9A1B11166DD /* NSValue+Interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = ED039CC8E2D258B12AACF3BAA94BBDD5 /* NSValue+Interpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; D20CB1F465B6DEC72F0A0FB85325E552 /* yuv.c in Sources */ = {isa = PBXBuildFile; fileRef = CAED344FCC1C522675E638C9E1B74B56 /* yuv.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D21EB307CB91F199FA4CB0465AD242C6 /* RCTImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = C25D34BC5BD12F75E17A5CDCF0EECBB4 /* RCTImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D2258A291CF8E9E8C9A366DF12F38F7F /* REAOperatorNode.m in Sources */ = {isa = PBXBuildFile; fileRef = DAE7E2BABC7879C5D9AFE432EF097569 /* REAOperatorNode.m */; }; - D29F28485DEE738B6FA3CCF80F59FAB2 /* RNLongPressHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 22E5A3C18B5D608336D84AB10D0DF85B /* RNLongPressHandler.m */; }; + D21EB307CB91F199FA4CB0465AD242C6 /* RCTImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = FC76E57329FEF4D0AA4A92371801171E /* RCTImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2258A291CF8E9E8C9A366DF12F38F7F /* REAOperatorNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 31B527DB522892C5B0FE2BC52F4C2CF7 /* REAOperatorNode.m */; }; + D29F28485DEE738B6FA3CCF80F59FAB2 /* RNLongPressHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B98E93629EA9E422B840B45C06BA3C9 /* RNLongPressHandler.m */; }; D2BE8317E9EBBE5FD4ED18BA5C53794A /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = 36898F6F3A17E35E4B79457A43BBAC39 /* cached-powers.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; D2E11DF07AAD7072CC507F7E383B4FE3 /* pb.h in Headers */ = {isa = PBXBuildFile; fileRef = FAFF3D6DA73503BE193DA001AF40848F /* pb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D2F766BDCAC9C07A3066A4987FB586BF /* RCTLinkingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FFCB61056D2A2DE31144CE33220F0B6C /* RCTLinkingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3191A4541B60D766573C867948163D7 /* UMSingletonModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 21B1789B432E0A8183D470E042D37360 /* UMSingletonModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2F766BDCAC9C07A3066A4987FB586BF /* RCTLinkingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 80CF1E401B375D15AC257650414C757C /* RCTLinkingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D3191A4541B60D766573C867948163D7 /* UMSingletonModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 65A5E7801F26514B02F8B543A6E0CEB2 /* UMSingletonModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; D3427935755BF962371D067EFC408DE4 /* FIRInstanceIDKeyPairUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A7830133E02017B820D1F11EB0E2EE9 /* FIRInstanceIDKeyPairUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D37AE5F466D1D7BE1CDC2D645ABC48B5 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E398C60B85FD0481103C79C6EAE25AB /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D37AE5F466D1D7BE1CDC2D645ABC48B5 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = F0FF018C1A90BD9D388460C86A20DD2B /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; D39505AA86E323C96932E3A04B1A0351 /* alpha_processing.c in Sources */ = {isa = PBXBuildFile; fileRef = 797E5CE06E9B9B51140134FE084E6A9F /* alpha_processing.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; D3B16597778203DE6EDD2C915FC363E2 /* yuv_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = F5C159AF450FD701B85E80EF47EB8CDF /* yuv_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; D3E2973E1A77B52217E5151ACC4C40F9 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4493626E5D7EBE75F85C62707A33036F /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D3E31C7333A9AE3971A60CB70949C92C /* RCTScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = BB877402E672F8A003609B814ACF2F6F /* RCTScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3FC99851794FBF244FFCEB31750F0FE /* log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3682BC07B13C3913D99CE605DE58217E /* log.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - D411D4F1C26BDD8CF0801FB3DCD7930C /* REAStyleNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5124A71B9959609807270C74C521EBDC /* REAStyleNode.m */; }; - D4492AA35116BD68F0668FD3DBC22437 /* RNGestureHandlerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D05769483CE1B7B36032C215CEB2BAC6 /* RNGestureHandlerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D501D5C43EEF4B1458C136411F3233C6 /* RNCWKProcessPoolManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 53BB0547E6A0633B1676ED1D03C87314 /* RNCWKProcessPoolManager.m */; }; + D3E31C7333A9AE3971A60CB70949C92C /* RCTScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = F46E1EFB7FEF88326BC1984DE4528106 /* RCTScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D3FC99851794FBF244FFCEB31750F0FE /* log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 99F091C5F623BB170E278BBD8E649A54 /* log.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + D411D4F1C26BDD8CF0801FB3DCD7930C /* REAStyleNode.m in Sources */ = {isa = PBXBuildFile; fileRef = DBB7B8DB915F0B5632539AED6754072F /* REAStyleNode.m */; }; + D4492AA35116BD68F0668FD3DBC22437 /* RNGestureHandlerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 689C4E996CF7C4FC07E1B6D536786D8C /* RNGestureHandlerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D501D5C43EEF4B1458C136411F3233C6 /* RNCWKProcessPoolManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 69CD1428BE044F508EA19529C634CA35 /* RNCWKProcessPoolManager.m */; }; D5459FA80234303AA34ADFD42867D41A /* FIRInstanceIDKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = E4DBFB4E3EB87512BFFC27EAFB4D7E2E /* FIRInstanceIDKeychain.m */; }; D548578B0B4BAB40AA2F67986DD948C2 /* upsampling_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C613FF4E2A125F0EB455A9B28448FD8 /* upsampling_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D57B25CD40E3EC19D45D1DA315B29F34 /* BSG_KSCrashReportFilterCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = BA2C39987E14A691FF9F9CBC45983ADC /* BSG_KSCrashReportFilterCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D57B25CD40E3EC19D45D1DA315B29F34 /* BSG_KSCrashReportFilterCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = 326A4C8A60814AB6D6E6D5E9A163A87B /* BSG_KSCrashReportFilterCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; D5D452E5668A65252CBD1865BF47312A /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = 02914C56F64CA92183E30842641FBE0B /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D5E171BEB835B46B99500DEC036AB7FC /* RCTRefreshControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 558915603AF11306686E59F03CF0521F /* RCTRefreshControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D5EB936081DE1ABD23F6EF6E9A31D4A9 /* RNGestureHandlerModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 841B25552AF59007AF5F708CA47B8DAA /* RNGestureHandlerModule.m */; }; - D5F01B05595BB83EFB74E80121CE3C25 /* NativeToJsBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 383F75F79C51D1F463B71D72C88578D9 /* NativeToJsBridge.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D6103FEA120EFB22A9CBCE782B698E5A /* BSG_KSCrashSentry_Signal.c in Sources */ = {isa = PBXBuildFile; fileRef = 3E67050C46585971FBBCBC894D517A84 /* BSG_KSCrashSentry_Signal.c */; }; + D5E171BEB835B46B99500DEC036AB7FC /* RCTRefreshControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4500A1D254D7968136D42F37F9A9BD8F /* RCTRefreshControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D5EB936081DE1ABD23F6EF6E9A31D4A9 /* RNGestureHandlerModule.m in Sources */ = {isa = PBXBuildFile; fileRef = A35B77B88D2899E2E0ABDACED21D139E /* RNGestureHandlerModule.m */; }; + D5F01B05595BB83EFB74E80121CE3C25 /* NativeToJsBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5F9510CC90752C88FE478F9478E640E6 /* NativeToJsBridge.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D6103FEA120EFB22A9CBCE782B698E5A /* BSG_KSCrashSentry_Signal.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A4D6607F08A455494B899333F3F3455 /* BSG_KSCrashSentry_Signal.c */; }; D6171C8EC6F0B8271D6FEBE6D0BF4192 /* QBVideoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AFF2790DE9D663C1E7587227F59B572 /* QBVideoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D647A0F7425911DA56628C08A2C06F1E /* React-RCTBlob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BCDA8B40730E825225F4057078C4457B /* React-RCTBlob-dummy.m */; }; + D647A0F7425911DA56628C08A2C06F1E /* React-RCTBlob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E7256E33F814DCD9DFE28773997D763 /* React-RCTBlob-dummy.m */; }; D69223C42741872E5B2A529FA5828F8E /* pb_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = B495422B40687B5786370FAACD615B60 /* pb_encode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; - D6AD419ACD3BDA8CE50C3335BA8C9621 /* YGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 87179650DF0B52EB02B734E5424A0BE7 /* YGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D6AD419ACD3BDA8CE50C3335BA8C9621 /* YGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 960EA976ECE17D22A0E480FFD8AD7983 /* YGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; D7182C0FDCAE8B97CE1BCDC7866C69FE /* GDTEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = D7A7B3758C1D359A15F4DF30C28E57D8 /* GDTEvent.m */; }; - D74FFDC85A25F62F1B5AE4B8AB0B65D0 /* RNGestureHandlerRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F2013CC1164B735BEFB4E7347C9C63D /* RNGestureHandlerRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D74FFDC85A25F62F1B5AE4B8AB0B65D0 /* RNGestureHandlerRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = F2E25775A45842E9088779C54A85CD2D /* RNGestureHandlerRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; D7690664E9554486C6A08570CCA16219 /* alpha_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 69549F7167A5976E3F0646387CC22A36 /* alpha_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; D7ADEF068518F7CE4F646F7EBB7F384B /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B25C2F7013DB491EBA70CD15C766277D /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7DF907042402355DADB8F17FA3F1405 /* BSG_KSString.c in Sources */ = {isa = PBXBuildFile; fileRef = CB678DC13D310D5F4459BDBDDEF35A46 /* BSG_KSString.c */; }; - D81AC0C4DC01BB7B898EF80BA080B002 /* RNCAssetsLibraryRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = B9EA8B9528242AA4B453A477F337EFB2 /* RNCAssetsLibraryRequestHandler.m */; }; - D8381F8F51F652DB757C7CF69E9B33B2 /* REAFunctionNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F28D4D3F3D8943317DB46F355DB2220 /* REAFunctionNode.m */; }; - D854B8FA66DD93A12832A8A313105AD7 /* EXCalendarRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = C23A05811E5A08969071B98F5D6FA4E1 /* EXCalendarRequester.m */; }; + D7DF907042402355DADB8F17FA3F1405 /* BSG_KSString.c in Sources */ = {isa = PBXBuildFile; fileRef = A7C4C58611A3C8A99D22871C4D030F80 /* BSG_KSString.c */; }; + D81AC0C4DC01BB7B898EF80BA080B002 /* RNCAssetsLibraryRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 935072EAA70CCEEC7BE2BF828FA99B1C /* RNCAssetsLibraryRequestHandler.m */; }; + D8381F8F51F652DB757C7CF69E9B33B2 /* REAFunctionNode.m in Sources */ = {isa = PBXBuildFile; fileRef = C92E568B45D250E8DD1893862F11F58C /* REAFunctionNode.m */; }; + D854B8FA66DD93A12832A8A313105AD7 /* EXCalendarRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A8560848CA9E1EF58F0B5E48D3A3D68 /* EXCalendarRequester.m */; }; D8657431950ACD09CD921390BC208E99 /* utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = B2647D7CE97B25E7411775854BD8AD1B /* utilities.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - D89934B15D0E9D0E016816D7FC0AEF3C /* RCTImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = AE3CB43D8CCEBF1F5B8D6F9D6F3CAC26 /* RCTImageSource.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D89934B15D0E9D0E016816D7FC0AEF3C /* RCTImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A44BC6F2A573040BA8676484BA4B3B0 /* RCTImageSource.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; D8EE6465A9C79D73344294522CA1631E /* UIApplication+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EE738B3A601FC77C73C28D6421C75F9 /* UIApplication+RSKImageCropper.m */; }; - D92CAE62ECAFE549B7CADB800BE130C3 /* RNJitsiMeetView.m in Sources */ = {isa = PBXBuildFile; fileRef = 53CAA23FA23F0C7E1DF5C9751B02D722 /* RNJitsiMeetView.m */; }; - D942F947E98B998E31292371B94924C1 /* RNFlingHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BBE09D8BC9D3CA679020FB1EE11D644 /* RNFlingHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D9804C6D34DABDB222B6374C28AD9317 /* BugsnagSink.m in Sources */ = {isa = PBXBuildFile; fileRef = 12C04C08B1FFE034059D47B28F8BB03D /* BugsnagSink.m */; }; - D9977E019B78E27FAC73A954C5BBDF8E /* React-RCTVibration-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1870B42FA1BF7FABF1ADF818582505D1 /* React-RCTVibration-dummy.m */; }; - D9A1F3B4736C2AF9FCEA83028434E03E /* BugsnagMetaData.m in Sources */ = {isa = PBXBuildFile; fileRef = 97D3261AD5F003D68136DE60A838D198 /* BugsnagMetaData.m */; }; - D9E8EF785F0508D50522BF668E520107 /* EXHaptics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FA05208432EBAB01ADE3051E0DDC468F /* EXHaptics-dummy.m */; }; - D9F43B12E9310E1070D9ACA28E595ECB /* BSG_KSJSONCodecObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 14128ECA05432211981258AECD55A721 /* BSG_KSJSONCodecObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D92CAE62ECAFE549B7CADB800BE130C3 /* RNJitsiMeetView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C902B90285F7AB774D8561D259AB1C2 /* RNJitsiMeetView.m */; }; + D942F947E98B998E31292371B94924C1 /* RNFlingHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = C7BA85C06677FBA23A3AA611317E0603 /* RNFlingHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D9804C6D34DABDB222B6374C28AD9317 /* BugsnagSink.m in Sources */ = {isa = PBXBuildFile; fileRef = 250CA94BE6AF22BD22B45DF0F3AC6D13 /* BugsnagSink.m */; }; + D9977E019B78E27FAC73A954C5BBDF8E /* React-RCTVibration-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C6248E61FF60B7423DCA4D91B64615CF /* React-RCTVibration-dummy.m */; }; + D9A1F3B4736C2AF9FCEA83028434E03E /* BugsnagMetaData.m in Sources */ = {isa = PBXBuildFile; fileRef = 7033CC3FDDE0F2FC2F238C3C2D4CE220 /* BugsnagMetaData.m */; }; + D9E8EF785F0508D50522BF668E520107 /* EXHaptics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 126A0865B4292828C00D20223DA85745 /* EXHaptics-dummy.m */; }; + D9F43B12E9310E1070D9ACA28E595ECB /* BSG_KSJSONCodecObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AFB5AAFA6BBEEA1DBDE14228864CCEA /* BSG_KSJSONCodecObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; DA3E756FDDBB22F63B92675EE270BFD9 /* cpu.c in Sources */ = {isa = PBXBuildFile; fileRef = E1E51FE5092CD4D13C651F128F55E751 /* cpu.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - DA553EAB5D6042B76746804E1EAB9AAC /* RNSScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = C3B8D99375736CBB89C2C356A7C8B338 /* RNSScreen.m */; }; - DA91CBB04309BF6A2F67578889C95CC0 /* React-RCTAnimation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BCDDD7DB6B1E4894935BB2821D35D00 /* React-RCTAnimation-dummy.m */; }; - DA9EE774CF939AFC136CFF0C1418CBD4 /* RNRotationHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 754EABC0EB1BE0FFB98FF8050FFAF7AF /* RNRotationHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA553EAB5D6042B76746804E1EAB9AAC /* RNSScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = E804A83F149E105E98B5198D5A0EBA3F /* RNSScreen.m */; }; + DA91CBB04309BF6A2F67578889C95CC0 /* React-RCTAnimation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CE4BD53FC79A0904B5EA630ECE7E831 /* React-RCTAnimation-dummy.m */; }; + DA9EE774CF939AFC136CFF0C1418CBD4 /* RNRotationHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = DA673D6C96D9E9E3DE73DC2F3431A89E /* RNRotationHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; DAB5F47E749603B8C537105E02546533 /* cct.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 32417419448BF9223832C1202BCA80BE /* cct.nanopb.c */; }; - DAB77630ECE8FFDE64A9BEFBD0B44DFF /* RNFetchBlobFS.m in Sources */ = {isa = PBXBuildFile; fileRef = 3772EDFAB6079CDD709B999FAE9504A7 /* RNFetchBlobFS.m */; }; - DADDBED583C14F757CE0486E2BF43730 /* RCTAnimationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 698FE0484A539BB14D90E0BDA75745C3 /* RCTAnimationUtils.m */; }; + DAB77630ECE8FFDE64A9BEFBD0B44DFF /* RNFetchBlobFS.m in Sources */ = {isa = PBXBuildFile; fileRef = 224437FCD3123165BF7DBDEC01861CA0 /* RNFetchBlobFS.m */; }; + DADDBED583C14F757CE0486E2BF43730 /* RCTAnimationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 05E76D2E8751CC8A5CB45D931425BC8B /* RCTAnimationUtils.m */; }; DAFC2F91BEA931FB9BA022CB9B77CA90 /* backward_references_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 1E7E0CA1C9019E1D513061F8AA10BBBD /* backward_references_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - DB1BEF5BA047C09D96609A853E646798 /* RCTSurfaceSizeMeasureMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = D6B20C92C7BB0944A74CFAD9963FE8D2 /* RCTSurfaceSizeMeasureMode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DB7453AA7276EAE43F16788C031FC022 /* RNGestureHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = B11F7935C19D82510F1DD4929B409E74 /* RNGestureHandler.m */; }; - DB802AF253B585166A65DE3AF2807ACA /* IOS7Polyfill.h in Headers */ = {isa = PBXBuildFile; fileRef = C1E6C26D0A88F1156B17D0BB8344EEA1 /* IOS7Polyfill.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB9717086AE45CE81AA97C3D12CDE9C7 /* rn-fetch-blob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E356A1577B80364B95DE1871626C066D /* rn-fetch-blob-dummy.m */; }; - DBAC39F36BF2EACC60A1426124747D6C /* UMLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 019C0E800661744EF0D3438C0676B8C2 /* UMLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB1BEF5BA047C09D96609A853E646798 /* RCTSurfaceSizeMeasureMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6A6D4FD132E7316535FDBC3FA0C2CCCC /* RCTSurfaceSizeMeasureMode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DB7453AA7276EAE43F16788C031FC022 /* RNGestureHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 46723F72F82E2478C6CEAF33A238B7F9 /* RNGestureHandler.m */; }; + DB802AF253B585166A65DE3AF2807ACA /* IOS7Polyfill.h in Headers */ = {isa = PBXBuildFile; fileRef = 65AA309B9CB55D8F7AFAD6A01248B64F /* IOS7Polyfill.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB9717086AE45CE81AA97C3D12CDE9C7 /* rn-fetch-blob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 55944EE45A47C2EDCA607BFE638E0279 /* rn-fetch-blob-dummy.m */; }; + DBAC39F36BF2EACC60A1426124747D6C /* UMLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = A4DD93FA57DA851B22FCADCED797836B /* UMLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; DBB2215A03529D784DE3DE650A02FD45 /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = AF947193A9EB226E277E245ACEC85A9B /* SDImageCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DBB5DF09AA103C6B5C2410567FC0F306 /* RNGestureHandlerButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 92FCE4E36340938E13A3903617D683D4 /* RNGestureHandlerButton.m */; }; - DC236F473EAB0803CB9FA676FAEB4377 /* RNFirebaseDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = F31A9A59A052D6F7EB940F9D3A6D79CD /* RNFirebaseDatabase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DBB5DF09AA103C6B5C2410567FC0F306 /* RNGestureHandlerButton.m in Sources */ = {isa = PBXBuildFile; fileRef = BF1A35C5C8159E8B3F525C3DEED88FBD /* RNGestureHandlerButton.m */; }; + DC236F473EAB0803CB9FA676FAEB4377 /* RNFirebaseDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = C8D82EE09206E71EDEC81F82CDA54D43 /* RNFirebaseDatabase.h */; settings = {ATTRIBUTES = (Project, ); }; }; DC28E96BA8BC8E051CA66420F836DDB5 /* idec_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 11FD97EEA3A1A505C450598EE1B29380 /* idec_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - DC4053211CA5A4C360EBC1B27C3ECDDA /* RCTJSStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = D67B7CD545E3FB0BEB3931F8B928AA31 /* RCTJSStackFrame.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DC4053211CA5A4C360EBC1B27C3ECDDA /* RCTJSStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = F016FF87C1246BD7025DD4D90E49B08C /* RCTJSStackFrame.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; DC68D05D6350E5C93111DED36C4508F9 /* GDTStoredEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = E1B4751772BB4FD74AC8082E204C82A2 /* GDTStoredEvent.m */; }; - DC83F9A19E21E99237CA1E1903EE6DFD /* RNBackgroundTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = 39914856EF6A29A6C2F0D5B1DE42259C /* RNBackgroundTimer.m */; }; - DCEB3F8CF0A4F09EC1E67ECA1B09C86E /* BugsnagConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = BAFABD63F5210B2671007BEAADB230AE /* BugsnagConfiguration.m */; }; - DD14A2612F2B64801D9FFC36B588BE89 /* REAPropsNode.m in Sources */ = {isa = PBXBuildFile; fileRef = DF645CB5451C84733660BB79C9FE2153 /* REAPropsNode.m */; }; - DD355E73AD18C234879AF3950D6CE93F /* RCTVideoPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 046CED75C001E550AFB9F94D53222FF0 /* RCTVideoPlayerViewController.m */; }; - DD631AAE5B18CDDA00ED19CF2081DDB3 /* RNFirebaseInstanceId.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D6E36EBB6C6709E2B246C46650DE2CE /* RNFirebaseInstanceId.m */; }; - DDA26EF3720C9461304F12664EC2308F /* LNInterpolable.m in Sources */ = {isa = PBXBuildFile; fileRef = 11D6BBF053D543F7E540ED8C92265DBB /* LNInterpolable.m */; }; - DDE368F0AC94152AAC8660C018179335 /* ReactNativeART-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C58390A83AB01A7454861AC7F511E242 /* ReactNativeART-dummy.m */; }; - DDFB2252C0D8075A2E4C47B1F50BBBC0 /* RCTBaseTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 409404084C453D06E24ECEEE5E16CD11 /* RCTBaseTextInputViewManager.m */; }; + DC83F9A19E21E99237CA1E1903EE6DFD /* RNBackgroundTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BCD000B084C33F07D1018B68BE07612 /* RNBackgroundTimer.m */; }; + DCEB3F8CF0A4F09EC1E67ECA1B09C86E /* BugsnagConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = B6E2477FBD3B0E3200AC17BDAC7868BF /* BugsnagConfiguration.m */; }; + DD14A2612F2B64801D9FFC36B588BE89 /* REAPropsNode.m in Sources */ = {isa = PBXBuildFile; fileRef = DE25331B584FA35E4B1F5065F031A9A1 /* REAPropsNode.m */; }; + DD355E73AD18C234879AF3950D6CE93F /* RCTVideoPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B629D48036C36AB276A79583DB01A8B8 /* RCTVideoPlayerViewController.m */; }; + DD631AAE5B18CDDA00ED19CF2081DDB3 /* RNFirebaseInstanceId.m in Sources */ = {isa = PBXBuildFile; fileRef = CFF97BB1B23AE439E3DFEF3C4BC94F3C /* RNFirebaseInstanceId.m */; }; + DDE368F0AC94152AAC8660C018179335 /* ReactNativeART-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 435822B969FE08A51E67E832A6955827 /* ReactNativeART-dummy.m */; }; + DDFB2252C0D8075A2E4C47B1F50BBBC0 /* RCTBaseTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EE82BB500527F22A577841A89EC5912 /* RCTBaseTextInputViewManager.m */; }; DE2209CDBBB1FF739DD3AFE8D7EDA04F /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 5172B1F1216A09DBE64EACF66766FDA2 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF7090744256ADE687EBA55BC5FE8ED5 /* RCTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = EE8F86CB1A6A99E11E3604FB3EED2811 /* RCTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF7090744256ADE687EBA55BC5FE8ED5 /* RCTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = F45198879FC2ACBDEBC6F63E0CA043CC /* RCTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; DF96AB8684D15E8B522B32E3C4C0040C /* FIRInstanceID.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A85708678FBE7B05C15BC5627A0E5F2 /* FIRInstanceID.m */; }; DF9AF82CFD185E9405454B58BFB1F031 /* FIRVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = BE94D59D6A90ED95B1F6E7B18C8E00CC /* FIRVersion.m */; }; - DF9CDE086F36000D7C8E6834838EAAA6 /* RNFirebasePerformance.m in Sources */ = {isa = PBXBuildFile; fileRef = 82325A477E75BADD23CB0A88F2E29306 /* RNFirebasePerformance.m */; }; - DFA67D9152D6A8AD4D4C5B01F061DB6F /* BSG_KSObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = DFE332BBFA9EBF740D1DE60CE7CEFF05 /* BSG_KSObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DFD82A631E84CF574DC68FA7DCD113BE /* ObservingInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 811A189C13279895F1162EF2A40D4904 /* ObservingInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E00AE219C77E8D17BBBF9A091E04A29D /* FFFastImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = B2108B9C07424EC2174F3964D3445244 /* FFFastImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E06AAE1518AEA2562A0D7137B157DA37 /* RCTSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = D4ED23D2A53497958107B386E7127258 /* RCTSafeAreaView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E0C46A52452ABB7A82187CF8BADC033D /* RNDateTimePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D7B66BD42BC878EA51C2BC82B338C1B /* RNDateTimePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0D3705D832446D3FEB5C2823DCFEB8A /* REAOperatorNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 43FE55F1B0D9165A56E7FC49111C772D /* REAOperatorNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0F5927CF8044CD7C525F063BB91C410 /* RCTSRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = B4ACFDCF5494F481184D5A3B38A60024 /* RCTSRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0FBC07A277E9FA12F6964DF7C385E64 /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1F9363B3349F3D205297C76DAC16F50D /* YGNode.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - E11D90E3A741AFE59213CF41F60AAFC3 /* RCTPackagerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = C378C9AACE70EDB586F37D1F5F54EB9A /* RCTPackagerClient.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DF9CDE086F36000D7C8E6834838EAAA6 /* RNFirebasePerformance.m in Sources */ = {isa = PBXBuildFile; fileRef = 998394198259BA42AFB59DCC9DACC909 /* RNFirebasePerformance.m */; }; + DFA67D9152D6A8AD4D4C5B01F061DB6F /* BSG_KSObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 700469C1C05C92696B8132EDEEDA9023 /* BSG_KSObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DFD82A631E84CF574DC68FA7DCD113BE /* ObservingInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B204567F7F90F3C23112BB9DC0FC44D /* ObservingInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E00AE219C77E8D17BBBF9A091E04A29D /* FFFastImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = C6E5CD8A4CD5B4D1FC8BE598612D1A93 /* FFFastImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E06AAE1518AEA2562A0D7137B157DA37 /* RCTSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C28909205E9005866448D232BCBE845 /* RCTSafeAreaView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E0C46A52452ABB7A82187CF8BADC033D /* RNDateTimePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BCAD129215DDD233BEB67EA7FDE9E44 /* RNDateTimePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0D3705D832446D3FEB5C2823DCFEB8A /* REAOperatorNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F456694D159D5F2187E9ECDABA0F80F /* REAOperatorNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0F5927CF8044CD7C525F063BB91C410 /* RCTSRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 5844A0FE7DDB69BB590C06537E33F6EA /* RCTSRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0FBC07A277E9FA12F6964DF7C385E64 /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C52DC1251CB3B98AB423ACBA723BB4D2 /* YGNode.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + E11D90E3A741AFE59213CF41F60AAFC3 /* RCTPackagerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 00FF2CC451EB7D77A0373E516E9690A0 /* RCTPackagerClient.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; E1266E09810540E459FD7D39AEA1D7BA /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 025B1FCF58AAB212E448A0BBD58CBBE5 /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E13446308B20AADCEBAF1C8EA38E3EBC /* YGNodePrint.h in Headers */ = {isa = PBXBuildFile; fileRef = F2F2F0731A51B790FD2904FAA4CFAB0A /* YGNodePrint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E13446308B20AADCEBAF1C8EA38E3EBC /* YGNodePrint.h in Headers */ = {isa = PBXBuildFile; fileRef = E597D8C28C8552D76655711B561CDAB5 /* YGNodePrint.h */; settings = {ATTRIBUTES = (Project, ); }; }; E136DCA9404C6709A708A1CDE213306C /* FIRInstanceIDCheckinPreferences+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = 69D4060D1EA021856193B54C9D39E758 /* FIRInstanceIDCheckinPreferences+Internal.m */; }; E18AF3DECBA29CA26E94E3AA78232910 /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = 01089515CF71EEDA6B00D630FC8A9EF0 /* SDAnimatedImageRep.m */; }; E1C16957DAAF0BBC2BA568CBA21CB60D /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = 715D0CBC1A0CC82FBCC264DFF0172A1A /* SDImageGraphics.m */; }; E1C350EB67C41B14911972FCE699FCA5 /* F14Table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7B33D83FA8DED2E998E91F2C1409CF98 /* 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"; }; }; E20B9DA81BA44271F160D54C4B3F0CE2 /* QBImagePickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 162A8DBC37BC0C03DF8FF66FAFBD9F57 /* QBImagePickerController.m */; }; E21A8F3640D69AFF96A60DB6BBE4B79E /* QBSlomoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = 85529CF7E1A03066A8EBBDA1888E4A63 /* QBSlomoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E21AAEA8465DD61EEF9AB43C823EC425 /* RCTPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 34B29BD9D3C6B94CE636A7EF39030F71 /* RCTPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E21AAEA8465DD61EEF9AB43C823EC425 /* RCTPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B78318B7E111EF265747762B88A66CB9 /* RCTPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; E23132F7114B73DAB797C1605129F8FE /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B4D048FC2E4AB388AE85B12DB498818 /* SDImageGIFCoder.m */; }; - E265276741F6CCD0B0197C40C1EBA401 /* RCTVideoManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D3356D0654ECCD9F91792A399CBEDE0 /* RCTVideoManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E265276741F6CCD0B0197C40C1EBA401 /* RCTVideoManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 321A319AC4EFD2FA0962E6DE2CD5831D /* RCTVideoManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; E272409F0AB241D83659D93F160A6BEA /* FIRInstanceIDCheckinService.h in Headers */ = {isa = PBXBuildFile; fileRef = 304B64A89E638598A9E65B7A5FB5A012 /* FIRInstanceIDCheckinService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2A6689C380DCEF64FA16056E84D8149 /* BugsnagSession.h in Headers */ = {isa = PBXBuildFile; fileRef = A14E025CFB4A98FC2CF786538CFB4570 /* BugsnagSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2BF9B26DC83D490DA1578C1C984489C /* Bitfield.h in Headers */ = {isa = PBXBuildFile; fileRef = 6403CC8E224FBBBC23AA1751A737A21E /* Bitfield.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2E490B23FB206AE0B3CD336767D0DC4 /* RNDeviceInfo-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B4FA519078044EB4C4E950F1ADBF33A5 /* RNDeviceInfo-dummy.m */; }; - E3258A68B76FE2FCC58C4C633E400B8C /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 98AFA6E59257431A9AA02DDFC5621569 /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E2A6689C380DCEF64FA16056E84D8149 /* BugsnagSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 46325BEDE4700FFE47DD396EE228FEFC /* BugsnagSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E2BF9B26DC83D490DA1578C1C984489C /* Bitfield.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F54D424B6821B1F054222ACD281A1DF /* Bitfield.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E2E490B23FB206AE0B3CD336767D0DC4 /* RNDeviceInfo-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E2A6261999DB7989D9DD8725A718F11E /* RNDeviceInfo-dummy.m */; }; + E3258A68B76FE2FCC58C4C633E400B8C /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C011B74D978C4A9472C6D8D0F870E4E /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; E32657D4D707837BE7FF65E4541C0078 /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D7EF407D151CF5312080E9FA6756C80 /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; E36F85C2049E33D0D5568D05E95D01C9 /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 90C48EF77B7E63248AD939425395455D /* SDImageAPNGCoder.m */; }; - E39E3634C4CA7E2E69BB72A8AF9DF0DC /* RCTKeyCommandsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FC6E49F6394BC3947789CDE321BDFE6 /* RCTKeyCommandsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E39E3634C4CA7E2E69BB72A8AF9DF0DC /* RCTKeyCommandsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F53F0BD850357B6911F67A8B1E68EB35 /* RCTKeyCommandsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; E3B7CADB949FD1E05DE1D804627D396F /* FIRInstanceIDAuthService.m in Sources */ = {isa = PBXBuildFile; fileRef = F306757A7F52D0FC9929E2BFABDC8FC9 /* FIRInstanceIDAuthService.m */; }; - E3D8D8CEE66A0FC7506029A673BE066D /* RCTImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = E855C116680FF9FB16990497C8F510F1 /* RCTImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3EE9ED3F0DE7971647E51C981116F70 /* EXAppLoaderProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 5230BD3E3A0F8047A7D45E0D1CF56CF8 /* EXAppLoaderProvider.m */; }; - E3F4BCEBE73BFC628C5F5AA0EF0016EF /* BSG_KSSingleton.h in Headers */ = {isa = PBXBuildFile; fileRef = A834FF9AD422C88C1B419D5CEFDDCCD0 /* BSG_KSSingleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3F69F9F53C3AF391D03FE780AD7E764 /* RCTClipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E3034484CFF3719E0A09FDB6C053AC4 /* RCTClipboard.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3D8D8CEE66A0FC7506029A673BE066D /* RCTImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = A7C9E07CE2632B29641A159E22B60E51 /* RCTImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3EE9ED3F0DE7971647E51C981116F70 /* EXAppLoaderProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = CDA11448130B15B607AE66450DBABC18 /* EXAppLoaderProvider.m */; }; + E3F4BCEBE73BFC628C5F5AA0EF0016EF /* BSG_KSSingleton.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E5F14F5495AA6F7B60E388FF33BAD98 /* BSG_KSSingleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3F69F9F53C3AF391D03FE780AD7E764 /* RCTClipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EC226797FBE55FB0A5EB819D6F05FCB /* RCTClipboard.h */; settings = {ATTRIBUTES = (Project, ); }; }; E41F42D6341870D7941259F2DA2F6CEA /* QBAlbumCell.h in Headers */ = {isa = PBXBuildFile; fileRef = F68614DA4BD83FD88638B2D6FFE432AA /* QBAlbumCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4371B1E44E185F3F7756EE3FFC0D0D4 /* RNLongPressHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0282E5FA3AC27F85124E41667CAD55F2 /* RNLongPressHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E448A5F8D630963A29733720AB2830D0 /* BSG_KSCrashReportStore.m in Sources */ = {isa = PBXBuildFile; fileRef = F84FC51799C8CDB5DFF75A4024913E72 /* BSG_KSCrashReportStore.m */; }; + E4371B1E44E185F3F7756EE3FFC0D0D4 /* RNLongPressHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 862CDC3094C25857F30E66841C4E12C7 /* RNLongPressHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E448A5F8D630963A29733720AB2830D0 /* BSG_KSCrashReportStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 87414B7294F403853DE2368350B6C33A /* BSG_KSCrashReportStore.m */; }; E47C254AD48009FE84A72BF9BD0A2013 /* FIRInstanceIDTokenManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5ACED9F4DF79E95A18766C12251F1609 /* FIRInstanceIDTokenManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; E4BBDC1C561DC471AB6A780C063BBCC1 /* GULReachabilityChecker+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C4CBE67363B2232C57BD2CD42D32EE1 /* GULReachabilityChecker+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4F57F221918EF831DFF3968C9B44936 /* RCTSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 66E4AF841D8F2BF5B4E1B7A3BB51EBDE /* RCTSlider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E4F57F221918EF831DFF3968C9B44936 /* RCTSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = E7230E5C1D63B4FB4A8716528AA7389F /* RCTSlider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; E5216B6E62473377EA6E284532506268 /* Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 550868F8B354C387FEC258FEE790F14E /* Folly-dummy.m */; }; - E552D26DBE5A715DFF524CE675331BC6 /* RNPushKit.m in Sources */ = {isa = PBXBuildFile; fileRef = D69982EDF3E3189BA62CEB786BA571A0 /* RNPushKit.m */; }; - E554598FD317EE9149AB8454AA9059F8 /* RNScreens-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1355971F5ED604D43C24464B23D2E0A2 /* RNScreens-dummy.m */; }; + E552D26DBE5A715DFF524CE675331BC6 /* RNPushKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 094365E75527466A323295B27DDF6C3B /* RNPushKit.m */; }; + E554598FD317EE9149AB8454AA9059F8 /* RNScreens-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = ADF8B9050760D48734FC125B99261BD8 /* RNScreens-dummy.m */; }; E56A382EFCB1212FE0C79493D0A3A9E2 /* GDTClock.m in Sources */ = {isa = PBXBuildFile; fileRef = 36F46CF4F26CA396B398D161F08B1C1A /* GDTClock.m */; }; - E575B82987686FB278B44B3EB095A37A /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 92D31724619E3321ABFC9D94C41AC44B /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E575B82987686FB278B44B3EB095A37A /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8D43FBBE96BBA75B481C27F19FB408 /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; E5782D8BD91896AAF55C1CBCBEF37684 /* SDImageWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = A77B92EFA4C78BBF35CA2CF762F74659 /* SDImageWebPCoder.m */; }; E590557528529B8071B97A4AB8EDF4CF /* FirebaseInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = 014E45AD189B1336120DC9E8586365D8 /* FirebaseInstanceID.h */; settings = {ATTRIBUTES = (Project, ); }; }; E5B91C01861A4322F7F66723B878316E /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 31AE6AB1498B353FDC643E095E7A39C7 /* UIButton+WebCache.m */; }; - E5F11EB51F68D959C8291875C93E4B1A /* React-jsinspector-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 214919E23612A309342CC7EED519DD14 /* React-jsinspector-dummy.m */; }; - E5FB31F6C23D375DE5CBC98123BE9B8D /* RNGestureHandlerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B949BFCB44FB8932EE0CDD0A9FF82037 /* RNGestureHandlerManager.m */; }; - E5FC836186D971C23AE7EA2BBD891DA9 /* BugsnagSessionFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B9D18CCAF589880A35D98299E23446 /* BugsnagSessionFileStore.m */; }; + E5F11EB51F68D959C8291875C93E4B1A /* React-jsinspector-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CDA5FA3DA9DBE7C681EEF145E0931723 /* React-jsinspector-dummy.m */; }; + E5FB31F6C23D375DE5CBC98123BE9B8D /* RNGestureHandlerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BF56261B24C4FCD0425D1FC3053C4A0 /* RNGestureHandlerManager.m */; }; + E5FC836186D971C23AE7EA2BBD891DA9 /* BugsnagSessionFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = CBEBD953DBD9EA578B00BDDAB6C8BED9 /* BugsnagSessionFileStore.m */; }; E5FFDAAF26DC2A5EE78AB195E68D7A6C /* FirebaseCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 448A30501796A418DC547CE32C7F3317 /* FirebaseCore.h */; settings = {ATTRIBUTES = (Project, ); }; }; E65C399538D7D89567465C7B349F2C04 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 09163101D9B7E00235E192BA91D25025 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6672788C9A13BEF81FB7F5821C0B79E /* RNEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 762A2EE810E1F78EF4BCD75D95B0BF0B /* RNEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E67CC774BCC800FC2518913B50739E55 /* ARTLinearGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = 00ED015520B1A5CEB93B568312D4B0E0 /* ARTLinearGradient.m */; }; - E6ABE72B7BC5B02D311C204E250FA5F3 /* RCTLayoutAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F50D868A6D8C20A7D11B3718ECF40DD /* RCTLayoutAnimationGroup.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E6B28EC2EAA76DA7CBCA209D55786E4C /* RNFastImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FF5C23759DC629965677C0E16517F4DC /* RNFastImage-dummy.m */; }; - E6C8BD53A9389792CDC6E69D7FEB223A /* RCTResizeMode.h in Headers */ = {isa = PBXBuildFile; fileRef = E2A96D1F154AEA87D016369A0C3870EF /* RCTResizeMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6D227640A6B27493E6D63BAF5C6F11E /* RCTGIFImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 3705716BBE7DEB63B20D332F6F24EB4D /* RCTGIFImageDecoder.m */; }; + E6672788C9A13BEF81FB7F5821C0B79E /* RNEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D78B6AD794ABD35C6C0F85E743654C0 /* RNEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E67CC774BCC800FC2518913B50739E55 /* ARTLinearGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B1D65FF8C4B396FD5C38A82326B57A0 /* ARTLinearGradient.m */; }; + E6ABE72B7BC5B02D311C204E250FA5F3 /* RCTLayoutAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 4301F7D11738928F4F343B54F1140C41 /* RCTLayoutAnimationGroup.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E6B28EC2EAA76DA7CBCA209D55786E4C /* RNFastImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A9EFB81B9B04131915F1C2AB3FB28A89 /* RNFastImage-dummy.m */; }; + E6C8BD53A9389792CDC6E69D7FEB223A /* RCTResizeMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C80594559B5411411B35FA7615757D7 /* RCTResizeMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6D227640A6B27493E6D63BAF5C6F11E /* RCTGIFImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 4500A4A083862DD95D85BEA38DFFB070 /* RCTGIFImageDecoder.m */; }; E6FE2807B85DDFB3EA91EEF768018D80 /* dec_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = A611F89BAEDF8226B087FB7105C03D4F /* dec_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - E7171E9DE4E1C13572715CB434C0B5F2 /* RCTDatePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = D61ADA0D65AF7B704FDA8AB935CC54BE /* RCTDatePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E77AD62D1F1A5ED37D541E208A1B6545 /* RCTMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = 70F7C71414E7A687F23D5D9F0F2AEAD1 /* RCTMaskedView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E825EB7097FB4979649C593B3A86B567 /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A7740F5C04592BE2D469E4D7225DB5D /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E84B9D70F5DC04842F89B53195E9D52C /* RCTTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 51B9F8ACCD896C009E3495C16685D24E /* RCTTextShadowView.m */; }; - E853513BCE291CEE0B0E1CA5D20B1809 /* RNFirebaseAnalytics.h in Headers */ = {isa = PBXBuildFile; fileRef = D423632AE9D7BA4119B5968AD8B01671 /* RNFirebaseAnalytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E893729E87251274E6D1D3B51566E3B4 /* RNCAppearance.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D60AECC0FFD09038D82BB1E68B2F474 /* RNCAppearance.m */; }; - E89D6302F9CD369994133101A1FCE6B9 /* EXAudioSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C7CF83338819AE52A1BD15DB7641F1F4 /* EXAudioSessionManager.m */; }; + E7171E9DE4E1C13572715CB434C0B5F2 /* RCTDatePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 1387E3D606DA5609986070384DD35A76 /* RCTDatePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E77AD62D1F1A5ED37D541E208A1B6545 /* RCTMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = C9040F8A207F52698354008C1A31463D /* RCTMaskedView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E825EB7097FB4979649C593B3A86B567 /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B7FB8BCFFA6BD697301D1807A77F7D98 /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E84B9D70F5DC04842F89B53195E9D52C /* RCTTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CF87809263E9EE7B7D2E1C9775F0A0A /* RCTTextShadowView.m */; }; + E853513BCE291CEE0B0E1CA5D20B1809 /* RNFirebaseAnalytics.h in Headers */ = {isa = PBXBuildFile; fileRef = B29C38805F7127CB18A39556B771ECBA /* RNFirebaseAnalytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E893729E87251274E6D1D3B51566E3B4 /* RNCAppearance.m in Sources */ = {isa = PBXBuildFile; fileRef = 37304B7E4F6B5B6599EF8613038927C0 /* RNCAppearance.m */; }; + E89D6302F9CD369994133101A1FCE6B9 /* EXAudioSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 89EC8A7E6CE34BC157979031FCFBBE43 /* EXAudioSessionManager.m */; }; E8ADD9FF1D22894886D0DBD93EAB58F6 /* FIRCoreDiagnosticsDateFileStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = F924F4BCFF41DF00E2D16FC29F4D79A7 /* FIRCoreDiagnosticsDateFileStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E8F7886CF346A4A59D5620CEAA69B8D7 /* RCTI18nUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = ED641C78B588F31D0AE58DBB99AE6142 /* RCTI18nUtil.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E947B8EE3C12F59A7BE6DA22F4E43AC9 /* ARTNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 41BAD92EEFCD985EE3CC050DF1285A2A /* ARTNode.m */; }; + E8F7886CF346A4A59D5620CEAA69B8D7 /* RCTI18nUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 4129A3ABCECE0D423B0117736193078F /* RCTI18nUtil.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E947B8EE3C12F59A7BE6DA22F4E43AC9 /* ARTNode.m in Sources */ = {isa = PBXBuildFile; fileRef = E22B4DB8FAD177FC1812F7E613986051 /* ARTNode.m */; }; E98690E099869FCA322CDB7C8AB9B323 /* webp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = E74BAC7BBFBE1098B23958D35B7CA789 /* webp_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - E99670DE6BBAD7C09E618409533D1080 /* EXDownloadDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 889F498307EA1081D82E434001B02BEA /* EXDownloadDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E9ACBB81BB2D21567E75CB08C2B132A4 /* RNLocalize.h in Headers */ = {isa = PBXBuildFile; fileRef = 561957AA8E4D6D438D9C8EB2712D30B7 /* RNLocalize.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E9D7ACE54F298811EB74DFBF05F996D5 /* UMBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FA8E0CC67E1BA5567A4154B6A83AD53 /* UMBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E99670DE6BBAD7C09E618409533D1080 /* EXDownloadDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 29CA47870EF1380F129E1374389AA730 /* EXDownloadDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E9ACBB81BB2D21567E75CB08C2B132A4 /* RNLocalize.h in Headers */ = {isa = PBXBuildFile; fileRef = DA68FE3B9879133D40343E963F0C4317 /* RNLocalize.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E9D7ACE54F298811EB74DFBF05F996D5 /* UMBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = F8D4C23CF4A77ABF1057A1FFFD24FA12 /* UMBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; EA04E96F998EF83B5CA813705CFFA952 /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 967A3406E51C49B6293A74B85877134D /* SDImageCachesManager.m */; }; - EAC3645D8AC3873C347FC01F30F07184 /* BSG_KSDynamicLinker.h in Headers */ = {isa = PBXBuildFile; fileRef = EDE0103BEDB08DD9049FB3AA3644A40A /* BSG_KSDynamicLinker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB0B31B8287F6C7F98F99A2AF00CACB4 /* RCTJavaScriptLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1458E4E4EAE7B330DD86A82D306C54E5 /* RCTJavaScriptLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EAC3645D8AC3873C347FC01F30F07184 /* BSG_KSDynamicLinker.h in Headers */ = {isa = PBXBuildFile; fileRef = 20608760817367038E8F35965383D3A0 /* BSG_KSDynamicLinker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB0B31B8287F6C7F98F99A2AF00CACB4 /* RCTJavaScriptLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DE8B6AB3DB350FA909841DA9EC08631 /* RCTJavaScriptLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; EB2C44784270DFBA3B582FB79FB0B4CA /* alpha_processing_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = F785C994B38A585CA88F6FD3E67C19E8 /* alpha_processing_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; EB3E24580BE08E5B95D8B26751FD5B75 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 1165BA585F1EE5B96D006BEEFE1AA65B /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB5FDE0900500D251E2A58D288202037 /* EXVideoView.h in Headers */ = {isa = PBXBuildFile; fileRef = 57DD7A68CAE989C83B0012BE162E2A24 /* EXVideoView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB5FDE0900500D251E2A58D288202037 /* EXVideoView.h in Headers */ = {isa = PBXBuildFile; fileRef = FFEAB7D876237F031C9E8759E49F3D32 /* EXVideoView.h */; settings = {ATTRIBUTES = (Project, ); }; }; EB9924D58B07EE3EB3287F501A3E8DDE /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 47C44D06FD9B95D8A96A2C5C12FAE325 /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBA14ECF6325AE246FF34646A5D8CA77 /* RCTTypedModuleConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 00DD1E17FADBD9970827C980A7A23A11 /* RCTTypedModuleConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBA79B0AE533BE87BCF47925BEEF5A58 /* RNGestureHandlerEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = 49BEE40C24683E301CB66E6A4DACF492 /* RNGestureHandlerEvents.m */; }; + EBA14ECF6325AE246FF34646A5D8CA77 /* RCTTypedModuleConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = D497300E6E298D9DADF8C01E08ED82D7 /* RCTTypedModuleConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EBA79B0AE533BE87BCF47925BEEF5A58 /* RNGestureHandlerEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = E0747BEFD270B12C90743EEAF41B980C /* RNGestureHandlerEvents.m */; }; EBD07BB27B77720C17D34C923052FCF8 /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 43E58FFC4E5E4E52B5906224506D529A /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBD86108D11313816DA5380B28BDF659 /* EXAVPlayerData.m in Sources */ = {isa = PBXBuildFile; fileRef = 06CB3D40713972846A122E52966832F4 /* EXAVPlayerData.m */; }; + EBD86108D11313816DA5380B28BDF659 /* EXAVPlayerData.m in Sources */ = {isa = PBXBuildFile; fileRef = F667A5FF9199365E26EF120583AE5DF1 /* EXAVPlayerData.m */; }; EBDA10C96D8A27B909F8DB3B0A7C32F1 /* pb_decode.h in Headers */ = {isa = PBXBuildFile; fileRef = B2B5C12C9057A3C3F80B6FE63DC672B1 /* pb_decode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBFD540945522362ECEE6BE93F273482 /* RNFirebaseAdMobBannerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C1D7740CCBB91598F7C6D66B10A284B6 /* RNFirebaseAdMobBannerManager.m */; }; - EC08AB594C6A1EE421C0F7221243CB62 /* RCTBlobManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9895BDFACC41F63BF601939BFFAF2A89 /* RCTBlobManager.mm */; }; - EC0BF2510F9ED9AF098DD223FC443285 /* RCTBaseTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 174B066C4F232B044FD1B4BDDABE8252 /* RCTBaseTextInputView.m */; }; - EC9004FACF5144E188B844C9527904D6 /* RCTMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = F844C20A54D995CE7E93296EC2B64F8C /* RCTMaskedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EBFD540945522362ECEE6BE93F273482 /* RNFirebaseAdMobBannerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 24B8954C5F7F99D4660C00ED53B77E76 /* RNFirebaseAdMobBannerManager.m */; }; + EC08AB594C6A1EE421C0F7221243CB62 /* RCTBlobManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1A8994DC10EFC9F45E3809ABBFBBEE44 /* RCTBlobManager.mm */; }; + EC0BF2510F9ED9AF098DD223FC443285 /* RCTBaseTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = F2232511DA99E9BE85C4755365C4F6C5 /* RCTBaseTextInputView.m */; }; + EC9004FACF5144E188B844C9527904D6 /* RCTMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 65E286CED9A536D789FB23F4FE62CE2B /* RCTMaskedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; EC948F82EF1983AA5BEB6AF4EA40501B /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = CFDDE8E0E29C88DDA0C9E8798860D878 /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC99C50385781477A8923300E8BC421B /* RCTTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DBEF071D65684E062330ADB59D9D05C5 /* RCTTextViewManager.m */; }; - ECA780FF54FE7C9F647A4D72E95010F7 /* ARTLinearGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B66034AB472803832C9006499BBB4D7 /* ARTLinearGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EC99C50385781477A8923300E8BC421B /* RCTTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E2D4E3111794889626E3A5E42EFB478 /* RCTTextViewManager.m */; }; + ECA780FF54FE7C9F647A4D72E95010F7 /* ARTLinearGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = B16AC2EF6A398FE442911F0117580557 /* ARTLinearGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; ED62691B003B2C54B15DD706EBD7FA6B /* histogram_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 75FA850F4249EEF039D14074CF29791C /* histogram_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; EDC7C6753DD7336A6DAB5677E860B474 /* FIRComponentContainerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8554D73855D891F21F3D4A1CAA79A245 /* FIRComponentContainerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE23B71AEA719ECCE99E89E393DAE6B1 /* UMNativeModulesProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 80D490F6067594391B77BBDDA317E72D /* UMNativeModulesProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE23B71AEA719ECCE99E89E393DAE6B1 /* UMNativeModulesProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 018C716C05E0EC5F15D962E3962316F0 /* UMNativeModulesProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; EE4BDF8FB4021FDA1409408B21AFABCE /* GULLoggerCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C3F1CD6A3EADEAE4CF1D0F93935D414 /* GULLoggerCodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE5A08FA36B0D47C84E6173B27CA2152 /* YGStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E05F2C6F33CAF5336B8740CBCA2A516 /* YGStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE5A08FA36B0D47C84E6173B27CA2152 /* YGStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = B597CC0B456C5F8B1D52993341C79D17 /* YGStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; EE5C2C00E8185B79989EC2EB1A7A1FA5 /* FIRInstanceIDCheckinPreferences+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = D4A086F979493189EE91F9C149DDE8B1 /* FIRInstanceIDCheckinPreferences+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EEE7B9655AA3FCF1C1B0294133926C5A /* UMModuleRegistryConsumer.h in Headers */ = {isa = PBXBuildFile; fileRef = 3233CA3991ADC282DDC155994E84A82E /* UMModuleRegistryConsumer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EEE7B9655AA3FCF1C1B0294133926C5A /* UMModuleRegistryConsumer.h in Headers */ = {isa = PBXBuildFile; fileRef = E9A518693356E85CDE2D9D6DF8350793 /* UMModuleRegistryConsumer.h */; settings = {ATTRIBUTES = (Project, ); }; }; EEF97C679BEE5F2A9C7F7D95720C9AF6 /* lossless_enc_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B3AB92FCBB720DF9940897E9D1F8CEB /* lossless_enc_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - EF2C4FB84AFC8710114EB87DF542FA40 /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 49D0414802185B4FE7CDBBF860A00BB4 /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF686B36ADD04B852E545DE24FC4ED46 /* RCTSettingsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D4B743EB144717A68239203E5483B35 /* RCTSettingsManager.m */; }; - EFCBDB29A0854F4C329462E88F5FB5EF /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E87031255BDDC756EF8EA2445A305577 /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EF2C4FB84AFC8710114EB87DF542FA40 /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F0D9724DDBB33FB12DAD4B47D5826F0 /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EF686B36ADD04B852E545DE24FC4ED46 /* RCTSettingsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BBADA1A38C84E3264A0BB5E4BA3987FD /* RCTSettingsManager.m */; }; + EFCBDB29A0854F4C329462E88F5FB5EF /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 339068EC3B3B2396B833B00F1919EC58 /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; EFDDDA86D58A5A3B5A5C52CD2E4684D8 /* random_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 58EB2B14916B3055E72BC51BB66F56D2 /* random_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F017287C4E1183CC83C54BCDF409A28C /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 287650BECBB76C9B1FF6B790694E0A37 /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F017287C4E1183CC83C54BCDF409A28C /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F11923F7A1BCDF07D6F1F07EFAE526E /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; F026131495373C5DE569B201034D9101 /* cost_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 6E9AD8818B806CBDC2E64036364B7256 /* cost_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F02C80E50A42C5C5D22B26EC7C971239 /* RNPinchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = C078287057644DB319CD83478B3EE278 /* RNPinchHandler.m */; }; + F02C80E50A42C5C5D22B26EC7C971239 /* RNPinchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = A5B09B2E9E5DA96FAB51402FDE9DA2FF /* RNPinchHandler.m */; }; F08217569EB41ACFAEBB6EA9A653124A /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A5FE3742F9AECB83E54106826071ED4 /* SDWebImage-dummy.m */; }; - F091BB9661A4345D85F945ED606B30FE /* EXSystemBrightnessRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E038BA992C7ACE80C4C2AD8D8EC6304 /* EXSystemBrightnessRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0AB1EAEB67FA9F7F0EAC55737D635B8 /* TurboModuleBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FFD26AD0B6B93ABF61F3644CA78A1701 /* TurboModuleBinding.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F091BB9661A4345D85F945ED606B30FE /* EXSystemBrightnessRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 782EDC4278D5DE045601FD035FA9840C /* EXSystemBrightnessRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F0AB1EAEB67FA9F7F0EAC55737D635B8 /* TurboModuleBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B581B462258F249ADCF20D0CEC1ED310 /* TurboModuleBinding.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; F0CCBD5B1560D8D8B467FBFE07DF74A4 /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = 881A995EC3D900DB72C4272B69CC47AA /* UIImage+MemoryCacheCost.m */; }; - F0F6FF2BDBAEAE1AB3B9FC5CFB1DD69B /* RNNotificationCenterListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 5209737C33E43597A9E139095CB509B8 /* RNNotificationCenterListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0FCF80EBEDFE45F3FE19DEEE0A94D56 /* RNNotificationParser.m in Sources */ = {isa = PBXBuildFile; fileRef = F3A600554A29214EB7C2216B00E15992 /* RNNotificationParser.m */; }; - F125C736F79D6F7E3EEB77021B05B342 /* ImageCropPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 89E859BF7FD662F7D787D8549B001AF7 /* ImageCropPicker.m */; }; + F0F6FF2BDBAEAE1AB3B9FC5CFB1DD69B /* RNNotificationCenterListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 435697BD18948A8D26AFFCA1519C9162 /* RNNotificationCenterListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F0FCF80EBEDFE45F3FE19DEEE0A94D56 /* RNNotificationParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D469D56E1FF7E83AC426E6F0509D260 /* RNNotificationParser.m */; }; + F125C736F79D6F7E3EEB77021B05B342 /* ImageCropPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 1836ECD10B44085A4F812DAED84E6B12 /* ImageCropPicker.m */; }; F128E5421AFDD733B6EA5E6DC0BDBBBF /* dec_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 16F9DA7E073B94C4185D905556E88155 /* dec_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; F19BF0C7860B5391D62C5E675AB146B4 /* bignum-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = EA96D3E246ECF3DE06A0AC55CEE6829A /* bignum-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1A4EF081FF2A5D0C5CA12DA474211AC /* BSG_KSMach_Arm64.c in Sources */ = {isa = PBXBuildFile; fileRef = CA87F9D481A71CC66F620BEF33CD7625 /* BSG_KSMach_Arm64.c */; }; + F1A4EF081FF2A5D0C5CA12DA474211AC /* BSG_KSMach_Arm64.c in Sources */ = {isa = PBXBuildFile; fileRef = EAB4A4DBF40ED1D97848569B2AB9E4FC /* BSG_KSMach_Arm64.c */; }; F1CFAD1BBFF7E0BDA26021957C170257 /* vp8_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 2458545E3325597DD6A4B811C7E66B92 /* vp8_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1DBD2564FDBAE92A9E4AA8D7CCC7E01 /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E3ABE8DDE076301985B03E9838E6E92 /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F2678A8C2C1CC5973FADEE574737BDCE /* RCTInputAccessoryShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 59F57304B8E6F2DF74420AFC132DC25D /* RCTInputAccessoryShadowView.m */; }; + F1DBD2564FDBAE92A9E4AA8D7CCC7E01 /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = CB287C066F73F9B18A6E3A23738A1688 /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2678A8C2C1CC5973FADEE574737BDCE /* RCTInputAccessoryShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = DD0B061D5F64BDEF589FAF221B90DF4E /* RCTInputAccessoryShadowView.m */; }; F2826D6E1658277DA089B70D6A8EE819 /* vlog_is_on.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ED62654065B0051EE7BF8418A99C030 /* vlog_is_on.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F2DC4D68D95807B1FAB1279790CB7918 /* RNTapHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = A249D0DA845BD71A9288775610F95281 /* RNTapHandler.m */; }; - F30AE70097060CD9BC8221D42344048D /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E219AE5CBEEF48D96AE1DC1EE0373CB /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F358B6463CF3BC773C24CE612205CF12 /* BugsnagNotifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 870EB3DE4EC6FE75B94939F40FF0CA8E /* BugsnagNotifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2DC4D68D95807B1FAB1279790CB7918 /* RNTapHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D1401AB30695D3777F4453CF35983BB /* RNTapHandler.m */; }; + F30AE70097060CD9BC8221D42344048D /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2518AAE93C0C1EB79ECBCC2856756BB0 /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F358B6463CF3BC773C24CE612205CF12 /* BugsnagNotifier.h in Headers */ = {isa = PBXBuildFile; fileRef = AF0045C0E8698A8A151A6AB320396243 /* BugsnagNotifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; F3A009B81FF8A92B347826968ED9AF1E /* demux.c in Sources */ = {isa = PBXBuildFile; fileRef = B523E283430B206BFABB777FB7EA77FC /* demux.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; F3D627DC15CA09424071F3BC53A106D0 /* FIRInstanceIDKeyPairUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 162E52A16238EF44E7C37B27AF498402 /* FIRInstanceIDKeyPairUtilities.m */; }; - F3E90E8C1586DE0BC8F64B440C00EF15 /* RCTSurfaceRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 09953BEABC4D27E0A39F52882C8BF629 /* RCTSurfaceRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3FF0E6A7EBEC4415BE364AC9798CBC4 /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E97DB02C97D26B7C40BCF28A04258E58 /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3E90E8C1586DE0BC8F64B440C00EF15 /* RCTSurfaceRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C7D886999D3B062108367A61A84940B /* RCTSurfaceRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3FF0E6A7EBEC4415BE364AC9798CBC4 /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 274180BF523A21C15437D91A95B629DE /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; F40EA7396762A710141555DE1EF792D0 /* ScopeGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F78661868D7093AAE0E7699ED8543A26 /* ScopeGuard.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; F4227A5A22C299DB2F673D8875C42BAD /* picture_psnr_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = AAFA6E0A391B9079526E0FB374F2C1B6 /* picture_psnr_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; F42576E538BA4EAD61737ED1918F7E19 /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = A03FA4EB2CE9EC8037E4630CA27DF39C /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F4640C0CE6B316988B18BF1105985E43 /* BSGSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 28B7CE1881C6172919E8F1120A64ADED /* BSGSerialization.m */; }; - F481E164606508264C13898ADAAAE788 /* RCTScrollContentViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DDEBF412DE7E3ED85D2FC7E5E36A457 /* RCTScrollContentViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F4640C0CE6B316988B18BF1105985E43 /* BSGSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ED8C7DE61AF56813E143BF20294906D /* BSGSerialization.m */; }; + F481E164606508264C13898ADAAAE788 /* RCTScrollContentViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 52120C843AEF2FCCD725F0CDFB6C3957 /* RCTScrollContentViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; F49F1B5A4B1DA201D133771E9923D648 /* webp_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = DD41DFEB4D20816504C0ED50EE6A03E6 /* webp_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; F4F2AD90553CB120BC682940433493B8 /* lossless.h in Headers */ = {isa = PBXBuildFile; fileRef = 9599986551EE5C6D09645935D938432A /* lossless.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F4F36A29C561D301C91A59338D5E8744 /* RCTKeyboardObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 72A255A67FB890E9C38AEEBB2C8C50BA /* RCTKeyboardObserver.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F5100582E3FCC4BD8A1031EFC2E7CF14 /* RCTRedBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E9CB065251A7AB1AE576E2211C2E763 /* RCTRedBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F515A6E7B426BDEB13B544686F7E09B5 /* REABezierNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B47ADCACBED842C655D8CFCF877CD7 /* REABezierNode.m */; }; - F518CDF6FC7F5085F4C33D36E71E6B35 /* RNCAppearance.h in Headers */ = {isa = PBXBuildFile; fileRef = 01479C2645C082B6B80D617D5F01F290 /* RNCAppearance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F4F36A29C561D301C91A59338D5E8744 /* RCTKeyboardObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = DB4C0A0B99791EA8172573C88CB93DE4 /* RCTKeyboardObserver.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F5100582E3FCC4BD8A1031EFC2E7CF14 /* RCTRedBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E846E8148C704A0F4A81E052D50BA9C /* RCTRedBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F515A6E7B426BDEB13B544686F7E09B5 /* REABezierNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 94E505C65C5D9583999A97F92533CACE /* REABezierNode.m */; }; + F518CDF6FC7F5085F4C33D36E71E6B35 /* RNCAppearance.h in Headers */ = {isa = PBXBuildFile; fileRef = B7EFA3EFF32C8500825A713620B853A9 /* RNCAppearance.h */; settings = {ATTRIBUTES = (Project, ); }; }; F555F8C238747A97FF295FA277B84567 /* lossless_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 59BFC8722B6941D3B037DB30FA6230D0 /* lossless_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F559AD1366957B0028F9C2E8CF3746BF /* Pods-ShareRocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 20EB67591180BD14936DAED287A3BFF0 /* Pods-ShareRocketChatRN-dummy.m */; }; F56B25509F8FD04924C91D993984B005 /* Conv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0371827EC613DDDE6E2F523FEBA8F0F5 /* Conv.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F588489733C335360B5422279F3C2969 /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C83A45F34C05FDC9F84E01F32F46263 /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F595927E48BC68499910B400D64A825A /* ARTShape.m in Sources */ = {isa = PBXBuildFile; fileRef = E2D39D57EE6339FF442978B150F2F571 /* ARTShape.m */; }; + F588489733C335360B5422279F3C2969 /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = D23205CD30062DD94E7ECDED13C9FAE7 /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F595927E48BC68499910B400D64A825A /* ARTShape.m in Sources */ = {isa = PBXBuildFile; fileRef = 457CA31A811AFE9EDB5A17C65D33405E /* ARTShape.m */; }; F5D27F49E8DEC09ED4DF62A5F2975463 /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0BCD2E678C2D94CA5B375DD1FF14B2B3 /* diy-fp.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; F60AFC502521A8956123317B2306FA2D /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 0ADA5FFE88BEEFE75087544EF53976CB /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6730E7A3A36F244F62EB6480A1E6304 /* RAMBundleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B0E62FEACC9E49A4A484367E061F37BA /* RAMBundleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F69EE9565EC9739DCBEAECC9B2096D35 /* RCTCxxConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 07DAB8EC81730CD97DB2B6C1AA675CC2 /* RCTCxxConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F6B89787B48EB4A234BBEAD9D7FD761A /* RCTRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = C72004FD57292D2E614494D7D9C54E2B /* RCTRefreshControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F6730E7A3A36F244F62EB6480A1E6304 /* RAMBundleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CE220227938B26C711F33CC2E5140F03 /* RAMBundleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F69EE9565EC9739DCBEAECC9B2096D35 /* RCTCxxConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 516CBD5A5ECA00B091372B59B4719AC3 /* RCTCxxConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F6B89787B48EB4A234BBEAD9D7FD761A /* RCTRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C50F2C8914541CEC01075A9E56C4CDF /* RCTRefreshControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; F6BC3D6090988DED79B6F5CC48074FEF /* NSBezierPath+RoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = FB0495E0AE91CE73E0349235CDF0E64D /* NSBezierPath+RoundedCorners.h */; settings = {ATTRIBUTES = (Project, ); }; }; F729FF2845CD5C8CA9F83BC033C4A4D5 /* FIRDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = 04C3B18339DD82E677853D0FF7F725CA /* FIRDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; F72BF847412E0FAF84E1A7E16EA97A46 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = D9F83F5667A9B217830748AE33EE67B5 /* UIImage+GIF.m */; }; - F7305542A490B6F40F96281B25C15D50 /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 58CBABEC94E70081AAEE2424463752F8 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7305542A490B6F40F96281B25C15D50 /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C1EE93B3F93FE11C2A7F366D1E4337B4 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; F75DC605FC8D1F7681541CE667AB7CB4 /* huffman_encode_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B83ECE53C806DE9E734A6A0C67A45C9 /* huffman_encode_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F7957488A7E05B294D0FDCB86F08DE8B /* react-native-slider-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46E7C6CE6CFACCFE8DEE602C55D05D96 /* react-native-slider-dummy.m */; }; + F7957488A7E05B294D0FDCB86F08DE8B /* react-native-slider-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 86CF273F1D6DEA2EE1B062F2F539E5E1 /* react-native-slider-dummy.m */; }; F7AA02141B7C9712F22D1023EE2FA272 /* syntax_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 03DB14D6500613E1BFAA6C4D64877145 /* syntax_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F7B792DEEF85A28A3315F3307DCB1A9E /* LNInterpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = B39EE0EF27689B02A6811C6D712DE93D /* LNInterpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; F7C3B037B97B6C77B9C02AA6E6A366CE /* FIRErrorCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F722E6EC33131558CA0D9118A0F8F5E /* FIRErrorCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; F7E5C972E05E7175549D6B5131A4AB11 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DA548026BC294C38F90EBF3902F9658 /* SDImageCache.m */; }; - F7EDF44CF901CFAE15E5A31C4B31A19C /* RCTWrapperViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = C468F235C6359CF14498360F3EE89F37 /* RCTWrapperViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7EDF44CF901CFAE15E5A31C4B31A19C /* RCTWrapperViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 86094AF1B50170B4823148357D6E087F /* RCTWrapperViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; F7FAC1E73D94665C2A71AF67FE7A9930 /* FIRInstanceIDTokenInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 999E80EF208B453EA422E9289CA5C830 /* FIRInstanceIDTokenInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F7FC446C7B196854DA9D5F0CCB37460B /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 43B81BFD13C51E703ADF3467AF47BF75 /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F80534B97F3B0762396355EE60A3D145 /* RCTScrollContentViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AA846A7E972417C6D0F9D749BD466139 /* RCTScrollContentViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F81E2DFA7E076498AEFA487459C13FCF /* EXRemoteNotificationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = DF0916E2D77A3E67ED66B363A3040548 /* EXRemoteNotificationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F831BA67263E221FBA278D7508C1607C /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 444FD0BF1AB213D078F9B010C660DF17 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7FC446C7B196854DA9D5F0CCB37460B /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = F8F7A0DD990C7E03FE7A9DDDF4270BEA /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F80534B97F3B0762396355EE60A3D145 /* RCTScrollContentViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 349FC5C2C569B5CEF5EA3ADD116336F4 /* RCTScrollContentViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F81E2DFA7E076498AEFA487459C13FCF /* EXRemoteNotificationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A16F3E10206153E9F43802BB0988146 /* EXRemoteNotificationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F831BA67263E221FBA278D7508C1607C /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A4583650F45571507CD038D830C8700 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; F83D6DC16A3DDE2C67D8E9F41EF111A9 /* yuv_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = F2FE43E8C09201806C0221BEB76A1396 /* yuv_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F87498071918FC238AE4EC261728F5A8 /* RCTCxxUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 89DECEC5BA10EB7025185E6B80FEC4FC /* RCTCxxUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F891A17F467C8B71420B0B6FC1B505FD /* RCTSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = F706FA8688F45B47E85CC664DA8CD79E /* RCTSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F87498071918FC238AE4EC261728F5A8 /* RCTCxxUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1FB1CD2ED713EE6CE862EB2E55219BD6 /* RCTCxxUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F891A17F467C8B71420B0B6FC1B505FD /* RCTSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = 85521731C0E82BAEE18B6737FC07E11A /* RCTSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; F903E89A908134BAC586C99F1EFB8F92 /* FIRInstanceID+Private.m in Sources */ = {isa = PBXBuildFile; fileRef = D303224896C0540A955BA28C9B201751 /* FIRInstanceID+Private.m */; }; - F933C60C18D983D25A94CD31A49C9954 /* RCTProfileTrampoline-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 1E38F27EE3D1DDF70053DD09AB23EC0C /* RCTProfileTrampoline-arm.S */; }; - F94498F57D718CB7AC71CD5A40393BD6 /* RCTPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 632D734EBF072B36C92E49CF98712EC3 /* RCTPackagerConnection.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F99C6EF148A5F929C6714A10414821BB /* react-native-jitsi-meet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CA9749D964D0660A6EC2BB114A0738D /* react-native-jitsi-meet-dummy.m */; }; + F933C60C18D983D25A94CD31A49C9954 /* RCTProfileTrampoline-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 61228DF74F156D1175EDE0AD10B6F6D0 /* RCTProfileTrampoline-arm.S */; }; + F94498F57D718CB7AC71CD5A40393BD6 /* RCTPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = BB0687AC1638AD1994ED287D249E0367 /* RCTPackagerConnection.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F99C6EF148A5F929C6714A10414821BB /* react-native-jitsi-meet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DE4410FDD298C6F13D3C7BE207BDB250 /* react-native-jitsi-meet-dummy.m */; }; FA0980CF93ACFCE4817D2934112E098E /* ColdClass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 977010B1D7A1BB9058285F5B12C373E4 /* ColdClass.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; FA14342E79B4712BB89BFD6F442A6A64 /* enc_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 52ED103881FD477454B892F8DF3D4F6F /* enc_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; FA2139280D0DB8CBFE7A6CC71567CB34 /* QBImagePickerController-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 33849FB08B2D1A66D62C9DFEFD628532 /* QBImagePickerController-dummy.m */; }; - FA261EF55BDA4678D08512DF89105B12 /* RNSScreenStackHeaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 8097639CAAEAC14DB33641BCA5F76A09 /* RNSScreenStackHeaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA41B3CEA87D34E244EA46A8F06EBCD1 /* BannerComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = DEA73D9116E3E6FB1B522A8D311F63D9 /* BannerComponent.m */; }; - FA44144AF28DD8451DD209C556DCD1BF /* RCTTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 98F75EFC7CE2E08B668461CE1F083CDB /* RCTTouchHandler.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FA6CDEB2A292F61C8FA52F4239629B79 /* RNVectorIconsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CFF0EB764BC9AD5478CDBAF1F1616F3 /* RNVectorIconsManager.m */; }; - FAA84D230376CBFEFBC366FE93E11B41 /* RCTFollyConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = A55D3CCBDDD7927545D0702888EF3D58 /* RCTFollyConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA261EF55BDA4678D08512DF89105B12 /* RNSScreenStackHeaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = AE802E73C4901199E96345C8896A11C4 /* RNSScreenStackHeaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA41B3CEA87D34E244EA46A8F06EBCD1 /* BannerComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 66DCF78FF29B5034CB35462DE59C9CB0 /* BannerComponent.m */; }; + FA44144AF28DD8451DD209C556DCD1BF /* RCTTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F47A0C13E9D73A8A36B6AF2C6148890 /* RCTTouchHandler.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FA6CDEB2A292F61C8FA52F4239629B79 /* RNVectorIconsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 09FBC62D7D354F95C25E72847BDE1F6F /* RNVectorIconsManager.m */; }; + FAA84D230376CBFEFBC366FE93E11B41 /* RCTFollyConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 170D036004394EE672A8455FE08C3DE0 /* RCTFollyConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; FAF4E061760C22B95BE08E8A7CB52005 /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F41B48A54F45CFBF9E54AF1B29CFFEBC /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB3F4050BDAAD6BDCFAEA8A02A706358 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E398C60B85FD0481103C79C6EAE25AB /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB5F17821545A8F999EB39EDE058612B /* BSGOutOfMemoryWatchdog.h in Headers */ = {isa = PBXBuildFile; fileRef = 77EB82852535283CE02345BE4C8E40EC /* BSGOutOfMemoryWatchdog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB82A5DA6674B7D813DE2686C03E2CC0 /* RCTScrollContentShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = D1170E41A93AAC135601308AA15AB3F2 /* RCTScrollContentShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FB8A58CBBA5D6FA69A71DD1E1075091C /* BSG_KSFileUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = E8306CD04616B2AE9ED86313F79FACBA /* BSG_KSFileUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB97B1AE771BD3BCB2E5A6D924D3A9F2 /* NSDataBigString.mm in Sources */ = {isa = PBXBuildFile; fileRef = 97C73D35C3F8342122E3D4A1B8345EF9 /* NSDataBigString.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FB3F4050BDAAD6BDCFAEA8A02A706358 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = F0FF018C1A90BD9D388460C86A20DD2B /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB5F17821545A8F999EB39EDE058612B /* BSGOutOfMemoryWatchdog.h in Headers */ = {isa = PBXBuildFile; fileRef = DF9B028A04CFB05A64FBDED84CD9D1A0 /* BSGOutOfMemoryWatchdog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB82A5DA6674B7D813DE2686C03E2CC0 /* RCTScrollContentShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2ADB25FEB53A93D4B73626B4F59AA26F /* RCTScrollContentShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FB8A58CBBA5D6FA69A71DD1E1075091C /* BSG_KSFileUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = FF4B5B29AF297CBBC64852F5F4677352 /* BSG_KSFileUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB97B1AE771BD3BCB2E5A6D924D3A9F2 /* NSDataBigString.mm in Sources */ = {isa = PBXBuildFile; fileRef = AC44F633C6FBC8194C100AC4DDCCB868 /* NSDataBigString.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; FBA3AD3723EB355128F93C3892B5514C /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = FC772577BFF47AC4AEBD355A0353ED3B /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FBA62BAE57B920681ECCC87E951DD37B /* RCTModalHostViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F7156A23284105AA7C4121711BF1FFC /* RCTModalHostViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FBFF630974B4E7F16EF2281009230DC5 /* RCTInspectorDevServerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = CA97A1E11835A8EF80ADF1D107049CFA /* RCTInspectorDevServerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FBA62BAE57B920681ECCC87E951DD37B /* RCTModalHostViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 85A28289DD176C531B699DBA213438DB /* RCTModalHostViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FBFF630974B4E7F16EF2281009230DC5 /* RCTInspectorDevServerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FDA3F00A8236E861AFA5767253DC5CA /* RCTInspectorDevServerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; FC3D97DAF0161899EA3D1DAD4BC63767 /* FIRLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B537E1480C08251B27BF44AC40974C9 /* FIRLoggerLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC43075F446DDCBCB3BEF943699C2806 /* RCTImageBlurUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 87E9D60A4716E741764A6CB9588AEB79 /* RCTImageBlurUtils.m */; }; + FC43075F446DDCBCB3BEF943699C2806 /* RCTImageBlurUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B9E83D41696B81F2F18D4F8CAFD94EB /* RCTImageBlurUtils.m */; }; FC7637AE23AF20DDA06CE6C7CD5BC193 /* FIRInstanceIDBackupExcludedPlist.h in Headers */ = {isa = PBXBuildFile; fileRef = C9452CAC6F952F0A74204730C3121CB6 /* FIRInstanceIDBackupExcludedPlist.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC8C65A5DB73DEDB0A5DD8610959D4CF /* UMExportedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 06595D20C451CB9C2F9AB7EDDD7A7C95 /* UMExportedModule.m */; }; - FC98D260B0CFC32AFF56A78B6D25EEFA /* DeviceUID.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CDB27E785D4D6DAEBDCB5C57E7DEF5B /* DeviceUID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FCA9B32C098008A8220242E8353046E7 /* JSBigString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 181122469084C654B646247B9E0E4375 /* JSBigString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FC8C65A5DB73DEDB0A5DD8610959D4CF /* UMExportedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = EE1194579B2F6147D74BE185C8525760 /* UMExportedModule.m */; }; + FC98D260B0CFC32AFF56A78B6D25EEFA /* DeviceUID.h in Headers */ = {isa = PBXBuildFile; fileRef = 9786EC37664FEFC1CBE824A31C573C2F /* DeviceUID.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FCA9B32C098008A8220242E8353046E7 /* JSBigString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC036135C1C07DE6B7C05D0B9606070E /* JSBigString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; FCD79EFFF5C8B0950B52990E332E637E /* FIRInstanceIDUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 58AE31E09B2E2FA3A5B15DE7150AC88B /* FIRInstanceIDUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FCDC5F5AF807DB5781447F7EC845B581 /* RNDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 59F794A51B1D3BCBD1E47EC5D497217A /* RNDeviceInfo.m */; }; - FD4EFA8CC12FE490181AB0F8F45FEA83 /* Bugsnag.h in Headers */ = {isa = PBXBuildFile; fileRef = D24E677BBC14DAEEE0447A35209AEAC2 /* Bugsnag.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FD51669FC205662481C7CF2DA4AB6748 /* RCTSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F27A6172A4529BF19BB7F287C544B5D2 /* RCTSafeAreaViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FD93A07171842B9645ABA0BDD9EC9721 /* BSG_KSBacktrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E148A8AD46E58052ED2D2ADA498EEE3 /* BSG_KSBacktrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FCDC5F5AF807DB5781447F7EC845B581 /* RNDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 556FFB4CFF7F4D61BEF2A5167704F28F /* RNDeviceInfo.m */; }; + FD4EFA8CC12FE490181AB0F8F45FEA83 /* Bugsnag.h in Headers */ = {isa = PBXBuildFile; fileRef = A4C982A1921D03C6551EAEB33757CDB6 /* Bugsnag.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FD51669FC205662481C7CF2DA4AB6748 /* RCTSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DCF19E9DA41EC5CB0BADBE56247D8BB /* RCTSafeAreaViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FD93A07171842B9645ABA0BDD9EC9721 /* BSG_KSBacktrace.h in Headers */ = {isa = PBXBuildFile; fileRef = AAF86472CF2BCFF722DE17054CC4317C /* BSG_KSBacktrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; FDE0CFBD5BC520CB3EA47DAA8C5FAE48 /* FIRBundleUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 8101CA79A5AA30456AA6165282972ECE /* FIRBundleUtil.m */; }; - FE098B411C6CE6A74C722B985273AA07 /* experiments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C28972CB23BE10EBE6758B47E625461A /* experiments.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + FE098B411C6CE6A74C722B985273AA07 /* experiments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D50F8D56D170B9888A6C03C1E454BDBB /* experiments.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; FE2DAFC3D1DB1C90CAD82D4C6CDC4BCC /* ieee.h in Headers */ = {isa = PBXBuildFile; fileRef = 89727035FEE7F64491F5E950B5FE800C /* ieee.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE7D0BE1B4F581460DB11DCED18BCE1B /* RNCAssetsLibraryRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 268221F035874F9F853B1E7F784BBDF4 /* RNCAssetsLibraryRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE9C3D782258B259386212536AAD2830 /* ARTSolidColor.h in Headers */ = {isa = PBXBuildFile; fileRef = C13B9D5ECAC5E9AC528775C6FD081E33 /* ARTSolidColor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE7D0BE1B4F581460DB11DCED18BCE1B /* RNCAssetsLibraryRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 06F360879A9A148680729C42736267C4 /* RNCAssetsLibraryRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE9C3D782258B259386212536AAD2830 /* ARTSolidColor.h in Headers */ = {isa = PBXBuildFile; fileRef = AF36BA173DAC16B6752560DA6C589D13 /* ARTSolidColor.h */; settings = {ATTRIBUTES = (Project, ); }; }; FEB08A0DFF9F7B151A3598DFABD3659A /* GDTCCTPrioritizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 45E9D3BC635E9660003BAFD58CBB5F3C /* GDTCCTPrioritizer.m */; }; - FF217BF4F60D6ABBE53FF634B951F784 /* FFFastImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = F151FD2B2793EEA2AFBA711AD59876B3 /* FFFastImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF217BF4F60D6ABBE53FF634B951F784 /* FFFastImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = A0C40F92F4FF6539ED62ABE2B914D3EB /* FFFastImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; FF25A72AFBFDD3B1F8A677B56EE3F6C6 /* rescaler_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = A20B936BE83D17C8AD27C518CB84FF73 /* rescaler_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - FF60B7B41824DC680D901D24F8DB2F78 /* EXFileSystemLocalFileHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A9B4024E4482F42172F4B0A22E38664 /* EXFileSystemLocalFileHandler.m */; }; + FF60B7B41824DC680D901D24F8DB2F78 /* EXFileSystemLocalFileHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C2F1DBB98084A93C3C539E70CFFB273 /* EXFileSystemLocalFileHandler.m */; }; FF8366ADAE423B2AFB5753C39F314128 /* alpha_processing_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 2AE6E07E996DD2CE02771A4670FB4399 /* alpha_processing_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; FFC03B7D8F37AE0403024D9BD66DB19C /* vp8li_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 365B865A2228D9505717DC16C6BE2135 /* vp8li_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 00B8AD7082EF2E650487570300C22CB8 /* PBXContainerItemProxy */ = { + 00EF51340E263C1473D858BBA447BDD9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - 013B90B33AA066E5675D93493FAA0C49 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 49821C2B9E764AEDF2B35DFE9AA7022F; - remoteInfo = UMBarCodeScannerInterface; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; }; 013C8C712E31279FB89EBADB1C1A4BC4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2023,26 +2003,26 @@ remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; remoteInfo = UMFileSystemInterface; }; - 014FB5572623DB3374A3B66B796D1AF3 /* PBXContainerItemProxy */ = { + 01538184A8F8657B7BD4370611454E44 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; - remoteInfo = "React-RCTText"; + remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; + remoteInfo = RNFastImage; }; - 029AF32D317908210B205172A350DF4F /* PBXContainerItemProxy */ = { + 040622B4EF3FFAC25FCB8BED372F45F5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2AD4F40E67E1874A0816F6B34289EB41; - remoteInfo = UMFaceDetectorInterface; + remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; + remoteInfo = FirebaseCoreDiagnostics; }; - 040622B4EF3FFAC25FCB8BED372F45F5 /* PBXContainerItemProxy */ = { + 04431EA853529060D3FBC0E00035A553 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; - remoteInfo = FirebaseCoreDiagnostics; + remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; + remoteInfo = KeyCommands; }; 048AC4BFC3DEB50A8114C3826879AEB7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2051,19 +2031,40 @@ remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; - 051E3EA807D7125B8FD6AAE4CA75FC90 /* PBXContainerItemProxy */ = { + 05C70C130BBF2D57D3A41CA7A93B606B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; - remoteInfo = "React-RCTBlob"; + remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; + remoteInfo = "React-RCTVibration"; }; - 05C70C130BBF2D57D3A41CA7A93B606B /* PBXContainerItemProxy */ = { + 0634B3213AA67FC0CDDCB4F75EEBDA00 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; - remoteInfo = "React-RCTVibration"; + remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; + remoteInfo = "rn-extensions-share"; + }; + 0703F7FF7EB29E4E3823B2E7E57576CB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 07550E09E09F67B4F44EC5EE4FDBEDDB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6514D69CB93B41626AE1A05581F97B07; + remoteInfo = "react-native-background-timer"; + }; + 08B76BB156C2D02112D54406D5E268A3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; }; 0A0B4D127A91E77DB469579CC4FF0F57 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2072,6 +2073,20 @@ remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; remoteInfo = "React-cxxreact"; }; + 0B2B9CFC15D517BE095229B09B670DAD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 868B90C74770285449C60DBA82181479; + remoteInfo = EXFileSystem; + }; + 0B2E89B331848A5D8FEDAD3470EBAEC4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; + remoteInfo = RNLocalize; + }; 0B31EB3B887112ADB976F98D69DE6C00 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2079,26 +2094,33 @@ remoteGlobalIDString = A30157FD17984D82FB7B26EE61267BE2; remoteInfo = RSKImageCropper; }; - 0B53C8A816A47D1D2989D25B318CEF23 /* PBXContainerItemProxy */ = { + 0C0C3BC9A019EF22BA4F2E4B782314BD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7573B71C21FB5F78D28A1F4A184A6057; - remoteInfo = "react-native-keyboard-input"; + remoteGlobalIDString = C0E41540D6862472ED7F2FA11669BE1F; + remoteInfo = Crashlytics; }; - 0B5B5E7E0BEA97ADB8192F0BDEDFA592 /* PBXContainerItemProxy */ = { + 0C6729D5FCAFED6BD48AECE40F8A9F42 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; + remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; + remoteInfo = BugsnagReactNative; }; - 0DC67079C36D074DD70BEF2B58719707 /* PBXContainerItemProxy */ = { + 0D14542018B2272DD1A469E6B37EF69E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9E25537BF40D1A3B30CF43FD3E6ACD94; - remoteInfo = FirebaseInstanceID; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; + }; + 0EAADFF9A226016D978D17FE8A50B03C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 014495932E402CA67C37681988047CA2; + remoteInfo = UMFontInterface; }; 0ECB4C54EED84F5258E41AFD4657F11F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2121,12 +2143,12 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 10EBC828B2DBF9A3EB9EF2D5895F6AFC /* PBXContainerItemProxy */ = { + 105F0627F964F208B7E203C6AE12264E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; + remoteGlobalIDString = 9EB556EE511D43F3D5D7AAF51D8D0397; + remoteInfo = EXWebBrowser; }; 113CDDB809E5888DDC4ACE47ACB7FEB3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2135,13 +2157,6 @@ remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; - 1336D1C64C9321D878EE5B1F763D938D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4D67CFB913D9C3BE37252D50364CD990; - remoteInfo = RNUserDefaults; - }; 13791CBAE3B4CCAF1FC636BA2BBD9DE4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2156,19 +2171,19 @@ remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; remoteInfo = ReactCommon; }; - 1421075EB976D2FEE9D9806B5415204B /* PBXContainerItemProxy */ = { + 1589D5BF4CA04E53F6713BACDF3FDBBF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; - remoteInfo = Yoga; + remoteGlobalIDString = 3E5D106F8D3D591BD871408EEE0CC9FD; + remoteInfo = "react-native-video"; }; - 14A364E800C3EE53FC573E9633007F09 /* PBXContainerItemProxy */ = { + 15AF678E91F90883755A330BECB850DF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6514D69CB93B41626AE1A05581F97B07; - remoteInfo = "react-native-background-timer"; + remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; + remoteInfo = RNFastImage; }; 17299B3B10FACA862736181ECC44D9A8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2177,12 +2192,12 @@ remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; remoteInfo = UMPermissionsInterface; }; - 17D8A91B9959849E8234DADB2913B918 /* PBXContainerItemProxy */ = { + 183A1BF56A3908477B0606F40F3D935C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; + remoteGlobalIDString = 97C4DE84FA3CC4EC06AA6D8C249949B7; + remoteInfo = UMImageLoaderInterface; }; 185B11EB8A27612A9B75BAA1ACDFBF0A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2191,33 +2206,19 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 199D8BD0D101EBE315003325074F9B0E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; - remoteInfo = RNBootSplash; - }; - 19CC10DDD342F470CF9E83A31C3E960E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; - remoteInfo = RNReanimated; - }; - 1B17BE1DBB0ECE0A222B46FCC255CF51 /* PBXContainerItemProxy */ = { + 1BDD5E1689CDD381F27212A6AFADEDEF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; }; - 1B4E035F5EF51E6B8DF0C8C0CC9107DF /* PBXContainerItemProxy */ = { + 1C005B7917A8FCCB653F877FC50C3C52 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; 1C84D35F43BF9C71C2EEE3812CDC5C8D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2226,33 +2227,26 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 1D2F6034C1A8096F570C3480FB4D1B2F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; - remoteInfo = RNVectorIcons; - }; - 1EF1B0065891118A9274EBE57360F778 /* PBXContainerItemProxy */ = { + 1E67531A9A1EC38006C02FC6736E1E36 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; - remoteInfo = RNGestureHandler; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; - 1F1DC048FE195748FAED9100FA7DE946 /* PBXContainerItemProxy */ = { + 201C6A1323C6921817533893269BBE9D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; }; - 201C6A1323C6921817533893269BBE9D /* PBXContainerItemProxy */ = { + 2132E614EDF598F91538FE785442C819 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; + remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; + remoteInfo = EXAV; }; 21B7FFD1A14C9DCA797642821E09A7B1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2261,19 +2255,19 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 21ECCD52EA1815957E8E07EEB6D3D120 /* PBXContainerItemProxy */ = { + 21C05998014CC204C4B83414CC5D080B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; - remoteInfo = RNDeviceInfo; + remoteGlobalIDString = 49821C2B9E764AEDF2B35DFE9AA7022F; + remoteInfo = UMBarCodeScannerInterface; }; - 223891320A84A86E1FF4F9FD8DB0E7A7 /* PBXContainerItemProxy */ = { + 21F7DDB6F91E34308909DEA695AEF975 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; + remoteGlobalIDString = 2AD4F40E67E1874A0816F6B34289EB41; + remoteInfo = UMFaceDetectorInterface; }; 2284921B4FC397971FFFACC555D01A18 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2282,19 +2276,19 @@ remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; - 23606BE87CE39804C557EEBB5F3B65E4 /* PBXContainerItemProxy */ = { + 243E1224598243CE0CCEE4E8D1F2D091 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; - remoteInfo = RNLocalize; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; - 243E1224598243CE0CCEE4E8D1F2D091 /* PBXContainerItemProxy */ = { + 24F64DA0EBF41C843358097CC85CEFA9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; + remoteInfo = "React-RCTSettings"; }; 2539C386890D7883A108FF4E3829524A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2303,12 +2297,12 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 26C650FE1161C7A094F89284F7121A68 /* PBXContainerItemProxy */ = { + 27256248016A2A59F690B3C0D82002F7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3E5D106F8D3D591BD871408EEE0CC9FD; - remoteInfo = "react-native-video"; + remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; + remoteInfo = GoogleDataTransportCCTSupport; }; 273EEB006344CBC3B742234147B60471 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2317,12 +2311,19 @@ remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; remoteInfo = DoubleConversion; }; - 2A986F19F3D6A75BA59F743DF65E9DEF /* PBXContainerItemProxy */ = { + 28C12D1DF2A9BEFB9C4A13421857C388 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = CA400829100F0628EC209FBB08347D42; - remoteInfo = "react-native-notifications"; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; + }; + 2A542D7DEB91308112C80B056E16E2A9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; + remoteInfo = "react-native-slider"; }; 2AB4E316E2673B76ACA537189D619922 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2331,12 +2332,12 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 2BA52A35CA32F98ED7E80DBE98B1A67A /* PBXContainerItemProxy */ = { + 2AECBBFCD4E181174AA8C4489E51F42A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; - remoteInfo = "React-RCTLinking"; + remoteGlobalIDString = 449C1066B8C16DEDB966DCB632828E44; + remoteInfo = RNAudio; }; 2BA87C80F636B0480FC09D41CB82927A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2352,138 +2353,131 @@ remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; remoteInfo = RCTRequired; }; - 2C99838F8F6E104B4507D1B2E8D39D12 /* PBXContainerItemProxy */ = { + 2E703AF280C74D0C56906425B3195F9F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9668C19AA6D8EA320F83875FA286855A; - remoteInfo = UMConstantsInterface; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; }; - 2CCE3E79F11EB5F05D306FBE9C020D51 /* PBXContainerItemProxy */ = { + 327AA39C61EDC707A0D68C3034735A34 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D39AB631E8050865DE01F6D5678797D2; - remoteInfo = "react-native-jitsi-meet"; + remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; + remoteInfo = FirebaseCoreDiagnostics; }; - 2DDA8A59AA87442EA1835C36C56EECF0 /* PBXContainerItemProxy */ = { + 32B5044CE3237F142200CDBDA924FB29 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3E5D106F8D3D591BD871408EEE0CC9FD; - remoteInfo = "react-native-video"; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; }; - 2E0673628140085DC5D6DC85DECFEF05 /* PBXContainerItemProxy */ = { + 32C8EB6F7890500EB0BC57AA195FF549 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 90148E8FD1C445D7A019D504FA8CBC53; - remoteInfo = ReactNativeART; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; - 2F89D43FC9F27EEE87D3D0CE54DEB559 /* PBXContainerItemProxy */ = { + 32EDED458FEDBDD31B9D588BD688E1DA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; - remoteInfo = RNVectorIcons; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; - 322C038969155807A6FCDAF537BB6E46 /* PBXContainerItemProxy */ = { + 34B2223A6F3757FB1442101D3796F758 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; + remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; + remoteInfo = KeyCommands; }; - 3296120312383E2FEEF25EBE2E498DB7 /* PBXContainerItemProxy */ = { + 34B556DF76EB14506DA19B1213547A54 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; - remoteInfo = "react-native-orientation-locker"; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; }; - 32BCE27A19CA4339058901C8A648A42D /* PBXContainerItemProxy */ = { + 34BAF65BAC035A6E5E81E4763A39A5ED /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; - remoteInfo = "rn-extensions-share"; + remoteGlobalIDString = BA3F5E5AA483B263B69601DE2FA269CB; + remoteInfo = "react-native-cameraroll"; }; - 32EDED458FEDBDD31B9D588BD688E1DA /* PBXContainerItemProxy */ = { + 3567AD7E2B44760020C17476D70D0A0F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; - 339A687BEBCC63ACC43DF6C250DC472D /* PBXContainerItemProxy */ = { + 3668E05AC6E2390D94561DFDD0324C02 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; + remoteInfo = "react-native-document-picker"; }; - 34B556DF76EB14506DA19B1213547A54 /* PBXContainerItemProxy */ = { + 386C0EB352726BA92F7F015C2FB264EF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; }; - 3567AD7E2B44760020C17476D70D0A0F /* PBXContainerItemProxy */ = { + 396A0CF624DA1F5E8178679638A366B2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; + remoteInfo = UMFileSystemInterface; }; - 359A14B8D8DF41C5606D6DAFFE9DA1B1 /* PBXContainerItemProxy */ = { + 39719D3D5FA2D6335B1176CA43544BE5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C49345AFA49B098B0384C4FA864A4868; - remoteInfo = QBImagePickerController; + remoteGlobalIDString = A30157FD17984D82FB7B26EE61267BE2; + remoteInfo = RSKImageCropper; }; - 364ED74F7B68BD55D2B23FB069614BA3 /* PBXContainerItemProxy */ = { + 3AB72858671724C326138EA3E7BA7494 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2B8C13513C1F6D610976B0C8F4402EC1; - remoteInfo = EXAppLoaderProvider; + remoteGlobalIDString = 64F427905796B33B78A704063422979D; + remoteInfo = "rn-fetch-blob"; }; - 38096FFED39CB35DA1F86976401D2F27 /* PBXContainerItemProxy */ = { + 3ACCA6B776C72C779EFC47689C5A1AE0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C0E41540D6862472ED7F2FA11669BE1F; - remoteInfo = Crashlytics; + remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; + remoteInfo = libwebp; }; - 386C0EB352726BA92F7F015C2FB264EF /* PBXContainerItemProxy */ = { + 3C1A05B2651BC398A971A265A47D9664 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; + remoteGlobalIDString = ABB048B191245233986A7CD75FE412A5; + remoteInfo = Fabric; }; - 39526A737154429A92A749D57C7B717A /* PBXContainerItemProxy */ = { + 3DA6710AAE682E070695F228266936B7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EAB05A8BED2CAC923712E1C584AEB299; - remoteInfo = "react-native-keyboard-tracking-view"; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; }; - 3BF951AA316115840540594A25A72DD5 /* PBXContainerItemProxy */ = { + 3DD4E3C42AF6BBBB8C7A318CB1B4692E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; - remoteInfo = UMPermissionsInterface; - }; - 3DA6710AAE682E070695F228266936B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; + remoteGlobalIDString = 90148E8FD1C445D7A019D504FA8CBC53; + remoteInfo = ReactNativeART; }; 3E2073FF56543FDA76EFCC77A1820700 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2492,26 +2486,26 @@ remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; remoteInfo = "React-cxxreact"; }; - 4081F7E82AA90518127218043568BD4D /* PBXContainerItemProxy */ = { + 3E99FA73B279E07F2B0E0BB033573F7A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; - remoteInfo = "React-RCTAnimation"; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; }; - 40BB41992322CEDDF12B0BE78E8E6390 /* PBXContainerItemProxy */ = { + 4075FDAF4F6CA4E3FB28187F5C6C6EB0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; - remoteInfo = libwebp; + remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; + remoteInfo = "react-native-document-picker"; }; - 4131B6349E5022A3C45397E1174A4F84 /* PBXContainerItemProxy */ = { + 4081F7E82AA90518127218043568BD4D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; + remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; + remoteInfo = "React-RCTAnimation"; }; 418E15E77F7E215AA9622C72DC826707 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2520,40 +2514,47 @@ remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; - 449D79087AC8EFD285D3D6948D363A86 /* PBXContainerItemProxy */ = { + 424125C88E14DB56CA12797059758FAB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; + }; + 4303759B11C57ADFF16E315D6A8B6A95 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; + remoteInfo = FBLazyVector; }; - 44F0F2519A7D81002D5D351E72320819 /* PBXContainerItemProxy */ = { + 43E2B6444116567FCEAC138824F9AA29 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; remoteInfo = SDWebImage; }; - 455009ED9ED8F59E3D7880EA52A66B11 /* PBXContainerItemProxy */ = { + 449D79087AC8EFD285D3D6948D363A86 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; - 457D913E6F9428BA75BFF9701A514900 /* PBXContainerItemProxy */ = { + 455009ED9ED8F59E3D7880EA52A66B11 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; - 45AE2A3F3F10B1808260F6A1BD148143 /* PBXContainerItemProxy */ = { + 45C10B22929BEE33297E7923BC555FF9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; - remoteInfo = EXAV; + remoteGlobalIDString = C0E41540D6862472ED7F2FA11669BE1F; + remoteInfo = Crashlytics; }; 46123FA0B5C451A00D38BB12B40AD23A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2562,13 +2563,6 @@ remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; remoteInfo = GoogleUtilities; }; - 463F70E46A7575A43584E8937355E375 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; 46C8DE13FECE137E1DF29D2657A15C93 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2576,61 +2570,61 @@ remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; remoteInfo = "React-cxxreact"; }; - 48F6FEEC600460E8B290E64CA0FC1317 /* PBXContainerItemProxy */ = { + 474A9631252C9E98AE9CC716E56DE0F8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; - remoteInfo = EXHaptics; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; }; - 48FF23C1BE2FC883261B458A2FEFC1BB /* PBXContainerItemProxy */ = { + 479D5EE618CE31D7D0DB7D6C3B4C5BD1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; - remoteInfo = "boost-for-react-native"; + remoteGlobalIDString = EAB05A8BED2CAC923712E1C584AEB299; + remoteInfo = "react-native-keyboard-tracking-view"; }; - 4914E4CEF51AA0728F9DB4ED2D455232 /* PBXContainerItemProxy */ = { + 47A889685DB2F16FEDB7F35A074D24EC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; - remoteInfo = "react-native-slider"; + remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; + remoteInfo = "react-native-webview"; }; - 4A4EABDB58EE3742F5D7BDD94A1F7A60 /* PBXContainerItemProxy */ = { + 48FF23C1BE2FC883261B458A2FEFC1BB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; - remoteInfo = "React-RCTSettings"; + remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; + remoteInfo = "boost-for-react-native"; }; - 4AA36531954EFABC76F017DC097B4347 /* PBXContainerItemProxy */ = { + 494E493BF9F89F341728248A19FCC460 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; - remoteInfo = "React-RCTLinking"; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; }; - 4CF7E56501DE22EDECB64C9B88F4ACD1 /* PBXContainerItemProxy */ = { + 49A4D23206F94DBF68E9C50F25C56E25 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; - remoteInfo = "React-jsiexecutor"; + remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; + remoteInfo = "react-native-webview"; }; - 4D9483B6C64E893C6D8B255403D6892F /* PBXContainerItemProxy */ = { + 4CC84FD9DE71FF1170C13D14A3E75436 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 214E42634D1E187D876346D36184B655; - remoteInfo = RNScreens; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; }; - 4E95F493B1D3292DA5DC0B9A9C289502 /* PBXContainerItemProxy */ = { + 4EF9025535815CEBE6F75AD406177E59 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; - remoteInfo = GoogleDataTransportCCTSupport; + remoteGlobalIDString = A83ECDA5673771FA0BA282EBF729692B; + remoteInfo = RNFirebase; }; 4F47ACA22456ABDDC1033CCE85E508AC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2646,6 +2640,20 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; + 500A7AAE9EE3313964157EBB4E72330A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; + }; + 5123150797BA94C99A1168234A50F7BF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; + remoteInfo = "react-native-slider"; + }; 52D75569EE8B532085465A5470C6C390 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2653,6 +2661,20 @@ remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; remoteInfo = JitsiMeetSDK; }; + 5306B10E08B0792F71271D400BBDC6DA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A83ECDA5673771FA0BA282EBF729692B; + remoteInfo = RNFirebase; + }; + 5377BD1E1BC0974120576DAA99AFF81D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; + }; 53E2A1BD19729C2293AB46582C686251 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2667,6 +2689,13 @@ remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; remoteInfo = GoogleUtilities; }; + 54CFB6D224B11FCA24F15A4AA9D14047 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; 553C9E2156C22165A3D5F8E54F781E1E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2681,33 +2710,26 @@ remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; remoteInfo = ReactCommon; }; - 57B2EFFDF4D8B46E9D5C8BE65BA675BD /* PBXContainerItemProxy */ = { + 55FBAB02F2B90D1865E86551FB7DD3F8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 214E42634D1E187D876346D36184B655; - remoteInfo = RNScreens; - }; - 588715A57056E246EDC6308ECE55A085 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; - remoteInfo = Firebase; + remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; + remoteInfo = "React-RCTBlob"; }; - 58E5216ED8479923BEC4DD1D75CD5A1C /* PBXContainerItemProxy */ = { + 592671C6C3F74111AF89BE688E45B730 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; - remoteInfo = BugsnagReactNative; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; - 592671C6C3F74111AF89BE688E45B730 /* PBXContainerItemProxy */ = { + 597662D0DE206E326CD61FB773089E7E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; + remoteInfo = "React-RCTAnimation"; }; 59A6F7E541C545C99CA82678B8F26212 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2716,12 +2738,12 @@ remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; remoteInfo = SDWebImage; }; - 5B2D324264AC982E8E70549AB476602C /* PBXContainerItemProxy */ = { + 5A0A4D47F0C9A3BB88B44D9A88F2E930 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; }; 5BE488B88EB1D7B8BFE4A63D278D4B18 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2730,103 +2752,82 @@ remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; remoteInfo = GoogleUtilities; }; - 5EED9A44D7E37951C7239080722062AE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 5FDD7E408B08AF566972547CAF4A8B67 /* PBXContainerItemProxy */ = { + 5C737FEF11551517FBC69B8338F9E7D6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; + remoteGlobalIDString = ABB048B191245233986A7CD75FE412A5; + remoteInfo = Fabric; }; - 607E6ED0FFBB135AD244F6A0CA45723C /* PBXContainerItemProxy */ = { + 5CB42AAC21C3B0FDF6C9BAF7253ADDD3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A30157FD17984D82FB7B26EE61267BE2; - remoteInfo = RSKImageCropper; + remoteGlobalIDString = 3FF2E78BB54ED67CA7FAD8DA2590DBEE; + remoteInfo = "react-native-appearance"; }; - 638AC976E5FB68381B400F51F2D2F106 /* PBXContainerItemProxy */ = { + 5D39961455ACD0269DBC590E70DC8C49 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 18B56DB36E1F066C927E49DBAE590128; - remoteInfo = RNRootView; + remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; + remoteInfo = FirebaseCoreDiagnostics; }; - 63C3C84BE8E0BAD8D842915A6E7F6E2A /* PBXContainerItemProxy */ = { + 5D3ED1622586625F0EDB097BD77A82BF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; - remoteInfo = libwebp; + remoteGlobalIDString = 0D82774D2A533D3FFAE27CAB4A6E9CB2; + remoteInfo = RNImageCropPicker; }; - 6423924A022902547DBE5FC8EF93BD4D /* PBXContainerItemProxy */ = { + 5EED9A44D7E37951C7239080722062AE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 653BE8616EF0FBDEA5F62D1853200EC6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 97C4DE84FA3CC4EC06AA6D8C249949B7; - remoteInfo = UMImageLoaderInterface; - }; - 65685AEAE3C8051C0DE124A6E5ACB197 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - 65790BAB97B2A2F3ED0E30BBE0D35A3A /* PBXContainerItemProxy */ = { + 5F5ADDA9933A679C40B7C34136E19EF6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3FF2E78BB54ED67CA7FAD8DA2590DBEE; - remoteInfo = "react-native-appearance"; + remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; + remoteInfo = SDWebImageWebPCoder; }; - 659411621C92AF9563AF5F4D3F68C081 /* PBXContainerItemProxy */ = { + 5FDD7E408B08AF566972547CAF4A8B67 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; }; - 65A1957046C1BA07E70D8729B523D538 /* PBXContainerItemProxy */ = { + 6101B38638923524EEE51D29F9EE5972 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; - remoteInfo = KeyCommands; + remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; + remoteInfo = RNBootSplash; }; - 66C9F8EA9FD5F521B983512BFF6A0661 /* PBXContainerItemProxy */ = { + 610BCAC61D0A43DDB258359676093F06 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; - remoteInfo = GoogleDataTransportCCTSupport; + remoteGlobalIDString = A30157FD17984D82FB7B26EE61267BE2; + remoteInfo = RSKImageCropper; }; - 67E63F2C5FD5FBFE8AF0A2E8C2B1E66B /* PBXContainerItemProxy */ = { + 6423924A022902547DBE5FC8EF93BD4D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; - remoteInfo = "react-native-document-picker"; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; - 69B38E241EFC3F45E5D7CB372A8DE8CD /* PBXContainerItemProxy */ = { + 65685AEAE3C8051C0DE124A6E5ACB197 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; - remoteInfo = "rn-extensions-share"; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; }; 69B6897572B545367799A5E51AFE075D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2842,13 +2843,6 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 6A0F121F649ABE88A339FC671F6ADC87 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 50188AAB5FAECCA9583327DBA2B0AF2B; - remoteInfo = UMTaskManagerInterface; - }; 6A307E7AA187B3493D468319584B81F0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2863,40 +2857,33 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 6B6F2CD6F1EDA090471B40FD9881BCEA /* PBXContainerItemProxy */ = { + 6AD8F0073B8817CF7DA7E436661692F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A83ECDA5673771FA0BA282EBF729692B; - remoteInfo = RNFirebase; - }; - 6DBBBD7D8C47FA13876FCC9539B2E757 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; - remoteInfo = "boost-for-react-native"; + remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; + remoteInfo = UMPermissionsInterface; }; - 6DC23E6184DC91254794D470273D17B8 /* PBXContainerItemProxy */ = { + 6BB8E72713E10619E71118A1DA86F074 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; - remoteInfo = RNFastImage; + remoteGlobalIDString = 90148E8FD1C445D7A019D504FA8CBC53; + remoteInfo = ReactNativeART; }; - 6E0D8749920D654008FC83ACE2DBD974 /* PBXContainerItemProxy */ = { + 6C0219F656524523DFDA2B58477588FC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5EB4B0B6DA6D5C0C3365733BEAA1C485; - remoteInfo = FirebaseCoreDiagnosticsInterop; + remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; + remoteInfo = RNLocalize; }; - 6E6F31C7404904CB37338FF9D1EF1D2B /* PBXContainerItemProxy */ = { + 6E692BE92E63B0ACB509DCF3314960CD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; - remoteInfo = FirebaseAnalytics; + remoteGlobalIDString = 3FF2E78BB54ED67CA7FAD8DA2590DBEE; + remoteInfo = "react-native-appearance"; }; 70056FCB7FB870FB7D91F161A3B6F84F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2905,12 +2892,12 @@ remoteGlobalIDString = C0E41540D6862472ED7F2FA11669BE1F; remoteInfo = Crashlytics; }; - 72935BF85DB5DFD13D10DA654BE43C62 /* PBXContainerItemProxy */ = { + 701E284F8703F3BB8AEDFC6F24932473 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = ABB048B191245233986A7CD75FE412A5; - remoteInfo = Fabric; + remoteGlobalIDString = 214E42634D1E187D876346D36184B655; + remoteInfo = RNScreens; }; 729C920815C311E1D586861019E10612 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2919,47 +2906,54 @@ remoteGlobalIDString = 5EB4B0B6DA6D5C0C3365733BEAA1C485; remoteInfo = FirebaseCoreDiagnosticsInterop; }; - 72ED0B5B27E65A915859B01D0DDADEDA /* PBXContainerItemProxy */ = { + 72BA3707D40AD49DD19DC13CF7B749C2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; + remoteGlobalIDString = 4D67CFB913D9C3BE37252D50364CD990; + remoteInfo = RNUserDefaults; }; - 7376C532C4FB647A107D7FD9698C24E8 /* PBXContainerItemProxy */ = { + 72FB2E5C09D1E7C38B54561422D38983 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; }; - 7385D57E0D6B908B9FCFA58F656276AA /* PBXContainerItemProxy */ = { + 730D0C9E87C821627B583125E6B803EC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6514D69CB93B41626AE1A05581F97B07; - remoteInfo = "react-native-background-timer"; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - 74C2CAAD882619C327EBDCCC07631937 /* PBXContainerItemProxy */ = { + 7376C532C4FB647A107D7FD9698C24E8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 74C2CAAD882619C327EBDCCC07631937 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = ABB048B191245233986A7CD75FE412A5; remoteInfo = Fabric; }; - 7606ACE747D0B9277E50C81A7F417ED7 /* PBXContainerItemProxy */ = { + 7636C6A03013022B7158485E9F36BAA4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; - remoteInfo = RNDeviceInfo; + remoteGlobalIDString = 2B8C13513C1F6D610976B0C8F4402EC1; + remoteInfo = EXAppLoaderProvider; }; - 76E956BD39B1700F4FE1D2A76280F2FC /* PBXContainerItemProxy */ = { + 767A7FBE553E3B2B50F9BB50C724CCB2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E16E206437995280D349D4B67695C894; - remoteInfo = "React-CoreModules"; + remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; + remoteInfo = RNDeviceInfo; }; 77650DB9BCD15D3DBD659DF4437F2533 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2968,6 +2962,48 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; + 778E53E54DE503DA2B93D637BC072D5F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0A72FB88825FDC7D301C9DD1F8F96824; + remoteInfo = EXPermissions; + }; + 784F820DA78EF17ABFE44601CC31F1B3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; + remoteInfo = "React-RCTLinking"; + }; + 7941868B0C918EADAB9CE7BA4DF6FEE2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; + }; + 79CA74D9BCA03CD5F39464D5EDAFE1F2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; + remoteInfo = "React-RCTBlob"; + }; + 7AB269EE8D0EA6D610FD1A80FA61EBA7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; + }; + 7AD34A710A84EC9637B0B593EF1D51F6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; + remoteInfo = JitsiMeetSDK; + }; 7AEA5761B26CAEF1A0C0E82599059DA8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2975,12 +3011,12 @@ remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; remoteInfo = FirebaseAnalytics; }; - 7BE619E5B283FFFB50D88F6E95524F0C /* PBXContainerItemProxy */ = { + 7BFDA1E9BBF494A4F0E446BC206D9F7F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; - remoteInfo = "React-RCTActionSheet"; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; }; 7C309567C8843AC36F40EF4B09960A84 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2996,47 +3032,40 @@ remoteGlobalIDString = D0EFEFB685D97280256C559792236873; remoteInfo = glog; }; - 7CFF68D0A201981A39136FFAD966A55F /* PBXContainerItemProxy */ = { + 7CAAD02C329DA04EABAA99FDA4FFBBEF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A30157FD17984D82FB7B26EE61267BE2; - remoteInfo = RSKImageCropper; - }; - 7DB66960FC601F6E99C14345F55A9D94 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 64F427905796B33B78A704063422979D; - remoteInfo = "rn-fetch-blob"; + remoteGlobalIDString = EAB05A8BED2CAC923712E1C584AEB299; + remoteInfo = "react-native-keyboard-tracking-view"; }; - 7DFBE4295EB2D14288E99BCD22619405 /* PBXContainerItemProxy */ = { + 7CFC21BBFEB7A82CB77B3F13134C4181 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; + remoteGlobalIDString = 18B56DB36E1F066C927E49DBAE590128; + remoteInfo = RNRootView; }; - 7E567AF9F6696E9BABAEA18B0F543692 /* PBXContainerItemProxy */ = { + 7D86E0EC946E710690508A70778A50AB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; - remoteInfo = FirebaseAnalytics; + remoteGlobalIDString = BA3F5E5AA483B263B69601DE2FA269CB; + remoteInfo = "react-native-cameraroll"; }; - 7E9C6A5E27B6C0AFDB34AA3191DBE107 /* PBXContainerItemProxy */ = { + 7DFBE4295EB2D14288E99BCD22619405 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; - remoteInfo = KeyCommands; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; }; - 7EE3FF58C79408BEC7B08E7853FA8F5D /* PBXContainerItemProxy */ = { + 7E7173C0D97D6A4FC13C8DFB12F66011 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; - remoteInfo = "React-RCTAnimation"; + remoteGlobalIDString = 5EB4B0B6DA6D5C0C3365733BEAA1C485; + remoteInfo = FirebaseCoreDiagnosticsInterop; }; 7F0C8BA205CDCCA50C905295C45878EC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3059,19 +3088,19 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 853BEA7545F4C8ACFE2BA8F668600F68 /* PBXContainerItemProxy */ = { + 8309463922C888A4211D198F7BF4FC02 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5EB4B0B6DA6D5C0C3365733BEAA1C485; - remoteInfo = FirebaseCoreDiagnosticsInterop; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; }; - 863E41BA7A7F1117440E8FBD60D9AECE /* PBXContainerItemProxy */ = { + 84C34CD673018D254BF480BF14FF2890 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9EB556EE511D43F3D5D7AAF51D8D0397; - remoteInfo = EXWebBrowser; + remoteGlobalIDString = 449C1066B8C16DEDB966DCB632828E44; + remoteInfo = RNAudio; }; 86FBD5BA95718ED6238A8919F42616C5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3087,61 +3116,54 @@ remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; remoteInfo = "React-RCTImage"; }; - 882BEE9E8FCF0A6BD665F01DFBEF822B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 887B04DAF0CD700600E4B5122BE0481B /* PBXContainerItemProxy */ = { + 8826086781226E80504011E2BB7CCD4B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 90148E8FD1C445D7A019D504FA8CBC53; - remoteInfo = ReactNativeART; + remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; + remoteInfo = SDWebImageWebPCoder; }; - 888B4FDC61D8E9341CD9F82D70532963 /* PBXContainerItemProxy */ = { + 882BEE9E8FCF0A6BD665F01DFBEF822B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3FF2E78BB54ED67CA7FAD8DA2590DBEE; - remoteInfo = "react-native-appearance"; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; - 8A59BFC9C583E87EAA2E6B8065372556 /* PBXContainerItemProxy */ = { + 8843FEF2936F6906F3DEA4AB5FA3FB99 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0A915EE9D35CA5636731F8763E774951; - remoteInfo = UMCameraInterface; + remoteGlobalIDString = 2038C6F97563AAD6162C284B3EDD5B3B; + remoteInfo = UMSensorsInterface; }; - 8A5FEC65150A496438EEC1617CAFEDF6 /* PBXContainerItemProxy */ = { + 88A30E1FECB26769CBCCFBE0D308D1A3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; + remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; + remoteInfo = RNGestureHandler; }; - 8BC80843B5C0C73400CF4BE181236F6B /* PBXContainerItemProxy */ = { + 8955046A948AADF1313D62D571167563 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BA3F5E5AA483B263B69601DE2FA269CB; - remoteInfo = "react-native-cameraroll"; + remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; + remoteInfo = "React-RCTLinking"; }; - 8BCE02FFB3C5D82D1B32DC17EF5593F4 /* PBXContainerItemProxy */ = { + 8992DE6C573961543133CE40C0AB9C0D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; - remoteInfo = "react-native-document-picker"; + remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; + remoteInfo = "boost-for-react-native"; }; - 8C57F396D03163B668A11E7F0192FD5B /* PBXContainerItemProxy */ = { + 8B53E7A1E3DE4049A7BA39703DD90925 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; + remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; + remoteInfo = BugsnagReactNative; }; 8CD598B3122E1B5D5E0411E9F8DFF385 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3157,12 +3179,12 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 8DB26D32659CB196DB51A1A34156ACC5 /* PBXContainerItemProxy */ = { + 8DAE8772A5E0DA9038BCE0095AAC3FC8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; - remoteInfo = "React-RCTBlob"; + remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; + remoteInfo = "React-RCTText"; }; 8F8D97FDA93DF806279F1C90D2E34F62 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3171,12 +3193,19 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 903F3233CCABE0A16568DD6BBE9F3DA7 /* PBXContainerItemProxy */ = { + 8F9C092E99659D6C24A81AAD6FE25036 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; - remoteInfo = Firebase; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; + }; + 90329182C296B0DAAADEF08D1C8B8ACA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; }; 914920FE125E08820136442E6C40FF7E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3192,19 +3221,19 @@ remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; remoteInfo = SDWebImage; }; - 931D5543FB51DE2A6D5247C6E4D46EB7 /* PBXContainerItemProxy */ = { + 9364418E65938ADFB5D5A44BABF7F5E6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EAB05A8BED2CAC923712E1C584AEB299; - remoteInfo = "react-native-keyboard-tracking-view"; + remoteGlobalIDString = CA400829100F0628EC209FBB08347D42; + remoteInfo = "react-native-notifications"; }; - 939E7A1046CB374F8C89A0A1686DD850 /* PBXContainerItemProxy */ = { + 94E8659D967F363689C15DBF436A51F7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; - remoteInfo = UMFileSystemInterface; + remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; + remoteInfo = JitsiMeetSDK; }; 95BD7607104E910918F88DD81F19B1C1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3248,12 +3277,12 @@ remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; - 9A6CE1E805A3AA61BCF656DB9F9561E2 /* PBXContainerItemProxy */ = { + 9A464303D929963E48590E12C3BE739E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0D82774D2A533D3FFAE27CAB4A6E9CB2; - remoteInfo = RNImageCropPicker; + remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; + remoteInfo = "react-native-orientation-locker"; }; 9AC1F06D86A0940CBEDC84127390E31D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3269,12 +3298,19 @@ remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; remoteInfo = "React-RCTBlob"; }; - 9CFE594A99A5A9EC92C9B9222B637BE9 /* PBXContainerItemProxy */ = { + 9BCD2366AD6375A5D1D929224F8048EA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C49345AFA49B098B0384C4FA864A4868; - remoteInfo = QBImagePickerController; + remoteGlobalIDString = 0A915EE9D35CA5636731F8763E774951; + remoteInfo = UMCameraInterface; + }; + 9CC8F090C8F28D3800E3B95983F74865 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; 9EEE23D6519FCEE6884F6DF117317D7A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3283,75 +3319,82 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 9F415156E5A2C2E1EC66C613001CC006 /* PBXContainerItemProxy */ = { + 9F1E50BC2FC4752673D95610B10CB9A6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; }; - 9FAE2CA79291EAAB2208033BECD5C0C7 /* PBXContainerItemProxy */ = { + 9FCDA06EB9A27715ECDD6928481C2934 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = ABB048B191245233986A7CD75FE412A5; - remoteInfo = Fabric; + remoteGlobalIDString = 50188AAB5FAECCA9583327DBA2B0AF2B; + remoteInfo = UMTaskManagerInterface; }; - A052E15DD70BD9E2D9948988BDE7D2D4 /* PBXContainerItemProxy */ = { + A0A095E1F8CAF0FA980B9438BD860247 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; + remoteInfo = GoogleDataTransportCCTSupport; }; - A2714C3F770F38D4074DD0F61DA9CF45 /* PBXContainerItemProxy */ = { + A0BA98AFD3A542EDD80C4A1EA67CF175 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; + remoteInfo = Firebase; }; - A28FF71B6D790588E9ECD274F6E2C459 /* PBXContainerItemProxy */ = { + A19D5B7257CF2FC19B77E067CBDBD2A8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; - remoteInfo = SDWebImageWebPCoder; + remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; + remoteInfo = RNVectorIcons; }; - A33043B018A8D3B28DA9124A1579E13A /* PBXContainerItemProxy */ = { + A25C9FBBB89C38B3B89AF8B6184724F3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; + remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; + remoteInfo = RNDateTimePicker; }; - A3B47DA7FB5AF667B2756DAC549D2642 /* PBXContainerItemProxy */ = { + A2714C3F770F38D4074DD0F61DA9CF45 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; - remoteInfo = Yoga; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; - A4DB59DF3C1258519A58F796169FDBAE /* PBXContainerItemProxy */ = { + A33043B018A8D3B28DA9124A1579E13A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; }; - A610CD42155210F6D6C0F89853B4E104 /* PBXContainerItemProxy */ = { + A338B2EA637A261726C42F278A3D8665 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; - remoteInfo = "boost-for-react-native"; + remoteGlobalIDString = D39AB631E8050865DE01F6D5678797D2; + remoteInfo = "react-native-jitsi-meet"; }; - A6C96CD915FAFFA438FE9774216C27FC /* PBXContainerItemProxy */ = { + A3B47DA7FB5AF667B2756DAC549D2642 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; + }; + A5EDF55762B7ABE58020D109912E4608 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C49345AFA49B098B0384C4FA864A4868; + remoteInfo = QBImagePickerController; }; A7E5D397C11338DEED5E896EF959836C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3360,12 +3403,12 @@ remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; remoteInfo = libwebp; }; - A8252907A5DB492F4067B22F6CA071B4 /* PBXContainerItemProxy */ = { + A81605657D018360C2142B86E3A646F5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 014495932E402CA67C37681988047CA2; - remoteInfo = UMFontInterface; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; }; A8D228C6F74629133C291F6B44D7694D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3374,13 +3417,6 @@ remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; remoteInfo = "React-RCTImage"; }; - A90B477E5E770A5E8A723BC38061B91C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4D67CFB913D9C3BE37252D50364CD990; - remoteInfo = RNUserDefaults; - }; A93E606DCB9E6493FE4333269FB7DB4D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3395,13 +3431,6 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - A9F14AA672F579B6CE68FE7180E24425 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; - }; AA5B8F43EAD114EE3717346D55C72BE5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3409,75 +3438,40 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - AD20E884F81A84B9953448DFC846440D /* PBXContainerItemProxy */ = { + ADBED58D4694BCF256BF8A08894659AF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; - remoteInfo = RNReanimated; + remoteGlobalIDString = D39AB631E8050865DE01F6D5678797D2; + remoteInfo = "react-native-jitsi-meet"; }; - AE7D6E027CD712F28C9959B5136593AF /* PBXContainerItemProxy */ = { + AFF74AD800513E8ADF86A29EA37DB955 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A83ECDA5673771FA0BA282EBF729692B; - remoteInfo = RNFirebase; + remoteGlobalIDString = C49345AFA49B098B0384C4FA864A4868; + remoteInfo = QBImagePickerController; }; - AEC4CC76F0D1BD997DC39487469EC609 /* PBXContainerItemProxy */ = { + B10540874D34CE93E1E04DA052C09DD7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; - remoteInfo = BugsnagReactNative; + remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; + remoteInfo = "React-RCTLinking"; }; - AF19E89F793A537D6E53E375EAD68EDC /* PBXContainerItemProxy */ = { + B40AA08577F30A00FD2A25A08341964A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; - AF4C42320C47D13C65A10E8E48CA3ECA /* PBXContainerItemProxy */ = { + B42F65971F76910290A921E5BE621605 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C0E41540D6862472ED7F2FA11669BE1F; - remoteInfo = Crashlytics; - }; - AFF74AD800513E8ADF86A29EA37DB955 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C49345AFA49B098B0384C4FA864A4868; - remoteInfo = QBImagePickerController; - }; - B060697673EFB5CEA3DAFC3A5BED9887 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BA3F5E5AA483B263B69601DE2FA269CB; - remoteInfo = "react-native-cameraroll"; - }; - B10540874D34CE93E1E04DA052C09DD7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; - remoteInfo = "React-RCTLinking"; - }; - B3F767C57D4CD142C268D2D8E8386D2F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; - remoteInfo = "react-native-slider"; - }; - B40AA08577F30A00FD2A25A08341964A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; }; B45BFCA094BB2306A256FB04420598F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3486,13 +3480,6 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - B4D1DC1D87B27262F538757DA60FAB65 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; - remoteInfo = RNDateTimePicker; - }; B59CFF3791DD86ED3E948C16CAA52C6E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3500,33 +3487,33 @@ remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; remoteInfo = "React-RCTNetwork"; }; - B733DCAD61F1D2E8DF4E9A5F07F6CD79 /* PBXContainerItemProxy */ = { + B7CA8E5E6048734280447632DB142C89 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; - remoteInfo = FirebaseCoreDiagnostics; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; }; - B7AF12EAC59B26018D9EF1CD9A4583B9 /* PBXContainerItemProxy */ = { + B7F08F4FE6E75DBA4C38D8B789F2ABAE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; + remoteInfo = "React-RCTAnimation"; }; - B7CA8E5E6048734280447632DB142C89 /* PBXContainerItemProxy */ = { + B7FA155A3592D6B638DF4C6E365A6C37 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = D0EFEFB685D97280256C559792236873; remoteInfo = glog; }; - B7E023F06278BFE603B9D59472EBDD3C /* PBXContainerItemProxy */ = { + B8191856C272D3F949F26832F7C32B37 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; - remoteInfo = RNBootSplash; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; B8E5BD7E0904D95225F1C6CC70ADE8CA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3535,12 +3522,12 @@ remoteGlobalIDString = D0EFEFB685D97280256C559792236873; remoteInfo = glog; }; - B952EF7966471C6FAB472A9C1CC38129 /* PBXContainerItemProxy */ = { + B968C139272C268244CF59E8D66DFB16 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; + remoteInfo = "React-RCTActionSheet"; }; B9F6134AA6CD3820CE35B60CB340E91D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3556,13 +3543,6 @@ remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; remoteInfo = Folly; }; - BBA1A90899E814F46FBDE94880F13E47 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 18B56DB36E1F066C927E49DBAE590128; - remoteInfo = RNRootView; - }; BBDC7C661CA5567D3925BC0747CAAEC5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3570,19 +3550,19 @@ remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; remoteInfo = GoogleAppMeasurement; }; - BD11BF29418FB5DED9D436663EAC04AF /* PBXContainerItemProxy */ = { + BD67F50C748CBEE78605A9E343372A8D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; - remoteInfo = RNDateTimePicker; + remoteGlobalIDString = CA400829100F0628EC209FBB08347D42; + remoteInfo = "react-native-notifications"; }; - BF29A707BAA69746C68FC6247E559B43 /* PBXContainerItemProxy */ = { + BE3725F7F38D07E365C26407E27264D2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E16E206437995280D349D4B67695C894; - remoteInfo = "React-CoreModules"; + remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; + remoteInfo = "React-RCTSettings"; }; BF32D407ED9D0F154DE76F25EEB923DB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3598,6 +3578,20 @@ remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; remoteInfo = DoubleConversion; }; + BF7703A1FBC651050E23B6104637F6F0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 64F427905796B33B78A704063422979D; + remoteInfo = "rn-fetch-blob"; + }; + BFA470827F14C946DA5BAE3D1912C818 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 897EF6A99176326E24F51E2F2103828C; + remoteInfo = UMReactNativeAdapter; + }; BFD1349A73D002FF8BADA635DB23EA34 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3605,19 +3599,33 @@ remoteGlobalIDString = 5EB4B0B6DA6D5C0C3365733BEAA1C485; remoteInfo = FirebaseCoreDiagnosticsInterop; }; - C141DFEDD55048C5470D6A0AA4A92D23 /* PBXContainerItemProxy */ = { + C1CC70707F2B30366A88A2E5E3B7E772 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; - remoteInfo = "React-RCTText"; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; }; - C2235A27F5007B9C8E32C82C1F5BA18B /* PBXContainerItemProxy */ = { + C1DB6B2FB2C52CF5451D56523BC6A4A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; + remoteInfo = EXHaptics; + }; + C3D793A89D0BEA7E06D1325F92EF558F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9668C19AA6D8EA320F83875FA286855A; + remoteInfo = UMConstantsInterface; + }; + C506E3AAD19C4818C40239DF18CA9B69 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; + remoteInfo = "boost-for-react-native"; }; C583A5691E3DAE99E4675FD1989CDA14 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3633,13 +3641,6 @@ remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; remoteInfo = "React-RCTActionSheet"; }; - C5F2DEE55B252D17B96E97EE57C863D1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; - remoteInfo = JitsiMeetSDK; - }; C6318E60C9E68C5F678F7ADDF357AED8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3654,13 +3655,6 @@ remoteGlobalIDString = 9E25537BF40D1A3B30CF43FD3E6ACD94; remoteInfo = FirebaseInstanceID; }; - C7234391A2D448B979BFF7701270FC5C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 897EF6A99176326E24F51E2F2103828C; - remoteInfo = UMReactNativeAdapter; - }; C737ED823B86A2EB5AE9F688BEE3FDCE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3668,19 +3662,19 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - C849ECCA6DB63EB5946262809717B066 /* PBXContainerItemProxy */ = { + C76DF3A953DDD79F9AF83698340CE5DA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; - remoteInfo = "React-RCTAnimation"; + remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; + remoteInfo = RNDateTimePicker; }; - C8A6F6BC4D027E691B20283D2CBDE12A /* PBXContainerItemProxy */ = { + C8D6ADF316FDA972C538985DF8473A67 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 868B90C74770285449C60DBA82181479; - remoteInfo = EXFileSystem; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; }; CAAEE7A21CB80F6BF942643AE53B944E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3689,6 +3683,20 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; + CAB679A784D0B47B9C9BCBD3EBAB8F36 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + CACC849D71C13185653FEBEEAD053FE9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6514D69CB93B41626AE1A05581F97B07; + remoteInfo = "react-native-background-timer"; + }; CAD9ABFE1D8247DFCA7C5B5DC70C1C94 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3696,6 +3704,13 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; + CD0266D3613289FCDC9D0D0735A63FCA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; + remoteInfo = Firebase; + }; CD13E8227960B07BA93BD3A6A40F0B23 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3703,12 +3718,12 @@ remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; remoteInfo = "React-RCTImage"; }; - CE3F526A6E8FEE984C13CEFEA5F14CC3 /* PBXContainerItemProxy */ = { + CE083BB07F9AF3F55E0E94A6776C7F05 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; }; CEEAB0ABDC6919813DC4584C776CA72F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3717,13 +3732,6 @@ remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; remoteInfo = "boost-for-react-native"; }; - CF89074A6675624B726FA4D84C994E5E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; - remoteInfo = FirebaseCoreDiagnostics; - }; D07A2073C8416FD3ABDA2FC695482B1F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3731,26 +3739,19 @@ remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; remoteInfo = Firebase; }; - D0AC3DC5ACD56608863F72BC86F892BE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; - remoteInfo = FBLazyVector; - }; - D0EE951EAD6998DFDE5F28584F63E951 /* PBXContainerItemProxy */ = { + D0E7F1334DC7E8C9A9B1BA5F5E40B556 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9E25537BF40D1A3B30CF43FD3E6ACD94; - remoteInfo = FirebaseInstanceID; + remoteGlobalIDString = 0D82774D2A533D3FFAE27CAB4A6E9CB2; + remoteInfo = RNImageCropPicker; }; - D0F15BE0445FA82710CAB0CE77128DA4 /* PBXContainerItemProxy */ = { + D159D080013BC46A737B29A998580E49 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; - remoteInfo = "React-RCTSettings"; + remoteGlobalIDString = E16E206437995280D349D4B67695C894; + remoteInfo = "React-CoreModules"; }; D1DD6F0528614F3F6A959C01AB7F7DCB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3759,26 +3760,26 @@ remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; remoteInfo = Folly; }; - D29F8BF74B57EE0A574C7E3C323C19CC /* PBXContainerItemProxy */ = { + D30AD787E43DE3AC8E24B315F185B31F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2038C6F97563AAD6162C284B3EDD5B3B; - remoteInfo = UMSensorsInterface; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; }; - D2DAA1CE9BA689CBB86D032EE610AF1C /* PBXContainerItemProxy */ = { + D310F99A161A674E78AF779AD1942AE4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7573B71C21FB5F78D28A1F4A184A6057; - remoteInfo = "react-native-keyboard-input"; + remoteGlobalIDString = 5EB4B0B6DA6D5C0C3365733BEAA1C485; + remoteInfo = FirebaseCoreDiagnosticsInterop; }; - D30AD787E43DE3AC8E24B315F185B31F /* PBXContainerItemProxy */ = { + D41E3DACC67C081B275DABDD556E2195 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; }; D465047540D12FD9D95291AE82A76DB9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3794,82 +3795,75 @@ remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; remoteInfo = SDWebImageWebPCoder; }; - D593C54472FEFEE5CA8330FB9C07D0FF /* PBXContainerItemProxy */ = { + D47A32338183EFC04075CE9AD2F89F33 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - D59A73644A58ECC04E1987DB3C8A1BC6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; + remoteInfo = "rn-extensions-share"; }; - D76EED7E57A8AC867FB994DBE71FF18D /* PBXContainerItemProxy */ = { + D485AFD6631E9F2BC87CF133CE44A37D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; - remoteInfo = SDWebImageWebPCoder; + remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; + remoteInfo = RNReanimated; }; - D83A65BB197390BC217AC725BBB2A09B /* PBXContainerItemProxy */ = { + D5558AAA4D92303C63F0E2ED876AC1E7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; - remoteInfo = "react-native-webview"; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; }; - D9BF9AA4A049C2B97E28A7A37A8180DA /* PBXContainerItemProxy */ = { + D59A73644A58ECC04E1987DB3C8A1BC6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; }; - D9E3EDC835FCF7086651DEA02BD80CC6 /* PBXContainerItemProxy */ = { + D6C70AE4986C797024351452E56B545C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = 4D67CFB913D9C3BE37252D50364CD990; + remoteInfo = RNUserDefaults; }; - DA12705528BA645F1EB99675AB21EC65 /* PBXContainerItemProxy */ = { + D727F5883E7A6EA4433E17239344714D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; - remoteInfo = "react-native-webview"; + remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; + remoteInfo = libwebp; }; - DACD7A76174C99D62A0ED52B1AD3A06F /* PBXContainerItemProxy */ = { + D94E3E68B5F3942E659EBF1C2EA57FCF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; + remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; + remoteInfo = "React-RCTVibration"; }; - DB157DDF69F49DD233A231D4FA1C4D20 /* PBXContainerItemProxy */ = { + D9B8C4BFF51E86E843EDF9993F467999 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D39AB631E8050865DE01F6D5678797D2; - remoteInfo = "react-native-jitsi-meet"; + remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; + remoteInfo = RNReanimated; }; - DBD7FB37F3AAA5CE9BF78B349CDE45A9 /* PBXContainerItemProxy */ = { + D9E3EDC835FCF7086651DEA02BD80CC6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; - remoteInfo = "React-RCTVibration"; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; - DD56B73E7E87398AB92815DB75CD081D /* PBXContainerItemProxy */ = { + DB7F8FFEBFD4F1F21E938572BD164D57 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 449C1066B8C16DEDB966DCB632828E44; - remoteInfo = RNAudio; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; }; DDC3038F75F2A9519773ABAA55479EB1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3878,12 +3872,12 @@ remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; remoteInfo = "React-RCTText"; }; - DDEB10F14071A3A30BCAF1C27335B185 /* PBXContainerItemProxy */ = { + DDFA131F8A17C0CC7D5FCF450E11A752 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; + remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; + remoteInfo = FBLazyVector; }; DDFCA674E1FE8DC1DB86D5A0C0A1FB6A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3899,13 +3893,6 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - DEE3FD7474B6EFD487E0853871BAB007 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; - }; DF12C5D7BB68C2724D2F39A531F2A52A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3913,33 +3900,33 @@ remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; remoteInfo = nanopb; }; - DFECDA4DBABE855EC64A242A800A2FF6 /* PBXContainerItemProxy */ = { + DFF21A77DD7FB0CCE8B065449BFFDAE9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; }; - E0AF3E938093ECED9084C86F958033C0 /* PBXContainerItemProxy */ = { + E069DD6A128A3E97B57C5798DB90027C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; - remoteInfo = "React-jsiexecutor"; + remoteGlobalIDString = 9E25537BF40D1A3B30CF43FD3E6ACD94; + remoteInfo = FirebaseInstanceID; }; - E0F8C5B0EF2DDF9E46B284D7E297247A /* PBXContainerItemProxy */ = { + E18E19BC40E312065A934AD86DC1D216 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; - remoteInfo = JitsiMeetSDK; + remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; + remoteInfo = "react-native-orientation-locker"; }; - E2E3D33DDF54CE98E29BEC1445D2E512 /* PBXContainerItemProxy */ = { + E20BA40E1FB3A19270176C471380F136 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0D82774D2A533D3FFAE27CAB4A6E9CB2; - remoteInfo = RNImageCropPicker; + remoteGlobalIDString = 6C1893932A69822CBE3502F2E0BCFB6D; + remoteInfo = EXConstants; }; E3DCB3D8F0A533B7BB46EB61E99CA3EE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3948,61 +3935,75 @@ remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; - E5648A80504808A8B0D99F44C076AD03 /* PBXContainerItemProxy */ = { + E4F28DAE166F9E498310BBA14A528CB5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; - remoteInfo = RNFastImage; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; }; - E68C96015B7ED7FA617DCED9A5AF11C0 /* PBXContainerItemProxy */ = { + E7713748923D5218C5086559D4632CF6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = CA400829100F0628EC209FBB08347D42; - remoteInfo = "react-native-notifications"; + remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; + remoteInfo = "boost-for-react-native"; }; - E6ECEB03029FFF043853C5AEF5D37401 /* PBXContainerItemProxy */ = { + E79050B7B79BB88D74178F90A19D9ECF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; - E707FE2EA10658DE58AD98C77738BA93 /* PBXContainerItemProxy */ = { + E891F66582FED623E07D97B1E36EE7D9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; - remoteInfo = "React-RCTActionSheet"; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; - E7713748923D5218C5086559D4632CF6 /* PBXContainerItemProxy */ = { + E8FD7532463B0528F9CE61138294EC2E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; - remoteInfo = "boost-for-react-native"; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; }; - E79050B7B79BB88D74178F90A19D9ECF /* PBXContainerItemProxy */ = { + EBAF62ADC30FA8B277B070824E0E1EA0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = 9E25537BF40D1A3B30CF43FD3E6ACD94; + remoteInfo = FirebaseInstanceID; }; - E8FD7532463B0528F9CE61138294EC2E /* PBXContainerItemProxy */ = { + EBD21F60815F964A3EAAB0E733BFEAE6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; + remoteGlobalIDString = E16E206437995280D349D4B67695C894; + remoteInfo = "React-CoreModules"; }; - E9B630BEA98303A56CA01C5D8C4713EC /* PBXContainerItemProxy */ = { + ED591566C14A4AB3B5F680F8B1D97B46 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0A72FB88825FDC7D301C9DD1F8F96824; - remoteInfo = EXPermissions; + remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; + remoteInfo = "React-RCTActionSheet"; + }; + ED6221FD46E22E1AA615939504A7C6FC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; + remoteInfo = RNGestureHandler; + }; + ED74465392F01B9F9147B55D9B1B7D87 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C49345AFA49B098B0384C4FA864A4868; + remoteInfo = QBImagePickerController; }; EE98A4C80DE900CD0C9ED8195B4EF52D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4032,6 +4033,20 @@ remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; remoteInfo = RCTTypeSafety; }; + F0AAFE2ACEE726529D77E7E525FED6B0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + F0F364526885E249CC7632EC64DED71D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 214E42634D1E187D876346D36184B655; + remoteInfo = RNScreens; + }; F11BC96676F5675A20A8EEF5971E90CC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4039,12 +4054,12 @@ remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; remoteInfo = "React-jsinspector"; }; - F12B36ACEE8A62C2EE3F282BBD11E2C3 /* PBXContainerItemProxy */ = { + F133D56C6FE365705A91ACC220219C09 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; - remoteInfo = FBLazyVector; + remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; + remoteInfo = "React-RCTVibration"; }; F142B4DF83D0AEA677D3ABE7D7E5BA0C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4053,20 +4068,13 @@ remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; remoteInfo = GoogleUtilities; }; - F1721601C5F8D6F9553BBD7B8BB9E7F3 /* PBXContainerItemProxy */ = { + F1BB0E83A7FEE32318C57FD61F4887B6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; remoteInfo = GoogleUtilities; }; - F1C1E6D53DF54035DAB5D6D1D49E22D8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; - }; F1D31400DE78E76FE461920F078645F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4074,13 +4082,6 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - F2D9ABF57B5FFECB408243177D2BE738 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; - remoteInfo = "React-RCTVibration"; - }; F2E57867E76DED400D1A4035EF3D8735 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4088,26 +4089,12 @@ remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; remoteInfo = nanopb; }; - F3C9C7F35AA5270219A8F93BE6016194 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; - remoteInfo = GoogleAppMeasurement; - }; - F44F9358EB465CA1683C405C3AEF7CA0 /* PBXContainerItemProxy */ = { + F492F288F57D9F5DB3F71CE4248EE0D4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; - remoteInfo = GoogleAppMeasurement; - }; - F4E33676AD2CCF769C848D17F582A5C8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; - remoteInfo = Yoga; + remoteGlobalIDString = 18B56DB36E1F066C927E49DBAE590128; + remoteInfo = RNRootView; }; F56EBC18CB64EE0482444624DFEC06A2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4123,13 +4110,6 @@ remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; remoteInfo = DoubleConversion; }; - F683F40FDF11324EDA20B4171C558FD1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; - remoteInfo = RNGestureHandler; - }; F6A14184DE3C02C257A7298719E4FD9B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4137,40 +4117,33 @@ remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; remoteInfo = FirebaseCore; }; - F84AAAA2C19F25EDD3EC2AACB0E9E389 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; - remoteInfo = UMPermissionsInterface; - }; - F852381E133218FE64E857E8E42C0F3C /* PBXContainerItemProxy */ = { + F6F6D156ABBE01FB848EF56204A6311F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 449C1066B8C16DEDB966DCB632828E44; - remoteInfo = RNAudio; + remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; + remoteInfo = RNBootSplash; }; - F8FF8F00130B90292C25FD5A541C8256 /* PBXContainerItemProxy */ = { + F70EC00500E3DE271BC4930EF0D28F58 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; + remoteGlobalIDString = 3E5D106F8D3D591BD871408EEE0CC9FD; + remoteInfo = "react-native-video"; }; - F9F46FF004780C9E9089E597EB38469B /* PBXContainerItemProxy */ = { + F84AAAA2C19F25EDD3EC2AACB0E9E389 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; + remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; + remoteInfo = UMPermissionsInterface; }; - FB47B238FCCF94E09F879F2A2C7DE3CE /* PBXContainerItemProxy */ = { + F9B7212591B48FEEE358E44C41E046B0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; - remoteInfo = "react-native-orientation-locker"; + remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; + remoteInfo = RNVectorIcons; }; FC21EA40C24BBDB20C2BE4568BC0017C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4179,2243 +4152,2215 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - FC9ECE85F287C504E4BF453D581199F5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - FE6638491CDE98C2C7FB03380605B721 /* PBXContainerItemProxy */ = { + FC7003B510EE6728BFC5CCF8FBEE036F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 64F427905796B33B78A704063422979D; - remoteInfo = "rn-fetch-blob"; + remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; + remoteInfo = RNDeviceInfo; }; - FEB99FCCC901EA9D72C9E495C0052459 /* PBXContainerItemProxy */ = { + FC9ECE85F287C504E4BF453D581199F5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6C1893932A69822CBE3502F2E0BCFB6D; - remoteInfo = EXConstants; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; - FFD43E184427B6EA9ECC6F4437AB219B /* PBXContainerItemProxy */ = { + FD4E29DF059AA37DE968373CE5AD07DC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; - remoteInfo = RNLocalize; + remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; + remoteInfo = "React-RCTText"; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 0048D36470E53B5FF8A46C8A01CC8EDC /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; 005BFE8D450B842344F1001F99C8B120 /* Fabric.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Fabric.xcconfig; sourceTree = ""; }; - 00C5785681FEE30171D4791232D6B033 /* RNPushKitEventListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventListener.h; path = RNNotifications/RNPushKitEventListener.h; sourceTree = ""; }; - 00DD1E17FADBD9970827C980A7A23A11 /* RCTTypedModuleConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTypedModuleConstants.h; sourceTree = ""; }; - 00ED015520B1A5CEB93B568312D4B0E0 /* ARTLinearGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTLinearGradient.m; sourceTree = ""; }; - 01060FCDBEF265BFA21F91667CE83154 /* ReactCommon-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactCommon-dummy.m"; sourceTree = ""; }; + 00A34303E9F2D4DAAC1B6C0F8854425C /* RCTAdditionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAdditionAnimatedNode.h; sourceTree = ""; }; + 00CE44116E28CC06CE1A5026D582395E /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; + 00E5084245D9852128183D80996CAF3D /* RCTSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSliderManager.m; sourceTree = ""; }; + 00FF2CC451EB7D77A0373E516E9690A0 /* RCTPackagerClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPackagerClient.m; sourceTree = ""; }; 01089515CF71EEDA6B00D630FC8A9EF0 /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = SDWebImage/Core/SDAnimatedImageRep.m; sourceTree = ""; }; + 010A81CAA9D3901155C3820C40554CEA /* RCTPackagerClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerClient.h; sourceTree = ""; }; + 0120F6D392E51FEB95BA4D0EB32C40BD /* BSG_KSBacktrace_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace_Private.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; }; - 013A69400B9028E3D0F8ABE2803749D6 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 01479C2645C082B6B80D617D5F01F290 /* RNCAppearance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearance.h; path = ios/Appearance/RNCAppearance.h; sourceTree = ""; }; + 0126195A14DEDBF1163C70A37652C576 /* RNDocumentPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDocumentPicker.m; path = ios/RNDocumentPicker/RNDocumentPicker.m; sourceTree = ""; }; + 0131A5031D38180010934D5BAB08CF13 /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; + 013A24983FE17F635DFAA39B867D1A56 /* RCTBlobCollector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobCollector.mm; sourceTree = ""; }; 014E45AD189B1336120DC9E8586365D8 /* FirebaseInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstanceID.h; path = Firebase/InstanceID/Public/FirebaseInstanceID.h; sourceTree = ""; }; - 014E853B9D025C9AF4A4CFE27B22865B /* RNLocalize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNLocalize.m; path = ios/RNLocalize.m; sourceTree = ""; }; - 019C0E800661744EF0D3438C0676B8C2 /* UMLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogHandler.h; sourceTree = ""; }; + 0152B4CCF3936C8945FC30BCB1C42804 /* RCTInspectorPackagerConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInspectorPackagerConnection.m; sourceTree = ""; }; + 0183B322298E8AD7F475A6051FCBF822 /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevSettings.h; sourceTree = ""; }; + 018C716C05E0EC5F15D962E3962316F0 /* UMNativeModulesProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMNativeModulesProxy.h; sourceTree = ""; }; 01A2F49418B97F60147D903753995625 /* FIRAppAssociationRegistration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppAssociationRegistration.h; path = Firebase/Core/Private/FIRAppAssociationRegistration.h; sourceTree = ""; }; - 01D908E1D8B10CC726356C6CBA99FC2D /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 01E85D58D25E1A8F4B47A3ED7BEFA4F6 /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; + 01CC0BBE05E7B9EC4B01DE322B643788 /* RCTConvert+Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+Text.h"; path = "Libraries/Text/RCTConvert+Text.h"; sourceTree = ""; }; + 02519739CF70197D44E2B45D05D5C08D /* RNFirebasePerformance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebasePerformance.h; sourceTree = ""; }; 025B1FCF58AAB212E448A0BBD58CBBE5 /* NSImage+Compatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSImage+Compatibility.h"; path = "SDWebImage/Core/NSImage+Compatibility.h"; sourceTree = ""; }; - 0282E5FA3AC27F85124E41667CAD55F2 /* RNLongPressHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNLongPressHandler.h; sourceTree = ""; }; 02914C56F64CA92183E30842641FBE0B /* UIImage+ForceDecode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ForceDecode.h"; path = "SDWebImage/Core/UIImage+ForceDecode.h"; sourceTree = ""; }; - 02A556EAFA7A6B7CE43E4E2D6F94FEAC /* BSG_KSCrashDoctor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashDoctor.m; sourceTree = ""; }; - 02A7A9BF12845DD2BB38B8AC584F82D0 /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; - 02B0ECF6D038A17BB0A76F3FFE3BE5EB /* RCTSourceCode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSourceCode.m; sourceTree = ""; }; - 02E1D4C0A7F385C24A1B699EEB7C119A /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; + 02916E2B2DEA009CACF3078EEFF2AD50 /* BSG_KSSignalInfo.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSignalInfo.c; sourceTree = ""; }; + 02C26677C401A4BDB664DF4522D0E10E /* RNVectorIcons-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNVectorIcons-prefix.pch"; sourceTree = ""; }; + 02E28655F303FA4B266C3EDB931D825D /* BSG_KSCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrash.h; sourceTree = ""; }; 02FD33521F8002162046ECF724387EAD /* yuv_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_neon.c; path = src/dsp/yuv_neon.c; sourceTree = ""; }; 030C26EC65F7BCA58C6A85021C58C638 /* GoogleAppMeasurement.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.xcconfig; sourceTree = ""; }; - 030EC38CDEFF41D68FDBC8DAE691C72A /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; + 031523244FC57A378E3367A29EAB732D /* RCTSourceCode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSourceCode.m; sourceTree = ""; }; 031D10D05273D16F9FF1CC69D89F4737 /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = SDWebImage/Core/SDWebImageCacheKeyFilter.h; sourceTree = ""; }; 0371827EC613DDDE6E2F523FEBA8F0F5 /* Conv.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Conv.cpp; path = folly/Conv.cpp; sourceTree = ""; }; 037FB23BB574BE0B3C39E431D92A9646 /* SDWebImageOptionsProcessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOptionsProcessor.m; path = SDWebImage/Core/SDWebImageOptionsProcessor.m; sourceTree = ""; }; + 03B91C4C2CB95C1BB9E6830F7DD40469 /* EXAppLoaderProvider-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAppLoaderProvider-dummy.m"; sourceTree = ""; }; + 03D727AAECD7A3B1DC7573E413CE1EFC /* RCTImageStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageStoreManager.h; path = React/CoreModules/RCTImageStoreManager.h; sourceTree = ""; }; 03DB14D6500613E1BFAA6C4D64877145 /* syntax_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = syntax_enc.c; path = src/enc/syntax_enc.c; sourceTree = ""; }; + 03EA08DE0F3C5C8F8CF6C1FDE51CECF6 /* REATransitionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionManager.h; sourceTree = ""; }; 03EC24014F9CB938280AB34C3312805F /* Fabric.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Fabric.framework; path = iOS/Fabric.framework; sourceTree = ""; }; - 03F11CF333F81CB8CBCB9D7C6A425155 /* react-native-orientation-locker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-orientation-locker.xcconfig"; sourceTree = ""; }; + 03ED1D7063D6A4F5E65CBC1E0BB1B9D4 /* JSIDynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSIDynamic.cpp; sourceTree = ""; }; + 03F6365F981A98278104844C35794E58 /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; 03FA6CF611A8F42EDAB70BE1C5C02805 /* common_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_dec.h; path = src/dec/common_dec.h; sourceTree = ""; }; + 0430A859F6B189A9F7BB9B68684F74DB /* BugsnagCollections.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCollections.m; sourceTree = ""; }; + 043D31A71A71F93697F1A2364A73B11D /* EXCalendarRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCalendarRequester.h; path = EXPermissions/EXCalendarRequester.h; sourceTree = ""; }; + 04465093BBCE1426AF1EB6CA52C98A8C /* REAAllTransitions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAAllTransitions.h; sourceTree = ""; }; + 0465F29680D42C3CE4F393799B25736E /* RNDateTimePicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDateTimePicker-dummy.m"; sourceTree = ""; }; 04697D895FC603B0AE96D229B1C98A02 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/Core/SDWebImagePrefetcher.h; sourceTree = ""; }; - 046CED75C001E550AFB9F94D53222FF0 /* RCTVideoPlayerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideoPlayerViewController.m; path = ios/Video/RCTVideoPlayerViewController.m; sourceTree = ""; }; 046F3FE1986F3CAB8C4EECAE504FD06E /* FIRInstanceIDAPNSInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDAPNSInfo.h; path = Firebase/InstanceID/FIRInstanceIDAPNSInfo.h; sourceTree = ""; }; - 047DDDE0E9AD61AC03E3207D9D8A05E4 /* BugsnagErrorReportApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagErrorReportApiClient.h; sourceTree = ""; }; - 04957F4510C9D58E0120F2B232B0B1FC /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurface.mm; sourceTree = ""; }; - 049A683B5A422FAB5B9E63522BD0324C /* react-native-slider-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-slider-prefix.pch"; sourceTree = ""; }; - 04A0B811CAB29369C222BE3D98E2DDF9 /* RCTUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextView.h; sourceTree = ""; }; + 047A54631E4CE30082C800B4B4B53C3E /* UMFaceDetectorManagerProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManagerProvider.h; path = UMFaceDetectorInterface/UMFaceDetectorManagerProvider.h; sourceTree = ""; }; 04A3EF2DF6AE2A810E25A7B56F994305 /* FIRInstanceIDStringEncoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDStringEncoding.h; path = Firebase/InstanceID/FIRInstanceIDStringEncoding.h; sourceTree = ""; }; + 04A964308F5EE70546252A5A7B0008BB /* RNForceTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNForceTouchHandler.h; sourceTree = ""; }; 04C3B18339DD82E677853D0FF7F725CA /* FIRDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDiagnosticsData.h; path = Firebase/Core/Private/FIRDiagnosticsData.h; sourceTree = ""; }; - 054292323642FE11ABA159F06B04F67B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 05451E914B53EF1655AC2ED22B068CF0 /* ARTNodeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTNodeManager.h; sourceTree = ""; }; - 05B2A89D59FB73FB8BB0713988F4939C /* BSG_KSCrashType.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashType.c; sourceTree = ""; }; + 04F0C3F50954C09C18146BF9A65143A1 /* ReactCommon-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactCommon-prefix.pch"; sourceTree = ""; }; + 04F3BD257710E7A9B34A01ADD7CC1583 /* ios_date.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ios_date.png; path = docs/images/ios_date.png; sourceTree = ""; }; + 05108E6EE6BE510CE269913F8F91F4DD /* React-RCTText-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTText-prefix.pch"; sourceTree = ""; }; + 0577C99629E38A9E4CBB524AA1250456 /* EXVideoManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoManager.m; sourceTree = ""; }; + 05948012E972D194E23FAED8A11DF64C /* RCTNetworkTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkTask.h; path = Libraries/Network/RCTNetworkTask.h; sourceTree = ""; }; + 05B7646FBCC8E5601DFFD853BF27B6C8 /* RNGestureHandlerDirection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerDirection.h; path = ios/RNGestureHandlerDirection.h; sourceTree = ""; }; + 05B859CB2964ED1A727CF7A1F1A39EC9 /* React-RCTActionSheet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTActionSheet-prefix.pch"; sourceTree = ""; }; + 05BCB3C460F5F81DDB1FE31E0BE0BBB0 /* BSGOutOfMemoryWatchdog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGOutOfMemoryWatchdog.m; sourceTree = ""; }; 05C06B6406205BCFD668DE5D8F54A96E /* SDWebImageDownloaderRequestModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderRequestModifier.h; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.h; sourceTree = ""; }; + 05E76D2E8751CC8A5CB45D931425BC8B /* RCTAnimationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimationUtils.m; sourceTree = ""; }; + 05FCFFD4B48507781C364A74B43C5513 /* RCTUITextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextView.m; sourceTree = ""; }; + 06259202DD46422011787FF548AB5F9A /* RCTUITextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextField.m; sourceTree = ""; }; + 063F29136E276332AFDE808E66848284 /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAlertManager.h; sourceTree = ""; }; 064120011AFF24AE097CA29C2983ABFF /* nanopb.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.xcconfig; sourceTree = ""; }; 06489499588BFA8FD5E63DD6375CD533 /* libFolly.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFolly.a; path = libFolly.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 06539583B1454F6E72D06B88BF48A43B /* jsilib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsilib.h; sourceTree = ""; }; - 06595D20C451CB9C2F9AB7EDDD7A7C95 /* UMExportedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMExportedModule.m; path = UMCore/UMExportedModule.m; sourceTree = ""; }; - 066477951B48CE2421C5CBF1DB14E431 /* React-Core-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-prefix.pch"; sourceTree = ""; }; - 069E16C7D5116FD35DA825A786AB6CCE /* RNCWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWebView.h; path = ios/RNCWebView.h; sourceTree = ""; }; - 06CB3D40713972846A122E52966832F4 /* EXAVPlayerData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAVPlayerData.m; path = EXAV/EXAVPlayerData.m; sourceTree = ""; }; - 06F614576935AA84BD0BBDDED3E4D8CF /* RNDeviceInfo.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDeviceInfo.xcconfig; sourceTree = ""; }; + 065818D11131F7BE19E2CDB0883C128F /* RCTNativeAnimatedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedModule.m; sourceTree = ""; }; + 06771DA5C64A38A7DFC915FEA0A51297 /* UMTaskManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskManagerInterface.h; path = UMTaskManagerInterface/UMTaskManagerInterface.h; sourceTree = ""; }; + 0687BC2E5764737D16960DF0D62AFAEC /* jsi.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = jsi.cpp; sourceTree = ""; }; + 06A56E47AF21080601AB0E600A880E21 /* LongLivedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LongLivedObject.h; path = turbomodule/core/LongLivedObject.h; sourceTree = ""; }; + 06F360879A9A148680729C42736267C4 /* RNCAssetsLibraryRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAssetsLibraryRequestHandler.h; path = ios/RNCAssetsLibraryRequestHandler.h; sourceTree = ""; }; 06FC5C9CF96D60C50FCD47D339C91951 /* libnanopb.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libnanopb.a; path = libnanopb.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 06FF23DBC6702815A7D141F51674FF6D /* BSG_KSCrashSentry_User.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_User.c; sourceTree = ""; }; + 06FD896678C2E0470E8B620B46533FFA /* RCTInputAccessoryShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryShadowView.h; sourceTree = ""; }; + 07167E386051558AD9CA83F559002C1A /* RNCCameraRollManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCCameraRollManager.h; path = ios/RNCCameraRollManager.h; sourceTree = ""; }; 0776B7150119D3FF69668DC9B5FAE7FA /* libwebp.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = libwebp.xcconfig; sourceTree = ""; }; - 07BD51791FF14F83F4B4155C0721655A /* UMConstantsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMConstantsInterface.xcconfig; sourceTree = ""; }; 07D6EA4E2552CBA661742B411927914A /* 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 = ""; }; - 07DAB8EC81730CD97DB2B6C1AA675CC2 /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; - 07EBE9D2DCD42DF4A6965813483257EB /* TurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModule.h; path = turbomodule/core/TurboModule.h; sourceTree = ""; }; - 08036CD9D5C61DBC78EE61751B30F309 /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; + 07E3E17E1559CF3C870EFDE05B313433 /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; + 07FC883771A720AE627A4D528B7F606D /* RNFirebaseFirestoreCollectionReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestoreCollectionReference.m; sourceTree = ""; }; 082568B8F74F0C1E8F6AD4667EFE3326 /* filters_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_utils.c; path = src/utils/filters_utils.c; sourceTree = ""; }; - 082959F2B8E4426107DFD7A58A2F1A2B /* RCTDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDecayAnimation.h; sourceTree = ""; }; - 08323B44348E91C55325CF7C2C0C8140 /* 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; }; - 086961721FA7185894FA0D3B18A38BA7 /* RNFirebaseAdMobNativeExpressManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobNativeExpressManager.h; sourceTree = ""; }; + 084BA78C7CA0AF7CB7569351E7977ED2 /* EXFilePermissionModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFilePermissionModule.m; path = EXFileSystem/EXFilePermissionModule.m; sourceTree = ""; }; + 086857AE90E7C158904258A7E7D24A29 /* installation.md */ = {isa = PBXFileReference; includeInIndex = 1; name = installation.md; path = docs/installation.md; sourceTree = ""; }; + 0885F5DB98DD1BC11EE566D4EAC121E3 /* UMViewManagerAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapter.m; sourceTree = ""; }; 089EBBA93BE1805538484C172DF301FA /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/Core/UIImageView+WebCache.m"; sourceTree = ""; }; + 08A5182A2FEE61E4FA6323C12FD5A5A0 /* RNReanimated-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNReanimated-prefix.pch"; sourceTree = ""; }; + 08A58E5595505D8C656A43C08134E76E /* RCTDivisionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDivisionAnimatedNode.m; sourceTree = ""; }; + 08B5704BB47052B0879EB7A2D3F16627 /* RNCWKProcessPoolManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKProcessPoolManager.h; path = ios/RNCWKProcessPoolManager.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; }; - 08E89CB7B556BE3C15C57410C8D145EB /* BSG_KSCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReport.h; sourceTree = ""; }; - 0902A4DF2D5AA54E895AD57345B34929 /* notificationsEvents.md */ = {isa = PBXFileReference; includeInIndex = 1; name = notificationsEvents.md; path = docs/notificationsEvents.md; sourceTree = ""; }; - 09070D0B74632AFFF5B70770E9EBEB18 /* react-native-appearance.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-appearance.xcconfig"; sourceTree = ""; }; + 08DC37D3505FE5A8B659B330618DECCE /* UMReactLogHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactLogHandler.m; sourceTree = ""; }; 09163101D9B7E00235E192BA91D25025 /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = Firebase/Core/Private/FIRComponentContainer.h; sourceTree = ""; }; - 0919CC701D5F76D8506D5E6FDC0C64DD /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 091ECAD49A159C22516EAE80A0659275 /* RCTImageURLLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageURLLoader.h; path = Libraries/Image/RCTImageURLLoader.h; sourceTree = ""; }; + 09276F70244EF85C57AF74AAC2704EE7 /* RCTVibration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVibration.h; path = Libraries/Vibration/RCTVibration.h; sourceTree = ""; }; + 094365E75527466A323295B27DDF6C3B /* RNPushKit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKit.m; path = RNNotifications/RNPushKit.m; sourceTree = ""; }; 096746B6A34C79B2C2C70DE6137E81A3 /* GDTCCTPrioritizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTPrioritizer.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTPrioritizer.h; sourceTree = ""; }; 098BDD36233552115AAE3CAD9B95A204 /* RSKImageCropViewController+Protected.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RSKImageCropViewController+Protected.h"; path = "RSKImageCropper/RSKImageCropViewController+Protected.h"; sourceTree = ""; }; - 09953BEABC4D27E0A39F52882C8BF629 /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; - 09A2AC691820BA94DD0F244DB6D6E786 /* RNBootSplash.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNBootSplash.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 09D0D29F8226040107B7428A81702616 /* UMPermissionsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMPermissionsInterface.h; path = UMPermissionsInterface/UMPermissionsInterface.h; sourceTree = ""; }; - 09DB2FB75538C0F7A31861C00809F0CE /* UMReactNativeAdapter.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMReactNativeAdapter.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 09EE574DAD4B7AD8E9A5DADA2E42228D /* RCTBackedTextInputDelegateAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBackedTextInputDelegateAdapter.m; sourceTree = ""; }; - 09F77CDD7F7A0108AAF824CA344D662D /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; - 0A03D1A05B65B61B693BF222E5CAB339 /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTReconnectingWebSocket.m; path = Libraries/WebSocket/RCTReconnectingWebSocket.m; sourceTree = ""; }; - 0A6529DC992977269D32EC6E31AD7BC1 /* RCTClipboard.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTClipboard.m; sourceTree = ""; }; - 0A718148264A5FCE75ACD866F4B40602 /* RCTCustomKeyboardViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomKeyboardViewController.h; sourceTree = ""; }; - 0A75E4C172CDB1EE77C504C1284D4CA1 /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTExceptionsManager.h; path = React/CoreModules/RCTExceptionsManager.h; sourceTree = ""; }; - 0A7740F5C04592BE2D469E4D7225DB5D /* RCTStyleAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStyleAnimatedNode.h; sourceTree = ""; }; - 0A964CDCD9BBFE2A22B9B062F46E3611 /* RCTCxxUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxUtils.h; sourceTree = ""; }; + 09B534B21AB7B060F4CB88A9145D964C /* BugsnagCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashSentry.h; sourceTree = ""; }; + 09B861E5E3E13ED01D721C18F94C8C2D /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; + 09BEA86EF8BD0CE3494D7FF0C26FC39E /* react-native-appearance-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-appearance-prefix.pch"; sourceTree = ""; }; + 09FBC62D7D354F95C25E72847BDE1F6F /* RNVectorIconsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNVectorIconsManager.m; path = RNVectorIconsManager/RNVectorIconsManager.m; sourceTree = ""; }; + 09FC555118A63B0AD189928A2ECA0430 /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; + 0A1A34D247B43BEA4749BCB32C3BC932 /* RCTMessageThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMessageThread.h; sourceTree = ""; }; + 0A1D6A6B1993E9FA5C6D8E6B7681B586 /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; 0ADA5FFE88BEEFE75087544EF53976CB /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/Core/SDWebImageCompat.h; sourceTree = ""; }; - 0AE2390FAF9D6C096BDAAC31A97CC854 /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTManagedPointer.mm; sourceTree = ""; }; - 0AEB4E96DEC40AE7082A21584B0293E2 /* RCTDevMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevMenu.h; sourceTree = ""; }; - 0AF7D6F19831A2EAC34848A9705C9715 /* ARTTextManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTTextManager.h; sourceTree = ""; }; 0B1D7876432442870E5B38CEED78B5DC /* QBImagePicker.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = QBImagePicker.storyboard; path = QBImagePicker/QBImagePicker.storyboard; sourceTree = ""; }; - 0B66034AB472803832C9006499BBB4D7 /* ARTLinearGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTLinearGradient.h; sourceTree = ""; }; - 0BB2579ADEE7C759DE9786F9C48BF1B2 /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; - 0BC0E242FDDCF508E8D27DAE5915C5D4 /* BSG_KSCrashDoctor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashDoctor.h; sourceTree = ""; }; + 0B204567F7F90F3C23112BB9DC0FC44D /* ObservingInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObservingInputAccessoryView.h; path = lib/ObservingInputAccessoryView.h; sourceTree = ""; }; + 0B302054ACE74FCBA4C902A5DCE51802 /* RNFirebaseLinks.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseLinks.m; sourceTree = ""; }; + 0B5077DBE21E99C49921609E4FEB6735 /* RNRootView.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNRootView.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 0B8608B4BF46A2369D02DF73C973B33B /* RNImageCropPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNImageCropPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 0BA0078592204F6A4E8C1A9A50E3C15E /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; + 0BC69A0F0E5428AD5AA0122AFE3B161B /* BugsnagErrorReportApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagErrorReportApiClient.m; sourceTree = ""; }; 0BC88F2D8A0A91D11E8A80D44390B6D4 /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = Firebase/Core/Private/FIRComponentType.h; sourceTree = ""; }; 0BCD2E678C2D94CA5B375DD1FF14B2B3 /* diy-fp.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "diy-fp.cc"; path = "double-conversion/diy-fp.cc"; sourceTree = ""; }; 0BDFD803D35E23046615364556059747 /* FIRInstanceIDCombinedHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCombinedHandler.m; path = Firebase/InstanceID/FIRInstanceIDCombinedHandler.m; sourceTree = ""; }; - 0BF1E9074E8FE2966BF6BB750060C419 /* RCTRedBox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBox.m; sourceTree = ""; }; + 0BF39627219C2A6C3ECE6C4A331CF958 /* RCTAdditionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAdditionAnimatedNode.m; sourceTree = ""; }; 0C05E9BF59105830FBD1EB174BEBCBC2 /* GDTEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTEvent.h; path = GoogleDataTransport/GDTLibrary/Public/GDTEvent.h; sourceTree = ""; }; - 0C361AA60E60452354E55267A33BD6AC /* react-native-cameraroll-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-cameraroll-dummy.m"; sourceTree = ""; }; 0C54CC7F5A51B5BABD015413DBF96E7E /* FirebaseCore.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.xcconfig; sourceTree = ""; }; + 0C75686B1B7889134830DAB954BDCAE8 /* RCTInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryView.m; sourceTree = ""; }; + 0C9A106AB57C72DF38208610D5C94CD8 /* BSG_KSCrashReportStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportStore.h; sourceTree = ""; }; + 0CAFAA8DBC3331A4140B822A1042D1B0 /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; 0CE1DB3BD42FB01C6A229D7E803314EF /* GDTTransformer_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTTransformer_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTTransformer_Private.h; sourceTree = ""; }; - 0CE44279443FF42C9A8AF1215FBB93DA /* RNFirebaseAnalytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAnalytics.m; sourceTree = ""; }; - 0CFC5BCB4620933A2A03665A8B4317C0 /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; - 0CFD130B2A73F0FB43AB17A23FB6F399 /* RNLocalize.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNLocalize.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 0D064EB54D8B6C62A259E4FF78DEA4A2 /* localNotifications.md */ = {isa = PBXFileReference; includeInIndex = 1; name = localNotifications.md; path = docs/localNotifications.md; sourceTree = ""; }; - 0D2A15030BBD7E453F08CB2638712216 /* FBLazyVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyVector.h; path = FBLazyVector/FBLazyVector.h; sourceTree = ""; }; + 0CFECD019AB43C47562BF5F540F0F36C /* BSG_KSJSONCodecObjC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSJSONCodecObjC.m; sourceTree = ""; }; 0D890595FF12C9DBA5FCD00F8D7B716C /* GDTLifecycle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTLifecycle.h; path = GoogleDataTransport/GDTLibrary/Public/GDTLifecycle.h; sourceTree = ""; }; 0DA548026BC294C38F90EBF3902F9658 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = SDWebImage/Core/SDImageCache.m; sourceTree = ""; }; - 0DD3B947B1CC3C77423B663874CA0A2C /* RNFirebasePerformance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebasePerformance.h; sourceTree = ""; }; - 0DDEBF412DE7E3ED85D2FC7E5E36A457 /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; - 0DE5E34FE8EE79376EB837070EECF228 /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; - 0DE5F0559E7ACA3A6996EADCDFEC7DAA /* subscription.md */ = {isa = PBXFileReference; includeInIndex = 1; name = subscription.md; path = docs/subscription.md; sourceTree = ""; }; - 0E01ECF3D95716CC76C2D8D8E6D7B3DB /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAlertManager.h; sourceTree = ""; }; - 0E2DD79F3185FA2FC168B3994A11E0CD /* RCTCxxBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxBridge.mm; sourceTree = ""; }; - 0E31F1983D3D558FEAA109894B20BA5A /* ARTSurfaceViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTSurfaceViewManager.m; sourceTree = ""; }; + 0DB534CB3A5AC375DA01EA35FE91A61F /* 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; }; + 0DC5E5FD5EC74BAF4832D26C371C5FD1 /* BSG_KSCrashCallCompletion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashCallCompletion.m; sourceTree = ""; }; + 0DD892E8E8222F8B50817D1DE5BB20F7 /* LICENSE.txt */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.txt; sourceTree = ""; }; + 0DF2A0FFF5E8791669F3D2E2AF773864 /* BSG_KSCrashIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashIdentifier.h; sourceTree = ""; }; + 0E0C4B413E27FC991D7C3F24EE878DF5 /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTManagedPointer.mm; sourceTree = ""; }; + 0E5CC3EB036C8F81FBFF8A16C4E5754D /* UMAppLifecycleService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleService.h; sourceTree = ""; }; + 0E5EB7E0C87FE32A32C48F56EB71A0B1 /* RNPushKitEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventHandler.h; path = RNNotifications/RNPushKitEventHandler.h; sourceTree = ""; }; 0E60D61EBFEECAC2BD93B44484272D2D /* FIRErrors.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRErrors.m; path = Firebase/Core/FIRErrors.m; sourceTree = ""; }; - 0F41462905F88C5D7E83A7C19E974D80 /* UMMagnetometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerInterface.h; path = UMSensorsInterface/UMMagnetometerInterface.h; sourceTree = ""; }; - 0F49FE03700918174AEC164794F2D225 /* RCTProgressViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProgressViewManager.m; sourceTree = ""; }; + 0E903095AA4C5BF2F8364395411E7F22 /* UMReactNativeEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeEventEmitter.h; sourceTree = ""; }; + 0EE34AA51F7F9AF3577693BF6A32FEF4 /* EXAV-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAV-dummy.m"; sourceTree = ""; }; 0F4D24EA40409FA406FB89DC4839379A /* fast-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fast-dtoa.cc"; path = "double-conversion/fast-dtoa.cc"; sourceTree = ""; }; + 0F66BBE1A07E636260773B518C925E0D /* RCTWebSocketExecutor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTWebSocketExecutor.m; path = Libraries/WebSocket/RCTWebSocketExecutor.m; sourceTree = ""; }; 0F8EFB6551B10AE3A44E03B9462574B8 /* anim_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; name = anim_encode.c; path = src/mux/anim_encode.c; sourceTree = ""; }; - 0FCC789D18CD3F2D2461A981CA0E6D7D /* react-native-document-picker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-document-picker-prefix.pch"; sourceTree = ""; }; + 0F9B19A4C8F283BA3A99522FBDE0A784 /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTiming.h; sourceTree = ""; }; + 0FA89F0128EFD95C39CBF01E1D7AF57F /* JSExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSExecutor.cpp; sourceTree = ""; }; + 0FC7F0DE48A23E78DD7370685B7EAE37 /* EXAudioRecordingPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioRecordingPermissionRequester.h; path = EXPermissions/EXAudioRecordingPermissionRequester.h; sourceTree = ""; }; 0FEB5FD7C2D6CF90A766E97373612019 /* demux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = demux.h; path = src/webp/demux.h; sourceTree = ""; }; 0FFA719374BF9C3DDDEB36F059761932 /* quant_levels_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_levels_utils.c; path = src/utils/quant_levels_utils.c; sourceTree = ""; }; + 100B9C3D49985B2BF9C06DEA0C0D8A49 /* EXPermissions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPermissions.m; path = EXPermissions/EXPermissions.m; sourceTree = ""; }; + 100F78DC0EC60D442C7FAC10362823A1 /* BSG_KSSysCtl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSysCtl.h; sourceTree = ""; }; + 10130327BA5C2DA4162DFC7443650854 /* RNFetchBlob.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFetchBlob.h; sourceTree = ""; }; + 103E48DFA639CB74C0270DA4E87BB247 /* RNFirebaseAdMobRewardedVideo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobRewardedVideo.m; sourceTree = ""; }; 106E85F647AAB3B051C2E5458E35F30E /* Crashlytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Crashlytics.framework; path = iOS/Crashlytics.framework; sourceTree = ""; }; - 10934ACE7B15F5AC3D02CCA4E7AC8A5B /* ARTRenderable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTRenderable.h; path = ios/ARTRenderable.h; sourceTree = ""; }; + 107D3D738B7A8CE24E980163B3F09293 /* BugsnagReactNative-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BugsnagReactNative-dummy.m"; sourceTree = ""; }; 10A429E17C3C53FA1DE5F1B6805ACFF5 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = "double-conversion/utils.h"; sourceTree = ""; }; - 10ABDC36FF69BA3A8700170692F89B6C /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; - 10C411D3236565B3A06B8A05735867DA /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; - 10D8FE86334A54267A0944F117EC32EF /* BSG_KSFileUtils.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSFileUtils.c; sourceTree = ""; }; + 10F339E0462700B56B978576652FDCCA /* react-native-keyboard-tracking-view.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-keyboard-tracking-view.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 1130E17A2E1A50713AD5AC9021C8C356 /* RSKImageCropper-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RSKImageCropper-dummy.m"; sourceTree = ""; }; + 1131E24E1B1C97E521A1757B2D4658EF /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = instrumentation.h; sourceTree = ""; }; + 11321891F7366B55D03A4A7B67909017 /* RCTMessageThread.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMessageThread.mm; sourceTree = ""; }; + 113F8D728C39AF9A1A219113EB270B74 /* RCTTypeSafety-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTTypeSafety-prefix.pch"; sourceTree = ""; }; + 1143FDC2EB25DB22D62A7D939496E2C2 /* RCTPerformanceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLogger.m; sourceTree = ""; }; 114BC0FBA8A47809F19D3FF249FD6EF7 /* RSKTouchView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKTouchView.m; path = RSKImageCropper/RSKTouchView.m; sourceTree = ""; }; - 11637996F6BACCC679A5D7D7556DFBE7 /* YGValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGValue.cpp; path = yoga/YGValue.cpp; sourceTree = ""; }; + 115E3FCAB8A127125BC24ED138FBC759 /* ARTShapeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTShapeManager.h; sourceTree = ""; }; + 115E5833F12CF163013F42E2A9C7223E /* EvilIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = EvilIcons.ttf; path = Fonts/EvilIcons.ttf; sourceTree = ""; }; 1165BA585F1EE5B96D006BEEFE1AA65B /* UIView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCache.h"; path = "SDWebImage/Core/UIView+WebCache.h"; sourceTree = ""; }; 119D49631AB3BD4A36F2818E213042AD /* FIRInstanceIDAuthKeyChain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDAuthKeyChain.h; path = Firebase/InstanceID/FIRInstanceIDAuthKeyChain.h; sourceTree = ""; }; - 11D6BBF053D543F7E540ED8C92265DBB /* LNInterpolable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = LNInterpolable.m; sourceTree = ""; }; - 11DB17B398F89556A128A8730636AC9A /* EXFileSystem.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXFileSystem.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 11E570372D9B3EF0DA21E72D3FA1D03F /* BSG_KSJSONCodec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodec.h; sourceTree = ""; }; - 11F1813A9D674B4CA2B5BF846AE4A838 /* RNFetchBlobConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobConst.m; path = ios/RNFetchBlobConst.m; sourceTree = ""; }; + 11C90C0A37CE0D1135B7B4405DD6191B /* RCTImageShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageShadowView.h; path = Libraries/Image/RCTImageShadowView.h; sourceTree = ""; }; + 11F288A2F95BEE9530487875BA76B166 /* RCTSinglelineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputView.h; sourceTree = ""; }; 11FD97EEA3A1A505C450598EE1B29380 /* idec_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = idec_dec.c; path = src/dec/idec_dec.c; sourceTree = ""; }; 122A57C379254096DB8E5E734A106B2E /* GULNetworkURLSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkURLSession.m; path = GoogleUtilities/Network/GULNetworkURLSession.m; sourceTree = ""; }; - 1273B2075324AA5A35ADD3EEFA93A812 /* UMConstantsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMConstantsInterface.h; path = UMConstantsInterface/UMConstantsInterface.h; sourceTree = ""; }; - 1278F6FD1923201980C67CE796DA9DD3 /* BugsnagKeys.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKeys.h; sourceTree = ""; }; - 12B978AEF9C4D9F952777FEF0C025372 /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = SimpleLineIcons.ttf; path = Fonts/SimpleLineIcons.ttf; sourceTree = ""; }; - 12C04C08B1FFE034059D47B28F8BB03D /* BugsnagSink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSink.m; sourceTree = ""; }; - 12D6DDF0809405EC84AA186265E7476A /* RCTKeyCommandsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTKeyCommandsManager.m; path = ios/KeyCommands/RCTKeyCommandsManager.m; sourceTree = ""; }; - 12E77AA9AFFB6520D1CFEB0C71E7C2E4 /* UMCore.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCore.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 126A0865B4292828C00D20223DA85745 /* EXHaptics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXHaptics-dummy.m"; sourceTree = ""; }; + 129B1B5C404258A3661D2DEAC0C38622 /* BugsnagErrorReportApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagErrorReportApiClient.h; sourceTree = ""; }; + 12BF78ECB1D846FE2E9B389B6B47471E /* REATransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransition.h; sourceTree = ""; }; 12F29C81F4D65245171AE6B575212B64 /* Firebase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Firebase.xcconfig; sourceTree = ""; }; - 12F9685BAA8BDA1D4DB413B7DEC5918B /* react-native-webview.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-webview.xcconfig"; sourceTree = ""; }; - 130C84BC7008CC3EC658498950644BA0 /* RCTBlobManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTBlobManager.h; path = Libraries/Blob/RCTBlobManager.h; sourceTree = ""; }; - 133155EAE646F5287D3A95970889BA11 /* RCTBundleURLProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleURLProvider.m; sourceTree = ""; }; - 1355971F5ED604D43C24464B23D2E0A2 /* RNScreens-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNScreens-dummy.m"; sourceTree = ""; }; + 1306BEAFB1827AF92227FC3E2C27E0A9 /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; + 1306EB4C900ACCE004E5CEC59C9AF851 /* 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; }; 137C6528127CE1430742BB927C88B16A /* types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = types.h; path = src/webp/types.h; sourceTree = ""; }; - 1386113097CC1FDE6E2557A4518C1268 /* BridgeJSCallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BridgeJSCallInvoker.h; path = jscallinvoker/ReactCommon/BridgeJSCallInvoker.h; sourceTree = ""; }; - 13AD44A211A5269ACEA88CEC0012E3B1 /* REAEventNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAEventNode.m; sourceTree = ""; }; - 13B47ADCACBED842C655D8CFCF877CD7 /* REABezierNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REABezierNode.m; sourceTree = ""; }; - 13FE5B7DC64A6E9F42C8297AE48B1586 /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; - 14128ECA05432211981258AECD55A721 /* BSG_KSJSONCodecObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodecObjC.h; sourceTree = ""; }; - 14401E8417F07EEDB7B93DC7BEB6249C /* UMModuleRegistryProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryProvider.h; sourceTree = ""; }; + 1387E3D606DA5609986070384DD35A76 /* RCTDatePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePicker.h; sourceTree = ""; }; + 13BFFC9DD90CC800ADE231AD62738E2F /* RCTSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControl.h; sourceTree = ""; }; + 1422A2545201934140615DC57265774B /* RNCSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSliderManager.h; path = ios/RNCSliderManager.h; sourceTree = ""; }; 14572E0870D2BC4E6806D5758D9D2F46 /* 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 = ""; }; - 1458E4E4EAE7B330DD86A82D306C54E5 /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.h; sourceTree = ""; }; + 145E69EEDFAE76CD58E2580B3BB6A074 /* UMUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUIManager.h; sourceTree = ""; }; + 1484C7B185BD1D479F80488E4950C650 /* UMCameraInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCameraInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 148A15A5F1F22C46BFDC54ADCD4AB08B /* GULNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetwork.m; path = GoogleUtilities/Network/GULNetwork.m; sourceTree = ""; }; - 1498C709C92B779078AEA950ED04240E /* EXWebBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXWebBrowser-prefix.pch"; sourceTree = ""; }; - 14B5DBFA2F27AE12D683695CC6A0EDD3 /* UMFaceDetectorInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFaceDetectorInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 152B32D40B0A4AC5A72EA9301B83D89B /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; + 149EFF00344904119B2E1D3E166527D6 /* RCTConvert+REATransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+REATransition.h"; sourceTree = ""; }; + 14A30C9980D181F02A75264F9594C701 /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; + 14BBB8BB9242BF2DA049819AE871C5DC /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = ""; }; + 14CB72BD88E5921C9D1A0A0CC1D55F14 /* RCTAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedImage.m; sourceTree = ""; }; + 1561293FA8C9EE6939BAF2A789099D73 /* EXVideoPlayerViewControllerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewControllerDelegate.h; sourceTree = ""; }; + 1568D0F0FE7DAB0A5E0AFEE2529674D2 /* RCTFollyConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFollyConvert.mm; sourceTree = ""; }; 15912309AA610251329D74FA111DE5CA /* libRNLocalize.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNLocalize.a; path = libRNLocalize.a; sourceTree = BUILT_PRODUCTS_DIR; }; 1593F8F3AD3E11B7F6733CCCE3202DB2 /* FIRInstanceIDCheckinService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCheckinService.m; path = Firebase/InstanceID/FIRInstanceIDCheckinService.m; sourceTree = ""; }; 15A15B78AEE842C9C76037B062424F3E /* FIRCoreDiagnosticsConnector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsConnector.h; path = Firebase/Core/Private/FIRCoreDiagnosticsConnector.h; sourceTree = ""; }; 15B09F7F9121E23D66CFB7EA2FDF3E2B /* muxedit.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxedit.c; path = src/mux/muxedit.c; sourceTree = ""; }; - 15BAB140985DFC9F32ED8967ED36A825 /* BSG_KSObjC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSObjC.c; sourceTree = ""; }; - 15DA5644A3908F5FDC2B07D97A66CB74 /* ReactNativeShareExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ReactNativeShareExtension.m; path = ios/ReactNativeShareExtension.m; sourceTree = ""; }; - 15E7E201770E0C51DA76600BB01462A9 /* UMEventEmitterService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitterService.h; sourceTree = ""; }; - 1613165AD3D38B77EBDBF0EA8019FCE1 /* RCTInspector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspector.mm; sourceTree = ""; }; 162A8DBC37BC0C03DF8FF66FAFBD9F57 /* QBImagePickerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBImagePickerController.m; path = QBImagePicker/QBImagePickerController.m; sourceTree = ""; }; 162E52A16238EF44E7C37B27AF498402 /* FIRInstanceIDKeyPairUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeyPairUtilities.m; path = Firebase/InstanceID/FIRInstanceIDKeyPairUtilities.m; sourceTree = ""; }; - 1696B78BB6DEFB2287C1F5CC1327796F /* UMFilePermissionModuleInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFilePermissionModuleInterface.h; path = UMFileSystemInterface/UMFilePermissionModuleInterface.h; sourceTree = ""; }; - 16F8FA0FC12A3715FA4378F662947DC2 /* UMReactLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactLogHandler.h; sourceTree = ""; }; + 162EC4CF46C136C30582255C6E470113 /* RCTConvert+FFFastImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FFFastImage.m"; path = "ios/FastImage/RCTConvert+FFFastImage.m"; sourceTree = ""; }; + 163B9624CA932B8813593D0F8B34A669 /* CoreModulesPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = CoreModulesPlugins.mm; sourceTree = ""; }; + 1678BDA9160D8D7714190D705A9F9EE9 /* RCTDataRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDataRequestHandler.m; sourceTree = ""; }; + 16F66B4A890D41455A4C7CB754BFFF2E /* BSG_KSSystemInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfo.h; sourceTree = ""; }; 16F9DA7E073B94C4185D905556E88155 /* dec_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_sse41.c; path = src/dsp/dec_sse41.c; sourceTree = ""; }; - 1706B15B1ED8A8665C6596CF0F53293B /* RCTCxxMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxMethod.h; sourceTree = ""; }; - 170D4C06361FEB7268E6CD7CB57E7C16 /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; - 171F3044213232C08FC3D7D6AC89900D /* BSG_KSSysCtl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSysCtl.h; sourceTree = ""; }; + 170D036004394EE672A8455FE08C3DE0 /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; + 17125002E94B9CFF3F601598C970976A /* BugsnagFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagFileStore.h; sourceTree = ""; }; 173C4589E341A31CDC9E01A41673AA33 /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = SDWebImage/Core/SDWebImageCacheSerializer.m; sourceTree = ""; }; 1741A8CA80C4156C048BB246552776BE /* ssim.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssim.c; path = src/dsp/ssim.c; sourceTree = ""; }; - 1748C2FC56FE6C226D70EBA6787B709D /* JSIDynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSIDynamic.cpp; sourceTree = ""; }; - 174B066C4F232B044FD1B4BDDABE8252 /* RCTBaseTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputView.m; sourceTree = ""; }; + 176C74394801B5B1EC4D1574E532F233 /* Yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Yoga-prefix.pch"; sourceTree = ""; }; 176FFAB39B2D6AE5A1171AB5ED0CD3D8 /* QBAssetsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetsViewController.m; path = QBImagePicker/QBAssetsViewController.m; sourceTree = ""; }; - 17815C864571987A0F2F6E43990868B4 /* RCTAsyncLocalStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAsyncLocalStorage.h; sourceTree = ""; }; 17AD7950C914DB0036C86CB9BF7EBCFD /* lossless_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_neon.c; path = src/dsp/lossless_neon.c; sourceTree = ""; }; - 17B3808D010EAE5E4DA1D386D6CA94D6 /* rn-fetch-blob.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-fetch-blob.xcconfig"; sourceTree = ""; }; - 17B8F9A5CD916AFF017F03D0B58D705C /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 17C0B954E85FC75B7EFBDDFCB4506E4D /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; sourceTree = ""; }; - 17EDA0CB2B36DDEC0132A8257FD0A4D6 /* RCTVideoPlayerViewControllerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoPlayerViewControllerDelegate.h; path = ios/Video/RCTVideoPlayerViewControllerDelegate.h; sourceTree = ""; }; 17EDB1822E6F8061173003D435EE1975 /* MallocImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = MallocImpl.cpp; path = folly/memory/detail/MallocImpl.cpp; sourceTree = ""; }; - 180B3F3B2CCBC0A1899AC150C2304993 /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Brands.ttf; path = Fonts/FontAwesome5_Brands.ttf; sourceTree = ""; }; - 181122469084C654B646247B9E0E4375 /* JSBigString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSBigString.cpp; sourceTree = ""; }; + 180E41B685A8AC4AD638BC9324DB7FDF /* React-RCTBlob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTBlob-prefix.pch"; sourceTree = ""; }; + 181B04881CC5F47D84A049B9200DB04A /* RCTImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageUtils.m; sourceTree = ""; }; 181C1CF9C0D53241BAE1B63565BE4F81 /* JitsiMeetSDK.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JitsiMeetSDK.xcconfig; sourceTree = ""; }; 18261C8AF3E287C1D6F0EB3441F95FC9 /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = ""; }; - 1827F1127DF158706134416FF4B6A087 /* ARTCGFloatArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTCGFloatArray.h; path = ios/ARTCGFloatArray.h; sourceTree = ""; }; - 18327D94E3FECE2CEC5A97BE593BDDE7 /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.h; sourceTree = ""; }; - 184580D07CC78549E4FF02C303DCCE37 /* REATransitionValues.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionValues.h; sourceTree = ""; }; - 1850CFFC39379B889F6CC5008E75C942 /* JSIExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSIExecutor.cpp; path = jsireact/JSIExecutor.cpp; sourceTree = ""; }; + 18362C3D98EA6CB3834CF9B1302D0D33 /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; + 1836ECD10B44085A4F812DAED84E6B12 /* ImageCropPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ImageCropPicker.m; path = ios/src/ImageCropPicker.m; sourceTree = ""; }; + 185BA6934CA079AC6BE5099017FACD72 /* 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; }; 186D0657010FE8E3BEADBA1E74FF07C2 /* color_cache_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = color_cache_utils.c; path = src/utils/color_cache_utils.c; sourceTree = ""; }; - 1870B42FA1BF7FABF1ADF818582505D1 /* React-RCTVibration-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTVibration-dummy.m"; sourceTree = ""; }; + 186DED792CA01B7C82DD2921DE556FF7 /* RNDeviceInfo.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDeviceInfo.xcconfig; sourceTree = ""; }; 18773384DB62FB17C00795EBAF1F71D7 /* QBVideoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIconView.m; path = QBImagePicker/QBVideoIconView.m; sourceTree = ""; }; - 1888F24E422773DA2257A17C200D38DD /* UMViewManagerAdapterClassesRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapterClassesRegistry.m; sourceTree = ""; }; - 18A0B7F3E92DA701681D15C3E5BE230A /* react-native-document-picker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-document-picker.xcconfig"; sourceTree = ""; }; - 18B5C0F19A0E3BEE3AA456024193C320 /* UMReactNativeAdapter-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMReactNativeAdapter-dummy.m"; sourceTree = ""; }; - 18FAC1774558F6AA1A4C383E707F9678 /* AudioRecorderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AudioRecorderManager.h; path = ios/AudioRecorderManager.h; sourceTree = ""; }; + 1880FE4795D97C8490309D5E703919D6 /* UMTaskManagerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMTaskManagerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 18B4FCA4ABF6910F04CA8E9F0E052AB1 /* UMViewManagerAdapterClassesRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapterClassesRegistry.m; sourceTree = ""; }; + 190EA7840E9D68FDBC848286197AB840 /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; 191C7A61A45A4E62643670F51F090822 /* filters.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters.c; path = src/dsp/filters.c; sourceTree = ""; }; - 192B4BFD2EAAE2631F266302B554D878 /* jsi.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = jsi.cpp; sourceTree = ""; }; - 1940DD790D06E2D31255DB265DFA08AA /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageViewManager.h; path = Libraries/Image/RCTImageViewManager.h; sourceTree = ""; }; - 19894FB1CFA58E290D9BE9891F271CE4 /* React-RCTAnimation.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.xcconfig"; sourceTree = ""; }; - 199B7FA4EFDE4249BFC480799FEF2CA4 /* RCTWebSocketModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketModule.h; path = Libraries/WebSocket/RCTWebSocketModule.h; sourceTree = ""; }; - 199C65D9889D75B86AFAE1555C45BC08 /* JSIDynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIDynamic.h; sourceTree = ""; }; + 196C167C6770AE08D4491114D1DAA101 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 19D03E6E04BA7FB962A87E8249DC83ED /* RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKImageCropper.h; path = RSKImageCropper/RSKImageCropper.h; sourceTree = ""; }; - 1A48BC0792F01838B2CD545480DFF90D /* ARTContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTContainer.h; path = ios/ARTContainer.h; sourceTree = ""; }; + 1A1285555A3587124C4DDBE046F5F2D5 /* UMFilePermissionModuleInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFilePermissionModuleInterface.h; path = UMFileSystemInterface/UMFilePermissionModuleInterface.h; sourceTree = ""; }; + 1A3BEED697477E2D6806173D3313CD5E /* UMMagnetometerUncalibratedInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerUncalibratedInterface.h; path = UMSensorsInterface/UMMagnetometerUncalibratedInterface.h; sourceTree = ""; }; 1A4A008B57CD5A6E9E1C2214467F5DD0 /* double-conversion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "double-conversion.h"; path = "double-conversion/double-conversion.h"; sourceTree = ""; }; - 1A5F77B36C55D6D7AE6B8BA3989A518B /* android_time.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = android_time.png; path = docs/images/android_time.png; sourceTree = ""; }; - 1AB1051659F7CBEC4619E3E4F70D0882 /* BugsnagCrashReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashReport.m; sourceTree = ""; }; - 1ABB83E16F1E5752B75D3435B92D0587 /* ARTBrush.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTBrush.h; sourceTree = ""; }; + 1A4D6607F08A455494B899333F3F3455 /* BSG_KSCrashSentry_Signal.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_Signal.c; sourceTree = ""; }; + 1A72E00C51A5DDD6516BC0EF3C2F3836 /* BugsnagSessionTrackingApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingApiClient.m; sourceTree = ""; }; + 1A8994DC10EFC9F45E3809ABBFBBEE44 /* RCTBlobManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobManager.mm; sourceTree = ""; }; + 1A8F64966084460A5F87B3069F60A62E /* RCTWebSocketExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketExecutor.h; path = Libraries/WebSocket/RCTWebSocketExecutor.h; sourceTree = ""; }; + 1AAEEFB281242F1A071B2C8AB02C8203 /* UMTaskServiceInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskServiceInterface.h; path = UMTaskManagerInterface/UMTaskServiceInterface.h; sourceTree = ""; }; + 1AFB5AAFA6BBEEA1DBDE14228864CCEA /* BSG_KSJSONCodecObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodecObjC.h; sourceTree = ""; }; + 1B0A52DCC8F0BBC90A10D9E0C5BE5DF6 /* TurboCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboCxxModule.h; path = turbomodule/core/TurboCxxModule.h; sourceTree = ""; }; 1B1DDD9677896735626915DAA2466246 /* DoubleConversion-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DoubleConversion-prefix.pch"; sourceTree = ""; }; - 1B69B9E72831955F1B7FCC4F58931BD4 /* react-native-video-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-video-prefix.pch"; sourceTree = ""; }; - 1B9055B4CCCFD33CFC7E4239C6EF3F35 /* RNNotificationCenterListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenterListener.m; path = RNNotifications/RNNotificationCenterListener.m; sourceTree = ""; }; + 1B95AC5D90281C90AE792FE4E3B6DA33 /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; 1B9A2DD3B4EA1CAC0E1E3C0CC971E625 /* UIImage+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Transform.m"; path = "SDWebImage/Core/UIImage+Transform.m"; sourceTree = ""; }; - 1BAC6664866FB387533C5CDFDDB9F619 /* RCTConvert+REATransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+REATransition.h"; sourceTree = ""; }; - 1BD0242730F72EC571B4E5C64EC03FE2 /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; + 1BD3D1EC454A8DA7AEB60766C0E7F1B4 /* NativeExpressComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = NativeExpressComponent.m; sourceTree = ""; }; 1C04545DF72C8133BD387E44DB618D8B /* QBAlbumCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumCell.m; path = QBImagePicker/QBAlbumCell.m; sourceTree = ""; }; - 1C6F71948B518036363AC19461CCF7BE /* 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; }; - 1C854232F42E0E0381F21A2CDDF9FDB3 /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm64.S"; sourceTree = ""; }; + 1C19B21CADA200A8C334B4482955DCA3 /* BSG_KSCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrash.m; sourceTree = ""; }; + 1C4AD59BB444A835C034ED867E04EA79 /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; 1CA4E722A5CD358D1D5FF57C4B0781A2 /* FIRInstanceIDTokenOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenOperation.m; path = Firebase/InstanceID/FIRInstanceIDTokenOperation.m; sourceTree = ""; }; - 1CC4FF1D730AA515C33188B504D1C67F /* RNVectorIcons.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNVectorIcons.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 1CCC865E70FF1ABB44F457E8644D0F39 /* RCTUITextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextView.m; sourceTree = ""; }; + 1CAF6779A2741437298F4B3F5463768D /* UMReactNativeAdapter.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMReactNativeAdapter.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 1CD536CD7E68C29FEDB095FF41612CF8 /* 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 = ""; }; - 1CDB27E785D4D6DAEBDCB5C57E7DEF5B /* DeviceUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeviceUID.h; path = ios/RNDeviceInfo/DeviceUID.h; sourceTree = ""; }; - 1D07CB2E2D6A6B466D1E9A18803476D1 /* RCTActionSheetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTActionSheetManager.h; path = Libraries/ActionSheetIOS/RCTActionSheetManager.h; sourceTree = ""; }; - 1D0D589E14519AC73BEE3A160AADA88D /* RCTInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryView.m; sourceTree = ""; }; - 1D2606EA34C5F31C12B0C3E8BAC67D0B /* RCTTiming.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTiming.m; sourceTree = ""; }; + 1D31067950B607AE722611658DACC069 /* RNSScreenStackHeaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenStackHeaderConfig.m; path = ios/RNSScreenStackHeaderConfig.m; sourceTree = ""; }; 1D4A4185C335D92544251BEE9BE5E8D3 /* FIRComponentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentType.m; path = Firebase/Core/FIRComponentType.m; sourceTree = ""; }; - 1D4B743EB144717A68239203E5483B35 /* RCTSettingsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSettingsManager.m; sourceTree = ""; }; - 1D597118AAA3AA0D63E0264FFEA27E9F /* RCTFrameAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameAnimation.h; sourceTree = ""; }; - 1DBBED15B89611831F8A4DA95B21FA37 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 1DD8B72DBDB997D8574A3A2BC15CCA8C /* EXFileSystem-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXFileSystem-prefix.pch"; sourceTree = ""; }; - 1E0135D46DF131834F793B0B429E1533 /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; - 1E38F27EE3D1DDF70053DD09AB23EC0C /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm.S"; sourceTree = ""; }; - 1E77976B72B9AB6E7BA93B640FE4F43F /* RNPanHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPanHandler.h; sourceTree = ""; }; - 1E7BD509DA6643B58855ED3144CF45F0 /* RNFirebaseMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseMessaging.h; sourceTree = ""; }; + 1D78B6AD794ABD35C6C0F85E743654C0 /* RNEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNEventEmitter.h; path = RNNotifications/RNEventEmitter.h; sourceTree = ""; }; + 1D880D717ECAB3E16052C95823822D76 /* REAModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REAModule.m; path = ios/REAModule.m; sourceTree = ""; }; + 1D8BA97140AE06B5EB188C23F496DAC5 /* RCTPerfMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerfMonitor.m; sourceTree = ""; }; + 1DAAAA5F8FB02B8D05E702CE1B45D869 /* UMReactNativeAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeAdapter.m; sourceTree = ""; }; + 1DAD83E3E73F858A2236859E32240F61 /* RNDateTimePicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDateTimePicker-prefix.pch"; sourceTree = ""; }; + 1DB5227CD95D506ADCCCE5407E591BF9 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 1DB821A91F029F52EB28EF6A6E242F37 /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; + 1DF93D67024EFC167357D4945D8FBE0B /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = ""; }; + 1DFE8EA86478DBC7894E523A0775452C /* RCTFileRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFileRequestHandler.m; sourceTree = ""; }; + 1E0EB1E2A3A437A88A232E9F54A38B65 /* RCTAlertManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAlertManager.m; sourceTree = ""; }; + 1E1C61BC4A38893880B9443CDABB5F51 /* BSG_KSCrashAdvanced.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashAdvanced.h; sourceTree = ""; }; + 1E2D4E3111794889626E3A5E42EFB478 /* RCTTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextViewManager.m; sourceTree = ""; }; + 1E7256E33F814DCD9DFE28773997D763 /* React-RCTBlob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTBlob-dummy.m"; sourceTree = ""; }; + 1E7588DAF95C4787C202BA89D3F3D7CD /* KeyboardTrackingViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KeyboardTrackingViewManager.h; path = lib/KeyboardTrackingViewManager.h; sourceTree = ""; }; + 1E762A222308E7D5E1B9FFA92DF3CD40 /* RecoverableError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RecoverableError.h; sourceTree = ""; }; 1E7E0CA1C9019E1D513061F8AA10BBBD /* backward_references_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = backward_references_enc.c; path = src/enc/backward_references_enc.c; sourceTree = ""; }; + 1E90A14D44CEB57B6ABF3628DC14710B /* RNFirebaseAdMobInterstitial.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobInterstitial.m; sourceTree = ""; }; 1E99FE2AC919270F659BD0546476213B /* NSData+ImageContentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+ImageContentType.h"; path = "SDWebImage/Core/NSData+ImageContentType.h"; sourceTree = ""; }; - 1EB25E45A8E61C16D680DAFB1A4FD7C0 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 1F21DA5637D8FEC1E1EC72FD36D79B52 /* react-native-webview-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-webview-dummy.m"; sourceTree = ""; }; - 1F231AD2679B7C9EE706E6BBCDE7D22E /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyboardObserver.h; sourceTree = ""; }; - 1F9363B3349F3D205297C76DAC16F50D /* YGNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNode.cpp; path = yoga/YGNode.cpp; sourceTree = ""; }; - 1FC7C2B1E113D97290E46F1F96539849 /* RNFetchBlobReqBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobReqBuilder.h; path = ios/RNFetchBlobReqBuilder.h; sourceTree = ""; }; - 1FCA0A141ADD27ABD3C523D23FB6576A /* Color+Interpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Color+Interpolation.h"; sourceTree = ""; }; - 20261AF839A266429005BC132E5BD885 /* RCTAdditionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAdditionAnimatedNode.h; sourceTree = ""; }; + 1EA2ED6C37AF8A75F4BDECB6FF8622C8 /* REAClockNodes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAClockNodes.m; sourceTree = ""; }; + 1EA3124EB70FCDFC268400981009BA06 /* EXAppLoaderProvider-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAppLoaderProvider-prefix.pch"; sourceTree = ""; }; + 1EA36CD03DABA901BA7DD53ECC4B1654 /* UMImageLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMImageLoaderInterface.h; path = UMImageLoaderInterface/UMImageLoaderInterface.h; sourceTree = ""; }; + 1EC76F86490E21201CAE5A369BDAD13E /* UMReactNativeAdapter-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMReactNativeAdapter-dummy.m"; sourceTree = ""; }; + 1F243D1FD4254F1EFD94289D7DED651E /* RCTUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextView.h; sourceTree = ""; }; + 1F79825D92762ABAAD4DD1D3B55F79B0 /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; + 1F887D7927FE376004051180F718FF0C /* rn-extensions-share-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-extensions-share-prefix.pch"; sourceTree = ""; }; + 1FB1CD2ED713EE6CE862EB2E55219BD6 /* RCTCxxUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxUtils.mm; sourceTree = ""; }; + 1FE52B8E58D6AC2000D8C3F90FBB1ED6 /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; 202722AA0D229A11350F6DC0F267A0BA /* libRNBootSplash.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNBootSplash.a; path = libRNBootSplash.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 2028DD8E1D754D1F5E0C8F9696E44F5B /* REAValueNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAValueNode.h; sourceTree = ""; }; 2037B71C0E6E322B709F9308458EA14B /* glog-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "glog-prefix.pch"; sourceTree = ""; }; - 2094B17B932F0291907A328EF66C43DE /* RNRootView.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNRootView.xcconfig; sourceTree = ""; }; + 205DB2CB2E1894CA84FE59DF9883DF79 /* RNFlingHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFlingHandler.m; sourceTree = ""; }; + 20608760817367038E8F35965383D3A0 /* BSG_KSDynamicLinker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSDynamicLinker.h; sourceTree = ""; }; + 20898907E36468BC4EAE3DA5D98F4006 /* BSG_KSCrashReportWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportWriter.h; sourceTree = ""; }; 20D73B80DBEDC9935666EB05B502A6E8 /* libQBImagePickerController.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libQBImagePickerController.a; path = libQBImagePickerController.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 20D94A6B2AAC7FF5566A6EF8075A8135 /* RNPanHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPanHandler.m; sourceTree = ""; }; 20EB67591180BD14936DAED287A3BFF0 /* Pods-ShareRocketChatRN-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ShareRocketChatRN-dummy.m"; sourceTree = ""; }; - 20F511A3AE582E93EEC40EF2BDF8F751 /* RCTTypeSafety-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTTypeSafety-dummy.m"; sourceTree = ""; }; - 2136384B7D6B8627E2971FE805B09E72 /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = yoga/YGLayout.h; sourceTree = ""; }; - 213770343AE98C8AAB8DF517E5F3B0D1 /* RNUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNUserDefaults.m; path = ios/RNUserDefaults.m; sourceTree = ""; }; - 214919E23612A309342CC7EED519DD14 /* React-jsinspector-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsinspector-dummy.m"; sourceTree = ""; }; - 21B1789B432E0A8183D470E042D37360 /* UMSingletonModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMSingletonModule.h; path = UMCore/UMSingletonModule.h; sourceTree = ""; }; - 21D6CCA47D1C4248E6A4121A52E968C9 /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; + 2105C7E8257DED74D0633CAE14616423 /* RCTConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConvert.m; sourceTree = ""; }; + 2124EB19441EAECB5913E5CC2712344A /* REABlockNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REABlockNode.m; sourceTree = ""; }; + 213C93FCEEA3C8BED2774B8E08F222FA /* UMLogManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMLogManager.m; sourceTree = ""; }; + 215D95DED72145C5F30B132B78A576BA /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; sourceTree = ""; }; + 218900E2A9108A356BCE06C3AD448490 /* EXAVPlayerData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVPlayerData.h; path = EXAV/EXAVPlayerData.h; sourceTree = ""; }; + 2191958AAC8997818B01CEC6D5CF61E6 /* react-native-video-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-video-prefix.pch"; sourceTree = ""; }; + 21DB74929AB9303816B8288C85975A3D /* UMConstantsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMConstantsInterface.xcconfig; sourceTree = ""; }; + 21F8D53CB034D71E9DFE4A5E5BA996B6 /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.h; sourceTree = ""; }; 220361FF3B2778F8F38C2C4DCC5B49FD /* libEXConstants.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXConstants.a; path = libEXConstants.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 22140FB47335D2C11676CD6FE8770109 /* UMUserNotificationCenterProxyInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUserNotificationCenterProxyInterface.h; path = UMPermissionsInterface/UMUserNotificationCenterProxyInterface.h; sourceTree = ""; }; 2238F6878C569BD9DE62658378F43980 /* FIRInstanceID_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceID_Private.h; path = Firebase/InstanceID/Private/FIRInstanceID_Private.h; sourceTree = ""; }; - 224C3853AE53D9D61A871DD7F8B301E2 /* DeviceUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DeviceUID.m; path = ios/RNDeviceInfo/DeviceUID.m; sourceTree = ""; }; - 22509F6CAC0545EE9C92B24406594D33 /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; + 224437FCD3123165BF7DBDEC01861CA0 /* RNFetchBlobFS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobFS.m; path = ios/RNFetchBlobFS.m; sourceTree = ""; }; + 225FE7CE2562D200DE7B9CB254856754 /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAccessibilityManager.h; sourceTree = ""; }; 227495E0087990E3409835CF75C620BD /* lossless.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless.c; path = src/dsp/lossless.c; sourceTree = ""; }; - 228AC5316B37F9112A15C2489DDE1E55 /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceView.mm; sourceTree = ""; }; - 22AEECF0E7FAF915135D3CD08ACAE8A2 /* JSCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCRuntime.h; sourceTree = ""; }; - 22B89E8B7F03CF3AC298D30704C10502 /* RNCSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSliderManager.m; path = ios/RNCSliderManager.m; sourceTree = ""; }; 22CD6908E6D35EDAB4715197D48DBB89 /* log_severity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_severity.h; path = src/glog/log_severity.h; sourceTree = ""; }; - 22E5A3C18B5D608336D84AB10D0DF85B /* RNLongPressHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNLongPressHandler.m; sourceTree = ""; }; + 22DAC011F696BEDD225BA8942588F6CF /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 22EC76BB9D8CC2602391B531B70E15D7 /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; + 231C36653E87C0CDFBD0C1E1218DEC2E /* RCTConvertHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvertHelpers.h; sourceTree = ""; }; 232EB188EB76A659B22869443AD45191 /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = SDWebImage/Core/SDImageAPNGCoder.h; sourceTree = ""; }; - 23600A44329F9568F208F52F10DC0EB2 /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; - 23879EEFF8CA9AF370F72C443F440029 /* react-native-keyboard-tracking-view-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-keyboard-tracking-view-dummy.m"; sourceTree = ""; }; - 23A510721DF32D432E5E58DF50E4D051 /* React-RCTImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTImage-prefix.pch"; sourceTree = ""; }; - 23B8B3FF66993427CBAC56A542C655C3 /* NSError+BSG_SimpleConstructor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSError+BSG_SimpleConstructor.h"; sourceTree = ""; }; - 241240DB29A9C77295ACF522FB2C081A /* 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; }; - 241A9FEBAEC2AD84DB50FD1D77941E7B /* react-native-orientation-locker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-orientation-locker-dummy.m"; sourceTree = ""; }; + 2337FD4047F3F60B749218A40785E05D /* React-RCTImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTImage-dummy.m"; sourceTree = ""; }; + 238AF7A98F62796BA1619AF506526F1E /* REACallFuncNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REACallFuncNode.m; sourceTree = ""; }; + 23AE8CD4CEDF045928995E4D330AAEDE /* BSG_KSSysCtl.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSysCtl.c; 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; }; + 242959A0044CCBC53F15ABA9E2D4C2AA /* RCTSettingsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSettingsManager.h; path = Libraries/Settings/RCTSettingsManager.h; sourceTree = ""; }; + 2449082E579E2213DB2FF3996F5D08E9 /* react-native-background-timer-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-background-timer-prefix.pch"; sourceTree = ""; }; + 2449974BE181B377D0C240D8390AB059 /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; 2458545E3325597DD6A4B811C7E66B92 /* vp8_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8_dec.h; path = src/dec/vp8_dec.h; sourceTree = ""; }; - 247A5EA03A4847E3A7AC163CE046CB04 /* EXCameraPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCameraPermissionRequester.h; path = EXPermissions/EXCameraPermissionRequester.h; sourceTree = ""; }; - 24A91666C5E60525D7863CC82F20106F /* REAAlwaysNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAAlwaysNode.m; sourceTree = ""; }; - 24B479A5347E6CE6A9645129EA6A7159 /* JSINativeModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSINativeModules.h; path = jsireact/JSINativeModules.h; sourceTree = ""; }; - 24C136296458C68467209769F81C270E /* react-native-keyboard-tracking-view.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-keyboard-tracking-view.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 245FEA8FEA77979C1D2F585404534DDE /* RCTVirtualTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextViewManager.m; sourceTree = ""; }; + 248990547714B081AB5B56FEE95BF988 /* RNDeviceInfo-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDeviceInfo-prefix.pch"; sourceTree = ""; }; + 24B8954C5F7F99D4660C00ED53B77E76 /* RNFirebaseAdMobBannerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobBannerManager.m; sourceTree = ""; }; 24E4821FEAA0EEB382ED9211E1D198AB /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = SDWebImage/Core/SDImageCacheDefine.m; sourceTree = ""; }; - 24EEFECA3BEC42F87EFF618D0CFB87E9 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 25023246C576D25227B4AE4712355E3D /* GULLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLogger.h; path = GoogleUtilities/Logger/Private/GULLogger.h; sourceTree = ""; }; - 2573D9D6041079FF47BD50EBD8AADBF9 /* Instance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Instance.h; sourceTree = ""; }; + 250CA94BE6AF22BD22B45DF0F3AC6D13 /* BugsnagSink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSink.m; sourceTree = ""; }; + 2518AAE93C0C1EB79ECBCC2856756BB0 /* RCTInterpolationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInterpolationAnimatedNode.h; sourceTree = ""; }; + 253C3117CD635B9BD4F35F0F84D27F04 /* RCTRawTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextViewManager.m; sourceTree = ""; }; 2577F299FCB0A19824FE989BE77B8E8F /* libReact-jsinspector.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsinspector.a"; path = "libReact-jsinspector.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 25911C20351B3EFCDBD5A6B009CF4574 /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; - 2593832A42DD4CCCB3733C186605E387 /* RNPushKitEventListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventListener.m; path = RNNotifications/RNPushKitEventListener.m; sourceTree = ""; }; + 258A035B9F0086A73F342E960B35496F /* Octicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Octicons.ttf; path = Fonts/Octicons.ttf; sourceTree = ""; }; + 258E7BB2C2C148FDF7078ACF18069153 /* RCTImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageView.m; sourceTree = ""; }; 259D2F12ABCF462092CAD9B27FF0A88C /* WebRTC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebRTC.framework; path = Frameworks/WebRTC.framework; sourceTree = ""; }; - 25B29827EECA6282CBC136F619978150 /* BSGOutOfMemoryWatchdog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGOutOfMemoryWatchdog.m; sourceTree = ""; }; - 25D29A1CA5B4AAC43112ABF5B6FECFA5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 25D5B5E920069C5AB4CCEF59BFD14E5E /* BugsnagUser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagUser.m; sourceTree = ""; }; - 25D76806A95BD94C3D3A37C4CC2DAAFB /* BSG_KSCrashSentry_Signal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Signal.h; sourceTree = ""; }; 25DA1555851CD85592046C2B2AEAC27E /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = SDWebImage/Core/SDMemoryCache.m; sourceTree = ""; }; + 25F7CC0BD291AA54BEAAA2F3F9C608CA /* RCTVirtualTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextShadowView.h; sourceTree = ""; }; 261691467F899D94E6BF0F490C2F7865 /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = SDWebImage/Core/SDWebImageCompat.m; sourceTree = ""; }; - 2631E243EF61902279E4E44BA8274AD3 /* UMViewManagerAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapter.h; sourceTree = ""; }; + 2633ABA11AE357AFED94CB450A5CCA4D /* RCTConvert+REATransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+REATransition.m"; sourceTree = ""; }; 264EBA628B0C20D7E378DED6DC0270A9 /* alpha_processing_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_neon.c; path = src/dsp/alpha_processing_neon.c; sourceTree = ""; }; - 2655AE4B93DD0C0A2EE756E5852FAAC9 /* RNForceTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNForceTouchHandler.m; sourceTree = ""; }; 265F8411F42BDA31FF280D67A68D2CB1 /* GDTReachability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTReachability.h; path = GoogleDataTransport/GDTLibrary/Private/GDTReachability.h; sourceTree = ""; }; - 268221F035874F9F853B1E7F784BBDF4 /* RNCAssetsLibraryRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAssetsLibraryRequestHandler.h; path = ios/RNCAssetsLibraryRequestHandler.h; sourceTree = ""; }; - 2683BCE18B50187450E5F4959A40292A /* BugsnagSessionTrackingApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingApiClient.h; sourceTree = ""; }; + 267F9F2C58C4112C1EFE5A0CC654DB17 /* RCTDatePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePickerManager.h; sourceTree = ""; }; + 26816997331A7ABFB1C7706DEE6CB26C /* REANode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REANode.h; sourceTree = ""; }; 2683CDC4E450B4AC2C04403C7D2F3A6C /* predictor_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = predictor_enc.c; path = src/enc/predictor_enc.c; sourceTree = ""; }; - 268BBD0CB874980641E402FA75B54932 /* RCTCustomInputController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomInputController.h; sourceTree = ""; }; 268F7F7EFB3E947F83F5B9F2CF88A0DB /* vp8_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8_dec.c; path = src/dec/vp8_dec.c; sourceTree = ""; }; 2690ADE71F761217060D0FF0C1378AE6 /* GULReachabilityChecker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULReachabilityChecker.m; path = GoogleUtilities/Reachability/GULReachabilityChecker.m; sourceTree = ""; }; + 2697E20621E13F742D7C0AD3EC113D43 /* RCTTextAttributes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextAttributes.m; sourceTree = ""; }; 269BE773C9482484B70949A40F4EA525 /* libReact-RCTSettings.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTSettings.a"; path = "libReact-RCTSettings.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 269C1382F849D90EABAC84010395D690 /* EXHaptics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXHaptics.xcconfig; sourceTree = ""; }; 26A258F41EF97F643AA8D63B40A4B767 /* SDAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageView.h; path = SDWebImage/Core/SDAnimatedImageView.h; sourceTree = ""; }; + 26FDE71D7270B8660A44614E37EC7969 /* RCTNetworking.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworking.mm; sourceTree = ""; }; 2718BA7539F8B21F39ECDAF498A4CAE6 /* Crashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Crashlytics.h; path = iOS/Crashlytics.framework/Headers/Crashlytics.h; sourceTree = ""; }; - 27318DBA74DEF0DE342E0CC7ED8BFAF5 /* YGNodePrint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNodePrint.cpp; path = yoga/YGNodePrint.cpp; sourceTree = ""; }; + 274180BF523A21C15437D91A95B629DE /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = ""; }; 276DC8FED36CE7A1A8580CB612E3C53E /* pb_common.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_common.c; sourceTree = ""; }; - 278F6167215D8A0D4E56C3930C73AAB1 /* UMSingletonModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMSingletonModule.m; path = UMCore/UMSingletonModule.m; sourceTree = ""; }; + 27836F1E4442708C28FAD801CCFA043C /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; 279390C893577F74DD2049383E1EDD1A /* libKeyCommands.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libKeyCommands.a; path = libKeyCommands.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 27956594B5865746D9D106DAA231157A /* ARTGroupManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTGroupManager.h; sourceTree = ""; }; - 27D6850F6315C471632ABED5426F4E32 /* ARTSurfaceView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTSurfaceView.m; path = ios/ARTSurfaceView.m; sourceTree = ""; }; - 2810FE8C402902684E42F86B061B20B2 /* UMCore.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCore.xcconfig; sourceTree = ""; }; - 2857FD2ED29908954D251250C772C0F3 /* RCTSinglelineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputViewManager.h; sourceTree = ""; }; - 287650BECBB76C9B1FF6B790694E0A37 /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; - 287CB52758A01C448AEFE3B81A28CADE /* NSError+BSG_SimpleConstructor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSError+BSG_SimpleConstructor.m"; sourceTree = ""; }; - 287DB838541FFB8DFDDA05910E775D9E /* EXAVPlayerData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVPlayerData.h; path = EXAV/EXAVPlayerData.h; sourceTree = ""; }; - 28A379CA901BCAEB8D4E0712F817979D /* LICENCE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENCE; sourceTree = ""; }; - 28B7CE1881C6172919E8F1120A64ADED /* BSGSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGSerialization.m; sourceTree = ""; }; + 27E910AB1997A81AA82E2B9E9D76E658 /* RCTImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageCache.m; sourceTree = ""; }; + 280CF5E8FD2AEEA5FDF24CCAD12ABAFC /* RNFirebaseDatabase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseDatabase.m; sourceTree = ""; }; + 2832D2AB6E74719A8E3A77EFAD5C5257 /* react-native-notifications.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-notifications.xcconfig"; sourceTree = ""; }; + 2878AA4357925F055BB26AA52DF39D94 /* RCTKeyCommandsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTKeyCommandsManager.m; path = ios/KeyCommands/RCTKeyCommandsManager.m; sourceTree = ""; }; 28BD684EF1D3EA7EF62481985911AFC7 /* GDTConsoleLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTConsoleLogger.h; path = GoogleDataTransport/GDTLibrary/Public/GDTConsoleLogger.h; sourceTree = ""; }; - 28F8B4F4A03F94AF7D250100CC9ADD78 /* BSG_KSCrashSentry_User.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_User.h; sourceTree = ""; }; - 2944F8FD8DD98A3F6DAC616A45EFFB44 /* REANode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REANode.h; sourceTree = ""; }; + 28C99708B08A9EA772A88A92695F3E53 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 28DB6CAB95392C193840F107465D6B1B /* YGNodePrint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNodePrint.cpp; path = yoga/YGNodePrint.cpp; sourceTree = ""; }; + 2919F0588C823D44177903F6308E77A0 /* BugsnagSessionTrackingApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingApiClient.h; sourceTree = ""; }; + 294CB3D252014A18DD4A3A73D6B0EAAC /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; 295B1037840F2974230A335C2AB3C3DA /* enc_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_mips32.c; path = src/dsp/enc_mips32.c; sourceTree = ""; }; - 297DE5906FC3CE4D8A2A5293D38E1532 /* MessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MessageQueueThread.h; sourceTree = ""; }; 2985690376C832479B6CBEF994125526 /* Format.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Format.cpp; path = folly/Format.cpp; sourceTree = ""; }; - 299DB64B3EEC7C3C81D7A8C926308FA2 /* FBReactNativeSpec-generated.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "FBReactNativeSpec-generated.mm"; path = "FBReactNativeSpec/FBReactNativeSpec-generated.mm"; sourceTree = ""; }; - 29BBF634BD7911C5A0A4EF0B465BCF31 /* REAJSCallNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAJSCallNode.m; sourceTree = ""; }; + 29CA47870EF1380F129E1374389AA730 /* EXDownloadDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXDownloadDelegate.h; path = EXFileSystem/EXDownloadDelegate.h; sourceTree = ""; }; 29D866507B6D31ED844E9A73B3118772 /* dec_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_mips_dsp_r2.c; path = src/dsp/dec_mips_dsp_r2.c; sourceTree = ""; }; - 29E29CE1DC026A19D4C6A0AFDB460E31 /* ARTShapeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTShapeManager.h; sourceTree = ""; }; + 2A128E6D949E77C44DA44560E88F1865 /* Fontisto.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Fontisto.ttf; path = Fonts/Fontisto.ttf; sourceTree = ""; }; + 2A20CF3A60C5CFD0DE74EB90F8E8092E /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; + 2A26A5B12AC2D5EE8652ECA85EDB7691 /* RNNativeViewHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNNativeViewHandler.m; sourceTree = ""; }; 2A5FE3742F9AECB83E54106826071ED4 /* SDWebImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImage-dummy.m"; sourceTree = ""; }; - 2A6D119C241935EEAA66F92C1D65BDBE /* RCTVirtualTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextViewManager.h; sourceTree = ""; }; 2A7830133E02017B820D1F11EB0E2EE9 /* FIRInstanceIDKeyPairUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeyPairUtilities.h; path = Firebase/InstanceID/FIRInstanceIDKeyPairUtilities.h; sourceTree = ""; }; + 2A9E7421477DCACE7A8C81336831F922 /* RNFastImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFastImage-prefix.pch"; sourceTree = ""; }; 2AB59D38B9D49C9B00F3C5F95EF8A5F4 /* FIRInstanceIDTokenOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenOperation.h; path = Firebase/InstanceID/FIRInstanceIDTokenOperation.h; sourceTree = ""; }; - 2ABD1F3B8151FC79CAA4438F329509DA /* RCTImageBlurUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageBlurUtils.h; path = Libraries/Image/RCTImageBlurUtils.h; sourceTree = ""; }; - 2AD54B237B77BB56F5C7DA1CB4627A09 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 2ABFB451EB4296177AF8518752E5376F /* EXAV.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAV.xcconfig; sourceTree = ""; }; + 2ADB25FEB53A93D4B73626B4F59AA26F /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; sourceTree = ""; }; 2AE6E07E996DD2CE02771A4670FB4399 /* alpha_processing_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_sse41.c; path = src/dsp/alpha_processing_sse41.c; sourceTree = ""; }; 2B0BFE57676A5D16FB11E7FD654EE50A /* de.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = de.lproj; path = QBImagePicker/de.lproj; sourceTree = ""; }; - 2B0CBDD5C96DB01A8B299DD5CB81118B /* decorator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = decorator.h; sourceTree = ""; }; + 2B171ED2A0F4F64763AAB6D51EBBFAB2 /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; 2B17A71888AA28CEFEC37B72F2A68A91 /* libreact-native-slider.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-slider.a"; path = "libreact-native-slider.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 2B17E3BE35B17FB8CE516DE9EA62BE2F /* Yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = Yoga.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 2B19F7AAADC1A5F33EA0427E8F8F8263 /* cost_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_mips_dsp_r2.c; path = src/dsp/cost_mips_dsp_r2.c; sourceTree = ""; }; + 2B25EDEF96B33928947D22FD3C43ABC9 /* EXDownloadDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXDownloadDelegate.m; path = EXFileSystem/EXDownloadDelegate.m; sourceTree = ""; }; 2B26AD7CA3529E84BB0792DB6416F749 /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = SDWebImage/Core/SDWebImageCacheSerializer.h; sourceTree = ""; }; - 2B27724826A333FDB5B077AB4C85FBE1 /* BSG_KSDynamicLinker.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSDynamicLinker.c; sourceTree = ""; }; - 2B9C85EDD81E15E166CB2B0AE63AF203 /* RNRootView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNRootView-prefix.pch"; sourceTree = ""; }; + 2B3445B310DEC6AD1FF14472412EEDBA /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; + 2B5F68049BBDF35F02DD601208D15093 /* jsilib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsilib.h; sourceTree = ""; }; + 2B74F6A9A98A8D6413C5365C1042C909 /* RCTModalManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalManager.m; sourceTree = ""; }; + 2B9E83D41696B81F2F18D4F8CAFD94EB /* RCTImageBlurUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageBlurUtils.m; sourceTree = ""; }; 2BBB8F40356ABEB7E55A02AB87D8BD73 /* FirebaseCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCore-dummy.m"; sourceTree = ""; }; - 2BBDED4A9EE538D325FC8C2E9A7BE9A7 /* REAEventNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAEventNode.h; sourceTree = ""; }; - 2BDE4AD6316F658E3325B860471AC0C8 /* BugsnagSessionFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionFileStore.h; sourceTree = ""; }; - 2BDECFEE47DCFDFC9D5FB5D3B5D0FC23 /* 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; }; + 2BCAD129215DDD233BEB67EA7FDE9E44 /* RNDateTimePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDateTimePicker.h; path = ios/RNDateTimePicker.h; sourceTree = ""; }; + 2BE1B8A5E5F75FB3376CC165C499CB71 /* RCTAccessibilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAccessibilityManager.m; sourceTree = ""; }; + 2BE4262912D041A53415FBAC8668835B /* UMBarCodeScannerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerInterface.h; sourceTree = ""; }; + 2C205B7A74A0AB9C207AE1508245D074 /* KeyCommands.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KeyCommands.xcconfig; sourceTree = ""; }; 2C3F084BC58B9C5F2BA562EDFD9FAD42 /* FIRAnalyticsConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAnalyticsConfiguration.m; path = Firebase/Core/FIRAnalyticsConfiguration.m; sourceTree = ""; }; - 2C72A3D5F6D88608C76DFDFFABB74EF8 /* ARTSurfaceViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTSurfaceViewManager.h; sourceTree = ""; }; - 2C75A9118CBE7C8E482568B6AC7B4379 /* RNBootSplash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBootSplash.h; path = ios/RNBootSplash.h; sourceTree = ""; }; - 2C7EE7B40BA6C455473BC868F9ECBE8B /* ModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ModuleRegistry.h; sourceTree = ""; }; - 2CA9749D964D0660A6EC2BB114A0738D /* react-native-jitsi-meet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-jitsi-meet-dummy.m"; sourceTree = ""; }; + 2C5A20876F1909D9ED667607C3ACDFD2 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 2C7065778189B42A77ADA63EFF8CC2B1 /* REANodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REANodesManager.m; path = ios/REANodesManager.m; sourceTree = ""; }; + 2C7D886999D3B062108367A61A84940B /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; + 2C8ABF8DC8AD19F1E8206D8836352670 /* YGStyle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGStyle.cpp; path = yoga/YGStyle.cpp; sourceTree = ""; }; + 2C8E9698334B9C85054E3C1E021ED952 /* RCTDevLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingView.h; sourceTree = ""; }; + 2C902B90285F7AB774D8561D259AB1C2 /* RNJitsiMeetView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNJitsiMeetView.m; path = ios/RNJitsiMeetView.m; sourceTree = ""; }; + 2C9263F825FFF757EAA47B9D757CE6BE /* RCTInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryView.h; sourceTree = ""; }; + 2CAB0AE4AA56BD229CC3736D13F8D8BC /* UMModuleRegistryAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryAdapter.m; sourceTree = ""; }; 2CBBE1967FD8645B907167A3031D4271 /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = SDWebImage/Core/SDImageIOCoder.m; sourceTree = ""; }; - 2D0609493E013F3C877E594E8FA8BE27 /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; + 2CD0CC8A410731ABA17B4B7EF1933958 /* REAConcatNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAConcatNode.m; sourceTree = ""; }; + 2CE5196E94E77DA2B23DCF8C1156CF42 /* RNFirebaseAdMobNativeExpressManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobNativeExpressManager.h; sourceTree = ""; }; 2D07BFCFE57A9975D3A834AE06D565CF /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = SDWebImage/Core/SDWebImageError.m; sourceTree = ""; }; - 2D39B25C972AFEF60588CA5EBDE4DE61 /* EXVideoPlayerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoPlayerViewController.m; sourceTree = ""; }; - 2D8E2E86502AB32BE1A6A36EE7EABAB1 /* rn-fetch-blob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-fetch-blob-prefix.pch"; sourceTree = ""; }; + 2D46DFDD5C6A2D735680FD80B69431D7 /* ReactNativeART.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = ReactNativeART.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 2D95950A1BEBE477CDB2FB3505C64223 /* RNScreens.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNScreens.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 2DA0A75661058A06F82116E5CC5B916E /* upsampling_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_neon.c; path = src/dsp/upsampling_neon.c; sourceTree = ""; }; 2DA0D814DFCB860D31D7BCD63D795858 /* libFirebaseInstanceID.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseInstanceID.a; path = libFirebaseInstanceID.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 2DBD62A1D8D5E6211EF692A42BF7684D /* RNSScreen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreen.h; path = ios/RNSScreen.h; sourceTree = ""; }; - 2DF77C6162EE2FA7C657727DE6EDADE4 /* installation.md */ = {isa = PBXFileReference; includeInIndex = 1; name = installation.md; path = docs/installation.md; sourceTree = ""; }; - 2E05F2C6F33CAF5336B8740CBCA2A516 /* YGStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGStyle.h; path = yoga/YGStyle.h; sourceTree = ""; }; - 2E1E35FFAB84C039F68F4C89F3B6FB48 /* FBReactNativeSpec-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBReactNativeSpec-prefix.pch"; sourceTree = ""; }; - 2E205DD1A8A9821D013B25E0B64BD027 /* TurboModuleBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleBinding.h; path = turbomodule/core/TurboModuleBinding.h; sourceTree = ""; }; - 2E219AE5CBEEF48D96AE1DC1EE0373CB /* RCTInterpolationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInterpolationAnimatedNode.h; sourceTree = ""; }; - 2E3034484CFF3719E0A09FDB6C053AC4 /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTClipboard.h; sourceTree = ""; }; - 2E4BFE364D0D3C25C27CA651D3B09427 /* RCTPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPicker.m; sourceTree = ""; }; - 2E5DB6C4A6AB67A7659D6F8FE926080C /* RNGestureHandlerButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerButton.h; path = ios/RNGestureHandlerButton.h; sourceTree = ""; }; - 2E7FE58AA958A69566EF7D174F252E2E /* RNFirebase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFirebase.xcconfig; sourceTree = ""; }; - 2EA0BEB0FED817F41CA1741A42E176FC /* RCTGIFImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTGIFImageDecoder.h; path = Libraries/Image/RCTGIFImageDecoder.h; sourceTree = ""; }; - 2EC40F160B7A2931915500E5AE27872D /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; + 2DCF19E9DA41EC5CB0BADBE56247D8BB /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; + 2DEA620C9EA0662CA8188B8A019981BC /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; + 2E0EC63AF0AADA1D0AE78FB4CE133633 /* RNPanHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPanHandler.h; sourceTree = ""; }; + 2E416DA9BACFF67E836CF8604C0C0A76 /* Instance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Instance.h; sourceTree = ""; }; + 2E4332747BA12706578CAC28B21BC70C /* RNRootView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNRootView-prefix.pch"; sourceTree = ""; }; + 2E5F14F5495AA6F7B60E388FF33BAD98 /* BSG_KSSingleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSingleton.h; sourceTree = ""; }; + 2EC226797FBE55FB0A5EB819D6F05FCB /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTClipboard.h; sourceTree = ""; }; 2ED62654065B0051EE7BF8418A99C030 /* 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 = ""; }; + 2EE56EF161826629810C9743EA5E99A4 /* React-cxxreact-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-cxxreact-prefix.pch"; sourceTree = ""; }; + 2EF3887C3716B950B1A8AA9CBDAD1C42 /* RNReanimated-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNReanimated-dummy.m"; sourceTree = ""; }; 2EF44213FD3223B12AFA1C7C0BB356C6 /* SDImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoader.m; path = SDWebImage/Core/SDImageLoader.m; sourceTree = ""; }; - 2F28D4D3F3D8943317DB46F355DB2220 /* REAFunctionNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAFunctionNode.m; sourceTree = ""; }; - 2F492DD3B01F0E0A1A1114D476E59201 /* RNFetchBlob.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFetchBlob.h; sourceTree = ""; }; + 2F0D9724DDBB33FB12DAD4B47D5826F0 /* RCTAnimationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationUtils.h; path = Libraries/NativeAnimation/RCTAnimationUtils.h; sourceTree = ""; }; + 2F37D87AC099D48EF177E7FEE4B8CD1A /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; + 2F3DBE30EFD3C8F997DD54A2A062CB55 /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; 2F5DCBF84C4FCB29D7493E8F86442192 /* FirebaseInstanceID.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstanceID.xcconfig; sourceTree = ""; }; - 2F68C060D7E824747CDC2B29175E6A80 /* RNScreens.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNScreens.xcconfig; sourceTree = ""; }; + 2F5F58D201AADC733A78BC5311917987 /* RNFastImage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFastImage.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 2F7609F49973D8DE1FDA2A02AE36643B /* RSKImageScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKImageScrollView.h; path = RSKImageCropper/RSKImageScrollView.h; sourceTree = ""; }; + 2F7BF5F2708FFF6188752E6CD2822D4F /* react-native-jitsi-meet.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-jitsi-meet.xcconfig"; sourceTree = ""; }; + 2F812D1D7923DCB836A359A6789B8C99 /* RCTCxxBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxBridge.mm; sourceTree = ""; }; 2F914408E2683348E30A3AD1A6A6A892 /* lossless_enc_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_mips32.c; path = src/dsp/lossless_enc_mips32.c; sourceTree = ""; }; - 2FD7AD9E9FA9A97DD7A667546ACD3376 /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; + 2FBE73416F6BCBDBA9961312F1830706 /* ModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ModuleRegistry.h; sourceTree = ""; }; + 2FC0C9D532E9C6C201BF0E3DB8889D1E /* RNFirebaseAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAuth.h; sourceTree = ""; }; + 2FD9A96818EEB57743733568A3DB36C9 /* BSG_KSJSONCodec.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSJSONCodec.c; sourceTree = ""; }; 2FDB850B2D7605EBE486B87982DB6203 /* utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = utils.c; path = src/utils/utils.c; sourceTree = ""; }; - 2FFBEE170794A5DB487CB2774FE9472E /* RootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RootView.h; path = ios/RootView.h; sourceTree = ""; }; + 2FEB9C80896EC3E1AF48A26EA2C4A9CF /* RCTStyleAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStyleAnimatedNode.m; sourceTree = ""; }; 304B64A89E638598A9E65B7A5FB5A012 /* FIRInstanceIDCheckinService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinService.h; path = Firebase/InstanceID/FIRInstanceIDCheckinService.h; sourceTree = ""; }; - 304ECF002E7C26F5ADE2A610625EF9DC /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 3051558B07ED6E28C55C39714DEFC779 /* BSG_KSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSLogger.h; sourceTree = ""; }; + 304CEEF7CB871919BAB3EF6A9F883F11 /* RCTSinglelineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputView.m; sourceTree = ""; }; + 304F27CCBDBAAF2C03994FC499DF97D0 /* 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; }; + 307016C51C55E3847A5DC9C3EED1B3E0 /* UMModuleRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistry.m; sourceTree = ""; }; + 30A072C44DC0493262F79EFEA04ABDFA /* NSDataBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NSDataBigString.h; sourceTree = ""; }; + 30A5063C2D1EC4583FDB2C9CEA518C5A /* react-native-background-timer.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-background-timer.xcconfig"; sourceTree = ""; }; + 30ACDD7DF5B759A3AF88A214445F6DEA /* RNCWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWebViewManager.m; path = ios/RNCWebViewManager.m; sourceTree = ""; }; 30AE0909BB6303673387EBBDB546C90F /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = SDWebImage/Core/SDImageGIFCoder.h; sourceTree = ""; }; - 30BC2FFC08B0A3A295BB44C47A3365E4 /* EXLocationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXLocationRequester.m; path = EXPermissions/EXLocationRequester.m; sourceTree = ""; }; - 30D7C6D1BD3C9423C251D5877B013378 /* RCTDatePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePickerManager.h; sourceTree = ""; }; - 30EA571AC9A610DDE68C8A41286F37F6 /* react-native-video-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-video-dummy.m"; sourceTree = ""; }; + 30AED7ACF82DEE049531C434F92D25C5 /* UMFileSystemInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFileSystemInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 30C9D4A70943C55E73C0BDDC19090EA4 /* RCTActionSheetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTActionSheetManager.h; path = Libraries/ActionSheetIOS/RCTActionSheetManager.h; sourceTree = ""; }; 30EC76B688A264B41901746A6D78F349 /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = SDWebImage/Core/SDWebImageDownloader.m; sourceTree = ""; }; - 30F1E6A76B59630E3B5C684E64F1A61C /* React-RCTLinking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTLinking-prefix.pch"; sourceTree = ""; }; - 311E903AB266F88A48EFB9B4AC19AA7F /* REAPropsNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAPropsNode.h; sourceTree = ""; }; - 312143C6EFD4E709F7973078FEA4C744 /* RCTCxxMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxMethod.mm; sourceTree = ""; }; - 316CD5DF8063442746D2DA9064B0EBBE /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; + 3121AD61FA1D3134C50CF35E624BED12 /* React-RCTText.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.xcconfig"; sourceTree = ""; }; + 316C0BF08894865C11B0DB43AB8510BF /* EXAV.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAV.m; path = EXAV/EXAV.m; sourceTree = ""; }; + 31A052B3F4E860BC4D0F45D81EDEEA7F /* RNFirebaseLinks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseLinks.h; sourceTree = ""; }; 31AE6AB1498B353FDC643E095E7A39C7 /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/Core/UIButton+WebCache.m"; sourceTree = ""; }; - 32206580ED5589AB53C06578EA3E6DCC /* RNReanimated-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNReanimated-prefix.pch"; sourceTree = ""; }; - 3226B2EDCDCDC805996B2CF568D2619B /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; - 3233CA3991ADC282DDC155994E84A82E /* UMModuleRegistryConsumer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryConsumer.h; sourceTree = ""; }; + 31B527DB522892C5B0FE2BC52F4C2CF7 /* REAOperatorNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAOperatorNode.m; sourceTree = ""; }; + 31DCFBE8AAC3CB97E2BF59F3B8DAF0CF /* READebugNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = READebugNode.h; sourceTree = ""; }; + 31F305BE88E509B733410B65FF675D16 /* REABezierNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REABezierNode.h; sourceTree = ""; }; + 32036E9F30E810D093E7DBA3554074EE /* RCTTextSelection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextSelection.m; sourceTree = ""; }; + 321A319AC4EFD2FA0962E6DE2CD5831D /* RCTVideoManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoManager.h; path = ios/Video/RCTVideoManager.h; sourceTree = ""; }; 32417419448BF9223832C1202BCA80BE /* cct.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cct.nanopb.c; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.c; sourceTree = ""; }; - 3278C46B12DB44947D0BE2C1C4D94AAB /* RCTTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextView.h; sourceTree = ""; }; - 32AE94794BB5B1659A6C44CC5F115E76 /* BSG_KSCrashC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashC.h; sourceTree = ""; }; + 326A4C8A60814AB6D6E6D5E9A163A87B /* BSG_KSCrashReportFilterCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilterCompletion.h; sourceTree = ""; }; + 32ADE6694F66D344A458C0B1D1EDDDDC /* RCTNetworkTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNetworkTask.m; sourceTree = ""; }; + 32B710D97CAA2E596AAB4B8AFE147036 /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.h; sourceTree = ""; }; + 32D14305860319B697AE0AB00F39CD1C /* BSG_KSSystemCapabilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemCapabilities.h; sourceTree = ""; }; 33380985DCC39CF44A1E64982DA162DC /* UIImage+Metadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Metadata.h"; path = "SDWebImage/Core/UIImage+Metadata.h"; sourceTree = ""; }; - 333E2305122D7A2D6067A97077CB573A /* Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Private.h; sourceTree = ""; }; 33849FB08B2D1A66D62C9DFEFD628532 /* QBImagePickerController-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "QBImagePickerController-dummy.m"; sourceTree = ""; }; 338ECC56A4A92EB571B4761542C43109 /* Firebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Firebase.h; path = CoreOnly/Sources/Firebase.h; sourceTree = ""; }; - 33D0B8B27FCF7C0CE3392525865DD2FD /* BSG_KSCrashIdentifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashIdentifier.m; sourceTree = ""; }; - 33D1B9B1D3E180C731955B7C3CAA5C1A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 3403650F0D63AA3E71AE9F8D5D73A0AD /* NativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeModule.h; sourceTree = ""; }; - 3408483C86C5FC83F26C6296D16EBAEB /* React-RCTBlob.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.xcconfig"; sourceTree = ""; }; - 343C5F749E16A3765E62F2A74C2F50F0 /* LNAnimator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = LNAnimator.m; sourceTree = ""; }; + 339068EC3B3B2396B833B00F1919EC58 /* RCTValueAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTValueAnimatedNode.h; sourceTree = ""; }; + 33A8980C78D1B3868590C792369D2C1C /* RNFetchBlobConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobConst.h; path = ios/RNFetchBlobConst.h; sourceTree = ""; }; + 33A8A171BE00A32E90026078C9B48E14 /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; + 33C28C7193C813BA137A29D9A54AE40E /* RCTMultilineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputView.h; sourceTree = ""; }; + 34298A5F931DD4347C202F103F374431 /* ARTSurfaceViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTSurfaceViewManager.h; sourceTree = ""; }; + 342B9E040385EB7AA5AD6E96FA51BC3E /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; 343CB5CAE5DB1DC31FE3E8AA6F13485D /* Pods-RocketChatRN-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-RocketChatRN-acknowledgements.markdown"; sourceTree = ""; }; 346983F78C1180338E821BF043913B34 /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = SDWebImage/Core/SDImageCodersManager.m; sourceTree = ""; }; - 3480342820CE8E07B4E5DBE9E6E950D2 /* 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; }; + 347FE1F6EB32D7EBAB147F559064CD7F /* RNSScreenContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenContainer.h; path = ios/RNSScreenContainer.h; sourceTree = ""; }; 348E94250746518A7806840383B1E11D /* GDTDataFuture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTDataFuture.h; path = GoogleDataTransport/GDTLibrary/Public/GDTDataFuture.h; sourceTree = ""; }; - 349F9357A7F29F8E3B1AAB1B185FDA4C /* 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; }; - 34B29BD9D3C6B94CE636A7EF39030F71 /* RCTPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPickerManager.h; sourceTree = ""; }; - 34D303E7970EB9860AB1A558D43CA8C9 /* EXUserNotificationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXUserNotificationRequester.m; path = EXPermissions/EXUserNotificationRequester.m; sourceTree = ""; }; - 34F248533ADED25A996005E3B2882F8D /* RNRootViewGestureRecognizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNRootViewGestureRecognizer.m; path = ios/RNRootViewGestureRecognizer.m; sourceTree = ""; }; - 353062A3AFE312B00B834B7FE52636BF /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 3540C9864A9BA4D74A6A0F1374562723 /* UIView+FindUIViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+FindUIViewController.h"; path = "ios/Video/UIView+FindUIViewController.h"; sourceTree = ""; }; + 349FC5C2C569B5CEF5EA3ADD116336F4 /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.h; sourceTree = ""; }; + 35020FE54706BAF85A6BC347A41928C0 /* UIView+FindUIViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+FindUIViewController.h"; path = "ios/Video/UIView+FindUIViewController.h"; sourceTree = ""; }; + 3517BA7C2AADA13C832EE4D8B175CB10 /* RNDocumentPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDocumentPicker.h; path = ios/RNDocumentPicker/RNDocumentPicker.h; sourceTree = ""; }; 355BFD7BC86580B1D261183E7406AEC5 /* RSKImageCropper-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RSKImageCropper-prefix.pch"; sourceTree = ""; }; - 3566ADAF3895C6EBB680739C28C8B8FB /* RNFirebaseAdMob.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMob.m; sourceTree = ""; }; - 35740ABD1AD7634DE1517E7555C91E16 /* UMCameraInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCameraInterface.xcconfig; sourceTree = ""; }; 358C560AEBE72102FDA3E6D8080F2BC7 /* Folly-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Folly-prefix.pch"; sourceTree = ""; }; - 359AD85DF4C8CB12E980F9A490343656 /* RCTRequired.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRequired.h; path = RCTRequired/RCTRequired.h; sourceTree = ""; }; - 35A2E3904649AFBB24EAD823EDFFF947 /* REABlockNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REABlockNode.h; sourceTree = ""; }; - 3616676FA36F77D6CB565DD31D5C3622 /* RNFetchBlobConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobConst.h; path = ios/RNFetchBlobConst.h; sourceTree = ""; }; - 361B885668026CB8D0F97C254A166261 /* RNLocalize.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNLocalize.xcconfig; sourceTree = ""; }; - 364529EEFD05AEFF36F7B42792ACB275 /* JsArgumentHelpers-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JsArgumentHelpers-inl.h"; sourceTree = ""; }; + 35A2911CECA465FC692DB6CF5CAE70B6 /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; + 36552DCDECA5B817D6C3191AAB317113 /* Orientation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Orientation.h; path = iOS/RCTOrientation/Orientation.h; sourceTree = ""; }; 365B865A2228D9505717DC16C6BE2135 /* vp8li_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8li_dec.h; path = src/dec/vp8li_dec.h; sourceTree = ""; }; - 3667912BB0E4063AE7F6A79BEF7EE853 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 3682BC07B13C3913D99CE605DE58217E /* log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = log.cpp; path = yoga/log.cpp; sourceTree = ""; }; 36898F6F3A17E35E4B79457A43BBAC39 /* cached-powers.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "cached-powers.cc"; path = "double-conversion/cached-powers.cc"; sourceTree = ""; }; 369719E5347402B6E47F81536F6481BC /* 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 = ""; }; - 36A62BEFF7EB6CB4D7EAD29A3F708E1C /* UMSensorsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMSensorsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 36C1854B287AFFB26744246A35457328 /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLog.mm; sourceTree = ""; }; + 36EE1BD869508F7D6CA3C09CF529BD5E /* RCTRequired.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTRequired.xcconfig; sourceTree = ""; }; 36F46CF4F26CA396B398D161F08B1C1A /* GDTClock.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTClock.m; path = GoogleDataTransport/GDTLibrary/GDTClock.m; sourceTree = ""; }; - 36FC33777B596CE2E3B8C419C6C37B5B /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; - 3705716BBE7DEB63B20D332F6F24EB4D /* RCTGIFImageDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTGIFImageDecoder.m; sourceTree = ""; }; - 3711D94159E3D7F15972750F9C35469D /* React-Core-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Core-dummy.m"; sourceTree = ""; }; - 3746E701470AD603C00063628AD6BD39 /* RCTDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDeviceInfo.m; sourceTree = ""; }; - 374D14998EABADA514170B2D08C33562 /* RNCommandsHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCommandsHandler.h; path = RNNotifications/RNCommandsHandler.h; sourceTree = ""; }; + 372CD7B6E81CC5133B28E220695828C6 /* RCTDevMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevMenu.h; sourceTree = ""; }; + 37304B7E4F6B5B6599EF8613038927C0 /* RNCAppearance.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearance.m; path = ios/Appearance/RNCAppearance.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; }; - 375FA80AE5E32155B7FDD0548CFC3EFA /* RNFirebaseDatabase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseDatabase.m; sourceTree = ""; }; 376060DDF6A3FC6F6970EDAC13043430 /* double-conversion.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "double-conversion.cc"; path = "double-conversion/double-conversion.cc"; sourceTree = ""; }; - 37677EE64429D5E6813BBD62C03DC730 /* BSG_KSCrashReportStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportStore.h; sourceTree = ""; }; - 3772EDFAB6079CDD709B999FAE9504A7 /* RNFetchBlobFS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobFS.m; path = ios/RNFetchBlobFS.m; sourceTree = ""; }; + 37642C07E13F5B2E1648F47694282C66 /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; sourceTree = ""; }; + 376740740C6013934C2D2C4C3466D613 /* RNBackgroundTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBackgroundTimer.h; path = ios/RNBackgroundTimer.h; sourceTree = ""; }; 377387794ABFFE9598A387768FA7E216 /* GDTEventDataObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTEventDataObject.h; path = GoogleDataTransport/GDTLibrary/Public/GDTEventDataObject.h; sourceTree = ""; }; - 37A404E425EF178A90BA382DF69B19D5 /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = instrumentation.h; sourceTree = ""; }; + 379D3DEFB22E6524C2E0CF68669F9AD3 /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; + 37D496E318BACA5E432DF554AC4F4F1C /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurface.mm; sourceTree = ""; }; 37E8DA90D50373FC7B795EC5347DAD49 /* SDWebImageIndicator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageIndicator.m; path = SDWebImage/Core/SDWebImageIndicator.m; sourceTree = ""; }; - 37F34983C5F8CA9DF6901B6AAFB41865 /* RCTVibration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVibration.m; sourceTree = ""; }; + 37F5EB92B10EED3E4AC994B2572102E9 /* JsArgumentHelpers-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JsArgumentHelpers-inl.h"; sourceTree = ""; }; 37FD57B12763B96D58691CAE28587F6D /* FIRInstanceIDLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDLogger.m; path = Firebase/InstanceID/FIRInstanceIDLogger.m; sourceTree = ""; }; 3801B81BBEE14EF6AA1665A2C3D44BFF /* SDImageAPNGCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoderInternal.h; path = SDWebImage/Private/SDImageAPNGCoderInternal.h; sourceTree = ""; }; - 3805790FE2629BDDA7E8A74F62461CB1 /* UMPermissionsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMPermissionsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 380FBE2909AF477DCBEEC054550F2614 /* BSG_KSCrashSentry_NSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_NSException.h; sourceTree = ""; }; - 3813B67C685166172881570BC70A8844 /* Utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Utils.cpp; path = yoga/Utils.cpp; sourceTree = ""; }; - 381856C980253139B3428125818491A1 /* RCTBaseTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextShadowView.m; sourceTree = ""; }; - 383F75F79C51D1F463B71D72C88578D9 /* NativeToJsBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = NativeToJsBridge.cpp; sourceTree = ""; }; - 38B613B0CE79C3422B37098392C882EE /* RNEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNEventEmitter.m; path = RNNotifications/RNEventEmitter.m; sourceTree = ""; }; - 38C920A7510DE4805A72506CC2EC80B1 /* EXAppLoaderProvider-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAppLoaderProvider-dummy.m"; sourceTree = ""; }; + 380AF9CF58F3556189A59CFB602EB594 /* UMAccelerometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAccelerometerInterface.h; path = UMSensorsInterface/UMAccelerometerInterface.h; sourceTree = ""; }; + 380FF876A128BFDA42C25CE584D7FB1C /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHTTPRequestHandler.h; path = Libraries/Network/RCTHTTPRequestHandler.h; sourceTree = ""; }; + 38486A106E4914ED160FAB171C781E0F /* RNFirebaseFirestore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestore.h; sourceTree = ""; }; + 3860D2D2BEC6EF1C656DDF8A4E5C9E0F /* UMSensorsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMSensorsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 38A0F0B170E373B091BA36A26397EF43 /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBundleType.h; sourceTree = ""; }; + 38C51962B1270E1C6262D46DE50EAD1F /* android_date.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = android_date.png; path = docs/images/android_date.png; sourceTree = ""; }; 38D3EA066BBED7BCCB24EAF46CC65828 /* GDTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTAssert.h; path = GoogleDataTransport/GDTLibrary/Public/GDTAssert.h; sourceTree = ""; }; 38EBD6804987F7C98DB5866FA7C08B94 /* FIRInstanceIDAuthService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDAuthService.h; path = Firebase/InstanceID/FIRInstanceIDAuthService.h; sourceTree = ""; }; + 38EDBF06AF5D45BA630D94967F3847F9 /* RCTMultilineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputViewManager.m; sourceTree = ""; }; 390B144A1D5533DDC72A1108DB65D532 /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = SDWebImage/Core/SDImageCacheDefine.h; sourceTree = ""; }; - 3920A9A3F269D45CD0AA76EC7115D2DC /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; - 39369053D09171D7BA3F40A564596395 /* BSG_KSBacktrace.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSBacktrace.c; sourceTree = ""; }; + 390C0202691E3123CFA18F8C601FD1EC /* RCTDataRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDataRequestHandler.h; path = Libraries/Network/RCTDataRequestHandler.h; sourceTree = ""; }; + 393BD60FAE9D0165B0FC6535D18FDAE2 /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; 39451443009DFBE5B43DDB789C7F28F1 /* DoubleConversion.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DoubleConversion.xcconfig; sourceTree = ""; }; - 39552618FA6525665B95AF0294BEE26D /* RNRootView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNRootView-dummy.m"; sourceTree = ""; }; - 395B0B7B4343E727775CC6872C7EFE73 /* RNNotificationEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationEventHandler.h; path = RNNotifications/RNNotificationEventHandler.h; sourceTree = ""; }; + 395148D93E2B9C1643362828B6FD61BF /* RNScreens-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNScreens-prefix.pch"; sourceTree = ""; }; 39785B326FEC039620379F33F7710111 /* CLSLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSLogging.h; path = iOS/Crashlytics.framework/Headers/CLSLogging.h; sourceTree = ""; }; - 39914856EF6A29A6C2F0D5B1DE42259C /* RNBackgroundTimer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBackgroundTimer.m; path = ios/RNBackgroundTimer.m; sourceTree = ""; }; - 3997462FFD2458AAF37FF8CD1B3B225A /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Solid.ttf; path = Fonts/FontAwesome5_Solid.ttf; sourceTree = ""; }; - 3A136898A2D9F095BEB68F0A23F575C8 /* RNNotificationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationUtils.m; path = RNNotifications/RNNotificationUtils.m; sourceTree = ""; }; - 3A32946588EA5D283AD7F202679C7337 /* React-RCTSettings.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.xcconfig"; sourceTree = ""; }; - 3A368D02F5F1945BD559480BE293C477 /* React-RCTBlob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTBlob-prefix.pch"; sourceTree = ""; }; - 3A54A0A46C79160C041E5BC8B5148561 /* ModuleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = ModuleRegistry.cpp; sourceTree = ""; }; - 3A635FB4D4337285928E1B8E0256C596 /* EXReactNativeUserNotificationCenterProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXReactNativeUserNotificationCenterProxy.m; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.m; sourceTree = ""; }; - 3A70CAF608A1E6D153DB84FB781F0D98 /* RCTSinglelineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputView.m; sourceTree = ""; }; - 3AC3F08044367E5701821F9AA6CC21B9 /* EXAV-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAV-dummy.m"; sourceTree = ""; }; + 39E347AF42FFF5C537EC1000B5934B92 /* RCTImageEditingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageEditingManager.m; sourceTree = ""; }; + 39EAB7480CFB712BA6CFDDE04FCDD1BD /* EXHapticsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXHapticsModule.h; path = EXHaptics/EXHapticsModule.h; sourceTree = ""; }; + 3A3145839A7C510D17ACA9EB17A508F5 /* RCTWebSocketModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTWebSocketModule.m; path = Libraries/WebSocket/RCTWebSocketModule.m; sourceTree = ""; }; + 3A62903D43B731941CED3C75F9273EEA /* RCTTurboModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTurboModule.mm; sourceTree = ""; }; + 3A6ECB3102FE0376F9921852745FB4F1 /* RNFetchBlobNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobNetwork.m; path = ios/RNFetchBlobNetwork.m; sourceTree = ""; }; 3AEA4A114C08533A2C0F8E039A4C5EB9 /* libRNImageCropPicker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNImageCropPicker.a; path = libRNImageCropPicker.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3AF4F25F2C55008268BC35CA2A9EB7EB /* RCTImageEditingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageEditingManager.m; sourceTree = ""; }; - 3B0E798A56580A2D2AE9984C2CD43074 /* RCTCustomKeyboardViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCustomKeyboardViewController.m; sourceTree = ""; }; 3B136D058D3F594D25B893879B7F0C2E /* rescaler_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_msa.c; path = src/dsp/rescaler_msa.c; sourceTree = ""; }; - 3B295C5BFC6986B808EC09C336A1AB44 /* RCTFileRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFileRequestHandler.m; sourceTree = ""; }; - 3B3177B1C24FACB84DF469E7BAF8E7C9 /* UMCameraInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCameraInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 3B1FB226BA06F9BA226F205C214CFB89 /* REAFunctionNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAFunctionNode.h; sourceTree = ""; }; 3B3AB92FCBB720DF9940897E9D1F8CEB /* lossless_enc_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_msa.c; path = src/dsp/lossless_enc_msa.c; sourceTree = ""; }; - 3B3D0AE95BDBF73212D684D408AB5043 /* RCTImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageUtils.m; sourceTree = ""; }; 3B4D048FC2E4AB388AE85B12DB498818 /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = SDWebImage/Core/SDImageGIFCoder.m; sourceTree = ""; }; 3B640835BAA914DD267B5E780D8CFEC7 /* libUMReactNativeAdapter.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMReactNativeAdapter.a; path = libUMReactNativeAdapter.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3B6506265F3367141E31DCF936763ACD /* JSDeltaBundleClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSDeltaBundleClient.cpp; sourceTree = ""; }; 3B65CB9B6DCD893501BDCF1DE7BA926C /* libRNAudio.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNAudio.a; path = libRNAudio.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 3BB374B5F35C46D954E54C5EE065CD55 /* RNFirebaseFirestore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestore.m; sourceTree = ""; }; + 3BC222A08B23C11E1687AE80A1B21B75 /* RCTCxxMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxMethod.h; sourceTree = ""; }; 3BC490D0235B782BE1CAEF0FBE717F7D /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = SDWebImage/Core/SDWebImagePrefetcher.m; sourceTree = ""; }; - 3BFB77D1192D1BF54B08BAEF7E78D928 /* RCTConvert+ART.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+ART.m"; path = "ios/RCTConvert+ART.m"; sourceTree = ""; }; + 3C011B74D978C4A9472C6D8D0F870E4E /* RCTBaseTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextViewManager.h; sourceTree = ""; }; + 3C037FA28FCC9A1C125BE699C7A32E1C /* 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; }; 3C09D1909D155940D521C9CA8F52D15A /* dec_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_neon.c; path = src/dsp/dec_neon.c; sourceTree = ""; }; - 3C871C2A094B2FECE3482ED6E1DBCD71 /* RCTImageShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageShadowView.m; sourceTree = ""; }; - 3C98681341CD087B588A35468223DFE7 /* YGValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGValue.h; path = yoga/YGValue.h; sourceTree = ""; }; - 3C9F8E05A41303B35D5A1FFA1047F9A0 /* EXPermissions.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXPermissions.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 3C13E284E4C0EC867579EA23DE54A2ED /* EXCameraPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCameraPermissionRequester.m; path = EXPermissions/EXCameraPermissionRequester.m; sourceTree = ""; }; + 3C2874550A34A16EB9474246542FFF9F /* BSG_KSCrashDoctor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashDoctor.h; sourceTree = ""; }; + 3C2A0D7A80E2DF72C1980FD853A0D57D /* RNSScreenStack.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenStack.m; path = ios/RNSScreenStack.m; sourceTree = ""; }; 3CA12FAA41B0D8FF1ED405B6A4084AED /* enc_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_neon.c; path = src/dsp/enc_neon.c; sourceTree = ""; }; 3CA7A9404CCDD6BA22C97F8348CE3209 /* libglog.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libglog.a; path = libglog.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3CBDE4657D6A5AF70D5945711059E3DD /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; - 3CD392D0C4BC960917D4C2C53314C3B5 /* RNCWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWebView.m; path = ios/RNCWebView.m; sourceTree = ""; }; - 3CD6EF3208D40BD1B03BA2765441EED3 /* RNCommandsHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCommandsHandler.m; path = RNNotifications/RNCommandsHandler.m; sourceTree = ""; }; + 3CABD945CD052E156459A72B4B6C85BC /* 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; }; + 3CCF1AB9D40F48248767E35F7908C005 /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxNativeModule.h; sourceTree = ""; }; + 3CDC7DCF5B728E13C12296BE1538638A /* RNUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNUserDefaults.m; path = ios/RNUserDefaults.m; sourceTree = ""; }; + 3CDD82ECCCB76B28EA6E09B50C8427EA /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; + 3CECE112CF32DC20DD624BE710AE8BD6 /* MethodCall.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = MethodCall.cpp; sourceTree = ""; }; + 3CF609FC152CCA41BFE8B3569C32876F /* EXAppLoaderProvider.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAppLoaderProvider.xcconfig; sourceTree = ""; }; 3D0FBB00E8E2A118FAE70AF21ABD4769 /* SDInternalMacros.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDInternalMacros.m; path = SDWebImage/Private/SDInternalMacros.m; sourceTree = ""; }; - 3D11E7418623E9EB6986653C4C041914 /* jsilib-posix.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = "jsilib-posix.cpp"; sourceTree = ""; }; - 3D162C3557E14886DF5D130C63966C11 /* react-native-notifications-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-notifications-dummy.m"; sourceTree = ""; }; - 3D324E3D8C10F168C798634233A3E714 /* RNSScreenStackHeaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenStackHeaderConfig.m; path = ios/RNSScreenStackHeaderConfig.m; sourceTree = ""; }; + 3D24786AB087F1A94DC87E1E9CE1CF66 /* RNDateTimePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDateTimePicker.m; path = ios/RNDateTimePicker.m; sourceTree = ""; }; + 3D3376B88476529151AF8A2A8CA08CB8 /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; 3D3D104D06FEDB10294E0B20657A73DB /* raw_logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = raw_logging.cc; path = src/raw_logging.cc; sourceTree = ""; }; - 3D4E1404C1D332BB3FA51EC98F4F1E84 /* BugsnagReactNative.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BugsnagReactNative.xcconfig; sourceTree = ""; }; - 3D60AECC0FFD09038D82BB1E68B2F474 /* RNCAppearance.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearance.m; path = ios/Appearance/RNCAppearance.m; sourceTree = ""; }; - 3D8ECF7DC7D7DE7D2C815B57EBA7BE8C /* ReactNativeART-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactNativeART-prefix.pch"; sourceTree = ""; }; 3D94D37216179280E900EA4C5B1230EA /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Demangle.cpp; path = folly/Demangle.cpp; sourceTree = ""; }; + 3D959E1A3059C3EF37FB4C01C802BDD1 /* REATransitionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionManager.m; sourceTree = ""; }; 3DB682A30EB31ECFEB3C2C7BF6686375 /* FIRInstanceIDTokenStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenStore.h; path = Firebase/InstanceID/FIRInstanceIDTokenStore.h; sourceTree = ""; }; - 3DB97B0F2AA1C96B6D43BB002D7FCE0A /* RNNativeViewHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNNativeViewHandler.m; sourceTree = ""; }; 3DC1F89988A3C8BAEFFD0B0C2A1BE306 /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = SDWebImage/Core/SDWebImageOperation.h; sourceTree = ""; }; 3DCB6BEB26EC6265B782EFD7D3B218A6 /* SDWebImageWebPCoder.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImageWebPCoder.xcconfig; sourceTree = ""; }; - 3DF1D955E99654E72474891EAA6A27A6 /* RCTTextAttributes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextAttributes.m; sourceTree = ""; }; 3E31863B044F19D12447D6ACEFF3517D /* dec_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_mips32.c; path = src/dsp/dec_mips32.c; sourceTree = ""; }; - 3E67050C46585971FBBCBC894D517A84 /* BSG_KSCrashSentry_Signal.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_Signal.c; sourceTree = ""; }; + 3E3345229877684D02F9ADE91F7C69EE /* FBLazyIterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyIterator.h; path = FBLazyVector/FBLazyIterator.h; sourceTree = ""; }; + 3E3F0306A215C7DC8F92F4D392715A6D /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; + 3E45A9D5235F6114C97C3663BD8DECD3 /* RCTComponentEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentEvent.m; sourceTree = ""; }; + 3E7DC079D2AA388B939A89B44FA9D5E5 /* RCTSpringAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSpringAnimation.m; sourceTree = ""; }; 3E9AA3A0EB6EF9F2CAFE19AA503FEFBD /* filters_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_mips_dsp_r2.c; path = src/dsp/filters_mips_dsp_r2.c; sourceTree = ""; }; - 3EB1C6BBBCFC667C647FDECEC591BA2C /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; - 3EBDF0D4DC0E55C1373F1DDF69FDE4F9 /* ARTRadialGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTRadialGradient.m; sourceTree = ""; }; + 3EAFC3A2FF5924A0D5E9D98278692D9C /* JSBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBigString.h; sourceTree = ""; }; + 3ED92F5114EFDA21858420B35AEB5D4A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 3EE738B3A601FC77C73C28D6421C75F9 /* UIApplication+RSKImageCropper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIApplication+RSKImageCropper.m"; path = "RSKImageCropper/UIApplication+RSKImageCropper.m"; sourceTree = ""; }; 3EEAA606F6866DA20E6601B9655B1027 /* libBugsnagReactNative.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libBugsnagReactNative.a; path = libBugsnagReactNative.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3F0410A5C14A0972819B5EC2F90D23E3 /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; - 3F11D64FD1C54C0726523DA779674B67 /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; + 3F018339FAC701606A5962892446917A /* RCTSinglelineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputViewManager.h; sourceTree = ""; }; + 3F456694D159D5F2187E9ECDABA0F80F /* REAOperatorNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAOperatorNode.h; sourceTree = ""; }; 3F56F86561C29CEABD8D97EE5CE37333 /* zh-Hans.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hans.lproj"; path = "QBImagePicker/zh-Hans.lproj"; sourceTree = ""; }; - 3F62265AA8BD2F597DD957CB4B42FAFE /* BSG_KSCrashSentry_NSException.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashSentry_NSException.m; sourceTree = ""; }; - 3F67F1AC6F5CF2DBC46147151813B627 /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; - 3F7241229C438B50D4DCCC6AEFD59D51 /* BSG_KSSysCtl.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSysCtl.c; sourceTree = ""; }; - 3F9253965AF41E2F212F66DCE9B0591D /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; - 3FA8E0CC67E1BA5567A4154B6A83AD53 /* UMBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBridgeModule.h; path = UMReactNativeAdapter/UMBridgeModule.h; sourceTree = ""; }; + 3F8A98A02A26880750CA56A0D2ABCAA5 /* RCTFPSGraph.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFPSGraph.m; sourceTree = ""; }; + 3FA3DA5C7FC03B02651CDD7F281221D6 /* ARTContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTContainer.h; path = ios/ARTContainer.h; sourceTree = ""; }; 3FA94B333E9C2CF8D949D9141535634B /* SDWebImageWebPCoder-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImageWebPCoder-dummy.m"; sourceTree = ""; }; - 3FBAA72966C50526A17418E951C9CEBA /* RCTNetworking.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworking.mm; sourceTree = ""; }; - 3FC26F772864A9B9CAB72B4AA4920881 /* ReactNativeART.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactNativeART.xcconfig; sourceTree = ""; }; - 3FE7303AF02F58DB6BF6D41B4A08548D /* 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; }; - 40178D2B0A8A63A48E68DBEFF053B4B6 /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; - 4017FFD49CA4520E73F3FE89DEA8A4F5 /* UMReactNativeAdapter.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMReactNativeAdapter.xcconfig; sourceTree = ""; }; - 401973BCEACADF073C4E35B793FB91FD /* React-RCTText-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTText-prefix.pch"; sourceTree = ""; }; - 402BAEBC36AF3C9660E30FCA2A64729C /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; - 40490EA85C4333BDBB5F0815E15C37E0 /* RNFirebaseFirestoreCollectionReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestoreCollectionReference.m; sourceTree = ""; }; - 4079355BB2F2437C8076FEFA38B1E6F4 /* RCTImageStoreManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageStoreManager.m; sourceTree = ""; }; - 409404084C453D06E24ECEEE5E16CD11 /* RCTBaseTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputViewManager.m; sourceTree = ""; }; - 40BEED63FAF5488B2ABED0AE9C68C144 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 40BF05914E9030305D89F2DDB61B4961 /* UMSensorsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMSensorsInterface.xcconfig; sourceTree = ""; }; + 400328A760C0D48D7E2F3B0657BCF8DC /* RNImageCropPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNImageCropPicker-dummy.m"; sourceTree = ""; }; + 403E272A86D45A4AA206528A8EA8364C /* BSG_KSObjC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSObjC.c; sourceTree = ""; }; + 4066AD0495E4587EAB33524F430BFEC8 /* REAAlwaysNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAAlwaysNode.h; sourceTree = ""; }; + 406D67197ACC3389AE7B6AA83BB4C364 /* EXLocationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXLocationRequester.m; path = EXPermissions/EXLocationRequester.m; sourceTree = ""; }; + 407FFC61321238C492361FF017B0FB88 /* RNFirebase.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFirebase.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 40C8283611FAE7801D09ECAC1AD49CB6 /* FIRInstanceIDVersionUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDVersionUtilities.m; path = Firebase/InstanceID/FIRInstanceIDVersionUtilities.m; sourceTree = ""; }; - 40CED93B20D9FFF39C80A720C8A38A57 /* RCTProgressViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProgressViewManager.h; sourceTree = ""; }; - 41145DB6B12EC01D187F813FAEB19857 /* JSIndexedRAMBundle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSIndexedRAMBundle.cpp; sourceTree = ""; }; - 415888839FC90D55328208C78454E68A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 4174C3DA62C6EDE81EC9F9D21A6F2728 /* JSExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSExecutor.cpp; sourceTree = ""; }; - 41BAD92EEFCD985EE3CC050DF1285A2A /* ARTNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTNode.m; path = ios/ARTNode.m; sourceTree = ""; }; - 41EFB624DDACF745DCD4B1F2D9425193 /* NSDataBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NSDataBigString.h; sourceTree = ""; }; + 4129A3ABCECE0D423B0117736193078F /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; + 418284EA505FDD678CBD5AA73779F981 /* BugsnagCrashSentry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashSentry.m; sourceTree = ""; }; + 418639F33E8200895BD854B7262C20D6 /* RNDateTimePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDateTimePickerManager.m; path = ios/RNDateTimePickerManager.m; sourceTree = ""; }; + 419D799E410EAB26D8F84F4FEDDFDD9C /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; + 41B4408EB96EBB344D77C34F1B393459 /* BugsnagSink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSink.h; sourceTree = ""; }; + 41E53384E5C027561E1AD8D5125E873A /* RCTConvert+UIBackgroundFetchResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+UIBackgroundFetchResult.m"; sourceTree = ""; }; + 41EF504E5AF91A09E4FDF893E11E2F13 /* ARTShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTShape.h; path = ios/ARTShape.h; sourceTree = ""; }; 41F7F4505B4AEFD5242486F072B4A45A /* FIRInstanceIDKeyPair.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeyPair.h; path = Firebase/InstanceID/FIRInstanceIDKeyPair.h; sourceTree = ""; }; - 42114893F8A24894E5D2EA2961CD4ACA /* BugsnagBreadcrumb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagBreadcrumb.h; sourceTree = ""; }; 421D373229FFEB3FA145AF2A6A8B4145 /* GULNetworkMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkMessageCode.h; path = GoogleUtilities/Network/Private/GULNetworkMessageCode.h; sourceTree = ""; }; - 421FFB16EAF6AB59C2EFAF20F0428076 /* BugsnagNotifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagNotifier.m; sourceTree = ""; }; - 423FA01DAEC6424828A0992FEBD3F2F3 /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; + 4237BC41F5D541AF9FEBC718CD9FBEFF /* BSG_KSMach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMach.h; sourceTree = ""; }; + 423EC0E5AC07AD813B539BE319DF7233 /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; 42521590F6A1A6CCDE6013EDBD43D4B6 /* bignum.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = bignum.cc; path = "double-conversion/bignum.cc"; sourceTree = ""; }; - 426FAEF1C0C7577FDF76C49002CAB1B0 /* RCTNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeModule.h; sourceTree = ""; }; - 42714A57FA6B18B268EB2AEEBC8705DF /* RNAudio-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNAudio-dummy.m"; sourceTree = ""; }; 4272032543868088ACE960F8C33300D5 /* quant.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = quant.h; path = src/dsp/quant.h; sourceTree = ""; }; - 42AC7169A5DDA2C524AF202DC77E1B59 /* BugsnagReactNative.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = BugsnagReactNative.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 42E31C73FBF877FD4A0874E1BFEB63C6 /* EXAV-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAV-prefix.pch"; sourceTree = ""; }; + 427A0326EE1F999EEED7E345245B4021 /* YGValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGValue.h; path = yoga/YGValue.h; sourceTree = ""; }; + 427D9EFB7F26B07022FBAE227F7BA288 /* BugsnagSessionFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionFileStore.h; sourceTree = ""; }; + 42DAF20F1D0A7DD8B8D3D5C4FF4C87E9 /* RCTFrameAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameAnimation.h; sourceTree = ""; }; + 42F99D391DF5024188D04184A1AC96A0 /* RCTInputAccessoryViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewManager.h; sourceTree = ""; }; + 43019EAB6AD8419663A1A6B62C4815FB /* RNUserDefaults.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNUserDefaults.xcconfig; sourceTree = ""; }; + 4301F7D11738928F4F343B54F1140C41 /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; + 435697BD18948A8D26AFFCA1519C9162 /* RNNotificationCenterListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenterListener.h; path = RNNotifications/RNNotificationCenterListener.h; sourceTree = ""; }; + 435822B969FE08A51E67E832A6955827 /* ReactNativeART-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactNativeART-dummy.m"; sourceTree = ""; }; 4359E71E53C53B1E541D3AA5CC168B90 /* tree_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tree_enc.c; path = src/enc/tree_enc.c; sourceTree = ""; }; - 43B81BFD13C51E703ADF3467AF47BF75 /* RCTTextTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextTransform.h; path = Libraries/Text/RCTTextTransform.h; sourceTree = ""; }; - 43C78A7B765EEBC4F79BFCC653786878 /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; + 43AC622D70F16FED751B15C7E1132875 /* RNFirebaseDatabaseReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseDatabaseReference.m; sourceTree = ""; }; 43D8E7D28F6BE4DA3729D415F22B3D9E /* GULLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerLevel.h; path = GoogleUtilities/Logger/Public/GULLoggerLevel.h; sourceTree = ""; }; - 43E400FA303B245EEC239368D0F13B7C /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; 43E58FFC4E5E4E52B5906224506D529A /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = SDWebImage/Core/SDImageCoderHelper.h; sourceTree = ""; }; - 43FE55F1B0D9165A56E7FC49111C772D /* REAOperatorNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAOperatorNode.h; sourceTree = ""; }; - 4408C73A08D181A0A3FF59EA13703695 /* RNFetchBlob.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFetchBlob.m; sourceTree = ""; }; - 440F9327BBBB2ACFF6B3F2B310F7F738 /* EXFileSystem.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXFileSystem.xcconfig; sourceTree = ""; }; - 442C6BF9F30352725CF6D5AA0170FC26 /* KeyCommands.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KeyCommands.xcconfig; sourceTree = ""; }; - 444FD0BF1AB213D078F9B010C660DF17 /* RCTTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = ""; }; + 44345A5B0F688A2B03E86405E05735BE /* RNFirebaseAdMob.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMob.h; sourceTree = ""; }; + 4436476E1F4860CD8B84D3DB645B79E2 /* RCTBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridge.m; sourceTree = ""; }; 4451BC0E9BF66D37E3D3B77242CFA4C7 /* NSButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSButton+WebCache.m"; path = "SDWebImage/Core/NSButton+WebCache.m"; sourceTree = ""; }; - 44647028373AF2AC1D2203A046C079A5 /* EXPermissions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPermissions.h; path = EXPermissions/EXPermissions.h; sourceTree = ""; }; - 44817FB7E2ABCC265E65CFA2B05C7237 /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceRootView.mm; sourceTree = ""; }; - 4483007FD4288BC7AD810D7D6C04FFA7 /* MaterialIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialIcons.ttf; path = Fonts/MaterialIcons.ttf; sourceTree = ""; }; 448A30501796A418DC547CE32C7F3317 /* FirebaseCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCore.h; path = Firebase/Core/Public/FirebaseCore.h; sourceTree = ""; }; - 448A5165EE319879F03FA0B9F9829517 /* UMTaskManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskManagerInterface.h; path = UMTaskManagerInterface/UMTaskManagerInterface.h; sourceTree = ""; }; 448AE9F290055CE55E607829C8C0DB27 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = Firebase/Core/Private/FIRDependency.h; sourceTree = ""; }; 4493626E5D7EBE75F85C62707A33036F /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Demangle.cpp; path = folly/detail/Demangle.cpp; sourceTree = ""; }; - 449428C979474F349FBCA71A58A212E4 /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; sourceTree = ""; }; 44A01F006BD1D0ADFF86D8F79C363A7F /* FIRInstanceIDBackupExcludedPlist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDBackupExcludedPlist.m; path = Firebase/InstanceID/FIRInstanceIDBackupExcludedPlist.m; sourceTree = ""; }; - 45051CFF111C12067E5274086D1AD8C4 /* CoreModulesPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CoreModulesPlugins.h; path = React/CoreModules/CoreModulesPlugins.h; sourceTree = ""; }; - 4514539C2C0C362A6F990F26F90E28E1 /* RCTVideo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideo.m; path = ios/Video/RCTVideo.m; sourceTree = ""; }; - 451748833D01D28A51396492ABBE2394 /* REABezierNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REABezierNode.h; sourceTree = ""; }; - 4527CA9D0BE34892B889E0EB539D1E04 /* react-native-keyboard-tracking-view.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-keyboard-tracking-view.xcconfig"; sourceTree = ""; }; - 45373185955BA213D5F2900EB9902441 /* UMReactFontManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactFontManager.m; sourceTree = ""; }; - 4595505ACB57B745C450588D2EBEE357 /* UMDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDefines.h; path = UMCore/UMDefines.h; sourceTree = ""; }; - 45A90A1095F0EAA8DA0CE39F826759EE /* RCTMessageThread.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMessageThread.mm; sourceTree = ""; }; - 45C765F1C990C5B20916DEB3EAF2E8E9 /* React-cxxreact.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.xcconfig"; sourceTree = ""; }; + 4500A1D254D7968136D42F37F9A9BD8F /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; + 4500A4A083862DD95D85BEA38DFFB070 /* RCTGIFImageDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTGIFImageDecoder.m; sourceTree = ""; }; + 453F7492E2D2204EC23AF59450B69FC2 /* EXPermissions.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXPermissions.xcconfig; sourceTree = ""; }; + 457CA31A811AFE9EDB5A17C65D33405E /* ARTShape.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTShape.m; path = ios/ARTShape.m; sourceTree = ""; }; + 4597451210293FF3F150985EE2B9CA27 /* React-RCTLinking.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.xcconfig"; sourceTree = ""; }; + 45A71F5AE5B0184DDFAC21EA530488D9 /* BugsnagSessionTrackingPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingPayload.h; sourceTree = ""; }; 45E9D3BC635E9660003BAFD58CBB5F3C /* GDTCCTPrioritizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTPrioritizer.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTPrioritizer.m; sourceTree = ""; }; - 45EFD1F68CE757CFF269AEA583107427 /* RCTDecayAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDecayAnimation.m; sourceTree = ""; }; - 45FDF409E1E2AB3479F8DE9D84CD9CD1 /* UMModuleRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistry.m; sourceTree = ""; }; - 46458FC5BA171238711C4452D9FFE1BC /* RNVectorIcons-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNVectorIcons-dummy.m"; sourceTree = ""; }; - 464ABCA0B3B2C3388680CD5C5E480E3A /* React-jsinspector.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.xcconfig"; sourceTree = ""; }; + 45F4C8BB333BC999BCF9AE58DFE46430 /* RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotifications.m; path = RNNotifications/RNNotifications.m; sourceTree = ""; }; + 45F4D6C019925600123A35637DD8C49A /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; + 46325BEDE4700FFE47DD396EE228FEFC /* BugsnagSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSession.h; sourceTree = ""; }; + 46427C58F4867334B3FF1D516B075300 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 46569F23AAE5395C809499C108918970 /* FABAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FABAttributes.h; path = iOS/Fabric.framework/Headers/FABAttributes.h; sourceTree = ""; }; 46610F5B03BF1D264385A4E958941598 /* CGGeometry+RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CGGeometry+RSKImageCropper.h"; path = "RSKImageCropper/CGGeometry+RSKImageCropper.h"; sourceTree = ""; }; - 4675DC5321EAB64DDE25C9B0E3423B43 /* BugsnagCrashSentry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashSentry.m; sourceTree = ""; }; - 4687F4AD27605F70F42D7F708F1D4379 /* RCTSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSliderManager.m; sourceTree = ""; }; - 46AFE37F6388C286B8391C9A0E468EA8 /* RCTCxxModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxModule.mm; sourceTree = ""; }; + 46723F72F82E2478C6CEAF33A238B7F9 /* RNGestureHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandler.m; path = ios/RNGestureHandler.m; sourceTree = ""; }; + 46951E92369DEFAA98273D33355B2F17 /* RNNotificationParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationParser.h; path = RNNotifications/RNNotificationParser.h; sourceTree = ""; }; 46C3C37ACEF7F9892744A0898DD26D90 /* dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec.c; path = src/dsp/dec.c; sourceTree = ""; }; - 46E7C6CE6CFACCFE8DEE602C55D05D96 /* react-native-slider-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-slider-dummy.m"; sourceTree = ""; }; - 47031CDDF031ACBD8398A58FFE1F5C17 /* RNFastImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFastImage.xcconfig; sourceTree = ""; }; - 470C412F2DCBECEB360A5CBFE76EE6FE /* RCTUITextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextField.m; sourceTree = ""; }; + 46E3147E0919866DB43B911A25AD2250 /* RCTBackedTextInputDelegateAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegateAdapter.h; sourceTree = ""; }; + 46F785FC6BE4C93C4428F3E878972C93 /* RCTSRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTSRWebSocket.m; path = Libraries/WebSocket/RCTSRWebSocket.m; sourceTree = ""; }; + 4728BB5D04C3FFB9A42F1273943CB58B /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; 472A2C7686DB7556D578DB79D152CB46 /* Folly.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Folly.xcconfig; sourceTree = ""; }; - 473280B4E2891647463057BAEF574807 /* UMViewManagerAdapterClassesRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapterClassesRegistry.h; sourceTree = ""; }; - 474448FEF0F945EE3EE8C4EDBCAC90BC /* RNDateTimePicker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDateTimePicker.xcconfig; sourceTree = ""; }; 474DB7FF9202FF612DB0ECE50AD77E65 /* GoogleUtilities.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.xcconfig; sourceTree = ""; }; - 477A5D0B7C294048C9688BF7F1498FCA /* BSG_KSSystemInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfo.h; sourceTree = ""; }; - 477C84944CA93ECD923D49B6D5DE0612 /* RCTBackedTextInputDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegate.h; sourceTree = ""; }; - 4782FAF03CF4CE401670DF000CE88D06 /* RCTAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimatedImage.h; path = Libraries/Image/RCTAnimatedImage.h; sourceTree = ""; }; + 47699BB5067B1F7390913E46DC03E16A /* BugsnagApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagApiClient.h; sourceTree = ""; }; + 47BA8CCAFD3F2E3485A5F84C8440038C /* RCTTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextView.h; sourceTree = ""; }; 47C44D06FD9B95D8A96A2C5C12FAE325 /* SDAnimatedImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SDAnimatedImageView+WebCache.h"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.h"; sourceTree = ""; }; - 4814F7E3589300FD164E00A565756AD6 /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; + 47F861B6A64944DDAF67F7DEA408596E /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; + 480C7F0AD63AE53BAADBB244FB3BA2C8 /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFPSGraph.h; sourceTree = ""; }; + 480ECE3B3E45A40F01A07B570800FB99 /* ARTGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTGroup.m; path = ios/ARTGroup.m; sourceTree = ""; }; 482ACC798103958CB652E9953D9FFBD8 /* SDImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCodersManager.h; path = SDWebImage/Core/SDImageCodersManager.h; sourceTree = ""; }; - 48319D4EFA7B379179DFB57BB2214E81 /* BSG_KSCrashReportFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilter.h; sourceTree = ""; }; - 4835F854BEA7430B1001BABA909F51A0 /* RCTDatePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePickerManager.m; sourceTree = ""; }; 48425DA2F01D82A20786D5E55E264A29 /* libreact-native-orientation-locker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-orientation-locker.a"; path = "libreact-native-orientation-locker.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 4857EC81269FB33AC46064C20355AFD2 /* RCTBlobCollector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBlobCollector.h; sourceTree = ""; }; + 4867C14F1305503BEB14D6B7C938B601 /* UMDeviceMotionInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDeviceMotionInterface.h; path = UMSensorsInterface/UMDeviceMotionInterface.h; sourceTree = ""; }; 4869B54B0EE37591D6C195EFA088A309 /* GULNSData+zlib.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GULNSData+zlib.m"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.m"; sourceTree = ""; }; + 4870E7734548ECD64DE92DAAD30CE706 /* BugsnagNotifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagNotifier.m; sourceTree = ""; }; 48967D0EAAD400B6C1756763B482F85D /* lossless_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_sse2.c; path = src/dsp/lossless_sse2.c; sourceTree = ""; }; - 48B7736E3C557317C8AB51D9B3EB69D3 /* RNFirebaseFirestore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestore.m; sourceTree = ""; }; - 493C3D7C67521CA19A82E045A4232B9E /* RCTBaseTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextViewManager.m; sourceTree = ""; }; - 49530A68CBFCAFB1CEFCDAA9F42B50D8 /* RCTInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryView.h; sourceTree = ""; }; - 495AD1AD21804241299E8C8C7E32C056 /* Octicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Octicons.ttf; path = Fonts/Octicons.ttf; sourceTree = ""; }; - 49609DA301B6E3967D8CCA98AF2EF435 /* RCTPackagerClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerClient.h; sourceTree = ""; }; + 48BB53467931F09C58A6A7BD3429D962 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 491FB4E74B79D727112B877F4D59FBE0 /* EXRemindersRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXRemindersRequester.h; path = EXPermissions/EXRemindersRequester.h; sourceTree = ""; }; + 493EA638726D0F8353E1E28746BD80AC /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 49754C174E317E6EE3EA06B03BE8AA76 /* FIRAnalyticsConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsConfiguration.h; path = Firebase/Core/Private/FIRAnalyticsConfiguration.h; sourceTree = ""; }; - 4975D25D641388661ED009D8D308059D /* RCTObjcExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjcExecutor.h; sourceTree = ""; }; 49858E47CF76E28E2821D59D190AFE8F /* demangle.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = demangle.cc; path = src/demangle.cc; sourceTree = ""; }; 49A51F5FBBCFD3F02638D5838DF22338 /* Pods-ShareRocketChatRN.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ShareRocketChatRN.debug.xcconfig"; sourceTree = ""; }; - 49BEE40C24683E301CB66E6A4DACF492 /* RNGestureHandlerEvents.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerEvents.m; path = ios/RNGestureHandlerEvents.m; sourceTree = ""; }; - 49D0414802185B4FE7CDBBF860A00BB4 /* RCTAnimationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationUtils.h; path = Libraries/NativeAnimation/RCTAnimationUtils.h; sourceTree = ""; }; - 4A0F37EA39308EE6D96BC5808D6BB2C6 /* EXFilePermissionModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFilePermissionModule.m; path = EXFileSystem/EXFilePermissionModule.m; sourceTree = ""; }; - 4A1AF04F5E4E9C6FE295E0CEE224AB63 /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; + 49AEAC131E034AC6D186EA0F9A9289D7 /* 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; }; + 49B6FE6596551A00C765B7D0BC0D7141 /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcher.h; sourceTree = ""; }; + 49D5DFC894A9B35AFB0DF8584850B0F4 /* RCTProgressViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProgressViewManager.m; sourceTree = ""; }; + 49EC730E4EA439A3C734DC0E0641E81B /* RCTWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWeakProxy.h; sourceTree = ""; }; + 49F9335C1D76C66F5C669F453743077E /* RNFetchBlobReqBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobReqBuilder.m; path = ios/RNFetchBlobReqBuilder.m; sourceTree = ""; }; + 4A1DA4297FDF332822FDEA6075FD06F0 /* EXSystemBrightnessRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXSystemBrightnessRequester.m; path = EXPermissions/EXSystemBrightnessRequester.m; sourceTree = ""; }; 4A2BF3DAD8D39FCFB0486E81C37088B5 /* FIRComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponent.m; path = Firebase/Core/FIRComponent.m; sourceTree = ""; }; 4A83591A75AC4846C710B4A008E65FDE /* SDDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDiskCache.h; path = SDWebImage/Core/SDDiskCache.h; sourceTree = ""; }; 4A85708678FBE7B05C15BC5627A0E5F2 /* FIRInstanceID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceID.m; path = Firebase/InstanceID/FIRInstanceID.m; sourceTree = ""; }; - 4A983CF8AC17E84D64C0436AA6007DF2 /* KeyCommands-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KeyCommands-prefix.pch"; sourceTree = ""; }; - 4A9B4024E4482F42172F4B0A22E38664 /* EXFileSystemLocalFileHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemLocalFileHandler.m; path = EXFileSystem/EXFileSystemLocalFileHandler.m; sourceTree = ""; }; 4AA0B838047A5141E696FF3949C4D024 /* 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 = ""; }; - 4AB262E6172FDB370844D045066A5FA6 /* RCTTurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModule.h; sourceTree = ""; }; - 4ABED4B6A40DC160B75C622BC6970884 /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; - 4AC4157AF12D76A5931613FD14A2FEDB /* REATransformNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransformNode.h; sourceTree = ""; }; - 4AC60DEE78FC30648336F862D99C49E2 /* BSG_KSSystemInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSSystemInfo.m; sourceTree = ""; }; - 4ACEFB59661EDD54D2A3AA25B6BF3785 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 4AD67A70327FDCCC913898360E063F69 /* React-jsi.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.xcconfig"; sourceTree = ""; }; - 4B068F2251EF317197654560800E894C /* EXAppLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXAppLoaderInterface.h; sourceTree = ""; }; - 4B120458315902FA759D8D59CB2C5B22 /* RCTBaseTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextShadowView.h; sourceTree = ""; }; - 4B16019424CA3E2E0EF220234A1473AF /* RCTConvert+ART.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+ART.h"; path = "ios/RCTConvert+ART.h"; sourceTree = ""; }; + 4AA371945E10D0E2C48BA6F24CD6FB81 /* RCTInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorPackagerConnection.h; sourceTree = ""; }; 4B4FF18BE38D2B2AD9966B86C10BA36A /* RSKInternalUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKInternalUtility.h; path = RSKImageCropper/RSKInternalUtility.h; sourceTree = ""; }; - 4B52E9D746EF0D3DD9A49A8CBE6E7828 /* RCTNativeAnimatedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedModule.h; path = Libraries/NativeAnimation/RCTNativeAnimatedModule.h; sourceTree = ""; }; - 4B8DE89B4C8E0A59F30BD89DC6F21CD9 /* REATransitionAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionAnimation.h; sourceTree = ""; }; - 4BC05BB567B45A8F71209832313EB119 /* BugsnagCollections.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCollections.h; sourceTree = ""; }; + 4B5FC6781DCA7FEFE880BAA87EEE7DC7 /* UMNativeModulesProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMNativeModulesProxy.m; sourceTree = ""; }; + 4B6238F0A680653B583FB82070413253 /* EXAudioSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioSessionManager.h; path = EXAV/EXAudioSessionManager.h; sourceTree = ""; }; + 4B7CE9D39C661A08D664F355FFDFF70D /* RCTInspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspector.h; sourceTree = ""; }; + 4B7E9EA302BE28A69F86FFCEDB3665BA /* React-RCTVibration.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.xcconfig"; sourceTree = ""; }; + 4B9B972F02A83FB9C39C6328995BB239 /* UMReactFontManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactFontManager.m; sourceTree = ""; }; + 4BCDAFB5FEE55DC2B178EE4192F32D84 /* RNCSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSliderManager.m; path = ios/RNCSliderManager.m; sourceTree = ""; }; + 4BE1489ECD3F28A0FA98832F85938038 /* RNNotificationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationUtils.h; path = RNNotifications/RNNotificationUtils.h; sourceTree = ""; }; 4BEF4ABF6E8169D3727CEA15BABCE486 /* GULOriginalIMPConvenienceMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULOriginalIMPConvenienceMacros.h; path = GoogleUtilities/MethodSwizzler/Private/GULOriginalIMPConvenienceMacros.h; sourceTree = ""; }; + 4C28909205E9005866448D232BCBE845 /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; + 4C34E22CBC8BF8BAEB70003F3D8E0144 /* EXConstants.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXConstants.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 4C50F2C8914541CEC01075A9E56C4CDF /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; 4C61DBDDB08AA75D46C6474F4BA5A806 /* QBImagePickerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBImagePickerController.h; path = QBImagePicker/QBImagePickerController.h; sourceTree = ""; }; - 4C8F43A8B2A5C4AEBFF388B1C1FD7074 /* 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; }; - 4CC27B843B8222C75BDC8FB535C8E008 /* RCTSubtractionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSubtractionAnimatedNode.m; sourceTree = ""; }; - 4D1C8AEFF05FA25403176458FDF83847 /* RCTTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextView.m; sourceTree = ""; }; - 4D5667383EEAC7C0FBC98210A1743F3B /* RNCAppearanceProviderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearanceProviderManager.m; path = ios/Appearance/RNCAppearanceProviderManager.m; sourceTree = ""; }; - 4D67CCFDBD0A8587AF20CBFC44540F94 /* BSG_KSBacktrace_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace_Private.h; sourceTree = ""; }; - 4DA1A8CE0E5F92EC09329DAFFB686E7D /* EXConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstants.m; path = EXConstants/EXConstants.m; sourceTree = ""; }; - 4DA8B3C5660C6300CF4DBBF9B59882A6 /* 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; }; - 4DB7B6C14365385426771BAD32DDDBBA /* RNCCameraRollManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCCameraRollManager.m; path = ios/RNCCameraRollManager.m; sourceTree = ""; }; - 4DCDF3A402BAF65DD8D8E38015B8FAAF /* react-native-cameraroll.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-cameraroll.xcconfig"; sourceTree = ""; }; + 4C6708324349481C17FCF7D84DBAF332 /* RNVectorIcons-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNVectorIcons-dummy.m"; sourceTree = ""; }; + 4C787B335162878C2754311DD6E758AD /* RNFirebaseFirestoreDocumentReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestoreDocumentReference.m; sourceTree = ""; }; + 4C9D0AA29655A39260855C8989F89809 /* UIImage+Resize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Resize.m"; path = "ios/src/UIImage+Resize.m"; sourceTree = ""; }; + 4C9DD7C2D4AB0CAE472BC188A83DAC48 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 4C9E1496205A50668CC0527D4CAFD746 /* EXVideoPlayerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoPlayerViewController.m; sourceTree = ""; }; + 4CAF385925DDFD79AA69EFCDABBA7549 /* react-native-video-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-video-dummy.m"; sourceTree = ""; }; + 4CE495528822F77E170F16247C4510F8 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 4D0387CE37C2C57BCA2DB2849ABCB040 /* FBLazyVector.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBLazyVector.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 4D1C35782AE03C4504D6FCEACC0558C3 /* React-CoreModules.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-CoreModules.xcconfig"; sourceTree = ""; }; + 4D25CD23E1F0FB2D49A3DA8FFFE4C53A /* REAJSCallNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAJSCallNode.m; sourceTree = ""; }; + 4D2D0867EC302EB0AE4D699C5E2DDF83 /* RNEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNEventEmitter.m; path = RNNotifications/RNEventEmitter.m; sourceTree = ""; }; + 4D715A8548772EB114AB26449BDA4C71 /* EXHapticsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXHapticsModule.m; path = EXHaptics/EXHapticsModule.m; sourceTree = ""; }; + 4DCE2B26B2E11744D58ED782C6DDA140 /* ARTNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTNode.h; path = ios/ARTNode.h; sourceTree = ""; }; + 4DCF1F59702E6C9EDFE4E565FF905658 /* REAJSCallNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAJSCallNode.h; sourceTree = ""; }; 4DD67ABB10429A476CC3CC6A3FFDE56A /* vlog_is_on.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = vlog_is_on.cc; path = src/vlog_is_on.cc; sourceTree = ""; }; 4E155CC65CC191C04D68A04AADD4EF5A /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = src/utils/utils.h; sourceTree = ""; }; 4E30DF42DD6363F4750ACB671F106D0B /* logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = logging.h; path = src/glog/logging.h; sourceTree = ""; }; - 4E4261E9DA1E9B9EB1D83DAA337845CC /* BugsnagSessionTrackingPayload.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingPayload.m; sourceTree = ""; }; - 4E50C73349AC0625D2B22337DAFB4196 /* RCTSinglelineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputViewManager.m; sourceTree = ""; }; - 4E5D8886EC2AEF3B4428AF073B0E19EF /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; - 4EA99B2E10162FD11E167103AD76752C /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; + 4E3A3B9DF221F3B63712882E3C242C0F /* RNSScreenStack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenStack.h; path = ios/RNSScreenStack.h; sourceTree = ""; }; + 4E78E2ABBAF3FAB4493B95B39B5D762E /* RCTPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPickerManager.m; sourceTree = ""; }; + 4E7FFB4BF0DB914DD29C0A97EC7E0F62 /* RNLocalize.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNLocalize.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 4E8B8759B4E705EE15876E2B6FEEF702 /* rn-extensions-share.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-extensions-share.xcconfig"; sourceTree = ""; }; 4EAF7225D8D498E7D232AE1520E6CBD3 /* libRNFirebase.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNFirebase.a; path = libRNFirebase.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 4EF5694B8E66F0D0E0DC6F798081974D /* UMReactNativeEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeEventEmitter.h; sourceTree = ""; }; + 4EFBA9CC63A90E063363AB82E0449F35 /* RCTImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageUtils.h; path = Libraries/Image/RCTImageUtils.h; sourceTree = ""; }; + 4F02F30AE0FA1346A7D46CD15EA8D6B4 /* RNRootView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNRootView-dummy.m"; sourceTree = ""; }; 4F315153651D6B1F113F407C010B3623 /* SDWebImageCacheKeyFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheKeyFilter.m; path = SDWebImage/Core/SDWebImageCacheKeyFilter.m; sourceTree = ""; }; - 4F447397074DCECC8E98E4DD96374907 /* 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; }; - 4F4EF3DD9969C1ED8121616584467072 /* RCTUIImageViewAnimated.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIImageViewAnimated.m; sourceTree = ""; }; 4F63A055CD72438EAB3EF61B0C5D6FA2 /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = SDWebImage/Core/SDImageCacheConfig.m; sourceTree = ""; }; - 4F7B20942FDA996EE4CDC0EFED918B26 /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; - 4F862EA1AA055373123163311F43DCFD /* EXHapticsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXHapticsModule.h; path = EXHaptics/EXHapticsModule.h; sourceTree = ""; }; 4F91ECBE594003E7FF24A57760F8A5A1 /* Unicode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Unicode.cpp; path = folly/Unicode.cpp; sourceTree = ""; }; - 4F9B8D49D7836C792AD1829FBCABE7C7 /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleMethod.mm; 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; }; 500000D98A3ADEAC94F4698268444755 /* GDTDataFuture.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTDataFuture.m; path = GoogleDataTransport/GDTLibrary/GDTDataFuture.m; sourceTree = ""; }; 50019449BB19973BEB439EE8F9847908 /* yuv_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_sse41.c; path = src/dsp/yuv_sse41.c; sourceTree = ""; }; - 5021DDD5538BE871B992D0E5843333D7 /* KeyCommands.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = KeyCommands.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 5035E94EF5F622A429E66E8AEB4219D3 /* UMTaskLaunchReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskLaunchReason.h; path = UMTaskManagerInterface/UMTaskLaunchReason.h; sourceTree = ""; }; - 50436AB6D02FBDE3A55FB16372626C24 /* UMModuleRegistryDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryDelegate.h; sourceTree = ""; }; + 500AB3A9389C8A6C18587908B65AAC29 /* RCTSurfacePresenterStub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfacePresenterStub.h; sourceTree = ""; }; + 502DE54EBFE56A7C91369E29E2ABC6D6 /* Yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Yoga-dummy.m"; sourceTree = ""; }; + 50324BA0EDD2852E72410FC176A3127B /* RCTBlobManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTBlobManager.h; path = Libraries/Blob/RCTBlobManager.h; sourceTree = ""; }; + 5037A03F7AACAFC28C25963D18ABB544 /* REACondNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REACondNode.m; sourceTree = ""; }; 50462777897BD20652226C61A701666C /* lossless_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_msa.c; path = src/dsp/lossless_msa.c; sourceTree = ""; }; - 50585DBB5F13DC4B200D7493C8DF1FBD /* RNNotificationCenter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenter.m; path = RNNotifications/RNNotificationCenter.m; sourceTree = ""; }; - 509E9A684A56FB74956F3A0E0F5E8F4E /* EXConstants.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXConstants.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 50B424FCDE1357C73BE0A177F2AEA2BC /* EXFileSystemAssetLibraryHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemAssetLibraryHandler.m; path = EXFileSystem/EXFileSystemAssetLibraryHandler.m; sourceTree = ""; }; + 504C8029A386A869C15C5C6E07AE8062 /* Compression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Compression.h; path = ios/src/Compression.h; sourceTree = ""; }; + 507A6E05BA64084E474DAB183EE84EE9 /* UMEventEmitterService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitterService.h; sourceTree = ""; }; + 507A9CD62E7E0ED77FD87123F8BC1D17 /* react-native-webview-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-webview-dummy.m"; sourceTree = ""; }; + 50B18DBD81F97A760F9FBCEDF9608700 /* React-RCTNetwork-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTNetwork-prefix.pch"; sourceTree = ""; }; 50B5347C9A6E93B7D4CFC3673BA6FB7E /* libRNScreens.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNScreens.a; path = libRNScreens.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 50B5514B41C308E96ACAB695CA5695F6 /* react-native-video.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-video.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 50CF51CD8F739AF49732B92F8AF4177C /* RCTWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWeakProxy.m; sourceTree = ""; }; - 5124A71B9959609807270C74C521EBDC /* REAStyleNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAStyleNode.m; sourceTree = ""; }; + 50C0F62EE531A8425769369411EDB22C /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 50CF0BF505D9FAF21801BDD717E4A0BE /* JSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSExecutor.h; sourceTree = ""; }; + 516CBD5A5ECA00B091372B59B4719AC3 /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; 5172B1F1216A09DBE64EACF66766FDA2 /* UIImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/Core/UIImageView+WebCache.h"; sourceTree = ""; }; - 518A70B15B766E822D84528A62412F51 /* RNSScreenStack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenStack.h; path = ios/RNSScreenStack.h; sourceTree = ""; }; + 51AB0C0E0F4C4A44C6A4DD6AE553DB32 /* RNCommandsHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCommandsHandler.h; path = RNNotifications/RNCommandsHandler.h; sourceTree = ""; }; + 51B2C8E893A252AC4FBBA74FA44502D5 /* RNFirebaseFunctions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFunctions.h; sourceTree = ""; }; 51B50F20C76CF72E2BEF8D4764235306 /* libReactNativeART.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libReactNativeART.a; path = libReactNativeART.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 51B9F8ACCD896C009E3495C16685D24E /* RCTTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextShadowView.m; sourceTree = ""; }; - 51BBA580FC43CB1363EEEB18ED6392C1 /* BugsnagCollections.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCollections.m; sourceTree = ""; }; - 51D375A942054AF499969DE6832D5620 /* REAConcatNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAConcatNode.m; sourceTree = ""; }; 51E14E8D70831052A1B75375D21618B9 /* animi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = animi.h; path = src/mux/animi.h; sourceTree = ""; }; - 5209737C33E43597A9E139095CB509B8 /* RNNotificationCenterListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenterListener.h; path = RNNotifications/RNNotificationCenterListener.h; sourceTree = ""; }; - 5210BEE1B83C6FAA39C29DD8643A61F6 /* RCTInputAccessoryShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryShadowView.h; sourceTree = ""; }; - 521DB349BE450C04573E730D5FF9ED1F /* RNFetchBlobRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobRequest.h; path = ios/RNFetchBlobRequest.h; sourceTree = ""; }; - 5230BD3E3A0F8047A7D45E0D1CF56CF8 /* EXAppLoaderProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppLoaderProvider.m; path = EXAppLoaderProvider/EXAppLoaderProvider.m; sourceTree = ""; }; + 51F61CE421A67CEE57570D19C7EE31B7 /* RNAudio.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNAudio.xcconfig; sourceTree = ""; }; + 52120C843AEF2FCCD725F0CDFB6C3957 /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; 5239DF994AF5723B4F01323D4A43049F /* lossless_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc.c; path = src/dsp/lossless_enc.c; sourceTree = ""; }; 527CD81DF520880893DE8021CD41E619 /* Pods-ShareRocketChatRN.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ShareRocketChatRN.release.xcconfig"; sourceTree = ""; }; + 52AFD334AA8214D02FB38BDC3486ADFA /* RNFirebaseStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseStorage.h; sourceTree = ""; }; 52BDDD0244A987883DB876E8A5EA00D8 /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.h"; sourceTree = ""; }; - 52E7C9629AAE327315C865F91106C2DA /* RCTVirtualTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextShadowView.h; sourceTree = ""; }; + 52C6487B62372BE1C7A50B1B34FEC75C /* RCTSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSpringAnimation.h; sourceTree = ""; }; 52ED103881FD477454B892F8DF3D4F6F /* enc_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_msa.c; path = src/dsp/enc_msa.c; sourceTree = ""; }; - 5305F1456CC2A2DB218DE2992B1FEA67 /* RNDateTimePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDateTimePickerManager.h; path = ios/RNDateTimePickerManager.h; sourceTree = ""; }; - 532C9FDDA171E6A5C9D8A0982E1DF37D /* BSG_KSCrashSentry_MachException.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_MachException.c; sourceTree = ""; }; - 535B2BF88CC1DEBFD8DD565F4DD44AC6 /* RNDocumentPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDocumentPicker.m; path = ios/RNDocumentPicker/RNDocumentPicker.m; sourceTree = ""; }; + 533B2462CA47231F7DD14726151365CC /* UMFontScalersManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalersManagerInterface.h; path = UMFontInterface/UMFontScalersManagerInterface.h; sourceTree = ""; }; + 5365BBAF340C235211B4F0C9D7F97BCF /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; 536AD2D678EA51846B1873C5C046ACAC /* enc_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_mips_dsp_r2.c; path = src/dsp/enc_mips_dsp_r2.c; sourceTree = ""; }; - 53BB0547E6A0633B1676ED1D03C87314 /* RNCWKProcessPoolManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKProcessPoolManager.m; path = ios/RNCWKProcessPoolManager.m; sourceTree = ""; }; - 53CAA23FA23F0C7E1DF5C9751B02D722 /* RNJitsiMeetView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNJitsiMeetView.m; path = ios/RNJitsiMeetView.m; sourceTree = ""; }; + 53C9A2C595D11A7BC2AFB1EE1696D0AF /* React-RCTSettings-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTSettings-dummy.m"; sourceTree = ""; }; 53DC50B8081D99A0ACD90977F683BA75 /* stl_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stl_logging.h; path = src/glog/stl_logging.h; sourceTree = ""; }; 53F385844EA8EDFB10A8935DD248B4F4 /* dsp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dsp.h; path = src/dsp/dsp.h; sourceTree = ""; }; - 542C2C6C4E041D16FC5F65BCA7CFF5DA /* EXWebBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXWebBrowser-dummy.m"; sourceTree = ""; }; - 5466BA0485D3F92AE19B1E23AC599462 /* RNUserDefaults-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNUserDefaults-dummy.m"; sourceTree = ""; }; + 541EDDA0CE87E2F9A7F202EB95F111A0 /* RCTDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDeviceInfo.m; sourceTree = ""; }; + 541EDDE38B01E6D53021A747AB3433A2 /* RNRootView.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNRootView.xcconfig; sourceTree = ""; }; 54711596EE065CCA239EFE8201F0E41B /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = SDWebImage/Core/SDWebImageDefine.m; sourceTree = ""; }; - 5487EFDEBE08F253309F245D788F0514 /* React-RCTLinking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTLinking-dummy.m"; sourceTree = ""; }; - 54AEF1093FF817DE71498574A192EAA6 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 54C24149A3A1B3D3197BF7F331408AEE /* event.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = event.cpp; sourceTree = ""; }; - 54E610B481CD90275D742AA79C56D73B /* BSG_KSCrashIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashIdentifier.h; sourceTree = ""; }; + 548BA0C72952AE86261E0F9B8DB22F55 /* REAAlwaysNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAAlwaysNode.m; sourceTree = ""; }; 54F9A9EDD59CCE5A4815F44076F37ED6 /* GDTUploadPackage_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTUploadPackage_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTUploadPackage_Private.h; sourceTree = ""; }; - 5503724E3438B0679C3F7E4CB8DBFBEA /* RCTPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPickerManager.m; sourceTree = ""; }; 5506F95C9DD2C96CB505C5DEC60279DC /* FIRBundleUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRBundleUtil.h; path = Firebase/Core/Private/FIRBundleUtil.h; sourceTree = ""; }; 550868F8B354C387FEC258FEE790F14E /* Folly-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Folly-dummy.m"; sourceTree = ""; }; - 550C1881C392DAA26E9287B7205615FB /* EXContactsRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXContactsRequester.h; path = EXPermissions/EXContactsRequester.h; sourceTree = ""; }; - 554E77FD3F864F3461B30DFEF0A63BDA /* RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotifications.m; path = RNNotifications/RNNotifications.m; sourceTree = ""; }; - 556F58FFA119B290E284AE0FCBE98DE1 /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; - 558915603AF11306686E59F03CF0521F /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; + 556CF7156166290DC14F6BC7B7AF15E8 /* api.md */ = {isa = PBXFileReference; includeInIndex = 1; name = api.md; path = docs/api.md; sourceTree = ""; }; + 556FFB4CFF7F4D61BEF2A5167704F28F /* RNDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDeviceInfo.m; path = ios/RNDeviceInfo/RNDeviceInfo.m; sourceTree = ""; }; + 55944EE45A47C2EDCA607BFE638E0279 /* rn-fetch-blob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-fetch-blob-dummy.m"; sourceTree = ""; }; + 55ABB3885D7BB516CB39EE66F5B334B6 /* UMModuleRegistryDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryDelegate.h; sourceTree = ""; }; 55CAFCC3A7A8AAABD71308B90CD46554 /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheOperation.m"; path = "SDWebImage/Core/UIView+WebCacheOperation.m"; sourceTree = ""; }; 55E1E403AD292FAF3D42C2C412ADBA7F /* GDTPlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTPlatform.m; path = GoogleDataTransport/GDTLibrary/GDTPlatform.m; sourceTree = ""; }; - 55E3EBA9E2084BB088AA32EB8F79630F /* BSG_RFC3339DateTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_RFC3339DateTool.m; sourceTree = ""; }; - 5612BE2E38E617C3707D6075C49383BA /* RCTSettingsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSettingsManager.h; path = Libraries/Settings/RCTSettingsManager.h; sourceTree = ""; }; - 561957AA8E4D6D438D9C8EB2712D30B7 /* RNLocalize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNLocalize.h; path = ios/RNLocalize.h; sourceTree = ""; }; - 562303B6C187D0491F4458296B758CBC /* REACondNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REACondNode.h; sourceTree = ""; }; + 55E4741AF23FBF4247133573D6290DD0 /* AudioRecorderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AudioRecorderManager.h; path = ios/AudioRecorderManager.h; sourceTree = ""; }; + 55F88D172DB788CA2F3DDC5C1ABC9015 /* RCTRequired.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRequired.h; path = RCTRequired/RCTRequired.h; sourceTree = ""; }; + 5627ED8816BDED583164A08C06EE1A2B /* EXAV.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAV.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 56384D31C64B8BFFF1A1FAB31C28328E /* FIROptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptions.h; path = Firebase/Core/Public/FIROptions.h; sourceTree = ""; }; - 564CA59E047E052071A94E3B9E1EE01F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 5666A5BA1FED758B8028AC4746EDF849 /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; - 5683BD59AEAF94F824EB1B702529737C /* RCTPerfMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerfMonitor.m; sourceTree = ""; }; - 5684A02A45139927CC52D6AEB9CB9035 /* EXFilePermissionModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFilePermissionModule.h; path = EXFileSystem/EXFilePermissionModule.h; sourceTree = ""; }; - 568DCBD7D7766031CA4173F36BA5D2E8 /* RNFetchBlobProgress.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobProgress.m; path = ios/RNFetchBlobProgress.m; sourceTree = ""; }; - 56A3D00C6AD7888025FF10F011B1F1F1 /* UMMagnetometerUncalibratedInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerUncalibratedInterface.h; path = UMSensorsInterface/UMMagnetometerUncalibratedInterface.h; sourceTree = ""; }; - 56C861D69529CAD2F70FF9D59FDD2909 /* BSG_KSCrashSentry_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Private.h; sourceTree = ""; }; + 564BC21056272A61FCCAEEC0D7A1A265 /* RNNativeViewHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNNativeViewHandler.h; sourceTree = ""; }; + 564F6F32AB889F2FAAB31F5BFA1D4C55 /* RNNotificationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationUtils.m; path = RNNotifications/RNNotificationUtils.m; sourceTree = ""; }; 56CB6318C9B6B836940C40559EB4E7B1 /* NSError+FIRInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+FIRInstanceID.h"; path = "Firebase/InstanceID/NSError+FIRInstanceID.h"; sourceTree = ""; }; - 56D3A2B8351A5CC262A5B77FF78ACB21 /* REAValueNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAValueNode.h; sourceTree = ""; }; - 56ECAFA4C28E74E2E2888F511B86E35F /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; - 5718F99C8AD0A45A01A5991E511B1AB0 /* RNScreens.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNScreens.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 56D77B032EAD9908A0E3AA354F694B26 /* UMKernelService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMKernelService.h; sourceTree = ""; }; + 57450487C8C0F688905DB8754F274103 /* RCTAppState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAppState.m; sourceTree = ""; }; 574E8A849B86DCF8EE5726418D974721 /* libEXWebBrowser.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXWebBrowser.a; path = libEXWebBrowser.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 57670125CA1E6017AE33FD9BCD08ADBC /* RNBootSplash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBootSplash.m; path = ios/RNBootSplash.m; sourceTree = ""; }; + 576812B4A86DDE5D65C95D89BD6B0442 /* RNDeviceInfo.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNDeviceInfo.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 579683D5F939D6CD29B74DEEE5FD8057 /* BSG_KSBacktrace.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSBacktrace.c; sourceTree = ""; }; + 57A06A4B482777BA23EC31EFEC2629D5 /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; + 57ACCB154CBFB1ED1FADCC712A22F973 /* RNNotificationCenterListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenterListener.m; path = RNNotifications/RNNotificationCenterListener.m; sourceTree = ""; }; 57C2571E6F4703A0B6CD237B4CEC6DEC /* FIRInstanceIDKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeychain.h; path = Firebase/InstanceID/FIRInstanceIDKeychain.h; sourceTree = ""; }; - 57DD7A68CAE989C83B0012BE162E2A24 /* EXVideoView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoView.h; sourceTree = ""; }; - 57E75419F6445E84B471503E102A4E68 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 57DEF06A8E723D4D9938710517205E5D /* REAStyleNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAStyleNode.h; sourceTree = ""; }; + 57E1D86219A443E8E0586479D79745B5 /* React-RCTAnimation.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.xcconfig"; sourceTree = ""; }; + 57ECCB1D62679E55F9E0B86F636A08B0 /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; 580712ADE0DDE9601ED35B000EC802D6 /* libRSKImageCropper.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRSKImageCropper.a; path = libRSKImageCropper.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 5847EF3E88F8586EE1EED4D1B5E6FFAD /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; + 5844A0FE7DDB69BB590C06537E33F6EA /* RCTSRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSRWebSocket.h; path = Libraries/WebSocket/RCTSRWebSocket.h; sourceTree = ""; }; 586602EDE69E2D273945D156ECB89853 /* libPods-RocketChatRN.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-RocketChatRN.a"; path = "libPods-RocketChatRN.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 5893015E458EAD2ED40E594412F3F775 /* UMFontInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFontInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 5875A79319EDABF29C9EB927DC01C0DA /* RCTRawTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextViewManager.h; sourceTree = ""; }; + 5880FA2C252F6F2A368456FD88CFB484 /* RCTModalManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalManager.h; sourceTree = ""; }; + 588453716934A5BC31AEFC654266EC38 /* ARTSurfaceView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTSurfaceView.m; path = ios/ARTSurfaceView.m; sourceTree = ""; }; 589518191FC005CA3EF3ED96614FF89B /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = SDWebImage/Core/SDImageCoderHelper.m; sourceTree = ""; }; 58AE31E09B2E2FA3A5B15DE7150AC88B /* FIRInstanceIDUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDUtilities.h; path = Firebase/InstanceID/FIRInstanceIDUtilities.h; sourceTree = ""; }; - 58AFE978C3D3CD2EE9D90093B21B77E8 /* RNForceTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNForceTouchHandler.h; sourceTree = ""; }; - 58B465479F0DE2A6C39460B1013A0338 /* REACondNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REACondNode.m; sourceTree = ""; }; + 58B143FACB651F6FF4026A5BC0982803 /* RCTObjcExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjcExecutor.mm; sourceTree = ""; }; 58B64C4BE5E0B729543B8C2C893884E0 /* FirebaseCoreDiagnosticsInterop.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreDiagnosticsInterop.xcconfig; sourceTree = ""; }; - 58CBABEC94E70081AAEE2424463752F8 /* RCTMultilineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputViewManager.h; sourceTree = ""; }; + 58BB6F912D38455B502F2A97120E6C7E /* BugsnagConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagConfiguration.h; sourceTree = ""; }; + 58CCA17253B258AAA58D8278A85961FB /* react-native-document-picker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-document-picker-dummy.m"; sourceTree = ""; }; 58EB2B14916B3055E72BC51BB66F56D2 /* random_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = random_utils.h; path = src/utils/random_utils.h; sourceTree = ""; }; - 5900A6B36CAC4D2231B49EC3DFFFB96C /* TurboModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboModule.cpp; path = turbomodule/core/TurboModule.cpp; sourceTree = ""; }; 59023200C0F20F3F6A0E5921DE8B6716 /* GDTReachability_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTReachability_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTReachability_Private.h; sourceTree = ""; }; + 5915F2ED186178FB93327FC7CF9744EB /* RCTInterpolationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInterpolationAnimatedNode.m; sourceTree = ""; }; + 5945C8E80D76E994BA0EC3F3206BA250 /* RNFirebaseUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFirebaseUtil.m; path = RNFirebase/RNFirebaseUtil.m; sourceTree = ""; }; 594F6298D5A3FF425E7667904063669C /* SDAnimatedImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "SDAnimatedImageView+WebCache.m"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.m"; sourceTree = ""; }; 599CB421E408E13C49BCEF418C589CA8 /* FIRInstanceIDTokenManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenManager.m; path = Firebase/InstanceID/FIRInstanceIDTokenManager.m; sourceTree = ""; }; 59A64223174653A390E391870F8CFCBC /* anim_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; name = anim_decode.c; path = src/demux/anim_decode.c; sourceTree = ""; }; 59BADB0D709C0168E6FFBA9FB282C696 /* GDTUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTUploader.h; path = GoogleDataTransport/GDTLibrary/Public/GDTUploader.h; sourceTree = ""; }; 59BFC8722B6941D3B037DB30FA6230D0 /* lossless_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lossless_common.h; path = src/dsp/lossless_common.h; sourceTree = ""; }; - 59D15163BAA4BC949F7E2166BDD99887 /* RNCSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSlider.m; path = ios/RNCSlider.m; sourceTree = ""; }; - 59F57304B8E6F2DF74420AFC132DC25D /* RCTInputAccessoryShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryShadowView.m; sourceTree = ""; }; - 59F794A51B1D3BCBD1E47EC5D497217A /* RNDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDeviceInfo.m; path = ios/RNDeviceInfo/RNDeviceInfo.m; sourceTree = ""; }; - 5A133FD543B1274E44C44D609C59AC63 /* RCTDevMenu.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevMenu.m; sourceTree = ""; }; + 59C23EC8D39BCFD1C5997FEFD598BE2D /* JSIExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSIExecutor.cpp; path = jsireact/JSIExecutor.cpp; sourceTree = ""; }; + 5A16F3E10206153E9F43802BB0988146 /* EXRemoteNotificationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXRemoteNotificationRequester.h; path = EXPermissions/EXRemoteNotificationRequester.h; sourceTree = ""; }; 5A292FE32EE560887C37DE2FE0FDE458 /* SDImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoder.m; path = SDWebImage/Core/SDImageCoder.m; sourceTree = ""; }; 5A46BDA79D3DFF1C3023FB47BFA86099 /* FIRInstanceIDCheckinPreferences_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinPreferences_Private.h; path = Firebase/InstanceID/FIRInstanceIDCheckinPreferences_Private.h; sourceTree = ""; }; - 5A5B58AC596FF1D31119BC9BB74E7A65 /* react-native-keyboard-input.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-keyboard-input.xcconfig"; sourceTree = ""; }; + 5A56DFD58C798B2677C0F6F4782F2656 /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; 5A9B3DEFA1431597E451E5DE29D1828D /* FIRInstanceIDLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDLogger.h; path = Firebase/InstanceID/FIRInstanceIDLogger.h; sourceTree = ""; }; + 5A9F498304996064A7AB4E766B8A2E1D /* RNFirebase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFirebase.xcconfig; sourceTree = ""; }; 5AAB0B583B5185ED50F89BBC10F45D6A /* raw_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = raw_logging.h; path = src/glog/raw_logging.h; sourceTree = ""; }; 5ACED9F4DF79E95A18766C12251F1609 /* FIRInstanceIDTokenManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenManager.h; path = Firebase/InstanceID/FIRInstanceIDTokenManager.h; sourceTree = ""; }; - 5AE4E6D37C942F20AE082A5C3E8EE42F /* RCTBackedTextInputDelegateAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegateAdapter.h; sourceTree = ""; }; - 5B3325F6C4A1A04B8F1C8AB907EEC24E /* React-jsiexecutor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsiexecutor-dummy.m"; sourceTree = ""; }; - 5B449EBF4FCCDBA4E251E892F682BD4D /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 5AD883D989C24D388D96A7BA95D7BEF8 /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFont.mm; sourceTree = ""; }; + 5AEC7F1532B4BC10C183F52ACE1F3907 /* RNFirebaseAdMob.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMob.m; sourceTree = ""; }; + 5AF206BF94C79830E1F41E1C1B198EFD /* RCTLocalAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLocalAssetImageLoader.h; path = Libraries/Image/RCTLocalAssetImageLoader.h; sourceTree = ""; }; + 5B23EFD68A4925E01DC828285D0A5C16 /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = SimpleLineIcons.ttf; path = Fonts/SimpleLineIcons.ttf; sourceTree = ""; }; + 5B4732C63ABEA435708C7E12AE4AC2A2 /* Compression.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Compression.m; path = ios/src/Compression.m; sourceTree = ""; }; + 5B4923C152363940143C95E1BD33AACB /* RCTModuloAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModuloAnimatedNode.m; sourceTree = ""; }; 5B537E1480C08251B27BF44AC40974C9 /* FIRLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLoggerLevel.h; path = Firebase/Core/Public/FIRLoggerLevel.h; sourceTree = ""; }; - 5B96ABA148C8C2709FC87516DC45228F /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; - 5B9F406C1C9FB6617BEB005C8E98781E /* RNDateTimePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDateTimePickerManager.m; path = ios/RNDateTimePickerManager.m; sourceTree = ""; }; - 5BA635C89BBD91B13AAF3751ED52A8A5 /* REASetNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REASetNode.m; sourceTree = ""; }; - 5BBE09D8BC9D3CA679020FB1EE11D644 /* RNFlingHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFlingHandler.h; sourceTree = ""; }; - 5BCC2E165A8C0C5E57E07B2B56E1F37A /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = React.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 5BEDCB5D17E18FAF51FB493BBD35A3C0 /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; - 5C02C1E9ADA14141F2E3B91D5BD72138 /* BSGConnectivity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGConnectivity.h; sourceTree = ""; }; + 5B6AED54E8EBCFB16EB4F9142E42D6AB /* UMPermissionsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMPermissionsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 5B6DE156CF9648FC0EB50B4B44258DD1 /* UMFontScalerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalerInterface.h; path = UMFontInterface/UMFontScalerInterface.h; sourceTree = ""; }; + 5BDFCD92FF6C77015537D9CF0C0F4321 /* RCTI18nManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nManager.m; sourceTree = ""; }; + 5BFF50FA7BD25CE4D118D51792F17BEC /* RCTNativeModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeModule.mm; sourceTree = ""; }; 5C08A7A965EB2383483891F04531D488 /* FIRInstanceIDConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDConstants.h; path = Firebase/InstanceID/FIRInstanceIDConstants.h; sourceTree = ""; }; + 5C24AEB3430ED90E137575B5654A0050 /* RCTTransformAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTransformAnimatedNode.m; sourceTree = ""; }; 5C45038DEE219BD064B99157EBC2D912 /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; - 5C7ECCAA8D0FA348B0372B97A803A62B /* FontAwesome.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome.ttf; path = Fonts/FontAwesome.ttf; sourceTree = ""; }; - 5C859002414E92A52A5137453712DC1D /* UMTaskInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskInterface.h; path = UMTaskManagerInterface/UMTaskInterface.h; sourceTree = ""; }; - 5C8E21CF56ECF5D26E3CEFC6CE23D0B7 /* RCTTypeSafety.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTTypeSafety.xcconfig; sourceTree = ""; }; - 5C944C227ABC1536A052CFB87B130DA9 /* BugsnagFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagFileStore.m; sourceTree = ""; }; - 5CA8F1A20B87DBB263F925DD7FE29947 /* libreact-native-keyboard-input.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-keyboard-input.a"; path = "libreact-native-keyboard-input.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 5CCA785FA99DC148F611B5C6C3AB31C7 /* EXAV.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAV.m; path = EXAV/EXAV.m; sourceTree = ""; }; + 5C491FEC61E360D39912F3066B452403 /* experiments.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = experiments.h; sourceTree = ""; }; + 5C5CF502ABF33370DEC77750729F2E6E /* RNFetchBlobReqBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobReqBuilder.h; path = ios/RNFetchBlobReqBuilder.h; sourceTree = ""; }; + 5CA9B4F3A15162457A4AD775D1B6A6F7 /* RCTExceptionsManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTExceptionsManager.mm; sourceTree = ""; }; + 5CDFDCC0F6318AD5D9F24FC9A7638C6B /* UMFaceDetectorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManager.h; path = UMFaceDetectorInterface/UMFaceDetectorManager.h; sourceTree = ""; }; + 5CF87809263E9EE7B7D2E1C9775F0A0A /* RCTTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextShadowView.m; sourceTree = ""; }; 5D0BA49BECBA977EE96145FF5714A5F3 /* SDImageCachesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManager.h; path = SDWebImage/Core/SDImageCachesManager.h; sourceTree = ""; }; - 5D1D1E6D24035135D70D5B0FF632CF22 /* RCTTurboModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTurboModule.mm; sourceTree = ""; }; - 5D4B2E472DDD8816EF87C2E30E341302 /* Entypo.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Entypo.ttf; path = Fonts/Entypo.ttf; sourceTree = ""; }; + 5D1401AB30695D3777F4453CF35983BB /* RNTapHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNTapHandler.m; sourceTree = ""; }; + 5D15D8118A4A0FB448CB93237B70977E /* Bugsnag.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Bugsnag.m; sourceTree = ""; }; + 5D41FFCDC27D6C15E44D6FD521E15AF7 /* React-cxxreact.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.xcconfig"; sourceTree = ""; }; 5D4E9E7618FED11FC874BDEAE4A0FAAB /* FIRInstanceIDKeyPair.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeyPair.m; path = Firebase/InstanceID/FIRInstanceIDKeyPair.m; sourceTree = ""; }; 5D6987D722A6047F50A05C5C98BB4D26 /* UIImage+GIF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+GIF.h"; path = "SDWebImage/Core/UIImage+GIF.h"; sourceTree = ""; }; - 5E148A8AD46E58052ED2D2ADA498EEE3 /* BSG_KSBacktrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace.h; sourceTree = ""; }; - 5E1C8402C3E642F046EB336B4AFB5B86 /* ARTNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTNode.h; path = ios/ARTNode.h; sourceTree = ""; }; - 5E20B9411F931CDADBF3317807A5F5FC /* EXAV.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAV.xcconfig; sourceTree = ""; }; + 5DAF9642653E02497FE3FBC8AFFE44BA /* RNFirebaseInstanceId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseInstanceId.h; sourceTree = ""; }; + 5DB4CF72EF88A009BCA6250775047C22 /* React-RCTActionSheet.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.xcconfig"; sourceTree = ""; }; + 5DBB0F012F5493C048E7B76BF944EEC4 /* 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; }; + 5DBD7FF1E6D1316742A3834031E71452 /* BSG_KSMach_x86_64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_64.c; sourceTree = ""; }; + 5DE7923A6161B4C4C94F7B2C0CF2CC08 /* RNFirebaseAdMobNativeExpressManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobNativeExpressManager.m; sourceTree = ""; }; + 5DF2A71AB798BB1E1FDF31DB85511593 /* RNNotificationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationsStore.m; path = RNNotifications/RNNotificationsStore.m; sourceTree = ""; }; + 5E0BF09D18B02F76DE168725649B8919 /* ARTBrush.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTBrush.h; sourceTree = ""; }; + 5E2581E6EE904BEB0F99C39C985D36FF /* UMPermissionsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMPermissionsInterface.h; path = UMPermissionsInterface/UMPermissionsInterface.h; sourceTree = ""; }; 5E4674603A5D5B9215FFA0F8E69F8B71 /* liblibwebp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = liblibwebp.a; path = liblibwebp.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 5E6BCDF29D3955943DF8B9519734A73D /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevSettings.mm; sourceTree = ""; }; - 5E7B33BB49E5177A2B1BC344012308BA /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = Instance.cpp; sourceTree = ""; }; 5E7BDD84650A291C7EBA3730FCCADDD3 /* rescaler_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_utils.c; path = src/utils/rescaler_utils.c; sourceTree = ""; }; - 5E86E683042BF472105F52DBCF26CB84 /* RCTLinkingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLinkingManager.m; sourceTree = ""; }; - 5E8DFF222B5CFFA8BEB02227180255E9 /* EXAppLoaderProvider.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAppLoaderProvider.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 5E911CE59696A0FEF04160CA319A14DF /* NativeExpressComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = NativeExpressComponent.m; sourceTree = ""; }; - 5EAE546DC43AB4405DBA7FEE69967526 /* BugsnagKSCrashSysInfoParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKSCrashSysInfoParser.h; sourceTree = ""; }; - 5EB359D7BD524A919EA6F9A4D4B01214 /* MethodCall.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = MethodCall.cpp; sourceTree = ""; }; - 5EE8C79DA443432EA357DFEEB6C05B4E /* ImageCropPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageCropPicker.h; path = ios/src/ImageCropPicker.h; sourceTree = ""; }; - 5EEA3E81725D3EF276A1B3A6B2FF4EF9 /* REATransitionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionManager.h; sourceTree = ""; }; - 5F2F18B89E48A9E676F45E26063BF3F0 /* BugsnagErrorReportApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagErrorReportApiClient.m; sourceTree = ""; }; - 5F5900B6BE72B694A3F23E322A4E9F6C /* UMAppLifecycleListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleListener.h; sourceTree = ""; }; - 5F7B3CE5659EFC4D1B944B572AE0A047 /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; + 5E846E8148C704A0F4A81E052D50BA9C /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBox.h; sourceTree = ""; }; + 5EA721AA826C9D70626D6A42E6132634 /* RNCAppearanceProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearanceProvider.h; path = ios/Appearance/RNCAppearanceProvider.h; sourceTree = ""; }; + 5EA99792D834800A97791F8088782EB1 /* ReactNativeShareExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactNativeShareExtension.h; path = ios/ReactNativeShareExtension.h; sourceTree = ""; }; + 5ED0F350ED0F0BC7C22797C1AC23DA50 /* React-RCTBlob.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.xcconfig"; sourceTree = ""; }; + 5EDCAE3AFA8161AE36FA3EFC1C43A150 /* ImageCropPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageCropPicker.h; path = ios/src/ImageCropPicker.h; sourceTree = ""; }; + 5F9510CC90752C88FE478F9478E640E6 /* NativeToJsBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = NativeToJsBridge.cpp; sourceTree = ""; }; + 5FA723E5DD551621013330060206D0C0 /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = ""; }; 5FAC273F187940AD897DCC05A9CA265E /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+HighlightedWebCache.m"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; - 5FD04D51CE5D0AEB2B519A68E6C3E90E /* TurboCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboCxxModule.h; path = turbomodule/core/TurboCxxModule.h; sourceTree = ""; }; - 60434634BBF3E1EF47A15A3B8E389A88 /* Fontisto.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Fontisto.ttf; path = Fonts/Fontisto.ttf; sourceTree = ""; }; - 604BE1DA0F7D231747F98877C94DDC4D /* RNFlingHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFlingHandler.m; sourceTree = ""; }; - 6081C58C563E282A5BEC0262B9287A9E /* BSG_KSJSONCodec.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSJSONCodec.c; sourceTree = ""; }; - 60911FF1F8A388840484198157C69D02 /* RCTNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworking.h; path = Libraries/Network/RCTNetworking.h; sourceTree = ""; }; - 60A95D7A6C351111625F9708F97A0CE1 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 5FB895D45A1FE8846B9A9C39E6D25019 /* ARTGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTGroup.h; path = ios/ARTGroup.h; sourceTree = ""; }; + 5FC017462F87EBEBCD3055EA04051A9F /* TurboCxxModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboCxxModule.cpp; path = turbomodule/core/TurboCxxModule.cpp; sourceTree = ""; }; + 5FC1188133E34002FE926B814FFD4F7F /* ARTPattern.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTPattern.m; sourceTree = ""; }; + 5FD8AD87F8A4D33DBC348F541ECD1A7A /* RNJitsiMeetViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNJitsiMeetViewManager.h; path = ios/RNJitsiMeetViewManager.h; sourceTree = ""; }; + 600B08AD55E15376D2EE12F43D54B183 /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; + 601E682BC63A08A9600D9E425DD55B1F /* RCTBaseTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextShadowView.h; sourceTree = ""; }; + 6072E4BAAED089D7AE2B64FEE750099D /* BugsnagBreadcrumb.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagBreadcrumb.m; sourceTree = ""; }; + 608677DFAFAF8DAC7E19D7844A85A2DF /* ARTText.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTText.m; path = ios/ARTText.m; sourceTree = ""; }; 60AA29285B90DDC9884A6CE5AAEC390E /* GULNetworkConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkConstants.h; path = GoogleUtilities/Network/Private/GULNetworkConstants.h; sourceTree = ""; }; - 60BA70ABB0A5CEE1D278D82385B27A95 /* RCTDevLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingView.h; sourceTree = ""; }; 60D1D312623E33B7A38749C5DFA66DA8 /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = SDWebImage/Core/SDMemoryCache.h; sourceTree = ""; }; 60EC44FC576DF3EBF0F471D538CF0799 /* bit_writer_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bit_writer_utils.c; path = src/utils/bit_writer_utils.c; sourceTree = ""; }; + 60EFDC24431946CC2ECE601D13EB4876 /* RNFirebaseNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseNotifications.m; sourceTree = ""; }; 6100DCE535D34DF87F374BD69DDEEBF8 /* FIRAppAssociationRegistration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAppAssociationRegistration.m; path = Firebase/Core/FIRAppAssociationRegistration.m; sourceTree = ""; }; - 613F3C7EF65C17CBEE1B1FB1A474D958 /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; - 61ADBFFEA7F7BFE0E7EAAF879F636B7F /* Feather.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Feather.ttf; path = Fonts/Feather.ttf; sourceTree = ""; }; - 61AFC53D38AE61A9FBB42B58F86B0A7C /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; - 61E93DAC694E327764A19EC01BF1E4C7 /* RNFastImage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFastImage.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 61228DF74F156D1175EDE0AD10B6F6D0 /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm.S"; sourceTree = ""; }; + 612B3EEEB038E8254EC8C5DFC02C099D /* RNFirebaseStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseStorage.m; sourceTree = ""; }; + 614CE8A9FEAFF983335ED7AD0D144B0F /* UMExportedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMExportedModule.h; path = UMCore/UMExportedModule.h; sourceTree = ""; }; + 61559FC8D4853BD57639870C68C3864A /* RNFirebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebase.h; path = RNFirebase/RNFirebase.h; sourceTree = ""; }; + 6177C1A5E4529646E2D97CDF3E75AAA2 /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; + 61C937F1EB39E790EA7A8B5557FECEAA /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Regular.ttf; path = Fonts/FontAwesome5_Regular.ttf; sourceTree = ""; }; + 61ECC5373F17840C673B884BFCBF70D2 /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.h; sourceTree = ""; }; + 62418A1A67D159109F5BA847E564C8FC /* UMUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMUtilities.m; path = UMCore/UMUtilities.m; sourceTree = ""; }; 6246DA46F72F7B988BD18ACE234586EA /* 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 = ""; }; + 62883ECDBD4C69ED2E861078DDAA329A /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Brands.ttf; path = Fonts/FontAwesome5_Brands.ttf; sourceTree = ""; }; 62A1719F93C8A648504DCD2B3D955388 /* config_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = config_enc.c; path = src/enc/config_enc.c; sourceTree = ""; }; - 62B9D18CCAF589880A35D98299E23446 /* BugsnagSessionFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionFileStore.m; sourceTree = ""; }; - 62F23DFADFD7C1BD95A7F91B0D101DC8 /* react-native-keyboard-tracking-view-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-keyboard-tracking-view-prefix.pch"; sourceTree = ""; }; - 632D734EBF072B36C92E49CF98712EC3 /* RCTPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPackagerConnection.mm; sourceTree = ""; }; - 6352469D352EB3CDFDDF55A3201B6CF7 /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; - 635BA6554FFB1530CDB77E46994C2F22 /* BSG_KSSignalInfo.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSignalInfo.c; sourceTree = ""; }; - 6372E20D74885C506A7039DA9E1E92B5 /* REAValueNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAValueNode.m; sourceTree = ""; }; - 6388FD3376A8816F4CB9B795094C3949 /* RCTDiffClampAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDiffClampAnimatedNode.h; sourceTree = ""; }; - 63A705AE48A30AD67EFDE388273D1B3C /* ARTTextManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTTextManager.m; sourceTree = ""; }; - 63AA22C732EA222AA0BD157679AFC845 /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; + 62C24DAF52AC0AB39CE079D6FD5AE8AD /* EXUserNotificationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXUserNotificationRequester.h; path = EXPermissions/EXUserNotificationRequester.h; sourceTree = ""; }; + 62E4E59A09DDE4E1DCF2E944C8CDC633 /* RNRootViewGestureRecognizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNRootViewGestureRecognizer.h; path = ios/RNRootViewGestureRecognizer.h; sourceTree = ""; }; + 6329D7FE1121CF93190AC777AD5A3ED7 /* EXPermissions-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXPermissions-dummy.m"; sourceTree = ""; }; + 6393E76CB8B749E8EE05E3095BF5C201 /* BSG_KSCrashSentry_CPPException.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_CPPException.mm; sourceTree = ""; }; + 6396DB7C7D0998961051B112303D8716 /* AudioRecorderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AudioRecorderManager.m; path = ios/AudioRecorderManager.m; sourceTree = ""; }; + 63979DD19F06856EBF260A160010A281 /* RCTNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeModule.h; sourceTree = ""; }; + 63B24BB440F90B74D90D8868B52B86B4 /* NativeToJsBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeToJsBridge.h; sourceTree = ""; }; + 63C0E4F0F25AB393991555C6ED9A3DB4 /* ReactCommon-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactCommon-dummy.m"; sourceTree = ""; }; 63CC44B74154706E64AF34CD3723A881 /* strtod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = strtod.h; path = "double-conversion/strtod.h"; sourceTree = ""; }; - 6403CC8E224FBBBC23AA1751A737A21E /* Bitfield.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bitfield.h; path = yoga/Bitfield.h; sourceTree = ""; }; - 64256F252274D3A8699007081DF39488 /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; - 644CDD5C7FECD32BE70294468CC33FCF /* BSG_KSCrashAdvanced.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashAdvanced.h; sourceTree = ""; }; - 6457F62359D5AF44E194FD0F9CA3D68E /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevSettings.h; sourceTree = ""; }; - 64856C5699DC3C8775286922F9E37B4D /* UMFontProcessorInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontProcessorInterface.h; path = UMFontInterface/UMFontProcessorInterface.h; sourceTree = ""; }; - 64D364413691C778F21582D89FD37B82 /* RNFirebase-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFirebase-dummy.m"; sourceTree = ""; }; - 64F4D1B7D9CA627AA7A04C4BBFC927CE /* RNUserDefaults-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNUserDefaults-prefix.pch"; sourceTree = ""; }; - 6572D7BCB0C0D9916F510DF77972EE7D /* RNNotificationsStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationsStore.h; path = RNNotifications/RNNotificationsStore.h; sourceTree = ""; }; - 659B0ADDCE76E43B49B8AB8132AF43D4 /* ReactMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = ReactMarker.cpp; sourceTree = ""; }; + 63D3049B8DD0F0D14B6CA8831ADFD6C1 /* Ionicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Ionicons.ttf; path = Fonts/Ionicons.ttf; sourceTree = ""; }; + 642EB49E2BDEBA6B3F2823D35D8EA481 /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; + 6451997024CD186BA6F2D4A451827D0D /* react-native-notifications-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-notifications-prefix.pch"; sourceTree = ""; }; + 64530094D5EEB89FACF8E271EC235DB1 /* RCTKeyCommandConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyCommandConstants.h; path = ios/KeyCommands/RCTKeyCommandConstants.h; sourceTree = ""; }; + 648F4671C090AF0D1BB856C9CE47D844 /* RCTReconnectingWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTReconnectingWebSocket.h; path = Libraries/WebSocket/RCTReconnectingWebSocket.h; sourceTree = ""; }; + 649556E02C0F601DB63C30DFFFA667F0 /* BSG_KSCrashSentry_NSException.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashSentry_NSException.m; sourceTree = ""; }; + 64DF2F0F5D61E3A7DE671BCE977724EA /* react-native-notifications-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-notifications-dummy.m"; sourceTree = ""; }; + 64F1FAA1C25A16D52B9A521051D2A782 /* RNVectorIcons.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNVectorIcons.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 6514065C7013F4129CDF0D2B80B8F9AB /* RCTWebSocketModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketModule.h; path = Libraries/WebSocket/RCTWebSocketModule.h; sourceTree = ""; }; + 651C5F605C0C6A26A23D845502027735 /* UMModuleRegistryProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryProvider.h; sourceTree = ""; }; + 651E0BB25CB2A2E83A4B91698304F8BD /* RCTAsyncLocalStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAsyncLocalStorage.h; sourceTree = ""; }; + 654F55D3078ED4072486CF9F49447C2E /* 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; }; 65A2AC7C151D3304C515E8B87C31ABCE /* SDImageWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageWebPCoder.h; path = SDWebImageWebPCoder/Classes/SDImageWebPCoder.h; sourceTree = ""; }; - 65A885C83B69E89EE743E1A0A7D9267E /* RAMBundleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RAMBundleRegistry.h; sourceTree = ""; }; + 65A5E7801F26514B02F8B543A6E0CEB2 /* UMSingletonModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMSingletonModule.h; path = UMCore/UMSingletonModule.h; sourceTree = ""; }; + 65A961EAA31EAA00EC7FE51413EE9D2C /* BugsnagReactNative-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BugsnagReactNative-prefix.pch"; sourceTree = ""; }; + 65AA309B9CB55D8F7AFAD6A01248B64F /* IOS7Polyfill.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOS7Polyfill.h; path = ios/IOS7Polyfill.h; sourceTree = ""; }; + 65BD7C4E16758AE2981FC9770DFD296A /* react-native-keyboard-tracking-view-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-keyboard-tracking-view-prefix.pch"; sourceTree = ""; }; + 65CA445807C9BA77B45F8E3A31290AA4 /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileRequestHandler.h; path = Libraries/Network/RCTFileRequestHandler.h; sourceTree = ""; }; 65D0A19C165FA1126B1360680FE6DB12 /* libYoga.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libYoga.a; path = libYoga.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 65E286CED9A536D789FB23F4FE62CE2B /* RCTMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedView.h; sourceTree = ""; }; + 65FC566F642C951C6C0691D638373AF7 /* ReactNativeShareExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ReactNativeShareExtension.m; path = ios/ReactNativeShareExtension.m; sourceTree = ""; }; 661B96714A028FF3735AB243B40A52F2 /* muxi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = muxi.h; path = src/mux/muxi.h; sourceTree = ""; }; - 6621DB48196F8D256EA0730409A00AB6 /* CompactValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CompactValue.h; path = yoga/CompactValue.h; sourceTree = ""; }; - 663B9E0F053B534635FDB576D642174B /* RCTSurfacePresenterStub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfacePresenterStub.h; sourceTree = ""; }; - 667F3BFB62F122519FB99A3D0251AFCC /* KeyboardTrackingViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KeyboardTrackingViewManager.h; path = lib/KeyboardTrackingViewManager.h; sourceTree = ""; }; - 6691E96B148B09DF302684A500CA3A80 /* RNFirebaseFirestoreCollectionReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestoreCollectionReference.h; sourceTree = ""; }; - 66C5E1BD69600847A1B33F947722ECF9 /* BSG_KSString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSString.h; sourceTree = ""; }; - 66E4AF841D8F2BF5B4E1B7A3BB51EBDE /* RCTSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSlider.m; sourceTree = ""; }; - 66E67D54611C3F741EDE2775CC1C74DC /* react-native-notifications.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-notifications.xcconfig"; sourceTree = ""; }; - 672D35F1B37F73FB06F71BC116EC3C15 /* RCTVideoManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideoManager.m; path = ios/Video/RCTVideoManager.m; sourceTree = ""; }; + 669A06DF73F139E4DFC6BDFFAFF8E73D /* BSG_KSSystemInfoC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfoC.h; sourceTree = ""; }; + 66B08BA01D1B16382819C3201EE33C24 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 66CEEDAD0AB260437973739206F91048 /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = React.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 66DCF78FF29B5034CB35462DE59C9CB0 /* BannerComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BannerComponent.m; sourceTree = ""; }; + 66FD7D2A21C80927AD235F5EC03A5EAA /* RNJitsiMeetViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNJitsiMeetViewManager.m; path = ios/RNJitsiMeetViewManager.m; sourceTree = ""; }; + 6702A660539537419E20683B79C3B52D /* RNNotificationEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationEventHandler.h; path = RNNotifications/RNNotificationEventHandler.h; sourceTree = ""; }; 673DBB2243E639BDD8C7E82236BD7565 /* SDImageGIFCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoderInternal.h; path = SDWebImage/Private/SDImageGIFCoderInternal.h; sourceTree = ""; }; - 673E2FF2AD11DB9BE526F5B2098DB323 /* KeyCommands-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "KeyCommands-dummy.m"; sourceTree = ""; }; - 67607857655CDAF9DACE793EEC13786F /* RNFirebaseAdMobRewardedVideo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobRewardedVideo.m; sourceTree = ""; }; 6771D231F4C8C5976470A369C474B32E /* libReact-CoreModules.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-CoreModules.a"; path = "libReact-CoreModules.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 67764D6938EF16252E8774622A52827B /* RCTBaseTextInputShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputShadowView.m; sourceTree = ""; }; + 6777054F7F582761BBFAA2A487603F18 /* BugsnagSessionTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTracker.m; sourceTree = ""; }; 6791C2D7588855BAA3807D995D2AF146 /* FirebaseAnalytics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalytics.xcconfig; sourceTree = ""; }; 67EBB5CDE086D176F33FD00BE1BCD398 /* UIColor+HexString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+HexString.h"; path = "SDWebImage/Private/UIColor+HexString.h"; sourceTree = ""; }; + 67F781EA5A4F97C25DD656EAF4C1A504 /* RCTResizeMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTResizeMode.m; sourceTree = ""; }; 682F6E4792E01F83E62FDAE84681DDD5 /* GULNSData+zlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULNSData+zlib.h"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.h"; sourceTree = ""; }; - 683BD0F62B4E7C43F38352CF3A511817 /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; - 683FC744AAEA5CC4585354728561C685 /* REASetNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REASetNode.h; sourceTree = ""; }; + 683333B34E6AC274A88A6DCB48C2B699 /* RNFirebaseFunctions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFunctions.m; sourceTree = ""; }; 686FA236B3A0EDC2B7D10C6CB83450C8 /* libreact-native-keyboard-tracking-view.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-keyboard-tracking-view.a"; path = "libreact-native-keyboard-tracking-view.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 68B17402AB245EAC828F58E2D62F5150 /* RCTBlobCollector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBlobCollector.h; sourceTree = ""; }; - 69021CD0329E9C6EA7DF13D36EE6AE17 /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; - 69319F03CE5E5C62BB0E8F87AC0D27EE /* UMCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMCore-dummy.m"; sourceTree = ""; }; + 688AE8D621FE8212F5150CBA4D1876A3 /* FBReactNativeSpec-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBReactNativeSpec-prefix.pch"; sourceTree = ""; }; + 6899ADA5E7A53EEF2E8989F5687A826F /* RNFetchBlob.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFetchBlob.m; sourceTree = ""; }; + 689C4E996CF7C4FC07E1B6D536786D8C /* RNGestureHandlerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerManager.h; path = ios/RNGestureHandlerManager.h; sourceTree = ""; }; + 68D3E14209F3E55EBE2D44F7F56714C0 /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; + 68EB781C14B45A23D2B2422D488DA871 /* CompactValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CompactValue.h; path = yoga/CompactValue.h; sourceTree = ""; }; 6942351307BC1F54575D9853307EAE0E /* libGoogleDataTransportCCTSupport.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libGoogleDataTransportCCTSupport.a; path = libGoogleDataTransportCCTSupport.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 69469A9DF3E2863175A9296586E7CDA5 /* BugsnagReactNative.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BugsnagReactNative.m; path = cocoa/BugsnagReactNative.m; sourceTree = ""; }; 69549F7167A5976E3F0646387CC22A36 /* alpha_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_dec.c; path = src/dec/alpha_dec.c; sourceTree = ""; }; - 69897F67B1CE0D41A709DFC6B8EC563F /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; - 698FE0484A539BB14D90E0BDA75745C3 /* RCTAnimationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimationUtils.m; sourceTree = ""; }; + 695AB336C2AF9A4D004B31D52CC2770D /* BSG_KSCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReport.h; sourceTree = ""; }; + 69666FD732505CBBED4278B6911E1F69 /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceRootView.mm; sourceTree = ""; }; + 697A6D5D2876748A0BEC82A7323A8DF3 /* EXVideoManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoManager.h; sourceTree = ""; }; 699B8304DAA22EA6D025CDBC9BC2DF39 /* GULSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSwizzler.m; path = GoogleUtilities/MethodSwizzler/GULSwizzler.m; sourceTree = ""; }; - 69C0FA574F6E2FC7F6A2131FAC2F557D /* RCTBlobCollector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobCollector.mm; sourceTree = ""; }; + 69CD1428BE044F508EA19529C634CA35 /* RNCWKProcessPoolManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKProcessPoolManager.m; path = ios/RNCWKProcessPoolManager.m; sourceTree = ""; }; 69D4060D1EA021856193B54C9D39E758 /* FIRInstanceIDCheckinPreferences+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstanceIDCheckinPreferences+Internal.m"; path = "Firebase/InstanceID/FIRInstanceIDCheckinPreferences+Internal.m"; sourceTree = ""; }; - 69F9C5ACECB420400F3061D7B095068C /* BSG_KSArchSpecific.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSArchSpecific.h; sourceTree = ""; }; - 6A0A066BEAB1661F706F8E216290347D /* RNPinchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPinchHandler.h; sourceTree = ""; }; 6A3ED46A156A912B7EFC28D9216E415C /* common_sse41.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_sse41.h; path = src/dsp/common_sse41.h; sourceTree = ""; }; - 6A60ADE3BF08A5523805361E2D21254C /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHTTPRequestHandler.h; path = Libraries/Network/RCTHTTPRequestHandler.h; sourceTree = ""; }; - 6A8094FB9C0DB2FA0F33E45E5CBA6CAF /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleData.mm; sourceTree = ""; }; - 6A8A82725A1B7969CA9273A7738DCCB8 /* EXLocationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXLocationRequester.h; path = EXPermissions/EXLocationRequester.h; sourceTree = ""; }; + 6A44BC6F2A573040BA8676484BA4B3B0 /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; + 6A4BD9FEFD2B025ED2BEDBA0CCAAC711 /* React.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.xcconfig; sourceTree = ""; }; + 6A6D4FD132E7316535FDBC3FA0C2CCCC /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; 6A9B97E8CE94081CD64AB0B4FC540CC4 /* Pods-RocketChatRN-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-RocketChatRN-resources.sh"; sourceTree = ""; }; - 6AA8B96581DBD6338E1DB28BFB424ABE /* UMFontInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFontInterface.xcconfig; sourceTree = ""; }; - 6AB9EF3B0D94BB66C0A7D8CDA41D8E19 /* RCTBaseTextInputShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputShadowView.h; sourceTree = ""; }; - 6AE018BDB38E30FEFA9F2E4E04212C3F /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; - 6B369F72D2E47B69D55228318BEF77D7 /* RCTCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxModule.h; sourceTree = ""; }; + 6AF98B0747ED34DFD0A3862E48662036 /* EXWebBrowser.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXWebBrowser.xcconfig; sourceTree = ""; }; + 6B10BC4DC623E7E8F9B359853A4BAB5F /* React-RCTSettings-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTSettings-prefix.pch"; sourceTree = ""; }; + 6B1D65FF8C4B396FD5C38A82326B57A0 /* ARTLinearGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTLinearGradient.m; sourceTree = ""; }; + 6B5B4C863F4C182AD14049236A36689D /* RNFetchBlobNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobNetwork.h; path = ios/RNFetchBlobNetwork.h; sourceTree = ""; }; + 6B6F9AB60034F9E68659E84A566DD8A3 /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; 6B758635E567F2DCA8C5480D9238B2A5 /* QBAlbumsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumsViewController.m; path = QBImagePicker/QBAlbumsViewController.m; sourceTree = ""; }; 6B77D6B8571A69639166B9B0FB23B341 /* FirebaseAnalytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseAnalytics.framework; path = Frameworks/FirebaseAnalytics.framework; sourceTree = ""; }; - 6B7BC4A3AB982847EE799E6134804887 /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcher.h; sourceTree = ""; }; - 6B90567EAD479807447C9599841BCD15 /* RNGestureHandlerDirection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerDirection.h; path = ios/RNGestureHandlerDirection.h; sourceTree = ""; }; - 6B96B93533AE26582BA9FE999710B9DC /* EXConstantsService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstantsService.m; path = EXConstants/EXConstantsService.m; sourceTree = ""; }; + 6B98E93629EA9E422B840B45C06BA3C9 /* RNLongPressHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNLongPressHandler.m; sourceTree = ""; }; 6BBAD0618ED4DD529E5618027E3EA18B /* QBSlomoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBSlomoIconView.m; path = QBImagePicker/QBSlomoIconView.m; sourceTree = ""; }; + 6BCD000B084C33F07D1018B68BE07612 /* RNBackgroundTimer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBackgroundTimer.m; path = ios/RNBackgroundTimer.m; sourceTree = ""; }; + 6BDF3E2801BD996C86FA236E7E0FB37D /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; sourceTree = ""; }; 6BF4F22DC8A83366111A7A756E4A9AA2 /* FIRInstanceIDVersionUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDVersionUtilities.h; path = Firebase/InstanceID/FIRInstanceIDVersionUtilities.h; sourceTree = ""; }; 6C1E8D7E2C3DBFB59FD8C21BA737E9BA /* CLSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSStackFrame.h; path = iOS/Crashlytics.framework/Headers/CLSStackFrame.h; sourceTree = ""; }; - 6C3A7BC43DC4553F06DF196DC67B6DCC /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsi.h; sourceTree = ""; }; + 6C4A50E254D45C3BE470D3DD33B59890 /* BugsnagKSCrashSysInfoParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagKSCrashSysInfoParser.m; sourceTree = ""; }; 6C4BF4CF294ED6F6424B645B6BA0174A /* FIRDiagnosticsData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDiagnosticsData.m; path = Firebase/Core/FIRDiagnosticsData.m; sourceTree = ""; }; 6C4CBE67363B2232C57BD2CD42D32EE1 /* GULReachabilityChecker+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULReachabilityChecker+Internal.h"; path = "GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h"; sourceTree = ""; }; 6C5A87B30661873B69238B2AE7889984 /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = SDWebImage/Core/SDImageLoadersManager.m; sourceTree = ""; }; - 6C6CF259A44CF9DF80BFD89DC5907AC4 /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; - 6C70C81EAA793BF9FB2740627D363F8F /* BugsnagConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagConfiguration.h; sourceTree = ""; }; - 6C76CB9130520E8E90ADF36C14E02B88 /* react-native-background-timer-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-background-timer-prefix.pch"; sourceTree = ""; }; - 6C83A45F34C05FDC9F84E01F32F46263 /* RCTFileReaderModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileReaderModule.h; path = Libraries/Blob/RCTFileReaderModule.h; sourceTree = ""; }; - 6CBC07204784C24EC12D85E38CBCD553 /* EXHaptics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXHaptics-prefix.pch"; sourceTree = ""; }; - 6CDEB1AD748B5E1EE21DDD075ED523A1 /* ARTRenderableManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTRenderableManager.m; sourceTree = ""; }; - 6CFF0EB764BC9AD5478CDBAF1F1616F3 /* RNVectorIconsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNVectorIconsManager.m; path = RNVectorIconsManager/RNVectorIconsManager.m; sourceTree = ""; }; - 6D17941B59F44323C04C1DAC48280552 /* CxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxModule.h; sourceTree = ""; }; - 6D3356D0654ECCD9F91792A399CBEDE0 /* RCTVideoManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoManager.h; path = ios/Video/RCTVideoManager.h; sourceTree = ""; }; - 6D74D68581B8E52A02DF6B740B617A28 /* EXAppLoaderProvider-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAppLoaderProvider-prefix.pch"; sourceTree = ""; }; - 6D7EFB6D3C136BEA9E7C14E8EFE61342 /* BSGConnectivity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGConnectivity.m; sourceTree = ""; }; - 6D8A8165597AAEAD5849EA515FA16255 /* RNFirebaseDatabaseReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseDatabaseReference.h; sourceTree = ""; }; - 6D8F16770B61D203BA7586DD93BF5AE7 /* RCTConvert+RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+RNNotifications.h"; path = "RNNotifications/RCTConvert+RNNotifications.h"; sourceTree = ""; }; - 6DE0B56F032CC900BA568EE3A5F53A9E /* React-jsi-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsi-dummy.m"; sourceTree = ""; }; - 6DE5FE1436D20CF01174346129817D21 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 6C80594559B5411411B35FA7615757D7 /* RCTResizeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTResizeMode.h; path = Libraries/Image/RCTResizeMode.h; sourceTree = ""; }; + 6C820275E53039CC8E1D0A38B79D0D23 /* EXPermissions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPermissions.h; path = EXPermissions/EXPermissions.h; sourceTree = ""; }; + 6C9604764AC46717956C55B4C07944C7 /* BSG_KSCrashContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashContext.h; sourceTree = ""; }; + 6CB1E3F14C199DDDABE7F182112A5865 /* RCTGIFImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTGIFImageDecoder.h; path = Libraries/Image/RCTGIFImageDecoder.h; sourceTree = ""; }; + 6CD565BF6290FE39F2C8DDA07733CDEA /* RCTImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageViewManager.m; sourceTree = ""; }; + 6D615220F2C7CA1A6A445579FCB0CE5C /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; 6DF1C6B921007C7AA45B2E9E2382C4F2 /* picture_csp_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_csp_enc.c; path = src/enc/picture_csp_enc.c; sourceTree = ""; }; - 6E0142FE240F50CFE6EF1663C5229B8A /* REAClockNodes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAClockNodes.m; sourceTree = ""; }; - 6E0710505B28D48508BF15A39FC2F659 /* RCTActionSheetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActionSheetManager.m; sourceTree = ""; }; - 6E398C60B85FD0481103C79C6EAE25AB /* RCTBackedTextInputViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputViewProtocol.h; sourceTree = ""; }; 6E9AD8818B806CBDC2E64036364B7256 /* cost_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_mips32.c; path = src/dsp/cost_mips32.c; sourceTree = ""; }; - 6EAD38E56CBCD12D7D253B809C78322E /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; - 6EC0281875AB169A95463DCE7B616CD3 /* UMCore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMCore-prefix.pch"; sourceTree = ""; }; 6EC8E6C3EF32A1CAF14738999DC122EE /* FIRConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfiguration.h; path = Firebase/Core/Public/FIRConfiguration.h; sourceTree = ""; }; - 6F108073C5E16583055E667DE547B61C /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; - 6F3BC7AFDBB9E36B2866BEDE84B27639 /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; - 6F50D868A6D8C20A7D11B3718ECF40DD /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; - 6F7D656889924B825AEBF62161AB1260 /* RNGestureHandlerState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerState.h; path = ios/RNGestureHandlerState.h; sourceTree = ""; }; - 6F973FD63C7F1B72112F3D18E7D73ABB /* UMUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMUtilities.m; path = UMCore/UMUtilities.m; sourceTree = ""; }; + 6ED8C7DE61AF56813E143BF20294906D /* BSGSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGSerialization.m; sourceTree = ""; }; + 6EE82BB500527F22A577841A89EC5912 /* RCTBaseTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputViewManager.m; sourceTree = ""; }; + 6F4480DB4DFD774EF2B6C7C0B1151891 /* JSCallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSCallInvoker.h; path = jscallinvoker/ReactCommon/JSCallInvoker.h; sourceTree = ""; }; + 6F53DB09DA79F2CB4B6123C913249FF8 /* ARTTextManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTTextManager.h; sourceTree = ""; }; + 6F54D424B6821B1F054222ACD281A1DF /* Bitfield.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bitfield.h; path = yoga/Bitfield.h; sourceTree = ""; }; + 6F6276C82E730E00E47CA21517DEA52A /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; + 6F6A572FD916C3EFBE86003DC40EC8CB /* EXConstantsService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstantsService.h; path = EXConstants/EXConstantsService.h; sourceTree = ""; }; + 6F900EAFCB709375BA625A73FC0FA023 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 6F93275B3D70242640ECF1DB0DC4ED85 /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; + 6F99ADE66801EF860C2C5FCD523DAC72 /* BugsnagKeys.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKeys.h; sourceTree = ""; }; 6FDFD1AA298778B97E9FD7529A3B82E2 /* GULNetworkURLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkURLSession.h; path = GoogleUtilities/Network/Private/GULNetworkURLSession.h; sourceTree = ""; }; - 6FE80290C34F979904EF564E10AA0F34 /* RCTTextSelection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextSelection.m; sourceTree = ""; }; 6FFB7B2992BB53405E6B771A5BA1E97D /* libDoubleConversion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libDoubleConversion.a; path = libDoubleConversion.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 7032494EE9DCCE7D8E2EC9F4109FFC32 /* EXHaptics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXHaptics.xcconfig; sourceTree = ""; }; - 7042D27E266BDFDA19BA0125EBBBA32C /* 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; }; + 700469C1C05C92696B8132EDEEDA9023 /* BSG_KSObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjC.h; sourceTree = ""; }; + 7011348471FE20941966A31EB86A1CD2 /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; + 70307E532368D5E3177E3ADEB3AB0CDF /* DispatchMessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DispatchMessageQueueThread.h; sourceTree = ""; }; + 7033CC3FDDE0F2FC2F238C3C2D4CE220 /* BugsnagMetaData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagMetaData.m; sourceTree = ""; }; + 703658281A74981DC31339718A39AD49 /* ModuleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = ModuleRegistry.cpp; sourceTree = ""; }; 7078F477550CDD77D6468339C77FD469 /* GDTTransport_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTTransport_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTTransport_Private.h; sourceTree = ""; }; - 70906589313A0FED299955B12363520D /* RCTImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageView.m; sourceTree = ""; }; + 707F0E2CA1DE8401C91E126BF8150E77 /* YGFloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGFloatOptional.h; path = yoga/YGFloatOptional.h; sourceTree = ""; }; + 708041F62301EA3BA338B1B2E86CADB7 /* RNFirebaseAnalytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAnalytics.m; sourceTree = ""; }; + 7086384D7DF888A8EAA0D0D4522AE179 /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAppState.h; sourceTree = ""; }; 70AE7ADBC1CC8EE3334BFCB63B135185 /* GDTTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTTransformer.m; path = GoogleDataTransport/GDTLibrary/GDTTransformer.m; sourceTree = ""; }; 70B3649809C89A08C43C4F43E9E65BDE /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = SDWebImage/Core/SDImageTransformer.m; sourceTree = ""; }; - 70EE458F7665755CBE7A61B543F829E6 /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; - 70F7C71414E7A687F23D5D9F0F2AEAD1 /* RCTMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedView.m; sourceTree = ""; }; - 7138F704A6445B722A1765D2C6BC981D /* RCTMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedViewManager.m; sourceTree = ""; }; - 7142B87598A2FAD8025EE5B67ABA1986 /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; sourceTree = ""; }; + 70C0EE24781C9249E5824DC7DD6AD1FE /* RCTBaseTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextViewManager.m; sourceTree = ""; }; + 70CA824EA0517C7A486AF5913D7A2427 /* BugsnagCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashReport.h; sourceTree = ""; }; + 70D569D3F0D12058AEC1AC39B4FFB485 /* BSG_KSCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry.h; sourceTree = ""; }; + 70D5D988EA411B4A762A3CA9886ECB68 /* RCTVirtualTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextShadowView.m; sourceTree = ""; }; + 70EADC0A08F79C918C0BAF66E7927788 /* React-RCTNetwork-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTNetwork-dummy.m"; sourceTree = ""; }; + 71269513F2EE21B080F22743962183F8 /* RCTTypeSafety-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTTypeSafety-dummy.m"; sourceTree = ""; }; 715D0CBC1A0CC82FBCC264DFF0172A1A /* SDImageGraphics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGraphics.m; path = SDWebImage/Core/SDImageGraphics.m; sourceTree = ""; }; - 71B389CB5B56CFB334BE535D2476F79B /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; - 723B88A4CAB00299DDE80C2E7BFE4B8F /* LNInterpolable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNInterpolable.h; sourceTree = ""; }; + 71645E7B8BC727F250970F14F0682705 /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.h; sourceTree = ""; }; + 71E45BAD0BAC6D9902943EB7A78110F3 /* RNFirebaseCrashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseCrashlytics.h; sourceTree = ""; }; + 72277FFD55B9F0056DFEF07047DD2FD6 /* BugsnagReactNative.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BugsnagReactNative.h; path = cocoa/BugsnagReactNative.h; sourceTree = ""; }; + 7232337ABC3676B1058461B6EF10031A /* BugsnagReactNative.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = BugsnagReactNative.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 7249C46C18812BEB1380B79FE15AA003 /* RSKImageCropperStrings.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = RSKImageCropperStrings.bundle; path = RSKImageCropper/RSKImageCropperStrings.bundle; sourceTree = ""; }; + 7256E62D8A468D35EBE747F907AD0C03 /* React-jsinspector-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsinspector-prefix.pch"; sourceTree = ""; }; + 72684AEFCE53485E4062BDF27271C0BB /* RNUserDefaults-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNUserDefaults-dummy.m"; sourceTree = ""; }; 7272451EC2E80622338B0B64A2A335B0 /* yuv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = yuv.h; path = src/dsp/yuv.h; sourceTree = ""; }; 727EF25DA0553E17DBF96ECA72544A2F /* GULApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULApplication.h; path = GoogleUtilities/AppDelegateSwizzler/Private/GULApplication.h; sourceTree = ""; }; - 72A255A67FB890E9C38AEEBB2C8C50BA /* RCTKeyboardObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyboardObserver.m; sourceTree = ""; }; - 72DC67D55BF955781FEB320C292DE8A5 /* EXAppLoaderProvider.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAppLoaderProvider.xcconfig; sourceTree = ""; }; 72DE4BF3FB9CE0858E90F96FEF8A53AE /* libRNDateTimePicker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNDateTimePicker.a; path = libRNDateTimePicker.a; sourceTree = BUILT_PRODUCTS_DIR; }; 72E494917AC5EC2582197F07061A28B0 /* libEXPermissions.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXPermissions.a; path = libEXPermissions.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 72EC2B440DDCEB6EFC3F9B963357EE76 /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; + 72FB51B9D859937387C83204CD0AB7C6 /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; + 732070CB6A352AFA965CC4A88B14B1DB /* BSG_KSCrashDoctor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashDoctor.m; sourceTree = ""; }; + 73311D6651EF87EA6286106D7815FA22 /* REATransitionValues.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionValues.h; sourceTree = ""; }; + 735308D8F8F56A43FB8A68C952385C2C /* 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; }; + 73558E8BDF0844144FBB848734FB0A53 /* ARTShapeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTShapeManager.m; sourceTree = ""; }; 7361A14E6913E84550C1DC3F58C2D8DB /* firebasecore.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = firebasecore.nanopb.c; path = Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.c; sourceTree = ""; }; - 73748A783C6B7DDB36A887E64DDF81ED /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; - 73898F0A4372AA1F40A34F41671305FF /* REACallFuncNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REACallFuncNode.h; sourceTree = ""; }; - 73920868DCA9D64003E58186509D3DE8 /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; - 73934CBCB26D587781880AFD9B873AE0 /* RCTInspectorPackagerConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInspectorPackagerConnection.m; sourceTree = ""; }; - 7395B5C5E4D425DC7DB88ACCFDB5A03A /* RNFirebaseAdMobRewardedVideo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobRewardedVideo.h; sourceTree = ""; }; + 7371F75C58205F9A0845CF05600EEE06 /* ARTRenderable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTRenderable.h; path = ios/ARTRenderable.h; sourceTree = ""; }; + 73C300B69D71E2858C63C1F2CE59FB98 /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; + 73DBD369F3C5CE733B585E6FE60DDA8A /* BSG_KSCrashSentry_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Private.h; sourceTree = ""; }; 73E2135C8D025A56637F6E9D4ECEA339 /* UIImage+WebP.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+WebP.m"; path = "SDWebImageWebPCoder/Classes/UIImage+WebP.m"; sourceTree = ""; }; - 73E582A85DD07279E40A4F9CFE495665 /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.h; sourceTree = ""; }; - 73EBFB2DAD1AD96AFF141E7BF795ECBC /* REAConcatNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAConcatNode.h; sourceTree = ""; }; 73F8A95B79671F501F31EA4F1D04AA8B /* libReact-RCTActionSheet.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTActionSheet.a"; path = "libReact-RCTActionSheet.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 7415F8886B539E195804535A4DA44C5E /* Foundation.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Foundation.ttf; path = Fonts/Foundation.ttf; sourceTree = ""; }; 742E5440B777A8B7B7A9FC704D40329C /* FIRInstanceIDConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDConstants.m; path = Firebase/InstanceID/FIRInstanceIDConstants.m; sourceTree = ""; }; - 74335971DC911411BF969612FC477D72 /* RCTPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerConnection.h; sourceTree = ""; }; 7438CA751822D791B12E58204A868D57 /* msa_macro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = msa_macro.h; path = src/dsp/msa_macro.h; sourceTree = ""; }; - 7453488582B0D2756E057B427EBD653D /* React-cxxreact-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-cxxreact-dummy.m"; sourceTree = ""; }; - 7453FC765B3BE0CACDDC5F0EA1BD0812 /* RCTNativeModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeModule.mm; sourceTree = ""; }; + 743DD3B552A0D614F21550D03982F357 /* RCTPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPicker.h; sourceTree = ""; }; + 74447A96ABC1769496184E0F7294FAAF /* RNAudio-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNAudio-prefix.pch"; sourceTree = ""; }; 7459ED2A3AA1A2C6996F6C26EDC68100 /* upsampling_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_sse2.c; path = src/dsp/upsampling_sse2.c; sourceTree = ""; }; - 745A64730A3479DCBD1E56C51BE7F6E7 /* RNNativeViewHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNNativeViewHandler.h; sourceTree = ""; }; + 746C02501736982FBC4869F554FBB32C /* RNFirebaseUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebaseUtil.h; path = RNFirebase/RNFirebaseUtil.h; sourceTree = ""; }; + 747C4FA5EBC539BCBE94624BC3952B1D /* REAPropsNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAPropsNode.h; sourceTree = ""; }; 747D5203AAA3363BF08A72C7CC1D8BE6 /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = SDWebImage/Core/SDImageCacheConfig.h; sourceTree = ""; }; - 74B463CFBED62B5B2B498765818BBE90 /* React-jsiexecutor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsiexecutor-prefix.pch"; sourceTree = ""; }; - 75038038FFFF6C1ACEAA73365AD0316D /* RNDeviceInfo-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDeviceInfo-prefix.pch"; sourceTree = ""; }; - 754EABC0EB1BE0FFB98FF8050FFAF7AF /* RNRotationHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNRotationHandler.h; sourceTree = ""; }; + 74A0E7F5F53EB589B12ACEE830EEE35E /* RCTRequired.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTRequired.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 74CA056DE58D7CEEF549208AD3B2B845 /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; sourceTree = ""; }; 7564A1F13E29A4E11BFF153723BDDB4C /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = SDWebImage/Core/SDWebImageDownloaderOperation.m; sourceTree = ""; }; - 75690ECDB02CE2CE7630C26141D36257 /* EXAV.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAV.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 756C6DD3B919B07F11B61CEDA6898ADA /* enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc.c; path = src/dsp/enc.c; sourceTree = ""; }; - 758A0D976C7B66A9F730027FB1B32121 /* UMAppLifecycleService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleService.h; sourceTree = ""; }; 7590716D4AE3BB0E33F8971DB764BD8B /* QBImagePickerController.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = QBImagePickerController.xcconfig; sourceTree = ""; }; - 759104B0050089B19CC3C65417077CE1 /* RNFirebaseDatabaseReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseDatabaseReference.m; sourceTree = ""; }; + 759A861711E1F0204AF2FD5E6F1913E5 /* 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; }; 759DC169D8E4D84047688465CF775CB5 /* yuv_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_mips_dsp_r2.c; path = src/dsp/yuv_mips_dsp_r2.c; sourceTree = ""; }; + 759E0A2F53C1DC70E0421D79F409D4C5 /* RCTSurfacePresenterStub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfacePresenterStub.m; sourceTree = ""; }; 759EC1D0703FA80AF904D124A62306B7 /* GoogleDataTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GoogleDataTransport.h; path = GoogleDataTransport/GDTLibrary/Public/GoogleDataTransport.h; sourceTree = ""; }; - 75C8435C09230E8E776E52E0F584FF19 /* YGFloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGFloatOptional.h; path = yoga/YGFloatOptional.h; sourceTree = ""; }; + 75B5C528ED47BA30ECAFFC10F6E07240 /* react-native-orientation-locker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-orientation-locker-dummy.m"; sourceTree = ""; }; + 75C4194A2DAF3822BAA7E2AC55A60E7C /* RCTNativeAnimatedNodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedNodesManager.h; path = Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h; sourceTree = ""; }; 75C9063DE74F66137EFFB7D1CB6757C8 /* GDTCCTNanopbHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTNanopbHelpers.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTNanopbHelpers.m; sourceTree = ""; }; - 75ED6A2FE645B4C2CE9C0CAA112C005E /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; - 75F6D18956224424C34C25FFACF64AF9 /* BSG_KSCrashContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashContext.h; sourceTree = ""; }; 75FA850F4249EEF039D14074CF29791C /* histogram_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = histogram_enc.c; path = src/enc/histogram_enc.c; sourceTree = ""; }; + 7603127C94F4B0692A16E78D1CBC3408 /* BSG_KSObjCApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjCApple.h; sourceTree = ""; }; 7607A9B0AE15AE2637A412F178FD449C /* RSKInternalUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKInternalUtility.m; path = RSKImageCropper/RSKInternalUtility.m; sourceTree = ""; }; - 762A2EE810E1F78EF4BCD75D95B0BF0B /* RNEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNEventEmitter.h; path = RNNotifications/RNEventEmitter.h; sourceTree = ""; }; - 764CA911BD9503292FE83B55EB9BB8FF /* BSG_KSMach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMach.h; sourceTree = ""; }; - 767477ED4C5F319854580DDB9C87446E /* LongLivedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LongLivedObject.h; path = turbomodule/core/LongLivedObject.h; sourceTree = ""; }; + 762D67FD468E1E1134B9A2CB483D935B /* RCTTiming.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTiming.m; sourceTree = ""; }; 76A92676666A7BB7E23E63E461B209BA /* bignum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bignum.h; path = "double-conversion/bignum.h"; sourceTree = ""; }; - 76C121310544F2A6D7A670B54988D90D /* RCTAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimatedNode.h; sourceTree = ""; }; - 76DDB51F2393776542183257E816A139 /* RCTNativeAnimatedNodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedNodesManager.m; sourceTree = ""; }; + 76CF5E5C185238C131EC536F1F9D8C41 /* RCTImageLoaderProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderProtocol.h; path = Libraries/Image/RCTImageLoaderProtocol.h; sourceTree = ""; }; + 76D2A70142185C191DB22AA281F8E249 /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; + 76E4E2C00B4F6D7E17BCF98CC704F1AB /* RCTAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimatedNode.h; sourceTree = ""; }; 76FB7D1AF654CDA51148A02B58F668D1 /* FIRComponentContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentContainer.m; path = Firebase/Core/FIRComponentContainer.m; sourceTree = ""; }; + 7708BAA20BDA24ABC3B7477CC6A00B2A /* JSCRuntime.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCRuntime.cpp; sourceTree = ""; }; 7710A3504404B339F1B69B78B945F8BB /* FIRCoreDiagnosticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsInterop.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsInterop.h; sourceTree = ""; }; - 7719415B0BAFE759FB2C8D5C5C9369FA /* React-RCTImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.xcconfig"; sourceTree = ""; }; + 77291B2A6CCE62D8FAB4D61D04E0CD49 /* REAConcatNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAConcatNode.h; sourceTree = ""; }; + 7741C49B141667C6C2066568DCB1A2F2 /* TurboModuleBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleBinding.h; path = turbomodule/core/TurboModuleBinding.h; sourceTree = ""; }; 774A4843386AD8B6A0B481C2BEC76830 /* UIImage+RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+RSKImageCropper.h"; path = "RSKImageCropper/UIImage+RSKImageCropper.h"; sourceTree = ""; }; + 77579E3AB4DAC11B5A86FEB631FC58C0 /* JSDeltaBundleClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSDeltaBundleClient.h; sourceTree = ""; }; + 775A22DF6D464C311D344EB2053507BF /* RNFetchBlobProgress.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobProgress.m; path = ios/RNFetchBlobProgress.m; sourceTree = ""; }; 7777D1206CF772174961C6A8960477F4 /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = SDWebImage/Core/SDAnimatedImage.h; sourceTree = ""; }; 777F3909D5F80FE07601A2F5F6256669 /* rescaler_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_mips_dsp_r2.c; path = src/dsp/rescaler_mips_dsp_r2.c; sourceTree = ""; }; - 778735A5E92493559305A10863352B5F /* RCTAccessibilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAccessibilityManager.m; sourceTree = ""; }; - 77EB82852535283CE02345BE4C8E40EC /* BSGOutOfMemoryWatchdog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGOutOfMemoryWatchdog.h; sourceTree = ""; }; - 77F3C06757EAA6EE2C0CE7AB7D1B7CE8 /* ios_date.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ios_date.png; path = docs/images/ios_date.png; sourceTree = ""; }; - 7815570FA654A6449AB6FC6D4391B571 /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileRequestHandler.h; path = Libraries/Network/RCTFileRequestHandler.h; sourceTree = ""; }; - 78321E51A4A540D13D5D8BD2DA2809C9 /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; - 78D32E195FDA5CC0224ACC288F463B73 /* RCTConvert+FFFastImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FFFastImage.m"; path = "ios/FastImage/RCTConvert+FFFastImage.m"; sourceTree = ""; }; + 77F8E781B88AB45F66D2D0F0C53FDE0B /* RNFetchBlobRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobRequest.m; path = ios/RNFetchBlobRequest.m; sourceTree = ""; }; + 780EF00219695EC225F1689670EA6650 /* REAParamNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAParamNode.m; sourceTree = ""; }; + 78123378048A3D13658C51C48001E983 /* UMFileSystemInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFileSystemInterface.h; path = UMFileSystemInterface/UMFileSystemInterface.h; sourceTree = ""; }; + 781F8DE9BC77D769CCCE509DCCF4CF42 /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; + 782EDC4278D5DE045601FD035FA9840C /* EXSystemBrightnessRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXSystemBrightnessRequester.h; path = EXPermissions/EXSystemBrightnessRequester.h; sourceTree = ""; }; + 78D181B77758A8F7D5AEFA7956D9CE83 /* UMDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDefines.h; path = UMCore/UMDefines.h; sourceTree = ""; }; + 78DF122FAE9155F1789FF93EB08E29D3 /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm64.S"; sourceTree = ""; }; 78E35F84003A303C89B2EF6D71A90F37 /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.m; sourceTree = ""; }; - 79207914DE9E3C44A552147C33D65820 /* BugsnagSink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSink.h; sourceTree = ""; }; - 793A542DDEF956C411C64BDB67CA815C /* RCTPlatform.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPlatform.mm; sourceTree = ""; }; - 793C439B8C3BA2C4EA8F0D803309BCF1 /* RNFetchBlobNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobNetwork.m; path = ios/RNFetchBlobNetwork.m; sourceTree = ""; }; - 794BA5643428B87EAAA55E7C466C178E /* Compression.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Compression.m; path = ios/src/Compression.m; sourceTree = ""; }; + 78EF92DDCBA654864D61DCFFB4112411 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 790ACF3BCF8B68EFC80A6F46766C9E1E /* UMReactNativeAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeAdapter.h; sourceTree = ""; }; 797E5CE06E9B9B51140134FE084E6A9F /* alpha_processing.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing.c; path = src/dsp/alpha_processing.c; sourceTree = ""; }; - 7987143BC8816F168E481440F75DCA6B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 79AE735250CAF710BB13678CDD453906 /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAccessibilityManager.h; sourceTree = ""; }; - 79DAA100D0372D6D695BD1BEE90566CB /* RCTModalManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalManager.h; sourceTree = ""; }; - 7A0047149EDD3362290D3B27E1D65AE7 /* BSG_KSSystemCapabilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemCapabilities.h; sourceTree = ""; }; + 799DE0B23BD42824FA309135B2CCCD47 /* JSDeltaBundleClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSDeltaBundleClient.cpp; sourceTree = ""; }; + 79BE1473DB26003FD87FC008A45C4706 /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; + 79DE18736428CA992928EB2639D7A419 /* EXAppLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXAppLoaderInterface.h; sourceTree = ""; }; 7A26B3BE96D2E05156203DD41BD0155B /* UIApplication+RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIApplication+RSKImageCropper.h"; path = "RSKImageCropper/UIApplication+RSKImageCropper.h"; sourceTree = ""; }; - 7A41746DE0A98E4B82C4C89A3397C9DC /* React-RCTText-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTText-dummy.m"; sourceTree = ""; }; 7A70667C04F365A3A52BC558289A23F5 /* cost.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost.c; path = src/dsp/cost.c; sourceTree = ""; }; 7A8A5EC10C45A2A2B013DF0FDB09FF1F /* vp8l_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8l_enc.c; path = src/enc/vp8l_enc.c; sourceTree = ""; }; - 7B1216DF5913FC67AAAC23A8888AE9DA /* RNPanHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPanHandler.m; sourceTree = ""; }; + 7ABF7106CDFE8FA8630664DD0EB7E4A4 /* RCTConvert+RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+RNNotifications.h"; path = "RNNotifications/RCTConvert+RNNotifications.h"; sourceTree = ""; }; + 7AE3E5AF76AAC7CD8BCC381E668D5E61 /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; + 7B023EC3C4FAC79C9C0E65AFEC7E6215 /* JSCExecutorFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCExecutorFactory.mm; sourceTree = ""; }; 7B16EC2B5C2B0219D785C69C18D3A68A /* neon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = neon.h; path = src/dsp/neon.h; sourceTree = ""; }; 7B33D83FA8DED2E998E91F2C1409CF98 /* F14Table.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = F14Table.cpp; path = folly/container/detail/F14Table.cpp; sourceTree = ""; }; - 7B5DE73ECA9102A21C8964540F74B4B2 /* RCTImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageCache.m; sourceTree = ""; }; 7B677BD8E1DAFFA5B85DEB6276606F32 /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "SDWebImage/Core/UIImage+MultiFormat.h"; sourceTree = ""; }; - 7BB8B9D9FF1D265B60688407B6F2A7B1 /* RNJitsiMeetView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNJitsiMeetView.h; path = ios/RNJitsiMeetView.h; sourceTree = ""; }; 7BD618947E6AA997CA825320EAEFFECA /* strtod.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = strtod.cc; path = "double-conversion/strtod.cc"; sourceTree = ""; }; + 7BF56261B24C4FCD0425D1FC3053C4A0 /* RNGestureHandlerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerManager.m; path = ios/RNGestureHandlerManager.m; sourceTree = ""; }; 7C3EBAFEBE08088002B1F7333E2E81FD /* nanopb-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "nanopb-dummy.m"; sourceTree = ""; }; 7C3F1CD6A3EADEAE4CF1D0F93935D414 /* GULLoggerCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerCodes.h; path = GoogleUtilities/Common/GULLoggerCodes.h; sourceTree = ""; }; - 7C4A89A5F38EE3C48F7DD6A1F7BAEA86 /* RNCSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSliderManager.h; path = ios/RNCSliderManager.h; sourceTree = ""; }; - 7C87F803809CB9166D92FEB4075DE6DD /* RCTStatusBarManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStatusBarManager.m; sourceTree = ""; }; + 7CB4793A821444E213CE6B98F917A785 /* EXWebBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXWebBrowser-prefix.pch"; sourceTree = ""; }; 7CB5D3ED9C2BDAF2A7F5063AA4CE0C19 /* glog.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.xcconfig; sourceTree = ""; }; - 7CF9B04F09A6168A21F276707486B603 /* react-native-appearance-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-appearance-prefix.pch"; sourceTree = ""; }; - 7CFDE95A6869C12FF0424853345B9B08 /* READebugNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = READebugNode.m; sourceTree = ""; }; + 7CB6451DCC3B8A5621A65AC4F94C94F7 /* 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; }; + 7CB8B0F98AD5A5B9E244529D8DDEA27B /* UMReactNativeAdapter.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMReactNativeAdapter.xcconfig; sourceTree = ""; }; + 7CC2B89A12AA76F94841F7E4B6905749 /* BSG_KSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSLogger.h; sourceTree = ""; }; + 7CC9925C6DB8029E0AEFD9F9B1B7DA30 /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; + 7D0B700012D137830B5F843C279D19C6 /* ARTRenderableManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTRenderableManager.h; sourceTree = ""; }; 7D0F91703E6BBDAC31CCD4A9929CA362 /* NSError+FIRInstanceID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+FIRInstanceID.m"; path = "Firebase/InstanceID/NSError+FIRInstanceID.m"; sourceTree = ""; }; - 7D5E4B14E4C0207640F68130035D7A01 /* React.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.xcconfig; sourceTree = ""; }; - 7D8DC56410E5BEF44835C88D61C76EB6 /* RNUserDefaults.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNUserDefaults.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 7D2B3EBFEBBFCFAB13633448E2715D73 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 7D451749C0ABA7FD5248CB5ABF17E62C /* RCTBundleURLProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleURLProvider.m; sourceTree = ""; }; + 7D7A1D287D3A72046B0613D155243461 /* RNDateTimePicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNDateTimePicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 7D8BD50C15C290B659632A280E0ED34C /* RCTClipboard.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTClipboard.m; sourceTree = ""; }; 7D911208FAC51D1BE487A3C73B2B0A3F /* GoogleUtilities-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleUtilities-prefix.pch"; sourceTree = ""; }; - 7D9426D6A7FB61A887D503ADBD24144C /* UMUtilitiesInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUtilitiesInterface.h; sourceTree = ""; }; - 7DCE9681D48CA655E108B358ACD8AE3C /* BugsnagUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagUser.h; sourceTree = ""; }; - 7DDE9624A5F6DFBCD3AC7DBD6A9CC78B /* EXAudioSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioSessionManager.h; path = EXAV/EXAudioSessionManager.h; sourceTree = ""; }; - 7DE7843EC8739E3A31678AABD115CE35 /* UMKernelService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMKernelService.h; sourceTree = ""; }; - 7DF94D11757CF0C19E98C670C0B46518 /* ARTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTSurfaceView.h; path = ios/ARTSurfaceView.h; sourceTree = ""; }; - 7E038BA992C7ACE80C4C2AD8D8EC6304 /* EXSystemBrightnessRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXSystemBrightnessRequester.h; path = EXPermissions/EXSystemBrightnessRequester.h; sourceTree = ""; }; - 7E1DF27207F1A5C2C963E7713C734555 /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; - 7E23BA7020ED443E0AD49AF24EE2A911 /* React-CoreModules.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-CoreModules.xcconfig"; sourceTree = ""; }; + 7DE8B6AB3DB350FA909841DA9EC08631 /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.h; sourceTree = ""; }; + 7E0A1A7D74F39BE870AF55B2E64AD066 /* RNVectorIconsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNVectorIconsManager.h; path = RNVectorIconsManager/RNVectorIconsManager.h; sourceTree = ""; }; 7E5E40BE38CD5D32550DE474499879E1 /* GDTEventTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTEventTransformer.h; path = GoogleDataTransport/GDTLibrary/Public/GDTEventTransformer.h; sourceTree = ""; }; - 7E6F52EA4F16924172A07F5D50747553 /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; + 7E5F2BBDC30B736DA9977218A939DDFB /* UMReactFontManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactFontManager.h; sourceTree = ""; }; + 7E74EDA1EAA0BC929D6C3AF0AD6CAE80 /* RCTTrackingAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTrackingAnimatedNode.h; sourceTree = ""; }; 7E8562A096DC667CF7F9AFA332F7B918 /* GDTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTPlatform.h; path = GoogleDataTransport/GDTLibrary/Public/GDTPlatform.h; sourceTree = ""; }; - 7EBDF44A68FBA375D60FFE9543F8E508 /* REAModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REAModule.m; path = ios/REAModule.m; sourceTree = ""; }; - 7ED69810CAF7C92E99EF316EF1F1D6BE /* react-native-appearance-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-appearance-dummy.m"; sourceTree = ""; }; - 7F2008BAA06F83FEC23799BE4E7BA8D0 /* EXWebBrowser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXWebBrowser.m; path = EXWebBrowser/EXWebBrowser.m; sourceTree = ""; }; + 7E89B3A68781A28F23467774369C8250 /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; + 7E8AB6442F8B1D3335CB855C752DF4C0 /* RNBootSplash-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNBootSplash-prefix.pch"; sourceTree = ""; }; + 7EA8ED15F9C131F6872DE58F37D5727B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 7EC0DE5DFE02E82E831EFD2121787C40 /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; + 7EC4C94E4213D81A4BB7A295EA03002A /* RCTPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerConnection.h; sourceTree = ""; }; + 7EDB2B3D66D3A71D8F92BC97FA3EBD68 /* BugsnagMetaData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagMetaData.h; sourceTree = ""; }; + 7EDDD082B464330E799D615A83BF7906 /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; + 7EFFDD1C172FACA0E4B372D8E6788CD5 /* BSG_KSMach.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach.c; sourceTree = ""; }; 7F2C818D6FCADF26293BDB5D60AB1E76 /* QBAssetCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetCell.m; path = QBImagePicker/QBAssetCell.m; sourceTree = ""; }; 7F382871D29FF65C4199214BF949CFE3 /* ja.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ja.lproj; path = QBImagePicker/ja.lproj; sourceTree = ""; }; 7F455304A67F7F226CABBEF3A52354DC /* GDTRegistrar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTRegistrar.m; path = GoogleDataTransport/GDTLibrary/GDTRegistrar.m; sourceTree = ""; }; - 7F533BDC208ED66383C167AB3E75F1C8 /* ARTText.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTText.m; path = ios/ARTText.m; sourceTree = ""; }; - 7F7156A23284105AA7C4121711BF1FFC /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; sourceTree = ""; }; - 7FA68F18A14101923CA3305B869081B3 /* RCTBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridge.m; sourceTree = ""; }; - 7FD3A23C2C73AF02C7B123F5BF72FD76 /* RNVectorIconsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNVectorIconsManager.h; path = RNVectorIconsManager/RNVectorIconsManager.h; sourceTree = ""; }; - 7FD61F0884C908C799762789F059ED95 /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxNativeModule.h; sourceTree = ""; }; - 7FDF6244B703C67CA6F0AEDBD4A41029 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 7FE70E03FCF5F3D3A476D63FB08869F0 /* ARTShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTShape.h; path = ios/ARTShape.h; sourceTree = ""; }; - 7FF33784A3FBD65650BC14499CA52D7B /* RNPushKitEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventHandler.h; path = RNNotifications/RNPushKitEventHandler.h; sourceTree = ""; }; - 7FFBC3986D0F1EA250FADE5DD7270A35 /* React-cxxreact-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-cxxreact-prefix.pch"; sourceTree = ""; }; - 7FFC024A324BB2B1560D00D447B2735C /* BSG_KSCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry.h; sourceTree = ""; }; - 8012D5582D3EC343EBE5BAD309CFA435 /* RCTImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageLoader.mm; sourceTree = ""; }; - 801FDE00F084B3ED700B2166D5288922 /* JSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSExecutor.h; sourceTree = ""; }; + 7F47A0C13E9D73A8A36B6AF2C6148890 /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; + 7F99C0235FD16740EEC6ACD1AF12C181 /* SharedProxyCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SharedProxyCxxModule.h; sourceTree = ""; }; + 7FC79DE0AA004618BCBB2301018AE197 /* react-native-document-picker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-document-picker.xcconfig"; sourceTree = ""; }; + 7FDA3F00A8236E861AFA5767253DC5CA /* RCTInspectorDevServerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorDevServerHelper.h; sourceTree = ""; }; + 7FDB4CDB9687C807AA8AA69F93C6A9D3 /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; + 7FF7FC4282753440CC43A8E04C0F9D93 /* UMSingletonModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMSingletonModule.m; path = UMCore/UMSingletonModule.m; sourceTree = ""; }; + 7FF7FEA819650D25C4BD4A0BE00060BA /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; + 8013CC26E4F7431AB0C1B98210B570B5 /* RCTEventAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventAnimation.m; sourceTree = ""; }; + 801F4D6A555FAC61F44FE4C08F1F9568 /* 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; }; 802121F5B756ACBFDD6D08C36246DADD /* libReact-RCTLinking.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTLinking.a"; path = "libReact-RCTLinking.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 8048BF881A812A9AD3CA1B5365E7B063 /* BSG_KSMach_Arm.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm.c; 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; }; - 807A0E4A7D921BAAE970FFB2AE0DBF2D /* UMLogManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMLogManager.m; sourceTree = ""; }; - 8097639CAAEAC14DB33641BCA5F76A09 /* RNSScreenStackHeaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenStackHeaderConfig.h; path = ios/RNSScreenStackHeaderConfig.h; sourceTree = ""; }; - 809D7F88930C76D358E1DC90AC941F47 /* RNCAppearanceProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearanceProvider.m; path = ios/Appearance/RNCAppearanceProvider.m; sourceTree = ""; }; 80A51B61FECFED8D1A0D95AAD32A2938 /* libEXHaptics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXHaptics.a; path = libEXHaptics.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 80D490F6067594391B77BBDDA317E72D /* UMNativeModulesProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMNativeModulesProxy.h; sourceTree = ""; }; + 80CF1E401B375D15AC257650414C757C /* RCTLinkingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLinkingManager.h; path = Libraries/LinkingIOS/RCTLinkingManager.h; sourceTree = ""; }; 8101CA79A5AA30456AA6165282972ECE /* FIRBundleUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRBundleUtil.m; path = Firebase/Core/FIRBundleUtil.m; sourceTree = ""; }; - 8107FA806405AE03A6A9EBDF1A1C3599 /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; - 811A189C13279895F1162EF2A40D4904 /* ObservingInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObservingInputAccessoryView.h; path = lib/ObservingInputAccessoryView.h; sourceTree = ""; }; 815A9BAC42A50A2468F2DD062571EA0A /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = SDWebImage/Core/SDWebImageDownloaderConfig.m; sourceTree = ""; }; - 816FB35DC5903426E821F1995F565692 /* REATransitionAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionAnimation.m; sourceTree = ""; }; - 81A275692A0794199629EE2C8E4B3B06 /* RCTFileReaderModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFileReaderModule.m; sourceTree = ""; }; + 819ED7A89717A189930F6DD69C542A7F /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.h; sourceTree = ""; }; + 81A051B1879DBE3866E663913851552D /* BSG_KSCrashSentry_User.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_User.c; sourceTree = ""; }; + 81B9752312D9C5DA90C9FE5E38D2B1DA /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; + 81EE5A4414D55FA5EAC5FFEF135313E4 /* RCTAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimatedImage.h; path = Libraries/Image/RCTAnimatedImage.h; sourceTree = ""; }; + 820510F14839EAE46CB94B3CD88E572B /* EXConstants-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXConstants-prefix.pch"; sourceTree = ""; }; 8205CF74FA0780A1B760D538A1E880E7 /* GDTConsoleLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTConsoleLogger.m; path = GoogleDataTransport/GDTLibrary/GDTConsoleLogger.m; sourceTree = ""; }; 8210FBF8DE752BB131C2C332056DDCFD /* quant_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_dec.c; path = src/dec/quant_dec.c; sourceTree = ""; }; - 82325A477E75BADD23CB0A88F2E29306 /* RNFirebasePerformance.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebasePerformance.m; sourceTree = ""; }; + 822854C68C8ED5D3E50DC8F97B027FF0 /* ARTCGFloatArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTCGFloatArray.h; path = ios/ARTCGFloatArray.h; sourceTree = ""; }; + 822A876AACD24B50722D260D165AB25E /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleMethod.mm; sourceTree = ""; }; + 823861AC71777BC3698FB9FE8E51D810 /* RCTConvert+ART.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+ART.m"; path = "ios/RCTConvert+ART.m"; sourceTree = ""; }; + 82520F9C498F1DDBBE87D8AC1B113EB8 /* UMReactNativeAdapter-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMReactNativeAdapter-prefix.pch"; sourceTree = ""; }; 8266C442388677C2FCF13167301096D6 /* fixed-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fixed-dtoa.h"; path = "double-conversion/fixed-dtoa.h"; sourceTree = ""; }; + 82A14036AEE4CCDA197C5FEE2AD9B15E /* ARTRenderable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTRenderable.m; path = ios/ARTRenderable.m; sourceTree = ""; }; 82BA2E6A5BD7AF8E90A46BA46468DB13 /* Pods-RocketChatRN-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-RocketChatRN-acknowledgements.plist"; sourceTree = ""; }; 82BC22CFBE66213A5201EDBAD63E5D23 /* random_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = random_utils.c; path = src/utils/random_utils.c; sourceTree = ""; }; - 82D098BAF796AD84A72CEC69862AABB8 /* EXVideoView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoView.m; sourceTree = ""; }; - 82ECFEAD2FB0364BAC21E54B58A3A9A8 /* RCTWebSocketExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketExecutor.h; path = Libraries/WebSocket/RCTWebSocketExecutor.h; sourceTree = ""; }; - 82EF58F8DD5FC7A85BEFD70ED49A0C48 /* BSG_KSCrashSentry_MachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_MachException.h; sourceTree = ""; }; + 82D6F3B8FBE2CC86A13086312B23271B /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDeviceInfo.h; sourceTree = ""; }; + 830AF56F315F8A50F9306D7AEA6BA5A0 /* RNGestureHandler-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNGestureHandler-dummy.m"; sourceTree = ""; }; + 8316402AC05BDE2B1C25C0E0B73623A7 /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; + 83622DB02DF72F4E2CBC80DB010A403B /* BSG_KSCrashState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashState.h; sourceTree = ""; }; 83647078B615B2197FFAB849A9CD8510 /* rescaler_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_neon.c; path = src/dsp/rescaler_neon.c; sourceTree = ""; }; - 837A8379C8855239AA7C291770C26657 /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; - 83E380B95E21AFEEBF77A120F248E7CE /* RCTReconnectingWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTReconnectingWebSocket.h; path = Libraries/WebSocket/RCTReconnectingWebSocket.h; sourceTree = ""; }; - 841B25552AF59007AF5F708CA47B8DAA /* RNGestureHandlerModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerModule.m; path = ios/RNGestureHandlerModule.m; sourceTree = ""; }; - 8434E779EA668D91BE2B71D64051100F /* RNBootSplash-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNBootSplash-dummy.m"; sourceTree = ""; }; - 844F783A7D1E9F58F9CF8ABC7D95DF5A /* FFFastImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageViewManager.h; path = ios/FastImage/FFFastImageViewManager.h; sourceTree = ""; }; + 8373FF1609D4CC78C3656464B1F9D785 /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; + 838B93A618D8D752DE12F37AA1EC09FD /* RNGestureHandlerState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerState.h; path = ios/RNGestureHandlerState.h; sourceTree = ""; }; + 8438160077E7E0BA1F913EFBFB625985 /* RNCSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSlider.h; path = ios/RNCSlider.h; sourceTree = ""; }; + 84479556574826CE897D80D0F0DB5FC6 /* RCTTurboModuleManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModuleManager.h; sourceTree = ""; }; + 8457E4286D4595A371FDBA1B4E985DFA /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 846176A3BA3817BAE1DF4C6E1040743F /* UMBarCodeScannerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMBarCodeScannerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 8466EABAE46F8A7FBAE302C591B0F328 /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPlatform.h; path = React/CoreModules/RCTPlatform.h; sourceTree = ""; }; + 846D585DAC4CAA75858E23352D955DCE /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; 84997290FB077D9DCEA80D70AB04A5A3 /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/Core/SDImageCache.h; sourceTree = ""; }; 84D2322CA9EC6811EBA2D12ABF5E0AD2 /* GDTRegistrar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTRegistrar.h; path = GoogleDataTransport/GDTLibrary/Public/GDTRegistrar.h; sourceTree = ""; }; - 84D33921BE9769249475C3A87ECB9B0D /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; 84DEA6A2926AC579012A614F51820936 /* glog-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "glog-dummy.m"; sourceTree = ""; }; 84F63586A5781B5C56523DB7E7968554 /* lossless_enc_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_sse2.c; path = src/dsp/lossless_enc_sse2.c; sourceTree = ""; }; + 84F95300CB5A282EB1A94CDF964342BB /* RCTBaseTextInputShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputShadowView.h; sourceTree = ""; }; 853C5A171E7AD246F25C576E7C0F4953 /* fast-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fast-dtoa.h"; path = "double-conversion/fast-dtoa.h"; sourceTree = ""; }; + 85521731C0E82BAEE18B6737FC07E11A /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; 85529CF7E1A03066A8EBBDA1888E4A63 /* QBSlomoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBSlomoIconView.h; path = QBImagePicker/QBSlomoIconView.h; sourceTree = ""; }; 8554D73855D891F21F3D4A1CAA79A245 /* FIRComponentContainerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainerInternal.h; path = Firebase/Core/Private/FIRComponentContainerInternal.h; sourceTree = ""; }; 856B5CD56F194FAD26EA91620B66D614 /* libGoogleDataTransport.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libGoogleDataTransport.a; path = libGoogleDataTransport.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 856D0994BC5738D396C97A458EF678CB /* RCTTurboModuleManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTurboModuleManager.mm; sourceTree = ""; }; 8577AD258C8418C96654C37717002E9A /* GULSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSwizzler.h; path = GoogleUtilities/MethodSwizzler/Private/GULSwizzler.h; sourceTree = ""; }; + 858A5749BBFD503B3D05B035D3CF513F /* rn-fetch-blob.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-fetch-blob.xcconfig"; 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; }; 858F9BF8E8BB27F1507081A9B6AFDB00 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = Firebase/Core/Private/FIRLogger.h; sourceTree = ""; }; - 85CD6CEA26EA2149C045B78050DDE5BB /* UMEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitter.h; sourceTree = ""; }; - 85DF79FC11F6F499BD4B5E580BA98DC2 /* RCTFPSGraph.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFPSGraph.m; sourceTree = ""; }; + 85A28289DD176C531B699DBA213438DB /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; sourceTree = ""; }; 85EC2C5BB6DECEAE4642CA0FAFD0F187 /* huffman_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = huffman_utils.c; path = src/utils/huffman_utils.c; sourceTree = ""; }; - 85EF388BC987D2243E6DBEBBCE0CF1A1 /* REAAlwaysNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAAlwaysNode.h; sourceTree = ""; }; - 865680AE7D0D81226BDE556B6B400A0A /* react-native-jitsi-meet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-jitsi-meet-prefix.pch"; sourceTree = ""; }; - 865E39F06A42C6FAC5C5E86CE8717766 /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; - 866B8BEC747C62D75D22399E190F5E3F /* RCTEventAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventAnimation.m; sourceTree = ""; }; - 868372E35A16798A8ABCDEBFE2E10337 /* RCTImageLoaderProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderProtocol.h; path = Libraries/Image/RCTImageLoaderProtocol.h; sourceTree = ""; }; - 869A40360F52246AB0109FDC1432CD77 /* UMBarometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarometerInterface.h; path = UMSensorsInterface/UMBarometerInterface.h; sourceTree = ""; }; - 86A8EE1D2F8B8AEB69DAEF21A92DBBD4 /* FBReactNativeSpec.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBReactNativeSpec.xcconfig; sourceTree = ""; }; - 870EB3DE4EC6FE75B94939F40FF0CA8E /* BugsnagNotifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagNotifier.h; sourceTree = ""; }; - 87179650DF0B52EB02B734E5424A0BE7 /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; - 8739F636733F045253E3984A04D799FC /* EXCameraRollRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCameraRollRequester.h; path = EXPermissions/EXCameraRollRequester.h; sourceTree = ""; }; - 875CED08558AC67D42F00C1878FB41D3 /* UMBarCodeScannerInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMBarCodeScannerInterface.xcconfig; sourceTree = ""; }; - 876EB62D00154FCF978243A8C0A7C1B8 /* 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; }; - 87D95E98CFA8AD57B15F0564D10FB71F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 87E9D60A4716E741764A6CB9588AEB79 /* RCTImageBlurUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageBlurUtils.m; sourceTree = ""; }; - 87F1A0E4809C3E1D5E8B51C00DA77B27 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 8604DC591B297EF2F314279B0B3A08B9 /* RNGestureHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandler.h; path = ios/RNGestureHandler.h; sourceTree = ""; }; + 8606EB5A6FA4A9DB839B6A853ABBBB3B /* UMFileSystemInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFileSystemInterface.xcconfig; sourceTree = ""; }; + 86094AF1B50170B4823148357D6E087F /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; sourceTree = ""; }; + 862CDC3094C25857F30E66841C4E12C7 /* RNLongPressHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNLongPressHandler.h; sourceTree = ""; }; + 8666A129958604DEC083C66FEBB02BB1 /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; + 8697B74C19B73444C8B931A1DDC13129 /* UMAppDelegateWrapper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMAppDelegateWrapper.m; path = UMCore/UMAppDelegateWrapper.m; sourceTree = ""; }; + 86CF273F1D6DEA2EE1B062F2F539E5E1 /* react-native-slider-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-slider-dummy.m"; sourceTree = ""; }; + 87414B7294F403853DE2368350B6C33A /* BSG_KSCrashReportStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashReportStore.m; sourceTree = ""; }; + 87591D61CE8EE2554C0B0C4C99897D80 /* RNFirebaseAdMobInterstitial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobInterstitial.h; sourceTree = ""; }; + 8789E6B9B4F6FF88FE0CCF277378F455 /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; + 87AC64400D453E3CBF104F00B921C1F1 /* RNFirebaseRemoteConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseRemoteConfig.m; sourceTree = ""; }; + 87FAB9B3921C5491324C57EE24980194 /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; 881A995EC3D900DB72C4272B69CC47AA /* UIImage+MemoryCacheCost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MemoryCacheCost.m"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.m"; sourceTree = ""; }; - 88201CBECDD0934923BFE668BC6A11D7 /* REANode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REANode.m; sourceTree = ""; }; - 8827799CD3622DDFB04521A953779AE8 /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; - 882E15C3C47E299053A64CAC0A68372B /* RCTImageEditingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageEditingManager.h; path = React/CoreModules/RCTImageEditingManager.h; sourceTree = ""; }; - 885AD8A471224C419BD2F62DE884E74E /* RNFirebaseLinks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseLinks.h; sourceTree = ""; }; - 8881B621F12A407767CC2F6FDCC171F9 /* react-native-keyboard-input-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-keyboard-input-dummy.m"; sourceTree = ""; }; - 889F498307EA1081D82E434001B02BEA /* EXDownloadDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXDownloadDelegate.h; path = EXFileSystem/EXDownloadDelegate.h; sourceTree = ""; }; + 884C0E30EDE454D9E5310C6F882D0780 /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; + 8895CC9339BD9505F9949856538399BD /* RNJitsiMeetView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNJitsiMeetView.h; path = ios/RNJitsiMeetView.h; sourceTree = ""; }; 88AB30A3EFE9A1E50864D0741BD90550 /* cached-powers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "cached-powers.h"; path = "double-conversion/cached-powers.h"; sourceTree = ""; }; - 88B72F8FA21C764D08EDCD41F3225EC0 /* RNFirebaseCrashlytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseCrashlytics.m; sourceTree = ""; }; - 88B9807BEED08F60C9534922B5809986 /* UMLogManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogManager.h; sourceTree = ""; }; 88BF215051D44F917F48599E34BEE382 /* RSKTouchView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKTouchView.h; path = RSKImageCropper/RSKTouchView.h; sourceTree = ""; }; - 89234B508E0DF2C4FCF57A1F9882150A /* 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; }; + 88BFC30A80845B54EEC84821CD30B11C /* UMEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitter.h; sourceTree = ""; }; + 88E9F5178EC26BC2D4F56E99B0E341D3 /* Zocial.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Zocial.ttf; path = Fonts/Zocial.ttf; sourceTree = ""; }; 8938B320492783985358B1EB49BD2B5E /* muxinternal.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxinternal.c; path = src/mux/muxinternal.c; sourceTree = ""; }; + 8946A071178C25528EEBE03CDB437FF7 /* REACondNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REACondNode.h; sourceTree = ""; }; 89727035FEE7F64491F5E950B5FE800C /* ieee.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ieee.h; path = "double-conversion/ieee.h"; sourceTree = ""; }; - 897A6C14722EEA5FF364F2E0F07C02FE /* RCTConvert+UIBackgroundFetchResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+UIBackgroundFetchResult.m"; sourceTree = ""; }; - 8985DAE76335A3D2EE53D18D85CD06DA /* RNFirebaseAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAuth.h; sourceTree = ""; }; + 8981B742FE7F8B1009CBC18E4F1F1E40 /* jsilib-posix.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = "jsilib-posix.cpp"; sourceTree = ""; }; + 898650B1D3FC1109D6E02FF42632A385 /* REAEventNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAEventNode.m; sourceTree = ""; }; 8998273719FDD789E6F9C7541AFD0B33 /* libRNVectorIcons.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNVectorIcons.a; path = libRNVectorIcons.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 89B51D9DC6352AA5D37729B72D1EAF05 /* 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; }; - 89DECEC5BA10EB7025185E6B80FEC4FC /* RCTCxxUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxUtils.mm; sourceTree = ""; }; - 89E859BF7FD662F7D787D8549B001AF7 /* ImageCropPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ImageCropPicker.m; path = ios/src/ImageCropPicker.m; sourceTree = ""; }; - 89F993C3028B25F0742262F16CDB4341 /* ARTRadialGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTRadialGradient.h; sourceTree = ""; }; - 8A0DD5A63AEC5703EA492659F41BD75C /* RCTTurboModuleManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModuleManager.h; sourceTree = ""; }; - 8A2F0DCF4B8A954074992DE814A87BB4 /* Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utils.h; path = yoga/Utils.h; sourceTree = ""; }; + 89EC8A7E6CE34BC157979031FCFBBE43 /* EXAudioSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioSessionManager.m; path = EXAV/EXAudioSessionManager.m; sourceTree = ""; }; + 8A15A9E207A9B31FFE5CADC3535ED922 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 8A4583650F45571507CD038D830C8700 /* RCTTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = ""; }; + 8A52E6AED1DC4A1AE4D8AD3A618C1C68 /* RCTRedBox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBox.m; sourceTree = ""; }; + 8A6B04011303E79129FE13F3F74FB219 /* RNGestureHandlerRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerRegistry.m; path = ios/RNGestureHandlerRegistry.m; sourceTree = ""; }; + 8A6B7A7CB2BF0CBC83C46383428B1B85 /* EXAV-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAV-prefix.pch"; sourceTree = ""; }; + 8A75D45E5BFAC8C1CEA23F49BD406B24 /* rn-fetch-blob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-fetch-blob-prefix.pch"; sourceTree = ""; }; 8A7D02799D4AF36B211CFE1A6CDD0BA7 /* GULAppDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m; sourceTree = ""; }; - 8AABD05450802148E6D4E459183DA08F /* RNDateTimePicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDateTimePicker-prefix.pch"; sourceTree = ""; }; - 8AEFD94BD06B3B9C73DD29579ADE16D3 /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; + 8ABDB103E800D6BCF33BF507BF197653 /* RNFirebaseFirestoreDocumentReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestoreDocumentReference.h; sourceTree = ""; }; 8B3CE4C3A71A509F67940BA9741ECD40 /* FIRConfigurationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfigurationInternal.h; path = Firebase/Core/Private/FIRConfigurationInternal.h; sourceTree = ""; }; - 8B5ADC31FD186B9A7FF39AB89C8645E1 /* UMPermissionsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMPermissionsInterface.xcconfig; sourceTree = ""; }; - 8BB833DB91F3C3F00F5659F874B8DCF2 /* BSG_KSCrashSentry_CPPException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_CPPException.h; sourceTree = ""; }; - 8BCDDD7DB6B1E4894935BB2821D35D00 /* React-RCTAnimation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTAnimation-dummy.m"; sourceTree = ""; }; + 8B675E27D17E8DCE6AAC1F10436D1F10 /* RCTMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedViewManager.m; sourceTree = ""; }; + 8B70D89C68E336F8B2DF9BFE9B8383DF /* TurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModule.h; path = turbomodule/core/TurboModule.h; sourceTree = ""; }; + 8B7F0C28C1AF0611CD505579BBE385FF /* BSG_KSCrashSentry_Signal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Signal.h; sourceTree = ""; }; + 8B8D43FBBE96BBA75B481C27F19FB408 /* RCTAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationDriver.h; sourceTree = ""; }; + 8B9846EF1E145BA26B53A465625FA099 /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; + 8BBE4A685580DF057CABE0D4123A574D /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; + 8BCCD3F4217BAD13666024F32C186E4A /* RCTCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxModule.h; sourceTree = ""; }; 8BD00758F5E48D4A3B8218710D7D5C07 /* GDTUploadCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTUploadCoordinator.h; path = GoogleDataTransport/GDTLibrary/Private/GDTUploadCoordinator.h; sourceTree = ""; }; - 8BEFCBA577467637C7DA1AD12DA6F75A /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; - 8C03628797BA32EB5BD2256EFB7E4844 /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; + 8BDAE7B120714CE71C9A3935894BA0FA /* ARTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTSurfaceView.h; path = ios/ARTSurfaceView.h; sourceTree = ""; }; + 8BE2D6F0D39E3FF22EEAEED7F3DF7962 /* RCTVideoManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideoManager.m; path = ios/Video/RCTVideoManager.m; sourceTree = ""; }; + 8C2F1DBB98084A93C3C539E70CFFB273 /* EXFileSystemLocalFileHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemLocalFileHandler.m; path = EXFileSystem/EXFileSystemLocalFileHandler.m; sourceTree = ""; }; + 8C3D163EA7475D9797EFB599AA34E2F2 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; 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; }; - 8C74F3901CA317FFB3564E42E3A0BA50 /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPlatform.h; path = React/CoreModules/RCTPlatform.h; sourceTree = ""; }; - 8C7F41A208FFDABCB85C479F7BA211CE /* EXAV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAV.h; path = EXAV/EXAV.h; sourceTree = ""; }; - 8C8327DC370B5B24F3945529C1786252 /* JSCExecutorFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCExecutorFactory.mm; sourceTree = ""; }; - 8C92070AE5CB870A36179CB1D2FE5E3C /* UMCameraInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMCameraInterface.h; path = UMCameraInterface/UMCameraInterface.h; sourceTree = ""; }; - 8CB547496BC9E715473597A4D9074BAA /* ARTBrush.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTBrush.m; sourceTree = ""; }; - 8CBC206F357BD657DE665283FF64197E /* RCTTypeSafety-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTTypeSafety-prefix.pch"; sourceTree = ""; }; 8CC9178C366942FD6FF6A115604EAD58 /* libFirebaseCoreDiagnostics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseCoreDiagnostics.a; path = libFirebaseCoreDiagnostics.a; sourceTree = BUILT_PRODUCTS_DIR; }; 8CF4A01EE627F61E41AA1DD83D6ED332 /* symbolize.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = symbolize.cc; path = src/symbolize.cc; sourceTree = ""; }; - 8CF82B952363DA3ADAA89A7DFEEAD381 /* RNReanimated.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNReanimated.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 8D3724BBA27E2B32D08937468113E078 /* Yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Yoga-dummy.m"; sourceTree = ""; }; - 8D6E36EBB6C6709E2B246C46650DE2CE /* RNFirebaseInstanceId.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseInstanceId.m; sourceTree = ""; }; - 8D7B66BD42BC878EA51C2BC82B338C1B /* RNDateTimePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDateTimePicker.h; path = ios/RNDateTimePicker.h; sourceTree = ""; }; + 8D335B28893DD4FB9CBBB4BD04C24D0F /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; + 8D5DA9F707B4EB88B02CD1D280EC502A /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 8D7A68DC8874500B4A672FDBF91DFC62 /* RCTCxxBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxBridgeDelegate.h; sourceTree = ""; }; 8D8700EA442108B9065AFF53E7D01AF9 /* FIRInstanceIDTokenFetchOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenFetchOperation.m; path = Firebase/InstanceID/FIRInstanceIDTokenFetchOperation.m; sourceTree = ""; }; 8D89C442DB8259151B8917B154A8E52B /* GULUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULUserDefaults.h; path = GoogleUtilities/UserDefaults/Private/GULUserDefaults.h; sourceTree = ""; }; 8D8E80C03E67006B5C954DF4A58088BF /* picture_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_enc.c; path = src/enc/picture_enc.c; sourceTree = ""; }; 8D96597E425FCA8FD5D7F363CC69C5F4 /* frame_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_enc.c; path = src/enc/frame_enc.c; sourceTree = ""; }; - 8D9AD324C45816C8695A7CB64332E1F3 /* ReactCommon.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCommon.xcconfig; sourceTree = ""; }; - 8DAA3B5BAA964B9BDBC5480B164E96F3 /* UMTaskManagerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMTaskManagerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 8DADD905867794EB8BCD2EBEA004EBBC /* RCTMultilineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputView.h; sourceTree = ""; }; - 8DB341FAB1543F13B9E7D22FBCFB2CA9 /* React-RCTNetwork-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTNetwork-dummy.m"; sourceTree = ""; }; - 8DDF27115B4335EEEE7D7F690F0929AD /* UMTaskManagerInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMTaskManagerInterface.xcconfig; sourceTree = ""; }; + 8DE0057074727BB63E71523783937DDA /* RNScreens.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNScreens.xcconfig; sourceTree = ""; }; 8DED07EB4AAC59C266370F90AE190D7D /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = SDWebImage/Core/SDWebImageTransition.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; }; 8E0D9FED283BAC85D389D557D525869D /* logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = logging.cc; path = src/logging.cc; sourceTree = ""; }; - 8E2E934DDF76140368BC00776843D7CE /* react-native-background-timer.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-background-timer.xcconfig"; sourceTree = ""; }; - 8E3ABE8DDE076301985B03E9838E6E92 /* RCTModuloAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuloAnimatedNode.h; sourceTree = ""; }; - 8E71363BC0A5016D99246A78029C7F3B /* RCTImageShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageShadowView.h; path = Libraries/Image/RCTImageShadowView.h; sourceTree = ""; }; - 8EB34C9AC11E5CE0BFE1FA1797742279 /* BugsnagSessionTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTracker.m; sourceTree = ""; }; + 8E0EA0031DB63EAE15AB38336CF8E726 /* NativeExpressComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeExpressComponent.h; sourceTree = ""; }; + 8E27717EA2110B65E72D67C856BF4EAD /* ios_time.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ios_time.png; path = docs/images/ios_time.png; sourceTree = ""; }; + 8E341298C96875832ABE661D1A5E3FC0 /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; + 8EB370AABDD21BA0B7668E5879AE00AC /* UMTaskInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskInterface.h; path = UMTaskManagerInterface/UMTaskInterface.h; sourceTree = ""; }; + 8EB6BD60D5323882B3778EC0D65446AA /* RootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RootView.m; path = ios/RootView.m; sourceTree = ""; }; 8EB7A76E1373478AD1844D4833C112B8 /* GoogleUtilities-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleUtilities-dummy.m"; sourceTree = ""; }; - 8EC873DEE6E3D81E6C3D6F548B7590A7 /* EXAppRecordInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXAppRecordInterface.h; sourceTree = ""; }; - 8ECAD65385F5517D8358A5844A0A33AB /* react-native-keyboard-input.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-keyboard-input.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 8ED4271184378A662C5899FDD8424B61 /* RCTWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWeakProxy.h; sourceTree = ""; }; - 8EE4BE67037C8C3B3579ECDCD9B7C2A9 /* React-jsiexecutor.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.xcconfig"; sourceTree = ""; }; - 8F2013CC1164B735BEFB4E7347C9C63D /* RNGestureHandlerRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerRegistry.h; path = ios/RNGestureHandlerRegistry.h; sourceTree = ""; }; - 8F28466A1AE32C6340402C07E1C9ECCB /* ReactCommon-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactCommon-prefix.pch"; sourceTree = ""; }; + 8EC359907265C85DC3AC0AEC8FFEC1C0 /* RNCWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWebView.h; path = ios/RNCWebView.h; sourceTree = ""; }; + 8ECBA7565BAA4E836FFC00ECF0CA6C33 /* TurboModuleUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboModuleUtils.cpp; path = turbomodule/core/TurboModuleUtils.cpp; sourceTree = ""; }; + 8ECD1B651273B87C6DF75A12EF16BAAA /* REAEventNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAEventNode.h; sourceTree = ""; }; 8F4B754971C4EB9A9F7641A427EA50B4 /* thread_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = thread_utils.h; path = src/utils/thread_utils.h; sourceTree = ""; }; + 8F55EF5B86D639922930718542CD41AC /* BannerComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BannerComponent.h; sourceTree = ""; }; 8F65F9361F2069CF9E9D751272968DE4 /* libRNGestureHandler.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNGestureHandler.a; path = libRNGestureHandler.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 8F7F6CFFBB5DA88C7B9A3E2CFBFE18C8 /* UMUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUIManager.h; sourceTree = ""; }; - 8FA886917FBAD8DFD01E5AC78D026B6F /* RCTMultiplicationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultiplicationAnimatedNode.h; sourceTree = ""; }; - 8FC22E08AC1A0A720C13FDDF26EA4286 /* RNFirebaseAdMobInterstitial.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobInterstitial.m; sourceTree = ""; }; - 8FC6E49F6394BC3947789CDE321BDFE6 /* RCTKeyCommandsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyCommandsManager.h; path = ios/KeyCommands/RCTKeyCommandsManager.h; sourceTree = ""; }; - 8FE88BC6B1B4A461996F5D3F33837578 /* EXFileSystem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystem.m; path = EXFileSystem/EXFileSystem.m; sourceTree = ""; }; + 8F77CB90507B4A27C139F072806CE24F /* RCTPropsAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPropsAnimatedNode.h; sourceTree = ""; }; + 8F9B3EB401390C9AED9561D6A0449DD4 /* JSModulesUnbundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSModulesUnbundle.h; sourceTree = ""; }; + 8FC5790B025C82A4E4CF6F2EC82E7603 /* RNFirebaseFirestoreCollectionReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestoreCollectionReference.h; sourceTree = ""; }; 8FF61D799105A3F47C48322386EDDD0C /* QBVideoIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIndicatorView.m; path = QBImagePicker/QBVideoIndicatorView.m; sourceTree = ""; }; 8FF7FC362F63B268EE743A8524D88D63 /* Crashlytics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Crashlytics.xcconfig; sourceTree = ""; }; - 900B7C7EDA009C3BBD15C6E61D862277 /* EXAudioRecordingPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioRecordingPermissionRequester.h; path = EXPermissions/EXAudioRecordingPermissionRequester.h; sourceTree = ""; }; 90152979FEB33BAAFD0724D57ED6F6DE /* cost_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_enc.c; path = src/enc/cost_enc.c; sourceTree = ""; }; - 902409A68233CED959F0877C1C63B70B /* EXConstantsService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstantsService.h; path = EXConstants/EXConstantsService.h; sourceTree = ""; }; - 9035E72802D369C7C7D38B73340C5664 /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; - 9046263A87404FE2FA089678B448B3E5 /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; - 904837736D2EA97FF81880EF770E0569 /* RCTMultiplicationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultiplicationAnimatedNode.m; sourceTree = ""; }; - 906608F36838AE9FB4DAF3EA0F93C1C1 /* EXWebBrowser.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXWebBrowser.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 906AE7707BBFDCDC9C23789A1BCC7234 /* RNReanimated.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNReanimated.xcconfig; sourceTree = ""; }; - 9087A343EAD796B5EF7708A9AE478E27 /* RCTComponentEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentEvent.h; sourceTree = ""; }; - 90B1F52B1F454638E0627016BCA69CF4 /* rn-extensions-share-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-extensions-share-dummy.m"; sourceTree = ""; }; + 9043F3995743F24CF7A6F92D5E2B95DD /* REATransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransition.m; sourceTree = ""; }; + 9083FA6D3399E949C7966979AD665CC2 /* Feather.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Feather.ttf; path = Fonts/Feather.ttf; sourceTree = ""; }; + 90A491172AE67CEE7731E66053A71A10 /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; 90C48EF77B7E63248AD939425395455D /* SDImageAPNGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAPNGCoder.m; path = SDWebImage/Core/SDImageAPNGCoder.m; sourceTree = ""; }; + 90C5BBCE4DC80182AD9E939D1BC6803D /* UIView+FindUIViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+FindUIViewController.m"; path = "ios/Video/UIView+FindUIViewController.m"; sourceTree = ""; }; + 90D1D64582F9E064C354593135DAD905 /* subscription.md */ = {isa = PBXFileReference; includeInIndex = 1; name = subscription.md; path = docs/subscription.md; sourceTree = ""; }; + 90D4FF2C8C373A1C79CC1E4295DA411D /* 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; }; + 90F92C4CC716D639811E6624B1CA4096 /* ARTSurfaceViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTSurfaceViewManager.m; sourceTree = ""; }; 911D6F23C6FB6C7954F8447BDB357F6D /* cost_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_neon.c; path = src/dsp/cost_neon.c; sourceTree = ""; }; - 91233D5077C4615EE4975D911982145A /* React-RCTLinking.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.xcconfig"; sourceTree = ""; }; + 91213083B8626A76DF83EC2B4EA29623 /* BSG_KSFileUtils.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSFileUtils.c; sourceTree = ""; }; 9124B005603F745AE8A26788BA7948C9 /* cct.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cct.nanopb.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h; sourceTree = ""; }; - 916E0498FFADDDFC20485574E2CDD6D3 /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAppState.h; sourceTree = ""; }; - 917AFCA2801BA90C79B13088F10DF09D /* RNFetchBlobFS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobFS.h; path = ios/RNFetchBlobFS.h; sourceTree = ""; }; - 917E23C23742F8AB3E9FD3B4B761FB9F /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; - 91D05310B7FDA459B22F5746EBD8B9F4 /* RNImageCropPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNImageCropPicker-dummy.m"; sourceTree = ""; }; - 9200C65635874B7E2D59DA1BC43B433A /* FBReactNativeSpec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBReactNativeSpec.h; path = FBReactNativeSpec/FBReactNativeSpec.h; sourceTree = ""; }; - 921AAEF5A4FB1980C7831B850FF99EBF /* rn-extensions-share-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-extensions-share-prefix.pch"; sourceTree = ""; }; + 91489DB0E48ECCAB07CFB62B5DE91D80 /* JSCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCRuntime.h; sourceTree = ""; }; + 918587191E4667B02FD2E5E05592C35E /* RNPushKitEventListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventListener.m; path = RNNotifications/RNPushKitEventListener.m; sourceTree = ""; }; + 91FCF066820BD6B86006E8372942338B /* AntDesign.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = AntDesign.ttf; path = Fonts/AntDesign.ttf; sourceTree = ""; }; + 91FE3E33D4AE22A046A2F1AC3F277D47 /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.h; sourceTree = ""; }; + 921E2DED87914C7858AB031A687204DA /* EXFileSystemLocalFileHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemLocalFileHandler.h; path = EXFileSystem/EXFileSystemLocalFileHandler.h; sourceTree = ""; }; 9228F7A2A0D58B88756F464925864D0D /* boost-for-react-native.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "boost-for-react-native.xcconfig"; sourceTree = ""; }; - 923A98CB4B829333F4077953AA880226 /* RCTConvert+UIBackgroundFetchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+UIBackgroundFetchResult.h"; sourceTree = ""; }; - 92403C0C7B1D4F437F93A60AAA768932 /* RCTSinglelineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputView.h; sourceTree = ""; }; + 92312FF1EC6895512A21C41D7028D63C /* React-Core-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-prefix.pch"; sourceTree = ""; }; + 92402E731354E4EB0C3E3355CD9E2FEF /* EXWebBrowser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXWebBrowser.m; path = EXWebBrowser/EXWebBrowser.m; sourceTree = ""; }; + 924081A5C928A43BD7215411B47BE5D6 /* RNNotificationEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationEventHandler.m; path = RNNotifications/RNNotificationEventHandler.m; sourceTree = ""; }; + 925E49E5E59F93D6688415DA93CD7F5A /* Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utils.h; path = yoga/Utils.h; sourceTree = ""; }; 92997292DBA3CB53D6D368D48FDC239E /* FirebaseInstanceID-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseInstanceID-dummy.m"; sourceTree = ""; }; - 92C34464DF49188A61D8EF357F69218F /* android_date.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = android_date.png; path = docs/images/android_date.png; sourceTree = ""; }; - 92C99F31D68C55CC93087FAFB6844704 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 92D31724619E3321ABFC9D94C41AC44B /* RCTAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationDriver.h; sourceTree = ""; }; - 92FAFDF202C384CEE3BF03AC00043D82 /* BSG_KSMach_x86_32.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_32.c; sourceTree = ""; }; - 92FCE4E36340938E13A3903617D683D4 /* RNGestureHandlerButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerButton.m; path = ios/RNGestureHandlerButton.m; sourceTree = ""; }; - 92FD30F76BD772A62E65C8492AADA354 /* RCTLocalAssetImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLocalAssetImageLoader.m; sourceTree = ""; }; - 9307AD81DBBF310B8BE3E4035DD7BA80 /* ARTTextFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTTextFrame.h; path = ios/ARTTextFrame.h; sourceTree = ""; }; - 932B1B968EEB78A085F20790FE48C450 /* RNRootViewGestureRecognizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNRootViewGestureRecognizer.h; path = ios/RNRootViewGestureRecognizer.h; sourceTree = ""; }; - 934EAEB70F86444DAC2278D8DD5B28E4 /* React-RCTVibration-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTVibration-prefix.pch"; sourceTree = ""; }; + 92E4C32CA8FFD9755A41E261734CFCD7 /* Yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = Yoga.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 92F2B29E03BA3539E7D69EC3CD41ECD5 /* JSINativeModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSINativeModules.h; path = jsireact/JSINativeModules.h; sourceTree = ""; }; + 93044A336ED389B611A6585951947103 /* 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; }; + 934A9CEED773C4D40E17F290E470AE41 /* BSG_KSCrashSentry_CPPException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_CPPException.h; sourceTree = ""; }; + 935072EAA70CCEEC7BE2BF828FA99B1C /* RNCAssetsLibraryRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAssetsLibraryRequestHandler.m; path = ios/RNCAssetsLibraryRequestHandler.m; sourceTree = ""; }; 9396F9D8BB053CC9BDFBBEBE99A1E8E1 /* CLSReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSReport.h; path = iOS/Crashlytics.framework/Headers/CLSReport.h; sourceTree = ""; }; - 93ABDA1ECF9B8E7156F5DB8FC6B6515D /* RNDateTimePicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNDateTimePicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 93B55B18D1A313D01001BA2F60D6C8F1 /* EXWebBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXWebBrowser.h; path = EXWebBrowser/EXWebBrowser.h; sourceTree = ""; }; + 93C224DEC6241E6E15B0257C51E31815 /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; + 93C912D0BC9AA31331647CD55694D361 /* RCTMultiplicationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultiplicationAnimatedNode.m; sourceTree = ""; }; 93DAB7840FDA3104820FF0CF8863F7DE /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = SDWebImage/Core/SDImageFrame.m; sourceTree = ""; }; - 93E48DF270EF504627AEDF6064847E41 /* RNGestureHandlerRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerRegistry.m; path = ios/RNGestureHandlerRegistry.m; sourceTree = ""; }; 93E69BCC3267990FBB5D99BB96D6BFAC /* QBCheckmarkView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBCheckmarkView.m; path = QBImagePicker/QBCheckmarkView.m; sourceTree = ""; }; 93E988B0A5D35272892F926CDFB44E06 /* UIView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCache.m"; path = "SDWebImage/Core/UIView+WebCache.m"; sourceTree = ""; }; - 945FC3606AD98059EF1200700EC60D25 /* RCTWebSocketModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTWebSocketModule.m; path = Libraries/WebSocket/RCTWebSocketModule.m; sourceTree = ""; }; + 940736112F25861FC90836C66D66537E /* rn-extensions-share-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-extensions-share-dummy.m"; sourceTree = ""; }; + 947A4406BD21AFA4B2F50228E547D9F2 /* localNotifications.md */ = {isa = PBXFileReference; includeInIndex = 1; name = localNotifications.md; path = docs/localNotifications.md; sourceTree = ""; }; 94A344D744B87D2D6D51260F91A2635C /* GDTLifecycle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTLifecycle.m; path = GoogleDataTransport/GDTLibrary/GDTLifecycle.m; sourceTree = ""; }; - 94B62688B975B12BD4CA0D7839A71AF9 /* UMFaceDetectorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManager.h; path = UMFaceDetectorInterface/UMFaceDetectorManager.h; sourceTree = ""; }; - 94D418974B20DEA3AA2A59EC79E0ECB7 /* RNFirebaseAdMobBannerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobBannerManager.h; sourceTree = ""; }; + 94E505C65C5D9583999A97F92533CACE /* REABezierNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REABezierNode.m; sourceTree = ""; }; + 9504606B46EDB11A8E63B1317A2A21B0 /* RCTInputAccessoryViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewManager.m; sourceTree = ""; }; + 953127597A4582C6794C645165C7315F /* react-native-cameraroll.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-cameraroll.xcconfig"; sourceTree = ""; }; + 953D3F30C90499C2875F30505A819A1F /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; + 954BCB8C0CF3717AA95136501722033F /* React-jsiexecutor.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.xcconfig"; sourceTree = ""; }; + 95854A695269C741BD705548E9865060 /* Foundation.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Foundation.ttf; path = Fonts/Foundation.ttf; sourceTree = ""; }; 9599986551EE5C6D09645935D938432A /* lossless.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lossless.h; path = src/dsp/lossless.h; sourceTree = ""; }; - 95D28D86D978E3AD6F7BB3C1D1882D04 /* RCTPropsAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPropsAnimatedNode.h; sourceTree = ""; }; - 95FE2F533E3AF3E92FFF237C2DDED742 /* BSG_KSCrashReportFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFields.h; sourceTree = ""; }; + 95ACC60137B75C24F9D2CBB5D430606C /* BSG_KSMachApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMachApple.h; sourceTree = ""; }; + 95B2FDF15E958BD550514629ED12FCE9 /* ARTRadialGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTRadialGradient.h; sourceTree = ""; }; + 95C6D3FD5181E518567C6089A42676C5 /* RCTBackedTextInputDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegate.h; sourceTree = ""; }; + 95D911E5B6CCFF2290EF6A9A6E07ECC7 /* RNFetchBlobConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobConst.m; path = ios/RNFetchBlobConst.m; sourceTree = ""; }; + 95DDE4228FC0D61BB3AFB1E8A7CE3346 /* BSG_KSMach_x86_32.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_32.c; sourceTree = ""; }; + 95E5101F1C5E1908D943CB3281BE33AF /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; + 95EA5E6FAC17D61AA2EC471386B07354 /* UMCore.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCore.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 960EA976ECE17D22A0E480FFD8AD7983 /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; + 96100409289FE290A0F3FAE38FB256BA /* UMReactNativeEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeEventEmitter.m; sourceTree = ""; }; 9611B7CAEEF806303B3F81D5B1FFA2BE /* token_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = token_enc.c; path = src/enc/token_enc.c; sourceTree = ""; }; 967A3406E51C49B6293A74B85877134D /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = SDWebImage/Core/SDImageCachesManager.m; sourceTree = ""; }; 967CFE52F3BC079ACD521D75990E2CF4 /* FIRInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceID.h; path = Firebase/InstanceID/Public/FIRInstanceID.h; sourceTree = ""; }; - 969E8C3F5B691A1E16B2076AB59ECCEE /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; + 969FEB85FDDE0C10103B8A25A95EBD99 /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; 96A4FBF1AF4CE42311CBFEBCB2E8AE88 /* SDWebImageWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageWebPCoder.h; path = SDWebImageWebPCoder/Module/SDWebImageWebPCoder.h; sourceTree = ""; }; - 96A6980E874057DC910E795C21713E96 /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; - 96B8735479A382DAE21A14676BF542A6 /* REAAllTransitions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAAllTransitions.h; sourceTree = ""; }; - 96DAF4B3734906BE42CC60B2F924C3F0 /* BSG_KSSystemInfoC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfoC.h; sourceTree = ""; }; + 96BAC72CC2A887ACA07F5FBBC31E5565 /* RCTConvert+Text.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Text.m"; sourceTree = ""; }; 96EF1740CC34CD0855E4AEAA35D7CF69 /* near_lossless_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = near_lossless_enc.c; path = src/enc/near_lossless_enc.c; sourceTree = ""; }; 971F83F90D4663B1850A2F8671A2D218 /* GULMutableDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULMutableDictionary.m; path = GoogleUtilities/Network/GULMutableDictionary.m; sourceTree = ""; }; - 972B10C3A154FDD38D8A6DFE46183C3B /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; - 9758E3F67028E745B7EFD69C3C0B0AF4 /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; + 9724C58E6FD7F12E0B1E7BA188AEC6FB /* jsi-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "jsi-inl.h"; sourceTree = ""; }; + 973D8CA68D2A8762990753A424700A21 /* EXRemoteNotificationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXRemoteNotificationRequester.m; path = EXPermissions/EXRemoteNotificationRequester.m; sourceTree = ""; }; + 9756293030F9FAF3781E87AFAB4E9D20 /* Yoga.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Yoga.cpp; path = yoga/Yoga.cpp; sourceTree = ""; }; + 975CE59EE95A54497533BE37013D01B1 /* EXContactsRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXContactsRequester.m; path = EXPermissions/EXContactsRequester.m; sourceTree = ""; }; 977010B1D7A1BB9058285F5B12C373E4 /* ColdClass.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ColdClass.cpp; path = folly/lang/ColdClass.cpp; sourceTree = ""; }; - 9773868810945B365745B26EA5B256F1 /* experiments-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "experiments-inl.h"; sourceTree = ""; }; - 97C1A3D5C787291879E922A315558269 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 97C73D35C3F8342122E3D4A1B8345EF9 /* NSDataBigString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = NSDataBigString.mm; sourceTree = ""; }; - 97CC1F39BD6B7A42FC80541F6BA0A436 /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.h; sourceTree = ""; }; - 97D3261AD5F003D68136DE60A838D198 /* BugsnagMetaData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagMetaData.m; sourceTree = ""; }; - 97E24E5D95788875AA9F98BC8F4A92C8 /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; - 97E36034661AA111E0BBB20ADFBC5EE8 /* EXHapticsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXHapticsModule.m; path = EXHaptics/EXHapticsModule.m; sourceTree = ""; }; + 9786EC37664FEFC1CBE824A31C573C2F /* DeviceUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeviceUID.h; path = ios/RNDeviceInfo/DeviceUID.h; sourceTree = ""; }; + 978F9DF7BAE8EB1062611FE4277D9B0C /* EXReactNativeUserNotificationCenterProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXReactNativeUserNotificationCenterProxy.m; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.m; sourceTree = ""; }; + 97C96F3022E6ABB729CB57D1FAB24559 /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; + 97CD87DC6133EE56D784B30522BE2810 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 97EC666963FCA99A7CF67BDD7C605183 /* FIRInstanceIDURLQueryItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDURLQueryItem.h; path = Firebase/InstanceID/FIRInstanceIDURLQueryItem.h; sourceTree = ""; }; - 980E94CA1F2EEB7523859A67F4719063 /* React-RCTText.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.xcconfig"; sourceTree = ""; }; + 97FACF2DE9F29361BAECA69FA86822EC /* RNLocalize-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNLocalize-prefix.pch"; sourceTree = ""; }; + 9815955A1502945433D96408FEB2724B /* BugsnagBreadcrumb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagBreadcrumb.h; sourceTree = ""; }; 981C6CE2A9A0B7AA7676884BD6C0B33C /* GDTTransport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTTransport.m; path = GoogleDataTransport/GDTLibrary/GDTTransport.m; sourceTree = ""; }; - 982723DF0EA78914275B7343D58C2F6C /* RCTCxxBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxBridgeDelegate.h; sourceTree = ""; }; - 982A8DF71C07BCCAE7B7645DFE00F523 /* EXConstants.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXConstants.xcconfig; sourceTree = ""; }; - 984EA1E705F33650022CBBD03DD3B174 /* EXWebBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXWebBrowser.h; path = EXWebBrowser/EXWebBrowser.h; sourceTree = ""; }; 9862C34992FF29306C3F5016A8D025A7 /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = WebImage/SDWebImage.h; sourceTree = ""; }; - 986F1311D788AD1A5E83C73246AACDC0 /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; - 9873371C2104E1C78F4B2935D14AF9E1 /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; + 98855082BDE873049976EC7208B6DAFC /* RNCAppearanceProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearanceProvider.m; path = ios/Appearance/RNCAppearanceProvider.m; sourceTree = ""; }; 98887068BA56367FD1372084B2F3B93D /* UIImage+Metadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Metadata.m"; path = "SDWebImage/Core/UIImage+Metadata.m"; sourceTree = ""; }; - 9895BDFACC41F63BF601939BFFAF2A89 /* RCTBlobManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobManager.mm; sourceTree = ""; }; - 98AFA6E59257431A9AA02DDFC5621569 /* RCTBaseTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextViewManager.h; sourceTree = ""; }; - 98B6480466BF7CEB07BFD59FB4E4DE0C /* EXCameraPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCameraPermissionRequester.m; path = EXPermissions/EXCameraPermissionRequester.m; sourceTree = ""; }; - 98D8ABA72F0E8855B0F38E6EFF24C531 /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; - 98F75EFC7CE2E08B668461CE1F083CDB /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; - 993B20437B52813555191F9C2E875A4E /* RCTAlertManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAlertManager.m; sourceTree = ""; }; + 98F70FE731524BBE1DE9DC85D553BFB2 /* FBLazyVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyVector.h; path = FBLazyVector/FBLazyVector.h; sourceTree = ""; }; + 98F7480695CDCF523438C7C3164704EE /* RNBridgeModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBridgeModule.m; path = RNNotifications/RNBridgeModule.m; sourceTree = ""; }; + 98FD4D6793A792D2F9F53E53F47B8426 /* RCTDatePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePicker.m; sourceTree = ""; }; + 9909DF2F3D61B64F6534BD4F3B98A7C8 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 990CD0A9FE4D439FDE1D70AD772E71E1 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 992D4595ABBAC4CBC2BA13326902071E /* RCTDevMenu.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevMenu.m; sourceTree = ""; }; + 994F68060E1D7B66431B05D2CA10139C /* NativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeModule.h; sourceTree = ""; }; + 99527966D492C0F80E99FAF00244929F /* UMTaskLaunchReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskLaunchReason.h; path = UMTaskManagerInterface/UMTaskLaunchReason.h; sourceTree = ""; }; 9960EE8F54017E8B9830F75E0C430DD3 /* Answers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Answers.h; path = iOS/Crashlytics.framework/Headers/Answers.h; sourceTree = ""; }; - 9970C4B095AC2950A423F80839056606 /* EXFileSystemAssetLibraryHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemAssetLibraryHandler.h; path = EXFileSystem/EXFileSystemAssetLibraryHandler.h; sourceTree = ""; }; - 9973B00F34DCC89350270D19C4B78C45 /* ARTRenderable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTRenderable.m; path = ios/ARTRenderable.m; sourceTree = ""; }; - 9974891C36F24ED4765E0B1AB9DD4F55 /* REATransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransition.m; sourceTree = ""; }; - 998F36137BB9DC23FE73482BAABD8E08 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 998394198259BA42AFB59DCC9DACC909 /* RNFirebasePerformance.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebasePerformance.m; sourceTree = ""; }; 999E80EF208B453EA422E9289CA5C830 /* FIRInstanceIDTokenInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenInfo.h; path = Firebase/InstanceID/FIRInstanceIDTokenInfo.h; sourceTree = ""; }; - 999F4A3634D5FECAEA726FA71EAFD66B /* RNImageCropPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNImageCropPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 99F8EF5E7EB91D7D592579424BA23CC9 /* RNFirebaseFirestoreDocumentReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestoreDocumentReference.h; sourceTree = ""; }; + 99A4CC1FD55E6B4E02022156D8214093 /* RNFetchBlobProgress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobProgress.h; path = ios/RNFetchBlobProgress.h; sourceTree = ""; }; + 99D2BCB94C42CDFEA240F40A69BA6B6B /* RNReanimated.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNReanimated.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 99D408B5DB759F7886CEE8BF37C816D2 /* RNRootViewGestureRecognizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNRootViewGestureRecognizer.m; path = ios/RNRootViewGestureRecognizer.m; sourceTree = ""; }; + 99DE8F0CEC1B45C2885D13092296B18E /* RAMBundleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RAMBundleRegistry.h; sourceTree = ""; }; + 99F091C5F623BB170E278BBD8E649A54 /* log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = log.cpp; path = yoga/log.cpp; sourceTree = ""; }; 9A03EB9B87FF49512AC6907C1B9AA221 /* Pods-RocketChatRN-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-RocketChatRN-dummy.m"; sourceTree = ""; }; - 9A3A877FF2E6B17B85590B0509543C22 /* RCTNetworkTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNetworkTask.m; sourceTree = ""; }; - 9A3BDCADB27F68C81DA09504AC9418C3 /* 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; }; - 9A7ADFFD11CA3176AD9B995816F26E0A /* FBLazyIterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyIterator.h; path = FBLazyVector/FBLazyIterator.h; sourceTree = ""; }; + 9A16AF3236906B4F2140C62728D33102 /* BSG_KSCrashType.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashType.c; sourceTree = ""; }; + 9A19FEC5D2380C2F5A5ACA02ED8F7DAC /* 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; }; + 9A28B5D073990FAAF8A12A5EE68E5743 /* RCTConvertHelpers.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTConvertHelpers.mm; sourceTree = ""; }; + 9A3282C973C8A6B217ADB547D382A1DB /* REATransformNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransformNode.m; sourceTree = ""; }; + 9A414C7A18ACA31BCB563F5B8CB02B04 /* UMViewManagerAdapterClassesRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapterClassesRegistry.h; sourceTree = ""; }; + 9A68C48A1030E443E888C7590272A329 /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; + 9A70C516362D5F7D9EBC1585FCF393A9 /* UMTaskConsumerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskConsumerInterface.h; path = UMTaskManagerInterface/UMTaskConsumerInterface.h; sourceTree = ""; }; + 9A8560848CA9E1EF58F0B5E48D3A3D68 /* EXCalendarRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCalendarRequester.m; path = EXPermissions/EXCalendarRequester.m; sourceTree = ""; }; 9A8F398AFE224080C8B40742BBC1FB2C /* libwebp-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "libwebp-prefix.pch"; sourceTree = ""; }; - 9AA70BAAB2359858A62D84D3C51E3327 /* RCTLocalAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLocalAssetImageLoader.h; path = Libraries/Image/RCTLocalAssetImageLoader.h; sourceTree = ""; }; - 9AD1B009D59F4DB486CF8F915D4EEA55 /* ReactNativeART.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = ReactNativeART.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9ADD2B47DE62FE3AAED44D1169CAE31B /* BSG_KSCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrash.h; sourceTree = ""; }; - 9AE3CFF569E761895AD1DE27867B321E /* BSG_KSMach_x86_64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_64.c; sourceTree = ""; }; - 9AF896D2A8AE7DD318C3A4BECA39455B /* RNGestureHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandler.h; path = ios/RNGestureHandler.h; sourceTree = ""; }; + 9AA1164F6E26964CC10E1C5B7CC95E53 /* InspectorInterfaces.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = InspectorInterfaces.cpp; sourceTree = ""; }; + 9AF1BF78E45859318021615175699AFE /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; 9AFF2790DE9D663C1E7587227F59B572 /* QBVideoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIconView.h; path = QBImagePicker/QBVideoIconView.h; sourceTree = ""; }; - 9B0AD001626F3DA49488E7AF64CBE2C0 /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; - 9B4C7CD90F879B29C6DD1487E5572EFC /* RCTDataRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDataRequestHandler.h; path = Libraries/Network/RCTDataRequestHandler.h; sourceTree = ""; }; - 9B5B403E518E7409481854D121386E9D /* JSCallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSCallInvoker.h; path = jscallinvoker/ReactCommon/JSCallInvoker.h; sourceTree = ""; }; - 9B5CC34B97248513D9C582B86D266F4F /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; sourceTree = ""; }; - 9B63F1DF151406D1A57F8203BA479227 /* RNFirebaseEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebaseEvents.h; path = RNFirebase/RNFirebaseEvents.h; sourceTree = ""; }; - 9B7526C820683A597B5F0C52AD0E9AB4 /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SystraceSection.h; sourceTree = ""; }; + 9B4FA3F4302C9A7AD4BECF06D8F39FB0 /* RCTTurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModule.h; sourceTree = ""; }; 9B83ECE53C806DE9E734A6A0C67A45C9 /* 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 = ""; }; - 9BB0FF9C1A8F6510226935C605C4712F /* UMAccelerometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAccelerometerInterface.h; path = UMSensorsInterface/UMAccelerometerInterface.h; sourceTree = ""; }; - 9BC60395AFE6474124D409C530940D54 /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; - 9BE8C08641A20E76AF3548379EDC8CE4 /* React-RCTActionSheet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTActionSheet-dummy.m"; sourceTree = ""; }; + 9BB51DE8C1DBC9409E6950D1A9354445 /* RNFirebaseCrashlytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseCrashlytics.m; sourceTree = ""; }; + 9BCEA44A33DCB232878CCE06B1594B9B /* EXConstants.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXConstants.xcconfig; sourceTree = ""; }; + 9BD7A4517BF965E751F0D81876FD47E4 /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; 9C03448830E3450C0DF8E7F6615C3356 /* cost_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_sse2.c; path = src/dsp/cost_sse2.c; sourceTree = ""; }; - 9C37C25F4A945ADF194855A7D3CFD188 /* UIView+FindUIViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+FindUIViewController.m"; path = "ios/Video/UIView+FindUIViewController.m"; sourceTree = ""; }; + 9C29D198BFE738821BC12339D78EF51A /* RNBootSplash.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNBootSplash.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 9C613FF4E2A125F0EB455A9B28448FD8 /* upsampling_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_mips_dsp_r2.c; path = src/dsp/upsampling_mips_dsp_r2.c; sourceTree = ""; }; + 9C8C76A634EB7DB551B7CAE4FC3FEA15 /* UMGyroscopeInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMGyroscopeInterface.h; path = UMSensorsInterface/UMGyroscopeInterface.h; sourceTree = ""; }; + 9C9ABF3C710A529D46564F83770C0025 /* NSError+BSG_SimpleConstructor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSError+BSG_SimpleConstructor.m"; sourceTree = ""; }; + 9CAAD8014CDF49FEAF42F6C9A7D99506 /* EXFileSystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystem.h; path = EXFileSystem/EXFileSystem.h; sourceTree = ""; }; 9CAC7EA2FF06F7DE244FC10132CC8048 /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = SDWebImage/Core/SDImageLoader.h; sourceTree = ""; }; - 9CDC59695B73073AAEF7E379442D68FF /* UMReactNativeAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeAdapter.m; sourceTree = ""; }; - 9D1DF51A2C2AA7F4AFD2F3DF605779A8 /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; - 9D2250641AABAAB4E71491EE6724821C /* RCTDiffClampAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDiffClampAnimatedNode.m; sourceTree = ""; }; - 9D37813C41CC038BF57E7CD6C0138D43 /* RCTMessageThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMessageThread.h; sourceTree = ""; }; + 9CE4BD53FC79A0904B5EA630ECE7E831 /* React-RCTAnimation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTAnimation-dummy.m"; sourceTree = ""; }; + 9D27F567A689486EFBDD9BF0528ED12F /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; + 9D469D56E1FF7E83AC426E6F0509D260 /* RNNotificationParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationParser.m; path = RNNotifications/RNNotificationParser.m; sourceTree = ""; }; 9D7EF407D151CF5312080E9FA6756C80 /* SDImageCachesManagerOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManagerOperation.h; path = SDWebImage/Private/SDImageCachesManagerOperation.h; sourceTree = ""; }; - 9D8CB53507FD2CF7B347980078D0B708 /* BSG_KSCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrash.m; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9DA098A930AE5D4F5DEE014046FEEC53 /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; - 9DC31B49E2571BDE3CEDB84B28DE5525 /* RCTNetInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetInfo.h; path = Libraries/Network/RCTNetInfo.h; sourceTree = ""; }; - 9E144FD8216517C431056C8AB56A39E5 /* JSCRuntime.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCRuntime.cpp; sourceTree = ""; }; - 9E17215D2FC4543AFE3EEA6E44348E62 /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; - 9E450C88F4ACC0F32210ECDC76D87ED1 /* RNFirebaseStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseStorage.h; sourceTree = ""; }; - 9E908FB25C09AAC8998A28B761484348 /* RNUserDefaults.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNUserDefaults.xcconfig; sourceTree = ""; }; - 9E9CB065251A7AB1AE576E2211C2E763 /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBox.h; sourceTree = ""; }; - 9EC3DBBA6E2E7BA421C6B0182A7246C3 /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.h; sourceTree = ""; }; - 9EC989E3BC944B890AB20E840FB0FB74 /* UMUserNotificationCenterProxyInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUserNotificationCenterProxyInterface.h; path = UMPermissionsInterface/UMUserNotificationCenterProxyInterface.h; sourceTree = ""; }; - 9ECAAC7E5E7900D26F0D5B98A79562C9 /* 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; }; - 9F5FA36B8C1C1B113ED1B7D313424F09 /* RCTSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSpringAnimation.h; sourceTree = ""; }; - 9F5FB068E6579EC439F40174681E0C88 /* JSCExecutorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCExecutorFactory.h; sourceTree = ""; }; + 9E04EF94636F1801EB53C46DA94277BC /* React-RCTVibration-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTVibration-prefix.pch"; sourceTree = ""; }; + 9E058BB12A701830A62C845BEEBD7FA8 /* React-RCTActionSheet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTActionSheet-dummy.m"; sourceTree = ""; }; + 9E2905259ACB639F53834D6727D71F57 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 9E43FCF6C6A2394803163BC0789288D0 /* RNFirebaseAdMobRewardedVideo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobRewardedVideo.h; sourceTree = ""; }; + 9E600E9B25094F60B94A3FBC40A7A556 /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; + 9EAA7F0D10F0499C3375173C94859112 /* RNSScreen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreen.h; path = ios/RNSScreen.h; sourceTree = ""; }; + 9EB0789F4D774E30D5609DA6262E370E /* RCTComponentEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentEvent.h; sourceTree = ""; }; + 9F11923F7A1BCDF07D6F1F07EFAE526E /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; + 9F41E8415C91A8BA069E7AF27AF497C7 /* RCTCxxMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxMethod.mm; sourceTree = ""; }; + 9F44BE17A1B22DF4B65F85DFB6D2CDEC /* RCTNetInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNetInfo.m; sourceTree = ""; }; 9F722E6EC33131558CA0D9118A0F8F5E /* FIRErrorCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrorCode.h; path = Firebase/Core/Private/FIRErrorCode.h; sourceTree = ""; }; - 9F9EF03FF835434C84C67FD9C73A6718 /* BugsnagApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagApiClient.m; sourceTree = ""; }; - 9FD3B24148510FB345B7C0D354BD4114 /* RCTRequired.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTRequired.xcconfig; sourceTree = ""; }; + 9F74151EFBD2DA32FABAE6CB6EDE7E35 /* UMModuleRegistryAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryAdapter.h; sourceTree = ""; }; + 9F9718907266025A80D948FE57D4EABB /* RCTSinglelineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputViewManager.m; sourceTree = ""; }; + 9FB7A012CD9E9C0D05D6C8C57BF389D3 /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; 9FF635AD0D7EB6C33F29C9BC8CCAD115 /* picture_tools_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_tools_enc.c; path = src/enc/picture_tools_enc.c; sourceTree = ""; }; - A00827AE4E0526B2442C2B9ADA956E4F /* REATransitionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionManager.m; sourceTree = ""; }; - A01ACBA98CC707F86EAF5590BB456FBA /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; + A00153B6D726646E455C40CE2FE72A01 /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = yoga/YGLayout.h; sourceTree = ""; }; + A004E8F9689F31C828C350275623F6E3 /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsi.h; sourceTree = ""; }; A03FA4EB2CE9EC8037E4630CA27DF39C /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = SDWebImage/Private/SDInternalMacros.h; sourceTree = ""; }; - A0499834785EA50EA58E3EB46B8FB6C6 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - A06E08A9F628D65737B6BC645F009039 /* RNCWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWebViewManager.m; path = ios/RNCWebViewManager.m; sourceTree = ""; }; - A0796802932A3DFC4FB3237E1E18425E /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; - A086E13D995DB17D30B6558FB987A265 /* Color+Interpolation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Color+Interpolation.m"; sourceTree = ""; }; A0AF93F94473153B8813B220D962287C /* GoogleDataTransportCCTSupport.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransportCCTSupport.xcconfig; sourceTree = ""; }; - A0E7A17B499199474386A43A83B29188 /* RNLocalize-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNLocalize-prefix.pch"; sourceTree = ""; }; - A0F035410C2743287DE4D765755713BB /* RCTMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedViewManager.h; sourceTree = ""; }; - A10DA349E7CD902C7793F3AA93463F07 /* RCTConvert+FFFastImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FFFastImage.h"; path = "ios/FastImage/RCTConvert+FFFastImage.h"; sourceTree = ""; }; + A0B25F176C7DE14B3E45F368174E7380 /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; + A0C40F92F4FF6539ED62ABE2B914D3EB /* FFFastImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageSource.h; path = ios/FastImage/FFFastImageSource.h; sourceTree = ""; }; + A0FDB41C83E196E1D854E28562B7EA3D /* REASetNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REASetNode.h; sourceTree = ""; }; + A100B95C40E49F920B2F4A30C4CC25B5 /* RCTBackedTextInputDelegateAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBackedTextInputDelegateAdapter.m; sourceTree = ""; }; + A1116F7AC7B61965A3129DCD8B6C2395 /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; + A1118AD577CCD3AF16537DB04FD9891F /* EXFileSystem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystem.m; path = EXFileSystem/EXFileSystem.m; sourceTree = ""; }; A1191B3579F77F069B1C7353C4447B7B /* SDWebImageOptionsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOptionsProcessor.h; path = SDWebImage/Core/SDWebImageOptionsProcessor.h; sourceTree = ""; }; - A13BB77041759D8D682E75E4DFCC1CC9 /* TurboModuleUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleUtils.h; path = turbomodule/core/TurboModuleUtils.h; sourceTree = ""; }; - A14E025CFB4A98FC2CF786538CFB4570 /* BugsnagSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSession.h; sourceTree = ""; }; A1606592495CBD5536BB50C34A9ADE07 /* GULAppEnvironmentUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppEnvironmentUtil.m; path = GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m; sourceTree = ""; }; - A16D6C3ABF492E1355C81AF2853CC1A4 /* UMGyroscopeInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMGyroscopeInterface.h; path = UMSensorsInterface/UMGyroscopeInterface.h; sourceTree = ""; }; - A17B419C9D8D1BA7FA3AC3634653A103 /* BSG_KSObjCApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjCApple.h; sourceTree = ""; }; - A189A35247AFD569CA00561337F0E80F /* BugsnagSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSession.m; sourceTree = ""; }; - A19C0BC6B3844E51415B2FE73860B7DC /* RNBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBridgeModule.h; path = RNNotifications/RNBridgeModule.h; sourceTree = ""; }; A1A25A058ABBBBCB18F0B3F44F5304E2 /* SDWebImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-prefix.pch"; sourceTree = ""; }; - A1ACF5E5E35D45C8E93D1A812A4B41F0 /* RNFetchBlobProgress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobProgress.h; path = ios/RNFetchBlobProgress.h; sourceTree = ""; }; A20B936BE83D17C8AD27C518CB84FF73 /* rescaler_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_sse2.c; path = src/dsp/rescaler_sse2.c; sourceTree = ""; }; A214B8E13EF8E38F46AEEBD096639C67 /* GDTCCTNanopbHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTNanopbHelpers.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTNanopbHelpers.h; sourceTree = ""; }; - A215F2AED7CE7F6AB106DEBEAC8BC6A6 /* RecoverableError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RecoverableError.h; sourceTree = ""; }; A225ED83E33DC48D25B9FF35BA50CCD0 /* libEXAppLoaderProvider.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXAppLoaderProvider.a; path = libEXAppLoaderProvider.a; sourceTree = BUILT_PRODUCTS_DIR; }; + A22802653E06152C025121A6238064FE /* TurboModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboModule.cpp; path = turbomodule/core/TurboModule.cpp; sourceTree = ""; }; A233A0BA41BDE3C222CEB7D7954CCD39 /* GDTRegistrar_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTRegistrar_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTRegistrar_Private.h; sourceTree = ""; }; - A2413F9B1112C34BBC33D3D94999DC39 /* BugsnagMetaData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagMetaData.h; sourceTree = ""; }; - A249D0DA845BD71A9288775610F95281 /* RNTapHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNTapHandler.m; sourceTree = ""; }; - A262D3993BCA34A340C58AEE91FD2BFC /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; - A2BACCA9758EE9824DE4BF78A8D197C6 /* BugsnagCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashSentry.h; sourceTree = ""; }; + A2511BC771C44E321061EAA907EA4251 /* EXFileSystem-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXFileSystem-dummy.m"; sourceTree = ""; }; + A280C6C5078C7A80907B7DA1392FDCE6 /* UMInternalModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMInternalModule.h; sourceTree = ""; }; + A28A034B37E3894E001E593CCF4B8F7F /* KeyCommands-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "KeyCommands-dummy.m"; sourceTree = ""; }; + A2C47EF88318862C646DB0E921FF174E /* UMCore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMCore-prefix.pch"; sourceTree = ""; }; + A2C4C4BA2E33AE21DB99829860BD5819 /* EXAV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAV.h; path = EXAV/EXAV.h; sourceTree = ""; }; + A2C90A017A7890D69580CFFC83AB5043 /* RCTAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedNode.m; sourceTree = ""; }; + A2CAC24305384EB07C359B99608B3A7B /* BSG_RFC3339DateTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_RFC3339DateTool.h; sourceTree = ""; }; A2CBD005D5C1D35631BB6B310196EB85 /* quant_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_enc.c; path = src/enc/quant_enc.c; sourceTree = ""; }; + A2CD639B8A8F09FA7A12586E36430895 /* FBReactNativeSpec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBReactNativeSpec.h; path = FBReactNativeSpec/FBReactNativeSpec.h; sourceTree = ""; }; A2FF8CEEF1059ACF9EABBA6D292C62AB /* RSKImageCropper.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RSKImageCropper.xcconfig; sourceTree = ""; }; A31E924DD38BACC61AAD1BF23479095F /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = SDWebImage/Core/SDDiskCache.m; sourceTree = ""; }; - A339E7BB39F879D32110D7332480B700 /* RCTDivisionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDivisionAnimatedNode.m; sourceTree = ""; }; - A34CFCA6CBC9D938E4A04A62F4791E7F /* RNCAppearanceProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearanceProvider.h; path = ios/Appearance/RNCAppearanceProvider.h; sourceTree = ""; }; - A36B31DDC6BF36C23B2DD57C40D9C567 /* BSG_KSCrashCallCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashCallCompletion.h; sourceTree = ""; }; + A34D51E0AD0C8A6D10ED8C29782C90C2 /* React-RCTLinking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTLinking-prefix.pch"; sourceTree = ""; }; + A35B77B88D2899E2E0ABDACED21D139E /* RNGestureHandlerModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerModule.m; path = ios/RNGestureHandlerModule.m; sourceTree = ""; }; + A3603580E44508888CCCFFEB71E5080D /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; A36D999008A3FC12B2D50113AD92521B /* FIRInstanceIDStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDStore.m; path = Firebase/InstanceID/FIRInstanceIDStore.m; sourceTree = ""; }; + A379D5C2579618F08D819BD291810680 /* 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; }; A3C4D5A41A010AC15F50BBA25050885B /* backward_references_cost_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = backward_references_cost_enc.c; path = src/enc/backward_references_cost_enc.c; sourceTree = ""; }; - A3EF2145F241278055A25A777D4BA8CF /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - A40EF82C56217F0738FD4B01182B1FE6 /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; A41275DF7893002BD1FF5EED78AA3484 /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/Core/SDWebImageDownloader.h; sourceTree = ""; }; A41E843E947E1CFCAD8852446936221A /* tree_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tree_dec.c; path = src/dec/tree_dec.c; sourceTree = ""; }; - A420D11BF49824F72E91234613E12031 /* BSG_KSJSONCodecObjC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSJSONCodecObjC.m; sourceTree = ""; }; - A44080A70A5B010573F0F3BF7552F45D /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBundleType.h; sourceTree = ""; }; - A47241CE73C4FED1B25623444C57EDDF /* RCTSRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTSRWebSocket.m; path = Libraries/WebSocket/RCTSRWebSocket.m; sourceTree = ""; }; - A49BD0CA97A040D95882D2B44D220DE0 /* Orientation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Orientation.m; path = iOS/RCTOrientation/Orientation.m; sourceTree = ""; }; - A4AC1C7524D0753E868EDA712FAD75A7 /* REAStyleNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAStyleNode.h; sourceTree = ""; }; + A4A4049922676E70F3C6EA2CC53E8DEA /* FFFastImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageViewManager.m; path = ios/FastImage/FFFastImageViewManager.m; sourceTree = ""; }; A4AFF26A82F62EE0683FFFB913D9DE76 /* muxread.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxread.c; path = src/mux/muxread.c; sourceTree = ""; }; - A4BDB517C15B3C14E8127A615F35D716 /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; - A4C03A998601C14C0E950907D6E057CC /* REABlockNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REABlockNode.m; sourceTree = ""; }; - A4DF53CC1264A950CE5AC68CC14E1560 /* BSG_RFC3339DateTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_RFC3339DateTool.h; sourceTree = ""; }; + A4C982A1921D03C6551EAEB33757CDB6 /* Bugsnag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Bugsnag.h; sourceTree = ""; }; + A4DD93FA57DA851B22FCADCED797836B /* UMLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogHandler.h; sourceTree = ""; }; A4E2C829C5BCC61D75F1E0B270E49F6F /* dynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = dynamic.cpp; path = folly/dynamic.cpp; sourceTree = ""; }; - A555E1DEE8F57BEB61A46B7794BEB7AB /* React-RCTNetwork-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTNetwork-prefix.pch"; sourceTree = ""; }; - A55D3CCBDDD7927545D0702888EF3D58 /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; - A5889432BDA0DED33AC1EF66E706F659 /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; - A5B99E26AFADDE91F4C280A8C370152A /* EXFileSystemLocalFileHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemLocalFileHandler.h; path = EXFileSystem/EXFileSystemLocalFileHandler.h; sourceTree = ""; }; - A5D139B53C87A017F84A48EAECB433CF /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - A5EC695806073286F0F784518C4E054C /* REATransformNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransformNode.m; sourceTree = ""; }; - A5F7D2922048E977CCEC9E6FF8F6CAD1 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; + A52A82D199C2C92060C008F7E0B8B753 /* RCTVideo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideo.m; path = ios/Video/RCTVideo.m; sourceTree = ""; }; + A52DBA02565620C7CB43C0C6D06492BA /* UMViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMViewManager.m; path = UMCore/UMViewManager.m; sourceTree = ""; }; + A567A567EB7A40DD0FA1D2B0A654CBC4 /* RCTDatePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePickerManager.m; sourceTree = ""; }; + A593F2795FD0D96D25EF2E5F0205CBD8 /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; + A5B09B2E9E5DA96FAB51402FDE9DA2FF /* RNPinchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPinchHandler.m; sourceTree = ""; }; + A5EC7D8475099F10FFC4F6D41593A9B9 /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; A611F89BAEDF8226B087FB7105C03D4F /* dec_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_sse2.c; path = src/dsp/dec_sse2.c; sourceTree = ""; }; A624EA50D9FA069BF68C368B9621017C /* GDTStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTStorage.h; path = GoogleDataTransport/GDTLibrary/Private/GDTStorage.h; sourceTree = ""; }; A63056ABA542F8B04DEFA67C19269FD7 /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = SDWebImage/Core/SDAnimatedImageView.m; sourceTree = ""; }; - A63674238D8FC2FD6C1124AF57DC4BAC /* UMExportedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMExportedModule.h; path = UMCore/UMExportedModule.h; sourceTree = ""; }; A639FF9F42C51D2970304EDD7F9308E9 /* GDTStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTStorage.m; path = GoogleDataTransport/GDTLibrary/GDTStorage.m; sourceTree = ""; }; - A643CE34F02117FDF88B2A6F37950E94 /* RNPushKitEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventHandler.m; path = RNNotifications/RNPushKitEventHandler.m; sourceTree = ""; }; + A65A0AA72F5CC83307E11E7402EB3537 /* RNUserDefaults.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNUserDefaults.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; A66E9B64871E443AE6D5C9E8D3BB2A3A /* FIRInstanceIDURLQueryItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDURLQueryItem.m; path = Firebase/InstanceID/FIRInstanceIDURLQueryItem.m; sourceTree = ""; }; + A66FAA94D678F99D0D43B7E041E553EA /* BSGSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGSerialization.h; sourceTree = ""; }; A68E5A9B69A3BA0FD52CAF7A354EC93B /* libReact-RCTNetwork.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTNetwork.a"; path = "libReact-RCTNetwork.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + A69379B3BBF5F21F7D7CD7379254CFE6 /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; A699B05CCF72090105833781B929648B /* GULReachabilityMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityMessageCode.h; path = GoogleUtilities/Reachability/Private/GULReachabilityMessageCode.h; sourceTree = ""; }; - A6B0E365670EE8461300952EBBC26EE7 /* RCTVideoPlayerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoPlayerViewController.h; path = ios/Video/RCTVideoPlayerViewController.h; sourceTree = ""; }; A6C1D029A172D167AB0F40D48A9B96E6 /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = SDWebImage/Core/SDImageTransformer.h; sourceTree = ""; }; - A7500D05C606E958DBFF988E5E4149A7 /* RNGestureHandler-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNGestureHandler-dummy.m"; sourceTree = ""; }; - A750113D5C95734016B6F89633D28693 /* React-RCTNetwork.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.xcconfig"; sourceTree = ""; }; - A761313D967005DBA593B9F9E2FB63FD /* EXWebBrowser.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXWebBrowser.xcconfig; sourceTree = ""; }; + A71185BFC5E66E42EF146D1D907CDFBD /* UMMagnetometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerInterface.h; path = UMSensorsInterface/UMMagnetometerInterface.h; sourceTree = ""; }; + A721BFF3C23C75052F8B9492B619485F /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; + A72FE6B38B89E279683765A00C4472FC /* BSG_KSJSONCodec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodec.h; sourceTree = ""; }; + A745D640AC8C686BC57AF610BB212C47 /* RNFirebase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFirebase.m; path = RNFirebase/RNFirebase.m; sourceTree = ""; }; + A77857E994C251C9FAF0A77A248CF659 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; A77B92EFA4C78BBF35CA2CF762F74659 /* SDImageWebPCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageWebPCoder.m; path = SDWebImageWebPCoder/Classes/SDImageWebPCoder.m; sourceTree = ""; }; A7AAF36698B12EC9A5F1499B0E23D952 /* pb_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_common.h; sourceTree = ""; }; - A7C79A7C3E9D40D9FFAB49F0F16F188D /* React-RCTActionSheet.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.xcconfig"; sourceTree = ""; }; + A7C4C58611A3C8A99D22871C4D030F80 /* BSG_KSString.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSString.c; sourceTree = ""; }; + A7C9E07CE2632B29641A159E22B60E51 /* RCTImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoader.h; path = React/CoreModules/RCTImageLoader.h; sourceTree = ""; }; A7CB22BE8E129C13B32901AF3E28A3A8 /* 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 = ""; }; - A7E92ADA31F792DF7ADCD3DA24416295 /* InspectorInterfaces.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = InspectorInterfaces.cpp; sourceTree = ""; }; - A7F00E10BE540D6ACCE339CEB7423ACD /* Zocial.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Zocial.ttf; path = Fonts/Zocial.ttf; sourceTree = ""; }; - A7F10EEE384072DAEC822B4C1EC97BB8 /* 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; }; - A7F4F3B8CF85FF6088AFBDD2E0B9CF85 /* EXConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstants.h; path = EXConstants/EXConstants.h; sourceTree = ""; }; - A808EA295EC294FFDBB50BCC2BA53014 /* UMModuleRegistryAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryAdapter.h; sourceTree = ""; }; - A81226598200B10C2B987E3266FCF849 /* RCTExceptionsManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTExceptionsManager.mm; sourceTree = ""; }; - A81B4DF35AA3E7DC245F92694E0C9488 /* RNTapHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNTapHandler.h; sourceTree = ""; }; - A834FF9AD422C88C1B419D5CEFDDCCD0 /* BSG_KSSingleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSingleton.h; sourceTree = ""; }; - A836F772DFE49877A0D58D0D351AD4D7 /* ARTRenderableManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTRenderableManager.h; sourceTree = ""; }; + A7F41214E068C2672232FA79CBF2BD08 /* RNSScreenContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenContainer.m; path = ios/RNSScreenContainer.m; sourceTree = ""; }; + A807B06F9E690751FBFAB6F83DE6E30B /* RCTImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageLoader.mm; sourceTree = ""; }; + A8695258552D9585B4FB62140C8EF779 /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; A8758C74594F364FE8D55BF1A8B0795D /* FIRInstanceIDTokenDeleteOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenDeleteOperation.h; path = Firebase/InstanceID/FIRInstanceIDTokenDeleteOperation.h; sourceTree = ""; }; + A88E01C496FF6956C484ABA7A145B012 /* RCTTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextView.m; sourceTree = ""; }; A89ABA126B960F11BBFCF0475F6A0AED /* FIRLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRLogger.m; path = Firebase/Core/FIRLogger.m; sourceTree = ""; }; + A8ADC91FCB1A9A22A94BB670E1129B6B /* RNDateTimePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDateTimePickerManager.h; path = ios/RNDateTimePickerManager.h; sourceTree = ""; }; A8B9646878F1F3DB7477DC8916D9E9B0 /* signalhandler.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = signalhandler.cc; path = src/signalhandler.cc; sourceTree = ""; }; A8BE42D13BD23F939284FB37B4692663 /* NSButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSButton+WebCache.h"; path = "SDWebImage/Core/NSButton+WebCache.h"; sourceTree = ""; }; - A8FFE2B0F50B210D155CE956DF753EF0 /* UMImageLoaderInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMImageLoaderInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - A905B1B82C1F6C380AB77151E8D5E078 /* RNFetchBlobReqBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobReqBuilder.m; path = ios/RNFetchBlobReqBuilder.m; sourceTree = ""; }; + A8D605CD2A9D926F49ED96D30DFD6C8A /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; A90996A1D17F8B19F648CCA2F3DA90B1 /* pb_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_decode.c; sourceTree = ""; }; - A94FC8265B2A05BF385C7740DDDA27E3 /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; - A96CF962EC52301B3A11F5CC41E11394 /* 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; }; - A97754D3320C1FD81ED660B127B36612 /* ReactNativeShareExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactNativeShareExtension.h; path = ios/ReactNativeShareExtension.h; sourceTree = ""; }; + A9690E6AA35B66C49C28C6C39DA18FA5 /* RNNotificationsStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationsStore.h; path = RNNotifications/RNNotificationsStore.h; sourceTree = ""; }; A9916A69A97251C8AA9535F6F70AE9DB /* Pods-RocketChatRN.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-RocketChatRN.release.xcconfig"; sourceTree = ""; }; - A999FA07037D8C28CFA99B631B6C334B /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.h; sourceTree = ""; }; - A9BF2015C38AF72591EF97C81BD68934 /* EXSystemBrightnessRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXSystemBrightnessRequester.m; path = EXPermissions/EXSystemBrightnessRequester.m; sourceTree = ""; }; - A9DB10AAD676D54BDC5B0BA990C5C74C /* RNFastImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFastImage-prefix.pch"; sourceTree = ""; }; + A9C7243660D519FBCAB59D233784DE36 /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; + A9EFB81B9B04131915F1C2AB3FB28A89 /* RNFastImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFastImage-dummy.m"; sourceTree = ""; }; + AA0E28EF6788ECC06A71AFB63E5B998E /* RCTProgressViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProgressViewManager.h; sourceTree = ""; }; + AA1F94162A018B3E8A377F51DF967901 /* EXWebBrowser.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXWebBrowser.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; AA2DDD5D0523B8F594DAD36A9AAA5E70 /* enc_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_sse2.c; path = src/dsp/enc_sse2.c; sourceTree = ""; }; + AA4FD7B91BC9C4E68B7EBBFEC04B8C90 /* BSG_KSCrashSentry_NSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_NSException.h; sourceTree = ""; }; + AA60B66D815707B0ADDB4C0E55CDE282 /* LongLivedObject.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = LongLivedObject.cpp; path = turbomodule/core/LongLivedObject.cpp; sourceTree = ""; }; + AA6AAA1D90BE93D3C64963C8A5ED303A /* FBLazyVector.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBLazyVector.xcconfig; sourceTree = ""; }; AA6B1F3F38274DCBDDCF2564288EBCCE /* json.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = json.cpp; path = folly/json.cpp; sourceTree = ""; }; - AA846A7E972417C6D0F9D749BD466139 /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.h; sourceTree = ""; }; - AA970E0E45CEC7FD98BCB9CD50A94784 /* JSModulesUnbundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSModulesUnbundle.h; sourceTree = ""; }; - AAC9B40BAD88705271E4912C77E2E865 /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; - AAEF3D1F614129815AC3A6D26B1127C0 /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; + AA811FB189CF7A70894B0E93D2CDA211 /* UMImageLoaderInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMImageLoaderInterface.xcconfig; sourceTree = ""; }; + AA8B6365B6D3D81758363E0927FEC405 /* 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; }; + AAA73D3C27182BDDB286D67F23E7D9A8 /* RNCAppearanceProviderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearanceProviderManager.h; path = ios/Appearance/RNCAppearanceProviderManager.h; sourceTree = ""; }; + AAB994B137BDE46E6A2AA30D85B3B91B /* RCTPropsAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPropsAnimatedNode.m; sourceTree = ""; }; + AAD48B7D2D97595523BFAB5B4A9CEC9B /* FFFastImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageViewManager.h; path = ios/FastImage/FFFastImageViewManager.h; sourceTree = ""; }; + AAF86472CF2BCFF722DE17054CC4317C /* BSG_KSBacktrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace.h; sourceTree = ""; }; AAFA6E0A391B9079526E0FB374F2C1B6 /* picture_psnr_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_psnr_enc.c; path = src/enc/picture_psnr_enc.c; sourceTree = ""; }; + AB1138DC1F82392F5512E3ACE06F0872 /* UMAppLifecycleListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleListener.h; sourceTree = ""; }; + AB14D64E590FF3E4CB532CDB68230DB0 /* RNRotationHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNRotationHandler.m; sourceTree = ""; }; + AB2D79CBC8C5207C6570D2334D89B961 /* FBReactNativeSpec-generated.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "FBReactNativeSpec-generated.mm"; path = "FBReactNativeSpec/FBReactNativeSpec-generated.mm"; sourceTree = ""; }; AB32A635B3520B996565D062F35D02EA /* RSKImageScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKImageScrollView.m; path = RSKImageCropper/RSKImageScrollView.m; sourceTree = ""; }; - AB8EC5CC4960BD59FBC4B1EA9F4E461F /* RNFirebaseFirestoreDocumentReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestoreDocumentReference.m; sourceTree = ""; }; - ABA4C6F1823A46505C589663FF569D2C /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; + AB4C29CB323AD79B00108DC92BCB97F6 /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; + AB95CCB123C9766BEEB53423FC43FC97 /* REAParamNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAParamNode.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; }; - ABCF9D5FA6B69B7FE22448C63F5C0C35 /* RNAudio.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNAudio.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; ABD3E13C1519D040A1C496CA3A2272A0 /* FIRInstanceIDKeyPairStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeyPairStore.h; path = Firebase/InstanceID/FIRInstanceIDKeyPairStore.h; sourceTree = ""; }; ABDE0D11DD6F3416807CF8C7D0C38947 /* GoogleDataTransportCCTSupport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleDataTransportCCTSupport-dummy.m"; sourceTree = ""; }; + ABF10FD95B903F9E2A1ABEBFD1AE686C /* UMUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUtilities.h; path = UMCore/UMUtilities.h; sourceTree = ""; }; ABFEEA82A6C346B22843FBE0B0582182 /* libFBReactNativeSpec.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFBReactNativeSpec.a; path = libFBReactNativeSpec.a; sourceTree = BUILT_PRODUCTS_DIR; }; - AC50FAD51606C7A7BDC77BEFDC97ACF6 /* UIImage+Resize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Resize.h"; path = "ios/src/UIImage+Resize.h"; sourceTree = ""; }; - AC535588D6E1BD18ED100CDC4973D51A /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; - AC61EEFF4BBF136045AB54FC22452E13 /* Yoga-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Yoga-internal.h"; path = "yoga/Yoga-internal.h"; sourceTree = ""; }; - AC7A405C6401DDB6C9AF3DB85F834C14 /* RCTInputAccessoryViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewManager.h; sourceTree = ""; }; + AC3E8D3A8F269AF54F2B577859727182 /* RCTBaseTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextShadowView.m; sourceTree = ""; }; + AC44F633C6FBC8194C100AC4DDCCB868 /* NSDataBigString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = NSDataBigString.mm; sourceTree = ""; }; AC7BEFEA1D9F9F4BD894A3BDEB754050 /* ssim_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssim_sse2.c; path = src/dsp/ssim_sse2.c; sourceTree = ""; }; - AC9D76B5565CA05C6BB43B1C6121CFA4 /* 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; }; - ACB1D44F71FFDD55AC7EB6BAD87B6508 /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; + AC807F96F9596A25ABCEDFD82D0BD5B6 /* EXUserNotificationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXUserNotificationRequester.m; path = EXPermissions/EXUserNotificationRequester.m; sourceTree = ""; }; + AC902C6A9794419C90D1F8485A66EA4E /* UIImage+Resize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Resize.h"; path = "ios/src/UIImage+Resize.h"; sourceTree = ""; }; ACB9C9B7C028DDBC2B0FBEB2D1EAE8D2 /* mux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mux.h; path = src/webp/mux.h; sourceTree = ""; }; - ACE0C766FDC8F386168B1F1043432A35 /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; + ACC42F9CA47CAE7B954CAB7F87146F43 /* RCTInspector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspector.mm; sourceTree = ""; }; + ACE2E911D1DD8EEE1AAF6B1994A2BB13 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; AD153637D0F88F7863503888BF426FF7 /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/Core/SDWebImageManager.h; sourceTree = ""; }; - AD28747ADBEDA87050DFAAA974028548 /* RCTTrackingAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTrackingAnimatedNode.h; sourceTree = ""; }; - AD325F453B46A7923257F9A6D95F78A5 /* RCTMultilineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputView.m; sourceTree = ""; }; AD40A94AE1ADFA1CDF9602BA3B04C90E /* libEXAV.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXAV.a; path = libEXAV.a; sourceTree = BUILT_PRODUCTS_DIR; }; - AD464DC212D3FA00C00082CE9A4F5116 /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.h; sourceTree = ""; }; AD501E44E8B6B7214AB9EADF1181C1F3 /* rescaler.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler.c; path = src/dsp/rescaler.c; sourceTree = ""; }; - ADA995225964E165EFD31F85A2E16E27 /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; - ADAF44CCCDE16D4247AF317E9245C25D /* experiments.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = experiments.h; sourceTree = ""; }; + AD61021FCB80AC380C67848B2C9B7DDE /* BSG_KSCrashReportFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilter.h; sourceTree = ""; }; + AD89995A2CE1DDDF0FCD36B473FF0AF5 /* EXHaptics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXHaptics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; ADBD04C24033E70A57BE371F9E95677E /* QBAssetsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetsViewController.h; path = QBImagePicker/QBAssetsViewController.h; sourceTree = ""; }; + ADF8B9050760D48734FC125B99261BD8 /* RNScreens-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNScreens-dummy.m"; sourceTree = ""; }; ADFD2929D2E95FCACBBE0C693EEA30C2 /* 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 = ""; }; AE0EEE989352089575A595D8BF69247A /* lossless_enc_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_neon.c; path = src/dsp/lossless_enc_neon.c; sourceTree = ""; }; - AE3CB43D8CCEBF1F5B8D6F9D6F3CAC26 /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; - AE4B7870CAE91B35878C676011311F07 /* RCTSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSliderManager.h; sourceTree = ""; }; - AECF4433A2AD5F5A18C5346CF8BD76DE /* RCTNativeAnimatedNodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedNodesManager.h; path = Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h; sourceTree = ""; }; - AEE5C8311396FF92EE08B3CE1A731314 /* REAJSCallNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAJSCallNode.h; sourceTree = ""; }; - AF17EF16E047477EDFCBEC50DDE29751 /* RCTInterpolationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInterpolationAnimatedNode.m; sourceTree = ""; }; - AF3D6B2D719E692B3649250EC186F095 /* RCTSurfacePresenterStub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfacePresenterStub.m; sourceTree = ""; }; - AF4E50930C881D54C475F4E9E2708438 /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; + AE4203F0C66F5C35AC5B69280F7AB1C2 /* React-cxxreact-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-cxxreact-dummy.m"; sourceTree = ""; }; + AE802E73C4901199E96345C8896A11C4 /* RNSScreenStackHeaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenStackHeaderConfig.h; path = ios/RNSScreenStackHeaderConfig.h; sourceTree = ""; }; + AE9080204FD866F10983AD424EE73C31 /* React-jsiexecutor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsiexecutor-prefix.pch"; sourceTree = ""; }; + AEDA30D82699B958AD564B3E95991F7D /* REATransitionValues.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionValues.m; sourceTree = ""; }; + AEF3D8F3E0E9E808C02E62642689B83A /* RNBootSplash-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNBootSplash-dummy.m"; sourceTree = ""; }; + AF0045C0E8698A8A151A6AB320396243 /* BugsnagNotifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagNotifier.h; sourceTree = ""; }; + AF36BA173DAC16B6752560DA6C589D13 /* ARTSolidColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTSolidColor.h; sourceTree = ""; }; + AF39C018E786D9F6836EFA77F75B03B0 /* RNGestureHandler.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNGestureHandler.xcconfig; sourceTree = ""; }; AF72FD600DE7E2D330BA50F877993E05 /* libUMCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMCore.a; path = libUMCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; - AF839FCA4112FDEBE1C800CE2B88ED24 /* RCTSpringAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSpringAnimation.m; sourceTree = ""; }; AF947193A9EB226E277E245ACEC85A9B /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = SDWebImage/Core/SDImageCoder.h; sourceTree = ""; }; AF9D766D62026C8ADA8883382A30FCE0 /* FIRCoreDiagnostics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnostics.m; path = Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnostics.m; sourceTree = ""; }; - AFCE2E8D52457C0FA404D519055D555A /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; - AFE0D33358500033F77E73E3E82DB8B8 /* LICENSE.txt */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.txt; sourceTree = ""; }; - B02638646000CABCD9543E768EE8DACA /* NativeExpressComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeExpressComponent.h; sourceTree = ""; }; - B03A5E063D8E76CFB696B3B052B612E5 /* UMConstantsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMConstantsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + AF9E9542D2A9D6DE1F3DC69C0B2577AE /* 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; }; + B01A1E5FDB0C8872E327A549ABB0497B /* RNFetchBlobFS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobFS.h; path = ios/RNFetchBlobFS.h; sourceTree = ""; }; + B032BF836FBD35BDE9DE64AC45A6EE20 /* RCTBaseTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputView.h; sourceTree = ""; }; B058F035CFD84ECBF8414E4EAE5834FC /* libreact-native-video.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-video.a"; path = "libreact-native-video.a"; sourceTree = BUILT_PRODUCTS_DIR; }; B07CCC1F57AF035C7F0A5F05DF5F21DF /* vp8i_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8i_dec.h; path = src/dec/vp8i_dec.h; sourceTree = ""; }; - B089DE8EA00A8D592AB7BF0167A0306B /* BSG_KSCrashState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashState.m; sourceTree = ""; }; B0B214D775196BA7CA8E17E53048A493 /* libSDWebImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSDWebImage.a; path = libSDWebImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; + B0BF4D08A0179C00A6186E4C6355F4FD /* UMSensorsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMSensorsInterface.xcconfig; sourceTree = ""; }; B0D469C5A5B872747EED0388471AEEC9 /* FIRInstanceIDAPNSInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDAPNSInfo.m; path = Firebase/InstanceID/FIRInstanceIDAPNSInfo.m; sourceTree = ""; }; - B0E3A3BFB2134704CFE6CFCAF4B62A41 /* RNFirebaseStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseStorage.m; sourceTree = ""; }; - B0E62FEACC9E49A4A484367E061F37BA /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = RAMBundleRegistry.cpp; sourceTree = ""; }; + B0D70BF1D81B69D47C2148109D5EF985 /* RNFirebaseRemoteConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseRemoteConfig.h; sourceTree = ""; }; + B0DE3DB10E66A087A0BEA31493A76984 /* UMConstantsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMConstantsInterface.h; path = UMConstantsInterface/UMConstantsInterface.h; sourceTree = ""; }; B0EB71CDD0AEEDE9FE3B0F7FFA9888EA /* FIRInstanceIDTokenDeleteOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenDeleteOperation.m; path = Firebase/InstanceID/FIRInstanceIDTokenDeleteOperation.m; sourceTree = ""; }; - B11F7935C19D82510F1DD4929B409E74 /* RNGestureHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandler.m; path = ios/RNGestureHandler.m; sourceTree = ""; }; - B12B68247A234FE78763DFE6502E44F4 /* RCTAdditionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAdditionAnimatedNode.m; sourceTree = ""; }; - B12D8ABB227F9237999EFC479536FF4A /* BSG_KSCrashCallCompletion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashCallCompletion.m; sourceTree = ""; }; - B15D4BE42508069919D327D1D6247B66 /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStatusBarManager.h; sourceTree = ""; }; - B1640597D9EE540D40FF4401209ECD47 /* LongLivedObject.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = LongLivedObject.cpp; path = turbomodule/core/LongLivedObject.cpp; sourceTree = ""; }; - B172A83C57FE580C944BD123D577345E /* UMFontScalerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalerInterface.h; path = UMFontInterface/UMFontScalerInterface.h; sourceTree = ""; }; - B1BCC00D2D8DAF70A113D49EDDA48641 /* UMModuleRegistryProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryProvider.m; sourceTree = ""; }; - B1D78552BC13412851EEBDA20713319D /* RCTInputAccessoryViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewManager.m; sourceTree = ""; }; - B1FF2AC40395AD4A4C1BD974D62A21CE /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; - B2108B9C07424EC2174F3964D3445244 /* FFFastImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageView.h; path = ios/FastImage/FFFastImageView.h; sourceTree = ""; }; + B10EF6D408C4C13E722753B110591F60 /* RNFirebaseEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebaseEvents.h; path = RNFirebase/RNFirebaseEvents.h; sourceTree = ""; }; + B12E8FF9FEBDDDBEAD5C60051FFE0061 /* RNImageCropPicker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNImageCropPicker.xcconfig; sourceTree = ""; }; + B14777C38772A93C10158B05F9ECC2F2 /* EXFileSystem.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXFileSystem.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + B16AC2EF6A398FE442911F0117580557 /* ARTLinearGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTLinearGradient.h; sourceTree = ""; }; + B17C7E16E8031D7D40F3DCDF43F5ED78 /* KeyCommands-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KeyCommands-prefix.pch"; sourceTree = ""; }; + B1C0309D8214A4B9F1FA6022DDE7FCBB /* JSIndexedRAMBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIndexedRAMBundle.h; sourceTree = ""; }; B24BCD3ACA63A4F1988B34D59712D7AF /* upsampling_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_sse41.c; path = src/dsp/upsampling_sse41.c; sourceTree = ""; }; - B253FCDCCFA703EF327E1DE179D9B9BC /* RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotifications.h; path = RNNotifications/RNNotifications.h; sourceTree = ""; }; - B256ABE5BD8594F142B72F80613C8345 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; B25C2F7013DB491EBA70CD15C766277D /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = SDWebImage/Core/SDImageLoadersManager.h; sourceTree = ""; }; B2647D7CE97B25E7411775854BD8AD1B /* utilities.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = utilities.cc; path = src/utilities.cc; sourceTree = ""; }; - B294544F6F1732E2AB99624E8E1A02C4 /* RNFirebaseFunctions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFunctions.m; sourceTree = ""; }; + B26A21FA8A8B6EFFD736912735323D47 /* RNCCameraRollManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCCameraRollManager.m; path = ios/RNCCameraRollManager.m; sourceTree = ""; }; + B2887512486E40A0E1D693596F2A86E0 /* react-native-appearance-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-appearance-dummy.m"; sourceTree = ""; }; + B29C38805F7127CB18A39556B771ECBA /* RNFirebaseAnalytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAnalytics.h; sourceTree = ""; }; B2B5C12C9057A3C3F80B6FE63DC672B1 /* pb_decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_decode.h; sourceTree = ""; }; B2C53771D976818BB03D0EEEDA1AE8F5 /* SDImageAssetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAssetManager.m; path = SDWebImage/Private/SDImageAssetManager.m; sourceTree = ""; }; - B3071ED7A5495BDF6F19DD820649D418 /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; sourceTree = ""; }; + B2FA8421DE1DEDCF3392633FC2132D08 /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; B311C84FFD89B80808E19467037D6308 /* fixed-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fixed-dtoa.cc"; path = "double-conversion/fixed-dtoa.cc"; sourceTree = ""; }; - B316B81E4609D922262AAAB60412C3D1 /* RCTTextSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextSelection.h; sourceTree = ""; }; - B31E8CACE84DC55C19E5AAE6FA38CC78 /* REAParamNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAParamNode.h; sourceTree = ""; }; B33E269DBFF2BE345F8195FBD7BCFB67 /* GoogleDataTransport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleDataTransport-dummy.m"; sourceTree = ""; }; - B35F9586E3BACE323633DC20F8EE17F6 /* RCTTransformAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTransformAnimatedNode.m; sourceTree = ""; }; - B366790D7E16F6CFFAF462791FF116AF /* threadsafe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = threadsafe.h; sourceTree = ""; }; B372F3BA6D1AB3CE03B311B35A8ACA6A /* FIRInstanceIDTokenOperation+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstanceIDTokenOperation+Private.h"; path = "Firebase/InstanceID/FIRInstanceIDTokenOperation+Private.h"; sourceTree = ""; }; - B37C4AC903FF4D9F541F94B2BFF6486F /* RNBootSplash.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNBootSplash.xcconfig; sourceTree = ""; }; - B381E2FEF7F3ADCD9C7A47EF386EEF75 /* RNVectorIcons-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNVectorIcons-prefix.pch"; sourceTree = ""; }; - B384E5858546AB5932A7EC9E6B7E280A /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFPSGraph.h; sourceTree = ""; }; - B38FD508EEC7159D2988089AA995E20F /* BSG_KSCrashReportVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportVersion.h; sourceTree = ""; }; - B39ADC3605D6438ED02ECC71946C66D9 /* BugsnagHandledState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagHandledState.h; sourceTree = ""; }; - B39EE0EF27689B02A6811C6D712DE93D /* LNInterpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNInterpolation.h; sourceTree = ""; }; + B38BD7471D76B7D8984566FBF8F2FC31 /* BugsnagApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagApiClient.m; sourceTree = ""; }; B39F9A3CEB4B186E40589A4D931C1257 /* SpookyHashV2.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SpookyHashV2.cpp; path = folly/hash/SpookyHashV2.cpp; sourceTree = ""; }; - B3C0443D7BD72020F140C3CFC024099C /* RCTKeyCommandConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTKeyCommandConstants.m; path = ios/KeyCommands/RCTKeyCommandConstants.m; sourceTree = ""; }; - B3E65BD7F64BBDAAAE6D801F5B393FE3 /* RCTImageDataDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageDataDecoder.h; path = Libraries/Image/RCTImageDataDecoder.h; sourceTree = ""; }; - B3FC9FECE308309CFEDA0657B6E891AD /* RNFirebaseMessaging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseMessaging.m; sourceTree = ""; }; + B3A4F1A1A2D3902A6DB1B3E967F3C62D /* RNGestureHandlerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerEvents.h; path = ios/RNGestureHandlerEvents.h; sourceTree = ""; }; + B3BE4DD1BE1C0F0D68A731D6310C580B /* RCTValueAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTValueAnimatedNode.m; sourceTree = ""; }; + B3D41CFB690E0B78C15C27BE475A5C63 /* JSCExecutorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCExecutorFactory.h; sourceTree = ""; }; + B4129F213C0A47C50637C40270C3EEC6 /* EXConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstants.m; path = EXConstants/EXConstants.m; sourceTree = ""; }; + B414B2F742B5E67193DBBE9244CADCB3 /* BugsnagHandledState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagHandledState.h; sourceTree = ""; }; + B42DC3124D995D3EADE592628FFE2AF5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; B43874C6CBB50E7134FBEC24BABFE14F /* libGoogleUtilities.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libGoogleUtilities.a; path = libGoogleUtilities.a; sourceTree = BUILT_PRODUCTS_DIR; }; - B462A58ECA611911C0FCF32DC87B4230 /* UMUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUtilities.h; path = UMCore/UMUtilities.h; sourceTree = ""; }; - B48A2EA23D4C0A5B39EA740A1B4C0B0C /* REATransitionValues.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionValues.m; sourceTree = ""; }; + B44F94E7C34A7CD76455440BA3B2A22B /* RCTSegmentedControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControlManager.m; sourceTree = ""; }; + B4793AA164D7B384AB6A2211D81056FB /* BugsnagUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagUser.h; sourceTree = ""; }; B495422B40687B5786370FAACD615B60 /* pb_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_encode.c; sourceTree = ""; }; B4968DB22147854D234F5D171DBBA244 /* GDTReachability.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTReachability.m; path = GoogleDataTransport/GDTLibrary/GDTReachability.m; sourceTree = ""; }; - B4ACFDCF5494F481184D5A3B38A60024 /* RCTSRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSRWebSocket.h; path = Libraries/WebSocket/RCTSRWebSocket.h; sourceTree = ""; }; - B4CC7A68857E49954F1F3F103C9D61FB /* RCTImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageUtils.h; path = Libraries/Image/RCTImageUtils.h; sourceTree = ""; }; - B4DF9F94C2A65E6E1204DB8D24D00840 /* RCTModuloAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModuloAnimatedNode.m; sourceTree = ""; }; - B4FA519078044EB4C4E950F1ADBF33A5 /* RNDeviceInfo-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDeviceInfo-dummy.m"; sourceTree = ""; }; + B512017AE0E0A919495C69B001437EC8 /* Orientation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Orientation.m; path = iOS/RCTOrientation/Orientation.m; sourceTree = ""; }; B523E283430B206BFABB777FB7EA77FC /* demux.c */ = {isa = PBXFileReference; includeInIndex = 1; name = demux.c; path = src/demux/demux.c; sourceTree = ""; }; - B532B085F7B45D6DD72D8BE49A120916 /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; - B57EB7662EF4BC9689BFE45F76E6B5FB /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; - B59A61CF21DFF7E302E510ABC1872757 /* RNBootSplash-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNBootSplash-prefix.pch"; sourceTree = ""; }; - B59D6B83B401C1016A27DA8E04B77A90 /* RNGestureHandler.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNGestureHandler.xcconfig; sourceTree = ""; }; - B5C3844CC61A7B52C6EF376DD18B477F /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; + B52E17004863DA831F668D623BC49646 /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; + B52EF10684B99FAB40023EF3953D3592 /* UMFaceDetectorInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFaceDetectorInterface.xcconfig; sourceTree = ""; }; + B546C4150093F2C0121919DB6A6E72F7 /* BSG_RFC3339DateTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_RFC3339DateTool.m; sourceTree = ""; }; + B558404E9BEEF2759BFE60842A3DCB12 /* RNCWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWebView.m; path = ios/RNCWebView.m; sourceTree = ""; }; + B581B462258F249ADCF20D0CEC1ED310 /* TurboModuleBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboModuleBinding.cpp; path = turbomodule/core/TurboModuleBinding.cpp; sourceTree = ""; }; + B589CF8A4CA0E0841D1FD44EF1AD7E1C /* react-native-webview-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-webview-prefix.pch"; sourceTree = ""; }; + B597CC0B456C5F8B1D52993341C79D17 /* YGStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGStyle.h; path = yoga/YGStyle.h; sourceTree = ""; }; + B5BEFC8ED99279860396E625E8EC81EC /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; B5CD42BF36AEFAF616B46EEC2EDAC1D9 /* GULNetworkConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkConstants.m; path = GoogleUtilities/Network/GULNetworkConstants.m; sourceTree = ""; }; B5D32CE02F68EE345F9101FFAF7E3476 /* Pods-RocketChatRN.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-RocketChatRN.debug.xcconfig"; sourceTree = ""; }; - B5D939F8C0EE52D1056857C2C9F08046 /* BSGSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGSerialization.h; sourceTree = ""; }; - B5EA05AAE813CB1C667EFA1F8DB71969 /* BugsnagSessionTrackingApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingApiClient.m; sourceTree = ""; }; - B5F4CD5F24417B0900BAEB078D8E6C71 /* RNNotificationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationUtils.h; path = RNNotifications/RNNotificationUtils.h; sourceTree = ""; }; - B6231CB8E675EB759DC294F021B4EE14 /* UMFontManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontManagerInterface.h; path = UMFontInterface/UMFontManagerInterface.h; sourceTree = ""; }; + B5F82A5EB9938DF9652E8C774662C2D4 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + B61327E6F899D94BA78FD32963EBC3A4 /* RCTVibration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVibration.m; sourceTree = ""; }; + B629D48036C36AB276A79583DB01A8B8 /* RCTVideoPlayerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideoPlayerViewController.m; path = ios/Video/RCTVideoPlayerViewController.m; sourceTree = ""; }; + B638103507F939F356DBCC7610FC8D00 /* BSG_KSSystemInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSSystemInfo.m; sourceTree = ""; }; B65D1E0F95214E2E1AC4F513C1753CC7 /* Pods-ShareRocketChatRN-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ShareRocketChatRN-resources.sh"; sourceTree = ""; }; + B663CF78FFC32D8B9BC1DCF30B61FFE8 /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; B67BB64E873A95F6DCFC9ECD9D10E036 /* filters_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_neon.c; path = src/dsp/filters_neon.c; sourceTree = ""; }; - B6A1DC7DD495655A76A0ADE66027B757 /* DispatchMessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DispatchMessageQueueThread.h; sourceTree = ""; }; - B6AA38713255D261FDE99A974E08E031 /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; - B6DAD9C5614BB881D7C20EB48748B359 /* TurboModuleUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboModuleUtils.cpp; path = turbomodule/core/TurboModuleUtils.cpp; sourceTree = ""; }; - B6DCD67B31DB82CAA1663A66E9AF79B8 /* RCTImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageViewManager.m; sourceTree = ""; }; - B71804FD00A9A9347B390533972DE489 /* RCTConvert+REATransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+REATransition.m"; sourceTree = ""; }; - B7191682782B79DBB433353927D0DCF8 /* RNRootView.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNRootView.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + B681F0856C36E5E0C95360DE625C24AD /* RCTConvert+RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+RNNotifications.m"; path = "RNNotifications/RCTConvert+RNNotifications.m"; sourceTree = ""; }; + B6E2477FBD3B0E3200AC17BDAC7868BF /* BugsnagConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagConfiguration.m; sourceTree = ""; }; B71A38D8C21D6AC2C5B4B32FA3819791 /* decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = decode.h; path = src/webp/decode.h; sourceTree = ""; }; + B71FB225C908EAD536CA6483F22B70A1 /* RNUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNUserDefaults.h; path = ios/RNUserDefaults.h; sourceTree = ""; }; B72C106E89BF8161D335F7EF03F47EC0 /* FIRInstanceIDTokenStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenStore.m; path = Firebase/InstanceID/FIRInstanceIDTokenStore.m; sourceTree = ""; }; - B73C437984846CD10BF9C8FD07020391 /* RCTAsyncLocalStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAsyncLocalStorage.m; sourceTree = ""; }; - B73D457C80055C29A2EEBCF847D13208 /* REATransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransition.h; sourceTree = ""; }; B75A261FE3CE62D5A559B997074E70FC /* libreact-native-background-timer.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-background-timer.a"; path = "libreact-native-background-timer.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - B77BE8C9CDE50212C708D384B055D894 /* React-RCTSettings-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTSettings-prefix.pch"; sourceTree = ""; }; - B7BB986419F0F27DD2299861535F0233 /* EXAVObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVObject.h; path = EXAV/EXAVObject.h; sourceTree = ""; }; - B7FBAF412502DA3718AB5678B93FB742 /* FFFastImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageSource.m; path = ios/FastImage/FFFastImageSource.m; sourceTree = ""; }; + B78318B7E111EF265747762B88A66CB9 /* RCTPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPickerManager.h; sourceTree = ""; }; + B7EFA3EFF32C8500825A713620B853A9 /* RNCAppearance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearance.h; path = ios/Appearance/RNCAppearance.h; sourceTree = ""; }; + B7FB8BCFFA6BD697301D1807A77F7D98 /* RCTStyleAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStyleAnimatedNode.h; sourceTree = ""; }; B80980A4B1FD8F682760137A93F8B548 /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "SDWebImage/Core/UIImage+MultiFormat.m"; sourceTree = ""; }; - B84D286DA657CD4D4B191BC3B948AF25 /* BugsnagApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagApiClient.h; sourceTree = ""; }; - B856A3B2E8491B2FA37AD3F509AF9383 /* RCTFollyConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFollyConvert.mm; sourceTree = ""; }; - B8823080C585EF6300941D3576E37FE3 /* RNAudio-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNAudio-prefix.pch"; sourceTree = ""; }; - B8957262993233598CD4806BC13EE726 /* RCTKeyCommandConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyCommandConstants.h; path = ios/KeyCommands/RCTKeyCommandConstants.h; sourceTree = ""; }; + B811E8AA47827442EA8038B78C637A57 /* BridgeJSCallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BridgeJSCallInvoker.h; path = jscallinvoker/ReactCommon/BridgeJSCallInvoker.h; sourceTree = ""; }; + B826E68E76765F3314AF187E8F4EBFB9 /* EXCameraRollRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCameraRollRequester.m; path = EXPermissions/EXCameraRollRequester.m; sourceTree = ""; }; + B82A60DD9D4A8E559A3929AF8AF67DD6 /* BSG_KSCrashIdentifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashIdentifier.m; sourceTree = ""; }; + B83931921453AB8BA605C8E5775EA1BF /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; B8996D5AB0956EA7E5595D218610D734 /* GULLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULLogger.m; path = GoogleUtilities/Logger/GULLogger.m; sourceTree = ""; }; - B8C510B7BD8264A9978428A8ACEFC04D /* BSG_KSCrashSentry.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry.c; sourceTree = ""; }; - B91734D380A03F1D9351ACC9D1C82700 /* react-native-slider.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-slider.xcconfig"; sourceTree = ""; }; - B949BFCB44FB8932EE0CDD0A9FF82037 /* RNGestureHandlerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerManager.m; path = ios/RNGestureHandlerManager.m; sourceTree = ""; }; + B8C04276F01C796BDAAC327EF3EC3586 /* RCTTypeSafety.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTTypeSafety.xcconfig; sourceTree = ""; }; + B8D1129C4CF2834BFB0767A96D941297 /* UMCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMCore-dummy.m"; sourceTree = ""; }; + B8FC54FACE9BE25FDDD882622CE56AAC /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; B9D0FDB1F27CEB6F1CBD41901DA39375 /* dec_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_msa.c; path = src/dsp/dec_msa.c; sourceTree = ""; }; - B9EA8B9528242AA4B453A477F337EFB2 /* RNCAssetsLibraryRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAssetsLibraryRequestHandler.m; path = ios/RNCAssetsLibraryRequestHandler.m; sourceTree = ""; }; - BA191249F4128BB2C5BBD28AEC3714F1 /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; BA223DECA69811D9F3E045529450CE31 /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = SDWebImage/Core/SDWebImageDownloaderOperation.h; sourceTree = ""; }; - BA25C03D8346FC39A3B36B4BCB61E952 /* JSIExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIExecutor.h; path = jsireact/JSIExecutor.h; sourceTree = ""; }; - BA2C39987E14A691FF9F9CBC45983ADC /* BSG_KSCrashReportFilterCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilterCompletion.h; sourceTree = ""; }; BA43E7F5AF362BC38B9C816146ADF628 /* UIColor+HexString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+HexString.m"; path = "SDWebImage/Private/UIColor+HexString.m"; sourceTree = ""; }; - BA67F8B24E16E5E8DC7A7EBF64631AB9 /* EXHaptics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXHaptics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + BA5880A84D82D70A635CC74AFF5041DE /* RNLocalize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNLocalize.m; path = ios/RNLocalize.m; sourceTree = ""; }; + BA6843884442188F5AADF25E82074309 /* EXVideoView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoView.m; sourceTree = ""; }; BA7129E40C780FCC9B2C35430A87252D /* lossless_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_mips_dsp_r2.c; path = src/dsp/lossless_mips_dsp_r2.c; sourceTree = ""; }; BA95391EF5C3B7AF7BDD4DDFE117BFDF /* GDTUploadCoordinator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTUploadCoordinator.m; path = GoogleDataTransport/GDTLibrary/GDTUploadCoordinator.m; sourceTree = ""; }; BA98DEBB67BD0B51A97B0283ED49ACAC /* UIImage+RSKImageCropper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+RSKImageCropper.m"; path = "RSKImageCropper/UIImage+RSKImageCropper.m"; sourceTree = ""; }; - BAD395CB9F308A48A79A1EF5C947A910 /* react-native-notifications-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-notifications-prefix.pch"; sourceTree = ""; }; - BAFABD63F5210B2671007BEAADB230AE /* BugsnagConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagConfiguration.m; sourceTree = ""; }; - BAFF9EA80365601C35C5B14B6FBE63ED /* RNBootSplash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBootSplash.m; path = ios/RNBootSplash.m; sourceTree = ""; }; + BAAF7FEB9F53CCECD04CBC125F776C06 /* RCTDecayAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDecayAnimation.m; sourceTree = ""; }; + BAE1981EBEF50FB077D5B09192D1F621 /* BridgeJSCallInvoker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = BridgeJSCallInvoker.cpp; path = jscallinvoker/ReactCommon/BridgeJSCallInvoker.cpp; sourceTree = ""; }; BB0327CA14611D2BD60ABA934BB7B47C /* format_constants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = format_constants.h; path = src/webp/format_constants.h; sourceTree = ""; }; - BB0B88F93C26B3205C8713D1EF273BA1 /* RCTVirtualTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextShadowView.m; sourceTree = ""; }; + BB0687AC1638AD1994ED287D249E0367 /* RCTPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPackagerConnection.mm; sourceTree = ""; }; + BB17D0FA68590C768131CDD648E3B28F /* RCTMultilineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputView.m; sourceTree = ""; }; BB1D5B32296BD5CF76CB332AF0AB90DC /* alpha_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_enc.c; path = src/enc/alpha_enc.c; sourceTree = ""; }; - BB76FFA7572482BEDE2A0B8D85910228 /* YGLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGLayout.cpp; path = yoga/YGLayout.cpp; sourceTree = ""; }; - BB7B9E277B2F88D029D62E6183406A86 /* REACallFuncNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REACallFuncNode.m; sourceTree = ""; }; - BB84A0D146A46EDD53FC654CB6D42300 /* RNNotificationCenter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenter.h; path = RNNotifications/RNNotificationCenter.h; sourceTree = ""; }; - BB877402E672F8A003609B814ACF2F6F /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.h; sourceTree = ""; }; - BBA25B8D8C16C2EE29DB8BA456371398 /* EXPermissions-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXPermissions-dummy.m"; sourceTree = ""; }; + BB58B93C48F1CB185405E1FC503D8EFB /* RCTWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWeakProxy.m; sourceTree = ""; }; + BB63BC5E49A0A3A83B825A1BD68791A0 /* ARTNodeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTNodeManager.m; sourceTree = ""; }; + BBADA1A38C84E3264A0BB5E4BA3987FD /* RCTSettingsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSettingsManager.m; sourceTree = ""; }; + BC2915576A0C1BA9AB1ABAE05C43FDB9 /* react-native-keyboard-tracking-view.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-keyboard-tracking-view.xcconfig"; sourceTree = ""; }; BC3CA05BDD3A8EE50282E2430A68C27E /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = SDWebImage/Private/SDmetamacros.h; sourceTree = ""; }; - BC564A37BA02020C6E8115CDE7883AD4 /* UMFileSystemInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFileSystemInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - BC8D26FDAA3A3743807DE4F675673AE3 /* UMNativeModulesProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMNativeModulesProxy.m; sourceTree = ""; }; + BC65F1F6162EB51405E4DF22AA606F1A /* BSGConnectivity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGConnectivity.h; sourceTree = ""; }; + BC6B6FCB80F6D5BDAECCE202D4807DCD /* ARTGroupManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTGroupManager.h; sourceTree = ""; }; + BC7B0AC01E4C56F42F277CD7A7FF5BA7 /* REABlockNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REABlockNode.h; sourceTree = ""; }; + BC806F56214777BFD5A629725CFE3FE8 /* RCTImageBlurUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageBlurUtils.h; path = Libraries/Image/RCTImageBlurUtils.h; sourceTree = ""; }; BC976D41F21AAEF157512E7FDA7E804D /* io_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = io_dec.c; path = src/dec/io_dec.c; sourceTree = ""; }; - BCDA8B40730E825225F4057078C4457B /* React-RCTBlob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTBlob-dummy.m"; sourceTree = ""; }; - BD2149CD1A9786D1ED0CFA9C925C800C /* RCTInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorPackagerConnection.h; sourceTree = ""; }; - BD3906522CB7A056BE7B533EE7AAECF0 /* React-CoreModules-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-CoreModules-dummy.m"; sourceTree = ""; }; + BCA011A7740C57FD503381B6B46B4BF4 /* JSIDynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIDynamic.h; sourceTree = ""; }; + BCD450FD0A6612A0B09F4CD799B09295 /* RCTTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextViewManager.h; sourceTree = ""; }; + BCDA9F21BEF4DCF82631A7CFA63D6539 /* RCTVideoPlayerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoPlayerViewController.h; path = ios/Video/RCTVideoPlayerViewController.h; sourceTree = ""; }; + BD0055AABD1D0A950E6F69A86741DFDF /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + BD0DE3C02A9556688D067B75A0EF4E42 /* 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; }; + BD29C73F393C82467AE6B9F4388B5E73 /* ReactCommon.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCommon.xcconfig; sourceTree = ""; }; + BD3277DA185DB019AA90E30F4CF93AB8 /* RNFirebaseNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseNotifications.h; sourceTree = ""; }; + BD4089AA003E098A5E4ED4AB83A10B99 /* RNFirebase-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFirebase-prefix.pch"; sourceTree = ""; }; + BD42678BBEE18031D1CC96BC28814F3F /* RCTDevLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevLoadingView.m; sourceTree = ""; }; + BD4ED88F801C1464E3256306A3B4A007 /* EXAppLoaderProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppLoaderProvider.h; path = EXAppLoaderProvider/EXAppLoaderProvider.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; }; - BD7C631C3703B5512F6E0CA99FA0F460 /* UMViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMViewManager.m; path = UMCore/UMViewManager.m; sourceTree = ""; }; + BD767BDB2042ED8FFB465A834C32086F /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; BDA5D33F399DCAB1FD228ECD932912C1 /* bit_reader_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bit_reader_utils.c; path = src/utils/bit_reader_utils.c; sourceTree = ""; }; BDE3B6E078332CFDF55D56AFE9E1D277 /* filters_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_sse2.c; path = src/dsp/filters_sse2.c; sourceTree = ""; }; - BE00DA4FA4953A7C98A06C183B9FE409 /* REANodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REANodesManager.m; path = ios/REANodesManager.m; sourceTree = ""; }; - BE0103F3DA1BF440C6C9AB5CE797E13A /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = ""; }; - BE0653F9DC15DA4DA653DE8DDFA168B0 /* YGConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGConfig.cpp; path = yoga/YGConfig.cpp; sourceTree = ""; }; + BE49BDDC5256188420CF6CE58A5D73BA /* RCTPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPicker.m; sourceTree = ""; }; + BE4B586AB972B38E5917D356760CEB41 /* DeviceUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DeviceUID.m; path = ios/RNDeviceInfo/DeviceUID.m; sourceTree = ""; }; BE559106116A7A7648B12A03E9D4D28B /* pb_encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_encode.h; sourceTree = ""; }; + BE78899BC1F86654AC831678BA3E383E /* CoreModulesPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CoreModulesPlugins.h; path = React/CoreModules/CoreModulesPlugins.h; sourceTree = ""; }; + BE8774CCC267DD9E8A24E193088A5E82 /* ARTTextFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTTextFrame.h; path = ios/ARTTextFrame.h; sourceTree = ""; }; BE94D59D6A90ED95B1F6E7B18C8E00CC /* FIRVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRVersion.m; path = Firebase/Core/FIRVersion.m; sourceTree = ""; }; - BEA14F6F6DF113FE70057996FA76C819 /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; sourceTree = ""; }; - BEF1D3B3942B279447F10DBEEDF14102 /* RNFirebaseAdMobInterstitial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobInterstitial.h; sourceTree = ""; }; - BF06209450F32BBCA280359DC01AD407 /* RCTBaseTextInputShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputShadowView.m; sourceTree = ""; }; + BEB25E935E208E19D4C18AA70D6DE952 /* ReactNativeART.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactNativeART.xcconfig; sourceTree = ""; }; + BECAE05121B60D2976E86950EB48439C /* ARTNodeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTNodeManager.h; sourceTree = ""; }; + BED02380A25F8C65310543E6B22AD7A1 /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; + BEF90802AB40E24530A9533863C629C1 /* RCTUIImageViewAnimated.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTUIImageViewAnimated.h; path = Libraries/Image/RCTUIImageViewAnimated.h; sourceTree = ""; }; BF1732ACF5FFF2CD5BF851CAC5EECC9D /* FIRInstanceIDTokenFetchOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenFetchOperation.h; path = Firebase/InstanceID/FIRInstanceIDTokenFetchOperation.h; sourceTree = ""; }; - BF1E5BA65E4700EE5DFE82680DEE2B0C /* BugsnagHandledState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagHandledState.m; sourceTree = ""; }; + BF1A35C5C8159E8B3F525C3DEED88FBD /* RNGestureHandlerButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerButton.m; path = ios/RNGestureHandlerButton.m; sourceTree = ""; }; BF2F0768EE972DEAE45305E374C6E45F /* RSKImageCropViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKImageCropViewController.m; path = RSKImageCropper/RSKImageCropViewController.m; sourceTree = ""; }; - BF675BDCEB62F9E372C87820209D75E9 /* EXAudioRecordingPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioRecordingPermissionRequester.m; path = EXPermissions/EXAudioRecordingPermissionRequester.m; sourceTree = ""; }; + BF32EEFD878497326C2A76860E6C753D /* REATransitionAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionAnimation.h; sourceTree = ""; }; + BF53E3F4567939263F26DD49B94575F7 /* FBReactNativeSpec.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBReactNativeSpec.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + BF6CED0221C38C8B97EBDB214A6D4534 /* JSIndexedRAMBundle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSIndexedRAMBundle.cpp; sourceTree = ""; }; BF8ADDD9F754DF1DC3565EC72038C2FE /* common_sse2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_sse2.h; path = src/dsp/common_sse2.h; sourceTree = ""; }; BFA3D1106C1072A2B733533A2E770794 /* Pods-ShareRocketChatRN-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ShareRocketChatRN-acknowledgements.plist"; sourceTree = ""; }; BFCE4058442BFB8DEB89BA3F261A76BA /* libRNUserDefaults.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNUserDefaults.a; path = libRNUserDefaults.a; sourceTree = BUILT_PRODUCTS_DIR; }; BFD1AACC7C607436D920FDA17490CFA4 /* FIRCoreDiagnosticsConnector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnosticsConnector.m; path = Firebase/Core/FIRCoreDiagnosticsConnector.m; sourceTree = ""; }; - BFEE1E3A52721A80824DB0F6618499B3 /* RNFirebaseUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFirebaseUtil.m; path = RNFirebase/RNFirebaseUtil.m; sourceTree = ""; }; BFFBF5219A0D3AAA47E060FFC717E668 /* GDTStorage_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTStorage_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTStorage_Private.h; sourceTree = ""; }; C016B656853BC9D15D256FCBB8ACD0BB /* GoogleDataTransport.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransport.xcconfig; sourceTree = ""; }; - C0266F070F4D0280775CB549C2A12478 /* RNFirebase-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFirebase-prefix.pch"; sourceTree = ""; }; - C041813BC41F2F49DC9C0918CFD786D9 /* RCTValueAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTValueAnimatedNode.m; sourceTree = ""; }; - C05051A320F925F5FFF777DF97486CCF /* RCTHTTPRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTHTTPRequestHandler.mm; sourceTree = ""; }; + C019868FC0B5999935B25DC63ED4014E /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; C0594FCE5C047E1F875BD261446DAA65 /* iterator_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = iterator_enc.c; path = src/enc/iterator_enc.c; sourceTree = ""; }; - C078287057644DB319CD83478B3EE278 /* RNPinchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPinchHandler.m; sourceTree = ""; }; + C05ED0BE917D2560B973609670716D5D /* BSG_KSCrashC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashC.c; sourceTree = ""; }; + C07391419D723F70812D0AACD10430D3 /* RNNotificationCenter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenter.m; path = RNNotifications/RNNotificationCenter.m; sourceTree = ""; }; + C07530B4F269ADBA05EECFB6A50B01C7 /* RNGestureHandler-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNGestureHandler-prefix.pch"; sourceTree = ""; }; + C08875D462AD14C697B9C911E58F24DC /* BugsnagCrashReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashReport.m; sourceTree = ""; }; + C09769B889D585B25123ADBD7A7CD6C9 /* ARTBrush.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTBrush.m; sourceTree = ""; }; + C0AE17A4FA6AC1FE1739DBF4BD3B2D74 /* RNGestureHandlerModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerModule.h; path = ios/RNGestureHandlerModule.h; sourceTree = ""; }; C0B4E059F841E628E792FFFD9F6745E1 /* filters_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = filters_utils.h; path = src/utils/filters_utils.h; sourceTree = ""; }; - C0E2F257439C5A00D178513CF192B8AF /* YGConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = yoga/YGConfig.h; sourceTree = ""; }; - C0E3E7B17C4136F51E46AFBA00D41DD3 /* React-RCTAnimation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAnimation-prefix.pch"; sourceTree = ""; }; - C13B9D5ECAC5E9AC528775C6FD081E33 /* ARTSolidColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTSolidColor.h; sourceTree = ""; }; - C1472B83E4014905BE3F518B816241F3 /* RNSScreenContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenContainer.h; path = ios/RNSScreenContainer.h; sourceTree = ""; }; - C14A647A1C1939A7B825382AF4774BAE /* react-native-document-picker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-document-picker-dummy.m"; sourceTree = ""; }; - C1A3733AE169C408EE09D85BA05C927C /* FBReactNativeSpec-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBReactNativeSpec-dummy.m"; sourceTree = ""; }; + C1180FC31D4F85654172F436A084AE26 /* RCTInputAccessoryViewContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewContent.m; sourceTree = ""; }; + C11E4F9CF37386947B16DBD3ECB36762 /* RNGestureHandlerButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerButton.h; path = ios/RNGestureHandlerButton.h; sourceTree = ""; }; + C14488DB10BF1DC7ED777D3B1CACC0A2 /* UMViewManagerAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapter.h; sourceTree = ""; }; + C1463B09440A0EF036DB208802D31F82 /* REASetNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REASetNode.m; sourceTree = ""; }; + C169ADEDD761FF7FF89E2B542C802409 /* RCTImageURLLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageURLLoader.h; path = Libraries/Image/RCTImageURLLoader.h; sourceTree = ""; }; + C176DA120E62DFDCB96ADE93F0CC8B51 /* advancedIos.md */ = {isa = PBXFileReference; includeInIndex = 1; name = advancedIos.md; path = docs/advancedIos.md; sourceTree = ""; }; C1A919103EAC9813D236486C34FC0A21 /* libReact-RCTVibration.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTVibration.a"; path = "libReact-RCTVibration.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - C1ABCC63C6117F6139F5E754A885B208 /* RCTSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControl.h; sourceTree = ""; }; - C1D7740CCBB91598F7C6D66B10A284B6 /* RNFirebaseAdMobBannerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobBannerManager.m; sourceTree = ""; }; - C1E103292D392F551478DB505253F1E6 /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageCache.h; path = Libraries/Image/RCTImageCache.h; sourceTree = ""; }; - C1E6C26D0A88F1156B17D0BB8344EEA1 /* IOS7Polyfill.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOS7Polyfill.h; path = ios/IOS7Polyfill.h; sourceTree = ""; }; - C23A05811E5A08969071B98F5D6FA4E1 /* EXCalendarRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCalendarRequester.m; path = EXPermissions/EXCalendarRequester.m; sourceTree = ""; }; - C25D34BC5BD12F75E17A5CDCF0EECBB4 /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.h; sourceTree = ""; }; - C28972CB23BE10EBE6758B47E625461A /* experiments.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = experiments.cpp; sourceTree = ""; }; - C29689FB804AE7B71F149CD28F78EA8A /* EXVideoManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoManager.h; sourceTree = ""; }; - C2B839BCA727B64D2C80846C64060A4F /* 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; }; - C2E07EE358222A72786267B401D65856 /* EXRemindersRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXRemindersRequester.h; path = EXPermissions/EXRemindersRequester.h; sourceTree = ""; }; - C309EEE0027919F2FDD4A86918A9116D /* RCTConvertHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvertHelpers.h; sourceTree = ""; }; + C1B37D7619FDB168247FEA7130A74129 /* BugsnagHandledState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagHandledState.m; sourceTree = ""; }; + C1EE93B3F93FE11C2A7F366D1E4337B4 /* RCTMultilineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputViewManager.h; sourceTree = ""; }; + C1EEFE3D55A0AEA0A647125C544FC2A4 /* RCTLinkingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLinkingManager.m; sourceTree = ""; }; + C23EEE8E9BC09CE874A96F03F381652B /* RCTConvert+FFFastImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FFFastImage.h"; path = "ios/FastImage/RCTConvert+FFFastImage.h"; sourceTree = ""; }; + C255FABC5C8F6ADD8FF8D6FD326626E1 /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Solid.ttf; path = Fonts/FontAwesome5_Solid.ttf; sourceTree = ""; }; + C29FF169C56C1D34832AD147FA53C466 /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; + C2A9D7E54C61CC3EEDC142325CC540F0 /* React-RCTImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTImage-prefix.pch"; sourceTree = ""; }; + C2E88CE35E640021A501C0082CD2D816 /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = Instance.cpp; sourceTree = ""; }; + C2F9F205E54F03FFA7EC3DA24B72F031 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + C2FD7CCA4CD739EF855A3FA01BE50856 /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; C317A49DD8574706DDAEC12FF2A96952 /* CLSAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSAttributes.h; path = iOS/Crashlytics.framework/Headers/CLSAttributes.h; sourceTree = ""; }; - C35B62E96CB1F6CF84146C86FCAAED2C /* RNCCameraRollManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCCameraRollManager.h; path = ios/RNCCameraRollManager.h; sourceTree = ""; }; - C363DECC5EDB5C45A63451DB285AA261 /* advancedIos.md */ = {isa = PBXFileReference; includeInIndex = 1; name = advancedIos.md; path = docs/advancedIos.md; sourceTree = ""; }; - C376824BD4234BE12A57FBF73B41AEFC /* UMFontScalersManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalersManagerInterface.h; path = UMFontInterface/UMFontScalersManagerInterface.h; sourceTree = ""; }; - C378C9AACE70EDB586F37D1F5F54EB9A /* RCTPackagerClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPackagerClient.m; sourceTree = ""; }; - C3790B3E64A5743708CDA7AC3A352E19 /* UIResponder+FirstResponder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIResponder+FirstResponder.m"; path = "lib/UIResponder+FirstResponder.m"; sourceTree = ""; }; + C3225596996B1B95A5A4E87F810EA2EE /* BSG_KSString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSString.h; sourceTree = ""; }; + C339D64850A3FAD95E6665BB768F81EF /* BSG_KSCrashState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashState.m; sourceTree = ""; }; + C360956069AFE55FBCD156D8A7A9738B /* FontAwesome.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome.ttf; path = Fonts/FontAwesome.ttf; sourceTree = ""; }; + C370FF611330A43B2DDADC1F3FDE2260 /* RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotifications.h; path = RNNotifications/RNNotifications.h; sourceTree = ""; }; C37B4B112CBC6E41702C04EEDE7BAE97 /* FIRInstanceIDStringEncoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDStringEncoding.m; path = Firebase/InstanceID/FIRInstanceIDStringEncoding.m; sourceTree = ""; }; - C38BD63E38308306F01271471A51A51A /* RNNotificationParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationParser.h; path = RNNotifications/RNNotificationParser.h; sourceTree = ""; }; - C3B8D99375736CBB89C2C356A7C8B338 /* RNSScreen.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreen.m; path = ios/RNSScreen.m; sourceTree = ""; }; - C3EF60B0F25C5B959CE46EB06E181E18 /* UMTaskConsumerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskConsumerInterface.h; path = UMTaskManagerInterface/UMTaskConsumerInterface.h; sourceTree = ""; }; + C38CF86717B0A8124843135761391B8F /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStatusBarManager.h; sourceTree = ""; }; + C39246CAA8DA2EE8E2746FC5001CC99D /* UMFontManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontManagerInterface.h; path = UMFontInterface/UMFontManagerInterface.h; sourceTree = ""; }; + C3D5C6F8D2CA4F28659A74E2196887E0 /* BugsnagLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagLogger.h; sourceTree = ""; }; C3EFB4F4EC1CD06DDFE2D949BE8E6A0C /* GDTPrioritizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTPrioritizer.h; path = GoogleDataTransport/GDTLibrary/Public/GDTPrioritizer.h; sourceTree = ""; }; - C3F3F8C91AC91F1D56DEE2A183B95EAA /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; - C413EE953021DCA4AC32898DA184C0FD /* MethodCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MethodCall.h; sourceTree = ""; }; - C465C75546851E198789BEF2A625763D /* REAModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REAModule.h; path = ios/REAModule.h; sourceTree = ""; }; + C440B94C4B8120B6E9EFECD591FF0456 /* RCTPlatform.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPlatform.mm; sourceTree = ""; }; C466454922A16BCBF6C2AA9F92459FFA /* JitsiMeet.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JitsiMeet.framework; path = Frameworks/JitsiMeet.framework; sourceTree = ""; }; - C468F235C6359CF14498360F3EE89F37 /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; sourceTree = ""; }; + C482E985D026AAF2698642ED5EA8B7C3 /* REANodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REANodesManager.h; path = ios/REANodesManager.h; sourceTree = ""; }; C48515171AD4BF544311B0764085530F /* mips_macro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mips_macro.h; path = src/dsp/mips_macro.h; sourceTree = ""; }; - C490D848F8DFB508E94CD6FE5DCE7754 /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; - C49A6D45889861923633D0598A51764C /* UMFileSystemInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFileSystemInterface.xcconfig; sourceTree = ""; }; - C4AE2A6DA28CCE60ECD1B230FF30E591 /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; - C4F0617EB699F61CEC22F253F934A307 /* RNFirebaseRemoteConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseRemoteConfig.h; sourceTree = ""; }; - C53430ED54ED4F3713EBBE6BC4EE8A62 /* RCTRawTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextViewManager.m; sourceTree = ""; }; - C536BD57718575B78DB62CABC81A1277 /* BSG_KSMach_Arm.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm.c; sourceTree = ""; }; - C550F27B5025D7535A042C37C8B851F3 /* UIImage+Resize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Resize.m"; path = "ios/src/UIImage+Resize.m"; sourceTree = ""; }; - C566B6EB9F57FA3C87E707D6D74B94C6 /* RNFirebaseFirestore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestore.h; sourceTree = ""; }; - C5697EC5539A94D88DFCA46BC4FAC53D /* RCTPerformanceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLogger.m; sourceTree = ""; }; + C4DC2C0111B5779B9E565DDCD823B049 /* BugsnagSessionTrackingPayload.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingPayload.m; sourceTree = ""; }; + C52DC1251CB3B98AB423ACBA723BB4D2 /* YGNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNode.cpp; path = yoga/YGNode.cpp; sourceTree = ""; }; C56EA5C4B31DA75C46B4D4973D73BB4A /* frame_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_dec.c; path = src/dec/frame_dec.c; sourceTree = ""; }; - C572D6C900A5E509B5FEA33C4BFF7C16 /* react-native-video.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-video.xcconfig"; sourceTree = ""; }; - C58390A83AB01A7454861AC7F511E242 /* ReactNativeART-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactNativeART-dummy.m"; sourceTree = ""; }; - C59C0285928EE93A3D14096AB122F3CD /* 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; }; + C59C9E1ED777E8840EFAEF83A2136E4A /* ARTPattern.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTPattern.h; sourceTree = ""; }; + C5AAE4426B0B8DCD1C92929895AE0ACA /* RNDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDeviceInfo.h; path = ios/RNDeviceInfo/RNDeviceInfo.h; sourceTree = ""; }; C5B6A5F984EB8EC48CF248B91715ECE9 /* GDTCCTUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTUploader.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTUploader.h; sourceTree = ""; }; - C5BC0C904AFEEEB35C99FCC32B2A1B5A /* UMFaceDetectorInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFaceDetectorInterface.xcconfig; sourceTree = ""; }; - C5CE032FE16F98F60FB04AFB294C4872 /* RNFirebaseNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseNotifications.m; sourceTree = ""; }; C60EB1364C172DCC4EDF601E4792F066 /* bignum-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "bignum-dtoa.cc"; path = "double-conversion/bignum-dtoa.cc"; sourceTree = ""; }; C61717E6EBAB20E86C4A2961F0FD4D45 /* UIImage+WebP.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+WebP.h"; path = "SDWebImageWebPCoder/Classes/UIImage+WebP.h"; sourceTree = ""; }; - C62963DF0BC0564FEBF70A3FED8230FD /* BugsnagKSCrashSysInfoParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagKSCrashSysInfoParser.m; sourceTree = ""; }; - C630EA8B1C146DCFB34C7F2C31F5DEFA /* BSG_KSMachApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMachApple.h; sourceTree = ""; }; - C6376ACF4055834AD76BC0924194FC51 /* EXDownloadDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXDownloadDelegate.m; path = EXFileSystem/EXDownloadDelegate.m; sourceTree = ""; }; - C6695BB149402D06E65E98DEC64F461B /* 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; }; + C621B9C91DFC3AC95A602152374F1F18 /* UMFontInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFontInterface.xcconfig; sourceTree = ""; }; + C6248E61FF60B7423DCA4D91B64615CF /* React-RCTVibration-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTVibration-dummy.m"; sourceTree = ""; }; + C631921FAA8916023DFDBBF7E088F5AF /* REATransformNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransformNode.h; sourceTree = ""; }; + C6325EA1ED129E8B4C729935F3A1F677 /* react-native-document-picker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-document-picker-prefix.pch"; sourceTree = ""; }; + C646A9FB4E78FDB1E50D7C27884604F6 /* React-RCTSettings.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.xcconfig"; sourceTree = ""; }; + C68876FCB5945141D9CD17A617BF6A38 /* EXContactsRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXContactsRequester.h; path = EXPermissions/EXContactsRequester.h; sourceTree = ""; }; C68D8C148B3C8093C09166A8C8495394 /* GDTUploadPackage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTUploadPackage.h; path = GoogleDataTransport/GDTLibrary/Public/GDTUploadPackage.h; sourceTree = ""; }; - C6955AEE3EDE65A8289B0CB4CEEC5DF7 /* EXFileSystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystem.h; path = EXFileSystem/EXFileSystem.h; sourceTree = ""; }; - C696A65BE0557521F371467856B99ED4 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - C69C3EF859CAB70E5B41B8C17C7F3630 /* EXContactsRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXContactsRequester.m; path = EXPermissions/EXContactsRequester.m; sourceTree = ""; }; + C6933B37B3C70EC6D073247837263840 /* notificationsEvents.md */ = {isa = PBXFileReference; includeInIndex = 1; name = notificationsEvents.md; path = docs/notificationsEvents.md; sourceTree = ""; }; + C69F20A9C5815E17B0A3F44E68CB1DE5 /* RNFetchBlobRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobRequest.h; path = ios/RNFetchBlobRequest.h; sourceTree = ""; }; + C6A20C5244D8CA8D25AC95455E4E147B /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; C6A40CA1158D96459D53467F05719CBA /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = SDWebImage/Core/SDWebImageTransition.m; sourceTree = ""; }; - C6ACF82A85BF36C642AF80D618F557B6 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - C6E44A6DBBEE242422FDDC66DCFE9D0E /* jsi-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "jsi-inl.h"; sourceTree = ""; }; - C6F40FF5D2C82C7E13D5FC39DC5137C2 /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Regular.ttf; path = Fonts/FontAwesome5_Regular.ttf; sourceTree = ""; }; + C6B7F96A416B423B2463337F45093FA1 /* RCTNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworking.h; path = Libraries/Network/RCTNetworking.h; sourceTree = ""; }; + C6BA7C4BAC8A8F805A13BB53EA5C0933 /* RNFirebaseDatabaseReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseDatabaseReference.h; sourceTree = ""; }; + C6C0C273D309A0AAC35B9F412866A502 /* react-native-orientation-locker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-orientation-locker.xcconfig"; sourceTree = ""; }; + C6CEF9A66E81DD5CE2D2A95D73C83446 /* REATransitionAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionAnimation.m; sourceTree = ""; }; + C6E5CD8A4CD5B4D1FC8BE598612D1A93 /* FFFastImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageView.h; path = ios/FastImage/FFFastImageView.h; sourceTree = ""; }; C6F54245CDE9F7FD217332E6F4A6ED40 /* GULReachabilityChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityChecker.h; path = GoogleUtilities/Reachability/Private/GULReachabilityChecker.h; sourceTree = ""; }; - C7118DF0E7B234BAF5DCD97B2157CA65 /* EXReactNativeUserNotificationCenterProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXReactNativeUserNotificationCenterProxy.h; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.h; sourceTree = ""; }; - C72004FD57292D2E614494D7D9C54E2B /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; - C754BBA0BD135F393528435AE42DB236 /* RNFirebaseUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebaseUtil.h; path = RNFirebase/RNFirebaseUtil.h; sourceTree = ""; }; - C75E1C5FEF410A767A34D685A2AB9BDE /* React-Core.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.xcconfig"; sourceTree = ""; }; + C7396637082AFCE850981CC4B3AEF7D4 /* REACallFuncNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REACallFuncNode.h; sourceTree = ""; }; C777CF2FB1E39A45CBBDB54E8693F471 /* libRNReanimated.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNReanimated.a; path = libRNReanimated.a; sourceTree = BUILT_PRODUCTS_DIR; }; C77FC6CC194114E0452237893FC64900 /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = SDWebImage/Core/SDAnimatedImageRep.h; sourceTree = ""; }; C7821887EC75F1976C084E486D5951CB /* webpi_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = webpi_dec.h; path = src/dec/webpi_dec.h; sourceTree = ""; }; C785E20D4B593BCBE623E92271639FD7 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = Firebase/Core/Private/FIRComponent.h; sourceTree = ""; }; C7B2B0B57C33CAB337316FFCAA8D5A4B /* FirebaseCoreDiagnostics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreDiagnostics.xcconfig; sourceTree = ""; }; - C7CF83338819AE52A1BD15DB7641F1F4 /* EXAudioSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioSessionManager.m; path = EXAV/EXAudioSessionManager.m; sourceTree = ""; }; + C7BA85C06677FBA23A3AA611317E0603 /* RNFlingHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFlingHandler.h; sourceTree = ""; }; C7E71655EB93E4FC9928F6CADE45CD79 /* vp8i_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8i_enc.h; path = src/enc/vp8i_enc.h; sourceTree = ""; }; - C8035F5067C028D95B24C6EE0D688FE3 /* RNNotificationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationsStore.m; path = RNNotifications/RNNotificationsStore.m; sourceTree = ""; }; - C807C7EA8D2619B6AFCB7F3C9AA5B4AD /* REAAllTransitions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAAllTransitions.m; sourceTree = ""; }; + C80AFF31ACC67791A6F469982655AE43 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; C8233D3E197592FC774570D40E374962 /* FIRInstanceIDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDStore.h; path = Firebase/InstanceID/FIRInstanceIDStore.h; sourceTree = ""; }; - C84E273398627AF9A988343BCCE455F4 /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.h; sourceTree = ""; }; - C869EE92774047221126F2CAD6CCB4E3 /* UMModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistry.h; sourceTree = ""; }; - C88898EF298C6BF7493C15E6C14FDFC9 /* UMReactFontManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactFontManager.h; sourceTree = ""; }; - C8E15D566E869780991CBD1B44981393 /* JsArgumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JsArgumentHelpers.h; sourceTree = ""; }; - C8FF3BEABB9BC47DAA40C934524C8E83 /* BSG_KSCrashReport.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashReport.c; sourceTree = ""; }; + C845EB52EA02353E68FAFBDF86A42D19 /* TurboModuleUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleUtils.h; path = turbomodule/core/TurboModuleUtils.h; sourceTree = ""; }; + C84A1EE917ECE8CC9CDA60AB97AE5D94 /* RCTImageShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageShadowView.m; sourceTree = ""; }; + C86EDF595F0DFBB297228797E700FBDA /* BSG_KSCrashReportVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportVersion.h; sourceTree = ""; }; + C8874027446117B3253D62FFF17E443F /* RCTKeyCommandConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTKeyCommandConstants.m; path = ios/KeyCommands/RCTKeyCommandConstants.m; sourceTree = ""; }; + C8D26CCB01B9E0036DF184638CEE68DA /* RCTNetInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetInfo.h; path = Libraries/Network/RCTNetInfo.h; sourceTree = ""; }; + C8D82EE09206E71EDEC81F82CDA54D43 /* RNFirebaseDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseDatabase.h; sourceTree = ""; }; + C9040F8A207F52698354008C1A31463D /* RCTMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedView.m; sourceTree = ""; }; + C92E568B45D250E8DD1893862F11F58C /* REAFunctionNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAFunctionNode.m; sourceTree = ""; }; C92FA64E3662DF6F57F73B971B11E029 /* encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = encode.h; path = src/webp/encode.h; sourceTree = ""; }; + C937B1B4E97ED1D3A51D9EF51D8102BA /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLog.mm; sourceTree = ""; }; C9452CAC6F952F0A74204730C3121CB6 /* FIRInstanceIDBackupExcludedPlist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDBackupExcludedPlist.h; path = Firebase/InstanceID/FIRInstanceIDBackupExcludedPlist.h; sourceTree = ""; }; - C96EFC242C43FBD164324E0B2023512B /* BSG_KSCrashSentry_CPPException.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_CPPException.mm; sourceTree = ""; }; C9708630F9D9C8C32EF0B3C91B9E469D /* QBImagePicker.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = QBImagePicker.bundle; path = "QBImagePickerController-QBImagePicker.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; - C97AD60F608DA260967F6C6D51228FA3 /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; C97DBF0565965775171491B968A3386C /* GULNetworkLoggerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkLoggerProtocol.h; path = GoogleUtilities/Network/Private/GULNetworkLoggerProtocol.h; sourceTree = ""; }; - C9C92D2550165FDF90016110C2484856 /* EXPermissions-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXPermissions-prefix.pch"; sourceTree = ""; }; + C9ACF8F60E4554035CA38DF291CC4FC4 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; C9C994C0067A6A1E796C234B98F686CC /* QBCheckmarkView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBCheckmarkView.h; path = QBImagePicker/QBCheckmarkView.h; sourceTree = ""; }; - C9DE202B4213AAFD5770902F012AA03F /* RNDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDeviceInfo.h; path = ios/RNDeviceInfo/RNDeviceInfo.h; sourceTree = ""; }; - C9ECD84BF7ECC17E8A196720EF82C5CB /* RCTUIImageViewAnimated.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTUIImageViewAnimated.h; path = Libraries/Image/RCTUIImageViewAnimated.h; sourceTree = ""; }; - C9EFC60CD18319463354968F16F86223 /* RNNotificationEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationEventHandler.m; path = RNNotifications/RNNotificationEventHandler.m; sourceTree = ""; }; - CA4EFE95627DE5E43FDD76604BE5519D /* RNSScreenContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenContainer.m; path = ios/RNSScreenContainer.m; sourceTree = ""; }; - CA61F667A05E9DB8EF4F3266762EDAEE /* RNPushKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKit.h; path = RNNotifications/RNPushKit.h; sourceTree = ""; }; - CA70C3AE3EBEFFB8882CD01A76450570 /* React-RCTVibration.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.xcconfig"; sourceTree = ""; }; - CA87F9D481A71CC66F620BEF33CD7625 /* BSG_KSMach_Arm64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm64.c; sourceTree = ""; }; + CA5DF19A13A1EE8A7E3F9A7892E8074C /* UMBarCodeScannerInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMBarCodeScannerInterface.xcconfig; sourceTree = ""; }; CA88B9B65AD40CD861AC231539FD195C /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = SDWebImage/Core/SDWebImageDownloaderConfig.h; sourceTree = ""; }; - CA97A1E11835A8EF80ADF1D107049CFA /* RCTInspectorDevServerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorDevServerHelper.h; sourceTree = ""; }; CA992AE3789CC74B456DE8DE9AAFD981 /* rescaler_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rescaler_utils.h; path = src/utils/rescaler_utils.h; sourceTree = ""; }; + CABAE35089BC484F5D68945869E897A4 /* RNPushKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKit.h; path = RNNotifications/RNPushKit.h; sourceTree = ""; }; + CACF3F985D87B0445E46A727A93F0F6A /* ReactMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = ReactMarker.cpp; sourceTree = ""; }; CAED344FCC1C522675E638C9E1B74B56 /* yuv.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv.c; path = src/dsp/yuv.c; sourceTree = ""; }; - CB254A7CB1178C037AFCD27A4DED22A8 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - CB47F9AB8D3CE08A4CD5CF196A3C9169 /* RCTConvert+RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+RNNotifications.m"; path = "RNNotifications/RCTConvert+RNNotifications.m"; sourceTree = ""; }; - CB678DC13D310D5F4459BDBDDEF35A46 /* BSG_KSString.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSString.c; sourceTree = ""; }; - CB880D07B8E49F0D9D486FD8C4EBCB45 /* RCTConvertHelpers.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTConvertHelpers.mm; sourceTree = ""; }; + CB287C066F73F9B18A6E3A23738A1688 /* RCTModuloAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuloAnimatedNode.h; sourceTree = ""; }; + CB3EB2037C237D1092F9F55C34AB4779 /* YGConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGConfig.cpp; path = yoga/YGConfig.cpp; sourceTree = ""; }; + CB5E438E318074FACAC2C9C03C6D9010 /* UMBarometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarometerInterface.h; path = UMSensorsInterface/UMBarometerInterface.h; sourceTree = ""; }; CBA63D41638D31B00773D2AF47F7BE37 /* huffman_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = huffman_utils.h; path = src/utils/huffman_utils.h; sourceTree = ""; }; + CBA7A8921E2752BFD5E37A0C7A44C968 /* experiments-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "experiments-inl.h"; sourceTree = ""; }; CBACE4F4ACDF194FD0DD2FA653732F1A /* ANSCompatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ANSCompatibility.h; path = iOS/Crashlytics.framework/Headers/ANSCompatibility.h; sourceTree = ""; }; CBC675CAC7646C3D2A0E25803D8F155F /* FIRInstanceIDAuthKeyChain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDAuthKeyChain.m; path = Firebase/InstanceID/FIRInstanceIDAuthKeyChain.m; sourceTree = ""; }; CBD33013839FD99AEC9125C6F326F7D1 /* GDTTargets.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTTargets.h; path = GoogleDataTransport/GDTLibrary/Public/GDTTargets.h; sourceTree = ""; }; - CBD6A5BFCF174B7789C908F39E1F9AC8 /* jsilib-windows.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = "jsilib-windows.cpp"; sourceTree = ""; }; - CC23577415A061586DE6BFBE1115BFE0 /* RNJitsiMeetViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNJitsiMeetViewManager.m; path = ios/RNJitsiMeetViewManager.m; sourceTree = ""; }; - CC23B0329A9F76B97CD45A0C34B223DF /* RNCSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSlider.h; path = ios/RNCSlider.h; sourceTree = ""; }; + CBE33D03A8690302819DE8572B2C5FCA /* RNTapHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNTapHandler.h; sourceTree = ""; }; + CBEBD953DBD9EA578B00BDDAB6C8BED9 /* BugsnagSessionFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionFileStore.m; sourceTree = ""; }; + CC1968EAACAF2A66D3C4AA5D823790B2 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; CC65DE6DF5D259B4E20F7E232146BFCC /* json_pointer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = json_pointer.cpp; path = folly/json_pointer.cpp; sourceTree = ""; }; - CC78F64D3E00349B2ED22DBCBDEA320B /* RCTSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSlider.h; sourceTree = ""; }; CC7F479CDFAEADF82FB7E5A7A4E85491 /* buffer_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = buffer_dec.c; path = src/dec/buffer_dec.c; sourceTree = ""; }; + CC8BB5C6661DB4EB434D0A2FB8732B20 /* UIResponder+FirstResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIResponder+FirstResponder.h"; path = "lib/UIResponder+FirstResponder.h"; sourceTree = ""; }; CCBD7E2C2A91693A1460449D868EB806 /* GULUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULUserDefaults.m; path = GoogleUtilities/UserDefaults/GULUserDefaults.m; sourceTree = ""; }; - CCDDCB9A52D9A03994693CD0D6DA6DD7 /* UMReactNativeEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeEventEmitter.m; sourceTree = ""; }; - CCEED4CCE6737C7EBF8314C377B09835 /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nManager.h; sourceTree = ""; }; - CD040C273557F8B259540EC3C6650ECE /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + CCD362B6E39B148604D92F8F930FB6F7 /* RCTVirtualTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextViewManager.h; sourceTree = ""; }; + CCD7AE6E3B5B61B04EB51A9D61F87759 /* React-RCTAnimation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAnimation-prefix.pch"; sourceTree = ""; }; + CCEE0C3EB2B95AAB1FF6E19176907E70 /* EXPermissions-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXPermissions-prefix.pch"; sourceTree = ""; }; + CCFC444B4BECB0BF0678B12A7C729D88 /* EXCameraRollRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCameraRollRequester.h; path = EXPermissions/EXCameraRollRequester.h; sourceTree = ""; }; CD0620C398F45DC692DFDEA3FB115D98 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = Firebase/Core/Private/FIRLibrary.h; sourceTree = ""; }; CD15F4681414F78344B9C9D8C3AB00F5 /* SDImageGraphics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGraphics.h; path = SDWebImage/Core/SDImageGraphics.h; sourceTree = ""; }; - CD1B942711BBA4F0550060AD78DDBC4E /* RNFirebaseAdMob.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMob.h; sourceTree = ""; }; - CD27B1F3A3CC35BBCD1942272F0AC340 /* EXConstants-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXConstants-prefix.pch"; sourceTree = ""; }; - CD3B9F7721281DC9A75D09D264F25360 /* BSG_KSSignalInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSignalInfo.h; sourceTree = ""; }; - CD57EBE72AB3A63AEA0F4E967081BEB7 /* EXAppLoaderProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppLoaderProvider.h; path = EXAppLoaderProvider/EXAppLoaderProvider.h; sourceTree = ""; }; - CD5CDDC71792D56DF80844D40CC3A503 /* UMAppDelegateWrapper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMAppDelegateWrapper.m; path = UMCore/UMAppDelegateWrapper.m; sourceTree = ""; }; - CD5DB292728224A375EC30DA598D9FD9 /* RNFirebase.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFirebase.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + CD4E28178281DD345C82925100A1B2CA /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + CD52D5CB058CAA25775914E3F13A69C4 /* EXHaptics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXHaptics-prefix.pch"; sourceTree = ""; }; CD729C838803A5760395185A8DD7AABD /* QBVideoIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIndicatorView.h; path = QBImagePicker/QBVideoIndicatorView.h; sourceTree = ""; }; - CDA25FAFFD8601D819EDA22C11846BAD /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; + CDA11448130B15B607AE66450DBABC18 /* EXAppLoaderProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppLoaderProvider.m; path = EXAppLoaderProvider/EXAppLoaderProvider.m; sourceTree = ""; }; + CDA5FA3DA9DBE7C681EEF145E0931723 /* React-jsinspector-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsinspector-dummy.m"; sourceTree = ""; }; + CDA954971585B6CFE05891C634FF3001 /* UMReactLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactLogHandler.h; sourceTree = ""; }; + CDBF0089121537071410CBDA4B89BA46 /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; + CDD0458799B7CB56166CF6380E48661B /* RNAudio-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNAudio-dummy.m"; sourceTree = ""; }; CDD7DB831011E5990CA191C046B34CBF /* GDTUploadPackage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTUploadPackage.m; path = GoogleDataTransport/GDTLibrary/GDTUploadPackage.m; sourceTree = ""; }; - CDDC31E171D1B1ADB9F67AE18E3CEBD2 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - CDE345C23442F216F1CF3AD8BC422E5F /* ReactMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactMarker.h; sourceTree = ""; }; - CDEA2B647346AEF3BBD99512E658BE4F /* BSG_KSCrashType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashType.h; sourceTree = ""; }; CE127EA34762A583D20B27A3FB183A94 /* SDImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOCoder.h; path = SDWebImage/Core/SDImageIOCoder.h; sourceTree = ""; }; + CE220227938B26C711F33CC2E5140F03 /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = RAMBundleRegistry.cpp; sourceTree = ""; }; CE4250287D6892F8E6A4565235E7A5EB /* GDTStoredEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTStoredEvent.h; path = GoogleDataTransport/GDTLibrary/Public/GDTStoredEvent.h; sourceTree = ""; }; - CE4CE417EB7BCE41F7D73D710299335F /* RCTConvert+Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+Text.h"; path = "Libraries/Text/RCTConvert+Text.h"; sourceTree = ""; }; - CE4FF328EDC56BBDEE5E4AAEB18DC47D /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - CEA48CC6AFD3783EBE4BA6344D0FED0F /* UMModuleRegistryAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryAdapter.m; sourceTree = ""; }; + CE61D1FE1AD71846161D661F9F062891 /* ReactMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactMarker.h; sourceTree = ""; }; + CE7EEEF025A97C810E525D24FDA4175A /* Entypo.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Entypo.ttf; path = Fonts/Entypo.ttf; sourceTree = ""; }; + CE983F54434489877D613012B3EA86B1 /* UMPermissionsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMPermissionsInterface.xcconfig; sourceTree = ""; }; + CE9DB6D5999AC40F67585D9F6B291BC3 /* event.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = event.cpp; sourceTree = ""; }; + CEB99F482F1FF9C54032E4C171201888 /* BugsnagReactNative.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BugsnagReactNative.xcconfig; sourceTree = ""; }; CED28DEBC2FD19F1346B08346877F65A /* quant_levels_dec_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_levels_dec_utils.c; path = src/utils/quant_levels_dec_utils.c; sourceTree = ""; }; CED7747A6AA46EC1976311D36800809F /* vp8li_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8li_enc.h; path = src/enc/vp8li_enc.h; sourceTree = ""; }; CEF3923920717C24F2EB6ACE8A96A364 /* rescaler_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_mips32.c; path = src/dsp/rescaler_mips32.c; sourceTree = ""; }; - CEFAE0C3CF1D99BECB230114EE412F42 /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFont.mm; sourceTree = ""; }; - CF4FBF84A03B3A3676453FDB124B0D5B /* FBReactNativeSpec.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBReactNativeSpec.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - CF72A9ACEA8C2E20997ACC80E819BA40 /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; - CF99CEF282BCCCA7045904509F3CAE81 /* FFFastImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageViewManager.m; path = ios/FastImage/FFFastImageViewManager.m; sourceTree = ""; }; + CF1711B27EA62181CFEA7040483E80A8 /* RCTMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedViewManager.h; sourceTree = ""; }; + CF3A6FB7BDCD9FAF1D44AEA9FAD468D3 /* ObservingInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ObservingInputAccessoryView.m; path = lib/ObservingInputAccessoryView.m; sourceTree = ""; }; + CF430C02D4BA0FEF3E12AD4A03135469 /* jsilib-windows.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = "jsilib-windows.cpp"; sourceTree = ""; }; + CF6FDC9BC1D4D5730299FC96938296B2 /* EXAVObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVObject.h; path = EXAV/EXAVObject.h; sourceTree = ""; }; CFA779673BE0BE8DEBBDDDBEDB1F3213 /* UIImage+MemoryCacheCost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MemoryCacheCost.h"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.h"; sourceTree = ""; }; - CFC75F75889338CAF49CA530BB3F311E /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = ""; }; CFDDE8E0E29C88DDA0C9E8798860D878 /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = SDWebImage/Core/SDWebImageIndicator.h; sourceTree = ""; }; - CFE50FFC676E29FD9BFB1EA54887CE9B /* RNFetchBlobRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobRequest.m; path = ios/RNFetchBlobRequest.m; sourceTree = ""; }; + CFE1070EFE85EBE078787EDBB7D94C50 /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; + CFF97BB1B23AE439E3DFEF3C4BC94F3C /* RNFirebaseInstanceId.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseInstanceId.m; sourceTree = ""; }; CFF9BB1CA206380572EFC80409667259 /* FIRCoreDiagnosticsDateFileStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnosticsDateFileStorage.m; path = Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnosticsDateFileStorage.m; sourceTree = ""; }; - D0370B2D3A7E017E08DC3D7BA3297F9E /* react-native-webview-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-webview-prefix.pch"; sourceTree = ""; }; + D02CAE0CB80E111C499B3EBCCEE80A30 /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; + D04F37D6D14BC0AA4680D236EA602A00 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; D0575CACF508FE1BFCE3910B48E69069 /* GDTCCTUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTUploader.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTUploader.m; sourceTree = ""; }; - D05769483CE1B7B36032C215CEB2BAC6 /* RNGestureHandlerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerManager.h; path = ios/RNGestureHandlerManager.h; sourceTree = ""; }; - D05EBE847C047974E2167EDED4553433 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - D083FB578FC9632BB9E23AAB9ACA3FCD /* ARTGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTGroup.h; path = ios/ARTGroup.h; sourceTree = ""; }; - D088FA5527C3FF14246F7A5441833B4D /* BSG_KSCrashC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashC.c; sourceTree = ""; }; - D0C1F8FAD362FC436D035E3E4721D715 /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; sourceTree = ""; }; - D0C65660A495E07C3058EEC513FA0C66 /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSourceCode.h; sourceTree = ""; }; - D0FE01A8134FB0C1F55977D55508FDED /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; - D1170E41A93AAC135601308AA15AB3F2 /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; sourceTree = ""; }; - D1580BEFDD0199AB13AACB16E6426479 /* ARTSolidColor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTSolidColor.m; sourceTree = ""; }; + D09BCCB42C4D7C1110DC5879B0C70B5C /* UMLogManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogManager.h; sourceTree = ""; }; + D0CA7D2A655438F8E7BDA5504E349381 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + D14218564771ACB742B992FEAA23FFCA /* READebugNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = READebugNode.m; sourceTree = ""; }; + D153DAF37CB6D578956511CCADDA35DE /* ARTText.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTText.h; path = ios/ARTText.h; sourceTree = ""; }; + D167F170625B1670EF7413BA8B041DF9 /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTExceptionsManager.h; path = React/CoreModules/RCTExceptionsManager.h; sourceTree = ""; }; + D16C9C67960C8F87EEE51FE441309B2A /* YGValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGValue.cpp; path = yoga/YGValue.cpp; sourceTree = ""; }; D16FC95975F74E79569D058C5442ED48 /* FIRConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRConfiguration.m; path = Firebase/Core/FIRConfiguration.m; sourceTree = ""; }; - D1DD7CF0F7A3857541E4E125EAA8D512 /* UMBarCodeScannerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerInterface.h; sourceTree = ""; }; - D21510FE6CEBEDA197FE10D0038F11DB /* BugsnagFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagFileStore.h; sourceTree = ""; }; - D233ABF5A66CC51C775AB4A1A43EBCC4 /* BSG_KSCrashState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashState.h; sourceTree = ""; }; - D24E677BBC14DAEEE0447A35209AEAC2 /* Bugsnag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Bugsnag.h; sourceTree = ""; }; - D24FDE4ACF6F90FECB2D846EE02C309C /* RNGestureHandler-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNGestureHandler-prefix.pch"; sourceTree = ""; }; - D27B8F3A61A7F87CAEBCFB89606EBC33 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + D183A5ED022411363D6647B0025FD857 /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; + D19870CF202DA328360970BACF337DF4 /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; + D19C4A70A9AF30BB1E58A1F3D7DA4710 /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyboardObserver.h; sourceTree = ""; }; + D1D2A18A4AF68367EA0B222A3D3A22F1 /* RNFirebaseAdMobBannerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobBannerManager.h; sourceTree = ""; }; + D1F0B22A37E963C98FBE2E1F4376C188 /* RNUserDefaults-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNUserDefaults-prefix.pch"; sourceTree = ""; }; + D1F8B5199EC156745CD167DC04E62FE2 /* RCTTypeSafety.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTTypeSafety.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + D2134E52180D21C748AA62F1B8778F9A /* FBReactNativeSpec.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBReactNativeSpec.xcconfig; sourceTree = ""; }; + D23205CD30062DD94E7ECDED13C9FAE7 /* RCTFileReaderModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileReaderModule.h; path = Libraries/Blob/RCTFileReaderModule.h; sourceTree = ""; }; + D233BC703DAF655092A48EF2168C9408 /* React-CoreModules-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-CoreModules-prefix.pch"; sourceTree = ""; }; D27DD9EA70432EF865F1A64C6DE26DC2 /* QBAssetCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetCell.h; path = QBImagePicker/QBAssetCell.h; sourceTree = ""; }; - D2816349F8CD77CBF978F8362602A095 /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; D288C6A4340085CAB3A1474DCC103CFB /* dec_clip_tables.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_clip_tables.c; path = src/dsp/dec_clip_tables.c; sourceTree = ""; }; - D2A03585CC5CFB169458018CFF85C784 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; D2A4C693BA0360778B684765EA96F41D /* SDWebImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.xcconfig; sourceTree = ""; }; - D2A6D1E488F8616F877E6473D6DA102C /* RCTTypedModuleConstants.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTypedModuleConstants.mm; sourceTree = ""; }; - D2E5D64282CC7D790DF0D1CD3AC276E8 /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; + D2AE01502A1D7A3BF017E43D2D032248 /* BugsnagKSCrashSysInfoParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKSCrashSysInfoParser.h; sourceTree = ""; }; + D2D2CC61D069AF2835D136FF76F76DBD /* react-native-video.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-video.xcconfig"; sourceTree = ""; }; + D2D4E8CAE8825F70A849A3A571362FC2 /* react-native-slider-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-slider-prefix.pch"; sourceTree = ""; }; + D2FD6A3461C26873F04B996936C256AE /* 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; }; D303224896C0540A955BA28C9B201751 /* FIRInstanceID+Private.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstanceID+Private.m"; path = "Firebase/InstanceID/FIRInstanceID+Private.m"; sourceTree = ""; }; - D3083E3F6791A7F0E39E85AEBF5607DF /* RCTConvert+Text.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Text.m"; sourceTree = ""; }; D328398F059C6753CB6FD284D94ACD5F /* QBAlbumsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumsViewController.h; path = QBImagePicker/QBAlbumsViewController.h; sourceTree = ""; }; - D3A3B488557565118EC138E8B533944B /* ARTGroupManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTGroupManager.m; sourceTree = ""; }; - D3D7687A63CDDE8D8CD1FD27BBA35203 /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; - D3F4AF856E6308B210B2E961297B1E8F /* RNVectorIcons.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNVectorIcons.xcconfig; sourceTree = ""; }; - D423632AE9D7BA4119B5968AD8B01671 /* RNFirebaseAnalytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAnalytics.h; sourceTree = ""; }; + D35E004EB2154009985579EF4FF8557B /* RCTTypedModuleConstants.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTypedModuleConstants.mm; sourceTree = ""; }; + D37439C0115B06DC3CDE761AC6F99344 /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; + D3BC697CD06E41C467716E8D62558710 /* YGLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGLayout.cpp; path = yoga/YGLayout.cpp; sourceTree = ""; }; + D3CE15FAF883200B0AC76BCB496817B0 /* React-jsinspector.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.xcconfig"; sourceTree = ""; }; + D3FDCBE707AB3D57D08657B12D7C8E84 /* Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Private.h; sourceTree = ""; }; + D41DB2C1B493027A1BA8BACEE24762A2 /* UMCameraInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCameraInterface.xcconfig; sourceTree = ""; }; + D4214808941C9ACEEA4B6C00992DE50D /* RCTCxxUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxUtils.h; sourceTree = ""; }; + D436F31DE7391A6130777FA30E9A7DBF /* React-RCTText-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTText-dummy.m"; sourceTree = ""; }; D43DE3DC7792E0B353371829F68C0FFD /* Pods-ShareRocketChatRN-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ShareRocketChatRN-acknowledgements.markdown"; sourceTree = ""; }; D45FFC3C8C3BE59BBA9D2E82DF24A1B4 /* FIRDependency.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDependency.m; path = Firebase/Core/FIRDependency.m; sourceTree = ""; }; + D478CFD27226A1EFF1D02C7DDE781A72 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + D4965976039CCC29884B01BA455CFC6F /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; + D497300E6E298D9DADF8C01E08ED82D7 /* RCTTypedModuleConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTypedModuleConstants.h; sourceTree = ""; }; D49C860391A2659769FF7954DF6C5EE4 /* SDAsyncBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAsyncBlockOperation.h; path = SDWebImage/Private/SDAsyncBlockOperation.h; sourceTree = ""; }; - D49F0EFB39B19BD09517946BA3251E7E /* EXVideoManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoManager.m; sourceTree = ""; }; D4A086F979493189EE91F9C149DDE8B1 /* FIRInstanceIDCheckinPreferences+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstanceIDCheckinPreferences+Internal.h"; path = "Firebase/InstanceID/FIRInstanceIDCheckinPreferences+Internal.h"; sourceTree = ""; }; - D4A7BF4513B33FA0D8756475FB480194 /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.h; sourceTree = ""; }; - D4C5CD890680CEA719DD1A8B5BC1E1D3 /* 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; }; D4D016794F3744BC5E7046F6A587CAEA /* GDTClock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTClock.h; path = GoogleDataTransport/GDTLibrary/Public/GDTClock.h; sourceTree = ""; }; - D4D4BEFF8782DF73A1A3A1C4BDA61881 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - D4ED23D2A53497958107B386E7127258 /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; - D54DBA93AA2C885672E3FDF167A27787 /* RNScreens-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNScreens-prefix.pch"; sourceTree = ""; }; + D4E22D483745BA99F925F0CB3ED15DA1 /* MethodCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MethodCall.h; sourceTree = ""; }; + D50F8D56D170B9888A6C03C1E454BDBB /* experiments.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = experiments.cpp; sourceTree = ""; }; + D520DB194A283ED911CD3B701821346F /* UMBarCodeScannerProviderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerProviderInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerProviderInterface.h; sourceTree = ""; }; + D548B561B96BC085A275069F16F2D37B /* UMFaceDetectorInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFaceDetectorInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; D55BD71D9F37C0C70DBB7D0D84A1FC04 /* FIRInstanceID+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstanceID+Private.h"; path = "Firebase/InstanceID/Private/FIRInstanceID+Private.h"; sourceTree = ""; }; - D56562BD166A333AA792BE860DEB9479 /* RNCWKProcessPoolManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKProcessPoolManager.h; path = ios/RNCWKProcessPoolManager.h; sourceTree = ""; }; - D5A75DD613220BFE27918D968044E48E /* RNUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNUserDefaults.h; path = ios/RNUserDefaults.h; sourceTree = ""; }; + D5761CCBEA427A610FDEF3DC153ABA35 /* RNFirebaseMessaging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseMessaging.m; sourceTree = ""; }; + D584D492C7DA81B907BCAC20B32BE018 /* RCTObjcExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjcExecutor.h; sourceTree = ""; }; + D58590258F21F73580DDB450622DC904 /* RCTActionSheetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActionSheetManager.m; sourceTree = ""; }; D5BFD0F5C965D3ADB69786DA6C9B64D4 /* thread_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = thread_utils.c; path = src/utils/thread_utils.c; sourceTree = ""; }; D5C775614AC76D44CECB6BE08B022F1F /* libReactCommon.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libReactCommon.a; path = libReactCommon.a; sourceTree = BUILT_PRODUCTS_DIR; }; - D5D1627846E57EE2D200613D10944D3D /* BugsnagSessionTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTracker.h; sourceTree = ""; }; - D61ADA0D65AF7B704FDA8AB935CC54BE /* RCTDatePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePicker.h; sourceTree = ""; }; - D61F4F0461B0C7B5AD28CA775BF8F55F /* React-jsinspector-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsinspector-prefix.pch"; sourceTree = ""; }; - D63C54C3D7BBC8737124F871982FBC76 /* RNImageCropPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNImageCropPicker-prefix.pch"; sourceTree = ""; }; + D5C87D04A1C35B6C4569A33FDFABBC49 /* RNAudio.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNAudio.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + D5D8BF36BBA4C1D225ADBCB92F70D377 /* RNFirebaseAuth.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAuth.m; sourceTree = ""; }; + D6200FB32BE00FD2F794E45C05D446F2 /* BugsnagSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSession.m; sourceTree = ""; }; D63E03F1ABC7D78DD3F272FAAC453778 /* FIRInstanceIDCheckinPreferences.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinPreferences.h; path = Firebase/InstanceID/Private/FIRInstanceIDCheckinPreferences.h; sourceTree = ""; }; - D63FA28AF80536ADEEC30404BB221297 /* RCTImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageView.h; path = Libraries/Image/RCTImageView.h; sourceTree = ""; }; - D67B7CD545E3FB0BEB3931F8B928AA31 /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; - D69982EDF3E3189BA62CEB786BA571A0 /* RNPushKit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKit.m; path = RNNotifications/RNPushKit.m; sourceTree = ""; }; - D6A2B5E32E4E76CFCC9ACBD0FC878085 /* JSBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBigString.h; sourceTree = ""; }; - D6B20C92C7BB0944A74CFAD9963FE8D2 /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; - D7014E8A87FE95F8EB4A9E9D165FCC6B /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - D71097868824A10B6E5D6025B9CE5C13 /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; + D6CCA38F606D7F050C0C41B9FFBF07A4 /* React-Core-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Core-dummy.m"; sourceTree = ""; }; + D70BB0601464E6C88787A17CD7DAE1DD /* UMJavaScriptContextProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMJavaScriptContextProvider.h; sourceTree = ""; }; D715E8B4DE1CEBBF6120A95EBAC89838 /* RSKImageCropViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKImageCropViewController.h; path = RSKImageCropper/RSKImageCropViewController.h; sourceTree = ""; }; - D72B88AAF546BDEE9C43758D79D2D6D4 /* UMImageLoaderInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMImageLoaderInterface.xcconfig; sourceTree = ""; }; - D76408503C34E1CB1F96401C858C61DD /* UMTaskServiceInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskServiceInterface.h; path = UMTaskManagerInterface/UMTaskServiceInterface.h; sourceTree = ""; }; - D78D5C5E5A979D2E922CF3F4CE4B551B /* react-native-background-timer-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-background-timer-dummy.m"; sourceTree = ""; }; + D71933A8DB008ECBF8D49FAB8ADD195C /* RCTDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDecayAnimation.h; sourceTree = ""; }; + D79F00F42E593C6753035A9179E5E1B0 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; D7A7B3758C1D359A15F4DF30C28E57D8 /* GDTEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTEvent.m; path = GoogleDataTransport/GDTLibrary/GDTEvent.m; sourceTree = ""; }; + D7DF1E2B79F1A78B53A11BB59D99E63E /* React-jsiexecutor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsiexecutor-dummy.m"; sourceTree = ""; }; D7FF715220131E7D8A8DB6FA9A1574E6 /* NSBezierPath+RoundedCorners.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBezierPath+RoundedCorners.m"; path = "SDWebImage/Private/NSBezierPath+RoundedCorners.m"; sourceTree = ""; }; - D819E5A0AA43744CCC765B8DF944EA08 /* RNImageCropPicker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNImageCropPicker.xcconfig; sourceTree = ""; }; - D828234ADE0B8938489DA54D83F3ED6D /* RNDocumentPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDocumentPicker.h; path = ios/RNDocumentPicker/RNDocumentPicker.h; sourceTree = ""; }; - D83C6732A053303219222DAD44578A89 /* RNFirebaseRemoteConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseRemoteConfig.m; sourceTree = ""; }; + D8021DB19699315FBBA3E6257E3E06D4 /* react-native-orientation-locker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-orientation-locker-prefix.pch"; sourceTree = ""; }; + D8304B2C2A635E586D23387ADB0C77CA /* RCTStatusBarManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStatusBarManager.m; sourceTree = ""; }; + D853DBCF5B44207CC309317FB832DE4D /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSourceCode.h; sourceTree = ""; }; + D870A24AF662848B39BF73B59FD361DB /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + D8901CA28F0B8B14CD6AF4861D28138D /* UMCore.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCore.xcconfig; sourceTree = ""; }; D8AF93214EB824D891C9B3A721D08121 /* UIImage+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Transform.h"; path = "SDWebImage/Core/UIImage+Transform.h"; sourceTree = ""; }; + D8DA03EAE13BBC725FC65DDC6DA8FD86 /* 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; }; + D8E5E1D3A6353E7F5418BCE5028D82CF /* BSG_KSDynamicLinker.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSDynamicLinker.c; sourceTree = ""; }; D8EC34EC8CC38CF16D8663A7854E1F0D /* FIRInstanceIDUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDUtilities.m; path = Firebase/InstanceID/FIRInstanceIDUtilities.m; sourceTree = ""; }; - D912E9C8CDC30A2DC90C787F99DA9738 /* RCTBaseTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputView.h; sourceTree = ""; }; - D921AFF1F8A599A86A3A40A488CE2337 /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialCommunityIcons.ttf; path = Fonts/MaterialCommunityIcons.ttf; sourceTree = ""; }; - D92355593E3B49D9CE0B6F6036E98062 /* RCTRequired.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTRequired.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - D94E6FCBC75DDF51AEEE3283443DD321 /* RNFirebaseCrashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseCrashlytics.h; sourceTree = ""; }; - D95027C21CDB2163088FC9FD923A4F17 /* rn-extensions-share.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-extensions-share.xcconfig"; sourceTree = ""; }; - D9D72929B07675E8D75FB35FF71C2E33 /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; + D907AEAA7023BAF2E159C20033A607E5 /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; sourceTree = ""; }; + D92916A1F5CC988E841056E57F2D1522 /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; + D950A7A6BD52E93A13393424C13DFAD1 /* EXConstants-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXConstants-dummy.m"; sourceTree = ""; }; + D95B2ED247431D79446B64AB419EF7B0 /* BSG_KSCrashReport.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashReport.c; sourceTree = ""; }; + D9965E3BF1C0A7A105894C90DD03681A /* BSGConnectivity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGConnectivity.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; }; - D9F4A62A9ED7CFA44D786F0DF1226B10 /* UMInternalModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMInternalModule.h; sourceTree = ""; }; + D9F3A37EAEF43738D97E0D0129D17766 /* 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; }; + D9F7CC56299F47549B3A2A7A1C365F7E /* React-RCTNetwork.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.xcconfig"; sourceTree = ""; }; D9F83F5667A9B217830748AE33EE67B5 /* UIImage+GIF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+GIF.m"; path = "SDWebImage/Core/UIImage+GIF.m"; sourceTree = ""; }; - DA6D2458F2B0B1E631E9BFC913E01468 /* FBLazyVector.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBLazyVector.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - DAA3196A7558E62E1BA00CC84EA2BF40 /* EXVideoPlayerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewController.h; sourceTree = ""; }; - DAC67E8E06887F48D79DF2EC45EB80D7 /* UMReactLogHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactLogHandler.m; sourceTree = ""; }; - DACA43103E6BB038DB59FE3C1706956F /* UMViewManagerAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapter.m; sourceTree = ""; }; - DAE7E2BABC7879C5D9AFE432EF097569 /* REAOperatorNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAOperatorNode.m; sourceTree = ""; }; - DAF45E2E311666069F1D1EA35B8F0383 /* RNFirebaseInstanceId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseInstanceId.h; sourceTree = ""; }; + DA0B32CA7B8BEA657044AC54FDAE31B7 /* react-native-cameraroll-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-cameraroll-dummy.m"; sourceTree = ""; }; + DA528EDF3CF0F85FB49565618973B8A1 /* UMViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMViewManager.h; path = UMCore/UMViewManager.h; sourceTree = ""; }; + DA5EA24A40BCD0AF91D8D4883B987D7C /* BugsnagFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagFileStore.m; sourceTree = ""; }; + DA604AB72F2111ABAC6695CA222B31E6 /* RNForceTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNForceTouchHandler.m; sourceTree = ""; }; + DA673D6C96D9E9E3DE73DC2F3431A89E /* RNRotationHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNRotationHandler.h; sourceTree = ""; }; + DA68FE3B9879133D40343E963F0C4317 /* RNLocalize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNLocalize.h; path = ios/RNLocalize.h; sourceTree = ""; }; + DA8EB2DA73BFD56C23B5DC7CB6589818 /* UMTaskManagerInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMTaskManagerInterface.xcconfig; sourceTree = ""; }; + DAC76346A03F1281B2819BB21FDCA495 /* EXAppRecordInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXAppRecordInterface.h; sourceTree = ""; }; DB1BD9FA1E2AEE6D6851171204F2B792 /* filters_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_msa.c; path = src/dsp/filters_msa.c; sourceTree = ""; }; - DB58588FFB3AD14C9A80448F61D7515F /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; + DB4C0A0B99791EA8172573C88CB93DE4 /* RCTKeyboardObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyboardObserver.m; sourceTree = ""; }; + DB4F0F2DE3D5255E64E8207F52BC3511 /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevSettings.mm; sourceTree = ""; }; + DB501777EFB5560A4937F8D0EF0507E3 /* MaterialIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialIcons.ttf; path = Fonts/MaterialIcons.ttf; sourceTree = ""; }; DB72F4C7ACB2F1CE117913832159A5BC /* GDTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTAssert.m; path = GoogleDataTransport/GDTLibrary/GDTAssert.m; sourceTree = ""; }; DB83BC203328D170AE2DB2FCFE9EFECD /* nanopb-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-prefix.pch"; sourceTree = ""; }; + DBB64D4580FE8A3BDCA7128618DB2D9A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + DBB7B8DB915F0B5632539AED6754072F /* REAStyleNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAStyleNode.m; sourceTree = ""; }; DBBCB12494C4A3B3271DDE8C13567D62 /* vp8l_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8l_dec.c; path = src/dec/vp8l_dec.c; sourceTree = ""; }; - DBC7C899B101A1DC1276200FCFB25C20 /* EXFileSystem-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXFileSystem-dummy.m"; sourceTree = ""; }; - DBEF071D65684E062330ADB59D9D05C5 /* RCTTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextViewManager.m; sourceTree = ""; }; - DC27773B4EBB452167FB1A1926E52CB2 /* RNSScreenStack.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenStack.m; path = ios/RNSScreenStack.m; sourceTree = ""; }; - DC756D8D350A874AF5246128B5A910BE /* RCTAppState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAppState.m; sourceTree = ""; }; - DC9B55A67EB94A81F103AD786D371F01 /* Yoga.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Yoga.xcconfig; sourceTree = ""; }; + DC0D5A73BB441F5E148FE79E8402635E /* RNGestureHandler.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNGestureHandler.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + DC27B41F9E3C8B2A0AD60A85C568A20B /* RCTNativeAnimatedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedModule.h; path = Libraries/NativeAnimation/RCTNativeAnimatedModule.h; sourceTree = ""; }; + DC32639D4546DF1E0A4AB17B96A63D3C /* RNCWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWebViewManager.h; path = ios/RNCWebViewManager.h; sourceTree = ""; }; + DC4D4469B21C94DD2DF56F41CF784C28 /* log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log.h; path = yoga/log.h; sourceTree = ""; }; + DC9702242033D2DD9DBD98EA46DB91BF /* UIResponder+FirstResponder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIResponder+FirstResponder.m"; path = "lib/UIResponder+FirstResponder.m"; sourceTree = ""; }; DCA0397B2B08261B1E953EE871D5C37A /* libwebp-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "libwebp-dummy.m"; sourceTree = ""; }; - DCD0E6529E9841D6C85997AB91B4B18D /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; + DCB4DA3C46DFE6DFC3F77232CCB54077 /* CxxNativeModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = CxxNativeModule.cpp; sourceTree = ""; }; + DCC38A8FC8F6968FB505A042918BF0EE /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; + DCE953D28A23E5D2CC1FD413F6AAC121 /* BSG_KSSignalInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSignalInfo.h; sourceTree = ""; }; + DCEDB36BB4A678BBD50E71562039CDBE /* REAModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REAModule.h; path = ios/REAModule.h; sourceTree = ""; }; + DD0B061D5F64BDEF589FAF221B90DF4E /* RCTInputAccessoryShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryShadowView.m; sourceTree = ""; }; DD41DFEB4D20816504C0ED50EE6A03E6 /* webp_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = webp_dec.c; path = src/dec/webp_dec.c; sourceTree = ""; }; + DD56EEDA3F7479F634A6CE3F3EC39B86 /* REAValueNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAValueNode.m; sourceTree = ""; }; DD5A4194530FDB347C29F71AA4FF3226 /* analysis_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = analysis_enc.c; path = src/enc/analysis_enc.c; sourceTree = ""; }; - DD843FEED6C2152F9DD2C2890FCBC526 /* UMReactNativeAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeAdapter.h; sourceTree = ""; }; - DD8D6B2B1C7ECC18DCBDF847EF2DE14A /* RNGestureHandlerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerEvents.h; path = ios/RNGestureHandlerEvents.h; sourceTree = ""; }; + DD9DE6C689EC788DB2DD744AD9D357C4 /* EXPermissions.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXPermissions.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + DDFDD771AC68BED38C5F9B86B8598D81 /* RCTFrameAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameAnimation.m; sourceTree = ""; }; DE0A5B7107E9BE6590E7CE266D26EEAB /* GULAppDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Private/GULAppDelegateSwizzler.h; sourceTree = ""; }; - DE21C9FCF6884FFD5A4A37EB846FD9CE /* 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; }; - DE92FC4099F9413C30E24F4385965F45 /* RCTTypeSafety.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTTypeSafety.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - DEA0FFCA817B9BB029A31235C95FDD47 /* RNBridgeModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBridgeModule.m; path = RNNotifications/RNBridgeModule.m; sourceTree = ""; }; + DE1D924CA84AB6B9901A47B16A1C8473 /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; sourceTree = ""; }; + DE25331B584FA35E4B1F5065F031A9A1 /* REAPropsNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAPropsNode.m; sourceTree = ""; }; + DE36B5CAA7CDA5BBF4B669040872C2AE /* BSG_KSCrashType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashType.h; sourceTree = ""; }; + DE3FD76952EC2D0F5FB5DFD9C121A7F3 /* BSG_KSCrashSentry_MachException.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_MachException.c; sourceTree = ""; }; + DE4410FDD298C6F13D3C7BE207BDB250 /* react-native-jitsi-meet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-jitsi-meet-dummy.m"; sourceTree = ""; }; DEA694E7E5C1A607469B2F201FDF6734 /* filter_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filter_enc.c; path = src/enc/filter_enc.c; sourceTree = ""; }; - DEA73D9116E3E6FB1B522A8D311F63D9 /* BannerComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BannerComponent.m; sourceTree = ""; }; - DF023C46434A618EA273DA8E3F8C49B1 /* RNJitsiMeetViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNJitsiMeetViewManager.h; path = ios/RNJitsiMeetViewManager.h; sourceTree = ""; }; - DF0916E2D77A3E67ED66B363A3040548 /* EXRemoteNotificationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXRemoteNotificationRequester.h; path = EXPermissions/EXRemoteNotificationRequester.h; sourceTree = ""; }; - DF27017AAE3E8185C335CC76EB83C16C /* SharedProxyCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SharedProxyCxxModule.h; sourceTree = ""; }; - DF27A0F5D9C24DC0FF20189052D4DEB7 /* RCTAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedImage.m; sourceTree = ""; }; - DF32F01EEED52B2EEAF17A10F226FDC6 /* RCTConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConvert.m; sourceTree = ""; }; - DF645CB5451C84733660BB79C9FE2153 /* REAPropsNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAPropsNode.m; sourceTree = ""; }; - DF65D00D2E3926F0F65448B95953E2E8 /* REANodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REANodesManager.h; path = ios/REANodesManager.h; sourceTree = ""; }; - DF6D5385DA62C217BB2584B0B4FBFB6D /* RCTAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedNode.m; sourceTree = ""; }; - DF9CEE916A7CB9AA263794699B5A2EA1 /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; - DFA74FC4FDB093E5C8CB9880404E9BD5 /* KeyboardTrackingViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KeyboardTrackingViewManager.m; path = lib/KeyboardTrackingViewManager.m; sourceTree = ""; }; - DFE332BBFA9EBF740D1DE60CE7CEFF05 /* BSG_KSObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjC.h; sourceTree = ""; }; + DEEF84EE7AF59739069B58A7DCFD9E06 /* RNPinchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPinchHandler.h; sourceTree = ""; }; + DF469F7000789772C8FBD8612C31FD70 /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; + DF98C1B0996480CE6D5C705FA9140039 /* EXFileSystemAssetLibraryHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemAssetLibraryHandler.m; path = EXFileSystem/EXFileSystemAssetLibraryHandler.m; sourceTree = ""; }; + DF9B028A04CFB05A64FBDED84CD9D1A0 /* BSGOutOfMemoryWatchdog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGOutOfMemoryWatchdog.h; sourceTree = ""; }; + DFC21712ABC4DE12D996AFC506946DEB /* RCTSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSlider.h; sourceTree = ""; }; + DFDD14B06EEEF1C2F67D4ADE74A7BE4A /* ARTSolidColor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTSolidColor.m; sourceTree = ""; }; DFE58F2F7DF905A211BCF64AE4C0FA8C /* Assume.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Assume.cpp; path = folly/lang/Assume.cpp; sourceTree = ""; }; - DFF192861FFFE74B020D3D11BA0E279F /* UIResponder+FirstResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIResponder+FirstResponder.h"; path = "lib/UIResponder+FirstResponder.h"; sourceTree = ""; }; DFF6B78A47997D1A09075739A65CD297 /* alpha_processing_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_sse2.c; path = src/dsp/alpha_processing_sse2.c; sourceTree = ""; }; DFF8F03CCEC8054A1A6D5F51BE7DECEE /* DoubleConversion-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DoubleConversion-dummy.m"; sourceTree = ""; }; E0335CE7297AD0A020364657C76193B4 /* FIRInstanceIDKeyPairStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeyPairStore.m; path = Firebase/InstanceID/FIRInstanceIDKeyPairStore.m; sourceTree = ""; }; + E05EB39341A20BDCE7831E660069E2E0 /* react-native-cameraroll-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-cameraroll-prefix.pch"; sourceTree = ""; }; + E06B45DFBC8D9A9A3F4EF84D22A7D2E0 /* KeyCommands.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = KeyCommands.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; E06EC5619F310086532DEE3DD94B328D /* histogram_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = histogram_enc.h; path = src/enc/histogram_enc.h; sourceTree = ""; }; E06F533B0622CF71450FA198FEF0B65A /* FirebaseCoreDiagnostics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCoreDiagnostics-dummy.m"; sourceTree = ""; }; - E082881CDFED92CBF377AA6C5387CDE5 /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; - E082F75E88B6470276CBA30D21654AA1 /* EXRemindersRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXRemindersRequester.m; path = EXPermissions/EXRemindersRequester.m; sourceTree = ""; }; - E0875856403ADA7B0ED49EAAADD70B5C /* react-native-cameraroll-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-cameraroll-prefix.pch"; sourceTree = ""; }; - E087FF5551C6FBCDDFF393AEC10380F6 /* BugsnagBreadcrumb.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagBreadcrumb.m; sourceTree = ""; }; + E0747BEFD270B12C90743EEAF41B980C /* RNGestureHandlerEvents.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerEvents.m; path = ios/RNGestureHandlerEvents.m; sourceTree = ""; }; + E0E13CF52FEFC5180310B28844F8ADAB /* RCTVideo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideo.h; path = ios/Video/RCTVideo.h; sourceTree = ""; }; E0FE6533198104C97DB047DD5CD8AC67 /* libRNDeviceInfo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNDeviceInfo.a; path = libRNDeviceInfo.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E137D2529ED147EE5C2FCDC86DB77EE7 /* RNAudio.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNAudio.xcconfig; sourceTree = ""; }; - E1582A14837CD50EEAC15B8F48CF8B99 /* RCTInputAccessoryViewContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewContent.m; sourceTree = ""; }; - E15A10A24919BCF86F29B8AEEE9C0C0F /* React-RCTSettings-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTSettings-dummy.m"; sourceTree = ""; }; + E122C5A65F246B9AED46499AB1CD0475 /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; + E1251CBDE8860561DD5910E8E656DC58 /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTReconnectingWebSocket.m; path = Libraries/WebSocket/RCTReconnectingWebSocket.m; sourceTree = ""; }; + E12CA5E22CEE8C904794294C3518BB8E /* JSINativeModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSINativeModules.cpp; path = jsireact/JSINativeModules.cpp; sourceTree = ""; }; + E1390F1B254ED476EDB45D14438BA504 /* Yoga-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Yoga-internal.h"; path = "yoga/Yoga-internal.h"; sourceTree = ""; }; + E157A48384BBEFF5F3182E3E69A85E1B /* 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; }; + E16F9DAEB7D05D8C1FC64E291DBE83C0 /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; E17D9CD11230D3D992C8F76282A0A784 /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = SDWebImage/Core/SDImageFrame.h; sourceTree = ""; }; - E1AA147282D13B9A62FB98A4D23C0F97 /* EXPermissions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPermissions.m; path = EXPermissions/EXPermissions.m; sourceTree = ""; }; + E182E74410FA1DDCF0AA6224D4CD70F0 /* UMCameraInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMCameraInterface.h; path = UMCameraInterface/UMCameraInterface.h; sourceTree = ""; }; E1B4751772BB4FD74AC8082E204C82A2 /* GDTStoredEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTStoredEvent.m; path = GoogleDataTransport/GDTLibrary/GDTStoredEvent.m; sourceTree = ""; }; E1E297E5E6E76E62B903BE587078B295 /* GDTEvent_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTEvent_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTEvent_Private.h; sourceTree = ""; }; E1E51FE5092CD4D13C651F128F55E751 /* cpu.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cpu.c; path = src/dsp/cpu.c; sourceTree = ""; }; - E1ED07314747EB40BB32C54621BB1A01 /* JSBundleType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSBundleType.cpp; sourceTree = ""; }; - E21D0B51414DDBED41BAD7B63D53A21E /* BSG_KSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSLogger.m; sourceTree = ""; }; + E200D68314C6C3C947BEDFBFC12D4B7D /* KeyboardTrackingViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KeyboardTrackingViewManager.m; path = lib/KeyboardTrackingViewManager.m; sourceTree = ""; }; E228B19B85B5CCEB10625AAB1350D5FA /* FIRInstanceIDCheckinPreferences.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCheckinPreferences.m; path = Firebase/InstanceID/FIRInstanceIDCheckinPreferences.m; sourceTree = ""; }; - E22B4DB70E30702375F8DA6893B64F7F /* RCTWebSocketExecutor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTWebSocketExecutor.m; path = Libraries/WebSocket/RCTWebSocketExecutor.m; sourceTree = ""; }; - E267F41959D4E2BCC08E452C2D817B76 /* EXConstants-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXConstants-dummy.m"; sourceTree = ""; }; - E284D6FA97B9F53973F4EB270D42D492 /* RCTObjcExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjcExecutor.mm; sourceTree = ""; }; - E2A875767FBBF801A7E11E158C2A3E0B /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; sourceTree = ""; }; - E2A96D1F154AEA87D016369A0C3870EF /* RCTResizeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTResizeMode.h; path = Libraries/Image/RCTResizeMode.h; sourceTree = ""; }; - E2B42E3ABAEFC26524EE67261B0E6AD6 /* FBLazyVector.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBLazyVector.xcconfig; sourceTree = ""; }; + E22B4DB8FAD177FC1812F7E613986051 /* ARTNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTNode.m; path = ios/ARTNode.m; sourceTree = ""; }; + E23769C53342F026C8FC3324EA9C4E03 /* RCTImageDataDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageDataDecoder.h; path = Libraries/Image/RCTImageDataDecoder.h; sourceTree = ""; }; + E23E8EE20821D6CB2F8D9852709FD652 /* React-jsi-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsi-prefix.pch"; sourceTree = ""; }; + E25729254AAC6A69173C349D7E0D6E86 /* EXConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstants.h; path = EXConstants/EXConstants.h; sourceTree = ""; }; + E26725957C5A35A837364ABFF9263218 /* react-native-background-timer-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-background-timer-dummy.m"; sourceTree = ""; }; + E2A6261999DB7989D9DD8725A718F11E /* RNDeviceInfo-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDeviceInfo-dummy.m"; sourceTree = ""; }; E2B63D462DB7F827C4B11FD51E4F8E2D /* libFirebaseCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseCore.a; path = libFirebaseCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E2D39D57EE6339FF442978B150F2F571 /* ARTShape.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTShape.m; path = ios/ARTShape.m; sourceTree = ""; }; + E2D72BD4BB725228087BC957D4306417 /* LICENCE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENCE; sourceTree = ""; }; E2D9656538B30CAC2E7730280608846A /* FIRInstanceIDCombinedHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCombinedHandler.h; path = Firebase/InstanceID/FIRInstanceIDCombinedHandler.h; sourceTree = ""; }; - E2DDEACF30C7A9A12605ED2AD5D59A32 /* ios_time.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ios_time.png; path = docs/images/ios_time.png; sourceTree = ""; }; - E2EF82F5CFDFF78C6F58575C21FA511E /* RCTPropsAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPropsAnimatedNode.m; sourceTree = ""; }; E305B54EDF07E9F41D51A8902566F2CA /* FIRInstanceIDDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDDefines.h; path = Firebase/InstanceID/FIRInstanceIDDefines.h; sourceTree = ""; }; + E3248BA1B880BA7614533A411B9588AC /* EXReactNativeUserNotificationCenterProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXReactNativeUserNotificationCenterProxy.h; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.h; sourceTree = ""; }; E3503E71EA767ACE327A218187EF6033 /* FIRIMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRIMessageCode.h; path = Firebase/InstanceID/FIRIMessageCode.h; sourceTree = ""; }; - E356A1577B80364B95DE1871626C066D /* rn-fetch-blob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-fetch-blob-dummy.m"; sourceTree = ""; }; E3771A8388208707E9CA9FD7D62B2D46 /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; E37F3226B79FDEE5D1ED287B68F1FD7F /* FIRApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRApp.h; path = Firebase/Core/Public/FIRApp.h; sourceTree = ""; }; - E384F12ABAA7487D7782EFA4732A7CCD /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; E398D8F3A65FEB22072B0B2C2AB7EE26 /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = SDWebImage/Core/SDWebImageError.h; sourceTree = ""; }; - E40ED80CCBC57151A56EF37063BF8FB9 /* RNFirebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebase.h; path = RNFirebase/RNFirebase.h; sourceTree = ""; }; - E4172608A414F119DAA175846E42D3C9 /* UMDeviceMotionInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDeviceMotionInterface.h; path = UMSensorsInterface/UMDeviceMotionInterface.h; sourceTree = ""; }; - E436C7834CBD27A6F24269FB84D641E4 /* 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; }; - E437ED23976C426526DE63DFE45023B1 /* Orientation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Orientation.h; path = iOS/RCTOrientation/Orientation.h; sourceTree = ""; }; - E45604C26007BD9B5497EA865674F0EE /* RCTDevLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevLoadingView.m; sourceTree = ""; }; - E45D3E7A747D70DB0D4B573D45387E46 /* RCTStyleAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStyleAnimatedNode.m; sourceTree = ""; }; - E489C8EF128611E726278BD75FDCCF03 /* AudioRecorderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AudioRecorderManager.m; path = ios/AudioRecorderManager.m; sourceTree = ""; }; + E3A1098EBCDE3BCA305B2C3532435A27 /* ARTRadialGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTRadialGradient.m; sourceTree = ""; }; + E3C6E5B8745E3D7ED7ED154272C30363 /* RCTAsyncLocalStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAsyncLocalStorage.m; sourceTree = ""; }; + E41909EE730E9192A2B562C2E3EAC924 /* EXFileSystemAssetLibraryHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemAssetLibraryHandler.h; path = EXFileSystem/EXFileSystemAssetLibraryHandler.h; sourceTree = ""; }; + E47A6FFE9C7443D8368C76C49ECB6614 /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; + E4937B1F6198CB6AA8A6BA1CA152C6B5 /* RCTEventAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventAnimation.h; sourceTree = ""; }; E496A53A92B4E464B5C30DC5B1E4E257 /* libRNRootView.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNRootView.a; path = libRNRootView.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E4AF16FB139EFED7BDCA28B665998BB8 /* EvilIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = EvilIcons.ttf; path = Fonts/EvilIcons.ttf; sourceTree = ""; }; + E4A5E7ED5C25D72DECD5D088B66728B6 /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; E4DBFB4E3EB87512BFFC27EAFB4D7E2E /* FIRInstanceIDKeychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeychain.m; path = Firebase/InstanceID/FIRInstanceIDKeychain.m; sourceTree = ""; }; - E5559923AA1F789D49B777E430398950 /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = event.h; sourceTree = ""; }; + E525FFE12E0FDACFD028099F2E0B149B /* UMUtilitiesInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUtilitiesInterface.h; sourceTree = ""; }; E55EA3C6F285F6FA8067C5C8A428FA64 /* libRNFastImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNFastImage.a; path = libRNFastImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; E5611B527CABABDA10E1A7A2C70ABF5C /* upsampling.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling.c; path = src/dsp/upsampling.c; sourceTree = ""; }; E56D8FAFA027A4F6F1689695B4FB126D /* NSImage+Compatibility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSImage+Compatibility.m"; path = "SDWebImage/Core/NSImage+Compatibility.m"; sourceTree = ""; }; E57FB5D8B319AD9911982DB9D991A7C7 /* FIRAnalyticsConnector.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FIRAnalyticsConnector.framework; path = Frameworks/FIRAnalyticsConnector.framework; sourceTree = ""; }; - E596BE4F55ADDB5AFFEC47697DD5A142 /* RCTComponentEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentEvent.m; sourceTree = ""; }; - E5ED82D9706849F2F567FE41A3EF434A /* RCTDataRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDataRequestHandler.m; sourceTree = ""; }; - E5FCE8EB0C7E10B5F7A6E9C5A9C7AFFD /* Yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Yoga-prefix.pch"; sourceTree = ""; }; - E686FE56EF5CEC46BF66195FC2C9BFAC /* UMJavaScriptContextProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMJavaScriptContextProvider.h; sourceTree = ""; }; + E597D8C28C8552D76655711B561CDAB5 /* YGNodePrint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodePrint.h; path = yoga/YGNodePrint.h; sourceTree = ""; }; + E5A0D24427BE71C3AF1C9818E0A3459A /* EXRemindersRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXRemindersRequester.m; path = EXPermissions/EXRemindersRequester.m; sourceTree = ""; }; + E5A61FA3E910E3743DDB2A539D8E3861 /* JSBundleType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSBundleType.cpp; sourceTree = ""; }; + E5CD1C97A53BFEEEF65B074F47B12042 /* ARTGroupManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTGroupManager.m; sourceTree = ""; }; + E5DFFA0EBDFC633CE7A2C7B736BC479D /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; + E66B8AF59BEFD0DDB0BF79EC8E7F8418 /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; E69E5C6A40C8F5B47D08C939B9911BD2 /* huffman_encode_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = huffman_encode_utils.c; path = src/utils/huffman_encode_utils.c; sourceTree = ""; }; E6A16705C69FC7DE11C2469A4A0F8358 /* libReact-RCTText.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTText.a"; path = "libReact-RCTText.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - E6B7EF2FE69EFA0CAA8C6CABED453CB9 /* BugsnagSessionTrackingPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingPayload.h; sourceTree = ""; }; - E6BEC6D2172E395B251077020EC71F68 /* RCTRawTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextShadowView.m; sourceTree = ""; }; - E6D782F825647D8B8375940211AD8B6E /* React-RCTActionSheet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTActionSheet-prefix.pch"; sourceTree = ""; }; - E6E83393AFE8646C82741AA740C22F85 /* BugsnagReactNative-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BugsnagReactNative-prefix.pch"; sourceTree = ""; }; - E700975F8853BD85D1AFF86690B68F7E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - E72566E849EB71B89223F60686D9916D /* EXCameraRollRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCameraRollRequester.m; path = EXPermissions/EXCameraRollRequester.m; sourceTree = ""; }; + E6AC038BB5D863FB00E0699EFB57635A /* BSG_KSCrashSentry_MachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_MachException.h; sourceTree = ""; }; + E6B7255212616D8D3D67F58182276BF1 /* YGConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = yoga/YGConfig.h; sourceTree = ""; }; + E6C61D0400E9445DBA9FD8CC957A56A0 /* BugsnagUser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagUser.m; sourceTree = ""; }; + E6C833BA45CE00FAEA1DC3D3416FFF54 /* ARTTextManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTTextManager.m; sourceTree = ""; }; + E7230E5C1D63B4FB4A8716528AA7389F /* RCTSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSlider.m; sourceTree = ""; }; + E738C86B532490735EB853358AE600D7 /* MessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MessageQueueThread.h; sourceTree = ""; }; + E7437EA6478A24C24D52215A6D90499A /* EXWebBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXWebBrowser-dummy.m"; sourceTree = ""; }; E74BAC7BBFBE1098B23958D35B7CA789 /* webp_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = webp_enc.c; path = src/enc/webp_enc.c; sourceTree = ""; }; - E792C8F838061EE4BF767B5DFFB90B42 /* Ionicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Ionicons.ttf; path = Fonts/Ionicons.ttf; sourceTree = ""; }; - E7AC99FA8503EAB4FF91CA0287712646 /* react-native-keyboard-input-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-keyboard-input-prefix.pch"; sourceTree = ""; }; - E7FCFB9C0C6048613A3DFE761F463840 /* Yoga.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Yoga.cpp; path = yoga/Yoga.cpp; sourceTree = ""; }; + E77DAE17F9D2D89D8A90EAEE3D98DF05 /* React-RCTImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.xcconfig"; sourceTree = ""; }; + E782B7E2D156D244D0167F1C739ADB06 /* decorator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = decorator.h; sourceTree = ""; }; + E7D390A69882D325C6089C3F443824DE /* RNCSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSlider.m; path = ios/RNCSlider.m; sourceTree = ""; }; + E7D9F304D2A5A87A92516C753F906F5D /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + E7EC65C3D15AF4450F6378684DF14DDE /* RNLocalize-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNLocalize-dummy.m"; sourceTree = ""; }; + E804A83F149E105E98B5198D5A0EBA3F /* RNSScreen.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreen.m; path = ios/RNSScreen.m; sourceTree = ""; }; E8105BADBEB62C59C340CF71E2544D9B /* cost_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cost_enc.h; path = src/enc/cost_enc.h; sourceTree = ""; }; - E81242441E9F22364F9B01F7005A8B54 /* RCTTextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextAttributes.h; path = Libraries/Text/RCTTextAttributes.h; sourceTree = ""; }; - E8306CD04616B2AE9ED86313F79FACBA /* BSG_KSFileUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSFileUtils.h; sourceTree = ""; }; - E839F9DED2353CC9F1B833EE05AB3586 /* ARTPattern.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTPattern.h; sourceTree = ""; }; - E855C116680FF9FB16990497C8F510F1 /* RCTImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoader.h; path = React/CoreModules/RCTImageLoader.h; sourceTree = ""; }; - E85B008837FA9F5C524F86ADFBB667E5 /* RCTInspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspector.h; sourceTree = ""; }; - E86413D607A01813B804BA192024B029 /* RNReanimated-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNReanimated-dummy.m"; sourceTree = ""; }; + E81970828E92A3182AA768444B8BA6A2 /* Yoga.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Yoga.xcconfig; sourceTree = ""; }; + E8678C18C3379EF34762DE09CE082688 /* RCTTrackingAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTrackingAnimatedNode.m; sourceTree = ""; }; E86AAFB33C9524400B23008B06350DBD /* GoogleAppMeasurement.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleAppMeasurement.framework; path = Frameworks/GoogleAppMeasurement.framework; sourceTree = ""; }; - E87031255BDDC756EF8EA2445A305577 /* RCTValueAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTValueAnimatedNode.h; sourceTree = ""; }; - E88611FCC90E298586AB2C1EFDFDF4D7 /* RCTEventAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventAnimation.h; sourceTree = ""; }; + E874AF59A998B487AD511A1ABB25F5CD /* RCTUITextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = ""; }; E88A1BA322F30E374FC36C05BB2758E2 /* diy-fp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "diy-fp.h"; path = "double-conversion/diy-fp.h"; sourceTree = ""; }; E89431071A7491F4E4076F43F0D9B5D7 /* GULAppDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULAppDelegateSwizzler_Private.h; sourceTree = ""; }; + E89A89BD5F469CBCD4EF4B9A37032EB1 /* ReactNativeART-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactNativeART-prefix.pch"; sourceTree = ""; }; + E8C68042DB3F0FF4772CE1743129A0E9 /* react-native-keyboard-tracking-view-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-keyboard-tracking-view-dummy.m"; sourceTree = ""; }; + E8CDD204C006A80E261D092B94C24CAD /* EXFileSystem-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXFileSystem-prefix.pch"; sourceTree = ""; }; E8DFCD1D31D8CAA87143E066DADEA60F /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = SDWebImage/Core/SDAnimatedImage.m; sourceTree = ""; }; E8E4135161797AD2A3E9F84FB1313299 /* lossless_enc_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_sse41.c; path = src/dsp/lossless_enc_sse41.c; sourceTree = ""; }; - E9245B5E5E4D86A09D567E87674513A0 /* RNGestureHandler.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNGestureHandler.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - E97DB02C97D26B7C40BCF28A04258E58 /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = ""; }; + E8F371D523F9A452748AF5E179E761F1 /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; + E940B5684FFB75BB4E0F7C1C0F977AE9 /* RCTTextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextAttributes.h; path = Libraries/Text/RCTTextAttributes.h; sourceTree = ""; }; + E993C80D12BF5834C62A0599025F6924 /* EXAppLoaderProvider.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAppLoaderProvider.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; E99C41C326259BB496E714ADA47049B9 /* enc_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_sse41.c; path = src/dsp/enc_sse41.c; sourceTree = ""; }; + E9A518693356E85CDE2D9D6DF8350793 /* UMModuleRegistryConsumer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryConsumer.h; sourceTree = ""; }; + E9BB28EAF11FB90C1C779ED0719AB18C /* BugsnagReactNative.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BugsnagReactNative.m; path = cocoa/BugsnagReactNative.m; sourceTree = ""; }; E9EF8B453595DF528C6F3A28CB31B7CA /* mux_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mux_types.h; path = src/webp/mux_types.h; sourceTree = ""; }; - E9F18B64986B9A7139C2928122A9021C /* Bugsnag.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Bugsnag.m; sourceTree = ""; }; - EA065A1E76AC4B9E229359E2E6997249 /* InspectorInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorInterfaces.h; sourceTree = ""; }; - EA28F8CD09A6D38BD4F0FE8DEBD01185 /* RCTNetInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNetInfo.m; sourceTree = ""; }; - EA35C9BA0A713AA410C2F0D77F97197C /* RNDateTimePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDateTimePicker.m; path = ios/RNDateTimePicker.m; sourceTree = ""; }; - EA41E26760068111B4C2441D15CAA4CA /* JSIndexedRAMBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIndexedRAMBundle.h; sourceTree = ""; }; - EA8A9690C0624A65362E2EA86CCD4282 /* UMFileSystemInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFileSystemInterface.h; path = UMFileSystemInterface/UMFileSystemInterface.h; sourceTree = ""; }; - EA8D1E6F05AE398D3EA1C47BA61D9C61 /* EXCalendarRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCalendarRequester.h; path = EXPermissions/EXCalendarRequester.h; sourceTree = ""; }; + EA17EDBFD19E2FA9E7FF4268AF03FA22 /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; + EA3F07E414F12BEEC927B8DEB2052DC5 /* React-jsi-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsi-dummy.m"; sourceTree = ""; }; EA96D3E246ECF3DE06A0AC55CEE6829A /* bignum-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "bignum-dtoa.h"; path = "double-conversion/bignum-dtoa.h"; sourceTree = ""; }; - EAEBCA1777114BA426D64BF402AA2F02 /* AntDesign.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = AntDesign.ttf; path = Fonts/AntDesign.ttf; sourceTree = ""; }; + EAB4A4DBF40ED1D97848569B2AB9E4FC /* BSG_KSMach_Arm64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm64.c; sourceTree = ""; }; + EACEC540385227203D4D6C8839B43941 /* RCTImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageView.h; path = Libraries/Image/RCTImageView.h; sourceTree = ""; }; EAEC75E92D73486F6BF98F23AA7FFE58 /* GULNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetwork.h; path = GoogleUtilities/Network/Private/GULNetwork.h; sourceTree = ""; }; EB01C7233CEF74DFAA637F56AB8BBD38 /* FIROptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIROptions.m; path = Firebase/Core/FIROptions.m; sourceTree = ""; }; - EB07099CCB71AF0E678168B069B44205 /* RCTNetworkTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkTask.h; path = Libraries/Network/RCTNetworkTask.h; sourceTree = ""; }; - EB405B9622075B540AE9604AC84ACFB1 /* FFFastImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageView.m; path = ios/FastImage/FFFastImageView.m; sourceTree = ""; }; - EB519EE03892715ECE983731D559519F /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDeviceInfo.h; sourceTree = ""; }; - EB54E4D199075C3DCD0B668F7F4A2828 /* UMFaceDetectorManagerProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManagerProvider.h; path = UMFaceDetectorInterface/UMFaceDetectorManagerProvider.h; sourceTree = ""; }; - EB65B1F3AFAF72A8F9BF4777A3BBDFEB /* 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; }; - EB7BD19A4D12554BDFA6BC41989261CB /* UMBarCodeScannerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMBarCodeScannerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - EB9E09F7DBB216798A751F44ABEF3648 /* RNDateTimePicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDateTimePicker-dummy.m"; sourceTree = ""; }; + EB0BB67D4886636444133D59D9DC41DD /* threadsafe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = threadsafe.h; sourceTree = ""; }; + EB138B171AEA4675B16521DBBC58FE0D /* RCTHTTPRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTHTTPRequestHandler.mm; sourceTree = ""; }; + EB492CA5CDABAC145EFE39CE6C47C5CC /* RCTFileReaderModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFileReaderModule.m; sourceTree = ""; }; + EB4E9C9AF7D57A9A1B0EF6D1FFB2C377 /* RNBootSplash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBootSplash.h; path = ios/RNBootSplash.h; sourceTree = ""; }; EBDDF46ECBC7383ADD3F63521BA9EDAB /* GDTTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTTransport.h; path = GoogleDataTransport/GDTLibrary/Public/GDTTransport.h; sourceTree = ""; }; EBF297C2CF43BDAF7ECA04EA33DA8249 /* CGGeometry+RSKImageCropper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CGGeometry+RSKImageCropper.m"; path = "RSKImageCropper/CGGeometry+RSKImageCropper.m"; sourceTree = ""; }; - EBF847F06E3B1135F4A59B491BE49CDC /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; - EC1D9B062B593261912037D96B1D02A8 /* TurboCxxModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboCxxModule.cpp; path = turbomodule/core/TurboCxxModule.cpp; sourceTree = ""; }; - EC5A83566FFD0C1E52531603AA5E52CC /* BugsnagCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashReport.h; sourceTree = ""; }; - EC5BDE0FB49A15E590FDEC3D9D947CDD /* RCTRawTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextViewManager.h; sourceTree = ""; }; - EC5D26A75463D24E519BF4EC68BF6243 /* ARTGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTGroup.m; path = ios/ARTGroup.m; sourceTree = ""; }; - EC9333163A7D0ADADB870B7BB851A3DC /* NativeToJsBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeToJsBridge.h; sourceTree = ""; }; - EC9619B8F1E2C194DE511CD8A7AC973E /* BugsnagReactNative-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BugsnagReactNative-dummy.m"; sourceTree = ""; }; - ECC239C169CACED821B555E60271A9DD /* BannerComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BannerComponent.h; sourceTree = ""; }; - ECDE6F8AF8D623A387BD8F1DEA0C2DFB /* RNFetchBlobNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobNetwork.h; path = ios/RNFetchBlobNetwork.h; sourceTree = ""; }; - ECEB113579B22F8F88902146D58BD616 /* React-jsi-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsi-prefix.pch"; sourceTree = ""; }; + EC036135C1C07DE6B7C05D0B9606070E /* JSBigString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSBigString.cpp; sourceTree = ""; }; + EC347BF284C1AF342AC5D16AFC312A86 /* RCTUIImageViewAnimated.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIImageViewAnimated.m; sourceTree = ""; }; + EC574C9F42F72947702A576E693A3E89 /* RCTConvert+ART.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+ART.h"; path = "ios/RCTConvert+ART.h"; sourceTree = ""; }; + EC97F4A51B6AF21BEE3F74F31FB29FB3 /* React-Core.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.xcconfig"; sourceTree = ""; }; + ECA12C5F0A724BF6302128DA11EA6F2E /* UMFontInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFontInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; ECF11B747DDBFFDAA4B9CC0E48FD7752 /* GULMutableDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULMutableDictionary.h; path = GoogleUtilities/Network/Private/GULMutableDictionary.h; sourceTree = ""; }; - ED039CC8E2D258B12AACF3BAA94BBDD5 /* NSValue+Interpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSValue+Interpolation.h"; sourceTree = ""; }; + ED001B3F821A402E03929C1CE32D849D /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; ED1E3FC0DC90F4A787472917BFB6B235 /* libEXFileSystem.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXFileSystem.a; path = libEXFileSystem.a; sourceTree = BUILT_PRODUCTS_DIR; }; - ED454F9E93C36A82D19796302057A7E7 /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; + ED58CA46DD7F271A5874329EABDC8E29 /* RNDateTimePicker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDateTimePicker.xcconfig; sourceTree = ""; }; ED604AB876EB29F716214E9151C8CE21 /* GULAppEnvironmentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppEnvironmentUtil.h; path = GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.h; sourceTree = ""; }; - ED641C78B588F31D0AE58DBB99AE6142 /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; - EDA33AB62C4B7D01D01F0CCB6F181C8C /* BSG_KSCrashReportWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportWriter.h; sourceTree = ""; }; - EDB837420EC4F759DDE3AF1AE67B88D6 /* UMBarCodeScannerProviderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerProviderInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerProviderInterface.h; sourceTree = ""; }; - EDE0103BEDB08DD9049FB3AA3644A40A /* BSG_KSDynamicLinker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSDynamicLinker.h; sourceTree = ""; }; - EE30D43E5C4E5D4333AEAD15C715ADBF /* READebugNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = READebugNode.h; sourceTree = ""; }; - EE427177AD75D01D5E7B5160A6CC7ED2 /* REAParamNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAParamNode.m; sourceTree = ""; }; + ED95DB62262F835DAE6597D0AA804A38 /* RCTTurboModuleManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTurboModuleManager.mm; sourceTree = ""; }; + EDB87ACE8A74F750930BC88938C99F5F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + EDE9F8B7DDC2D1BAA2D5BA72D12346A9 /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nManager.h; sourceTree = ""; }; + EE1194579B2F6147D74BE185C8525760 /* UMExportedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMExportedModule.m; path = UMCore/UMExportedModule.m; sourceTree = ""; }; + EE282627733A74271A09525FEDBE4DA6 /* RNLocalize.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNLocalize.xcconfig; sourceTree = ""; }; + EE35DE5AEBF6EA98B355DEB2F0632D4D /* BSG_KSCrashCallCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashCallCompletion.h; sourceTree = ""; }; EE4469F781740A81B073D2C069DA9B27 /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = QBImagePicker/en.lproj; sourceTree = ""; }; EE45E5F8AE599ADB186A35959088179E /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/Core/SDWebImageManager.m; sourceTree = ""; }; + EE513D14B8E90723B90512342343A58A /* ARTRenderableManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTRenderableManager.m; sourceTree = ""; }; EE8A48F4EF70C48DBECCFFA17B18D06F /* ResourceBundle-QBImagePicker-QBImagePickerController-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-QBImagePicker-QBImagePickerController-Info.plist"; sourceTree = ""; }; - EE8F86CB1A6A99E11E3604FB3EED2811 /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; - EE98AE4383C426AEE9E1E31E0EF5F37B /* CoreModulesPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = CoreModulesPlugins.mm; sourceTree = ""; }; + EE93036901E459583B8415EA9BFA902F /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; + EEB0F6974D280A1415022E8C9CCB9D7F /* react-native-slider.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-slider.xcconfig"; sourceTree = ""; }; + EECF7589EC4A1A1949145BC00ED4706A /* react-native-video.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-video.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + EED037C5716D0A5BEFC66A5967680C09 /* REAAllTransitions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAAllTransitions.m; sourceTree = ""; }; EEDBF403E8E0B3885E65C2741B536BC5 /* libReact-RCTImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTImage.a"; path = "libReact-RCTImage.a"; sourceTree = BUILT_PRODUCTS_DIR; }; EEE19242EF1D0B431E1AB484B055C540 /* alphai_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = alphai_dec.h; path = src/dec/alphai_dec.h; sourceTree = ""; }; + EEE90E76E0CE84766FD5EA1C2F2477C0 /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; + EEFD8B770F889567A4BE76D3DFD45439 /* RNCommandsHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCommandsHandler.m; path = RNNotifications/RNCommandsHandler.m; sourceTree = ""; }; EF594034BCE978C5C293994FCD6EC5C1 /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "SDWebImage/Core/NSData+ImageContentType.m"; sourceTree = ""; }; + EF5CABDF0D17556DDB18FD38357F7659 /* BSG_KSCrashSentry.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry.c; sourceTree = ""; }; EF619BC2828EDB1BF708DA758672C714 /* String.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = String.cpp; path = folly/String.cpp; sourceTree = ""; }; - EF7F636FEBEA23A9F4137BB9AC4BDB57 /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; - EF9921F47FF3BDE4729BAAA616C80D74 /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; - EFCA9FCA0CFD1A5C5A7F1497C3E224A4 /* RNFirebaseFunctions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFunctions.h; sourceTree = ""; }; + EF827E5BE305584E155D5F6427A03DD4 /* BSG_KSCrashC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashC.h; sourceTree = ""; }; + EF9A8D86911E57434020FC5B8122D90C /* RCTLocalAssetImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLocalAssetImageLoader.m; sourceTree = ""; }; + EFA366A50FF1344465AD1D8DB906D601 /* RCTTextSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextSelection.h; sourceTree = ""; }; + EFB3D19F47C6D6017E8ED64B981D9A76 /* EXConstantsService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstantsService.m; path = EXConstants/EXConstantsService.m; sourceTree = ""; }; EFED34F1FB01C5CC55DBFC8779846549 /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheOperation.h"; path = "SDWebImage/Core/UIView+WebCacheOperation.h"; sourceTree = ""; }; - F06D3ADEB9AF413332ECD1AEFE347834 /* RNFirebaseLinks.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseLinks.m; sourceTree = ""; }; - F08787B17693E4ABEC946BDF2D39BDF5 /* EXVideoPlayerViewControllerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewControllerDelegate.h; sourceTree = ""; }; - F0DB6163D4B984CAC96C0AD4026C3894 /* RNDeviceInfo.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNDeviceInfo.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + F016FF87C1246BD7025DD4D90E49B08C /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; + F0FF018C1A90BD9D388460C86A20DD2B /* RCTBackedTextInputViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputViewProtocol.h; sourceTree = ""; }; + F104710E472CD122DC164515846E2A56 /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.h; sourceTree = ""; }; F1299F01C1D349DA80195EF2BF9B67EE /* Fabric.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fabric.h; path = iOS/Fabric.framework/Headers/Fabric.h; sourceTree = ""; }; - F132A2384FA9EA6C22DF15802E7C47E4 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - F13E5BA2F003C2AD077764D62C67C1ED /* JSDeltaBundleClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSDeltaBundleClient.h; sourceTree = ""; }; - F151FD2B2793EEA2AFBA711AD59876B3 /* FFFastImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageSource.h; path = ios/FastImage/FFFastImageSource.h; sourceTree = ""; }; - F1712CA546A814EA6A8CE62EF8DD9850 /* EXRemoteNotificationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXRemoteNotificationRequester.m; path = EXPermissions/EXRemoteNotificationRequester.m; sourceTree = ""; }; + F16F1972B3EFD75A15A4D54340C942AE /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; F18BC7129E99CEC847457ABA17B4733D /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = SDWebImage/Core/SDWebImageDefine.h; sourceTree = ""; }; - F1A64FAB27479F2FD6C329BDE02733A4 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - F1B007A4F0264B00BE2EBDB3E43EF100 /* Compression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Compression.h; path = ios/src/Compression.h; sourceTree = ""; }; + F18CB5E6FFCF6FE77ACD4427745A684A /* UMConstantsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMConstantsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + F19B25EE8FF0270F2EE2B0EF8FCDDD81 /* RNVectorIcons.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNVectorIcons.xcconfig; sourceTree = ""; }; + F1CB3919722155EB19FD7E9DC2B3B824 /* RCTImageEditingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageEditingManager.h; path = React/CoreModules/RCTImageEditingManager.h; sourceTree = ""; }; + F1D03EF7BA2A6F98718566A44DB02EED /* RNFirebaseMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseMessaging.h; sourceTree = ""; }; F1DEB82B7415582949BC39819D5A9AD0 /* 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 = ""; }; - F250FC3EC3F38D1DCF45F1806BD95F98 /* ObservingInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ObservingInputAccessoryView.m; path = lib/ObservingInputAccessoryView.m; sourceTree = ""; }; - F2743ADE8B8346F229A820A6EE59C6C3 /* UMViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMViewManager.h; path = UMCore/UMViewManager.h; sourceTree = ""; }; - F27A6172A4529BF19BB7F287C544B5D2 /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; - F28EE9F84264694BE93170E2A04E6E63 /* RCTVirtualTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextViewManager.m; sourceTree = ""; }; + F20B180436D2CB1935FC05383EC8AE97 /* RNReanimated.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNReanimated.xcconfig; sourceTree = ""; }; + F21F125D2A98B8A114D0E531007DF739 /* JSIExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIExecutor.h; path = jsireact/JSIExecutor.h; sourceTree = ""; }; + F2232511DA99E9BE85C4755365C4F6C5 /* RCTBaseTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputView.m; sourceTree = ""; }; + F2253B3C4217361248CF0F5EFBF280F9 /* React-RCTLinking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTLinking-dummy.m"; sourceTree = ""; }; + F235A112A1204647134DE32543CB148C /* UMAppDelegateWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAppDelegateWrapper.h; path = UMCore/UMAppDelegateWrapper.h; sourceTree = ""; }; + F26EF841033E12B745CCB8B72B39BBF2 /* react-native-appearance.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-appearance.xcconfig"; sourceTree = ""; }; + F2BFC25A5AB80C1FC674DF0F818E9D45 /* BSG_KSCrashReportFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFields.h; sourceTree = ""; }; + F2C3E9B5CA17838E19D9BDAB92216AA0 /* RNCAppearanceProviderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearanceProviderManager.m; path = ios/Appearance/RNCAppearanceProviderManager.m; sourceTree = ""; }; + F2E25775A45842E9088779C54A85CD2D /* RNGestureHandlerRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerRegistry.h; path = ios/RNGestureHandlerRegistry.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; }; - F2F2F0731A51B790FD2904FAA4CFAB0A /* YGNodePrint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodePrint.h; path = yoga/YGNodePrint.h; sourceTree = ""; }; F2FE43E8C09201806C0221BEB76A1396 /* yuv_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_mips32.c; path = src/dsp/yuv_mips32.c; sourceTree = ""; }; + F3054F6CCF249BC14BCFD7DAF91DCD45 /* EXLocationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXLocationRequester.h; path = EXPermissions/EXLocationRequester.h; sourceTree = ""; }; F306757A7F52D0FC9929E2BFABDC8FC9 /* FIRInstanceIDAuthService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDAuthService.m; path = Firebase/InstanceID/FIRInstanceIDAuthService.m; sourceTree = ""; }; - F30F7DDD011B6AB4F208D4402C6F7C09 /* React-RCTImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTImage-dummy.m"; sourceTree = ""; }; - F314944C00BE6B09E422BAE76B3F1334 /* LNAnimator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNAnimator.h; sourceTree = ""; }; - F31A9A59A052D6F7EB940F9D3A6D79CD /* RNFirebaseDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseDatabase.h; sourceTree = ""; }; F3275EEDDFC0BA335A45CCA50A050894 /* FIRApp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRApp.m; path = Firebase/Core/FIRApp.m; sourceTree = ""; }; + F34109746E4569B08A9E2199ECED5788 /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = event.h; sourceTree = ""; }; + F35F55345BE6DCB03FCABAD622F4A271 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + F365F2D46F9B8142D5FE311EE289D78C /* RCTDiffClampAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDiffClampAnimatedNode.m; sourceTree = ""; }; + F36809B68BF62D1EC1960FB57B26D63A /* 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; }; F3A35CCA95C945DDD55D3AB0745C5C8D /* FIRInstanceIDCheckinStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinStore.h; path = Firebase/InstanceID/FIRInstanceIDCheckinStore.h; sourceTree = ""; }; - F3A600554A29214EB7C2216B00E15992 /* RNNotificationParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationParser.m; path = RNNotifications/RNNotificationParser.m; sourceTree = ""; }; - F3A98E2968BEB084F27F587A4C5726ED /* BridgeJSCallInvoker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = BridgeJSCallInvoker.cpp; path = jscallinvoker/ReactCommon/BridgeJSCallInvoker.cpp; sourceTree = ""; }; - F3CE924AF39D972901B75A1D006860B9 /* CxxNativeModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = CxxNativeModule.cpp; sourceTree = ""; }; + F3AD651C2BBAB5FD0A18D11372AE179E /* RCTImageStoreManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageStoreManager.m; sourceTree = ""; }; + F3AD8348FC39C7081E15336B1910AB48 /* RCTConvert+UIBackgroundFetchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+UIBackgroundFetchResult.h"; sourceTree = ""; }; F3E2C09229F44C8129BBDB4F641D8034 /* FIRInstanceIDTokenInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenInfo.m; path = Firebase/InstanceID/FIRInstanceIDTokenInfo.m; sourceTree = ""; }; + F409B5295FD625EDC00BB50DF34E3B17 /* RCTVideoPlayerViewControllerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoPlayerViewControllerDelegate.h; path = ios/Video/RCTVideoPlayerViewControllerDelegate.h; sourceTree = ""; }; F41B48A54F45CFBF9E54AF1B29CFFEBC /* SDImageAssetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAssetManager.h; path = SDWebImage/Private/SDImageAssetManager.h; sourceTree = ""; }; - F4C3CCCF5C71EAE01CC0E71815720E66 /* REAClockNodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAClockNodes.h; sourceTree = ""; }; - F4EB053F88B611F207628060A709532F /* BSG_KSMach.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach.c; sourceTree = ""; }; - F56003BB4ABF3AE50FC4F26A90B5C09F /* RCTPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPicker.h; sourceTree = ""; }; - F562F79FEA0DC18F659C702B32DC93D2 /* RCTMultilineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputViewManager.m; sourceTree = ""; }; + F44DD56050459C2127449208A3ED4DAD /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageViewManager.h; path = Libraries/Image/RCTImageViewManager.h; sourceTree = ""; }; + F45198879FC2ACBDEBC6F63E0CA043CC /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; + F46E1EFB7FEF88326BC1984DE4528106 /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.h; sourceTree = ""; }; + F51FA515F51DC12B832E1BB26AFEE615 /* RNFastImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFastImage.xcconfig; sourceTree = ""; }; + F53F0BD850357B6911F67A8B1E68EB35 /* RCTKeyCommandsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyCommandsManager.h; path = ios/KeyCommands/RCTKeyCommandsManager.h; sourceTree = ""; }; + F540A7F36176444CD199169CBB389C49 /* EXAudioRecordingPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioRecordingPermissionRequester.m; path = EXPermissions/EXAudioRecordingPermissionRequester.m; sourceTree = ""; }; + F5476D169E56C817AEF9C75825AEC8D4 /* RCTRawTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextShadowView.m; sourceTree = ""; }; + F56F89625EED968C185E2591B64915F9 /* FFFastImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageSource.m; path = ios/FastImage/FFFastImageSource.m; sourceTree = ""; }; F5C159AF450FD701B85E80EF47EB8CDF /* yuv_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_sse2.c; path = src/dsp/yuv_sse2.c; sourceTree = ""; }; - F661E60947B4E42E1D50EED00F0407DA /* RCTSegmentedControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControlManager.m; sourceTree = ""; }; + F5E5975D24A1A4936A654DE2A3193B26 /* REANode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REANode.m; sourceTree = ""; }; + F641A6739DA614FD5811A26F38C478D4 /* EXVideoPlayerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewController.h; sourceTree = ""; }; + F6546CF4D4FB0BE83BBB6103DB09DBB8 /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.h; sourceTree = ""; }; + F667A5FF9199365E26EF120583AE5DF1 /* EXAVPlayerData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAVPlayerData.m; path = EXAV/EXAVPlayerData.m; sourceTree = ""; }; F68614DA4BD83FD88638B2D6FFE432AA /* QBAlbumCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumCell.h; path = QBImagePicker/QBAlbumCell.h; sourceTree = ""; }; - F6B26AFF04F1FEE26DC55FE531D0C411 /* BugsnagReactNative.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BugsnagReactNative.h; path = cocoa/BugsnagReactNative.h; sourceTree = ""; }; - F6CD84BF50A0B6A933D0FF22F45F0465 /* RCTI18nManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nManager.m; sourceTree = ""; }; + F68C235765E1033442FCC235926B611D /* RNImageCropPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNImageCropPicker-prefix.pch"; sourceTree = ""; }; + F69D41E1D679DE5189CB5AFBF5E3F21A /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageCache.h; path = Libraries/Image/RCTImageCache.h; sourceTree = ""; }; + F6D13961482DD2EE8A258762BDEBB52D /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; F6DB534E64AC58426CC20A569645D015 /* FIRErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrors.h; path = Firebase/Core/Private/FIRErrors.h; sourceTree = ""; }; - F6EB774F8AC2C0CA3AE69CF2AC4A0159 /* RNCWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWebViewManager.h; path = ios/RNCWebViewManager.h; sourceTree = ""; }; - F706FA8688F45B47E85CC664DA8CD79E /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; + F6E9199498D78ADAAD86983E71F793C8 /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; + F6EFF8D40AB1DD11CFF5D26E984CE458 /* React-jsi.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.xcconfig"; sourceTree = ""; }; + F708ACE6AB71CC41EAA74CB22A9C2306 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; F71EBF73F354B475D465FF6DE9A66707 /* libReact-RCTBlob.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTBlob.a"; path = "libReact-RCTBlob.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - F725D49F5D5099AEE70D6DC40FCADDF2 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - F7365B28A2A1507AC15C7C3C948E0307 /* RCTCustomInputController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCustomInputController.m; sourceTree = ""; }; + F72BA5E62AD5C02B17ACFEE57444E17E /* BugsnagCollections.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCollections.h; sourceTree = ""; }; F73B4EEF0245C03A0E2B6F96B1549450 /* GDTTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTTransformer.h; path = GoogleDataTransport/GDTLibrary/Private/GDTTransformer.h; sourceTree = ""; }; F744E1D3645FCFB17E10DF7C941C772B /* FIRCoreDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsData.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsData.h; sourceTree = ""; }; - F758C0842CF42881EE9090A2D7CF3353 /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; + F74518FD5ADB45FACF4118E327D706B3 /* RCTSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSliderManager.h; sourceTree = ""; }; + F756F204B500091A60501DA046DEEEAF /* BSG_KSArchSpecific.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSArchSpecific.h; sourceTree = ""; }; F75C0D1FAAF7B656AF0832A802DC84B7 /* SDImageCachesManagerOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManagerOperation.m; path = SDWebImage/Private/SDImageCachesManagerOperation.m; sourceTree = ""; }; + F766909B3CA981EDF35FD2F74F0FE04B /* React-CoreModules-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-CoreModules-dummy.m"; sourceTree = ""; }; + F77E200A857AB3875CCABF438E29412B /* RCTNativeAnimatedNodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedNodesManager.m; sourceTree = ""; }; F785C994B38A585CA88F6FD3E67C19E8 /* 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 = ""; }; F78661868D7093AAE0E7699ED8543A26 /* ScopeGuard.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ScopeGuard.cpp; path = folly/ScopeGuard.cpp; sourceTree = ""; }; - F78B0019ECC77F4C9916CB73223B93FF /* React-CoreModules-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-CoreModules-prefix.pch"; sourceTree = ""; }; - F78CD7C2F3E2E0B3206A404242C93775 /* EXUserNotificationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXUserNotificationRequester.h; path = EXPermissions/EXUserNotificationRequester.h; sourceTree = ""; }; - F796ACB971B3220AAEE056E1A82AE383 /* RNFirebase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFirebase.m; path = RNFirebase/RNFirebase.m; sourceTree = ""; }; + F790C7FBB4A39AFCDE5A4642EC9469F7 /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleData.mm; sourceTree = ""; }; F7A3959711328FF127A9A09EDBF43483 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = Firebase/Core/Private/FIROptionsInternal.h; sourceTree = ""; }; - F7BE67CCE7C5F3CFBD5641CA2C994463 /* ARTPattern.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTPattern.m; sourceTree = ""; }; - F7D796D2DD86DD6951ACA54F5EA194D3 /* RCTTrackingAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTrackingAnimatedNode.m; sourceTree = ""; }; + F7A3FF96A7E535A687C94BED15954B08 /* RNPushKitEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventHandler.m; path = RNNotifications/RNPushKitEventHandler.m; sourceTree = ""; }; F7E57B49B68FDEC37DDD4EA4E510172A /* FIRInstanceIDCheckinStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCheckinStore.m; path = Firebase/InstanceID/FIRInstanceIDCheckinStore.m; sourceTree = ""; }; - F7E94DB59A7A62971D17CD5DE52D1FEA /* RNFirebaseAuth.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAuth.m; sourceTree = ""; }; - F800BD2C4A4F294A3BDAC5EB53F37B43 /* ARTShapeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTShapeManager.m; sourceTree = ""; }; + F803AF7277C13C7E682727FC49F7021F /* RNBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBridgeModule.h; path = RNNotifications/RNBridgeModule.h; sourceTree = ""; }; F80A20E8152653052F4BE92981AB83A3 /* picture_rescale_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_rescale_enc.c; path = src/enc/picture_rescale_enc.c; sourceTree = ""; }; - F8248223FF4290A3D4266B51E6A2B504 /* ARTText.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTText.h; path = ios/ARTText.h; sourceTree = ""; }; - F844C20A54D995CE7E93296EC2B64F8C /* RCTMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedView.h; sourceTree = ""; }; - F84FC51799C8CDB5DFF75A4024913E72 /* BSG_KSCrashReportStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashReportStore.m; sourceTree = ""; }; - F8523B6728DBA88333757E23E5E13BCE /* RNBackgroundTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBackgroundTimer.h; path = ios/RNBackgroundTimer.h; sourceTree = ""; }; + F864485EA92C114D2D9849292C5C0D37 /* EXFileSystem.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXFileSystem.xcconfig; sourceTree = ""; }; + F8786F6E4E068A9F957ECAC9EA354502 /* RootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RootView.h; path = ios/RootView.h; sourceTree = ""; }; + F8D4C23CF4A77ABF1057A1FFFD24FA12 /* UMBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBridgeModule.h; path = UMReactNativeAdapter/UMBridgeModule.h; sourceTree = ""; }; + F8F697B4F12A9ED14622FDFD2EADC31B /* CxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxModule.h; sourceTree = ""; }; + F8F7A0DD990C7E03FE7A9DDDF4270BEA /* RCTTextTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextTransform.h; path = Libraries/Text/RCTTextTransform.h; sourceTree = ""; }; F924F4BCFF41DF00E2D16FC29F4D79A7 /* FIRCoreDiagnosticsDateFileStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsDateFileStorage.h; path = Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnosticsDateFileStorage.h; sourceTree = ""; }; F92B62037AC75D89E9897DD968367D03 /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es.lproj; path = QBImagePicker/es.lproj; sourceTree = ""; }; F9329AF0B707E94C3BE5C1672C3CEE31 /* QBImagePickerController-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "QBImagePickerController-prefix.pch"; sourceTree = ""; }; - F93C9E3B47C0C860974A39F9CE15FC7C /* RCTVibration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVibration.h; path = Libraries/Vibration/RCTVibration.h; sourceTree = ""; }; F958876A082BF810B342435CE3FB5AF6 /* libRCTTypeSafety.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRCTTypeSafety.a; path = libRCTTypeSafety.a; sourceTree = BUILT_PRODUCTS_DIR; }; - F9857BED366CA42AB9F83EF63D63CFCA /* RNLocalize-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNLocalize-dummy.m"; sourceTree = ""; }; - F988BB9CB530CBDB9A1791E9293B40F5 /* RCTUITextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = ""; }; - FA05208432EBAB01ADE3051E0DDC468F /* EXHaptics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXHaptics-dummy.m"; sourceTree = ""; }; - FA1954F4F2B6C752A44608FDD6E9942E /* RCTTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextViewManager.h; sourceTree = ""; }; + F989C56E6092BDE93571211959647ADA /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.h; sourceTree = ""; }; + F9A1208000AA7E23ACB3C1FA0BFF3384 /* REAClockNodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAClockNodes.h; sourceTree = ""; }; + F9E7E368A236F92B2A2143AE0E61601E /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceView.mm; sourceTree = ""; }; FA2193D233F784FDA8D14E5ED56629C0 /* Pods-RocketChatRN-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-RocketChatRN-frameworks.sh"; sourceTree = ""; }; FA48E09B0A5EB5DC3A301E71FE75E408 /* 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 = ""; }; - FA536876C2A2AF9664307B7ECFEAA71A /* RNCAppearanceProviderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearanceProviderManager.h; path = ios/Appearance/RNCAppearanceProviderManager.h; sourceTree = ""; }; - FA564AA83167F3AF33C645641EB17384 /* RootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RootView.m; path = ios/RootView.m; sourceTree = ""; }; - FA57561F875C59D89C4DB4D4B49D8B94 /* YGStyle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGStyle.cpp; path = yoga/YGStyle.cpp; sourceTree = ""; }; - FA8F671C90D26D40391A7844DD114C7C /* react-native-orientation-locker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-orientation-locker-prefix.pch"; sourceTree = ""; }; - FA9F30C56E3D91E8E7A46E590973ED6C /* JSINativeModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSINativeModules.cpp; path = jsireact/JSINativeModules.cpp; sourceTree = ""; }; - FAAAB9B79963906294CEED95863FA077 /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTiming.h; sourceTree = ""; }; - FAEDC38D7537173AC92AC923861A2862 /* RCTModalManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalManager.m; sourceTree = ""; }; - FAFAD4065A27BAB2A1848255C232DC91 /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = ""; }; + FA902CAF73B34A3BC1E327466D491E18 /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; + FA9174A1CA1D786194A7B49BD2568E57 /* android_time.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = android_time.png; path = docs/images/android_time.png; sourceTree = ""; }; + FA95564F03E679BF7BCDCCFEA4F5DB37 /* UMModuleRegistryProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryProvider.m; sourceTree = ""; }; + FA96A56A58A74763976C063C6445660E /* UMModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistry.h; sourceTree = ""; }; + FAC421177CE610E9C7B931439EB459C5 /* JsArgumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JsArgumentHelpers.h; sourceTree = ""; }; + FAD5D0C2F6F4E78E42B09A7654F2150B /* EXCameraPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCameraPermissionRequester.h; path = EXPermissions/EXCameraPermissionRequester.h; sourceTree = ""; }; + FAE828BB63BC757BA99A64AFABCD9591 /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SystraceSection.h; sourceTree = ""; }; FAFF3D6DA73503BE193DA001AF40848F /* pb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb.h; sourceTree = ""; }; FB0495E0AE91CE73E0349235CDF0E64D /* NSBezierPath+RoundedCorners.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBezierPath+RoundedCorners.h"; path = "SDWebImage/Private/NSBezierPath+RoundedCorners.h"; sourceTree = ""; }; - FB3123A952F455F3BA8BB9C13899B78C /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; - FB396762A9674F1C5B2410378C25E4BA /* ARTNodeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTNodeManager.m; sourceTree = ""; }; + FB37E4BA92AF8D6093E0D9069594E832 /* UMImageLoaderInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMImageLoaderInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; FB46E91D8C8617213964623D0EA7A5A7 /* SDWebImageWebPCoder-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImageWebPCoder-prefix.pch"; sourceTree = ""; }; FB511F4A05635B55609527D9515A1D25 /* FIRVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRVersion.h; path = Firebase/Core/Private/FIRVersion.h; sourceTree = ""; }; - FB7A54F3586E2E3E3689005870160DE4 /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.h; sourceTree = ""; }; - FB95115557FF10BFB0F38D95820E0494 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - FBC510737DC1D292E4CB39A3D0C1F362 /* UMReactNativeAdapter-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMReactNativeAdapter-prefix.pch"; sourceTree = ""; }; - FBCA47BDDC923B7EFAA1A48587713D07 /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; + FB5A8D379035626234A5177F4D7974FD /* RCTMultiplicationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultiplicationAnimatedNode.h; sourceTree = ""; }; + FB86D2C2127A3BC83DA8643A08AA5B89 /* RNPushKitEventListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventListener.h; path = RNNotifications/RNPushKitEventListener.h; sourceTree = ""; }; + FB8F2E3390FC98B6CAB878B0FBFC3ECC /* RCTCxxModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxModule.mm; sourceTree = ""; }; + FB94E36A07BFD652173E17CA67C7B6D9 /* InspectorInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorInterfaces.h; sourceTree = ""; }; FBF553BD6F4ACA79CD6AAFD9FDF69D6D /* upsampling_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_msa.c; path = src/dsp/upsampling_msa.c; sourceTree = ""; }; - FC35E952ED4A537722292F258BB37F68 /* RCTImageStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageStoreManager.h; path = React/CoreModules/RCTImageStoreManager.h; sourceTree = ""; }; + FBFEED4D82C8991A37F40A7C3461350C /* RCTDiffClampAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDiffClampAnimatedNode.h; sourceTree = ""; }; + FC2F8EF0A5032A111203FD17C902387C /* react-native-webview.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-webview.xcconfig"; sourceTree = ""; }; + FC3C1E7E8700C721C8DD42D601FC49CE /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; + FC4A0D27C6545662E3B81C145DA8A089 /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; sourceTree = ""; }; + FC52899DC2FF931EAEEC588D38FFD2AB /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; FC612B6D9217B2844818B263CA98D12A /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = Firebase/Core/Private/FIRAppInternal.h; sourceTree = ""; }; + FC6F746053BCA019F765F63555322B07 /* 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; }; + FC76E57329FEF4D0AA4A92371801171E /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.h; sourceTree = ""; }; FC772577BFF47AC4AEBD355A0353ED3B /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/Core/UIButton+WebCache.h"; sourceTree = ""; }; - FC86158A8E3AE82E8EA0A55C1A9B64F7 /* RNRotationHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNRotationHandler.m; sourceTree = ""; }; - FC89837514BFB5DAF3A02142FE2FF30A /* RNFirebaseNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseNotifications.h; sourceTree = ""; }; - FCA7CD5401BCF2E898218597DDE17297 /* log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log.h; path = yoga/log.h; sourceTree = ""; }; - FCDF7E96AF9FC5C61134B0F1733031C0 /* UMAppDelegateWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAppDelegateWrapper.h; path = UMCore/UMAppDelegateWrapper.h; sourceTree = ""; }; + FC8FD8931464BB120E9BA1B91AB1A3CB /* NSError+BSG_SimpleConstructor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSError+BSG_SimpleConstructor.h"; sourceTree = ""; }; + FCDD1F35804ADEBF67A951921314B348 /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; FCF61D9B2B75054A9A3185DDC609B7FF /* libSDWebImageWebPCoder.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSDWebImageWebPCoder.a; path = libSDWebImageWebPCoder.a; sourceTree = BUILT_PRODUCTS_DIR; }; - FD04A093E13378AF06F9E09766FDC00E /* RCTResizeMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTResizeMode.m; sourceTree = ""; }; - FD0E8A669DD48C41347774E827473736 /* RCTVideo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideo.h; path = ios/Video/RCTVideo.h; sourceTree = ""; }; - FD2305ECBADAFB3A58387E2885071B8C /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - FD76891E956AFD0CA82E395F8E80D8C8 /* RCTDatePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePicker.m; sourceTree = ""; }; - FD805FFB38D985D452CB2E5238C3047B /* BugsnagLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagLogger.h; sourceTree = ""; }; - FDB3CEAA4681EF925504917B6789C816 /* UMImageLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMImageLoaderInterface.h; path = UMImageLoaderInterface/UMImageLoaderInterface.h; sourceTree = ""; }; - FDB76E91FBBFA9A87AE303697B4A74D8 /* RNGestureHandlerModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerModule.h; path = ios/RNGestureHandlerModule.h; sourceTree = ""; }; + FCF813874E45610A3C878C82C661384A /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; + FD29F0BE1DAF6B3320CA94B80EFC4D41 /* BSG_KSCrashSentry_User.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_User.h; sourceTree = ""; }; + FD620725563A25DD53F511BE676D7384 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; + FDA06593D9F70A527F1E9276C2E9832F /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialCommunityIcons.ttf; path = Fonts/MaterialCommunityIcons.ttf; sourceTree = ""; }; + FDDF5D986D82EAAC84FB1A9444F7A91D /* FFFastImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageView.m; path = ios/FastImage/FFFastImageView.m; sourceTree = ""; }; FDED1EC33E807284337CE718720B8F32 /* UIImage+ForceDecode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ForceDecode.m"; path = "SDWebImage/Core/UIImage+ForceDecode.m"; sourceTree = ""; }; - FE67390DB33CBF818310CFA548018E5C /* RCTNativeAnimatedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedModule.m; sourceTree = ""; }; - FE733A9927A3D711C0F6C9E619E43711 /* RNFirebaseAdMobNativeExpressManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobNativeExpressManager.m; sourceTree = ""; }; + FE42F95CE82EFBA46EA89EB8C0DEA3AA /* RNBootSplash.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNBootSplash.xcconfig; sourceTree = ""; }; + FE5022B813094BA9EA56720B9EE4AFDB /* RNFirebase-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFirebase-dummy.m"; sourceTree = ""; }; + FE6C5A5BD82FC45B972B95DCA68E6132 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; FE7B9294FF05AAFD1653E2104E10844A /* libReact-RCTAnimation.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTAnimation.a"; path = "libReact-RCTAnimation.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - FE89443442EC17AB3E5B0812E2DB873C /* react-native-jitsi-meet.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-jitsi-meet.xcconfig"; sourceTree = ""; }; - FED985EFD2C3BD5B54AC82F3008B095B /* RCTFrameAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameAnimation.m; sourceTree = ""; }; - FF09ADEA9F7340DB1BB906D7D6C2BA9E /* REAFunctionNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAFunctionNode.h; sourceTree = ""; }; - FF51B230FBFB8050E8A355161CFDD94E /* EXPermissions.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXPermissions.xcconfig; sourceTree = ""; }; - FF5C23759DC629965677C0E16517F4DC /* RNFastImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFastImage-dummy.m"; sourceTree = ""; }; - FFA902FDA82B5D101D981AA0F4BB1570 /* api.md */ = {isa = PBXFileReference; includeInIndex = 1; name = api.md; path = docs/api.md; sourceTree = ""; }; - FFCB61056D2A2DE31144CE33220F0B6C /* RCTLinkingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLinkingManager.h; path = Libraries/LinkingIOS/RCTLinkingManager.h; sourceTree = ""; }; - FFD26AD0B6B93ABF61F3644CA78A1701 /* TurboModuleBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboModuleBinding.cpp; path = turbomodule/core/TurboModuleBinding.cpp; sourceTree = ""; }; + FE7D4D74318B47F0738723E61843716B /* EXFilePermissionModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFilePermissionModule.h; path = EXFileSystem/EXFilePermissionModule.h; sourceTree = ""; }; + FEBF0FB51E2494AF8452098808E446B0 /* RNNotificationCenter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenter.h; path = RNNotifications/RNNotificationCenter.h; sourceTree = ""; }; + FEC900A1F3492B05FC22045A2C3032C7 /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; + FED5EFB712CA94D241761549840BD156 /* BugsnagSessionTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTracker.h; sourceTree = ""; }; + FEDB802051AAEA6F15E9DB863A514666 /* RCTSubtractionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSubtractionAnimatedNode.m; sourceTree = ""; }; + FEDFC568104411ED03B02D62477E4F29 /* Utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Utils.cpp; path = yoga/Utils.cpp; sourceTree = ""; }; + FF0A62676379A985EC2BDB744252E867 /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; sourceTree = ""; }; + FF120B0B207A705908FD59694157169C /* react-native-jitsi-meet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-jitsi-meet-prefix.pch"; sourceTree = ""; }; + FF3C411E0D162CDBAF4C1FFDCCB070B1 /* UMFontProcessorInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontProcessorInterface.h; path = UMFontInterface/UMFontProcessorInterface.h; sourceTree = ""; }; + FF44761EFA9D37FAD358143F9DE8C41F /* FBReactNativeSpec-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBReactNativeSpec-dummy.m"; sourceTree = ""; }; + FF4B5B29AF297CBBC64852F5F4677352 /* BSG_KSFileUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSFileUtils.h; sourceTree = ""; }; + FFEAB7D876237F031C9E8759E49F3D32 /* EXVideoView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoView.h; sourceTree = ""; }; + FFF9B22D43F7DEF66DE0BAAFC042CF10 /* BSG_KSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSLogger.m; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -6454,13 +6399,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 1ABFFABAB0756F5E3E1BBEE712C282F8 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 1D5EF4B1B01A93657025D24CB9649152 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -6524,13 +6462,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 34004964F901171623AC159759EC50CE /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 34947538483DDD56C9B2517936FBB881 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -6727,6 +6658,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 837B21C2DA0C70698C50504B4E79EDCB /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 8FE031BDD70A0E738A9C4FBB05586CB8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -6825,6 +6763,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + BAE254DA34336B8B08709A8D9B9F10FD /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; C311AF1F2D1C91355EA404CA8B49D93F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -6888,13 +6833,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D6FAF6BF5D3679758336E553387B6249 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; D752D103DB89DC1C93E3166EA88C9AA5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -6961,70 +6899,82 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 00E01377C52F52B9C8E7F3B9A67812CE /* Support Files */ = { + 003A2F547DDE579B8E85BD53952E1A2E /* react-native-appearance */ = { + isa = PBXGroup; + children = ( + B7EFA3EFF32C8500825A713620B853A9 /* RNCAppearance.h */, + 37304B7E4F6B5B6599EF8613038927C0 /* RNCAppearance.m */, + 5EA721AA826C9D70626D6A42E6132634 /* RNCAppearanceProvider.h */, + 98855082BDE873049976EC7208B6DAFC /* RNCAppearanceProvider.m */, + AAA73D3C27182BDDB286D67F23E7D9A8 /* RNCAppearanceProviderManager.h */, + F2C3E9B5CA17838E19D9BDAB92216AA0 /* RNCAppearanceProviderManager.m */, + 50285A79255F1054792CCB92CC352E15 /* Pod */, + 2CD396D75A948581A553688D0ADF14B0 /* Support Files */, + ); + name = "react-native-appearance"; + path = "../../node_modules/react-native-appearance"; + sourceTree = ""; + }; + 005BCC07F35FDC3CB9675917573C1CD0 /* Pod */ = { + isa = PBXGroup; + children = ( + BF53E3F4567939263F26DD49B94575F7 /* FBReactNativeSpec.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 0095D5EDC0A1DCC588A10ED76A04A177 /* Support Files */ = { isa = PBXGroup; children = ( - 72DC67D55BF955781FEB320C292DE8A5 /* EXAppLoaderProvider.xcconfig */, - 38C920A7510DE4805A72506CC2EC80B1 /* EXAppLoaderProvider-dummy.m */, - 6D74D68581B8E52A02DF6B740B617A28 /* EXAppLoaderProvider-prefix.pch */, + 4597451210293FF3F150985EE2B9CA27 /* React-RCTLinking.xcconfig */, + F2253B3C4217361248CF0F5EFBF280F9 /* React-RCTLinking-dummy.m */, + A34D51E0AD0C8A6D10ED8C29782C90C2 /* React-RCTLinking-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXAppLoaderProvider"; + path = "../../../../ios/Pods/Target Support Files/React-RCTLinking"; sourceTree = ""; }; - 00E8988B0DB46B73F643101C75E090B3 /* Surface */ = { + 00A3C3CCE4465045A751295D91247F56 /* Pod */ = { isa = PBXGroup; children = ( - F706FA8688F45B47E85CC664DA8CD79E /* RCTSurface.h */, - 04957F4510C9D58E0120F2B232B0B1FC /* RCTSurface.mm */, - 56ECAFA4C28E74E2E2888F511B86E35F /* RCTSurfaceDelegate.h */, - 09953BEABC4D27E0A39F52882C8BF629 /* RCTSurfaceRootShadowView.h */, - 402BAEBC36AF3C9660E30FCA2A64729C /* RCTSurfaceRootShadowView.m */, - 97E24E5D95788875AA9F98BC8F4A92C8 /* RCTSurfaceRootShadowViewDelegate.h */, - 63AA22C732EA222AA0BD157679AFC845 /* RCTSurfaceRootView.h */, - 44817FB7E2ABCC265E65CFA2B05C7237 /* RCTSurfaceRootView.mm */, - 71B389CB5B56CFB334BE535D2476F79B /* RCTSurfaceStage.h */, - A5889432BDA0DED33AC1EF66E706F659 /* RCTSurfaceStage.m */, - 613F3C7EF65C17CBEE1B1FB1A474D958 /* RCTSurfaceView.h */, - 228AC5316B37F9112A15C2489DDE1E55 /* RCTSurfaceView.mm */, - 7E1DF27207F1A5C2C963E7713C734555 /* RCTSurfaceView+Internal.h */, - B03EE20DEF8B20D80C6F1C4AD3F8A620 /* SurfaceHostingView */, + 28C99708B08A9EA772A88A92695F3E53 /* LICENSE */, + 801F4D6A555FAC61F44FE4C08F1F9568 /* react-native-webview.podspec */, + B8FC54FACE9BE25FDDD882622CE56AAC /* README.md */, ); - name = Surface; - path = Surface; + name = Pod; sourceTree = ""; }; - 00EE4807FC770C5023A44F1E49357C00 /* RawText */ = { + 012599ABE1755C0985578F4EFE3A208C /* UMReactNativeAdapter */ = { isa = PBXGroup; children = ( - FAFAD4065A27BAB2A1848255C232DC91 /* RCTRawTextShadowView.h */, - EC5BDE0FB49A15E590FDEC3D9D947CDD /* RCTRawTextViewManager.h */, + F8D4C23CF4A77ABF1057A1FFFD24FA12 /* UMBridgeModule.h */, + 6A8237CBD209EE1B1F623F211E6DE677 /* Pod */, + D5FED1CF8D0E153C18D09163076859B5 /* Services */, + BF915E8C236DA1BD80B919752A450382 /* Support Files */, + 0C42BA99F1486294B8954D2F0F69CD59 /* UMModuleRegistryAdapter */, + 0B34CFD14BCC98E43A0EAFC52F3A6F40 /* UMNativeModulesProxy */, + 4F846BFBB28AA667BB26513A5E90164B /* UMViewManagerAdapter */, ); - name = RawText; - path = Libraries/Text/RawText; + name = UMReactNativeAdapter; + path = "../../node_modules/@unimodules/react-native-adapter/ios"; sourceTree = ""; }; - 00FE6A1B71BE321C0F10424C3EE39E33 /* RNLocalize */ = { + 0248076CDAB3796D262E48103E942827 /* Pod */ = { isa = PBXGroup; children = ( - 561957AA8E4D6D438D9C8EB2712D30B7 /* RNLocalize.h */, - 014E853B9D025C9AF4A4CFE27B22865B /* RNLocalize.m */, - 6088774AC69077C495F2EEA4E2691C6F /* Pod */, - 495C0516FE69A6C6E8F1FF9D31A49617 /* Support Files */, + 5627ED8816BDED583164A08C06EE1A2B /* EXAV.podspec */, ); - name = RNLocalize; - path = "../../node_modules/react-native-localize"; + name = Pod; sourceTree = ""; }; - 0222E9DE073DB5C31121429F6DB9C69D /* Support Files */ = { + 02AFC76D1AB6A482EF941AC1476060CB /* Filters */ = { isa = PBXGroup; children = ( - 5E20B9411F931CDADBF3317807A5F5FC /* EXAV.xcconfig */, - 3AC3F08044367E5701821F9AA6CC21B9 /* EXAV-dummy.m */, - 42E31C73FBF877FD4A0874E1BFEB63C6 /* EXAV-prefix.pch */, + AD61021FCB80AC380C67848B2C9B7DDE /* BSG_KSCrashReportFilter.h */, + 326A4C8A60814AB6D6E6D5E9A163A87B /* BSG_KSCrashReportFilterCompletion.h */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXAV"; + name = Filters; + path = Filters; sourceTree = ""; }; 02BAB2648C89987EFCC8C066E0F9129E /* GoogleDataTransport */ = { @@ -7079,14 +7029,6 @@ path = GoogleDataTransport; sourceTree = ""; }; - 039381F7E2213BAFB49E5F57FBF0E4BA /* RCTActionSheetHeaders */ = { - isa = PBXGroup; - children = ( - 1D07CB2E2D6A6B466D1E9A18803476D1 /* RCTActionSheetManager.h */, - ); - name = RCTActionSheetHeaders; - sourceTree = ""; - }; 039F683247C9DADAFE8327DB50330DB6 /* Support Files */ = { isa = PBXGroup; children = ( @@ -7099,16 +7041,6 @@ path = "../Target Support Files/QBImagePickerController"; sourceTree = ""; }; - 03C67D5B07A7962E08D3E21851E6B613 /* VirtualText */ = { - isa = PBXGroup; - children = ( - BB0B88F93C26B3205C8713D1EF273BA1 /* RCTVirtualTextShadowView.m */, - F28EE9F84264694BE93170E2A04E6E63 /* RCTVirtualTextViewManager.m */, - ); - name = VirtualText; - path = VirtualText; - sourceTree = ""; - }; 03F5F066AA7465846C4CF46C6F7029C3 /* Logger */ = { isa = PBXGroup; children = ( @@ -7119,125 +7051,226 @@ name = Logger; sourceTree = ""; }; - 047AD55C1E2248F15D0C743E60A2D784 /* Pod */ = { + 04977194BD4BF63B063F117E1394ACC2 /* react-native-cameraroll */ = { isa = PBXGroup; children = ( - 8DAA3B5BAA964B9BDBC5480B164E96F3 /* UMTaskManagerInterface.podspec */, + 06F360879A9A148680729C42736267C4 /* RNCAssetsLibraryRequestHandler.h */, + 935072EAA70CCEEC7BE2BF828FA99B1C /* RNCAssetsLibraryRequestHandler.m */, + 07167E386051558AD9CA83F559002C1A /* RNCCameraRollManager.h */, + B26A21FA8A8B6EFFD736912735323D47 /* RNCCameraRollManager.m */, + 373B738EAC19967B7E2CAFA55248CD56 /* Pod */, + A2A647826ACA05E4BB1481CED6A76128 /* Support Files */, ); - name = Pod; + name = "react-native-cameraroll"; + path = "../../node_modules/@react-native-community/cameraroll"; sourceTree = ""; }; - 067C189491822239E5CFE216512EEB82 /* Support Files */ = { + 049EE75CE70B8070C0FA78F3231BE172 /* React-Core */ = { isa = PBXGroup; children = ( - A2FF8CEEF1059ACF9EABBA6D292C62AB /* RSKImageCropper.xcconfig */, - 1130E17A2E1A50713AD5AC9021C8C356 /* RSKImageCropper-dummy.m */, - 355BFD7BC86580B1D261183E7406AEC5 /* RSKImageCropper-prefix.pch */, + 95EEB82360154C1FDEED1E0962DE0A21 /* CoreModulesHeaders */, + FE03C24ED032AED340626916DA2CD868 /* Default */, + 1387BFB021C64252E6E537C552856E1B /* DevSupport */, + FC5EF7489FA00757F312BBA3F900D4D5 /* Pod */, + F8B2214C8B794A63F6870021595D010B /* RCTActionSheetHeaders */, + 5E4CA585375B5EE0B56D0E561652248D /* RCTAnimationHeaders */, + B076894B19E920DF39B3473EE72182DD /* RCTBlobHeaders */, + 51C51A921950308467BB233BA02AE3C5 /* RCTImageHeaders */, + 803069E438B149DACAFEF2F57825042C /* RCTLinkingHeaders */, + A3D20D4C179F840AE975AFDBF57E859D /* RCTNetworkHeaders */, + 8EDDC38AF37438B84517BDFE7C7615B0 /* RCTSettingsHeaders */, + CC583EFE5283C7164314354B5A43C10C /* RCTTextHeaders */, + B7B1A7985544F2927A7558563E26DFF1 /* RCTVibrationHeaders */, + 17C699CBEAC3958A3C560C22C7DCA54C /* RCTWebSocket */, + 677D019D2E27C7DD7C5657ABB84A0A59 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/RSKImageCropper"; + name = "React-Core"; + path = "../../node_modules/react-native"; sourceTree = ""; }; - 080769E20FD4D003269F7E3E38835DE8 /* Pod */ = { + 05083ED426F230991C44AA80716EA0BB /* Pod */ = { isa = PBXGroup; children = ( - D27B8F3A61A7F87CAEBCFB89606EBC33 /* LICENSE */, - F132A2384FA9EA6C22DF15802E7C47E4 /* README.md */, - 2BDECFEE47DCFDFC9D5FB5D3B5D0FC23 /* rn-fetch-blob.podspec */, + CC1968EAACAF2A66D3C4AA5D823790B2 /* LICENSE */, + F708ACE6AB71CC41EAA74CB22A9C2306 /* README.md */, + 64F1FAA1C25A16D52B9A521051D2A782 /* RNVectorIcons.podspec */, ); name = Pod; sourceTree = ""; }; - 0949BF5692E90AEA37AF6880D9A1D131 /* Pod */ = { + 058222FD0F7BD513C0C63670667C16C2 /* Pod */ = { isa = PBXGroup; children = ( - 57E75419F6445E84B471503E102A4E68 /* LICENSE */, - 998F36137BB9DC23FE73482BAABD8E08 /* README.md */, - 999F4A3634D5FECAEA726FA71EAFD66B /* RNImageCropPicker.podspec */, + CD4E28178281DD345C82925100A1B2CA /* LICENSE */, + C9ACF8F60E4554035CA38DF291CC4FC4 /* README.md */, + 576812B4A86DDE5D65C95D89BD6B0442 /* RNDeviceInfo.podspec */, ); name = Pod; sourceTree = ""; }; - 0A1DB6103941B3B3F92B748B4071A27D /* Support Files */ = { + 05CEDBF0F0C862819FE09790060C9492 /* EXPermissions */ = { + isa = PBXGroup; + children = ( + 0FC7F0DE48A23E78DD7370685B7EAE37 /* EXAudioRecordingPermissionRequester.h */, + F540A7F36176444CD199169CBB389C49 /* EXAudioRecordingPermissionRequester.m */, + 043D31A71A71F93697F1A2364A73B11D /* EXCalendarRequester.h */, + 9A8560848CA9E1EF58F0B5E48D3A3D68 /* EXCalendarRequester.m */, + FAD5D0C2F6F4E78E42B09A7654F2150B /* EXCameraPermissionRequester.h */, + 3C13E284E4C0EC867579EA23DE54A2ED /* EXCameraPermissionRequester.m */, + CCFC444B4BECB0BF0678B12A7C729D88 /* EXCameraRollRequester.h */, + B826E68E76765F3314AF187E8F4EBFB9 /* EXCameraRollRequester.m */, + C68876FCB5945141D9CD17A617BF6A38 /* EXContactsRequester.h */, + 975CE59EE95A54497533BE37013D01B1 /* EXContactsRequester.m */, + F3054F6CCF249BC14BCFD7DAF91DCD45 /* EXLocationRequester.h */, + 406D67197ACC3389AE7B6AA83BB4C364 /* EXLocationRequester.m */, + 6C820275E53039CC8E1D0A38B79D0D23 /* EXPermissions.h */, + 100B9C3D49985B2BF9C06DEA0C0D8A49 /* EXPermissions.m */, + E3248BA1B880BA7614533A411B9588AC /* EXReactNativeUserNotificationCenterProxy.h */, + 978F9DF7BAE8EB1062611FE4277D9B0C /* EXReactNativeUserNotificationCenterProxy.m */, + 491FB4E74B79D727112B877F4D59FBE0 /* EXRemindersRequester.h */, + E5A0D24427BE71C3AF1C9818E0A3459A /* EXRemindersRequester.m */, + 5A16F3E10206153E9F43802BB0988146 /* EXRemoteNotificationRequester.h */, + 973D8CA68D2A8762990753A424700A21 /* EXRemoteNotificationRequester.m */, + 782EDC4278D5DE045601FD035FA9840C /* EXSystemBrightnessRequester.h */, + 4A1DA4297FDF332822FDEA6075FD06F0 /* EXSystemBrightnessRequester.m */, + 62C24DAF52AC0AB39CE079D6FD5AE8AD /* EXUserNotificationRequester.h */, + AC807F96F9596A25ABCEDFD82D0BD5B6 /* EXUserNotificationRequester.m */, + ABA58D4C875B77E86A98696F5B569984 /* Pod */, + 4ADC8A1EB1D4EC2971876FAD970AB728 /* Support Files */, + ); + name = EXPermissions; + path = "../../node_modules/expo-permissions/ios"; + sourceTree = ""; + }; + 066A228ECA97C5A70CD9B7171C853B40 /* Resources */ = { isa = PBXGroup; children = ( - 440F9327BBBB2ACFF6B3F2B310F7F738 /* EXFileSystem.xcconfig */, - DBC7C899B101A1DC1276200FCFB25C20 /* EXFileSystem-dummy.m */, - 1DD8B72DBDB997D8574A3A2BC15CCA8C /* EXFileSystem-prefix.pch */, + 91FCF066820BD6B86006E8372942338B /* AntDesign.ttf */, + CE7EEEF025A97C810E525D24FDA4175A /* Entypo.ttf */, + 115E5833F12CF163013F42E2A9C7223E /* EvilIcons.ttf */, + 9083FA6D3399E949C7966979AD665CC2 /* Feather.ttf */, + C360956069AFE55FBCD156D8A7A9738B /* FontAwesome.ttf */, + 62883ECDBD4C69ED2E861078DDAA329A /* FontAwesome5_Brands.ttf */, + 61C937F1EB39E790EA7A8B5557FECEAA /* FontAwesome5_Regular.ttf */, + C255FABC5C8F6ADD8FF8D6FD326626E1 /* FontAwesome5_Solid.ttf */, + 2A128E6D949E77C44DA44560E88F1865 /* Fontisto.ttf */, + 95854A695269C741BD705548E9865060 /* Foundation.ttf */, + 63D3049B8DD0F0D14B6CA8831ADFD6C1 /* Ionicons.ttf */, + FDA06593D9F70A527F1E9276C2E9832F /* MaterialCommunityIcons.ttf */, + DB501777EFB5560A4937F8D0EF0507E3 /* MaterialIcons.ttf */, + 258A035B9F0086A73F342E960B35496F /* Octicons.ttf */, + 5B23EFD68A4925E01DC828285D0A5C16 /* SimpleLineIcons.ttf */, + 88E9F5178EC26BC2D4F56E99B0E341D3 /* Zocial.ttf */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXFileSystem"; + name = Resources; sourceTree = ""; }; - 0A4A68568F3351A7AAC24DC3C46B4C9F /* Support Files */ = { + 067C189491822239E5CFE216512EEB82 /* Support Files */ = { isa = PBXGroup; children = ( - 12F29C81F4D65245171AE6B575212B64 /* Firebase.xcconfig */, + A2FF8CEEF1059ACF9EABBA6D292C62AB /* RSKImageCropper.xcconfig */, + 1130E17A2E1A50713AD5AC9021C8C356 /* RSKImageCropper-dummy.m */, + 355BFD7BC86580B1D261183E7406AEC5 /* RSKImageCropper-prefix.pch */, ); name = "Support Files"; - path = "../Target Support Files/Firebase"; + path = "../Target Support Files/RSKImageCropper"; sourceTree = ""; }; - 0C910015B4EDFF901284932B263778F8 /* RNFetchBlob */ = { + 06F74414C37AECF6C0BF517B87B502BB /* Support Files */ = { isa = PBXGroup; children = ( - 2F492DD3B01F0E0A1A1114D476E59201 /* RNFetchBlob.h */, - 4408C73A08D181A0A3FF59EA13703695 /* RNFetchBlob.m */, + CA5DF19A13A1EE8A7E3F9A7892E8074C /* UMBarCodeScannerInterface.xcconfig */, ); - name = RNFetchBlob; - path = ios/RNFetchBlob; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMBarCodeScannerInterface"; sourceTree = ""; }; - 0E0999CD3453EC9A155BD0EB3213CB25 /* UMBarCodeScannerInterface */ = { + 0A4A68568F3351A7AAC24DC3C46B4C9F /* Support Files */ = { isa = PBXGroup; children = ( - D1DD7CF0F7A3857541E4E125EAA8D512 /* UMBarCodeScannerInterface.h */, - EDB837420EC4F759DDE3AF1AE67B88D6 /* UMBarCodeScannerProviderInterface.h */, - 98B6D25FD03C786887B4E15B467F47A0 /* Pod */, - FFD6E9701E52A945D54C07F97B4A6281 /* Support Files */, + 12F29C81F4D65245171AE6B575212B64 /* Firebase.xcconfig */, ); - name = UMBarCodeScannerInterface; - path = "../../node_modules/unimodules-barcode-scanner-interface/ios"; + name = "Support Files"; + path = "../Target Support Files/Firebase"; sourceTree = ""; }; - 0E1B8ED746B18B2E5D6A533164AE6799 /* Support Files */ = { + 0B34CFD14BCC98E43A0EAFC52F3A6F40 /* UMNativeModulesProxy */ = { isa = PBXGroup; children = ( - C7B2B0B57C33CAB337316FFCAA8D5A4B /* FirebaseCoreDiagnostics.xcconfig */, - E06F533B0622CF71450FA198FEF0B65A /* FirebaseCoreDiagnostics-dummy.m */, + 018C716C05E0EC5F15D962E3962316F0 /* UMNativeModulesProxy.h */, + 4B5FC6781DCA7FEFE880BAA87EEE7DC7 /* UMNativeModulesProxy.m */, ); - name = "Support Files"; - path = "../Target Support Files/FirebaseCoreDiagnostics"; + name = UMNativeModulesProxy; + path = UMReactNativeAdapter/UMNativeModulesProxy; sourceTree = ""; }; - 0E3D9542E19AD8B526C826FECB85AC87 /* jsi */ = { + 0C42BA99F1486294B8954D2F0F69CD59 /* UMModuleRegistryAdapter */ = { isa = PBXGroup; children = ( - 2B0CBDD5C96DB01A8B299DD5CB81118B /* decorator.h */, - 37A404E425EF178A90BA382DF69B19D5 /* instrumentation.h */, - 192B4BFD2EAAE2631F266302B554D878 /* jsi.cpp */, - 6C3A7BC43DC4553F06DF196DC67B6DCC /* jsi.h */, - C6E44A6DBBEE242422FDDC66DCFE9D0E /* jsi-inl.h */, - 1748C2FC56FE6C226D70EBA6787B709D /* JSIDynamic.cpp */, - 199C65D9889D75B86AFAE1555C45BC08 /* JSIDynamic.h */, - 06539583B1454F6E72D06B88BF48A43B /* jsilib.h */, - 3D11E7418623E9EB6986653C4C041914 /* jsilib-posix.cpp */, - CBD6A5BFCF174B7789C908F39E1F9AC8 /* jsilib-windows.cpp */, - B366790D7E16F6CFFAF462791FF116AF /* threadsafe.h */, + 9F74151EFBD2DA32FABAE6CB6EDE7E35 /* UMModuleRegistryAdapter.h */, + 2CAB0AE4AA56BD229CC3736D13F8D8BC /* UMModuleRegistryAdapter.m */, + 9A414C7A18ACA31BCB563F5B8CB02B04 /* UMViewManagerAdapterClassesRegistry.h */, + 18B4FCA4ABF6910F04CA8E9F0E052AB1 /* UMViewManagerAdapterClassesRegistry.m */, ); - name = jsi; - path = jsi; + name = UMModuleRegistryAdapter; + path = UMReactNativeAdapter/UMModuleRegistryAdapter; + sourceTree = ""; + }; + 0D0A1AF469DD06E63F1D5CC0C56FADC0 /* internal */ = { + isa = PBXGroup; + children = ( + D50F8D56D170B9888A6C03C1E454BDBB /* experiments.cpp */, + 5C491FEC61E360D39912F3066B452403 /* experiments.h */, + CBA7A8921E2752BFD5E37A0C7A44C968 /* experiments-inl.h */, + ); + name = internal; + path = yoga/internal; + sourceTree = ""; + }; + 0DA1728D1E887AF30D0BE108168D974E /* vendor */ = { + isa = PBXGroup; + children = ( + FD6A82FC11E048909BAF1A65B9D636E6 /* bugsnag-cocoa */, + ); + name = vendor; + path = cocoa/vendor; sourceTree = ""; }; - 0F0355BF639C34C87036C30995B1DA3F /* Support Files */ = { + 0DD1B0DBE654EE80A649A1BAB1C9236E /* Support Files */ = { isa = PBXGroup; children = ( - 86A8EE1D2F8B8AEB69DAEF21A92DBBD4 /* FBReactNativeSpec.xcconfig */, - C1A3733AE169C408EE09D85BA05C927C /* FBReactNativeSpec-dummy.m */, - 2E1E35FFAB84C039F68F4C89F3B6FB48 /* FBReactNativeSpec-prefix.pch */, + EEB0F6974D280A1415022E8C9CCB9D7F /* react-native-slider.xcconfig */, + 86CF273F1D6DEA2EE1B062F2F539E5E1 /* react-native-slider-dummy.m */, + D2D4E8CAE8825F70A849A3A571362FC2 /* react-native-slider-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/FBReactNativeSpec"; + path = "../../../ios/Pods/Target Support Files/react-native-slider"; + sourceTree = ""; + }; + 0DE9070638DE3EFBA861F644DD023FDA /* Pod */ = { + isa = PBXGroup; + children = ( + 407FFC61321238C492361FF017B0FB88 /* RNFirebase.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 0E1B8ED746B18B2E5D6A533164AE6799 /* Support Files */ = { + isa = PBXGroup; + children = ( + C7B2B0B57C33CAB337316FFCAA8D5A4B /* FirebaseCoreDiagnostics.xcconfig */, + E06F533B0622CF71450FA198FEF0B65A /* FirebaseCoreDiagnostics-dummy.m */, + ); + name = "Support Files"; + path = "../Target Support Files/FirebaseCoreDiagnostics"; + sourceTree = ""; + }; + 0ECF250064E29A76417B7647A234370D /* Pod */ = { + isa = PBXGroup; + children = ( + 3C037FA28FCC9A1C125BE699C7A32E1C /* React-RCTLinking.podspec */, + ); + name = Pod; sourceTree = ""; }; 0F7F0A4E201CD7E6BE345B17B5C5D3FC /* RSKImageCropper */ = { @@ -7266,16 +7299,6 @@ path = RSKImageCropper; sourceTree = ""; }; - 0F978264AB6889E8491D3FD8DF7D010D /* instanceid */ = { - isa = PBXGroup; - children = ( - DAF45E2E311666069F1D1EA35B8F0383 /* RNFirebaseInstanceId.h */, - 8D6E36EBB6C6709E2B246C46650DE2CE /* RNFirebaseInstanceId.m */, - ); - name = instanceid; - path = RNFirebase/instanceid; - sourceTree = ""; - }; 107FC8606AE9656EAAC7AB584CD690A3 /* SDWebImageWebPCoder */ = { isa = PBXGroup; children = ( @@ -7290,53 +7313,62 @@ path = SDWebImageWebPCoder; sourceTree = ""; }; - 11064591AAAC84CDB081D331031E4D11 /* React-RCTText */ = { + 1124DB9747734A40DD367D26B3164E3B /* core */ = { isa = PBXGroup; children = ( - D3083E3F6791A7F0E39E85AEBF5607DF /* RCTConvert+Text.m */, - 3DF1D955E99654E72474891EAA6A27A6 /* RCTTextAttributes.m */, - BAC5EA33C33854E1B953102AC93BFFA4 /* BaseText */, - 447C964AF57E8E91B4E31A00CA894272 /* Pod */, - 6ACD22E3AD5DCFDD22F9D359FCE72A03 /* RawText */, - 410FC1DA3121E620413C4DF16ED630F7 /* Support Files */, - FB2C1C38B29C10D08DFBAD75726B5FF7 /* Text */, - 1AF73C6C4BD582C4CE0CE18DAABD4FBA /* TextInput */, - 03C67D5B07A7962E08D3E21851E6B613 /* VirtualText */, + AA60B66D815707B0ADDB4C0E55CDE282 /* LongLivedObject.cpp */, + 06A56E47AF21080601AB0E600A880E21 /* LongLivedObject.h */, + 5FC017462F87EBEBCD3055EA04051A9F /* TurboCxxModule.cpp */, + 1B0A52DCC8F0BBC90A10D9E0C5BE5DF6 /* TurboCxxModule.h */, + A22802653E06152C025121A6238064FE /* TurboModule.cpp */, + 8B70D89C68E336F8B2DF9BFE9B8383DF /* TurboModule.h */, + B581B462258F249ADCF20D0CEC1ED310 /* TurboModuleBinding.cpp */, + 7741C49B141667C6C2066568DCB1A2F2 /* TurboModuleBinding.h */, + 8ECBA7565BAA4E836FFC00ECF0CA6C33 /* TurboModuleUtils.cpp */, + C845EB52EA02353E68FAFBDF86A42D19 /* TurboModuleUtils.h */, + 443348E153BBB3FCA49021F265F444AB /* platform */, ); - name = "React-RCTText"; - path = "../../node_modules/react-native/Libraries/Text"; + name = core; sourceTree = ""; }; - 118608F192A92FF37C9E917A6CC06F58 /* react-native-video */ = { + 12D04CB1293EB30D7E1D881793206727 /* RNFetchBlob */ = { isa = PBXGroup; children = ( - F973F9409273BC835DF5BAD69B2916C3 /* Pod */, - 524D0249EA90DFA1DB9E9DB61EE1E3D0 /* Support Files */, - 7C39A8B9C14A97471E5E9DB5A6E470A6 /* Video */, + 10130327BA5C2DA4162DFC7443650854 /* RNFetchBlob.h */, + 6899ADA5E7A53EEF2E8989F5687A826F /* RNFetchBlob.m */, ); - name = "react-native-video"; - path = "../../node_modules/react-native-video"; + name = RNFetchBlob; + path = ios/RNFetchBlob; sourceTree = ""; }; - 1283047626403C5C513389AF32FC718C /* Support Files */ = { + 12D5C19BF5EF82193A40275F4B364698 /* Surface */ = { isa = PBXGroup; children = ( - 464ABCA0B3B2C3388680CD5C5E480E3A /* React-jsinspector.xcconfig */, - 214919E23612A309342CC7EED519DD14 /* React-jsinspector-dummy.m */, - D61F4F0461B0C7B5AD28CA775BF8F55F /* React-jsinspector-prefix.pch */, + 85521731C0E82BAEE18B6737FC07E11A /* RCTSurface.h */, + 37D496E318BACA5E432DF554AC4F4F1C /* RCTSurface.mm */, + A721BFF3C23C75052F8B9492B619485F /* RCTSurfaceDelegate.h */, + 2C7D886999D3B062108367A61A84940B /* RCTSurfaceRootShadowView.h */, + 8D335B28893DD4FB9CBBB4BD04C24D0F /* RCTSurfaceRootShadowView.m */, + FC52899DC2FF931EAEEC588D38FFD2AB /* RCTSurfaceRootShadowViewDelegate.h */, + 7011348471FE20941966A31EB86A1CD2 /* RCTSurfaceRootView.h */, + 69666FD732505CBBED4278B6911E1F69 /* RCTSurfaceRootView.mm */, + 7EDDD082B464330E799D615A83BF7906 /* RCTSurfaceStage.h */, + 03F6365F981A98278104844C35794E58 /* RCTSurfaceStage.m */, + AB4C29CB323AD79B00108DC92BCB97F6 /* RCTSurfaceView.h */, + F9E7E368A236F92B2A2143AE0E61601E /* RCTSurfaceView.mm */, + 2DEA620C9EA0662CA8188B8A019981BC /* RCTSurfaceView+Internal.h */, + D7186AA465084043114A558B4719ACC7 /* SurfaceHostingView */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-jsinspector"; + name = Surface; + path = Surface; sourceTree = ""; }; - 129B9631BDC5266932C196368D1635C7 /* crashlytics */ = { + 12E3054D965F427AD0B387467FA2ACEF /* turbomodule */ = { isa = PBXGroup; children = ( - D94E6FCBC75DDF51AEEE3283443DD321 /* RNFirebaseCrashlytics.h */, - 88B72F8FA21C764D08EDCD41F3225EC0 /* RNFirebaseCrashlytics.m */, + 1124DB9747734A40DD367D26B3164E3B /* core */, ); - name = crashlytics; - path = crashlytics; + name = turbomodule; sourceTree = ""; }; 12E5CC1CEB5E512E489E102250A45E0D /* Folly */ = { @@ -7363,6 +7395,27 @@ path = Folly; sourceTree = ""; }; + 1345AFF1F4C0CA8ED2C23A235F6780EC /* react-native-background-timer */ = { + isa = PBXGroup; + children = ( + 376740740C6013934C2D2C4C3466D613 /* RNBackgroundTimer.h */, + 6BCD000B084C33F07D1018B68BE07612 /* RNBackgroundTimer.m */, + BF55371D6600C203FEF423F582C66CC6 /* Pod */, + 370B8238D0F2008CC2B29461937BAF11 /* Support Files */, + ); + name = "react-native-background-timer"; + path = "../../node_modules/react-native-background-timer"; + sourceTree = ""; + }; + 1387BFB021C64252E6E537C552856E1B /* DevSupport */ = { + isa = PBXGroup; + children = ( + 98CF7280E4494CAFA41EF5681F1A3339 /* DevSupport */, + A1674D3F4F6BC671A6FA8F673FB3BE2D /* Inspector */, + ); + name = DevSupport; + sourceTree = ""; + }; 13A7D3A1F20DD6ADF23B6366AF6A9E7E /* Support Files */ = { isa = PBXGroup; children = ( @@ -7373,271 +7426,334 @@ path = "../Target Support Files/GoogleDataTransportCCTSupport"; sourceTree = ""; }; - 15887A623F47936D5CCEA307821AADD9 /* Pod */ = { + 1565FF3FFB161166D0D1969FF11A97E7 /* Support Files */ = { isa = PBXGroup; children = ( - 4F447397074DCECC8E98E4DD96374907 /* React-RCTNetwork.podspec */, + BC2915576A0C1BA9AB1ABAE05C43FDB9 /* react-native-keyboard-tracking-view.xcconfig */, + E8C68042DB3F0FF4772CE1743129A0E9 /* react-native-keyboard-tracking-view-dummy.m */, + 65BD7C4E16758AE2981FC9770DFD296A /* react-native-keyboard-tracking-view-prefix.pch */, ); - name = Pod; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-keyboard-tracking-view"; sourceTree = ""; }; - 16191FB226A8A7FF3E895072D12B9D33 /* Pod */ = { + 15B2DEF5B543177A1F8E88577920856F /* Support Files */ = { isa = PBXGroup; children = ( - D2A03585CC5CFB169458018CFF85C784 /* LICENSE */, - 876EB62D00154FCF978243A8C0A7C1B8 /* react-native-orientation-locker.podspec */, - FD2305ECBADAFB3A58387E2885071B8C /* README.md */, + C646A9FB4E78FDB1E50D7C27884604F6 /* React-RCTSettings.xcconfig */, + 53C9A2C595D11A7BC2AFB1EE1696D0AF /* React-RCTSettings-dummy.m */, + 6B10BC4DC623E7E8F9B359853A4BAB5F /* React-RCTSettings-prefix.pch */, ); - name = Pod; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTSettings"; sourceTree = ""; }; - 17C928C2BC3434F0AB914A53FD5F754E /* Support Files */ = { + 175C857D3741FD5352E39216C56CB3A5 /* Support Files */ = { isa = PBXGroup; children = ( - 7719415B0BAFE759FB2C8D5C5C9369FA /* React-RCTImage.xcconfig */, - F30F7DDD011B6AB4F208D4402C6F7C09 /* React-RCTImage-dummy.m */, - 23A510721DF32D432E5E58DF50E4D051 /* React-RCTImage-prefix.pch */, + F6EFF8D40AB1DD11CFF5D26E984CE458 /* React-jsi.xcconfig */, + EA3F07E414F12BEEC927B8DEB2052DC5 /* React-jsi-dummy.m */, + E23E8EE20821D6CB2F8D9852709FD652 /* React-jsi-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTImage"; + path = "../../../../ios/Pods/Target Support Files/React-jsi"; sourceTree = ""; }; - 19F8FB735B2A2F3F1E7B0FC1C6277004 /* FBReactNativeSpec */ = { + 17C699CBEAC3958A3C560C22C7DCA54C /* RCTWebSocket */ = { isa = PBXGroup; children = ( - 9200C65635874B7E2D59DA1BC43B433A /* FBReactNativeSpec.h */, - 299DB64B3EEC7C3C81D7A8C926308FA2 /* FBReactNativeSpec-generated.mm */, - 4340AD944D465EEF65BE1F7F55D40E1E /* Pod */, - 0F0355BF639C34C87036C30995B1DA3F /* Support Files */, + 648F4671C090AF0D1BB856C9CE47D844 /* RCTReconnectingWebSocket.h */, + E1251CBDE8860561DD5910E8E656DC58 /* RCTReconnectingWebSocket.m */, + 5844A0FE7DDB69BB590C06537E33F6EA /* RCTSRWebSocket.h */, + 46F785FC6BE4C93C4428F3E878972C93 /* RCTSRWebSocket.m */, + 1A8F64966084460A5F87B3069F60A62E /* RCTWebSocketExecutor.h */, + 0F66BBE1A07E636260773B518C925E0D /* RCTWebSocketExecutor.m */, + 6514065C7013F4129CDF0D2B80B8F9AB /* RCTWebSocketModule.h */, + 3A3145839A7C510D17ACA9EB17A508F5 /* RCTWebSocketModule.m */, ); - name = FBReactNativeSpec; - path = "../../node_modules/react-native/Libraries/FBReactNativeSpec"; + name = RCTWebSocket; sourceTree = ""; }; - 1A87703181B365F3C977C5A0EA6D5BC2 /* Pod */ = { + 19D611FF406673133EA9F0113EE7DBD6 /* Pod */ = { isa = PBXGroup; children = ( - 3B3177B1C24FACB84DF469E7BAF8E7C9 /* UMCameraInterface.podspec */, + 30AED7ACF82DEE049531C434F92D25C5 /* UMFileSystemInterface.podspec */, ); name = Pod; sourceTree = ""; }; - 1A9D27323BB8BB75F3E1611E4F19AF74 /* Pod */ = { + 1A183DF90F8968A6415EDFD6968CAC15 /* Singleline */ = { isa = PBXGroup; children = ( - B03A5E063D8E76CFB696B3B052B612E5 /* UMConstantsInterface.podspec */, + 11F288A2F95BEE9530487875BA76B166 /* RCTSinglelineTextInputView.h */, + 3F018339FAC701606A5962892446917A /* RCTSinglelineTextInputViewManager.h */, + E874AF59A998B487AD511A1ABB25F5CD /* RCTUITextField.h */, ); - name = Pod; + name = Singleline; + path = Singleline; sourceTree = ""; }; - 1AB1040418D4E3500B764E962A221A7C /* Profiler */ = { + 1AC391F95EAF3581F64D371FE3F0623E /* Support Files */ = { isa = PBXGroup; children = ( - B384E5858546AB5932A7EC9E6B7E280A /* RCTFPSGraph.h */, - 85DF79FC11F6F499BD4B5E580BA98DC2 /* RCTFPSGraph.m */, - E2A875767FBBF801A7E11E158C2A3E0B /* RCTMacros.h */, - 5683BD59AEAF94F824EB1B702529737C /* RCTPerfMonitor.m */, - 17C0B954E85FC75B7EFBDDFCB4506E4D /* RCTProfile.h */, - 96A6980E874057DC910E795C21713E96 /* RCTProfile.m */, - 1E38F27EE3D1DDF70053DD09AB23EC0C /* RCTProfileTrampoline-arm.S */, - 1C854232F42E0E0381F21A2CDDF9FDB3 /* RCTProfileTrampoline-arm64.S */, - 2D0609493E013F3C877E594E8FA8BE27 /* RCTProfileTrampoline-i386.S */, - CFC75F75889338CAF49CA530BB3F311E /* RCTProfileTrampoline-x86_64.S */, + FC2F8EF0A5032A111203FD17C902387C /* react-native-webview.xcconfig */, + 507A9CD62E7E0ED77FD87123F8BC1D17 /* react-native-webview-dummy.m */, + B589CF8A4CA0E0841D1FD44EF1AD7E1C /* react-native-webview-prefix.pch */, ); - name = Profiler; - path = React/Profiler; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-webview"; sourceTree = ""; }; - 1AF73C6C4BD582C4CE0CE18DAABD4FBA /* TextInput */ = { + 1CC389EBE4E012955990EACCF11CCE8D /* Brushes */ = { isa = PBXGroup; children = ( - 09EE574DAD4B7AD8E9A5DADA2E42228D /* RCTBackedTextInputDelegateAdapter.m */, - BF06209450F32BBCA280359DC01AD407 /* RCTBaseTextInputShadowView.m */, - 174B066C4F232B044FD1B4BDDABE8252 /* RCTBaseTextInputView.m */, - 409404084C453D06E24ECEEE5E16CD11 /* RCTBaseTextInputViewManager.m */, - 59F57304B8E6F2DF74420AFC132DC25D /* RCTInputAccessoryShadowView.m */, - 1D0D589E14519AC73BEE3A160AADA88D /* RCTInputAccessoryView.m */, - E1582A14837CD50EEAC15B8F48CF8B99 /* RCTInputAccessoryViewContent.m */, - B1D78552BC13412851EEBDA20713319D /* RCTInputAccessoryViewManager.m */, - 6FE80290C34F979904EF564E10AA0F34 /* RCTTextSelection.m */, - FA12B7132F7F975661623918126D8AC3 /* Multiline */, - 89691D7B11A794F119BF8340CCCE163E /* Singleline */, + 5E0BF09D18B02F76DE168725649B8919 /* ARTBrush.h */, + C09769B889D585B25123ADBD7A7CD6C9 /* ARTBrush.m */, + B16AC2EF6A398FE442911F0117580557 /* ARTLinearGradient.h */, + 6B1D65FF8C4B396FD5C38A82326B57A0 /* ARTLinearGradient.m */, + C59C9E1ED777E8840EFAEF83A2136E4A /* ARTPattern.h */, + 5FC1188133E34002FE926B814FFD4F7F /* ARTPattern.m */, + 95B2FDF15E958BD550514629ED12FCE9 /* ARTRadialGradient.h */, + E3A1098EBCDE3BCA305B2C3532435A27 /* ARTRadialGradient.m */, + AF36BA173DAC16B6752560DA6C589D13 /* ARTSolidColor.h */, + DFDD14B06EEEF1C2F67D4ADE74A7BE4A /* ARTSolidColor.m */, ); - name = TextInput; - path = TextInput; + name = Brushes; + path = ios/Brushes; sourceTree = ""; }; - 1D9095A3B30C3C007FE4DFD3DD75F8D5 /* Support Files */ = { + 1D3B57788AFC65D4DABA71C326E7F548 /* admob */ = { isa = PBXGroup; children = ( - C75E1C5FEF410A767A34D685A2AB9BDE /* React-Core.xcconfig */, - 3711D94159E3D7F15972750F9C35469D /* React-Core-dummy.m */, - 066477951B48CE2421C5CBF1DB14E431 /* React-Core-prefix.pch */, + 8F55EF5B86D639922930718542CD41AC /* BannerComponent.h */, + 66DCF78FF29B5034CB35462DE59C9CB0 /* BannerComponent.m */, + 8E0EA0031DB63EAE15AB38336CF8E726 /* NativeExpressComponent.h */, + 1BD3D1EC454A8DA7AEB60766C0E7F1B4 /* NativeExpressComponent.m */, + 44345A5B0F688A2B03E86405E05735BE /* RNFirebaseAdMob.h */, + 5AEC7F1532B4BC10C183F52ACE1F3907 /* RNFirebaseAdMob.m */, + D1D2A18A4AF68367EA0B222A3D3A22F1 /* RNFirebaseAdMobBannerManager.h */, + 24B8954C5F7F99D4660C00ED53B77E76 /* RNFirebaseAdMobBannerManager.m */, + 87591D61CE8EE2554C0B0C4C99897D80 /* RNFirebaseAdMobInterstitial.h */, + 1E90A14D44CEB57B6ABF3628DC14710B /* RNFirebaseAdMobInterstitial.m */, + 2CE5196E94E77DA2B23DCF8C1156CF42 /* RNFirebaseAdMobNativeExpressManager.h */, + 5DE7923A6161B4C4C94F7B2C0CF2CC08 /* RNFirebaseAdMobNativeExpressManager.m */, + 9E43FCF6C6A2394803163BC0789288D0 /* RNFirebaseAdMobRewardedVideo.h */, + 103E48DFA639CB74C0270DA4E87BB247 /* RNFirebaseAdMobRewardedVideo.m */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/React-Core"; + name = admob; + path = RNFirebase/admob; + sourceTree = ""; + }; + 1D4C40B8D64E60B2A75CC08398D3CA56 /* Recording */ = { + isa = PBXGroup; + children = ( + 02E28655F303FA4B266C3EDB931D825D /* BSG_KSCrash.h */, + 1C19B21CADA200A8C334B4482955DCA3 /* BSG_KSCrash.m */, + 1E1C61BC4A38893880B9443CDABB5F51 /* BSG_KSCrashAdvanced.h */, + C05ED0BE917D2560B973609670716D5D /* BSG_KSCrashC.c */, + EF827E5BE305584E155D5F6427A03DD4 /* BSG_KSCrashC.h */, + 6C9604764AC46717956C55B4C07944C7 /* BSG_KSCrashContext.h */, + 3C2874550A34A16EB9474246542FFF9F /* BSG_KSCrashDoctor.h */, + 732070CB6A352AFA965CC4A88B14B1DB /* BSG_KSCrashDoctor.m */, + 0DF2A0FFF5E8791669F3D2E2AF773864 /* BSG_KSCrashIdentifier.h */, + B82A60DD9D4A8E559A3929AF8AF67DD6 /* BSG_KSCrashIdentifier.m */, + D95B2ED247431D79446B64AB419EF7B0 /* BSG_KSCrashReport.c */, + 695AB336C2AF9A4D004B31D52CC2770D /* BSG_KSCrashReport.h */, + F2BFC25A5AB80C1FC674DF0F818E9D45 /* BSG_KSCrashReportFields.h */, + 0C9A106AB57C72DF38208610D5C94CD8 /* BSG_KSCrashReportStore.h */, + 87414B7294F403853DE2368350B6C33A /* BSG_KSCrashReportStore.m */, + C86EDF595F0DFBB297228797E700FBDA /* BSG_KSCrashReportVersion.h */, + 83622DB02DF72F4E2CBC80DB010A403B /* BSG_KSCrashState.h */, + C339D64850A3FAD95E6665BB768F81EF /* BSG_KSCrashState.m */, + 9A16AF3236906B4F2140C62728D33102 /* BSG_KSCrashType.c */, + DE36B5CAA7CDA5BBF4B669040872C2AE /* BSG_KSCrashType.h */, + 32D14305860319B697AE0AB00F39CD1C /* BSG_KSSystemCapabilities.h */, + 16F66B4A890D41455A4C7CB754BFFF2E /* BSG_KSSystemInfo.h */, + B638103507F939F356DBCC7610FC8D00 /* BSG_KSSystemInfo.m */, + 669A06DF73F139E4DFC6BDFFAFF8E73D /* BSG_KSSystemInfoC.h */, + 7652E9FD9DD10CD4C234DDFF9BFE15B6 /* Sentry */, + 412047B0003E17A8E6FBC1E6C1028B13 /* Tools */, + ); + name = Recording; + path = Recording; sourceTree = ""; }; - 1F15BEE4E27B44221A03689700B50682 /* Support Files */ = { + 1D59D592779177050908051703591889 /* RNReanimated */ = { isa = PBXGroup; children = ( - 4AD67A70327FDCCC913898360E063F69 /* React-jsi.xcconfig */, - 6DE0B56F032CC900BA568EE3A5F53A9E /* React-jsi-dummy.m */, - ECEB113579B22F8F88902146D58BD616 /* React-jsi-prefix.pch */, + DCEDB36BB4A678BBD50E71562039CDBE /* REAModule.h */, + 1D880D717ECAB3E16052C95823822D76 /* REAModule.m */, + C482E985D026AAF2698642ED5EA8B7C3 /* REANodesManager.h */, + 2C7065778189B42A77ADA63EFF8CC2B1 /* REANodesManager.m */, + A72AA6C8BD5B8102B102E7BC86812871 /* Nodes */, + 3A05816F2B15E936A9EA1F2D78B72037 /* Pod */, + 4C30909A270A0E8FE7F9EB8E8B7FC249 /* Support Files */, + FF8878B85553517DCAA39B6F1C94141D /* Transitioning */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-jsi"; + name = RNReanimated; + path = "../../node_modules/react-native-reanimated"; sourceTree = ""; }; - 1F1D2421669C7288D6A492641DB97406 /* Text */ = { + 1D893DB28FE45FB52801579F474BB6E5 /* Support Files */ = { isa = PBXGroup; children = ( - DCD0E6529E9841D6C85997AB91B4B18D /* NSTextStorage+FontScaling.h */, - 444FD0BF1AB213D078F9B010C660DF17 /* RCTTextShadowView.h */, - 3278C46B12DB44947D0BE2C1C4D94AAB /* RCTTextView.h */, - FA1954F4F2B6C752A44608FDD6E9942E /* RCTTextViewManager.h */, + 21DB74929AB9303816B8288C85975A3D /* UMConstantsInterface.xcconfig */, ); - name = Text; - path = Libraries/Text/Text; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMConstantsInterface"; sourceTree = ""; }; - 202304C596A298E5C9ADCE2B152D1206 /* RCTCustomInputController */ = { + 1DCEA5FB8800BDBA5DB2BF8A479D06AE /* Support Files */ = { isa = PBXGroup; children = ( - 268BBD0CB874980641E402FA75B54932 /* RCTCustomInputController.h */, - F7365B28A2A1507AC15C7C3C948E0307 /* RCTCustomInputController.m */, - 0A718148264A5FCE75ACD866F4B40602 /* RCTCustomKeyboardViewController.h */, - 3B0E798A56580A2D2AE9984C2CD43074 /* RCTCustomKeyboardViewController.m */, + B8C04276F01C796BDAAC327EF3EC3586 /* RCTTypeSafety.xcconfig */, + 71269513F2EE21B080F22743962183F8 /* RCTTypeSafety-dummy.m */, + 113F8D728C39AF9A1A219113EB270B74 /* RCTTypeSafety-prefix.pch */, ); - name = RCTCustomInputController; - path = lib/ios/RCTCustomInputController; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/RCTTypeSafety"; sourceTree = ""; }; - 20646E28623429D3A257F4EAC59A72E8 /* Reporting */ = { + 2013724E0E6E6420717AA8B980144EC2 /* UMConstantsInterface */ = { isa = PBXGroup; children = ( - 68DF5AE3F8418E1F71234224EA64EA03 /* Filters */, + B0DE3DB10E66A087A0BEA31493A76984 /* UMConstantsInterface.h */, + B58072F068CC63AF295DA67E346E727C /* Pod */, + 1D893DB28FE45FB52801579F474BB6E5 /* Support Files */, ); - name = Reporting; - path = Reporting; + name = UMConstantsInterface; + path = "../../node_modules/unimodules-constants-interface/ios"; sourceTree = ""; }; - 211D05E0527DF10B1C4716BC703A0035 /* Pod */ = { + 201B97778ABA3794B02410228F7C3325 /* FBLazyVector */ = { isa = PBXGroup; children = ( - BA67F8B24E16E5E8DC7A7EBF64631AB9 /* EXHaptics.podspec */, + 3E3345229877684D02F9ADE91F7C69EE /* FBLazyIterator.h */, + 98F70FE731524BBE1DE9DC85D553BFB2 /* FBLazyVector.h */, + 327710842D5BB9876621025DAC1028CF /* Pod */, + 415B485AAD08B3E290A29CEB75D9AF6C /* Support Files */, ); - name = Pod; + name = FBLazyVector; + path = "../../node_modules/react-native/Libraries/FBLazyVector"; sourceTree = ""; }; - 21BA86A999AEE7558DFCD0866E7AE415 /* TextInput */ = { + 20B66AA56B38AD1598E3893F6076A2AC /* links */ = { isa = PBXGroup; children = ( - 477C84944CA93ECD923D49B6D5DE0612 /* RCTBackedTextInputDelegate.h */, - 5AE4E6D37C942F20AE082A5C3E8EE42F /* RCTBackedTextInputDelegateAdapter.h */, - 6E398C60B85FD0481103C79C6EAE25AB /* RCTBackedTextInputViewProtocol.h */, - 6AB9EF3B0D94BB66C0A7D8CDA41D8E19 /* RCTBaseTextInputShadowView.h */, - D912E9C8CDC30A2DC90C787F99DA9738 /* RCTBaseTextInputView.h */, - E97DB02C97D26B7C40BCF28A04258E58 /* RCTBaseTextInputViewManager.h */, - 5210BEE1B83C6FAA39C29DD8643A61F6 /* RCTInputAccessoryShadowView.h */, - 49530A68CBFCAFB1CEFCDAA9F42B50D8 /* RCTInputAccessoryView.h */, - 287650BECBB76C9B1FF6B790694E0A37 /* RCTInputAccessoryViewContent.h */, - AC7A405C6401DDB6C9AF3DB85F834C14 /* RCTInputAccessoryViewManager.h */, - B316B81E4609D922262AAAB60412C3D1 /* RCTTextSelection.h */, - 4F490A99B0D7E8C0D51BACA682B7E4BE /* Multiline */, - CDB148105AC3BFFC6810D5263F4F7A8B /* Singleline */, + 31A052B3F4E860BC4D0F45D81EDEEA7F /* RNFirebaseLinks.h */, + 0B302054ACE74FCBA4C902A5DCE51802 /* RNFirebaseLinks.m */, ); - name = TextInput; - path = Libraries/Text/TextInput; + name = links; + path = RNFirebase/links; sourceTree = ""; }; - 21E1DD8F6DAC381FB67443355ED63826 /* Pod */ = { + 221A251D892A82CE8567B4BF591BD41A /* Reporting */ = { isa = PBXGroup; children = ( - 42AC7169A5DDA2C524AF202DC77E1B59 /* BugsnagReactNative.podspec */, - AFE0D33358500033F77E73E3E82DB8B8 /* LICENSE.txt */, - 92C99F31D68C55CC93087FAFB6844704 /* README.md */, + 02AFC76D1AB6A482EF941AC1476060CB /* Filters */, ); - name = Pod; + name = Reporting; + path = Reporting; sourceTree = ""; }; - 21FFF566E3710B337AFFBCB0E764583D /* Support Files */ = { + 235A11A2CA90024CA10D2CAF1CDECF3C /* jsi */ = { isa = PBXGroup; children = ( - FF51B230FBFB8050E8A355161CFDD94E /* EXPermissions.xcconfig */, - BBA25B8D8C16C2EE29DB8BA456371398 /* EXPermissions-dummy.m */, - C9C92D2550165FDF90016110C2484856 /* EXPermissions-prefix.pch */, + E782B7E2D156D244D0167F1C739ADB06 /* decorator.h */, + 1131E24E1B1C97E521A1757B2D4658EF /* instrumentation.h */, + 0687BC2E5764737D16960DF0D62AFAEC /* jsi.cpp */, + A004E8F9689F31C828C350275623F6E3 /* jsi.h */, + 9724C58E6FD7F12E0B1E7BA188AEC6FB /* jsi-inl.h */, + 03ED1D7063D6A4F5E65CBC1E0BB1B9D4 /* JSIDynamic.cpp */, + BCA011A7740C57FD503381B6B46B4BF4 /* JSIDynamic.h */, + 2B5F68049BBDF35F02DD601208D15093 /* jsilib.h */, + 8981B742FE7F8B1009CBC18E4F1F1E40 /* jsilib-posix.cpp */, + CF430C02D4BA0FEF3E12AD4A03135469 /* jsilib-windows.cpp */, + EB0BB67D4886636444133D59D9DC41DD /* threadsafe.h */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXPermissions"; + name = jsi; + path = jsi; sourceTree = ""; }; - 238E3B7A65AEB87A990C8432231C959C /* Support Files */ = { + 25090587E4D53F6C76AE7B33CF4AC0DC /* Support Files */ = { isa = PBXGroup; children = ( - 8DDF27115B4335EEEE7D7F690F0929AD /* UMTaskManagerInterface.xcconfig */, + 269C1382F849D90EABAC84010395D690 /* EXHaptics.xcconfig */, + 126A0865B4292828C00D20223DA85745 /* EXHaptics-dummy.m */, + CD52D5CB058CAA25775914E3F13A69C4 /* EXHaptics-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMTaskManagerInterface"; + path = "../../../ios/Pods/Target Support Files/EXHaptics"; sourceTree = ""; }; - 24D5554B760ACD07C9B2186588B9A66B /* Support Files */ = { + 250BCAC422E5AB571F59368A503019F0 /* Nodes */ = { isa = PBXGroup; children = ( - 8EE4BE67037C8C3B3579ECDCD9B7C2A9 /* React-jsiexecutor.xcconfig */, - 5B3325F6C4A1A04B8F1C8AB907EEC24E /* React-jsiexecutor-dummy.m */, - 74B463CFBED62B5B2B498765818BBE90 /* React-jsiexecutor-prefix.pch */, + 00A34303E9F2D4DAAC1B6C0F8854425C /* RCTAdditionAnimatedNode.h */, + 76E4E2C00B4F6D7E17BCF98CC704F1AB /* RCTAnimatedNode.h */, + FBFEED4D82C8991A37F40A7C3461350C /* RCTDiffClampAnimatedNode.h */, + E8F371D523F9A452748AF5E179E761F1 /* RCTDivisionAnimatedNode.h */, + 2518AAE93C0C1EB79ECBCC2856756BB0 /* RCTInterpolationAnimatedNode.h */, + CB287C066F73F9B18A6E3A23738A1688 /* RCTModuloAnimatedNode.h */, + FB5A8D379035626234A5177F4D7974FD /* RCTMultiplicationAnimatedNode.h */, + 8F77CB90507B4A27C139F072806CE24F /* RCTPropsAnimatedNode.h */, + B7FB8BCFFA6BD697301D1807A77F7D98 /* RCTStyleAnimatedNode.h */, + E16F9DAEB7D05D8C1FC64E291DBE83C0 /* RCTSubtractionAnimatedNode.h */, + 7E74EDA1EAA0BC929D6C3AF0AD6CAE80 /* RCTTrackingAnimatedNode.h */, + D37439C0115B06DC3CDE761AC6F99344 /* RCTTransformAnimatedNode.h */, + 339068EC3B3B2396B833B00F1919EC58 /* RCTValueAnimatedNode.h */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-jsiexecutor"; + name = Nodes; + path = Libraries/NativeAnimation/Nodes; sourceTree = ""; }; - 24D5BA2EBE22CDB1EE0C90146988075B /* Pod */ = { + 254E06A8DF5E08723326641FE2920DB9 /* RCTTypeSafety */ = { isa = PBXGroup; children = ( - 2AD54B237B77BB56F5C7DA1CB4627A09 /* LICENSE */, - 564CA59E047E052071A94E3B9E1EE01F /* README.md */, - 09A2AC691820BA94DD0F244DB6D6E786 /* RNBootSplash.podspec */, + 231C36653E87C0CDFBD0C1E1218DEC2E /* RCTConvertHelpers.h */, + 9A28B5D073990FAAF8A12A5EE68E5743 /* RCTConvertHelpers.mm */, + D497300E6E298D9DADF8C01E08ED82D7 /* RCTTypedModuleConstants.h */, + D35E004EB2154009985579EF4FF8557B /* RCTTypedModuleConstants.mm */, + 9D6870ACE4D4852F176F79608D33507D /* Pod */, + 1DCEA5FB8800BDBA5DB2BF8A479D06AE /* Support Files */, ); - name = Pod; + name = RCTTypeSafety; + path = "../../node_modules/react-native/Libraries/TypeSafety"; sourceTree = ""; }; - 27578AAA8B10C79C9233311F24A0CD40 /* RNImageCropPicker */ = { + 2685E795ECCAC2E5E1044675154105E1 /* Support Files */ = { isa = PBXGroup; children = ( - F1B007A4F0264B00BE2EBDB3E43EF100 /* Compression.h */, - 794BA5643428B87EAAA55E7C466C178E /* Compression.m */, - 5EE8C79DA443432EA357DFEEB6C05B4E /* ImageCropPicker.h */, - 89E859BF7FD662F7D787D8549B001AF7 /* ImageCropPicker.m */, - AC50FAD51606C7A7BDC77BEFDC97ACF6 /* UIImage+Resize.h */, - C550F27B5025D7535A042C37C8B851F3 /* UIImage+Resize.m */, - 0949BF5692E90AEA37AF6880D9A1D131 /* Pod */, - D38970B99893F0F5EFA1B3937ACFEDB8 /* Support Files */, + 3121AD61FA1D3134C50CF35E624BED12 /* React-RCTText.xcconfig */, + D436F31DE7391A6130777FA30E9A7DBF /* React-RCTText-dummy.m */, + 05108E6EE6BE510CE269913F8F91F4DD /* React-RCTText-prefix.pch */, ); - name = RNImageCropPicker; - path = "../../node_modules/react-native-image-crop-picker"; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTText"; sourceTree = ""; }; - 27598BEE044A767AEB2CB0E389AF8C7E /* Support Files */ = { + 27EA7AFC73E21A61DB059BDEC73BDA80 /* EXConstants */ = { isa = PBXGroup; children = ( - CA70C3AE3EBEFFB8882CD01A76450570 /* React-RCTVibration.xcconfig */, - 1870B42FA1BF7FABF1ADF818582505D1 /* React-RCTVibration-dummy.m */, - 934EAEB70F86444DAC2278D8DD5B28E4 /* React-RCTVibration-prefix.pch */, + E25729254AAC6A69173C349D7E0D6E86 /* EXConstants.h */, + B4129F213C0A47C50637C40270C3EEC6 /* EXConstants.m */, + 6F6A572FD916C3EFBE86003DC40EC8CB /* EXConstantsService.h */, + EFB3D19F47C6D6017E8ED64B981D9A76 /* EXConstantsService.m */, + 71EC560FF5155A62C3B9D001C16640FD /* Pod */, + 3B266CB770BCBFA81409D1219950724D /* Support Files */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTVibration"; + name = EXConstants; + path = "../../node_modules/expo-constants/ios"; sourceTree = ""; }; - 27CA2E075B22223434B0DBA7E6A5C08B /* Support Files */ = { + 28BF32C139DF04884CD90ACDFCD5549F /* VirtualText */ = { isa = PBXGroup; children = ( - D3F4AF856E6308B210B2E961297B1E8F /* RNVectorIcons.xcconfig */, - 46458FC5BA171238711C4452D9FFE1BC /* RNVectorIcons-dummy.m */, - B381E2FEF7F3ADCD9C7A47EF386EEF75 /* RNVectorIcons-prefix.pch */, + 70D5D988EA411B4A762A3CA9886ECB68 /* RCTVirtualTextShadowView.m */, + 245FEA8FEA77979C1D2F585404534DDE /* RCTVirtualTextViewManager.m */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNVectorIcons"; + name = VirtualText; + path = VirtualText; sourceTree = ""; }; 2917A1F1577820FC43DB67455A33C871 /* FirebaseAnalytics */ = { @@ -7650,429 +7766,381 @@ path = FirebaseAnalytics; sourceTree = ""; }; - 29894B1C683AB87264702A8084C978C3 /* Pod */ = { + 29D3B2394D24DE8B6272F728F50A5633 /* Support Files */ = { isa = PBXGroup; children = ( - 5E8DFF222B5CFFA8BEB02227180255E9 /* EXAppLoaderProvider.podspec */, + D9F7CC56299F47549B3A2A7A1C365F7E /* React-RCTNetwork.xcconfig */, + 70EADC0A08F79C918C0BAF66E7927788 /* React-RCTNetwork-dummy.m */, + 50B18DBD81F97A760F9FBCEDF9608700 /* React-RCTNetwork-prefix.pch */, ); - name = Pod; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTNetwork"; sourceTree = ""; }; - 2A2C4F272DF334CCDA5D6BC991FFEF81 /* Support Files */ = { + 2AD7F91BB2AD3BFD021E878CF8C6BA2F /* Support Files */ = { isa = PBXGroup; children = ( - 8B5ADC31FD186B9A7FF39AB89C8645E1 /* UMPermissionsInterface.xcconfig */, + 2F7BF5F2708FFF6188752E6CD2822D4F /* react-native-jitsi-meet.xcconfig */, + DE4410FDD298C6F13D3C7BE207BDB250 /* react-native-jitsi-meet-dummy.m */, + FF120B0B207A705908FD59694157169C /* react-native-jitsi-meet-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMPermissionsInterface"; + path = "../../ios/Pods/Target Support Files/react-native-jitsi-meet"; sourceTree = ""; }; - 2A9B334F7891442C5FC8795C70851FE8 /* Transitioning */ = { + 2AE88AB61F395C6FA741286E600FCBC5 /* react-native-slider */ = { isa = PBXGroup; children = ( - 1BAC6664866FB387533C5CDFDDB9F619 /* RCTConvert+REATransition.h */, - B71804FD00A9A9347B390533972DE489 /* RCTConvert+REATransition.m */, - 96B8735479A382DAE21A14676BF542A6 /* REAAllTransitions.h */, - C807C7EA8D2619B6AFCB7F3C9AA5B4AD /* REAAllTransitions.m */, - B73D457C80055C29A2EEBCF847D13208 /* REATransition.h */, - 9974891C36F24ED4765E0B1AB9DD4F55 /* REATransition.m */, - 4B8DE89B4C8E0A59F30BD89DC6F21CD9 /* REATransitionAnimation.h */, - 816FB35DC5903426E821F1995F565692 /* REATransitionAnimation.m */, - 5EEA3E81725D3EF276A1B3A6B2FF4EF9 /* REATransitionManager.h */, - A00827AE4E0526B2442C2B9ADA956E4F /* REATransitionManager.m */, - 184580D07CC78549E4FF02C303DCCE37 /* REATransitionValues.h */, - B48A2EA23D4C0A5B39EA740A1B4C0B0C /* REATransitionValues.m */, + 8438160077E7E0BA1F913EFBFB625985 /* RNCSlider.h */, + E7D390A69882D325C6089C3F443824DE /* RNCSlider.m */, + 1422A2545201934140615DC57265774B /* RNCSliderManager.h */, + 4BCDAFB5FEE55DC2B178EE4192F32D84 /* RNCSliderManager.m */, + E63AC5064A0F85C06C923264BD85C8D2 /* Pod */, + 0DD1B0DBE654EE80A649A1BAB1C9236E /* Support Files */, ); - name = Transitioning; - path = ios/Transitioning; + name = "react-native-slider"; + path = "../../node_modules/@react-native-community/slider"; sourceTree = ""; }; - 2B6607975CF25B79D39C70A068AC3C45 /* auth */ = { + 2CD396D75A948581A553688D0ADF14B0 /* Support Files */ = { isa = PBXGroup; children = ( - 8985DAE76335A3D2EE53D18D85CD06DA /* RNFirebaseAuth.h */, - F7E94DB59A7A62971D17CD5DE52D1FEA /* RNFirebaseAuth.m */, + F26EF841033E12B745CCB8B72B39BBF2 /* react-native-appearance.xcconfig */, + B2887512486E40A0E1D693596F2A86E0 /* react-native-appearance-dummy.m */, + 09BEA86EF8BD0CE3494D7FF0C26FC39E /* react-native-appearance-prefix.pch */, ); - name = auth; - path = RNFirebase/auth; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-appearance"; sourceTree = ""; }; - 2B86D76D50C98BAD775CE65BC94BA3A0 /* Nodes */ = { + 2CF6ABCAC6D42971B445C61E4FE92425 /* storage */ = { isa = PBXGroup; children = ( - 20261AF839A266429005BC132E5BD885 /* RCTAdditionAnimatedNode.h */, - 76C121310544F2A6D7A670B54988D90D /* RCTAnimatedNode.h */, - 6388FD3376A8816F4CB9B795094C3949 /* RCTDiffClampAnimatedNode.h */, - 2FD7AD9E9FA9A97DD7A667546ACD3376 /* RCTDivisionAnimatedNode.h */, - 2E219AE5CBEEF48D96AE1DC1EE0373CB /* RCTInterpolationAnimatedNode.h */, - 8E3ABE8DDE076301985B03E9838E6E92 /* RCTModuloAnimatedNode.h */, - 8FA886917FBAD8DFD01E5AC78D026B6F /* RCTMultiplicationAnimatedNode.h */, - 95D28D86D978E3AD6F7BB3C1D1882D04 /* RCTPropsAnimatedNode.h */, - 0A7740F5C04592BE2D469E4D7225DB5D /* RCTStyleAnimatedNode.h */, - 02A7A9BF12845DD2BB38B8AC584F82D0 /* RCTSubtractionAnimatedNode.h */, - AD28747ADBEDA87050DFAAA974028548 /* RCTTrackingAnimatedNode.h */, - 25911C20351B3EFCDBD5A6B009CF4574 /* RCTTransformAnimatedNode.h */, - E87031255BDDC756EF8EA2445A305577 /* RCTValueAnimatedNode.h */, + 52AFD334AA8214D02FB38BDC3486ADFA /* RNFirebaseStorage.h */, + 612B3EEEB038E8254EC8C5DFC02C099D /* RNFirebaseStorage.m */, ); - name = Nodes; - path = Libraries/NativeAnimation/Nodes; + name = storage; + path = RNFirebase/storage; sourceTree = ""; }; - 2D20F20D5DED1BE4DAA9F2CF58148BD0 /* Drivers */ = { + 2DEE3B899BD79034BD527CC050CE7D38 /* Video */ = { isa = PBXGroup; children = ( - 45EFD1F68CE757CFF269AEA583107427 /* RCTDecayAnimation.m */, - 866B8BEC747C62D75D22399E190F5E3F /* RCTEventAnimation.m */, - FED985EFD2C3BD5B54AC82F3008B095B /* RCTFrameAnimation.m */, - AF839FCA4112FDEBE1C800CE2B88ED24 /* RCTSpringAnimation.m */, + E0E13CF52FEFC5180310B28844F8ADAB /* RCTVideo.h */, + A52A82D199C2C92060C008F7E0B8B753 /* RCTVideo.m */, + 321A319AC4EFD2FA0962E6DE2CD5831D /* RCTVideoManager.h */, + 8BE2D6F0D39E3FF22EEAEED7F3DF7962 /* RCTVideoManager.m */, + BCDA9F21BEF4DCF82631A7CFA63D6539 /* RCTVideoPlayerViewController.h */, + B629D48036C36AB276A79583DB01A8B8 /* RCTVideoPlayerViewController.m */, + F409B5295FD625EDC00BB50DF34E3B17 /* RCTVideoPlayerViewControllerDelegate.h */, + 35020FE54706BAF85A6BC347A41928C0 /* UIView+FindUIViewController.h */, + 90C5BBCE4DC80182AD9E939D1BC6803D /* UIView+FindUIViewController.m */, ); - name = Drivers; - path = Drivers; + name = Video; sourceTree = ""; }; - 2D5EFDAAD51FF4E808F66007D18F30B0 /* React-CoreModules */ = { + 2F1CBFA581CF918F058D1ED156E5D027 /* RNGestureHandler */ = { + isa = PBXGroup; + children = ( + 8604DC591B297EF2F314279B0B3A08B9 /* RNGestureHandler.h */, + 46723F72F82E2478C6CEAF33A238B7F9 /* RNGestureHandler.m */, + C11E4F9CF37386947B16DBD3ECB36762 /* RNGestureHandlerButton.h */, + BF1A35C5C8159E8B3F525C3DEED88FBD /* RNGestureHandlerButton.m */, + 05B7646FBCC8E5601DFFD853BF27B6C8 /* RNGestureHandlerDirection.h */, + B3A4F1A1A2D3902A6DB1B3E967F3C62D /* RNGestureHandlerEvents.h */, + E0747BEFD270B12C90743EEAF41B980C /* RNGestureHandlerEvents.m */, + 689C4E996CF7C4FC07E1B6D536786D8C /* RNGestureHandlerManager.h */, + 7BF56261B24C4FCD0425D1FC3053C4A0 /* RNGestureHandlerManager.m */, + C0AE17A4FA6AC1FE1739DBF4BD3B2D74 /* RNGestureHandlerModule.h */, + A35B77B88D2899E2E0ABDACED21D139E /* RNGestureHandlerModule.m */, + F2E25775A45842E9088779C54A85CD2D /* RNGestureHandlerRegistry.h */, + 8A6B04011303E79129FE13F3F74FB219 /* RNGestureHandlerRegistry.m */, + 838B93A618D8D752DE12F37AA1EC09FD /* RNGestureHandlerState.h */, + 62E4E59A09DDE4E1DCF2E944C8CDC633 /* RNRootViewGestureRecognizer.h */, + 99D408B5DB759F7886CEE8BF37C816D2 /* RNRootViewGestureRecognizer.m */, + 6E7CFE9263A0CD1BAA2FAAE82DB7EB7F /* Handlers */, + C2BB55D6891A41DB75909032BE8A0D2F /* Pod */, + C83BB51A4C5C1F0626FAE03E3CEEC443 /* Support Files */, + ); + name = RNGestureHandler; + path = "../../node_modules/react-native-gesture-handler"; + sourceTree = ""; + }; + 327710842D5BB9876621025DAC1028CF /* Pod */ = { isa = PBXGroup; children = ( - EE98AE4383C426AEE9E1E31E0EF5F37B /* CoreModulesPlugins.mm */, - A81226598200B10C2B987E3266FCF849 /* RCTExceptionsManager.mm */, - 3AF4F25F2C55008268BC35CA2A9EB7EB /* RCTImageEditingManager.m */, - 8012D5582D3EC343EBE5BAD309CFA435 /* RCTImageLoader.mm */, - 4079355BB2F2437C8076FEFA38B1E6F4 /* RCTImageStoreManager.m */, - 793A542DDEF956C411C64BDB67CA815C /* RCTPlatform.mm */, - E60E2A3155025C2CA6A1D749A142BDB3 /* Pod */, - B49D64535E03ADD2A23158ED412F4CE9 /* Support Files */, + 4D0387CE37C2C57BCA2DB2849ABCB040 /* FBLazyVector.podspec */, ); - name = "React-CoreModules"; - path = "../../node_modules/react-native/React/CoreModules"; + name = Pod; sourceTree = ""; }; - 2E15E9FA4264BEC2E31242227599D9D7 /* Recording */ = { - isa = PBXGroup; - children = ( - 9ADD2B47DE62FE3AAED44D1169CAE31B /* BSG_KSCrash.h */, - 9D8CB53507FD2CF7B347980078D0B708 /* BSG_KSCrash.m */, - 644CDD5C7FECD32BE70294468CC33FCF /* BSG_KSCrashAdvanced.h */, - D088FA5527C3FF14246F7A5441833B4D /* BSG_KSCrashC.c */, - 32AE94794BB5B1659A6C44CC5F115E76 /* BSG_KSCrashC.h */, - 75F6D18956224424C34C25FFACF64AF9 /* BSG_KSCrashContext.h */, - 0BC0E242FDDCF508E8D27DAE5915C5D4 /* BSG_KSCrashDoctor.h */, - 02A556EAFA7A6B7CE43E4E2D6F94FEAC /* BSG_KSCrashDoctor.m */, - 54E610B481CD90275D742AA79C56D73B /* BSG_KSCrashIdentifier.h */, - 33D0B8B27FCF7C0CE3392525865DD2FD /* BSG_KSCrashIdentifier.m */, - C8FF3BEABB9BC47DAA40C934524C8E83 /* BSG_KSCrashReport.c */, - 08E89CB7B556BE3C15C57410C8D145EB /* BSG_KSCrashReport.h */, - 95FE2F533E3AF3E92FFF237C2DDED742 /* BSG_KSCrashReportFields.h */, - 37677EE64429D5E6813BBD62C03DC730 /* BSG_KSCrashReportStore.h */, - F84FC51799C8CDB5DFF75A4024913E72 /* BSG_KSCrashReportStore.m */, - B38FD508EEC7159D2988089AA995E20F /* BSG_KSCrashReportVersion.h */, - D233ABF5A66CC51C775AB4A1A43EBCC4 /* BSG_KSCrashState.h */, - B089DE8EA00A8D592AB7BF0167A0306B /* BSG_KSCrashState.m */, - 05B2A89D59FB73FB8BB0713988F4939C /* BSG_KSCrashType.c */, - CDEA2B647346AEF3BBD99512E658BE4F /* BSG_KSCrashType.h */, - 7A0047149EDD3362290D3B27E1D65AE7 /* BSG_KSSystemCapabilities.h */, - 477A5D0B7C294048C9688BF7F1498FCA /* BSG_KSSystemInfo.h */, - 4AC60DEE78FC30648336F862D99C49E2 /* BSG_KSSystemInfo.m */, - 96DAF4B3734906BE42CC60B2F924C3F0 /* BSG_KSSystemInfoC.h */, - 6C25388A9E307A984AFCD93A7242F091 /* Sentry */, - A34410724E041B6BA1007B3D5002EDB7 /* Tools */, + 32EDAA2A166BFF3B488950E5CDB68A7E /* RNRootView */ = { + isa = PBXGroup; + children = ( + F8786F6E4E068A9F957ECAC9EA354502 /* RootView.h */, + 8EB6BD60D5323882B3778EC0D65446AA /* RootView.m */, + 9963870CE69E17A01376F103548DA27B /* Pod */, + A75254DC75D2A0CD53FA2BEBF9B2F97E /* Support Files */, ); - name = Recording; - path = Recording; + name = RNRootView; + path = "../../node_modules/rn-root-view"; sourceTree = ""; }; - 2E83E0B2E369E81E0020405ED3254BCA /* Support Files */ = { + 3401720A35AF9B42E45285F8EB95B1E3 /* FBReactNativeSpec */ = { isa = PBXGroup; children = ( - 9E908FB25C09AAC8998A28B761484348 /* RNUserDefaults.xcconfig */, - 5466BA0485D3F92AE19B1E23AC599462 /* RNUserDefaults-dummy.m */, - 64F4D1B7D9CA627AA7A04C4BBFC927CE /* RNUserDefaults-prefix.pch */, + A2CD639B8A8F09FA7A12586E36430895 /* FBReactNativeSpec.h */, + AB2D79CBC8C5207C6570D2334D89B961 /* FBReactNativeSpec-generated.mm */, + 005BCC07F35FDC3CB9675917573C1CD0 /* Pod */, + 8AE6C531455FD6BAC454E6F392FCAD0A /* Support Files */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNUserDefaults"; + name = FBReactNativeSpec; + path = "../../node_modules/react-native/Libraries/FBReactNativeSpec"; sourceTree = ""; }; - 2E9B70E8E32BA7510925889DE71E0063 /* Pod */ = { + 353417B6E7CD53E90D4CA43E88834E48 /* UMPermissionsInterface */ = { isa = PBXGroup; children = ( - 3C9F8E05A41303B35D5A1FFA1047F9A0 /* EXPermissions.podspec */, + 5E2581E6EE904BEB0F99C39C985D36FF /* UMPermissionsInterface.h */, + 22140FB47335D2C11676CD6FE8770109 /* UMUserNotificationCenterProxyInterface.h */, + F0554FE9FEA6BA246819FD956B7370DB /* Pod */, + 50AA12402128295AF90412F88FFAF845 /* Support Files */, ); - name = Pod; + name = UMPermissionsInterface; + path = "../../node_modules/unimodules-permissions-interface/ios"; sourceTree = ""; }; - 2ECCFBBD048FCDEA8C3D1DA50C32BDBD /* RNScreens */ = { + 36700344FEBBB9D84A1947D60FF45E1A /* NSData+zlib */ = { isa = PBXGroup; children = ( - 2DBD62A1D8D5E6211EF692A42BF7684D /* RNSScreen.h */, - C3B8D99375736CBB89C2C356A7C8B338 /* RNSScreen.m */, - C1472B83E4014905BE3F518B816241F3 /* RNSScreenContainer.h */, - CA4EFE95627DE5E43FDD76604BE5519D /* RNSScreenContainer.m */, - 518A70B15B766E822D84528A62412F51 /* RNSScreenStack.h */, - DC27773B4EBB452167FB1A1926E52CB2 /* RNSScreenStack.m */, - 8097639CAAEAC14DB33641BCA5F76A09 /* RNSScreenStackHeaderConfig.h */, - 3D324E3D8C10F168C798634233A3E714 /* RNSScreenStackHeaderConfig.m */, - 8FA9335986D47217FD23292D8A919E87 /* Pod */, - A4C725DE0FB7E5759947BA3F79169D7B /* Support Files */, + 682F6E4792E01F83E62FDAE84681DDD5 /* GULNSData+zlib.h */, + 4869B54B0EE37591D6C195EFA088A309 /* GULNSData+zlib.m */, ); - name = RNScreens; - path = "../../node_modules/react-native-screens"; + name = "NSData+zlib"; sourceTree = ""; }; - 2EF9227F68F5B99AB22324E81307A34A /* Services */ = { + 36CBD8D05C8AD5CB937E83F22CCCB3B2 /* KeyCommands */ = { isa = PBXGroup; children = ( - C88898EF298C6BF7493C15E6C14FDFC9 /* UMReactFontManager.h */, - 45373185955BA213D5F2900EB9902441 /* UMReactFontManager.m */, - 16F8FA0FC12A3715FA4378F662947DC2 /* UMReactLogHandler.h */, - DAC67E8E06887F48D79DF2EC45EB80D7 /* UMReactLogHandler.m */, - DD843FEED6C2152F9DD2C2890FCBC526 /* UMReactNativeAdapter.h */, - 9CDC59695B73073AAEF7E379442D68FF /* UMReactNativeAdapter.m */, - 4EF5694B8E66F0D0E0DC6F798081974D /* UMReactNativeEventEmitter.h */, - CCDDCB9A52D9A03994693CD0D6DA6DD7 /* UMReactNativeEventEmitter.m */, + 64530094D5EEB89FACF8E271EC235DB1 /* RCTKeyCommandConstants.h */, + C8874027446117B3253D62FFF17E443F /* RCTKeyCommandConstants.m */, + F53F0BD850357B6911F67A8B1E68EB35 /* RCTKeyCommandsManager.h */, + 2878AA4357925F055BB26AA52DF39D94 /* RCTKeyCommandsManager.m */, + CE5A7C1C1767C4084501D1FA0B1AA162 /* Pod */, + CC09E3B72508C90718C9662C8962F1DF /* Support Files */, ); - name = Services; - path = UMReactNativeAdapter/Services; + name = KeyCommands; + path = "../../node_modules/react-native-keycommands"; sourceTree = ""; }; - 318F88C03A8873EBE76986FA09EA9C09 /* Support Files */ = { + 370B8238D0F2008CC2B29461937BAF11 /* Support Files */ = { isa = PBXGroup; children = ( - 3D4E1404C1D332BB3FA51EC98F4F1E84 /* BugsnagReactNative.xcconfig */, - EC9619B8F1E2C194DE511CD8A7AC973E /* BugsnagReactNative-dummy.m */, - E6E83393AFE8646C82741AA740C22F85 /* BugsnagReactNative-prefix.pch */, + 30A5063C2D1EC4583FDB2C9CEA518C5A /* react-native-background-timer.xcconfig */, + E26725957C5A35A837364ABFF9263218 /* react-native-background-timer-dummy.m */, + 2449082E579E2213DB2FF3996F5D08E9 /* react-native-background-timer-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/BugsnagReactNative"; + path = "../../ios/Pods/Target Support Files/react-native-background-timer"; sourceTree = ""; }; - 333321970107809D96BA6B514F52FEE9 /* Pod */ = { + 3734B1E1A03A6E3D9D4072D052C6E4C7 /* TextInput */ = { isa = PBXGroup; children = ( - 3805790FE2629BDDA7E8A74F62461CB1 /* UMPermissionsInterface.podspec */, + 95C6D3FD5181E518567C6089A42676C5 /* RCTBackedTextInputDelegate.h */, + 46E3147E0919866DB43B911A25AD2250 /* RCTBackedTextInputDelegateAdapter.h */, + F0FF018C1A90BD9D388460C86A20DD2B /* RCTBackedTextInputViewProtocol.h */, + 84F95300CB5A282EB1A94CDF964342BB /* RCTBaseTextInputShadowView.h */, + B032BF836FBD35BDE9DE64AC45A6EE20 /* RCTBaseTextInputView.h */, + 274180BF523A21C15437D91A95B629DE /* RCTBaseTextInputViewManager.h */, + 06FD896678C2E0470E8B620B46533FFA /* RCTInputAccessoryShadowView.h */, + 2C9263F825FFF757EAA47B9D757CE6BE /* RCTInputAccessoryView.h */, + 9F11923F7A1BCDF07D6F1F07EFAE526E /* RCTInputAccessoryViewContent.h */, + 42F99D391DF5024188D04184A1AC96A0 /* RCTInputAccessoryViewManager.h */, + EFA366A50FF1344465AD1D8DB906D601 /* RCTTextSelection.h */, + FA0F3649E02C46B100D7F3F25EC91192 /* Multiline */, + 1A183DF90F8968A6415EDFD6968CAC15 /* Singleline */, ); - name = Pod; + name = TextInput; + path = Libraries/Text/TextInput; sourceTree = ""; }; - 33E6392BFCE96F4C629B93AB36EE7457 /* ReactNativeART */ = { - isa = PBXGroup; - children = ( - 1827F1127DF158706134416FF4B6A087 /* ARTCGFloatArray.h */, - 1A48BC0792F01838B2CD545480DFF90D /* ARTContainer.h */, - D083FB578FC9632BB9E23AAB9ACA3FCD /* ARTGroup.h */, - EC5D26A75463D24E519BF4EC68BF6243 /* ARTGroup.m */, - 5E1C8402C3E642F046EB336B4AFB5B86 /* ARTNode.h */, - 41BAD92EEFCD985EE3CC050DF1285A2A /* ARTNode.m */, - 10934ACE7B15F5AC3D02CCA4E7AC8A5B /* ARTRenderable.h */, - 9973B00F34DCC89350270D19C4B78C45 /* ARTRenderable.m */, - 7FE70E03FCF5F3D3A476D63FB08869F0 /* ARTShape.h */, - E2D39D57EE6339FF442978B150F2F571 /* ARTShape.m */, - 7DF94D11757CF0C19E98C670C0B46518 /* ARTSurfaceView.h */, - 27D6850F6315C471632ABED5426F4E32 /* ARTSurfaceView.m */, - F8248223FF4290A3D4266B51E6A2B504 /* ARTText.h */, - 7F533BDC208ED66383C167AB3E75F1C8 /* ARTText.m */, - 9307AD81DBBF310B8BE3E4035DD7BA80 /* ARTTextFrame.h */, - 4B16019424CA3E2E0EF220234A1473AF /* RCTConvert+ART.h */, - 3BFB77D1192D1BF54B08BAEF7E78D928 /* RCTConvert+ART.m */, - FA23DC6A4C097156C153FA8CD7542FF1 /* Brushes */, - 9F94049C63B155AC74581A61149F7D68 /* Pod */, - 5BAD32AEE7F380848A3ED8215D898C98 /* Support Files */, - E6C45F36C1871699561E2D2B810AD315 /* ViewManagers */, + 373B738EAC19967B7E2CAFA55248CD56 /* Pod */ = { + isa = PBXGroup; + children = ( + E2D72BD4BB725228087BC957D4306417 /* LICENCE */, + 90D4FF2C8C373A1C79CC1E4295DA411D /* react-native-cameraroll.podspec */, + EDB87ACE8A74F750930BC88938C99F5F /* README.md */, ); - name = ReactNativeART; - path = "../../node_modules/@react-native-community/art"; + name = Pod; sourceTree = ""; }; - 35B95A99CF6CBC3EA3BA21BBF63401B1 /* Support Files */ = { + 3A05816F2B15E936A9EA1F2D78B72037 /* Pod */ = { isa = PBXGroup; children = ( - 3A32946588EA5D283AD7F202679C7337 /* React-RCTSettings.xcconfig */, - E15A10A24919BCF86F29B8AEEE9C0C0F /* React-RCTSettings-dummy.m */, - B77BE8C9CDE50212C708D384B055D894 /* React-RCTSettings-prefix.pch */, + C2F9F205E54F03FFA7EC3DA24B72F031 /* LICENSE */, + D870A24AF662848B39BF73B59FD361DB /* README.md */, + 99D2BCB94C42CDFEA240F40A69BA6B6B /* RNReanimated.podspec */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTSettings"; + name = Pod; sourceTree = ""; }; - 36336A19CC852D958C4CB5D586AA7554 /* UMModuleRegistry */ = { + 3A07E1F4040BBFA3D1409DF1AFEDB76E /* Pod */ = { isa = PBXGroup; children = ( - C869EE92774047221126F2CAD6CCB4E3 /* UMModuleRegistry.h */, - 45FDF409E1E2AB3479F8DE9D84CD9CD1 /* UMModuleRegistry.m */, - 50436AB6D02FBDE3A55FB16372626C24 /* UMModuleRegistryDelegate.h */, + D9F3A37EAEF43738D97E0D0129D17766 /* React-RCTBlob.podspec */, ); - name = UMModuleRegistry; - path = UMCore/UMModuleRegistry; + name = Pod; sourceTree = ""; }; - 36700344FEBBB9D84A1947D60FF45E1A /* NSData+zlib */ = { + 3A3EBF6659CD22DADACEBB3112EF282D /* React-RCTNetwork */ = { isa = PBXGroup; children = ( - 682F6E4792E01F83E62FDAE84681DDD5 /* GULNSData+zlib.h */, - 4869B54B0EE37591D6C195EFA088A309 /* GULNSData+zlib.m */, + 1678BDA9160D8D7714190D705A9F9EE9 /* RCTDataRequestHandler.m */, + 1DFE8EA86478DBC7894E523A0775452C /* RCTFileRequestHandler.m */, + EB138B171AEA4675B16521DBBC58FE0D /* RCTHTTPRequestHandler.mm */, + 9F44BE17A1B22DF4B65F85DFB6D2CDEC /* RCTNetInfo.m */, + 26FDE71D7270B8660A44614E37EC7969 /* RCTNetworking.mm */, + 32ADE6694F66D344A458C0B1D1EDDDDC /* RCTNetworkTask.m */, + 5AA840CAF62F5A5D15555F53F4925A00 /* Pod */, + 29D3B2394D24DE8B6272F728F50A5633 /* Support Files */, ); - name = "NSData+zlib"; + name = "React-RCTNetwork"; + path = "../../node_modules/react-native/Libraries/Network"; sourceTree = ""; }; - 36C0E1745107A372E53A5F77D37F1957 /* Pod */ = { + 3A65B8E6CF95FCE6D8C81E1F50814A37 /* Pod */ = { isa = PBXGroup; children = ( - A96CF962EC52301B3A11F5CC41E11394 /* react-native-slider.podspec */, + AA1F94162A018B3E8A377F51DF967901 /* EXWebBrowser.podspec */, ); name = Pod; sourceTree = ""; }; - 375482B2C02DE2F203E50052B9A938B4 /* rn-extensions-share */ = { + 3A9337114AA519844B535C329A0D0DA8 /* Pod */ = { isa = PBXGroup; children = ( - A97754D3320C1FD81ED660B127B36612 /* ReactNativeShareExtension.h */, - 15DA5644A3908F5FDC2B07D97A66CB74 /* ReactNativeShareExtension.m */, - 566C7E1FF8A6A7B78424975DD81F5ADB /* Pod */, - 776C367E1448158F2403B1AB02263084 /* Support Files */, + 0DB534CB3A5AC375DA01EA35FE91A61F /* React-RCTText.podspec */, ); - name = "rn-extensions-share"; - path = "../../node_modules/rn-extensions-share"; + name = Pod; sourceTree = ""; }; - 37EFA389C9C279A1FC93172649E85CF7 /* React-cxxreact */ = { - isa = PBXGroup; - children = ( - 6D17941B59F44323C04C1DAC48280552 /* CxxModule.h */, - F3CE924AF39D972901B75A1D006860B9 /* CxxNativeModule.cpp */, - 7FD61F0884C908C799762789F059ED95 /* CxxNativeModule.h */, - 5E7B33BB49E5177A2B1BC344012308BA /* Instance.cpp */, - 2573D9D6041079FF47BD50EBD8AADBF9 /* Instance.h */, - C8E15D566E869780991CBD1B44981393 /* JsArgumentHelpers.h */, - 364529EEFD05AEFF36F7B42792ACB275 /* JsArgumentHelpers-inl.h */, - 181122469084C654B646247B9E0E4375 /* JSBigString.cpp */, - D6A2B5E32E4E76CFCC9ACBD0FC878085 /* JSBigString.h */, - E1ED07314747EB40BB32C54621BB1A01 /* JSBundleType.cpp */, - A44080A70A5B010573F0F3BF7552F45D /* JSBundleType.h */, - 3B6506265F3367141E31DCF936763ACD /* JSDeltaBundleClient.cpp */, - F13E5BA2F003C2AD077764D62C67C1ED /* JSDeltaBundleClient.h */, - 4174C3DA62C6EDE81EC9F9D21A6F2728 /* JSExecutor.cpp */, - 801FDE00F084B3ED700B2166D5288922 /* JSExecutor.h */, - 41145DB6B12EC01D187F813FAEB19857 /* JSIndexedRAMBundle.cpp */, - EA41E26760068111B4C2441D15CAA4CA /* JSIndexedRAMBundle.h */, - AA970E0E45CEC7FD98BCB9CD50A94784 /* JSModulesUnbundle.h */, - 297DE5906FC3CE4D8A2A5293D38E1532 /* MessageQueueThread.h */, - 5EB359D7BD524A919EA6F9A4D4B01214 /* MethodCall.cpp */, - C413EE953021DCA4AC32898DA184C0FD /* MethodCall.h */, - 3A54A0A46C79160C041E5BC8B5148561 /* ModuleRegistry.cpp */, - 2C7EE7B40BA6C455473BC868F9ECBE8B /* ModuleRegistry.h */, - 3403650F0D63AA3E71AE9F8D5D73A0AD /* NativeModule.h */, - 383F75F79C51D1F463B71D72C88578D9 /* NativeToJsBridge.cpp */, - EC9333163A7D0ADADB870B7BB851A3DC /* NativeToJsBridge.h */, - B0E62FEACC9E49A4A484367E061F37BA /* RAMBundleRegistry.cpp */, - 65A885C83B69E89EE743E1A0A7D9267E /* RAMBundleRegistry.h */, - 659B0ADDCE76E43B49B8AB8132AF43D4 /* ReactMarker.cpp */, - CDE345C23442F216F1CF3AD8BC422E5F /* ReactMarker.h */, - A215F2AED7CE7F6AB106DEBEAC8BC6A6 /* RecoverableError.h */, - DF27017AAE3E8185C335CC76EB83C16C /* SharedProxyCxxModule.h */, - 9B7526C820683A597B5F0C52AD0E9AB4 /* SystraceSection.h */, - D10993FF920CF5AD2DF1315152B8C1F4 /* Pod */, - A672C9F12B317A1FBB1E950BE44B2006 /* Support Files */, + 3AC53BF253BDAC700031AF99AF62C9B1 /* Support Files */ = { + isa = PBXGroup; + children = ( + 4E8B8759B4E705EE15876E2B6FEEF702 /* rn-extensions-share.xcconfig */, + 940736112F25861FC90836C66D66537E /* rn-extensions-share-dummy.m */, + 1F887D7927FE376004051180F718FF0C /* rn-extensions-share-prefix.pch */, ); - name = "React-cxxreact"; - path = "../../node_modules/react-native/ReactCommon/cxxreact"; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/rn-extensions-share"; sourceTree = ""; }; - 3B446FEB8459CFDF3C724712300C4EDF /* RNAudio */ = { + 3B09F94F017010A4F98ED1690ED53A1A /* React */ = { isa = PBXGroup; children = ( - 18FAC1774558F6AA1A4C383E707F9678 /* AudioRecorderManager.h */, - E489C8EF128611E726278BD75FDCCF03 /* AudioRecorderManager.m */, - 448A233CEA50A8AA9A59810915302176 /* Pod */, - F52E6BE73A247295F08576A3B494CCC3 /* Support Files */, + 58FA3EE056B54F2A2D253B2A54DC667C /* Pod */, + 70F7135779FCFDA7DC5FFD7C5C7AD67F /* Support Files */, ); - name = RNAudio; - path = "../../node_modules/react-native-audio"; + name = React; + path = "../../node_modules/react-native"; sourceTree = ""; }; - 3B83F9CD18B37D9EB9BC17B14C89B3F1 /* React-RCTAnimation */ = { + 3B266CB770BCBFA81409D1219950724D /* Support Files */ = { isa = PBXGroup; children = ( - 698FE0484A539BB14D90E0BDA75745C3 /* RCTAnimationUtils.m */, - FE67390DB33CBF818310CFA548018E5C /* RCTNativeAnimatedModule.m */, - 76DDB51F2393776542183257E816A139 /* RCTNativeAnimatedNodesManager.m */, - 2D20F20D5DED1BE4DAA9F2CF58148BD0 /* Drivers */, - C2E802E80CD449B549ADBF0BD073A45F /* Nodes */, - 82272FBE4B5A9724808C85D8580BABB9 /* Pod */, - 3F9E707D7F024A401BF067C2DF7FD2C4 /* Support Files */, + 9BCEA44A33DCB232878CCE06B1594B9B /* EXConstants.xcconfig */, + D950A7A6BD52E93A13393424C13DFAD1 /* EXConstants-dummy.m */, + 820510F14839EAE46CB94B3CD88E572B /* EXConstants-prefix.pch */, ); - name = "React-RCTAnimation"; - path = "../../node_modules/react-native/Libraries/NativeAnimation"; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXConstants"; sourceTree = ""; }; - 3C06E6106F9820180300C909B8F51B5D /* Pod */ = { + 3BA5EE25B75F61B7767C62FDEC485FED /* CxxModule */ = { isa = PBXGroup; children = ( - D4C5CD890680CEA719DD1A8B5BC1E1D3 /* React-jsiexecutor.podspec */, + 70307E532368D5E3177E3ADEB3AB0CDF /* DispatchMessageQueueThread.h */, + 3BC222A08B23C11E1687AE80A1B21B75 /* RCTCxxMethod.h */, + 9F41E8415C91A8BA069E7AF27AF497C7 /* RCTCxxMethod.mm */, + 8BCCD3F4217BAD13666024F32C186E4A /* RCTCxxModule.h */, + FB8F2E3390FC98B6CAB878B0FBFC3ECC /* RCTCxxModule.mm */, + D4214808941C9ACEEA4B6C00992DE50D /* RCTCxxUtils.h */, + 1FB1CD2ED713EE6CE862EB2E55219BD6 /* RCTCxxUtils.mm */, + 63979DD19F06856EBF260A160010A281 /* RCTNativeModule.h */, + 5BFF50FA7BD25CE4D118D51792F17BEC /* RCTNativeModule.mm */, ); - name = Pod; + name = CxxModule; + path = React/CxxModule; sourceTree = ""; }; - 3C84EBE16DDBC0CCD3A6C80920B40F48 /* React-Core */ = { + 3BDB951A4B9A4EF1E9D6C8F9A3C41158 /* React-RCTImage */ = { isa = PBXGroup; children = ( - E79A4DF913F15F0B0C0C88FD52F8F80A /* CoreModulesHeaders */, - A862468E4D841C358D941E163F6C098D /* Default */, - AF3F9621B19C8C2B33528E31A38A290F /* DevSupport */, - D1DDF1424B159F0715B52974DC174A37 /* Pod */, - 039381F7E2213BAFB49E5F57FBF0E4BA /* RCTActionSheetHeaders */, - 79F6E576C83EC8109FD87217E870FB87 /* RCTAnimationHeaders */, - D19DC70342F0806F8586EFF36584E76B /* RCTBlobHeaders */, - F12761497C4EA5A2B050B4D3323BD666 /* RCTImageHeaders */, - 6EDAE35CE76879AA7745EB98E70A81B7 /* RCTLinkingHeaders */, - 783A0320CCF8B32721BD6610DBF52551 /* RCTNetworkHeaders */, - 8259767F02022C527F29A4F19567B0B8 /* RCTSettingsHeaders */, - C39554A459A2F2CE674EE14558D958FE /* RCTTextHeaders */, - BA268D585A6DE6D5337F4D2920CCE801 /* RCTVibrationHeaders */, - 9B4B339ADABFF6CBF5F622EF5ECD91DA /* RCTWebSocket */, - 1D9095A3B30C3C007FE4DFD3DD75F8D5 /* Support Files */, + 14CB72BD88E5921C9D1A0A0CC1D55F14 /* RCTAnimatedImage.m */, + 4500A4A083862DD95D85BEA38DFFB070 /* RCTGIFImageDecoder.m */, + 2B9E83D41696B81F2F18D4F8CAFD94EB /* RCTImageBlurUtils.m */, + 27E910AB1997A81AA82E2B9E9D76E658 /* RCTImageCache.m */, + C84A1EE917ECE8CC9CDA60AB97AE5D94 /* RCTImageShadowView.m */, + 181B04881CC5F47D84A049B9200DB04A /* RCTImageUtils.m */, + 258E7BB2C2C148FDF7078ACF18069153 /* RCTImageView.m */, + 6CD565BF6290FE39F2C8DDA07733CDEA /* RCTImageViewManager.m */, + EF9A8D86911E57434020FC5B8122D90C /* RCTLocalAssetImageLoader.m */, + 67F781EA5A4F97C25DD656EAF4C1A504 /* RCTResizeMode.m */, + EC347BF284C1AF342AC5D16AFC312A86 /* RCTUIImageViewAnimated.m */, + 9DCC7C9F397F476AFA96687501388F2D /* Pod */, + 8E778C918D93527E4C62A09F35C0F342 /* Support Files */, ); - name = "React-Core"; - path = "../../node_modules/react-native"; + name = "React-RCTImage"; + path = "../../node_modules/react-native/Libraries/Image"; sourceTree = ""; }; - 3E28CEFBC7B1AC47803BC4DA2D15D3A9 /* RNFastImage */ = { + 3C5C64274EA2ACA21612064B3177FF7E /* Pod */ = { isa = PBXGroup; children = ( - F151FD2B2793EEA2AFBA711AD59876B3 /* FFFastImageSource.h */, - B7FBAF412502DA3718AB5678B93FB742 /* FFFastImageSource.m */, - B2108B9C07424EC2174F3964D3445244 /* FFFastImageView.h */, - EB405B9622075B540AE9604AC84ACFB1 /* FFFastImageView.m */, - 844F783A7D1E9F58F9CF8ABC7D95DF5A /* FFFastImageViewManager.h */, - CF99CEF282BCCCA7045904509F3CAE81 /* FFFastImageViewManager.m */, - A10DA349E7CD902C7793F3AA93463F07 /* RCTConvert+FFFastImage.h */, - 78D32E195FDA5CC0224ACC288F463B73 /* RCTConvert+FFFastImage.m */, - B0BB866DBAAFE3FBFDDFEC623DD5E392 /* Pod */, - A249DAFE4743494069FE8796BB425859 /* Support Files */, + 92E4C32CA8FFD9755A41E261734CFCD7 /* Yoga.podspec */, ); - name = RNFastImage; - path = "../../node_modules/react-native-fast-image"; + name = Pod; sourceTree = ""; }; - 3E7AE840957DEE13D51D6088CC867A02 /* Handlers */ = { + 3DDF6073EB0E6A6981BEC3DC4D17B798 /* Pod */ = { isa = PBXGroup; children = ( - 5BBE09D8BC9D3CA679020FB1EE11D644 /* RNFlingHandler.h */, - 604BE1DA0F7D231747F98877C94DDC4D /* RNFlingHandler.m */, - 58AFE978C3D3CD2EE9D90093B21B77E8 /* RNForceTouchHandler.h */, - 2655AE4B93DD0C0A2EE756E5852FAAC9 /* RNForceTouchHandler.m */, - 0282E5FA3AC27F85124E41667CAD55F2 /* RNLongPressHandler.h */, - 22E5A3C18B5D608336D84AB10D0DF85B /* RNLongPressHandler.m */, - 745A64730A3479DCBD1E56C51BE7F6E7 /* RNNativeViewHandler.h */, - 3DB97B0F2AA1C96B6D43BB002D7FCE0A /* RNNativeViewHandler.m */, - 1E77976B72B9AB6E7BA93B640FE4F43F /* RNPanHandler.h */, - 7B1216DF5913FC67AAAC23A8888AE9DA /* RNPanHandler.m */, - 6A0A066BEAB1661F706F8E216290347D /* RNPinchHandler.h */, - C078287057644DB319CD83478B3EE278 /* RNPinchHandler.m */, - 754EABC0EB1BE0FFB98FF8050FFAF7AF /* RNRotationHandler.h */, - FC86158A8E3AE82E8EA0A55C1A9B64F7 /* RNRotationHandler.m */, - A81B4DF35AA3E7DC245F92694E0C9488 /* RNTapHandler.h */, - A249D0DA845BD71A9288775610F95281 /* RNTapHandler.m */, + FE6C5A5BD82FC45B972B95DCA68E6132 /* LICENSE */, + A379D5C2579618F08D819BD291810680 /* react-native-orientation-locker.podspec */, + 9E2905259ACB639F53834D6727D71F57 /* README.md */, ); - name = Handlers; - path = ios/Handlers; + name = Pod; + sourceTree = ""; + }; + 3E410489EDC2C525B9CCF0E8DF2D80B2 /* Pod */ = { + isa = PBXGroup; + children = ( + D478CFD27226A1EFF1D02C7DDE781A72 /* LICENSE */, + D79F00F42E593C6753035A9179E5E1B0 /* README.md */, + 0B8608B4BF46A2369D02DF73C973B33B /* RNImageCropPicker.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 3EEC898B9B72A69656EA852C109D5DBE /* ViewManagers */ = { + isa = PBXGroup; + children = ( + BC6B6FCB80F6D5BDAECCE202D4807DCD /* ARTGroupManager.h */, + E5CD1C97A53BFEEEF65B074F47B12042 /* ARTGroupManager.m */, + BECAE05121B60D2976E86950EB48439C /* ARTNodeManager.h */, + BB63BC5E49A0A3A83B825A1BD68791A0 /* ARTNodeManager.m */, + 7D0B700012D137830B5F843C279D19C6 /* ARTRenderableManager.h */, + EE513D14B8E90723B90512342343A58A /* ARTRenderableManager.m */, + 115E3FCAB8A127125BC24ED138FBC759 /* ARTShapeManager.h */, + 73558E8BDF0844144FBB848734FB0A53 /* ARTShapeManager.m */, + 34298A5F931DD4347C202F103F374431 /* ARTSurfaceViewManager.h */, + 90F92C4CC716D639811E6624B1CA4096 /* ARTSurfaceViewManager.m */, + 6F53DB09DA79F2CB4B6123C913249FF8 /* ARTTextManager.h */, + E6C833BA45CE00FAEA1DC3D3416FFF54 /* ARTTextManager.m */, + ); + name = ViewManagers; + path = ios/ViewManagers; sourceTree = ""; }; 3F11EBA90E912A79808384BC5B4F4631 /* Support Files */ = { @@ -8086,144 +8154,124 @@ path = "../Target Support Files/SDWebImage"; sourceTree = ""; }; - 3F9E707D7F024A401BF067C2DF7FD2C4 /* Support Files */ = { + 3FD504189D49BFAC6458564EA090C9EE /* Support Files */ = { isa = PBXGroup; children = ( - 19894FB1CFA58E290D9BE9891F271CE4 /* React-RCTAnimation.xcconfig */, - 8BCDDD7DB6B1E4894935BB2821D35D00 /* React-RCTAnimation-dummy.m */, - C0E3E7B17C4136F51E46AFBA00D41DD3 /* React-RCTAnimation-prefix.pch */, + EE282627733A74271A09525FEDBE4DA6 /* RNLocalize.xcconfig */, + E7EC65C3D15AF4450F6378684DF14DDE /* RNLocalize-dummy.m */, + 97FACF2DE9F29361BAECA69FA86822EC /* RNLocalize-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTAnimation"; + path = "../../ios/Pods/Target Support Files/RNLocalize"; sourceTree = ""; }; - 410FC1DA3121E620413C4DF16ED630F7 /* Support Files */ = { + 3FE2BDAF5B4A52282889542552BCE46C /* Support Files */ = { isa = PBXGroup; children = ( - 980E94CA1F2EEB7523859A67F4719063 /* React-RCTText.xcconfig */, - 7A41746DE0A98E4B82C4C89A3397C9DC /* React-RCTText-dummy.m */, - 401973BCEACADF073C4E35B793FB91FD /* React-RCTText-prefix.pch */, + 954BCB8C0CF3717AA95136501722033F /* React-jsiexecutor.xcconfig */, + D7DF1E2B79F1A78B53A11BB59D99E63E /* React-jsiexecutor-dummy.m */, + AE9080204FD866F10983AD424EE73C31 /* React-jsiexecutor-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTText"; + path = "../../../../ios/Pods/Target Support Files/React-jsiexecutor"; + sourceTree = ""; + }; + 412047B0003E17A8E6FBC1E6C1028B13 /* Tools */ = { + isa = PBXGroup; + children = ( + F756F204B500091A60501DA046DEEEAF /* BSG_KSArchSpecific.h */, + 579683D5F939D6CD29B74DEEE5FD8057 /* BSG_KSBacktrace.c */, + AAF86472CF2BCFF722DE17054CC4317C /* BSG_KSBacktrace.h */, + 0120F6D392E51FEB95BA4D0EB32C40BD /* BSG_KSBacktrace_Private.h */, + EE35DE5AEBF6EA98B355DEB2F0632D4D /* BSG_KSCrashCallCompletion.h */, + 0DC5E5FD5EC74BAF4832D26C371C5FD1 /* BSG_KSCrashCallCompletion.m */, + D8E5E1D3A6353E7F5418BCE5028D82CF /* BSG_KSDynamicLinker.c */, + 20608760817367038E8F35965383D3A0 /* BSG_KSDynamicLinker.h */, + 91213083B8626A76DF83EC2B4EA29623 /* BSG_KSFileUtils.c */, + FF4B5B29AF297CBBC64852F5F4677352 /* BSG_KSFileUtils.h */, + 2FD9A96818EEB57743733568A3DB36C9 /* BSG_KSJSONCodec.c */, + A72FE6B38B89E279683765A00C4472FC /* BSG_KSJSONCodec.h */, + 1AFB5AAFA6BBEEA1DBDE14228864CCEA /* BSG_KSJSONCodecObjC.h */, + 0CFECD019AB43C47562BF5F540F0F36C /* BSG_KSJSONCodecObjC.m */, + 7CC2B89A12AA76F94841F7E4B6905749 /* BSG_KSLogger.h */, + FFF9B22D43F7DEF66DE0BAAFC042CF10 /* BSG_KSLogger.m */, + 7EFFDD1C172FACA0E4B372D8E6788CD5 /* BSG_KSMach.c */, + 4237BC41F5D541AF9FEBC718CD9FBEFF /* BSG_KSMach.h */, + 8048BF881A812A9AD3CA1B5365E7B063 /* BSG_KSMach_Arm.c */, + EAB4A4DBF40ED1D97848569B2AB9E4FC /* BSG_KSMach_Arm64.c */, + 95DDE4228FC0D61BB3AFB1E8A7CE3346 /* BSG_KSMach_x86_32.c */, + 5DBD7FF1E6D1316742A3834031E71452 /* BSG_KSMach_x86_64.c */, + 95ACC60137B75C24F9D2CBB5D430606C /* BSG_KSMachApple.h */, + 403E272A86D45A4AA206528A8EA8364C /* BSG_KSObjC.c */, + 700469C1C05C92696B8132EDEEDA9023 /* BSG_KSObjC.h */, + 7603127C94F4B0692A16E78D1CBC3408 /* BSG_KSObjCApple.h */, + 02916E2B2DEA009CACF3078EEFF2AD50 /* BSG_KSSignalInfo.c */, + DCE953D28A23E5D2CC1FD413F6AAC121 /* BSG_KSSignalInfo.h */, + 2E5F14F5495AA6F7B60E388FF33BAD98 /* BSG_KSSingleton.h */, + A7C4C58611A3C8A99D22871C4D030F80 /* BSG_KSString.c */, + C3225596996B1B95A5A4E87F810EA2EE /* BSG_KSString.h */, + 23AE8CD4CEDF045928995E4D330AAEDE /* BSG_KSSysCtl.c */, + 100F78DC0EC60D442C7FAC10362823A1 /* BSG_KSSysCtl.h */, + A2CAC24305384EB07C359B99608B3A7B /* BSG_RFC3339DateTool.h */, + B546C4150093F2C0121919DB6A6E72F7 /* BSG_RFC3339DateTool.m */, + FC8FD8931464BB120E9BA1B91AB1A3CB /* NSError+BSG_SimpleConstructor.h */, + 9C9ABF3C710A529D46564F83770C0025 /* NSError+BSG_SimpleConstructor.m */, + ); + name = Tools; + path = Tools; sourceTree = ""; }; - 420C48B2DE10CB29EF09E117AF91E28A /* Products */ = { + 415B485AAD08B3E290A29CEB75D9AF6C /* Support Files */ = { isa = PBXGroup; children = ( - 3EEAA606F6866DA20E6601B9655B1027 /* libBugsnagReactNative.a */, - 6FFB7B2992BB53405E6B771A5BA1E97D /* libDoubleConversion.a */, - A225ED83E33DC48D25B9FF35BA50CCD0 /* libEXAppLoaderProvider.a */, - AD40A94AE1ADFA1CDF9602BA3B04C90E /* libEXAV.a */, - 220361FF3B2778F8F38C2C4DCC5B49FD /* libEXConstants.a */, - ED1E3FC0DC90F4A787472917BFB6B235 /* libEXFileSystem.a */, - 80A51B61FECFED8D1A0D95AAD32A2938 /* libEXHaptics.a */, - 72E494917AC5EC2582197F07061A28B0 /* libEXPermissions.a */, - 574E8A849B86DCF8EE5726418D974721 /* libEXWebBrowser.a */, - ABFEEA82A6C346B22843FBE0B0582182 /* libFBReactNativeSpec.a */, - E2B63D462DB7F827C4B11FD51E4F8E2D /* libFirebaseCore.a */, - 8CC9178C366942FD6FF6A115604EAD58 /* libFirebaseCoreDiagnostics.a */, - 2DA0D814DFCB860D31D7BCD63D795858 /* libFirebaseInstanceID.a */, - 06489499588BFA8FD5E63DD6375CD533 /* libFolly.a */, - 3CA7A9404CCDD6BA22C97F8348CE3209 /* libglog.a */, - 856B5CD56F194FAD26EA91620B66D614 /* libGoogleDataTransport.a */, - 6942351307BC1F54575D9853307EAE0E /* libGoogleDataTransportCCTSupport.a */, - B43874C6CBB50E7134FBEC24BABFE14F /* libGoogleUtilities.a */, - 279390C893577F74DD2049383E1EDD1A /* libKeyCommands.a */, - 5E4674603A5D5B9215FFA0F8E69F8B71 /* liblibwebp.a */, - 06FC5C9CF96D60C50FCD47D339C91951 /* libnanopb.a */, - 586602EDE69E2D273945D156ECB89853 /* libPods-RocketChatRN.a */, - ABCA9F4CD6EE0D4686EBA505F526A436 /* libPods-ShareRocketChatRN.a */, - 20D73B80DBEDC9935666EB05B502A6E8 /* libQBImagePickerController.a */, - F958876A082BF810B342435CE3FB5AF6 /* libRCTTypeSafety.a */, - BD71E2539823621820F84384064C253A /* libReact-Core.a */, - 6771D231F4C8C5976470A369C474B32E /* libReact-CoreModules.a */, - 37592FDAD45752511010F4B06AC57355 /* libReact-cxxreact.a */, - D9F334F2E90E3EE462FC4192AF5C03BD /* libReact-jsi.a */, - F2E7C88DFCD460A4B46B913ADEB8A641 /* libReact-jsiexecutor.a */, - 2577F299FCB0A19824FE989BE77B8E8F /* libReact-jsinspector.a */, - 242758B9EDFF146ABE411909CAC8F130 /* libreact-native-appearance.a */, - B75A261FE3CE62D5A559B997074E70FC /* libreact-native-background-timer.a */, - 8C3E2A6E6F93E60E397F6C0BBA710BF5 /* libreact-native-cameraroll.a */, - 08D1FFC2980C1ED72AE9A4C44A0544C3 /* libreact-native-document-picker.a */, - 8074129DF318155B29544548E1CAF4A3 /* libreact-native-jitsi-meet.a */, - 5CA8F1A20B87DBB263F925DD7FE29947 /* libreact-native-keyboard-input.a */, - 686FA236B3A0EDC2B7D10C6CB83450C8 /* libreact-native-keyboard-tracking-view.a */, - 012242E4480B29DF1D5791EC61C27FEE /* libreact-native-notifications.a */, - 48425DA2F01D82A20786D5E55E264A29 /* libreact-native-orientation-locker.a */, - 2B17A71888AA28CEFEC37B72F2A68A91 /* libreact-native-slider.a */, - B058F035CFD84ECBF8414E4EAE5834FC /* libreact-native-video.a */, - 8DF63376066E2275FF26820B3A512A9B /* libreact-native-webview.a */, - 73F8A95B79671F501F31EA4F1D04AA8B /* libReact-RCTActionSheet.a */, - FE7B9294FF05AAFD1653E2104E10844A /* libReact-RCTAnimation.a */, - F71EBF73F354B475D465FF6DE9A66707 /* libReact-RCTBlob.a */, - EEDBF403E8E0B3885E65C2741B536BC5 /* libReact-RCTImage.a */, - 802121F5B756ACBFDD6D08C36246DADD /* libReact-RCTLinking.a */, - A68E5A9B69A3BA0FD52CAF7A354EC93B /* libReact-RCTNetwork.a */, - 269BE773C9482484B70949A40F4EA525 /* libReact-RCTSettings.a */, - E6A16705C69FC7DE11C2469A4A0F8358 /* libReact-RCTText.a */, - C1A919103EAC9813D236486C34FC0A21 /* libReact-RCTVibration.a */, - D5C775614AC76D44CECB6BE08B022F1F /* libReactCommon.a */, - 51B50F20C76CF72E2BEF8D4764235306 /* libReactNativeART.a */, - 858AFA83985937825473045CF6808B15 /* librn-extensions-share.a */, - 4FDA96879D96070EB1983E98E655CBDC /* librn-fetch-blob.a */, - 3B65CB9B6DCD893501BDCF1DE7BA926C /* libRNAudio.a */, - 202722AA0D229A11350F6DC0F267A0BA /* libRNBootSplash.a */, - 72DE4BF3FB9CE0858E90F96FEF8A53AE /* libRNDateTimePicker.a */, - E0FE6533198104C97DB047DD5CD8AC67 /* libRNDeviceInfo.a */, - E55EA3C6F285F6FA8067C5C8A428FA64 /* libRNFastImage.a */, - 4EAF7225D8D498E7D232AE1520E6CBD3 /* libRNFirebase.a */, - 8F65F9361F2069CF9E9D751272968DE4 /* libRNGestureHandler.a */, - 3AEA4A114C08533A2C0F8E039A4C5EB9 /* libRNImageCropPicker.a */, - 15912309AA610251329D74FA111DE5CA /* libRNLocalize.a */, - C777CF2FB1E39A45CBBDB54E8693F471 /* libRNReanimated.a */, - E496A53A92B4E464B5C30DC5B1E4E257 /* libRNRootView.a */, - 50B5347C9A6E93B7D4CFC3673BA6FB7E /* libRNScreens.a */, - BFCE4058442BFB8DEB89BA3F261A76BA /* libRNUserDefaults.a */, - 8998273719FDD789E6F9C7541AFD0B33 /* libRNVectorIcons.a */, - 580712ADE0DDE9601ED35B000EC802D6 /* libRSKImageCropper.a */, - B0B214D775196BA7CA8E17E53048A493 /* libSDWebImage.a */, - FCF61D9B2B75054A9A3185DDC609B7FF /* libSDWebImageWebPCoder.a */, - AF72FD600DE7E2D330BA50F877993E05 /* libUMCore.a */, - 3B640835BAA914DD267B5E780D8CFEC7 /* libUMReactNativeAdapter.a */, - 65D0A19C165FA1126B1360680FE6DB12 /* libYoga.a */, - C9708630F9D9C8C32EF0B3C91B9E469D /* QBImagePicker.bundle */, + AA6AAA1D90BE93D3C64963C8A5ED303A /* FBLazyVector.xcconfig */, ); - name = Products; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/FBLazyVector"; sourceTree = ""; }; - 421283CB37B144422D71F4B2C0A74A18 /* EXPermissions */ = { - isa = PBXGroup; - children = ( - 900B7C7EDA009C3BBD15C6E61D862277 /* EXAudioRecordingPermissionRequester.h */, - BF675BDCEB62F9E372C87820209D75E9 /* EXAudioRecordingPermissionRequester.m */, - EA8D1E6F05AE398D3EA1C47BA61D9C61 /* EXCalendarRequester.h */, - C23A05811E5A08969071B98F5D6FA4E1 /* EXCalendarRequester.m */, - 247A5EA03A4847E3A7AC163CE046CB04 /* EXCameraPermissionRequester.h */, - 98B6480466BF7CEB07BFD59FB4E4DE0C /* EXCameraPermissionRequester.m */, - 8739F636733F045253E3984A04D799FC /* EXCameraRollRequester.h */, - E72566E849EB71B89223F60686D9916D /* EXCameraRollRequester.m */, - 550C1881C392DAA26E9287B7205615FB /* EXContactsRequester.h */, - C69C3EF859CAB70E5B41B8C17C7F3630 /* EXContactsRequester.m */, - 6A8A82725A1B7969CA9273A7738DCCB8 /* EXLocationRequester.h */, - 30BC2FFC08B0A3A295BB44C47A3365E4 /* EXLocationRequester.m */, - 44647028373AF2AC1D2203A046C079A5 /* EXPermissions.h */, - E1AA147282D13B9A62FB98A4D23C0F97 /* EXPermissions.m */, - C7118DF0E7B234BAF5DCD97B2157CA65 /* EXReactNativeUserNotificationCenterProxy.h */, - 3A635FB4D4337285928E1B8E0256C596 /* EXReactNativeUserNotificationCenterProxy.m */, - C2E07EE358222A72786267B401D65856 /* EXRemindersRequester.h */, - E082F75E88B6470276CBA30D21654AA1 /* EXRemindersRequester.m */, - DF0916E2D77A3E67ED66B363A3040548 /* EXRemoteNotificationRequester.h */, - F1712CA546A814EA6A8CE62EF8DD9850 /* EXRemoteNotificationRequester.m */, - 7E038BA992C7ACE80C4C2AD8D8EC6304 /* EXSystemBrightnessRequester.h */, - A9BF2015C38AF72591EF97C81BD68934 /* EXSystemBrightnessRequester.m */, - F78CD7C2F3E2E0B3206A404242C93775 /* EXUserNotificationRequester.h */, - 34D303E7970EB9860AB1A558D43CA8C9 /* EXUserNotificationRequester.m */, - 2E9B70E8E32BA7510925889DE71E0063 /* Pod */, - 21FFF566E3710B337AFFBCB0E764583D /* Support Files */, + 41DE2E261DF4555E217D3C78D3FEC5D3 /* React-jsi */ = { + isa = PBXGroup; + children = ( + 7708BAA20BDA24ABC3B7477CC6A00B2A /* JSCRuntime.cpp */, + 91489DB0E48ECCAB07CFB62B5DE91D80 /* JSCRuntime.h */, + 235A11A2CA90024CA10D2CAF1CDECF3C /* jsi */, + 6659808362EAC2381D772454BEEC0227 /* Pod */, + 175C857D3741FD5352E39216C56CB3A5 /* Support Files */, ); - name = EXPermissions; - path = "../../node_modules/expo-permissions/ios"; + name = "React-jsi"; + path = "../../node_modules/react-native/ReactCommon/jsi"; + sourceTree = ""; + }; + 41E5F122A1719B826CFB224334C8B82A /* Pod */ = { + isa = PBXGroup; + children = ( + 556CF7156166290DC14F6BC7B7AF15E8 /* api.md */, + C80AFF31ACC67791A6F469982655AE43 /* LICENSE */, + 2D46DFDD5C6A2D735680FD80B69431D7 /* ReactNativeART.podspec */, + DBB64D4580FE8A3BDCA7128618DB2D9A /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 424F0414E81BD0DFC3279B19D5D382F8 /* EXFileSystem */ = { + isa = PBXGroup; + children = ( + 29CA47870EF1380F129E1374389AA730 /* EXDownloadDelegate.h */, + 2B25EDEF96B33928947D22FD3C43ABC9 /* EXDownloadDelegate.m */, + FE7D4D74318B47F0738723E61843716B /* EXFilePermissionModule.h */, + 084BA78C7CA0AF7CB7569351E7977ED2 /* EXFilePermissionModule.m */, + 9CAAD8014CDF49FEAF42F6C9A7D99506 /* EXFileSystem.h */, + A1118AD577CCD3AF16537DB04FD9891F /* EXFileSystem.m */, + E41909EE730E9192A2B562C2E3EAC924 /* EXFileSystemAssetLibraryHandler.h */, + DF98C1B0996480CE6D5C705FA9140039 /* EXFileSystemAssetLibraryHandler.m */, + 921E2DED87914C7858AB031A687204DA /* EXFileSystemLocalFileHandler.h */, + 8C2F1DBB98084A93C3C539E70CFFB273 /* EXFileSystemLocalFileHandler.m */, + 71E45759C79267215876751EC596F3C0 /* Pod */, + D4D48E9B96EAC77D513F086C3777957D /* Support Files */, + ); + name = EXFileSystem; + path = "../../node_modules/expo-file-system/ios"; sourceTree = ""; }; 42C68DC8CE48536D832C9A7A5353B785 /* nanopb */ = { @@ -8244,39 +8292,30 @@ path = nanopb; sourceTree = ""; }; - 42DE498DF847C4C1CC9A6452F7751281 /* Support Files */ = { + 43B5458DE24C5335EAC267D96EC3EEE1 /* react-native-jitsi-meet */ = { isa = PBXGroup; children = ( - 2094B17B932F0291907A328EF66C43DE /* RNRootView.xcconfig */, - 39552618FA6525665B95AF0294BEE26D /* RNRootView-dummy.m */, - 2B9C85EDD81E15E166CB2B0AE63AF203 /* RNRootView-prefix.pch */, + 8895CC9339BD9505F9949856538399BD /* RNJitsiMeetView.h */, + 2C902B90285F7AB774D8561D259AB1C2 /* RNJitsiMeetView.m */, + 5FD8AD87F8A4D33DBC348F541ECD1A7A /* RNJitsiMeetViewManager.h */, + 66FD7D2A21C80927AD235F5EC03A5EAA /* RNJitsiMeetViewManager.m */, + FDBDA155CF6A216AE9885A7CAEC0B1B7 /* Pod */, + 2AD7F91BB2AD3BFD021E878CF8C6BA2F /* Support Files */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNRootView"; + name = "react-native-jitsi-meet"; + path = "../../node_modules/react-native-jitsi-meet"; sourceTree = ""; }; - 4340AD944D465EEF65BE1F7F55D40E1E /* Pod */ = { + 43CF021752CC3DED22EBBA528EBBE4C3 /* Pod */ = { isa = PBXGroup; children = ( - CF4FBF84A03B3A3676453FDB124B0D5B /* FBReactNativeSpec.podspec */, + D04F37D6D14BC0AA4680D236EA602A00 /* LICENSE */, + EECF7589EC4A1A1949145BC00ED4706A /* react-native-video.podspec */, + 493EA638726D0F8353E1E28746BD80AC /* README.md */, ); name = Pod; sourceTree = ""; }; - 436210F0061D75846CFF4B450B2793EF /* RNDeviceInfo */ = { - isa = PBXGroup; - children = ( - 1CDB27E785D4D6DAEBDCB5C57E7DEF5B /* DeviceUID.h */, - 224C3853AE53D9D61A871DD7F8B301E2 /* DeviceUID.m */, - C9DE202B4213AAFD5770902F012AA03F /* RNDeviceInfo.h */, - 59F794A51B1D3BCBD1E47EC5D497217A /* RNDeviceInfo.m */, - 7949DA73F5C61A367F6FB11FEF3C0521 /* Pod */, - C71928742805931ED72422B4D5A1685A /* Support Files */, - ); - name = RNDeviceInfo; - path = "../../node_modules/react-native-device-info"; - sourceTree = ""; - }; 44068648C93A50DA0671DCC0DCC8EA4B /* Support Files */ = { isa = PBXGroup; children = ( @@ -8287,61 +8326,116 @@ path = "../Target Support Files/FirebaseCore"; sourceTree = ""; }; - 445AE7681F50F4BD3CE35EA9D9947E5B /* UMTaskManagerInterface */ = { - isa = PBXGroup; - children = ( - C3EF60B0F25C5B959CE46EB06E181E18 /* UMTaskConsumerInterface.h */, - 5C859002414E92A52A5137453712DC1D /* UMTaskInterface.h */, - 5035E94EF5F622A429E66E8AEB4219D3 /* UMTaskLaunchReason.h */, - 448A5165EE319879F03FA0B9F9829517 /* UMTaskManagerInterface.h */, - D76408503C34E1CB1F96401C858C61DD /* UMTaskServiceInterface.h */, - 047AD55C1E2248F15D0C743E60A2D784 /* Pod */, - 238E3B7A65AEB87A990C8432231C959C /* Support Files */, - ); - name = UMTaskManagerInterface; - path = "../../node_modules/unimodules-task-manager-interface/ios"; - sourceTree = ""; - }; - 447C964AF57E8E91B4E31A00CA894272 /* Pod */ = { + 443348E153BBB3FCA49021F265F444AB /* platform */ = { isa = PBXGroup; children = ( - C2B839BCA727B64D2C80846C64060A4F /* React-RCTText.podspec */, + 9703F30BDE785720AFF2E1EFAC350AC9 /* ios */, ); - name = Pod; + name = platform; + path = turbomodule/core/platform; sourceTree = ""; }; - 448A233CEA50A8AA9A59810915302176 /* Pod */ = { - isa = PBXGroup; - children = ( - A0499834785EA50EA58E3EB46B8FB6C6 /* LICENSE */, - D7014E8A87FE95F8EB4A9E9D165FCC6B /* README.md */, - ABCF9D5FA6B69B7FE22448C63F5C0C35 /* RNAudio.podspec */, + 4473C171202FFE5A1EC746437B40E833 /* Base */ = { + isa = PBXGroup; + children = ( + F45198879FC2ACBDEBC6F63E0CA043CC /* RCTAssert.h */, + E4A5E7ED5C25D72DECD5D088B66728B6 /* RCTAssert.m */, + 969FEB85FDDE0C10103B8A25A95EBD99 /* RCTBridge.h */, + 4436476E1F4860CD8B84D3DB645B79E2 /* RCTBridge.m */, + 8B9846EF1E145BA26B53A465625FA099 /* RCTBridge+Private.h */, + 1DF93D67024EFC167357D4945D8FBE0B /* RCTBridgeDelegate.h */, + 600B08AD55E15376D2EE12F43D54B183 /* RCTBridgeMethod.h */, + 2B171ED2A0F4F64763AAB6D51EBBFAB2 /* RCTBridgeModule.h */, + ED001B3F821A402E03929C1CE32D849D /* RCTBundleURLProvider.h */, + 7D451749C0ABA7FD5248CB5ABF17E62C /* RCTBundleURLProvider.m */, + 9EB0789F4D774E30D5609DA6262E370E /* RCTComponentEvent.h */, + 3E45A9D5235F6114C97C3663BD8DECD3 /* RCTComponentEvent.m */, + EEE90E76E0CE84766FD5EA1C2F2477C0 /* RCTConvert.h */, + 2105C7E8257DED74D0633CAE14616423 /* RCTConvert.m */, + 9D27F567A689486EFBDD9BF0528ED12F /* RCTCxxConvert.h */, + 516CBD5A5ECA00B091372B59B4719AC3 /* RCTCxxConvert.m */, + F104710E472CD122DC164515846E2A56 /* RCTDefines.h */, + 71645E7B8BC727F250970F14F0682705 /* RCTDisplayLink.h */, + 7AE3E5AF76AAC7CD8BCC381E668D5E61 /* RCTDisplayLink.m */, + A0B25F176C7DE14B3E45F368174E7380 /* RCTErrorCustomizer.h */, + E5DFFA0EBDFC633CE7A2C7B736BC479D /* RCTErrorInfo.h */, + CFE1070EFE85EBE078787EDBB7D94C50 /* RCTErrorInfo.m */, + 49B6FE6596551A00C765B7D0BC0D7141 /* RCTEventDispatcher.h */, + 6BDF3E2801BD996C86FA236E7E0FB37D /* RCTEventDispatcher.m */, + 215D95DED72145C5F30B132B78A576BA /* RCTFrameUpdate.h */, + 8789E6B9B4F6FF88FE0CCF277378F455 /* RCTFrameUpdate.m */, + FC76E57329FEF4D0AA4A92371801171E /* RCTImageSource.h */, + 6A44BC6F2A573040BA8676484BA4B3B0 /* RCTImageSource.m */, + 2F37D87AC099D48EF177E7FEE4B8CD1A /* RCTInvalidating.h */, + 93C224DEC6241E6E15B0257C51E31815 /* RCTJavaScriptExecutor.h */, + 7DE8B6AB3DB350FA909841DA9EC08631 /* RCTJavaScriptLoader.h */, + 953D3F30C90499C2875F30505A819A1F /* RCTJavaScriptLoader.mm */, + 0A1D6A6B1993E9FA5C6D8E6B7681B586 /* RCTJSStackFrame.h */, + F016FF87C1246BD7025DD4D90E49B08C /* RCTJSStackFrame.m */, + 00CE44116E28CC06CE1A5026D582395E /* RCTKeyCommands.h */, + FCF813874E45610A3C878C82C661384A /* RCTKeyCommands.m */, + A9C7243660D519FBCAB59D233784DE36 /* RCTLog.h */, + C937B1B4E97ED1D3A51D9EF51D8102BA /* RCTLog.mm */, + 190EA7840E9D68FDBC848286197AB840 /* RCTManagedPointer.h */, + 0E0C4B413E27FC991D7C3F24EE878DF5 /* RCTManagedPointer.mm */, + B5BEFC8ED99279860396E625E8EC81EC /* RCTModuleData.h */, + F790C7FBB4A39AFCDE5A4642EC9469F7 /* RCTModuleData.mm */, + 95E5101F1C5E1908D943CB3281BE33AF /* RCTModuleMethod.h */, + 822A876AACD24B50722D260D165AB25E /* RCTModuleMethod.mm */, + 21F8D53CB034D71E9DFE4A5E5BA996B6 /* RCTMultipartDataTask.h */, + 8316402AC05BDE2B1C25C0E0B73623A7 /* RCTMultipartDataTask.m */, + 32B710D97CAA2E596AAB4B8AFE147036 /* RCTMultipartStreamReader.h */, + A8D605CD2A9D926F49ED96D30DFD6C8A /* RCTMultipartStreamReader.m */, + 1DB821A91F029F52EB28EF6A6E242F37 /* RCTNullability.h */, + 7FF7FEA819650D25C4BD4A0BE00060BA /* RCTParserUtils.h */, + 5A56DFD58C798B2677C0F6F4782F2656 /* RCTParserUtils.m */, + 9A68C48A1030E443E888C7590272A329 /* RCTPerformanceLogger.h */, + 1143FDC2EB25DB22D62A7D939496E2C2 /* RCTPerformanceLogger.m */, + D19870CF202DA328360970BACF337DF4 /* RCTReloadCommand.h */, + 6B6F9AB60034F9E68659E84A566DD8A3 /* RCTReloadCommand.m */, + 379D3DEFB22E6524C2E0CF68669F9AD3 /* RCTRootContentView.h */, + FF0A62676379A985EC2BDB744252E867 /* RCTRootContentView.m */, + 642EB49E2BDEBA6B3F2823D35D8EA481 /* RCTRootView.h */, + 0BA0078592204F6A4E8C1A9A50E3C15E /* RCTRootView.m */, + 1F79825D92762ABAAD4DD1D3B55F79B0 /* RCTRootViewDelegate.h */, + 781F8DE9BC77D769CCCE509DCCF4CF42 /* RCTRootViewInternal.h */, + F6546CF4D4FB0BE83BBB6103DB09DBB8 /* RCTTouchEvent.h */, + A3603580E44508888CCCFFEB71E5080D /* RCTTouchEvent.m */, + 72FB51B9D859937387C83204CD0AB7C6 /* RCTTouchHandler.h */, + 7F47A0C13E9D73A8A36B6AF2C6148890 /* RCTTouchHandler.m */, + 8E341298C96875832ABE661D1A5E3FC0 /* RCTURLRequestDelegate.h */, + 8666A129958604DEC083C66FEBB02BB1 /* RCTURLRequestHandler.h */, + 0CAFAA8DBC3331A4140B822A1042D1B0 /* RCTUtils.h */, + C019868FC0B5999935B25DC63ED4014E /* RCTUtils.m */, + 57ECCB1D62679E55F9E0B86F636A08B0 /* RCTVersion.h */, + 81B9752312D9C5DA90C9FE5E38D2B1DA /* RCTVersion.m */, + 49EC730E4EA439A3C734DC0E0641E81B /* RCTWeakProxy.h */, + BB58B93C48F1CB185405E1FC503D8EFB /* RCTWeakProxy.m */, + 12D5C19BF5EF82193A40275F4B364698 /* Surface */, ); - name = Pod; + name = Base; + path = React/Base; sourceTree = ""; }; - 450B5FCF710FFA64AF6B0426DFD2C915 /* FBLazyVector */ = { + 45AD57F10C591CA7F1F8345CA8A36481 /* UMBarCodeScannerInterface */ = { isa = PBXGroup; children = ( - 9A7ADFFD11CA3176AD9B995816F26E0A /* FBLazyIterator.h */, - 0D2A15030BBD7E453F08CB2638712216 /* FBLazyVector.h */, - D4D3DB278036B460122D7AD158BD3736 /* Pod */, - FD2ABB1C3AD32EB6CDD1E38A18560079 /* Support Files */, + 2BE4262912D041A53415FBAC8668835B /* UMBarCodeScannerInterface.h */, + D520DB194A283ED911CD3B701821346F /* UMBarCodeScannerProviderInterface.h */, + 6D2F34B33B322F6CF92CC450C5AAEC09 /* Pod */, + 06F74414C37AECF6C0BF517B87B502BB /* Support Files */, ); - name = FBLazyVector; - path = "../../node_modules/react-native/Libraries/FBLazyVector"; + name = UMBarCodeScannerInterface; + path = "../../node_modules/unimodules-barcode-scanner-interface/ios"; sourceTree = ""; }; - 45E96C23EBEC66CF50595F57D7A40AA6 /* Inspector */ = { + 45C53BFCA0EA1C54D48C38C7C0E0E47A /* Support Files */ = { isa = PBXGroup; children = ( - E85B008837FA9F5C524F86ADFBB667E5 /* RCTInspector.h */, - 1613165AD3D38B77EBDBF0EA8019FCE1 /* RCTInspector.mm */, - BD2149CD1A9786D1ED0CFA9C925C800C /* RCTInspectorPackagerConnection.h */, - 73934CBCB26D587781880AFD9B873AE0 /* RCTInspectorPackagerConnection.m */, + D41DB2C1B493027A1BA8BACEE24762A2 /* UMCameraInterface.xcconfig */, ); - name = Inspector; - path = React/Inspector; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMCameraInterface"; sourceTree = ""; }; 45F5ED2C3A330A590E11E433B7535194 /* JitsiMeetSDK */ = { @@ -8354,78 +8448,194 @@ path = JitsiMeetSDK; sourceTree = ""; }; - 460D6A8ED928920BDEB2DD9D2E52F667 /* RNVectorIcons */ = { + 49C6CC742418875BF4033F2AA2EDF3D6 /* Support Files */ = { isa = PBXGroup; children = ( - 7FD3A23C2C73AF02C7B123F5BF72FD76 /* RNVectorIconsManager.h */, - 6CFF0EB764BC9AD5478CDBAF1F1616F3 /* RNVectorIconsManager.m */, - DE4190BAA6DEE3A98E1E9D86D6728FA6 /* Pod */, - F52AAFCB4EC12A55239B51CAF8F6101A /* Resources */, - 27CA2E075B22223434B0DBA7E6A5C08B /* Support Files */, + CEB99F482F1FF9C54032E4C171201888 /* BugsnagReactNative.xcconfig */, + 107D3D738B7A8CE24E980163B3F09293 /* BugsnagReactNative-dummy.m */, + 65A961EAA31EAA00EC7FE51413EE9D2C /* BugsnagReactNative-prefix.pch */, ); - name = RNVectorIcons; - path = "../../node_modules/react-native-vector-icons"; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/BugsnagReactNative"; sourceTree = ""; }; - 4793B76C36EC1A75B8DAFBE0A259EB6A /* event */ = { + 4ADC8A1EB1D4EC2971876FAD970AB728 /* Support Files */ = { isa = PBXGroup; children = ( - 54C24149A3A1B3D3197BF7F331408AEE /* event.cpp */, - E5559923AA1F789D49B777E430398950 /* event.h */, + 453F7492E2D2204EC23AF59450B69FC2 /* EXPermissions.xcconfig */, + 6329D7FE1121CF93190AC777AD5A3ED7 /* EXPermissions-dummy.m */, + CCEE0C3EB2B95AAB1FF6E19176907E70 /* EXPermissions-prefix.pch */, ); - name = event; - path = yoga/event; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXPermissions"; sourceTree = ""; }; - 47BE8EACC41F288EF200D9F6B6EE3A50 /* Support Files */ = { + 4BE184435B24756F0DD206266A4CA508 /* Pod */ = { isa = PBXGroup; children = ( - 8D9AD324C45816C8695A7CB64332E1F3 /* ReactCommon.xcconfig */, - 01060FCDBEF265BFA21F91667CE83154 /* ReactCommon-dummy.m */, - 8F28466A1AE32C6340402C07E1C9ECCB /* ReactCommon-prefix.pch */, + 10F339E0462700B56B978576652FDCCA /* react-native-keyboard-tracking-view.podspec */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/ReactCommon"; + name = Pod; sourceTree = ""; }; - 486B0FF3DF4E7F5C500CDB8E7DDC3801 /* Pod */ = { + 4C30909A270A0E8FE7F9EB8E8B7FC249 /* Support Files */ = { isa = PBXGroup; children = ( - 0919CC701D5F76D8506D5E6FDC0C64DD /* LICENSE */, - 8ECAD65385F5517D8358A5844A0A33AB /* react-native-keyboard-input.podspec */, - 6DE5FE1436D20CF01174346129817D21 /* README.md */, + F20B180436D2CB1935FC05383EC8AE97 /* RNReanimated.xcconfig */, + 2EF3887C3716B950B1A8AA9CBDAD1C42 /* RNReanimated-dummy.m */, + 08A5182A2FEE61E4FA6323C12FD5A5A0 /* RNReanimated-prefix.pch */, ); - name = Pod; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNReanimated"; sourceTree = ""; }; - 48AB9742C8222728F55DB65ECF4DB387 /* Pod */ = { - isa = PBXGroup; - children = ( - C59C0285928EE93A3D14096AB122F3CD /* React-RCTVibration.podspec */, + 4C967A231944A988779E890E8F36F490 /* Development Pods */ = { + isa = PBXGroup; + children = ( + 92F85D30FD840403D60FCE6C7D7BABA9 /* BugsnagReactNative */, + 821784F44D098F0C92D04521F2ED4C8E /* EXAppLoaderProvider */, + F759CD8FC03D59B569ADF9BDE65D0FE3 /* EXAV */, + 27EA7AFC73E21A61DB059BDEC73BDA80 /* EXConstants */, + 424F0414E81BD0DFC3279B19D5D382F8 /* EXFileSystem */, + DE5FCEE8D510BB5A2787AB7B3B10044C /* EXHaptics */, + 05CEDBF0F0C862819FE09790060C9492 /* EXPermissions */, + 66B304ED168BF82E7FF169BD0C730C83 /* EXWebBrowser */, + 201B97778ABA3794B02410228F7C3325 /* FBLazyVector */, + 3401720A35AF9B42E45285F8EB95B1E3 /* FBReactNativeSpec */, + 36CBD8D05C8AD5CB937E83F22CCCB3B2 /* KeyCommands */, + C6DEBD08800C953C60F4AC74E6FEB16C /* RCTRequired */, + 254E06A8DF5E08723326641FE2920DB9 /* RCTTypeSafety */, + 3B09F94F017010A4F98ED1690ED53A1A /* React */, + 049EE75CE70B8070C0FA78F3231BE172 /* React-Core */, + 7DB4958CB23DC7EAA99D48FD95E3A914 /* React-CoreModules */, + C5C00BA790CD91873BE2C4F21EC1EF72 /* React-cxxreact */, + 41DE2E261DF4555E217D3C78D3FEC5D3 /* React-jsi */, + E63A85B3E233A7A071605F95601CD1E5 /* React-jsiexecutor */, + C20327557F8AF131D2BC7090C6C0BA79 /* React-jsinspector */, + 003A2F547DDE579B8E85BD53952E1A2E /* react-native-appearance */, + 1345AFF1F4C0CA8ED2C23A235F6780EC /* react-native-background-timer */, + 04977194BD4BF63B063F117E1394ACC2 /* react-native-cameraroll */, + A2D38C20369AA6986D33E763C6A6E71B /* react-native-document-picker */, + 43B5458DE24C5335EAC267D96EC3EEE1 /* react-native-jitsi-meet */, + C0AC680A6001793CF0A75F882F5BB814 /* react-native-keyboard-tracking-view */, + 8DC566C76495332EB675F11263E8BF21 /* react-native-notifications */, + 723DACD8FDD2D74C3332860BE9C2DEAC /* react-native-orientation-locker */, + 2AE88AB61F395C6FA741286E600FCBC5 /* react-native-slider */, + F99224E5E60995E64CAFD9F1D6238903 /* react-native-video */, + BD57C5A5717872E5B5052B77BE76E13C /* react-native-webview */, + 52029A65A362AA225CC04A53636C1D5B /* React-RCTActionSheet */, + EAA65E880B997E2392F154F5B31FE4D0 /* React-RCTAnimation */, + 560BE5E18529C5151D3FB727F3945315 /* React-RCTBlob */, + 3BDB951A4B9A4EF1E9D6C8F9A3C41158 /* React-RCTImage */, + 5FAF012E5DF9BC1DE4D179DF52173191 /* React-RCTLinking */, + 3A3EBF6659CD22DADACEBB3112EF282D /* React-RCTNetwork */, + CE1217A5C2B26B5963B14B9CCFF79027 /* React-RCTSettings */, + C55C9A47D8F2F4F72FF35D8F33A96EB4 /* React-RCTText */, + A8853A93D5EBCDC24E8C9A46545B31C5 /* React-RCTVibration */, + 87BCD03B7A12C5ACDA793FF886B59CF6 /* ReactCommon */, + A610D446D0560C4C98C8958466F61211 /* ReactNativeART */, + 87404215DE660AC2CED599221C890C2B /* rn-extensions-share */, + EFD3165FECF344DA219120289FDE29DB /* rn-fetch-blob */, + 8C6DE9F792321649690ABB986DEB1E0F /* RNAudio */, + D938C45C82EA8E9B617021C5EE67C13D /* RNBootSplash */, + F86AD797816AA180EEC31C507BD3BF2D /* RNDateTimePicker */, + B503798E785C484798A7E74986827A09 /* RNDeviceInfo */, + D6AF5CDFE3D2A752498B6676B14AC0C4 /* RNFastImage */, + 6C67D6D726B081876AA216E20CCCD235 /* RNFirebase */, + 2F1CBFA581CF918F058D1ED156E5D027 /* RNGestureHandler */, + A3067D64541F065B617D78354223AEE8 /* RNImageCropPicker */, + B7342BA9AD4A717449D6329B1439B49E /* RNLocalize */, + 1D59D592779177050908051703591889 /* RNReanimated */, + 32EDAA2A166BFF3B488950E5CDB68A7E /* RNRootView */, + 586ADC3192594C28FA9C3ED0458E4133 /* RNScreens */, + 6723004F2F67F7EE8BED283A209C5176 /* RNUserDefaults */, + C1A1CD6F648F90F788B43318B2F292AC /* RNVectorIcons */, + 45AD57F10C591CA7F1F8345CA8A36481 /* UMBarCodeScannerInterface */, + 8F37E93D67E21374CEDE5702881BBBB5 /* UMCameraInterface */, + 2013724E0E6E6420717AA8B980144EC2 /* UMConstantsInterface */, + EBE5D54AF7385F1C52E2207435CFAECC /* UMCore */, + B09131565B423D41A715E16F7C5FA116 /* UMFaceDetectorInterface */, + DADB2FA37430407EE3A8BDE1D953DBFA /* UMFileSystemInterface */, + 878E9B74CF8EA6A628777D7E9B63134A /* UMFontInterface */, + 515C8B42D3B026C376B2529E78A9433E /* UMImageLoaderInterface */, + 353417B6E7CD53E90D4CA43E88834E48 /* UMPermissionsInterface */, + 012599ABE1755C0985578F4EFE3A208C /* UMReactNativeAdapter */, + 7579BAE17A98FC76283ED4106A8E03D8 /* UMSensorsInterface */, + 51ABF48952F414D33873A631FB37B1BF /* UMTaskManagerInterface */, + FDF4D6A5D859A483FB87E0527F894279 /* Yoga */, ); - name = Pod; + name = "Development Pods"; sourceTree = ""; }; - 494756B2A12485678BBEF28AE7D9E7B2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 17B3808D010EAE5E4DA1D386D6CA94D6 /* rn-fetch-blob.xcconfig */, - E356A1577B80364B95DE1871626C066D /* rn-fetch-blob-dummy.m */, - 2D8E2E86502AB32BE1A6A36EE7EABAB1 /* rn-fetch-blob-prefix.pch */, + 4D4CAD72A738FE9FCC82B4A0B67E2083 /* Source */ = { + isa = PBXGroup; + children = ( + 20898907E36468BC4EAE3DA5D98F4006 /* BSG_KSCrashReportWriter.h */, + BC65F1F6162EB51405E4DF22AA606F1A /* BSGConnectivity.h */, + D9965E3BF1C0A7A105894C90DD03681A /* BSGConnectivity.m */, + DF9B028A04CFB05A64FBDED84CD9D1A0 /* BSGOutOfMemoryWatchdog.h */, + 05BCB3C460F5F81DDB1FE31E0BE0BBB0 /* BSGOutOfMemoryWatchdog.m */, + A66FAA94D678F99D0D43B7E041E553EA /* BSGSerialization.h */, + 6ED8C7DE61AF56813E143BF20294906D /* BSGSerialization.m */, + A4C982A1921D03C6551EAEB33757CDB6 /* Bugsnag.h */, + 5D15D8118A4A0FB448CB93237B70977E /* Bugsnag.m */, + 47699BB5067B1F7390913E46DC03E16A /* BugsnagApiClient.h */, + B38BD7471D76B7D8984566FBF8F2FC31 /* BugsnagApiClient.m */, + 9815955A1502945433D96408FEB2724B /* BugsnagBreadcrumb.h */, + 6072E4BAAED089D7AE2B64FEE750099D /* BugsnagBreadcrumb.m */, + F72BA5E62AD5C02B17ACFEE57444E17E /* BugsnagCollections.h */, + 0430A859F6B189A9F7BB9B68684F74DB /* BugsnagCollections.m */, + 58BB6F912D38455B502F2A97120E6C7E /* BugsnagConfiguration.h */, + B6E2477FBD3B0E3200AC17BDAC7868BF /* BugsnagConfiguration.m */, + 70CA824EA0517C7A486AF5913D7A2427 /* BugsnagCrashReport.h */, + C08875D462AD14C697B9C911E58F24DC /* BugsnagCrashReport.m */, + 09B534B21AB7B060F4CB88A9145D964C /* BugsnagCrashSentry.h */, + 418284EA505FDD678CBD5AA73779F981 /* BugsnagCrashSentry.m */, + 129B1B5C404258A3661D2DEAC0C38622 /* BugsnagErrorReportApiClient.h */, + 0BC69A0F0E5428AD5AA0122AFE3B161B /* BugsnagErrorReportApiClient.m */, + 17125002E94B9CFF3F601598C970976A /* BugsnagFileStore.h */, + DA5EA24A40BCD0AF91D8D4883B987D7C /* BugsnagFileStore.m */, + B414B2F742B5E67193DBBE9244CADCB3 /* BugsnagHandledState.h */, + C1B37D7619FDB168247FEA7130A74129 /* BugsnagHandledState.m */, + 6F99ADE66801EF860C2C5FCD523DAC72 /* BugsnagKeys.h */, + D2AE01502A1D7A3BF017E43D2D032248 /* BugsnagKSCrashSysInfoParser.h */, + 6C4A50E254D45C3BE470D3DD33B59890 /* BugsnagKSCrashSysInfoParser.m */, + C3D5C6F8D2CA4F28659A74E2196887E0 /* BugsnagLogger.h */, + 7EDB2B3D66D3A71D8F92BC97FA3EBD68 /* BugsnagMetaData.h */, + 7033CC3FDDE0F2FC2F238C3C2D4CE220 /* BugsnagMetaData.m */, + AF0045C0E8698A8A151A6AB320396243 /* BugsnagNotifier.h */, + 4870E7734548ECD64DE92DAAD30CE706 /* BugsnagNotifier.m */, + 46325BEDE4700FFE47DD396EE228FEFC /* BugsnagSession.h */, + D6200FB32BE00FD2F794E45C05D446F2 /* BugsnagSession.m */, + 427D9EFB7F26B07022FBAE227F7BA288 /* BugsnagSessionFileStore.h */, + CBEBD953DBD9EA578B00BDDAB6C8BED9 /* BugsnagSessionFileStore.m */, + FED5EFB712CA94D241761549840BD156 /* BugsnagSessionTracker.h */, + 6777054F7F582761BBFAA2A487603F18 /* BugsnagSessionTracker.m */, + 2919F0588C823D44177903F6308E77A0 /* BugsnagSessionTrackingApiClient.h */, + 1A72E00C51A5DDD6516BC0EF3C2F3836 /* BugsnagSessionTrackingApiClient.m */, + 45A71F5AE5B0184DDFAC21EA530488D9 /* BugsnagSessionTrackingPayload.h */, + C4DC2C0111B5779B9E565DDCD823B049 /* BugsnagSessionTrackingPayload.m */, + 41B4408EB96EBB344D77C34F1B393459 /* BugsnagSink.h */, + 250CA94BE6AF22BD22B45DF0F3AC6D13 /* BugsnagSink.m */, + B4793AA164D7B384AB6A2211D81056FB /* BugsnagUser.h */, + E6C61D0400E9445DBA9FD8CC957A56A0 /* BugsnagUser.m */, + D3FDCBE707AB3D57D08657B12D7C8E84 /* Private.h */, + A3DCC93615657F78B64CE52A6A8BC21F /* KSCrash */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/rn-fetch-blob"; + name = Source; + path = Source; sourceTree = ""; }; - 495C0516FE69A6C6E8F1FF9D31A49617 /* Support Files */ = { + 4D5D5E6054D1541423E54EF88B7D1095 /* Text */ = { isa = PBXGroup; children = ( - 361B885668026CB8D0F97C254A166261 /* RNLocalize.xcconfig */, - F9857BED366CA42AB9F83EF63D63CFCA /* RNLocalize-dummy.m */, - A0E7A17B499199474386A43A83B29188 /* RNLocalize-prefix.pch */, + 8373FF1609D4CC78C3656464B1F9D785 /* NSTextStorage+FontScaling.m */, + 5CF87809263E9EE7B7D2E1C9775F0A0A /* RCTTextShadowView.m */, + A88E01C496FF6956C484ABA7A145B012 /* RCTTextView.m */, + 1E2D4E3111794889626E3A5E42EFB478 /* RCTTextViewManager.m */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNLocalize"; + name = Text; + path = Text; sourceTree = ""; }; 4D83F06413D6217C0D772C119D940DF0 /* MethodSwizzler */ = { @@ -8450,14 +8660,6 @@ path = Fabric; sourceTree = ""; }; - 4DDC41BEE5EF7446BC97F12695DC1A81 /* Pod */ = { - isa = PBXGroup; - children = ( - 36A62BEFF7EB6CB4D7EAD29A3F708E1C /* UMSensorsInterface.podspec */, - ); - name = Pod; - sourceTree = ""; - }; 4E83550CD2D87DD34D933535D7603C46 /* glog */ = { isa = PBXGroup; children = ( @@ -8479,469 +8681,295 @@ path = glog; sourceTree = ""; }; - 4E9F31892FFE76505FA6CAA7C783E38C /* Views */ = { - isa = PBXGroup; - children = ( - C84E273398627AF9A988343BCCE455F4 /* RCTActivityIndicatorView.h */, - EF9921F47FF3BDE4729BAAA616C80D74 /* RCTActivityIndicatorView.m */, - 1E0135D46DF131834F793B0B429E1533 /* RCTActivityIndicatorViewManager.h */, - E082881CDFED92CBF377AA6C5387CDE5 /* RCTActivityIndicatorViewManager.m */, - C3F3F8C91AC91F1D56DEE2A183B95EAA /* RCTAnimationType.h */, - AF4E50930C881D54C475F4E9E2708438 /* RCTAutoInsetsProtocol.h */, - 9BC60395AFE6474124D409C530940D54 /* RCTBorderDrawing.h */, - 09F77CDD7F7A0108AAF824CA344D662D /* RCTBorderDrawing.m */, - 6AE018BDB38E30FEFA9F2E4E04212C3F /* RCTBorderStyle.h */, - 3EB1C6BBBCFC667C647FDECEC591BA2C /* RCTComponent.h */, - C4AE2A6DA28CCE60ECD1B230FF30E591 /* RCTComponentData.h */, - 9B0AD001626F3DA49488E7AF64CBE2C0 /* RCTComponentData.m */, - 73748A783C6B7DDB36A887E64DDF81ED /* RCTConvert+CoreLocation.h */, - 13FE5B7DC64A6E9F42C8297AE48B1586 /* RCTConvert+CoreLocation.m */, - 8BEFCBA577467637C7DA1AD12DA6F75A /* RCTConvert+Transform.h */, - 9035E72802D369C7C7D38B73340C5664 /* RCTConvert+Transform.m */, - D61ADA0D65AF7B704FDA8AB935CC54BE /* RCTDatePicker.h */, - FD76891E956AFD0CA82E395F8E80D8C8 /* RCTDatePicker.m */, - 30D7C6D1BD3C9423C251D5877B013378 /* RCTDatePickerManager.h */, - 4835F854BEA7430B1001BABA909F51A0 /* RCTDatePickerManager.m */, - AD464DC212D3FA00C00082CE9A4F5116 /* RCTFont.h */, - CEFAE0C3CF1D99BECB230114EE412F42 /* RCTFont.mm */, - 9E17215D2FC4543AFE3EEA6E44348E62 /* RCTLayout.h */, - B3071ED7A5495BDF6F19DD820649D418 /* RCTLayout.m */, - F844C20A54D995CE7E93296EC2B64F8C /* RCTMaskedView.h */, - 70F7C71414E7A687F23D5D9F0F2AEAD1 /* RCTMaskedView.m */, - A0F035410C2743287DE4D765755713BB /* RCTMaskedViewManager.h */, - 7138F704A6445B722A1765D2C6BC981D /* RCTMaskedViewManager.m */, - 3F11D64FD1C54C0726523DA779674B67 /* RCTModalHostView.h */, - 6EAD38E56CBCD12D7D253B809C78322E /* RCTModalHostView.m */, - 556F58FFA119B290E284AE0FCBE98DE1 /* RCTModalHostViewController.h */, - 7F7156A23284105AA7C4121711BF1FFC /* RCTModalHostViewController.m */, - D0FE01A8134FB0C1F55977D55508FDED /* RCTModalHostViewManager.h */, - 78321E51A4A540D13D5D8BD2DA2809C9 /* RCTModalHostViewManager.m */, - 79DAA100D0372D6D695BD1BEE90566CB /* RCTModalManager.h */, - FAEDC38D7537173AC92AC923861A2862 /* RCTModalManager.m */, - F56003BB4ABF3AE50FC4F26A90B5C09F /* RCTPicker.h */, - 2E4BFE364D0D3C25C27CA651D3B09427 /* RCTPicker.m */, - 34B29BD9D3C6B94CE636A7EF39030F71 /* RCTPickerManager.h */, - 5503724E3438B0679C3F7E4CB8DBFBEA /* RCTPickerManager.m */, - B6AA38713255D261FDE99A974E08E031 /* RCTPointerEvents.h */, - 40CED93B20D9FFF39C80A720C8A38A57 /* RCTProgressViewManager.h */, - 0F49FE03700918174AEC164794F2D225 /* RCTProgressViewManager.m */, - C72004FD57292D2E614494D7D9C54E2B /* RCTRefreshControl.h */, - D3D7687A63CDDE8D8CD1FD27BBA35203 /* RCTRefreshControl.m */, - 986F1311D788AD1A5E83C73246AACDC0 /* RCTRefreshControlManager.h */, - 558915603AF11306686E59F03CF0521F /* RCTRefreshControlManager.m */, - ED454F9E93C36A82D19796302057A7E7 /* RCTRootShadowView.h */, - 40178D2B0A8A63A48E68DBEFF053B4B6 /* RCTRootShadowView.m */, - C1ABCC63C6117F6139F5E754A885B208 /* RCTSegmentedControl.h */, - 8827799CD3622DDFB04521A953779AE8 /* RCTSegmentedControl.m */, - 152B32D40B0A4AC5A72EA9301B83D89B /* RCTSegmentedControlManager.h */, - F661E60947B4E42E1D50EED00F0407DA /* RCTSegmentedControlManager.m */, - 9046263A87404FE2FA089678B448B3E5 /* RCTShadowView.h */, - 9873371C2104E1C78F4B2935D14AF9E1 /* RCTShadowView.m */, - B532B085F7B45D6DD72D8BE49A120916 /* RCTShadowView+Internal.h */, - ACB1D44F71FFDD55AC7EB6BAD87B6508 /* RCTShadowView+Internal.m */, - B5C3844CC61A7B52C6EF376DD18B477F /* RCTShadowView+Layout.h */, - F758C0842CF42881EE9090A2D7CF3353 /* RCTShadowView+Layout.m */, - CC78F64D3E00349B2ED22DBCBDEA320B /* RCTSlider.h */, - 66E4AF841D8F2BF5B4E1B7A3BB51EBDE /* RCTSlider.m */, - AE4B7870CAE91B35878C676011311F07 /* RCTSliderManager.h */, - 4687F4AD27605F70F42D7F708F1D4379 /* RCTSliderManager.m */, - 9D1DF51A2C2AA7F4AFD2F3DF605779A8 /* RCTSwitch.h */, - 4EA99B2E10162FD11E167103AD76752C /* RCTSwitch.m */, - 170D4C06361FEB7268E6CD7CB57E7C16 /* RCTSwitchManager.h */, - 84D33921BE9769249475C3A87ECB9B0D /* RCTSwitchManager.m */, - 22509F6CAC0545EE9C92B24406594D33 /* RCTTextDecorationLineType.h */, - 5666A5BA1FED758B8028AC4746EDF849 /* RCTView.h */, - 423FA01DAEC6424828A0992FEBD3F2F3 /* RCTView.m */, - 70EE458F7665755CBE7A61B543F829E6 /* RCTViewManager.h */, - 6F3BC7AFDBB9E36B2866BEDE84B27639 /* RCTViewManager.m */, - C468F235C6359CF14498360F3EE89F37 /* RCTWrapperViewController.h */, - 5847EF3E88F8586EE1EED4D1B5E6FFAD /* RCTWrapperViewController.m */, - 4A1AF04F5E4E9C6FE295E0CEE224AB63 /* UIView+Private.h */, - 43E400FA303B245EEC239368D0F13B7C /* UIView+React.h */, - ACE0C766FDC8F386168B1F1043432A35 /* UIView+React.m */, - 5B5AF73C78732C7E6BC1A98FCF67E032 /* SafeAreaView */, - 69C3D02941331BE7E90F01197D15D598 /* ScrollView */, - ); - name = Views; - path = React/Views; - sourceTree = ""; - }; - 4F490A99B0D7E8C0D51BACA682B7E4BE /* Multiline */ = { + 4E9343ACE01F097FBE654A0479AA5EB6 /* Pod */ = { isa = PBXGroup; children = ( - 8DADD905867794EB8BCD2EBEA004EBBC /* RCTMultilineTextInputView.h */, - 58CBABEC94E70081AAEE2424463752F8 /* RCTMultilineTextInputViewManager.h */, - 04A0B811CAB29369C222BE3D98E2DDF9 /* RCTUITextView.h */, - ); - name = Multiline; - path = Multiline; - sourceTree = ""; - }; - 4FA03511063E19F05F4056F42344EBB9 /* Base */ = { - isa = PBXGroup; - children = ( - EE8F86CB1A6A99E11E3604FB3EED2811 /* RCTAssert.h */, - 316CD5DF8063442746D2DA9064B0EBBE /* RCTAssert.m */, - DF9CEE916A7CB9AA263794699B5A2EA1 /* RCTBridge.h */, - 7FA68F18A14101923CA3305B869081B3 /* RCTBridge.m */, - A40EF82C56217F0738FD4B01182B1FE6 /* RCTBridge+Private.h */, - BE0103F3DA1BF440C6C9AB5CE797E13A /* RCTBridgeDelegate.h */, - A01ACBA98CC707F86EAF5590BB456FBA /* RCTBridgeMethod.h */, - B1FF2AC40395AD4A4C1BD974D62A21CE /* RCTBridgeModule.h */, - ADA995225964E165EFD31F85A2E16E27 /* RCTBundleURLProvider.h */, - 133155EAE646F5287D3A95970889BA11 /* RCTBundleURLProvider.m */, - 9087A343EAD796B5EF7708A9AE478E27 /* RCTComponentEvent.h */, - E596BE4F55ADDB5AFFEC47697DD5A142 /* RCTComponentEvent.m */, - EF7F636FEBEA23A9F4137BB9AC4BDB57 /* RCTConvert.h */, - DF32F01EEED52B2EEAF17A10F226FDC6 /* RCTConvert.m */, - 75ED6A2FE645B4C2CE9C0CAA112C005E /* RCTCxxConvert.h */, - 07DAB8EC81730CD97DB2B6C1AA675CC2 /* RCTCxxConvert.m */, - D4A7BF4513B33FA0D8756475FB480194 /* RCTDefines.h */, - 9EC3DBBA6E2E7BA421C6B0182A7246C3 /* RCTDisplayLink.h */, - C490D848F8DFB508E94CD6FE5DCE7754 /* RCTDisplayLink.m */, - 23600A44329F9568F208F52F10DC0EB2 /* RCTErrorCustomizer.h */, - 2EC40F160B7A2931915500E5AE27872D /* RCTErrorInfo.h */, - AFCE2E8D52457C0FA404D519055D555A /* RCTErrorInfo.m */, - 6B7BC4A3AB982847EE799E6134804887 /* RCTEventDispatcher.h */, - BEA14F6F6DF113FE70057996FA76C819 /* RCTEventDispatcher.m */, - D0C1F8FAD362FC436D035E3E4721D715 /* RCTFrameUpdate.h */, - D71097868824A10B6E5D6025B9CE5C13 /* RCTFrameUpdate.m */, - C25D34BC5BD12F75E17A5CDCF0EECBB4 /* RCTImageSource.h */, - AE3CB43D8CCEBF1F5B8D6F9D6F3CAC26 /* RCTImageSource.m */, - 9758E3F67028E745B7EFD69C3C0B0AF4 /* RCTInvalidating.h */, - 69021CD0329E9C6EA7DF13D36EE6AE17 /* RCTJavaScriptExecutor.h */, - 1458E4E4EAE7B330DD86A82D306C54E5 /* RCTJavaScriptLoader.h */, - 0048D36470E53B5FF8A46C8A01CC8EDC /* RCTJavaScriptLoader.mm */, - 3F67F1AC6F5CF2DBC46147151813B627 /* RCTJSStackFrame.h */, - D67B7CD545E3FB0BEB3931F8B928AA31 /* RCTJSStackFrame.m */, - AAEF3D1F614129815AC3A6D26B1127C0 /* RCTKeyCommands.h */, - 4F7B20942FDA996EE4CDC0EFED918B26 /* RCTKeyCommands.m */, - 0BB2579ADEE7C759DE9786F9C48BF1B2 /* RCTLog.h */, - 36C1854B287AFFB26744246A35457328 /* RCTLog.mm */, - 4ABED4B6A40DC160B75C622BC6970884 /* RCTManagedPointer.h */, - 0AE2390FAF9D6C096BDAAC31A97CC854 /* RCTManagedPointer.mm */, - 36FC33777B596CE2E3B8C419C6C37B5B /* RCTModuleData.h */, - 6A8094FB9C0DB2FA0F33E45E5CBA6CAF /* RCTModuleData.mm */, - FBCA47BDDC923B7EFAA1A48587713D07 /* RCTModuleMethod.h */, - 4F9B8D49D7836C792AD1829FBCABE7C7 /* RCTModuleMethod.mm */, - 18327D94E3FECE2CEC5A97BE593BDDE7 /* RCTMultipartDataTask.h */, - 5F7B3CE5659EFC4D1B944B572AE0A047 /* RCTMultipartDataTask.m */, - 73E582A85DD07279E40A4F9CFE495665 /* RCTMultipartStreamReader.h */, - AC535588D6E1BD18ED100CDC4973D51A /* RCTMultipartStreamReader.m */, - C97AD60F608DA260967F6C6D51228FA3 /* RCTNullability.h */, - 10C411D3236565B3A06B8A05735867DA /* RCTParserUtils.h */, - BA191249F4128BB2C5BBD28AEC3714F1 /* RCTParserUtils.m */, - 3F0410A5C14A0972819B5EC2F90D23E3 /* RCTPerformanceLogger.h */, - C5697EC5539A94D88DFCA46BC4FAC53D /* RCTPerformanceLogger.m */, - 6C6CF259A44CF9DF80BFD89DC5907AC4 /* RCTReloadCommand.h */, - 02E1D4C0A7F385C24A1B699EEB7C119A /* RCTReloadCommand.m */, - 10ABDC36FF69BA3A8700170692F89B6C /* RCTRootContentView.h */, - 9B5CC34B97248513D9C582B86D266F4F /* RCTRootContentView.m */, - 0DE5E34FE8EE79376EB837070EECF228 /* RCTRootView.h */, - CDA25FAFFD8601D819EDA22C11846BAD /* RCTRootView.m */, - 3F9253965AF41E2F212F66DCE9B0591D /* RCTRootViewDelegate.h */, - FB3123A952F455F3BA8BB9C13899B78C /* RCTRootViewInternal.h */, - FB7A54F3586E2E3E3689005870160DE4 /* RCTTouchEvent.h */, - EBF847F06E3B1135F4A59B491BE49CDC /* RCTTouchEvent.m */, - 3CBDE4657D6A5AF70D5945711059E3DD /* RCTTouchHandler.h */, - 98F75EFC7CE2E08B668461CE1F083CDB /* RCTTouchHandler.m */, - D9D72929B07675E8D75FB35FF71C2E33 /* RCTURLRequestDelegate.h */, - 98D8ABA72F0E8855B0F38E6EFF24C531 /* RCTURLRequestHandler.h */, - AAC9B40BAD88705271E4912C77E2E865 /* RCTUtils.h */, - 61AFC53D38AE61A9FBB42B58F86B0A7C /* RCTUtils.m */, - A0796802932A3DFC4FB3237E1E18425E /* RCTVersion.h */, - 7E6F52EA4F16924172A07F5D50747553 /* RCTVersion.m */, - 8ED4271184378A662C5899FDD8424B61 /* RCTWeakProxy.h */, - 50CF51CD8F739AF49732B92F8AF4177C /* RCTWeakProxy.m */, - 00E8988B0DB46B73F643101C75E090B3 /* Surface */, - ); - name = Base; - path = React/Base; - sourceTree = ""; - }; - 500901F722FE2BC2EB9467F58770F86D /* Pod */ = { - isa = PBXGroup; - children = ( - 906608F36838AE9FB4DAF3EA0F93C1C1 /* EXWebBrowser.podspec */, + 735308D8F8F56A43FB8A68C952385C2C /* React-RCTVibration.podspec */, ); name = Pod; sourceTree = ""; }; - 5184AB391334154A4B55BFE1E9E1B47B /* RNDateTimePicker */ = { + 4F846BFBB28AA667BB26513A5E90164B /* UMViewManagerAdapter */ = { isa = PBXGroup; children = ( - 8D7B66BD42BC878EA51C2BC82B338C1B /* RNDateTimePicker.h */, - EA35C9BA0A713AA410C2F0D77F97197C /* RNDateTimePicker.m */, - 5305F1456CC2A2DB218DE2992B1FEA67 /* RNDateTimePickerManager.h */, - 5B9F406C1C9FB6617BEB005C8E98781E /* RNDateTimePickerManager.m */, - DC49EC89736FEFC41C816E3FEA509BA0 /* Pod */, - DF3F80C167AC9A97192A91E4176FFC20 /* Support Files */, + C14488DB10BF1DC7ED777D3B1CACC0A2 /* UMViewManagerAdapter.h */, + 0885F5DB98DD1BC11EE566D4EAC121E3 /* UMViewManagerAdapter.m */, ); - name = RNDateTimePicker; - path = "../../node_modules/@react-native-community/datetimepicker"; + name = UMViewManagerAdapter; + path = UMReactNativeAdapter/UMViewManagerAdapter; sourceTree = ""; }; - 51A851DF9BB4A2A85756E8061DA6067E /* decode */ = { + 50285A79255F1054792CCB92CC352E15 /* Pod */ = { isa = PBXGroup; children = ( + ACE2E911D1DD8EEE1AAF6B1994A2BB13 /* LICENSE */, + 654F55D3078ED4072486CF9F49447C2E /* react-native-appearance.podspec */, + 8A15A9E207A9B31FFE5CADC3535ED922 /* README.md */, ); - name = decode; + name = Pod; sourceTree = ""; }; - 524D0249EA90DFA1DB9E9DB61EE1E3D0 /* Support Files */ = { + 50AA12402128295AF90412F88FFAF845 /* Support Files */ = { isa = PBXGroup; children = ( - C572D6C900A5E509B5FEA33C4BFF7C16 /* react-native-video.xcconfig */, - 30EA571AC9A610DDE68C8A41286F37F6 /* react-native-video-dummy.m */, - 1B69B9E72831955F1B7FCC4F58931BD4 /* react-native-video-prefix.pch */, + CE983F54434489877D613012B3EA86B1 /* UMPermissionsInterface.xcconfig */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-video"; - sourceTree = ""; - }; - 524D7310F63A08A40E791D96940ECEC6 /* Reachability */ = { - isa = PBXGroup; - children = ( - C6F54245CDE9F7FD217332E6F4A6ED40 /* GULReachabilityChecker.h */, - 2690ADE71F761217060D0FF0C1378AE6 /* GULReachabilityChecker.m */, - 6C4CBE67363B2232C57BD2CD42D32EE1 /* GULReachabilityChecker+Internal.h */, - A699B05CCF72090105833781B929648B /* GULReachabilityMessageCode.h */, - ); - name = Reachability; - sourceTree = ""; - }; - 52BF1DCAC81CBC11E518816E431F945C /* jscallinvoker */ = { - isa = PBXGroup; - children = ( - F3A98E2968BEB084F27F587A4C5726ED /* BridgeJSCallInvoker.cpp */, - 1386113097CC1FDE6E2557A4518C1268 /* BridgeJSCallInvoker.h */, - 9B5B403E518E7409481854D121386E9D /* JSCallInvoker.h */, - ); - name = jscallinvoker; + path = "../../../ios/Pods/Target Support Files/UMPermissionsInterface"; sourceTree = ""; }; - 55747659727D105E17D20D60E6089B75 /* Support Files */ = { + 515C8B42D3B026C376B2529E78A9433E /* UMImageLoaderInterface */ = { isa = PBXGroup; children = ( - 66E67D54611C3F741EDE2775CC1C74DC /* react-native-notifications.xcconfig */, - 3D162C3557E14886DF5D130C63966C11 /* react-native-notifications-dummy.m */, - BAD395CB9F308A48A79A1EF5C947A910 /* react-native-notifications-prefix.pch */, + 1EA36CD03DABA901BA7DD53ECC4B1654 /* UMImageLoaderInterface.h */, + AFE1DE685E75746DDC18FDEEF38C60AD /* Pod */, + 8687009A473B4C19E07A723349ED6891 /* Support Files */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-notifications"; + name = UMImageLoaderInterface; + path = "../../node_modules/unimodules-image-loader-interface/ios"; sourceTree = ""; }; - 566C7E1FF8A6A7B78424975DD81F5ADB /* Pod */ = { + 51A851DF9BB4A2A85756E8061DA6067E /* decode */ = { isa = PBXGroup; children = ( - FB95115557FF10BFB0F38D95820E0494 /* LICENSE */, - D05EBE847C047974E2167EDED4553433 /* README.md */, - 4C8F43A8B2A5C4AEBFF388B1C1FD7074 /* rn-extensions-share.podspec */, ); - name = Pod; + name = decode; sourceTree = ""; }; - 5708B5DA29D8876C225B090105B988F1 /* CoreOnly */ = { + 51ABF48952F414D33873A631FB37B1BF /* UMTaskManagerInterface */ = { isa = PBXGroup; children = ( - 338ECC56A4A92EB571B4761542C43109 /* Firebase.h */, + 9A70C516362D5F7D9EBC1585FCF393A9 /* UMTaskConsumerInterface.h */, + 8EB370AABDD21BA0B7668E5879AE00AC /* UMTaskInterface.h */, + 99527966D492C0F80E99FAF00244929F /* UMTaskLaunchReason.h */, + 06771DA5C64A38A7DFC915FEA0A51297 /* UMTaskManagerInterface.h */, + 1AAEEFB281242F1A071B2C8AB02C8203 /* UMTaskServiceInterface.h */, + BB68B23E49BBCA6C5A29CCE50C00DED9 /* Pod */, + CC579B8048BC4E2C64399A7F7A53B947 /* Support Files */, ); - name = CoreOnly; + name = UMTaskManagerInterface; + path = "../../node_modules/unimodules-task-manager-interface/ios"; sourceTree = ""; }; - 57B4C13AF33F6D17454F8B89D700F96A /* Support Files */ = { + 51C51A921950308467BB233BA02AE3C5 /* RCTImageHeaders */ = { isa = PBXGroup; children = ( - A761313D967005DBA593B9F9E2FB63FD /* EXWebBrowser.xcconfig */, - 542C2C6C4E041D16FC5F65BCA7CFF5DA /* EXWebBrowser-dummy.m */, - 1498C709C92B779078AEA950ED04240E /* EXWebBrowser-prefix.pch */, + 81EE5A4414D55FA5EAC5FFEF135313E4 /* RCTAnimatedImage.h */, + 6CB1E3F14C199DDDABE7F182112A5865 /* RCTGIFImageDecoder.h */, + BC806F56214777BFD5A629725CFE3FE8 /* RCTImageBlurUtils.h */, + F69D41E1D679DE5189CB5AFBF5E3F21A /* RCTImageCache.h */, + E23769C53342F026C8FC3324EA9C4E03 /* RCTImageDataDecoder.h */, + 76CF5E5C185238C131EC536F1F9D8C41 /* RCTImageLoaderProtocol.h */, + 11C90C0A37CE0D1135B7B4405DD6191B /* RCTImageShadowView.h */, + C169ADEDD761FF7FF89E2B542C802409 /* RCTImageURLLoader.h */, + 4EFBA9CC63A90E063363AB82E0449F35 /* RCTImageUtils.h */, + EACEC540385227203D4D6C8839B43941 /* RCTImageView.h */, + F44DD56050459C2127449208A3ED4DAD /* RCTImageViewManager.h */, + 5AF206BF94C79830E1F41E1C1B198EFD /* RCTLocalAssetImageLoader.h */, + 6C80594559B5411411B35FA7615757D7 /* RCTResizeMode.h */, + BEF90802AB40E24530A9533863C629C1 /* RCTUIImageViewAnimated.h */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXWebBrowser"; + name = RCTImageHeaders; sourceTree = ""; }; - 57C691A1891B683E6EF9663D16526743 /* messaging */ = { + 52029A65A362AA225CC04A53636C1D5B /* React-RCTActionSheet */ = { isa = PBXGroup; children = ( - 1E7BD509DA6643B58855ED3144CF45F0 /* RNFirebaseMessaging.h */, - B3FC9FECE308309CFEDA0657B6E891AD /* RNFirebaseMessaging.m */, + D58590258F21F73580DDB450622DC904 /* RCTActionSheetManager.m */, + 7B12521392E5BAAE0F3DB648B8F1E10F /* Pod */, + 608D5C93044315403A86AA0C65C2D729 /* Support Files */, ); - name = messaging; - path = RNFirebase/messaging; + name = "React-RCTActionSheet"; + path = "../../node_modules/react-native/Libraries/ActionSheetIOS"; sourceTree = ""; }; - 589A4425B55B2618EA8B89AA587655DF /* React-jsi */ = { + 524D7310F63A08A40E791D96940ECEC6 /* Reachability */ = { isa = PBXGroup; children = ( - 9E144FD8216517C431056C8AB56A39E5 /* JSCRuntime.cpp */, - 22AEECF0E7FAF915135D3CD08ACAE8A2 /* JSCRuntime.h */, - 0E3D9542E19AD8B526C826FECB85AC87 /* jsi */, - 662C7555AEDCDFBD89B9065ACE6DC4BD /* Pod */, - 1F15BEE4E27B44221A03689700B50682 /* Support Files */, + C6F54245CDE9F7FD217332E6F4A6ED40 /* GULReachabilityChecker.h */, + 2690ADE71F761217060D0FF0C1378AE6 /* GULReachabilityChecker.m */, + 6C4CBE67363B2232C57BD2CD42D32EE1 /* GULReachabilityChecker+Internal.h */, + A699B05CCF72090105833781B929648B /* GULReachabilityMessageCode.h */, ); - name = "React-jsi"; - path = "../../node_modules/react-native/ReactCommon/jsi"; + name = Reachability; sourceTree = ""; }; - 5A80505CC923C77BE5B6DBDE266695F9 /* bugsnag-cocoa */ = { + 5478A82B4E301801D82F163EAEA05E9B /* Support Files */ = { isa = PBXGroup; children = ( - CD9545865447D3EA29F4F23222CDF654 /* Source */, + 858A5749BBFD503B3D05B035D3CF513F /* rn-fetch-blob.xcconfig */, + 55944EE45A47C2EDCA607BFE638E0279 /* rn-fetch-blob-dummy.m */, + 8A75D45E5BFAC8C1CEA23F49BD406B24 /* rn-fetch-blob-prefix.pch */, ); - name = "bugsnag-cocoa"; - path = "bugsnag-cocoa"; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/rn-fetch-blob"; sourceTree = ""; }; - 5AA35265B5CA9728F5792EFCA3742B1E /* Protocols */ = { + 560BE5E18529C5151D3FB727F3945315 /* React-RCTBlob */ = { isa = PBXGroup; children = ( - 5F5900B6BE72B694A3F23E322A4E9F6C /* UMAppLifecycleListener.h */, - 758A0D976C7B66A9F730027FB1B32121 /* UMAppLifecycleService.h */, - 85CD6CEA26EA2149C045B78050DDE5BB /* UMEventEmitter.h */, - 15E7E201770E0C51DA76600BB01462A9 /* UMEventEmitterService.h */, - D9F4A62A9ED7CFA44D786F0DF1226B10 /* UMInternalModule.h */, - E686FE56EF5CEC46BF66195FC2C9BFAC /* UMJavaScriptContextProvider.h */, - 7DE7843EC8739E3A31678AABD115CE35 /* UMKernelService.h */, - 019C0E800661744EF0D3438C0676B8C2 /* UMLogHandler.h */, - 3233CA3991ADC282DDC155994E84A82E /* UMModuleRegistryConsumer.h */, - 8F7F6CFFBB5DA88C7B9A3E2CFBFE18C8 /* UMUIManager.h */, - 7D9426D6A7FB61A887D503ADBD24144C /* UMUtilitiesInterface.h */, + 4857EC81269FB33AC46064C20355AFD2 /* RCTBlobCollector.h */, + 013A24983FE17F635DFAA39B867D1A56 /* RCTBlobCollector.mm */, + 1A8994DC10EFC9F45E3809ABBFBBEE44 /* RCTBlobManager.mm */, + EB492CA5CDABAC145EFE39CE6C47C5CC /* RCTFileReaderModule.m */, + 3A07E1F4040BBFA3D1409DF1AFEDB76E /* Pod */, + 6E04F6F1FB72A477FE90B13EFC018E48 /* Support Files */, ); - name = Protocols; - path = UMCore/Protocols; + name = "React-RCTBlob"; + path = "../../node_modules/react-native/Libraries/Blob"; sourceTree = ""; }; - 5AC06D0E4BD00E50AC27F1A738EDF9D8 /* RNReanimated */ = { + 5708B5DA29D8876C225B090105B988F1 /* CoreOnly */ = { isa = PBXGroup; children = ( - C465C75546851E198789BEF2A625763D /* REAModule.h */, - 7EBDF44A68FBA375D60FFE9543F8E508 /* REAModule.m */, - DF65D00D2E3926F0F65448B95953E2E8 /* REANodesManager.h */, - BE00DA4FA4953A7C98A06C183B9FE409 /* REANodesManager.m */, - D266BBF617FED041725C7DB8C34EC8BC /* Nodes */, - B987258FF064BE4448F1B0F823868E8A /* Pod */, - E3BCD663FDBC63775611F8DD3E615BD2 /* Support Files */, - 2A9B334F7891442C5FC8795C70851FE8 /* Transitioning */, + 338ECC56A4A92EB571B4761542C43109 /* Firebase.h */, ); - name = RNReanimated; - path = "../../node_modules/react-native-reanimated"; + name = CoreOnly; sourceTree = ""; }; - 5AC4395CCD8088A447C988A56E12D803 /* Pod */ = { + 57DD9DB84209C6136A22CA0A09958361 /* Pod */ = { isa = PBXGroup; children = ( - 14B5DBFA2F27AE12D683695CC6A0EDD3 /* UMFaceDetectorInterface.podspec */, + 95EA5E6FAC17D61AA2EC471386B07354 /* UMCore.podspec */, ); name = Pod; sourceTree = ""; }; - 5B38FA7FDAAC5006075BA24450760E2C /* Support Files */ = { + 586ADC3192594C28FA9C3ED0458E4133 /* RNScreens */ = { isa = PBXGroup; children = ( - 442C6BF9F30352725CF6D5AA0170FC26 /* KeyCommands.xcconfig */, - 673E2FF2AD11DB9BE526F5B2098DB323 /* KeyCommands-dummy.m */, - 4A983CF8AC17E84D64C0436AA6007DF2 /* KeyCommands-prefix.pch */, + 9EAA7F0D10F0499C3375173C94859112 /* RNSScreen.h */, + E804A83F149E105E98B5198D5A0EBA3F /* RNSScreen.m */, + 347FE1F6EB32D7EBAB147F559064CD7F /* RNSScreenContainer.h */, + A7F41214E068C2672232FA79CBF2BD08 /* RNSScreenContainer.m */, + 4E3A3B9DF221F3B63712882E3C242C0F /* RNSScreenStack.h */, + 3C2A0D7A80E2DF72C1980FD853A0D57D /* RNSScreenStack.m */, + AE802E73C4901199E96345C8896A11C4 /* RNSScreenStackHeaderConfig.h */, + 1D31067950B607AE722611658DACC069 /* RNSScreenStackHeaderConfig.m */, + 7BC6BBC81F96E8461305093EA59F2B51 /* Pod */, + CB1BA38F2C9578C7CF003783413411E0 /* Support Files */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/KeyCommands"; - sourceTree = ""; - }; - 5B5AF73C78732C7E6BC1A98FCF67E032 /* SafeAreaView */ = { - isa = PBXGroup; - children = ( - 969E8C3F5B691A1E16B2076AB59ECCEE /* RCTSafeAreaShadowView.h */, - 030EC38CDEFF41D68FDBC8DAE691C72A /* RCTSafeAreaShadowView.m */, - 0CFC5BCB4620933A2A03665A8B4317C0 /* RCTSafeAreaView.h */, - D4ED23D2A53497958107B386E7127258 /* RCTSafeAreaView.m */, - 69897F67B1CE0D41A709DFC6B8EC563F /* RCTSafeAreaViewLocalData.h */, - 64256F252274D3A8699007081DF39488 /* RCTSafeAreaViewLocalData.m */, - CF72A9ACEA8C2E20997ACC80E819BA40 /* RCTSafeAreaViewManager.h */, - F27A6172A4529BF19BB7F287C544B5D2 /* RCTSafeAreaViewManager.m */, - ); - name = SafeAreaView; - path = SafeAreaView; + name = RNScreens; + path = "../../node_modules/react-native-screens"; sourceTree = ""; }; - 5B8EE0ADD8B7C7105D513EF5238A9751 /* Pod */ = { + 58FA3EE056B54F2A2D253B2A54DC667C /* Pod */ = { isa = PBXGroup; children = ( - 2B17E3BE35B17FB8CE516DE9EA62BE2F /* Yoga.podspec */, + 66CEEDAD0AB260437973739206F91048 /* React.podspec */, ); name = Pod; sourceTree = ""; }; - 5BAD32AEE7F380848A3ED8215D898C98 /* Support Files */ = { + 5AA840CAF62F5A5D15555F53F4925A00 /* Pod */ = { isa = PBXGroup; children = ( - 3FC26F772864A9B9CAB72B4AA4920881 /* ReactNativeART.xcconfig */, - C58390A83AB01A7454861AC7F511E242 /* ReactNativeART-dummy.m */, - 3D8ECF7DC7D7DE7D2C815B57EBA7BE8C /* ReactNativeART-prefix.pch */, + AA8B6365B6D3D81758363E0927FEC405 /* React-RCTNetwork.podspec */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/ReactNativeART"; + name = Pod; sourceTree = ""; }; - 5BEF79FD74E5AE114A88A6068A617BE9 /* Support Files */ = { + 5AAC2EC8CB401630C3D39B420B4DEC08 /* event */ = { isa = PBXGroup; children = ( - 2810FE8C402902684E42F86B061B20B2 /* UMCore.xcconfig */, - 69319F03CE5E5C62BB0E8F87AC0D27EE /* UMCore-dummy.m */, - 6EC0281875AB169A95463DCE7B616CD3 /* UMCore-prefix.pch */, + CE9DB6D5999AC40F67585D9F6B291BC3 /* event.cpp */, + F34109746E4569B08A9E2199ECED5788 /* event.h */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/UMCore"; + name = event; + path = yoga/event; sourceTree = ""; }; - 5C286EA110E5FFC66B035705F592371D /* platform */ = { - isa = PBXGroup; - children = ( - CAA493CC1FF46313924D4667DD07EF19 /* ios */, + 5AC538F3561CEAD0FE29C63F6EB5C6F6 /* Modules */ = { + isa = PBXGroup; + children = ( + 225FE7CE2562D200DE7B9CB254856754 /* RCTAccessibilityManager.h */, + 2BE1B8A5E5F75FB3376CC165C499CB71 /* RCTAccessibilityManager.m */, + 063F29136E276332AFDE808E66848284 /* RCTAlertManager.h */, + 1E0EB1E2A3A437A88A232E9F54A38B65 /* RCTAlertManager.m */, + 7086384D7DF888A8EAA0D0D4522AE179 /* RCTAppState.h */, + 57450487C8C0F688905DB8754F274103 /* RCTAppState.m */, + 651E0BB25CB2A2E83A4B91698304F8BD /* RCTAsyncLocalStorage.h */, + E3C6E5B8745E3D7ED7ED154272C30363 /* RCTAsyncLocalStorage.m */, + 2EC226797FBE55FB0A5EB819D6F05FCB /* RCTClipboard.h */, + 7D8BD50C15C290B659632A280E0ED34C /* RCTClipboard.m */, + 82D6F3B8FBE2CC86A13086312B23271B /* RCTDeviceInfo.h */, + 541EDDA0CE87E2F9A7F202EB95F111A0 /* RCTDeviceInfo.m */, + 0183B322298E8AD7F475A6051FCBF822 /* RCTDevSettings.h */, + DB4F0F2DE3D5255E64E8207F52BC3511 /* RCTDevSettings.mm */, + 57A06A4B482777BA23EC31EFEC2629D5 /* RCTEventEmitter.h */, + 6F6276C82E730E00E47CA21517DEA52A /* RCTEventEmitter.m */, + EDE9F8B7DDC2D1BAA2D5BA72D12346A9 /* RCTI18nManager.h */, + 5BDFCD92FF6C77015537D9CF0C0F4321 /* RCTI18nManager.m */, + 846D585DAC4CAA75858E23352D955DCE /* RCTI18nUtil.h */, + 4129A3ABCECE0D423B0117736193078F /* RCTI18nUtil.m */, + D19C4A70A9AF30BB1E58A1F3D7DA4710 /* RCTKeyboardObserver.h */, + DB4C0A0B99791EA8172573C88CB93DE4 /* RCTKeyboardObserver.m */, + 7FDB4CDB9687C807AA8AA69F93C6A9D3 /* RCTLayoutAnimation.h */, + 76D2A70142185C191DB22AA281F8E249 /* RCTLayoutAnimation.m */, + 97C96F3022E6ABB729CB57D1FAB24559 /* RCTLayoutAnimationGroup.h */, + 4301F7D11738928F4F343B54F1140C41 /* RCTLayoutAnimationGroup.m */, + 5E846E8148C704A0F4A81E052D50BA9C /* RCTRedBox.h */, + 8A52E6AED1DC4A1AE4D8AD3A618C1C68 /* RCTRedBox.m */, + 393BD60FAE9D0165B0FC6535D18FDAE2 /* RCTRedBoxExtraDataViewController.h */, + 3D3376B88476529151AF8A2A8CA08CB8 /* RCTRedBoxExtraDataViewController.m */, + D853DBCF5B44207CC309317FB832DE4D /* RCTSourceCode.h */, + 031523244FC57A378E3367A29EAB732D /* RCTSourceCode.m */, + C38CF86717B0A8124843135761391B8F /* RCTStatusBarManager.h */, + D8304B2C2A635E586D23387ADB0C77CA /* RCTStatusBarManager.m */, + 500AB3A9389C8A6C18587908B65AAC29 /* RCTSurfacePresenterStub.h */, + 759E0A2F53C1DC70E0421D79F409D4C5 /* RCTSurfacePresenterStub.m */, + 0F9B19A4C8F283BA3A99522FBDE0A784 /* RCTTiming.h */, + 762D67FD468E1E1134B9A2CB483D935B /* RCTTiming.m */, + 1B95AC5D90281C90AE792FE4E3B6DA33 /* RCTUIManager.h */, + 18362C3D98EA6CB3834CF9B1302D0D33 /* RCTUIManager.m */, + D4965976039CCC29884B01BA455CFC6F /* RCTUIManagerObserverCoordinator.h */, + 2A20CF3A60C5CFD0DE74EB90F8E8092E /* RCTUIManagerObserverCoordinator.mm */, + 74CA056DE58D7CEEF549208AD3B2B845 /* RCTUIManagerUtils.h */, + 14A30C9980D181F02A75264F9594C701 /* RCTUIManagerUtils.m */, ); - name = platform; - path = turbomodule/core/platform; + name = Modules; + path = React/Modules; sourceTree = ""; }; - 5C562902C115D5EDB87121316231717B /* CxxBridge */ = { + 5B4F38BD5F9A291B96598C769F0C384E /* Support Files */ = { isa = PBXGroup; children = ( - 9F5FB068E6579EC439F40174681E0C88 /* JSCExecutorFactory.h */, - 8C8327DC370B5B24F3945529C1786252 /* JSCExecutorFactory.mm */, - 41EFB624DDACF745DCD4B1F2D9425193 /* NSDataBigString.h */, - 97C73D35C3F8342122E3D4A1B8345EF9 /* NSDataBigString.mm */, - 0E2DD79F3185FA2FC168B3994A11E0CD /* RCTCxxBridge.mm */, - 982723DF0EA78914275B7343D58C2F6C /* RCTCxxBridgeDelegate.h */, - 9D37813C41CC038BF57E7CD6C0138D43 /* RCTMessageThread.h */, - 45A90A1095F0EAA8DA0CE39F826759EE /* RCTMessageThread.mm */, - 4975D25D641388661ED009D8D308059D /* RCTObjcExecutor.h */, - E284D6FA97B9F53973F4EB270D42D492 /* RCTObjcExecutor.mm */, + 3CF609FC152CCA41BFE8B3569C32876F /* EXAppLoaderProvider.xcconfig */, + 03B91C4C2CB95C1BB9E6830F7DD40469 /* EXAppLoaderProvider-dummy.m */, + 1EA3124EB70FCDFC268400981009BA06 /* EXAppLoaderProvider-prefix.pch */, ); - name = CxxBridge; - path = React/CxxBridge; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXAppLoaderProvider"; sourceTree = ""; }; - 5C74FB555B4FAEA2F47E36601407CEAA /* React-RCTVibration */ = { + 5BE341B589FC0F451D7BEF5E6EB3DA4A /* TextInput */ = { isa = PBXGroup; children = ( - 37F34983C5F8CA9DF6901B6AAFB41865 /* RCTVibration.m */, - 48AB9742C8222728F55DB65ECF4DB387 /* Pod */, - 27598BEE044A767AEB2CB0E389AF8C7E /* Support Files */, + A100B95C40E49F920B2F4A30C4CC25B5 /* RCTBackedTextInputDelegateAdapter.m */, + 67764D6938EF16252E8774622A52827B /* RCTBaseTextInputShadowView.m */, + F2232511DA99E9BE85C4755365C4F6C5 /* RCTBaseTextInputView.m */, + 6EE82BB500527F22A577841A89EC5912 /* RCTBaseTextInputViewManager.m */, + DD0B061D5F64BDEF589FAF221B90DF4E /* RCTInputAccessoryShadowView.m */, + 0C75686B1B7889134830DAB954BDCAE8 /* RCTInputAccessoryView.m */, + C1180FC31D4F85654172F436A084AE26 /* RCTInputAccessoryViewContent.m */, + 9504606B46EDB11A8E63B1317A2A21B0 /* RCTInputAccessoryViewManager.m */, + 32036E9F30E810D093E7DBA3554074EE /* RCTTextSelection.m */, + C9970E12FF04D74B1F55F9CAA68E3493 /* Multiline */, + BD6C9A10683CF3D79704FC87D3EEA518 /* Singleline */, ); - name = "React-RCTVibration"; - path = "../../node_modules/react-native/Libraries/Vibration"; + name = TextInput; + path = TextInput; sourceTree = ""; }; - 5CA1631F0A08BAB0BF17CE2F20E8D1C2 /* KeyCommands */ = { + 5CBFF170D600E712082ACAC6CB74C619 /* Support Files */ = { isa = PBXGroup; children = ( - B8957262993233598CD4806BC13EE726 /* RCTKeyCommandConstants.h */, - B3C0443D7BD72020F140C3CFC024099C /* RCTKeyCommandConstants.m */, - 8FC6E49F6394BC3947789CDE321BDFE6 /* RCTKeyCommandsManager.h */, - 12D6DDF0809405EC84AA186265E7476A /* RCTKeyCommandsManager.m */, - B22683D0F4DBDE4F2DC158D42FDC1429 /* Pod */, - 5B38FA7FDAAC5006075BA24450760E2C /* Support Files */, + BD29C73F393C82467AE6B9F4388B5E73 /* ReactCommon.xcconfig */, + 63C0E4F0F25AB393991555C6ED9A3DB4 /* ReactCommon-dummy.m */, + 04F0C3F50954C09C18146BF9A65143A1 /* ReactCommon-prefix.pch */, ); - name = KeyCommands; - path = "../../node_modules/react-native-keycommands"; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/ReactCommon"; sourceTree = ""; }; 5D5E0FE32BB74DFE4D34627DADD93C95 /* FirebaseCoreDiagnostics */ = { @@ -8958,36 +8986,27 @@ path = FirebaseCoreDiagnostics; sourceTree = ""; }; - 5DEB1C62C3743C50B0ACD3EBFF1759B4 /* perf */ = { - isa = PBXGroup; - children = ( - 0DD3B947B1CC3C77423B663874CA0A2C /* RNFirebasePerformance.h */, - 82325A477E75BADD23CB0A88F2E29306 /* RNFirebasePerformance.m */, - ); - name = perf; - path = RNFirebase/perf; - sourceTree = ""; - }; - 5F07894D6A20CA111F8C89846A6330CE /* react-native-jitsi-meet */ = { + 5E4CA585375B5EE0B56D0E561652248D /* RCTAnimationHeaders */ = { isa = PBXGroup; children = ( - 7BB8B9D9FF1D265B60688407B6F2A7B1 /* RNJitsiMeetView.h */, - 53CAA23FA23F0C7E1DF5C9751B02D722 /* RNJitsiMeetView.m */, - DF023C46434A618EA273DA8E3F8C49B1 /* RNJitsiMeetViewManager.h */, - CC23577415A061586DE6BFBE1115BFE0 /* RNJitsiMeetViewManager.m */, - FB4DE46B8E35D2727F267F58F96B871B /* Pod */, - D3A37211E2B21BE30AF46FD504AE2029 /* Support Files */, + 2F0D9724DDBB33FB12DAD4B47D5826F0 /* RCTAnimationUtils.h */, + DC27B41F9E3C8B2A0AD60A85C568A20B /* RCTNativeAnimatedModule.h */, + 75C4194A2DAF3822BAA7E2AC55A60E7C /* RCTNativeAnimatedNodesManager.h */, + F548C08594B68ABB4AF7B0E4D0B30CAB /* Drivers */, + 250BCAC422E5AB571F59368A503019F0 /* Nodes */, ); - name = "react-native-jitsi-meet"; - path = "../../node_modules/react-native-jitsi-meet"; + name = RCTAnimationHeaders; sourceTree = ""; }; - 5F75B08B044CFAA6B52A18BDF1162CAC /* Pod */ = { + 5F8EF0E75B930F35ECB2FF5A3BD66E0B /* Support Files */ = { isa = PBXGroup; children = ( - 08323B44348E91C55325CF7C2C0C8140 /* React-RCTLinking.podspec */, + 2832D2AB6E74719A8E3A77EFAD5C5257 /* react-native-notifications.xcconfig */, + 64DF2F0F5D61E3A7DE671BCE977724EA /* react-native-notifications-dummy.m */, + 6451997024CD186BA6F2D4A451827D0D /* react-native-notifications-prefix.pch */, ); - name = Pod; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-notifications"; sourceTree = ""; }; 5F90430586CA31CD6F7158DA47BCFF50 /* mux */ = { @@ -9004,38 +9023,48 @@ name = mux; sourceTree = ""; }; - 6045ACBE05A93188E10555402DDAC31E /* react-native-orientation-locker */ = { + 5FAF012E5DF9BC1DE4D179DF52173191 /* React-RCTLinking */ = { isa = PBXGroup; children = ( - E437ED23976C426526DE63DFE45023B1 /* Orientation.h */, - A49BD0CA97A040D95882D2B44D220DE0 /* Orientation.m */, - 16191FB226A8A7FF3E895072D12B9D33 /* Pod */, - FBF288CD093BEDC9DEF46A1D4DDAB401 /* Support Files */, + C1EEFE3D55A0AEA0A647125C544FC2A4 /* RCTLinkingManager.m */, + 0ECF250064E29A76417B7647A234370D /* Pod */, + 0095D5EDC0A1DCC588A10ED76A04A177 /* Support Files */, ); - name = "react-native-orientation-locker"; - path = "../../node_modules/react-native-orientation-locker"; + name = "React-RCTLinking"; + path = "../../node_modules/react-native/Libraries/LinkingIOS"; sourceTree = ""; }; - 6058E9AAA1164A7BD8BB1EB31F980EDE /* RNRootView */ = { + 5FD0AEE258A65CFFD743C2D5510E7666 /* Support Files */ = { isa = PBXGroup; children = ( - 2FFBEE170794A5DB487CB2774FE9472E /* RootView.h */, - FA564AA83167F3AF33C645641EB17384 /* RootView.m */, - B75B5E579D4F12B47B7CC00DD581C961 /* Pod */, - 42DE498DF847C4C1CC9A6452F7751281 /* Support Files */, + D8901CA28F0B8B14CD6AF4861D28138D /* UMCore.xcconfig */, + B8D1129C4CF2834BFB0767A96D941297 /* UMCore-dummy.m */, + A2C47EF88318862C646DB0E921FF174E /* UMCore-prefix.pch */, ); - name = RNRootView; - path = "../../node_modules/rn-root-view"; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/UMCore"; sourceTree = ""; }; - 6088774AC69077C495F2EEA4E2691C6F /* Pod */ = { + 6018A69EFB258C4214AC418A9F7D9657 /* Support Files */ = { isa = PBXGroup; children = ( - C696A65BE0557521F371467856B99ED4 /* LICENSE */, - F1A64FAB27479F2FD6C329BDE02733A4 /* README.md */, - 0CFD130B2A73F0FB43AB17A23FB6F399 /* RNLocalize.podspec */, + 4B7E9EA302BE28A69F86FFCEDB3665BA /* React-RCTVibration.xcconfig */, + C6248E61FF60B7423DCA4D91B64615CF /* React-RCTVibration-dummy.m */, + 9E04EF94636F1801EB53C46DA94277BC /* React-RCTVibration-prefix.pch */, ); - name = Pod; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTVibration"; + sourceTree = ""; + }; + 608D5C93044315403A86AA0C65C2D729 /* Support Files */ = { + isa = PBXGroup; + children = ( + 5DB4CF72EF88A009BCA6250775047C22 /* React-RCTActionSheet.xcconfig */, + 9E058BB12A701830A62C845BEEBD7FA8 /* React-RCTActionSheet-dummy.m */, + 05B859CB2964ED1A727CF7A1F1A39EC9 /* React-RCTActionSheet-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTActionSheet"; sourceTree = ""; }; 6289CF0766C0E62D4976921B805194C8 /* AppDelegateSwizzler */ = { @@ -9050,335 +9079,253 @@ name = AppDelegateSwizzler; sourceTree = ""; }; - 62A2B1EDD4BD93A6D10C27B2C235DF56 /* RCTTypeSafety */ = { - isa = PBXGroup; - children = ( - C309EEE0027919F2FDD4A86918A9116D /* RCTConvertHelpers.h */, - CB880D07B8E49F0D9D486FD8C4EBCB45 /* RCTConvertHelpers.mm */, - 00DD1E17FADBD9970827C980A7A23A11 /* RCTTypedModuleConstants.h */, - D2A6D1E488F8616F877E6473D6DA102C /* RCTTypedModuleConstants.mm */, - ABC2566CE593935445907D2B5F0B40A1 /* Pod */, - EFAF8065AB31B7CC35A23E6AF1ECDF3C /* Support Files */, - ); - name = RCTTypeSafety; - path = "../../node_modules/react-native/Libraries/TypeSafety"; - sourceTree = ""; - }; - 62D511CAAE93578DB3C9BCF27814DDBB /* BugsnagReactNative */ = { + 6659808362EAC2381D772454BEEC0227 /* Pod */ = { isa = PBXGroup; children = ( - F6B26AFF04F1FEE26DC55FE531D0C411 /* BugsnagReactNative.h */, - 69469A9DF3E2863175A9296586E7CDA5 /* BugsnagReactNative.m */, - A29670C1EEBEB28F182E970D10358F56 /* Core */, - 21E1DD8F6DAC381FB67443355ED63826 /* Pod */, - 318F88C03A8873EBE76986FA09EA9C09 /* Support Files */, - 6462373880E7558D68F4776314855B7D /* vendor */, - ); - name = BugsnagReactNative; - path = "../../node_modules/bugsnag-react-native"; - sourceTree = ""; - }; - 640B166BDC544391DBD97024C97C1D47 /* Pod */ = { - isa = PBXGroup; - children = ( - 4DA8B3C5660C6300CF4DBBF9B59882A6 /* React-RCTImage.podspec */, + E157A48384BBEFF5F3182E3E69A85E1B /* React-jsi.podspec */, ); name = Pod; sourceTree = ""; }; - 644260B13E5E0D69EC6B9E9BC63A2E4D /* firestore */ = { + 66B304ED168BF82E7FF169BD0C730C83 /* EXWebBrowser */ = { isa = PBXGroup; children = ( - C566B6EB9F57FA3C87E707D6D74B94C6 /* RNFirebaseFirestore.h */, - 48B7736E3C557317C8AB51D9B3EB69D3 /* RNFirebaseFirestore.m */, - 6691E96B148B09DF302684A500CA3A80 /* RNFirebaseFirestoreCollectionReference.h */, - 40490EA85C4333BDBB5F0815E15C37E0 /* RNFirebaseFirestoreCollectionReference.m */, - 99F8EF5E7EB91D7D592579424BA23CC9 /* RNFirebaseFirestoreDocumentReference.h */, - AB8EC5CC4960BD59FBC4B1EA9F4E461F /* RNFirebaseFirestoreDocumentReference.m */, + 93B55B18D1A313D01001BA2F60D6C8F1 /* EXWebBrowser.h */, + 92402E731354E4EB0C3E3355CD9E2FEF /* EXWebBrowser.m */, + 3A65B8E6CF95FCE6D8C81E1F50814A37 /* Pod */, + CE9008BF4732FA8A5C4EE84ED6DAF1E9 /* Support Files */, ); - name = firestore; - path = RNFirebase/firestore; + name = EXWebBrowser; + path = "../../node_modules/expo-web-browser/ios"; sourceTree = ""; }; - 6462373880E7558D68F4776314855B7D /* vendor */ = { + 6723004F2F67F7EE8BED283A209C5176 /* RNUserDefaults */ = { isa = PBXGroup; children = ( - 5A80505CC923C77BE5B6DBDE266695F9 /* bugsnag-cocoa */, + B71FB225C908EAD536CA6483F22B70A1 /* RNUserDefaults.h */, + 3CDC7DCF5B728E13C12296BE1538638A /* RNUserDefaults.m */, + A299CCC7A40B698E62F67181172B639B /* Pod */, + AD0B63B27B719405232566794B340188 /* Support Files */, ); - name = vendor; - path = cocoa/vendor; + name = RNUserDefaults; + path = "../../node_modules/rn-user-defaults"; sourceTree = ""; }; - 64FFF11AF8DCBC4D472D9DA2A15211B4 /* Support Files */ = { + 677D019D2E27C7DD7C5657ABB84A0A59 /* Support Files */ = { isa = PBXGroup; children = ( - A7C79A7C3E9D40D9FFAB49F0F16F188D /* React-RCTActionSheet.xcconfig */, - 9BE8C08641A20E76AF3548379EDC8CE4 /* React-RCTActionSheet-dummy.m */, - E6D782F825647D8B8375940211AD8B6E /* React-RCTActionSheet-prefix.pch */, + EC97F4A51B6AF21BEE3F74F31FB29FB3 /* React-Core.xcconfig */, + D6CCA38F606D7F050C0C41B9FFBF07A4 /* React-Core-dummy.m */, + 92312FF1EC6895512A21C41D7028D63C /* React-Core-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTActionSheet"; - sourceTree = ""; - }; - 65045770EAD7CCAF8352A6B400E3CA7F /* turbomodule */ = { - isa = PBXGroup; - children = ( - 69E9A97973E0258CB3C2C89F4AC69982 /* core */, - ); - name = turbomodule; + path = "../../ios/Pods/Target Support Files/React-Core"; sourceTree = ""; }; - 65F540AC66CE29D8B89CBBA774761EC4 /* Support Files */ = { + 67E541B2270DED38A161E108BD7B1D45 /* Support Files */ = { isa = PBXGroup; children = ( - 12F9685BAA8BDA1D4DB413B7DEC5918B /* react-native-webview.xcconfig */, - 1F21DA5637D8FEC1E1EC72FD36D79B52 /* react-native-webview-dummy.m */, - D0370B2D3A7E017E08DC3D7BA3297F9E /* react-native-webview-prefix.pch */, + FE42F95CE82EFBA46EA89EB8C0DEA3AA /* RNBootSplash.xcconfig */, + AEF3D8F3E0E9E808C02E62642689B83A /* RNBootSplash-dummy.m */, + 7E8AB6442F8B1D3335CB855C752DF4C0 /* RNBootSplash-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-webview"; - sourceTree = ""; - }; - 661CF1E4823F8EE9F35BC418B992E7E1 /* Pod */ = { - isa = PBXGroup; - children = ( - AC9D76B5565CA05C6BB43B1C6121CFA4 /* React-jsinspector.podspec */, - ); - name = Pod; + path = "../../ios/Pods/Target Support Files/RNBootSplash"; sourceTree = ""; }; - 662C7555AEDCDFBD89B9065ACE6DC4BD /* Pod */ = { + 69FEBD0A6526DA4FC3A18296426C2B93 /* UserDefaults */ = { isa = PBXGroup; children = ( - 7042D27E266BDFDA19BA0125EBBBA32C /* React-jsi.podspec */, + 8D89C442DB8259151B8917B154A8E52B /* GULUserDefaults.h */, + CCBD7E2C2A91693A1460449D868EB806 /* GULUserDefaults.m */, ); - name = Pod; + name = UserDefaults; sourceTree = ""; }; - 68687CBD224F93745A2D421189504950 /* Pod */ = { + 6A8237CBD209EE1B1F623F211E6DE677 /* Pod */ = { isa = PBXGroup; children = ( - C363DECC5EDB5C45A63451DB285AA261 /* advancedIos.md */, - 2DF77C6162EE2FA7C657727DE6EDADE4 /* installation.md */, - CDDC31E171D1B1ADB9F67AE18E3CEBD2 /* LICENSE */, - 0D064EB54D8B6C62A259E4FF78DEA4A2 /* localNotifications.md */, - 0902A4DF2D5AA54E895AD57345B34929 /* notificationsEvents.md */, - A7F10EEE384072DAEC822B4C1EC97BB8 /* react-native-notifications.podspec */, - 415888839FC90D55328208C78454E68A /* README.md */, - 0DE5F0559E7ACA3A6996EADCDFEC7DAA /* subscription.md */, + 1CAF6779A2741437298F4B3F5463768D /* UMReactNativeAdapter.podspec */, ); name = Pod; sourceTree = ""; }; - 68C27C7FD7A70E1CEC24EC5F7705E18C /* UIUtils */ = { - isa = PBXGroup; - children = ( - 8AEFD94BD06B3B9C73DD29579ADE16D3 /* RCTUIUtils.h */, - 43C78A7B765EEBC4F79BFCC653786878 /* RCTUIUtils.m */, + 6C67D6D726B081876AA216E20CCCD235 /* RNFirebase */ = { + isa = PBXGroup; + children = ( + 61559FC8D4853BD57639870C68C3864A /* RNFirebase.h */, + A745D640AC8C686BC57AF610BB212C47 /* RNFirebase.m */, + B10EF6D408C4C13E722753B110591F60 /* RNFirebaseEvents.h */, + 746C02501736982FBC4869F554FBB32C /* RNFirebaseUtil.h */, + 5945C8E80D76E994BA0EC3F3206BA250 /* RNFirebaseUtil.m */, + 1D3B57788AFC65D4DABA71C326E7F548 /* admob */, + C292885471C948F4518E2A45B36AB1A6 /* analytics */, + C95044D163224FB7B2D29D9BBD22D54F /* auth */, + BAC6F604A08206234E656052316CCF28 /* config */, + DEF2B919A2FCD8C99D8762893C54EBD4 /* converters */, + F0CD712B3673A740D4E532A262568106 /* database */, + D0273CA4111C5C7910226AD37D026FE3 /* fabric */, + 7C6FDC66385BD95B59E1814576B0AD2A /* firestore */, + 7C2D71647BF29CF3528FD089A7EEA78E /* functions */, + D16FA2B1168F5B64671295831912A54F /* instanceid */, + 20B66AA56B38AD1598E3893F6076A2AC /* links */, + B527EC1A8C86AE0463E15B0434C86FD1 /* messaging */, + B06B4FBE693FB85BA952BD8665A9E5D0 /* notifications */, + 86C232B2AA392D13EF524ACC9270A687 /* perf */, + 0DE9070638DE3EFBA861F644DD023FDA /* Pod */, + 2CF6ABCAC6D42971B445C61E4FE92425 /* storage */, + B86A7B9E479840D1AC3258C532DB1A76 /* Support Files */, ); - name = UIUtils; - path = React/UIUtils; - sourceTree = ""; - }; - 68DF5AE3F8418E1F71234224EA64EA03 /* Filters */ = { - isa = PBXGroup; - children = ( - 48319D4EFA7B379179DFB57BB2214E81 /* BSG_KSCrashReportFilter.h */, - BA2C39987E14A691FF9F9CBC45983ADC /* BSG_KSCrashReportFilterCompletion.h */, - ); - name = Filters; - path = Filters; + name = RNFirebase; + path = "../../node_modules/react-native-firebase/ios"; sourceTree = ""; }; - 694A524840EF8BC4BC3CC0D7A88A8B6E /* Pod */ = { + 6D2F34B33B322F6CF92CC450C5AAEC09 /* Pod */ = { isa = PBXGroup; children = ( - 11DB17B398F89556A128A8730636AC9A /* EXFileSystem.podspec */, + 846176A3BA3817BAE1DF4C6E1040743F /* UMBarCodeScannerInterface.podspec */, ); name = Pod; sourceTree = ""; }; - 69C3D02941331BE7E90F01197D15D598 /* ScrollView */ = { - isa = PBXGroup; - children = ( - A94FC8265B2A05BF385C7740DDDA27E3 /* RCTScrollableProtocol.h */, - 449428C979474F349FBCA71A58A212E4 /* RCTScrollContentShadowView.h */, - D1170E41A93AAC135601308AA15AB3F2 /* RCTScrollContentShadowView.m */, - 97CC1F39BD6B7A42FC80541F6BA0A436 /* RCTScrollContentView.h */, - D2E5D64282CC7D790DF0D1CD3AC276E8 /* RCTScrollContentView.m */, - AA846A7E972417C6D0F9D749BD466139 /* RCTScrollContentViewManager.h */, - 0DDEBF412DE7E3ED85D2FC7E5E36A457 /* RCTScrollContentViewManager.m */, - BB877402E672F8A003609B814ACF2F6F /* RCTScrollView.h */, - 1BD0242730F72EC571B4E5C64EC03FE2 /* RCTScrollView.m */, - 4E5D8886EC2AEF3B4428AF073B0E19EF /* RCTScrollViewManager.h */, - 837A8379C8855239AA7C291770C26657 /* RCTScrollViewManager.m */, - ); - name = ScrollView; - path = ScrollView; - sourceTree = ""; - }; - 69E9A97973E0258CB3C2C89F4AC69982 /* core */ = { - isa = PBXGroup; - children = ( - B1640597D9EE540D40FF4401209ECD47 /* LongLivedObject.cpp */, - 767477ED4C5F319854580DDB9C87446E /* LongLivedObject.h */, - EC1D9B062B593261912037D96B1D02A8 /* TurboCxxModule.cpp */, - 5FD04D51CE5D0AEB2B519A68E6C3E90E /* TurboCxxModule.h */, - 5900A6B36CAC4D2231B49EC3DFFFB96C /* TurboModule.cpp */, - 07EBE9D2DCD42DF4A6965813483257EB /* TurboModule.h */, - FFD26AD0B6B93ABF61F3644CA78A1701 /* TurboModuleBinding.cpp */, - 2E205DD1A8A9821D013B25E0B64BD027 /* TurboModuleBinding.h */, - B6DAD9C5614BB881D7C20EB48748B359 /* TurboModuleUtils.cpp */, - A13BB77041759D8D682E75E4DFCC1CC9 /* TurboModuleUtils.h */, - 5C286EA110E5FFC66B035705F592371D /* platform */, - ); - name = core; - sourceTree = ""; - }; - 69FEBD0A6526DA4FC3A18296426C2B93 /* UserDefaults */ = { + 6DBF468270EF9BED67EFC3A23AB2D361 /* FirebaseCoreDiagnosticsInterop */ = { isa = PBXGroup; children = ( - 8D89C442DB8259151B8917B154A8E52B /* GULUserDefaults.h */, - CCBD7E2C2A91693A1460449D868EB806 /* GULUserDefaults.m */, + F744E1D3645FCFB17E10DF7C941C772B /* FIRCoreDiagnosticsData.h */, + 7710A3504404B339F1B69B78B945F8BB /* FIRCoreDiagnosticsInterop.h */, + F5E9EEDCE034226595CDD7FDF149C7C5 /* Support Files */, ); - name = UserDefaults; + name = FirebaseCoreDiagnosticsInterop; + path = FirebaseCoreDiagnosticsInterop; sourceTree = ""; }; - 6ACD22E3AD5DCFDD22F9D359FCE72A03 /* RawText */ = { + 6DEA47CFA36D0E64C0514FC874FF82E8 /* BaseText */ = { isa = PBXGroup; children = ( - E6BEC6D2172E395B251077020EC71F68 /* RCTRawTextShadowView.m */, - C53430ED54ED4F3713EBBE6BC4EE8A62 /* RCTRawTextViewManager.m */, + 601E682BC63A08A9600D9E425DD55B1F /* RCTBaseTextShadowView.h */, + 3C011B74D978C4A9472C6D8D0F870E4E /* RCTBaseTextViewManager.h */, ); - name = RawText; - path = RawText; + name = BaseText; + path = Libraries/Text/BaseText; sourceTree = ""; }; - 6BFDEC8CF48BCF3BBE35E13756D46F27 /* Pod */ = { + 6E04F6F1FB72A477FE90B13EFC018E48 /* Support Files */ = { isa = PBXGroup; children = ( - 09DB2FB75538C0F7A31861C00809F0CE /* UMReactNativeAdapter.podspec */, + 5ED0F350ED0F0BC7C22797C1AC23DA50 /* React-RCTBlob.xcconfig */, + 1E7256E33F814DCD9DFE28773997D763 /* React-RCTBlob-dummy.m */, + 180E41B685A8AC4AD638BC9324DB7FDF /* React-RCTBlob-prefix.pch */, ); - name = Pod; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTBlob"; sourceTree = ""; }; - 6C25388A9E307A984AFCD93A7242F091 /* Sentry */ = { + 6E7CFE9263A0CD1BAA2FAAE82DB7EB7F /* Handlers */ = { isa = PBXGroup; children = ( - B8C510B7BD8264A9978428A8ACEFC04D /* BSG_KSCrashSentry.c */, - 7FFC024A324BB2B1560D00D447B2735C /* BSG_KSCrashSentry.h */, - 8BB833DB91F3C3F00F5659F874B8DCF2 /* BSG_KSCrashSentry_CPPException.h */, - C96EFC242C43FBD164324E0B2023512B /* BSG_KSCrashSentry_CPPException.mm */, - 532C9FDDA171E6A5C9D8A0982E1DF37D /* BSG_KSCrashSentry_MachException.c */, - 82EF58F8DD5FC7A85BEFD70ED49A0C48 /* BSG_KSCrashSentry_MachException.h */, - 380FBE2909AF477DCBEEC054550F2614 /* BSG_KSCrashSentry_NSException.h */, - 3F62265AA8BD2F597DD957CB4B42FAFE /* BSG_KSCrashSentry_NSException.m */, - 56C861D69529CAD2F70FF9D59FDD2909 /* BSG_KSCrashSentry_Private.h */, - 3E67050C46585971FBBCBC894D517A84 /* BSG_KSCrashSentry_Signal.c */, - 25D76806A95BD94C3D3A37C4CC2DAAFB /* BSG_KSCrashSentry_Signal.h */, - 06FF23DBC6702815A7D141F51674FF6D /* BSG_KSCrashSentry_User.c */, - 28F8B4F4A03F94AF7D250100CC9ADD78 /* BSG_KSCrashSentry_User.h */, + C7BA85C06677FBA23A3AA611317E0603 /* RNFlingHandler.h */, + 205DB2CB2E1894CA84FE59DF9883DF79 /* RNFlingHandler.m */, + 04A964308F5EE70546252A5A7B0008BB /* RNForceTouchHandler.h */, + DA604AB72F2111ABAC6695CA222B31E6 /* RNForceTouchHandler.m */, + 862CDC3094C25857F30E66841C4E12C7 /* RNLongPressHandler.h */, + 6B98E93629EA9E422B840B45C06BA3C9 /* RNLongPressHandler.m */, + 564BC21056272A61FCCAEEC0D7A1A265 /* RNNativeViewHandler.h */, + 2A26A5B12AC2D5EE8652ECA85EDB7691 /* RNNativeViewHandler.m */, + 2E0EC63AF0AADA1D0AE78FB4CE133633 /* RNPanHandler.h */, + 20D94A6B2AAC7FF5566A6EF8075A8135 /* RNPanHandler.m */, + DEEF84EE7AF59739069B58A7DCFD9E06 /* RNPinchHandler.h */, + A5B09B2E9E5DA96FAB51402FDE9DA2FF /* RNPinchHandler.m */, + DA673D6C96D9E9E3DE73DC2F3431A89E /* RNRotationHandler.h */, + AB14D64E590FF3E4CB532CDB68230DB0 /* RNRotationHandler.m */, + CBE33D03A8690302819DE8572B2C5FCA /* RNTapHandler.h */, + 5D1401AB30695D3777F4453CF35983BB /* RNTapHandler.m */, ); - name = Sentry; - path = Sentry; + name = Handlers; + path = ios/Handlers; sourceTree = ""; }; - 6CC35CE8D9C55C0195267D876162C85B /* react-native-keyboard-tracking-view */ = { + 6EE74BB0BD888293ECC0E4B3D8411DD8 /* crashlytics */ = { isa = PBXGroup; children = ( - 667F3BFB62F122519FB99A3D0251AFCC /* KeyboardTrackingViewManager.h */, - DFA74FC4FDB093E5C8CB9880404E9BD5 /* KeyboardTrackingViewManager.m */, - 811A189C13279895F1162EF2A40D4904 /* ObservingInputAccessoryView.h */, - F250FC3EC3F38D1DCF45F1806BD95F98 /* ObservingInputAccessoryView.m */, - DFF192861FFFE74B020D3D11BA0E279F /* UIResponder+FirstResponder.h */, - C3790B3E64A5743708CDA7AC3A352E19 /* UIResponder+FirstResponder.m */, - E895E9D6F74044A2D72A6F7E43860075 /* Pod */, - C4AEC3EDA3A21F521401FF32E28A5E14 /* Support Files */, + 71E45BAD0BAC6D9902943EB7A78110F3 /* RNFirebaseCrashlytics.h */, + 9BB51DE8C1DBC9409E6950D1A9354445 /* RNFirebaseCrashlytics.m */, ); - name = "react-native-keyboard-tracking-view"; - path = "../../node_modules/react-native-keyboard-tracking-view"; + name = crashlytics; + path = crashlytics; sourceTree = ""; }; - 6DB79FC6826507DC6FFC8D48F763CA1D /* Interfaces */ = { + 7078FFDB1F1B977811F68D95300DD91C /* Support Files */ = { isa = PBXGroup; children = ( - 4B068F2251EF317197654560800E894C /* EXAppLoaderInterface.h */, - 8EC873DEE6E3D81E6C3D6F548B7590A7 /* EXAppRecordInterface.h */, + 186DED792CA01B7C82DD2921DE556FF7 /* RNDeviceInfo.xcconfig */, + E2A6261999DB7989D9DD8725A718F11E /* RNDeviceInfo-dummy.m */, + 248990547714B081AB5B56FEE95BF988 /* RNDeviceInfo-prefix.pch */, ); - name = Interfaces; - path = EXAppLoaderProvider/Interfaces; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNDeviceInfo"; sourceTree = ""; }; - 6DBF468270EF9BED67EFC3A23AB2D361 /* FirebaseCoreDiagnosticsInterop */ = { - isa = PBXGroup; - children = ( - F744E1D3645FCFB17E10DF7C941C772B /* FIRCoreDiagnosticsData.h */, - 7710A3504404B339F1B69B78B945F8BB /* FIRCoreDiagnosticsInterop.h */, - F5E9EEDCE034226595CDD7FDF149C7C5 /* Support Files */, + 70F7135779FCFDA7DC5FFD7C5C7AD67F /* Support Files */ = { + isa = PBXGroup; + children = ( + 6A4BD9FEFD2B025ED2BEDBA0CCAAC711 /* React.xcconfig */, ); - name = FirebaseCoreDiagnosticsInterop; - path = FirebaseCoreDiagnosticsInterop; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/React"; sourceTree = ""; }; - 6EDAE35CE76879AA7745EB98E70A81B7 /* RCTLinkingHeaders */ = { + 71CC73CC81968EB6132A9B497E2F6305 /* KSCrash */ = { isa = PBXGroup; children = ( - FFCB61056D2A2DE31144CE33220F0B6C /* RCTLinkingManager.h */, + 1D4C40B8D64E60B2A75CC08398D3CA56 /* Recording */, + 221A251D892A82CE8567B4BF591BD41A /* Reporting */, ); - name = RCTLinkingHeaders; + name = KSCrash; + path = KSCrash; sourceTree = ""; }; - 6FE4A528147AE758565FD221545A55E4 /* CxxModule */ = { + 71E45759C79267215876751EC596F3C0 /* Pod */ = { isa = PBXGroup; children = ( - B6A1DC7DD495655A76A0ADE66027B757 /* DispatchMessageQueueThread.h */, - 1706B15B1ED8A8665C6596CF0F53293B /* RCTCxxMethod.h */, - 312143C6EFD4E709F7973078FEA4C744 /* RCTCxxMethod.mm */, - 6B369F72D2E47B69D55228318BEF77D7 /* RCTCxxModule.h */, - 46AFE37F6388C286B8391C9A0E468EA8 /* RCTCxxModule.mm */, - 0A964CDCD9BBFE2A22B9B062F46E3611 /* RCTCxxUtils.h */, - 89DECEC5BA10EB7025185E6B80FEC4FC /* RCTCxxUtils.mm */, - 426FAEF1C0C7577FDF76C49002CAB1B0 /* RCTNativeModule.h */, - 7453FC765B3BE0CACDDC5F0EA1BD0812 /* RCTNativeModule.mm */, + B14777C38772A93C10158B05F9ECC2F2 /* EXFileSystem.podspec */, ); - name = CxxModule; - path = React/CxxModule; + name = Pod; sourceTree = ""; }; - 709185A5AC67E20B0BB9AC5549CECFB6 /* Pod */ = { + 71EC560FF5155A62C3B9D001C16640FD /* Pod */ = { isa = PBXGroup; children = ( - 5BCC2E165A8C0C5E57E07B2B56E1F37A /* React.podspec */, + 4C34E22CBC8BF8BAEB70003F3D8E0144 /* EXConstants.podspec */, ); name = Pod; sourceTree = ""; }; - 715FB4ED6E27F456AC09171100A87B0C /* EXWebBrowser */ = { + 723DACD8FDD2D74C3332860BE9C2DEAC /* react-native-orientation-locker */ = { isa = PBXGroup; children = ( - 984EA1E705F33650022CBBD03DD3B174 /* EXWebBrowser.h */, - 7F2008BAA06F83FEC23799BE4E7BA8D0 /* EXWebBrowser.m */, - 500901F722FE2BC2EB9467F58770F86D /* Pod */, - 57B4C13AF33F6D17454F8B89D700F96A /* Support Files */, + 36552DCDECA5B817D6C3191AAB317113 /* Orientation.h */, + B512017AE0E0A919495C69B001437EC8 /* Orientation.m */, + 3DDF6073EB0E6A6981BEC3DC4D17B798 /* Pod */, + 87AB337EE17DF3A362B45EFCCEBCA314 /* Support Files */, ); - name = EXWebBrowser; - path = "../../node_modules/expo-web-browser/ios"; + name = "react-native-orientation-locker"; + path = "../../node_modules/react-native-orientation-locker"; sourceTree = ""; }; - 73B14A62FEB10CF2DBB63C07E51CB718 /* react-native-appearance */ = { + 7579BAE17A98FC76283ED4106A8E03D8 /* UMSensorsInterface */ = { isa = PBXGroup; children = ( - 01479C2645C082B6B80D617D5F01F290 /* RNCAppearance.h */, - 3D60AECC0FFD09038D82BB1E68B2F474 /* RNCAppearance.m */, - A34CFCA6CBC9D938E4A04A62F4791E7F /* RNCAppearanceProvider.h */, - 809D7F88930C76D358E1DC90AC941F47 /* RNCAppearanceProvider.m */, - FA536876C2A2AF9664307B7ECFEAA71A /* RNCAppearanceProviderManager.h */, - 4D5667383EEAC7C0FBC98210A1743F3B /* RNCAppearanceProviderManager.m */, - FBDA06D58AB29B3488243C69B97F8520 /* Pod */, - BE77B6D45E0877B51DFA487D2C9B26B5 /* Support Files */, + 380AF9CF58F3556189A59CFB602EB594 /* UMAccelerometerInterface.h */, + CB5E438E318074FACAC2C9C03C6D9010 /* UMBarometerInterface.h */, + 4867C14F1305503BEB14D6B7C938B601 /* UMDeviceMotionInterface.h */, + 9C8C76A634EB7DB551B7CAE4FC3FEA15 /* UMGyroscopeInterface.h */, + A71185BFC5E66E42EF146D1D907CDFBD /* UMMagnetometerInterface.h */, + 1A3BEED697477E2D6806173D3313CD5E /* UMMagnetometerUncalibratedInterface.h */, + 80F5E071DA47436B3A70C6BCC9C26EFF /* Pod */, + 9E21A48ADF73A5D4CE22AC141C6F944B /* Support Files */, ); - name = "react-native-appearance"; - path = "../../node_modules/react-native-appearance"; + name = UMSensorsInterface; + path = "../../node_modules/unimodules-sensors-interface/ios"; sourceTree = ""; }; 7608AC1BAFF9991F61A7036E8460C5F2 /* Pods-ShareRocketChatRN */ = { @@ -9395,31 +9342,35 @@ path = "Target Support Files/Pods-ShareRocketChatRN"; sourceTree = ""; }; - 76629C7951E54BCA4136E3AA31D2CB67 /* React-RCTNetwork */ = { + 7652E9FD9DD10CD4C234DDFF9BFE15B6 /* Sentry */ = { isa = PBXGroup; children = ( - E5ED82D9706849F2F567FE41A3EF434A /* RCTDataRequestHandler.m */, - 3B295C5BFC6986B808EC09C336A1AB44 /* RCTFileRequestHandler.m */, - C05051A320F925F5FFF777DF97486CCF /* RCTHTTPRequestHandler.mm */, - EA28F8CD09A6D38BD4F0FE8DEBD01185 /* RCTNetInfo.m */, - 3FBAA72966C50526A17418E951C9CEBA /* RCTNetworking.mm */, - 9A3A877FF2E6B17B85590B0509543C22 /* RCTNetworkTask.m */, - 15887A623F47936D5CCEA307821AADD9 /* Pod */, - EB081BEEA4416F7B40D25D54AC643B11 /* Support Files */, + EF5CABDF0D17556DDB18FD38357F7659 /* BSG_KSCrashSentry.c */, + 70D569D3F0D12058AEC1AC39B4FFB485 /* BSG_KSCrashSentry.h */, + 934A9CEED773C4D40E17F290E470AE41 /* BSG_KSCrashSentry_CPPException.h */, + 6393E76CB8B749E8EE05E3095BF5C201 /* BSG_KSCrashSentry_CPPException.mm */, + DE3FD76952EC2D0F5FB5DFD9C121A7F3 /* BSG_KSCrashSentry_MachException.c */, + E6AC038BB5D863FB00E0699EFB57635A /* BSG_KSCrashSentry_MachException.h */, + AA4FD7B91BC9C4E68B7EBBFEC04B8C90 /* BSG_KSCrashSentry_NSException.h */, + 649556E02C0F601DB63C30DFFFA667F0 /* BSG_KSCrashSentry_NSException.m */, + 73DBD369F3C5CE733B585E6FE60DDA8A /* BSG_KSCrashSentry_Private.h */, + 1A4D6607F08A455494B899333F3F3455 /* BSG_KSCrashSentry_Signal.c */, + 8B7F0C28C1AF0611CD505579BBE385FF /* BSG_KSCrashSentry_Signal.h */, + 81A051B1879DBE3866E663913851552D /* BSG_KSCrashSentry_User.c */, + FD29F0BE1DAF6B3320CA94B80EFC4D41 /* BSG_KSCrashSentry_User.h */, ); - name = "React-RCTNetwork"; - path = "../../node_modules/react-native/Libraries/Network"; + name = Sentry; + path = Sentry; sourceTree = ""; }; - 776C367E1448158F2403B1AB02263084 /* Support Files */ = { + 77D224458688D2C2B490DC161E98B83F /* Pod */ = { isa = PBXGroup; children = ( - D95027C21CDB2163088FC9FD923A4F17 /* rn-extensions-share.xcconfig */, - 90B1F52B1F454638E0627016BCA69CF4 /* rn-extensions-share-dummy.m */, - 921AAEF5A4FB1980C7831B850FF99EBF /* rn-extensions-share-prefix.pch */, + 7232337ABC3676B1058461B6EF10031A /* BugsnagReactNative.podspec */, + 0DD892E8E8222F8B50817D1DE5BB20F7 /* LICENSE.txt */, + D0CA7D2A655438F8E7BDA5504E349381 /* README.md */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/rn-extensions-share"; + name = Pod; sourceTree = ""; }; 7832AD3901A3642E9DA5240FE29E97FC /* DoubleConversion */ = { @@ -9449,108 +9400,101 @@ path = DoubleConversion; sourceTree = ""; }; - 783A0320CCF8B32721BD6610DBF52551 /* RCTNetworkHeaders */ = { + 7AEE1E2314E0C26C943BD0371D4BAF12 /* Pod */ = { isa = PBXGroup; children = ( - 9B4C7CD90F879B29C6DD1487E5572EFC /* RCTDataRequestHandler.h */, - 7815570FA654A6449AB6FC6D4391B571 /* RCTFileRequestHandler.h */, - 6A60ADE3BF08A5523805361E2D21254C /* RCTHTTPRequestHandler.h */, - 9DC31B49E2571BDE3CEDB84B28DE5525 /* RCTNetInfo.h */, - 60911FF1F8A388840484198157C69D02 /* RCTNetworking.h */, - EB07099CCB71AF0E678168B069B44205 /* RCTNetworkTask.h */, + D548B561B96BC085A275069F16F2D37B /* UMFaceDetectorInterface.podspec */, ); - name = RCTNetworkHeaders; + name = Pod; sourceTree = ""; }; - 7949DA73F5C61A367F6FB11FEF3C0521 /* Pod */ = { + 7B12521392E5BAAE0F3DB648B8F1E10F /* Pod */ = { isa = PBXGroup; children = ( - A5D139B53C87A017F84A48EAECB433CF /* LICENSE */, - 1DBBED15B89611831F8A4DA95B21FA37 /* README.md */, - F0DB6163D4B984CAC96C0AD4026C3894 /* RNDeviceInfo.podspec */, + 93044A336ED389B611A6585951947103 /* React-RCTActionSheet.podspec */, ); name = Pod; sourceTree = ""; }; - 79F6E576C83EC8109FD87217E870FB87 /* RCTAnimationHeaders */ = { + 7BC6BBC81F96E8461305093EA59F2B51 /* Pod */ = { isa = PBXGroup; children = ( - 49D0414802185B4FE7CDBBF860A00BB4 /* RCTAnimationUtils.h */, - 4B52E9D746EF0D3DD9A49A8CBE6E7828 /* RCTNativeAnimatedModule.h */, - AECF4433A2AD5F5A18C5346CF8BD76DE /* RCTNativeAnimatedNodesManager.h */, - D10626F205436A70A5AE9BD6B03B9D7E /* Drivers */, - 2B86D76D50C98BAD775CE65BC94BA3A0 /* Nodes */, + 7EA8ED15F9C131F6872DE58F37D5727B /* LICENSE */, + A77857E994C251C9FAF0A77A248CF659 /* README.md */, + 2D95950A1BEBE477CDB2FB3505C64223 /* RNScreens.podspec */, ); - name = RCTAnimationHeaders; + name = Pod; sourceTree = ""; }; - 7AC926193AFAE8DF70FEF6151E06820E /* Support Files */ = { + 7C2D71647BF29CF3528FD089A7EEA78E /* functions */ = { isa = PBXGroup; children = ( - 3408483C86C5FC83F26C6296D16EBAEB /* React-RCTBlob.xcconfig */, - BCDA8B40730E825225F4057078C4457B /* React-RCTBlob-dummy.m */, - 3A368D02F5F1945BD559480BE293C477 /* React-RCTBlob-prefix.pch */, + 51B2C8E893A252AC4FBBA74FA44502D5 /* RNFirebaseFunctions.h */, + 683333B34E6AC274A88A6DCB48C2B699 /* RNFirebaseFunctions.m */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTBlob"; + name = functions; + path = RNFirebase/functions; sourceTree = ""; }; - 7C39A8B9C14A97471E5E9DB5A6E470A6 /* Video */ = { + 7C6FDC66385BD95B59E1814576B0AD2A /* firestore */ = { isa = PBXGroup; children = ( - FD0E8A669DD48C41347774E827473736 /* RCTVideo.h */, - 4514539C2C0C362A6F990F26F90E28E1 /* RCTVideo.m */, - 6D3356D0654ECCD9F91792A399CBEDE0 /* RCTVideoManager.h */, - 672D35F1B37F73FB06F71BC116EC3C15 /* RCTVideoManager.m */, - A6B0E365670EE8461300952EBBC26EE7 /* RCTVideoPlayerViewController.h */, - 046CED75C001E550AFB9F94D53222FF0 /* RCTVideoPlayerViewController.m */, - 17EDA0CB2B36DDEC0132A8257FD0A4D6 /* RCTVideoPlayerViewControllerDelegate.h */, - 3540C9864A9BA4D74A6A0F1374562723 /* UIView+FindUIViewController.h */, - 9C37C25F4A945ADF194855A7D3CFD188 /* UIView+FindUIViewController.m */, + 38486A106E4914ED160FAB171C781E0F /* RNFirebaseFirestore.h */, + 3BB374B5F35C46D954E54C5EE065CD55 /* RNFirebaseFirestore.m */, + 8FC5790B025C82A4E4CF6F2EC82E7603 /* RNFirebaseFirestoreCollectionReference.h */, + 07FC883771A720AE627A4D528B7F606D /* RNFirebaseFirestoreCollectionReference.m */, + 8ABDB103E800D6BCF33BF507BF197653 /* RNFirebaseFirestoreDocumentReference.h */, + 4C787B335162878C2754311DD6E758AD /* RNFirebaseFirestoreDocumentReference.m */, ); - name = Video; + name = firestore; + path = RNFirebase/firestore; sourceTree = ""; }; - 7C39E042AF68B539DF732AE394677ED5 /* DevSupport */ = { + 7DB4958CB23DC7EAA99D48FD95E3A914 /* React-CoreModules */ = { isa = PBXGroup; children = ( - 60BA70ABB0A5CEE1D278D82385B27A95 /* RCTDevLoadingView.h */, - E45604C26007BD9B5497EA865674F0EE /* RCTDevLoadingView.m */, - 0AEB4E96DEC40AE7082A21584B0293E2 /* RCTDevMenu.h */, - 5A133FD543B1274E44C44D609C59AC63 /* RCTDevMenu.m */, - CA97A1E11835A8EF80ADF1D107049CFA /* RCTInspectorDevServerHelper.h */, - 6352469D352EB3CDFDDF55A3201B6CF7 /* RCTInspectorDevServerHelper.mm */, - 49609DA301B6E3967D8CCA98AF2EF435 /* RCTPackagerClient.h */, - C378C9AACE70EDB586F37D1F5F54EB9A /* RCTPackagerClient.m */, - 74335971DC911411BF969612FC477D72 /* RCTPackagerConnection.h */, - 632D734EBF072B36C92E49CF98712EC3 /* RCTPackagerConnection.mm */, + 163B9624CA932B8813593D0F8B34A669 /* CoreModulesPlugins.mm */, + 5CA9B4F3A15162457A4AD775D1B6A6F7 /* RCTExceptionsManager.mm */, + 39E347AF42FFF5C537EC1000B5934B92 /* RCTImageEditingManager.m */, + A807B06F9E690751FBFAB6F83DE6E30B /* RCTImageLoader.mm */, + F3AD651C2BBAB5FD0A18D11372AE179E /* RCTImageStoreManager.m */, + C440B94C4B8120B6E9EFECD591FF0456 /* RCTPlatform.mm */, + 90612E736F06DEBC4AFE0372D86C604C /* Pod */, + F0F58EBF81629AD4D45DB18B67FAEB8C /* Support Files */, ); - name = DevSupport; - path = React/DevSupport; + name = "React-CoreModules"; + path = "../../node_modules/react-native/React/CoreModules"; sourceTree = ""; }; - 7EA2163D67476FA8466B97974DFBA348 /* rn-fetch-blob */ = { + 7DF415D8D9C40731F677AB5B018BEC2E /* Support Files */ = { isa = PBXGroup; children = ( - C1E6C26D0A88F1156B17D0BB8344EEA1 /* IOS7Polyfill.h */, - 3616676FA36F77D6CB565DD31D5C3622 /* RNFetchBlobConst.h */, - 11F1813A9D674B4CA2B5BF846AE4A838 /* RNFetchBlobConst.m */, - 917AFCA2801BA90C79B13088F10DF09D /* RNFetchBlobFS.h */, - 3772EDFAB6079CDD709B999FAE9504A7 /* RNFetchBlobFS.m */, - ECDE6F8AF8D623A387BD8F1DEA0C2DFB /* RNFetchBlobNetwork.h */, - 793C439B8C3BA2C4EA8F0D803309BCF1 /* RNFetchBlobNetwork.m */, - A1ACF5E5E35D45C8E93D1A812A4B41F0 /* RNFetchBlobProgress.h */, - 568DCBD7D7766031CA4173F36BA5D2E8 /* RNFetchBlobProgress.m */, - 1FC7C2B1E113D97290E46F1F96539849 /* RNFetchBlobReqBuilder.h */, - A905B1B82C1F6C380AB77151E8D5E078 /* RNFetchBlobReqBuilder.m */, - 521DB349BE450C04573E730D5FF9ED1F /* RNFetchBlobRequest.h */, - CFE50FFC676E29FD9BFB1EA54887CE9B /* RNFetchBlobRequest.m */, - 080769E20FD4D003269F7E3E38835DE8 /* Pod */, - 0C910015B4EDFF901284932B263778F8 /* RNFetchBlob */, - 494756B2A12485678BBEF28AE7D9E7B2 /* Support Files */, + B12E8FF9FEBDDDBEAD5C60051FFE0061 /* RNImageCropPicker.xcconfig */, + 400328A760C0D48D7E2F3B0657BCF8DC /* RNImageCropPicker-dummy.m */, + F68C235765E1033442FCC235926B611D /* RNImageCropPicker-prefix.pch */, ); - name = "rn-fetch-blob"; - path = "../../node_modules/rn-fetch-blob"; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNImageCropPicker"; + sourceTree = ""; + }; + 7DFC260065ED00179880699051528525 /* Pod */ = { + isa = PBXGroup; + children = ( + 97CD87DC6133EE56D784B30522BE2810 /* LICENSE */, + F35F55345BE6DCB03FCABAD622F4A271 /* README.md */, + BD0DE3C02A9556688D067B75A0EF4E42 /* rn-fetch-blob.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 7DFE61691F19C8FFADEFC0672BBCE98E /* Pod */ = { + isa = PBXGroup; + children = ( + E7D9F304D2A5A87A92516C753F906F5D /* LICENSE */, + C6A20C5244D8CA8D25AC95455E4E147B /* README.md */, + D5C87D04A1C35B6C4569A33FDFABBC49 /* RNAudio.podspec */, + ); + name = Pod; sourceTree = ""; }; 7EC38910709317D57D76162B4AAAB4A0 /* Frameworks */ = { @@ -9573,111 +9517,105 @@ path = libwebp; sourceTree = ""; }; - 807F30CD019A9B425C6DF02E7386160E /* EXHaptics */ = { + 803069E438B149DACAFEF2F57825042C /* RCTLinkingHeaders */ = { isa = PBXGroup; children = ( - 4F862EA1AA055373123163311F43DCFD /* EXHapticsModule.h */, - 97E36034661AA111E0BBB20ADFBC5EE8 /* EXHapticsModule.m */, - 211D05E0527DF10B1C4716BC703A0035 /* Pod */, - FE12BC87CB7E17D2CBBE8B22FCE77339 /* Support Files */, + 80CF1E401B375D15AC257650414C757C /* RCTLinkingManager.h */, ); - name = EXHaptics; - path = "../../node_modules/expo-haptics/ios"; + name = RCTLinkingHeaders; sourceTree = ""; }; - 82272FBE4B5A9724808C85D8580BABB9 /* Pod */ = { + 80DD07C7F2CF2D11EEC9F993BA0B76CB /* Protocols */ = { isa = PBXGroup; children = ( - C6695BB149402D06E65E98DEC64F461B /* React-RCTAnimation.podspec */, + AB1138DC1F82392F5512E3ACE06F0872 /* UMAppLifecycleListener.h */, + 0E5CC3EB036C8F81FBFF8A16C4E5754D /* UMAppLifecycleService.h */, + 88BFC30A80845B54EEC84821CD30B11C /* UMEventEmitter.h */, + 507A6E05BA64084E474DAB183EE84EE9 /* UMEventEmitterService.h */, + A280C6C5078C7A80907B7DA1392FDCE6 /* UMInternalModule.h */, + D70BB0601464E6C88787A17CD7DAE1DD /* UMJavaScriptContextProvider.h */, + 56D77B032EAD9908A0E3AA354F694B26 /* UMKernelService.h */, + A4DD93FA57DA851B22FCADCED797836B /* UMLogHandler.h */, + E9A518693356E85CDE2D9D6DF8350793 /* UMModuleRegistryConsumer.h */, + 145E69EEDFAE76CD58E2580B3BB6A074 /* UMUIManager.h */, + E525FFE12E0FDACFD028099F2E0B149B /* UMUtilitiesInterface.h */, ); - name = Pod; + name = Protocols; + path = UMCore/Protocols; sourceTree = ""; }; - 824167380D731F7F86532A1225B61449 /* RNGestureHandler */ = { - isa = PBXGroup; - children = ( - 9AF896D2A8AE7DD318C3A4BECA39455B /* RNGestureHandler.h */, - B11F7935C19D82510F1DD4929B409E74 /* RNGestureHandler.m */, - 2E5DB6C4A6AB67A7659D6F8FE926080C /* RNGestureHandlerButton.h */, - 92FCE4E36340938E13A3903617D683D4 /* RNGestureHandlerButton.m */, - 6B90567EAD479807447C9599841BCD15 /* RNGestureHandlerDirection.h */, - DD8D6B2B1C7ECC18DCBDF847EF2DE14A /* RNGestureHandlerEvents.h */, - 49BEE40C24683E301CB66E6A4DACF492 /* RNGestureHandlerEvents.m */, - D05769483CE1B7B36032C215CEB2BAC6 /* RNGestureHandlerManager.h */, - B949BFCB44FB8932EE0CDD0A9FF82037 /* RNGestureHandlerManager.m */, - FDB76E91FBBFA9A87AE303697B4A74D8 /* RNGestureHandlerModule.h */, - 841B25552AF59007AF5F708CA47B8DAA /* RNGestureHandlerModule.m */, - 8F2013CC1164B735BEFB4E7347C9C63D /* RNGestureHandlerRegistry.h */, - 93E48DF270EF504627AEDF6064847E41 /* RNGestureHandlerRegistry.m */, - 6F7D656889924B825AEBF62161AB1260 /* RNGestureHandlerState.h */, - 932B1B968EEB78A085F20790FE48C450 /* RNRootViewGestureRecognizer.h */, - 34F248533ADED25A996005E3B2882F8D /* RNRootViewGestureRecognizer.m */, - 3E7AE840957DEE13D51D6088CC867A02 /* Handlers */, - D65020462E80F6EE4E59BB5F627FB3A6 /* Pod */, - F0DB252A12C5687CEEF4DBE350B92171 /* Support Files */, + 80F5E071DA47436B3A70C6BCC9C26EFF /* Pod */ = { + isa = PBXGroup; + children = ( + 3860D2D2BEC6EF1C656DDF8A4E5C9E0F /* UMSensorsInterface.podspec */, ); - name = RNGestureHandler; - path = "../../node_modules/react-native-gesture-handler"; + name = Pod; sourceTree = ""; }; - 8259767F02022C527F29A4F19567B0B8 /* RCTSettingsHeaders */ = { + 821784F44D098F0C92D04521F2ED4C8E /* EXAppLoaderProvider */ = { isa = PBXGroup; children = ( - 5612BE2E38E617C3707D6075C49383BA /* RCTSettingsManager.h */, + BD4ED88F801C1464E3256306A3B4A007 /* EXAppLoaderProvider.h */, + CDA11448130B15B607AE66450DBABC18 /* EXAppLoaderProvider.m */, + 9D526622000594511393D6582A67C7F0 /* Interfaces */, + 8CE2E8B361B9D882C1E2BE5F409B30FF /* Pod */, + 5B4F38BD5F9A291B96598C769F0C384E /* Support Files */, ); - name = RCTSettingsHeaders; + name = EXAppLoaderProvider; + path = "../../node_modules/expo-app-loader-provider/ios"; sourceTree = ""; }; - 8339C597DF1A0825B36CA0BE61964389 /* RNFirebase */ = { - isa = PBXGroup; - children = ( - E40ED80CCBC57151A56EF37063BF8FB9 /* RNFirebase.h */, - F796ACB971B3220AAEE056E1A82AE383 /* RNFirebase.m */, - 9B63F1DF151406D1A57F8203BA479227 /* RNFirebaseEvents.h */, - C754BBA0BD135F393528435AE42DB236 /* RNFirebaseUtil.h */, - BFEE1E3A52721A80824DB0F6618499B3 /* RNFirebaseUtil.m */, - 88D9DBFBD4962D1F63418281EC54909B /* admob */, - 8E8CA8F0FC982BB149835994BC7F7619 /* analytics */, - 2B6607975CF25B79D39C70A068AC3C45 /* auth */, - CAEAA0D45CC461F7CD5E985371E1038D /* config */, - A546297F934D5C5FCFB9C5F8DF5B79BF /* converters */, - C19244DA2F8AE7DB164FA03481E29DC6 /* database */, - F209B8420A1247F9C0CB2FE8CB865194 /* fabric */, - 644260B13E5E0D69EC6B9E9BC63A2E4D /* firestore */, - DA65D4615D17BA8DCA40469E9B216875 /* functions */, - 0F978264AB6889E8491D3FD8DF7D010D /* instanceid */, - F7A356F7EF70B76FC4D4E0E4714CFE27 /* links */, - 57C691A1891B683E6EF9663D16526743 /* messaging */, - 9CF85FCD94DE84965D442F14BB62DC32 /* notifications */, - 5DEB1C62C3743C50B0ACD3EBFF1759B4 /* perf */, - CE850036EE7C9BF06457FC466991757E /* Pod */, - 998F4CE055DD01BCCE56FAF64CFC7CA7 /* storage */, - 83630DD6F052944C6711EDD4B6EAEBEC /* Support Files */, + 82A8D84D3F365198B62EFABBFB336AD6 /* Support Files */ = { + isa = PBXGroup; + children = ( + F19B25EE8FF0270F2EE2B0EF8FCDDD81 /* RNVectorIcons.xcconfig */, + 4C6708324349481C17FCF7D84DBAF332 /* RNVectorIcons-dummy.m */, + 02C26677C401A4BDB664DF4522D0E10E /* RNVectorIcons-prefix.pch */, ); - name = RNFirebase; - path = "../../node_modules/react-native-firebase/ios"; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNVectorIcons"; sourceTree = ""; }; - 83630DD6F052944C6711EDD4B6EAEBEC /* Support Files */ = { + 83C4519A8014F6C54F3D8B66C1E2BF13 /* Support Files */ = { isa = PBXGroup; children = ( - 2E7FE58AA958A69566EF7D174F252E2E /* RNFirebase.xcconfig */, - 64D364413691C778F21582D89FD37B82 /* RNFirebase-dummy.m */, - C0266F070F4D0280775CB549C2A12478 /* RNFirebase-prefix.pch */, + 2ABFB451EB4296177AF8518752E5376F /* EXAV.xcconfig */, + 0EE34AA51F7F9AF3577693BF6A32FEF4 /* EXAV-dummy.m */, + 8A6B7A7CB2BF0CBC83C46383428B1B85 /* EXAV-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNFirebase"; + path = "../../../ios/Pods/Target Support Files/EXAV"; sourceTree = ""; }; - 83F326B0EF9B301778EA8188A30B9C8C /* Support Files */ = { + 8687009A473B4C19E07A723349ED6891 /* Support Files */ = { isa = PBXGroup; children = ( - 8E2E934DDF76140368BC00776843D7CE /* react-native-background-timer.xcconfig */, - D78D5C5E5A979D2E922CF3F4CE4B551B /* react-native-background-timer-dummy.m */, - 6C76CB9130520E8E90ADF36C14E02B88 /* react-native-background-timer-prefix.pch */, + AA811FB189CF7A70894B0E93D2CDA211 /* UMImageLoaderInterface.xcconfig */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-background-timer"; + path = "../../../ios/Pods/Target Support Files/UMImageLoaderInterface"; + sourceTree = ""; + }; + 86C232B2AA392D13EF524ACC9270A687 /* perf */ = { + isa = PBXGroup; + children = ( + 02519739CF70197D44E2B45D05D5C08D /* RNFirebasePerformance.h */, + 998394198259BA42AFB59DCC9DACC909 /* RNFirebasePerformance.m */, + ); + name = perf; + path = RNFirebase/perf; + sourceTree = ""; + }; + 87404215DE660AC2CED599221C890C2B /* rn-extensions-share */ = { + isa = PBXGroup; + children = ( + 5EA99792D834800A97791F8088782EB1 /* ReactNativeShareExtension.h */, + 65FC566F642C951C6C0691D638373AF7 /* ReactNativeShareExtension.m */, + FA720A42D7AD69B37FE32BD870947B67 /* Pod */, + 3AC53BF253BDAC700031AF99AF62C9B1 /* Support Files */, + ); + name = "rn-extensions-share"; + path = "../../node_modules/rn-extensions-share"; sourceTree = ""; }; 8776D2C51A83E427D2C48EB1069F5894 /* encode */ = { @@ -9687,48 +9625,61 @@ name = encode; sourceTree = ""; }; - 87D4566BBFFD271EEEA3C99A94209C9D /* Support Files */ = { + 878E9B74CF8EA6A628777D7E9B63134A /* UMFontInterface */ = { isa = PBXGroup; children = ( - 064120011AFF24AE097CA29C2983ABFF /* nanopb.xcconfig */, - 7C3EBAFEBE08088002B1F7333E2E81FD /* nanopb-dummy.m */, - DB83BC203328D170AE2DB2FCFE9EFECD /* nanopb-prefix.pch */, + C39246CAA8DA2EE8E2746FC5001CC99D /* UMFontManagerInterface.h */, + FF3C411E0D162CDBAF4C1FFDCCB070B1 /* UMFontProcessorInterface.h */, + 5B6DE156CF9648FC0EB50B4B44258DD1 /* UMFontScalerInterface.h */, + 533B2462CA47231F7DD14726151365CC /* UMFontScalersManagerInterface.h */, + AB94BB3AACBAD62B52FE7A0CEC4F91EA /* Pod */, + DC1827021F76C9872244B03823E0E691 /* Support Files */, + ); + name = UMFontInterface; + path = "../../node_modules/unimodules-font-interface/ios"; + sourceTree = ""; + }; + 87AB337EE17DF3A362B45EFCCEBCA314 /* Support Files */ = { + isa = PBXGroup; + children = ( + C6C0C273D309A0AAC35B9F412866A502 /* react-native-orientation-locker.xcconfig */, + 75B5C528ED47BA30ECAFFC10F6E07240 /* react-native-orientation-locker-dummy.m */, + D8021DB19699315FBBA3E6257E3E06D4 /* react-native-orientation-locker-prefix.pch */, ); name = "Support Files"; - path = "../Target Support Files/nanopb"; + path = "../../ios/Pods/Target Support Files/react-native-orientation-locker"; sourceTree = ""; }; - 88D9DBFBD4962D1F63418281EC54909B /* admob */ = { + 87BCD03B7A12C5ACDA793FF886B59CF6 /* ReactCommon */ = { isa = PBXGroup; children = ( - ECC239C169CACED821B555E60271A9DD /* BannerComponent.h */, - DEA73D9116E3E6FB1B522A8D311F63D9 /* BannerComponent.m */, - B02638646000CABCD9543E768EE8DACA /* NativeExpressComponent.h */, - 5E911CE59696A0FEF04160CA319A14DF /* NativeExpressComponent.m */, - CD1B942711BBA4F0550060AD78DDBC4E /* RNFirebaseAdMob.h */, - 3566ADAF3895C6EBB680739C28C8B8FB /* RNFirebaseAdMob.m */, - 94D418974B20DEA3AA2A59EC79E0ECB7 /* RNFirebaseAdMobBannerManager.h */, - C1D7740CCBB91598F7C6D66B10A284B6 /* RNFirebaseAdMobBannerManager.m */, - BEF1D3B3942B279447F10DBEEDF14102 /* RNFirebaseAdMobInterstitial.h */, - 8FC22E08AC1A0A720C13FDDF26EA4286 /* RNFirebaseAdMobInterstitial.m */, - 086961721FA7185894FA0D3B18A38BA7 /* RNFirebaseAdMobNativeExpressManager.h */, - FE733A9927A3D711C0F6C9E619E43711 /* RNFirebaseAdMobNativeExpressManager.m */, - 7395B5C5E4D425DC7DB88ACCFDB5A03A /* RNFirebaseAdMobRewardedVideo.h */, - 67607857655CDAF9DACE793EEC13786F /* RNFirebaseAdMobRewardedVideo.m */, + 8C5E10D259448B1B7E5DCF8515074718 /* jscallinvoker */, + 5CBFF170D600E712082ACAC6CB74C619 /* Support Files */, + 12E3054D965F427AD0B387467FA2ACEF /* turbomodule */, ); - name = admob; - path = RNFirebase/admob; + name = ReactCommon; + path = "../../node_modules/react-native/ReactCommon"; sourceTree = ""; }; - 89691D7B11A794F119BF8340CCCE163E /* Singleline */ = { + 87D4566BBFFD271EEEA3C99A94209C9D /* Support Files */ = { isa = PBXGroup; children = ( - 3A70CAF608A1E6D153DB84FB781F0D98 /* RCTSinglelineTextInputView.m */, - 4E50C73349AC0625D2B22337DAFB4196 /* RCTSinglelineTextInputViewManager.m */, - 470C412F2DCBECEB360A5CBFE76EE6FE /* RCTUITextField.m */, + 064120011AFF24AE097CA29C2983ABFF /* nanopb.xcconfig */, + 7C3EBAFEBE08088002B1F7333E2E81FD /* nanopb-dummy.m */, + DB83BC203328D170AE2DB2FCFE9EFECD /* nanopb-prefix.pch */, ); - name = Singleline; - path = Singleline; + name = "Support Files"; + path = "../Target Support Files/nanopb"; + sourceTree = ""; + }; + 888A279B93463661589EA94AED056520 /* Pod */ = { + isa = PBXGroup; + children = ( + 7D2B3EBFEBBFCFAB13633448E2715D73 /* LICENSE */, + 50C0F62EE531A8425769369411EDB22C /* README.md */, + 2F5F58D201AADC733A78BC5311917987 /* RNFastImage.podspec */, + ); + name = Pod; sourceTree = ""; }; 89B60566C49622E6C5DC81A8E140000A /* FirebaseInstanceID */ = { @@ -9804,17 +9755,6 @@ path = FirebaseInstanceID; sourceTree = ""; }; - 8A22FFB238A96E7E1526869C32BD2F07 /* Support Files */ = { - isa = PBXGroup; - children = ( - B91734D380A03F1D9351ACC9D1C82700 /* react-native-slider.xcconfig */, - 46E7C6CE6CFACCFE8DEE602C55D05D96 /* react-native-slider-dummy.m */, - 049A683B5A422FAB5B9E63522BD0324C /* react-native-slider-prefix.pch */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/react-native-slider"; - sourceTree = ""; - }; 8A77F195308B777358F6B9081258A3F5 /* Support Files */ = { isa = PBXGroup; children = ( @@ -9824,26 +9764,6 @@ path = "../Target Support Files/GoogleAppMeasurement"; sourceTree = ""; }; - 8AAA417DF34B9138E8D712B845A9616E /* Support Files */ = { - isa = PBXGroup; - children = ( - C5BC0C904AFEEEB35C99FCC32B2A1B5A /* UMFaceDetectorInterface.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMFaceDetectorInterface"; - sourceTree = ""; - }; - 8AABF0F4D162C274D6837AF8EBAEE54D /* Support Files */ = { - isa = PBXGroup; - children = ( - DC9B55A67EB94A81F103AD786D371F01 /* Yoga.xcconfig */, - 8D3724BBA27E2B32D08937468113E078 /* Yoga-dummy.m */, - E5FCE8EB0C7E10B5F7A6E9C5A9C7AFFD /* Yoga-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/Yoga"; - sourceTree = ""; - }; 8AD7A448705D47A37B99ED6DFB4BA67F /* Frameworks */ = { isa = PBXGroup; children = ( @@ -9853,24 +9773,25 @@ name = Frameworks; sourceTree = ""; }; - 8B3EBA26E96CE9026D7EEDB1F36D7F8F /* UMCameraInterface */ = { + 8AE6C531455FD6BAC454E6F392FCAD0A /* Support Files */ = { isa = PBXGroup; children = ( - 8C92070AE5CB870A36179CB1D2FE5E3C /* UMCameraInterface.h */, - 1A87703181B365F3C977C5A0EA6D5BC2 /* Pod */, - F4F1376989A9CADAECE06A7F347B1E16 /* Support Files */, + D2134E52180D21C748AA62F1B8778F9A /* FBReactNativeSpec.xcconfig */, + FF44761EFA9D37FAD358143F9DE8C41F /* FBReactNativeSpec-dummy.m */, + 688AE8D621FE8212F5150CBA4D1876A3 /* FBReactNativeSpec-prefix.pch */, ); - name = UMCameraInterface; - path = "../../node_modules/unimodules-camera-interface/ios"; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/FBReactNativeSpec"; sourceTree = ""; }; - 8B634D843C5369F02C7CB8358EA90B69 /* Support Files */ = { + 8B91B92AAD50646F07255F507ACDEE56 /* UIUtils */ = { isa = PBXGroup; children = ( - 07BD51791FF14F83F4B4155C0721655A /* UMConstantsInterface.xcconfig */, + 8BBE4A685580DF057CABE0D4123A574D /* RCTUIUtils.h */, + 35A2911CECA465FC692DB6CF5CAE70B6 /* RCTUIUtils.m */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMConstantsInterface"; + name = UIUtils; + path = React/UIUtils; sourceTree = ""; }; 8BD73C731960B082C86AB1D8D4E7BC8B /* Pods */ = { @@ -9903,6 +9824,51 @@ name = Pods; sourceTree = ""; }; + 8C135D0DC78644B473DFEB10753C7514 /* Pod */ = { + isa = PBXGroup; + children = ( + C176DA120E62DFDCB96ADE93F0CC8B51 /* advancedIos.md */, + 086857AE90E7C158904258A7E7D24A29 /* installation.md */, + 8D5DA9F707B4EB88B02CD1D280EC502A /* LICENSE */, + 947A4406BD21AFA4B2F50228E547D9F2 /* localNotifications.md */, + C6933B37B3C70EC6D073247837263840 /* notificationsEvents.md */, + AF9E9542D2A9D6DE1F3DC69C0B2577AE /* react-native-notifications.podspec */, + 22DAC011F696BEDD225BA8942588F6CF /* README.md */, + 90D1D64582F9E064C354593135DAD905 /* subscription.md */, + ); + name = Pod; + sourceTree = ""; + }; + 8C5E10D259448B1B7E5DCF8515074718 /* jscallinvoker */ = { + isa = PBXGroup; + children = ( + BAE1981EBEF50FB077D5B09192D1F621 /* BridgeJSCallInvoker.cpp */, + B811E8AA47827442EA8038B78C637A57 /* BridgeJSCallInvoker.h */, + 6F4480DB4DFD774EF2B6C7C0B1151891 /* JSCallInvoker.h */, + ); + name = jscallinvoker; + sourceTree = ""; + }; + 8C6DE9F792321649690ABB986DEB1E0F /* RNAudio */ = { + isa = PBXGroup; + children = ( + 55E4741AF23FBF4247133573D6290DD0 /* AudioRecorderManager.h */, + 6396DB7C7D0998961051B112303D8716 /* AudioRecorderManager.m */, + 7DFE61691F19C8FFADEFC0672BBCE98E /* Pod */, + C1E090195C561D4A7112C9CB1A84A0AB /* Support Files */, + ); + name = RNAudio; + path = "../../node_modules/react-native-audio"; + sourceTree = ""; + }; + 8CE2E8B361B9D882C1E2BE5F409B30FF /* Pod */ = { + isa = PBXGroup; + children = ( + E993C80D12BF5834C62A0599025F6924 /* EXAppLoaderProvider.podspec */, + ); + name = Pod; + sourceTree = ""; + }; 8D102C988F316C3C0DD3A61A6C65CA1A /* Support Files */ = { isa = PBXGroup; children = ( @@ -9912,76 +9878,89 @@ path = "../Target Support Files/JitsiMeetSDK"; sourceTree = ""; }; - 8E5CC96AF68E970486CC6227DBA54397 /* React-RCTBlob */ = { + 8D137D4735ED101D9EB40B7E104628B6 /* Support Files */ = { isa = PBXGroup; children = ( - 68B17402AB245EAC828F58E2D62F5150 /* RCTBlobCollector.h */, - 69C0FA574F6E2FC7F6A2131FAC2F557D /* RCTBlobCollector.mm */, - 9895BDFACC41F63BF601939BFFAF2A89 /* RCTBlobManager.mm */, - 81A275692A0794199629EE2C8E4B3B06 /* RCTFileReaderModule.m */, - BEEB79B9BDDC6F5A18C8C4E44EBBC50D /* Pod */, - 7AC926193AFAE8DF70FEF6151E06820E /* Support Files */, + 36EE1BD869508F7D6CA3C09CF529BD5E /* RCTRequired.xcconfig */, ); - name = "React-RCTBlob"; - path = "../../node_modules/react-native/Libraries/Blob"; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/RCTRequired"; + sourceTree = ""; + }; + 8DC566C76495332EB675F11263E8BF21 /* react-native-notifications */ = { + isa = PBXGroup; + children = ( + 7ABF7106CDFE8FA8630664DD0EB7E4A4 /* RCTConvert+RNNotifications.h */, + B681F0856C36E5E0C95360DE625C24AD /* RCTConvert+RNNotifications.m */, + F803AF7277C13C7E682727FC49F7021F /* RNBridgeModule.h */, + 98F7480695CDCF523438C7C3164704EE /* RNBridgeModule.m */, + 51AB0C0E0F4C4A44C6A4DD6AE553DB32 /* RNCommandsHandler.h */, + EEFD8B770F889567A4BE76D3DFD45439 /* RNCommandsHandler.m */, + 1D78B6AD794ABD35C6C0F85E743654C0 /* RNEventEmitter.h */, + 4D2D0867EC302EB0AE4D699C5E2DDF83 /* RNEventEmitter.m */, + FEBF0FB51E2494AF8452098808E446B0 /* RNNotificationCenter.h */, + C07391419D723F70812D0AACD10430D3 /* RNNotificationCenter.m */, + 435697BD18948A8D26AFFCA1519C9162 /* RNNotificationCenterListener.h */, + 57ACCB154CBFB1ED1FADCC712A22F973 /* RNNotificationCenterListener.m */, + 6702A660539537419E20683B79C3B52D /* RNNotificationEventHandler.h */, + 924081A5C928A43BD7215411B47BE5D6 /* RNNotificationEventHandler.m */, + 46951E92369DEFAA98273D33355B2F17 /* RNNotificationParser.h */, + 9D469D56E1FF7E83AC426E6F0509D260 /* RNNotificationParser.m */, + C370FF611330A43B2DDADC1F3FDE2260 /* RNNotifications.h */, + 45F4C8BB333BC999BCF9AE58DFE46430 /* RNNotifications.m */, + A9690E6AA35B66C49C28C6C39DA18FA5 /* RNNotificationsStore.h */, + 5DF2A71AB798BB1E1FDF31DB85511593 /* RNNotificationsStore.m */, + 4BE1489ECD3F28A0FA98832F85938038 /* RNNotificationUtils.h */, + 564F6F32AB889F2FAAB31F5BFA1D4C55 /* RNNotificationUtils.m */, + CABAE35089BC484F5D68945869E897A4 /* RNPushKit.h */, + 094365E75527466A323295B27DDF6C3B /* RNPushKit.m */, + 0E5EB7E0C87FE32A32C48F56EB71A0B1 /* RNPushKitEventHandler.h */, + F7A3FF96A7E535A687C94BED15954B08 /* RNPushKitEventHandler.m */, + FB86D2C2127A3BC83DA8643A08AA5B89 /* RNPushKitEventListener.h */, + 918587191E4667B02FD2E5E05592C35E /* RNPushKitEventListener.m */, + 8C135D0DC78644B473DFEB10753C7514 /* Pod */, + 5F8EF0E75B930F35ECB2FF5A3BD66E0B /* Support Files */, + ); + name = "react-native-notifications"; + path = "../../node_modules/react-native-notifications"; sourceTree = ""; }; - 8E8CA8F0FC982BB149835994BC7F7619 /* analytics */ = { + 8E778C918D93527E4C62A09F35C0F342 /* Support Files */ = { isa = PBXGroup; children = ( - D423632AE9D7BA4119B5968AD8B01671 /* RNFirebaseAnalytics.h */, - 0CE44279443FF42C9A8AF1215FBB93DA /* RNFirebaseAnalytics.m */, + E77DAE17F9D2D89D8A90EAEE3D98DF05 /* React-RCTImage.xcconfig */, + 2337FD4047F3F60B749218A40785E05D /* React-RCTImage-dummy.m */, + C2A9D7E54C61CC3EEDC142325CC540F0 /* React-RCTImage-prefix.pch */, ); - name = analytics; - path = RNFirebase/analytics; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTImage"; sourceTree = ""; }; - 8FA9335986D47217FD23292D8A919E87 /* Pod */ = { + 8EDDC38AF37438B84517BDFE7C7615B0 /* RCTSettingsHeaders */ = { isa = PBXGroup; children = ( - 24EEFECA3BEC42F87EFF618D0CFB87E9 /* LICENSE */, - B256ABE5BD8594F142B72F80613C8345 /* README.md */, - 5718F99C8AD0A45A01A5991E511B1AB0 /* RNScreens.podspec */, + 242959A0044CCBC53F15ABA9E2D4C2AA /* RCTSettingsManager.h */, ); - name = Pod; + name = RCTSettingsHeaders; sourceTree = ""; }; - 90878DEA6362363F30D369BCCE851B36 /* react-native-notifications */ = { - isa = PBXGroup; - children = ( - 6D8F16770B61D203BA7586DD93BF5AE7 /* RCTConvert+RNNotifications.h */, - CB47F9AB8D3CE08A4CD5CF196A3C9169 /* RCTConvert+RNNotifications.m */, - A19C0BC6B3844E51415B2FE73860B7DC /* RNBridgeModule.h */, - DEA0FFCA817B9BB029A31235C95FDD47 /* RNBridgeModule.m */, - 374D14998EABADA514170B2D08C33562 /* RNCommandsHandler.h */, - 3CD6EF3208D40BD1B03BA2765441EED3 /* RNCommandsHandler.m */, - 762A2EE810E1F78EF4BCD75D95B0BF0B /* RNEventEmitter.h */, - 38B613B0CE79C3422B37098392C882EE /* RNEventEmitter.m */, - BB84A0D146A46EDD53FC654CB6D42300 /* RNNotificationCenter.h */, - 50585DBB5F13DC4B200D7493C8DF1FBD /* RNNotificationCenter.m */, - 5209737C33E43597A9E139095CB509B8 /* RNNotificationCenterListener.h */, - 1B9055B4CCCFD33CFC7E4239C6EF3F35 /* RNNotificationCenterListener.m */, - 395B0B7B4343E727775CC6872C7EFE73 /* RNNotificationEventHandler.h */, - C9EFC60CD18319463354968F16F86223 /* RNNotificationEventHandler.m */, - C38BD63E38308306F01271471A51A51A /* RNNotificationParser.h */, - F3A600554A29214EB7C2216B00E15992 /* RNNotificationParser.m */, - B253FCDCCFA703EF327E1DE179D9B9BC /* RNNotifications.h */, - 554E77FD3F864F3461B30DFEF0A63BDA /* RNNotifications.m */, - 6572D7BCB0C0D9916F510DF77972EE7D /* RNNotificationsStore.h */, - C8035F5067C028D95B24C6EE0D688FE3 /* RNNotificationsStore.m */, - B5F4CD5F24417B0900BAEB078D8E6C71 /* RNNotificationUtils.h */, - 3A136898A2D9F095BEB68F0A23F575C8 /* RNNotificationUtils.m */, - CA61F667A05E9DB8EF4F3266762EDAEE /* RNPushKit.h */, - D69982EDF3E3189BA62CEB786BA571A0 /* RNPushKit.m */, - 7FF33784A3FBD65650BC14499CA52D7B /* RNPushKitEventHandler.h */, - A643CE34F02117FDF88B2A6F37950E94 /* RNPushKitEventHandler.m */, - 00C5785681FEE30171D4791232D6B033 /* RNPushKitEventListener.h */, - 2593832A42DD4CCCB3733C186605E387 /* RNPushKitEventListener.m */, - 68687CBD224F93745A2D421189504950 /* Pod */, - 55747659727D105E17D20D60E6089B75 /* Support Files */, + 8F37E93D67E21374CEDE5702881BBBB5 /* UMCameraInterface */ = { + isa = PBXGroup; + children = ( + E182E74410FA1DDCF0AA6224D4CD70F0 /* UMCameraInterface.h */, + B5A74BF1190F58873DD17B994991C144 /* Pod */, + 45C53BFCA0EA1C54D48C38C7C0E0E47A /* Support Files */, ); - name = "react-native-notifications"; - path = "../../node_modules/react-native-notifications"; + name = UMCameraInterface; + path = "../../node_modules/unimodules-camera-interface/ios"; + sourceTree = ""; + }; + 90612E736F06DEBC4AFE0372D86C604C /* Pod */ = { + isa = PBXGroup; + children = ( + 759A861711E1F0204AF2FD5E6F1913E5 /* React-CoreModules.podspec */, + ); + name = Pod; sourceTree = ""; }; 911851AEB4CDAC5A0971712FB8011504 /* Support Files */ = { @@ -9995,40 +9974,126 @@ path = "../Target Support Files/Folly"; sourceTree = ""; }; - 9167D0B09ABBAF341E56707BB6B14495 /* Pod */ = { + 92F85D30FD840403D60FCE6C7D7BABA9 /* BugsnagReactNative */ = { isa = PBXGroup; children = ( - E436C7834CBD27A6F24269FB84D641E4 /* React-RCTActionSheet.podspec */, + 72277FFD55B9F0056DFEF07047DD2FD6 /* BugsnagReactNative.h */, + E9BB28EAF11FB90C1C779ED0719AB18C /* BugsnagReactNative.m */, + E71F2EFD79F19EA41D63753136E70D83 /* Core */, + 77D224458688D2C2B490DC161E98B83F /* Pod */, + 49C6CC742418875BF4033F2AA2EDF3D6 /* Support Files */, + 0DA1728D1E887AF30D0BE108168D974E /* vendor */, ); - name = Pod; + name = BugsnagReactNative; + path = "../../node_modules/bugsnag-react-native"; sourceTree = ""; }; - 93BCAF93DE5A44BB50FA5BC0E8EE2637 /* Services */ = { + 953F339B4E7AFC99F859A3901749AEA6 /* Products */ = { isa = PBXGroup; children = ( - 88B9807BEED08F60C9534922B5809986 /* UMLogManager.h */, - 807A0E4A7D921BAAE970FFB2AE0DBF2D /* UMLogManager.m */, + 3EEAA606F6866DA20E6601B9655B1027 /* libBugsnagReactNative.a */, + 6FFB7B2992BB53405E6B771A5BA1E97D /* libDoubleConversion.a */, + A225ED83E33DC48D25B9FF35BA50CCD0 /* libEXAppLoaderProvider.a */, + AD40A94AE1ADFA1CDF9602BA3B04C90E /* libEXAV.a */, + 220361FF3B2778F8F38C2C4DCC5B49FD /* libEXConstants.a */, + ED1E3FC0DC90F4A787472917BFB6B235 /* libEXFileSystem.a */, + 80A51B61FECFED8D1A0D95AAD32A2938 /* libEXHaptics.a */, + 72E494917AC5EC2582197F07061A28B0 /* libEXPermissions.a */, + 574E8A849B86DCF8EE5726418D974721 /* libEXWebBrowser.a */, + ABFEEA82A6C346B22843FBE0B0582182 /* libFBReactNativeSpec.a */, + E2B63D462DB7F827C4B11FD51E4F8E2D /* libFirebaseCore.a */, + 8CC9178C366942FD6FF6A115604EAD58 /* libFirebaseCoreDiagnostics.a */, + 2DA0D814DFCB860D31D7BCD63D795858 /* libFirebaseInstanceID.a */, + 06489499588BFA8FD5E63DD6375CD533 /* libFolly.a */, + 3CA7A9404CCDD6BA22C97F8348CE3209 /* libglog.a */, + 856B5CD56F194FAD26EA91620B66D614 /* libGoogleDataTransport.a */, + 6942351307BC1F54575D9853307EAE0E /* libGoogleDataTransportCCTSupport.a */, + B43874C6CBB50E7134FBEC24BABFE14F /* libGoogleUtilities.a */, + 279390C893577F74DD2049383E1EDD1A /* libKeyCommands.a */, + 5E4674603A5D5B9215FFA0F8E69F8B71 /* liblibwebp.a */, + 06FC5C9CF96D60C50FCD47D339C91951 /* libnanopb.a */, + 586602EDE69E2D273945D156ECB89853 /* libPods-RocketChatRN.a */, + ABCA9F4CD6EE0D4686EBA505F526A436 /* libPods-ShareRocketChatRN.a */, + 20D73B80DBEDC9935666EB05B502A6E8 /* libQBImagePickerController.a */, + F958876A082BF810B342435CE3FB5AF6 /* libRCTTypeSafety.a */, + BD71E2539823621820F84384064C253A /* libReact-Core.a */, + 6771D231F4C8C5976470A369C474B32E /* libReact-CoreModules.a */, + 37592FDAD45752511010F4B06AC57355 /* libReact-cxxreact.a */, + D9F334F2E90E3EE462FC4192AF5C03BD /* libReact-jsi.a */, + F2E7C88DFCD460A4B46B913ADEB8A641 /* libReact-jsiexecutor.a */, + 2577F299FCB0A19824FE989BE77B8E8F /* libReact-jsinspector.a */, + 242758B9EDFF146ABE411909CAC8F130 /* libreact-native-appearance.a */, + B75A261FE3CE62D5A559B997074E70FC /* libreact-native-background-timer.a */, + 8C3E2A6E6F93E60E397F6C0BBA710BF5 /* libreact-native-cameraroll.a */, + 08D1FFC2980C1ED72AE9A4C44A0544C3 /* libreact-native-document-picker.a */, + 8074129DF318155B29544548E1CAF4A3 /* libreact-native-jitsi-meet.a */, + 686FA236B3A0EDC2B7D10C6CB83450C8 /* libreact-native-keyboard-tracking-view.a */, + 012242E4480B29DF1D5791EC61C27FEE /* libreact-native-notifications.a */, + 48425DA2F01D82A20786D5E55E264A29 /* libreact-native-orientation-locker.a */, + 2B17A71888AA28CEFEC37B72F2A68A91 /* libreact-native-slider.a */, + B058F035CFD84ECBF8414E4EAE5834FC /* libreact-native-video.a */, + 8DF63376066E2275FF26820B3A512A9B /* libreact-native-webview.a */, + 73F8A95B79671F501F31EA4F1D04AA8B /* libReact-RCTActionSheet.a */, + FE7B9294FF05AAFD1653E2104E10844A /* libReact-RCTAnimation.a */, + F71EBF73F354B475D465FF6DE9A66707 /* libReact-RCTBlob.a */, + EEDBF403E8E0B3885E65C2741B536BC5 /* libReact-RCTImage.a */, + 802121F5B756ACBFDD6D08C36246DADD /* libReact-RCTLinking.a */, + A68E5A9B69A3BA0FD52CAF7A354EC93B /* libReact-RCTNetwork.a */, + 269BE773C9482484B70949A40F4EA525 /* libReact-RCTSettings.a */, + E6A16705C69FC7DE11C2469A4A0F8358 /* libReact-RCTText.a */, + C1A919103EAC9813D236486C34FC0A21 /* libReact-RCTVibration.a */, + D5C775614AC76D44CECB6BE08B022F1F /* libReactCommon.a */, + 51B50F20C76CF72E2BEF8D4764235306 /* libReactNativeART.a */, + 858AFA83985937825473045CF6808B15 /* librn-extensions-share.a */, + 4FDA96879D96070EB1983E98E655CBDC /* librn-fetch-blob.a */, + 3B65CB9B6DCD893501BDCF1DE7BA926C /* libRNAudio.a */, + 202722AA0D229A11350F6DC0F267A0BA /* libRNBootSplash.a */, + 72DE4BF3FB9CE0858E90F96FEF8A53AE /* libRNDateTimePicker.a */, + E0FE6533198104C97DB047DD5CD8AC67 /* libRNDeviceInfo.a */, + E55EA3C6F285F6FA8067C5C8A428FA64 /* libRNFastImage.a */, + 4EAF7225D8D498E7D232AE1520E6CBD3 /* libRNFirebase.a */, + 8F65F9361F2069CF9E9D751272968DE4 /* libRNGestureHandler.a */, + 3AEA4A114C08533A2C0F8E039A4C5EB9 /* libRNImageCropPicker.a */, + 15912309AA610251329D74FA111DE5CA /* libRNLocalize.a */, + C777CF2FB1E39A45CBBDB54E8693F471 /* libRNReanimated.a */, + E496A53A92B4E464B5C30DC5B1E4E257 /* libRNRootView.a */, + 50B5347C9A6E93B7D4CFC3673BA6FB7E /* libRNScreens.a */, + BFCE4058442BFB8DEB89BA3F261A76BA /* libRNUserDefaults.a */, + 8998273719FDD789E6F9C7541AFD0B33 /* libRNVectorIcons.a */, + 580712ADE0DDE9601ED35B000EC802D6 /* libRSKImageCropper.a */, + B0B214D775196BA7CA8E17E53048A493 /* libSDWebImage.a */, + FCF61D9B2B75054A9A3185DDC609B7FF /* libSDWebImageWebPCoder.a */, + AF72FD600DE7E2D330BA50F877993E05 /* libUMCore.a */, + 3B640835BAA914DD267B5E780D8CFEC7 /* libUMReactNativeAdapter.a */, + 65D0A19C165FA1126B1360680FE6DB12 /* libYoga.a */, + C9708630F9D9C8C32EF0B3C91B9E469D /* QBImagePicker.bundle */, ); - name = Services; - path = UMCore/Services; + name = Products; sourceTree = ""; }; - 94994ED0ADA6206A22DE0B0B8847CB4E /* Pod */ = { + 95EEB82360154C1FDEED1E0962DE0A21 /* CoreModulesHeaders */ = { isa = PBXGroup; children = ( - BC564A37BA02020C6E8115CDE7883AD4 /* UMFileSystemInterface.podspec */, + BE78899BC1F86654AC831678BA3E383E /* CoreModulesPlugins.h */, + D167F170625B1670EF7413BA8B041DF9 /* RCTExceptionsManager.h */, + F1CB3919722155EB19FD7E9DC2B3B824 /* RCTImageEditingManager.h */, + A7C9E07CE2632B29641A159E22B60E51 /* RCTImageLoader.h */, + 03D727AAECD7A3B1DC7573E413CE1EFC /* RCTImageStoreManager.h */, + 8466EABAE46F8A7FBAE302C591B0F328 /* RCTPlatform.h */, ); - name = Pod; + name = CoreModulesHeaders; sourceTree = ""; }; - 956319FB343C2E548AF9E76C17329D08 /* Pod */ = { + 9703F30BDE785720AFF2E1EFAC350AC9 /* ios */ = { isa = PBXGroup; children = ( - 28A379CA901BCAEB8D4E0712F817979D /* LICENCE */, - 89B51D9DC6352AA5D37729B72D1EAF05 /* react-native-cameraroll.podspec */, - 013A69400B9028E3D0F8ABE2803749D6 /* README.md */, + 9B4FA3F4302C9A7AD4BECF06D8F39FB0 /* RCTTurboModule.h */, + 3A62903D43B731941CED3C75F9273EEA /* RCTTurboModule.mm */, + 84479556574826CE897D80D0F0DB5FC6 /* RCTTurboModuleManager.h */, + ED95DB62262F835DAE6597D0AA804A38 /* RCTTurboModuleManager.mm */, ); - name = Pod; + name = ios; + path = ios; sourceTree = ""; }; 976C6604E458FD5238A5E4EBACF9B802 /* Network */ = { @@ -10048,58 +10113,28 @@ name = Network; sourceTree = ""; }; - 97B8AEEAE8F41519814840EB2E102DB7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 9228F7A2A0D58B88756F464925864D0D /* boost-for-react-native.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/boost-for-react-native"; - sourceTree = ""; - }; - 986B4C6DB4CFA5F5626E3E5B3955E88B /* React-RCTImage */ = { + 979BC191026101CB609BC50A0A80B8D7 /* Video */ = { isa = PBXGroup; children = ( - DF27A0F5D9C24DC0FF20189052D4DEB7 /* RCTAnimatedImage.m */, - 3705716BBE7DEB63B20D332F6F24EB4D /* RCTGIFImageDecoder.m */, - 87E9D60A4716E741764A6CB9588AEB79 /* RCTImageBlurUtils.m */, - 7B5DE73ECA9102A21C8964540F74B4B2 /* RCTImageCache.m */, - 3C871C2A094B2FECE3482ED6E1DBCD71 /* RCTImageShadowView.m */, - 3B3D0AE95BDBF73212D684D408AB5043 /* RCTImageUtils.m */, - 70906589313A0FED299955B12363520D /* RCTImageView.m */, - B6DCD67B31DB82CAA1663A66E9AF79B8 /* RCTImageViewManager.m */, - 92FD30F76BD772A62E65C8492AADA354 /* RCTLocalAssetImageLoader.m */, - FD04A093E13378AF06F9E09766FDC00E /* RCTResizeMode.m */, - 4F4EF3DD9969C1ED8121616584467072 /* RCTUIImageViewAnimated.m */, - 640B166BDC544391DBD97024C97C1D47 /* Pod */, - 17C928C2BC3434F0AB914A53FD5F754E /* Support Files */, + 697A6D5D2876748A0BEC82A7323A8DF3 /* EXVideoManager.h */, + 0577C99629E38A9E4CBB524AA1250456 /* EXVideoManager.m */, + F641A6739DA614FD5811A26F38C478D4 /* EXVideoPlayerViewController.h */, + 4C9E1496205A50668CC0527D4CAFD746 /* EXVideoPlayerViewController.m */, + 1561293FA8C9EE6939BAF2A789099D73 /* EXVideoPlayerViewControllerDelegate.h */, + FFEAB7D876237F031C9E8759E49F3D32 /* EXVideoView.h */, + BA6843884442188F5AADF25E82074309 /* EXVideoView.m */, ); - name = "React-RCTImage"; - path = "../../node_modules/react-native/Libraries/Image"; - sourceTree = ""; - }; - 986F09409728A71E347DC9DDD5F72A83 /* UMSensorsInterface */ = { - isa = PBXGroup; - children = ( - 9BB0FF9C1A8F6510226935C605C4712F /* UMAccelerometerInterface.h */, - 869A40360F52246AB0109FDC1432CD77 /* UMBarometerInterface.h */, - E4172608A414F119DAA175846E42D3C9 /* UMDeviceMotionInterface.h */, - A16D6C3ABF492E1355C81AF2853CC1A4 /* UMGyroscopeInterface.h */, - 0F41462905F88C5D7E83A7C19E974D80 /* UMMagnetometerInterface.h */, - 56A3D00C6AD7888025FF10F011B1F1F1 /* UMMagnetometerUncalibratedInterface.h */, - 4DDC41BEE5EF7446BC97F12695DC1A81 /* Pod */, - F8B76A83F9E61B51E038D3DAAD4A5818 /* Support Files */, - ); - name = UMSensorsInterface; - path = "../../node_modules/unimodules-sensors-interface/ios"; + name = Video; + path = EXAV/Video; sourceTree = ""; }; - 98B6D25FD03C786887B4E15B467F47A0 /* Pod */ = { + 97B8AEEAE8F41519814840EB2E102DB7 /* Support Files */ = { isa = PBXGroup; children = ( - EB7BD19A4D12554BDFA6BC41989261CB /* UMBarCodeScannerInterface.podspec */, + 9228F7A2A0D58B88756F464925864D0D /* boost-for-react-native.xcconfig */, ); - name = Pod; + name = "Support Files"; + path = "../Target Support Files/boost-for-react-native"; sourceTree = ""; }; 98C7FCF2ADC3360C807C3C3F27F3BDC8 /* Support Files */ = { @@ -10113,96 +10148,104 @@ path = "../Target Support Files/DoubleConversion"; sourceTree = ""; }; - 9924F206CD6206B3E5A268EFB71F2C09 /* EXFileSystem */ = { + 98CF7280E4494CAFA41EF5681F1A3339 /* DevSupport */ = { isa = PBXGroup; children = ( - 889F498307EA1081D82E434001B02BEA /* EXDownloadDelegate.h */, - C6376ACF4055834AD76BC0924194FC51 /* EXDownloadDelegate.m */, - 5684A02A45139927CC52D6AEB9CB9035 /* EXFilePermissionModule.h */, - 4A0F37EA39308EE6D96BC5808D6BB2C6 /* EXFilePermissionModule.m */, - C6955AEE3EDE65A8289B0CB4CEEC5DF7 /* EXFileSystem.h */, - 8FE88BC6B1B4A461996F5D3F33837578 /* EXFileSystem.m */, - 9970C4B095AC2950A423F80839056606 /* EXFileSystemAssetLibraryHandler.h */, - 50B424FCDE1357C73BE0A177F2AEA2BC /* EXFileSystemAssetLibraryHandler.m */, - A5B99E26AFADDE91F4C280A8C370152A /* EXFileSystemLocalFileHandler.h */, - 4A9B4024E4482F42172F4B0A22E38664 /* EXFileSystemLocalFileHandler.m */, - 694A524840EF8BC4BC3CC0D7A88A8B6E /* Pod */, - 0A1DB6103941B3B3F92B748B4071A27D /* Support Files */, + 2C8E9698334B9C85054E3C1E021ED952 /* RCTDevLoadingView.h */, + BD42678BBEE18031D1CC96BC28814F3F /* RCTDevLoadingView.m */, + 372CD7B6E81CC5133B28E220695828C6 /* RCTDevMenu.h */, + 992D4595ABBAC4CBC2BA13326902071E /* RCTDevMenu.m */, + 7FDA3F00A8236E861AFA5767253DC5CA /* RCTInspectorDevServerHelper.h */, + FCDD1F35804ADEBF67A951921314B348 /* RCTInspectorDevServerHelper.mm */, + 010A81CAA9D3901155C3820C40554CEA /* RCTPackagerClient.h */, + 00FF2CC451EB7D77A0373E516E9690A0 /* RCTPackagerClient.m */, + 7EC4C94E4213D81A4BB7A295EA03002A /* RCTPackagerConnection.h */, + BB0687AC1638AD1994ED287D249E0367 /* RCTPackagerConnection.mm */, ); - name = EXFileSystem; - path = "../../node_modules/expo-file-system/ios"; + name = DevSupport; + path = React/DevSupport; sourceTree = ""; }; - 998F4CE055DD01BCCE56FAF64CFC7CA7 /* storage */ = { + 9963870CE69E17A01376F103548DA27B /* Pod */ = { isa = PBXGroup; children = ( - 9E450C88F4ACC0F32210ECDC76D87ED1 /* RNFirebaseStorage.h */, - B0E3A3BFB2134704CFE6CFCAF4B62A41 /* RNFirebaseStorage.m */, + 66B08BA01D1B16382819C3201EE33C24 /* README.md */, + 0B5077DBE21E99C49921609E4FEB6735 /* RNRootView.podspec */, ); - name = storage; - path = RNFirebase/storage; + name = Pod; sourceTree = ""; }; - 9AE4E661C23C595FCD574D9E8E1624A3 /* Support Files */ = { + 9B11CF0C9BB247595D93A4C0B05D79ED /* SafeAreaView */ = { isa = PBXGroup; children = ( - C49A6D45889861923633D0598A51764C /* UMFileSystemInterface.xcconfig */, + EE93036901E459583B8415EA9BFA902F /* RCTSafeAreaShadowView.h */, + FEC900A1F3492B05FC22045A2C3032C7 /* RCTSafeAreaShadowView.m */, + 1306BEAFB1827AF92227FC3E2C27E0A9 /* RCTSafeAreaView.h */, + 4C28909205E9005866448D232BCBE845 /* RCTSafeAreaView.m */, + A593F2795FD0D96D25EF2E5F0205CBD8 /* RCTSafeAreaViewLocalData.h */, + B663CF78FFC32D8B9BC1DCF30B61FFE8 /* RCTSafeAreaViewLocalData.m */, + 342B9E040385EB7AA5AD6E96FA51BC3E /* RCTSafeAreaViewManager.h */, + 2DCF19E9DA41EC5CB0BADBE56247D8BB /* RCTSafeAreaViewManager.m */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMFileSystemInterface"; + name = SafeAreaView; + path = SafeAreaView; sourceTree = ""; }; - 9B4B339ADABFF6CBF5F622EF5ECD91DA /* RCTWebSocket */ = { + 9BB7C068EB3E3AC467263F08001AFE20 /* Support Files */ = { isa = PBXGroup; children = ( - 83E380B95E21AFEEBF77A120F248E7CE /* RCTReconnectingWebSocket.h */, - 0A03D1A05B65B61B693BF222E5CAB339 /* RCTReconnectingWebSocket.m */, - B4ACFDCF5494F481184D5A3B38A60024 /* RCTSRWebSocket.h */, - A47241CE73C4FED1B25623444C57EDDF /* RCTSRWebSocket.m */, - 82ECFEAD2FB0364BAC21E54B58A3A9A8 /* RCTWebSocketExecutor.h */, - E22B4DB70E30702375F8DA6893B64F7F /* RCTWebSocketExecutor.m */, - 199B7FA4EFDE4249BFC480799FEF2CA4 /* RCTWebSocketModule.h */, - 945FC3606AD98059EF1200700EC60D25 /* RCTWebSocketModule.m */, + C016B656853BC9D15D256FCBB8ACD0BB /* GoogleDataTransport.xcconfig */, + B33E269DBFF2BE345F8195FBD7BCFB67 /* GoogleDataTransport-dummy.m */, ); - name = RCTWebSocket; + name = "Support Files"; + path = "../Target Support Files/GoogleDataTransport"; sourceTree = ""; }; - 9B96D5FB37E5FD3E49E0976D478C0B57 /* KSCrash */ = { + 9D3ABC7C47DB5270BCBF507CBC499F69 /* Nodes */ = { isa = PBXGroup; children = ( - 2E15E9FA4264BEC2E31242227599D9D7 /* Recording */, - 20646E28623429D3A257F4EAC59A72E8 /* Reporting */, + 0BF39627219C2A6C3ECE6C4A331CF958 /* RCTAdditionAnimatedNode.m */, + A2C90A017A7890D69580CFFC83AB5043 /* RCTAnimatedNode.m */, + F365F2D46F9B8142D5FE311EE289D78C /* RCTDiffClampAnimatedNode.m */, + 08A58E5595505D8C656A43C08134E76E /* RCTDivisionAnimatedNode.m */, + 5915F2ED186178FB93327FC7CF9744EB /* RCTInterpolationAnimatedNode.m */, + 5B4923C152363940143C95E1BD33AACB /* RCTModuloAnimatedNode.m */, + 93C912D0BC9AA31331647CD55694D361 /* RCTMultiplicationAnimatedNode.m */, + AAB994B137BDE46E6A2AA30D85B3B91B /* RCTPropsAnimatedNode.m */, + 2FEB9C80896EC3E1AF48A26EA2C4A9CF /* RCTStyleAnimatedNode.m */, + FEDB802051AAEA6F15E9DB863A514666 /* RCTSubtractionAnimatedNode.m */, + E8678C18C3379EF34762DE09CE082688 /* RCTTrackingAnimatedNode.m */, + 5C24AEB3430ED90E137575B5654A0050 /* RCTTransformAnimatedNode.m */, + B3BE4DD1BE1C0F0D68A731D6310C580B /* RCTValueAnimatedNode.m */, ); - name = KSCrash; - path = KSCrash; + name = Nodes; + path = Nodes; sourceTree = ""; }; - 9BB58BF7B016AAD79A76E2465296CB42 /* Pod */ = { + 9D526622000594511393D6582A67C7F0 /* Interfaces */ = { isa = PBXGroup; children = ( - 5893015E458EAD2ED40E594412F3F775 /* UMFontInterface.podspec */, + 79DE18736428CA992928EB2639D7A419 /* EXAppLoaderInterface.h */, + DAC76346A03F1281B2819BB21FDCA495 /* EXAppRecordInterface.h */, ); - name = Pod; + name = Interfaces; + path = EXAppLoaderProvider/Interfaces; sourceTree = ""; }; - 9BB7C068EB3E3AC467263F08001AFE20 /* Support Files */ = { + 9D6870ACE4D4852F176F79608D33507D /* Pod */ = { isa = PBXGroup; children = ( - C016B656853BC9D15D256FCBB8ACD0BB /* GoogleDataTransport.xcconfig */, - B33E269DBFF2BE345F8195FBD7BCFB67 /* GoogleDataTransport-dummy.m */, + D1F8B5199EC156745CD167DC04E62FE2 /* RCTTypeSafety.podspec */, ); - name = "Support Files"; - path = "../Target Support Files/GoogleDataTransport"; + name = Pod; sourceTree = ""; }; - 9CF85FCD94DE84965D442F14BB62DC32 /* notifications */ = { + 9DCC7C9F397F476AFA96687501388F2D /* Pod */ = { isa = PBXGroup; children = ( - FC89837514BFB5DAF3A02142FE2FF30A /* RNFirebaseNotifications.h */, - C5CE032FE16F98F60FB04AFB294C4872 /* RNFirebaseNotifications.m */, + D2FD6A3461C26873F04B996936C256AE /* React-RCTImage.podspec */, ); - name = notifications; - path = RNFirebase/notifications; + name = Pod; sourceTree = ""; }; 9DD6ABE841F52B2064D36A80D7D5311F /* GoogleDataTransportCCTSupport */ = { @@ -10222,97 +10265,89 @@ path = GoogleDataTransportCCTSupport; sourceTree = ""; }; - 9F2738C51E4C5B2B2C3F7E1F87FA7FAF /* React-jsinspector */ = { + 9E21A48ADF73A5D4CE22AC141C6F944B /* Support Files */ = { isa = PBXGroup; children = ( - A7E92ADA31F792DF7ADCD3DA24416295 /* InspectorInterfaces.cpp */, - EA065A1E76AC4B9E229359E2E6997249 /* InspectorInterfaces.h */, - 661CF1E4823F8EE9F35BC418B992E7E1 /* Pod */, - 1283047626403C5C513389AF32FC718C /* Support Files */, + B0BF4D08A0179C00A6186E4C6355F4FD /* UMSensorsInterface.xcconfig */, ); - name = "React-jsinspector"; - path = "../../node_modules/react-native/ReactCommon/jsinspector"; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMSensorsInterface"; sourceTree = ""; }; - 9F94049C63B155AC74581A61149F7D68 /* Pod */ = { + 9EED64CB42CE38BDE1EC961EFFD7A625 /* RawText */ = { isa = PBXGroup; children = ( - FFA902FDA82B5D101D981AA0F4BB1570 /* api.md */, - F725D49F5D5099AEE70D6DC40FCADDF2 /* LICENSE */, - 9AD1B009D59F4DB486CF8F915D4EEA55 /* ReactNativeART.podspec */, - E384F12ABAA7487D7782EFA4732A7CCD /* README.md */, + 14BBB8BB9242BF2DA049819AE871C5DC /* RCTRawTextShadowView.h */, + 5875A79319EDABF29C9EB927DC01C0DA /* RCTRawTextViewManager.h */, ); - name = Pod; + name = RawText; + path = Libraries/Text/RawText; sourceTree = ""; }; - A0644BA4FD09CBF9DAF0E2592820B824 /* Modules */ = { - isa = PBXGroup; - children = ( - 79AE735250CAF710BB13678CDD453906 /* RCTAccessibilityManager.h */, - 778735A5E92493559305A10863352B5F /* RCTAccessibilityManager.m */, - 0E01ECF3D95716CC76C2D8D8E6D7B3DB /* RCTAlertManager.h */, - 993B20437B52813555191F9C2E875A4E /* RCTAlertManager.m */, - 916E0498FFADDDFC20485574E2CDD6D3 /* RCTAppState.h */, - DC756D8D350A874AF5246128B5A910BE /* RCTAppState.m */, - 17815C864571987A0F2F6E43990868B4 /* RCTAsyncLocalStorage.h */, - B73C437984846CD10BF9C8FD07020391 /* RCTAsyncLocalStorage.m */, - 2E3034484CFF3719E0A09FDB6C053AC4 /* RCTClipboard.h */, - 0A6529DC992977269D32EC6E31AD7BC1 /* RCTClipboard.m */, - EB519EE03892715ECE983731D559519F /* RCTDeviceInfo.h */, - 3746E701470AD603C00063628AD6BD39 /* RCTDeviceInfo.m */, - 6457F62359D5AF44E194FD0F9CA3D68E /* RCTDevSettings.h */, - 5E6BCDF29D3955943DF8B9519734A73D /* RCTDevSettings.mm */, - A262D3993BCA34A340C58AEE91FD2BFC /* RCTEventEmitter.h */, - 865E39F06A42C6FAC5C5E86CE8717766 /* RCTEventEmitter.m */, - CCEED4CCE6737C7EBF8314C377B09835 /* RCTI18nManager.h */, - F6CD84BF50A0B6A933D0FF22F45F0465 /* RCTI18nManager.m */, - 08036CD9D5C61DBC78EE61751B30F309 /* RCTI18nUtil.h */, - ED641C78B588F31D0AE58DBB99AE6142 /* RCTI18nUtil.m */, - 1F231AD2679B7C9EE706E6BBCDE7D22E /* RCTKeyboardObserver.h */, - 72A255A67FB890E9C38AEEBB2C8C50BA /* RCTKeyboardObserver.m */, - 5B96ABA148C8C2709FC87516DC45228F /* RCTLayoutAnimation.h */, - D2816349F8CD77CBF978F8362602A095 /* RCTLayoutAnimation.m */, - 5BEDCB5D17E18FAF51FB493BBD35A3C0 /* RCTLayoutAnimationGroup.h */, - 6F50D868A6D8C20A7D11B3718ECF40DD /* RCTLayoutAnimationGroup.m */, - 9E9CB065251A7AB1AE576E2211C2E763 /* RCTRedBox.h */, - 0BF1E9074E8FE2966BF6BB750060C419 /* RCTRedBox.m */, - 8107FA806405AE03A6A9EBDF1A1C3599 /* RCTRedBoxExtraDataViewController.h */, - 4814F7E3589300FD164E00A565756AD6 /* RCTRedBoxExtraDataViewController.m */, - D0C65660A495E07C3058EEC513FA0C66 /* RCTSourceCode.h */, - 02B0ECF6D038A17BB0A76F3FFE3BE5EB /* RCTSourceCode.m */, - B15D4BE42508069919D327D1D6247B66 /* RCTStatusBarManager.h */, - 7C87F803809CB9166D92FEB4075DE6DD /* RCTStatusBarManager.m */, - 663B9E0F053B534635FDB576D642174B /* RCTSurfacePresenterStub.h */, - AF3D6B2D719E692B3649250EC186F095 /* RCTSurfacePresenterStub.m */, - FAAAB9B79963906294CEED95863FA077 /* RCTTiming.h */, - 1D2606EA34C5F31C12B0C3E8BAC67D0B /* RCTTiming.m */, - 01E85D58D25E1A8F4B47A3ED7BEFA4F6 /* RCTUIManager.h */, - 6F108073C5E16583055E667DE547B61C /* RCTUIManager.m */, - 917E23C23742F8AB3E9FD3B4B761FB9F /* RCTUIManagerObserverCoordinator.h */, - DB58588FFB3AD14C9A80448F61D7515F /* RCTUIManagerObserverCoordinator.mm */, - 7142B87598A2FAD8025EE5B67ABA1986 /* RCTUIManagerUtils.h */, - 21D6CCA47D1C4248E6A4121A52E968C9 /* RCTUIManagerUtils.m */, + 9F91E881C0DE5C0B4554EF06DF3D51A9 /* RawText */ = { + isa = PBXGroup; + children = ( + F5476D169E56C817AEF9C75825AEC8D4 /* RCTRawTextShadowView.m */, + 253C3117CD635B9BD4F35F0F84D27F04 /* RCTRawTextViewManager.m */, ); - name = Modules; - path = React/Modules; + name = RawText; + path = RawText; + sourceTree = ""; + }; + A1674D3F4F6BC671A6FA8F673FB3BE2D /* Inspector */ = { + isa = PBXGroup; + children = ( + 4B7CE9D39C661A08D664F355FFDFF70D /* RCTInspector.h */, + ACC42F9CA47CAE7B954CAB7F87146F43 /* RCTInspector.mm */, + 4AA371945E10D0E2C48BA6F24CD6FB81 /* RCTInspectorPackagerConnection.h */, + 0152B4CCF3936C8945FC30BCB1C42804 /* RCTInspectorPackagerConnection.m */, + ); + name = Inspector; + path = React/Inspector; sourceTree = ""; }; - A249DAFE4743494069FE8796BB425859 /* Support Files */ = { + A2416CFB634BD1BE49C9ED94B9D46B89 /* Support Files */ = { isa = PBXGroup; children = ( - 47031CDDF031ACBD8398A58FFE1F5C17 /* RNFastImage.xcconfig */, - FF5C23759DC629965677C0E16517F4DC /* RNFastImage-dummy.m */, - A9DB10AAD676D54BDC5B0BA990C5C74C /* RNFastImage-prefix.pch */, + ED58CA46DD7F271A5874329EABDC8E29 /* RNDateTimePicker.xcconfig */, + 0465F29680D42C3CE4F393799B25736E /* RNDateTimePicker-dummy.m */, + 1DAD83E3E73F858A2236859E32240F61 /* RNDateTimePicker-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNFastImage"; + path = "../../../ios/Pods/Target Support Files/RNDateTimePicker"; sourceTree = ""; }; - A29670C1EEBEB28F182E970D10358F56 /* Core */ = { + A299CCC7A40B698E62F67181172B639B /* Pod */ = { isa = PBXGroup; children = ( + 78EF92DDCBA654864D61DCFFB4112411 /* LICENSE */, + 990CD0A9FE4D439FDE1D70AD772E71E1 /* README.md */, + A65A0AA72F5CC83307E11E7402EB3537 /* RNUserDefaults.podspec */, ); - name = Core; + name = Pod; + sourceTree = ""; + }; + A2A647826ACA05E4BB1481CED6A76128 /* Support Files */ = { + isa = PBXGroup; + children = ( + 953127597A4582C6794C645165C7315F /* react-native-cameraroll.xcconfig */, + DA0B32CA7B8BEA657044AC54FDAE31B7 /* react-native-cameraroll-dummy.m */, + E05EB39341A20BDCE7831E660069E2E0 /* react-native-cameraroll-prefix.pch */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/react-native-cameraroll"; + sourceTree = ""; + }; + A2D38C20369AA6986D33E763C6A6E71B /* react-native-document-picker */ = { + isa = PBXGroup; + children = ( + 3517BA7C2AADA13C832EE4D8B175CB10 /* RNDocumentPicker.h */, + 0126195A14DEDBF1163C70A37652C576 /* RNDocumentPicker.m */, + F923C220358F3B5822F02DDF79D5ADD5 /* Pod */, + EA9D6231C38F47CC00BE0D0001003491 /* Support Files */, + ); + name = "react-native-document-picker"; + path = "../../node_modules/react-native-document-picker"; sourceTree = ""; }; A2D4494BB40C1934B04A471D2BC227C8 /* webp */ = { @@ -10470,409 +10505,468 @@ name = webp; sourceTree = ""; }; - A32D52B14396A99A08C377F07F45D3B6 /* Support Files */ = { + A3067D64541F065B617D78354223AEE8 /* RNImageCropPicker */ = { isa = PBXGroup; children = ( - 91233D5077C4615EE4975D911982145A /* React-RCTLinking.xcconfig */, - 5487EFDEBE08F253309F245D788F0514 /* React-RCTLinking-dummy.m */, - 30F1E6A76B59630E3B5C684E64F1A61C /* React-RCTLinking-prefix.pch */, + 504C8029A386A869C15C5C6E07AE8062 /* Compression.h */, + 5B4732C63ABEA435708C7E12AE4AC2A2 /* Compression.m */, + 5EDCAE3AFA8161AE36FA3EFC1C43A150 /* ImageCropPicker.h */, + 1836ECD10B44085A4F812DAED84E6B12 /* ImageCropPicker.m */, + AC902C6A9794419C90D1F8485A66EA4E /* UIImage+Resize.h */, + 4C9D0AA29655A39260855C8989F89809 /* UIImage+Resize.m */, + 3E410489EDC2C525B9CCF0E8DF2D80B2 /* Pod */, + 7DF415D8D9C40731F677AB5B018BEC2E /* Support Files */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTLinking"; + name = RNImageCropPicker; + path = "../../node_modules/react-native-image-crop-picker"; sourceTree = ""; }; - A343C79649840D10FCB61765CA7BD981 /* UMNativeModulesProxy */ = { + A3D20D4C179F840AE975AFDBF57E859D /* RCTNetworkHeaders */ = { isa = PBXGroup; children = ( - 80D490F6067594391B77BBDDA317E72D /* UMNativeModulesProxy.h */, - BC8D26FDAA3A3743807DE4F675673AE3 /* UMNativeModulesProxy.m */, + 390C0202691E3123CFA18F8C601FD1EC /* RCTDataRequestHandler.h */, + 65CA445807C9BA77B45F8E3A31290AA4 /* RCTFileRequestHandler.h */, + 380FF876A128BFDA42C25CE584D7FB1C /* RCTHTTPRequestHandler.h */, + C8D26CCB01B9E0036DF184638CEE68DA /* RCTNetInfo.h */, + C6B7F96A416B423B2463337F45093FA1 /* RCTNetworking.h */, + 05948012E972D194E23FAED8A11DF64C /* RCTNetworkTask.h */, ); - name = UMNativeModulesProxy; - path = UMReactNativeAdapter/UMNativeModulesProxy; + name = RCTNetworkHeaders; sourceTree = ""; }; - A34410724E041B6BA1007B3D5002EDB7 /* Tools */ = { - isa = PBXGroup; - children = ( - 69F9C5ACECB420400F3061D7B095068C /* BSG_KSArchSpecific.h */, - 39369053D09171D7BA3F40A564596395 /* BSG_KSBacktrace.c */, - 5E148A8AD46E58052ED2D2ADA498EEE3 /* BSG_KSBacktrace.h */, - 4D67CCFDBD0A8587AF20CBFC44540F94 /* BSG_KSBacktrace_Private.h */, - A36B31DDC6BF36C23B2DD57C40D9C567 /* BSG_KSCrashCallCompletion.h */, - B12D8ABB227F9237999EFC479536FF4A /* BSG_KSCrashCallCompletion.m */, - 2B27724826A333FDB5B077AB4C85FBE1 /* BSG_KSDynamicLinker.c */, - EDE0103BEDB08DD9049FB3AA3644A40A /* BSG_KSDynamicLinker.h */, - 10D8FE86334A54267A0944F117EC32EF /* BSG_KSFileUtils.c */, - E8306CD04616B2AE9ED86313F79FACBA /* BSG_KSFileUtils.h */, - 6081C58C563E282A5BEC0262B9287A9E /* BSG_KSJSONCodec.c */, - 11E570372D9B3EF0DA21E72D3FA1D03F /* BSG_KSJSONCodec.h */, - 14128ECA05432211981258AECD55A721 /* BSG_KSJSONCodecObjC.h */, - A420D11BF49824F72E91234613E12031 /* BSG_KSJSONCodecObjC.m */, - 3051558B07ED6E28C55C39714DEFC779 /* BSG_KSLogger.h */, - E21D0B51414DDBED41BAD7B63D53A21E /* BSG_KSLogger.m */, - F4EB053F88B611F207628060A709532F /* BSG_KSMach.c */, - 764CA911BD9503292FE83B55EB9BB8FF /* BSG_KSMach.h */, - C536BD57718575B78DB62CABC81A1277 /* BSG_KSMach_Arm.c */, - CA87F9D481A71CC66F620BEF33CD7625 /* BSG_KSMach_Arm64.c */, - 92FAFDF202C384CEE3BF03AC00043D82 /* BSG_KSMach_x86_32.c */, - 9AE3CFF569E761895AD1DE27867B321E /* BSG_KSMach_x86_64.c */, - C630EA8B1C146DCFB34C7F2C31F5DEFA /* BSG_KSMachApple.h */, - 15BAB140985DFC9F32ED8967ED36A825 /* BSG_KSObjC.c */, - DFE332BBFA9EBF740D1DE60CE7CEFF05 /* BSG_KSObjC.h */, - A17B419C9D8D1BA7FA3AC3634653A103 /* BSG_KSObjCApple.h */, - 635BA6554FFB1530CDB77E46994C2F22 /* BSG_KSSignalInfo.c */, - CD3B9F7721281DC9A75D09D264F25360 /* BSG_KSSignalInfo.h */, - A834FF9AD422C88C1B419D5CEFDDCCD0 /* BSG_KSSingleton.h */, - CB678DC13D310D5F4459BDBDDEF35A46 /* BSG_KSString.c */, - 66C5E1BD69600847A1B33F947722ECF9 /* BSG_KSString.h */, - 3F7241229C438B50D4DCCC6AEFD59D51 /* BSG_KSSysCtl.c */, - 171F3044213232C08FC3D7D6AC89900D /* BSG_KSSysCtl.h */, - A4DF53CC1264A950CE5AC68CC14E1560 /* BSG_RFC3339DateTool.h */, - 55E3EBA9E2084BB088AA32EB8F79630F /* BSG_RFC3339DateTool.m */, - 23B8B3FF66993427CBAC56A542C655C3 /* NSError+BSG_SimpleConstructor.h */, - 287CB52758A01C448AEFE3B81A28CADE /* NSError+BSG_SimpleConstructor.m */, + A3DCC93615657F78B64CE52A6A8BC21F /* KSCrash */ = { + isa = PBXGroup; + children = ( + A9898A764BE8E74574B1B5410444DAD2 /* Source */, ); - name = Tools; - path = Tools; + name = KSCrash; + path = KSCrash; sourceTree = ""; }; - A42F1F39EC28CE6D6B33D5391948920B /* React */ = { + A5ADA69422B84A7580C82CAA5A9168D1 /* Targets Support Files */ = { isa = PBXGroup; children = ( - 709185A5AC67E20B0BB9AC5549CECFB6 /* Pod */, - E7EDA7BD00EFC92ED14C7C79AB66F33F /* Support Files */, + DD3EA029EC7383CA893EF3CB97B68F59 /* Pods-RocketChatRN */, + 7608AC1BAFF9991F61A7036E8460C5F2 /* Pods-ShareRocketChatRN */, ); - name = React; - path = "../../node_modules/react-native"; + name = "Targets Support Files"; + sourceTree = ""; + }; + A610D446D0560C4C98C8958466F61211 /* ReactNativeART */ = { + isa = PBXGroup; + children = ( + 822854C68C8ED5D3E50DC8F97B027FF0 /* ARTCGFloatArray.h */, + 3FA3DA5C7FC03B02651CDD7F281221D6 /* ARTContainer.h */, + 5FB895D45A1FE8846B9A9C39E6D25019 /* ARTGroup.h */, + 480ECE3B3E45A40F01A07B570800FB99 /* ARTGroup.m */, + 4DCE2B26B2E11744D58ED782C6DDA140 /* ARTNode.h */, + E22B4DB8FAD177FC1812F7E613986051 /* ARTNode.m */, + 7371F75C58205F9A0845CF05600EEE06 /* ARTRenderable.h */, + 82A14036AEE4CCDA197C5FEE2AD9B15E /* ARTRenderable.m */, + 41EF504E5AF91A09E4FDF893E11E2F13 /* ARTShape.h */, + 457CA31A811AFE9EDB5A17C65D33405E /* ARTShape.m */, + 8BDAE7B120714CE71C9A3935894BA0FA /* ARTSurfaceView.h */, + 588453716934A5BC31AEFC654266EC38 /* ARTSurfaceView.m */, + D153DAF37CB6D578956511CCADDA35DE /* ARTText.h */, + 608677DFAFAF8DAC7E19D7844A85A2DF /* ARTText.m */, + BE8774CCC267DD9E8A24E193088A5E82 /* ARTTextFrame.h */, + EC574C9F42F72947702A576E693A3E89 /* RCTConvert+ART.h */, + 823861AC71777BC3698FB9FE8E51D810 /* RCTConvert+ART.m */, + 1CC389EBE4E012955990EACCF11CCE8D /* Brushes */, + 41E5F122A1719B826CFB224334C8B82A /* Pod */, + F808B43AC46ED8C547C8114777084BA0 /* Support Files */, + 3EEC898B9B72A69656EA852C109D5DBE /* ViewManagers */, + ); + name = ReactNativeART; + path = "../../node_modules/@react-native-community/art"; + sourceTree = ""; + }; + A72AA6C8BD5B8102B102E7BC86812871 /* Nodes */ = { + isa = PBXGroup; + children = ( + 4066AD0495E4587EAB33524F430BFEC8 /* REAAlwaysNode.h */, + 548BA0C72952AE86261E0F9B8DB22F55 /* REAAlwaysNode.m */, + 31F305BE88E509B733410B65FF675D16 /* REABezierNode.h */, + 94E505C65C5D9583999A97F92533CACE /* REABezierNode.m */, + BC7B0AC01E4C56F42F277CD7A7FF5BA7 /* REABlockNode.h */, + 2124EB19441EAECB5913E5CC2712344A /* REABlockNode.m */, + C7396637082AFCE850981CC4B3AEF7D4 /* REACallFuncNode.h */, + 238AF7A98F62796BA1619AF506526F1E /* REACallFuncNode.m */, + F9A1208000AA7E23ACB3C1FA0BFF3384 /* REAClockNodes.h */, + 1EA2ED6C37AF8A75F4BDECB6FF8622C8 /* REAClockNodes.m */, + 77291B2A6CCE62D8FAB4D61D04E0CD49 /* REAConcatNode.h */, + 2CD0CC8A410731ABA17B4B7EF1933958 /* REAConcatNode.m */, + 8946A071178C25528EEBE03CDB437FF7 /* REACondNode.h */, + 5037A03F7AACAFC28C25963D18ABB544 /* REACondNode.m */, + 31DCFBE8AAC3CB97E2BF59F3B8DAF0CF /* READebugNode.h */, + D14218564771ACB742B992FEAA23FFCA /* READebugNode.m */, + 8ECD1B651273B87C6DF75A12EF16BAAA /* REAEventNode.h */, + 898650B1D3FC1109D6E02FF42632A385 /* REAEventNode.m */, + 3B1FB226BA06F9BA226F205C214CFB89 /* REAFunctionNode.h */, + C92E568B45D250E8DD1893862F11F58C /* REAFunctionNode.m */, + 4DCF1F59702E6C9EDFE4E565FF905658 /* REAJSCallNode.h */, + 4D25CD23E1F0FB2D49A3DA8FFFE4C53A /* REAJSCallNode.m */, + 26816997331A7ABFB1C7706DEE6CB26C /* REANode.h */, + F5E5975D24A1A4936A654DE2A3193B26 /* REANode.m */, + 3F456694D159D5F2187E9ECDABA0F80F /* REAOperatorNode.h */, + 31B527DB522892C5B0FE2BC52F4C2CF7 /* REAOperatorNode.m */, + AB95CCB123C9766BEEB53423FC43FC97 /* REAParamNode.h */, + 780EF00219695EC225F1689670EA6650 /* REAParamNode.m */, + 747C4FA5EBC539BCBE94624BC3952B1D /* REAPropsNode.h */, + DE25331B584FA35E4B1F5065F031A9A1 /* REAPropsNode.m */, + A0FDB41C83E196E1D854E28562B7EA3D /* REASetNode.h */, + C1463B09440A0EF036DB208802D31F82 /* REASetNode.m */, + 57DEF06A8E723D4D9938710517205E5D /* REAStyleNode.h */, + DBB7B8DB915F0B5632539AED6754072F /* REAStyleNode.m */, + C631921FAA8916023DFDBBF7E088F5AF /* REATransformNode.h */, + 9A3282C973C8A6B217ADB547D382A1DB /* REATransformNode.m */, + 2028DD8E1D754D1F5E0C8F9696E44F5B /* REAValueNode.h */, + DD56EEDA3F7479F634A6CE3F3EC39B86 /* REAValueNode.m */, + ); + name = Nodes; + path = ios/Nodes; sourceTree = ""; }; - A4C725DE0FB7E5759947BA3F79169D7B /* Support Files */ = { + A75254DC75D2A0CD53FA2BEBF9B2F97E /* Support Files */ = { isa = PBXGroup; children = ( - 2F68C060D7E824747CDC2B29175E6A80 /* RNScreens.xcconfig */, - 1355971F5ED604D43C24464B23D2E0A2 /* RNScreens-dummy.m */, - D54DBA93AA2C885672E3FDF167A27787 /* RNScreens-prefix.pch */, + 541EDDE38B01E6D53021A747AB3433A2 /* RNRootView.xcconfig */, + 4F02F30AE0FA1346A7D46CD15EA8D6B4 /* RNRootView-dummy.m */, + 2E4332747BA12706578CAC28B21BC70C /* RNRootView-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNScreens"; + path = "../../ios/Pods/Target Support Files/RNRootView"; sourceTree = ""; }; - A546297F934D5C5FCFB9C5F8DF5B79BF /* converters */ = { + A8853A93D5EBCDC24E8C9A46545B31C5 /* React-RCTVibration */ = { isa = PBXGroup; children = ( - 923A98CB4B829333F4077953AA880226 /* RCTConvert+UIBackgroundFetchResult.h */, - 897A6C14722EEA5FF364F2E0F07C02FE /* RCTConvert+UIBackgroundFetchResult.m */, + B61327E6F899D94BA78FD32963EBC3A4 /* RCTVibration.m */, + 4E9343ACE01F097FBE654A0479AA5EB6 /* Pod */, + 6018A69EFB258C4214AC418A9F7D9657 /* Support Files */, ); - name = converters; - path = RNFirebase/converters; + name = "React-RCTVibration"; + path = "../../node_modules/react-native/Libraries/Vibration"; sourceTree = ""; }; - A5ADA69422B84A7580C82CAA5A9168D1 /* Targets Support Files */ = { + A9898A764BE8E74574B1B5410444DAD2 /* Source */ = { isa = PBXGroup; children = ( - DD3EA029EC7383CA893EF3CB97B68F59 /* Pods-RocketChatRN */, - 7608AC1BAFF9991F61A7036E8460C5F2 /* Pods-ShareRocketChatRN */, + 71CC73CC81968EB6132A9B497E2F6305 /* KSCrash */, ); - name = "Targets Support Files"; + name = Source; + path = Source; sourceTree = ""; }; - A672C9F12B317A1FBB1E950BE44B2006 /* Support Files */ = { + A9DE43E1C8B12BF14BFDB65914F97AB6 /* Support Files */ = { isa = PBXGroup; children = ( - 45C765F1C990C5B20916DEB3EAF2E8E9 /* React-cxxreact.xcconfig */, - 7453488582B0D2756E057B427EBD653D /* React-cxxreact-dummy.m */, - 7FFBC3986D0F1EA250FADE5DD7270A35 /* React-cxxreact-prefix.pch */, + 474DB7FF9202FF612DB0ECE50AD77E65 /* GoogleUtilities.xcconfig */, + 8EB7A76E1373478AD1844D4833C112B8 /* GoogleUtilities-dummy.m */, + 7D911208FAC51D1BE487A3C73B2B0A3F /* GoogleUtilities-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-cxxreact"; + path = "../Target Support Files/GoogleUtilities"; sourceTree = ""; }; - A6FEC03C86F12A78D7400151E2F9B336 /* react-native-slider */ = { + AB94BB3AACBAD62B52FE7A0CEC4F91EA /* Pod */ = { isa = PBXGroup; children = ( - CC23B0329A9F76B97CD45A0C34B223DF /* RNCSlider.h */, - 59D15163BAA4BC949F7E2166BDD99887 /* RNCSlider.m */, - 7C4A89A5F38EE3C48F7DD6A1F7BAEA86 /* RNCSliderManager.h */, - 22B89E8B7F03CF3AC298D30704C10502 /* RNCSliderManager.m */, - 36C0E1745107A372E53A5F77D37F1957 /* Pod */, - 8A22FFB238A96E7E1526869C32BD2F07 /* Support Files */, + ECA12C5F0A724BF6302128DA11EA6F2E /* UMFontInterface.podspec */, ); - name = "react-native-slider"; - path = "../../node_modules/@react-native-community/slider"; + name = Pod; sourceTree = ""; }; - A862468E4D841C358D941E163F6C098D /* Default */ = { + ABA58D4C875B77E86A98696F5B569984 /* Pod */ = { isa = PBXGroup; children = ( - 4FA03511063E19F05F4056F42344EBB9 /* Base */, - 5C562902C115D5EDB87121316231717B /* CxxBridge */, - 6FE4A528147AE758565FD221545A55E4 /* CxxModule */, - FD3564D018FAAEA38851A7081A43987C /* CxxUtils */, - A0644BA4FD09CBF9DAF0E2592820B824 /* Modules */, - 1AB1040418D4E3500B764E962A221A7C /* Profiler */, - 68C27C7FD7A70E1CEC24EC5F7705E18C /* UIUtils */, - 4E9F31892FFE76505FA6CAA7C783E38C /* Views */, + DD9DE6C689EC788DB2DD744AD9D357C4 /* EXPermissions.podspec */, ); - name = Default; + name = Pod; sourceTree = ""; }; - A893D161CE4C7FC5500967862BBFE4F5 /* Pod */ = { + AD0B63B27B719405232566794B340188 /* Support Files */ = { isa = PBXGroup; children = ( - D92355593E3B49D9CE0B6F6036E98062 /* RCTRequired.podspec */, + 43019EAB6AD8419663A1A6B62C4815FB /* RNUserDefaults.xcconfig */, + 72684AEFCE53485E4062BDF27271C0BB /* RNUserDefaults-dummy.m */, + D1F0B22A37E963C98FBE2E1F4376C188 /* RNUserDefaults-prefix.pch */, ); - name = Pod; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNUserDefaults"; sourceTree = ""; }; - A8A63CF2CB40B65FF195415DAF401B7C /* Support Files */ = { + AD48C7E8ACF8B164E2D0DE3796CD7280 /* UMModuleRegistryProvider */ = { isa = PBXGroup; children = ( - 6AA8B96581DBD6338E1DB28BFB424ABE /* UMFontInterface.xcconfig */, + 651C5F605C0C6A26A23D845502027735 /* UMModuleRegistryProvider.h */, + FA95564F03E679BF7BCDCCFEA4F5DB37 /* UMModuleRegistryProvider.m */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMFontInterface"; + name = UMModuleRegistryProvider; + path = UMCore/UMModuleRegistryProvider; sourceTree = ""; }; - A9DE43E1C8B12BF14BFDB65914F97AB6 /* Support Files */ = { + AFE1DE685E75746DDC18FDEEF38C60AD /* Pod */ = { isa = PBXGroup; children = ( - 474DB7FF9202FF612DB0ECE50AD77E65 /* GoogleUtilities.xcconfig */, - 8EB7A76E1373478AD1844D4833C112B8 /* GoogleUtilities-dummy.m */, - 7D911208FAC51D1BE487A3C73B2B0A3F /* GoogleUtilities-prefix.pch */, + FB37E4BA92AF8D6093E0D9069594E832 /* UMImageLoaderInterface.podspec */, ); - name = "Support Files"; - path = "../Target Support Files/GoogleUtilities"; + name = Pod; sourceTree = ""; }; - AA4F9B228DD356531036037844088F4D /* Pod */ = { + B06B4FBE693FB85BA952BD8665A9E5D0 /* notifications */ = { isa = PBXGroup; children = ( - 75690ECDB02CE2CE7630C26141D36257 /* EXAV.podspec */, + BD3277DA185DB019AA90E30F4CF93AB8 /* RNFirebaseNotifications.h */, + 60EFDC24431946CC2ECE601D13EB4876 /* RNFirebaseNotifications.m */, ); - name = Pod; + name = notifications; + path = RNFirebase/notifications; sourceTree = ""; }; - AB3C5FD4BF069782775E2FB33C2A6372 /* react-native-background-timer */ = { + B076894B19E920DF39B3473EE72182DD /* RCTBlobHeaders */ = { isa = PBXGroup; children = ( - F8523B6728DBA88333757E23E5E13BCE /* RNBackgroundTimer.h */, - 39914856EF6A29A6C2F0D5B1DE42259C /* RNBackgroundTimer.m */, - F63C497BC521CF5EA1DBE5935E0E3614 /* Pod */, - 83F326B0EF9B301778EA8188A30B9C8C /* Support Files */, + 50324BA0EDD2852E72410FC176A3127B /* RCTBlobManager.h */, + D23205CD30062DD94E7ECDED13C9FAE7 /* RCTFileReaderModule.h */, ); - name = "react-native-background-timer"; - path = "../../node_modules/react-native-background-timer"; + name = RCTBlobHeaders; sourceTree = ""; }; - ABC2566CE593935445907D2B5F0B40A1 /* Pod */ = { + B0908F9A12F60C5E25784090BED1F32D /* Frameworks */ = { isa = PBXGroup; children = ( - DE92FC4099F9413C30E24F4385965F45 /* RCTTypeSafety.podspec */, + 106E85F647AAB3B051C2E5458E35F30E /* Crashlytics.framework */, ); - name = Pod; + name = Frameworks; sourceTree = ""; }; - AD88959A2D1E2B6669ED6ADF51673426 /* Pod */ = { + B09131565B423D41A715E16F7C5FA116 /* UMFaceDetectorInterface */ = { isa = PBXGroup; children = ( - CD040C273557F8B259540EC3C6650ECE /* LICENSE */, - 241240DB29A9C77295ACF522FB2C081A /* react-native-webview.podspec */, - 5B449EBF4FCCDBA4E251E892F682BD4D /* README.md */, + 5CDFDCC0F6318AD5D9F24FC9A7638C6B /* UMFaceDetectorManager.h */, + 047A54631E4CE30082C800B4B4B53C3E /* UMFaceDetectorManagerProvider.h */, + 7AEE1E2314E0C26C943BD0371D4BAF12 /* Pod */, + B31EAFC0066520EE9D3008CADD845569 /* Support Files */, ); - name = Pod; + name = UMFaceDetectorInterface; + path = "../../node_modules/unimodules-face-detector-interface/ios"; sourceTree = ""; }; - AF3F9621B19C8C2B33528E31A38A290F /* DevSupport */ = { + B31EAFC0066520EE9D3008CADD845569 /* Support Files */ = { isa = PBXGroup; children = ( - 7C39E042AF68B539DF732AE394677ED5 /* DevSupport */, - 45E96C23EBEC66CF50595F57D7A40AA6 /* Inspector */, + B52EF10684B99FAB40023EF3953D3592 /* UMFaceDetectorInterface.xcconfig */, ); - name = DevSupport; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMFaceDetectorInterface"; sourceTree = ""; }; - B03EE20DEF8B20D80C6F1C4AD3F8A620 /* SurfaceHostingView */ = { + B398F435DB86D51F10AEC57FE1D2786B /* Support Files */ = { isa = PBXGroup; children = ( - B57EB7662EF4BC9689BFE45F76E6B5FB /* RCTSurfaceHostingProxyRootView.h */, - 3226B2EDCDCDC805996B2CF568D2619B /* RCTSurfaceHostingProxyRootView.mm */, - A4BDB517C15B3C14E8127A615F35D716 /* RCTSurfaceHostingView.h */, - 683BD0F62B4E7C43F38352CF3A511817 /* RCTSurfaceHostingView.mm */, - 73920868DCA9D64003E58186509D3DE8 /* RCTSurfaceSizeMeasureMode.h */, - D6B20C92C7BB0944A74CFAD9963FE8D2 /* RCTSurfaceSizeMeasureMode.mm */, + D3CE15FAF883200B0AC76BCB496817B0 /* React-jsinspector.xcconfig */, + CDA5FA3DA9DBE7C681EEF145E0931723 /* React-jsinspector-dummy.m */, + 7256E62D8A468D35EBE747F907AD0C03 /* React-jsinspector-prefix.pch */, ); - name = SurfaceHostingView; - path = SurfaceHostingView; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-jsinspector"; sourceTree = ""; }; - B0908F9A12F60C5E25784090BED1F32D /* Frameworks */ = { + B43BCE68FA18FCD4C43D95D92739361E /* Support Files */ = { isa = PBXGroup; children = ( - 106E85F647AAB3B051C2E5458E35F30E /* Crashlytics.framework */, + 8FF7FC362F63B268EE743A8524D88D63 /* Crashlytics.xcconfig */, ); - name = Frameworks; + name = "Support Files"; + path = "../Target Support Files/Crashlytics"; sourceTree = ""; }; - B0BB866DBAAFE3FBFDDFEC623DD5E392 /* Pod */ = { + B48188539489DB82318B3BE3AF47EF42 /* Pod */ = { isa = PBXGroup; children = ( - 3667912BB0E4063AE7F6A79BEF7EE853 /* LICENSE */, - 60A95D7A6C351111625F9708F97A0CE1 /* README.md */, - 61E93DAC694E327764A19EC01BF1E4C7 /* RNFastImage.podspec */, + AD89995A2CE1DDDF0FCD36B473FF0AF5 /* EXHaptics.podspec */, ); name = Pod; sourceTree = ""; }; - B13B232102586C9BBCD8C1E868A83532 /* React-RCTSettings */ = { + B503798E785C484798A7E74986827A09 /* RNDeviceInfo */ = { isa = PBXGroup; children = ( - 1D4B743EB144717A68239203E5483B35 /* RCTSettingsManager.m */, - D15E2567AFC9565FCB6FFD70F66E73A1 /* Pod */, - 35B95A99CF6CBC3EA3BA21BBF63401B1 /* Support Files */, + 9786EC37664FEFC1CBE824A31C573C2F /* DeviceUID.h */, + BE4B586AB972B38E5917D356760CEB41 /* DeviceUID.m */, + C5AAE4426B0B8DCD1C92929895AE0ACA /* RNDeviceInfo.h */, + 556FFB4CFF7F4D61BEF2A5167704F28F /* RNDeviceInfo.m */, + 058222FD0F7BD513C0C63670667C16C2 /* Pod */, + 7078FFDB1F1B977811F68D95300DD91C /* Support Files */, ); - name = "React-RCTSettings"; - path = "../../node_modules/react-native/Libraries/Settings"; + name = RNDeviceInfo; + path = "../../node_modules/react-native-device-info"; sourceTree = ""; }; - B22683D0F4DBDE4F2DC158D42FDC1429 /* Pod */ = { + B527EC1A8C86AE0463E15B0434C86FD1 /* messaging */ = { isa = PBXGroup; children = ( - 5021DDD5538BE871B992D0E5843333D7 /* KeyCommands.podspec */, - 25D29A1CA5B4AAC43112ABF5B6FECFA5 /* README.md */, + F1D03EF7BA2A6F98718566A44DB02EED /* RNFirebaseMessaging.h */, + D5761CCBEA427A610FDEF3DC153ABA35 /* RNFirebaseMessaging.m */, ); - name = Pod; + name = messaging; + path = RNFirebase/messaging; sourceTree = ""; }; - B384BACBA4465D8684A8E7DA9B8F2C43 /* UMPermissionsInterface */ = { + B58072F068CC63AF295DA67E346E727C /* Pod */ = { isa = PBXGroup; children = ( - 09D0D29F8226040107B7428A81702616 /* UMPermissionsInterface.h */, - 9EC989E3BC944B890AB20E840FB0FB74 /* UMUserNotificationCenterProxyInterface.h */, - 333321970107809D96BA6B514F52FEE9 /* Pod */, - 2A2C4F272DF334CCDA5D6BC991FFEF81 /* Support Files */, + F18CB5E6FFCF6FE77ACD4427745A684A /* UMConstantsInterface.podspec */, ); - name = UMPermissionsInterface; - path = "../../node_modules/unimodules-permissions-interface/ios"; + name = Pod; sourceTree = ""; }; - B3BDF533E0A7C698DE70FCFF6176D613 /* Pod */ = { + B5A74BF1190F58873DD17B994991C144 /* Pod */ = { isa = PBXGroup; children = ( - A5F7D2922048E977CCEC9E6FF8F6CAD1 /* LICENSE.md */, - DE21C9FCF6884FFD5A4A37EB846FD9CE /* react-native-document-picker.podspec */, - 87F1A0E4809C3E1D5E8B51C00DA77B27 /* README.md */, + 1484C7B185BD1D479F80488E4950C650 /* UMCameraInterface.podspec */, ); name = Pod; sourceTree = ""; }; - B43BCE68FA18FCD4C43D95D92739361E /* Support Files */ = { + B5C38561C6D854BD0F77BED465566ED7 /* Services */ = { + isa = PBXGroup; + children = ( + D09BCCB42C4D7C1110DC5879B0C70B5C /* UMLogManager.h */, + 213C93FCEEA3C8BED2774B8E08F222FA /* UMLogManager.m */, + ); + name = Services; + path = UMCore/Services; + sourceTree = ""; + }; + B628191C9B4E6D543C5C0CAEBAAEF732 /* Support Files */ = { + isa = PBXGroup; + children = ( + 0776B7150119D3FF69668DC9B5FAE7FA /* libwebp.xcconfig */, + DCA0397B2B08261B1E953EE871D5C37A /* libwebp-dummy.m */, + 9A8F398AFE224080C8B40742BBC1FB2C /* libwebp-prefix.pch */, + ); + name = "Support Files"; + path = "../Target Support Files/libwebp"; + sourceTree = ""; + }; + B7057D6CE0D647CEDD40A76A52A901E6 /* Frameworks */ = { isa = PBXGroup; children = ( - 8FF7FC362F63B268EE743A8524D88D63 /* Crashlytics.xcconfig */, + E57FB5D8B319AD9911982DB9D991A7C7 /* FIRAnalyticsConnector.framework */, + 6B77D6B8571A69639166B9B0FB23B341 /* FirebaseAnalytics.framework */, ); - name = "Support Files"; - path = "../Target Support Files/Crashlytics"; + name = Frameworks; sourceTree = ""; }; - B49D64535E03ADD2A23158ED412F4CE9 /* Support Files */ = { + B7342BA9AD4A717449D6329B1439B49E /* RNLocalize */ = { isa = PBXGroup; children = ( - 7E23BA7020ED443E0AD49AF24EE2A911 /* React-CoreModules.xcconfig */, - BD3906522CB7A056BE7B533EE7AAECF0 /* React-CoreModules-dummy.m */, - F78B0019ECC77F4C9916CB73223B93FF /* React-CoreModules-prefix.pch */, + DA68FE3B9879133D40343E963F0C4317 /* RNLocalize.h */, + BA5880A84D82D70A635CC74AFF5041DE /* RNLocalize.m */, + FC73D0BB2070940D9844F99068381A9D /* Pod */, + 3FD504189D49BFAC6458564EA090C9EE /* Support Files */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-CoreModules"; + name = RNLocalize; + path = "../../node_modules/react-native-localize"; sourceTree = ""; }; - B534FE158316E300D4C46EA3F8D8B86F /* RNBootSplash */ = { + B7B1A7985544F2927A7558563E26DFF1 /* RCTVibrationHeaders */ = { isa = PBXGroup; children = ( - 2C75A9118CBE7C8E482568B6AC7B4379 /* RNBootSplash.h */, - BAFF9EA80365601C35C5B14B6FBE63ED /* RNBootSplash.m */, - 24D5BA2EBE22CDB1EE0C90146988075B /* Pod */, - F80D0F5EEEECBEA3D0F461427BA2C894 /* Support Files */, + 09276F70244EF85C57AF74AAC2704EE7 /* RCTVibration.h */, ); - name = RNBootSplash; - path = "../../node_modules/react-native-bootsplash"; + name = RCTVibrationHeaders; sourceTree = ""; }; - B628191C9B4E6D543C5C0CAEBAAEF732 /* Support Files */ = { + B86A7B9E479840D1AC3258C532DB1A76 /* Support Files */ = { isa = PBXGroup; children = ( - 0776B7150119D3FF69668DC9B5FAE7FA /* libwebp.xcconfig */, - DCA0397B2B08261B1E953EE871D5C37A /* libwebp-dummy.m */, - 9A8F398AFE224080C8B40742BBC1FB2C /* libwebp-prefix.pch */, + 5A9F498304996064A7AB4E766B8A2E1D /* RNFirebase.xcconfig */, + FE5022B813094BA9EA56720B9EE4AFDB /* RNFirebase-dummy.m */, + BD4089AA003E098A5E4ED4AB83A10B99 /* RNFirebase-prefix.pch */, ); name = "Support Files"; - path = "../Target Support Files/libwebp"; + path = "../../../ios/Pods/Target Support Files/RNFirebase"; sourceTree = ""; }; - B69A245902D1D8E53EE695B22B5627DA /* UMImageLoaderInterface */ = { + B9C99CE4196F5268BA159049DAE7767C /* Text */ = { isa = PBXGroup; children = ( - FDB3CEAA4681EF925504917B6789C816 /* UMImageLoaderInterface.h */, - C708CE82145E8F5B9912E66A59CB0266 /* Pod */, - E308FA8CBBCA7C131FE0083394428323 /* Support Files */, + DCC38A8FC8F6968FB505A042918BF0EE /* NSTextStorage+FontScaling.h */, + 8A4583650F45571507CD038D830C8700 /* RCTTextShadowView.h */, + 47BA8CCAFD3F2E3485A5F84C8440038C /* RCTTextView.h */, + BCD450FD0A6612A0B09F4CD799B09295 /* RCTTextViewManager.h */, ); - name = UMImageLoaderInterface; - path = "../../node_modules/unimodules-image-loader-interface/ios"; + name = Text; + path = Libraries/Text/Text; sourceTree = ""; }; - B7057D6CE0D647CEDD40A76A52A901E6 /* Frameworks */ = { + BAC6F604A08206234E656052316CCF28 /* config */ = { isa = PBXGroup; children = ( - E57FB5D8B319AD9911982DB9D991A7C7 /* FIRAnalyticsConnector.framework */, - 6B77D6B8571A69639166B9B0FB23B341 /* FirebaseAnalytics.framework */, + B0D70BF1D81B69D47C2148109D5EF985 /* RNFirebaseRemoteConfig.h */, + 87AC64400D453E3CBF104F00B921C1F1 /* RNFirebaseRemoteConfig.m */, ); - name = Frameworks; + name = config; + path = RNFirebase/config; sourceTree = ""; }; - B75B5E579D4F12B47B7CC00DD581C961 /* Pod */ = { + BB68B23E49BBCA6C5A29CCE50C00DED9 /* Pod */ = { isa = PBXGroup; children = ( - 33D1B9B1D3E180C731955B7C3CAA5C1A /* README.md */, - B7191682782B79DBB433353927D0DCF8 /* RNRootView.podspec */, + 1880FE4795D97C8490309D5E703919D6 /* UMTaskManagerInterface.podspec */, ); name = Pod; sourceTree = ""; }; - B987258FF064BE4448F1B0F823868E8A /* Pod */ = { + BC3F281D4042AA3A488983F130485E06 /* Support Files */ = { isa = PBXGroup; children = ( - 54AEF1093FF817DE71498574A192EAA6 /* LICENSE */, - 1EB25E45A8E61C16D680DAFB1A4FD7C0 /* README.md */, - 8CF82B952363DA3ADAA89A7DFEEAD381 /* RNReanimated.podspec */, + 2F5DCBF84C4FCB29D7493E8F86442192 /* FirebaseInstanceID.xcconfig */, + 92997292DBA3CB53D6D368D48FDC239E /* FirebaseInstanceID-dummy.m */, ); - name = Pod; + name = "Support Files"; + path = "../Target Support Files/FirebaseInstanceID"; sourceTree = ""; }; - BA268D585A6DE6D5337F4D2920CCE801 /* RCTVibrationHeaders */ = { + BCA2043A586EDF176AAFE3ADF76F8AED /* Support Files */ = { isa = PBXGroup; children = ( - F93C9E3B47C0C860974A39F9CE15FC7C /* RCTVibration.h */, + 5D41FFCDC27D6C15E44D6FD521E15AF7 /* React-cxxreact.xcconfig */, + AE4203F0C66F5C35AC5B69280F7AB1C2 /* React-cxxreact-dummy.m */, + 2EE56EF161826629810C9743EA5E99A4 /* React-cxxreact-prefix.pch */, ); - name = RCTVibrationHeaders; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-cxxreact"; sourceTree = ""; }; - BAC5EA33C33854E1B953102AC93BFFA4 /* BaseText */ = { + BD57C5A5717872E5B5052B77BE76E13C /* react-native-webview */ = { isa = PBXGroup; children = ( - 381856C980253139B3428125818491A1 /* RCTBaseTextShadowView.m */, - 493C3D7C67521CA19A82E045A4232B9E /* RCTBaseTextViewManager.m */, + 8EC359907265C85DC3AC0AEC8FFEC1C0 /* RNCWebView.h */, + B558404E9BEEF2759BFE60842A3DCB12 /* RNCWebView.m */, + DC32639D4546DF1E0A4AB17B96A63D3C /* RNCWebViewManager.h */, + 30ACDD7DF5B759A3AF88A214445F6DEA /* RNCWebViewManager.m */, + 08B5704BB47052B0879EB7A2D3F16627 /* RNCWKProcessPoolManager.h */, + 69CD1428BE044F508EA19529C634CA35 /* RNCWKProcessPoolManager.m */, + 00A3C3CCE4465045A751295D91247F56 /* Pod */, + 1AC391F95EAF3581F64D371FE3F0623E /* Support Files */, ); - name = BaseText; - path = BaseText; + name = "react-native-webview"; + path = "../../node_modules/react-native-webview"; sourceTree = ""; }; - BC3F281D4042AA3A488983F130485E06 /* Support Files */ = { + BD6C9A10683CF3D79704FC87D3EEA518 /* Singleline */ = { isa = PBXGroup; children = ( - 2F5DCBF84C4FCB29D7493E8F86442192 /* FirebaseInstanceID.xcconfig */, - 92997292DBA3CB53D6D368D48FDC239E /* FirebaseInstanceID-dummy.m */, + 304CEEF7CB871919BAB3EF6A9F883F11 /* RCTSinglelineTextInputView.m */, + 9F9718907266025A80D948FE57D4EABB /* RCTSinglelineTextInputViewManager.m */, + 06259202DD46422011787FF548AB5F9A /* RCTUITextField.m */, ); - name = "Support Files"; - path = "../Target Support Files/FirebaseInstanceID"; + name = Singleline; + path = Singleline; sourceTree = ""; }; BDF2C49360CB8DEC6CA64A7ACDA6EA69 /* GoogleUtilities */ = { @@ -10892,537 +10986,402 @@ path = GoogleUtilities; sourceTree = ""; }; - BE77B6D45E0877B51DFA487D2C9B26B5 /* Support Files */ = { - isa = PBXGroup; - children = ( - 09070D0B74632AFFF5B70770E9EBEB18 /* react-native-appearance.xcconfig */, - 7ED69810CAF7C92E99EF316EF1F1D6BE /* react-native-appearance-dummy.m */, - 7CF9B04F09A6168A21F276707486B603 /* react-native-appearance-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-appearance"; - sourceTree = ""; - }; - BEEB79B9BDDC6F5A18C8C4E44EBBC50D /* Pod */ = { + BF55371D6600C203FEF423F582C66CC6 /* Pod */ = { isa = PBXGroup; children = ( - 9ECAAC7E5E7900D26F0D5B98A79562C9 /* React-RCTBlob.podspec */, + 6F900EAFCB709375BA625A73FC0FA023 /* LICENSE */, + 1306EB4C900ACCE004E5CEC59C9AF851 /* react-native-background-timer.podspec */, + 46427C58F4867334B3FF1D516B075300 /* README.md */, ); name = Pod; sourceTree = ""; }; - C141129C2EDABB3385DB413934383AB2 /* EXConstants */ = { + BF915E8C236DA1BD80B919752A450382 /* Support Files */ = { isa = PBXGroup; children = ( - A7F4F3B8CF85FF6088AFBDD2E0B9CF85 /* EXConstants.h */, - 4DA1A8CE0E5F92EC09329DAFFB686E7D /* EXConstants.m */, - 902409A68233CED959F0877C1C63B70B /* EXConstantsService.h */, - 6B96B93533AE26582BA9FE999710B9DC /* EXConstantsService.m */, - CF380164D3F47A3E2C2B8D348D9114CB /* Pod */, - DDDE884563E34B92476F1EA9C56FD899 /* Support Files */, + 7CB8B0F98AD5A5B9E244529D8DDEA27B /* UMReactNativeAdapter.xcconfig */, + 1EC76F86490E21201CAE5A369BDAD13E /* UMReactNativeAdapter-dummy.m */, + 82520F9C498F1DDBBE87D8AC1B113EB8 /* UMReactNativeAdapter-prefix.pch */, ); - name = EXConstants; - path = "../../node_modules/expo-constants/ios"; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/UMReactNativeAdapter"; sourceTree = ""; }; - C1436D92D23FD6DA8B7E11E1F05DD604 /* UMCore */ = { + C0AC680A6001793CF0A75F882F5BB814 /* react-native-keyboard-tracking-view */ = { isa = PBXGroup; children = ( - FCDF7E96AF9FC5C61134B0F1733031C0 /* UMAppDelegateWrapper.h */, - CD5CDDC71792D56DF80844D40CC3A503 /* UMAppDelegateWrapper.m */, - 4595505ACB57B745C450588D2EBEE357 /* UMDefines.h */, - A63674238D8FC2FD6C1124AF57DC4BAC /* UMExportedModule.h */, - 06595D20C451CB9C2F9AB7EDDD7A7C95 /* UMExportedModule.m */, - 21B1789B432E0A8183D470E042D37360 /* UMSingletonModule.h */, - 278F6167215D8A0D4E56C3930C73AAB1 /* UMSingletonModule.m */, - B462A58ECA611911C0FCF32DC87B4230 /* UMUtilities.h */, - 6F973FD63C7F1B72112F3D18E7D73ABB /* UMUtilities.m */, - F2743ADE8B8346F229A820A6EE59C6C3 /* UMViewManager.h */, - BD7C631C3703B5512F6E0CA99FA0F460 /* UMViewManager.m */, - DEB5644C1B54492EC711E8B73255C063 /* Pod */, - 5AA35265B5CA9728F5792EFCA3742B1E /* Protocols */, - 93BCAF93DE5A44BB50FA5BC0E8EE2637 /* Services */, - 5BEF79FD74E5AE114A88A6068A617BE9 /* Support Files */, - 36336A19CC852D958C4CB5D586AA7554 /* UMModuleRegistry */, - FE679DDE2AAF10E99628D09BB0C548B5 /* UMModuleRegistryProvider */, + 1E7588DAF95C4787C202BA89D3F3D7CD /* KeyboardTrackingViewManager.h */, + E200D68314C6C3C947BEDFBFC12D4B7D /* KeyboardTrackingViewManager.m */, + 0B204567F7F90F3C23112BB9DC0FC44D /* ObservingInputAccessoryView.h */, + CF3A6FB7BDCD9FAF1D44AEA9FAD468D3 /* ObservingInputAccessoryView.m */, + CC8BB5C6661DB4EB434D0A2FB8732B20 /* UIResponder+FirstResponder.h */, + DC9702242033D2DD9DBD98EA46DB91BF /* UIResponder+FirstResponder.m */, + 4BE184435B24756F0DD206266A4CA508 /* Pod */, + 1565FF3FFB161166D0D1969FF11A97E7 /* Support Files */, ); - name = UMCore; - path = "../../node_modules/@unimodules/core/ios"; + name = "react-native-keyboard-tracking-view"; + path = "../../node_modules/react-native-keyboard-tracking-view"; sourceTree = ""; }; - C19244DA2F8AE7DB164FA03481E29DC6 /* database */ = { + C1A1CD6F648F90F788B43318B2F292AC /* RNVectorIcons */ = { isa = PBXGroup; children = ( - F31A9A59A052D6F7EB940F9D3A6D79CD /* RNFirebaseDatabase.h */, - 375FA80AE5E32155B7FDD0548CFC3EFA /* RNFirebaseDatabase.m */, - 6D8A8165597AAEAD5849EA515FA16255 /* RNFirebaseDatabaseReference.h */, - 759104B0050089B19CC3C65417077CE1 /* RNFirebaseDatabaseReference.m */, + 7E0A1A7D74F39BE870AF55B2E64AD066 /* RNVectorIconsManager.h */, + 09FBC62D7D354F95C25E72847BDE1F6F /* RNVectorIconsManager.m */, + 05083ED426F230991C44AA80716EA0BB /* Pod */, + 066A228ECA97C5A70CD9B7171C853B40 /* Resources */, + 82A8D84D3F365198B62EFABBFB336AD6 /* Support Files */, ); - name = database; - path = RNFirebase/database; + name = RNVectorIcons; + path = "../../node_modules/react-native-vector-icons"; sourceTree = ""; }; - C2E802E80CD449B549ADBF0BD073A45F /* Nodes */ = { + C1E090195C561D4A7112C9CB1A84A0AB /* Support Files */ = { isa = PBXGroup; children = ( - B12B68247A234FE78763DFE6502E44F4 /* RCTAdditionAnimatedNode.m */, - DF6D5385DA62C217BB2584B0B4FBFB6D /* RCTAnimatedNode.m */, - 9D2250641AABAAB4E71491EE6724821C /* RCTDiffClampAnimatedNode.m */, - A339E7BB39F879D32110D7332480B700 /* RCTDivisionAnimatedNode.m */, - AF17EF16E047477EDFCBEC50DDE29751 /* RCTInterpolationAnimatedNode.m */, - B4DF9F94C2A65E6E1204DB8D24D00840 /* RCTModuloAnimatedNode.m */, - 904837736D2EA97FF81880EF770E0569 /* RCTMultiplicationAnimatedNode.m */, - E2EF82F5CFDFF78C6F58575C21FA511E /* RCTPropsAnimatedNode.m */, - E45D3E7A747D70DB0D4B573D45387E46 /* RCTStyleAnimatedNode.m */, - 4CC27B843B8222C75BDC8FB535C8E008 /* RCTSubtractionAnimatedNode.m */, - F7D796D2DD86DD6951ACA54F5EA194D3 /* RCTTrackingAnimatedNode.m */, - B35F9586E3BACE323633DC20F8EE17F6 /* RCTTransformAnimatedNode.m */, - C041813BC41F2F49DC9C0918CFD786D9 /* RCTValueAnimatedNode.m */, + 51F61CE421A67CEE57570D19C7EE31B7 /* RNAudio.xcconfig */, + CDD0458799B7CB56166CF6380E48661B /* RNAudio-dummy.m */, + 74447A96ABC1769496184E0F7294FAAF /* RNAudio-prefix.pch */, ); - name = Nodes; - path = Nodes; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNAudio"; sourceTree = ""; }; - C33F2550BE5B2602617C1D8AA9A723C3 /* Support Files */ = { + C20327557F8AF131D2BC7090C6C0BA79 /* React-jsinspector */ = { isa = PBXGroup; children = ( - 5A5B58AC596FF1D31119BC9BB74E7A65 /* react-native-keyboard-input.xcconfig */, - 8881B621F12A407767CC2F6FDCC171F9 /* react-native-keyboard-input-dummy.m */, - E7AC99FA8503EAB4FF91CA0287712646 /* react-native-keyboard-input-prefix.pch */, + 9AA1164F6E26964CC10E1C5B7CC95E53 /* InspectorInterfaces.cpp */, + FB94E36A07BFD652173E17CA67C7B6D9 /* InspectorInterfaces.h */, + EF1FD462C3ED223FB9247C0E1EE4114A /* Pod */, + B398F435DB86D51F10AEC57FE1D2786B /* Support Files */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-keyboard-input"; + name = "React-jsinspector"; + path = "../../node_modules/react-native/ReactCommon/jsinspector"; sourceTree = ""; }; - C39554A459A2F2CE674EE14558D958FE /* RCTTextHeaders */ = { + C26F5CFAF0C03351ECE16FA88A84AB56 /* CxxBridge */ = { isa = PBXGroup; children = ( - CE4CE417EB7BCE41F7D73D710299335F /* RCTConvert+Text.h */, - E81242441E9F22364F9B01F7005A8B54 /* RCTTextAttributes.h */, - 43B81BFD13C51E703ADF3467AF47BF75 /* RCTTextTransform.h */, - EAB512351C613587A2EC0C0D60E79F57 /* BaseText */, - 00EE4807FC770C5023A44F1E49357C00 /* RawText */, - 1F1D2421669C7288D6A492641DB97406 /* Text */, - 21BA86A999AEE7558DFCD0866E7AE415 /* TextInput */, - F187C7ED4938A8BB32DFAAB748050947 /* VirtualText */, + B3D41CFB690E0B78C15C27BE475A5C63 /* JSCExecutorFactory.h */, + 7B023EC3C4FAC79C9C0E65AFEC7E6215 /* JSCExecutorFactory.mm */, + 30A072C44DC0493262F79EFEA04ABDFA /* NSDataBigString.h */, + AC44F633C6FBC8194C100AC4DDCCB868 /* NSDataBigString.mm */, + 2F812D1D7923DCB836A359A6789B8C99 /* RCTCxxBridge.mm */, + 8D7A68DC8874500B4A672FDBF91DFC62 /* RCTCxxBridgeDelegate.h */, + 0A1A34D247B43BEA4749BCB32C3BC932 /* RCTMessageThread.h */, + 11321891F7366B55D03A4A7B67909017 /* RCTMessageThread.mm */, + D584D492C7DA81B907BCAC20B32BE018 /* RCTObjcExecutor.h */, + 58B143FACB651F6FF4026A5BC0982803 /* RCTObjcExecutor.mm */, ); - name = RCTTextHeaders; + name = CxxBridge; + path = React/CxxBridge; sourceTree = ""; }; - C4AEC3EDA3A21F521401FF32E28A5E14 /* Support Files */ = { + C292885471C948F4518E2A45B36AB1A6 /* analytics */ = { isa = PBXGroup; children = ( - 4527CA9D0BE34892B889E0EB539D1E04 /* react-native-keyboard-tracking-view.xcconfig */, - 23879EEFF8CA9AF370F72C443F440029 /* react-native-keyboard-tracking-view-dummy.m */, - 62F23DFADFD7C1BD95A7F91B0D101DC8 /* react-native-keyboard-tracking-view-prefix.pch */, + B29C38805F7127CB18A39556B771ECBA /* RNFirebaseAnalytics.h */, + 708041F62301EA3BA338B1B2E86CADB7 /* RNFirebaseAnalytics.m */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-keyboard-tracking-view"; + name = analytics; + path = RNFirebase/analytics; sourceTree = ""; }; - C708CE82145E8F5B9912E66A59CB0266 /* Pod */ = { + C2BB55D6891A41DB75909032BE8A0D2F /* Pod */ = { isa = PBXGroup; children = ( - A8FFE2B0F50B210D155CE956DF753EF0 /* UMImageLoaderInterface.podspec */, + 48BB53467931F09C58A6A7BD3429D962 /* LICENSE */, + 3ED92F5114EFDA21858420B35AEB5D4A /* README.md */, + DC0D5A73BB441F5E148FE79E8402635E /* RNGestureHandler.podspec */, ); name = Pod; sourceTree = ""; }; - C71928742805931ED72422B4D5A1685A /* Support Files */ = { + C4725DB7995C9A3FA5253B7DBA0B2DB8 /* Support Files */ = { isa = PBXGroup; children = ( - 06F614576935AA84BD0BBDDED3E4D8CF /* RNDeviceInfo.xcconfig */, - B4FA519078044EB4C4E950F1ADBF33A5 /* RNDeviceInfo-dummy.m */, - 75038038FFFF6C1ACEAA73365AD0316D /* RNDeviceInfo-prefix.pch */, + 8606EB5A6FA4A9DB839B6A853ABBBB3B /* UMFileSystemInterface.xcconfig */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNDeviceInfo"; + path = "../../../ios/Pods/Target Support Files/UMFileSystemInterface"; sourceTree = ""; }; - C749C77ED08CB295E105277FDB48FB05 /* UMFaceDetectorInterface */ = { + C55C9A47D8F2F4F72FF35D8F33A96EB4 /* React-RCTText */ = { isa = PBXGroup; children = ( - 94B62688B975B12BD4CA0D7839A71AF9 /* UMFaceDetectorManager.h */, - EB54E4D199075C3DCD0B668F7F4A2828 /* UMFaceDetectorManagerProvider.h */, - 5AC4395CCD8088A447C988A56E12D803 /* Pod */, - 8AAA417DF34B9138E8D712B845A9616E /* Support Files */, + 96BAC72CC2A887ACA07F5FBBC31E5565 /* RCTConvert+Text.m */, + 2697E20621E13F742D7C0AD3EC113D43 /* RCTTextAttributes.m */, + FDD60D51750F35B3F28E0D61D69A6AB9 /* BaseText */, + 3A9337114AA519844B535C329A0D0DA8 /* Pod */, + 9F91E881C0DE5C0B4554EF06DF3D51A9 /* RawText */, + 2685E795ECCAC2E5E1044675154105E1 /* Support Files */, + 4D5D5E6054D1541423E54EF88B7D1095 /* Text */, + 5BE341B589FC0F451D7BEF5E6EB3DA4A /* TextInput */, + 28BF32C139DF04884CD90ACDFCD5549F /* VirtualText */, ); - name = UMFaceDetectorInterface; - path = "../../node_modules/unimodules-face-detector-interface/ios"; + name = "React-RCTText"; + path = "../../node_modules/react-native/Libraries/Text"; sourceTree = ""; }; - C90AC8917D4345C583881C4B0AB602D5 /* UMViewManagerAdapter */ = { - isa = PBXGroup; - children = ( - 2631E243EF61902279E4E44BA8274AD3 /* UMViewManagerAdapter.h */, - DACA43103E6BB038DB59FE3C1706956F /* UMViewManagerAdapter.m */, + C5C00BA790CD91873BE2C4F21EC1EF72 /* React-cxxreact */ = { + isa = PBXGroup; + children = ( + F8F697B4F12A9ED14622FDFD2EADC31B /* CxxModule.h */, + DCB4DA3C46DFE6DFC3F77232CCB54077 /* CxxNativeModule.cpp */, + 3CCF1AB9D40F48248767E35F7908C005 /* CxxNativeModule.h */, + C2E88CE35E640021A501C0082CD2D816 /* Instance.cpp */, + 2E416DA9BACFF67E836CF8604C0C0A76 /* Instance.h */, + FAC421177CE610E9C7B931439EB459C5 /* JsArgumentHelpers.h */, + 37F5EB92B10EED3E4AC994B2572102E9 /* JsArgumentHelpers-inl.h */, + EC036135C1C07DE6B7C05D0B9606070E /* JSBigString.cpp */, + 3EAFC3A2FF5924A0D5E9D98278692D9C /* JSBigString.h */, + E5A61FA3E910E3743DDB2A539D8E3861 /* JSBundleType.cpp */, + 38A0F0B170E373B091BA36A26397EF43 /* JSBundleType.h */, + 799DE0B23BD42824FA309135B2CCCD47 /* JSDeltaBundleClient.cpp */, + 77579E3AB4DAC11B5A86FEB631FC58C0 /* JSDeltaBundleClient.h */, + 0FA89F0128EFD95C39CBF01E1D7AF57F /* JSExecutor.cpp */, + 50CF0BF505D9FAF21801BDD717E4A0BE /* JSExecutor.h */, + BF6CED0221C38C8B97EBDB214A6D4534 /* JSIndexedRAMBundle.cpp */, + B1C0309D8214A4B9F1FA6022DDE7FCBB /* JSIndexedRAMBundle.h */, + 8F9B3EB401390C9AED9561D6A0449DD4 /* JSModulesUnbundle.h */, + E738C86B532490735EB853358AE600D7 /* MessageQueueThread.h */, + 3CECE112CF32DC20DD624BE710AE8BD6 /* MethodCall.cpp */, + D4E22D483745BA99F925F0CB3ED15DA1 /* MethodCall.h */, + 703658281A74981DC31339718A39AD49 /* ModuleRegistry.cpp */, + 2FBE73416F6BCBDBA9961312F1830706 /* ModuleRegistry.h */, + 994F68060E1D7B66431B05D2CA10139C /* NativeModule.h */, + 5F9510CC90752C88FE478F9478E640E6 /* NativeToJsBridge.cpp */, + 63B24BB440F90B74D90D8868B52B86B4 /* NativeToJsBridge.h */, + CE220227938B26C711F33CC2E5140F03 /* RAMBundleRegistry.cpp */, + 99DE8F0CEC1B45C2885D13092296B18E /* RAMBundleRegistry.h */, + CACF3F985D87B0445E46A727A93F0F6A /* ReactMarker.cpp */, + CE61D1FE1AD71846161D661F9F062891 /* ReactMarker.h */, + 1E762A222308E7D5E1B9FFA92DF3CD40 /* RecoverableError.h */, + 7F99C0235FD16740EEC6ACD1AF12C181 /* SharedProxyCxxModule.h */, + FAE828BB63BC757BA99A64AFABCD9591 /* SystraceSection.h */, + E5F7703AD4A75916A2AAFBF7818D270B /* Pod */, + BCA2043A586EDF176AAFE3ADF76F8AED /* Support Files */, ); - name = UMViewManagerAdapter; - path = UMReactNativeAdapter/UMViewManagerAdapter; + name = "React-cxxreact"; + path = "../../node_modules/react-native/ReactCommon/cxxreact"; sourceTree = ""; }; - CAA493CC1FF46313924D4667DD07EF19 /* ios */ = { + C6DEBD08800C953C60F4AC74E6FEB16C /* RCTRequired */ = { isa = PBXGroup; children = ( - 4AB262E6172FDB370844D045066A5FA6 /* RCTTurboModule.h */, - 5D1D1E6D24035135D70D5B0FF632CF22 /* RCTTurboModule.mm */, - 8A0DD5A63AEC5703EA492659F41BD75C /* RCTTurboModuleManager.h */, - 856D0994BC5738D396C97A458EF678CB /* RCTTurboModuleManager.mm */, + 55F88D172DB788CA2F3DDC5C1ABC9015 /* RCTRequired.h */, + EC580CB29B1AD4F6A1341A5D27FEC6B4 /* Pod */, + 8D137D4735ED101D9EB40B7E104628B6 /* Support Files */, ); - name = ios; - path = ios; + name = RCTRequired; + path = "../../node_modules/react-native/Libraries/RCTRequired"; sourceTree = ""; }; - CAEAA0D45CC461F7CD5E985371E1038D /* config */ = { + C83BB51A4C5C1F0626FAE03E3CEEC443 /* Support Files */ = { isa = PBXGroup; children = ( - C4F0617EB699F61CEC22F253F934A307 /* RNFirebaseRemoteConfig.h */, - D83C6732A053303219222DAD44578A89 /* RNFirebaseRemoteConfig.m */, - ); - name = config; - path = RNFirebase/config; - sourceTree = ""; - }; - CAF687B548C894235C3951AFD40A03C2 /* Development Pods */ = { - isa = PBXGroup; - children = ( - 62D511CAAE93578DB3C9BCF27814DDBB /* BugsnagReactNative */, - DE046E8ADECF535D4C123AFF7549D5C5 /* EXAppLoaderProvider */, - F0A826851B17765D44ADE27A7175C68F /* EXAV */, - C141129C2EDABB3385DB413934383AB2 /* EXConstants */, - 9924F206CD6206B3E5A268EFB71F2C09 /* EXFileSystem */, - 807F30CD019A9B425C6DF02E7386160E /* EXHaptics */, - 421283CB37B144422D71F4B2C0A74A18 /* EXPermissions */, - 715FB4ED6E27F456AC09171100A87B0C /* EXWebBrowser */, - 450B5FCF710FFA64AF6B0426DFD2C915 /* FBLazyVector */, - 19F8FB735B2A2F3F1E7B0FC1C6277004 /* FBReactNativeSpec */, - 5CA1631F0A08BAB0BF17CE2F20E8D1C2 /* KeyCommands */, - FAA9EF60B70C58DF39178CEB3E1E44A4 /* RCTRequired */, - 62A2B1EDD4BD93A6D10C27B2C235DF56 /* RCTTypeSafety */, - A42F1F39EC28CE6D6B33D5391948920B /* React */, - 3C84EBE16DDBC0CCD3A6C80920B40F48 /* React-Core */, - 2D5EFDAAD51FF4E808F66007D18F30B0 /* React-CoreModules */, - 37EFA389C9C279A1FC93172649E85CF7 /* React-cxxreact */, - 589A4425B55B2618EA8B89AA587655DF /* React-jsi */, - DF4DB0198AF0BBB3E2B271B9FC81A0CD /* React-jsiexecutor */, - 9F2738C51E4C5B2B2C3F7E1F87FA7FAF /* React-jsinspector */, - 73B14A62FEB10CF2DBB63C07E51CB718 /* react-native-appearance */, - AB3C5FD4BF069782775E2FB33C2A6372 /* react-native-background-timer */, - D4DC8DFB469C6AA69C5780A489695DC4 /* react-native-cameraroll */, - F1F510A70D1B0EBE73E9415866EE712B /* react-native-document-picker */, - 5F07894D6A20CA111F8C89846A6330CE /* react-native-jitsi-meet */, - F250F8BFEE9A4EFECD089474724A1D74 /* react-native-keyboard-input */, - 6CC35CE8D9C55C0195267D876162C85B /* react-native-keyboard-tracking-view */, - 90878DEA6362363F30D369BCCE851B36 /* react-native-notifications */, - 6045ACBE05A93188E10555402DDAC31E /* react-native-orientation-locker */, - A6FEC03C86F12A78D7400151E2F9B336 /* react-native-slider */, - 118608F192A92FF37C9E917A6CC06F58 /* react-native-video */, - FFD5DAC945FE3281E8C2251A37C1600D /* react-native-webview */, - E2B2F60233F47F8EDC6D749D77E61272 /* React-RCTActionSheet */, - 3B83F9CD18B37D9EB9BC17B14C89B3F1 /* React-RCTAnimation */, - 8E5CC96AF68E970486CC6227DBA54397 /* React-RCTBlob */, - 986B4C6DB4CFA5F5626E3E5B3955E88B /* React-RCTImage */, - EBD95EC698E3BBE6B6E7863A142DC565 /* React-RCTLinking */, - 76629C7951E54BCA4136E3AA31D2CB67 /* React-RCTNetwork */, - B13B232102586C9BBCD8C1E868A83532 /* React-RCTSettings */, - 11064591AAAC84CDB081D331031E4D11 /* React-RCTText */, - 5C74FB555B4FAEA2F47E36601407CEAA /* React-RCTVibration */, - E9929E8DF5DA35D35EC24B6C7F7B13D9 /* ReactCommon */, - 33E6392BFCE96F4C629B93AB36EE7457 /* ReactNativeART */, - 375482B2C02DE2F203E50052B9A938B4 /* rn-extensions-share */, - 7EA2163D67476FA8466B97974DFBA348 /* rn-fetch-blob */, - 3B446FEB8459CFDF3C724712300C4EDF /* RNAudio */, - B534FE158316E300D4C46EA3F8D8B86F /* RNBootSplash */, - 5184AB391334154A4B55BFE1E9E1B47B /* RNDateTimePicker */, - 436210F0061D75846CFF4B450B2793EF /* RNDeviceInfo */, - 3E28CEFBC7B1AC47803BC4DA2D15D3A9 /* RNFastImage */, - 8339C597DF1A0825B36CA0BE61964389 /* RNFirebase */, - 824167380D731F7F86532A1225B61449 /* RNGestureHandler */, - 27578AAA8B10C79C9233311F24A0CD40 /* RNImageCropPicker */, - 00FE6A1B71BE321C0F10424C3EE39E33 /* RNLocalize */, - 5AC06D0E4BD00E50AC27F1A738EDF9D8 /* RNReanimated */, - 6058E9AAA1164A7BD8BB1EB31F980EDE /* RNRootView */, - 2ECCFBBD048FCDEA8C3D1DA50C32BDBD /* RNScreens */, - D8B39A46C0D3B022094C847FE820E4D2 /* RNUserDefaults */, - 460D6A8ED928920BDEB2DD9D2E52F667 /* RNVectorIcons */, - 0E0999CD3453EC9A155BD0EB3213CB25 /* UMBarCodeScannerInterface */, - 8B3EBA26E96CE9026D7EEDB1F36D7F8F /* UMCameraInterface */, - F048F9A065062C84998C2BF93298FE77 /* UMConstantsInterface */, - C1436D92D23FD6DA8B7E11E1F05DD604 /* UMCore */, - C749C77ED08CB295E105277FDB48FB05 /* UMFaceDetectorInterface */, - FDB1401F91492F125DD3A085F8708496 /* UMFileSystemInterface */, - DF28DED824ED07117DD06C364E1E36E7 /* UMFontInterface */, - B69A245902D1D8E53EE695B22B5627DA /* UMImageLoaderInterface */, - B384BACBA4465D8684A8E7DA9B8F2C43 /* UMPermissionsInterface */, - FC2EF1186A6C71B75E41E287686B1849 /* UMReactNativeAdapter */, - 986F09409728A71E347DC9DDD5F72A83 /* UMSensorsInterface */, - 445AE7681F50F4BD3CE35EA9D9947E5B /* UMTaskManagerInterface */, - F754E1D12DC34C07CCB114BF87262215 /* Yoga */, + AF39C018E786D9F6836EFA77F75B03B0 /* RNGestureHandler.xcconfig */, + 830AF56F315F8A50F9306D7AEA6BA5A0 /* RNGestureHandler-dummy.m */, + C07530B4F269ADBA05EECFB6A50B01C7 /* RNGestureHandler-prefix.pch */, ); - name = "Development Pods"; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNGestureHandler"; sourceTree = ""; }; - CD1A5A80FDC27B3BA1BEF7871F547A98 /* UMModuleRegistryAdapter */ = { + C8F11AAAA96B9CC068B94877A8E123C2 /* Support Files */ = { isa = PBXGroup; children = ( - A808EA295EC294FFDBB50BCC2BA53014 /* UMModuleRegistryAdapter.h */, - CEA48CC6AFD3783EBE4BA6344D0FED0F /* UMModuleRegistryAdapter.m */, - 473280B4E2891647463057BAEF574807 /* UMViewManagerAdapterClassesRegistry.h */, - 1888F24E422773DA2257A17C200D38DD /* UMViewManagerAdapterClassesRegistry.m */, + F51FA515F51DC12B832E1BB26AFEE615 /* RNFastImage.xcconfig */, + A9EFB81B9B04131915F1C2AB3FB28A89 /* RNFastImage-dummy.m */, + 2A9E7421477DCACE7A8C81336831F922 /* RNFastImage-prefix.pch */, ); - name = UMModuleRegistryAdapter; - path = UMReactNativeAdapter/UMModuleRegistryAdapter; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNFastImage"; sourceTree = ""; }; - CD9545865447D3EA29F4F23222CDF654 /* Source */ = { - isa = PBXGroup; - children = ( - EDA33AB62C4B7D01D01F0CCB6F181C8C /* BSG_KSCrashReportWriter.h */, - 5C02C1E9ADA14141F2E3B91D5BD72138 /* BSGConnectivity.h */, - 6D7EFB6D3C136BEA9E7C14E8EFE61342 /* BSGConnectivity.m */, - 77EB82852535283CE02345BE4C8E40EC /* BSGOutOfMemoryWatchdog.h */, - 25B29827EECA6282CBC136F619978150 /* BSGOutOfMemoryWatchdog.m */, - B5D939F8C0EE52D1056857C2C9F08046 /* BSGSerialization.h */, - 28B7CE1881C6172919E8F1120A64ADED /* BSGSerialization.m */, - D24E677BBC14DAEEE0447A35209AEAC2 /* Bugsnag.h */, - E9F18B64986B9A7139C2928122A9021C /* Bugsnag.m */, - B84D286DA657CD4D4B191BC3B948AF25 /* BugsnagApiClient.h */, - 9F9EF03FF835434C84C67FD9C73A6718 /* BugsnagApiClient.m */, - 42114893F8A24894E5D2EA2961CD4ACA /* BugsnagBreadcrumb.h */, - E087FF5551C6FBCDDFF393AEC10380F6 /* BugsnagBreadcrumb.m */, - 4BC05BB567B45A8F71209832313EB119 /* BugsnagCollections.h */, - 51BBA580FC43CB1363EEEB18ED6392C1 /* BugsnagCollections.m */, - 6C70C81EAA793BF9FB2740627D363F8F /* BugsnagConfiguration.h */, - BAFABD63F5210B2671007BEAADB230AE /* BugsnagConfiguration.m */, - EC5A83566FFD0C1E52531603AA5E52CC /* BugsnagCrashReport.h */, - 1AB1051659F7CBEC4619E3E4F70D0882 /* BugsnagCrashReport.m */, - A2BACCA9758EE9824DE4BF78A8D197C6 /* BugsnagCrashSentry.h */, - 4675DC5321EAB64DDE25C9B0E3423B43 /* BugsnagCrashSentry.m */, - 047DDDE0E9AD61AC03E3207D9D8A05E4 /* BugsnagErrorReportApiClient.h */, - 5F2F18B89E48A9E676F45E26063BF3F0 /* BugsnagErrorReportApiClient.m */, - D21510FE6CEBEDA197FE10D0038F11DB /* BugsnagFileStore.h */, - 5C944C227ABC1536A052CFB87B130DA9 /* BugsnagFileStore.m */, - B39ADC3605D6438ED02ECC71946C66D9 /* BugsnagHandledState.h */, - BF1E5BA65E4700EE5DFE82680DEE2B0C /* BugsnagHandledState.m */, - 1278F6FD1923201980C67CE796DA9DD3 /* BugsnagKeys.h */, - 5EAE546DC43AB4405DBA7FEE69967526 /* BugsnagKSCrashSysInfoParser.h */, - C62963DF0BC0564FEBF70A3FED8230FD /* BugsnagKSCrashSysInfoParser.m */, - FD805FFB38D985D452CB2E5238C3047B /* BugsnagLogger.h */, - A2413F9B1112C34BBC33D3D94999DC39 /* BugsnagMetaData.h */, - 97D3261AD5F003D68136DE60A838D198 /* BugsnagMetaData.m */, - 870EB3DE4EC6FE75B94939F40FF0CA8E /* BugsnagNotifier.h */, - 421FFB16EAF6AB59C2EFAF20F0428076 /* BugsnagNotifier.m */, - A14E025CFB4A98FC2CF786538CFB4570 /* BugsnagSession.h */, - A189A35247AFD569CA00561337F0E80F /* BugsnagSession.m */, - 2BDE4AD6316F658E3325B860471AC0C8 /* BugsnagSessionFileStore.h */, - 62B9D18CCAF589880A35D98299E23446 /* BugsnagSessionFileStore.m */, - D5D1627846E57EE2D200613D10944D3D /* BugsnagSessionTracker.h */, - 8EB34C9AC11E5CE0BFE1FA1797742279 /* BugsnagSessionTracker.m */, - 2683BCE18B50187450E5F4959A40292A /* BugsnagSessionTrackingApiClient.h */, - B5EA05AAE813CB1C667EFA1F8DB71969 /* BugsnagSessionTrackingApiClient.m */, - E6B7EF2FE69EFA0CAA8C6CABED453CB9 /* BugsnagSessionTrackingPayload.h */, - 4E4261E9DA1E9B9EB1D83DAA337845CC /* BugsnagSessionTrackingPayload.m */, - 79207914DE9E3C44A552147C33D65820 /* BugsnagSink.h */, - 12C04C08B1FFE034059D47B28F8BB03D /* BugsnagSink.m */, - 7DCE9681D48CA655E108B358ACD8AE3C /* BugsnagUser.h */, - 25D5B5E920069C5AB4CCEF59BFD14E5E /* BugsnagUser.m */, - 333E2305122D7A2D6067A97077CB573A /* Private.h */, - D66C0944E6ED3EEEDEDF07B50024E3C3 /* KSCrash */, + C95044D163224FB7B2D29D9BBD22D54F /* auth */ = { + isa = PBXGroup; + children = ( + 2FC0C9D532E9C6C201BF0E3DB8889D1E /* RNFirebaseAuth.h */, + D5D8BF36BBA4C1D225ADBCB92F70D377 /* RNFirebaseAuth.m */, ); - name = Source; - path = Source; + name = auth; + path = RNFirebase/auth; sourceTree = ""; }; - CDB148105AC3BFFC6810D5263F4F7A8B /* Singleline */ = { + C9970E12FF04D74B1F55F9CAA68E3493 /* Multiline */ = { isa = PBXGroup; children = ( - 92403C0C7B1D4F437F93A60AAA768932 /* RCTSinglelineTextInputView.h */, - 2857FD2ED29908954D251250C772C0F3 /* RCTSinglelineTextInputViewManager.h */, - F988BB9CB530CBDB9A1791E9293B40F5 /* RCTUITextField.h */, + BB17D0FA68590C768131CDD648E3B28F /* RCTMultilineTextInputView.m */, + 38EDBF06AF5D45BA630D94967F3847F9 /* RCTMultilineTextInputViewManager.m */, + 05FCFFD4B48507781C364A74B43C5513 /* RCTUITextView.m */, ); - name = Singleline; - path = Singleline; + name = Multiline; + path = Multiline; sourceTree = ""; }; - CE6D789A1B323CF323AF90BE6F767989 /* Crashlytics */ = { + CB1BA38F2C9578C7CF003783413411E0 /* Support Files */ = { isa = PBXGroup; children = ( - CBACE4F4ACDF194FD0DD2FA653732F1A /* ANSCompatibility.h */, - 9960EE8F54017E8B9830F75E0C430DD3 /* Answers.h */, - C317A49DD8574706DDAEC12FF2A96952 /* CLSAttributes.h */, - 39785B326FEC039620379F33F7710111 /* CLSLogging.h */, - 9396F9D8BB053CC9BDFBBEBE99A1E8E1 /* CLSReport.h */, - 6C1E8D7E2C3DBFB59FD8C21BA737E9BA /* CLSStackFrame.h */, - 2718BA7539F8B21F39ECDAF498A4CAE6 /* Crashlytics.h */, - B0908F9A12F60C5E25784090BED1F32D /* Frameworks */, - B43BCE68FA18FCD4C43D95D92739361E /* Support Files */, + 8DE0057074727BB63E71523783937DDA /* RNScreens.xcconfig */, + ADF8B9050760D48734FC125B99261BD8 /* RNScreens-dummy.m */, + 395148D93E2B9C1643362828B6FD61BF /* RNScreens-prefix.pch */, ); - name = Crashlytics; - path = Crashlytics; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNScreens"; sourceTree = ""; }; - CE850036EE7C9BF06457FC466991757E /* Pod */ = { + CC09E3B72508C90718C9662C8962F1DF /* Support Files */ = { isa = PBXGroup; children = ( - CD5DB292728224A375EC30DA598D9FD9 /* RNFirebase.podspec */, + 2C205B7A74A0AB9C207AE1508245D074 /* KeyCommands.xcconfig */, + A28A034B37E3894E001E593CCF4B8F7F /* KeyCommands-dummy.m */, + B17C7E16E8031D7D40F3DCDF43F5ED78 /* KeyCommands-prefix.pch */, ); - name = Pod; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/KeyCommands"; sourceTree = ""; }; - CF1408CF629C7361332E53B88F7BD30C = { + CC579B8048BC4E2C64399A7F7A53B947 /* Support Files */ = { isa = PBXGroup; children = ( - 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, - CAF687B548C894235C3951AFD40A03C2 /* Development Pods */, - D89477F20FB1DE18A04690586D7808C4 /* Frameworks */, - 8BD73C731960B082C86AB1D8D4E7BC8B /* Pods */, - 420C48B2DE10CB29EF09E117AF91E28A /* Products */, - A5ADA69422B84A7580C82CAA5A9168D1 /* Targets Support Files */, + DA8EB2DA73BFD56C23B5DC7CB6589818 /* UMTaskManagerInterface.xcconfig */, ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMTaskManagerInterface"; sourceTree = ""; }; - CF380164D3F47A3E2C2B8D348D9114CB /* Pod */ = { + CC583EFE5283C7164314354B5A43C10C /* RCTTextHeaders */ = { isa = PBXGroup; children = ( - 509E9A684A56FB74956F3A0E0F5E8F4E /* EXConstants.podspec */, + 01CC0BBE05E7B9EC4B01DE322B643788 /* RCTConvert+Text.h */, + E940B5684FFB75BB4E0F7C1C0F977AE9 /* RCTTextAttributes.h */, + F8F7A0DD990C7E03FE7A9DDDF4270BEA /* RCTTextTransform.h */, + 6DEA47CFA36D0E64C0514FC874FF82E8 /* BaseText */, + 9EED64CB42CE38BDE1EC961EFFD7A625 /* RawText */, + B9C99CE4196F5268BA159049DAE7767C /* Text */, + 3734B1E1A03A6E3D9D4072D052C6E4C7 /* TextInput */, + CF1A79E23644FCFF125EEF41664C902E /* VirtualText */, ); - name = Pod; + name = RCTTextHeaders; sourceTree = ""; }; - D10626F205436A70A5AE9BD6B03B9D7E /* Drivers */ = { + CCA314DA7C35C9EBDE46F0B1B0D15BE7 /* Profiler */ = { isa = PBXGroup; children = ( - 92D31724619E3321ABFC9D94C41AC44B /* RCTAnimationDriver.h */, - 082959F2B8E4426107DFD7A58A2F1A2B /* RCTDecayAnimation.h */, - E88611FCC90E298586AB2C1EFDFDF4D7 /* RCTEventAnimation.h */, - 1D597118AAA3AA0D63E0264FFEA27E9F /* RCTFrameAnimation.h */, - 9F5FA36B8C1C1B113ED1B7D313424F09 /* RCTSpringAnimation.h */, + 480C7F0AD63AE53BAADBB244FB3BA2C8 /* RCTFPSGraph.h */, + 3F8A98A02A26880750CA56A0D2ABCAA5 /* RCTFPSGraph.m */, + FC4A0D27C6545662E3B81C145DA8A089 /* RCTMacros.h */, + 1D8BA97140AE06B5EB188C23F496DAC5 /* RCTPerfMonitor.m */, + 37642C07E13F5B2E1648F47694282C66 /* RCTProfile.h */, + B2FA8421DE1DEDCF3392633FC2132D08 /* RCTProfile.m */, + 61228DF74F156D1175EDE0AD10B6F6D0 /* RCTProfileTrampoline-arm.S */, + 78DF122FAE9155F1789FF93EB08E29D3 /* RCTProfileTrampoline-arm64.S */, + 2449974BE181B377D0C240D8390AB059 /* RCTProfileTrampoline-i386.S */, + 5FA723E5DD551621013330060206D0C0 /* RCTProfileTrampoline-x86_64.S */, ); - name = Drivers; - path = Libraries/NativeAnimation/Drivers; + name = Profiler; + path = React/Profiler; sourceTree = ""; }; - D10993FF920CF5AD2DF1315152B8C1F4 /* Pod */ = { + CE1217A5C2B26B5963B14B9CCFF79027 /* React-RCTSettings */ = { isa = PBXGroup; children = ( - 349F9357A7F29F8E3B1AAB1B185FDA4C /* React-cxxreact.podspec */, + BBADA1A38C84E3264A0BB5E4BA3987FD /* RCTSettingsManager.m */, + F623BE9AD3C0F4D44F3BFED026A992D5 /* Pod */, + 15B2DEF5B543177A1F8E88577920856F /* Support Files */, ); - name = Pod; + name = "React-RCTSettings"; + path = "../../node_modules/react-native/Libraries/Settings"; sourceTree = ""; }; - D15E2567AFC9565FCB6FFD70F66E73A1 /* Pod */ = { + CE5A7C1C1767C4084501D1FA0B1AA162 /* Pod */ = { isa = PBXGroup; children = ( - 89234B508E0DF2C4FCF57A1F9882150A /* React-RCTSettings.podspec */, + E06B45DFBC8D9A9A3F4EF84D22A7D2E0 /* KeyCommands.podspec */, + 196C167C6770AE08D4491114D1DAA101 /* README.md */, ); name = Pod; sourceTree = ""; }; - D19DC70342F0806F8586EFF36584E76B /* RCTBlobHeaders */ = { + CE6D789A1B323CF323AF90BE6F767989 /* Crashlytics */ = { isa = PBXGroup; children = ( - 130C84BC7008CC3EC658498950644BA0 /* RCTBlobManager.h */, - 6C83A45F34C05FDC9F84E01F32F46263 /* RCTFileReaderModule.h */, + CBACE4F4ACDF194FD0DD2FA653732F1A /* ANSCompatibility.h */, + 9960EE8F54017E8B9830F75E0C430DD3 /* Answers.h */, + C317A49DD8574706DDAEC12FF2A96952 /* CLSAttributes.h */, + 39785B326FEC039620379F33F7710111 /* CLSLogging.h */, + 9396F9D8BB053CC9BDFBBEBE99A1E8E1 /* CLSReport.h */, + 6C1E8D7E2C3DBFB59FD8C21BA737E9BA /* CLSStackFrame.h */, + 2718BA7539F8B21F39ECDAF498A4CAE6 /* Crashlytics.h */, + B0908F9A12F60C5E25784090BED1F32D /* Frameworks */, + B43BCE68FA18FCD4C43D95D92739361E /* Support Files */, ); - name = RCTBlobHeaders; + name = Crashlytics; + path = Crashlytics; sourceTree = ""; }; - D1DDF1424B159F0715B52974DC174A37 /* Pod */ = { + CE9008BF4732FA8A5C4EE84ED6DAF1E9 /* Support Files */ = { isa = PBXGroup; children = ( - EB65B1F3AFAF72A8F9BF4777A3BBDFEB /* React-Core.podspec */, + 6AF98B0747ED34DFD0A3862E48662036 /* EXWebBrowser.xcconfig */, + E7437EA6478A24C24D52215A6D90499A /* EXWebBrowser-dummy.m */, + 7CB4793A821444E213CE6B98F917A785 /* EXWebBrowser-prefix.pch */, ); - name = Pod; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXWebBrowser"; sourceTree = ""; }; - D266BBF617FED041725C7DB8C34EC8BC /* Nodes */ = { - isa = PBXGroup; - children = ( - 85EF388BC987D2243E6DBEBBCE0CF1A1 /* REAAlwaysNode.h */, - 24A91666C5E60525D7863CC82F20106F /* REAAlwaysNode.m */, - 451748833D01D28A51396492ABBE2394 /* REABezierNode.h */, - 13B47ADCACBED842C655D8CFCF877CD7 /* REABezierNode.m */, - 35A2E3904649AFBB24EAD823EDFFF947 /* REABlockNode.h */, - A4C03A998601C14C0E950907D6E057CC /* REABlockNode.m */, - 73898F0A4372AA1F40A34F41671305FF /* REACallFuncNode.h */, - BB7B9E277B2F88D029D62E6183406A86 /* REACallFuncNode.m */, - F4C3CCCF5C71EAE01CC0E71815720E66 /* REAClockNodes.h */, - 6E0142FE240F50CFE6EF1663C5229B8A /* REAClockNodes.m */, - 73EBFB2DAD1AD96AFF141E7BF795ECBC /* REAConcatNode.h */, - 51D375A942054AF499969DE6832D5620 /* REAConcatNode.m */, - 562303B6C187D0491F4458296B758CBC /* REACondNode.h */, - 58B465479F0DE2A6C39460B1013A0338 /* REACondNode.m */, - EE30D43E5C4E5D4333AEAD15C715ADBF /* READebugNode.h */, - 7CFDE95A6869C12FF0424853345B9B08 /* READebugNode.m */, - 2BBDED4A9EE538D325FC8C2E9A7BE9A7 /* REAEventNode.h */, - 13AD44A211A5269ACEA88CEC0012E3B1 /* REAEventNode.m */, - FF09ADEA9F7340DB1BB906D7D6C2BA9E /* REAFunctionNode.h */, - 2F28D4D3F3D8943317DB46F355DB2220 /* REAFunctionNode.m */, - AEE5C8311396FF92EE08B3CE1A731314 /* REAJSCallNode.h */, - 29BBF634BD7911C5A0A4EF0B465BCF31 /* REAJSCallNode.m */, - 2944F8FD8DD98A3F6DAC616A45EFFB44 /* REANode.h */, - 88201CBECDD0934923BFE668BC6A11D7 /* REANode.m */, - 43FE55F1B0D9165A56E7FC49111C772D /* REAOperatorNode.h */, - DAE7E2BABC7879C5D9AFE432EF097569 /* REAOperatorNode.m */, - B31E8CACE84DC55C19E5AAE6FA38CC78 /* REAParamNode.h */, - EE427177AD75D01D5E7B5160A6CC7ED2 /* REAParamNode.m */, - 311E903AB266F88A48EFB9B4AC19AA7F /* REAPropsNode.h */, - DF645CB5451C84733660BB79C9FE2153 /* REAPropsNode.m */, - 683FC744AAEA5CC4585354728561C685 /* REASetNode.h */, - 5BA635C89BBD91B13AAF3751ED52A8A5 /* REASetNode.m */, - A4AC1C7524D0753E868EDA712FAD75A7 /* REAStyleNode.h */, - 5124A71B9959609807270C74C521EBDC /* REAStyleNode.m */, - 4AC4157AF12D76A5931613FD14A2FEDB /* REATransformNode.h */, - A5EC695806073286F0F784518C4E054C /* REATransformNode.m */, - 56D3A2B8351A5CC262A5B77FF78ACB21 /* REAValueNode.h */, - 6372E20D74885C506A7039DA9E1E92B5 /* REAValueNode.m */, + CF1408CF629C7361332E53B88F7BD30C = { + isa = PBXGroup; + children = ( + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, + 4C967A231944A988779E890E8F36F490 /* Development Pods */, + D89477F20FB1DE18A04690586D7808C4 /* Frameworks */, + 8BD73C731960B082C86AB1D8D4E7BC8B /* Pods */, + 953F339B4E7AFC99F859A3901749AEA6 /* Products */, + A5ADA69422B84A7580C82CAA5A9168D1 /* Targets Support Files */, ); - name = Nodes; - path = ios/Nodes; sourceTree = ""; }; - D38970B99893F0F5EFA1B3937ACFEDB8 /* Support Files */ = { + CF1A79E23644FCFF125EEF41664C902E /* VirtualText */ = { isa = PBXGroup; children = ( - D819E5A0AA43744CCC765B8DF944EA08 /* RNImageCropPicker.xcconfig */, - 91D05310B7FDA459B22F5746EBD8B9F4 /* RNImageCropPicker-dummy.m */, - D63C54C3D7BBC8737124F871982FBC76 /* RNImageCropPicker-prefix.pch */, + 25F7CC0BD291AA54BEAAA2F3F9C608CA /* RCTVirtualTextShadowView.h */, + CCD362B6E39B148604D92F8F930FB6F7 /* RCTVirtualTextViewManager.h */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNImageCropPicker"; + name = VirtualText; + path = Libraries/Text/VirtualText; sourceTree = ""; }; - D3A37211E2B21BE30AF46FD504AE2029 /* Support Files */ = { + D0273CA4111C5C7910226AD37D026FE3 /* fabric */ = { isa = PBXGroup; children = ( - FE89443442EC17AB3E5B0812E2DB873C /* react-native-jitsi-meet.xcconfig */, - 2CA9749D964D0660A6EC2BB114A0738D /* react-native-jitsi-meet-dummy.m */, - 865680AE7D0D81226BDE556B6B400A0A /* react-native-jitsi-meet-prefix.pch */, + 6EE74BB0BD888293ECC0E4B3D8411DD8 /* crashlytics */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-jitsi-meet"; + name = fabric; + path = RNFirebase/fabric; sourceTree = ""; }; - D4D3DB278036B460122D7AD158BD3736 /* Pod */ = { + D16FA2B1168F5B64671295831912A54F /* instanceid */ = { isa = PBXGroup; children = ( - DA6D2458F2B0B1E631E9BFC913E01468 /* FBLazyVector.podspec */, + 5DAF9642653E02497FE3FBC8AFFE44BA /* RNFirebaseInstanceId.h */, + CFF97BB1B23AE439E3DFEF3C4BC94F3C /* RNFirebaseInstanceId.m */, ); - name = Pod; + name = instanceid; + path = RNFirebase/instanceid; sourceTree = ""; }; - D4DC8DFB469C6AA69C5780A489695DC4 /* react-native-cameraroll */ = { + D4D48E9B96EAC77D513F086C3777957D /* Support Files */ = { isa = PBXGroup; children = ( - 268221F035874F9F853B1E7F784BBDF4 /* RNCAssetsLibraryRequestHandler.h */, - B9EA8B9528242AA4B453A477F337EFB2 /* RNCAssetsLibraryRequestHandler.m */, - C35B62E96CB1F6CF84146C86FCAAED2C /* RNCCameraRollManager.h */, - 4DB7B6C14365385426771BAD32DDDBBA /* RNCCameraRollManager.m */, - 956319FB343C2E548AF9E76C17329D08 /* Pod */, - FE39618C468A8902649777FB07283B94 /* Support Files */, + F864485EA92C114D2D9849292C5C0D37 /* EXFileSystem.xcconfig */, + A2511BC771C44E321061EAA907EA4251 /* EXFileSystem-dummy.m */, + E8CDD204C006A80E261D092B94C24CAD /* EXFileSystem-prefix.pch */, ); - name = "react-native-cameraroll"; - path = "../../node_modules/@react-native-community/cameraroll"; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXFileSystem"; sourceTree = ""; }; D5418C0ADBC20C221DAC2565748BB25B /* Resources */ = { @@ -11438,23 +11397,38 @@ name = Resources; sourceTree = ""; }; - D65020462E80F6EE4E59BB5F627FB3A6 /* Pod */ = { + D5FED1CF8D0E153C18D09163076859B5 /* Services */ = { isa = PBXGroup; children = ( - 7987143BC8816F168E481440F75DCA6B /* LICENSE */, - 353062A3AFE312B00B834B7FE52636BF /* README.md */, - E9245B5E5E4D86A09D567E87674513A0 /* RNGestureHandler.podspec */, + 7E5F2BBDC30B736DA9977218A939DDFB /* UMReactFontManager.h */, + 4B9B972F02A83FB9C39C6328995BB239 /* UMReactFontManager.m */, + CDA954971585B6CFE05891C634FF3001 /* UMReactLogHandler.h */, + 08DC37D3505FE5A8B659B330618DECCE /* UMReactLogHandler.m */, + 790ACF3BCF8B68EFC80A6F46766C9E1E /* UMReactNativeAdapter.h */, + 1DAAAA5F8FB02B8D05E702CE1B45D869 /* UMReactNativeAdapter.m */, + 0E903095AA4C5BF2F8364395411E7F22 /* UMReactNativeEventEmitter.h */, + 96100409289FE290A0F3FAE38FB256BA /* UMReactNativeEventEmitter.m */, ); - name = Pod; + name = Services; + path = UMReactNativeAdapter/Services; sourceTree = ""; }; - D66C0944E6ED3EEEDEDF07B50024E3C3 /* KSCrash */ = { + D6AF5CDFE3D2A752498B6676B14AC0C4 /* RNFastImage */ = { isa = PBXGroup; children = ( - F82FB431120A2CA63888CD3573C0F4B3 /* Source */, + A0C40F92F4FF6539ED62ABE2B914D3EB /* FFFastImageSource.h */, + F56F89625EED968C185E2591B64915F9 /* FFFastImageSource.m */, + C6E5CD8A4CD5B4D1FC8BE598612D1A93 /* FFFastImageView.h */, + FDDF5D986D82EAAC84FB1A9444F7A91D /* FFFastImageView.m */, + AAD48B7D2D97595523BFAB5B4A9CEC9B /* FFFastImageViewManager.h */, + A4A4049922676E70F3C6EA2CC53E8DEA /* FFFastImageViewManager.m */, + C23EEE8E9BC09CE874A96F03F381652B /* RCTConvert+FFFastImage.h */, + 162EC4CF46C136C30582255C6E470113 /* RCTConvert+FFFastImage.m */, + 888A279B93463661589EA94AED056520 /* Pod */, + C8F11AAAA96B9CC068B94877A8E123C2 /* Support Files */, ); - name = KSCrash; - path = KSCrash; + name = RNFastImage; + path = "../../node_modules/react-native-fast-image"; sourceTree = ""; }; D6B26720AF819709D47D41A20C29FE79 /* boost-for-react-native */ = { @@ -11466,6 +11440,20 @@ path = "boost-for-react-native"; sourceTree = ""; }; + D7186AA465084043114A558B4719ACC7 /* SurfaceHostingView */ = { + isa = PBXGroup; + children = ( + 87FAB9B3921C5491324C57EE24980194 /* RCTSurfaceHostingProxyRootView.h */, + 423EC0E5AC07AD813B539BE319DF7233 /* RCTSurfaceHostingProxyRootView.mm */, + 9FB7A012CD9E9C0D05D6C8C57BF389D3 /* RCTSurfaceHostingView.h */, + 6D615220F2C7CA1A6A445579FCB0CE5C /* RCTSurfaceHostingView.mm */, + 4728BB5D04C3FFB9A42F1273943CB58B /* RCTSurfaceSizeMeasureMode.h */, + 6A6D4FD132E7316535FDBC3FA0C2CCCC /* RCTSurfaceSizeMeasureMode.mm */, + ); + name = SurfaceHostingView; + path = SurfaceHostingView; + sourceTree = ""; + }; D82BB9E997281D822BF99905DA93B2F4 /* Firebase */ = { isa = PBXGroup; children = ( @@ -11493,16 +11481,16 @@ name = demux; sourceTree = ""; }; - D8B39A46C0D3B022094C847FE820E4D2 /* RNUserDefaults */ = { + D938C45C82EA8E9B617021C5EE67C13D /* RNBootSplash */ = { isa = PBXGroup; children = ( - D5A75DD613220BFE27918D968044E48E /* RNUserDefaults.h */, - 213770343AE98C8AAB8DF517E5F3B0D1 /* RNUserDefaults.m */, - DAE200D5BF85FFAD7B5364016DB3C255 /* Pod */, - 2E83E0B2E369E81E0020405ED3254BCA /* Support Files */, + EB4E9C9AF7D57A9A1B0EF6D1FFB2C377 /* RNBootSplash.h */, + 57670125CA1E6017AE33FD9BCD08ADBC /* RNBootSplash.m */, + E9525F3F88FDA92827B0DD4B5CE7E803 /* Pod */, + 67E541B2270DED38A161E108BD7B1D45 /* Support Files */, ); - name = RNUserDefaults; - path = "../../node_modules/rn-user-defaults"; + name = RNBootSplash; + path = "../../node_modules/react-native-bootsplash"; sourceTree = ""; }; D95A25CE349BA20A7F6E6D9406B2D502 /* Resources */ = { @@ -11513,24 +11501,16 @@ name = Resources; sourceTree = ""; }; - DA65D4615D17BA8DCA40469E9B216875 /* functions */ = { - isa = PBXGroup; - children = ( - EFCA9FCA0CFD1A5C5A7F1497C3E224A4 /* RNFirebaseFunctions.h */, - B294544F6F1732E2AB99624E8E1A02C4 /* RNFirebaseFunctions.m */, - ); - name = functions; - path = RNFirebase/functions; - sourceTree = ""; - }; - DAE200D5BF85FFAD7B5364016DB3C255 /* Pod */ = { + DADB2FA37430407EE3A8BDE1D953DBFA /* UMFileSystemInterface */ = { isa = PBXGroup; children = ( - 054292323642FE11ABA159F06B04F67B /* LICENSE */, - 17B8F9A5CD916AFF017F03D0B58D705C /* README.md */, - 7D8DC56410E5BEF44835C88D61C76EB6 /* RNUserDefaults.podspec */, + 1A1285555A3587124C4DDBE046F5F2D5 /* UMFilePermissionModuleInterface.h */, + 78123378048A3D13658C51C48001E983 /* UMFileSystemInterface.h */, + 19D611FF406673133EA9F0113EE7DBD6 /* Pod */, + C4725DB7995C9A3FA5253B7DBA0B2DB8 /* Support Files */, ); - name = Pod; + name = UMFileSystemInterface; + path = "../../node_modules/unimodules-file-system-interface/ios"; sourceTree = ""; }; DB280F7CD7B89AAE2941A99FFBF8DD79 /* Support Files */ = { @@ -11542,141 +11522,86 @@ path = "../Target Support Files/Fabric"; sourceTree = ""; }; - DC49EC89736FEFC41C816E3FEA509BA0 /* Pod */ = { - isa = PBXGroup; - children = ( - 92C34464DF49188A61D8EF357F69218F /* android_date.png */, - 1A5F77B36C55D6D7AE6B8BA3989A518B /* android_time.png */, - 77F3C06757EAA6EE2C0CE7AB7D1B7CE8 /* ios_date.png */, - E2DDEACF30C7A9A12605ED2AD5D59A32 /* ios_time.png */, - 3920A9A3F269D45CD0AA76EC7115D2DC /* LICENSE.md */, - E700975F8853BD85D1AFF86690B68F7E /* README.md */, - 93ABDA1ECF9B8E7156F5DB8FC6B6515D /* RNDateTimePicker.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - DC4F289863EBCB22685CDAFA10AB0688 /* internal */ = { - isa = PBXGroup; - children = ( - C28972CB23BE10EBE6758B47E625461A /* experiments.cpp */, - ADAF44CCCDE16D4247AF317E9245C25D /* experiments.h */, - 9773868810945B365745B26EA5B256F1 /* experiments-inl.h */, - ); - name = internal; - path = yoga/internal; - sourceTree = ""; - }; - DCB685EE3D32625E74C1BEA1FD8ABA00 /* LNInterpolation */ = { - isa = PBXGroup; - children = ( - 1FCA0A141ADD27ABD3C523D23FB6576A /* Color+Interpolation.h */, - A086E13D995DB17D30B6558FB987A265 /* Color+Interpolation.m */, - F314944C00BE6B09E422BAE76B3F1334 /* LNAnimator.h */, - 343C5F749E16A3765E62F2A74C2F50F0 /* LNAnimator.m */, - 723B88A4CAB00299DDE80C2E7BFE4B8F /* LNInterpolable.h */, - 11D6BBF053D543F7E540ED8C92265DBB /* LNInterpolable.m */, - B39EE0EF27689B02A6811C6D712DE93D /* LNInterpolation.h */, - ED039CC8E2D258B12AACF3BAA94BBDD5 /* NSValue+Interpolation.h */, - ); - name = LNInterpolation; - path = lib/ios/LNInterpolation; - sourceTree = ""; - }; - DD3EA029EC7383CA893EF3CB97B68F59 /* Pods-RocketChatRN */ = { - isa = PBXGroup; - children = ( - 343CB5CAE5DB1DC31FE3E8AA6F13485D /* Pods-RocketChatRN-acknowledgements.markdown */, - 82BA2E6A5BD7AF8E90A46BA46468DB13 /* Pods-RocketChatRN-acknowledgements.plist */, - 9A03EB9B87FF49512AC6907C1B9AA221 /* Pods-RocketChatRN-dummy.m */, - FA2193D233F784FDA8D14E5ED56629C0 /* Pods-RocketChatRN-frameworks.sh */, - 6A9B97E8CE94081CD64AB0B4FC540CC4 /* Pods-RocketChatRN-resources.sh */, - B5D32CE02F68EE345F9101FFAF7E3476 /* Pods-RocketChatRN.debug.xcconfig */, - A9916A69A97251C8AA9535F6F70AE9DB /* Pods-RocketChatRN.release.xcconfig */, - ); - name = "Pods-RocketChatRN"; - path = "Target Support Files/Pods-RocketChatRN"; - sourceTree = ""; - }; - DDDE884563E34B92476F1EA9C56FD899 /* Support Files */ = { + DB69435384378DE289AFF9AB4D220F08 /* Support Files */ = { isa = PBXGroup; children = ( - 982A8DF71C07BCCAE7B7645DFE00F523 /* EXConstants.xcconfig */, - E267F41959D4E2BCC08E452C2D817B76 /* EXConstants-dummy.m */, - CD27B1F3A3CC35BBCD1942272F0AC340 /* EXConstants-prefix.pch */, + E81970828E92A3182AA768444B8BA6A2 /* Yoga.xcconfig */, + 502DE54EBFE56A7C91369E29E2ABC6D6 /* Yoga-dummy.m */, + 176C74394801B5B1EC4D1574E532F233 /* Yoga-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXConstants"; + path = "../../../../ios/Pods/Target Support Files/Yoga"; sourceTree = ""; }; - DE046E8ADECF535D4C123AFF7549D5C5 /* EXAppLoaderProvider */ = { + DC1827021F76C9872244B03823E0E691 /* Support Files */ = { isa = PBXGroup; children = ( - CD57EBE72AB3A63AEA0F4E967081BEB7 /* EXAppLoaderProvider.h */, - 5230BD3E3A0F8047A7D45E0D1CF56CF8 /* EXAppLoaderProvider.m */, - 6DB79FC6826507DC6FFC8D48F763CA1D /* Interfaces */, - 29894B1C683AB87264702A8084C978C3 /* Pod */, - 00E01377C52F52B9C8E7F3B9A67812CE /* Support Files */, + C621B9C91DFC3AC95A602152374F1F18 /* UMFontInterface.xcconfig */, ); - name = EXAppLoaderProvider; - path = "../../node_modules/expo-app-loader-provider/ios"; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMFontInterface"; sourceTree = ""; }; - DE4190BAA6DEE3A98E1E9D86D6728FA6 /* Pod */ = { + DCB2F816E17F6A616B9BF2902ACA7BA3 /* UMModuleRegistry */ = { isa = PBXGroup; children = ( - 01D908E1D8B10CC726356C6CBA99FC2D /* LICENSE */, - A3EF2145F241278055A25A777D4BA8CF /* README.md */, - 1CC4FF1D730AA515C33188B504D1C67F /* RNVectorIcons.podspec */, + FA96A56A58A74763976C063C6445660E /* UMModuleRegistry.h */, + 307016C51C55E3847A5DC9C3EED1B3E0 /* UMModuleRegistry.m */, + 55ABB3885D7BB516CB39EE66F5B334B6 /* UMModuleRegistryDelegate.h */, ); - name = Pod; + name = UMModuleRegistry; + path = UMCore/UMModuleRegistry; sourceTree = ""; }; - DEB5644C1B54492EC711E8B73255C063 /* Pod */ = { + DD3E92D775DFFCB73EEAE5842C177C91 /* Pod */ = { isa = PBXGroup; children = ( - 12E77AA9AFFB6520D1CFEB0C71E7C2E4 /* UMCore.podspec */, + 38C51962B1270E1C6262D46DE50EAD1F /* android_date.png */, + FA9174A1CA1D786194A7B49BD2568E57 /* android_time.png */, + 04F3BD257710E7A9B34A01ADD7CC1583 /* ios_date.png */, + 8E27717EA2110B65E72D67C856BF4EAD /* ios_time.png */, + FC3C1E7E8700C721C8DD42D601FC49CE /* LICENSE.md */, + 9909DF2F3D61B64F6534BD4F3B98A7C8 /* README.md */, + 7D7A1D287D3A72046B0613D155243461 /* RNDateTimePicker.podspec */, ); name = Pod; sourceTree = ""; }; - DF28DED824ED07117DD06C364E1E36E7 /* UMFontInterface */ = { + DD3EA029EC7383CA893EF3CB97B68F59 /* Pods-RocketChatRN */ = { isa = PBXGroup; children = ( - B6231CB8E675EB759DC294F021B4EE14 /* UMFontManagerInterface.h */, - 64856C5699DC3C8775286922F9E37B4D /* UMFontProcessorInterface.h */, - B172A83C57FE580C944BD123D577345E /* UMFontScalerInterface.h */, - C376824BD4234BE12A57FBF73B41AEFC /* UMFontScalersManagerInterface.h */, - 9BB58BF7B016AAD79A76E2465296CB42 /* Pod */, - A8A63CF2CB40B65FF195415DAF401B7C /* Support Files */, + 343CB5CAE5DB1DC31FE3E8AA6F13485D /* Pods-RocketChatRN-acknowledgements.markdown */, + 82BA2E6A5BD7AF8E90A46BA46468DB13 /* Pods-RocketChatRN-acknowledgements.plist */, + 9A03EB9B87FF49512AC6907C1B9AA221 /* Pods-RocketChatRN-dummy.m */, + FA2193D233F784FDA8D14E5ED56629C0 /* Pods-RocketChatRN-frameworks.sh */, + 6A9B97E8CE94081CD64AB0B4FC540CC4 /* Pods-RocketChatRN-resources.sh */, + B5D32CE02F68EE345F9101FFAF7E3476 /* Pods-RocketChatRN.debug.xcconfig */, + A9916A69A97251C8AA9535F6F70AE9DB /* Pods-RocketChatRN.release.xcconfig */, ); - name = UMFontInterface; - path = "../../node_modules/unimodules-font-interface/ios"; + name = "Pods-RocketChatRN"; + path = "Target Support Files/Pods-RocketChatRN"; sourceTree = ""; }; - DF3F80C167AC9A97192A91E4176FFC20 /* Support Files */ = { + DE5FCEE8D510BB5A2787AB7B3B10044C /* EXHaptics */ = { isa = PBXGroup; children = ( - 474448FEF0F945EE3EE8C4EDBCAC90BC /* RNDateTimePicker.xcconfig */, - EB9E09F7DBB216798A751F44ABEF3648 /* RNDateTimePicker-dummy.m */, - 8AABD05450802148E6D4E459183DA08F /* RNDateTimePicker-prefix.pch */, + 39EAB7480CFB712BA6CFDDE04FCDD1BD /* EXHapticsModule.h */, + 4D715A8548772EB114AB26449BDA4C71 /* EXHapticsModule.m */, + B48188539489DB82318B3BE3AF47EF42 /* Pod */, + 25090587E4D53F6C76AE7B33CF4AC0DC /* Support Files */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNDateTimePicker"; + name = EXHaptics; + path = "../../node_modules/expo-haptics/ios"; sourceTree = ""; }; - DF4DB0198AF0BBB3E2B271B9FC81A0CD /* React-jsiexecutor */ = { + DEF2B919A2FCD8C99D8762893C54EBD4 /* converters */ = { isa = PBXGroup; children = ( - 1850CFFC39379B889F6CC5008E75C942 /* JSIExecutor.cpp */, - BA25C03D8346FC39A3B36B4BCB61E952 /* JSIExecutor.h */, - FA9F30C56E3D91E8E7A46E590973ED6C /* JSINativeModules.cpp */, - 24B479A5347E6CE6A9645129EA6A7159 /* JSINativeModules.h */, - 3C06E6106F9820180300C909B8F51B5D /* Pod */, - 24D5554B760ACD07C9B2186588B9A66B /* Support Files */, + F3AD8348FC39C7081E15336B1910AB48 /* RCTConvert+UIBackgroundFetchResult.h */, + 41E53384E5C027561E1AD8D5125E873A /* RCTConvert+UIBackgroundFetchResult.m */, ); - name = "React-jsiexecutor"; - path = "../../node_modules/react-native/ReactCommon/jsiexecutor"; + name = converters; + path = RNFirebase/converters; sourceTree = ""; }; E0D54EEA34BCC38CB041C7EA534F04FC /* SDWebImage */ = { @@ -11689,24 +11614,36 @@ path = SDWebImage; sourceTree = ""; }; - E2B2F60233F47F8EDC6D749D77E61272 /* React-RCTActionSheet */ = { + E14C6D30E65F45DC62389083EA382D06 /* CxxUtils */ = { isa = PBXGroup; children = ( - 6E0710505B28D48508BF15A39FC2F659 /* RCTActionSheetManager.m */, - 9167D0B09ABBAF341E56707BB6B14495 /* Pod */, - 64FFF11AF8DCBC4D472D9DA2A15211B4 /* Support Files */, + 170D036004394EE672A8455FE08C3DE0 /* RCTFollyConvert.h */, + 1568D0F0FE7DAB0A5E0AFEE2529674D2 /* RCTFollyConvert.mm */, ); - name = "React-RCTActionSheet"; - path = "../../node_modules/react-native/Libraries/ActionSheetIOS"; + name = CxxUtils; + path = React/CxxUtils; sourceTree = ""; }; - E308FA8CBBCA7C131FE0083394428323 /* Support Files */ = { + E1F69EE14282520ED77F63A538344A48 /* Support Files */ = { isa = PBXGroup; children = ( - D72B88AAF546BDEE9C43758D79D2D6D4 /* UMImageLoaderInterface.xcconfig */, + D2D2CC61D069AF2835D136FF76F76DBD /* react-native-video.xcconfig */, + 4CAF385925DDFD79AA69EFCDABBA7549 /* react-native-video-dummy.m */, + 2191958AAC8997818B01CEC6D5CF61E6 /* react-native-video-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMImageLoaderInterface"; + path = "../../ios/Pods/Target Support Files/react-native-video"; + sourceTree = ""; + }; + E2F854AB403D2690BC0A89BCAE10AEA2 /* Support Files */ = { + isa = PBXGroup; + children = ( + 57E1D86219A443E8E0586479D79745B5 /* React-RCTAnimation.xcconfig */, + 9CE4BD53FC79A0904B5EA630ECE7E831 /* React-RCTAnimation-dummy.m */, + CCD7AE6E3B5B61B04EB51A9D61F87759 /* React-RCTAnimation-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTAnimation"; sourceTree = ""; }; E310CC949E29DA121F164F804E4B5C33 /* Core */ = { @@ -11841,38 +11778,34 @@ name = Frameworks; sourceTree = ""; }; - E3BCD663FDBC63775611F8DD3E615BD2 /* Support Files */ = { + E5F7703AD4A75916A2AAFBF7818D270B /* Pod */ = { isa = PBXGroup; children = ( - 906AE7707BBFDCDC9C23789A1BCC7234 /* RNReanimated.xcconfig */, - E86413D607A01813B804BA192024B029 /* RNReanimated-dummy.m */, - 32206580ED5589AB53C06578EA3E6DCC /* RNReanimated-prefix.pch */, + 7CB6451DCC3B8A5621A65AC4F94C94F7 /* React-cxxreact.podspec */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNReanimated"; + name = Pod; sourceTree = ""; }; - E60E2A3155025C2CA6A1D749A142BDB3 /* Pod */ = { + E63A85B3E233A7A071605F95601CD1E5 /* React-jsiexecutor */ = { isa = PBXGroup; children = ( - 1C6F71948B518036363AC19461CCF7BE /* React-CoreModules.podspec */, + 59C23EC8D39BCFD1C5997FEFD598BE2D /* JSIExecutor.cpp */, + F21F125D2A98B8A114D0E531007DF739 /* JSIExecutor.h */, + E12CA5E22CEE8C904794294C3518BB8E /* JSINativeModules.cpp */, + 92F2B29E03BA3539E7D69EC3CD41ECD5 /* JSINativeModules.h */, + F1576EE946E8A8AB55D28DB45E79DC06 /* Pod */, + 3FE2BDAF5B4A52282889542552BCE46C /* Support Files */, ); - name = Pod; + name = "React-jsiexecutor"; + path = "../../node_modules/react-native/ReactCommon/jsiexecutor"; sourceTree = ""; }; - E62D1097C2E995B4BC26D1D08480182F /* Video */ = { + E63AC5064A0F85C06C923264BD85C8D2 /* Pod */ = { isa = PBXGroup; children = ( - C29689FB804AE7B71F149CD28F78EA8A /* EXVideoManager.h */, - D49F0EFB39B19BD09517946BA3251E7E /* EXVideoManager.m */, - DAA3196A7558E62E1BA00CC84EA2BF40 /* EXVideoPlayerViewController.h */, - 2D39B25C972AFEF60588CA5EBDE4DE61 /* EXVideoPlayerViewController.m */, - F08787B17693E4ABEC946BDF2D39BDF5 /* EXVideoPlayerViewControllerDelegate.h */, - 57DD7A68CAE989C83B0012BE162E2A24 /* EXVideoView.h */, - 82D098BAF796AD84A72CEC69862AABB8 /* EXVideoView.m */, + 9A19FEC5D2380C2F5A5ACA02ED8F7DAC /* react-native-slider.podspec */, ); - name = Video; - path = EXAV/Video; + name = Pod; sourceTree = ""; }; E6B3B3FF664018E95F20792453167FBB /* Environment */ = { @@ -11884,88 +11817,134 @@ name = Environment; sourceTree = ""; }; - E6C45F36C1871699561E2D2B810AD315 /* ViewManagers */ = { - isa = PBXGroup; - children = ( - 27956594B5865746D9D106DAA231157A /* ARTGroupManager.h */, - D3A3B488557565118EC138E8B533944B /* ARTGroupManager.m */, - 05451E914B53EF1655AC2ED22B068CF0 /* ARTNodeManager.h */, - FB396762A9674F1C5B2410378C25E4BA /* ARTNodeManager.m */, - A836F772DFE49877A0D58D0D351AD4D7 /* ARTRenderableManager.h */, - 6CDEB1AD748B5E1EE21DDD075ED523A1 /* ARTRenderableManager.m */, - 29E29CE1DC026A19D4C6A0AFDB460E31 /* ARTShapeManager.h */, - F800BD2C4A4F294A3BDAC5EB53F37B43 /* ARTShapeManager.m */, - 2C72A3D5F6D88608C76DFDFFABB74EF8 /* ARTSurfaceViewManager.h */, - 0E31F1983D3D558FEAA109894B20BA5A /* ARTSurfaceViewManager.m */, - 0AF7D6F19831A2EAC34848A9705C9715 /* ARTTextManager.h */, - 63A705AE48A30AD67EFDE388273D1B3C /* ARTTextManager.m */, - ); - name = ViewManagers; - path = ios/ViewManagers; - sourceTree = ""; - }; - E79A4DF913F15F0B0C0C88FD52F8F80A /* CoreModulesHeaders */ = { - isa = PBXGroup; - children = ( - 45051CFF111C12067E5274086D1AD8C4 /* CoreModulesPlugins.h */, - 0A75E4C172CDB1EE77C504C1284D4CA1 /* RCTExceptionsManager.h */, - 882E15C3C47E299053A64CAC0A68372B /* RCTImageEditingManager.h */, - E855C116680FF9FB16990497C8F510F1 /* RCTImageLoader.h */, - FC35E952ED4A537722292F258BB37F68 /* RCTImageStoreManager.h */, - 8C74F3901CA317FFB3564E42E3A0BA50 /* RCTPlatform.h */, - ); - name = CoreModulesHeaders; - sourceTree = ""; - }; - E7EDA7BD00EFC92ED14C7C79AB66F33F /* Support Files */ = { + E71F2EFD79F19EA41D63753136E70D83 /* Core */ = { isa = PBXGroup; children = ( - 7D5E4B14E4C0207640F68130035D7A01 /* React.xcconfig */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/React"; + name = Core; sourceTree = ""; }; - E895E9D6F74044A2D72A6F7E43860075 /* Pod */ = { + E9525F3F88FDA92827B0DD4B5CE7E803 /* Pod */ = { isa = PBXGroup; children = ( - CB254A7CB1178C037AFCD27A4DED22A8 /* LICENSE */, - 24C136296458C68467209769F81C270E /* react-native-keyboard-tracking-view.podspec */, - 97C1A3D5C787291879E922A315558269 /* README.md */, + 4CE495528822F77E170F16247C4510F8 /* LICENSE */, + B42DC3124D995D3EADE592628FFE2AF5 /* README.md */, + 9C29D198BFE738821BC12339D78EF51A /* RNBootSplash.podspec */, ); name = Pod; sourceTree = ""; }; - E9929E8DF5DA35D35EC24B6C7F7B13D9 /* ReactCommon */ = { + EA9D6231C38F47CC00BE0D0001003491 /* Support Files */ = { isa = PBXGroup; children = ( - 52BF1DCAC81CBC11E518816E431F945C /* jscallinvoker */, - 47BE8EACC41F288EF200D9F6B6EE3A50 /* Support Files */, - 65045770EAD7CCAF8352A6B400E3CA7F /* turbomodule */, + 7FC79DE0AA004618BCBB2301018AE197 /* react-native-document-picker.xcconfig */, + 58CCA17253B258AAA58D8278A85961FB /* react-native-document-picker-dummy.m */, + C6325EA1ED129E8B4C729935F3A1F677 /* react-native-document-picker-prefix.pch */, ); - name = ReactCommon; - path = "../../node_modules/react-native/ReactCommon"; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-document-picker"; sourceTree = ""; }; - EAB512351C613587A2EC0C0D60E79F57 /* BaseText */ = { + EAA65E880B997E2392F154F5B31FE4D0 /* React-RCTAnimation */ = { isa = PBXGroup; children = ( - 4B120458315902FA759D8D59CB2C5B22 /* RCTBaseTextShadowView.h */, - 98AFA6E59257431A9AA02DDFC5621569 /* RCTBaseTextViewManager.h */, + 05E76D2E8751CC8A5CB45D931425BC8B /* RCTAnimationUtils.m */, + 065818D11131F7BE19E2CDB0883C128F /* RCTNativeAnimatedModule.m */, + F77E200A857AB3875CCABF438E29412B /* RCTNativeAnimatedNodesManager.m */, + EF4DE3C8BBC851826027A53721FEB48A /* Drivers */, + 9D3ABC7C47DB5270BCBF507CBC499F69 /* Nodes */, + F7024BD0ACE86E1FD51A5F98449F4B6C /* Pod */, + E2F854AB403D2690BC0A89BCAE10AEA2 /* Support Files */, ); - name = BaseText; - path = Libraries/Text/BaseText; + name = "React-RCTAnimation"; + path = "../../node_modules/react-native/Libraries/NativeAnimation"; sourceTree = ""; }; - EB081BEEA4416F7B40D25D54AC643B11 /* Support Files */ = { - isa = PBXGroup; - children = ( - A750113D5C95734016B6F89633D28693 /* React-RCTNetwork.xcconfig */, - 8DB341FAB1543F13B9E7D22FBCFB2CA9 /* React-RCTNetwork-dummy.m */, - A555E1DEE8F57BEB61A46B7794BEB7AB /* React-RCTNetwork-prefix.pch */, + EAFB22DA9725AE81D359CD5FD5DE8088 /* Views */ = { + isa = PBXGroup; + children = ( + 819ED7A89717A189930F6DD69C542A7F /* RCTActivityIndicatorView.h */, + A1116F7AC7B61965A3129DCD8B6C2395 /* RCTActivityIndicatorView.m */, + 9E600E9B25094F60B94A3FBC40A7A556 /* RCTActivityIndicatorViewManager.h */, + 2F3DBE30EFD3C8F997DD54A2A062CB55 /* RCTActivityIndicatorViewManager.m */, + E47A6FFE9C7443D8368C76C49ECB6614 /* RCTAnimationType.h */, + 3CDD82ECCCB76B28EA6E09B50C8427EA /* RCTAutoInsetsProtocol.h */, + 79BE1473DB26003FD87FC008A45C4706 /* RCTBorderDrawing.h */, + 7CC9925C6DB8029E0AEFD9F9B1B7DA30 /* RCTBorderDrawing.m */, + 73C300B69D71E2858C63C1F2CE59FB98 /* RCTBorderStyle.h */, + C29FF169C56C1D34832AD147FA53C466 /* RCTComponent.h */, + E122C5A65F246B9AED46499AB1CD0475 /* RCTComponentData.h */, + 884C0E30EDE454D9E5310C6F882D0780 /* RCTComponentData.m */, + 6177C1A5E4529646E2D97CDF3E75AAA2 /* RCTConvert+CoreLocation.h */, + 45F4D6C019925600123A35637DD8C49A /* RCTConvert+CoreLocation.m */, + 3E3F0306A215C7DC8F92F4D392715A6D /* RCTConvert+Transform.h */, + 5365BBAF340C235211B4F0C9D7F97BCF /* RCTConvert+Transform.m */, + 1387E3D606DA5609986070384DD35A76 /* RCTDatePicker.h */, + 98FD4D6793A792D2F9F53E53F47B8426 /* RCTDatePicker.m */, + 267F9F2C58C4112C1EFE5A0CC654DB17 /* RCTDatePickerManager.h */, + A567A567EB7A40DD0FA1D2B0A654CBC4 /* RCTDatePickerManager.m */, + F989C56E6092BDE93571211959647ADA /* RCTFont.h */, + 5AD883D989C24D388D96A7BA95D7BEF8 /* RCTFont.mm */, + 27836F1E4442708C28FAD801CCFA043C /* RCTLayout.h */, + D907AEAA7023BAF2E159C20033A607E5 /* RCTLayout.m */, + 65E286CED9A536D789FB23F4FE62CE2B /* RCTMaskedView.h */, + C9040F8A207F52698354008C1A31463D /* RCTMaskedView.m */, + CF1711B27EA62181CFEA7040483E80A8 /* RCTMaskedViewManager.h */, + 8B675E27D17E8DCE6AAC1F10436D1F10 /* RCTMaskedViewManager.m */, + F6E9199498D78ADAAD86983E71F793C8 /* RCTModalHostView.h */, + 22EC76BB9D8CC2602391B531B70E15D7 /* RCTModalHostView.m */, + 6F93275B3D70242640ECF1DB0DC4ED85 /* RCTModalHostViewController.h */, + 85A28289DD176C531B699DBA213438DB /* RCTModalHostViewController.m */, + D02CAE0CB80E111C499B3EBCCEE80A30 /* RCTModalHostViewManager.h */, + 1FE52B8E58D6AC2000D8C3F90FBB1ED6 /* RCTModalHostViewManager.m */, + 5880FA2C252F6F2A368456FD88CFB484 /* RCTModalManager.h */, + 2B74F6A9A98A8D6413C5365C1042C909 /* RCTModalManager.m */, + 743DD3B552A0D614F21550D03982F357 /* RCTPicker.h */, + BE49BDDC5256188420CF6CE58A5D73BA /* RCTPicker.m */, + B78318B7E111EF265747762B88A66CB9 /* RCTPickerManager.h */, + 4E78E2ABBAF3FAB4493B95B39B5D762E /* RCTPickerManager.m */, + 47F861B6A64944DDAF67F7DEA408596E /* RCTPointerEvents.h */, + AA0E28EF6788ECC06A71AFB63E5B998E /* RCTProgressViewManager.h */, + 49D5DFC894A9B35AFB0DF8584850B0F4 /* RCTProgressViewManager.m */, + 4C50F2C8914541CEC01075A9E56C4CDF /* RCTRefreshControl.h */, + 68D3E14209F3E55EBE2D44F7F56714C0 /* RCTRefreshControl.m */, + E66B8AF59BEFD0DDB0BF79EC8E7F8418 /* RCTRefreshControlManager.h */, + 4500A1D254D7968136D42F37F9A9BD8F /* RCTRefreshControlManager.m */, + 1C4AD59BB444A835C034ED867E04EA79 /* RCTRootShadowView.h */, + 07E3E17E1559CF3C870EFDE05B313433 /* RCTRootShadowView.m */, + 13BFFC9DD90CC800ADE231AD62738E2F /* RCTSegmentedControl.h */, + 2B3445B310DEC6AD1FF14472412EEDBA /* RCTSegmentedControl.m */, + C2FD7CCA4CD739EF855A3FA01BE50856 /* RCTSegmentedControlManager.h */, + B44F94E7C34A7CD76455440BA3B2A22B /* RCTSegmentedControlManager.m */, + 294CB3D252014A18DD4A3A73D6B0EAAC /* RCTShadowView.h */, + FA902CAF73B34A3BC1E327466D491E18 /* RCTShadowView.m */, + 33A8A171BE00A32E90026078C9B48E14 /* RCTShadowView+Internal.h */, + D92916A1F5CC988E841056E57F2D1522 /* RCTShadowView+Internal.m */, + B83931921453AB8BA605C8E5775EA1BF /* RCTShadowView+Layout.h */, + BED02380A25F8C65310543E6B22AD7A1 /* RCTShadowView+Layout.m */, + DFC21712ABC4DE12D996AFC506946DEB /* RCTSlider.h */, + E7230E5C1D63B4FB4A8716528AA7389F /* RCTSlider.m */, + F74518FD5ADB45FACF4118E327D706B3 /* RCTSliderManager.h */, + 00E5084245D9852128183D80996CAF3D /* RCTSliderManager.m */, + 419D799E410EAB26D8F84F4FEDDFDD9C /* RCTSwitch.h */, + A69379B3BBF5F21F7D7CD7379254CFE6 /* RCTSwitch.m */, + BD767BDB2042ED8FFB465A834C32086F /* RCTSwitchManager.h */, + 0131A5031D38180010934D5BAB08CF13 /* RCTSwitchManager.m */, + F6D13961482DD2EE8A258762BDEBB52D /* RCTTextDecorationLineType.h */, + F16F1972B3EFD75A15A4D54340C942AE /* RCTView.h */, + EA17EDBFD19E2FA9E7FF4268AF03FA22 /* RCTView.m */, + 9BD7A4517BF965E751F0D81876FD47E4 /* RCTViewManager.h */, + 7E89B3A68781A28F23467774369C8250 /* RCTViewManager.m */, + 86094AF1B50170B4823148357D6E087F /* RCTWrapperViewController.h */, + DF469F7000789772C8FBD8612C31FD70 /* RCTWrapperViewController.m */, + 09B861E5E3E13ED01D721C18F94C8C2D /* UIView+Private.h */, + 72EC2B440DDCEB6EFC3F9B963357EE76 /* UIView+React.h */, + B52E17004863DA831F668D623BC49646 /* UIView+React.m */, + 9B11CF0C9BB247595D93A4C0B05D79ED /* SafeAreaView */, + F63853D576873C88389F4E4D5D6F14E1 /* ScrollView */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTNetwork"; + name = Views; + path = React/Views; sourceTree = ""; }; EB22DEDBC24506D9AD1AC5C08F7DBF3F /* GoogleAppMeasurement */ = { @@ -11978,195 +11957,144 @@ path = GoogleAppMeasurement; sourceTree = ""; }; - EBD95EC698E3BBE6B6E7863A142DC565 /* React-RCTLinking */ = { - isa = PBXGroup; - children = ( - 5E86E683042BF472105F52DBCF26CB84 /* RCTLinkingManager.m */, - 5F75B08B044CFAA6B52A18BDF1162CAC /* Pod */, - A32D52B14396A99A08C377F07F45D3B6 /* Support Files */, - ); - name = "React-RCTLinking"; - path = "../../node_modules/react-native/Libraries/LinkingIOS"; - sourceTree = ""; - }; - EEC23530390F9B7A6B500857299912A0 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3DCB6BEB26EC6265B782EFD7D3B218A6 /* SDWebImageWebPCoder.xcconfig */, - 3FA94B333E9C2CF8D949D9141535634B /* SDWebImageWebPCoder-dummy.m */, - FB46E91D8C8617213964623D0EA7A5A7 /* SDWebImageWebPCoder-prefix.pch */, - ); - name = "Support Files"; - path = "../Target Support Files/SDWebImageWebPCoder"; - sourceTree = ""; - }; - EFAF8065AB31B7CC35A23E6AF1ECDF3C /* Support Files */ = { - isa = PBXGroup; - children = ( - 5C8E21CF56ECF5D26E3CEFC6CE23D0B7 /* RCTTypeSafety.xcconfig */, - 20F511A3AE582E93EEC40EF2BDF8F751 /* RCTTypeSafety-dummy.m */, - 8CBC206F357BD657DE665283FF64197E /* RCTTypeSafety-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/RCTTypeSafety"; - sourceTree = ""; - }; - F048F9A065062C84998C2BF93298FE77 /* UMConstantsInterface */ = { + EBE5D54AF7385F1C52E2207435CFAECC /* UMCore */ = { isa = PBXGroup; children = ( - 1273B2075324AA5A35ADD3EEFA93A812 /* UMConstantsInterface.h */, - 1A9D27323BB8BB75F3E1611E4F19AF74 /* Pod */, - 8B634D843C5369F02C7CB8358EA90B69 /* Support Files */, + F235A112A1204647134DE32543CB148C /* UMAppDelegateWrapper.h */, + 8697B74C19B73444C8B931A1DDC13129 /* UMAppDelegateWrapper.m */, + 78D181B77758A8F7D5AEFA7956D9CE83 /* UMDefines.h */, + 614CE8A9FEAFF983335ED7AD0D144B0F /* UMExportedModule.h */, + EE1194579B2F6147D74BE185C8525760 /* UMExportedModule.m */, + 65A5E7801F26514B02F8B543A6E0CEB2 /* UMSingletonModule.h */, + 7FF7FC4282753440CC43A8E04C0F9D93 /* UMSingletonModule.m */, + ABF10FD95B903F9E2A1ABEBFD1AE686C /* UMUtilities.h */, + 62418A1A67D159109F5BA847E564C8FC /* UMUtilities.m */, + DA528EDF3CF0F85FB49565618973B8A1 /* UMViewManager.h */, + A52DBA02565620C7CB43C0C6D06492BA /* UMViewManager.m */, + 57DD9DB84209C6136A22CA0A09958361 /* Pod */, + 80DD07C7F2CF2D11EEC9F993BA0B76CB /* Protocols */, + B5C38561C6D854BD0F77BED465566ED7 /* Services */, + 5FD0AEE258A65CFFD743C2D5510E7666 /* Support Files */, + DCB2F816E17F6A616B9BF2902ACA7BA3 /* UMModuleRegistry */, + AD48C7E8ACF8B164E2D0DE3796CD7280 /* UMModuleRegistryProvider */, ); - name = UMConstantsInterface; - path = "../../node_modules/unimodules-constants-interface/ios"; + name = UMCore; + path = "../../node_modules/@unimodules/core/ios"; sourceTree = ""; }; - F0A826851B17765D44ADE27A7175C68F /* EXAV */ = { + EC580CB29B1AD4F6A1341A5D27FEC6B4 /* Pod */ = { isa = PBXGroup; children = ( - 7DDE9624A5F6DFBCD3AC7DBD6A9CC78B /* EXAudioSessionManager.h */, - C7CF83338819AE52A1BD15DB7641F1F4 /* EXAudioSessionManager.m */, - 8C7F41A208FFDABCB85C479F7BA211CE /* EXAV.h */, - 5CCA785FA99DC148F611B5C6C3AB31C7 /* EXAV.m */, - B7BB986419F0F27DD2299861535F0233 /* EXAVObject.h */, - 287DB838541FFB8DFDDA05910E775D9E /* EXAVPlayerData.h */, - 06CB3D40713972846A122E52966832F4 /* EXAVPlayerData.m */, - AA4F9B228DD356531036037844088F4D /* Pod */, - 0222E9DE073DB5C31121429F6DB9C69D /* Support Files */, - E62D1097C2E995B4BC26D1D08480182F /* Video */, + 74A0E7F5F53EB589B12ACEE830EEE35E /* RCTRequired.podspec */, ); - name = EXAV; - path = "../../node_modules/expo-av/ios"; + name = Pod; sourceTree = ""; }; - F0DB252A12C5687CEEF4DBE350B92171 /* Support Files */ = { + EEC23530390F9B7A6B500857299912A0 /* Support Files */ = { isa = PBXGroup; children = ( - B59D6B83B401C1016A27DA8E04B77A90 /* RNGestureHandler.xcconfig */, - A7500D05C606E958DBFF988E5E4149A7 /* RNGestureHandler-dummy.m */, - D24FDE4ACF6F90FECB2D846EE02C309C /* RNGestureHandler-prefix.pch */, + 3DCB6BEB26EC6265B782EFD7D3B218A6 /* SDWebImageWebPCoder.xcconfig */, + 3FA94B333E9C2CF8D949D9141535634B /* SDWebImageWebPCoder-dummy.m */, + FB46E91D8C8617213964623D0EA7A5A7 /* SDWebImageWebPCoder-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNGestureHandler"; - sourceTree = ""; - }; - F12761497C4EA5A2B050B4D3323BD666 /* RCTImageHeaders */ = { - isa = PBXGroup; - children = ( - 4782FAF03CF4CE401670DF000CE88D06 /* RCTAnimatedImage.h */, - 2EA0BEB0FED817F41CA1741A42E176FC /* RCTGIFImageDecoder.h */, - 2ABD1F3B8151FC79CAA4438F329509DA /* RCTImageBlurUtils.h */, - C1E103292D392F551478DB505253F1E6 /* RCTImageCache.h */, - B3E65BD7F64BBDAAAE6D801F5B393FE3 /* RCTImageDataDecoder.h */, - 868372E35A16798A8ABCDEBFE2E10337 /* RCTImageLoaderProtocol.h */, - 8E71363BC0A5016D99246A78029C7F3B /* RCTImageShadowView.h */, - 091ECAD49A159C22516EAE80A0659275 /* RCTImageURLLoader.h */, - B4CC7A68857E49954F1F3F103C9D61FB /* RCTImageUtils.h */, - D63FA28AF80536ADEEC30404BB221297 /* RCTImageView.h */, - 1940DD790D06E2D31255DB265DFA08AA /* RCTImageViewManager.h */, - 9AA70BAAB2359858A62D84D3C51E3327 /* RCTLocalAssetImageLoader.h */, - E2A96D1F154AEA87D016369A0C3870EF /* RCTResizeMode.h */, - C9ECD84BF7ECC17E8A196720EF82C5CB /* RCTUIImageViewAnimated.h */, - ); - name = RCTImageHeaders; + path = "../Target Support Files/SDWebImageWebPCoder"; sourceTree = ""; }; - F187C7ED4938A8BB32DFAAB748050947 /* VirtualText */ = { + EF1FD462C3ED223FB9247C0E1EE4114A /* Pod */ = { isa = PBXGroup; children = ( - 52E7C9629AAE327315C865F91106C2DA /* RCTVirtualTextShadowView.h */, - 2A6D119C241935EEAA66F92C1D65BDBE /* RCTVirtualTextViewManager.h */, + 3CABD945CD052E156459A72B4B6C85BC /* React-jsinspector.podspec */, ); - name = VirtualText; - path = Libraries/Text/VirtualText; + name = Pod; sourceTree = ""; }; - F1F510A70D1B0EBE73E9415866EE712B /* react-native-document-picker */ = { + EF4DE3C8BBC851826027A53721FEB48A /* Drivers */ = { isa = PBXGroup; children = ( - D828234ADE0B8938489DA54D83F3ED6D /* RNDocumentPicker.h */, - 535B2BF88CC1DEBFD8DD565F4DD44AC6 /* RNDocumentPicker.m */, - B3BDF533E0A7C698DE70FCFF6176D613 /* Pod */, - F86B43DC99DF6F90EB58CA0BE8B85E38 /* Support Files */, + BAAF7FEB9F53CCECD04CBC125F776C06 /* RCTDecayAnimation.m */, + 8013CC26E4F7431AB0C1B98210B570B5 /* RCTEventAnimation.m */, + DDFDD771AC68BED38C5F9B86B8598D81 /* RCTFrameAnimation.m */, + 3E7DC079D2AA388B939A89B44FA9D5E5 /* RCTSpringAnimation.m */, ); - name = "react-native-document-picker"; - path = "../../node_modules/react-native-document-picker"; + name = Drivers; + path = Drivers; sourceTree = ""; }; - F209B8420A1247F9C0CB2FE8CB865194 /* fabric */ = { + EFD3165FECF344DA219120289FDE29DB /* rn-fetch-blob */ = { isa = PBXGroup; children = ( - 129B9631BDC5266932C196368D1635C7 /* crashlytics */, + 65AA309B9CB55D8F7AFAD6A01248B64F /* IOS7Polyfill.h */, + 33A8980C78D1B3868590C792369D2C1C /* RNFetchBlobConst.h */, + 95D911E5B6CCFF2290EF6A9A6E07ECC7 /* RNFetchBlobConst.m */, + B01A1E5FDB0C8872E327A549ABB0497B /* RNFetchBlobFS.h */, + 224437FCD3123165BF7DBDEC01861CA0 /* RNFetchBlobFS.m */, + 6B5B4C863F4C182AD14049236A36689D /* RNFetchBlobNetwork.h */, + 3A6ECB3102FE0376F9921852745FB4F1 /* RNFetchBlobNetwork.m */, + 99A4CC1FD55E6B4E02022156D8214093 /* RNFetchBlobProgress.h */, + 775A22DF6D464C311D344EB2053507BF /* RNFetchBlobProgress.m */, + 5C5CF502ABF33370DEC77750729F2E6E /* RNFetchBlobReqBuilder.h */, + 49F9335C1D76C66F5C669F453743077E /* RNFetchBlobReqBuilder.m */, + C69F20A9C5815E17B0A3F44E68CB1DE5 /* RNFetchBlobRequest.h */, + 77F8E781B88AB45F66D2D0F0C53FDE0B /* RNFetchBlobRequest.m */, + 7DFC260065ED00179880699051528525 /* Pod */, + 12D04CB1293EB30D7E1D881793206727 /* RNFetchBlob */, + 5478A82B4E301801D82F163EAEA05E9B /* Support Files */, ); - name = fabric; - path = RNFirebase/fabric; + name = "rn-fetch-blob"; + path = "../../node_modules/rn-fetch-blob"; sourceTree = ""; }; - F250F8BFEE9A4EFECD089474724A1D74 /* react-native-keyboard-input */ = { + F0554FE9FEA6BA246819FD956B7370DB /* Pod */ = { isa = PBXGroup; children = ( - DCB685EE3D32625E74C1BEA1FD8ABA00 /* LNInterpolation */, - 486B0FF3DF4E7F5C500CDB8E7DDC3801 /* Pod */, - 202304C596A298E5C9ADCE2B152D1206 /* RCTCustomInputController */, - C33F2550BE5B2602617C1D8AA9A723C3 /* Support Files */, + 5B6AED54E8EBCFB16EB4F9142E42D6AB /* UMPermissionsInterface.podspec */, ); - name = "react-native-keyboard-input"; - path = "../../node_modules/react-native-keyboard-input"; + name = Pod; sourceTree = ""; }; - F35A547701F0CAD071284863A9AEB4FB /* Support Files */ = { + F0CD712B3673A740D4E532A262568106 /* database */ = { isa = PBXGroup; children = ( - 4017FFD49CA4520E73F3FE89DEA8A4F5 /* UMReactNativeAdapter.xcconfig */, - 18B5C0F19A0E3BEE3AA456024193C320 /* UMReactNativeAdapter-dummy.m */, - FBC510737DC1D292E4CB39A3D0C1F362 /* UMReactNativeAdapter-prefix.pch */, + C8D82EE09206E71EDEC81F82CDA54D43 /* RNFirebaseDatabase.h */, + 280CF5E8FD2AEEA5FDF24CCAD12ABAFC /* RNFirebaseDatabase.m */, + C6BA7C4BAC8A8F805A13BB53EA5C0933 /* RNFirebaseDatabaseReference.h */, + 43AC622D70F16FED751B15C7E1132875 /* RNFirebaseDatabaseReference.m */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/UMReactNativeAdapter"; + name = database; + path = RNFirebase/database; sourceTree = ""; }; - F4F1376989A9CADAECE06A7F347B1E16 /* Support Files */ = { + F0F58EBF81629AD4D45DB18B67FAEB8C /* Support Files */ = { isa = PBXGroup; children = ( - 35740ABD1AD7634DE1517E7555C91E16 /* UMCameraInterface.xcconfig */, + 4D1C35782AE03C4504D6FCEACC0558C3 /* React-CoreModules.xcconfig */, + F766909B3CA981EDF35FD2F74F0FE04B /* React-CoreModules-dummy.m */, + D233BC703DAF655092A48EF2168C9408 /* React-CoreModules-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMCameraInterface"; + path = "../../../../ios/Pods/Target Support Files/React-CoreModules"; sourceTree = ""; }; - F52AAFCB4EC12A55239B51CAF8F6101A /* Resources */ = { + F1576EE946E8A8AB55D28DB45E79DC06 /* Pod */ = { isa = PBXGroup; children = ( - EAEBCA1777114BA426D64BF402AA2F02 /* AntDesign.ttf */, - 5D4B2E472DDD8816EF87C2E30E341302 /* Entypo.ttf */, - E4AF16FB139EFED7BDCA28B665998BB8 /* EvilIcons.ttf */, - 61ADBFFEA7F7BFE0E7EAAF879F636B7F /* Feather.ttf */, - 5C7ECCAA8D0FA348B0372B97A803A62B /* FontAwesome.ttf */, - 180B3F3B2CCBC0A1899AC150C2304993 /* FontAwesome5_Brands.ttf */, - C6F40FF5D2C82C7E13D5FC39DC5137C2 /* FontAwesome5_Regular.ttf */, - 3997462FFD2458AAF37FF8CD1B3B225A /* FontAwesome5_Solid.ttf */, - 60434634BBF3E1EF47A15A3B8E389A88 /* Fontisto.ttf */, - 7415F8886B539E195804535A4DA44C5E /* Foundation.ttf */, - E792C8F838061EE4BF767B5DFFB90B42 /* Ionicons.ttf */, - D921AFF1F8A599A86A3A40A488CE2337 /* MaterialCommunityIcons.ttf */, - 4483007FD4288BC7AD810D7D6C04FFA7 /* MaterialIcons.ttf */, - 495AD1AD21804241299E8C8C7E32C056 /* Octicons.ttf */, - 12B978AEF9C4D9F952777FEF0C025372 /* SimpleLineIcons.ttf */, - A7F00E10BE540D6ACCE339CEB7423ACD /* Zocial.ttf */, + FC6F746053BCA019F765F63555322B07 /* React-jsiexecutor.podspec */, ); - name = Resources; + name = Pod; sourceTree = ""; }; - F52E6BE73A247295F08576A3B494CCC3 /* Support Files */ = { + F548C08594B68ABB4AF7B0E4D0B30CAB /* Drivers */ = { isa = PBXGroup; children = ( - E137D2529ED147EE5C2FCDC86DB77EE7 /* RNAudio.xcconfig */, - 42714A57FA6B18B268EB2AEEBC8705DF /* RNAudio-dummy.m */, - B8823080C585EF6300941D3576E37FE3 /* RNAudio-prefix.pch */, + 8B8D43FBBE96BBA75B481C27F19FB408 /* RCTAnimationDriver.h */, + D71933A8DB008ECBF8D49FAB8ADD195C /* RCTDecayAnimation.h */, + E4937B1F6198CB6AA8A6BA1CA152C6B5 /* RCTEventAnimation.h */, + 42DAF20F1D0A7DD8B8D3D5C4FF4C87E9 /* RCTFrameAnimation.h */, + 52C6487B62372BE1C7A50B1B34FEC75C /* RCTSpringAnimation.h */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNAudio"; + name = Drivers; + path = Libraries/NativeAnimation/Drivers; sourceTree = ""; }; F56EB9A9D175DFFD33A8FE50190C91C7 /* FirebaseCore */ = { @@ -12225,205 +12153,134 @@ path = "../Target Support Files/FirebaseCoreDiagnosticsInterop"; sourceTree = ""; }; - F63C497BC521CF5EA1DBE5935E0E3614 /* Pod */ = { + F623BE9AD3C0F4D44F3BFED026A992D5 /* Pod */ = { isa = PBXGroup; children = ( - 4ACEFB59661EDD54D2A3AA25B6BF3785 /* LICENSE */, - 9A3BDCADB27F68C81DA09504AC9418C3 /* react-native-background-timer.podspec */, - C6ACF82A85BF36C642AF80D618F557B6 /* README.md */, + F36809B68BF62D1EC1960FB57B26D63A /* React-RCTSettings.podspec */, ); name = Pod; sourceTree = ""; }; - F754E1D12DC34C07CCB114BF87262215 /* Yoga */ = { - isa = PBXGroup; - children = ( - 6403CC8E224FBBBC23AA1751A737A21E /* Bitfield.h */, - 6621DB48196F8D256EA0730409A00AB6 /* CompactValue.h */, - 3682BC07B13C3913D99CE605DE58217E /* log.cpp */, - FCA7CD5401BCF2E898218597DDE17297 /* log.h */, - 3813B67C685166172881570BC70A8844 /* Utils.cpp */, - 8A2F0DCF4B8A954074992DE814A87BB4 /* Utils.h */, - BE0653F9DC15DA4DA653DE8DDFA168B0 /* YGConfig.cpp */, - C0E2F257439C5A00D178513CF192B8AF /* YGConfig.h */, - 9DA098A930AE5D4F5DEE014046FEEC53 /* YGEnums.cpp */, - 972B10C3A154FDD38D8A6DFE46183C3B /* YGEnums.h */, - 75C8435C09230E8E776E52E0F584FF19 /* YGFloatOptional.h */, - BB76FFA7572482BEDE2A0B8D85910228 /* YGLayout.cpp */, - 2136384B7D6B8627E2971FE805B09E72 /* YGLayout.h */, - 8C03628797BA32EB5BD2256EFB7E4844 /* YGMacros.h */, - 1F9363B3349F3D205297C76DAC16F50D /* YGNode.cpp */, - 87179650DF0B52EB02B734E5424A0BE7 /* YGNode.h */, - 27318DBA74DEF0DE342E0CC7ED8BFAF5 /* YGNodePrint.cpp */, - F2F2F0731A51B790FD2904FAA4CFAB0A /* YGNodePrint.h */, - FA57561F875C59D89C4DB4D4B49D8B94 /* YGStyle.cpp */, - 2E05F2C6F33CAF5336B8740CBCA2A516 /* YGStyle.h */, - 11637996F6BACCC679A5D7D7556DFBE7 /* YGValue.cpp */, - 3C98681341CD087B588A35468223DFE7 /* YGValue.h */, - E7FCFB9C0C6048613A3DFE761F463840 /* Yoga.cpp */, - A999FA07037D8C28CFA99B631B6C334B /* Yoga.h */, - AC61EEFF4BBF136045AB54FC22452E13 /* Yoga-internal.h */, - 4793B76C36EC1A75B8DAFBE0A259EB6A /* event */, - DC4F289863EBCB22685CDAFA10AB0688 /* internal */, - 5B8EE0ADD8B7C7105D513EF5238A9751 /* Pod */, - 8AABF0F4D162C274D6837AF8EBAEE54D /* Support Files */, - ); - name = Yoga; - path = "../../node_modules/react-native/ReactCommon/yoga"; - sourceTree = ""; - }; - F7A356F7EF70B76FC4D4E0E4714CFE27 /* links */ = { + F63853D576873C88389F4E4D5D6F14E1 /* ScrollView */ = { isa = PBXGroup; children = ( - 885AD8A471224C419BD2F62DE884E74E /* RNFirebaseLinks.h */, - F06D3ADEB9AF413332ECD1AEFE347834 /* RNFirebaseLinks.m */, + 7EC0DE5DFE02E82E831EFD2121787C40 /* RCTScrollableProtocol.h */, + DE1D924CA84AB6B9901A47B16A1C8473 /* RCTScrollContentShadowView.h */, + 2ADB25FEB53A93D4B73626B4F59AA26F /* RCTScrollContentShadowView.m */, + 61ECC5373F17840C673B884BFCBF70D2 /* RCTScrollContentView.h */, + A8695258552D9585B4FB62140C8EF779 /* RCTScrollContentView.m */, + 349FC5C2C569B5CEF5EA3ADD116336F4 /* RCTScrollContentViewManager.h */, + 52120C843AEF2FCCD725F0CDFB6C3957 /* RCTScrollContentViewManager.m */, + F46E1EFB7FEF88326BC1984DE4528106 /* RCTScrollView.h */, + CDBF0089121537071410CBDA4B89BA46 /* RCTScrollView.m */, + D183A5ED022411363D6647B0025FD857 /* RCTScrollViewManager.h */, + A5EC7D8475099F10FFC4F6D41593A9B9 /* RCTScrollViewManager.m */, ); - name = links; - path = RNFirebase/links; + name = ScrollView; + path = ScrollView; sourceTree = ""; }; - F80D0F5EEEECBEA3D0F461427BA2C894 /* Support Files */ = { + F7024BD0ACE86E1FD51A5F98449F4B6C /* Pod */ = { isa = PBXGroup; children = ( - B37C4AC903FF4D9F541F94B2BFF6486F /* RNBootSplash.xcconfig */, - 8434E779EA668D91BE2B71D64051100F /* RNBootSplash-dummy.m */, - B59A61CF21DFF7E302E510ABC1872757 /* RNBootSplash-prefix.pch */, + 5DBB0F012F5493C048E7B76BF944EEC4 /* React-RCTAnimation.podspec */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNBootSplash"; + name = Pod; sourceTree = ""; }; - F82FB431120A2CA63888CD3573C0F4B3 /* Source */ = { + F759CD8FC03D59B569ADF9BDE65D0FE3 /* EXAV */ = { isa = PBXGroup; children = ( - 9B96D5FB37E5FD3E49E0976D478C0B57 /* KSCrash */, + 4B6238F0A680653B583FB82070413253 /* EXAudioSessionManager.h */, + 89EC8A7E6CE34BC157979031FCFBBE43 /* EXAudioSessionManager.m */, + A2C4C4BA2E33AE21DB99829860BD5819 /* EXAV.h */, + 316C0BF08894865C11B0DB43AB8510BF /* EXAV.m */, + CF6FDC9BC1D4D5730299FC96938296B2 /* EXAVObject.h */, + 218900E2A9108A356BCE06C3AD448490 /* EXAVPlayerData.h */, + F667A5FF9199365E26EF120583AE5DF1 /* EXAVPlayerData.m */, + 0248076CDAB3796D262E48103E942827 /* Pod */, + 83C4519A8014F6C54F3D8B66C1E2BF13 /* Support Files */, + 979BC191026101CB609BC50A0A80B8D7 /* Video */, ); - name = Source; - path = Source; + name = EXAV; + path = "../../node_modules/expo-av/ios"; sourceTree = ""; }; - F86B43DC99DF6F90EB58CA0BE8B85E38 /* Support Files */ = { + F808B43AC46ED8C547C8114777084BA0 /* Support Files */ = { isa = PBXGroup; children = ( - 18A0B7F3E92DA701681D15C3E5BE230A /* react-native-document-picker.xcconfig */, - C14A647A1C1939A7B825382AF4774BAE /* react-native-document-picker-dummy.m */, - 0FCC789D18CD3F2D2461A981CA0E6D7D /* react-native-document-picker-prefix.pch */, + BEB25E935E208E19D4C18AA70D6DE952 /* ReactNativeART.xcconfig */, + 435822B969FE08A51E67E832A6955827 /* ReactNativeART-dummy.m */, + E89A89BD5F469CBCD4EF4B9A37032EB1 /* ReactNativeART-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-document-picker"; + path = "../../../ios/Pods/Target Support Files/ReactNativeART"; sourceTree = ""; }; - F8847027E2A7ABBA1CAC2EFCDB2D2D7C /* Support Files */ = { + F86AD797816AA180EEC31C507BD3BF2D /* RNDateTimePicker */ = { isa = PBXGroup; children = ( - 9FD3B24148510FB345B7C0D354BD4114 /* RCTRequired.xcconfig */, + 2BCAD129215DDD233BEB67EA7FDE9E44 /* RNDateTimePicker.h */, + 3D24786AB087F1A94DC87E1E9CE1CF66 /* RNDateTimePicker.m */, + A8ADC91FCB1A9A22A94BB670E1129B6B /* RNDateTimePickerManager.h */, + 418639F33E8200895BD854B7262C20D6 /* RNDateTimePickerManager.m */, + DD3E92D775DFFCB73EEAE5842C177C91 /* Pod */, + A2416CFB634BD1BE49C9ED94B9D46B89 /* Support Files */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/RCTRequired"; + name = RNDateTimePicker; + path = "../../node_modules/@react-native-community/datetimepicker"; sourceTree = ""; }; - F8B76A83F9E61B51E038D3DAAD4A5818 /* Support Files */ = { + F8B2214C8B794A63F6870021595D010B /* RCTActionSheetHeaders */ = { isa = PBXGroup; children = ( - 40BF05914E9030305D89F2DDB61B4961 /* UMSensorsInterface.xcconfig */, + 30C9D4A70943C55E73C0BDDC19090EA4 /* RCTActionSheetManager.h */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMSensorsInterface"; + name = RCTActionSheetHeaders; sourceTree = ""; }; - F973F9409273BC835DF5BAD69B2916C3 /* Pod */ = { + F923C220358F3B5822F02DDF79D5ADD5 /* Pod */ = { isa = PBXGroup; children = ( - 304ECF002E7C26F5ADE2A610625EF9DC /* LICENSE */, - 50B5514B41C308E96ACAB695CA5695F6 /* react-native-video.podspec */, - 7FDF6244B703C67CA6F0AEDBD4A41029 /* README.md */, + FD620725563A25DD53F511BE676D7384 /* LICENSE.md */, + 304F27CCBDBAAF2C03994FC499DF97D0 /* react-native-document-picker.podspec */, + 8C3D163EA7475D9797EFB599AA34E2F2 /* README.md */, ); name = Pod; sourceTree = ""; }; - FA12B7132F7F975661623918126D8AC3 /* Multiline */ = { - isa = PBXGroup; - children = ( - AD325F453B46A7923257F9A6D95F78A5 /* RCTMultilineTextInputView.m */, - F562F79FEA0DC18F659C702B32DC93D2 /* RCTMultilineTextInputViewManager.m */, - 1CCC865E70FF1ABB44F457E8644D0F39 /* RCTUITextView.m */, - ); - name = Multiline; - path = Multiline; - sourceTree = ""; - }; - FA23DC6A4C097156C153FA8CD7542FF1 /* Brushes */ = { - isa = PBXGroup; - children = ( - 1ABB83E16F1E5752B75D3435B92D0587 /* ARTBrush.h */, - 8CB547496BC9E715473597A4D9074BAA /* ARTBrush.m */, - 0B66034AB472803832C9006499BBB4D7 /* ARTLinearGradient.h */, - 00ED015520B1A5CEB93B568312D4B0E0 /* ARTLinearGradient.m */, - E839F9DED2353CC9F1B833EE05AB3586 /* ARTPattern.h */, - F7BE67CCE7C5F3CFBD5641CA2C994463 /* ARTPattern.m */, - 89F993C3028B25F0742262F16CDB4341 /* ARTRadialGradient.h */, - 3EBDF0D4DC0E55C1373F1DDF69FDE4F9 /* ARTRadialGradient.m */, - C13B9D5ECAC5E9AC528775C6FD081E33 /* ARTSolidColor.h */, - D1580BEFDD0199AB13AACB16E6426479 /* ARTSolidColor.m */, - ); - name = Brushes; - path = ios/Brushes; - sourceTree = ""; - }; - FAA9EF60B70C58DF39178CEB3E1E44A4 /* RCTRequired */ = { - isa = PBXGroup; - children = ( - 359AD85DF4C8CB12E980F9A490343656 /* RCTRequired.h */, - A893D161CE4C7FC5500967862BBFE4F5 /* Pod */, - F8847027E2A7ABBA1CAC2EFCDB2D2D7C /* Support Files */, - ); - name = RCTRequired; - path = "../../node_modules/react-native/Libraries/RCTRequired"; - sourceTree = ""; - }; - FB2C1C38B29C10D08DFBAD75726B5FF7 /* Text */ = { + F99224E5E60995E64CAFD9F1D6238903 /* react-native-video */ = { isa = PBXGroup; children = ( - ABA4C6F1823A46505C589663FF569D2C /* NSTextStorage+FontScaling.m */, - 51B9F8ACCD896C009E3495C16685D24E /* RCTTextShadowView.m */, - 4D1C8AEFF05FA25403176458FDF83847 /* RCTTextView.m */, - DBEF071D65684E062330ADB59D9D05C5 /* RCTTextViewManager.m */, + 43CF021752CC3DED22EBBA528EBBE4C3 /* Pod */, + E1F69EE14282520ED77F63A538344A48 /* Support Files */, + 2DEE3B899BD79034BD527CC050CE7D38 /* Video */, ); - name = Text; - path = Text; + name = "react-native-video"; + path = "../../node_modules/react-native-video"; sourceTree = ""; }; - FB4DE46B8E35D2727F267F58F96B871B /* Pod */ = { + FA0F3649E02C46B100D7F3F25EC91192 /* Multiline */ = { isa = PBXGroup; children = ( - 40BEED63FAF5488B2ABED0AE9C68C144 /* LICENSE */, - 3480342820CE8E07B4E5DBE9E6E950D2 /* react-native-jitsi-meet.podspec */, - CE4FF328EDC56BBDEE5E4AAEB18DC47D /* README.md */, + 33C28C7193C813BA137A29D9A54AE40E /* RCTMultilineTextInputView.h */, + C1EE93B3F93FE11C2A7F366D1E4337B4 /* RCTMultilineTextInputViewManager.h */, + 1F243D1FD4254F1EFD94289D7DED651E /* RCTUITextView.h */, ); - name = Pod; + name = Multiline; + path = Multiline; sourceTree = ""; }; - FBDA06D58AB29B3488243C69B97F8520 /* Pod */ = { + FA720A42D7AD69B37FE32BD870947B67 /* Pod */ = { isa = PBXGroup; children = ( - D4D4BEFF8782DF73A1A3A1C4BDA61881 /* LICENSE */, - 3FE7303AF02F58DB6BF6D41B4A08548D /* react-native-appearance.podspec */, - 87D95E98CFA8AD57B15F0564D10FB71F /* README.md */, + 4C9DD7C2D4AB0CAE472BC188A83DAC48 /* LICENSE */, + BD0055AABD1D0A950E6F69A86741DFDF /* README.md */, + 185BA6934CA079AC6BE5099017FACD72 /* rn-extensions-share.podspec */, ); name = Pod; sourceTree = ""; }; - FBF288CD093BEDC9DEF46A1D4DDAB401 /* Support Files */ = { - isa = PBXGroup; - children = ( - 03F11CF333F81CB8CBCB9D7C6A425155 /* react-native-orientation-locker.xcconfig */, - 241A9FEBAEC2AD84DB50FD1D77941E7B /* react-native-orientation-locker-dummy.m */, - FA8F671C90D26D40391A7844DD114C7C /* react-native-orientation-locker-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-orientation-locker"; - sourceTree = ""; - }; FBF9D009B9F65C490F43B10E20D35390 /* Support Files */ = { isa = PBXGroup; children = ( @@ -12435,50 +12292,51 @@ path = "../Target Support Files/glog"; sourceTree = ""; }; - FC2EF1186A6C71B75E41E287686B1849 /* UMReactNativeAdapter */ = { + FC5EF7489FA00757F312BBA3F900D4D5 /* Pod */ = { isa = PBXGroup; children = ( - 3FA8E0CC67E1BA5567A4154B6A83AD53 /* UMBridgeModule.h */, - 6BFDEC8CF48BCF3BBE35E13756D46F27 /* Pod */, - 2EF9227F68F5B99AB22324E81307A34A /* Services */, - F35A547701F0CAD071284863A9AEB4FB /* Support Files */, - CD1A5A80FDC27B3BA1BEF7871F547A98 /* UMModuleRegistryAdapter */, - A343C79649840D10FCB61765CA7BD981 /* UMNativeModulesProxy */, - C90AC8917D4345C583881C4B0AB602D5 /* UMViewManagerAdapter */, + D8DA03EAE13BBC725FC65DDC6DA8FD86 /* React-Core.podspec */, ); - name = UMReactNativeAdapter; - path = "../../node_modules/@unimodules/react-native-adapter/ios"; + name = Pod; sourceTree = ""; }; - FD2ABB1C3AD32EB6CDD1E38A18560079 /* Support Files */ = { + FC73D0BB2070940D9844F99068381A9D /* Pod */ = { isa = PBXGroup; children = ( - E2B42E3ABAEFC26524EE67261B0E6AD6 /* FBLazyVector.xcconfig */, + B5F82A5EB9938DF9652E8C774662C2D4 /* LICENSE */, + 2C5A20876F1909D9ED667607C3ACDFD2 /* README.md */, + 4E7FFB4BF0DB914DD29C0A97EC7E0F62 /* RNLocalize.podspec */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/FBLazyVector"; + name = Pod; sourceTree = ""; }; - FD3564D018FAAEA38851A7081A43987C /* CxxUtils */ = { + FD6A82FC11E048909BAF1A65B9D636E6 /* bugsnag-cocoa */ = { isa = PBXGroup; children = ( - A55D3CCBDDD7927545D0702888EF3D58 /* RCTFollyConvert.h */, - B856A3B2E8491B2FA37AD3F509AF9383 /* RCTFollyConvert.mm */, + 4D4CAD72A738FE9FCC82B4A0B67E2083 /* Source */, ); - name = CxxUtils; - path = React/CxxUtils; + name = "bugsnag-cocoa"; + path = "bugsnag-cocoa"; sourceTree = ""; }; - FDB1401F91492F125DD3A085F8708496 /* UMFileSystemInterface */ = { + FDBDA155CF6A216AE9885A7CAEC0B1B7 /* Pod */ = { isa = PBXGroup; children = ( - 1696B78BB6DEFB2287C1F5CC1327796F /* UMFilePermissionModuleInterface.h */, - EA8A9690C0624A65362E2EA86CCD4282 /* UMFileSystemInterface.h */, - 94994ED0ADA6206A22DE0B0B8847CB4E /* Pod */, - 9AE4E661C23C595FCD574D9E8E1624A3 /* Support Files */, + 8457E4286D4595A371FDBA1B4E985DFA /* LICENSE */, + 49AEAC131E034AC6D186EA0F9A9289D7 /* react-native-jitsi-meet.podspec */, + 1DB5227CD95D506ADCCCE5407E591BF9 /* README.md */, ); - name = UMFileSystemInterface; - path = "../../node_modules/unimodules-file-system-interface/ios"; + name = Pod; + sourceTree = ""; + }; + FDD60D51750F35B3F28E0D61D69A6AB9 /* BaseText */ = { + isa = PBXGroup; + children = ( + AC3E8D3A8F269AF54F2B577859727182 /* RCTBaseTextShadowView.m */, + 70C0EE24781C9249E5824DC7DD6AD1FE /* RCTBaseTextViewManager.m */, + ); + name = BaseText; + path = BaseText; sourceTree = ""; }; FDE72FFE7D2794A6ADEAC4F86C2AB457 /* QBImagePickerController */ = { @@ -12509,36 +12367,56 @@ path = QBImagePickerController; sourceTree = ""; }; - FE12BC87CB7E17D2CBBE8B22FCE77339 /* Support Files */ = { - isa = PBXGroup; - children = ( - 7032494EE9DCCE7D8E2EC9F4109FFC32 /* EXHaptics.xcconfig */, - FA05208432EBAB01ADE3051E0DDC468F /* EXHaptics-dummy.m */, - 6CBC07204784C24EC12D85E38CBCD553 /* EXHaptics-prefix.pch */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXHaptics"; - sourceTree = ""; - }; - FE39618C468A8902649777FB07283B94 /* Support Files */ = { - isa = PBXGroup; - children = ( - 4DCDF3A402BAF65DD8D8E38015B8FAAF /* react-native-cameraroll.xcconfig */, - 0C361AA60E60452354E55267A33BD6AC /* react-native-cameraroll-dummy.m */, - E0875856403ADA7B0ED49EAAADD70B5C /* react-native-cameraroll-prefix.pch */, + FDF4D6A5D859A483FB87E0527F894279 /* Yoga */ = { + isa = PBXGroup; + children = ( + 6F54D424B6821B1F054222ACD281A1DF /* Bitfield.h */, + 68EB781C14B45A23D2B2422D488DA871 /* CompactValue.h */, + 99F091C5F623BB170E278BBD8E649A54 /* log.cpp */, + DC4D4469B21C94DD2DF56F41CF784C28 /* log.h */, + FEDFC568104411ED03B02D62477E4F29 /* Utils.cpp */, + 925E49E5E59F93D6688415DA93CD7F5A /* Utils.h */, + CB3EB2037C237D1092F9F55C34AB4779 /* YGConfig.cpp */, + E6B7255212616D8D3D67F58182276BF1 /* YGConfig.h */, + 09FC555118A63B0AD189928A2ECA0430 /* YGEnums.cpp */, + 9AF1BF78E45859318021615175699AFE /* YGEnums.h */, + 707F0E2CA1DE8401C91E126BF8150E77 /* YGFloatOptional.h */, + D3BC697CD06E41C467716E8D62558710 /* YGLayout.cpp */, + A00153B6D726646E455C40CE2FE72A01 /* YGLayout.h */, + 90A491172AE67CEE7731E66053A71A10 /* YGMacros.h */, + C52DC1251CB3B98AB423ACBA723BB4D2 /* YGNode.cpp */, + 960EA976ECE17D22A0E480FFD8AD7983 /* YGNode.h */, + 28DB6CAB95392C193840F107465D6B1B /* YGNodePrint.cpp */, + E597D8C28C8552D76655711B561CDAB5 /* YGNodePrint.h */, + 2C8ABF8DC8AD19F1E8206D8836352670 /* YGStyle.cpp */, + B597CC0B456C5F8B1D52993341C79D17 /* YGStyle.h */, + D16C9C67960C8F87EEE51FE441309B2A /* YGValue.cpp */, + 427A0326EE1F999EEED7E345245B4021 /* YGValue.h */, + 9756293030F9FAF3781E87AFAB4E9D20 /* Yoga.cpp */, + 91FE3E33D4AE22A046A2F1AC3F277D47 /* Yoga.h */, + E1390F1B254ED476EDB45D14438BA504 /* Yoga-internal.h */, + 5AAC2EC8CB401630C3D39B420B4DEC08 /* event */, + 0D0A1AF469DD06E63F1D5CC0C56FADC0 /* internal */, + 3C5C64274EA2ACA21612064B3177FF7E /* Pod */, + DB69435384378DE289AFF9AB4D220F08 /* Support Files */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/react-native-cameraroll"; + name = Yoga; + path = "../../node_modules/react-native/ReactCommon/yoga"; sourceTree = ""; }; - FE679DDE2AAF10E99628D09BB0C548B5 /* UMModuleRegistryProvider */ = { + FE03C24ED032AED340626916DA2CD868 /* Default */ = { isa = PBXGroup; children = ( - 14401E8417F07EEDB7B93DC7BEB6249C /* UMModuleRegistryProvider.h */, - B1BCC00D2D8DAF70A113D49EDDA48641 /* UMModuleRegistryProvider.m */, + 4473C171202FFE5A1EC746437B40E833 /* Base */, + C26F5CFAF0C03351ECE16FA88A84AB56 /* CxxBridge */, + 3BA5EE25B75F61B7767C62FDEC485FED /* CxxModule */, + E14C6D30E65F45DC62389083EA382D06 /* CxxUtils */, + 5AC538F3561CEAD0FE29C63F6EB5C6F6 /* Modules */, + CCA314DA7C35C9EBDE46F0B1B0D15BE7 /* Profiler */, + 8B91B92AAD50646F07255F507ACDEE56 /* UIUtils */, + EAFB22DA9725AE81D359CD5FD5DE8088 /* Views */, ); - name = UMModuleRegistryProvider; - path = UMCore/UMModuleRegistryProvider; + name = Default; sourceTree = ""; }; FF0C5CF07A36217F63F00F78A8A89782 /* Support Files */ = { @@ -12550,29 +12428,24 @@ path = "../Target Support Files/FirebaseAnalytics"; sourceTree = ""; }; - FFD5DAC945FE3281E8C2251A37C1600D /* react-native-webview */ = { - isa = PBXGroup; - children = ( - 069E16C7D5116FD35DA825A786AB6CCE /* RNCWebView.h */, - 3CD392D0C4BC960917D4C2C53314C3B5 /* RNCWebView.m */, - F6EB774F8AC2C0CA3AE69CF2AC4A0159 /* RNCWebViewManager.h */, - A06E08A9F628D65737B6BC645F009039 /* RNCWebViewManager.m */, - D56562BD166A333AA792BE860DEB9479 /* RNCWKProcessPoolManager.h */, - 53BB0547E6A0633B1676ED1D03C87314 /* RNCWKProcessPoolManager.m */, - AD88959A2D1E2B6669ED6ADF51673426 /* Pod */, - 65F540AC66CE29D8B89CBBA774761EC4 /* Support Files */, - ); - name = "react-native-webview"; - path = "../../node_modules/react-native-webview"; - sourceTree = ""; - }; - FFD6E9701E52A945D54C07F97B4A6281 /* Support Files */ = { + FF8878B85553517DCAA39B6F1C94141D /* Transitioning */ = { isa = PBXGroup; children = ( - 875CED08558AC67D42F00C1878FB41D3 /* UMBarCodeScannerInterface.xcconfig */, + 149EFF00344904119B2E1D3E166527D6 /* RCTConvert+REATransition.h */, + 2633ABA11AE357AFED94CB450A5CCA4D /* RCTConvert+REATransition.m */, + 04465093BBCE1426AF1EB6CA52C98A8C /* REAAllTransitions.h */, + EED037C5716D0A5BEFC66A5967680C09 /* REAAllTransitions.m */, + 12BF78ECB1D846FE2E9B389B6B47471E /* REATransition.h */, + 9043F3995743F24CF7A6F92D5E2B95DD /* REATransition.m */, + BF32EEFD878497326C2A76860E6C753D /* REATransitionAnimation.h */, + C6CEF9A66E81DD5CE2D2A95D73C83446 /* REATransitionAnimation.m */, + 03EA08DE0F3C5C8F8CF6C1FDE51CECF6 /* REATransitionManager.h */, + 3D959E1A3059C3EF37FB4C01C802BDD1 /* REATransitionManager.m */, + 73311D6651EF87EA6286106D7815FA22 /* REATransitionValues.h */, + AEDA30D82699B958AD564B3E95991F7D /* REATransitionValues.m */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMBarCodeScannerInterface"; + name = Transitioning; + path = ios/Transitioning; sourceTree = ""; }; /* End PBXGroup section */ @@ -12615,13 +12488,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0A130A814D8BA0DD7E431A32B221A7D1 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 0AC1F6FD43D317902D188E92A691C5BA /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -12990,6 +12856,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 472748442E6BC8665E54B44A25C91BD5 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 497A6A094C69DCD7280EC21281BDF085 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -13601,6 +13474,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A4395C10101EC563E976DF212118E770 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; A8E84D39F7C64351339D2369F445B81F /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -13808,13 +13688,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C7A52ECFCA93B7CCEF7F4335C7BD3610 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; C7DF84F3E2687A9E7E269AFB7736C5FE /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -13960,20 +13833,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F8CCF5A3EDB5E671286C7967F5CE7E18 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6B407A46EF38EFD8233880BCA6BEA4A3 /* Color+Interpolation.h in Headers */, - 1B0BF1AFE2A309247EC3F75FFF585413 /* LNAnimator.h in Headers */, - 247AF2B7F6D31B2F8D692A841B08815F /* LNInterpolable.h in Headers */, - F7B792DEEF85A28A3315F3307DCB1A9E /* LNInterpolation.h in Headers */, - D1E312DB375D99286F30D9A1B11166DD /* NSValue+Interpolation.h in Headers */, - 463558BBD4C758646B3A100042977D4A /* RCTCustomInputController.h in Headers */, - 6FD86BC47002611DC40F437D2C1A2C23 /* RCTCustomKeyboardViewController.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; FF03ED8CD43F9BD58ED397C0CAC7D251 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -14607,24 +14466,6 @@ productReference = 802121F5B756ACBFDD6D08C36246DADD /* libReact-RCTLinking.a */; productType = "com.apple.product-type.library.static"; }; - 7573B71C21FB5F78D28A1F4A184A6057 /* react-native-keyboard-input */ = { - isa = PBXNativeTarget; - buildConfigurationList = B16590D3A26F524C4A34D5B9050B819E /* Build configuration list for PBXNativeTarget "react-native-keyboard-input" */; - buildPhases = ( - F8CCF5A3EDB5E671286C7967F5CE7E18 /* Headers */, - 8AF81224397E9B8D59FB1BA5FC3A17AD /* Sources */, - 1ABFFABAB0756F5E3E1BBEE712C282F8 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - D1F1057A65FDD43412DCD824E1BE5E0A /* PBXTargetDependency */, - ); - name = "react-native-keyboard-input"; - productName = "react-native-keyboard-input"; - productReference = 5CA8F1A20B87DBB263F925DD7FE29947 /* libreact-native-keyboard-input.a */; - productType = "com.apple.product-type.library.static"; - }; 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */ = { isa = PBXNativeTarget; buildConfigurationList = 79E0F8E712302597309A4A4019EC9CEE /* Build configuration list for PBXNativeTarget "React-Core" */; @@ -14835,91 +14676,90 @@ }; 9C801345ED2C78BD1674053E7BE5D6ED /* Pods-ShareRocketChatRN */ = { isa = PBXNativeTarget; - buildConfigurationList = 3A16A273C5DA5820A2CAA82DE38345E6 /* Build configuration list for PBXNativeTarget "Pods-ShareRocketChatRN" */; + buildConfigurationList = F0F6C42CA33F0CE06FC0F88E2801366F /* Build configuration list for PBXNativeTarget "Pods-ShareRocketChatRN" */; buildPhases = ( - C7A52ECFCA93B7CCEF7F4335C7BD3610 /* Headers */, - DABBE26D3BDA05A355B78B5407A7C089 /* Sources */, - 34004964F901171623AC159759EC50CE /* Frameworks */, + 472748442E6BC8665E54B44A25C91BD5 /* Headers */, + EB5F1A0FB2BCC02E1BF7D999E97666B8 /* Sources */, + 837B21C2DA0C70698C50504B4E79EDCB /* Frameworks */, ); buildRules = ( ); dependencies = ( - 855C3837B4EF43D08585D5530DD15BED /* PBXTargetDependency */, - 29DFD4A64428EB71E4ECEC61EC27F704 /* PBXTargetDependency */, - 32F30B7513E1C3E441C3A85022C148CF /* PBXTargetDependency */, - 13256A1C1294375B3937496B07863F51 /* PBXTargetDependency */, - 4EA73A036DBF85711C598264BEA29219 /* PBXTargetDependency */, - D83EB6F0A5879FE722B738A13D28928B /* PBXTargetDependency */, - B53C3184908B2B11F97B89E5761A7355 /* PBXTargetDependency */, - 63234A5974B6720E9075227C91785E0D /* PBXTargetDependency */, - 27564DDEDCF0F804AF6A7B45E6DEEE07 /* PBXTargetDependency */, - 2CB97770F57DBA5FF04C658B7D56793E /* PBXTargetDependency */, - 9405BD8420836D57B8AEA649A9C3E3F6 /* PBXTargetDependency */, - 83DFB1A37EB0CFE9559D90B5B4F36996 /* PBXTargetDependency */, - 2A5CFB1BBC575097043DC989798A2172 /* PBXTargetDependency */, - 6405BA6EC05CB1A87DFE9EE6C0641200 /* PBXTargetDependency */, - F6E95210BA41625B6DAAFEB39D296B70 /* PBXTargetDependency */, - C4728388BC6BDDDFF7B53CD379CC95EE /* PBXTargetDependency */, - 9063BEC61C36772FC336D8C9B997FC09 /* PBXTargetDependency */, - BBDCDFA5627303F50AAD48A693318D2F /* PBXTargetDependency */, - B43FBB705B9504483E4C82407E6E9020 /* PBXTargetDependency */, - 75198CF229A305A38733FF63C379C6A9 /* PBXTargetDependency */, - E255C832BC49274535D56350C86A77F2 /* PBXTargetDependency */, - CBC80B42275C41520595EE37B460AF07 /* PBXTargetDependency */, - A7FFDCCAE1C98FE9CF8D92816535C59F /* PBXTargetDependency */, - 7550278FECA29EC00706D45A15CC4F00 /* PBXTargetDependency */, - 8947A981C2435B273108CCBB72BE3722 /* PBXTargetDependency */, - 73031A11CA961EF47941248E605232AD /* PBXTargetDependency */, - 3C38375AF1E595ADB61AECE11D5F5673 /* PBXTargetDependency */, - 0934726766A1D686F77548BEEAE33C24 /* PBXTargetDependency */, - FE0720C7527B65AC84AF93A1807B5677 /* PBXTargetDependency */, - BF49BD05FCA88B75B257F2907168D666 /* PBXTargetDependency */, - 12A6FA2AAAA9B2D27A8C34DF1A0B7F6C /* PBXTargetDependency */, - 1195700B82473F4A5A5522C4074AC819 /* PBXTargetDependency */, - 464E02DEBECC155DE0FA29D15BE31482 /* PBXTargetDependency */, - 64FD1196D2BCEB82B68D55887D978AA8 /* PBXTargetDependency */, - 899B2FF2FA416A3E9ED0A8735D46F6EC /* PBXTargetDependency */, - 7000B134DB9CED5ABF8D1BF6F3B6A3FA /* PBXTargetDependency */, - 4F1E4B771710294056E9CDCDCD4AD93A /* PBXTargetDependency */, - 32EB3F947312B46F6D4C93C75A81B1B7 /* PBXTargetDependency */, - 4C09060AC63071D78AAF9B915E4DE259 /* PBXTargetDependency */, - 2990D0D4F4F85C1FBBBDFB9B92F2ABE9 /* PBXTargetDependency */, - A26577B89239A2B69A8C2B726C8F3122 /* PBXTargetDependency */, - E1F908D523A5F60C44F9FF48956F9B02 /* PBXTargetDependency */, - 7C615A589FBEE6A607D1D4F41EAE4ED1 /* PBXTargetDependency */, - 48418D1B0B08714D3C5AEE1172F2DDBC /* PBXTargetDependency */, - 85D85CCF28E9617FF925DE3B3A3EF189 /* PBXTargetDependency */, - 74E2690AB7C0C26F02465EEC65A10E3D /* PBXTargetDependency */, - 78183652E1F0320C072AE31B62174F55 /* PBXTargetDependency */, - FA17D19201681DE7C105DE73F0645A04 /* PBXTargetDependency */, - ABD4295ED172F3C0DCD8D0FB70555638 /* PBXTargetDependency */, - AF173EA293BE669BE497BC67DFE99754 /* PBXTargetDependency */, - FCC377F16BA120F9119A2A01FCCA87A4 /* PBXTargetDependency */, - 6F62C167B69B622F1CB4CB0A2340ED1A /* PBXTargetDependency */, - 9BEFFC16B7D3CED2B51605A9ECD89A1D /* PBXTargetDependency */, - 845D9D4A1A163C46D9923EF70DF50370 /* PBXTargetDependency */, - AA54A0D8A08B7D444BD3C3C703A3D54F /* PBXTargetDependency */, - 39B1C7FFEA5780A284E6F2AB1A268639 /* PBXTargetDependency */, - 2E5894102CE38669C2A79DB23A56E3F4 /* PBXTargetDependency */, - 25683E9E654E983DE670556E761106EB /* PBXTargetDependency */, - C8F88193A68E45572780530D269EEA6D /* PBXTargetDependency */, - 1B49E1A63F48670110EE5F30EC59C71A /* PBXTargetDependency */, - 5114C1227240E154287D95E7E43FB464 /* PBXTargetDependency */, - 14C748E24103C12CDF0395D467CA9922 /* PBXTargetDependency */, - D8ECF954F4C94B8103DFAA8F1A4231FC /* PBXTargetDependency */, - 4622969EEE0379808C3CD66AF19F016E /* PBXTargetDependency */, - 2310E74E97492B94458885278904E774 /* PBXTargetDependency */, - C5FCA3687DC94CEFFDA055C170FBBA3B /* PBXTargetDependency */, - ADFC650284AC1BBE029863A47EDF4824 /* PBXTargetDependency */, - 94135EA2966E77FC3E657282E12C7749 /* PBXTargetDependency */, - 7CE38573A09C8619E6C98154CF24A92B /* PBXTargetDependency */, - 85F314A9D238817026253C8ED8C33CFA /* PBXTargetDependency */, - 7A3AA4F316244CFB6EF90E05244E5E0E /* PBXTargetDependency */, - BB0F9DC57E5D94963CF9FC79323CE725 /* PBXTargetDependency */, - A477008176958D3B91BA9DF992EAAB9E /* PBXTargetDependency */, - F38921A2A534FB1FD42A59C567B93296 /* PBXTargetDependency */, - B466693444735D8CC3DCED4279934F68 /* PBXTargetDependency */, - BC6A96E8CCB1C9C8D0B8D2E6E28A42D8 /* PBXTargetDependency */, + DF19B647B1A72A091289200619A68882 /* PBXTargetDependency */, + E339878AB4A0C23E98D6002719754CF7 /* PBXTargetDependency */, + 45B54DCA6E2F115B590FE0F961D0070D /* PBXTargetDependency */, + E7F6392546110868C84AC7DB7712AAD5 /* PBXTargetDependency */, + BA8632794D7A50F916C514E8DCFECB8C /* PBXTargetDependency */, + 42982431F2357D80DEC2912963A486FF /* PBXTargetDependency */, + 0592EF92835EBC0B6CF3CB15093608B7 /* PBXTargetDependency */, + 0297E5CFD994617603F00E9A45C1A8E5 /* PBXTargetDependency */, + 3BCEFA940AE6079CF876B54AC8F7C8BA /* PBXTargetDependency */, + 18BB5F90FAB5266AB6D8DFE3295FFBED /* PBXTargetDependency */, + 538D89105D8757D8F769FF4E79BF3CDD /* PBXTargetDependency */, + 95141521CC1DB41ECCDDAC51ABE36818 /* PBXTargetDependency */, + 4023104B09B1A738E7CA14398E7762D5 /* PBXTargetDependency */, + FEF827746839F670DEBDB530121DBE0D /* PBXTargetDependency */, + D663E944BD95E616DA4B41C05E9F0FE6 /* PBXTargetDependency */, + 885ED5349C1255AEA6CD475A57F93449 /* PBXTargetDependency */, + F584A90497159DF226802B86BFEAD416 /* PBXTargetDependency */, + 88117CACD180D90116ED3B5F82CC5EA5 /* PBXTargetDependency */, + CFBAC0A8DC7EA915E61FD234087B390D /* PBXTargetDependency */, + F2F67DD8EB659D3C03091A390001A20A /* PBXTargetDependency */, + 7247A889240BE5CED4AA8110E41E4D21 /* PBXTargetDependency */, + C5E50642AB4E317CAC945FB3123EA322 /* PBXTargetDependency */, + 04858D8D9D45623F2F280D0792EED193 /* PBXTargetDependency */, + EEA63FC76E9340C47524A19F7840EA88 /* PBXTargetDependency */, + 360B2B80861E877F2D7AC7D096BC7E0F /* PBXTargetDependency */, + 0FA85E66F55F49A4F07E0C5314F42CC8 /* PBXTargetDependency */, + 113F6F213E4977CA67A2BFCA24FE5D40 /* PBXTargetDependency */, + 6F46A0B0402A0FD9B8E5CB6D0963DA24 /* PBXTargetDependency */, + 7CBD01C9937EB50BA4984F9D38656977 /* PBXTargetDependency */, + 9247CFC47EA5B278F39298964F103278 /* PBXTargetDependency */, + 038DAFD5B699989D8EF1FA3C27520071 /* PBXTargetDependency */, + 37AB696AA0E1E6DF977FCE15E5F693A5 /* PBXTargetDependency */, + 283F8930AE0F8BC380810D9F7A2DCA8F /* PBXTargetDependency */, + DFDBDC418F7AA9006FE4A76689234DA4 /* PBXTargetDependency */, + 098765B152D5CFDBEABE4DE6D2561D31 /* PBXTargetDependency */, + 5F8F51D50D573D6E400BE2FF3E90C4A1 /* PBXTargetDependency */, + 2C07AC1B18DB9B84C59801CD8C45EB5C /* PBXTargetDependency */, + CACF54FCE5A33E1DB20C509266CC0FE7 /* PBXTargetDependency */, + 693E81A24CD2DA4781429E55C2D85100 /* PBXTargetDependency */, + 073381D4566A6F9DF7A6A8F7A832141B /* PBXTargetDependency */, + B37F97029FED10D314AE66E0CC7E2B66 /* PBXTargetDependency */, + 47A8A6F083B4F6C448C7460E94F5959B /* PBXTargetDependency */, + 98ACECB330CB76380BDC99A7502DDF55 /* PBXTargetDependency */, + 43F6A4FCDB27E83505AFB7D67093C808 /* PBXTargetDependency */, + 6DB50665C20DC1D0028E753C92E9F181 /* PBXTargetDependency */, + B888EB6162FEC85678CCF97E87C68049 /* PBXTargetDependency */, + 7E0A1B42722550BF963E4499B092C295 /* PBXTargetDependency */, + DC6BE28402C389D705189C4F10449669 /* PBXTargetDependency */, + 063AA5B7B962DE1AFCB53D531EE11F6E /* PBXTargetDependency */, + 31931DA45E92FA3E97BF96EC6908E06D /* PBXTargetDependency */, + 1500F87175D8C53FE61D0F07B1BE5895 /* PBXTargetDependency */, + DEDADB2AF087B7F66CAAE992A895E23D /* PBXTargetDependency */, + F60BF64D9107E1CBAA7F5458E78BCAAF /* PBXTargetDependency */, + 3602C2D1D468031A5668E178CB748D2D /* PBXTargetDependency */, + 6E830C2E0653C8AF539D7DC8946E13FD /* PBXTargetDependency */, + 6218267A68511C93CB7840629F99612B /* PBXTargetDependency */, + BC2E4BB723DF688BE6F1203728113858 /* PBXTargetDependency */, + 58029F37F5A710F0ACF6A6670D5E3DA9 /* PBXTargetDependency */, + E369F9E9578DCF9D1B10D8E327D19427 /* PBXTargetDependency */, + 9E71F469913FF2814820A4C83FF514B7 /* PBXTargetDependency */, + 3093132355E72AF77D413782BF0AF3B2 /* PBXTargetDependency */, + 020223F5936004B4AF2F013DF11038DD /* PBXTargetDependency */, + 943AC560E940C94FD10FAE3CD277077F /* PBXTargetDependency */, + E8B87B8B9C390B1C2259F6F381C1E313 /* PBXTargetDependency */, + D27C66B92FA8D65C4BE7FAF9A75949C5 /* PBXTargetDependency */, + FFF6074AA076E2E8932678ED66DD3A3B /* PBXTargetDependency */, + 2CCA3115DC02D541E7488054E9C6DCB3 /* PBXTargetDependency */, + BF6781C6753959ADB2721A0906E62385 /* PBXTargetDependency */, + FD771A3C808ABFC01F9FAFF66717E98C /* PBXTargetDependency */, + B4E248B1394D85E428578BBC61FB19FF /* PBXTargetDependency */, + E14ADFE9A90DE1317C6078297DBABCE9 /* PBXTargetDependency */, + 018D20438AEFBC599B40FC150ED632CA /* PBXTargetDependency */, + 2096960264E69B8DD251DF52B93F6824 /* PBXTargetDependency */, + 724F2120C6CD83C78EB9FB5FAAFD5C7A /* PBXTargetDependency */, + 655544D7D02592E97B8B179D9A5C6A5A /* PBXTargetDependency */, ); name = "Pods-ShareRocketChatRN"; productName = "Pods-ShareRocketChatRN"; @@ -15059,110 +14899,109 @@ }; B37ECF22F1589E28F59BC9990B4DC476 /* Pods-RocketChatRN */ = { isa = PBXNativeTarget; - buildConfigurationList = 0DCB99CA1C0B79F310F8AEEB7B494725 /* Build configuration list for PBXNativeTarget "Pods-RocketChatRN" */; + buildConfigurationList = 859DFBE6D9F8110D5FF0939DF8C4B2B1 /* Build configuration list for PBXNativeTarget "Pods-RocketChatRN" */; buildPhases = ( - 0A130A814D8BA0DD7E431A32B221A7D1 /* Headers */, - 58FF6FD9E58AE07B1F148A31E8A39DD9 /* Sources */, - D6FAF6BF5D3679758336E553387B6249 /* Frameworks */, + A4395C10101EC563E976DF212118E770 /* Headers */, + B053494361598B7E49F8EA6CF92BEF9B /* Sources */, + BAE254DA34336B8B08709A8D9B9F10FD /* Frameworks */, ); buildRules = ( ); dependencies = ( - 1075F9CCD994E70735DAAA1B72F6959E /* PBXTargetDependency */, - 1B850185117B6099EE2BA69919ED97A7 /* PBXTargetDependency */, - 2483891F00AFDF52352320EA6EBD544F /* PBXTargetDependency */, - 3C7B32D4434079D5F73DA9D9133D9B49 /* PBXTargetDependency */, - C1706866FAE7E7458DA97F552194C3A8 /* PBXTargetDependency */, - 402D2CD32362B95692C5217037873D9F /* PBXTargetDependency */, - 591994FD3F79993BDEB60F9BB1766BE6 /* PBXTargetDependency */, - C77C5E4EF16E89C249F12655D197A3E7 /* PBXTargetDependency */, - 89677BEB478AD16A6AECCFA0DDCF0CCC /* PBXTargetDependency */, - 10FB0ADE82096A6DBF288BBE8FA9B17A /* PBXTargetDependency */, - 1FCA998FBB73B9DADCCBF37ED5AA55E1 /* PBXTargetDependency */, - 687CC664059055A8C22CA64C2522888B /* PBXTargetDependency */, - 5E11E5E31E667949CDF7A07F2C3848A1 /* PBXTargetDependency */, - BBE536693CA9EDB8DB65D07E966AA6C5 /* PBXTargetDependency */, - 08FDE26109762C05BD705EEA4FB95648 /* PBXTargetDependency */, - BC09203586FB2340B77D06D5688A2B73 /* PBXTargetDependency */, - 9BF3EF4C131DFCC7B18B4F2ECC910786 /* PBXTargetDependency */, - 5452D4D8891C5B465554B3B7800B7970 /* PBXTargetDependency */, - 22590F507E44BC00C6D2E4EED8832A59 /* PBXTargetDependency */, - 6B27D33571E66A41231191AADAB3CA45 /* PBXTargetDependency */, - F1857E1E01AE89BB08CEEEB4004997F3 /* PBXTargetDependency */, - FABA595331B53EB63D52C7B8BCF0AF53 /* PBXTargetDependency */, - B64CD51BE745B16175CA9ED5AFE9AB5F /* PBXTargetDependency */, - 529129A59789643C7C883DA43F6F2E79 /* PBXTargetDependency */, - 5F1F7050164F354D84005B5A35E091F4 /* PBXTargetDependency */, - 65FEAFDA56CF49470EE2A150D42E74D6 /* PBXTargetDependency */, - 9297FBB28CDA6EA8F1372E5C98432EFF /* PBXTargetDependency */, - 00AE8428ADB648C90FEEC9A8F259EBA5 /* PBXTargetDependency */, - 693F4FCA343062E2A89F5F191DF8A9AF /* PBXTargetDependency */, - ED32C531F5C1D529A70F3E7D3D7301AD /* PBXTargetDependency */, - BCD2D120DF155D5F49FB9738AF101B5B /* PBXTargetDependency */, - 0B0A5132371545425BEE920E6B9079CE /* PBXTargetDependency */, - 8738CA30BDAECCFF6A21EE6803B63D13 /* PBXTargetDependency */, - A378A93205754F71B1FD689F48AF9627 /* PBXTargetDependency */, - 76B2F37FE4484673AC6C137DBD694B49 /* PBXTargetDependency */, - 2589A198D37DBBAA891AE349E32E53A3 /* PBXTargetDependency */, - 4A060AB7FC373C862648617EFE5B2D59 /* PBXTargetDependency */, - 0023F7CAF4207A14FB33561960C0D79B /* PBXTargetDependency */, - 1DD4DB71506075DE536453353DCDC20D /* PBXTargetDependency */, - DC05D6C810FE6922EC70A8B87AEC26CF /* PBXTargetDependency */, - 75554A3500A794EDAF68B787ECC404E4 /* PBXTargetDependency */, - 675DA9F8B6294A0EF6B3297B44E6AC63 /* PBXTargetDependency */, - D531F7144E340BA804EB980C44EB152B /* PBXTargetDependency */, - 20185205BFFEE1EFC74C2464565DD40D /* PBXTargetDependency */, - E39D11BF3F0AC0C78CF1BC07B9DD1D18 /* PBXTargetDependency */, - CE099FA43FA9CBBB52F46A4F3F29A6E6 /* PBXTargetDependency */, - 91B856ECB54257E27839FAD00B5B0713 /* PBXTargetDependency */, - B1D602C7071201D59CA3FED3EB25F27A /* PBXTargetDependency */, - 36E25A336B76398E774652128D3CC302 /* PBXTargetDependency */, - 941356D90B9D3236DD4BAB1B25E23106 /* PBXTargetDependency */, - A9D74A7E603C7CD2B35AE50C8951A27A /* PBXTargetDependency */, - 51997BA7DBB9A6CEFF2FD210C3DB5D14 /* PBXTargetDependency */, - 22EDBB430595EC8E0CCB027EBDEF0ABA /* PBXTargetDependency */, - DCDF6DD5377D29B16749C3BDBE257335 /* PBXTargetDependency */, - 95B69A10935D4C9D619EB46C52D4A8AE /* PBXTargetDependency */, - 8932090986A37BA5964BCD2AAC185C53 /* PBXTargetDependency */, - 0B717FF5AC03106D997B035E33E6DAC0 /* PBXTargetDependency */, - 11BF028FAC2218EBDB7EFC2C61C20FE4 /* PBXTargetDependency */, - 623132768179F7EF19EB436D062C074F /* PBXTargetDependency */, - 7A92A048691A8ADC709E41F8C20495D2 /* PBXTargetDependency */, - CB26FB3A1ADCB585DEF4B75B15DA0571 /* PBXTargetDependency */, - C551371FFCFD68991DC83B3625FD944A /* PBXTargetDependency */, - 009E4DE0D5B8A1CABDF2D17CE31FBBF5 /* PBXTargetDependency */, - 044C9460BD9ABC961FA1E8A1BC2D05FC /* PBXTargetDependency */, - 0142B930632190BD3B4D63A34746A8D1 /* PBXTargetDependency */, - 05BD4EDCFE5560D886006FE541DB5766 /* PBXTargetDependency */, - D792397192B4B2CC4E1F2C971511B663 /* PBXTargetDependency */, - C0F01AE6B725B8BE06911E7EC7613982 /* PBXTargetDependency */, - CA3CFCF5827C79A16F50A4237B5C2415 /* PBXTargetDependency */, - 1190E8B9713BFE6CDEFF7F4A7058DEFA /* PBXTargetDependency */, - 02DDA4061CE4EEE097CFD8780566B7FE /* PBXTargetDependency */, - C363132B03852623D6B647FF48AA1A10 /* PBXTargetDependency */, - CEB80C39144A1577C4B63511FF254823 /* PBXTargetDependency */, - 0F55A54C53376CDF554DBE9C20C06411 /* PBXTargetDependency */, - 9C5C02591BF4AB254AA00BEAA87A8E27 /* PBXTargetDependency */, - 4510DBBD8706CDEF1A909B6DECCE84C8 /* PBXTargetDependency */, - D41D46E6AEDAC6E02C2FD3F0653B7D0D /* PBXTargetDependency */, - 52C9FFA5142DED865AC5FE049D4F049B /* PBXTargetDependency */, - 5A4140CD1585E44744712FA4F45E1867 /* PBXTargetDependency */, - 80336185682572AB5A484FEB5CE5FC75 /* PBXTargetDependency */, - 44750622AD548AC64AB3F3425A27FCCF /* PBXTargetDependency */, - BE5D359524D18A8A258766608BB1D085 /* PBXTargetDependency */, - A25B6F8AA7DD52630D91CE0AF9605A84 /* PBXTargetDependency */, - BCCDFD7DF3592A262A27DA1D184FCAE2 /* PBXTargetDependency */, - FB5C70956A590BBAFC947BD33A9CEE0F /* PBXTargetDependency */, - FE76C92EDFA969F8124145D4FCA55CA4 /* PBXTargetDependency */, - E02A6402965CAD49139E2085F796EBBD /* PBXTargetDependency */, - 1919FC3CEED925CB282770030FB87B34 /* PBXTargetDependency */, - 6672E1CD5675D3968FF83D6860A4BE0D /* PBXTargetDependency */, - 13AAD3C8EC810BD7E0E84B194511B522 /* PBXTargetDependency */, - 969B9FAEB40B58A7439CA900DA93C9D8 /* PBXTargetDependency */, - 881F23D100A86646AC20041A94B3F255 /* PBXTargetDependency */, - 9DF8577420FE7C39AA7577056C09BD11 /* PBXTargetDependency */, - 6E121C05B929D36ACDFB4D3701E84774 /* PBXTargetDependency */, - BD4E7D717758D9D1AA3C294FD5FF1B06 /* PBXTargetDependency */, + 12A07D2203836CD505C8505ACDBF25BB /* PBXTargetDependency */, + 200613A0FC6805FA98C2AF976361A338 /* PBXTargetDependency */, + 7C415F54E31C0D9DE2936840BF55CDE4 /* PBXTargetDependency */, + 5BDED4260889D7D88C6AB142599ADEEE /* PBXTargetDependency */, + 13A13E28A45B4A3F58A393F2F4CD2527 /* PBXTargetDependency */, + 16602EB7F91F88A1507CD0BB99603F4E /* PBXTargetDependency */, + 782AACACD3AE081AC3444DEED7E03B67 /* PBXTargetDependency */, + F892724AB5DDE7F3C8FCE1C90A15548D /* PBXTargetDependency */, + 871BAA21CD6289823645EBA09C3DBD13 /* PBXTargetDependency */, + 4F0857BD0DB863A909B1C536905EC4E0 /* PBXTargetDependency */, + 0FFCD3153DB0FBA1F4F2F54100C19AAC /* PBXTargetDependency */, + 0F57A01AD07C821C8D0392763A551A64 /* PBXTargetDependency */, + 02BF985362835B6E22B8CAE569C7C7D1 /* PBXTargetDependency */, + 9B59087A3F924CDC6450A484FC5F3D46 /* PBXTargetDependency */, + D22E915BD10187ECEFA42DC650E5322D /* PBXTargetDependency */, + 0044AFB2A9DC017358F19ED375F59FB2 /* PBXTargetDependency */, + F3643D27472A2EAB6340D2C1FA8CAD64 /* PBXTargetDependency */, + 4973C3DE70006C26FF1CFBF97017F779 /* PBXTargetDependency */, + E86ED6B3EBF3B9E9CFE1DD3D5ABF310D /* PBXTargetDependency */, + AC5149B7A330F93E5DDEF97973E7FB14 /* PBXTargetDependency */, + 761EB5FA9332B3604AF33A975B53316B /* PBXTargetDependency */, + FE47257F2A2FE9543A7828B8EF8F9D23 /* PBXTargetDependency */, + B099DC02A1892747362C5AD0ADF2314D /* PBXTargetDependency */, + A96039B0C394EBF92192F72EF6700078 /* PBXTargetDependency */, + 8D1FBFD341DB27A5609CFBCC932BB087 /* PBXTargetDependency */, + D430F3EB8219A16E20CAED87419FF058 /* PBXTargetDependency */, + AC6080807731310A85D092B3FA752DA9 /* PBXTargetDependency */, + 6F83AFCB229675884C8F4AA86BD3D571 /* PBXTargetDependency */, + 04E266C71524FD04E04FE25983F73266 /* PBXTargetDependency */, + A7B5382AB66D8DFF27673B3716AFBE7B /* PBXTargetDependency */, + E83A5229F50B9DB145BEEACACD23E6CB /* PBXTargetDependency */, + 6373CD8610C59685593EBE531A593C5D /* PBXTargetDependency */, + E41F8A2A504FD80110458F59CE360ADA /* PBXTargetDependency */, + D8DD55F4F258034EC368EE6CBE17BD72 /* PBXTargetDependency */, + 45B9212C95CEFF943013E8DF5D862681 /* PBXTargetDependency */, + 9AFB078BD43C7CBBC282ED622E3AB6E4 /* PBXTargetDependency */, + 4829D776EE4AAD719277D37C57DE917E /* PBXTargetDependency */, + 433C260C006BAB2ED2DA271DB2160E8A /* PBXTargetDependency */, + 876842C91FF0021B27E3710DF41A97E6 /* PBXTargetDependency */, + 478C0165156FC9ED06554774BF24F425 /* PBXTargetDependency */, + AC9BBA8C05F8C85942E7B99BEB7C5DE1 /* PBXTargetDependency */, + 814B9CFF889315A4D41179829BFD0AEE /* PBXTargetDependency */, + 2E4ABB8455310BABA87E661ECC78B06F /* PBXTargetDependency */, + 9ADFC65EB8DE97F9E5DEC26D5973B98B /* PBXTargetDependency */, + 6799C389571508D0E16456FAEAB3848D /* PBXTargetDependency */, + A93793D9E24FC88EA9FB2F5A9550049C /* PBXTargetDependency */, + AC5D80DBDA9B4497E72654D3F2BE8A8F /* PBXTargetDependency */, + 2CB3221AD1ED31E45AEEEA60042BC06C /* PBXTargetDependency */, + 85557F5E92EE739C62F01435C976CAAE /* PBXTargetDependency */, + A0425ADC42719E3ECCC36A986073FC52 /* PBXTargetDependency */, + 57709D7E72B187364F10F24BA6B6D3CD /* PBXTargetDependency */, + E9A74B922BDA242D0EFE990A54CAEA47 /* PBXTargetDependency */, + A88F038683BBDF496D0DCD3EA2054882 /* PBXTargetDependency */, + 490A1C31B5526CED2DBA95397B4854DC /* PBXTargetDependency */, + 2F64732A22B7B7A88054C34876CC52AE /* PBXTargetDependency */, + 0CAAFACAC3465F76A70A74ADDBA40A36 /* PBXTargetDependency */, + 703F74B5246910ED1F619119CDEF89EF /* PBXTargetDependency */, + 357466EB08392E28CEA442942B46CEFF /* PBXTargetDependency */, + B8E0B67E955A3608CEEC156C188339F9 /* PBXTargetDependency */, + 8EA1D815AE4229B2CB94D40F08BA3DBD /* PBXTargetDependency */, + 79709D29E0BC3BEDCE914031541E8E5E /* PBXTargetDependency */, + 982EB6180C9CF98130C371C6ADF6CD73 /* PBXTargetDependency */, + 6D71716F344E0438872A0E5EF037A342 /* PBXTargetDependency */, + 20A21E725FF2E8A47FDEE6E8C74E3A66 /* PBXTargetDependency */, + 90C2E076F23C73EDE1E59AC5BE0FDDB7 /* PBXTargetDependency */, + D93C5DB341581740C367945DCD1957AC /* PBXTargetDependency */, + 450D728B815BC12EAA892BD7079713A7 /* PBXTargetDependency */, + E12AADD0411957592D5E155B4EDF69E6 /* PBXTargetDependency */, + 1E06789DB358E14310E45EA44B48C0E8 /* PBXTargetDependency */, + 25BE7C532DFEA415253603B190F16312 /* PBXTargetDependency */, + 05F75461706DFCFC5965002513744BFD /* PBXTargetDependency */, + D24A70F21C9ECBB594FDC551EF53AA71 /* PBXTargetDependency */, + 8356316FD5079692EDE53275A3C6134D /* PBXTargetDependency */, + 075E0E0B9B92EDC9CE885746D0490C39 /* PBXTargetDependency */, + 16069BFD1B377321A6DCEAA98424A809 /* PBXTargetDependency */, + F42A5EF4A8EAE42AC0970D26AE0B15B8 /* PBXTargetDependency */, + 0DE9901C1C8E23C69649975E483C428F /* PBXTargetDependency */, + E386C7C112B54880619198810F84D943 /* PBXTargetDependency */, + 6144B534339B92D5B00EFED5499A0EE1 /* PBXTargetDependency */, + C34B84B6062BBDD6721DAF6EE3DB6D6F /* PBXTargetDependency */, + 00ABEED60029BAFC5AF89EE4B07C2BA0 /* PBXTargetDependency */, + 48CA85607242061317E93A362DA9EA93 /* PBXTargetDependency */, + 224917BBFCAC054AE73D564703F31D0A /* PBXTargetDependency */, + E4BF9EA0288F1CE4520ED17C08427039 /* PBXTargetDependency */, + BC23F29F64D23D41AC90DB7A4F2A209E /* PBXTargetDependency */, + 173C422D3E27514D2BA953283D77CCD2 /* PBXTargetDependency */, + DB3409A041D1D17DA7499CCC11228805 /* PBXTargetDependency */, + 16F1DEA0ABEB1354ED0A5AE287B82408 /* PBXTargetDependency */, + BD9942408173E0401D2C619F566BE1F1 /* PBXTargetDependency */, + 4F0BA9AA90ED1A31F19D78C7C51278C7 /* PBXTargetDependency */, + 6C61FF701E11A0BBFCF95161EEB33237 /* PBXTargetDependency */, + 2F91736E0357BB0D468B9C17B1C957A3 /* PBXTargetDependency */, + 1C8DBF33C996D21534A3457FA1C2ECE3 /* PBXTargetDependency */, + 38EF85477C152AE84F726EE2CF766108 /* PBXTargetDependency */, ); name = "Pods-RocketChatRN"; productName = "Pods-RocketChatRN"; @@ -15623,7 +15462,7 @@ Base, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 420C48B2DE10CB29EF09E117AF91E28A /* Products */; + productRefGroup = 953F339B4E7AFC99F859A3901749AEA6 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -15675,7 +15514,6 @@ BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */, D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */, D39AB631E8050865DE01F6D5678797D2 /* react-native-jitsi-meet */, - 7573B71C21FB5F78D28A1F4A184A6057 /* react-native-keyboard-input */, EAB05A8BED2CAC923712E1C584AEB299 /* react-native-keyboard-tracking-view */, CA400829100F0628EC209FBB08347D42 /* react-native-notifications */, 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */, @@ -16508,14 +16346,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 58FF6FD9E58AE07B1F148A31E8A39DD9 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 356EE09C002119DE7C52088DFA62BD4C /* Pods-RocketChatRN-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 5A0315FE0271928CDEB11F2F9319E54A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -16716,19 +16546,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8AF81224397E9B8D59FB1BA5FC3A17AD /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 9824466925699D70D12255531354CA4B /* Color+Interpolation.m in Sources */, - 232A5F0ADAC6F28BA824008C57E88A6F /* LNAnimator.m in Sources */, - DDA26EF3720C9461304F12664EC2308F /* LNInterpolable.m in Sources */, - 81CE3889FF186CCB32CA2BE60F122F65 /* RCTCustomInputController.m in Sources */, - 141CB062270AB0D64040EE9FF7CCDFC0 /* RCTCustomKeyboardViewController.m in Sources */, - 8F040C2B11F6646DD48ACF0D9F806AC5 /* react-native-keyboard-input-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 92019729DD1112D43EDFC947C908B4D5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -16852,6 +16669,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + B053494361598B7E49F8EA6CF92BEF9B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + CF2AB0B98D710D55807308931D961B80 /* Pods-RocketChatRN-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; B1043B072D1FF8CF1B06DEBFFB519FC1 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -16992,14 +16817,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - DABBE26D3BDA05A355B78B5407A7C089 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - F559AD1366957B0028F9C2E8CF3746BF /* Pods-ShareRocketChatRN-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; DC6DB65FF82A08440D53B9FD9BDEBE3C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -17101,6 +16918,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + EB5F1A0FB2BCC02E1BF7D999E97666B8 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4D572EA96C24227D1F146331B01C32FE /* Pods-ShareRocketChatRN-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; EC2F803034C82734E1C7B0418C5C60CF /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -17174,29 +16999,23 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 0023F7CAF4207A14FB33561960C0D79B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNLocalize; - target = B51433D546A38C51AA781F192E8836F8 /* RNLocalize */; - targetProxy = FFD43E184427B6EA9ECC6F4437AB219B /* PBXContainerItemProxy */; - }; - 009E4DE0D5B8A1CABDF2D17CE31FBBF5 /* PBXTargetDependency */ = { + 0044AFB2A9DC017358F19ED375F59FB2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 659411621C92AF9563AF5F4D3F68C081 /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 7941868B0C918EADAB9CE7BA4DF6FEE2 /* PBXContainerItemProxy */; }; - 00AE8428ADB648C90FEEC9A8F259EBA5 /* PBXTargetDependency */ = { + 00ABEED60029BAFC5AF89EE4B07C2BA0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = F8FF8F00130B90292C25FD5A541C8256 /* PBXContainerItemProxy */; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 424125C88E14DB56CA12797059758FAB /* PBXContainerItemProxy */; }; - 0142B930632190BD3B4D63A34746A8D1 /* PBXTargetDependency */ = { + 018D20438AEFBC599B40FC150ED632CA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMBarCodeScannerInterface; - target = 49821C2B9E764AEDF2B35DFE9AA7022F /* UMBarCodeScannerInterface */; - targetProxy = 013B90B33AA066E5675D93493FAA0C49 /* PBXContainerItemProxy */; + name = "react-native-video"; + target = 3E5D106F8D3D591BD871408EEE0CC9FD /* react-native-video */; + targetProxy = F70EC00500E3DE271BC4930EF0D28F58 /* PBXContainerItemProxy */; }; 01C4775EBB1ADD0B79CC48B319789E79 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17204,11 +17023,29 @@ target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; targetProxy = 97B757EDAC3A7488ACC8A43E74C8388E /* PBXContainerItemProxy */; }; - 02DDA4061CE4EEE097CFD8780566B7FE /* PBXTargetDependency */ = { + 020223F5936004B4AF2F013DF11038DD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMFontInterface; - target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; - targetProxy = A8252907A5DB492F4067B22F6CA071B4 /* PBXContainerItemProxy */; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 4CC84FD9DE71FF1170C13D14A3E75436 /* PBXContainerItemProxy */; + }; + 0297E5CFD994617603F00E9A45C1A8E5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseAnalytics; + target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; + targetProxy = D41E3DACC67C081B275DABDD556E2195 /* PBXContainerItemProxy */; + }; + 02BF985362835B6E22B8CAE569C7C7D1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Fabric; + target = ABB048B191245233986A7CD75FE412A5 /* Fabric */; + targetProxy = 3C1A05B2651BC398A971A265A47D9664 /* PBXContainerItemProxy */; + }; + 038DAFD5B699989D8EF1FA3C27520071 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNLocalize; + target = B51433D546A38C51AA781F192E8836F8 /* RNLocalize */; + targetProxy = 6C0219F656524523DFDA2B58477588FC /* PBXContainerItemProxy */; }; 03C5D1361123B1B19A913F4F89661FDB /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17216,17 +17053,29 @@ target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; targetProxy = 46123FA0B5C451A00D38BB12B40AD23A /* PBXContainerItemProxy */; }; - 044C9460BD9ABC961FA1E8A1BC2D05FC /* PBXTargetDependency */ = { + 04858D8D9D45623F2F280D0792EED193 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageWebPCoder; - target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; - targetProxy = D76EED7E57A8AC867FB994DBE71FF18D /* PBXContainerItemProxy */; + name = RNAudio; + target = 449C1066B8C16DEDB966DCB632828E44 /* RNAudio */; + targetProxy = 84C34CD673018D254BF480BF14FF2890 /* PBXContainerItemProxy */; }; - 05BD4EDCFE5560D886006FE541DB5766 /* PBXTargetDependency */ = { + 04E266C71524FD04E04FE25983F73266 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMCameraInterface; - target = 0A915EE9D35CA5636731F8763E774951 /* UMCameraInterface */; - targetProxy = 8A59BFC9C583E87EAA2E6B8065372556 /* PBXContainerItemProxy */; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 32B5044CE3237F142200CDBDA924FB29 /* PBXContainerItemProxy */; + }; + 0592EF92835EBC0B6CF3CB15093608B7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Firebase; + target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; + targetProxy = A0BA98AFD3A542EDD80C4A1EA67CF175 /* PBXContainerItemProxy */; + }; + 05F75461706DFCFC5965002513744BFD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFontInterface; + target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; + targetProxy = 0EAADFF9A226016D978D17FE8A50B03C /* PBXContainerItemProxy */; }; 0601407CEF1C58A062803387CCDB2AF4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17234,12 +17083,30 @@ target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = D1DD6F0528614F3F6A959C01AB7F7DCB /* PBXContainerItemProxy */; }; + 063AA5B7B962DE1AFCB53D531EE11F6E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTVibration"; + target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; + targetProxy = D94E3E68B5F3942E659EBF1C2EA57FCF /* PBXContainerItemProxy */; + }; + 073381D4566A6F9DF7A6A8F7A832141B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-CoreModules"; + target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; + targetProxy = EBD21F60815F964A3EAAB0E733BFEAE6 /* PBXContainerItemProxy */; + }; 073CD2E5F0971C9A28E591F6289C48BA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Crashlytics; target = C0E41540D6862472ED7F2FA11669BE1F /* Crashlytics */; targetProxy = 70056FCB7FB870FB7D91F161A3B6F84F /* PBXContainerItemProxy */; }; + 075E0E0B9B92EDC9CE885746D0490C39 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMReactNativeAdapter; + target = 897EF6A99176326E24F51E2F2103828C /* UMReactNativeAdapter */; + targetProxy = BFA470827F14C946DA5BAE3D1912C818 /* PBXContainerItemProxy */; + }; 0819D4E8DCB748F652F6C3216F88A453 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; @@ -17252,29 +17119,17 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = A9D92F68FAFAEBBE26C78B0172ED347C /* PBXContainerItemProxy */; }; - 08FDE26109762C05BD705EEA4FB95648 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; - targetProxy = 7E567AF9F6696E9BABAEA18B0F543692 /* PBXContainerItemProxy */; - }; - 0934726766A1D686F77548BEEAE33C24 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFirebase; - target = A83ECDA5673771FA0BA282EBF729692B /* RNFirebase */; - targetProxy = 6B6F2CD6F1EDA090471B40FD9881BCEA /* PBXContainerItemProxy */; - }; - 0B0A5132371545425BEE920E6B9079CE /* PBXTargetDependency */ = { + 098765B152D5CFDBEABE4DE6D2561D31 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNDateTimePicker; - target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; - targetProxy = B4D1DC1D87B27262F538757DA60FAB65 /* PBXContainerItemProxy */; + name = RNUserDefaults; + target = 4D67CFB913D9C3BE37252D50364CD990 /* RNUserDefaults */; + targetProxy = 72BA3707D40AD49DD19DC13CF7B749C2 /* PBXContainerItemProxy */; }; - 0B717FF5AC03106D997B035E33E6DAC0 /* PBXTargetDependency */ = { + 0CAAFACAC3465F76A70A74ADDBA40A36 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = F1C1E6D53DF54035DAB5D6D1D49E22D8 /* PBXContainerItemProxy */; + name = "React-RCTVibration"; + target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; + targetProxy = F133D56C6FE365705A91ACC220219C09 /* PBXContainerItemProxy */; }; 0D751055C363323C78854582E5CE9EEB /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17282,29 +17137,35 @@ target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; targetProxy = EE98A4C80DE900CD0C9ED8195B4EF52D /* PBXContainerItemProxy */; }; + 0DE9901C1C8E23C69649975E483C428F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = B42F65971F76910290A921E5BE621605 /* PBXContainerItemProxy */; + }; 0EA175BD24BB28A0E0412FF094DE386B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = glog; target = D0EFEFB685D97280256C559792236873 /* glog */; targetProxy = B7CA8E5E6048734280447632DB142C89 /* PBXContainerItemProxy */; }; - 0F55A54C53376CDF554DBE9C20C06411 /* PBXTargetDependency */ = { + 0F57A01AD07C821C8D0392763A551A64 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMReactNativeAdapter; - target = 897EF6A99176326E24F51E2F2103828C /* UMReactNativeAdapter */; - targetProxy = C7234391A2D448B979BFF7701270FC5C /* PBXContainerItemProxy */; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = A81605657D018360C2142B86E3A646F5 /* PBXContainerItemProxy */; }; - 1075F9CCD994E70735DAAA1B72F6959E /* PBXTargetDependency */ = { + 0FA85E66F55F49A4F07E0C5314F42CC8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BugsnagReactNative; - target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; - targetProxy = 58E5216ED8479923BEC4DD1D75CD5A1C /* PBXContainerItemProxy */; + name = RNDeviceInfo; + target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; + targetProxy = FC7003B510EE6728BFC5CCF8FBEE036F /* PBXContainerItemProxy */; }; - 10FB0ADE82096A6DBF288BBE8FA9B17A /* PBXTargetDependency */ = { + 0FFCD3153DB0FBA1F4F2F54100C19AAC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXWebBrowser; - target = 9EB556EE511D43F3D5D7AAF51D8D0397 /* EXWebBrowser */; - targetProxy = 863E41BA7A7F1117440E8FBD60D9AECE /* PBXContainerItemProxy */; + name = FBLazyVector; + target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; + targetProxy = DDFA131F8A17C0CC7D5FCF450E11A752 /* PBXContainerItemProxy */; }; 111B42C5DC57FD6481F10A216C2A2A54 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17312,17 +17173,11 @@ target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; targetProxy = 05C70C130BBF2D57D3A41CA7A93B606B /* PBXContainerItemProxy */; }; - 1190E8B9713BFE6CDEFF7F4A7058DEFA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFileSystemInterface; - target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; - targetProxy = 939E7A1046CB374F8C89A0A1686DD850 /* PBXContainerItemProxy */; - }; - 1195700B82473F4A5A5522C4074AC819 /* PBXTargetDependency */ = { + 113F6F213E4977CA67A2BFCA24FE5D40 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNReanimated; - target = FF879E718031128A75E7DE54046E6219 /* RNReanimated */; - targetProxy = AD20E884F81A84B9953448DFC846440D /* PBXContainerItemProxy */; + name = RNFastImage; + target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; + targetProxy = 15AF678E91F90883755A330BECB850DF /* PBXContainerItemProxy */; }; 11BB47F7EA1D94100004061A682344B8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17330,35 +17185,35 @@ target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; targetProxy = 0ECB4C54EED84F5258E41AFD4657F11F /* PBXContainerItemProxy */; }; - 11BF028FAC2218EBDB7EFC2C61C20FE4 /* PBXTargetDependency */ = { + 12A07D2203836CD505C8505ACDBF25BB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = B7AF12EAC59B26018D9EF1CD9A4583B9 /* PBXContainerItemProxy */; + name = BugsnagReactNative; + target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; + targetProxy = 8B53E7A1E3DE4049A7BA39703DD90925 /* PBXContainerItemProxy */; }; - 12A6FA2AAAA9B2D27A8C34DF1A0B7F6C /* PBXTargetDependency */ = { + 13A13E28A45B4A3F58A393F2F4CD2527 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNLocalize; - target = B51433D546A38C51AA781F192E8836F8 /* RNLocalize */; - targetProxy = 23606BE87CE39804C557EEBB5F3B65E4 /* PBXContainerItemProxy */; + name = EXAppLoaderProvider; + target = 2B8C13513C1F6D610976B0C8F4402EC1 /* EXAppLoaderProvider */; + targetProxy = 7636C6A03013022B7158485E9F36BAA4 /* PBXContainerItemProxy */; }; - 13256A1C1294375B3937496B07863F51 /* PBXTargetDependency */ = { + 1500F87175D8C53FE61D0F07B1BE5895 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FBLazyVector; - target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; - targetProxy = D0AC3DC5ACD56608863F72BC86F892BE /* PBXContainerItemProxy */; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 0703F7FF7EB29E4E3823B2E7E57576CB /* PBXContainerItemProxy */; }; - 13AAD3C8EC810BD7E0E84B194511B522 /* PBXTargetDependency */ = { + 16069BFD1B377321A6DCEAA98424A809 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-orientation-locker"; - target = 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */; - targetProxy = 3296120312383E2FEEF25EBE2E498DB7 /* PBXContainerItemProxy */; + name = UMSensorsInterface; + target = 2038C6F97563AAD6162C284B3EDD5B3B /* UMSensorsInterface */; + targetProxy = 8843FEF2936F6906F3DEA4AB5FA3FB99 /* PBXContainerItemProxy */; }; - 14C748E24103C12CDF0395D467CA9922 /* PBXTargetDependency */ = { + 16602EB7F91F88A1507CD0BB99603F4E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 322C038969155807A6FCDAF537BB6E46 /* PBXContainerItemProxy */; + name = EXConstants; + target = 6C1893932A69822CBE3502F2E0BCFB6D /* EXConstants */; + targetProxy = E20BA40E1FB3A19270176C471380F136 /* PBXContainerItemProxy */; }; 16D9EDA83A5EAC350AAADE42DC833185 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17366,47 +17221,53 @@ target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; targetProxy = E7713748923D5218C5086559D4632CF6 /* PBXContainerItemProxy */; }; + 16F1DEA0ABEB1354ED0A5AE287B82408 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-notifications"; + target = CA400829100F0628EC209FBB08347D42 /* react-native-notifications */; + targetProxy = 9364418E65938ADFB5D5A44BABF7F5E6 /* PBXContainerItemProxy */; + }; + 173C422D3E27514D2BA953283D77CCD2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-jitsi-meet"; + target = D39AB631E8050865DE01F6D5678797D2 /* react-native-jitsi-meet */; + targetProxy = A338B2EA637A261726C42F278A3D8665 /* PBXContainerItemProxy */; + }; 17B0305E08C7EF9ED292AA9014450AF0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMCore; target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; targetProxy = 9A2D94180C1D8549B209C4F116F4FC88 /* PBXContainerItemProxy */; }; + 18BB5F90FAB5266AB6D8DFE3295FFBED /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCoreDiagnostics; + target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; + targetProxy = 5D39961455ACD0269DBC590E70DC8C49 /* PBXContainerItemProxy */; + }; 18FD1501C797648CCBBE6F5A312BFE05 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = A2714C3F770F38D4074DD0F61DA9CF45 /* PBXContainerItemProxy */; }; - 1919FC3CEED925CB282770030FB87B34 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-keyboard-tracking-view"; - target = EAB05A8BED2CAC923712E1C584AEB299 /* react-native-keyboard-tracking-view */; - targetProxy = 39526A737154429A92A749D57C7B717A /* PBXContainerItemProxy */; - }; 19BC2F23FE52F44CE24705F1417E1FA0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTImage"; target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; targetProxy = 880E09ED5680F9853220E14F334D0ECC /* PBXContainerItemProxy */; }; - 1B49E1A63F48670110EE5F30EC59C71A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = DACD7A76174C99D62A0ED52B1AD3A06F /* PBXContainerItemProxy */; - }; - 1B850185117B6099EE2BA69919ED97A7 /* PBXTargetDependency */ = { + 1C8DBF33C996D21534A3457FA1C2ECE3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Crashlytics; - target = C0E41540D6862472ED7F2FA11669BE1F /* Crashlytics */; - targetProxy = AF4C42320C47D13C65A10E8E48CA3ECA /* PBXContainerItemProxy */; + name = "rn-extensions-share"; + target = A238B7CE3865946D1F214E1FE0023AAE /* rn-extensions-share */; + targetProxy = 0634B3213AA67FC0CDDCB4F75EEBDA00 /* PBXContainerItemProxy */; }; - 1DD4DB71506075DE536453353DCDC20D /* PBXTargetDependency */ = { + 1E06789DB358E14310E45EA44B48C0E8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNReanimated; - target = FF879E718031128A75E7DE54046E6219 /* RNReanimated */; - targetProxy = 19CC10DDD342F470CF9E83A31C3E960E /* PBXContainerItemProxy */; + name = UMFaceDetectorInterface; + target = 2AD4F40E67E1874A0816F6B34289EB41 /* UMFaceDetectorInterface */; + targetProxy = 21F7DDB6F91E34308909DEA695AEF975 /* PBXContainerItemProxy */; }; 1F7F74A9D27293B2CD3A13D6A29E8DCF /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17414,35 +17275,29 @@ target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = 65685AEAE3C8051C0DE124A6E5ACB197 /* PBXContainerItemProxy */; }; - 1FCA998FBB73B9DADCCBF37ED5AA55E1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBLazyVector; - target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; - targetProxy = F12B36ACEE8A62C2EE3F282BBD11E2C3 /* PBXContainerItemProxy */; - }; - 20185205BFFEE1EFC74C2464565DD40D /* PBXTargetDependency */ = { + 200613A0FC6805FA98C2AF976361A338 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RSKImageCropper; - target = A30157FD17984D82FB7B26EE61267BE2 /* RSKImageCropper */; - targetProxy = 7CFF68D0A201981A39136FFAD966A55F /* PBXContainerItemProxy */; + name = Crashlytics; + target = C0E41540D6862472ED7F2FA11669BE1F /* Crashlytics */; + targetProxy = 0C0C3BC9A019EF22BA4F2E4B782314BD /* PBXContainerItemProxy */; }; - 22590F507E44BC00C6D2E4EED8832A59 /* PBXTargetDependency */ = { + 2096960264E69B8DD251DF52B93F6824 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseInstanceID; - target = 9E25537BF40D1A3B30CF43FD3E6ACD94 /* FirebaseInstanceID */; - targetProxy = 0DC67079C36D074DD70BEF2B58719707 /* PBXContainerItemProxy */; + name = "react-native-webview"; + target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; + targetProxy = 49A4D23206F94DBF68E9C50F25C56E25 /* PBXContainerItemProxy */; }; - 22EDBB430595EC8E0CCB027EBDEF0ABA /* PBXTargetDependency */ = { + 20A21E725FF2E8A47FDEE6E8C74E3A66 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = DEE3FD7474B6EFD487E0853871BAB007 /* PBXContainerItemProxy */; + name = SDWebImageWebPCoder; + target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; + targetProxy = 5F5ADDA9933A679C40B7C34136E19EF6 /* PBXContainerItemProxy */; }; - 2310E74E97492B94458885278904E774 /* PBXTargetDependency */ = { + 224917BBFCAC054AE73D564703F31D0A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-cameraroll"; - target = BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */; - targetProxy = 8BC80843B5C0C73400CF4BE181236F6B /* PBXContainerItemProxy */; + name = "react-native-background-timer"; + target = 6514D69CB93B41626AE1A05581F97B07 /* react-native-background-timer */; + targetProxy = 07550E09E09F67B4F44EC5EE4FDBEDDB /* PBXContainerItemProxy */; }; 247FEEC1E501C4839C5EE406D74A3A13 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17450,12 +17305,6 @@ target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; targetProxy = 7F0C8BA205CDCCA50C905295C45878EC /* PBXContainerItemProxy */; }; - 2483891F00AFDF52352320EA6EBD544F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 223891320A84A86E1FF4F9FD8DB0E7A7 /* PBXContainerItemProxy */; - }; 24B55147C941BE9797F6BC794F57308C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseCoreDiagnostics; @@ -17468,17 +17317,11 @@ target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; targetProxy = E3DCB3D8F0A533B7BB46EB61E99CA3EE /* PBXContainerItemProxy */; }; - 25683E9E654E983DE670556E761106EB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Yoga; - target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; - targetProxy = F4E33676AD2CCF769C848D17F582A5C8 /* PBXContainerItemProxy */; - }; - 2589A198D37DBBAA891AE349E32E53A3 /* PBXTargetDependency */ = { + 25BE7C532DFEA415253603B190F16312 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNGestureHandler; - target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; - targetProxy = F683F40FDF11324EDA20B4171C558FD1 /* PBXContainerItemProxy */; + name = UMFileSystemInterface; + target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; + targetProxy = 396A0CF624DA1F5E8178679638A366B2 /* PBXContainerItemProxy */; }; 25FF94CB1F0E40824E1E6AF9F1F0421A /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17494,15 +17337,9 @@ }; 271F0600BAF57AF6817D4EBF63BF104D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = 9AC1F06D86A0940CBEDC84127390E31D /* PBXContainerItemProxy */; - }; - 27564DDEDCF0F804AF6A7B45E6DEEE07 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 339A687BEBCC63ACC43DF6C250DC472D /* PBXContainerItemProxy */; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = 9AC1F06D86A0940CBEDC84127390E31D /* PBXContainerItemProxy */; }; 27C702A0CD5B9CAB6ADF12761D4592D2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17510,23 +17347,11 @@ target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; targetProxy = F84AAAA2C19F25EDD3EC2AACB0E9E389 /* PBXContainerItemProxy */; }; - 2990D0D4F4F85C1FBBBDFB9B92F2ABE9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-CoreModules"; - target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; - targetProxy = BF29A707BAA69746C68FC6247E559B43 /* PBXContainerItemProxy */; - }; - 29DFD4A64428EB71E4ECEC61EC27F704 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Crashlytics; - target = C0E41540D6862472ED7F2FA11669BE1F /* Crashlytics */; - targetProxy = 38096FFED39CB35DA1F86976401D2F27 /* PBXContainerItemProxy */; - }; - 2A5CFB1BBC575097043DC989798A2172 /* PBXTargetDependency */ = { + 283F8930AE0F8BC380810D9F7A2DCA8F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = D9BF9AA4A049C2B97E28A7A37A8180DA /* PBXContainerItemProxy */; + name = RNRootView; + target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; + targetProxy = 7CFC21BBFEB7A82CB77B3F13134C4181 /* PBXContainerItemProxy */; }; 2AA010E3221FCB666E0D6123C66594C6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17534,6 +17359,12 @@ target = D0EFEFB685D97280256C559792236873 /* glog */; targetProxy = 7C53CB5C717DF2F107152E0C7B720455 /* PBXContainerItemProxy */; }; + 2C07AC1B18DB9B84C59801CD8C45EB5C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RSKImageCropper; + target = A30157FD17984D82FB7B26EE61267BE2 /* RSKImageCropper */; + targetProxy = 610BCAC61D0A43DDB258359676093F06 /* PBXContainerItemProxy */; + }; 2C093D825CD5837807DDB5B0FBABE56F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTBlob"; @@ -17546,11 +17377,17 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 553C9E2156C22165A3D5F8E54F781E1E /* PBXContainerItemProxy */; }; - 2CB97770F57DBA5FF04C658B7D56793E /* PBXTargetDependency */ = { + 2CB3221AD1ED31E45AEEEA60042BC06C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCoreDiagnostics; - target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; - targetProxy = CF89074A6675624B726FA4D84C994E5E /* PBXContainerItemProxy */; + name = "React-RCTActionSheet"; + target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; + targetProxy = ED591566C14A4AB3B5F680F8B1D97B46 /* PBXContainerItemProxy */; + }; + 2CCA3115DC02D541E7488054E9C6DCB3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-jitsi-meet"; + target = D39AB631E8050865DE01F6D5678797D2 /* react-native-jitsi-meet */; + targetProxy = ADBED58D4694BCF256BF8A08894659AF /* PBXContainerItemProxy */; }; 2D400D296D174E898B4E20125D436B48 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17558,11 +17395,11 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = 4F47ACA22456ABDDC1033CCE85E508AC /* PBXContainerItemProxy */; }; - 2E5894102CE38669C2A79DB23A56E3F4 /* PBXTargetDependency */ = { + 2E4ABB8455310BABA87E661ECC78B06F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageWebPCoder; - target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; - targetProxy = A28FF71B6D790588E9ECD274F6E2C459 /* PBXContainerItemProxy */; + name = RNVectorIcons; + target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; + targetProxy = A19D5B7257CF2FC19B77E067CBDBD2A8 /* PBXContainerItemProxy */; }; 2E5A8B52DC4EB0A2B4F078A2DEBADCF6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17570,29 +17407,41 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = CAAEE7A21CB80F6BF942643AE53B944E /* PBXContainerItemProxy */; }; + 2F64732A22B7B7A88054C34876CC52AE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTText"; + target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; + targetProxy = 8DAE8772A5E0DA9038BCE0095AAC3FC8 /* PBXContainerItemProxy */; + }; + 2F91736E0357BB0D468B9C17B1C957A3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-webview"; + target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; + targetProxy = 47A889685DB2F16FEDB7F35A074D24EC /* PBXContainerItemProxy */; + }; 303A329EFE63F98C76E1F88C1909DC69 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = F56EBC18CB64EE0482444624DFEC06A2 /* PBXContainerItemProxy */; }; + 3093132355E72AF77D413782BF0AF3B2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = libwebp; + target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; + targetProxy = 3ACCA6B776C72C779EFC47689C5A1AE0 /* PBXContainerItemProxy */; + }; 315E271C87DFE17027FE40D0ECA56EC1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = QBImagePickerController; target = C49345AFA49B098B0384C4FA864A4868 /* QBImagePickerController */; targetProxy = AFF74AD800513E8ADF86A29EA37DB955 /* PBXContainerItemProxy */; }; - 32EB3F947312B46F6D4C93C75A81B1B7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 463F70E46A7575A43584E8937355E375 /* PBXContainerItemProxy */; - }; - 32F30B7513E1C3E441C3A85022C148CF /* PBXTargetDependency */ = { + 31931DA45E92FA3E97BF96EC6908E06D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 72ED0B5B27E65A915859B01D0DDADEDA /* PBXContainerItemProxy */; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = CE083BB07F9AF3F55E0E94A6776C7F05 /* PBXContainerItemProxy */; }; 330F77DFE2073004CAEAE6D131E54D67 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17606,41 +17455,53 @@ target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; targetProxy = D466E30F6A7C6BA97286EAE8358F3B63 /* PBXContainerItemProxy */; }; + 357466EB08392E28CEA442942B46CEFF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 494E493BF9F89F341728248A19FCC460 /* PBXContainerItemProxy */; + }; 35D5269AD31979BA1B767BBD3ED53885 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DoubleConversion; target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; targetProxy = BF3AAFF64628FD7E9E7A7DD743002FFF /* PBXContainerItemProxy */; }; - 36E25A336B76398E774652128D3CC302 /* PBXTargetDependency */ = { + 3602C2D1D468031A5668E178CB748D2D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTAnimation"; - target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; - targetProxy = C849ECCA6DB63EB5946262809717B066 /* PBXContainerItemProxy */; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = DB7F8FFEBFD4F1F21E938572BD164D57 /* PBXContainerItemProxy */; }; - 39B1C7FFEA5780A284E6F2AB1A268639 /* PBXTargetDependency */ = { + 360B2B80861E877F2D7AC7D096BC7E0F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 44F0F2519A7D81002D5D351E72320819 /* PBXContainerItemProxy */; + name = RNDateTimePicker; + target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; + targetProxy = C76DF3A953DDD79F9AF83698340CE5DA /* PBXContainerItemProxy */; }; - 3BDD26DF1C76A2717767412BFEFD633E /* PBXTargetDependency */ = { + 37AB696AA0E1E6DF977FCE15E5F693A5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = C6318E60C9E68C5F678F7ADDF357AED8 /* PBXContainerItemProxy */; + name = RNReanimated; + target = FF879E718031128A75E7DE54046E6219 /* RNReanimated */; + targetProxy = D9B8C4BFF51E86E843EDF9993F467999 /* PBXContainerItemProxy */; }; - 3C38375AF1E595ADB61AECE11D5F5673 /* PBXTargetDependency */ = { + 38EF85477C152AE84F726EE2CF766108 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNFastImage; - target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; - targetProxy = 6DC23E6184DC91254794D470273D17B8 /* PBXContainerItemProxy */; + name = "rn-fetch-blob"; + target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; + targetProxy = 3AB72858671724C326138EA3E7BA7494 /* PBXContainerItemProxy */; }; - 3C7B32D4434079D5F73DA9D9133D9B49 /* PBXTargetDependency */ = { + 3BCEFA940AE6079CF876B54AC8F7C8BA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXAV; - target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; - targetProxy = 45AE2A3F3F10B1808260F6A1BD148143 /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 32C8EB6F7890500EB0BC57AA195FF549 /* PBXContainerItemProxy */; + }; + 3BDD26DF1C76A2717767412BFEFD633E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = C6318E60C9E68C5F678F7ADDF357AED8 /* PBXContainerItemProxy */; }; 3EC9C41467F00AB41E8790F4AABEC57D /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17654,11 +17515,11 @@ target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; targetProxy = 86FBD5BA95718ED6238A8919F42616C5 /* PBXContainerItemProxy */; }; - 402D2CD32362B95692C5217037873D9F /* PBXTargetDependency */ = { + 4023104B09B1A738E7CA14398E7762D5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXConstants; - target = 6C1893932A69822CBE3502F2E0BCFB6D /* EXConstants */; - targetProxy = FEB99FCCC901EA9D72C9E495C0052459 /* PBXContainerItemProxy */; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = CAB679A784D0B47B9C9BCBD3EBAB8F36 /* PBXContainerItemProxy */; }; 41013E96A559735139B429989B2F3644 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17672,17 +17533,29 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = B40AA08577F30A00FD2A25A08341964A /* PBXContainerItemProxy */; }; - 44750622AD548AC64AB3F3425A27FCCF /* PBXTargetDependency */ = { + 42982431F2357D80DEC2912963A486FF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 1B17BE1DBB0ECE0A222B46FCC255CF51 /* PBXContainerItemProxy */; + name = Fabric; + target = ABB048B191245233986A7CD75FE412A5 /* Fabric */; + targetProxy = 5C737FEF11551517FBC69B8338F9E7D6 /* PBXContainerItemProxy */; }; - 4510DBBD8706CDEF1A909B6DECCE84C8 /* PBXTargetDependency */ = { + 433C260C006BAB2ED2DA271DB2160E8A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMTaskManagerInterface; - target = 50188AAB5FAECCA9583327DBA2B0AF2B /* UMTaskManagerInterface */; - targetProxy = 6A0F121F649ABE88A339FC671F6ADC87 /* PBXContainerItemProxy */; + name = RNLocalize; + target = B51433D546A38C51AA781F192E8836F8 /* RNLocalize */; + targetProxy = 0B2E89B331848A5D8FEDAD3470EBAEC4 /* PBXContainerItemProxy */; + }; + 43F6A4FCDB27E83505AFB7D67093C808 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = 72FB2E5C09D1E7C38B54561422D38983 /* PBXContainerItemProxy */; + }; + 450D728B815BC12EAA892BD7079713A7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMConstantsInterface; + target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; + targetProxy = C3D793A89D0BEA7E06D1325F92EF558F /* PBXContainerItemProxy */; }; 4525B78AB9B05D2433479A9579FE333F /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17690,17 +17563,29 @@ target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; targetProxy = 557407361285FA301951204E241F9CDB /* PBXContainerItemProxy */; }; - 4622969EEE0379808C3CD66AF19F016E /* PBXTargetDependency */ = { + 45B54DCA6E2F115B590FE0F961D0070D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-background-timer"; - target = 6514D69CB93B41626AE1A05581F97B07 /* react-native-background-timer */; - targetProxy = 14A364E800C3EE53FC573E9633007F09 /* PBXContainerItemProxy */; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 474A9631252C9E98AE9CC716E56DE0F8 /* PBXContainerItemProxy */; + }; + 45B9212C95CEFF943013E8DF5D862681 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFirebase; + target = A83ECDA5673771FA0BA282EBF729692B /* RNFirebase */; + targetProxy = 4EF9025535815CEBE6F75AD406177E59 /* PBXContainerItemProxy */; }; - 464E02DEBECC155DE0FA29D15BE31482 /* PBXTargetDependency */ = { + 478C0165156FC9ED06554774BF24F425 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNRootView; target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; - targetProxy = 638AC976E5FB68381B400F51F2D2F106 /* PBXContainerItemProxy */; + targetProxy = F492F288F57D9F5DB3F71CE4248EE0D4 /* PBXContainerItemProxy */; + }; + 47A8A6F083B4F6C448C7460E94F5959B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTAnimation"; + target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; + targetProxy = B7F08F4FE6E75DBA4C38D8B789F2ABAE /* PBXContainerItemProxy */; }; 48076A1E02117E39C56513D1F085E022 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17708,11 +17593,29 @@ target = 5EB4B0B6DA6D5C0C3365733BEAA1C485 /* FirebaseCoreDiagnosticsInterop */; targetProxy = BFD1349A73D002FF8BADA635DB23EA34 /* PBXContainerItemProxy */; }; - 48418D1B0B08714D3C5AEE1172F2DDBC /* PBXTargetDependency */ = { + 4829D776EE4AAD719277D37C57DE917E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = 9F415156E5A2C2E1EC66C613001CC006 /* PBXContainerItemProxy */; + name = RNImageCropPicker; + target = 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */; + targetProxy = D0E7F1334DC7E8C9A9B1BA5F5E40B556 /* PBXContainerItemProxy */; + }; + 48CA85607242061317E93A362DA9EA93 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-appearance"; + target = 3FF2E78BB54ED67CA7FAD8DA2590DBEE /* react-native-appearance */; + targetProxy = 5CB42AAC21C3B0FDF6C9BAF7253ADDD3 /* PBXContainerItemProxy */; + }; + 490A1C31B5526CED2DBA95397B4854DC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTSettings"; + target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; + targetProxy = 24F64DA0EBF41C843358097CC85CEFA9 /* PBXContainerItemProxy */; + }; + 4973C3DE70006C26FF1CFBF97017F779 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCoreDiagnosticsInterop; + target = 5EB4B0B6DA6D5C0C3365733BEAA1C485 /* FirebaseCoreDiagnosticsInterop */; + targetProxy = 7E7173C0D97D6A4FC13C8DFB12F66011 /* PBXContainerItemProxy */; }; 49B84289A3B9871A10A133360307483A /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17732,41 +17635,29 @@ target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = BB43E3440C83F8BC24E141BE6C01D507 /* PBXContainerItemProxy */; }; - 4A060AB7FC373C862648617EFE5B2D59 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNImageCropPicker; - target = 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */; - targetProxy = 9A6CE1E805A3AA61BCF656DB9F9561E2 /* PBXContainerItemProxy */; - }; 4B7CF4BCE880915A07A1011FB01F4A55 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsi"; target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; targetProxy = D59A73644A58ECC04E1987DB3C8A1BC6 /* PBXContainerItemProxy */; }; - 4C09060AC63071D78AAF9B915E4DE259 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = D593C54472FEFEE5CA8330FB9C07D0FF /* PBXContainerItemProxy */; - }; 4E7A54EBDEED5E1498EB0028BFC71740 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 2AB4E316E2673B76ACA537189D619922 /* PBXContainerItemProxy */; }; - 4EA73A036DBF85711C598264BEA29219 /* PBXTargetDependency */ = { + 4F0857BD0DB863A909B1C536905EC4E0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = 4131B6349E5022A3C45397E1174A4F84 /* PBXContainerItemProxy */; + name = EXWebBrowser; + target = 9EB556EE511D43F3D5D7AAF51D8D0397 /* EXWebBrowser */; + targetProxy = 105F0627F964F208B7E203C6AE12264E /* PBXContainerItemProxy */; }; - 4F1E4B771710294056E9CDCDCD4AD93A /* PBXTargetDependency */ = { + 4F0BA9AA90ED1A31F19D78C7C51278C7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RSKImageCropper; - target = A30157FD17984D82FB7B26EE61267BE2 /* RSKImageCropper */; - targetProxy = 607E6ED0FFBB135AD244F6A0CA45723C /* PBXContainerItemProxy */; + name = "react-native-slider"; + target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; + targetProxy = 2A542D7DEB91308112C80B056E16E2A9 /* PBXContainerItemProxy */; }; 4F7F40E77A1DA0E82C319F24DBD6FF90 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17780,59 +17671,41 @@ target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; targetProxy = 013C8C712E31279FB89EBADB1C1A4BC4 /* PBXContainerItemProxy */; }; - 5114C1227240E154287D95E7E43FB464 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = libwebp; - target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; - targetProxy = 40BB41992322CEDDF12B0BE78E8E6390 /* PBXContainerItemProxy */; - }; 5195D675E015DEB9B99885FE0B15AAFF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = glog; target = D0EFEFB685D97280256C559792236873 /* glog */; targetProxy = A33043B018A8D3B28DA9124A1579E13A /* PBXContainerItemProxy */; }; - 51997BA7DBB9A6CEFF2FD210C3DB5D14 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTLinking"; - target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; - targetProxy = 2BA52A35CA32F98ED7E80DBE98B1A67A /* PBXContainerItemProxy */; - }; - 529129A59789643C7C883DA43F6F2E79 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = F1721601C5F8D6F9553BBD7B8BB9E7F3 /* PBXContainerItemProxy */; - }; - 52C9FFA5142DED865AC5FE049D4F049B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; - targetProxy = A610CD42155210F6D6C0F89853B4E104 /* PBXContainerItemProxy */; - }; 52ED0D1D4CE538BBA93169D2D44FFFF0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTImage"; target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; targetProxy = A8D228C6F74629133C291F6B44D7694D /* PBXContainerItemProxy */; }; + 538D89105D8757D8F769FF4E79BF3CDD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCoreDiagnosticsInterop; + target = 5EB4B0B6DA6D5C0C3365733BEAA1C485 /* FirebaseCoreDiagnosticsInterop */; + targetProxy = D310F99A161A674E78AF779AD1942AE4 /* PBXContainerItemProxy */; + }; 53B411A732F99F8D51E15B2CE451B1C2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = 8F8D97FDA93DF806279F1C90D2E34F62 /* PBXContainerItemProxy */; }; - 5452D4D8891C5B465554B3B7800B7970 /* PBXTargetDependency */ = { + 57709D7E72B187364F10F24BA6B6D3CD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCoreDiagnosticsInterop; - target = 5EB4B0B6DA6D5C0C3365733BEAA1C485 /* FirebaseCoreDiagnosticsInterop */; - targetProxy = 6E0D8749920D654008FC83ACE2DBD974 /* PBXContainerItemProxy */; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = C8D6ADF316FDA972C538985DF8473A67 /* PBXContainerItemProxy */; }; - 591994FD3F79993BDEB60F9BB1766BE6 /* PBXTargetDependency */ = { + 58029F37F5A710F0ACF6A6670D5E3DA9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXFileSystem; - target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; - targetProxy = C8A6F6BC4D027E691B20283D2CBDE12A /* PBXContainerItemProxy */; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = 7AB269EE8D0EA6D610FD1A80FA61EBA7 /* PBXContainerItemProxy */; }; 593EED89BEA0A6FAB5FB78DAF42A92C3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17840,23 +17713,17 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 592671C6C3F74111AF89BE688E45B730 /* PBXContainerItemProxy */; }; - 5A4140CD1585E44744712FA4F45E1867 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 8C57F396D03163B668A11E7F0192FD5B /* PBXContainerItemProxy */; - }; - 5E11E5E31E667949CDF7A07F2C3848A1 /* PBXTargetDependency */ = { + 5BDED4260889D7D88C6AB142599ADEEE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Fabric; - target = ABB048B191245233986A7CD75FE412A5 /* Fabric */; - targetProxy = 72935BF85DB5DFD13D10DA654BE43C62 /* PBXContainerItemProxy */; + name = EXAV; + target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; + targetProxy = 2132E614EDF598F91538FE785442C819 /* PBXContainerItemProxy */; }; - 5F1F7050164F354D84005B5A35E091F4 /* PBXTargetDependency */ = { + 5F8F51D50D573D6E400BE2FF3E90C4A1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JitsiMeetSDK; - target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; - targetProxy = E0F8C5B0EF2DDF9E46B284D7E297247A /* PBXContainerItemProxy */; + name = RNVectorIcons; + target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; + targetProxy = F9B7212591B48FEEE358E44C41E046B0 /* PBXContainerItemProxy */; }; 6142C90C7067738802070DBD12BAA802 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17864,17 +17731,23 @@ target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = 34B556DF76EB14506DA19B1213547A54 /* PBXContainerItemProxy */; }; - 623132768179F7EF19EB436D062C074F /* PBXTargetDependency */ = { + 6144B534339B92D5B00EFED5499A0EE1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = 4CF7E56501DE22EDECB64C9B88F4ACD1 /* PBXContainerItemProxy */; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = C1CC70707F2B30366A88A2E5E3B7E772 /* PBXContainerItemProxy */; }; - 63234A5974B6720E9075227C91785E0D /* PBXTargetDependency */ = { + 6218267A68511C93CB7840629F99612B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; - targetProxy = 6E6F31C7404904CB37338FF9D1EF1D2B /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 43E2B6444116567FCEAC138824F9AA29 /* PBXContainerItemProxy */; + }; + 6373CD8610C59685593EBE531A593C5D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNDateTimePicker; + target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; + targetProxy = A25C9FBBB89C38B3B89AF8B6184724F3 /* PBXContainerItemProxy */; }; 6395E3254FF15C5334B441B2D03EFBCE /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17882,23 +17755,17 @@ target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; targetProxy = 9999A457A3E364808C9E122EC64D955D /* PBXContainerItemProxy */; }; - 6405BA6EC05CB1A87DFE9EE6C0641200 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; - targetProxy = F44F9358EB465CA1683C405C3AEF7CA0 /* PBXContainerItemProxy */; - }; 648641E197156F9497402698E7616999 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = EF797B6066E1025B5FD8590A476CD8DC /* PBXContainerItemProxy */; }; - 64FD1196D2BCEB82B68D55887D978AA8 /* PBXTargetDependency */ = { + 655544D7D02592E97B8B179D9A5C6A5A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNScreens; - target = 214E42634D1E187D876346D36184B655 /* RNScreens */; - targetProxy = 57B2EFFDF4D8B46E9D5C8BE65BA675BD /* PBXContainerItemProxy */; + name = "rn-fetch-blob"; + target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; + targetProxy = BF7703A1FBC651050E23B6104637F6F0 /* PBXContainerItemProxy */; }; 659CE20F5F8A4FDAFAC33456B26AD2CC /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17906,29 +17773,17 @@ target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; targetProxy = 925B94B36D67D27AF51664D1645EC2F7 /* PBXContainerItemProxy */; }; - 65FEAFDA56CF49470EE2A150D42E74D6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = KeyCommands; - target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; - targetProxy = 7E9C6A5E27B6C0AFDB34AA3191DBE107 /* PBXContainerItemProxy */; - }; - 6672E1CD5675D3968FF83D6860A4BE0D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-notifications"; - target = CA400829100F0628EC209FBB08347D42 /* react-native-notifications */; - targetProxy = E68C96015B7ED7FA617DCED9A5AF11C0 /* PBXContainerItemProxy */; - }; 66F08441F9F016CA320259F5EC30225B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Folly; target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = E8FD7532463B0528F9CE61138294EC2E /* PBXContainerItemProxy */; }; - 675DA9F8B6294A0EF6B3297B44E6AC63 /* PBXTargetDependency */ = { + 6799C389571508D0E16456FAEAB3848D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNUserDefaults; - target = 4D67CFB913D9C3BE37252D50364CD990 /* RNUserDefaults */; - targetProxy = 1336D1C64C9321D878EE5B1F763D938D /* PBXContainerItemProxy */; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 1E67531A9A1EC38006C02FC6736E1E36 /* PBXContainerItemProxy */; }; 687C7745B0C9D33906DF6031B3231B04 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17936,29 +17791,29 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = CAD9ABFE1D8247DFCA7C5B5DC70C1C94 /* PBXContainerItemProxy */; }; - 687CC664059055A8C22CA64C2522888B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = 0B5B5E7E0BEA97ADB8192F0BDEDFA592 /* PBXContainerItemProxy */; - }; 68FB2B8F06277465B5375A45215CC9BB /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = libwebp; target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; targetProxy = A7E5D397C11338DEED5E896EF959836C /* PBXContainerItemProxy */; }; - 693F4FCA343062E2A89F5F191DF8A9AF /* PBXTargetDependency */ = { + 693E81A24CD2DA4781429E55C2D85100 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 457D913E6F9428BA75BFF9701A514900 /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 9CC8F090C8F28D3800E3B95983F74865 /* PBXContainerItemProxy */; }; - 6B27D33571E66A41231191AADAB3CA45 /* PBXTargetDependency */ = { + 6C61FF701E11A0BBFCF95161EEB33237 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = A4DB59DF3C1258519A58F796169FDBAE /* PBXContainerItemProxy */; + name = "react-native-video"; + target = 3E5D106F8D3D591BD871408EEE0CC9FD /* react-native-video */; + targetProxy = 1589D5BF4CA04E53F6713BACDF3FDBBF /* PBXContainerItemProxy */; + }; + 6D71716F344E0438872A0E5EF037A342 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = E891F66582FED623E07D97B1E36EE7D9 /* PBXContainerItemProxy */; }; 6D8C00952B65F5BD4F322D959F307D80 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17966,23 +17821,47 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = D9E3EDC835FCF7086651DEA02BD80CC6 /* PBXContainerItemProxy */; }; - 6E121C05B929D36ACDFB4D3701E84774 /* PBXTargetDependency */ = { + 6DB50665C20DC1D0028E753C92E9F181 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "rn-extensions-share"; - target = A238B7CE3865946D1F214E1FE0023AAE /* rn-extensions-share */; - targetProxy = 32BCE27A19CA4339058901C8A648A42D /* PBXContainerItemProxy */; + name = "React-RCTLinking"; + target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; + targetProxy = 784F820DA78EF17ABFE44601CC31F1B3 /* PBXContainerItemProxy */; }; - 6F62C167B69B622F1CB4CB0A2340ED1A /* PBXTargetDependency */ = { + 6E830C2E0653C8AF539D7DC8946E13FD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = E0AF3E938093ECED9084C86F958033C0 /* PBXContainerItemProxy */; + name = ReactNativeART; + target = 90148E8FD1C445D7A019D504FA8CBC53 /* ReactNativeART */; + targetProxy = 3DD4E3C42AF6BBBB8C7A318CB1B4692E /* PBXContainerItemProxy */; + }; + 6F46A0B0402A0FD9B8E5CB6D0963DA24 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFirebase; + target = A83ECDA5673771FA0BA282EBF729692B /* RNFirebase */; + targetProxy = 5306B10E08B0792F71271D400BBDC6DA /* PBXContainerItemProxy */; + }; + 6F83AFCB229675884C8F4AA86BD3D571 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 9F1E50BC2FC4752673D95610B10CB9A6 /* PBXContainerItemProxy */; + }; + 703F74B5246910ED1F619119CDEF89EF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = F0AAFE2ACEE726529D77E7E525FED6B0 /* PBXContainerItemProxy */; + }; + 7247A889240BE5CED4AA8110E41E4D21 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 90329182C296B0DAAADEF08D1C8B8ACA /* PBXContainerItemProxy */; }; - 7000B134DB9CED5ABF8D1BF6F3B6A3FA /* PBXTargetDependency */ = { + 724F2120C6CD83C78EB9FB5FAAFD5C7A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNVectorIcons; - target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; - targetProxy = 2F89D43FC9F27EEE87D3D0CE54DEB559 /* PBXContainerItemProxy */; + name = "rn-extensions-share"; + target = A238B7CE3865946D1F214E1FE0023AAE /* rn-extensions-share */; + targetProxy = D47A32338183EFC04075CE9AD2F89F33 /* PBXContainerItemProxy */; }; 7256F46E80FAF060C9B45570D9CDD063 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17996,53 +17875,17 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 914920FE125E08820136442E6C40FF7E /* PBXContainerItemProxy */; }; - 73031A11CA961EF47941248E605232AD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNDeviceInfo; - target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; - targetProxy = 7606ACE747D0B9277E50C81A7F417ED7 /* PBXContainerItemProxy */; - }; 7461A63F993AB39EB67CB5B64395C17B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = FC21EA40C24BBDB20C2BE4568BC0017C /* PBXContainerItemProxy */; }; - 74E2690AB7C0C26F02465EEC65A10E3D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = A9F14AA672F579B6CE68FE7180E24425 /* PBXContainerItemProxy */; - }; - 75198CF229A305A38733FF63C379C6A9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = QBImagePickerController; - target = C49345AFA49B098B0384C4FA864A4868 /* QBImagePickerController */; - targetProxy = 9CFE594A99A5A9EC92C9B9222B637BE9 /* PBXContainerItemProxy */; - }; - 7550278FECA29EC00706D45A15CC4F00 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNBootSplash; - target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; - targetProxy = B7E023F06278BFE603B9D59472EBDD3C /* PBXContainerItemProxy */; - }; - 75554A3500A794EDAF68B787ECC404E4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNScreens; - target = 214E42634D1E187D876346D36184B655 /* RNScreens */; - targetProxy = 4D9483B6C64E893C6D8B255403D6892F /* PBXContainerItemProxy */; - }; - 76B2F37FE4484673AC6C137DBD694B49 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFirebase; - target = A83ECDA5673771FA0BA282EBF729692B /* RNFirebase */; - targetProxy = AE7D6E027CD712F28C9959B5136593AF /* PBXContainerItemProxy */; - }; - 78183652E1F0320C072AE31B62174F55 /* PBXTargetDependency */ = { + 761EB5FA9332B3604AF33A975B53316B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTSettings"; - target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; - targetProxy = 4A4EABDB58EE3742F5D7BDD94A1F7A60 /* PBXContainerItemProxy */; + name = GoogleAppMeasurement; + target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; + targetProxy = 500A7AAE9EE3313964157EBB4E72330A /* PBXContainerItemProxy */; }; 7818A97BE9882F05F0EE52CA3FB7ABEA /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18056,17 +17899,17 @@ target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; targetProxy = 386C0EB352726BA92F7F015C2FB264EF /* PBXContainerItemProxy */; }; - 7A3AA4F316244CFB6EF90E05244E5E0E /* PBXTargetDependency */ = { + 782AACACD3AE081AC3444DEED7E03B67 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-orientation-locker"; - target = 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */; - targetProxy = FB47B238FCCF94E09F879F2A2C7DE3CE /* PBXContainerItemProxy */; + name = EXFileSystem; + target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; + targetProxy = 0B2B9CFC15D517BE095229B09B670DAD /* PBXContainerItemProxy */; }; - 7A92A048691A8ADC709E41F8C20495D2 /* PBXTargetDependency */ = { + 79709D29E0BC3BEDCE914031541E8E5E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = 5B2D324264AC982E8E70549AB476602C /* PBXContainerItemProxy */; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = D5558AAA4D92303C63F0E2ED876AC1E7 /* PBXContainerItemProxy */; }; 7AEC0D15EF11C1415A94D769184AD812 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18080,17 +17923,17 @@ target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; targetProxy = 53E2A1BD19729C2293AB46582C686251 /* PBXContainerItemProxy */; }; - 7C615A589FBEE6A607D1D4F41EAE4ED1 /* PBXTargetDependency */ = { + 7C415F54E31C0D9DE2936840BF55CDE4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTBlob"; - target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; - targetProxy = 051E3EA807D7125B8FD6AAE4CA75FC90 /* PBXContainerItemProxy */; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 2E703AF280C74D0C56906425B3195F9F /* PBXContainerItemProxy */; }; - 7CE38573A09C8619E6C98154CF24A92B /* PBXTargetDependency */ = { + 7CBD01C9937EB50BA4984F9D38656977 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-keyboard-tracking-view"; - target = EAB05A8BED2CAC923712E1C584AEB299 /* react-native-keyboard-tracking-view */; - targetProxy = 931D5543FB51DE2A6D5247C6E4D46EB7 /* PBXContainerItemProxy */; + name = RNGestureHandler; + target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; + targetProxy = 88A30E1FECB26769CBCCFBE0D308D1A3 /* PBXContainerItemProxy */; }; 7DCE32D473F4F7CC77F17725D7C937C1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18098,11 +17941,17 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 882BEE9E8FCF0A6BD665F01DFBEF822B /* PBXContainerItemProxy */; }; - 80336185682572AB5A484FEB5CE5FC75 /* PBXTargetDependency */ = { + 7E0A1B42722550BF963E4499B092C295 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = libwebp; - target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; - targetProxy = 63C3C84BE8E0BAD8D842915A6E7F6E2A /* PBXContainerItemProxy */; + name = "React-RCTSettings"; + target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; + targetProxy = BE3725F7F38D07E365C26407E27264D2 /* PBXContainerItemProxy */; + }; + 814B9CFF889315A4D41179829BFD0AEE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNUserDefaults; + target = 4D67CFB913D9C3BE37252D50364CD990 /* RNUserDefaults */; + targetProxy = D6C70AE4986C797024351452E56B545C /* PBXContainerItemProxy */; }; 82DE4A10C611155EAA73BA712DF1D258 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18110,11 +17959,11 @@ target = 5EB4B0B6DA6D5C0C3365733BEAA1C485 /* FirebaseCoreDiagnosticsInterop */; targetProxy = 729C920815C311E1D586861019E10612 /* PBXContainerItemProxy */; }; - 83DFB1A37EB0CFE9559D90B5B4F36996 /* PBXTargetDependency */ = { + 8356316FD5079692EDE53275A3C6134D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseInstanceID; - target = 9E25537BF40D1A3B30CF43FD3E6ACD94 /* FirebaseInstanceID */; - targetProxy = D0EE951EAD6998DFDE5F28584F63E951 /* PBXContainerItemProxy */; + name = UMPermissionsInterface; + target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; + targetProxy = 6AD8F0073B8817CF7DA7E436661692F1 /* PBXContainerItemProxy */; }; 8428EE18A7782DDB4023470F96AFF628 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18122,12 +17971,6 @@ target = D0EFEFB685D97280256C559792236873 /* glog */; targetProxy = B8E5BD7E0904D95225F1C6CC70ADE8CA /* PBXContainerItemProxy */; }; - 845D9D4A1A163C46D9923EF70DF50370 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 17D8A91B9959849E8234DADB2913B918 /* PBXContainerItemProxy */; - }; 84C564CB9F9513DE23A47461E9EFBC6E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTNetwork"; @@ -18140,29 +17983,23 @@ target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; targetProxy = F11BC96676F5675A20A8EEF5971E90CC /* PBXContainerItemProxy */; }; - 855C3837B4EF43D08585D5530DD15BED /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = BugsnagReactNative; - target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; - targetProxy = AEC4CC76F0D1BD997DC39487469EC609 /* PBXContainerItemProxy */; - }; - 85D85CCF28E9617FF925DE3B3A3EF189 /* PBXTargetDependency */ = { + 85557F5E92EE739C62F01435C976CAAE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTLinking"; - target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; - targetProxy = 4AA36531954EFABC76F017DC097B4347 /* PBXContainerItemProxy */; + name = "React-RCTAnimation"; + target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; + targetProxy = 597662D0DE206E326CD61FB773089E7E /* PBXContainerItemProxy */; }; - 85F314A9D238817026253C8ED8C33CFA /* PBXTargetDependency */ = { + 871BAA21CD6289823645EBA09C3DBD13 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-notifications"; - target = CA400829100F0628EC209FBB08347D42 /* react-native-notifications */; - targetProxy = 2A986F19F3D6A75BA59F743DF65E9DEF /* PBXContainerItemProxy */; + name = EXPermissions; + target = 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */; + targetProxy = 778E53E54DE503DA2B93D637BC072D5F /* PBXContainerItemProxy */; }; - 8738CA30BDAECCFF6A21EE6803B63D13 /* PBXTargetDependency */ = { + 876842C91FF0021B27E3710DF41A97E6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNDeviceInfo; - target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; - targetProxy = 21ECCD52EA1815957E8E07EEB6D3D120 /* PBXContainerItemProxy */; + name = RNReanimated; + target = FF879E718031128A75E7DE54046E6219 /* RNReanimated */; + targetProxy = D485AFD6631E9F2BC87CF133CE44A37D /* PBXContainerItemProxy */; }; 87AEF2C8DFA51306ED9C9AB1DE0F546C /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18176,11 +18013,11 @@ target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; targetProxy = 0A0B4D127A91E77DB469579CC4FF0F57 /* PBXContainerItemProxy */; }; - 881F23D100A86646AC20041A94B3F255 /* PBXTargetDependency */ = { + 88117CACD180D90116ED3B5F82CC5EA5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-video"; - target = 3E5D106F8D3D591BD871408EEE0CC9FD /* react-native-video */; - targetProxy = 26C650FE1161C7A094F89284F7121A68 /* PBXContainerItemProxy */; + name = JitsiMeetSDK; + target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; + targetProxy = 7AD34A710A84EC9637B0B593EF1D51F6 /* PBXContainerItemProxy */; }; 8836577855B2A402BB8083E2178254B8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18188,29 +18025,11 @@ target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; targetProxy = A3B47DA7FB5AF667B2756DAC549D2642 /* PBXContainerItemProxy */; }; - 8932090986A37BA5964BCD2AAC185C53 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTVibration"; - target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; - targetProxy = DBD7FB37F3AAA5CE9BF78B349CDE45A9 /* PBXContainerItemProxy */; - }; - 8947A981C2435B273108CCBB72BE3722 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNDateTimePicker; - target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; - targetProxy = BD11BF29418FB5DED9D436663EAC04AF /* PBXContainerItemProxy */; - }; - 89677BEB478AD16A6AECCFA0DDCF0CCC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXPermissions; - target = 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */; - targetProxy = E9B630BEA98303A56CA01C5D8C4713EC /* PBXContainerItemProxy */; - }; - 899B2FF2FA416A3E9ED0A8735D46F6EC /* PBXTargetDependency */ = { + 885ED5349C1255AEA6CD475A57F93449 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNUserDefaults; - target = 4D67CFB913D9C3BE37252D50364CD990 /* RNUserDefaults */; - targetProxy = A90B477E5E770A5E8A723BC38061B91C /* PBXContainerItemProxy */; + name = GoogleDataTransportCCTSupport; + target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; + targetProxy = A0A095E1F8CAF0FA980B9438BD860247 /* PBXContainerItemProxy */; }; 8B45BA9683C0AE1D7149D313D4FDC461 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18224,41 +18043,35 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = DE8F7B6EA7B1B017A43DEDEAA9020A16 /* PBXContainerItemProxy */; }; - 9063BEC61C36772FC336D8C9B997FC09 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = A052E15DD70BD9E2D9948988BDE7D2D4 /* PBXContainerItemProxy */; - }; - 91B856ECB54257E27839FAD00B5B0713 /* PBXTargetDependency */ = { + 8D1FBFD341DB27A5609CFBCC932BB087 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-CoreModules"; - target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; - targetProxy = 76E956BD39B1700F4FE1D2A76280F2FC /* PBXContainerItemProxy */; + name = JitsiMeetSDK; + target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; + targetProxy = 94E8659D967F363689C15DBF436A51F7 /* PBXContainerItemProxy */; }; - 9297FBB28CDA6EA8F1372E5C98432EFF /* PBXTargetDependency */ = { + 8EA1D815AE4229B2CB94D40F08BA3DBD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = QBImagePickerController; - target = C49345AFA49B098B0384C4FA864A4868 /* QBImagePickerController */; - targetProxy = 359A14B8D8DF41C5606D6DAFFE9DA1B1 /* PBXContainerItemProxy */; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = 28C12D1DF2A9BEFB9C4A13421857C388 /* PBXContainerItemProxy */; }; - 9405BD8420836D57B8AEA649A9C3E3F6 /* PBXTargetDependency */ = { + 90C2E076F23C73EDE1E59AC5BE0FDDB7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCoreDiagnosticsInterop; - target = 5EB4B0B6DA6D5C0C3365733BEAA1C485 /* FirebaseCoreDiagnosticsInterop */; - targetProxy = 853BEA7545F4C8ACFE2BA8F668600F68 /* PBXContainerItemProxy */; + name = UMBarCodeScannerInterface; + target = 49821C2B9E764AEDF2B35DFE9AA7022F /* UMBarCodeScannerInterface */; + targetProxy = 21C05998014CC204C4B83414CC5D080B /* PBXContainerItemProxy */; }; - 941356D90B9D3236DD4BAB1B25E23106 /* PBXTargetDependency */ = { + 9247CFC47EA5B278F39298964F103278 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTBlob"; - target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; - targetProxy = 8DB26D32659CB196DB51A1A34156ACC5 /* PBXContainerItemProxy */; + name = RNImageCropPicker; + target = 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */; + targetProxy = 5D3ED1622586625F0EDB097BD77A82BF /* PBXContainerItemProxy */; }; - 94135EA2966E77FC3E657282E12C7749 /* PBXTargetDependency */ = { + 943AC560E940C94FD10FAE3CD277077F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-keyboard-input"; - target = 7573B71C21FB5F78D28A1F4A184A6057 /* react-native-keyboard-input */; - targetProxy = D2DAA1CE9BA689CBB86D032EE610AF1C /* PBXContainerItemProxy */; + name = "react-native-appearance"; + target = 3FF2E78BB54ED67CA7FAD8DA2590DBEE /* react-native-appearance */; + targetProxy = 6E692BE92E63B0ACB509DCF3314960CD /* PBXContainerItemProxy */; }; 943D3BD4A6984BC783E7677F30722A02 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18272,11 +18085,11 @@ target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; targetProxy = 4081F7E82AA90518127218043568BD4D /* PBXContainerItemProxy */; }; - 95B69A10935D4C9D619EB46C52D4A8AE /* PBXTargetDependency */ = { + 95141521CC1DB41ECCDDAC51ABE36818 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTText"; - target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; - targetProxy = C141DFEDD55048C5470D6A0AA4A92D23 /* PBXContainerItemProxy */; + name = FirebaseInstanceID; + target = 9E25537BF40D1A3B30CF43FD3E6ACD94 /* FirebaseInstanceID */; + targetProxy = E069DD6A128A3E97B57C5798DB90027C /* PBXContainerItemProxy */; }; 966429256B271DD0F30E2FA25D97B79D /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18284,41 +18097,53 @@ target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; targetProxy = 7C309567C8843AC36F40EF4B09960A84 /* PBXContainerItemProxy */; }; - 969B9FAEB40B58A7439CA900DA93C9D8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-slider"; - target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; - targetProxy = B3F767C57D4CD142C268D2D8E8386D2F /* PBXContainerItemProxy */; - }; 96DA387B98978C2974700F14ACFDEBCE /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMCore; target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; targetProxy = 8075D3C81C368FF63B92A7E7DC84BF6B /* PBXContainerItemProxy */; }; + 982EB6180C9CF98130C371C6ADF6CD73 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactNativeART; + target = 90148E8FD1C445D7A019D504FA8CBC53 /* ReactNativeART */; + targetProxy = 6BB8E72713E10619E71118A1DA86F074 /* PBXContainerItemProxy */; + }; + 98ACECB330CB76380BDC99A7502DDF55 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTBlob"; + target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; + targetProxy = 55FBAB02F2B90D1865E86551FB7DD3F8 /* PBXContainerItemProxy */; + }; 994ADAEEEA94855F19638FBB96D0D629 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Folly; target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = 201C6A1323C6921817533893269BBE9D /* PBXContainerItemProxy */; }; + 9ADFC65EB8DE97F9E5DEC26D5973B98B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RSKImageCropper; + target = A30157FD17984D82FB7B26EE61267BE2 /* RSKImageCropper */; + targetProxy = 39719D3D5FA2D6335B1176CA43544BE5 /* PBXContainerItemProxy */; + }; 9AE14FA1F306013F286ABA20DD87B69C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = glog; target = D0EFEFB685D97280256C559792236873 /* glog */; targetProxy = 69B6897572B545367799A5E51AFE075D /* PBXContainerItemProxy */; }; - 9BEFFC16B7D3CED2B51605A9ECD89A1D /* PBXTargetDependency */ = { + 9AFB078BD43C7CBBC282ED622E3AB6E4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = DDEB10F14071A3A30BCAF1C27335B185 /* PBXContainerItemProxy */; + name = RNGestureHandler; + target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; + targetProxy = ED6221FD46E22E1AA615939504A7C6FC /* PBXContainerItemProxy */; }; - 9BF3EF4C131DFCC7B18B4F2ECC910786 /* PBXTargetDependency */ = { + 9B59087A3F924CDC6450A484FC5F3D46 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCoreDiagnostics; - target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; - targetProxy = B733DCAD61F1D2E8DF4E9A5F07F6CD79 /* PBXContainerItemProxy */; + name = Firebase; + target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; + targetProxy = CD0266D3613289FCDC9D0D0735A63FCA /* PBXContainerItemProxy */; }; 9C390500C3C568F59A8589C455BFF4D5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18326,17 +18151,11 @@ target = 9E25537BF40D1A3B30CF43FD3E6ACD94 /* FirebaseInstanceID */; targetProxy = C6C35C61164D4136265E61ECEB28D38A /* PBXContainerItemProxy */; }; - 9C5C02591BF4AB254AA00BEAA87A8E27 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMSensorsInterface; - target = 2038C6F97563AAD6162C284B3EDD5B3B /* UMSensorsInterface */; - targetProxy = D29F8BF74B57EE0A574C7E3C323C19CC /* PBXContainerItemProxy */; - }; - 9DF8577420FE7C39AA7577056C09BD11 /* PBXTargetDependency */ = { + 9E71F469913FF2814820A4C83FF514B7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-webview"; - target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; - targetProxy = DA12705528BA645F1EB99675AB21EC65 /* PBXContainerItemProxy */; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = B7FA155A3592D6B638DF4C6E365A6C37 /* PBXContainerItemProxy */; }; 9F4B49F01A597EA4F18DDCEBB1AF2B2E /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18350,23 +18169,11 @@ target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; targetProxy = A93E606DCB9E6493FE4333269FB7DB4D /* PBXContainerItemProxy */; }; - A25B6F8AA7DD52630D91CE0AF9605A84 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-background-timer"; - target = 6514D69CB93B41626AE1A05581F97B07 /* react-native-background-timer */; - targetProxy = 7385D57E0D6B908B9FCFA58F656276AA /* PBXContainerItemProxy */; - }; - A26577B89239A2B69A8C2B726C8F3122 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTActionSheet"; - target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; - targetProxy = E707FE2EA10658DE58AD98C77738BA93 /* PBXContainerItemProxy */; - }; - A378A93205754F71B1FD689F48AF9627 /* PBXTargetDependency */ = { + A0425ADC42719E3ECCC36A986073FC52 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNFastImage; - target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; - targetProxy = E5648A80504808A8B0D99F44C076AD03 /* PBXContainerItemProxy */; + name = "React-RCTBlob"; + target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; + targetProxy = 79CA74D9BCA03CD5F39464D5EDAFE1F2 /* PBXContainerItemProxy */; }; A3F4258D4EA27D6C88C15BCDA4CDEDA4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18374,12 +18181,6 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = DDFCA674E1FE8DC1DB86D5A0C0A1FB6A /* PBXContainerItemProxy */; }; - A477008176958D3B91BA9DF992EAAB9E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-video"; - target = 3E5D106F8D3D591BD871408EEE0CC9FD /* react-native-video */; - targetProxy = 2DDA8A59AA87442EA1835C36C56EECF0 /* PBXContainerItemProxy */; - }; A5351590EF2D946171B0ECC1142DED94 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleDataTransportCCTSupport; @@ -18392,23 +18193,29 @@ target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; targetProxy = DF12C5D7BB68C2724D2F39A531F2A52A /* PBXContainerItemProxy */; }; - A7FFDCCAE1C98FE9CF8D92816535C59F /* PBXTargetDependency */ = { + A7B5382AB66D8DFF27673B3716AFBE7B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNAudio; target = 449C1066B8C16DEDB966DCB632828E44 /* RNAudio */; - targetProxy = DD56B73E7E87398AB92815DB75CD081D /* PBXContainerItemProxy */; + targetProxy = 2AECBBFCD4E181174AA8C4489E51F42A /* PBXContainerItemProxy */; }; - A9D74A7E603C7CD2B35AE50C8951A27A /* PBXTargetDependency */ = { + A88F038683BBDF496D0DCD3EA2054882 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = F9F46FF004780C9E9089E597EB38469B /* PBXContainerItemProxy */; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = 8309463922C888A4211D198F7BF4FC02 /* PBXContainerItemProxy */; }; - AA54A0D8A08B7D444BD3C3C703A3D54F /* PBXTargetDependency */ = { + A93793D9E24FC88EA9FB2F5A9550049C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactNativeART; - target = 90148E8FD1C445D7A019D504FA8CBC53 /* ReactNativeART */; - targetProxy = 2E0673628140085DC5D6DC85DECFEF05 /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = B8191856C272D3F949F26832F7C32B37 /* PBXContainerItemProxy */; + }; + A96039B0C394EBF92192F72EF6700078 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 730D0C9E87C821627B583125E6B803EC /* PBXContainerItemProxy */; }; AA55BD4562CF0DDCA3C38F5ABA08AF89 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18422,11 +18229,29 @@ target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; targetProxy = BBDC7C661CA5567D3925BC0747CAAEC5 /* PBXContainerItemProxy */; }; - ABD4295ED172F3C0DCD8D0FB70555638 /* PBXTargetDependency */ = { + AC5149B7A330F93E5DDEF97973E7FB14 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTVibration"; - target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; - targetProxy = F2D9ABF57B5FFECB408243177D2BE738 /* PBXContainerItemProxy */; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 54CFB6D224B11FCA24F15A4AA9D14047 /* PBXContainerItemProxy */; + }; + AC5D80DBDA9B4497E72654D3F2BE8A8F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-CoreModules"; + target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; + targetProxy = D159D080013BC46A737B29A998580E49 /* PBXContainerItemProxy */; + }; + AC6080807731310A85D092B3FA752DA9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = QBImagePickerController; + target = C49345AFA49B098B0384C4FA864A4868 /* QBImagePickerController */; + targetProxy = ED74465392F01B9F9147B55D9B1B7D87 /* PBXContainerItemProxy */; + }; + AC9BBA8C05F8C85942E7B99BEB7C5DE1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNScreens; + target = 214E42634D1E187D876346D36184B655 /* RNScreens */; + targetProxy = F0F364526885E249CC7632EC64DED71D /* PBXContainerItemProxy */; }; ACDFD30135AB57A1F062637C78FB2E81 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18440,23 +18265,17 @@ target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; targetProxy = 13EF1229647EEDD20E086226A26C9EA6 /* PBXContainerItemProxy */; }; - ADFC650284AC1BBE029863A47EDF4824 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-jitsi-meet"; - target = D39AB631E8050865DE01F6D5678797D2 /* react-native-jitsi-meet */; - targetProxy = DB157DDF69F49DD233A231D4FA1C4D20 /* PBXContainerItemProxy */; - }; AE2135E39D7AC4E181788F79286CC4E9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleUtilities; target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; targetProxy = 5BE488B88EB1D7B8BFE4A63D278D4B18 /* PBXContainerItemProxy */; }; - AF173EA293BE669BE497BC67DFE99754 /* PBXTargetDependency */ = { + B099DC02A1892747362C5AD0ADF2314D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = 8A5FEC65150A496438EEC1617CAFEDF6 /* PBXContainerItemProxy */; + name = GoogleDataTransportCCTSupport; + target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; + targetProxy = 27256248016A2A59F690B3C0D82002F7 /* PBXContainerItemProxy */; }; B12997E3D5BE4F39EC03469A5CD99829 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18464,23 +18283,17 @@ target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; targetProxy = 17299B3B10FACA862736181ECC44D9A8 /* PBXContainerItemProxy */; }; - B1D602C7071201D59CA3FED3EB25F27A /* PBXTargetDependency */ = { + B37F97029FED10D314AE66E0CC7E2B66 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTActionSheet"; target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; - targetProxy = 7BE619E5B283FFFB50D88F6E95524F0C /* PBXContainerItemProxy */; - }; - B43FBB705B9504483E4C82407E6E9020 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = KeyCommands; - target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; - targetProxy = 65A1957046C1BA07E70D8729B523D538 /* PBXContainerItemProxy */; + targetProxy = B968C139272C268244CF59E8D66DFB16 /* PBXContainerItemProxy */; }; - B466693444735D8CC3DCED4279934F68 /* PBXTargetDependency */ = { + B4E248B1394D85E428578BBC61FB19FF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "rn-extensions-share"; - target = A238B7CE3865946D1F214E1FE0023AAE /* rn-extensions-share */; - targetProxy = 69B38E241EFC3F45E5D7CB372A8DE8CD /* PBXContainerItemProxy */; + name = "react-native-orientation-locker"; + target = 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */; + targetProxy = 9A464303D929963E48590E12C3BE739E /* PBXContainerItemProxy */; }; B522C45997E90058E7BACAB65C97DDE3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18488,23 +18301,17 @@ target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; targetProxy = D07A2073C8416FD3ABDA2FC695482B1F /* PBXContainerItemProxy */; }; - B53C3184908B2B11F97B89E5761A7355 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Firebase; - target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; - targetProxy = 903F3233CCABE0A16568DD6BBE9F3DA7 /* PBXContainerItemProxy */; - }; B6179D636B4AB55FAF69B12DDDBEA250 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = 81C7B5355049BCCDEE79296B202D9398 /* PBXContainerItemProxy */; }; - B64CD51BE745B16175CA9ED5AFE9AB5F /* PBXTargetDependency */ = { + B888EB6162FEC85678CCF97E87C68049 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleDataTransportCCTSupport; - target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; - targetProxy = 66C9F8EA9FD5F521B983512BFF6A0661 /* PBXContainerItemProxy */; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = 5377BD1E1BC0974120576DAA99AFF81D /* PBXContainerItemProxy */; }; B89D2CB67178C93A2DFF80F628C7A710 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18518,6 +18325,12 @@ target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; targetProxy = 52D75569EE8B532085465A5470C6C390 /* PBXContainerItemProxy */; }; + B8E0B67E955A3608CEEC156C188339F9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = 1BDD5E1689CDD381F27212A6AFADEDEF /* PBXContainerItemProxy */; + }; B8FB6BEBE084BB74B1BA89832A0654A6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RSKImageCropper; @@ -18526,63 +18339,39 @@ }; B92630B331C84A01EBE7ECA0D823D9FC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = AA5B8F43EAD114EE3717346D55C72BE5 /* PBXContainerItemProxy */; - }; - BA241D5679EFEE167EE2F6CED9B54AF4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 77650DB9BCD15D3DBD659DF4437F2533 /* PBXContainerItemProxy */; - }; - BB0C888F9800A9CBBD7F9AB387D65080 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 95BD7607104E910918F88DD81F19B1C1 /* PBXContainerItemProxy */; - }; - BB0F9DC57E5D94963CF9FC79323CE725 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-slider"; - target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; - targetProxy = 4914E4CEF51AA0728F9DB4ED2D455232 /* PBXContainerItemProxy */; - }; - BBDCDFA5627303F50AAD48A693318D2F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JitsiMeetSDK; - target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; - targetProxy = C5F2DEE55B252D17B96E97EE57C863D1 /* PBXContainerItemProxy */; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = AA5B8F43EAD114EE3717346D55C72BE5 /* PBXContainerItemProxy */; }; - BBE536693CA9EDB8DB65D07E966AA6C5 /* PBXTargetDependency */ = { + BA241D5679EFEE167EE2F6CED9B54AF4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Firebase; - target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; - targetProxy = 588715A57056E246EDC6308ECE55A085 /* PBXContainerItemProxy */; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 77650DB9BCD15D3DBD659DF4437F2533 /* PBXContainerItemProxy */; }; - BC09203586FB2340B77D06D5688A2B73 /* PBXTargetDependency */ = { + BA8632794D7A50F916C514E8DCFECB8C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 1B4E035F5EF51E6B8DF0C8C0CC9107DF /* PBXContainerItemProxy */; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = E4F28DAE166F9E498310BBA14A528CB5 /* PBXContainerItemProxy */; }; - BC6A96E8CCB1C9C8D0B8D2E6E28A42D8 /* PBXTargetDependency */ = { + BB0C888F9800A9CBBD7F9AB387D65080 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "rn-fetch-blob"; - target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; - targetProxy = FE6638491CDE98C2C7FB03380605B721 /* PBXContainerItemProxy */; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 95BD7607104E910918F88DD81F19B1C1 /* PBXContainerItemProxy */; }; - BCCDFD7DF3592A262A27DA1D184FCAE2 /* PBXTargetDependency */ = { + BC23F29F64D23D41AC90DB7A4F2A209E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-cameraroll"; - target = BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */; - targetProxy = B060697673EFB5CEA3DAFC3A5BED9887 /* PBXContainerItemProxy */; + name = "react-native-document-picker"; + target = D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */; + targetProxy = 4075FDAF4F6CA4E3FB28187F5C6C6EB0 /* PBXContainerItemProxy */; }; - BCD2D120DF155D5F49FB9738AF101B5B /* PBXTargetDependency */ = { + BC2E4BB723DF688BE6F1203728113858 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNBootSplash; - target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; - targetProxy = 199D8BD0D101EBE315003325074F9B0E /* PBXContainerItemProxy */; + name = SDWebImageWebPCoder; + target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; + targetProxy = 8826086781226E80504011E2BB7CCD4B /* PBXContainerItemProxy */; }; BD1C2D29B9FAFAFEC379903BBA7FB010 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18590,11 +18379,11 @@ target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; targetProxy = CEEAB0ABDC6919813DC4584C776CA72F /* PBXContainerItemProxy */; }; - BD4E7D717758D9D1AA3C294FD5FF1B06 /* PBXTargetDependency */ = { + BD9942408173E0401D2C619F566BE1F1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "rn-fetch-blob"; - target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; - targetProxy = 7DB66960FC601F6E99C14345F55A9D94 /* PBXContainerItemProxy */; + name = "react-native-orientation-locker"; + target = 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */; + targetProxy = E18E19BC40E312065A934AD86DC1D216 /* PBXContainerItemProxy */; }; BD9A27944522233DC0927B646379AEDA /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18602,23 +18391,17 @@ target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = EF35D916FEB5C7D4563D576974DC8374 /* PBXContainerItemProxy */; }; - BE5D359524D18A8A258766608BB1D085 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-appearance"; - target = 3FF2E78BB54ED67CA7FAD8DA2590DBEE /* react-native-appearance */; - targetProxy = 65790BAB97B2A2F3ED0E30BBE0D35A3A /* PBXContainerItemProxy */; - }; BF23376B1A7E5DFDD5B71433E58CDDA1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMCore; target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; targetProxy = 2284921B4FC397971FFFACC555D01A18 /* PBXContainerItemProxy */; }; - BF49BD05FCA88B75B257F2907168D666 /* PBXTargetDependency */ = { + BF6781C6753959ADB2721A0906E62385 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNImageCropPicker; - target = 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */; - targetProxy = E2E3D33DDF54CE98E29BEC1445D2E512 /* PBXContainerItemProxy */; + name = "react-native-keyboard-tracking-view"; + target = EAB05A8BED2CAC923712E1C584AEB299 /* react-native-keyboard-tracking-view */; + targetProxy = 479D5EE618CE31D7D0DB7D6C3B4C5BD1 /* PBXContainerItemProxy */; }; BF9BF0CDEA697B8AF2D71C6FF954AC77 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18632,41 +18415,17 @@ target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; targetProxy = B10540874D34CE93E1E04DA052C09DD7 /* PBXContainerItemProxy */; }; - C0F01AE6B725B8BE06911E7EC7613982 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = 1F1DC048FE195748FAED9100FA7DE946 /* PBXContainerItemProxy */; - }; - C1706866FAE7E7458DA97F552194C3A8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXAppLoaderProvider; - target = 2B8C13513C1F6D610976B0C8F4402EC1 /* EXAppLoaderProvider */; - targetProxy = 364ED74F7B68BD55D2B23FB069614BA3 /* PBXContainerItemProxy */; - }; C217101135EFE0403239B5B2FC6C3632 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = nanopb; target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; targetProxy = F2E57867E76DED400D1A4035EF3D8735 /* PBXContainerItemProxy */; }; - C363132B03852623D6B647FF48AA1A10 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMImageLoaderInterface; - target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; - targetProxy = 653BE8616EF0FBDEA5F62D1853200EC6 /* PBXContainerItemProxy */; - }; - C4728388BC6BDDDFF7B53CD379CC95EE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransportCCTSupport; - target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; - targetProxy = 4E95F493B1D3292DA5DC0B9A9C289502 /* PBXContainerItemProxy */; - }; - C551371FFCFD68991DC83B3625FD944A /* PBXTargetDependency */ = { + C34B84B6062BBDD6721DAF6EE3DB6D6F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactNativeART; - target = 90148E8FD1C445D7A019D504FA8CBC53 /* ReactNativeART */; - targetProxy = 887B04DAF0CD700600E4B5122BE0481B /* PBXContainerItemProxy */; + name = libwebp; + target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; + targetProxy = D727F5883E7A6EA4433E17239344714D /* PBXContainerItemProxy */; }; C5AE41D857959DAFF5E75B0995A21A95 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18674,11 +18433,11 @@ target = D0EFEFB685D97280256C559792236873 /* glog */; targetProxy = 983AD1895C24585DEA95A1E14A0A74C6 /* PBXContainerItemProxy */; }; - C5FCA3687DC94CEFFDA055C170FBBA3B /* PBXTargetDependency */ = { + C5E50642AB4E317CAC945FB3123EA322 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-document-picker"; - target = D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */; - targetProxy = 8BCE02FFB3C5D82D1B32DC17EF5593F4 /* PBXContainerItemProxy */; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 00EF51340E263C1473D858BBA447BDD9 /* PBXContainerItemProxy */; }; C76A0EE6871933CE34033765BE030A22 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18686,12 +18445,6 @@ target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; targetProxy = 48FF23C1BE2FC883261B458A2FEFC1BB /* PBXContainerItemProxy */; }; - C77C5E4EF16E89C249F12655D197A3E7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXHaptics; - target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; - targetProxy = 48F6FEEC600460E8B290E64CA0FC1317 /* PBXContainerItemProxy */; - }; C85153279823DD6D83526F6B511CE44D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMConstantsInterface; @@ -18704,12 +18457,6 @@ target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; targetProxy = 3DA6710AAE682E070695F228266936B7 /* PBXContainerItemProxy */; }; - C8F88193A68E45572780530D269EEA6D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; - targetProxy = 6DBBBD7D8C47FA13876FCC9539B2E757 /* PBXContainerItemProxy */; - }; C9CEFEFAAAEDB8CD947737FA56C849D4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Fabric; @@ -18722,11 +18469,11 @@ target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; targetProxy = 455009ED9ED8F59E3D7880EA52A66B11 /* PBXContainerItemProxy */; }; - CA3CFCF5827C79A16F50A4237B5C2415 /* PBXTargetDependency */ = { + CACF54FCE5A33E1DB20C509266CC0FE7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMFaceDetectorInterface; - target = 2AD4F40E67E1874A0816F6B34289EB41 /* UMFaceDetectorInterface */; - targetProxy = 029AF32D317908210B205172A350DF4F /* PBXContainerItemProxy */; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 1C005B7917A8FCCB653F877FC50C3C52 /* PBXContainerItemProxy */; }; CB1231450678EB40FF6D52E17793B56F /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18734,35 +18481,17 @@ target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; targetProxy = C583A5691E3DAE99E4675FD1989CDA14 /* PBXContainerItemProxy */; }; - CB26FB3A1ADCB585DEF4B75B15DA0571 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 00B8AD7082EF2E650487570300C22CB8 /* PBXContainerItemProxy */; - }; CB67FB062DE8CAF07E20E144CB621739 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseCore; target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; targetProxy = F6A14184DE3C02C257A7298719E4FD9B /* PBXContainerItemProxy */; }; - CBC80B42275C41520595EE37B460AF07 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = AF19E89F793A537D6E53E375EAD68EDC /* PBXContainerItemProxy */; - }; - CE099FA43FA9CBBB52F46A4F3F29A6E6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = DFECDA4DBABE855EC64A242A800A2FF6 /* PBXContainerItemProxy */; - }; - CEB80C39144A1577C4B63511FF254823 /* PBXTargetDependency */ = { + CFBAC0A8DC7EA915E61FD234087B390D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMPermissionsInterface; - target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; - targetProxy = 3BF951AA316115840540594A25A72DD5 /* PBXContainerItemProxy */; + name = KeyCommands; + target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; + targetProxy = 34B2223A6F3757FB1442101D3796F758 /* PBXContainerItemProxy */; }; D0AEA44DC74BEB09351F0E25C7290EE7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18776,17 +18505,29 @@ target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; targetProxy = CD13E8227960B07BA93BD3A6A40F0B23 /* PBXContainerItemProxy */; }; - D1F1057A65FDD43412DCD824E1BE5E0A /* PBXTargetDependency */ = { + D22E915BD10187ECEFA42DC650E5322D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = A6C96CD915FAFFA438FE9774216C27FC /* PBXContainerItemProxy */; + name = FirebaseAnalytics; + target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; + targetProxy = 5A0A4D47F0C9A3BB88B44D9A88F2E930 /* PBXContainerItemProxy */; }; - D41D46E6AEDAC6E02C2FD3F0653B7D0D /* PBXTargetDependency */ = { + D24A70F21C9ECBB594FDC551EF53AA71 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Yoga; - target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; - targetProxy = 1421075EB976D2FEE9D9806B5415204B /* PBXContainerItemProxy */; + name = UMImageLoaderInterface; + target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; + targetProxy = 183A1BF56A3908477B0606F40F3D935C /* PBXContainerItemProxy */; + }; + D27C66B92FA8D65C4BE7FAF9A75949C5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-cameraroll"; + target = BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */; + targetProxy = 7D86E0EC946E710690508A70778A50AB /* PBXContainerItemProxy */; + }; + D430F3EB8219A16E20CAED87419FF058 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = KeyCommands; + target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; + targetProxy = 04431EA853529060D3FBC0E00035A553 /* PBXContainerItemProxy */; }; D4675DE12C9CE28E7BE2DF3CB5F65EE1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18794,35 +18535,29 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = 0FBA34E2E29F880F6473E91F3C51B883 /* PBXContainerItemProxy */; }; - D531F7144E340BA804EB980C44EB152B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNVectorIcons; - target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; - targetProxy = 1D2F6034C1A8096F570C3480FB4D1B2F /* PBXContainerItemProxy */; - }; D5F43FE63F1F6C96E0D9F953258FAE9D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = E79050B7B79BB88D74178F90A19D9ECF /* PBXContainerItemProxy */; }; - D792397192B4B2CC4E1F2C971511B663 /* PBXTargetDependency */ = { + D663E944BD95E616DA4B41C05E9F0FE6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMConstantsInterface; - target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; - targetProxy = 2C99838F8F6E104B4507D1B2E8D39D12 /* PBXContainerItemProxy */; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = DFF21A77DD7FB0CCE8B065449BFFDAE9 /* PBXContainerItemProxy */; }; - D83EB6F0A5879FE722B738A13D28928B /* PBXTargetDependency */ = { + D8DD55F4F258034EC368EE6CBE17BD72 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Fabric; - target = ABB048B191245233986A7CD75FE412A5 /* Fabric */; - targetProxy = 9FAE2CA79291EAAB2208033BECD5C0C7 /* PBXContainerItemProxy */; + name = RNFastImage; + target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; + targetProxy = 01538184A8F8657B7BD4370611454E44 /* PBXContainerItemProxy */; }; - D8ECF954F4C94B8103DFAA8F1A4231FC /* PBXTargetDependency */ = { + D93C5DB341581740C367945DCD1957AC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-appearance"; - target = 3FF2E78BB54ED67CA7FAD8DA2590DBEE /* react-native-appearance */; - targetProxy = 888B4FDC61D8E9341CD9F82D70532963 /* PBXContainerItemProxy */; + name = UMCameraInterface; + target = 0A915EE9D35CA5636731F8763E774951 /* UMCameraInterface */; + targetProxy = 9BCD2366AD6375A5D1D929224F8048EA /* PBXContainerItemProxy */; }; DA7A7B33C9919FB0F7AAF95AD29445CB /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18830,11 +18565,11 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = B45BFCA094BB2306A256FB04420598F1 /* PBXContainerItemProxy */; }; - DC05D6C810FE6922EC70A8B87AEC26CF /* PBXTargetDependency */ = { + DB3409A041D1D17DA7499CCC11228805 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNRootView; - target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; - targetProxy = BBA1A90899E814F46FBDE94880F13E47 /* PBXContainerItemProxy */; + name = "react-native-keyboard-tracking-view"; + target = EAB05A8BED2CAC923712E1C584AEB299 /* react-native-keyboard-tracking-view */; + targetProxy = 7CAAD02C329DA04EABAA99FDA4FFBBEF /* PBXContainerItemProxy */; }; DC365AF9AFF0EED32BE0CC92E8B78C42 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18842,18 +18577,18 @@ target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; targetProxy = 7DFBE4295EB2D14288E99BCD22619405 /* PBXContainerItemProxy */; }; + DC6BE28402C389D705189C4F10449669 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTText"; + target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; + targetProxy = FD4E29DF059AA37DE968373CE5AD07DC /* PBXContainerItemProxy */; + }; DC7881C26EA469ACDBBF85DA037F15E0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SDWebImage; target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; targetProxy = 59A6F7E541C545C99CA82678B8F26212 /* PBXContainerItemProxy */; }; - DCDF6DD5377D29B16749C3BDBE257335 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTSettings"; - target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; - targetProxy = D0F15BE0445FA82710CAB0CE77128DA4 /* PBXContainerItemProxy */; - }; DD42749A0327BDFDE691A4721767F0F3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; @@ -18866,29 +18601,47 @@ target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; targetProxy = 048AC4BFC3DEB50A8114C3826879AEB7 /* PBXContainerItemProxy */; }; + DEDADB2AF087B7F66CAAE992A895E23D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = 08B76BB156C2D02112D54406D5E268A3 /* PBXContainerItemProxy */; + }; DF072AA82B95EF5DD4445A2E27AEC5E0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 21B7FFD1A14C9DCA797642821E09A7B1 /* PBXContainerItemProxy */; }; - E02A6402965CAD49139E2085F796EBBD /* PBXTargetDependency */ = { + DF19B647B1A72A091289200619A68882 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-keyboard-input"; - target = 7573B71C21FB5F78D28A1F4A184A6057 /* react-native-keyboard-input */; - targetProxy = 0B53C8A816A47D1D2989D25B318CEF23 /* PBXContainerItemProxy */; + name = BugsnagReactNative; + target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; + targetProxy = 0C6729D5FCAFED6BD48AECE40F8A9F42 /* PBXContainerItemProxy */; }; - E1F908D523A5F60C44F9FF48956F9B02 /* PBXTargetDependency */ = { + DFDBDC418F7AA9006FE4A76689234DA4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTAnimation"; - target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; - targetProxy = 7EE3FF58C79408BEC7B08E7853FA8F5D /* PBXContainerItemProxy */; + name = RNScreens; + target = 214E42634D1E187D876346D36184B655 /* RNScreens */; + targetProxy = 701E284F8703F3BB8AEDFC6F24932473 /* PBXContainerItemProxy */; }; - E255C832BC49274535D56350C86A77F2 /* PBXTargetDependency */ = { + E12AADD0411957592D5E155B4EDF69E6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = E6ECEB03029FFF043853C5AEF5D37401 /* PBXContainerItemProxy */; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = 7BFDA1E9BBF494A4F0E446BC206D9F7F /* PBXContainerItemProxy */; + }; + E14ADFE9A90DE1317C6078297DBABCE9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-slider"; + target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; + targetProxy = 5123150797BA94C99A1168234A50F7BF /* PBXContainerItemProxy */; + }; + E339878AB4A0C23E98D6002719754CF7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Crashlytics; + target = C0E41540D6862472ED7F2FA11669BE1F /* Crashlytics */; + targetProxy = 45C10B22929BEE33297E7923BC555FF9 /* PBXContainerItemProxy */; }; E33A6948181332F36C1B948AB5E3D4F1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18902,11 +18655,17 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 0FD6A4ED78388214475895E97458EB68 /* PBXContainerItemProxy */; }; - E39D11BF3F0AC0C78CF1BC07B9DD1D18 /* PBXTargetDependency */ = { + E369F9E9578DCF9D1B10D8E327D19427 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = C2235A27F5007B9C8E32C82C1F5BA18B /* PBXContainerItemProxy */; + name = "boost-for-react-native"; + target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; + targetProxy = 8992DE6C573961543133CE40C0AB9C0D /* PBXContainerItemProxy */; + }; + E386C7C112B54880619198810F84D943 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "boost-for-react-native"; + target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; + targetProxy = C506E3AAD19C4818C40239DF18CA9B69 /* PBXContainerItemProxy */; }; E3D1654B918455824279631C48CD8D36 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18914,18 +18673,60 @@ target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; targetProxy = F142B4DF83D0AEA677D3ABE7D7E5BA0C /* PBXContainerItemProxy */; }; + E41F8A2A504FD80110458F59CE360ADA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNDeviceInfo; + target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; + targetProxy = 767A7FBE553E3B2B50F9BB50C724CCB2 /* PBXContainerItemProxy */; + }; + E4BF9EA0288F1CE4520ED17C08427039 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-cameraroll"; + target = BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */; + targetProxy = 34BAF65BAC035A6E5E81E4763A39A5ED /* PBXContainerItemProxy */; + }; E6C446C9931D7EE8FED9B58FE9C9ADB3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsi"; target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; targetProxy = 418E15E77F7E215AA9622C72DC826707 /* PBXContainerItemProxy */; }; + E7F6392546110868C84AC7DB7712AAD5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBLazyVector; + target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; + targetProxy = 4303759B11C57ADFF16E315D6A8B6A95 /* PBXContainerItemProxy */; + }; E81B9D94D6D9DDB9A947C7FB8749DA9C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = 4FF10556B9B41D07EFAC6AA420559421 /* PBXContainerItemProxy */; }; + E83A5229F50B9DB145BEEACACD23E6CB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNBootSplash; + target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; + targetProxy = 6101B38638923524EEE51D29F9EE5972 /* PBXContainerItemProxy */; + }; + E86ED6B3EBF3B9E9CFE1DD3D5ABF310D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseInstanceID; + target = 9E25537BF40D1A3B30CF43FD3E6ACD94 /* FirebaseInstanceID */; + targetProxy = EBAF62ADC30FA8B277B070824E0E1EA0 /* PBXContainerItemProxy */; + }; + E8B87B8B9C390B1C2259F6F381C1E313 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-background-timer"; + target = 6514D69CB93B41626AE1A05581F97B07 /* react-native-background-timer */; + targetProxy = CACC849D71C13185653FEBEEAD053FE9 /* PBXContainerItemProxy */; + }; + E9A74B922BDA242D0EFE990A54CAEA47 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTLinking"; + target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; + targetProxy = 8955046A948AADF1313D62D571167563 /* PBXContainerItemProxy */; + }; EBEA0CAF6189145089CC8215C3379005 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; @@ -18938,18 +18739,18 @@ target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = 973587FD3243D488ACC2A2CBA4B833BD /* PBXContainerItemProxy */; }; - ED32C531F5C1D529A70F3E7D3D7301AD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNAudio; - target = 449C1066B8C16DEDB966DCB632828E44 /* RNAudio */; - targetProxy = F852381E133218FE64E857E8E42C0F3C /* PBXContainerItemProxy */; - }; EDE4622A231D7E4C637C51459B075FDC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = F1D31400DE78E76FE461920F078645F1 /* PBXContainerItemProxy */; }; + EEA63FC76E9340C47524A19F7840EA88 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNBootSplash; + target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; + targetProxy = F6F6D156ABBE01FB848EF56204A6311F /* PBXContainerItemProxy */; + }; EECEC39CD1A9AF30CCFCB71B11A14B7D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMCore; @@ -18962,12 +18763,6 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = FC9ECE85F287C504E4BF453D581199F5 /* PBXContainerItemProxy */; }; - F1857E1E01AE89BB08CEEEB4004997F3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; - targetProxy = F3C9C7F35AA5270219A8F93BE6016194 /* PBXContainerItemProxy */; - }; F1887910E1D2307247370E110F5C97EF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-cxxreact"; @@ -18980,11 +18775,17 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = C737ED823B86A2EB5AE9F688BEE3FDCE /* PBXContainerItemProxy */; }; - F38921A2A534FB1FD42A59C567B93296 /* PBXTargetDependency */ = { + F2F67DD8EB659D3C03091A390001A20A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-webview"; - target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; - targetProxy = D83A65BB197390BC217AC725BBB2A09B /* PBXContainerItemProxy */; + name = QBImagePickerController; + target = C49345AFA49B098B0384C4FA864A4868 /* QBImagePickerController */; + targetProxy = A5EDF55762B7ABE58020D109912E4608 /* PBXContainerItemProxy */; + }; + F3643D27472A2EAB6340D2C1FA8CAD64 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCoreDiagnostics; + target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; + targetProxy = 327AA39C61EDC707A0D68C3034735A34 /* PBXContainerItemProxy */; }; F40AEEAA637FAD62AA68E398038D3782 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18992,6 +18793,24 @@ target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; targetProxy = 8CD598B3122E1B5D5E0411E9F8DFF385 /* PBXContainerItemProxy */; }; + F42A5EF4A8EAE42AC0970D26AE0B15B8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMTaskManagerInterface; + target = 50188AAB5FAECCA9583327DBA2B0AF2B /* UMTaskManagerInterface */; + targetProxy = 9FCDA06EB9A27715ECDD6928481C2934 /* PBXContainerItemProxy */; + }; + F584A90497159DF226802B86BFEAD416 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = F1BB0E83A7FEE32318C57FD61F4887B6 /* PBXContainerItemProxy */; + }; + F60BF64D9107E1CBAA7F5458E78BCAAF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = 0D14542018B2272DD1A469E6B37EF69E /* PBXContainerItemProxy */; + }; F6258EC7EA780DA17A9BB7DEC0186247 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; @@ -19004,29 +18823,17 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 69C4D7766C312F032D5267A5354EEDFE /* PBXContainerItemProxy */; }; - F6E95210BA41625B6DAAFEB39D296B70 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = 10EBC828B2DBF9A3EB9EF2D5895F6AFC /* PBXContainerItemProxy */; - }; F77917FB7C27A937C4A222233103AEBF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 5EED9A44D7E37951C7239080722062AE /* PBXContainerItemProxy */; }; - FA17D19201681DE7C105DE73F0645A04 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTText"; - target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; - targetProxy = 014FB5572623DB3374A3B66B796D1AF3 /* PBXContainerItemProxy */; - }; - FABA595331B53EB63D52C7B8BCF0AF53 /* PBXTargetDependency */ = { + F892724AB5DDE7F3C8FCE1C90A15548D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = CE3F526A6E8FEE984C13CEFEA5F14CC3 /* PBXContainerItemProxy */; + name = EXHaptics; + target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; + targetProxy = C1DB6B2FB2C52CF5451D56523BC6A4A0 /* PBXContainerItemProxy */; }; FAC411C23D2CEEC99A061A1A4B22D07D /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -19034,42 +18841,42 @@ target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; targetProxy = 6A307E7AA187B3493D468319584B81F0 /* PBXContainerItemProxy */; }; - FB5C70956A590BBAFC947BD33A9CEE0F /* PBXTargetDependency */ = { + FD771A3C808ABFC01F9FAFF66717E98C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-document-picker"; - target = D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */; - targetProxy = 67E63F2C5FD5FBFE8AF0A2E8C2B1E66B /* PBXContainerItemProxy */; + name = "react-native-notifications"; + target = CA400829100F0628EC209FBB08347D42 /* react-native-notifications */; + targetProxy = BD67F50C748CBEE78605A9E343372A8D /* PBXContainerItemProxy */; }; - FCC377F16BA120F9119A2A01FCCA87A4 /* PBXTargetDependency */ = { + FE47257F2A2FE9543A7828B8EF8F9D23 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = B952EF7966471C6FAB472A9C1CC38129 /* PBXContainerItemProxy */; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = 8F9C092E99659D6C24A81AAD6FE25036 /* PBXContainerItemProxy */; }; - FE0720C7527B65AC84AF93A1807B5677 /* PBXTargetDependency */ = { + FEE4267D512CD5EAA1C9FF46F88ED492 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNGestureHandler; - target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; - targetProxy = 1EF1B0065891118A9274EBE57360F778 /* PBXContainerItemProxy */; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 273EEB006344CBC3B742234147B60471 /* PBXContainerItemProxy */; }; - FE76C92EDFA969F8124145D4FCA55CA4 /* PBXTargetDependency */ = { + FEF827746839F670DEBDB530121DBE0D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-jitsi-meet"; - target = D39AB631E8050865DE01F6D5678797D2 /* react-native-jitsi-meet */; - targetProxy = 2CCE3E79F11EB5F05D306FBE9C020D51 /* PBXContainerItemProxy */; + name = GoogleAppMeasurement; + target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; + targetProxy = 3E99FA73B279E07F2B0E0BB033573F7A /* PBXContainerItemProxy */; }; - FEE4267D512CD5EAA1C9FF46F88ED492 /* PBXTargetDependency */ = { + FFF6074AA076E2E8932678ED66DD3A3B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 273EEB006344CBC3B742234147B60471 /* PBXContainerItemProxy */; + name = "react-native-document-picker"; + target = D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */; + targetProxy = 3668E05AC6E2390D94561DFDD0324C02 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 00718DA2EF2C79DDC75597E5CCB5F43B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 18A0B7F3E92DA701681D15C3E5BE230A /* react-native-document-picker.xcconfig */; + baseConfigurationReference = 7FC79DE0AA004618BCBB2301018AE197 /* react-native-document-picker.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19119,7 +18926,7 @@ }; 0099D41EC358F8EDE289C7A138DD58E3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2810FE8C402902684E42F86B061B20B2 /* UMCore.xcconfig */; + baseConfigurationReference = D8901CA28F0B8B14CD6AF4861D28138D /* UMCore.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -19172,7 +18979,7 @@ }; 024274BA705D432C4A7E56971B76D5C2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 442C6BF9F30352725CF6D5AA0170FC26 /* KeyCommands.xcconfig */; + baseConfigurationReference = 2C205B7A74A0AB9C207AE1508245D074 /* KeyCommands.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19198,7 +19005,7 @@ }; 02590A2E54E292E4B163CC19E59F2F78 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 09070D0B74632AFFF5B70770E9EBEB18 /* react-native-appearance.xcconfig */; + baseConfigurationReference = F26EF841033E12B745CCB8B72B39BBF2 /* react-native-appearance.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19236,9 +19043,33 @@ }; name = Release; }; + 03B1CAE738756CB86D790BCF90C3E072 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A9916A69A97251C8AA9535F6F70AE9DB /* Pods-RocketChatRN.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + MACH_O_TYPE = staticlib; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 04B503C5ABE2C215E884B32B4647C2FF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8B5ADC31FD186B9A7FF39AB89C8645E1 /* UMPermissionsInterface.xcconfig */; + baseConfigurationReference = CE983F54434489877D613012B3EA86B1 /* UMPermissionsInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -19268,7 +19099,7 @@ }; 06BC0A8E01BE9D8AA3FB15051DD205D6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7D5E4B14E4C0207640F68130035D7A01 /* React.xcconfig */; + baseConfigurationReference = 6A4BD9FEFD2B025ED2BEDBA0CCAAC711 /* React.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -19282,7 +19113,7 @@ }; 07503BE4DBA728321A66841DFD7B509C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 09070D0B74632AFFF5B70770E9EBEB18 /* react-native-appearance.xcconfig */; + baseConfigurationReference = F26EF841033E12B745CCB8B72B39BBF2 /* react-native-appearance.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19306,9 +19137,32 @@ }; name = Release; }; + 095A8DE130B0CF14000F6E3FC215F3DC /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B5D32CE02F68EE345F9101FFAF7E3476 /* Pods-RocketChatRN.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + MACH_O_TYPE = staticlib; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 0A5C3272020B713D7C5769D443274095 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A750113D5C95734016B6F89633D28693 /* React-RCTNetwork.xcconfig */; + baseConfigurationReference = D9F7CC56299F47549B3A2A7A1C365F7E /* React-RCTNetwork.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19334,7 +19188,7 @@ }; 0B4C266D7201BE42578B00130B939087 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 18A0B7F3E92DA701681D15C3E5BE230A /* react-native-document-picker.xcconfig */; + baseConfigurationReference = 7FC79DE0AA004618BCBB2301018AE197 /* react-native-document-picker.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19385,7 +19239,7 @@ }; 0D109765BE2DFCFF45B839D6331198AC /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5E20B9411F931CDADBF3317807A5F5FC /* EXAV.xcconfig */; + baseConfigurationReference = 2ABFB451EB4296177AF8518752E5376F /* EXAV.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -19411,7 +19265,7 @@ }; 0EC3A23A31F25E370EFBA1F1586B2011 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E2B42E3ABAEFC26524EE67261B0E6AD6 /* FBLazyVector.xcconfig */; + baseConfigurationReference = AA6AAA1D90BE93D3C64963C8A5ED303A /* FBLazyVector.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -19450,7 +19304,7 @@ }; 0FFE4A7E6463DF8D2BF607C001EF26C2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4527CA9D0BE34892B889E0EB539D1E04 /* react-native-keyboard-tracking-view.xcconfig */; + baseConfigurationReference = BC2915576A0C1BA9AB1ABAE05C43FDB9 /* react-native-keyboard-tracking-view.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19476,7 +19330,7 @@ }; 107A38331BA622EFD23AA607C2765C98 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FF51B230FBFB8050E8A355161CFDD94E /* EXPermissions.xcconfig */; + baseConfigurationReference = 453F7492E2D2204EC23AF59450B69FC2 /* EXPermissions.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -19502,7 +19356,7 @@ }; 12FAC84E34D27F50918DC68E37434C4A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A761313D967005DBA593B9F9E2FB63FD /* EXWebBrowser.xcconfig */; + baseConfigurationReference = 6AF98B0747ED34DFD0A3862E48662036 /* EXWebBrowser.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -19547,7 +19401,7 @@ }; 15D0C18A330E8C97064F66C89AE92075 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5E20B9411F931CDADBF3317807A5F5FC /* EXAV.xcconfig */; + baseConfigurationReference = 2ABFB451EB4296177AF8518752E5376F /* EXAV.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -19637,7 +19491,7 @@ }; 17ADCC17D6FBAC88D3849258BEE3E4D7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 474448FEF0F945EE3EE8C4EDBCAC90BC /* RNDateTimePicker.xcconfig */; + baseConfigurationReference = ED58CA46DD7F271A5874329EABDC8E29 /* RNDateTimePicker.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19727,7 +19581,7 @@ }; 1A149D092E2CFC6DDCD8E48A2155676C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 45C765F1C990C5B20916DEB3EAF2E8E9 /* React-cxxreact.xcconfig */; + baseConfigurationReference = 5D41FFCDC27D6C15E44D6FD521E15AF7 /* React-cxxreact.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19778,7 +19632,7 @@ }; 1BBF1FC67203BE8FFEF02CD562A0ABB0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3A32946588EA5D283AD7F202679C7337 /* React-RCTSettings.xcconfig */; + baseConfigurationReference = C646A9FB4E78FDB1E50D7C27884604F6 /* React-RCTSettings.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19801,6 +19655,29 @@ }; name = Debug; }; + 1FAFBCEBDA661CBA3790D8E6EDA31E0C /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 49A51F5FBBCFD3F02638D5838DF22338 /* Pods-ShareRocketChatRN.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + MACH_O_TYPE = staticlib; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 200CD2396E713A87F09DF2D0477FFC0C /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 8FF7FC362F63B268EE743A8524D88D63 /* Crashlytics.xcconfig */; @@ -19818,7 +19695,7 @@ }; 21B20C7A656B8B26606666450F233202 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8EE4BE67037C8C3B3579ECDCD9B7C2A9 /* React-jsiexecutor.xcconfig */; + baseConfigurationReference = 954BCB8C0CF3717AA95136501722033F /* React-jsiexecutor.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19843,7 +19720,7 @@ }; 23C6C4DC319C746B0FB2B500A5F11865 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 66E67D54611C3F741EDE2775CC1C74DC /* react-native-notifications.xcconfig */; + baseConfigurationReference = 2832D2AB6E74719A8E3A77EFAD5C5257 /* react-native-notifications.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19883,7 +19760,7 @@ }; 244CAA427CEE1963C66E8F160A2D7C44 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3A32946588EA5D283AD7F202679C7337 /* React-RCTSettings.xcconfig */; + baseConfigurationReference = C646A9FB4E78FDB1E50D7C27884604F6 /* React-RCTSettings.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19909,7 +19786,7 @@ }; 26551564308AC8D658D695032AA5AE58 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 86A8EE1D2F8B8AEB69DAEF21A92DBBD4 /* FBReactNativeSpec.xcconfig */; + baseConfigurationReference = D2134E52180D21C748AA62F1B8778F9A /* FBReactNativeSpec.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19935,7 +19812,7 @@ }; 2703B7272D54F6883D4FB415677DB5D4 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3408483C86C5FC83F26C6296D16EBAEB /* React-RCTBlob.xcconfig */; + baseConfigurationReference = 5ED0F350ED0F0BC7C22797C1AC23DA50 /* React-RCTBlob.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19960,7 +19837,7 @@ }; 27BCC9CA860F306C015533FEE3107CCD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2094B17B932F0291907A328EF66C43DE /* RNRootView.xcconfig */; + baseConfigurationReference = 541EDDE38B01E6D53021A747AB3433A2 /* RNRootView.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19986,7 +19863,7 @@ }; 28D56E215E53845903676C02E9E657A4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7D5E4B14E4C0207640F68130035D7A01 /* React.xcconfig */; + baseConfigurationReference = 6A4BD9FEFD2B025ED2BEDBA0CCAAC711 /* React.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -20001,7 +19878,7 @@ }; 2953790EFB1BD8A9E78C65D8FCEEACFB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 982A8DF71C07BCCAE7B7645DFE00F523 /* EXConstants.xcconfig */; + baseConfigurationReference = 9BCEA44A33DCB232878CCE06B1594B9B /* EXConstants.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -20028,7 +19905,7 @@ }; 2A5E7696D7993201DAD047C1A0D2C4E3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B37C4AC903FF4D9F541F94B2BFF6486F /* RNBootSplash.xcconfig */; + baseConfigurationReference = FE42F95CE82EFBA46EA89EB8C0DEA3AA /* RNBootSplash.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20053,7 +19930,7 @@ }; 2AF938D92353FFD31BE3DB678B15377C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4DCDF3A402BAF65DD8D8E38015B8FAAF /* react-native-cameraroll.xcconfig */; + baseConfigurationReference = 953127597A4582C6794C645165C7315F /* react-native-cameraroll.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20078,7 +19955,7 @@ }; 2B272C4CE6BEAA0B9E0AA72279542905 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C75E1C5FEF410A767A34D685A2AB9BDE /* React-Core.xcconfig */; + baseConfigurationReference = EC97F4A51B6AF21BEE3F74F31FB29FB3 /* React-Core.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20103,7 +19980,7 @@ }; 2BE44409CF53F7716718039FCCF13617 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 12F9685BAA8BDA1D4DB413B7DEC5918B /* react-native-webview.xcconfig */; + baseConfigurationReference = FC2F8EF0A5032A111203FD17C902387C /* react-native-webview.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20195,32 +20072,9 @@ }; name = Debug; }; - 34CC05D51BE3AA681913CC55971BA356 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B5D32CE02F68EE345F9101FFAF7E3476 /* Pods-RocketChatRN.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - APPLICATION_EXTENSION_API_ONLY = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MACH_O_TYPE = staticlib; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 371989D182BF95DFA0EC5239D0C21ADD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 906AE7707BBFDCDC9C23789A1BCC7234 /* RNReanimated.xcconfig */; + baseConfigurationReference = F20B180436D2CB1935FC05383EC8AE97 /* RNReanimated.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20245,7 +20099,7 @@ }; 37E163221C1422D15853A75EC40F1ADE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 361B885668026CB8D0F97C254A166261 /* RNLocalize.xcconfig */; + baseConfigurationReference = EE282627733A74271A09525FEDBE4DA6 /* RNLocalize.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20270,7 +20124,7 @@ }; 39788C2E5025D81B1F56F4F62015EC56 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4017FFD49CA4520E73F3FE89DEA8A4F5 /* UMReactNativeAdapter.xcconfig */; + baseConfigurationReference = 7CB8B0F98AD5A5B9E244529D8DDEA27B /* UMReactNativeAdapter.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -20348,7 +20202,7 @@ }; 3C2209A72B905CEDAC16D43E4DA43012 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FF51B230FBFB8050E8A355161CFDD94E /* EXPermissions.xcconfig */; + baseConfigurationReference = 453F7492E2D2204EC23AF59450B69FC2 /* EXPermissions.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -20375,7 +20229,7 @@ }; 412737804873ADD8C2E2F340ABFF6718 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 19894FB1CFA58E290D9BE9891F271CE4 /* React-RCTAnimation.xcconfig */; + baseConfigurationReference = 57E1D86219A443E8E0586479D79745B5 /* React-RCTAnimation.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20400,7 +20254,7 @@ }; 455A8CE12E5E915C83AB73A3C62F3F68 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 66E67D54611C3F741EDE2775CC1C74DC /* react-native-notifications.xcconfig */; + baseConfigurationReference = 2832D2AB6E74719A8E3A77EFAD5C5257 /* react-native-notifications.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20451,7 +20305,7 @@ }; 499E8F90EC6439418D63F128B5D6DCD1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8D9AD324C45816C8695A7CB64332E1F3 /* ReactCommon.xcconfig */; + baseConfigurationReference = BD29C73F393C82467AE6B9F4388B5E73 /* ReactCommon.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20495,7 +20349,7 @@ }; 4C88F3DB03A9D5244D6399F2531E7EFA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2E7FE58AA958A69566EF7D174F252E2E /* RNFirebase.xcconfig */; + baseConfigurationReference = 5A9F498304996064A7AB4E766B8A2E1D /* RNFirebase.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20520,7 +20374,7 @@ }; 4EF961C835B566D4EFB3AFE039C623B9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D72B88AAF546BDEE9C43758D79D2D6D4 /* UMImageLoaderInterface.xcconfig */; + baseConfigurationReference = AA811FB189CF7A70894B0E93D2CDA211 /* UMImageLoaderInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -20536,7 +20390,7 @@ }; 5021E076026902F8042B602ED2AB1FDD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 474448FEF0F945EE3EE8C4EDBCAC90BC /* RNDateTimePicker.xcconfig */; + baseConfigurationReference = ED58CA46DD7F271A5874329EABDC8E29 /* RNDateTimePicker.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20561,7 +20415,7 @@ }; 521E903B734D3E2B9720D043ACC4F421 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E137D2529ED147EE5C2FCDC86DB77EE7 /* RNAudio.xcconfig */; + baseConfigurationReference = 51F61CE421A67CEE57570D19C7EE31B7 /* RNAudio.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20610,7 +20464,7 @@ }; 5869D54D3A851396E2E6C856D06E7E60 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B59D6B83B401C1016A27DA8E04B77A90 /* RNGestureHandler.xcconfig */; + baseConfigurationReference = AF39C018E786D9F6836EFA77F75B03B0 /* RNGestureHandler.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20650,7 +20504,7 @@ }; 596CD7959D539F7F649544D11CD4713F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A7C79A7C3E9D40D9FFAB49F0F16F188D /* React-RCTActionSheet.xcconfig */; + baseConfigurationReference = 5DB4CF72EF88A009BCA6250775047C22 /* React-RCTActionSheet.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20674,33 +20528,9 @@ }; name = Release; }; - 5A70168852102FB6EFAF03E874BE9A18 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A9916A69A97251C8AA9535F6F70AE9DB /* Pods-RocketChatRN.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - APPLICATION_EXTENSION_API_ONLY = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MACH_O_TYPE = staticlib; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 5C0B9265CAB0D9CD227A92F72C06CC20 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CA70C3AE3EBEFFB8882CD01A76450570 /* React-RCTVibration.xcconfig */; + baseConfigurationReference = 4B7E9EA302BE28A69F86FFCEDB3665BA /* React-RCTVibration.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20726,7 +20556,7 @@ }; 5DC883AB0B0414AD48BB3AB4F3269D66 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 07BD51791FF14F83F4B4155C0721655A /* UMConstantsInterface.xcconfig */; + baseConfigurationReference = 21DB74929AB9303816B8288C85975A3D /* UMConstantsInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -20742,7 +20572,7 @@ }; 5DDAA8C3F7FCC062776754B1F3B95D1E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A750113D5C95734016B6F89633D28693 /* React-RCTNetwork.xcconfig */; + baseConfigurationReference = D9F7CC56299F47549B3A2A7A1C365F7E /* React-RCTNetwork.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20808,7 +20638,7 @@ }; 5E7869770EA6F89BE71AB5A82A8747EE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 45C765F1C990C5B20916DEB3EAF2E8E9 /* React-cxxreact.xcconfig */; + baseConfigurationReference = 5D41FFCDC27D6C15E44D6FD521E15AF7 /* React-cxxreact.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20833,7 +20663,7 @@ }; 60EC64E5B79C5F949116BD34130957D4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3D4E1404C1D332BB3FA51EC98F4F1E84 /* BugsnagReactNative.xcconfig */; + baseConfigurationReference = CEB99F482F1FF9C54032E4C171201888 /* BugsnagReactNative.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20859,7 +20689,7 @@ }; 6513D57E09C36B05CF916F7E8A662077 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 440F9327BBBB2ACFF6B3F2B310F7F738 /* EXFileSystem.xcconfig */; + baseConfigurationReference = F864485EA92C114D2D9849292C5C0D37 /* EXFileSystem.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -20886,7 +20716,7 @@ }; 65177BF401CF3D4E9EAACC190BD37AC3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2E7FE58AA958A69566EF7D174F252E2E /* RNFirebase.xcconfig */; + baseConfigurationReference = 5A9F498304996064A7AB4E766B8A2E1D /* RNFirebase.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20912,7 +20742,7 @@ }; 65EB1A7A5D1465B289935D8C2F1BBD30 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C5BC0C904AFEEEB35C99FCC32B2A1B5A /* UMFaceDetectorInterface.xcconfig */; + baseConfigurationReference = B52EF10684B99FAB40023EF3953D3592 /* UMFaceDetectorInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -20928,7 +20758,7 @@ }; 664E5CB9279DF965C75A308E4C19DE1C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 12F9685BAA8BDA1D4DB413B7DEC5918B /* react-native-webview.xcconfig */; + baseConfigurationReference = FC2F8EF0A5032A111203FD17C902387C /* react-native-webview.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20953,7 +20783,7 @@ }; 66B5F5845EEB10E57A3A46D451238559 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 980E94CA1F2EEB7523859A67F4719063 /* React-RCTText.xcconfig */; + baseConfigurationReference = 3121AD61FA1D3134C50CF35E624BED12 /* React-RCTText.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20978,7 +20808,7 @@ }; 677C55C5482A68F862361238F7F8E2D0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FE89443442EC17AB3E5B0812E2DB873C /* react-native-jitsi-meet.xcconfig */; + baseConfigurationReference = 2F7BF5F2708FFF6188752E6CD2822D4F /* react-native-jitsi-meet.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21003,7 +20833,7 @@ }; 68862420C9D14D6D543E26A3029DA27D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 980E94CA1F2EEB7523859A67F4719063 /* React-RCTText.xcconfig */; + baseConfigurationReference = 3121AD61FA1D3134C50CF35E624BED12 /* React-RCTText.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21055,7 +20885,7 @@ }; 69C2BA4F9009FED344405012652F51CA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FE89443442EC17AB3E5B0812E2DB873C /* react-native-jitsi-meet.xcconfig */; + baseConfigurationReference = 2F7BF5F2708FFF6188752E6CD2822D4F /* react-native-jitsi-meet.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21081,7 +20911,7 @@ }; 6A441642FC3FFE19200089E9B23E8FF7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 906AE7707BBFDCDC9C23789A1BCC7234 /* RNReanimated.xcconfig */; + baseConfigurationReference = F20B180436D2CB1935FC05383EC8AE97 /* RNReanimated.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21107,7 +20937,7 @@ }; 6BCF1CCFC9C90ED9DE69A10FDE40B529 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6AA8B96581DBD6338E1DB28BFB424ABE /* UMFontInterface.xcconfig */; + baseConfigurationReference = C621B9C91DFC3AC95A602152374F1F18 /* UMFontInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -21122,7 +20952,7 @@ }; 6DB18DF4D7CB92ACF500AA4CB91574EE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7E23BA7020ED443E0AD49AF24EE2A911 /* React-CoreModules.xcconfig */; + baseConfigurationReference = 4D1C35782AE03C4504D6FCEACC0558C3 /* React-CoreModules.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21147,7 +20977,7 @@ }; 6DD833DF82AD945EAC590428925265F6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D95027C21CDB2163088FC9FD923A4F17 /* rn-extensions-share.xcconfig */; + baseConfigurationReference = 4E8B8759B4E705EE15876E2B6FEEF702 /* rn-extensions-share.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21197,7 +21027,7 @@ }; 71909F570922582EB29779D954A7655F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 03F11CF333F81CB8CBCB9D7C6A425155 /* react-native-orientation-locker.xcconfig */; + baseConfigurationReference = C6C0C273D309A0AAC35B9F412866A502 /* react-native-orientation-locker.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21223,7 +21053,7 @@ }; 72C0F38FC6842701424DB20D290EE53C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E137D2529ED147EE5C2FCDC86DB77EE7 /* RNAudio.xcconfig */; + baseConfigurationReference = 51F61CE421A67CEE57570D19C7EE31B7 /* RNAudio.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21273,7 +21103,7 @@ }; 737D073839062785B358E9BE4DD325CA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4017FFD49CA4520E73F3FE89DEA8A4F5 /* UMReactNativeAdapter.xcconfig */; + baseConfigurationReference = 7CB8B0F98AD5A5B9E244529D8DDEA27B /* UMReactNativeAdapter.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -21323,7 +21153,7 @@ }; 7452D595EDF76721ACCD09888C4300EB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 03F11CF333F81CB8CBCB9D7C6A425155 /* react-native-orientation-locker.xcconfig */; + baseConfigurationReference = C6C0C273D309A0AAC35B9F412866A502 /* react-native-orientation-locker.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21348,7 +21178,7 @@ }; 745584283E329E8703A11278C5FD98AA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9E908FB25C09AAC8998A28B761484348 /* RNUserDefaults.xcconfig */; + baseConfigurationReference = 43019EAB6AD8419663A1A6B62C4815FB /* RNUserDefaults.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21373,7 +21203,7 @@ }; 76100320E21D42374BB0F0BD2DD157C1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 35740ABD1AD7634DE1517E7555C91E16 /* UMCameraInterface.xcconfig */; + baseConfigurationReference = D41DB2C1B493027A1BA8BACEE24762A2 /* UMCameraInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -21388,7 +21218,7 @@ }; 76BE7F8726B152972329F09707F0ACD9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2810FE8C402902684E42F86B061B20B2 /* UMCore.xcconfig */; + baseConfigurationReference = D8901CA28F0B8B14CD6AF4861D28138D /* UMCore.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -21414,7 +21244,7 @@ }; 779B1B52B5C8BD4D67CE2B7E314D68A7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4527CA9D0BE34892B889E0EB539D1E04 /* react-native-keyboard-tracking-view.xcconfig */; + baseConfigurationReference = BC2915576A0C1BA9AB1ABAE05C43FDB9 /* react-native-keyboard-tracking-view.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21439,7 +21269,7 @@ }; 79A0890C0FF0EE7CE7DDB7CF814436E7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D95027C21CDB2163088FC9FD923A4F17 /* rn-extensions-share.xcconfig */; + baseConfigurationReference = 4E8B8759B4E705EE15876E2B6FEEF702 /* rn-extensions-share.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21465,7 +21295,7 @@ }; 79B3E0F885BF8B866097919EC7654A4B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D72B88AAF546BDEE9C43758D79D2D6D4 /* UMImageLoaderInterface.xcconfig */; + baseConfigurationReference = AA811FB189CF7A70894B0E93D2CDA211 /* UMImageLoaderInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -21494,7 +21324,7 @@ }; 7BC8ECF42B51502BDEC0C678012395A9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7719415B0BAFE759FB2C8D5C5C9369FA /* React-RCTImage.xcconfig */; + baseConfigurationReference = E77DAE17F9D2D89D8A90EAEE3D98DF05 /* React-RCTImage.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21520,7 +21350,7 @@ }; 7ED2663CADBE5D8B55630D2A2DBE74FD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 40BF05914E9030305D89F2DDB61B4961 /* UMSensorsInterface.xcconfig */; + baseConfigurationReference = B0BF4D08A0179C00A6186E4C6355F4FD /* UMSensorsInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -21536,7 +21366,7 @@ }; 82E853AAD06F4C932AAEAEA9A8AE1EB4 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5C8E21CF56ECF5D26E3CEFC6CE23D0B7 /* RCTTypeSafety.xcconfig */; + baseConfigurationReference = B8C04276F01C796BDAAC327EF3EC3586 /* RCTTypeSafety.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21561,7 +21391,7 @@ }; 83397D6AC147BB15D1360B863354BE6E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 72DC67D55BF955781FEB320C292DE8A5 /* EXAppLoaderProvider.xcconfig */; + baseConfigurationReference = 3CF609FC152CCA41BFE8B3569C32876F /* EXAppLoaderProvider.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -21585,32 +21415,9 @@ }; name = Debug; }; - 838876AA21C7F1C33A4F3D6C59B023F5 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 49A51F5FBBCFD3F02638D5838DF22338 /* Pods-ShareRocketChatRN.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - APPLICATION_EXTENSION_API_ONLY = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MACH_O_TYPE = staticlib; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 83B8667023CCABE7930FECF4308F42C1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B37C4AC903FF4D9F541F94B2BFF6486F /* RNBootSplash.xcconfig */; + baseConfigurationReference = FE42F95CE82EFBA46EA89EB8C0DEA3AA /* RNBootSplash.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21636,7 +21443,7 @@ }; 83D51B373BC655474060B7059374A055 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 875CED08558AC67D42F00C1878FB41D3 /* UMBarCodeScannerInterface.xcconfig */; + baseConfigurationReference = CA5DF19A13A1EE8A7E3F9A7892E8074C /* UMBarCodeScannerInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -21652,7 +21459,7 @@ }; 85F758BB2896EF75F72B6F2A77364175 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7032494EE9DCCE7D8E2EC9F4109FFC32 /* EXHaptics.xcconfig */; + baseConfigurationReference = 269C1382F849D90EABAC84010395D690 /* EXHaptics.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -21704,7 +21511,7 @@ }; 88FCAFE7B06BCEC0AC4CA29D98C90803 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3D4E1404C1D332BB3FA51EC98F4F1E84 /* BugsnagReactNative.xcconfig */; + baseConfigurationReference = CEB99F482F1FF9C54032E4C171201888 /* BugsnagReactNative.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21754,7 +21561,7 @@ }; 911D20316B507B8E73EBD2ADE090E8EA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8E2E934DDF76140368BC00776843D7CE /* react-native-background-timer.xcconfig */; + baseConfigurationReference = 30A5063C2D1EC4583FDB2C9CEA518C5A /* react-native-background-timer.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21779,7 +21586,7 @@ }; 917A20C7C8D878581AC4A8285097017A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DC9B55A67EB94A81F103AD786D371F01 /* Yoga.xcconfig */; + baseConfigurationReference = E81970828E92A3182AA768444B8BA6A2 /* Yoga.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21805,7 +21612,7 @@ }; 921CB93956632503338319DD71FF15A5 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 47031CDDF031ACBD8398A58FFE1F5C17 /* RNFastImage.xcconfig */; + baseConfigurationReference = F51FA515F51DC12B832E1BB26AFEE615 /* RNFastImage.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21830,7 +21637,7 @@ }; 932715893B5D8A998947BDF948EDEA0F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 875CED08558AC67D42F00C1878FB41D3 /* UMBarCodeScannerInterface.xcconfig */; + baseConfigurationReference = CA5DF19A13A1EE8A7E3F9A7892E8074C /* UMBarCodeScannerInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -21845,7 +21652,7 @@ }; 9379E6366D9E11C636D1E54575E216EE /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5C8E21CF56ECF5D26E3CEFC6CE23D0B7 /* RCTTypeSafety.xcconfig */; + baseConfigurationReference = B8C04276F01C796BDAAC327EF3EC3586 /* RCTTypeSafety.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21897,7 +21704,7 @@ }; 94E3653223086209F995373532C8F7EB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4AD67A70327FDCCC913898360E063F69 /* React-jsi.xcconfig */; + baseConfigurationReference = F6EFF8D40AB1DD11CFF5D26E984CE458 /* React-jsi.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21947,7 +21754,7 @@ }; 9798DF63F7267FE1AD56F263EADD5B6A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2F68C060D7E824747CDC2B29175E6A80 /* RNScreens.xcconfig */; + baseConfigurationReference = 8DE0057074727BB63E71523783937DDA /* RNScreens.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21972,7 +21779,7 @@ }; 98D1BE1C631327534141623ED69DFAB0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 440F9327BBBB2ACFF6B3F2B310F7F738 /* EXFileSystem.xcconfig */; + baseConfigurationReference = F864485EA92C114D2D9849292C5C0D37 /* EXFileSystem.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -21998,7 +21805,7 @@ }; 9A3174FDB1F4445ADEA8F35751AD8207 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 464ABCA0B3B2C3388680CD5C5E480E3A /* React-jsinspector.xcconfig */; + baseConfigurationReference = D3CE15FAF883200B0AC76BCB496817B0 /* React-jsinspector.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22021,35 +21828,9 @@ }; name = Debug; }; - 9B80322166315DE06CF92ECB3BE31E88 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5A5B58AC596FF1D31119BC9BB74E7A65 /* react-native-keyboard-input.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-keyboard-input/react-native-keyboard-input-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_keyboard_input; - PRODUCT_NAME = "react-native-keyboard-input"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 9CAE17F3AEAA92514573A6AFC28F58F8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C5BC0C904AFEEEB35C99FCC32B2A1B5A /* UMFaceDetectorInterface.xcconfig */; + baseConfigurationReference = B52EF10684B99FAB40023EF3953D3592 /* UMFaceDetectorInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -22064,7 +21845,7 @@ }; 9D25004EDED3EA338107FA6F993E40BC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3408483C86C5FC83F26C6296D16EBAEB /* React-RCTBlob.xcconfig */; + baseConfigurationReference = 5ED0F350ED0F0BC7C22797C1AC23DA50 /* React-RCTBlob.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22105,7 +21886,7 @@ }; 9D7C7C3A1425C18171275C2A383FA8CE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 06F614576935AA84BD0BBDDED3E4D8CF /* RNDeviceInfo.xcconfig */; + baseConfigurationReference = 186DED792CA01B7C82DD2921DE556FF7 /* RNDeviceInfo.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22156,7 +21937,7 @@ }; 9EACAE2DF1FB29D6CD5849750D0E945D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 47031CDDF031ACBD8398A58FFE1F5C17 /* RNFastImage.xcconfig */; + baseConfigurationReference = F51FA515F51DC12B832E1BB26AFEE615 /* RNFastImage.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22182,7 +21963,7 @@ }; 9F252DECF660AD99C57FE172DC3377CE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 442C6BF9F30352725CF6D5AA0170FC26 /* KeyCommands.xcconfig */; + baseConfigurationReference = 2C205B7A74A0AB9C207AE1508245D074 /* KeyCommands.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22207,7 +21988,7 @@ }; 9FF84870B7F6FDF9150FDD60E6D57C4F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 19894FB1CFA58E290D9BE9891F271CE4 /* React-RCTAnimation.xcconfig */; + baseConfigurationReference = 57E1D86219A443E8E0586479D79745B5 /* React-RCTAnimation.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22233,7 +22014,7 @@ }; A071A0C7DF65F1D9E326DD3CE2DE8C9E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8D9AD324C45816C8695A7CB64332E1F3 /* ReactCommon.xcconfig */; + baseConfigurationReference = BD29C73F393C82467AE6B9F4388B5E73 /* ReactCommon.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22258,7 +22039,7 @@ }; A0CE7427B29B950D5C3D9D14D5F0956F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 07BD51791FF14F83F4B4155C0721655A /* UMConstantsInterface.xcconfig */; + baseConfigurationReference = 21DB74929AB9303816B8288C85975A3D /* UMConstantsInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -22273,7 +22054,7 @@ }; A2194A79914B5CC215FA2FF1CF8CFCF8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8E2E934DDF76140368BC00776843D7CE /* react-native-background-timer.xcconfig */; + baseConfigurationReference = 30A5063C2D1EC4583FDB2C9CEA518C5A /* react-native-background-timer.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22299,7 +22080,7 @@ }; AA08A4CFB27E8D0764FB1F3E7659D277 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8EE4BE67037C8C3B3579ECDCD9B7C2A9 /* React-jsiexecutor.xcconfig */; + baseConfigurationReference = 954BCB8C0CF3717AA95136501722033F /* React-jsiexecutor.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22325,7 +22106,7 @@ }; AA3C608C1EFBFF6195298DABF3846DE1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 40BF05914E9030305D89F2DDB61B4961 /* UMSensorsInterface.xcconfig */; + baseConfigurationReference = B0BF4D08A0179C00A6186E4C6355F4FD /* UMSensorsInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -22340,7 +22121,7 @@ }; AC7D788F43301FFAEDED241C7A7099A7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7719415B0BAFE759FB2C8D5C5C9369FA /* React-RCTImage.xcconfig */; + baseConfigurationReference = E77DAE17F9D2D89D8A90EAEE3D98DF05 /* React-RCTImage.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22365,7 +22146,7 @@ }; AEE4C1B4604FAAC1DEA8D5FF30CD56C3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 86A8EE1D2F8B8AEB69DAEF21A92DBBD4 /* FBReactNativeSpec.xcconfig */; + baseConfigurationReference = D2134E52180D21C748AA62F1B8778F9A /* FBReactNativeSpec.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22390,7 +22171,7 @@ }; B006F308D2A947732D25BF32E328BD7C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8DDF27115B4335EEEE7D7F690F0929AD /* UMTaskManagerInterface.xcconfig */; + baseConfigurationReference = DA8EB2DA73BFD56C23B5DC7CB6589818 /* UMTaskManagerInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -22480,7 +22261,7 @@ }; B1B7713286195D091EC5BC6F27BD5581 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3FC26F772864A9B9CAB72B4AA4920881 /* ReactNativeART.xcconfig */; + baseConfigurationReference = BEB25E935E208E19D4C18AA70D6DE952 /* ReactNativeART.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22505,7 +22286,7 @@ }; B4E87D0668029199CD617DB2DDE97D86 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B91734D380A03F1D9351ACC9D1C82700 /* react-native-slider.xcconfig */; + baseConfigurationReference = EEB0F6974D280A1415022E8C9CCB9D7F /* react-native-slider.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22531,7 +22312,7 @@ }; B74A66D1B4DB325F337289BC6923B612 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9FD3B24148510FB345B7C0D354BD4114 /* RCTRequired.xcconfig */; + baseConfigurationReference = 36EE1BD869508F7D6CA3C09CF529BD5E /* RCTRequired.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -22571,7 +22352,7 @@ }; B93AD636A7701AACBF5C0DEB8249D15D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 91233D5077C4615EE4975D911982145A /* React-RCTLinking.xcconfig */; + baseConfigurationReference = 4597451210293FF3F150985EE2B9CA27 /* React-RCTLinking.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22597,7 +22378,7 @@ }; BD044681D243E0E09FBA04ACF21FA123 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2F68C060D7E824747CDC2B29175E6A80 /* RNScreens.xcconfig */; + baseConfigurationReference = 8DE0057074727BB63E71523783937DDA /* RNScreens.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22623,7 +22404,7 @@ }; BE5AE6E1F2B58CFF3217A86780F6336C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 35740ABD1AD7634DE1517E7555C91E16 /* UMCameraInterface.xcconfig */; + baseConfigurationReference = D41DB2C1B493027A1BA8BACEE24762A2 /* UMCameraInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -22639,7 +22420,7 @@ }; BF89345BE7A481AA4055FF310B7F3956 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 361B885668026CB8D0F97C254A166261 /* RNLocalize.xcconfig */; + baseConfigurationReference = EE282627733A74271A09525FEDBE4DA6 /* RNLocalize.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22665,7 +22446,7 @@ }; BFB2316A669B0D479BA6634A0904B083 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 17B3808D010EAE5E4DA1D386D6CA94D6 /* rn-fetch-blob.xcconfig */; + baseConfigurationReference = 858A5749BBFD503B3D05B035D3CF513F /* rn-fetch-blob.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22691,7 +22472,7 @@ }; C128C18739AA9067D388429C13824733 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E2B42E3ABAEFC26524EE67261B0E6AD6 /* FBLazyVector.xcconfig */; + baseConfigurationReference = AA6AAA1D90BE93D3C64963C8A5ED303A /* FBLazyVector.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -22706,7 +22487,7 @@ }; C1413F798E37FBF0F0B0CBF49398107C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 982A8DF71C07BCCAE7B7645DFE00F523 /* EXConstants.xcconfig */; + baseConfigurationReference = 9BCEA44A33DCB232878CCE06B1594B9B /* EXConstants.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -22730,33 +22511,9 @@ }; name = Debug; }; - C4A58C9319E3DA87F1A91B8BE250DBDB /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 527CD81DF520880893DE8021CD41E619 /* Pods-ShareRocketChatRN.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - APPLICATION_EXTENSION_API_ONLY = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MACH_O_TYPE = staticlib; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; C675F1101EC56FF48D0EAAF987511073 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A7C79A7C3E9D40D9FFAB49F0F16F188D /* React-RCTActionSheet.xcconfig */; + baseConfigurationReference = 5DB4CF72EF88A009BCA6250775047C22 /* React-RCTActionSheet.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22781,7 +22538,7 @@ }; C68F8BE3073459D980E297CA1951C3DB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 17B3808D010EAE5E4DA1D386D6CA94D6 /* rn-fetch-blob.xcconfig */; + baseConfigurationReference = 858A5749BBFD503B3D05B035D3CF513F /* rn-fetch-blob.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22806,7 +22563,7 @@ }; C98D8B49BBAC01E66E5B47ACF2088B9B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D819E5A0AA43744CCC765B8DF944EA08 /* RNImageCropPicker.xcconfig */; + baseConfigurationReference = B12E8FF9FEBDDDBEAD5C60051FFE0061 /* RNImageCropPicker.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22832,7 +22589,7 @@ }; C9AD4422D1F772604AC286D0A6DF4189 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D3F4AF856E6308B210B2E961297B1E8F /* RNVectorIcons.xcconfig */; + baseConfigurationReference = F19B25EE8FF0270F2EE2B0EF8FCDDD81 /* RNVectorIcons.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22858,7 +22615,7 @@ }; C9E113D47DEE6500FA656727AD637A71 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2094B17B932F0291907A328EF66C43DE /* RNRootView.xcconfig */; + baseConfigurationReference = 541EDDE38B01E6D53021A747AB3433A2 /* RNRootView.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22883,7 +22640,7 @@ }; CBAC48129BCC71255BE1413BD06DFB43 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9E908FB25C09AAC8998A28B761484348 /* RNUserDefaults.xcconfig */; + baseConfigurationReference = 43019EAB6AD8419663A1A6B62C4815FB /* RNUserDefaults.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22909,7 +22666,7 @@ }; CD26F4BEB83F26811BF1081A76FAA47F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D3F4AF856E6308B210B2E961297B1E8F /* RNVectorIcons.xcconfig */; + baseConfigurationReference = F19B25EE8FF0270F2EE2B0EF8FCDDD81 /* RNVectorIcons.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22934,7 +22691,7 @@ }; CE8DC3E07CF4B74826C24052D8BFDF83 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D819E5A0AA43744CCC765B8DF944EA08 /* RNImageCropPicker.xcconfig */; + baseConfigurationReference = B12E8FF9FEBDDDBEAD5C60051FFE0061 /* RNImageCropPicker.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22959,7 +22716,7 @@ }; D04F94085B40D8D4779EBFD0F4383CA8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C75E1C5FEF410A767A34D685A2AB9BDE /* React-Core.xcconfig */; + baseConfigurationReference = EC97F4A51B6AF21BEE3F74F31FB29FB3 /* React-Core.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22985,7 +22742,7 @@ }; D17FDDE9E8075FCA5001DB700CFDC7EE /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7E23BA7020ED443E0AD49AF24EE2A911 /* React-CoreModules.xcconfig */; + baseConfigurationReference = 4D1C35782AE03C4504D6FCEACC0558C3 /* React-CoreModules.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23011,7 +22768,7 @@ }; D2A71B68B86874314BDCFFB39ACE9B3B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8B5ADC31FD186B9A7FF39AB89C8645E1 /* UMPermissionsInterface.xcconfig */; + baseConfigurationReference = CE983F54434489877D613012B3EA86B1 /* UMPermissionsInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -23027,7 +22784,7 @@ }; D338DBE12EAEC66131F53EE4259FD4E3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C49A6D45889861923633D0598A51764C /* UMFileSystemInterface.xcconfig */; + baseConfigurationReference = 8606EB5A6FA4A9DB839B6A853ABBBB3B /* UMFileSystemInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -23041,6 +22798,30 @@ }; name = Release; }; + D355929A597E226ED788C8C95CA2E07D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 527CD81DF520880893DE8021CD41E619 /* Pods-ShareRocketChatRN.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + MACH_O_TYPE = staticlib; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; D39AE346BB890EE92D52B4365CF97C8E /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 030C26EC65F7BCA58C6A85021C58C638 /* GoogleAppMeasurement.xcconfig */; @@ -23097,7 +22878,7 @@ }; D59C3B7BE5D98BD3A70A5E5B073C631B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8DDF27115B4335EEEE7D7F690F0929AD /* UMTaskManagerInterface.xcconfig */; + baseConfigurationReference = DA8EB2DA73BFD56C23B5DC7CB6589818 /* UMTaskManagerInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -23165,7 +22946,7 @@ }; DB3E7A155C245721FC07D01632F0CFAB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7032494EE9DCCE7D8E2EC9F4109FFC32 /* EXHaptics.xcconfig */; + baseConfigurationReference = 269C1382F849D90EABAC84010395D690 /* EXHaptics.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -23192,7 +22973,7 @@ }; DB9E714E74F88B6DD317822487883DBA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 06F614576935AA84BD0BBDDED3E4D8CF /* RNDeviceInfo.xcconfig */; + baseConfigurationReference = 186DED792CA01B7C82DD2921DE556FF7 /* RNDeviceInfo.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23218,7 +22999,7 @@ }; DE4E0DAFF0236084703632955B393B89 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9FD3B24148510FB345B7C0D354BD4114 /* RCTRequired.xcconfig */; + baseConfigurationReference = 36EE1BD869508F7D6CA3C09CF529BD5E /* RCTRequired.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -23233,7 +23014,7 @@ }; DE8CEC7E031F3505797998B9F3C37A92 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4AD67A70327FDCCC913898360E063F69 /* React-jsi.xcconfig */; + baseConfigurationReference = F6EFF8D40AB1DD11CFF5D26E984CE458 /* React-jsi.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23257,34 +23038,9 @@ }; name = Release; }; - DF099D9819C5D304192EBE7A7475E55A /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5A5B58AC596FF1D31119BC9BB74E7A65 /* react-native-keyboard-input.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-keyboard-input/react-native-keyboard-input-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_keyboard_input; - PRODUCT_NAME = "react-native-keyboard-input"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; E38047BBE4979D9C53D6D7FEA4422373 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6AA8B96581DBD6338E1DB28BFB424ABE /* UMFontInterface.xcconfig */; + baseConfigurationReference = C621B9C91DFC3AC95A602152374F1F18 /* UMFontInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -23325,7 +23081,7 @@ }; E651B8F553C5C42CD9C5F0480D01A3A2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B91734D380A03F1D9351ACC9D1C82700 /* react-native-slider.xcconfig */; + baseConfigurationReference = EEB0F6974D280A1415022E8C9CCB9D7F /* react-native-slider.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23350,7 +23106,7 @@ }; E7C01DC159749822F32A915919D90ECF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4DCDF3A402BAF65DD8D8E38015B8FAAF /* react-native-cameraroll.xcconfig */; + baseConfigurationReference = 953127597A4582C6794C645165C7315F /* react-native-cameraroll.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23376,7 +23132,7 @@ }; EAD69AF5DEF01031F1B45B5E1FB65899 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CA70C3AE3EBEFFB8882CD01A76450570 /* React-RCTVibration.xcconfig */; + baseConfigurationReference = 4B7E9EA302BE28A69F86FFCEDB3665BA /* React-RCTVibration.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23401,7 +23157,7 @@ }; EB9D4FF27A66AB5460886EA1D7F6EF2D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C572D6C900A5E509B5FEA33C4BFF7C16 /* react-native-video.xcconfig */; + baseConfigurationReference = D2D2CC61D069AF2835D136FF76F76DBD /* react-native-video.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23426,7 +23182,7 @@ }; EF0788D08C339FE1FB8A20A21A46A640 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 91233D5077C4615EE4975D911982145A /* React-RCTLinking.xcconfig */; + baseConfigurationReference = 4597451210293FF3F150985EE2B9CA27 /* React-RCTLinking.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23451,7 +23207,7 @@ }; EFF46113088B01826DDB9EE5A92D5CDF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 464ABCA0B3B2C3388680CD5C5E480E3A /* React-jsinspector.xcconfig */; + baseConfigurationReference = D3CE15FAF883200B0AC76BCB496817B0 /* React-jsinspector.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23502,7 +23258,7 @@ }; F4BB0B9A68137AA0D4D3ED480DBFFA5A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B59D6B83B401C1016A27DA8E04B77A90 /* RNGestureHandler.xcconfig */; + baseConfigurationReference = AF39C018E786D9F6836EFA77F75B03B0 /* RNGestureHandler.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23527,7 +23283,7 @@ }; F5413AE83955B591D3DA4DC3663AFCB5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3FC26F772864A9B9CAB72B4AA4920881 /* ReactNativeART.xcconfig */; + baseConfigurationReference = BEB25E935E208E19D4C18AA70D6DE952 /* ReactNativeART.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23578,7 +23334,7 @@ }; F8897D51ADA116A31D6C4B3CABB435E1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C49A6D45889861923633D0598A51764C /* UMFileSystemInterface.xcconfig */; + baseConfigurationReference = 8606EB5A6FA4A9DB839B6A853ABBBB3B /* UMFileSystemInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -23593,7 +23349,7 @@ }; FA402AD52FB31D9F7215703DB1B44B09 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 72DC67D55BF955781FEB320C292DE8A5 /* EXAppLoaderProvider.xcconfig */; + baseConfigurationReference = 3CF609FC152CCA41BFE8B3569C32876F /* EXAppLoaderProvider.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -23635,7 +23391,7 @@ }; FBFFAAAD143D5203AF55B1DFDE1C9F19 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C572D6C900A5E509B5FEA33C4BFF7C16 /* react-native-video.xcconfig */; + baseConfigurationReference = D2D2CC61D069AF2835D136FF76F76DBD /* react-native-video.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23661,7 +23417,7 @@ }; FC71C31E2668416B9072953D27DC64CE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A761313D967005DBA593B9F9E2FB63FD /* EXWebBrowser.xcconfig */; + baseConfigurationReference = 6AF98B0747ED34DFD0A3862E48662036 /* EXWebBrowser.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -23713,7 +23469,7 @@ }; FF9F97A496BA9B674F13E18785C6F22B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DC9B55A67EB94A81F103AD786D371F01 /* Yoga.xcconfig */; + baseConfigurationReference = E81970828E92A3182AA768444B8BA6A2 /* Yoga.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23793,15 +23549,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 0DCB99CA1C0B79F310F8AEEB7B494725 /* Build configuration list for PBXNativeTarget "Pods-RocketChatRN" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 34CC05D51BE3AA681913CC55971BA356 /* Debug */, - 5A70168852102FB6EFAF03E874BE9A18 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 0E0B32A05BDE4BA67DD4C68899104B05 /* Build configuration list for PBXNativeTarget "RNRootView" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -23937,15 +23684,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3A16A273C5DA5820A2CAA82DE38345E6 /* Build configuration list for PBXNativeTarget "Pods-ShareRocketChatRN" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 838876AA21C7F1C33A4F3D6C59B023F5 /* Debug */, - C4A58C9319E3DA87F1A91B8BE250DBDB /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 3D5939C0C27781D52DF259FBEE230A70 /* Build configuration list for PBXNativeTarget "React-jsinspector" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -24225,6 +23963,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 859DFBE6D9F8110D5FF0939DF8C4B2B1 /* Build configuration list for PBXNativeTarget "Pods-RocketChatRN" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 095A8DE130B0CF14000F6E3FC215F3DC /* Debug */, + 03B1CAE738756CB86D790BCF90C3E072 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 913138D43225773C4430483BA181BA0E /* Build configuration list for PBXNativeTarget "RNGestureHandler" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -24369,15 +24116,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B16590D3A26F524C4A34D5B9050B819E /* Build configuration list for PBXNativeTarget "react-native-keyboard-input" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - DF099D9819C5D304192EBE7A7475E55A /* Debug */, - 9B80322166315DE06CF92ECB3BE31E88 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; B381CD3971A7692A9DA4E5C5156E7297 /* Build configuration list for PBXAggregateTarget "UMPermissionsInterface" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -24567,6 +24305,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + F0F6C42CA33F0CE06FC0F88E2801366F /* Build configuration list for PBXNativeTarget "Pods-ShareRocketChatRN" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1FAFBCEBDA661CBA3790D8E6EDA31E0C /* Debug */, + D355929A597E226ED788C8C95CA2E07D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; F3B5D9DA1E40073F034CC27A3F9CD632 /* Build configuration list for PBXNativeTarget "FBReactNativeSpec" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.markdown b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.markdown index ab997285669..3f17d49d39c 100644 --- a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.markdown +++ b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.markdown @@ -2630,31 +2630,6 @@ SOFTWARE. limitations under the License. -## react-native-keyboard-input - -MIT License - -Copyright (c) 2016 Wix.com - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - ## react-native-keyboard-tracking-view The MIT License (MIT) diff --git a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.plist b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.plist index 13a409926e2..d75dceb2952 100644 --- a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.plist +++ b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.plist @@ -2905,37 +2905,6 @@ SOFTWARE. Type PSGroupSpecifier - - FooterText - MIT License - -Copyright (c) 2016 Wix.com - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - MIT - Title - react-native-keyboard-input - Type - PSGroupSpecifier - FooterText The MIT License (MIT) diff --git a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.debug.xcconfig b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.debug.xcconfig index e767a416624..a8463032790 100644 --- a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.debug.xcconfig +++ b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.debug.xcconfig @@ -1,9 +1,9 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-keyboard-input" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "$(PODS_ROOT)/Headers/Private/React-Core" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "$(PODS_ROOT)/Headers/Private/React-Core" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAV" "${PODS_CONFIGURATION_BUILD_DIR}/EXAppLoaderProvider" "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants" "${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem" "${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics" "${PODS_CONFIGURATION_BUILD_DIR}/EXPermissions" "${PODS_CONFIGURATION_BUILD_DIR}/EXWebBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash" "${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNRootView" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-input" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" -OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"EXAV" -l"EXAppLoaderProvider" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXPermissions" -l"EXWebBrowser" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseInstanceID" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"KeyCommands" -l"QBImagePickerController" -l"RCTTypeSafety" -l"RNAudio" -l"RNBootSplash" -l"RNDateTimePicker" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNRootView" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-CoreModules" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"ReactNativeART" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"UMCore" -l"UMReactNativeAdapter" -l"Yoga" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-background-timer" -l"react-native-cameraroll" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-keyboard-input" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-slider" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAV" "${PODS_CONFIGURATION_BUILD_DIR}/EXAppLoaderProvider" "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants" "${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem" "${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics" "${PODS_CONFIGURATION_BUILD_DIR}/EXPermissions" "${PODS_CONFIGURATION_BUILD_DIR}/EXWebBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash" "${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNRootView" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"EXAV" -l"EXAppLoaderProvider" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXPermissions" -l"EXWebBrowser" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseInstanceID" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"KeyCommands" -l"QBImagePickerController" -l"RCTTypeSafety" -l"RNAudio" -l"RNBootSplash" -l"RNDateTimePicker" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNRootView" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-CoreModules" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"ReactNativeART" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"UMCore" -l"UMReactNativeAdapter" -l"Yoga" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-background-timer" -l"react-native-cameraroll" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-slider" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig index e767a416624..a8463032790 100644 --- a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig +++ b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig @@ -1,9 +1,9 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-keyboard-input" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "$(PODS_ROOT)/Headers/Private/React-Core" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "$(PODS_ROOT)/Headers/Private/React-Core" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAV" "${PODS_CONFIGURATION_BUILD_DIR}/EXAppLoaderProvider" "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants" "${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem" "${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics" "${PODS_CONFIGURATION_BUILD_DIR}/EXPermissions" "${PODS_CONFIGURATION_BUILD_DIR}/EXWebBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash" "${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNRootView" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-input" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" -OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"EXAV" -l"EXAppLoaderProvider" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXPermissions" -l"EXWebBrowser" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseInstanceID" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"KeyCommands" -l"QBImagePickerController" -l"RCTTypeSafety" -l"RNAudio" -l"RNBootSplash" -l"RNDateTimePicker" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNRootView" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-CoreModules" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"ReactNativeART" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"UMCore" -l"UMReactNativeAdapter" -l"Yoga" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-background-timer" -l"react-native-cameraroll" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-keyboard-input" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-slider" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAV" "${PODS_CONFIGURATION_BUILD_DIR}/EXAppLoaderProvider" "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants" "${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem" "${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics" "${PODS_CONFIGURATION_BUILD_DIR}/EXPermissions" "${PODS_CONFIGURATION_BUILD_DIR}/EXWebBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash" "${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNRootView" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"EXAV" -l"EXAppLoaderProvider" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXPermissions" -l"EXWebBrowser" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseInstanceID" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"KeyCommands" -l"QBImagePickerController" -l"RCTTypeSafety" -l"RNAudio" -l"RNBootSplash" -l"RNDateTimePicker" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNRootView" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-CoreModules" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"ReactNativeART" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"UMCore" -l"UMReactNativeAdapter" -l"Yoga" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-background-timer" -l"react-native-cameraroll" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-slider" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.markdown b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.markdown index ab997285669..3f17d49d39c 100644 --- a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.markdown +++ b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.markdown @@ -2630,31 +2630,6 @@ SOFTWARE. limitations under the License. -## react-native-keyboard-input - -MIT License - -Copyright (c) 2016 Wix.com - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - ## react-native-keyboard-tracking-view The MIT License (MIT) diff --git a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.plist b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.plist index 13a409926e2..d75dceb2952 100644 --- a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.plist +++ b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.plist @@ -2905,37 +2905,6 @@ SOFTWARE. Type PSGroupSpecifier - - FooterText - MIT License - -Copyright (c) 2016 Wix.com - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - MIT - Title - react-native-keyboard-input - Type - PSGroupSpecifier - FooterText The MIT License (MIT) 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 c7269e95a6a..83fdea80fd2 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,9 +1,9 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-keyboard-input" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "$(PODS_ROOT)/Headers/Private/React-Core" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "$(PODS_ROOT)/Headers/Private/React-Core" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash" "${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNRootView" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-input" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" -OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseInstanceID" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"KeyCommands" -l"QBImagePickerController" -l"RCTTypeSafety" -l"RNAudio" -l"RNBootSplash" -l"RNDateTimePicker" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNRootView" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-CoreModules" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"ReactNativeART" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"Yoga" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-background-timer" -l"react-native-cameraroll" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-keyboard-input" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-slider" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash" "${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNRootView" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseInstanceID" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"KeyCommands" -l"QBImagePickerController" -l"RCTTypeSafety" -l"RNAudio" -l"RNBootSplash" -l"RNDateTimePicker" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNRootView" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-CoreModules" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"ReactNativeART" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"Yoga" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-background-timer" -l"react-native-cameraroll" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-slider" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.release.xcconfig b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.release.xcconfig index c7269e95a6a..83fdea80fd2 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,9 +1,9 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-keyboard-input" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "$(PODS_ROOT)/Headers/Private/React-Core" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "$(PODS_ROOT)/Headers/Private/React-Core" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash" "${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNRootView" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-input" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" -OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseInstanceID" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"KeyCommands" -l"QBImagePickerController" -l"RCTTypeSafety" -l"RNAudio" -l"RNBootSplash" -l"RNDateTimePicker" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNRootView" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-CoreModules" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"ReactNativeART" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"Yoga" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-background-timer" -l"react-native-cameraroll" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-keyboard-input" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-slider" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash" "${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNRootView" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseInstanceID" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"KeyCommands" -l"QBImagePickerController" -l"RCTTypeSafety" -l"RNAudio" -l"RNBootSplash" -l"RNDateTimePicker" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNRootView" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-CoreModules" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"ReactNativeART" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"Yoga" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-background-timer" -l"react-native-cameraroll" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-slider" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/react-native-keyboard-input/react-native-keyboard-input-dummy.m b/ios/Pods/Target Support Files/react-native-keyboard-input/react-native-keyboard-input-dummy.m deleted file mode 100644 index e7ffe4af281..00000000000 --- a/ios/Pods/Target Support Files/react-native-keyboard-input/react-native-keyboard-input-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_react_native_keyboard_input : NSObject -@end -@implementation PodsDummy_react_native_keyboard_input -@end diff --git a/ios/Pods/Target Support Files/react-native-keyboard-input/react-native-keyboard-input-prefix.pch b/ios/Pods/Target Support Files/react-native-keyboard-input/react-native-keyboard-input-prefix.pch deleted file mode 100644 index beb2a244183..00000000000 --- a/ios/Pods/Target Support Files/react-native-keyboard-input/react-native-keyboard-input-prefix.pch +++ /dev/null @@ -1,12 +0,0 @@ -#ifdef __OBJC__ -#import -#else -#ifndef FOUNDATION_EXPORT -#if defined(__cplusplus) -#define FOUNDATION_EXPORT extern "C" -#else -#define FOUNDATION_EXPORT extern -#endif -#endif -#endif - diff --git a/ios/Pods/Target Support Files/react-native-keyboard-input/react-native-keyboard-input.xcconfig b/ios/Pods/Target Support Files/react-native-keyboard-input/react-native-keyboard-input.xcconfig deleted file mode 100644 index f0b4090a63c..00000000000 --- a/ios/Pods/Target Support Files/react-native-keyboard-input/react-native-keyboard-input.xcconfig +++ /dev/null @@ -1,11 +0,0 @@ -APPLICATION_EXTENSION_API_ONLY = YES -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-input -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-keyboard-input" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-keyboard-input" -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-keyboard-input -PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} -SKIP_INSTALL = YES -USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/package.json b/package.json index e1a01006ea7..9277ffa0e69 100644 --- a/package.json +++ b/package.json @@ -66,8 +66,7 @@ "react-native-image-zoom-viewer": "^2.2.26", "react-native-jitsi-meet": "RocketChat/react-native-jitsi-meet", "react-native-keyboard-aware-scroll-view": "0.9.1", - "react-native-keyboard-input": "^5.3.1", - "react-native-keyboard-tracking-view": "^5.5.0", + "react-native-keyboard-tracking-view": "^5.6.1", "react-native-keycommands": "2.0.3", "react-native-localize": "1.3.1", "react-native-mime-types": "^2.2.1", diff --git a/patches/react-native-keyboard-input+5.3.1.patch b/patches/react-native-keyboard-input+5.3.1.patch deleted file mode 100644 index fd9c7b4ce78..00000000000 --- a/patches/react-native-keyboard-input+5.3.1.patch +++ /dev/null @@ -1,104 +0,0 @@ -diff --git a/node_modules/react-native-keyboard-input/lib/android/src/main/java/com/wix/reactnativekeyboardinput/CustomKeyboardRootView.java b/node_modules/react-native-keyboard-input/lib/android/src/main/java/com/wix/reactnativekeyboardinput/CustomKeyboardRootView.java -index 69ef9f3..10729c8 100644 ---- a/node_modules/react-native-keyboard-input/lib/android/src/main/java/com/wix/reactnativekeyboardinput/CustomKeyboardRootView.java -+++ b/node_modules/react-native-keyboard-input/lib/android/src/main/java/com/wix/reactnativekeyboardinput/CustomKeyboardRootView.java -@@ -1,7 +1,7 @@ - package com.wix.reactnativekeyboardinput; - - import android.content.Context; --import android.support.annotation.NonNull; -+import androidx.annotation.NonNull; - import android.view.View; - import android.widget.FrameLayout; - -diff --git a/node_modules/react-native-keyboard-input/lib/android/src/main/java/com/wix/reactnativekeyboardinput/CustomKeyboardRootViewShadow.java b/node_modules/react-native-keyboard-input/lib/android/src/main/java/com/wix/reactnativekeyboardinput/CustomKeyboardRootViewShadow.java -index 3c8d37e..2fb804d 100644 ---- a/node_modules/react-native-keyboard-input/lib/android/src/main/java/com/wix/reactnativekeyboardinput/CustomKeyboardRootViewShadow.java -+++ b/node_modules/react-native-keyboard-input/lib/android/src/main/java/com/wix/reactnativekeyboardinput/CustomKeyboardRootViewShadow.java -@@ -13,10 +13,10 @@ public class CustomKeyboardRootViewShadow extends LayoutShadowNode { - mLayout.setShadowNode(this); - } - -- @Override -- public void onBeforeLayout() { -- mLayout.setShadowNode(this); -- } -+ // @Override -+ // public void onBeforeLayout() { -+ // mLayout.setShadowNode(this); -+ // } - - public void setHeight(int heightPx) { - setStyleHeight(heightPx); -diff --git a/node_modules/react-native-keyboard-input/lib/android/src/main/java/com/wix/reactnativekeyboardinput/ReactSoftKeyboardMonitor.java b/node_modules/react-native-keyboard-input/lib/android/src/main/java/com/wix/reactnativekeyboardinput/ReactSoftKeyboardMonitor.java -index eecb682..f4d3712 100644 ---- a/node_modules/react-native-keyboard-input/lib/android/src/main/java/com/wix/reactnativekeyboardinput/ReactSoftKeyboardMonitor.java -+++ b/node_modules/react-native-keyboard-input/lib/android/src/main/java/com/wix/reactnativekeyboardinput/ReactSoftKeyboardMonitor.java -@@ -1,7 +1,7 @@ - package com.wix.reactnativekeyboardinput; - - import android.graphics.Rect; --import android.support.annotation.Nullable; -+import androidx.annotation.Nullable; - import android.view.ViewTreeObserver; - - import com.facebook.react.ReactRootView; -diff --git a/node_modules/react-native-keyboard-input/lib/android/src/main/java/com/wix/reactnativekeyboardinput/utils/ViewUtils.java b/node_modules/react-native-keyboard-input/lib/android/src/main/java/com/wix/reactnativekeyboardinput/utils/ViewUtils.java -index 5eda46a..39c30a7 100644 ---- a/node_modules/react-native-keyboard-input/lib/android/src/main/java/com/wix/reactnativekeyboardinput/utils/ViewUtils.java -+++ b/node_modules/react-native-keyboard-input/lib/android/src/main/java/com/wix/reactnativekeyboardinput/utils/ViewUtils.java -@@ -1,7 +1,7 @@ - package com.wix.reactnativekeyboardinput.utils; - - import android.app.Activity; --import android.support.annotation.Nullable; -+import androidx.annotation.Nullable; - import android.view.View; - import android.view.ViewGroup; - import android.view.Window; -diff --git a/node_modules/react-native-keyboard-input/react-native-keyboard-input.podspec b/node_modules/react-native-keyboard-input/react-native-keyboard-input.podspec -new file mode 100644 -index 0000000..1d08ca1 ---- /dev/null -+++ b/node_modules/react-native-keyboard-input/react-native-keyboard-input.podspec -@@ -0,0 +1,19 @@ -+require 'json' -+ -+package = JSON.parse(File.read(File.join(__dir__, 'package.json'))) -+ -+Pod::Spec.new do |s| -+ s.name = package['name'] -+ s.version = package['version'] -+ s.summary = package['description'] -+ s.license = package['license'] -+ -+ s.authors = package['author'] -+ s.homepage = package['homepage'] -+ s.platform = :ios, "9.0" -+ -+ s.source = { :git => "https://github.com/wix/react-native-keyboard-input.git", :tag => "v#{s.version}" } -+ s.source_files = "lib/ios/**/*.{h,m}" -+ -+ s.dependency 'React' -+end -\ No newline at end of file -diff --git a/node_modules/react-native-keyboard-input/src/KeyboardAccessoryView.js b/node_modules/react-native-keyboard-input/src/KeyboardAccessoryView.js -index bd557a8..6745017 100644 ---- a/node_modules/react-native-keyboard-input/src/KeyboardAccessoryView.js -+++ b/node_modules/react-native-keyboard-input/src/KeyboardAccessoryView.js -@@ -23,6 +23,7 @@ export default class KeyboardAccessoryView extends Component { - manageScrollView: PropTypes.bool, - requiresSameParentToManageScrollView: PropTypes.bool, - addBottomView: PropTypes.bool, -+ bottomViewColor: PropTypes.string, - allowHitsOutsideBounds: PropTypes.bool, - }; - static defaultProps = { -@@ -136,6 +137,7 @@ export default class KeyboardAccessoryView extends Component { - manageScrollView={this.props.manageScrollView} - requiresSameParentToManageScrollView={this.props.requiresSameParentToManageScrollView} - addBottomView={this.props.addBottomView} -+ bottomViewColor={this.props.bottomViewColor} - allowHitsOutsideBounds={this.props.allowHitsOutsideBounds} - > - {this.props.renderContent && this.props.renderContent()} diff --git a/patches/react-native-keyboard-tracking-view+5.5.0.patch b/patches/react-native-keyboard-tracking-view+5.6.1.patch similarity index 100% rename from patches/react-native-keyboard-tracking-view+5.5.0.patch rename to patches/react-native-keyboard-tracking-view+5.6.1.patch diff --git a/react-native.config.js b/react-native.config.js index 935fa6c85b0..2956d2460e6 100644 --- a/react-native.config.js +++ b/react-native.config.js @@ -5,11 +5,6 @@ module.exports = { android: null } }, - 'react-native-keyboard-input': { - platforms: { - android: null - } - }, '@nozbe/watermelondb': { platforms: { android: null, diff --git a/yarn.lock b/yarn.lock index 03ef1117315..00a338e5fa0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9396,18 +9396,10 @@ react-native-keyboard-aware-scroll-view@0.9.1: prop-types "^15.6.2" react-native-iphone-x-helper "^1.0.3" -react-native-keyboard-input@^5.3.1: - version "5.3.1" - resolved "https://registry.yarnpkg.com/react-native-keyboard-input/-/react-native-keyboard-input-5.3.1.tgz#e90f43e17c070535cb54cc0be66a247f177474fc" - integrity sha512-NdKgueDFetyh77CC8veXE9jgISxatKbWkOpe3wfyPjw9O0J/c7EI5CEjSp5/ICufkvY6oLVDsZrP6TngTxTrXw== - dependencies: - lodash "^4.17.4" - react-native-keyboard-tracking-view "^5.5.0" - -react-native-keyboard-tracking-view@^5.5.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/react-native-keyboard-tracking-view/-/react-native-keyboard-tracking-view-5.5.0.tgz#87d28639f30e5b511de510e4063e476f23d6e4f2" - integrity sha512-e/tYhvccmLOSV+6qpU5Hlpn/U2gVu5K5F555oCUBBF229vv/V/fGoq2QyBnBEKmF9IKzBEOpzxBavUR3IfaKXw== +react-native-keyboard-tracking-view@^5.6.1: + version "5.6.1" + resolved "https://registry.yarnpkg.com/react-native-keyboard-tracking-view/-/react-native-keyboard-tracking-view-5.6.1.tgz#287186f6ae6335baf83ad106c7779f68d1cc48c2" + integrity sha512-uud94SDB2ffGWQHb2ehCIxNi1lmSOQneZ/ro3Zb6Nu6yEh4ljqr1fbRco+pU1RWzaM73uS32A3vPu3NuXjPceA== react-native-keycommands@2.0.3: version "2.0.3" From 1c106425e233b3bb6eb8d2354662ce84f653d9b2 Mon Sep 17 00:00:00 2001 From: Djorkaeff Alexandre Date: Thu, 13 Feb 2020 16:48:02 -0300 Subject: [PATCH 2/4] [FIX] TrackingView --- ...-native-keyboard-tracking-view+5.6.1.patch | 51 +++++++++++++++++-- 1 file changed, 48 insertions(+), 3 deletions(-) diff --git a/patches/react-native-keyboard-tracking-view+5.6.1.patch b/patches/react-native-keyboard-tracking-view+5.6.1.patch index 6642b1c055d..a8cacceebc9 100644 --- a/patches/react-native-keyboard-tracking-view+5.6.1.patch +++ b/patches/react-native-keyboard-tracking-view+5.6.1.patch @@ -1,5 +1,5 @@ diff --git a/node_modules/react-native-keyboard-tracking-view/lib/KeyboardTrackingViewManager.m b/node_modules/react-native-keyboard-tracking-view/lib/KeyboardTrackingViewManager.m -index 800bd35..6e98112 100644 +index 800bd35..edb3030 100644 --- a/node_modules/react-native-keyboard-tracking-view/lib/KeyboardTrackingViewManager.m +++ b/node_modules/react-native-keyboard-tracking-view/lib/KeyboardTrackingViewManager.m @@ -49,6 +49,7 @@ @interface KeyboardTrackingView : UIView @@ -18,7 +18,52 @@ index 800bd35..6e98112 100644 self.scrollToFocusedInput = NO; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(rctContentDidAppearNotification:) name:RCTContentDidAppearNotification object:nil]; -@@ -442,12 +444,28 @@ -(void)setAddBottomView:(BOOL)addBottomView +@@ -170,6 +172,7 @@ - (void)initializeAccessoryViewsAndHandleInsets + + for (UIView* subview in allSubviews) + { ++ NSString* className = NSStringFromClass([subview class]); + if(_manageScrollView) + { + if(_scrollViewToManage == nil) +@@ -195,7 +198,7 @@ - (void)initializeAccessoryViewsAndHandleInsets + } + } + +- if ([subview isKindOfClass:NSClassFromString(@"RCTTextField")]) ++ if ([className isEqualToString:@"RCTTextField"]) + { + UITextField *textField = nil; + Ivar backedTextInputIvar = class_getInstanceVariable([subview class], "_backedTextInput"); +@@ -209,15 +212,15 @@ - (void)initializeAccessoryViewsAndHandleInsets + } + [self setupTextField:textField]; + } +- else if ([subview isKindOfClass:NSClassFromString(@"RCTUITextField")] && [subview isKindOfClass:[UITextField class]]) ++ else if ([className isEqualToString:@"RCTUITextField"]) + { + [self setupTextField:(UITextField*)subview]; + } +- else if ([subview isKindOfClass:NSClassFromString(@"RCTMultilineTextInputView")]) ++ else if ([className isEqualToString:@"RCTMultilineTextInputView"]) + { + [self setupTextView:[subview valueForKey:@"_backedTextInputView"]]; + } +- else if ([subview isKindOfClass:NSClassFromString(@"RCTTextView")]) ++ else if ([className isEqualToString:@"RCTTextView"]) + { + UITextView *textView = nil; + Ivar backedTextInputIvar = class_getInstanceVariable([subview class], "_backedTextInput"); +@@ -231,7 +234,7 @@ - (void)initializeAccessoryViewsAndHandleInsets + } + [self setupTextView:textView]; + } +- else if ([subview isKindOfClass:NSClassFromString(@"RCTUITextView")] && [subview isKindOfClass:[UITextView class]]) ++ else if ([className isEqualToString:@"RCTUITextView"]) + { + [self setupTextView:(UITextView*)subview]; + } +@@ -442,12 +445,28 @@ -(void)setAddBottomView:(BOOL)addBottomView [self addBottomViewIfNecessary]; } @@ -48,7 +93,7 @@ index 800bd35..6e98112 100644 [self addSubview:_bottomView]; [self updateBottomViewFrame]; } -@@ -631,6 +649,7 @@ @implementation KeyboardTrackingViewManager +@@ -631,6 +650,7 @@ @implementation KeyboardTrackingViewManager RCT_REMAP_VIEW_PROPERTY(manageScrollView, manageScrollView, BOOL) RCT_REMAP_VIEW_PROPERTY(requiresSameParentToManageScrollView, requiresSameParentToManageScrollView, BOOL) RCT_REMAP_VIEW_PROPERTY(addBottomView, addBottomView, BOOL) From 2ffe112a2dc01c7820c5454441aa5ad0033b3473 Mon Sep 17 00:00:00 2001 From: Djorkaeff Alexandre Date: Thu, 13 Feb 2020 16:58:08 -0300 Subject: [PATCH 3/4] Fix pods --- ios/Podfile.lock | 14 +- .../QBImagePickerController/QBAlbumCell.h | 1 - .../QBAlbumsViewController.h | 1 - .../QBImagePickerController/QBAssetCell.h | 1 - .../QBAssetsViewController.h | 1 - .../QBImagePickerController/QBCheckmarkView.h | 1 - .../QBImagePickerController.h | 1 - .../QBImagePickerController/QBSlomoIconView.h | 1 - .../QBImagePickerController/QBVideoIconView.h | 1 - .../QBVideoIndicatorView.h | 1 - .../Private/RNImageCropPicker/QBAlbumCell.h | 1 + .../QBAlbumsViewController.h | 1 + .../Private/RNImageCropPicker/QBAssetCell.h | 1 + .../QBAssetsViewController.h | 1 + .../RNImageCropPicker/QBCheckmarkView.h | 1 + .../QBImagePickerController.h | 1 + .../RNImageCropPicker/QBSlomoIconView.h | 1 + .../RNImageCropPicker/QBVideoIconView.h | 1 + .../RNImageCropPicker/QBVideoIndicatorView.h | 1 + .../QBImagePickerController/QBAlbumCell.h | 1 - .../QBAlbumsViewController.h | 1 - .../QBImagePickerController/QBAssetCell.h | 1 - .../QBAssetsViewController.h | 1 - .../QBImagePickerController/QBCheckmarkView.h | 1 - .../QBImagePickerController.h | 1 - .../QBImagePickerController/QBSlomoIconView.h | 1 - .../QBImagePickerController/QBVideoIconView.h | 1 - .../QBVideoIndicatorView.h | 1 - .../Public/RNImageCropPicker/QBAlbumCell.h | 1 + .../QBAlbumsViewController.h | 1 + .../Public/RNImageCropPicker/QBAssetCell.h | 1 + .../QBAssetsViewController.h | 1 + .../RNImageCropPicker/QBCheckmarkView.h | 1 + .../QBImagePickerController.h | 1 + .../RNImageCropPicker/QBSlomoIconView.h | 1 + .../RNImageCropPicker/QBVideoIconView.h | 1 + .../RNImageCropPicker/QBVideoIndicatorView.h | 1 + .../RNImageCropPicker.podspec.json | 21 +- ios/Pods/Manifest.lock | 14 +- ios/Pods/Pods.xcodeproj/project.pbxproj | 20019 ++++++++-------- ios/Pods/QBImagePickerController/LICENSE | 7 - .../QBImagePicker/QBAlbumCell.h | 21 - .../QBImagePicker/QBAlbumCell.m | 27 - .../QBImagePicker/QBAlbumsViewController.h | 17 - .../QBImagePicker/QBAlbumsViewController.m | 393 - .../QBImagePicker/QBAssetCell.h | 20 - .../QBImagePicker/QBAssetCell.m | 27 - .../QBImagePicker/QBAssetsViewController.h | 19 - .../QBImagePicker/QBAssetsViewController.m | 660 - .../QBImagePicker/QBCheckmarkView.h | 21 - .../QBImagePicker/QBCheckmarkView.m | 54 - .../QBImagePicker/QBImagePicker.storyboard | 293 - .../QBImagePicker/QBImagePickerController.h | 51 - .../QBImagePicker/QBImagePickerController.m | 77 - .../QBImagePicker/QBSlomoIconView.h | 16 - .../QBImagePicker/QBSlomoIconView.m | 36 - .../QBImagePicker/QBVideoIconView.h | 16 - .../QBImagePicker/QBVideoIconView.m | 38 - .../QBImagePicker/QBVideoIndicatorView.h | 21 - .../QBImagePicker/QBVideoIndicatorView.m | 28 - .../de.lproj/QBImagePicker.strings | 21 - .../en.lproj/QBImagePicker.strings | 21 - .../es.lproj/QBImagePicker.strings | 21 - .../ja.lproj/QBImagePicker.strings | 21 - .../zh-Hans.lproj/QBImagePicker.strings | 21 - ios/Pods/QBImagePickerController/README.md | 175 - ...ods-RocketChatRN-acknowledgements.markdown | 11 - .../Pods-RocketChatRN-acknowledgements.plist | 17 - .../Pods-RocketChatRN-resources.sh | 4 +- .../Pods-RocketChatRN.debug.xcconfig | 6 +- .../Pods-RocketChatRN.release.xcconfig | 6 +- ...hareRocketChatRN-acknowledgements.markdown | 11 - ...s-ShareRocketChatRN-acknowledgements.plist | 17 - .../Pods-ShareRocketChatRN-resources.sh | 4 +- .../Pods-ShareRocketChatRN.debug.xcconfig | 6 +- .../Pods-ShareRocketChatRN.release.xcconfig | 6 +- .../QBImagePickerController-dummy.m | 5 - .../QBImagePickerController-prefix.pch | 12 - .../QBImagePickerController.xcconfig | 11 - .../RNImageCropPicker.xcconfig | 2 +- ...BImagePicker-RNImageCropPicker-Info.plist} | 2 +- ios/RocketChatRN.xcodeproj/project.pbxproj | 4 +- 82 files changed, 10000 insertions(+), 12350 deletions(-) delete mode 120000 ios/Pods/Headers/Private/QBImagePickerController/QBAlbumCell.h delete mode 120000 ios/Pods/Headers/Private/QBImagePickerController/QBAlbumsViewController.h delete mode 120000 ios/Pods/Headers/Private/QBImagePickerController/QBAssetCell.h delete mode 120000 ios/Pods/Headers/Private/QBImagePickerController/QBAssetsViewController.h delete mode 120000 ios/Pods/Headers/Private/QBImagePickerController/QBCheckmarkView.h delete mode 120000 ios/Pods/Headers/Private/QBImagePickerController/QBImagePickerController.h delete mode 120000 ios/Pods/Headers/Private/QBImagePickerController/QBSlomoIconView.h delete mode 120000 ios/Pods/Headers/Private/QBImagePickerController/QBVideoIconView.h delete mode 120000 ios/Pods/Headers/Private/QBImagePickerController/QBVideoIndicatorView.h create mode 120000 ios/Pods/Headers/Private/RNImageCropPicker/QBAlbumCell.h create mode 120000 ios/Pods/Headers/Private/RNImageCropPicker/QBAlbumsViewController.h create mode 120000 ios/Pods/Headers/Private/RNImageCropPicker/QBAssetCell.h create mode 120000 ios/Pods/Headers/Private/RNImageCropPicker/QBAssetsViewController.h create mode 120000 ios/Pods/Headers/Private/RNImageCropPicker/QBCheckmarkView.h create mode 120000 ios/Pods/Headers/Private/RNImageCropPicker/QBImagePickerController.h create mode 120000 ios/Pods/Headers/Private/RNImageCropPicker/QBSlomoIconView.h create mode 120000 ios/Pods/Headers/Private/RNImageCropPicker/QBVideoIconView.h create mode 120000 ios/Pods/Headers/Private/RNImageCropPicker/QBVideoIndicatorView.h delete mode 120000 ios/Pods/Headers/Public/QBImagePickerController/QBAlbumCell.h delete mode 120000 ios/Pods/Headers/Public/QBImagePickerController/QBAlbumsViewController.h delete mode 120000 ios/Pods/Headers/Public/QBImagePickerController/QBAssetCell.h delete mode 120000 ios/Pods/Headers/Public/QBImagePickerController/QBAssetsViewController.h delete mode 120000 ios/Pods/Headers/Public/QBImagePickerController/QBCheckmarkView.h delete mode 120000 ios/Pods/Headers/Public/QBImagePickerController/QBImagePickerController.h delete mode 120000 ios/Pods/Headers/Public/QBImagePickerController/QBSlomoIconView.h delete mode 120000 ios/Pods/Headers/Public/QBImagePickerController/QBVideoIconView.h delete mode 120000 ios/Pods/Headers/Public/QBImagePickerController/QBVideoIndicatorView.h create mode 120000 ios/Pods/Headers/Public/RNImageCropPicker/QBAlbumCell.h create mode 120000 ios/Pods/Headers/Public/RNImageCropPicker/QBAlbumsViewController.h create mode 120000 ios/Pods/Headers/Public/RNImageCropPicker/QBAssetCell.h create mode 120000 ios/Pods/Headers/Public/RNImageCropPicker/QBAssetsViewController.h create mode 120000 ios/Pods/Headers/Public/RNImageCropPicker/QBCheckmarkView.h create mode 120000 ios/Pods/Headers/Public/RNImageCropPicker/QBImagePickerController.h create mode 120000 ios/Pods/Headers/Public/RNImageCropPicker/QBSlomoIconView.h create mode 120000 ios/Pods/Headers/Public/RNImageCropPicker/QBVideoIconView.h create mode 120000 ios/Pods/Headers/Public/RNImageCropPicker/QBVideoIndicatorView.h delete mode 100644 ios/Pods/QBImagePickerController/LICENSE delete mode 100644 ios/Pods/QBImagePickerController/QBImagePicker/QBAlbumCell.h delete mode 100644 ios/Pods/QBImagePickerController/QBImagePicker/QBAlbumCell.m delete mode 100644 ios/Pods/QBImagePickerController/QBImagePicker/QBAlbumsViewController.h delete mode 100644 ios/Pods/QBImagePickerController/QBImagePicker/QBAlbumsViewController.m delete mode 100644 ios/Pods/QBImagePickerController/QBImagePicker/QBAssetCell.h delete mode 100644 ios/Pods/QBImagePickerController/QBImagePicker/QBAssetCell.m delete mode 100644 ios/Pods/QBImagePickerController/QBImagePicker/QBAssetsViewController.h delete mode 100644 ios/Pods/QBImagePickerController/QBImagePicker/QBAssetsViewController.m delete mode 100644 ios/Pods/QBImagePickerController/QBImagePicker/QBCheckmarkView.h delete mode 100644 ios/Pods/QBImagePickerController/QBImagePicker/QBCheckmarkView.m delete mode 100644 ios/Pods/QBImagePickerController/QBImagePicker/QBImagePicker.storyboard delete mode 100644 ios/Pods/QBImagePickerController/QBImagePicker/QBImagePickerController.h delete mode 100644 ios/Pods/QBImagePickerController/QBImagePicker/QBImagePickerController.m delete mode 100644 ios/Pods/QBImagePickerController/QBImagePicker/QBSlomoIconView.h delete mode 100644 ios/Pods/QBImagePickerController/QBImagePicker/QBSlomoIconView.m delete mode 100644 ios/Pods/QBImagePickerController/QBImagePicker/QBVideoIconView.h delete mode 100644 ios/Pods/QBImagePickerController/QBImagePicker/QBVideoIconView.m delete mode 100644 ios/Pods/QBImagePickerController/QBImagePicker/QBVideoIndicatorView.h delete mode 100644 ios/Pods/QBImagePickerController/QBImagePicker/QBVideoIndicatorView.m delete mode 100644 ios/Pods/QBImagePickerController/QBImagePicker/de.lproj/QBImagePicker.strings delete mode 100644 ios/Pods/QBImagePickerController/QBImagePicker/en.lproj/QBImagePicker.strings delete mode 100644 ios/Pods/QBImagePickerController/QBImagePicker/es.lproj/QBImagePicker.strings delete mode 100644 ios/Pods/QBImagePickerController/QBImagePicker/ja.lproj/QBImagePicker.strings delete mode 100644 ios/Pods/QBImagePickerController/QBImagePicker/zh-Hans.lproj/QBImagePicker.strings delete mode 100755 ios/Pods/QBImagePickerController/README.md delete mode 100644 ios/Pods/Target Support Files/QBImagePickerController/QBImagePickerController-dummy.m delete mode 100644 ios/Pods/Target Support Files/QBImagePickerController/QBImagePickerController-prefix.pch delete mode 100644 ios/Pods/Target Support Files/QBImagePickerController/QBImagePickerController.xcconfig rename ios/Pods/Target Support Files/{QBImagePickerController/ResourceBundle-QBImagePicker-QBImagePickerController-Info.plist => RNImageCropPicker/ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist} (96%) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index a5709c860cc..ea7f74b1317 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -118,7 +118,6 @@ PODS: - nanopb/encode (= 0.3.901) - nanopb/decode (0.3.901) - nanopb/encode (0.3.901) - - QBImagePickerController (3.4.0) - RCTRequired (0.61.5) - RCTTypeSafety (0.61.5): - FBLazyVector (= 0.61.5) @@ -372,8 +371,12 @@ PODS: - React - RNGestureHandler (1.5.0): - React - - RNImageCropPicker (0.26.1): - - QBImagePickerController + - RNImageCropPicker (0.28.0): + - React-Core + - React-RCTImage + - RNImageCropPicker/QBImagePickerController (= 0.28.0) + - RSKImageCropper + - RNImageCropPicker/QBImagePickerController (0.28.0): - React-Core - React-RCTImage - RSKImageCropper @@ -513,8 +516,6 @@ SPEC REPOS: - RSKImageCropper - SDWebImage - SDWebImageWebPCoder - trunk: - - QBImagePickerController EXTERNAL SOURCES: BugsnagReactNative: @@ -723,7 +724,6 @@ SPEC CHECKSUMS: KeyCommands: f66c535f698ed14b3d3a4e58859d79a827ea907e libwebp: 057912d6d0abfb6357d8bb05c0ea470301f5d61e nanopb: 2901f78ea1b7b4015c860c2fdd1ea2fee1a18d48 - QBImagePickerController: d54cf93db6decf26baf6ed3472f336ef35cae022 RCTRequired: b153add4da6e7dbc44aebf93f3cf4fcae392ddf1 RCTTypeSafety: 9aa1b91d7f9310fc6eadc3cf95126ffe818af320 React: b6a59ef847b2b40bb6e0180a97d0ca716969ac78 @@ -764,7 +764,7 @@ SPEC CHECKSUMS: RNFastImage: 9b0c22643872bb7494c8d87bbbb66cc4c0d9e7a2 RNFirebase: ac0de8b24c6f91ae9459575491ed6a77327619c6 RNGestureHandler: a4ddde1ffc6e590c8127b8b7eabfdade45475c74 - RNImageCropPicker: e1d8c3381e5b05a1bdcd13ea57a4f1c020a09cef + RNImageCropPicker: cf129d17e042ce3e96fb9ada967c28f21f977c82 RNLocalize: 07eb7a91d10021cdf59d80061ebf3adb8a5b5688 RNReanimated: b2ab0b693dddd2339bd2f300e770f6302d2e960c RNRootView: 895a4813dedeaca82db2fa868ca1c333d790e494 diff --git a/ios/Pods/Headers/Private/QBImagePickerController/QBAlbumCell.h b/ios/Pods/Headers/Private/QBImagePickerController/QBAlbumCell.h deleted file mode 120000 index 2e38cad84f1..00000000000 --- a/ios/Pods/Headers/Private/QBImagePickerController/QBAlbumCell.h +++ /dev/null @@ -1 +0,0 @@ -../../../QBImagePickerController/QBImagePicker/QBAlbumCell.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/QBImagePickerController/QBAlbumsViewController.h b/ios/Pods/Headers/Private/QBImagePickerController/QBAlbumsViewController.h deleted file mode 120000 index 9bd0b08d8ea..00000000000 --- a/ios/Pods/Headers/Private/QBImagePickerController/QBAlbumsViewController.h +++ /dev/null @@ -1 +0,0 @@ -../../../QBImagePickerController/QBImagePicker/QBAlbumsViewController.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/QBImagePickerController/QBAssetCell.h b/ios/Pods/Headers/Private/QBImagePickerController/QBAssetCell.h deleted file mode 120000 index 871144b915b..00000000000 --- a/ios/Pods/Headers/Private/QBImagePickerController/QBAssetCell.h +++ /dev/null @@ -1 +0,0 @@ -../../../QBImagePickerController/QBImagePicker/QBAssetCell.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/QBImagePickerController/QBAssetsViewController.h b/ios/Pods/Headers/Private/QBImagePickerController/QBAssetsViewController.h deleted file mode 120000 index bd0cb05b86a..00000000000 --- a/ios/Pods/Headers/Private/QBImagePickerController/QBAssetsViewController.h +++ /dev/null @@ -1 +0,0 @@ -../../../QBImagePickerController/QBImagePicker/QBAssetsViewController.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/QBImagePickerController/QBCheckmarkView.h b/ios/Pods/Headers/Private/QBImagePickerController/QBCheckmarkView.h deleted file mode 120000 index a530623ff7d..00000000000 --- a/ios/Pods/Headers/Private/QBImagePickerController/QBCheckmarkView.h +++ /dev/null @@ -1 +0,0 @@ -../../../QBImagePickerController/QBImagePicker/QBCheckmarkView.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/QBImagePickerController/QBImagePickerController.h b/ios/Pods/Headers/Private/QBImagePickerController/QBImagePickerController.h deleted file mode 120000 index 30c50292e73..00000000000 --- a/ios/Pods/Headers/Private/QBImagePickerController/QBImagePickerController.h +++ /dev/null @@ -1 +0,0 @@ -../../../QBImagePickerController/QBImagePicker/QBImagePickerController.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/QBImagePickerController/QBSlomoIconView.h b/ios/Pods/Headers/Private/QBImagePickerController/QBSlomoIconView.h deleted file mode 120000 index c9a03edfec3..00000000000 --- a/ios/Pods/Headers/Private/QBImagePickerController/QBSlomoIconView.h +++ /dev/null @@ -1 +0,0 @@ -../../../QBImagePickerController/QBImagePicker/QBSlomoIconView.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/QBImagePickerController/QBVideoIconView.h b/ios/Pods/Headers/Private/QBImagePickerController/QBVideoIconView.h deleted file mode 120000 index 347bc304b6e..00000000000 --- a/ios/Pods/Headers/Private/QBImagePickerController/QBVideoIconView.h +++ /dev/null @@ -1 +0,0 @@ -../../../QBImagePickerController/QBImagePicker/QBVideoIconView.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/QBImagePickerController/QBVideoIndicatorView.h b/ios/Pods/Headers/Private/QBImagePickerController/QBVideoIndicatorView.h deleted file mode 120000 index 9417e47accb..00000000000 --- a/ios/Pods/Headers/Private/QBImagePickerController/QBVideoIndicatorView.h +++ /dev/null @@ -1 +0,0 @@ -../../../QBImagePickerController/QBImagePicker/QBVideoIndicatorView.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNImageCropPicker/QBAlbumCell.h b/ios/Pods/Headers/Private/RNImageCropPicker/QBAlbumCell.h new file mode 120000 index 00000000000..43f9ae27601 --- /dev/null +++ b/ios/Pods/Headers/Private/RNImageCropPicker/QBAlbumCell.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePicker/QBAlbumCell.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNImageCropPicker/QBAlbumsViewController.h b/ios/Pods/Headers/Private/RNImageCropPicker/QBAlbumsViewController.h new file mode 120000 index 00000000000..1b41d405135 --- /dev/null +++ b/ios/Pods/Headers/Private/RNImageCropPicker/QBAlbumsViewController.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePicker/QBAlbumsViewController.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNImageCropPicker/QBAssetCell.h b/ios/Pods/Headers/Private/RNImageCropPicker/QBAssetCell.h new file mode 120000 index 00000000000..3e8860a37ce --- /dev/null +++ b/ios/Pods/Headers/Private/RNImageCropPicker/QBAssetCell.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePicker/QBAssetCell.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNImageCropPicker/QBAssetsViewController.h b/ios/Pods/Headers/Private/RNImageCropPicker/QBAssetsViewController.h new file mode 120000 index 00000000000..c72fe2569e9 --- /dev/null +++ b/ios/Pods/Headers/Private/RNImageCropPicker/QBAssetsViewController.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePicker/QBAssetsViewController.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNImageCropPicker/QBCheckmarkView.h b/ios/Pods/Headers/Private/RNImageCropPicker/QBCheckmarkView.h new file mode 120000 index 00000000000..c8329448a94 --- /dev/null +++ b/ios/Pods/Headers/Private/RNImageCropPicker/QBCheckmarkView.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePicker/QBCheckmarkView.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNImageCropPicker/QBImagePickerController.h b/ios/Pods/Headers/Private/RNImageCropPicker/QBImagePickerController.h new file mode 120000 index 00000000000..2db4f2fa150 --- /dev/null +++ b/ios/Pods/Headers/Private/RNImageCropPicker/QBImagePickerController.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePicker/QBImagePickerController.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNImageCropPicker/QBSlomoIconView.h b/ios/Pods/Headers/Private/RNImageCropPicker/QBSlomoIconView.h new file mode 120000 index 00000000000..74f0668fa79 --- /dev/null +++ b/ios/Pods/Headers/Private/RNImageCropPicker/QBSlomoIconView.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePicker/QBSlomoIconView.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNImageCropPicker/QBVideoIconView.h b/ios/Pods/Headers/Private/RNImageCropPicker/QBVideoIconView.h new file mode 120000 index 00000000000..c891d6c04b5 --- /dev/null +++ b/ios/Pods/Headers/Private/RNImageCropPicker/QBVideoIconView.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePicker/QBVideoIconView.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/RNImageCropPicker/QBVideoIndicatorView.h b/ios/Pods/Headers/Private/RNImageCropPicker/QBVideoIndicatorView.h new file mode 120000 index 00000000000..060c23730a7 --- /dev/null +++ b/ios/Pods/Headers/Private/RNImageCropPicker/QBVideoIndicatorView.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePicker/QBVideoIndicatorView.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/QBImagePickerController/QBAlbumCell.h b/ios/Pods/Headers/Public/QBImagePickerController/QBAlbumCell.h deleted file mode 120000 index 2e38cad84f1..00000000000 --- a/ios/Pods/Headers/Public/QBImagePickerController/QBAlbumCell.h +++ /dev/null @@ -1 +0,0 @@ -../../../QBImagePickerController/QBImagePicker/QBAlbumCell.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/QBImagePickerController/QBAlbumsViewController.h b/ios/Pods/Headers/Public/QBImagePickerController/QBAlbumsViewController.h deleted file mode 120000 index 9bd0b08d8ea..00000000000 --- a/ios/Pods/Headers/Public/QBImagePickerController/QBAlbumsViewController.h +++ /dev/null @@ -1 +0,0 @@ -../../../QBImagePickerController/QBImagePicker/QBAlbumsViewController.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/QBImagePickerController/QBAssetCell.h b/ios/Pods/Headers/Public/QBImagePickerController/QBAssetCell.h deleted file mode 120000 index 871144b915b..00000000000 --- a/ios/Pods/Headers/Public/QBImagePickerController/QBAssetCell.h +++ /dev/null @@ -1 +0,0 @@ -../../../QBImagePickerController/QBImagePicker/QBAssetCell.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/QBImagePickerController/QBAssetsViewController.h b/ios/Pods/Headers/Public/QBImagePickerController/QBAssetsViewController.h deleted file mode 120000 index bd0cb05b86a..00000000000 --- a/ios/Pods/Headers/Public/QBImagePickerController/QBAssetsViewController.h +++ /dev/null @@ -1 +0,0 @@ -../../../QBImagePickerController/QBImagePicker/QBAssetsViewController.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/QBImagePickerController/QBCheckmarkView.h b/ios/Pods/Headers/Public/QBImagePickerController/QBCheckmarkView.h deleted file mode 120000 index a530623ff7d..00000000000 --- a/ios/Pods/Headers/Public/QBImagePickerController/QBCheckmarkView.h +++ /dev/null @@ -1 +0,0 @@ -../../../QBImagePickerController/QBImagePicker/QBCheckmarkView.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/QBImagePickerController/QBImagePickerController.h b/ios/Pods/Headers/Public/QBImagePickerController/QBImagePickerController.h deleted file mode 120000 index 30c50292e73..00000000000 --- a/ios/Pods/Headers/Public/QBImagePickerController/QBImagePickerController.h +++ /dev/null @@ -1 +0,0 @@ -../../../QBImagePickerController/QBImagePicker/QBImagePickerController.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/QBImagePickerController/QBSlomoIconView.h b/ios/Pods/Headers/Public/QBImagePickerController/QBSlomoIconView.h deleted file mode 120000 index c9a03edfec3..00000000000 --- a/ios/Pods/Headers/Public/QBImagePickerController/QBSlomoIconView.h +++ /dev/null @@ -1 +0,0 @@ -../../../QBImagePickerController/QBImagePicker/QBSlomoIconView.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/QBImagePickerController/QBVideoIconView.h b/ios/Pods/Headers/Public/QBImagePickerController/QBVideoIconView.h deleted file mode 120000 index 347bc304b6e..00000000000 --- a/ios/Pods/Headers/Public/QBImagePickerController/QBVideoIconView.h +++ /dev/null @@ -1 +0,0 @@ -../../../QBImagePickerController/QBImagePicker/QBVideoIconView.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/QBImagePickerController/QBVideoIndicatorView.h b/ios/Pods/Headers/Public/QBImagePickerController/QBVideoIndicatorView.h deleted file mode 120000 index 9417e47accb..00000000000 --- a/ios/Pods/Headers/Public/QBImagePickerController/QBVideoIndicatorView.h +++ /dev/null @@ -1 +0,0 @@ -../../../QBImagePickerController/QBImagePicker/QBVideoIndicatorView.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNImageCropPicker/QBAlbumCell.h b/ios/Pods/Headers/Public/RNImageCropPicker/QBAlbumCell.h new file mode 120000 index 00000000000..43f9ae27601 --- /dev/null +++ b/ios/Pods/Headers/Public/RNImageCropPicker/QBAlbumCell.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePicker/QBAlbumCell.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNImageCropPicker/QBAlbumsViewController.h b/ios/Pods/Headers/Public/RNImageCropPicker/QBAlbumsViewController.h new file mode 120000 index 00000000000..1b41d405135 --- /dev/null +++ b/ios/Pods/Headers/Public/RNImageCropPicker/QBAlbumsViewController.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePicker/QBAlbumsViewController.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNImageCropPicker/QBAssetCell.h b/ios/Pods/Headers/Public/RNImageCropPicker/QBAssetCell.h new file mode 120000 index 00000000000..3e8860a37ce --- /dev/null +++ b/ios/Pods/Headers/Public/RNImageCropPicker/QBAssetCell.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePicker/QBAssetCell.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNImageCropPicker/QBAssetsViewController.h b/ios/Pods/Headers/Public/RNImageCropPicker/QBAssetsViewController.h new file mode 120000 index 00000000000..c72fe2569e9 --- /dev/null +++ b/ios/Pods/Headers/Public/RNImageCropPicker/QBAssetsViewController.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePicker/QBAssetsViewController.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNImageCropPicker/QBCheckmarkView.h b/ios/Pods/Headers/Public/RNImageCropPicker/QBCheckmarkView.h new file mode 120000 index 00000000000..c8329448a94 --- /dev/null +++ b/ios/Pods/Headers/Public/RNImageCropPicker/QBCheckmarkView.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePicker/QBCheckmarkView.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNImageCropPicker/QBImagePickerController.h b/ios/Pods/Headers/Public/RNImageCropPicker/QBImagePickerController.h new file mode 120000 index 00000000000..2db4f2fa150 --- /dev/null +++ b/ios/Pods/Headers/Public/RNImageCropPicker/QBImagePickerController.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePicker/QBImagePickerController.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNImageCropPicker/QBSlomoIconView.h b/ios/Pods/Headers/Public/RNImageCropPicker/QBSlomoIconView.h new file mode 120000 index 00000000000..74f0668fa79 --- /dev/null +++ b/ios/Pods/Headers/Public/RNImageCropPicker/QBSlomoIconView.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePicker/QBSlomoIconView.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNImageCropPicker/QBVideoIconView.h b/ios/Pods/Headers/Public/RNImageCropPicker/QBVideoIconView.h new file mode 120000 index 00000000000..c891d6c04b5 --- /dev/null +++ b/ios/Pods/Headers/Public/RNImageCropPicker/QBVideoIconView.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePicker/QBVideoIconView.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/RNImageCropPicker/QBVideoIndicatorView.h b/ios/Pods/Headers/Public/RNImageCropPicker/QBVideoIndicatorView.h new file mode 120000 index 00000000000..060c23730a7 --- /dev/null +++ b/ios/Pods/Headers/Public/RNImageCropPicker/QBVideoIndicatorView.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-image-crop-picker/ios/QBImagePicker/QBImagePicker/QBVideoIndicatorView.h \ No newline at end of file diff --git a/ios/Pods/Local Podspecs/RNImageCropPicker.podspec.json b/ios/Pods/Local Podspecs/RNImageCropPicker.podspec.json index 7927ba42077..bb3fff0c54f 100644 --- a/ios/Pods/Local Podspecs/RNImageCropPicker.podspec.json +++ b/ios/Pods/Local Podspecs/RNImageCropPicker.podspec.json @@ -1,6 +1,6 @@ { "name": "RNImageCropPicker", - "version": "0.26.1", + "version": "0.28.0", "summary": "Select single or multiple images, with cropping option", "requires_arc": true, "license": "MIT", @@ -10,7 +10,7 @@ }, "source": { "git": "https://github.com/ivpusic/react-native-image-crop-picker", - "tag": "v#{version}" + "tag": "v0.28.0" }, "source_files": "ios/src/*.{h,m}", "platforms": { @@ -19,9 +19,6 @@ "dependencies": { "RSKImageCropper": [ - ], - "QBImagePickerController": [ - ], "React-Core": [ @@ -29,5 +26,17 @@ "React-RCTImage": [ ] - } + }, + "subspecs": [ + { + "name": "QBImagePickerController", + "source_files": "ios/QBImagePicker/QBImagePicker/*.{h,m}", + "exclude_files": "ios/QBImagePicker/QBImagePicker/QBImagePicker.h", + "resource_bundles": { + "QBImagePicker": "ios/QBImagePicker/QBImagePicker/*.{lproj,storyboard}" + }, + "requires_arc": true, + "frameworks": "Photos" + } + ] } diff --git a/ios/Pods/Manifest.lock b/ios/Pods/Manifest.lock index a5709c860cc..ea7f74b1317 100644 --- a/ios/Pods/Manifest.lock +++ b/ios/Pods/Manifest.lock @@ -118,7 +118,6 @@ PODS: - nanopb/encode (= 0.3.901) - nanopb/decode (0.3.901) - nanopb/encode (0.3.901) - - QBImagePickerController (3.4.0) - RCTRequired (0.61.5) - RCTTypeSafety (0.61.5): - FBLazyVector (= 0.61.5) @@ -372,8 +371,12 @@ PODS: - React - RNGestureHandler (1.5.0): - React - - RNImageCropPicker (0.26.1): - - QBImagePickerController + - RNImageCropPicker (0.28.0): + - React-Core + - React-RCTImage + - RNImageCropPicker/QBImagePickerController (= 0.28.0) + - RSKImageCropper + - RNImageCropPicker/QBImagePickerController (0.28.0): - React-Core - React-RCTImage - RSKImageCropper @@ -513,8 +516,6 @@ SPEC REPOS: - RSKImageCropper - SDWebImage - SDWebImageWebPCoder - trunk: - - QBImagePickerController EXTERNAL SOURCES: BugsnagReactNative: @@ -723,7 +724,6 @@ SPEC CHECKSUMS: KeyCommands: f66c535f698ed14b3d3a4e58859d79a827ea907e libwebp: 057912d6d0abfb6357d8bb05c0ea470301f5d61e nanopb: 2901f78ea1b7b4015c860c2fdd1ea2fee1a18d48 - QBImagePickerController: d54cf93db6decf26baf6ed3472f336ef35cae022 RCTRequired: b153add4da6e7dbc44aebf93f3cf4fcae392ddf1 RCTTypeSafety: 9aa1b91d7f9310fc6eadc3cf95126ffe818af320 React: b6a59ef847b2b40bb6e0180a97d0ca716969ac78 @@ -764,7 +764,7 @@ SPEC CHECKSUMS: RNFastImage: 9b0c22643872bb7494c8d87bbbb66cc4c0d9e7a2 RNFirebase: ac0de8b24c6f91ae9459575491ed6a77327619c6 RNGestureHandler: a4ddde1ffc6e590c8127b8b7eabfdade45475c74 - RNImageCropPicker: e1d8c3381e5b05a1bdcd13ea57a4f1c020a09cef + RNImageCropPicker: cf129d17e042ce3e96fb9ada967c28f21f977c82 RNLocalize: 07eb7a91d10021cdf59d80061ebf3adb8a5b5688 RNReanimated: b2ab0b693dddd2339bd2f300e770f6302d2e960c RNRootView: 895a4813dedeaca82db2fa868ca1c333d790e494 diff --git a/ios/Pods/Pods.xcodeproj/project.pbxproj b/ios/Pods/Pods.xcodeproj/project.pbxproj index 785c6e9e320..bed499a9771 100644 --- a/ios/Pods/Pods.xcodeproj/project.pbxproj +++ b/ios/Pods/Pods.xcodeproj/project.pbxproj @@ -219,1783 +219,1777 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 000347F73D6AC6FB65F78930F28D41CF /* UMReactLogHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 08DC37D3505FE5A8B659B330618DECCE /* UMReactLogHandler.m */; }; - 000601D6585E358B4C5C687C9A463409 /* RNUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = B71FB225C908EAD536CA6483F22B70A1 /* RNUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00250E9281073575CB7BAE32F1DF4B29 /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = FBFEED4D82C8991A37F40A7C3461350C /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 004DC6CBB00C61E9D96DCEBD15DE95FD /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = EE4469F781740A81B073D2C069DA9B27 /* en.lproj */; }; - 0060810FB3851F5761DD7524A5AD905E /* RNGestureHandlerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = B3A4F1A1A2D3902A6DB1B3E967F3C62D /* RNGestureHandlerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00BA8C3B91567B84EF6FD94C5173292E /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = D71933A8DB008ECBF8D49FAB8ADD195C /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00D097B559FAE95D0AD2BEFD359653A4 /* RCTExceptionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D167F170625B1670EF7413BA8B041DF9 /* RCTExceptionsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00FD715D554BEF2B43C4A77344A2A2F9 /* RCTSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F74518FD5ADB45FACF4118E327D706B3 /* RCTSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0110988CDD0DA3F7F49434DAB8BA87E1 /* RCTProgressViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 49D5DFC894A9B35AFB0DF8584850B0F4 /* RCTProgressViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 013E97EF0B110B48D15D8445F1D3C24A /* RCTEventAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 8013CC26E4F7431AB0C1B98210B570B5 /* RCTEventAnimation.m */; }; - 014A953E16242C5C2D97728BE5EB3FED /* FirebaseCoreDiagnostics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E06F533B0622CF71450FA198FEF0B65A /* FirebaseCoreDiagnostics-dummy.m */; }; - 018BC758F67618B02AE7AF70B2E5D29B /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = E17D9CD11230D3D992C8F76282A0A784 /* SDImageFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01AF68C56B353F0273A4AC2CD9C55356 /* BSG_KSCrashCallCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = EE35DE5AEBF6EA98B355DEB2F0632D4D /* BSG_KSCrashCallCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01CF128DB818B5C83EC67F1FB8C044E2 /* BugsnagUser.h in Headers */ = {isa = PBXBuildFile; fileRef = B4793AA164D7B384AB6A2211D81056FB /* BugsnagUser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01E9290B5AF4EF792AF0770821457C81 /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 33380985DCC39CF44A1E64982DA162DC /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01F1D84FDAD0AF47FF1C2166C9A2D3EC /* pb_encode.h in Headers */ = {isa = PBXBuildFile; fileRef = BE559106116A7A7648B12A03E9D4D28B /* pb_encode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02218BCD8452C372E4ACC4A4C8325932 /* rescaler.c in Sources */ = {isa = PBXBuildFile; fileRef = AD501E44E8B6B7214AB9EADF1181C1F3 /* rescaler.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 02995B31B424D53935F8576996C9F306 /* FIRCoreDiagnosticsConnector.m in Sources */ = {isa = PBXBuildFile; fileRef = BFD1AACC7C607436D920FDA17490CFA4 /* FIRCoreDiagnosticsConnector.m */; }; - 02D340EA0E9D8C59CB3B6584EA53BCAD /* GDTTransformer_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CE1DB3BD42FB01C6A229D7E803314EF /* GDTTransformer_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02D7F16622CA9A03D5F5BC227F111F09 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = EFA366A50FF1344465AD1D8DB906D601 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02FD14CFE42783E886506F2E17859960 /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 25F7CC0BD291AA54BEAAA2F3F9C608CA /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 033394FF64D05DACD31B10A0BE4E0F67 /* EXVideoPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C9E1496205A50668CC0527D4CAFD746 /* EXVideoPlayerViewController.m */; }; - 034BC962567065301B3E423CEEFF6493 /* ARTTextManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F53DB09DA79F2CB4B6123C913249FF8 /* ARTTextManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 037A597C46854C7EAE1349B3B682C044 /* FFFastImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AAD48B7D2D97595523BFAB5B4A9CEC9B /* FFFastImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 038DCB497B0C163EB9C86859E531AFFA /* BSG_KSMach_x86_32.c in Sources */ = {isa = PBXBuildFile; fileRef = 95DDE4228FC0D61BB3AFB1E8A7CE3346 /* BSG_KSMach_x86_32.c */; }; - 03A091EF0A44A9313367BD851F9685DB /* RNFetchBlobConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 33A8980C78D1B3868590C792369D2C1C /* RNFetchBlobConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04148C0C198379E5C1D179F18BF512A9 /* BSGSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = A66FAA94D678F99D0D43B7E041E553EA /* BSGSerialization.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04B9B85ED8CA97838E08E90F268B5A6A /* BSG_RFC3339DateTool.h in Headers */ = {isa = PBXBuildFile; fileRef = A2CAC24305384EB07C359B99608B3A7B /* BSG_RFC3339DateTool.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 053BA4F3C75D35BCBAA8F8891D611B84 /* animi.h in Headers */ = {isa = PBXBuildFile; fileRef = 51E14E8D70831052A1B75375D21618B9 /* animi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0550E1CF6AA520F2250C08EDB7D025EB /* RCTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = A9C7243660D519FBCAB59D233784DE36 /* RCTLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 055E3CCCC565B32662B62AEB2687DFD6 /* dec_clip_tables.c in Sources */ = {isa = PBXBuildFile; fileRef = D288C6A4340085CAB3A1474DCC103CFB /* dec_clip_tables.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 05756863C1BD6A6522B1046F4351B6BD /* RCTSurfaceSizeMeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4728BB5D04C3FFB9A42F1273943CB58B /* RCTSurfaceSizeMeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 058A0E6FB778E47AC2ACEED1729900C5 /* enc_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 536AD2D678EA51846B1873C5C046ACAC /* enc_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 05AADAF87C7C8F45EB17F1D2055547DB /* UIView+FindUIViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 35020FE54706BAF85A6BC347A41928C0 /* UIView+FindUIViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05B0D839ADEDCA18BCB0342D8850023C /* decode.h in Headers */ = {isa = PBXBuildFile; fileRef = B71A38D8C21D6AC2C5B4B32FA3819791 /* decode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05B8061B8AE0708A11C2E65F08069385 /* RCTUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B95AC5D90281C90AE792FE4E3B6DA33 /* RCTUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05C1FD03B0C4673F79EC7E77569B14EC /* nanopb-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C3EBAFEBE08088002B1F7333E2E81FD /* nanopb-dummy.m */; }; - 05D27696F3A8F3906AAC9F552AA9EEF6 /* ARTRadialGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = E3A1098EBCDE3BCA305B2C3532435A27 /* ARTRadialGradient.m */; }; - 05EEE113DA8195D1A8446E6E0223F87B /* quant.h in Headers */ = {isa = PBXBuildFile; fileRef = 4272032543868088ACE960F8C33300D5 /* quant.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05FA51F562C7976518F650F5858E7149 /* RCTJavaScriptExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 93C224DEC6241E6E15B0257C51E31815 /* RCTJavaScriptExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05FD9CBC49A9036945A855E5976925F8 /* REASetNode.m in Sources */ = {isa = PBXBuildFile; fileRef = C1463B09440A0EF036DB208802D31F82 /* REASetNode.m */; }; - 06290A0DBEBB396363D9CB31FC2FFA27 /* RNFetchBlobReqBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 49F9335C1D76C66F5C669F453743077E /* RNFetchBlobReqBuilder.m */; }; - 062F8BE5952FAF7F5CF3E6966A337F28 /* RNBootSplash.h in Headers */ = {isa = PBXBuildFile; fileRef = EB4E9C9AF7D57A9A1B0EF6D1FFB2C377 /* RNBootSplash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 063A7D878ACB2A6037E13C4A23179557 /* FIRAnalyticsConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 49754C174E317E6EE3EA06B03BE8AA76 /* FIRAnalyticsConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0642877CFA3BABF6838B380EC90E850C /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = E398D8F3A65FEB22072B0B2C2AB7EE26 /* SDWebImageError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0679E8A1EFD1528B6DD85FD80C935105 /* UMModuleRegistryDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 55ABB3885D7BB516CB39EE66F5B334B6 /* UMModuleRegistryDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 067CF6E901ED664FD2842890860A5713 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 46E3147E0919866DB43B911A25AD2250 /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 068627D6351492A400D81DA04B4AAEE1 /* histogram_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = E06EC5619F310086532DEE3DD94B328D /* histogram_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06C78FC8169996E806BE536269C185CD /* yuv_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 50019449BB19973BEB439EE8F9847908 /* yuv_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 06DB6A5EF09D9417BA180FC364973426 /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B2C53771D976818BB03D0EEEDA1AE8F5 /* SDImageAssetManager.m */; }; - 071E58B8852567A971AABBB61B4BF64A /* RCTProfileTrampoline-i386.S in Sources */ = {isa = PBXBuildFile; fileRef = 2449974BE181B377D0C240D8390AB059 /* RCTProfileTrampoline-i386.S */; }; - 0769A9F39A25A9A976CCD0C87C3D2CFA /* Format.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2985690376C832479B6CBEF994125526 /* Format.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0770FB987A4D038938191C2B33C4846C /* RCTActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = A1116F7AC7B61965A3129DCD8B6C2395 /* RCTActivityIndicatorView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 077A5F8C4B9C33DFA15873A399B2597C /* stl_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 53DC50B8081D99A0ACD90977F683BA75 /* stl_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 077EB4B39CE4EDCCB0E0FFE458F38A23 /* UIImage+Resize.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C9D0AA29655A39260855C8989F89809 /* UIImage+Resize.m */; }; - 078E653C3724A2179DCB9018B3F7CCFC /* GULApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 727EF25DA0553E17DBF96ECA72544A2F /* GULApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0801F2E7F7115B2A1B2836000ECB42BE /* BugsnagHandledState.h in Headers */ = {isa = PBXBuildFile; fileRef = B414B2F742B5E67193DBBE9244CADCB3 /* BugsnagHandledState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 080E1D5D33742F3791A8FC5C709FE265 /* TurboModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A22802653E06152C025121A6238064FE /* TurboModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 081768B0FABD06884FD6F65643672F1A /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 30EC76B688A264B41901746A6D78F349 /* SDWebImageDownloader.m */; }; - 081E6B601B49FE4F98631AE9F6594C9F /* dec_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 3E31863B044F19D12447D6ACEFF3517D /* dec_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 082930C05486B2E939CD2D2046D6E8D4 /* RCTLog.mm in Sources */ = {isa = PBXBuildFile; fileRef = C937B1B4E97ED1D3A51D9EF51D8102BA /* RCTLog.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 08386AF2FE7E61FFAC513C0EABDE2BF5 /* RCTRootViewInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 781F8DE9BC77D769CCCE509DCCF4CF42 /* RCTRootViewInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 086D30EE631E6CD8A53B13E30037F880 /* UMAppLifecycleService.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E5CC3EB036C8F81FBFF8A16C4E5754D /* UMAppLifecycleService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 08AB7661CC1560CE0AD28729D69DDB72 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = B032BF836FBD35BDE9DE64AC45A6EE20 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 08F038226206BFA4EC2E474742BCCCBE /* RCTActivityIndicatorViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E600E9B25094F60B94A3FBC40A7A556 /* RCTActivityIndicatorViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 08F5142CBA48202DB5E2CD6DD24AB790 /* RCTMultipartStreamReader.m in Sources */ = {isa = PBXBuildFile; fileRef = A8D605CD2A9D926F49ED96D30DFD6C8A /* RCTMultipartStreamReader.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 090CD0CBDC7A1A0ADFAF53F574E31D2E /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C2E88CE35E640021A501C0082CD2D816 /* Instance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0923FD3747647148D132AB7CCB7B375A /* FIRInstanceIDTokenDeleteOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = A8758C74594F364FE8D55BF1A8B0795D /* FIRInstanceIDTokenDeleteOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 094A110F9B7125E1ACA5C55D97CE3305 /* GDTTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = F73B4EEF0245C03A0E2B6F96B1549450 /* GDTTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09BC7875E6D801E8C3A5D78A944B7127 /* neon.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B16EC2B5C2B0219D785C69C18D3A68A /* neon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09E32B915F68813180BCB425D417A907 /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0F4D24EA40409FA406FB89DC4839379A /* fast-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 0A062F2E4946A573D13ADBCC08C63259 /* RCTComponentData.m in Sources */ = {isa = PBXBuildFile; fileRef = 884C0E30EDE454D9E5310C6F882D0780 /* RCTComponentData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0A1AB2547E41AAF64E97BFB18FD29C6B /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CCD362B6E39B148604D92F8F930FB6F7 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A6BA0F3B42A8F085AD76A71AD742B25 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = EFED34F1FB01C5CC55DBFC8779846549 /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A7A1BCCD1D5D7238DC06CB7E38E76F9 /* RNNotificationParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 46951E92369DEFAA98273D33355B2F17 /* RNNotificationParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A7FF47E30F61AFB6AD9CA895EE1A4F9 /* RNDateTimePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A8ADC91FCB1A9A22A94BB670E1129B6B /* RNDateTimePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A92A4EB11AC3149D6C51E87E22A1A5B /* cost_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 2B19F7AAADC1A5F33EA0427E8F8F8263 /* cost_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 0AB9B568C6742A432B80BF2477E83C45 /* REATransformNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C631921FAA8916023DFDBBF7E088F5AF /* REATransformNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0AE12686EC6C465D8435BAB4DC808603 /* RCTVibration.m in Sources */ = {isa = PBXBuildFile; fileRef = B61327E6F899D94BA78FD32963EBC3A4 /* RCTVibration.m */; }; - 0AE630EDDF3087755FB7900375791D51 /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A4A008B57CD5A6E9E1C2214467F5DD0 /* double-conversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0AF837F5FF8B37A2F687B3A1B0940884 /* RNNotificationCenterListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 57ACCB154CBFB1ED1FADCC712A22F973 /* RNNotificationCenterListener.m */; }; - 0AFBACEB31E8CB9878295D470B31031A /* RCTModalManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B74F6A9A98A8D6413C5365C1042C909 /* RCTModalManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0AFF41962269C89779046793E1AE0FE7 /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 95C6D3FD5181E518567C6089A42676C5 /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B36FBB44F665720229F62FC21CFABAE /* RCTModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F93275B3D70242640ECF1DB0DC4ED85 /* RCTModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B83B8382AA1631C302C6BE3F5CC6264 /* YGFloatOptional.h in Headers */ = {isa = PBXBuildFile; fileRef = 707F0E2CA1DE8401C91E126BF8150E77 /* YGFloatOptional.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0BAFAF4887E747EA3A91FED76A3C5031 /* RCTAlertManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E0EB1E2A3A437A88A232E9F54A38B65 /* RCTAlertManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0BC16804FAEBD375BEC98962EA320575 /* MethodCall.h in Headers */ = {isa = PBXBuildFile; fileRef = D4E22D483745BA99F925F0CB3ED15DA1 /* MethodCall.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C1C730E79113657836F7BC8F9978974 /* RCTActionSheetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D58590258F21F73580DDB450622DC904 /* RCTActionSheetManager.m */; }; - 0C1E401FFDCA511E1D3524CC7B71C1A5 /* RNFirebase.h in Headers */ = {isa = PBXBuildFile; fileRef = 61559FC8D4853BD57639870C68C3864A /* RNFirebase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C2A5DC47FE2D6837EA44C99ABFD5834 /* EXFileSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CAAD8014CDF49FEAF42F6C9A7D99506 /* EXFileSystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C551985E8686CC886A539921C3EE668 /* RootView.h in Headers */ = {isa = PBXBuildFile; fileRef = F8786F6E4E068A9F957ECAC9EA354502 /* RootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C73059A5A5BF889CEB3C2D0FA5595F9 /* UMReactNativeEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 96100409289FE290A0F3FAE38FB256BA /* UMReactNativeEventEmitter.m */; }; - 0C87EB9D64AFD0A91F25F704C6523B0D /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = DCC38A8FC8F6968FB505A042918BF0EE /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C8E1808BF269659F424FE54C401AB5F /* UIImage+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 774A4843386AD8B6A0B481C2BEC76830 /* UIImage+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0CC1E600C980393FC929683003BC8A11 /* RCTSurfaceHostingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FB7A012CD9E9C0D05D6C8C57BF389D3 /* RCTSurfaceHostingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0CCF45BDC92B6384522785AEDE8F0ABC /* RCTDevMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 992D4595ABBAC4CBC2BA13326902071E /* RCTDevMenu.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0CE586BF83E29531A0E1FA35876120DF /* REASetNode.h in Headers */ = {isa = PBXBuildFile; fileRef = A0FDB41C83E196E1D854E28562B7EA3D /* REASetNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0CF293FEA013686D3F2F8067F3713336 /* RCTSwitchManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BD767BDB2042ED8FFB465A834C32086F /* RCTSwitchManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0CFB0957C67C24787E5C546936BE3550 /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = C77FC6CC194114E0452237893FC64900 /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D0B0F672F1016D9C9B72AFD4E83E04A /* FIRIMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = E3503E71EA767ACE327A218187EF6033 /* FIRIMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D225414A45DFDEDBA19BEB5F0A30704 /* GULNetworkConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 60AA29285B90DDC9884A6CE5AAEC390E /* GULNetworkConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D5AA62B5CBCFDB275A50E0BDC16DF22 /* RNPushKitEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = F7A3FF96A7E535A687C94BED15954B08 /* RNPushKitEventHandler.m */; }; - 0D5FFF5C460BF47C00EC6A2A4BCB89F8 /* RCTUIManagerObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2A20CF3A60C5CFD0DE74EB90F8E8092E /* RCTUIManagerObserverCoordinator.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0D6DAE408F66820DF20E6D416582ADB3 /* RCTBridge+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B9846EF1E145BA26B53A465625FA099 /* RCTBridge+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E1B3276561F7EB341FA907EB1A86F04 /* upsampling.c in Sources */ = {isa = PBXBuildFile; fileRef = E5611B527CABABDA10E1A7A2C70ABF5C /* upsampling.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 0E620510126D852FC371F7F9178AA6F0 /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 390B144A1D5533DDC72A1108DB65D532 /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E89AE392BB117EBA5EF898E3D243727 /* RCTView.h in Headers */ = {isa = PBXBuildFile; fileRef = F16F1972B3EFD75A15A4D54340C942AE /* RCTView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E9A96BC607353897B6F33133E636884 /* RCTAsyncLocalStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = E3C6E5B8745E3D7ED7ED154272C30363 /* RCTAsyncLocalStorage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0EAC2ADA214241BD4899DB8B47726FD2 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = FC612B6D9217B2844818B263CA98D12A /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0EB90738C1AEE8890CC35B181C099BA8 /* RCTModalHostViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D02CAE0CB80E111C499B3EBCCEE80A30 /* RCTModalHostViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F112286F11B894F72C66676A5BAC325 /* SDWebImageWebPCoder-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FA94B333E9C2CF8D949D9141535634B /* SDWebImageWebPCoder-dummy.m */; }; - 0F199BC919DA606852559D57EF858777 /* GDTLifecycle.m in Sources */ = {isa = PBXBuildFile; fileRef = 94A344D744B87D2D6D51260F91A2635C /* GDTLifecycle.m */; }; - 0F2C29D27A4A81991C787404478AF099 /* UIImage+WebP.h in Headers */ = {isa = PBXBuildFile; fileRef = C61717E6EBAB20E86C4A2961F0FD4D45 /* UIImage+WebP.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F3C55B3AD23D445D2C973DC06EF00BF /* BugsnagCrashReport.m in Sources */ = {isa = PBXBuildFile; fileRef = C08875D462AD14C697B9C911E58F24DC /* BugsnagCrashReport.m */; }; - 0F3D589E134AAC1A8C2D94EF3BE48EA7 /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E74EDA1EAA0BC929D6C3AF0AD6CAE80 /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F3E8D4BB17DBFF30E41EFB555B29895 /* RCTSurfaceRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 69666FD732505CBBED4278B6911E1F69 /* RCTSurfaceRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0F4D40CEBE58229EC7B0B854D6E5FAD9 /* BSG_KSCrashSentry_User.h in Headers */ = {isa = PBXBuildFile; fileRef = FD29F0BE1DAF6B3320CA94B80EFC4D41 /* BSG_KSCrashSentry_User.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F74D6E0F1A38843AB6578A45C4430F2 /* RCTPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 743DD3B552A0D614F21550D03982F357 /* RCTPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F74E8A5F532A34DF54D4FD8FA101A47 /* RSKImageScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F7609F49973D8DE1FDA2A02AE36643B /* RSKImageScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F7CB1F6725B33F8063BD453A4435278 /* FIRComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A2BF3DAD8D39FCFB0486E81C37088B5 /* FIRComponent.m */; }; - 0FAA30AD698ED824A3B229298FEEA782 /* BSG_KSCrashReport.c in Sources */ = {isa = PBXBuildFile; fileRef = D95B2ED247431D79446B64AB419EF7B0 /* BSG_KSCrashReport.c */; }; - 0FB7D0FA0AEE71186610F43B04E89482 /* BugsnagSessionTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 6777054F7F582761BBFAA2A487603F18 /* BugsnagSessionTracker.m */; }; - 0FCF8A6D7D770156352EFB7F8B790D7C /* NSError+BSG_SimpleConstructor.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C9ABF3C710A529D46564F83770C0025 /* NSError+BSG_SimpleConstructor.m */; }; - 0FD44CE17B9EDD07C17D8409BBB20765 /* RCTParserUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FF7FEA819650D25C4BD4A0BE00060BA /* RCTParserUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0FD596FBE550953CD15F5607D99F958B /* RCTReloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = D19870CF202DA328360970BACF337DF4 /* RCTReloadCommand.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10168B721987DC2FA1F6508094876B8D /* BSG_KSJSONCodecObjC.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CFECD019AB43C47562BF5F540F0F36C /* BSG_KSJSONCodecObjC.m */; }; - 101E1B4ACE356E9F4F94FD5EBB71BE85 /* BSG_KSSysCtl.c in Sources */ = {isa = PBXBuildFile; fileRef = 23AE8CD4CEDF045928995E4D330AAEDE /* BSG_KSSysCtl.c */; }; - 107C4519DAD004793550C86DB342BF13 /* JSDeltaBundleClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 77579E3AB4DAC11B5A86FEB631FC58C0 /* JSDeltaBundleClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1092BB8011776EF67080DC8649C68F22 /* RNFirebaseAdMobRewardedVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 103E48DFA639CB74C0270DA4E87BB247 /* RNFirebaseAdMobRewardedVideo.m */; }; - 10D68B02FDF05C99237E067F9918509D /* RNFetchBlobRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = C69F20A9C5815E17B0A3F44E68CB1DE5 /* RNFetchBlobRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10F2442EBE6313786A5CD8D0DB09736C /* RCTImageDataDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = E23769C53342F026C8FC3324EA9C4E03 /* RCTImageDataDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 110686C3B9BFABED7EF510599B8F4BA4 /* RCTKeyCommandConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 64530094D5EEB89FACF8E271EC235DB1 /* RCTKeyCommandConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 110BBF5833CF8C4CA65E11D6C0374191 /* BSG_KSJSONCodec.h in Headers */ = {isa = PBXBuildFile; fileRef = A72FE6B38B89E279683765A00C4472FC /* BSG_KSJSONCodec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 11129F1CB005A708A117077C32350240 /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 05C06B6406205BCFD668DE5D8F54A96E /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1152E236D3BFBB5B1171698F8642FE45 /* JSIndexedRAMBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF6CED0221C38C8B97EBDB214A6D4534 /* JSIndexedRAMBundle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 116192D11F0F7C27B891EC46BEB67776 /* BSG_KSCrashSentry_NSException.h in Headers */ = {isa = PBXBuildFile; fileRef = AA4FD7B91BC9C4E68B7EBBFEC04B8C90 /* BSG_KSCrashSentry_NSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 118927A3BC6A658BB88536CE7C1B0BE3 /* BSG_KSCrashState.h in Headers */ = {isa = PBXBuildFile; fileRef = 83622DB02DF72F4E2CBC80DB010A403B /* BSG_KSCrashState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 11AB86078F205218D679E1C0BB086684 /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = 88AB30A3EFE9A1E50864D0741BD90550 /* cached-powers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 11B33B2F8BB6CFADE2A5ED140CFEC8C1 /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = A8B9646878F1F3DB7477DC8916D9E9B0 /* signalhandler.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 1234DA362C104A5687EE842DEE6540AE /* BugsnagErrorReportApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BC69A0F0E5428AD5AA0122AFE3B161B /* BugsnagErrorReportApiClient.m */; }; - 12478C3DEA4C049CB9A2CA1CD20C89DA /* rn-extensions-share-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 940736112F25861FC90836C66D66537E /* rn-extensions-share-dummy.m */; }; - 125342FA79F416BFC2462CBEB29FBD3B /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C1EE93B3F93FE11C2A7F366D1E4337B4 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 126F40666E812A4A6E90817FF328B49D /* RNFetchBlobFS.h in Headers */ = {isa = PBXBuildFile; fileRef = B01A1E5FDB0C8872E327A549ABB0497B /* RNFetchBlobFS.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1281344D19FA3223B267A1EAA6DEA09F /* RCTDatePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 267F9F2C58C4112C1EFE5A0CC654DB17 /* RCTDatePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 128E6B16586CC0971D3F06FB409A8D79 /* UIApplication+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A26B3BE96D2E05156203DD41BD0155B /* UIApplication+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12A09B07EAE7194E9F183DF6EAEB4850 /* RCTScrollContentShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = DE1D924CA84AB6B9901A47B16A1C8473 /* RCTScrollContentShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12B4CB2B1F8A425ECEA73AABB12E7A30 /* SDImageGIFCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 673DBB2243E639BDD8C7E82236BD7565 /* SDImageGIFCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12C621AF654295B051104624EC13F961 /* RCTFont.h in Headers */ = {isa = PBXBuildFile; fileRef = F989C56E6092BDE93571211959647ADA /* RCTFont.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12DD5DE7278177DF30D74E5E4991BEA5 /* RCTPointerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 47F861B6A64944DDAF67F7DEA408596E /* RCTPointerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12FA7519507285624A8F734D8A3939CB /* GDTDataFuture.m in Sources */ = {isa = PBXBuildFile; fileRef = 500000D98A3ADEAC94F4698268444755 /* GDTDataFuture.m */; }; - 131A4F913E2F1E98913D8D766736C5C1 /* JSCExecutorFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7B023EC3C4FAC79C9C0E65AFEC7E6215 /* JSCExecutorFactory.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1328941F49991BEB7900B9FAE0861076 /* RCTI18nManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BDFCD92FF6C77015537D9CF0C0F4321 /* RCTI18nManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1328F683A4C0D079350259A18A68938A /* JSINativeModules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E12CA5E22CEE8C904794294C3518BB8E /* JSINativeModules.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1352441B7E9907AD4E56358E520341F0 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 11F288A2F95BEE9530487875BA76B166 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1354B5A202FE5B927603FE3F3934ADF1 /* RCTNativeModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5BFF50FA7BD25CE4D118D51792F17BEC /* RCTNativeModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 135CA47E90F11A11511D769C60754F77 /* REATransitionValues.m in Sources */ = {isa = PBXBuildFile; fileRef = AEDA30D82699B958AD564B3E95991F7D /* REATransitionValues.m */; }; - 13910E80E165B0FD5041DF222C1B3339 /* ARTShape.h in Headers */ = {isa = PBXBuildFile; fileRef = 41EF504E5AF91A09E4FDF893E11E2F13 /* ARTShape.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13B3A8F3BBFB94FC266C8B2D127F2001 /* JSINativeModules.h in Headers */ = {isa = PBXBuildFile; fileRef = 92F2B29E03BA3539E7D69EC3CD41ECD5 /* JSINativeModules.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13C1F0FA601FBB4544ACD9D57124E3F9 /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 2B0BFE57676A5D16FB11E7FD654EE50A /* de.lproj */; }; - 13CC63F0A5CAA2C7909B84D3C6D4620B /* GDTStoredEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4250287D6892F8E6A4565235E7A5EB /* GDTStoredEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13EAEB1E6CFD48E9CFE15F88743AC92C /* RCTAppState.m in Sources */ = {isa = PBXBuildFile; fileRef = 57450487C8C0F688905DB8754F274103 /* RCTAppState.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 14422B587C7D1474F869D259CFF998CC /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5875A79319EDABF29C9EB927DC01C0DA /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14660286F6DC6FCABD38E2C1F70CFC01 /* ReactMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = CE61D1FE1AD71846161D661F9F062891 /* ReactMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14A3CA4B77271ED4415356A1FBA7362F /* dsp.h in Headers */ = {isa = PBXBuildFile; fileRef = 53F385844EA8EDFB10A8935DD248B4F4 /* dsp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14AA7CA15F034772E8B2636CFE2A5C85 /* ReactCommon-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 63C0E4F0F25AB393991555C6ED9A3DB4 /* ReactCommon-dummy.m */; }; - 14BCE7072FC4CE33BC35324A78BE2FAE /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 33C28C7193C813BA137A29D9A54AE40E /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14DD05E4CFBF56241AC5D65134AF6AB8 /* RCTSinglelineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 304CEEF7CB871919BAB3EF6A9F883F11 /* RCTSinglelineTextInputView.m */; }; - 14E29E6C822F8A5CB16A6B5EE716D81C /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C45038DEE219BD064B99157EBC2D912 /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14F9F3C4C0A1E8EF80C71FA3A569FDF1 /* RCTInputAccessoryViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9504606B46EDB11A8E63B1317A2A21B0 /* RCTInputAccessoryViewManager.m */; }; - 15135A9A67B4019F2CC03E7D5FACA0FE /* RCTTypeSafety-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 71269513F2EE21B080F22743962183F8 /* RCTTypeSafety-dummy.m */; }; - 15320769AD3A12888272E5E141BFCC9C /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = D49C860391A2659769FF7954DF6C5EE4 /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 154C752B3AAEDBCD978036AE32CAB1BD /* RCTValueAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = B3BE4DD1BE1C0F0D68A731D6310C580B /* RCTValueAnimatedNode.m */; }; - 1557BAF14C9A6976E7C40616CCA7944C /* JSIExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = F21F125D2A98B8A114D0E531007DF739 /* JSIExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15AF61B7B72DD93E6B1F6FC5B420F7DF /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = 91FE3E33D4AE22A046A2F1AC3F277D47 /* Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15B714B84953652DA8EAD8B5661F5D17 /* RCTActionSheetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 30C9D4A70943C55E73C0BDDC19090EA4 /* RCTActionSheetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15CAF5C633711E2C121CC6A30FEB1848 /* UMUtilitiesInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = E525FFE12E0FDACFD028099F2E0B149B /* UMUtilitiesInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15D79F4277BA759EC85E7DD868E3A4C4 /* RCTSwitchManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0131A5031D38180010934D5BAB08CF13 /* RCTSwitchManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 15D7CCF59D45A8AEB4224BD291FC9910 /* huffman_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = CBA63D41638D31B00773D2AF47F7BE37 /* huffman_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15F44C32023C26032714E53545E8B3F5 /* RNCWKProcessPoolManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 08B5704BB47052B0879EB7A2D3F16627 /* RNCWKProcessPoolManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15FA0CEC28541CA4EF930A1163CEAB50 /* lossless_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = BA7129E40C780FCC9B2C35430A87252D /* lossless_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 164A3F991FCC1341F1E46E003371F224 /* RCTSurfaceHostingProxyRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 423EC0E5AC07AD813B539BE319DF7233 /* RCTSurfaceHostingProxyRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1669AFC658678BE6CCD8B55B48F9C97E /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 4451BC0E9BF66D37E3D3B77242CFA4C7 /* NSButton+WebCache.m */; }; - 16899D5B9029FB6D5A400783A624C1C8 /* EXWebBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 93B55B18D1A313D01001BA2F60D6C8F1 /* EXWebBrowser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 168EBAAD25584C70CA9111D5CCB8180E /* SDWebImageOptionsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = A1191B3579F77F069B1C7353C4447B7B /* SDWebImageOptionsProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 169B31B58BC0F2BBFA82EAC8F165F361 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 01CC0BBE05E7B9EC4B01DE322B643788 /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 170322932D8FC0F02AA360A25D994D98 /* UIResponder+FirstResponder.m in Sources */ = {isa = PBXBuildFile; fileRef = DC9702242033D2DD9DBD98EA46DB91BF /* UIResponder+FirstResponder.m */; }; - 1728749B028AD1D781945AAA91BE736E /* AudioRecorderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6396DB7C7D0998961051B112303D8716 /* AudioRecorderManager.m */; }; - 172E676A7EEA5B4EB058AFE8453B62C0 /* TurboCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B0A52DCC8F0BBC90A10D9E0C5BE5DF6 /* TurboCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 173B9B2399E756F996763591588AFE57 /* RCTNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 63979DD19F06856EBF260A160010A281 /* RCTNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 176E21BC9C50FFBB8929F3C72F7E3241 /* RCTBorderStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 73C300B69D71E2858C63C1F2CE59FB98 /* RCTBorderStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 178E75DE2938CCFCEE8DE1C3A13FB126 /* GULReachabilityChecker.m in Sources */ = {isa = PBXBuildFile; fileRef = 2690ADE71F761217060D0FF0C1378AE6 /* GULReachabilityChecker.m */; }; - 17A36219C987CD12C5A1C50EA590D11A /* EXReactNativeUserNotificationCenterProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = E3248BA1B880BA7614533A411B9588AC /* EXReactNativeUserNotificationCenterProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 17D2A3D9D174A9BE8815BCA3EC73B4CA /* GoogleUtilities-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EB7A76E1373478AD1844D4833C112B8 /* GoogleUtilities-dummy.m */; }; - 17DFF9A451798288365E8AB8A0784530 /* RCTScrollViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A5EC7D8475099F10FFC4F6D41593A9B9 /* RCTScrollViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1832399A5D86191FBC62039FAA886F24 /* EXWebBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = 92402E731354E4EB0C3E3355CD9E2FEF /* EXWebBrowser.m */; }; - 18508BF0F3BB7FB5771E7208D859296F /* EXHapticsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 39EAB7480CFB712BA6CFDDE04FCDD1BD /* EXHapticsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 187D94A9F0B845CEE3B305C8ECBA9A13 /* RCTScrollContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = A8695258552D9585B4FB62140C8EF779 /* RCTScrollContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 18E054C5BBDA83CCE21A718C8DD17262 /* Unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F91ECBE594003E7FF24A57760F8A5A1 /* Unicode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 18F803F363DA4D252D73E4C3C33535F6 /* RCTShadowView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 33A8A171BE00A32E90026078C9B48E14 /* RCTShadowView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18FF465AC2ED82AD0A5A0501AACD0956 /* BugsnagCrashSentry.m in Sources */ = {isa = PBXBuildFile; fileRef = 418284EA505FDD678CBD5AA73779F981 /* BugsnagCrashSentry.m */; }; - 19389D1DC51D68F8312739317DE39C2A /* JsArgumentHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = FAC421177CE610E9C7B931439EB459C5 /* JsArgumentHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1948B4CBDE4703BC5BDFB832E73A0A1D /* UMViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DA528EDF3CF0F85FB49565618973B8A1 /* UMViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 195EDF63D05599454DC50CD6100A1D14 /* RCTPerformanceLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 1143FDC2EB25DB22D62A7D939496E2C2 /* RCTPerformanceLogger.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 19A77F5198AE35F6170EF743E166358A /* ModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FBE73416F6BCBDBA9961312F1830706 /* ModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19B3BC4E2828FB30D6FE19E66BBBC724 /* token_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 9611B7CAEEF806303B3F81D5B1FFA2BE /* token_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 1A02EAB59D9B047FEBAC7C67C5DF51E5 /* RCTSurfacePresenterStub.m in Sources */ = {isa = PBXBuildFile; fileRef = 759E0A2F53C1DC70E0421D79F409D4C5 /* RCTSurfacePresenterStub.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1A10FA3F9DF4CDF788BDB424013C402F /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 52C6487B62372BE1C7A50B1B34FEC75C /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A1290C7A860E755FC08591CB199176F /* CxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = F8F697B4F12A9ED14622FDFD2EADC31B /* CxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A39045EC7A8504580AEFC75EDB56CED /* EXVideoView.m in Sources */ = {isa = PBXBuildFile; fileRef = BA6843884442188F5AADF25E82074309 /* EXVideoView.m */; }; - 1A9087134F848791F290A446F14D53BA /* react-native-notifications-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 64DF2F0F5D61E3A7DE671BCE977724EA /* react-native-notifications-dummy.m */; }; - 1A91DAC8DA3EBEAA0D5111513D568D69 /* RNUserDefaults-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 72684AEFCE53485E4062BDF27271C0BB /* RNUserDefaults-dummy.m */; }; - 1AC5F470D468CCBF2A8B1D2FC1CA7A01 /* RCTDecayAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = BAAF7FEB9F53CCECD04CBC125F776C06 /* RCTDecayAnimation.m */; }; - 1AFB7660AED3CB914CF01D42131CECAD /* RNFirebaseAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FC0C9D532E9C6C201BF0E3DB8889D1E /* RNFirebaseAuth.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B10D25B28351FF12A8C17090C5309B3 /* RNFirebaseMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = D5761CCBEA427A610FDEF3DC153ABA35 /* RNFirebaseMessaging.m */; }; - 1B11B7875E992E06B9CF0335A921EA94 /* YGValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 427A0326EE1F999EEED7E345245B4021 /* YGValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B72DD3B96B82F7387FC92F861EB8BAC /* BugsnagSessionTrackingApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 2919F0588C823D44177903F6308E77A0 /* BugsnagSessionTrackingApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1BB646B47D3E345D72B5CFBDE7DAC2EA /* READebugNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 31DCFBE8AAC3CB97E2BF59F3B8DAF0CF /* READebugNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1BB7DF35DA8BC3E5E76D9ADB62B3BAC6 /* lossless_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 50462777897BD20652226C61A701666C /* lossless_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 1BD314A43A3B0FD30BACF7FB0DD8E89E /* REAAllTransitions.m in Sources */ = {isa = PBXBuildFile; fileRef = EED037C5716D0A5BEFC66A5967680C09 /* REAAllTransitions.m */; }; - 1BF065CBF59F4DBF141D3E85E32C7599 /* RCTBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 4436476E1F4860CD8B84D3DB645B79E2 /* RCTBridge.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1BF555E94A7BE625ACB1CF2549EA79E4 /* RCTObjcExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = D584D492C7DA81B907BCAC20B32BE018 /* RCTObjcExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1C5BDB058468D11E68A6B18163FAFD43 /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 93DAB7840FDA3104820FF0CF8863F7DE /* SDImageFrame.m */; }; - 1C7684185263BD3216BDDDCD068B795D /* BSG_KSCrashSentry_MachException.h in Headers */ = {isa = PBXBuildFile; fileRef = E6AC038BB5D863FB00E0699EFB57635A /* BSG_KSCrashSentry_MachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1CC75EE4B0889B7CD5ABC6A55A77378E /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = E874AF59A998B487AD511A1ABB25F5CD /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D0E9D473AE2CA5B3C418987B185FD40 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B26AD7CA3529E84BB0792DB6416F749 /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D286B93CF69BD522436DB068478A6F6 /* RCTSourceCode.h in Headers */ = {isa = PBXBuildFile; fileRef = D853DBCF5B44207CC309317FB832DE4D /* RCTSourceCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1DC21330146F0910DFE00A496CBC37E5 /* RCTTrackingAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = E8678C18C3379EF34762DE09CE082688 /* RCTTrackingAnimatedNode.m */; }; - 1DCC3147F0B0324DA6BEFF22166809C5 /* RCTUIManagerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 74CA056DE58D7CEEF549208AD3B2B845 /* RCTUIManagerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1DDC6AFF9544E2C26BABF6699C9D6B8F /* QBImagePicker.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0B1D7876432442870E5B38CEED78B5DC /* QBImagePicker.storyboard */; }; - 1E39EB7CE27A1A84AF4831760FF1A643 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 448AE9F290055CE55E607829C8C0DB27 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E6C0F4ADDB7C8B2B268AB3794E30791 /* SDWebImageOptionsProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 037FB23BB574BE0B3C39E431D92A9646 /* SDWebImageOptionsProcessor.m */; }; - 1E9D0476202EAFDEC48D83008CD69D7E /* RCTEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BDF3E2801BD996C86FA236E7E0FB37D /* RCTEventDispatcher.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1E9E9841ECD43A7B59D4B9C4A24373CD /* RNSScreenContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = A7F41214E068C2672232FA79CBF2BD08 /* RNSScreenContainer.m */; }; - 1EE29AF938E8A2AA9DB15EC2CF341FA8 /* FIRCoreDiagnosticsDateFileStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = CFF9BB1CA206380572EFC80409667259 /* FIRCoreDiagnosticsDateFileStorage.m */; }; - 1F0C67962D2BB44987FD1B99593098A3 /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = 63CC44B74154706E64AF34CD3723A881 /* strtod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1F8BD67D3120D5BB19A1CB41C1B94BB1 /* FIROptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 56384D31C64B8BFFF1A1FAB31C28328E /* FIROptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1FBA5703F009E2F9E3B454CF8B31AA2F /* NSTextStorage+FontScaling.m in Sources */ = {isa = PBXBuildFile; fileRef = 8373FF1609D4CC78C3656464B1F9D785 /* NSTextStorage+FontScaling.m */; }; - 2001857FBC4E5A92A474A1694AE23BD6 /* json_pointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CC65DE6DF5D259B4E20F7E232146BFCC /* json_pointer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 202AAEBEC0D471F0AC6005E0ECEE1203 /* BSG_KSArchSpecific.h in Headers */ = {isa = PBXBuildFile; fileRef = F756F204B500091A60501DA046DEEEAF /* BSG_KSArchSpecific.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 204BB3DDD58655FDF8A73F404B5FE278 /* QBImagePickerController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C61DBDDB08AA75D46C6474F4BA5A806 /* QBImagePickerController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 206924EB5DF82EE6DD0FCCF6588714D2 /* UIView+FindUIViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 90C5BBCE4DC80182AD9E939D1BC6803D /* UIView+FindUIViewController.m */; }; - 2070FF6A8B3C8ABBD14E748FC74E8231 /* UIView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 09B861E5E3E13ED01D721C18F94C8C2D /* UIView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 208F0F89A59307CFD4DBEE7148C57E22 /* RCTImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = A807B06F9E690751FBFAB6F83DE6E30B /* RCTImageLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 209B337BCC8D29242D29EDFAE0AC53E7 /* RCTSurfaceHostingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6D615220F2C7CA1A6A445579FCB0CE5C /* RCTSurfaceHostingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 20A3DBEBF84B486EEB93BD75A146033D /* REAConcatNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 77291B2A6CCE62D8FAB4D61D04E0CD49 /* REAConcatNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20B2CC1FA97984EE397092FF8B25018B /* ARTGroupManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E5CD1C97A53BFEEEF65B074F47B12042 /* ARTGroupManager.m */; }; - 20B48F4438783B90D6ADAB673582DD9F /* GDTUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 59BADB0D709C0168E6FFBA9FB282C696 /* GDTUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20B95512DF1DDE97DC9AB8856B976D55 /* RCTBlobCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = 4857EC81269FB33AC46064C20355AFD2 /* RCTBlobCollector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20E395C9875740A8A614B3B3F1739656 /* RNFirebaseAdMob.h in Headers */ = {isa = PBXBuildFile; fileRef = 44345A5B0F688A2B03E86405E05735BE /* RNFirebaseAdMob.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 21227AB74B4FBEF7FEE5EA1C0AEA6708 /* RNFirebaseAdMobInterstitial.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E90A14D44CEB57B6ABF3628DC14710B /* RNFirebaseAdMobInterstitial.m */; }; - 214C64C44656A5B63CAF20CF8DDCAD76 /* BSG_KSCrashC.c in Sources */ = {isa = PBXBuildFile; fileRef = C05ED0BE917D2560B973609670716D5D /* BSG_KSCrashC.c */; }; - 21B97B8F1D7EE4D61F5ED7BA11086BAA /* RCTMultipartDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 8316402AC05BDE2B1C25C0E0B73623A7 /* RCTMultipartDataTask.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2257612A49356B139C85021FDCFEA687 /* REAAlwaysNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 548BA0C72952AE86261E0F9B8DB22F55 /* REAAlwaysNode.m */; }; - 227134EEB40138501F42DCB74D501A8D /* RNFirebaseAdMobInterstitial.h in Headers */ = {isa = PBXBuildFile; fileRef = 87591D61CE8EE2554C0B0C4C99897D80 /* RNFirebaseAdMobInterstitial.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2272F6FED3223D260ED9C5088C7B64D4 /* BugsnagSessionTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = FED5EFB712CA94D241761549840BD156 /* BugsnagSessionTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2275CDE2F9E72781DD15023D75195980 /* RNFirebaseStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 612B3EEEB038E8254EC8C5DFC02C099D /* RNFirebaseStorage.m */; }; - 22A449213EF7B85E0E070E14646F1142 /* REAStyleNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 57DEF06A8E723D4D9938710517205E5D /* REAStyleNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22B289E96781F25C04ECCDA39C4E63F0 /* RCTActivityIndicatorViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F3DBE30EFD3C8F997DD54A2A062CB55 /* RCTActivityIndicatorViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 22C893769DB69620D10DB6343A1BF40C /* RNRootViewGestureRecognizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 62E4E59A09DDE4E1DCF2E944C8CDC633 /* RNRootViewGestureRecognizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22C92FEB3B04579CFF0378E618DFB3BA /* RCTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 8466EABAE46F8A7FBAE302C591B0F328 /* RCTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22CEFC35D6BE5B9099CB736853ACAC54 /* KeyCommands-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A28A034B37E3894E001E593CCF4B8F7F /* KeyCommands-dummy.m */; }; - 22FBC041FA6BDB8D31F52C96B4D0A174 /* RNBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = F803AF7277C13C7E682727FC49F7021F /* RNBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 231AE8A6F71E9002C1051DE440D06378 /* EXVideoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0577C99629E38A9E4CBB524AA1250456 /* EXVideoManager.m */; }; - 23B2B5118824C36E0A8F3FCC2DE98C3F /* RNNotificationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 564F6F32AB889F2FAAB31F5BFA1D4C55 /* RNNotificationUtils.m */; }; - 24245B52141EA46A7042F4BE99AEB86E /* RNFirebaseNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = BD3277DA185DB019AA90E30F4CF93AB8 /* RNFirebaseNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 243E5A16194B1BAD6EC6D914F6D1AD3A /* RCTCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BCCD3F4217BAD13666024F32C186E4A /* RCTCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2455449FDD13A5BD6B015D9B25207EB9 /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = CD15F4681414F78344B9C9D8C3AB00F5 /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24570C884E7B05506960B1ADE2EBA32E /* demux.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FEB5FD7C2D6CF90A766E97373612019 /* demux.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24B97F4F26D06C097C3E12F6B68F04CD /* RNBackgroundTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 376740740C6013934C2D2C4C3466D613 /* RNBackgroundTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24C7E525A367ABCB6718748137DD44EE /* RCTKeyCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = FCF813874E45610A3C878C82C661384A /* RCTKeyCommands.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 24DC681EB1AA4E65ADA6DF92E3F69D9B /* BridgeJSCallInvoker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BAE1981EBEF50FB077D5B09192D1F621 /* BridgeJSCallInvoker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2520BA6FFB511E1F3B13760E919E35B9 /* BSG_KSCrashType.h in Headers */ = {isa = PBXBuildFile; fileRef = DE36B5CAA7CDA5BBF4B669040872C2AE /* BSG_KSCrashType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25464C199156B6F34863455C64857399 /* bit_writer_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 60EC44FC576DF3EBF0F471D538CF0799 /* bit_writer_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2565B9310EC364F58EDF6D7C3E9D9E74 /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = 42521590F6A1A6CCDE6013EDBD43D4B6 /* bignum.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 257E5695DD14352106A5F9F2324F7403 /* RCTImageBlurUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = BC806F56214777BFD5A629725CFE3FE8 /* RCTImageBlurUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25C10CF7700C88922C4053826BE8422E /* RCTPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = BE49BDDC5256188420CF6CE58A5D73BA /* RCTPicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 25D1EE7FFDCEE0EBC3F03EB316E69F59 /* RNCCameraRollManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 07167E386051558AD9CA83F559002C1A /* RNCCameraRollManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25E00F43E1EDF928FD21D8275DAD3A20 /* RCTRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 68D3E14209F3E55EBE2D44F7F56714C0 /* RCTRefreshControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 25ED384032B9D13C5127B75C00C81489 /* BugsnagApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = B38BD7471D76B7D8984566FBF8F2FC31 /* BugsnagApiClient.m */; }; - 261E1575F07D66992D6993C4AB9699F0 /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 24E4821FEAA0EEB382ED9211E1D198AB /* SDImageCacheDefine.m */; }; - 263275AD02EEDA619AF605D8A57C8549 /* RCTView.m in Sources */ = {isa = PBXBuildFile; fileRef = EA17EDBFD19E2FA9E7FF4268AF03FA22 /* RCTView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2672B79116AA34F158A2BF9BCF83F014 /* GULNetworkURLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FDFD1AA298778B97E9FD7529A3B82E2 /* GULNetworkURLSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26CDA6E509270CC32B1FF34C4F7D0DA2 /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = CA88B9B65AD40CD861AC231539FD195C /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26D5892C49257B552E50E5D953378DB1 /* RCTUIManagerObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = D4965976039CCC29884B01BA455CFC6F /* RCTUIManagerObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26EADB2B1F91B0E98325CE377339AB6C /* RCTI18nUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 846D585DAC4CAA75858E23352D955DCE /* RCTI18nUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2705398BF3B9198CC897D23D396A7586 /* RCTVirtualTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 245FEA8FEA77979C1D2F585404534DDE /* RCTVirtualTextViewManager.m */; }; - 2707704D222AF75C77C0C75D36884A07 /* RCTAnimationType.h in Headers */ = {isa = PBXBuildFile; fileRef = E47A6FFE9C7443D8368C76C49ECB6614 /* RCTAnimationType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2765C99C5AB7A70535A4695E30345CA9 /* RCTConvert+ART.m in Sources */ = {isa = PBXBuildFile; fileRef = 823861AC71777BC3698FB9FE8E51D810 /* RCTConvert+ART.m */; }; - 2767B6F483EB91FC1AF72B9E56C9EA93 /* BugsnagFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 17125002E94B9CFF3F601598C970976A /* BugsnagFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 276EA1438A750B1EB0094AC03C85B9CA /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = F75C0D1FAAF7B656AF0832A802DC84B7 /* SDImageCachesManagerOperation.m */; }; - 27B32BB91B5592AA463BED8039D4A34F /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 50324BA0EDD2852E72410FC176A3127B /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27C1A69C52BB15DC67850E468B12D649 /* RCTExceptionsManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5CA9B4F3A15162457A4AD775D1B6A6F7 /* RCTExceptionsManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 27C583D37081F7F3510722DF66158B32 /* RCTDataRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 390C0202691E3123CFA18F8C601FD1EC /* RCTDataRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27E5457CDA9A021B29AF532A8477DAB0 /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 37E8DA90D50373FC7B795EC5347DAD49 /* SDWebImageIndicator.m */; }; - 28927F940A72BCEB4A44F42EFBA0B02C /* RCTTextAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = 2697E20621E13F742D7C0AD3EC113D43 /* RCTTextAttributes.m */; }; - 28BB381A7C6B3B83811D50FE70E938DD /* RCTComponentData.h in Headers */ = {isa = PBXBuildFile; fileRef = E122C5A65F246B9AED46499AB1CD0475 /* RCTComponentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28EDFE782C03971D26A94DABC42882E1 /* RCTNetworkTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 32ADE6694F66D344A458C0B1D1EDDDDC /* RCTNetworkTask.m */; }; - 28F5181CAF14D2F0597691A3E405F985 /* RCTConvert+ART.h in Headers */ = {isa = PBXBuildFile; fileRef = EC574C9F42F72947702A576E693A3E89 /* RCTConvert+ART.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28F938C614393C2E27ED714D9579FC8E /* rescaler_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = CA992AE3789CC74B456DE8DE9AAFD981 /* rescaler_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2971D2756E69D3A1B1B0B05CB44883FA /* RNFirebaseDatabaseReference.h in Headers */ = {isa = PBXBuildFile; fileRef = C6BA7C4BAC8A8F805A13BB53EA5C0933 /* RNFirebaseDatabaseReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2990557CE592B83D3F190FC332F46733 /* RSKImageCropViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BF2F0768EE972DEAE45305E374C6E45F /* RSKImageCropViewController.m */; }; - 29B5E0AD4C8BD0DB9E1BF5D8AD913CED /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EE45E5F8AE599ADB186A35959088179E /* SDWebImageManager.m */; }; - 29BE103541578385234026751F8ACE67 /* RNRootView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F02F30AE0FA1346A7D46CD15EA8D6B4 /* RNRootView-dummy.m */; }; - 29D9E419C855902AC95C921BDC6A1124 /* BugsnagErrorReportApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 129B1B5C404258A3661D2DEAC0C38622 /* BugsnagErrorReportApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A0924AB7815CCF0A58FF53C9F9DD715 /* RNFirebaseNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = 60EFDC24431946CC2ECE601D13EB4876 /* RNFirebaseNotifications.m */; }; - 2A271C1605508A90C3BA1EAB6BAADC3E /* react-native-document-picker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 58CCA17253B258AAA58D8278A85961FB /* react-native-document-picker-dummy.m */; }; - 2A6155E5BEB10B758FA689BF7FE14AE8 /* RCTVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 57ECCB1D62679E55F9E0B86F636A08B0 /* RCTVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A96EC20BE6E26342579B6EEEEDE35BD /* jsilib-posix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8981B742FE7F8B1009CBC18E4F1F1E40 /* 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"; }; }; - 2ADFF29E38F4061AD30EE837833ADAAC /* RCTSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E5084245D9852128183D80996CAF3D /* RCTSliderManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2AE22261C2F0CC82CDFBB9435346A3A8 /* RCTComponentEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E45A9D5235F6114C97C3663BD8DECD3 /* RCTComponentEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2AF1ED3F44A359AF4E731231E6CFAFE8 /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 346983F78C1180338E821BF043913B34 /* SDImageCodersManager.m */; }; - 2B18BA16E70FB8CE8D1CBA9F53F02241 /* GDTEventDataObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 377387794ABFFE9598A387768FA7E216 /* GDTEventDataObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B4B674BADB4E8A18006C2676BA1EAE5 /* RCTDevLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C8E9698334B9C85054E3C1E021ED952 /* RCTDevLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B57AD2AFDB9147504E562E1E6F17751 /* Bugsnag.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D15D8118A4A0FB448CB93237B70977E /* Bugsnag.m */; }; - 2B5B62C5708555CC396B26DEA29C08AF /* ARTShapeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 115E3FCAB8A127125BC24ED138FBC759 /* ARTShapeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B7AD03BE3907FBE6A6161BE67B9585E /* BSG_KSCrashDoctor.m in Sources */ = {isa = PBXBuildFile; fileRef = 732070CB6A352AFA965CC4A88B14B1DB /* BSG_KSCrashDoctor.m */; }; - 2BCCAFD974059ACAFC22F751ECDD2AD7 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 84997290FB077D9DCEA80D70AB04A5A3 /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BD172C6FB7DF31CC3EFA3CE085B4126 /* predictor_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 2683CDC4E450B4AC2C04403C7D2F3A6C /* predictor_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2C301F59E16291961A53C6EFE487CBA9 /* FIRInstanceIDTokenFetchOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D8700EA442108B9065AFF53E7D01AF9 /* FIRInstanceIDTokenFetchOperation.m */; }; - 2C3B70E550F6BE498EA5F00CBC159890 /* RCTDataRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 1678BDA9160D8D7714190D705A9F9EE9 /* RCTDataRequestHandler.m */; }; - 2C447F128915ABFDC8E0CE94BEC794B8 /* GULLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 43D8E7D28F6BE4DA3729D415F22B3D9E /* GULLoggerLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C4587AD15A7973ECE6637EDA1DFBF08 /* EXFilePermissionModule.h in Headers */ = {isa = PBXBuildFile; fileRef = FE7D4D74318B47F0738723E61843716B /* EXFilePermissionModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C45E8CE187BD8D93820C40615AC1E4F /* RCTAccessibilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BE1B8A5E5F75FB3376CC165C499CB71 /* RCTAccessibilityManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2C481200823D38A388244D888717D38B /* RSKTouchView.h in Headers */ = {isa = PBXBuildFile; fileRef = 88BF215051D44F917F48599E34BEE382 /* RSKTouchView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C4AB1C100D4C8F549F3B391F96BF82C /* RCTRawTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = F5476D169E56C817AEF9C75825AEC8D4 /* RCTRawTextShadowView.m */; }; - 2C5F200D741D9C0FC8FBEFE28F4B4CDD /* QBAssetsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 176FFAB39B2D6AE5A1171AB5ED0CD3D8 /* QBAssetsViewController.m */; }; - 2C6754F57D3F7E17CA74E5B2EEB0D7F9 /* RCTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = AB4C29CB323AD79B00108DC92BCB97F6 /* RCTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2CD5D4D9AB0BB12808E36B48405592A4 /* BSG_KSCrashState.m in Sources */ = {isa = PBXBuildFile; fileRef = C339D64850A3FAD95E6665BB768F81EF /* BSG_KSCrashState.m */; }; - 2CDAC043E586A4E33786C82BEFBB0DBF /* RNRootViewGestureRecognizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 99D408B5DB759F7886CEE8BF37C816D2 /* RNRootViewGestureRecognizer.m */; }; - 2CE08EC7BA09068921151F10810607FF /* RNJitsiMeetView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8895CC9339BD9505F9949856538399BD /* RNJitsiMeetView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2CFEE3C68DF30B10733EB873C39AD7CC /* FIRCoreDiagnostics.m in Sources */ = {isa = PBXBuildFile; fileRef = AF9D766D62026C8ADA8883382A30FCE0 /* FIRCoreDiagnostics.m */; }; - 2D5C8E1419E3DCF259A42E81A1EA56F1 /* FIRInstanceIDKeyPair.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D4E9E7618FED11FC874BDEAE4A0FAAB /* FIRInstanceIDKeyPair.m */; }; - 2D61A2747A7ED3643B239BF6F190E30A /* EXLocationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = F3054F6CCF249BC14BCFD7DAF91DCD45 /* EXLocationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D889A37C6B0DCFAC73E5AC673F56C1C /* EXCameraRollRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = CCFC444B4BECB0BF0678B12A7C729D88 /* EXCameraRollRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D9B31280B8E5294977D5CC7EA819B25 /* BSG_KSCrashReportFields.h in Headers */ = {isa = PBXBuildFile; fileRef = F2BFC25A5AB80C1FC674DF0F818E9D45 /* BSG_KSCrashReportFields.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2DD5EF0EB4B7DC767D1006CA43D91FA3 /* FIRInstanceIDURLQueryItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 97EC666963FCA99A7CF67BDD7C605183 /* FIRInstanceIDURLQueryItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E4931E8207986206E7AB09BFBB585EB /* EXPermissions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C820275E53039CC8E1D0A38B79D0D23 /* EXPermissions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E6C0A66C6CE67C359435223E0B96692 /* RNNotificationCenter.h in Headers */ = {isa = PBXBuildFile; fileRef = FEBF0FB51E2494AF8452098808E446B0 /* RNNotificationCenter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E834C1C8872637F95200FF9269927E5 /* UMSingletonModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FF7FC4282753440CC43A8E04C0F9D93 /* UMSingletonModule.m */; }; - 2E97E8985D7EEA0ACA621F03CBB618E0 /* GDTCCTUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = D0575CACF508FE1BFCE3910B48E69069 /* GDTCCTUploader.m */; }; - 2EC6448F6874BE18BCAC7E4B8750436D /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 274180BF523A21C15437D91A95B629DE /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2EF1C5548F3F0E3DE7BEF6390805DEB1 /* FIRInstanceIDLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 37FD57B12763B96D58691CAE28587F6D /* FIRInstanceIDLogger.m */; }; - 2F14DEC7E589201E4ADE8E61F5CCCB8E /* RCTNetworking.mm in Sources */ = {isa = PBXBuildFile; fileRef = 26FDE71D7270B8660A44614E37EC7969 /* RCTNetworking.mm */; }; - 2F37E13839018122C7584B33BD63610D /* react-native-video-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CAF385925DDFD79AA69EFCDABBA7549 /* react-native-video-dummy.m */; }; - 2F3E6CFDE51DA53D85F9F0B1E585D2C2 /* RNCAppearanceProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EA721AA826C9D70626D6A42E6132634 /* RNCAppearanceProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F4B5D8A9B7B3F427CD7F280DF2FA890 /* JSCExecutorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = B3D41CFB690E0B78C15C27BE475A5C63 /* JSCExecutorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F4D3CB5530FEDC8D599D0FC2A883DF8 /* EXAppLoaderProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = BD4ED88F801C1464E3256306A3B4A007 /* EXAppLoaderProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F51852AA11405085D9282ECDBA680A8 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 01CC0BBE05E7B9EC4B01DE322B643788 /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F88FBA4BEA00215CDF33A4CB5C1AC70 /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 9862C34992FF29306C3F5016A8D025A7 /* SDWebImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2FF2BE53DCA8EE04DBC53FA3A07AF916 /* decorator.h in Headers */ = {isa = PBXBuildFile; fileRef = E782B7E2D156D244D0167F1C739ADB06 /* decorator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 300A7BA55DB2E2C8576B6CE7FB0A34CD /* RCTFPSGraph.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F8A98A02A26880750CA56A0D2ABCAA5 /* RCTFPSGraph.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3035872384B71512B8644A2C9491AD6D /* RNCommandsHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = EEFD8B770F889567A4BE76D3DFD45439 /* RNCommandsHandler.m */; }; - 30629C34135422B3C766F81F285C17D8 /* QBAlbumsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B758635E567F2DCA8C5480D9238B2A5 /* QBAlbumsViewController.m */; }; - 307F3607934710DF997A7298180F7E98 /* RCTImageStoreManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F3AD651C2BBAB5FD0A18D11372AE179E /* RCTImageStoreManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 30BBF147562E0292D0D75BDC762DE85E /* FIRInstanceIDConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C08A7A965EB2383483891F04531D488 /* FIRInstanceIDConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 30C27B25CE11FBFEC253B678435C2261 /* GULReachabilityMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = A699B05CCF72090105833781B929648B /* GULReachabilityMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 30EA45CE3AE07BC35CEF6C9986E2E1F6 /* InspectorInterfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9AA1164F6E26964CC10E1C5B7CC95E53 /* InspectorInterfaces.cpp */; }; - 30EA63D0E95EB523F359EAA9BCADC1F1 /* lossless_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 17AD7950C914DB0036C86CB9BF7EBCFD /* lossless_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 30EFA1CE7F1133015F0E3E10A28316CF /* quant_levels_dec_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 14572E0870D2BC4E6806D5758D9D2F46 /* quant_levels_dec_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31104DDF23E644091D0B208B51B3F550 /* upsampling_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 7459ED2A3AA1A2C6996F6C26EDC68100 /* upsampling_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3117D5AFA4E546F9B2CEA3EB35965A82 /* REACondNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5037A03F7AACAFC28C25963D18ABB544 /* REACondNode.m */; }; - 31274EDDBCD11A92A9DDF9C3CAFD44FE /* EXVideoPlayerViewControllerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1561293FA8C9EE6939BAF2A789099D73 /* EXVideoPlayerViewControllerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3166FD3754F038B8409AD57568FD58B3 /* UMEventEmitterService.h in Headers */ = {isa = PBXBuildFile; fileRef = 507A6E05BA64084E474DAB183EE84EE9 /* UMEventEmitterService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3178E2FFAF91C8CD5462E8492D7EFE77 /* ARTRenderableManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EE513D14B8E90723B90512342343A58A /* ARTRenderableManager.m */; }; - 31935F903EB3421E32FCD701A8DBD38F /* RNCSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = E7D390A69882D325C6089C3F443824DE /* RNCSlider.m */; }; - 3195DB0618B1CA79C84E8D42C590DF57 /* UIColor+HexString.h in Headers */ = {isa = PBXBuildFile; fileRef = 67EBB5CDE086D176F33FD00BE1BCD398 /* UIColor+HexString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31DE3D44F92FCDB6486C2E24B719FE62 /* Compression.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B4732C63ABEA435708C7E12AE4AC2A2 /* Compression.m */; }; - 31F10CDB791C2620DD0B1A31A0F82884 /* RCTFileRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DFE8EA86478DBC7894E523A0775452C /* RCTFileRequestHandler.m */; }; - 3216E3B96EA52D8BDB8D9F86571D35AB /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F243D1FD4254F1EFD94289D7DED651E /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3240E20C3A58ACFE15D21D48E1D40A6B /* RNForceTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = DA604AB72F2111ABAC6695CA222B31E6 /* RNForceTouchHandler.m */; }; - 32622CE75F78F8E2F8D5400CD2CB17DC /* FFFastImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = FDDF5D986D82EAAC84FB1A9444F7A91D /* FFFastImageView.m */; }; - 3292BA9319F6A044C79AE28E0D918FC5 /* utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 2FDB850B2D7605EBE486B87982DB6203 /* utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3313337DEB72DBE20A1BC168A06E68F8 /* KeyboardTrackingViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E200D68314C6C3C947BEDFBFC12D4B7D /* KeyboardTrackingViewManager.m */; }; - 3317D2669464A6DE7D7DFD3DC080C7B8 /* RCTDiffClampAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = F365F2D46F9B8142D5FE311EE289D78C /* RCTDiffClampAnimatedNode.m */; }; - 333803FE324E27588D21B11BCB0C9D06 /* RCTCxxBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2F812D1D7923DCB836A359A6789B8C99 /* RCTCxxBridge.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 33457000C73C1BA5BC2352B54AB16160 /* LongLivedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 06A56E47AF21080601AB0E600A880E21 /* LongLivedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 33B34720C076709D0AE09FBD66D845C3 /* UMInternalModule.h in Headers */ = {isa = PBXBuildFile; fileRef = A280C6C5078C7A80907B7DA1392FDCE6 /* UMInternalModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34056CD84DEBCDD1C746695C686393F5 /* BSG_KSCrashReportFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = AD61021FCB80AC380C67848B2C9B7DDE /* BSG_KSCrashReportFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3413CDA8B5470DCFC4C8E5FB4BD1A291 /* RNPushKitEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E5EB7E0C87FE32A32C48F56EB71A0B1 /* RNPushKitEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3467E57D037D208C62BFFE18DF8E348E /* BSG_KSCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 70D569D3F0D12058AEC1AC39B4FFB485 /* BSG_KSCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34E56652AA0AEE4823E7F31D025B69C5 /* RCTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CAFAA8DBC3331A4140B822A1042D1B0 /* RCTUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34EA20ADEFC65F6118975776F29B5ABE /* picture_csp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 6DF1C6B921007C7AA45B2E9E2382C4F2 /* picture_csp_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3509E840892B6A4B9BEBAEAA14FF3E3D /* QBAssetCell.h in Headers */ = {isa = PBXBuildFile; fileRef = D27DD9EA70432EF865F1A64C6DE26DC2 /* QBAssetCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 35269B5057CDDCC7DEA2FE786C99AF9E /* RNFetchBlobConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 95D911E5B6CCFF2290EF6A9A6E07ECC7 /* RNFetchBlobConst.m */; }; - 3532F5EE6268C8BC44E880EF1AF4FB8E /* BugsnagSessionTrackingPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = 45A71F5AE5B0184DDFAC21EA530488D9 /* BugsnagSessionTrackingPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3537CE1621452E04CE333F76DC5EA2FE /* RNFirebaseAnalytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 708041F62301EA3BA338B1B2E86CADB7 /* RNFirebaseAnalytics.m */; }; - 35772BB3CEED422E3D0575B000524EC7 /* React-cxxreact-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AE4203F0C66F5C35AC5B69280F7AB1C2 /* React-cxxreact-dummy.m */; }; - 35832F60A513B34B1EEA6BDD6419FE8C /* RCTVideoPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = BCDA9F21BEF4DCF82631A7CFA63D6539 /* RCTVideoPlayerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3585CBDCF731A7F68C48BB6AD9A70AFB /* FIRLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = A89ABA126B960F11BBFCF0475F6A0AED /* FIRLogger.m */; }; - 358BABC6CB59A971C1E83090D568F1FE /* UMModuleRegistryAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CAB0AE4AA56BD229CC3736D13F8D8BC /* UMModuleRegistryAdapter.m */; }; - 366116BABF4984007964E29E1D5ABD22 /* RCTConvert+UIBackgroundFetchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = F3AD8348FC39C7081E15336B1910AB48 /* RCTConvert+UIBackgroundFetchResult.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36919C052E22A8130A9FCC27694A61DF /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = A6C1D029A172D167AB0F40D48A9B96E6 /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36B30A72BB2A2EB9D72BACEBA5A74C69 /* RNBootSplash.m in Sources */ = {isa = PBXBuildFile; fileRef = 57670125CA1E6017AE33FD9BCD08ADBC /* RNBootSplash.m */; }; - 36BAEA5FD99090F9ACDB8246FAEF9A44 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = A41275DF7893002BD1FF5EED78AA3484 /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36D80615F4DEE0F645C306DFED51FB52 /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = E940B5684FFB75BB4E0F7C1C0F977AE9 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 370F54E7E5F99ECD931AF474471A530F /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A292FE32EE560887C37DE2FE0FDE458 /* SDImageCoder.m */; }; - 37561D58917BF3DD193FA026B4DC7819 /* buffer_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = CC7F479CDFAEADF82FB7E5A7A4E85491 /* buffer_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 37A8A74509CB140CA1CBD2862791F6C1 /* thread_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = D5BFD0F5C965D3ADB69786DA6C9B64D4 /* thread_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 37BE852FE436F3F6397F550D19500530 /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = 173C4589E341A31CDC9E01A41673AA33 /* SDWebImageCacheSerializer.m */; }; - 37FCEB31D086A0F531245307B9F7C801 /* EXFileSystem.m in Sources */ = {isa = PBXBuildFile; fileRef = A1118AD577CCD3AF16537DB04FD9891F /* EXFileSystem.m */; }; - 3825F7BBADE0E2636469ABA15B1C2FE3 /* RCTTurboModuleManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = ED95DB62262F835DAE6597D0AA804A38 /* RCTTurboModuleManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 383C5B89C2949BBFEA55565E4DCFCB15 /* ARTCGFloatArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 822854C68C8ED5D3E50DC8F97B027FF0 /* ARTCGFloatArray.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3842C7262C69AD90463B43931CE9B8D4 /* backward_references_cost_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = A3C4D5A41A010AC15F50BBA25050885B /* backward_references_cost_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 38442B0F8709B30A6EDA4CD0454A21A5 /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = 76A92676666A7BB7E23E63E461B209BA /* bignum.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3883B5815DBFA4EF2FE84C41BC335FB8 /* NativeToJsBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 63B24BB440F90B74D90D8868B52B86B4 /* NativeToJsBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38A4CA283B119D95B0A0E732C2331660 /* BSG_KSCrashAdvanced.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E1C61BC4A38893880B9443CDABB5F51 /* BSG_KSCrashAdvanced.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38D4C661B8BBC385A0AB2B4AB1558258 /* DispatchMessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 70307E532368D5E3177E3ADEB3AB0CDF /* DispatchMessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3916D8D75559CA9F46FA11A981903A5A /* EXRemindersRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = E5A0D24427BE71C3AF1C9818E0A3459A /* EXRemindersRequester.m */; }; - 395183D9069FB94B71C8E24EA8A21FCD /* FIRInstanceID_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2238F6878C569BD9DE62658378F43980 /* FIRInstanceID_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 39A8B0F0C8877BB15AD04CD38C7C9161 /* RNFetchBlob.m in Sources */ = {isa = PBXBuildFile; fileRef = 6899ADA5E7A53EEF2E8989F5687A826F /* RNFetchBlob.m */; }; - 39B19D68538AE0FC980A4351FA0EB0FF /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 14BBB8BB9242BF2DA049819AE871C5DC /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 39FE229CE1651E2B524FEE20F0222100 /* JSBundleType.h in Headers */ = {isa = PBXBuildFile; fileRef = 38A0F0B170E373B091BA36A26397EF43 /* JSBundleType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3A218CA173C1EE76D958B3AD0C9BC0CD /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F243D1FD4254F1EFD94289D7DED651E /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3A32F3DF1F3A28FD3A9E28078BB3EB2A /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = 15A15B78AEE842C9C76037B062424F3E /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3A38B322CEF5C4F1F5C90CDC284CC7AA /* GULSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 699B8304DAA22EA6D025CDBC9BC2DF39 /* GULSwizzler.m */; }; - 3A588C35CF59D1DA0D42450E2D7D237C /* EXConstantsService.m in Sources */ = {isa = PBXBuildFile; fileRef = EFB3D19F47C6D6017E8ED64B981D9A76 /* EXConstantsService.m */; }; - 3A90F40F02279EE028931CE48514D66F /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = 376060DDF6A3FC6F6970EDAC13043430 /* double-conversion.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 3A922CDA2316846097056591F696D6F7 /* RCTDatePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 98FD4D6793A792D2F9F53E53F47B8426 /* RCTDatePicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3AA635385D2DD6AF7B23A198E1851B06 /* EXRemoteNotificationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 973D8CA68D2A8762990753A424700A21 /* EXRemoteNotificationRequester.m */; }; - 3AAFEFC4AD799AFDB98222D0B36F097B /* RCTMultipartStreamReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 32B710D97CAA2E596AAB4B8AFE147036 /* RCTMultipartStreamReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3AC6D38871E11794AACBDDD94449CE63 /* BugsnagReactNative.m in Sources */ = {isa = PBXBuildFile; fileRef = E9BB28EAF11FB90C1C779ED0719AB18C /* BugsnagReactNative.m */; }; - 3B333F775A3E42130B41AE2EF4E0B53D /* near_lossless_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 96EF1740CC34CD0855E4AEAA35D7CF69 /* near_lossless_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3B426494F084B4127219E522755411FA /* RCTKeyCommandConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = C8874027446117B3253D62FFF17E443F /* RCTKeyCommandConstants.m */; }; - 3BEF5F842EA4316476D9252C81E7D100 /* GULNetworkURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 122A57C379254096DB8E5E734A106B2E /* GULNetworkURLSession.m */; }; - 3C3A3FB4AFFF88F2C17EA07185AC0663 /* RCTFollyConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1568D0F0FE7DAB0A5E0AFEE2529674D2 /* RCTFollyConvert.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3C766293FB7619D510FF59F15B150FAD /* RNPinchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = DEEF84EE7AF59739069B58A7DCFD9E06 /* RNPinchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C9923B6B84D38A40767A6E529CABE0F /* FIRComponentContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 76FB7D1AF654CDA51148A02B58F668D1 /* FIRComponentContainer.m */; }; - 3CDB4A31E6703CFF32E72D3638BA11B4 /* GDTCCTUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = C5B6A5F984EB8EC48CF248B91715ECE9 /* GDTCCTUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3CE0729079D17BAE2A3F5C0904B3FEC8 /* GDTTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 70AE7ADBC1CC8EE3334BFCB63B135185 /* GDTTransformer.m */; }; - 3D1507020B4C2DC1A841168F7B2F2095 /* BSG_KSCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 695AB336C2AF9A4D004B31D52CC2770D /* BSG_KSCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D2BDDA5696E0248B91335C53007C1D8 /* RCTKeyCommandsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2878AA4357925F055BB26AA52DF39D94 /* RCTKeyCommandsManager.m */; }; - 3D62B6B0650C43E889B249FA6981903E /* REAModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D880D717ECAB3E16052C95823822D76 /* REAModule.m */; }; - 3D8BE5BF644BE9BB4F41CAB6B7D79A09 /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BD618947E6AA997CA825320EAEFFECA /* strtod.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 3D9F8FE3C127F89AEAD65F09969FE642 /* muxedit.c in Sources */ = {isa = PBXBuildFile; fileRef = 15B09F7F9121E23D66CFB7EA2FDF3E2B /* muxedit.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3DB2B8FFC504E9B2209D51E0471B3072 /* NativeExpressComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BD3D1EC454A8DA7AEB60766C0E7F1B4 /* NativeExpressComponent.m */; }; - 3DB33DD58698AA4A355405993424755C /* RSKImageCropper-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1130E17A2E1A50713AD5AC9021C8C356 /* RSKImageCropper-dummy.m */; }; - 3DC6AD9F4EB8CA917DAA18FC2C54697A /* RCTMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = FC4A0D27C6545662E3B81C145DA8A089 /* RCTMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3DF0FC2AAEEB2CD774228809E76A36EA /* RCTWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = BB58B93C48F1CB185405E1FC503D8EFB /* RCTWeakProxy.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3DF2CF12BAE1442A3F18E366DCF1E367 /* JsArgumentHelpers-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 37F5EB92B10EED3E4AC994B2572102E9 /* JsArgumentHelpers-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E0588C6F38C12F8417DEA53E703E771 /* InspectorInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = FB94E36A07BFD652173E17CA67C7B6D9 /* InspectorInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E31ADE4D01843AFE94E6B95687C36C1 /* RCTShadowView+Layout.h in Headers */ = {isa = PBXBuildFile; fileRef = B83931921453AB8BA605C8E5775EA1BF /* RCTShadowView+Layout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E4147890AAABB96969C70E0D7986318 /* GULMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF11B747DDBFFDAA4B9CC0E48FD7752 /* GULMutableDictionary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E6E2A5941481ECA8D947D329A8D5E4D /* FIRErrors.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E60D61EBFEECAC2BD93B44484272D2D /* FIRErrors.m */; }; - 3E79EBF873CC80665DB87799FE8B85CC /* RCTShadowView+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = D92916A1F5CC988E841056E57F2D1522 /* 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"; }; }; - 3E9B846063DBDF34FBAF2E13B2104ECC /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = DC27B41F9E3C8B2A0AD60A85C568A20B /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3ED49C84C1C1A124F30F61E18033F6E1 /* REATransformNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A3282C973C8A6B217ADB547D382A1DB /* REATransformNode.m */; }; - 3ED530EBB19DB479636138A65FFFC9D9 /* RCTImageLoaderProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 76CF5E5C185238C131EC536F1F9D8C41 /* RCTImageLoaderProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F16574039A61B5C86268A6D9E5BD931 /* picture_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 8D8E80C03E67006B5C954DF4A58088BF /* picture_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3F23A9C8F4C6D6FC2240003C679F1D40 /* UMReactFontManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E5F2BBDC30B736DA9977218A939DDFB /* UMReactFontManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F4E6AB35F55AE7DF736BE8E399AF815 /* RNFirebasePerformance.h in Headers */ = {isa = PBXBuildFile; fileRef = 02519739CF70197D44E2B45D05D5C08D /* RNFirebasePerformance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F8DC9E3686D8CA5C3C1DCAE5CA38D5F /* RCTSourceCode.m in Sources */ = {isa = PBXBuildFile; fileRef = 031523244FC57A378E3367A29EAB732D /* RCTSourceCode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3F9160E52A4D137A52DD2A7FE857193B /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 031D10D05273D16F9FF1CC69D89F4737 /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3FAECAD98E39575A2C864CE080401E9F /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E8F371D523F9A452748AF5E179E761F1 /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3FD14FDCB0DCCD257A3AE028913722A1 /* FIRInstanceIDKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 57C2571E6F4703A0B6CD237B4CEC6DEC /* FIRInstanceIDKeychain.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3FE6DC36C896C99E4F0E10B92E1FE061 /* frame_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 8D96597E425FCA8FD5D7F363CC69C5F4 /* frame_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3FFF42A16F8EB91750162C36C8843027 /* RCTClipboard.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D8BD50C15C290B659632A280E0ED34C /* RCTClipboard.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 407DE17E311F50FDA9BC4ED4C4759FF6 /* RNFirebaseAdMobNativeExpressManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DE7923A6161B4C4C94F7B2C0CF2CC08 /* RNFirebaseAdMobNativeExpressManager.m */; }; - 407DF13B0A6D61F156D84B50D25A3E2D /* upsampling_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 2DA0A75661058A06F82116E5CC5B916E /* upsampling_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 40D19B3596F2AAA91C871A4C0827D6E9 /* GDTEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C05E9BF59105830FBD1EB174BEBCBC2 /* GDTEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 40E02135B467F425AA7FC5D7C7DA09FD /* EXContactsRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = C68876FCB5945141D9CD17A617BF6A38 /* EXContactsRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 41131751C2A30224DA39830C7FABDC37 /* JSCallInvoker.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F4480DB4DFD774EF2B6C7C0B1151891 /* JSCallInvoker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 411A3C1B75FB16BE3B6C5709BBB21AD0 /* upsampling_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = B24BCD3ACA63A4F1988B34D59712D7AF /* upsampling_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 41305B5E2E38F44BB750E2C3EB2ACEBA /* BugsnagSessionFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 427D9EFB7F26B07022FBAE227F7BA288 /* BugsnagSessionFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 41755CD0FA73E9E757BBF62F21F0FFF7 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 04697D895FC603B0AE96D229B1C98A02 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 417C1F0F90CD0DF24740636DDA0E766F /* FBReactNativeSpec-generated.mm in Sources */ = {isa = PBXBuildFile; fileRef = AB2D79CBC8C5207C6570D2334D89B961 /* FBReactNativeSpec-generated.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 41A875AF9B80762A227B0C9FCDADC17B /* EXConstants-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D950A7A6BD52E93A13393424C13DFAD1 /* EXConstants-dummy.m */; }; - 41EA0669E9251ED0B3F27FB92F566757 /* UMModuleRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 307016C51C55E3847A5DC9C3EED1B3E0 /* UMModuleRegistry.m */; }; - 420273C9877ACFCFBB918F211EA0EC2C /* RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = 45F4C8BB333BC999BCF9AE58DFE46430 /* RNNotifications.m */; }; - 425F4D00564CD45E8BAED4DB2AA48455 /* FIRInstanceIDTokenDeleteOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = B0EB71CDD0AEEDE9FE3B0F7FFA9888EA /* FIRInstanceIDTokenDeleteOperation.m */; }; - 4291025987BAFF7204F5EF33EC8B11FA /* jsi.h in Headers */ = {isa = PBXBuildFile; fileRef = A004E8F9689F31C828C350275623F6E3 /* jsi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 430E21DB1E40C00BBCD1A57AD6A66D7E /* RCTTurboModuleManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 84479556574826CE897D80D0F0DB5FC6 /* RCTTurboModuleManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 43DC0AC2630D1973E947E9A504AD5F74 /* jsi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0687BC2E5764737D16960DF0D62AFAEC /* jsi.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4401917CF3FFE099B7EE236875BE77E1 /* BugsnagUser.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C61D0400E9445DBA9FD8CC957A56A0 /* BugsnagUser.m */; }; - 44077BE7DC478E91BB1F7FBCBD475D79 /* RNBootSplash-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AEF3D8F3E0E9E808C02E62642689B83A /* RNBootSplash-dummy.m */; }; - 4425EE6E7CE196D6CBE6414B491A2DB3 /* RCTImageURLLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = C169ADEDD761FF7FF89E2B542C802409 /* RCTImageURLLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 442AAD764C2B5335D2D63EC64FDCABAE /* RCTDevSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 0183B322298E8AD7F475A6051FCBF822 /* RCTDevSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4434D48196A179E01B13B1B9B532A0F4 /* FIRInstanceIDAPNSInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = B0D469C5A5B872747EED0388471AEEC9 /* FIRInstanceIDAPNSInfo.m */; }; - 447005F902B950F31D9B84B31863C6C2 /* RNGestureHandlerState.h in Headers */ = {isa = PBXBuildFile; fileRef = 838B93A618D8D752DE12F37AA1EC09FD /* RNGestureHandlerState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 44964FA9DAF14AAE03807F2BC8800146 /* NSBezierPath+RoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = D7FF715220131E7D8A8DB6FA9A1574E6 /* NSBezierPath+RoundedCorners.m */; }; - 44A24B73FA65C8C9EA685A428FC8F552 /* QBSlomoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BBAD0618ED4DD529E5618027E3EA18B /* QBSlomoIconView.m */; }; - 44A5A16ECF6812A67354E03D10FED517 /* RCTManagedPointer.h in Headers */ = {isa = PBXBuildFile; fileRef = 190EA7840E9D68FDBC848286197AB840 /* RCTManagedPointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 44CE88088F17C4DA76F31DB5A23EF1C0 /* RNFirebaseCrashlytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BB51DE8C1DBC9409E6950D1A9354445 /* RNFirebaseCrashlytics.m */; }; - 44D47F1B80F64630143457D5E61D30D9 /* EXAppLoaderProvider-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 03B91C4C2CB95C1BB9E6830F7DD40469 /* EXAppLoaderProvider-dummy.m */; }; - 450237AE946360B4D86A82DF9108EF63 /* RCTStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C38CF86717B0A8124843135761391B8F /* RCTStatusBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 452641E607EA42EAB0D4C7FC7F68438A /* RNFirebaseRemoteConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 87AC64400D453E3CBF104F00B921C1F1 /* RNFirebaseRemoteConfig.m */; }; - 458E43E940D2058F9A68BBD0956A7644 /* BSGConnectivity.h in Headers */ = {isa = PBXBuildFile; fileRef = BC65F1F6162EB51405E4DF22AA606F1A /* BSGConnectivity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45D3939CDA3B11BAB3744081B5730AC1 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 747D5203AAA3363BF08A72C7CC1D8BE6 /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45FADA4EB5D6E6A2B5A3B8D358E27D2D /* EXVideoPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = F641A6739DA614FD5811A26F38C478D4 /* EXVideoPlayerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45FE11CB3CB7BBE3D49D3B126DB75BA1 /* ARTPattern.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FC1188133E34002FE926B814FFD4F7F /* ARTPattern.m */; }; - 460EDFD72035E6D5F088C95B73F30305 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 601E682BC63A08A9600D9E425DD55B1F /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 462B7BAAAE0B254BE9E648E5CFA0C6A8 /* GDTUploadPackage.h in Headers */ = {isa = PBXBuildFile; fileRef = C68D8C148B3C8093C09166A8C8495394 /* GDTUploadPackage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 468E2BA37E64CD16F291C2603E6C6D60 /* RNCSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BCDAFB5FEE55DC2B178EE4192F32D84 /* RNCSliderManager.m */; }; - 46C92D13EDF916BFBC5453A68C3B2B12 /* ARTBrush.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E0BF09D18B02F76DE168725649B8919 /* ARTBrush.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 47038C55444EDF4875734474B0D04880 /* RCTHTTPRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = EB138B171AEA4675B16521DBBC58FE0D /* RCTHTTPRequestHandler.mm */; }; - 473CEB698A524AA4C14DF66D6E572C37 /* Instance.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E416DA9BACFF67E836CF8604C0C0A76 /* Instance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 47A752732919A3A462D13EDE1959C782 /* Compression.h in Headers */ = {isa = PBXBuildFile; fileRef = 504C8029A386A869C15C5C6E07AE8062 /* Compression.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 47BD9494DBAEECF3B78696B1C7F16B4C /* RCTPackagerClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 010A81CAA9D3901155C3820C40554CEA /* RCTPackagerClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 47C1D14CAE63EFC8B07A816499198552 /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 853C5A171E7AD246F25C576E7C0F4953 /* fast-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4835C3B0DAF49A23B4BEB570CF5327E2 /* RCTConvert+Text.m in Sources */ = {isa = PBXBuildFile; fileRef = 96BAC72CC2A887ACA07F5FBBC31E5565 /* RCTConvert+Text.m */; }; - 48589406024717DC104D8F0B2585FCC4 /* FIRDependency.m in Sources */ = {isa = PBXBuildFile; fileRef = D45FFC3C8C3BE59BBA9D2E82DF24A1B4 /* FIRDependency.m */; }; - 48A597F6B21D3A8BD625F3BCA9DFFBF0 /* log_severity.h in Headers */ = {isa = PBXBuildFile; fileRef = 22CD6908E6D35EDAB4715197D48DBB89 /* log_severity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48A65F090855476E8ED575F6389A7272 /* REAValueNode.m in Sources */ = {isa = PBXBuildFile; fileRef = DD56EEDA3F7479F634A6CE3F3EC39B86 /* REAValueNode.m */; }; - 48AB1B74E63D91A4FDBB5A85D55E4ACF /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 25F7CC0BD291AA54BEAAA2F3F9C608CA /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48BF79294A1C22CC36D1E91201E030E2 /* BugsnagHandledState.m in Sources */ = {isa = PBXBuildFile; fileRef = C1B37D7619FDB168247FEA7130A74129 /* BugsnagHandledState.m */; }; - 48E2406E6C69AD9BA73860D7FAE33DCF /* BugsnagSink.h in Headers */ = {isa = PBXBuildFile; fileRef = 41B4408EB96EBB344D77C34F1B393459 /* BugsnagSink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4908C596106B2FACEDFD4A5474075242 /* RNPushKitEventListener.h in Headers */ = {isa = PBXBuildFile; fileRef = FB86D2C2127A3BC83DA8643A08AA5B89 /* RNPushKitEventListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 495B0B15E14BC401DE45CAB2A4674C02 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = C785E20D4B593BCBE623E92271639FD7 /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 496DEF54A340C16E4ED8ECCD3ECA0479 /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 70B3649809C89A08C43C4F43E9E65BDE /* SDImageTransformer.m */; }; - 4977E406F103BC7E9F600C3C57CBF755 /* picture_rescale_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = F80A20E8152653052F4BE92981AB83A3 /* picture_rescale_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 499FEAAE461FD29D544C7CC5DE018BFA /* Orientation.h in Headers */ = {isa = PBXBuildFile; fileRef = 36552DCDECA5B817D6C3191AAB317113 /* Orientation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49B7D61F6DE83F207D6CD7D9303633B1 /* RCTAccessibilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 225FE7CE2562D200DE7B9CB254856754 /* RCTAccessibilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49C6B4C68299EBCE9E775E1DD93265C2 /* RCTShadowView+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = BED02380A25F8C65310543E6B22AD7A1 /* 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"; }; }; - 49CDF4B546A26C030AE55779EF9F63EF /* FIRInstanceIDCheckinStore.h in Headers */ = {isa = PBXBuildFile; fileRef = F3A35CCA95C945DDD55D3AB0745C5C8D /* FIRInstanceIDCheckinStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49ED22AD77FCA7D73439C955EC426CD9 /* backward_references_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CD536CD7E68C29FEDB095FF41612CF8 /* backward_references_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A0647047F5A97E7B469362447A72896 /* RNEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D2D0867EC302EB0AE4D699C5E2DDF83 /* RNEventEmitter.m */; }; - 4A50D92C658ED40C6E8CEE6F91AFE368 /* RCTSurfaceRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7011348471FE20941966A31EB86A1CD2 /* RCTSurfaceRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B1091BECD4A0FD930B42261D4A716A6 /* REAParamNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 780EF00219695EC225F1689670EA6650 /* REAParamNode.m */; }; - 4B174EC3B79E737EC18607D92EFFA69B /* RNDocumentPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 3517BA7C2AADA13C832EE4D8B175CB10 /* RNDocumentPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B6624A1006ED93B3305A5C01B680EAD /* random_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 82BC22CFBE66213A5201EDBAD63E5D23 /* random_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 4BDB4407A51CC421C90A908BD6A6031D /* RCTTextSelection.m in Sources */ = {isa = PBXBuildFile; fileRef = 32036E9F30E810D093E7DBA3554074EE /* RCTTextSelection.m */; }; - 4BFD25CA7DBC62396BB66D451DDC502A /* RCTObjcExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 58B143FACB651F6FF4026A5BC0982803 /* RCTObjcExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4BFDACB81E3092DB0866144351B856FA /* QBAlbumCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C04545DF72C8133BD387E44DB618D8B /* QBAlbumCell.m */; }; - 4C7CFC31B67E5D1520E3FDB757211A24 /* RNAudio-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CDD0458799B7CB56166CF6380E48661B /* RNAudio-dummy.m */; }; - 4C977662AA3595E8D9F5367431E85368 /* RCTInspectorPackagerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 0152B4CCF3936C8945FC30BCB1C42804 /* RCTInspectorPackagerConnection.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4CC0FCC24DC626AA4562DB78E899CF18 /* RCTUIManagerUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 14A30C9980D181F02A75264F9594C701 /* RCTUIManagerUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4CC6BB01FCE680CDEDAC061A4E95DB8B /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A83591A75AC4846C710B4A008E65FDE /* SDDiskCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4CEBD6ED3BFF38C9053CDFC2E5FFE8C2 /* GULReachabilityChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = C6F54245CDE9F7FD217332E6F4A6ED40 /* GULReachabilityChecker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D1161EFA05C95DED718D8A835C85042 /* RCTTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 72FB51B9D859937387C83204CD0AB7C6 /* RCTTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D316D26515A766E0766CDB80274FFD2 /* UMModuleRegistryAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F74151EFBD2DA32FABAE6CB6EDE7E35 /* UMModuleRegistryAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D572EA96C24227D1F146331B01C32FE /* Pods-ShareRocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 20EB67591180BD14936DAED287A3BFF0 /* Pods-ShareRocketChatRN-dummy.m */; }; - 4D9B404036A2626231F5223FDFF15074 /* Yoga-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 502DE54EBFE56A7C91369E29E2ABC6D6 /* Yoga-dummy.m */; }; - 4DA8304474BEA599DF8E2F8D29F75DDA /* RNFirebaseAuth.m in Sources */ = {isa = PBXBuildFile; fileRef = D5D8BF36BBA4C1D225ADBCB92F70D377 /* RNFirebaseAuth.m */; }; - 4DC3C93691EB8D66A121CA71EF8113BF /* enc_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = E99C41C326259BB496E714ADA47049B9 /* enc_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 4DD88B6EF04BCF202E55A0EB6D8EB486 /* RNForceTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 04A964308F5EE70546252A5A7B0008BB /* RNForceTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4DF24B425494D2F5095463CA148CCD40 /* FIRInstanceIDAuthService.h in Headers */ = {isa = PBXBuildFile; fileRef = 38EBD6804987F7C98DB5866FA7C08B94 /* FIRInstanceIDAuthService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4DFFBA368483E031A15E54516CEED584 /* JSBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EAFC3A2FF5924A0D5E9D98278692D9C /* JSBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4E1848B48A891AECC6A70A8F09515A91 /* BSG_KSCrashSentry.c in Sources */ = {isa = PBXBuildFile; fileRef = EF5CABDF0D17556DDB18FD38357F7659 /* BSG_KSCrashSentry.c */; }; - 4E482BE9AD7430C9B3E1B787850C95DF /* huffman_encode_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = E69E5C6A40C8F5B47D08C939B9911BD2 /* huffman_encode_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 4E502DC6E1495B0AE526594133F643B6 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 858F9BF8E8BB27F1507081A9B6AFDB00 /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4ECA0D81891EADA811094561AB083DF3 /* dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 46C3C37ACEF7F9892744A0898DD26D90 /* dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 4EF4EDE720C083DE10CB8F54DE08DB92 /* RCTLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 27836F1E4442708C28FAD801CCFA043C /* RCTLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4EF7FEE09B24A016FD7489025596D713 /* AudioRecorderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 55E4741AF23FBF4247133573D6290DD0 /* AudioRecorderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F08C1AA06DB1EF092D1AC739DDD32A4 /* ARTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BDAE7B120714CE71C9A3935894BA0FA /* ARTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F15A702742BC8EEC77814DD5A7D1641 /* RCTMessageThread.mm in Sources */ = {isa = PBXBuildFile; fileRef = 11321891F7366B55D03A4A7B67909017 /* RCTMessageThread.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4F1F6CFF3B9C457F73F5B8AF1AF79893 /* GULAppDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A7D02799D4AF36B211CFE1A6CDD0BA7 /* GULAppDelegateSwizzler.m */; }; - 4F2C2732085E16054E71361E687114D3 /* RCTImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 181B04881CC5F47D84A049B9200DB04A /* RCTImageUtils.m */; }; - 4F396B6DA5545C2B06340E9BA79EB498 /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = BA223DECA69811D9F3E045529450CE31 /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F7E32A059ED4485D7CF79F3B74CDF01 /* FIRInstanceIDTokenOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AB59D38B9D49C9B00F3C5F95EF8A5F4 /* FIRInstanceIDTokenOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F823185A6F682685710B9574E32D3AA /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D07BFCFE57A9975D3A834AE06D565CF /* SDWebImageError.m */; }; - 4FC056AA5B803E2F5E1BE4D5EB038A0B /* react-native-appearance-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B2887512486E40A0E1D693596F2A86E0 /* react-native-appearance-dummy.m */; }; - 4FC9AE5622DA302E003954C3A03A61CD /* React-RCTSettings-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 53C9A2C595D11A7BC2AFB1EE1696D0AF /* React-RCTSettings-dummy.m */; }; - 4FCB2253CAAF6A8CD77729C14594CBE4 /* ARTSurfaceView.m in Sources */ = {isa = PBXBuildFile; fileRef = 588453716934A5BC31AEFC654266EC38 /* ARTSurfaceView.m */; }; - 4FD4A078850E697AAC9FE5093FFDAD53 /* UMAppDelegateWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 8697B74C19B73444C8B931A1DDC13129 /* UMAppDelegateWrapper.m */; }; - 500E9B663E101F6ACAFBA792E5932023 /* BugsnagBreadcrumb.h in Headers */ = {isa = PBXBuildFile; fileRef = 9815955A1502945433D96408FEB2724B /* BugsnagBreadcrumb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 502FAC1E08336ADB908FABCC6692BE90 /* FIRInstanceIDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = A36D999008A3FC12B2D50113AD92521B /* FIRInstanceIDStore.m */; }; - 503F96DD76B26B7F3FF816FB7F6E6B18 /* RNLocalize.m in Sources */ = {isa = PBXBuildFile; fileRef = BA5880A84D82D70A635CC74AFF5041DE /* RNLocalize.m */; }; - 50698A0A9C1C096EE7D378E2C872A384 /* RCTAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 81EE5A4414D55FA5EAC5FFEF135313E4 /* RCTAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50A813DCE536784396073D6FFF9F3325 /* mux_types.h in Headers */ = {isa = PBXBuildFile; fileRef = E9EF8B453595DF528C6F3A28CB31B7CA /* mux_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50A900B393ED9B9AE107160AAAA9D2CE /* RCTErrorInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = CFE1070EFE85EBE078787EDBB7D94C50 /* RCTErrorInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 50BFDEC0A6599CE33073B7F1245CBDEE /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B677BD8E1DAFFA5B85DEB6276606F32 /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50F65A7405BEE517EC658FE55ED70018 /* GDTConsoleLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 8205CF74FA0780A1B760D538A1E880E7 /* GDTConsoleLogger.m */; }; - 51093E66FA7DBDB281D906D26D9DC378 /* RCTInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B7CE9D39C661A08D664F355FFDFF70D /* RCTInspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 511F51533D71E43B725E235CCA913464 /* RCTTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = A3603580E44508888CCCFFEB71E5080D /* RCTTouchEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5127828C12F9E9715810F9D02C1CE720 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DC1F89988A3C8BAEFFD0B0C2A1BE306 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 517ABBAF7367444484132D7F5CD6BBC7 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BCD450FD0A6612A0B09F4CD799B09295 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51AB931695C6A683B02DCED4DDC7E900 /* RNNotificationEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 6702A660539537419E20683B79C3B52D /* RNNotificationEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52D80F9C25476F314DF6A4A179BB7A23 /* RCTFileRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 65CA445807C9BA77B45F8E3A31290AA4 /* RCTFileRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52FC0092CAC6137CD80C517EFF257494 /* FIRAppAssociationRegistration.h in Headers */ = {isa = PBXBuildFile; fileRef = 01A2F49418B97F60147D903753995625 /* FIRAppAssociationRegistration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 531131AA54E45A625EE48708E77A7910 /* RNFirebaseFirestoreDocumentReference.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C787B335162878C2754311DD6E758AD /* RNFirebaseFirestoreDocumentReference.m */; }; - 5323DB969E6AEB25BAB50F2CB65D553E /* ARTBrush.m in Sources */ = {isa = PBXBuildFile; fileRef = C09769B889D585B25123ADBD7A7CD6C9 /* ARTBrush.m */; }; - 535DACC7936138341FA544E17631DE61 /* RCTVideo.h in Headers */ = {isa = PBXBuildFile; fileRef = E0E13CF52FEFC5180310B28844F8ADAB /* RCTVideo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5438467E978675E1651C0CC682270E26 /* RCTWebSocketExecutor.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F66BBE1A07E636260773B518C925E0D /* RCTWebSocketExecutor.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 545434BD6D2216C6F09893FF449649DD /* BugsnagFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = DA5EA24A40BCD0AF91D8D4883B987D7C /* BugsnagFileStore.m */; }; - 5472D790D5CA80D8841FE82D9CC7E06E /* REATransitionValues.h in Headers */ = {isa = PBXBuildFile; fileRef = 73311D6651EF87EA6286106D7815FA22 /* REATransitionValues.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5486311C31543B9A40362E6836E817DE /* ARTTextManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C833BA45CE00FAEA1DC3D3416FFF54 /* ARTTextManager.m */; }; - 54A9246371027B4CD3B43008884FA90F /* FIRInstanceIDBackupExcludedPlist.m in Sources */ = {isa = PBXBuildFile; fileRef = 44A01F006BD1D0ADFF86D8F79C363A7F /* FIRInstanceIDBackupExcludedPlist.m */; }; - 54B1C522469904C9947EEFBC434317C7 /* RCTPropsAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = AAB994B137BDE46E6A2AA30D85B3B91B /* RCTPropsAnimatedNode.m */; }; - 54B6D082D028EEFE1E4A1987489EA682 /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = A8BE42D13BD23F939284FB37B4692663 /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 54DD7A4DA510F89502898CFDDE526791 /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 75C4194A2DAF3822BAA7E2AC55A60E7C /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 54E1C1794977A05E882F8472429C9528 /* BSG_KSCrashSentry_NSException.m in Sources */ = {isa = PBXBuildFile; fileRef = 649556E02C0F601DB63C30DFFFA667F0 /* BSG_KSCrashSentry_NSException.m */; }; - 55195AB5F725DF334CBDC109AE395CA3 /* RCTStyleAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FEB9C80896EC3E1AF48A26EA2C4A9CF /* RCTStyleAnimatedNode.m */; }; - 5540CDDC03A82226F1717892B3E634E7 /* JSModulesUnbundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F9B3EB401390C9AED9561D6A0449DD4 /* JSModulesUnbundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 556A5B3489033C319EFAFEB961E2CB93 /* UMViewManagerAdapterClassesRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A414C7A18ACA31BCB563F5B8CB02B04 /* UMViewManagerAdapterClassesRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5577579A4BFCE7BD4C079625B8F67344 /* RCTScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = CDBF0089121537071410CBDA4B89BA46 /* RCTScrollView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 55B7CB112CABCD20BB52FA1F225BCE39 /* RCTConvert+REATransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 2633ABA11AE357AFED94CB450A5CCA4D /* RCTConvert+REATransition.m */; }; - 55F72D6B2A29619435CE8615E7803975 /* dec_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = B9D0FDB1F27CEB6F1CBD41901DA39375 /* dec_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 55FB43514277CA17C739F645DAC9441E /* RCTConvert+RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = B681F0856C36E5E0C95360DE625C24AD /* RCTConvert+RNNotifications.m */; }; - 56100FAAA94464067322A690ED912A7A /* JSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 50CF0BF505D9FAF21801BDD717E4A0BE /* JSExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5672B8BD4C7EAB0DE6BBFEC8487B6693 /* RCTJavaScriptLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 953D3F30C90499C2875F30505A819A1F /* RCTJavaScriptLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 56E7702B98F46346A3D240054D939E7A /* UMReactNativeAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DAAAA5F8FB02B8D05E702CE1B45D869 /* UMReactNativeAdapter.m */; }; - 5730650DB2DEAACDDD31A30086AC02D9 /* filters_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = DB1BD9FA1E2AEE6D6851171204F2B792 /* filters_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 5739A1EE2310BDED7DC7300319F16951 /* RCTInvalidating.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F37D87AC099D48EF177E7FEE4B8CD1A /* RCTInvalidating.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5741AFE087A083C8D0D5C9D5F646A707 /* muxread.c in Sources */ = {isa = PBXBuildFile; fileRef = A4AFF26A82F62EE0683FFFB913D9DE76 /* muxread.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 575004987788BE8008A657816910AEF4 /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D16C9C67960C8F87EEE51FE441309B2A /* YGValue.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 5750428B5929F173BFFC86913079ACDA /* ObservingInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = CF3A6FB7BDCD9FAF1D44AEA9FAD468D3 /* ObservingInputAccessoryView.m */; }; - 57779A997F204BED973BB03DBF2B8190 /* vp8l_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = DBBCB12494C4A3B3271DDE8C13567D62 /* vp8l_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 57A58CB1136FD1C50C4E567719066705 /* BSG_KSJSONCodec.c in Sources */ = {isa = PBXBuildFile; fileRef = 2FD9A96818EEB57743733568A3DB36C9 /* BSG_KSJSONCodec.c */; }; - 57C316C8C1D30A80E5A09BE3C6B6DC7A /* EXFileSystem-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A2511BC771C44E321061EAA907EA4251 /* EXFileSystem-dummy.m */; }; - 57C8A26C5E905E0B125AC142E720F5DB /* firebasecore.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = ADFD2929D2E95FCACBBE0C693EEA30C2 /* firebasecore.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 57F5F62A57C9A3E5EA58650CB98BADBD /* UIResponder+FirstResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = CC8BB5C6661DB4EB434D0A2FB8732B20 /* UIResponder+FirstResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 583014BFFCEEA7B050F315C823BFB7DE /* JSCRuntime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7708BAA20BDA24ABC3B7477CC6A00B2A /* JSCRuntime.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5835A6EE119F67B3B5DDB92D53520B25 /* EXHapticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D715A8548772EB114AB26449BDA4C71 /* EXHapticsModule.m */; }; - 58AEF2D987F14D4D2AF6D28C7F7F4CF7 /* rescaler_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = CEF3923920717C24F2EB6ACE8A96A364 /* rescaler_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 58EC76AF621A0CEB920D28FC263B080A /* BSG_KSCrashCallCompletion.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DC5E5FD5EC74BAF4832D26C371C5FD1 /* BSG_KSCrashCallCompletion.m */; }; - 5998F8450C8A4530E1C9DB2764DAC97A /* RSKImageScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = AB32A635B3520B996565D062F35D02EA /* RSKImageScrollView.m */; }; - 59C92BB99C82C50287F115D47A1CF725 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 42F99D391DF5024188D04184A1AC96A0 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 59FA089B729EBF37634A4D344228514B /* RNFirebaseUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 5945C8E80D76E994BA0EC3F3206BA250 /* RNFirebaseUtil.m */; }; - 5A33410E138E7114023CBA9FD59674E8 /* BSG_KSSysCtl.h in Headers */ = {isa = PBXBuildFile; fileRef = 100F78DC0EC60D442C7FAC10362823A1 /* BSG_KSSysCtl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A4575C76426903C742BF80B5DC5361E /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 261691467F899D94E6BF0F490C2F7865 /* SDWebImageCompat.m */; }; - 5A59A50C6C6459D108D357CE53F2156A /* vlog_is_on.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4DD67ABB10429A476CC3CC6A3FFDE56A /* vlog_is_on.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 5A629419C0D96DB5D419A3C1138D1A21 /* RCTRefreshControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E66B8AF59BEFD0DDB0BF79EC8E7F8418 /* RCTRefreshControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A81696564F736AF85CA0CF8BA37458F /* FIRDiagnosticsData.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C4BF4CF294ED6F6424B645B6BA0174A /* FIRDiagnosticsData.m */; }; - 5A84ABFC6FC217BEC6FE13B2D09C48DF /* RCTImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CD565BF6290FE39F2C8DDA07733CDEA /* RCTImageViewManager.m */; }; - 5AD05473C8FF3452F5780F1B84255D08 /* ARTGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FB895D45A1FE8846B9A9C39E6D25019 /* ARTGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5AD72B4FC8D100585C080526755CB5B7 /* RSKTouchView.m in Sources */ = {isa = PBXBuildFile; fileRef = 114BC0FBA8A47809F19D3FF249FD6EF7 /* RSKTouchView.m */; }; - 5AF23FBF64648FF288C59BA264F52D33 /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A4583650F45571507CD038D830C8700 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B3B7A693EFBE41F88B15144198DF339 /* BSG_KSObjCApple.h in Headers */ = {isa = PBXBuildFile; fileRef = 7603127C94F4B0692A16E78D1CBC3408 /* BSG_KSObjCApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B442972EF2B41A52CAF358203414CED /* RCTLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = D907AEAA7023BAF2E159C20033A607E5 /* RCTLayout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5B49E81F49E66F6505E50F99424D1C59 /* ARTPattern.h in Headers */ = {isa = PBXBuildFile; fileRef = C59C9E1ED777E8840EFAEF83A2136E4A /* ARTPattern.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B4B0F4B0B8EC0566E9C37CFBE013C7E /* RCTBorderDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CC9925C6DB8029E0AEFD9F9B1B7DA30 /* RCTBorderDrawing.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5B58EDCC67B8226268F1E5A7EA115AD6 /* RCTSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 419D799E410EAB26D8F84F4FEDDFDD9C /* RCTSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B70122A26A89D3DFA857385FD1A9AD0 /* BSG_KSMachApple.h in Headers */ = {isa = PBXBuildFile; fileRef = 95ACC60137B75C24F9D2CBB5D430606C /* BSG_KSMachApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5BBD3BF8F1D8BCE5424520F1C5F597A0 /* RCTConvert+FFFastImage.h in Headers */ = {isa = PBXBuildFile; fileRef = C23EEE8E9BC09CE874A96F03F381652B /* RCTConvert+FFFastImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5BC9846FCBC634C69EDB99A707469D35 /* GDTStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = A624EA50D9FA069BF68C368B9621017C /* GDTStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5BCC122BAE29ECBAEB136C7B886C7C8A /* RNFirebaseFirestoreCollectionReference.m in Sources */ = {isa = PBXBuildFile; fileRef = 07FC883771A720AE627A4D528B7F606D /* RNFirebaseFirestoreCollectionReference.m */; }; - 5BD3E450B15ADCEE0FED33892A3EAB5D /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 482ACC798103958CB652E9953D9FFBD8 /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5C10DFDA2ABBC6171DFA658A947A46EB /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 25DA1555851CD85592046C2B2AEAC27E /* SDMemoryCache.m */; }; - 5C2627501BA7043543996AE385236BC1 /* RCTSettingsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 242959A0044CCBC53F15ABA9E2D4C2AA /* RCTSettingsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5C3E927542A18118CA2CF86513E70B5B /* RCTVibration.h in Headers */ = {isa = PBXBuildFile; fileRef = 09276F70244EF85C57AF74AAC2704EE7 /* RCTVibration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D13D45E4F101B31DA3BD58850C1D938 /* EXLocationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 406D67197ACC3389AE7B6AA83BB4C364 /* EXLocationRequester.m */; }; - 5D94C85521F651CAF78D0774F739EFFE /* config_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 62A1719F93C8A648504DCD2B3D955388 /* config_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 5D95EAD37D2BC74E84D6596CE99FEDEA /* NSError+FIRInstanceID.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D0F91703E6BBDAC31CCD4A9929CA362 /* NSError+FIRInstanceID.m */; }; - 5DA1958CF4DAD67AEB1A26CA2FBBB7EB /* RNFirebaseAdMob.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AEC7F1532B4BC10C183F52ACE1F3907 /* RNFirebaseAdMob.m */; }; - 5DBC3155185D22F3124C211FB656A452 /* GULNetworkMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 421D373229FFEB3FA145AF2A6A8B4145 /* GULNetworkMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5DE8971BB473788ABB370255ABF4AED0 /* UMReactNativeAdapter-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EC76F86490E21201CAE5A369BDAD13E /* UMReactNativeAdapter-dummy.m */; }; - 5E037AEDDBDE44BA91A33C56023FF2F6 /* ARTRenderable.h in Headers */ = {isa = PBXBuildFile; fileRef = 7371F75C58205F9A0845CF05600EEE06 /* ARTRenderable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E1BA146E8395101B4385FD2757A9A53 /* RCTUITextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 05FCFFD4B48507781C364A74B43C5513 /* RCTUITextView.m */; }; - 5E64CB1713EB7E433FFAAD7078525999 /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = DCC38A8FC8F6968FB505A042918BF0EE /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5EA02CA63D47384905FBB2F9305816A4 /* UMViewManagerAdapterClassesRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 18B4FCA4ABF6910F04CA8E9F0E052AB1 /* UMViewManagerAdapterClassesRegistry.m */; }; - 5EA03FA15E6CA3B798DE10D11A26869C /* ReactMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CACF3F985D87B0445E46A727A93F0F6A /* ReactMarker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5ECBD7BAEE9AFE285724B8C23E2F8366 /* RCTSRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 46F785FC6BE4C93C4428F3E878972C93 /* RCTSRWebSocket.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5F1267AD8AA6EDAB59053DE48CE90F5E /* YGStyle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C8ABF8DC8AD19F1E8206D8836352670 /* YGStyle.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 5F23E8E57266DAC77BA53983F18B7DB2 /* REAParamNode.h in Headers */ = {isa = PBXBuildFile; fileRef = AB95CCB123C9766BEEB53423FC43FC97 /* REAParamNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F3914305B352AA4A312EA53ACD0BA46 /* RNGestureHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 8604DC591B297EF2F314279B0B3A08B9 /* RNGestureHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F7B3953B7ED183636C6FED0FABDE300 /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F11923F7A1BCDF07D6F1F07EFAE526E /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5FA6DDEAD9030CB81E2D371A17F7C4BF /* GULSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 8577AD258C8418C96654C37717002E9A /* GULSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5FBDE897F38FB994BBE94F564E24BDB2 /* RNFirebaseAdMobNativeExpressManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE5196E94E77DA2B23DCF8C1156CF42 /* RNFirebaseAdMobNativeExpressManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5FFED67AC7B45A372C816803664090C3 /* FIRInstanceIDTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DB682A30EB31ECFEB3C2C7BF6686375 /* FIRInstanceIDTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 605EA3DD878151B4BC628CFE5E52A205 /* RCTUIImageViewAnimated.m in Sources */ = {isa = PBXBuildFile; fileRef = EC347BF284C1AF342AC5D16AFC312A86 /* RCTUIImageViewAnimated.m */; }; - 607F8CB189F69907FA7ABD628863B047 /* RCTActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 819ED7A89717A189930F6DD69C542A7F /* RCTActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 60A990FC2ACC3B03F9B399BE28919107 /* JSIndexedRAMBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = B1C0309D8214A4B9F1FA6022DDE7FCBB /* JSIndexedRAMBundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 611A7B0EA75F7056535EFE1611EAD137 /* ARTText.m in Sources */ = {isa = PBXBuildFile; fileRef = 608677DFAFAF8DAC7E19D7844A85A2DF /* ARTText.m */; }; - 61CB6A0224314655A5CD350A3663ECD4 /* UMAppDelegateWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = F235A112A1204647134DE32543CB148C /* UMAppDelegateWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61E4CD178FDC8352B454E078ABEAFC48 /* RCTFileReaderModule.m in Sources */ = {isa = PBXBuildFile; fileRef = EB492CA5CDABAC145EFE39CE6C47C5CC /* RCTFileReaderModule.m */; }; - 61E7D5628BD1405A5D099112EC9EB6AE /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 3F56F86561C29CEABD8D97EE5CE37333 /* zh-Hans.lproj */; }; - 62266D8BCAC4E742B934F054A012CEDC /* GoogleDataTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 759EC1D0703FA80AF904D124A62306B7 /* GoogleDataTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 623FC295B29631DF73E03BC69E36032B /* RNFirebaseFirestore.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BB374B5F35C46D954E54C5EE065CD55 /* RNFirebaseFirestore.m */; }; - 6259FEAFDF7520D2B057E005B691B2B2 /* BSG_KSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = FFF9B22D43F7DEF66DE0BAAFC042CF10 /* BSG_KSLogger.m */; }; - 625FB1A1A50F531C209F5950D7FF8475 /* alphai_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = EEE19242EF1D0B431E1AB484B055C540 /* alphai_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 62AE5C4EFFF8C486F27736EA796AC818 /* FIRInstanceIDCombinedHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = E2D9656538B30CAC2E7730280608846A /* FIRInstanceIDCombinedHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 62BBB67D794EAD6E8AE0AD47CA0DBA80 /* REAEventNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 898650B1D3FC1109D6E02FF42632A385 /* REAEventNode.m */; }; - 630C91DF5FAA47CF56146710CB25C67F /* EXPermissions-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6329D7FE1121CF93190AC777AD5A3ED7 /* EXPermissions-dummy.m */; }; - 635F0F813C7322171ED9EA180443A241 /* UMEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 88BFC30A80845B54EEC84821CD30B11C /* UMEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 638173471B670878B34394773F467230 /* REATransitionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 03EA08DE0F3C5C8F8CF6C1FDE51CECF6 /* REATransitionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 63CC635B37FED8C7DEF027CB5462EA7B /* bit_reader_inl_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = FA48E09B0A5EB5DC3A301E71FE75E408 /* bit_reader_inl_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 640929BA76B4E72C01E40669AC36E967 /* RCTBorderDrawing.h in Headers */ = {isa = PBXBuildFile; fileRef = 79BE1473DB26003FD87FC008A45C4706 /* RCTBorderDrawing.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6424F5856E8339CF8C3F5570D47E2FED /* JSBundleType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E5A61FA3E910E3743DDB2A539D8E3861 /* JSBundleType.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 648C1EE6D41D617836426E185AC5AAED /* EXConstantsService.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F6A572FD916C3EFBE86003DC40EC8CB /* EXConstantsService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64B776BA872F19C7CE95997591E34F15 /* RCTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = F104710E472CD122DC164515846E2A56 /* RCTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64CE86C677FE58819125DF1CF00FD92D /* RNSScreenContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 347FE1F6EB32D7EBAB147F559064CD7F /* RNSScreenContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64D693E04A85ADB73BE80E3DA8FF8DCF /* react-native-keyboard-tracking-view-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E8C68042DB3F0FF4772CE1743129A0E9 /* react-native-keyboard-tracking-view-dummy.m */; }; - 64E791612A7D27AE1C4409A981341CBE /* lossless_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 5239DF994AF5723B4F01323D4A43049F /* lossless_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 64E83E53B7F40F2CC0A0CF7BC3C8A43C /* enc_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 295B1037840F2974230A335C2AB3C3DA /* enc_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 64E9035391D61BFA55BD23B151AD07BB /* RNDateTimePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 418639F33E8200895BD854B7262C20D6 /* RNDateTimePickerManager.m */; }; - 65257CF2DC6AD9C87EC075F55049D40D /* ARTText.h in Headers */ = {isa = PBXBuildFile; fileRef = D153DAF37CB6D578956511CCADDA35DE /* ARTText.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 653E84B85ABA16CB6DEA33042685263C /* RCTCxxMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC222A08B23C11E1687AE80A1B21B75 /* RCTCxxMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 654D2B56BB85DB6247D712F41EBB4BE8 /* RCTImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F44DD56050459C2127449208A3ED4DAD /* RCTImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 656D1C77C4CAF79D0022BD5B4A141903 /* RNNotificationCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = C07391419D723F70812D0AACD10430D3 /* RNNotificationCenter.m */; }; - 6580CADB1B58D051496B7FFEE2B1C22E /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = A63056ABA542F8B04DEFA67C19269FD7 /* SDAnimatedImageView.m */; }; - 6584F1A61DBB0A4BB4BD9EA418FB70E6 /* quant_levels_dec_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = CED28DEBC2FD19F1346B08346877F65A /* quant_levels_dec_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 65A7CF7828FC4B009CBCEA5EE57938E3 /* FIRInstanceIDDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = E305B54EDF07E9F41D51A8902566F2CA /* FIRInstanceIDDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65B2DEA93BC9FAFE680CE9B5FD91C140 /* BSG_KSCrashSentry_MachException.c in Sources */ = {isa = PBXBuildFile; fileRef = DE3FD76952EC2D0F5FB5DFD9C121A7F3 /* BSG_KSCrashSentry_MachException.c */; }; - 65BC1D89895A4D5A4630CA5940E4A018 /* GDTCCTPrioritizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 096746B6A34C79B2C2C70DE6137E81A3 /* GDTCCTPrioritizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65CA61934FB03CF180290DE31AF56EF4 /* enc_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 3CA12FAA41B0D8FF1ED405B6A4084AED /* enc_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 65CB92D29B76DFDEC572A3AAE0564298 /* encode.h in Headers */ = {isa = PBXBuildFile; fileRef = C92FA64E3662DF6F57F73B971B11E029 /* encode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6608213295B85470CB7D9FF496A75AF9 /* RCTUITextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 06259202DD46422011787FF548AB5F9A /* RCTUITextField.m */; }; - 660CECD8C6835E718C29800AB8CFEB46 /* RCTTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F9B19A4C8F283BA3A99522FBDE0A784 /* RCTTiming.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66461FCE36880BD3496945D2A2870456 /* FBReactNativeSpec-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FF44761EFA9D37FAD358143F9DE8C41F /* FBReactNativeSpec-dummy.m */; }; - 6661CB905BDE95946F8507AB79F27015 /* Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D3FDCBE707AB3D57D08657B12D7C8E84 /* Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 666F347B84B23221BC4D76B0BB3D521F /* RNFirebaseFirestoreCollectionReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FC5790B025C82A4E4CF6F2EC82E7603 /* RNFirebaseFirestoreCollectionReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66811E431F72A69005364E0433281D70 /* yuv.h in Headers */ = {isa = PBXBuildFile; fileRef = 7272451EC2E80622338B0B64A2A335B0 /* yuv.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 669AD772A900C26E92756FE2500CB010 /* BSG_KSDynamicLinker.c in Sources */ = {isa = PBXBuildFile; fileRef = D8E5E1D3A6353E7F5418BCE5028D82CF /* BSG_KSDynamicLinker.c */; }; - 66D0421E4DDA33160130778834F66E37 /* RNLocalize-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E7EC65C3D15AF4450F6378684DF14DDE /* RNLocalize-dummy.m */; }; - 66D6E62D450BACF145A456166BB45C2B /* RNDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = C5AAE4426B0B8DCD1C92929895AE0ACA /* RNDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66DE3DA8B730B101267AE71D7E014D80 /* BugsnagKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F99ADE66801EF860C2C5FCD523DAC72 /* BugsnagKeys.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66F6C08EE54110CE9EE206BF6B293A2B /* RCTRedBoxExtraDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 393BD60FAE9D0165B0FC6535D18FDAE2 /* RCTRedBoxExtraDataViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66F758B6340D92E1E9302298F1CF0F3B /* TurboModuleUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = C845EB52EA02353E68FAFBDF86A42D19 /* TurboModuleUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 67304F639591EAB43001263B341483A1 /* rescaler_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 777F3909D5F80FE07601A2F5F6256669 /* rescaler_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 673EB44F71F2C6F4FBAD5C2C8E7CFEFF /* FIRInstanceIDTokenManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 599CB421E408E13C49BCEF418C589CA8 /* FIRInstanceIDTokenManager.m */; }; - 67534913E2CDEE9AB092E4C33EDA97F5 /* RCTSurfaceRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D335B28893DD4FB9CBBB4BD04C24D0F /* RCTSurfaceRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6760547C035C32836135CEFD5839CC3F /* RCTInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AA371945E10D0E2C48BA6F24CD6FB81 /* RCTInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 67B899B04D895FCE5864571871AB2137 /* EXContactsRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 975CE59EE95A54497533BE37013D01B1 /* EXContactsRequester.m */; }; - 684521B0CA1B1249C9ED804F3A62D6B4 /* UMReactNativeEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E903095AA4C5BF2F8364395411E7F22 /* UMReactNativeEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68583F66159847D4566003F248CDAAAE /* RCTConvert+CoreLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = 45F4D6C019925600123A35637DD8C49A /* 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"; }; }; - 687395ADE9902C1256A39693758A218D /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = A00153B6D726646E455C40CE2FE72A01 /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68967D85B59597BD9AB686FCE92FD940 /* RCTSurfaceView.mm in Sources */ = {isa = PBXBuildFile; fileRef = F9E7E368A236F92B2A2143AE0E61601E /* RCTSurfaceView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 68A609DB01B156CC5ED6B85013BBE883 /* RNPushKit.h in Headers */ = {isa = PBXBuildFile; fileRef = CABAE35089BC484F5D68945869E897A4 /* RNPushKit.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68A75E9D1078739344B33B3737E61D48 /* ReactNativeShareExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EA99792D834800A97791F8088782EB1 /* ReactNativeShareExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68AE3C4091F647837AC74569BE19E2B7 /* RCTBaseTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 70C0EE24781C9249E5824DC7DD6AD1FE /* RCTBaseTextViewManager.m */; }; - 68C3589E68CE16489EB8418E3D5F14B1 /* RCTDevSettings.mm in Sources */ = {isa = PBXBuildFile; fileRef = DB4F0F2DE3D5255E64E8207F52BC3511 /* RCTDevSettings.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 68D189344FD730D7E96118DB6861819D /* UMKernelService.h in Headers */ = {isa = PBXBuildFile; fileRef = 56D77B032EAD9908A0E3AA354F694B26 /* UMKernelService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6923B013228EE34EFB46111B344612C1 /* EXAppLoaderInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 79DE18736428CA992928EB2639D7A419 /* EXAppLoaderInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 695CBDCD8BFCAA443DA31034E8A4905A /* REABlockNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 2124EB19441EAECB5913E5CC2712344A /* REABlockNode.m */; }; - 6986A1CB24DB43E7ACA1C07C85BB3090 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 46E3147E0919866DB43B911A25AD2250 /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 69B92355E75BB5A248C0C9A2A254E5B1 /* ARTRenderableManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D0B700012D137830B5F843C279D19C6 /* ARTRenderableManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 69C23762E4D32B627E18AA019E5F8F2B /* dynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A4E2C829C5BCC61D75F1E0B270E49F6F /* dynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6A03046C71CF85B2E59E2FBEFA35C326 /* RNCSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1422A2545201934140615DC57265774B /* RNCSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A0AA1945B09A957D7980D6F9663E262 /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = E8DFCD1D31D8CAA87143E066DADEA60F /* SDAnimatedImage.m */; }; - 6A789FEDD6D65DEB0888A4AB486DB224 /* pb_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 276DC8FED36CE7A1A8580CB612E3C53E /* pb_common.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc -fno-objc-arc"; }; }; - 6ABEAD7FC928CF7779E132A291D0B0D2 /* vp8li_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = CED7747A6AA46EC1976311D36800809F /* vp8li_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6AECBE5205C7FE40901C60D3BAC2D475 /* FIRInstanceIDStringEncoding.m in Sources */ = {isa = PBXBuildFile; fileRef = C37B4B112CBC6E41702C04EEDE7BAE97 /* FIRInstanceIDStringEncoding.m */; }; - 6AF8B0B8BC5662944D21ABB73104ED6F /* Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 925E49E5E59F93D6688415DA93CD7F5A /* Utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B002A09EF5954BBC84674762FAA72AC /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D0FBB00E8E2A118FAE70AF21ABD4769 /* SDInternalMacros.m */; }; - 6B16BF857D52CA921AA18F9107D1A5D2 /* YGNodePrint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 28DB6CAB95392C193840F107465D6B1B /* YGNodePrint.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 6B24587056B43B44A33D33481C1F0B7C /* EXCalendarRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 043D31A71A71F93697F1A2364A73B11D /* EXCalendarRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6BB0A0E40EDC7AB4948869DCFB90D4E2 /* muxi.h in Headers */ = {isa = PBXBuildFile; fileRef = 661B96714A028FF3735AB243B40A52F2 /* muxi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6BBA73E13C75ECE9DC1C78077C4C87FA /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 815A9BAC42A50A2468F2DD062571EA0A /* SDWebImageDownloaderConfig.m */; }; - 6BC32C5F7F9AC61B55841DBD9D4B2D76 /* RCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 57A06A4B482777BA23EC31EFEC2629D5 /* RCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6BEB09BDA381DE6F36DFA175CBC46104 /* RCTLayoutAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 76D2A70142185C191DB22AA281F8E249 /* RCTLayoutAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6BF345A21B128329BABD0FF08059B1B1 /* QBAssetCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F2C818D6FCADF26293BDB5D60AB1E76 /* QBAssetCell.m */; }; - 6BF455BEAC6B3B63B7043B2A42FFB241 /* GULNetworkConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = B5CD42BF36AEFAF616B46EEC2EDAC1D9 /* GULNetworkConstants.m */; }; - 6BFEA5716AA863598AB805E81B5BFE45 /* RNFirebaseEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = B10EF6D408C4C13E722753B110591F60 /* RNFirebaseEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C1BF50C54FFCDABA052C0D60E4AA1CB /* quant_levels_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AA0B838047A5141E696FF3949C4D024 /* quant_levels_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C293AAE8A665126DB65576FB61F2C2E /* NativeExpressComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E0EA0031DB63EAE15AB38336CF8E726 /* NativeExpressComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C37E85CCE25B3CBB805962BFF44C389 /* BSG_KSCrashContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C9604764AC46717956C55B4C07944C7 /* BSG_KSCrashContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C62F01A3E274C4E2D49A70E12BB4B2E /* RCTFPSGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = 480C7F0AD63AE53BAADBB244FB3BA2C8 /* RCTFPSGraph.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C8A4C64FA432565E4D72C641396D7C0 /* EXAV.h in Headers */ = {isa = PBXBuildFile; fileRef = A2C4C4BA2E33AE21DB99829860BD5819 /* EXAV.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CAE7B58CE9BD131394923647C87E502 /* RSKImageCropViewController+Protected.h in Headers */ = {isa = PBXBuildFile; fileRef = 098BDD36233552115AAE3CAD9B95A204 /* RSKImageCropViewController+Protected.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CE6837AC0E4342DBEBEB53FB3122DA9 /* BridgeJSCallInvoker.h in Headers */ = {isa = PBXBuildFile; fileRef = B811E8AA47827442EA8038B78C637A57 /* BridgeJSCallInvoker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CEC93D42BCE1C84B05210117F48F610 /* REACallFuncNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 238AF7A98F62796BA1619AF506526F1E /* REACallFuncNode.m */; }; - 6D0CF30D57D65E1F68DA583AF4EF9CB2 /* UMUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = ABF10FD95B903F9E2A1ABEBFD1AE686C /* UMUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D81F160FDDE97DC6131EC9ED617BCCF /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C011B74D978C4A9472C6D8D0F870E4E /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6DB542FBEF8166B75D6E1997BC8D3F4A /* BSGOutOfMemoryWatchdog.m in Sources */ = {isa = PBXBuildFile; fileRef = 05BCB3C460F5F81DDB1FE31E0BE0BBB0 /* BSGOutOfMemoryWatchdog.m */; }; - 6DBB75EF7423F09AD44E2573CAF35AC4 /* FirebaseInstanceID-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 92997292DBA3CB53D6D368D48FDC239E /* FirebaseInstanceID-dummy.m */; }; - 6DC9D514C156F0E939716CE07F540ECB /* RCTURLRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E341298C96875832ABE661D1A5E3FC0 /* RCTURLRequestDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E06BCFEEB8D951BF2E0382C38315402 /* RCTViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BD7A4517BF965E751F0D81876FD47E4 /* RCTViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E0A2A93EE3C8B6C6DF5074AB6077827 /* EXCameraPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C13E284E4C0EC867579EA23DE54A2ED /* EXCameraPermissionRequester.m */; }; - 6E351BE1A8F183D1BB3F520FA4FC4D93 /* RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = C370FF611330A43B2DDADC1F3FDE2260 /* RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E679D7FC64BCF6EA1ACFFB88A220FB0 /* RCTMessageThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A1A34D247B43BEA4749BCB32C3BC932 /* RCTMessageThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E991C202A5292DBF3008C568A7C8F13 /* RCTRootViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F79825D92762ABAAD4DD1D3B55F79B0 /* RCTRootViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6ED99836BEA0FA40F40EB3E5E64786DB /* FIRInstanceIDURLQueryItem.m in Sources */ = {isa = PBXBuildFile; fileRef = A66E9B64871E443AE6D5C9E8D3BB2A3A /* FIRInstanceIDURLQueryItem.m */; }; - 6F1F0DE59B8D85D5C5BBE4827591AFE6 /* RNFirebaseUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 746C02501736982FBC4869F554FBB32C /* RNFirebaseUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F222142E9E4F749DB37A59018C1A36D /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F77CB90507B4A27C139F072806CE24F /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F304A36099BC8A1FC2BA0AF4F249B80 /* RCTConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 2105C7E8257DED74D0633CAE14616423 /* RCTConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6F4C8ECB96B30078CDC6F3ED643DF275 /* REAAlwaysNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4066AD0495E4587EAB33524F430BFEC8 /* REAAlwaysNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F7A2AA0B06EFC5314EC9498AD3E1375 /* BSG_KSCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = 02E28655F303FA4B266C3EDB931D825D /* BSG_KSCrash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F806655969A1B5A942727F7A5EA22C1 /* RCTImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = F69D41E1D679DE5189CB5AFBF5E3F21A /* RCTImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F843A8D44C24AC8E1A98C7AA75F6A94 /* RCTMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CF1711B27EA62181CFEA7040483E80A8 /* RCTMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F8FAFF437453ABC54EAC53BC16ADCE0 /* RCTCxxBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D7A68DC8874500B4A672FDBF91DFC62 /* RCTCxxBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F93C07FC27EC5F48FEF33A277837FEF /* BugsnagSessionTrackingApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A72E00C51A5DDD6516BC0EF3C2F3836 /* BugsnagSessionTrackingApiClient.m */; }; - 6FAB807DF62D6E61E6FB5A290B898F22 /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F315153651D6B1F113F407C010B3623 /* SDWebImageCacheKeyFilter.m */; }; - 6FADD2923098EDB7083BACF1DF28880E /* EXWebBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E7437EA6478A24C24D52215A6D90499A /* EXWebBrowser-dummy.m */; }; - 6FAE08276981C05988B6748DB0CB8ED5 /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = E56D8FAFA027A4F6F1689695B4FB126D /* NSImage+Compatibility.m */; }; - 6FB535A8E39D1F07E55B1E2356075896 /* RCTWrapperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DF469F7000789772C8FBD8612C31FD70 /* RCTWrapperViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6FB624CE84ABA6F5B472A098FD3B96CB /* iterator_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = C0594FCE5C047E1F875BD261446DAA65 /* iterator_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 7003449F5AD5ED5357D584E2C927D1C9 /* filters_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = B67BB64E873A95F6DCFC9ECD9D10E036 /* filters_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 706254752772C2A2E485B68219F23D3A /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = B032BF836FBD35BDE9DE64AC45A6EE20 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7088EB44CAC740223920BA8B46908860 /* GULLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 25023246C576D25227B4AE4712355E3D /* GULLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 713786B3F95C96E2CEBAC2486313D34F /* CxxNativeModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DCB4DA3C46DFE6DFC3F77232CCB54077 /* CxxNativeModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 71843254E106F2D1E4F467A04B343EC3 /* EXCameraRollRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = B826E68E76765F3314AF187E8F4EBFB9 /* EXCameraRollRequester.m */; }; - 71A15281A319A724463909058E694A81 /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 14BBB8BB9242BF2DA049819AE871C5DC /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71A55FAED045F64CE6F36A0E2A1C1F8B /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = F92B62037AC75D89E9897DD968367D03 /* es.lproj */; }; - 71A8F1F7B8F1C500E5DB54E7568768BF /* RNSScreenStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E3A3B9DF221F3B63712882E3C242C0F /* RNSScreenStack.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71B1F6D3D1676C67B9689723295BBBF8 /* RNNativeViewHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A26A5B12AC2D5EE8652ECA85EDB7691 /* RNNativeViewHandler.m */; }; - 71E70FCE21AEBCD07C6F9B5C163F3495 /* QBVideoIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8FF61D799105A3F47C48322386EDDD0C /* QBVideoIndicatorView.m */; }; - 72029D9F22BCA54AF914D44CAFCA8792 /* RCTLocalAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AF206BF94C79830E1F41E1C1B198EFD /* RCTLocalAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7213D525B6583565A1285BAD6519937A /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = CE127EA34762A583D20B27A3FB183A94 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7230FB37D3784E711FDC4DF68D61BDFF /* RCTKeyboardObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = D19C4A70A9AF30BB1E58A1F3D7DA4710 /* RCTKeyboardObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72313D87595E28A750CDCD4BBA386FC6 /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = F8F7A0DD990C7E03FE7A9DDDF4270BEA /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 725BC4B216ECC3B13922602F90FD5DDC /* RNFlingHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 205DB2CB2E1894CA84FE59DF9883DF79 /* RNFlingHandler.m */; }; - 725FA4364B3AAAC6DA5672FC3D3C5DE2 /* BugsnagCollections.m in Sources */ = {isa = PBXBuildFile; fileRef = 0430A859F6B189A9F7BB9B68684F74DB /* BugsnagCollections.m */; }; - 7264B177FBB9E819FEE3AD4C00E0E102 /* FIRErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = F6DB534E64AC58426CC20A569645D015 /* FIRErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 726F398FE3050CFFAB6C42E76FF5B72F /* GDTReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = 265F8411F42BDA31FF280D67A68D2CB1 /* GDTReachability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7285FB5D4837675FBC49C201EC04BB41 /* RCTSubtractionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = FEDB802051AAEA6F15E9DB863A514666 /* RCTSubtractionAnimatedNode.m */; }; - 72A89D0E917A84710512EBBC8A498DBE /* bit_writer_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = F1DEB82B7415582949BC39819D5A9AD0 /* bit_writer_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 730DC14773375905F03EC77556A60EE7 /* RNCAppearanceProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 98855082BDE873049976EC7208B6DAFC /* RNCAppearanceProvider.m */; }; - 73112C1488A872BEA689E089D0B0E0FD /* RNSScreenStack.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C2A0D7A80E2DF72C1980FD853A0D57D /* RNSScreenStack.m */; }; - 7342956F63A49A4C25847523E6F41D64 /* RCTConvert+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E3F0306A215C7DC8F92F4D392715A6D /* RCTConvert+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 734F8686688DB475D6CF32D32D90EB10 /* BSG_KSBacktrace.c in Sources */ = {isa = PBXBuildFile; fileRef = 579683D5F939D6CD29B74DEEE5FD8057 /* BSG_KSBacktrace.c */; }; - 7359E67295A554AC557D1213A0CB5D53 /* RCTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = E4A5E7ED5C25D72DECD5D088B66728B6 /* RCTAssert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 73A68ADFEFA00CDF462544E0CABEF84F /* UMReactFontManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B9B972F02A83FB9C39C6328995BB239 /* UMReactFontManager.m */; }; - 73BC222F96DC7059E988EC0D2EB7779C /* GoogleDataTransport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B33E269DBFF2BE345F8195FBD7BCFB67 /* GoogleDataTransport-dummy.m */; }; - 73E18A09BABC8E09E5AD7EBEDE40D69A /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EF44213FD3223B12AFA1C7C0BB356C6 /* SDImageLoader.m */; }; - 7416EBB83257207F58A9B56829018B1F /* FIRInstanceIDLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A9B3DEFA1431597E451E5DE29D1828D /* FIRInstanceIDLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74E40035D26D7E61EE95B512E8219E77 /* BSG_KSCrashReportWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 20898907E36468BC4EAE3DA5D98F4006 /* BSG_KSCrashReportWriter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74EEF982C535C643E4E783C13EF2513A /* YGConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = E6B7255212616D8D3D67F58182276BF1 /* YGConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7563D4DBE0016DD8A873BB45F22E702D /* EXFileSystemLocalFileHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 921E2DED87914C7858AB031A687204DA /* EXFileSystemLocalFileHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7592441730A3BC69180FA193844D96B4 /* RCTAdditionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BF39627219C2A6C3ECE6C4A331CF958 /* RCTAdditionAnimatedNode.m */; }; - 75A59976244E5AA9E3D97416B77865C4 /* RCTSegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B3445B310DEC6AD1FF14472412EEDBA /* RCTSegmentedControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 75C38367AD41BCC14148B858141FD9A2 /* RNUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CDC7DCF5B728E13C12296BE1538638A /* RNUserDefaults.m */; }; - 75FF28886473C6483EB0B468863B7E67 /* EXUserNotificationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = AC807F96F9596A25ABCEDFD82D0BD5B6 /* EXUserNotificationRequester.m */; }; - 761E0A568CDCE9B772917B337430A542 /* FIRInstanceIDTokenOperation+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B372F3BA6D1AB3CE03B311B35A8ACA6A /* FIRInstanceIDTokenOperation+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 762FD7831F24C457DDBD8BA67F2BB1FC /* UMModuleRegistryProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 651C5F605C0C6A26A23D845502027735 /* UMModuleRegistryProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7636AEE9E430997447356606B9B1CD06 /* GULAppDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = DE0A5B7107E9BE6590E7CE266D26EEAB /* GULAppDelegateSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 764F640B2C505140321DA60CF2074D08 /* tree_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = A41E843E947E1CFCAD8852446936221A /* tree_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 765D355A7222D5FE09B6110134D7D90F /* NSError+BSG_SimpleConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = FC8FD8931464BB120E9BA1B91AB1A3CB /* NSError+BSG_SimpleConstructor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 766F000E71EC6BFDEB9AAED4900BCDF4 /* RCTRawTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 253C3117CD635B9BD4F35F0F84D27F04 /* RCTRawTextViewManager.m */; }; - 76EBE6CD51BEEE22F89845516E86EBAA /* SDWebImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A4FBF1AF4CE42311CBFEBCB2E8AE88 /* SDWebImageWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 770E4158FE7D473DBF6166B27FB81902 /* ARTGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 480ECE3B3E45A40F01A07B570800FB99 /* ARTGroup.m */; }; - 773B4DFAC559B7F58017017433245601 /* SDImageAPNGCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 3801B81BBEE14EF6AA1665A2C3D44BFF /* SDImageAPNGCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 776B301441712DAA37FBF6A7CEA93C7B /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = C6A40CA1158D96459D53467F05719CBA /* SDWebImageTransition.m */; }; - 77744A82C948F3D83862E0015E612602 /* muxinternal.c in Sources */ = {isa = PBXBuildFile; fileRef = 8938B320492783985358B1EB49BD2B5E /* muxinternal.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 7791BBB29998F4C9AC0F038A100DD278 /* RCTKeyCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CE44116E28CC06CE1A5026D582395E /* RCTKeyCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 77A6EABFF15EEE860F7EC832E59EDD63 /* FIRInstanceIDTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = B72C106E89BF8161D335F7EF03F47EC0 /* FIRInstanceIDTokenStore.m */; }; - 77AD7992233DBE12F405310EBFC991C5 /* cct.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 9124B005603F745AE8A26788BA7948C9 /* cct.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 77EFFA9B1F1ED908799FD6F3C6DDEA77 /* GDTEventTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E5E40BE38CD5D32550DE474499879E1 /* GDTEventTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 77F7E18F5FDAACD09E6FB7DD9E448FE5 /* RCTSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = 37D496E318BACA5E432DF554AC4F4F1C /* RCTSurface.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 783E0F7BD819E79560DB35F639B8019D /* FIRInstanceIDVersionUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 40C8283611FAE7801D09ECAC1AD49CB6 /* FIRInstanceIDVersionUtilities.m */; }; - 785B004CF833DF5DD70FEC6A215346C4 /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 00A34303E9F2D4DAAC1B6C0F8854425C /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 785BC4CF4809020AF5132A2626189D3B /* mux.h in Headers */ = {isa = PBXBuildFile; fileRef = ACB9C9B7C028DDBC2B0FBEB2D1EAE8D2 /* mux.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 785CAF95D72E52A3CB51D19B161EF757 /* RNDateTimePicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0465F29680D42C3CE4F393799B25736E /* RNDateTimePicker-dummy.m */; }; - 78915BE17253AFB06827312FC0CCBAF6 /* RNSScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EAA7F0D10F0499C3375173C94859112 /* RNSScreen.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78B369DDCE73212FDEF4DFCF3C3E28CD /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = D8AF93214EB824D891C9B3A721D08121 /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78B9DE85D610820ACD6ED40A11F08E58 /* FIRConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EC8E6C3EF32A1CAF14738999DC122EE /* FIRConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78BBE6B6246438B18643483CE090E330 /* RCTResizeMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 67F781EA5A4F97C25DD656EAF4C1A504 /* RCTResizeMode.m */; }; - 78C2DFE99D6F7A1A274E9D8EFD165643 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BC490D0235B782BE1CAEF0FBE717F7D /* SDWebImagePrefetcher.m */; }; - 790CED3B2746C8BF72B9C0F037A74EB8 /* FIRInstanceIDStringEncoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 04A3EF2DF6AE2A810E25A7B56F994305 /* FIRInstanceIDStringEncoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7937E82C07AC827E3A6244D5DD2CF44B /* UMModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = FA96A56A58A74763976C063C6445660E /* UMModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 794567009289677F590846BBC3EC0ADF /* EXFilePermissionModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 084BA78C7CA0AF7CB7569351E7977ED2 /* EXFilePermissionModule.m */; }; - 798A82284A3CB48CBCD33D2A036FA58B /* RCTFrameUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = 215D95DED72145C5F30B132B78A576BA /* RCTFrameUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 799D7BAD6B61F711CD5DC85E8FAC19EE /* UMNativeModulesProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B5FC6781DCA7FEFE880BAA87EEE7DC7 /* UMNativeModulesProxy.m */; }; - 79AE898F906C7A86938C2D2FFDB55525 /* YGEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AF1BF78E45859318021615175699AFE /* YGEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79F7D3090E3A8BF8F2EFA3DD0DCED79A /* RNCWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 30ACDD7DF5B759A3AF88A214445F6DEA /* RNCWebViewManager.m */; }; - 7A773ABDF9C553C818BBEA466D3CF195 /* FIRInstanceIDTokenFetchOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = BF1732ACF5FFF2CD5BF851CAC5EECC9D /* FIRInstanceIDTokenFetchOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7AAD2D8D0F6574DC00F40C30BE28A7BD /* RCTLocalAssetImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = EF9A8D86911E57434020FC5B8122D90C /* RCTLocalAssetImageLoader.m */; }; - 7AAD85FF6DEAA7B3E28F704359B64F2A /* RCTDivisionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 08A58E5595505D8C656A43C08134E76E /* RCTDivisionAnimatedNode.m */; }; - 7AB7F19547D4A3B795D7B86C6F544B71 /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = E4937B1F6198CB6AA8A6BA1CA152C6B5 /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7AE193443996AA04DD37762CD29141DA /* RCTI18nManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EDE9F8B7DDC2D1BAA2D5BA72D12346A9 /* RCTI18nManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B28935E3953E17E3FA23F863D4E713C /* BugsnagReactNative.h in Headers */ = {isa = PBXBuildFile; fileRef = 72277FFD55B9F0056DFEF07047DD2FD6 /* BugsnagReactNative.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B469D1BA649E2A3DEA56273C87DD9B5 /* FIRInstanceIDAPNSInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 046F3FE1986F3CAB8C4EECAE504FD06E /* FIRInstanceIDAPNSInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B8176A0EC34E5A6E599C6B07EAE5D58 /* react-native-cameraroll-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DA0B32CA7B8BEA657044AC54FDAE31B7 /* react-native-cameraroll-dummy.m */; }; - 7BBEF92E70F2EC74F3D43B7D1E1E3B5B /* FIRApp.m in Sources */ = {isa = PBXBuildFile; fileRef = F3275EEDDFC0BA335A45CCA50A050894 /* FIRApp.m */; }; - 7BDCFE0383194CE86013170AD313EA03 /* UMJavaScriptContextProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = D70BB0601464E6C88787A17CD7DAE1DD /* UMJavaScriptContextProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C1EC2A3D0A3E039BFEC6AE946044691 /* RCTParserUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A56DFD58C798B2677C0F6F4782F2656 /* RCTParserUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7C43967C261EDC8D9DF9C4FE6F0CCF03 /* UMUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 145E69EEDFAE76CD58E2580B3BB6A074 /* UMUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C87A0BA4406932C036C25C471937D6D /* GDTRegistrar.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F455304A67F7F226CABBEF3A52354DC /* GDTRegistrar.m */; }; - 7CAFE1BF52F8DE2D0BEF15A33CC19C7A /* GDTTargets.h in Headers */ = {isa = PBXBuildFile; fileRef = CBD33013839FD99AEC9125C6F326F7D1 /* GDTTargets.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7CBDB0E759304C9B04F4D20194C95729 /* Yoga-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = E1390F1B254ED476EDB45D14438BA504 /* Yoga-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7CC52F3DE61510F717E8B0BF7FBB3FC3 /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D0BA49BECBA977EE96145FF5714A5F3 /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7CD7443BBEECE3C05041C3788C3D53BD /* RCTSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = A593F2795FD0D96D25EF2E5F0205CBD8 /* RCTSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7CFEA0A6052051C538AD0B0F49158099 /* RNFirebaseInstanceId.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DAF9642653E02497FE3FBC8AFFE44BA /* RNFirebaseInstanceId.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D068CD903B1F0FB3C9BEFCC029D9EC2 /* GDTUploadPackage_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 54F9A9EDD59CCE5A4815F44076F37ED6 /* GDTUploadPackage_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D32CB346A8A737EF45F15BB54F57AFD /* rescaler_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E7BDD84650A291C7EBA3730FCCADDD3 /* rescaler_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 7D34F61EBDBCC529E50187DF3DE0B9C0 /* RCTBackedTextInputDelegateAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = A100B95C40E49F920B2F4A30C4CC25B5 /* RCTBackedTextInputDelegateAdapter.m */; }; - 7DD578649537BE668B3C91865D187F5E /* RCTScrollViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D183A5ED022411363D6647B0025FD857 /* RCTScrollViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7DFB9A6B11536D73819FAC0A9B8EF121 /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F018339FAC701606A5962892446917A /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E31C38FDEE307E1E16B520131091AC9 /* RCTScrollContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 61ECC5373F17840C673B884BFCBF70D2 /* RCTScrollContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E6785216D5A27AA388421B8CB226AA1 /* enc_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = AA2DDD5D0523B8F594DAD36A9AAA5E70 /* enc_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 7EC69469AE8553EF0FA6933D116F39D0 /* REABezierNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 31F305BE88E509B733410B65FF675D16 /* REABezierNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7EDB9BED917BCE27EE5CA97BE801B215 /* GDTLifecycle.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D890595FF12C9DBA5FCD00F8D7B716C /* GDTLifecycle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F56283D730304B0D4ED83995BEC332A /* JSIExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 59C23EC8D39BCFD1C5997FEFD598BE2D /* JSIExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7F5B8AD4B5BDB6069DFFF93AE08F5A20 /* RCTBundleURLProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = ED001B3F821A402E03929C1CE32D849D /* RCTBundleURLProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F653669B6A69DE9841ED9138F3355A7 /* GULNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 148A15A5F1F22C46BFDC54ADCD4AB08B /* GULNetwork.m */; }; - 7F7EB20C894667526294CC1DDC90976E /* UMExportedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 614CE8A9FEAFF983335ED7AD0D144B0F /* UMExportedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F88BA2A6186CE14A4677F1250E893A4 /* RCTCxxModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = FB8F2E3390FC98B6CAB878B0FBFC3ECC /* RCTCxxModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7FAA5C3803BDBCD88781D22DA9A5F090 /* RCTDevMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 372CD7B6E81CC5133B28E220695828C6 /* RCTDevMenu.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7FE86235E6DD6F9548921779D4ECCC36 /* TurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B70D89C68E336F8B2DF9BFE9B8383DF /* TurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7FFF609490B27A267918214D660FB9DE /* BSG_KSCrashSentry_Signal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B7F0C28C1AF0611CD505579BBE385FF /* BSG_KSCrashSentry_Signal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 803C92ABB453A18968C860278D28CF34 /* RCTBridgeMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 600B08AD55E15376D2EE12F43D54B183 /* RCTBridgeMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 803FFADEF322BF208B7C37C7368C3A1B /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = FDED1EC33E807284337CE718720B8F32 /* UIImage+ForceDecode.m */; }; - 80AC448F56E4A0894BB9D80A198C040A /* BSGConnectivity.m in Sources */ = {isa = PBXBuildFile; fileRef = D9965E3BF1C0A7A105894C90DD03681A /* BSGConnectivity.m */; }; - 80C026B0E39AC1F1703DF72A313A900B /* cost_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 90152979FEB33BAAFD0724D57ED6F6DE /* cost_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 811214DDC1A8BD246F50C79F6E9DBBA9 /* READebugNode.m in Sources */ = {isa = PBXBuildFile; fileRef = D14218564771ACB742B992FEAA23FFCA /* READebugNode.m */; }; - 8145C77FDDC575D33B405FF7F421A215 /* lossless_enc_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = AE0EEE989352089575A595D8BF69247A /* lossless_enc_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 8164D2DE9EA9493CD176F2BEF6966635 /* FIROptions.m in Sources */ = {isa = PBXBuildFile; fileRef = EB01C7233CEF74DFAA637F56AB8BBD38 /* FIROptions.m */; }; - 817AD6EE8D4389A94BC361C34B67C504 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AD153637D0F88F7863503888BF426FF7 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81931D53BE00E8FC4B75DDBAC7C86185 /* FIRInstanceIDCheckinPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = E228B19B85B5CCEB10625AAB1350D5FA /* FIRInstanceIDCheckinPreferences.m */; }; - 81B0ACA7DCE8C57A1D20F5F0671367A1 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CBBE1967FD8645B907167A3031D4271 /* SDImageIOCoder.m */; }; - 81B79CD8BFF35C210CEA0DE3E706643F /* RCTFont.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5AD883D989C24D388D96A7BA95D7BEF8 /* RCTFont.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 81C9A77CF5BD40BF99B2953E95A037A0 /* BSG_KSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CC2B89A12AA76F94841F7E4B6905749 /* BSG_KSLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81D1A8068B0BE495C688E5DF7DFA63BA /* FIRInstanceIDTokenInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = F3E2C09229F44C8129BBDB4F641D8034 /* FIRInstanceIDTokenInfo.m */; }; - 81FC60A335BDB739D75D24ED623A8264 /* enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 756C6DD3B919B07F11B61CEDA6898ADA /* enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 8208754E5259F6F76445FDE11F5E84F0 /* SpookyHashV2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B39F9A3CEB4B186E40589A4D931C1257 /* SpookyHashV2.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 8209D9C90CD67454D69539C35A13667A /* RCTAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = A2C90A017A7890D69580CFFC83AB5043 /* RCTAnimatedNode.m */; }; - 8210666640C5B1AF7DAB2FBA2292A1D1 /* ReactNativeShareExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 65FC566F642C951C6C0691D638373AF7 /* ReactNativeShareExtension.m */; }; - 821ABF75DF759E8CB4B34AE575C39D2D /* EXSystemBrightnessRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A1DA4297FDF332822FDEA6075FD06F0 /* EXSystemBrightnessRequester.m */; }; - 82444EF06A2067FB8B0AB470BA5E6F02 /* QBVideoIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = CD729C838803A5760395185A8DD7AABD /* QBVideoIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 824F04AB3E4D8A8DF4B28E8A3F4E6A28 /* RCTLayoutAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 97C96F3022E6ABB729CB57D1FAB24559 /* RCTLayoutAnimationGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8281C89E4A30505E37E1331748D62073 /* REANodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C482E985D026AAF2698642ED5EA8B7C3 /* REANodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 829DD372488FC133D2BFEC4D238098D3 /* RNFirebaseStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 52AFD334AA8214D02FB38BDC3486ADFA /* RNFirebaseStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82B62F8035E6080C72B9E40F6CAD3DC8 /* RCTRootContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = FF0A62676379A985EC2BDB744252E867 /* RCTRootContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 82BA825CBA44E0261A4B02BB37342B26 /* RCTAutoInsetsProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CDD82ECCCB76B28EA6E09B50C8427EA /* RCTAutoInsetsProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82BE17CA11C38578EE02F5D438CA1EFB /* EXFileSystemAssetLibraryHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = DF98C1B0996480CE6D5C705FA9140039 /* EXFileSystemAssetLibraryHandler.m */; }; - 82CE7BC7B2F924C47EE8EAE39BFF7661 /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 42DAF20F1D0A7DD8B8D3D5C4FF4C87E9 /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82D5E70C909B1BAAFED667876F1FE586 /* RCTNullability.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DB821A91F029F52EB28EF6A6E242F37 /* RCTNullability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82FAD75153594152D13166FA9C918B07 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E155CC65CC191C04D68A04AADD4EF5A /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83408F01EBA71440E6C97BDAC6DFD142 /* GDTUploadPackage.m in Sources */ = {isa = PBXBuildFile; fileRef = CDD7DB831011E5990CA191C046B34CBF /* GDTUploadPackage.m */; }; - 834FB89D7DB61483288C20507F8369EC /* BSG_KSSignalInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = DCE953D28A23E5D2CC1FD413F6AAC121 /* BSG_KSSignalInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8355F5AC1AF62C88E8E0CC029ED7862C /* color_cache_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 186D0657010FE8E3BEADBA1E74FF07C2 /* color_cache_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 836F27D41A90EDA63F478FC8EC9B6B2B /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = BC3CA05BDD3A8EE50282E2430A68C27E /* SDmetamacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 838538291E1FB1EEBAAF1AB24E0F62D8 /* SharedProxyCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F99C0235FD16740EEC6ACD1AF12C181 /* SharedProxyCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 838CC0185F3DD5230F96B08E6ABA7014 /* RCTImageEditingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F1CB3919722155EB19FD7E9DC2B3B824 /* RCTImageEditingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83943BFAC59E2196EC1FF4D2E942776B /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EF619BC2828EDB1BF708DA758672C714 /* String.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 83E61F2DC9A2A7B3C3BDC4B7BD146D98 /* RCTBundleURLProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D451749C0ABA7FD5248CB5ABF17E62C /* RCTBundleURLProvider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 84A553EC280593F64BE95B0978CB4AD8 /* RCTAsyncLocalStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 651E0BB25CB2A2E83A4B91698304F8BD /* RCTAsyncLocalStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84A56F291D661D21781412F8874C80F5 /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 7777D1206CF772174961C6A8960477F4 /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84A5949021E42ADE6DA26A4E789E1A92 /* TurboModuleUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8ECBA7565BAA4E836FFC00ECF0CA6C33 /* TurboModuleUtils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 84B1D5DC6C672026999BB7199AFDB7D4 /* REATransitionAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = BF32EEFD878497326C2A76860E6C753D /* REATransitionAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84C406170B2DBB5D07916C0193135586 /* React-jsiexecutor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D7DF1E2B79F1A78B53A11BB59D99E63E /* React-jsiexecutor-dummy.m */; }; - 84E7F77F0C30475ECEB2449E4B161FA8 /* BSG_KSCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C19B21CADA200A8C334B4482955DCA3 /* BSG_KSCrash.m */; }; - 84F1BBA3EBA06ED9A2C1D66F97096B5F /* BSG_KSMach_Arm.c in Sources */ = {isa = PBXBuildFile; fileRef = 8048BF881A812A9AD3CA1B5365E7B063 /* BSG_KSMach_Arm.c */; }; - 8503458483F715D8BAB55F6F6A9D05D2 /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = DC4D4469B21C94DD2DF56F41CF784C28 /* log.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85233251D8E6162F3BC0BBE816ACA76D /* EXCameraPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = FAD5D0C2F6F4E78E42B09A7654F2150B /* EXCameraPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8528C33E5F8EF3D65FBA1C32A723CD15 /* RCTPickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E78E2ABBAF3FAB4493B95B39B5D762E /* RCTPickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 852A8ED13AE3501F4B2C7DC7F2136F1F /* React-RCTText-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D436F31DE7391A6130777FA30E9A7DBF /* React-RCTText-dummy.m */; }; - 85455233A524A6D36F12FB9D3A3E6129 /* RNFirebaseDatabase.m in Sources */ = {isa = PBXBuildFile; fileRef = 280CF5E8FD2AEEA5FDF24CCAD12ABAFC /* RNFirebaseDatabase.m */; }; - 8547302CC4693C69F676D0FAF738DF38 /* cost_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = E8105BADBEB62C59C340CF71E2544D9B /* cost_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85638C2F8D35FF711544888B12B5E6D2 /* REABlockNode.h in Headers */ = {isa = PBXBuildFile; fileRef = BC7B0AC01E4C56F42F277CD7A7FF5BA7 /* REABlockNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 856CE7992389E734209C1F57A30ECF95 /* RCTMultilineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = BB17D0FA68590C768131CDD648E3B28F /* RCTMultilineTextInputView.m */; }; - 8578BAA29528CC82DAB4676CFD9E8EE2 /* RCTComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = C29FF169C56C1D34832AD147FA53C466 /* RCTComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8580667BEB1A20D2D2CA8B3E6C957324 /* BSG_KSCrashType.c in Sources */ = {isa = PBXBuildFile; fileRef = 9A16AF3236906B4F2140C62728D33102 /* BSG_KSCrashType.c */; }; - 85D7A7E1BABE0615BCBD1D86BA242DFD /* RCTErrorInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = E5DFFA0EBDFC633CE7A2C7B736BC479D /* RCTErrorInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85EFF53BC2FAF2E9722CA6796A5C33D4 /* ARTSurfaceViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 34298A5F931DD4347C202F103F374431 /* ARTSurfaceViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8624B3ACF76FA5C228BCE097FEC2BC8C /* RCTModalManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5880FA2C252F6F2A368456FD88CFB484 /* RCTModalManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 868C9EF47A976D5341C869EF6E4036FE /* BSG_KSCrashC.h in Headers */ = {isa = PBXBuildFile; fileRef = EF827E5BE305584E155D5F6427A03DD4 /* BSG_KSCrashC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8693629097C6317357D73FBBC11B68DB /* EXUserNotificationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 62C24DAF52AC0AB39CE079D6FD5AE8AD /* EXUserNotificationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 869D6314267C36E72B3921B72B2CD745 /* UMReactLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = CDA954971585B6CFE05891C634FF3001 /* UMReactLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 86BE3168916AEF95FCF9CE5C987EB83B /* BugsnagCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 70CA824EA0517C7A486AF5913D7A2427 /* BugsnagCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 870D351F38C54A674C7A868C729379A1 /* QBCheckmarkView.m in Sources */ = {isa = PBXBuildFile; fileRef = 93E69BCC3267990FBB5D99BB96D6BFAC /* QBCheckmarkView.m */; }; - 874A19430FD98697B7C5E8E8AB50513A /* GULAppEnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = ED604AB876EB29F716214E9151C8CE21 /* GULAppEnvironmentUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 87768AD792BACA0E657CEA3829636F66 /* RNFirebaseFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = 683333B34E6AC274A88A6DCB48C2B699 /* RNFirebaseFunctions.m */; }; - 8798A8DBCF62D49ED95C6D34C83B126A /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D37439C0115B06DC3CDE761AC6F99344 /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8799A7E7AF7D5000F6488DC84D14E692 /* rescaler_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 83647078B615B2197FFAB849A9CD8510 /* rescaler_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 87BFC3AD290F6A964063BEC334D53262 /* RNNotificationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DF2A71AB798BB1E1FDF31DB85511593 /* RNNotificationsStore.m */; }; - 87CB66C902F11F7A98F8495131A29A63 /* RNSScreenStackHeaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D31067950B607AE722611658DACC069 /* RNSScreenStackHeaderConfig.m */; }; - 87D1C8D0E94309AE54E7909240E8B83A /* FFFastImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A4A4049922676E70F3C6EA2CC53E8DEA /* FFFastImageViewManager.m */; }; - 87E4061EC6086456381F928D935EE7B6 /* RCTUIUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BBE4A685580DF057CABE0D4123A574D /* RCTUIUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 87FD74168A6EB497B23A90B90518A5CF /* EXPermissions.m in Sources */ = {isa = PBXBuildFile; fileRef = 100B9C3D49985B2BF9C06DEA0C0D8A49 /* EXPermissions.m */; }; - 886ACD34E706C9B3CAA14BA718B15F71 /* RCTImageStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 03D727AAECD7A3B1DC7573E413CE1EFC /* RCTImageStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 886B4ABA16F159910D856C8690852078 /* REANode.h in Headers */ = {isa = PBXBuildFile; fileRef = 26816997331A7ABFB1C7706DEE6CB26C /* REANode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 887878B7F152531BC505CBCDD925D20F /* FIRInstanceIDTokenOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CA4E722A5CD358D1D5FF57C4B0781A2 /* FIRInstanceIDTokenOperation.m */; }; - 888F4BB161122EEB45F0144A3B099A55 /* RCTSurfaceView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEA620C9EA0662CA8188B8A019981BC /* RCTSurfaceView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 88902F9738770E60153CDC8566F6D068 /* EXAudioSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B6238F0A680653B583FB82070413253 /* EXAudioSessionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 88A7546CD0CC5EF28061417BEF92362D /* filter_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DEA694E7E5C1A607469B2F201FDF6734 /* filter_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 88FFE10394F13353806F5AC527ABD0EB /* RCTPlatform.mm in Sources */ = {isa = PBXBuildFile; fileRef = C440B94C4B8120B6E9EFECD591FF0456 /* RCTPlatform.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 890192B34648332B6C6C09A75D978B0B /* UMViewManagerAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0885F5DB98DD1BC11EE566D4EAC121E3 /* UMViewManagerAdapter.m */; }; - 8901A121AE37ABD75B36592B85401172 /* UIImage+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = BA98DEBB67BD0B51A97B0283ED49ACAC /* UIImage+RSKImageCropper.m */; }; - 891E992D9EB633B92E3DF27F9B310C23 /* common_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 03FA6CF611A8F42EDAB70BE1C5C02805 /* common_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 89305BD8FA22B9F773F80ED9B63F9DEF /* RCTDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AE3E5AF76AAC7CD8BCC381E668D5E61 /* RCTDisplayLink.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 893655588E502C049519BB8E65C6C606 /* BugsnagConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 58BB6F912D38455B502F2A97120E6C7E /* BugsnagConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 893A87DB2A3762C63B0FAC772BB3EDC1 /* FIRInstanceIDCheckinPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = D63E03F1ABC7D78DD3F272FAAC453778 /* FIRInstanceIDCheckinPreferences.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 894F864B3D616AD9CA528A84CEAEF67E /* BSG_KSString.h in Headers */ = {isa = PBXBuildFile; fileRef = C3225596996B1B95A5A4E87F810EA2EE /* BSG_KSString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8977464D4BB4700C5D299790C4821FDE /* RSKInternalUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B4FF18BE38D2B2AD9966B86C10BA36A /* RSKInternalUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8992866FD890EAB7CCDC06AF809602BD /* FIRInstanceIDCheckinPreferences_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A46BDA79D3DFF1C3023FB47BFA86099 /* FIRInstanceIDCheckinPreferences_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 89C3A612CD4ADB81C44209858A136F74 /* cost_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C03448830E3450C0DF8E7F6615C3356 /* cost_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 89DEAA3F2A400C8232EC97727C7D826C /* BugsnagCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 09B534B21AB7B060F4CB88A9145D964C /* BugsnagCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A1373FBD88F35501478391992C5376C /* huffman_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 85EC2C5BB6DECEAE4642CA0FAFD0F187 /* huffman_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 8A3B0328CB5DF41A39BCCB3899B34CEC /* RCTConvert+REATransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 149EFF00344904119B2E1D3E166527D6 /* RCTConvert+REATransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A8CC5BB726A951810D3CB4E255AFBB2 /* RNPanHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E0EC63AF0AADA1D0AE78FB4CE133633 /* RNPanHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8AA78E079D60E962A4BC282E265CCC88 /* ModuleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 703658281A74981DC31339718A39AD49 /* ModuleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 8AB9E32DAF6BDF9585F5205FA0736F63 /* tree_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 4359E71E53C53B1E541D3AA5CC168B90 /* tree_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 8AEC824A51C85F20D2DF15E8BEB7DA26 /* RCTImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = EACEC540385227203D4D6C8839B43941 /* RCTImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B31804AAB0BCE87C153A3A661DDF9AB /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = E940B5684FFB75BB4E0F7C1C0F977AE9 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B4A5EFA46C771631880F96C6D857763 /* EXDownloadDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B25EDEF96B33928947D22FD3C43ABC9 /* EXDownloadDelegate.m */; }; - 8BB9AE1787FD9D7C8F5388013BBCD2DD /* EXConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = B4129F213C0A47C50637C40270C3EEC6 /* EXConstants.m */; }; - 8BDC780EFAEC1B9826D9B25A85BE47E2 /* RNCAppearanceProviderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F2C3E9B5CA17838E19D9BDAB92216AA0 /* RNCAppearanceProviderManager.m */; }; - 8BF75A8218C11BF3B0E8D88424BC5F47 /* RCTProfileTrampoline-x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 5FA723E5DD551621013330060206D0C0 /* RCTProfileTrampoline-x86_64.S */; }; - 8C0A640F7F5FA4D7E162DE9284F16BAA /* vp8i_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = C7E71655EB93E4FC9928F6CADE45CD79 /* vp8i_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C0C8D915DA3564FD6B5B7B18703D8C2 /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = B311C84FFD89B80808E19467037D6308 /* fixed-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 8C2F0ADB9BED6CDF94AD4FDE98640AE3 /* REACondNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8946A071178C25528EEBE03CDB437FF7 /* REACondNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C3EE4A40254A277C0F5663A900F4257 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = EFA366A50FF1344465AD1D8DB906D601 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C7498211CB965AC43930070C50E5510 /* BSG_KSSystemInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 16F66B4A890D41455A4C7CB754BFFF2E /* BSG_KSSystemInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C947E3F75C661809C8E3BDBBDAB7593 /* FIRAnalyticsConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C3F084BC58B9C5F2BA562EDFD9FAD42 /* FIRAnalyticsConfiguration.m */; }; - 8C97D51F2831AC4CE3018CB7626639AC /* JSIDynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = BCA011A7740C57FD503381B6B46B4BF4 /* JSIDynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CA475791C767C5F20E739483E327D34 /* BugsnagKSCrashSysInfoParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C4A50E254D45C3BE470D3DD33B59890 /* BugsnagKSCrashSysInfoParser.m */; }; - 8CA624564BD56CDA821A6C12FB87DF65 /* filters_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 3E9AA3A0EB6EF9F2CAFE19AA503FEFBD /* filters_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 8CD195F8D4797EA381A36F563A0E5F0D /* RNFirebaseAdMobRewardedVideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E43FCF6C6A2394803163BC0789288D0 /* RNFirebaseAdMobRewardedVideo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CD8228C936FD255CD294290118A29B6 /* EXAVPlayerData.h in Headers */ = {isa = PBXBuildFile; fileRef = 218900E2A9108A356BCE06C3AD448490 /* EXAVPlayerData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CF4FC48814A64166E0636CF7EFFBD83 /* RCTUIImageViewAnimated.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF90802AB40E24530A9533863C629C1 /* RCTUIImageViewAnimated.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8D24E27DD6BAFE194B066A1C0848899B /* React-RCTActionSheet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E058BB12A701830A62C845BEEBD7FA8 /* React-RCTActionSheet-dummy.m */; }; - 8D3621426BFE501E721FF44E94DBA253 /* RCTDatePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A567A567EB7A40DD0FA1D2B0A654CBC4 /* RCTDatePickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 8DAA4220694B02480367F67459059F3A /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = FAE828BB63BC757BA99A64AFABCD9591 /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8DCDE6DD377E7D735ECC89252CA639FA /* REAClockNodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EA2ED6C37AF8A75F4BDECB6FF8622C8 /* REAClockNodes.m */; }; - 8DEF96274F9BA17DDE42AC2EAE1EC1AE /* UIImage+WebP.m in Sources */ = {isa = PBXBuildFile; fileRef = 73E2135C8D025A56637F6E9D4ECEA339 /* UIImage+WebP.m */; }; - 8E035517C8AC7D884CBA5819743A15A3 /* endian_inl_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 6246DA46F72F7B988BD18ACE234586EA /* endian_inl_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E0D9EFF36B98DCD095C2DB8123B6CC2 /* RNCommandsHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 51AB0C0E0F4C4A44C6A4DD6AE553DB32 /* RNCommandsHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E454B8C83F5A7240B00066734BF3DFD /* BugsnagApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 47699BB5067B1F7390913E46DC03E16A /* BugsnagApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E773D494A272503191518A6FC9BCB01 /* REATransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 9043F3995743F24CF7A6F92D5E2B95DD /* REATransition.m */; }; - 8E842C89450F1F42FD0A472547D2DB91 /* RNDateTimePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D24786AB087F1A94DC87E1E9CE1CF66 /* RNDateTimePicker.m */; }; - 8EADE023E455AEC580E9BBF11138B13D /* glog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 84DEA6A2926AC579012A614F51820936 /* glog-dummy.m */; }; - 8ECAAD611878CFA4CA1E91A5ACC7FC41 /* dec_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 29D866507B6D31ED844E9A73B3118772 /* dec_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 8F026D24EEBFE343FDBAC023E9D56938 /* quant_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = A2CBD005D5C1D35631BB6B310196EB85 /* quant_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 8F1DE929839BE811A4D2898796A205FA /* RCTGIFImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CB1E3F14C199DDDABE7F182112A5865 /* RCTGIFImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F2805AAE44444D081FFAD2274DE2242 /* RCTSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = DFC21712ABC4DE12D996AFC506946DEB /* RCTSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F309961888112B2C0D486333FA4C7FA /* RNCWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DC32639D4546DF1E0A4AB17B96A63D3C /* RNCWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F67D72452129D5639844135A9C40BAD /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8E0D9FED283BAC85D389D557D525869D /* logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 8F7658D209B9A78E163D3E9613B81255 /* EXReactNativeUserNotificationCenterProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 978F9DF7BAE8EB1062611FE4277D9B0C /* EXReactNativeUserNotificationCenterProxy.m */; }; - 8FC5A3F42ADAA6A821A5C9674CEEB661 /* RCTBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DF93D67024EFC167357D4945D8FBE0B /* RCTBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8FE94733E89900C932AD73103E1ACFE1 /* GDTClock.h in Headers */ = {isa = PBXBuildFile; fileRef = D4D016794F3744BC5E7046F6A587CAEA /* GDTClock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9004D4CB6A142DF3AF78B638898B3088 /* RNCWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = B558404E9BEEF2759BFE60842A3DCB12 /* RNCWebView.m */; }; - 903E5806AB43CC9ECAD1243D2FC12279 /* UMUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 62418A1A67D159109F5BA847E564C8FC /* UMUtilities.m */; }; - 905873241B5AF3ED7969719250E32487 /* RNGestureHandlerButton.h in Headers */ = {isa = PBXBuildFile; fileRef = C11E4F9CF37386947B16DBD3ECB36762 /* RNGestureHandlerButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9065DD549003066B9A069F40D2485CEC /* lossless_enc_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 2F914408E2683348E30A3AD1A6A6A892 /* lossless_enc_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 9096C4C0065EF00C6C31D3B59172092C /* GoogleDataTransportCCTSupport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = ABDE0D11DD6F3416807CF8C7D0C38947 /* GoogleDataTransportCCTSupport-dummy.m */; }; - 90971B47C3418E340CF56D3D9E529587 /* RNFirebaseLinks.h in Headers */ = {isa = PBXBuildFile; fileRef = 31A052B3F4E860BC4D0F45D81EDEEA7F /* RNFirebaseLinks.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 90B80FD2A60F9E1D7768435E7B3FCEE4 /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = CFA779673BE0BE8DEBBDDDBEDB1F3213 /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 90CCBE59123D4345E7003437EFD73548 /* RCTModuleMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 95E5101F1C5E1908D943CB3281BE33AF /* RCTModuleMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 90CE9D3E90CFF70CAC64D3FFA105AECF /* RNReanimated-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EF3887C3716B950B1A8AA9CBDAD1C42 /* RNReanimated-dummy.m */; }; - 90DF82F5A6FF02BA881F75FC3505DDC3 /* MethodCall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3CECE112CF32DC20DD624BE710AE8BD6 /* MethodCall.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 90F1C6C9EDDF2AE141098A4A5712A3C5 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FAC273F187940AD897DCC05A9CA265E /* UIImageView+HighlightedWebCache.m */; }; - 910B1B0EF8C7E99CF568CD43FADC8CDB /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = FB5A8D379035626234A5177F4D7974FD /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9174043F2C5C946E391930C776A8F658 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3D94D37216179280E900EA4C5B1230EA /* 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"; }; }; - 9178482012182F62E4C5BA3F50334C91 /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 589518191FC005CA3EF3ED96614FF89B /* SDImageCoderHelper.m */; }; - 91C83C1367409A169B8F743002D07A4F /* GULMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 971F83F90D4663B1850A2F8671A2D218 /* GULMutableDictionary.m */; }; - 91E6B9ADEE505C21F59904D244812A29 /* REAModule.h in Headers */ = {isa = PBXBuildFile; fileRef = DCEDB36BB4A678BBD50E71562039CDBE /* REAModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 920492D26B54A44DF36E54A858DCE72F /* ARTSolidColor.m in Sources */ = {isa = PBXBuildFile; fileRef = DFDD14B06EEEF1C2F67D4ADE74A7BE4A /* ARTSolidColor.m */; }; - 92067B4091004BF297FF15F7E163CF66 /* REATransitionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D959E1A3059C3EF37FB4C01C802BDD1 /* REATransitionManager.m */; }; - 92330D2E1E09F2AFC5169D9192A9143D /* BSG_KSSignalInfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 02916E2B2DEA009CACF3078EEFF2AD50 /* BSG_KSSignalInfo.c */; }; - 923D51836B00BE5F3E8DB7194F6DA65F /* RCTInterpolationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5915F2ED186178FB93327FC7CF9744EB /* RCTInterpolationAnimatedNode.m */; }; - 92855A1748072DD76EA73BD74B968795 /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 232EB188EB76A659B22869443AD45191 /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 929D5F9A483CEDB88DFC5DFC3C3031DF /* RCTCxxMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9F41E8415C91A8BA069E7AF27AF497C7 /* RCTCxxMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 92AA74D1F05BBE5402796AA8225D8834 /* alpha_processing_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = DFF6B78A47997D1A09075739A65CD297 /* alpha_processing_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 92B35C8BA7A9A5A1D207A3623008B14D /* RCTVirtualTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 70D5D988EA411B4A762A3CA9886ECB68 /* RCTVirtualTextShadowView.m */; }; - 92FD213052E29CA5F30B41AAB84AB5E9 /* FIRComponentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D4A4185C335D92544251BEE9BE5E8D3 /* FIRComponentType.m */; }; - 93295B3F8E382C2029A4F4D51F70993B /* RCTDevLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = BD42678BBEE18031D1CC96BC28814F3F /* RCTDevLoadingView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 932A63E4F9AB03993C4F2C40333884E6 /* UMAppLifecycleListener.h in Headers */ = {isa = PBXBuildFile; fileRef = AB1138DC1F82392F5512E3ACE06F0872 /* UMAppLifecycleListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 935C588017563AEFEB80DC42C91EC15F /* lossless_enc_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = A7CB22BE8E129C13B32901AF3E28A3A8 /* lossless_enc_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 93A0E9A6CC99BE8D70FD6F259C9D5891 /* quant_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 8210FBF8DE752BB131C2C332056DDCFD /* quant_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 93B239D294DCEF6825977FE49136AE5C /* RCTManagedPointer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0E0C4B413E27FC991D7C3F24EE878DF5 /* RCTManagedPointer.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 93C54730DD440D3D44E8805D830A196F /* BSG_KSMach_x86_64.c in Sources */ = {isa = PBXBuildFile; fileRef = 5DBD7FF1E6D1316742A3834031E71452 /* BSG_KSMach_x86_64.c */; }; - 93EC8D424A6C585697CEA89C57ECB72A /* BSG_KSCrashSentry_User.c in Sources */ = {isa = PBXBuildFile; fileRef = 81A051B1879DBE3866E663913851552D /* BSG_KSCrashSentry_User.c */; }; - 942A1E450047CD3D7422D1A33226A320 /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CAC7EA2FF06F7DE244FC10132CC8048 /* SDImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9441E1E4797BF393BF269E3BA2EDB29A /* RCTPerfMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D8BA97140AE06B5EB188C23F496DAC5 /* RCTPerfMonitor.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 945D6E8B65673BFBFF53BA7F7813BDB1 /* REAJSCallNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D25CD23E1F0FB2D49A3DA8FFFE4C53A /* REAJSCallNode.m */; }; - 947E227575A4E6B2587914526363901B /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 30AE0909BB6303673387EBBDB546C90F /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 94B8EE53CDDAC46B5241443DD2B610ED /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 7F382871D29FF65C4199214BF949CFE3 /* ja.lproj */; }; - 94C039AE0D8233E82EBBF8CD60D104E1 /* react-native-webview-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 507A9CD62E7E0ED77FD87123F8BC1D17 /* react-native-webview-dummy.m */; }; - 94C13AEE39D1D80619F968CCE5C35616 /* GULUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = CCBD7E2C2A91693A1460449D868EB806 /* GULUserDefaults.m */; }; - 94D2057D96B17B5338176E0EAC6D6118 /* bit_reader_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 369719E5347402B6E47F81536F6481BC /* bit_reader_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 94D57D1F8087170D3C55D8BA061D1001 /* BSG_KSBacktrace_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0120F6D392E51FEB95BA4D0EB32C40BD /* BSG_KSBacktrace_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 94FCD20E6A582DD3D5FE05BE22BBAC95 /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 33C28C7193C813BA137A29D9A54AE40E /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9527E5A3C6DFA80BA2DB45EDB484763F /* RCTImageShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = C84A1EE917ECE8CC9CDA60AB97AE5D94 /* RCTImageShadowView.m */; }; - 953B94BD133A7467F4F38C0B944D76E1 /* filters_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = C0B4E059F841E628E792FFFD9F6745E1 /* filters_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 954737CAEAEE7CD10A8E82C893D3C05C /* RCTSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = FEC900A1F3492B05FC22045A2C3032C7 /* RCTSafeAreaShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9551B84E7109A022EA783B45C2038FBA /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 09FC555118A63B0AD189928A2ECA0430 /* YGEnums.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 9555FA1629B54E6CE10F84AD1CFEC491 /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 47BA8CCAFD3F2E3485A5F84C8440038C /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 955ED07B34A30576182FAEF37C32A120 /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E16F9DAEB7D05D8C1FC64E291DBE83C0 /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 956A73A2DD9882EAF245E88865CC6799 /* RCTRedBoxExtraDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D3376B88476529151AF8A2A8CA08CB8 /* RCTRedBoxExtraDataViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9584C1D2A2B4338D79033DE1456BCB15 /* CxxNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CCF1AB9D40F48248767E35F7908C005 /* CxxNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95B521FAD1DE325761C020F8AFEB4E63 /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 95C6D3FD5181E518567C6089A42676C5 /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95B68C33D8A3CA6C685E64643173F8C2 /* RNFetchBlobProgress.m in Sources */ = {isa = PBXBuildFile; fileRef = 775A22DF6D464C311D344EB2053507BF /* RNFetchBlobProgress.m */; }; - 95DB2DC3843A5A77097E2549512012F0 /* RCTConvert+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 5365BBAF340C235211B4F0C9D7F97BCF /* RCTConvert+Transform.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 960B81835CCACE99EAF6D7301646A57D /* RNGestureHandler-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 830AF56F315F8A50F9306D7AEA6BA5A0 /* RNGestureHandler-dummy.m */; }; - 960BB6A747C122E41D0F93EEA6E0624C /* GDTTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = 981C6CE2A9A0B7AA7676884BD6C0B33C /* GDTTransport.m */; }; - 961E178766FFC74BE8CC650BEB06621E /* BSG_KSCrashReportVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = C86EDF595F0DFBB297228797E700FBDA /* BSG_KSCrashReportVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 962F246F4D86BCE82B9E3A33080D44F0 /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 93E988B0A5D35272892F926CDFB44E06 /* UIView+WebCache.m */; }; - 9648DE8BFD642A580258906D5C4A72AE /* anim_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 59A64223174653A390E391870F8CFCBC /* anim_decode.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 967D11E3ADB39D24F39D3D14FAEEBCD4 /* RCTModuleData.mm in Sources */ = {isa = PBXBuildFile; fileRef = F790C7FBB4A39AFCDE5A4642EC9469F7 /* RCTModuleData.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 96A00C011A72200F5C719AA69C379BFB /* color_cache_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 07D6EA4E2552CBA661742B411927914A /* color_cache_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96B1848EDA12E024991DC71441FB7728 /* lossless_enc_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 84F63586A5781B5C56523DB7E7968554 /* lossless_enc_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 96FEB709959204E0340B06DB34925CF1 /* RCTImageShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 11C90C0A37CE0D1135B7B4405DD6191B /* RCTImageShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96FEB9F17F3553A3EACC3D455D3DD5EE /* RCTConvertHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 231C36653E87C0CDFBD0C1E1218DEC2E /* RCTConvertHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9736808E3A6D9D08A971A877C047E296 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 601E682BC63A08A9600D9E425DD55B1F /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97A46257E974C4FCF70DD15A759720F5 /* FIRInstanceIDKeyPairStore.h in Headers */ = {isa = PBXBuildFile; fileRef = ABD3E13C1519D040A1C496CA3A2272A0 /* FIRInstanceIDKeyPairStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97C623DF2BD61587360EC3B26A8F5CE8 /* FIRAppAssociationRegistration.m in Sources */ = {isa = PBXBuildFile; fileRef = 6100DCE535D34DF87F374BD69DDEEBF8 /* FIRAppAssociationRegistration.m */; }; - 97DEFB4339250260BD5B4EFF58006D2A /* RCTConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = EEE90E76E0CE84766FD5EA1C2F2477C0 /* RCTConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97ED312B0474017444E6379DC3C4BAB7 /* Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FEDFC568104411ED03B02D62477E4F29 /* Utils.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 9842DA186F54F9D3BE5906663455016A /* RCTVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = A52A82D199C2C92060C008F7E0B8B753 /* RCTVideo.m */; }; - 987941CF7049804341214F98475B275B /* UIColor+HexString.m in Sources */ = {isa = PBXBuildFile; fileRef = BA43E7F5AF362BC38B9C816146ADF628 /* UIColor+HexString.m */; }; - 988D75C014F94B7584204ACED46F3975 /* RNFirebaseAdMobBannerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D1D2A18A4AF68367EA0B222A3D3A22F1 /* RNFirebaseAdMobBannerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 98A2DBABC7465D5F548708424FEC0D92 /* GDTTransport_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7078F477550CDD77D6468339C77FD469 /* GDTTransport_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 98AB2900FAC5CE54700374DEF87D2603 /* REAClockNodes.h in Headers */ = {isa = PBXBuildFile; fileRef = F9A1208000AA7E23ACB3C1FA0BFF3384 /* REAClockNodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 98D876A1A244F466F67E906E6E55EF82 /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 18261C8AF3E287C1D6F0EB3441F95FC9 /* SDAsyncBlockOperation.m */; }; - 990C114FE36C3BA307A4CEC634A01D41 /* TurboCxxModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5FC017462F87EBEBCD3055EA04051A9F /* TurboCxxModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 991C9DFB4E1EBB20D56E31715E457B50 /* lossless.c in Sources */ = {isa = PBXBuildFile; fileRef = 227495E0087990E3409835CF75C620BD /* lossless.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 992CB0C6A03D842795BDF2045C33951E /* RNDocumentPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 0126195A14DEDBF1163C70A37652C576 /* RNDocumentPicker.m */; }; - 993DEE091D2ECD262F17F281E60653C7 /* thread_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F4B754971C4EB9A9F7641A427EA50B4 /* thread_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 995C56C42E9021CB2C821060C20D5AAE /* YGLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D3BC697CD06E41C467716E8D62558710 /* YGLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 995F57F6E3A8F8F3F0CB975427339ADC /* TurboModuleBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 7741C49B141667C6C2066568DCB1A2F2 /* TurboModuleBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 998FBF05A1D5B4142E092BF051F89BE0 /* ARTRadialGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B2FDF15E958BD550514629ED12FCE9 /* ARTRadialGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 99F4ED1427EE4D62E5939F2D49FF3823 /* YGMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 90A491172AE67CEE7731E66053A71A10 /* YGMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A3099BF1A3303D97FF4B77EE8FA453A /* firebasecore.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 7361A14E6913E84550C1DC3F58C2D8DB /* firebasecore.nanopb.c */; }; - 9A538510B4D21C44538FDAEE7F25BA4E /* experiments-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = CBA7A8921E2752BFD5E37A0C7A44C968 /* experiments-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A563C719409A7F1D2A79F1A491DCCB1 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = 137C6528127CE1430742BB927C88B16A /* types.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A5AE9F5B12B24817DC0CF360F3781A4 /* BSG_KSMach.h in Headers */ = {isa = PBXBuildFile; fileRef = 4237BC41F5D541AF9FEBC718CD9FBEFF /* BSG_KSMach.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A6584332A48346E435E1681FAF817BF /* alpha_processing_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 264EBA628B0C20D7E378DED6DC0270A9 /* alpha_processing_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 9AE25D78D388B01F02FAF32C7D81B390 /* RNCCameraRollManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B26A21FA8A8B6EFFD736912735323D47 /* RNCCameraRollManager.m */; }; - 9B0328A157A59821F094F7E47F1F3543 /* EXAV.m in Sources */ = {isa = PBXBuildFile; fileRef = 316C0BF08894865C11B0DB43AB8510BF /* EXAV.m */; }; - 9B328C7EB8E9F91C9E4940B976F51EDC /* NSError+FIRInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = 56CB6318C9B6B836940C40559EB4E7B1 /* NSError+FIRInstanceID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B44C525E5FB5F51CCDE075656F184DA /* RCTWebSocketModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 6514065C7013F4129CDF0D2B80B8F9AB /* RCTWebSocketModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B5E58BCF1985EAC277DDBFCB91F0ECA /* ARTSurfaceViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 90F92C4CC716D639811E6624B1CA4096 /* ARTSurfaceViewManager.m */; }; - 9B7093349498C49CA2524507AB88A888 /* QBCheckmarkView.h in Headers */ = {isa = PBXBuildFile; fileRef = C9C994C0067A6A1E796C234B98F686CC /* QBCheckmarkView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B8780B037E6D0A089E2EDDD8E87CDD4 /* RCTProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = B2FA8421DE1DEDCF3392633FC2132D08 /* RCTProfile.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9B8FF798D120C0131DAFE922F8FA3326 /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = F18BC7129E99CEC847457ABA17B4733D /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9BA3070F2D82AB8E6B229971E126D4B2 /* upsampling_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = FBF553BD6F4ACA79CD6AAFD9FDF69D6D /* upsampling_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 9C43EFFC945AFDD1BCA2FB1AF208CFA2 /* RCTTransformAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C24AEB3430ED90E137575B5654A0050 /* RCTTransformAnimatedNode.m */; }; - 9CA68A554C6C2C6DCEEFB7A64389FCFE /* RCTSinglelineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F9718907266025A80D948FE57D4EABB /* RCTSinglelineTextInputViewManager.m */; }; - 9CB9FE419E53CCA57DA123E4F5176E8E /* RCTTurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B4FA3F4302C9A7AD4BECF06D8F39FB0 /* RCTTurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9CC8AF94995AE4B94A792BD1BEA1358D /* GDTUploadCoordinator.m in Sources */ = {isa = PBXBuildFile; fileRef = BA95391EF5C3B7AF7BDD4DDFE117BFDF /* GDTUploadCoordinator.m */; }; - 9CE103A0E1FF2B3FAABC3B449BD8D735 /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8CF4A01EE627F61E41AA1DD83D6ED332 /* symbolize.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 9CED9EE5CB7376FF7FB07C9F43879FEC /* FBReactNativeSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = A2CD639B8A8F09FA7A12586E36430895 /* FBReactNativeSpec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9D1F18778A897B0C96D5297BA8104478 /* RCTDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 541EDDA0CE87E2F9A7F202EB95F111A0 /* RCTDeviceInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9D6AEC2BADA6415B32183279535FC3FD /* RNRotationHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = AB14D64E590FF3E4CB532CDB68230DB0 /* RNRotationHandler.m */; }; - 9D7095896EAC7F5FD443B80112211022 /* threadsafe.h in Headers */ = {isa = PBXBuildFile; fileRef = EB0BB67D4886636444133D59D9DC41DD /* threadsafe.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DE2621FE6687E74C85962E58E803760 /* RCTReconnectingWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = E1251CBDE8860561DD5910E8E656DC58 /* RCTReconnectingWebSocket.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9DE4DDE399B842FC926F9E57D9A45942 /* RCTInputAccessoryViewContent.m in Sources */ = {isa = PBXBuildFile; fileRef = C1180FC31D4F85654172F436A084AE26 /* RCTInputAccessoryViewContent.m */; }; - 9DE9270C04172DD40D69B6D9546516B9 /* RNCSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = 8438160077E7E0BA1F913EFBFB625985 /* RNCSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E00A71835F74BD9E7791965749B0D68 /* UMDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 78D181B77758A8F7D5AEFA7956D9CE83 /* UMDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E04D8058BC6847CAC65773EED54D05C /* RNFirebaseFirestoreDocumentReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 8ABDB103E800D6BCF33BF507BF197653 /* RNFirebaseFirestoreDocumentReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E26D5D25561683EEEE343BA59A8D932 /* FIRInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = 967CFE52F3BC079ACD521D75990E2CF4 /* FIRInstanceID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E35AF16FA811ED54521FD4E6352E394 /* REAEventNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8ECD1B651273B87C6DF75A12EF16BAAA /* REAEventNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E3FDFA5FE43DF56A9E6F0E2ADFD0521 /* REATransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 12BF78ECB1D846FE2E9B389B6B47471E /* REATransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E66453D10A11F0164593AD596E0E8E0 /* FIRInstanceIDCheckinStore.m in Sources */ = {isa = PBXBuildFile; fileRef = F7E57B49B68FDEC37DDD4EA4E510172A /* FIRInstanceIDCheckinStore.m */; }; - 9E9C9344BE1DA6BBA542ECAD750A0B53 /* MessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = E738C86B532490735EB853358AE600D7 /* MessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9EAA160F40B7AEA5F8323BF14AE1AD73 /* BSG_KSSystemCapabilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 32D14305860319B697AE0AB00F39CD1C /* BSG_KSSystemCapabilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9EB60143301349BE59FEEFAB98C50415 /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DED07EB4AAC59C266370F90AE190D7D /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9ED53ABBF63AF508BF3A45A8055BF25C /* ARTTextFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = BE8774CCC267DD9E8A24E193088A5E82 /* ARTTextFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9EF008BB17B5795A9CDE33AF1AA4EBE4 /* experiments.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C491FEC61E360D39912F3066B452403 /* experiments.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F047DDB8969818C22E71086624790CE /* RCTTiming.m in Sources */ = {isa = PBXBuildFile; fileRef = 762D67FD468E1E1134B9A2CB483D935B /* RCTTiming.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9F608AE2E0848CE8858F19F0376F4B3E /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1131E24E1B1C97E521A1757B2D4658EF /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F69F8135343C51A14ECEC3DE3FEC05F /* format_constants.h in Headers */ = {isa = PBXBuildFile; fileRef = BB0327CA14611D2BD60ABA934BB7B47C /* format_constants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F8CC158594C16A93BF79894AE652576 /* event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CE9DB6D5999AC40F67585D9F6B291BC3 /* event.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 9FBA75FFEB994C4A17990D31A8F14FBC /* ImageCropPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EDCAE3AFA8161AE36FA3EFC1C43A150 /* ImageCropPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FCA0C85E502C92ACFA86EABD32B2224 /* react-native-orientation-locker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 75B5C528ED47BA30ECAFFC10F6E07240 /* react-native-orientation-locker-dummy.m */; }; - A02478583635DC43AF9D1BA278F4ABDD /* RNFetchBlobNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B5B4C863F4C182AD14049236A36689D /* RNFetchBlobNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A031A8D4C70ABFA2E6794E0A997A259C /* react-native-background-timer-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E26725957C5A35A837364ABFF9263218 /* react-native-background-timer-dummy.m */; }; - A0822D817180C17B9F6EC58E9AFE7282 /* RCTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = C019868FC0B5999935B25DC63ED4014E /* RCTUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A0927C05EBC9079407AC005BC6E1373E /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 84F95300CB5A282EB1A94CDF964342BB /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0AF090921E033135BA303A51E86C8D2 /* JSCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 91489DB0E48ECCAB07CFB62B5DE91D80 /* JSCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0BE197B645C6C6537575EAF6F1A8CDE /* RCTConvert+RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = 7ABF7106CDFE8FA8630664DD0EB7E4A4 /* RCTConvert+RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A134CBE0553F5F3339A4A20A87F18E3C /* filters_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 082568B8F74F0C1E8F6AD4667EFE3326 /* filters_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A13E40901AA20224032AFB2AD4D04744 /* RCTErrorCustomizer.h in Headers */ = {isa = PBXBuildFile; fileRef = A0B25F176C7DE14B3E45F368174E7380 /* RCTErrorCustomizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A141899125367EFBDFABC1D40258574C /* GDTTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = EBDDF46ECBC7383ADD3F63521BA9EDAB /* GDTTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A1AF2DBE1AA6CF8976C7C0407363E187 /* FIRInstanceIDKeyPairStore.m in Sources */ = {isa = PBXBuildFile; fileRef = E0335CE7297AD0A020364657C76193B4 /* FIRInstanceIDKeyPairStore.m */; }; - A21455566701C95DA8DC8AD067452A21 /* CoreModulesPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = BE78899BC1F86654AC831678BA3E383E /* CoreModulesPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A21AA461DFBE94B5DA7E5BEB211CE665 /* RCTConvert+FFFastImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 162EC4CF46C136C30582255C6E470113 /* RCTConvert+FFFastImage.m */; }; - A2A4D768671DD4976E9B00C5DD8A08DD /* RCTVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 81B9752312D9C5DA90C9FE5E38D2B1DA /* RCTVersion.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A2A70CD096FE24B7E48EA8C86BC112BD /* EXAudioRecordingPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FC7F0DE48A23E78DD7370685B7EAE37 /* EXAudioRecordingPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2BB5FDD99C8D8A31F91D6698801CC6F /* EXAVObject.h in Headers */ = {isa = PBXBuildFile; fileRef = CF6FDC9BC1D4D5730299FC96938296B2 /* EXAVObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2CBE742B99580CC13E8E18D61C8A9A8 /* BugsnagCollections.h in Headers */ = {isa = PBXBuildFile; fileRef = F72BA5E62AD5C02B17ACFEE57444E17E /* BugsnagCollections.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2DADC127EA39A90F16504C0F8D84DA6 /* RCTWebSocketModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A3145839A7C510D17ACA9EB17A508F5 /* RCTWebSocketModule.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A348E879FA3330E1712179F5B4FAC236 /* vp8l_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 7A8A5EC10C45A2A2B013DF0FDB09FF1F /* vp8l_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A3514C01C8202F3027EFCBE7B89A26D3 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C9263F825FFF757EAA47B9D757CE6BE /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A351627E81A36765AB4C00CFCECF3F17 /* GDTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E8562A096DC667CF7F9AFA332F7B918 /* GDTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A356543091BEC90DBF244D36660ECCBB /* RCTModuleData.h in Headers */ = {isa = PBXBuildFile; fileRef = B5BEFC8ED99279860396E625E8EC81EC /* RCTModuleData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A381D018508DD7639E2FE4C1A93036BC /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AA6B1F3F38274DCBDDCF2564288EBCCE /* json.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A3A1C8CA04A1A2FBE630CD639DB3CF75 /* RCTSpringAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E7DC079D2AA388B939A89B44FA9D5E5 /* RCTSpringAnimation.m */; }; - A3B33574C82F38A9087B056DF9CED726 /* EXRemindersRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 491FB4E74B79D727112B877F4D59FBE0 /* EXRemindersRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3C05F4A0CEF28ED7D16AE2076889136 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 84F95300CB5A282EB1A94CDF964342BB /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3CEEA552FEECF9935C60A49F2245451 /* GDTCCTNanopbHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = A214B8E13EF8E38F46AEEBD096639C67 /* GDTCCTNanopbHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3F9CB0656A0F4FB806F778CE4BB15DE /* RCTWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 49EC730E4EA439A3C734DC0E0641E81B /* RCTWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A415AFE0F17D1746DC4BD0CF3E588F4D /* REAPropsNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 747C4FA5EBC539BCBE94624BC3952B1D /* REAPropsNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A42284BAEF9A5D75B15BF4EFC4E4C468 /* frame_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = C56EA5C4B31DA75C46B4D4973D73BB4A /* frame_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A42C59477BEC3A7A4D2CEBD6BC4A4F1E /* yuv_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 759DC169D8E4D84047688465CF775CB5 /* yuv_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A4724DC39B48B402772E46F93E1B8E3F /* RNImageCropPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 400328A760C0D48D7E2F3B0657BCF8DC /* RNImageCropPicker-dummy.m */; }; - A4856E6938B9050ED0388C83AB428FD1 /* RCTRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C4AD59BB444A835C034ED867E04EA79 /* RCTRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A48A78367616FA23CDE0EE8BFD8C2870 /* FIRInstanceID+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D55BD71D9F37C0C70DBB7D0D84A1FC04 /* FIRInstanceID+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4B467E40F7E342592B65F3AEC3D9E97 /* REAFunctionNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B1FB226BA06F9BA226F205C214CFB89 /* REAFunctionNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4C63255CAB3DA53A9D697FD7FCC26B5 /* REAValueNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2028DD8E1D754D1F5E0C8F9696E44F5B /* REAValueNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4DE80D3B1511941AF0D53ACF8AD1D72 /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 76E4E2C00B4F6D7E17BCF98CC704F1AB /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A50388445DF10ADD6B22876F3F69E902 /* ssim.c in Sources */ = {isa = PBXBuildFile; fileRef = 1741A8CA80C4156C048BB246552776BE /* ssim.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A555C6E5ABAA5DB1F62A09D2BC49DA51 /* RCTTurboModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3A62903D43B731941CED3C75F9273EEA /* RCTTurboModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A55F73E73A81AB3E9F61D647CE2A0FFF /* CoreModulesPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 163B9624CA932B8813593D0F8B34A669 /* 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"; }; }; - A57DB7FFC1AA6AFF3337FCE567C2DFFC /* GULAppDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E89431071A7491F4E4076F43F0D9B5D7 /* GULAppDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A584EA45113B1382E33AC5AA20103087 /* RNNotificationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = A9690E6AA35B66C49C28C6C39DA18FA5 /* RNNotificationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5969DC380832572368B9D636242BD6B /* RCTRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 07E3E17E1559CF3C870EFDE05B313433 /* RCTRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A5F7A295CE8D9AB5DE3F0B75200DD1A2 /* io_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = BC976D41F21AAEF157512E7FDA7E804D /* io_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A624B26C6E8893F180544B2F414693D5 /* RCTWebSocketExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A8F64966084460A5F87B3069F60A62E /* RCTWebSocketExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A65AB6AE536FAB89F8BD54D22A3270B9 /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 98887068BA56367FD1372084B2F3B93D /* UIImage+Metadata.m */; }; - A7721978FA34EA5CD4BB6F8FD361657D /* filters_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = BDE3B6E078332CFDF55D56AFE9E1D277 /* filters_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A7C6CA4554F58BB1C409F0F4A97C1656 /* RNVectorIconsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E0A1A7D74F39BE870AF55B2E64AD066 /* RNVectorIconsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A7FE4D8E743D00ECB115E087D53587C7 /* cost.c in Sources */ = {isa = PBXBuildFile; fileRef = 7A70667C04F365A3A52BC558289A23F5 /* cost.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A817D669CAD6CC063C6C508C72A5D55C /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 26A258F41EF97F643AA8D63B40A4B767 /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A820309FE601A2C8F95EEEAD890158B6 /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = E3771A8388208707E9CA9FD7D62B2D46 /* SDWeakProxy.m */; }; - A826DA3137A89F1502F9B6696FFB8730 /* RCTInspectorDevServerHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = FCDD1F35804ADEBF67A951921314B348 /* RCTInspectorDevServerHelper.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A851FE5B4FD2E5AC7FBC0358BAE014A8 /* ARTContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FA3DA5C7FC03B02651CDD7F281221D6 /* ARTContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A86E645D32DB04BAE7498AC89D9980BB /* RCTHTTPRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 380FF876A128BFDA42C25CE584D7FB1C /* RCTHTTPRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A88BAD944CC973142AF9C9BF65280C54 /* RCTSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = B663CF78FFC32D8B9BC1DCF30B61FFE8 /* RCTSafeAreaViewLocalData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A891EC8D3D003F2BA49992F3FD7EC76C /* UMLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 213C93FCEEA3C8BED2774B8E08F222FA /* UMLogManager.m */; }; - A896DBC8DEB8E8304EDEAA0F0AA15B1A /* RCTBaseTextInputShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 67764D6938EF16252E8774622A52827B /* RCTBaseTextInputShadowView.m */; }; - A899878ECEAE82DA6084010973FF7F21 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = CD0620C398F45DC692DFDEA3FB115D98 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8B6D15DA68092B480483FE020894204 /* EXFileSystemAssetLibraryHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = E41909EE730E9192A2B562C2E3EAC924 /* EXFileSystemAssetLibraryHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8B8BEB2134D3E68B9907C5A48A04A03 /* RNGestureHandlerDirection.h in Headers */ = {isa = PBXBuildFile; fileRef = 05B7646FBCC8E5601DFFD853BF27B6C8 /* RNGestureHandlerDirection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8D70235F433DF4ECC825AFE0E7D5DD7 /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = A31E924DD38BACC61AAD1BF23479095F /* SDDiskCache.m */; }; - A8D9C90918B779E9C1A91973D2AF29DE /* React-RCTImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2337FD4047F3F60B749218A40785E05D /* React-RCTImage-dummy.m */; }; - A8E90F8A49540C9A192B44F1F7641426 /* RCTRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BA0078592204F6A4E8C1A9A50E3C15E /* RCTRootView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A8F850B0755D926B58BF8EA8DD0A7EF3 /* RCTPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EC4C94E4213D81A4BB7A295EA03002A /* RCTPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A9102589774A3FD3F3808AB2F0F83ACA /* RNNativeViewHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 564BC21056272A61FCCAEEC0D7A1A265 /* RNNativeViewHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A96BF195A93FBB2FDDC78135932BB359 /* RCTProfileTrampoline-arm64.S in Sources */ = {isa = PBXBuildFile; fileRef = 78DF122FAE9155F1789FF93EB08E29D3 /* RCTProfileTrampoline-arm64.S */; }; - A99D016A3588F636AF86A6D2FB1EC3CD /* GULAppEnvironmentUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = A1606592495CBD5536BB50C34A9ADE07 /* GULAppEnvironmentUtil.m */; }; - A9BD36E5B3038DFBDF1438B0D43F6E14 /* RCTModalHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = 22EC76BB9D8CC2602391B531B70E15D7 /* RCTModalHostView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - AA7FCA9F298C4986D79923FBC1807573 /* FIRConfigurationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B3CE4C3A71A509F67940BA9741ECD40 /* FIRConfigurationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA882B59899551990442E64FD68EBA93 /* NativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 994F68060E1D7B66431B05D2CA10139C /* NativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA89F071A632E2E5F4E3BE02B3F0345E /* RCTViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E89B3A68781A28F23467774369C8250 /* RCTViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - AA98E5E760C605F57551D3D6192E5225 /* mips_macro.h in Headers */ = {isa = PBXBuildFile; fileRef = C48515171AD4BF544311B0764085530F /* mips_macro.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AAA2E740FAE2A61A309C985C858588D9 /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 78E35F84003A303C89B2EF6D71A90F37 /* SDWebImageDownloaderRequestModifier.m */; }; - AAA397302AB9735FEE54E85069DF673B /* RNFetchBlobNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A6ECB3102FE0376F9921852745FB4F1 /* RNFetchBlobNetwork.m */; }; - AAC7FD892729AFECE270AE59C8812F5D /* RCTTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = A88E01C496FF6956C484ABA7A145B012 /* RCTTextView.m */; }; - AAD860080DE05A9DB492EA79E7A0059A /* RCTScrollableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EC0DE5DFE02E82E831EFD2121787C40 /* RCTScrollableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AAEC54ADA9A9C0A6DD785E903782EFB3 /* ssim_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = AC7BEFEA1D9F9F4BD894A3BDEB754050 /* ssim_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - AAF05BFDD102FD660418FD7AE198030D /* analysis_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DD5A4194530FDB347C29F71AA4FF3226 /* analysis_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - AAFC106D9A09F68152DD13A0B192D702 /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CCD362B6E39B148604D92F8F930FB6F7 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AAFDC490C197A364E412E59DC6D18FA7 /* RCTImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E910AB1997A81AA82E2B9E9D76E658 /* RCTImageCache.m */; }; - AB0D233175695AD5A5CFF80D84E56874 /* anim_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = 0F8EFB6551B10AE3A44E03B9462574B8 /* anim_encode.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - AB6B1C527596D3144A8E068B20847368 /* RNFirebaseDatabaseReference.m in Sources */ = {isa = PBXBuildFile; fileRef = 43AC622D70F16FED751B15C7E1132875 /* RNFirebaseDatabaseReference.m */; }; - AB6DA83EB836653E7E835FAE9744984A /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 55CAFCC3A7A8AAABD71308B90CD46554 /* UIView+WebCacheOperation.m */; }; - AB71242585E87C1ABAFF732A17092713 /* RNGestureHandlerModule.h in Headers */ = {isa = PBXBuildFile; fileRef = C0AE17A4FA6AC1FE1739DBF4BD3B2D74 /* RNGestureHandlerModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ABB159E31C767AE2BF6EE30DE4B7D346 /* BugsnagSession.m in Sources */ = {isa = PBXBuildFile; fileRef = D6200FB32BE00FD2F794E45C05D446F2 /* BugsnagSession.m */; }; - ABB74B188C02A8D67A14B8EC8BDB5D08 /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F018339FAC701606A5962892446917A /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ABC211F1ED49935A5C4A363A6B7A4ADB /* RCTFrameAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = DDFDD771AC68BED38C5F9B86B8598D81 /* RCTFrameAnimation.m */; }; - ABE4DD5FE579286EA84BDF53DF011F42 /* RCTLayoutAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FDB4CDB9687C807AA8AA69F93C6A9D3 /* RCTLayoutAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ABF126106FD8D877441956C3AF553EEF /* pb_common.h in Headers */ = {isa = PBXBuildFile; fileRef = A7AAF36698B12EC9A5F1499B0E23D952 /* pb_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC1391E438DA90477947F994A68517C5 /* GULUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D89C442DB8259151B8917B154A8E52B /* GULUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC31EC883CB7E5DBAF9998562725691A /* RCTRootContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 379D3DEFB22E6524C2E0CF68669F9AD3 /* RCTRootContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC3905F52FE0809F628BCC0CF306E76F /* picture_tools_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 9FF635AD0D7EB6C33F29C9BC8CCAD115 /* picture_tools_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - AC7E6E3BD2A7CD3A72D5C70405E31DB7 /* FIRInstanceIDCheckinService.m in Sources */ = {isa = PBXBuildFile; fileRef = 1593F8F3AD3E11B7F6733CCCE3202DB2 /* FIRInstanceIDCheckinService.m */; }; - AC9977754C40BF50D3477ADDE4182EBC /* UIView+React.m in Sources */ = {isa = PBXBuildFile; fileRef = B52E17004863DA831F668D623BC49646 /* 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"; }; }; - ACA88DFA5AB4A617551CF5306214183B /* FIRInstanceIDKeyPair.h in Headers */ = {isa = PBXBuildFile; fileRef = 41F7F4505B4AEFD5242486F072B4A45A /* FIRInstanceIDKeyPair.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ACD5CDAB5F0724B498437299A32FECCA /* REANode.m in Sources */ = {isa = PBXBuildFile; fileRef = F5E5975D24A1A4936A654DE2A3193B26 /* REANode.m */; }; - AD66D2FD84BC116DD133347EACA99CC1 /* RCTStatusBarManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D8304B2C2A635E586D23387ADB0C77CA /* RCTStatusBarManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - AD8F9EBA6262A36F5466A2B98B714CBB /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 42F99D391DF5024188D04184A1AC96A0 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ADC8D3D65F0543D6DEB99FDE0CBAF90B /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F63A055CD72438EAB3EF61B0C5D6FA2 /* SDImageCacheConfig.m */; }; - ADDEA309B94CAA51E650B66DDB4CD3B5 /* BugsnagLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = C3D5C6F8D2CA4F28659A74E2196887E0 /* BugsnagLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ADFB5CBF150ABD49A5569C139D2F926E /* FIRApp.h in Headers */ = {isa = PBXBuildFile; fileRef = E37F3226B79FDEE5D1ED287B68F1FD7F /* FIRApp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE14F028F54D612B4D48CC6CED8B76CD /* RNNotificationEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 924081A5C928A43BD7215411B47BE5D6 /* RNNotificationEventHandler.m */; }; - AE3C983FDA0774DA378C46B4CB8D4BD6 /* RCTCxxUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = D4214808941C9ACEEA4B6C00992DE50D /* RCTCxxUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE696B4A35AF464F62260BA86B736EC9 /* RNFetchBlob.h in Headers */ = {isa = PBXBuildFile; fileRef = 10130327BA5C2DA4162DFC7443650854 /* RNFetchBlob.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE7E5CEB88DE285A14B49E125734817C /* BugsnagMetaData.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EDB2B3D66D3A71D8F92BC97FA3EBD68 /* BugsnagMetaData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE807CFC8F81EF3476F064B8E48C564A /* ARTNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DCE2B26B2E11744D58ED782C6DDA140 /* ARTNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE9A689C5BA6E8AF5535171D3922275E /* RCTBaseTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = AC3E8D3A8F269AF54F2B577859727182 /* RCTBaseTextShadowView.m */; }; - AE9BAD5416D1788A60DA1E7F3ED08F51 /* dec_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 3C09D1909D155940D521C9CA8F52D15A /* dec_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - AEC0EC96C1A700516BB6BEB6EBEAEC63 /* event.h in Headers */ = {isa = PBXBuildFile; fileRef = F34109746E4569B08A9E2199ECED5788 /* event.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AEF4E05A1A05A4A91C9B5C88FF89DE11 /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C5A87B30661873B69238B2AE7889984 /* SDImageLoadersManager.m */; }; - AEFF8C6DA7000185BFAB86FDFB63E0F9 /* GDTRegistrar_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A233A0BA41BDE3C222CEB7D7954CCD39 /* GDTRegistrar_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF077EFEC522E29FF8D788B663D300D7 /* GULNetworkLoggerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = C97DBF0565965775171491B968A3386C /* GULNetworkLoggerProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF28B147059D9D806FF35212F54804F2 /* RCTComponentEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EB0789F4D774E30D5609DA6262E370E /* RCTComponentEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF783557C42133FF18F4E366E28EF300 /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = C60EB1364C172DCC4EDF601E4792F066 /* bignum-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - AF79242E97FCF340E1D5266D69041821 /* GDTReachability_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 59023200C0F20F3F6A0E5921DE8B6716 /* GDTReachability_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFA1747D7903B71E12ED58F61E2A35F4 /* BannerComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F55EF5B86D639922930718542CD41AC /* BannerComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFAE17A768C60A8299FB264ACD4B0205 /* ARTNodeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BECAE05121B60D2976E86950EB48439C /* ARTNodeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFB15A6F36F4E7BED7571C30D284FE49 /* RCTRedBox.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A52E6AED1DC4A1AE4D8AD3A618C1C68 /* RCTRedBox.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - AFBB31CEBD7272995FBD79E1E4B97615 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = B80980A4B1FD8F682760137A93F8B548 /* UIImage+MultiFormat.m */; }; - B03C42B044033F100A1E04809ED61FD2 /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3D3D104D06FEDB10294E0B20657A73DB /* raw_logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - B04CEF80BEC79CF16F7F02CE5721C583 /* RCTSurfaceRootShadowViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = FC52899DC2FF931EAEEC588D38FFD2AB /* RCTSurfaceRootShadowViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B0649287E8C6F9F4101DB57FDFBDC5E2 /* REANodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C7065778189B42A77ADA63EFF8CC2B1 /* REANodesManager.m */; }; - B08723295CF1ABDFD21CDF13AABF493B /* BSG_KSCrashSentry_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 73DBD369F3C5CE733B585E6FE60DDA8A /* BSG_KSCrashSentry_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B09A5710D9729BFB90BA5D44E43882B9 /* RCTAlertManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 063F29136E276332AFDE808E66848284 /* RCTAlertManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B0D9EA67A437C2D4F14606D128C1A666 /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = E88A1BA322F30E374FC36C05BB2758E2 /* diy-fp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B11CA48DA91BE9D78A09D892242DB4C8 /* RNJitsiMeetViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 66FD7D2A21C80927AD235F5EC03A5EAA /* RNJitsiMeetViewManager.m */; }; - B1208ABEFA22504998B800C8C953EEED /* RNTapHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = CBE33D03A8690302819DE8572B2C5FCA /* RNTapHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B19E284EEDADC2AAEB838E15A544C93A /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = 49858E47CF76E28E2821D59D190AFE8F /* demangle.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - B19F2B637F6B23E5352C351E7F9D5AEC /* GDTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = DB72F4C7ACB2F1CE117913832159A5BC /* GDTAssert.m */; }; - B1DB90F700D05E9EC43D79B1399D0EC9 /* BSG_KSObjC.c in Sources */ = {isa = PBXBuildFile; fileRef = 403E272A86D45A4AA206528A8EA8364C /* BSG_KSObjC.c */; }; - B21256C8EBEE862EB6882960A9A8FDA8 /* RCTUIUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 35A2911CECA465FC692DB6CF5CAE70B6 /* RCTUIUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B21ED47165915C21EF394F4CA8C6DE71 /* RNFetchBlobRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 77F8E781B88AB45F66D2D0F0C53FDE0B /* RNFetchBlobRequest.m */; }; - B22B2FBBAE4A514F037B5880645E56BD /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = E874AF59A998B487AD511A1ABB25F5CD /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B263A4FE744BB18A7C7B543C66725FA1 /* GDTReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = B4968DB22147854D234F5D171DBBA244 /* GDTReachability.m */; }; - B2698816BE03D78D782DF5520083AA26 /* MallocImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 17EDB1822E6F8061173003D435EE1975 /* MallocImpl.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B27BA7F21D6F636713330F5EC0FD8633 /* REAConcatNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CD0CC8A410731ABA17B4B7EF1933958 /* REAConcatNode.m */; }; - B28B3C3312242F7DFD9A49CC8293CD6E /* QBVideoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = 18773384DB62FB17C00795EBAF1F71D7 /* QBVideoIconView.m */; }; - B2AC693FDD557631F17664DA2A56B3DE /* RCTAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 14CB72BD88E5921C9D1A0A0CC1D55F14 /* RCTAnimatedImage.m */; }; - B2FA0A7642EEA39E75D3D03EF2E15B4C /* FIRConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = D16FC95975F74E79569D058C5442ED48 /* FIRConfiguration.m */; }; - B350DA3DF951BFDFC56331C90C01E200 /* FIRInstanceIDConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 742E5440B777A8B7B7A9FC704D40329C /* FIRInstanceIDConstants.m */; }; - B3547BB056E15E18329646D317844CFF /* KeyboardTrackingViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E7588DAF95C4787C202BA89D3F3D7CD /* KeyboardTrackingViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B38F0F004105D71E61A479969F1D0E00 /* RCTSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = EE93036901E459583B8415EA9BFA902F /* RCTSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B38F532404A131A6F67FE5B32AFFB7FC /* RCTBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B171ED2A0F4F64763AAB6D51EBBFAB2 /* RCTBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B3C7D46AE1B201A79C73C5CDF1F4BAF8 /* RCTBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 969FEB85FDDE0C10103B8A25A95EBD99 /* RCTBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B41B88AE6081A9D0D8032DBD315DE541 /* RSKImageCropViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = D715E8B4DE1CEBBF6120A95EBAC89838 /* RSKImageCropViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B447FD3316D3F3F80C80681F17A5014C /* React-Core-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D6CCA38F606D7F050C0C41B9FFBF07A4 /* React-Core-dummy.m */; }; - B4681C085E07706AAD0AC18E0183E0ED /* RNGestureHandlerRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A6B04011303E79129FE13F3F74FB219 /* RNGestureHandlerRegistry.m */; }; - B46D8BAE4C9ACE396EE6E38D21C53C39 /* FFFastImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = F56F89625EED968C185E2591B64915F9 /* FFFastImageSource.m */; }; - B4739208CCD185642B0D5DCC2FC489E0 /* DeviceUID.m in Sources */ = {isa = PBXBuildFile; fileRef = BE4B586AB972B38E5917D356760CEB41 /* DeviceUID.m */; }; - B477E0D3D5EAB635D2E8C8EE9E00B846 /* RCTPerformanceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A68C48A1030E443E888C7590272A329 /* RCTPerformanceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4AAF4E42C54B9F9F4FC2D9F8A46B29F /* GDTDataFuture.h in Headers */ = {isa = PBXBuildFile; fileRef = 348E94250746518A7806840383B1E11D /* GDTDataFuture.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4BD045C0010A019A59B05DB94275A55 /* REAJSCallNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DCF1F59702E6C9EDFE4E565FF905658 /* REAJSCallNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4C3A72600CB8D619C537CCA7E59FFD7 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 089EBBA93BE1805538484C172DF301FA /* UIImageView+WebCache.m */; }; - B4E253A8AA7AE36273D3CF133550408C /* RCTNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = C6B7F96A416B423B2463337F45093FA1 /* RCTNetworking.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B50E9E916BC2CAF92872002BCDF0158A /* BSG_KSSystemInfoC.h in Headers */ = {isa = PBXBuildFile; fileRef = 669A06DF73F139E4DFC6BDFFAFF8E73D /* BSG_KSSystemInfoC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B53803E0BA4AF13B0CAB686D6FE5D0FC /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E99FE2AC919270F659BD0546476213B /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B56C853A088A0C2731C209C818076B37 /* RCTJSStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A1D6A6B1993E9FA5C6D8E6B7681B586 /* RCTJSStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B5B429926449C953C72330919CAF8420 /* RCTProgressViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AA0E28EF6788ECC06A71AFB63E5B998E /* RCTProgressViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B5BD49BAFD353D954E0840F64E4A2821 /* DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DFF8F03CCEC8054A1A6D5F51BE7DECEE /* DoubleConversion-dummy.m */; }; - B5D8DB98F0DBB6D20242F47C2F812144 /* RNBridgeModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 98F7480695CDCF523438C7C3164704EE /* RNBridgeModule.m */; }; - B5E9E6F752E4EDE32AC15703C13715AD /* ARTNodeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BB63BC5E49A0A3A83B825A1BD68791A0 /* ARTNodeManager.m */; }; - B5EB4E5FE1155C1296CC6743D69A3316 /* RCTImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 258E7BB2C2C148FDF7078ACF18069153 /* RCTImageView.m */; }; - B61FD3AA8214DE7386C1FC11C8D29267 /* RCTConvert+UIBackgroundFetchResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 41E53384E5C027561E1AD8D5125E873A /* RCTConvert+UIBackgroundFetchResult.m */; }; - B64FA42E184A0EE28D65B959449C49FA /* GDTPlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = 55E1E403AD292FAF3D42C2C412ADBA7F /* GDTPlatform.m */; }; - B65ABCAEC3B324AFF74CFC314E05D488 /* raw_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AAB0B583B5185ED50F89BBC10F45D6A /* raw_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B6842E62885EBBE6CA0C133734CBD26A /* RNFetchBlobReqBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C5CF502ABF33370DEC77750729F2E6E /* RNFetchBlobReqBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B6E651E12D06D37F4E6F162FAB03724B /* RCTInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C75686B1B7889134830DAB954BDCAE8 /* RCTInputAccessoryView.m */; }; - B70FD1F085F4B1DAF7EA12B132D71569 /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 60D1D312623E33B7A38749C5DFA66DA8 /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B719B6CE8FDBC80C42048ED1A4510024 /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = EF594034BCE978C5C293994FCD6EC5C1 /* NSData+ImageContentType.m */; }; - B72B789755169C410B1BECF061D3F9AF /* RCTMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B675E27D17E8DCE6AAC1F10436D1F10 /* RCTMaskedViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B72B9DBE5446E5510A628F76A191A0C7 /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7564A1F13E29A4E11BFF153723BDDB4C /* SDWebImageDownloaderOperation.m */; }; - B79379EE30EB5B9FAB3B9E5DDFAF509D /* lossless_enc_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = E8E4135161797AD2A3E9F84FB1313299 /* lossless_enc_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B7B1C326E18E2566E54AA59FFF788C28 /* vp8_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 268F7F7EFB3E947F83F5B9F2CF88A0DB /* vp8_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B7C947F92EB5B94DBE1C2920A060E0E9 /* RCTMultipartDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 21F8D53CB034D71E9DFE4A5E5BA996B6 /* RCTMultipartDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B7DFA107ED277F43F7F2BAC8F7E62403 /* RNFirebaseMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = F1D03EF7BA2A6F98718566A44DB02EED /* RNFirebaseMessaging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B809511BC0E992CA4B37C5D757DD2C64 /* REATransitionAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = C6CEF9A66E81DD5CE2D2A95D73C83446 /* REATransitionAnimation.m */; }; - B8317134B45F9440FFFEFF835F1613A9 /* common_sse2.h in Headers */ = {isa = PBXBuildFile; fileRef = BF8ADDD9F754DF1DC3565EC72038C2FE /* common_sse2.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B8617288EFCE468DB38E1199D2D60E6D /* RCTSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 342B9E040385EB7AA5AD6E96FA51BC3E /* RCTSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B86839393350454EB6F1E7EBA54DAE28 /* RCTModalHostView.h in Headers */ = {isa = PBXBuildFile; fileRef = F6E9199498D78ADAAD86983E71F793C8 /* RCTModalHostView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B88B8A0DA96440AC08B05788BE89D5FD /* EXAV-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EE34AA51F7F9AF3577693BF6A32FEF4 /* EXAV-dummy.m */; }; - B890C8FA91883956E89ADE3B6B17679E /* GULNSData+zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 682F6E4792E01F83E62FDAE84681DDD5 /* GULNSData+zlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B8D8C37B58433010A2274C85315B9083 /* RCTBlobCollector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 013A24983FE17F635DFAA39B867D1A56 /* RCTBlobCollector.mm */; }; - B91E70B671250005FA74AD2BC312CA08 /* libwebp-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DCA0397B2B08261B1E953EE871D5C37A /* libwebp-dummy.m */; }; - B9405D10CD2B01033E11D8E45E3994EE /* RCTVideoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BE2D6F0D39E3FF22EEAEED7F3DF7962 /* RCTVideoManager.m */; }; - B943D1C92F92A10B5D06036C8BF5BCD8 /* RCTNativeAnimatedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 065818D11131F7BE19E2CDB0883C128F /* RCTNativeAnimatedModule.m */; }; - B983A666B5D2EE8BD85B91218A9E9A80 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 11F288A2F95BEE9530487875BA76B166 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9AE047C64E85E86C1A3F245A7DE3FAB /* Yoga.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9756293030F9FAF3781E87AFAB4E9D20 /* Yoga.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - B9C1E38AD3D1F98B5403FB50A6003E43 /* FIRVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = FB511F4A05635B55609527D9515A1D25 /* FIRVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9D1154CD997F0702268F81D59B6406C /* RNFirebase-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FE5022B813094BA9EA56720B9EE4AFDB /* RNFirebase-dummy.m */; }; - B9D989270BF39444739B9D53F28332CB /* cost_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 911D6F23C6FB6C7954F8447BDB357F6D /* cost_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B9E9A4C8414CC010B04907511592478C /* RNFirebaseCrashlytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 71E45BAD0BAC6D9902943EB7A78110F3 /* RNFirebaseCrashlytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9EDCDF3FAC046611DB90A9950FC0F52 /* RNFirebaseFirestore.h in Headers */ = {isa = PBXBuildFile; fileRef = 38486A106E4914ED160FAB171C781E0F /* RNFirebaseFirestore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA2BC83095E22C1245FE705A08439438 /* EXVideoManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 697A6D5D2876748A0BEC82A7323A8DF3 /* EXVideoManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA320783C2C9624896E06C34E9BF688F /* vp8i_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = B07CCC1F57AF035C7F0A5F05DF5F21DF /* vp8i_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA9BA30EE97ABF955C4E454A06AB1466 /* RCTConvert+CoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6177C1A5E4529646E2D97CDF3E75AAA2 /* RCTConvert+CoreLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA9E8B725B9A8CD23FBF15614C59F41F /* BSG_KSMach.c in Sources */ = {isa = PBXBuildFile; fileRef = 7EFFDD1C172FACA0E4B372D8E6788CD5 /* BSG_KSMach.c */; }; - BABE71176BCA0F6279AA9F637CA91055 /* RCTURLRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 8666A129958604DEC083C66FEBB02BB1 /* RCTURLRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BAC64044E2BC58CB9EBE5EB147C69F81 /* ARTShapeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 73558E8BDF0844144FBB848734FB0A53 /* ARTShapeManager.m */; }; - BAF0F3643FF6537D18C0C4D20C0DBB98 /* BSG_RFC3339DateTool.m in Sources */ = {isa = PBXBuildFile; fileRef = B546C4150093F2C0121919DB6A6E72F7 /* BSG_RFC3339DateTool.m */; }; - BB5703CC5A171DC2B6CEDF71E4748D94 /* RCTEventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 49B6FE6596551A00C765B7D0BC0D7141 /* RCTEventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB72C52113C41EE2194D3A3EA913DC69 /* webpi_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = C7821887EC75F1976C084E486D5951CB /* webpi_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BBA5C37A4DA22F35E2BFE079AF8D4D97 /* UMViewManagerAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = C14488DB10BF1DC7ED777D3B1CACC0A2 /* UMViewManagerAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BBB9BBD85FD78B7232142ADE3AD15BD0 /* SDImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 65A2AC7C151D3304C515E8B87C31ABCE /* SDImageWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BBDB8085D34C1BA129E1735348672A38 /* RCTMultilineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 38EDBF06AF5D45BA630D94967F3847F9 /* RCTMultilineTextInputViewManager.m */; }; - BC323EC0EB4DA913977AF3EBC1C66254 /* RCTModuleMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 822A876AACD24B50722D260D165AB25E /* RCTModuleMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - BC39A14139D09DA09D179898A87CF021 /* GULLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = B8996D5AB0956EA7E5595D218610D734 /* GULLogger.m */; }; - BCFEDCF75CD6C632198EA59001E2203C /* CGGeometry+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = EBF297C2CF43BDAF7ECA04EA33DA8249 /* CGGeometry+RSKImageCropper.m */; }; - BD1D9E289B85888E5A0DA85BFDB7A306 /* common_sse41.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A3ED46A156A912B7EFC28D9216E415C /* common_sse41.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD4338E90B5A16B6947BCA512B8F86AA /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5875A79319EDABF29C9EB927DC01C0DA /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD5CFC11C49F0BB6ED6DE6C3B88A3B5B /* RCTSegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 13BFFC9DD90CC800ADE231AD62738E2F /* RCTSegmentedControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD65B77B25285655EFA60B4C9F3F23F9 /* GULOriginalIMPConvenienceMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BEF4ABF6E8169D3727CEA15BABCE486 /* GULOriginalIMPConvenienceMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD79F6B65349C921CE308EDC53DBFED7 /* RNCWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EC359907265C85DC3AC0AEC8FFEC1C0 /* RNCWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BDAE1642C9CF0B63DF602E868A7970E1 /* FIRInstanceIDUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = D8EC34EC8CC38CF16D8663A7854E1F0D /* FIRInstanceIDUtilities.m */; }; - BE1EE1B1FACDC3A698B499BB6B844904 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BCD450FD0A6612A0B09F4CD799B09295 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE37FB1F5349BFBD966F5B1CBB9B24B0 /* GDTUploadCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BD00758F5E48D4A3B8218710D7D5C07 /* GDTUploadCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE39F1DC3D3F1C43D2DCD3DBCCF32E5D /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 47BA8CCAFD3F2E3485A5F84C8440038C /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE40EDBCF4471381FF28E7701C8FEA69 /* bit_reader_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = BDA5D33F399DCAB1FD228ECD932912C1 /* bit_reader_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - BE4F13C44F376AE339DD73231DCFBACA /* FIRInstanceIDVersionUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BF4F22DC8A83366111A7A756E4A9AA2 /* FIRInstanceIDVersionUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE5DE257A36811BEFB4F2626DFDBD03C /* GDTConsoleLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 28BD684EF1D3EA7EF62481985911AFC7 /* GDTConsoleLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE66A472C87FB28630F530C61341D91D /* RCTModuloAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B4923C152363940143C95E1BD33AACB /* RCTModuloAnimatedNode.m */; }; - BE81EB7D0762FF06B9148922F597CE73 /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D27F567A689486EFBDD9BF0528ED12F /* RCTCxxConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BEAACB445A8428E8D8A345DFAAF5C23F /* QBAssetsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = ADBD04C24033E70A57BE371F9E95677E /* QBAssetsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BEAE2BC124DD18BB39D4A17D118FA151 /* RCTReloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B6F9AB60034F9E68659E84A566DD8A3 /* RCTReloadCommand.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - BEB014B667D2D37691883E689C5B22F5 /* CGGeometry+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 46610F5B03BF1D264385A4E958941598 /* CGGeometry+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BEB8A46866B0036585164D48371F67F3 /* rescaler_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B136D058D3F594D25B893879B7F0C2E /* rescaler_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - BEE4B0E524B825FBF453B242122800F6 /* FIRInstanceIDCombinedHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BDFD803D35E23046615364556059747 /* FIRInstanceIDCombinedHandler.m */; }; - BEEBCB09A0A2EF83877848B92D64AFBE /* BSG_KSCrashReportStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C9A106AB57C72DF38208610D5C94CD8 /* BSG_KSCrashReportStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF2CC947A4C41569B3A195A9B21F9713 /* RCTVideoPlayerViewControllerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F409B5295FD625EDC00BB50DF34E3B17 /* RCTVideoPlayerViewControllerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF545957D6AC7F90C6B1273591A96A42 /* RecoverableError.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E762A222308E7D5E1B9FFA92DF3CD40 /* RecoverableError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF65D2EA4B15FB41B542CC4ABEF114F6 /* RAMBundleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 99DE8F0CEC1B45C2885D13092296B18E /* RAMBundleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF6A5880435F00A13B94E354AD1306E2 /* RCTDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 71645E7B8BC727F250970F14F0682705 /* RCTDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF6C73488638D5E9B195DC5890E36369 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 10A429E17C3C53FA1DE5F1B6805ACFF5 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF9530B10724263A128DDA21ACFFAD41 /* UMReactNativeAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 790ACF3BCF8B68EFC80A6F46766C9E1E /* UMReactNativeAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C003FCC72FC7B55D846E71062A6AF1CB /* GDTStorage_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = BFFBF5219A0D3AAA47E060FFC717E668 /* GDTStorage_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C00BC444C909EC94EB7A0B9972BE02DE /* GDTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 38D3EA066BBED7BCCB24EAF46CC65828 /* GDTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C0A325EF483D590E330CAE0754811F0E /* yuv_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 02FD33521F8002162046ECF724387EAD /* yuv_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C0ACB39A2A62B6BE2B02F8A7AB97A14F /* RNFirebaseLinks.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B302054ACE74FCBA4C902A5DCE51802 /* RNFirebaseLinks.m */; }; - C0CB7350BAE204A6BD9FAB47CE2FE34F /* RCTImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EFBA9CC63A90E063363AB82E0449F35 /* RCTImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C0EF38E2CC4F5D1AA2CE7684E58C542D /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D6987D722A6047F50A05C5C98BB4D26 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C11E5987EE418D21E6B1CF2AB4703EF5 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 06FD896678C2E0470E8B620B46533FFA /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C12CECE1BFC62D60E7A7F28CFEB07FA7 /* RCTInspector.mm in Sources */ = {isa = PBXBuildFile; fileRef = ACC42F9CA47CAE7B954CAB7F87146F43 /* RCTInspector.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C13607802A82E097C94614A6F16A33AE /* RNVectorIcons-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C6708324349481C17FCF7D84DBAF332 /* RNVectorIcons-dummy.m */; }; - C13728C0CF5BB9AC2E7C7AD120BE6624 /* RCTImageEditingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 39E347AF42FFF5C537EC1000B5934B92 /* RCTImageEditingManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - C1527E631CCA0A9E697CE853758205F9 /* RNPanHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 20D94A6B2AAC7FF5566A6EF8075A8135 /* RNPanHandler.m */; }; - C160A88864FE384B7BB83ADBD7CD4570 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 06FD896678C2E0470E8B620B46533FFA /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C183C6E11A0E0A2F431CBF0CA057B88D /* REACallFuncNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C7396637082AFCE850981CC4B3AEF7D4 /* REACallFuncNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1A123BFA03E70A8959BBE5BFEE568C2 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C9263F825FFF757EAA47B9D757CE6BE /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1B699A7F2B98F0236BD674973A9BAC0 /* RCTTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = F6546CF4D4FB0BE83BBB6103DB09DBB8 /* RCTTouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1C07EA90BC7C396D73BFB7E2876A20C /* RCTUIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 18362C3D98EA6CB3834CF9B1302D0D33 /* RCTUIManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C1C42D2A161E005AC9884543F93F9990 /* CompactValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 68EB781C14B45A23D2B2422D488DA871 /* CompactValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C207569F8719A271C767D198587CFF0F /* FIRBundleUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 5506F95C9DD2C96CB505C5DEC60279DC /* FIRBundleUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C20D3318B5E9CD84E1EE98ABED9ED88C /* JSDeltaBundleClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 799DE0B23BD42824FA309135B2CCCD47 /* JSDeltaBundleClient.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C22841039EF7FCB0A38C0A4BEF6E233A /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 54711596EE065CCA239EFE8201F0E41B /* SDWebImageDefine.m */; }; - C244C4AEF749407B55BEB89F8A908791 /* BSG_KSCrashSentry_CPPException.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6393E76CB8B749E8EE05E3095BF5C201 /* BSG_KSCrashSentry_CPPException.mm */; }; - C2684537D71ACDD166474EDB26F48E95 /* RCTNetInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F44BE17A1B22DF4B65F85DFB6D2CDEC /* RCTNetInfo.m */; }; - C26D1A4CB64ABB25355919733FA07F67 /* UMModuleRegistryProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = FA95564F03E679BF7BCDCCFEA4F5DB37 /* UMModuleRegistryProvider.m */; }; - C29A733CDEBD3A9A2574F947537CEFB2 /* RCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F6276C82E730E00E47CA21517DEA52A /* RCTEventEmitter.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C2DAABCFA14AF3B14F81C7763C0E9B44 /* REAAllTransitions.h in Headers */ = {isa = PBXBuildFile; fileRef = 04465093BBCE1426AF1EB6CA52C98A8C /* REAAllTransitions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C2FE5A4BD90912BBC15DF5CC9C172146 /* JSExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0FA89F0128EFD95C39CBF01E1D7AF57F /* JSExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C3349FD62950CE68B534E08E98989248 /* filters.c in Sources */ = {isa = PBXBuildFile; fileRef = 191C7A61A45A4E62643670F51F090822 /* filters.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C34CB0B8FFE337C549DD2A9F0D84B82A /* RCTRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 642EB49E2BDEBA6B3F2823D35D8EA481 /* RCTRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3A2D6BCDBDA123DB574B839F8BD2994 /* UIImage+Resize.h in Headers */ = {isa = PBXBuildFile; fileRef = AC902C6A9794419C90D1F8485A66EA4E /* UIImage+Resize.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3D1000FE91F1ED6637A85A0B3393FAE /* GULNSData+zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = 4869B54B0EE37591D6C195EFA088A309 /* GULNSData+zlib.m */; }; - C3EAD7F273D022D02D3403E9015A8523 /* RCTProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 37642C07E13F5B2E1648F47694282C66 /* RCTProfile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C426E7406D39F8B9DC748D66406DE5D9 /* EXAudioRecordingPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = F540A7F36176444CD199169CBB389C49 /* EXAudioRecordingPermissionRequester.m */; }; - C45AD96F1A0B37D92B6961C3CE437CB8 /* RCTModalHostViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FE52B8E58D6AC2000D8C3F90FBB1ED6 /* RCTModalHostViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C463903550363F2EC8E73556C301C2CE /* FirebaseCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BBB8F40356ABEB7E55A02AB87D8BD73 /* FirebaseCore-dummy.m */; }; - C46CABA6A326F70D7624EF26233C77BE /* UMCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B8D1129C4CF2834BFB0767A96D941297 /* UMCore-dummy.m */; }; - C4A2F95818E70C18AF66DFAFDB40D431 /* RCTDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 82D6F3B8FBE2CC86A13086312B23271B /* RCTDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4C0690D0CC7D0EFC458CE9E1C67B9A2 /* RNJitsiMeetViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FD8AD87F8A4D33DBC348F541ECD1A7A /* RNJitsiMeetViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C50BBFD660177E04410B43D6C45ABBE7 /* GDTEvent_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E1E297E5E6E76E62B903BE587078B295 /* GDTEvent_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C51C3D70CCB9260030FA831AF35788CC /* pb_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = A90996A1D17F8B19F648CCA2F3DA90B1 /* pb_decode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; - C54354698BDAC62A3BD74819A4F3A2F8 /* RCTSurfaceStage.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EDDD082B464330E799D615A83BF7906 /* RCTSurfaceStage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C546F80F28448E4840B54656FED5B9C0 /* jsi-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 9724C58E6FD7F12E0B1E7BA188AEC6FB /* jsi-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5B18DC66089E744774E2B7348260CAD /* GULNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = EAEC75E92D73486F6BF98F23AA7FFE58 /* GULNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5B6D6D972FDFA5C328D46C038C831F0 /* jsilib-windows.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CF430C02D4BA0FEF3E12AD4A03135469 /* 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"; }; }; - C5CEDA86340AD47E9F861BA2E90C0098 /* FIRInstanceIDAuthKeyChain.h in Headers */ = {isa = PBXBuildFile; fileRef = 119D49631AB3BD4A36F2818E213042AD /* FIRInstanceIDAuthKeyChain.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5E72E14D8CFFC9470A4CCF50E4F7446 /* BugsnagReactNative-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 107D3D738B7A8CE24E980163B3F09293 /* BugsnagReactNative-dummy.m */; }; - C61D07BBE1FA5ED2C4AB03C96D9A2F8A /* RCTSegmentedControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C2FD7CCA4CD739EF855A3FA01BE50856 /* RCTSegmentedControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6392E335499D2C84212964C3C05A577 /* BugsnagSessionTrackingPayload.m in Sources */ = {isa = PBXBuildFile; fileRef = C4DC2C0111B5779B9E565DDCD823B049 /* BugsnagSessionTrackingPayload.m */; }; - C65E95799529526B6E7D878BE5A8C15A /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E30DF42DD6363F4750ACB671F106D0B /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C679826BA06A7E8AC3F0C873125401AB /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 52BDDD0244A987883DB876E8A5EA00D8 /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6B6684C3D88C826389C24634EC328EC /* RCTTypedModuleConstants.mm in Sources */ = {isa = PBXBuildFile; fileRef = D35E004EB2154009985579EF4FF8557B /* RCTTypedModuleConstants.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; - C6D1392176223C7A48AF027E57177FE9 /* BSG_KSCrashDoctor.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C2874550A34A16EB9474246542FFF9F /* BSG_KSCrashDoctor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6DEF164A573F8287A635565DD249709 /* UIView+React.h in Headers */ = {isa = PBXBuildFile; fileRef = 72EC2B440DDCEB6EFC3F9B963357EE76 /* UIView+React.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6E12490D93786594E537BE98FC35205 /* RCTNetInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = C8D26CCB01B9E0036DF184638CEE68DA /* RCTNetInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C75E4435E4A6F4E4F77E7B11B6B93DCD /* RCTNativeAnimatedNodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F77E200A857AB3875CCABF438E29412B /* RCTNativeAnimatedNodesManager.m */; }; - C78C8A90CCE1F00A747F50135C11A8BE /* RCTLinkingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C1EEFE3D55A0AEA0A647125C544FC2A4 /* RCTLinkingManager.m */; }; - C79294613B7092A89E272A0F5BE8FE3A /* RCTSegmentedControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B44F94E7C34A7CD76455440BA3B2A22B /* RCTSegmentedControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C7A978DE2F048385786BB530A47BB2DB /* RCTTextDecorationLineType.h in Headers */ = {isa = PBXBuildFile; fileRef = F6D13961482DD2EE8A258762BDEBB52D /* RCTTextDecorationLineType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C7B3587D484D82AF3247A699972D2A1A /* NSDataBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 30A072C44DC0493262F79EFEA04ABDFA /* NSDataBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C7D3C394C908F36CAD5033116E989AAD /* GDTPrioritizer.h in Headers */ = {isa = PBXBuildFile; fileRef = C3EFB4F4EC1CD06DDFE2D949BE8E6A0C /* GDTPrioritizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8294A3AFB454918E426906BBF91A803 /* RCTAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = 7086384D7DF888A8EAA0D0D4522AE179 /* RCTAppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8366575C514F3D18B718B19878DDFCB /* BugsnagBreadcrumb.m in Sources */ = {isa = PBXBuildFile; fileRef = 6072E4BAAED089D7AE2B64FEE750099D /* BugsnagBreadcrumb.m */; }; - C85D4BD99F069300A31F363E422EB484 /* QBAlbumsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = D328398F059C6753CB6FD284D94ACD5F /* QBAlbumsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8D012D66025AB92F9FDC8208D69D2FB /* RCTMultiplicationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 93C912D0BC9AA31331647CD55694D361 /* RCTMultiplicationAnimatedNode.m */; }; - C8F5AE3DE1F7A264D3C7EB9F1168625B /* BugsnagKSCrashSysInfoParser.h in Headers */ = {isa = PBXBuildFile; fileRef = D2AE01502A1D7A3BF017E43D2D032248 /* BugsnagKSCrashSysInfoParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C91A80302343239A6EF2EA1AD3B2D760 /* RCTSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1306BEAFB1827AF92227FC3E2C27E0A9 /* RCTSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C940D03C9052AA2516156A393AFB5D41 /* RNFirebaseRemoteConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = B0D70BF1D81B69D47C2148109D5EF985 /* RNFirebaseRemoteConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C94DC516C2F48A7868DF9193BAB277CA /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B9A2DD3B4EA1CAC0E1E3C0CC971E625 /* UIImage+Transform.m */; }; - C95C8066C336E2C233D889A4AA7BF555 /* BSG_KSCrashSentry_CPPException.h in Headers */ = {isa = PBXBuildFile; fileRef = 934A9CEED773C4D40E17F290E470AE41 /* BSG_KSCrashSentry_CPPException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C98B27F94C0BFAA23B39DF31B94E96C2 /* EXAppRecordInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = DAC76346A03F1281B2819BB21FDCA495 /* EXAppRecordInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C9C06DB7739CC4EDD00EE60BD45AB526 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BC88F2D8A0A91D11E8A80D44390B6D4 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C9D6F1DEFE0BC49C87D941B8CEDBCD01 /* RCTShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 294CB3D252014A18DD4A3A73D6B0EAAC /* RCTShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C9EB3B7BD3C03FE53AD3B843B3B6B185 /* RCTConvertHelpers.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9A28B5D073990FAAF8A12A5EE68E5743 /* RCTConvertHelpers.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; - CA28EB9031E5E5659B2CA1F6BF10E4A2 /* RNFirebase.m in Sources */ = {isa = PBXBuildFile; fileRef = A745D640AC8C686BC57AF610BB212C47 /* RNFirebase.m */; }; - CA5793F28513936E05309A9CBDC43D43 /* BSG_KSCrashIdentifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DF2A0FFF5E8791669F3D2E2AF773864 /* BSG_KSCrashIdentifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA67199CAF85BD631A173567EACB114D /* Orientation.m in Sources */ = {isa = PBXBuildFile; fileRef = B512017AE0E0A919495C69B001437EC8 /* Orientation.m */; }; - CA6E8BCDD8BA3F3A19D47CFD4CA9E6E0 /* msa_macro.h in Headers */ = {isa = PBXBuildFile; fileRef = 7438CA751822D791B12E58204A868D57 /* msa_macro.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA82E137ABBD7249B72E92F7D52A1A2F /* ARTRenderable.m in Sources */ = {isa = PBXBuildFile; fileRef = 82A14036AEE4CCDA197C5FEE2AD9B15E /* ARTRenderable.m */; }; - CABED76FF5610C0534B090E89EA3B2FE /* BugsnagNotifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 4870E7734548ECD64DE92DAAD30CE706 /* BugsnagNotifier.m */; }; - CAD5136F6340CDBE7374F28BADC8E8EE /* RSKInternalUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 7607A9B0AE15AE2637A412F178FD449C /* RSKInternalUtility.m */; }; - CAF7B83A9944FC42D125FD8531A69A20 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = F7A3959711328FF127A9A09EDBF43483 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB451FBD339977E44FF2FC313068B5EC /* GDTStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = A639FF9F42C51D2970304EDD7F9308E9 /* GDTStorage.m */; }; - CB53CB8940FA626EDC9DA002C71F0199 /* RNCAppearanceProviderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AAA73D3C27182BDDB286D67F23E7D9A8 /* RNCAppearanceProviderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB58C69E5D7000D8AE64ECC794C216F2 /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 594F6298D5A3FF425E7667904063669C /* SDAnimatedImageView+WebCache.m */; }; - CB64648C0E1E4414FD4489211DD002D7 /* FIRInstanceIDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = C8233D3E197592FC774570D40E374962 /* FIRInstanceIDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB6FE39436E925E77F12794C3460AB4F /* JSIDynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 03ED1D7063D6A4F5E65CBC1E0BB1B9D4 /* JSIDynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CB75321A593E9F9CF14DC01E77D2B71F /* RNFirebaseFunctions.h in Headers */ = {isa = PBXBuildFile; fileRef = 51B2C8E893A252AC4FBBA74FA44502D5 /* RNFirebaseFunctions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CBC3C8CDC98A30E9165A60C0AEC4C6E6 /* RCTSurfaceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = A721BFF3C23C75052F8B9492B619485F /* RCTSurfaceDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CBE71DAFC11B03D9525FF1D9A22DB7EF /* BSG_KSSystemInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = B638103507F939F356DBCC7610FC8D00 /* BSG_KSSystemInfo.m */; }; - CC1D981A4F68A1E01BF9083FFC270693 /* React-jsi-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EA3F07E414F12BEEC927B8DEB2052DC5 /* React-jsi-dummy.m */; }; - CC39BA71608BA9FFD62F8C5AF65B227F /* LongLivedObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AA60B66D815707B0ADDB4C0E55CDE282 /* LongLivedObject.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CC5C5748F588ED764B57214FD01FA6AF /* RCTSurfaceStage.m in Sources */ = {isa = PBXBuildFile; fileRef = 03F6365F981A98278104844C35794E58 /* RCTSurfaceStage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CCB6F59AABF0E21BC0F9A4A9021C9181 /* alpha_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = BB1D5B32296BD5CF76CB332AF0AB90DC /* alpha_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - CCEE7F22ED3AF3050046C3DA5CED35EF /* UMViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A52DBA02565620C7CB43C0C6D06492BA /* UMViewManager.m */; }; - CD20FB8B82F46A41B46BE2243C2207A6 /* React-RCTNetwork-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 70EADC0A08F79C918C0BAF66E7927788 /* React-RCTNetwork-dummy.m */; }; - CDBF9E5042AA209F0DC26458C3E0A33A /* EXConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = E25729254AAC6A69173C349D7E0D6E86 /* EXConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE06FC0B40399ED9AC1D7CE1291D0C35 /* React-CoreModules-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F766909B3CA981EDF35FD2F74F0FE04B /* React-CoreModules-dummy.m */; }; - CE25C95BBF3F1E5830A8EF8E1F7A9929 /* RootView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EB6BD60D5323882B3778EC0D65446AA /* RootView.m */; }; - CE2605D3A74C9DCC6A5A1C6ABC04ED98 /* FIRInstanceIDAuthKeyChain.m in Sources */ = {isa = PBXBuildFile; fileRef = CBC675CAC7646C3D2A0E25803D8F155F /* FIRInstanceIDAuthKeyChain.m */; }; - CE6B545FD5F8B9D7C9CDB838BCA0DE96 /* RCTSurfacePresenterStub.h in Headers */ = {isa = PBXBuildFile; fileRef = 500AB3A9389C8A6C18587908B65AAC29 /* RCTSurfacePresenterStub.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE8503B88DEE00283F39ED2D5DDB41BA /* RCTSurfaceHostingProxyRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 87FAB9B3921C5491324C57EE24980194 /* RCTSurfaceHostingProxyRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CEAA8BE4C689E3421CF6258FEE5858B2 /* RNPushKitEventListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 918587191E4667B02FD2E5E05592C35E /* RNPushKitEventListener.m */; }; - CEDAFDB3B3EA3DCE1E62FF82FCD516E3 /* RNFetchBlobProgress.h in Headers */ = {isa = PBXBuildFile; fileRef = 99A4CC1FD55E6B4E02022156D8214093 /* RNFetchBlobProgress.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CEDCA25A4B55E64D9A49FDE6D20C638E /* Assume.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFE58F2F7DF905A211BCF64AE4C0FA8C /* 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"; }; }; - CF138048B1839E5ADDD579CED7E00DAC /* ARTGroupManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BC6B6FCB80F6D5BDAECCE202D4807DCD /* ARTGroupManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF2AB0B98D710D55807308931D961B80 /* Pods-RocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A03EB9B87FF49512AC6907C1B9AA221 /* Pods-RocketChatRN-dummy.m */; }; - CF2DBEFC8F676A6C89BCFA1DCBC02491 /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 8266C442388677C2FCF13167301096D6 /* fixed-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CFCFD3BD78FC19E128EA473DF18214A1 /* RCTSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = A69379B3BBF5F21F7D7CD7379254CFE6 /* RCTSwitch.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CFEA96EBFA4939A78536A1C1A6DD63D7 /* lossless_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 48967D0EAAD400B6C1756763B482F85D /* lossless_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D02279BA02BD4E067A2468A5B6213A6D /* GDTCCTNanopbHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 75C9063DE74F66137EFFB7D1CB6757C8 /* GDTCCTNanopbHelpers.m */; }; - D05B74D99B907FAA33240B85E01AFC46 /* jsilib.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B5F68049BBDF35F02DD601208D15093 /* jsilib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D062A8C245F8153467102568B63FE46A /* RCTReconnectingWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 648F4671C090AF0D1BB856C9CE47D844 /* RCTReconnectingWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D07B97742E6D42B8DAE45A4EBEFB3A13 /* RCTNetworkTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 05948012E972D194E23FAED8A11DF64C /* RCTNetworkTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D093A116E9E3D56CBC4CCA3FB53A374C /* UMLogManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D09BCCB42C4D7C1110DC5879B0C70B5C /* UMLogManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0D1E7C0D38F8F07555211A4AA20537B /* GDTRegistrar.h in Headers */ = {isa = PBXBuildFile; fileRef = 84D2322CA9EC6811EBA2D12ABF5E0AD2 /* GDTRegistrar.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0D2428916EF61E41BD76DD1CD720A97 /* RNNotificationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BE1489ECD3F28A0FA98832F85938038 /* RNNotificationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0F5A66EBCE6C63428203D551465C9BC /* BSG_KSFileUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = 91213083B8626A76DF83EC2B4EA29623 /* BSG_KSFileUtils.c */; }; - D114C36DE2B965A7696D1BDCFE2FD45B /* BSG_KSCrashIdentifier.m in Sources */ = {isa = PBXBuildFile; fileRef = B82A60DD9D4A8E559A3929AF8AF67DD6 /* BSG_KSCrashIdentifier.m */; }; - D13952929E050B80F1F6F52086E7C7BD /* React-RCTLinking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F2253B3C4217361248CF0F5EFBF280F9 /* React-RCTLinking-dummy.m */; }; - D1503EF664C957A47671F960BBCE5C55 /* RCTShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = FA902CAF73B34A3BC1E327466D491E18 /* RCTShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D1531DF670F8F9F3756453F2D690D5C3 /* RCTFrameUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = 8789E6B9B4F6FF88FE0CCF277378F455 /* RCTFrameUpdate.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D15B1D25AFE4F0CB60215790F195A38D /* quant_levels_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 0FFA719374BF9C3DDDEB36F059761932 /* quant_levels_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D19105904195D17C5769DDAC4A0E857C /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CB3EB2037C237D1092F9F55C34AB4779 /* YGConfig.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - D1E2823715233023751BC1A650312E68 /* RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 19D03E6E04BA7FB962A87E8249DC83ED /* RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D20CB1F465B6DEC72F0A0FB85325E552 /* yuv.c in Sources */ = {isa = PBXBuildFile; fileRef = CAED344FCC1C522675E638C9E1B74B56 /* yuv.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D21EB307CB91F199FA4CB0465AD242C6 /* RCTImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = FC76E57329FEF4D0AA4A92371801171E /* RCTImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D2258A291CF8E9E8C9A366DF12F38F7F /* REAOperatorNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 31B527DB522892C5B0FE2BC52F4C2CF7 /* REAOperatorNode.m */; }; - D29F28485DEE738B6FA3CCF80F59FAB2 /* RNLongPressHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B98E93629EA9E422B840B45C06BA3C9 /* RNLongPressHandler.m */; }; - D2BE8317E9EBBE5FD4ED18BA5C53794A /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = 36898F6F3A17E35E4B79457A43BBAC39 /* cached-powers.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - D2E11DF07AAD7072CC507F7E383B4FE3 /* pb.h in Headers */ = {isa = PBXBuildFile; fileRef = FAFF3D6DA73503BE193DA001AF40848F /* pb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D2F766BDCAC9C07A3066A4987FB586BF /* RCTLinkingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 80CF1E401B375D15AC257650414C757C /* RCTLinkingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3191A4541B60D766573C867948163D7 /* UMSingletonModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 65A5E7801F26514B02F8B543A6E0CEB2 /* UMSingletonModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3427935755BF962371D067EFC408DE4 /* FIRInstanceIDKeyPairUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A7830133E02017B820D1F11EB0E2EE9 /* FIRInstanceIDKeyPairUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D37AE5F466D1D7BE1CDC2D645ABC48B5 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = F0FF018C1A90BD9D388460C86A20DD2B /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D39505AA86E323C96932E3A04B1A0351 /* alpha_processing.c in Sources */ = {isa = PBXBuildFile; fileRef = 797E5CE06E9B9B51140134FE084E6A9F /* alpha_processing.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D3B16597778203DE6EDD2C915FC363E2 /* yuv_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = F5C159AF450FD701B85E80EF47EB8CDF /* yuv_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D3E2973E1A77B52217E5151ACC4C40F9 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4493626E5D7EBE75F85C62707A33036F /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D3E31C7333A9AE3971A60CB70949C92C /* RCTScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = F46E1EFB7FEF88326BC1984DE4528106 /* RCTScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3FC99851794FBF244FFCEB31750F0FE /* log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 99F091C5F623BB170E278BBD8E649A54 /* log.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - D411D4F1C26BDD8CF0801FB3DCD7930C /* REAStyleNode.m in Sources */ = {isa = PBXBuildFile; fileRef = DBB7B8DB915F0B5632539AED6754072F /* REAStyleNode.m */; }; - D4492AA35116BD68F0668FD3DBC22437 /* RNGestureHandlerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 689C4E996CF7C4FC07E1B6D536786D8C /* RNGestureHandlerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D501D5C43EEF4B1458C136411F3233C6 /* RNCWKProcessPoolManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 69CD1428BE044F508EA19529C634CA35 /* RNCWKProcessPoolManager.m */; }; - D5459FA80234303AA34ADFD42867D41A /* FIRInstanceIDKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = E4DBFB4E3EB87512BFFC27EAFB4D7E2E /* FIRInstanceIDKeychain.m */; }; - D548578B0B4BAB40AA2F67986DD948C2 /* upsampling_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C613FF4E2A125F0EB455A9B28448FD8 /* upsampling_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D57B25CD40E3EC19D45D1DA315B29F34 /* BSG_KSCrashReportFilterCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = 326A4C8A60814AB6D6E6D5E9A163A87B /* BSG_KSCrashReportFilterCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D5D452E5668A65252CBD1865BF47312A /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = 02914C56F64CA92183E30842641FBE0B /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D5E171BEB835B46B99500DEC036AB7FC /* RCTRefreshControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4500A1D254D7968136D42F37F9A9BD8F /* RCTRefreshControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D5EB936081DE1ABD23F6EF6E9A31D4A9 /* RNGestureHandlerModule.m in Sources */ = {isa = PBXBuildFile; fileRef = A35B77B88D2899E2E0ABDACED21D139E /* RNGestureHandlerModule.m */; }; - D5F01B05595BB83EFB74E80121CE3C25 /* NativeToJsBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5F9510CC90752C88FE478F9478E640E6 /* NativeToJsBridge.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D6103FEA120EFB22A9CBCE782B698E5A /* BSG_KSCrashSentry_Signal.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A4D6607F08A455494B899333F3F3455 /* BSG_KSCrashSentry_Signal.c */; }; - D6171C8EC6F0B8271D6FEBE6D0BF4192 /* QBVideoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AFF2790DE9D663C1E7587227F59B572 /* QBVideoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D647A0F7425911DA56628C08A2C06F1E /* React-RCTBlob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E7256E33F814DCD9DFE28773997D763 /* React-RCTBlob-dummy.m */; }; - D69223C42741872E5B2A529FA5828F8E /* pb_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = B495422B40687B5786370FAACD615B60 /* pb_encode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; - D6AD419ACD3BDA8CE50C3335BA8C9621 /* YGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 960EA976ECE17D22A0E480FFD8AD7983 /* YGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7182C0FDCAE8B97CE1BCDC7866C69FE /* GDTEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = D7A7B3758C1D359A15F4DF30C28E57D8 /* GDTEvent.m */; }; - D74FFDC85A25F62F1B5AE4B8AB0B65D0 /* RNGestureHandlerRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = F2E25775A45842E9088779C54A85CD2D /* RNGestureHandlerRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7690664E9554486C6A08570CCA16219 /* alpha_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 69549F7167A5976E3F0646387CC22A36 /* alpha_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D7ADEF068518F7CE4F646F7EBB7F384B /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B25C2F7013DB491EBA70CD15C766277D /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7DF907042402355DADB8F17FA3F1405 /* BSG_KSString.c in Sources */ = {isa = PBXBuildFile; fileRef = A7C4C58611A3C8A99D22871C4D030F80 /* BSG_KSString.c */; }; - D81AC0C4DC01BB7B898EF80BA080B002 /* RNCAssetsLibraryRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 935072EAA70CCEEC7BE2BF828FA99B1C /* RNCAssetsLibraryRequestHandler.m */; }; - D8381F8F51F652DB757C7CF69E9B33B2 /* REAFunctionNode.m in Sources */ = {isa = PBXBuildFile; fileRef = C92E568B45D250E8DD1893862F11F58C /* REAFunctionNode.m */; }; - D854B8FA66DD93A12832A8A313105AD7 /* EXCalendarRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A8560848CA9E1EF58F0B5E48D3A3D68 /* EXCalendarRequester.m */; }; - D8657431950ACD09CD921390BC208E99 /* utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = B2647D7CE97B25E7411775854BD8AD1B /* utilities.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - D89934B15D0E9D0E016816D7FC0AEF3C /* RCTImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A44BC6F2A573040BA8676484BA4B3B0 /* RCTImageSource.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D8EE6465A9C79D73344294522CA1631E /* UIApplication+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EE738B3A601FC77C73C28D6421C75F9 /* UIApplication+RSKImageCropper.m */; }; - D92CAE62ECAFE549B7CADB800BE130C3 /* RNJitsiMeetView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C902B90285F7AB774D8561D259AB1C2 /* RNJitsiMeetView.m */; }; - D942F947E98B998E31292371B94924C1 /* RNFlingHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = C7BA85C06677FBA23A3AA611317E0603 /* RNFlingHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D9804C6D34DABDB222B6374C28AD9317 /* BugsnagSink.m in Sources */ = {isa = PBXBuildFile; fileRef = 250CA94BE6AF22BD22B45DF0F3AC6D13 /* BugsnagSink.m */; }; - D9977E019B78E27FAC73A954C5BBDF8E /* React-RCTVibration-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C6248E61FF60B7423DCA4D91B64615CF /* React-RCTVibration-dummy.m */; }; - D9A1F3B4736C2AF9FCEA83028434E03E /* BugsnagMetaData.m in Sources */ = {isa = PBXBuildFile; fileRef = 7033CC3FDDE0F2FC2F238C3C2D4CE220 /* BugsnagMetaData.m */; }; - D9E8EF785F0508D50522BF668E520107 /* EXHaptics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 126A0865B4292828C00D20223DA85745 /* EXHaptics-dummy.m */; }; - D9F43B12E9310E1070D9ACA28E595ECB /* BSG_KSJSONCodecObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AFB5AAFA6BBEEA1DBDE14228864CCEA /* BSG_KSJSONCodecObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA3E756FDDBB22F63B92675EE270BFD9 /* cpu.c in Sources */ = {isa = PBXBuildFile; fileRef = E1E51FE5092CD4D13C651F128F55E751 /* cpu.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - DA553EAB5D6042B76746804E1EAB9AAC /* RNSScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = E804A83F149E105E98B5198D5A0EBA3F /* RNSScreen.m */; }; - DA91CBB04309BF6A2F67578889C95CC0 /* React-RCTAnimation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CE4BD53FC79A0904B5EA630ECE7E831 /* React-RCTAnimation-dummy.m */; }; - DA9EE774CF939AFC136CFF0C1418CBD4 /* RNRotationHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = DA673D6C96D9E9E3DE73DC2F3431A89E /* RNRotationHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DAB5F47E749603B8C537105E02546533 /* cct.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 32417419448BF9223832C1202BCA80BE /* cct.nanopb.c */; }; - DAB77630ECE8FFDE64A9BEFBD0B44DFF /* RNFetchBlobFS.m in Sources */ = {isa = PBXBuildFile; fileRef = 224437FCD3123165BF7DBDEC01861CA0 /* RNFetchBlobFS.m */; }; - DADDBED583C14F757CE0486E2BF43730 /* RCTAnimationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 05E76D2E8751CC8A5CB45D931425BC8B /* RCTAnimationUtils.m */; }; - DAFC2F91BEA931FB9BA022CB9B77CA90 /* backward_references_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 1E7E0CA1C9019E1D513061F8AA10BBBD /* backward_references_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - DB1BEF5BA047C09D96609A853E646798 /* RCTSurfaceSizeMeasureMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6A6D4FD132E7316535FDBC3FA0C2CCCC /* RCTSurfaceSizeMeasureMode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DB7453AA7276EAE43F16788C031FC022 /* RNGestureHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 46723F72F82E2478C6CEAF33A238B7F9 /* RNGestureHandler.m */; }; - DB802AF253B585166A65DE3AF2807ACA /* IOS7Polyfill.h in Headers */ = {isa = PBXBuildFile; fileRef = 65AA309B9CB55D8F7AFAD6A01248B64F /* IOS7Polyfill.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB9717086AE45CE81AA97C3D12CDE9C7 /* rn-fetch-blob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 55944EE45A47C2EDCA607BFE638E0279 /* rn-fetch-blob-dummy.m */; }; - DBAC39F36BF2EACC60A1426124747D6C /* UMLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = A4DD93FA57DA851B22FCADCED797836B /* UMLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DBB2215A03529D784DE3DE650A02FD45 /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = AF947193A9EB226E277E245ACEC85A9B /* SDImageCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DBB5DF09AA103C6B5C2410567FC0F306 /* RNGestureHandlerButton.m in Sources */ = {isa = PBXBuildFile; fileRef = BF1A35C5C8159E8B3F525C3DEED88FBD /* RNGestureHandlerButton.m */; }; - DC236F473EAB0803CB9FA676FAEB4377 /* RNFirebaseDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = C8D82EE09206E71EDEC81F82CDA54D43 /* RNFirebaseDatabase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC28E96BA8BC8E051CA66420F836DDB5 /* idec_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 11FD97EEA3A1A505C450598EE1B29380 /* idec_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - DC4053211CA5A4C360EBC1B27C3ECDDA /* RCTJSStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = F016FF87C1246BD7025DD4D90E49B08C /* RCTJSStackFrame.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DC68D05D6350E5C93111DED36C4508F9 /* GDTStoredEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = E1B4751772BB4FD74AC8082E204C82A2 /* GDTStoredEvent.m */; }; - DC83F9A19E21E99237CA1E1903EE6DFD /* RNBackgroundTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BCD000B084C33F07D1018B68BE07612 /* RNBackgroundTimer.m */; }; - DCEB3F8CF0A4F09EC1E67ECA1B09C86E /* BugsnagConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = B6E2477FBD3B0E3200AC17BDAC7868BF /* BugsnagConfiguration.m */; }; - DD14A2612F2B64801D9FFC36B588BE89 /* REAPropsNode.m in Sources */ = {isa = PBXBuildFile; fileRef = DE25331B584FA35E4B1F5065F031A9A1 /* REAPropsNode.m */; }; - DD355E73AD18C234879AF3950D6CE93F /* RCTVideoPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B629D48036C36AB276A79583DB01A8B8 /* RCTVideoPlayerViewController.m */; }; - DD631AAE5B18CDDA00ED19CF2081DDB3 /* RNFirebaseInstanceId.m in Sources */ = {isa = PBXBuildFile; fileRef = CFF97BB1B23AE439E3DFEF3C4BC94F3C /* RNFirebaseInstanceId.m */; }; - DDE368F0AC94152AAC8660C018179335 /* ReactNativeART-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 435822B969FE08A51E67E832A6955827 /* ReactNativeART-dummy.m */; }; - DDFB2252C0D8075A2E4C47B1F50BBBC0 /* RCTBaseTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EE82BB500527F22A577841A89EC5912 /* RCTBaseTextInputViewManager.m */; }; - DE2209CDBBB1FF739DD3AFE8D7EDA04F /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 5172B1F1216A09DBE64EACF66766FDA2 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF7090744256ADE687EBA55BC5FE8ED5 /* RCTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = F45198879FC2ACBDEBC6F63E0CA043CC /* RCTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF96AB8684D15E8B522B32E3C4C0040C /* FIRInstanceID.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A85708678FBE7B05C15BC5627A0E5F2 /* FIRInstanceID.m */; }; - DF9AF82CFD185E9405454B58BFB1F031 /* FIRVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = BE94D59D6A90ED95B1F6E7B18C8E00CC /* FIRVersion.m */; }; - DF9CDE086F36000D7C8E6834838EAAA6 /* RNFirebasePerformance.m in Sources */ = {isa = PBXBuildFile; fileRef = 998394198259BA42AFB59DCC9DACC909 /* RNFirebasePerformance.m */; }; - DFA67D9152D6A8AD4D4C5B01F061DB6F /* BSG_KSObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 700469C1C05C92696B8132EDEEDA9023 /* BSG_KSObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DFD82A631E84CF574DC68FA7DCD113BE /* ObservingInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B204567F7F90F3C23112BB9DC0FC44D /* ObservingInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E00AE219C77E8D17BBBF9A091E04A29D /* FFFastImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = C6E5CD8A4CD5B4D1FC8BE598612D1A93 /* FFFastImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E06AAE1518AEA2562A0D7137B157DA37 /* RCTSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C28909205E9005866448D232BCBE845 /* RCTSafeAreaView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E0C46A52452ABB7A82187CF8BADC033D /* RNDateTimePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BCAD129215DDD233BEB67EA7FDE9E44 /* RNDateTimePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0D3705D832446D3FEB5C2823DCFEB8A /* REAOperatorNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F456694D159D5F2187E9ECDABA0F80F /* REAOperatorNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0F5927CF8044CD7C525F063BB91C410 /* RCTSRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 5844A0FE7DDB69BB590C06537E33F6EA /* RCTSRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0FBC07A277E9FA12F6964DF7C385E64 /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C52DC1251CB3B98AB423ACBA723BB4D2 /* YGNode.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - E11D90E3A741AFE59213CF41F60AAFC3 /* RCTPackagerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 00FF2CC451EB7D77A0373E516E9690A0 /* RCTPackagerClient.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E1266E09810540E459FD7D39AEA1D7BA /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 025B1FCF58AAB212E448A0BBD58CBBE5 /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E13446308B20AADCEBAF1C8EA38E3EBC /* YGNodePrint.h in Headers */ = {isa = PBXBuildFile; fileRef = E597D8C28C8552D76655711B561CDAB5 /* YGNodePrint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E136DCA9404C6709A708A1CDE213306C /* FIRInstanceIDCheckinPreferences+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = 69D4060D1EA021856193B54C9D39E758 /* FIRInstanceIDCheckinPreferences+Internal.m */; }; - E18AF3DECBA29CA26E94E3AA78232910 /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = 01089515CF71EEDA6B00D630FC8A9EF0 /* SDAnimatedImageRep.m */; }; - E1C16957DAAF0BBC2BA568CBA21CB60D /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = 715D0CBC1A0CC82FBCC264DFF0172A1A /* SDImageGraphics.m */; }; - E1C350EB67C41B14911972FCE699FCA5 /* F14Table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7B33D83FA8DED2E998E91F2C1409CF98 /* 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"; }; }; - E20B9DA81BA44271F160D54C4B3F0CE2 /* QBImagePickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 162A8DBC37BC0C03DF8FF66FAFBD9F57 /* QBImagePickerController.m */; }; - E21A8F3640D69AFF96A60DB6BBE4B79E /* QBSlomoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = 85529CF7E1A03066A8EBBDA1888E4A63 /* QBSlomoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E21AAEA8465DD61EEF9AB43C823EC425 /* RCTPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B78318B7E111EF265747762B88A66CB9 /* RCTPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E23132F7114B73DAB797C1605129F8FE /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B4D048FC2E4AB388AE85B12DB498818 /* SDImageGIFCoder.m */; }; - E265276741F6CCD0B0197C40C1EBA401 /* RCTVideoManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 321A319AC4EFD2FA0962E6DE2CD5831D /* RCTVideoManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E272409F0AB241D83659D93F160A6BEA /* FIRInstanceIDCheckinService.h in Headers */ = {isa = PBXBuildFile; fileRef = 304B64A89E638598A9E65B7A5FB5A012 /* FIRInstanceIDCheckinService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2A6689C380DCEF64FA16056E84D8149 /* BugsnagSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 46325BEDE4700FFE47DD396EE228FEFC /* BugsnagSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2BF9B26DC83D490DA1578C1C984489C /* Bitfield.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F54D424B6821B1F054222ACD281A1DF /* Bitfield.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2E490B23FB206AE0B3CD336767D0DC4 /* RNDeviceInfo-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E2A6261999DB7989D9DD8725A718F11E /* RNDeviceInfo-dummy.m */; }; - E3258A68B76FE2FCC58C4C633E400B8C /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C011B74D978C4A9472C6D8D0F870E4E /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E32657D4D707837BE7FF65E4541C0078 /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D7EF407D151CF5312080E9FA6756C80 /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E36F85C2049E33D0D5568D05E95D01C9 /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 90C48EF77B7E63248AD939425395455D /* SDImageAPNGCoder.m */; }; - E39E3634C4CA7E2E69BB72A8AF9DF0DC /* RCTKeyCommandsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F53F0BD850357B6911F67A8B1E68EB35 /* RCTKeyCommandsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3B7CADB949FD1E05DE1D804627D396F /* FIRInstanceIDAuthService.m in Sources */ = {isa = PBXBuildFile; fileRef = F306757A7F52D0FC9929E2BFABDC8FC9 /* FIRInstanceIDAuthService.m */; }; - E3D8D8CEE66A0FC7506029A673BE066D /* RCTImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = A7C9E07CE2632B29641A159E22B60E51 /* RCTImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3EE9ED3F0DE7971647E51C981116F70 /* EXAppLoaderProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = CDA11448130B15B607AE66450DBABC18 /* EXAppLoaderProvider.m */; }; - E3F4BCEBE73BFC628C5F5AA0EF0016EF /* BSG_KSSingleton.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E5F14F5495AA6F7B60E388FF33BAD98 /* BSG_KSSingleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3F69F9F53C3AF391D03FE780AD7E764 /* RCTClipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EC226797FBE55FB0A5EB819D6F05FCB /* RCTClipboard.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E41F42D6341870D7941259F2DA2F6CEA /* QBAlbumCell.h in Headers */ = {isa = PBXBuildFile; fileRef = F68614DA4BD83FD88638B2D6FFE432AA /* QBAlbumCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4371B1E44E185F3F7756EE3FFC0D0D4 /* RNLongPressHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 862CDC3094C25857F30E66841C4E12C7 /* RNLongPressHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E448A5F8D630963A29733720AB2830D0 /* BSG_KSCrashReportStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 87414B7294F403853DE2368350B6C33A /* BSG_KSCrashReportStore.m */; }; - E47C254AD48009FE84A72BF9BD0A2013 /* FIRInstanceIDTokenManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5ACED9F4DF79E95A18766C12251F1609 /* FIRInstanceIDTokenManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4BBDC1C561DC471AB6A780C063BBCC1 /* GULReachabilityChecker+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C4CBE67363B2232C57BD2CD42D32EE1 /* GULReachabilityChecker+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4F57F221918EF831DFF3968C9B44936 /* RCTSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = E7230E5C1D63B4FB4A8716528AA7389F /* RCTSlider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E5216B6E62473377EA6E284532506268 /* Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 550868F8B354C387FEC258FEE790F14E /* Folly-dummy.m */; }; - E552D26DBE5A715DFF524CE675331BC6 /* RNPushKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 094365E75527466A323295B27DDF6C3B /* RNPushKit.m */; }; - E554598FD317EE9149AB8454AA9059F8 /* RNScreens-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = ADF8B9050760D48734FC125B99261BD8 /* RNScreens-dummy.m */; }; - E56A382EFCB1212FE0C79493D0A3A9E2 /* GDTClock.m in Sources */ = {isa = PBXBuildFile; fileRef = 36F46CF4F26CA396B398D161F08B1C1A /* GDTClock.m */; }; - E575B82987686FB278B44B3EB095A37A /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8D43FBBE96BBA75B481C27F19FB408 /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5782D8BD91896AAF55C1CBCBEF37684 /* SDImageWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = A77B92EFA4C78BBF35CA2CF762F74659 /* SDImageWebPCoder.m */; }; - E590557528529B8071B97A4AB8EDF4CF /* FirebaseInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = 014E45AD189B1336120DC9E8586365D8 /* FirebaseInstanceID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5B91C01861A4322F7F66723B878316E /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 31AE6AB1498B353FDC643E095E7A39C7 /* UIButton+WebCache.m */; }; - E5F11EB51F68D959C8291875C93E4B1A /* React-jsinspector-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CDA5FA3DA9DBE7C681EEF145E0931723 /* React-jsinspector-dummy.m */; }; - E5FB31F6C23D375DE5CBC98123BE9B8D /* RNGestureHandlerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BF56261B24C4FCD0425D1FC3053C4A0 /* RNGestureHandlerManager.m */; }; - E5FC836186D971C23AE7EA2BBD891DA9 /* BugsnagSessionFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = CBEBD953DBD9EA578B00BDDAB6C8BED9 /* BugsnagSessionFileStore.m */; }; - E5FFDAAF26DC2A5EE78AB195E68D7A6C /* FirebaseCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 448A30501796A418DC547CE32C7F3317 /* FirebaseCore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E65C399538D7D89567465C7B349F2C04 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 09163101D9B7E00235E192BA91D25025 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6672788C9A13BEF81FB7F5821C0B79E /* RNEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D78B6AD794ABD35C6C0F85E743654C0 /* RNEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E67CC774BCC800FC2518913B50739E55 /* ARTLinearGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B1D65FF8C4B396FD5C38A82326B57A0 /* ARTLinearGradient.m */; }; - E6ABE72B7BC5B02D311C204E250FA5F3 /* RCTLayoutAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 4301F7D11738928F4F343B54F1140C41 /* RCTLayoutAnimationGroup.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E6B28EC2EAA76DA7CBCA209D55786E4C /* RNFastImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A9EFB81B9B04131915F1C2AB3FB28A89 /* RNFastImage-dummy.m */; }; - E6C8BD53A9389792CDC6E69D7FEB223A /* RCTResizeMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C80594559B5411411B35FA7615757D7 /* RCTResizeMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6D227640A6B27493E6D63BAF5C6F11E /* RCTGIFImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 4500A4A083862DD95D85BEA38DFFB070 /* RCTGIFImageDecoder.m */; }; - E6FE2807B85DDFB3EA91EEF768018D80 /* dec_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = A611F89BAEDF8226B087FB7105C03D4F /* dec_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - E7171E9DE4E1C13572715CB434C0B5F2 /* RCTDatePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 1387E3D606DA5609986070384DD35A76 /* RCTDatePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E77AD62D1F1A5ED37D541E208A1B6545 /* RCTMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = C9040F8A207F52698354008C1A31463D /* RCTMaskedView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E825EB7097FB4979649C593B3A86B567 /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B7FB8BCFFA6BD697301D1807A77F7D98 /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E84B9D70F5DC04842F89B53195E9D52C /* RCTTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CF87809263E9EE7B7D2E1C9775F0A0A /* RCTTextShadowView.m */; }; - E853513BCE291CEE0B0E1CA5D20B1809 /* RNFirebaseAnalytics.h in Headers */ = {isa = PBXBuildFile; fileRef = B29C38805F7127CB18A39556B771ECBA /* RNFirebaseAnalytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E893729E87251274E6D1D3B51566E3B4 /* RNCAppearance.m in Sources */ = {isa = PBXBuildFile; fileRef = 37304B7E4F6B5B6599EF8613038927C0 /* RNCAppearance.m */; }; - E89D6302F9CD369994133101A1FCE6B9 /* EXAudioSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 89EC8A7E6CE34BC157979031FCFBBE43 /* EXAudioSessionManager.m */; }; - E8ADD9FF1D22894886D0DBD93EAB58F6 /* FIRCoreDiagnosticsDateFileStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = F924F4BCFF41DF00E2D16FC29F4D79A7 /* FIRCoreDiagnosticsDateFileStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E8F7886CF346A4A59D5620CEAA69B8D7 /* RCTI18nUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 4129A3ABCECE0D423B0117736193078F /* RCTI18nUtil.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E947B8EE3C12F59A7BE6DA22F4E43AC9 /* ARTNode.m in Sources */ = {isa = PBXBuildFile; fileRef = E22B4DB8FAD177FC1812F7E613986051 /* ARTNode.m */; }; - E98690E099869FCA322CDB7C8AB9B323 /* webp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = E74BAC7BBFBE1098B23958D35B7CA789 /* webp_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - E99670DE6BBAD7C09E618409533D1080 /* EXDownloadDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 29CA47870EF1380F129E1374389AA730 /* EXDownloadDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E9ACBB81BB2D21567E75CB08C2B132A4 /* RNLocalize.h in Headers */ = {isa = PBXBuildFile; fileRef = DA68FE3B9879133D40343E963F0C4317 /* RNLocalize.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E9D7ACE54F298811EB74DFBF05F996D5 /* UMBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = F8D4C23CF4A77ABF1057A1FFFD24FA12 /* UMBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA04E96F998EF83B5CA813705CFFA952 /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 967A3406E51C49B6293A74B85877134D /* SDImageCachesManager.m */; }; - EAC3645D8AC3873C347FC01F30F07184 /* BSG_KSDynamicLinker.h in Headers */ = {isa = PBXBuildFile; fileRef = 20608760817367038E8F35965383D3A0 /* BSG_KSDynamicLinker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB0B31B8287F6C7F98F99A2AF00CACB4 /* RCTJavaScriptLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DE8B6AB3DB350FA909841DA9EC08631 /* RCTJavaScriptLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB2C44784270DFBA3B582FB79FB0B4CA /* alpha_processing_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = F785C994B38A585CA88F6FD3E67C19E8 /* alpha_processing_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - EB3E24580BE08E5B95D8B26751FD5B75 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 1165BA585F1EE5B96D006BEEFE1AA65B /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB5FDE0900500D251E2A58D288202037 /* EXVideoView.h in Headers */ = {isa = PBXBuildFile; fileRef = FFEAB7D876237F031C9E8759E49F3D32 /* EXVideoView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB9924D58B07EE3EB3287F501A3E8DDE /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 47C44D06FD9B95D8A96A2C5C12FAE325 /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBA14ECF6325AE246FF34646A5D8CA77 /* RCTTypedModuleConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = D497300E6E298D9DADF8C01E08ED82D7 /* RCTTypedModuleConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBA79B0AE533BE87BCF47925BEEF5A58 /* RNGestureHandlerEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = E0747BEFD270B12C90743EEAF41B980C /* RNGestureHandlerEvents.m */; }; - EBD07BB27B77720C17D34C923052FCF8 /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 43E58FFC4E5E4E52B5906224506D529A /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBD86108D11313816DA5380B28BDF659 /* EXAVPlayerData.m in Sources */ = {isa = PBXBuildFile; fileRef = F667A5FF9199365E26EF120583AE5DF1 /* EXAVPlayerData.m */; }; - EBDA10C96D8A27B909F8DB3B0A7C32F1 /* pb_decode.h in Headers */ = {isa = PBXBuildFile; fileRef = B2B5C12C9057A3C3F80B6FE63DC672B1 /* pb_decode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBFD540945522362ECEE6BE93F273482 /* RNFirebaseAdMobBannerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 24B8954C5F7F99D4660C00ED53B77E76 /* RNFirebaseAdMobBannerManager.m */; }; - EC08AB594C6A1EE421C0F7221243CB62 /* RCTBlobManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1A8994DC10EFC9F45E3809ABBFBBEE44 /* RCTBlobManager.mm */; }; - EC0BF2510F9ED9AF098DD223FC443285 /* RCTBaseTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = F2232511DA99E9BE85C4755365C4F6C5 /* RCTBaseTextInputView.m */; }; - EC9004FACF5144E188B844C9527904D6 /* RCTMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 65E286CED9A536D789FB23F4FE62CE2B /* RCTMaskedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC948F82EF1983AA5BEB6AF4EA40501B /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = CFDDE8E0E29C88DDA0C9E8798860D878 /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC99C50385781477A8923300E8BC421B /* RCTTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E2D4E3111794889626E3A5E42EFB478 /* RCTTextViewManager.m */; }; - ECA780FF54FE7C9F647A4D72E95010F7 /* ARTLinearGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = B16AC2EF6A398FE442911F0117580557 /* ARTLinearGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED62691B003B2C54B15DD706EBD7FA6B /* histogram_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 75FA850F4249EEF039D14074CF29791C /* histogram_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - EDC7C6753DD7336A6DAB5677E860B474 /* FIRComponentContainerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8554D73855D891F21F3D4A1CAA79A245 /* FIRComponentContainerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE23B71AEA719ECCE99E89E393DAE6B1 /* UMNativeModulesProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 018C716C05E0EC5F15D962E3962316F0 /* UMNativeModulesProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE4BDF8FB4021FDA1409408B21AFABCE /* GULLoggerCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C3F1CD6A3EADEAE4CF1D0F93935D414 /* GULLoggerCodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE5A08FA36B0D47C84E6173B27CA2152 /* YGStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = B597CC0B456C5F8B1D52993341C79D17 /* YGStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE5C2C00E8185B79989EC2EB1A7A1FA5 /* FIRInstanceIDCheckinPreferences+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = D4A086F979493189EE91F9C149DDE8B1 /* FIRInstanceIDCheckinPreferences+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EEE7B9655AA3FCF1C1B0294133926C5A /* UMModuleRegistryConsumer.h in Headers */ = {isa = PBXBuildFile; fileRef = E9A518693356E85CDE2D9D6DF8350793 /* UMModuleRegistryConsumer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EEF97C679BEE5F2A9C7F7D95720C9AF6 /* lossless_enc_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B3AB92FCBB720DF9940897E9D1F8CEB /* lossless_enc_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - EF2C4FB84AFC8710114EB87DF542FA40 /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F0D9724DDBB33FB12DAD4B47D5826F0 /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF686B36ADD04B852E545DE24FC4ED46 /* RCTSettingsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BBADA1A38C84E3264A0BB5E4BA3987FD /* RCTSettingsManager.m */; }; - EFCBDB29A0854F4C329462E88F5FB5EF /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 339068EC3B3B2396B833B00F1919EC58 /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EFDDDA86D58A5A3B5A5C52CD2E4684D8 /* random_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 58EB2B14916B3055E72BC51BB66F56D2 /* random_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F017287C4E1183CC83C54BCDF409A28C /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F11923F7A1BCDF07D6F1F07EFAE526E /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F026131495373C5DE569B201034D9101 /* cost_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 6E9AD8818B806CBDC2E64036364B7256 /* cost_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F02C80E50A42C5C5D22B26EC7C971239 /* RNPinchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = A5B09B2E9E5DA96FAB51402FDE9DA2FF /* RNPinchHandler.m */; }; - F08217569EB41ACFAEBB6EA9A653124A /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A5FE3742F9AECB83E54106826071ED4 /* SDWebImage-dummy.m */; }; - F091BB9661A4345D85F945ED606B30FE /* EXSystemBrightnessRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 782EDC4278D5DE045601FD035FA9840C /* EXSystemBrightnessRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0AB1EAEB67FA9F7F0EAC55737D635B8 /* TurboModuleBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B581B462258F249ADCF20D0CEC1ED310 /* TurboModuleBinding.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F0CCBD5B1560D8D8B467FBFE07DF74A4 /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = 881A995EC3D900DB72C4272B69CC47AA /* UIImage+MemoryCacheCost.m */; }; - F0F6FF2BDBAEAE1AB3B9FC5CFB1DD69B /* RNNotificationCenterListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 435697BD18948A8D26AFFCA1519C9162 /* RNNotificationCenterListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0FCF80EBEDFE45F3FE19DEEE0A94D56 /* RNNotificationParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D469D56E1FF7E83AC426E6F0509D260 /* RNNotificationParser.m */; }; - F125C736F79D6F7E3EEB77021B05B342 /* ImageCropPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 1836ECD10B44085A4F812DAED84E6B12 /* ImageCropPicker.m */; }; - F128E5421AFDD733B6EA5E6DC0BDBBBF /* dec_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 16F9DA7E073B94C4185D905556E88155 /* dec_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F19BF0C7860B5391D62C5E675AB146B4 /* bignum-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = EA96D3E246ECF3DE06A0AC55CEE6829A /* bignum-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1A4EF081FF2A5D0C5CA12DA474211AC /* BSG_KSMach_Arm64.c in Sources */ = {isa = PBXBuildFile; fileRef = EAB4A4DBF40ED1D97848569B2AB9E4FC /* BSG_KSMach_Arm64.c */; }; - F1CFAD1BBFF7E0BDA26021957C170257 /* vp8_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 2458545E3325597DD6A4B811C7E66B92 /* vp8_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1DBD2564FDBAE92A9E4AA8D7CCC7E01 /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = CB287C066F73F9B18A6E3A23738A1688 /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F2678A8C2C1CC5973FADEE574737BDCE /* RCTInputAccessoryShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = DD0B061D5F64BDEF589FAF221B90DF4E /* RCTInputAccessoryShadowView.m */; }; - F2826D6E1658277DA089B70D6A8EE819 /* vlog_is_on.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ED62654065B0051EE7BF8418A99C030 /* vlog_is_on.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F2DC4D68D95807B1FAB1279790CB7918 /* RNTapHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D1401AB30695D3777F4453CF35983BB /* RNTapHandler.m */; }; - F30AE70097060CD9BC8221D42344048D /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2518AAE93C0C1EB79ECBCC2856756BB0 /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F358B6463CF3BC773C24CE612205CF12 /* BugsnagNotifier.h in Headers */ = {isa = PBXBuildFile; fileRef = AF0045C0E8698A8A151A6AB320396243 /* BugsnagNotifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3A009B81FF8A92B347826968ED9AF1E /* demux.c in Sources */ = {isa = PBXBuildFile; fileRef = B523E283430B206BFABB777FB7EA77FC /* demux.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F3D627DC15CA09424071F3BC53A106D0 /* FIRInstanceIDKeyPairUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 162E52A16238EF44E7C37B27AF498402 /* FIRInstanceIDKeyPairUtilities.m */; }; - F3E90E8C1586DE0BC8F64B440C00EF15 /* RCTSurfaceRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C7D886999D3B062108367A61A84940B /* RCTSurfaceRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3FF0E6A7EBEC4415BE364AC9798CBC4 /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 274180BF523A21C15437D91A95B629DE /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F40EA7396762A710141555DE1EF792D0 /* ScopeGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F78661868D7093AAE0E7699ED8543A26 /* ScopeGuard.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F4227A5A22C299DB2F673D8875C42BAD /* picture_psnr_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = AAFA6E0A391B9079526E0FB374F2C1B6 /* picture_psnr_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F42576E538BA4EAD61737ED1918F7E19 /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = A03FA4EB2CE9EC8037E4630CA27DF39C /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F4640C0CE6B316988B18BF1105985E43 /* BSGSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ED8C7DE61AF56813E143BF20294906D /* BSGSerialization.m */; }; - F481E164606508264C13898ADAAAE788 /* RCTScrollContentViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 52120C843AEF2FCCD725F0CDFB6C3957 /* RCTScrollContentViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F49F1B5A4B1DA201D133771E9923D648 /* webp_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = DD41DFEB4D20816504C0ED50EE6A03E6 /* webp_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F4F2AD90553CB120BC682940433493B8 /* lossless.h in Headers */ = {isa = PBXBuildFile; fileRef = 9599986551EE5C6D09645935D938432A /* lossless.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F4F36A29C561D301C91A59338D5E8744 /* RCTKeyboardObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = DB4C0A0B99791EA8172573C88CB93DE4 /* RCTKeyboardObserver.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F5100582E3FCC4BD8A1031EFC2E7CF14 /* RCTRedBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E846E8148C704A0F4A81E052D50BA9C /* RCTRedBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F515A6E7B426BDEB13B544686F7E09B5 /* REABezierNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 94E505C65C5D9583999A97F92533CACE /* REABezierNode.m */; }; - F518CDF6FC7F5085F4C33D36E71E6B35 /* RNCAppearance.h in Headers */ = {isa = PBXBuildFile; fileRef = B7EFA3EFF32C8500825A713620B853A9 /* RNCAppearance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F555F8C238747A97FF295FA277B84567 /* lossless_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 59BFC8722B6941D3B037DB30FA6230D0 /* lossless_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F56B25509F8FD04924C91D993984B005 /* Conv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0371827EC613DDDE6E2F523FEBA8F0F5 /* Conv.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F588489733C335360B5422279F3C2969 /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = D23205CD30062DD94E7ECDED13C9FAE7 /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F595927E48BC68499910B400D64A825A /* ARTShape.m in Sources */ = {isa = PBXBuildFile; fileRef = 457CA31A811AFE9EDB5A17C65D33405E /* ARTShape.m */; }; - F5D27F49E8DEC09ED4DF62A5F2975463 /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0BCD2E678C2D94CA5B375DD1FF14B2B3 /* diy-fp.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - F60AFC502521A8956123317B2306FA2D /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 0ADA5FFE88BEEFE75087544EF53976CB /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6730E7A3A36F244F62EB6480A1E6304 /* RAMBundleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CE220227938B26C711F33CC2E5140F03 /* RAMBundleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F69EE9565EC9739DCBEAECC9B2096D35 /* RCTCxxConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 516CBD5A5ECA00B091372B59B4719AC3 /* RCTCxxConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F6B89787B48EB4A234BBEAD9D7FD761A /* RCTRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C50F2C8914541CEC01075A9E56C4CDF /* RCTRefreshControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6BC3D6090988DED79B6F5CC48074FEF /* NSBezierPath+RoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = FB0495E0AE91CE73E0349235CDF0E64D /* NSBezierPath+RoundedCorners.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F729FF2845CD5C8CA9F83BC033C4A4D5 /* FIRDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = 04C3B18339DD82E677853D0FF7F725CA /* FIRDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F72BF847412E0FAF84E1A7E16EA97A46 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = D9F83F5667A9B217830748AE33EE67B5 /* UIImage+GIF.m */; }; - F7305542A490B6F40F96281B25C15D50 /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C1EE93B3F93FE11C2A7F366D1E4337B4 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F75DC605FC8D1F7681541CE667AB7CB4 /* huffman_encode_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B83ECE53C806DE9E734A6A0C67A45C9 /* huffman_encode_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F7957488A7E05B294D0FDCB86F08DE8B /* react-native-slider-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 86CF273F1D6DEA2EE1B062F2F539E5E1 /* react-native-slider-dummy.m */; }; - F7AA02141B7C9712F22D1023EE2FA272 /* syntax_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 03DB14D6500613E1BFAA6C4D64877145 /* syntax_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F7C3B037B97B6C77B9C02AA6E6A366CE /* FIRErrorCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F722E6EC33131558CA0D9118A0F8F5E /* FIRErrorCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F7E5C972E05E7175549D6B5131A4AB11 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DA548026BC294C38F90EBF3902F9658 /* SDImageCache.m */; }; - F7EDF44CF901CFAE15E5A31C4B31A19C /* RCTWrapperViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 86094AF1B50170B4823148357D6E087F /* RCTWrapperViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F7FAC1E73D94665C2A71AF67FE7A9930 /* FIRInstanceIDTokenInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 999E80EF208B453EA422E9289CA5C830 /* FIRInstanceIDTokenInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F7FC446C7B196854DA9D5F0CCB37460B /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = F8F7A0DD990C7E03FE7A9DDDF4270BEA /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F80534B97F3B0762396355EE60A3D145 /* RCTScrollContentViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 349FC5C2C569B5CEF5EA3ADD116336F4 /* RCTScrollContentViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F81E2DFA7E076498AEFA487459C13FCF /* EXRemoteNotificationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A16F3E10206153E9F43802BB0988146 /* EXRemoteNotificationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F831BA67263E221FBA278D7508C1607C /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A4583650F45571507CD038D830C8700 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F83D6DC16A3DDE2C67D8E9F41EF111A9 /* yuv_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = F2FE43E8C09201806C0221BEB76A1396 /* yuv_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F87498071918FC238AE4EC261728F5A8 /* RCTCxxUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1FB1CD2ED713EE6CE862EB2E55219BD6 /* RCTCxxUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F891A17F467C8B71420B0B6FC1B505FD /* RCTSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = 85521731C0E82BAEE18B6737FC07E11A /* RCTSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F903E89A908134BAC586C99F1EFB8F92 /* FIRInstanceID+Private.m in Sources */ = {isa = PBXBuildFile; fileRef = D303224896C0540A955BA28C9B201751 /* FIRInstanceID+Private.m */; }; - F933C60C18D983D25A94CD31A49C9954 /* RCTProfileTrampoline-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 61228DF74F156D1175EDE0AD10B6F6D0 /* RCTProfileTrampoline-arm.S */; }; - F94498F57D718CB7AC71CD5A40393BD6 /* RCTPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = BB0687AC1638AD1994ED287D249E0367 /* RCTPackagerConnection.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F99C6EF148A5F929C6714A10414821BB /* react-native-jitsi-meet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DE4410FDD298C6F13D3C7BE207BDB250 /* react-native-jitsi-meet-dummy.m */; }; - FA0980CF93ACFCE4817D2934112E098E /* ColdClass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 977010B1D7A1BB9058285F5B12C373E4 /* ColdClass.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FA14342E79B4712BB89BFD6F442A6A64 /* enc_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 52ED103881FD477454B892F8DF3D4F6F /* enc_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - FA2139280D0DB8CBFE7A6CC71567CB34 /* QBImagePickerController-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 33849FB08B2D1A66D62C9DFEFD628532 /* QBImagePickerController-dummy.m */; }; - FA261EF55BDA4678D08512DF89105B12 /* RNSScreenStackHeaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = AE802E73C4901199E96345C8896A11C4 /* RNSScreenStackHeaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA41B3CEA87D34E244EA46A8F06EBCD1 /* BannerComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 66DCF78FF29B5034CB35462DE59C9CB0 /* BannerComponent.m */; }; - FA44144AF28DD8451DD209C556DCD1BF /* RCTTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F47A0C13E9D73A8A36B6AF2C6148890 /* RCTTouchHandler.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FA6CDEB2A292F61C8FA52F4239629B79 /* RNVectorIconsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 09FBC62D7D354F95C25E72847BDE1F6F /* RNVectorIconsManager.m */; }; - FAA84D230376CBFEFBC366FE93E11B41 /* RCTFollyConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 170D036004394EE672A8455FE08C3DE0 /* RCTFollyConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FAF4E061760C22B95BE08E8A7CB52005 /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F41B48A54F45CFBF9E54AF1B29CFFEBC /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB3F4050BDAAD6BDCFAEA8A02A706358 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = F0FF018C1A90BD9D388460C86A20DD2B /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB5F17821545A8F999EB39EDE058612B /* BSGOutOfMemoryWatchdog.h in Headers */ = {isa = PBXBuildFile; fileRef = DF9B028A04CFB05A64FBDED84CD9D1A0 /* BSGOutOfMemoryWatchdog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB82A5DA6674B7D813DE2686C03E2CC0 /* RCTScrollContentShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2ADB25FEB53A93D4B73626B4F59AA26F /* RCTScrollContentShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FB8A58CBBA5D6FA69A71DD1E1075091C /* BSG_KSFileUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = FF4B5B29AF297CBBC64852F5F4677352 /* BSG_KSFileUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB97B1AE771BD3BCB2E5A6D924D3A9F2 /* NSDataBigString.mm in Sources */ = {isa = PBXBuildFile; fileRef = AC44F633C6FBC8194C100AC4DDCCB868 /* NSDataBigString.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FBA3AD3723EB355128F93C3892B5514C /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = FC772577BFF47AC4AEBD355A0353ED3B /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FBA62BAE57B920681ECCC87E951DD37B /* RCTModalHostViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 85A28289DD176C531B699DBA213438DB /* RCTModalHostViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FBFF630974B4E7F16EF2281009230DC5 /* RCTInspectorDevServerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FDA3F00A8236E861AFA5767253DC5CA /* RCTInspectorDevServerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC3D97DAF0161899EA3D1DAD4BC63767 /* FIRLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B537E1480C08251B27BF44AC40974C9 /* FIRLoggerLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC43075F446DDCBCB3BEF943699C2806 /* RCTImageBlurUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B9E83D41696B81F2F18D4F8CAFD94EB /* RCTImageBlurUtils.m */; }; - FC7637AE23AF20DDA06CE6C7CD5BC193 /* FIRInstanceIDBackupExcludedPlist.h in Headers */ = {isa = PBXBuildFile; fileRef = C9452CAC6F952F0A74204730C3121CB6 /* FIRInstanceIDBackupExcludedPlist.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC8C65A5DB73DEDB0A5DD8610959D4CF /* UMExportedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = EE1194579B2F6147D74BE185C8525760 /* UMExportedModule.m */; }; - FC98D260B0CFC32AFF56A78B6D25EEFA /* DeviceUID.h in Headers */ = {isa = PBXBuildFile; fileRef = 9786EC37664FEFC1CBE824A31C573C2F /* DeviceUID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FCA9B32C098008A8220242E8353046E7 /* JSBigString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC036135C1C07DE6B7C05D0B9606070E /* JSBigString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FCD79EFFF5C8B0950B52990E332E637E /* FIRInstanceIDUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 58AE31E09B2E2FA3A5B15DE7150AC88B /* FIRInstanceIDUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FCDC5F5AF807DB5781447F7EC845B581 /* RNDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 556FFB4CFF7F4D61BEF2A5167704F28F /* RNDeviceInfo.m */; }; - FD4EFA8CC12FE490181AB0F8F45FEA83 /* Bugsnag.h in Headers */ = {isa = PBXBuildFile; fileRef = A4C982A1921D03C6551EAEB33757CDB6 /* Bugsnag.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FD51669FC205662481C7CF2DA4AB6748 /* RCTSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DCF19E9DA41EC5CB0BADBE56247D8BB /* RCTSafeAreaViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FD93A07171842B9645ABA0BDD9EC9721 /* BSG_KSBacktrace.h in Headers */ = {isa = PBXBuildFile; fileRef = AAF86472CF2BCFF722DE17054CC4317C /* BSG_KSBacktrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FDE0CFBD5BC520CB3EA47DAA8C5FAE48 /* FIRBundleUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 8101CA79A5AA30456AA6165282972ECE /* FIRBundleUtil.m */; }; - FE098B411C6CE6A74C722B985273AA07 /* experiments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D50F8D56D170B9888A6C03C1E454BDBB /* experiments.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - FE2DAFC3D1DB1C90CAD82D4C6CDC4BCC /* ieee.h in Headers */ = {isa = PBXBuildFile; fileRef = 89727035FEE7F64491F5E950B5FE800C /* ieee.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE7D0BE1B4F581460DB11DCED18BCE1B /* RNCAssetsLibraryRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 06F360879A9A148680729C42736267C4 /* RNCAssetsLibraryRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE9C3D782258B259386212536AAD2830 /* ARTSolidColor.h in Headers */ = {isa = PBXBuildFile; fileRef = AF36BA173DAC16B6752560DA6C589D13 /* ARTSolidColor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FEB08A0DFF9F7B151A3598DFABD3659A /* GDTCCTPrioritizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 45E9D3BC635E9660003BAFD58CBB5F3C /* GDTCCTPrioritizer.m */; }; - FF217BF4F60D6ABBE53FF634B951F784 /* FFFastImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = A0C40F92F4FF6539ED62ABE2B914D3EB /* FFFastImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF25A72AFBFDD3B1F8A677B56EE3F6C6 /* rescaler_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = A20B936BE83D17C8AD27C518CB84FF73 /* rescaler_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - FF60B7B41824DC680D901D24F8DB2F78 /* EXFileSystemLocalFileHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C2F1DBB98084A93C3C539E70CFFB273 /* EXFileSystemLocalFileHandler.m */; }; - FF8366ADAE423B2AFB5753C39F314128 /* alpha_processing_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 2AE6E07E996DD2CE02771A4670FB4399 /* alpha_processing_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - FFC03B7D8F37AE0403024D9BD66DB19C /* vp8li_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 365B865A2228D9505717DC16C6BE2135 /* vp8li_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000347F73D6AC6FB65F78930F28D41CF /* UMReactLogHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 67E154936155C08F92F5CA8B3529FDF0 /* UMReactLogHandler.m */; }; + 000601D6585E358B4C5C687C9A463409 /* RNUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 80F34AE6ABA12371F3A514C456D4F519 /* RNUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00250E9281073575CB7BAE32F1DF4B29 /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D4839FD80055F0C6950231B58B46EEB /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0060810FB3851F5761DD7524A5AD905E /* RNGestureHandlerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 51344077DBACAF6FC443E8D1D5D1CE8F /* RNGestureHandlerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00BA8C3B91567B84EF6FD94C5173292E /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = ADEC67C2CCDE6DB26D8E0AB6E15E78B0 /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00D097B559FAE95D0AD2BEFD359653A4 /* RCTExceptionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DC42B53E95212ECB870C1AFD0A290117 /* RCTExceptionsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00FD715D554BEF2B43C4A77344A2A2F9 /* RCTSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D4B1E99092E36615F101CE0658D0426 /* RCTSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0110988CDD0DA3F7F49434DAB8BA87E1 /* RCTProgressViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FBF5A4822BDB431BABE233D633F13F7 /* RCTProgressViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 013E97EF0B110B48D15D8445F1D3C24A /* RCTEventAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A50A2C3C989CC92D5AF7F8E1A132F72 /* RCTEventAnimation.m */; }; + 014A953E16242C5C2D97728BE5EB3FED /* FirebaseCoreDiagnostics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 549CC56FC99AAB064C41404A60ACDCA7 /* FirebaseCoreDiagnostics-dummy.m */; }; + 018BC758F67618B02AE7AF70B2E5D29B /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = DF3B6A5615D38501C12A332422F0D8FD /* SDImageFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01AF68C56B353F0273A4AC2CD9C55356 /* BSG_KSCrashCallCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = 54A7499C46BD5BB476EF2A1E4FF6BA25 /* BSG_KSCrashCallCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01CF128DB818B5C83EC67F1FB8C044E2 /* BugsnagUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F024B7B00960653B25CA52215FD5491 /* BugsnagUser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01E9290B5AF4EF792AF0770821457C81 /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = DEA1AFC7815DE289321DB234082AB133 /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01F1D84FDAD0AF47FF1C2166C9A2D3EC /* pb_encode.h in Headers */ = {isa = PBXBuildFile; fileRef = A2309B02D4CBE5D68836BD94999C64E2 /* pb_encode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02218BCD8452C372E4ACC4A4C8325932 /* rescaler.c in Sources */ = {isa = PBXBuildFile; fileRef = BCC4CC6682FE82D7FD68D5C478533F62 /* rescaler.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 02995B31B424D53935F8576996C9F306 /* FIRCoreDiagnosticsConnector.m in Sources */ = {isa = PBXBuildFile; fileRef = FCC11573AB7D5B652772C6126FE31C36 /* FIRCoreDiagnosticsConnector.m */; }; + 02D340EA0E9D8C59CB3B6584EA53BCAD /* GDTTransformer_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FF5EBC9A5E12D5281CC29EAB37CD1E5E /* GDTTransformer_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02D7F16622CA9A03D5F5BC227F111F09 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = 691822CFD4F0F714CE44F57239754CA3 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02FD14CFE42783E886506F2E17859960 /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F1A3CECFED1C7D7337226CAB2DA9727 /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 033394FF64D05DACD31B10A0BE4E0F67 /* EXVideoPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4321D8DDAC0A5C536A86694B7C0B4F9E /* EXVideoPlayerViewController.m */; }; + 034BC962567065301B3E423CEEFF6493 /* ARTTextManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CBC87DE5A96C161413FB1A21675879EC /* ARTTextManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 037A597C46854C7EAE1349B3B682C044 /* FFFastImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E3FB1287667DDC194E4D8E21DD0BAE1 /* FFFastImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 038DCB497B0C163EB9C86859E531AFFA /* BSG_KSMach_x86_32.c in Sources */ = {isa = PBXBuildFile; fileRef = A8C0BAEBF82B7932F04EEDB15268D083 /* BSG_KSMach_x86_32.c */; }; + 03A091EF0A44A9313367BD851F9685DB /* RNFetchBlobConst.h in Headers */ = {isa = PBXBuildFile; fileRef = FA9F87D3F74668A90265E7ED0F1AF4E1 /* RNFetchBlobConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 04148C0C198379E5C1D179F18BF512A9 /* BSGSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B155B4CBA225A01329F11933E3BACFF /* BSGSerialization.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 04AA55BE7FB64746D55ECB9C8714BE6C /* RSKImageScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 72C4B8A7FB6E16BCE4CDCCB39D680712 /* RSKImageScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 04B9B85ED8CA97838E08E90F268B5A6A /* BSG_RFC3339DateTool.h in Headers */ = {isa = PBXBuildFile; fileRef = DC7FE029A87E01A42AA3C04688EF9568 /* BSG_RFC3339DateTool.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 053BA4F3C75D35BCBAA8F8891D611B84 /* animi.h in Headers */ = {isa = PBXBuildFile; fileRef = F762F0A56AD644160EE40F2C9ED7DC7D /* animi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0550E1CF6AA520F2250C08EDB7D025EB /* RCTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = FFFBF28E523A1352725A68B4DC545592 /* RCTLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 055E3CCCC565B32662B62AEB2687DFD6 /* dec_clip_tables.c in Sources */ = {isa = PBXBuildFile; fileRef = 870525D77085BDC7FD874AC0C6EE096B /* dec_clip_tables.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 05756863C1BD6A6522B1046F4351B6BD /* RCTSurfaceSizeMeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 32272DA9DC56D2252137E11DFDD0517C /* RCTSurfaceSizeMeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 058A0E6FB778E47AC2ACEED1729900C5 /* enc_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 669FED7B0C83E29684D6A0598821FBD9 /* enc_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 05AADAF87C7C8F45EB17F1D2055547DB /* UIView+FindUIViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E32D2C37782B12BE3B10FE71504A987 /* UIView+FindUIViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05B0D839ADEDCA18BCB0342D8850023C /* decode.h in Headers */ = {isa = PBXBuildFile; fileRef = DE53658AF11CD49486D35DB8F2FE3A22 /* decode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05B8061B8AE0708A11C2E65F08069385 /* RCTUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D0671E55285B4D24FE81A73F840E8C7 /* RCTUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05C1FD03B0C4673F79EC7E77569B14EC /* nanopb-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CE60F49EF77406B156BFE39692C9CCF7 /* nanopb-dummy.m */; }; + 05D27696F3A8F3906AAC9F552AA9EEF6 /* ARTRadialGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = AC648412AF4600F9C1EDFB18BC08768E /* ARTRadialGradient.m */; }; + 05EEE113DA8195D1A8446E6E0223F87B /* quant.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C1BC541497F9D69CFB6FF7A5F1D16E5 /* quant.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05FA51F562C7976518F650F5858E7149 /* RCTJavaScriptExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DACBBFD5AE208D906D6F872DDAA9F25 /* RCTJavaScriptExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05FD9CBC49A9036945A855E5976925F8 /* REASetNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 9686F2C0DFDCEA8AFF625734140E786E /* REASetNode.m */; }; + 06290A0DBEBB396363D9CB31FC2FFA27 /* RNFetchBlobReqBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = A2D800D10618A0144F1DD5864B687C20 /* RNFetchBlobReqBuilder.m */; }; + 062F8BE5952FAF7F5CF3E6966A337F28 /* RNBootSplash.h in Headers */ = {isa = PBXBuildFile; fileRef = 11E5A3078F36287C0F1AB13ED9B084C9 /* RNBootSplash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 063A7D878ACB2A6037E13C4A23179557 /* FIRAnalyticsConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = D685191518CCCE8477FBB30EA847D2D9 /* FIRAnalyticsConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0642877CFA3BABF6838B380EC90E850C /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = 5080E1E9F662041ACF60804ACBB04CE3 /* SDWebImageError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0679E8A1EFD1528B6DD85FD80C935105 /* UMModuleRegistryDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 2919DFFA117989C2D9E741D42C74A2FB /* UMModuleRegistryDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 067CF6E901ED664FD2842890860A5713 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 574E7D76BC41B088CC91942C613E7B7E /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 068627D6351492A400D81DA04B4AAEE1 /* histogram_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = E35994BA61AA03850DB1775AB78F5240 /* histogram_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 06C78FC8169996E806BE536269C185CD /* yuv_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B87E9F95E955F70802BB09E14E71817 /* yuv_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 06DB6A5EF09D9417BA180FC364973426 /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F07AB9A93907E76E3C570F14ADF3E275 /* SDImageAssetManager.m */; }; + 071E58B8852567A971AABBB61B4BF64A /* RCTProfileTrampoline-i386.S in Sources */ = {isa = PBXBuildFile; fileRef = 392E52760A362EB0A97D3E6EFB27B76E /* RCTProfileTrampoline-i386.S */; }; + 0764A6EAFA3A7BEBA50E99A74A95F549 /* QBVideoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = 719E827F4B7A0B9B515251615F0BA995 /* QBVideoIconView.m */; }; + 0769A9F39A25A9A976CCD0C87C3D2CFA /* Format.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A3E63A13602882E51CE5359C7B370400 /* Format.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0770FB987A4D038938191C2B33C4846C /* RCTActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D44E75F76E72B5F892FC80EF09CB91E /* RCTActivityIndicatorView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 077A5F8C4B9C33DFA15873A399B2597C /* stl_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = C476CADBE585CCBC4E285BDCE9C9B9B6 /* stl_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 078E653C3724A2179DCB9018B3F7CCFC /* GULApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 38306BBBC3C64D7DF03BEC71BC608DBF /* GULApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0801F2E7F7115B2A1B2836000ECB42BE /* BugsnagHandledState.h in Headers */ = {isa = PBXBuildFile; fileRef = 43E90BFCAC2CCA2B39AFA188E4C7C2A8 /* BugsnagHandledState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 080E1D5D33742F3791A8FC5C709FE265 /* TurboModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 66447F01620F433C283D8DDE6B50310E /* TurboModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 081768B0FABD06884FD6F65643672F1A /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 960C7132FDACCCBC602818FF9F87C10A /* SDWebImageDownloader.m */; }; + 081E6B601B49FE4F98631AE9F6594C9F /* dec_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 2F3473B6568C15F43FDFEAEBB5BC8625 /* dec_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 082930C05486B2E939CD2D2046D6E8D4 /* RCTLog.mm in Sources */ = {isa = PBXBuildFile; fileRef = DD6F5C8059A379F3D8E9999821DBE3E8 /* RCTLog.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0831A0057F646251FD8B9F72008F0F52 /* CGGeometry+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AD9D6D015FBBB5D23A16236EFDC21EA /* CGGeometry+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08386AF2FE7E61FFAC513C0EABDE2BF5 /* RCTRootViewInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1784A6E36638A744A6E22266E32D2132 /* RCTRootViewInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 086D30EE631E6CD8A53B13E30037F880 /* UMAppLifecycleService.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BF8113D2588CA88EA9058982CC76FB2 /* UMAppLifecycleService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08751D5B412E7F5CF628EA5003D23DC0 /* UIImage+Resize.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F9B41F73DE3A642B7685B934EA65566 /* UIImage+Resize.m */; }; + 08AB7661CC1560CE0AD28729D69DDB72 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 66EE284016BCA0CF8AEAF406584719E5 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08F038226206BFA4EC2E474742BCCCBE /* RCTActivityIndicatorViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AA8B0F8C06DC33CE0CAAE1D66DFFA08 /* RCTActivityIndicatorViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08F5142CBA48202DB5E2CD6DD24AB790 /* RCTMultipartStreamReader.m in Sources */ = {isa = PBXBuildFile; fileRef = D66670C419919DDB229F45998FB12523 /* RCTMultipartStreamReader.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 090CD0CBDC7A1A0ADFAF53F574E31D2E /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CA005FB055FB73CB79712030C59FDD4A /* Instance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0923FD3747647148D132AB7CCB7B375A /* FIRInstanceIDTokenDeleteOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 593434FB0205C22E5A950A80442758C9 /* FIRInstanceIDTokenDeleteOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 094A110F9B7125E1ACA5C55D97CE3305 /* GDTTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CFDF61A090051FCE603DE9E0332AFAC /* GDTTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 09BC7875E6D801E8C3A5D78A944B7127 /* neon.h in Headers */ = {isa = PBXBuildFile; fileRef = F40A68A5A790E9F7437AC7A11A10E049 /* neon.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 09E32B915F68813180BCB425D417A907 /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 514A2F253442115AFA4B6EDDAFFFE085 /* fast-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 0A062F2E4946A573D13ADBCC08C63259 /* RCTComponentData.m in Sources */ = {isa = PBXBuildFile; fileRef = 5409CC27E1D7E6A8BFA8708EA2D391C0 /* RCTComponentData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0A1AB2547E41AAF64E97BFB18FD29C6B /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C3B5B33D7B3E48D320C3A06E3B9A455 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A6BA0F3B42A8F085AD76A71AD742B25 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 3786DC3F685C9387F570BEF33D84FDBA /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A7A1BCCD1D5D7238DC06CB7E38E76F9 /* RNNotificationParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BB9AE11058DF3D5E963814F2B6902E2 /* RNNotificationParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A7FF47E30F61AFB6AD9CA895EE1A4F9 /* RNDateTimePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F1B8D84E9C430C8D1138F1F0DB1AA81A /* RNDateTimePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A92A4EB11AC3149D6C51E87E22A1A5B /* cost_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 3106BC87F2CAE5827507F197753E8093 /* cost_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 0AB9B568C6742A432B80BF2477E83C45 /* REATransformNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B22BBE455DEF05ED888005038069CDE1 /* REATransformNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0AE12686EC6C465D8435BAB4DC808603 /* RCTVibration.m in Sources */ = {isa = PBXBuildFile; fileRef = 87C57C3DE95B81808FD91387F9D57573 /* RCTVibration.m */; }; + 0AE630EDDF3087755FB7900375791D51 /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = B37B061BCFAEAF0A54D7854C6C0322C7 /* double-conversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0AF837F5FF8B37A2F687B3A1B0940884 /* RNNotificationCenterListener.m in Sources */ = {isa = PBXBuildFile; fileRef = DC496485D777F6D3290CCA3FA6008196 /* RNNotificationCenterListener.m */; }; + 0AFBACEB31E8CB9878295D470B31031A /* RCTModalManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 66523D431756F5E9A7D84399DBABC82A /* RCTModalManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0AFF41962269C89779046793E1AE0FE7 /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = A7C6FD5F50751A07FAC17D258A658563 /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B36FBB44F665720229F62FC21CFABAE /* RCTModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = EAE13E4C86559B451B3E35488EF986B7 /* RCTModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B83B8382AA1631C302C6BE3F5CC6264 /* YGFloatOptional.h in Headers */ = {isa = PBXBuildFile; fileRef = 906BB38A481B01E252CEC5C4D3A5FDD6 /* YGFloatOptional.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0BAFAF4887E747EA3A91FED76A3C5031 /* RCTAlertManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BEDD37A8070C2259A52C4B87FF220F4 /* RCTAlertManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0BC16804FAEBD375BEC98962EA320575 /* MethodCall.h in Headers */ = {isa = PBXBuildFile; fileRef = B2B92DBA600B84DBA79028A2D7ED337C /* MethodCall.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C1C730E79113657836F7BC8F9978974 /* RCTActionSheetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DA3A6319D375F4D7519673B9CEE18A3 /* RCTActionSheetManager.m */; }; + 0C1E401FFDCA511E1D3524CC7B71C1A5 /* RNFirebase.h in Headers */ = {isa = PBXBuildFile; fileRef = CA770D6C8EC9D18D035B8DD3A4669190 /* RNFirebase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C2A5DC47FE2D6837EA44C99ABFD5834 /* EXFileSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E159BE489695C1D64837AE29E2B78B9 /* EXFileSystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C551985E8686CC886A539921C3EE668 /* RootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 669AACED5451B74A1B173F8CF58715E7 /* RootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C73059A5A5BF889CEB3C2D0FA5595F9 /* UMReactNativeEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = C915CE4C5E850639992421BBA978984E /* UMReactNativeEventEmitter.m */; }; + 0C87EB9D64AFD0A91F25F704C6523B0D /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = CD6BD37D56DF74D3FE593DA2973E4095 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0CC1E600C980393FC929683003BC8A11 /* RCTSurfaceHostingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BB54D1729F8F16A934E77D5B4B9D643 /* RCTSurfaceHostingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0CCF45BDC92B6384522785AEDE8F0ABC /* RCTDevMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 24E4C2778508D437130213216EDFBCAE /* RCTDevMenu.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0CE586BF83E29531A0E1FA35876120DF /* REASetNode.h in Headers */ = {isa = PBXBuildFile; fileRef = BB6129BCC7D282C67A293E66DCB09D2B /* REASetNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0CF293FEA013686D3F2F8067F3713336 /* RCTSwitchManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3195AB95D70C5E65B55CF799C8C31B41 /* RCTSwitchManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0CFB0957C67C24787E5C546936BE3550 /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = C7E16FB85FF0BDA0B29022320BDF1B66 /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D0B0F672F1016D9C9B72AFD4E83E04A /* FIRIMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = D54A835DCAEBC10A120B48CEBA085CC1 /* FIRIMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D225414A45DFDEDBA19BEB5F0A30704 /* GULNetworkConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F5540001EC3C541DE53A5E0C4D860B9 /* GULNetworkConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D5AA62B5CBCFDB275A50E0BDC16DF22 /* RNPushKitEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 6734A0CFBB5B95E3415B8A0886DF0C46 /* RNPushKitEventHandler.m */; }; + 0D5FFF5C460BF47C00EC6A2A4BCB89F8 /* RCTUIManagerObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8D956427505125B9D0424549715F1C38 /* RCTUIManagerObserverCoordinator.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0D6DAE408F66820DF20E6D416582ADB3 /* RCTBridge+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = EE4388EECDE2562AAFC163F54674F482 /* RCTBridge+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E1B3276561F7EB341FA907EB1A86F04 /* upsampling.c in Sources */ = {isa = PBXBuildFile; fileRef = 88DEDF68D8C60CEAF48D94503FA3FA5A /* upsampling.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 0E620510126D852FC371F7F9178AA6F0 /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = FCBA8C8C8D9E02658B2AAA645469C0A1 /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E89AE392BB117EBA5EF898E3D243727 /* RCTView.h in Headers */ = {isa = PBXBuildFile; fileRef = CAF1BE452932FE40346A576C71DBEFAE /* RCTView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E9A96BC607353897B6F33133E636884 /* RCTAsyncLocalStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = B98247EBB5782CE8051AFEBEAAF257F5 /* RCTAsyncLocalStorage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0EAC2ADA214241BD4899DB8B47726FD2 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = C1F62027A357E86846B1913AE4D9178C /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0EB90738C1AEE8890CC35B181C099BA8 /* RCTModalHostViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DCEA70A8455AC7D4E35182D9A7F4ECC /* RCTModalHostViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F112286F11B894F72C66676A5BAC325 /* SDWebImageWebPCoder-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DDE8F8D657B4AD8D68519848C7E00D6E /* SDWebImageWebPCoder-dummy.m */; }; + 0F199BC919DA606852559D57EF858777 /* GDTLifecycle.m in Sources */ = {isa = PBXBuildFile; fileRef = 13721102B03A8ECF1B4691430FB78793 /* GDTLifecycle.m */; }; + 0F2C29D27A4A81991C787404478AF099 /* UIImage+WebP.h in Headers */ = {isa = PBXBuildFile; fileRef = 49D8B4ECBCC3CC3CCA6C5A1B97D266F7 /* UIImage+WebP.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F3C55B3AD23D445D2C973DC06EF00BF /* BugsnagCrashReport.m in Sources */ = {isa = PBXBuildFile; fileRef = 453BFBFF505B9D71BDE641972519C1CD /* BugsnagCrashReport.m */; }; + 0F3D589E134AAC1A8C2D94EF3BE48EA7 /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 6022927CBB877F9F4F1956FB8289B89A /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F3E8D4BB17DBFF30E41EFB555B29895 /* RCTSurfaceRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0DED9A673F38976D3067C9FDC5F2C87A /* RCTSurfaceRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0F4D40CEBE58229EC7B0B854D6E5FAD9 /* BSG_KSCrashSentry_User.h in Headers */ = {isa = PBXBuildFile; fileRef = C67D8DD64EC1C6C8765D9D4BC2395E5B /* BSG_KSCrashSentry_User.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F74D6E0F1A38843AB6578A45C4430F2 /* RCTPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = A57F6995734EE8ADDE7F8FEFA25AC49C /* RCTPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F7CB1F6725B33F8063BD453A4435278 /* FIRComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 64E3F75CCBF052877127694AF8D51F61 /* FIRComponent.m */; }; + 0F9A9B467AFA8D375F679F23590C7A04 /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 32ECFD56D4C15CD002B0CDFB5E599B13 /* ja.lproj */; }; + 0FAA30AD698ED824A3B229298FEEA782 /* BSG_KSCrashReport.c in Sources */ = {isa = PBXBuildFile; fileRef = DA367791D3EA913EE63D4B6186F07065 /* BSG_KSCrashReport.c */; }; + 0FB7D0FA0AEE71186610F43B04E89482 /* BugsnagSessionTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = E3C3F88398F08E7A0BB3F689B3A6315E /* BugsnagSessionTracker.m */; }; + 0FCF8A6D7D770156352EFB7F8B790D7C /* NSError+BSG_SimpleConstructor.m in Sources */ = {isa = PBXBuildFile; fileRef = 64EC8F31F816629DC84D37C40236EB06 /* NSError+BSG_SimpleConstructor.m */; }; + 0FD44CE17B9EDD07C17D8409BBB20765 /* RCTParserUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1A68332B4403E04672865D3E4A4B10 /* RCTParserUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0FD596FBE550953CD15F5607D99F958B /* RCTReloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = BC29B87A284654FBD1548DA33E5BB01F /* RCTReloadCommand.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10168B721987DC2FA1F6508094876B8D /* BSG_KSJSONCodecObjC.m in Sources */ = {isa = PBXBuildFile; fileRef = B3E7203A22D67980F79BE1F48F851142 /* BSG_KSJSONCodecObjC.m */; }; + 101E1B4ACE356E9F4F94FD5EBB71BE85 /* BSG_KSSysCtl.c in Sources */ = {isa = PBXBuildFile; fileRef = 6D9866C2B6D5302A3C3DD327DF644A82 /* BSG_KSSysCtl.c */; }; + 107C4519DAD004793550C86DB342BF13 /* JSDeltaBundleClient.h in Headers */ = {isa = PBXBuildFile; fileRef = E67BD43E770B4E91B853ECC3643A444B /* JSDeltaBundleClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1092BB8011776EF67080DC8649C68F22 /* RNFirebaseAdMobRewardedVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 276F0467ADC55652D42C9B8EDF691B7F /* RNFirebaseAdMobRewardedVideo.m */; }; + 10D68B02FDF05C99237E067F9918509D /* RNFetchBlobRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D589DABDEA669C1310CAE687D4DC0B9 /* RNFetchBlobRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10F2442EBE6313786A5CD8D0DB09736C /* RCTImageDataDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = A12A109DD4E22A0DBF6FF579E66843B0 /* RCTImageDataDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 110686C3B9BFABED7EF510599B8F4BA4 /* RCTKeyCommandConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 8346DFB8C8499D03B29FC1954F4BFF35 /* RCTKeyCommandConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 110BBF5833CF8C4CA65E11D6C0374191 /* BSG_KSJSONCodec.h in Headers */ = {isa = PBXBuildFile; fileRef = 57A797186849ECFB74F87D1A6D679040 /* BSG_KSJSONCodec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 11129F1CB005A708A117077C32350240 /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = CD7864EB1FCB4EFCCDE103F9D8F50114 /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1152E236D3BFBB5B1171698F8642FE45 /* JSIndexedRAMBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DA05EC6E19DAEC1ADF3A0DF92A21E143 /* JSIndexedRAMBundle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 116192D11F0F7C27B891EC46BEB67776 /* BSG_KSCrashSentry_NSException.h in Headers */ = {isa = PBXBuildFile; fileRef = AD54B5D28CA33D8094D80425CD549FBE /* BSG_KSCrashSentry_NSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 118927A3BC6A658BB88536CE7C1B0BE3 /* BSG_KSCrashState.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D22BB927D67620FDAACAD659A22B72D /* BSG_KSCrashState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 11AB86078F205218D679E1C0BB086684 /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = F6BC72E7DD48A1994CDB1E6FFF3B439E /* cached-powers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 11B33B2F8BB6CFADE2A5ED140CFEC8C1 /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 971B256811855BF0D6867E3A723FA37E /* signalhandler.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 1234DA362C104A5687EE842DEE6540AE /* BugsnagErrorReportApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F07004F4E99EC50DDC8128E5718F476 /* BugsnagErrorReportApiClient.m */; }; + 12478C3DEA4C049CB9A2CA1CD20C89DA /* rn-extensions-share-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 792F3DE9224A1DD993CC8210F6D61535 /* rn-extensions-share-dummy.m */; }; + 125342FA79F416BFC2462CBEB29FBD3B /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 556F4CD155ABD3629764F7AFABB657D2 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 126F40666E812A4A6E90817FF328B49D /* RNFetchBlobFS.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D15D28FF47C2931493135B573C3C6A6 /* RNFetchBlobFS.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1281344D19FA3223B267A1EAA6DEA09F /* RCTDatePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 734F3CDB841342C878472876A5DB5FC0 /* RCTDatePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12A09B07EAE7194E9F183DF6EAEB4850 /* RCTScrollContentShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = F95CACA4782D0191B641D0B5B56A6685 /* RCTScrollContentShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12B4CB2B1F8A425ECEA73AABB12E7A30 /* SDImageGIFCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = B3125C414316843B2D464D1AFF4A848C /* SDImageGIFCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12C621AF654295B051104624EC13F961 /* RCTFont.h in Headers */ = {isa = PBXBuildFile; fileRef = C2F4266A6264DC9E74BC7FDFE139661B /* RCTFont.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12DD5DE7278177DF30D74E5E4991BEA5 /* RCTPointerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = EEA585537C5D6D7BE71A56655065B6DD /* RCTPointerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12FA7519507285624A8F734D8A3939CB /* GDTDataFuture.m in Sources */ = {isa = PBXBuildFile; fileRef = F1EFD5B46A034F0A431926E8B5FF6501 /* GDTDataFuture.m */; }; + 131A4F913E2F1E98913D8D766736C5C1 /* JSCExecutorFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8BF0CD01193D197C93A1A6EAC1C8C7F2 /* JSCExecutorFactory.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1328941F49991BEB7900B9FAE0861076 /* RCTI18nManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A1AE9B39C7652616C8D6BB801552498 /* RCTI18nManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1328F683A4C0D079350259A18A68938A /* JSINativeModules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 08188343B2338130885FCC76CC0F6134 /* JSINativeModules.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1352441B7E9907AD4E56358E520341F0 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = EDEB5577CD1899B3F7F5F11FBB09EAEC /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1354B5A202FE5B927603FE3F3934ADF1 /* RCTNativeModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5E05FEA913695F2BCA3940A68272DAE9 /* RCTNativeModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 135CA47E90F11A11511D769C60754F77 /* REATransitionValues.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EA7070E8C3E015DE88259B3A3CDCD83 /* REATransitionValues.m */; }; + 13910E80E165B0FD5041DF222C1B3339 /* ARTShape.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E9D43A734EECE32504BF5D855427517 /* ARTShape.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13B3A8F3BBFB94FC266C8B2D127F2001 /* JSINativeModules.h in Headers */ = {isa = PBXBuildFile; fileRef = 603941194F777E870D0AC0BE29F18E51 /* JSINativeModules.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13CC63F0A5CAA2C7909B84D3C6D4620B /* GDTStoredEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 772A0E739DDA6F457BF35D3662285A59 /* GDTStoredEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13EAEB1E6CFD48E9CFE15F88743AC92C /* RCTAppState.m in Sources */ = {isa = PBXBuildFile; fileRef = 20BBB7E03E30C29DDFE9DF994DD64251 /* RCTAppState.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 14422B587C7D1474F869D259CFF998CC /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6594216D34B0923DA2F6C563BBC9113E /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14660286F6DC6FCABD38E2C1F70CFC01 /* ReactMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = EE17E3347487B607CBD9E7DA3FA9DB1E /* ReactMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14A3CA4B77271ED4415356A1FBA7362F /* dsp.h in Headers */ = {isa = PBXBuildFile; fileRef = 34BF1241D53E178690864E349AD0D6CB /* dsp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14AA7CA15F034772E8B2636CFE2A5C85 /* ReactCommon-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C7C00ADCD67CFC65D0CE6E869E4F049A /* ReactCommon-dummy.m */; }; + 14BCE7072FC4CE33BC35324A78BE2FAE /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9184892A42F009B99FA3122EB8A01354 /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14DD05E4CFBF56241AC5D65134AF6AB8 /* RCTSinglelineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E107DEEF88FC5E34D4C5DD2128BCB77 /* RCTSinglelineTextInputView.m */; }; + 14E29E6C822F8A5CB16A6B5EE716D81C /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 9837BE777B812E8919321296E0674F0C /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14F9F3C4C0A1E8EF80C71FA3A569FDF1 /* RCTInputAccessoryViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FD1D6D3BB71EB2CB31EFDC5BA4267748 /* RCTInputAccessoryViewManager.m */; }; + 15135A9A67B4019F2CC03E7D5FACA0FE /* RCTTypeSafety-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 45153428D47F26ED4C633C5D69AE6175 /* RCTTypeSafety-dummy.m */; }; + 15320769AD3A12888272E5E141BFCC9C /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = F5E96D93EA3C646CF7B21BA5C5B356EE /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 154C752B3AAEDBCD978036AE32CAB1BD /* RCTValueAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 222BB3AB878D6D9C701CF7B0DF973ED8 /* RCTValueAnimatedNode.m */; }; + 1557BAF14C9A6976E7C40616CCA7944C /* JSIExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B3EE976E7FC3CBFB77EC5F10244D571 /* JSIExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15AF61B7B72DD93E6B1F6FC5B420F7DF /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A096543D66724C493A712068089CA5C /* Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15B714B84953652DA8EAD8B5661F5D17 /* RCTActionSheetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C0D3EA5253A7172009313C0537219DC2 /* RCTActionSheetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15CAF5C633711E2C121CC6A30FEB1848 /* UMUtilitiesInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B7BE3A6DE33BC60B85F162748EE3ECD /* UMUtilitiesInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15D79F4277BA759EC85E7DD868E3A4C4 /* RCTSwitchManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F6003F7281C2606475FAA67EFB05A68B /* RCTSwitchManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 15D7CCF59D45A8AEB4224BD291FC9910 /* huffman_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 71D84307C5CFE93C1EA2452F993A5334 /* huffman_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15F44C32023C26032714E53545E8B3F5 /* RNCWKProcessPoolManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EE77122A910065EFA2B5CC41D22D6077 /* RNCWKProcessPoolManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15FA0CEC28541CA4EF930A1163CEAB50 /* lossless_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 5B3821D4D649D9795E1609C4D166AE59 /* lossless_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 164A3F991FCC1341F1E46E003371F224 /* RCTSurfaceHostingProxyRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = A9260E377C17898766A665275BEC9B96 /* RCTSurfaceHostingProxyRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1669AFC658678BE6CCD8B55B48F9C97E /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A06434A333E319EE6F329F7AD16700F /* NSButton+WebCache.m */; }; + 16899D5B9029FB6D5A400783A624C1C8 /* EXWebBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF4B5710E91A0F3799C82823FC25226 /* EXWebBrowser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 168EBAAD25584C70CA9111D5CCB8180E /* SDWebImageOptionsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 18083C0F8FB874B63881DB343401FE81 /* SDWebImageOptionsProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 169B31B58BC0F2BBFA82EAC8F165F361 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 120634EB9136888379CC2EA67B466B54 /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 170322932D8FC0F02AA360A25D994D98 /* UIResponder+FirstResponder.m in Sources */ = {isa = PBXBuildFile; fileRef = CB88591B689B15F32DB8F6DA910E1845 /* UIResponder+FirstResponder.m */; }; + 1728749B028AD1D781945AAA91BE736E /* AudioRecorderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E4399DCEF88B24744A6CB0886F4BD5B6 /* AudioRecorderManager.m */; }; + 172E676A7EEA5B4EB058AFE8453B62C0 /* TurboCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A37D6F518A96C60FDAEA4CB5AD111EC /* TurboCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 173B9B2399E756F996763591588AFE57 /* RCTNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 43EE7C13715C24845916FB3DB7EF7B1A /* RCTNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 176E21BC9C50FFBB8929F3C72F7E3241 /* RCTBorderStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = B19F2883CDC6C609DB643BCC2F776E02 /* RCTBorderStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 178E75DE2938CCFCEE8DE1C3A13FB126 /* GULReachabilityChecker.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B3844A27E41E7C5F10BF14FC9A7929A /* GULReachabilityChecker.m */; }; + 17A36219C987CD12C5A1C50EA590D11A /* EXReactNativeUserNotificationCenterProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EB93FDA28697B267385637DDC0B84FE /* EXReactNativeUserNotificationCenterProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 17D2A3D9D174A9BE8815BCA3EC73B4CA /* GoogleUtilities-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BF904877DC532C867E65B62EAB5AC8DD /* GoogleUtilities-dummy.m */; }; + 17DFF9A451798288365E8AB8A0784530 /* RCTScrollViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5ECDC816BB62DE08A42E843F9CAAF3E2 /* RCTScrollViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1832399A5D86191FBC62039FAA886F24 /* EXWebBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = FD1B095061113BA335473EB4D464C2D0 /* EXWebBrowser.m */; }; + 18508BF0F3BB7FB5771E7208D859296F /* EXHapticsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 799C0484186D15DF5F4FAFEB7C9FE65A /* EXHapticsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 187D94A9F0B845CEE3B305C8ECBA9A13 /* RCTScrollContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = C5BEED58E8DF46B6F6652CDFE70D044F /* RCTScrollContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 18E054C5BBDA83CCE21A718C8DD17262 /* Unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D4576431923B32B28E848D30EB34BD00 /* Unicode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 18F803F363DA4D252D73E4C3C33535F6 /* RCTShadowView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = E0927A2CA77A93D1A338FDD1DCEF0951 /* RCTShadowView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 18FF465AC2ED82AD0A5A0501AACD0956 /* BugsnagCrashSentry.m in Sources */ = {isa = PBXBuildFile; fileRef = C31B55221F2B6E3FB40232421D286F52 /* BugsnagCrashSentry.m */; }; + 1921059D97551DED6DBBA916DBA150C5 /* QBAssetsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 50F1831D0AC780D0347D52C97AC86B78 /* QBAssetsViewController.m */; }; + 19389D1DC51D68F8312739317DE39C2A /* JsArgumentHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = E38CF5FC87ED1774808BBFA4FCD021D9 /* JsArgumentHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1948B4CBDE4703BC5BDFB832E73A0A1D /* UMViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E03FDADD8D087B539D2F8619A00F2DF6 /* UMViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 195EDF63D05599454DC50CD6100A1D14 /* RCTPerformanceLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 5ED72BDDA2E61954E4B0F244A58766C2 /* RCTPerformanceLogger.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 19A77F5198AE35F6170EF743E166358A /* ModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 438397C293ADBF8CC042C10E1F2B29E7 /* ModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19B3BC4E2828FB30D6FE19E66BBBC724 /* token_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = F73448C5E41D0B6AED5A89E493E41FDC /* token_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 1A02EAB59D9B047FEBAC7C67C5DF51E5 /* RCTSurfacePresenterStub.m in Sources */ = {isa = PBXBuildFile; fileRef = 86EE36CDC5C5F64D89A484D13F9B47C1 /* RCTSurfacePresenterStub.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1A10FA3F9DF4CDF788BDB424013C402F /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 858F57F74E0AC2BB2AFA035AE21275BA /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A1290C7A860E755FC08591CB199176F /* CxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = CACD9244F81FC25B9A30004DEE0FABA3 /* CxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A39045EC7A8504580AEFC75EDB56CED /* EXVideoView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C16EA7E15A3F35AFF502EAD788FBDD7 /* EXVideoView.m */; }; + 1A9087134F848791F290A446F14D53BA /* react-native-notifications-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 239227450F1F8CBF02753D7FF58066D8 /* react-native-notifications-dummy.m */; }; + 1A91DAC8DA3EBEAA0D5111513D568D69 /* RNUserDefaults-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F34D0B0B362BBF100ABC690E2B333422 /* RNUserDefaults-dummy.m */; }; + 1AC5F470D468CCBF2A8B1D2FC1CA7A01 /* RCTDecayAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 1471E2A418417AC26B11432CDCD16371 /* RCTDecayAnimation.m */; }; + 1AFB7660AED3CB914CF01D42131CECAD /* RNFirebaseAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 889593AB6526E061881B81EA8AA9CCD8 /* RNFirebaseAuth.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B10D25B28351FF12A8C17090C5309B3 /* RNFirebaseMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DE60479DDCF059AD1F97AEF0AF8D1DA /* RNFirebaseMessaging.m */; }; + 1B11B7875E992E06B9CF0335A921EA94 /* YGValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 912E9582888DE46FA14544290249F7BA /* YGValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B72DD3B96B82F7387FC92F861EB8BAC /* BugsnagSessionTrackingApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CB3D8D0C1C5A6A650DAE7E59E04DEDC /* BugsnagSessionTrackingApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1BB646B47D3E345D72B5CFBDE7DAC2EA /* READebugNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C0E942377919BBE70AB48BAC4D697D4A /* READebugNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1BB7DF35DA8BC3E5E76D9ADB62B3BAC6 /* lossless_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = FA224BD245F6880CF82A97B34F57EA47 /* lossless_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 1BD314A43A3B0FD30BACF7FB0DD8E89E /* REAAllTransitions.m in Sources */ = {isa = PBXBuildFile; fileRef = F05866DFD17F00D85C0E2FE3F063EF12 /* REAAllTransitions.m */; }; + 1BF065CBF59F4DBF141D3E85E32C7599 /* RCTBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = A93CF72DDD91639E5E0D4F9AE2FFA261 /* RCTBridge.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1BF555E94A7BE625ACB1CF2549EA79E4 /* RCTObjcExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = CCCF7627EE1A93D9A80F2A155E016155 /* RCTObjcExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1C5BDB058468D11E68A6B18163FAFD43 /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AC3610A19BBC0F2EACD04CBA96AE998 /* SDImageFrame.m */; }; + 1C7684185263BD3216BDDDCD068B795D /* BSG_KSCrashSentry_MachException.h in Headers */ = {isa = PBXBuildFile; fileRef = C9473900FC498C6D5B513A6248DD89B6 /* BSG_KSCrashSentry_MachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1CC75EE4B0889B7CD5ABC6A55A77378E /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E2F75CCFA4725EE9D410580E837D823 /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D0E9D473AE2CA5B3C418987B185FD40 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = B6B1C72E3F0EB30F5121B546F5090E9A /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D286B93CF69BD522436DB068478A6F6 /* RCTSourceCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 75595DBD8618D15D864C395D2F159A4E /* RCTSourceCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1DC21330146F0910DFE00A496CBC37E5 /* RCTTrackingAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 92620368652A910DC0D6564AB68741B6 /* RCTTrackingAnimatedNode.m */; }; + 1DCC3147F0B0324DA6BEFF22166809C5 /* RCTUIManagerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D5EFE352D1378B557468F64D9E5D2B9 /* RCTUIManagerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E39EB7CE27A1A84AF4831760FF1A643 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D8FD8F174DBC0600594D0ACA475512E /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E6C0F4ADDB7C8B2B268AB3794E30791 /* SDWebImageOptionsProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = B30EC1C70EBBBF1AE74DCF889632A04B /* SDWebImageOptionsProcessor.m */; }; + 1E9D0476202EAFDEC48D83008CD69D7E /* RCTEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = A8256F9EC248B879F85E9850566E0A1A /* RCTEventDispatcher.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1E9E9841ECD43A7B59D4B9C4A24373CD /* RNSScreenContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 728F432ABDFF53A7BCABA3B3B2FD610E /* RNSScreenContainer.m */; }; + 1EE29AF938E8A2AA9DB15EC2CF341FA8 /* FIRCoreDiagnosticsDateFileStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B86658594281C1E99C699518F4B8838 /* FIRCoreDiagnosticsDateFileStorage.m */; }; + 1F0C67962D2BB44987FD1B99593098A3 /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = EED9275A1D632EBAF320EF1A80E7B5C2 /* strtod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1F8BD67D3120D5BB19A1CB41C1B94BB1 /* FIROptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 58C1F1702169DF372D6719CB18B37FE6 /* FIROptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1FBA5703F009E2F9E3B454CF8B31AA2F /* NSTextStorage+FontScaling.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A4496C6492E8BA45305A1FEEEBD6901 /* NSTextStorage+FontScaling.m */; }; + 1FD3F9BD427A14B0A7DBE59A9ED28AEB /* QBAssetCell.m in Sources */ = {isa = PBXBuildFile; fileRef = A41056D251493CFFD991E186AEA9B74F /* QBAssetCell.m */; }; + 2001857FBC4E5A92A474A1694AE23BD6 /* json_pointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6219DECE46FCBA0B37B214302C278F1 /* json_pointer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 202AAEBEC0D471F0AC6005E0ECEE1203 /* BSG_KSArchSpecific.h in Headers */ = {isa = PBXBuildFile; fileRef = 23C4A6060F80E34DD9B50B2DFE0C9BF2 /* BSG_KSArchSpecific.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 206924EB5DF82EE6DD0FCCF6588714D2 /* UIView+FindUIViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B3BFD28DAF8B6FAEB60A962321E432B /* UIView+FindUIViewController.m */; }; + 2070FF6A8B3C8ABBD14E748FC74E8231 /* UIView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 845A0DDCB7399C26618185BC79192F34 /* UIView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 208F0F89A59307CFD4DBEE7148C57E22 /* RCTImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 379BA6AEA045508F8CC03B6CD8FE31E5 /* RCTImageLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 209B337BCC8D29242D29EDFAE0AC53E7 /* RCTSurfaceHostingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6EB0B824AF84B8E153BF5D7B66B29FC1 /* RCTSurfaceHostingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 20A3DBEBF84B486EEB93BD75A146033D /* REAConcatNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E077631EEEF1BAC9D4F61506BE04F689 /* REAConcatNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20B2CC1FA97984EE397092FF8B25018B /* ARTGroupManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D0911296088AE811974048D99C4DE46 /* ARTGroupManager.m */; }; + 20B48F4438783B90D6ADAB673582DD9F /* GDTUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 42EE7E5F427054E1DC3D903A71DF485E /* GDTUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20B95512DF1DDE97DC9AB8856B976D55 /* RCTBlobCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = 35D80F066681376DC133CD76AB2A21EB /* RCTBlobCollector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20E395C9875740A8A614B3B3F1739656 /* RNFirebaseAdMob.h in Headers */ = {isa = PBXBuildFile; fileRef = 90030DCE8DC7A2BACCABC66A85C65CE0 /* RNFirebaseAdMob.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 21227AB74B4FBEF7FEE5EA1C0AEA6708 /* RNFirebaseAdMobInterstitial.m in Sources */ = {isa = PBXBuildFile; fileRef = D9889D226D2264511A5C8C617B3E3CC3 /* RNFirebaseAdMobInterstitial.m */; }; + 214C64C44656A5B63CAF20CF8DDCAD76 /* BSG_KSCrashC.c in Sources */ = {isa = PBXBuildFile; fileRef = E294DA72BFCD10B1152867AA7571D454 /* BSG_KSCrashC.c */; }; + 21B97B8F1D7EE4D61F5ED7BA11086BAA /* RCTMultipartDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = A6ADC0ED76E75FA14818D598B0C9A7EF /* RCTMultipartDataTask.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2257612A49356B139C85021FDCFEA687 /* REAAlwaysNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A308F58A40A9C554C16D0992E95FC01 /* REAAlwaysNode.m */; }; + 227134EEB40138501F42DCB74D501A8D /* RNFirebaseAdMobInterstitial.h in Headers */ = {isa = PBXBuildFile; fileRef = 7289EBA43CE61C39F11A9834DC343282 /* RNFirebaseAdMobInterstitial.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 227182585B91FF43E82847A96669088C /* QBAssetsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = B50CA41243E0F44D3881FDC85707F465 /* QBAssetsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2272F6FED3223D260ED9C5088C7B64D4 /* BugsnagSessionTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = E6081276F8812A230AD5917A50AE93FA /* BugsnagSessionTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2275CDE2F9E72781DD15023D75195980 /* RNFirebaseStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A59F301DCC2311D365E74EEA05FBABF /* RNFirebaseStorage.m */; }; + 22A449213EF7B85E0E070E14646F1142 /* REAStyleNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C9C39623A46A8D8A570BCC7F55A69C6 /* REAStyleNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22B289E96781F25C04ECCDA39C4E63F0 /* RCTActivityIndicatorViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DB6BDFB3FFC45D52CADDD63EC71C494B /* RCTActivityIndicatorViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 22C893769DB69620D10DB6343A1BF40C /* RNRootViewGestureRecognizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D97D708516454AAC9C946326909AB2C /* RNRootViewGestureRecognizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22C92FEB3B04579CFF0378E618DFB3BA /* RCTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A0CC1E09FDEEDB50EA52B13CB949F5E /* RCTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22CEFC35D6BE5B9099CB736853ACAC54 /* KeyCommands-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CA7950AA6238AB2B349BFC5CE37C26B8 /* KeyCommands-dummy.m */; }; + 22FBC041FA6BDB8D31F52C96B4D0A174 /* RNBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = DFBFA7AA68FC31844095C0BD269181C0 /* RNBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 231AE8A6F71E9002C1051DE440D06378 /* EXVideoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C61958EEB32970B6FD85C64E5BADAD0 /* EXVideoManager.m */; }; + 23B2B5118824C36E0A8F3FCC2DE98C3F /* RNNotificationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 79FEF5404E1BAB09D2F241B48A4DEE31 /* RNNotificationUtils.m */; }; + 24245B52141EA46A7042F4BE99AEB86E /* RNFirebaseNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = E49C3AE28170447EBF2AEA8764FF1E92 /* RNFirebaseNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 243E5A16194B1BAD6EC6D914F6D1AD3A /* RCTCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 98E483D55FB2AEBC8ED11136875AEB2F /* RCTCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2455449FDD13A5BD6B015D9B25207EB9 /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = 9113EA59A61B4CBF5ED6E953CCFA9F01 /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24570C884E7B05506960B1ADE2EBA32E /* demux.h in Headers */ = {isa = PBXBuildFile; fileRef = F789322912D13D98F15BEB706E0A630D /* demux.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24B97F4F26D06C097C3E12F6B68F04CD /* RNBackgroundTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = C80C24196CA7E3B278CF17DC2FAC5AB3 /* RNBackgroundTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24C7E525A367ABCB6718748137DD44EE /* RCTKeyCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = A60FB87EA02412732DBF2EC5E7A6A199 /* RCTKeyCommands.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 24DC681EB1AA4E65ADA6DF92E3F69D9B /* BridgeJSCallInvoker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 779726D959215FC66398D2A7BD055CD1 /* BridgeJSCallInvoker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2520BA6FFB511E1F3B13760E919E35B9 /* BSG_KSCrashType.h in Headers */ = {isa = PBXBuildFile; fileRef = EE869A12F535871BA33512B4E9E9E46C /* BSG_KSCrashType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 25464C199156B6F34863455C64857399 /* bit_writer_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 38A4FA5B11D3DBFA1186FAB230AC87CA /* bit_writer_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 2565B9310EC364F58EDF6D7C3E9D9E74 /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9307A5FA57000E38FBF9EC08FFF8A2BF /* bignum.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 257E5695DD14352106A5F9F2324F7403 /* RCTImageBlurUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = DB8E6E524E93AA1E17AC170DA85BCC3A /* RCTImageBlurUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 25C10CF7700C88922C4053826BE8422E /* RCTPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 06C337547CAF801A9A2D2CED641A5482 /* RCTPicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 25D1EE7FFDCEE0EBC3F03EB316E69F59 /* RNCCameraRollManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 902AE98327A861832B4BA137480FA0F4 /* RNCCameraRollManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 25E00F43E1EDF928FD21D8275DAD3A20 /* RCTRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = C9882F9D0C1F75D8C5013E75A9C5BE28 /* RCTRefreshControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 25ED384032B9D13C5127B75C00C81489 /* BugsnagApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = CDB0A7EF39CCD02905815A0CC25C4DE9 /* BugsnagApiClient.m */; }; + 261E1575F07D66992D6993C4AB9699F0 /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DA2D4D1364530875FFC9C34F5E9DFCE /* SDImageCacheDefine.m */; }; + 263275AD02EEDA619AF605D8A57C8549 /* RCTView.m in Sources */ = {isa = PBXBuildFile; fileRef = AD3015F3E07D474D457615D397B24B94 /* RCTView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2672B79116AA34F158A2BF9BCF83F014 /* GULNetworkURLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = A90EEA3E24B6338A093526F3631E6B57 /* GULNetworkURLSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 26CDA6E509270CC32B1FF34C4F7D0DA2 /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A09930B6AF4D29B74B05A4AA77C3AAE /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 26D5892C49257B552E50E5D953378DB1 /* RCTUIManagerObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 062446A5926322219204F38CBF59BDC9 /* RCTUIManagerObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 26EADB2B1F91B0E98325CE377339AB6C /* RCTI18nUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = F9516B4B5D2BDED1D66108948E2AA2A2 /* RCTI18nUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2705398BF3B9198CC897D23D396A7586 /* RCTVirtualTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B8BDA0D59E0FDFD4916DCD98BC7C3B04 /* RCTVirtualTextViewManager.m */; }; + 2707704D222AF75C77C0C75D36884A07 /* RCTAnimationType.h in Headers */ = {isa = PBXBuildFile; fileRef = A524FF638100AC45C33EF88339FC17D4 /* RCTAnimationType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2765C99C5AB7A70535A4695E30345CA9 /* RCTConvert+ART.m in Sources */ = {isa = PBXBuildFile; fileRef = FB79C32615B9E1BA3D70C5E2C249C340 /* RCTConvert+ART.m */; }; + 2767B6F483EB91FC1AF72B9E56C9EA93 /* BugsnagFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BFDE11CC8A7D89ECAED75A3463CC42A /* BugsnagFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 276EA1438A750B1EB0094AC03C85B9CA /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 70890F33DE7A2F89F7A6D02F11156613 /* SDImageCachesManagerOperation.m */; }; + 27B32BB91B5592AA463BED8039D4A34F /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0287D9269BE2F2D523F799AE70389190 /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27C1A69C52BB15DC67850E468B12D649 /* RCTExceptionsManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7B76FE61248BDC8A1DCA4580361BB582 /* RCTExceptionsManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 27C583D37081F7F3510722DF66158B32 /* RCTDataRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FC8F93B70A554F4F421277A6DBBE90E /* RCTDataRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27E5457CDA9A021B29AF532A8477DAB0 /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F3FA0B1FB5B9C2F68BBAD227716F23A /* SDWebImageIndicator.m */; }; + 28927F940A72BCEB4A44F42EFBA0B02C /* RCTTextAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = 24E9CF082676CAD594449D4A5283465E /* RCTTextAttributes.m */; }; + 28BB381A7C6B3B83811D50FE70E938DD /* RCTComponentData.h in Headers */ = {isa = PBXBuildFile; fileRef = 48A0AADB2A4FA5488B3B5199F7C8EEBF /* RCTComponentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28EDFE782C03971D26A94DABC42882E1 /* RCTNetworkTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AFA9D5359BE1E4E260426F1C13F2D01 /* RCTNetworkTask.m */; }; + 28F5181CAF14D2F0597691A3E405F985 /* RCTConvert+ART.h in Headers */ = {isa = PBXBuildFile; fileRef = A7B8A6812933BF099464A855BD022D03 /* RCTConvert+ART.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28F938C614393C2E27ED714D9579FC8E /* rescaler_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AA57940434E3AAD7AEEE00A590613E6 /* rescaler_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2971D2756E69D3A1B1B0B05CB44883FA /* RNFirebaseDatabaseReference.h in Headers */ = {isa = PBXBuildFile; fileRef = DC898FA019A3F25EA6F04D68DD84E834 /* RNFirebaseDatabaseReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 29B5E0AD4C8BD0DB9E1BF5D8AD913CED /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 28FD7F961165BA72E393450F992F2048 /* SDWebImageManager.m */; }; + 29BE103541578385234026751F8ACE67 /* RNRootView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DA716AE7868435F42751B7B9FAD16593 /* RNRootView-dummy.m */; }; + 29D9E419C855902AC95C921BDC6A1124 /* BugsnagErrorReportApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 46BA8FC4DB05E336592DAE5481E5D58A /* BugsnagErrorReportApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A0924AB7815CCF0A58FF53C9F9DD715 /* RNFirebaseNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = C8E27E3B1EA80180B17EC246D3E403E3 /* RNFirebaseNotifications.m */; }; + 2A271C1605508A90C3BA1EAB6BAADC3E /* react-native-document-picker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C28AE6EE2A7481C0B38297CAD41AD83 /* react-native-document-picker-dummy.m */; }; + 2A6155E5BEB10B758FA689BF7FE14AE8 /* RCTVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = D80CADE0F1DF09047AB3F7B0DCE2CC49 /* RCTVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A96EC20BE6E26342579B6EEEEDE35BD /* jsilib-posix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D3AAB2DF9FB83B7E1D4F00EC2B58AF10 /* 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"; }; }; + 2ADFF29E38F4061AD30EE837833ADAAC /* RCTSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FDB38AF4E7E9413184E7F9BF4D847424 /* RCTSliderManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2AE22261C2F0CC82CDFBB9435346A3A8 /* RCTComponentEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = DD1F61F7805C3FC9FF12CE56031B83D1 /* RCTComponentEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2AF1ED3F44A359AF4E731231E6CFAFE8 /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C599D37E0638CACC8F72727A8ACBC6E8 /* SDImageCodersManager.m */; }; + 2B18BA16E70FB8CE8D1CBA9F53F02241 /* GDTEventDataObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 236BD84A3D7A0BCA0879CEFAA83975BA /* GDTEventDataObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B4B674BADB4E8A18006C2676BA1EAE5 /* RCTDevLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = AD3FBDF55D00D79D9DBDF0808838A45E /* RCTDevLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B57AD2AFDB9147504E562E1E6F17751 /* Bugsnag.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C1BF582D5CF57769176D237A441CF48 /* Bugsnag.m */; }; + 2B5B62C5708555CC396B26DEA29C08AF /* ARTShapeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BFAF164315614188720AF2FD4A9D2270 /* ARTShapeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B7AD03BE3907FBE6A6161BE67B9585E /* BSG_KSCrashDoctor.m in Sources */ = {isa = PBXBuildFile; fileRef = A3563F6253B3ADA72FC5A1180FA6EB55 /* BSG_KSCrashDoctor.m */; }; + 2BCCAFD974059ACAFC22F751ECDD2AD7 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C312E4CB1D08B208EAE28642C3490978 /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2BD172C6FB7DF31CC3EFA3CE085B4126 /* predictor_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 693DA1F565A6FF66C8393EEABBBBDE86 /* predictor_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 2C0C31B7505BC8E94D6FAFBE26E70005 /* fr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 54E38666EED87DA6C2D2AF27054A6575 /* fr.lproj */; }; + 2C301F59E16291961A53C6EFE487CBA9 /* FIRInstanceIDTokenFetchOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 90EF6699ACCAB7C72CD5324F892A9215 /* FIRInstanceIDTokenFetchOperation.m */; }; + 2C3B70E550F6BE498EA5F00CBC159890 /* RCTDataRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = A5A00C735FF3CC0126B0373B8738EE83 /* RCTDataRequestHandler.m */; }; + 2C4337F44EA78BED73792EE210819525 /* QBCheckmarkView.m in Sources */ = {isa = PBXBuildFile; fileRef = EDF6B7CD599FD39008641CE2246FD008 /* QBCheckmarkView.m */; }; + 2C447F128915ABFDC8E0CE94BEC794B8 /* GULLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 663D8A7DE61E19F411CA269EABCC27CC /* GULLoggerLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C4587AD15A7973ECE6637EDA1DFBF08 /* EXFilePermissionModule.h in Headers */ = {isa = PBXBuildFile; fileRef = D78AD78AF6AB6F0BE0B02B4408976AA0 /* EXFilePermissionModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C45E8CE187BD8D93820C40615AC1E4F /* RCTAccessibilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D59AF94D98ABE63F8E9F9432A8E0B6B9 /* RCTAccessibilityManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2C4AB1C100D4C8F549F3B391F96BF82C /* RCTRawTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E6977FAA63F6CA6D8FDBC6AFA3B9E98 /* RCTRawTextShadowView.m */; }; + 2C6754F57D3F7E17CA74E5B2EEB0D7F9 /* RCTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = C326E06124A6D1EA1B7089D5E7E9F8EC /* RCTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2CD5D4D9AB0BB12808E36B48405592A4 /* BSG_KSCrashState.m in Sources */ = {isa = PBXBuildFile; fileRef = F8B82E7DFEC57F3F2BF27DFD687B53A4 /* BSG_KSCrashState.m */; }; + 2CDAC043E586A4E33786C82BEFBB0DBF /* RNRootViewGestureRecognizer.m in Sources */ = {isa = PBXBuildFile; fileRef = EE1DFD392887AE2AFA6838B1794DD535 /* RNRootViewGestureRecognizer.m */; }; + 2CE08EC7BA09068921151F10810607FF /* RNJitsiMeetView.h in Headers */ = {isa = PBXBuildFile; fileRef = AD4ABA5CEBCCE553E9F6A570051F14A0 /* RNJitsiMeetView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2CFEE3C68DF30B10733EB873C39AD7CC /* FIRCoreDiagnostics.m in Sources */ = {isa = PBXBuildFile; fileRef = 326F4393F9730A5FCBBD861903F4E98C /* FIRCoreDiagnostics.m */; }; + 2D5C8E1419E3DCF259A42E81A1EA56F1 /* FIRInstanceIDKeyPair.m in Sources */ = {isa = PBXBuildFile; fileRef = F84CFF851919F4C8C90C7A0A02A4EDBC /* FIRInstanceIDKeyPair.m */; }; + 2D61A2747A7ED3643B239BF6F190E30A /* EXLocationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 513F5F8991E9989A90D11A4EC14A87AF /* EXLocationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D889A37C6B0DCFAC73E5AC673F56C1C /* EXCameraRollRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = C181B7F718B659FB9482CFC20888531D /* EXCameraRollRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D9B31280B8E5294977D5CC7EA819B25 /* BSG_KSCrashReportFields.h in Headers */ = {isa = PBXBuildFile; fileRef = D57EEC60392CEA5042D268D64C5D6928 /* BSG_KSCrashReportFields.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2DD5EF0EB4B7DC767D1006CA43D91FA3 /* FIRInstanceIDURLQueryItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CA316AB9B1E087EE087129012E3ED1A /* FIRInstanceIDURLQueryItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E4931E8207986206E7AB09BFBB585EB /* EXPermissions.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DF5A7DFF4C37F2500DE0FAC62F58DAC /* EXPermissions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E6C0A66C6CE67C359435223E0B96692 /* RNNotificationCenter.h in Headers */ = {isa = PBXBuildFile; fileRef = FF35F109D7A309C754DC5062FEEADBEA /* RNNotificationCenter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E834C1C8872637F95200FF9269927E5 /* UMSingletonModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A9758E0A04F5FDB62647A27C76C331E /* UMSingletonModule.m */; }; + 2E97E8985D7EEA0ACA621F03CBB618E0 /* GDTCCTUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = F534DAFAC571CC5B019C05580EB1FADB /* GDTCCTUploader.m */; }; + 2EC6448F6874BE18BCAC7E4B8750436D /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E2FF0EF6A719422A08A1E74AA5C5D136 /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2EF1C5548F3F0E3DE7BEF6390805DEB1 /* FIRInstanceIDLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = A180D1561EE0153CEAE325FB966800B0 /* FIRInstanceIDLogger.m */; }; + 2F14DEC7E589201E4ADE8E61F5CCCB8E /* RCTNetworking.mm in Sources */ = {isa = PBXBuildFile; fileRef = C3320471C1E5BA0EB07F380A0B91F931 /* RCTNetworking.mm */; }; + 2F37E13839018122C7584B33BD63610D /* react-native-video-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C8DFC07E101B9CB1761F16757FB29959 /* react-native-video-dummy.m */; }; + 2F3E6CFDE51DA53D85F9F0B1E585D2C2 /* RNCAppearanceProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F74E6C1B371D11676E56E1E56343C6F /* RNCAppearanceProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F4B5D8A9B7B3F427CD7F280DF2FA890 /* JSCExecutorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = B4599C606497FF6E3DACFA8FDB506A3F /* JSCExecutorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F4D3CB5530FEDC8D599D0FC2A883DF8 /* EXAppLoaderProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C07B23C852AFA33E95ABF5E8127209A /* EXAppLoaderProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F51852AA11405085D9282ECDBA680A8 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 120634EB9136888379CC2EA67B466B54 /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F88FBA4BEA00215CDF33A4CB5C1AC70 /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = A8D66EB87FF1052564109710F3EC6D0F /* SDWebImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2FF2BE53DCA8EE04DBC53FA3A07AF916 /* decorator.h in Headers */ = {isa = PBXBuildFile; fileRef = 0246FD45FA1E925C01BDADC66A69BC39 /* decorator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 300A7BA55DB2E2C8576B6CE7FB0A34CD /* RCTFPSGraph.m in Sources */ = {isa = PBXBuildFile; fileRef = 66679F7DD5C25FB6D5A0FA4B91A6CD05 /* RCTFPSGraph.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3035872384B71512B8644A2C9491AD6D /* RNCommandsHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = B7EEF52E683BE96395DCCFA4E115E9CA /* RNCommandsHandler.m */; }; + 307F3607934710DF997A7298180F7E98 /* RCTImageStoreManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B0C02F0BE5E491D1B2A5DA0E71329CDE /* RCTImageStoreManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 30BBF147562E0292D0D75BDC762DE85E /* FIRInstanceIDConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 884C00138AD3CAF3B4B0B63BD80BED30 /* FIRInstanceIDConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 30C27B25CE11FBFEC253B678435C2261 /* GULReachabilityMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 50C7E75DE032D780D996A33E74AA1D42 /* GULReachabilityMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 30EA45CE3AE07BC35CEF6C9986E2E1F6 /* InspectorInterfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E19616DDEC3B522B13FDEBA40986692E /* InspectorInterfaces.cpp */; }; + 30EA63D0E95EB523F359EAA9BCADC1F1 /* lossless_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = D9E1543EA3F83B6350BB339D31E74A42 /* lossless_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 30EFA1CE7F1133015F0E3E10A28316CF /* quant_levels_dec_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 250CF8B419B162FB992D8736BE4DBC17 /* quant_levels_dec_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 31104DDF23E644091D0B208B51B3F550 /* upsampling_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 79056B8415873E79B2C8F6C636A96E00 /* upsampling_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 3117D5AFA4E546F9B2CEA3EB35965A82 /* REACondNode.m in Sources */ = {isa = PBXBuildFile; fileRef = CFD43F02444B6C40723BD79FFF466909 /* REACondNode.m */; }; + 31274EDDBCD11A92A9DDF9C3CAFD44FE /* EXVideoPlayerViewControllerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 69E34620E132E57727C78694C1145B21 /* EXVideoPlayerViewControllerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3166FD3754F038B8409AD57568FD58B3 /* UMEventEmitterService.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B90DF08CDA37A586424E392B137748C /* UMEventEmitterService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3178E2FFAF91C8CD5462E8492D7EFE77 /* ARTRenderableManager.m in Sources */ = {isa = PBXBuildFile; fileRef = ED76E274BC8A26B2EA07D940C8625E4D /* ARTRenderableManager.m */; }; + 31935F903EB3421E32FCD701A8DBD38F /* RNCSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 80765060C6525FBF1EED7CA98F21F067 /* RNCSlider.m */; }; + 3195DB0618B1CA79C84E8D42C590DF57 /* UIColor+HexString.h in Headers */ = {isa = PBXBuildFile; fileRef = E4ABD4161A335B5730AA14BC21DFBFD1 /* UIColor+HexString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 31F10CDB791C2620DD0B1A31A0F82884 /* RCTFileRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 211F6AF473FDA2EDC014A6465966DFC8 /* RCTFileRequestHandler.m */; }; + 31F3C1F1C0E29CC26D3A6B81776FC9E1 /* RSKImageCropViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 097257AFA6B9ABB50D1D8D460C297CE1 /* RSKImageCropViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3216E3B96EA52D8BDB8D9F86571D35AB /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 09779D39FC51C49ACB1E7CCD2C280164 /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3240E20C3A58ACFE15D21D48E1D40A6B /* RNForceTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CCE0A0312367F91E8898886D48805D2 /* RNForceTouchHandler.m */; }; + 32622CE75F78F8E2F8D5400CD2CB17DC /* FFFastImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CF2C83A24C569BB24ADED4DFC7EBF61 /* FFFastImageView.m */; }; + 3292BA9319F6A044C79AE28E0D918FC5 /* utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 89160B8C3B26D7474A95630C72EA1E5F /* utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 3313337DEB72DBE20A1BC168A06E68F8 /* KeyboardTrackingViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 551C4E17EB7E93FF7EAD018EEBBBE162 /* KeyboardTrackingViewManager.m */; }; + 3317D2669464A6DE7D7DFD3DC080C7B8 /* RCTDiffClampAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 83B6C0233215E1171F424FA442B1C37C /* RCTDiffClampAnimatedNode.m */; }; + 333803FE324E27588D21B11BCB0C9D06 /* RCTCxxBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3CB5D4AE81D2072000C6007CDF99AA4A /* RCTCxxBridge.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 33457000C73C1BA5BC2352B54AB16160 /* LongLivedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 43C93FA1DD9321D910CD997E66BC84B7 /* LongLivedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 33B34720C076709D0AE09FBD66D845C3 /* UMInternalModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7126E6E76F462E83CF064A5963F6274F /* UMInternalModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 34056CD84DEBCDD1C746695C686393F5 /* BSG_KSCrashReportFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D56772272E17B920E932842A3E95ADD /* BSG_KSCrashReportFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3413CDA8B5470DCFC4C8E5FB4BD1A291 /* RNPushKitEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AF7226A7D0B0BED3A80AB543C95186B /* RNPushKitEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3467E57D037D208C62BFFE18DF8E348E /* BSG_KSCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 81599712D9998041E4E6DE0B92E9F991 /* BSG_KSCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 34E56652AA0AEE4823E7F31D025B69C5 /* RCTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A2ADAD932C0F08CC127BA9AE2952BCE /* RCTUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 34EA20ADEFC65F6118975776F29B5ABE /* picture_csp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 52FF01E96854D8F37412901CC140380F /* picture_csp_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 35269B5057CDDCC7DEA2FE786C99AF9E /* RNFetchBlobConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 302504B5F4CBE43404E02F9264F9C6BF /* RNFetchBlobConst.m */; }; + 3532F5EE6268C8BC44E880EF1AF4FB8E /* BugsnagSessionTrackingPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = 9896F4C12D99D9D3F35B8D83DEA54726 /* BugsnagSessionTrackingPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3537CE1621452E04CE333F76DC5EA2FE /* RNFirebaseAnalytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 91965C85CF66D8EA20BA211B8836235A /* RNFirebaseAnalytics.m */; }; + 35772BB3CEED422E3D0575B000524EC7 /* React-cxxreact-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 188B99432FF8F2E8F4F893A9C38BCAA0 /* React-cxxreact-dummy.m */; }; + 35832F60A513B34B1EEA6BDD6419FE8C /* RCTVideoPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = CC91BDE7051E43EAEACD33F3C2D0E4E1 /* RCTVideoPlayerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3585CBDCF731A7F68C48BB6AD9A70AFB /* FIRLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 8175885836544CD4D80DDBE66EEFAA45 /* FIRLogger.m */; }; + 358BABC6CB59A971C1E83090D568F1FE /* UMModuleRegistryAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = F3D6F56C79F582CB8EE3851BA74DA5EB /* UMModuleRegistryAdapter.m */; }; + 35DB32595AFE292384F7082E4EDB8D9B /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = DEBC889B15F04209C3F46BA6C73C3923 /* zh-Hans.lproj */; }; + 366116BABF4984007964E29E1D5ABD22 /* RCTConvert+UIBackgroundFetchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 832A6EF418F653A14F74FC571CD08688 /* RCTConvert+UIBackgroundFetchResult.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36919C052E22A8130A9FCC27694A61DF /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 9423585289F0FEE1EDBF88CC077C5BA9 /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36B30A72BB2A2EB9D72BACEBA5A74C69 /* RNBootSplash.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C38CA7B81ACA338D999FE3C0EAD78B7 /* RNBootSplash.m */; }; + 36BAEA5FD99090F9ACDB8246FAEF9A44 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = C662555DEFDD7CFFF2487F4277C6C686 /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36D80615F4DEE0F645C306DFED51FB52 /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F242E15D7BB04FE6B21F6E867AB5261 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 370F54E7E5F99ECD931AF474471A530F /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 69479128234A29F965EAC5E5AC7A110C /* SDImageCoder.m */; }; + 37561D58917BF3DD193FA026B4DC7819 /* buffer_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 5807EB6D92C08024B83553174ACA5DD1 /* buffer_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 37A8A74509CB140CA1CBD2862791F6C1 /* thread_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = E33DB78328A822A9C5D7101BE31F544A /* thread_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 37BE852FE436F3F6397F550D19500530 /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = 719678554CEA5B56015186C2FDB53C4B /* SDWebImageCacheSerializer.m */; }; + 37FCEB31D086A0F531245307B9F7C801 /* EXFileSystem.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DFC4B8E6E0E43682B3D1525E51D6D97 /* EXFileSystem.m */; }; + 3825F7BBADE0E2636469ABA15B1C2FE3 /* RCTTurboModuleManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4CBDEF8F1A47C67AEB2B155630AF019C /* RCTTurboModuleManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 383C5B89C2949BBFEA55565E4DCFCB15 /* ARTCGFloatArray.h in Headers */ = {isa = PBXBuildFile; fileRef = BBE943BCB921CC4D2A39818594F0864D /* ARTCGFloatArray.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3842C7262C69AD90463B43931CE9B8D4 /* backward_references_cost_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DC1ED14685D94D7B65AD30A55F657B68 /* backward_references_cost_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 38442B0F8709B30A6EDA4CD0454A21A5 /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = C993DF06793B7954B7AE6F9F0A64ED07 /* bignum.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3883B5815DBFA4EF2FE84C41BC335FB8 /* NativeToJsBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 391A024B4AF1CBDB1B929B84AFA72DA0 /* NativeToJsBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 38A4CA283B119D95B0A0E732C2331660 /* BSG_KSCrashAdvanced.h in Headers */ = {isa = PBXBuildFile; fileRef = 95F7B73C7BC6EDE9052F07E04DB0C417 /* BSG_KSCrashAdvanced.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 38D4C661B8BBC385A0AB2B4AB1558258 /* DispatchMessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = B9A49C65DA0B4CDCEB3AF8F86EA15A81 /* DispatchMessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3916D8D75559CA9F46FA11A981903A5A /* EXRemindersRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C372D568CD6870CC01830B85A92C17B /* EXRemindersRequester.m */; }; + 395183D9069FB94B71C8E24EA8A21FCD /* FIRInstanceID_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A346F7EB324ED60BD0277D524F7464F /* FIRInstanceID_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 39A8B0F0C8877BB15AD04CD38C7C9161 /* RNFetchBlob.m in Sources */ = {isa = PBXBuildFile; fileRef = 89B33D4B3C5357A308EFE99B01D9DB5C /* RNFetchBlob.m */; }; + 39B19D68538AE0FC980A4351FA0EB0FF /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = B375FD543CA64F20CDE3F99EA6CDA070 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 39FE229CE1651E2B524FEE20F0222100 /* JSBundleType.h in Headers */ = {isa = PBXBuildFile; fileRef = B21AD03C6F6CD5601C5D12A8A809308A /* JSBundleType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A218CA173C1EE76D958B3AD0C9BC0CD /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 09779D39FC51C49ACB1E7CCD2C280164 /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A32F3DF1F3A28FD3A9E28078BB3EB2A /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = 38B418D43F61C1B419AB3F337FC541B6 /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A38B322CEF5C4F1F5C90CDC284CC7AA /* GULSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 019EF2F3E1EBEF4B63B42F53A1FE1122 /* GULSwizzler.m */; }; + 3A588C35CF59D1DA0D42450E2D7D237C /* EXConstantsService.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B7D656B7E53C426674B3FA4433A48F4 /* EXConstantsService.m */; }; + 3A90F40F02279EE028931CE48514D66F /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = 70A2C57EB51078DE137D607F34867F54 /* double-conversion.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 3A922CDA2316846097056591F696D6F7 /* RCTDatePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = A74E5A3A211DACFFD2A246748236E82D /* RCTDatePicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3AA635385D2DD6AF7B23A198E1851B06 /* EXRemoteNotificationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 76078A91E7480FE1D7343FF920B5264D /* EXRemoteNotificationRequester.m */; }; + 3AAFEFC4AD799AFDB98222D0B36F097B /* RCTMultipartStreamReader.h in Headers */ = {isa = PBXBuildFile; fileRef = A6A1637BE29A75F7F13B5F7D4D060A05 /* RCTMultipartStreamReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3AC6D38871E11794AACBDDD94449CE63 /* BugsnagReactNative.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B0146D2D9664F29180B202ADE2141F3 /* BugsnagReactNative.m */; }; + 3B333F775A3E42130B41AE2EF4E0B53D /* near_lossless_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 9B1DED816870AF0C0B03329B34DC15BD /* near_lossless_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 3B426494F084B4127219E522755411FA /* RCTKeyCommandConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 0320F5C6D72B329B0682338615BF7493 /* RCTKeyCommandConstants.m */; }; + 3B565DC355CC5A6C542619592FAE3C31 /* ImageCropPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = D27ADF8C1E1379A4F7E0518AF69FCA06 /* ImageCropPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3BEF5F842EA4316476D9252C81E7D100 /* GULNetworkURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 00EF713613E649AF69AC589CAB985955 /* GULNetworkURLSession.m */; }; + 3C3A3FB4AFFF88F2C17EA07185AC0663 /* RCTFollyConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6155B18D8CF4FB456DC33C47918C8895 /* RCTFollyConvert.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3C766293FB7619D510FF59F15B150FAD /* RNPinchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 08558881FB7059A61C52EBC5A08E176F /* RNPinchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C9923B6B84D38A40767A6E529CABE0F /* FIRComponentContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 703C19B7DA7D14697A7DA9E62F10EC52 /* FIRComponentContainer.m */; }; + 3CD9657B5CDE67AE647DA7FC86A341A7 /* RSKTouchView.m in Sources */ = {isa = PBXBuildFile; fileRef = BD02FE5A2E5FEA9FC370768CE07C74A3 /* RSKTouchView.m */; }; + 3CDB4A31E6703CFF32E72D3638BA11B4 /* GDTCCTUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E6E78446D4C66AB49A9367C4B33947A /* GDTCCTUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3CE0729079D17BAE2A3F5C0904B3FEC8 /* GDTTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = BF97D9E3AB424B03E0D472FE750E447F /* GDTTransformer.m */; }; + 3D1507020B4C2DC1A841168F7B2F2095 /* BSG_KSCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 76F95C1AC7952AABE43BB6B15937845E /* BSG_KSCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D2BDDA5696E0248B91335C53007C1D8 /* RCTKeyCommandsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A78B54BD3246CB0BE36024F0436A9F16 /* RCTKeyCommandsManager.m */; }; + 3D62B6B0650C43E889B249FA6981903E /* REAModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 55B03B81844C54B2F42409680420ED0C /* REAModule.m */; }; + 3D8BE5BF644BE9BB4F41CAB6B7D79A09 /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7B74342AA866FE731DC0FDD2C2028F04 /* strtod.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 3D9F8FE3C127F89AEAD65F09969FE642 /* muxedit.c in Sources */ = {isa = PBXBuildFile; fileRef = 23EFDD9E4FD7AF73F60CA08A78677637 /* muxedit.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 3DB2B8FFC504E9B2209D51E0471B3072 /* NativeExpressComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = DF6768535B8CB61B9497D7BBBA40AA61 /* NativeExpressComponent.m */; }; + 3DC6AD9F4EB8CA917DAA18FC2C54697A /* RCTMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 321A3EB0FB64C5D2F763BBDD94BE0F90 /* RCTMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3DF0FC2AAEEB2CD774228809E76A36EA /* RCTWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 294BA87825E43C860BA3FF3E8C1F7CF9 /* RCTWeakProxy.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3DF2CF12BAE1442A3F18E366DCF1E367 /* JsArgumentHelpers-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = DAED8D93FB784B6A38B458D84A1A917C /* JsArgumentHelpers-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E0588C6F38C12F8417DEA53E703E771 /* InspectorInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FE3B0E6E0B73EFFD9494512EFE99A81 /* InspectorInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E31ADE4D01843AFE94E6B95687C36C1 /* RCTShadowView+Layout.h in Headers */ = {isa = PBXBuildFile; fileRef = 85F066CE260AE8BB1CA397934C287D3E /* RCTShadowView+Layout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E4147890AAABB96969C70E0D7986318 /* GULMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 095C3A99BAD601DEF79FEC7E58053AA8 /* GULMutableDictionary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E6E2A5941481ECA8D947D329A8D5E4D /* FIRErrors.m in Sources */ = {isa = PBXBuildFile; fileRef = FD7691D43748739B72817CB68865006A /* FIRErrors.m */; }; + 3E79EBF873CC80665DB87799FE8B85CC /* RCTShadowView+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DBD16FE4BF18987F2ECB83E4922B98E /* 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"; }; }; + 3E9B846063DBDF34FBAF2E13B2104ECC /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = E7B3CD7D9E23BB664217C58C5B2DDFE2 /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3ED49C84C1C1A124F30F61E18033F6E1 /* REATransformNode.m in Sources */ = {isa = PBXBuildFile; fileRef = F545B27E704F27558A9ED01F0D7EAEC2 /* REATransformNode.m */; }; + 3ED530EBB19DB479636138A65FFFC9D9 /* RCTImageLoaderProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = E104A26AD02F9440154BF5C9E00FC5F6 /* RCTImageLoaderProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F16574039A61B5C86268A6D9E5BD931 /* picture_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 85DDB9877837BA0AF9B0F7B6DEC362A9 /* picture_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 3F23A9C8F4C6D6FC2240003C679F1D40 /* UMReactFontManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8648B9C836C15BD4F95DBE953307BE59 /* UMReactFontManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F4D09BB757DC2587425562E435DD7DB /* QBCheckmarkView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5361A2510329205326BA29FFE3D2F208 /* QBCheckmarkView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F4E6AB35F55AE7DF736BE8E399AF815 /* RNFirebasePerformance.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DE69644D073CA86DB782623084C070F /* RNFirebasePerformance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F8DC9E3686D8CA5C3C1DCAE5CA38D5F /* RCTSourceCode.m in Sources */ = {isa = PBXBuildFile; fileRef = 1124C23FB2A502A12201876226BE9C90 /* RCTSourceCode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3F9160E52A4D137A52DD2A7FE857193B /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = E1FF3ABBB86D23C6F4AF464146BCB44E /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3FAECAD98E39575A2C864CE080401E9F /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = DD8E3D039A6E89BD03F7A33FC8D634F4 /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3FD14FDCB0DCCD257A3AE028913722A1 /* FIRInstanceIDKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B086A0ED5925BD59CEF6134AF11EEB4 /* FIRInstanceIDKeychain.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3FE6DC36C896C99E4F0E10B92E1FE061 /* frame_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = C01777BFA2467300977CA3FEF913D5F4 /* frame_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 3FFF42A16F8EB91750162C36C8843027 /* RCTClipboard.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A0A48F2D1FD4AC2E2748195E43184AF /* RCTClipboard.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 407DE17E311F50FDA9BC4ED4C4759FF6 /* RNFirebaseAdMobNativeExpressManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DD7EA3F448F269ECB4D8A2DA730F685A /* RNFirebaseAdMobNativeExpressManager.m */; }; + 407DF13B0A6D61F156D84B50D25A3E2D /* upsampling_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 889DD58E7BECAD23FDAC21530CD7D0B8 /* upsampling_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 40D19B3596F2AAA91C871A4C0827D6E9 /* GDTEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = AFD2AC81AC5FA51E82EFED1BA17B7573 /* GDTEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 40E02135B467F425AA7FC5D7C7DA09FD /* EXContactsRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 834F1E69F45E280B37AEF05EA066A85E /* EXContactsRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 41131751C2A30224DA39830C7FABDC37 /* JSCallInvoker.h in Headers */ = {isa = PBXBuildFile; fileRef = CE0AE4FB9E24E5BDDD8D43EE986510AF /* JSCallInvoker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 411A3C1B75FB16BE3B6C5709BBB21AD0 /* upsampling_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 861C44D58795A70D3338BEA3807EBD22 /* upsampling_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 41305B5E2E38F44BB750E2C3EB2ACEBA /* BugsnagSessionFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 53B83BCA17D88BD5FFDB71FFB4F42D3B /* BugsnagSessionFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 41755CD0FA73E9E757BBF62F21F0FFF7 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 838D7C69C1B531C642465B4BAA4320CF /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 417C1F0F90CD0DF24740636DDA0E766F /* FBReactNativeSpec-generated.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2C1CFB0B5D7CC8DEC9559EE6FECE03EA /* FBReactNativeSpec-generated.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 41A875AF9B80762A227B0C9FCDADC17B /* EXConstants-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DEEC3D9F2E40D15DA7BD5D4C0CDA7487 /* EXConstants-dummy.m */; }; + 41EA0669E9251ED0B3F27FB92F566757 /* UMModuleRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 19B2B0E4488645CBAA1205FA83BD9FD9 /* UMModuleRegistry.m */; }; + 420273C9877ACFCFBB918F211EA0EC2C /* RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C03BAB420BFBD15A329D14E96E05043 /* RNNotifications.m */; }; + 425F4D00564CD45E8BAED4DB2AA48455 /* FIRInstanceIDTokenDeleteOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = FE9D8DD53AB4F688CFE58BF275771887 /* FIRInstanceIDTokenDeleteOperation.m */; }; + 4291025987BAFF7204F5EF33EC8B11FA /* jsi.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B654E9C1528E014D67AE41F31A1A810 /* jsi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 430E21DB1E40C00BBCD1A57AD6A66D7E /* RCTTurboModuleManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 21C76485E7EAEA78DB78AC4C425CAA0C /* RCTTurboModuleManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 43DC0AC2630D1973E947E9A504AD5F74 /* jsi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A27782AF48BDEA48AEDB672971EA809C /* jsi.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4401917CF3FFE099B7EE236875BE77E1 /* BugsnagUser.m in Sources */ = {isa = PBXBuildFile; fileRef = D52A9FE57B8A72DAEA47F53A8FA6159A /* BugsnagUser.m */; }; + 44077BE7DC478E91BB1F7FBCBD475D79 /* RNBootSplash-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DCDB7FF91ACEE4C175EC491C6ED0E1C /* RNBootSplash-dummy.m */; }; + 4425EE6E7CE196D6CBE6414B491A2DB3 /* RCTImageURLLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 00D9BBF8F7A5ABBA78708605ED38FDC3 /* RCTImageURLLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 442AAD764C2B5335D2D63EC64FDCABAE /* RCTDevSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 4017661D8F5B0682D15202454DA35C9D /* RCTDevSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4434D48196A179E01B13B1B9B532A0F4 /* FIRInstanceIDAPNSInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 21E202A7C5AD705849C005996A458957 /* FIRInstanceIDAPNSInfo.m */; }; + 447005F902B950F31D9B84B31863C6C2 /* RNGestureHandlerState.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AB95667D17C2DA212FFA19BCB94BDC6 /* RNGestureHandlerState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 44964FA9DAF14AAE03807F2BC8800146 /* NSBezierPath+RoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = 66D51687A4FFDF194B556DE4B2DD8EFB /* NSBezierPath+RoundedCorners.m */; }; + 44A5A16ECF6812A67354E03D10FED517 /* RCTManagedPointer.h in Headers */ = {isa = PBXBuildFile; fileRef = DFD3782750AD39CED57012A2129A55B3 /* RCTManagedPointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 44CE88088F17C4DA76F31DB5A23EF1C0 /* RNFirebaseCrashlytics.m in Sources */ = {isa = PBXBuildFile; fileRef = C3BDF4648814948648C45BCB5C609DFC /* RNFirebaseCrashlytics.m */; }; + 44D47F1B80F64630143457D5E61D30D9 /* EXAppLoaderProvider-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 26CAF031053C08A190DF071A82843657 /* EXAppLoaderProvider-dummy.m */; }; + 450237AE946360B4D86A82DF9108EF63 /* RCTStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B38F45AC5E85864AA2C7BD66B068E17 /* RCTStatusBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4512CF639ACCB7CC62CD0336CC637A95 /* UIImage+Resize.h in Headers */ = {isa = PBXBuildFile; fileRef = E9DB9A7CD9DA43DDDE88315A08E9FA82 /* UIImage+Resize.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 452641E607EA42EAB0D4C7FC7F68438A /* RNFirebaseRemoteConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = B0FF906552B5DFC796F25F2644B3B20E /* RNFirebaseRemoteConfig.m */; }; + 458E43E940D2058F9A68BBD0956A7644 /* BSGConnectivity.h in Headers */ = {isa = PBXBuildFile; fileRef = 66A5E819E3CFEAF51E6D807ED7FE5A93 /* BSGConnectivity.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45D3939CDA3B11BAB3744081B5730AC1 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 87A2920C46D0CC20B60A655E9FF18B0F /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45FADA4EB5D6E6A2B5A3B8D358E27D2D /* EXVideoPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 8378290C00522D0CAACC653F2E273213 /* EXVideoPlayerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45FE11CB3CB7BBE3D49D3B126DB75BA1 /* ARTPattern.m in Sources */ = {isa = PBXBuildFile; fileRef = 453DDF07237BD816BB5931DE332C50DA /* ARTPattern.m */; }; + 460EDFD72035E6D5F088C95B73F30305 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 264B5E7D4C00A43280E5A09AFF8A418D /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 462B7BAAAE0B254BE9E648E5CFA0C6A8 /* GDTUploadPackage.h in Headers */ = {isa = PBXBuildFile; fileRef = 64EBE5F53B6247CF96532AA0FDA3C827 /* GDTUploadPackage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 468E2BA37E64CD16F291C2603E6C6D60 /* RNCSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A4BF94965D3CF5366FE94F4CFDA5E147 /* RNCSliderManager.m */; }; + 46C92D13EDF916BFBC5453A68C3B2B12 /* ARTBrush.h in Headers */ = {isa = PBXBuildFile; fileRef = 863D42949D725AD8F8FB5CFA588995E6 /* ARTBrush.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 47038C55444EDF4875734474B0D04880 /* RCTHTTPRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4E3FBD127ED49BAF37B1EC06723A345E /* RCTHTTPRequestHandler.mm */; }; + 473CEB698A524AA4C14DF66D6E572C37 /* Instance.h in Headers */ = {isa = PBXBuildFile; fileRef = 8770AB17E738B4F085184720FE8337C5 /* Instance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 47BD9494DBAEECF3B78696B1C7F16B4C /* RCTPackagerClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D8DE40890B03993214743DE35B6BD58 /* RCTPackagerClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 47C1D14CAE63EFC8B07A816499198552 /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 310B5509506DB448A66995284AA9A9CF /* fast-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4835C3B0DAF49A23B4BEB570CF5327E2 /* RCTConvert+Text.m in Sources */ = {isa = PBXBuildFile; fileRef = D74C97B2031F3ECE61A82A6769BED2CB /* RCTConvert+Text.m */; }; + 48589406024717DC104D8F0B2585FCC4 /* FIRDependency.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EA8FF5764F81F464D320E1177895992 /* FIRDependency.m */; }; + 48A597F6B21D3A8BD625F3BCA9DFFBF0 /* log_severity.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A39EDD3E7E23D5FD4B1E1E340CE326E /* log_severity.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48A65F090855476E8ED575F6389A7272 /* REAValueNode.m in Sources */ = {isa = PBXBuildFile; fileRef = E6EE62BB2BE77CD3706F442B1016283A /* REAValueNode.m */; }; + 48AB1B74E63D91A4FDBB5A85D55E4ACF /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F1A3CECFED1C7D7337226CAB2DA9727 /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48BF79294A1C22CC36D1E91201E030E2 /* BugsnagHandledState.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AA46780CEC70D7786498183F37B8B5E /* BugsnagHandledState.m */; }; + 48E2406E6C69AD9BA73860D7FAE33DCF /* BugsnagSink.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C7A64D97AAB42E8C3FFE71EDD468CA4 /* BugsnagSink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4908C596106B2FACEDFD4A5474075242 /* RNPushKitEventListener.h in Headers */ = {isa = PBXBuildFile; fileRef = B5F73E4F9C9156EFB76337EB94A78AE1 /* RNPushKitEventListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 495B0B15E14BC401DE45CAB2A4674C02 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = CCC714DCDA38C719574933AD4BB18BEA /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 496DEF54A340C16E4ED8ECCD3ECA0479 /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = F83BFECA194D5D3A53CCA3AF2C359335 /* SDImageTransformer.m */; }; + 4977E406F103BC7E9F600C3C57CBF755 /* picture_rescale_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DBD19985FDA6E09B99A41FCAEBE6B1BE /* picture_rescale_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 499FEAAE461FD29D544C7CC5DE018BFA /* Orientation.h in Headers */ = {isa = PBXBuildFile; fileRef = 232B00A456185E68EA56676298BEEC30 /* Orientation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49B7D61F6DE83F207D6CD7D9303633B1 /* RCTAccessibilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AB5BB3FFB9D166893CC95BD6DE247464 /* RCTAccessibilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49C6B4C68299EBCE9E775E1DD93265C2 /* RCTShadowView+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = 603517CE0433967A9489AF7139F3570B /* 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"; }; }; + 49CDF4B546A26C030AE55779EF9F63EF /* FIRInstanceIDCheckinStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 9598C47569571A616A8E6DDD9E675729 /* FIRInstanceIDCheckinStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49ED22AD77FCA7D73439C955EC426CD9 /* backward_references_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = C4632797BCED5CA7E43264D6EF175EB8 /* backward_references_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A0647047F5A97E7B469362447A72896 /* RNEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 55CB8ED6E5E99276F3E2FCBB99A5CA19 /* RNEventEmitter.m */; }; + 4A50D92C658ED40C6E8CEE6F91AFE368 /* RCTSurfaceRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = AE2922524544A62E72CAE556CACF8353 /* RCTSurfaceRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B1091BECD4A0FD930B42261D4A716A6 /* REAParamNode.m in Sources */ = {isa = PBXBuildFile; fileRef = E617782815CC6EB6BA87C34D052D87E2 /* REAParamNode.m */; }; + 4B174EC3B79E737EC18607D92EFFA69B /* RNDocumentPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = A81D42162A1B05AB9ABCFBB62054D5BD /* RNDocumentPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B6624A1006ED93B3305A5C01B680EAD /* random_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 16539A1962C2EA438882C01AA585AA85 /* random_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 4BDB4407A51CC421C90A908BD6A6031D /* RCTTextSelection.m in Sources */ = {isa = PBXBuildFile; fileRef = F0768952D4F18BC4C51E4263BEFCE3AD /* RCTTextSelection.m */; }; + 4BFD25CA7DBC62396BB66D451DDC502A /* RCTObjcExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = E2FF1CA18AA8296FAF4A280B99B6C657 /* RCTObjcExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4C1215C207F76B2D1473350F2CD63B5F /* QBAlbumCell.m in Sources */ = {isa = PBXBuildFile; fileRef = C48F1E63F753961050D0700AC95A8CCB /* QBAlbumCell.m */; }; + 4C7CFC31B67E5D1520E3FDB757211A24 /* RNAudio-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FBE1DCE5E476F4EC8A2EDE5C906A1053 /* RNAudio-dummy.m */; }; + 4C977662AA3595E8D9F5367431E85368 /* RCTInspectorPackagerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = A6CD8A31EAD691BECF392DE6526D8B16 /* RCTInspectorPackagerConnection.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4CC0FCC24DC626AA4562DB78E899CF18 /* RCTUIManagerUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 892AC60839C08FA6A779EE5D826A90D5 /* RCTUIManagerUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4CC6BB01FCE680CDEDAC061A4E95DB8B /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = EF7C77B591898E327390DEE0741690F3 /* SDDiskCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4CC8A1271887F77848976D93CA74D44F /* UIApplication+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 463FBAE4CC12986BA5E6A2BF56A0D785 /* UIApplication+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4CEBD6ED3BFF38C9053CDFC2E5FFE8C2 /* GULReachabilityChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = A21747766DD83B697F1247CD235A13CD /* GULReachabilityChecker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D1161EFA05C95DED718D8A835C85042 /* RCTTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = BED625EAE4AEAD64837D244E161559D4 /* RCTTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D316D26515A766E0766CDB80274FFD2 /* UMModuleRegistryAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = AC69360E61A151E205754F6D669DF8FC /* UMModuleRegistryAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D9B404036A2626231F5223FDFF15074 /* Yoga-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 21E66246E2002B85194EEACF48230410 /* Yoga-dummy.m */; }; + 4DA8304474BEA599DF8E2F8D29F75DDA /* RNFirebaseAuth.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A17509973FD1326B45C36373AF7A1B8 /* RNFirebaseAuth.m */; }; + 4DC3C93691EB8D66A121CA71EF8113BF /* enc_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 1C3933A150F307BEBEA5276E79AE9939 /* enc_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 4DD88B6EF04BCF202E55A0EB6D8EB486 /* RNForceTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = DD64EA045883AD0A4E597F714F32B30E /* RNForceTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4DF24B425494D2F5095463CA148CCD40 /* FIRInstanceIDAuthService.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B31C55B0080450813DC71445DA97515 /* FIRInstanceIDAuthService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4DFFBA368483E031A15E54516CEED584 /* JSBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 406CD355AB6F9E4DC62563E186D3F918 /* JSBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4E1848B48A891AECC6A70A8F09515A91 /* BSG_KSCrashSentry.c in Sources */ = {isa = PBXBuildFile; fileRef = D22C10CEED1C85CB5A398973AA4DA705 /* BSG_KSCrashSentry.c */; }; + 4E482BE9AD7430C9B3E1B787850C95DF /* huffman_encode_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = AF6E7AD32B0CAFD0E83AA25B15391D05 /* huffman_encode_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 4E502DC6E1495B0AE526594133F643B6 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = B7AD9152F3BD8FC9B15BFBC1B66AA7CB /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4ECA0D81891EADA811094561AB083DF3 /* dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 190B39A0F3F2FA4A66BF58DD49E9BCFB /* dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 4EF4EDE720C083DE10CB8F54DE08DB92 /* RCTLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = FCFCA0A9FD3E48FABC0516EC7451EA72 /* RCTLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4EF7FEE09B24A016FD7489025596D713 /* AudioRecorderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 18D62828B76C669E2E6ABDDE49B89B20 /* AudioRecorderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F08C1AA06DB1EF092D1AC739DDD32A4 /* ARTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = 33A6EBDF50F21E6881419963C4BE04A5 /* ARTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F15A702742BC8EEC77814DD5A7D1641 /* RCTMessageThread.mm in Sources */ = {isa = PBXBuildFile; fileRef = 29BAD75CE92E205F1B7146D5AF67383E /* RCTMessageThread.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4F1F6CFF3B9C457F73F5B8AF1AF79893 /* GULAppDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = B3D892AE8597A9B7DD8584C0AA7DA67F /* GULAppDelegateSwizzler.m */; }; + 4F2C2732085E16054E71361E687114D3 /* RCTImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = D99106F99C2321E8893D8DA292E47E07 /* RCTImageUtils.m */; }; + 4F396B6DA5545C2B06340E9BA79EB498 /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = A984D3FECA3FC20063DBB2260C3340F6 /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F7E32A059ED4485D7CF79F3B74CDF01 /* FIRInstanceIDTokenOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DD51EADE5D09DE44C32D69103CFDC53 /* FIRInstanceIDTokenOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F823185A6F682685710B9574E32D3AA /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = 1213AB99B5CC77DF90E77DCF5420383F /* SDWebImageError.m */; }; + 4FC056AA5B803E2F5E1BE4D5EB038A0B /* react-native-appearance-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 17F6851DC28623E575D7C76BF479E719 /* react-native-appearance-dummy.m */; }; + 4FC9AE5622DA302E003954C3A03A61CD /* React-RCTSettings-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A7CDB360BB0FD9721CC760A160197E7 /* React-RCTSettings-dummy.m */; }; + 4FCB2253CAAF6A8CD77729C14594CBE4 /* ARTSurfaceView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D622E70BFE4596FFAEA5CF31E9934C6 /* ARTSurfaceView.m */; }; + 4FD4A078850E697AAC9FE5093FFDAD53 /* UMAppDelegateWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = C8CE94D59493536AF3CB0E93B9F4E55D /* UMAppDelegateWrapper.m */; }; + 500E9B663E101F6ACAFBA792E5932023 /* BugsnagBreadcrumb.h in Headers */ = {isa = PBXBuildFile; fileRef = F87780C5D21584A689500D4650F93D40 /* BugsnagBreadcrumb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 502FAC1E08336ADB908FABCC6692BE90 /* FIRInstanceIDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 400C4C1D16088D9B17F94F449FD66EEC /* FIRInstanceIDStore.m */; }; + 503F96DD76B26B7F3FF816FB7F6E6B18 /* RNLocalize.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CA8125439F97A566317021EC91B6DDC /* RNLocalize.m */; }; + 50698A0A9C1C096EE7D378E2C872A384 /* RCTAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = BFC8572BF2E16B04BA4F3A190A018428 /* RCTAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50A813DCE536784396073D6FFF9F3325 /* mux_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 6978AE3655589E7A3736CE24EF459AE0 /* mux_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50A900B393ED9B9AE107160AAAA9D2CE /* RCTErrorInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C586BC0DF66C36E1AABB8413CA6512F /* RCTErrorInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 50BFDEC0A6599CE33073B7F1245CBDEE /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = C2F2A0EACBCFF372BA3D861762FA3918 /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50F65A7405BEE517EC658FE55ED70018 /* GDTConsoleLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = EDC3EA1DDFF95BAE78F476F4F6CF2874 /* GDTConsoleLogger.m */; }; + 51093E66FA7DBDB281D906D26D9DC378 /* RCTInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = 4376097CE1A7C16E9D6C0633029DB2CC /* RCTInspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 511F51533D71E43B725E235CCA913464 /* RCTTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 21E9E7E8DAF0F91B6323AF172D8BB02D /* RCTTouchEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5127828C12F9E9715810F9D02C1CE720 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = FCF58272F65ED034BE22E4A8C0456B72 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 517ABBAF7367444484132D7F5CD6BBC7 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E88934084F444413DF57BC472BDC278A /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 51AB931695C6A683B02DCED4DDC7E900 /* RNNotificationEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = FDE61C4AF25127D6859F596F3C6F351B /* RNNotificationEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52D80F9C25476F314DF6A4A179BB7A23 /* RCTFileRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = F8899F2A764A05C333FD6EE951873DBC /* RCTFileRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52FC0092CAC6137CD80C517EFF257494 /* FIRAppAssociationRegistration.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BB289DB92FF1A08F326924844309EEE /* FIRAppAssociationRegistration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 531131AA54E45A625EE48708E77A7910 /* RNFirebaseFirestoreDocumentReference.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F89B896216190DD0A5FF95236D3952B /* RNFirebaseFirestoreDocumentReference.m */; }; + 5323DB969E6AEB25BAB50F2CB65D553E /* ARTBrush.m in Sources */ = {isa = PBXBuildFile; fileRef = C6689062F276838BBC2F836F080ED20A /* ARTBrush.m */; }; + 535DACC7936138341FA544E17631DE61 /* RCTVideo.h in Headers */ = {isa = PBXBuildFile; fileRef = 55F154F7B21FADAAE48D8A5EF90D8771 /* RCTVideo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5438467E978675E1651C0CC682270E26 /* RCTWebSocketExecutor.m in Sources */ = {isa = PBXBuildFile; fileRef = 4726D6A350DD59E705BBDBE02E6F1C4D /* RCTWebSocketExecutor.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 545434BD6D2216C6F09893FF449649DD /* BugsnagFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C053CC04ECDCD781977B106A7432143 /* BugsnagFileStore.m */; }; + 5472D790D5CA80D8841FE82D9CC7E06E /* REATransitionValues.h in Headers */ = {isa = PBXBuildFile; fileRef = D3ECE73C933780D042B8EE7211C45B3B /* REATransitionValues.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5486311C31543B9A40362E6836E817DE /* ARTTextManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1291FC965C192E24A543F85F6E15968E /* ARTTextManager.m */; }; + 54A9246371027B4CD3B43008884FA90F /* FIRInstanceIDBackupExcludedPlist.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BBC2EA548E00A132F008D4552E8CABD /* FIRInstanceIDBackupExcludedPlist.m */; }; + 54B1C522469904C9947EEFBC434317C7 /* RCTPropsAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F8181461CC2DF673E9BDE56D1819240 /* RCTPropsAnimatedNode.m */; }; + 54B6D082D028EEFE1E4A1987489EA682 /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = BDBE26D1AFAFADA908C7EC0D26845579 /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 54DD7A4DA510F89502898CFDDE526791 /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DBD854995D38FE5CC19A6220E243CBD9 /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 54E1C1794977A05E882F8472429C9528 /* BSG_KSCrashSentry_NSException.m in Sources */ = {isa = PBXBuildFile; fileRef = 860855E436D35942C26311A1EDC230C9 /* BSG_KSCrashSentry_NSException.m */; }; + 55195AB5F725DF334CBDC109AE395CA3 /* RCTStyleAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DA7F8DC9E7232AE33A3B2AEC203F95A /* RCTStyleAnimatedNode.m */; }; + 5540CDDC03A82226F1717892B3E634E7 /* JSModulesUnbundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AE21D1F9329F6DF829E93F254C78685 /* JSModulesUnbundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 556A5B3489033C319EFAFEB961E2CB93 /* UMViewManagerAdapterClassesRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 4179534C459643FB4412416844CC4852 /* UMViewManagerAdapterClassesRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5577579A4BFCE7BD4C079625B8F67344 /* RCTScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8FA7B11D82F4AC9EC688E6F5E93EF8B2 /* RCTScrollView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 55B7CB112CABCD20BB52FA1F225BCE39 /* RCTConvert+REATransition.m in Sources */ = {isa = PBXBuildFile; fileRef = BCA45C455C082F94549D0DBF86BB2CCB /* RCTConvert+REATransition.m */; }; + 55F72D6B2A29619435CE8615E7803975 /* dec_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 79CB84FBC11AB9D21E3012451C45CB96 /* dec_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 55FB43514277CA17C739F645DAC9441E /* RCTConvert+RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E1D92A2A25290A8009B682BC4C4134C /* RCTConvert+RNNotifications.m */; }; + 56100FAAA94464067322A690ED912A7A /* JSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 12AB074EDFEB194615BB707DA4AD99FD /* JSExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5672B8BD4C7EAB0DE6BBFEC8487B6693 /* RCTJavaScriptLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = D6696F502F0ADEED65B1265EE1098AF6 /* RCTJavaScriptLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 56E7702B98F46346A3D240054D939E7A /* UMReactNativeAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AE3F020CCF5349A5E74731A533AC3A5 /* UMReactNativeAdapter.m */; }; + 5730650DB2DEAACDDD31A30086AC02D9 /* filters_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 51532E710DF75FD878886A5E6C8F1977 /* filters_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 5739A1EE2310BDED7DC7300319F16951 /* RCTInvalidating.h in Headers */ = {isa = PBXBuildFile; fileRef = B2D60EA0918D362F64BF181AC1602969 /* RCTInvalidating.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5741AFE087A083C8D0D5C9D5F646A707 /* muxread.c in Sources */ = {isa = PBXBuildFile; fileRef = D563B3F8B5F2EC3024FAB3290E161100 /* muxread.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 575004987788BE8008A657816910AEF4 /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D928C35584F765127D20446C78F11B68 /* YGValue.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 5750428B5929F173BFFC86913079ACDA /* ObservingInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B48FE90950FBE9D03598F7ED94A8579 /* ObservingInputAccessoryView.m */; }; + 57779A997F204BED973BB03DBF2B8190 /* vp8l_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = C5E50AFB60DE75A7F2AE919BBEB66E7E /* vp8l_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 57A58CB1136FD1C50C4E567719066705 /* BSG_KSJSONCodec.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7ADE2250A60420B8F1966F40B91BCF /* BSG_KSJSONCodec.c */; }; + 57C316C8C1D30A80E5A09BE3C6B6DC7A /* EXFileSystem-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0426B8342173670C364646932520A584 /* EXFileSystem-dummy.m */; }; + 57C8A26C5E905E0B125AC142E720F5DB /* firebasecore.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = A72FB0A1AC1D24670509A274650EA2F3 /* firebasecore.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 57F5F62A57C9A3E5EA58650CB98BADBD /* UIResponder+FirstResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = DA806E23EF7BF0703730663A39D90E5F /* UIResponder+FirstResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 583014BFFCEEA7B050F315C823BFB7DE /* JSCRuntime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 79B54A87EB90E5D5FCD13D86CF79D24A /* JSCRuntime.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5835A6EE119F67B3B5DDB92D53520B25 /* EXHapticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 44BBF9EF1FB11C0E45E60F790B280FA8 /* EXHapticsModule.m */; }; + 587B29B1F811B3DCAB8C8282B1756BEF /* Pods-RocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A03EB9B87FF49512AC6907C1B9AA221 /* Pods-RocketChatRN-dummy.m */; }; + 58AEF2D987F14D4D2AF6D28C7F7F4CF7 /* rescaler_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 323084A9C7E3739A9C9108ABE90C5364 /* rescaler_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 58EC76AF621A0CEB920D28FC263B080A /* BSG_KSCrashCallCompletion.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C77A66171B0F52A43427229A0D2F80F /* BSG_KSCrashCallCompletion.m */; }; + 59C92BB99C82C50287F115D47A1CF725 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F7AE31CA026D3F48692DCBCF9E5CD469 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 59FA089B729EBF37634A4D344228514B /* RNFirebaseUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 806C5343C0317E08A089C45067953B61 /* RNFirebaseUtil.m */; }; + 5A33410E138E7114023CBA9FD59674E8 /* BSG_KSSysCtl.h in Headers */ = {isa = PBXBuildFile; fileRef = CD508363E2FBBA6CDE5F78761320AA6B /* BSG_KSSysCtl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A4575C76426903C742BF80B5DC5361E /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = D54F6EA8F501C29E00AD8D0F3E53A1CA /* SDWebImageCompat.m */; }; + 5A59A50C6C6459D108D357CE53F2156A /* vlog_is_on.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5D46682E47471017D25EE31D4CD7C097 /* vlog_is_on.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 5A629419C0D96DB5D419A3C1138D1A21 /* RCTRefreshControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BBAF83B7BD347FC1D67A49FC2E8FE76D /* RCTRefreshControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A81696564F736AF85CA0CF8BA37458F /* FIRDiagnosticsData.m in Sources */ = {isa = PBXBuildFile; fileRef = 6750678139A1A6899CB0DEC8000545FE /* FIRDiagnosticsData.m */; }; + 5A84ABFC6FC217BEC6FE13B2D09C48DF /* RCTImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F822C1A6575AF76012BB0B1DD559D82D /* RCTImageViewManager.m */; }; + 5AD05473C8FF3452F5780F1B84255D08 /* ARTGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 62ADAC22FFD0463ACD02E37B3CFEFF3D /* ARTGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AF23FBF64648FF288C59BA264F52D33 /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = D73F0E04F999B91AC0744CA12FC382C9 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B3B7A693EFBE41F88B15144198DF339 /* BSG_KSObjCApple.h in Headers */ = {isa = PBXBuildFile; fileRef = 833BAE32AB1B8F713242C9FE5F3E6B40 /* BSG_KSObjCApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B442972EF2B41A52CAF358203414CED /* RCTLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = AEAB7139C9DEA683254F207803C2F25D /* RCTLayout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5B49E81F49E66F6505E50F99424D1C59 /* ARTPattern.h in Headers */ = {isa = PBXBuildFile; fileRef = 258B91E715DED0A38A9452BD4B766218 /* ARTPattern.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B4B0F4B0B8EC0566E9C37CFBE013C7E /* RCTBorderDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F044DED62A1D2EA266A2B01BDE3C5DC /* RCTBorderDrawing.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5B58EDCC67B8226268F1E5A7EA115AD6 /* RCTSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = D3E3FF9AA367DAACB6D30CB31A02C1B5 /* RCTSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B70122A26A89D3DFA857385FD1A9AD0 /* BSG_KSMachApple.h in Headers */ = {isa = PBXBuildFile; fileRef = B6B4EE72259D70A0AE81AE8ABEFBEC05 /* BSG_KSMachApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5BBD3BF8F1D8BCE5424520F1C5F597A0 /* RCTConvert+FFFastImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 17141239540AA5069F72F42CBD467742 /* RCTConvert+FFFastImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5BC9846FCBC634C69EDB99A707469D35 /* GDTStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 824F6DDB5733946BF470102D4A2B06CB /* GDTStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5BCC122BAE29ECBAEB136C7B886C7C8A /* RNFirebaseFirestoreCollectionReference.m in Sources */ = {isa = PBXBuildFile; fileRef = 00D70F7C8A81CBBE063917E7D22CA9E9 /* RNFirebaseFirestoreCollectionReference.m */; }; + 5BD3E450B15ADCEE0FED33892A3EAB5D /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 21DD77BC4C9F446030612C2B4AB20317 /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5C10DFDA2ABBC6171DFA658A947A46EB /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = F27874372F3317E7A40B56B92674FF9E /* SDMemoryCache.m */; }; + 5C2627501BA7043543996AE385236BC1 /* RCTSettingsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D6F8ADAD4AFB1AE3D9D85434F6AA021B /* RCTSettingsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5C3E927542A18118CA2CF86513E70B5B /* RCTVibration.h in Headers */ = {isa = PBXBuildFile; fileRef = 15DE42D6FBE822740A0DB393AE4121BE /* RCTVibration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D13D45E4F101B31DA3BD58850C1D938 /* EXLocationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = BE92589706D64B12F90B176B6A57652D /* EXLocationRequester.m */; }; + 5D94C85521F651CAF78D0774F739EFFE /* config_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 7223382B9B79F03CB07B899C151304FA /* config_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 5D95EAD37D2BC74E84D6596CE99FEDEA /* NSError+FIRInstanceID.m in Sources */ = {isa = PBXBuildFile; fileRef = 23EECA421B7288F614E7ABE957561AC3 /* NSError+FIRInstanceID.m */; }; + 5DA1958CF4DAD67AEB1A26CA2FBBB7EB /* RNFirebaseAdMob.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DC9D1C270941A5E3230DED269BC7D5C /* RNFirebaseAdMob.m */; }; + 5DBC3155185D22F3124C211FB656A452 /* GULNetworkMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = D6DD593F04D58A5F3553692C25B27A02 /* GULNetworkMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5DE8971BB473788ABB370255ABF4AED0 /* UMReactNativeAdapter-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F478A516B3DE1209CB2CA59579797CA0 /* UMReactNativeAdapter-dummy.m */; }; + 5E037AEDDBDE44BA91A33C56023FF2F6 /* ARTRenderable.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EA5632C7E11DE7B34148BF301EA18B3 /* ARTRenderable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E1BA146E8395101B4385FD2757A9A53 /* RCTUITextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F657137562B5AD78A592972B88CC8C /* RCTUITextView.m */; }; + 5E64CB1713EB7E433FFAAD7078525999 /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = CD6BD37D56DF74D3FE593DA2973E4095 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5EA02CA63D47384905FBB2F9305816A4 /* UMViewManagerAdapterClassesRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C86DC2194454F6FFCCC4AF94718B89A /* UMViewManagerAdapterClassesRegistry.m */; }; + 5EA03FA15E6CA3B798DE10D11A26869C /* ReactMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4739DFACCC07C40C8C953D2127D2B057 /* ReactMarker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5ECBD7BAEE9AFE285724B8C23E2F8366 /* RCTSRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = EFF1AFD3BE2AA2D61B8BF0C534C1FB7C /* RCTSRWebSocket.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5F1267AD8AA6EDAB59053DE48CE90F5E /* YGStyle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4FE8ECCF1A7DA6B23075F3372ABAC5A2 /* YGStyle.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 5F23E8E57266DAC77BA53983F18B7DB2 /* REAParamNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FA872ECA2364819229F49A28DEE38C2 /* REAParamNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F3914305B352AA4A312EA53ACD0BA46 /* RNGestureHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = E8CABCFD0D7D4B97C69980A82C1F688A /* RNGestureHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F7B3953B7ED183636C6FED0FABDE300 /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 80508BF83A805007058178A772178F5F /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5FA6DDEAD9030CB81E2D371A17F7C4BF /* GULSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = A7A9619333FE09CF2DFA4A5A7A719200 /* GULSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5FBDE897F38FB994BBE94F564E24BDB2 /* RNFirebaseAdMobNativeExpressManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B4D69FC46A221AD8AE24A593B9B8D3CB /* RNFirebaseAdMobNativeExpressManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5FFED67AC7B45A372C816803664090C3 /* FIRInstanceIDTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 357F2F1FC1E767EE78BF6EED5BD212E3 /* FIRInstanceIDTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 605EA3DD878151B4BC628CFE5E52A205 /* RCTUIImageViewAnimated.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AB4A7A6D8A9C6355F2E0F64975E742C /* RCTUIImageViewAnimated.m */; }; + 607F8CB189F69907FA7ABD628863B047 /* RCTActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B9D7BBFB1A3C4386C89106FD16D456A /* RCTActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 60A990FC2ACC3B03F9B399BE28919107 /* JSIndexedRAMBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = ADBFCA4EE8B961405264FE3B72430ABF /* JSIndexedRAMBundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 60FFD2D922B804E20A11302D5A3AE607 /* RNImageCropPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BA51A1007797DCC6ADB9381AA484EB2 /* RNImageCropPicker-dummy.m */; }; + 611A7B0EA75F7056535EFE1611EAD137 /* ARTText.m in Sources */ = {isa = PBXBuildFile; fileRef = BC1CF879F6F28A1206E11A2A7270FA83 /* ARTText.m */; }; + 61CB6A0224314655A5CD350A3663ECD4 /* UMAppDelegateWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 204028BFF03CEE94591E5D30DAD1F291 /* UMAppDelegateWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 61E4CD178FDC8352B454E078ABEAFC48 /* RCTFileReaderModule.m in Sources */ = {isa = PBXBuildFile; fileRef = ACCC460723898206A9DEFFCA2B534551 /* RCTFileReaderModule.m */; }; + 62266D8BCAC4E742B934F054A012CEDC /* GoogleDataTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = FE95110A46FCBDDFDF5AEEDAFE1C082D /* GoogleDataTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 623FC295B29631DF73E03BC69E36032B /* RNFirebaseFirestore.m in Sources */ = {isa = PBXBuildFile; fileRef = 52AE2804AFFB99408789C12004AD808C /* RNFirebaseFirestore.m */; }; + 6259FEAFDF7520D2B057E005B691B2B2 /* BSG_KSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 89A39DE88338276E8C9480D3045D8099 /* BSG_KSLogger.m */; }; + 625FB1A1A50F531C209F5950D7FF8475 /* alphai_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = DD6632004F2003DCDE912F11C44CEA56 /* alphai_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 62AE5C4EFFF8C486F27736EA796AC818 /* FIRInstanceIDCombinedHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 7990BC8A7C7229119CF767CCAD9AAF62 /* FIRInstanceIDCombinedHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 62BBB67D794EAD6E8AE0AD47CA0DBA80 /* REAEventNode.m in Sources */ = {isa = PBXBuildFile; fileRef = AE587803218535C46E1EEDB2CD30D2E6 /* REAEventNode.m */; }; + 630C91DF5FAA47CF56146710CB25C67F /* EXPermissions-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D3642C76C7142649802EF585F7C52D8 /* EXPermissions-dummy.m */; }; + 635F0F813C7322171ED9EA180443A241 /* UMEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 01DF6764FE9A5AE522B6E100964D5369 /* UMEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 638173471B670878B34394773F467230 /* REATransitionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E5AC8B98C098C0C26E995038B4A120EE /* REATransitionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 63CC635B37FED8C7DEF027CB5462EA7B /* bit_reader_inl_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 814BC5DE2797DF0C936CF03839974699 /* bit_reader_inl_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 640929BA76B4E72C01E40669AC36E967 /* RCTBorderDrawing.h in Headers */ = {isa = PBXBuildFile; fileRef = 006A91ACB3FAF05E02C0BB84902EB5B9 /* RCTBorderDrawing.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6424F5856E8339CF8C3F5570D47E2FED /* JSBundleType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9F3DCB166431895CB3E59A1036BDF02C /* JSBundleType.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 648C1EE6D41D617836426E185AC5AAED /* EXConstantsService.h in Headers */ = {isa = PBXBuildFile; fileRef = C27DEF5F9FE096244CC1CE7B2955404E /* EXConstantsService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64B776BA872F19C7CE95997591E34F15 /* RCTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = A78C923BC5709560F8846C114C67703C /* RCTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64CE86C677FE58819125DF1CF00FD92D /* RNSScreenContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 240CE76894A4EBC442349F15E8162B57 /* RNSScreenContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64D693E04A85ADB73BE80E3DA8FF8DCF /* react-native-keyboard-tracking-view-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C17E36E535E6F0C1AE18EA84D85A981 /* react-native-keyboard-tracking-view-dummy.m */; }; + 64E791612A7D27AE1C4409A981341CBE /* lossless_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = E258A8E46A886DA9F51CC133614C1696 /* lossless_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 64E83E53B7F40F2CC0A0CF7BC3C8A43C /* enc_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = E4376CCDB1E042F671C3D5BABF69B876 /* enc_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 64E9035391D61BFA55BD23B151AD07BB /* RNDateTimePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E56E65AFB8D31A73252F026A0E7F196 /* RNDateTimePickerManager.m */; }; + 65257CF2DC6AD9C87EC075F55049D40D /* ARTText.h in Headers */ = {isa = PBXBuildFile; fileRef = 67EA3A462AB02756F4A170E38D803C67 /* ARTText.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 653E84B85ABA16CB6DEA33042685263C /* RCTCxxMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = CA9741E151BA40B8E4E4D9F2C2D48A97 /* RCTCxxMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 654D2B56BB85DB6247D712F41EBB4BE8 /* RCTImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E933BD1ADE84DDD2ED8C4B6FE7EDC96C /* RCTImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 656D1C77C4CAF79D0022BD5B4A141903 /* RNNotificationCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F2C89500F70BB848974CF0857C5128A /* RNNotificationCenter.m */; }; + 6580CADB1B58D051496B7FFEE2B1C22E /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = C507B3571991755F03AFAE7FAA0A698D /* SDAnimatedImageView.m */; }; + 6584F1A61DBB0A4BB4BD9EA418FB70E6 /* quant_levels_dec_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = AC67BC726D036DB665F8D256B87CE29D /* quant_levels_dec_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 65A7CF7828FC4B009CBCEA5EE57938E3 /* FIRInstanceIDDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 169C59D4B7CFD8544456F26E526BB4F7 /* FIRInstanceIDDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 65B2DEA93BC9FAFE680CE9B5FD91C140 /* BSG_KSCrashSentry_MachException.c in Sources */ = {isa = PBXBuildFile; fileRef = 6CB3691D736C53E5A5DE5AD740CAC09A /* BSG_KSCrashSentry_MachException.c */; }; + 65BC1D89895A4D5A4630CA5940E4A018 /* GDTCCTPrioritizer.h in Headers */ = {isa = PBXBuildFile; fileRef = C6D51E11A724780AD122EAAB74D10317 /* GDTCCTPrioritizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 65CA61934FB03CF180290DE31AF56EF4 /* enc_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 0729A290877CECD5381E28D8670BA702 /* enc_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 65CB92D29B76DFDEC572A3AAE0564298 /* encode.h in Headers */ = {isa = PBXBuildFile; fileRef = B79D1587D505AC41205B1956A58CDE6D /* encode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6608213295B85470CB7D9FF496A75AF9 /* RCTUITextField.m in Sources */ = {isa = PBXBuildFile; fileRef = D1F10B6309426F814E403630CA560E9F /* RCTUITextField.m */; }; + 660CECD8C6835E718C29800AB8CFEB46 /* RCTTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = F709179D786BA8906C86B1B39489121C /* RCTTiming.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66461FCE36880BD3496945D2A2870456 /* FBReactNativeSpec-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C0253BAC39F6722E8D400C8BE3B7CE8 /* FBReactNativeSpec-dummy.m */; }; + 6661CB905BDE95946F8507AB79F27015 /* Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C7AA6A16D7843F9B9969258D09BDFD6 /* Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 666F347B84B23221BC4D76B0BB3D521F /* RNFirebaseFirestoreCollectionReference.h in Headers */ = {isa = PBXBuildFile; fileRef = BEBF8A5C3C70FF514639936DDF8BFEFF /* RNFirebaseFirestoreCollectionReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66811E431F72A69005364E0433281D70 /* yuv.h in Headers */ = {isa = PBXBuildFile; fileRef = 612EB3CB4B257025F648D62D327C6602 /* yuv.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 669AD772A900C26E92756FE2500CB010 /* BSG_KSDynamicLinker.c in Sources */ = {isa = PBXBuildFile; fileRef = 80F3F35A797B25DFDE641031727EC3C8 /* BSG_KSDynamicLinker.c */; }; + 66D0421E4DDA33160130778834F66E37 /* RNLocalize-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 58EF93B049742B7FB0AB00B73E81BD47 /* RNLocalize-dummy.m */; }; + 66D6E62D450BACF145A456166BB45C2B /* RNDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = CA48529D6657E08F27B32CA412904B75 /* RNDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66DE3DA8B730B101267AE71D7E014D80 /* BugsnagKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = D2697AD83F5B73AB4C4BC8973A1EA808 /* BugsnagKeys.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66F6C08EE54110CE9EE206BF6B293A2B /* RCTRedBoxExtraDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = A7A53BE143693748F97B1EE4DB8C7E59 /* RCTRedBoxExtraDataViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66F758B6340D92E1E9302298F1CF0F3B /* TurboModuleUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = CA7BD2FB34C066034DC699D02D096524 /* TurboModuleUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67278E9F64F6827638B4D52D8CF71F42 /* RSKTouchView.h in Headers */ = {isa = PBXBuildFile; fileRef = 64FF2026735EBE214C8F6A877CC5B06F /* RSKTouchView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67304F639591EAB43001263B341483A1 /* rescaler_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 70FC2444F6223914BEA560B3136110B7 /* rescaler_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 673EB44F71F2C6F4FBAD5C2C8E7CFEFF /* FIRInstanceIDTokenManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D5B7CF80A43E501BEA20FB90FF049DD4 /* FIRInstanceIDTokenManager.m */; }; + 67534913E2CDEE9AB092E4C33EDA97F5 /* RCTSurfaceRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 604B9E77AF347C8E1577DEFB739855DA /* RCTSurfaceRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6760547C035C32836135CEFD5839CC3F /* RCTInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 77179EDD9CE141817B39B53F94D45C7A /* RCTInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67B899B04D895FCE5864571871AB2137 /* EXContactsRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = FD5C664F173298F179719BB8D48AE9ED /* EXContactsRequester.m */; }; + 684521B0CA1B1249C9ED804F3A62D6B4 /* UMReactNativeEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = E004B0F0A38C5ECB4EC9C44607962B40 /* UMReactNativeEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68583F66159847D4566003F248CDAAAE /* RCTConvert+CoreLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = FDF03B342108C1A30921382AA6BBBF1B /* 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"; }; }; + 687395ADE9902C1256A39693758A218D /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = C16F9643A5F548F5343330F102BB2FCB /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68967D85B59597BD9AB686FCE92FD940 /* RCTSurfaceView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 40D46DDA157EBD324FC6343D6E49BE4D /* RCTSurfaceView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 68A609DB01B156CC5ED6B85013BBE883 /* RNPushKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CA50793B08D058C4A9FFBF3CFCC8CD0 /* RNPushKit.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68A75E9D1078739344B33B3737E61D48 /* ReactNativeShareExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = B476C336F3457258FE5885E0F7FE3132 /* ReactNativeShareExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68AE3C4091F647837AC74569BE19E2B7 /* RCTBaseTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 80D76D9FDD4369B868CB483CA0860B0F /* RCTBaseTextViewManager.m */; }; + 68C3589E68CE16489EB8418E3D5F14B1 /* RCTDevSettings.mm in Sources */ = {isa = PBXBuildFile; fileRef = DB3316D4381F7AC386AB594BE1C1C667 /* RCTDevSettings.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 68D189344FD730D7E96118DB6861819D /* UMKernelService.h in Headers */ = {isa = PBXBuildFile; fileRef = D875A699D4BC489D7193B900F1E9CE14 /* UMKernelService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6923B013228EE34EFB46111B344612C1 /* EXAppLoaderInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = C2611120AF9BC964206E3F47E1F91CBC /* EXAppLoaderInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 695CBDCD8BFCAA443DA31034E8A4905A /* REABlockNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 9EDDF6D87D982647DB11D09144BA7E1D /* REABlockNode.m */; }; + 6986A1CB24DB43E7ACA1C07C85BB3090 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 574E7D76BC41B088CC91942C613E7B7E /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 69B92355E75BB5A248C0C9A2A254E5B1 /* ARTRenderableManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 36D528F38BAA0FDC768332E41BF77B55 /* ARTRenderableManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 69C23762E4D32B627E18AA019E5F8F2B /* dynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 98517DAD4810F45ED8FA59BC3F947354 /* dynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6A03046C71CF85B2E59E2FBEFA35C326 /* RNCSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A5D09A138AD3EBED1B44789D6A93DCDE /* RNCSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A0AA1945B09A957D7980D6F9663E262 /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 2626AA8E24B62228D329C312E5C13F1A /* SDAnimatedImage.m */; }; + 6A789FEDD6D65DEB0888A4AB486DB224 /* pb_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 2B4DE5FDBADC18037B2EFE8D8FF57828 /* pb_common.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc -fno-objc-arc"; }; }; + 6ABEAD7FC928CF7779E132A291D0B0D2 /* vp8li_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = DE9969CA71BDB274B67CCEA11C0020C2 /* vp8li_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6AECBE5205C7FE40901C60D3BAC2D475 /* FIRInstanceIDStringEncoding.m in Sources */ = {isa = PBXBuildFile; fileRef = 15D81EE7F5F3714858C7FF9A5982EA34 /* FIRInstanceIDStringEncoding.m */; }; + 6AF8B0B8BC5662944D21ABB73104ED6F /* Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 055D6F3674AC43C692134055A0114233 /* Utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B002A09EF5954BBC84674762FAA72AC /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A3205E89D7E14C616E752AE578B2DB3 /* SDInternalMacros.m */; }; + 6B16BF857D52CA921AA18F9107D1A5D2 /* YGNodePrint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6F41530A1AEF5C778E22C8EE5E839813 /* YGNodePrint.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 6B24587056B43B44A33D33481C1F0B7C /* EXCalendarRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 9004F0CE6969B980AB15394D57C6EEE4 /* EXCalendarRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6BB0A0E40EDC7AB4948869DCFB90D4E2 /* muxi.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B2955D4AD48DE04BBCC5DB14A864B06 /* muxi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6BBA73E13C75ECE9DC1C78077C4C87FA /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = A211DE5FFA61917BE4C69FFF1971DEE6 /* SDWebImageDownloaderConfig.m */; }; + 6BC32C5F7F9AC61B55841DBD9D4B2D76 /* RCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FA625835071568485C6933C1EA918A2 /* RCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6BEB09BDA381DE6F36DFA175CBC46104 /* RCTLayoutAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EDDF3D2DEA48D4BF148E990ABD5611B /* RCTLayoutAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6BF455BEAC6B3B63B7043B2A42FFB241 /* GULNetworkConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B591EBDB62B59175625167A78E88D03 /* GULNetworkConstants.m */; }; + 6BFEA5716AA863598AB805E81B5BFE45 /* RNFirebaseEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F76D69EB4D0BCF989F0EBEC6EC9B52D /* RNFirebaseEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C1BF50C54FFCDABA052C0D60E4AA1CB /* quant_levels_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = EC832A43F0BD80A7DCD2D42A6A83BBE3 /* quant_levels_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C293AAE8A665126DB65576FB61F2C2E /* NativeExpressComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = ECA51AA814F79E0F98AD9D0B888A5DC0 /* NativeExpressComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C37E85CCE25B3CBB805962BFF44C389 /* BSG_KSCrashContext.h in Headers */ = {isa = PBXBuildFile; fileRef = DD0AE59F51A1DE1759E3E500BEC37AC1 /* BSG_KSCrashContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C62F01A3E274C4E2D49A70E12BB4B2E /* RCTFPSGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = 702D442BFAEEBC53967590E478172D81 /* RCTFPSGraph.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C8A4C64FA432565E4D72C641396D7C0 /* EXAV.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B4FE9F9973F703E076635C26942E1DC /* EXAV.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6CE6837AC0E4342DBEBEB53FB3122DA9 /* BridgeJSCallInvoker.h in Headers */ = {isa = PBXBuildFile; fileRef = E959B131DD2F53B153D0497CFE2C40B2 /* BridgeJSCallInvoker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6CEC93D42BCE1C84B05210117F48F610 /* REACallFuncNode.m in Sources */ = {isa = PBXBuildFile; fileRef = A90B1A629720AA5F418DFA00D3D2F3CD /* REACallFuncNode.m */; }; + 6CED95887EBD2CF89095B6C5EDD7AA82 /* QBVideoIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E4633000BE8B3F74A598CC87147A882 /* QBVideoIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D0CF30D57D65E1F68DA583AF4EF9CB2 /* UMUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F81DF2D006C52D3C759F0C2B994DB07 /* UMUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D81F160FDDE97DC6131EC9ED617BCCF /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FC725872F6FD1C53517FFE99D1685CD /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6DB542FBEF8166B75D6E1997BC8D3F4A /* BSGOutOfMemoryWatchdog.m in Sources */ = {isa = PBXBuildFile; fileRef = C89BB9FBFD53EF25A96FB696D4F46934 /* BSGOutOfMemoryWatchdog.m */; }; + 6DBB75EF7423F09AD44E2573CAF35AC4 /* FirebaseInstanceID-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 366329A40E8A1E715FE041B79A1E789B /* FirebaseInstanceID-dummy.m */; }; + 6DC9D514C156F0E939716CE07F540ECB /* RCTURLRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C412DF6D6AA359967FCC8E3B29F01C2 /* RCTURLRequestDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E06BCFEEB8D951BF2E0382C38315402 /* RCTViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F862CB52DCD0D46C3E12B5EF581B4BE6 /* RCTViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E0A2A93EE3C8B6C6DF5074AB6077827 /* EXCameraPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = EC7D36FD91ED2E6B4A8CCDCF84BA5019 /* EXCameraPermissionRequester.m */; }; + 6E351BE1A8F183D1BB3F520FA4FC4D93 /* RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = AA993AC1DE31C550AA0B661B0D876BB4 /* RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E679D7FC64BCF6EA1ACFFB88A220FB0 /* RCTMessageThread.h in Headers */ = {isa = PBXBuildFile; fileRef = BCBB48236A20094745DF341AA5823AC1 /* RCTMessageThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E991C202A5292DBF3008C568A7C8F13 /* RCTRootViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = DDA89DBD479FF053FE7C1BCC9E3C264D /* RCTRootViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6ED99836BEA0FA40F40EB3E5E64786DB /* FIRInstanceIDURLQueryItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 44049E08C2816776C227F1102380AA46 /* FIRInstanceIDURLQueryItem.m */; }; + 6F1F0DE59B8D85D5C5BBE4827591AFE6 /* RNFirebaseUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = D535CA1085AD8AF6A3992692BB8C5C9D /* RNFirebaseUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F222142E9E4F749DB37A59018C1A36D /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AF61CACE577B9A39BB90412673094B7 /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F304A36099BC8A1FC2BA0AF4F249B80 /* RCTConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F7D9D99B4940A7F42D3E2832FC1B2E4 /* RCTConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6F4C8ECB96B30078CDC6F3ED643DF275 /* REAAlwaysNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C1004F9B7B201455C573DF6B8B445748 /* REAAlwaysNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F7A2AA0B06EFC5314EC9498AD3E1375 /* BSG_KSCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = 90A26A9AD1A38C028993D2F38F74CEE2 /* BSG_KSCrash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F806655969A1B5A942727F7A5EA22C1 /* RCTImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FC8394AB77ADDA84BEC1B75204CA938 /* RCTImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F843A8D44C24AC8E1A98C7AA75F6A94 /* RCTMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AA02C1E29CB6E36CF2F968FDC1B38B00 /* RCTMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F8FAFF437453ABC54EAC53BC16ADCE0 /* RCTCxxBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C8D565173D60B976B9B818CC8BDF944 /* RCTCxxBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F93C07FC27EC5F48FEF33A277837FEF /* BugsnagSessionTrackingApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E3926FB7983526101E6FA1CAE59830C /* BugsnagSessionTrackingApiClient.m */; }; + 6FAB807DF62D6E61E6FB5A290B898F22 /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = E25C54E541F5F5072F951EC6F023180F /* SDWebImageCacheKeyFilter.m */; }; + 6FADD2923098EDB7083BACF1DF28880E /* EXWebBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E1D04848A28746CF8F086916F0FF188 /* EXWebBrowser-dummy.m */; }; + 6FAE08276981C05988B6748DB0CB8ED5 /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = 37911D6525A8CE75A5166F52B23B3851 /* NSImage+Compatibility.m */; }; + 6FB535A8E39D1F07E55B1E2356075896 /* RCTWrapperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C89316550F291AB37CBB8DCF16C4945 /* RCTWrapperViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6FB624CE84ABA6F5B472A098FD3B96CB /* iterator_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 49CD23BE81224DB8D95529CC8205EBAA /* iterator_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 7003449F5AD5ED5357D584E2C927D1C9 /* filters_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = AA736E438B04D91D11B081155E2CF4E0 /* filters_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 706254752772C2A2E485B68219F23D3A /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 66EE284016BCA0CF8AEAF406584719E5 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7088EB44CAC740223920BA8B46908860 /* GULLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = D691A336ECF8181AE201DD7D26ADEBD4 /* GULLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 713786B3F95C96E2CEBAC2486313D34F /* CxxNativeModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8AE855DF15457AE0EE7496F380CB6F3C /* CxxNativeModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 71843254E106F2D1E4F467A04B343EC3 /* EXCameraRollRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 60FDD80D6CB21836252E49CED7041D9F /* EXCameraRollRequester.m */; }; + 71A15281A319A724463909058E694A81 /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = B375FD543CA64F20CDE3F99EA6CDA070 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71A8F1F7B8F1C500E5DB54E7568768BF /* RNSScreenStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 85FA83CA39CA4E9E0F2AFE4C9760160D /* RNSScreenStack.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71B1F6D3D1676C67B9689723295BBBF8 /* RNNativeViewHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B463DBFE41C24BF5FCE50CF65E6A3DC /* RNNativeViewHandler.m */; }; + 72029D9F22BCA54AF914D44CAFCA8792 /* RCTLocalAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = B71F97050C5447905B69A1EA525371DD /* RCTLocalAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7213D525B6583565A1285BAD6519937A /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = A08F869266F38519AEA0AAE93ECAD2A7 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7230FB37D3784E711FDC4DF68D61BDFF /* RCTKeyboardObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = BE0FFCFDCA1E8A5EF2264985059D1E7C /* RCTKeyboardObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 72313D87595E28A750CDCD4BBA386FC6 /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C6546E9FD98E3BE5EF35E4FF590C91A /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 725BC4B216ECC3B13922602F90FD5DDC /* RNFlingHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 576A3C54BF9B2F039E680D2B94139C6E /* RNFlingHandler.m */; }; + 725FA4364B3AAAC6DA5672FC3D3C5DE2 /* BugsnagCollections.m in Sources */ = {isa = PBXBuildFile; fileRef = 92B70AD79CEF216119DCEF93A6305A36 /* BugsnagCollections.m */; }; + 7264B177FBB9E819FEE3AD4C00E0E102 /* FIRErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = EDC5880EEB4755D48F83AD2787FA78EF /* FIRErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 726F398FE3050CFFAB6C42E76FF5B72F /* GDTReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D975F4A710D3FF97114CA725B087D04 /* GDTReachability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7285FB5D4837675FBC49C201EC04BB41 /* RCTSubtractionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = E0979954FA91BF2CF3A2389DE8400967 /* RCTSubtractionAnimatedNode.m */; }; + 72A89D0E917A84710512EBBC8A498DBE /* bit_writer_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 941713D7F2ED661F6F62848161C4ACCD /* bit_writer_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 730DC14773375905F03EC77556A60EE7 /* RNCAppearanceProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 00909459C52E57438B89BF650B1ABC2F /* RNCAppearanceProvider.m */; }; + 73112C1488A872BEA689E089D0B0E0FD /* RNSScreenStack.m in Sources */ = {isa = PBXBuildFile; fileRef = A13D5BEDDB728C3BB3CB41EEDD61707A /* RNSScreenStack.m */; }; + 7342956F63A49A4C25847523E6F41D64 /* RCTConvert+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = EFFB9E6DFDC83EB069C6B62933495D8F /* RCTConvert+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 734F8686688DB475D6CF32D32D90EB10 /* BSG_KSBacktrace.c in Sources */ = {isa = PBXBuildFile; fileRef = B3FB53A8467ECF9DF9A7D394D04E7018 /* BSG_KSBacktrace.c */; }; + 7359E67295A554AC557D1213A0CB5D53 /* RCTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = 40178512F5E8FD6AA27D2F87DA2D04D8 /* RCTAssert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 73A68ADFEFA00CDF462544E0CABEF84F /* UMReactFontManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A7A3F93009F5C4B541284A373C6C8B5A /* UMReactFontManager.m */; }; + 73BC222F96DC7059E988EC0D2EB7779C /* GoogleDataTransport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C56B144313F11160699FC870103B147B /* GoogleDataTransport-dummy.m */; }; + 73E18A09BABC8E09E5AD7EBEDE40D69A /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 270B61094921448E80F733E74AF42855 /* SDImageLoader.m */; }; + 7416EBB83257207F58A9B56829018B1F /* FIRInstanceIDLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 42AF09E5E83635479F79553B7BC9BB92 /* FIRInstanceIDLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74E40035D26D7E61EE95B512E8219E77 /* BSG_KSCrashReportWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = EDC9484B688043BA42E6BD03A9BDA17E /* BSG_KSCrashReportWriter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74EEF982C535C643E4E783C13EF2513A /* YGConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = A0A3C365D6D9695020F22E89EE0829AE /* YGConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7563D4DBE0016DD8A873BB45F22E702D /* EXFileSystemLocalFileHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 1405744478739E45790735E1263FC0DE /* EXFileSystemLocalFileHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7592441730A3BC69180FA193844D96B4 /* RCTAdditionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = B13B1365EFD333ED252C39A303169F8D /* RCTAdditionAnimatedNode.m */; }; + 75A59976244E5AA9E3D97416B77865C4 /* RCTSegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = A5453BA67D5A8D1265CC4D4F25D4ACCF /* RCTSegmentedControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 75C38367AD41BCC14148B858141FD9A2 /* RNUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C94089E22CE7D7B4F7A353EDD64A4CA /* RNUserDefaults.m */; }; + 75FF28886473C6483EB0B468863B7E67 /* EXUserNotificationRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = E7E099045D89033E9894F6EEB30D1A15 /* EXUserNotificationRequester.m */; }; + 761E0A568CDCE9B772917B337430A542 /* FIRInstanceIDTokenOperation+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0499B8CE4FABCF6E65F81D68962C5DA1 /* FIRInstanceIDTokenOperation+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 762FD7831F24C457DDBD8BA67F2BB1FC /* UMModuleRegistryProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 65752C4D6ABB6358E54726DBF9C5EA18 /* UMModuleRegistryProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7636AEE9E430997447356606B9B1CD06 /* GULAppDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = DF1C9C2F9BBA22563F68A4571E4CF429 /* GULAppDelegateSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 764F640B2C505140321DA60CF2074D08 /* tree_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 7563DA5563314C4D44215ED308EF7C77 /* tree_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 765D355A7222D5FE09B6110134D7D90F /* NSError+BSG_SimpleConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = 93BB4FD17EB6DB2AD4173FC15D1041F0 /* NSError+BSG_SimpleConstructor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 766F000E71EC6BFDEB9AAED4900BCDF4 /* RCTRawTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E9A7CAE3BE3E4DA6F072F8361E730C28 /* RCTRawTextViewManager.m */; }; + 76EBE6CD51BEEE22F89845516E86EBAA /* SDWebImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 4556E026447A016363B5E448CCAC7EAC /* SDWebImageWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 770E4158FE7D473DBF6166B27FB81902 /* ARTGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 46ACE3213293642B56CCF42F0E434F07 /* ARTGroup.m */; }; + 773B4DFAC559B7F58017017433245601 /* SDImageAPNGCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = F02235FA0AF90E49431E197512A6AD01 /* SDImageAPNGCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 776B301441712DAA37FBF6A7CEA93C7B /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E3F600AA82D949DC333DA5269FFB8FD /* SDWebImageTransition.m */; }; + 77744A82C948F3D83862E0015E612602 /* muxinternal.c in Sources */ = {isa = PBXBuildFile; fileRef = 8C47D1D35F481ACA0F8701C734BA781B /* muxinternal.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 7791BBB29998F4C9AC0F038A100DD278 /* RCTKeyCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = 7ECB3CB65BE3B38AECE4AD0A9A6AA3CB /* RCTKeyCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 77A6EABFF15EEE860F7EC832E59EDD63 /* FIRInstanceIDTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 67947E69A5ABC8DF1DBF4B86B362C3EB /* FIRInstanceIDTokenStore.m */; }; + 77AD7992233DBE12F405310EBFC991C5 /* cct.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = EA6AC78AD06EBD597B03B38F91D2D065 /* cct.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 77EFFA9B1F1ED908799FD6F3C6DDEA77 /* GDTEventTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E5ACC036BB30F9E9969A8E34135F235 /* GDTEventTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 77F7E18F5FDAACD09E6FB7DD9E448FE5 /* RCTSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5C56DBC1C1527639250735A3D334D465 /* RCTSurface.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 783E0F7BD819E79560DB35F639B8019D /* FIRInstanceIDVersionUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 3031A7731A02E0B42E97610B692B2468 /* FIRInstanceIDVersionUtilities.m */; }; + 785B004CF833DF5DD70FEC6A215346C4 /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 17F929DC989EF54C2701ED2500CA281D /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 785BC4CF4809020AF5132A2626189D3B /* mux.h in Headers */ = {isa = PBXBuildFile; fileRef = F1278B603ADC956F51E3304081668BFE /* mux.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 785CAF95D72E52A3CB51D19B161EF757 /* RNDateTimePicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EC6A489F663612912637752A205910D0 /* RNDateTimePicker-dummy.m */; }; + 78915BE17253AFB06827312FC0CCBAF6 /* RNSScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = AF3900FF87C77F47E0065CB6103276BD /* RNSScreen.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78B369DDCE73212FDEF4DFCF3C3E28CD /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 81D7A46E2069BF2C08EB125AB419D0CA /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78B9DE85D610820ACD6ED40A11F08E58 /* FIRConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = A6554CAC66AB58DD6D06EC2E8F89E196 /* FIRConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78BBE6B6246438B18643483CE090E330 /* RCTResizeMode.m in Sources */ = {isa = PBXBuildFile; fileRef = ADFF87B6A82B2208F2E36CDCF7DF9A10 /* RCTResizeMode.m */; }; + 78C2DFE99D6F7A1A274E9D8EFD165643 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A9FE38B282E70BB60453725831AC9FB /* SDWebImagePrefetcher.m */; }; + 790CED3B2746C8BF72B9C0F037A74EB8 /* FIRInstanceIDStringEncoding.h in Headers */ = {isa = PBXBuildFile; fileRef = F44EE0313A65B3D0BB64ECA3C3C7D0E8 /* FIRInstanceIDStringEncoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7937E82C07AC827E3A6244D5DD2CF44B /* UMModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = CB9367A1D1DDF5E7789E9E0C94700A5F /* UMModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 794567009289677F590846BBC3EC0ADF /* EXFilePermissionModule.m in Sources */ = {isa = PBXBuildFile; fileRef = F432125A1B3B8BEC00831CD879D6FB71 /* EXFilePermissionModule.m */; }; + 798A82284A3CB48CBCD33D2A036FA58B /* RCTFrameUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = 22D777A08F9ECF58B5FBC7A5B8F6F98A /* RCTFrameUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 799D7BAD6B61F711CD5DC85E8FAC19EE /* UMNativeModulesProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D442CA9F738EB55C03CA6B4B7FAEF05 /* UMNativeModulesProxy.m */; }; + 79AE898F906C7A86938C2D2FFDB55525 /* YGEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = 9690640B113C26A03045E4735EAC445B /* YGEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 79F7D3090E3A8BF8F2EFA3DD0DCED79A /* RNCWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 257FAA10FD8901F9CC7B43BBE01C8824 /* RNCWebViewManager.m */; }; + 7A773ABDF9C553C818BBEA466D3CF195 /* FIRInstanceIDTokenFetchOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1583CB301D61E5B65FA78359FE12CAD9 /* FIRInstanceIDTokenFetchOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7AAD2D8D0F6574DC00F40C30BE28A7BD /* RCTLocalAssetImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = B3178BD5429274B120B63E4B5484C9D0 /* RCTLocalAssetImageLoader.m */; }; + 7AAD85FF6DEAA7B3E28F704359B64F2A /* RCTDivisionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 18F40101D1628C0185CC6D5FA7384BEB /* RCTDivisionAnimatedNode.m */; }; + 7AB7F19547D4A3B795D7B86C6F544B71 /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1939F7B6A9B5EAE0A54DEB9EE153EADC /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7AE193443996AA04DD37762CD29141DA /* RCTI18nManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E579EE2A835E3A78C32B26DCBD2BB27 /* RCTI18nManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B28935E3953E17E3FA23F863D4E713C /* BugsnagReactNative.h in Headers */ = {isa = PBXBuildFile; fileRef = DE92F2943DFD9A02BBD45FECDDD74E13 /* BugsnagReactNative.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B469D1BA649E2A3DEA56273C87DD9B5 /* FIRInstanceIDAPNSInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 609D910B5A8FEB743D2A62CDA193939B /* FIRInstanceIDAPNSInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B8176A0EC34E5A6E599C6B07EAE5D58 /* react-native-cameraroll-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 21C4DFD1278075E0235297783391EC0B /* react-native-cameraroll-dummy.m */; }; + 7BBEF92E70F2EC74F3D43B7D1E1E3B5B /* FIRApp.m in Sources */ = {isa = PBXBuildFile; fileRef = 302B8DE670717BA41E14F4F5F4905743 /* FIRApp.m */; }; + 7BDCFE0383194CE86013170AD313EA03 /* UMJavaScriptContextProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 4846E1686CC5A723183D3628D1403B61 /* UMJavaScriptContextProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C1EC2A3D0A3E039BFEC6AE946044691 /* RCTParserUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = AC902E69B0101545635BA89305C80F27 /* RCTParserUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7C43967C261EDC8D9DF9C4FE6F0CCF03 /* UMUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F8061B0D5177ECEA9F92BD48600E8B8E /* UMUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C87A0BA4406932C036C25C471937D6D /* GDTRegistrar.m in Sources */ = {isa = PBXBuildFile; fileRef = EA728C8DE06AF12632054567A645AB9C /* GDTRegistrar.m */; }; + 7CAFE1BF52F8DE2D0BEF15A33CC19C7A /* GDTTargets.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AB86A467AD7828E4F2E55DA0BBDAD3A /* GDTTargets.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7CBDB0E759304C9B04F4D20194C95729 /* Yoga-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B41D65D1A862187B442D7073FCE7DD1 /* Yoga-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7CC52F3DE61510F717E8B0BF7FBB3FC3 /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 487A7C585227E41DAC704B8715A93237 /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7CD7443BBEECE3C05041C3788C3D53BD /* RCTSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = E9D46C93427AA896BB7DD3EA1E842373 /* RCTSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7CFEA0A6052051C538AD0B0F49158099 /* RNFirebaseInstanceId.h in Headers */ = {isa = PBXBuildFile; fileRef = BCA0A28433AF58C83F14445039924E4C /* RNFirebaseInstanceId.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7D068CD903B1F0FB3C9BEFCC029D9EC2 /* GDTUploadPackage_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E63334E9E147920AD55E8F4B08B6FDF8 /* GDTUploadPackage_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7D32CB346A8A737EF45F15BB54F57AFD /* rescaler_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 0C3A03091625137666805ABD9CD63C4F /* rescaler_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 7D34F61EBDBCC529E50187DF3DE0B9C0 /* RCTBackedTextInputDelegateAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C902A4C9051EDD49E7F5C0A448148 /* RCTBackedTextInputDelegateAdapter.m */; }; + 7DD578649537BE668B3C91865D187F5E /* RCTScrollViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CC310ACD5DBE33D3108FF1205BEDB15 /* RCTScrollViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7DFB9A6B11536D73819FAC0A9B8EF121 /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 289E33179454D7E3859D7E6A9BB5E1FD /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E31C38FDEE307E1E16B520131091AC9 /* RCTScrollContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = AAF5A90B3B77B36A07954CA39856C1A7 /* RCTScrollContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E6785216D5A27AA388421B8CB226AA1 /* enc_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 9B4880B22F4A12C9C9791F4B32571F9C /* enc_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 7EC69469AE8553EF0FA6933D116F39D0 /* REABezierNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C91B68631AA428B8446308DCFEDA2732 /* REABezierNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7EDB9BED917BCE27EE5CA97BE801B215 /* GDTLifecycle.h in Headers */ = {isa = PBXBuildFile; fileRef = AE60B3A27F287887508D97080546ADAF /* GDTLifecycle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F56283D730304B0D4ED83995BEC332A /* JSIExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 62478E8291C36E2AE31F0D147E8F7124 /* JSIExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7F5B8AD4B5BDB6069DFFF93AE08F5A20 /* RCTBundleURLProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = B29F537D673D77BD4D336B4E863EF7E4 /* RCTBundleURLProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F653669B6A69DE9841ED9138F3355A7 /* GULNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 31D6386A910752DB6206410DE1299650 /* GULNetwork.m */; }; + 7F7EB20C894667526294CC1DDC90976E /* UMExportedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 831583B9B9FF6EEF6E65BC060213F4A6 /* UMExportedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F88BA2A6186CE14A4677F1250E893A4 /* RCTCxxModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = F3D4D637150DC931587C9C81C3B6E693 /* RCTCxxModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7FAA5C3803BDBCD88781D22DA9A5F090 /* RCTDevMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = DB6BC54EC1F7EAAF55F5D4334D82B7B1 /* RCTDevMenu.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FE86235E6DD6F9548921779D4ECCC36 /* TurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 942338DC48BF17577A4C1645A502C3FA /* TurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FFF609490B27A267918214D660FB9DE /* BSG_KSCrashSentry_Signal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DAEE5347F791D316AFE66FAA3FFF311 /* BSG_KSCrashSentry_Signal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 803C92ABB453A18968C860278D28CF34 /* RCTBridgeMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = A932D6DD5352974EA8656D48EED5823E /* RCTBridgeMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 803FFADEF322BF208B7C37C7368C3A1B /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = 338364BF8659B692A5C38072A7EEDC55 /* UIImage+ForceDecode.m */; }; + 80AC448F56E4A0894BB9D80A198C040A /* BSGConnectivity.m in Sources */ = {isa = PBXBuildFile; fileRef = ADBF60C609CBA63C10B9AD7A1B763FDF /* BSGConnectivity.m */; }; + 80C026B0E39AC1F1703DF72A313A900B /* cost_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 1479715D7848A8E4C2D19640161BB45D /* cost_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 811214DDC1A8BD246F50C79F6E9DBBA9 /* READebugNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C1AB8196BD52F9B393CF60B88CBED5E /* READebugNode.m */; }; + 8145C77FDDC575D33B405FF7F421A215 /* lossless_enc_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D420AC726A223105A3A66DD59C7E9A6 /* lossless_enc_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 8164D2DE9EA9493CD176F2BEF6966635 /* FIROptions.m in Sources */ = {isa = PBXBuildFile; fileRef = E4DEC78771EBC06D1CC9FFE168FB912D /* FIROptions.m */; }; + 817AD6EE8D4389A94BC361C34B67C504 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F3E48665DAFDDB3F7A5623962507725 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 81931D53BE00E8FC4B75DDBAC7C86185 /* FIRInstanceIDCheckinPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = FA33B60640BF328BF0DFC68784B43B8F /* FIRInstanceIDCheckinPreferences.m */; }; + 81B0ACA7DCE8C57A1D20F5F0671367A1 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 78E6B460E72CC20396C19DC0B73930E7 /* SDImageIOCoder.m */; }; + 81B79CD8BFF35C210CEA0DE3E706643F /* RCTFont.mm in Sources */ = {isa = PBXBuildFile; fileRef = 86E76DEC6BC5EA597C6615549CE52739 /* RCTFont.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 81C9A77CF5BD40BF99B2953E95A037A0 /* BSG_KSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 48AC1E9CAAD52CBAE99B50BAD754F84A /* BSG_KSLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 81D1A8068B0BE495C688E5DF7DFA63BA /* FIRInstanceIDTokenInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = FACB29702ACD77D66D657A8CCAA16447 /* FIRInstanceIDTokenInfo.m */; }; + 81FC60A335BDB739D75D24ED623A8264 /* enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 3FDBF5EADD2E3AD2936BAD2E5FBA95D0 /* enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 8208754E5259F6F76445FDE11F5E84F0 /* SpookyHashV2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AE4FFEE6A9488A6CE72466623293BE4 /* SpookyHashV2.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8209D9C90CD67454D69539C35A13667A /* RCTAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = B08911BD2433DDBEA93304013A8022AE /* RCTAnimatedNode.m */; }; + 8210666640C5B1AF7DAB2FBA2292A1D1 /* ReactNativeShareExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = CE9D4FF02B9F1E69EF139CEED6C5798E /* ReactNativeShareExtension.m */; }; + 821ABF75DF759E8CB4B34AE575C39D2D /* EXSystemBrightnessRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = D48EF3CAC65B53B0E0B1CDACE8FDE8A7 /* EXSystemBrightnessRequester.m */; }; + 8235F479BC5ACA11857EEAAF249DB6B7 /* QBAlbumsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = EB5753527F498AEEBC128DBA42E80359 /* QBAlbumsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 824F04AB3E4D8A8DF4B28E8A3F4E6A28 /* RCTLayoutAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = A73B61118A7A2771EA9034045466E257 /* RCTLayoutAnimationGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8281C89E4A30505E37E1331748D62073 /* REANodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AE241FF3367B3DAC3C5D168BD7B35DF5 /* REANodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 829DD372488FC133D2BFEC4D238098D3 /* RNFirebaseStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A95C65E7B11A9B5F40027478A2EA091 /* RNFirebaseStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82B62F8035E6080C72B9E40F6CAD3DC8 /* RCTRootContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B70D784967BA4951852CB5F5B8062BA /* RCTRootContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 82BA825CBA44E0261A4B02BB37342B26 /* RCTAutoInsetsProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = F7C298AE307A303912D4493997FA6582 /* RCTAutoInsetsProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82BE17CA11C38578EE02F5D438CA1EFB /* EXFileSystemAssetLibraryHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A3A1F5ED915DC00717D0F67ADC8098B /* EXFileSystemAssetLibraryHandler.m */; }; + 82CE7BC7B2F924C47EE8EAE39BFF7661 /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 9080FD4A5DF9FCC85CF16DC16AEBE022 /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82D5E70C909B1BAAFED667876F1FE586 /* RCTNullability.h in Headers */ = {isa = PBXBuildFile; fileRef = EB2DDD2A4611C4ED7A7F07F2C9CFC9B2 /* RCTNullability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82FAD75153594152D13166FA9C918B07 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 39B20C33D2A8CC7A30CD500AEC10C4EA /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 83408F01EBA71440E6C97BDAC6DFD142 /* GDTUploadPackage.m in Sources */ = {isa = PBXBuildFile; fileRef = E7D311016AE55CFBF49595940BB2F606 /* GDTUploadPackage.m */; }; + 834FB89D7DB61483288C20507F8369EC /* BSG_KSSignalInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A35296FF3366B73A70A2FD24B7ACCE6 /* BSG_KSSignalInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8355F5AC1AF62C88E8E0CC029ED7862C /* color_cache_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = BC9B332A6829DBEC2A6BEED66CA30C36 /* color_cache_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 836F27D41A90EDA63F478FC8EC9B6B2B /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C73BC466081F293E4D01A6633E29FB0 /* SDmetamacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 838538291E1FB1EEBAAF1AB24E0F62D8 /* SharedProxyCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 67F1900409CC2C3BD6C8622C9BAAB311 /* SharedProxyCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 838CC0185F3DD5230F96B08E6ABA7014 /* RCTImageEditingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 481B13E2DFA8CE66FC4D3575DC863D3D /* RCTImageEditingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 83943BFAC59E2196EC1FF4D2E942776B /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BB4BF48A648AF492AE8FCDE9F4545A29 /* String.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 83E61F2DC9A2A7B3C3BDC4B7BD146D98 /* RCTBundleURLProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 8010543593DB676E328C6E1277BBA6FC /* RCTBundleURLProvider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 84A553EC280593F64BE95B0978CB4AD8 /* RCTAsyncLocalStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = B9E5C63C60D30DA96765FBD72D37FF76 /* RCTAsyncLocalStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 84A56F291D661D21781412F8874C80F5 /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = BE9C297AE3F56D077125FAF26B6B5DE7 /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 84A5949021E42ADE6DA26A4E789E1A92 /* TurboModuleUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A2E5B3203EEEEFDAB9079DE4F5CB11E6 /* TurboModuleUtils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 84B1D5DC6C672026999BB7199AFDB7D4 /* REATransitionAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EA5866DCD3136661203018625FF4331 /* REATransitionAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 84C406170B2DBB5D07916C0193135586 /* React-jsiexecutor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BDB0E86D85831000375A7EC4A0024AD /* React-jsiexecutor-dummy.m */; }; + 84E7F77F0C30475ECEB2449E4B161FA8 /* BSG_KSCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = 7520309124E264C55C6F0F773691957D /* BSG_KSCrash.m */; }; + 84F1BBA3EBA06ED9A2C1D66F97096B5F /* BSG_KSMach_Arm.c in Sources */ = {isa = PBXBuildFile; fileRef = ED8F038F0604465D39B4B862FD4EA87E /* BSG_KSMach_Arm.c */; }; + 8503458483F715D8BAB55F6F6A9D05D2 /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = ACE70D1389E6F764B944D5A2B92BD6A5 /* log.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85233251D8E6162F3BC0BBE816ACA76D /* EXCameraPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = B2C3AC10CB012FE8FB31E95320947EEE /* EXCameraPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8528C33E5F8EF3D65FBA1C32A723CD15 /* RCTPickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 072A229515E67856918919BF7026D719 /* RCTPickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 852A8ED13AE3501F4B2C7DC7F2136F1F /* React-RCTText-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B506EC4F45536B9E3416460A49B876AB /* React-RCTText-dummy.m */; }; + 85455233A524A6D36F12FB9D3A3E6129 /* RNFirebaseDatabase.m in Sources */ = {isa = PBXBuildFile; fileRef = A9691ABB37712E5FCEBACD419A31BD2C /* RNFirebaseDatabase.m */; }; + 8547302CC4693C69F676D0FAF738DF38 /* cost_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B4C9226B4D3A7B6A7E8418CF95CBCC4 /* cost_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85638C2F8D35FF711544888B12B5E6D2 /* REABlockNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D0277F480CE09A082A86B5E0AEDE50C3 /* REABlockNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 856CE7992389E734209C1F57A30ECF95 /* RCTMultilineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = D10C46D86FB6F512B5AFC678EBFE4802 /* RCTMultilineTextInputView.m */; }; + 8578BAA29528CC82DAB4676CFD9E8EE2 /* RCTComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = B446B989F75F5B50E56A3C514BEF3880 /* RCTComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8580667BEB1A20D2D2CA8B3E6C957324 /* BSG_KSCrashType.c in Sources */ = {isa = PBXBuildFile; fileRef = FCAAC1F8A1131F406346B5AE3D886ED1 /* BSG_KSCrashType.c */; }; + 85D7A7E1BABE0615BCBD1D86BA242DFD /* RCTErrorInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = F78421D7F509EA03C278FDFE4E1C45EC /* RCTErrorInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85EFF53BC2FAF2E9722CA6796A5C33D4 /* ARTSurfaceViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C60BF5F47430ABBD838F517D9800348A /* ARTSurfaceViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8624B3ACF76FA5C228BCE097FEC2BC8C /* RCTModalManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 59956243013DCFA9A85894DE86ACB589 /* RCTModalManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 868C9EF47A976D5341C869EF6E4036FE /* BSG_KSCrashC.h in Headers */ = {isa = PBXBuildFile; fileRef = 732E1BAF94E188712C21BD39B96FCE26 /* BSG_KSCrashC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8693629097C6317357D73FBBC11B68DB /* EXUserNotificationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 900F5C1CB44D295409FB2FD55AA0D482 /* EXUserNotificationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 869D6314267C36E72B3921B72B2CD745 /* UMReactLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = EFC4EDA6C0C5156BEB199765F0D7F162 /* UMReactLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 86BE3168916AEF95FCF9CE5C987EB83B /* BugsnagCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 91E1C0D9D1CB06F3C953E8596A22B4DC /* BugsnagCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 874A19430FD98697B7C5E8E8AB50513A /* GULAppEnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = FC5893DE036925F219400B1B91DDA49C /* GULAppEnvironmentUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 875DE806BC05CD6FBB5171B3684B1F2B /* QBImagePicker.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 46AF21F851A2C82B2BEC5949ECD6817B /* QBImagePicker.storyboard */; }; + 87768AD792BACA0E657CEA3829636F66 /* RNFirebaseFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = FEF4724D34046529AD96F0F28AA1168B /* RNFirebaseFunctions.m */; }; + 8798A8DBCF62D49ED95C6D34C83B126A /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A8663152A86CBD0E6F27A6A4B70814E /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8799A7E7AF7D5000F6488DC84D14E692 /* rescaler_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 2CE8A788BAAD4C7C8CF9143DFD3B9506 /* rescaler_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 87BFC3AD290F6A964063BEC334D53262 /* RNNotificationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 610231597FE89D6C746C21903334B00D /* RNNotificationsStore.m */; }; + 87CB66C902F11F7A98F8495131A29A63 /* RNSScreenStackHeaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = CD1BEC727F858EF9794F6B8E4B755D98 /* RNSScreenStackHeaderConfig.m */; }; + 87D1C8D0E94309AE54E7909240E8B83A /* FFFastImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C572628581AD45D5616C05090F280293 /* FFFastImageViewManager.m */; }; + 87E4061EC6086456381F928D935EE7B6 /* RCTUIUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = FF96AF347E208FDDC78D621A1845E023 /* RCTUIUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 87ECC4C043286D06A575B38448A0A66F /* UIApplication+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = B8408F86535310EC07AD7AB9FE1B5212 /* UIApplication+RSKImageCropper.m */; }; + 87FD74168A6EB497B23A90B90518A5CF /* EXPermissions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B32571BC38D836A16A0BB4F1DDE12C1 /* EXPermissions.m */; }; + 8809B9F0FAFDCD89CF323E1489AA3660 /* RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = B6B66C3CAF05853DB459D7E95B9AA823 /* RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 886ACD34E706C9B3CAA14BA718B15F71 /* RCTImageStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CAA09D43AF1B4C9D679CC18454CE6CB /* RCTImageStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 886B4ABA16F159910D856C8690852078 /* REANode.h in Headers */ = {isa = PBXBuildFile; fileRef = EAE341097CBB8D299DFD9626AE233077 /* REANode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 886EFC385AB165A47AC13C719BCFDA96 /* QBImagePickerController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1051BD6ABE3D9D8468852541ACCC872B /* QBImagePickerController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 887878B7F152531BC505CBCDD925D20F /* FIRInstanceIDTokenOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = F234F18B2FBFFFCBC641916943E9642B /* FIRInstanceIDTokenOperation.m */; }; + 888F4BB161122EEB45F0144A3B099A55 /* RCTSurfaceView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = BCC049C90E0046B1BB61D933AA01747C /* RCTSurfaceView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88902F9738770E60153CDC8566F6D068 /* EXAudioSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 357EE4430484C005819F04B685F87230 /* EXAudioSessionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88A7546CD0CC5EF28061417BEF92362D /* filter_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B0A69B6FACD7C8A7159992BEA265099 /* filter_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 88FFE10394F13353806F5AC527ABD0EB /* RCTPlatform.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6E87BDE5CB74061628F9F4808B9C5CE1 /* RCTPlatform.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 890192B34648332B6C6C09A75D978B0B /* UMViewManagerAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 611E604DDA03EB97411EA5C4F7428A67 /* UMViewManagerAdapter.m */; }; + 891E992D9EB633B92E3DF27F9B310C23 /* common_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 9951AFB14B84D5988BFB7DC34F63160E /* common_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89305BD8FA22B9F773F80ED9B63F9DEF /* RCTDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 9093F4A1D9250501ABB301205E1A0256 /* RCTDisplayLink.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 893655588E502C049519BB8E65C6C606 /* BugsnagConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 9003C0E642AC5527E363092F6A689EC5 /* BugsnagConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 893A87DB2A3762C63B0FAC772BB3EDC1 /* FIRInstanceIDCheckinPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EAE9AC10C7125CB916DA112DF625F6C /* FIRInstanceIDCheckinPreferences.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 894F864B3D616AD9CA528A84CEAEF67E /* BSG_KSString.h in Headers */ = {isa = PBXBuildFile; fileRef = 02E3C8E65AD549B618E9A95B19DEE4E4 /* BSG_KSString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8992866FD890EAB7CCDC06AF809602BD /* FIRInstanceIDCheckinPreferences_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E697151248E9D0827AB6DF49ADAA73EA /* FIRInstanceIDCheckinPreferences_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89BD4AA4D3B1EE870D5BC99EDB0FD812 /* UIImage+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = 1ABEBFC8AF8824A623B2CCBDA9B3EDD3 /* UIImage+RSKImageCropper.m */; }; + 89C3A612CD4ADB81C44209858A136F74 /* cost_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 222A34B911FF9FCFF752C596AE492C54 /* cost_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 89DEAA3F2A400C8232EC97727C7D826C /* BugsnagCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 96480671261E213E5388603EC64A5CC3 /* BugsnagCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8A1373FBD88F35501478391992C5376C /* huffman_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = EEB2E8240966298FEA727263F58AF026 /* huffman_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 8A3B0328CB5DF41A39BCCB3899B34CEC /* RCTConvert+REATransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 902E2339E7F9CAD6C410D04B1C8FD1A5 /* RCTConvert+REATransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8A8CC5BB726A951810D3CB4E255AFBB2 /* RNPanHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 66D05EBAD11E8517ED4B7F16934E3577 /* RNPanHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8AA78E079D60E962A4BC282E265CCC88 /* ModuleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A68269623B19233944EB5E4EB7A1DD0 /* ModuleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8AB9E32DAF6BDF9585F5205FA0736F63 /* tree_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = CF2CA478943CD6319CC326CBC7DCA605 /* tree_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 8AEC824A51C85F20D2DF15E8BEB7DA26 /* RCTImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 22EE5AF94F841B64FF2A89BC1DEB0721 /* RCTImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B31804AAB0BCE87C153A3A661DDF9AB /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F242E15D7BB04FE6B21F6E867AB5261 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B4A5EFA46C771631880F96C6D857763 /* EXDownloadDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 22C109EEADD4F8B96EE22C868CE3C14A /* EXDownloadDelegate.m */; }; + 8BB9AE1787FD9D7C8F5388013BBCD2DD /* EXConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CE53DB147D7CE3A21529D14E09DBFBC /* EXConstants.m */; }; + 8BDC780EFAEC1B9826D9B25A85BE47E2 /* RNCAppearanceProviderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FB98E155E9B39BC732FC65B0AF382CC /* RNCAppearanceProviderManager.m */; }; + 8BF75A8218C11BF3B0E8D88424BC5F47 /* RCTProfileTrampoline-x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 9D7BB9A9986EC460E6DA90011D792EFD /* RCTProfileTrampoline-x86_64.S */; }; + 8C0A640F7F5FA4D7E162DE9284F16BAA /* vp8i_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 74FC2D6D369BA24B26EF115DD14D1CE2 /* vp8i_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C0C8D915DA3564FD6B5B7B18703D8C2 /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = A7F28B7C648243F665EB4806AE5569F6 /* fixed-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 8C2F0ADB9BED6CDF94AD4FDE98640AE3 /* REACondNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F8B0F84983E057E85E61BE1578A994E /* REACondNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C3EE4A40254A277C0F5663A900F4257 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = 691822CFD4F0F714CE44F57239754CA3 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C7498211CB965AC43930070C50E5510 /* BSG_KSSystemInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 40C2D09AB3F7E78DEEC2F574DCBA8DA1 /* BSG_KSSystemInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C947E3F75C661809C8E3BDBBDAB7593 /* FIRAnalyticsConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FAC33E8263E9BEFAC11A7DFF34AD0BE /* FIRAnalyticsConfiguration.m */; }; + 8C97D51F2831AC4CE3018CB7626639AC /* JSIDynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B117D74D971589A64829864A8AE6FE0 /* JSIDynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8CA475791C767C5F20E739483E327D34 /* BugsnagKSCrashSysInfoParser.m in Sources */ = {isa = PBXBuildFile; fileRef = D219E66FF0B33F4DCD86F88A47C6DDD3 /* BugsnagKSCrashSysInfoParser.m */; }; + 8CA624564BD56CDA821A6C12FB87DF65 /* filters_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 62E3416996F9DBED8A49ADD5F352C1E1 /* filters_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 8CD195F8D4797EA381A36F563A0E5F0D /* RNFirebaseAdMobRewardedVideo.h in Headers */ = {isa = PBXBuildFile; fileRef = E0B1E61C8897F35C71329E692391DC89 /* RNFirebaseAdMobRewardedVideo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8CD8228C936FD255CD294290118A29B6 /* EXAVPlayerData.h in Headers */ = {isa = PBXBuildFile; fileRef = 5553295AE6D49C6BA686D1E0A7046384 /* EXAVPlayerData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8CF4FC48814A64166E0636CF7EFFBD83 /* RCTUIImageViewAnimated.h in Headers */ = {isa = PBXBuildFile; fileRef = CE6FBF657AFCBC0CE992F27A287E263C /* RCTUIImageViewAnimated.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8D24E27DD6BAFE194B066A1C0848899B /* React-RCTActionSheet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D3A3B3F8D4F01934A892D5E018B54300 /* React-RCTActionSheet-dummy.m */; }; + 8D3621426BFE501E721FF44E94DBA253 /* RCTDatePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D189DE6A6BF262777E79201138018E7E /* RCTDatePickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8DAA4220694B02480367F67459059F3A /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CD90088ED71F765AB3DBC0CB8751846 /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8DCDE6DD377E7D735ECC89252CA639FA /* REAClockNodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EE4519DC88D45E3E2863002F2F5C975 /* REAClockNodes.m */; }; + 8DEF96274F9BA17DDE42AC2EAE1EC1AE /* UIImage+WebP.m in Sources */ = {isa = PBXBuildFile; fileRef = CBBE0652EE9A9CDDA0DF797B7FDA8F59 /* UIImage+WebP.m */; }; + 8E035517C8AC7D884CBA5819743A15A3 /* endian_inl_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = E6A4AB4466400E7177CD81A00D56EC7D /* endian_inl_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E0D9EFF36B98DCD095C2DB8123B6CC2 /* RNCommandsHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = F981A44843741E1934B59DC554F4110C /* RNCommandsHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E454B8C83F5A7240B00066734BF3DFD /* BugsnagApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F3920FF4039951E358CAC46318B161D /* BugsnagApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E773D494A272503191518A6FC9BCB01 /* REATransition.m in Sources */ = {isa = PBXBuildFile; fileRef = B895124FF14733D7CEBA9349AA9E6180 /* REATransition.m */; }; + 8E842C89450F1F42FD0A472547D2DB91 /* RNDateTimePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = F379F672762AEC43E947387F93AF42A0 /* RNDateTimePicker.m */; }; + 8EADE023E455AEC580E9BBF11138B13D /* glog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46B502B21F8455A7A211D7FB38182741 /* glog-dummy.m */; }; + 8ECAAD611878CFA4CA1E91A5ACC7FC41 /* dec_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 0143E920C1C46322DEAACDA3FEED6B7A /* dec_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 8EECFE19160CD69752A9D17BE13A0549 /* pl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = A385FCD9093C6C9907B533D8CF292798 /* pl.lproj */; }; + 8F026D24EEBFE343FDBAC023E9D56938 /* quant_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 369C36A413EA1CD682B6C7998A87C369 /* quant_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 8F1DE929839BE811A4D2898796A205FA /* RCTGIFImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = AF99F8B9785ABF57CC3B10E0C100B565 /* RCTGIFImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F2805AAE44444D081FFAD2274DE2242 /* RCTSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = 45DF188108DEEED5638FCF676355F54E /* RCTSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F309961888112B2C0D486333FA4C7FA /* RNCWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E350C264AE4803D6EBD9A194FEC1259 /* RNCWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F67D72452129D5639844135A9C40BAD /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = C45BBE85AD818400CB1A3129182DD6CB /* logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 8F7658D209B9A78E163D3E9613B81255 /* EXReactNativeUserNotificationCenterProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = EDB13CDBF9633B4AF3631C1FFA784113 /* EXReactNativeUserNotificationCenterProxy.m */; }; + 8FC5A3F42ADAA6A821A5C9674CEEB661 /* RCTBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CF04D957CB2106269632EC5407EAD35 /* RCTBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8FE94733E89900C932AD73103E1ACFE1 /* GDTClock.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AA4A743371045970B504A8B2B3C56BF /* GDTClock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9004D4CB6A142DF3AF78B638898B3088 /* RNCWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 36769BAED6E76E3E195F3B0E0D4B6A88 /* RNCWebView.m */; }; + 903E5806AB43CC9ECAD1243D2FC12279 /* UMUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 6231DFB28457E562F707F544065F7430 /* UMUtilities.m */; }; + 905873241B5AF3ED7969719250E32487 /* RNGestureHandlerButton.h in Headers */ = {isa = PBXBuildFile; fileRef = E0FD752F00F4A92F465D342153DF5684 /* RNGestureHandlerButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9065DD549003066B9A069F40D2485CEC /* lossless_enc_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 7336EA76552B82F831BCF41D5DBFC597 /* lossless_enc_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 9096C4C0065EF00C6C31D3B59172092C /* GoogleDataTransportCCTSupport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ECB58F32CD17FF9912C0569E7AAD5E3 /* GoogleDataTransportCCTSupport-dummy.m */; }; + 90971B47C3418E340CF56D3D9E529587 /* RNFirebaseLinks.h in Headers */ = {isa = PBXBuildFile; fileRef = A2C498039C0E6E39E7ADD5FAF1803B9B /* RNFirebaseLinks.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 90B80FD2A60F9E1D7768435E7B3FCEE4 /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = F021A39527BED58621A6690E610B4A40 /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 90CCBE59123D4345E7003437EFD73548 /* RCTModuleMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 00A24BAEB84CCA43C84F63BB520EFF73 /* RCTModuleMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 90CE9D3E90CFF70CAC64D3FFA105AECF /* RNReanimated-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 100FF80E511A702C2D76B13996B21E9C /* RNReanimated-dummy.m */; }; + 90DF82F5A6FF02BA881F75FC3505DDC3 /* MethodCall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0FFBBBCAB0B8D08F6F43EED34AA665FC /* MethodCall.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 90F1C6C9EDDF2AE141098A4A5712A3C5 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D4A123FC94E7410BEA6E2DC48D0926F3 /* UIImageView+HighlightedWebCache.m */; }; + 910B1B0EF8C7E99CF568CD43FADC8CDB /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C31F8FC51B67099F8B276DA2E2C77161 /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 911D35D4C93E94049058BE6695C7FDC7 /* RSKInternalUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = CB747B3063C14FFE271EBE8037CAC091 /* RSKInternalUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9174043F2C5C946E391930C776A8F658 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CA00F20CD47382A4E8F6B2B57C44447B /* 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"; }; }; + 9178482012182F62E4C5BA3F50334C91 /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 3600E8FD97B8F09E8E346C5FA16D9774 /* SDImageCoderHelper.m */; }; + 91C83C1367409A169B8F743002D07A4F /* GULMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 69A4DE0309583DD90D1046C5499B1BF4 /* GULMutableDictionary.m */; }; + 91E6B9ADEE505C21F59904D244812A29 /* REAModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DA3AE16A57E70E50580A389DC412033 /* REAModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 920492D26B54A44DF36E54A858DCE72F /* ARTSolidColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 351492E3C14B88EF2F44583F4F1097A5 /* ARTSolidColor.m */; }; + 92067B4091004BF297FF15F7E163CF66 /* REATransitionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D15ED0D3FBC255024DAD806706032C5 /* REATransitionManager.m */; }; + 92330D2E1E09F2AFC5169D9192A9143D /* BSG_KSSignalInfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 7FFCBCBFD75ACC4049F27845EE8AA91C /* BSG_KSSignalInfo.c */; }; + 923D51836B00BE5F3E8DB7194F6DA65F /* RCTInterpolationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = C93EC000089594FF099C665C0CD5D1B1 /* RCTInterpolationAnimatedNode.m */; }; + 92855A1748072DD76EA73BD74B968795 /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E01B3FF47FD4437F8126BA499140720 /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 929D5F9A483CEDB88DFC5DFC3C3031DF /* RCTCxxMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 044BD12F427599BBE8E662876B3B0E62 /* RCTCxxMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 92AA74D1F05BBE5402796AA8225D8834 /* alpha_processing_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 3DFF4DA664C9CAA3AE8F80888BBEE863 /* alpha_processing_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 92B35C8BA7A9A5A1D207A3623008B14D /* RCTVirtualTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 30C1742AE22CCE53FAE08FFBF0D3F9E3 /* RCTVirtualTextShadowView.m */; }; + 92FD213052E29CA5F30B41AAB84AB5E9 /* FIRComponentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F057988909AE054F78191124C83EE28 /* FIRComponentType.m */; }; + 93295B3F8E382C2029A4F4D51F70993B /* RCTDevLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 216893CFBF0D3469A9E59DD22589ECA6 /* RCTDevLoadingView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 932A63E4F9AB03993C4F2C40333884E6 /* UMAppLifecycleListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 07BE5A5F512431AE95BA20D966590C69 /* UMAppLifecycleListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 935C588017563AEFEB80DC42C91EC15F /* lossless_enc_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = D307D68C68FE4F52BA3146D3C90DDE83 /* lossless_enc_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 93A0E9A6CC99BE8D70FD6F259C9D5891 /* quant_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 9360604531512771A9FD089A9837C676 /* quant_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 93B239D294DCEF6825977FE49136AE5C /* RCTManagedPointer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 18909AF21641E5BC9DDFF07FDD182C3E /* RCTManagedPointer.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 93C54730DD440D3D44E8805D830A196F /* BSG_KSMach_x86_64.c in Sources */ = {isa = PBXBuildFile; fileRef = 61BBC7554C8DDB2D24939E02DD216B6B /* BSG_KSMach_x86_64.c */; }; + 93EC8D424A6C585697CEA89C57ECB72A /* BSG_KSCrashSentry_User.c in Sources */ = {isa = PBXBuildFile; fileRef = 6341E8525984ADD7C1E022B6761DF55E /* BSG_KSCrashSentry_User.c */; }; + 942A1E450047CD3D7422D1A33226A320 /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = A1392FB10E0827593617B7AA05394353 /* SDImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9441E1E4797BF393BF269E3BA2EDB29A /* RCTPerfMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = D858D60B19B15DD3B37BFCFA9D636CAF /* RCTPerfMonitor.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 945D6E8B65673BFBFF53BA7F7813BDB1 /* REAJSCallNode.m in Sources */ = {isa = PBXBuildFile; fileRef = E40A00C8C3ED2A93E0EE23547A78DAEC /* REAJSCallNode.m */; }; + 947E227575A4E6B2587914526363901B /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = DB99F2676D30EF6AB07A50ACC6AD4D23 /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9498774D036082A8B4E197579E6016BF /* Pods-ShareRocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 20EB67591180BD14936DAED287A3BFF0 /* Pods-ShareRocketChatRN-dummy.m */; }; + 94C039AE0D8233E82EBBF8CD60D104E1 /* react-native-webview-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C012FB7B0BC76B0C6B7C8D565A27D68 /* react-native-webview-dummy.m */; }; + 94C13AEE39D1D80619F968CCE5C35616 /* GULUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = E55949C58B399743C8A2FAF2397938F2 /* GULUserDefaults.m */; }; + 94D2057D96B17B5338176E0EAC6D6118 /* bit_reader_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 66BF521E492F11C1AAEE17475971CB70 /* bit_reader_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 94D57D1F8087170D3C55D8BA061D1001 /* BSG_KSBacktrace_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FCDE91DD0E99392CD557F45E12BF7BE6 /* BSG_KSBacktrace_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 94FCD20E6A582DD3D5FE05BE22BBAC95 /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9184892A42F009B99FA3122EB8A01354 /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9527E5A3C6DFA80BA2DB45EDB484763F /* RCTImageShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E453555479B0F9855094D1421408F0F /* RCTImageShadowView.m */; }; + 953B94BD133A7467F4F38C0B944D76E1 /* filters_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C993823267D96AA814B7C38AF6C7369 /* filters_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 954737CAEAEE7CD10A8E82C893D3C05C /* RCTSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 449960A6C936728969A3FAC54D3AE584 /* RCTSafeAreaShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9551B84E7109A022EA783B45C2038FBA /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2FB3372EB8247BC640B24FF491917B03 /* YGEnums.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 9555FA1629B54E6CE10F84AD1CFEC491 /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C54199B51007F1E812208D8DE3387CD /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 955ED07B34A30576182FAEF37C32A120 /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8195DD85B930F93043F9BD1EAC646D90 /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 956A73A2DD9882EAF245E88865CC6799 /* RCTRedBoxExtraDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 74A79C14BCB87394D8AC086FCC4B270A /* RCTRedBoxExtraDataViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9584C1D2A2B4338D79033DE1456BCB15 /* CxxNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B9483960D0898B710053D59BDE9BFC1 /* CxxNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95B521FAD1DE325761C020F8AFEB4E63 /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = A7C6FD5F50751A07FAC17D258A658563 /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95B68C33D8A3CA6C685E64643173F8C2 /* RNFetchBlobProgress.m in Sources */ = {isa = PBXBuildFile; fileRef = 558F3A1F827E2A4227105B723DC14BC1 /* RNFetchBlobProgress.m */; }; + 95DB2DC3843A5A77097E2549512012F0 /* RCTConvert+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 19F236EFD656CD6ED1BE2782FF78DE63 /* RCTConvert+Transform.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 960B81835CCACE99EAF6D7301646A57D /* RNGestureHandler-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8676E7BD06D3F128D9D5C6B7E96FC999 /* RNGestureHandler-dummy.m */; }; + 960BB6A747C122E41D0F93EEA6E0624C /* GDTTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = FA981CB894230861E709B35205EE9407 /* GDTTransport.m */; }; + 961E178766FFC74BE8CC650BEB06621E /* BSG_KSCrashReportVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = FD013A881AB7C8A0B88A7917FB4BCD7C /* BSG_KSCrashReportVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 962F246F4D86BCE82B9E3A33080D44F0 /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D1A278B5D9E61566522B152532F1034 /* UIView+WebCache.m */; }; + 9648DE8BFD642A580258906D5C4A72AE /* anim_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 784124C11142E87DB1D3FCA0F0DF8284 /* anim_decode.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 967D11E3ADB39D24F39D3D14FAEEBCD4 /* RCTModuleData.mm in Sources */ = {isa = PBXBuildFile; fileRef = 810388610405CE414D68E0FF0CFF62B4 /* RCTModuleData.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 96A00C011A72200F5C719AA69C379BFB /* color_cache_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = B2CB01CE9E07412C5A22C1E15F8F4859 /* color_cache_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96B1848EDA12E024991DC71441FB7728 /* lossless_enc_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 00F8B0C7A4D6446D5585DCDC4DEB566C /* lossless_enc_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 96FEB709959204E0340B06DB34925CF1 /* RCTImageShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = C71CC06056DF5AB069ED78C35A7CFA26 /* RCTImageShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96FEB9F17F3553A3EACC3D455D3DD5EE /* RCTConvertHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AF5ACE10E5F64B3AA4D2DEBD41A9A8B /* RCTConvertHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97094C87F27838DB2641D5B3F6F747AB /* RSKImageCropper-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F3A1CF3578311FCD5BB2B8C51729FDB /* RSKImageCropper-dummy.m */; }; + 9736808E3A6D9D08A971A877C047E296 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 264B5E7D4C00A43280E5A09AFF8A418D /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97A46257E974C4FCF70DD15A759720F5 /* FIRInstanceIDKeyPairStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E7AA5171F7BFA958025DC698C194776 /* FIRInstanceIDKeyPairStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97C623DF2BD61587360EC3B26A8F5CE8 /* FIRAppAssociationRegistration.m in Sources */ = {isa = PBXBuildFile; fileRef = 417D73313E1EBA932B71E1DD4ED1E357 /* FIRAppAssociationRegistration.m */; }; + 97DEFB4339250260BD5B4EFF58006D2A /* RCTConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EB96561AD27EC387BE84DE11A59AB7B /* RCTConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97ED312B0474017444E6379DC3C4BAB7 /* Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7DFB4980F144207DEE8438AEA10C2137 /* Utils.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 9842DA186F54F9D3BE5906663455016A /* RCTVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 29C330A7AC446512DCA73AE8F317A6BA /* RCTVideo.m */; }; + 987941CF7049804341214F98475B275B /* UIColor+HexString.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C4C342770D787159225FE9960204DBE /* UIColor+HexString.m */; }; + 988D75C014F94B7584204ACED46F3975 /* RNFirebaseAdMobBannerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 49A5C8ECB83FF0304DCCF72970E2ED09 /* RNFirebaseAdMobBannerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 98A2DBABC7465D5F548708424FEC0D92 /* GDTTransport_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 01FAF80891432F62857FFDA6B6F8ABC8 /* GDTTransport_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 98AB2900FAC5CE54700374DEF87D2603 /* REAClockNodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D04E51B3D9AB1AF4BA1C8CF4B613264 /* REAClockNodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 98C4F8C2F74808C13CC9FBBC7D411999 /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 0204FFA6DCCD570CDC31DF830ED0B68B /* es.lproj */; }; + 98D876A1A244F466F67E906E6E55EF82 /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A239E55139C2F75E79338C50AB6FC8D /* SDAsyncBlockOperation.m */; }; + 990C114FE36C3BA307A4CEC634A01D41 /* TurboCxxModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EDAA11E01E3769D1548AD0B426B4B73E /* TurboCxxModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 991C9DFB4E1EBB20D56E31715E457B50 /* lossless.c in Sources */ = {isa = PBXBuildFile; fileRef = 6608F2F8DDC7A9422458F90A885EA723 /* lossless.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 992CB0C6A03D842795BDF2045C33951E /* RNDocumentPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = FD53D519FE1FA635BC4159992519AA07 /* RNDocumentPicker.m */; }; + 993DEE091D2ECD262F17F281E60653C7 /* thread_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = F30855EBA5C5D5DF32296D69B4CAE212 /* thread_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 995C56C42E9021CB2C821060C20D5AAE /* YGLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3590D43479C716D7A9556447867485FF /* YGLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 995F57F6E3A8F8F3F0CB975427339ADC /* TurboModuleBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BE75D7FCAF52DDD6FACC196FE4C0616 /* TurboModuleBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 998FBF05A1D5B4142E092BF051F89BE0 /* ARTRadialGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C914260E14BFC206DFDEE3734A44F64 /* ARTRadialGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 99F4ED1427EE4D62E5939F2D49FF3823 /* YGMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DD664106AF32EEDF8E76346B113250C /* YGMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A3099BF1A3303D97FF4B77EE8FA453A /* firebasecore.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = F7F1E72F15A3AF0C35DEF0C1A2BDD5F3 /* firebasecore.nanopb.c */; }; + 9A538510B4D21C44538FDAEE7F25BA4E /* experiments-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = BA484BE2D968B51B86CB86188515DDB5 /* experiments-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A563C719409A7F1D2A79F1A491DCCB1 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = B9A1B0E64A972AF42DC39566FEE8C89F /* types.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A5AE9F5B12B24817DC0CF360F3781A4 /* BSG_KSMach.h in Headers */ = {isa = PBXBuildFile; fileRef = D4D6CCDC79B5BCFA6A83676FEB2DF2AC /* BSG_KSMach.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A6584332A48346E435E1681FAF817BF /* alpha_processing_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E2A92E98E8DBDA927A8118442EA22BB /* alpha_processing_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 9AE25D78D388B01F02FAF32C7D81B390 /* RNCCameraRollManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FDAAA44D197DF276FDF2ABF423F2849B /* RNCCameraRollManager.m */; }; + 9B0328A157A59821F094F7E47F1F3543 /* EXAV.m in Sources */ = {isa = PBXBuildFile; fileRef = F68B894BFB676E3DB6ABFF59C9420AC9 /* EXAV.m */; }; + 9B328C7EB8E9F91C9E4940B976F51EDC /* NSError+FIRInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = FC2DD08031380836E714D119660B0C71 /* NSError+FIRInstanceID.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B44C525E5FB5F51CCDE075656F184DA /* RCTWebSocketModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 88BAF4F61A0D2E6C36FB24A5850AF641 /* RCTWebSocketModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B5E58BCF1985EAC277DDBFCB91F0ECA /* ARTSurfaceViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 665CD2C5AC1F6E6C2D0181620B03609F /* ARTSurfaceViewManager.m */; }; + 9B8780B037E6D0A089E2EDDD8E87CDD4 /* RCTProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = AED110A21816296407A6A61AC9990E5F /* RCTProfile.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9B8FF798D120C0131DAFE922F8FA3326 /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = D68865F99A8F6659659285B0079FA045 /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9BA3070F2D82AB8E6B229971E126D4B2 /* upsampling_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = E1B228189E45D0324E55F165C73F0C90 /* upsampling_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 9C43EFFC945AFDD1BCA2FB1AF208CFA2 /* RCTTransformAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CC2B03F77FB7F47BA4D5716181490FC /* RCTTransformAnimatedNode.m */; }; + 9CA68A554C6C2C6DCEEFB7A64389FCFE /* RCTSinglelineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 39FE672E234A0F2B4D3D2F49800483F2 /* RCTSinglelineTextInputViewManager.m */; }; + 9CB9FE419E53CCA57DA123E4F5176E8E /* RCTTurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 336D45C35F2EC445F9ED02E3142446F0 /* RCTTurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9CC8AF94995AE4B94A792BD1BEA1358D /* GDTUploadCoordinator.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D30A9F40B2A36F04D29DABB3C01B945 /* GDTUploadCoordinator.m */; }; + 9CE103A0E1FF2B3FAABC3B449BD8D735 /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = ED36BC453E7E9F44D4DA76E824785DF6 /* symbolize.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 9CED9EE5CB7376FF7FB07C9F43879FEC /* FBReactNativeSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = A84BC45100C1120943994118E8BC0CB0 /* FBReactNativeSpec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9D1F18778A897B0C96D5297BA8104478 /* RCTDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 74376EC07D3F975FD1FE66CAA2ECD8BD /* RCTDeviceInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9D6AEC2BADA6415B32183279535FC3FD /* RNRotationHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = C6BBB9126F7034482276766B5771AB71 /* RNRotationHandler.m */; }; + 9D7095896EAC7F5FD443B80112211022 /* threadsafe.h in Headers */ = {isa = PBXBuildFile; fileRef = D77D2E2EB87638F70AEF59D57EDC5A5D /* threadsafe.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DE2621FE6687E74C85962E58E803760 /* RCTReconnectingWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 672898C13A0510836C2C646CC6EAADDB /* RCTReconnectingWebSocket.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9DE4DDE399B842FC926F9E57D9A45942 /* RCTInputAccessoryViewContent.m in Sources */ = {isa = PBXBuildFile; fileRef = CEA71924A53FA83777C47FB39771A3AE /* RCTInputAccessoryViewContent.m */; }; + 9DE9270C04172DD40D69B6D9546516B9 /* RNCSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F6F32C376A26E04D4D608A0EF649DB1 /* RNCSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E00A71835F74BD9E7791965749B0D68 /* UMDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 757F0D30455E5095FA1113AEA1646E4D /* UMDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E04D8058BC6847CAC65773EED54D05C /* RNFirebaseFirestoreDocumentReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 49D61BB85BAC2312EC6A84C93F5A2CB8 /* RNFirebaseFirestoreDocumentReference.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E26D5D25561683EEEE343BA59A8D932 /* FIRInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = 241E57CE7B8A8A9A0C30B2F4727E17F5 /* FIRInstanceID.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E35AF16FA811ED54521FD4E6352E394 /* REAEventNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AF57F5F08561D32276CA6C41C7BA677 /* REAEventNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E3FDFA5FE43DF56A9E6F0E2ADFD0521 /* REATransition.h in Headers */ = {isa = PBXBuildFile; fileRef = ED72CB75EE41F1699A55F0A56B38D40E /* REATransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E66453D10A11F0164593AD596E0E8E0 /* FIRInstanceIDCheckinStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C2A85A735F523B7B67CE1ED2DFDF5D8 /* FIRInstanceIDCheckinStore.m */; }; + 9E9C9344BE1DA6BBA542ECAD750A0B53 /* MessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = A98D3BF786F423F9CC492FAEE6A1D1A8 /* MessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9EAA160F40B7AEA5F8323BF14AE1AD73 /* BSG_KSSystemCapabilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 265C960F3781EC699D265B371CEBA7C8 /* BSG_KSSystemCapabilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9EB60143301349BE59FEEFAB98C50415 /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = D57BF655F31F1339675D0B395963F052 /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9ED53ABBF63AF508BF3A45A8055BF25C /* ARTTextFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = DCEAF7E65FCBB127E2095642489CD6B1 /* ARTTextFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9EF008BB17B5795A9CDE33AF1AA4EBE4 /* experiments.h in Headers */ = {isa = PBXBuildFile; fileRef = 94606D3881606D2E4B349880A5E20253 /* experiments.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F047DDB8969818C22E71086624790CE /* RCTTiming.m in Sources */ = {isa = PBXBuildFile; fileRef = 57368F2086DD6FE94DE31D75C66B6F6B /* RCTTiming.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9F608AE2E0848CE8858F19F0376F4B3E /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = C571527543C1C6A72236C840D24CEE16 /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F69F8135343C51A14ECEC3DE3FEC05F /* format_constants.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D6BDAF7F393697F29CD3C449B02F883 /* format_constants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F8CC158594C16A93BF79894AE652576 /* event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 408F22F3F444319857776C2C7864AF7A /* event.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 9FCA0C85E502C92ACFA86EABD32B2224 /* react-native-orientation-locker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 57AECC27F567DD3DF4C93EB41CFC289E /* react-native-orientation-locker-dummy.m */; }; + A02478583635DC43AF9D1BA278F4ABDD /* RNFetchBlobNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B3B1522AF71F1928759D062C6264FFA /* RNFetchBlobNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A031A8D4C70ABFA2E6794E0A997A259C /* react-native-background-timer-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C85E4F5792725A2ED57B07340ABD5A53 /* react-native-background-timer-dummy.m */; }; + A0822D817180C17B9F6EC58E9AFE7282 /* RCTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = A5ECDA009BD274EE01826A8215EB1488 /* RCTUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A0927C05EBC9079407AC005BC6E1373E /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B7E25A5F3D83CA32E225BD43B8747E2 /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0AF090921E033135BA303A51E86C8D2 /* JSCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F3E17E0CCDE635FF68B7283FD6BAA75 /* JSCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0BE197B645C6C6537575EAF6F1A8CDE /* RCTConvert+RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = 13AA84F9F00D832C6E61E3ACDF57FD58 /* RCTConvert+RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A134CBE0553F5F3339A4A20A87F18E3C /* filters_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 8EC2141037CFBBAB3FA9E1072F9D6F23 /* filters_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A13E40901AA20224032AFB2AD4D04744 /* RCTErrorCustomizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 94AC1D09E69C8916A504293625DCA441 /* RCTErrorCustomizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A141899125367EFBDFABC1D40258574C /* GDTTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 950A1A041BCF19C89D591AA28F944791 /* GDTTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A1AF2DBE1AA6CF8976C7C0407363E187 /* FIRInstanceIDKeyPairStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B17E24DB6A1D37F25B7A56EC2AD431E /* FIRInstanceIDKeyPairStore.m */; }; + A21455566701C95DA8DC8AD067452A21 /* CoreModulesPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 089F1F40063F07FE13D63877ABB48BEA /* CoreModulesPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A21AA461DFBE94B5DA7E5BEB211CE665 /* RCTConvert+FFFastImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 67964FF6376567E1802FAB5BA7EA7E0D /* RCTConvert+FFFastImage.m */; }; + A2A4D768671DD4976E9B00C5DD8A08DD /* RCTVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 58974D4D725EC1A4B787E7889D894B95 /* RCTVersion.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A2A70CD096FE24B7E48EA8C86BC112BD /* EXAudioRecordingPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C9D4B49AD96280E32CA151E0E090A0B /* EXAudioRecordingPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2BB5FDD99C8D8A31F91D6698801CC6F /* EXAVObject.h in Headers */ = {isa = PBXBuildFile; fileRef = EC14B89EB09A6697A2C3F755E6C05789 /* EXAVObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2CBE742B99580CC13E8E18D61C8A9A8 /* BugsnagCollections.h in Headers */ = {isa = PBXBuildFile; fileRef = 48B24A4F04BD786E652F6B1B34DE094A /* BugsnagCollections.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2DADC127EA39A90F16504C0F8D84DA6 /* RCTWebSocketModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 11D45A50423950FABFA8813A4308CA5F /* RCTWebSocketModule.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A348E879FA3330E1712179F5B4FAC236 /* vp8l_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = EE1A35EFE4C42EFA941515040AF2489B /* vp8l_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A3514C01C8202F3027EFCBE7B89A26D3 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = F908B6D3318ECC8CB21079076A97D721 /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A351627E81A36765AB4C00CFCECF3F17 /* GDTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = D9C066C867C0E4440BCF224357AEA143 /* GDTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A356543091BEC90DBF244D36660ECCBB /* RCTModuleData.h in Headers */ = {isa = PBXBuildFile; fileRef = E0B15308932FDE37573BAB54F144DC5B /* RCTModuleData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A381D018508DD7639E2FE4C1A93036BC /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 729A38040F88573F71437BC50CBBB96A /* json.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A3A1C8CA04A1A2FBE630CD639DB3CF75 /* RCTSpringAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 466981B0F2B17C3B1AA31B8F0306798B /* RCTSpringAnimation.m */; }; + A3B33574C82F38A9087B056DF9CED726 /* EXRemindersRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = A87D294F6428C7EBBF8E362A82C30DF8 /* EXRemindersRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3C05F4A0CEF28ED7D16AE2076889136 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B7E25A5F3D83CA32E225BD43B8747E2 /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3CEEA552FEECF9935C60A49F2245451 /* GDTCCTNanopbHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 08605099D3DD551B75AE7B66CA074A26 /* GDTCCTNanopbHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3F9CB0656A0F4FB806F778CE4BB15DE /* RCTWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = FA1AE7B678524F7E743A927A062A7551 /* RCTWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A415AFE0F17D1746DC4BD0CF3E588F4D /* REAPropsNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E8628D665ECC3DE993D7A1606537068 /* REAPropsNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A42284BAEF9A5D75B15BF4EFC4E4C468 /* frame_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 8CD8755AF098A173E00AA86509262962 /* frame_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A42C59477BEC3A7A4D2CEBD6BC4A4F1E /* yuv_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = CDAB2A362C37E561051D58E59B8C6295 /* yuv_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A4856E6938B9050ED0388C83AB428FD1 /* RCTRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 930D4F04D29FCE7F407D31112767117C /* RCTRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A48A78367616FA23CDE0EE8BFD8C2870 /* FIRInstanceID+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DE96E733840BAB2944ACD371EAEE2C12 /* FIRInstanceID+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4B467E40F7E342592B65F3AEC3D9E97 /* REAFunctionNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 183650D3199739FA3BADAF479DCF1BFC /* REAFunctionNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4C63255CAB3DA53A9D697FD7FCC26B5 /* REAValueNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3ED407286D3EF4CCC9D9A30176A89B2B /* REAValueNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4DE80D3B1511941AF0D53ACF8AD1D72 /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E07ED57ED920D977BD81B3CBD8D42FA /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A50388445DF10ADD6B22876F3F69E902 /* ssim.c in Sources */ = {isa = PBXBuildFile; fileRef = 514F3A9AD50449219C6E0E6AF2186349 /* ssim.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A555C6E5ABAA5DB1F62A09D2BC49DA51 /* RCTTurboModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5FFBE109A12C58D1B77F06CCD5095525 /* RCTTurboModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A55F73E73A81AB3E9F61D647CE2A0FFF /* CoreModulesPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 24AB6FC2865384C38825BC95C65B5813 /* 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"; }; }; + A57DB7FFC1AA6AFF3337FCE567C2DFFC /* GULAppDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4465E9E8D02F3CEEE80D33E736D98665 /* GULAppDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A584EA45113B1382E33AC5AA20103087 /* RNNotificationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = A88F186F604A06A6BAC80604088762E3 /* RNNotificationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5969DC380832572368B9D636242BD6B /* RCTRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 35507195B669932A80E9BC3CC8A78C3B /* RCTRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A5F7A295CE8D9AB5DE3F0B75200DD1A2 /* io_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = D2ACF36489C9B96840468D3F72ED2479 /* io_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A624B26C6E8893F180544B2F414693D5 /* RCTWebSocketExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 98081B33E4A04202E149C0287D3A2C30 /* RCTWebSocketExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A65AB6AE536FAB89F8BD54D22A3270B9 /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 66EB73F92E6B3CAF9B57FF76C5040D0C /* UIImage+Metadata.m */; }; + A7721978FA34EA5CD4BB6F8FD361657D /* filters_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 7E96099942FD1BC96E81912D52A2DD99 /* filters_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A7C6CA4554F58BB1C409F0F4A97C1656 /* RNVectorIconsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BCBB7BBB84CE072F72C306CB1A339DAB /* RNVectorIconsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A7FE4D8E743D00ECB115E087D53587C7 /* cost.c in Sources */ = {isa = PBXBuildFile; fileRef = E6F1D1E9706AB9D1DCDD8ABE42EB7FE9 /* cost.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A817D669CAD6CC063C6C508C72A5D55C /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CAA2DBF00DFE036CB71047FCE811813 /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A820309FE601A2C8F95EEEAD890158B6 /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6E180F517D3B5E97B2822EB303FCEE /* SDWeakProxy.m */; }; + A826DA3137A89F1502F9B6696FFB8730 /* RCTInspectorDevServerHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = CFB1F7C8CBE3A90D885A2D9F791D56A9 /* RCTInspectorDevServerHelper.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A851FE5B4FD2E5AC7FBC0358BAE014A8 /* ARTContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EE92919E35EA25DF553ADAD467A35D5 /* ARTContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A86E645D32DB04BAE7498AC89D9980BB /* RCTHTTPRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = DD017B1997FF374261163E158159F2F9 /* RCTHTTPRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A86F7C0A488320ED06BFA2B846DA26FA /* RSKInternalUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 773EFFD9502444FAACFF9DEAF0B811F7 /* RSKInternalUtility.m */; }; + A88BAD944CC973142AF9C9BF65280C54 /* RCTSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = C66CDD18D336271F57E64297A9DE5943 /* RCTSafeAreaViewLocalData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A891EC8D3D003F2BA49992F3FD7EC76C /* UMLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DF95B1F3299788509771779271ABDF95 /* UMLogManager.m */; }; + A896DBC8DEB8E8304EDEAA0F0AA15B1A /* RCTBaseTextInputShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6497159F3C2792A83DA23AB246A07150 /* RCTBaseTextInputShadowView.m */; }; + A899878ECEAE82DA6084010973FF7F21 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 479B38160D59438D69CC69BD7C3FCCB2 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8B6D15DA68092B480483FE020894204 /* EXFileSystemAssetLibraryHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = E90ACF398CB3D713895AFC1C26A0FA6C /* EXFileSystemAssetLibraryHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8B8BEB2134D3E68B9907C5A48A04A03 /* RNGestureHandlerDirection.h in Headers */ = {isa = PBXBuildFile; fileRef = A605D1F6B49B045296942CBA5DE6616B /* RNGestureHandlerDirection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8D70235F433DF4ECC825AFE0E7D5DD7 /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D5FBAB8AE41CDA37DFFF760ACFFB922 /* SDDiskCache.m */; }; + A8D9C90918B779E9C1A91973D2AF29DE /* React-RCTImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BCA226BD14A22B9CE3BDFE2C44E4B410 /* React-RCTImage-dummy.m */; }; + A8E90F8A49540C9A192B44F1F7641426 /* RCTRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = A6298B7EC5E6F59CA4115EE8F575AB45 /* RCTRootView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A8F850B0755D926B58BF8EA8DD0A7EF3 /* RCTPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 523AC19F6A6A3FAA6B9C8468EED05F1A /* RCTPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A9102589774A3FD3F3808AB2F0F83ACA /* RNNativeViewHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A60B62926F6005BFF390DC4D2797C72 /* RNNativeViewHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A96BF195A93FBB2FDDC78135932BB359 /* RCTProfileTrampoline-arm64.S in Sources */ = {isa = PBXBuildFile; fileRef = 1418C7E922900E5DE839F18D991C3B84 /* RCTProfileTrampoline-arm64.S */; }; + A99D016A3588F636AF86A6D2FB1EC3CD /* GULAppEnvironmentUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 87668906696C273A559873C1EDF6F7AA /* GULAppEnvironmentUtil.m */; }; + A9BD36E5B3038DFBDF1438B0D43F6E14 /* RCTModalHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = 12C009003B7CE339561B3DAA7A118DAB /* RCTModalHostView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AA4B2C35721761FB29A7BCDF53A358A4 /* QBAlbumsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7752D13C7DAFB1DF6B209E93E5D5B23F /* QBAlbumsViewController.m */; }; + AA7FCA9F298C4986D79923FBC1807573 /* FIRConfigurationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = F3A324E400A01F6B751011F6DE9698F6 /* FIRConfigurationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA882B59899551990442E64FD68EBA93 /* NativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = B8CC2A6D6C06177C82A687CF5D7CBA08 /* NativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA89F071A632E2E5F4E3BE02B3F0345E /* RCTViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FF812C33AF0646DB394034654C8C6836 /* RCTViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AA98E5E760C605F57551D3D6192E5225 /* mips_macro.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FEA399CF91DC9F45F91622F9ACFBB2D /* mips_macro.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AAA2E740FAE2A61A309C985C858588D9 /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 623D5F4BD01E3D890087793ED0AE50C5 /* SDWebImageDownloaderRequestModifier.m */; }; + AAA397302AB9735FEE54E85069DF673B /* RNFetchBlobNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = EF2E9C0AB9A9570651210E25D28D6B8D /* RNFetchBlobNetwork.m */; }; + AAC7FD892729AFECE270AE59C8812F5D /* RCTTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F2821F039B7C781208D6F11549AEDD7 /* RCTTextView.m */; }; + AAD860080DE05A9DB492EA79E7A0059A /* RCTScrollableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D289E948BE7E930A28010FC8E9FB03A /* RCTScrollableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AAEC54ADA9A9C0A6DD785E903782EFB3 /* ssim_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = AD02169BFC7C99B84A56BB3FE5948E4E /* ssim_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + AAF05BFDD102FD660418FD7AE198030D /* analysis_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 30EA317F2FE8EB6FA84DCD6525D08D40 /* analysis_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + AAFC106D9A09F68152DD13A0B192D702 /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C3B5B33D7B3E48D320C3A06E3B9A455 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AAFDC490C197A364E412E59DC6D18FA7 /* RCTImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C0A4784B7A41EB53E38B3BC83A5D6C5 /* RCTImageCache.m */; }; + AB0D233175695AD5A5CFF80D84E56874 /* anim_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = C78D47F722BB1CAF44A836ED125A9FD7 /* anim_encode.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + AB6B1C527596D3144A8E068B20847368 /* RNFirebaseDatabaseReference.m in Sources */ = {isa = PBXBuildFile; fileRef = 94E57B5ECB870EF9C65BE0DB598689E4 /* RNFirebaseDatabaseReference.m */; }; + AB6DA83EB836653E7E835FAE9744984A /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = ABB5C981E713091255D71AAE8FE466A0 /* UIView+WebCacheOperation.m */; }; + AB71242585E87C1ABAFF732A17092713 /* RNGestureHandlerModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 635FA568B7B1A010E7457351BA789F89 /* RNGestureHandlerModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ABB159E31C767AE2BF6EE30DE4B7D346 /* BugsnagSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A231ACF11EBA9485481AB9D965D579B /* BugsnagSession.m */; }; + ABB74B188C02A8D67A14B8EC8BDB5D08 /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 289E33179454D7E3859D7E6A9BB5E1FD /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ABC211F1ED49935A5C4A363A6B7A4ADB /* RCTFrameAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = E9E4DE789DAC5D2AB6D882B5808F6DE9 /* RCTFrameAnimation.m */; }; + ABE4DD5FE579286EA84BDF53DF011F42 /* RCTLayoutAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = E2BB89BA761B35A863A3495F2A3AF0EC /* RCTLayoutAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ABF126106FD8D877441956C3AF553EEF /* pb_common.h in Headers */ = {isa = PBXBuildFile; fileRef = C8441C7C956DD16F599D219757963B47 /* pb_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC1391E438DA90477947F994A68517C5 /* GULUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 63FD78AD9CEFB2DE5FF77E72C8C7A453 /* GULUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC31EC883CB7E5DBAF9998562725691A /* RCTRootContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 251B90FB835BD1A6E355999584A8E017 /* RCTRootContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC3905F52FE0809F628BCC0CF306E76F /* picture_tools_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 804AD74736151223ADA3BC5674D5EBD5 /* picture_tools_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + AC7E6E3BD2A7CD3A72D5C70405E31DB7 /* FIRInstanceIDCheckinService.m in Sources */ = {isa = PBXBuildFile; fileRef = BC76E2FBF45298FFC195C1BACE29276A /* FIRInstanceIDCheckinService.m */; }; + AC9977754C40BF50D3477ADDE4182EBC /* UIView+React.m in Sources */ = {isa = PBXBuildFile; fileRef = 27BD052E627B478D6051402BFAC7F93E /* 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"; }; }; + ACA88DFA5AB4A617551CF5306214183B /* FIRInstanceIDKeyPair.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B18AB04CABC858BF04C827C6B5470F5 /* FIRInstanceIDKeyPair.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ACD5CDAB5F0724B498437299A32FECCA /* REANode.m in Sources */ = {isa = PBXBuildFile; fileRef = EC56C96F70B24D207A22E3C32799721E /* REANode.m */; }; + AD66D2FD84BC116DD133347EACA99CC1 /* RCTStatusBarManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A9044317CFED7D37B46560668B46ED79 /* RCTStatusBarManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AD8F9EBA6262A36F5466A2B98B714CBB /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F7AE31CA026D3F48692DCBCF9E5CD469 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ADC8D3D65F0543D6DEB99FDE0CBAF90B /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = AEA0DC5B6845AB5B1AFD86B44151D246 /* SDImageCacheConfig.m */; }; + ADDEA309B94CAA51E650B66DDB4CD3B5 /* BugsnagLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BBB39B796A50E11C5772196E909F6F5 /* BugsnagLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ADFB5CBF150ABD49A5569C139D2F926E /* FIRApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CE22CAD125F9462C815704C23AB8010 /* FIRApp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE14F028F54D612B4D48CC6CED8B76CD /* RNNotificationEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = C4D4EAA0DC0984DD9F7A1BD49ABF23B9 /* RNNotificationEventHandler.m */; }; + AE3C983FDA0774DA378C46B4CB8D4BD6 /* RCTCxxUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = F02EAAEEF7B345DE2117CAAE39DB7E6D /* RCTCxxUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE696B4A35AF464F62260BA86B736EC9 /* RNFetchBlob.h in Headers */ = {isa = PBXBuildFile; fileRef = EC3AF76A540E9FEEC0757B1E194BD55E /* RNFetchBlob.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE7E5CEB88DE285A14B49E125734817C /* BugsnagMetaData.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DE22AECE308A60E233BECAD44F36439 /* BugsnagMetaData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE807CFC8F81EF3476F064B8E48C564A /* ARTNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 184BEC56074C469A06B101587D2E9AC1 /* ARTNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE9A689C5BA6E8AF5535171D3922275E /* RCTBaseTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = DC7CE3319FDE21DCD68690CEA070AC18 /* RCTBaseTextShadowView.m */; }; + AE9BAD5416D1788A60DA1E7F3ED08F51 /* dec_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 07917CB28CC07843C9E23E4D4CB0FE07 /* dec_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + AEC0EC96C1A700516BB6BEB6EBEAEC63 /* event.h in Headers */ = {isa = PBXBuildFile; fileRef = 95002A3B0A2E1A89A06DB758C12DCFC3 /* event.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AEF4E05A1A05A4A91C9B5C88FF89DE11 /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 65270F773D1F907E9E884457D88A1E97 /* SDImageLoadersManager.m */; }; + AEFF8C6DA7000185BFAB86FDFB63E0F9 /* GDTRegistrar_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C3B73D30EBF2384AD1F89DAE90DD80A5 /* GDTRegistrar_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF077EFEC522E29FF8D788B663D300D7 /* GULNetworkLoggerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = EA8733A840E5BF5CB7160E71BC70F136 /* GULNetworkLoggerProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF28B147059D9D806FF35212F54804F2 /* RCTComponentEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AAEDD8926E16F91B42B1BEA3D26DB35 /* RCTComponentEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF783557C42133FF18F4E366E28EF300 /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = EBDF0BB8287EE7675B3313716DA7CFCF /* bignum-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + AF79242E97FCF340E1D5266D69041821 /* GDTReachability_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A1CA7669FE65C9DB40A235FA8026681 /* GDTReachability_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AFA1747D7903B71E12ED58F61E2A35F4 /* BannerComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D3129CD842094158C6171DB963DE8C2 /* BannerComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AFAE17A768C60A8299FB264ACD4B0205 /* ARTNodeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7919F19F0C6DB06ED41EBF1BAF2F55DD /* ARTNodeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AFB15A6F36F4E7BED7571C30D284FE49 /* RCTRedBox.m in Sources */ = {isa = PBXBuildFile; fileRef = 4973755A5C8153712ECB14D21BA02D68 /* RCTRedBox.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AFBB31CEBD7272995FBD79E1E4B97615 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = E003996EDDFC4DAC0E9DA2A7A151C5C9 /* UIImage+MultiFormat.m */; }; + B03C42B044033F100A1E04809ED61FD2 /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 05C2010B25DD2DBB84A02AD7D9CC3D4E /* raw_logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + B04CEF80BEC79CF16F7F02CE5721C583 /* RCTSurfaceRootShadowViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E6105005932822D378CAAC5CC045CA7 /* RCTSurfaceRootShadowViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B0649287E8C6F9F4101DB57FDFBDC5E2 /* REANodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EFA6FC05F95DBAF0B63C85E29EB10177 /* REANodesManager.m */; }; + B08723295CF1ABDFD21CDF13AABF493B /* BSG_KSCrashSentry_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = EC83CCAE0ABC8D5018B3924A1FE1BD96 /* BSG_KSCrashSentry_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B09A5710D9729BFB90BA5D44E43882B9 /* RCTAlertManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BA52432AC0F92647A05FD7AA1853188 /* RCTAlertManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B0D9EA67A437C2D4F14606D128C1A666 /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AF26D3C24076E62CEE06B987C6D1D6F /* diy-fp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B11CA48DA91BE9D78A09D892242DB4C8 /* RNJitsiMeetViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A210A44A558DB4BE0D609D7D770FA3B /* RNJitsiMeetViewManager.m */; }; + B1208ABEFA22504998B800C8C953EEED /* RNTapHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = C17BB0397F61A1876AEA6689322C7C09 /* RNTapHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B19E284EEDADC2AAEB838E15A544C93A /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = 081DBE46ED8562B7ECAEDB8FBF8206C9 /* demangle.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + B19F2B637F6B23E5352C351E7F9D5AEC /* GDTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = A35FD940F25DDA9B77B7AFCE50EF51FB /* GDTAssert.m */; }; + B1DB90F700D05E9EC43D79B1399D0EC9 /* BSG_KSObjC.c in Sources */ = {isa = PBXBuildFile; fileRef = 6B879CAC09D6F374AC38D18476522FB1 /* BSG_KSObjC.c */; }; + B21256C8EBEE862EB6882960A9A8FDA8 /* RCTUIUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = C60D767A0E2981AC2AEC4A34BD00C76A /* RCTUIUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B21ED47165915C21EF394F4CA8C6DE71 /* RNFetchBlobRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 84C123446557587F2421C8A680B0D6AC /* RNFetchBlobRequest.m */; }; + B22B2FBBAE4A514F037B5880645E56BD /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E2F75CCFA4725EE9D410580E837D823 /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B263A4FE744BB18A7C7B543C66725FA1 /* GDTReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = FE63103F5165EC0A1900FC6BD658D52B /* GDTReachability.m */; }; + B2698816BE03D78D782DF5520083AA26 /* MallocImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3751758E274BD3C87E1AAE2DE4C1B366 /* MallocImpl.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B27BA7F21D6F636713330F5EC0FD8633 /* REAConcatNode.m in Sources */ = {isa = PBXBuildFile; fileRef = F13B1FF9E413876B860A45982F190268 /* REAConcatNode.m */; }; + B2AC693FDD557631F17664DA2A56B3DE /* RCTAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 270CAD43892181D91A753FCCAF11032B /* RCTAnimatedImage.m */; }; + B2F9BCDF64953778607DF09F5E955CEC /* Compression.h in Headers */ = {isa = PBXBuildFile; fileRef = A3415E38D5E1DBC30DC4BCACCD73D64E /* Compression.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B2FA0A7642EEA39E75D3D03EF2E15B4C /* FIRConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E7B62E6910F30CA5877D34DC7AA5887 /* FIRConfiguration.m */; }; + B350DA3DF951BFDFC56331C90C01E200 /* FIRInstanceIDConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = E715A7145663F9339D4E7F52DA5E3932 /* FIRInstanceIDConstants.m */; }; + B3547BB056E15E18329646D317844CFF /* KeyboardTrackingViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 07BB0BC0862B3F52AA1F1D2EF8400E41 /* KeyboardTrackingViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B38F0F004105D71E61A479969F1D0E00 /* RCTSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 53927500D9DC1655D81F0333D4DCE74A /* RCTSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B38F532404A131A6F67FE5B32AFFB7FC /* RCTBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 11AAB6FEF0C884E8DEC640CCCB8069F6 /* RCTBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B3C7D46AE1B201A79C73C5CDF1F4BAF8 /* RCTBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = E44831143F1E82C6D1D56459488C91A3 /* RCTBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B447FD3316D3F3F80C80681F17A5014C /* React-Core-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E89C137986FEDF89532201F6C541E8BA /* React-Core-dummy.m */; }; + B4681C085E07706AAD0AC18E0183E0ED /* RNGestureHandlerRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 34392FE0FAF6B26AA1A5D0D334E0B009 /* RNGestureHandlerRegistry.m */; }; + B46D8BAE4C9ACE396EE6E38D21C53C39 /* FFFastImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 61DB6721AE305D83B24E136EF4B371B7 /* FFFastImageSource.m */; }; + B4739208CCD185642B0D5DCC2FC489E0 /* DeviceUID.m in Sources */ = {isa = PBXBuildFile; fileRef = 56B736E929813BD04E3FF23F394B3A85 /* DeviceUID.m */; }; + B477E0D3D5EAB635D2E8C8EE9E00B846 /* RCTPerformanceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 044407784524ADF30EE59D2E8A6EB492 /* RCTPerformanceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4AAF4E42C54B9F9F4FC2D9F8A46B29F /* GDTDataFuture.h in Headers */ = {isa = PBXBuildFile; fileRef = EBF3A066DD720BB3B76A4D77BDF40D0F /* GDTDataFuture.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4BD045C0010A019A59B05DB94275A55 /* REAJSCallNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 208B535EFA85EEB6BCF38C0A82906751 /* REAJSCallNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4C3A72600CB8D619C537CCA7E59FFD7 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = B8E0F7766A408C07F547DE4D5D2B2979 /* UIImageView+WebCache.m */; }; + B4E253A8AA7AE36273D3CF133550408C /* RCTNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = CE21A33BDDA440B6E28DB4EA198320B0 /* RCTNetworking.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B50E9E916BC2CAF92872002BCDF0158A /* BSG_KSSystemInfoC.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B72C33D070D0F03288E76E1DA1BAAEE /* BSG_KSSystemInfoC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B53803E0BA4AF13B0CAB686D6FE5D0FC /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D131A8E4A5603427F19241AF701AF94 /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B56C853A088A0C2731C209C818076B37 /* RCTJSStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CFEBAF532B2306AB0D9D98A93F0BDD4 /* RCTJSStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B5B429926449C953C72330919CAF8420 /* RCTProgressViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FB2C4C71D65E4EB15B7280625E88E856 /* RCTProgressViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B5BD49BAFD353D954E0840F64E4A2821 /* DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 11B31E00DF16B6278B172C44FA57D3DA /* DoubleConversion-dummy.m */; }; + B5D8DB98F0DBB6D20242F47C2F812144 /* RNBridgeModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 46D3022953A6C8DDD7E8E48D01BF7CD2 /* RNBridgeModule.m */; }; + B5E9E6F752E4EDE32AC15703C13715AD /* ARTNodeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F89729CA148D97F54A212DF19E375D3 /* ARTNodeManager.m */; }; + B5EB4E5FE1155C1296CC6743D69A3316 /* RCTImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F02258C3025220FE4B1B6D0B34DB477 /* RCTImageView.m */; }; + B61FD3AA8214DE7386C1FC11C8D29267 /* RCTConvert+UIBackgroundFetchResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 14AB6E124BD2B583021797BCCE2C01DA /* RCTConvert+UIBackgroundFetchResult.m */; }; + B64FA42E184A0EE28D65B959449C49FA /* GDTPlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = 04BCA88F7ADC8587075F74C4BF52094A /* GDTPlatform.m */; }; + B65ABCAEC3B324AFF74CFC314E05D488 /* raw_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DFBB6DEF544E77BA121C1D1031EC0DF /* raw_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B6842E62885EBBE6CA0C133734CBD26A /* RNFetchBlobReqBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 06A091CBC32EF17A8EEE1A0C5F34273A /* RNFetchBlobReqBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B6E651E12D06D37F4E6F162FAB03724B /* RCTInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 02D0DC8F9713A3D0EEAF9E51D2A7C23B /* RCTInputAccessoryView.m */; }; + B70FD1F085F4B1DAF7EA12B132D71569 /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 18765F99260DDACA363C4D54C9396C3C /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B719B6CE8FDBC80C42048ED1A4510024 /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 36980163009EA4BB2A710FDB6500AE39 /* NSData+ImageContentType.m */; }; + B72B789755169C410B1BECF061D3F9AF /* RCTMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3227B4916513844D43733B4A452ABCE2 /* RCTMaskedViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B72B9DBE5446E5510A628F76A191A0C7 /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = FEC3F7B47F6DD538B443A895DD5D9591 /* SDWebImageDownloaderOperation.m */; }; + B79379EE30EB5B9FAB3B9E5DDFAF509D /* lossless_enc_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 78F3FBD7C471BA4C5B6D151E01926216 /* lossless_enc_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + B7B1C326E18E2566E54AA59FFF788C28 /* vp8_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 863D399BA928C8368D2AC66969BA7496 /* vp8_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + B7C947F92EB5B94DBE1C2920A060E0E9 /* RCTMultipartDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FE8DCB4FE3E2C79C8DE1682C04B4EF4 /* RCTMultipartDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B7DFA107ED277F43F7F2BAC8F7E62403 /* RNFirebaseMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = C53D620466FA934E2DEFED95435D8B35 /* RNFirebaseMessaging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B809511BC0E992CA4B37C5D757DD2C64 /* REATransitionAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F6A4A32003BE13755DF6A7C0A164DCE /* REATransitionAnimation.m */; }; + B8317134B45F9440FFFEFF835F1613A9 /* common_sse2.h in Headers */ = {isa = PBXBuildFile; fileRef = A942963ED07E6DEB650FA128366D8156 /* common_sse2.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B8617288EFCE468DB38E1199D2D60E6D /* RCTSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C2B5D1ABE022EB310ED1302019A45B5D /* RCTSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B86839393350454EB6F1E7EBA54DAE28 /* RCTModalHostView.h in Headers */ = {isa = PBXBuildFile; fileRef = C7B90CBFB4AC716BB821DF3EFE150151 /* RCTModalHostView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B88B8A0DA96440AC08B05788BE89D5FD /* EXAV-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 829EC048CE8EFC4CEF32EF085705F63C /* EXAV-dummy.m */; }; + B890C8FA91883956E89ADE3B6B17679E /* GULNSData+zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A43A3193B00F38A7A85002BB97B1AC5 /* GULNSData+zlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B8D8C37B58433010A2274C85315B9083 /* RCTBlobCollector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4D8A8570768D18EC6AD9A98D3769B00F /* RCTBlobCollector.mm */; }; + B91E70B671250005FA74AD2BC312CA08 /* libwebp-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 567FF870D1397FAA1691FB0CD6CB3562 /* libwebp-dummy.m */; }; + B9405D10CD2B01033E11D8E45E3994EE /* RCTVideoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 32AFA2D3EFECF32CC9AADB24226A3B73 /* RCTVideoManager.m */; }; + B943D1C92F92A10B5D06036C8BF5BCD8 /* RCTNativeAnimatedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = D7B672FF680F74FBCDC5832FD405BB8D /* RCTNativeAnimatedModule.m */; }; + B983A666B5D2EE8BD85B91218A9E9A80 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = EDEB5577CD1899B3F7F5F11FBB09EAEC /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B9AE047C64E85E86C1A3F245A7DE3FAB /* Yoga.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A1923765E1722B016062233F42B81720 /* Yoga.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + B9C1E38AD3D1F98B5403FB50A6003E43 /* FIRVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = A47B0FD5533369CBB8D4F5907D6C95B0 /* FIRVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B9D1154CD997F0702268F81D59B6406C /* RNFirebase-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 87769C291A4B1E7C8702BFE93FFB588B /* RNFirebase-dummy.m */; }; + B9D989270BF39444739B9D53F28332CB /* cost_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = DCB22A38791F748AE8290C77D99CCC56 /* cost_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + B9E9A4C8414CC010B04907511592478C /* RNFirebaseCrashlytics.h in Headers */ = {isa = PBXBuildFile; fileRef = CA94FE7C1ED0D22930A83476F47FE470 /* RNFirebaseCrashlytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B9EDCDF3FAC046611DB90A9950FC0F52 /* RNFirebaseFirestore.h in Headers */ = {isa = PBXBuildFile; fileRef = DD58587783451C7435F9C0C28BFD89FD /* RNFirebaseFirestore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BA2BC83095E22C1245FE705A08439438 /* EXVideoManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 108085D07F03684CEBE9F4B088890C70 /* EXVideoManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BA320783C2C9624896E06C34E9BF688F /* vp8i_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = A7B1B6D5299F4C34E1103231A3B70571 /* vp8i_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BA9BA30EE97ABF955C4E454A06AB1466 /* RCTConvert+CoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 03E085DBA7E97CE3E2B19A40F6AF0571 /* RCTConvert+CoreLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BA9E8B725B9A8CD23FBF15614C59F41F /* BSG_KSMach.c in Sources */ = {isa = PBXBuildFile; fileRef = A9F51DCA8E22B93E3861AA519FF984C0 /* BSG_KSMach.c */; }; + BABE71176BCA0F6279AA9F637CA91055 /* RCTURLRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 3062E4633098D6C28215AB25C0E5F2AB /* RCTURLRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BAC64044E2BC58CB9EBE5EB147C69F81 /* ARTShapeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1130F68B29467DE52EC99D8CCF2EF03C /* ARTShapeManager.m */; }; + BAF0F3643FF6537D18C0C4D20C0DBB98 /* BSG_RFC3339DateTool.m in Sources */ = {isa = PBXBuildFile; fileRef = CAFD426247162E8929B3CEA147364142 /* BSG_RFC3339DateTool.m */; }; + BB5703CC5A171DC2B6CEDF71E4748D94 /* RCTEventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = ADAABE70DAA2A74A695D0D9165F0D036 /* RCTEventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB72C52113C41EE2194D3A3EA913DC69 /* webpi_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 47F13B34B5F0D50BE1C2DECA8367236B /* webpi_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BBA5C37A4DA22F35E2BFE079AF8D4D97 /* UMViewManagerAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EA3C918BA42D4D94F6C111302EA8A21 /* UMViewManagerAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BBB9BBD85FD78B7232142ADE3AD15BD0 /* SDImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 68CE49DDB2DF81CFFEFD9BBCC492FEEC /* SDImageWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BBDB8085D34C1BA129E1735348672A38 /* RCTMultilineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DC123B7D5CC70DA3800E61D7EA4C4F38 /* RCTMultilineTextInputViewManager.m */; }; + BC323EC0EB4DA913977AF3EBC1C66254 /* RCTModuleMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000CF4B07323DE0DF96F8E98827BD0E1 /* RCTModuleMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BC39A14139D09DA09D179898A87CF021 /* GULLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 7138C521F354FCB1A269DDA495C7D2FB /* GULLogger.m */; }; + BC6530F3F8CE6345A867199080359250 /* QBAssetCell.h in Headers */ = {isa = PBXBuildFile; fileRef = F0B0004424C9E955B20F52B9D72F35A4 /* QBAssetCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BCE4A2AF4D01811C7693014AE1612E24 /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = A83563ED1B8552B3023F8496D52DDEC5 /* en.lproj */; }; + BD1D9E289B85888E5A0DA85BFDB7A306 /* common_sse41.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BC69F9FE2E8DBE28E99666C455B61BD /* common_sse41.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD4338E90B5A16B6947BCA512B8F86AA /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6594216D34B0923DA2F6C563BBC9113E /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD5CFC11C49F0BB6ED6DE6C3B88A3B5B /* RCTSegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 118846E156FED3C748B4D00BEDCFDAC5 /* RCTSegmentedControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD65B77B25285655EFA60B4C9F3F23F9 /* GULOriginalIMPConvenienceMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F51256112D9CF93FA314D5523249742 /* GULOriginalIMPConvenienceMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD79F6B65349C921CE308EDC53DBFED7 /* RNCWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = 551309157E1F140AD78CCC739864810C /* RNCWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BDAE1642C9CF0B63DF602E868A7970E1 /* FIRInstanceIDUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 9265904108AB9D3393DC3CE7F91A9B47 /* FIRInstanceIDUtilities.m */; }; + BE1EE1B1FACDC3A698B499BB6B844904 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E88934084F444413DF57BC472BDC278A /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE37FB1F5349BFBD966F5B1CBB9B24B0 /* GDTUploadCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = F416804666984323CB6BE6671AB4FE08 /* GDTUploadCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE39F1DC3D3F1C43D2DCD3DBCCF32E5D /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C54199B51007F1E812208D8DE3387CD /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE40EDBCF4471381FF28E7701C8FEA69 /* bit_reader_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = AC615868BE8E9F48A3A6A126EAA7DA56 /* bit_reader_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + BE4F13C44F376AE339DD73231DCFBACA /* FIRInstanceIDVersionUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = F5EE710F6055B8126303056B0BE1B60B /* FIRInstanceIDVersionUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE5DE257A36811BEFB4F2626DFDBD03C /* GDTConsoleLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 2497D5165EC0A35BD96AD57FC55949E6 /* GDTConsoleLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE66A472C87FB28630F530C61341D91D /* RCTModuloAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = DB80D7BB15CD01DAEFB5F0208B83809E /* RCTModuloAnimatedNode.m */; }; + BE81EB7D0762FF06B9148922F597CE73 /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 10BD7B3943400B212E1BF3647FE4BE60 /* RCTCxxConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BEAE2BC124DD18BB39D4A17D118FA151 /* RCTReloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = FCC4B8EC049E11D4661A38DF88D67836 /* RCTReloadCommand.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BEB8A46866B0036585164D48371F67F3 /* rescaler_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 3653B913D7CA70CA4C51EC4C9CA27F3A /* rescaler_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + BEE4B0E524B825FBF453B242122800F6 /* FIRInstanceIDCombinedHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = FFA8CB977BF4AD6E90224C3F5F650B0A /* FIRInstanceIDCombinedHandler.m */; }; + BEEBCB09A0A2EF83877848B92D64AFBE /* BSG_KSCrashReportStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 520CEBF422EA2532B8E674FC815BDE24 /* BSG_KSCrashReportStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF2CC947A4C41569B3A195A9B21F9713 /* RCTVideoPlayerViewControllerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F60AAAB9F2D287AAB07027D4D88BDC9 /* RCTVideoPlayerViewControllerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF545957D6AC7F90C6B1273591A96A42 /* RecoverableError.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F79843AA3A02D490BDAA1334DA7D9E3 /* RecoverableError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF65D2EA4B15FB41B542CC4ABEF114F6 /* RAMBundleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 1069B42DA1FEEC4E4FBBBA3AA384AF0F /* RAMBundleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF6A5880435F00A13B94E354AD1306E2 /* RCTDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = ADB237C3B5518083CB337FAE3C6A6EDA /* RCTDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF6C73488638D5E9B195DC5890E36369 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 617CCEC26BE49CEAB04CC0C3BD375E6C /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF9530B10724263A128DDA21ACFFAD41 /* UMReactNativeAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B90B45428596392B758EBB8172173C2 /* UMReactNativeAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C003FCC72FC7B55D846E71062A6AF1CB /* GDTStorage_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F08EE550D1AEB06952E8879746FC9947 /* GDTStorage_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C00BC444C909EC94EB7A0B9972BE02DE /* GDTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FB7AC3B2DAC233057078CA6A102339E /* GDTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C06E0853195162D78F258D0F541B2CAD /* RSKImageCropViewController+Protected.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C698118A106815F6AB507E9C315C27E /* RSKImageCropViewController+Protected.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C0A325EF483D590E330CAE0754811F0E /* yuv_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = E9EDB57C8A7B9A567D2B7E1DFD51750A /* yuv_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + C0ACB39A2A62B6BE2B02F8A7AB97A14F /* RNFirebaseLinks.m in Sources */ = {isa = PBXBuildFile; fileRef = 473AE24D3E8882A18AA205365D6D55BF /* RNFirebaseLinks.m */; }; + C0CB7350BAE204A6BD9FAB47CE2FE34F /* RCTImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = A1841F077B29D6A80EEDBEA24DB2C322 /* RCTImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C0EF38E2CC4F5D1AA2CE7684E58C542D /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 830A9E503A916D0977B7C704E7CDDA7D /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C11E5987EE418D21E6B1CF2AB4703EF5 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 86D659A8989A7924F422EAE8E671F369 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C12CECE1BFC62D60E7A7F28CFEB07FA7 /* RCTInspector.mm in Sources */ = {isa = PBXBuildFile; fileRef = EEEDC419A034A36ACF434DC59091C087 /* RCTInspector.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C13607802A82E097C94614A6F16A33AE /* RNVectorIcons-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E4A44DBD0125EC6C933C43B0821CE950 /* RNVectorIcons-dummy.m */; }; + C13728C0CF5BB9AC2E7C7AD120BE6624 /* RCTImageEditingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D03AF7C4AC28A8E342483AD0C8FFFAF /* RCTImageEditingManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + C1527E631CCA0A9E697CE853758205F9 /* RNPanHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = A8D76E43186948D347E816B807616C51 /* RNPanHandler.m */; }; + C160A88864FE384B7BB83ADBD7CD4570 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 86D659A8989A7924F422EAE8E671F369 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C183C6E11A0E0A2F431CBF0CA057B88D /* REACallFuncNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 80A10597132CA42828B1C52EA27413A5 /* REACallFuncNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C1A123BFA03E70A8959BBE5BFEE568C2 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = F908B6D3318ECC8CB21079076A97D721 /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C1B699A7F2B98F0236BD674973A9BAC0 /* RCTTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 41E382CEB69582D5A3E1D1145FB53E2E /* RCTTouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C1C07EA90BC7C396D73BFB7E2876A20C /* RCTUIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E8A42F0D1F9D6C089BAFF542B55AF0C2 /* RCTUIManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C1C42D2A161E005AC9884543F93F9990 /* CompactValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 1514FB448C3792F9B079996C9A026869 /* CompactValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C207569F8719A271C767D198587CFF0F /* FIRBundleUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D280BD85D66E4E6F08E9D7AF3638731 /* FIRBundleUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C20D3318B5E9CD84E1EE98ABED9ED88C /* JSDeltaBundleClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 97DB1F19C9F90AA0129AD54292C01F4A /* JSDeltaBundleClient.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C22841039EF7FCB0A38C0A4BEF6E233A /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = BB9490D5D6C2A4D58F4DE53CA64B65F4 /* SDWebImageDefine.m */; }; + C244C4AEF749407B55BEB89F8A908791 /* BSG_KSCrashSentry_CPPException.mm in Sources */ = {isa = PBXBuildFile; fileRef = 406385383204B2936DA6EBE77C582A39 /* BSG_KSCrashSentry_CPPException.mm */; }; + C2684537D71ACDD166474EDB26F48E95 /* RCTNetInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A261E6DC47FC78C346E476DFA901018 /* RCTNetInfo.m */; }; + C26D1A4CB64ABB25355919733FA07F67 /* UMModuleRegistryProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CEBD833E7C29EE188089973C078FB8A /* UMModuleRegistryProvider.m */; }; + C29A733CDEBD3A9A2574F947537CEFB2 /* RCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 877DBBAB43FAAE182840481DA1DC1A07 /* RCTEventEmitter.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C2DAABCFA14AF3B14F81C7763C0E9B44 /* REAAllTransitions.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B271CC330D29F0587211E3E531EF9E /* REAAllTransitions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C2FE5A4BD90912BBC15DF5CC9C172146 /* JSExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1FE42B1EC0E9A1434434EBFF0E914EC8 /* JSExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C3349FD62950CE68B534E08E98989248 /* filters.c in Sources */ = {isa = PBXBuildFile; fileRef = 353D6BB05EF772EEB577A534B8E2C1EB /* filters.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + C34CB0B8FFE337C549DD2A9F0D84B82A /* RCTRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 20A1BBC5DD1139BE603E1CF95CC888B2 /* RCTRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C3D1000FE91F1ED6637A85A0B3393FAE /* GULNSData+zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = B2735CE302680854AA3529AFCC29CA03 /* GULNSData+zlib.m */; }; + C3EAD7F273D022D02D3403E9015A8523 /* RCTProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = E99010208DB40FF5DE426252C8136019 /* RCTProfile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C426E7406D39F8B9DC748D66406DE5D9 /* EXAudioRecordingPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 64C18F5EC1ECED083D3F569C093B78AA /* EXAudioRecordingPermissionRequester.m */; }; + C45AD96F1A0B37D92B6961C3CE437CB8 /* RCTModalHostViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5139D60632AE33D4BECAD013650BB15B /* RCTModalHostViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C463903550363F2EC8E73556C301C2CE /* FirebaseCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AD6F0184C9B0D921A0733BB5A058FF11 /* FirebaseCore-dummy.m */; }; + C46CABA6A326F70D7624EF26233C77BE /* UMCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A04378B750390FA9197CE08773E8A6DF /* UMCore-dummy.m */; }; + C479D38C287606B149EAD8AF8F0532B2 /* QBSlomoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = F6AC73FCCFC33703548A833FF9B4DE87 /* QBSlomoIconView.m */; }; + C4A2F95818E70C18AF66DFAFDB40D431 /* RCTDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = C2E8E8563621FE972E731563A3DE02B7 /* RCTDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C4C0690D0CC7D0EFC458CE9E1C67B9A2 /* RNJitsiMeetViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D3A7CF65F52705E88A875E0CC391FDD9 /* RNJitsiMeetViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C50BBFD660177E04410B43D6C45ABBE7 /* GDTEvent_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = BCBB7D5FBD7D716F754F9E1C34C1EC74 /* GDTEvent_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C51C3D70CCB9260030FA831AF35788CC /* pb_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = DF9802471B3C38BE71E6DFC462B60585 /* pb_decode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; + C54354698BDAC62A3BD74819A4F3A2F8 /* RCTSurfaceStage.h in Headers */ = {isa = PBXBuildFile; fileRef = B64ABAA2ED051F4D59C5A0E249CA284F /* RCTSurfaceStage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C546F80F28448E4840B54656FED5B9C0 /* jsi-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = FB684571273849A8C02F5DD444715C62 /* jsi-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C5B18DC66089E744774E2B7348260CAD /* GULNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = FF93806C208335D001155DDC1F559DB7 /* GULNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C5B6D6D972FDFA5C328D46C038C831F0 /* jsilib-windows.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E22BC49ED73C86D9E689D04CC9A5DD81 /* 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"; }; }; + C5CEDA86340AD47E9F861BA2E90C0098 /* FIRInstanceIDAuthKeyChain.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B1A1C95AA27C1D36C6270D41774B010 /* FIRInstanceIDAuthKeyChain.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C5E72E14D8CFFC9470A4CCF50E4F7446 /* BugsnagReactNative-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B10126DDF1E91DF886BCD3FF29934C2 /* BugsnagReactNative-dummy.m */; }; + C61D07BBE1FA5ED2C4AB03C96D9A2F8A /* RCTSegmentedControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FE22117442F8A974DEA3541D0275D00 /* RCTSegmentedControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6392E335499D2C84212964C3C05A577 /* BugsnagSessionTrackingPayload.m in Sources */ = {isa = PBXBuildFile; fileRef = 9966DE0E10ABF4993F33D5ED0512725A /* BugsnagSessionTrackingPayload.m */; }; + C65E95799529526B6E7D878BE5A8C15A /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 313C94AD1D24DABED4DACECE329E5171 /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C679826BA06A7E8AC3F0C873125401AB /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BB41289CA45FAD1326154C61667467B /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6B6684C3D88C826389C24634EC328EC /* RCTTypedModuleConstants.mm in Sources */ = {isa = PBXBuildFile; fileRef = C0CC7EFB48352588D0BB4E513ADDE0F5 /* RCTTypedModuleConstants.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + C6D1392176223C7A48AF027E57177FE9 /* BSG_KSCrashDoctor.h in Headers */ = {isa = PBXBuildFile; fileRef = 943D7DEBC82207F41DED0ABECF1EF62A /* BSG_KSCrashDoctor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6DEF164A573F8287A635565DD249709 /* UIView+React.h in Headers */ = {isa = PBXBuildFile; fileRef = E42C397B7AF23652BBF8CFC531689C07 /* UIView+React.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6E12490D93786594E537BE98FC35205 /* RCTNetInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = C10B157B3F1BE0EDC78CE7A467C73BF2 /* RCTNetInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C75E4435E4A6F4E4F77E7B11B6B93DCD /* RCTNativeAnimatedNodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 460E788B26005F112CA7C460BBB151AD /* RCTNativeAnimatedNodesManager.m */; }; + C78C8A90CCE1F00A747F50135C11A8BE /* RCTLinkingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D69B7ABE2DBC0A78DC962D27E4EDF17 /* RCTLinkingManager.m */; }; + C79294613B7092A89E272A0F5BE8FE3A /* RCTSegmentedControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A1512754E862C64B6D673A29DBA48C95 /* RCTSegmentedControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C7A978DE2F048385786BB530A47BB2DB /* RCTTextDecorationLineType.h in Headers */ = {isa = PBXBuildFile; fileRef = FF007B97ED4825FB5DD4EC5B259F585A /* RCTTextDecorationLineType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C7B3587D484D82AF3247A699972D2A1A /* NSDataBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A8F1BA1DDA2334913E97483188FDB0E /* NSDataBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C7D3C394C908F36CAD5033116E989AAD /* GDTPrioritizer.h in Headers */ = {isa = PBXBuildFile; fileRef = E1EEF36D6AEB82A30BC411B8B360BF77 /* GDTPrioritizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C8294A3AFB454918E426906BBF91A803 /* RCTAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AF8E2E2B0217A01CC5F953744A9DF6A /* RCTAppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C8366575C514F3D18B718B19878DDFCB /* BugsnagBreadcrumb.m in Sources */ = {isa = PBXBuildFile; fileRef = C955FB070DCDF20A68E7E994CD2E2C37 /* BugsnagBreadcrumb.m */; }; + C8D012D66025AB92F9FDC8208D69D2FB /* RCTMultiplicationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 564C16A2CA784571D3210C4B095C2683 /* RCTMultiplicationAnimatedNode.m */; }; + C8F5AE3DE1F7A264D3C7EB9F1168625B /* BugsnagKSCrashSysInfoParser.h in Headers */ = {isa = PBXBuildFile; fileRef = FEDEB86AA4CBF37EB549FD6D2B73580C /* BugsnagKSCrashSysInfoParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C91A80302343239A6EF2EA1AD3B2D760 /* RCTSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C9AE40190AB3EBC24D73C2F8717CA8C /* RCTSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C940D03C9052AA2516156A393AFB5D41 /* RNFirebaseRemoteConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 42652246EB8597BAB9ED797AFDB29830 /* RNFirebaseRemoteConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C94DC516C2F48A7868DF9193BAB277CA /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 32AC64561B534482CCA37BB93EC068B7 /* UIImage+Transform.m */; }; + C95C8066C336E2C233D889A4AA7BF555 /* BSG_KSCrashSentry_CPPException.h in Headers */ = {isa = PBXBuildFile; fileRef = 67B71E231DF5F88A2F4ADD98F62EC79D /* BSG_KSCrashSentry_CPPException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C98B27F94C0BFAA23B39DF31B94E96C2 /* EXAppRecordInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C01F4B19B6A1A3774F2B63B6832C793 /* EXAppRecordInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C9C06DB7739CC4EDD00EE60BD45AB526 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = C46905CBF59E505239D2FBEE8A2482ED /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C9D6F1DEFE0BC49C87D941B8CEDBCD01 /* RCTShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F2E8CA46311C82685B3649AE8679F9 /* RCTShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C9EB3B7BD3C03FE53AD3B843B3B6B185 /* RCTConvertHelpers.mm in Sources */ = {isa = PBXBuildFile; fileRef = 05D05EE0108C878FE066A6ADC6A0C45E /* RCTConvertHelpers.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + CA28EB9031E5E5659B2CA1F6BF10E4A2 /* RNFirebase.m in Sources */ = {isa = PBXBuildFile; fileRef = 39FB342F2915CE4D0C45B748FB848277 /* RNFirebase.m */; }; + CA5793F28513936E05309A9CBDC43D43 /* BSG_KSCrashIdentifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 8726331AF6FD5A9A46E6D76C69CFE1BC /* BSG_KSCrashIdentifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CA67199CAF85BD631A173567EACB114D /* Orientation.m in Sources */ = {isa = PBXBuildFile; fileRef = 229B69F7A2BA93AE5530A6099A73B0BD /* Orientation.m */; }; + CA6E8BCDD8BA3F3A19D47CFD4CA9E6E0 /* msa_macro.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B1AE985C329624758A2E5C9F691D7D1 /* msa_macro.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CA82E137ABBD7249B72E92F7D52A1A2F /* ARTRenderable.m in Sources */ = {isa = PBXBuildFile; fileRef = A33BEBEB9296D799A5CC2F6E1DA6868E /* ARTRenderable.m */; }; + CABED76FF5610C0534B090E89EA3B2FE /* BugsnagNotifier.m in Sources */ = {isa = PBXBuildFile; fileRef = FCF92E92E2BF7480E08D527E3B6B32B0 /* BugsnagNotifier.m */; }; + CAF7B83A9944FC42D125FD8531A69A20 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 080E2FD90E9D759670B5110850479F74 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB451FBD339977E44FF2FC313068B5EC /* GDTStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = B9229E59D5CCD6CED8B744A44D0EC198 /* GDTStorage.m */; }; + CB53CB8940FA626EDC9DA002C71F0199 /* RNCAppearanceProviderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A791612F5D338BBF660CFE92C5102F3C /* RNCAppearanceProviderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB58C69E5D7000D8AE64ECC794C216F2 /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 9697CB449E3F9E17D2460CE1D27DDBEC /* SDAnimatedImageView+WebCache.m */; }; + CB64648C0E1E4414FD4489211DD002D7 /* FIRInstanceIDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 685DFF57A1534B9C433EDBE0B2A0B0D3 /* FIRInstanceIDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB6FE39436E925E77F12794C3460AB4F /* JSIDynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E6375D5B3B39A6B2703BDCB2AFA1279B /* JSIDynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CB75321A593E9F9CF14DC01E77D2B71F /* RNFirebaseFunctions.h in Headers */ = {isa = PBXBuildFile; fileRef = 520596168666727BFEF67125B5710510 /* RNFirebaseFunctions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CBC3C8CDC98A30E9165A60C0AEC4C6E6 /* RCTSurfaceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 421749BA2F7571D99D820BC166D7C111 /* RCTSurfaceDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CBE71DAFC11B03D9525FF1D9A22DB7EF /* BSG_KSSystemInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 59C5D3D4BAB635C84E35AE51D051C7F5 /* BSG_KSSystemInfo.m */; }; + CC1D981A4F68A1E01BF9083FFC270693 /* React-jsi-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BCEB923E2F3F8EE5A58153C6B1EFCD5E /* React-jsi-dummy.m */; }; + CC39BA71608BA9FFD62F8C5AF65B227F /* LongLivedObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BBEF4F6A79D7A337F2E745F009A9A77E /* LongLivedObject.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CC5C5748F588ED764B57214FD01FA6AF /* RCTSurfaceStage.m in Sources */ = {isa = PBXBuildFile; fileRef = 94A1DC650FDB78B22851D3136118CEF9 /* RCTSurfaceStage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CCB6F59AABF0E21BC0F9A4A9021C9181 /* alpha_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 56326E64636C5860ADD9D8717D8B8C9B /* alpha_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + CCEE7F22ED3AF3050046C3DA5CED35EF /* UMViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 38BDE49EBDF3B0498562F79B151051CB /* UMViewManager.m */; }; + CD20FB8B82F46A41B46BE2243C2207A6 /* React-RCTNetwork-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F12B9FF4727F1E046CCC81B567800DA /* React-RCTNetwork-dummy.m */; }; + CDBF9E5042AA209F0DC26458C3E0A33A /* EXConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = D42B454EEB792E0824116D8112F0E504 /* EXConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE05E508D9AC27EE29A29EE19C9818EF /* Compression.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D827844647E7A17CE8BDBBE80B4D2FD /* Compression.m */; }; + CE06FC0B40399ED9AC1D7CE1291D0C35 /* React-CoreModules-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 544B62EA9E3FF7693056DAD8F825DABE /* React-CoreModules-dummy.m */; }; + CE25C95BBF3F1E5830A8EF8E1F7A9929 /* RootView.m in Sources */ = {isa = PBXBuildFile; fileRef = 99D483AC9B598492130F46428DEC1739 /* RootView.m */; }; + CE2605D3A74C9DCC6A5A1C6ABC04ED98 /* FIRInstanceIDAuthKeyChain.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EC329653A5CE5C65DB4A68C3E2D5C2D /* FIRInstanceIDAuthKeyChain.m */; }; + CE6B545FD5F8B9D7C9CDB838BCA0DE96 /* RCTSurfacePresenterStub.h in Headers */ = {isa = PBXBuildFile; fileRef = 05B45453F410B75D4C4E47E4EA8F3068 /* RCTSurfacePresenterStub.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE8503B88DEE00283F39ED2D5DDB41BA /* RCTSurfaceHostingProxyRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = F1CA86EC02704792F80A09983025BB31 /* RCTSurfaceHostingProxyRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CEAA8BE4C689E3421CF6258FEE5858B2 /* RNPushKitEventListener.m in Sources */ = {isa = PBXBuildFile; fileRef = B3EE8748D4C2705B971758111FD67780 /* RNPushKitEventListener.m */; }; + CEDAFDB3B3EA3DCE1E62FF82FCD516E3 /* RNFetchBlobProgress.h in Headers */ = {isa = PBXBuildFile; fileRef = 17A45AB7007FE9A17DBCAB986A38929C /* RNFetchBlobProgress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CEDCA25A4B55E64D9A49FDE6D20C638E /* Assume.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 51C0EC44F93E37F2F7956B7F1CF1BD7A /* 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"; }; }; + CF138048B1839E5ADDD579CED7E00DAC /* ARTGroupManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D9D7051E2FA1D497B53CFD225B3529F4 /* ARTGroupManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF2DBEFC8F676A6C89BCFA1DCBC02491 /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E1205BF8DB94D1E1D3698CBE66EBF47 /* fixed-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CFCFD3BD78FC19E128EA473DF18214A1 /* RCTSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = C305168FAD215519274F2AE6E43577F6 /* RCTSwitch.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CFEA96EBFA4939A78536A1C1A6DD63D7 /* lossless_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 5B2535034DE2FFF715358C483D50EC8C /* lossless_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D02279BA02BD4E067A2468A5B6213A6D /* GDTCCTNanopbHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = B80484046E542C11B4649FCC8CAC9C52 /* GDTCCTNanopbHelpers.m */; }; + D05B74D99B907FAA33240B85E01AFC46 /* jsilib.h in Headers */ = {isa = PBXBuildFile; fileRef = D5B1BB2341170C48622677C2029A72A6 /* jsilib.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D062A8C245F8153467102568B63FE46A /* RCTReconnectingWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EFFBC728DA46B2973369B908F1716CA /* RCTReconnectingWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D07B97742E6D42B8DAE45A4EBEFB3A13 /* RCTNetworkTask.h in Headers */ = {isa = PBXBuildFile; fileRef = A21E000F1B505340A3B129180C852E2F /* RCTNetworkTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D093A116E9E3D56CBC4CCA3FB53A374C /* UMLogManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 55C44DA87EDE4AFD3E53692BCB10D754 /* UMLogManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0D1E7C0D38F8F07555211A4AA20537B /* GDTRegistrar.h in Headers */ = {isa = PBXBuildFile; fileRef = 130BEEABCFE093EE423DDC47BE879AA4 /* GDTRegistrar.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0D2428916EF61E41BD76DD1CD720A97 /* RNNotificationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BF766D888AA238D53B541FBAAE7402F /* RNNotificationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0F5A66EBCE6C63428203D551465C9BC /* BSG_KSFileUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = D6B0FD592EEFFD8759575ADFE9D2E87F /* BSG_KSFileUtils.c */; }; + D114C36DE2B965A7696D1BDCFE2FD45B /* BSG_KSCrashIdentifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 18E62FAC3EFD4396EB4C691B8C82D1BB /* BSG_KSCrashIdentifier.m */; }; + D13952929E050B80F1F6F52086E7C7BD /* React-RCTLinking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B3449DCEB6A78DADC97D79F2ADF6AF0C /* React-RCTLinking-dummy.m */; }; + D1503EF664C957A47671F960BBCE5C55 /* RCTShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = B6469FF91BE35896A0F7C4A257B67385 /* RCTShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D1531DF670F8F9F3756453F2D690D5C3 /* RCTFrameUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = 90CD3FFBDCF208693762B2A5AC6EEB83 /* RCTFrameUpdate.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D15B1D25AFE4F0CB60215790F195A38D /* quant_levels_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = ECEDE0D5F2E5C9837501F2C507064EC3 /* quant_levels_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D19105904195D17C5769DDAC4A0E857C /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DA0DE37FB10CB00B4D9968FF00394365 /* YGConfig.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + D20CB1F465B6DEC72F0A0FB85325E552 /* yuv.c in Sources */ = {isa = PBXBuildFile; fileRef = 39DC876762D2607F9452231B276AA8AD /* yuv.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D21EB307CB91F199FA4CB0465AD242C6 /* RCTImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 55CA4E692BC7BD9A9F71C4BE789286C8 /* RCTImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2258A291CF8E9E8C9A366DF12F38F7F /* REAOperatorNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 67D7E900DBA9B68E7900E940C0659DFF /* REAOperatorNode.m */; }; + D29F28485DEE738B6FA3CCF80F59FAB2 /* RNLongPressHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = EF4F651BD7B0A9243D1AE528F276FE3E /* RNLongPressHandler.m */; }; + D2BE8317E9EBBE5FD4ED18BA5C53794A /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = 27471F34AEEB9F553D525EC2E01F3CE5 /* cached-powers.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + D2E11DF07AAD7072CC507F7E383B4FE3 /* pb.h in Headers */ = {isa = PBXBuildFile; fileRef = 00FFEC094BBA2326B97D61C8A235B8CF /* pb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2F766BDCAC9C07A3066A4987FB586BF /* RCTLinkingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F9990659AA32C3B809F59BA64EFBB47 /* RCTLinkingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D3191A4541B60D766573C867948163D7 /* UMSingletonModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F1EE2C6E1E03203FC6FDDEDD82CFB77 /* UMSingletonModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D3427935755BF962371D067EFC408DE4 /* FIRInstanceIDKeyPairUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = C52620374CCE79F63474832E84684EDF /* FIRInstanceIDKeyPairUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D37AE5F466D1D7BE1CDC2D645ABC48B5 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = F6B060FA7384859BC82F1A012092389F /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D39505AA86E323C96932E3A04B1A0351 /* alpha_processing.c in Sources */ = {isa = PBXBuildFile; fileRef = 6CF1F51F10F527FFA49F8C35BCC08D4A /* alpha_processing.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D3B16597778203DE6EDD2C915FC363E2 /* yuv_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 922FE223C439FC87898DD0C6C980A908 /* yuv_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D3E2973E1A77B52217E5151ACC4C40F9 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F60981B496FE1E2C360A984FD512294A /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D3E31C7333A9AE3971A60CB70949C92C /* RCTScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = CA2F65AFBC02446295C8D9339079109C /* RCTScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D3FC99851794FBF244FFCEB31750F0FE /* log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 953A33B5E32CC3880041741D2A8FA707 /* log.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + D411D4F1C26BDD8CF0801FB3DCD7930C /* REAStyleNode.m in Sources */ = {isa = PBXBuildFile; fileRef = EFA32A5C363DDBFEAEFC4923CC52A8A5 /* REAStyleNode.m */; }; + D4492AA35116BD68F0668FD3DBC22437 /* RNGestureHandlerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FDDC614E04C209F9A810B734B77D17D5 /* RNGestureHandlerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D501D5C43EEF4B1458C136411F3233C6 /* RNCWKProcessPoolManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E898E9CA1257AA2D50D0F4AB5D00E3B8 /* RNCWKProcessPoolManager.m */; }; + D5459FA80234303AA34ADFD42867D41A /* FIRInstanceIDKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E84014E280F5F6717F909372864D169 /* FIRInstanceIDKeychain.m */; }; + D548578B0B4BAB40AA2F67986DD948C2 /* upsampling_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 0E60844790501A0F180987D73BF7982A /* upsampling_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D57B25CD40E3EC19D45D1DA315B29F34 /* BSG_KSCrashReportFilterCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = E1C94EB297A92A55040CCC663A864437 /* BSG_KSCrashReportFilterCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D5D452E5668A65252CBD1865BF47312A /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = DA4A37B4969CB37F3A28EC8850F7C400 /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D5E171BEB835B46B99500DEC036AB7FC /* RCTRefreshControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C648552A2843B71224D3B125A45C15ED /* RCTRefreshControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D5EB936081DE1ABD23F6EF6E9A31D4A9 /* RNGestureHandlerModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 55C8FAA62929F7E42A17E3A23E51CCCE /* RNGestureHandlerModule.m */; }; + D5F01B05595BB83EFB74E80121CE3C25 /* NativeToJsBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AFE595C13AAAB67AC3A8220900A1F521 /* NativeToJsBridge.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D6103FEA120EFB22A9CBCE782B698E5A /* BSG_KSCrashSentry_Signal.c in Sources */ = {isa = PBXBuildFile; fileRef = 776BCBCF522610A96F3CFCBF6DEE681B /* BSG_KSCrashSentry_Signal.c */; }; + D647A0F7425911DA56628C08A2C06F1E /* React-RCTBlob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C52A38A26D941F72597DDE9F0A37A8DC /* React-RCTBlob-dummy.m */; }; + D69223C42741872E5B2A529FA5828F8E /* pb_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = 62F518EAE564CDB7FE22608053F08839 /* pb_encode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; + D6AD419ACD3BDA8CE50C3335BA8C9621 /* YGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D4FECA372334C3D52C8947F1B7BD3417 /* YGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D7182C0FDCAE8B97CE1BCDC7866C69FE /* GDTEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = B843C0444B6E7D0D440EBE7179AB662C /* GDTEvent.m */; }; + D74FFDC85A25F62F1B5AE4B8AB0B65D0 /* RNGestureHandlerRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 27AF233C32A5B68544F43556A0B7CB71 /* RNGestureHandlerRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D7690664E9554486C6A08570CCA16219 /* alpha_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 489E83582CEC6E57822FE6F259E47CE1 /* alpha_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D7ADEF068518F7CE4F646F7EBB7F384B /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F45975E2E2B867B4476E71F8FF0F6EC /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D7DF907042402355DADB8F17FA3F1405 /* BSG_KSString.c in Sources */ = {isa = PBXBuildFile; fileRef = 15568C3777E6B052056920480BBCA7F5 /* BSG_KSString.c */; }; + D811B574E795DB5E3BBD364643701297 /* ImageCropPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E82BDB2C9F5873A72BD92FC76E564A /* ImageCropPicker.m */; }; + D81AC0C4DC01BB7B898EF80BA080B002 /* RNCAssetsLibraryRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 521C88E2759E9B2855F905651137C3C6 /* RNCAssetsLibraryRequestHandler.m */; }; + D8381F8F51F652DB757C7CF69E9B33B2 /* REAFunctionNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EA909502101D3AE04F68B5C959DDC78 /* REAFunctionNode.m */; }; + D854B8FA66DD93A12832A8A313105AD7 /* EXCalendarRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C169DD6C1D791F5E0E6CB9652B22112 /* EXCalendarRequester.m */; }; + D8657431950ACD09CD921390BC208E99 /* utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1F108CA515F3E008514F1B556040E00C /* utilities.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + D89934B15D0E9D0E016816D7FC0AEF3C /* RCTImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = C4195C5EB9ADB2FC214F4309E79ED4B4 /* RCTImageSource.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D92CAE62ECAFE549B7CADB800BE130C3 /* RNJitsiMeetView.m in Sources */ = {isa = PBXBuildFile; fileRef = FA7013F86AC1B2635A36F1539E9D6E7C /* RNJitsiMeetView.m */; }; + D942F947E98B998E31292371B94924C1 /* RNFlingHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = BADF8A407B32FB661517543C4601901D /* RNFlingHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D9804C6D34DABDB222B6374C28AD9317 /* BugsnagSink.m in Sources */ = {isa = PBXBuildFile; fileRef = 75821AEFB274CE7EE561D7735AD191CE /* BugsnagSink.m */; }; + D9977E019B78E27FAC73A954C5BBDF8E /* React-RCTVibration-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E3CF7892CC7C6FA030C21AC76C7DA20 /* React-RCTVibration-dummy.m */; }; + D9A1F3B4736C2AF9FCEA83028434E03E /* BugsnagMetaData.m in Sources */ = {isa = PBXBuildFile; fileRef = 34015CA38BB5BA35EFAF66406D6EB08E /* BugsnagMetaData.m */; }; + D9E8EF785F0508D50522BF668E520107 /* EXHaptics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B48917E09F92A52C67B660D9FA644D7 /* EXHaptics-dummy.m */; }; + D9F43B12E9310E1070D9ACA28E595ECB /* BSG_KSJSONCodecObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 88913338ACA6DC036C7538B1CD1C9DEE /* BSG_KSJSONCodecObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA3E756FDDBB22F63B92675EE270BFD9 /* cpu.c in Sources */ = {isa = PBXBuildFile; fileRef = 52EA42A6C8276F0CBCB74687737707C3 /* cpu.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + DA553EAB5D6042B76746804E1EAB9AAC /* RNSScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = B4CF19A59BF2AB048C20E2B532EBB24E /* RNSScreen.m */; }; + DA91CBB04309BF6A2F67578889C95CC0 /* React-RCTAnimation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 952FA733AD9398172DBD62B726338DBC /* React-RCTAnimation-dummy.m */; }; + DA9EE774CF939AFC136CFF0C1418CBD4 /* RNRotationHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C44DD9431AE1E29AFDBA1C962ABDB2B /* RNRotationHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DAB5F47E749603B8C537105E02546533 /* cct.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 1493995A8BFB7373CDD744F29FB45E51 /* cct.nanopb.c */; }; + DAB77630ECE8FFDE64A9BEFBD0B44DFF /* RNFetchBlobFS.m in Sources */ = {isa = PBXBuildFile; fileRef = 87D78B3652AEEB759EDAC023ECDC4296 /* RNFetchBlobFS.m */; }; + DADDBED583C14F757CE0486E2BF43730 /* RCTAnimationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = A935FC058BB1092F0600E4B45DFBAB74 /* RCTAnimationUtils.m */; }; + DAFC2F91BEA931FB9BA022CB9B77CA90 /* backward_references_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 358C919544CAD4E88269535A33E18FBE /* backward_references_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + DB1BEF5BA047C09D96609A853E646798 /* RCTSurfaceSizeMeasureMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 30F16B599AF32757BBF394ECCF64BDD8 /* RCTSurfaceSizeMeasureMode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DB7453AA7276EAE43F16788C031FC022 /* RNGestureHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = EFD93CB1C504172257BB2FE144734F7F /* RNGestureHandler.m */; }; + DB802AF253B585166A65DE3AF2807ACA /* IOS7Polyfill.h in Headers */ = {isa = PBXBuildFile; fileRef = 59600445D29019B4CCD9DB295FA77D45 /* IOS7Polyfill.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB9717086AE45CE81AA97C3D12CDE9C7 /* rn-fetch-blob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 31A0819CE730668349638D7ACDDFA74B /* rn-fetch-blob-dummy.m */; }; + DBAC39F36BF2EACC60A1426124747D6C /* UMLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B5EF6B4894DC78CBF6D44A1AB93091B /* UMLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DBB2215A03529D784DE3DE650A02FD45 /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = CCD312A444D75714EE72AB0FD34CE7F1 /* SDImageCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DBB5DF09AA103C6B5C2410567FC0F306 /* RNGestureHandlerButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 528640D7FE2EA01495E9E94ECC43F9BE /* RNGestureHandlerButton.m */; }; + DC236F473EAB0803CB9FA676FAEB4377 /* RNFirebaseDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FA5E0CA44BC2E324B39B0EC61089027 /* RNFirebaseDatabase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC28E96BA8BC8E051CA66420F836DDB5 /* idec_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = C49BB1DB9017B92D7A60FF49B674F10E /* idec_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + DC4053211CA5A4C360EBC1B27C3ECDDA /* RCTJSStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 8271C9F25D065390D27CB1C226B200EA /* RCTJSStackFrame.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DC68D05D6350E5C93111DED36C4508F9 /* GDTStoredEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CF2534628CCC7E0CB60511001A24B96 /* GDTStoredEvent.m */; }; + DC83F9A19E21E99237CA1E1903EE6DFD /* RNBackgroundTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = 24065647A62A3DECE21E112C839B4127 /* RNBackgroundTimer.m */; }; + DCB2CC92DA3D38F80AD358E0E1F41FA5 /* QBVideoIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 49A2D404AC4D74C64E1A8085D9DE3117 /* QBVideoIndicatorView.m */; }; + DCEB3F8CF0A4F09EC1E67ECA1B09C86E /* BugsnagConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E4BB0067AAC10BE3FF096C81F729231 /* BugsnagConfiguration.m */; }; + DD14A2612F2B64801D9FFC36B588BE89 /* REAPropsNode.m in Sources */ = {isa = PBXBuildFile; fileRef = F9F9856573A9F0E720439BFED117A6BC /* REAPropsNode.m */; }; + DD355E73AD18C234879AF3950D6CE93F /* RCTVideoPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B5F480CF72190A5432EC0591BE01C139 /* RCTVideoPlayerViewController.m */; }; + DD631AAE5B18CDDA00ED19CF2081DDB3 /* RNFirebaseInstanceId.m in Sources */ = {isa = PBXBuildFile; fileRef = 51A0C4031412087072E81B9C43CD18A1 /* RNFirebaseInstanceId.m */; }; + DDE368F0AC94152AAC8660C018179335 /* ReactNativeART-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BCC9D44B399C950B10E39F7FF3CDCEC6 /* ReactNativeART-dummy.m */; }; + DDFB2252C0D8075A2E4C47B1F50BBBC0 /* RCTBaseTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BDB2777A153A440E591DDB62FFD6226B /* RCTBaseTextInputViewManager.m */; }; + DE2209CDBBB1FF739DD3AFE8D7EDA04F /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 9397687440D5BA05368492717B39B5C6 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF7090744256ADE687EBA55BC5FE8ED5 /* RCTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = A36C6638183A9E748FF37DB421B76D3C /* RCTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF96AB8684D15E8B522B32E3C4C0040C /* FIRInstanceID.m in Sources */ = {isa = PBXBuildFile; fileRef = C31E5FC96B7E9A28293CF0E6C071B867 /* FIRInstanceID.m */; }; + DF9AF82CFD185E9405454B58BFB1F031 /* FIRVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 73E49B69B89A89D1209D071D4F21208A /* FIRVersion.m */; }; + DF9CDE086F36000D7C8E6834838EAAA6 /* RNFirebasePerformance.m in Sources */ = {isa = PBXBuildFile; fileRef = 83DAE10D283CF1B5841474AA89EAD9BD /* RNFirebasePerformance.m */; }; + DFA67D9152D6A8AD4D4C5B01F061DB6F /* BSG_KSObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 16997355997FF89EB81DB7F1CABB6005 /* BSG_KSObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DFD82A631E84CF574DC68FA7DCD113BE /* ObservingInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = B07EAD9D7D7567672292BBFF00972542 /* ObservingInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E00AE219C77E8D17BBBF9A091E04A29D /* FFFastImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4375ACCE1A55127C013DC61A09C35CB3 /* FFFastImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E06AAE1518AEA2562A0D7137B157DA37 /* RCTSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B90B40E38C4E29C3373CDC938D0309 /* RCTSafeAreaView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E06FF2EA4D8E7057808DAECF514487B2 /* RSKImageScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2132ED6BB290718E77492CADF518EEAA /* RSKImageScrollView.m */; }; + E0C46A52452ABB7A82187CF8BADC033D /* RNDateTimePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E4ED99A93F06400213D81873A377F33 /* RNDateTimePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0D3705D832446D3FEB5C2823DCFEB8A /* REAOperatorNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E240394A0054E5D7DFD99DE12ED70C71 /* REAOperatorNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0F5927CF8044CD7C525F063BB91C410 /* RCTSRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CADB33B0380B0BE330FCB93D5EC3AFF /* RCTSRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0FBC07A277E9FA12F6964DF7C385E64 /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48FBA35354D453E0846D12030AD72533 /* YGNode.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + E11D90E3A741AFE59213CF41F60AAFC3 /* RCTPackagerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = BC40DBD594869BA9260E1C5449E892EC /* RCTPackagerClient.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E1266E09810540E459FD7D39AEA1D7BA /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 1874FFEDFA6B268EFD16DEDF5C0ABF72 /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E13446308B20AADCEBAF1C8EA38E3EBC /* YGNodePrint.h in Headers */ = {isa = PBXBuildFile; fileRef = AC8ADAD4814C3F1601DDF0ACD33789F6 /* YGNodePrint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E136DCA9404C6709A708A1CDE213306C /* FIRInstanceIDCheckinPreferences+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E44F680ED7C0AF205ABF2F732D5BF1E /* FIRInstanceIDCheckinPreferences+Internal.m */; }; + E18AF3DECBA29CA26E94E3AA78232910 /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = E6ADD528E5DC12441ED796F0C6E118D6 /* SDAnimatedImageRep.m */; }; + E1C16957DAAF0BBC2BA568CBA21CB60D /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = C8F458DAF6DA4D546BAC86772B2CDF26 /* SDImageGraphics.m */; }; + E1C350EB67C41B14911972FCE699FCA5 /* F14Table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3966AA9F1E79E5A7F4EBC038DB4558B6 /* F14Table.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E21AAEA8465DD61EEF9AB43C823EC425 /* RCTPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C883A93632C4771ABA985D21932C9C6 /* RCTPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E23132F7114B73DAB797C1605129F8FE /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = AB59CAFB02638F9819664583A263EEC6 /* SDImageGIFCoder.m */; }; + E265276741F6CCD0B0197C40C1EBA401 /* RCTVideoManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 39F41E2631CD47BEEE466A1AA7D8B992 /* RCTVideoManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E272409F0AB241D83659D93F160A6BEA /* FIRInstanceIDCheckinService.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D1BFEB2857C8000A201EFA5B2A22488 /* FIRInstanceIDCheckinService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E2A6689C380DCEF64FA16056E84D8149 /* BugsnagSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 33C3959E5BA1CD9C1C26809B1E202225 /* BugsnagSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E2BF9B26DC83D490DA1578C1C984489C /* Bitfield.h in Headers */ = {isa = PBXBuildFile; fileRef = 69AA503C26BF95F78546E43BB10103F7 /* Bitfield.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E2E490B23FB206AE0B3CD336767D0DC4 /* RNDeviceInfo-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1140F8AD8AAC4AED507E57F76A1AE751 /* RNDeviceInfo-dummy.m */; }; + E2EE20BD16B60C9E9C8F5745895E4CEB /* RSKImageCropViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 02C05262BFECC90910E7E70E31AD9520 /* RSKImageCropViewController.m */; }; + E3258A68B76FE2FCC58C4C633E400B8C /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FC725872F6FD1C53517FFE99D1685CD /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E32657D4D707837BE7FF65E4541C0078 /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = CD8C1567FE91AF3DC28C2CCDF841BCE9 /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E36F85C2049E33D0D5568D05E95D01C9 /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DB46ED09C638AB50343B0949E766343 /* SDImageAPNGCoder.m */; }; + E39E3634C4CA7E2E69BB72A8AF9DF0DC /* RCTKeyCommandsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EE18524B7CE4A63FD1F28B6B566245C /* RCTKeyCommandsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3B7CADB949FD1E05DE1D804627D396F /* FIRInstanceIDAuthService.m in Sources */ = {isa = PBXBuildFile; fileRef = 8492A0BD43CFF65B38C003A996898AFA /* FIRInstanceIDAuthService.m */; }; + E3D8D8CEE66A0FC7506029A673BE066D /* RCTImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B97FDE91A40943543AD4C4635C7A3C3 /* RCTImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3EE9ED3F0DE7971647E51C981116F70 /* EXAppLoaderProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 689E9ED13FA93FC1C672AE63ED33A12E /* EXAppLoaderProvider.m */; }; + E3F4BCEBE73BFC628C5F5AA0EF0016EF /* BSG_KSSingleton.h in Headers */ = {isa = PBXBuildFile; fileRef = 98EFF7FAAEC379D26BBD541DE772ABCC /* BSG_KSSingleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3F69F9F53C3AF391D03FE780AD7E764 /* RCTClipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C9DDBACF725C8DF01B6EF485940BFA4 /* RCTClipboard.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E4371B1E44E185F3F7756EE3FFC0D0D4 /* RNLongPressHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = C73766F708C9C34B377D7AE36CE2A4E2 /* RNLongPressHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E448A5F8D630963A29733720AB2830D0 /* BSG_KSCrashReportStore.m in Sources */ = {isa = PBXBuildFile; fileRef = DB1042CE5347E5C69C05DF9654B6FC58 /* BSG_KSCrashReportStore.m */; }; + E47C254AD48009FE84A72BF9BD0A2013 /* FIRInstanceIDTokenManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 43DBD59E9011A4508B947E00654A82BF /* FIRInstanceIDTokenManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E4BBDC1C561DC471AB6A780C063BBCC1 /* GULReachabilityChecker+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = E9377C29F942AF66A3D72A0AF35997BF /* GULReachabilityChecker+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E4F57F221918EF831DFF3968C9B44936 /* RCTSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 827A734788ECFE9FCB7027E40BE94D5E /* RCTSlider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E5216B6E62473377EA6E284532506268 /* Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AE0B90E0468091ECE32ED3647927E0A0 /* Folly-dummy.m */; }; + E552D26DBE5A715DFF524CE675331BC6 /* RNPushKit.m in Sources */ = {isa = PBXBuildFile; fileRef = CB52C85DE21D95127872FF79F7BEF816 /* RNPushKit.m */; }; + E554598FD317EE9149AB8454AA9059F8 /* RNScreens-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BD322B2F806FBE2E5467AC665D66B514 /* RNScreens-dummy.m */; }; + E56A382EFCB1212FE0C79493D0A3A9E2 /* GDTClock.m in Sources */ = {isa = PBXBuildFile; fileRef = A1D610CA53E44198C6CF77461DF107ED /* GDTClock.m */; }; + E575B82987686FB278B44B3EB095A37A /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = CC54D90115AE3980D90920A76CC33A3B /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5782D8BD91896AAF55C1CBCBEF37684 /* SDImageWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = DEB68940C750201971089751E74F2668 /* SDImageWebPCoder.m */; }; + E590557528529B8071B97A4AB8EDF4CF /* FirebaseInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = 46B9E8FDC0BB235B05F6736A33FD68B8 /* FirebaseInstanceID.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5B91C01861A4322F7F66723B878316E /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 37A87692EC0A3E0DAF1F246BF8094715 /* UIButton+WebCache.m */; }; + E5F11EB51F68D959C8291875C93E4B1A /* React-jsinspector-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E91D161F0BA3532164FDDD5766C6B34 /* React-jsinspector-dummy.m */; }; + E5FB31F6C23D375DE5CBC98123BE9B8D /* RNGestureHandlerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E0D2A5BA5EB89346ADCB47165DDEFFA /* RNGestureHandlerManager.m */; }; + E5FC836186D971C23AE7EA2BBD891DA9 /* BugsnagSessionFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 593D9447ABE229F0F932A3C3E67CA0B5 /* BugsnagSessionFileStore.m */; }; + E5FFDAAF26DC2A5EE78AB195E68D7A6C /* FirebaseCore.h in Headers */ = {isa = PBXBuildFile; fileRef = AEB04230EF187F0097DCADD95323A008 /* FirebaseCore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E65C399538D7D89567465C7B349F2C04 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = DDD8773720268ECF1673636082B7B0D9 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6672788C9A13BEF81FB7F5821C0B79E /* RNEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 32BDC2A1CFE79FF6124482ABDEA6F705 /* RNEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E67CC774BCC800FC2518913B50739E55 /* ARTLinearGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = ED878C79AD09D1D2CAA7EA3A80B0FC62 /* ARTLinearGradient.m */; }; + E6ABE72B7BC5B02D311C204E250FA5F3 /* RCTLayoutAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = D6177BC2A28363DFBB91DF58AAE3AF1A /* RCTLayoutAnimationGroup.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E6B28EC2EAA76DA7CBCA209D55786E4C /* RNFastImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EDFAF1B6836FFC3204CA8080AA5A0A41 /* RNFastImage-dummy.m */; }; + E6C8BD53A9389792CDC6E69D7FEB223A /* RCTResizeMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5070D1CC29D0176C8834ACAF69563FFF /* RCTResizeMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6D227640A6B27493E6D63BAF5C6F11E /* RCTGIFImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 6622351F2BB1E2417FE1CB93F0824690 /* RCTGIFImageDecoder.m */; }; + E6FE2807B85DDFB3EA91EEF768018D80 /* dec_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 55C0E8840659DD2BA9398CCE45C84796 /* dec_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + E7171E9DE4E1C13572715CB434C0B5F2 /* RCTDatePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F21C0E0E5E6EDB0E38A20856E37E5CD /* RCTDatePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E77AD62D1F1A5ED37D541E208A1B6545 /* RCTMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = F4B85F10AD24144C0F4ACC8B52FE996C /* RCTMaskedView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E7C43AA674EF98DB10295D5A0FDEF294 /* UIImage+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 2238DF0F9A33FE9E1C8F07154BC375B0 /* UIImage+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E825EB7097FB4979649C593B3A86B567 /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BF54A24D19FC6D0F35C0A4A592DC31B /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E84B9D70F5DC04842F89B53195E9D52C /* RCTTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = DFCDCABAC89EB98D24C53BBA6FE3C904 /* RCTTextShadowView.m */; }; + E853513BCE291CEE0B0E1CA5D20B1809 /* RNFirebaseAnalytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DBD4D04E771C54FA52A477EC9FC70CB /* RNFirebaseAnalytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E893729E87251274E6D1D3B51566E3B4 /* RNCAppearance.m in Sources */ = {isa = PBXBuildFile; fileRef = 98A728E5AC8DB7B3E1E7CF2C81D5500F /* RNCAppearance.m */; }; + E89D6302F9CD369994133101A1FCE6B9 /* EXAudioSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FDF7BC550BC5054CE7AC008CBA17AF3 /* EXAudioSessionManager.m */; }; + E8ADD9FF1D22894886D0DBD93EAB58F6 /* FIRCoreDiagnosticsDateFileStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CD44221A26E3F51CDD22BABCB58B202 /* FIRCoreDiagnosticsDateFileStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E8F7886CF346A4A59D5620CEAA69B8D7 /* RCTI18nUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 78B439012552CA142F16499426113545 /* RCTI18nUtil.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E947B8EE3C12F59A7BE6DA22F4E43AC9 /* ARTNode.m in Sources */ = {isa = PBXBuildFile; fileRef = FAE8A210674ECD1F490A679D92AB54B1 /* ARTNode.m */; }; + E98690E099869FCA322CDB7C8AB9B323 /* webp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 14A2693CDD9952524E83AD5C56A37DD8 /* webp_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + E99670DE6BBAD7C09E618409533D1080 /* EXDownloadDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 116E27FCF5E3E7F1D8A46A5C3AAE1C61 /* EXDownloadDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E9ACBB81BB2D21567E75CB08C2B132A4 /* RNLocalize.h in Headers */ = {isa = PBXBuildFile; fileRef = B631F247E1DC396A1BA5E711C5F70F33 /* RNLocalize.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E9D7ACE54F298811EB74DFBF05F996D5 /* UMBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B25E77540C1ECB1F55EBA082F649641 /* UMBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EA04E96F998EF83B5CA813705CFFA952 /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B2AFFB16527B8EBEC2327785BCE1654 /* SDImageCachesManager.m */; }; + EAC3645D8AC3873C347FC01F30F07184 /* BSG_KSDynamicLinker.h in Headers */ = {isa = PBXBuildFile; fileRef = 41B4146A68990B2CAB99DEB452A254F0 /* BSG_KSDynamicLinker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB0B31B8287F6C7F98F99A2AF00CACB4 /* RCTJavaScriptLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = E3E26F52227A31F8635648BD0E36FC4A /* RCTJavaScriptLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB2C44784270DFBA3B582FB79FB0B4CA /* alpha_processing_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 83F1B2BD4B45BF9CD1B13B3F8EE023A3 /* alpha_processing_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + EB3E24580BE08E5B95D8B26751FD5B75 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 939A7FD22EFE867355B9D8C52DC10ACF /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB5FDE0900500D251E2A58D288202037 /* EXVideoView.h in Headers */ = {isa = PBXBuildFile; fileRef = A9ED93A67C41D0D1C7735EA096A718D3 /* EXVideoView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB9924D58B07EE3EB3287F501A3E8DDE /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = FF7126802A814DA73C4EAE011D1333A2 /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EBA14ECF6325AE246FF34646A5D8CA77 /* RCTTypedModuleConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = D7F9632E5C13C4849BFB6A0F074B0389 /* RCTTypedModuleConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EBA79B0AE533BE87BCF47925BEEF5A58 /* RNGestureHandlerEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = EF03F25634FA473EBFFD4568F4930CCC /* RNGestureHandlerEvents.m */; }; + EBD07BB27B77720C17D34C923052FCF8 /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = C33CB5AB34B70CE551120CF7195044D9 /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EBD86108D11313816DA5380B28BDF659 /* EXAVPlayerData.m in Sources */ = {isa = PBXBuildFile; fileRef = 731F8AF10F09EE4C983A1BD142DFAFE8 /* EXAVPlayerData.m */; }; + EBDA10C96D8A27B909F8DB3B0A7C32F1 /* pb_decode.h in Headers */ = {isa = PBXBuildFile; fileRef = F2CD43E6A24897BE60EF619B608BF7DC /* pb_decode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EBFD540945522362ECEE6BE93F273482 /* RNFirebaseAdMobBannerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AC299F3EA25843A6BDBB01C56412A6DE /* RNFirebaseAdMobBannerManager.m */; }; + EC08AB594C6A1EE421C0F7221243CB62 /* RCTBlobManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 19F6FE449DB9762544352360A9B48419 /* RCTBlobManager.mm */; }; + EC0BF2510F9ED9AF098DD223FC443285 /* RCTBaseTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = C96E41E77A36921F24F68BFB2F0C3D54 /* RCTBaseTextInputView.m */; }; + EC9004FACF5144E188B844C9527904D6 /* RCTMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 35CEE6892322D48927C3ECC84DC8438C /* RCTMaskedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EC948F82EF1983AA5BEB6AF4EA40501B /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = D3FE0D74F6529795B2FC779F7DC99CF2 /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EC99C50385781477A8923300E8BC421B /* RCTTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 33DA9299DFA80FDAB63C5678B0DBC6BD /* RCTTextViewManager.m */; }; + ECA780FF54FE7C9F647A4D72E95010F7 /* ARTLinearGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = FF4CC019C6A7F3AD874836BE32F5D7B2 /* ARTLinearGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ECFB29DE3E310D2CF27F7C2D40F93A9A /* QBSlomoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = E26B670C6ED60691A35CAFCB0458D24B /* QBSlomoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ED62691B003B2C54B15DD706EBD7FA6B /* histogram_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DD9132B64FBE45A4C87A571D30B33B93 /* histogram_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + EDC7C6753DD7336A6DAB5677E860B474 /* FIRComponentContainerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 850EC46C044A0D75CF74813A69913DEC /* FIRComponentContainerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE23B71AEA719ECCE99E89E393DAE6B1 /* UMNativeModulesProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 3362B1E98540EE7878B5FAED2A9FBD1E /* UMNativeModulesProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE4BDF8FB4021FDA1409408B21AFABCE /* GULLoggerCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = CE88AE68164F8E5A2B29F0E225DD861F /* GULLoggerCodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE5A08FA36B0D47C84E6173B27CA2152 /* YGStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = B7B9CE3358A1EB2B6ED1D52185B4EB1F /* YGStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE5C2C00E8185B79989EC2EB1A7A1FA5 /* FIRInstanceIDCheckinPreferences+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = B87E79843B4EA59AB699E20F9EB2ECD0 /* FIRInstanceIDCheckinPreferences+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE6C34D5DC88F870B40D305A75D38553 /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = A1C4DE3775731A6AEDD336067EEE03BF /* de.lproj */; }; + EEE7B9655AA3FCF1C1B0294133926C5A /* UMModuleRegistryConsumer.h in Headers */ = {isa = PBXBuildFile; fileRef = CDCA5FCE50407C37B8D0720FBEDCDD79 /* UMModuleRegistryConsumer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EEF97C679BEE5F2A9C7F7D95720C9AF6 /* lossless_enc_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 8D29688C643B920F82DE60C7F438D732 /* lossless_enc_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + EF2C4FB84AFC8710114EB87DF542FA40 /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = A5D2B29920AA7C36258802B49B49806D /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EF686B36ADD04B852E545DE24FC4ED46 /* RCTSettingsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DB11279B4CC28B0171055B063B80E6FD /* RCTSettingsManager.m */; }; + EFCBDB29A0854F4C329462E88F5FB5EF /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 40B2931C67BF7582A73B702E4DC7B510 /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EFDDDA86D58A5A3B5A5C52CD2E4684D8 /* random_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = E94CCAA4B5D0B31346AD905F24B5C788 /* random_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F017287C4E1183CC83C54BCDF409A28C /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 80508BF83A805007058178A772178F5F /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F026131495373C5DE569B201034D9101 /* cost_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 67D1334CEA80F39AAF27FF022F320928 /* cost_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + F02C80E50A42C5C5D22B26EC7C971239 /* RNPinchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 786B0356571432F408E5FB3F37CBA9FF /* RNPinchHandler.m */; }; + F08217569EB41ACFAEBB6EA9A653124A /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DEA0269F260ECF8399E22CDBCE670D9D /* SDWebImage-dummy.m */; }; + F091BB9661A4345D85F945ED606B30FE /* EXSystemBrightnessRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = F9A15A67248330A5D84B310189C8F2CF /* EXSystemBrightnessRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F0AB1EAEB67FA9F7F0EAC55737D635B8 /* TurboModuleBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D6821AD88324905C058650AA19C37508 /* TurboModuleBinding.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F0CCBD5B1560D8D8B467FBFE07DF74A4 /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = AA16F20ABE77B8DD649F24D5CD6DDC3F /* UIImage+MemoryCacheCost.m */; }; + F0F6FF2BDBAEAE1AB3B9FC5CFB1DD69B /* RNNotificationCenterListener.h in Headers */ = {isa = PBXBuildFile; fileRef = B4F06981DB3BCD3E98A8E0FE77AF1DAA /* RNNotificationCenterListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F0FCF80EBEDFE45F3FE19DEEE0A94D56 /* RNNotificationParser.m in Sources */ = {isa = PBXBuildFile; fileRef = DD98818219FC4DD77E7D8EBF8CD6505F /* RNNotificationParser.m */; }; + F128E5421AFDD733B6EA5E6DC0BDBBBF /* dec_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = CDABE96C15F9B4FD9B3FA2B5448EFF61 /* dec_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + F19BF0C7860B5391D62C5E675AB146B4 /* bignum-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 62D58564597AD3FA1680CA444EE3153F /* bignum-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1A4EF081FF2A5D0C5CA12DA474211AC /* BSG_KSMach_Arm64.c in Sources */ = {isa = PBXBuildFile; fileRef = FFFD6560763ABFA470BF0EE6DF0E6FF7 /* BSG_KSMach_Arm64.c */; }; + F1CFAD1BBFF7E0BDA26021957C170257 /* vp8_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 133986823449A7882523C4DF4CDAB704 /* vp8_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1DBD2564FDBAE92A9E4AA8D7CCC7E01 /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9424315AD5F0B1426BE631E0E48A16FD /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F253676650181C9AB4472384CDCFE3B9 /* CGGeometry+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = A6E0D58232EF1BE4057DF65FDD108841 /* CGGeometry+RSKImageCropper.m */; }; + F2678A8C2C1CC5973FADEE574737BDCE /* RCTInputAccessoryShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 41564D8B06983A5341533D5BA4D59D16 /* RCTInputAccessoryShadowView.m */; }; + F2826D6E1658277DA089B70D6A8EE819 /* vlog_is_on.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BFB30ED854B8C01AD34F0014DAF9AF4 /* vlog_is_on.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2DC4D68D95807B1FAB1279790CB7918 /* RNTapHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 62E5EC542ED5433007F855277F236BD0 /* RNTapHandler.m */; }; + F30AE70097060CD9BC8221D42344048D /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = CA2318FAF8C6794819597B7DA736974E /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F358B6463CF3BC773C24CE612205CF12 /* BugsnagNotifier.h in Headers */ = {isa = PBXBuildFile; fileRef = EF7E231EA5F75269E1782545AFEF5DAE /* BugsnagNotifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3A009B81FF8A92B347826968ED9AF1E /* demux.c in Sources */ = {isa = PBXBuildFile; fileRef = 281C56FBABFEE9C04A3535E9790A9120 /* demux.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + F3D627DC15CA09424071F3BC53A106D0 /* FIRInstanceIDKeyPairUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = E33417ACBFBAB178C661615BA5AB68FD /* FIRInstanceIDKeyPairUtilities.m */; }; + F3E90E8C1586DE0BC8F64B440C00EF15 /* RCTSurfaceRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 85FA1D48D833ABB0A1B1615989E77633 /* RCTSurfaceRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3FF0E6A7EBEC4415BE364AC9798CBC4 /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E2FF0EF6A719422A08A1E74AA5C5D136 /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F40EA7396762A710141555DE1EF792D0 /* ScopeGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 983D468F8C9A0B2C350475DFE638F4C6 /* ScopeGuard.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F4227A5A22C299DB2F673D8875C42BAD /* picture_psnr_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 492152604E4FD300199AC37801C7C124 /* picture_psnr_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + F42576E538BA4EAD61737ED1918F7E19 /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 63F33ED36C0322764AFBD658D2E32149 /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F4640C0CE6B316988B18BF1105985E43 /* BSGSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = CB47469B34FDDF6CADEFA698E652904B /* BSGSerialization.m */; }; + F481E164606508264C13898ADAAAE788 /* RCTScrollContentViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D026ABCDBD78619A4E476193AED5682A /* RCTScrollContentViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F49F1B5A4B1DA201D133771E9923D648 /* webp_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 254440D91C3A7ECA89F32B4582B454A5 /* webp_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + F4F2AD90553CB120BC682940433493B8 /* lossless.h in Headers */ = {isa = PBXBuildFile; fileRef = E7DBE578144365956009AA5CE27574C9 /* lossless.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F4F36A29C561D301C91A59338D5E8744 /* RCTKeyboardObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 6054DB5F045D5F8BD9D721BF98672CA2 /* RCTKeyboardObserver.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F5100582E3FCC4BD8A1031EFC2E7CF14 /* RCTRedBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 846233A24465EE0DD2BD8C6C3B578E7D /* RCTRedBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F515A6E7B426BDEB13B544686F7E09B5 /* REABezierNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 60D3B7C0C9BFFC9C91BBD426CBC1BF43 /* REABezierNode.m */; }; + F518CDF6FC7F5085F4C33D36E71E6B35 /* RNCAppearance.h in Headers */ = {isa = PBXBuildFile; fileRef = F97E853DB70D725BC3302A7AFF33C7B9 /* RNCAppearance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F555F8C238747A97FF295FA277B84567 /* lossless_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FAEBE5D58863C9A3B5B59A94EA01F80 /* lossless_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F567ADBF1B3738DBB51490CA6B7CE24E /* QBImagePickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = CCC3C579B0B11929E0551B33CE6C1686 /* QBImagePickerController.m */; }; + F56B25509F8FD04924C91D993984B005 /* Conv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C6D764A8FFC016671C8031425E8EE2F5 /* Conv.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F588489733C335360B5422279F3C2969 /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AAA1105E0AC1F7C8117B494AECAFDF4 /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F595927E48BC68499910B400D64A825A /* ARTShape.m in Sources */ = {isa = PBXBuildFile; fileRef = A72C645758FFD253BEAF84EF9815D892 /* ARTShape.m */; }; + F5D27F49E8DEC09ED4DF62A5F2975463 /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8C702ABF343F6407668963298BF734C7 /* diy-fp.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + F60AFC502521A8956123317B2306FA2D /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = D4FD56965FE3FFBFD0C50087FDE7D6F4 /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F60DB066439D039A0455DFA72FCFD83F /* QBVideoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = 07DC285D33A89D30352C4C19C1746FEB /* QBVideoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F6730E7A3A36F244F62EB6480A1E6304 /* RAMBundleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AF99652E3E3715C364F42DE991BDB1B6 /* RAMBundleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F69EE9565EC9739DCBEAECC9B2096D35 /* RCTCxxConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 1381694234412DEFC55FFC85C8859B3C /* RCTCxxConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F6B89787B48EB4A234BBEAD9D7FD761A /* RCTRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E959B9FA576284194DF49005EC2F3D3 /* RCTRefreshControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F6BC3D6090988DED79B6F5CC48074FEF /* NSBezierPath+RoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = 273439589765A5A66AC272F5E174994D /* NSBezierPath+RoundedCorners.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F729FF2845CD5C8CA9F83BC033C4A4D5 /* FIRDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = E7CE121DF2DE02220806316553608552 /* FIRDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F72BF847412E0FAF84E1A7E16EA97A46 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = F27020B27DE70C7188CEEE5F520684FA /* UIImage+GIF.m */; }; + F7305542A490B6F40F96281B25C15D50 /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 556F4CD155ABD3629764F7AFABB657D2 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F75DC605FC8D1F7681541CE667AB7CB4 /* huffman_encode_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = CC306A91677E008B485C2693BBF1C7BF /* huffman_encode_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7957488A7E05B294D0FDCB86F08DE8B /* react-native-slider-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F4FA44BC3F924DE88CACFA9DE0722A6F /* react-native-slider-dummy.m */; }; + F7AA02141B7C9712F22D1023EE2FA272 /* syntax_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 09597B21C975650436C74DFFD48A1EF1 /* syntax_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + F7C3B037B97B6C77B9C02AA6E6A366CE /* FIRErrorCode.h in Headers */ = {isa = PBXBuildFile; fileRef = B1FE0D366F6E3BEEE492394D7E4FD699 /* FIRErrorCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7E5C972E05E7175549D6B5131A4AB11 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = C3316057687A0E4CB96C6EADC68B8584 /* SDImageCache.m */; }; + F7EDF44CF901CFAE15E5A31C4B31A19C /* RCTWrapperViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 758BC65F26ABE0B8DB84F926F3833C6E /* RCTWrapperViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7FAC1E73D94665C2A71AF67FE7A9930 /* FIRInstanceIDTokenInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = EF27139234F208AEE736571E47FBD2B5 /* FIRInstanceIDTokenInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7FC446C7B196854DA9D5F0CCB37460B /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C6546E9FD98E3BE5EF35E4FF590C91A /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F80534B97F3B0762396355EE60A3D145 /* RCTScrollContentViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C12809028E6E70029F79024699E11BE2 /* RCTScrollContentViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F81E2DFA7E076498AEFA487459C13FCF /* EXRemoteNotificationRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B63E9B12823AC25D79AE55FE6193299 /* EXRemoteNotificationRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F831BA67263E221FBA278D7508C1607C /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = D73F0E04F999B91AC0744CA12FC382C9 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F83D6DC16A3DDE2C67D8E9F41EF111A9 /* yuv_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = C222210BC14529A331E3ECF70A2EED5E /* yuv_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + F87498071918FC238AE4EC261728F5A8 /* RCTCxxUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 20C12E6286482A074CE08F5EFAD1A07C /* RCTCxxUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F891A17F467C8B71420B0B6FC1B505FD /* RCTSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = EDC4C57603BF295EF4AB5458DCA3EEDF /* RCTSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F903E89A908134BAC586C99F1EFB8F92 /* FIRInstanceID+Private.m in Sources */ = {isa = PBXBuildFile; fileRef = B956A57AB40A828151E2DDC55448CCB3 /* FIRInstanceID+Private.m */; }; + F933C60C18D983D25A94CD31A49C9954 /* RCTProfileTrampoline-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 3C48EE00491A8A4B8EEFA84F944F86A4 /* RCTProfileTrampoline-arm.S */; }; + F94498F57D718CB7AC71CD5A40393BD6 /* RCTPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 850BE6DDDF399BFA44D2506B60C6E1D8 /* RCTPackagerConnection.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F99C6EF148A5F929C6714A10414821BB /* react-native-jitsi-meet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8424053FF468644E6725083AA014F82E /* react-native-jitsi-meet-dummy.m */; }; + FA0980CF93ACFCE4817D2934112E098E /* ColdClass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C35E7FE27DAB66CBC23CF55C160F9F81 /* ColdClass.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FA14342E79B4712BB89BFD6F442A6A64 /* enc_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 8DDE75E72B2E19F5B9CA9F1434A1B294 /* enc_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + FA261EF55BDA4678D08512DF89105B12 /* RNSScreenStackHeaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 09030AD89CF96463AFDAC3E83AAB7284 /* RNSScreenStackHeaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA41B3CEA87D34E244EA46A8F06EBCD1 /* BannerComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 41117C91F10139C28634BBC4671C93AB /* BannerComponent.m */; }; + FA44144AF28DD8451DD209C556DCD1BF /* RCTTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 942B6B2732D9DDD27EEF21B934658816 /* RCTTouchHandler.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FA6CDEB2A292F61C8FA52F4239629B79 /* RNVectorIconsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DF0BB256952FA1C74F4A0CA9BC1673E /* RNVectorIconsManager.m */; }; + FAA84D230376CBFEFBC366FE93E11B41 /* RCTFollyConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = C366E75E4970FFB7A917CCD2CEA7C283 /* RCTFollyConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FAF4E061760C22B95BE08E8A7CB52005 /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C12A2CAC51F8034811D57FAEE5A3A459 /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB3F4050BDAAD6BDCFAEA8A02A706358 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = F6B060FA7384859BC82F1A012092389F /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB5F17821545A8F999EB39EDE058612B /* BSGOutOfMemoryWatchdog.h in Headers */ = {isa = PBXBuildFile; fileRef = C529C576975DCCF37B748202E826D322 /* BSGOutOfMemoryWatchdog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB82A5DA6674B7D813DE2686C03E2CC0 /* RCTScrollContentShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1500D248579B51E7855A20DF09D5BD70 /* RCTScrollContentShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FB8A58CBBA5D6FA69A71DD1E1075091C /* BSG_KSFileUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = C2D159A8C3C058FE1FD797FBDD068527 /* BSG_KSFileUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB97B1AE771BD3BCB2E5A6D924D3A9F2 /* NSDataBigString.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9E99DC06A4F55FF1045238A878165DA2 /* NSDataBigString.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FBA3AD3723EB355128F93C3892B5514C /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = AD4C5E8F109E5073C9334BC16646134A /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FBA62BAE57B920681ECCC87E951DD37B /* RCTModalHostViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DFFC97154F73523F6603DD1F3EE64182 /* RCTModalHostViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FBFF630974B4E7F16EF2281009230DC5 /* RCTInspectorDevServerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 228BC5BCE6BEC2ACC9A23542C259CF7F /* RCTInspectorDevServerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC3D97DAF0161899EA3D1DAD4BC63767 /* FIRLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 407248094230C4CB540340AFC5FDF3B3 /* FIRLoggerLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC43075F446DDCBCB3BEF943699C2806 /* RCTImageBlurUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 20F5484A1BC6E3A8CED6305F18B135AA /* RCTImageBlurUtils.m */; }; + FC7637AE23AF20DDA06CE6C7CD5BC193 /* FIRInstanceIDBackupExcludedPlist.h in Headers */ = {isa = PBXBuildFile; fileRef = F913CAE0697648283B36B0E6B9F9E0E8 /* FIRInstanceIDBackupExcludedPlist.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC8C65A5DB73DEDB0A5DD8610959D4CF /* UMExportedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = ACA35723F300F3BB61F1EFECA1F9C1C9 /* UMExportedModule.m */; }; + FC98D260B0CFC32AFF56A78B6D25EEFA /* DeviceUID.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A8786AC01810ABD6981FF8F09682DAF /* DeviceUID.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FCA9B32C098008A8220242E8353046E7 /* JSBigString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 25B45E8A0058E166563607A2FE47ECE8 /* JSBigString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FCD79EFFF5C8B0950B52990E332E637E /* FIRInstanceIDUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = DA29FECAE359C2F2950641F461432B96 /* FIRInstanceIDUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FCDC5F5AF807DB5781447F7EC845B581 /* RNDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E59C3B11F5E8E852ADAE43B161CD71 /* RNDeviceInfo.m */; }; + FD4EFA8CC12FE490181AB0F8F45FEA83 /* Bugsnag.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EED0C203780706D41F1A222DBAC2AD9 /* Bugsnag.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FD51669FC205662481C7CF2DA4AB6748 /* RCTSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F351B21064CDAC40D1819490D7506A29 /* RCTSafeAreaViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FD93A07171842B9645ABA0BDD9EC9721 /* BSG_KSBacktrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B8AEB36141E644A76869011D140597E /* BSG_KSBacktrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FDE0CFBD5BC520CB3EA47DAA8C5FAE48 /* FIRBundleUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E62AAA99323AAF6FC8A4C5D988DBDB /* FIRBundleUtil.m */; }; + FE098B411C6CE6A74C722B985273AA07 /* experiments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3DB7D908BC246E9CEF24903471EDFFE4 /* experiments.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + FE2DAFC3D1DB1C90CAD82D4C6CDC4BCC /* ieee.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BE6814863EBB3F1C85ACC78CD1A0667 /* ieee.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE7D0BE1B4F581460DB11DCED18BCE1B /* RNCAssetsLibraryRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D065F44C3FCA0A13F1C0E8FA5FBDB71 /* RNCAssetsLibraryRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE9C3D782258B259386212536AAD2830 /* ARTSolidColor.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A17FEC35C795A42DD06D5E212C1DA9 /* ARTSolidColor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FEB08A0DFF9F7B151A3598DFABD3659A /* GDTCCTPrioritizer.m in Sources */ = {isa = PBXBuildFile; fileRef = D7AF0EEF43F86081748C36A1C9D9A230 /* GDTCCTPrioritizer.m */; }; + FF217BF4F60D6ABBE53FF634B951F784 /* FFFastImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B6B3289F56C937FDA8C432D6F5B4B9E /* FFFastImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF25A72AFBFDD3B1F8A677B56EE3F6C6 /* rescaler_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 29E6BDF2F5D56B7867030711E63DFE1D /* rescaler_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + FF60B7B41824DC680D901D24F8DB2F78 /* EXFileSystemLocalFileHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = C54CCB3443354957C01F6FF6B3003657 /* EXFileSystemLocalFileHandler.m */; }; + FF7C6B581125343FB5108C6A39FCBFFB /* QBAlbumCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 95D39EF6618E16776E8A5371CD8547E9 /* QBAlbumCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF8366ADAE423B2AFB5753C39F314128 /* alpha_processing_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = D40726BFD729316AABE7209F9CE71ECB /* alpha_processing_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + FFC03B7D8F37AE0403024D9BD66DB19C /* vp8li_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = AAFF9C0E0B5630B174793EC35C4C38D0 /* vp8li_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 00EF51340E263C1473D858BBA447BDD9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; 013C8C712E31279FB89EBADB1C1A4BC4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2003,12 +1997,12 @@ remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; remoteInfo = UMFileSystemInterface; }; - 01538184A8F8657B7BD4370611454E44 /* PBXContainerItemProxy */ = { + 01E1C2F0C1330276845541D7FCDE9D30 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; - remoteInfo = RNFastImage; + remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; + remoteInfo = "React-RCTSettings"; }; 040622B4EF3FFAC25FCB8BED372F45F5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2017,12 +2011,12 @@ remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; remoteInfo = FirebaseCoreDiagnostics; }; - 04431EA853529060D3FBC0E00035A553 /* PBXContainerItemProxy */ = { + 0406A95038221EF8583EC3F1E240DE0E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; - remoteInfo = KeyCommands; + remoteGlobalIDString = CA400829100F0628EC209FBB08347D42; + remoteInfo = "react-native-notifications"; }; 048AC4BFC3DEB50A8114C3826879AEB7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2031,40 +2025,33 @@ remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; - 05C70C130BBF2D57D3A41CA7A93B606B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; - remoteInfo = "React-RCTVibration"; - }; - 0634B3213AA67FC0CDDCB4F75EEBDA00 /* PBXContainerItemProxy */ = { + 04AF6DEA4DDC0ECB4D5934C8F3D182DB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; - remoteInfo = "rn-extensions-share"; + remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; + remoteInfo = GoogleDataTransportCCTSupport; }; - 0703F7FF7EB29E4E3823B2E7E57576CB /* PBXContainerItemProxy */ = { + 05809CB8554B96BAD97A2522AA570BAF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; }; - 07550E09E09F67B4F44EC5EE4FDBEDDB /* PBXContainerItemProxy */ = { + 05C70C130BBF2D57D3A41CA7A93B606B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6514D69CB93B41626AE1A05581F97B07; - remoteInfo = "react-native-background-timer"; + remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; + remoteInfo = "React-RCTVibration"; }; - 08B76BB156C2D02112D54406D5E268A3 /* PBXContainerItemProxy */ = { + 067ABF57021EB50D890483D4C8639365 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; - remoteInfo = "React-jsiexecutor"; + remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; + remoteInfo = BugsnagReactNative; }; 0A0B4D127A91E77DB469579CC4FF0F57 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2073,54 +2060,33 @@ remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; remoteInfo = "React-cxxreact"; }; - 0B2B9CFC15D517BE095229B09B670DAD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 868B90C74770285449C60DBA82181479; - remoteInfo = EXFileSystem; - }; - 0B2E89B331848A5D8FEDAD3470EBAEC4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; - remoteInfo = RNLocalize; - }; - 0B31EB3B887112ADB976F98D69DE6C00 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A30157FD17984D82FB7B26EE61267BE2; - remoteInfo = RSKImageCropper; - }; - 0C0C3BC9A019EF22BA4F2E4B782314BD /* PBXContainerItemProxy */ = { + 0BC9F2BBC9BBE607E7CCFD808A85B1F0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C0E41540D6862472ED7F2FA11669BE1F; - remoteInfo = Crashlytics; + remoteGlobalIDString = A83ECDA5673771FA0BA282EBF729692B; + remoteInfo = RNFirebase; }; - 0C6729D5FCAFED6BD48AECE40F8A9F42 /* PBXContainerItemProxy */ = { + 0C0C7E4729BB6DEC28583212C48D0667 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; - remoteInfo = BugsnagReactNative; + remoteGlobalIDString = 449C1066B8C16DEDB966DCB632828E44; + remoteInfo = RNAudio; }; - 0D14542018B2272DD1A469E6B37EF69E /* PBXContainerItemProxy */ = { + 0E1E95272142A4DD4793E4BCC36AA7DD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; }; - 0EAADFF9A226016D978D17FE8A50B03C /* PBXContainerItemProxy */ = { + 0E5E035BD27C0F412A58C52F51728C4A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 014495932E402CA67C37681988047CA2; - remoteInfo = UMFontInterface; + remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; + remoteInfo = UMPermissionsInterface; }; 0ECB4C54EED84F5258E41AFD4657F11F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2143,12 +2109,19 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 105F0627F964F208B7E203C6AE12264E /* PBXContainerItemProxy */ = { + 10399A97EABB5F89BCB17ABF69CA87B2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9EB556EE511D43F3D5D7AAF51D8D0397; - remoteInfo = EXWebBrowser; + remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; + remoteInfo = "React-RCTLinking"; + }; + 104EB12BDB7CE9BB901088CB0317D472 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; }; 113CDDB809E5888DDC4ACE47ACB7FEB3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2171,19 +2144,12 @@ remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; remoteInfo = ReactCommon; }; - 1589D5BF4CA04E53F6713BACDF3FDBBF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3E5D106F8D3D591BD871408EEE0CC9FD; - remoteInfo = "react-native-video"; - }; - 15AF678E91F90883755A330BECB850DF /* PBXContainerItemProxy */ = { + 1412D08BDAECA61E636B62B94CE52078 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; - remoteInfo = RNFastImage; + remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; + remoteInfo = "react-native-document-picker"; }; 17299B3B10FACA862736181ECC44D9A8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2192,12 +2158,12 @@ remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; remoteInfo = UMPermissionsInterface; }; - 183A1BF56A3908477B0606F40F3D935C /* PBXContainerItemProxy */ = { + 172BDD77CDCF2840675DA947894A338D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 97C4DE84FA3CC4EC06AA6D8C249949B7; - remoteInfo = UMImageLoaderInterface; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; }; 185B11EB8A27612A9B75BAA1ACDFBF0A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2206,19 +2172,26 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 1BDD5E1689CDD381F27212A6AFADEDEF /* PBXContainerItemProxy */ = { + 19C33ED24FB49FC741E5471B79E46224 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; - remoteInfo = "React-jsiexecutor"; + remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; + remoteInfo = RNVectorIcons; }; - 1C005B7917A8FCCB653F877FC50C3C52 /* PBXContainerItemProxy */ = { + 1AE55B317D1952FD116D76CAAED7DF01 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; + remoteInfo = "react-native-webview"; + }; + 1AE7005914E52A005F591CDE4E355B58 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; + remoteInfo = UMFileSystemInterface; }; 1C84D35F43BF9C71C2EEE3812CDC5C8D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2227,12 +2200,12 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 1E67531A9A1EC38006C02FC6736E1E36 /* PBXContainerItemProxy */ = { + 1EFD775BD2E6D8EAB8DD4C12B10B98CF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; + remoteInfo = "react-native-slider"; }; 201C6A1323C6921817533893269BBE9D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2241,12 +2214,12 @@ remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; remoteInfo = Folly; }; - 2132E614EDF598F91538FE785442C819 /* PBXContainerItemProxy */ = { + 2137D5AADC00C670BBF209C6E3D3878F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; - remoteInfo = EXAV; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; }; 21B7FFD1A14C9DCA797642821E09A7B1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2255,20 +2228,6 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 21C05998014CC204C4B83414CC5D080B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 49821C2B9E764AEDF2B35DFE9AA7022F; - remoteInfo = UMBarCodeScannerInterface; - }; - 21F7DDB6F91E34308909DEA695AEF975 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AD4F40E67E1874A0816F6B34289EB41; - remoteInfo = UMFaceDetectorInterface; - }; 2284921B4FC397971FFFACC555D01A18 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2276,19 +2235,19 @@ remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; - 243E1224598243CE0CCEE4E8D1F2D091 /* PBXContainerItemProxy */ = { + 2415652152E232D9A385F2BF06E30732 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; + remoteInfo = RNReanimated; }; - 24F64DA0EBF41C843358097CC85CEFA9 /* PBXContainerItemProxy */ = { + 243E1224598243CE0CCEE4E8D1F2D091 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; - remoteInfo = "React-RCTSettings"; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; 2539C386890D7883A108FF4E3829524A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2297,13 +2256,6 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 27256248016A2A59F690B3C0D82002F7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; - remoteInfo = GoogleDataTransportCCTSupport; - }; 273EEB006344CBC3B742234147B60471 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2311,33 +2263,40 @@ remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; remoteInfo = DoubleConversion; }; - 28C12D1DF2A9BEFB9C4A13421857C388 /* PBXContainerItemProxy */ = { + 275184F18104D4E8615D6866CB29A402 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; remoteInfo = "React-jsinspector"; }; - 2A542D7DEB91308112C80B056E16E2A9 /* PBXContainerItemProxy */ = { + 287A4B30D18582D993096165A60C3078 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; - remoteInfo = "react-native-slider"; + remoteGlobalIDString = 50188AAB5FAECCA9583327DBA2B0AF2B; + remoteInfo = UMTaskManagerInterface; }; - 2AB4E316E2673B76ACA537189D619922 /* PBXContainerItemProxy */ = { + 293DBD979E37882283943EEFEBC776F0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = 3E5D106F8D3D591BD871408EEE0CC9FD; + remoteInfo = "react-native-video"; }; - 2AECBBFCD4E181174AA8C4489E51F42A /* PBXContainerItemProxy */ = { + 29F3EB3D0DA35A5FE5FDF6DB921A8F6F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 449C1066B8C16DEDB966DCB632828E44; - remoteInfo = RNAudio; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; + }; + 2AB4E316E2673B76ACA537189D619922 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; 2BA87C80F636B0480FC09D41CB82927A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2353,47 +2312,47 @@ remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; remoteInfo = RCTRequired; }; - 2E703AF280C74D0C56906425B3195F9F /* PBXContainerItemProxy */ = { + 2CD60693D39AEAE91E7ADEB448D65FD1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; + remoteGlobalIDString = 3FF2E78BB54ED67CA7FAD8DA2590DBEE; + remoteInfo = "react-native-appearance"; }; - 327AA39C61EDC707A0D68C3034735A34 /* PBXContainerItemProxy */ = { + 2D3326D620B6A39271C4441799294647 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; - remoteInfo = FirebaseCoreDiagnostics; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; }; - 32B5044CE3237F142200CDBDA924FB29 /* PBXContainerItemProxy */ = { + 308CB2ED713BFA054D8EB2F0D06AFA16 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; }; - 32C8EB6F7890500EB0BC57AA195FF549 /* PBXContainerItemProxy */ = { + 320353F04E268962E404EC723479978D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; }; - 32EDED458FEDBDD31B9D588BD688E1DA /* PBXContainerItemProxy */ = { + 32E225C2E87590796F689CDA686A746E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; + remoteInfo = Firebase; }; - 34B2223A6F3757FB1442101D3796F758 /* PBXContainerItemProxy */ = { + 32EDED458FEDBDD31B9D588BD688E1DA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; - remoteInfo = KeyCommands; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; 34B556DF76EB14506DA19B1213547A54 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2402,13 +2361,6 @@ remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; remoteInfo = Folly; }; - 34BAF65BAC035A6E5E81E4763A39A5ED /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BA3F5E5AA483B263B69601DE2FA269CB; - remoteInfo = "react-native-cameraroll"; - }; 3567AD7E2B44760020C17476D70D0A0F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2416,54 +2368,54 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 3668E05AC6E2390D94561DFDD0324C02 /* PBXContainerItemProxy */ = { + 36305F240D87F3E11C4530F378963D6F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; - remoteInfo = "react-native-document-picker"; + remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; + remoteInfo = KeyCommands; }; - 386C0EB352726BA92F7F015C2FB264EF /* PBXContainerItemProxy */ = { + 382951586E78CC41044DCAD3F979C352 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; + remoteGlobalIDString = CA400829100F0628EC209FBB08347D42; + remoteInfo = "react-native-notifications"; }; - 396A0CF624DA1F5E8178679638A366B2 /* PBXContainerItemProxy */ = { + 386C0EB352726BA92F7F015C2FB264EF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; - remoteInfo = UMFileSystemInterface; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; }; - 39719D3D5FA2D6335B1176CA43544BE5 /* PBXContainerItemProxy */ = { + 3A1E47E06590AD806904148A81674998 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A30157FD17984D82FB7B26EE61267BE2; - remoteInfo = RSKImageCropper; + remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; + remoteInfo = "React-RCTBlob"; }; - 3AB72858671724C326138EA3E7BA7494 /* PBXContainerItemProxy */ = { + 3A6CA41075B8D579DF2C7C955B0D73AA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 64F427905796B33B78A704063422979D; - remoteInfo = "rn-fetch-blob"; + remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; + remoteInfo = BugsnagReactNative; }; - 3ACCA6B776C72C779EFC47689C5A1AE0 /* PBXContainerItemProxy */ = { + 3B37B34459C2896DAD51825CA8814EBC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; - remoteInfo = libwebp; + remoteGlobalIDString = 0A915EE9D35CA5636731F8763E774951; + remoteInfo = UMCameraInterface; }; - 3C1A05B2651BC398A971A265A47D9664 /* PBXContainerItemProxy */ = { + 3D2DFABD549FE6DC08A09E656D411E71 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = ABB048B191245233986A7CD75FE412A5; - remoteInfo = Fabric; + remoteGlobalIDString = 64F427905796B33B78A704063422979D; + remoteInfo = "rn-fetch-blob"; }; 3DA6710AAE682E070695F228266936B7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2472,13 +2424,6 @@ remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; - 3DD4E3C42AF6BBBB8C7A318CB1B4692E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 90148E8FD1C445D7A019D504FA8CBC53; - remoteInfo = ReactNativeART; - }; 3E2073FF56543FDA76EFCC77A1820700 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2486,54 +2431,82 @@ remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; remoteInfo = "React-cxxreact"; }; - 3E99FA73B279E07F2B0E0BB033573F7A /* PBXContainerItemProxy */ = { + 3E5A84A1441859E921BB6CD461F5E265 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; - remoteInfo = GoogleAppMeasurement; + remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; + remoteInfo = "react-native-orientation-locker"; }; - 4075FDAF4F6CA4E3FB28187F5C6C6EB0 /* PBXContainerItemProxy */ = { + 3E83DA5CB5A4A4CBE5BC3B7021ECAAEB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; - remoteInfo = "react-native-document-picker"; + remoteGlobalIDString = 0D82774D2A533D3FFAE27CAB4A6E9CB2; + remoteInfo = RNImageCropPicker; }; - 4081F7E82AA90518127218043568BD4D /* PBXContainerItemProxy */ = { + 3F233DD877377E4E13A6102268F04D46 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; - remoteInfo = "React-RCTAnimation"; + remoteGlobalIDString = 3E5D106F8D3D591BD871408EEE0CC9FD; + remoteInfo = "react-native-video"; }; - 418E15E77F7E215AA9622C72DC826707 /* PBXContainerItemProxy */ = { + 3FC82A5B2AC222C7A7933B2CA25610AA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = 9EB556EE511D43F3D5D7AAF51D8D0397; + remoteInfo = EXWebBrowser; }; - 424125C88E14DB56CA12797059758FAB /* PBXContainerItemProxy */ = { + 40084875DC2C681C72190ADA5D777126 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; + remoteGlobalIDString = 868B90C74770285449C60DBA82181479; + remoteInfo = EXFileSystem; }; - 4303759B11C57ADFF16E315D6A8B6A95 /* PBXContainerItemProxy */ = { + 402729C8AF71EB939F39BE06188B3042 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BA3F5E5AA483B263B69601DE2FA269CB; + remoteInfo = "react-native-cameraroll"; + }; + 402E669DAC592D8549ACFE8A6016A9C8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D39AB631E8050865DE01F6D5678797D2; + remoteInfo = "react-native-jitsi-meet"; + }; + 4081F7E82AA90518127218043568BD4D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; + remoteInfo = "React-RCTAnimation"; + }; + 40F1C01F63CD3B0F6E7DFA620AB8DBEA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; + remoteInfo = "React-RCTAnimation"; + }; + 417C4B37FBF10188AF7335F3FA18E334 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; remoteInfo = FBLazyVector; }; - 43E2B6444116567FCEAC138824F9AA29 /* PBXContainerItemProxy */ = { + 418E15E77F7E215AA9622C72DC826707 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; }; 449D79087AC8EFD285D3D6948D363A86 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2549,47 +2522,40 @@ remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; remoteInfo = FirebaseCore; }; - 45C10B22929BEE33297E7923BC555FF9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C0E41540D6862472ED7F2FA11669BE1F; - remoteInfo = Crashlytics; - }; - 46123FA0B5C451A00D38BB12B40AD23A /* PBXContainerItemProxy */ = { + 45AFA3D4740E3124EED9D5ED6B043C63 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = 4D67CFB913D9C3BE37252D50364CD990; + remoteInfo = RNUserDefaults; }; - 46C8DE13FECE137E1DF29D2657A15C93 /* PBXContainerItemProxy */ = { + 4600504FAD268DBF6C7F7DBEF02F915B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; }; - 474A9631252C9E98AE9CC716E56DE0F8 /* PBXContainerItemProxy */ = { + 46123FA0B5C451A00D38BB12B40AD23A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - 479D5EE618CE31D7D0DB7D6C3B4C5BD1 /* PBXContainerItemProxy */ = { + 46C442A90B3F4D2FE8F2908D8DF29193 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EAB05A8BED2CAC923712E1C584AEB299; - remoteInfo = "react-native-keyboard-tracking-view"; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; }; - 47A889685DB2F16FEDB7F35A074D24EC /* PBXContainerItemProxy */ = { + 46C8DE13FECE137E1DF29D2657A15C93 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; - remoteInfo = "react-native-webview"; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; }; 48FF23C1BE2FC883261B458A2FEFC1BB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2598,33 +2564,26 @@ remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; remoteInfo = "boost-for-react-native"; }; - 494E493BF9F89F341728248A19FCC460 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 49A4D23206F94DBF68E9C50F25C56E25 /* PBXContainerItemProxy */ = { + 4952A68A7EE0A73023C8C30F916CDDF6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; - remoteInfo = "react-native-webview"; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; }; - 4CC84FD9DE71FF1170C13D14A3E75436 /* PBXContainerItemProxy */ = { + 4B07143B1B59D56632347002AAAA437D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; }; - 4EF9025535815CEBE6F75AD406177E59 /* PBXContainerItemProxy */ = { + 4F27147283A7B89EF1C01CEFE599CB7C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A83ECDA5673771FA0BA282EBF729692B; - remoteInfo = RNFirebase; + remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; + remoteInfo = RNReanimated; }; 4F47ACA22456ABDDC1033CCE85E508AC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2640,19 +2599,12 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 500A7AAE9EE3313964157EBB4E72330A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; - remoteInfo = GoogleAppMeasurement; - }; - 5123150797BA94C99A1168234A50F7BF /* PBXContainerItemProxy */ = { + 517E95D5CAD03EA75E0C6617D9294D01 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; - remoteInfo = "react-native-slider"; + remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; + remoteInfo = JitsiMeetSDK; }; 52D75569EE8B532085465A5470C6C390 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2661,19 +2613,12 @@ remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; remoteInfo = JitsiMeetSDK; }; - 5306B10E08B0792F71271D400BBDC6DA /* PBXContainerItemProxy */ = { + 53DA77F82575474462AD71648C4EDD36 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A83ECDA5673771FA0BA282EBF729692B; - remoteInfo = RNFirebase; - }; - 5377BD1E1BC0974120576DAA99AFF81D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; }; 53E2A1BD19729C2293AB46582C686251 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2682,19 +2627,19 @@ remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; remoteInfo = GoogleUtilities; }; - 54A7BA384E80D5DB0269C827877FE175 /* PBXContainerItemProxy */ = { + 544592DB0AECB2E27F829CE6D6471112 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; - 54CFB6D224B11FCA24F15A4AA9D14047 /* PBXContainerItemProxy */ = { + 54A7BA384E80D5DB0269C827877FE175 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; 553C9E2156C22165A3D5F8E54F781E1E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2710,12 +2655,12 @@ remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; remoteInfo = ReactCommon; }; - 55FBAB02F2B90D1865E86551FB7DD3F8 /* PBXContainerItemProxy */ = { + 55C9DFEE64190DC5D7B659AEAC999467 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; - remoteInfo = "React-RCTBlob"; + remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; + remoteInfo = RNBootSplash; }; 592671C6C3F74111AF89BE688E45B730 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2724,13 +2669,6 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 597662D0DE206E326CD61FB773089E7E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; - remoteInfo = "React-RCTAnimation"; - }; 59A6F7E541C545C99CA82678B8F26212 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2738,12 +2676,12 @@ remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; remoteInfo = SDWebImage; }; - 5A0A4D47F0C9A3BB88B44D9A88F2E930 /* PBXContainerItemProxy */ = { + 59BACDF507289F4ACB3A4077AC2B6A0D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; - remoteInfo = FirebaseAnalytics; + remoteGlobalIDString = 9E25537BF40D1A3B30CF43FD3E6ACD94; + remoteInfo = FirebaseInstanceID; }; 5BE488B88EB1D7B8BFE4A63D278D4B18 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2752,33 +2690,33 @@ remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; remoteInfo = GoogleUtilities; }; - 5C737FEF11551517FBC69B8338F9E7D6 /* PBXContainerItemProxy */ = { + 5C185361F391575D4DA16E81E17B4A8A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = ABB048B191245233986A7CD75FE412A5; - remoteInfo = Fabric; + remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; + remoteInfo = FBLazyVector; }; - 5CB42AAC21C3B0FDF6C9BAF7253ADDD3 /* PBXContainerItemProxy */ = { + 5E3D2AE3A5333B142CB68B67C4ACE095 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3FF2E78BB54ED67CA7FAD8DA2590DBEE; - remoteInfo = "react-native-appearance"; + remoteGlobalIDString = 214E42634D1E187D876346D36184B655; + remoteInfo = RNScreens; }; - 5D39961455ACD0269DBC590E70DC8C49 /* PBXContainerItemProxy */ = { + 5E4B75F838EA6500E2F70C98C23329FC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; - remoteInfo = FirebaseCoreDiagnostics; + remoteGlobalIDString = EAB05A8BED2CAC923712E1C584AEB299; + remoteInfo = "react-native-keyboard-tracking-view"; }; - 5D3ED1622586625F0EDB097BD77A82BF /* PBXContainerItemProxy */ = { + 5EA1635A7900F18827B314AB2066E54B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0D82774D2A533D3FFAE27CAB4A6E9CB2; - remoteInfo = RNImageCropPicker; + remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; + remoteInfo = "react-native-slider"; }; 5EED9A44D7E37951C7239080722062AE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2787,13 +2725,6 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 5F5ADDA9933A679C40B7C34136E19EF6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; - remoteInfo = SDWebImageWebPCoder; - }; 5FDD7E408B08AF566972547CAF4A8B67 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2801,19 +2732,12 @@ remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; - 6101B38638923524EEE51D29F9EE5972 /* PBXContainerItemProxy */ = { + 60309F1BE665B10103A75D922E3EC51C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; - remoteInfo = RNBootSplash; - }; - 610BCAC61D0A43DDB258359676093F06 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A30157FD17984D82FB7B26EE61267BE2; - remoteInfo = RSKImageCropper; + remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; + remoteInfo = RNFastImage; }; 6423924A022902547DBE5FC8EF93BD4D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -2829,6 +2753,41 @@ remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; remoteInfo = Folly; }; + 66891AB8C01E7C893EB7523B1B22AAA3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 64F427905796B33B78A704063422979D; + remoteInfo = "rn-fetch-blob"; + }; + 670C372A32DD6F4E8DDE9DD208B1959F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; + remoteInfo = EXAV; + }; + 67FBEA74D4E3D03958D3FCA81395FE21 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5EB4B0B6DA6D5C0C3365733BEAA1C485; + remoteInfo = FirebaseCoreDiagnosticsInterop; + }; + 68D035CB9631197AD6B6FD240C349BBF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0A72FB88825FDC7D301C9DD1F8F96824; + remoteInfo = EXPermissions; + }; + 691A3865D64C68C472340C168D9C2400 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; + remoteInfo = FirebaseCoreDiagnostics; + }; 69B6897572B545367799A5E51AFE075D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2836,6 +2795,13 @@ remoteGlobalIDString = D0EFEFB685D97280256C559792236873; remoteInfo = glog; }; + 69B99B1CA02C6A7B7D1C6041F1A33EF7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; + }; 69C4D7766C312F032D5267A5354EEDFE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -2850,173 +2816,159 @@ remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; remoteInfo = RCTRequired; }; - 6A37969BECA45F7C8A3FA069F1C5BC0A /* PBXContainerItemProxy */ = { + 6B9EEBA2024E9C3E4A0B500A9656EFF3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = ABB048B191245233986A7CD75FE412A5; + remoteInfo = Fabric; }; - 6AD8F0073B8817CF7DA7E436661692F1 /* PBXContainerItemProxy */ = { + 6C49B5F5AB63668362CD24681ABECAEE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; - remoteInfo = UMPermissionsInterface; + remoteGlobalIDString = 2B8C13513C1F6D610976B0C8F4402EC1; + remoteInfo = EXAppLoaderProvider; }; - 6BB8E72713E10619E71118A1DA86F074 /* PBXContainerItemProxy */ = { + 6C5D1AF94E953E4888BBFDC54AC217D6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 90148E8FD1C445D7A019D504FA8CBC53; - remoteInfo = ReactNativeART; + remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; + remoteInfo = RNDateTimePicker; }; - 6C0219F656524523DFDA2B58477588FC /* PBXContainerItemProxy */ = { + 6D703170549265D538B76695D9F11BDE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; - remoteInfo = RNLocalize; + remoteGlobalIDString = 6514D69CB93B41626AE1A05581F97B07; + remoteInfo = "react-native-background-timer"; }; - 6E692BE92E63B0ACB509DCF3314960CD /* PBXContainerItemProxy */ = { + 6E0CAEF0DF7688D83AECD74FACE0138B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3FF2E78BB54ED67CA7FAD8DA2590DBEE; - remoteInfo = "react-native-appearance"; + remoteGlobalIDString = EAB05A8BED2CAC923712E1C584AEB299; + remoteInfo = "react-native-keyboard-tracking-view"; }; - 70056FCB7FB870FB7D91F161A3B6F84F /* PBXContainerItemProxy */ = { + 6E29D6575C8DB48BCD6EB09C573D7439 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C0E41540D6862472ED7F2FA11669BE1F; - remoteInfo = Crashlytics; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; }; - 701E284F8703F3BB8AEDFC6F24932473 /* PBXContainerItemProxy */ = { + 70056FCB7FB870FB7D91F161A3B6F84F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 214E42634D1E187D876346D36184B655; - remoteInfo = RNScreens; + remoteGlobalIDString = C0E41540D6862472ED7F2FA11669BE1F; + remoteInfo = Crashlytics; }; - 729C920815C311E1D586861019E10612 /* PBXContainerItemProxy */ = { + 7065495626DCA21731426A45B790DEE2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5EB4B0B6DA6D5C0C3365733BEAA1C485; - remoteInfo = FirebaseCoreDiagnosticsInterop; + remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; + remoteInfo = "boost-for-react-native"; }; - 72BA3707D40AD49DD19DC13CF7B749C2 /* PBXContainerItemProxy */ = { + 707DBFAC0F367C91F7464F128FFF4FCD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4D67CFB913D9C3BE37252D50364CD990; - remoteInfo = RNUserDefaults; + remoteGlobalIDString = C0E41540D6862472ED7F2FA11669BE1F; + remoteInfo = Crashlytics; }; - 72FB2E5C09D1E7C38B54561422D38983 /* PBXContainerItemProxy */ = { + 70E6CA166BBC98CD53E3C1C4431640BE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; + remoteGlobalIDString = 2AD4F40E67E1874A0816F6B34289EB41; + remoteInfo = UMFaceDetectorInterface; }; - 730D0C9E87C821627B583125E6B803EC /* PBXContainerItemProxy */ = { + 71636DF82DE06D5DC5E3003E6877EC08 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; + remoteInfo = "React-RCTVibration"; }; - 7376C532C4FB647A107D7FD9698C24E8 /* PBXContainerItemProxy */ = { + 717692BC65669812B7F522EA2187003C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 74C2CAAD882619C327EBDCCC07631937 /* PBXContainerItemProxy */ = { + 721D022BF7B7A864C121769CB1817B93 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = ABB048B191245233986A7CD75FE412A5; - remoteInfo = Fabric; + remoteGlobalIDString = A30157FD17984D82FB7B26EE61267BE2; + remoteInfo = RSKImageCropper; }; - 7636C6A03013022B7158485E9F36BAA4 /* PBXContainerItemProxy */ = { + 729C920815C311E1D586861019E10612 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2B8C13513C1F6D610976B0C8F4402EC1; - remoteInfo = EXAppLoaderProvider; + remoteGlobalIDString = 5EB4B0B6DA6D5C0C3365733BEAA1C485; + remoteInfo = FirebaseCoreDiagnosticsInterop; }; - 767A7FBE553E3B2B50F9BB50C724CCB2 /* PBXContainerItemProxy */ = { + 731D9A76399671E525E2162EEEAED217 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; - remoteInfo = RNDeviceInfo; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; }; - 77650DB9BCD15D3DBD659DF4437F2533 /* PBXContainerItemProxy */ = { + 7376C532C4FB647A107D7FD9698C24E8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 778E53E54DE503DA2B93D637BC072D5F /* PBXContainerItemProxy */ = { + 74C2CAAD882619C327EBDCCC07631937 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0A72FB88825FDC7D301C9DD1F8F96824; - remoteInfo = EXPermissions; - }; - 784F820DA78EF17ABFE44601CC31F1B3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; - remoteInfo = "React-RCTLinking"; - }; - 7941868B0C918EADAB9CE7BA4DF6FEE2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = ABB048B191245233986A7CD75FE412A5; + remoteInfo = Fabric; }; - 79CA74D9BCA03CD5F39464D5EDAFE1F2 /* PBXContainerItemProxy */ = { + 77650DB9BCD15D3DBD659DF4437F2533 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; - remoteInfo = "React-RCTBlob"; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; - 7AB269EE8D0EA6D610FD1A80FA61EBA7 /* PBXContainerItemProxy */ = { + 79FCCD3960B1C651CD1B8140E92861DD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; - remoteInfo = Yoga; + remoteGlobalIDString = 49821C2B9E764AEDF2B35DFE9AA7022F; + remoteInfo = UMBarCodeScannerInterface; }; - 7AD34A710A84EC9637B0B593EF1D51F6 /* PBXContainerItemProxy */ = { + 7AEA5761B26CAEF1A0C0E82599059DA8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; - remoteInfo = JitsiMeetSDK; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; }; - 7AEA5761B26CAEF1A0C0E82599059DA8 /* PBXContainerItemProxy */ = { + 7B759FB85F7C9C55DF0A284C85720963 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; - remoteInfo = FirebaseAnalytics; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; - 7BFDA1E9BBF494A4F0E446BC206D9F7F /* PBXContainerItemProxy */ = { + 7BDB8FA60F307DBE98E1A1BBBDBE8A45 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; + remoteGlobalIDString = E16E206437995280D349D4B67695C894; + remoteInfo = "React-CoreModules"; }; 7C309567C8843AC36F40EF4B09960A84 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3032,27 +2984,6 @@ remoteGlobalIDString = D0EFEFB685D97280256C559792236873; remoteInfo = glog; }; - 7CAAD02C329DA04EABAA99FDA4FFBBEF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAB05A8BED2CAC923712E1C584AEB299; - remoteInfo = "react-native-keyboard-tracking-view"; - }; - 7CFC21BBFEB7A82CB77B3F13134C4181 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 18B56DB36E1F066C927E49DBAE590128; - remoteInfo = RNRootView; - }; - 7D86E0EC946E710690508A70778A50AB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BA3F5E5AA483B263B69601DE2FA269CB; - remoteInfo = "react-native-cameraroll"; - }; 7DFBE4295EB2D14288E99BCD22619405 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3060,12 +2991,12 @@ remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; remoteInfo = DoubleConversion; }; - 7E7173C0D97D6A4FC13C8DFB12F66011 /* PBXContainerItemProxy */ = { + 7E544BF4B592599D7C926E03AF304B82 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5EB4B0B6DA6D5C0C3365733BEAA1C485; - remoteInfo = FirebaseCoreDiagnosticsInterop; + remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; + remoteInfo = SDWebImageWebPCoder; }; 7F0C8BA205CDCCA50C905295C45878EC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3081,6 +3012,13 @@ remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; + 813B2C49536CDF5D5DCDA2B2CA4D7449 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; + remoteInfo = "boost-for-react-native"; + }; 81C7B5355049BCCDEE79296B202D9398 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3088,40 +3026,40 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 8309463922C888A4211D198F7BF4FC02 /* PBXContainerItemProxy */ = { + 84FE32A6A58FF4DB1E40B42BF726D712 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; + remoteGlobalIDString = E16E206437995280D349D4B67695C894; + remoteInfo = "React-CoreModules"; }; - 84C34CD673018D254BF480BF14FF2890 /* PBXContainerItemProxy */ = { + 8513B0B23F501D30EBD770AE16DDC32D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 449C1066B8C16DEDB966DCB632828E44; - remoteInfo = RNAudio; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; }; - 86FBD5BA95718ED6238A8919F42616C5 /* PBXContainerItemProxy */ = { + 8584DE7BCC7ADB3BDB3FE89B61242870 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 014495932E402CA67C37681988047CA2; - remoteInfo = UMFontInterface; + remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; + remoteInfo = Firebase; }; - 880E09ED5680F9853220E14F334D0ECC /* PBXContainerItemProxy */ = { + 86FBD5BA95718ED6238A8919F42616C5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; + remoteGlobalIDString = 014495932E402CA67C37681988047CA2; + remoteInfo = UMFontInterface; }; - 8826086781226E80504011E2BB7CCD4B /* PBXContainerItemProxy */ = { + 8786903AA6F32475D724C105FB071E9A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; - remoteInfo = SDWebImageWebPCoder; + remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; + remoteInfo = RNBootSplash; }; 882BEE9E8FCF0A6BD665F01DFBEF822B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3130,40 +3068,12 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 8843FEF2936F6906F3DEA4AB5FA3FB99 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2038C6F97563AAD6162C284B3EDD5B3B; - remoteInfo = UMSensorsInterface; - }; - 88A30E1FECB26769CBCCFBE0D308D1A3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; - remoteInfo = RNGestureHandler; - }; - 8955046A948AADF1313D62D571167563 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; - remoteInfo = "React-RCTLinking"; - }; - 8992DE6C573961543133CE40C0AB9C0D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; - remoteInfo = "boost-for-react-native"; - }; - 8B53E7A1E3DE4049A7BA39703DD90925 /* PBXContainerItemProxy */ = { + 8AD98246D0E79A443E9598472BA4C7AB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; - remoteInfo = BugsnagReactNative; + remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; + remoteInfo = RNFastImage; }; 8CD598B3122E1B5D5E0411E9F8DFF385 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3179,33 +3089,33 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 8DAE8772A5E0DA9038BCE0095AAC3FC8 /* PBXContainerItemProxy */ = { + 8E4A3D572F553CEC53BF18485A903A9B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; - remoteInfo = "React-RCTText"; + remoteGlobalIDString = BA3F5E5AA483B263B69601DE2FA269CB; + remoteInfo = "react-native-cameraroll"; }; - 8F8D97FDA93DF806279F1C90D2E34F62 /* PBXContainerItemProxy */ = { + 8F88FE0C04DC1C152B58E0361B149376 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = 4D67CFB913D9C3BE37252D50364CD990; + remoteInfo = RNUserDefaults; }; - 8F9C092E99659D6C24A81AAD6FE25036 /* PBXContainerItemProxy */ = { + 8F8D97FDA93DF806279F1C90D2E34F62 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; - 90329182C296B0DAAADEF08D1C8B8ACA /* PBXContainerItemProxy */ = { + 8F92F098DAF2474862E1EAF580073CAE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; + remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; + remoteInfo = RNDeviceInfo; }; 914920FE125E08820136442E6C40FF7E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3221,19 +3131,19 @@ remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; remoteInfo = SDWebImage; }; - 9364418E65938ADFB5D5A44BABF7F5E6 /* PBXContainerItemProxy */ = { + 92C8167A0B1C0CFC5EDCB6A77E82F0CA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = CA400829100F0628EC209FBB08347D42; - remoteInfo = "react-native-notifications"; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; }; - 94E8659D967F363689C15DBF436A51F7 /* PBXContainerItemProxy */ = { + 954E0CCA5E8B480350E8436EE474FAD8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; - remoteInfo = JitsiMeetSDK; + remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; + remoteInfo = RNLocalize; }; 95BD7607104E910918F88DD81F19B1C1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3242,6 +3152,27 @@ remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; remoteInfo = DoubleConversion; }; + 95F202C16F2E096E63EA85E929C33A4F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 90148E8FD1C445D7A019D504FA8CBC53; + remoteInfo = ReactNativeART; + }; + 96259237E6EF341CE2D2ADC369748D00 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; + remoteInfo = libwebp; + }; + 971EBA09E440DFF8F429A7118EEA8FDE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; + remoteInfo = "react-native-webview"; + }; 973587FD3243D488ACC2A2CBA4B833BD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3263,6 +3194,13 @@ remoteGlobalIDString = D0EFEFB685D97280256C559792236873; remoteInfo = glog; }; + 98D896D698F7491BAE25E198EB3446F6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; + remoteInfo = "react-native-orientation-locker"; + }; 9999A457A3E364808C9E122EC64D955D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3277,13 +3215,6 @@ remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; - 9A464303D929963E48590E12C3BE739E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; - remoteInfo = "react-native-orientation-locker"; - }; 9AC1F06D86A0940CBEDC84127390E31D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3298,75 +3229,75 @@ remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; remoteInfo = "React-RCTBlob"; }; - 9BCD2366AD6375A5D1D929224F8048EA /* PBXContainerItemProxy */ = { + 9B4B943D6F7368C124A65870E1B5AA7D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0A915EE9D35CA5636731F8763E774951; - remoteInfo = UMCameraInterface; + remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; + remoteInfo = "React-RCTActionSheet"; }; - 9CC8F090C8F28D3800E3B95983F74865 /* PBXContainerItemProxy */ = { + 9C9DCBD3CB2DE5791F27DCB8E00C5BB5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; }; - 9EEE23D6519FCEE6884F6DF117317D7A /* PBXContainerItemProxy */ = { + 9D51D3FFD7C86A6A93E99C5CE65657CB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; + remoteInfo = RNDateTimePicker; }; - 9F1E50BC2FC4752673D95610B10CB9A6 /* PBXContainerItemProxy */ = { + 9D7112820FE404AD3889A8C613EB673D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; + remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; + remoteInfo = "React-RCTText"; }; - 9FCDA06EB9A27715ECDD6928481C2934 /* PBXContainerItemProxy */ = { + 9E36FBA6389A33166DD5FC00876F9356 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 50188AAB5FAECCA9583327DBA2B0AF2B; - remoteInfo = UMTaskManagerInterface; + remoteGlobalIDString = 90148E8FD1C445D7A019D504FA8CBC53; + remoteInfo = ReactNativeART; }; - A0A095E1F8CAF0FA980B9438BD860247 /* PBXContainerItemProxy */ = { + 9EEE23D6519FCEE6884F6DF117317D7A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; - remoteInfo = GoogleDataTransportCCTSupport; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; - A0BA98AFD3A542EDD80C4A1EA67CF175 /* PBXContainerItemProxy */ = { + 9FEB6FFD475ADDB7C8F4320897A09299 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; - remoteInfo = Firebase; + remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; + remoteInfo = GoogleDataTransportCCTSupport; }; - A19D5B7257CF2FC19B77E067CBDBD2A8 /* PBXContainerItemProxy */ = { + A219A525F7D89CB505775229778B9A36 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; - remoteInfo = RNVectorIcons; + remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; + remoteInfo = FirebaseCoreDiagnostics; }; - A25C9FBBB89C38B3B89AF8B6184724F3 /* PBXContainerItemProxy */ = { + A2714C3F770F38D4074DD0F61DA9CF45 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; - remoteInfo = RNDateTimePicker; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; - A2714C3F770F38D4074DD0F61DA9CF45 /* PBXContainerItemProxy */ = { + A2FBD5133148A69D26BD3F8CB2963991 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; }; A33043B018A8D3B28DA9124A1579E13A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3375,40 +3306,54 @@ remoteGlobalIDString = D0EFEFB685D97280256C559792236873; remoteInfo = glog; }; - A338B2EA637A261726C42F278A3D8665 /* PBXContainerItemProxy */ = { + A3B47DA7FB5AF667B2756DAC549D2642 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; + }; + A3B60D1C518F1C8C813F5E32A75DD327 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2038C6F97563AAD6162C284B3EDD5B3B; + remoteInfo = UMSensorsInterface; + }; + A3E4D5683701E2A900C35ED966EB6653 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = D39AB631E8050865DE01F6D5678797D2; remoteInfo = "react-native-jitsi-meet"; }; - A3B47DA7FB5AF667B2756DAC549D2642 /* PBXContainerItemProxy */ = { + A527A444ED21744AF6544777DFE6404E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; - remoteInfo = Yoga; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; }; - A5EDF55762B7ABE58020D109912E4608 /* PBXContainerItemProxy */ = { + A6D3FBE192729DD81F271A1FC6DA3AC7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C49345AFA49B098B0384C4FA864A4868; - remoteInfo = QBImagePickerController; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; }; - A7E5D397C11338DEED5E896EF959836C /* PBXContainerItemProxy */ = { + A6D422094C74D84634D1485AE974F60A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; - remoteInfo = libwebp; + remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; + remoteInfo = RNVectorIcons; }; - A81605657D018360C2142B86E3A646F5 /* PBXContainerItemProxy */ = { + A7E5D397C11338DEED5E896EF959836C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; + remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; + remoteInfo = libwebp; }; A8D228C6F74629133C291F6B44D7694D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3424,6 +3369,13 @@ remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; remoteInfo = "React-jsiexecutor"; }; + A9689D073775F19CC22FBFBEB8D401B0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; A9D92F68FAFAEBBE26C78B0172ED347C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3438,19 +3390,54 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - ADBED58D4694BCF256BF8A08894659AF /* PBXContainerItemProxy */ = { + AB360A4F54357E0EF27BA1013DA95BD3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D39AB631E8050865DE01F6D5678797D2; - remoteInfo = "react-native-jitsi-meet"; + remoteGlobalIDString = 6C1893932A69822CBE3502F2E0BCFB6D; + remoteInfo = EXConstants; }; - AFF74AD800513E8ADF86A29EA37DB955 /* PBXContainerItemProxy */ = { + ABCA878079204477F95ACF349B134A59 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C49345AFA49B098B0384C4FA864A4868; - remoteInfo = QBImagePickerController; + remoteGlobalIDString = 0D82774D2A533D3FFAE27CAB4A6E9CB2; + remoteInfo = RNImageCropPicker; + }; + AC8F1A49C5EFA6AED6CD03F6A8510E5A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; + }; + ACC1286B8334CEC95ACD1C3ABFB49E22 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + AD38898AC452DBA3DE9FE7EA27BCFF9B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; + remoteInfo = RNGestureHandler; + }; + AEC8DF6D4B91F6B6CAA5DFE9C52B76F8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A30157FD17984D82FB7B26EE61267BE2; + remoteInfo = RSKImageCropper; + }; + B05729177D762B1484EA31FE2B192F72 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; }; B10540874D34CE93E1E04DA052C09DD7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3459,6 +3446,13 @@ remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; remoteInfo = "React-RCTLinking"; }; + B28EF074B302B6A2D8F38DED8CEF9B05 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; + remoteInfo = "React-RCTActionSheet"; + }; B40AA08577F30A00FD2A25A08341964A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3466,12 +3460,12 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - B42F65971F76910290A921E5BE621605 /* PBXContainerItemProxy */ = { + B412D7FD710901709A3083B46CF3702F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; - remoteInfo = Yoga; + remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; + remoteInfo = "react-native-document-picker"; }; B45BFCA094BB2306A256FB04420598F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3487,33 +3481,40 @@ remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; remoteInfo = "React-RCTNetwork"; }; - B7CA8E5E6048734280447632DB142C89 /* PBXContainerItemProxy */ = { + B68576AFB6F11BAD9DF77AAAB1786E92 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; + remoteGlobalIDString = ABB048B191245233986A7CD75FE412A5; + remoteInfo = Fabric; }; - B7F08F4FE6E75DBA4C38D8B789F2ABAE /* PBXContainerItemProxy */ = { + B687C9A22D2D12EFB200C5D67C839906 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; - remoteInfo = "React-RCTAnimation"; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + B78DEBEDD5ABBC8402DD51C6392DDD23 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; }; - B7FA155A3592D6B638DF4C6E365A6C37 /* PBXContainerItemProxy */ = { + B7CA8E5E6048734280447632DB142C89 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = D0EFEFB685D97280256C559792236873; remoteInfo = glog; }; - B8191856C272D3F949F26832F7C32B37 /* PBXContainerItemProxy */ = { + B8970DFDF95002FD0A14B4D77503A214 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; + remoteInfo = "React-RCTSettings"; }; B8E5BD7E0904D95225F1C6CC70ADE8CA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3522,47 +3523,47 @@ remoteGlobalIDString = D0EFEFB685D97280256C559792236873; remoteInfo = glog; }; - B968C139272C268244CF59E8D66DFB16 /* PBXContainerItemProxy */ = { + B9D79D20404B146AC29C03FE1AD96C03 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; - remoteInfo = "React-RCTActionSheet"; + remoteGlobalIDString = 9E25537BF40D1A3B30CF43FD3E6ACD94; + remoteInfo = FirebaseInstanceID; }; - B9F6134AA6CD3820CE35B60CB340E91D /* PBXContainerItemProxy */ = { + BA3F7D36F6E5ECA2F4C8FAB2CB071D26 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EAEBAE5C8257AED94B3BED47A0E0E3FA; - remoteInfo = "QBImagePickerController-QBImagePicker"; + remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; + remoteInfo = "rn-extensions-share"; }; - BB43E3440C83F8BC24E141BE6C01D507 /* PBXContainerItemProxy */ = { + BA6A87806E852DECE2417B12D5CFCFD3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; }; - BBDC7C661CA5567D3925BC0747CAAEC5 /* PBXContainerItemProxy */ = { + BB43E3440C83F8BC24E141BE6C01D507 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; - remoteInfo = GoogleAppMeasurement; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; }; - BD67F50C748CBEE78605A9E343372A8D /* PBXContainerItemProxy */ = { + BBBCB452501F022F10A90B55CBEEE891 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = CA400829100F0628EC209FBB08347D42; - remoteInfo = "react-native-notifications"; + remoteGlobalIDString = 3FF2E78BB54ED67CA7FAD8DA2590DBEE; + remoteInfo = "react-native-appearance"; }; - BE3725F7F38D07E365C26407E27264D2 /* PBXContainerItemProxy */ = { + BBDC7C661CA5567D3925BC0747CAAEC5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; - remoteInfo = "React-RCTSettings"; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; }; BF32D407ED9D0F154DE76F25EEB923DB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3578,54 +3579,47 @@ remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; remoteInfo = DoubleConversion; }; - BF7703A1FBC651050E23B6104637F6F0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 64F427905796B33B78A704063422979D; - remoteInfo = "rn-fetch-blob"; - }; - BFA470827F14C946DA5BAE3D1912C818 /* PBXContainerItemProxy */ = { + BFD1349A73D002FF8BADA635DB23EA34 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 897EF6A99176326E24F51E2F2103828C; - remoteInfo = UMReactNativeAdapter; + remoteGlobalIDString = 5EB4B0B6DA6D5C0C3365733BEAA1C485; + remoteInfo = FirebaseCoreDiagnosticsInterop; }; - BFD1349A73D002FF8BADA635DB23EA34 /* PBXContainerItemProxy */ = { + C007ACF14C1064044D9BD8EB35FEB43A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5EB4B0B6DA6D5C0C3365733BEAA1C485; - remoteInfo = FirebaseCoreDiagnosticsInterop; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; }; - C1CC70707F2B30366A88A2E5E3B7E772 /* PBXContainerItemProxy */ = { + C205DB80B1CEEF68C92E6343357D7C8A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; + remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; + remoteInfo = KeyCommands; }; - C1DB6B2FB2C52CF5451D56523BC6A4A0 /* PBXContainerItemProxy */ = { + C41CF851F7FF52EAD14A31FC91CE44F2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; - remoteInfo = EXHaptics; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; - C3D793A89D0BEA7E06D1325F92EF558F /* PBXContainerItemProxy */ = { + C48E979E1D0D6C5043ACA61F36400E90 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9668C19AA6D8EA320F83875FA286855A; - remoteInfo = UMConstantsInterface; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; }; - C506E3AAD19C4818C40239DF18CA9B69 /* PBXContainerItemProxy */ = { + C4E52F1E098EC9D179CFCEF2A3754390 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; - remoteInfo = "boost-for-react-native"; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; C583A5691E3DAE99E4675FD1989CDA14 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3662,20 +3656,6 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - C76DF3A953DDD79F9AF83698340CE5DA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; - remoteInfo = RNDateTimePicker; - }; - C8D6ADF316FDA972C538985DF8473A67 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; - }; CAAEE7A21CB80F6BF942643AE53B944E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3683,33 +3663,33 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - CAB679A784D0B47B9C9BCBD3EBAB8F36 /* PBXContainerItemProxy */ = { + CAD9ABFE1D8247DFCA7C5B5DC70C1C94 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; - CACC849D71C13185653FEBEEAD053FE9 /* PBXContainerItemProxy */ = { + CB9A1514A74BA6B294881C5D49B4BD56 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6514D69CB93B41626AE1A05581F97B07; - remoteInfo = "react-native-background-timer"; + remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; + remoteInfo = "React-RCTText"; }; - CAD9ABFE1D8247DFCA7C5B5DC70C1C94 /* PBXContainerItemProxy */ = { + CC390744717882FAF013326AE2225D8D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; }; - CD0266D3613289FCDC9D0D0735A63FCA /* PBXContainerItemProxy */ = { + CC7FEEE361E9E93EC0AF53DEA0487162 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; - remoteInfo = Firebase; + remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; + remoteInfo = RNGestureHandler; }; CD13E8227960B07BA93BD3A6A40F0B23 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3718,12 +3698,12 @@ remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; remoteInfo = "React-RCTImage"; }; - CE083BB07F9AF3F55E0E94A6776C7F05 /* PBXContainerItemProxy */ = { + CE4A7DC33E0F6EA56EC03CA52580CE16 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; + remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; + remoteInfo = JitsiMeetSDK; }; CEEAB0ABDC6919813DC4584C776CA72F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3732,26 +3712,33 @@ remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; remoteInfo = "boost-for-react-native"; }; - D07A2073C8416FD3ABDA2FC695482B1F /* PBXContainerItemProxy */ = { + CF4C77FAF354C159D5D07A168021AC69 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; - remoteInfo = Firebase; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; }; - D0E7F1334DC7E8C9A9B1BA5F5E40B556 /* PBXContainerItemProxy */ = { + CF87F655D13B486B7A39F4A5166807A5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0D82774D2A533D3FFAE27CAB4A6E9CB2; - remoteInfo = RNImageCropPicker; + remoteGlobalIDString = 6D979AB5FDA2E858850D9903776A30B3; + remoteInfo = "RNImageCropPicker-QBImagePicker"; }; - D159D080013BC46A737B29A998580E49 /* PBXContainerItemProxy */ = { + D07A2073C8416FD3ABDA2FC695482B1F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E16E206437995280D349D4B67695C894; - remoteInfo = "React-CoreModules"; + remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; + remoteInfo = Firebase; + }; + D14EB4032B97D656CD01BDCE3A3390DE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; }; D1DD6F0528614F3F6A959C01AB7F7DCB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3760,26 +3747,26 @@ remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; remoteInfo = Folly; }; - D30AD787E43DE3AC8E24B315F185B31F /* PBXContainerItemProxy */ = { + D2C7310A49E77758AC413C2BF25CA941 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; + remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; + remoteInfo = RNLocalize; }; - D310F99A161A674E78AF779AD1942AE4 /* PBXContainerItemProxy */ = { + D30AD787E43DE3AC8E24B315F185B31F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5EB4B0B6DA6D5C0C3365733BEAA1C485; - remoteInfo = FirebaseCoreDiagnosticsInterop; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; }; - D41E3DACC67C081B275DABDD556E2195 /* PBXContainerItemProxy */ = { + D4001BB8F0E1CC188062556FC8254A35 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; - remoteInfo = FirebaseAnalytics; + remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; + remoteInfo = EXHaptics; }; D465047540D12FD9D95291AE82A76DB9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3795,89 +3782,89 @@ remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; remoteInfo = SDWebImageWebPCoder; }; - D47A32338183EFC04075CE9AD2F89F33 /* PBXContainerItemProxy */ = { + D59A73644A58ECC04E1987DB3C8A1BC6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; - remoteInfo = "rn-extensions-share"; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; }; - D485AFD6631E9F2BC87CF133CE44A37D /* PBXContainerItemProxy */ = { + D5B64814EF2A440EB22C618F91BCAE0B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; - remoteInfo = RNReanimated; + remoteGlobalIDString = 18B56DB36E1F066C927E49DBAE590128; + remoteInfo = RNRootView; }; - D5558AAA4D92303C63F0E2ED876AC1E7 /* PBXContainerItemProxy */ = { + D624DE6873C7905B1A1CADFD49663364 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; + remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; + remoteInfo = libwebp; }; - D59A73644A58ECC04E1987DB3C8A1BC6 /* PBXContainerItemProxy */ = { + D70666205C99C6195B5678C376383933 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; }; - D6C70AE4986C797024351452E56B545C /* PBXContainerItemProxy */ = { + D781C1652968935BF4F42491DC466AFB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4D67CFB913D9C3BE37252D50364CD990; - remoteInfo = RNUserDefaults; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; }; - D727F5883E7A6EA4433E17239344714D /* PBXContainerItemProxy */ = { + D8BA779B67C0609ECB59A0ABEA386ED1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; - remoteInfo = libwebp; + remoteGlobalIDString = 97C4DE84FA3CC4EC06AA6D8C249949B7; + remoteInfo = UMImageLoaderInterface; }; - D94E3E68B5F3942E659EBF1C2EA57FCF /* PBXContainerItemProxy */ = { + D9E3EDC835FCF7086651DEA02BD80CC6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; - remoteInfo = "React-RCTVibration"; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; - D9B8C4BFF51E86E843EDF9993F467999 /* PBXContainerItemProxy */ = { + DA4E0CF0076635A9C93366BE55B631DC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; - remoteInfo = RNReanimated; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; }; - D9E3EDC835FCF7086651DEA02BD80CC6 /* PBXContainerItemProxy */ = { + DAE75970E173695ADA1DDFDF7503C0C1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; + remoteInfo = SDWebImageWebPCoder; }; - DB7F8FFEBFD4F1F21E938572BD164D57 /* PBXContainerItemProxy */ = { + DAEB0AF2BFDB8B949BE59A274BDCC56A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; + remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; + remoteInfo = "React-RCTBlob"; }; - DDC3038F75F2A9519773ABAA55479EB1 /* PBXContainerItemProxy */ = { + DD9BC5B98128BCBE02EE7D0F305714A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; - remoteInfo = "React-RCTText"; + remoteGlobalIDString = 18B56DB36E1F066C927E49DBAE590128; + remoteInfo = RNRootView; }; - DDFA131F8A17C0CC7D5FCF450E11A752 /* PBXContainerItemProxy */ = { + DDC3038F75F2A9519773ABAA55479EB1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; - remoteInfo = FBLazyVector; + remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; + remoteInfo = "React-RCTText"; }; DDFCA674E1FE8DC1DB86D5A0C0A1FB6A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3900,47 +3887,40 @@ remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; remoteInfo = nanopb; }; - DFF21A77DD7FB0CCE8B065449BFFDAE9 /* PBXContainerItemProxy */ = { + E3DCB3D8F0A533B7BB46EB61E99CA3EE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; }; - E069DD6A128A3E97B57C5798DB90027C /* PBXContainerItemProxy */ = { + E566304553EFCEBA4F051E9BCAD0BB6A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9E25537BF40D1A3B30CF43FD3E6ACD94; - remoteInfo = FirebaseInstanceID; + remoteGlobalIDString = A83ECDA5673771FA0BA282EBF729692B; + remoteInfo = RNFirebase; }; - E18E19BC40E312065A934AD86DC1D216 /* PBXContainerItemProxy */ = { + E56C8CB5984F079F18A8A02FB8BDBFC2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; - remoteInfo = "react-native-orientation-locker"; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; }; - E20BA40E1FB3A19270176C471380F136 /* PBXContainerItemProxy */ = { + E5977561143FBB1F7FC7B0730E111BD6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6C1893932A69822CBE3502F2E0BCFB6D; - remoteInfo = EXConstants; - }; - E3DCB3D8F0A533B7BB46EB61E99CA3EE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; + remoteGlobalIDString = 214E42634D1E187D876346D36184B655; + remoteInfo = RNScreens; }; - E4F28DAE166F9E498310BBA14A528CB5 /* PBXContainerItemProxy */ = { + E72F93C5ADD69CD4E8122F4FCBFEDA4B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; + remoteGlobalIDString = 449C1066B8C16DEDB966DCB632828E44; + remoteInfo = RNAudio; }; E7713748923D5218C5086559D4632CF6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3956,54 +3936,26 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - E891F66582FED623E07D97B1E36EE7D9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; - }; - E8FD7532463B0528F9CE61138294EC2E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - EBAF62ADC30FA8B277B070824E0E1EA0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9E25537BF40D1A3B30CF43FD3E6ACD94; - remoteInfo = FirebaseInstanceID; - }; - EBD21F60815F964A3EAAB0E733BFEAE6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E16E206437995280D349D4B67695C894; - remoteInfo = "React-CoreModules"; - }; - ED591566C14A4AB3B5F680F8B1D97B46 /* PBXContainerItemProxy */ = { + E807FCAA63ACCD6E07113B2719C5CE62 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; - remoteInfo = "React-RCTActionSheet"; + remoteGlobalIDString = 5EB4B0B6DA6D5C0C3365733BEAA1C485; + remoteInfo = FirebaseCoreDiagnosticsInterop; }; - ED6221FD46E22E1AA615939504A7C6FC /* PBXContainerItemProxy */ = { + E879B118CC080DD7D9D9466736FD606B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; - remoteInfo = RNGestureHandler; + remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; + remoteInfo = "React-RCTVibration"; }; - ED74465392F01B9F9147B55D9B1B7D87 /* PBXContainerItemProxy */ = { + E8FD7532463B0528F9CE61138294EC2E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C49345AFA49B098B0384C4FA864A4868; - remoteInfo = QBImagePickerController; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; }; EE98A4C80DE900CD0C9ED8195B4EF52D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4033,20 +3985,6 @@ remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; remoteInfo = RCTTypeSafety; }; - F0AAFE2ACEE726529D77E7E525FED6B0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; - }; - F0F364526885E249CC7632EC64DED71D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 214E42634D1E187D876346D36184B655; - remoteInfo = RNScreens; - }; F11BC96676F5675A20A8EEF5971E90CC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4054,13 +3992,6 @@ remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; remoteInfo = "React-jsinspector"; }; - F133D56C6FE365705A91ACC220219C09 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; - remoteInfo = "React-RCTVibration"; - }; F142B4DF83D0AEA677D3ABE7D7E5BA0C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4068,13 +3999,6 @@ remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; remoteInfo = GoogleUtilities; }; - F1BB0E83A7FEE32318C57FD61F4887B6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; F1D31400DE78E76FE461920F078645F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4089,12 +4013,12 @@ remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; remoteInfo = nanopb; }; - F492F288F57D9F5DB3F71CE4248EE0D4 /* PBXContainerItemProxy */ = { + F526CFA1968B27B4BEA79732D19A8FDD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 18B56DB36E1F066C927E49DBAE590128; - remoteInfo = RNRootView; + remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; + remoteInfo = "React-RCTLinking"; }; F56EBC18CB64EE0482444624DFEC06A2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4110,26 +4034,26 @@ remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; remoteInfo = DoubleConversion; }; - F6A14184DE3C02C257A7298719E4FD9B /* PBXContainerItemProxy */ = { + F66DF275B4674A769762AB96EE55CFEB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = 9668C19AA6D8EA320F83875FA286855A; + remoteInfo = UMConstantsInterface; }; - F6F6D156ABBE01FB848EF56204A6311F /* PBXContainerItemProxy */ = { + F6A14184DE3C02C257A7298719E4FD9B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; - remoteInfo = RNBootSplash; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; - F70EC00500E3DE271BC4930EF0D28F58 /* PBXContainerItemProxy */ = { + F7E4A705A8999C3724E4A0F45D1714B7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3E5D106F8D3D591BD871408EEE0CC9FD; - remoteInfo = "react-native-video"; + remoteGlobalIDString = 6514D69CB93B41626AE1A05581F97B07; + remoteInfo = "react-native-background-timer"; }; F84AAAA2C19F25EDD3EC2AACB0E9E389 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4138,12 +4062,40 @@ remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; remoteInfo = UMPermissionsInterface; }; - F9B7212591B48FEEE358E44C41E046B0 /* PBXContainerItemProxy */ = { + F8D4D2CDF1354D450268ABEC07E1B256 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; - remoteInfo = RNVectorIcons; + remoteGlobalIDString = A30157FD17984D82FB7B26EE61267BE2; + remoteInfo = RSKImageCropper; + }; + F9BC7D28AD87790D95A38C36E89FA025 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + F9FA9A4B93BE9BA6DAB7949C24BB5F24 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; + remoteInfo = "rn-extensions-share"; + }; + FAC02C27A0673C97EF1C046A21DB770C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; + }; + FAEB113988D078551DD440B5811BE6B7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; }; FC21EA40C24BBDB20C2BE4568BC0017C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4152,12 +4104,26 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - FC7003B510EE6728BFC5CCF8FBEE036F /* PBXContainerItemProxy */ = { + FC2D8CDA8C6819244FFB8BEC04875A14 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; - remoteInfo = RNDeviceInfo; + remoteGlobalIDString = 014495932E402CA67C37681988047CA2; + remoteInfo = UMFontInterface; + }; + FC3D1359470801CE2B157C29ED51BEBD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C0E41540D6862472ED7F2FA11669BE1F; + remoteInfo = Crashlytics; + }; + FC3F84C6724CFB62A253DF9B93BF2C02 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; + remoteInfo = "React-RCTAnimation"; }; FC9ECE85F287C504E4BF453D581199F5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4166,2201 +4132,2213 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - FD4E29DF059AA37DE968373CE5AD07DC /* PBXContainerItemProxy */ = { + FD95985655C01A2E05B291CA06AAFCD4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; - remoteInfo = "React-RCTText"; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; + }; + FDB0917B1E44BD76953F344AF79CA564 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; + remoteInfo = RNDeviceInfo; + }; + FF05F025FB43CF1DC5992E8D006B331D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 897EF6A99176326E24F51E2F2103828C; + remoteInfo = UMReactNativeAdapter; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 005BFE8D450B842344F1001F99C8B120 /* Fabric.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Fabric.xcconfig; sourceTree = ""; }; - 00A34303E9F2D4DAAC1B6C0F8854425C /* RCTAdditionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAdditionAnimatedNode.h; sourceTree = ""; }; - 00CE44116E28CC06CE1A5026D582395E /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; - 00E5084245D9852128183D80996CAF3D /* RCTSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSliderManager.m; sourceTree = ""; }; - 00FF2CC451EB7D77A0373E516E9690A0 /* RCTPackagerClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPackagerClient.m; sourceTree = ""; }; - 01089515CF71EEDA6B00D630FC8A9EF0 /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = SDWebImage/Core/SDAnimatedImageRep.m; sourceTree = ""; }; - 010A81CAA9D3901155C3820C40554CEA /* RCTPackagerClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerClient.h; sourceTree = ""; }; - 0120F6D392E51FEB95BA4D0EB32C40BD /* BSG_KSBacktrace_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace_Private.h; sourceTree = ""; }; + 000CF4B07323DE0DF96F8E98827BD0E1 /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleMethod.mm; sourceTree = ""; }; + 0013A8590B263E8EAA1ABEA919F20609 /* EXHaptics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXHaptics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 006A91ACB3FAF05E02C0BB84902EB5B9 /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; + 00909459C52E57438B89BF650B1ABC2F /* RNCAppearanceProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearanceProvider.m; path = ios/Appearance/RNCAppearanceProvider.m; sourceTree = ""; }; + 00A24BAEB84CCA43C84F63BB520EFF73 /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; + 00D70F7C8A81CBBE063917E7D22CA9E9 /* RNFirebaseFirestoreCollectionReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestoreCollectionReference.m; sourceTree = ""; }; + 00D9BBF8F7A5ABBA78708605ED38FDC3 /* RCTImageURLLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageURLLoader.h; path = Libraries/Image/RCTImageURLLoader.h; sourceTree = ""; }; + 00E59C3B11F5E8E852ADAE43B161CD71 /* RNDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDeviceInfo.m; path = ios/RNDeviceInfo/RNDeviceInfo.m; sourceTree = ""; }; + 00E82BDB2C9F5873A72BD92FC76E564A /* ImageCropPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ImageCropPicker.m; path = ios/src/ImageCropPicker.m; sourceTree = ""; }; + 00EF713613E649AF69AC589CAB985955 /* GULNetworkURLSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkURLSession.m; path = GoogleUtilities/Network/GULNetworkURLSession.m; sourceTree = ""; }; + 00F8B0C7A4D6446D5585DCDC4DEB566C /* lossless_enc_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_sse2.c; path = src/dsp/lossless_enc_sse2.c; sourceTree = ""; }; + 00FFEC094BBA2326B97D61C8A235B8CF /* pb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb.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; }; - 0126195A14DEDBF1163C70A37652C576 /* RNDocumentPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDocumentPicker.m; path = ios/RNDocumentPicker/RNDocumentPicker.m; sourceTree = ""; }; - 0131A5031D38180010934D5BAB08CF13 /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; - 013A24983FE17F635DFAA39B867D1A56 /* RCTBlobCollector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobCollector.mm; sourceTree = ""; }; - 014E45AD189B1336120DC9E8586365D8 /* FirebaseInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstanceID.h; path = Firebase/InstanceID/Public/FirebaseInstanceID.h; sourceTree = ""; }; - 0152B4CCF3936C8945FC30BCB1C42804 /* RCTInspectorPackagerConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInspectorPackagerConnection.m; sourceTree = ""; }; - 0183B322298E8AD7F475A6051FCBF822 /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevSettings.h; sourceTree = ""; }; - 018C716C05E0EC5F15D962E3962316F0 /* UMNativeModulesProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMNativeModulesProxy.h; sourceTree = ""; }; - 01A2F49418B97F60147D903753995625 /* FIRAppAssociationRegistration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppAssociationRegistration.h; path = Firebase/Core/Private/FIRAppAssociationRegistration.h; sourceTree = ""; }; - 01CC0BBE05E7B9EC4B01DE322B643788 /* RCTConvert+Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+Text.h"; path = "Libraries/Text/RCTConvert+Text.h"; sourceTree = ""; }; - 02519739CF70197D44E2B45D05D5C08D /* RNFirebasePerformance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebasePerformance.h; sourceTree = ""; }; - 025B1FCF58AAB212E448A0BBD58CBBE5 /* NSImage+Compatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSImage+Compatibility.h"; path = "SDWebImage/Core/NSImage+Compatibility.h"; sourceTree = ""; }; - 02914C56F64CA92183E30842641FBE0B /* UIImage+ForceDecode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ForceDecode.h"; path = "SDWebImage/Core/UIImage+ForceDecode.h"; sourceTree = ""; }; - 02916E2B2DEA009CACF3078EEFF2AD50 /* BSG_KSSignalInfo.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSignalInfo.c; sourceTree = ""; }; - 02C26677C401A4BDB664DF4522D0E10E /* RNVectorIcons-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNVectorIcons-prefix.pch"; sourceTree = ""; }; - 02E28655F303FA4B266C3EDB931D825D /* BSG_KSCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrash.h; sourceTree = ""; }; - 02FD33521F8002162046ECF724387EAD /* yuv_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_neon.c; path = src/dsp/yuv_neon.c; sourceTree = ""; }; - 030C26EC65F7BCA58C6A85021C58C638 /* GoogleAppMeasurement.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.xcconfig; sourceTree = ""; }; - 031523244FC57A378E3367A29EAB732D /* RCTSourceCode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSourceCode.m; sourceTree = ""; }; - 031D10D05273D16F9FF1CC69D89F4737 /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = SDWebImage/Core/SDWebImageCacheKeyFilter.h; sourceTree = ""; }; - 0371827EC613DDDE6E2F523FEBA8F0F5 /* Conv.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Conv.cpp; path = folly/Conv.cpp; sourceTree = ""; }; - 037FB23BB574BE0B3C39E431D92A9646 /* SDWebImageOptionsProcessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOptionsProcessor.m; path = SDWebImage/Core/SDWebImageOptionsProcessor.m; sourceTree = ""; }; - 03B91C4C2CB95C1BB9E6830F7DD40469 /* EXAppLoaderProvider-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAppLoaderProvider-dummy.m"; sourceTree = ""; }; - 03D727AAECD7A3B1DC7573E413CE1EFC /* RCTImageStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageStoreManager.h; path = React/CoreModules/RCTImageStoreManager.h; sourceTree = ""; }; - 03DB14D6500613E1BFAA6C4D64877145 /* syntax_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = syntax_enc.c; path = src/enc/syntax_enc.c; sourceTree = ""; }; - 03EA08DE0F3C5C8F8CF6C1FDE51CECF6 /* REATransitionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionManager.h; sourceTree = ""; }; - 03EC24014F9CB938280AB34C3312805F /* Fabric.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Fabric.framework; path = iOS/Fabric.framework; sourceTree = ""; }; - 03ED1D7063D6A4F5E65CBC1E0BB1B9D4 /* JSIDynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSIDynamic.cpp; sourceTree = ""; }; - 03F6365F981A98278104844C35794E58 /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; - 03FA6CF611A8F42EDAB70BE1C5C02805 /* common_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_dec.h; path = src/dec/common_dec.h; sourceTree = ""; }; - 0430A859F6B189A9F7BB9B68684F74DB /* BugsnagCollections.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCollections.m; sourceTree = ""; }; - 043D31A71A71F93697F1A2364A73B11D /* EXCalendarRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCalendarRequester.h; path = EXPermissions/EXCalendarRequester.h; sourceTree = ""; }; - 04465093BBCE1426AF1EB6CA52C98A8C /* REAAllTransitions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAAllTransitions.h; sourceTree = ""; }; - 0465F29680D42C3CE4F393799B25736E /* RNDateTimePicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDateTimePicker-dummy.m"; sourceTree = ""; }; - 04697D895FC603B0AE96D229B1C98A02 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/Core/SDWebImagePrefetcher.h; sourceTree = ""; }; - 046F3FE1986F3CAB8C4EECAE504FD06E /* FIRInstanceIDAPNSInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDAPNSInfo.h; path = Firebase/InstanceID/FIRInstanceIDAPNSInfo.h; sourceTree = ""; }; - 047A54631E4CE30082C800B4B4B53C3E /* UMFaceDetectorManagerProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManagerProvider.h; path = UMFaceDetectorInterface/UMFaceDetectorManagerProvider.h; sourceTree = ""; }; - 04A3EF2DF6AE2A810E25A7B56F994305 /* FIRInstanceIDStringEncoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDStringEncoding.h; path = Firebase/InstanceID/FIRInstanceIDStringEncoding.h; sourceTree = ""; }; - 04A964308F5EE70546252A5A7B0008BB /* RNForceTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNForceTouchHandler.h; sourceTree = ""; }; - 04C3B18339DD82E677853D0FF7F725CA /* FIRDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDiagnosticsData.h; path = Firebase/Core/Private/FIRDiagnosticsData.h; sourceTree = ""; }; - 04F0C3F50954C09C18146BF9A65143A1 /* ReactCommon-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactCommon-prefix.pch"; sourceTree = ""; }; - 04F3BD257710E7A9B34A01ADD7CC1583 /* ios_date.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ios_date.png; path = docs/images/ios_date.png; sourceTree = ""; }; - 05108E6EE6BE510CE269913F8F91F4DD /* React-RCTText-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTText-prefix.pch"; sourceTree = ""; }; - 0577C99629E38A9E4CBB524AA1250456 /* EXVideoManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoManager.m; sourceTree = ""; }; - 05948012E972D194E23FAED8A11DF64C /* RCTNetworkTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkTask.h; path = Libraries/Network/RCTNetworkTask.h; sourceTree = ""; }; - 05B7646FBCC8E5601DFFD853BF27B6C8 /* RNGestureHandlerDirection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerDirection.h; path = ios/RNGestureHandlerDirection.h; sourceTree = ""; }; - 05B859CB2964ED1A727CF7A1F1A39EC9 /* React-RCTActionSheet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTActionSheet-prefix.pch"; sourceTree = ""; }; - 05BCB3C460F5F81DDB1FE31E0BE0BBB0 /* BSGOutOfMemoryWatchdog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGOutOfMemoryWatchdog.m; sourceTree = ""; }; - 05C06B6406205BCFD668DE5D8F54A96E /* SDWebImageDownloaderRequestModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderRequestModifier.h; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.h; sourceTree = ""; }; - 05E76D2E8751CC8A5CB45D931425BC8B /* RCTAnimationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimationUtils.m; sourceTree = ""; }; - 05FCFFD4B48507781C364A74B43C5513 /* RCTUITextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextView.m; sourceTree = ""; }; - 06259202DD46422011787FF548AB5F9A /* RCTUITextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextField.m; sourceTree = ""; }; - 063F29136E276332AFDE808E66848284 /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAlertManager.h; sourceTree = ""; }; - 064120011AFF24AE097CA29C2983ABFF /* nanopb.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.xcconfig; sourceTree = ""; }; + 0143E920C1C46322DEAACDA3FEED6B7A /* dec_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_mips_dsp_r2.c; path = src/dsp/dec_mips_dsp_r2.c; sourceTree = ""; }; + 015A05353455D1AA8609015B06590519 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 019EF2F3E1EBEF4B63B42F53A1FE1122 /* GULSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSwizzler.m; path = GoogleUtilities/MethodSwizzler/GULSwizzler.m; sourceTree = ""; }; + 01DF6764FE9A5AE522B6E100964D5369 /* UMEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitter.h; sourceTree = ""; }; + 01FAF80891432F62857FFDA6B6F8ABC8 /* GDTTransport_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTTransport_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTTransport_Private.h; sourceTree = ""; }; + 0204FFA6DCCD570CDC31DF830ED0B68B /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es.lproj; path = ios/QBImagePicker/QBImagePicker/es.lproj; sourceTree = ""; }; + 020C902A4C9051EDD49E7F5C0A448148 /* RCTBackedTextInputDelegateAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBackedTextInputDelegateAdapter.m; sourceTree = ""; }; + 0246FD45FA1E925C01BDADC66A69BC39 /* decorator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = decorator.h; sourceTree = ""; }; + 0287D9269BE2F2D523F799AE70389190 /* RCTBlobManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTBlobManager.h; path = Libraries/Blob/RCTBlobManager.h; sourceTree = ""; }; + 02C05262BFECC90910E7E70E31AD9520 /* RSKImageCropViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKImageCropViewController.m; path = RSKImageCropper/RSKImageCropViewController.m; sourceTree = ""; }; + 02D0DC8F9713A3D0EEAF9E51D2A7C23B /* RCTInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryView.m; sourceTree = ""; }; + 02E3C8E65AD549B618E9A95B19DEE4E4 /* BSG_KSString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSString.h; sourceTree = ""; }; + 0320F5C6D72B329B0682338615BF7493 /* RCTKeyCommandConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTKeyCommandConstants.m; path = ios/KeyCommands/RCTKeyCommandConstants.m; sourceTree = ""; }; + 0344E7B3D81DCAC80D0E9F775A586C1B /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 038A80AF4541A3218A844236F86DCA0A /* React-jsiexecutor.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.xcconfig"; sourceTree = ""; }; + 03B728F92DB283E8246EA83B5CEFAEAA /* glog.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.xcconfig; sourceTree = ""; }; + 03E085DBA7E97CE3E2B19A40F6AF0571 /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; + 0426B8342173670C364646932520A584 /* EXFileSystem-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXFileSystem-dummy.m"; sourceTree = ""; }; + 044407784524ADF30EE59D2E8A6EB492 /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; + 044BD12F427599BBE8E662876B3B0E62 /* RCTCxxMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxMethod.mm; sourceTree = ""; }; + 0499B8CE4FABCF6E65F81D68962C5DA1 /* FIRInstanceIDTokenOperation+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstanceIDTokenOperation+Private.h"; path = "Firebase/InstanceID/FIRInstanceIDTokenOperation+Private.h"; sourceTree = ""; }; + 04BCA88F7ADC8587075F74C4BF52094A /* GDTPlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTPlatform.m; path = GoogleDataTransport/GDTLibrary/GDTPlatform.m; sourceTree = ""; }; + 04C3B1DD186B53182C077DA48835BE9E /* UMReactNativeAdapter.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMReactNativeAdapter.xcconfig; sourceTree = ""; }; + 0559E4C614E870B6135748B7139B4706 /* ReactCommon-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactCommon-prefix.pch"; sourceTree = ""; }; + 055D6F3674AC43C692134055A0114233 /* Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utils.h; path = yoga/Utils.h; sourceTree = ""; }; + 0595C8D67D9DB14FFA87BABD57DE21B7 /* ios_time.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ios_time.png; path = docs/images/ios_time.png; sourceTree = ""; }; + 05B45453F410B75D4C4E47E4EA8F3068 /* RCTSurfacePresenterStub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfacePresenterStub.h; sourceTree = ""; }; + 05C2010B25DD2DBB84A02AD7D9CC3D4E /* raw_logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = raw_logging.cc; path = src/raw_logging.cc; sourceTree = ""; }; + 05D05EE0108C878FE066A6ADC6A0C45E /* RCTConvertHelpers.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTConvertHelpers.mm; sourceTree = ""; }; + 062446A5926322219204F38CBF59BDC9 /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; 06489499588BFA8FD5E63DD6375CD533 /* libFolly.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFolly.a; path = libFolly.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 065818D11131F7BE19E2CDB0883C128F /* RCTNativeAnimatedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedModule.m; sourceTree = ""; }; - 06771DA5C64A38A7DFC915FEA0A51297 /* UMTaskManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskManagerInterface.h; path = UMTaskManagerInterface/UMTaskManagerInterface.h; sourceTree = ""; }; - 0687BC2E5764737D16960DF0D62AFAEC /* jsi.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = jsi.cpp; sourceTree = ""; }; - 06A56E47AF21080601AB0E600A880E21 /* LongLivedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LongLivedObject.h; path = turbomodule/core/LongLivedObject.h; sourceTree = ""; }; - 06F360879A9A148680729C42736267C4 /* RNCAssetsLibraryRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAssetsLibraryRequestHandler.h; path = ios/RNCAssetsLibraryRequestHandler.h; sourceTree = ""; }; + 06A091CBC32EF17A8EEE1A0C5F34273A /* RNFetchBlobReqBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobReqBuilder.h; path = ios/RNFetchBlobReqBuilder.h; sourceTree = ""; }; + 06A3F25B9F8C6B2AFBE97F39C69B8ED9 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 06C337547CAF801A9A2D2CED641A5482 /* RCTPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPicker.m; sourceTree = ""; }; 06FC5C9CF96D60C50FCD47D339C91951 /* libnanopb.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libnanopb.a; path = libnanopb.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 06FD896678C2E0470E8B620B46533FFA /* RCTInputAccessoryShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryShadowView.h; sourceTree = ""; }; - 07167E386051558AD9CA83F559002C1A /* RNCCameraRollManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCCameraRollManager.h; path = ios/RNCCameraRollManager.h; sourceTree = ""; }; - 0776B7150119D3FF69668DC9B5FAE7FA /* libwebp.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = libwebp.xcconfig; sourceTree = ""; }; - 07D6EA4E2552CBA661742B411927914A /* 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 = ""; }; - 07E3E17E1559CF3C870EFDE05B313433 /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; - 07FC883771A720AE627A4D528B7F606D /* RNFirebaseFirestoreCollectionReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestoreCollectionReference.m; sourceTree = ""; }; - 082568B8F74F0C1E8F6AD4667EFE3326 /* filters_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_utils.c; path = src/utils/filters_utils.c; sourceTree = ""; }; - 084BA78C7CA0AF7CB7569351E7977ED2 /* EXFilePermissionModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFilePermissionModule.m; path = EXFileSystem/EXFilePermissionModule.m; sourceTree = ""; }; - 086857AE90E7C158904258A7E7D24A29 /* installation.md */ = {isa = PBXFileReference; includeInIndex = 1; name = installation.md; path = docs/installation.md; sourceTree = ""; }; - 0885F5DB98DD1BC11EE566D4EAC121E3 /* UMViewManagerAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapter.m; sourceTree = ""; }; - 089EBBA93BE1805538484C172DF301FA /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/Core/UIImageView+WebCache.m"; sourceTree = ""; }; - 08A5182A2FEE61E4FA6323C12FD5A5A0 /* RNReanimated-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNReanimated-prefix.pch"; sourceTree = ""; }; - 08A58E5595505D8C656A43C08134E76E /* RCTDivisionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDivisionAnimatedNode.m; sourceTree = ""; }; - 08B5704BB47052B0879EB7A2D3F16627 /* RNCWKProcessPoolManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKProcessPoolManager.h; path = ios/RNCWKProcessPoolManager.h; sourceTree = ""; }; + 0729A290877CECD5381E28D8670BA702 /* enc_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_neon.c; path = src/dsp/enc_neon.c; sourceTree = ""; }; + 072A229515E67856918919BF7026D719 /* RCTPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPickerManager.m; sourceTree = ""; }; + 07715D946CC241035AA9330BD7314229 /* EXAppLoaderProvider-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAppLoaderProvider-prefix.pch"; sourceTree = ""; }; + 07917CB28CC07843C9E23E4D4CB0FE07 /* dec_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_neon.c; path = src/dsp/dec_neon.c; sourceTree = ""; }; + 07BB0BC0862B3F52AA1F1D2EF8400E41 /* KeyboardTrackingViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KeyboardTrackingViewManager.h; path = lib/KeyboardTrackingViewManager.h; sourceTree = ""; }; + 07BE5A5F512431AE95BA20D966590C69 /* UMAppLifecycleListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleListener.h; sourceTree = ""; }; + 07DC285D33A89D30352C4C19C1746FEB /* QBVideoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIconView.h; path = ios/QBImagePicker/QBImagePicker/QBVideoIconView.h; sourceTree = ""; }; + 0807A09287F78F29B2AC03E88390E82E /* Crashlytics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Crashlytics.xcconfig; sourceTree = ""; }; + 080E2FD90E9D759670B5110850479F74 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = Firebase/Core/Private/FIROptionsInternal.h; sourceTree = ""; }; + 08188343B2338130885FCC76CC0F6134 /* JSINativeModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSINativeModules.cpp; path = jsireact/JSINativeModules.cpp; sourceTree = ""; }; + 081DBE46ED8562B7ECAEDB8FBF8206C9 /* demangle.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = demangle.cc; path = src/demangle.cc; sourceTree = ""; }; + 08558881FB7059A61C52EBC5A08E176F /* RNPinchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPinchHandler.h; sourceTree = ""; }; + 08605099D3DD551B75AE7B66CA074A26 /* GDTCCTNanopbHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTNanopbHelpers.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTNanopbHelpers.h; sourceTree = ""; }; + 089F1F40063F07FE13D63877ABB48BEA /* CoreModulesPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CoreModulesPlugins.h; path = React/CoreModules/CoreModulesPlugins.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; }; - 08DC37D3505FE5A8B659B330618DECCE /* UMReactLogHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactLogHandler.m; sourceTree = ""; }; - 09163101D9B7E00235E192BA91D25025 /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = Firebase/Core/Private/FIRComponentContainer.h; sourceTree = ""; }; - 09276F70244EF85C57AF74AAC2704EE7 /* RCTVibration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVibration.h; path = Libraries/Vibration/RCTVibration.h; sourceTree = ""; }; - 094365E75527466A323295B27DDF6C3B /* RNPushKit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKit.m; path = RNNotifications/RNPushKit.m; sourceTree = ""; }; - 096746B6A34C79B2C2C70DE6137E81A3 /* GDTCCTPrioritizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTPrioritizer.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTPrioritizer.h; sourceTree = ""; }; - 098BDD36233552115AAE3CAD9B95A204 /* RSKImageCropViewController+Protected.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RSKImageCropViewController+Protected.h"; path = "RSKImageCropper/RSKImageCropViewController+Protected.h"; sourceTree = ""; }; - 09B534B21AB7B060F4CB88A9145D964C /* BugsnagCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashSentry.h; sourceTree = ""; }; - 09B861E5E3E13ED01D721C18F94C8C2D /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; - 09BEA86EF8BD0CE3494D7FF0C26FC39E /* react-native-appearance-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-appearance-prefix.pch"; sourceTree = ""; }; - 09FBC62D7D354F95C25E72847BDE1F6F /* RNVectorIconsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNVectorIconsManager.m; path = RNVectorIconsManager/RNVectorIconsManager.m; sourceTree = ""; }; - 09FC555118A63B0AD189928A2ECA0430 /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; - 0A1A34D247B43BEA4749BCB32C3BC932 /* RCTMessageThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMessageThread.h; sourceTree = ""; }; - 0A1D6A6B1993E9FA5C6D8E6B7681B586 /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; - 0ADA5FFE88BEEFE75087544EF53976CB /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/Core/SDWebImageCompat.h; sourceTree = ""; }; - 0B1D7876432442870E5B38CEED78B5DC /* QBImagePicker.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = QBImagePicker.storyboard; path = QBImagePicker/QBImagePicker.storyboard; sourceTree = ""; }; - 0B204567F7F90F3C23112BB9DC0FC44D /* ObservingInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObservingInputAccessoryView.h; path = lib/ObservingInputAccessoryView.h; sourceTree = ""; }; - 0B302054ACE74FCBA4C902A5DCE51802 /* RNFirebaseLinks.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseLinks.m; sourceTree = ""; }; - 0B5077DBE21E99C49921609E4FEB6735 /* RNRootView.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNRootView.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 0B8608B4BF46A2369D02DF73C973B33B /* RNImageCropPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNImageCropPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 0BA0078592204F6A4E8C1A9A50E3C15E /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; - 0BC69A0F0E5428AD5AA0122AFE3B161B /* BugsnagErrorReportApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagErrorReportApiClient.m; sourceTree = ""; }; - 0BC88F2D8A0A91D11E8A80D44390B6D4 /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = Firebase/Core/Private/FIRComponentType.h; sourceTree = ""; }; - 0BCD2E678C2D94CA5B375DD1FF14B2B3 /* diy-fp.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "diy-fp.cc"; path = "double-conversion/diy-fp.cc"; sourceTree = ""; }; - 0BDFD803D35E23046615364556059747 /* FIRInstanceIDCombinedHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCombinedHandler.m; path = Firebase/InstanceID/FIRInstanceIDCombinedHandler.m; sourceTree = ""; }; - 0BF39627219C2A6C3ECE6C4A331CF958 /* RCTAdditionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAdditionAnimatedNode.m; sourceTree = ""; }; - 0C05E9BF59105830FBD1EB174BEBCBC2 /* GDTEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTEvent.h; path = GoogleDataTransport/GDTLibrary/Public/GDTEvent.h; sourceTree = ""; }; - 0C54CC7F5A51B5BABD015413DBF96E7E /* FirebaseCore.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.xcconfig; sourceTree = ""; }; - 0C75686B1B7889134830DAB954BDCAE8 /* RCTInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryView.m; sourceTree = ""; }; - 0C9A106AB57C72DF38208610D5C94CD8 /* BSG_KSCrashReportStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportStore.h; sourceTree = ""; }; - 0CAFAA8DBC3331A4140B822A1042D1B0 /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; - 0CE1DB3BD42FB01C6A229D7E803314EF /* GDTTransformer_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTTransformer_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTTransformer_Private.h; sourceTree = ""; }; - 0CFECD019AB43C47562BF5F540F0F36C /* BSG_KSJSONCodecObjC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSJSONCodecObjC.m; sourceTree = ""; }; - 0D890595FF12C9DBA5FCD00F8D7B716C /* GDTLifecycle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTLifecycle.h; path = GoogleDataTransport/GDTLibrary/Public/GDTLifecycle.h; sourceTree = ""; }; - 0DA548026BC294C38F90EBF3902F9658 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = SDWebImage/Core/SDImageCache.m; sourceTree = ""; }; - 0DB534CB3A5AC375DA01EA35FE91A61F /* 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; }; - 0DC5E5FD5EC74BAF4832D26C371C5FD1 /* BSG_KSCrashCallCompletion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashCallCompletion.m; sourceTree = ""; }; - 0DD892E8E8222F8B50817D1DE5BB20F7 /* LICENSE.txt */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.txt; sourceTree = ""; }; - 0DF2A0FFF5E8791669F3D2E2AF773864 /* BSG_KSCrashIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashIdentifier.h; sourceTree = ""; }; - 0E0C4B413E27FC991D7C3F24EE878DF5 /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTManagedPointer.mm; sourceTree = ""; }; - 0E5CC3EB036C8F81FBFF8A16C4E5754D /* UMAppLifecycleService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleService.h; sourceTree = ""; }; - 0E5EB7E0C87FE32A32C48F56EB71A0B1 /* RNPushKitEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventHandler.h; path = RNNotifications/RNPushKitEventHandler.h; sourceTree = ""; }; - 0E60D61EBFEECAC2BD93B44484272D2D /* FIRErrors.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRErrors.m; path = Firebase/Core/FIRErrors.m; sourceTree = ""; }; - 0E903095AA4C5BF2F8364395411E7F22 /* UMReactNativeEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeEventEmitter.h; sourceTree = ""; }; - 0EE34AA51F7F9AF3577693BF6A32FEF4 /* EXAV-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAV-dummy.m"; sourceTree = ""; }; - 0F4D24EA40409FA406FB89DC4839379A /* fast-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fast-dtoa.cc"; path = "double-conversion/fast-dtoa.cc"; sourceTree = ""; }; - 0F66BBE1A07E636260773B518C925E0D /* RCTWebSocketExecutor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTWebSocketExecutor.m; path = Libraries/WebSocket/RCTWebSocketExecutor.m; sourceTree = ""; }; - 0F8EFB6551B10AE3A44E03B9462574B8 /* anim_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; name = anim_encode.c; path = src/mux/anim_encode.c; sourceTree = ""; }; - 0F9B19A4C8F283BA3A99522FBDE0A784 /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTiming.h; sourceTree = ""; }; - 0FA89F0128EFD95C39CBF01E1D7AF57F /* JSExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSExecutor.cpp; sourceTree = ""; }; - 0FC7F0DE48A23E78DD7370685B7EAE37 /* EXAudioRecordingPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioRecordingPermissionRequester.h; path = EXPermissions/EXAudioRecordingPermissionRequester.h; sourceTree = ""; }; - 0FEB5FD7C2D6CF90A766E97373612019 /* demux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = demux.h; path = src/webp/demux.h; sourceTree = ""; }; - 0FFA719374BF9C3DDDEB36F059761932 /* quant_levels_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_levels_utils.c; path = src/utils/quant_levels_utils.c; sourceTree = ""; }; - 100B9C3D49985B2BF9C06DEA0C0D8A49 /* EXPermissions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPermissions.m; path = EXPermissions/EXPermissions.m; sourceTree = ""; }; - 100F78DC0EC60D442C7FAC10362823A1 /* BSG_KSSysCtl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSysCtl.h; sourceTree = ""; }; - 10130327BA5C2DA4162DFC7443650854 /* RNFetchBlob.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFetchBlob.h; sourceTree = ""; }; - 103E48DFA639CB74C0270DA4E87BB247 /* RNFirebaseAdMobRewardedVideo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobRewardedVideo.m; sourceTree = ""; }; - 106E85F647AAB3B051C2E5458E35F30E /* Crashlytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Crashlytics.framework; path = iOS/Crashlytics.framework; sourceTree = ""; }; - 107D3D738B7A8CE24E980163B3F09293 /* BugsnagReactNative-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BugsnagReactNative-dummy.m"; sourceTree = ""; }; - 10A429E17C3C53FA1DE5F1B6805ACFF5 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = "double-conversion/utils.h"; sourceTree = ""; }; - 10F339E0462700B56B978576652FDCCA /* react-native-keyboard-tracking-view.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-keyboard-tracking-view.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 1130E17A2E1A50713AD5AC9021C8C356 /* RSKImageCropper-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RSKImageCropper-dummy.m"; sourceTree = ""; }; - 1131E24E1B1C97E521A1757B2D4658EF /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = instrumentation.h; sourceTree = ""; }; - 11321891F7366B55D03A4A7B67909017 /* RCTMessageThread.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMessageThread.mm; sourceTree = ""; }; - 113F8D728C39AF9A1A219113EB270B74 /* RCTTypeSafety-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTTypeSafety-prefix.pch"; sourceTree = ""; }; - 1143FDC2EB25DB22D62A7D939496E2C2 /* RCTPerformanceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLogger.m; sourceTree = ""; }; - 114BC0FBA8A47809F19D3FF249FD6EF7 /* RSKTouchView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKTouchView.m; path = RSKImageCropper/RSKTouchView.m; sourceTree = ""; }; - 115E3FCAB8A127125BC24ED138FBC759 /* ARTShapeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTShapeManager.h; sourceTree = ""; }; - 115E5833F12CF163013F42E2A9C7223E /* EvilIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = EvilIcons.ttf; path = Fonts/EvilIcons.ttf; sourceTree = ""; }; - 1165BA585F1EE5B96D006BEEFE1AA65B /* UIView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCache.h"; path = "SDWebImage/Core/UIView+WebCache.h"; sourceTree = ""; }; - 119D49631AB3BD4A36F2818E213042AD /* FIRInstanceIDAuthKeyChain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDAuthKeyChain.h; path = Firebase/InstanceID/FIRInstanceIDAuthKeyChain.h; sourceTree = ""; }; - 11C90C0A37CE0D1135B7B4405DD6191B /* RCTImageShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageShadowView.h; path = Libraries/Image/RCTImageShadowView.h; sourceTree = ""; }; - 11F288A2F95BEE9530487875BA76B166 /* RCTSinglelineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputView.h; sourceTree = ""; }; - 11FD97EEA3A1A505C450598EE1B29380 /* idec_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = idec_dec.c; path = src/dec/idec_dec.c; sourceTree = ""; }; - 122A57C379254096DB8E5E734A106B2E /* GULNetworkURLSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkURLSession.m; path = GoogleUtilities/Network/GULNetworkURLSession.m; sourceTree = ""; }; - 126A0865B4292828C00D20223DA85745 /* EXHaptics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXHaptics-dummy.m"; sourceTree = ""; }; - 129B1B5C404258A3661D2DEAC0C38622 /* BugsnagErrorReportApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagErrorReportApiClient.h; sourceTree = ""; }; - 12BF78ECB1D846FE2E9B389B6B47471E /* REATransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransition.h; sourceTree = ""; }; - 12F29C81F4D65245171AE6B575212B64 /* Firebase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Firebase.xcconfig; sourceTree = ""; }; - 1306BEAFB1827AF92227FC3E2C27E0A9 /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; - 1306EB4C900ACCE004E5CEC59C9AF851 /* 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; }; - 137C6528127CE1430742BB927C88B16A /* types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = types.h; path = src/webp/types.h; sourceTree = ""; }; - 1387E3D606DA5609986070384DD35A76 /* RCTDatePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePicker.h; sourceTree = ""; }; - 13BFFC9DD90CC800ADE231AD62738E2F /* RCTSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControl.h; sourceTree = ""; }; - 1422A2545201934140615DC57265774B /* RNCSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSliderManager.h; path = ios/RNCSliderManager.h; sourceTree = ""; }; - 14572E0870D2BC4E6806D5758D9D2F46 /* 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 = ""; }; - 145E69EEDFAE76CD58E2580B3BB6A074 /* UMUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUIManager.h; sourceTree = ""; }; - 1484C7B185BD1D479F80488E4950C650 /* UMCameraInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCameraInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 148A15A5F1F22C46BFDC54ADCD4AB08B /* GULNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetwork.m; path = GoogleUtilities/Network/GULNetwork.m; sourceTree = ""; }; - 149EFF00344904119B2E1D3E166527D6 /* RCTConvert+REATransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+REATransition.h"; sourceTree = ""; }; - 14A30C9980D181F02A75264F9594C701 /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; - 14BBB8BB9242BF2DA049819AE871C5DC /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = ""; }; - 14CB72BD88E5921C9D1A0A0CC1D55F14 /* RCTAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedImage.m; sourceTree = ""; }; - 1561293FA8C9EE6939BAF2A789099D73 /* EXVideoPlayerViewControllerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewControllerDelegate.h; sourceTree = ""; }; - 1568D0F0FE7DAB0A5E0AFEE2529674D2 /* RCTFollyConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFollyConvert.mm; sourceTree = ""; }; + 08FF8059D511801E5CF49090250E4859 /* UMFaceDetectorInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFaceDetectorInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 09030AD89CF96463AFDAC3E83AAB7284 /* RNSScreenStackHeaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenStackHeaderConfig.h; path = ios/RNSScreenStackHeaderConfig.h; sourceTree = ""; }; + 0922979F22D8BFDD8D76968A49579474 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 09597B21C975650436C74DFFD48A1EF1 /* syntax_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = syntax_enc.c; path = src/enc/syntax_enc.c; sourceTree = ""; }; + 095C3A99BAD601DEF79FEC7E58053AA8 /* GULMutableDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULMutableDictionary.h; path = GoogleUtilities/Network/Private/GULMutableDictionary.h; sourceTree = ""; }; + 097257AFA6B9ABB50D1D8D460C297CE1 /* RSKImageCropViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKImageCropViewController.h; path = RSKImageCropper/RSKImageCropViewController.h; sourceTree = ""; }; + 09779D39FC51C49ACB1E7CCD2C280164 /* RCTUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextView.h; sourceTree = ""; }; + 09FCFF00BF412129AAFFE0D12D62F1C7 /* subscription.md */ = {isa = PBXFileReference; includeInIndex = 1; name = subscription.md; path = docs/subscription.md; sourceTree = ""; }; + 0A1AE9B39C7652616C8D6BB801552498 /* RCTI18nManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nManager.m; sourceTree = ""; }; + 0A346F7EB324ED60BD0277D524F7464F /* FIRInstanceID_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceID_Private.h; path = Firebase/InstanceID/Private/FIRInstanceID_Private.h; sourceTree = ""; }; + 0A4496C6492E8BA45305A1FEEEBD6901 /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; + 0A5419ECC15C97412C523F0FBE0D4FD4 /* React-jsiexecutor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsiexecutor-prefix.pch"; sourceTree = ""; }; + 0A59F301DCC2311D365E74EEA05FBABF /* RNFirebaseStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseStorage.m; sourceTree = ""; }; + 0A60B62926F6005BFF390DC4D2797C72 /* RNNativeViewHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNNativeViewHandler.h; sourceTree = ""; }; + 0AB95667D17C2DA212FFA19BCB94BDC6 /* RNGestureHandlerState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerState.h; path = ios/RNGestureHandlerState.h; sourceTree = ""; }; + 0AE3F020CCF5349A5E74731A533AC3A5 /* UMReactNativeAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeAdapter.m; sourceTree = ""; }; + 0B1AE985C329624758A2E5C9F691D7D1 /* msa_macro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = msa_macro.h; path = src/dsp/msa_macro.h; sourceTree = ""; }; + 0B3B1522AF71F1928759D062C6264FFA /* RNFetchBlobNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobNetwork.h; path = ios/RNFetchBlobNetwork.h; sourceTree = ""; }; + 0B467C86E865C0249EDDBA89932DC785 /* KeyCommands-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KeyCommands-prefix.pch"; sourceTree = ""; }; + 0B48FE90950FBE9D03598F7ED94A8579 /* ObservingInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ObservingInputAccessoryView.m; path = lib/ObservingInputAccessoryView.m; sourceTree = ""; }; + 0B4A47BDF6DAA71B28850F2F64C7F6C1 /* 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; }; + 0B86658594281C1E99C699518F4B8838 /* FIRCoreDiagnosticsDateFileStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnosticsDateFileStorage.m; path = Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnosticsDateFileStorage.m; sourceTree = ""; }; + 0B87E9F95E955F70802BB09E14E71817 /* yuv_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_sse41.c; path = src/dsp/yuv_sse41.c; sourceTree = ""; }; + 0BB289DB92FF1A08F326924844309EEE /* FIRAppAssociationRegistration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppAssociationRegistration.h; path = Firebase/Core/Private/FIRAppAssociationRegistration.h; sourceTree = ""; }; + 0BD001A7A37F01C00E5CC08101FD9FD1 /* FBLazyIterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyIterator.h; path = FBLazyVector/FBLazyIterator.h; sourceTree = ""; }; + 0BE6814863EBB3F1C85ACC78CD1A0667 /* ieee.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ieee.h; path = "double-conversion/ieee.h"; sourceTree = ""; }; + 0BEDD37A8070C2259A52C4B87FF220F4 /* RCTAlertManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAlertManager.m; sourceTree = ""; }; + 0C03BAB420BFBD15A329D14E96E05043 /* RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotifications.m; path = RNNotifications/RNNotifications.m; sourceTree = ""; }; + 0C0A4784B7A41EB53E38B3BC83A5D6C5 /* RCTImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageCache.m; sourceTree = ""; }; + 0C3A03091625137666805ABD9CD63C4F /* rescaler_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_utils.c; path = src/utils/rescaler_utils.c; sourceTree = ""; }; + 0C4C751BF74C5C8F4EB80CB3171620D2 /* UMTaskServiceInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskServiceInterface.h; path = UMTaskManagerInterface/UMTaskServiceInterface.h; sourceTree = ""; }; + 0C6D02DEDE8278950D214006FA4E28BB /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 0C86DC2194454F6FFCCC4AF94718B89A /* UMViewManagerAdapterClassesRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapterClassesRegistry.m; sourceTree = ""; }; + 0C86FEF56116E7B0BB1F17C49A61D4B3 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 0C883A93632C4771ABA985D21932C9C6 /* RCTPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPickerManager.h; sourceTree = ""; }; + 0C969501BDF38B00CC0121F55DA57182 /* UMBarometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarometerInterface.h; path = UMSensorsInterface/UMBarometerInterface.h; sourceTree = ""; }; + 0CA316AB9B1E087EE087129012E3ED1A /* FIRInstanceIDURLQueryItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDURLQueryItem.h; path = Firebase/InstanceID/FIRInstanceIDURLQueryItem.h; sourceTree = ""; }; + 0CADB33B0380B0BE330FCB93D5EC3AFF /* RCTSRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSRWebSocket.h; path = Libraries/WebSocket/RCTSRWebSocket.h; sourceTree = ""; }; + 0CE22CAD125F9462C815704C23AB8010 /* FIRApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRApp.h; path = Firebase/Core/Public/FIRApp.h; sourceTree = ""; }; + 0D15ED0D3FBC255024DAD806706032C5 /* REATransitionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionManager.m; sourceTree = ""; }; + 0D289E948BE7E930A28010FC8E9FB03A /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; + 0D442CA9F738EB55C03CA6B4B7FAEF05 /* UMNativeModulesProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMNativeModulesProxy.m; sourceTree = ""; }; + 0D975F4A710D3FF97114CA725B087D04 /* GDTReachability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTReachability.h; path = GoogleDataTransport/GDTLibrary/Private/GDTReachability.h; sourceTree = ""; }; + 0DBD4D04E771C54FA52A477EC9FC70CB /* RNFirebaseAnalytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAnalytics.h; sourceTree = ""; }; + 0DCEA70A8455AC7D4E35182D9A7F4ECC /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; + 0DED9A673F38976D3067C9FDC5F2C87A /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceRootView.mm; sourceTree = ""; }; + 0DF5A7DFF4C37F2500DE0FAC62F58DAC /* EXPermissions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPermissions.h; path = EXPermissions/EXPermissions.h; sourceTree = ""; }; + 0E0D2A5BA5EB89346ADCB47165DDEFFA /* RNGestureHandlerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerManager.m; path = ios/RNGestureHandlerManager.m; sourceTree = ""; }; + 0E1D92A2A25290A8009B682BC4C4134C /* RCTConvert+RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+RNNotifications.m"; path = "RNNotifications/RCTConvert+RNNotifications.m"; sourceTree = ""; }; + 0E350C264AE4803D6EBD9A194FEC1259 /* RNCWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWebViewManager.h; path = ios/RNCWebViewManager.h; sourceTree = ""; }; + 0E3F600AA82D949DC333DA5269FFB8FD /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = SDWebImage/Core/SDWebImageTransition.m; sourceTree = ""; }; + 0E60844790501A0F180987D73BF7982A /* upsampling_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_mips_dsp_r2.c; path = src/dsp/upsampling_mips_dsp_r2.c; sourceTree = ""; }; + 0E6977FAA63F6CA6D8FDBC6AFA3B9E98 /* RCTRawTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextShadowView.m; sourceTree = ""; }; + 0EA7070E8C3E015DE88259B3A3CDCD83 /* REATransitionValues.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionValues.m; sourceTree = ""; }; + 0EE4519DC88D45E3E2863002F2F5C975 /* REAClockNodes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAClockNodes.m; sourceTree = ""; }; + 0F8181461CC2DF673E9BDE56D1819240 /* RCTPropsAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPropsAnimatedNode.m; sourceTree = ""; }; + 0FAEBE5D58863C9A3B5B59A94EA01F80 /* lossless_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lossless_common.h; path = src/dsp/lossless_common.h; sourceTree = ""; }; + 0FFBBBCAB0B8D08F6F43EED34AA665FC /* MethodCall.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = MethodCall.cpp; sourceTree = ""; }; + 100FF80E511A702C2D76B13996B21E9C /* RNReanimated-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNReanimated-dummy.m"; sourceTree = ""; }; + 1051BD6ABE3D9D8468852541ACCC872B /* QBImagePickerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBImagePickerController.h; path = ios/QBImagePicker/QBImagePicker/QBImagePickerController.h; sourceTree = ""; }; + 1069B42DA1FEEC4E4FBBBA3AA384AF0F /* RAMBundleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RAMBundleRegistry.h; sourceTree = ""; }; + 108085D07F03684CEBE9F4B088890C70 /* EXVideoManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoManager.h; sourceTree = ""; }; + 10A5C9EBB37A84F797231E27640E4BA6 /* 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; }; + 10BD7B3943400B212E1BF3647FE4BE60 /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; + 1124C23FB2A502A12201876226BE9C90 /* RCTSourceCode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSourceCode.m; sourceTree = ""; }; + 1130F68B29467DE52EC99D8CCF2EF03C /* ARTShapeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTShapeManager.m; sourceTree = ""; }; + 1140F8AD8AAC4AED507E57F76A1AE751 /* RNDeviceInfo-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDeviceInfo-dummy.m"; sourceTree = ""; }; + 116E27FCF5E3E7F1D8A46A5C3AAE1C61 /* EXDownloadDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXDownloadDelegate.h; path = EXFileSystem/EXDownloadDelegate.h; sourceTree = ""; }; + 118846E156FED3C748B4D00BEDCFDAC5 /* RCTSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControl.h; sourceTree = ""; }; + 11AAB6FEF0C884E8DEC640CCCB8069F6 /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; + 11B31E00DF16B6278B172C44FA57D3DA /* DoubleConversion-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DoubleConversion-dummy.m"; sourceTree = ""; }; + 11D45A50423950FABFA8813A4308CA5F /* RCTWebSocketModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTWebSocketModule.m; path = Libraries/WebSocket/RCTWebSocketModule.m; sourceTree = ""; }; + 11E5A3078F36287C0F1AB13ED9B084C9 /* RNBootSplash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBootSplash.h; path = ios/RNBootSplash.h; sourceTree = ""; }; + 11E882177D9D544089B62829B6126A2B /* RNDateTimePicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNDateTimePicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 120634EB9136888379CC2EA67B466B54 /* RCTConvert+Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+Text.h"; path = "Libraries/Text/RCTConvert+Text.h"; sourceTree = ""; }; + 1213AB99B5CC77DF90E77DCF5420383F /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = SDWebImage/Core/SDWebImageError.m; sourceTree = ""; }; + 12359A981181A2EA6966C998EF5BB060 /* react-native-video.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-video.xcconfig"; sourceTree = ""; }; + 1267B6AD3D8D2F6ECC365F547ADADBE2 /* UMGyroscopeInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMGyroscopeInterface.h; path = UMSensorsInterface/UMGyroscopeInterface.h; sourceTree = ""; }; + 1291FC965C192E24A543F85F6E15968E /* ARTTextManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTTextManager.m; sourceTree = ""; }; + 12AB074EDFEB194615BB707DA4AD99FD /* JSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSExecutor.h; sourceTree = ""; }; + 12C009003B7CE339561B3DAA7A118DAB /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; + 130BEEABCFE093EE423DDC47BE879AA4 /* GDTRegistrar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTRegistrar.h; path = GoogleDataTransport/GDTLibrary/Public/GDTRegistrar.h; sourceTree = ""; }; + 133986823449A7882523C4DF4CDAB704 /* vp8_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8_dec.h; path = src/dec/vp8_dec.h; sourceTree = ""; }; + 13721102B03A8ECF1B4691430FB78793 /* GDTLifecycle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTLifecycle.m; path = GoogleDataTransport/GDTLibrary/GDTLifecycle.m; sourceTree = ""; }; + 1381694234412DEFC55FFC85C8859B3C /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; + 13AA84F9F00D832C6E61E3ACDF57FD58 /* RCTConvert+RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+RNNotifications.h"; path = "RNNotifications/RCTConvert+RNNotifications.h"; sourceTree = ""; }; + 13D9EDE05DCF89A20656BCF72D7B8FCD /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 1405744478739E45790735E1263FC0DE /* EXFileSystemLocalFileHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemLocalFileHandler.h; path = EXFileSystem/EXFileSystemLocalFileHandler.h; sourceTree = ""; }; + 1418C7E922900E5DE839F18D991C3B84 /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm64.S"; sourceTree = ""; }; + 146B9B9E6F19BF6A4C177FA9EE52FA03 /* 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; }; + 1471E2A418417AC26B11432CDCD16371 /* RCTDecayAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDecayAnimation.m; sourceTree = ""; }; + 1474CF01DB622FC4F114F4F0AC297E3F /* 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; }; + 1479715D7848A8E4C2D19640161BB45D /* cost_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_enc.c; path = src/enc/cost_enc.c; sourceTree = ""; }; + 1493995A8BFB7373CDD744F29FB45E51 /* cct.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cct.nanopb.c; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.c; sourceTree = ""; }; + 14A2693CDD9952524E83AD5C56A37DD8 /* webp_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = webp_enc.c; path = src/enc/webp_enc.c; sourceTree = ""; }; + 14AB6E124BD2B583021797BCCE2C01DA /* RCTConvert+UIBackgroundFetchResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+UIBackgroundFetchResult.m"; sourceTree = ""; }; + 14B6196CF7E7333C779345E3D8AB0DB8 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 14EA82D8AF8E2D9B52189D6C7341EEDB /* EXFileSystem-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXFileSystem-prefix.pch"; sourceTree = ""; }; + 1500D248579B51E7855A20DF09D5BD70 /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; sourceTree = ""; }; + 1514FB448C3792F9B079996C9A026869 /* CompactValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CompactValue.h; path = yoga/CompactValue.h; sourceTree = ""; }; + 1545B2D238AD8991AA4F2778E2468B26 /* UMMagnetometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerInterface.h; path = UMSensorsInterface/UMMagnetometerInterface.h; sourceTree = ""; }; + 15568C3777E6B052056920480BBCA7F5 /* BSG_KSString.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSString.c; sourceTree = ""; }; + 1583CB301D61E5B65FA78359FE12CAD9 /* FIRInstanceIDTokenFetchOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenFetchOperation.h; path = Firebase/InstanceID/FIRInstanceIDTokenFetchOperation.h; sourceTree = ""; }; 15912309AA610251329D74FA111DE5CA /* libRNLocalize.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNLocalize.a; path = libRNLocalize.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1593F8F3AD3E11B7F6733CCCE3202DB2 /* FIRInstanceIDCheckinService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCheckinService.m; path = Firebase/InstanceID/FIRInstanceIDCheckinService.m; sourceTree = ""; }; - 15A15B78AEE842C9C76037B062424F3E /* FIRCoreDiagnosticsConnector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsConnector.h; path = Firebase/Core/Private/FIRCoreDiagnosticsConnector.h; sourceTree = ""; }; - 15B09F7F9121E23D66CFB7EA2FDF3E2B /* muxedit.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxedit.c; path = src/mux/muxedit.c; sourceTree = ""; }; - 162A8DBC37BC0C03DF8FF66FAFBD9F57 /* QBImagePickerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBImagePickerController.m; path = QBImagePicker/QBImagePickerController.m; sourceTree = ""; }; - 162E52A16238EF44E7C37B27AF498402 /* FIRInstanceIDKeyPairUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeyPairUtilities.m; path = Firebase/InstanceID/FIRInstanceIDKeyPairUtilities.m; sourceTree = ""; }; - 162EC4CF46C136C30582255C6E470113 /* RCTConvert+FFFastImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FFFastImage.m"; path = "ios/FastImage/RCTConvert+FFFastImage.m"; sourceTree = ""; }; - 163B9624CA932B8813593D0F8B34A669 /* CoreModulesPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = CoreModulesPlugins.mm; sourceTree = ""; }; - 1678BDA9160D8D7714190D705A9F9EE9 /* RCTDataRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDataRequestHandler.m; sourceTree = ""; }; - 16F66B4A890D41455A4C7CB754BFFF2E /* BSG_KSSystemInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfo.h; sourceTree = ""; }; - 16F9DA7E073B94C4185D905556E88155 /* dec_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_sse41.c; path = src/dsp/dec_sse41.c; sourceTree = ""; }; - 170D036004394EE672A8455FE08C3DE0 /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; - 17125002E94B9CFF3F601598C970976A /* BugsnagFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagFileStore.h; sourceTree = ""; }; - 173C4589E341A31CDC9E01A41673AA33 /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = SDWebImage/Core/SDWebImageCacheSerializer.m; sourceTree = ""; }; - 1741A8CA80C4156C048BB246552776BE /* ssim.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssim.c; path = src/dsp/ssim.c; sourceTree = ""; }; - 176C74394801B5B1EC4D1574E532F233 /* Yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Yoga-prefix.pch"; sourceTree = ""; }; - 176FFAB39B2D6AE5A1171AB5ED0CD3D8 /* QBAssetsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetsViewController.m; path = QBImagePicker/QBAssetsViewController.m; sourceTree = ""; }; - 17AD7950C914DB0036C86CB9BF7EBCFD /* lossless_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_neon.c; path = src/dsp/lossless_neon.c; sourceTree = ""; }; - 17EDB1822E6F8061173003D435EE1975 /* MallocImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = MallocImpl.cpp; path = folly/memory/detail/MallocImpl.cpp; sourceTree = ""; }; - 180E41B685A8AC4AD638BC9324DB7FDF /* React-RCTBlob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTBlob-prefix.pch"; sourceTree = ""; }; - 181B04881CC5F47D84A049B9200DB04A /* RCTImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageUtils.m; sourceTree = ""; }; - 181C1CF9C0D53241BAE1B63565BE4F81 /* JitsiMeetSDK.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JitsiMeetSDK.xcconfig; sourceTree = ""; }; - 18261C8AF3E287C1D6F0EB3441F95FC9 /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = ""; }; - 18362C3D98EA6CB3834CF9B1302D0D33 /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; - 1836ECD10B44085A4F812DAED84E6B12 /* ImageCropPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ImageCropPicker.m; path = ios/src/ImageCropPicker.m; sourceTree = ""; }; - 185BA6934CA079AC6BE5099017FACD72 /* 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; }; - 186D0657010FE8E3BEADBA1E74FF07C2 /* color_cache_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = color_cache_utils.c; path = src/utils/color_cache_utils.c; sourceTree = ""; }; - 186DED792CA01B7C82DD2921DE556FF7 /* RNDeviceInfo.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDeviceInfo.xcconfig; sourceTree = ""; }; - 18773384DB62FB17C00795EBAF1F71D7 /* QBVideoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIconView.m; path = QBImagePicker/QBVideoIconView.m; sourceTree = ""; }; - 1880FE4795D97C8490309D5E703919D6 /* UMTaskManagerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMTaskManagerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 18B4FCA4ABF6910F04CA8E9F0E052AB1 /* UMViewManagerAdapterClassesRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapterClassesRegistry.m; sourceTree = ""; }; - 190EA7840E9D68FDBC848286197AB840 /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; - 191C7A61A45A4E62643670F51F090822 /* filters.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters.c; path = src/dsp/filters.c; sourceTree = ""; }; - 196C167C6770AE08D4491114D1DAA101 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 19D03E6E04BA7FB962A87E8249DC83ED /* RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKImageCropper.h; path = RSKImageCropper/RSKImageCropper.h; sourceTree = ""; }; - 1A1285555A3587124C4DDBE046F5F2D5 /* UMFilePermissionModuleInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFilePermissionModuleInterface.h; path = UMFileSystemInterface/UMFilePermissionModuleInterface.h; sourceTree = ""; }; - 1A3BEED697477E2D6806173D3313CD5E /* UMMagnetometerUncalibratedInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerUncalibratedInterface.h; path = UMSensorsInterface/UMMagnetometerUncalibratedInterface.h; sourceTree = ""; }; - 1A4A008B57CD5A6E9E1C2214467F5DD0 /* double-conversion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "double-conversion.h"; path = "double-conversion/double-conversion.h"; sourceTree = ""; }; - 1A4D6607F08A455494B899333F3F3455 /* BSG_KSCrashSentry_Signal.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_Signal.c; sourceTree = ""; }; - 1A72E00C51A5DDD6516BC0EF3C2F3836 /* BugsnagSessionTrackingApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingApiClient.m; sourceTree = ""; }; - 1A8994DC10EFC9F45E3809ABBFBBEE44 /* RCTBlobManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobManager.mm; sourceTree = ""; }; - 1A8F64966084460A5F87B3069F60A62E /* RCTWebSocketExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketExecutor.h; path = Libraries/WebSocket/RCTWebSocketExecutor.h; sourceTree = ""; }; - 1AAEEFB281242F1A071B2C8AB02C8203 /* UMTaskServiceInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskServiceInterface.h; path = UMTaskManagerInterface/UMTaskServiceInterface.h; sourceTree = ""; }; - 1AFB5AAFA6BBEEA1DBDE14228864CCEA /* BSG_KSJSONCodecObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodecObjC.h; sourceTree = ""; }; - 1B0A52DCC8F0BBC90A10D9E0C5BE5DF6 /* TurboCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboCxxModule.h; path = turbomodule/core/TurboCxxModule.h; sourceTree = ""; }; - 1B1DDD9677896735626915DAA2466246 /* DoubleConversion-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DoubleConversion-prefix.pch"; sourceTree = ""; }; - 1B95AC5D90281C90AE792FE4E3B6DA33 /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; - 1B9A2DD3B4EA1CAC0E1E3C0CC971E625 /* UIImage+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Transform.m"; path = "SDWebImage/Core/UIImage+Transform.m"; sourceTree = ""; }; - 1BD3D1EC454A8DA7AEB60766C0E7F1B4 /* NativeExpressComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = NativeExpressComponent.m; sourceTree = ""; }; - 1C04545DF72C8133BD387E44DB618D8B /* QBAlbumCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumCell.m; path = QBImagePicker/QBAlbumCell.m; sourceTree = ""; }; - 1C19B21CADA200A8C334B4482955DCA3 /* BSG_KSCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrash.m; sourceTree = ""; }; - 1C4AD59BB444A835C034ED867E04EA79 /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; - 1CA4E722A5CD358D1D5FF57C4B0781A2 /* FIRInstanceIDTokenOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenOperation.m; path = Firebase/InstanceID/FIRInstanceIDTokenOperation.m; sourceTree = ""; }; - 1CAF6779A2741437298F4B3F5463768D /* UMReactNativeAdapter.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMReactNativeAdapter.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 1CD536CD7E68C29FEDB095FF41612CF8 /* 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 = ""; }; - 1D31067950B607AE722611658DACC069 /* RNSScreenStackHeaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenStackHeaderConfig.m; path = ios/RNSScreenStackHeaderConfig.m; sourceTree = ""; }; - 1D4A4185C335D92544251BEE9BE5E8D3 /* FIRComponentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentType.m; path = Firebase/Core/FIRComponentType.m; sourceTree = ""; }; - 1D78B6AD794ABD35C6C0F85E743654C0 /* RNEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNEventEmitter.h; path = RNNotifications/RNEventEmitter.h; sourceTree = ""; }; - 1D880D717ECAB3E16052C95823822D76 /* REAModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REAModule.m; path = ios/REAModule.m; sourceTree = ""; }; - 1D8BA97140AE06B5EB188C23F496DAC5 /* RCTPerfMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerfMonitor.m; sourceTree = ""; }; - 1DAAAA5F8FB02B8D05E702CE1B45D869 /* UMReactNativeAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeAdapter.m; sourceTree = ""; }; - 1DAD83E3E73F858A2236859E32240F61 /* RNDateTimePicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDateTimePicker-prefix.pch"; sourceTree = ""; }; - 1DB5227CD95D506ADCCCE5407E591BF9 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 1DB821A91F029F52EB28EF6A6E242F37 /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; - 1DF93D67024EFC167357D4945D8FBE0B /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = ""; }; - 1DFE8EA86478DBC7894E523A0775452C /* RCTFileRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFileRequestHandler.m; sourceTree = ""; }; - 1E0EB1E2A3A437A88A232E9F54A38B65 /* RCTAlertManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAlertManager.m; sourceTree = ""; }; - 1E1C61BC4A38893880B9443CDABB5F51 /* BSG_KSCrashAdvanced.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashAdvanced.h; sourceTree = ""; }; - 1E2D4E3111794889626E3A5E42EFB478 /* RCTTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextViewManager.m; sourceTree = ""; }; - 1E7256E33F814DCD9DFE28773997D763 /* React-RCTBlob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTBlob-dummy.m"; sourceTree = ""; }; - 1E7588DAF95C4787C202BA89D3F3D7CD /* KeyboardTrackingViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KeyboardTrackingViewManager.h; path = lib/KeyboardTrackingViewManager.h; sourceTree = ""; }; - 1E762A222308E7D5E1B9FFA92DF3CD40 /* RecoverableError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RecoverableError.h; sourceTree = ""; }; - 1E7E0CA1C9019E1D513061F8AA10BBBD /* backward_references_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = backward_references_enc.c; path = src/enc/backward_references_enc.c; sourceTree = ""; }; - 1E90A14D44CEB57B6ABF3628DC14710B /* RNFirebaseAdMobInterstitial.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobInterstitial.m; sourceTree = ""; }; - 1E99FE2AC919270F659BD0546476213B /* NSData+ImageContentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+ImageContentType.h"; path = "SDWebImage/Core/NSData+ImageContentType.h"; sourceTree = ""; }; - 1EA2ED6C37AF8A75F4BDECB6FF8622C8 /* REAClockNodes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAClockNodes.m; sourceTree = ""; }; - 1EA3124EB70FCDFC268400981009BA06 /* EXAppLoaderProvider-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAppLoaderProvider-prefix.pch"; sourceTree = ""; }; - 1EA36CD03DABA901BA7DD53ECC4B1654 /* UMImageLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMImageLoaderInterface.h; path = UMImageLoaderInterface/UMImageLoaderInterface.h; sourceTree = ""; }; - 1EC76F86490E21201CAE5A369BDAD13E /* UMReactNativeAdapter-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMReactNativeAdapter-dummy.m"; sourceTree = ""; }; - 1F243D1FD4254F1EFD94289D7DED651E /* RCTUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextView.h; sourceTree = ""; }; - 1F79825D92762ABAAD4DD1D3B55F79B0 /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; - 1F887D7927FE376004051180F718FF0C /* rn-extensions-share-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-extensions-share-prefix.pch"; sourceTree = ""; }; - 1FB1CD2ED713EE6CE862EB2E55219BD6 /* RCTCxxUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxUtils.mm; sourceTree = ""; }; - 1FE52B8E58D6AC2000D8C3F90FBB1ED6 /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; + 15D81EE7F5F3714858C7FF9A5982EA34 /* FIRInstanceIDStringEncoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDStringEncoding.m; path = Firebase/InstanceID/FIRInstanceIDStringEncoding.m; sourceTree = ""; }; + 15DE42D6FBE822740A0DB393AE4121BE /* RCTVibration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVibration.h; path = Libraries/Vibration/RCTVibration.h; sourceTree = ""; }; + 160DF05E77457A4C987EEF31129699D3 /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = React.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 161D18325784307CD792102DD6FEAB55 /* UMImageLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMImageLoaderInterface.h; path = UMImageLoaderInterface/UMImageLoaderInterface.h; sourceTree = ""; }; + 16539A1962C2EA438882C01AA585AA85 /* random_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = random_utils.c; path = src/utils/random_utils.c; sourceTree = ""; }; + 165EF85905D443770194085D1852BB5D /* FBLazyVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyVector.h; path = FBLazyVector/FBLazyVector.h; sourceTree = ""; }; + 16997355997FF89EB81DB7F1CABB6005 /* BSG_KSObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjC.h; sourceTree = ""; }; + 169C59D4B7CFD8544456F26E526BB4F7 /* FIRInstanceIDDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDDefines.h; path = Firebase/InstanceID/FIRInstanceIDDefines.h; sourceTree = ""; }; + 17141239540AA5069F72F42CBD467742 /* RCTConvert+FFFastImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FFFastImage.h"; path = "ios/FastImage/RCTConvert+FFFastImage.h"; sourceTree = ""; }; + 1765A5F8E66CC0295A7A923FAD7E1217 /* UMUserNotificationCenterProxyInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUserNotificationCenterProxyInterface.h; path = UMPermissionsInterface/UMUserNotificationCenterProxyInterface.h; sourceTree = ""; }; + 1784A6E36638A744A6E22266E32D2132 /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; + 17A45AB7007FE9A17DBCAB986A38929C /* RNFetchBlobProgress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobProgress.h; path = ios/RNFetchBlobProgress.h; sourceTree = ""; }; + 17C87CC3D47C59576B910B2659EE7E64 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; + 17F6851DC28623E575D7C76BF479E719 /* react-native-appearance-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-appearance-dummy.m"; sourceTree = ""; }; + 17F929DC989EF54C2701ED2500CA281D /* RCTAdditionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAdditionAnimatedNode.h; sourceTree = ""; }; + 18083C0F8FB874B63881DB343401FE81 /* SDWebImageOptionsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOptionsProcessor.h; path = SDWebImage/Core/SDWebImageOptionsProcessor.h; sourceTree = ""; }; + 183650D3199739FA3BADAF479DCF1BFC /* REAFunctionNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAFunctionNode.h; sourceTree = ""; }; + 184BEC56074C469A06B101587D2E9AC1 /* ARTNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTNode.h; path = ios/ARTNode.h; sourceTree = ""; }; + 1874FFEDFA6B268EFD16DEDF5C0ABF72 /* NSImage+Compatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSImage+Compatibility.h"; path = "SDWebImage/Core/NSImage+Compatibility.h"; sourceTree = ""; }; + 18765F99260DDACA363C4D54C9396C3C /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = SDWebImage/Core/SDMemoryCache.h; sourceTree = ""; }; + 188B99432FF8F2E8F4F893A9C38BCAA0 /* React-cxxreact-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-cxxreact-dummy.m"; sourceTree = ""; }; + 18909AF21641E5BC9DDFF07FDD182C3E /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTManagedPointer.mm; sourceTree = ""; }; + 18D62828B76C669E2E6ABDDE49B89B20 /* AudioRecorderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AudioRecorderManager.h; path = ios/AudioRecorderManager.h; sourceTree = ""; }; + 18E62FAC3EFD4396EB4C691B8C82D1BB /* BSG_KSCrashIdentifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashIdentifier.m; sourceTree = ""; }; + 18F40101D1628C0185CC6D5FA7384BEB /* RCTDivisionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDivisionAnimatedNode.m; sourceTree = ""; }; + 190B39A0F3F2FA4A66BF58DD49E9BCFB /* dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec.c; path = src/dsp/dec.c; sourceTree = ""; }; + 1939F7B6A9B5EAE0A54DEB9EE153EADC /* RCTEventAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventAnimation.h; sourceTree = ""; }; + 19B2B0E4488645CBAA1205FA83BD9FD9 /* UMModuleRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistry.m; sourceTree = ""; }; + 19F236EFD656CD6ED1BE2782FF78DE63 /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; + 19F564B389F733F3CA3C7EA9890D9DE1 /* RNImageCropPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNImageCropPicker-prefix.pch"; sourceTree = ""; }; + 19F6FE449DB9762544352360A9B48419 /* RCTBlobManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobManager.mm; sourceTree = ""; }; + 1A1A68332B4403E04672865D3E4A4B10 /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; + 1A3205E89D7E14C616E752AE578B2DB3 /* SDInternalMacros.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDInternalMacros.m; path = SDWebImage/Private/SDInternalMacros.m; sourceTree = ""; }; + 1ABEBFC8AF8824A623B2CCBDA9B3EDD3 /* UIImage+RSKImageCropper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+RSKImageCropper.m"; path = "RSKImageCropper/UIImage+RSKImageCropper.m"; sourceTree = ""; }; + 1AE4FFEE6A9488A6CE72466623293BE4 /* SpookyHashV2.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SpookyHashV2.cpp; path = folly/hash/SpookyHashV2.cpp; sourceTree = ""; }; + 1AF8E2E2B0217A01CC5F953744A9DF6A /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAppState.h; sourceTree = ""; }; + 1B17E24DB6A1D37F25B7A56EC2AD431E /* FIRInstanceIDKeyPairStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeyPairStore.m; path = Firebase/InstanceID/FIRInstanceIDKeyPairStore.m; sourceTree = ""; }; + 1B1A1C95AA27C1D36C6270D41774B010 /* FIRInstanceIDAuthKeyChain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDAuthKeyChain.h; path = Firebase/InstanceID/FIRInstanceIDAuthKeyChain.h; sourceTree = ""; }; + 1B2955D4AD48DE04BBCC5DB14A864B06 /* muxi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = muxi.h; path = src/mux/muxi.h; sourceTree = ""; }; + 1B63E9B12823AC25D79AE55FE6193299 /* EXRemoteNotificationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXRemoteNotificationRequester.h; path = EXPermissions/EXRemoteNotificationRequester.h; sourceTree = ""; }; + 1BB9AE11058DF3D5E963814F2B6902E2 /* RNNotificationParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationParser.h; path = RNNotifications/RNNotificationParser.h; sourceTree = ""; }; + 1BBB39B796A50E11C5772196E909F6F5 /* BugsnagLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagLogger.h; sourceTree = ""; }; + 1BC69F9FE2E8DBE28E99666C455B61BD /* common_sse41.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_sse41.h; path = src/dsp/common_sse41.h; sourceTree = ""; }; + 1C372D568CD6870CC01830B85A92C17B /* EXRemindersRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXRemindersRequester.m; path = EXPermissions/EXRemindersRequester.m; sourceTree = ""; }; + 1C39222F9FF2249656E383E3528D16D3 /* EXPermissions.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXPermissions.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 1C3933A150F307BEBEA5276E79AE9939 /* enc_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_sse41.c; path = src/dsp/enc_sse41.c; sourceTree = ""; }; + 1C6546E9FD98E3BE5EF35E4FF590C91A /* RCTTextTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextTransform.h; path = Libraries/Text/RCTTextTransform.h; sourceTree = ""; }; + 1C8D565173D60B976B9B818CC8BDF944 /* RCTCxxBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxBridgeDelegate.h; sourceTree = ""; }; + 1C993823267D96AA814B7C38AF6C7369 /* filters_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = filters_utils.h; path = src/utils/filters_utils.h; sourceTree = ""; }; + 1CA8125439F97A566317021EC91B6DDC /* RNLocalize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNLocalize.m; path = ios/RNLocalize.m; sourceTree = ""; }; + 1CAA09D43AF1B4C9D679CC18454CE6CB /* RCTImageStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageStoreManager.h; path = React/CoreModules/RCTImageStoreManager.h; sourceTree = ""; }; + 1D0911296088AE811974048D99C4DE46 /* ARTGroupManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTGroupManager.m; sourceTree = ""; }; + 1D12D0E6F3B8DBB744D9B0D77BD7229C /* react-native-cameraroll-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-cameraroll-prefix.pch"; sourceTree = ""; }; + 1D44E75F76E72B5F892FC80EF09CB91E /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; + 1D589DABDEA669C1310CAE687D4DC0B9 /* RNFetchBlobRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobRequest.h; path = ios/RNFetchBlobRequest.h; sourceTree = ""; }; + 1DA3A6319D375F4D7519673B9CEE18A3 /* RCTActionSheetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActionSheetManager.m; sourceTree = ""; }; + 1DA7F8DC9E7232AE33A3B2AEC203F95A /* RCTStyleAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStyleAnimatedNode.m; sourceTree = ""; }; + 1DDEB27E88339BEF722E14FFCB3E3630 /* ANSCompatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ANSCompatibility.h; path = iOS/Crashlytics.framework/Headers/ANSCompatibility.h; sourceTree = ""; }; + 1E32D2C37782B12BE3B10FE71504A987 /* UIView+FindUIViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+FindUIViewController.h"; path = "ios/Video/UIView+FindUIViewController.h"; sourceTree = ""; }; + 1E453555479B0F9855094D1421408F0F /* RCTImageShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageShadowView.m; sourceTree = ""; }; + 1E7AA5171F7BFA958025DC698C194776 /* FIRInstanceIDKeyPairStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeyPairStore.h; path = Firebase/InstanceID/FIRInstanceIDKeyPairStore.h; sourceTree = ""; }; + 1E8B8C0C4A338088311A9CA4BDA0B991 /* React-CoreModules-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-CoreModules-prefix.pch"; sourceTree = ""; }; + 1E9D43A734EECE32504BF5D855427517 /* ARTShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTShape.h; path = ios/ARTShape.h; sourceTree = ""; }; + 1EA3C918BA42D4D94F6C111302EA8A21 /* UMViewManagerAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapter.h; sourceTree = ""; }; + 1EA8FF5764F81F464D320E1177895992 /* FIRDependency.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDependency.m; path = Firebase/Core/FIRDependency.m; sourceTree = ""; }; + 1EC329653A5CE5C65DB4A68C3E2D5C2D /* FIRInstanceIDAuthKeyChain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDAuthKeyChain.m; path = Firebase/InstanceID/FIRInstanceIDAuthKeyChain.m; sourceTree = ""; }; + 1EE92919E35EA25DF553ADAD467A35D5 /* ARTContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTContainer.h; path = ios/ARTContainer.h; sourceTree = ""; }; + 1F108CA515F3E008514F1B556040E00C /* utilities.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = utilities.cc; path = src/utilities.cc; sourceTree = ""; }; + 1F2821F039B7C781208D6F11549AEDD7 /* RCTTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextView.m; sourceTree = ""; }; + 1F6A4A32003BE13755DF6A7C0A164DCE /* REATransitionAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionAnimation.m; sourceTree = ""; }; + 1F79843AA3A02D490BDAA1334DA7D9E3 /* RecoverableError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RecoverableError.h; sourceTree = ""; }; + 1FA5E0CA44BC2E324B39B0EC61089027 /* RNFirebaseDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseDatabase.h; sourceTree = ""; }; + 1FC725872F6FD1C53517FFE99D1685CD /* RCTBaseTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextViewManager.h; sourceTree = ""; }; + 1FE3B0E6E0B73EFFD9494512EFE99A81 /* InspectorInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorInterfaces.h; sourceTree = ""; }; + 1FE42B1EC0E9A1434434EBFF0E914EC8 /* JSExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSExecutor.cpp; sourceTree = ""; }; + 1FEA399CF91DC9F45F91622F9ACFBB2D /* mips_macro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mips_macro.h; path = src/dsp/mips_macro.h; sourceTree = ""; }; 202722AA0D229A11350F6DC0F267A0BA /* libRNBootSplash.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNBootSplash.a; path = libRNBootSplash.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 2028DD8E1D754D1F5E0C8F9696E44F5B /* REAValueNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAValueNode.h; sourceTree = ""; }; - 2037B71C0E6E322B709F9308458EA14B /* glog-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "glog-prefix.pch"; sourceTree = ""; }; - 205DB2CB2E1894CA84FE59DF9883DF79 /* RNFlingHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFlingHandler.m; sourceTree = ""; }; - 20608760817367038E8F35965383D3A0 /* BSG_KSDynamicLinker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSDynamicLinker.h; sourceTree = ""; }; - 20898907E36468BC4EAE3DA5D98F4006 /* BSG_KSCrashReportWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportWriter.h; sourceTree = ""; }; - 20D73B80DBEDC9935666EB05B502A6E8 /* libQBImagePickerController.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libQBImagePickerController.a; path = libQBImagePickerController.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 20D94A6B2AAC7FF5566A6EF8075A8135 /* RNPanHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPanHandler.m; sourceTree = ""; }; + 204028BFF03CEE94591E5D30DAD1F291 /* UMAppDelegateWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAppDelegateWrapper.h; path = UMCore/UMAppDelegateWrapper.h; sourceTree = ""; }; + 2052B4878E563F44BB2D781DA948B9A4 /* installation.md */ = {isa = PBXFileReference; includeInIndex = 1; name = installation.md; path = docs/installation.md; sourceTree = ""; }; + 208B535EFA85EEB6BCF38C0A82906751 /* REAJSCallNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAJSCallNode.h; sourceTree = ""; }; + 20A1BBC5DD1139BE603E1CF95CC888B2 /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; + 20BBB7E03E30C29DDFE9DF994DD64251 /* RCTAppState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAppState.m; sourceTree = ""; }; + 20C12E6286482A074CE08F5EFAD1A07C /* RCTCxxUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxUtils.mm; sourceTree = ""; }; 20EB67591180BD14936DAED287A3BFF0 /* Pods-ShareRocketChatRN-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ShareRocketChatRN-dummy.m"; sourceTree = ""; }; - 2105C7E8257DED74D0633CAE14616423 /* RCTConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConvert.m; sourceTree = ""; }; - 2124EB19441EAECB5913E5CC2712344A /* REABlockNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REABlockNode.m; sourceTree = ""; }; - 213C93FCEEA3C8BED2774B8E08F222FA /* UMLogManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMLogManager.m; sourceTree = ""; }; - 215D95DED72145C5F30B132B78A576BA /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; sourceTree = ""; }; - 218900E2A9108A356BCE06C3AD448490 /* EXAVPlayerData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVPlayerData.h; path = EXAV/EXAVPlayerData.h; sourceTree = ""; }; - 2191958AAC8997818B01CEC6D5CF61E6 /* react-native-video-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-video-prefix.pch"; sourceTree = ""; }; - 21DB74929AB9303816B8288C85975A3D /* UMConstantsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMConstantsInterface.xcconfig; sourceTree = ""; }; - 21F8D53CB034D71E9DFE4A5E5BA996B6 /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.h; sourceTree = ""; }; + 20F5484A1BC6E3A8CED6305F18B135AA /* RCTImageBlurUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageBlurUtils.m; sourceTree = ""; }; + 211F6AF473FDA2EDC014A6465966DFC8 /* RCTFileRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFileRequestHandler.m; sourceTree = ""; }; + 2132ED6BB290718E77492CADF518EEAA /* RSKImageScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKImageScrollView.m; path = RSKImageCropper/RSKImageScrollView.m; sourceTree = ""; }; + 215087140A560782E3D4183A4ACC10C2 /* react-native-jitsi-meet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-jitsi-meet-prefix.pch"; sourceTree = ""; }; + 216893CFBF0D3469A9E59DD22589ECA6 /* RCTDevLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevLoadingView.m; sourceTree = ""; }; + 219BAC5E878DD89ED1E40A58350D5474 /* FIRAnalyticsConnector.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FIRAnalyticsConnector.framework; path = Frameworks/FIRAnalyticsConnector.framework; sourceTree = ""; }; + 21A17FEC35C795A42DD06D5E212C1DA9 /* ARTSolidColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTSolidColor.h; sourceTree = ""; }; + 21C4DFD1278075E0235297783391EC0B /* react-native-cameraroll-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-cameraroll-dummy.m"; sourceTree = ""; }; + 21C76485E7EAEA78DB78AC4C425CAA0C /* RCTTurboModuleManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModuleManager.h; sourceTree = ""; }; + 21DD77BC4C9F446030612C2B4AB20317 /* SDImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCodersManager.h; path = SDWebImage/Core/SDImageCodersManager.h; sourceTree = ""; }; + 21E202A7C5AD705849C005996A458957 /* FIRInstanceIDAPNSInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDAPNSInfo.m; path = Firebase/InstanceID/FIRInstanceIDAPNSInfo.m; sourceTree = ""; }; + 21E66246E2002B85194EEACF48230410 /* Yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Yoga-dummy.m"; sourceTree = ""; }; + 21E9E7E8DAF0F91B6323AF172D8BB02D /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; 220361FF3B2778F8F38C2C4DCC5B49FD /* libEXConstants.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXConstants.a; path = libEXConstants.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 22140FB47335D2C11676CD6FE8770109 /* UMUserNotificationCenterProxyInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUserNotificationCenterProxyInterface.h; path = UMPermissionsInterface/UMUserNotificationCenterProxyInterface.h; sourceTree = ""; }; - 2238F6878C569BD9DE62658378F43980 /* FIRInstanceID_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceID_Private.h; path = Firebase/InstanceID/Private/FIRInstanceID_Private.h; sourceTree = ""; }; - 224437FCD3123165BF7DBDEC01861CA0 /* RNFetchBlobFS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobFS.m; path = ios/RNFetchBlobFS.m; sourceTree = ""; }; - 225FE7CE2562D200DE7B9CB254856754 /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAccessibilityManager.h; sourceTree = ""; }; - 227495E0087990E3409835CF75C620BD /* lossless.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless.c; path = src/dsp/lossless.c; sourceTree = ""; }; - 22CD6908E6D35EDAB4715197D48DBB89 /* log_severity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_severity.h; path = src/glog/log_severity.h; sourceTree = ""; }; - 22DAC011F696BEDD225BA8942588F6CF /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 22EC76BB9D8CC2602391B531B70E15D7 /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; - 231C36653E87C0CDFBD0C1E1218DEC2E /* RCTConvertHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvertHelpers.h; sourceTree = ""; }; - 232EB188EB76A659B22869443AD45191 /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = SDWebImage/Core/SDImageAPNGCoder.h; sourceTree = ""; }; - 2337FD4047F3F60B749218A40785E05D /* React-RCTImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTImage-dummy.m"; sourceTree = ""; }; - 238AF7A98F62796BA1619AF506526F1E /* REACallFuncNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REACallFuncNode.m; sourceTree = ""; }; - 23AE8CD4CEDF045928995E4D330AAEDE /* BSG_KSSysCtl.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSysCtl.c; sourceTree = ""; }; + 222A34B911FF9FCFF752C596AE492C54 /* cost_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_sse2.c; path = src/dsp/cost_sse2.c; sourceTree = ""; }; + 222BB3AB878D6D9C701CF7B0DF973ED8 /* RCTValueAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTValueAnimatedNode.m; sourceTree = ""; }; + 222E72EEED1911A995052E5BF33D45B0 /* Zocial.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Zocial.ttf; path = Fonts/Zocial.ttf; sourceTree = ""; }; + 2238DF0F9A33FE9E1C8F07154BC375B0 /* UIImage+RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+RSKImageCropper.h"; path = "RSKImageCropper/UIImage+RSKImageCropper.h"; sourceTree = ""; }; + 228BC5BCE6BEC2ACC9A23542C259CF7F /* RCTInspectorDevServerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorDevServerHelper.h; sourceTree = ""; }; + 229B69F7A2BA93AE5530A6099A73B0BD /* Orientation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Orientation.m; path = iOS/RCTOrientation/Orientation.m; sourceTree = ""; }; + 22B0E2535684B7CC51D81DE7C573FDC8 /* EXWebBrowser.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXWebBrowser.xcconfig; sourceTree = ""; }; + 22C109EEADD4F8B96EE22C868CE3C14A /* EXDownloadDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXDownloadDelegate.m; path = EXFileSystem/EXDownloadDelegate.m; sourceTree = ""; }; + 22D777A08F9ECF58B5FBC7A5B8F6F98A /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; sourceTree = ""; }; + 22EE5AF94F841B64FF2A89BC1DEB0721 /* RCTImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageView.h; path = Libraries/Image/RCTImageView.h; sourceTree = ""; }; + 22EEF06C78D16BA53279CA421CEED4B7 /* Fabric.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Fabric.framework; path = iOS/Fabric.framework; sourceTree = ""; }; + 232B00A456185E68EA56676298BEEC30 /* Orientation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Orientation.h; path = iOS/RCTOrientation/Orientation.h; sourceTree = ""; }; + 23566E6F78D76EF7DB7F33316861017C /* UMFileSystemInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFileSystemInterface.xcconfig; sourceTree = ""; }; + 236BD84A3D7A0BCA0879CEFAA83975BA /* GDTEventDataObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTEventDataObject.h; path = GoogleDataTransport/GDTLibrary/Public/GDTEventDataObject.h; sourceTree = ""; }; + 239227450F1F8CBF02753D7FF58066D8 /* react-native-notifications-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-notifications-dummy.m"; sourceTree = ""; }; + 23C4A6060F80E34DD9B50B2DFE0C9BF2 /* BSG_KSArchSpecific.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSArchSpecific.h; sourceTree = ""; }; + 23E2E604813E0A83C42F4CDDFD52CD96 /* RNImageCropPicker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNImageCropPicker.xcconfig; sourceTree = ""; }; + 23EECA421B7288F614E7ABE957561AC3 /* NSError+FIRInstanceID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+FIRInstanceID.m"; path = "Firebase/InstanceID/NSError+FIRInstanceID.m"; sourceTree = ""; }; + 23EFDD9E4FD7AF73F60CA08A78677637 /* muxedit.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxedit.c; path = src/mux/muxedit.c; sourceTree = ""; }; + 24065647A62A3DECE21E112C839B4127 /* RNBackgroundTimer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBackgroundTimer.m; path = ios/RNBackgroundTimer.m; sourceTree = ""; }; + 240CE76894A4EBC442349F15E8162B57 /* RNSScreenContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenContainer.h; path = ios/RNSScreenContainer.h; sourceTree = ""; }; + 241E57CE7B8A8A9A0C30B2F4727E17F5 /* FIRInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceID.h; path = Firebase/InstanceID/Public/FIRInstanceID.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; }; - 242959A0044CCBC53F15ABA9E2D4C2AA /* RCTSettingsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSettingsManager.h; path = Libraries/Settings/RCTSettingsManager.h; sourceTree = ""; }; - 2449082E579E2213DB2FF3996F5D08E9 /* react-native-background-timer-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-background-timer-prefix.pch"; sourceTree = ""; }; - 2449974BE181B377D0C240D8390AB059 /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; - 2458545E3325597DD6A4B811C7E66B92 /* vp8_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8_dec.h; path = src/dec/vp8_dec.h; sourceTree = ""; }; - 245FEA8FEA77979C1D2F585404534DDE /* RCTVirtualTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextViewManager.m; sourceTree = ""; }; - 248990547714B081AB5B56FEE95BF988 /* RNDeviceInfo-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDeviceInfo-prefix.pch"; sourceTree = ""; }; - 24B8954C5F7F99D4660C00ED53B77E76 /* RNFirebaseAdMobBannerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobBannerManager.m; sourceTree = ""; }; - 24E4821FEAA0EEB382ED9211E1D198AB /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = SDWebImage/Core/SDImageCacheDefine.m; sourceTree = ""; }; - 25023246C576D25227B4AE4712355E3D /* GULLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLogger.h; path = GoogleUtilities/Logger/Private/GULLogger.h; sourceTree = ""; }; - 250CA94BE6AF22BD22B45DF0F3AC6D13 /* BugsnagSink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSink.m; sourceTree = ""; }; - 2518AAE93C0C1EB79ECBCC2856756BB0 /* RCTInterpolationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInterpolationAnimatedNode.h; sourceTree = ""; }; - 253C3117CD635B9BD4F35F0F84D27F04 /* RCTRawTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextViewManager.m; sourceTree = ""; }; + 2497D5165EC0A35BD96AD57FC55949E6 /* GDTConsoleLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTConsoleLogger.h; path = GoogleDataTransport/GDTLibrary/Public/GDTConsoleLogger.h; sourceTree = ""; }; + 24AB6FC2865384C38825BC95C65B5813 /* CoreModulesPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = CoreModulesPlugins.mm; sourceTree = ""; }; + 24E4C2778508D437130213216EDFBCAE /* RCTDevMenu.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevMenu.m; sourceTree = ""; }; + 24E9CF082676CAD594449D4A5283465E /* RCTTextAttributes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextAttributes.m; sourceTree = ""; }; + 250CF8B419B162FB992D8736BE4DBC17 /* 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 = ""; }; + 251B90FB835BD1A6E355999584A8E017 /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; + 254440D91C3A7ECA89F32B4582B454A5 /* webp_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = webp_dec.c; path = src/dec/webp_dec.c; sourceTree = ""; }; + 254D39F8195B37A3224A2EA960FA0D26 /* React-RCTImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.xcconfig"; sourceTree = ""; }; 2577F299FCB0A19824FE989BE77B8E8F /* libReact-jsinspector.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsinspector.a"; path = "libReact-jsinspector.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 258A035B9F0086A73F342E960B35496F /* Octicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Octicons.ttf; path = Fonts/Octicons.ttf; sourceTree = ""; }; - 258E7BB2C2C148FDF7078ACF18069153 /* RCTImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageView.m; sourceTree = ""; }; - 259D2F12ABCF462092CAD9B27FF0A88C /* WebRTC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebRTC.framework; path = Frameworks/WebRTC.framework; sourceTree = ""; }; - 25DA1555851CD85592046C2B2AEAC27E /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = SDWebImage/Core/SDMemoryCache.m; sourceTree = ""; }; - 25F7CC0BD291AA54BEAAA2F3F9C608CA /* RCTVirtualTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextShadowView.h; sourceTree = ""; }; - 261691467F899D94E6BF0F490C2F7865 /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = SDWebImage/Core/SDWebImageCompat.m; sourceTree = ""; }; - 2633ABA11AE357AFED94CB450A5CCA4D /* RCTConvert+REATransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+REATransition.m"; sourceTree = ""; }; - 264EBA628B0C20D7E378DED6DC0270A9 /* alpha_processing_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_neon.c; path = src/dsp/alpha_processing_neon.c; sourceTree = ""; }; - 265F8411F42BDA31FF280D67A68D2CB1 /* GDTReachability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTReachability.h; path = GoogleDataTransport/GDTLibrary/Private/GDTReachability.h; sourceTree = ""; }; - 267F9F2C58C4112C1EFE5A0CC654DB17 /* RCTDatePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePickerManager.h; sourceTree = ""; }; - 26816997331A7ABFB1C7706DEE6CB26C /* REANode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REANode.h; sourceTree = ""; }; - 2683CDC4E450B4AC2C04403C7D2F3A6C /* predictor_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = predictor_enc.c; path = src/enc/predictor_enc.c; sourceTree = ""; }; - 268F7F7EFB3E947F83F5B9F2CF88A0DB /* vp8_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8_dec.c; path = src/dec/vp8_dec.c; sourceTree = ""; }; - 2690ADE71F761217060D0FF0C1378AE6 /* GULReachabilityChecker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULReachabilityChecker.m; path = GoogleUtilities/Reachability/GULReachabilityChecker.m; sourceTree = ""; }; - 2697E20621E13F742D7C0AD3EC113D43 /* RCTTextAttributes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextAttributes.m; sourceTree = ""; }; + 257FAA10FD8901F9CC7B43BBE01C8824 /* RNCWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWebViewManager.m; path = ios/RNCWebViewManager.m; sourceTree = ""; }; + 258B91E715DED0A38A9452BD4B766218 /* ARTPattern.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTPattern.h; sourceTree = ""; }; + 25B45E8A0058E166563607A2FE47ECE8 /* JSBigString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSBigString.cpp; sourceTree = ""; }; + 2626AA8E24B62228D329C312E5C13F1A /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = SDWebImage/Core/SDAnimatedImage.m; sourceTree = ""; }; + 264B5E7D4C00A43280E5A09AFF8A418D /* RCTBaseTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextShadowView.h; sourceTree = ""; }; + 265C960F3781EC699D265B371CEBA7C8 /* BSG_KSSystemCapabilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemCapabilities.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; }; - 269C1382F849D90EABAC84010395D690 /* EXHaptics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXHaptics.xcconfig; sourceTree = ""; }; - 26A258F41EF97F643AA8D63B40A4B767 /* SDAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageView.h; path = SDWebImage/Core/SDAnimatedImageView.h; sourceTree = ""; }; - 26FDE71D7270B8660A44614E37EC7969 /* RCTNetworking.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworking.mm; sourceTree = ""; }; - 2718BA7539F8B21F39ECDAF498A4CAE6 /* Crashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Crashlytics.h; path = iOS/Crashlytics.framework/Headers/Crashlytics.h; sourceTree = ""; }; - 274180BF523A21C15437D91A95B629DE /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = ""; }; - 276DC8FED36CE7A1A8580CB612E3C53E /* pb_common.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_common.c; sourceTree = ""; }; - 27836F1E4442708C28FAD801CCFA043C /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; + 26CAF031053C08A190DF071A82843657 /* EXAppLoaderProvider-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAppLoaderProvider-dummy.m"; sourceTree = ""; }; + 26EED0C32A6841FD93F64269146D86F7 /* rn-fetch-blob.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-fetch-blob.xcconfig"; sourceTree = ""; }; + 270B61094921448E80F733E74AF42855 /* SDImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoader.m; path = SDWebImage/Core/SDImageLoader.m; sourceTree = ""; }; + 270CAD43892181D91A753FCCAF11032B /* RCTAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedImage.m; sourceTree = ""; }; + 27341596529135D5692B7B7327999DD0 /* Yoga.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Yoga.xcconfig; sourceTree = ""; }; + 273439589765A5A66AC272F5E174994D /* NSBezierPath+RoundedCorners.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBezierPath+RoundedCorners.h"; path = "SDWebImage/Private/NSBezierPath+RoundedCorners.h"; sourceTree = ""; }; + 27471F34AEEB9F553D525EC2E01F3CE5 /* cached-powers.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "cached-powers.cc"; path = "double-conversion/cached-powers.cc"; sourceTree = ""; }; + 276F0467ADC55652D42C9B8EDF691B7F /* RNFirebaseAdMobRewardedVideo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobRewardedVideo.m; sourceTree = ""; }; 279390C893577F74DD2049383E1EDD1A /* libKeyCommands.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libKeyCommands.a; path = libKeyCommands.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 27E910AB1997A81AA82E2B9E9D76E658 /* RCTImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageCache.m; sourceTree = ""; }; - 280CF5E8FD2AEEA5FDF24CCAD12ABAFC /* RNFirebaseDatabase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseDatabase.m; sourceTree = ""; }; - 2832D2AB6E74719A8E3A77EFAD5C5257 /* react-native-notifications.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-notifications.xcconfig"; sourceTree = ""; }; - 2878AA4357925F055BB26AA52DF39D94 /* RCTKeyCommandsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTKeyCommandsManager.m; path = ios/KeyCommands/RCTKeyCommandsManager.m; sourceTree = ""; }; - 28BD684EF1D3EA7EF62481985911AFC7 /* GDTConsoleLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTConsoleLogger.h; path = GoogleDataTransport/GDTLibrary/Public/GDTConsoleLogger.h; sourceTree = ""; }; - 28C99708B08A9EA772A88A92695F3E53 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 28DB6CAB95392C193840F107465D6B1B /* YGNodePrint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNodePrint.cpp; path = yoga/YGNodePrint.cpp; sourceTree = ""; }; - 2919F0588C823D44177903F6308E77A0 /* BugsnagSessionTrackingApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingApiClient.h; sourceTree = ""; }; - 294CB3D252014A18DD4A3A73D6B0EAAC /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; - 295B1037840F2974230A335C2AB3C3DA /* enc_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_mips32.c; path = src/dsp/enc_mips32.c; sourceTree = ""; }; - 2985690376C832479B6CBEF994125526 /* Format.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Format.cpp; path = folly/Format.cpp; sourceTree = ""; }; - 29CA47870EF1380F129E1374389AA730 /* EXDownloadDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXDownloadDelegate.h; path = EXFileSystem/EXDownloadDelegate.h; sourceTree = ""; }; - 29D866507B6D31ED844E9A73B3118772 /* dec_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_mips_dsp_r2.c; path = src/dsp/dec_mips_dsp_r2.c; sourceTree = ""; }; - 2A128E6D949E77C44DA44560E88F1865 /* Fontisto.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Fontisto.ttf; path = Fonts/Fontisto.ttf; sourceTree = ""; }; - 2A20CF3A60C5CFD0DE74EB90F8E8092E /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; - 2A26A5B12AC2D5EE8652ECA85EDB7691 /* RNNativeViewHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNNativeViewHandler.m; sourceTree = ""; }; - 2A5FE3742F9AECB83E54106826071ED4 /* SDWebImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImage-dummy.m"; sourceTree = ""; }; - 2A7830133E02017B820D1F11EB0E2EE9 /* FIRInstanceIDKeyPairUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeyPairUtilities.h; path = Firebase/InstanceID/FIRInstanceIDKeyPairUtilities.h; sourceTree = ""; }; - 2A9E7421477DCACE7A8C81336831F922 /* RNFastImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFastImage-prefix.pch"; sourceTree = ""; }; - 2AB59D38B9D49C9B00F3C5F95EF8A5F4 /* FIRInstanceIDTokenOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenOperation.h; path = Firebase/InstanceID/FIRInstanceIDTokenOperation.h; sourceTree = ""; }; - 2ABFB451EB4296177AF8518752E5376F /* EXAV.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAV.xcconfig; sourceTree = ""; }; - 2ADB25FEB53A93D4B73626B4F59AA26F /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; sourceTree = ""; }; - 2AE6E07E996DD2CE02771A4670FB4399 /* alpha_processing_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_sse41.c; path = src/dsp/alpha_processing_sse41.c; sourceTree = ""; }; - 2B0BFE57676A5D16FB11E7FD654EE50A /* de.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = de.lproj; path = QBImagePicker/de.lproj; sourceTree = ""; }; - 2B171ED2A0F4F64763AAB6D51EBBFAB2 /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; + 27AF233C32A5B68544F43556A0B7CB71 /* RNGestureHandlerRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerRegistry.h; path = ios/RNGestureHandlerRegistry.h; sourceTree = ""; }; + 27BD052E627B478D6051402BFAC7F93E /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; + 281C56FBABFEE9C04A3535E9790A9120 /* demux.c */ = {isa = PBXFileReference; includeInIndex = 1; name = demux.c; path = src/demux/demux.c; sourceTree = ""; }; + 28544ADDE758E63A19E825585975E26F /* MaterialIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialIcons.ttf; path = Fonts/MaterialIcons.ttf; sourceTree = ""; }; + 2891535CE0C5C5D5FD18CE0D197050B2 /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = SimpleLineIcons.ttf; path = Fonts/SimpleLineIcons.ttf; sourceTree = ""; }; + 289E33179454D7E3859D7E6A9BB5E1FD /* RCTSinglelineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputViewManager.h; sourceTree = ""; }; + 28CDC08B6B4BBC47ED4C4C5B83A9988C /* react-native-webview.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-webview.xcconfig"; sourceTree = ""; }; + 28FD7F961165BA72E393450F992F2048 /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/Core/SDWebImageManager.m; sourceTree = ""; }; + 2904388EE18E71E053600ABF483B1CC9 /* FBLazyVector.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBLazyVector.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 2919DFFA117989C2D9E741D42C74A2FB /* UMModuleRegistryDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryDelegate.h; sourceTree = ""; }; + 294BA87825E43C860BA3FF3E8C1F7CF9 /* RCTWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWeakProxy.m; sourceTree = ""; }; + 29BAD75CE92E205F1B7146D5AF67383E /* RCTMessageThread.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMessageThread.mm; sourceTree = ""; }; + 29C330A7AC446512DCA73AE8F317A6BA /* RCTVideo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideo.m; path = ios/Video/RCTVideo.m; sourceTree = ""; }; + 29E6BDF2F5D56B7867030711E63DFE1D /* rescaler_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_sse2.c; path = src/dsp/rescaler_sse2.c; sourceTree = ""; }; + 2A1CA7669FE65C9DB40A235FA8026681 /* GDTReachability_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTReachability_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTReachability_Private.h; sourceTree = ""; }; + 2A261E6DC47FC78C346E476DFA901018 /* RCTNetInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNetInfo.m; sourceTree = ""; }; + 2A2C885A2496AC354FC80C3A218DF410 /* 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; }; + 2A37D6F518A96C60FDAEA4CB5AD111EC /* TurboCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboCxxModule.h; path = turbomodule/core/TurboCxxModule.h; sourceTree = ""; }; + 2A8F1BA1DDA2334913E97483188FDB0E /* NSDataBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NSDataBigString.h; sourceTree = ""; }; + 2AA46780CEC70D7786498183F37B8B5E /* BugsnagHandledState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagHandledState.m; sourceTree = ""; }; + 2AD9D6D015FBBB5D23A16236EFDC21EA /* CGGeometry+RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CGGeometry+RSKImageCropper.h"; path = "RSKImageCropper/CGGeometry+RSKImageCropper.h"; sourceTree = ""; }; + 2AF5ACE10E5F64B3AA4D2DEBD41A9A8B /* RCTConvertHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvertHelpers.h; sourceTree = ""; }; + 2AF7226A7D0B0BED3A80AB543C95186B /* RNPushKitEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventHandler.h; path = RNNotifications/RNPushKitEventHandler.h; sourceTree = ""; }; + 2B155B4CBA225A01329F11933E3BACFF /* BSGSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGSerialization.h; sourceTree = ""; }; 2B17A71888AA28CEFEC37B72F2A68A91 /* libreact-native-slider.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-slider.a"; path = "libreact-native-slider.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 2B19F7AAADC1A5F33EA0427E8F8F8263 /* cost_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_mips_dsp_r2.c; path = src/dsp/cost_mips_dsp_r2.c; sourceTree = ""; }; - 2B25EDEF96B33928947D22FD3C43ABC9 /* EXDownloadDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXDownloadDelegate.m; path = EXFileSystem/EXDownloadDelegate.m; sourceTree = ""; }; - 2B26AD7CA3529E84BB0792DB6416F749 /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = SDWebImage/Core/SDWebImageCacheSerializer.h; sourceTree = ""; }; - 2B3445B310DEC6AD1FF14472412EEDBA /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; - 2B5F68049BBDF35F02DD601208D15093 /* jsilib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsilib.h; sourceTree = ""; }; - 2B74F6A9A98A8D6413C5365C1042C909 /* RCTModalManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalManager.m; sourceTree = ""; }; - 2B9E83D41696B81F2F18D4F8CAFD94EB /* RCTImageBlurUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageBlurUtils.m; sourceTree = ""; }; - 2BBB8F40356ABEB7E55A02AB87D8BD73 /* FirebaseCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCore-dummy.m"; sourceTree = ""; }; - 2BCAD129215DDD233BEB67EA7FDE9E44 /* RNDateTimePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDateTimePicker.h; path = ios/RNDateTimePicker.h; sourceTree = ""; }; - 2BE1B8A5E5F75FB3376CC165C499CB71 /* RCTAccessibilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAccessibilityManager.m; sourceTree = ""; }; - 2BE4262912D041A53415FBAC8668835B /* UMBarCodeScannerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerInterface.h; sourceTree = ""; }; - 2C205B7A74A0AB9C207AE1508245D074 /* KeyCommands.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KeyCommands.xcconfig; sourceTree = ""; }; - 2C3F084BC58B9C5F2BA562EDFD9FAD42 /* FIRAnalyticsConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAnalyticsConfiguration.m; path = Firebase/Core/FIRAnalyticsConfiguration.m; sourceTree = ""; }; - 2C5A20876F1909D9ED667607C3ACDFD2 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 2C7065778189B42A77ADA63EFF8CC2B1 /* REANodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REANodesManager.m; path = ios/REANodesManager.m; sourceTree = ""; }; - 2C7D886999D3B062108367A61A84940B /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; - 2C8ABF8DC8AD19F1E8206D8836352670 /* YGStyle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGStyle.cpp; path = yoga/YGStyle.cpp; sourceTree = ""; }; - 2C8E9698334B9C85054E3C1E021ED952 /* RCTDevLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingView.h; sourceTree = ""; }; - 2C902B90285F7AB774D8561D259AB1C2 /* RNJitsiMeetView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNJitsiMeetView.m; path = ios/RNJitsiMeetView.m; sourceTree = ""; }; - 2C9263F825FFF757EAA47B9D757CE6BE /* RCTInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryView.h; sourceTree = ""; }; - 2CAB0AE4AA56BD229CC3736D13F8D8BC /* UMModuleRegistryAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryAdapter.m; sourceTree = ""; }; - 2CBBE1967FD8645B907167A3031D4271 /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = SDWebImage/Core/SDImageIOCoder.m; sourceTree = ""; }; - 2CD0CC8A410731ABA17B4B7EF1933958 /* REAConcatNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAConcatNode.m; sourceTree = ""; }; - 2CE5196E94E77DA2B23DCF8C1156CF42 /* RNFirebaseAdMobNativeExpressManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobNativeExpressManager.h; sourceTree = ""; }; - 2D07BFCFE57A9975D3A834AE06D565CF /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = SDWebImage/Core/SDWebImageError.m; sourceTree = ""; }; - 2D46DFDD5C6A2D735680FD80B69431D7 /* ReactNativeART.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = ReactNativeART.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 2D95950A1BEBE477CDB2FB3505C64223 /* RNScreens.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNScreens.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 2DA0A75661058A06F82116E5CC5B916E /* upsampling_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_neon.c; path = src/dsp/upsampling_neon.c; sourceTree = ""; }; + 2B4DE5FDBADC18037B2EFE8D8FF57828 /* pb_common.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_common.c; sourceTree = ""; }; + 2B591EBDB62B59175625167A78E88D03 /* GULNetworkConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkConstants.m; path = GoogleUtilities/Network/GULNetworkConstants.m; sourceTree = ""; }; + 2B7E25A5F3D83CA32E225BD43B8747E2 /* RCTBaseTextInputShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputShadowView.h; sourceTree = ""; }; + 2BA51A1007797DCC6ADB9381AA484EB2 /* RNImageCropPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNImageCropPicker-dummy.m"; sourceTree = ""; }; + 2BAA4B4A8C57845FCA56A74CFFEB1621 /* 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; }; + 2BBC2EA548E00A132F008D4552E8CABD /* FIRInstanceIDBackupExcludedPlist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDBackupExcludedPlist.m; path = Firebase/InstanceID/FIRInstanceIDBackupExcludedPlist.m; sourceTree = ""; }; + 2BDB0E86D85831000375A7EC4A0024AD /* React-jsiexecutor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsiexecutor-dummy.m"; sourceTree = ""; }; + 2BFDE11CC8A7D89ECAED75A3463CC42A /* BugsnagFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagFileStore.h; sourceTree = ""; }; + 2C053CC04ECDCD781977B106A7432143 /* BugsnagFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagFileStore.m; sourceTree = ""; }; + 2C17E36E535E6F0C1AE18EA84D85A981 /* react-native-keyboard-tracking-view-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-keyboard-tracking-view-dummy.m"; sourceTree = ""; }; + 2C1AB8196BD52F9B393CF60B88CBED5E /* READebugNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = READebugNode.m; sourceTree = ""; }; + 2C1BAB8F80E64E97042B59A1AC58DECC /* notificationsEvents.md */ = {isa = PBXFileReference; includeInIndex = 1; name = notificationsEvents.md; path = docs/notificationsEvents.md; sourceTree = ""; }; + 2C1CFB0B5D7CC8DEC9559EE6FECE03EA /* FBReactNativeSpec-generated.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "FBReactNativeSpec-generated.mm"; path = "FBReactNativeSpec/FBReactNativeSpec-generated.mm"; sourceTree = ""; }; + 2C3B5B33D7B3E48D320C3A06E3B9A455 /* RCTVirtualTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextViewManager.h; sourceTree = ""; }; + 2C412DF6D6AA359967FCC8E3B29F01C2 /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; + 2C7AA6A16D7843F9B9969258D09BDFD6 /* Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Private.h; sourceTree = ""; }; + 2C914260E14BFC206DFDEE3734A44F64 /* ARTRadialGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTRadialGradient.h; sourceTree = ""; }; + 2C9AE40190AB3EBC24D73C2F8717CA8C /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; + 2CCE0A0312367F91E8898886D48805D2 /* RNForceTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNForceTouchHandler.m; sourceTree = ""; }; + 2CE8A788BAAD4C7C8CF9143DFD3B9506 /* rescaler_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_neon.c; path = src/dsp/rescaler_neon.c; sourceTree = ""; }; + 2CF2534628CCC7E0CB60511001A24B96 /* GDTStoredEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTStoredEvent.m; path = GoogleDataTransport/GDTLibrary/GDTStoredEvent.m; sourceTree = ""; }; + 2CFEBAF532B2306AB0D9D98A93F0BDD4 /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; + 2D04E51B3D9AB1AF4BA1C8CF4B613264 /* REAClockNodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAClockNodes.h; sourceTree = ""; }; + 2D1BFEB2857C8000A201EFA5B2A22488 /* FIRInstanceIDCheckinService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinService.h; path = Firebase/InstanceID/FIRInstanceIDCheckinService.h; sourceTree = ""; }; + 2D4B1E99092E36615F101CE0658D0426 /* RCTSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSliderManager.h; sourceTree = ""; }; + 2D8FD8F174DBC0600594D0ACA475512E /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = Firebase/Core/Private/FIRDependency.h; sourceTree = ""; }; + 2D97D708516454AAC9C946326909AB2C /* RNRootViewGestureRecognizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNRootViewGestureRecognizer.h; path = ios/RNRootViewGestureRecognizer.h; sourceTree = ""; }; 2DA0D814DFCB860D31D7BCD63D795858 /* libFirebaseInstanceID.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseInstanceID.a; path = libFirebaseInstanceID.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 2DCF19E9DA41EC5CB0BADBE56247D8BB /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; - 2DEA620C9EA0662CA8188B8A019981BC /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; - 2E0EC63AF0AADA1D0AE78FB4CE133633 /* RNPanHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPanHandler.h; sourceTree = ""; }; - 2E416DA9BACFF67E836CF8604C0C0A76 /* Instance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Instance.h; sourceTree = ""; }; - 2E4332747BA12706578CAC28B21BC70C /* RNRootView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNRootView-prefix.pch"; sourceTree = ""; }; - 2E5F14F5495AA6F7B60E388FF33BAD98 /* BSG_KSSingleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSingleton.h; sourceTree = ""; }; - 2EC226797FBE55FB0A5EB819D6F05FCB /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTClipboard.h; sourceTree = ""; }; - 2ED62654065B0051EE7BF8418A99C030 /* 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 = ""; }; - 2EE56EF161826629810C9743EA5E99A4 /* React-cxxreact-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-cxxreact-prefix.pch"; sourceTree = ""; }; - 2EF3887C3716B950B1A8AA9CBDAD1C42 /* RNReanimated-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNReanimated-dummy.m"; sourceTree = ""; }; - 2EF44213FD3223B12AFA1C7C0BB356C6 /* SDImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoader.m; path = SDWebImage/Core/SDImageLoader.m; sourceTree = ""; }; - 2F0D9724DDBB33FB12DAD4B47D5826F0 /* RCTAnimationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationUtils.h; path = Libraries/NativeAnimation/RCTAnimationUtils.h; sourceTree = ""; }; - 2F37D87AC099D48EF177E7FEE4B8CD1A /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; - 2F3DBE30EFD3C8F997DD54A2A062CB55 /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; - 2F5DCBF84C4FCB29D7493E8F86442192 /* FirebaseInstanceID.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstanceID.xcconfig; sourceTree = ""; }; - 2F5F58D201AADC733A78BC5311917987 /* RNFastImage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFastImage.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 2F7609F49973D8DE1FDA2A02AE36643B /* RSKImageScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKImageScrollView.h; path = RSKImageCropper/RSKImageScrollView.h; sourceTree = ""; }; - 2F7BF5F2708FFF6188752E6CD2822D4F /* react-native-jitsi-meet.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-jitsi-meet.xcconfig"; sourceTree = ""; }; - 2F812D1D7923DCB836A359A6789B8C99 /* RCTCxxBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxBridge.mm; sourceTree = ""; }; - 2F914408E2683348E30A3AD1A6A6A892 /* lossless_enc_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_mips32.c; path = src/dsp/lossless_enc_mips32.c; sourceTree = ""; }; - 2FBE73416F6BCBDBA9961312F1830706 /* ModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ModuleRegistry.h; sourceTree = ""; }; - 2FC0C9D532E9C6C201BF0E3DB8889D1E /* RNFirebaseAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAuth.h; sourceTree = ""; }; - 2FD9A96818EEB57743733568A3DB36C9 /* BSG_KSJSONCodec.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSJSONCodec.c; sourceTree = ""; }; - 2FDB850B2D7605EBE486B87982DB6203 /* utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = utils.c; path = src/utils/utils.c; sourceTree = ""; }; - 2FEB9C80896EC3E1AF48A26EA2C4A9CF /* RCTStyleAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStyleAnimatedNode.m; sourceTree = ""; }; - 304B64A89E638598A9E65B7A5FB5A012 /* FIRInstanceIDCheckinService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinService.h; path = Firebase/InstanceID/FIRInstanceIDCheckinService.h; sourceTree = ""; }; - 304CEEF7CB871919BAB3EF6A9F883F11 /* RCTSinglelineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputView.m; sourceTree = ""; }; - 304F27CCBDBAAF2C03994FC499DF97D0 /* 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; }; - 307016C51C55E3847A5DC9C3EED1B3E0 /* UMModuleRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistry.m; sourceTree = ""; }; - 30A072C44DC0493262F79EFEA04ABDFA /* NSDataBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NSDataBigString.h; sourceTree = ""; }; - 30A5063C2D1EC4583FDB2C9CEA518C5A /* react-native-background-timer.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-background-timer.xcconfig"; sourceTree = ""; }; - 30ACDD7DF5B759A3AF88A214445F6DEA /* RNCWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWebViewManager.m; path = ios/RNCWebViewManager.m; sourceTree = ""; }; - 30AE0909BB6303673387EBBDB546C90F /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = SDWebImage/Core/SDImageGIFCoder.h; sourceTree = ""; }; - 30AED7ACF82DEE049531C434F92D25C5 /* UMFileSystemInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFileSystemInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 30C9D4A70943C55E73C0BDDC19090EA4 /* RCTActionSheetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTActionSheetManager.h; path = Libraries/ActionSheetIOS/RCTActionSheetManager.h; sourceTree = ""; }; - 30EC76B688A264B41901746A6D78F349 /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = SDWebImage/Core/SDWebImageDownloader.m; sourceTree = ""; }; - 3121AD61FA1D3134C50CF35E624BED12 /* React-RCTText.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.xcconfig"; sourceTree = ""; }; - 316C0BF08894865C11B0DB43AB8510BF /* EXAV.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAV.m; path = EXAV/EXAV.m; sourceTree = ""; }; - 31A052B3F4E860BC4D0F45D81EDEEA7F /* RNFirebaseLinks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseLinks.h; sourceTree = ""; }; - 31AE6AB1498B353FDC643E095E7A39C7 /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/Core/UIButton+WebCache.m"; sourceTree = ""; }; - 31B527DB522892C5B0FE2BC52F4C2CF7 /* REAOperatorNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAOperatorNode.m; sourceTree = ""; }; - 31DCFBE8AAC3CB97E2BF59F3B8DAF0CF /* READebugNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = READebugNode.h; sourceTree = ""; }; - 31F305BE88E509B733410B65FF675D16 /* REABezierNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REABezierNode.h; sourceTree = ""; }; - 32036E9F30E810D093E7DBA3554074EE /* RCTTextSelection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextSelection.m; sourceTree = ""; }; - 321A319AC4EFD2FA0962E6DE2CD5831D /* RCTVideoManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoManager.h; path = ios/Video/RCTVideoManager.h; sourceTree = ""; }; - 32417419448BF9223832C1202BCA80BE /* cct.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cct.nanopb.c; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.c; sourceTree = ""; }; - 326A4C8A60814AB6D6E6D5E9A163A87B /* BSG_KSCrashReportFilterCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilterCompletion.h; sourceTree = ""; }; - 32ADE6694F66D344A458C0B1D1EDDDDC /* RCTNetworkTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNetworkTask.m; sourceTree = ""; }; - 32B710D97CAA2E596AAB4B8AFE147036 /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.h; sourceTree = ""; }; - 32D14305860319B697AE0AB00F39CD1C /* BSG_KSSystemCapabilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemCapabilities.h; sourceTree = ""; }; - 33380985DCC39CF44A1E64982DA162DC /* UIImage+Metadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Metadata.h"; path = "SDWebImage/Core/UIImage+Metadata.h"; sourceTree = ""; }; - 33849FB08B2D1A66D62C9DFEFD628532 /* QBImagePickerController-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "QBImagePickerController-dummy.m"; sourceTree = ""; }; - 338ECC56A4A92EB571B4761542C43109 /* Firebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Firebase.h; path = CoreOnly/Sources/Firebase.h; sourceTree = ""; }; - 339068EC3B3B2396B833B00F1919EC58 /* RCTValueAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTValueAnimatedNode.h; sourceTree = ""; }; - 33A8980C78D1B3868590C792369D2C1C /* RNFetchBlobConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobConst.h; path = ios/RNFetchBlobConst.h; sourceTree = ""; }; - 33A8A171BE00A32E90026078C9B48E14 /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; - 33C28C7193C813BA137A29D9A54AE40E /* RCTMultilineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputView.h; sourceTree = ""; }; - 34298A5F931DD4347C202F103F374431 /* ARTSurfaceViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTSurfaceViewManager.h; sourceTree = ""; }; - 342B9E040385EB7AA5AD6E96FA51BC3E /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; + 2DBD16FE4BF18987F2ECB83E4922B98E /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; + 2DCDB7FF91ACEE4C175EC491C6ED0E1C /* RNBootSplash-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNBootSplash-dummy.m"; sourceTree = ""; }; + 2DDAFCDFD09E406972EDA91F0BFA2077 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 2DE22AECE308A60E233BECAD44F36439 /* BugsnagMetaData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagMetaData.h; sourceTree = ""; }; + 2DE69644D073CA86DB782623084C070F /* RNFirebasePerformance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebasePerformance.h; sourceTree = ""; }; + 2E0810763BC65EA4F8EEA770DA72C91F /* nanopb-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-prefix.pch"; sourceTree = ""; }; + 2E1D04848A28746CF8F086916F0FF188 /* EXWebBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXWebBrowser-dummy.m"; sourceTree = ""; }; + 2E7C00BA69A1BF912A5E0A5119A9DCA0 /* react-native-notifications.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-notifications.xcconfig"; sourceTree = ""; }; + 2E985151BC5A1D14982E940CFB852708 /* react-native-jitsi-meet.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-jitsi-meet.xcconfig"; sourceTree = ""; }; + 2EA5632C7E11DE7B34148BF301EA18B3 /* ARTRenderable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTRenderable.h; path = ios/ARTRenderable.h; sourceTree = ""; }; + 2EAC13362D230394D71B6F3EAA1D8491 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 2EE491B9F0B95B8A20B38302F6434248 /* DoubleConversion.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DoubleConversion.xcconfig; sourceTree = ""; }; + 2F3473B6568C15F43FDFEAEBB5BC8625 /* dec_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_mips32.c; path = src/dsp/dec_mips32.c; sourceTree = ""; }; + 2F3E17E0CCDE635FF68B7283FD6BAA75 /* JSCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCRuntime.h; sourceTree = ""; }; + 2F89729CA148D97F54A212DF19E375D3 /* ARTNodeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTNodeManager.m; sourceTree = ""; }; + 2FB3372EB8247BC640B24FF491917B03 /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; + 302504B5F4CBE43404E02F9264F9C6BF /* RNFetchBlobConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobConst.m; path = ios/RNFetchBlobConst.m; sourceTree = ""; }; + 302B8DE670717BA41E14F4F5F4905743 /* FIRApp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRApp.m; path = Firebase/Core/FIRApp.m; sourceTree = ""; }; + 302E37CD54C3F4A32229F63F22126C7B /* UMAccelerometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAccelerometerInterface.h; path = UMSensorsInterface/UMAccelerometerInterface.h; sourceTree = ""; }; + 3031A7731A02E0B42E97610B692B2468 /* FIRInstanceIDVersionUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDVersionUtilities.m; path = Firebase/InstanceID/FIRInstanceIDVersionUtilities.m; sourceTree = ""; }; + 3062E4633098D6C28215AB25C0E5F2AB /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; + 30C1742AE22CCE53FAE08FFBF0D3F9E3 /* RCTVirtualTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextShadowView.m; sourceTree = ""; }; + 30EA317F2FE8EB6FA84DCD6525D08D40 /* analysis_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = analysis_enc.c; path = src/enc/analysis_enc.c; sourceTree = ""; }; + 30F16B599AF32757BBF394ECCF64BDD8 /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; + 3106BC87F2CAE5827507F197753E8093 /* cost_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_mips_dsp_r2.c; path = src/dsp/cost_mips_dsp_r2.c; sourceTree = ""; }; + 310B5509506DB448A66995284AA9A9CF /* fast-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fast-dtoa.h"; path = "double-conversion/fast-dtoa.h"; sourceTree = ""; }; + 3137B0446693BB23F7A1A2CB88F11B2D /* React-RCTImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTImage-prefix.pch"; sourceTree = ""; }; + 313C94AD1D24DABED4DACECE329E5171 /* logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = logging.h; path = src/glog/logging.h; sourceTree = ""; }; + 314047BB0B970D4EBAD862DE50898BF6 /* react-native-document-picker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-document-picker.xcconfig"; sourceTree = ""; }; + 3195AB95D70C5E65B55CF799C8C31B41 /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; + 31A0819CE730668349638D7ACDDFA74B /* rn-fetch-blob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-fetch-blob-dummy.m"; sourceTree = ""; }; + 31D6386A910752DB6206410DE1299650 /* GULNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetwork.m; path = GoogleUtilities/Network/GULNetwork.m; sourceTree = ""; }; + 3203079066E7FCC33FC1DD60C01A38A6 /* React.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.xcconfig; sourceTree = ""; }; + 321A3EB0FB64C5D2F763BBDD94BE0F90 /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; sourceTree = ""; }; + 32272DA9DC56D2252137E11DFDD0517C /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; + 3227B4916513844D43733B4A452ABCE2 /* RCTMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedViewManager.m; sourceTree = ""; }; + 323084A9C7E3739A9C9108ABE90C5364 /* rescaler_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_mips32.c; path = src/dsp/rescaler_mips32.c; sourceTree = ""; }; + 326F4393F9730A5FCBBD861903F4E98C /* FIRCoreDiagnostics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnostics.m; path = Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnostics.m; sourceTree = ""; }; + 32AC64561B534482CCA37BB93EC068B7 /* UIImage+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Transform.m"; path = "SDWebImage/Core/UIImage+Transform.m"; sourceTree = ""; }; + 32AFA2D3EFECF32CC9AADB24226A3B73 /* RCTVideoManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideoManager.m; path = ios/Video/RCTVideoManager.m; sourceTree = ""; }; + 32BDC2A1CFE79FF6124482ABDEA6F705 /* RNEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNEventEmitter.h; path = RNNotifications/RNEventEmitter.h; sourceTree = ""; }; + 32D2268A5D462DFB4C6F2459EAFDD6BB /* UMSensorsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMSensorsInterface.xcconfig; sourceTree = ""; }; + 32ECFD56D4C15CD002B0CDFB5E599B13 /* ja.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ja.lproj; path = ios/QBImagePicker/QBImagePicker/ja.lproj; sourceTree = ""; }; + 33083449842A3D535CFD8872E4DD77F8 /* BugsnagReactNative.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BugsnagReactNative.xcconfig; sourceTree = ""; }; + 3362B1E98540EE7878B5FAED2A9FBD1E /* UMNativeModulesProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMNativeModulesProxy.h; sourceTree = ""; }; + 336D45C35F2EC445F9ED02E3142446F0 /* RCTTurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModule.h; sourceTree = ""; }; + 338364BF8659B692A5C38072A7EEDC55 /* UIImage+ForceDecode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ForceDecode.m"; path = "SDWebImage/Core/UIImage+ForceDecode.m"; sourceTree = ""; }; + 33A6EBDF50F21E6881419963C4BE04A5 /* ARTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTSurfaceView.h; path = ios/ARTSurfaceView.h; sourceTree = ""; }; + 33C3959E5BA1CD9C1C26809B1E202225 /* BugsnagSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSession.h; sourceTree = ""; }; + 33DA9299DFA80FDAB63C5678B0DBC6BD /* RCTTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextViewManager.m; sourceTree = ""; }; + 34015CA38BB5BA35EFAF66406D6EB08E /* BugsnagMetaData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagMetaData.m; sourceTree = ""; }; + 34392FE0FAF6B26AA1A5D0D334E0B009 /* RNGestureHandlerRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerRegistry.m; path = ios/RNGestureHandlerRegistry.m; sourceTree = ""; }; 343CB5CAE5DB1DC31FE3E8AA6F13485D /* Pods-RocketChatRN-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-RocketChatRN-acknowledgements.markdown"; sourceTree = ""; }; - 346983F78C1180338E821BF043913B34 /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = SDWebImage/Core/SDImageCodersManager.m; sourceTree = ""; }; - 347FE1F6EB32D7EBAB147F559064CD7F /* RNSScreenContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenContainer.h; path = ios/RNSScreenContainer.h; sourceTree = ""; }; - 348E94250746518A7806840383B1E11D /* GDTDataFuture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTDataFuture.h; path = GoogleDataTransport/GDTLibrary/Public/GDTDataFuture.h; sourceTree = ""; }; - 349FC5C2C569B5CEF5EA3ADD116336F4 /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.h; sourceTree = ""; }; - 35020FE54706BAF85A6BC347A41928C0 /* UIView+FindUIViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+FindUIViewController.h"; path = "ios/Video/UIView+FindUIViewController.h"; sourceTree = ""; }; - 3517BA7C2AADA13C832EE4D8B175CB10 /* RNDocumentPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDocumentPicker.h; path = ios/RNDocumentPicker/RNDocumentPicker.h; sourceTree = ""; }; - 355BFD7BC86580B1D261183E7406AEC5 /* RSKImageCropper-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RSKImageCropper-prefix.pch"; sourceTree = ""; }; - 358C560AEBE72102FDA3E6D8080F2BC7 /* Folly-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Folly-prefix.pch"; sourceTree = ""; }; - 35A2911CECA465FC692DB6CF5CAE70B6 /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; - 36552DCDECA5B817D6C3191AAB317113 /* Orientation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Orientation.h; path = iOS/RCTOrientation/Orientation.h; sourceTree = ""; }; - 365B865A2228D9505717DC16C6BE2135 /* vp8li_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8li_dec.h; path = src/dec/vp8li_dec.h; sourceTree = ""; }; - 36898F6F3A17E35E4B79457A43BBAC39 /* cached-powers.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "cached-powers.cc"; path = "double-conversion/cached-powers.cc"; sourceTree = ""; }; - 369719E5347402B6E47F81536F6481BC /* 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 = ""; }; - 36EE1BD869508F7D6CA3C09CF529BD5E /* RCTRequired.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTRequired.xcconfig; sourceTree = ""; }; - 36F46CF4F26CA396B398D161F08B1C1A /* GDTClock.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTClock.m; path = GoogleDataTransport/GDTLibrary/GDTClock.m; sourceTree = ""; }; - 372CD7B6E81CC5133B28E220695828C6 /* RCTDevMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevMenu.h; sourceTree = ""; }; - 37304B7E4F6B5B6599EF8613038927C0 /* RNCAppearance.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearance.m; path = ios/Appearance/RNCAppearance.m; sourceTree = ""; }; + 3482CBFA3D85576FFEB8AC575C1468C7 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 349D2D31BB70D54765B7F471065C958E /* FIRCoreDiagnosticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsInterop.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsInterop.h; sourceTree = ""; }; + 34BF1241D53E178690864E349AD0D6CB /* dsp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dsp.h; path = src/dsp/dsp.h; sourceTree = ""; }; + 35135DE07FA8F772CD7B17D5966C81F2 /* LICENCE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENCE; sourceTree = ""; }; + 351492E3C14B88EF2F44583F4F1097A5 /* ARTSolidColor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTSolidColor.m; sourceTree = ""; }; + 353D6BB05EF772EEB577A534B8E2C1EB /* filters.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters.c; path = src/dsp/filters.c; sourceTree = ""; }; + 35507195B669932A80E9BC3CC8A78C3B /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; + 357EE4430484C005819F04B685F87230 /* EXAudioSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioSessionManager.h; path = EXAV/EXAudioSessionManager.h; sourceTree = ""; }; + 357F2F1FC1E767EE78BF6EED5BD212E3 /* FIRInstanceIDTokenStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenStore.h; path = Firebase/InstanceID/FIRInstanceIDTokenStore.h; sourceTree = ""; }; + 358C919544CAD4E88269535A33E18FBE /* backward_references_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = backward_references_enc.c; path = src/enc/backward_references_enc.c; sourceTree = ""; }; + 3590D43479C716D7A9556447867485FF /* YGLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGLayout.cpp; path = yoga/YGLayout.cpp; sourceTree = ""; }; + 35BD743B7EC13A647309F11CDE0BF4B3 /* UMFaceDetectorInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFaceDetectorInterface.xcconfig; sourceTree = ""; }; + 35CEE6892322D48927C3ECC84DC8438C /* RCTMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedView.h; sourceTree = ""; }; + 35D80F066681376DC133CD76AB2A21EB /* RCTBlobCollector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBlobCollector.h; sourceTree = ""; }; + 35F1D4307439ED1F6D8A7522E6ED147B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 3600E8FD97B8F09E8E346C5FA16D9774 /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = SDWebImage/Core/SDImageCoderHelper.m; sourceTree = ""; }; + 362771703094659B197B85BCFDFC20AF /* RNLocalize.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNLocalize.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 3653B913D7CA70CA4C51EC4C9CA27F3A /* rescaler_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_msa.c; path = src/dsp/rescaler_msa.c; sourceTree = ""; }; + 366329A40E8A1E715FE041B79A1E789B /* FirebaseInstanceID-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseInstanceID-dummy.m"; sourceTree = ""; }; + 3670E524463206499BB086DC52038A62 /* react-native-background-timer.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-background-timer.xcconfig"; sourceTree = ""; }; + 3673646FE076F3F585CC9C312B99D021 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 36769BAED6E76E3E195F3B0E0D4B6A88 /* RNCWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWebView.m; path = ios/RNCWebView.m; sourceTree = ""; }; + 36980163009EA4BB2A710FDB6500AE39 /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "SDWebImage/Core/NSData+ImageContentType.m"; sourceTree = ""; }; + 369C36A413EA1CD682B6C7998A87C369 /* quant_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_enc.c; path = src/enc/quant_enc.c; sourceTree = ""; }; + 36D528F38BAA0FDC768332E41BF77B55 /* ARTRenderableManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTRenderableManager.h; sourceTree = ""; }; + 370566C6368842C067A3BE398371EF68 /* FBReactNativeSpec-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBReactNativeSpec-prefix.pch"; sourceTree = ""; }; + 3751758E274BD3C87E1AAE2DE4C1B366 /* MallocImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = MallocImpl.cpp; path = folly/memory/detail/MallocImpl.cpp; sourceTree = ""; }; 37592FDAD45752511010F4B06AC57355 /* libReact-cxxreact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-cxxreact.a"; path = "libReact-cxxreact.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 376060DDF6A3FC6F6970EDAC13043430 /* double-conversion.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "double-conversion.cc"; path = "double-conversion/double-conversion.cc"; sourceTree = ""; }; - 37642C07E13F5B2E1648F47694282C66 /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; sourceTree = ""; }; - 376740740C6013934C2D2C4C3466D613 /* RNBackgroundTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBackgroundTimer.h; path = ios/RNBackgroundTimer.h; sourceTree = ""; }; - 377387794ABFFE9598A387768FA7E216 /* GDTEventDataObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTEventDataObject.h; path = GoogleDataTransport/GDTLibrary/Public/GDTEventDataObject.h; sourceTree = ""; }; - 379D3DEFB22E6524C2E0CF68669F9AD3 /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; - 37D496E318BACA5E432DF554AC4F4F1C /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurface.mm; sourceTree = ""; }; - 37E8DA90D50373FC7B795EC5347DAD49 /* SDWebImageIndicator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageIndicator.m; path = SDWebImage/Core/SDWebImageIndicator.m; sourceTree = ""; }; - 37F5EB92B10EED3E4AC994B2572102E9 /* JsArgumentHelpers-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JsArgumentHelpers-inl.h"; sourceTree = ""; }; - 37FD57B12763B96D58691CAE28587F6D /* FIRInstanceIDLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDLogger.m; path = Firebase/InstanceID/FIRInstanceIDLogger.m; sourceTree = ""; }; - 3801B81BBEE14EF6AA1665A2C3D44BFF /* SDImageAPNGCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoderInternal.h; path = SDWebImage/Private/SDImageAPNGCoderInternal.h; sourceTree = ""; }; - 380AF9CF58F3556189A59CFB602EB594 /* UMAccelerometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAccelerometerInterface.h; path = UMSensorsInterface/UMAccelerometerInterface.h; sourceTree = ""; }; - 380FF876A128BFDA42C25CE584D7FB1C /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHTTPRequestHandler.h; path = Libraries/Network/RCTHTTPRequestHandler.h; sourceTree = ""; }; - 38486A106E4914ED160FAB171C781E0F /* RNFirebaseFirestore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestore.h; sourceTree = ""; }; - 3860D2D2BEC6EF1C656DDF8A4E5C9E0F /* UMSensorsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMSensorsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 38A0F0B170E373B091BA36A26397EF43 /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBundleType.h; sourceTree = ""; }; - 38C51962B1270E1C6262D46DE50EAD1F /* android_date.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = android_date.png; path = docs/images/android_date.png; sourceTree = ""; }; - 38D3EA066BBED7BCCB24EAF46CC65828 /* GDTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTAssert.h; path = GoogleDataTransport/GDTLibrary/Public/GDTAssert.h; sourceTree = ""; }; - 38EBD6804987F7C98DB5866FA7C08B94 /* FIRInstanceIDAuthService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDAuthService.h; path = Firebase/InstanceID/FIRInstanceIDAuthService.h; sourceTree = ""; }; - 38EDBF06AF5D45BA630D94967F3847F9 /* RCTMultilineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputViewManager.m; sourceTree = ""; }; - 390B144A1D5533DDC72A1108DB65D532 /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = SDWebImage/Core/SDImageCacheDefine.h; sourceTree = ""; }; - 390C0202691E3123CFA18F8C601FD1EC /* RCTDataRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDataRequestHandler.h; path = Libraries/Network/RCTDataRequestHandler.h; sourceTree = ""; }; - 393BD60FAE9D0165B0FC6535D18FDAE2 /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; - 39451443009DFBE5B43DDB789C7F28F1 /* DoubleConversion.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DoubleConversion.xcconfig; sourceTree = ""; }; - 395148D93E2B9C1643362828B6FD61BF /* RNScreens-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNScreens-prefix.pch"; sourceTree = ""; }; - 39785B326FEC039620379F33F7710111 /* CLSLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSLogging.h; path = iOS/Crashlytics.framework/Headers/CLSLogging.h; sourceTree = ""; }; - 39E347AF42FFF5C537EC1000B5934B92 /* RCTImageEditingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageEditingManager.m; sourceTree = ""; }; - 39EAB7480CFB712BA6CFDDE04FCDD1BD /* EXHapticsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXHapticsModule.h; path = EXHaptics/EXHapticsModule.h; sourceTree = ""; }; - 3A3145839A7C510D17ACA9EB17A508F5 /* RCTWebSocketModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTWebSocketModule.m; path = Libraries/WebSocket/RCTWebSocketModule.m; sourceTree = ""; }; - 3A62903D43B731941CED3C75F9273EEA /* RCTTurboModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTurboModule.mm; sourceTree = ""; }; - 3A6ECB3102FE0376F9921852745FB4F1 /* RNFetchBlobNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobNetwork.m; path = ios/RNFetchBlobNetwork.m; sourceTree = ""; }; + 3786DC3F685C9387F570BEF33D84FDBA /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheOperation.h"; path = "SDWebImage/Core/UIView+WebCacheOperation.h"; sourceTree = ""; }; + 37911D6525A8CE75A5166F52B23B3851 /* NSImage+Compatibility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSImage+Compatibility.m"; path = "SDWebImage/Core/NSImage+Compatibility.m"; sourceTree = ""; }; + 379BA6AEA045508F8CC03B6CD8FE31E5 /* RCTImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageLoader.mm; sourceTree = ""; }; + 37A4470DB7E5D6A62D784504743D0D14 /* React-RCTActionSheet.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.xcconfig"; sourceTree = ""; }; + 37A87692EC0A3E0DAF1F246BF8094715 /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/Core/UIButton+WebCache.m"; sourceTree = ""; }; + 37EA7BC2C3DE6B10FCEBC3CE17342E4D /* RNAudio.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNAudio.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 38306BBBC3C64D7DF03BEC71BC608DBF /* GULApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULApplication.h; path = GoogleUtilities/AppDelegateSwizzler/Private/GULApplication.h; sourceTree = ""; }; + 38A4FA5B11D3DBFA1186FAB230AC87CA /* bit_writer_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bit_writer_utils.c; path = src/utils/bit_writer_utils.c; sourceTree = ""; }; + 38B418D43F61C1B419AB3F337FC541B6 /* FIRCoreDiagnosticsConnector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsConnector.h; path = Firebase/Core/Private/FIRCoreDiagnosticsConnector.h; sourceTree = ""; }; + 38BDE49EBDF3B0498562F79B151051CB /* UMViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMViewManager.m; path = UMCore/UMViewManager.m; sourceTree = ""; }; + 391A024B4AF1CBDB1B929B84AFA72DA0 /* NativeToJsBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeToJsBridge.h; sourceTree = ""; }; + 391EF556A6DC25D83E9E837BC9F4FCA6 /* EXAV-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAV-prefix.pch"; sourceTree = ""; }; + 392E52760A362EB0A97D3E6EFB27B76E /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; + 3966AA9F1E79E5A7F4EBC038DB4558B6 /* F14Table.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = F14Table.cpp; path = folly/container/detail/F14Table.cpp; sourceTree = ""; }; + 398EE049FC6B737F72F29FC61E7A0601 /* EXPermissions-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXPermissions-prefix.pch"; sourceTree = ""; }; + 39B20C33D2A8CC7A30CD500AEC10C4EA /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = src/utils/utils.h; sourceTree = ""; }; + 39DC876762D2607F9452231B276AA8AD /* yuv.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv.c; path = src/dsp/yuv.c; sourceTree = ""; }; + 39F41E2631CD47BEEE466A1AA7D8B992 /* RCTVideoManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoManager.h; path = ios/Video/RCTVideoManager.h; sourceTree = ""; }; + 39FB342F2915CE4D0C45B748FB848277 /* RNFirebase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFirebase.m; path = RNFirebase/RNFirebase.m; sourceTree = ""; }; + 39FE672E234A0F2B4D3D2F49800483F2 /* RCTSinglelineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputViewManager.m; sourceTree = ""; }; + 3A0CC1E09FDEEDB50EA52B13CB949F5E /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPlatform.h; path = React/CoreModules/RCTPlatform.h; sourceTree = ""; }; + 3A8786AC01810ABD6981FF8F09682DAF /* DeviceUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeviceUID.h; path = ios/RNDeviceInfo/DeviceUID.h; sourceTree = ""; }; + 3A9FE38B282E70BB60453725831AC9FB /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = SDWebImage/Core/SDWebImagePrefetcher.m; sourceTree = ""; }; + 3AB044C3B7717953322047E450A71A45 /* UMFileSystemInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFileSystemInterface.h; path = UMFileSystemInterface/UMFileSystemInterface.h; sourceTree = ""; }; + 3AB86A467AD7828E4F2E55DA0BBDAD3A /* GDTTargets.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTTargets.h; path = GoogleDataTransport/GDTLibrary/Public/GDTTargets.h; sourceTree = ""; }; 3AEA4A114C08533A2C0F8E039A4C5EB9 /* libRNImageCropPicker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNImageCropPicker.a; path = libRNImageCropPicker.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3B136D058D3F594D25B893879B7F0C2E /* rescaler_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_msa.c; path = src/dsp/rescaler_msa.c; sourceTree = ""; }; - 3B1FB226BA06F9BA226F205C214CFB89 /* REAFunctionNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAFunctionNode.h; sourceTree = ""; }; - 3B3AB92FCBB720DF9940897E9D1F8CEB /* lossless_enc_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_msa.c; path = src/dsp/lossless_enc_msa.c; sourceTree = ""; }; - 3B4D048FC2E4AB388AE85B12DB498818 /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = SDWebImage/Core/SDImageGIFCoder.m; sourceTree = ""; }; + 3B086A0ED5925BD59CEF6134AF11EEB4 /* FIRInstanceIDKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeychain.h; path = Firebase/InstanceID/FIRInstanceIDKeychain.h; sourceTree = ""; }; + 3B38F45AC5E85864AA2C7BD66B068E17 /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStatusBarManager.h; sourceTree = ""; }; 3B640835BAA914DD267B5E780D8CFEC7 /* libUMReactNativeAdapter.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMReactNativeAdapter.a; path = libUMReactNativeAdapter.a; sourceTree = BUILT_PRODUCTS_DIR; }; 3B65CB9B6DCD893501BDCF1DE7BA926C /* libRNAudio.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNAudio.a; path = libRNAudio.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3BB374B5F35C46D954E54C5EE065CD55 /* RNFirebaseFirestore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestore.m; sourceTree = ""; }; - 3BC222A08B23C11E1687AE80A1B21B75 /* RCTCxxMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxMethod.h; sourceTree = ""; }; - 3BC490D0235B782BE1CAEF0FBE717F7D /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = SDWebImage/Core/SDWebImagePrefetcher.m; sourceTree = ""; }; - 3C011B74D978C4A9472C6D8D0F870E4E /* RCTBaseTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextViewManager.h; sourceTree = ""; }; - 3C037FA28FCC9A1C125BE699C7A32E1C /* 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; }; - 3C09D1909D155940D521C9CA8F52D15A /* dec_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_neon.c; path = src/dsp/dec_neon.c; sourceTree = ""; }; - 3C13E284E4C0EC867579EA23DE54A2ED /* EXCameraPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCameraPermissionRequester.m; path = EXPermissions/EXCameraPermissionRequester.m; sourceTree = ""; }; - 3C2874550A34A16EB9474246542FFF9F /* BSG_KSCrashDoctor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashDoctor.h; sourceTree = ""; }; - 3C2A0D7A80E2DF72C1980FD853A0D57D /* RNSScreenStack.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenStack.m; path = ios/RNSScreenStack.m; sourceTree = ""; }; - 3CA12FAA41B0D8FF1ED405B6A4084AED /* enc_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_neon.c; path = src/dsp/enc_neon.c; sourceTree = ""; }; + 3B6E180F517D3B5E97B2822EB303FCEE /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; + 3B7D656B7E53C426674B3FA4433A48F4 /* EXConstantsService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstantsService.m; path = EXConstants/EXConstantsService.m; sourceTree = ""; }; + 3B8AEB36141E644A76869011D140597E /* BSG_KSBacktrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace.h; sourceTree = ""; }; + 3B90DF08CDA37A586424E392B137748C /* UMEventEmitterService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitterService.h; sourceTree = ""; }; + 3B97FDE91A40943543AD4C4635C7A3C3 /* RCTImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoader.h; path = React/CoreModules/RCTImageLoader.h; sourceTree = ""; }; + 3C1BC541497F9D69CFB6FF7A5F1D16E5 /* quant.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = quant.h; path = src/dsp/quant.h; sourceTree = ""; }; + 3C2A85A735F523B7B67CE1ED2DFDF5D8 /* FIRInstanceIDCheckinStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCheckinStore.m; path = Firebase/InstanceID/FIRInstanceIDCheckinStore.m; sourceTree = ""; }; + 3C48EE00491A8A4B8EEFA84F944F86A4 /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm.S"; sourceTree = ""; }; + 3C94089E22CE7D7B4F7A353EDD64A4CA /* RNUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNUserDefaults.m; path = ios/RNUserDefaults.m; sourceTree = ""; }; + 3CA50793B08D058C4A9FFBF3CFCC8CD0 /* RNPushKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKit.h; path = RNNotifications/RNPushKit.h; sourceTree = ""; }; 3CA7A9404CCDD6BA22C97F8348CE3209 /* libglog.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libglog.a; path = libglog.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3CABD945CD052E156459A72B4B6C85BC /* 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; }; - 3CCF1AB9D40F48248767E35F7908C005 /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxNativeModule.h; sourceTree = ""; }; - 3CDC7DCF5B728E13C12296BE1538638A /* RNUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNUserDefaults.m; path = ios/RNUserDefaults.m; sourceTree = ""; }; - 3CDD82ECCCB76B28EA6E09B50C8427EA /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; - 3CECE112CF32DC20DD624BE710AE8BD6 /* MethodCall.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = MethodCall.cpp; sourceTree = ""; }; - 3CF609FC152CCA41BFE8B3569C32876F /* EXAppLoaderProvider.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAppLoaderProvider.xcconfig; sourceTree = ""; }; - 3D0FBB00E8E2A118FAE70AF21ABD4769 /* SDInternalMacros.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDInternalMacros.m; path = SDWebImage/Private/SDInternalMacros.m; sourceTree = ""; }; - 3D24786AB087F1A94DC87E1E9CE1CF66 /* RNDateTimePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDateTimePicker.m; path = ios/RNDateTimePicker.m; sourceTree = ""; }; - 3D3376B88476529151AF8A2A8CA08CB8 /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; - 3D3D104D06FEDB10294E0B20657A73DB /* raw_logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = raw_logging.cc; path = src/raw_logging.cc; sourceTree = ""; }; - 3D94D37216179280E900EA4C5B1230EA /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Demangle.cpp; path = folly/Demangle.cpp; sourceTree = ""; }; - 3D959E1A3059C3EF37FB4C01C802BDD1 /* REATransitionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionManager.m; sourceTree = ""; }; - 3DB682A30EB31ECFEB3C2C7BF6686375 /* FIRInstanceIDTokenStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenStore.h; path = Firebase/InstanceID/FIRInstanceIDTokenStore.h; sourceTree = ""; }; - 3DC1F89988A3C8BAEFFD0B0C2A1BE306 /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = SDWebImage/Core/SDWebImageOperation.h; sourceTree = ""; }; - 3DCB6BEB26EC6265B782EFD7D3B218A6 /* SDWebImageWebPCoder.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImageWebPCoder.xcconfig; sourceTree = ""; }; - 3E31863B044F19D12447D6ACEFF3517D /* dec_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_mips32.c; path = src/dsp/dec_mips32.c; sourceTree = ""; }; - 3E3345229877684D02F9ADE91F7C69EE /* FBLazyIterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyIterator.h; path = FBLazyVector/FBLazyIterator.h; sourceTree = ""; }; - 3E3F0306A215C7DC8F92F4D392715A6D /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; - 3E45A9D5235F6114C97C3663BD8DECD3 /* RCTComponentEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentEvent.m; sourceTree = ""; }; - 3E7DC079D2AA388B939A89B44FA9D5E5 /* RCTSpringAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSpringAnimation.m; sourceTree = ""; }; - 3E9AA3A0EB6EF9F2CAFE19AA503FEFBD /* filters_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_mips_dsp_r2.c; path = src/dsp/filters_mips_dsp_r2.c; sourceTree = ""; }; - 3EAFC3A2FF5924A0D5E9D98278692D9C /* JSBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBigString.h; sourceTree = ""; }; - 3ED92F5114EFDA21858420B35AEB5D4A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 3EE738B3A601FC77C73C28D6421C75F9 /* UIApplication+RSKImageCropper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIApplication+RSKImageCropper.m"; path = "RSKImageCropper/UIApplication+RSKImageCropper.m"; sourceTree = ""; }; + 3CB3D8D0C1C5A6A650DAE7E59E04DEDC /* BugsnagSessionTrackingApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingApiClient.h; sourceTree = ""; }; + 3CB5D4AE81D2072000C6007CDF99AA4A /* RCTCxxBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxBridge.mm; sourceTree = ""; }; + 3CC310ACD5DBE33D3108FF1205BEDB15 /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; + 3CD171160074C2608374F363B5834168 /* RNReanimated-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNReanimated-prefix.pch"; sourceTree = ""; }; + 3D1A278B5D9E61566522B152532F1034 /* UIView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCache.m"; path = "SDWebImage/Core/UIView+WebCache.m"; sourceTree = ""; }; + 3D30A9F40B2A36F04D29DABB3C01B945 /* GDTUploadCoordinator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTUploadCoordinator.m; path = GoogleDataTransport/GDTLibrary/GDTUploadCoordinator.m; sourceTree = ""; }; + 3D6971B0E12F518CC9290AD6EF122EF7 /* rn-extensions-share-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-extensions-share-prefix.pch"; sourceTree = ""; }; + 3D6B737432CBA54A89E0AEFA22DF0FBF /* react-native-keyboard-tracking-view.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-keyboard-tracking-view.xcconfig"; sourceTree = ""; }; + 3DB7D908BC246E9CEF24903471EDFFE4 /* experiments.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = experiments.cpp; sourceTree = ""; }; + 3DBE8B3D33D9F8CA62CB8F84B9CFD370 /* UMTaskManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskManagerInterface.h; path = UMTaskManagerInterface/UMTaskManagerInterface.h; sourceTree = ""; }; + 3DCCC9C42EB3E07CFD81800EC8A2515D /* QBImagePicker.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = QBImagePicker.bundle; path = "RNImageCropPicker-QBImagePicker.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; + 3DFC4B8E6E0E43682B3D1525E51D6D97 /* EXFileSystem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystem.m; path = EXFileSystem/EXFileSystem.m; sourceTree = ""; }; + 3DFF4DA664C9CAA3AE8F80888BBEE863 /* alpha_processing_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_sse2.c; path = src/dsp/alpha_processing_sse2.c; sourceTree = ""; }; + 3E3926FB7983526101E6FA1CAE59830C /* BugsnagSessionTrackingApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingApiClient.m; sourceTree = ""; }; + 3E84014E280F5F6717F909372864D169 /* FIRInstanceIDKeychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeychain.m; path = Firebase/InstanceID/FIRInstanceIDKeychain.m; sourceTree = ""; }; + 3EA5866DCD3136661203018625FF4331 /* REATransitionAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionAnimation.h; sourceTree = ""; }; + 3ED407286D3EF4CCC9D9A30176A89B2B /* REAValueNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAValueNode.h; sourceTree = ""; }; 3EEAA606F6866DA20E6601B9655B1027 /* libBugsnagReactNative.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libBugsnagReactNative.a; path = libBugsnagReactNative.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3F018339FAC701606A5962892446917A /* RCTSinglelineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputViewManager.h; sourceTree = ""; }; - 3F456694D159D5F2187E9ECDABA0F80F /* REAOperatorNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAOperatorNode.h; sourceTree = ""; }; - 3F56F86561C29CEABD8D97EE5CE37333 /* zh-Hans.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hans.lproj"; path = "QBImagePicker/zh-Hans.lproj"; sourceTree = ""; }; - 3F8A98A02A26880750CA56A0D2ABCAA5 /* RCTFPSGraph.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFPSGraph.m; sourceTree = ""; }; - 3FA3DA5C7FC03B02651CDD7F281221D6 /* ARTContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTContainer.h; path = ios/ARTContainer.h; sourceTree = ""; }; - 3FA94B333E9C2CF8D949D9141535634B /* SDWebImageWebPCoder-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImageWebPCoder-dummy.m"; sourceTree = ""; }; - 400328A760C0D48D7E2F3B0657BCF8DC /* RNImageCropPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNImageCropPicker-dummy.m"; sourceTree = ""; }; - 403E272A86D45A4AA206528A8EA8364C /* BSG_KSObjC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSObjC.c; sourceTree = ""; }; - 4066AD0495E4587EAB33524F430BFEC8 /* REAAlwaysNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAAlwaysNode.h; sourceTree = ""; }; - 406D67197ACC3389AE7B6AA83BB4C364 /* EXLocationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXLocationRequester.m; path = EXPermissions/EXLocationRequester.m; sourceTree = ""; }; - 407FFC61321238C492361FF017B0FB88 /* RNFirebase.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFirebase.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 40C8283611FAE7801D09ECAC1AD49CB6 /* FIRInstanceIDVersionUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDVersionUtilities.m; path = Firebase/InstanceID/FIRInstanceIDVersionUtilities.m; sourceTree = ""; }; - 4129A3ABCECE0D423B0117736193078F /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; - 418284EA505FDD678CBD5AA73779F981 /* BugsnagCrashSentry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashSentry.m; sourceTree = ""; }; - 418639F33E8200895BD854B7262C20D6 /* RNDateTimePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDateTimePickerManager.m; path = ios/RNDateTimePickerManager.m; sourceTree = ""; }; - 419D799E410EAB26D8F84F4FEDDFDD9C /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; - 41B4408EB96EBB344D77C34F1B393459 /* BugsnagSink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSink.h; sourceTree = ""; }; - 41E53384E5C027561E1AD8D5125E873A /* RCTConvert+UIBackgroundFetchResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+UIBackgroundFetchResult.m"; sourceTree = ""; }; - 41EF504E5AF91A09E4FDF893E11E2F13 /* ARTShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTShape.h; path = ios/ARTShape.h; sourceTree = ""; }; - 41F7F4505B4AEFD5242486F072B4A45A /* FIRInstanceIDKeyPair.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeyPair.h; path = Firebase/InstanceID/FIRInstanceIDKeyPair.h; sourceTree = ""; }; - 421D373229FFEB3FA145AF2A6A8B4145 /* GULNetworkMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkMessageCode.h; path = GoogleUtilities/Network/Private/GULNetworkMessageCode.h; sourceTree = ""; }; - 4237BC41F5D541AF9FEBC718CD9FBEFF /* BSG_KSMach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMach.h; sourceTree = ""; }; - 423EC0E5AC07AD813B539BE319DF7233 /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; - 42521590F6A1A6CCDE6013EDBD43D4B6 /* bignum.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = bignum.cc; path = "double-conversion/bignum.cc"; sourceTree = ""; }; - 4272032543868088ACE960F8C33300D5 /* quant.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = quant.h; path = src/dsp/quant.h; sourceTree = ""; }; - 427A0326EE1F999EEED7E345245B4021 /* YGValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGValue.h; path = yoga/YGValue.h; sourceTree = ""; }; - 427D9EFB7F26B07022FBAE227F7BA288 /* BugsnagSessionFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionFileStore.h; sourceTree = ""; }; - 42DAF20F1D0A7DD8B8D3D5C4FF4C87E9 /* RCTFrameAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameAnimation.h; sourceTree = ""; }; - 42F99D391DF5024188D04184A1AC96A0 /* RCTInputAccessoryViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewManager.h; sourceTree = ""; }; - 43019EAB6AD8419663A1A6B62C4815FB /* RNUserDefaults.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNUserDefaults.xcconfig; sourceTree = ""; }; - 4301F7D11738928F4F343B54F1140C41 /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; - 435697BD18948A8D26AFFCA1519C9162 /* RNNotificationCenterListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenterListener.h; path = RNNotifications/RNNotificationCenterListener.h; sourceTree = ""; }; - 435822B969FE08A51E67E832A6955827 /* ReactNativeART-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactNativeART-dummy.m"; sourceTree = ""; }; - 4359E71E53C53B1E541D3AA5CC168B90 /* tree_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tree_enc.c; path = src/enc/tree_enc.c; sourceTree = ""; }; - 43AC622D70F16FED751B15C7E1132875 /* RNFirebaseDatabaseReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseDatabaseReference.m; sourceTree = ""; }; - 43D8E7D28F6BE4DA3729D415F22B3D9E /* GULLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerLevel.h; path = GoogleUtilities/Logger/Public/GULLoggerLevel.h; sourceTree = ""; }; - 43E58FFC4E5E4E52B5906224506D529A /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = SDWebImage/Core/SDImageCoderHelper.h; sourceTree = ""; }; - 44345A5B0F688A2B03E86405E05735BE /* RNFirebaseAdMob.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMob.h; sourceTree = ""; }; - 4436476E1F4860CD8B84D3DB645B79E2 /* RCTBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridge.m; sourceTree = ""; }; - 4451BC0E9BF66D37E3D3B77242CFA4C7 /* NSButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSButton+WebCache.m"; path = "SDWebImage/Core/NSButton+WebCache.m"; sourceTree = ""; }; - 448A30501796A418DC547CE32C7F3317 /* FirebaseCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCore.h; path = Firebase/Core/Public/FirebaseCore.h; sourceTree = ""; }; - 448AE9F290055CE55E607829C8C0DB27 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = Firebase/Core/Private/FIRDependency.h; sourceTree = ""; }; - 4493626E5D7EBE75F85C62707A33036F /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Demangle.cpp; path = folly/detail/Demangle.cpp; sourceTree = ""; }; - 44A01F006BD1D0ADFF86D8F79C363A7F /* FIRInstanceIDBackupExcludedPlist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDBackupExcludedPlist.m; path = Firebase/InstanceID/FIRInstanceIDBackupExcludedPlist.m; sourceTree = ""; }; - 4500A1D254D7968136D42F37F9A9BD8F /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; - 4500A4A083862DD95D85BEA38DFFB070 /* RCTGIFImageDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTGIFImageDecoder.m; sourceTree = ""; }; - 453F7492E2D2204EC23AF59450B69FC2 /* EXPermissions.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXPermissions.xcconfig; sourceTree = ""; }; - 457CA31A811AFE9EDB5A17C65D33405E /* ARTShape.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTShape.m; path = ios/ARTShape.m; sourceTree = ""; }; - 4597451210293FF3F150985EE2B9CA27 /* React-RCTLinking.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.xcconfig"; sourceTree = ""; }; - 45A71F5AE5B0184DDFAC21EA530488D9 /* BugsnagSessionTrackingPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingPayload.h; sourceTree = ""; }; - 45E9D3BC635E9660003BAFD58CBB5F3C /* GDTCCTPrioritizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTPrioritizer.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTPrioritizer.m; sourceTree = ""; }; - 45F4C8BB333BC999BCF9AE58DFE46430 /* RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotifications.m; path = RNNotifications/RNNotifications.m; sourceTree = ""; }; - 45F4D6C019925600123A35637DD8C49A /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; - 46325BEDE4700FFE47DD396EE228FEFC /* BugsnagSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSession.h; sourceTree = ""; }; - 46427C58F4867334B3FF1D516B075300 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 46569F23AAE5395C809499C108918970 /* FABAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FABAttributes.h; path = iOS/Fabric.framework/Headers/FABAttributes.h; sourceTree = ""; }; - 46610F5B03BF1D264385A4E958941598 /* CGGeometry+RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CGGeometry+RSKImageCropper.h"; path = "RSKImageCropper/CGGeometry+RSKImageCropper.h"; sourceTree = ""; }; - 46723F72F82E2478C6CEAF33A238B7F9 /* RNGestureHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandler.m; path = ios/RNGestureHandler.m; sourceTree = ""; }; - 46951E92369DEFAA98273D33355B2F17 /* RNNotificationParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationParser.h; path = RNNotifications/RNNotificationParser.h; sourceTree = ""; }; - 46C3C37ACEF7F9892744A0898DD26D90 /* dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec.c; path = src/dsp/dec.c; sourceTree = ""; }; - 46E3147E0919866DB43B911A25AD2250 /* RCTBackedTextInputDelegateAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegateAdapter.h; sourceTree = ""; }; - 46F785FC6BE4C93C4428F3E878972C93 /* RCTSRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTSRWebSocket.m; path = Libraries/WebSocket/RCTSRWebSocket.m; sourceTree = ""; }; - 4728BB5D04C3FFB9A42F1273943CB58B /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; - 472A2C7686DB7556D578DB79D152CB46 /* Folly.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Folly.xcconfig; sourceTree = ""; }; - 474DB7FF9202FF612DB0ECE50AD77E65 /* GoogleUtilities.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.xcconfig; sourceTree = ""; }; - 47699BB5067B1F7390913E46DC03E16A /* BugsnagApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagApiClient.h; sourceTree = ""; }; - 47BA8CCAFD3F2E3485A5F84C8440038C /* RCTTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextView.h; sourceTree = ""; }; - 47C44D06FD9B95D8A96A2C5C12FAE325 /* SDAnimatedImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SDAnimatedImageView+WebCache.h"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.h"; sourceTree = ""; }; - 47F861B6A64944DDAF67F7DEA408596E /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; - 480C7F0AD63AE53BAADBB244FB3BA2C8 /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFPSGraph.h; sourceTree = ""; }; - 480ECE3B3E45A40F01A07B570800FB99 /* ARTGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTGroup.m; path = ios/ARTGroup.m; sourceTree = ""; }; - 482ACC798103958CB652E9953D9FFBD8 /* SDImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCodersManager.h; path = SDWebImage/Core/SDImageCodersManager.h; sourceTree = ""; }; + 3F02258C3025220FE4B1B6D0B34DB477 /* RCTImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageView.m; sourceTree = ""; }; + 3F12B9FF4727F1E046CCC81B567800DA /* React-RCTNetwork-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTNetwork-dummy.m"; sourceTree = ""; }; + 3F3E48665DAFDDB3F7A5623962507725 /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/Core/SDWebImageManager.h; sourceTree = ""; }; + 3F45975E2E2B867B4476E71F8FF0F6EC /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = SDWebImage/Core/SDImageLoadersManager.h; sourceTree = ""; }; + 3F74E6C1B371D11676E56E1E56343C6F /* RNCAppearanceProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearanceProvider.h; path = ios/Appearance/RNCAppearanceProvider.h; sourceTree = ""; }; + 3F8B0F84983E057E85E61BE1578A994E /* REACondNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REACondNode.h; sourceTree = ""; }; + 3FDBF5EADD2E3AD2936BAD2E5FBA95D0 /* enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc.c; path = src/dsp/enc.c; sourceTree = ""; }; + 400C4C1D16088D9B17F94F449FD66EEC /* FIRInstanceIDStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDStore.m; path = Firebase/InstanceID/FIRInstanceIDStore.m; sourceTree = ""; }; + 4017661D8F5B0682D15202454DA35C9D /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevSettings.h; sourceTree = ""; }; + 40178512F5E8FD6AA27D2F87DA2D04D8 /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; + 406385383204B2936DA6EBE77C582A39 /* BSG_KSCrashSentry_CPPException.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_CPPException.mm; sourceTree = ""; }; + 406CD355AB6F9E4DC62563E186D3F918 /* JSBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBigString.h; sourceTree = ""; }; + 407248094230C4CB540340AFC5FDF3B3 /* FIRLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLoggerLevel.h; path = Firebase/Core/Public/FIRLoggerLevel.h; sourceTree = ""; }; + 408F22F3F444319857776C2C7864AF7A /* event.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = event.cpp; sourceTree = ""; }; + 40B2931C67BF7582A73B702E4DC7B510 /* RCTValueAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTValueAnimatedNode.h; sourceTree = ""; }; + 40C2D09AB3F7E78DEEC2F574DCBA8DA1 /* BSG_KSSystemInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfo.h; sourceTree = ""; }; + 40D46DDA157EBD324FC6343D6E49BE4D /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceView.mm; sourceTree = ""; }; + 41117C91F10139C28634BBC4671C93AB /* BannerComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BannerComponent.m; sourceTree = ""; }; + 41564D8B06983A5341533D5BA4D59D16 /* RCTInputAccessoryShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryShadowView.m; sourceTree = ""; }; + 4179534C459643FB4412416844CC4852 /* UMViewManagerAdapterClassesRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapterClassesRegistry.h; sourceTree = ""; }; + 417D73313E1EBA932B71E1DD4ED1E357 /* FIRAppAssociationRegistration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAppAssociationRegistration.m; path = Firebase/Core/FIRAppAssociationRegistration.m; sourceTree = ""; }; + 41B32C718B311430215CF7605174A6DC /* UMCameraInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCameraInterface.xcconfig; sourceTree = ""; }; + 41B4146A68990B2CAB99DEB452A254F0 /* BSG_KSDynamicLinker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSDynamicLinker.h; sourceTree = ""; }; + 41E382CEB69582D5A3E1D1145FB53E2E /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.h; sourceTree = ""; }; + 421749BA2F7571D99D820BC166D7C111 /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; + 42652246EB8597BAB9ED797AFDB29830 /* RNFirebaseRemoteConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseRemoteConfig.h; sourceTree = ""; }; + 4285516BB63AD69A2F0BEDB2C5506374 /* GoogleAppMeasurement.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleAppMeasurement.framework; path = Frameworks/GoogleAppMeasurement.framework; sourceTree = ""; }; + 42AF09E5E83635479F79553B7BC9BB92 /* FIRInstanceIDLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDLogger.h; path = Firebase/InstanceID/FIRInstanceIDLogger.h; sourceTree = ""; }; + 42EE7E5F427054E1DC3D903A71DF485E /* GDTUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTUploader.h; path = GoogleDataTransport/GDTLibrary/Public/GDTUploader.h; sourceTree = ""; }; + 42F513FE353D63FC8714B2577677A819 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 43064E4BC1C1B15656FDBA53FB093DCC /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Solid.ttf; path = Fonts/FontAwesome5_Solid.ttf; sourceTree = ""; }; + 4321D8DDAC0A5C536A86694B7C0B4F9E /* EXVideoPlayerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoPlayerViewController.m; sourceTree = ""; }; + 4375ACCE1A55127C013DC61A09C35CB3 /* FFFastImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageView.h; path = ios/FastImage/FFFastImageView.h; sourceTree = ""; }; + 4376097CE1A7C16E9D6C0633029DB2CC /* RCTInspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspector.h; sourceTree = ""; }; + 438397C293ADBF8CC042C10E1F2B29E7 /* ModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ModuleRegistry.h; sourceTree = ""; }; + 43B50A48787EFE739696CE3942E1FEF6 /* 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; }; + 43C93FA1DD9321D910CD997E66BC84B7 /* LongLivedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LongLivedObject.h; path = turbomodule/core/LongLivedObject.h; sourceTree = ""; }; + 43DBD59E9011A4508B947E00654A82BF /* FIRInstanceIDTokenManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenManager.h; path = Firebase/InstanceID/FIRInstanceIDTokenManager.h; sourceTree = ""; }; + 43E90BFCAC2CCA2B39AFA188E4C7C2A8 /* BugsnagHandledState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagHandledState.h; sourceTree = ""; }; + 43EE7C13715C24845916FB3DB7EF7B1A /* RCTNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeModule.h; sourceTree = ""; }; + 44049E08C2816776C227F1102380AA46 /* FIRInstanceIDURLQueryItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDURLQueryItem.m; path = Firebase/InstanceID/FIRInstanceIDURLQueryItem.m; sourceTree = ""; }; + 441753624243B270BFBEB0C27AD71C50 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 4465E9E8D02F3CEEE80D33E736D98665 /* GULAppDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULAppDelegateSwizzler_Private.h; sourceTree = ""; }; + 449960A6C936728969A3FAC54D3AE584 /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; + 449D8E55B20ABB9E090F330423D7A6DF /* ReactNativeART-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactNativeART-prefix.pch"; sourceTree = ""; }; + 44BBF9EF1FB11C0E45E60F790B280FA8 /* EXHapticsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXHapticsModule.m; path = EXHaptics/EXHapticsModule.m; sourceTree = ""; }; + 45153428D47F26ED4C633C5D69AE6175 /* RCTTypeSafety-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTTypeSafety-dummy.m"; sourceTree = ""; }; + 452318FDD594B5923B177B4FD6115A90 /* FirebaseCore.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.xcconfig; sourceTree = ""; }; + 453BFBFF505B9D71BDE641972519C1CD /* BugsnagCrashReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashReport.m; sourceTree = ""; }; + 453DDF07237BD816BB5931DE332C50DA /* ARTPattern.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTPattern.m; sourceTree = ""; }; + 4556E026447A016363B5E448CCAC7EAC /* SDWebImageWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageWebPCoder.h; path = SDWebImageWebPCoder/Module/SDWebImageWebPCoder.h; sourceTree = ""; }; + 45DF188108DEEED5638FCF676355F54E /* RCTSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSlider.h; sourceTree = ""; }; + 460E788B26005F112CA7C460BBB151AD /* RCTNativeAnimatedNodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedNodesManager.m; sourceTree = ""; }; + 463FBAE4CC12986BA5E6A2BF56A0D785 /* UIApplication+RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIApplication+RSKImageCropper.h"; path = "RSKImageCropper/UIApplication+RSKImageCropper.h"; sourceTree = ""; }; + 466981B0F2B17C3B1AA31B8F0306798B /* RCTSpringAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSpringAnimation.m; sourceTree = ""; }; + 46ACE3213293642B56CCF42F0E434F07 /* ARTGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTGroup.m; path = ios/ARTGroup.m; sourceTree = ""; }; + 46AF21F851A2C82B2BEC5949ECD6817B /* QBImagePicker.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = QBImagePicker.storyboard; path = ios/QBImagePicker/QBImagePicker/QBImagePicker.storyboard; sourceTree = ""; }; + 46B502B21F8455A7A211D7FB38182741 /* glog-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "glog-dummy.m"; sourceTree = ""; }; + 46B9E8FDC0BB235B05F6736A33FD68B8 /* FirebaseInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstanceID.h; path = Firebase/InstanceID/Public/FirebaseInstanceID.h; sourceTree = ""; }; + 46BA8FC4DB05E336592DAE5481E5D58A /* BugsnagErrorReportApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagErrorReportApiClient.h; sourceTree = ""; }; + 46C1F617267D2EA2A1D6C2F63B41BD65 /* react-native-video.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-video.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 46D3022953A6C8DDD7E8E48D01BF7CD2 /* RNBridgeModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBridgeModule.m; path = RNNotifications/RNBridgeModule.m; sourceTree = ""; }; + 4726D6A350DD59E705BBDBE02E6F1C4D /* RCTWebSocketExecutor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTWebSocketExecutor.m; path = Libraries/WebSocket/RCTWebSocketExecutor.m; sourceTree = ""; }; + 4739DFACCC07C40C8C953D2127D2B057 /* ReactMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = ReactMarker.cpp; sourceTree = ""; }; + 473AE24D3E8882A18AA205365D6D55BF /* RNFirebaseLinks.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseLinks.m; sourceTree = ""; }; + 479B38160D59438D69CC69BD7C3FCCB2 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = Firebase/Core/Private/FIRLibrary.h; sourceTree = ""; }; + 47B932A1E353FC65AD3F13D732A9DBD6 /* RNLocalize.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNLocalize.xcconfig; sourceTree = ""; }; + 47F13B34B5F0D50BE1C2DECA8367236B /* webpi_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = webpi_dec.h; path = src/dec/webpi_dec.h; sourceTree = ""; }; + 481B13E2DFA8CE66FC4D3575DC863D3D /* RCTImageEditingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageEditingManager.h; path = React/CoreModules/RCTImageEditingManager.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; }; - 4857EC81269FB33AC46064C20355AFD2 /* RCTBlobCollector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBlobCollector.h; sourceTree = ""; }; - 4867C14F1305503BEB14D6B7C938B601 /* UMDeviceMotionInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDeviceMotionInterface.h; path = UMSensorsInterface/UMDeviceMotionInterface.h; sourceTree = ""; }; - 4869B54B0EE37591D6C195EFA088A309 /* GULNSData+zlib.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GULNSData+zlib.m"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.m"; sourceTree = ""; }; - 4870E7734548ECD64DE92DAAD30CE706 /* BugsnagNotifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagNotifier.m; sourceTree = ""; }; - 48967D0EAAD400B6C1756763B482F85D /* lossless_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_sse2.c; path = src/dsp/lossless_sse2.c; sourceTree = ""; }; - 48BB53467931F09C58A6A7BD3429D962 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 491FB4E74B79D727112B877F4D59FBE0 /* EXRemindersRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXRemindersRequester.h; path = EXPermissions/EXRemindersRequester.h; sourceTree = ""; }; - 493EA638726D0F8353E1E28746BD80AC /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 49754C174E317E6EE3EA06B03BE8AA76 /* FIRAnalyticsConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsConfiguration.h; path = Firebase/Core/Private/FIRAnalyticsConfiguration.h; sourceTree = ""; }; - 49858E47CF76E28E2821D59D190AFE8F /* demangle.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = demangle.cc; path = src/demangle.cc; sourceTree = ""; }; + 4846E1686CC5A723183D3628D1403B61 /* UMJavaScriptContextProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMJavaScriptContextProvider.h; sourceTree = ""; }; + 487A7C585227E41DAC704B8715A93237 /* SDImageCachesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManager.h; path = SDWebImage/Core/SDImageCachesManager.h; sourceTree = ""; }; + 489E83582CEC6E57822FE6F259E47CE1 /* alpha_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_dec.c; path = src/dec/alpha_dec.c; sourceTree = ""; }; + 48A0AADB2A4FA5488B3B5199F7C8EEBF /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; + 48AC1E9CAAD52CBAE99B50BAD754F84A /* BSG_KSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSLogger.h; sourceTree = ""; }; + 48B24A4F04BD786E652F6B1B34DE094A /* BugsnagCollections.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCollections.h; sourceTree = ""; }; + 48E62AAA99323AAF6FC8A4C5D988DBDB /* FIRBundleUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRBundleUtil.m; path = Firebase/Core/FIRBundleUtil.m; sourceTree = ""; }; + 48FBA35354D453E0846D12030AD72533 /* YGNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNode.cpp; path = yoga/YGNode.cpp; sourceTree = ""; }; + 492152604E4FD300199AC37801C7C124 /* picture_psnr_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_psnr_enc.c; path = src/enc/picture_psnr_enc.c; sourceTree = ""; }; + 4973755A5C8153712ECB14D21BA02D68 /* RCTRedBox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBox.m; sourceTree = ""; }; + 49A2D404AC4D74C64E1A8085D9DE3117 /* QBVideoIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIndicatorView.m; path = ios/QBImagePicker/QBImagePicker/QBVideoIndicatorView.m; sourceTree = ""; }; 49A51F5FBBCFD3F02638D5838DF22338 /* Pods-ShareRocketChatRN.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ShareRocketChatRN.debug.xcconfig"; sourceTree = ""; }; - 49AEAC131E034AC6D186EA0F9A9289D7 /* 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; }; - 49B6FE6596551A00C765B7D0BC0D7141 /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcher.h; sourceTree = ""; }; - 49D5DFC894A9B35AFB0DF8584850B0F4 /* RCTProgressViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProgressViewManager.m; sourceTree = ""; }; - 49EC730E4EA439A3C734DC0E0641E81B /* RCTWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWeakProxy.h; sourceTree = ""; }; - 49F9335C1D76C66F5C669F453743077E /* RNFetchBlobReqBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobReqBuilder.m; path = ios/RNFetchBlobReqBuilder.m; sourceTree = ""; }; - 4A1DA4297FDF332822FDEA6075FD06F0 /* EXSystemBrightnessRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXSystemBrightnessRequester.m; path = EXPermissions/EXSystemBrightnessRequester.m; sourceTree = ""; }; - 4A2BF3DAD8D39FCFB0486E81C37088B5 /* FIRComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponent.m; path = Firebase/Core/FIRComponent.m; sourceTree = ""; }; - 4A83591A75AC4846C710B4A008E65FDE /* SDDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDiskCache.h; path = SDWebImage/Core/SDDiskCache.h; sourceTree = ""; }; - 4A85708678FBE7B05C15BC5627A0E5F2 /* FIRInstanceID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceID.m; path = Firebase/InstanceID/FIRInstanceID.m; sourceTree = ""; }; - 4AA0B838047A5141E696FF3949C4D024 /* 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 = ""; }; - 4AA371945E10D0E2C48BA6F24CD6FB81 /* RCTInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorPackagerConnection.h; sourceTree = ""; }; - 4B4FF18BE38D2B2AD9966B86C10BA36A /* RSKInternalUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKInternalUtility.h; path = RSKImageCropper/RSKInternalUtility.h; sourceTree = ""; }; - 4B5FC6781DCA7FEFE880BAA87EEE7DC7 /* UMNativeModulesProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMNativeModulesProxy.m; sourceTree = ""; }; - 4B6238F0A680653B583FB82070413253 /* EXAudioSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioSessionManager.h; path = EXAV/EXAudioSessionManager.h; sourceTree = ""; }; - 4B7CE9D39C661A08D664F355FFDFF70D /* RCTInspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspector.h; sourceTree = ""; }; - 4B7E9EA302BE28A69F86FFCEDB3665BA /* React-RCTVibration.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.xcconfig"; sourceTree = ""; }; - 4B9B972F02A83FB9C39C6328995BB239 /* UMReactFontManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactFontManager.m; sourceTree = ""; }; - 4BCDAFB5FEE55DC2B178EE4192F32D84 /* RNCSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSliderManager.m; path = ios/RNCSliderManager.m; sourceTree = ""; }; - 4BE1489ECD3F28A0FA98832F85938038 /* RNNotificationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationUtils.h; path = RNNotifications/RNNotificationUtils.h; sourceTree = ""; }; - 4BEF4ABF6E8169D3727CEA15BABCE486 /* GULOriginalIMPConvenienceMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULOriginalIMPConvenienceMacros.h; path = GoogleUtilities/MethodSwizzler/Private/GULOriginalIMPConvenienceMacros.h; sourceTree = ""; }; - 4C28909205E9005866448D232BCBE845 /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; - 4C34E22CBC8BF8BAEB70003F3D8E0144 /* EXConstants.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXConstants.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 4C50F2C8914541CEC01075A9E56C4CDF /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; - 4C61DBDDB08AA75D46C6474F4BA5A806 /* QBImagePickerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBImagePickerController.h; path = QBImagePicker/QBImagePickerController.h; sourceTree = ""; }; - 4C6708324349481C17FCF7D84DBAF332 /* RNVectorIcons-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNVectorIcons-dummy.m"; sourceTree = ""; }; - 4C787B335162878C2754311DD6E758AD /* RNFirebaseFirestoreDocumentReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestoreDocumentReference.m; sourceTree = ""; }; - 4C9D0AA29655A39260855C8989F89809 /* UIImage+Resize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Resize.m"; path = "ios/src/UIImage+Resize.m"; sourceTree = ""; }; - 4C9DD7C2D4AB0CAE472BC188A83DAC48 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 4C9E1496205A50668CC0527D4CAFD746 /* EXVideoPlayerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoPlayerViewController.m; sourceTree = ""; }; - 4CAF385925DDFD79AA69EFCDABBA7549 /* react-native-video-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-video-dummy.m"; sourceTree = ""; }; - 4CE495528822F77E170F16247C4510F8 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 4D0387CE37C2C57BCA2DB2849ABCB040 /* FBLazyVector.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBLazyVector.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 4D1C35782AE03C4504D6FCEACC0558C3 /* React-CoreModules.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-CoreModules.xcconfig"; sourceTree = ""; }; - 4D25CD23E1F0FB2D49A3DA8FFFE4C53A /* REAJSCallNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAJSCallNode.m; sourceTree = ""; }; - 4D2D0867EC302EB0AE4D699C5E2DDF83 /* RNEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNEventEmitter.m; path = RNNotifications/RNEventEmitter.m; sourceTree = ""; }; - 4D715A8548772EB114AB26449BDA4C71 /* EXHapticsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXHapticsModule.m; path = EXHaptics/EXHapticsModule.m; sourceTree = ""; }; - 4DCE2B26B2E11744D58ED782C6DDA140 /* ARTNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTNode.h; path = ios/ARTNode.h; sourceTree = ""; }; - 4DCF1F59702E6C9EDFE4E565FF905658 /* REAJSCallNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAJSCallNode.h; sourceTree = ""; }; - 4DD67ABB10429A476CC3CC6A3FFDE56A /* vlog_is_on.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = vlog_is_on.cc; path = src/vlog_is_on.cc; sourceTree = ""; }; - 4E155CC65CC191C04D68A04AADD4EF5A /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = src/utils/utils.h; sourceTree = ""; }; - 4E30DF42DD6363F4750ACB671F106D0B /* logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = logging.h; path = src/glog/logging.h; sourceTree = ""; }; - 4E3A3B9DF221F3B63712882E3C242C0F /* RNSScreenStack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenStack.h; path = ios/RNSScreenStack.h; sourceTree = ""; }; - 4E78E2ABBAF3FAB4493B95B39B5D762E /* RCTPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPickerManager.m; sourceTree = ""; }; - 4E7FFB4BF0DB914DD29C0A97EC7E0F62 /* RNLocalize.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNLocalize.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 4E8B8759B4E705EE15876E2B6FEEF702 /* rn-extensions-share.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-extensions-share.xcconfig"; sourceTree = ""; }; + 49A5C8ECB83FF0304DCCF72970E2ED09 /* RNFirebaseAdMobBannerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobBannerManager.h; sourceTree = ""; }; + 49C2A18A615ABAF44FA09A754BA7DD22 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 49CD23BE81224DB8D95529CC8205EBAA /* iterator_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = iterator_enc.c; path = src/enc/iterator_enc.c; sourceTree = ""; }; + 49D61BB85BAC2312EC6A84C93F5A2CB8 /* RNFirebaseFirestoreDocumentReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestoreDocumentReference.h; sourceTree = ""; }; + 49D8B4ECBCC3CC3CCA6C5A1B97D266F7 /* UIImage+WebP.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+WebP.h"; path = "SDWebImageWebPCoder/Classes/UIImage+WebP.h"; sourceTree = ""; }; + 4A0A48F2D1FD4AC2E2748195E43184AF /* RCTClipboard.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTClipboard.m; sourceTree = ""; }; + 4A101D6AA53CF88031BB16C9B3E7F9D6 /* FIRCoreDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsData.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsData.h; sourceTree = ""; }; + 4A68269623B19233944EB5E4EB7A1DD0 /* ModuleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = ModuleRegistry.cpp; sourceTree = ""; }; + 4A7CDB360BB0FD9721CC760A160197E7 /* React-RCTSettings-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTSettings-dummy.m"; sourceTree = ""; }; + 4A935CACAB35FE24F3C981E8C4A6A26C /* GoogleUtilities-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleUtilities-prefix.pch"; sourceTree = ""; }; + 4A93C7E6682A14BEFB0352C4A3CFEC87 /* 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; }; + 4AE21D1F9329F6DF829E93F254C78685 /* JSModulesUnbundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSModulesUnbundle.h; sourceTree = ""; }; + 4AF26D3C24076E62CEE06B987C6D1D6F /* diy-fp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "diy-fp.h"; path = "double-conversion/diy-fp.h"; sourceTree = ""; }; + 4B18AB04CABC858BF04C827C6B5470F5 /* FIRInstanceIDKeyPair.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeyPair.h; path = Firebase/InstanceID/FIRInstanceIDKeyPair.h; sourceTree = ""; }; + 4B2AFFB16527B8EBEC2327785BCE1654 /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = SDWebImage/Core/SDImageCachesManager.m; sourceTree = ""; }; + 4B32571BC38D836A16A0BB4F1DDE12C1 /* EXPermissions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPermissions.m; path = EXPermissions/EXPermissions.m; sourceTree = ""; }; + 4B3C55887BB13263D09E361B415DB333 /* RCTRequired.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTRequired.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 4B463DBFE41C24BF5FCE50CF65E6A3DC /* RNNativeViewHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNNativeViewHandler.m; sourceTree = ""; }; + 4B5AEF206802446F75201C8F0EF06A1A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 4B6B3289F56C937FDA8C432D6F5B4B9E /* FFFastImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageSource.h; path = ios/FastImage/FFFastImageSource.h; sourceTree = ""; }; + 4B7BE3A6DE33BC60B85F162748EE3ECD /* UMUtilitiesInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUtilitiesInterface.h; sourceTree = ""; }; + 4B90B45428596392B758EBB8172173C2 /* UMReactNativeAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeAdapter.h; sourceTree = ""; }; + 4B937D46CDC5241DE90CEAC1441A346E /* RCTTypeSafety.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTTypeSafety.xcconfig; sourceTree = ""; }; + 4BD54D115AC4D04723C9A914B5A09BBD /* 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; }; + 4BE68AF46DA008A28F8E6F06BCF21779 /* 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; }; + 4BF54A24D19FC6D0F35C0A4A592DC31B /* RCTStyleAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStyleAnimatedNode.h; sourceTree = ""; }; + 4C1BF582D5CF57769176D237A441CF48 /* Bugsnag.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Bugsnag.m; sourceTree = ""; }; + 4C2F89B03C226CDEEE59F1012D188651 /* LICENSE.txt */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.txt; sourceTree = ""; }; + 4C4C342770D787159225FE9960204DBE /* UIColor+HexString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+HexString.m"; path = "SDWebImage/Private/UIColor+HexString.m"; sourceTree = ""; }; + 4C54199B51007F1E812208D8DE3387CD /* RCTTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextView.h; sourceTree = ""; }; + 4C586BC0DF66C36E1AABB8413CA6512F /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; + 4C77A66171B0F52A43427229A0D2F80F /* BSG_KSCrashCallCompletion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashCallCompletion.m; sourceTree = ""; }; + 4C9C39623A46A8D8A570BCC7F55A69C6 /* REAStyleNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAStyleNode.h; sourceTree = ""; }; + 4C9DDBACF725C8DF01B6EF485940BFA4 /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTClipboard.h; sourceTree = ""; }; + 4CBDEF8F1A47C67AEB2B155630AF019C /* RCTTurboModuleManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTurboModuleManager.mm; sourceTree = ""; }; + 4CE3AED541AF574BD1A791A61A149110 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 4CFDF61A090051FCE603DE9E0332AFAC /* GDTTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTTransformer.h; path = GoogleDataTransport/GDTLibrary/Private/GDTTransformer.h; sourceTree = ""; }; + 4D065F44C3FCA0A13F1C0E8FA5FBDB71 /* RNCAssetsLibraryRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAssetsLibraryRequestHandler.h; path = ios/RNCAssetsLibraryRequestHandler.h; sourceTree = ""; }; + 4D0671E55285B4D24FE81A73F840E8C7 /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; + 4D22BB927D67620FDAACAD659A22B72D /* BSG_KSCrashState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashState.h; sourceTree = ""; }; + 4D280BD85D66E4E6F08E9D7AF3638731 /* FIRBundleUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRBundleUtil.h; path = Firebase/Core/Private/FIRBundleUtil.h; sourceTree = ""; }; + 4D3642C76C7142649802EF585F7C52D8 /* EXPermissions-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXPermissions-dummy.m"; sourceTree = ""; }; + 4D420AC726A223105A3A66DD59C7E9A6 /* lossless_enc_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_neon.c; path = src/dsp/lossless_enc_neon.c; sourceTree = ""; }; + 4D6BDAF7F393697F29CD3C449B02F883 /* format_constants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = format_constants.h; path = src/webp/format_constants.h; sourceTree = ""; }; + 4D7ADE2250A60420B8F1966F40B91BCF /* BSG_KSJSONCodec.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSJSONCodec.c; sourceTree = ""; }; + 4D8A8570768D18EC6AD9A98D3769B00F /* RCTBlobCollector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobCollector.mm; sourceTree = ""; }; + 4D8DE40890B03993214743DE35B6BD58 /* RCTPackagerClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerClient.h; sourceTree = ""; }; + 4DFBB6DEF544E77BA121C1D1031EC0DF /* raw_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = raw_logging.h; path = src/glog/raw_logging.h; sourceTree = ""; }; + 4E01B3FF47FD4437F8126BA499140720 /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = SDWebImage/Core/SDImageAPNGCoder.h; sourceTree = ""; }; + 4E07ED57ED920D977BD81B3CBD8D42FA /* RCTAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimatedNode.h; sourceTree = ""; }; + 4E08927F1B4152793720308645B87189 /* ReactCommon.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCommon.xcconfig; sourceTree = ""; }; + 4E3FB1287667DDC194E4D8E21DD0BAE1 /* FFFastImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageViewManager.h; path = ios/FastImage/FFFastImageViewManager.h; sourceTree = ""; }; + 4E3FBD127ED49BAF37B1EC06723A345E /* RCTHTTPRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTHTTPRequestHandler.mm; sourceTree = ""; }; + 4E5ACC036BB30F9E9969A8E34135F235 /* GDTEventTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTEventTransformer.h; path = GoogleDataTransport/GDTLibrary/Public/GDTEventTransformer.h; sourceTree = ""; }; 4EAF7225D8D498E7D232AE1520E6CBD3 /* libRNFirebase.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNFirebase.a; path = libRNFirebase.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 4EFBA9CC63A90E063363AB82E0449F35 /* RCTImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageUtils.h; path = Libraries/Image/RCTImageUtils.h; sourceTree = ""; }; - 4F02F30AE0FA1346A7D46CD15EA8D6B4 /* RNRootView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNRootView-dummy.m"; sourceTree = ""; }; - 4F315153651D6B1F113F407C010B3623 /* SDWebImageCacheKeyFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheKeyFilter.m; path = SDWebImage/Core/SDWebImageCacheKeyFilter.m; sourceTree = ""; }; - 4F63A055CD72438EAB3EF61B0C5D6FA2 /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = SDWebImage/Core/SDImageCacheConfig.m; sourceTree = ""; }; - 4F91ECBE594003E7FF24A57760F8A5A1 /* Unicode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Unicode.cpp; path = folly/Unicode.cpp; sourceTree = ""; }; + 4EFFBC728DA46B2973369B908F1716CA /* RCTReconnectingWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTReconnectingWebSocket.h; path = Libraries/WebSocket/RCTReconnectingWebSocket.h; sourceTree = ""; }; + 4F07004F4E99EC50DDC8128E5718F476 /* BugsnagErrorReportApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagErrorReportApiClient.m; sourceTree = ""; }; + 4F3FA0B1FB5B9C2F68BBAD227716F23A /* SDWebImageIndicator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageIndicator.m; path = SDWebImage/Core/SDWebImageIndicator.m; sourceTree = ""; }; + 4F4EF7F276E9C28AFE4C8B18E83D15BB /* RNScreens.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNScreens.xcconfig; sourceTree = ""; }; + 4F51256112D9CF93FA314D5523249742 /* GULOriginalIMPConvenienceMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULOriginalIMPConvenienceMacros.h; path = GoogleUtilities/MethodSwizzler/Private/GULOriginalIMPConvenienceMacros.h; sourceTree = ""; }; + 4F9990659AA32C3B809F59BA64EFBB47 /* RCTLinkingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLinkingManager.h; path = Libraries/LinkingIOS/RCTLinkingManager.h; sourceTree = ""; }; + 4FA872ECA2364819229F49A28DEE38C2 /* REAParamNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAParamNode.h; sourceTree = ""; }; + 4FB7AC3B2DAC233057078CA6A102339E /* GDTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTAssert.h; path = GoogleDataTransport/GDTLibrary/Public/GDTAssert.h; sourceTree = ""; }; + 4FB98E155E9B39BC732FC65B0AF382CC /* RNCAppearanceProviderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearanceProviderManager.m; path = ios/Appearance/RNCAppearanceProviderManager.m; sourceTree = ""; }; + 4FD55DCA0DD250489F0D0FD30F73B3AB /* KeyCommands.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KeyCommands.xcconfig; 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; }; - 500000D98A3ADEAC94F4698268444755 /* GDTDataFuture.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTDataFuture.m; path = GoogleDataTransport/GDTLibrary/GDTDataFuture.m; sourceTree = ""; }; - 50019449BB19973BEB439EE8F9847908 /* yuv_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_sse41.c; path = src/dsp/yuv_sse41.c; sourceTree = ""; }; - 500AB3A9389C8A6C18587908B65AAC29 /* RCTSurfacePresenterStub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfacePresenterStub.h; sourceTree = ""; }; - 502DE54EBFE56A7C91369E29E2ABC6D6 /* Yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Yoga-dummy.m"; sourceTree = ""; }; - 50324BA0EDD2852E72410FC176A3127B /* RCTBlobManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTBlobManager.h; path = Libraries/Blob/RCTBlobManager.h; sourceTree = ""; }; - 5037A03F7AACAFC28C25963D18ABB544 /* REACondNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REACondNode.m; sourceTree = ""; }; - 50462777897BD20652226C61A701666C /* lossless_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_msa.c; path = src/dsp/lossless_msa.c; sourceTree = ""; }; - 504C8029A386A869C15C5C6E07AE8062 /* Compression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Compression.h; path = ios/src/Compression.h; sourceTree = ""; }; - 507A6E05BA64084E474DAB183EE84EE9 /* UMEventEmitterService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitterService.h; sourceTree = ""; }; - 507A9CD62E7E0ED77FD87123F8BC1D17 /* react-native-webview-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-webview-dummy.m"; sourceTree = ""; }; - 50B18DBD81F97A760F9FBCEDF9608700 /* React-RCTNetwork-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTNetwork-prefix.pch"; sourceTree = ""; }; + 4FE8ECCF1A7DA6B23075F3372ABAC5A2 /* YGStyle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGStyle.cpp; path = yoga/YGStyle.cpp; sourceTree = ""; }; + 5070D1CC29D0176C8834ACAF69563FFF /* RCTResizeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTResizeMode.h; path = Libraries/Image/RCTResizeMode.h; sourceTree = ""; }; + 5080E1E9F662041ACF60804ACBB04CE3 /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = SDWebImage/Core/SDWebImageError.h; sourceTree = ""; }; 50B5347C9A6E93B7D4CFC3673BA6FB7E /* libRNScreens.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNScreens.a; path = libRNScreens.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 50C0F62EE531A8425769369411EDB22C /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 50CF0BF505D9FAF21801BDD717E4A0BE /* JSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSExecutor.h; sourceTree = ""; }; - 516CBD5A5ECA00B091372B59B4719AC3 /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; - 5172B1F1216A09DBE64EACF66766FDA2 /* UIImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/Core/UIImageView+WebCache.h"; sourceTree = ""; }; - 51AB0C0E0F4C4A44C6A4DD6AE553DB32 /* RNCommandsHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCommandsHandler.h; path = RNNotifications/RNCommandsHandler.h; sourceTree = ""; }; - 51B2C8E893A252AC4FBBA74FA44502D5 /* RNFirebaseFunctions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFunctions.h; sourceTree = ""; }; + 50B8ABB68528EF52A4BB054EAC5BC865 /* SDWebImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-prefix.pch"; sourceTree = ""; }; + 50C7E75DE032D780D996A33E74AA1D42 /* GULReachabilityMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityMessageCode.h; path = GoogleUtilities/Reachability/Private/GULReachabilityMessageCode.h; sourceTree = ""; }; + 50F1831D0AC780D0347D52C97AC86B78 /* QBAssetsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetsViewController.m; path = ios/QBImagePicker/QBImagePicker/QBAssetsViewController.m; sourceTree = ""; }; + 51344077DBACAF6FC443E8D1D5D1CE8F /* RNGestureHandlerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerEvents.h; path = ios/RNGestureHandlerEvents.h; sourceTree = ""; }; + 5139D60632AE33D4BECAD013650BB15B /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; + 513F5F8991E9989A90D11A4EC14A87AF /* EXLocationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXLocationRequester.h; path = EXPermissions/EXLocationRequester.h; sourceTree = ""; }; + 514A2F253442115AFA4B6EDDAFFFE085 /* fast-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fast-dtoa.cc"; path = "double-conversion/fast-dtoa.cc"; sourceTree = ""; }; + 514F3A9AD50449219C6E0E6AF2186349 /* ssim.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssim.c; path = src/dsp/ssim.c; sourceTree = ""; }; + 51532E710DF75FD878886A5E6C8F1977 /* filters_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_msa.c; path = src/dsp/filters_msa.c; sourceTree = ""; }; + 51A0C4031412087072E81B9C43CD18A1 /* RNFirebaseInstanceId.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseInstanceId.m; sourceTree = ""; }; 51B50F20C76CF72E2BEF8D4764235306 /* libReactNativeART.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libReactNativeART.a; path = libReactNativeART.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 51E14E8D70831052A1B75375D21618B9 /* animi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = animi.h; path = src/mux/animi.h; sourceTree = ""; }; - 51F61CE421A67CEE57570D19C7EE31B7 /* RNAudio.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNAudio.xcconfig; sourceTree = ""; }; - 52120C843AEF2FCCD725F0CDFB6C3957 /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; - 5239DF994AF5723B4F01323D4A43049F /* lossless_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc.c; path = src/dsp/lossless_enc.c; sourceTree = ""; }; + 51C0EC44F93E37F2F7956B7F1CF1BD7A /* Assume.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Assume.cpp; path = folly/lang/Assume.cpp; sourceTree = ""; }; + 51E8ACEAEA103C718A8C10D32293AEF2 /* 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; }; + 520596168666727BFEF67125B5710510 /* RNFirebaseFunctions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFunctions.h; sourceTree = ""; }; + 520CEBF422EA2532B8E674FC815BDE24 /* BSG_KSCrashReportStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportStore.h; sourceTree = ""; }; + 521C88E2759E9B2855F905651137C3C6 /* RNCAssetsLibraryRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAssetsLibraryRequestHandler.m; path = ios/RNCAssetsLibraryRequestHandler.m; sourceTree = ""; }; + 523AC19F6A6A3FAA6B9C8468EED05F1A /* RCTPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerConnection.h; sourceTree = ""; }; 527CD81DF520880893DE8021CD41E619 /* Pods-ShareRocketChatRN.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ShareRocketChatRN.release.xcconfig"; sourceTree = ""; }; - 52AFD334AA8214D02FB38BDC3486ADFA /* RNFirebaseStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseStorage.h; sourceTree = ""; }; - 52BDDD0244A987883DB876E8A5EA00D8 /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.h"; sourceTree = ""; }; - 52C6487B62372BE1C7A50B1B34FEC75C /* RCTSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSpringAnimation.h; sourceTree = ""; }; - 52ED103881FD477454B892F8DF3D4F6F /* enc_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_msa.c; path = src/dsp/enc_msa.c; sourceTree = ""; }; - 533B2462CA47231F7DD14726151365CC /* UMFontScalersManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalersManagerInterface.h; path = UMFontInterface/UMFontScalersManagerInterface.h; sourceTree = ""; }; - 5365BBAF340C235211B4F0C9D7F97BCF /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; - 536AD2D678EA51846B1873C5C046ACAC /* enc_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_mips_dsp_r2.c; path = src/dsp/enc_mips_dsp_r2.c; sourceTree = ""; }; - 53C9A2C595D11A7BC2AFB1EE1696D0AF /* React-RCTSettings-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTSettings-dummy.m"; sourceTree = ""; }; - 53DC50B8081D99A0ACD90977F683BA75 /* stl_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stl_logging.h; path = src/glog/stl_logging.h; sourceTree = ""; }; - 53F385844EA8EDFB10A8935DD248B4F4 /* dsp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dsp.h; path = src/dsp/dsp.h; sourceTree = ""; }; - 541EDDA0CE87E2F9A7F202EB95F111A0 /* RCTDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDeviceInfo.m; sourceTree = ""; }; - 541EDDE38B01E6D53021A747AB3433A2 /* RNRootView.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNRootView.xcconfig; sourceTree = ""; }; - 54711596EE065CCA239EFE8201F0E41B /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = SDWebImage/Core/SDWebImageDefine.m; sourceTree = ""; }; - 548BA0C72952AE86261E0F9B8DB22F55 /* REAAlwaysNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAAlwaysNode.m; sourceTree = ""; }; - 54F9A9EDD59CCE5A4815F44076F37ED6 /* GDTUploadPackage_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTUploadPackage_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTUploadPackage_Private.h; sourceTree = ""; }; - 5506F95C9DD2C96CB505C5DEC60279DC /* FIRBundleUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRBundleUtil.h; path = Firebase/Core/Private/FIRBundleUtil.h; sourceTree = ""; }; - 550868F8B354C387FEC258FEE790F14E /* Folly-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Folly-dummy.m"; sourceTree = ""; }; - 556CF7156166290DC14F6BC7B7AF15E8 /* api.md */ = {isa = PBXFileReference; includeInIndex = 1; name = api.md; path = docs/api.md; sourceTree = ""; }; - 556FFB4CFF7F4D61BEF2A5167704F28F /* RNDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDeviceInfo.m; path = ios/RNDeviceInfo/RNDeviceInfo.m; sourceTree = ""; }; - 55944EE45A47C2EDCA607BFE638E0279 /* rn-fetch-blob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-fetch-blob-dummy.m"; sourceTree = ""; }; - 55ABB3885D7BB516CB39EE66F5B334B6 /* UMModuleRegistryDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryDelegate.h; sourceTree = ""; }; - 55CAFCC3A7A8AAABD71308B90CD46554 /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheOperation.m"; path = "SDWebImage/Core/UIView+WebCacheOperation.m"; sourceTree = ""; }; - 55E1E403AD292FAF3D42C2C412ADBA7F /* GDTPlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTPlatform.m; path = GoogleDataTransport/GDTLibrary/GDTPlatform.m; sourceTree = ""; }; - 55E4741AF23FBF4247133573D6290DD0 /* AudioRecorderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AudioRecorderManager.h; path = ios/AudioRecorderManager.h; sourceTree = ""; }; - 55F88D172DB788CA2F3DDC5C1ABC9015 /* RCTRequired.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRequired.h; path = RCTRequired/RCTRequired.h; sourceTree = ""; }; - 5627ED8816BDED583164A08C06EE1A2B /* EXAV.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAV.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 56384D31C64B8BFFF1A1FAB31C28328E /* FIROptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptions.h; path = Firebase/Core/Public/FIROptions.h; sourceTree = ""; }; - 564BC21056272A61FCCAEEC0D7A1A265 /* RNNativeViewHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNNativeViewHandler.h; sourceTree = ""; }; - 564F6F32AB889F2FAAB31F5BFA1D4C55 /* RNNotificationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationUtils.m; path = RNNotifications/RNNotificationUtils.m; sourceTree = ""; }; - 56CB6318C9B6B836940C40559EB4E7B1 /* NSError+FIRInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+FIRInstanceID.h"; path = "Firebase/InstanceID/NSError+FIRInstanceID.h"; sourceTree = ""; }; - 56D77B032EAD9908A0E3AA354F694B26 /* UMKernelService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMKernelService.h; sourceTree = ""; }; - 57450487C8C0F688905DB8754F274103 /* RCTAppState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAppState.m; sourceTree = ""; }; + 528640D7FE2EA01495E9E94ECC43F9BE /* RNGestureHandlerButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerButton.m; path = ios/RNGestureHandlerButton.m; sourceTree = ""; }; + 52AE2804AFFB99408789C12004AD808C /* RNFirebaseFirestore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestore.m; sourceTree = ""; }; + 52EA42A6C8276F0CBCB74687737707C3 /* cpu.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cpu.c; path = src/dsp/cpu.c; sourceTree = ""; }; + 52FF01E96854D8F37412901CC140380F /* picture_csp_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_csp_enc.c; path = src/enc/picture_csp_enc.c; sourceTree = ""; }; + 5361A2510329205326BA29FFE3D2F208 /* QBCheckmarkView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBCheckmarkView.h; path = ios/QBImagePicker/QBImagePicker/QBCheckmarkView.h; sourceTree = ""; }; + 53927500D9DC1655D81F0333D4DCE74A /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; + 53B83BCA17D88BD5FFDB71FFB4F42D3B /* BugsnagSessionFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionFileStore.h; sourceTree = ""; }; + 5409CC27E1D7E6A8BFA8708EA2D391C0 /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; + 544B62EA9E3FF7693056DAD8F825DABE /* React-CoreModules-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-CoreModules-dummy.m"; sourceTree = ""; }; + 545098F00CC2DD2595A6C7709C984478 /* EXConstants.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXConstants.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 549CC56FC99AAB064C41404A60ACDCA7 /* FirebaseCoreDiagnostics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCoreDiagnostics-dummy.m"; sourceTree = ""; }; + 54A7499C46BD5BB476EF2A1E4FF6BA25 /* BSG_KSCrashCallCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashCallCompletion.h; sourceTree = ""; }; + 54E38666EED87DA6C2D2AF27054A6575 /* fr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fr.lproj; path = ios/QBImagePicker/QBImagePicker/fr.lproj; sourceTree = ""; }; + 54EEA75BABB0472447C17F94D9E6F567 /* EXConstants-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXConstants-prefix.pch"; sourceTree = ""; }; + 54F996004D749A8C4E92E03115DB9971 /* RNVectorIcons.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNVectorIcons.xcconfig; sourceTree = ""; }; + 551309157E1F140AD78CCC739864810C /* RNCWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWebView.h; path = ios/RNCWebView.h; sourceTree = ""; }; + 551C4E17EB7E93FF7EAD018EEBBBE162 /* KeyboardTrackingViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KeyboardTrackingViewManager.m; path = lib/KeyboardTrackingViewManager.m; sourceTree = ""; }; + 5553295AE6D49C6BA686D1E0A7046384 /* EXAVPlayerData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVPlayerData.h; path = EXAV/EXAVPlayerData.h; sourceTree = ""; }; + 556F4CD155ABD3629764F7AFABB657D2 /* RCTMultilineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputViewManager.h; sourceTree = ""; }; + 558F3A1F827E2A4227105B723DC14BC1 /* RNFetchBlobProgress.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobProgress.m; path = ios/RNFetchBlobProgress.m; sourceTree = ""; }; + 55B03B81844C54B2F42409680420ED0C /* REAModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REAModule.m; path = ios/REAModule.m; sourceTree = ""; }; + 55C0E8840659DD2BA9398CCE45C84796 /* dec_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_sse2.c; path = src/dsp/dec_sse2.c; sourceTree = ""; }; + 55C44DA87EDE4AFD3E53692BCB10D754 /* UMLogManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogManager.h; sourceTree = ""; }; + 55C8FAA62929F7E42A17E3A23E51CCCE /* RNGestureHandlerModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerModule.m; path = ios/RNGestureHandlerModule.m; sourceTree = ""; }; + 55CA4E692BC7BD9A9F71C4BE789286C8 /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.h; sourceTree = ""; }; + 55CB8ED6E5E99276F3E2FCBB99A5CA19 /* RNEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNEventEmitter.m; path = RNNotifications/RNEventEmitter.m; sourceTree = ""; }; + 55F154F7B21FADAAE48D8A5EF90D8771 /* RCTVideo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideo.h; path = ios/Video/RCTVideo.h; sourceTree = ""; }; + 56326E64636C5860ADD9D8717D8B8C9B /* alpha_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_enc.c; path = src/enc/alpha_enc.c; sourceTree = ""; }; + 564C16A2CA784571D3210C4B095C2683 /* RCTMultiplicationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultiplicationAnimatedNode.m; sourceTree = ""; }; + 567FF870D1397FAA1691FB0CD6CB3562 /* libwebp-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "libwebp-dummy.m"; sourceTree = ""; }; + 56B736E929813BD04E3FF23F394B3A85 /* DeviceUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DeviceUID.m; path = ios/RNDeviceInfo/DeviceUID.m; sourceTree = ""; }; + 57368F2086DD6FE94DE31D75C66B6F6B /* RCTTiming.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTiming.m; sourceTree = ""; }; + 574E7D76BC41B088CC91942C613E7B7E /* RCTBackedTextInputDelegateAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegateAdapter.h; sourceTree = ""; }; 574E8A849B86DCF8EE5726418D974721 /* libEXWebBrowser.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXWebBrowser.a; path = libEXWebBrowser.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 57670125CA1E6017AE33FD9BCD08ADBC /* RNBootSplash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBootSplash.m; path = ios/RNBootSplash.m; sourceTree = ""; }; - 576812B4A86DDE5D65C95D89BD6B0442 /* RNDeviceInfo.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNDeviceInfo.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 579683D5F939D6CD29B74DEEE5FD8057 /* BSG_KSBacktrace.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSBacktrace.c; sourceTree = ""; }; - 57A06A4B482777BA23EC31EFEC2629D5 /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; - 57ACCB154CBFB1ED1FADCC712A22F973 /* RNNotificationCenterListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenterListener.m; path = RNNotifications/RNNotificationCenterListener.m; sourceTree = ""; }; - 57C2571E6F4703A0B6CD237B4CEC6DEC /* FIRInstanceIDKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeychain.h; path = Firebase/InstanceID/FIRInstanceIDKeychain.h; sourceTree = ""; }; - 57DEF06A8E723D4D9938710517205E5D /* REAStyleNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAStyleNode.h; sourceTree = ""; }; - 57E1D86219A443E8E0586479D79745B5 /* React-RCTAnimation.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.xcconfig"; sourceTree = ""; }; - 57ECCB1D62679E55F9E0B86F636A08B0 /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; + 576A3C54BF9B2F039E680D2B94139C6E /* RNFlingHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFlingHandler.m; sourceTree = ""; }; + 57A797186849ECFB74F87D1A6D679040 /* BSG_KSJSONCodec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodec.h; sourceTree = ""; }; + 57AECC27F567DD3DF4C93EB41CFC289E /* react-native-orientation-locker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-orientation-locker-dummy.m"; sourceTree = ""; }; 580712ADE0DDE9601ED35B000EC802D6 /* libRSKImageCropper.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRSKImageCropper.a; path = libRSKImageCropper.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 5844A0FE7DDB69BB590C06537E33F6EA /* RCTSRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSRWebSocket.h; path = Libraries/WebSocket/RCTSRWebSocket.h; sourceTree = ""; }; + 5807EB6D92C08024B83553174ACA5DD1 /* buffer_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = buffer_dec.c; path = src/dec/buffer_dec.c; sourceTree = ""; }; 586602EDE69E2D273945D156ECB89853 /* libPods-RocketChatRN.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-RocketChatRN.a"; path = "libPods-RocketChatRN.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 5875A79319EDABF29C9EB927DC01C0DA /* RCTRawTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextViewManager.h; sourceTree = ""; }; - 5880FA2C252F6F2A368456FD88CFB484 /* RCTModalManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalManager.h; sourceTree = ""; }; - 588453716934A5BC31AEFC654266EC38 /* ARTSurfaceView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTSurfaceView.m; path = ios/ARTSurfaceView.m; sourceTree = ""; }; - 589518191FC005CA3EF3ED96614FF89B /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = SDWebImage/Core/SDImageCoderHelper.m; sourceTree = ""; }; - 58AE31E09B2E2FA3A5B15DE7150AC88B /* FIRInstanceIDUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDUtilities.h; path = Firebase/InstanceID/FIRInstanceIDUtilities.h; sourceTree = ""; }; - 58B143FACB651F6FF4026A5BC0982803 /* RCTObjcExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjcExecutor.mm; sourceTree = ""; }; - 58B64C4BE5E0B729543B8C2C893884E0 /* FirebaseCoreDiagnosticsInterop.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreDiagnosticsInterop.xcconfig; sourceTree = ""; }; - 58BB6F912D38455B502F2A97120E6C7E /* BugsnagConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagConfiguration.h; sourceTree = ""; }; - 58CCA17253B258AAA58D8278A85961FB /* react-native-document-picker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-document-picker-dummy.m"; sourceTree = ""; }; - 58EB2B14916B3055E72BC51BB66F56D2 /* random_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = random_utils.h; path = src/utils/random_utils.h; sourceTree = ""; }; - 59023200C0F20F3F6A0E5921DE8B6716 /* GDTReachability_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTReachability_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTReachability_Private.h; sourceTree = ""; }; - 5915F2ED186178FB93327FC7CF9744EB /* RCTInterpolationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInterpolationAnimatedNode.m; sourceTree = ""; }; - 5945C8E80D76E994BA0EC3F3206BA250 /* RNFirebaseUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFirebaseUtil.m; path = RNFirebase/RNFirebaseUtil.m; sourceTree = ""; }; - 594F6298D5A3FF425E7667904063669C /* SDAnimatedImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "SDAnimatedImageView+WebCache.m"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.m"; sourceTree = ""; }; - 599CB421E408E13C49BCEF418C589CA8 /* FIRInstanceIDTokenManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenManager.m; path = Firebase/InstanceID/FIRInstanceIDTokenManager.m; sourceTree = ""; }; - 59A64223174653A390E391870F8CFCBC /* anim_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; name = anim_decode.c; path = src/demux/anim_decode.c; sourceTree = ""; }; - 59BADB0D709C0168E6FFBA9FB282C696 /* GDTUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTUploader.h; path = GoogleDataTransport/GDTLibrary/Public/GDTUploader.h; sourceTree = ""; }; - 59BFC8722B6941D3B037DB30FA6230D0 /* lossless_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lossless_common.h; path = src/dsp/lossless_common.h; sourceTree = ""; }; - 59C23EC8D39BCFD1C5997FEFD598BE2D /* JSIExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSIExecutor.cpp; path = jsireact/JSIExecutor.cpp; sourceTree = ""; }; - 5A16F3E10206153E9F43802BB0988146 /* EXRemoteNotificationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXRemoteNotificationRequester.h; path = EXPermissions/EXRemoteNotificationRequester.h; sourceTree = ""; }; - 5A292FE32EE560887C37DE2FE0FDE458 /* SDImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoder.m; path = SDWebImage/Core/SDImageCoder.m; sourceTree = ""; }; - 5A46BDA79D3DFF1C3023FB47BFA86099 /* FIRInstanceIDCheckinPreferences_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinPreferences_Private.h; path = Firebase/InstanceID/FIRInstanceIDCheckinPreferences_Private.h; sourceTree = ""; }; - 5A56DFD58C798B2677C0F6F4782F2656 /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; - 5A9B3DEFA1431597E451E5DE29D1828D /* FIRInstanceIDLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDLogger.h; path = Firebase/InstanceID/FIRInstanceIDLogger.h; sourceTree = ""; }; - 5A9F498304996064A7AB4E766B8A2E1D /* RNFirebase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFirebase.xcconfig; sourceTree = ""; }; - 5AAB0B583B5185ED50F89BBC10F45D6A /* raw_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = raw_logging.h; path = src/glog/raw_logging.h; sourceTree = ""; }; - 5ACED9F4DF79E95A18766C12251F1609 /* FIRInstanceIDTokenManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenManager.h; path = Firebase/InstanceID/FIRInstanceIDTokenManager.h; sourceTree = ""; }; - 5AD883D989C24D388D96A7BA95D7BEF8 /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFont.mm; sourceTree = ""; }; - 5AEC7F1532B4BC10C183F52ACE1F3907 /* RNFirebaseAdMob.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMob.m; sourceTree = ""; }; - 5AF206BF94C79830E1F41E1C1B198EFD /* RCTLocalAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLocalAssetImageLoader.h; path = Libraries/Image/RCTLocalAssetImageLoader.h; sourceTree = ""; }; - 5B23EFD68A4925E01DC828285D0A5C16 /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = SimpleLineIcons.ttf; path = Fonts/SimpleLineIcons.ttf; sourceTree = ""; }; - 5B4732C63ABEA435708C7E12AE4AC2A2 /* Compression.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Compression.m; path = ios/src/Compression.m; sourceTree = ""; }; - 5B4923C152363940143C95E1BD33AACB /* RCTModuloAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModuloAnimatedNode.m; sourceTree = ""; }; - 5B537E1480C08251B27BF44AC40974C9 /* FIRLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLoggerLevel.h; path = Firebase/Core/Public/FIRLoggerLevel.h; sourceTree = ""; }; - 5B6AED54E8EBCFB16EB4F9142E42D6AB /* UMPermissionsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMPermissionsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 5B6DE156CF9648FC0EB50B4B44258DD1 /* UMFontScalerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalerInterface.h; path = UMFontInterface/UMFontScalerInterface.h; sourceTree = ""; }; - 5BDFCD92FF6C77015537D9CF0C0F4321 /* RCTI18nManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nManager.m; sourceTree = ""; }; - 5BFF50FA7BD25CE4D118D51792F17BEC /* RCTNativeModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeModule.mm; sourceTree = ""; }; - 5C08A7A965EB2383483891F04531D488 /* FIRInstanceIDConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDConstants.h; path = Firebase/InstanceID/FIRInstanceIDConstants.h; sourceTree = ""; }; - 5C24AEB3430ED90E137575B5654A0050 /* RCTTransformAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTransformAnimatedNode.m; sourceTree = ""; }; - 5C45038DEE219BD064B99157EBC2D912 /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; - 5C491FEC61E360D39912F3066B452403 /* experiments.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = experiments.h; sourceTree = ""; }; - 5C5CF502ABF33370DEC77750729F2E6E /* RNFetchBlobReqBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobReqBuilder.h; path = ios/RNFetchBlobReqBuilder.h; sourceTree = ""; }; - 5CA9B4F3A15162457A4AD775D1B6A6F7 /* RCTExceptionsManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTExceptionsManager.mm; sourceTree = ""; }; - 5CDFDCC0F6318AD5D9F24FC9A7638C6B /* UMFaceDetectorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManager.h; path = UMFaceDetectorInterface/UMFaceDetectorManager.h; sourceTree = ""; }; - 5CF87809263E9EE7B7D2E1C9775F0A0A /* RCTTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextShadowView.m; sourceTree = ""; }; - 5D0BA49BECBA977EE96145FF5714A5F3 /* SDImageCachesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManager.h; path = SDWebImage/Core/SDImageCachesManager.h; sourceTree = ""; }; - 5D1401AB30695D3777F4453CF35983BB /* RNTapHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNTapHandler.m; sourceTree = ""; }; - 5D15D8118A4A0FB448CB93237B70977E /* Bugsnag.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Bugsnag.m; sourceTree = ""; }; - 5D41FFCDC27D6C15E44D6FD521E15AF7 /* React-cxxreact.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.xcconfig"; sourceTree = ""; }; - 5D4E9E7618FED11FC874BDEAE4A0FAAB /* FIRInstanceIDKeyPair.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeyPair.m; path = Firebase/InstanceID/FIRInstanceIDKeyPair.m; sourceTree = ""; }; - 5D6987D722A6047F50A05C5C98BB4D26 /* UIImage+GIF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+GIF.h"; path = "SDWebImage/Core/UIImage+GIF.h"; sourceTree = ""; }; - 5DAF9642653E02497FE3FBC8AFFE44BA /* RNFirebaseInstanceId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseInstanceId.h; sourceTree = ""; }; - 5DB4CF72EF88A009BCA6250775047C22 /* React-RCTActionSheet.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.xcconfig"; sourceTree = ""; }; - 5DBB0F012F5493C048E7B76BF944EEC4 /* 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; }; - 5DBD7FF1E6D1316742A3834031E71452 /* BSG_KSMach_x86_64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_64.c; sourceTree = ""; }; - 5DE7923A6161B4C4C94F7B2C0CF2CC08 /* RNFirebaseAdMobNativeExpressManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobNativeExpressManager.m; sourceTree = ""; }; - 5DF2A71AB798BB1E1FDF31DB85511593 /* RNNotificationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationsStore.m; path = RNNotifications/RNNotificationsStore.m; sourceTree = ""; }; - 5E0BF09D18B02F76DE168725649B8919 /* ARTBrush.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTBrush.h; sourceTree = ""; }; - 5E2581E6EE904BEB0F99C39C985D36FF /* UMPermissionsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMPermissionsInterface.h; path = UMPermissionsInterface/UMPermissionsInterface.h; sourceTree = ""; }; + 5874B2F6DA9A577BFC6A5D16E5A4CAB4 /* FBLazyVector.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBLazyVector.xcconfig; sourceTree = ""; }; + 58974D4D725EC1A4B787E7889D894B95 /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; + 58C1F1702169DF372D6719CB18B37FE6 /* FIROptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptions.h; path = Firebase/Core/Public/FIROptions.h; sourceTree = ""; }; + 58EF93B049742B7FB0AB00B73E81BD47 /* RNLocalize-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNLocalize-dummy.m"; sourceTree = ""; }; + 593434FB0205C22E5A950A80442758C9 /* FIRInstanceIDTokenDeleteOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenDeleteOperation.h; path = Firebase/InstanceID/FIRInstanceIDTokenDeleteOperation.h; sourceTree = ""; }; + 593D9447ABE229F0F932A3C3E67CA0B5 /* BugsnagSessionFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionFileStore.m; sourceTree = ""; }; + 59430B683315F2ABC59266E84F8E18A3 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 5948590484661ED346810957D895644F /* RNRootView.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNRootView.xcconfig; sourceTree = ""; }; + 59600445D29019B4CCD9DB295FA77D45 /* IOS7Polyfill.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOS7Polyfill.h; path = ios/IOS7Polyfill.h; sourceTree = ""; }; + 5976BB582FC1B576A8E541CD9CF1247E /* RNGestureHandler-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNGestureHandler-prefix.pch"; sourceTree = ""; }; + 59956243013DCFA9A85894DE86ACB589 /* RCTModalManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalManager.h; sourceTree = ""; }; + 59BAF3A23CAA66E951CAF91ECA82D36E /* RNUserDefaults.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNUserDefaults.xcconfig; sourceTree = ""; }; + 59C5D3D4BAB635C84E35AE51D051C7F5 /* BSG_KSSystemInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSSystemInfo.m; sourceTree = ""; }; + 5A17509973FD1326B45C36373AF7A1B8 /* RNFirebaseAuth.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAuth.m; sourceTree = ""; }; + 5AB0E53DCFD78A74897FBCDF72CEA817 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 5AC3610A19BBC0F2EACD04CBA96AE998 /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = SDWebImage/Core/SDImageFrame.m; sourceTree = ""; }; + 5B2535034DE2FFF715358C483D50EC8C /* lossless_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_sse2.c; path = src/dsp/lossless_sse2.c; sourceTree = ""; }; + 5B3821D4D649D9795E1609C4D166AE59 /* lossless_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_mips_dsp_r2.c; path = src/dsp/lossless_mips_dsp_r2.c; sourceTree = ""; }; + 5B48917E09F92A52C67B660D9FA644D7 /* EXHaptics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXHaptics-dummy.m"; sourceTree = ""; }; + 5B5EF6B4894DC78CBF6D44A1AB93091B /* UMLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogHandler.h; sourceTree = ""; }; + 5BB41289CA45FAD1326154C61667467B /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.h"; sourceTree = ""; }; + 5BB54D1729F8F16A934E77D5B4B9D643 /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; + 5C01F4B19B6A1A3774F2B63B6832C793 /* EXAppRecordInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXAppRecordInterface.h; sourceTree = ""; }; + 5C0A244BB6D03816A12C9643F95C5777 /* RNRootView.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNRootView.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 5C56DBC1C1527639250735A3D334D465 /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurface.mm; sourceTree = ""; }; + 5C698118A106815F6AB507E9C315C27E /* RSKImageCropViewController+Protected.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RSKImageCropViewController+Protected.h"; path = "RSKImageCropper/RSKImageCropViewController+Protected.h"; sourceTree = ""; }; + 5CD44221A26E3F51CDD22BABCB58B202 /* FIRCoreDiagnosticsDateFileStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsDateFileStorage.h; path = Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnosticsDateFileStorage.h; sourceTree = ""; }; + 5CEBD833E7C29EE188089973C078FB8A /* UMModuleRegistryProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryProvider.m; sourceTree = ""; }; + 5CF2C83A24C569BB24ADED4DFC7EBF61 /* FFFastImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageView.m; path = ios/FastImage/FFFastImageView.m; sourceTree = ""; }; + 5D221ABF0773197F72042B933F72EFA3 /* UMConstantsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMConstantsInterface.h; path = UMConstantsInterface/UMConstantsInterface.h; sourceTree = ""; }; + 5D3129CD842094158C6171DB963DE8C2 /* BannerComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BannerComponent.h; sourceTree = ""; }; + 5D46682E47471017D25EE31D4CD7C097 /* vlog_is_on.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = vlog_is_on.cc; path = src/vlog_is_on.cc; sourceTree = ""; }; + 5D4839FD80055F0C6950231B58B46EEB /* RCTDiffClampAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDiffClampAnimatedNode.h; sourceTree = ""; }; + 5D622E70BFE4596FFAEA5CF31E9934C6 /* ARTSurfaceView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTSurfaceView.m; path = ios/ARTSurfaceView.m; sourceTree = ""; }; + 5D69B7ABE2DBC0A78DC962D27E4EDF17 /* RCTLinkingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLinkingManager.m; sourceTree = ""; }; + 5DA2D4D1364530875FFC9C34F5E9DFCE /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = SDWebImage/Core/SDImageCacheDefine.m; sourceTree = ""; }; + 5DAEE5347F791D316AFE66FAA3FFF311 /* BSG_KSCrashSentry_Signal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Signal.h; sourceTree = ""; }; + 5DC9D1C270941A5E3230DED269BC7D5C /* RNFirebaseAdMob.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMob.m; sourceTree = ""; }; + 5DE60479DDCF059AD1F97AEF0AF8D1DA /* RNFirebaseMessaging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseMessaging.m; sourceTree = ""; }; + 5E05FEA913695F2BCA3940A68272DAE9 /* RCTNativeModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeModule.mm; sourceTree = ""; }; + 5E2A92E98E8DBDA927A8118442EA22BB /* alpha_processing_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_neon.c; path = src/dsp/alpha_processing_neon.c; sourceTree = ""; }; + 5E2F75CCFA4725EE9D410580E837D823 /* RCTUITextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = ""; }; 5E4674603A5D5B9215FFA0F8E69F8B71 /* liblibwebp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = liblibwebp.a; path = liblibwebp.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 5E7BDD84650A291C7EBA3730FCCADDD3 /* rescaler_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_utils.c; path = src/utils/rescaler_utils.c; sourceTree = ""; }; - 5E846E8148C704A0F4A81E052D50BA9C /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBox.h; sourceTree = ""; }; - 5EA721AA826C9D70626D6A42E6132634 /* RNCAppearanceProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearanceProvider.h; path = ios/Appearance/RNCAppearanceProvider.h; sourceTree = ""; }; - 5EA99792D834800A97791F8088782EB1 /* ReactNativeShareExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactNativeShareExtension.h; path = ios/ReactNativeShareExtension.h; sourceTree = ""; }; - 5ED0F350ED0F0BC7C22797C1AC23DA50 /* React-RCTBlob.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.xcconfig"; sourceTree = ""; }; - 5EDCAE3AFA8161AE36FA3EFC1C43A150 /* ImageCropPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageCropPicker.h; path = ios/src/ImageCropPicker.h; sourceTree = ""; }; - 5F9510CC90752C88FE478F9478E640E6 /* NativeToJsBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = NativeToJsBridge.cpp; sourceTree = ""; }; - 5FA723E5DD551621013330060206D0C0 /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = ""; }; - 5FAC273F187940AD897DCC05A9CA265E /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+HighlightedWebCache.m"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; - 5FB895D45A1FE8846B9A9C39E6D25019 /* ARTGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTGroup.h; path = ios/ARTGroup.h; sourceTree = ""; }; - 5FC017462F87EBEBCD3055EA04051A9F /* TurboCxxModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboCxxModule.cpp; path = turbomodule/core/TurboCxxModule.cpp; sourceTree = ""; }; - 5FC1188133E34002FE926B814FFD4F7F /* ARTPattern.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTPattern.m; sourceTree = ""; }; - 5FD8AD87F8A4D33DBC348F541ECD1A7A /* RNJitsiMeetViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNJitsiMeetViewManager.h; path = ios/RNJitsiMeetViewManager.h; sourceTree = ""; }; - 600B08AD55E15376D2EE12F43D54B183 /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; - 601E682BC63A08A9600D9E425DD55B1F /* RCTBaseTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextShadowView.h; sourceTree = ""; }; - 6072E4BAAED089D7AE2B64FEE750099D /* BugsnagBreadcrumb.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagBreadcrumb.m; sourceTree = ""; }; - 608677DFAFAF8DAC7E19D7844A85A2DF /* ARTText.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTText.m; path = ios/ARTText.m; sourceTree = ""; }; - 60AA29285B90DDC9884A6CE5AAEC390E /* GULNetworkConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkConstants.h; path = GoogleUtilities/Network/Private/GULNetworkConstants.h; sourceTree = ""; }; - 60D1D312623E33B7A38749C5DFA66DA8 /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = SDWebImage/Core/SDMemoryCache.h; sourceTree = ""; }; - 60EC44FC576DF3EBF0F471D538CF0799 /* bit_writer_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bit_writer_utils.c; path = src/utils/bit_writer_utils.c; sourceTree = ""; }; - 60EFDC24431946CC2ECE601D13EB4876 /* RNFirebaseNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseNotifications.m; sourceTree = ""; }; - 6100DCE535D34DF87F374BD69DDEEBF8 /* FIRAppAssociationRegistration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAppAssociationRegistration.m; path = Firebase/Core/FIRAppAssociationRegistration.m; sourceTree = ""; }; - 61228DF74F156D1175EDE0AD10B6F6D0 /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm.S"; sourceTree = ""; }; - 612B3EEEB038E8254EC8C5DFC02C099D /* RNFirebaseStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseStorage.m; sourceTree = ""; }; - 614CE8A9FEAFF983335ED7AD0D144B0F /* UMExportedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMExportedModule.h; path = UMCore/UMExportedModule.h; sourceTree = ""; }; - 61559FC8D4853BD57639870C68C3864A /* RNFirebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebase.h; path = RNFirebase/RNFirebase.h; sourceTree = ""; }; - 6177C1A5E4529646E2D97CDF3E75AAA2 /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; - 61C937F1EB39E790EA7A8B5557FECEAA /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Regular.ttf; path = Fonts/FontAwesome5_Regular.ttf; sourceTree = ""; }; - 61ECC5373F17840C673B884BFCBF70D2 /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.h; sourceTree = ""; }; - 62418A1A67D159109F5BA847E564C8FC /* UMUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMUtilities.m; path = UMCore/UMUtilities.m; sourceTree = ""; }; - 6246DA46F72F7B988BD18ACE234586EA /* 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 = ""; }; - 62883ECDBD4C69ED2E861078DDAA329A /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Brands.ttf; path = Fonts/FontAwesome5_Brands.ttf; sourceTree = ""; }; - 62A1719F93C8A648504DCD2B3D955388 /* config_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = config_enc.c; path = src/enc/config_enc.c; sourceTree = ""; }; - 62C24DAF52AC0AB39CE079D6FD5AE8AD /* EXUserNotificationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXUserNotificationRequester.h; path = EXPermissions/EXUserNotificationRequester.h; sourceTree = ""; }; - 62E4E59A09DDE4E1DCF2E944C8CDC633 /* RNRootViewGestureRecognizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNRootViewGestureRecognizer.h; path = ios/RNRootViewGestureRecognizer.h; sourceTree = ""; }; - 6329D7FE1121CF93190AC777AD5A3ED7 /* EXPermissions-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXPermissions-dummy.m"; sourceTree = ""; }; - 6393E76CB8B749E8EE05E3095BF5C201 /* BSG_KSCrashSentry_CPPException.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_CPPException.mm; sourceTree = ""; }; - 6396DB7C7D0998961051B112303D8716 /* AudioRecorderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AudioRecorderManager.m; path = ios/AudioRecorderManager.m; sourceTree = ""; }; - 63979DD19F06856EBF260A160010A281 /* RCTNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeModule.h; sourceTree = ""; }; - 63B24BB440F90B74D90D8868B52B86B4 /* NativeToJsBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeToJsBridge.h; sourceTree = ""; }; - 63C0E4F0F25AB393991555C6ED9A3DB4 /* ReactCommon-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactCommon-dummy.m"; sourceTree = ""; }; - 63CC44B74154706E64AF34CD3723A881 /* strtod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = strtod.h; path = "double-conversion/strtod.h"; sourceTree = ""; }; - 63D3049B8DD0F0D14B6CA8831ADFD6C1 /* Ionicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Ionicons.ttf; path = Fonts/Ionicons.ttf; sourceTree = ""; }; - 642EB49E2BDEBA6B3F2823D35D8EA481 /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; - 6451997024CD186BA6F2D4A451827D0D /* react-native-notifications-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-notifications-prefix.pch"; sourceTree = ""; }; - 64530094D5EEB89FACF8E271EC235DB1 /* RCTKeyCommandConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyCommandConstants.h; path = ios/KeyCommands/RCTKeyCommandConstants.h; sourceTree = ""; }; - 648F4671C090AF0D1BB856C9CE47D844 /* RCTReconnectingWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTReconnectingWebSocket.h; path = Libraries/WebSocket/RCTReconnectingWebSocket.h; sourceTree = ""; }; - 649556E02C0F601DB63C30DFFFA667F0 /* BSG_KSCrashSentry_NSException.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashSentry_NSException.m; sourceTree = ""; }; - 64DF2F0F5D61E3A7DE671BCE977724EA /* react-native-notifications-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-notifications-dummy.m"; sourceTree = ""; }; - 64F1FAA1C25A16D52B9A521051D2A782 /* RNVectorIcons.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNVectorIcons.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 6514065C7013F4129CDF0D2B80B8F9AB /* RCTWebSocketModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketModule.h; path = Libraries/WebSocket/RCTWebSocketModule.h; sourceTree = ""; }; - 651C5F605C0C6A26A23D845502027735 /* UMModuleRegistryProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryProvider.h; sourceTree = ""; }; - 651E0BB25CB2A2E83A4B91698304F8BD /* RCTAsyncLocalStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAsyncLocalStorage.h; sourceTree = ""; }; - 654F55D3078ED4072486CF9F49447C2E /* 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; }; - 65A2AC7C151D3304C515E8B87C31ABCE /* SDImageWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageWebPCoder.h; path = SDWebImageWebPCoder/Classes/SDImageWebPCoder.h; sourceTree = ""; }; - 65A5E7801F26514B02F8B543A6E0CEB2 /* UMSingletonModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMSingletonModule.h; path = UMCore/UMSingletonModule.h; sourceTree = ""; }; - 65A961EAA31EAA00EC7FE51413EE9D2C /* BugsnagReactNative-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BugsnagReactNative-prefix.pch"; sourceTree = ""; }; - 65AA309B9CB55D8F7AFAD6A01248B64F /* IOS7Polyfill.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOS7Polyfill.h; path = ios/IOS7Polyfill.h; sourceTree = ""; }; - 65BD7C4E16758AE2981FC9770DFD296A /* react-native-keyboard-tracking-view-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-keyboard-tracking-view-prefix.pch"; sourceTree = ""; }; - 65CA445807C9BA77B45F8E3A31290AA4 /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileRequestHandler.h; path = Libraries/Network/RCTFileRequestHandler.h; sourceTree = ""; }; + 5E4BB0067AAC10BE3FF096C81F729231 /* BugsnagConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagConfiguration.m; sourceTree = ""; }; + 5E56E65AFB8D31A73252F026A0E7F196 /* RNDateTimePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDateTimePickerManager.m; path = ios/RNDateTimePickerManager.m; sourceTree = ""; }; + 5E5BDA84D301CF329B44E3FCE9CC0FEF /* RNScreens-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNScreens-prefix.pch"; sourceTree = ""; }; + 5E7B62E6910F30CA5877D34DC7AA5887 /* FIRConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRConfiguration.m; path = Firebase/Core/FIRConfiguration.m; sourceTree = ""; }; + 5EAE9AC10C7125CB916DA112DF625F6C /* FIRInstanceIDCheckinPreferences.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinPreferences.h; path = Firebase/InstanceID/Private/FIRInstanceIDCheckinPreferences.h; sourceTree = ""; }; + 5EB5166BF595DA8635E95DE8A24E84A4 /* RNBootSplash.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNBootSplash.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 5ECDC816BB62DE08A42E843F9CAAF3E2 /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; + 5ED72BDDA2E61954E4B0F244A58766C2 /* RCTPerformanceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLogger.m; sourceTree = ""; }; + 5EDDF3D2DEA48D4BF148E990ABD5611B /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; + 5EED0C203780706D41F1A222DBAC2AD9 /* Bugsnag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Bugsnag.h; sourceTree = ""; }; + 5EF8BA089342CCEB075E7ACFAF247861 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 5F6F32C376A26E04D4D608A0EF649DB1 /* RNCSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSlider.h; path = ios/RNCSlider.h; sourceTree = ""; }; + 5F9B41F73DE3A642B7685B934EA65566 /* UIImage+Resize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Resize.m"; path = "ios/src/UIImage+Resize.m"; sourceTree = ""; }; + 5FC8F93B70A554F4F421277A6DBBE90E /* RCTDataRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDataRequestHandler.h; path = Libraries/Network/RCTDataRequestHandler.h; sourceTree = ""; }; + 5FDF7BC550BC5054CE7AC008CBA17AF3 /* EXAudioSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioSessionManager.m; path = EXAV/EXAudioSessionManager.m; sourceTree = ""; }; + 5FFBE109A12C58D1B77F06CCD5095525 /* RCTTurboModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTurboModule.mm; sourceTree = ""; }; + 5FFE412BBCB497A02653CCEF6E3B6E83 /* UMCore.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCore.xcconfig; sourceTree = ""; }; + 6022927CBB877F9F4F1956FB8289B89A /* RCTTrackingAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTrackingAnimatedNode.h; sourceTree = ""; }; + 603517CE0433967A9489AF7139F3570B /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; + 603941194F777E870D0AC0BE29F18E51 /* JSINativeModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSINativeModules.h; path = jsireact/JSINativeModules.h; sourceTree = ""; }; + 604B9E77AF347C8E1577DEFB739855DA /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; + 6054DB5F045D5F8BD9D721BF98672CA2 /* RCTKeyboardObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyboardObserver.m; sourceTree = ""; }; + 609D910B5A8FEB743D2A62CDA193939B /* FIRInstanceIDAPNSInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDAPNSInfo.h; path = Firebase/InstanceID/FIRInstanceIDAPNSInfo.h; sourceTree = ""; }; + 60B66FD3173CE2D9C8DDC3BBDEA29F89 /* RNImageCropPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNImageCropPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 60D3B7C0C9BFFC9C91BBD426CBC1BF43 /* REABezierNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REABezierNode.m; sourceTree = ""; }; + 60F27F0D9825020A92FCB19B3C1C90EF /* EXAppLoaderProvider.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAppLoaderProvider.xcconfig; sourceTree = ""; }; + 60FDD80D6CB21836252E49CED7041D9F /* EXCameraRollRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCameraRollRequester.m; path = EXPermissions/EXCameraRollRequester.m; sourceTree = ""; }; + 610231597FE89D6C746C21903334B00D /* RNNotificationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationsStore.m; path = RNNotifications/RNNotificationsStore.m; sourceTree = ""; }; + 611E604DDA03EB97411EA5C4F7428A67 /* UMViewManagerAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapter.m; sourceTree = ""; }; + 612EB3CB4B257025F648D62D327C6602 /* yuv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = yuv.h; path = src/dsp/yuv.h; sourceTree = ""; }; + 6155B18D8CF4FB456DC33C47918C8895 /* RCTFollyConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFollyConvert.mm; sourceTree = ""; }; + 617CCEC26BE49CEAB04CC0C3BD375E6C /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = "double-conversion/utils.h"; sourceTree = ""; }; + 6193C4CF848277CEABC0376D78E333C0 /* RNDateTimePicker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDateTimePicker.xcconfig; sourceTree = ""; }; + 61BBC7554C8DDB2D24939E02DD216B6B /* BSG_KSMach_x86_64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_64.c; sourceTree = ""; }; + 61DB6721AE305D83B24E136EF4B371B7 /* FFFastImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageSource.m; path = ios/FastImage/FFFastImageSource.m; sourceTree = ""; }; + 6231DFB28457E562F707F544065F7430 /* UMUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMUtilities.m; path = UMCore/UMUtilities.m; sourceTree = ""; }; + 623D5F4BD01E3D890087793ED0AE50C5 /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.m; sourceTree = ""; }; + 62478E8291C36E2AE31F0D147E8F7124 /* JSIExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSIExecutor.cpp; path = jsireact/JSIExecutor.cpp; sourceTree = ""; }; + 627934D84A321E70D21A4A2309919B17 /* RCTRequired.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRequired.h; path = RCTRequired/RCTRequired.h; sourceTree = ""; }; + 62ADAC22FFD0463ACD02E37B3CFEFF3D /* ARTGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTGroup.h; path = ios/ARTGroup.h; sourceTree = ""; }; + 62B90B40E38C4E29C3373CDC938D0309 /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; + 62D58564597AD3FA1680CA444EE3153F /* bignum-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "bignum-dtoa.h"; path = "double-conversion/bignum-dtoa.h"; sourceTree = ""; }; + 62E3416996F9DBED8A49ADD5F352C1E1 /* filters_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_mips_dsp_r2.c; path = src/dsp/filters_mips_dsp_r2.c; sourceTree = ""; }; + 62E5EC542ED5433007F855277F236BD0 /* RNTapHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNTapHandler.m; sourceTree = ""; }; + 62F518EAE564CDB7FE22608053F08839 /* pb_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_encode.c; sourceTree = ""; }; + 63135348BCA88E81210BF2E20DE7230A /* react-native-background-timer-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-background-timer-prefix.pch"; sourceTree = ""; }; + 6341E8525984ADD7C1E022B6761DF55E /* BSG_KSCrashSentry_User.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_User.c; sourceTree = ""; }; + 635FA568B7B1A010E7457351BA789F89 /* RNGestureHandlerModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerModule.h; path = ios/RNGestureHandlerModule.h; sourceTree = ""; }; + 63F33ED36C0322764AFBD658D2E32149 /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = SDWebImage/Private/SDInternalMacros.h; sourceTree = ""; }; + 63FD78AD9CEFB2DE5FF77E72C8C7A453 /* GULUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULUserDefaults.h; path = GoogleUtilities/UserDefaults/Private/GULUserDefaults.h; sourceTree = ""; }; + 645711EC4391753669A172BC1C7B1F65 /* DoubleConversion-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DoubleConversion-prefix.pch"; sourceTree = ""; }; + 6497159F3C2792A83DA23AB246A07150 /* RCTBaseTextInputShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputShadowView.m; sourceTree = ""; }; + 64AF8E771E815B62C58FBE8427581AAF /* UMTaskLaunchReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskLaunchReason.h; path = UMTaskManagerInterface/UMTaskLaunchReason.h; sourceTree = ""; }; + 64C18F5EC1ECED083D3F569C093B78AA /* EXAudioRecordingPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioRecordingPermissionRequester.m; path = EXPermissions/EXAudioRecordingPermissionRequester.m; sourceTree = ""; }; + 64E3F75CCBF052877127694AF8D51F61 /* FIRComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponent.m; path = Firebase/Core/FIRComponent.m; sourceTree = ""; }; + 64EBE5F53B6247CF96532AA0FDA3C827 /* GDTUploadPackage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTUploadPackage.h; path = GoogleDataTransport/GDTLibrary/Public/GDTUploadPackage.h; sourceTree = ""; }; + 64EC8F31F816629DC84D37C40236EB06 /* NSError+BSG_SimpleConstructor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSError+BSG_SimpleConstructor.m"; sourceTree = ""; }; + 64FF2026735EBE214C8F6A877CC5B06F /* RSKTouchView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKTouchView.h; path = RSKImageCropper/RSKTouchView.h; sourceTree = ""; }; + 65270F773D1F907E9E884457D88A1E97 /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = SDWebImage/Core/SDImageLoadersManager.m; sourceTree = ""; }; + 65752C4D6ABB6358E54726DBF9C5EA18 /* UMModuleRegistryProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryProvider.h; sourceTree = ""; }; + 657975F7B4BE548D53BA70808D19A6FD /* RNGestureHandler.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNGestureHandler.xcconfig; sourceTree = ""; }; + 6594216D34B0923DA2F6C563BBC9113E /* RCTRawTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextViewManager.h; sourceTree = ""; }; + 65CE336659A1B0D9B45442103AAED38E /* UMCameraInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCameraInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 65D0A19C165FA1126B1360680FE6DB12 /* libYoga.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libYoga.a; path = libYoga.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 65E286CED9A536D789FB23F4FE62CE2B /* RCTMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedView.h; sourceTree = ""; }; - 65FC566F642C951C6C0691D638373AF7 /* ReactNativeShareExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ReactNativeShareExtension.m; path = ios/ReactNativeShareExtension.m; sourceTree = ""; }; - 661B96714A028FF3735AB243B40A52F2 /* muxi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = muxi.h; path = src/mux/muxi.h; sourceTree = ""; }; - 669A06DF73F139E4DFC6BDFFAFF8E73D /* BSG_KSSystemInfoC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfoC.h; sourceTree = ""; }; - 66B08BA01D1B16382819C3201EE33C24 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 66CEEDAD0AB260437973739206F91048 /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = React.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 66DCF78FF29B5034CB35462DE59C9CB0 /* BannerComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BannerComponent.m; sourceTree = ""; }; - 66FD7D2A21C80927AD235F5EC03A5EAA /* RNJitsiMeetViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNJitsiMeetViewManager.m; path = ios/RNJitsiMeetViewManager.m; sourceTree = ""; }; - 6702A660539537419E20683B79C3B52D /* RNNotificationEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationEventHandler.h; path = RNNotifications/RNNotificationEventHandler.h; sourceTree = ""; }; - 673DBB2243E639BDD8C7E82236BD7565 /* SDImageGIFCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoderInternal.h; path = SDWebImage/Private/SDImageGIFCoderInternal.h; sourceTree = ""; }; + 6608F2F8DDC7A9422458F90A885EA723 /* lossless.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless.c; path = src/dsp/lossless.c; sourceTree = ""; }; + 6622351F2BB1E2417FE1CB93F0824690 /* RCTGIFImageDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTGIFImageDecoder.m; sourceTree = ""; }; + 663D8A7DE61E19F411CA269EABCC27CC /* GULLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerLevel.h; path = GoogleUtilities/Logger/Public/GULLoggerLevel.h; sourceTree = ""; }; + 66447F01620F433C283D8DDE6B50310E /* TurboModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboModule.cpp; path = turbomodule/core/TurboModule.cpp; sourceTree = ""; }; + 66523D431756F5E9A7D84399DBABC82A /* RCTModalManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalManager.m; sourceTree = ""; }; + 665CD2C5AC1F6E6C2D0181620B03609F /* ARTSurfaceViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTSurfaceViewManager.m; sourceTree = ""; }; + 66679F7DD5C25FB6D5A0FA4B91A6CD05 /* RCTFPSGraph.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFPSGraph.m; sourceTree = ""; }; + 669AACED5451B74A1B173F8CF58715E7 /* RootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RootView.h; path = ios/RootView.h; sourceTree = ""; }; + 669FED7B0C83E29684D6A0598821FBD9 /* enc_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_mips_dsp_r2.c; path = src/dsp/enc_mips_dsp_r2.c; sourceTree = ""; }; + 66A5E819E3CFEAF51E6D807ED7FE5A93 /* BSGConnectivity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGConnectivity.h; sourceTree = ""; }; + 66BF521E492F11C1AAEE17475971CB70 /* 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 = ""; }; + 66D05EBAD11E8517ED4B7F16934E3577 /* RNPanHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPanHandler.h; sourceTree = ""; }; + 66D51687A4FFDF194B556DE4B2DD8EFB /* NSBezierPath+RoundedCorners.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBezierPath+RoundedCorners.m"; path = "SDWebImage/Private/NSBezierPath+RoundedCorners.m"; sourceTree = ""; }; + 66EB73F92E6B3CAF9B57FF76C5040D0C /* UIImage+Metadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Metadata.m"; path = "SDWebImage/Core/UIImage+Metadata.m"; sourceTree = ""; }; + 66EE284016BCA0CF8AEAF406584719E5 /* RCTBaseTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputView.h; sourceTree = ""; }; + 672898C13A0510836C2C646CC6EAADDB /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTReconnectingWebSocket.m; path = Libraries/WebSocket/RCTReconnectingWebSocket.m; sourceTree = ""; }; + 6734A0CFBB5B95E3415B8A0886DF0C46 /* RNPushKitEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventHandler.m; path = RNNotifications/RNPushKitEventHandler.m; sourceTree = ""; }; + 673E347DA8B734B7C816D2B8A6DC1B73 /* UMPermissionsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMPermissionsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 6750678139A1A6899CB0DEC8000545FE /* FIRDiagnosticsData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDiagnosticsData.m; path = Firebase/Core/FIRDiagnosticsData.m; sourceTree = ""; }; 6771D231F4C8C5976470A369C474B32E /* libReact-CoreModules.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-CoreModules.a"; path = "libReact-CoreModules.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 67764D6938EF16252E8774622A52827B /* RCTBaseTextInputShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputShadowView.m; sourceTree = ""; }; - 6777054F7F582761BBFAA2A487603F18 /* BugsnagSessionTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTracker.m; sourceTree = ""; }; - 6791C2D7588855BAA3807D995D2AF146 /* FirebaseAnalytics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalytics.xcconfig; sourceTree = ""; }; - 67EBB5CDE086D176F33FD00BE1BCD398 /* UIColor+HexString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+HexString.h"; path = "SDWebImage/Private/UIColor+HexString.h"; sourceTree = ""; }; - 67F781EA5A4F97C25DD656EAF4C1A504 /* RCTResizeMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTResizeMode.m; sourceTree = ""; }; - 682F6E4792E01F83E62FDAE84681DDD5 /* GULNSData+zlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULNSData+zlib.h"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.h"; sourceTree = ""; }; - 683333B34E6AC274A88A6DCB48C2B699 /* RNFirebaseFunctions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFunctions.m; sourceTree = ""; }; + 67947E69A5ABC8DF1DBF4B86B362C3EB /* FIRInstanceIDTokenStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenStore.m; path = Firebase/InstanceID/FIRInstanceIDTokenStore.m; sourceTree = ""; }; + 67964FF6376567E1802FAB5BA7EA7E0D /* RCTConvert+FFFastImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FFFastImage.m"; path = "ios/FastImage/RCTConvert+FFFastImage.m"; sourceTree = ""; }; + 67B71E231DF5F88A2F4ADD98F62EC79D /* BSG_KSCrashSentry_CPPException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_CPPException.h; sourceTree = ""; }; + 67BF2DDA8C43089C1DA6D9F5B5503606 /* 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; }; + 67D1334CEA80F39AAF27FF022F320928 /* cost_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_mips32.c; path = src/dsp/cost_mips32.c; sourceTree = ""; }; + 67D7E900DBA9B68E7900E940C0659DFF /* REAOperatorNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAOperatorNode.m; sourceTree = ""; }; + 67E154936155C08F92F5CA8B3529FDF0 /* UMReactLogHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactLogHandler.m; sourceTree = ""; }; + 67EA3A462AB02756F4A170E38D803C67 /* ARTText.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTText.h; path = ios/ARTText.h; sourceTree = ""; }; + 67F1900409CC2C3BD6C8622C9BAAB311 /* SharedProxyCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SharedProxyCxxModule.h; sourceTree = ""; }; + 685DFF57A1534B9C433EDBE0B2A0B0D3 /* FIRInstanceIDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDStore.h; path = Firebase/InstanceID/FIRInstanceIDStore.h; sourceTree = ""; }; 686FA236B3A0EDC2B7D10C6CB83450C8 /* libreact-native-keyboard-tracking-view.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-keyboard-tracking-view.a"; path = "libreact-native-keyboard-tracking-view.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 688AE8D621FE8212F5150CBA4D1876A3 /* FBReactNativeSpec-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBReactNativeSpec-prefix.pch"; sourceTree = ""; }; - 6899ADA5E7A53EEF2E8989F5687A826F /* RNFetchBlob.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFetchBlob.m; sourceTree = ""; }; - 689C4E996CF7C4FC07E1B6D536786D8C /* RNGestureHandlerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerManager.h; path = ios/RNGestureHandlerManager.h; sourceTree = ""; }; - 68D3E14209F3E55EBE2D44F7F56714C0 /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; - 68EB781C14B45A23D2B2422D488DA871 /* CompactValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CompactValue.h; path = yoga/CompactValue.h; sourceTree = ""; }; + 689E9ED13FA93FC1C672AE63ED33A12E /* EXAppLoaderProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppLoaderProvider.m; path = EXAppLoaderProvider/EXAppLoaderProvider.m; sourceTree = ""; }; + 68CE49DDB2DF81CFFEFD9BBCC492FEEC /* SDImageWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageWebPCoder.h; path = SDWebImageWebPCoder/Classes/SDImageWebPCoder.h; sourceTree = ""; }; + 691822CFD4F0F714CE44F57239754CA3 /* RCTTextSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextSelection.h; sourceTree = ""; }; + 693DA1F565A6FF66C8393EEABBBBDE86 /* predictor_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = predictor_enc.c; path = src/enc/predictor_enc.c; sourceTree = ""; }; 6942351307BC1F54575D9853307EAE0E /* libGoogleDataTransportCCTSupport.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libGoogleDataTransportCCTSupport.a; path = libGoogleDataTransportCCTSupport.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 69549F7167A5976E3F0646387CC22A36 /* alpha_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_dec.c; path = src/dec/alpha_dec.c; sourceTree = ""; }; - 695AB336C2AF9A4D004B31D52CC2770D /* BSG_KSCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReport.h; sourceTree = ""; }; - 69666FD732505CBBED4278B6911E1F69 /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceRootView.mm; sourceTree = ""; }; - 697A6D5D2876748A0BEC82A7323A8DF3 /* EXVideoManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoManager.h; sourceTree = ""; }; - 699B8304DAA22EA6D025CDBC9BC2DF39 /* GULSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSwizzler.m; path = GoogleUtilities/MethodSwizzler/GULSwizzler.m; sourceTree = ""; }; - 69CD1428BE044F508EA19529C634CA35 /* RNCWKProcessPoolManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKProcessPoolManager.m; path = ios/RNCWKProcessPoolManager.m; sourceTree = ""; }; - 69D4060D1EA021856193B54C9D39E758 /* FIRInstanceIDCheckinPreferences+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstanceIDCheckinPreferences+Internal.m"; path = "Firebase/InstanceID/FIRInstanceIDCheckinPreferences+Internal.m"; sourceTree = ""; }; - 6A3ED46A156A912B7EFC28D9216E415C /* common_sse41.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_sse41.h; path = src/dsp/common_sse41.h; sourceTree = ""; }; - 6A44BC6F2A573040BA8676484BA4B3B0 /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; - 6A4BD9FEFD2B025ED2BEDBA0CCAAC711 /* React.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.xcconfig; sourceTree = ""; }; - 6A6D4FD132E7316535FDBC3FA0C2CCCC /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; + 69479128234A29F965EAC5E5AC7A110C /* SDImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoder.m; path = SDWebImage/Core/SDImageCoder.m; sourceTree = ""; }; + 6978AE3655589E7A3736CE24EF459AE0 /* mux_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mux_types.h; path = src/webp/mux_types.h; sourceTree = ""; }; + 69A4DE0309583DD90D1046C5499B1BF4 /* GULMutableDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULMutableDictionary.m; path = GoogleUtilities/Network/GULMutableDictionary.m; sourceTree = ""; }; + 69AA503C26BF95F78546E43BB10103F7 /* Bitfield.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bitfield.h; path = yoga/Bitfield.h; sourceTree = ""; }; + 69E34620E132E57727C78694C1145B21 /* EXVideoPlayerViewControllerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewControllerDelegate.h; sourceTree = ""; }; + 6A210A44A558DB4BE0D609D7D770FA3B /* RNJitsiMeetViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNJitsiMeetViewManager.m; path = ios/RNJitsiMeetViewManager.m; sourceTree = ""; }; + 6A2ADAD932C0F08CC127BA9AE2952BCE /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; + 6A50A2C3C989CC92D5AF7F8E1A132F72 /* RCTEventAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventAnimation.m; sourceTree = ""; }; + 6A95C65E7B11A9B5F40027478A2EA091 /* RNFirebaseStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseStorage.h; sourceTree = ""; }; 6A9B97E8CE94081CD64AB0B4FC540CC4 /* Pods-RocketChatRN-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-RocketChatRN-resources.sh"; sourceTree = ""; }; - 6AF98B0747ED34DFD0A3862E48662036 /* EXWebBrowser.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXWebBrowser.xcconfig; sourceTree = ""; }; - 6B10BC4DC623E7E8F9B359853A4BAB5F /* React-RCTSettings-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTSettings-prefix.pch"; sourceTree = ""; }; - 6B1D65FF8C4B396FD5C38A82326B57A0 /* ARTLinearGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTLinearGradient.m; sourceTree = ""; }; - 6B5B4C863F4C182AD14049236A36689D /* RNFetchBlobNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobNetwork.h; path = ios/RNFetchBlobNetwork.h; sourceTree = ""; }; - 6B6F9AB60034F9E68659E84A566DD8A3 /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; - 6B758635E567F2DCA8C5480D9238B2A5 /* QBAlbumsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumsViewController.m; path = QBImagePicker/QBAlbumsViewController.m; sourceTree = ""; }; - 6B77D6B8571A69639166B9B0FB23B341 /* FirebaseAnalytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseAnalytics.framework; path = Frameworks/FirebaseAnalytics.framework; sourceTree = ""; }; - 6B98E93629EA9E422B840B45C06BA3C9 /* RNLongPressHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNLongPressHandler.m; sourceTree = ""; }; - 6BBAD0618ED4DD529E5618027E3EA18B /* QBSlomoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBSlomoIconView.m; path = QBImagePicker/QBSlomoIconView.m; sourceTree = ""; }; - 6BCD000B084C33F07D1018B68BE07612 /* RNBackgroundTimer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBackgroundTimer.m; path = ios/RNBackgroundTimer.m; sourceTree = ""; }; - 6BDF3E2801BD996C86FA236E7E0FB37D /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; sourceTree = ""; }; - 6BF4F22DC8A83366111A7A756E4A9AA2 /* FIRInstanceIDVersionUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDVersionUtilities.h; path = Firebase/InstanceID/FIRInstanceIDVersionUtilities.h; sourceTree = ""; }; - 6C1E8D7E2C3DBFB59FD8C21BA737E9BA /* CLSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSStackFrame.h; path = iOS/Crashlytics.framework/Headers/CLSStackFrame.h; sourceTree = ""; }; - 6C4A50E254D45C3BE470D3DD33B59890 /* BugsnagKSCrashSysInfoParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagKSCrashSysInfoParser.m; sourceTree = ""; }; - 6C4BF4CF294ED6F6424B645B6BA0174A /* FIRDiagnosticsData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDiagnosticsData.m; path = Firebase/Core/FIRDiagnosticsData.m; sourceTree = ""; }; - 6C4CBE67363B2232C57BD2CD42D32EE1 /* GULReachabilityChecker+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULReachabilityChecker+Internal.h"; path = "GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h"; sourceTree = ""; }; - 6C5A87B30661873B69238B2AE7889984 /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = SDWebImage/Core/SDImageLoadersManager.m; sourceTree = ""; }; - 6C80594559B5411411B35FA7615757D7 /* RCTResizeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTResizeMode.h; path = Libraries/Image/RCTResizeMode.h; sourceTree = ""; }; - 6C820275E53039CC8E1D0A38B79D0D23 /* EXPermissions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPermissions.h; path = EXPermissions/EXPermissions.h; sourceTree = ""; }; - 6C9604764AC46717956C55B4C07944C7 /* BSG_KSCrashContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashContext.h; sourceTree = ""; }; - 6CB1E3F14C199DDDABE7F182112A5865 /* RCTGIFImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTGIFImageDecoder.h; path = Libraries/Image/RCTGIFImageDecoder.h; sourceTree = ""; }; - 6CD565BF6290FE39F2C8DDA07733CDEA /* RCTImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageViewManager.m; sourceTree = ""; }; - 6D615220F2C7CA1A6A445579FCB0CE5C /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; - 6DF1C6B921007C7AA45B2E9E2382C4F2 /* picture_csp_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_csp_enc.c; path = src/enc/picture_csp_enc.c; sourceTree = ""; }; - 6E9AD8818B806CBDC2E64036364B7256 /* cost_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_mips32.c; path = src/dsp/cost_mips32.c; sourceTree = ""; }; - 6EC8E6C3EF32A1CAF14738999DC122EE /* FIRConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfiguration.h; path = Firebase/Core/Public/FIRConfiguration.h; sourceTree = ""; }; - 6ED8C7DE61AF56813E143BF20294906D /* BSGSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGSerialization.m; sourceTree = ""; }; - 6EE82BB500527F22A577841A89EC5912 /* RCTBaseTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputViewManager.m; sourceTree = ""; }; - 6F4480DB4DFD774EF2B6C7C0B1151891 /* JSCallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSCallInvoker.h; path = jscallinvoker/ReactCommon/JSCallInvoker.h; sourceTree = ""; }; - 6F53DB09DA79F2CB4B6123C913249FF8 /* ARTTextManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTTextManager.h; sourceTree = ""; }; - 6F54D424B6821B1F054222ACD281A1DF /* Bitfield.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bitfield.h; path = yoga/Bitfield.h; sourceTree = ""; }; - 6F6276C82E730E00E47CA21517DEA52A /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; - 6F6A572FD916C3EFBE86003DC40EC8CB /* EXConstantsService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstantsService.h; path = EXConstants/EXConstantsService.h; sourceTree = ""; }; - 6F900EAFCB709375BA625A73FC0FA023 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 6F93275B3D70242640ECF1DB0DC4ED85 /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; - 6F99ADE66801EF860C2C5FCD523DAC72 /* BugsnagKeys.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKeys.h; sourceTree = ""; }; - 6FDFD1AA298778B97E9FD7529A3B82E2 /* GULNetworkURLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkURLSession.h; path = GoogleUtilities/Network/Private/GULNetworkURLSession.h; sourceTree = ""; }; + 6AA57940434E3AAD7AEEE00A590613E6 /* rescaler_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rescaler_utils.h; path = src/utils/rescaler_utils.h; sourceTree = ""; }; + 6AA8B0F8C06DC33CE0CAAE1D66DFFA08 /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; + 6AAEDD8926E16F91B42B1BEA3D26DB35 /* RCTComponentEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentEvent.h; sourceTree = ""; }; + 6B10126DDF1E91DF886BCD3FF29934C2 /* BugsnagReactNative-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BugsnagReactNative-dummy.m"; sourceTree = ""; }; + 6B117D74D971589A64829864A8AE6FE0 /* JSIDynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIDynamic.h; sourceTree = ""; }; + 6B31C55B0080450813DC71445DA97515 /* FIRInstanceIDAuthService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDAuthService.h; path = Firebase/InstanceID/FIRInstanceIDAuthService.h; sourceTree = ""; }; + 6B3844A27E41E7C5F10BF14FC9A7929A /* GULReachabilityChecker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULReachabilityChecker.m; path = GoogleUtilities/Reachability/GULReachabilityChecker.m; sourceTree = ""; }; + 6B4FE9F9973F703E076635C26942E1DC /* EXAV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAV.h; path = EXAV/EXAV.h; sourceTree = ""; }; + 6B654E9C1528E014D67AE41F31A1A810 /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsi.h; sourceTree = ""; }; + 6B879CAC09D6F374AC38D18476522FB1 /* BSG_KSObjC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSObjC.c; sourceTree = ""; }; + 6B9D7BBFB1A3C4386C89106FD16D456A /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.h; sourceTree = ""; }; + 6BF8113D2588CA88EA9058982CC76FB2 /* UMAppLifecycleService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleService.h; sourceTree = ""; }; + 6C07B23C852AFA33E95ABF5E8127209A /* EXAppLoaderProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppLoaderProvider.h; path = EXAppLoaderProvider/EXAppLoaderProvider.h; sourceTree = ""; }; + 6C9D4B49AD96280E32CA151E0E090A0B /* EXAudioRecordingPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioRecordingPermissionRequester.h; path = EXPermissions/EXAudioRecordingPermissionRequester.h; sourceTree = ""; }; + 6CB3691D736C53E5A5DE5AD740CAC09A /* BSG_KSCrashSentry_MachException.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_MachException.c; sourceTree = ""; }; + 6CC2B03F77FB7F47BA4D5716181490FC /* RCTTransformAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTransformAnimatedNode.m; sourceTree = ""; }; + 6CE53DB147D7CE3A21529D14E09DBFBC /* EXConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstants.m; path = EXConstants/EXConstants.m; sourceTree = ""; }; + 6CF1F51F10F527FFA49F8C35BCC08D4A /* alpha_processing.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing.c; path = src/dsp/alpha_processing.c; sourceTree = ""; }; + 6D15D28FF47C2931493135B573C3C6A6 /* RNFetchBlobFS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobFS.h; path = ios/RNFetchBlobFS.h; sourceTree = ""; }; + 6D437D1D91521EF391DBC88F822D7B0D /* RNBootSplash-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNBootSplash-prefix.pch"; sourceTree = ""; }; + 6D4D16EF9A9FA6A4DA66570F44B05F69 /* RNFastImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFastImage.xcconfig; sourceTree = ""; }; + 6D5FBAB8AE41CDA37DFFF760ACFFB922 /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = SDWebImage/Core/SDDiskCache.m; sourceTree = ""; }; + 6D6953CF358135AC262681EBAA3BDB8A /* KeyCommands.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = KeyCommands.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 6D9866C2B6D5302A3C3DD327DF644A82 /* BSG_KSSysCtl.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSysCtl.c; sourceTree = ""; }; + 6DA3AE16A57E70E50580A389DC412033 /* REAModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REAModule.h; path = ios/REAModule.h; sourceTree = ""; }; + 6DACBBFD5AE208D906D6F872DDAA9F25 /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; + 6E1205BF8DB94D1E1D3698CBE66EBF47 /* fixed-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fixed-dtoa.h"; path = "double-conversion/fixed-dtoa.h"; sourceTree = ""; }; + 6E159BE489695C1D64837AE29E2B78B9 /* EXFileSystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystem.h; path = EXFileSystem/EXFileSystem.h; sourceTree = ""; }; + 6E44F680ED7C0AF205ABF2F732D5BF1E /* FIRInstanceIDCheckinPreferences+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstanceIDCheckinPreferences+Internal.m"; path = "Firebase/InstanceID/FIRInstanceIDCheckinPreferences+Internal.m"; sourceTree = ""; }; + 6E6105005932822D378CAAC5CC045CA7 /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; + 6E6A07445A6C67484E9EAD3649AEA9DD /* Crashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Crashlytics.h; path = iOS/Crashlytics.framework/Headers/Crashlytics.h; sourceTree = ""; }; + 6E6B0505508C8CF75EF9825686A24B8C /* EXConstants.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXConstants.xcconfig; sourceTree = ""; }; + 6E6E78446D4C66AB49A9367C4B33947A /* GDTCCTUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTUploader.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTUploader.h; sourceTree = ""; }; + 6E87BDE5CB74061628F9F4808B9C5CE1 /* RCTPlatform.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPlatform.mm; sourceTree = ""; }; + 6E91D161F0BA3532164FDDD5766C6B34 /* React-jsinspector-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsinspector-dummy.m"; sourceTree = ""; }; + 6E959B9FA576284194DF49005EC2F3D3 /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; + 6EB0B824AF84B8E153BF5D7B66B29FC1 /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; + 6EB93FDA28697B267385637DDC0B84FE /* EXReactNativeUserNotificationCenterProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXReactNativeUserNotificationCenterProxy.h; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.h; sourceTree = ""; }; + 6EC70138252E920596D101E1B2FB4A2E /* ReactNativeART.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = ReactNativeART.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 6ECB58F32CD17FF9912C0569E7AAD5E3 /* GoogleDataTransportCCTSupport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleDataTransportCCTSupport-dummy.m"; sourceTree = ""; }; + 6F21C0E0E5E6EDB0E38A20856E37E5CD /* RCTDatePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePicker.h; sourceTree = ""; }; + 6F41530A1AEF5C778E22C8EE5E839813 /* YGNodePrint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNodePrint.cpp; path = yoga/YGNodePrint.cpp; sourceTree = ""; }; + 6F60AAAB9F2D287AAB07027D4D88BDC9 /* RCTVideoPlayerViewControllerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoPlayerViewControllerDelegate.h; path = ios/Video/RCTVideoPlayerViewControllerDelegate.h; sourceTree = ""; }; + 6F76D69EB4D0BCF989F0EBEC6EC9B52D /* RNFirebaseEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebaseEvents.h; path = RNFirebase/RNFirebaseEvents.h; sourceTree = ""; }; + 6FBF5A4822BDB431BABE233D633F13F7 /* RCTProgressViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProgressViewManager.m; sourceTree = ""; }; 6FFB7B2992BB53405E6B771A5BA1E97D /* libDoubleConversion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libDoubleConversion.a; path = libDoubleConversion.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 700469C1C05C92696B8132EDEEDA9023 /* BSG_KSObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjC.h; sourceTree = ""; }; - 7011348471FE20941966A31EB86A1CD2 /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; - 70307E532368D5E3177E3ADEB3AB0CDF /* DispatchMessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DispatchMessageQueueThread.h; sourceTree = ""; }; - 7033CC3FDDE0F2FC2F238C3C2D4CE220 /* BugsnagMetaData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagMetaData.m; sourceTree = ""; }; - 703658281A74981DC31339718A39AD49 /* ModuleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = ModuleRegistry.cpp; sourceTree = ""; }; - 7078F477550CDD77D6468339C77FD469 /* GDTTransport_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTTransport_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTTransport_Private.h; sourceTree = ""; }; - 707F0E2CA1DE8401C91E126BF8150E77 /* YGFloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGFloatOptional.h; path = yoga/YGFloatOptional.h; sourceTree = ""; }; - 708041F62301EA3BA338B1B2E86CADB7 /* RNFirebaseAnalytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAnalytics.m; sourceTree = ""; }; - 7086384D7DF888A8EAA0D0D4522AE179 /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAppState.h; sourceTree = ""; }; - 70AE7ADBC1CC8EE3334BFCB63B135185 /* GDTTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTTransformer.m; path = GoogleDataTransport/GDTLibrary/GDTTransformer.m; sourceTree = ""; }; - 70B3649809C89A08C43C4F43E9E65BDE /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = SDWebImage/Core/SDImageTransformer.m; sourceTree = ""; }; - 70C0EE24781C9249E5824DC7DD6AD1FE /* RCTBaseTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextViewManager.m; sourceTree = ""; }; - 70CA824EA0517C7A486AF5913D7A2427 /* BugsnagCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashReport.h; sourceTree = ""; }; - 70D569D3F0D12058AEC1AC39B4FFB485 /* BSG_KSCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry.h; sourceTree = ""; }; - 70D5D988EA411B4A762A3CA9886ECB68 /* RCTVirtualTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextShadowView.m; sourceTree = ""; }; - 70EADC0A08F79C918C0BAF66E7927788 /* React-RCTNetwork-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTNetwork-dummy.m"; sourceTree = ""; }; - 71269513F2EE21B080F22743962183F8 /* RCTTypeSafety-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTTypeSafety-dummy.m"; sourceTree = ""; }; - 715D0CBC1A0CC82FBCC264DFF0172A1A /* SDImageGraphics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGraphics.m; path = SDWebImage/Core/SDImageGraphics.m; sourceTree = ""; }; - 71645E7B8BC727F250970F14F0682705 /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.h; sourceTree = ""; }; - 71E45BAD0BAC6D9902943EB7A78110F3 /* RNFirebaseCrashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseCrashlytics.h; sourceTree = ""; }; - 72277FFD55B9F0056DFEF07047DD2FD6 /* BugsnagReactNative.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BugsnagReactNative.h; path = cocoa/BugsnagReactNative.h; sourceTree = ""; }; - 7232337ABC3676B1058461B6EF10031A /* BugsnagReactNative.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = BugsnagReactNative.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 7249C46C18812BEB1380B79FE15AA003 /* RSKImageCropperStrings.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = RSKImageCropperStrings.bundle; path = RSKImageCropper/RSKImageCropperStrings.bundle; sourceTree = ""; }; - 7256E62D8A468D35EBE747F907AD0C03 /* React-jsinspector-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsinspector-prefix.pch"; sourceTree = ""; }; - 72684AEFCE53485E4062BDF27271C0BB /* RNUserDefaults-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNUserDefaults-dummy.m"; sourceTree = ""; }; - 7272451EC2E80622338B0B64A2A335B0 /* yuv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = yuv.h; path = src/dsp/yuv.h; sourceTree = ""; }; - 727EF25DA0553E17DBF96ECA72544A2F /* GULApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULApplication.h; path = GoogleUtilities/AppDelegateSwizzler/Private/GULApplication.h; sourceTree = ""; }; + 702D442BFAEEBC53967590E478172D81 /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFPSGraph.h; sourceTree = ""; }; + 703A1223A24D3DE36E05D002C1052883 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 703C19B7DA7D14697A7DA9E62F10EC52 /* FIRComponentContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentContainer.m; path = Firebase/Core/FIRComponentContainer.m; sourceTree = ""; }; + 70890F33DE7A2F89F7A6D02F11156613 /* SDImageCachesManagerOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManagerOperation.m; path = SDWebImage/Private/SDImageCachesManagerOperation.m; sourceTree = ""; }; + 70A2C57EB51078DE137D607F34867F54 /* double-conversion.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "double-conversion.cc"; path = "double-conversion/double-conversion.cc"; sourceTree = ""; }; + 70AF25F4D66F8E43A5AF3F30400DED2F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 70BE8888DF464E15C845F104312F342D /* RNVectorIcons.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNVectorIcons.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 70DAB6D4DA6CB63FD51D125B58C02414 /* react-native-webview-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-webview-prefix.pch"; sourceTree = ""; }; + 70FC2444F6223914BEA560B3136110B7 /* rescaler_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_mips_dsp_r2.c; path = src/dsp/rescaler_mips_dsp_r2.c; sourceTree = ""; }; + 7126E6E76F462E83CF064A5963F6274F /* UMInternalModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMInternalModule.h; sourceTree = ""; }; + 7138C521F354FCB1A269DDA495C7D2FB /* GULLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULLogger.m; path = GoogleUtilities/Logger/GULLogger.m; sourceTree = ""; }; + 7144E3AFCB64F4D003E906316D3E2F93 /* UMPermissionsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMPermissionsInterface.xcconfig; sourceTree = ""; }; + 719678554CEA5B56015186C2FDB53C4B /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = SDWebImage/Core/SDWebImageCacheSerializer.m; sourceTree = ""; }; + 719E827F4B7A0B9B515251615F0BA995 /* QBVideoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIconView.m; path = ios/QBImagePicker/QBImagePicker/QBVideoIconView.m; sourceTree = ""; }; + 71D84307C5CFE93C1EA2452F993A5334 /* huffman_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = huffman_utils.h; path = src/utils/huffman_utils.h; sourceTree = ""; }; + 71F657137562B5AD78A592972B88CC8C /* RCTUITextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextView.m; sourceTree = ""; }; + 7223382B9B79F03CB07B899C151304FA /* config_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = config_enc.c; path = src/enc/config_enc.c; sourceTree = ""; }; + 7289EBA43CE61C39F11A9834DC343282 /* RNFirebaseAdMobInterstitial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobInterstitial.h; sourceTree = ""; }; + 728F432ABDFF53A7BCABA3B3B2FD610E /* RNSScreenContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenContainer.m; path = ios/RNSScreenContainer.m; sourceTree = ""; }; + 729A38040F88573F71437BC50CBBB96A /* json.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = json.cpp; path = folly/json.cpp; sourceTree = ""; }; + 72C4B8A7FB6E16BCE4CDCCB39D680712 /* RSKImageScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKImageScrollView.h; path = RSKImageCropper/RSKImageScrollView.h; sourceTree = ""; }; 72DE4BF3FB9CE0858E90F96FEF8A53AE /* libRNDateTimePicker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNDateTimePicker.a; path = libRNDateTimePicker.a; sourceTree = BUILT_PRODUCTS_DIR; }; 72E494917AC5EC2582197F07061A28B0 /* libEXPermissions.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXPermissions.a; path = libEXPermissions.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 72EC2B440DDCEB6EFC3F9B963357EE76 /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; - 72FB51B9D859937387C83204CD0AB7C6 /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; - 732070CB6A352AFA965CC4A88B14B1DB /* BSG_KSCrashDoctor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashDoctor.m; sourceTree = ""; }; - 73311D6651EF87EA6286106D7815FA22 /* REATransitionValues.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionValues.h; sourceTree = ""; }; - 735308D8F8F56A43FB8A68C952385C2C /* 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; }; - 73558E8BDF0844144FBB848734FB0A53 /* ARTShapeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTShapeManager.m; sourceTree = ""; }; - 7361A14E6913E84550C1DC3F58C2D8DB /* firebasecore.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = firebasecore.nanopb.c; path = Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.c; sourceTree = ""; }; - 7371F75C58205F9A0845CF05600EEE06 /* ARTRenderable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTRenderable.h; path = ios/ARTRenderable.h; sourceTree = ""; }; - 73C300B69D71E2858C63C1F2CE59FB98 /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; - 73DBD369F3C5CE733B585E6FE60DDA8A /* BSG_KSCrashSentry_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Private.h; sourceTree = ""; }; - 73E2135C8D025A56637F6E9D4ECEA339 /* UIImage+WebP.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+WebP.m"; path = "SDWebImageWebPCoder/Classes/UIImage+WebP.m"; sourceTree = ""; }; + 731F8AF10F09EE4C983A1BD142DFAFE8 /* EXAVPlayerData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAVPlayerData.m; path = EXAV/EXAVPlayerData.m; sourceTree = ""; }; + 732E1BAF94E188712C21BD39B96FCE26 /* BSG_KSCrashC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashC.h; sourceTree = ""; }; + 7336EA76552B82F831BCF41D5DBFC597 /* lossless_enc_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_mips32.c; path = src/dsp/lossless_enc_mips32.c; sourceTree = ""; }; + 734F3CDB841342C878472876A5DB5FC0 /* RCTDatePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePickerManager.h; sourceTree = ""; }; + 73ADFAB63097DFC4C3025654ED38A35C /* rn-extensions-share.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-extensions-share.xcconfig"; sourceTree = ""; }; + 73E49B69B89A89D1209D071D4F21208A /* FIRVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRVersion.m; path = Firebase/Core/FIRVersion.m; sourceTree = ""; }; 73F8A95B79671F501F31EA4F1D04AA8B /* libReact-RCTActionSheet.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTActionSheet.a"; path = "libReact-RCTActionSheet.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 742E5440B777A8B7B7A9FC704D40329C /* FIRInstanceIDConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDConstants.m; path = Firebase/InstanceID/FIRInstanceIDConstants.m; sourceTree = ""; }; - 7438CA751822D791B12E58204A868D57 /* msa_macro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = msa_macro.h; path = src/dsp/msa_macro.h; sourceTree = ""; }; - 743DD3B552A0D614F21550D03982F357 /* RCTPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPicker.h; sourceTree = ""; }; - 74447A96ABC1769496184E0F7294FAAF /* RNAudio-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNAudio-prefix.pch"; sourceTree = ""; }; - 7459ED2A3AA1A2C6996F6C26EDC68100 /* upsampling_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_sse2.c; path = src/dsp/upsampling_sse2.c; sourceTree = ""; }; - 746C02501736982FBC4869F554FBB32C /* RNFirebaseUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebaseUtil.h; path = RNFirebase/RNFirebaseUtil.h; sourceTree = ""; }; - 747C4FA5EBC539BCBE94624BC3952B1D /* REAPropsNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAPropsNode.h; sourceTree = ""; }; - 747D5203AAA3363BF08A72C7CC1D8BE6 /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = SDWebImage/Core/SDImageCacheConfig.h; sourceTree = ""; }; - 74A0E7F5F53EB589B12ACEE830EEE35E /* RCTRequired.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTRequired.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 74CA056DE58D7CEEF549208AD3B2B845 /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; sourceTree = ""; }; - 7564A1F13E29A4E11BFF153723BDDB4C /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = SDWebImage/Core/SDWebImageDownloaderOperation.m; sourceTree = ""; }; - 756C6DD3B919B07F11B61CEDA6898ADA /* enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc.c; path = src/dsp/enc.c; sourceTree = ""; }; - 7590716D4AE3BB0E33F8971DB764BD8B /* QBImagePickerController.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = QBImagePickerController.xcconfig; sourceTree = ""; }; - 759A861711E1F0204AF2FD5E6F1913E5 /* 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; }; - 759DC169D8E4D84047688465CF775CB5 /* yuv_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_mips_dsp_r2.c; path = src/dsp/yuv_mips_dsp_r2.c; sourceTree = ""; }; - 759E0A2F53C1DC70E0421D79F409D4C5 /* RCTSurfacePresenterStub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfacePresenterStub.m; sourceTree = ""; }; - 759EC1D0703FA80AF904D124A62306B7 /* GoogleDataTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GoogleDataTransport.h; path = GoogleDataTransport/GDTLibrary/Public/GoogleDataTransport.h; sourceTree = ""; }; - 75B5C528ED47BA30ECAFFC10F6E07240 /* react-native-orientation-locker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-orientation-locker-dummy.m"; sourceTree = ""; }; - 75C4194A2DAF3822BAA7E2AC55A60E7C /* RCTNativeAnimatedNodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedNodesManager.h; path = Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h; sourceTree = ""; }; - 75C9063DE74F66137EFFB7D1CB6757C8 /* GDTCCTNanopbHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTNanopbHelpers.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTNanopbHelpers.m; sourceTree = ""; }; - 75FA850F4249EEF039D14074CF29791C /* histogram_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = histogram_enc.c; path = src/enc/histogram_enc.c; sourceTree = ""; }; - 7603127C94F4B0692A16E78D1CBC3408 /* BSG_KSObjCApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjCApple.h; sourceTree = ""; }; - 7607A9B0AE15AE2637A412F178FD449C /* RSKInternalUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKInternalUtility.m; path = RSKImageCropper/RSKInternalUtility.m; sourceTree = ""; }; - 762D67FD468E1E1134B9A2CB483D935B /* RCTTiming.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTiming.m; sourceTree = ""; }; - 76A92676666A7BB7E23E63E461B209BA /* bignum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bignum.h; path = "double-conversion/bignum.h"; sourceTree = ""; }; - 76CF5E5C185238C131EC536F1F9D8C41 /* RCTImageLoaderProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderProtocol.h; path = Libraries/Image/RCTImageLoaderProtocol.h; sourceTree = ""; }; - 76D2A70142185C191DB22AA281F8E249 /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; - 76E4E2C00B4F6D7E17BCF98CC704F1AB /* RCTAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimatedNode.h; sourceTree = ""; }; - 76FB7D1AF654CDA51148A02B58F668D1 /* FIRComponentContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentContainer.m; path = Firebase/Core/FIRComponentContainer.m; sourceTree = ""; }; - 7708BAA20BDA24ABC3B7477CC6A00B2A /* JSCRuntime.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCRuntime.cpp; sourceTree = ""; }; - 7710A3504404B339F1B69B78B945F8BB /* FIRCoreDiagnosticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsInterop.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsInterop.h; sourceTree = ""; }; - 77291B2A6CCE62D8FAB4D61D04E0CD49 /* REAConcatNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAConcatNode.h; sourceTree = ""; }; - 7741C49B141667C6C2066568DCB1A2F2 /* TurboModuleBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleBinding.h; path = turbomodule/core/TurboModuleBinding.h; sourceTree = ""; }; - 774A4843386AD8B6A0B481C2BEC76830 /* UIImage+RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+RSKImageCropper.h"; path = "RSKImageCropper/UIImage+RSKImageCropper.h"; sourceTree = ""; }; - 77579E3AB4DAC11B5A86FEB631FC58C0 /* JSDeltaBundleClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSDeltaBundleClient.h; sourceTree = ""; }; - 775A22DF6D464C311D344EB2053507BF /* RNFetchBlobProgress.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobProgress.m; path = ios/RNFetchBlobProgress.m; sourceTree = ""; }; - 7777D1206CF772174961C6A8960477F4 /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = SDWebImage/Core/SDAnimatedImage.h; sourceTree = ""; }; - 777F3909D5F80FE07601A2F5F6256669 /* rescaler_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_mips_dsp_r2.c; path = src/dsp/rescaler_mips_dsp_r2.c; sourceTree = ""; }; - 77F8E781B88AB45F66D2D0F0C53FDE0B /* RNFetchBlobRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobRequest.m; path = ios/RNFetchBlobRequest.m; sourceTree = ""; }; - 780EF00219695EC225F1689670EA6650 /* REAParamNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAParamNode.m; sourceTree = ""; }; - 78123378048A3D13658C51C48001E983 /* UMFileSystemInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFileSystemInterface.h; path = UMFileSystemInterface/UMFileSystemInterface.h; sourceTree = ""; }; - 781F8DE9BC77D769CCCE509DCCF4CF42 /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; - 782EDC4278D5DE045601FD035FA9840C /* EXSystemBrightnessRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXSystemBrightnessRequester.h; path = EXPermissions/EXSystemBrightnessRequester.h; sourceTree = ""; }; - 78D181B77758A8F7D5AEFA7956D9CE83 /* UMDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDefines.h; path = UMCore/UMDefines.h; sourceTree = ""; }; - 78DF122FAE9155F1789FF93EB08E29D3 /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm64.S"; sourceTree = ""; }; - 78E35F84003A303C89B2EF6D71A90F37 /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.m; sourceTree = ""; }; - 78EF92DDCBA654864D61DCFFB4112411 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 790ACF3BCF8B68EFC80A6F46766C9E1E /* UMReactNativeAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeAdapter.h; sourceTree = ""; }; - 797E5CE06E9B9B51140134FE084E6A9F /* alpha_processing.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing.c; path = src/dsp/alpha_processing.c; sourceTree = ""; }; - 799DE0B23BD42824FA309135B2CCCD47 /* JSDeltaBundleClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSDeltaBundleClient.cpp; sourceTree = ""; }; - 79BE1473DB26003FD87FC008A45C4706 /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; - 79DE18736428CA992928EB2639D7A419 /* EXAppLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXAppLoaderInterface.h; sourceTree = ""; }; - 7A26B3BE96D2E05156203DD41BD0155B /* UIApplication+RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIApplication+RSKImageCropper.h"; path = "RSKImageCropper/UIApplication+RSKImageCropper.h"; sourceTree = ""; }; - 7A70667C04F365A3A52BC558289A23F5 /* cost.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost.c; path = src/dsp/cost.c; sourceTree = ""; }; - 7A8A5EC10C45A2A2B013DF0FDB09FF1F /* vp8l_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8l_enc.c; path = src/enc/vp8l_enc.c; sourceTree = ""; }; - 7ABF7106CDFE8FA8630664DD0EB7E4A4 /* RCTConvert+RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+RNNotifications.h"; path = "RNNotifications/RCTConvert+RNNotifications.h"; sourceTree = ""; }; - 7AE3E5AF76AAC7CD8BCC381E668D5E61 /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; - 7B023EC3C4FAC79C9C0E65AFEC7E6215 /* JSCExecutorFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCExecutorFactory.mm; sourceTree = ""; }; - 7B16EC2B5C2B0219D785C69C18D3A68A /* neon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = neon.h; path = src/dsp/neon.h; sourceTree = ""; }; - 7B33D83FA8DED2E998E91F2C1409CF98 /* F14Table.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = F14Table.cpp; path = folly/container/detail/F14Table.cpp; sourceTree = ""; }; - 7B677BD8E1DAFFA5B85DEB6276606F32 /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "SDWebImage/Core/UIImage+MultiFormat.h"; sourceTree = ""; }; - 7BD618947E6AA997CA825320EAEFFECA /* strtod.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = strtod.cc; path = "double-conversion/strtod.cc"; sourceTree = ""; }; - 7BF56261B24C4FCD0425D1FC3053C4A0 /* RNGestureHandlerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerManager.m; path = ios/RNGestureHandlerManager.m; sourceTree = ""; }; - 7C3EBAFEBE08088002B1F7333E2E81FD /* nanopb-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "nanopb-dummy.m"; sourceTree = ""; }; - 7C3F1CD6A3EADEAE4CF1D0F93935D414 /* GULLoggerCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerCodes.h; path = GoogleUtilities/Common/GULLoggerCodes.h; sourceTree = ""; }; - 7CB4793A821444E213CE6B98F917A785 /* EXWebBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXWebBrowser-prefix.pch"; sourceTree = ""; }; - 7CB5D3ED9C2BDAF2A7F5063AA4CE0C19 /* glog.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.xcconfig; sourceTree = ""; }; - 7CB6451DCC3B8A5621A65AC4F94C94F7 /* 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; }; - 7CB8B0F98AD5A5B9E244529D8DDEA27B /* UMReactNativeAdapter.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMReactNativeAdapter.xcconfig; sourceTree = ""; }; - 7CC2B89A12AA76F94841F7E4B6905749 /* BSG_KSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSLogger.h; sourceTree = ""; }; - 7CC9925C6DB8029E0AEFD9F9B1B7DA30 /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; - 7D0B700012D137830B5F843C279D19C6 /* ARTRenderableManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTRenderableManager.h; sourceTree = ""; }; - 7D0F91703E6BBDAC31CCD4A9929CA362 /* NSError+FIRInstanceID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+FIRInstanceID.m"; path = "Firebase/InstanceID/NSError+FIRInstanceID.m"; sourceTree = ""; }; - 7D2B3EBFEBBFCFAB13633448E2715D73 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 7D451749C0ABA7FD5248CB5ABF17E62C /* RCTBundleURLProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleURLProvider.m; sourceTree = ""; }; - 7D7A1D287D3A72046B0613D155243461 /* RNDateTimePicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNDateTimePicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 7D8BD50C15C290B659632A280E0ED34C /* RCTClipboard.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTClipboard.m; sourceTree = ""; }; - 7D911208FAC51D1BE487A3C73B2B0A3F /* GoogleUtilities-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleUtilities-prefix.pch"; sourceTree = ""; }; - 7DE8B6AB3DB350FA909841DA9EC08631 /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.h; sourceTree = ""; }; - 7E0A1A7D74F39BE870AF55B2E64AD066 /* RNVectorIconsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNVectorIconsManager.h; path = RNVectorIconsManager/RNVectorIconsManager.h; sourceTree = ""; }; - 7E5E40BE38CD5D32550DE474499879E1 /* GDTEventTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTEventTransformer.h; path = GoogleDataTransport/GDTLibrary/Public/GDTEventTransformer.h; sourceTree = ""; }; - 7E5F2BBDC30B736DA9977218A939DDFB /* UMReactFontManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactFontManager.h; sourceTree = ""; }; - 7E74EDA1EAA0BC929D6C3AF0AD6CAE80 /* RCTTrackingAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTrackingAnimatedNode.h; sourceTree = ""; }; - 7E8562A096DC667CF7F9AFA332F7B918 /* GDTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTPlatform.h; path = GoogleDataTransport/GDTLibrary/Public/GDTPlatform.h; sourceTree = ""; }; - 7E89B3A68781A28F23467774369C8250 /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; - 7E8AB6442F8B1D3335CB855C752DF4C0 /* RNBootSplash-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNBootSplash-prefix.pch"; sourceTree = ""; }; - 7EA8ED15F9C131F6872DE58F37D5727B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 7EC0DE5DFE02E82E831EFD2121787C40 /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; - 7EC4C94E4213D81A4BB7A295EA03002A /* RCTPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerConnection.h; sourceTree = ""; }; - 7EDB2B3D66D3A71D8F92BC97FA3EBD68 /* BugsnagMetaData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagMetaData.h; sourceTree = ""; }; - 7EDDD082B464330E799D615A83BF7906 /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; - 7EFFDD1C172FACA0E4B372D8E6788CD5 /* BSG_KSMach.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach.c; sourceTree = ""; }; - 7F2C818D6FCADF26293BDB5D60AB1E76 /* QBAssetCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetCell.m; path = QBImagePicker/QBAssetCell.m; sourceTree = ""; }; - 7F382871D29FF65C4199214BF949CFE3 /* ja.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ja.lproj; path = QBImagePicker/ja.lproj; sourceTree = ""; }; - 7F455304A67F7F226CABBEF3A52354DC /* GDTRegistrar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTRegistrar.m; path = GoogleDataTransport/GDTLibrary/GDTRegistrar.m; sourceTree = ""; }; - 7F47A0C13E9D73A8A36B6AF2C6148890 /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; - 7F99C0235FD16740EEC6ACD1AF12C181 /* SharedProxyCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SharedProxyCxxModule.h; sourceTree = ""; }; - 7FC79DE0AA004618BCBB2301018AE197 /* react-native-document-picker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-document-picker.xcconfig"; sourceTree = ""; }; - 7FDA3F00A8236E861AFA5767253DC5CA /* RCTInspectorDevServerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorDevServerHelper.h; sourceTree = ""; }; - 7FDB4CDB9687C807AA8AA69F93C6A9D3 /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; - 7FF7FC4282753440CC43A8E04C0F9D93 /* UMSingletonModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMSingletonModule.m; path = UMCore/UMSingletonModule.m; sourceTree = ""; }; - 7FF7FEA819650D25C4BD4A0BE00060BA /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; - 8013CC26E4F7431AB0C1B98210B570B5 /* RCTEventAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventAnimation.m; sourceTree = ""; }; - 801F4D6A555FAC61F44FE4C08F1F9568 /* 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; }; + 74321D345CEA8136C1865AC19AD44F9C /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialCommunityIcons.ttf; path = Fonts/MaterialCommunityIcons.ttf; sourceTree = ""; }; + 74376EC07D3F975FD1FE66CAA2ECD8BD /* RCTDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDeviceInfo.m; sourceTree = ""; }; + 74A79C14BCB87394D8AC086FCC4B270A /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; + 74CC5AB120F9E34F953E72BAC94408AC /* React-jsinspector-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsinspector-prefix.pch"; sourceTree = ""; }; + 74FC2D6D369BA24B26EF115DD14D1CE2 /* vp8i_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8i_enc.h; path = src/enc/vp8i_enc.h; sourceTree = ""; }; + 7520309124E264C55C6F0F773691957D /* BSG_KSCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrash.m; sourceTree = ""; }; + 753C9900C0C5A879FD9D6FB073809EF6 /* ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist"; sourceTree = ""; }; + 75595DBD8618D15D864C395D2F159A4E /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSourceCode.h; sourceTree = ""; }; + 7563DA5563314C4D44215ED308EF7C77 /* tree_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tree_dec.c; path = src/dec/tree_dec.c; sourceTree = ""; }; + 757F0D30455E5095FA1113AEA1646E4D /* UMDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDefines.h; path = UMCore/UMDefines.h; sourceTree = ""; }; + 75821AEFB274CE7EE561D7735AD191CE /* BugsnagSink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSink.m; sourceTree = ""; }; + 758BC65F26ABE0B8DB84F926F3833C6E /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; sourceTree = ""; }; + 76078A91E7480FE1D7343FF920B5264D /* EXRemoteNotificationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXRemoteNotificationRequester.m; path = EXPermissions/EXRemoteNotificationRequester.m; sourceTree = ""; }; + 76C856BACD70EF40DF17EDFB42E4D79A /* EXAV.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAV.xcconfig; sourceTree = ""; }; + 76E696B1942CACA7E87E4FC3A80402AE /* UMCore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMCore-prefix.pch"; sourceTree = ""; }; + 76F95C1AC7952AABE43BB6B15937845E /* BSG_KSCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReport.h; sourceTree = ""; }; + 77179EDD9CE141817B39B53F94D45C7A /* RCTInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorPackagerConnection.h; sourceTree = ""; }; + 772A0E739DDA6F457BF35D3662285A59 /* GDTStoredEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTStoredEvent.h; path = GoogleDataTransport/GDTLibrary/Public/GDTStoredEvent.h; sourceTree = ""; }; + 773EFFD9502444FAACFF9DEAF0B811F7 /* RSKInternalUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKInternalUtility.m; path = RSKImageCropper/RSKInternalUtility.m; sourceTree = ""; }; + 7752D13C7DAFB1DF6B209E93E5D5B23F /* QBAlbumsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumsViewController.m; path = ios/QBImagePicker/QBImagePicker/QBAlbumsViewController.m; sourceTree = ""; }; + 776BCBCF522610A96F3CFCBF6DEE681B /* BSG_KSCrashSentry_Signal.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_Signal.c; sourceTree = ""; }; + 779726D959215FC66398D2A7BD055CD1 /* BridgeJSCallInvoker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = BridgeJSCallInvoker.cpp; path = jscallinvoker/ReactCommon/BridgeJSCallInvoker.cpp; sourceTree = ""; }; + 784124C11142E87DB1D3FCA0F0DF8284 /* anim_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; name = anim_decode.c; path = src/demux/anim_decode.c; sourceTree = ""; }; + 785B97657BD4FDDF174BDB148FC496E9 /* UMConstantsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMConstantsInterface.xcconfig; sourceTree = ""; }; + 786B0356571432F408E5FB3F37CBA9FF /* RNPinchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPinchHandler.m; sourceTree = ""; }; + 78B439012552CA142F16499426113545 /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; + 78E6B460E72CC20396C19DC0B73930E7 /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = SDWebImage/Core/SDImageIOCoder.m; sourceTree = ""; }; + 78F3FBD7C471BA4C5B6D151E01926216 /* lossless_enc_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_sse41.c; path = src/dsp/lossless_enc_sse41.c; sourceTree = ""; }; + 79056B8415873E79B2C8F6C636A96E00 /* upsampling_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_sse2.c; path = src/dsp/upsampling_sse2.c; sourceTree = ""; }; + 7919F19F0C6DB06ED41EBF1BAF2F55DD /* ARTNodeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTNodeManager.h; sourceTree = ""; }; + 792F3DE9224A1DD993CC8210F6D61535 /* rn-extensions-share-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-extensions-share-dummy.m"; sourceTree = ""; }; + 794D15A96C8D833B07ACAC9178A9571C /* UMConstantsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMConstantsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 7990BC8A7C7229119CF767CCAD9AAF62 /* FIRInstanceIDCombinedHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCombinedHandler.h; path = Firebase/InstanceID/FIRInstanceIDCombinedHandler.h; sourceTree = ""; }; + 79915C4E2EB6C0B1E346BE2B093CC0C9 /* RSKImageCropper.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RSKImageCropper.xcconfig; sourceTree = ""; }; + 799C0484186D15DF5F4FAFEB7C9FE65A /* EXHapticsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXHapticsModule.h; path = EXHaptics/EXHapticsModule.h; sourceTree = ""; }; + 79B54A87EB90E5D5FCD13D86CF79D24A /* JSCRuntime.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCRuntime.cpp; sourceTree = ""; }; + 79CB84FBC11AB9D21E3012451C45CB96 /* dec_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_msa.c; path = src/dsp/dec_msa.c; sourceTree = ""; }; + 79FEF5404E1BAB09D2F241B48A4DEE31 /* RNNotificationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationUtils.m; path = RNNotifications/RNNotificationUtils.m; sourceTree = ""; }; + 7A096543D66724C493A712068089CA5C /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.h; sourceTree = ""; }; + 7A239E55139C2F75E79338C50AB6FC8D /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = ""; }; + 7A273D8A6DB790E6FDC568AA930E3D32 /* UMFontScalersManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalersManagerInterface.h; path = UMFontInterface/UMFontScalersManagerInterface.h; sourceTree = ""; }; + 7A39EDD3E7E23D5FD4B1E1E340CE326E /* log_severity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_severity.h; path = src/glog/log_severity.h; sourceTree = ""; }; + 7A3A1F5ED915DC00717D0F67ADC8098B /* EXFileSystemAssetLibraryHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemAssetLibraryHandler.m; path = EXFileSystem/EXFileSystemAssetLibraryHandler.m; sourceTree = ""; }; + 7A5466C3CC27EC54A45A65F3085F873B /* Crashlytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Crashlytics.framework; path = iOS/Crashlytics.framework; sourceTree = ""; }; + 7AA4A743371045970B504A8B2B3C56BF /* GDTClock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTClock.h; path = GoogleDataTransport/GDTLibrary/Public/GDTClock.h; sourceTree = ""; }; + 7AAA1105E0AC1F7C8117B494AECAFDF4 /* RCTFileReaderModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileReaderModule.h; path = Libraries/Blob/RCTFileReaderModule.h; sourceTree = ""; }; + 7AFA9D5359BE1E4E260426F1C13F2D01 /* RCTNetworkTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNetworkTask.m; sourceTree = ""; }; + 7B0146D2D9664F29180B202ADE2141F3 /* BugsnagReactNative.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BugsnagReactNative.m; path = cocoa/BugsnagReactNative.m; sourceTree = ""; }; + 7B0A69B6FACD7C8A7159992BEA265099 /* filter_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filter_enc.c; path = src/enc/filter_enc.c; sourceTree = ""; }; + 7B25E77540C1ECB1F55EBA082F649641 /* UMBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBridgeModule.h; path = UMReactNativeAdapter/UMBridgeModule.h; sourceTree = ""; }; + 7B3BFD28DAF8B6FAEB60A962321E432B /* UIView+FindUIViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+FindUIViewController.m"; path = "ios/Video/UIView+FindUIViewController.m"; sourceTree = ""; }; + 7B4C9226B4D3A7B6A7E8418CF95CBCC4 /* cost_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cost_enc.h; path = src/enc/cost_enc.h; sourceTree = ""; }; + 7B72C33D070D0F03288E76E1DA1BAAEE /* BSG_KSSystemInfoC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfoC.h; sourceTree = ""; }; + 7B74342AA866FE731DC0FDD2C2028F04 /* strtod.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = strtod.cc; path = "double-conversion/strtod.cc"; sourceTree = ""; }; + 7B76FE61248BDC8A1DCA4580361BB582 /* RCTExceptionsManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTExceptionsManager.mm; sourceTree = ""; }; + 7BF0C84D55F735A309A6796C5036F66B /* FBReactNativeSpec.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBReactNativeSpec.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 7C16EA7E15A3F35AFF502EAD788FBDD7 /* EXVideoView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoView.m; sourceTree = ""; }; + 7C38CA7B81ACA338D999FE3C0EAD78B7 /* RNBootSplash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBootSplash.m; path = ios/RNBootSplash.m; sourceTree = ""; }; + 7C9DE44693E482B5752DD2CE36304E71 /* react-native-appearance.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-appearance.xcconfig"; sourceTree = ""; }; + 7CDC85108B0461CF3918EE3BA7A0DEB2 /* react-native-notifications-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-notifications-prefix.pch"; sourceTree = ""; }; + 7CEDECEDD97547E548051D0BF989401A /* FirebaseAnalytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseAnalytics.framework; path = Frameworks/FirebaseAnalytics.framework; sourceTree = ""; }; + 7D5EFE352D1378B557468F64D9E5D2B9 /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; sourceTree = ""; }; + 7D827844647E7A17CE8BDBBE80B4D2FD /* Compression.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Compression.m; path = ios/src/Compression.m; sourceTree = ""; }; + 7DB46ED09C638AB50343B0949E766343 /* SDImageAPNGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAPNGCoder.m; path = SDWebImage/Core/SDImageAPNGCoder.m; sourceTree = ""; }; + 7DED4185513221BD8A0C78546E28CE08 /* UMFilePermissionModuleInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFilePermissionModuleInterface.h; path = UMFileSystemInterface/UMFilePermissionModuleInterface.h; sourceTree = ""; }; + 7DF0BB256952FA1C74F4A0CA9BC1673E /* RNVectorIconsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNVectorIconsManager.m; path = RNVectorIconsManager/RNVectorIconsManager.m; sourceTree = ""; }; + 7DFB4980F144207DEE8438AEA10C2137 /* Utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Utils.cpp; path = yoga/Utils.cpp; sourceTree = ""; }; + 7E3CF7892CC7C6FA030C21AC76C7DA20 /* React-RCTVibration-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTVibration-dummy.m"; sourceTree = ""; }; + 7E4ED99A93F06400213D81873A377F33 /* RNDateTimePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDateTimePicker.h; path = ios/RNDateTimePicker.h; sourceTree = ""; }; + 7E579EE2A835E3A78C32B26DCBD2BB27 /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nManager.h; sourceTree = ""; }; + 7E8628D665ECC3DE993D7A1606537068 /* REAPropsNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAPropsNode.h; sourceTree = ""; }; + 7E96099942FD1BC96E81912D52A2DD99 /* filters_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_sse2.c; path = src/dsp/filters_sse2.c; sourceTree = ""; }; + 7EB96561AD27EC387BE84DE11A59AB7B /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; + 7ECB3CB65BE3B38AECE4AD0A9A6AA3CB /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; + 7EE5DB9D9967205EB5BC1EA6B3AA8880 /* RNLocalize-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNLocalize-prefix.pch"; sourceTree = ""; }; + 7F024B7B00960653B25CA52215FD5491 /* BugsnagUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagUser.h; sourceTree = ""; }; + 7F057988909AE054F78191124C83EE28 /* FIRComponentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentType.m; path = Firebase/Core/FIRComponentType.m; sourceTree = ""; }; + 7F3762D4D5CD700A3205D86AF7075773 /* EXAppLoaderProvider.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAppLoaderProvider.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 7F3A1CF3578311FCD5BB2B8C51729FDB /* RSKImageCropper-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RSKImageCropper-dummy.m"; sourceTree = ""; }; + 7F5540001EC3C541DE53A5E0C4D860B9 /* GULNetworkConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkConstants.h; path = GoogleUtilities/Network/Private/GULNetworkConstants.h; sourceTree = ""; }; + 7F7D9D99B4940A7F42D3E2832FC1B2E4 /* RCTConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConvert.m; sourceTree = ""; }; + 7FAC33E8263E9BEFAC11A7DFF34AD0BE /* FIRAnalyticsConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAnalyticsConfiguration.m; path = Firebase/Core/FIRAnalyticsConfiguration.m; sourceTree = ""; }; + 7FC510C48EBFA39577EF98D127383FA7 /* 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; }; + 7FC8394AB77ADDA84BEC1B75204CA938 /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageCache.h; path = Libraries/Image/RCTImageCache.h; sourceTree = ""; }; + 7FE22117442F8A974DEA3541D0275D00 /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; + 7FFCBCBFD75ACC4049F27845EE8AA91C /* BSG_KSSignalInfo.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSignalInfo.c; sourceTree = ""; }; + 8010543593DB676E328C6E1277BBA6FC /* RCTBundleURLProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleURLProvider.m; sourceTree = ""; }; 802121F5B756ACBFDD6D08C36246DADD /* libReact-RCTLinking.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTLinking.a"; path = "libReact-RCTLinking.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 8048BF881A812A9AD3CA1B5365E7B063 /* BSG_KSMach_Arm.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm.c; sourceTree = ""; }; + 804AD74736151223ADA3BC5674D5EBD5 /* picture_tools_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_tools_enc.c; path = src/enc/picture_tools_enc.c; sourceTree = ""; }; + 80508BF83A805007058178A772178F5F /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; + 806C5343C0317E08A089C45067953B61 /* RNFirebaseUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFirebaseUtil.m; path = RNFirebase/RNFirebaseUtil.m; 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; }; + 80765060C6525FBF1EED7CA98F21F067 /* RNCSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSlider.m; path = ios/RNCSlider.m; sourceTree = ""; }; + 80A10597132CA42828B1C52EA27413A5 /* REACallFuncNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REACallFuncNode.h; sourceTree = ""; }; 80A51B61FECFED8D1A0D95AAD32A2938 /* libEXHaptics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXHaptics.a; path = libEXHaptics.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 80CF1E401B375D15AC257650414C757C /* RCTLinkingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLinkingManager.h; path = Libraries/LinkingIOS/RCTLinkingManager.h; sourceTree = ""; }; - 8101CA79A5AA30456AA6165282972ECE /* FIRBundleUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRBundleUtil.m; path = Firebase/Core/FIRBundleUtil.m; sourceTree = ""; }; - 815A9BAC42A50A2468F2DD062571EA0A /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = SDWebImage/Core/SDWebImageDownloaderConfig.m; sourceTree = ""; }; - 819ED7A89717A189930F6DD69C542A7F /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.h; sourceTree = ""; }; - 81A051B1879DBE3866E663913851552D /* BSG_KSCrashSentry_User.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_User.c; sourceTree = ""; }; - 81B9752312D9C5DA90C9FE5E38D2B1DA /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; - 81EE5A4414D55FA5EAC5FFEF135313E4 /* RCTAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimatedImage.h; path = Libraries/Image/RCTAnimatedImage.h; sourceTree = ""; }; - 820510F14839EAE46CB94B3CD88E572B /* EXConstants-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXConstants-prefix.pch"; sourceTree = ""; }; - 8205CF74FA0780A1B760D538A1E880E7 /* GDTConsoleLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTConsoleLogger.m; path = GoogleDataTransport/GDTLibrary/GDTConsoleLogger.m; sourceTree = ""; }; - 8210FBF8DE752BB131C2C332056DDCFD /* quant_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_dec.c; path = src/dec/quant_dec.c; sourceTree = ""; }; - 822854C68C8ED5D3E50DC8F97B027FF0 /* ARTCGFloatArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTCGFloatArray.h; path = ios/ARTCGFloatArray.h; sourceTree = ""; }; - 822A876AACD24B50722D260D165AB25E /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleMethod.mm; sourceTree = ""; }; - 823861AC71777BC3698FB9FE8E51D810 /* RCTConvert+ART.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+ART.m"; path = "ios/RCTConvert+ART.m"; sourceTree = ""; }; - 82520F9C498F1DDBBE87D8AC1B113EB8 /* UMReactNativeAdapter-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMReactNativeAdapter-prefix.pch"; sourceTree = ""; }; - 8266C442388677C2FCF13167301096D6 /* fixed-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fixed-dtoa.h"; path = "double-conversion/fixed-dtoa.h"; sourceTree = ""; }; - 82A14036AEE4CCDA197C5FEE2AD9B15E /* ARTRenderable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTRenderable.m; path = ios/ARTRenderable.m; sourceTree = ""; }; + 80D76D9FDD4369B868CB483CA0860B0F /* RCTBaseTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextViewManager.m; sourceTree = ""; }; + 80F34AE6ABA12371F3A514C456D4F519 /* RNUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNUserDefaults.h; path = ios/RNUserDefaults.h; sourceTree = ""; }; + 80F3F35A797B25DFDE641031727EC3C8 /* BSG_KSDynamicLinker.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSDynamicLinker.c; sourceTree = ""; }; + 810388610405CE414D68E0FF0CFF62B4 /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleData.mm; sourceTree = ""; }; + 814BC5DE2797DF0C936CF03839974699 /* 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 = ""; }; + 81599712D9998041E4E6DE0B92E9F991 /* BSG_KSCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry.h; sourceTree = ""; }; + 816B24C331E764562DE95D88D72E8EB0 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 8175885836544CD4D80DDBE66EEFAA45 /* FIRLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRLogger.m; path = Firebase/Core/FIRLogger.m; sourceTree = ""; }; + 8195DD85B930F93043F9BD1EAC646D90 /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; + 81D7A46E2069BF2C08EB125AB419D0CA /* UIImage+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Transform.h"; path = "SDWebImage/Core/UIImage+Transform.h"; sourceTree = ""; }; + 824F6DDB5733946BF470102D4A2B06CB /* GDTStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTStorage.h; path = GoogleDataTransport/GDTLibrary/Private/GDTStorage.h; sourceTree = ""; }; + 8271C9F25D065390D27CB1C226B200EA /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; + 827A734788ECFE9FCB7027E40BE94D5E /* RCTSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSlider.m; sourceTree = ""; }; + 829EC048CE8EFC4CEF32EF085705F63C /* EXAV-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAV-dummy.m"; sourceTree = ""; }; 82BA2E6A5BD7AF8E90A46BA46468DB13 /* Pods-RocketChatRN-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-RocketChatRN-acknowledgements.plist"; sourceTree = ""; }; - 82BC22CFBE66213A5201EDBAD63E5D23 /* random_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = random_utils.c; path = src/utils/random_utils.c; sourceTree = ""; }; - 82D6F3B8FBE2CC86A13086312B23271B /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDeviceInfo.h; sourceTree = ""; }; - 830AF56F315F8A50F9306D7AEA6BA5A0 /* RNGestureHandler-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNGestureHandler-dummy.m"; sourceTree = ""; }; - 8316402AC05BDE2B1C25C0E0B73623A7 /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; - 83622DB02DF72F4E2CBC80DB010A403B /* BSG_KSCrashState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashState.h; sourceTree = ""; }; - 83647078B615B2197FFAB849A9CD8510 /* rescaler_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_neon.c; path = src/dsp/rescaler_neon.c; sourceTree = ""; }; - 8373FF1609D4CC78C3656464B1F9D785 /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; - 838B93A618D8D752DE12F37AA1EC09FD /* RNGestureHandlerState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerState.h; path = ios/RNGestureHandlerState.h; sourceTree = ""; }; - 8438160077E7E0BA1F913EFBFB625985 /* RNCSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSlider.h; path = ios/RNCSlider.h; sourceTree = ""; }; - 84479556574826CE897D80D0F0DB5FC6 /* RCTTurboModuleManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModuleManager.h; sourceTree = ""; }; - 8457E4286D4595A371FDBA1B4E985DFA /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 846176A3BA3817BAE1DF4C6E1040743F /* UMBarCodeScannerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMBarCodeScannerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 8466EABAE46F8A7FBAE302C591B0F328 /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPlatform.h; path = React/CoreModules/RCTPlatform.h; sourceTree = ""; }; - 846D585DAC4CAA75858E23352D955DCE /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; - 84997290FB077D9DCEA80D70AB04A5A3 /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/Core/SDImageCache.h; sourceTree = ""; }; - 84D2322CA9EC6811EBA2D12ABF5E0AD2 /* GDTRegistrar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTRegistrar.h; path = GoogleDataTransport/GDTLibrary/Public/GDTRegistrar.h; sourceTree = ""; }; - 84DEA6A2926AC579012A614F51820936 /* glog-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "glog-dummy.m"; sourceTree = ""; }; - 84F63586A5781B5C56523DB7E7968554 /* lossless_enc_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_sse2.c; path = src/dsp/lossless_enc_sse2.c; sourceTree = ""; }; - 84F95300CB5A282EB1A94CDF964342BB /* RCTBaseTextInputShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputShadowView.h; sourceTree = ""; }; - 853C5A171E7AD246F25C576E7C0F4953 /* fast-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fast-dtoa.h"; path = "double-conversion/fast-dtoa.h"; sourceTree = ""; }; - 85521731C0E82BAEE18B6737FC07E11A /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; - 85529CF7E1A03066A8EBBDA1888E4A63 /* QBSlomoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBSlomoIconView.h; path = QBImagePicker/QBSlomoIconView.h; sourceTree = ""; }; - 8554D73855D891F21F3D4A1CAA79A245 /* FIRComponentContainerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainerInternal.h; path = Firebase/Core/Private/FIRComponentContainerInternal.h; sourceTree = ""; }; + 830A9E503A916D0977B7C704E7CDDA7D /* UIImage+GIF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+GIF.h"; path = "SDWebImage/Core/UIImage+GIF.h"; sourceTree = ""; }; + 831583B9B9FF6EEF6E65BC060213F4A6 /* UMExportedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMExportedModule.h; path = UMCore/UMExportedModule.h; sourceTree = ""; }; + 832A6EF418F653A14F74FC571CD08688 /* RCTConvert+UIBackgroundFetchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+UIBackgroundFetchResult.h"; sourceTree = ""; }; + 833BAE32AB1B8F713242C9FE5F3E6B40 /* BSG_KSObjCApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjCApple.h; sourceTree = ""; }; + 8346DFB8C8499D03B29FC1954F4BFF35 /* RCTKeyCommandConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyCommandConstants.h; path = ios/KeyCommands/RCTKeyCommandConstants.h; sourceTree = ""; }; + 834F1E69F45E280B37AEF05EA066A85E /* EXContactsRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXContactsRequester.h; path = EXPermissions/EXContactsRequester.h; sourceTree = ""; }; + 8378290C00522D0CAACC653F2E273213 /* EXVideoPlayerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewController.h; sourceTree = ""; }; + 838D7C69C1B531C642465B4BAA4320CF /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/Core/SDWebImagePrefetcher.h; sourceTree = ""; }; + 83B6C0233215E1171F424FA442B1C37C /* RCTDiffClampAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDiffClampAnimatedNode.m; sourceTree = ""; }; + 83DAE10D283CF1B5841474AA89EAD9BD /* RNFirebasePerformance.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebasePerformance.m; sourceTree = ""; }; + 83F1B2BD4B45BF9CD1B13B3F8EE023A3 /* 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 = ""; }; + 841514801CFA5A56C2B0CDF669444C84 /* React-RCTNetwork-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTNetwork-prefix.pch"; sourceTree = ""; }; + 8424053FF468644E6725083AA014F82E /* react-native-jitsi-meet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-jitsi-meet-dummy.m"; sourceTree = ""; }; + 845A0DDCB7399C26618185BC79192F34 /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; + 846233A24465EE0DD2BD8C6C3B578E7D /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBox.h; sourceTree = ""; }; + 8492A0BD43CFF65B38C003A996898AFA /* FIRInstanceIDAuthService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDAuthService.m; path = Firebase/InstanceID/FIRInstanceIDAuthService.m; sourceTree = ""; }; + 84C123446557587F2421C8A680B0D6AC /* RNFetchBlobRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobRequest.m; path = ios/RNFetchBlobRequest.m; sourceTree = ""; }; + 84C924EE63B9DE2BD9995FE8E11E7CAF /* RNDeviceInfo.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNDeviceInfo.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 850BE6DDDF399BFA44D2506B60C6E1D8 /* RCTPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPackagerConnection.mm; sourceTree = ""; }; + 850EC46C044A0D75CF74813A69913DEC /* FIRComponentContainerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainerInternal.h; path = Firebase/Core/Private/FIRComponentContainerInternal.h; sourceTree = ""; }; + 855FA7499F1A41F34D4ABFB10B0E1D73 /* WebRTC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebRTC.framework; path = Frameworks/WebRTC.framework; sourceTree = ""; }; 856B5CD56F194FAD26EA91620B66D614 /* libGoogleDataTransport.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libGoogleDataTransport.a; path = libGoogleDataTransport.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 8577AD258C8418C96654C37717002E9A /* GULSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSwizzler.h; path = GoogleUtilities/MethodSwizzler/Private/GULSwizzler.h; sourceTree = ""; }; - 858A5749BBFD503B3D05B035D3CF513F /* rn-fetch-blob.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-fetch-blob.xcconfig"; 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; }; - 858F9BF8E8BB27F1507081A9B6AFDB00 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = Firebase/Core/Private/FIRLogger.h; sourceTree = ""; }; - 85A28289DD176C531B699DBA213438DB /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; sourceTree = ""; }; - 85EC2C5BB6DECEAE4642CA0FAFD0F187 /* huffman_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = huffman_utils.c; path = src/utils/huffman_utils.c; sourceTree = ""; }; - 8604DC591B297EF2F314279B0B3A08B9 /* RNGestureHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandler.h; path = ios/RNGestureHandler.h; sourceTree = ""; }; - 8606EB5A6FA4A9DB839B6A853ABBBB3B /* UMFileSystemInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFileSystemInterface.xcconfig; sourceTree = ""; }; - 86094AF1B50170B4823148357D6E087F /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; sourceTree = ""; }; - 862CDC3094C25857F30E66841C4E12C7 /* RNLongPressHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNLongPressHandler.h; sourceTree = ""; }; - 8666A129958604DEC083C66FEBB02BB1 /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; - 8697B74C19B73444C8B931A1DDC13129 /* UMAppDelegateWrapper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMAppDelegateWrapper.m; path = UMCore/UMAppDelegateWrapper.m; sourceTree = ""; }; - 86CF273F1D6DEA2EE1B062F2F539E5E1 /* react-native-slider-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-slider-dummy.m"; sourceTree = ""; }; - 87414B7294F403853DE2368350B6C33A /* BSG_KSCrashReportStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashReportStore.m; sourceTree = ""; }; - 87591D61CE8EE2554C0B0C4C99897D80 /* RNFirebaseAdMobInterstitial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobInterstitial.h; sourceTree = ""; }; - 8789E6B9B4F6FF88FE0CCF277378F455 /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; - 87AC64400D453E3CBF104F00B921C1F1 /* RNFirebaseRemoteConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseRemoteConfig.m; sourceTree = ""; }; - 87FAB9B3921C5491324C57EE24980194 /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; - 881A995EC3D900DB72C4272B69CC47AA /* UIImage+MemoryCacheCost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MemoryCacheCost.m"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.m"; sourceTree = ""; }; - 884C0E30EDE454D9E5310C6F882D0780 /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; - 8895CC9339BD9505F9949856538399BD /* RNJitsiMeetView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNJitsiMeetView.h; path = ios/RNJitsiMeetView.h; sourceTree = ""; }; - 88AB30A3EFE9A1E50864D0741BD90550 /* cached-powers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "cached-powers.h"; path = "double-conversion/cached-powers.h"; sourceTree = ""; }; - 88BF215051D44F917F48599E34BEE382 /* RSKTouchView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKTouchView.h; path = RSKImageCropper/RSKTouchView.h; sourceTree = ""; }; - 88BFC30A80845B54EEC84821CD30B11C /* UMEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitter.h; sourceTree = ""; }; - 88E9F5178EC26BC2D4F56E99B0E341D3 /* Zocial.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Zocial.ttf; path = Fonts/Zocial.ttf; sourceTree = ""; }; - 8938B320492783985358B1EB49BD2B5E /* muxinternal.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxinternal.c; path = src/mux/muxinternal.c; sourceTree = ""; }; - 8946A071178C25528EEBE03CDB437FF7 /* REACondNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REACondNode.h; sourceTree = ""; }; - 89727035FEE7F64491F5E950B5FE800C /* ieee.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ieee.h; path = "double-conversion/ieee.h"; sourceTree = ""; }; - 8981B742FE7F8B1009CBC18E4F1F1E40 /* jsilib-posix.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = "jsilib-posix.cpp"; sourceTree = ""; }; - 898650B1D3FC1109D6E02FF42632A385 /* REAEventNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAEventNode.m; sourceTree = ""; }; + 858F57F74E0AC2BB2AFA035AE21275BA /* RCTSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSpringAnimation.h; sourceTree = ""; }; + 85DDB9877837BA0AF9B0F7B6DEC362A9 /* picture_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_enc.c; path = src/enc/picture_enc.c; sourceTree = ""; }; + 85E991FC094975BA5495E5BE0C61AD7B /* React-RCTSettings-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTSettings-prefix.pch"; sourceTree = ""; }; + 85F066CE260AE8BB1CA397934C287D3E /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; + 85FA1D48D833ABB0A1B1615989E77633 /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; + 85FA83CA39CA4E9E0F2AFE4C9760160D /* RNSScreenStack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenStack.h; path = ios/RNSScreenStack.h; sourceTree = ""; }; + 860855E436D35942C26311A1EDC230C9 /* BSG_KSCrashSentry_NSException.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashSentry_NSException.m; sourceTree = ""; }; + 861C44D58795A70D3338BEA3807EBD22 /* upsampling_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_sse41.c; path = src/dsp/upsampling_sse41.c; sourceTree = ""; }; + 862AA227137ADE78547514A57FA6B4D7 /* 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; }; + 863D399BA928C8368D2AC66969BA7496 /* vp8_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8_dec.c; path = src/dec/vp8_dec.c; sourceTree = ""; }; + 863D42949D725AD8F8FB5CFA588995E6 /* ARTBrush.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTBrush.h; sourceTree = ""; }; + 8648B9C836C15BD4F95DBE953307BE59 /* UMReactFontManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactFontManager.h; sourceTree = ""; }; + 865A76C3046C18A7DA36E67E3DE72F88 /* Folly.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Folly.xcconfig; sourceTree = ""; }; + 8662B627C542F23855B41BC86AF58DAD /* UMTaskConsumerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskConsumerInterface.h; path = UMTaskManagerInterface/UMTaskConsumerInterface.h; sourceTree = ""; }; + 8676E7BD06D3F128D9D5C6B7E96FC999 /* RNGestureHandler-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNGestureHandler-dummy.m"; sourceTree = ""; }; + 867F78323B4174223CB9FDE344A16D2E /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 86D659A8989A7924F422EAE8E671F369 /* RCTInputAccessoryShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryShadowView.h; sourceTree = ""; }; + 86D700CF934ACFA38C20D4DD15D3CE0B /* 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; }; + 86E76DEC6BC5EA597C6615549CE52739 /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFont.mm; sourceTree = ""; }; + 86EE36CDC5C5F64D89A484D13F9B47C1 /* RCTSurfacePresenterStub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfacePresenterStub.m; sourceTree = ""; }; + 870525D77085BDC7FD874AC0C6EE096B /* dec_clip_tables.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_clip_tables.c; path = src/dsp/dec_clip_tables.c; sourceTree = ""; }; + 8726331AF6FD5A9A46E6D76C69CFE1BC /* BSG_KSCrashIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashIdentifier.h; sourceTree = ""; }; + 87668906696C273A559873C1EDF6F7AA /* GULAppEnvironmentUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppEnvironmentUtil.m; path = GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m; sourceTree = ""; }; + 8770AB17E738B4F085184720FE8337C5 /* Instance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Instance.h; sourceTree = ""; }; + 87769C291A4B1E7C8702BFE93FFB588B /* RNFirebase-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFirebase-dummy.m"; sourceTree = ""; }; + 877DBBAB43FAAE182840481DA1DC1A07 /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; + 87A2920C46D0CC20B60A655E9FF18B0F /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = SDWebImage/Core/SDImageCacheConfig.h; sourceTree = ""; }; + 87C57C3DE95B81808FD91387F9D57573 /* RCTVibration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVibration.m; sourceTree = ""; }; + 87D78B3652AEEB759EDAC023ECDC4296 /* RNFetchBlobFS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobFS.m; path = ios/RNFetchBlobFS.m; sourceTree = ""; }; + 884C00138AD3CAF3B4B0B63BD80BED30 /* FIRInstanceIDConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDConstants.h; path = Firebase/InstanceID/FIRInstanceIDConstants.h; sourceTree = ""; }; + 88694BF6FDB06657BF01126AE45093AB /* Ionicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Ionicons.ttf; path = Fonts/Ionicons.ttf; sourceTree = ""; }; + 88913338ACA6DC036C7538B1CD1C9DEE /* BSG_KSJSONCodecObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodecObjC.h; sourceTree = ""; }; + 889593AB6526E061881B81EA8AA9CCD8 /* RNFirebaseAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAuth.h; sourceTree = ""; }; + 889DD58E7BECAD23FDAC21530CD7D0B8 /* upsampling_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_neon.c; path = src/dsp/upsampling_neon.c; sourceTree = ""; }; + 88AA7C3DD708327041BB54B339F6D5C8 /* BugsnagReactNative-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BugsnagReactNative-prefix.pch"; sourceTree = ""; }; + 88BAF4F61A0D2E6C36FB24A5850AF641 /* RCTWebSocketModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketModule.h; path = Libraries/WebSocket/RCTWebSocketModule.h; sourceTree = ""; }; + 88DEDF68D8C60CEAF48D94503FA3FA5A /* upsampling.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling.c; path = src/dsp/upsampling.c; sourceTree = ""; }; + 89160B8C3B26D7474A95630C72EA1E5F /* utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = utils.c; path = src/utils/utils.c; sourceTree = ""; }; + 892AC60839C08FA6A779EE5D826A90D5 /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; 8998273719FDD789E6F9C7541AFD0B33 /* libRNVectorIcons.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNVectorIcons.a; path = libRNVectorIcons.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 89EC8A7E6CE34BC157979031FCFBBE43 /* EXAudioSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioSessionManager.m; path = EXAV/EXAudioSessionManager.m; sourceTree = ""; }; - 8A15A9E207A9B31FFE5CADC3535ED922 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 8A4583650F45571507CD038D830C8700 /* RCTTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = ""; }; - 8A52E6AED1DC4A1AE4D8AD3A618C1C68 /* RCTRedBox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBox.m; sourceTree = ""; }; - 8A6B04011303E79129FE13F3F74FB219 /* RNGestureHandlerRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerRegistry.m; path = ios/RNGestureHandlerRegistry.m; sourceTree = ""; }; - 8A6B7A7CB2BF0CBC83C46383428B1B85 /* EXAV-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAV-prefix.pch"; sourceTree = ""; }; - 8A75D45E5BFAC8C1CEA23F49BD406B24 /* rn-fetch-blob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-fetch-blob-prefix.pch"; sourceTree = ""; }; - 8A7D02799D4AF36B211CFE1A6CDD0BA7 /* GULAppDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m; sourceTree = ""; }; - 8ABDB103E800D6BCF33BF507BF197653 /* RNFirebaseFirestoreDocumentReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestoreDocumentReference.h; sourceTree = ""; }; - 8B3CE4C3A71A509F67940BA9741ECD40 /* FIRConfigurationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfigurationInternal.h; path = Firebase/Core/Private/FIRConfigurationInternal.h; sourceTree = ""; }; - 8B675E27D17E8DCE6AAC1F10436D1F10 /* RCTMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedViewManager.m; sourceTree = ""; }; - 8B70D89C68E336F8B2DF9BFE9B8383DF /* TurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModule.h; path = turbomodule/core/TurboModule.h; sourceTree = ""; }; - 8B7F0C28C1AF0611CD505579BBE385FF /* BSG_KSCrashSentry_Signal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Signal.h; sourceTree = ""; }; - 8B8D43FBBE96BBA75B481C27F19FB408 /* RCTAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationDriver.h; sourceTree = ""; }; - 8B9846EF1E145BA26B53A465625FA099 /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; - 8BBE4A685580DF057CABE0D4123A574D /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; - 8BCCD3F4217BAD13666024F32C186E4A /* RCTCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxModule.h; sourceTree = ""; }; - 8BD00758F5E48D4A3B8218710D7D5C07 /* GDTUploadCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTUploadCoordinator.h; path = GoogleDataTransport/GDTLibrary/Private/GDTUploadCoordinator.h; sourceTree = ""; }; - 8BDAE7B120714CE71C9A3935894BA0FA /* ARTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTSurfaceView.h; path = ios/ARTSurfaceView.h; sourceTree = ""; }; - 8BE2D6F0D39E3FF22EEAEED7F3DF7962 /* RCTVideoManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideoManager.m; path = ios/Video/RCTVideoManager.m; sourceTree = ""; }; - 8C2F1DBB98084A93C3C539E70CFFB273 /* EXFileSystemLocalFileHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemLocalFileHandler.m; path = EXFileSystem/EXFileSystemLocalFileHandler.m; sourceTree = ""; }; - 8C3D163EA7475D9797EFB599AA34E2F2 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 89A39DE88338276E8C9480D3045D8099 /* BSG_KSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSLogger.m; sourceTree = ""; }; + 89B33D4B3C5357A308EFE99B01D9DB5C /* RNFetchBlob.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFetchBlob.m; sourceTree = ""; }; + 8A026745978587166BEFB071A294C1D9 /* UMBarCodeScannerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMBarCodeScannerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 8A06434A333E319EE6F329F7AD16700F /* NSButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSButton+WebCache.m"; path = "SDWebImage/Core/NSButton+WebCache.m"; sourceTree = ""; }; + 8A126C06795FE746C9901F5ED989C79D /* FirebaseInstanceID.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstanceID.xcconfig; sourceTree = ""; }; + 8A308F58A40A9C554C16D0992E95FC01 /* REAAlwaysNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAAlwaysNode.m; sourceTree = ""; }; + 8A3642E9FE853839F0DEA00990380AF3 /* RNDeviceInfo-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDeviceInfo-prefix.pch"; sourceTree = ""; }; + 8A43A3193B00F38A7A85002BB97B1AC5 /* GULNSData+zlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULNSData+zlib.h"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.h"; sourceTree = ""; }; + 8A8663152A86CBD0E6F27A6A4B70814E /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; + 8A9758E0A04F5FDB62647A27C76C331E /* UMSingletonModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMSingletonModule.m; path = UMCore/UMSingletonModule.m; sourceTree = ""; }; + 8AB4A7A6D8A9C6355F2E0F64975E742C /* RCTUIImageViewAnimated.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIImageViewAnimated.m; sourceTree = ""; }; + 8AE855DF15457AE0EE7496F380CB6F3C /* CxxNativeModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = CxxNativeModule.cpp; sourceTree = ""; }; + 8AF57F5F08561D32276CA6C41C7BA677 /* REAEventNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAEventNode.h; sourceTree = ""; }; + 8AF61CACE577B9A39BB90412673094B7 /* RCTPropsAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPropsAnimatedNode.h; sourceTree = ""; }; + 8B41D65D1A862187B442D7073FCE7DD1 /* Yoga-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Yoga-internal.h"; path = "yoga/Yoga-internal.h"; sourceTree = ""; }; + 8B43F094AB5E433A936FF4B4F031A70D /* FirebaseCoreDiagnostics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreDiagnostics.xcconfig; sourceTree = ""; }; + 8B70D784967BA4951852CB5F5B8062BA /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; sourceTree = ""; }; + 8B9483960D0898B710053D59BDE9BFC1 /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxNativeModule.h; sourceTree = ""; }; + 8BA3C50BB757499678C5BE714615336C /* Octicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Octicons.ttf; path = Fonts/Octicons.ttf; sourceTree = ""; }; + 8BF0CD01193D197C93A1A6EAC1C8C7F2 /* JSCExecutorFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCExecutorFactory.mm; sourceTree = ""; }; + 8BFB30ED854B8C01AD34F0014DAF9AF4 /* 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 = ""; }; + 8C0253BAC39F6722E8D400C8BE3B7CE8 /* FBReactNativeSpec-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBReactNativeSpec-dummy.m"; sourceTree = ""; }; + 8C28AE6EE2A7481C0B38297CAD41AD83 /* react-native-document-picker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-document-picker-dummy.m"; 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; }; + 8C44DD9431AE1E29AFDBA1C962ABDB2B /* RNRotationHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNRotationHandler.h; sourceTree = ""; }; + 8C47D1D35F481ACA0F8701C734BA781B /* muxinternal.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxinternal.c; path = src/mux/muxinternal.c; sourceTree = ""; }; + 8C563801A978525A6184D0F9DD82905D /* GoogleDataTransportCCTSupport.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransportCCTSupport.xcconfig; sourceTree = ""; }; + 8C6645411C554858ADA26C648BCBCEE0 /* CLSAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSAttributes.h; path = iOS/Crashlytics.framework/Headers/CLSAttributes.h; sourceTree = ""; }; + 8C702ABF343F6407668963298BF734C7 /* diy-fp.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "diy-fp.cc"; path = "double-conversion/diy-fp.cc"; sourceTree = ""; }; + 8C73BC466081F293E4D01A6633E29FB0 /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = SDWebImage/Private/SDmetamacros.h; sourceTree = ""; }; + 8C7A64D97AAB42E8C3FFE71EDD468CA4 /* BugsnagSink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSink.h; sourceTree = ""; }; + 8CAA2DBF00DFE036CB71047FCE811813 /* SDAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageView.h; path = SDWebImage/Core/SDAnimatedImageView.h; sourceTree = ""; }; 8CC9178C366942FD6FF6A115604EAD58 /* libFirebaseCoreDiagnostics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseCoreDiagnostics.a; path = libFirebaseCoreDiagnostics.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 8CF4A01EE627F61E41AA1DD83D6ED332 /* symbolize.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = symbolize.cc; path = src/symbolize.cc; sourceTree = ""; }; - 8D335B28893DD4FB9CBBB4BD04C24D0F /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; - 8D5DA9F707B4EB88B02CD1D280EC502A /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 8D7A68DC8874500B4A672FDBF91DFC62 /* RCTCxxBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxBridgeDelegate.h; sourceTree = ""; }; - 8D8700EA442108B9065AFF53E7D01AF9 /* FIRInstanceIDTokenFetchOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenFetchOperation.m; path = Firebase/InstanceID/FIRInstanceIDTokenFetchOperation.m; sourceTree = ""; }; - 8D89C442DB8259151B8917B154A8E52B /* GULUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULUserDefaults.h; path = GoogleUtilities/UserDefaults/Private/GULUserDefaults.h; sourceTree = ""; }; - 8D8E80C03E67006B5C954DF4A58088BF /* picture_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_enc.c; path = src/enc/picture_enc.c; sourceTree = ""; }; - 8D96597E425FCA8FD5D7F363CC69C5F4 /* frame_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_enc.c; path = src/enc/frame_enc.c; sourceTree = ""; }; - 8DE0057074727BB63E71523783937DDA /* RNScreens.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNScreens.xcconfig; sourceTree = ""; }; - 8DED07EB4AAC59C266370F90AE190D7D /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = SDWebImage/Core/SDWebImageTransition.h; sourceTree = ""; }; + 8CD8755AF098A173E00AA86509262962 /* frame_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_dec.c; path = src/dec/frame_dec.c; sourceTree = ""; }; + 8CD90088ED71F765AB3DBC0CB8751846 /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SystraceSection.h; sourceTree = ""; }; + 8CDD7CC776A421CF128CBF652E0CF408 /* RNRootView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNRootView-prefix.pch"; sourceTree = ""; }; + 8D03AF7C4AC28A8E342483AD0C8FFFAF /* RCTImageEditingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageEditingManager.m; sourceTree = ""; }; + 8D131A8E4A5603427F19241AF701AF94 /* NSData+ImageContentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+ImageContentType.h"; path = "SDWebImage/Core/NSData+ImageContentType.h"; sourceTree = ""; }; + 8D29688C643B920F82DE60C7F438D732 /* lossless_enc_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_msa.c; path = src/dsp/lossless_enc_msa.c; sourceTree = ""; }; + 8D8E152A9BC39CB6B4F112BE7933F62A /* SDWebImageWebPCoder-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImageWebPCoder-prefix.pch"; sourceTree = ""; }; + 8D956427505125B9D0424549715F1C38 /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; + 8DD51EADE5D09DE44C32D69103CFDC53 /* FIRInstanceIDTokenOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenOperation.h; path = Firebase/InstanceID/FIRInstanceIDTokenOperation.h; sourceTree = ""; }; + 8DD664106AF32EEDF8E76346B113250C /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; + 8DD751932D7C7B69540AA41E52642326 /* React-RCTNetwork.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.xcconfig"; sourceTree = ""; }; + 8DDE75E72B2E19F5B9CA9F1434A1B294 /* enc_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_msa.c; path = src/dsp/enc_msa.c; 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; }; - 8E0D9FED283BAC85D389D557D525869D /* logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = logging.cc; path = src/logging.cc; sourceTree = ""; }; - 8E0EA0031DB63EAE15AB38336CF8E726 /* NativeExpressComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeExpressComponent.h; sourceTree = ""; }; - 8E27717EA2110B65E72D67C856BF4EAD /* ios_time.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ios_time.png; path = docs/images/ios_time.png; sourceTree = ""; }; - 8E341298C96875832ABE661D1A5E3FC0 /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; - 8EB370AABDD21BA0B7668E5879AE00AC /* UMTaskInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskInterface.h; path = UMTaskManagerInterface/UMTaskInterface.h; sourceTree = ""; }; - 8EB6BD60D5323882B3778EC0D65446AA /* RootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RootView.m; path = ios/RootView.m; sourceTree = ""; }; - 8EB7A76E1373478AD1844D4833C112B8 /* GoogleUtilities-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleUtilities-dummy.m"; sourceTree = ""; }; - 8EC359907265C85DC3AC0AEC8FFEC1C0 /* RNCWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWebView.h; path = ios/RNCWebView.h; sourceTree = ""; }; - 8ECBA7565BAA4E836FFC00ECF0CA6C33 /* TurboModuleUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboModuleUtils.cpp; path = turbomodule/core/TurboModuleUtils.cpp; sourceTree = ""; }; - 8ECD1B651273B87C6DF75A12EF16BAAA /* REAEventNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAEventNode.h; sourceTree = ""; }; - 8F4B754971C4EB9A9F7641A427EA50B4 /* thread_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = thread_utils.h; path = src/utils/thread_utils.h; sourceTree = ""; }; - 8F55EF5B86D639922930718542CD41AC /* BannerComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BannerComponent.h; sourceTree = ""; }; + 8E4633000BE8B3F74A598CC87147A882 /* QBVideoIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIndicatorView.h; path = ios/QBImagePicker/QBImagePicker/QBVideoIndicatorView.h; sourceTree = ""; }; + 8EA909502101D3AE04F68B5C959DDC78 /* REAFunctionNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAFunctionNode.m; sourceTree = ""; }; + 8EC2141037CFBBAB3FA9E1072F9D6F23 /* filters_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_utils.c; path = src/utils/filters_utils.c; sourceTree = ""; }; + 8EE18524B7CE4A63FD1F28B6B566245C /* RCTKeyCommandsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyCommandsManager.h; path = ios/KeyCommands/RCTKeyCommandsManager.h; sourceTree = ""; }; + 8F1A3CECFED1C7D7337226CAB2DA9727 /* RCTVirtualTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextShadowView.h; sourceTree = ""; }; + 8F1EE2C6E1E03203FC6FDDEDD82CFB77 /* UMSingletonModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMSingletonModule.h; path = UMCore/UMSingletonModule.h; sourceTree = ""; }; + 8F2C89500F70BB848974CF0857C5128A /* RNNotificationCenter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenter.m; path = RNNotifications/RNNotificationCenter.m; sourceTree = ""; }; + 8F3920FF4039951E358CAC46318B161D /* BugsnagApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagApiClient.h; sourceTree = ""; }; 8F65F9361F2069CF9E9D751272968DE4 /* libRNGestureHandler.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNGestureHandler.a; path = libRNGestureHandler.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 8F77CB90507B4A27C139F072806CE24F /* RCTPropsAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPropsAnimatedNode.h; sourceTree = ""; }; - 8F9B3EB401390C9AED9561D6A0449DD4 /* JSModulesUnbundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSModulesUnbundle.h; sourceTree = ""; }; - 8FC5790B025C82A4E4CF6F2EC82E7603 /* RNFirebaseFirestoreCollectionReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestoreCollectionReference.h; sourceTree = ""; }; - 8FF61D799105A3F47C48322386EDDD0C /* QBVideoIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIndicatorView.m; path = QBImagePicker/QBVideoIndicatorView.m; sourceTree = ""; }; - 8FF7FC362F63B268EE743A8524D88D63 /* Crashlytics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Crashlytics.xcconfig; sourceTree = ""; }; - 90152979FEB33BAAFD0724D57ED6F6DE /* cost_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_enc.c; path = src/enc/cost_enc.c; sourceTree = ""; }; - 9043F3995743F24CF7A6F92D5E2B95DD /* REATransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransition.m; sourceTree = ""; }; - 9083FA6D3399E949C7966979AD665CC2 /* Feather.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Feather.ttf; path = Fonts/Feather.ttf; sourceTree = ""; }; - 90A491172AE67CEE7731E66053A71A10 /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; - 90C48EF77B7E63248AD939425395455D /* SDImageAPNGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAPNGCoder.m; path = SDWebImage/Core/SDImageAPNGCoder.m; sourceTree = ""; }; - 90C5BBCE4DC80182AD9E939D1BC6803D /* UIView+FindUIViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+FindUIViewController.m"; path = "ios/Video/UIView+FindUIViewController.m"; sourceTree = ""; }; - 90D1D64582F9E064C354593135DAD905 /* subscription.md */ = {isa = PBXFileReference; includeInIndex = 1; name = subscription.md; path = docs/subscription.md; sourceTree = ""; }; - 90D4FF2C8C373A1C79CC1E4295DA411D /* 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; }; - 90F92C4CC716D639811E6624B1CA4096 /* ARTSurfaceViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTSurfaceViewManager.m; sourceTree = ""; }; - 911D6F23C6FB6C7954F8447BDB357F6D /* cost_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_neon.c; path = src/dsp/cost_neon.c; sourceTree = ""; }; - 91213083B8626A76DF83EC2B4EA29623 /* BSG_KSFileUtils.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSFileUtils.c; sourceTree = ""; }; - 9124B005603F745AE8A26788BA7948C9 /* cct.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cct.nanopb.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h; sourceTree = ""; }; - 91489DB0E48ECCAB07CFB62B5DE91D80 /* JSCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCRuntime.h; sourceTree = ""; }; - 918587191E4667B02FD2E5E05592C35E /* RNPushKitEventListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventListener.m; path = RNNotifications/RNPushKitEventListener.m; sourceTree = ""; }; - 91FCF066820BD6B86006E8372942338B /* AntDesign.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = AntDesign.ttf; path = Fonts/AntDesign.ttf; sourceTree = ""; }; - 91FE3E33D4AE22A046A2F1AC3F277D47 /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.h; sourceTree = ""; }; - 921E2DED87914C7858AB031A687204DA /* EXFileSystemLocalFileHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemLocalFileHandler.h; path = EXFileSystem/EXFileSystemLocalFileHandler.h; sourceTree = ""; }; - 9228F7A2A0D58B88756F464925864D0D /* boost-for-react-native.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "boost-for-react-native.xcconfig"; sourceTree = ""; }; - 92312FF1EC6895512A21C41D7028D63C /* React-Core-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-prefix.pch"; sourceTree = ""; }; - 92402E731354E4EB0C3E3355CD9E2FEF /* EXWebBrowser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXWebBrowser.m; path = EXWebBrowser/EXWebBrowser.m; sourceTree = ""; }; - 924081A5C928A43BD7215411B47BE5D6 /* RNNotificationEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationEventHandler.m; path = RNNotifications/RNNotificationEventHandler.m; sourceTree = ""; }; - 925E49E5E59F93D6688415DA93CD7F5A /* Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utils.h; path = yoga/Utils.h; sourceTree = ""; }; - 92997292DBA3CB53D6D368D48FDC239E /* FirebaseInstanceID-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseInstanceID-dummy.m"; sourceTree = ""; }; - 92E4C32CA8FFD9755A41E261734CFCD7 /* Yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = Yoga.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 92F2B29E03BA3539E7D69EC3CD41ECD5 /* JSINativeModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSINativeModules.h; path = jsireact/JSINativeModules.h; sourceTree = ""; }; - 93044A336ED389B611A6585951947103 /* 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; }; - 934A9CEED773C4D40E17F290E470AE41 /* BSG_KSCrashSentry_CPPException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_CPPException.h; sourceTree = ""; }; - 935072EAA70CCEEC7BE2BF828FA99B1C /* RNCAssetsLibraryRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAssetsLibraryRequestHandler.m; path = ios/RNCAssetsLibraryRequestHandler.m; sourceTree = ""; }; - 9396F9D8BB053CC9BDFBBEBE99A1E8E1 /* CLSReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSReport.h; path = iOS/Crashlytics.framework/Headers/CLSReport.h; sourceTree = ""; }; - 93B55B18D1A313D01001BA2F60D6C8F1 /* EXWebBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXWebBrowser.h; path = EXWebBrowser/EXWebBrowser.h; sourceTree = ""; }; - 93C224DEC6241E6E15B0257C51E31815 /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; - 93C912D0BC9AA31331647CD55694D361 /* RCTMultiplicationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultiplicationAnimatedNode.m; sourceTree = ""; }; - 93DAB7840FDA3104820FF0CF8863F7DE /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = SDWebImage/Core/SDImageFrame.m; sourceTree = ""; }; - 93E69BCC3267990FBB5D99BB96D6BFAC /* QBCheckmarkView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBCheckmarkView.m; path = QBImagePicker/QBCheckmarkView.m; sourceTree = ""; }; - 93E988B0A5D35272892F926CDFB44E06 /* UIView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCache.m"; path = "SDWebImage/Core/UIView+WebCache.m"; sourceTree = ""; }; - 940736112F25861FC90836C66D66537E /* rn-extensions-share-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-extensions-share-dummy.m"; sourceTree = ""; }; - 947A4406BD21AFA4B2F50228E547D9F2 /* localNotifications.md */ = {isa = PBXFileReference; includeInIndex = 1; name = localNotifications.md; path = docs/localNotifications.md; sourceTree = ""; }; - 94A344D744B87D2D6D51260F91A2635C /* GDTLifecycle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTLifecycle.m; path = GoogleDataTransport/GDTLibrary/GDTLifecycle.m; sourceTree = ""; }; - 94E505C65C5D9583999A97F92533CACE /* REABezierNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REABezierNode.m; sourceTree = ""; }; - 9504606B46EDB11A8E63B1317A2A21B0 /* RCTInputAccessoryViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewManager.m; sourceTree = ""; }; - 953127597A4582C6794C645165C7315F /* react-native-cameraroll.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-cameraroll.xcconfig"; sourceTree = ""; }; - 953D3F30C90499C2875F30505A819A1F /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; - 954BCB8C0CF3717AA95136501722033F /* React-jsiexecutor.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.xcconfig"; sourceTree = ""; }; - 95854A695269C741BD705548E9865060 /* Foundation.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Foundation.ttf; path = Fonts/Foundation.ttf; sourceTree = ""; }; - 9599986551EE5C6D09645935D938432A /* lossless.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lossless.h; path = src/dsp/lossless.h; sourceTree = ""; }; - 95ACC60137B75C24F9D2CBB5D430606C /* BSG_KSMachApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMachApple.h; sourceTree = ""; }; - 95B2FDF15E958BD550514629ED12FCE9 /* ARTRadialGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTRadialGradient.h; sourceTree = ""; }; - 95C6D3FD5181E518567C6089A42676C5 /* RCTBackedTextInputDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegate.h; sourceTree = ""; }; - 95D911E5B6CCFF2290EF6A9A6E07ECC7 /* RNFetchBlobConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobConst.m; path = ios/RNFetchBlobConst.m; sourceTree = ""; }; - 95DDE4228FC0D61BB3AFB1E8A7CE3346 /* BSG_KSMach_x86_32.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_32.c; sourceTree = ""; }; - 95E5101F1C5E1908D943CB3281BE33AF /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; - 95EA5E6FAC17D61AA2EC471386B07354 /* UMCore.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCore.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 960EA976ECE17D22A0E480FFD8AD7983 /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; - 96100409289FE290A0F3FAE38FB256BA /* UMReactNativeEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeEventEmitter.m; sourceTree = ""; }; - 9611B7CAEEF806303B3F81D5B1FFA2BE /* token_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = token_enc.c; path = src/enc/token_enc.c; sourceTree = ""; }; - 967A3406E51C49B6293A74B85877134D /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = SDWebImage/Core/SDImageCachesManager.m; sourceTree = ""; }; - 967CFE52F3BC079ACD521D75990E2CF4 /* FIRInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceID.h; path = Firebase/InstanceID/Public/FIRInstanceID.h; sourceTree = ""; }; - 969FEB85FDDE0C10103B8A25A95EBD99 /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; - 96A4FBF1AF4CE42311CBFEBCB2E8AE88 /* SDWebImageWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageWebPCoder.h; path = SDWebImageWebPCoder/Module/SDWebImageWebPCoder.h; sourceTree = ""; }; - 96BAC72CC2A887ACA07F5FBBC31E5565 /* RCTConvert+Text.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Text.m"; sourceTree = ""; }; - 96EF1740CC34CD0855E4AEAA35D7CF69 /* near_lossless_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = near_lossless_enc.c; path = src/enc/near_lossless_enc.c; sourceTree = ""; }; - 971F83F90D4663B1850A2F8671A2D218 /* GULMutableDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULMutableDictionary.m; path = GoogleUtilities/Network/GULMutableDictionary.m; sourceTree = ""; }; - 9724C58E6FD7F12E0B1E7BA188AEC6FB /* jsi-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "jsi-inl.h"; sourceTree = ""; }; - 973D8CA68D2A8762990753A424700A21 /* EXRemoteNotificationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXRemoteNotificationRequester.m; path = EXPermissions/EXRemoteNotificationRequester.m; sourceTree = ""; }; - 9756293030F9FAF3781E87AFAB4E9D20 /* Yoga.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Yoga.cpp; path = yoga/Yoga.cpp; sourceTree = ""; }; - 975CE59EE95A54497533BE37013D01B1 /* EXContactsRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXContactsRequester.m; path = EXPermissions/EXContactsRequester.m; sourceTree = ""; }; - 977010B1D7A1BB9058285F5B12C373E4 /* ColdClass.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ColdClass.cpp; path = folly/lang/ColdClass.cpp; sourceTree = ""; }; - 9786EC37664FEFC1CBE824A31C573C2F /* DeviceUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeviceUID.h; path = ios/RNDeviceInfo/DeviceUID.h; sourceTree = ""; }; - 978F9DF7BAE8EB1062611FE4277D9B0C /* EXReactNativeUserNotificationCenterProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXReactNativeUserNotificationCenterProxy.m; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.m; sourceTree = ""; }; - 97C96F3022E6ABB729CB57D1FAB24559 /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; - 97CD87DC6133EE56D784B30522BE2810 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 97EC666963FCA99A7CF67BDD7C605183 /* FIRInstanceIDURLQueryItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDURLQueryItem.h; path = Firebase/InstanceID/FIRInstanceIDURLQueryItem.h; sourceTree = ""; }; - 97FACF2DE9F29361BAECA69FA86822EC /* RNLocalize-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNLocalize-prefix.pch"; sourceTree = ""; }; - 9815955A1502945433D96408FEB2724B /* BugsnagBreadcrumb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagBreadcrumb.h; sourceTree = ""; }; - 981C6CE2A9A0B7AA7676884BD6C0B33C /* GDTTransport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTTransport.m; path = GoogleDataTransport/GDTLibrary/GDTTransport.m; sourceTree = ""; }; - 9862C34992FF29306C3F5016A8D025A7 /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = WebImage/SDWebImage.h; sourceTree = ""; }; - 98855082BDE873049976EC7208B6DAFC /* RNCAppearanceProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearanceProvider.m; path = ios/Appearance/RNCAppearanceProvider.m; sourceTree = ""; }; - 98887068BA56367FD1372084B2F3B93D /* UIImage+Metadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Metadata.m"; path = "SDWebImage/Core/UIImage+Metadata.m"; sourceTree = ""; }; - 98F70FE731524BBE1DE9DC85D553BFB2 /* FBLazyVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyVector.h; path = FBLazyVector/FBLazyVector.h; sourceTree = ""; }; - 98F7480695CDCF523438C7C3164704EE /* RNBridgeModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBridgeModule.m; path = RNNotifications/RNBridgeModule.m; sourceTree = ""; }; - 98FD4D6793A792D2F9F53E53F47B8426 /* RCTDatePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePicker.m; sourceTree = ""; }; - 9909DF2F3D61B64F6534BD4F3B98A7C8 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 990CD0A9FE4D439FDE1D70AD772E71E1 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 992D4595ABBAC4CBC2BA13326902071E /* RCTDevMenu.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevMenu.m; sourceTree = ""; }; - 994F68060E1D7B66431B05D2CA10139C /* NativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeModule.h; sourceTree = ""; }; - 99527966D492C0F80E99FAF00244929F /* UMTaskLaunchReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskLaunchReason.h; path = UMTaskManagerInterface/UMTaskLaunchReason.h; sourceTree = ""; }; - 9960EE8F54017E8B9830F75E0C430DD3 /* Answers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Answers.h; path = iOS/Crashlytics.framework/Headers/Answers.h; sourceTree = ""; }; - 998394198259BA42AFB59DCC9DACC909 /* RNFirebasePerformance.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebasePerformance.m; sourceTree = ""; }; - 999E80EF208B453EA422E9289CA5C830 /* FIRInstanceIDTokenInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenInfo.h; path = Firebase/InstanceID/FIRInstanceIDTokenInfo.h; sourceTree = ""; }; - 99A4CC1FD55E6B4E02022156D8214093 /* RNFetchBlobProgress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobProgress.h; path = ios/RNFetchBlobProgress.h; sourceTree = ""; }; - 99D2BCB94C42CDFEA240F40A69BA6B6B /* RNReanimated.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNReanimated.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 99D408B5DB759F7886CEE8BF37C816D2 /* RNRootViewGestureRecognizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNRootViewGestureRecognizer.m; path = ios/RNRootViewGestureRecognizer.m; sourceTree = ""; }; - 99DE8F0CEC1B45C2885D13092296B18E /* RAMBundleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RAMBundleRegistry.h; sourceTree = ""; }; - 99F091C5F623BB170E278BBD8E649A54 /* log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = log.cpp; path = yoga/log.cpp; sourceTree = ""; }; + 8F89B896216190DD0A5FF95236D3952B /* RNFirebaseFirestoreDocumentReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFirestoreDocumentReference.m; sourceTree = ""; }; + 8FA7B11D82F4AC9EC688E6F5E93EF8B2 /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; + 8FE8DCB4FE3E2C79C8DE1682C04B4EF4 /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.h; sourceTree = ""; }; + 90030DCE8DC7A2BACCABC66A85C65CE0 /* RNFirebaseAdMob.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMob.h; sourceTree = ""; }; + 9003C0E642AC5527E363092F6A689EC5 /* BugsnagConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagConfiguration.h; sourceTree = ""; }; + 9004F0CE6969B980AB15394D57C6EEE4 /* EXCalendarRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCalendarRequester.h; path = EXPermissions/EXCalendarRequester.h; sourceTree = ""; }; + 900F5C1CB44D295409FB2FD55AA0D482 /* EXUserNotificationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXUserNotificationRequester.h; path = EXPermissions/EXUserNotificationRequester.h; sourceTree = ""; }; + 902AE98327A861832B4BA137480FA0F4 /* RNCCameraRollManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCCameraRollManager.h; path = ios/RNCCameraRollManager.h; sourceTree = ""; }; + 902E2339E7F9CAD6C410D04B1C8FD1A5 /* RCTConvert+REATransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+REATransition.h"; sourceTree = ""; }; + 90507927AE33EAAA01876F1F005EDBF0 /* React-RCTText-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTText-prefix.pch"; sourceTree = ""; }; + 906BB38A481B01E252CEC5C4D3A5FDD6 /* YGFloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGFloatOptional.h; path = yoga/YGFloatOptional.h; sourceTree = ""; }; + 9080FD4A5DF9FCC85CF16DC16AEBE022 /* RCTFrameAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameAnimation.h; sourceTree = ""; }; + 9093F4A1D9250501ABB301205E1A0256 /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; + 90A26A9AD1A38C028993D2F38F74CEE2 /* BSG_KSCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrash.h; sourceTree = ""; }; + 90CD3FFBDCF208693762B2A5AC6EEB83 /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; + 90EF6699ACCAB7C72CD5324F892A9215 /* FIRInstanceIDTokenFetchOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenFetchOperation.m; path = Firebase/InstanceID/FIRInstanceIDTokenFetchOperation.m; sourceTree = ""; }; + 90F7B2BE4456BB67085304551348B18A /* react-native-slider-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-slider-prefix.pch"; sourceTree = ""; }; + 9113EA59A61B4CBF5ED6E953CCFA9F01 /* SDImageGraphics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGraphics.h; path = SDWebImage/Core/SDImageGraphics.h; sourceTree = ""; }; + 912E9582888DE46FA14544290249F7BA /* YGValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGValue.h; path = yoga/YGValue.h; sourceTree = ""; }; + 9184892A42F009B99FA3122EB8A01354 /* RCTMultilineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputView.h; sourceTree = ""; }; + 91965C85CF66D8EA20BA211B8836235A /* RNFirebaseAnalytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAnalytics.m; sourceTree = ""; }; + 91998B7E944D93EEF99B3A806997975C /* UMBarCodeScannerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerInterface.h; sourceTree = ""; }; + 91B19BCC8E0A96C2AF91B1DC3DD55BD3 /* React-RCTAnimation.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.xcconfig"; sourceTree = ""; }; + 91E1C0D9D1CB06F3C953E8596A22B4DC /* BugsnagCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashReport.h; sourceTree = ""; }; + 922A8999C2DE1619A981FB5F961382E3 /* RCTTypeSafety.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTTypeSafety.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 922FE223C439FC87898DD0C6C980A908 /* yuv_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_sse2.c; path = src/dsp/yuv_sse2.c; sourceTree = ""; }; + 9259D6124279E8C709FDF24A7DBEAB57 /* react-native-cameraroll.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-cameraroll.xcconfig"; sourceTree = ""; }; + 92620368652A910DC0D6564AB68741B6 /* RCTTrackingAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTrackingAnimatedNode.m; sourceTree = ""; }; + 9265904108AB9D3393DC3CE7F91A9B47 /* FIRInstanceIDUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDUtilities.m; path = Firebase/InstanceID/FIRInstanceIDUtilities.m; sourceTree = ""; }; + 927182F398771B6371856EE7E50ECFA2 /* Feather.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Feather.ttf; path = Fonts/Feather.ttf; sourceTree = ""; }; + 92A960A63C8737417AC219B94505FE47 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 92B70AD79CEF216119DCEF93A6305A36 /* BugsnagCollections.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCollections.m; sourceTree = ""; }; + 9307A5FA57000E38FBF9EC08FFF8A2BF /* bignum.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = bignum.cc; path = "double-conversion/bignum.cc"; sourceTree = ""; }; + 930D4F04D29FCE7F407D31112767117C /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; + 935E1DB61F0B607EB80D8CA7B779FF15 /* 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; }; + 9360604531512771A9FD089A9837C676 /* quant_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_dec.c; path = src/dec/quant_dec.c; sourceTree = ""; }; + 9397687440D5BA05368492717B39B5C6 /* UIImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/Core/UIImageView+WebCache.h"; sourceTree = ""; }; + 939A7FD22EFE867355B9D8C52DC10ACF /* UIView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCache.h"; path = "SDWebImage/Core/UIView+WebCache.h"; sourceTree = ""; }; + 93BB4FD17EB6DB2AD4173FC15D1041F0 /* NSError+BSG_SimpleConstructor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSError+BSG_SimpleConstructor.h"; sourceTree = ""; }; + 941713D7F2ED661F6F62848161C4ACCD /* 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 = ""; }; + 942338DC48BF17577A4C1645A502C3FA /* TurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModule.h; path = turbomodule/core/TurboModule.h; sourceTree = ""; }; + 9423585289F0FEE1EDBF88CC077C5BA9 /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = SDWebImage/Core/SDImageTransformer.h; sourceTree = ""; }; + 9424315AD5F0B1426BE631E0E48A16FD /* RCTModuloAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuloAnimatedNode.h; sourceTree = ""; }; + 942B6B2732D9DDD27EEF21B934658816 /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; + 943D7DEBC82207F41DED0ABECF1EF62A /* BSG_KSCrashDoctor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashDoctor.h; sourceTree = ""; }; + 94606D3881606D2E4B349880A5E20253 /* experiments.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = experiments.h; sourceTree = ""; }; + 94A1DC650FDB78B22851D3136118CEF9 /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; + 94AC1D09E69C8916A504293625DCA441 /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; + 94E57B5ECB870EF9C65BE0DB598689E4 /* RNFirebaseDatabaseReference.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseDatabaseReference.m; sourceTree = ""; }; + 95002A3B0A2E1A89A06DB758C12DCFC3 /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = event.h; sourceTree = ""; }; + 950A1A041BCF19C89D591AA28F944791 /* GDTTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTTransport.h; path = GoogleDataTransport/GDTLibrary/Public/GDTTransport.h; sourceTree = ""; }; + 952FA733AD9398172DBD62B726338DBC /* React-RCTAnimation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTAnimation-dummy.m"; sourceTree = ""; }; + 953A33B5E32CC3880041741D2A8FA707 /* log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = log.cpp; path = yoga/log.cpp; sourceTree = ""; }; + 9598C47569571A616A8E6DDD9E675729 /* FIRInstanceIDCheckinStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinStore.h; path = Firebase/InstanceID/FIRInstanceIDCheckinStore.h; sourceTree = ""; }; + 95D39EF6618E16776E8A5371CD8547E9 /* QBAlbumCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumCell.h; path = ios/QBImagePicker/QBImagePicker/QBAlbumCell.h; sourceTree = ""; }; + 95D858BFDF2F99A6F3D810DEAD6A9300 /* Firebase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Firebase.xcconfig; sourceTree = ""; }; + 95F7B73C7BC6EDE9052F07E04DB0C417 /* BSG_KSCrashAdvanced.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashAdvanced.h; sourceTree = ""; }; + 960C7132FDACCCBC602818FF9F87C10A /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = SDWebImage/Core/SDWebImageDownloader.m; sourceTree = ""; }; + 96480671261E213E5388603EC64A5CC3 /* BugsnagCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashSentry.h; sourceTree = ""; }; + 9686F2C0DFDCEA8AFF625734140E786E /* REASetNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REASetNode.m; sourceTree = ""; }; + 9690640B113C26A03045E4735EAC445B /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; + 9697CB449E3F9E17D2460CE1D27DDBEC /* SDAnimatedImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "SDAnimatedImageView+WebCache.m"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.m"; sourceTree = ""; }; + 971B256811855BF0D6867E3A723FA37E /* signalhandler.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = signalhandler.cc; path = src/signalhandler.cc; sourceTree = ""; }; + 97DB1F19C9F90AA0129AD54292C01F4A /* JSDeltaBundleClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSDeltaBundleClient.cpp; sourceTree = ""; }; + 98061D83BCB42C4E8A78B40C727044A1 /* RCTTypeSafety-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTTypeSafety-prefix.pch"; sourceTree = ""; }; + 98081B33E4A04202E149C0287D3A2C30 /* RCTWebSocketExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketExecutor.h; path = Libraries/WebSocket/RCTWebSocketExecutor.h; sourceTree = ""; }; + 9837BE777B812E8919321296E0674F0C /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; + 983D468F8C9A0B2C350475DFE638F4C6 /* ScopeGuard.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ScopeGuard.cpp; path = folly/ScopeGuard.cpp; sourceTree = ""; }; + 98517DAD4810F45ED8FA59BC3F947354 /* dynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = dynamic.cpp; path = folly/dynamic.cpp; sourceTree = ""; }; + 987D864CC92723B2359BCEA82238031D /* 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; }; + 988633FF40146D245E34784171890089 /* CLSReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSReport.h; path = iOS/Crashlytics.framework/Headers/CLSReport.h; sourceTree = ""; }; + 9896F4C12D99D9D3F35B8D83DEA54726 /* BugsnagSessionTrackingPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingPayload.h; sourceTree = ""; }; + 98A728E5AC8DB7B3E1E7CF2C81D5500F /* RNCAppearance.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearance.m; path = ios/Appearance/RNCAppearance.m; sourceTree = ""; }; + 98E483D55FB2AEBC8ED11136875AEB2F /* RCTCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxModule.h; sourceTree = ""; }; + 98E6DDCC4A47CC1248E29292A2DC25FE /* React-RCTActionSheet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTActionSheet-prefix.pch"; sourceTree = ""; }; + 98EFF7FAAEC379D26BBD541DE772ABCC /* BSG_KSSingleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSingleton.h; sourceTree = ""; }; + 9911B80A8D09E2F33BC9BB61FF4F6D3E /* React-jsi.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.xcconfig"; sourceTree = ""; }; + 9951AFB14B84D5988BFB7DC34F63160E /* common_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_dec.h; path = src/dec/common_dec.h; sourceTree = ""; }; + 9966DE0E10ABF4993F33D5ED0512725A /* BugsnagSessionTrackingPayload.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingPayload.m; sourceTree = ""; }; + 99D483AC9B598492130F46428DEC1739 /* RootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RootView.m; path = ios/RootView.m; sourceTree = ""; }; 9A03EB9B87FF49512AC6907C1B9AA221 /* Pods-RocketChatRN-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-RocketChatRN-dummy.m"; sourceTree = ""; }; - 9A16AF3236906B4F2140C62728D33102 /* BSG_KSCrashType.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashType.c; sourceTree = ""; }; - 9A19FEC5D2380C2F5A5ACA02ED8F7DAC /* 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; }; - 9A28B5D073990FAAF8A12A5EE68E5743 /* RCTConvertHelpers.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTConvertHelpers.mm; sourceTree = ""; }; - 9A3282C973C8A6B217ADB547D382A1DB /* REATransformNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransformNode.m; sourceTree = ""; }; - 9A414C7A18ACA31BCB563F5B8CB02B04 /* UMViewManagerAdapterClassesRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapterClassesRegistry.h; sourceTree = ""; }; - 9A68C48A1030E443E888C7590272A329 /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; - 9A70C516362D5F7D9EBC1585FCF393A9 /* UMTaskConsumerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskConsumerInterface.h; path = UMTaskManagerInterface/UMTaskConsumerInterface.h; sourceTree = ""; }; - 9A8560848CA9E1EF58F0B5E48D3A3D68 /* EXCalendarRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCalendarRequester.m; path = EXPermissions/EXCalendarRequester.m; sourceTree = ""; }; - 9A8F398AFE224080C8B40742BBC1FB2C /* libwebp-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "libwebp-prefix.pch"; sourceTree = ""; }; - 9AA1164F6E26964CC10E1C5B7CC95E53 /* InspectorInterfaces.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = InspectorInterfaces.cpp; sourceTree = ""; }; - 9AF1BF78E45859318021615175699AFE /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; - 9AFF2790DE9D663C1E7587227F59B572 /* QBVideoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIconView.h; path = QBImagePicker/QBVideoIconView.h; sourceTree = ""; }; - 9B4FA3F4302C9A7AD4BECF06D8F39FB0 /* RCTTurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModule.h; sourceTree = ""; }; - 9B83ECE53C806DE9E734A6A0C67A45C9 /* 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 = ""; }; - 9BB51DE8C1DBC9409E6950D1A9354445 /* RNFirebaseCrashlytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseCrashlytics.m; sourceTree = ""; }; - 9BCEA44A33DCB232878CCE06B1594B9B /* EXConstants.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXConstants.xcconfig; sourceTree = ""; }; - 9BD7A4517BF965E751F0D81876FD47E4 /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; - 9C03448830E3450C0DF8E7F6615C3356 /* cost_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_sse2.c; path = src/dsp/cost_sse2.c; sourceTree = ""; }; - 9C29D198BFE738821BC12339D78EF51A /* RNBootSplash.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNBootSplash.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9C613FF4E2A125F0EB455A9B28448FD8 /* upsampling_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_mips_dsp_r2.c; path = src/dsp/upsampling_mips_dsp_r2.c; sourceTree = ""; }; - 9C8C76A634EB7DB551B7CAE4FC3FEA15 /* UMGyroscopeInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMGyroscopeInterface.h; path = UMSensorsInterface/UMGyroscopeInterface.h; sourceTree = ""; }; - 9C9ABF3C710A529D46564F83770C0025 /* NSError+BSG_SimpleConstructor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSError+BSG_SimpleConstructor.m"; sourceTree = ""; }; - 9CAAD8014CDF49FEAF42F6C9A7D99506 /* EXFileSystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystem.h; path = EXFileSystem/EXFileSystem.h; sourceTree = ""; }; - 9CAC7EA2FF06F7DE244FC10132CC8048 /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = SDWebImage/Core/SDImageLoader.h; sourceTree = ""; }; - 9CE4BD53FC79A0904B5EA630ECE7E831 /* React-RCTAnimation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTAnimation-dummy.m"; sourceTree = ""; }; - 9D27F567A689486EFBDD9BF0528ED12F /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; - 9D469D56E1FF7E83AC426E6F0509D260 /* RNNotificationParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationParser.m; path = RNNotifications/RNNotificationParser.m; sourceTree = ""; }; - 9D7EF407D151CF5312080E9FA6756C80 /* SDImageCachesManagerOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManagerOperation.h; path = SDWebImage/Private/SDImageCachesManagerOperation.h; sourceTree = ""; }; + 9A09930B6AF4D29B74B05A4AA77C3AAE /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = SDWebImage/Core/SDWebImageDownloaderConfig.h; sourceTree = ""; }; + 9A231ACF11EBA9485481AB9D965D579B /* BugsnagSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSession.m; sourceTree = ""; }; + 9A35296FF3366B73A70A2FD24B7ACCE6 /* BSG_KSSignalInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSignalInfo.h; sourceTree = ""; }; + 9ADAC6CD45640D9EABC1DB283FA2B30F /* JitsiMeet.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JitsiMeet.framework; path = Frameworks/JitsiMeet.framework; sourceTree = ""; }; + 9B1DED816870AF0C0B03329B34DC15BD /* near_lossless_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = near_lossless_enc.c; path = src/enc/near_lossless_enc.c; sourceTree = ""; }; + 9B3EE976E7FC3CBFB77EC5F10244D571 /* JSIExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIExecutor.h; path = jsireact/JSIExecutor.h; sourceTree = ""; }; + 9B4880B22F4A12C9C9791F4B32571F9C /* enc_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_sse2.c; path = src/dsp/enc_sse2.c; sourceTree = ""; }; + 9BA52432AC0F92647A05FD7AA1853188 /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAlertManager.h; sourceTree = ""; }; + 9BA56351B2DF4F5F3A0875737FA7D916 /* Yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = Yoga.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 9BE75D7FCAF52DDD6FACC196FE4C0616 /* TurboModuleBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleBinding.h; path = turbomodule/core/TurboModuleBinding.h; sourceTree = ""; }; + 9BF61CFC891BBB889FA4A1BD2CA3E955 /* SDWebImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.xcconfig; sourceTree = ""; }; + 9BF766D888AA238D53B541FBAAE7402F /* RNNotificationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationUtils.h; path = RNNotifications/RNNotificationUtils.h; sourceTree = ""; }; + 9C012FB7B0BC76B0C6B7C8D565A27D68 /* react-native-webview-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-webview-dummy.m"; sourceTree = ""; }; + 9C0AE2466BA4C974BC84C214B080C357 /* GoogleUtilities.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.xcconfig; sourceTree = ""; }; + 9C169DD6C1D791F5E0E6CB9652B22112 /* EXCalendarRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCalendarRequester.m; path = EXPermissions/EXCalendarRequester.m; sourceTree = ""; }; + 9C61958EEB32970B6FD85C64E5BADAD0 /* EXVideoManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoManager.m; sourceTree = ""; }; + 9C89316550F291AB37CBB8DCF16C4945 /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; + 9CF04D957CB2106269632EC5407EAD35 /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = ""; }; + 9D0FDEBC4888EEE55646CAFB751A6813 /* 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; }; + 9D56772272E17B920E932842A3E95ADD /* BSG_KSCrashReportFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilter.h; sourceTree = ""; }; + 9D7BB9A9986EC460E6DA90011D792EFD /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-x86_64.S"; 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; }; - 9E04EF94636F1801EB53C46DA94277BC /* React-RCTVibration-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTVibration-prefix.pch"; sourceTree = ""; }; - 9E058BB12A701830A62C845BEEBD7FA8 /* React-RCTActionSheet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTActionSheet-dummy.m"; sourceTree = ""; }; - 9E2905259ACB639F53834D6727D71F57 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 9E43FCF6C6A2394803163BC0789288D0 /* RNFirebaseAdMobRewardedVideo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobRewardedVideo.h; sourceTree = ""; }; - 9E600E9B25094F60B94A3FBC40A7A556 /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; - 9EAA7F0D10F0499C3375173C94859112 /* RNSScreen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreen.h; path = ios/RNSScreen.h; sourceTree = ""; }; - 9EB0789F4D774E30D5609DA6262E370E /* RCTComponentEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentEvent.h; sourceTree = ""; }; - 9F11923F7A1BCDF07D6F1F07EFAE526E /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; - 9F41E8415C91A8BA069E7AF27AF497C7 /* RCTCxxMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxMethod.mm; sourceTree = ""; }; - 9F44BE17A1B22DF4B65F85DFB6D2CDEC /* RCTNetInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNetInfo.m; sourceTree = ""; }; - 9F722E6EC33131558CA0D9118A0F8F5E /* FIRErrorCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrorCode.h; path = Firebase/Core/Private/FIRErrorCode.h; sourceTree = ""; }; - 9F74151EFBD2DA32FABAE6CB6EDE7E35 /* UMModuleRegistryAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryAdapter.h; sourceTree = ""; }; - 9F9718907266025A80D948FE57D4EABB /* RCTSinglelineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputViewManager.m; sourceTree = ""; }; - 9FB7A012CD9E9C0D05D6C8C57BF389D3 /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; - 9FF635AD0D7EB6C33F29C9BC8CCAD115 /* picture_tools_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_tools_enc.c; path = src/enc/picture_tools_enc.c; sourceTree = ""; }; - A00153B6D726646E455C40CE2FE72A01 /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = yoga/YGLayout.h; sourceTree = ""; }; - A004E8F9689F31C828C350275623F6E3 /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsi.h; sourceTree = ""; }; - A03FA4EB2CE9EC8037E4630CA27DF39C /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = SDWebImage/Private/SDInternalMacros.h; sourceTree = ""; }; - A0AF93F94473153B8813B220D962287C /* GoogleDataTransportCCTSupport.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransportCCTSupport.xcconfig; sourceTree = ""; }; - A0B25F176C7DE14B3E45F368174E7380 /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; - A0C40F92F4FF6539ED62ABE2B914D3EB /* FFFastImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageSource.h; path = ios/FastImage/FFFastImageSource.h; sourceTree = ""; }; - A0FDB41C83E196E1D854E28562B7EA3D /* REASetNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REASetNode.h; sourceTree = ""; }; - A100B95C40E49F920B2F4A30C4CC25B5 /* RCTBackedTextInputDelegateAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBackedTextInputDelegateAdapter.m; sourceTree = ""; }; - A1116F7AC7B61965A3129DCD8B6C2395 /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; - A1118AD577CCD3AF16537DB04FD9891F /* EXFileSystem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystem.m; path = EXFileSystem/EXFileSystem.m; sourceTree = ""; }; - A1191B3579F77F069B1C7353C4447B7B /* SDWebImageOptionsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOptionsProcessor.h; path = SDWebImage/Core/SDWebImageOptionsProcessor.h; sourceTree = ""; }; - A1606592495CBD5536BB50C34A9ADE07 /* GULAppEnvironmentUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppEnvironmentUtil.m; path = GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m; sourceTree = ""; }; - A1A25A058ABBBBCB18F0B3F44F5304E2 /* SDWebImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-prefix.pch"; sourceTree = ""; }; - A20B936BE83D17C8AD27C518CB84FF73 /* rescaler_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_sse2.c; path = src/dsp/rescaler_sse2.c; sourceTree = ""; }; - A214B8E13EF8E38F46AEEBD096639C67 /* GDTCCTNanopbHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTNanopbHelpers.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTNanopbHelpers.h; sourceTree = ""; }; + 9E107DEEF88FC5E34D4C5DD2128BCB77 /* RCTSinglelineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputView.m; sourceTree = ""; }; + 9E4B8D617AFD312FEBD935F095DC41E3 /* 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; }; + 9E7FA3AEF7D27D9AC76730749FA792B0 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 9E99DC06A4F55FF1045238A878165DA2 /* NSDataBigString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = NSDataBigString.mm; sourceTree = ""; }; + 9EDDF6D87D982647DB11D09144BA7E1D /* REABlockNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REABlockNode.m; sourceTree = ""; }; + 9F006EE3E88A2B8DEECB4111765ECAFC /* RNReanimated.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNReanimated.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 9F044DED62A1D2EA266A2B01BDE3C5DC /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; + 9F242E15D7BB04FE6B21F6E867AB5261 /* RCTTextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextAttributes.h; path = Libraries/Text/RCTTextAttributes.h; sourceTree = ""; }; + 9F3DCB166431895CB3E59A1036BDF02C /* JSBundleType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSBundleType.cpp; sourceTree = ""; }; + 9F81DF2D006C52D3C759F0C2B994DB07 /* UMUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUtilities.h; path = UMCore/UMUtilities.h; sourceTree = ""; }; + 9FA4AEAAD22E8F3ECDD85D97BBB282D8 /* RNFastImage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFastImage.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 9FA625835071568485C6933C1EA918A2 /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; + 9FB4EDF19D1644FF642193E3ECA82351 /* 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; }; + A00FA0A24655CB8F5AB8B70AE509BB18 /* RSKImageCropper-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RSKImageCropper-prefix.pch"; sourceTree = ""; }; + A04378B750390FA9197CE08773E8A6DF /* UMCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMCore-dummy.m"; sourceTree = ""; }; + A0503F2FA3DC9427A604CAC335BBD8DF /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + A057BEC6579119B8A359B3234EDC7AF5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + A07CF9257E772EF390552470FEE43BFB /* React-jsi-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsi-prefix.pch"; sourceTree = ""; }; + A0814B9980CEFB4AA163E5C0FE491507 /* 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; }; + A08F869266F38519AEA0AAE93ECAD2A7 /* SDImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOCoder.h; path = SDWebImage/Core/SDImageIOCoder.h; sourceTree = ""; }; + A0A3C365D6D9695020F22E89EE0829AE /* YGConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = yoga/YGConfig.h; sourceTree = ""; }; + A0B5511CD946C96516D54260C8B42A94 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; + A12A109DD4E22A0DBF6FF579E66843B0 /* RCTImageDataDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageDataDecoder.h; path = Libraries/Image/RCTImageDataDecoder.h; sourceTree = ""; }; + A1392FB10E0827593617B7AA05394353 /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = SDWebImage/Core/SDImageLoader.h; sourceTree = ""; }; + A13D5BEDDB728C3BB3CB41EEDD61707A /* RNSScreenStack.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenStack.m; path = ios/RNSScreenStack.m; sourceTree = ""; }; + A1512754E862C64B6D673A29DBA48C95 /* RCTSegmentedControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControlManager.m; sourceTree = ""; }; + A17C4CE7CC07E5F34676C85FE28D0296 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + A180D1561EE0153CEAE325FB966800B0 /* FIRInstanceIDLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDLogger.m; path = Firebase/InstanceID/FIRInstanceIDLogger.m; sourceTree = ""; }; + A1841F077B29D6A80EEDBEA24DB2C322 /* RCTImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageUtils.h; path = Libraries/Image/RCTImageUtils.h; sourceTree = ""; }; + A1923765E1722B016062233F42B81720 /* Yoga.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Yoga.cpp; path = yoga/Yoga.cpp; sourceTree = ""; }; + A1C4DE3775731A6AEDD336067EEE03BF /* de.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = de.lproj; path = ios/QBImagePicker/QBImagePicker/de.lproj; sourceTree = ""; }; + A1D610CA53E44198C6CF77461DF107ED /* GDTClock.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTClock.m; path = GoogleDataTransport/GDTLibrary/GDTClock.m; sourceTree = ""; }; + A1ECB489062ECBD9F58B75AA5942A712 /* UMTaskManagerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMTaskManagerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + A211DE5FFA61917BE4C69FFF1971DEE6 /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = SDWebImage/Core/SDWebImageDownloaderConfig.m; sourceTree = ""; }; + A21747766DD83B697F1247CD235A13CD /* GULReachabilityChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityChecker.h; path = GoogleUtilities/Reachability/Private/GULReachabilityChecker.h; sourceTree = ""; }; + A21E000F1B505340A3B129180C852E2F /* RCTNetworkTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkTask.h; path = Libraries/Network/RCTNetworkTask.h; sourceTree = ""; }; A225ED83E33DC48D25B9FF35BA50CCD0 /* libEXAppLoaderProvider.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXAppLoaderProvider.a; path = libEXAppLoaderProvider.a; sourceTree = BUILT_PRODUCTS_DIR; }; - A22802653E06152C025121A6238064FE /* TurboModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboModule.cpp; path = turbomodule/core/TurboModule.cpp; sourceTree = ""; }; - A233A0BA41BDE3C222CEB7D7954CCD39 /* GDTRegistrar_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTRegistrar_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTRegistrar_Private.h; sourceTree = ""; }; - A2511BC771C44E321061EAA907EA4251 /* EXFileSystem-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXFileSystem-dummy.m"; sourceTree = ""; }; - A280C6C5078C7A80907B7DA1392FDCE6 /* UMInternalModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMInternalModule.h; sourceTree = ""; }; - A28A034B37E3894E001E593CCF4B8F7F /* KeyCommands-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "KeyCommands-dummy.m"; sourceTree = ""; }; - A2C47EF88318862C646DB0E921FF174E /* UMCore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMCore-prefix.pch"; sourceTree = ""; }; - A2C4C4BA2E33AE21DB99829860BD5819 /* EXAV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAV.h; path = EXAV/EXAV.h; sourceTree = ""; }; - A2C90A017A7890D69580CFFC83AB5043 /* RCTAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedNode.m; sourceTree = ""; }; - A2CAC24305384EB07C359B99608B3A7B /* BSG_RFC3339DateTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_RFC3339DateTool.h; sourceTree = ""; }; - A2CBD005D5C1D35631BB6B310196EB85 /* quant_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_enc.c; path = src/enc/quant_enc.c; sourceTree = ""; }; - A2CD639B8A8F09FA7A12586E36430895 /* FBReactNativeSpec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBReactNativeSpec.h; path = FBReactNativeSpec/FBReactNativeSpec.h; sourceTree = ""; }; - A2FF8CEEF1059ACF9EABBA6D292C62AB /* RSKImageCropper.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RSKImageCropper.xcconfig; sourceTree = ""; }; - A31E924DD38BACC61AAD1BF23479095F /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = SDWebImage/Core/SDDiskCache.m; sourceTree = ""; }; - A34D51E0AD0C8A6D10ED8C29782C90C2 /* React-RCTLinking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTLinking-prefix.pch"; sourceTree = ""; }; - A35B77B88D2899E2E0ABDACED21D139E /* RNGestureHandlerModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerModule.m; path = ios/RNGestureHandlerModule.m; sourceTree = ""; }; - A3603580E44508888CCCFFEB71E5080D /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; - A36D999008A3FC12B2D50113AD92521B /* FIRInstanceIDStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDStore.m; path = Firebase/InstanceID/FIRInstanceIDStore.m; sourceTree = ""; }; - A379D5C2579618F08D819BD291810680 /* 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; }; - A3C4D5A41A010AC15F50BBA25050885B /* backward_references_cost_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = backward_references_cost_enc.c; path = src/enc/backward_references_cost_enc.c; sourceTree = ""; }; - A41275DF7893002BD1FF5EED78AA3484 /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/Core/SDWebImageDownloader.h; sourceTree = ""; }; - A41E843E947E1CFCAD8852446936221A /* tree_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tree_dec.c; path = src/dec/tree_dec.c; sourceTree = ""; }; - A4A4049922676E70F3C6EA2CC53E8DEA /* FFFastImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageViewManager.m; path = ios/FastImage/FFFastImageViewManager.m; sourceTree = ""; }; - A4AFF26A82F62EE0683FFFB913D9DE76 /* muxread.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxread.c; path = src/mux/muxread.c; sourceTree = ""; }; - A4C982A1921D03C6551EAEB33757CDB6 /* Bugsnag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Bugsnag.h; sourceTree = ""; }; - A4DD93FA57DA851B22FCADCED797836B /* UMLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogHandler.h; sourceTree = ""; }; - A4E2C829C5BCC61D75F1E0B270E49F6F /* dynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = dynamic.cpp; path = folly/dynamic.cpp; sourceTree = ""; }; - A52A82D199C2C92060C008F7E0B8B753 /* RCTVideo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideo.m; path = ios/Video/RCTVideo.m; sourceTree = ""; }; - A52DBA02565620C7CB43C0C6D06492BA /* UMViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMViewManager.m; path = UMCore/UMViewManager.m; sourceTree = ""; }; - A567A567EB7A40DD0FA1D2B0A654CBC4 /* RCTDatePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePickerManager.m; sourceTree = ""; }; - A593F2795FD0D96D25EF2E5F0205CBD8 /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; - A5B09B2E9E5DA96FAB51402FDE9DA2FF /* RNPinchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPinchHandler.m; sourceTree = ""; }; - A5EC7D8475099F10FFC4F6D41593A9B9 /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; - A611F89BAEDF8226B087FB7105C03D4F /* dec_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_sse2.c; path = src/dsp/dec_sse2.c; sourceTree = ""; }; - A624EA50D9FA069BF68C368B9621017C /* GDTStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTStorage.h; path = GoogleDataTransport/GDTLibrary/Private/GDTStorage.h; sourceTree = ""; }; - A63056ABA542F8B04DEFA67C19269FD7 /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = SDWebImage/Core/SDAnimatedImageView.m; sourceTree = ""; }; - A639FF9F42C51D2970304EDD7F9308E9 /* GDTStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTStorage.m; path = GoogleDataTransport/GDTLibrary/GDTStorage.m; sourceTree = ""; }; - A65A0AA72F5CC83307E11E7402EB3537 /* RNUserDefaults.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNUserDefaults.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - A66E9B64871E443AE6D5C9E8D3BB2A3A /* FIRInstanceIDURLQueryItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDURLQueryItem.m; path = Firebase/InstanceID/FIRInstanceIDURLQueryItem.m; sourceTree = ""; }; - A66FAA94D678F99D0D43B7E041E553EA /* BSGSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGSerialization.h; sourceTree = ""; }; + A2309B02D4CBE5D68836BD94999C64E2 /* pb_encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_encode.h; sourceTree = ""; }; + A26D21EE6973836603D8347C4AA8BD9E /* android_date.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = android_date.png; path = docs/images/android_date.png; sourceTree = ""; }; + A27782AF48BDEA48AEDB672971EA809C /* jsi.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = jsi.cpp; sourceTree = ""; }; + A282F86B0BEABBF5B518E289006DEAF5 /* RNScreens.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNScreens.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + A2C498039C0E6E39E7ADD5FAF1803B9B /* RNFirebaseLinks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseLinks.h; sourceTree = ""; }; + A2D800D10618A0144F1DD5864B687C20 /* RNFetchBlobReqBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobReqBuilder.m; path = ios/RNFetchBlobReqBuilder.m; sourceTree = ""; }; + A2E5B3203EEEEFDAB9079DE4F5CB11E6 /* TurboModuleUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboModuleUtils.cpp; path = turbomodule/core/TurboModuleUtils.cpp; sourceTree = ""; }; + A2EB051A29B35EC96FFE889FC5CCC558 /* react-native-slider.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-slider.xcconfig"; sourceTree = ""; }; + A33BEBEB9296D799A5CC2F6E1DA6868E /* ARTRenderable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTRenderable.m; path = ios/ARTRenderable.m; sourceTree = ""; }; + A3415E38D5E1DBC30DC4BCACCD73D64E /* Compression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Compression.h; path = ios/src/Compression.h; sourceTree = ""; }; + A34D7856C33ECA9A764E89C5B34ED5FD /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + A3563F6253B3ADA72FC5A1180FA6EB55 /* BSG_KSCrashDoctor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashDoctor.m; sourceTree = ""; }; + A35FD940F25DDA9B77B7AFCE50EF51FB /* GDTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTAssert.m; path = GoogleDataTransport/GDTLibrary/GDTAssert.m; sourceTree = ""; }; + A36C6638183A9E748FF37DB421B76D3C /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; + A385FCD9093C6C9907B533D8CF292798 /* pl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pl.lproj; path = ios/QBImagePicker/QBImagePicker/pl.lproj; sourceTree = ""; }; + A3E63A13602882E51CE5359C7B370400 /* Format.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Format.cpp; path = folly/Format.cpp; sourceTree = ""; }; + A402911B73162EAE51DC95CAB1B185BF /* api.md */ = {isa = PBXFileReference; includeInIndex = 1; name = api.md; path = docs/api.md; sourceTree = ""; }; + A41056D251493CFFD991E186AEA9B74F /* QBAssetCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetCell.m; path = ios/QBImagePicker/QBImagePicker/QBAssetCell.m; sourceTree = ""; }; + A47B0FD5533369CBB8D4F5907D6C95B0 /* FIRVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRVersion.h; path = Firebase/Core/Private/FIRVersion.h; sourceTree = ""; }; + A4BF94965D3CF5366FE94F4CFDA5E147 /* RNCSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSliderManager.m; path = ios/RNCSliderManager.m; sourceTree = ""; }; + A524FF638100AC45C33EF88339FC17D4 /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; + A5453BA67D5A8D1265CC4D4F25D4ACCF /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; + A57F6995734EE8ADDE7F8FEFA25AC49C /* RCTPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPicker.h; sourceTree = ""; }; + A585D00A6F08EC44BADDCC044335DDDD /* UMImageLoaderInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMImageLoaderInterface.xcconfig; sourceTree = ""; }; + A585D7271AD91337F3DA2AD8729BA9A6 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + A5A00C735FF3CC0126B0373B8738EE83 /* RCTDataRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDataRequestHandler.m; sourceTree = ""; }; + A5D09A138AD3EBED1B44789D6A93DCDE /* RNCSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSliderManager.h; path = ios/RNCSliderManager.h; sourceTree = ""; }; + A5D2B29920AA7C36258802B49B49806D /* RCTAnimationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationUtils.h; path = Libraries/NativeAnimation/RCTAnimationUtils.h; sourceTree = ""; }; + A5ECDA009BD274EE01826A8215EB1488 /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; + A605D1F6B49B045296942CBA5DE6616B /* RNGestureHandlerDirection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerDirection.h; path = ios/RNGestureHandlerDirection.h; sourceTree = ""; }; + A60FB87EA02412732DBF2EC5E7A6A199 /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; + A6298B7EC5E6F59CA4115EE8F575AB45 /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; + A6554CAC66AB58DD6D06EC2E8F89E196 /* FIRConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfiguration.h; path = Firebase/Core/Public/FIRConfiguration.h; sourceTree = ""; }; A68E5A9B69A3BA0FD52CAF7A354EC93B /* libReact-RCTNetwork.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTNetwork.a"; path = "libReact-RCTNetwork.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - A69379B3BBF5F21F7D7CD7379254CFE6 /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; - A699B05CCF72090105833781B929648B /* GULReachabilityMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityMessageCode.h; path = GoogleUtilities/Reachability/Private/GULReachabilityMessageCode.h; sourceTree = ""; }; - A6C1D029A172D167AB0F40D48A9B96E6 /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = SDWebImage/Core/SDImageTransformer.h; sourceTree = ""; }; - A71185BFC5E66E42EF146D1D907CDFBD /* UMMagnetometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerInterface.h; path = UMSensorsInterface/UMMagnetometerInterface.h; sourceTree = ""; }; - A721BFF3C23C75052F8B9492B619485F /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; - A72FE6B38B89E279683765A00C4472FC /* BSG_KSJSONCodec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodec.h; sourceTree = ""; }; - A745D640AC8C686BC57AF610BB212C47 /* RNFirebase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFirebase.m; path = RNFirebase/RNFirebase.m; sourceTree = ""; }; - A77857E994C251C9FAF0A77A248CF659 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - A77B92EFA4C78BBF35CA2CF762F74659 /* SDImageWebPCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageWebPCoder.m; path = SDWebImageWebPCoder/Classes/SDImageWebPCoder.m; sourceTree = ""; }; - A7AAF36698B12EC9A5F1499B0E23D952 /* pb_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_common.h; sourceTree = ""; }; - A7C4C58611A3C8A99D22871C4D030F80 /* BSG_KSString.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSString.c; sourceTree = ""; }; - A7C9E07CE2632B29641A159E22B60E51 /* RCTImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoader.h; path = React/CoreModules/RCTImageLoader.h; sourceTree = ""; }; - A7CB22BE8E129C13B32901AF3E28A3A8 /* 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 = ""; }; - A7F41214E068C2672232FA79CBF2BD08 /* RNSScreenContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenContainer.m; path = ios/RNSScreenContainer.m; sourceTree = ""; }; - A807B06F9E690751FBFAB6F83DE6E30B /* RCTImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageLoader.mm; sourceTree = ""; }; - A8695258552D9585B4FB62140C8EF779 /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; - A8758C74594F364FE8D55BF1A8B0795D /* FIRInstanceIDTokenDeleteOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenDeleteOperation.h; path = Firebase/InstanceID/FIRInstanceIDTokenDeleteOperation.h; sourceTree = ""; }; - A88E01C496FF6956C484ABA7A145B012 /* RCTTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextView.m; sourceTree = ""; }; - A89ABA126B960F11BBFCF0475F6A0AED /* FIRLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRLogger.m; path = Firebase/Core/FIRLogger.m; sourceTree = ""; }; - A8ADC91FCB1A9A22A94BB670E1129B6B /* RNDateTimePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDateTimePickerManager.h; path = ios/RNDateTimePickerManager.h; sourceTree = ""; }; - A8B9646878F1F3DB7477DC8916D9E9B0 /* signalhandler.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = signalhandler.cc; path = src/signalhandler.cc; sourceTree = ""; }; - A8BE42D13BD23F939284FB37B4692663 /* NSButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSButton+WebCache.h"; path = "SDWebImage/Core/NSButton+WebCache.h"; sourceTree = ""; }; - A8D605CD2A9D926F49ED96D30DFD6C8A /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; - A90996A1D17F8B19F648CCA2F3DA90B1 /* pb_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_decode.c; sourceTree = ""; }; - A9690E6AA35B66C49C28C6C39DA18FA5 /* RNNotificationsStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationsStore.h; path = RNNotifications/RNNotificationsStore.h; sourceTree = ""; }; + A6A1637BE29A75F7F13B5F7D4D060A05 /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.h; sourceTree = ""; }; + A6ADC0ED76E75FA14818D598B0C9A7EF /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; + A6B7370434CF3B98104CFA90EDB7588C /* UMImageLoaderInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMImageLoaderInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + A6BC29B4BC235B3DD0A69D3481D08993 /* React-RCTLinking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTLinking-prefix.pch"; sourceTree = ""; }; + A6CD8A31EAD691BECF392DE6526D8B16 /* RCTInspectorPackagerConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInspectorPackagerConnection.m; sourceTree = ""; }; + A6E0D58232EF1BE4057DF65FDD108841 /* CGGeometry+RSKImageCropper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CGGeometry+RSKImageCropper.m"; path = "RSKImageCropper/CGGeometry+RSKImageCropper.m"; sourceTree = ""; }; + A72C645758FFD253BEAF84EF9815D892 /* ARTShape.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTShape.m; path = ios/ARTShape.m; sourceTree = ""; }; + A72FB0A1AC1D24670509A274650EA2F3 /* 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 = ""; }; + A73B61118A7A2771EA9034045466E257 /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; + A74E5A3A211DACFFD2A246748236E82D /* RCTDatePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePicker.m; sourceTree = ""; }; + A78B54BD3246CB0BE36024F0436A9F16 /* RCTKeyCommandsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTKeyCommandsManager.m; path = ios/KeyCommands/RCTKeyCommandsManager.m; sourceTree = ""; }; + A78C923BC5709560F8846C114C67703C /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.h; sourceTree = ""; }; + A791612F5D338BBF660CFE92C5102F3C /* RNCAppearanceProviderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearanceProviderManager.h; path = ios/Appearance/RNCAppearanceProviderManager.h; sourceTree = ""; }; + A7A3F93009F5C4B541284A373C6C8B5A /* UMReactFontManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactFontManager.m; sourceTree = ""; }; + A7A53BE143693748F97B1EE4DB8C7E59 /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; + A7A9619333FE09CF2DFA4A5A7A719200 /* GULSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSwizzler.h; path = GoogleUtilities/MethodSwizzler/Private/GULSwizzler.h; sourceTree = ""; }; + A7B1B6D5299F4C34E1103231A3B70571 /* vp8i_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8i_dec.h; path = src/dec/vp8i_dec.h; sourceTree = ""; }; + A7B8A6812933BF099464A855BD022D03 /* RCTConvert+ART.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+ART.h"; path = "ios/RCTConvert+ART.h"; sourceTree = ""; }; + A7C6FD5F50751A07FAC17D258A658563 /* RCTBackedTextInputDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegate.h; sourceTree = ""; }; + A7F28B7C648243F665EB4806AE5569F6 /* fixed-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fixed-dtoa.cc"; path = "double-conversion/fixed-dtoa.cc"; sourceTree = ""; }; + A81D42162A1B05AB9ABCFBB62054D5BD /* RNDocumentPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDocumentPicker.h; path = ios/RNDocumentPicker/RNDocumentPicker.h; sourceTree = ""; }; + A8256F9EC248B879F85E9850566E0A1A /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; sourceTree = ""; }; + A83563ED1B8552B3023F8496D52DDEC5 /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = ios/QBImagePicker/QBImagePicker/en.lproj; sourceTree = ""; }; + A84BC45100C1120943994118E8BC0CB0 /* FBReactNativeSpec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBReactNativeSpec.h; path = FBReactNativeSpec/FBReactNativeSpec.h; sourceTree = ""; }; + A87D294F6428C7EBBF8E362A82C30DF8 /* EXRemindersRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXRemindersRequester.h; path = EXPermissions/EXRemindersRequester.h; sourceTree = ""; }; + A88F186F604A06A6BAC80604088762E3 /* RNNotificationsStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationsStore.h; path = RNNotifications/RNNotificationsStore.h; sourceTree = ""; }; + A8C0BAEBF82B7932F04EEDB15268D083 /* BSG_KSMach_x86_32.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_32.c; sourceTree = ""; }; + A8D66EB87FF1052564109710F3EC6D0F /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = WebImage/SDWebImage.h; sourceTree = ""; }; + A8D76E43186948D347E816B807616C51 /* RNPanHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPanHandler.m; sourceTree = ""; }; + A9044317CFED7D37B46560668B46ED79 /* RCTStatusBarManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStatusBarManager.m; sourceTree = ""; }; + A90B1A629720AA5F418DFA00D3D2F3CD /* REACallFuncNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REACallFuncNode.m; sourceTree = ""; }; + A90CA3A92964EF2579DC9E11BCCBFD45 /* React-RCTBlob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTBlob-prefix.pch"; sourceTree = ""; }; + A90EEA3E24B6338A093526F3631E6B57 /* GULNetworkURLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkURLSession.h; path = GoogleUtilities/Network/Private/GULNetworkURLSession.h; sourceTree = ""; }; + A9260E377C17898766A665275BEC9B96 /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; + A932D6DD5352974EA8656D48EED5823E /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; + A935FC058BB1092F0600E4B45DFBAB74 /* RCTAnimationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimationUtils.m; sourceTree = ""; }; + A93CF72DDD91639E5E0D4F9AE2FFA261 /* RCTBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridge.m; sourceTree = ""; }; + A942963ED07E6DEB650FA128366D8156 /* common_sse2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_sse2.h; path = src/dsp/common_sse2.h; sourceTree = ""; }; + A9691ABB37712E5FCEBACD419A31BD2C /* RNFirebaseDatabase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseDatabase.m; sourceTree = ""; }; + A984D3FECA3FC20063DBB2260C3340F6 /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = SDWebImage/Core/SDWebImageDownloaderOperation.h; sourceTree = ""; }; + A98D3BF786F423F9CC492FAEE6A1D1A8 /* MessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MessageQueueThread.h; sourceTree = ""; }; A9916A69A97251C8AA9535F6F70AE9DB /* Pods-RocketChatRN.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-RocketChatRN.release.xcconfig"; sourceTree = ""; }; - A9C7243660D519FBCAB59D233784DE36 /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; - A9EFB81B9B04131915F1C2AB3FB28A89 /* RNFastImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFastImage-dummy.m"; sourceTree = ""; }; - AA0E28EF6788ECC06A71AFB63E5B998E /* RCTProgressViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProgressViewManager.h; sourceTree = ""; }; - AA1F94162A018B3E8A377F51DF967901 /* EXWebBrowser.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXWebBrowser.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - AA2DDD5D0523B8F594DAD36A9AAA5E70 /* enc_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_sse2.c; path = src/dsp/enc_sse2.c; sourceTree = ""; }; - AA4FD7B91BC9C4E68B7EBBFEC04B8C90 /* BSG_KSCrashSentry_NSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_NSException.h; sourceTree = ""; }; - AA60B66D815707B0ADDB4C0E55CDE282 /* LongLivedObject.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = LongLivedObject.cpp; path = turbomodule/core/LongLivedObject.cpp; sourceTree = ""; }; - AA6AAA1D90BE93D3C64963C8A5ED303A /* FBLazyVector.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBLazyVector.xcconfig; sourceTree = ""; }; - AA6B1F3F38274DCBDDCF2564288EBCCE /* json.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = json.cpp; path = folly/json.cpp; sourceTree = ""; }; - AA811FB189CF7A70894B0E93D2CDA211 /* UMImageLoaderInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMImageLoaderInterface.xcconfig; sourceTree = ""; }; - AA8B6365B6D3D81758363E0927FEC405 /* 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; }; - AAA73D3C27182BDDB286D67F23E7D9A8 /* RNCAppearanceProviderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearanceProviderManager.h; path = ios/Appearance/RNCAppearanceProviderManager.h; sourceTree = ""; }; - AAB994B137BDE46E6A2AA30D85B3B91B /* RCTPropsAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPropsAnimatedNode.m; sourceTree = ""; }; - AAD48B7D2D97595523BFAB5B4A9CEC9B /* FFFastImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageViewManager.h; path = ios/FastImage/FFFastImageViewManager.h; sourceTree = ""; }; - AAF86472CF2BCFF722DE17054CC4317C /* BSG_KSBacktrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace.h; sourceTree = ""; }; - AAFA6E0A391B9079526E0FB374F2C1B6 /* picture_psnr_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_psnr_enc.c; path = src/enc/picture_psnr_enc.c; sourceTree = ""; }; - AB1138DC1F82392F5512E3ACE06F0872 /* UMAppLifecycleListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleListener.h; sourceTree = ""; }; - AB14D64E590FF3E4CB532CDB68230DB0 /* RNRotationHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNRotationHandler.m; sourceTree = ""; }; - AB2D79CBC8C5207C6570D2334D89B961 /* FBReactNativeSpec-generated.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "FBReactNativeSpec-generated.mm"; path = "FBReactNativeSpec/FBReactNativeSpec-generated.mm"; sourceTree = ""; }; - AB32A635B3520B996565D062F35D02EA /* RSKImageScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKImageScrollView.m; path = RSKImageCropper/RSKImageScrollView.m; sourceTree = ""; }; - AB4C29CB323AD79B00108DC92BCB97F6 /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; - AB95CCB123C9766BEEB53423FC43FC97 /* REAParamNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAParamNode.h; sourceTree = ""; }; + A9ED93A67C41D0D1C7735EA096A718D3 /* EXVideoView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoView.h; sourceTree = ""; }; + A9F51DCA8E22B93E3861AA519FF984C0 /* BSG_KSMach.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach.c; sourceTree = ""; }; + AA02C1E29CB6E36CF2F968FDC1B38B00 /* RCTMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedViewManager.h; sourceTree = ""; }; + AA16F20ABE77B8DD649F24D5CD6DDC3F /* UIImage+MemoryCacheCost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MemoryCacheCost.m"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.m"; sourceTree = ""; }; + AA736E438B04D91D11B081155E2CF4E0 /* filters_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_neon.c; path = src/dsp/filters_neon.c; sourceTree = ""; }; + AA85A239C0652695B4C80CAFA929E1A8 /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Brands.ttf; path = Fonts/FontAwesome5_Brands.ttf; sourceTree = ""; }; + AA993AC1DE31C550AA0B661B0D876BB4 /* RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotifications.h; path = RNNotifications/RNNotifications.h; sourceTree = ""; }; + AAC46B5086C5C013D36C6FBF9DDFAC19 /* RCTRequired.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTRequired.xcconfig; sourceTree = ""; }; + AAD250051D4F61814E70006F8C68D697 /* EXWebBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXWebBrowser-prefix.pch"; sourceTree = ""; }; + AAF5A90B3B77B36A07954CA39856C1A7 /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.h; sourceTree = ""; }; + AAFF9C0E0B5630B174793EC35C4C38D0 /* vp8li_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8li_dec.h; path = src/dec/vp8li_dec.h; sourceTree = ""; }; + AB59CAFB02638F9819664583A263EEC6 /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = SDWebImage/Core/SDImageGIFCoder.m; sourceTree = ""; }; + AB5BB3FFB9D166893CC95BD6DE247464 /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAccessibilityManager.h; sourceTree = ""; }; + AB7703776FF36261DE9FE1C93A324AF3 /* 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; }; + ABB5C981E713091255D71AAE8FE466A0 /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheOperation.m"; path = "SDWebImage/Core/UIView+WebCacheOperation.m"; sourceTree = ""; }; ABCA9F4CD6EE0D4686EBA505F526A436 /* libPods-ShareRocketChatRN.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-ShareRocketChatRN.a"; path = "libPods-ShareRocketChatRN.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - ABD3E13C1519D040A1C496CA3A2272A0 /* FIRInstanceIDKeyPairStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeyPairStore.h; path = Firebase/InstanceID/FIRInstanceIDKeyPairStore.h; sourceTree = ""; }; - ABDE0D11DD6F3416807CF8C7D0C38947 /* GoogleDataTransportCCTSupport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleDataTransportCCTSupport-dummy.m"; sourceTree = ""; }; - ABF10FD95B903F9E2A1ABEBFD1AE686C /* UMUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUtilities.h; path = UMCore/UMUtilities.h; sourceTree = ""; }; ABFEEA82A6C346B22843FBE0B0582182 /* libFBReactNativeSpec.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFBReactNativeSpec.a; path = libFBReactNativeSpec.a; sourceTree = BUILT_PRODUCTS_DIR; }; - AC3E8D3A8F269AF54F2B577859727182 /* RCTBaseTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextShadowView.m; sourceTree = ""; }; - AC44F633C6FBC8194C100AC4DDCCB868 /* NSDataBigString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = NSDataBigString.mm; sourceTree = ""; }; - AC7BEFEA1D9F9F4BD894A3BDEB754050 /* ssim_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssim_sse2.c; path = src/dsp/ssim_sse2.c; sourceTree = ""; }; - AC807F96F9596A25ABCEDFD82D0BD5B6 /* EXUserNotificationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXUserNotificationRequester.m; path = EXPermissions/EXUserNotificationRequester.m; sourceTree = ""; }; - AC902C6A9794419C90D1F8485A66EA4E /* UIImage+Resize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Resize.h"; path = "ios/src/UIImage+Resize.h"; sourceTree = ""; }; - ACB9C9B7C028DDBC2B0FBEB2D1EAE8D2 /* mux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mux.h; path = src/webp/mux.h; sourceTree = ""; }; - ACC42F9CA47CAE7B954CAB7F87146F43 /* RCTInspector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspector.mm; sourceTree = ""; }; - ACE2E911D1DD8EEE1AAF6B1994A2BB13 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - AD153637D0F88F7863503888BF426FF7 /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/Core/SDWebImageManager.h; sourceTree = ""; }; + AC299F3EA25843A6BDBB01C56412A6DE /* RNFirebaseAdMobBannerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobBannerManager.m; sourceTree = ""; }; + AC615868BE8E9F48A3A6A126EAA7DA56 /* bit_reader_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bit_reader_utils.c; path = src/utils/bit_reader_utils.c; sourceTree = ""; }; + AC648412AF4600F9C1EDFB18BC08768E /* ARTRadialGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTRadialGradient.m; sourceTree = ""; }; + AC67BC726D036DB665F8D256B87CE29D /* quant_levels_dec_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_levels_dec_utils.c; path = src/utils/quant_levels_dec_utils.c; sourceTree = ""; }; + AC69360E61A151E205754F6D669DF8FC /* UMModuleRegistryAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryAdapter.h; sourceTree = ""; }; + AC8ADAD4814C3F1601DDF0ACD33789F6 /* YGNodePrint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodePrint.h; path = yoga/YGNodePrint.h; sourceTree = ""; }; + AC902E69B0101545635BA89305C80F27 /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; + ACA35723F300F3BB61F1EFECA1F9C1C9 /* UMExportedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMExportedModule.m; path = UMCore/UMExportedModule.m; sourceTree = ""; }; + ACCC460723898206A9DEFFCA2B534551 /* RCTFileReaderModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFileReaderModule.m; sourceTree = ""; }; + ACE70D1389E6F764B944D5A2B92BD6A5 /* log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log.h; path = yoga/log.h; sourceTree = ""; }; + AD02169BFC7C99B84A56BB3FE5948E4E /* ssim_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssim_sse2.c; path = src/dsp/ssim_sse2.c; sourceTree = ""; }; + AD3015F3E07D474D457615D397B24B94 /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; + AD3FBDF55D00D79D9DBDF0808838A45E /* RCTDevLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingView.h; sourceTree = ""; }; AD40A94AE1ADFA1CDF9602BA3B04C90E /* libEXAV.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXAV.a; path = libEXAV.a; sourceTree = BUILT_PRODUCTS_DIR; }; - AD501E44E8B6B7214AB9EADF1181C1F3 /* rescaler.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler.c; path = src/dsp/rescaler.c; sourceTree = ""; }; - AD61021FCB80AC380C67848B2C9B7DDE /* BSG_KSCrashReportFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilter.h; sourceTree = ""; }; - AD89995A2CE1DDDF0FCD36B473FF0AF5 /* EXHaptics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXHaptics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - ADBD04C24033E70A57BE371F9E95677E /* QBAssetsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetsViewController.h; path = QBImagePicker/QBAssetsViewController.h; sourceTree = ""; }; - ADF8B9050760D48734FC125B99261BD8 /* RNScreens-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNScreens-dummy.m"; sourceTree = ""; }; - ADFD2929D2E95FCACBBE0C693EEA30C2 /* 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 = ""; }; - AE0EEE989352089575A595D8BF69247A /* lossless_enc_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_neon.c; path = src/dsp/lossless_enc_neon.c; sourceTree = ""; }; - AE4203F0C66F5C35AC5B69280F7AB1C2 /* React-cxxreact-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-cxxreact-dummy.m"; sourceTree = ""; }; - AE802E73C4901199E96345C8896A11C4 /* RNSScreenStackHeaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenStackHeaderConfig.h; path = ios/RNSScreenStackHeaderConfig.h; sourceTree = ""; }; - AE9080204FD866F10983AD424EE73C31 /* React-jsiexecutor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsiexecutor-prefix.pch"; sourceTree = ""; }; - AEDA30D82699B958AD564B3E95991F7D /* REATransitionValues.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionValues.m; sourceTree = ""; }; - AEF3D8F3E0E9E808C02E62642689B83A /* RNBootSplash-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNBootSplash-dummy.m"; sourceTree = ""; }; - AF0045C0E8698A8A151A6AB320396243 /* BugsnagNotifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagNotifier.h; sourceTree = ""; }; - AF36BA173DAC16B6752560DA6C589D13 /* ARTSolidColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTSolidColor.h; sourceTree = ""; }; - AF39C018E786D9F6836EFA77F75B03B0 /* RNGestureHandler.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNGestureHandler.xcconfig; sourceTree = ""; }; + AD4ABA5CEBCCE553E9F6A570051F14A0 /* RNJitsiMeetView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNJitsiMeetView.h; path = ios/RNJitsiMeetView.h; sourceTree = ""; }; + AD4C5E8F109E5073C9334BC16646134A /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/Core/UIButton+WebCache.h"; sourceTree = ""; }; + AD54B5D28CA33D8094D80425CD549FBE /* BSG_KSCrashSentry_NSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_NSException.h; sourceTree = ""; }; + AD6F0184C9B0D921A0733BB5A058FF11 /* FirebaseCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCore-dummy.m"; sourceTree = ""; }; + ADA731BEC58D9973CC2DD6E9675F34A3 /* UMMagnetometerUncalibratedInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerUncalibratedInterface.h; path = UMSensorsInterface/UMMagnetometerUncalibratedInterface.h; sourceTree = ""; }; + ADAABE70DAA2A74A695D0D9165F0D036 /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcher.h; sourceTree = ""; }; + ADB237C3B5518083CB337FAE3C6A6EDA /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.h; sourceTree = ""; }; + ADBF60C609CBA63C10B9AD7A1B763FDF /* BSGConnectivity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGConnectivity.m; sourceTree = ""; }; + ADBFCA4EE8B961405264FE3B72430ABF /* JSIndexedRAMBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIndexedRAMBundle.h; sourceTree = ""; }; + ADD740B07F891E66997AE8BA270068A2 /* UMCameraInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMCameraInterface.h; path = UMCameraInterface/UMCameraInterface.h; sourceTree = ""; }; + ADEC67C2CCDE6DB26D8E0AB6E15E78B0 /* RCTDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDecayAnimation.h; sourceTree = ""; }; + ADFF87B6A82B2208F2E36CDCF7DF9A10 /* RCTResizeMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTResizeMode.m; sourceTree = ""; }; + AE0B90E0468091ECE32ED3647927E0A0 /* Folly-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Folly-dummy.m"; sourceTree = ""; }; + AE241FF3367B3DAC3C5D168BD7B35DF5 /* REANodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REANodesManager.h; path = ios/REANodesManager.h; sourceTree = ""; }; + AE2922524544A62E72CAE556CACF8353 /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; + AE587803218535C46E1EEDB2CD30D2E6 /* REAEventNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAEventNode.m; sourceTree = ""; }; + AE60B3A27F287887508D97080546ADAF /* GDTLifecycle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTLifecycle.h; path = GoogleDataTransport/GDTLibrary/Public/GDTLifecycle.h; sourceTree = ""; }; + AE9E5B33E4575C3BFDB4F4B244E6A755 /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Regular.ttf; path = Fonts/FontAwesome5_Regular.ttf; sourceTree = ""; }; + AE9FB700D8A9410FEBF933F946789F7D /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + AEA0DC5B6845AB5B1AFD86B44151D246 /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = SDWebImage/Core/SDImageCacheConfig.m; sourceTree = ""; }; + AEAB7139C9DEA683254F207803C2F25D /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; sourceTree = ""; }; + AEAFF03F736A590CC3D80A40C1C64FCF /* JitsiMeetSDK.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JitsiMeetSDK.xcconfig; sourceTree = ""; }; + AEB04230EF187F0097DCADD95323A008 /* FirebaseCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCore.h; path = Firebase/Core/Public/FirebaseCore.h; sourceTree = ""; }; + AEC758BDE8542ECD3416902DEA344304 /* Fontisto.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Fontisto.ttf; path = Fonts/Fontisto.ttf; sourceTree = ""; }; + AED110A21816296407A6A61AC9990E5F /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; + AEF4B5710E91A0F3799C82823FC25226 /* EXWebBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXWebBrowser.h; path = EXWebBrowser/EXWebBrowser.h; sourceTree = ""; }; + AF3900FF87C77F47E0065CB6103276BD /* RNSScreen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreen.h; path = ios/RNSScreen.h; sourceTree = ""; }; + AF6E7AD32B0CAFD0E83AA25B15391D05 /* huffman_encode_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = huffman_encode_utils.c; path = src/utils/huffman_encode_utils.c; sourceTree = ""; }; AF72FD600DE7E2D330BA50F877993E05 /* libUMCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMCore.a; path = libUMCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; - AF947193A9EB226E277E245ACEC85A9B /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = SDWebImage/Core/SDImageCoder.h; sourceTree = ""; }; - AF9D766D62026C8ADA8883382A30FCE0 /* FIRCoreDiagnostics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnostics.m; path = Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnostics.m; sourceTree = ""; }; - AF9E9542D2A9D6DE1F3DC69C0B2577AE /* 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; }; - B01A1E5FDB0C8872E327A549ABB0497B /* RNFetchBlobFS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobFS.h; path = ios/RNFetchBlobFS.h; sourceTree = ""; }; - B032BF836FBD35BDE9DE64AC45A6EE20 /* RCTBaseTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputView.h; sourceTree = ""; }; + AF8CDB3234290BED94BE4557F5886530 /* EXFileSystem.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXFileSystem.xcconfig; sourceTree = ""; }; + AF99652E3E3715C364F42DE991BDB1B6 /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = RAMBundleRegistry.cpp; sourceTree = ""; }; + AF99F8B9785ABF57CC3B10E0C100B565 /* RCTGIFImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTGIFImageDecoder.h; path = Libraries/Image/RCTGIFImageDecoder.h; sourceTree = ""; }; + AFD2AC81AC5FA51E82EFED1BA17B7573 /* GDTEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTEvent.h; path = GoogleDataTransport/GDTLibrary/Public/GDTEvent.h; sourceTree = ""; }; + AFE595C13AAAB67AC3A8220900A1F521 /* NativeToJsBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = NativeToJsBridge.cpp; sourceTree = ""; }; B058F035CFD84ECBF8414E4EAE5834FC /* libreact-native-video.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-video.a"; path = "libreact-native-video.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - B07CCC1F57AF035C7F0A5F05DF5F21DF /* vp8i_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8i_dec.h; path = src/dec/vp8i_dec.h; sourceTree = ""; }; + B07EAD9D7D7567672292BBFF00972542 /* ObservingInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObservingInputAccessoryView.h; path = lib/ObservingInputAccessoryView.h; sourceTree = ""; }; + B08911BD2433DDBEA93304013A8022AE /* RCTAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedNode.m; sourceTree = ""; }; B0B214D775196BA7CA8E17E53048A493 /* libSDWebImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSDWebImage.a; path = libSDWebImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; - B0BF4D08A0179C00A6186E4C6355F4FD /* UMSensorsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMSensorsInterface.xcconfig; sourceTree = ""; }; - B0D469C5A5B872747EED0388471AEEC9 /* FIRInstanceIDAPNSInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDAPNSInfo.m; path = Firebase/InstanceID/FIRInstanceIDAPNSInfo.m; sourceTree = ""; }; - B0D70BF1D81B69D47C2148109D5EF985 /* RNFirebaseRemoteConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseRemoteConfig.h; sourceTree = ""; }; - B0DE3DB10E66A087A0BEA31493A76984 /* UMConstantsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMConstantsInterface.h; path = UMConstantsInterface/UMConstantsInterface.h; sourceTree = ""; }; - B0EB71CDD0AEEDE9FE3B0F7FFA9888EA /* FIRInstanceIDTokenDeleteOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenDeleteOperation.m; path = Firebase/InstanceID/FIRInstanceIDTokenDeleteOperation.m; sourceTree = ""; }; - B10EF6D408C4C13E722753B110591F60 /* RNFirebaseEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebaseEvents.h; path = RNFirebase/RNFirebaseEvents.h; sourceTree = ""; }; - B12E8FF9FEBDDDBEAD5C60051FFE0061 /* RNImageCropPicker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNImageCropPicker.xcconfig; sourceTree = ""; }; - B14777C38772A93C10158B05F9ECC2F2 /* EXFileSystem.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXFileSystem.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - B16AC2EF6A398FE442911F0117580557 /* ARTLinearGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTLinearGradient.h; sourceTree = ""; }; - B17C7E16E8031D7D40F3DCDF43F5ED78 /* KeyCommands-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KeyCommands-prefix.pch"; sourceTree = ""; }; - B1C0309D8214A4B9F1FA6022DDE7FCBB /* JSIndexedRAMBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIndexedRAMBundle.h; sourceTree = ""; }; - B24BCD3ACA63A4F1988B34D59712D7AF /* upsampling_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_sse41.c; path = src/dsp/upsampling_sse41.c; sourceTree = ""; }; - B25C2F7013DB491EBA70CD15C766277D /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = SDWebImage/Core/SDImageLoadersManager.h; sourceTree = ""; }; - B2647D7CE97B25E7411775854BD8AD1B /* utilities.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = utilities.cc; path = src/utilities.cc; sourceTree = ""; }; - B26A21FA8A8B6EFFD736912735323D47 /* RNCCameraRollManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCCameraRollManager.m; path = ios/RNCCameraRollManager.m; sourceTree = ""; }; - B2887512486E40A0E1D693596F2A86E0 /* react-native-appearance-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-appearance-dummy.m"; sourceTree = ""; }; - B29C38805F7127CB18A39556B771ECBA /* RNFirebaseAnalytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAnalytics.h; sourceTree = ""; }; - B2B5C12C9057A3C3F80B6FE63DC672B1 /* pb_decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_decode.h; sourceTree = ""; }; - B2C53771D976818BB03D0EEEDA1AE8F5 /* SDImageAssetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAssetManager.m; path = SDWebImage/Private/SDImageAssetManager.m; sourceTree = ""; }; - B2FA8421DE1DEDCF3392633FC2132D08 /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; - B311C84FFD89B80808E19467037D6308 /* fixed-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fixed-dtoa.cc"; path = "double-conversion/fixed-dtoa.cc"; sourceTree = ""; }; - B33E269DBFF2BE345F8195FBD7BCFB67 /* GoogleDataTransport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleDataTransport-dummy.m"; sourceTree = ""; }; - B372F3BA6D1AB3CE03B311B35A8ACA6A /* FIRInstanceIDTokenOperation+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstanceIDTokenOperation+Private.h"; path = "Firebase/InstanceID/FIRInstanceIDTokenOperation+Private.h"; sourceTree = ""; }; - B38BD7471D76B7D8984566FBF8F2FC31 /* BugsnagApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagApiClient.m; sourceTree = ""; }; - B39F9A3CEB4B186E40589A4D931C1257 /* SpookyHashV2.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SpookyHashV2.cpp; path = folly/hash/SpookyHashV2.cpp; sourceTree = ""; }; - B3A4F1A1A2D3902A6DB1B3E967F3C62D /* RNGestureHandlerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerEvents.h; path = ios/RNGestureHandlerEvents.h; sourceTree = ""; }; - B3BE4DD1BE1C0F0D68A731D6310C580B /* RCTValueAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTValueAnimatedNode.m; sourceTree = ""; }; - B3D41CFB690E0B78C15C27BE475A5C63 /* JSCExecutorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCExecutorFactory.h; sourceTree = ""; }; - B4129F213C0A47C50637C40270C3EEC6 /* EXConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstants.m; path = EXConstants/EXConstants.m; sourceTree = ""; }; - B414B2F742B5E67193DBBE9244CADCB3 /* BugsnagHandledState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagHandledState.h; sourceTree = ""; }; - B42DC3124D995D3EADE592628FFE2AF5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + B0B271CC330D29F0587211E3E531EF9E /* REAAllTransitions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAAllTransitions.h; sourceTree = ""; }; + B0C02F0BE5E491D1B2A5DA0E71329CDE /* RCTImageStoreManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageStoreManager.m; sourceTree = ""; }; + B0F6C3A54D39DD74B9F4CC6074F892FD /* React-RCTText.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.xcconfig"; sourceTree = ""; }; + B0FF906552B5DFC796F25F2644B3B20E /* RNFirebaseRemoteConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseRemoteConfig.m; sourceTree = ""; }; + B13B1365EFD333ED252C39A303169F8D /* RCTAdditionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAdditionAnimatedNode.m; sourceTree = ""; }; + B175AA7F1D156BA40EE5836DCAB2223A /* RNFirebase.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFirebase.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + B19F2883CDC6C609DB643BCC2F776E02 /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; + B1FE0D366F6E3BEEE492394D7E4FD699 /* FIRErrorCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrorCode.h; path = Firebase/Core/Private/FIRErrorCode.h; sourceTree = ""; }; + B21AD03C6F6CD5601C5D12A8A809308A /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBundleType.h; sourceTree = ""; }; + B22BBE455DEF05ED888005038069CDE1 /* REATransformNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransformNode.h; sourceTree = ""; }; + B260E0EE240A30CB382B1FB7E0FBD03A /* Entypo.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Entypo.ttf; path = Fonts/Entypo.ttf; sourceTree = ""; }; + B2735CE302680854AA3529AFCC29CA03 /* GULNSData+zlib.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GULNSData+zlib.m"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.m"; sourceTree = ""; }; + B29F537D673D77BD4D336B4E863EF7E4 /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; + B2B92DBA600B84DBA79028A2D7ED337C /* MethodCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MethodCall.h; sourceTree = ""; }; + B2C3AC10CB012FE8FB31E95320947EEE /* EXCameraPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCameraPermissionRequester.h; path = EXPermissions/EXCameraPermissionRequester.h; sourceTree = ""; }; + B2CB01CE9E07412C5A22C1E15F8F4859 /* 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 = ""; }; + B2D60EA0918D362F64BF181AC1602969 /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; + B30EC1C70EBBBF1AE74DCF889632A04B /* SDWebImageOptionsProcessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOptionsProcessor.m; path = SDWebImage/Core/SDWebImageOptionsProcessor.m; sourceTree = ""; }; + B3125C414316843B2D464D1AFF4A848C /* SDImageGIFCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoderInternal.h; path = SDWebImage/Private/SDImageGIFCoderInternal.h; sourceTree = ""; }; + B3178BD5429274B120B63E4B5484C9D0 /* RCTLocalAssetImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLocalAssetImageLoader.m; sourceTree = ""; }; + B3449DCEB6A78DADC97D79F2ADF6AF0C /* React-RCTLinking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTLinking-dummy.m"; sourceTree = ""; }; + B375FD543CA64F20CDE3F99EA6CDA070 /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = ""; }; + B37B061BCFAEAF0A54D7854C6C0322C7 /* double-conversion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "double-conversion.h"; path = "double-conversion/double-conversion.h"; sourceTree = ""; }; + B3D892AE8597A9B7DD8584C0AA7DA67F /* GULAppDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m; sourceTree = ""; }; + B3D91346D5DB2BA26577F5070AD51083 /* AntDesign.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = AntDesign.ttf; path = Fonts/AntDesign.ttf; sourceTree = ""; }; + B3E7203A22D67980F79BE1F48F851142 /* BSG_KSJSONCodecObjC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSJSONCodecObjC.m; sourceTree = ""; }; + B3EE8748D4C2705B971758111FD67780 /* RNPushKitEventListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventListener.m; path = RNNotifications/RNPushKitEventListener.m; sourceTree = ""; }; + B3FB53A8467ECF9DF9A7D394D04E7018 /* BSG_KSBacktrace.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSBacktrace.c; sourceTree = ""; }; B43874C6CBB50E7134FBEC24BABFE14F /* libGoogleUtilities.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libGoogleUtilities.a; path = libGoogleUtilities.a; sourceTree = BUILT_PRODUCTS_DIR; }; - B44F94E7C34A7CD76455440BA3B2A22B /* RCTSegmentedControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControlManager.m; sourceTree = ""; }; - B4793AA164D7B384AB6A2211D81056FB /* BugsnagUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagUser.h; sourceTree = ""; }; - B495422B40687B5786370FAACD615B60 /* pb_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_encode.c; sourceTree = ""; }; - B4968DB22147854D234F5D171DBBA244 /* GDTReachability.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTReachability.m; path = GoogleDataTransport/GDTLibrary/GDTReachability.m; sourceTree = ""; }; - B512017AE0E0A919495C69B001437EC8 /* Orientation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Orientation.m; path = iOS/RCTOrientation/Orientation.m; sourceTree = ""; }; - B523E283430B206BFABB777FB7EA77FC /* demux.c */ = {isa = PBXFileReference; includeInIndex = 1; name = demux.c; path = src/demux/demux.c; sourceTree = ""; }; - B52E17004863DA831F668D623BC49646 /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; - B52EF10684B99FAB40023EF3953D3592 /* UMFaceDetectorInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFaceDetectorInterface.xcconfig; sourceTree = ""; }; - B546C4150093F2C0121919DB6A6E72F7 /* BSG_RFC3339DateTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_RFC3339DateTool.m; sourceTree = ""; }; - B558404E9BEEF2759BFE60842A3DCB12 /* RNCWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWebView.m; path = ios/RNCWebView.m; sourceTree = ""; }; - B581B462258F249ADCF20D0CEC1ED310 /* TurboModuleBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboModuleBinding.cpp; path = turbomodule/core/TurboModuleBinding.cpp; sourceTree = ""; }; - B589CF8A4CA0E0841D1FD44EF1AD7E1C /* react-native-webview-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-webview-prefix.pch"; sourceTree = ""; }; - B597CC0B456C5F8B1D52993341C79D17 /* YGStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGStyle.h; path = yoga/YGStyle.h; sourceTree = ""; }; - B5BEFC8ED99279860396E625E8EC81EC /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; - B5CD42BF36AEFAF616B46EEC2EDAC1D9 /* GULNetworkConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkConstants.m; path = GoogleUtilities/Network/GULNetworkConstants.m; sourceTree = ""; }; + B446B989F75F5B50E56A3C514BEF3880 /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; + B4599C606497FF6E3DACFA8FDB506A3F /* JSCExecutorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCExecutorFactory.h; sourceTree = ""; }; + B476C336F3457258FE5885E0F7FE3132 /* ReactNativeShareExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactNativeShareExtension.h; path = ios/ReactNativeShareExtension.h; sourceTree = ""; }; + B4BEC43461E194D759435A7DFA9EF956 /* UMFaceDetectorManagerProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManagerProvider.h; path = UMFaceDetectorInterface/UMFaceDetectorManagerProvider.h; sourceTree = ""; }; + B4CF19A59BF2AB048C20E2B532EBB24E /* RNSScreen.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreen.m; path = ios/RNSScreen.m; sourceTree = ""; }; + B4D0C66DF0FB8536973108AC7E4F6636 /* RNFirebase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFirebase.xcconfig; sourceTree = ""; }; + B4D69FC46A221AD8AE24A593B9B8D3CB /* RNFirebaseAdMobNativeExpressManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobNativeExpressManager.h; sourceTree = ""; }; + B4F06981DB3BCD3E98A8E0FE77AF1DAA /* RNNotificationCenterListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenterListener.h; path = RNNotifications/RNNotificationCenterListener.h; sourceTree = ""; }; + B506EC4F45536B9E3416460A49B876AB /* React-RCTText-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTText-dummy.m"; sourceTree = ""; }; + B50CA41243E0F44D3881FDC85707F465 /* QBAssetsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetsViewController.h; path = ios/QBImagePicker/QBImagePicker/QBAssetsViewController.h; sourceTree = ""; }; + B5562B8CCC14A247872C2B827C4157E3 /* react-native-appearance-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-appearance-prefix.pch"; sourceTree = ""; }; + B5744E663AF4BCC3C10EDBCE112BAAF2 /* React-RCTSettings.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.xcconfig"; sourceTree = ""; }; B5D32CE02F68EE345F9101FFAF7E3476 /* Pods-RocketChatRN.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-RocketChatRN.debug.xcconfig"; sourceTree = ""; }; - B5F82A5EB9938DF9652E8C774662C2D4 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - B61327E6F899D94BA78FD32963EBC3A4 /* RCTVibration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVibration.m; sourceTree = ""; }; - B629D48036C36AB276A79583DB01A8B8 /* RCTVideoPlayerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideoPlayerViewController.m; path = ios/Video/RCTVideoPlayerViewController.m; sourceTree = ""; }; - B638103507F939F356DBCC7610FC8D00 /* BSG_KSSystemInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSSystemInfo.m; sourceTree = ""; }; + B5F480CF72190A5432EC0591BE01C139 /* RCTVideoPlayerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTVideoPlayerViewController.m; path = ios/Video/RCTVideoPlayerViewController.m; sourceTree = ""; }; + B5F73E4F9C9156EFB76337EB94A78AE1 /* RNPushKitEventListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventListener.h; path = RNNotifications/RNPushKitEventListener.h; sourceTree = ""; }; + B6219DECE46FCBA0B37B214302C278F1 /* json_pointer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = json_pointer.cpp; path = folly/json_pointer.cpp; sourceTree = ""; }; + B631F247E1DC396A1BA5E711C5F70F33 /* RNLocalize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNLocalize.h; path = ios/RNLocalize.h; sourceTree = ""; }; + B6387C500B2F2D7731D72916773B324C /* rn-fetch-blob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-fetch-blob-prefix.pch"; sourceTree = ""; }; + B6469FF91BE35896A0F7C4A257B67385 /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; + B64ABAA2ED051F4D59C5A0E249CA284F /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; B65D1E0F95214E2E1AC4F513C1753CC7 /* Pods-ShareRocketChatRN-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ShareRocketChatRN-resources.sh"; sourceTree = ""; }; - B663CF78FFC32D8B9BC1DCF30B61FFE8 /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; - B67BB64E873A95F6DCFC9ECD9D10E036 /* filters_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_neon.c; path = src/dsp/filters_neon.c; sourceTree = ""; }; - B681F0856C36E5E0C95360DE625C24AD /* RCTConvert+RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+RNNotifications.m"; path = "RNNotifications/RCTConvert+RNNotifications.m"; sourceTree = ""; }; - B6E2477FBD3B0E3200AC17BDAC7868BF /* BugsnagConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagConfiguration.m; sourceTree = ""; }; - B71A38D8C21D6AC2C5B4B32FA3819791 /* decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = decode.h; path = src/webp/decode.h; sourceTree = ""; }; - B71FB225C908EAD536CA6483F22B70A1 /* RNUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNUserDefaults.h; path = ios/RNUserDefaults.h; sourceTree = ""; }; - B72C106E89BF8161D335F7EF03F47EC0 /* FIRInstanceIDTokenStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenStore.m; path = Firebase/InstanceID/FIRInstanceIDTokenStore.m; sourceTree = ""; }; + B6B1C72E3F0EB30F5121B546F5090E9A /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = SDWebImage/Core/SDWebImageCacheSerializer.h; sourceTree = ""; }; + B6B4EE72259D70A0AE81AE8ABEFBEC05 /* BSG_KSMachApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMachApple.h; sourceTree = ""; }; + B6B66C3CAF05853DB459D7E95B9AA823 /* RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKImageCropper.h; path = RSKImageCropper/RSKImageCropper.h; sourceTree = ""; }; + B71F97050C5447905B69A1EA525371DD /* RCTLocalAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLocalAssetImageLoader.h; path = Libraries/Image/RCTLocalAssetImageLoader.h; sourceTree = ""; }; B75A261FE3CE62D5A559B997074E70FC /* libreact-native-background-timer.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-background-timer.a"; path = "libreact-native-background-timer.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - B78318B7E111EF265747762B88A66CB9 /* RCTPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPickerManager.h; sourceTree = ""; }; - B7EFA3EFF32C8500825A713620B853A9 /* RNCAppearance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearance.h; path = ios/Appearance/RNCAppearance.h; sourceTree = ""; }; - B7FB8BCFFA6BD697301D1807A77F7D98 /* RCTStyleAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStyleAnimatedNode.h; sourceTree = ""; }; - B80980A4B1FD8F682760137A93F8B548 /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "SDWebImage/Core/UIImage+MultiFormat.m"; sourceTree = ""; }; - B811E8AA47827442EA8038B78C637A57 /* BridgeJSCallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BridgeJSCallInvoker.h; path = jscallinvoker/ReactCommon/BridgeJSCallInvoker.h; sourceTree = ""; }; - B826E68E76765F3314AF187E8F4EBFB9 /* EXCameraRollRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCameraRollRequester.m; path = EXPermissions/EXCameraRollRequester.m; sourceTree = ""; }; - B82A60DD9D4A8E559A3929AF8AF67DD6 /* BSG_KSCrashIdentifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashIdentifier.m; sourceTree = ""; }; - B83931921453AB8BA605C8E5775EA1BF /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; - B8996D5AB0956EA7E5595D218610D734 /* GULLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULLogger.m; path = GoogleUtilities/Logger/GULLogger.m; sourceTree = ""; }; - B8C04276F01C796BDAAC327EF3EC3586 /* RCTTypeSafety.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTTypeSafety.xcconfig; sourceTree = ""; }; - B8D1129C4CF2834BFB0767A96D941297 /* UMCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMCore-dummy.m"; sourceTree = ""; }; - B8FC54FACE9BE25FDDD882622CE56AAC /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - B9D0FDB1F27CEB6F1CBD41901DA39375 /* dec_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_msa.c; path = src/dsp/dec_msa.c; sourceTree = ""; }; - BA223DECA69811D9F3E045529450CE31 /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = SDWebImage/Core/SDWebImageDownloaderOperation.h; sourceTree = ""; }; - BA43E7F5AF362BC38B9C816146ADF628 /* UIColor+HexString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+HexString.m"; path = "SDWebImage/Private/UIColor+HexString.m"; sourceTree = ""; }; - BA5880A84D82D70A635CC74AFF5041DE /* RNLocalize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNLocalize.m; path = ios/RNLocalize.m; sourceTree = ""; }; - BA6843884442188F5AADF25E82074309 /* EXVideoView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoView.m; sourceTree = ""; }; - BA7129E40C780FCC9B2C35430A87252D /* lossless_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_mips_dsp_r2.c; path = src/dsp/lossless_mips_dsp_r2.c; sourceTree = ""; }; - BA95391EF5C3B7AF7BDD4DDFE117BFDF /* GDTUploadCoordinator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTUploadCoordinator.m; path = GoogleDataTransport/GDTLibrary/GDTUploadCoordinator.m; sourceTree = ""; }; - BA98DEBB67BD0B51A97B0283ED49ACAC /* UIImage+RSKImageCropper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+RSKImageCropper.m"; path = "RSKImageCropper/UIImage+RSKImageCropper.m"; sourceTree = ""; }; - BAAF7FEB9F53CCECD04CBC125F776C06 /* RCTDecayAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDecayAnimation.m; sourceTree = ""; }; - BAE1981EBEF50FB077D5B09192D1F621 /* BridgeJSCallInvoker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = BridgeJSCallInvoker.cpp; path = jscallinvoker/ReactCommon/BridgeJSCallInvoker.cpp; sourceTree = ""; }; - BB0327CA14611D2BD60ABA934BB7B47C /* format_constants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = format_constants.h; path = src/webp/format_constants.h; sourceTree = ""; }; - BB0687AC1638AD1994ED287D249E0367 /* RCTPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPackagerConnection.mm; sourceTree = ""; }; - BB17D0FA68590C768131CDD648E3B28F /* RCTMultilineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputView.m; sourceTree = ""; }; - BB1D5B32296BD5CF76CB332AF0AB90DC /* alpha_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_enc.c; path = src/enc/alpha_enc.c; sourceTree = ""; }; - BB58B93C48F1CB185405E1FC503D8EFB /* RCTWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWeakProxy.m; sourceTree = ""; }; - BB63BC5E49A0A3A83B825A1BD68791A0 /* ARTNodeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTNodeManager.m; sourceTree = ""; }; - BBADA1A38C84E3264A0BB5E4BA3987FD /* RCTSettingsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSettingsManager.m; sourceTree = ""; }; - BC2915576A0C1BA9AB1ABAE05C43FDB9 /* react-native-keyboard-tracking-view.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-keyboard-tracking-view.xcconfig"; sourceTree = ""; }; - BC3CA05BDD3A8EE50282E2430A68C27E /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = SDWebImage/Private/SDmetamacros.h; sourceTree = ""; }; - BC65F1F6162EB51405E4DF22AA606F1A /* BSGConnectivity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGConnectivity.h; sourceTree = ""; }; - BC6B6FCB80F6D5BDAECCE202D4807DCD /* ARTGroupManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTGroupManager.h; sourceTree = ""; }; - BC7B0AC01E4C56F42F277CD7A7FF5BA7 /* REABlockNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REABlockNode.h; sourceTree = ""; }; - BC806F56214777BFD5A629725CFE3FE8 /* RCTImageBlurUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageBlurUtils.h; path = Libraries/Image/RCTImageBlurUtils.h; sourceTree = ""; }; - BC976D41F21AAEF157512E7FDA7E804D /* io_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = io_dec.c; path = src/dec/io_dec.c; sourceTree = ""; }; - BCA011A7740C57FD503381B6B46B4BF4 /* JSIDynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIDynamic.h; sourceTree = ""; }; - BCD450FD0A6612A0B09F4CD799B09295 /* RCTTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextViewManager.h; sourceTree = ""; }; - BCDA9F21BEF4DCF82631A7CFA63D6539 /* RCTVideoPlayerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoPlayerViewController.h; path = ios/Video/RCTVideoPlayerViewController.h; sourceTree = ""; }; - BD0055AABD1D0A950E6F69A86741DFDF /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - BD0DE3C02A9556688D067B75A0EF4E42 /* 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; }; - BD29C73F393C82467AE6B9F4388B5E73 /* ReactCommon.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCommon.xcconfig; sourceTree = ""; }; - BD3277DA185DB019AA90E30F4CF93AB8 /* RNFirebaseNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseNotifications.h; sourceTree = ""; }; - BD4089AA003E098A5E4ED4AB83A10B99 /* RNFirebase-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFirebase-prefix.pch"; sourceTree = ""; }; - BD42678BBEE18031D1CC96BC28814F3F /* RCTDevLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevLoadingView.m; sourceTree = ""; }; - BD4ED88F801C1464E3256306A3B4A007 /* EXAppLoaderProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppLoaderProvider.h; path = EXAppLoaderProvider/EXAppLoaderProvider.h; sourceTree = ""; }; + B77199EB723C7E6DB6B57BD7FE8D82AE /* Fabric.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fabric.h; path = iOS/Fabric.framework/Headers/Fabric.h; sourceTree = ""; }; + B79D1587D505AC41205B1956A58CDE6D /* encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = encode.h; path = src/webp/encode.h; sourceTree = ""; }; + B7AD9152F3BD8FC9B15BFBC1B66AA7CB /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = Firebase/Core/Private/FIRLogger.h; sourceTree = ""; }; + B7B9CE3358A1EB2B6ED1D52185B4EB1F /* YGStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGStyle.h; path = yoga/YGStyle.h; sourceTree = ""; }; + B7EEF52E683BE96395DCCFA4E115E9CA /* RNCommandsHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCommandsHandler.m; path = RNNotifications/RNCommandsHandler.m; sourceTree = ""; }; + B80484046E542C11B4649FCC8CAC9C52 /* GDTCCTNanopbHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTNanopbHelpers.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTNanopbHelpers.m; sourceTree = ""; }; + B8408F86535310EC07AD7AB9FE1B5212 /* UIApplication+RSKImageCropper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIApplication+RSKImageCropper.m"; path = "RSKImageCropper/UIApplication+RSKImageCropper.m"; sourceTree = ""; }; + B843C0444B6E7D0D440EBE7179AB662C /* GDTEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTEvent.m; path = GoogleDataTransport/GDTLibrary/GDTEvent.m; sourceTree = ""; }; + B87E79843B4EA59AB699E20F9EB2ECD0 /* FIRInstanceIDCheckinPreferences+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstanceIDCheckinPreferences+Internal.h"; path = "Firebase/InstanceID/FIRInstanceIDCheckinPreferences+Internal.h"; sourceTree = ""; }; + B895124FF14733D7CEBA9349AA9E6180 /* REATransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransition.m; sourceTree = ""; }; + B8BDA0D59E0FDFD4916DCD98BC7C3B04 /* RCTVirtualTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextViewManager.m; sourceTree = ""; }; + B8CC2A6D6C06177C82A687CF5D7CBA08 /* NativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeModule.h; sourceTree = ""; }; + B8E0F7766A408C07F547DE4D5D2B2979 /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/Core/UIImageView+WebCache.m"; sourceTree = ""; }; + B9229E59D5CCD6CED8B744A44D0EC198 /* GDTStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTStorage.m; path = GoogleDataTransport/GDTLibrary/GDTStorage.m; sourceTree = ""; }; + B929AB3C407B90BACE4B5420E0D21534 /* React-jsinspector.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.xcconfig"; sourceTree = ""; }; + B956A57AB40A828151E2DDC55448CCB3 /* FIRInstanceID+Private.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstanceID+Private.m"; path = "Firebase/InstanceID/FIRInstanceID+Private.m"; sourceTree = ""; }; + B98247EBB5782CE8051AFEBEAAF257F5 /* RCTAsyncLocalStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAsyncLocalStorage.m; sourceTree = ""; }; + B9A1B0E64A972AF42DC39566FEE8C89F /* types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = types.h; path = src/webp/types.h; sourceTree = ""; }; + B9A49C65DA0B4CDCEB3AF8F86EA15A81 /* DispatchMessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DispatchMessageQueueThread.h; sourceTree = ""; }; + B9E5C63C60D30DA96765FBD72D37FF76 /* RCTAsyncLocalStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAsyncLocalStorage.h; sourceTree = ""; }; + BA1ED11FF0F2ADB786C99C7FFA39D264 /* RNAudio-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNAudio-prefix.pch"; sourceTree = ""; }; + BA2CE1FD925889789A5B3CA6FA7C3698 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + BA484BE2D968B51B86CB86188515DDB5 /* experiments-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "experiments-inl.h"; sourceTree = ""; }; + BA7CB9D34D41F813DEC836D69DF5371B /* 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; }; + BAAFDADB1DC6C392F10FBA0AF563989F /* UMFontProcessorInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontProcessorInterface.h; path = UMFontInterface/UMFontProcessorInterface.h; sourceTree = ""; }; + BADF8A407B32FB661517543C4601901D /* RNFlingHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFlingHandler.h; sourceTree = ""; }; + BB4BF48A648AF492AE8FCDE9F4545A29 /* String.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = String.cpp; path = folly/String.cpp; sourceTree = ""; }; + BB6129BCC7D282C67A293E66DCB09D2B /* REASetNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REASetNode.h; sourceTree = ""; }; + BB82B5DEC21C8CA4E11D8F527AEFA571 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + BB9490D5D6C2A4D58F4DE53CA64B65F4 /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = SDWebImage/Core/SDWebImageDefine.m; sourceTree = ""; }; + BBAF83B7BD347FC1D67A49FC2E8FE76D /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; + BBE943BCB921CC4D2A39818594F0864D /* ARTCGFloatArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTCGFloatArray.h; path = ios/ARTCGFloatArray.h; sourceTree = ""; }; + BBEF4F6A79D7A337F2E745F009A9A77E /* LongLivedObject.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = LongLivedObject.cpp; path = turbomodule/core/LongLivedObject.cpp; sourceTree = ""; }; + BC1CF879F6F28A1206E11A2A7270FA83 /* ARTText.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTText.m; path = ios/ARTText.m; sourceTree = ""; }; + BC29B87A284654FBD1548DA33E5BB01F /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; + BC40DBD594869BA9260E1C5449E892EC /* RCTPackagerClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPackagerClient.m; sourceTree = ""; }; + BC76E2FBF45298FFC195C1BACE29276A /* FIRInstanceIDCheckinService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCheckinService.m; path = Firebase/InstanceID/FIRInstanceIDCheckinService.m; sourceTree = ""; }; + BC9B332A6829DBEC2A6BEED66CA30C36 /* color_cache_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = color_cache_utils.c; path = src/utils/color_cache_utils.c; sourceTree = ""; }; + BCA0A28433AF58C83F14445039924E4C /* RNFirebaseInstanceId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseInstanceId.h; sourceTree = ""; }; + BCA226BD14A22B9CE3BDFE2C44E4B410 /* React-RCTImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTImage-dummy.m"; sourceTree = ""; }; + BCA45C455C082F94549D0DBF86BB2CCB /* RCTConvert+REATransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+REATransition.m"; sourceTree = ""; }; + BCA6D798952261C230B8842DB9F4AAFD /* UMTaskManagerInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMTaskManagerInterface.xcconfig; sourceTree = ""; }; + BCBB48236A20094745DF341AA5823AC1 /* RCTMessageThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMessageThread.h; sourceTree = ""; }; + BCBB7BBB84CE072F72C306CB1A339DAB /* RNVectorIconsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNVectorIconsManager.h; path = RNVectorIconsManager/RNVectorIconsManager.h; sourceTree = ""; }; + BCBB7D5FBD7D716F754F9E1C34C1EC74 /* GDTEvent_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTEvent_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTEvent_Private.h; sourceTree = ""; }; + BCC049C90E0046B1BB61D933AA01747C /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; + BCC4CC6682FE82D7FD68D5C478533F62 /* rescaler.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler.c; path = src/dsp/rescaler.c; sourceTree = ""; }; + BCC9D44B399C950B10E39F7FF3CDCEC6 /* ReactNativeART-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactNativeART-dummy.m"; sourceTree = ""; }; + BCEB923E2F3F8EE5A58153C6B1EFCD5E /* React-jsi-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsi-dummy.m"; sourceTree = ""; }; + BD02FE5A2E5FEA9FC370768CE07C74A3 /* RSKTouchView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKTouchView.m; path = RSKImageCropper/RSKTouchView.m; sourceTree = ""; }; + BD322B2F806FBE2E5467AC665D66B514 /* RNScreens-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNScreens-dummy.m"; sourceTree = ""; }; BD71E2539823621820F84384064C253A /* libReact-Core.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-Core.a"; path = "libReact-Core.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - BD767BDB2042ED8FFB465A834C32086F /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; - BDA5D33F399DCAB1FD228ECD932912C1 /* bit_reader_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bit_reader_utils.c; path = src/utils/bit_reader_utils.c; sourceTree = ""; }; - BDE3B6E078332CFDF55D56AFE9E1D277 /* filters_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_sse2.c; path = src/dsp/filters_sse2.c; sourceTree = ""; }; - BE49BDDC5256188420CF6CE58A5D73BA /* RCTPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPicker.m; sourceTree = ""; }; - BE4B586AB972B38E5917D356760CEB41 /* DeviceUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DeviceUID.m; path = ios/RNDeviceInfo/DeviceUID.m; sourceTree = ""; }; - BE559106116A7A7648B12A03E9D4D28B /* pb_encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_encode.h; sourceTree = ""; }; - BE78899BC1F86654AC831678BA3E383E /* CoreModulesPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CoreModulesPlugins.h; path = React/CoreModules/CoreModulesPlugins.h; sourceTree = ""; }; - BE8774CCC267DD9E8A24E193088A5E82 /* ARTTextFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTTextFrame.h; path = ios/ARTTextFrame.h; sourceTree = ""; }; - BE94D59D6A90ED95B1F6E7B18C8E00CC /* FIRVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRVersion.m; path = Firebase/Core/FIRVersion.m; sourceTree = ""; }; - BEB25E935E208E19D4C18AA70D6DE952 /* ReactNativeART.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactNativeART.xcconfig; sourceTree = ""; }; - BECAE05121B60D2976E86950EB48439C /* ARTNodeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTNodeManager.h; sourceTree = ""; }; - BED02380A25F8C65310543E6B22AD7A1 /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; - BEF90802AB40E24530A9533863C629C1 /* RCTUIImageViewAnimated.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTUIImageViewAnimated.h; path = Libraries/Image/RCTUIImageViewAnimated.h; sourceTree = ""; }; - BF1732ACF5FFF2CD5BF851CAC5EECC9D /* FIRInstanceIDTokenFetchOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenFetchOperation.h; path = Firebase/InstanceID/FIRInstanceIDTokenFetchOperation.h; sourceTree = ""; }; - BF1A35C5C8159E8B3F525C3DEED88FBD /* RNGestureHandlerButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerButton.m; path = ios/RNGestureHandlerButton.m; sourceTree = ""; }; - BF2F0768EE972DEAE45305E374C6E45F /* RSKImageCropViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKImageCropViewController.m; path = RSKImageCropper/RSKImageCropViewController.m; sourceTree = ""; }; - BF32EEFD878497326C2A76860E6C753D /* REATransitionAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionAnimation.h; sourceTree = ""; }; - BF53E3F4567939263F26DD49B94575F7 /* FBReactNativeSpec.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBReactNativeSpec.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - BF6CED0221C38C8B97EBDB214A6D4534 /* JSIndexedRAMBundle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSIndexedRAMBundle.cpp; sourceTree = ""; }; - BF8ADDD9F754DF1DC3565EC72038C2FE /* common_sse2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_sse2.h; path = src/dsp/common_sse2.h; sourceTree = ""; }; + BDB2777A153A440E591DDB62FFD6226B /* RCTBaseTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputViewManager.m; sourceTree = ""; }; + BDBE26D1AFAFADA908C7EC0D26845579 /* NSButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSButton+WebCache.h"; path = "SDWebImage/Core/NSButton+WebCache.h"; sourceTree = ""; }; + BE0FFCFDCA1E8A5EF2264985059D1E7C /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyboardObserver.h; sourceTree = ""; }; + BE65063F801DD1E37BBFCF89EB4B25A3 /* libwebp-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "libwebp-prefix.pch"; sourceTree = ""; }; + BE92589706D64B12F90B176B6A57652D /* EXLocationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXLocationRequester.m; path = EXPermissions/EXLocationRequester.m; sourceTree = ""; }; + BE9C297AE3F56D077125FAF26B6B5DE7 /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = SDWebImage/Core/SDAnimatedImage.h; sourceTree = ""; }; + BE9FB13293581E79896EBD861ED578BE /* RNUserDefaults-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNUserDefaults-prefix.pch"; sourceTree = ""; }; + BEBF8A5C3C70FF514639936DDF8BFEFF /* RNFirebaseFirestoreCollectionReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestoreCollectionReference.h; sourceTree = ""; }; + BED625EAE4AEAD64837D244E161559D4 /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; + BF904877DC532C867E65B62EAB5AC8DD /* GoogleUtilities-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleUtilities-dummy.m"; sourceTree = ""; }; + BF932DD413EE334E7D999B9AC00BC754 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + BF97D9E3AB424B03E0D472FE750E447F /* GDTTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTTransformer.m; path = GoogleDataTransport/GDTLibrary/GDTTransformer.m; sourceTree = ""; }; BFA3D1106C1072A2B733533A2E770794 /* Pods-ShareRocketChatRN-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ShareRocketChatRN-acknowledgements.plist"; sourceTree = ""; }; + BFAF164315614188720AF2FD4A9D2270 /* ARTShapeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTShapeManager.h; sourceTree = ""; }; + BFC8572BF2E16B04BA4F3A190A018428 /* RCTAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimatedImage.h; path = Libraries/Image/RCTAnimatedImage.h; sourceTree = ""; }; BFCE4058442BFB8DEB89BA3F261A76BA /* libRNUserDefaults.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNUserDefaults.a; path = libRNUserDefaults.a; sourceTree = BUILT_PRODUCTS_DIR; }; - BFD1AACC7C607436D920FDA17490CFA4 /* FIRCoreDiagnosticsConnector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnosticsConnector.m; path = Firebase/Core/FIRCoreDiagnosticsConnector.m; sourceTree = ""; }; - BFFBF5219A0D3AAA47E060FFC717E668 /* GDTStorage_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTStorage_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTStorage_Private.h; sourceTree = ""; }; - C016B656853BC9D15D256FCBB8ACD0BB /* GoogleDataTransport.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransport.xcconfig; sourceTree = ""; }; - C019868FC0B5999935B25DC63ED4014E /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; - C0594FCE5C047E1F875BD261446DAA65 /* iterator_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = iterator_enc.c; path = src/enc/iterator_enc.c; sourceTree = ""; }; - C05ED0BE917D2560B973609670716D5D /* BSG_KSCrashC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashC.c; sourceTree = ""; }; - C07391419D723F70812D0AACD10430D3 /* RNNotificationCenter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenter.m; path = RNNotifications/RNNotificationCenter.m; sourceTree = ""; }; - C07530B4F269ADBA05EECFB6A50B01C7 /* RNGestureHandler-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNGestureHandler-prefix.pch"; sourceTree = ""; }; - C08875D462AD14C697B9C911E58F24DC /* BugsnagCrashReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashReport.m; sourceTree = ""; }; - C09769B889D585B25123ADBD7A7CD6C9 /* ARTBrush.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTBrush.m; sourceTree = ""; }; - C0AE17A4FA6AC1FE1739DBF4BD3B2D74 /* RNGestureHandlerModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerModule.h; path = ios/RNGestureHandlerModule.h; sourceTree = ""; }; - C0B4E059F841E628E792FFFD9F6745E1 /* filters_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = filters_utils.h; path = src/utils/filters_utils.h; sourceTree = ""; }; - C1180FC31D4F85654172F436A084AE26 /* RCTInputAccessoryViewContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewContent.m; sourceTree = ""; }; - C11E4F9CF37386947B16DBD3ECB36762 /* RNGestureHandlerButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerButton.h; path = ios/RNGestureHandlerButton.h; sourceTree = ""; }; - C14488DB10BF1DC7ED777D3B1CACC0A2 /* UMViewManagerAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapter.h; sourceTree = ""; }; - C1463B09440A0EF036DB208802D31F82 /* REASetNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REASetNode.m; sourceTree = ""; }; - C169ADEDD761FF7FF89E2B542C802409 /* RCTImageURLLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageURLLoader.h; path = Libraries/Image/RCTImageURLLoader.h; sourceTree = ""; }; - C176DA120E62DFDCB96ADE93F0CC8B51 /* advancedIos.md */ = {isa = PBXFileReference; includeInIndex = 1; name = advancedIos.md; path = docs/advancedIos.md; sourceTree = ""; }; + C01777BFA2467300977CA3FEF913D5F4 /* frame_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_enc.c; path = src/enc/frame_enc.c; sourceTree = ""; }; + C0CC7EFB48352588D0BB4E513ADDE0F5 /* RCTTypedModuleConstants.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTypedModuleConstants.mm; sourceTree = ""; }; + C0D3EA5253A7172009313C0537219DC2 /* RCTActionSheetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTActionSheetManager.h; path = Libraries/ActionSheetIOS/RCTActionSheetManager.h; sourceTree = ""; }; + C0E942377919BBE70AB48BAC4D697D4A /* READebugNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = READebugNode.h; sourceTree = ""; }; + C1004F9B7B201455C573DF6B8B445748 /* REAAlwaysNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAAlwaysNode.h; sourceTree = ""; }; + C10B157B3F1BE0EDC78CE7A467C73BF2 /* RCTNetInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetInfo.h; path = Libraries/Network/RCTNetInfo.h; sourceTree = ""; }; + C12809028E6E70029F79024699E11BE2 /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.h; sourceTree = ""; }; + C12A2CAC51F8034811D57FAEE5A3A459 /* SDImageAssetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAssetManager.h; path = SDWebImage/Private/SDImageAssetManager.h; sourceTree = ""; }; + C1485CBAB7240610926802178F495435 /* Fabric.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Fabric.xcconfig; sourceTree = ""; }; + C16F9643A5F548F5343330F102BB2FCB /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = yoga/YGLayout.h; sourceTree = ""; }; + C17BB0397F61A1876AEA6689322C7C09 /* RNTapHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNTapHandler.h; sourceTree = ""; }; + C181B7F718B659FB9482CFC20888531D /* EXCameraRollRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCameraRollRequester.h; path = EXPermissions/EXCameraRollRequester.h; sourceTree = ""; }; C1A919103EAC9813D236486C34FC0A21 /* libReact-RCTVibration.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTVibration.a"; path = "libReact-RCTVibration.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - C1B37D7619FDB168247FEA7130A74129 /* BugsnagHandledState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagHandledState.m; sourceTree = ""; }; - C1EE93B3F93FE11C2A7F366D1E4337B4 /* RCTMultilineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputViewManager.h; sourceTree = ""; }; - C1EEFE3D55A0AEA0A647125C544FC2A4 /* RCTLinkingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLinkingManager.m; sourceTree = ""; }; - C23EEE8E9BC09CE874A96F03F381652B /* RCTConvert+FFFastImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FFFastImage.h"; path = "ios/FastImage/RCTConvert+FFFastImage.h"; sourceTree = ""; }; - C255FABC5C8F6ADD8FF8D6FD326626E1 /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Solid.ttf; path = Fonts/FontAwesome5_Solid.ttf; sourceTree = ""; }; - C29FF169C56C1D34832AD147FA53C466 /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; - C2A9D7E54C61CC3EEDC142325CC540F0 /* React-RCTImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTImage-prefix.pch"; sourceTree = ""; }; - C2E88CE35E640021A501C0082CD2D816 /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = Instance.cpp; sourceTree = ""; }; - C2F9F205E54F03FFA7EC3DA24B72F031 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - C2FD7CCA4CD739EF855A3FA01BE50856 /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; - C317A49DD8574706DDAEC12FF2A96952 /* CLSAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSAttributes.h; path = iOS/Crashlytics.framework/Headers/CLSAttributes.h; sourceTree = ""; }; - C3225596996B1B95A5A4E87F810EA2EE /* BSG_KSString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSString.h; sourceTree = ""; }; - C339D64850A3FAD95E6665BB768F81EF /* BSG_KSCrashState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashState.m; sourceTree = ""; }; - C360956069AFE55FBCD156D8A7A9738B /* FontAwesome.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome.ttf; path = Fonts/FontAwesome.ttf; sourceTree = ""; }; - C370FF611330A43B2DDADC1F3FDE2260 /* RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotifications.h; path = RNNotifications/RNNotifications.h; sourceTree = ""; }; - C37B4B112CBC6E41702C04EEDE7BAE97 /* FIRInstanceIDStringEncoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDStringEncoding.m; path = Firebase/InstanceID/FIRInstanceIDStringEncoding.m; sourceTree = ""; }; - C38CF86717B0A8124843135761391B8F /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStatusBarManager.h; sourceTree = ""; }; - C39246CAA8DA2EE8E2746FC5001CC99D /* UMFontManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontManagerInterface.h; path = UMFontInterface/UMFontManagerInterface.h; sourceTree = ""; }; - C3D5C6F8D2CA4F28659A74E2196887E0 /* BugsnagLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagLogger.h; sourceTree = ""; }; - C3EFB4F4EC1CD06DDFE2D949BE8E6A0C /* GDTPrioritizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTPrioritizer.h; path = GoogleDataTransport/GDTLibrary/Public/GDTPrioritizer.h; sourceTree = ""; }; - C440B94C4B8120B6E9EFECD591FF0456 /* RCTPlatform.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPlatform.mm; sourceTree = ""; }; - C466454922A16BCBF6C2AA9F92459FFA /* JitsiMeet.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JitsiMeet.framework; path = Frameworks/JitsiMeet.framework; sourceTree = ""; }; - C482E985D026AAF2698642ED5EA8B7C3 /* REANodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REANodesManager.h; path = ios/REANodesManager.h; sourceTree = ""; }; - C48515171AD4BF544311B0764085530F /* mips_macro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mips_macro.h; path = src/dsp/mips_macro.h; sourceTree = ""; }; - C4DC2C0111B5779B9E565DDCD823B049 /* BugsnagSessionTrackingPayload.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingPayload.m; sourceTree = ""; }; - C52DC1251CB3B98AB423ACBA723BB4D2 /* YGNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNode.cpp; path = yoga/YGNode.cpp; sourceTree = ""; }; - C56EA5C4B31DA75C46B4D4973D73BB4A /* frame_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_dec.c; path = src/dec/frame_dec.c; sourceTree = ""; }; - C59C9E1ED777E8840EFAEF83A2136E4A /* ARTPattern.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTPattern.h; sourceTree = ""; }; - C5AAE4426B0B8DCD1C92929895AE0ACA /* RNDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDeviceInfo.h; path = ios/RNDeviceInfo/RNDeviceInfo.h; sourceTree = ""; }; - C5B6A5F984EB8EC48CF248B91715ECE9 /* GDTCCTUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTUploader.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTUploader.h; sourceTree = ""; }; - C60EB1364C172DCC4EDF601E4792F066 /* bignum-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "bignum-dtoa.cc"; path = "double-conversion/bignum-dtoa.cc"; sourceTree = ""; }; - C61717E6EBAB20E86C4A2961F0FD4D45 /* UIImage+WebP.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+WebP.h"; path = "SDWebImageWebPCoder/Classes/UIImage+WebP.h"; sourceTree = ""; }; - C621B9C91DFC3AC95A602152374F1F18 /* UMFontInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFontInterface.xcconfig; sourceTree = ""; }; - C6248E61FF60B7423DCA4D91B64615CF /* React-RCTVibration-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTVibration-dummy.m"; sourceTree = ""; }; - C631921FAA8916023DFDBBF7E088F5AF /* REATransformNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransformNode.h; sourceTree = ""; }; - C6325EA1ED129E8B4C729935F3A1F677 /* react-native-document-picker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-document-picker-prefix.pch"; sourceTree = ""; }; - C646A9FB4E78FDB1E50D7C27884604F6 /* React-RCTSettings.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.xcconfig"; sourceTree = ""; }; - C68876FCB5945141D9CD17A617BF6A38 /* EXContactsRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXContactsRequester.h; path = EXPermissions/EXContactsRequester.h; sourceTree = ""; }; - C68D8C148B3C8093C09166A8C8495394 /* GDTUploadPackage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTUploadPackage.h; path = GoogleDataTransport/GDTLibrary/Public/GDTUploadPackage.h; sourceTree = ""; }; - C6933B37B3C70EC6D073247837263840 /* notificationsEvents.md */ = {isa = PBXFileReference; includeInIndex = 1; name = notificationsEvents.md; path = docs/notificationsEvents.md; sourceTree = ""; }; - C69F20A9C5815E17B0A3F44E68CB1DE5 /* RNFetchBlobRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobRequest.h; path = ios/RNFetchBlobRequest.h; sourceTree = ""; }; - C6A20C5244D8CA8D25AC95455E4E147B /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - C6A40CA1158D96459D53467F05719CBA /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = SDWebImage/Core/SDWebImageTransition.m; sourceTree = ""; }; - C6B7F96A416B423B2463337F45093FA1 /* RCTNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworking.h; path = Libraries/Network/RCTNetworking.h; sourceTree = ""; }; - C6BA7C4BAC8A8F805A13BB53EA5C0933 /* RNFirebaseDatabaseReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseDatabaseReference.h; sourceTree = ""; }; - C6C0C273D309A0AAC35B9F412866A502 /* react-native-orientation-locker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-orientation-locker.xcconfig"; sourceTree = ""; }; - C6CEF9A66E81DD5CE2D2A95D73C83446 /* REATransitionAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionAnimation.m; sourceTree = ""; }; - C6E5CD8A4CD5B4D1FC8BE598612D1A93 /* FFFastImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageView.h; path = ios/FastImage/FFFastImageView.h; sourceTree = ""; }; - C6F54245CDE9F7FD217332E6F4A6ED40 /* GULReachabilityChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityChecker.h; path = GoogleUtilities/Reachability/Private/GULReachabilityChecker.h; sourceTree = ""; }; - C7396637082AFCE850981CC4B3AEF7D4 /* REACallFuncNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REACallFuncNode.h; sourceTree = ""; }; + C1F62027A357E86846B1913AE4D9178C /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = Firebase/Core/Private/FIRAppInternal.h; sourceTree = ""; }; + C222210BC14529A331E3ECF70A2EED5E /* yuv_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_mips32.c; path = src/dsp/yuv_mips32.c; sourceTree = ""; }; + C2611120AF9BC964206E3F47E1F91CBC /* EXAppLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXAppLoaderInterface.h; sourceTree = ""; }; + C27DEF5F9FE096244CC1CE7B2955404E /* EXConstantsService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstantsService.h; path = EXConstants/EXConstantsService.h; sourceTree = ""; }; + C2B5D1ABE022EB310ED1302019A45B5D /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; + C2D159A8C3C058FE1FD797FBDD068527 /* BSG_KSFileUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSFileUtils.h; sourceTree = ""; }; + C2E8E8563621FE972E731563A3DE02B7 /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDeviceInfo.h; sourceTree = ""; }; + C2F2A0EACBCFF372BA3D861762FA3918 /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "SDWebImage/Core/UIImage+MultiFormat.h"; sourceTree = ""; }; + C2F4266A6264DC9E74BC7FDFE139661B /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.h; sourceTree = ""; }; + C305168FAD215519274F2AE6E43577F6 /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; + C312E4CB1D08B208EAE28642C3490978 /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/Core/SDImageCache.h; sourceTree = ""; }; + C31B55221F2B6E3FB40232421D286F52 /* BugsnagCrashSentry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashSentry.m; sourceTree = ""; }; + C31E5FC96B7E9A28293CF0E6C071B867 /* FIRInstanceID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceID.m; path = Firebase/InstanceID/FIRInstanceID.m; sourceTree = ""; }; + C31F8FC51B67099F8B276DA2E2C77161 /* RCTMultiplicationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultiplicationAnimatedNode.h; sourceTree = ""; }; + C326E06124A6D1EA1B7089D5E7E9F8EC /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; + C3316057687A0E4CB96C6EADC68B8584 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = SDWebImage/Core/SDImageCache.m; sourceTree = ""; }; + C3320471C1E5BA0EB07F380A0B91F931 /* RCTNetworking.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworking.mm; sourceTree = ""; }; + C33CB5AB34B70CE551120CF7195044D9 /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = SDWebImage/Core/SDImageCoderHelper.h; sourceTree = ""; }; + C35E7FE27DAB66CBC23CF55C160F9F81 /* ColdClass.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ColdClass.cpp; path = folly/lang/ColdClass.cpp; sourceTree = ""; }; + C366E75E4970FFB7A917CCD2CEA7C283 /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; + C3B73D30EBF2384AD1F89DAE90DD80A5 /* GDTRegistrar_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTRegistrar_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTRegistrar_Private.h; sourceTree = ""; }; + C3BDF4648814948648C45BCB5C609DFC /* RNFirebaseCrashlytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseCrashlytics.m; sourceTree = ""; }; + C4195C5EB9ADB2FC214F4309E79ED4B4 /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; + C45BBE85AD818400CB1A3129182DD6CB /* logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = logging.cc; path = src/logging.cc; sourceTree = ""; }; + C4632797BCED5CA7E43264D6EF175EB8 /* 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 = ""; }; + C46905CBF59E505239D2FBEE8A2482ED /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = Firebase/Core/Private/FIRComponentType.h; sourceTree = ""; }; + C476CADBE585CCBC4E285BDCE9C9B9B6 /* stl_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stl_logging.h; path = src/glog/stl_logging.h; sourceTree = ""; }; + C48F1E63F753961050D0700AC95A8CCB /* QBAlbumCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumCell.m; path = ios/QBImagePicker/QBImagePicker/QBAlbumCell.m; sourceTree = ""; }; + C49BB1DB9017B92D7A60FF49B674F10E /* idec_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = idec_dec.c; path = src/dec/idec_dec.c; sourceTree = ""; }; + C4D4EAA0DC0984DD9F7A1BD49ABF23B9 /* RNNotificationEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationEventHandler.m; path = RNNotifications/RNNotificationEventHandler.m; sourceTree = ""; }; + C507B3571991755F03AFAE7FAA0A698D /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = SDWebImage/Core/SDAnimatedImageView.m; sourceTree = ""; }; + C52620374CCE79F63474832E84684EDF /* FIRInstanceIDKeyPairUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeyPairUtilities.h; path = Firebase/InstanceID/FIRInstanceIDKeyPairUtilities.h; sourceTree = ""; }; + C529C576975DCCF37B748202E826D322 /* BSGOutOfMemoryWatchdog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGOutOfMemoryWatchdog.h; sourceTree = ""; }; + C52A38A26D941F72597DDE9F0A37A8DC /* React-RCTBlob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTBlob-dummy.m"; sourceTree = ""; }; + C53D620466FA934E2DEFED95435D8B35 /* RNFirebaseMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseMessaging.h; sourceTree = ""; }; + C54CCB3443354957C01F6FF6B3003657 /* EXFileSystemLocalFileHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemLocalFileHandler.m; path = EXFileSystem/EXFileSystemLocalFileHandler.m; sourceTree = ""; }; + C569548911D21A9C02AB7628D7CB4D4D /* React-Core.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.xcconfig"; sourceTree = ""; }; + C56B144313F11160699FC870103B147B /* GoogleDataTransport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleDataTransport-dummy.m"; sourceTree = ""; }; + C571527543C1C6A72236C840D24CEE16 /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = instrumentation.h; sourceTree = ""; }; + C572628581AD45D5616C05090F280293 /* FFFastImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageViewManager.m; path = ios/FastImage/FFFastImageViewManager.m; sourceTree = ""; }; + C599D37E0638CACC8F72727A8ACBC6E8 /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = SDWebImage/Core/SDImageCodersManager.m; sourceTree = ""; }; + C5BEED58E8DF46B6F6652CDFE70D044F /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; + C5E50AFB60DE75A7F2AE919BBEB66E7E /* vp8l_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8l_dec.c; path = src/dec/vp8l_dec.c; sourceTree = ""; }; + C60BF5F47430ABBD838F517D9800348A /* ARTSurfaceViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTSurfaceViewManager.h; sourceTree = ""; }; + C60D767A0E2981AC2AEC4A34BD00C76A /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; + C648552A2843B71224D3B125A45C15ED /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; + C662555DEFDD7CFFF2487F4277C6C686 /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/Core/SDWebImageDownloader.h; sourceTree = ""; }; + C6689062F276838BBC2F836F080ED20A /* ARTBrush.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTBrush.m; sourceTree = ""; }; + C66CDD18D336271F57E64297A9DE5943 /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; + C67D8DD64EC1C6C8765D9D4BC2395E5B /* BSG_KSCrashSentry_User.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_User.h; sourceTree = ""; }; + C6BBB9126F7034482276766B5771AB71 /* RNRotationHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNRotationHandler.m; sourceTree = ""; }; + C6D51E11A724780AD122EAAB74D10317 /* GDTCCTPrioritizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTPrioritizer.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTPrioritizer.h; sourceTree = ""; }; + C6D764A8FFC016671C8031425E8EE2F5 /* Conv.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Conv.cpp; path = folly/Conv.cpp; sourceTree = ""; }; + C71CC06056DF5AB069ED78C35A7CFA26 /* RCTImageShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageShadowView.h; path = Libraries/Image/RCTImageShadowView.h; sourceTree = ""; }; + C73766F708C9C34B377D7AE36CE2A4E2 /* RNLongPressHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNLongPressHandler.h; sourceTree = ""; }; + C753E2C0E88ECD9993A02DF28C858778 /* Firebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Firebase.h; path = CoreOnly/Sources/Firebase.h; sourceTree = ""; }; C777CF2FB1E39A45CBBDB54E8693F471 /* libRNReanimated.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNReanimated.a; path = libRNReanimated.a; sourceTree = BUILT_PRODUCTS_DIR; }; - C77FC6CC194114E0452237893FC64900 /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = SDWebImage/Core/SDAnimatedImageRep.h; sourceTree = ""; }; - C7821887EC75F1976C084E486D5951CB /* webpi_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = webpi_dec.h; path = src/dec/webpi_dec.h; sourceTree = ""; }; - C785E20D4B593BCBE623E92271639FD7 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = Firebase/Core/Private/FIRComponent.h; sourceTree = ""; }; - C7B2B0B57C33CAB337316FFCAA8D5A4B /* FirebaseCoreDiagnostics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreDiagnostics.xcconfig; sourceTree = ""; }; - C7BA85C06677FBA23A3AA611317E0603 /* RNFlingHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFlingHandler.h; sourceTree = ""; }; - C7E71655EB93E4FC9928F6CADE45CD79 /* vp8i_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8i_enc.h; path = src/enc/vp8i_enc.h; sourceTree = ""; }; - C80AFF31ACC67791A6F469982655AE43 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - C8233D3E197592FC774570D40E374962 /* FIRInstanceIDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDStore.h; path = Firebase/InstanceID/FIRInstanceIDStore.h; sourceTree = ""; }; - C845EB52EA02353E68FAFBDF86A42D19 /* TurboModuleUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleUtils.h; path = turbomodule/core/TurboModuleUtils.h; sourceTree = ""; }; - C84A1EE917ECE8CC9CDA60AB97AE5D94 /* RCTImageShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageShadowView.m; sourceTree = ""; }; - C86EDF595F0DFBB297228797E700FBDA /* BSG_KSCrashReportVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportVersion.h; sourceTree = ""; }; - C8874027446117B3253D62FFF17E443F /* RCTKeyCommandConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTKeyCommandConstants.m; path = ios/KeyCommands/RCTKeyCommandConstants.m; sourceTree = ""; }; - C8D26CCB01B9E0036DF184638CEE68DA /* RCTNetInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetInfo.h; path = Libraries/Network/RCTNetInfo.h; sourceTree = ""; }; - C8D82EE09206E71EDEC81F82CDA54D43 /* RNFirebaseDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseDatabase.h; sourceTree = ""; }; - C9040F8A207F52698354008C1A31463D /* RCTMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedView.m; sourceTree = ""; }; - C92E568B45D250E8DD1893862F11F58C /* REAFunctionNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAFunctionNode.m; sourceTree = ""; }; - C92FA64E3662DF6F57F73B971B11E029 /* encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = encode.h; path = src/webp/encode.h; sourceTree = ""; }; - C937B1B4E97ED1D3A51D9EF51D8102BA /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLog.mm; sourceTree = ""; }; - C9452CAC6F952F0A74204730C3121CB6 /* FIRInstanceIDBackupExcludedPlist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDBackupExcludedPlist.h; path = Firebase/InstanceID/FIRInstanceIDBackupExcludedPlist.h; sourceTree = ""; }; - C9708630F9D9C8C32EF0B3C91B9E469D /* QBImagePicker.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = QBImagePicker.bundle; path = "QBImagePickerController-QBImagePicker.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; - C97DBF0565965775171491B968A3386C /* GULNetworkLoggerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkLoggerProtocol.h; path = GoogleUtilities/Network/Private/GULNetworkLoggerProtocol.h; sourceTree = ""; }; - C9ACF8F60E4554035CA38DF291CC4FC4 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - C9C994C0067A6A1E796C234B98F686CC /* QBCheckmarkView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBCheckmarkView.h; path = QBImagePicker/QBCheckmarkView.h; sourceTree = ""; }; - CA5DF19A13A1EE8A7E3F9A7892E8074C /* UMBarCodeScannerInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMBarCodeScannerInterface.xcconfig; sourceTree = ""; }; - CA88B9B65AD40CD861AC231539FD195C /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = SDWebImage/Core/SDWebImageDownloaderConfig.h; sourceTree = ""; }; - CA992AE3789CC74B456DE8DE9AAFD981 /* rescaler_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rescaler_utils.h; path = src/utils/rescaler_utils.h; sourceTree = ""; }; - CABAE35089BC484F5D68945869E897A4 /* RNPushKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKit.h; path = RNNotifications/RNPushKit.h; sourceTree = ""; }; - CACF3F985D87B0445E46A727A93F0F6A /* ReactMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = ReactMarker.cpp; sourceTree = ""; }; - CAED344FCC1C522675E638C9E1B74B56 /* yuv.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv.c; path = src/dsp/yuv.c; sourceTree = ""; }; - CB287C066F73F9B18A6E3A23738A1688 /* RCTModuloAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuloAnimatedNode.h; sourceTree = ""; }; - CB3EB2037C237D1092F9F55C34AB4779 /* YGConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGConfig.cpp; path = yoga/YGConfig.cpp; sourceTree = ""; }; - CB5E438E318074FACAC2C9C03C6D9010 /* UMBarometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarometerInterface.h; path = UMSensorsInterface/UMBarometerInterface.h; sourceTree = ""; }; - CBA63D41638D31B00773D2AF47F7BE37 /* huffman_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = huffman_utils.h; path = src/utils/huffman_utils.h; sourceTree = ""; }; - CBA7A8921E2752BFD5E37A0C7A44C968 /* experiments-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "experiments-inl.h"; sourceTree = ""; }; - CBACE4F4ACDF194FD0DD2FA653732F1A /* ANSCompatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ANSCompatibility.h; path = iOS/Crashlytics.framework/Headers/ANSCompatibility.h; sourceTree = ""; }; - CBC675CAC7646C3D2A0E25803D8F155F /* FIRInstanceIDAuthKeyChain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDAuthKeyChain.m; path = Firebase/InstanceID/FIRInstanceIDAuthKeyChain.m; sourceTree = ""; }; - CBD33013839FD99AEC9125C6F326F7D1 /* GDTTargets.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTTargets.h; path = GoogleDataTransport/GDTLibrary/Public/GDTTargets.h; sourceTree = ""; }; - CBE33D03A8690302819DE8572B2C5FCA /* RNTapHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNTapHandler.h; sourceTree = ""; }; - CBEBD953DBD9EA578B00BDDAB6C8BED9 /* BugsnagSessionFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionFileStore.m; sourceTree = ""; }; - CC1968EAACAF2A66D3C4AA5D823790B2 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - CC65DE6DF5D259B4E20F7E232146BFCC /* json_pointer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = json_pointer.cpp; path = folly/json_pointer.cpp; sourceTree = ""; }; - CC7F479CDFAEADF82FB7E5A7A4E85491 /* buffer_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = buffer_dec.c; path = src/dec/buffer_dec.c; sourceTree = ""; }; - CC8BB5C6661DB4EB434D0A2FB8732B20 /* UIResponder+FirstResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIResponder+FirstResponder.h"; path = "lib/UIResponder+FirstResponder.h"; sourceTree = ""; }; - CCBD7E2C2A91693A1460449D868EB806 /* GULUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULUserDefaults.m; path = GoogleUtilities/UserDefaults/GULUserDefaults.m; sourceTree = ""; }; - CCD362B6E39B148604D92F8F930FB6F7 /* RCTVirtualTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextViewManager.h; sourceTree = ""; }; - CCD7AE6E3B5B61B04EB51A9D61F87759 /* React-RCTAnimation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAnimation-prefix.pch"; sourceTree = ""; }; - CCEE0C3EB2B95AAB1FF6E19176907E70 /* EXPermissions-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXPermissions-prefix.pch"; sourceTree = ""; }; - CCFC444B4BECB0BF0678B12A7C729D88 /* EXCameraRollRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCameraRollRequester.h; path = EXPermissions/EXCameraRollRequester.h; sourceTree = ""; }; - CD0620C398F45DC692DFDEA3FB115D98 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = Firebase/Core/Private/FIRLibrary.h; sourceTree = ""; }; - CD15F4681414F78344B9C9D8C3AB00F5 /* SDImageGraphics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGraphics.h; path = SDWebImage/Core/SDImageGraphics.h; sourceTree = ""; }; - CD4E28178281DD345C82925100A1B2CA /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - CD52D5CB058CAA25775914E3F13A69C4 /* EXHaptics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXHaptics-prefix.pch"; sourceTree = ""; }; - CD729C838803A5760395185A8DD7AABD /* QBVideoIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIndicatorView.h; path = QBImagePicker/QBVideoIndicatorView.h; sourceTree = ""; }; - CDA11448130B15B607AE66450DBABC18 /* EXAppLoaderProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppLoaderProvider.m; path = EXAppLoaderProvider/EXAppLoaderProvider.m; sourceTree = ""; }; - CDA5FA3DA9DBE7C681EEF145E0931723 /* React-jsinspector-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsinspector-dummy.m"; sourceTree = ""; }; - CDA954971585B6CFE05891C634FF3001 /* UMReactLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactLogHandler.h; sourceTree = ""; }; - CDBF0089121537071410CBDA4B89BA46 /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; - CDD0458799B7CB56166CF6380E48661B /* RNAudio-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNAudio-dummy.m"; sourceTree = ""; }; - CDD7DB831011E5990CA191C046B34CBF /* GDTUploadPackage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTUploadPackage.m; path = GoogleDataTransport/GDTLibrary/GDTUploadPackage.m; sourceTree = ""; }; - CE127EA34762A583D20B27A3FB183A94 /* SDImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOCoder.h; path = SDWebImage/Core/SDImageIOCoder.h; sourceTree = ""; }; - CE220227938B26C711F33CC2E5140F03 /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = RAMBundleRegistry.cpp; sourceTree = ""; }; - CE4250287D6892F8E6A4565235E7A5EB /* GDTStoredEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTStoredEvent.h; path = GoogleDataTransport/GDTLibrary/Public/GDTStoredEvent.h; sourceTree = ""; }; - CE61D1FE1AD71846161D661F9F062891 /* ReactMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactMarker.h; sourceTree = ""; }; - CE7EEEF025A97C810E525D24FDA4175A /* Entypo.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Entypo.ttf; path = Fonts/Entypo.ttf; sourceTree = ""; }; - CE983F54434489877D613012B3EA86B1 /* UMPermissionsInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMPermissionsInterface.xcconfig; sourceTree = ""; }; - CE9DB6D5999AC40F67585D9F6B291BC3 /* event.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = event.cpp; sourceTree = ""; }; - CEB99F482F1FF9C54032E4C171201888 /* BugsnagReactNative.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BugsnagReactNative.xcconfig; sourceTree = ""; }; - CED28DEBC2FD19F1346B08346877F65A /* quant_levels_dec_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_levels_dec_utils.c; path = src/utils/quant_levels_dec_utils.c; sourceTree = ""; }; - CED7747A6AA46EC1976311D36800809F /* vp8li_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8li_enc.h; path = src/enc/vp8li_enc.h; sourceTree = ""; }; - CEF3923920717C24F2EB6ACE8A96A364 /* rescaler_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_mips32.c; path = src/dsp/rescaler_mips32.c; sourceTree = ""; }; - CF1711B27EA62181CFEA7040483E80A8 /* RCTMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedViewManager.h; sourceTree = ""; }; - CF3A6FB7BDCD9FAF1D44AEA9FAD468D3 /* ObservingInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ObservingInputAccessoryView.m; path = lib/ObservingInputAccessoryView.m; sourceTree = ""; }; - CF430C02D4BA0FEF3E12AD4A03135469 /* jsilib-windows.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = "jsilib-windows.cpp"; sourceTree = ""; }; - CF6FDC9BC1D4D5730299FC96938296B2 /* EXAVObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVObject.h; path = EXAV/EXAVObject.h; sourceTree = ""; }; - CFA779673BE0BE8DEBBDDDBEDB1F3213 /* UIImage+MemoryCacheCost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MemoryCacheCost.h"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.h"; sourceTree = ""; }; - CFDDE8E0E29C88DDA0C9E8798860D878 /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = SDWebImage/Core/SDWebImageIndicator.h; sourceTree = ""; }; - CFE1070EFE85EBE078787EDBB7D94C50 /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; - CFF97BB1B23AE439E3DFEF3C4BC94F3C /* RNFirebaseInstanceId.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseInstanceId.m; sourceTree = ""; }; - CFF9BB1CA206380572EFC80409667259 /* FIRCoreDiagnosticsDateFileStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnosticsDateFileStorage.m; path = Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnosticsDateFileStorage.m; sourceTree = ""; }; - D02CAE0CB80E111C499B3EBCCEE80A30 /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; - D04F37D6D14BC0AA4680D236EA602A00 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - D0575CACF508FE1BFCE3910B48E69069 /* GDTCCTUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTUploader.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTUploader.m; sourceTree = ""; }; - D09BCCB42C4D7C1110DC5879B0C70B5C /* UMLogManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogManager.h; sourceTree = ""; }; - D0CA7D2A655438F8E7BDA5504E349381 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - D14218564771ACB742B992FEAA23FFCA /* READebugNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = READebugNode.m; sourceTree = ""; }; - D153DAF37CB6D578956511CCADDA35DE /* ARTText.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTText.h; path = ios/ARTText.h; sourceTree = ""; }; - D167F170625B1670EF7413BA8B041DF9 /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTExceptionsManager.h; path = React/CoreModules/RCTExceptionsManager.h; sourceTree = ""; }; - D16C9C67960C8F87EEE51FE441309B2A /* YGValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGValue.cpp; path = yoga/YGValue.cpp; sourceTree = ""; }; - D16FC95975F74E79569D058C5442ED48 /* FIRConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRConfiguration.m; path = Firebase/Core/FIRConfiguration.m; sourceTree = ""; }; - D183A5ED022411363D6647B0025FD857 /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; - D19870CF202DA328360970BACF337DF4 /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; - D19C4A70A9AF30BB1E58A1F3D7DA4710 /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyboardObserver.h; sourceTree = ""; }; - D1D2A18A4AF68367EA0B222A3D3A22F1 /* RNFirebaseAdMobBannerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobBannerManager.h; sourceTree = ""; }; - D1F0B22A37E963C98FBE2E1F4376C188 /* RNUserDefaults-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNUserDefaults-prefix.pch"; sourceTree = ""; }; - D1F8B5199EC156745CD167DC04E62FE2 /* RCTTypeSafety.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTTypeSafety.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - D2134E52180D21C748AA62F1B8778F9A /* FBReactNativeSpec.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBReactNativeSpec.xcconfig; sourceTree = ""; }; - D23205CD30062DD94E7ECDED13C9FAE7 /* RCTFileReaderModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileReaderModule.h; path = Libraries/Blob/RCTFileReaderModule.h; sourceTree = ""; }; - D233BC703DAF655092A48EF2168C9408 /* React-CoreModules-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-CoreModules-prefix.pch"; sourceTree = ""; }; - D27DD9EA70432EF865F1A64C6DE26DC2 /* QBAssetCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetCell.h; path = QBImagePicker/QBAssetCell.h; sourceTree = ""; }; - D288C6A4340085CAB3A1474DCC103CFB /* dec_clip_tables.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_clip_tables.c; path = src/dsp/dec_clip_tables.c; sourceTree = ""; }; - D2A4C693BA0360778B684765EA96F41D /* SDWebImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.xcconfig; sourceTree = ""; }; - D2AE01502A1D7A3BF017E43D2D032248 /* BugsnagKSCrashSysInfoParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKSCrashSysInfoParser.h; sourceTree = ""; }; - D2D2CC61D069AF2835D136FF76F76DBD /* react-native-video.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-video.xcconfig"; sourceTree = ""; }; - D2D4E8CAE8825F70A849A3A571362FC2 /* react-native-slider-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-slider-prefix.pch"; sourceTree = ""; }; - D2FD6A3461C26873F04B996936C256AE /* 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; }; - D303224896C0540A955BA28C9B201751 /* FIRInstanceID+Private.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstanceID+Private.m"; path = "Firebase/InstanceID/FIRInstanceID+Private.m"; sourceTree = ""; }; - D328398F059C6753CB6FD284D94ACD5F /* QBAlbumsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumsViewController.h; path = QBImagePicker/QBAlbumsViewController.h; sourceTree = ""; }; - D35E004EB2154009985579EF4FF8557B /* RCTTypedModuleConstants.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTypedModuleConstants.mm; sourceTree = ""; }; - D37439C0115B06DC3CDE761AC6F99344 /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; - D3BC697CD06E41C467716E8D62558710 /* YGLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGLayout.cpp; path = yoga/YGLayout.cpp; sourceTree = ""; }; - D3CE15FAF883200B0AC76BCB496817B0 /* React-jsinspector.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.xcconfig"; sourceTree = ""; }; - D3FDCBE707AB3D57D08657B12D7C8E84 /* Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Private.h; sourceTree = ""; }; - D41DB2C1B493027A1BA8BACEE24762A2 /* UMCameraInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCameraInterface.xcconfig; sourceTree = ""; }; - D4214808941C9ACEEA4B6C00992DE50D /* RCTCxxUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxUtils.h; sourceTree = ""; }; - D436F31DE7391A6130777FA30E9A7DBF /* React-RCTText-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTText-dummy.m"; sourceTree = ""; }; + C78D47F722BB1CAF44A836ED125A9FD7 /* anim_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; name = anim_encode.c; path = src/mux/anim_encode.c; sourceTree = ""; }; + C7B90CBFB4AC716BB821DF3EFE150151 /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; + C7C00ADCD67CFC65D0CE6E869E4F049A /* ReactCommon-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactCommon-dummy.m"; sourceTree = ""; }; + C7CE6D83A542AFECC1A89C528D5F880C /* UMFontInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFontInterface.xcconfig; sourceTree = ""; }; + C7E16FB85FF0BDA0B29022320BDF1B66 /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = SDWebImage/Core/SDAnimatedImageRep.h; sourceTree = ""; }; + C80C24196CA7E3B278CF17DC2FAC5AB3 /* RNBackgroundTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBackgroundTimer.h; path = ios/RNBackgroundTimer.h; sourceTree = ""; }; + C8441C7C956DD16F599D219757963B47 /* pb_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_common.h; sourceTree = ""; }; + C85E4F5792725A2ED57B07340ABD5A53 /* react-native-background-timer-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-background-timer-dummy.m"; sourceTree = ""; }; + C89BB9FBFD53EF25A96FB696D4F46934 /* BSGOutOfMemoryWatchdog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGOutOfMemoryWatchdog.m; sourceTree = ""; }; + C8ADDD3DE5B9D58ABDF6D510A502F85F /* libwebp.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = libwebp.xcconfig; sourceTree = ""; }; + C8CE94D59493536AF3CB0E93B9F4E55D /* UMAppDelegateWrapper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMAppDelegateWrapper.m; path = UMCore/UMAppDelegateWrapper.m; sourceTree = ""; }; + C8DFC07E101B9CB1761F16757FB29959 /* react-native-video-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-video-dummy.m"; sourceTree = ""; }; + C8E27E3B1EA80180B17EC246D3E403E3 /* RNFirebaseNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseNotifications.m; sourceTree = ""; }; + C8F458DAF6DA4D546BAC86772B2CDF26 /* SDImageGraphics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGraphics.m; path = SDWebImage/Core/SDImageGraphics.m; sourceTree = ""; }; + C8FA6653516966570CD5E109475D8D85 /* React-CoreModules.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-CoreModules.xcconfig"; sourceTree = ""; }; + C906F0BE4914661A27CA98A44C69709D /* EXPermissions.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXPermissions.xcconfig; sourceTree = ""; }; + C915CE4C5E850639992421BBA978984E /* UMReactNativeEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeEventEmitter.m; sourceTree = ""; }; + C91B68631AA428B8446308DCFEDA2732 /* REABezierNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REABezierNode.h; sourceTree = ""; }; + C93EC000089594FF099C665C0CD5D1B1 /* RCTInterpolationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInterpolationAnimatedNode.m; sourceTree = ""; }; + C9473900FC498C6D5B513A6248DD89B6 /* BSG_KSCrashSentry_MachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_MachException.h; sourceTree = ""; }; + C955FB070DCDF20A68E7E994CD2E2C37 /* BugsnagBreadcrumb.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagBreadcrumb.m; sourceTree = ""; }; + C96E41E77A36921F24F68BFB2F0C3D54 /* RCTBaseTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputView.m; sourceTree = ""; }; + C9882F9D0C1F75D8C5013E75A9C5BE28 /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; + C993DF06793B7954B7AE6F9F0A64ED07 /* bignum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bignum.h; path = "double-conversion/bignum.h"; sourceTree = ""; }; + CA005FB055FB73CB79712030C59FDD4A /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = Instance.cpp; sourceTree = ""; }; + CA00F20CD47382A4E8F6B2B57C44447B /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Demangle.cpp; path = folly/Demangle.cpp; sourceTree = ""; }; + CA2318FAF8C6794819597B7DA736974E /* RCTInterpolationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInterpolationAnimatedNode.h; sourceTree = ""; }; + CA2F65AFBC02446295C8D9339079109C /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.h; sourceTree = ""; }; + CA38D19C15EE7062FC041C4582E5472D /* glog-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "glog-prefix.pch"; sourceTree = ""; }; + CA48529D6657E08F27B32CA412904B75 /* RNDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDeviceInfo.h; path = ios/RNDeviceInfo/RNDeviceInfo.h; sourceTree = ""; }; + CA770D6C8EC9D18D035B8DD3A4669190 /* RNFirebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebase.h; path = RNFirebase/RNFirebase.h; sourceTree = ""; }; + CA7950AA6238AB2B349BFC5CE37C26B8 /* KeyCommands-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "KeyCommands-dummy.m"; sourceTree = ""; }; + CA7BD2FB34C066034DC699D02D096524 /* TurboModuleUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleUtils.h; path = turbomodule/core/TurboModuleUtils.h; sourceTree = ""; }; + CA94FE7C1ED0D22930A83476F47FE470 /* RNFirebaseCrashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseCrashlytics.h; sourceTree = ""; }; + CA9741E151BA40B8E4E4D9F2C2D48A97 /* RCTCxxMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxMethod.h; sourceTree = ""; }; + CACD9244F81FC25B9A30004DEE0FABA3 /* CxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxModule.h; sourceTree = ""; }; + CAF1BE452932FE40346A576C71DBEFAE /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; + CAF6DF8DAE53574A10DEFC9B56B1584D /* react-native-orientation-locker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-orientation-locker.xcconfig"; sourceTree = ""; }; + CAFD426247162E8929B3CEA147364142 /* BSG_RFC3339DateTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_RFC3339DateTool.m; sourceTree = ""; }; + CB1991DD325FC9524024EF4257FB6332 /* EvilIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = EvilIcons.ttf; path = Fonts/EvilIcons.ttf; sourceTree = ""; }; + CB47469B34FDDF6CADEFA698E652904B /* BSGSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGSerialization.m; sourceTree = ""; }; + CB52C85DE21D95127872FF79F7BEF816 /* RNPushKit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKit.m; path = RNNotifications/RNPushKit.m; sourceTree = ""; }; + CB635E8633F5B9A2412799EDEFE2DEAB /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + CB68CB30885069F725864FF48E3AC1AA /* react-native-orientation-locker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-orientation-locker-prefix.pch"; sourceTree = ""; }; + CB747B3063C14FFE271EBE8037CAC091 /* RSKInternalUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKInternalUtility.h; path = RSKImageCropper/RSKInternalUtility.h; sourceTree = ""; }; + CB88591B689B15F32DB8F6DA910E1845 /* UIResponder+FirstResponder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIResponder+FirstResponder.m"; path = "lib/UIResponder+FirstResponder.m"; sourceTree = ""; }; + CB9367A1D1DDF5E7789E9E0C94700A5F /* UMModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistry.h; sourceTree = ""; }; + CBBE0652EE9A9CDDA0DF797B7FDA8F59 /* UIImage+WebP.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+WebP.m"; path = "SDWebImageWebPCoder/Classes/UIImage+WebP.m"; sourceTree = ""; }; + CBC87DE5A96C161413FB1A21675879EC /* ARTTextManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTTextManager.h; sourceTree = ""; }; + CC306A91677E008B485C2693BBF1C7BF /* 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 = ""; }; + CC54D90115AE3980D90920A76CC33A3B /* RCTAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationDriver.h; sourceTree = ""; }; + CC91BDE7051E43EAEACD33F3C2D0E4E1 /* RCTVideoPlayerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoPlayerViewController.h; path = ios/Video/RCTVideoPlayerViewController.h; sourceTree = ""; }; + CCC3C579B0B11929E0551B33CE6C1686 /* QBImagePickerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBImagePickerController.m; path = ios/QBImagePicker/QBImagePicker/QBImagePickerController.m; sourceTree = ""; }; + CCC714DCDA38C719574933AD4BB18BEA /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = Firebase/Core/Private/FIRComponent.h; sourceTree = ""; }; + CCCF7627EE1A93D9A80F2A155E016155 /* RCTObjcExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjcExecutor.h; sourceTree = ""; }; + CCD312A444D75714EE72AB0FD34CE7F1 /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = SDWebImage/Core/SDImageCoder.h; sourceTree = ""; }; + CD1BEC727F858EF9794F6B8E4B755D98 /* RNSScreenStackHeaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenStackHeaderConfig.m; path = ios/RNSScreenStackHeaderConfig.m; sourceTree = ""; }; + CD4CF130DEB1168BE11420CFE58B6081 /* FBReactNativeSpec.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBReactNativeSpec.xcconfig; sourceTree = ""; }; + CD508363E2FBBA6CDE5F78761320AA6B /* BSG_KSSysCtl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSysCtl.h; sourceTree = ""; }; + CD6882F61920B611634F3F9BB4EA9300 /* UMReactNativeAdapter-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMReactNativeAdapter-prefix.pch"; sourceTree = ""; }; + CD6BD37D56DF74D3FE593DA2973E4095 /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; + CD7864EB1FCB4EFCCDE103F9D8F50114 /* SDWebImageDownloaderRequestModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderRequestModifier.h; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.h; sourceTree = ""; }; + CD8C1567FE91AF3DC28C2CCDF841BCE9 /* SDImageCachesManagerOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManagerOperation.h; path = SDWebImage/Private/SDImageCachesManagerOperation.h; sourceTree = ""; }; + CDAB2A362C37E561051D58E59B8C6295 /* yuv_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_mips_dsp_r2.c; path = src/dsp/yuv_mips_dsp_r2.c; sourceTree = ""; }; + CDABE96C15F9B4FD9B3FA2B5448EFF61 /* dec_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_sse41.c; path = src/dsp/dec_sse41.c; sourceTree = ""; }; + CDB0A7EF39CCD02905815A0CC25C4DE9 /* BugsnagApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagApiClient.m; sourceTree = ""; }; + CDCA5FCE50407C37B8D0720FBEDCDD79 /* UMModuleRegistryConsumer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryConsumer.h; sourceTree = ""; }; + CDE6A59ABACAA44B46D9F689EB31328A /* 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; }; + CE0AE4FB9E24E5BDDD8D43EE986510AF /* JSCallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSCallInvoker.h; path = jscallinvoker/ReactCommon/JSCallInvoker.h; sourceTree = ""; }; + CE21A33BDDA440B6E28DB4EA198320B0 /* RCTNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworking.h; path = Libraries/Network/RCTNetworking.h; sourceTree = ""; }; + CE5AB6C8A238F8EB2918F0E7FA1C2938 /* react-native-document-picker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-document-picker-prefix.pch"; sourceTree = ""; }; + CE60F49EF77406B156BFE39692C9CCF7 /* nanopb-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "nanopb-dummy.m"; sourceTree = ""; }; + CE6FBF657AFCBC0CE992F27A287E263C /* RCTUIImageViewAnimated.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTUIImageViewAnimated.h; path = Libraries/Image/RCTUIImageViewAnimated.h; sourceTree = ""; }; + CE88AE68164F8E5A2B29F0E225DD861F /* GULLoggerCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerCodes.h; path = GoogleUtilities/Common/GULLoggerCodes.h; sourceTree = ""; }; + CE9D4FF02B9F1E69EF139CEED6C5798E /* ReactNativeShareExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ReactNativeShareExtension.m; path = ios/ReactNativeShareExtension.m; sourceTree = ""; }; + CEA71924A53FA83777C47FB39771A3AE /* RCTInputAccessoryViewContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewContent.m; sourceTree = ""; }; + CF2CA478943CD6319CC326CBC7DCA605 /* tree_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tree_enc.c; path = src/enc/tree_enc.c; sourceTree = ""; }; + CF43D92D4A9E043BF617A5C4C33ADE35 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + CF4EB570F171F88B03630291CA925B74 /* UMFileSystemInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFileSystemInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + CF9FE7206E1F2A9BDC50B23FE1E37FC6 /* UMSensorsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMSensorsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + CFB1F7C8CBE3A90D885A2D9F791D56A9 /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; + CFD43F02444B6C40723BD79FFF466909 /* REACondNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REACondNode.m; sourceTree = ""; }; + D012AFD43F6B9E215E2529EE1DE37372 /* RSKImageCropperStrings.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = RSKImageCropperStrings.bundle; path = RSKImageCropper/RSKImageCropperStrings.bundle; sourceTree = ""; }; + D026ABCDBD78619A4E476193AED5682A /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; + D0277F480CE09A082A86B5E0AEDE50C3 /* REABlockNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REABlockNode.h; sourceTree = ""; }; + D0344C759AE01FB1CF12390619BA0A54 /* android_time.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = android_time.png; path = docs/images/android_time.png; sourceTree = ""; }; + D0BBB1D952E11B5F023EB0D3FD91C887 /* FABAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FABAttributes.h; path = iOS/Fabric.framework/Headers/FABAttributes.h; sourceTree = ""; }; + D10C46D86FB6F512B5AFC678EBFE4802 /* RCTMultilineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputView.m; sourceTree = ""; }; + D189DE6A6BF262777E79201138018E7E /* RCTDatePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePickerManager.m; sourceTree = ""; }; + D18DAD9A5B38151AFB39305C99731AE4 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + D1F10B6309426F814E403630CA560E9F /* RCTUITextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextField.m; sourceTree = ""; }; + D21357691A211111FCF423A64E04CAD4 /* boost-for-react-native.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "boost-for-react-native.xcconfig"; sourceTree = ""; }; + D219E66FF0B33F4DCD86F88A47C6DDD3 /* BugsnagKSCrashSysInfoParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagKSCrashSysInfoParser.m; sourceTree = ""; }; + D22BBC59AADC6EB447D3E2CBA6EAE607 /* UMFaceDetectorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManager.h; path = UMFaceDetectorInterface/UMFaceDetectorManager.h; sourceTree = ""; }; + D22C10CEED1C85CB5A398973AA4DA705 /* BSG_KSCrashSentry.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry.c; sourceTree = ""; }; + D2697AD83F5B73AB4C4BC8973A1EA808 /* BugsnagKeys.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKeys.h; sourceTree = ""; }; + D26F97B4A9E6AC64DA3F959AEF4F903B /* UMFontManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontManagerInterface.h; path = UMFontInterface/UMFontManagerInterface.h; sourceTree = ""; }; + D27ADF8C1E1379A4F7E0518AF69FCA06 /* ImageCropPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageCropPicker.h; path = ios/src/ImageCropPicker.h; sourceTree = ""; }; + D2ACF36489C9B96840468D3F72ED2479 /* io_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = io_dec.c; path = src/dec/io_dec.c; sourceTree = ""; }; + D307D68C68FE4F52BA3146D3C90DDE83 /* 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 = ""; }; + D3A3B3F8D4F01934A892D5E018B54300 /* React-RCTActionSheet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTActionSheet-dummy.m"; sourceTree = ""; }; + D3A7CF65F52705E88A875E0CC391FDD9 /* RNJitsiMeetViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNJitsiMeetViewManager.h; path = ios/RNJitsiMeetViewManager.h; sourceTree = ""; }; + D3AAB2DF9FB83B7E1D4F00EC2B58AF10 /* jsilib-posix.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = "jsilib-posix.cpp"; sourceTree = ""; }; + D3E3FF9AA367DAACB6D30CB31A02C1B5 /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; + D3ECE73C933780D042B8EE7211C45B3B /* REATransitionValues.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionValues.h; sourceTree = ""; }; + D3F1982C9DE5194AEB5AAF32073DB26F /* react-native-keyboard-tracking-view-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-keyboard-tracking-view-prefix.pch"; sourceTree = ""; }; + D3F2E8CA46311C82685B3649AE8679F9 /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; + D3FE0D74F6529795B2FC779F7DC99CF2 /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = SDWebImage/Core/SDWebImageIndicator.h; sourceTree = ""; }; + D40726BFD729316AABE7209F9CE71ECB /* alpha_processing_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_sse41.c; path = src/dsp/alpha_processing_sse41.c; sourceTree = ""; }; + D4159F77094F0425FF6A5AA3AF1F78BA /* UMDeviceMotionInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDeviceMotionInterface.h; path = UMSensorsInterface/UMDeviceMotionInterface.h; sourceTree = ""; }; + D418C2038126D73BDBE8EA92C2F89859 /* advancedIos.md */ = {isa = PBXFileReference; includeInIndex = 1; name = advancedIos.md; path = docs/advancedIos.md; sourceTree = ""; }; + D42B454EEB792E0824116D8112F0E504 /* EXConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstants.h; path = EXConstants/EXConstants.h; sourceTree = ""; }; D43DE3DC7792E0B353371829F68C0FFD /* Pods-ShareRocketChatRN-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ShareRocketChatRN-acknowledgements.markdown"; sourceTree = ""; }; - D45FFC3C8C3BE59BBA9D2E82DF24A1B4 /* FIRDependency.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDependency.m; path = Firebase/Core/FIRDependency.m; sourceTree = ""; }; - D478CFD27226A1EFF1D02C7DDE781A72 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - D4965976039CCC29884B01BA455CFC6F /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; - D497300E6E298D9DADF8C01E08ED82D7 /* RCTTypedModuleConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTypedModuleConstants.h; sourceTree = ""; }; - D49C860391A2659769FF7954DF6C5EE4 /* SDAsyncBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAsyncBlockOperation.h; path = SDWebImage/Private/SDAsyncBlockOperation.h; sourceTree = ""; }; - D4A086F979493189EE91F9C149DDE8B1 /* FIRInstanceIDCheckinPreferences+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstanceIDCheckinPreferences+Internal.h"; path = "Firebase/InstanceID/FIRInstanceIDCheckinPreferences+Internal.h"; sourceTree = ""; }; - D4D016794F3744BC5E7046F6A587CAEA /* GDTClock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTClock.h; path = GoogleDataTransport/GDTLibrary/Public/GDTClock.h; sourceTree = ""; }; - D4E22D483745BA99F925F0CB3ED15DA1 /* MethodCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MethodCall.h; sourceTree = ""; }; - D50F8D56D170B9888A6C03C1E454BDBB /* experiments.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = experiments.cpp; sourceTree = ""; }; - D520DB194A283ED911CD3B701821346F /* UMBarCodeScannerProviderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerProviderInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerProviderInterface.h; sourceTree = ""; }; - D548B561B96BC085A275069F16F2D37B /* UMFaceDetectorInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFaceDetectorInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - D55BD71D9F37C0C70DBB7D0D84A1FC04 /* FIRInstanceID+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstanceID+Private.h"; path = "Firebase/InstanceID/Private/FIRInstanceID+Private.h"; sourceTree = ""; }; - D5761CCBEA427A610FDEF3DC153ABA35 /* RNFirebaseMessaging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseMessaging.m; sourceTree = ""; }; - D584D492C7DA81B907BCAC20B32BE018 /* RCTObjcExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjcExecutor.h; sourceTree = ""; }; - D58590258F21F73580DDB450622DC904 /* RCTActionSheetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActionSheetManager.m; sourceTree = ""; }; - D5BFD0F5C965D3ADB69786DA6C9B64D4 /* thread_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = thread_utils.c; path = src/utils/thread_utils.c; sourceTree = ""; }; + D4576431923B32B28E848D30EB34BD00 /* Unicode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Unicode.cpp; path = folly/Unicode.cpp; sourceTree = ""; }; + D48EF3CAC65B53B0E0B1CDACE8FDE8A7 /* EXSystemBrightnessRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXSystemBrightnessRequester.m; path = EXPermissions/EXSystemBrightnessRequester.m; sourceTree = ""; }; + D4A123FC94E7410BEA6E2DC48D0926F3 /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+HighlightedWebCache.m"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; + D4D6CCDC79B5BCFA6A83676FEB2DF2AC /* BSG_KSMach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMach.h; sourceTree = ""; }; + D4FD56965FE3FFBFD0C50087FDE7D6F4 /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/Core/SDWebImageCompat.h; sourceTree = ""; }; + D4FECA372334C3D52C8947F1B7BD3417 /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; + D505A7309D20FFA1D950983E2E16A5AD /* React-RCTVibration-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTVibration-prefix.pch"; sourceTree = ""; }; + D5261E4979498B97B87787DD8FF80FF8 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + D52A9FE57B8A72DAEA47F53A8FA6159A /* BugsnagUser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagUser.m; sourceTree = ""; }; + D535CA1085AD8AF6A3992692BB8C5C9D /* RNFirebaseUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFirebaseUtil.h; path = RNFirebase/RNFirebaseUtil.h; sourceTree = ""; }; + D54A835DCAEBC10A120B48CEBA085CC1 /* FIRIMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRIMessageCode.h; path = Firebase/InstanceID/FIRIMessageCode.h; sourceTree = ""; }; + D54F6EA8F501C29E00AD8D0F3E53A1CA /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = SDWebImage/Core/SDWebImageCompat.m; sourceTree = ""; }; + D563B3F8B5F2EC3024FAB3290E161100 /* muxread.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxread.c; path = src/mux/muxread.c; sourceTree = ""; }; + D57BF655F31F1339675D0B395963F052 /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = SDWebImage/Core/SDWebImageTransition.h; sourceTree = ""; }; + D57EEC60392CEA5042D268D64C5D6928 /* BSG_KSCrashReportFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFields.h; sourceTree = ""; }; + D58900DA0BCC1B0DA3E7562D1C083155 /* RNUserDefaults.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNUserDefaults.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + D59AF94D98ABE63F8E9F9432A8E0B6B9 /* RCTAccessibilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAccessibilityManager.m; sourceTree = ""; }; + D5B1BB2341170C48622677C2029A72A6 /* jsilib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsilib.h; sourceTree = ""; }; + D5B7CF80A43E501BEA20FB90FF049DD4 /* FIRInstanceIDTokenManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenManager.m; path = Firebase/InstanceID/FIRInstanceIDTokenManager.m; sourceTree = ""; }; + D5C3492A85A86C68EFE8A09213C3C16A /* EXWebBrowser.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXWebBrowser.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; D5C775614AC76D44CECB6BE08B022F1F /* libReactCommon.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libReactCommon.a; path = libReactCommon.a; sourceTree = BUILT_PRODUCTS_DIR; }; - D5C87D04A1C35B6C4569A33FDFABBC49 /* RNAudio.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNAudio.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - D5D8BF36BBA4C1D225ADBCB92F70D377 /* RNFirebaseAuth.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAuth.m; sourceTree = ""; }; - D6200FB32BE00FD2F794E45C05D446F2 /* BugsnagSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSession.m; sourceTree = ""; }; - D63E03F1ABC7D78DD3F272FAAC453778 /* FIRInstanceIDCheckinPreferences.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinPreferences.h; path = Firebase/InstanceID/Private/FIRInstanceIDCheckinPreferences.h; sourceTree = ""; }; - D6CCA38F606D7F050C0C41B9FFBF07A4 /* React-Core-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Core-dummy.m"; sourceTree = ""; }; - D70BB0601464E6C88787A17CD7DAE1DD /* UMJavaScriptContextProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMJavaScriptContextProvider.h; sourceTree = ""; }; - D715E8B4DE1CEBBF6120A95EBAC89838 /* RSKImageCropViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKImageCropViewController.h; path = RSKImageCropper/RSKImageCropViewController.h; sourceTree = ""; }; - D71933A8DB008ECBF8D49FAB8ADD195C /* RCTDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDecayAnimation.h; sourceTree = ""; }; - D79F00F42E593C6753035A9179E5E1B0 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - D7A7B3758C1D359A15F4DF30C28E57D8 /* GDTEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTEvent.m; path = GoogleDataTransport/GDTLibrary/GDTEvent.m; sourceTree = ""; }; - D7DF1E2B79F1A78B53A11BB59D99E63E /* React-jsiexecutor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsiexecutor-dummy.m"; sourceTree = ""; }; - D7FF715220131E7D8A8DB6FA9A1574E6 /* NSBezierPath+RoundedCorners.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBezierPath+RoundedCorners.m"; path = "SDWebImage/Private/NSBezierPath+RoundedCorners.m"; sourceTree = ""; }; - D8021DB19699315FBBA3E6257E3E06D4 /* react-native-orientation-locker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-orientation-locker-prefix.pch"; sourceTree = ""; }; - D8304B2C2A635E586D23387ADB0C77CA /* RCTStatusBarManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStatusBarManager.m; sourceTree = ""; }; - D853DBCF5B44207CC309317FB832DE4D /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSourceCode.h; sourceTree = ""; }; - D870A24AF662848B39BF73B59FD361DB /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - D8901CA28F0B8B14CD6AF4861D28138D /* UMCore.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCore.xcconfig; sourceTree = ""; }; - D8AF93214EB824D891C9B3A721D08121 /* UIImage+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Transform.h"; path = "SDWebImage/Core/UIImage+Transform.h"; sourceTree = ""; }; - D8DA03EAE13BBC725FC65DDC6DA8FD86 /* 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; }; - D8E5E1D3A6353E7F5418BCE5028D82CF /* BSG_KSDynamicLinker.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSDynamicLinker.c; sourceTree = ""; }; - D8EC34EC8CC38CF16D8663A7854E1F0D /* FIRInstanceIDUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDUtilities.m; path = Firebase/InstanceID/FIRInstanceIDUtilities.m; sourceTree = ""; }; - D907AEAA7023BAF2E159C20033A607E5 /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; sourceTree = ""; }; - D92916A1F5CC988E841056E57F2D1522 /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; - D950A7A6BD52E93A13393424C13DFAD1 /* EXConstants-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXConstants-dummy.m"; sourceTree = ""; }; - D95B2ED247431D79446B64AB419EF7B0 /* BSG_KSCrashReport.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashReport.c; sourceTree = ""; }; - D9965E3BF1C0A7A105894C90DD03681A /* BSGConnectivity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGConnectivity.m; sourceTree = ""; }; + D60C0E4F2E506C811F192C3C6B42AA11 /* react-native-video-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-video-prefix.pch"; sourceTree = ""; }; + D6177BC2A28363DFBB91DF58AAE3AF1A /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; + D66670C419919DDB229F45998FB12523 /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; + D6696F502F0ADEED65B1265EE1098AF6 /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; + D6821AD88324905C058650AA19C37508 /* TurboModuleBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboModuleBinding.cpp; path = turbomodule/core/TurboModuleBinding.cpp; sourceTree = ""; }; + D685191518CCCE8477FBB30EA847D2D9 /* FIRAnalyticsConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsConfiguration.h; path = Firebase/Core/Private/FIRAnalyticsConfiguration.h; sourceTree = ""; }; + D68865F99A8F6659659285B0079FA045 /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = SDWebImage/Core/SDWebImageDefine.h; sourceTree = ""; }; + D691A336ECF8181AE201DD7D26ADEBD4 /* GULLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLogger.h; path = GoogleUtilities/Logger/Private/GULLogger.h; sourceTree = ""; }; + D6B0FD592EEFFD8759575ADFE9D2E87F /* BSG_KSFileUtils.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSFileUtils.c; sourceTree = ""; }; + D6DD593F04D58A5F3553692C25B27A02 /* GULNetworkMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkMessageCode.h; path = GoogleUtilities/Network/Private/GULNetworkMessageCode.h; sourceTree = ""; }; + D6F8ADAD4AFB1AE3D9D85434F6AA021B /* RCTSettingsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSettingsManager.h; path = Libraries/Settings/RCTSettingsManager.h; sourceTree = ""; }; + D73F0E04F999B91AC0744CA12FC382C9 /* RCTTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = ""; }; + D7442488D44347FE3864D6299F3467B8 /* RNAudio.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNAudio.xcconfig; sourceTree = ""; }; + D74C97B2031F3ECE61A82A6769BED2CB /* RCTConvert+Text.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Text.m"; sourceTree = ""; }; + D77D2E2EB87638F70AEF59D57EDC5A5D /* threadsafe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = threadsafe.h; sourceTree = ""; }; + D78AD78AF6AB6F0BE0B02B4408976AA0 /* EXFilePermissionModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFilePermissionModule.h; path = EXFileSystem/EXFilePermissionModule.h; sourceTree = ""; }; + D7AF0EEF43F86081748C36A1C9D9A230 /* GDTCCTPrioritizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTPrioritizer.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTPrioritizer.m; sourceTree = ""; }; + D7B672FF680F74FBCDC5832FD405BB8D /* RCTNativeAnimatedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedModule.m; sourceTree = ""; }; + D7F9632E5C13C4849BFB6A0F074B0389 /* RCTTypedModuleConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTypedModuleConstants.h; sourceTree = ""; }; + D80CADE0F1DF09047AB3F7B0DCE2CC49 /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; + D858D60B19B15DD3B37BFCFA9D636CAF /* RCTPerfMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerfMonitor.m; sourceTree = ""; }; + D875A699D4BC489D7193B900F1E9CE14 /* UMKernelService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMKernelService.h; sourceTree = ""; }; + D8D69787558289B25132BB7C5E969663 /* BugsnagReactNative.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = BugsnagReactNative.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + D8EF6DABD23F578542E2D20B74D3D64E /* React-RCTBlob.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.xcconfig"; sourceTree = ""; }; + D928C35584F765127D20446C78F11B68 /* YGValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGValue.cpp; path = yoga/YGValue.cpp; sourceTree = ""; }; + D9889D226D2264511A5C8C617B3E3CC3 /* RNFirebaseAdMobInterstitial.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobInterstitial.m; sourceTree = ""; }; + D99106F99C2321E8893D8DA292E47E07 /* RCTImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageUtils.m; sourceTree = ""; }; + D9A3FD35B8F399B0E2DECE9E0CEF8482 /* React-RCTAnimation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAnimation-prefix.pch"; sourceTree = ""; }; + D9ACFDF4DA3BB4FF97DBEDA3A6574097 /* EXFileSystem.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXFileSystem.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + D9C066C867C0E4440BCF224357AEA143 /* GDTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTPlatform.h; path = GoogleDataTransport/GDTLibrary/Public/GDTPlatform.h; sourceTree = ""; }; + D9D7051E2FA1D497B53CFD225B3529F4 /* ARTGroupManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTGroupManager.h; sourceTree = ""; }; + D9E1543EA3F83B6350BB339D31E74A42 /* lossless_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_neon.c; path = src/dsp/lossless_neon.c; sourceTree = ""; }; D9F334F2E90E3EE462FC4192AF5C03BD /* libReact-jsi.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsi.a"; path = "libReact-jsi.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - D9F3A37EAEF43738D97E0D0129D17766 /* 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; }; - D9F7CC56299F47549B3A2A7A1C365F7E /* React-RCTNetwork.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.xcconfig"; sourceTree = ""; }; - D9F83F5667A9B217830748AE33EE67B5 /* UIImage+GIF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+GIF.m"; path = "SDWebImage/Core/UIImage+GIF.m"; sourceTree = ""; }; - DA0B32CA7B8BEA657044AC54FDAE31B7 /* react-native-cameraroll-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-cameraroll-dummy.m"; sourceTree = ""; }; - DA528EDF3CF0F85FB49565618973B8A1 /* UMViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMViewManager.h; path = UMCore/UMViewManager.h; sourceTree = ""; }; - DA5EA24A40BCD0AF91D8D4883B987D7C /* BugsnagFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagFileStore.m; sourceTree = ""; }; - DA604AB72F2111ABAC6695CA222B31E6 /* RNForceTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNForceTouchHandler.m; sourceTree = ""; }; - DA673D6C96D9E9E3DE73DC2F3431A89E /* RNRotationHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNRotationHandler.h; sourceTree = ""; }; - DA68FE3B9879133D40343E963F0C4317 /* RNLocalize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNLocalize.h; path = ios/RNLocalize.h; sourceTree = ""; }; - DA8EB2DA73BFD56C23B5DC7CB6589818 /* UMTaskManagerInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMTaskManagerInterface.xcconfig; sourceTree = ""; }; - DAC76346A03F1281B2819BB21FDCA495 /* EXAppRecordInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXAppRecordInterface.h; sourceTree = ""; }; - DB1BD9FA1E2AEE6D6851171204F2B792 /* filters_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_msa.c; path = src/dsp/filters_msa.c; sourceTree = ""; }; - DB4C0A0B99791EA8172573C88CB93DE4 /* RCTKeyboardObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyboardObserver.m; sourceTree = ""; }; - DB4F0F2DE3D5255E64E8207F52BC3511 /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevSettings.mm; sourceTree = ""; }; - DB501777EFB5560A4937F8D0EF0507E3 /* MaterialIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialIcons.ttf; path = Fonts/MaterialIcons.ttf; sourceTree = ""; }; - DB72F4C7ACB2F1CE117913832159A5BC /* GDTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTAssert.m; path = GoogleDataTransport/GDTLibrary/GDTAssert.m; sourceTree = ""; }; - DB83BC203328D170AE2DB2FCFE9EFECD /* nanopb-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-prefix.pch"; sourceTree = ""; }; - DBB64D4580FE8A3BDCA7128618DB2D9A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - DBB7B8DB915F0B5632539AED6754072F /* REAStyleNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAStyleNode.m; sourceTree = ""; }; - DBBCB12494C4A3B3271DDE8C13567D62 /* vp8l_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8l_dec.c; path = src/dec/vp8l_dec.c; sourceTree = ""; }; - DC0D5A73BB441F5E148FE79E8402635E /* RNGestureHandler.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNGestureHandler.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - DC27B41F9E3C8B2A0AD60A85C568A20B /* RCTNativeAnimatedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedModule.h; path = Libraries/NativeAnimation/RCTNativeAnimatedModule.h; sourceTree = ""; }; - DC32639D4546DF1E0A4AB17B96A63D3C /* RNCWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWebViewManager.h; path = ios/RNCWebViewManager.h; sourceTree = ""; }; - DC4D4469B21C94DD2DF56F41CF784C28 /* log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log.h; path = yoga/log.h; sourceTree = ""; }; - DC9702242033D2DD9DBD98EA46DB91BF /* UIResponder+FirstResponder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIResponder+FirstResponder.m"; path = "lib/UIResponder+FirstResponder.m"; sourceTree = ""; }; - DCA0397B2B08261B1E953EE871D5C37A /* libwebp-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "libwebp-dummy.m"; sourceTree = ""; }; - DCB4DA3C46DFE6DFC3F77232CCB54077 /* CxxNativeModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = CxxNativeModule.cpp; sourceTree = ""; }; - DCC38A8FC8F6968FB505A042918BF0EE /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; - DCE953D28A23E5D2CC1FD413F6AAC121 /* BSG_KSSignalInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSignalInfo.h; sourceTree = ""; }; - DCEDB36BB4A678BBD50E71562039CDBE /* REAModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REAModule.h; path = ios/REAModule.h; sourceTree = ""; }; - DD0B061D5F64BDEF589FAF221B90DF4E /* RCTInputAccessoryShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryShadowView.m; sourceTree = ""; }; - DD41DFEB4D20816504C0ED50EE6A03E6 /* webp_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = webp_dec.c; path = src/dec/webp_dec.c; sourceTree = ""; }; - DD56EEDA3F7479F634A6CE3F3EC39B86 /* REAValueNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAValueNode.m; sourceTree = ""; }; - DD5A4194530FDB347C29F71AA4FF3226 /* analysis_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = analysis_enc.c; path = src/enc/analysis_enc.c; sourceTree = ""; }; - DD9DE6C689EC788DB2DD744AD9D357C4 /* EXPermissions.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXPermissions.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - DDFDD771AC68BED38C5F9B86B8598D81 /* RCTFrameAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameAnimation.m; sourceTree = ""; }; - DE0A5B7107E9BE6590E7CE266D26EEAB /* GULAppDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Private/GULAppDelegateSwizzler.h; sourceTree = ""; }; - DE1D924CA84AB6B9901A47B16A1C8473 /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; sourceTree = ""; }; - DE25331B584FA35E4B1F5065F031A9A1 /* REAPropsNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAPropsNode.m; sourceTree = ""; }; - DE36B5CAA7CDA5BBF4B669040872C2AE /* BSG_KSCrashType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashType.h; sourceTree = ""; }; - DE3FD76952EC2D0F5FB5DFD9C121A7F3 /* BSG_KSCrashSentry_MachException.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_MachException.c; sourceTree = ""; }; - DE4410FDD298C6F13D3C7BE207BDB250 /* react-native-jitsi-meet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-jitsi-meet-dummy.m"; sourceTree = ""; }; - DEA694E7E5C1A607469B2F201FDF6734 /* filter_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filter_enc.c; path = src/enc/filter_enc.c; sourceTree = ""; }; - DEEF84EE7AF59739069B58A7DCFD9E06 /* RNPinchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPinchHandler.h; sourceTree = ""; }; - DF469F7000789772C8FBD8612C31FD70 /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; - DF98C1B0996480CE6D5C705FA9140039 /* EXFileSystemAssetLibraryHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemAssetLibraryHandler.m; path = EXFileSystem/EXFileSystemAssetLibraryHandler.m; sourceTree = ""; }; - DF9B028A04CFB05A64FBDED84CD9D1A0 /* BSGOutOfMemoryWatchdog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGOutOfMemoryWatchdog.h; sourceTree = ""; }; - DFC21712ABC4DE12D996AFC506946DEB /* RCTSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSlider.h; sourceTree = ""; }; - DFDD14B06EEEF1C2F67D4ADE74A7BE4A /* ARTSolidColor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTSolidColor.m; sourceTree = ""; }; - DFE58F2F7DF905A211BCF64AE4C0FA8C /* Assume.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Assume.cpp; path = folly/lang/Assume.cpp; sourceTree = ""; }; - DFF6B78A47997D1A09075739A65CD297 /* alpha_processing_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_sse2.c; path = src/dsp/alpha_processing_sse2.c; sourceTree = ""; }; - DFF8F03CCEC8054A1A6D5F51BE7DECEE /* DoubleConversion-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DoubleConversion-dummy.m"; sourceTree = ""; }; - E0335CE7297AD0A020364657C76193B4 /* FIRInstanceIDKeyPairStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeyPairStore.m; path = Firebase/InstanceID/FIRInstanceIDKeyPairStore.m; sourceTree = ""; }; - E05EB39341A20BDCE7831E660069E2E0 /* react-native-cameraroll-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-cameraroll-prefix.pch"; sourceTree = ""; }; - E06B45DFBC8D9A9A3F4EF84D22A7D2E0 /* KeyCommands.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = KeyCommands.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - E06EC5619F310086532DEE3DD94B328D /* histogram_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = histogram_enc.h; path = src/enc/histogram_enc.h; sourceTree = ""; }; - E06F533B0622CF71450FA198FEF0B65A /* FirebaseCoreDiagnostics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCoreDiagnostics-dummy.m"; sourceTree = ""; }; - E0747BEFD270B12C90743EEAF41B980C /* RNGestureHandlerEvents.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerEvents.m; path = ios/RNGestureHandlerEvents.m; sourceTree = ""; }; - E0E13CF52FEFC5180310B28844F8ADAB /* RCTVideo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideo.h; path = ios/Video/RCTVideo.h; sourceTree = ""; }; + DA05EC6E19DAEC1ADF3A0DF92A21E143 /* JSIndexedRAMBundle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSIndexedRAMBundle.cpp; sourceTree = ""; }; + DA0DE37FB10CB00B4D9968FF00394365 /* YGConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGConfig.cpp; path = yoga/YGConfig.cpp; sourceTree = ""; }; + DA27D82F20D6A185B593444261C58617 /* React-RCTLinking.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.xcconfig"; sourceTree = ""; }; + DA29FECAE359C2F2950641F461432B96 /* FIRInstanceIDUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDUtilities.h; path = Firebase/InstanceID/FIRInstanceIDUtilities.h; sourceTree = ""; }; + DA367791D3EA913EE63D4B6186F07065 /* BSG_KSCrashReport.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashReport.c; sourceTree = ""; }; + DA4A37B4969CB37F3A28EC8850F7C400 /* UIImage+ForceDecode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ForceDecode.h"; path = "SDWebImage/Core/UIImage+ForceDecode.h"; sourceTree = ""; }; + DA716AE7868435F42751B7B9FAD16593 /* RNRootView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNRootView-dummy.m"; sourceTree = ""; }; + DA806E23EF7BF0703730663A39D90E5F /* UIResponder+FirstResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIResponder+FirstResponder.h"; path = "lib/UIResponder+FirstResponder.h"; sourceTree = ""; }; + DAC30BE4A1E6FE0E54C7C16F3E46E981 /* ios_date.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = ios_date.png; path = docs/images/ios_date.png; sourceTree = ""; }; + DAED8D93FB784B6A38B458D84A1A917C /* JsArgumentHelpers-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JsArgumentHelpers-inl.h"; sourceTree = ""; }; + DB1042CE5347E5C69C05DF9654B6FC58 /* BSG_KSCrashReportStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashReportStore.m; sourceTree = ""; }; + DB11279B4CC28B0171055B063B80E6FD /* RCTSettingsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSettingsManager.m; sourceTree = ""; }; + DB3316D4381F7AC386AB594BE1C1C667 /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevSettings.mm; sourceTree = ""; }; + DB35135339DD95C379CB3511AB5F8F99 /* CLSLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSLogging.h; path = iOS/Crashlytics.framework/Headers/CLSLogging.h; sourceTree = ""; }; + DB4735DDBE3DD40EDB9C6F2556240802 /* Yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Yoga-prefix.pch"; sourceTree = ""; }; + DB6BC54EC1F7EAAF55F5D4334D82B7B1 /* RCTDevMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevMenu.h; sourceTree = ""; }; + DB6BDFB3FFC45D52CADDD63EC71C494B /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; + DB80D7BB15CD01DAEFB5F0208B83809E /* RCTModuloAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModuloAnimatedNode.m; sourceTree = ""; }; + DB8E6E524E93AA1E17AC170DA85BCC3A /* RCTImageBlurUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageBlurUtils.h; path = Libraries/Image/RCTImageBlurUtils.h; sourceTree = ""; }; + DB99F2676D30EF6AB07A50ACC6AD4D23 /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = SDWebImage/Core/SDImageGIFCoder.h; sourceTree = ""; }; + DBD19985FDA6E09B99A41FCAEBE6B1BE /* picture_rescale_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_rescale_enc.c; path = src/enc/picture_rescale_enc.c; sourceTree = ""; }; + DBD854995D38FE5CC19A6220E243CBD9 /* RCTNativeAnimatedNodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedNodesManager.h; path = Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h; sourceTree = ""; }; + DC123B7D5CC70DA3800E61D7EA4C4F38 /* RCTMultilineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputViewManager.m; sourceTree = ""; }; + DC1ED14685D94D7B65AD30A55F657B68 /* backward_references_cost_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = backward_references_cost_enc.c; path = src/enc/backward_references_cost_enc.c; sourceTree = ""; }; + DC2AF7312D0A77B9489C9B878F6899E1 /* React-Core-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-prefix.pch"; sourceTree = ""; }; + DC42B53E95212ECB870C1AFD0A290117 /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTExceptionsManager.h; path = React/CoreModules/RCTExceptionsManager.h; sourceTree = ""; }; + DC496485D777F6D3290CCA3FA6008196 /* RNNotificationCenterListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenterListener.m; path = RNNotifications/RNNotificationCenterListener.m; sourceTree = ""; }; + DC7CE3319FDE21DCD68690CEA070AC18 /* RCTBaseTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextShadowView.m; sourceTree = ""; }; + DC7FE029A87E01A42AA3C04688EF9568 /* BSG_RFC3339DateTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_RFC3339DateTool.h; sourceTree = ""; }; + DC898FA019A3F25EA6F04D68DD84E834 /* RNFirebaseDatabaseReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseDatabaseReference.h; sourceTree = ""; }; + DCB22A38791F748AE8290C77D99CCC56 /* cost_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_neon.c; path = src/dsp/cost_neon.c; sourceTree = ""; }; + DCEAF7E65FCBB127E2095642489CD6B1 /* ARTTextFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTTextFrame.h; path = ios/ARTTextFrame.h; sourceTree = ""; }; + DCF4CED8CD3D2B43426543E727D6D881 /* FirebaseAnalytics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalytics.xcconfig; sourceTree = ""; }; + DD017B1997FF374261163E158159F2F9 /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHTTPRequestHandler.h; path = Libraries/Network/RCTHTTPRequestHandler.h; sourceTree = ""; }; + DD0AE59F51A1DE1759E3E500BEC37AC1 /* BSG_KSCrashContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashContext.h; sourceTree = ""; }; + DD1F61F7805C3FC9FF12CE56031B83D1 /* RCTComponentEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentEvent.m; sourceTree = ""; }; + DD58587783451C7435F9C0C28BFD89FD /* RNFirebaseFirestore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseFirestore.h; sourceTree = ""; }; + DD64EA045883AD0A4E597F714F32B30E /* RNForceTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNForceTouchHandler.h; sourceTree = ""; }; + DD6632004F2003DCDE912F11C44CEA56 /* alphai_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = alphai_dec.h; path = src/dec/alphai_dec.h; sourceTree = ""; }; + DD6D91740B8B962C4CE62F898542B1A6 /* GoogleDataTransport.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransport.xcconfig; sourceTree = ""; }; + DD6F5C8059A379F3D8E9999821DBE3E8 /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLog.mm; sourceTree = ""; }; + DD7EA3F448F269ECB4D8A2DA730F685A /* RNFirebaseAdMobNativeExpressManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseAdMobNativeExpressManager.m; sourceTree = ""; }; + DD7F410B1638478F621AE2F432707D6D /* EXHaptics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXHaptics-prefix.pch"; sourceTree = ""; }; + DD8E3D039A6E89BD03F7A33FC8D634F4 /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; + DD9132B64FBE45A4C87A571D30B33B93 /* histogram_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = histogram_enc.c; path = src/enc/histogram_enc.c; sourceTree = ""; }; + DD98818219FC4DD77E7D8EBF8CD6505F /* RNNotificationParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationParser.m; path = RNNotifications/RNNotificationParser.m; sourceTree = ""; }; + DDA89DBD479FF053FE7C1BCC9E3C264D /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; + DDD8773720268ECF1673636082B7B0D9 /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = Firebase/Core/Private/FIRComponentContainer.h; sourceTree = ""; }; + DDE8F8D657B4AD8D68519848C7E00D6E /* SDWebImageWebPCoder-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImageWebPCoder-dummy.m"; sourceTree = ""; }; + DE1E5E9D94FBB83D71200FE3F701AFC9 /* UMBarCodeScannerInterface.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMBarCodeScannerInterface.xcconfig; sourceTree = ""; }; + DE53658AF11CD49486D35DB8F2FE3A22 /* decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = decode.h; path = src/webp/decode.h; sourceTree = ""; }; + DE7F2FD8A029EA1D8D392BE53DEFE9C6 /* UMReactNativeAdapter.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMReactNativeAdapter.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + DE92F2943DFD9A02BBD45FECDDD74E13 /* BugsnagReactNative.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BugsnagReactNative.h; path = cocoa/BugsnagReactNative.h; sourceTree = ""; }; + DE96E733840BAB2944ACD371EAEE2C12 /* FIRInstanceID+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstanceID+Private.h"; path = "Firebase/InstanceID/Private/FIRInstanceID+Private.h"; sourceTree = ""; }; + DE9969CA71BDB274B67CCEA11C0020C2 /* vp8li_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8li_enc.h; path = src/enc/vp8li_enc.h; sourceTree = ""; }; + DEA0269F260ECF8399E22CDBCE670D9D /* SDWebImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImage-dummy.m"; sourceTree = ""; }; + DEA1AFC7815DE289321DB234082AB133 /* UIImage+Metadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Metadata.h"; path = "SDWebImage/Core/UIImage+Metadata.h"; sourceTree = ""; }; + DEB68940C750201971089751E74F2668 /* SDImageWebPCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageWebPCoder.m; path = SDWebImageWebPCoder/Classes/SDImageWebPCoder.m; sourceTree = ""; }; + DEBC889B15F04209C3F46BA6C73C3923 /* zh-Hans.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hans.lproj"; path = "ios/QBImagePicker/QBImagePicker/zh-Hans.lproj"; sourceTree = ""; }; + DEC91BA0271EDD25AC990885269AAA63 /* GoogleAppMeasurement.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.xcconfig; sourceTree = ""; }; + DEDF8708450018EC34EC9654FF175948 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + DEEC3D9F2E40D15DA7BD5D4C0CDA7487 /* EXConstants-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXConstants-dummy.m"; sourceTree = ""; }; + DF1C9C2F9BBA22563F68A4571E4CF429 /* GULAppDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Private/GULAppDelegateSwizzler.h; sourceTree = ""; }; + DF3B6A5615D38501C12A332422F0D8FD /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = SDWebImage/Core/SDImageFrame.h; sourceTree = ""; }; + DF5D27AD14A1991632E190090036255B /* ReactNativeART.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactNativeART.xcconfig; sourceTree = ""; }; + DF6768535B8CB61B9497D7BBBA40AA61 /* NativeExpressComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = NativeExpressComponent.m; sourceTree = ""; }; + DF95B1F3299788509771779271ABDF95 /* UMLogManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMLogManager.m; sourceTree = ""; }; + DF9802471B3C38BE71E6DFC462B60585 /* pb_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_decode.c; sourceTree = ""; }; + DFBFA7AA68FC31844095C0BD269181C0 /* RNBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBridgeModule.h; path = RNNotifications/RNBridgeModule.h; sourceTree = ""; }; + DFCDCABAC89EB98D24C53BBA6FE3C904 /* RCTTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextShadowView.m; sourceTree = ""; }; + DFD3782750AD39CED57012A2129A55B3 /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; + DFFC97154F73523F6603DD1F3EE64182 /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; sourceTree = ""; }; + E003996EDDFC4DAC0E9DA2A7A151C5C9 /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "SDWebImage/Core/UIImage+MultiFormat.m"; sourceTree = ""; }; + E004B0F0A38C5ECB4EC9C44607962B40 /* UMReactNativeEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeEventEmitter.h; sourceTree = ""; }; + E03FDADD8D087B539D2F8619A00F2DF6 /* UMViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMViewManager.h; path = UMCore/UMViewManager.h; sourceTree = ""; }; + E077631EEEF1BAC9D4F61506BE04F689 /* REAConcatNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAConcatNode.h; sourceTree = ""; }; + E0927A2CA77A93D1A338FDD1DCEF0951 /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; + E0979954FA91BF2CF3A2389DE8400967 /* RCTSubtractionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSubtractionAnimatedNode.m; sourceTree = ""; }; + E0B15308932FDE37573BAB54F144DC5B /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; + E0B1E61C8897F35C71329E692391DC89 /* RNFirebaseAdMobRewardedVideo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseAdMobRewardedVideo.h; sourceTree = ""; }; + E0FD752F00F4A92F465D342153DF5684 /* RNGestureHandlerButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerButton.h; path = ios/RNGestureHandlerButton.h; sourceTree = ""; }; E0FE6533198104C97DB047DD5CD8AC67 /* libRNDeviceInfo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNDeviceInfo.a; path = libRNDeviceInfo.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E122C5A65F246B9AED46499AB1CD0475 /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; - E1251CBDE8860561DD5910E8E656DC58 /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTReconnectingWebSocket.m; path = Libraries/WebSocket/RCTReconnectingWebSocket.m; sourceTree = ""; }; - E12CA5E22CEE8C904794294C3518BB8E /* JSINativeModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSINativeModules.cpp; path = jsireact/JSINativeModules.cpp; sourceTree = ""; }; - E1390F1B254ED476EDB45D14438BA504 /* Yoga-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Yoga-internal.h"; path = "yoga/Yoga-internal.h"; sourceTree = ""; }; - E157A48384BBEFF5F3182E3E69A85E1B /* 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; }; - E16F9DAEB7D05D8C1FC64E291DBE83C0 /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; - E17D9CD11230D3D992C8F76282A0A784 /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = SDWebImage/Core/SDImageFrame.h; sourceTree = ""; }; - E182E74410FA1DDCF0AA6224D4CD70F0 /* UMCameraInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMCameraInterface.h; path = UMCameraInterface/UMCameraInterface.h; sourceTree = ""; }; - E1B4751772BB4FD74AC8082E204C82A2 /* GDTStoredEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTStoredEvent.m; path = GoogleDataTransport/GDTLibrary/GDTStoredEvent.m; sourceTree = ""; }; - E1E297E5E6E76E62B903BE587078B295 /* GDTEvent_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTEvent_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTEvent_Private.h; sourceTree = ""; }; - E1E51FE5092CD4D13C651F128F55E751 /* cpu.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cpu.c; path = src/dsp/cpu.c; sourceTree = ""; }; - E200D68314C6C3C947BEDFBFC12D4B7D /* KeyboardTrackingViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KeyboardTrackingViewManager.m; path = lib/KeyboardTrackingViewManager.m; sourceTree = ""; }; - E228B19B85B5CCEB10625AAB1350D5FA /* FIRInstanceIDCheckinPreferences.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCheckinPreferences.m; path = Firebase/InstanceID/FIRInstanceIDCheckinPreferences.m; sourceTree = ""; }; - E22B4DB8FAD177FC1812F7E613986051 /* ARTNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTNode.m; path = ios/ARTNode.m; sourceTree = ""; }; - E23769C53342F026C8FC3324EA9C4E03 /* RCTImageDataDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageDataDecoder.h; path = Libraries/Image/RCTImageDataDecoder.h; sourceTree = ""; }; - E23E8EE20821D6CB2F8D9852709FD652 /* React-jsi-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsi-prefix.pch"; sourceTree = ""; }; - E25729254AAC6A69173C349D7E0D6E86 /* EXConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstants.h; path = EXConstants/EXConstants.h; sourceTree = ""; }; - E26725957C5A35A837364ABFF9263218 /* react-native-background-timer-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-background-timer-dummy.m"; sourceTree = ""; }; - E2A6261999DB7989D9DD8725A718F11E /* RNDeviceInfo-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDeviceInfo-dummy.m"; sourceTree = ""; }; + E104A26AD02F9440154BF5C9E00FC5F6 /* RCTImageLoaderProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderProtocol.h; path = Libraries/Image/RCTImageLoaderProtocol.h; sourceTree = ""; }; + E14881EF00C615A3DCC304159EC09F46 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + E17CD201BC4B5925862EDD49BB5CBD62 /* UMPermissionsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMPermissionsInterface.h; path = UMPermissionsInterface/UMPermissionsInterface.h; sourceTree = ""; }; + E19616DDEC3B522B13FDEBA40986692E /* InspectorInterfaces.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = InspectorInterfaces.cpp; sourceTree = ""; }; + E1B228189E45D0324E55F165C73F0C90 /* upsampling_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_msa.c; path = src/dsp/upsampling_msa.c; sourceTree = ""; }; + E1C94EB297A92A55040CCC663A864437 /* BSG_KSCrashReportFilterCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilterCompletion.h; sourceTree = ""; }; + E1EEF36D6AEB82A30BC411B8B360BF77 /* GDTPrioritizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTPrioritizer.h; path = GoogleDataTransport/GDTLibrary/Public/GDTPrioritizer.h; sourceTree = ""; }; + E1FF3ABBB86D23C6F4AF464146BCB44E /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = SDWebImage/Core/SDWebImageCacheKeyFilter.h; sourceTree = ""; }; + E20AB1B1CA0D5E00342866ECC55F9014 /* UMFontInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFontInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + E22BC49ED73C86D9E689D04CC9A5DD81 /* jsilib-windows.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = "jsilib-windows.cpp"; sourceTree = ""; }; + E240394A0054E5D7DFD99DE12ED70C71 /* REAOperatorNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAOperatorNode.h; sourceTree = ""; }; + E258A8E46A886DA9F51CC133614C1696 /* lossless_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc.c; path = src/dsp/lossless_enc.c; sourceTree = ""; }; + E25C54E541F5F5072F951EC6F023180F /* SDWebImageCacheKeyFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheKeyFilter.m; path = SDWebImage/Core/SDWebImageCacheKeyFilter.m; sourceTree = ""; }; + E25F201B7879112676082158C0A646BC /* React-cxxreact-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-cxxreact-prefix.pch"; sourceTree = ""; }; + E26B670C6ED60691A35CAFCB0458D24B /* QBSlomoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBSlomoIconView.h; path = ios/QBImagePicker/QBImagePicker/QBSlomoIconView.h; sourceTree = ""; }; + E294DA72BFCD10B1152867AA7571D454 /* BSG_KSCrashC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashC.c; sourceTree = ""; }; E2B63D462DB7F827C4B11FD51E4F8E2D /* libFirebaseCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseCore.a; path = libFirebaseCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E2D72BD4BB725228087BC957D4306417 /* LICENCE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENCE; sourceTree = ""; }; - E2D9656538B30CAC2E7730280608846A /* FIRInstanceIDCombinedHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCombinedHandler.h; path = Firebase/InstanceID/FIRInstanceIDCombinedHandler.h; sourceTree = ""; }; - E305B54EDF07E9F41D51A8902566F2CA /* FIRInstanceIDDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDDefines.h; path = Firebase/InstanceID/FIRInstanceIDDefines.h; sourceTree = ""; }; - E3248BA1B880BA7614533A411B9588AC /* EXReactNativeUserNotificationCenterProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXReactNativeUserNotificationCenterProxy.h; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.h; sourceTree = ""; }; - E3503E71EA767ACE327A218187EF6033 /* FIRIMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRIMessageCode.h; path = Firebase/InstanceID/FIRIMessageCode.h; sourceTree = ""; }; - E3771A8388208707E9CA9FD7D62B2D46 /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; - E37F3226B79FDEE5D1ED287B68F1FD7F /* FIRApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRApp.h; path = Firebase/Core/Public/FIRApp.h; sourceTree = ""; }; - E398D8F3A65FEB22072B0B2C2AB7EE26 /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = SDWebImage/Core/SDWebImageError.h; sourceTree = ""; }; - E3A1098EBCDE3BCA305B2C3532435A27 /* ARTRadialGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTRadialGradient.m; sourceTree = ""; }; - E3C6E5B8745E3D7ED7ED154272C30363 /* RCTAsyncLocalStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAsyncLocalStorage.m; sourceTree = ""; }; - E41909EE730E9192A2B562C2E3EAC924 /* EXFileSystemAssetLibraryHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemAssetLibraryHandler.h; path = EXFileSystem/EXFileSystemAssetLibraryHandler.h; sourceTree = ""; }; - E47A6FFE9C7443D8368C76C49ECB6614 /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; - E4937B1F6198CB6AA8A6BA1CA152C6B5 /* RCTEventAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventAnimation.h; sourceTree = ""; }; + E2BB89BA761B35A863A3495F2A3AF0EC /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; + E2FF0EF6A719422A08A1E74AA5C5D136 /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = ""; }; + E2FF1CA18AA8296FAF4A280B99B6C657 /* RCTObjcExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjcExecutor.mm; sourceTree = ""; }; + E330030D90955BF006D4DDB0F45CC2FD /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + E33417ACBFBAB178C661615BA5AB68FD /* FIRInstanceIDKeyPairUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeyPairUtilities.m; path = Firebase/InstanceID/FIRInstanceIDKeyPairUtilities.m; sourceTree = ""; }; + E33DB78328A822A9C5D7101BE31F544A /* thread_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = thread_utils.c; path = src/utils/thread_utils.c; sourceTree = ""; }; + E35994BA61AA03850DB1775AB78F5240 /* histogram_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = histogram_enc.h; path = src/enc/histogram_enc.h; sourceTree = ""; }; + E36BC1838BBE0A3C1226042850FB19C3 /* nanopb.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.xcconfig; sourceTree = ""; }; + E38CF5FC87ED1774808BBFA4FCD021D9 /* JsArgumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JsArgumentHelpers.h; sourceTree = ""; }; + E3C3F88398F08E7A0BB3F689B3A6315E /* BugsnagSessionTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTracker.m; sourceTree = ""; }; + E3C97F5CD527CBA7E55B82546040D2D1 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + E3E26F52227A31F8635648BD0E36FC4A /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.h; sourceTree = ""; }; + E40A00C8C3ED2A93E0EE23547A78DAEC /* REAJSCallNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAJSCallNode.m; sourceTree = ""; }; + E42C397B7AF23652BBF8CFC531689C07 /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; + E4376CCDB1E042F671C3D5BABF69B876 /* enc_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_mips32.c; path = src/dsp/enc_mips32.c; sourceTree = ""; }; + E4399DCEF88B24744A6CB0886F4BD5B6 /* AudioRecorderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AudioRecorderManager.m; path = ios/AudioRecorderManager.m; sourceTree = ""; }; + E44831143F1E82C6D1D56459488C91A3 /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; E496A53A92B4E464B5C30DC5B1E4E257 /* libRNRootView.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNRootView.a; path = libRNRootView.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E4A5E7ED5C25D72DECD5D088B66728B6 /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; - E4DBFB4E3EB87512BFFC27EAFB4D7E2E /* FIRInstanceIDKeychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeychain.m; path = Firebase/InstanceID/FIRInstanceIDKeychain.m; sourceTree = ""; }; - E525FFE12E0FDACFD028099F2E0B149B /* UMUtilitiesInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUtilitiesInterface.h; sourceTree = ""; }; + E49C3AE28170447EBF2AEA8764FF1E92 /* RNFirebaseNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseNotifications.h; sourceTree = ""; }; + E4A44DBD0125EC6C933C43B0821CE950 /* RNVectorIcons-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNVectorIcons-dummy.m"; sourceTree = ""; }; + E4ABD4161A335B5730AA14BC21DFBFD1 /* UIColor+HexString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+HexString.h"; path = "SDWebImage/Private/UIColor+HexString.h"; sourceTree = ""; }; + E4DEC78771EBC06D1CC9FFE168FB912D /* FIROptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIROptions.m; path = Firebase/Core/FIROptions.m; sourceTree = ""; }; + E51B633A6568F091331A0C0FB8A9AD61 /* RNVectorIcons-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNVectorIcons-prefix.pch"; sourceTree = ""; }; + E55949C58B399743C8A2FAF2397938F2 /* GULUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULUserDefaults.m; path = GoogleUtilities/UserDefaults/GULUserDefaults.m; sourceTree = ""; }; E55EA3C6F285F6FA8067C5C8A428FA64 /* libRNFastImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNFastImage.a; path = libRNFastImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E5611B527CABABDA10E1A7A2C70ABF5C /* upsampling.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling.c; path = src/dsp/upsampling.c; sourceTree = ""; }; - E56D8FAFA027A4F6F1689695B4FB126D /* NSImage+Compatibility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSImage+Compatibility.m"; path = "SDWebImage/Core/NSImage+Compatibility.m"; sourceTree = ""; }; - E57FB5D8B319AD9911982DB9D991A7C7 /* FIRAnalyticsConnector.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FIRAnalyticsConnector.framework; path = Frameworks/FIRAnalyticsConnector.framework; sourceTree = ""; }; - E597D8C28C8552D76655711B561CDAB5 /* YGNodePrint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodePrint.h; path = yoga/YGNodePrint.h; sourceTree = ""; }; - E5A0D24427BE71C3AF1C9818E0A3459A /* EXRemindersRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXRemindersRequester.m; path = EXPermissions/EXRemindersRequester.m; sourceTree = ""; }; - E5A61FA3E910E3743DDB2A539D8E3861 /* JSBundleType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSBundleType.cpp; sourceTree = ""; }; - E5CD1C97A53BFEEEF65B074F47B12042 /* ARTGroupManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTGroupManager.m; sourceTree = ""; }; - E5DFFA0EBDFC633CE7A2C7B736BC479D /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; - E66B8AF59BEFD0DDB0BF79EC8E7F8418 /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; - E69E5C6A40C8F5B47D08C939B9911BD2 /* huffman_encode_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = huffman_encode_utils.c; path = src/utils/huffman_encode_utils.c; sourceTree = ""; }; + E56571BE4522845701F5646D92855270 /* RNFirebase-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFirebase-prefix.pch"; sourceTree = ""; }; + E5AC8B98C098C0C26E995038B4A120EE /* REATransitionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionManager.h; sourceTree = ""; }; + E5BD48C91DFBAAC52FC8E21F5B13DFC2 /* RNDateTimePicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDateTimePicker-prefix.pch"; sourceTree = ""; }; + E6081276F8812A230AD5917A50AE93FA /* BugsnagSessionTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTracker.h; sourceTree = ""; }; + E617782815CC6EB6BA87C34D052D87E2 /* REAParamNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAParamNode.m; sourceTree = ""; }; + E63334E9E147920AD55E8F4B08B6FDF8 /* GDTUploadPackage_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTUploadPackage_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTUploadPackage_Private.h; sourceTree = ""; }; + E6375D5B3B39A6B2703BDCB2AFA1279B /* JSIDynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSIDynamic.cpp; sourceTree = ""; }; + E677A52BD42240B400A623D925C5C64B /* UMBarCodeScannerProviderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerProviderInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerProviderInterface.h; sourceTree = ""; }; + E67BD43E770B4E91B853ECC3643A444B /* JSDeltaBundleClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSDeltaBundleClient.h; sourceTree = ""; }; + E697151248E9D0827AB6DF49ADAA73EA /* FIRInstanceIDCheckinPreferences_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinPreferences_Private.h; path = Firebase/InstanceID/FIRInstanceIDCheckinPreferences_Private.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; }; - E6AC038BB5D863FB00E0699EFB57635A /* BSG_KSCrashSentry_MachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_MachException.h; sourceTree = ""; }; - E6B7255212616D8D3D67F58182276BF1 /* YGConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = yoga/YGConfig.h; sourceTree = ""; }; - E6C61D0400E9445DBA9FD8CC957A56A0 /* BugsnagUser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagUser.m; sourceTree = ""; }; - E6C833BA45CE00FAEA1DC3D3416FFF54 /* ARTTextManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTTextManager.m; sourceTree = ""; }; - E7230E5C1D63B4FB4A8716528AA7389F /* RCTSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSlider.m; sourceTree = ""; }; - E738C86B532490735EB853358AE600D7 /* MessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MessageQueueThread.h; sourceTree = ""; }; - E7437EA6478A24C24D52215A6D90499A /* EXWebBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXWebBrowser-dummy.m"; sourceTree = ""; }; - E74BAC7BBFBE1098B23958D35B7CA789 /* webp_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = webp_enc.c; path = src/enc/webp_enc.c; sourceTree = ""; }; - E77DAE17F9D2D89D8A90EAEE3D98DF05 /* React-RCTImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.xcconfig"; sourceTree = ""; }; - E782B7E2D156D244D0167F1C739ADB06 /* decorator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = decorator.h; sourceTree = ""; }; - E7D390A69882D325C6089C3F443824DE /* RNCSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSlider.m; path = ios/RNCSlider.m; sourceTree = ""; }; - E7D9F304D2A5A87A92516C753F906F5D /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - E7EC65C3D15AF4450F6378684DF14DDE /* RNLocalize-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNLocalize-dummy.m"; sourceTree = ""; }; - E804A83F149E105E98B5198D5A0EBA3F /* RNSScreen.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreen.m; path = ios/RNSScreen.m; sourceTree = ""; }; - E8105BADBEB62C59C340CF71E2544D9B /* cost_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cost_enc.h; path = src/enc/cost_enc.h; sourceTree = ""; }; - E81970828E92A3182AA768444B8BA6A2 /* Yoga.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Yoga.xcconfig; sourceTree = ""; }; - E8678C18C3379EF34762DE09CE082688 /* RCTTrackingAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTrackingAnimatedNode.m; sourceTree = ""; }; - E86AAFB33C9524400B23008B06350DBD /* GoogleAppMeasurement.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleAppMeasurement.framework; path = Frameworks/GoogleAppMeasurement.framework; sourceTree = ""; }; - E874AF59A998B487AD511A1ABB25F5CD /* RCTUITextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = ""; }; - E88A1BA322F30E374FC36C05BB2758E2 /* diy-fp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "diy-fp.h"; path = "double-conversion/diy-fp.h"; sourceTree = ""; }; - E89431071A7491F4E4076F43F0D9B5D7 /* GULAppDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULAppDelegateSwizzler_Private.h; sourceTree = ""; }; - E89A89BD5F469CBCD4EF4B9A37032EB1 /* ReactNativeART-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactNativeART-prefix.pch"; sourceTree = ""; }; - E8C68042DB3F0FF4772CE1743129A0E9 /* react-native-keyboard-tracking-view-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-keyboard-tracking-view-dummy.m"; sourceTree = ""; }; - E8CDD204C006A80E261D092B94C24CAD /* EXFileSystem-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXFileSystem-prefix.pch"; sourceTree = ""; }; - E8DFCD1D31D8CAA87143E066DADEA60F /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = SDWebImage/Core/SDAnimatedImage.m; sourceTree = ""; }; - E8E4135161797AD2A3E9F84FB1313299 /* lossless_enc_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_sse41.c; path = src/dsp/lossless_enc_sse41.c; sourceTree = ""; }; - E8F371D523F9A452748AF5E179E761F1 /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; - E940B5684FFB75BB4E0F7C1C0F977AE9 /* RCTTextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextAttributes.h; path = Libraries/Text/RCTTextAttributes.h; sourceTree = ""; }; - E993C80D12BF5834C62A0599025F6924 /* EXAppLoaderProvider.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAppLoaderProvider.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - E99C41C326259BB496E714ADA47049B9 /* enc_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_sse41.c; path = src/dsp/enc_sse41.c; sourceTree = ""; }; - E9A518693356E85CDE2D9D6DF8350793 /* UMModuleRegistryConsumer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryConsumer.h; sourceTree = ""; }; - E9BB28EAF11FB90C1C779ED0719AB18C /* BugsnagReactNative.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BugsnagReactNative.m; path = cocoa/BugsnagReactNative.m; sourceTree = ""; }; - E9EF8B453595DF528C6F3A28CB31B7CA /* mux_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mux_types.h; path = src/webp/mux_types.h; sourceTree = ""; }; - EA17EDBFD19E2FA9E7FF4268AF03FA22 /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; - EA3F07E414F12BEEC927B8DEB2052DC5 /* React-jsi-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsi-dummy.m"; sourceTree = ""; }; - EA96D3E246ECF3DE06A0AC55CEE6829A /* bignum-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "bignum-dtoa.h"; path = "double-conversion/bignum-dtoa.h"; sourceTree = ""; }; - EAB4A4DBF40ED1D97848569B2AB9E4FC /* BSG_KSMach_Arm64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm64.c; sourceTree = ""; }; - EACEC540385227203D4D6C8839B43941 /* RCTImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageView.h; path = Libraries/Image/RCTImageView.h; sourceTree = ""; }; - EAEC75E92D73486F6BF98F23AA7FFE58 /* GULNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetwork.h; path = GoogleUtilities/Network/Private/GULNetwork.h; sourceTree = ""; }; - EB01C7233CEF74DFAA637F56AB8BBD38 /* FIROptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIROptions.m; path = Firebase/Core/FIROptions.m; sourceTree = ""; }; - EB0BB67D4886636444133D59D9DC41DD /* threadsafe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = threadsafe.h; sourceTree = ""; }; - EB138B171AEA4675B16521DBBC58FE0D /* RCTHTTPRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTHTTPRequestHandler.mm; sourceTree = ""; }; - EB492CA5CDABAC145EFE39CE6C47C5CC /* RCTFileReaderModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFileReaderModule.m; sourceTree = ""; }; - EB4E9C9AF7D57A9A1B0EF6D1FFB2C377 /* RNBootSplash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBootSplash.h; path = ios/RNBootSplash.h; sourceTree = ""; }; - EBDDF46ECBC7383ADD3F63521BA9EDAB /* GDTTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTTransport.h; path = GoogleDataTransport/GDTLibrary/Public/GDTTransport.h; sourceTree = ""; }; - EBF297C2CF43BDAF7ECA04EA33DA8249 /* CGGeometry+RSKImageCropper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CGGeometry+RSKImageCropper.m"; path = "RSKImageCropper/CGGeometry+RSKImageCropper.m"; sourceTree = ""; }; - EC036135C1C07DE6B7C05D0B9606070E /* JSBigString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = JSBigString.cpp; sourceTree = ""; }; - EC347BF284C1AF342AC5D16AFC312A86 /* RCTUIImageViewAnimated.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIImageViewAnimated.m; sourceTree = ""; }; - EC574C9F42F72947702A576E693A3E89 /* RCTConvert+ART.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+ART.h"; path = "ios/RCTConvert+ART.h"; sourceTree = ""; }; - EC97F4A51B6AF21BEE3F74F31FB29FB3 /* React-Core.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.xcconfig"; sourceTree = ""; }; - ECA12C5F0A724BF6302128DA11EA6F2E /* UMFontInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFontInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - ECF11B747DDBFFDAA4B9CC0E48FD7752 /* GULMutableDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULMutableDictionary.h; path = GoogleUtilities/Network/Private/GULMutableDictionary.h; sourceTree = ""; }; - ED001B3F821A402E03929C1CE32D849D /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; + E6A4AB4466400E7177CD81A00D56EC7D /* 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 = ""; }; + E6ADD528E5DC12441ED796F0C6E118D6 /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = SDWebImage/Core/SDAnimatedImageRep.m; sourceTree = ""; }; + E6EE62BB2BE77CD3706F442B1016283A /* REAValueNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAValueNode.m; sourceTree = ""; }; + E6F1D1E9706AB9D1DCDD8ABE42EB7FE9 /* cost.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost.c; path = src/dsp/cost.c; sourceTree = ""; }; + E715A7145663F9339D4E7F52DA5E3932 /* FIRInstanceIDConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDConstants.m; path = Firebase/InstanceID/FIRInstanceIDConstants.m; sourceTree = ""; }; + E7B3CD7D9E23BB664217C58C5B2DDFE2 /* RCTNativeAnimatedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedModule.h; path = Libraries/NativeAnimation/RCTNativeAnimatedModule.h; sourceTree = ""; }; + E7CE121DF2DE02220806316553608552 /* FIRDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDiagnosticsData.h; path = Firebase/Core/Private/FIRDiagnosticsData.h; sourceTree = ""; }; + E7D311016AE55CFBF49595940BB2F606 /* GDTUploadPackage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTUploadPackage.m; path = GoogleDataTransport/GDTLibrary/GDTUploadPackage.m; sourceTree = ""; }; + E7DBE578144365956009AA5CE27574C9 /* lossless.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lossless.h; path = src/dsp/lossless.h; sourceTree = ""; }; + E7E099045D89033E9894F6EEB30D1A15 /* EXUserNotificationRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXUserNotificationRequester.m; path = EXPermissions/EXUserNotificationRequester.m; sourceTree = ""; }; + E850ABD360807BF5FC6195D804CDC73F /* Answers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Answers.h; path = iOS/Crashlytics.framework/Headers/Answers.h; sourceTree = ""; }; + E88934084F444413DF57BC472BDC278A /* RCTTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextViewManager.h; sourceTree = ""; }; + E898E9CA1257AA2D50D0F4AB5D00E3B8 /* RNCWKProcessPoolManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKProcessPoolManager.m; path = ios/RNCWKProcessPoolManager.m; sourceTree = ""; }; + E89C137986FEDF89532201F6C541E8BA /* React-Core-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Core-dummy.m"; sourceTree = ""; }; + E8A42F0D1F9D6C089BAFF542B55AF0C2 /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; + E8CABCFD0D7D4B97C69980A82C1F688A /* RNGestureHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandler.h; path = ios/RNGestureHandler.h; sourceTree = ""; }; + E90ACF398CB3D713895AFC1C26A0FA6C /* EXFileSystemAssetLibraryHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemAssetLibraryHandler.h; path = EXFileSystem/EXFileSystemAssetLibraryHandler.h; sourceTree = ""; }; + E933BD1ADE84DDD2ED8C4B6FE7EDC96C /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageViewManager.h; path = Libraries/Image/RCTImageViewManager.h; sourceTree = ""; }; + E9377C29F942AF66A3D72A0AF35997BF /* GULReachabilityChecker+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULReachabilityChecker+Internal.h"; path = "GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h"; sourceTree = ""; }; + E94CCAA4B5D0B31346AD905F24B5C788 /* random_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = random_utils.h; path = src/utils/random_utils.h; sourceTree = ""; }; + E959B131DD2F53B153D0497CFE2C40B2 /* BridgeJSCallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BridgeJSCallInvoker.h; path = jscallinvoker/ReactCommon/BridgeJSCallInvoker.h; sourceTree = ""; }; + E980A28AE13B024D3022DDBC84630510 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + E99010208DB40FF5DE426252C8136019 /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; sourceTree = ""; }; + E9A7CAE3BE3E4DA6F072F8361E730C28 /* RCTRawTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextViewManager.m; sourceTree = ""; }; + E9C654A0AD8D0911035235A07C6C9B01 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + E9D46C93427AA896BB7DD3EA1E842373 /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; + E9DB9A7CD9DA43DDDE88315A08E9FA82 /* UIImage+Resize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Resize.h"; path = "ios/src/UIImage+Resize.h"; sourceTree = ""; }; + E9E4DE789DAC5D2AB6D882B5808F6DE9 /* RCTFrameAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameAnimation.m; sourceTree = ""; }; + E9EDB57C8A7B9A567D2B7E1DFD51750A /* yuv_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_neon.c; path = src/dsp/yuv_neon.c; sourceTree = ""; }; + EA32A2FCCFF848C82721AF09A7607EC9 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + EA466B9642F47563B288CDE2A8985061 /* Foundation.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Foundation.ttf; path = Fonts/Foundation.ttf; sourceTree = ""; }; + EA6AC78AD06EBD597B03B38F91D2D065 /* cct.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cct.nanopb.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h; sourceTree = ""; }; + EA728C8DE06AF12632054567A645AB9C /* GDTRegistrar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTRegistrar.m; path = GoogleDataTransport/GDTLibrary/GDTRegistrar.m; sourceTree = ""; }; + EA8733A840E5BF5CB7160E71BC70F136 /* GULNetworkLoggerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkLoggerProtocol.h; path = GoogleUtilities/Network/Private/GULNetworkLoggerProtocol.h; sourceTree = ""; }; + EAE13E4C86559B451B3E35488EF986B7 /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; + EAE341097CBB8D299DFD9626AE233077 /* REANode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REANode.h; sourceTree = ""; }; + EB2B0BD91CA5870A2E60FB5BC4F7B9B3 /* CLSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSStackFrame.h; path = iOS/Crashlytics.framework/Headers/CLSStackFrame.h; sourceTree = ""; }; + EB2DDD2A4611C4ED7A7F07F2C9CFC9B2 /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; + EB2E1A70F920AA0547AF7A2FEA170ECC /* RNFastImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFastImage-prefix.pch"; sourceTree = ""; }; + EB5753527F498AEEBC128DBA42E80359 /* QBAlbumsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumsViewController.h; path = ios/QBImagePicker/QBImagePicker/QBAlbumsViewController.h; sourceTree = ""; }; + EBDF0BB8287EE7675B3313716DA7CFCF /* bignum-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "bignum-dtoa.cc"; path = "double-conversion/bignum-dtoa.cc"; sourceTree = ""; }; + EBF3A066DD720BB3B76A4D77BDF40D0F /* GDTDataFuture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTDataFuture.h; path = GoogleDataTransport/GDTLibrary/Public/GDTDataFuture.h; sourceTree = ""; }; + EC14B89EB09A6697A2C3F755E6C05789 /* EXAVObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVObject.h; path = EXAV/EXAVObject.h; sourceTree = ""; }; + EC3AF76A540E9FEEC0757B1E194BD55E /* RNFetchBlob.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFetchBlob.h; sourceTree = ""; }; + EC56C96F70B24D207A22E3C32799721E /* REANode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REANode.m; sourceTree = ""; }; + EC6A489F663612912637752A205910D0 /* RNDateTimePicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDateTimePicker-dummy.m"; sourceTree = ""; }; + EC7D36FD91ED2E6B4A8CCDCF84BA5019 /* EXCameraPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXCameraPermissionRequester.m; path = EXPermissions/EXCameraPermissionRequester.m; sourceTree = ""; }; + EC832A43F0BD80A7DCD2D42A6A83BBE3 /* 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 = ""; }; + EC83CCAE0ABC8D5018B3924A1FE1BD96 /* BSG_KSCrashSentry_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Private.h; sourceTree = ""; }; + ECA51AA814F79E0F98AD9D0B888A5DC0 /* NativeExpressComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeExpressComponent.h; sourceTree = ""; }; + ECEDE0D5F2E5C9837501F2C507064EC3 /* quant_levels_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_levels_utils.c; path = src/utils/quant_levels_utils.c; sourceTree = ""; }; ED1E3FC0DC90F4A787472917BFB6B235 /* libEXFileSystem.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXFileSystem.a; path = libEXFileSystem.a; sourceTree = BUILT_PRODUCTS_DIR; }; - ED58CA46DD7F271A5874329EABDC8E29 /* RNDateTimePicker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDateTimePicker.xcconfig; sourceTree = ""; }; - ED604AB876EB29F716214E9151C8CE21 /* GULAppEnvironmentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppEnvironmentUtil.h; path = GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.h; sourceTree = ""; }; - ED95DB62262F835DAE6597D0AA804A38 /* RCTTurboModuleManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTurboModuleManager.mm; sourceTree = ""; }; - EDB87ACE8A74F750930BC88938C99F5F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - EDE9F8B7DDC2D1BAA2D5BA72D12346A9 /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nManager.h; sourceTree = ""; }; - EE1194579B2F6147D74BE185C8525760 /* UMExportedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMExportedModule.m; path = UMCore/UMExportedModule.m; sourceTree = ""; }; - EE282627733A74271A09525FEDBE4DA6 /* RNLocalize.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNLocalize.xcconfig; sourceTree = ""; }; - EE35DE5AEBF6EA98B355DEB2F0632D4D /* BSG_KSCrashCallCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashCallCompletion.h; sourceTree = ""; }; - EE4469F781740A81B073D2C069DA9B27 /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = QBImagePicker/en.lproj; sourceTree = ""; }; - EE45E5F8AE599ADB186A35959088179E /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/Core/SDWebImageManager.m; sourceTree = ""; }; - EE513D14B8E90723B90512342343A58A /* ARTRenderableManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTRenderableManager.m; sourceTree = ""; }; - EE8A48F4EF70C48DBECCFFA17B18D06F /* ResourceBundle-QBImagePicker-QBImagePickerController-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-QBImagePicker-QBImagePickerController-Info.plist"; sourceTree = ""; }; - EE93036901E459583B8415EA9BFA902F /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; - EEB0F6974D280A1415022E8C9CCB9D7F /* react-native-slider.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-slider.xcconfig"; sourceTree = ""; }; - EECF7589EC4A1A1949145BC00ED4706A /* react-native-video.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-video.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - EED037C5716D0A5BEFC66A5967680C09 /* REAAllTransitions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAAllTransitions.m; sourceTree = ""; }; + ED36BC453E7E9F44D4DA76E824785DF6 /* symbolize.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = symbolize.cc; path = src/symbolize.cc; sourceTree = ""; }; + ED72CB75EE41F1699A55F0A56B38D40E /* REATransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransition.h; sourceTree = ""; }; + ED76E274BC8A26B2EA07D940C8625E4D /* ARTRenderableManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTRenderableManager.m; sourceTree = ""; }; + ED878C79AD09D1D2CAA7EA3A80B0FC62 /* ARTLinearGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTLinearGradient.m; sourceTree = ""; }; + ED8F038F0604465D39B4B862FD4EA87E /* BSG_KSMach_Arm.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm.c; sourceTree = ""; }; + EDAA11E01E3769D1548AD0B426B4B73E /* TurboCxxModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = TurboCxxModule.cpp; path = turbomodule/core/TurboCxxModule.cpp; sourceTree = ""; }; + EDB13CDBF9633B4AF3631C1FFA784113 /* EXReactNativeUserNotificationCenterProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXReactNativeUserNotificationCenterProxy.m; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.m; sourceTree = ""; }; + EDC3EA1DDFF95BAE78F476F4F6CF2874 /* GDTConsoleLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTConsoleLogger.m; path = GoogleDataTransport/GDTLibrary/GDTConsoleLogger.m; sourceTree = ""; }; + EDC4C57603BF295EF4AB5458DCA3EEDF /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; + EDC5880EEB4755D48F83AD2787FA78EF /* FIRErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrors.h; path = Firebase/Core/Private/FIRErrors.h; sourceTree = ""; }; + EDC9484B688043BA42E6BD03A9BDA17E /* BSG_KSCrashReportWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportWriter.h; sourceTree = ""; }; + EDEB5577CD1899B3F7F5F11FBB09EAEC /* RCTSinglelineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputView.h; sourceTree = ""; }; + EDF6B7CD599FD39008641CE2246FD008 /* QBCheckmarkView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBCheckmarkView.m; path = ios/QBImagePicker/QBImagePicker/QBCheckmarkView.m; sourceTree = ""; }; + EDFAF1B6836FFC3204CA8080AA5A0A41 /* RNFastImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFastImage-dummy.m"; sourceTree = ""; }; + EE17E3347487B607CBD9E7DA3FA9DB1E /* ReactMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactMarker.h; sourceTree = ""; }; + EE1A35EFE4C42EFA941515040AF2489B /* vp8l_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8l_enc.c; path = src/enc/vp8l_enc.c; sourceTree = ""; }; + EE1DFD392887AE2AFA6838B1794DD535 /* RNRootViewGestureRecognizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNRootViewGestureRecognizer.m; path = ios/RNRootViewGestureRecognizer.m; sourceTree = ""; }; + EE4388EECDE2562AAFC163F54674F482 /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; + EE77122A910065EFA2B5CC41D22D6077 /* RNCWKProcessPoolManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKProcessPoolManager.h; path = ios/RNCWKProcessPoolManager.h; sourceTree = ""; }; + EE869A12F535871BA33512B4E9E9E46C /* BSG_KSCrashType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashType.h; sourceTree = ""; }; + EEA585537C5D6D7BE71A56655065B6DD /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; + EEB2E8240966298FEA727263F58AF026 /* huffman_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = huffman_utils.c; path = src/utils/huffman_utils.c; sourceTree = ""; }; + EED9275A1D632EBAF320EF1A80E7B5C2 /* strtod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = strtod.h; path = "double-conversion/strtod.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; }; - EEE19242EF1D0B431E1AB484B055C540 /* alphai_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = alphai_dec.h; path = src/dec/alphai_dec.h; sourceTree = ""; }; - EEE90E76E0CE84766FD5EA1C2F2477C0 /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; - EEFD8B770F889567A4BE76D3DFD45439 /* RNCommandsHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCommandsHandler.m; path = RNNotifications/RNCommandsHandler.m; sourceTree = ""; }; - EF594034BCE978C5C293994FCD6EC5C1 /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "SDWebImage/Core/NSData+ImageContentType.m"; sourceTree = ""; }; - EF5CABDF0D17556DDB18FD38357F7659 /* BSG_KSCrashSentry.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry.c; sourceTree = ""; }; - EF619BC2828EDB1BF708DA758672C714 /* String.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = String.cpp; path = folly/String.cpp; sourceTree = ""; }; - EF827E5BE305584E155D5F6427A03DD4 /* BSG_KSCrashC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashC.h; sourceTree = ""; }; - EF9A8D86911E57434020FC5B8122D90C /* RCTLocalAssetImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLocalAssetImageLoader.m; sourceTree = ""; }; - EFA366A50FF1344465AD1D8DB906D601 /* RCTTextSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextSelection.h; sourceTree = ""; }; - EFB3D19F47C6D6017E8ED64B981D9A76 /* EXConstantsService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstantsService.m; path = EXConstants/EXConstantsService.m; sourceTree = ""; }; - EFED34F1FB01C5CC55DBFC8779846549 /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheOperation.h"; path = "SDWebImage/Core/UIView+WebCacheOperation.h"; sourceTree = ""; }; - F016FF87C1246BD7025DD4D90E49B08C /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; - F0FF018C1A90BD9D388460C86A20DD2B /* RCTBackedTextInputViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputViewProtocol.h; sourceTree = ""; }; - F104710E472CD122DC164515846E2A56 /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.h; sourceTree = ""; }; - F1299F01C1D349DA80195EF2BF9B67EE /* Fabric.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fabric.h; path = iOS/Fabric.framework/Headers/Fabric.h; sourceTree = ""; }; - F16F1972B3EFD75A15A4D54340C942AE /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; - F18BC7129E99CEC847457ABA17B4733D /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = SDWebImage/Core/SDWebImageDefine.h; sourceTree = ""; }; - F18CB5E6FFCF6FE77ACD4427745A684A /* UMConstantsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMConstantsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - F19B25EE8FF0270F2EE2B0EF8FCDDD81 /* RNVectorIcons.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNVectorIcons.xcconfig; sourceTree = ""; }; - F1CB3919722155EB19FD7E9DC2B3B824 /* RCTImageEditingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageEditingManager.h; path = React/CoreModules/RCTImageEditingManager.h; sourceTree = ""; }; - F1D03EF7BA2A6F98718566A44DB02EED /* RNFirebaseMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFirebaseMessaging.h; sourceTree = ""; }; - F1DEB82B7415582949BC39819D5A9AD0 /* 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 = ""; }; - F20B180436D2CB1935FC05383EC8AE97 /* RNReanimated.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNReanimated.xcconfig; sourceTree = ""; }; - F21F125D2A98B8A114D0E531007DF739 /* JSIExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIExecutor.h; path = jsireact/JSIExecutor.h; sourceTree = ""; }; - F2232511DA99E9BE85C4755365C4F6C5 /* RCTBaseTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputView.m; sourceTree = ""; }; - F2253B3C4217361248CF0F5EFBF280F9 /* React-RCTLinking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTLinking-dummy.m"; sourceTree = ""; }; - F235A112A1204647134DE32543CB148C /* UMAppDelegateWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAppDelegateWrapper.h; path = UMCore/UMAppDelegateWrapper.h; sourceTree = ""; }; - F26EF841033E12B745CCB8B72B39BBF2 /* react-native-appearance.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-appearance.xcconfig"; sourceTree = ""; }; - F2BFC25A5AB80C1FC674DF0F818E9D45 /* BSG_KSCrashReportFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFields.h; sourceTree = ""; }; - F2C3E9B5CA17838E19D9BDAB92216AA0 /* RNCAppearanceProviderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearanceProviderManager.m; path = ios/Appearance/RNCAppearanceProviderManager.m; sourceTree = ""; }; - F2E25775A45842E9088779C54A85CD2D /* RNGestureHandlerRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerRegistry.h; path = ios/RNGestureHandlerRegistry.h; sourceTree = ""; }; + EEDD3484BBBBBC29B4DF89842114A0CD /* React-cxxreact.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.xcconfig"; sourceTree = ""; }; + EEEDC419A034A36ACF434DC59091C087 /* RCTInspector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspector.mm; sourceTree = ""; }; + EF03F25634FA473EBFFD4568F4930CCC /* RNGestureHandlerEvents.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerEvents.m; path = ios/RNGestureHandlerEvents.m; sourceTree = ""; }; + EF27139234F208AEE736571E47FBD2B5 /* FIRInstanceIDTokenInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenInfo.h; path = Firebase/InstanceID/FIRInstanceIDTokenInfo.h; sourceTree = ""; }; + EF2E9C0AB9A9570651210E25D28D6B8D /* RNFetchBlobNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobNetwork.m; path = ios/RNFetchBlobNetwork.m; sourceTree = ""; }; + EF4F651BD7B0A9243D1AE528F276FE3E /* RNLongPressHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNLongPressHandler.m; sourceTree = ""; }; + EF7C77B591898E327390DEE0741690F3 /* SDDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDiskCache.h; path = SDWebImage/Core/SDDiskCache.h; sourceTree = ""; }; + EF7E231EA5F75269E1782545AFEF5DAE /* BugsnagNotifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagNotifier.h; sourceTree = ""; }; + EFA32A5C363DDBFEAEFC4923CC52A8A5 /* REAStyleNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAStyleNode.m; sourceTree = ""; }; + EFA6FC05F95DBAF0B63C85E29EB10177 /* REANodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REANodesManager.m; path = ios/REANodesManager.m; sourceTree = ""; }; + EFC4EDA6C0C5156BEB199765F0D7F162 /* UMReactLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactLogHandler.h; sourceTree = ""; }; + EFD93CB1C504172257BB2FE144734F7F /* RNGestureHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandler.m; path = ios/RNGestureHandler.m; sourceTree = ""; }; + EFF1AFD3BE2AA2D61B8BF0C534C1FB7C /* RCTSRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTSRWebSocket.m; path = Libraries/WebSocket/RCTSRWebSocket.m; sourceTree = ""; }; + EFFB9E6DFDC83EB069C6B62933495D8F /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; + F01F019DEF200D6F9339D79937FF6498 /* Folly-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Folly-prefix.pch"; sourceTree = ""; }; + F021A39527BED58621A6690E610B4A40 /* UIImage+MemoryCacheCost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MemoryCacheCost.h"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.h"; sourceTree = ""; }; + F02235FA0AF90E49431E197512A6AD01 /* SDImageAPNGCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoderInternal.h; path = SDWebImage/Private/SDImageAPNGCoderInternal.h; sourceTree = ""; }; + F02EAAEEF7B345DE2117CAAE39DB7E6D /* RCTCxxUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxUtils.h; sourceTree = ""; }; + F04CB905DFD3B94F1F3F521BAD78ACF9 /* RNDeviceInfo.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDeviceInfo.xcconfig; sourceTree = ""; }; + F05866DFD17F00D85C0E2FE3F063EF12 /* REAAllTransitions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAAllTransitions.m; sourceTree = ""; }; + F0768952D4F18BC4C51E4263BEFCE3AD /* RCTTextSelection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextSelection.m; sourceTree = ""; }; + F07AB9A93907E76E3C570F14ADF3E275 /* SDImageAssetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAssetManager.m; path = SDWebImage/Private/SDImageAssetManager.m; sourceTree = ""; }; + F08EE550D1AEB06952E8879746FC9947 /* GDTStorage_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTStorage_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTStorage_Private.h; sourceTree = ""; }; + F0B0004424C9E955B20F52B9D72F35A4 /* QBAssetCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetCell.h; path = ios/QBImagePicker/QBImagePicker/QBAssetCell.h; sourceTree = ""; }; + F11C5D8B94CD0AD9E3AAEAED5662F469 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + F1278B603ADC956F51E3304081668BFE /* mux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mux.h; path = src/webp/mux.h; sourceTree = ""; }; + F12F249A36DFA4F6AB9CCA38CB9CE2D6 /* RNGestureHandler.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNGestureHandler.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + F13B1FF9E413876B860A45982F190268 /* REAConcatNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAConcatNode.m; sourceTree = ""; }; + F1B8D84E9C430C8D1138F1F0DB1AA81A /* RNDateTimePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDateTimePickerManager.h; path = ios/RNDateTimePickerManager.h; sourceTree = ""; }; + F1CA86EC02704792F80A09983025BB31 /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; + F1EFD5B46A034F0A431926E8B5FF6501 /* GDTDataFuture.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTDataFuture.m; path = GoogleDataTransport/GDTLibrary/GDTDataFuture.m; sourceTree = ""; }; + F21A3814E09F687582D96E2C26D18C8E /* UMCore.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCore.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + F234F18B2FBFFFCBC641916943E9642B /* FIRInstanceIDTokenOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenOperation.m; path = Firebase/InstanceID/FIRInstanceIDTokenOperation.m; sourceTree = ""; }; + F27020B27DE70C7188CEEE5F520684FA /* UIImage+GIF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+GIF.m"; path = "SDWebImage/Core/UIImage+GIF.m"; sourceTree = ""; }; + F27874372F3317E7A40B56B92674FF9E /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = SDWebImage/Core/SDMemoryCache.m; sourceTree = ""; }; + F2CD43E6A24897BE60EF619B608BF7DC /* pb_decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_decode.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; }; - F2FE43E8C09201806C0221BEB76A1396 /* yuv_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_mips32.c; path = src/dsp/yuv_mips32.c; sourceTree = ""; }; - F3054F6CCF249BC14BCFD7DAF91DCD45 /* EXLocationRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXLocationRequester.h; path = EXPermissions/EXLocationRequester.h; sourceTree = ""; }; - F306757A7F52D0FC9929E2BFABDC8FC9 /* FIRInstanceIDAuthService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDAuthService.m; path = Firebase/InstanceID/FIRInstanceIDAuthService.m; sourceTree = ""; }; - F3275EEDDFC0BA335A45CCA50A050894 /* FIRApp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRApp.m; path = Firebase/Core/FIRApp.m; sourceTree = ""; }; - F34109746E4569B08A9E2199ECED5788 /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = event.h; sourceTree = ""; }; - F35F55345BE6DCB03FCABAD622F4A271 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - F365F2D46F9B8142D5FE311EE289D78C /* RCTDiffClampAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDiffClampAnimatedNode.m; sourceTree = ""; }; - F36809B68BF62D1EC1960FB57B26D63A /* 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; }; - F3A35CCA95C945DDD55D3AB0745C5C8D /* FIRInstanceIDCheckinStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinStore.h; path = Firebase/InstanceID/FIRInstanceIDCheckinStore.h; sourceTree = ""; }; - F3AD651C2BBAB5FD0A18D11372AE179E /* RCTImageStoreManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageStoreManager.m; sourceTree = ""; }; - F3AD8348FC39C7081E15336B1910AB48 /* RCTConvert+UIBackgroundFetchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+UIBackgroundFetchResult.h"; sourceTree = ""; }; - F3E2C09229F44C8129BBDB4F641D8034 /* FIRInstanceIDTokenInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenInfo.m; path = Firebase/InstanceID/FIRInstanceIDTokenInfo.m; sourceTree = ""; }; - F409B5295FD625EDC00BB50DF34E3B17 /* RCTVideoPlayerViewControllerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVideoPlayerViewControllerDelegate.h; path = ios/Video/RCTVideoPlayerViewControllerDelegate.h; sourceTree = ""; }; - F41B48A54F45CFBF9E54AF1B29CFFEBC /* SDImageAssetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAssetManager.h; path = SDWebImage/Private/SDImageAssetManager.h; sourceTree = ""; }; - F44DD56050459C2127449208A3ED4DAD /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageViewManager.h; path = Libraries/Image/RCTImageViewManager.h; sourceTree = ""; }; - F45198879FC2ACBDEBC6F63E0CA043CC /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; - F46E1EFB7FEF88326BC1984DE4528106 /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.h; sourceTree = ""; }; - F51FA515F51DC12B832E1BB26AFEE615 /* RNFastImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFastImage.xcconfig; sourceTree = ""; }; - F53F0BD850357B6911F67A8B1E68EB35 /* RCTKeyCommandsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyCommandsManager.h; path = ios/KeyCommands/RCTKeyCommandsManager.h; sourceTree = ""; }; - F540A7F36176444CD199169CBB389C49 /* EXAudioRecordingPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioRecordingPermissionRequester.m; path = EXPermissions/EXAudioRecordingPermissionRequester.m; sourceTree = ""; }; - F5476D169E56C817AEF9C75825AEC8D4 /* RCTRawTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextShadowView.m; sourceTree = ""; }; - F56F89625EED968C185E2591B64915F9 /* FFFastImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageSource.m; path = ios/FastImage/FFFastImageSource.m; sourceTree = ""; }; - F5C159AF450FD701B85E80EF47EB8CDF /* yuv_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_sse2.c; path = src/dsp/yuv_sse2.c; sourceTree = ""; }; - F5E5975D24A1A4936A654DE2A3193B26 /* REANode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REANode.m; sourceTree = ""; }; - F641A6739DA614FD5811A26F38C478D4 /* EXVideoPlayerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewController.h; sourceTree = ""; }; - F6546CF4D4FB0BE83BBB6103DB09DBB8 /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.h; sourceTree = ""; }; - F667A5FF9199365E26EF120583AE5DF1 /* EXAVPlayerData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAVPlayerData.m; path = EXAV/EXAVPlayerData.m; sourceTree = ""; }; - F68614DA4BD83FD88638B2D6FFE432AA /* QBAlbumCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumCell.h; path = QBImagePicker/QBAlbumCell.h; sourceTree = ""; }; - F68C235765E1033442FCC235926B611D /* RNImageCropPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNImageCropPicker-prefix.pch"; sourceTree = ""; }; - F69D41E1D679DE5189CB5AFBF5E3F21A /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageCache.h; path = Libraries/Image/RCTImageCache.h; sourceTree = ""; }; - F6D13961482DD2EE8A258762BDEBB52D /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; - F6DB534E64AC58426CC20A569645D015 /* FIRErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrors.h; path = Firebase/Core/Private/FIRErrors.h; sourceTree = ""; }; - F6E9199498D78ADAAD86983E71F793C8 /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; - F6EFF8D40AB1DD11CFF5D26E984CE458 /* React-jsi.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.xcconfig"; sourceTree = ""; }; - F708ACE6AB71CC41EAA74CB22A9C2306 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + F305EC9958D746DA8AAEA33A39DC6A65 /* FirebaseCoreDiagnosticsInterop.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreDiagnosticsInterop.xcconfig; sourceTree = ""; }; + F30855EBA5C5D5DF32296D69B4CAE212 /* thread_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = thread_utils.h; path = src/utils/thread_utils.h; sourceTree = ""; }; + F34D0B0B362BBF100ABC690E2B333422 /* RNUserDefaults-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNUserDefaults-dummy.m"; sourceTree = ""; }; + F351B21064CDAC40D1819490D7506A29 /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; + F379F672762AEC43E947387F93AF42A0 /* RNDateTimePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDateTimePicker.m; path = ios/RNDateTimePicker.m; sourceTree = ""; }; + F3A324E400A01F6B751011F6DE9698F6 /* FIRConfigurationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfigurationInternal.h; path = Firebase/Core/Private/FIRConfigurationInternal.h; sourceTree = ""; }; + F3D4D637150DC931587C9C81C3B6E693 /* RCTCxxModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxModule.mm; sourceTree = ""; }; + F3D6F56C79F582CB8EE3851BA74DA5EB /* UMModuleRegistryAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryAdapter.m; sourceTree = ""; }; + F40A68A5A790E9F7437AC7A11A10E049 /* neon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = neon.h; path = src/dsp/neon.h; sourceTree = ""; }; + F416804666984323CB6BE6671AB4FE08 /* GDTUploadCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTUploadCoordinator.h; path = GoogleDataTransport/GDTLibrary/Private/GDTUploadCoordinator.h; sourceTree = ""; }; + F432125A1B3B8BEC00831CD879D6FB71 /* EXFilePermissionModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFilePermissionModule.m; path = EXFileSystem/EXFilePermissionModule.m; sourceTree = ""; }; + F44EE0313A65B3D0BB64ECA3C3C7D0E8 /* FIRInstanceIDStringEncoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDStringEncoding.h; path = Firebase/InstanceID/FIRInstanceIDStringEncoding.h; sourceTree = ""; }; + F478A516B3DE1209CB2CA59579797CA0 /* UMReactNativeAdapter-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMReactNativeAdapter-dummy.m"; sourceTree = ""; }; + F4838FE647AA9468A2991304694C8C67 /* EXHaptics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXHaptics.xcconfig; sourceTree = ""; }; + F4B85F10AD24144C0F4ACC8B52FE996C /* RCTMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedView.m; sourceTree = ""; }; + F4FA44BC3F924DE88CACFA9DE0722A6F /* react-native-slider-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-slider-dummy.m"; sourceTree = ""; }; + F4FD3AB28EEE6B2A53713032E51882E5 /* EXAV.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAV.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + F534DAFAC571CC5B019C05580EB1FADB /* GDTCCTUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTUploader.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTUploader.m; sourceTree = ""; }; + F545B27E704F27558A9ED01F0D7EAEC2 /* REATransformNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransformNode.m; sourceTree = ""; }; + F5E96D93EA3C646CF7B21BA5C5B356EE /* SDAsyncBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAsyncBlockOperation.h; path = SDWebImage/Private/SDAsyncBlockOperation.h; sourceTree = ""; }; + F5EE710F6055B8126303056B0BE1B60B /* FIRInstanceIDVersionUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDVersionUtilities.h; path = Firebase/InstanceID/FIRInstanceIDVersionUtilities.h; sourceTree = ""; }; + F6003F7281C2606475FAA67EFB05A68B /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; + F60981B496FE1E2C360A984FD512294A /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Demangle.cpp; path = folly/detail/Demangle.cpp; sourceTree = ""; }; + F6560F47D732FAE12F4BB22F1294C6B1 /* UMFontScalerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalerInterface.h; path = UMFontInterface/UMFontScalerInterface.h; sourceTree = ""; }; + F68B894BFB676E3DB6ABFF59C9420AC9 /* EXAV.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAV.m; path = EXAV/EXAV.m; sourceTree = ""; }; + F6AC73FCCFC33703548A833FF9B4DE87 /* QBSlomoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBSlomoIconView.m; path = ios/QBImagePicker/QBImagePicker/QBSlomoIconView.m; sourceTree = ""; }; + F6B060FA7384859BC82F1A012092389F /* RCTBackedTextInputViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputViewProtocol.h; sourceTree = ""; }; + F6BC72E7DD48A1994CDB1E6FFF3B439E /* cached-powers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "cached-powers.h"; path = "double-conversion/cached-powers.h"; sourceTree = ""; }; + F709179D786BA8906C86B1B39489121C /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTiming.h; sourceTree = ""; }; F71EBF73F354B475D465FF6DE9A66707 /* libReact-RCTBlob.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTBlob.a"; path = "libReact-RCTBlob.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - F72BA5E62AD5C02B17ACFEE57444E17E /* BugsnagCollections.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCollections.h; sourceTree = ""; }; - F73B4EEF0245C03A0E2B6F96B1549450 /* GDTTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTTransformer.h; path = GoogleDataTransport/GDTLibrary/Private/GDTTransformer.h; sourceTree = ""; }; - F744E1D3645FCFB17E10DF7C941C772B /* FIRCoreDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsData.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsData.h; sourceTree = ""; }; - F74518FD5ADB45FACF4118E327D706B3 /* RCTSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSliderManager.h; sourceTree = ""; }; - F756F204B500091A60501DA046DEEEAF /* BSG_KSArchSpecific.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSArchSpecific.h; sourceTree = ""; }; - F75C0D1FAAF7B656AF0832A802DC84B7 /* SDImageCachesManagerOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManagerOperation.m; path = SDWebImage/Private/SDImageCachesManagerOperation.m; sourceTree = ""; }; - F766909B3CA981EDF35FD2F74F0FE04B /* React-CoreModules-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-CoreModules-dummy.m"; sourceTree = ""; }; - F77E200A857AB3875CCABF438E29412B /* RCTNativeAnimatedNodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedNodesManager.m; sourceTree = ""; }; - F785C994B38A585CA88F6FD3E67C19E8 /* 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 = ""; }; - F78661868D7093AAE0E7699ED8543A26 /* ScopeGuard.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ScopeGuard.cpp; path = folly/ScopeGuard.cpp; sourceTree = ""; }; - F790C7FBB4A39AFCDE5A4642EC9469F7 /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleData.mm; sourceTree = ""; }; - F7A3959711328FF127A9A09EDBF43483 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = Firebase/Core/Private/FIROptionsInternal.h; sourceTree = ""; }; - F7A3FF96A7E535A687C94BED15954B08 /* RNPushKitEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventHandler.m; path = RNNotifications/RNPushKitEventHandler.m; sourceTree = ""; }; - F7E57B49B68FDEC37DDD4EA4E510172A /* FIRInstanceIDCheckinStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCheckinStore.m; path = Firebase/InstanceID/FIRInstanceIDCheckinStore.m; sourceTree = ""; }; - F803AF7277C13C7E682727FC49F7021F /* RNBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBridgeModule.h; path = RNNotifications/RNBridgeModule.h; sourceTree = ""; }; - F80A20E8152653052F4BE92981AB83A3 /* picture_rescale_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_rescale_enc.c; path = src/enc/picture_rescale_enc.c; sourceTree = ""; }; - F864485EA92C114D2D9849292C5C0D37 /* EXFileSystem.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXFileSystem.xcconfig; sourceTree = ""; }; - F8786F6E4E068A9F957ECAC9EA354502 /* RootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RootView.h; path = ios/RootView.h; sourceTree = ""; }; - F8D4C23CF4A77ABF1057A1FFFD24FA12 /* UMBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBridgeModule.h; path = UMReactNativeAdapter/UMBridgeModule.h; sourceTree = ""; }; - F8F697B4F12A9ED14622FDFD2EADC31B /* CxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxModule.h; sourceTree = ""; }; - F8F7A0DD990C7E03FE7A9DDDF4270BEA /* RCTTextTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextTransform.h; path = Libraries/Text/RCTTextTransform.h; sourceTree = ""; }; - F924F4BCFF41DF00E2D16FC29F4D79A7 /* FIRCoreDiagnosticsDateFileStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsDateFileStorage.h; path = Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnosticsDateFileStorage.h; sourceTree = ""; }; - F92B62037AC75D89E9897DD968367D03 /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es.lproj; path = QBImagePicker/es.lproj; sourceTree = ""; }; - F9329AF0B707E94C3BE5C1672C3CEE31 /* QBImagePickerController-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "QBImagePickerController-prefix.pch"; sourceTree = ""; }; + F73448C5E41D0B6AED5A89E493E41FDC /* token_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = token_enc.c; path = src/enc/token_enc.c; sourceTree = ""; }; + F762F0A56AD644160EE40F2C9ED7DC7D /* animi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = animi.h; path = src/mux/animi.h; sourceTree = ""; }; + F78421D7F509EA03C278FDFE4E1C45EC /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; + F789322912D13D98F15BEB706E0A630D /* demux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = demux.h; path = src/webp/demux.h; sourceTree = ""; }; + F7AE31CA026D3F48692DCBCF9E5CD469 /* RCTInputAccessoryViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewManager.h; sourceTree = ""; }; + F7C298AE307A303912D4493997FA6582 /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; + F7F1E72F15A3AF0C35DEF0C1A2BDD5F3 /* firebasecore.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = firebasecore.nanopb.c; path = Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.c; sourceTree = ""; }; + F8061B0D5177ECEA9F92BD48600E8B8E /* UMUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUIManager.h; sourceTree = ""; }; + F822C1A6575AF76012BB0B1DD559D82D /* RCTImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageViewManager.m; sourceTree = ""; }; + F83BFECA194D5D3A53CCA3AF2C359335 /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = SDWebImage/Core/SDImageTransformer.m; sourceTree = ""; }; + F84CFF851919F4C8C90C7A0A02A4EDBC /* FIRInstanceIDKeyPair.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeyPair.m; path = Firebase/InstanceID/FIRInstanceIDKeyPair.m; sourceTree = ""; }; + F862CB52DCD0D46C3E12B5EF581B4BE6 /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; + F87780C5D21584A689500D4650F93D40 /* BugsnagBreadcrumb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagBreadcrumb.h; sourceTree = ""; }; + F8899F2A764A05C333FD6EE951873DBC /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileRequestHandler.h; path = Libraries/Network/RCTFileRequestHandler.h; sourceTree = ""; }; + F8B82E7DFEC57F3F2BF27DFD687B53A4 /* BSG_KSCrashState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashState.m; sourceTree = ""; }; + F8E743FFD85E2C107F52420EAD130F95 /* RNReanimated.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNReanimated.xcconfig; sourceTree = ""; }; + F908B6D3318ECC8CB21079076A97D721 /* RCTInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryView.h; sourceTree = ""; }; + F913CAE0697648283B36B0E6B9F9E0E8 /* FIRInstanceIDBackupExcludedPlist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDBackupExcludedPlist.h; path = Firebase/InstanceID/FIRInstanceIDBackupExcludedPlist.h; sourceTree = ""; }; + F9516B4B5D2BDED1D66108948E2AA2A2 /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; F958876A082BF810B342435CE3FB5AF6 /* libRCTTypeSafety.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRCTTypeSafety.a; path = libRCTTypeSafety.a; sourceTree = BUILT_PRODUCTS_DIR; }; - F989C56E6092BDE93571211959647ADA /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.h; sourceTree = ""; }; - F9A1208000AA7E23ACB3C1FA0BFF3384 /* REAClockNodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAClockNodes.h; sourceTree = ""; }; - F9E7E368A236F92B2A2143AE0E61601E /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceView.mm; sourceTree = ""; }; + F95CACA4782D0191B641D0B5B56A6685 /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; sourceTree = ""; }; + F963FC8146B523E22A6EEC55E46DD6EF /* UMTaskInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskInterface.h; path = UMTaskManagerInterface/UMTaskInterface.h; sourceTree = ""; }; + F97E853DB70D725BC3302A7AFF33C7B9 /* RNCAppearance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearance.h; path = ios/Appearance/RNCAppearance.h; sourceTree = ""; }; + F981A44843741E1934B59DC554F4110C /* RNCommandsHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCommandsHandler.h; path = RNNotifications/RNCommandsHandler.h; sourceTree = ""; }; + F9A15A67248330A5D84B310189C8F2CF /* EXSystemBrightnessRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXSystemBrightnessRequester.h; path = EXPermissions/EXSystemBrightnessRequester.h; sourceTree = ""; }; + F9B47235C2DACAD23FAAC25880AABED0 /* FontAwesome.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome.ttf; path = Fonts/FontAwesome.ttf; sourceTree = ""; }; + F9F9856573A9F0E720439BFED117A6BC /* REAPropsNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAPropsNode.m; sourceTree = ""; }; + FA1AE7B678524F7E743A927A062A7551 /* RCTWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWeakProxy.h; sourceTree = ""; }; FA2193D233F784FDA8D14E5ED56629C0 /* Pods-RocketChatRN-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-RocketChatRN-frameworks.sh"; sourceTree = ""; }; - FA48E09B0A5EB5DC3A301E71FE75E408 /* 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 = ""; }; - FA902CAF73B34A3BC1E327466D491E18 /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; - FA9174A1CA1D786194A7B49BD2568E57 /* android_time.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = android_time.png; path = docs/images/android_time.png; sourceTree = ""; }; - FA95564F03E679BF7BCDCCFEA4F5DB37 /* UMModuleRegistryProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryProvider.m; sourceTree = ""; }; - FA96A56A58A74763976C063C6445660E /* UMModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistry.h; sourceTree = ""; }; - FAC421177CE610E9C7B931439EB459C5 /* JsArgumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JsArgumentHelpers.h; sourceTree = ""; }; - FAD5D0C2F6F4E78E42B09A7654F2150B /* EXCameraPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXCameraPermissionRequester.h; path = EXPermissions/EXCameraPermissionRequester.h; sourceTree = ""; }; - FAE828BB63BC757BA99A64AFABCD9591 /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SystraceSection.h; sourceTree = ""; }; - FAFF3D6DA73503BE193DA001AF40848F /* pb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb.h; sourceTree = ""; }; - FB0495E0AE91CE73E0349235CDF0E64D /* NSBezierPath+RoundedCorners.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBezierPath+RoundedCorners.h"; path = "SDWebImage/Private/NSBezierPath+RoundedCorners.h"; sourceTree = ""; }; - FB37E4BA92AF8D6093E0D9069594E832 /* UMImageLoaderInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMImageLoaderInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - FB46E91D8C8617213964623D0EA7A5A7 /* SDWebImageWebPCoder-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImageWebPCoder-prefix.pch"; sourceTree = ""; }; - FB511F4A05635B55609527D9515A1D25 /* FIRVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRVersion.h; path = Firebase/Core/Private/FIRVersion.h; sourceTree = ""; }; - FB5A8D379035626234A5177F4D7974FD /* RCTMultiplicationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultiplicationAnimatedNode.h; sourceTree = ""; }; - FB86D2C2127A3BC83DA8643A08AA5B89 /* RNPushKitEventListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventListener.h; path = RNNotifications/RNPushKitEventListener.h; sourceTree = ""; }; - FB8F2E3390FC98B6CAB878B0FBFC3ECC /* RCTCxxModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxModule.mm; sourceTree = ""; }; - FB94E36A07BFD652173E17CA67C7B6D9 /* InspectorInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorInterfaces.h; sourceTree = ""; }; - FBF553BD6F4ACA79CD6AAFD9FDF69D6D /* upsampling_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_msa.c; path = src/dsp/upsampling_msa.c; sourceTree = ""; }; - FBFEED4D82C8991A37F40A7C3461350C /* RCTDiffClampAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDiffClampAnimatedNode.h; sourceTree = ""; }; - FC2F8EF0A5032A111203FD17C902387C /* react-native-webview.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-webview.xcconfig"; sourceTree = ""; }; - FC3C1E7E8700C721C8DD42D601FC49CE /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; - FC4A0D27C6545662E3B81C145DA8A089 /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; sourceTree = ""; }; - FC52899DC2FF931EAEEC588D38FFD2AB /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; - FC612B6D9217B2844818B263CA98D12A /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = Firebase/Core/Private/FIRAppInternal.h; sourceTree = ""; }; - FC6F746053BCA019F765F63555322B07 /* 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; }; - FC76E57329FEF4D0AA4A92371801171E /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.h; sourceTree = ""; }; - FC772577BFF47AC4AEBD355A0353ED3B /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/Core/UIButton+WebCache.h"; sourceTree = ""; }; - FC8FD8931464BB120E9BA1B91AB1A3CB /* NSError+BSG_SimpleConstructor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSError+BSG_SimpleConstructor.h"; sourceTree = ""; }; - FCDD1F35804ADEBF67A951921314B348 /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; + FA224BD245F6880CF82A97B34F57EA47 /* lossless_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_msa.c; path = src/dsp/lossless_msa.c; sourceTree = ""; }; + FA33B60640BF328BF0DFC68784B43B8F /* FIRInstanceIDCheckinPreferences.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCheckinPreferences.m; path = Firebase/InstanceID/FIRInstanceIDCheckinPreferences.m; sourceTree = ""; }; + FA7013F86AC1B2635A36F1539E9D6E7C /* RNJitsiMeetView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNJitsiMeetView.m; path = ios/RNJitsiMeetView.m; sourceTree = ""; }; + FA981CB894230861E709B35205EE9407 /* GDTTransport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTTransport.m; path = GoogleDataTransport/GDTLibrary/GDTTransport.m; sourceTree = ""; }; + FA9F87D3F74668A90265E7ED0F1AF4E1 /* RNFetchBlobConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobConst.h; path = ios/RNFetchBlobConst.h; sourceTree = ""; }; + FACB29702ACD77D66D657A8CCAA16447 /* FIRInstanceIDTokenInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenInfo.m; path = Firebase/InstanceID/FIRInstanceIDTokenInfo.m; sourceTree = ""; }; + FAE8A210674ECD1F490A679D92AB54B1 /* ARTNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTNode.m; path = ios/ARTNode.m; sourceTree = ""; }; + FB2C4C71D65E4EB15B7280625E88E856 /* RCTProgressViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProgressViewManager.h; sourceTree = ""; }; + FB64DAEF321D4A129D5F296408A320DC /* SDWebImageWebPCoder.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImageWebPCoder.xcconfig; sourceTree = ""; }; + FB684571273849A8C02F5DD444715C62 /* jsi-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "jsi-inl.h"; sourceTree = ""; }; + FB79C32615B9E1BA3D70C5E2C249C340 /* RCTConvert+ART.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+ART.m"; path = "ios/RCTConvert+ART.m"; sourceTree = ""; }; + FBE1DCE5E476F4EC8A2EDE5C906A1053 /* RNAudio-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNAudio-dummy.m"; sourceTree = ""; }; + FC2DD08031380836E714D119660B0C71 /* NSError+FIRInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+FIRInstanceID.h"; path = "Firebase/InstanceID/NSError+FIRInstanceID.h"; sourceTree = ""; }; + FC4D27A8EB8B619DEBDF92E49F64CE59 /* React-RCTVibration.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.xcconfig"; sourceTree = ""; }; + FC5893DE036925F219400B1B91DDA49C /* GULAppEnvironmentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppEnvironmentUtil.h; path = GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.h; sourceTree = ""; }; + FCAAC1F8A1131F406346B5AE3D886ED1 /* BSG_KSCrashType.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashType.c; sourceTree = ""; }; + FCBA8C8C8D9E02658B2AAA645469C0A1 /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = SDWebImage/Core/SDImageCacheDefine.h; sourceTree = ""; }; + FCC11573AB7D5B652772C6126FE31C36 /* FIRCoreDiagnosticsConnector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnosticsConnector.m; path = Firebase/Core/FIRCoreDiagnosticsConnector.m; sourceTree = ""; }; + FCC4B8EC049E11D4661A38DF88D67836 /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; + FCDE91DD0E99392CD557F45E12BF7BE6 /* BSG_KSBacktrace_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace_Private.h; sourceTree = ""; }; + FCF58272F65ED034BE22E4A8C0456B72 /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = SDWebImage/Core/SDWebImageOperation.h; sourceTree = ""; }; FCF61D9B2B75054A9A3185DDC609B7FF /* libSDWebImageWebPCoder.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSDWebImageWebPCoder.a; path = libSDWebImageWebPCoder.a; sourceTree = BUILT_PRODUCTS_DIR; }; - FCF813874E45610A3C878C82C661384A /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; - FD29F0BE1DAF6B3320CA94B80EFC4D41 /* BSG_KSCrashSentry_User.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_User.h; sourceTree = ""; }; - FD620725563A25DD53F511BE676D7384 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; - FDA06593D9F70A527F1E9276C2E9832F /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialCommunityIcons.ttf; path = Fonts/MaterialCommunityIcons.ttf; sourceTree = ""; }; - FDDF5D986D82EAAC84FB1A9444F7A91D /* FFFastImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageView.m; path = ios/FastImage/FFFastImageView.m; sourceTree = ""; }; - FDED1EC33E807284337CE718720B8F32 /* UIImage+ForceDecode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ForceDecode.m"; path = "SDWebImage/Core/UIImage+ForceDecode.m"; sourceTree = ""; }; - FE42F95CE82EFBA46EA89EB8C0DEA3AA /* RNBootSplash.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNBootSplash.xcconfig; sourceTree = ""; }; - FE5022B813094BA9EA56720B9EE4AFDB /* RNFirebase-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFirebase-dummy.m"; sourceTree = ""; }; - FE6C5A5BD82FC45B972B95DCA68E6132 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + FCF92E92E2BF7480E08D527E3B6B32B0 /* BugsnagNotifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagNotifier.m; sourceTree = ""; }; + FCFCA0A9FD3E48FABC0516EC7451EA72 /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; + FD013A881AB7C8A0B88A7917FB4BCD7C /* BSG_KSCrashReportVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportVersion.h; sourceTree = ""; }; + FD1B095061113BA335473EB4D464C2D0 /* EXWebBrowser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXWebBrowser.m; path = EXWebBrowser/EXWebBrowser.m; sourceTree = ""; }; + FD1D6D3BB71EB2CB31EFDC5BA4267748 /* RCTInputAccessoryViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewManager.m; sourceTree = ""; }; + FD53D519FE1FA635BC4159992519AA07 /* RNDocumentPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDocumentPicker.m; path = ios/RNDocumentPicker/RNDocumentPicker.m; sourceTree = ""; }; + FD5C664F173298F179719BB8D48AE9ED /* EXContactsRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXContactsRequester.m; path = EXPermissions/EXContactsRequester.m; sourceTree = ""; }; + FD7691D43748739B72817CB68865006A /* FIRErrors.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRErrors.m; path = Firebase/Core/FIRErrors.m; sourceTree = ""; }; + FDAAA44D197DF276FDF2ABF423F2849B /* RNCCameraRollManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCCameraRollManager.m; path = ios/RNCCameraRollManager.m; sourceTree = ""; }; + FDB38AF4E7E9413184E7F9BF4D847424 /* RCTSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSliderManager.m; sourceTree = ""; }; + FDDC614E04C209F9A810B734B77D17D5 /* RNGestureHandlerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerManager.h; path = ios/RNGestureHandlerManager.h; sourceTree = ""; }; + FDE61C4AF25127D6859F596F3C6F351B /* RNNotificationEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationEventHandler.h; path = RNNotifications/RNNotificationEventHandler.h; sourceTree = ""; }; + FDF03B342108C1A30921382AA6BBBF1B /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; + FE63103F5165EC0A1900FC6BD658D52B /* GDTReachability.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTReachability.m; path = GoogleDataTransport/GDTLibrary/GDTReachability.m; sourceTree = ""; }; FE7B9294FF05AAFD1653E2104E10844A /* libReact-RCTAnimation.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTAnimation.a"; path = "libReact-RCTAnimation.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - FE7D4D74318B47F0738723E61843716B /* EXFilePermissionModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFilePermissionModule.h; path = EXFileSystem/EXFilePermissionModule.h; sourceTree = ""; }; - FEBF0FB51E2494AF8452098808E446B0 /* RNNotificationCenter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenter.h; path = RNNotifications/RNNotificationCenter.h; sourceTree = ""; }; - FEC900A1F3492B05FC22045A2C3032C7 /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; - FED5EFB712CA94D241761549840BD156 /* BugsnagSessionTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTracker.h; sourceTree = ""; }; - FEDB802051AAEA6F15E9DB863A514666 /* RCTSubtractionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSubtractionAnimatedNode.m; sourceTree = ""; }; - FEDFC568104411ED03B02D62477E4F29 /* Utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Utils.cpp; path = yoga/Utils.cpp; sourceTree = ""; }; - FF0A62676379A985EC2BDB744252E867 /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; sourceTree = ""; }; - FF120B0B207A705908FD59694157169C /* react-native-jitsi-meet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-jitsi-meet-prefix.pch"; sourceTree = ""; }; - FF3C411E0D162CDBAF4C1FFDCCB070B1 /* UMFontProcessorInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontProcessorInterface.h; path = UMFontInterface/UMFontProcessorInterface.h; sourceTree = ""; }; - FF44761EFA9D37FAD358143F9DE8C41F /* FBReactNativeSpec-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBReactNativeSpec-dummy.m"; sourceTree = ""; }; - FF4B5B29AF297CBBC64852F5F4677352 /* BSG_KSFileUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSFileUtils.h; sourceTree = ""; }; - FFEAB7D876237F031C9E8759E49F3D32 /* EXVideoView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoView.h; sourceTree = ""; }; - FFF9B22D43F7DEF66DE0BAAFC042CF10 /* BSG_KSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSLogger.m; sourceTree = ""; }; + FE95110A46FCBDDFDF5AEEDAFE1C082D /* GoogleDataTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GoogleDataTransport.h; path = GoogleDataTransport/GDTLibrary/Public/GoogleDataTransport.h; sourceTree = ""; }; + FE9D8DD53AB4F688CFE58BF275771887 /* FIRInstanceIDTokenDeleteOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenDeleteOperation.m; path = Firebase/InstanceID/FIRInstanceIDTokenDeleteOperation.m; sourceTree = ""; }; + FEC3F7B47F6DD538B443A895DD5D9591 /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = SDWebImage/Core/SDWebImageDownloaderOperation.m; sourceTree = ""; }; + FEDEB86AA4CBF37EB549FD6D2B73580C /* BugsnagKSCrashSysInfoParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKSCrashSysInfoParser.h; sourceTree = ""; }; + FEF047CCA856CD7D026EF5EBB71079CA /* RNBootSplash.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNBootSplash.xcconfig; sourceTree = ""; }; + FEF4724D34046529AD96F0F28AA1168B /* RNFirebaseFunctions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFirebaseFunctions.m; sourceTree = ""; }; + FF007B97ED4825FB5DD4EC5B259F585A /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; + FF122266DD300E2F062DD83CFE32B661 /* react-native-keyboard-tracking-view.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-keyboard-tracking-view.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + FF35F109D7A309C754DC5062FEEADBEA /* RNNotificationCenter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenter.h; path = RNNotifications/RNNotificationCenter.h; sourceTree = ""; }; + FF4CC019C6A7F3AD874836BE32F5D7B2 /* ARTLinearGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTLinearGradient.h; sourceTree = ""; }; + FF5EBC9A5E12D5281CC29EAB37CD1E5E /* GDTTransformer_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTTransformer_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTTransformer_Private.h; sourceTree = ""; }; + FF7126802A814DA73C4EAE011D1333A2 /* SDAnimatedImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SDAnimatedImageView+WebCache.h"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.h"; sourceTree = ""; }; + FF812C33AF0646DB394034654C8C6836 /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; + FF93806C208335D001155DDC1F559DB7 /* GULNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetwork.h; path = GoogleUtilities/Network/Private/GULNetwork.h; sourceTree = ""; }; + FF96AF347E208FDDC78D621A1845E023 /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; + FFA8CB977BF4AD6E90224C3F5F650B0A /* FIRInstanceIDCombinedHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCombinedHandler.m; path = Firebase/InstanceID/FIRInstanceIDCombinedHandler.m; sourceTree = ""; }; + FFE3B7B76C9A643E5690E17D0BF9891B /* 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; }; + FFEC74416586C4A621EBA5BB0F9A1D76 /* localNotifications.md */ = {isa = PBXFileReference; includeInIndex = 1; name = localNotifications.md; path = docs/localNotifications.md; sourceTree = ""; }; + FFFBF28E523A1352725A68B4DC545592 /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; + FFFD625030EF9BBF22BA1942501A9954 /* 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; }; + FFFD6560763ABFA470BF0EE6DF0E6FF7 /* BSG_KSMach_Arm64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm64.c; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -6392,7 +6370,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 158583A326C96CADA447D52B8B665FF5 /* Frameworks */ = { + 136F65CA156A9FAE9001958145315490 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -6511,13 +6489,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 443EC62BCBCC8B056115C147A9AEFBC4 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 4F462D92F40C3C688FE86B3420ECC4B0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -6553,13 +6524,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 59F59663BE5D9A00C88EE825FC04E6F7 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 5AC84FEC285AA5EE698D679D4CEE733F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -6658,42 +6622,42 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 837B21C2DA0C70698C50504B4E79EDCB /* Frameworks */ = { + 8FE031BDD70A0E738A9C4FBB05586CB8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 8FE031BDD70A0E738A9C4FBB05586CB8 /* Frameworks */ = { + 944DA2862FE10F8DB828F048576ED733 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 944DA2862FE10F8DB828F048576ED733 /* Frameworks */ = { + 94FF88949849C146839D1C1EDE605788 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 94FF88949849C146839D1C1EDE605788 /* Frameworks */ = { + 9A22F16A5E9D7F5EA2A5F36905D8D1DD /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 9A22F16A5E9D7F5EA2A5F36905D8D1DD /* Frameworks */ = { + 9A87AAC05D4839ED5643AD98C0B06AEB /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 9A87AAC05D4839ED5643AD98C0B06AEB /* Frameworks */ = { + 9AFA89372B0E8CDE4126DF182D63A31D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -6721,7 +6685,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - AAFFB23F4482BF426FF034423972F618 /* Frameworks */ = { + ACC445671E3F1ACCACEAC8A098A84119 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -6763,35 +6727,35 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BAE254DA34336B8B08709A8D9B9F10FD /* Frameworks */ = { + C311AF1F2D1C91355EA404CA8B49D93F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - C311AF1F2D1C91355EA404CA8B49D93F /* Frameworks */ = { + C3B6ABE03A03E391ACC53041A408218D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - C3B6ABE03A03E391ACC53041A408218D /* Frameworks */ = { + C42F3806D021123EF69D8500B4649DAE /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - C42F3806D021123EF69D8500B4649DAE /* Frameworks */ = { + C627BD48D7E3B764BEEFDF9A84CBD54D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - C627BD48D7E3B764BEEFDF9A84CBD54D /* Frameworks */ = { + C6BBB5002F97B5AF9EEB3F7DF1E5F9A6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -6882,6 +6846,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + FAB5F3C34BD1B070D71D80200079D10B /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; FDB4EC2E2C6AD56063E55E372E24F5D0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -6899,5555 +6870,5543 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 003A2F547DDE579B8E85BD53952E1A2E /* react-native-appearance */ = { - isa = PBXGroup; - children = ( - B7EFA3EFF32C8500825A713620B853A9 /* RNCAppearance.h */, - 37304B7E4F6B5B6599EF8613038927C0 /* RNCAppearance.m */, - 5EA721AA826C9D70626D6A42E6132634 /* RNCAppearanceProvider.h */, - 98855082BDE873049976EC7208B6DAFC /* RNCAppearanceProvider.m */, - AAA73D3C27182BDDB286D67F23E7D9A8 /* RNCAppearanceProviderManager.h */, - F2C3E9B5CA17838E19D9BDAB92216AA0 /* RNCAppearanceProviderManager.m */, - 50285A79255F1054792CCB92CC352E15 /* Pod */, - 2CD396D75A948581A553688D0ADF14B0 /* Support Files */, - ); - name = "react-native-appearance"; - path = "../../node_modules/react-native-appearance"; - sourceTree = ""; - }; - 005BCC07F35FDC3CB9675917573C1CD0 /* Pod */ = { - isa = PBXGroup; - children = ( - BF53E3F4567939263F26DD49B94575F7 /* FBReactNativeSpec.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 0095D5EDC0A1DCC588A10ED76A04A177 /* Support Files */ = { - isa = PBXGroup; - children = ( - 4597451210293FF3F150985EE2B9CA27 /* React-RCTLinking.xcconfig */, - F2253B3C4217361248CF0F5EFBF280F9 /* React-RCTLinking-dummy.m */, - A34D51E0AD0C8A6D10ED8C29782C90C2 /* React-RCTLinking-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTLinking"; - sourceTree = ""; - }; - 00A3C3CCE4465045A751295D91247F56 /* Pod */ = { - isa = PBXGroup; - children = ( - 28C99708B08A9EA772A88A92695F3E53 /* LICENSE */, - 801F4D6A555FAC61F44FE4C08F1F9568 /* react-native-webview.podspec */, - B8FC54FACE9BE25FDDD882622CE56AAC /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 012599ABE1755C0985578F4EFE3A208C /* UMReactNativeAdapter */ = { - isa = PBXGroup; - children = ( - F8D4C23CF4A77ABF1057A1FFFD24FA12 /* UMBridgeModule.h */, - 6A8237CBD209EE1B1F623F211E6DE677 /* Pod */, - D5FED1CF8D0E153C18D09163076859B5 /* Services */, - BF915E8C236DA1BD80B919752A450382 /* Support Files */, - 0C42BA99F1486294B8954D2F0F69CD59 /* UMModuleRegistryAdapter */, - 0B34CFD14BCC98E43A0EAFC52F3A6F40 /* UMNativeModulesProxy */, - 4F846BFBB28AA667BB26513A5E90164B /* UMViewManagerAdapter */, - ); - name = UMReactNativeAdapter; - path = "../../node_modules/@unimodules/react-native-adapter/ios"; - sourceTree = ""; - }; - 0248076CDAB3796D262E48103E942827 /* Pod */ = { + 015BEE905A62BB03C1649CEE99884ED7 /* Pod */ = { isa = PBXGroup; children = ( - 5627ED8816BDED583164A08C06EE1A2B /* EXAV.podspec */, + D18DAD9A5B38151AFB39305C99731AE4 /* LICENSE */, + 4CE3AED541AF574BD1A791A61A149110 /* README.md */, + D58900DA0BCC1B0DA3E7562D1C083155 /* RNUserDefaults.podspec */, ); name = Pod; sourceTree = ""; }; - 02AFC76D1AB6A482EF941AC1476060CB /* Filters */ = { - isa = PBXGroup; - children = ( - AD61021FCB80AC380C67848B2C9B7DDE /* BSG_KSCrashReportFilter.h */, - 326A4C8A60814AB6D6E6D5E9A163A87B /* BSG_KSCrashReportFilterCompletion.h */, - ); - name = Filters; - path = Filters; - sourceTree = ""; - }; - 02BAB2648C89987EFCC8C066E0F9129E /* GoogleDataTransport */ = { - isa = PBXGroup; - children = ( - 38D3EA066BBED7BCCB24EAF46CC65828 /* GDTAssert.h */, - DB72F4C7ACB2F1CE117913832159A5BC /* GDTAssert.m */, - D4D016794F3744BC5E7046F6A587CAEA /* GDTClock.h */, - 36F46CF4F26CA396B398D161F08B1C1A /* GDTClock.m */, - 28BD684EF1D3EA7EF62481985911AFC7 /* GDTConsoleLogger.h */, - 8205CF74FA0780A1B760D538A1E880E7 /* GDTConsoleLogger.m */, - 348E94250746518A7806840383B1E11D /* GDTDataFuture.h */, - 500000D98A3ADEAC94F4698268444755 /* GDTDataFuture.m */, - 0C05E9BF59105830FBD1EB174BEBCBC2 /* GDTEvent.h */, - D7A7B3758C1D359A15F4DF30C28E57D8 /* GDTEvent.m */, - E1E297E5E6E76E62B903BE587078B295 /* GDTEvent_Private.h */, - 377387794ABFFE9598A387768FA7E216 /* GDTEventDataObject.h */, - 7E5E40BE38CD5D32550DE474499879E1 /* GDTEventTransformer.h */, - 0D890595FF12C9DBA5FCD00F8D7B716C /* GDTLifecycle.h */, - 94A344D744B87D2D6D51260F91A2635C /* GDTLifecycle.m */, - 7E8562A096DC667CF7F9AFA332F7B918 /* GDTPlatform.h */, - 55E1E403AD292FAF3D42C2C412ADBA7F /* GDTPlatform.m */, - C3EFB4F4EC1CD06DDFE2D949BE8E6A0C /* GDTPrioritizer.h */, - 265F8411F42BDA31FF280D67A68D2CB1 /* GDTReachability.h */, - B4968DB22147854D234F5D171DBBA244 /* GDTReachability.m */, - 59023200C0F20F3F6A0E5921DE8B6716 /* GDTReachability_Private.h */, - 84D2322CA9EC6811EBA2D12ABF5E0AD2 /* GDTRegistrar.h */, - 7F455304A67F7F226CABBEF3A52354DC /* GDTRegistrar.m */, - A233A0BA41BDE3C222CEB7D7954CCD39 /* GDTRegistrar_Private.h */, - A624EA50D9FA069BF68C368B9621017C /* GDTStorage.h */, - A639FF9F42C51D2970304EDD7F9308E9 /* GDTStorage.m */, - BFFBF5219A0D3AAA47E060FFC717E668 /* GDTStorage_Private.h */, - CE4250287D6892F8E6A4565235E7A5EB /* GDTStoredEvent.h */, - E1B4751772BB4FD74AC8082E204C82A2 /* GDTStoredEvent.m */, - CBD33013839FD99AEC9125C6F326F7D1 /* GDTTargets.h */, - F73B4EEF0245C03A0E2B6F96B1549450 /* GDTTransformer.h */, - 70AE7ADBC1CC8EE3334BFCB63B135185 /* GDTTransformer.m */, - 0CE1DB3BD42FB01C6A229D7E803314EF /* GDTTransformer_Private.h */, - EBDDF46ECBC7383ADD3F63521BA9EDAB /* GDTTransport.h */, - 981C6CE2A9A0B7AA7676884BD6C0B33C /* GDTTransport.m */, - 7078F477550CDD77D6468339C77FD469 /* GDTTransport_Private.h */, - 8BD00758F5E48D4A3B8218710D7D5C07 /* GDTUploadCoordinator.h */, - BA95391EF5C3B7AF7BDD4DDFE117BFDF /* GDTUploadCoordinator.m */, - 59BADB0D709C0168E6FFBA9FB282C696 /* GDTUploader.h */, - C68D8C148B3C8093C09166A8C8495394 /* GDTUploadPackage.h */, - CDD7DB831011E5990CA191C046B34CBF /* GDTUploadPackage.m */, - 54F9A9EDD59CCE5A4815F44076F37ED6 /* GDTUploadPackage_Private.h */, - 759EC1D0703FA80AF904D124A62306B7 /* GoogleDataTransport.h */, - 9BB7C068EB3E3AC467263F08001AFE20 /* Support Files */, - ); - name = GoogleDataTransport; - path = GoogleDataTransport; - sourceTree = ""; - }; - 039F683247C9DADAFE8327DB50330DB6 /* Support Files */ = { - isa = PBXGroup; - children = ( - 7590716D4AE3BB0E33F8971DB764BD8B /* QBImagePickerController.xcconfig */, - 33849FB08B2D1A66D62C9DFEFD628532 /* QBImagePickerController-dummy.m */, - F9329AF0B707E94C3BE5C1672C3CEE31 /* QBImagePickerController-prefix.pch */, - EE8A48F4EF70C48DBECCFFA17B18D06F /* ResourceBundle-QBImagePicker-QBImagePickerController-Info.plist */, - ); - name = "Support Files"; - path = "../Target Support Files/QBImagePickerController"; - sourceTree = ""; - }; - 03F5F066AA7465846C4CF46C6F7029C3 /* Logger */ = { - isa = PBXGroup; - children = ( - 25023246C576D25227B4AE4712355E3D /* GULLogger.h */, - B8996D5AB0956EA7E5595D218610D734 /* GULLogger.m */, - 43D8E7D28F6BE4DA3729D415F22B3D9E /* GULLoggerLevel.h */, - ); - name = Logger; - sourceTree = ""; - }; - 04977194BD4BF63B063F117E1394ACC2 /* react-native-cameraroll */ = { - isa = PBXGroup; - children = ( - 06F360879A9A148680729C42736267C4 /* RNCAssetsLibraryRequestHandler.h */, - 935072EAA70CCEEC7BE2BF828FA99B1C /* RNCAssetsLibraryRequestHandler.m */, - 07167E386051558AD9CA83F559002C1A /* RNCCameraRollManager.h */, - B26A21FA8A8B6EFFD736912735323D47 /* RNCCameraRollManager.m */, - 373B738EAC19967B7E2CAFA55248CD56 /* Pod */, - A2A647826ACA05E4BB1481CED6A76128 /* Support Files */, - ); - name = "react-native-cameraroll"; - path = "../../node_modules/@react-native-community/cameraroll"; - sourceTree = ""; - }; - 049EE75CE70B8070C0FA78F3231BE172 /* React-Core */ = { + 017FF0D48398809C9481A515C3AF3669 /* UMFaceDetectorInterface */ = { isa = PBXGroup; children = ( - 95EEB82360154C1FDEED1E0962DE0A21 /* CoreModulesHeaders */, - FE03C24ED032AED340626916DA2CD868 /* Default */, - 1387BFB021C64252E6E537C552856E1B /* DevSupport */, - FC5EF7489FA00757F312BBA3F900D4D5 /* Pod */, - F8B2214C8B794A63F6870021595D010B /* RCTActionSheetHeaders */, - 5E4CA585375B5EE0B56D0E561652248D /* RCTAnimationHeaders */, - B076894B19E920DF39B3473EE72182DD /* RCTBlobHeaders */, - 51C51A921950308467BB233BA02AE3C5 /* RCTImageHeaders */, - 803069E438B149DACAFEF2F57825042C /* RCTLinkingHeaders */, - A3D20D4C179F840AE975AFDBF57E859D /* RCTNetworkHeaders */, - 8EDDC38AF37438B84517BDFE7C7615B0 /* RCTSettingsHeaders */, - CC583EFE5283C7164314354B5A43C10C /* RCTTextHeaders */, - B7B1A7985544F2927A7558563E26DFF1 /* RCTVibrationHeaders */, - 17C699CBEAC3958A3C560C22C7DCA54C /* RCTWebSocket */, - 677D019D2E27C7DD7C5657ABB84A0A59 /* Support Files */, + D22BBC59AADC6EB447D3E2CBA6EAE607 /* UMFaceDetectorManager.h */, + B4BEC43461E194D759435A7DFA9EF956 /* UMFaceDetectorManagerProvider.h */, + 2E090AAAEF8844426F667D5CAA3EBDDC /* Pod */, + 3ABDC3EFF9FE1A074B736B434788A314 /* Support Files */, ); - name = "React-Core"; - path = "../../node_modules/react-native"; + name = UMFaceDetectorInterface; + path = "../../node_modules/unimodules-face-detector-interface/ios"; sourceTree = ""; }; - 05083ED426F230991C44AA80716EA0BB /* Pod */ = { + 02DA52C3DC1C970CDC3D1277CEEE8197 /* Pod */ = { isa = PBXGroup; children = ( - CC1968EAACAF2A66D3C4AA5D823790B2 /* LICENSE */, - F708ACE6AB71CC41EAA74CB22A9C2306 /* README.md */, - 64F1FAA1C25A16D52B9A521051D2A782 /* RNVectorIcons.podspec */, + A1ECB489062ECBD9F58B75AA5942A712 /* UMTaskManagerInterface.podspec */, ); name = Pod; sourceTree = ""; }; - 058222FD0F7BD513C0C63670667C16C2 /* Pod */ = { + 061A2EAA9975DC819040E39B4127A4AA /* Products */ = { isa = PBXGroup; children = ( - CD4E28178281DD345C82925100A1B2CA /* LICENSE */, - C9ACF8F60E4554035CA38DF291CC4FC4 /* README.md */, - 576812B4A86DDE5D65C95D89BD6B0442 /* RNDeviceInfo.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 05CEDBF0F0C862819FE09790060C9492 /* EXPermissions */ = { - isa = PBXGroup; - children = ( - 0FC7F0DE48A23E78DD7370685B7EAE37 /* EXAudioRecordingPermissionRequester.h */, - F540A7F36176444CD199169CBB389C49 /* EXAudioRecordingPermissionRequester.m */, - 043D31A71A71F93697F1A2364A73B11D /* EXCalendarRequester.h */, - 9A8560848CA9E1EF58F0B5E48D3A3D68 /* EXCalendarRequester.m */, - FAD5D0C2F6F4E78E42B09A7654F2150B /* EXCameraPermissionRequester.h */, - 3C13E284E4C0EC867579EA23DE54A2ED /* EXCameraPermissionRequester.m */, - CCFC444B4BECB0BF0678B12A7C729D88 /* EXCameraRollRequester.h */, - B826E68E76765F3314AF187E8F4EBFB9 /* EXCameraRollRequester.m */, - C68876FCB5945141D9CD17A617BF6A38 /* EXContactsRequester.h */, - 975CE59EE95A54497533BE37013D01B1 /* EXContactsRequester.m */, - F3054F6CCF249BC14BCFD7DAF91DCD45 /* EXLocationRequester.h */, - 406D67197ACC3389AE7B6AA83BB4C364 /* EXLocationRequester.m */, - 6C820275E53039CC8E1D0A38B79D0D23 /* EXPermissions.h */, - 100B9C3D49985B2BF9C06DEA0C0D8A49 /* EXPermissions.m */, - E3248BA1B880BA7614533A411B9588AC /* EXReactNativeUserNotificationCenterProxy.h */, - 978F9DF7BAE8EB1062611FE4277D9B0C /* EXReactNativeUserNotificationCenterProxy.m */, - 491FB4E74B79D727112B877F4D59FBE0 /* EXRemindersRequester.h */, - E5A0D24427BE71C3AF1C9818E0A3459A /* EXRemindersRequester.m */, - 5A16F3E10206153E9F43802BB0988146 /* EXRemoteNotificationRequester.h */, - 973D8CA68D2A8762990753A424700A21 /* EXRemoteNotificationRequester.m */, - 782EDC4278D5DE045601FD035FA9840C /* EXSystemBrightnessRequester.h */, - 4A1DA4297FDF332822FDEA6075FD06F0 /* EXSystemBrightnessRequester.m */, - 62C24DAF52AC0AB39CE079D6FD5AE8AD /* EXUserNotificationRequester.h */, - AC807F96F9596A25ABCEDFD82D0BD5B6 /* EXUserNotificationRequester.m */, - ABA58D4C875B77E86A98696F5B569984 /* Pod */, - 4ADC8A1EB1D4EC2971876FAD970AB728 /* Support Files */, + 3EEAA606F6866DA20E6601B9655B1027 /* libBugsnagReactNative.a */, + 6FFB7B2992BB53405E6B771A5BA1E97D /* libDoubleConversion.a */, + A225ED83E33DC48D25B9FF35BA50CCD0 /* libEXAppLoaderProvider.a */, + AD40A94AE1ADFA1CDF9602BA3B04C90E /* libEXAV.a */, + 220361FF3B2778F8F38C2C4DCC5B49FD /* libEXConstants.a */, + ED1E3FC0DC90F4A787472917BFB6B235 /* libEXFileSystem.a */, + 80A51B61FECFED8D1A0D95AAD32A2938 /* libEXHaptics.a */, + 72E494917AC5EC2582197F07061A28B0 /* libEXPermissions.a */, + 574E8A849B86DCF8EE5726418D974721 /* libEXWebBrowser.a */, + ABFEEA82A6C346B22843FBE0B0582182 /* libFBReactNativeSpec.a */, + E2B63D462DB7F827C4B11FD51E4F8E2D /* libFirebaseCore.a */, + 8CC9178C366942FD6FF6A115604EAD58 /* libFirebaseCoreDiagnostics.a */, + 2DA0D814DFCB860D31D7BCD63D795858 /* libFirebaseInstanceID.a */, + 06489499588BFA8FD5E63DD6375CD533 /* libFolly.a */, + 3CA7A9404CCDD6BA22C97F8348CE3209 /* libglog.a */, + 856B5CD56F194FAD26EA91620B66D614 /* libGoogleDataTransport.a */, + 6942351307BC1F54575D9853307EAE0E /* libGoogleDataTransportCCTSupport.a */, + B43874C6CBB50E7134FBEC24BABFE14F /* libGoogleUtilities.a */, + 279390C893577F74DD2049383E1EDD1A /* libKeyCommands.a */, + 5E4674603A5D5B9215FFA0F8E69F8B71 /* liblibwebp.a */, + 06FC5C9CF96D60C50FCD47D339C91951 /* libnanopb.a */, + 586602EDE69E2D273945D156ECB89853 /* libPods-RocketChatRN.a */, + ABCA9F4CD6EE0D4686EBA505F526A436 /* libPods-ShareRocketChatRN.a */, + F958876A082BF810B342435CE3FB5AF6 /* libRCTTypeSafety.a */, + BD71E2539823621820F84384064C253A /* libReact-Core.a */, + 6771D231F4C8C5976470A369C474B32E /* libReact-CoreModules.a */, + 37592FDAD45752511010F4B06AC57355 /* libReact-cxxreact.a */, + D9F334F2E90E3EE462FC4192AF5C03BD /* libReact-jsi.a */, + F2E7C88DFCD460A4B46B913ADEB8A641 /* libReact-jsiexecutor.a */, + 2577F299FCB0A19824FE989BE77B8E8F /* libReact-jsinspector.a */, + 242758B9EDFF146ABE411909CAC8F130 /* libreact-native-appearance.a */, + B75A261FE3CE62D5A559B997074E70FC /* libreact-native-background-timer.a */, + 8C3E2A6E6F93E60E397F6C0BBA710BF5 /* libreact-native-cameraroll.a */, + 08D1FFC2980C1ED72AE9A4C44A0544C3 /* libreact-native-document-picker.a */, + 8074129DF318155B29544548E1CAF4A3 /* libreact-native-jitsi-meet.a */, + 686FA236B3A0EDC2B7D10C6CB83450C8 /* libreact-native-keyboard-tracking-view.a */, + 012242E4480B29DF1D5791EC61C27FEE /* libreact-native-notifications.a */, + 48425DA2F01D82A20786D5E55E264A29 /* libreact-native-orientation-locker.a */, + 2B17A71888AA28CEFEC37B72F2A68A91 /* libreact-native-slider.a */, + B058F035CFD84ECBF8414E4EAE5834FC /* libreact-native-video.a */, + 8DF63376066E2275FF26820B3A512A9B /* libreact-native-webview.a */, + 73F8A95B79671F501F31EA4F1D04AA8B /* libReact-RCTActionSheet.a */, + FE7B9294FF05AAFD1653E2104E10844A /* libReact-RCTAnimation.a */, + F71EBF73F354B475D465FF6DE9A66707 /* libReact-RCTBlob.a */, + EEDBF403E8E0B3885E65C2741B536BC5 /* libReact-RCTImage.a */, + 802121F5B756ACBFDD6D08C36246DADD /* libReact-RCTLinking.a */, + A68E5A9B69A3BA0FD52CAF7A354EC93B /* libReact-RCTNetwork.a */, + 269BE773C9482484B70949A40F4EA525 /* libReact-RCTSettings.a */, + E6A16705C69FC7DE11C2469A4A0F8358 /* libReact-RCTText.a */, + C1A919103EAC9813D236486C34FC0A21 /* libReact-RCTVibration.a */, + D5C775614AC76D44CECB6BE08B022F1F /* libReactCommon.a */, + 51B50F20C76CF72E2BEF8D4764235306 /* libReactNativeART.a */, + 858AFA83985937825473045CF6808B15 /* librn-extensions-share.a */, + 4FDA96879D96070EB1983E98E655CBDC /* librn-fetch-blob.a */, + 3B65CB9B6DCD893501BDCF1DE7BA926C /* libRNAudio.a */, + 202722AA0D229A11350F6DC0F267A0BA /* libRNBootSplash.a */, + 72DE4BF3FB9CE0858E90F96FEF8A53AE /* libRNDateTimePicker.a */, + E0FE6533198104C97DB047DD5CD8AC67 /* libRNDeviceInfo.a */, + E55EA3C6F285F6FA8067C5C8A428FA64 /* libRNFastImage.a */, + 4EAF7225D8D498E7D232AE1520E6CBD3 /* libRNFirebase.a */, + 8F65F9361F2069CF9E9D751272968DE4 /* libRNGestureHandler.a */, + 3AEA4A114C08533A2C0F8E039A4C5EB9 /* libRNImageCropPicker.a */, + 15912309AA610251329D74FA111DE5CA /* libRNLocalize.a */, + C777CF2FB1E39A45CBBDB54E8693F471 /* libRNReanimated.a */, + E496A53A92B4E464B5C30DC5B1E4E257 /* libRNRootView.a */, + 50B5347C9A6E93B7D4CFC3673BA6FB7E /* libRNScreens.a */, + BFCE4058442BFB8DEB89BA3F261A76BA /* libRNUserDefaults.a */, + 8998273719FDD789E6F9C7541AFD0B33 /* libRNVectorIcons.a */, + 580712ADE0DDE9601ED35B000EC802D6 /* libRSKImageCropper.a */, + B0B214D775196BA7CA8E17E53048A493 /* libSDWebImage.a */, + FCF61D9B2B75054A9A3185DDC609B7FF /* libSDWebImageWebPCoder.a */, + AF72FD600DE7E2D330BA50F877993E05 /* libUMCore.a */, + 3B640835BAA914DD267B5E780D8CFEC7 /* libUMReactNativeAdapter.a */, + 65D0A19C165FA1126B1360680FE6DB12 /* libYoga.a */, + 3DCCC9C42EB3E07CFD81800EC8A2515D /* QBImagePicker.bundle */, ); - name = EXPermissions; - path = "../../node_modules/expo-permissions/ios"; + name = Products; sourceTree = ""; }; - 066A228ECA97C5A70CD9B7171C853B40 /* Resources */ = { + 06686FA55A8EEBA185AB04FA8AB615DE /* Support Files */ = { isa = PBXGroup; children = ( - 91FCF066820BD6B86006E8372942338B /* AntDesign.ttf */, - CE7EEEF025A97C810E525D24FDA4175A /* Entypo.ttf */, - 115E5833F12CF163013F42E2A9C7223E /* EvilIcons.ttf */, - 9083FA6D3399E949C7966979AD665CC2 /* Feather.ttf */, - C360956069AFE55FBCD156D8A7A9738B /* FontAwesome.ttf */, - 62883ECDBD4C69ED2E861078DDAA329A /* FontAwesome5_Brands.ttf */, - 61C937F1EB39E790EA7A8B5557FECEAA /* FontAwesome5_Regular.ttf */, - C255FABC5C8F6ADD8FF8D6FD326626E1 /* FontAwesome5_Solid.ttf */, - 2A128E6D949E77C44DA44560E88F1865 /* Fontisto.ttf */, - 95854A695269C741BD705548E9865060 /* Foundation.ttf */, - 63D3049B8DD0F0D14B6CA8831ADFD6C1 /* Ionicons.ttf */, - FDA06593D9F70A527F1E9276C2E9832F /* MaterialCommunityIcons.ttf */, - DB501777EFB5560A4937F8D0EF0507E3 /* MaterialIcons.ttf */, - 258A035B9F0086A73F342E960B35496F /* Octicons.ttf */, - 5B23EFD68A4925E01DC828285D0A5C16 /* SimpleLineIcons.ttf */, - 88E9F5178EC26BC2D4F56E99B0E341D3 /* Zocial.ttf */, + DEC91BA0271EDD25AC990885269AAA63 /* GoogleAppMeasurement.xcconfig */, ); - name = Resources; + name = "Support Files"; + path = "../Target Support Files/GoogleAppMeasurement"; sourceTree = ""; }; - 067C189491822239E5CFE216512EEB82 /* Support Files */ = { + 07A5F45AFB97E324EF726D6EE3C6A29B /* demux */ = { isa = PBXGroup; children = ( - A2FF8CEEF1059ACF9EABBA6D292C62AB /* RSKImageCropper.xcconfig */, - 1130E17A2E1A50713AD5AC9021C8C356 /* RSKImageCropper-dummy.m */, - 355BFD7BC86580B1D261183E7406AEC5 /* RSKImageCropper-prefix.pch */, + 784124C11142E87DB1D3FCA0F0DF8284 /* anim_decode.c */, + 281C56FBABFEE9C04A3535E9790A9120 /* demux.c */, + F789322912D13D98F15BEB706E0A630D /* demux.h */, ); - name = "Support Files"; - path = "../Target Support Files/RSKImageCropper"; + name = demux; sourceTree = ""; }; - 06F74414C37AECF6C0BF517B87B502BB /* Support Files */ = { + 086E96906DDFE55D11DB51E67305AF4E /* Support Files */ = { isa = PBXGroup; children = ( - CA5DF19A13A1EE8A7E3F9A7892E8074C /* UMBarCodeScannerInterface.xcconfig */, + B5744E663AF4BCC3C10EDBCE112BAAF2 /* React-RCTSettings.xcconfig */, + 4A7CDB360BB0FD9721CC760A160197E7 /* React-RCTSettings-dummy.m */, + 85E991FC094975BA5495E5BE0C61AD7B /* React-RCTSettings-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMBarCodeScannerInterface"; + path = "../../../../ios/Pods/Target Support Files/React-RCTSettings"; sourceTree = ""; }; - 0A4A68568F3351A7AAC24DC3C46B4C9F /* Support Files */ = { + 08FA3881FD30F9B416808AAD7D1A8671 /* Reachability */ = { isa = PBXGroup; children = ( - 12F29C81F4D65245171AE6B575212B64 /* Firebase.xcconfig */, + A21747766DD83B697F1247CD235A13CD /* GULReachabilityChecker.h */, + 6B3844A27E41E7C5F10BF14FC9A7929A /* GULReachabilityChecker.m */, + E9377C29F942AF66A3D72A0AF35997BF /* GULReachabilityChecker+Internal.h */, + 50C7E75DE032D780D996A33E74AA1D42 /* GULReachabilityMessageCode.h */, ); - name = "Support Files"; - path = "../Target Support Files/Firebase"; + name = Reachability; sourceTree = ""; }; - 0B34CFD14BCC98E43A0EAFC52F3A6F40 /* UMNativeModulesProxy */ = { + 0970F0ED02E9C51A2BD85B30311E385D /* Support Files */ = { isa = PBXGroup; children = ( - 018C716C05E0EC5F15D962E3962316F0 /* UMNativeModulesProxy.h */, - 4B5FC6781DCA7FEFE880BAA87EEE7DC7 /* UMNativeModulesProxy.m */, + 6193C4CF848277CEABC0376D78E333C0 /* RNDateTimePicker.xcconfig */, + EC6A489F663612912637752A205910D0 /* RNDateTimePicker-dummy.m */, + E5BD48C91DFBAAC52FC8E21F5B13DFC2 /* RNDateTimePicker-prefix.pch */, ); - name = UMNativeModulesProxy; - path = UMReactNativeAdapter/UMNativeModulesProxy; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/RNDateTimePicker"; sourceTree = ""; }; - 0C42BA99F1486294B8954D2F0F69CD59 /* UMModuleRegistryAdapter */ = { + 0A96D850EEC40B3FDB333F5684448784 /* UMModuleRegistryProvider */ = { isa = PBXGroup; children = ( - 9F74151EFBD2DA32FABAE6CB6EDE7E35 /* UMModuleRegistryAdapter.h */, - 2CAB0AE4AA56BD229CC3736D13F8D8BC /* UMModuleRegistryAdapter.m */, - 9A414C7A18ACA31BCB563F5B8CB02B04 /* UMViewManagerAdapterClassesRegistry.h */, - 18B4FCA4ABF6910F04CA8E9F0E052AB1 /* UMViewManagerAdapterClassesRegistry.m */, + 65752C4D6ABB6358E54726DBF9C5EA18 /* UMModuleRegistryProvider.h */, + 5CEBD833E7C29EE188089973C078FB8A /* UMModuleRegistryProvider.m */, ); - name = UMModuleRegistryAdapter; - path = UMReactNativeAdapter/UMModuleRegistryAdapter; + name = UMModuleRegistryProvider; + path = UMCore/UMModuleRegistryProvider; sourceTree = ""; }; - 0D0A1AF469DD06E63F1D5CC0C56FADC0 /* internal */ = { + 0B7E04A0AD709043FB4CF253F4C37055 /* platform */ = { isa = PBXGroup; children = ( - D50F8D56D170B9888A6C03C1E454BDBB /* experiments.cpp */, - 5C491FEC61E360D39912F3066B452403 /* experiments.h */, - CBA7A8921E2752BFD5E37A0C7A44C968 /* experiments-inl.h */, + B0EB5D645C1B35BF91F55B7AFA819B3A /* ios */, ); - name = internal; - path = yoga/internal; + name = platform; + path = turbomodule/core/platform; sourceTree = ""; }; - 0DA1728D1E887AF30D0BE108168D974E /* vendor */ = { + 0D24E11254CD1F0341AF6B1D667DEBC5 /* notifications */ = { isa = PBXGroup; children = ( - FD6A82FC11E048909BAF1A65B9D636E6 /* bugsnag-cocoa */, + E49C3AE28170447EBF2AEA8764FF1E92 /* RNFirebaseNotifications.h */, + C8E27E3B1EA80180B17EC246D3E403E3 /* RNFirebaseNotifications.m */, ); - name = vendor; - path = cocoa/vendor; + name = notifications; + path = RNFirebase/notifications; sourceTree = ""; }; - 0DD1B0DBE654EE80A649A1BAB1C9236E /* Support Files */ = { + 0D3ABA4516E2E220B42F8B2E97742DA9 /* Support Files */ = { isa = PBXGroup; children = ( - EEB0F6974D280A1415022E8C9CCB9D7F /* react-native-slider.xcconfig */, - 86CF273F1D6DEA2EE1B062F2F539E5E1 /* react-native-slider-dummy.m */, - D2D4E8CAE8825F70A849A3A571362FC2 /* react-native-slider-prefix.pch */, + CD4CF130DEB1168BE11420CFE58B6081 /* FBReactNativeSpec.xcconfig */, + 8C0253BAC39F6722E8D400C8BE3B7CE8 /* FBReactNativeSpec-dummy.m */, + 370566C6368842C067A3BE398371EF68 /* FBReactNativeSpec-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/react-native-slider"; + path = "../../../../ios/Pods/Target Support Files/FBReactNativeSpec"; sourceTree = ""; }; - 0DE9070638DE3EFBA861F644DD023FDA /* Pod */ = { + 0DA50F762446FD615EBE13795BD9EF57 /* Pod */ = { isa = PBXGroup; children = ( - 407FFC61321238C492361FF017B0FB88 /* RNFirebase.podspec */, + E330030D90955BF006D4DDB0F45CC2FD /* LICENSE */, + AE9FB700D8A9410FEBF933F946789F7D /* README.md */, + 9FA4AEAAD22E8F3ECDD85D97BBB282D8 /* RNFastImage.podspec */, ); name = Pod; sourceTree = ""; }; - 0E1B8ED746B18B2E5D6A533164AE6799 /* Support Files */ = { + 0F4E635626BD309E3427F0A7AFCF9061 /* MethodSwizzler */ = { isa = PBXGroup; children = ( - C7B2B0B57C33CAB337316FFCAA8D5A4B /* FirebaseCoreDiagnostics.xcconfig */, - E06F533B0622CF71450FA198FEF0B65A /* FirebaseCoreDiagnostics-dummy.m */, + 4F51256112D9CF93FA314D5523249742 /* GULOriginalIMPConvenienceMacros.h */, + A7A9619333FE09CF2DFA4A5A7A719200 /* GULSwizzler.h */, + 019EF2F3E1EBEF4B63B42F53A1FE1122 /* GULSwizzler.m */, ); - name = "Support Files"; - path = "../Target Support Files/FirebaseCoreDiagnostics"; + name = MethodSwizzler; sourceTree = ""; }; - 0ECF250064E29A76417B7647A234370D /* Pod */ = { + 0F65A7F91102F315BCE3C7D9C7C82CF8 /* Pod */ = { isa = PBXGroup; children = ( - 3C037FA28FCC9A1C125BE699C7A32E1C /* React-RCTLinking.podspec */, + 2904388EE18E71E053600ABF483B1CC9 /* FBLazyVector.podspec */, ); name = Pod; sourceTree = ""; }; - 0F7F0A4E201CD7E6BE345B17B5C5D3FC /* RSKImageCropper */ = { - isa = PBXGroup; - children = ( - 46610F5B03BF1D264385A4E958941598 /* CGGeometry+RSKImageCropper.h */, - EBF297C2CF43BDAF7ECA04EA33DA8249 /* CGGeometry+RSKImageCropper.m */, - 19D03E6E04BA7FB962A87E8249DC83ED /* RSKImageCropper.h */, - D715E8B4DE1CEBBF6120A95EBAC89838 /* RSKImageCropViewController.h */, - BF2F0768EE972DEAE45305E374C6E45F /* RSKImageCropViewController.m */, - 098BDD36233552115AAE3CAD9B95A204 /* RSKImageCropViewController+Protected.h */, - 2F7609F49973D8DE1FDA2A02AE36643B /* RSKImageScrollView.h */, - AB32A635B3520B996565D062F35D02EA /* RSKImageScrollView.m */, - 4B4FF18BE38D2B2AD9966B86C10BA36A /* RSKInternalUtility.h */, - 7607A9B0AE15AE2637A412F178FD449C /* RSKInternalUtility.m */, - 88BF215051D44F917F48599E34BEE382 /* RSKTouchView.h */, - 114BC0FBA8A47809F19D3FF249FD6EF7 /* RSKTouchView.m */, - 7A26B3BE96D2E05156203DD41BD0155B /* UIApplication+RSKImageCropper.h */, - 3EE738B3A601FC77C73C28D6421C75F9 /* UIApplication+RSKImageCropper.m */, - 774A4843386AD8B6A0B481C2BEC76830 /* UIImage+RSKImageCropper.h */, - BA98DEBB67BD0B51A97B0283ED49ACAC /* UIImage+RSKImageCropper.m */, - D95A25CE349BA20A7F6E6D9406B2D502 /* Resources */, - 067C189491822239E5CFE216512EEB82 /* Support Files */, - ); - name = RSKImageCropper; - path = RSKImageCropper; - sourceTree = ""; - }; - 107FC8606AE9656EAAC7AB584CD690A3 /* SDWebImageWebPCoder */ = { + 0FC8B46C4F35A358F742F3A9808D2159 /* EXHaptics */ = { isa = PBXGroup; children = ( - 65A2AC7C151D3304C515E8B87C31ABCE /* SDImageWebPCoder.h */, - A77B92EFA4C78BBF35CA2CF762F74659 /* SDImageWebPCoder.m */, - 96A4FBF1AF4CE42311CBFEBCB2E8AE88 /* SDWebImageWebPCoder.h */, - C61717E6EBAB20E86C4A2961F0FD4D45 /* UIImage+WebP.h */, - 73E2135C8D025A56637F6E9D4ECEA339 /* UIImage+WebP.m */, - EEC23530390F9B7A6B500857299912A0 /* Support Files */, + 799C0484186D15DF5F4FAFEB7C9FE65A /* EXHapticsModule.h */, + 44BBF9EF1FB11C0E45E60F790B280FA8 /* EXHapticsModule.m */, + BC5E13FAA4DDC3A92061F35A5E8F150B /* Pod */, + C8EDF203E89523D43EEA266D0ADCAF54 /* Support Files */, ); - name = SDWebImageWebPCoder; - path = SDWebImageWebPCoder; + name = EXHaptics; + path = "../../node_modules/expo-haptics/ios"; sourceTree = ""; }; - 1124DB9747734A40DD367D26B3164E3B /* core */ = { + 109B400EEEDF4D9F490E55B32452859C /* Support Files */ = { isa = PBXGroup; children = ( - AA60B66D815707B0ADDB4C0E55CDE282 /* LongLivedObject.cpp */, - 06A56E47AF21080601AB0E600A880E21 /* LongLivedObject.h */, - 5FC017462F87EBEBCD3055EA04051A9F /* TurboCxxModule.cpp */, - 1B0A52DCC8F0BBC90A10D9E0C5BE5DF6 /* TurboCxxModule.h */, - A22802653E06152C025121A6238064FE /* TurboModule.cpp */, - 8B70D89C68E336F8B2DF9BFE9B8383DF /* TurboModule.h */, - B581B462258F249ADCF20D0CEC1ED310 /* TurboModuleBinding.cpp */, - 7741C49B141667C6C2066568DCB1A2F2 /* TurboModuleBinding.h */, - 8ECBA7565BAA4E836FFC00ECF0CA6C33 /* TurboModuleUtils.cpp */, - C845EB52EA02353E68FAFBDF86A42D19 /* TurboModuleUtils.h */, - 443348E153BBB3FCA49021F265F444AB /* platform */, + 12359A981181A2EA6966C998EF5BB060 /* react-native-video.xcconfig */, + C8DFC07E101B9CB1761F16757FB29959 /* react-native-video-dummy.m */, + D60C0E4F2E506C811F192C3C6B42AA11 /* react-native-video-prefix.pch */, ); - name = core; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-video"; sourceTree = ""; }; - 12D04CB1293EB30D7E1D881793206727 /* RNFetchBlob */ = { + 11073F82ED4A02E7288B962B5E18A2D8 /* RCTRequired */ = { isa = PBXGroup; children = ( - 10130327BA5C2DA4162DFC7443650854 /* RNFetchBlob.h */, - 6899ADA5E7A53EEF2E8989F5687A826F /* RNFetchBlob.m */, + 627934D84A321E70D21A4A2309919B17 /* RCTRequired.h */, + 19805F957BEAAD5C6068B07CB3A15AC8 /* Pod */, + 7457D7CEC2B373EA5B4E09655968D34D /* Support Files */, ); - name = RNFetchBlob; - path = ios/RNFetchBlob; + name = RCTRequired; + path = "../../node_modules/react-native/Libraries/RCTRequired"; sourceTree = ""; }; - 12D5C19BF5EF82193A40275F4B364698 /* Surface */ = { + 115FCEA68CD1DB0E2FD60571E89BA51A /* firestore */ = { isa = PBXGroup; children = ( - 85521731C0E82BAEE18B6737FC07E11A /* RCTSurface.h */, - 37D496E318BACA5E432DF554AC4F4F1C /* RCTSurface.mm */, - A721BFF3C23C75052F8B9492B619485F /* RCTSurfaceDelegate.h */, - 2C7D886999D3B062108367A61A84940B /* RCTSurfaceRootShadowView.h */, - 8D335B28893DD4FB9CBBB4BD04C24D0F /* RCTSurfaceRootShadowView.m */, - FC52899DC2FF931EAEEC588D38FFD2AB /* RCTSurfaceRootShadowViewDelegate.h */, - 7011348471FE20941966A31EB86A1CD2 /* RCTSurfaceRootView.h */, - 69666FD732505CBBED4278B6911E1F69 /* RCTSurfaceRootView.mm */, - 7EDDD082B464330E799D615A83BF7906 /* RCTSurfaceStage.h */, - 03F6365F981A98278104844C35794E58 /* RCTSurfaceStage.m */, - AB4C29CB323AD79B00108DC92BCB97F6 /* RCTSurfaceView.h */, - F9E7E368A236F92B2A2143AE0E61601E /* RCTSurfaceView.mm */, - 2DEA620C9EA0662CA8188B8A019981BC /* RCTSurfaceView+Internal.h */, - D7186AA465084043114A558B4719ACC7 /* SurfaceHostingView */, + DD58587783451C7435F9C0C28BFD89FD /* RNFirebaseFirestore.h */, + 52AE2804AFFB99408789C12004AD808C /* RNFirebaseFirestore.m */, + BEBF8A5C3C70FF514639936DDF8BFEFF /* RNFirebaseFirestoreCollectionReference.h */, + 00D70F7C8A81CBBE063917E7D22CA9E9 /* RNFirebaseFirestoreCollectionReference.m */, + 49D61BB85BAC2312EC6A84C93F5A2CB8 /* RNFirebaseFirestoreDocumentReference.h */, + 8F89B896216190DD0A5FF95236D3952B /* RNFirebaseFirestoreDocumentReference.m */, ); - name = Surface; - path = Surface; + name = firestore; + path = RNFirebase/firestore; sourceTree = ""; }; - 12E3054D965F427AD0B387467FA2ACEF /* turbomodule */ = { + 12C34AE574C9DB2AE9B53E7D2B2AAE77 /* UMViewManagerAdapter */ = { isa = PBXGroup; children = ( - 1124DB9747734A40DD367D26B3164E3B /* core */, + 1EA3C918BA42D4D94F6C111302EA8A21 /* UMViewManagerAdapter.h */, + 611E604DDA03EB97411EA5C4F7428A67 /* UMViewManagerAdapter.m */, ); - name = turbomodule; + name = UMViewManagerAdapter; + path = UMReactNativeAdapter/UMViewManagerAdapter; sourceTree = ""; }; - 12E5CC1CEB5E512E489E102250A45E0D /* Folly */ = { + 12F02807DA86ADBA33A1C4BBE5B74CDD /* Support Files */ = { isa = PBXGroup; children = ( - DFE58F2F7DF905A211BCF64AE4C0FA8C /* Assume.cpp */, - 977010B1D7A1BB9058285F5B12C373E4 /* ColdClass.cpp */, - 0371827EC613DDDE6E2F523FEBA8F0F5 /* Conv.cpp */, - 3D94D37216179280E900EA4C5B1230EA /* Demangle.cpp */, - 4493626E5D7EBE75F85C62707A33036F /* Demangle.cpp */, - A4E2C829C5BCC61D75F1E0B270E49F6F /* dynamic.cpp */, - 7B33D83FA8DED2E998E91F2C1409CF98 /* F14Table.cpp */, - 2985690376C832479B6CBEF994125526 /* Format.cpp */, - AA6B1F3F38274DCBDDCF2564288EBCCE /* json.cpp */, - CC65DE6DF5D259B4E20F7E232146BFCC /* json_pointer.cpp */, - 17EDB1822E6F8061173003D435EE1975 /* MallocImpl.cpp */, - F78661868D7093AAE0E7699ED8543A26 /* ScopeGuard.cpp */, - B39F9A3CEB4B186E40589A4D931C1257 /* SpookyHashV2.cpp */, - EF619BC2828EDB1BF708DA758672C714 /* String.cpp */, - 4F91ECBE594003E7FF24A57760F8A5A1 /* Unicode.cpp */, - 911851AEB4CDAC5A0971712FB8011504 /* Support Files */, + 95D858BFDF2F99A6F3D810DEAD6A9300 /* Firebase.xcconfig */, ); - name = Folly; - path = Folly; + name = "Support Files"; + path = "../Target Support Files/Firebase"; sourceTree = ""; }; - 1345AFF1F4C0CA8ED2C23A235F6780EC /* react-native-background-timer */ = { + 132E7188EFE6AA2EF66D9BFB818FF427 /* Support Files */ = { isa = PBXGroup; children = ( - 376740740C6013934C2D2C4C3466D613 /* RNBackgroundTimer.h */, - 6BCD000B084C33F07D1018B68BE07612 /* RNBackgroundTimer.m */, - BF55371D6600C203FEF423F582C66CC6 /* Pod */, - 370B8238D0F2008CC2B29461937BAF11 /* Support Files */, + C8ADDD3DE5B9D58ABDF6D510A502F85F /* libwebp.xcconfig */, + 567FF870D1397FAA1691FB0CD6CB3562 /* libwebp-dummy.m */, + BE65063F801DD1E37BBFCF89EB4B25A3 /* libwebp-prefix.pch */, ); - name = "react-native-background-timer"; - path = "../../node_modules/react-native-background-timer"; + name = "Support Files"; + path = "../Target Support Files/libwebp"; sourceTree = ""; }; - 1387BFB021C64252E6E537C552856E1B /* DevSupport */ = { + 1391458B1AB89B757A3ACB2EC78CABDD /* Reporting */ = { isa = PBXGroup; children = ( - 98CF7280E4494CAFA41EF5681F1A3339 /* DevSupport */, - A1674D3F4F6BC671A6FA8F673FB3BE2D /* Inspector */, + 29C71E47CB5B19EF7A7B68AB270021C4 /* Filters */, ); - name = DevSupport; + name = Reporting; + path = Reporting; sourceTree = ""; }; - 13A7D3A1F20DD6ADF23B6366AF6A9E7E /* Support Files */ = { + 1506569288EAA9784AECA68608777DEF /* Support Files */ = { isa = PBXGroup; children = ( - A0AF93F94473153B8813B220D962287C /* GoogleDataTransportCCTSupport.xcconfig */, - ABDE0D11DD6F3416807CF8C7D0C38947 /* GoogleDataTransportCCTSupport-dummy.m */, + 6E6B0505508C8CF75EF9825686A24B8C /* EXConstants.xcconfig */, + DEEC3D9F2E40D15DA7BD5D4C0CDA7487 /* EXConstants-dummy.m */, + 54EEA75BABB0472447C17F94D9E6F567 /* EXConstants-prefix.pch */, ); name = "Support Files"; - path = "../Target Support Files/GoogleDataTransportCCTSupport"; + path = "../../../ios/Pods/Target Support Files/EXConstants"; sourceTree = ""; }; - 1565FF3FFB161166D0D1969FF11A97E7 /* Support Files */ = { + 1541D1B3DB1EA92F27A54682420584E1 /* React-Core */ = { isa = PBXGroup; children = ( - BC2915576A0C1BA9AB1ABAE05C43FDB9 /* react-native-keyboard-tracking-view.xcconfig */, - E8C68042DB3F0FF4772CE1743129A0E9 /* react-native-keyboard-tracking-view-dummy.m */, - 65BD7C4E16758AE2981FC9770DFD296A /* react-native-keyboard-tracking-view-prefix.pch */, + 6B04B07500CF431552E02B82CAE60119 /* CoreModulesHeaders */, + 44C60FD861FC0FD4DD5EC9A499579DE0 /* Default */, + C479A163E6F60AD0952EFACA20AFD029 /* DevSupport */, + 23D7B60D9F5879B5E00BE1A00D4B4DB5 /* Pod */, + 98B7054A4DB2D5035F5CDF03BAE21326 /* RCTActionSheetHeaders */, + C3F9A737E2DCEF0336D9F731C647C48C /* RCTAnimationHeaders */, + 71710E1742D0D95D105BF4AB3B16747F /* RCTBlobHeaders */, + 5A22B1D59EDD8539B5273B612AF432DC /* RCTImageHeaders */, + 582368CADAB951BC63835D9D7C69000C /* RCTLinkingHeaders */, + B9C5DE5E01C8A1A614DB00AF1C558EF8 /* RCTNetworkHeaders */, + 8E2C5AA9D033DD35588088E468FA2CD8 /* RCTSettingsHeaders */, + A01A72142E2AB987EA773A1F8A404783 /* RCTTextHeaders */, + 6FD1FFB329CBE6C4D0CFD15A96B4A5DC /* RCTVibrationHeaders */, + 82BCA702BE7A3CB8D865989E6100DD8F /* RCTWebSocket */, + D3EA17DE2C5FB41C16F2158CC4CECD3C /* Support Files */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-keyboard-tracking-view"; + name = "React-Core"; + path = "../../node_modules/react-native"; sourceTree = ""; }; - 15B2DEF5B543177A1F8E88577920856F /* Support Files */ = { + 1571351D44DDA44B0522DAC3CC174204 /* GoogleUtilities */ = { isa = PBXGroup; children = ( - C646A9FB4E78FDB1E50D7C27884604F6 /* React-RCTSettings.xcconfig */, - 53C9A2C595D11A7BC2AFB1EE1696D0AF /* React-RCTSettings-dummy.m */, - 6B10BC4DC623E7E8F9B359853A4BAB5F /* React-RCTSettings-prefix.pch */, + 730DB5449723E314904FA26F91779A89 /* AppDelegateSwizzler */, + E53C9CC3497634A2C855D1ADC4914341 /* Environment */, + 9550F5053A5585C399A2BED6D5F485D9 /* Logger */, + 0F4E635626BD309E3427F0A7AFCF9061 /* MethodSwizzler */, + 176A13F1785BE8ED053845E30FE0CF72 /* Network */, + 52F43ECD26A7C91B93A004BAF6FAA80B /* NSData+zlib */, + 08FA3881FD30F9B416808AAD7D1A8671 /* Reachability */, + 5900543A95485F383AA39FFDC83A331D /* Support Files */, + 3FFCE7BE739742CA2D2F988E9E825982 /* UserDefaults */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTSettings"; + name = GoogleUtilities; + path = GoogleUtilities; sourceTree = ""; }; - 175C857D3741FD5352E39216C56CB3A5 /* Support Files */ = { + 157918AAB22696ED0C9AA24EF4ACE758 /* Interfaces */ = { isa = PBXGroup; children = ( - F6EFF8D40AB1DD11CFF5D26E984CE458 /* React-jsi.xcconfig */, - EA3F07E414F12BEEC927B8DEB2052DC5 /* React-jsi-dummy.m */, - E23E8EE20821D6CB2F8D9852709FD652 /* React-jsi-prefix.pch */, + C2611120AF9BC964206E3F47E1F91CBC /* EXAppLoaderInterface.h */, + 5C01F4B19B6A1A3774F2B63B6832C793 /* EXAppRecordInterface.h */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-jsi"; + name = Interfaces; + path = EXAppLoaderProvider/Interfaces; sourceTree = ""; }; - 17C699CBEAC3958A3C560C22C7DCA54C /* RCTWebSocket */ = { + 1600E2C52A67D7AE904F4470B2042567 /* rn-extensions-share */ = { isa = PBXGroup; children = ( - 648F4671C090AF0D1BB856C9CE47D844 /* RCTReconnectingWebSocket.h */, - E1251CBDE8860561DD5910E8E656DC58 /* RCTReconnectingWebSocket.m */, - 5844A0FE7DDB69BB590C06537E33F6EA /* RCTSRWebSocket.h */, - 46F785FC6BE4C93C4428F3E878972C93 /* RCTSRWebSocket.m */, - 1A8F64966084460A5F87B3069F60A62E /* RCTWebSocketExecutor.h */, - 0F66BBE1A07E636260773B518C925E0D /* RCTWebSocketExecutor.m */, - 6514065C7013F4129CDF0D2B80B8F9AB /* RCTWebSocketModule.h */, - 3A3145839A7C510D17ACA9EB17A508F5 /* RCTWebSocketModule.m */, + B476C336F3457258FE5885E0F7FE3132 /* ReactNativeShareExtension.h */, + CE9D4FF02B9F1E69EF139CEED6C5798E /* ReactNativeShareExtension.m */, + 213378F140B2F2603D3B47AC5A294FAC /* Pod */, + F3BE0150FBD78FFE7569D4C7EC9595E0 /* Support Files */, ); - name = RCTWebSocket; + name = "rn-extensions-share"; + path = "../../node_modules/rn-extensions-share"; sourceTree = ""; }; - 19D611FF406673133EA9F0113EE7DBD6 /* Pod */ = { + 16F1B231E34648744E10298084E6B312 /* UMModuleRegistry */ = { isa = PBXGroup; children = ( - 30AED7ACF82DEE049531C434F92D25C5 /* UMFileSystemInterface.podspec */, + CB9367A1D1DDF5E7789E9E0C94700A5F /* UMModuleRegistry.h */, + 19B2B0E4488645CBAA1205FA83BD9FD9 /* UMModuleRegistry.m */, + 2919DFFA117989C2D9E741D42C74A2FB /* UMModuleRegistryDelegate.h */, ); - name = Pod; + name = UMModuleRegistry; + path = UMCore/UMModuleRegistry; sourceTree = ""; }; - 1A183DF90F8968A6415EDFD6968CAC15 /* Singleline */ = { + 176A13F1785BE8ED053845E30FE0CF72 /* Network */ = { isa = PBXGroup; children = ( - 11F288A2F95BEE9530487875BA76B166 /* RCTSinglelineTextInputView.h */, - 3F018339FAC701606A5962892446917A /* RCTSinglelineTextInputViewManager.h */, - E874AF59A998B487AD511A1ABB25F5CD /* RCTUITextField.h */, + 095C3A99BAD601DEF79FEC7E58053AA8 /* GULMutableDictionary.h */, + 69A4DE0309583DD90D1046C5499B1BF4 /* GULMutableDictionary.m */, + FF93806C208335D001155DDC1F559DB7 /* GULNetwork.h */, + 31D6386A910752DB6206410DE1299650 /* GULNetwork.m */, + 7F5540001EC3C541DE53A5E0C4D860B9 /* GULNetworkConstants.h */, + 2B591EBDB62B59175625167A78E88D03 /* GULNetworkConstants.m */, + EA8733A840E5BF5CB7160E71BC70F136 /* GULNetworkLoggerProtocol.h */, + D6DD593F04D58A5F3553692C25B27A02 /* GULNetworkMessageCode.h */, + A90EEA3E24B6338A093526F3631E6B57 /* GULNetworkURLSession.h */, + 00EF713613E649AF69AC589CAB985955 /* GULNetworkURLSession.m */, ); - name = Singleline; - path = Singleline; + name = Network; sourceTree = ""; }; - 1AC391F95EAF3581F64D371FE3F0623E /* Support Files */ = { + 184F5111741E966BD8AEBF3DABD38B88 /* Pod */ = { isa = PBXGroup; children = ( - FC2F8EF0A5032A111203FD17C902387C /* react-native-webview.xcconfig */, - 507A9CD62E7E0ED77FD87123F8BC1D17 /* react-native-webview-dummy.m */, - B589CF8A4CA0E0841D1FD44EF1AD7E1C /* react-native-webview-prefix.pch */, + F21A3814E09F687582D96E2C26D18C8E /* UMCore.podspec */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-webview"; + name = Pod; sourceTree = ""; }; - 1CC389EBE4E012955990EACCF11CCE8D /* Brushes */ = { + 192CBC4E5CF53D44E0A84816757D6725 /* Core */ = { isa = PBXGroup; children = ( - 5E0BF09D18B02F76DE168725649B8919 /* ARTBrush.h */, - C09769B889D585B25123ADBD7A7CD6C9 /* ARTBrush.m */, - B16AC2EF6A398FE442911F0117580557 /* ARTLinearGradient.h */, - 6B1D65FF8C4B396FD5C38A82326B57A0 /* ARTLinearGradient.m */, - C59C9E1ED777E8840EFAEF83A2136E4A /* ARTPattern.h */, - 5FC1188133E34002FE926B814FFD4F7F /* ARTPattern.m */, - 95B2FDF15E958BD550514629ED12FCE9 /* ARTRadialGradient.h */, - E3A1098EBCDE3BCA305B2C3532435A27 /* ARTRadialGradient.m */, - AF36BA173DAC16B6752560DA6C589D13 /* ARTSolidColor.h */, - DFDD14B06EEEF1C2F67D4ADE74A7BE4A /* ARTSolidColor.m */, ); - name = Brushes; - path = ios/Brushes; + name = Core; sourceTree = ""; }; - 1D3B57788AFC65D4DABA71C326E7F548 /* admob */ = { + 19805F957BEAAD5C6068B07CB3A15AC8 /* Pod */ = { isa = PBXGroup; children = ( - 8F55EF5B86D639922930718542CD41AC /* BannerComponent.h */, - 66DCF78FF29B5034CB35462DE59C9CB0 /* BannerComponent.m */, - 8E0EA0031DB63EAE15AB38336CF8E726 /* NativeExpressComponent.h */, - 1BD3D1EC454A8DA7AEB60766C0E7F1B4 /* NativeExpressComponent.m */, - 44345A5B0F688A2B03E86405E05735BE /* RNFirebaseAdMob.h */, - 5AEC7F1532B4BC10C183F52ACE1F3907 /* RNFirebaseAdMob.m */, - D1D2A18A4AF68367EA0B222A3D3A22F1 /* RNFirebaseAdMobBannerManager.h */, - 24B8954C5F7F99D4660C00ED53B77E76 /* RNFirebaseAdMobBannerManager.m */, - 87591D61CE8EE2554C0B0C4C99897D80 /* RNFirebaseAdMobInterstitial.h */, - 1E90A14D44CEB57B6ABF3628DC14710B /* RNFirebaseAdMobInterstitial.m */, - 2CE5196E94E77DA2B23DCF8C1156CF42 /* RNFirebaseAdMobNativeExpressManager.h */, - 5DE7923A6161B4C4C94F7B2C0CF2CC08 /* RNFirebaseAdMobNativeExpressManager.m */, - 9E43FCF6C6A2394803163BC0789288D0 /* RNFirebaseAdMobRewardedVideo.h */, - 103E48DFA639CB74C0270DA4E87BB247 /* RNFirebaseAdMobRewardedVideo.m */, + 4B3C55887BB13263D09E361B415DB333 /* RCTRequired.podspec */, ); - name = admob; - path = RNFirebase/admob; + name = Pod; sourceTree = ""; }; - 1D4C40B8D64E60B2A75CC08398D3CA56 /* Recording */ = { - isa = PBXGroup; - children = ( - 02E28655F303FA4B266C3EDB931D825D /* BSG_KSCrash.h */, - 1C19B21CADA200A8C334B4482955DCA3 /* BSG_KSCrash.m */, - 1E1C61BC4A38893880B9443CDABB5F51 /* BSG_KSCrashAdvanced.h */, - C05ED0BE917D2560B973609670716D5D /* BSG_KSCrashC.c */, - EF827E5BE305584E155D5F6427A03DD4 /* BSG_KSCrashC.h */, - 6C9604764AC46717956C55B4C07944C7 /* BSG_KSCrashContext.h */, - 3C2874550A34A16EB9474246542FFF9F /* BSG_KSCrashDoctor.h */, - 732070CB6A352AFA965CC4A88B14B1DB /* BSG_KSCrashDoctor.m */, - 0DF2A0FFF5E8791669F3D2E2AF773864 /* BSG_KSCrashIdentifier.h */, - B82A60DD9D4A8E559A3929AF8AF67DD6 /* BSG_KSCrashIdentifier.m */, - D95B2ED247431D79446B64AB419EF7B0 /* BSG_KSCrashReport.c */, - 695AB336C2AF9A4D004B31D52CC2770D /* BSG_KSCrashReport.h */, - F2BFC25A5AB80C1FC674DF0F818E9D45 /* BSG_KSCrashReportFields.h */, - 0C9A106AB57C72DF38208610D5C94CD8 /* BSG_KSCrashReportStore.h */, - 87414B7294F403853DE2368350B6C33A /* BSG_KSCrashReportStore.m */, - C86EDF595F0DFBB297228797E700FBDA /* BSG_KSCrashReportVersion.h */, - 83622DB02DF72F4E2CBC80DB010A403B /* BSG_KSCrashState.h */, - C339D64850A3FAD95E6665BB768F81EF /* BSG_KSCrashState.m */, - 9A16AF3236906B4F2140C62728D33102 /* BSG_KSCrashType.c */, - DE36B5CAA7CDA5BBF4B669040872C2AE /* BSG_KSCrashType.h */, - 32D14305860319B697AE0AB00F39CD1C /* BSG_KSSystemCapabilities.h */, - 16F66B4A890D41455A4C7CB754BFFF2E /* BSG_KSSystemInfo.h */, - B638103507F939F356DBCC7610FC8D00 /* BSG_KSSystemInfo.m */, - 669A06DF73F139E4DFC6BDFFAFF8E73D /* BSG_KSSystemInfoC.h */, - 7652E9FD9DD10CD4C234DDFF9BFE15B6 /* Sentry */, - 412047B0003E17A8E6FBC1E6C1028B13 /* Tools */, + 1A56ACC7B96EDE314F8596ECFF7A8EB2 /* CxxModule */ = { + isa = PBXGroup; + children = ( + B9A49C65DA0B4CDCEB3AF8F86EA15A81 /* DispatchMessageQueueThread.h */, + CA9741E151BA40B8E4E4D9F2C2D48A97 /* RCTCxxMethod.h */, + 044BD12F427599BBE8E662876B3B0E62 /* RCTCxxMethod.mm */, + 98E483D55FB2AEBC8ED11136875AEB2F /* RCTCxxModule.h */, + F3D4D637150DC931587C9C81C3B6E693 /* RCTCxxModule.mm */, + F02EAAEEF7B345DE2117CAAE39DB7E6D /* RCTCxxUtils.h */, + 20C12E6286482A074CE08F5EFAD1A07C /* RCTCxxUtils.mm */, + 43EE7C13715C24845916FB3DB7EF7B1A /* RCTNativeModule.h */, + 5E05FEA913695F2BCA3940A68272DAE9 /* RCTNativeModule.mm */, ); - name = Recording; - path = Recording; + name = CxxModule; + path = React/CxxModule; sourceTree = ""; }; - 1D59D592779177050908051703591889 /* RNReanimated */ = { + 1A9A8F7748BD4A4ECA30D287F5D5F67F /* JitsiMeetSDK */ = { isa = PBXGroup; children = ( - DCEDB36BB4A678BBD50E71562039CDBE /* REAModule.h */, - 1D880D717ECAB3E16052C95823822D76 /* REAModule.m */, - C482E985D026AAF2698642ED5EA8B7C3 /* REANodesManager.h */, - 2C7065778189B42A77ADA63EFF8CC2B1 /* REANodesManager.m */, - A72AA6C8BD5B8102B102E7BC86812871 /* Nodes */, - 3A05816F2B15E936A9EA1F2D78B72037 /* Pod */, - 4C30909A270A0E8FE7F9EB8E8B7FC249 /* Support Files */, - FF8878B85553517DCAA39B6F1C94141D /* Transitioning */, + F74417EBA7079E353532E43164085A3C /* Frameworks */, + 5BD2FD9E5F338A311C76828869F32E72 /* Support Files */, ); - name = RNReanimated; - path = "../../node_modules/react-native-reanimated"; + name = JitsiMeetSDK; + path = JitsiMeetSDK; sourceTree = ""; }; - 1D893DB28FE45FB52801579F474BB6E5 /* Support Files */ = { + 1B178D3F3A5A6980FD185EC8644991E4 /* KSCrash */ = { isa = PBXGroup; children = ( - 21DB74929AB9303816B8288C85975A3D /* UMConstantsInterface.xcconfig */, + 7FF3371C992E87AF4EBA2BD2DA749440 /* Source */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMConstantsInterface"; + name = KSCrash; + path = KSCrash; sourceTree = ""; }; - 1DCEA5FB8800BDBA5DB2BF8A479D06AE /* Support Files */ = { + 1C63510E240A9124C723788CB2DA0813 /* Pod */ = { isa = PBXGroup; children = ( - B8C04276F01C796BDAAC327EF3EC3586 /* RCTTypeSafety.xcconfig */, - 71269513F2EE21B080F22743962183F8 /* RCTTypeSafety-dummy.m */, - 113F8D728C39AF9A1A219113EB270B74 /* RCTTypeSafety-prefix.pch */, + B175AA7F1D156BA40EE5836DCAB2223A /* RNFirebase.podspec */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/RCTTypeSafety"; + name = Pod; sourceTree = ""; }; - 2013724E0E6E6420717AA8B980144EC2 /* UMConstantsInterface */ = { + 1C993B9F03DEA570E666CA88E462252A /* Frameworks */ = { isa = PBXGroup; children = ( - B0DE3DB10E66A087A0BEA31493A76984 /* UMConstantsInterface.h */, - B58072F068CC63AF295DA67E346E727C /* Pod */, - 1D893DB28FE45FB52801579F474BB6E5 /* Support Files */, + 4285516BB63AD69A2F0BEDB2C5506374 /* GoogleAppMeasurement.framework */, ); - name = UMConstantsInterface; - path = "../../node_modules/unimodules-constants-interface/ios"; + name = Frameworks; sourceTree = ""; }; - 201B97778ABA3794B02410228F7C3325 /* FBLazyVector */ = { + 1CEBAA3EDE00919363871F6F6611D2F8 /* Drivers */ = { isa = PBXGroup; children = ( - 3E3345229877684D02F9ADE91F7C69EE /* FBLazyIterator.h */, - 98F70FE731524BBE1DE9DC85D553BFB2 /* FBLazyVector.h */, - 327710842D5BB9876621025DAC1028CF /* Pod */, - 415B485AAD08B3E290A29CEB75D9AF6C /* Support Files */, + 1471E2A418417AC26B11432CDCD16371 /* RCTDecayAnimation.m */, + 6A50A2C3C989CC92D5AF7F8E1A132F72 /* RCTEventAnimation.m */, + E9E4DE789DAC5D2AB6D882B5808F6DE9 /* RCTFrameAnimation.m */, + 466981B0F2B17C3B1AA31B8F0306798B /* RCTSpringAnimation.m */, ); - name = FBLazyVector; - path = "../../node_modules/react-native/Libraries/FBLazyVector"; + name = Drivers; + path = Drivers; sourceTree = ""; }; - 20B66AA56B38AD1598E3893F6076A2AC /* links */ = { + 1D8CEDD2357C540D7076346BEF992C9F /* Pod */ = { isa = PBXGroup; children = ( - 31A052B3F4E860BC4D0F45D81EDEEA7F /* RNFirebaseLinks.h */, - 0B302054ACE74FCBA4C902A5DCE51802 /* RNFirebaseLinks.m */, + 65CE336659A1B0D9B45442103AAED38E /* UMCameraInterface.podspec */, ); - name = links; - path = RNFirebase/links; + name = Pod; sourceTree = ""; }; - 221A251D892A82CE8567B4BF591BD41A /* Reporting */ = { + 1E45DC5A41082BCCB797403784E8D65A /* Support Files */ = { isa = PBXGroup; children = ( - 02AFC76D1AB6A482EF941AC1476060CB /* Filters */, + A585D00A6F08EC44BADDCC044335DDDD /* UMImageLoaderInterface.xcconfig */, ); - name = Reporting; - path = Reporting; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMImageLoaderInterface"; sourceTree = ""; }; - 235A11A2CA90024CA10D2CAF1CDECF3C /* jsi */ = { + 1EB257402ECDD0D24E24E70F174B2DBA /* Support Files */ = { isa = PBXGroup; children = ( - E782B7E2D156D244D0167F1C739ADB06 /* decorator.h */, - 1131E24E1B1C97E521A1757B2D4658EF /* instrumentation.h */, - 0687BC2E5764737D16960DF0D62AFAEC /* jsi.cpp */, - A004E8F9689F31C828C350275623F6E3 /* jsi.h */, - 9724C58E6FD7F12E0B1E7BA188AEC6FB /* jsi-inl.h */, - 03ED1D7063D6A4F5E65CBC1E0BB1B9D4 /* JSIDynamic.cpp */, - BCA011A7740C57FD503381B6B46B4BF4 /* JSIDynamic.h */, - 2B5F68049BBDF35F02DD601208D15093 /* jsilib.h */, - 8981B742FE7F8B1009CBC18E4F1F1E40 /* jsilib-posix.cpp */, - CF430C02D4BA0FEF3E12AD4A03135469 /* jsilib-windows.cpp */, - EB0BB67D4886636444133D59D9DC41DD /* threadsafe.h */, + DA27D82F20D6A185B593444261C58617 /* React-RCTLinking.xcconfig */, + B3449DCEB6A78DADC97D79F2ADF6AF0C /* React-RCTLinking-dummy.m */, + A6BC29B4BC235B3DD0A69D3481D08993 /* React-RCTLinking-prefix.pch */, ); - name = jsi; - path = jsi; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTLinking"; sourceTree = ""; }; - 25090587E4D53F6C76AE7B33CF4AC0DC /* Support Files */ = { + 1FB3C0DD5F27DE23E1C6E367ED4A5AAB /* Support Files */ = { isa = PBXGroup; children = ( - 269C1382F849D90EABAC84010395D690 /* EXHaptics.xcconfig */, - 126A0865B4292828C00D20223DA85745 /* EXHaptics-dummy.m */, - CD52D5CB058CAA25775914E3F13A69C4 /* EXHaptics-prefix.pch */, + 7C9DE44693E482B5752DD2CE36304E71 /* react-native-appearance.xcconfig */, + 17F6851DC28623E575D7C76BF479E719 /* react-native-appearance-dummy.m */, + B5562B8CCC14A247872C2B827C4157E3 /* react-native-appearance-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXHaptics"; + path = "../../ios/Pods/Target Support Files/react-native-appearance"; sourceTree = ""; }; - 250BCAC422E5AB571F59368A503019F0 /* Nodes */ = { + 206654DFB03CCFDEF326D080EE2D09AD /* admob */ = { isa = PBXGroup; children = ( - 00A34303E9F2D4DAAC1B6C0F8854425C /* RCTAdditionAnimatedNode.h */, - 76E4E2C00B4F6D7E17BCF98CC704F1AB /* RCTAnimatedNode.h */, - FBFEED4D82C8991A37F40A7C3461350C /* RCTDiffClampAnimatedNode.h */, - E8F371D523F9A452748AF5E179E761F1 /* RCTDivisionAnimatedNode.h */, - 2518AAE93C0C1EB79ECBCC2856756BB0 /* RCTInterpolationAnimatedNode.h */, - CB287C066F73F9B18A6E3A23738A1688 /* RCTModuloAnimatedNode.h */, - FB5A8D379035626234A5177F4D7974FD /* RCTMultiplicationAnimatedNode.h */, - 8F77CB90507B4A27C139F072806CE24F /* RCTPropsAnimatedNode.h */, - B7FB8BCFFA6BD697301D1807A77F7D98 /* RCTStyleAnimatedNode.h */, - E16F9DAEB7D05D8C1FC64E291DBE83C0 /* RCTSubtractionAnimatedNode.h */, - 7E74EDA1EAA0BC929D6C3AF0AD6CAE80 /* RCTTrackingAnimatedNode.h */, - D37439C0115B06DC3CDE761AC6F99344 /* RCTTransformAnimatedNode.h */, - 339068EC3B3B2396B833B00F1919EC58 /* RCTValueAnimatedNode.h */, + 5D3129CD842094158C6171DB963DE8C2 /* BannerComponent.h */, + 41117C91F10139C28634BBC4671C93AB /* BannerComponent.m */, + ECA51AA814F79E0F98AD9D0B888A5DC0 /* NativeExpressComponent.h */, + DF6768535B8CB61B9497D7BBBA40AA61 /* NativeExpressComponent.m */, + 90030DCE8DC7A2BACCABC66A85C65CE0 /* RNFirebaseAdMob.h */, + 5DC9D1C270941A5E3230DED269BC7D5C /* RNFirebaseAdMob.m */, + 49A5C8ECB83FF0304DCCF72970E2ED09 /* RNFirebaseAdMobBannerManager.h */, + AC299F3EA25843A6BDBB01C56412A6DE /* RNFirebaseAdMobBannerManager.m */, + 7289EBA43CE61C39F11A9834DC343282 /* RNFirebaseAdMobInterstitial.h */, + D9889D226D2264511A5C8C617B3E3CC3 /* RNFirebaseAdMobInterstitial.m */, + B4D69FC46A221AD8AE24A593B9B8D3CB /* RNFirebaseAdMobNativeExpressManager.h */, + DD7EA3F448F269ECB4D8A2DA730F685A /* RNFirebaseAdMobNativeExpressManager.m */, + E0B1E61C8897F35C71329E692391DC89 /* RNFirebaseAdMobRewardedVideo.h */, + 276F0467ADC55652D42C9B8EDF691B7F /* RNFirebaseAdMobRewardedVideo.m */, ); - name = Nodes; - path = Libraries/NativeAnimation/Nodes; + name = admob; + path = RNFirebase/admob; sourceTree = ""; }; - 254E06A8DF5E08723326641FE2920DB9 /* RCTTypeSafety */ = { + 208378A2DDEA24BC8304F54E6C2C976F /* React-RCTVibration */ = { isa = PBXGroup; children = ( - 231C36653E87C0CDFBD0C1E1218DEC2E /* RCTConvertHelpers.h */, - 9A28B5D073990FAAF8A12A5EE68E5743 /* RCTConvertHelpers.mm */, - D497300E6E298D9DADF8C01E08ED82D7 /* RCTTypedModuleConstants.h */, - D35E004EB2154009985579EF4FF8557B /* RCTTypedModuleConstants.mm */, - 9D6870ACE4D4852F176F79608D33507D /* Pod */, - 1DCEA5FB8800BDBA5DB2BF8A479D06AE /* Support Files */, + 87C57C3DE95B81808FD91387F9D57573 /* RCTVibration.m */, + 284E25AE64828E7B18D34107E7DB41E6 /* Pod */, + 33BB50212B59ABE7BB0636C583CE24AF /* Support Files */, ); - name = RCTTypeSafety; - path = "../../node_modules/react-native/Libraries/TypeSafety"; + name = "React-RCTVibration"; + path = "../../node_modules/react-native/Libraries/Vibration"; sourceTree = ""; }; - 2685E795ECCAC2E5E1044675154105E1 /* Support Files */ = { + 2098E5B060FB3A3EECC09E9682750B62 /* TextInput */ = { isa = PBXGroup; children = ( - 3121AD61FA1D3134C50CF35E624BED12 /* React-RCTText.xcconfig */, - D436F31DE7391A6130777FA30E9A7DBF /* React-RCTText-dummy.m */, - 05108E6EE6BE510CE269913F8F91F4DD /* React-RCTText-prefix.pch */, + 020C902A4C9051EDD49E7F5C0A448148 /* RCTBackedTextInputDelegateAdapter.m */, + 6497159F3C2792A83DA23AB246A07150 /* RCTBaseTextInputShadowView.m */, + C96E41E77A36921F24F68BFB2F0C3D54 /* RCTBaseTextInputView.m */, + BDB2777A153A440E591DDB62FFD6226B /* RCTBaseTextInputViewManager.m */, + 41564D8B06983A5341533D5BA4D59D16 /* RCTInputAccessoryShadowView.m */, + 02D0DC8F9713A3D0EEAF9E51D2A7C23B /* RCTInputAccessoryView.m */, + CEA71924A53FA83777C47FB39771A3AE /* RCTInputAccessoryViewContent.m */, + FD1D6D3BB71EB2CB31EFDC5BA4267748 /* RCTInputAccessoryViewManager.m */, + F0768952D4F18BC4C51E4263BEFCE3AD /* RCTTextSelection.m */, + 7B3778A382163C9CD37AF272867513CD /* Multiline */, + B52F431B8F7A0E565F6CFEDB304AB086 /* Singleline */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTText"; + name = TextInput; + path = TextInput; sourceTree = ""; }; - 27EA7AFC73E21A61DB059BDEC73BDA80 /* EXConstants */ = { + 213378F140B2F2603D3B47AC5A294FAC /* Pod */ = { isa = PBXGroup; children = ( - E25729254AAC6A69173C349D7E0D6E86 /* EXConstants.h */, - B4129F213C0A47C50637C40270C3EEC6 /* EXConstants.m */, - 6F6A572FD916C3EFBE86003DC40EC8CB /* EXConstantsService.h */, - EFB3D19F47C6D6017E8ED64B981D9A76 /* EXConstantsService.m */, - 71EC560FF5155A62C3B9D001C16640FD /* Pod */, - 3B266CB770BCBFA81409D1219950724D /* Support Files */, + 2DDAFCDFD09E406972EDA91F0BFA2077 /* LICENSE */, + DEDF8708450018EC34EC9654FF175948 /* README.md */, + 146B9B9E6F19BF6A4C177FA9EE52FA03 /* rn-extensions-share.podspec */, ); - name = EXConstants; - path = "../../node_modules/expo-constants/ios"; + name = Pod; sourceTree = ""; }; - 28BF32C139DF04884CD90ACDFCD5549F /* VirtualText */ = { + 215F22565843CB30C76C33F6CA2789FD /* FirebaseCoreDiagnosticsInterop */ = { isa = PBXGroup; children = ( - 70D5D988EA411B4A762A3CA9886ECB68 /* RCTVirtualTextShadowView.m */, - 245FEA8FEA77979C1D2F585404534DDE /* RCTVirtualTextViewManager.m */, + 4A101D6AA53CF88031BB16C9B3E7F9D6 /* FIRCoreDiagnosticsData.h */, + 349D2D31BB70D54765B7F471065C958E /* FIRCoreDiagnosticsInterop.h */, + 64262144F4E5F4033E4F0A0B9609FED0 /* Support Files */, ); - name = VirtualText; - path = VirtualText; + name = FirebaseCoreDiagnosticsInterop; + path = FirebaseCoreDiagnosticsInterop; sourceTree = ""; }; - 2917A1F1577820FC43DB67455A33C871 /* FirebaseAnalytics */ = { + 21F8C167E4147074DC7394434512659F /* React-RCTLinking */ = { isa = PBXGroup; children = ( - B7057D6CE0D647CEDD40A76A52A901E6 /* Frameworks */, - FF0C5CF07A36217F63F00F78A8A89782 /* Support Files */, + 5D69B7ABE2DBC0A78DC962D27E4EDF17 /* RCTLinkingManager.m */, + 88280434FC80FEC8CCB1B46B4ED96389 /* Pod */, + 1EB257402ECDD0D24E24E70F174B2DBA /* Support Files */, ); - name = FirebaseAnalytics; - path = FirebaseAnalytics; + name = "React-RCTLinking"; + path = "../../node_modules/react-native/Libraries/LinkingIOS"; sourceTree = ""; }; - 29D3B2394D24DE8B6272F728F50A5633 /* Support Files */ = { + 221C064D25676DB553177E6C33D4DA6E /* ReactCommon */ = { isa = PBXGroup; children = ( - D9F7CC56299F47549B3A2A7A1C365F7E /* React-RCTNetwork.xcconfig */, - 70EADC0A08F79C918C0BAF66E7927788 /* React-RCTNetwork-dummy.m */, - 50B18DBD81F97A760F9FBCEDF9608700 /* React-RCTNetwork-prefix.pch */, + 41C0ECAFC84D75F2691A1D8E63D34FA3 /* jscallinvoker */, + A4231A5E0AB99A7ABAD58D6B6B1F617D /* Support Files */, + B0DD81621B0BD2C649696BBF75236FEE /* turbomodule */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTNetwork"; + name = ReactCommon; + path = "../../node_modules/react-native/ReactCommon"; sourceTree = ""; }; - 2AD7F91BB2AD3BFD021E878CF8C6BA2F /* Support Files */ = { - isa = PBXGroup; - children = ( - 2F7BF5F2708FFF6188752E6CD2822D4F /* react-native-jitsi-meet.xcconfig */, - DE4410FDD298C6F13D3C7BE207BDB250 /* react-native-jitsi-meet-dummy.m */, - FF120B0B207A705908FD59694157169C /* react-native-jitsi-meet-prefix.pch */, + 22878C41547D05A39E1BF2ACF019D20D /* RNFirebase */ = { + isa = PBXGroup; + children = ( + CA770D6C8EC9D18D035B8DD3A4669190 /* RNFirebase.h */, + 39FB342F2915CE4D0C45B748FB848277 /* RNFirebase.m */, + 6F76D69EB4D0BCF989F0EBEC6EC9B52D /* RNFirebaseEvents.h */, + D535CA1085AD8AF6A3992692BB8C5C9D /* RNFirebaseUtil.h */, + 806C5343C0317E08A089C45067953B61 /* RNFirebaseUtil.m */, + 206654DFB03CCFDEF326D080EE2D09AD /* admob */, + E89983AD81E9A664B03FBC332E269D08 /* analytics */, + D1AC7109775817988C64F33B368F286A /* auth */, + E461113388F11EC3D586194A92361BB0 /* config */, + 96EB065CC28163B4EF99B1E9E5DB8DD5 /* converters */, + EC63520602EA1EAE02153A86F1ECEE32 /* database */, + B12B31D10C3CE740D44048624586167E /* fabric */, + 115FCEA68CD1DB0E2FD60571E89BA51A /* firestore */, + D6E7E819FBE25F0577A61D9E5FDC6EE6 /* functions */, + 7A95556F6BC0F4A8945CC09894E13D1D /* instanceid */, + D8F1C0F480F9757959AD5FA49FB837AE /* links */, + 4A81F1E2661798AFE8814C357CD281EF /* messaging */, + 0D24E11254CD1F0341AF6B1D667DEBC5 /* notifications */, + 6315F889EC93AA1D3D55C665DF9A784C /* perf */, + 1C63510E240A9124C723788CB2DA0813 /* Pod */, + 50CEB0C98FD167F49F670574D4F80155 /* storage */, + CC18EE7C30BAED13297CCFDA783EFE0C /* Support Files */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-jitsi-meet"; + name = RNFirebase; + path = "../../node_modules/react-native-firebase/ios"; sourceTree = ""; }; - 2AE88AB61F395C6FA741286E600FCBC5 /* react-native-slider */ = { - isa = PBXGroup; - children = ( - 8438160077E7E0BA1F913EFBFB625985 /* RNCSlider.h */, - E7D390A69882D325C6089C3F443824DE /* RNCSlider.m */, - 1422A2545201934140615DC57265774B /* RNCSliderManager.h */, - 4BCDAFB5FEE55DC2B178EE4192F32D84 /* RNCSliderManager.m */, - E63AC5064A0F85C06C923264BD85C8D2 /* Pod */, - 0DD1B0DBE654EE80A649A1BAB1C9236E /* Support Files */, + 22CA24DED669E401F787CE35C93C7172 /* Tools */ = { + isa = PBXGroup; + children = ( + 23C4A6060F80E34DD9B50B2DFE0C9BF2 /* BSG_KSArchSpecific.h */, + B3FB53A8467ECF9DF9A7D394D04E7018 /* BSG_KSBacktrace.c */, + 3B8AEB36141E644A76869011D140597E /* BSG_KSBacktrace.h */, + FCDE91DD0E99392CD557F45E12BF7BE6 /* BSG_KSBacktrace_Private.h */, + 54A7499C46BD5BB476EF2A1E4FF6BA25 /* BSG_KSCrashCallCompletion.h */, + 4C77A66171B0F52A43427229A0D2F80F /* BSG_KSCrashCallCompletion.m */, + 80F3F35A797B25DFDE641031727EC3C8 /* BSG_KSDynamicLinker.c */, + 41B4146A68990B2CAB99DEB452A254F0 /* BSG_KSDynamicLinker.h */, + D6B0FD592EEFFD8759575ADFE9D2E87F /* BSG_KSFileUtils.c */, + C2D159A8C3C058FE1FD797FBDD068527 /* BSG_KSFileUtils.h */, + 4D7ADE2250A60420B8F1966F40B91BCF /* BSG_KSJSONCodec.c */, + 57A797186849ECFB74F87D1A6D679040 /* BSG_KSJSONCodec.h */, + 88913338ACA6DC036C7538B1CD1C9DEE /* BSG_KSJSONCodecObjC.h */, + B3E7203A22D67980F79BE1F48F851142 /* BSG_KSJSONCodecObjC.m */, + 48AC1E9CAAD52CBAE99B50BAD754F84A /* BSG_KSLogger.h */, + 89A39DE88338276E8C9480D3045D8099 /* BSG_KSLogger.m */, + A9F51DCA8E22B93E3861AA519FF984C0 /* BSG_KSMach.c */, + D4D6CCDC79B5BCFA6A83676FEB2DF2AC /* BSG_KSMach.h */, + ED8F038F0604465D39B4B862FD4EA87E /* BSG_KSMach_Arm.c */, + FFFD6560763ABFA470BF0EE6DF0E6FF7 /* BSG_KSMach_Arm64.c */, + A8C0BAEBF82B7932F04EEDB15268D083 /* BSG_KSMach_x86_32.c */, + 61BBC7554C8DDB2D24939E02DD216B6B /* BSG_KSMach_x86_64.c */, + B6B4EE72259D70A0AE81AE8ABEFBEC05 /* BSG_KSMachApple.h */, + 6B879CAC09D6F374AC38D18476522FB1 /* BSG_KSObjC.c */, + 16997355997FF89EB81DB7F1CABB6005 /* BSG_KSObjC.h */, + 833BAE32AB1B8F713242C9FE5F3E6B40 /* BSG_KSObjCApple.h */, + 7FFCBCBFD75ACC4049F27845EE8AA91C /* BSG_KSSignalInfo.c */, + 9A35296FF3366B73A70A2FD24B7ACCE6 /* BSG_KSSignalInfo.h */, + 98EFF7FAAEC379D26BBD541DE772ABCC /* BSG_KSSingleton.h */, + 15568C3777E6B052056920480BBCA7F5 /* BSG_KSString.c */, + 02E3C8E65AD549B618E9A95B19DEE4E4 /* BSG_KSString.h */, + 6D9866C2B6D5302A3C3DD327DF644A82 /* BSG_KSSysCtl.c */, + CD508363E2FBBA6CDE5F78761320AA6B /* BSG_KSSysCtl.h */, + DC7FE029A87E01A42AA3C04688EF9568 /* BSG_RFC3339DateTool.h */, + CAFD426247162E8929B3CEA147364142 /* BSG_RFC3339DateTool.m */, + 93BB4FD17EB6DB2AD4173FC15D1041F0 /* NSError+BSG_SimpleConstructor.h */, + 64EC8F31F816629DC84D37C40236EB06 /* NSError+BSG_SimpleConstructor.m */, ); - name = "react-native-slider"; - path = "../../node_modules/@react-native-community/slider"; + name = Tools; + path = Tools; sourceTree = ""; }; - 2CD396D75A948581A553688D0ADF14B0 /* Support Files */ = { + 23A282661138822D370AF962624009F6 /* Support Files */ = { isa = PBXGroup; children = ( - F26EF841033E12B745CCB8B72B39BBF2 /* react-native-appearance.xcconfig */, - B2887512486E40A0E1D693596F2A86E0 /* react-native-appearance-dummy.m */, - 09BEA86EF8BD0CE3494D7FF0C26FC39E /* react-native-appearance-prefix.pch */, + 22B0E2535684B7CC51D81DE7C573FDC8 /* EXWebBrowser.xcconfig */, + 2E1D04848A28746CF8F086916F0FF188 /* EXWebBrowser-dummy.m */, + AAD250051D4F61814E70006F8C68D697 /* EXWebBrowser-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-appearance"; + path = "../../../ios/Pods/Target Support Files/EXWebBrowser"; sourceTree = ""; }; - 2CF6ABCAC6D42971B445C61E4FE92425 /* storage */ = { + 23D7B60D9F5879B5E00BE1A00D4B4DB5 /* Pod */ = { isa = PBXGroup; children = ( - 52AFD334AA8214D02FB38BDC3486ADFA /* RNFirebaseStorage.h */, - 612B3EEEB038E8254EC8C5DFC02C099D /* RNFirebaseStorage.m */, + 935E1DB61F0B607EB80D8CA7B779FF15 /* React-Core.podspec */, ); - name = storage; - path = RNFirebase/storage; + name = Pod; sourceTree = ""; }; - 2DEE3B899BD79034BD527CC050CE7D38 /* Video */ = { + 253171AC11D15B0E462A9ED2DC8DA788 /* UMTaskManagerInterface */ = { isa = PBXGroup; children = ( - E0E13CF52FEFC5180310B28844F8ADAB /* RCTVideo.h */, - A52A82D199C2C92060C008F7E0B8B753 /* RCTVideo.m */, - 321A319AC4EFD2FA0962E6DE2CD5831D /* RCTVideoManager.h */, - 8BE2D6F0D39E3FF22EEAEED7F3DF7962 /* RCTVideoManager.m */, - BCDA9F21BEF4DCF82631A7CFA63D6539 /* RCTVideoPlayerViewController.h */, - B629D48036C36AB276A79583DB01A8B8 /* RCTVideoPlayerViewController.m */, - F409B5295FD625EDC00BB50DF34E3B17 /* RCTVideoPlayerViewControllerDelegate.h */, - 35020FE54706BAF85A6BC347A41928C0 /* UIView+FindUIViewController.h */, - 90C5BBCE4DC80182AD9E939D1BC6803D /* UIView+FindUIViewController.m */, + 8662B627C542F23855B41BC86AF58DAD /* UMTaskConsumerInterface.h */, + F963FC8146B523E22A6EEC55E46DD6EF /* UMTaskInterface.h */, + 64AF8E771E815B62C58FBE8427581AAF /* UMTaskLaunchReason.h */, + 3DBE8B3D33D9F8CA62CB8F84B9CFD370 /* UMTaskManagerInterface.h */, + 0C4C751BF74C5C8F4EB80CB3171620D2 /* UMTaskServiceInterface.h */, + 02DA52C3DC1C970CDC3D1277CEEE8197 /* Pod */, + FFB27F4914493A168D828431D88C8F05 /* Support Files */, ); - name = Video; + name = UMTaskManagerInterface; + path = "../../node_modules/unimodules-task-manager-interface/ios"; sourceTree = ""; }; - 2F1CBFA581CF918F058D1ED156E5D027 /* RNGestureHandler */ = { - isa = PBXGroup; - children = ( - 8604DC591B297EF2F314279B0B3A08B9 /* RNGestureHandler.h */, - 46723F72F82E2478C6CEAF33A238B7F9 /* RNGestureHandler.m */, - C11E4F9CF37386947B16DBD3ECB36762 /* RNGestureHandlerButton.h */, - BF1A35C5C8159E8B3F525C3DEED88FBD /* RNGestureHandlerButton.m */, - 05B7646FBCC8E5601DFFD853BF27B6C8 /* RNGestureHandlerDirection.h */, - B3A4F1A1A2D3902A6DB1B3E967F3C62D /* RNGestureHandlerEvents.h */, - E0747BEFD270B12C90743EEAF41B980C /* RNGestureHandlerEvents.m */, - 689C4E996CF7C4FC07E1B6D536786D8C /* RNGestureHandlerManager.h */, - 7BF56261B24C4FCD0425D1FC3053C4A0 /* RNGestureHandlerManager.m */, - C0AE17A4FA6AC1FE1739DBF4BD3B2D74 /* RNGestureHandlerModule.h */, - A35B77B88D2899E2E0ABDACED21D139E /* RNGestureHandlerModule.m */, - F2E25775A45842E9088779C54A85CD2D /* RNGestureHandlerRegistry.h */, - 8A6B04011303E79129FE13F3F74FB219 /* RNGestureHandlerRegistry.m */, - 838B93A618D8D752DE12F37AA1EC09FD /* RNGestureHandlerState.h */, - 62E4E59A09DDE4E1DCF2E944C8CDC633 /* RNRootViewGestureRecognizer.h */, - 99D408B5DB759F7886CEE8BF37C816D2 /* RNRootViewGestureRecognizer.m */, - 6E7CFE9263A0CD1BAA2FAAE82DB7EB7F /* Handlers */, - C2BB55D6891A41DB75909032BE8A0D2F /* Pod */, - C83BB51A4C5C1F0626FAE03E3CEEC443 /* Support Files */, + 25363F2F7014172A6F5E0D276D7112A0 /* react-native-document-picker */ = { + isa = PBXGroup; + children = ( + A81D42162A1B05AB9ABCFBB62054D5BD /* RNDocumentPicker.h */, + FD53D519FE1FA635BC4159992519AA07 /* RNDocumentPicker.m */, + 483A5CAA06186A347DAE4856801899E0 /* Pod */, + CE01AE0AEB95B7268A75EB7D78F30BA6 /* Support Files */, ); - name = RNGestureHandler; - path = "../../node_modules/react-native-gesture-handler"; + name = "react-native-document-picker"; + path = "../../node_modules/react-native-document-picker"; sourceTree = ""; }; - 327710842D5BB9876621025DAC1028CF /* Pod */ = { + 27818A7732CDA5E2A205B80EAB989760 /* Pod */ = { isa = PBXGroup; children = ( - 4D0387CE37C2C57BCA2DB2849ABCB040 /* FBLazyVector.podspec */, + 0B4A47BDF6DAA71B28850F2F64C7F6C1 /* React-RCTNetwork.podspec */, ); name = Pod; sourceTree = ""; }; - 32EDAA2A166BFF3B488950E5CDB68A7E /* RNRootView */ = { + 27C0E82014D3802F837EEE8EA1E79481 /* Support Files */ = { isa = PBXGroup; children = ( - F8786F6E4E068A9F957ECAC9EA354502 /* RootView.h */, - 8EB6BD60D5323882B3778EC0D65446AA /* RootView.m */, - 9963870CE69E17A01376F103548DA27B /* Pod */, - A75254DC75D2A0CD53FA2BEBF9B2F97E /* Support Files */, + C7CE6D83A542AFECC1A89C528D5F880C /* UMFontInterface.xcconfig */, ); - name = RNRootView; - path = "../../node_modules/rn-root-view"; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMFontInterface"; sourceTree = ""; }; - 3401720A35AF9B42E45285F8EB95B1E3 /* FBReactNativeSpec */ = { + 27D6FFE7CBC35F67B1F74FE1A546927A /* UMImageLoaderInterface */ = { isa = PBXGroup; children = ( - A2CD639B8A8F09FA7A12586E36430895 /* FBReactNativeSpec.h */, - AB2D79CBC8C5207C6570D2334D89B961 /* FBReactNativeSpec-generated.mm */, - 005BCC07F35FDC3CB9675917573C1CD0 /* Pod */, - 8AE6C531455FD6BAC454E6F392FCAD0A /* Support Files */, + 161D18325784307CD792102DD6FEAB55 /* UMImageLoaderInterface.h */, + 95A402F8B3EBF0AD35A9DB225B732ADB /* Pod */, + 1E45DC5A41082BCCB797403784E8D65A /* Support Files */, ); - name = FBReactNativeSpec; - path = "../../node_modules/react-native/Libraries/FBReactNativeSpec"; + name = UMImageLoaderInterface; + path = "../../node_modules/unimodules-image-loader-interface/ios"; sourceTree = ""; }; - 353417B6E7CD53E90D4CA43E88834E48 /* UMPermissionsInterface */ = { - isa = PBXGroup; - children = ( - 5E2581E6EE904BEB0F99C39C985D36FF /* UMPermissionsInterface.h */, - 22140FB47335D2C11676CD6FE8770109 /* UMUserNotificationCenterProxyInterface.h */, - F0554FE9FEA6BA246819FD956B7370DB /* Pod */, - 50AA12402128295AF90412F88FFAF845 /* Support Files */, + 27EBE515ED08123F319CA09DFDA0D4EE /* Base */ = { + isa = PBXGroup; + children = ( + A36C6638183A9E748FF37DB421B76D3C /* RCTAssert.h */, + 40178512F5E8FD6AA27D2F87DA2D04D8 /* RCTAssert.m */, + E44831143F1E82C6D1D56459488C91A3 /* RCTBridge.h */, + A93CF72DDD91639E5E0D4F9AE2FFA261 /* RCTBridge.m */, + EE4388EECDE2562AAFC163F54674F482 /* RCTBridge+Private.h */, + 9CF04D957CB2106269632EC5407EAD35 /* RCTBridgeDelegate.h */, + A932D6DD5352974EA8656D48EED5823E /* RCTBridgeMethod.h */, + 11AAB6FEF0C884E8DEC640CCCB8069F6 /* RCTBridgeModule.h */, + B29F537D673D77BD4D336B4E863EF7E4 /* RCTBundleURLProvider.h */, + 8010543593DB676E328C6E1277BBA6FC /* RCTBundleURLProvider.m */, + 6AAEDD8926E16F91B42B1BEA3D26DB35 /* RCTComponentEvent.h */, + DD1F61F7805C3FC9FF12CE56031B83D1 /* RCTComponentEvent.m */, + 7EB96561AD27EC387BE84DE11A59AB7B /* RCTConvert.h */, + 7F7D9D99B4940A7F42D3E2832FC1B2E4 /* RCTConvert.m */, + 10BD7B3943400B212E1BF3647FE4BE60 /* RCTCxxConvert.h */, + 1381694234412DEFC55FFC85C8859B3C /* RCTCxxConvert.m */, + A78C923BC5709560F8846C114C67703C /* RCTDefines.h */, + ADB237C3B5518083CB337FAE3C6A6EDA /* RCTDisplayLink.h */, + 9093F4A1D9250501ABB301205E1A0256 /* RCTDisplayLink.m */, + 94AC1D09E69C8916A504293625DCA441 /* RCTErrorCustomizer.h */, + F78421D7F509EA03C278FDFE4E1C45EC /* RCTErrorInfo.h */, + 4C586BC0DF66C36E1AABB8413CA6512F /* RCTErrorInfo.m */, + ADAABE70DAA2A74A695D0D9165F0D036 /* RCTEventDispatcher.h */, + A8256F9EC248B879F85E9850566E0A1A /* RCTEventDispatcher.m */, + 22D777A08F9ECF58B5FBC7A5B8F6F98A /* RCTFrameUpdate.h */, + 90CD3FFBDCF208693762B2A5AC6EEB83 /* RCTFrameUpdate.m */, + 55CA4E692BC7BD9A9F71C4BE789286C8 /* RCTImageSource.h */, + C4195C5EB9ADB2FC214F4309E79ED4B4 /* RCTImageSource.m */, + B2D60EA0918D362F64BF181AC1602969 /* RCTInvalidating.h */, + 6DACBBFD5AE208D906D6F872DDAA9F25 /* RCTJavaScriptExecutor.h */, + E3E26F52227A31F8635648BD0E36FC4A /* RCTJavaScriptLoader.h */, + D6696F502F0ADEED65B1265EE1098AF6 /* RCTJavaScriptLoader.mm */, + 2CFEBAF532B2306AB0D9D98A93F0BDD4 /* RCTJSStackFrame.h */, + 8271C9F25D065390D27CB1C226B200EA /* RCTJSStackFrame.m */, + 7ECB3CB65BE3B38AECE4AD0A9A6AA3CB /* RCTKeyCommands.h */, + A60FB87EA02412732DBF2EC5E7A6A199 /* RCTKeyCommands.m */, + FFFBF28E523A1352725A68B4DC545592 /* RCTLog.h */, + DD6F5C8059A379F3D8E9999821DBE3E8 /* RCTLog.mm */, + DFD3782750AD39CED57012A2129A55B3 /* RCTManagedPointer.h */, + 18909AF21641E5BC9DDFF07FDD182C3E /* RCTManagedPointer.mm */, + E0B15308932FDE37573BAB54F144DC5B /* RCTModuleData.h */, + 810388610405CE414D68E0FF0CFF62B4 /* RCTModuleData.mm */, + 00A24BAEB84CCA43C84F63BB520EFF73 /* RCTModuleMethod.h */, + 000CF4B07323DE0DF96F8E98827BD0E1 /* RCTModuleMethod.mm */, + 8FE8DCB4FE3E2C79C8DE1682C04B4EF4 /* RCTMultipartDataTask.h */, + A6ADC0ED76E75FA14818D598B0C9A7EF /* RCTMultipartDataTask.m */, + A6A1637BE29A75F7F13B5F7D4D060A05 /* RCTMultipartStreamReader.h */, + D66670C419919DDB229F45998FB12523 /* RCTMultipartStreamReader.m */, + EB2DDD2A4611C4ED7A7F07F2C9CFC9B2 /* RCTNullability.h */, + 1A1A68332B4403E04672865D3E4A4B10 /* RCTParserUtils.h */, + AC902E69B0101545635BA89305C80F27 /* RCTParserUtils.m */, + 044407784524ADF30EE59D2E8A6EB492 /* RCTPerformanceLogger.h */, + 5ED72BDDA2E61954E4B0F244A58766C2 /* RCTPerformanceLogger.m */, + BC29B87A284654FBD1548DA33E5BB01F /* RCTReloadCommand.h */, + FCC4B8EC049E11D4661A38DF88D67836 /* RCTReloadCommand.m */, + 251B90FB835BD1A6E355999584A8E017 /* RCTRootContentView.h */, + 8B70D784967BA4951852CB5F5B8062BA /* RCTRootContentView.m */, + 20A1BBC5DD1139BE603E1CF95CC888B2 /* RCTRootView.h */, + A6298B7EC5E6F59CA4115EE8F575AB45 /* RCTRootView.m */, + DDA89DBD479FF053FE7C1BCC9E3C264D /* RCTRootViewDelegate.h */, + 1784A6E36638A744A6E22266E32D2132 /* RCTRootViewInternal.h */, + 41E382CEB69582D5A3E1D1145FB53E2E /* RCTTouchEvent.h */, + 21E9E7E8DAF0F91B6323AF172D8BB02D /* RCTTouchEvent.m */, + BED625EAE4AEAD64837D244E161559D4 /* RCTTouchHandler.h */, + 942B6B2732D9DDD27EEF21B934658816 /* RCTTouchHandler.m */, + 2C412DF6D6AA359967FCC8E3B29F01C2 /* RCTURLRequestDelegate.h */, + 3062E4633098D6C28215AB25C0E5F2AB /* RCTURLRequestHandler.h */, + 6A2ADAD932C0F08CC127BA9AE2952BCE /* RCTUtils.h */, + A5ECDA009BD274EE01826A8215EB1488 /* RCTUtils.m */, + D80CADE0F1DF09047AB3F7B0DCE2CC49 /* RCTVersion.h */, + 58974D4D725EC1A4B787E7889D894B95 /* RCTVersion.m */, + FA1AE7B678524F7E743A927A062A7551 /* RCTWeakProxy.h */, + 294BA87825E43C860BA3FF3E8C1F7CF9 /* RCTWeakProxy.m */, + 9231AB94B806622B9641E7FD02609619 /* Surface */, ); - name = UMPermissionsInterface; - path = "../../node_modules/unimodules-permissions-interface/ios"; + name = Base; + path = React/Base; sourceTree = ""; }; - 36700344FEBBB9D84A1947D60FF45E1A /* NSData+zlib */ = { + 284E25AE64828E7B18D34107E7DB41E6 /* Pod */ = { isa = PBXGroup; children = ( - 682F6E4792E01F83E62FDAE84681DDD5 /* GULNSData+zlib.h */, - 4869B54B0EE37591D6C195EFA088A309 /* GULNSData+zlib.m */, + FFE3B7B76C9A643E5690E17D0BF9891B /* React-RCTVibration.podspec */, ); - name = "NSData+zlib"; + name = Pod; sourceTree = ""; }; - 36CBD8D05C8AD5CB937E83F22CCCB3B2 /* KeyCommands */ = { + 29C71E47CB5B19EF7A7B68AB270021C4 /* Filters */ = { isa = PBXGroup; children = ( - 64530094D5EEB89FACF8E271EC235DB1 /* RCTKeyCommandConstants.h */, - C8874027446117B3253D62FFF17E443F /* RCTKeyCommandConstants.m */, - F53F0BD850357B6911F67A8B1E68EB35 /* RCTKeyCommandsManager.h */, - 2878AA4357925F055BB26AA52DF39D94 /* RCTKeyCommandsManager.m */, - CE5A7C1C1767C4084501D1FA0B1AA162 /* Pod */, - CC09E3B72508C90718C9662C8962F1DF /* Support Files */, + 9D56772272E17B920E932842A3E95ADD /* BSG_KSCrashReportFilter.h */, + E1C94EB297A92A55040CCC663A864437 /* BSG_KSCrashReportFilterCompletion.h */, ); - name = KeyCommands; - path = "../../node_modules/react-native-keycommands"; + name = Filters; + path = Filters; sourceTree = ""; }; - 370B8238D0F2008CC2B29461937BAF11 /* Support Files */ = { + 2B189CC54D595DCA532ABC3E0483C9D7 /* RNScreens */ = { isa = PBXGroup; children = ( - 30A5063C2D1EC4583FDB2C9CEA518C5A /* react-native-background-timer.xcconfig */, - E26725957C5A35A837364ABFF9263218 /* react-native-background-timer-dummy.m */, - 2449082E579E2213DB2FF3996F5D08E9 /* react-native-background-timer-prefix.pch */, + AF3900FF87C77F47E0065CB6103276BD /* RNSScreen.h */, + B4CF19A59BF2AB048C20E2B532EBB24E /* RNSScreen.m */, + 240CE76894A4EBC442349F15E8162B57 /* RNSScreenContainer.h */, + 728F432ABDFF53A7BCABA3B3B2FD610E /* RNSScreenContainer.m */, + 85FA83CA39CA4E9E0F2AFE4C9760160D /* RNSScreenStack.h */, + A13D5BEDDB728C3BB3CB41EEDD61707A /* RNSScreenStack.m */, + 09030AD89CF96463AFDAC3E83AAB7284 /* RNSScreenStackHeaderConfig.h */, + CD1BEC727F858EF9794F6B8E4B755D98 /* RNSScreenStackHeaderConfig.m */, + 4C5CC651C4548F85CCFCD9046E7336A1 /* Pod */, + 2D57657B36A401CFD816AA67037DDCCE /* Support Files */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-background-timer"; + name = RNScreens; + path = "../../node_modules/react-native-screens"; sourceTree = ""; }; - 3734B1E1A03A6E3D9D4072D052C6E4C7 /* TextInput */ = { + 2B4C6F244F8056456104B506B2A65C9E /* KSCrash */ = { isa = PBXGroup; children = ( - 95C6D3FD5181E518567C6089A42676C5 /* RCTBackedTextInputDelegate.h */, - 46E3147E0919866DB43B911A25AD2250 /* RCTBackedTextInputDelegateAdapter.h */, - F0FF018C1A90BD9D388460C86A20DD2B /* RCTBackedTextInputViewProtocol.h */, - 84F95300CB5A282EB1A94CDF964342BB /* RCTBaseTextInputShadowView.h */, - B032BF836FBD35BDE9DE64AC45A6EE20 /* RCTBaseTextInputView.h */, - 274180BF523A21C15437D91A95B629DE /* RCTBaseTextInputViewManager.h */, - 06FD896678C2E0470E8B620B46533FFA /* RCTInputAccessoryShadowView.h */, - 2C9263F825FFF757EAA47B9D757CE6BE /* RCTInputAccessoryView.h */, - 9F11923F7A1BCDF07D6F1F07EFAE526E /* RCTInputAccessoryViewContent.h */, - 42F99D391DF5024188D04184A1AC96A0 /* RCTInputAccessoryViewManager.h */, - EFA366A50FF1344465AD1D8DB906D601 /* RCTTextSelection.h */, - FA0F3649E02C46B100D7F3F25EC91192 /* Multiline */, - 1A183DF90F8968A6415EDFD6968CAC15 /* Singleline */, + E557EF3162940AE9D8C3218ED589B945 /* Recording */, + 1391458B1AB89B757A3ACB2EC78CABDD /* Reporting */, ); - name = TextInput; - path = Libraries/Text/TextInput; + name = KSCrash; + path = KSCrash; sourceTree = ""; }; - 373B738EAC19967B7E2CAFA55248CD56 /* Pod */ = { + 2D2E0B859C93D0A1EE0A78370E4878F6 /* UIUtils */ = { isa = PBXGroup; children = ( - E2D72BD4BB725228087BC957D4306417 /* LICENCE */, - 90D4FF2C8C373A1C79CC1E4295DA411D /* react-native-cameraroll.podspec */, - EDB87ACE8A74F750930BC88938C99F5F /* README.md */, + FF96AF347E208FDDC78D621A1845E023 /* RCTUIUtils.h */, + C60D767A0E2981AC2AEC4A34BD00C76A /* RCTUIUtils.m */, ); - name = Pod; + name = UIUtils; + path = React/UIUtils; sourceTree = ""; }; - 3A05816F2B15E936A9EA1F2D78B72037 /* Pod */ = { + 2D57657B36A401CFD816AA67037DDCCE /* Support Files */ = { isa = PBXGroup; children = ( - C2F9F205E54F03FFA7EC3DA24B72F031 /* LICENSE */, - D870A24AF662848B39BF73B59FD361DB /* README.md */, - 99D2BCB94C42CDFEA240F40A69BA6B6B /* RNReanimated.podspec */, + 4F4EF7F276E9C28AFE4C8B18E83D15BB /* RNScreens.xcconfig */, + BD322B2F806FBE2E5467AC665D66B514 /* RNScreens-dummy.m */, + 5E5BDA84D301CF329B44E3FCE9CC0FEF /* RNScreens-prefix.pch */, ); - name = Pod; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNScreens"; sourceTree = ""; }; - 3A07E1F4040BBFA3D1409DF1AFEDB76E /* Pod */ = { + 2E090AAAEF8844426F667D5CAA3EBDDC /* Pod */ = { isa = PBXGroup; children = ( - D9F3A37EAEF43738D97E0D0129D17766 /* React-RCTBlob.podspec */, + 08FF8059D511801E5CF49090250E4859 /* UMFaceDetectorInterface.podspec */, ); name = Pod; sourceTree = ""; }; - 3A3EBF6659CD22DADACEBB3112EF282D /* React-RCTNetwork */ = { - isa = PBXGroup; - children = ( - 1678BDA9160D8D7714190D705A9F9EE9 /* RCTDataRequestHandler.m */, - 1DFE8EA86478DBC7894E523A0775452C /* RCTFileRequestHandler.m */, - EB138B171AEA4675B16521DBBC58FE0D /* RCTHTTPRequestHandler.mm */, - 9F44BE17A1B22DF4B65F85DFB6D2CDEC /* RCTNetInfo.m */, - 26FDE71D7270B8660A44614E37EC7969 /* RCTNetworking.mm */, - 32ADE6694F66D344A458C0B1D1EDDDDC /* RCTNetworkTask.m */, - 5AA840CAF62F5A5D15555F53F4925A00 /* Pod */, - 29D3B2394D24DE8B6272F728F50A5633 /* Support Files */, + 3185EBF90C3701A86F03C28066EC1880 /* react-native-notifications */ = { + isa = PBXGroup; + children = ( + 13AA84F9F00D832C6E61E3ACDF57FD58 /* RCTConvert+RNNotifications.h */, + 0E1D92A2A25290A8009B682BC4C4134C /* RCTConvert+RNNotifications.m */, + DFBFA7AA68FC31844095C0BD269181C0 /* RNBridgeModule.h */, + 46D3022953A6C8DDD7E8E48D01BF7CD2 /* RNBridgeModule.m */, + F981A44843741E1934B59DC554F4110C /* RNCommandsHandler.h */, + B7EEF52E683BE96395DCCFA4E115E9CA /* RNCommandsHandler.m */, + 32BDC2A1CFE79FF6124482ABDEA6F705 /* RNEventEmitter.h */, + 55CB8ED6E5E99276F3E2FCBB99A5CA19 /* RNEventEmitter.m */, + FF35F109D7A309C754DC5062FEEADBEA /* RNNotificationCenter.h */, + 8F2C89500F70BB848974CF0857C5128A /* RNNotificationCenter.m */, + B4F06981DB3BCD3E98A8E0FE77AF1DAA /* RNNotificationCenterListener.h */, + DC496485D777F6D3290CCA3FA6008196 /* RNNotificationCenterListener.m */, + FDE61C4AF25127D6859F596F3C6F351B /* RNNotificationEventHandler.h */, + C4D4EAA0DC0984DD9F7A1BD49ABF23B9 /* RNNotificationEventHandler.m */, + 1BB9AE11058DF3D5E963814F2B6902E2 /* RNNotificationParser.h */, + DD98818219FC4DD77E7D8EBF8CD6505F /* RNNotificationParser.m */, + AA993AC1DE31C550AA0B661B0D876BB4 /* RNNotifications.h */, + 0C03BAB420BFBD15A329D14E96E05043 /* RNNotifications.m */, + A88F186F604A06A6BAC80604088762E3 /* RNNotificationsStore.h */, + 610231597FE89D6C746C21903334B00D /* RNNotificationsStore.m */, + 9BF766D888AA238D53B541FBAAE7402F /* RNNotificationUtils.h */, + 79FEF5404E1BAB09D2F241B48A4DEE31 /* RNNotificationUtils.m */, + 3CA50793B08D058C4A9FFBF3CFCC8CD0 /* RNPushKit.h */, + CB52C85DE21D95127872FF79F7BEF816 /* RNPushKit.m */, + 2AF7226A7D0B0BED3A80AB543C95186B /* RNPushKitEventHandler.h */, + 6734A0CFBB5B95E3415B8A0886DF0C46 /* RNPushKitEventHandler.m */, + B5F73E4F9C9156EFB76337EB94A78AE1 /* RNPushKitEventListener.h */, + B3EE8748D4C2705B971758111FD67780 /* RNPushKitEventListener.m */, + 83FEC896C9E6E5985F280D0F5FF86E2D /* Pod */, + CE6B48E2400CBAFCAC879796CCBDB204 /* Support Files */, ); - name = "React-RCTNetwork"; - path = "../../node_modules/react-native/Libraries/Network"; + name = "react-native-notifications"; + path = "../../node_modules/react-native-notifications"; sourceTree = ""; }; - 3A65B8E6CF95FCE6D8C81E1F50814A37 /* Pod */ = { + 3293B7A68371FD3CCBED56CE672CC2B5 /* Multiline */ = { isa = PBXGroup; children = ( - AA1F94162A018B3E8A377F51DF967901 /* EXWebBrowser.podspec */, + 9184892A42F009B99FA3122EB8A01354 /* RCTMultilineTextInputView.h */, + 556F4CD155ABD3629764F7AFABB657D2 /* RCTMultilineTextInputViewManager.h */, + 09779D39FC51C49ACB1E7CCD2C280164 /* RCTUITextView.h */, ); - name = Pod; + name = Multiline; + path = Multiline; sourceTree = ""; }; - 3A9337114AA519844B535C329A0D0DA8 /* Pod */ = { + 33BB50212B59ABE7BB0636C583CE24AF /* Support Files */ = { isa = PBXGroup; children = ( - 0DB534CB3A5AC375DA01EA35FE91A61F /* React-RCTText.podspec */, + FC4D27A8EB8B619DEBDF92E49F64CE59 /* React-RCTVibration.xcconfig */, + 7E3CF7892CC7C6FA030C21AC76C7DA20 /* React-RCTVibration-dummy.m */, + D505A7309D20FFA1D950983E2E16A5AD /* React-RCTVibration-prefix.pch */, ); - name = Pod; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTVibration"; sourceTree = ""; }; - 3AC53BF253BDAC700031AF99AF62C9B1 /* Support Files */ = { + 34D6A4FD6656FB27EB353A9657D01E16 /* Pod */ = { isa = PBXGroup; children = ( - 4E8B8759B4E705EE15876E2B6FEEF702 /* rn-extensions-share.xcconfig */, - 940736112F25861FC90836C66D66537E /* rn-extensions-share-dummy.m */, - 1F887D7927FE376004051180F718FF0C /* rn-extensions-share-prefix.pch */, + 922A8999C2DE1619A981FB5F961382E3 /* RCTTypeSafety.podspec */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/rn-extensions-share"; + name = Pod; sourceTree = ""; }; - 3B09F94F017010A4F98ED1690ED53A1A /* React */ = { - isa = PBXGroup; - children = ( - 58FA3EE056B54F2A2D253B2A54DC667C /* Pod */, - 70F7135779FCFDA7DC5FFD7C5C7AD67F /* Support Files */, + 3753A903489A2CBC645231993C8E6737 /* RSKImageCropper */ = { + isa = PBXGroup; + children = ( + 2AD9D6D015FBBB5D23A16236EFDC21EA /* CGGeometry+RSKImageCropper.h */, + A6E0D58232EF1BE4057DF65FDD108841 /* CGGeometry+RSKImageCropper.m */, + B6B66C3CAF05853DB459D7E95B9AA823 /* RSKImageCropper.h */, + 097257AFA6B9ABB50D1D8D460C297CE1 /* RSKImageCropViewController.h */, + 02C05262BFECC90910E7E70E31AD9520 /* RSKImageCropViewController.m */, + 5C698118A106815F6AB507E9C315C27E /* RSKImageCropViewController+Protected.h */, + 72C4B8A7FB6E16BCE4CDCCB39D680712 /* RSKImageScrollView.h */, + 2132ED6BB290718E77492CADF518EEAA /* RSKImageScrollView.m */, + CB747B3063C14FFE271EBE8037CAC091 /* RSKInternalUtility.h */, + 773EFFD9502444FAACFF9DEAF0B811F7 /* RSKInternalUtility.m */, + 64FF2026735EBE214C8F6A877CC5B06F /* RSKTouchView.h */, + BD02FE5A2E5FEA9FC370768CE07C74A3 /* RSKTouchView.m */, + 463FBAE4CC12986BA5E6A2BF56A0D785 /* UIApplication+RSKImageCropper.h */, + B8408F86535310EC07AD7AB9FE1B5212 /* UIApplication+RSKImageCropper.m */, + 2238DF0F9A33FE9E1C8F07154BC375B0 /* UIImage+RSKImageCropper.h */, + 1ABEBFC8AF8824A623B2CCBDA9B3EDD3 /* UIImage+RSKImageCropper.m */, + E8EEAD52B1001C6E42DE46FA67FFC33B /* Resources */, + BD62BB88BAFD525AE7E898BBB5BCA27B /* Support Files */, ); - name = React; - path = "../../node_modules/react-native"; + name = RSKImageCropper; + path = RSKImageCropper; sourceTree = ""; }; - 3B266CB770BCBFA81409D1219950724D /* Support Files */ = { + 3874875CD7B31AA47540DEC7DEAB5DEE /* Support Files */ = { isa = PBXGroup; children = ( - 9BCEA44A33DCB232878CCE06B1594B9B /* EXConstants.xcconfig */, - D950A7A6BD52E93A13393424C13DFAD1 /* EXConstants-dummy.m */, - 820510F14839EAE46CB94B3CD88E572B /* EXConstants-prefix.pch */, + DF5D27AD14A1991632E190090036255B /* ReactNativeART.xcconfig */, + BCC9D44B399C950B10E39F7FF3CDCEC6 /* ReactNativeART-dummy.m */, + 449D8E55B20ABB9E090F330423D7A6DF /* ReactNativeART-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXConstants"; + path = "../../../ios/Pods/Target Support Files/ReactNativeART"; sourceTree = ""; }; - 3BA5EE25B75F61B7767C62FDEC485FED /* CxxModule */ = { + 39C140100D92538FFD422850FA2B3419 /* Pod */ = { isa = PBXGroup; children = ( - 70307E532368D5E3177E3ADEB3AB0CDF /* DispatchMessageQueueThread.h */, - 3BC222A08B23C11E1687AE80A1B21B75 /* RCTCxxMethod.h */, - 9F41E8415C91A8BA069E7AF27AF497C7 /* RCTCxxMethod.mm */, - 8BCCD3F4217BAD13666024F32C186E4A /* RCTCxxModule.h */, - FB8F2E3390FC98B6CAB878B0FBFC3ECC /* RCTCxxModule.mm */, - D4214808941C9ACEEA4B6C00992DE50D /* RCTCxxUtils.h */, - 1FB1CD2ED713EE6CE862EB2E55219BD6 /* RCTCxxUtils.mm */, - 63979DD19F06856EBF260A160010A281 /* RCTNativeModule.h */, - 5BFF50FA7BD25CE4D118D51792F17BEC /* RCTNativeModule.mm */, + 10A5C9EBB37A84F797231E27640E4BA6 /* React-RCTBlob.podspec */, ); - name = CxxModule; - path = React/CxxModule; + name = Pod; sourceTree = ""; }; - 3BDB951A4B9A4EF1E9D6C8F9A3C41158 /* React-RCTImage */ = { + 3A5E9EB92AF439C32277527AA370E4C4 /* Pod */ = { isa = PBXGroup; children = ( - 14CB72BD88E5921C9D1A0A0CC1D55F14 /* RCTAnimatedImage.m */, - 4500A4A083862DD95D85BEA38DFFB070 /* RCTGIFImageDecoder.m */, - 2B9E83D41696B81F2F18D4F8CAFD94EB /* RCTImageBlurUtils.m */, - 27E910AB1997A81AA82E2B9E9D76E658 /* RCTImageCache.m */, - C84A1EE917ECE8CC9CDA60AB97AE5D94 /* RCTImageShadowView.m */, - 181B04881CC5F47D84A049B9200DB04A /* RCTImageUtils.m */, - 258E7BB2C2C148FDF7078ACF18069153 /* RCTImageView.m */, - 6CD565BF6290FE39F2C8DDA07733CDEA /* RCTImageViewManager.m */, - EF9A8D86911E57434020FC5B8122D90C /* RCTLocalAssetImageLoader.m */, - 67F781EA5A4F97C25DD656EAF4C1A504 /* RCTResizeMode.m */, - EC347BF284C1AF342AC5D16AFC312A86 /* RCTUIImageViewAnimated.m */, - 9DCC7C9F397F476AFA96687501388F2D /* Pod */, - 8E778C918D93527E4C62A09F35C0F342 /* Support Files */, + D8D69787558289B25132BB7C5E969663 /* BugsnagReactNative.podspec */, + 4C2F89B03C226CDEEE59F1012D188651 /* LICENSE.txt */, + 59430B683315F2ABC59266E84F8E18A3 /* README.md */, ); - name = "React-RCTImage"; - path = "../../node_modules/react-native/Libraries/Image"; + name = Pod; sourceTree = ""; }; - 3C5C64274EA2ACA21612064B3177FF7E /* Pod */ = { + 3ABDC3EFF9FE1A074B736B434788A314 /* Support Files */ = { isa = PBXGroup; children = ( - 92E4C32CA8FFD9755A41E261734CFCD7 /* Yoga.podspec */, + 35BD743B7EC13A647309F11CDE0BF4B3 /* UMFaceDetectorInterface.xcconfig */, ); - name = Pod; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMFaceDetectorInterface"; sourceTree = ""; }; - 3DDF6073EB0E6A6981BEC3DC4D17B798 /* Pod */ = { + 3CAF10CB331D545D1790DB9BD7E08531 /* CoreOnly */ = { isa = PBXGroup; children = ( - FE6C5A5BD82FC45B972B95DCA68E6132 /* LICENSE */, - A379D5C2579618F08D819BD291810680 /* react-native-orientation-locker.podspec */, - 9E2905259ACB639F53834D6727D71F57 /* README.md */, + C753E2C0E88ECD9993A02DF28C858778 /* Firebase.h */, ); - name = Pod; + name = CoreOnly; sourceTree = ""; }; - 3E410489EDC2C525B9CCF0E8DF2D80B2 /* Pod */ = { + 3E2C7A9E9262AEBDD86D61872E18C318 /* bugsnag-cocoa */ = { isa = PBXGroup; children = ( - D478CFD27226A1EFF1D02C7DDE781A72 /* LICENSE */, - D79F00F42E593C6753035A9179E5E1B0 /* README.md */, - 0B8608B4BF46A2369D02DF73C973B33B /* RNImageCropPicker.podspec */, + 5F31670191EFD82BC8038F8FAAC47E82 /* Source */, ); - name = Pod; + name = "bugsnag-cocoa"; + path = "bugsnag-cocoa"; sourceTree = ""; }; - 3EEC898B9B72A69656EA852C109D5DBE /* ViewManagers */ = { + 3E4499991A0A769B85B352563C100875 /* UMReactNativeAdapter */ = { isa = PBXGroup; children = ( - BC6B6FCB80F6D5BDAECCE202D4807DCD /* ARTGroupManager.h */, - E5CD1C97A53BFEEEF65B074F47B12042 /* ARTGroupManager.m */, - BECAE05121B60D2976E86950EB48439C /* ARTNodeManager.h */, - BB63BC5E49A0A3A83B825A1BD68791A0 /* ARTNodeManager.m */, - 7D0B700012D137830B5F843C279D19C6 /* ARTRenderableManager.h */, - EE513D14B8E90723B90512342343A58A /* ARTRenderableManager.m */, - 115E3FCAB8A127125BC24ED138FBC759 /* ARTShapeManager.h */, - 73558E8BDF0844144FBB848734FB0A53 /* ARTShapeManager.m */, - 34298A5F931DD4347C202F103F374431 /* ARTSurfaceViewManager.h */, - 90F92C4CC716D639811E6624B1CA4096 /* ARTSurfaceViewManager.m */, - 6F53DB09DA79F2CB4B6123C913249FF8 /* ARTTextManager.h */, - E6C833BA45CE00FAEA1DC3D3416FFF54 /* ARTTextManager.m */, + 7B25E77540C1ECB1F55EBA082F649641 /* UMBridgeModule.h */, + 479EDFFDD208BB3E58638911683A79BB /* Pod */, + BE05CA7ABFB3EA55C07E554A50D89C73 /* Services */, + FF1A399FEB6FFE0986AD8B5388D58AD6 /* Support Files */, + 9E30BE24C978A478D4600ECF6C458AB3 /* UMModuleRegistryAdapter */, + AA2A95EDD86826C606770DDCA7F7B6F9 /* UMNativeModulesProxy */, + 12C34AE574C9DB2AE9B53E7D2B2AAE77 /* UMViewManagerAdapter */, ); - name = ViewManagers; - path = ios/ViewManagers; + name = UMReactNativeAdapter; + path = "../../node_modules/@unimodules/react-native-adapter/ios"; sourceTree = ""; }; - 3F11EBA90E912A79808384BC5B4F4631 /* Support Files */ = { + 3F148F443A49875EF68C9C5DD921A1A3 /* Support Files */ = { isa = PBXGroup; children = ( - D2A4C693BA0360778B684765EA96F41D /* SDWebImage.xcconfig */, - 2A5FE3742F9AECB83E54106826071ED4 /* SDWebImage-dummy.m */, - A1A25A058ABBBBCB18F0B3F44F5304E2 /* SDWebImage-prefix.pch */, + 4B937D46CDC5241DE90CEAC1441A346E /* RCTTypeSafety.xcconfig */, + 45153428D47F26ED4C633C5D69AE6175 /* RCTTypeSafety-dummy.m */, + 98061D83BCB42C4E8A78B40C727044A1 /* RCTTypeSafety-prefix.pch */, ); name = "Support Files"; - path = "../Target Support Files/SDWebImage"; + path = "../../../../ios/Pods/Target Support Files/RCTTypeSafety"; sourceTree = ""; }; - 3FD504189D49BFAC6458564EA090C9EE /* Support Files */ = { + 3FA208D3EFCB7783A4EA313ACE2DD37F /* Support Files */ = { isa = PBXGroup; children = ( - EE282627733A74271A09525FEDBE4DA6 /* RNLocalize.xcconfig */, - E7EC65C3D15AF4450F6378684DF14DDE /* RNLocalize-dummy.m */, - 97FACF2DE9F29361BAECA69FA86822EC /* RNLocalize-prefix.pch */, + A2EB051A29B35EC96FFE889FC5CCC558 /* react-native-slider.xcconfig */, + F4FA44BC3F924DE88CACFA9DE0722A6F /* react-native-slider-dummy.m */, + 90F7B2BE4456BB67085304551348B18A /* react-native-slider-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNLocalize"; + path = "../../../ios/Pods/Target Support Files/react-native-slider"; sourceTree = ""; }; - 3FE2BDAF5B4A52282889542552BCE46C /* Support Files */ = { + 3FFCE7BE739742CA2D2F988E9E825982 /* UserDefaults */ = { isa = PBXGroup; children = ( - 954BCB8C0CF3717AA95136501722033F /* React-jsiexecutor.xcconfig */, - D7DF1E2B79F1A78B53A11BB59D99E63E /* React-jsiexecutor-dummy.m */, - AE9080204FD866F10983AD424EE73C31 /* React-jsiexecutor-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-jsiexecutor"; - sourceTree = ""; - }; - 412047B0003E17A8E6FBC1E6C1028B13 /* Tools */ = { - isa = PBXGroup; - children = ( - F756F204B500091A60501DA046DEEEAF /* BSG_KSArchSpecific.h */, - 579683D5F939D6CD29B74DEEE5FD8057 /* BSG_KSBacktrace.c */, - AAF86472CF2BCFF722DE17054CC4317C /* BSG_KSBacktrace.h */, - 0120F6D392E51FEB95BA4D0EB32C40BD /* BSG_KSBacktrace_Private.h */, - EE35DE5AEBF6EA98B355DEB2F0632D4D /* BSG_KSCrashCallCompletion.h */, - 0DC5E5FD5EC74BAF4832D26C371C5FD1 /* BSG_KSCrashCallCompletion.m */, - D8E5E1D3A6353E7F5418BCE5028D82CF /* BSG_KSDynamicLinker.c */, - 20608760817367038E8F35965383D3A0 /* BSG_KSDynamicLinker.h */, - 91213083B8626A76DF83EC2B4EA29623 /* BSG_KSFileUtils.c */, - FF4B5B29AF297CBBC64852F5F4677352 /* BSG_KSFileUtils.h */, - 2FD9A96818EEB57743733568A3DB36C9 /* BSG_KSJSONCodec.c */, - A72FE6B38B89E279683765A00C4472FC /* BSG_KSJSONCodec.h */, - 1AFB5AAFA6BBEEA1DBDE14228864CCEA /* BSG_KSJSONCodecObjC.h */, - 0CFECD019AB43C47562BF5F540F0F36C /* BSG_KSJSONCodecObjC.m */, - 7CC2B89A12AA76F94841F7E4B6905749 /* BSG_KSLogger.h */, - FFF9B22D43F7DEF66DE0BAAFC042CF10 /* BSG_KSLogger.m */, - 7EFFDD1C172FACA0E4B372D8E6788CD5 /* BSG_KSMach.c */, - 4237BC41F5D541AF9FEBC718CD9FBEFF /* BSG_KSMach.h */, - 8048BF881A812A9AD3CA1B5365E7B063 /* BSG_KSMach_Arm.c */, - EAB4A4DBF40ED1D97848569B2AB9E4FC /* BSG_KSMach_Arm64.c */, - 95DDE4228FC0D61BB3AFB1E8A7CE3346 /* BSG_KSMach_x86_32.c */, - 5DBD7FF1E6D1316742A3834031E71452 /* BSG_KSMach_x86_64.c */, - 95ACC60137B75C24F9D2CBB5D430606C /* BSG_KSMachApple.h */, - 403E272A86D45A4AA206528A8EA8364C /* BSG_KSObjC.c */, - 700469C1C05C92696B8132EDEEDA9023 /* BSG_KSObjC.h */, - 7603127C94F4B0692A16E78D1CBC3408 /* BSG_KSObjCApple.h */, - 02916E2B2DEA009CACF3078EEFF2AD50 /* BSG_KSSignalInfo.c */, - DCE953D28A23E5D2CC1FD413F6AAC121 /* BSG_KSSignalInfo.h */, - 2E5F14F5495AA6F7B60E388FF33BAD98 /* BSG_KSSingleton.h */, - A7C4C58611A3C8A99D22871C4D030F80 /* BSG_KSString.c */, - C3225596996B1B95A5A4E87F810EA2EE /* BSG_KSString.h */, - 23AE8CD4CEDF045928995E4D330AAEDE /* BSG_KSSysCtl.c */, - 100F78DC0EC60D442C7FAC10362823A1 /* BSG_KSSysCtl.h */, - A2CAC24305384EB07C359B99608B3A7B /* BSG_RFC3339DateTool.h */, - B546C4150093F2C0121919DB6A6E72F7 /* BSG_RFC3339DateTool.m */, - FC8FD8931464BB120E9BA1B91AB1A3CB /* NSError+BSG_SimpleConstructor.h */, - 9C9ABF3C710A529D46564F83770C0025 /* NSError+BSG_SimpleConstructor.m */, + 63FD78AD9CEFB2DE5FF77E72C8C7A453 /* GULUserDefaults.h */, + E55949C58B399743C8A2FAF2397938F2 /* GULUserDefaults.m */, ); - name = Tools; - path = Tools; + name = UserDefaults; sourceTree = ""; }; - 415B485AAD08B3E290A29CEB75D9AF6C /* Support Files */ = { + 406FF7CF771619DBD2703C02AD78377A /* Pod */ = { isa = PBXGroup; children = ( - AA6AAA1D90BE93D3C64963C8A5ED303A /* FBLazyVector.xcconfig */, + 4BD54D115AC4D04723C9A914B5A09BBD /* React-jsiexecutor.podspec */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/FBLazyVector"; + name = Pod; sourceTree = ""; }; - 41DE2E261DF4555E217D3C78D3FEC5D3 /* React-jsi */ = { + 415437BABC896E14171F47B22A12AB14 /* Pod */ = { isa = PBXGroup; children = ( - 7708BAA20BDA24ABC3B7477CC6A00B2A /* JSCRuntime.cpp */, - 91489DB0E48ECCAB07CFB62B5DE91D80 /* JSCRuntime.h */, - 235A11A2CA90024CA10D2CAF1CDECF3C /* jsi */, - 6659808362EAC2381D772454BEEC0227 /* Pod */, - 175C857D3741FD5352E39216C56CB3A5 /* Support Files */, + D5C3492A85A86C68EFE8A09213C3C16A /* EXWebBrowser.podspec */, ); - name = "React-jsi"; - path = "../../node_modules/react-native/ReactCommon/jsi"; + name = Pod; sourceTree = ""; }; - 41E5F122A1719B826CFB224334C8B82A /* Pod */ = { + 41804EDECB44CF63CE5287EF5950269A /* Pod */ = { isa = PBXGroup; children = ( - 556CF7156166290DC14F6BC7B7AF15E8 /* api.md */, - C80AFF31ACC67791A6F469982655AE43 /* LICENSE */, - 2D46DFDD5C6A2D735680FD80B69431D7 /* ReactNativeART.podspec */, - DBB64D4580FE8A3BDCA7128618DB2D9A /* README.md */, + CDE6A59ABACAA44B46D9F689EB31328A /* React-CoreModules.podspec */, ); name = Pod; sourceTree = ""; }; - 424F0414E81BD0DFC3279B19D5D382F8 /* EXFileSystem */ = { + 41C0ECAFC84D75F2691A1D8E63D34FA3 /* jscallinvoker */ = { isa = PBXGroup; children = ( - 29CA47870EF1380F129E1374389AA730 /* EXDownloadDelegate.h */, - 2B25EDEF96B33928947D22FD3C43ABC9 /* EXDownloadDelegate.m */, - FE7D4D74318B47F0738723E61843716B /* EXFilePermissionModule.h */, - 084BA78C7CA0AF7CB7569351E7977ED2 /* EXFilePermissionModule.m */, - 9CAAD8014CDF49FEAF42F6C9A7D99506 /* EXFileSystem.h */, - A1118AD577CCD3AF16537DB04FD9891F /* EXFileSystem.m */, - E41909EE730E9192A2B562C2E3EAC924 /* EXFileSystemAssetLibraryHandler.h */, - DF98C1B0996480CE6D5C705FA9140039 /* EXFileSystemAssetLibraryHandler.m */, - 921E2DED87914C7858AB031A687204DA /* EXFileSystemLocalFileHandler.h */, - 8C2F1DBB98084A93C3C539E70CFFB273 /* EXFileSystemLocalFileHandler.m */, - 71E45759C79267215876751EC596F3C0 /* Pod */, - D4D48E9B96EAC77D513F086C3777957D /* Support Files */, + 779726D959215FC66398D2A7BD055CD1 /* BridgeJSCallInvoker.cpp */, + E959B131DD2F53B153D0497CFE2C40B2 /* BridgeJSCallInvoker.h */, + CE0AE4FB9E24E5BDDD8D43EE986510AF /* JSCallInvoker.h */, ); - name = EXFileSystem; - path = "../../node_modules/expo-file-system/ios"; + name = jscallinvoker; sourceTree = ""; }; - 42C68DC8CE48536D832C9A7A5353B785 /* nanopb */ = { - isa = PBXGroup; - children = ( - FAFF3D6DA73503BE193DA001AF40848F /* pb.h */, - 276DC8FED36CE7A1A8580CB612E3C53E /* pb_common.c */, - A7AAF36698B12EC9A5F1499B0E23D952 /* pb_common.h */, - A90996A1D17F8B19F648CCA2F3DA90B1 /* pb_decode.c */, - B2B5C12C9057A3C3F80B6FE63DC672B1 /* pb_decode.h */, - B495422B40687B5786370FAACD615B60 /* pb_encode.c */, - BE559106116A7A7648B12A03E9D4D28B /* pb_encode.h */, - 51A851DF9BB4A2A85756E8061DA6067E /* decode */, - 8776D2C51A83E427D2C48EB1069F5894 /* encode */, - 87D4566BBFFD271EEEA3C99A94209C9D /* Support Files */, + 423D07120F4F8CDCAD208CFC4BCA5B2E /* React-cxxreact */ = { + isa = PBXGroup; + children = ( + CACD9244F81FC25B9A30004DEE0FABA3 /* CxxModule.h */, + 8AE855DF15457AE0EE7496F380CB6F3C /* CxxNativeModule.cpp */, + 8B9483960D0898B710053D59BDE9BFC1 /* CxxNativeModule.h */, + CA005FB055FB73CB79712030C59FDD4A /* Instance.cpp */, + 8770AB17E738B4F085184720FE8337C5 /* Instance.h */, + E38CF5FC87ED1774808BBFA4FCD021D9 /* JsArgumentHelpers.h */, + DAED8D93FB784B6A38B458D84A1A917C /* JsArgumentHelpers-inl.h */, + 25B45E8A0058E166563607A2FE47ECE8 /* JSBigString.cpp */, + 406CD355AB6F9E4DC62563E186D3F918 /* JSBigString.h */, + 9F3DCB166431895CB3E59A1036BDF02C /* JSBundleType.cpp */, + B21AD03C6F6CD5601C5D12A8A809308A /* JSBundleType.h */, + 97DB1F19C9F90AA0129AD54292C01F4A /* JSDeltaBundleClient.cpp */, + E67BD43E770B4E91B853ECC3643A444B /* JSDeltaBundleClient.h */, + 1FE42B1EC0E9A1434434EBFF0E914EC8 /* JSExecutor.cpp */, + 12AB074EDFEB194615BB707DA4AD99FD /* JSExecutor.h */, + DA05EC6E19DAEC1ADF3A0DF92A21E143 /* JSIndexedRAMBundle.cpp */, + ADBFCA4EE8B961405264FE3B72430ABF /* JSIndexedRAMBundle.h */, + 4AE21D1F9329F6DF829E93F254C78685 /* JSModulesUnbundle.h */, + A98D3BF786F423F9CC492FAEE6A1D1A8 /* MessageQueueThread.h */, + 0FFBBBCAB0B8D08F6F43EED34AA665FC /* MethodCall.cpp */, + B2B92DBA600B84DBA79028A2D7ED337C /* MethodCall.h */, + 4A68269623B19233944EB5E4EB7A1DD0 /* ModuleRegistry.cpp */, + 438397C293ADBF8CC042C10E1F2B29E7 /* ModuleRegistry.h */, + B8CC2A6D6C06177C82A687CF5D7CBA08 /* NativeModule.h */, + AFE595C13AAAB67AC3A8220900A1F521 /* NativeToJsBridge.cpp */, + 391A024B4AF1CBDB1B929B84AFA72DA0 /* NativeToJsBridge.h */, + AF99652E3E3715C364F42DE991BDB1B6 /* RAMBundleRegistry.cpp */, + 1069B42DA1FEEC4E4FBBBA3AA384AF0F /* RAMBundleRegistry.h */, + 4739DFACCC07C40C8C953D2127D2B057 /* ReactMarker.cpp */, + EE17E3347487B607CBD9E7DA3FA9DB1E /* ReactMarker.h */, + 1F79843AA3A02D490BDAA1334DA7D9E3 /* RecoverableError.h */, + 67F1900409CC2C3BD6C8622C9BAAB311 /* SharedProxyCxxModule.h */, + 8CD90088ED71F765AB3DBC0CB8751846 /* SystraceSection.h */, + 7E12656CBD0F143E81463C24CA1F429E /* Pod */, + 6B2A4CC8C4B066F74ED4D0B2F3A2A675 /* Support Files */, ); - name = nanopb; - path = nanopb; + name = "React-cxxreact"; + path = "../../node_modules/react-native/ReactCommon/cxxreact"; sourceTree = ""; }; - 43B5458DE24C5335EAC267D96EC3EEE1 /* react-native-jitsi-meet */ = { + 42DB5497D0205BE1831E7686A491E95F /* Firebase */ = { isa = PBXGroup; children = ( - 8895CC9339BD9505F9949856538399BD /* RNJitsiMeetView.h */, - 2C902B90285F7AB774D8561D259AB1C2 /* RNJitsiMeetView.m */, - 5FD8AD87F8A4D33DBC348F541ECD1A7A /* RNJitsiMeetViewManager.h */, - 66FD7D2A21C80927AD235F5EC03A5EAA /* RNJitsiMeetViewManager.m */, - FDBDA155CF6A216AE9885A7CAEC0B1B7 /* Pod */, - 2AD7F91BB2AD3BFD021E878CF8C6BA2F /* Support Files */, + 3CAF10CB331D545D1790DB9BD7E08531 /* CoreOnly */, + 12F02807DA86ADBA33A1C4BBE5B74CDD /* Support Files */, ); - name = "react-native-jitsi-meet"; - path = "../../node_modules/react-native-jitsi-meet"; + name = Firebase; + path = Firebase; sourceTree = ""; }; - 43CF021752CC3DED22EBBA528EBBE4C3 /* Pod */ = { - isa = PBXGroup; - children = ( - D04F37D6D14BC0AA4680D236EA602A00 /* LICENSE */, - EECF7589EC4A1A1949145BC00ED4706A /* react-native-video.podspec */, - 493EA638726D0F8353E1E28746BD80AC /* README.md */, + 432827F5900D9FB6002F825C586CE0AC /* QBImagePickerController */ = { + isa = PBXGroup; + children = ( + 95D39EF6618E16776E8A5371CD8547E9 /* QBAlbumCell.h */, + C48F1E63F753961050D0700AC95A8CCB /* QBAlbumCell.m */, + EB5753527F498AEEBC128DBA42E80359 /* QBAlbumsViewController.h */, + 7752D13C7DAFB1DF6B209E93E5D5B23F /* QBAlbumsViewController.m */, + F0B0004424C9E955B20F52B9D72F35A4 /* QBAssetCell.h */, + A41056D251493CFFD991E186AEA9B74F /* QBAssetCell.m */, + B50CA41243E0F44D3881FDC85707F465 /* QBAssetsViewController.h */, + 50F1831D0AC780D0347D52C97AC86B78 /* QBAssetsViewController.m */, + 5361A2510329205326BA29FFE3D2F208 /* QBCheckmarkView.h */, + EDF6B7CD599FD39008641CE2246FD008 /* QBCheckmarkView.m */, + 1051BD6ABE3D9D8468852541ACCC872B /* QBImagePickerController.h */, + CCC3C579B0B11929E0551B33CE6C1686 /* QBImagePickerController.m */, + E26B670C6ED60691A35CAFCB0458D24B /* QBSlomoIconView.h */, + F6AC73FCCFC33703548A833FF9B4DE87 /* QBSlomoIconView.m */, + 07DC285D33A89D30352C4C19C1746FEB /* QBVideoIconView.h */, + 719E827F4B7A0B9B515251615F0BA995 /* QBVideoIconView.m */, + 8E4633000BE8B3F74A598CC87147A882 /* QBVideoIndicatorView.h */, + 49A2D404AC4D74C64E1A8085D9DE3117 /* QBVideoIndicatorView.m */, + 9123C92DE2C18EC07F799A51ED634756 /* Resources */, ); - name = Pod; + name = QBImagePickerController; sourceTree = ""; }; - 44068648C93A50DA0671DCC0DCC8EA4B /* Support Files */ = { - isa = PBXGroup; - children = ( - 0C54CC7F5A51B5BABD015413DBF96E7E /* FirebaseCore.xcconfig */, - 2BBB8F40356ABEB7E55A02AB87D8BD73 /* FirebaseCore-dummy.m */, + 4460F05AFB9F494AB1C677BF90562D11 /* RNGestureHandler */ = { + isa = PBXGroup; + children = ( + E8CABCFD0D7D4B97C69980A82C1F688A /* RNGestureHandler.h */, + EFD93CB1C504172257BB2FE144734F7F /* RNGestureHandler.m */, + E0FD752F00F4A92F465D342153DF5684 /* RNGestureHandlerButton.h */, + 528640D7FE2EA01495E9E94ECC43F9BE /* RNGestureHandlerButton.m */, + A605D1F6B49B045296942CBA5DE6616B /* RNGestureHandlerDirection.h */, + 51344077DBACAF6FC443E8D1D5D1CE8F /* RNGestureHandlerEvents.h */, + EF03F25634FA473EBFFD4568F4930CCC /* RNGestureHandlerEvents.m */, + FDDC614E04C209F9A810B734B77D17D5 /* RNGestureHandlerManager.h */, + 0E0D2A5BA5EB89346ADCB47165DDEFFA /* RNGestureHandlerManager.m */, + 635FA568B7B1A010E7457351BA789F89 /* RNGestureHandlerModule.h */, + 55C8FAA62929F7E42A17E3A23E51CCCE /* RNGestureHandlerModule.m */, + 27AF233C32A5B68544F43556A0B7CB71 /* RNGestureHandlerRegistry.h */, + 34392FE0FAF6B26AA1A5D0D334E0B009 /* RNGestureHandlerRegistry.m */, + 0AB95667D17C2DA212FFA19BCB94BDC6 /* RNGestureHandlerState.h */, + 2D97D708516454AAC9C946326909AB2C /* RNRootViewGestureRecognizer.h */, + EE1DFD392887AE2AFA6838B1794DD535 /* RNRootViewGestureRecognizer.m */, + C74939F52009C40E18BE82A628AB68BA /* Handlers */, + 701B820853332390AC7D6374E2D69F63 /* Pod */, + A83ECDB43D3B5944F57F10CEDD66C033 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/FirebaseCore"; + name = RNGestureHandler; + path = "../../node_modules/react-native-gesture-handler"; sourceTree = ""; }; - 443348E153BBB3FCA49021F265F444AB /* platform */ = { + 44C60FD861FC0FD4DD5EC9A499579DE0 /* Default */ = { isa = PBXGroup; children = ( - 9703F30BDE785720AFF2E1EFAC350AC9 /* ios */, - ); - name = platform; - path = turbomodule/core/platform; - sourceTree = ""; - }; - 4473C171202FFE5A1EC746437B40E833 /* Base */ = { - isa = PBXGroup; - children = ( - F45198879FC2ACBDEBC6F63E0CA043CC /* RCTAssert.h */, - E4A5E7ED5C25D72DECD5D088B66728B6 /* RCTAssert.m */, - 969FEB85FDDE0C10103B8A25A95EBD99 /* RCTBridge.h */, - 4436476E1F4860CD8B84D3DB645B79E2 /* RCTBridge.m */, - 8B9846EF1E145BA26B53A465625FA099 /* RCTBridge+Private.h */, - 1DF93D67024EFC167357D4945D8FBE0B /* RCTBridgeDelegate.h */, - 600B08AD55E15376D2EE12F43D54B183 /* RCTBridgeMethod.h */, - 2B171ED2A0F4F64763AAB6D51EBBFAB2 /* RCTBridgeModule.h */, - ED001B3F821A402E03929C1CE32D849D /* RCTBundleURLProvider.h */, - 7D451749C0ABA7FD5248CB5ABF17E62C /* RCTBundleURLProvider.m */, - 9EB0789F4D774E30D5609DA6262E370E /* RCTComponentEvent.h */, - 3E45A9D5235F6114C97C3663BD8DECD3 /* RCTComponentEvent.m */, - EEE90E76E0CE84766FD5EA1C2F2477C0 /* RCTConvert.h */, - 2105C7E8257DED74D0633CAE14616423 /* RCTConvert.m */, - 9D27F567A689486EFBDD9BF0528ED12F /* RCTCxxConvert.h */, - 516CBD5A5ECA00B091372B59B4719AC3 /* RCTCxxConvert.m */, - F104710E472CD122DC164515846E2A56 /* RCTDefines.h */, - 71645E7B8BC727F250970F14F0682705 /* RCTDisplayLink.h */, - 7AE3E5AF76AAC7CD8BCC381E668D5E61 /* RCTDisplayLink.m */, - A0B25F176C7DE14B3E45F368174E7380 /* RCTErrorCustomizer.h */, - E5DFFA0EBDFC633CE7A2C7B736BC479D /* RCTErrorInfo.h */, - CFE1070EFE85EBE078787EDBB7D94C50 /* RCTErrorInfo.m */, - 49B6FE6596551A00C765B7D0BC0D7141 /* RCTEventDispatcher.h */, - 6BDF3E2801BD996C86FA236E7E0FB37D /* RCTEventDispatcher.m */, - 215D95DED72145C5F30B132B78A576BA /* RCTFrameUpdate.h */, - 8789E6B9B4F6FF88FE0CCF277378F455 /* RCTFrameUpdate.m */, - FC76E57329FEF4D0AA4A92371801171E /* RCTImageSource.h */, - 6A44BC6F2A573040BA8676484BA4B3B0 /* RCTImageSource.m */, - 2F37D87AC099D48EF177E7FEE4B8CD1A /* RCTInvalidating.h */, - 93C224DEC6241E6E15B0257C51E31815 /* RCTJavaScriptExecutor.h */, - 7DE8B6AB3DB350FA909841DA9EC08631 /* RCTJavaScriptLoader.h */, - 953D3F30C90499C2875F30505A819A1F /* RCTJavaScriptLoader.mm */, - 0A1D6A6B1993E9FA5C6D8E6B7681B586 /* RCTJSStackFrame.h */, - F016FF87C1246BD7025DD4D90E49B08C /* RCTJSStackFrame.m */, - 00CE44116E28CC06CE1A5026D582395E /* RCTKeyCommands.h */, - FCF813874E45610A3C878C82C661384A /* RCTKeyCommands.m */, - A9C7243660D519FBCAB59D233784DE36 /* RCTLog.h */, - C937B1B4E97ED1D3A51D9EF51D8102BA /* RCTLog.mm */, - 190EA7840E9D68FDBC848286197AB840 /* RCTManagedPointer.h */, - 0E0C4B413E27FC991D7C3F24EE878DF5 /* RCTManagedPointer.mm */, - B5BEFC8ED99279860396E625E8EC81EC /* RCTModuleData.h */, - F790C7FBB4A39AFCDE5A4642EC9469F7 /* RCTModuleData.mm */, - 95E5101F1C5E1908D943CB3281BE33AF /* RCTModuleMethod.h */, - 822A876AACD24B50722D260D165AB25E /* RCTModuleMethod.mm */, - 21F8D53CB034D71E9DFE4A5E5BA996B6 /* RCTMultipartDataTask.h */, - 8316402AC05BDE2B1C25C0E0B73623A7 /* RCTMultipartDataTask.m */, - 32B710D97CAA2E596AAB4B8AFE147036 /* RCTMultipartStreamReader.h */, - A8D605CD2A9D926F49ED96D30DFD6C8A /* RCTMultipartStreamReader.m */, - 1DB821A91F029F52EB28EF6A6E242F37 /* RCTNullability.h */, - 7FF7FEA819650D25C4BD4A0BE00060BA /* RCTParserUtils.h */, - 5A56DFD58C798B2677C0F6F4782F2656 /* RCTParserUtils.m */, - 9A68C48A1030E443E888C7590272A329 /* RCTPerformanceLogger.h */, - 1143FDC2EB25DB22D62A7D939496E2C2 /* RCTPerformanceLogger.m */, - D19870CF202DA328360970BACF337DF4 /* RCTReloadCommand.h */, - 6B6F9AB60034F9E68659E84A566DD8A3 /* RCTReloadCommand.m */, - 379D3DEFB22E6524C2E0CF68669F9AD3 /* RCTRootContentView.h */, - FF0A62676379A985EC2BDB744252E867 /* RCTRootContentView.m */, - 642EB49E2BDEBA6B3F2823D35D8EA481 /* RCTRootView.h */, - 0BA0078592204F6A4E8C1A9A50E3C15E /* RCTRootView.m */, - 1F79825D92762ABAAD4DD1D3B55F79B0 /* RCTRootViewDelegate.h */, - 781F8DE9BC77D769CCCE509DCCF4CF42 /* RCTRootViewInternal.h */, - F6546CF4D4FB0BE83BBB6103DB09DBB8 /* RCTTouchEvent.h */, - A3603580E44508888CCCFFEB71E5080D /* RCTTouchEvent.m */, - 72FB51B9D859937387C83204CD0AB7C6 /* RCTTouchHandler.h */, - 7F47A0C13E9D73A8A36B6AF2C6148890 /* RCTTouchHandler.m */, - 8E341298C96875832ABE661D1A5E3FC0 /* RCTURLRequestDelegate.h */, - 8666A129958604DEC083C66FEBB02BB1 /* RCTURLRequestHandler.h */, - 0CAFAA8DBC3331A4140B822A1042D1B0 /* RCTUtils.h */, - C019868FC0B5999935B25DC63ED4014E /* RCTUtils.m */, - 57ECCB1D62679E55F9E0B86F636A08B0 /* RCTVersion.h */, - 81B9752312D9C5DA90C9FE5E38D2B1DA /* RCTVersion.m */, - 49EC730E4EA439A3C734DC0E0641E81B /* RCTWeakProxy.h */, - BB58B93C48F1CB185405E1FC503D8EFB /* RCTWeakProxy.m */, - 12D5C19BF5EF82193A40275F4B364698 /* Surface */, + 27EBE515ED08123F319CA09DFDA0D4EE /* Base */, + 4E37673DF71A3CB5160823FEB3C856F7 /* CxxBridge */, + 1A56ACC7B96EDE314F8596ECFF7A8EB2 /* CxxModule */, + 873338F5AAFE3D41E243E456858E2B91 /* CxxUtils */, + A83C4863F9F332688257562CD94509B1 /* Modules */, + EA819708ACB911FDB801A231FA928058 /* Profiler */, + 2D2E0B859C93D0A1EE0A78370E4878F6 /* UIUtils */, + 88A42DE2ED39185CAD8F249848287DC4 /* Views */, ); - name = Base; - path = React/Base; + name = Default; sourceTree = ""; }; - 45AD57F10C591CA7F1F8345CA8A36481 /* UMBarCodeScannerInterface */ = { + 451D9A0828E63288E42FBF2B974F1AD9 /* UMFontInterface */ = { isa = PBXGroup; children = ( - 2BE4262912D041A53415FBAC8668835B /* UMBarCodeScannerInterface.h */, - D520DB194A283ED911CD3B701821346F /* UMBarCodeScannerProviderInterface.h */, - 6D2F34B33B322F6CF92CC450C5AAEC09 /* Pod */, - 06F74414C37AECF6C0BF517B87B502BB /* Support Files */, + D26F97B4A9E6AC64DA3F959AEF4F903B /* UMFontManagerInterface.h */, + BAAFDADB1DC6C392F10FBA0AF563989F /* UMFontProcessorInterface.h */, + F6560F47D732FAE12F4BB22F1294C6B1 /* UMFontScalerInterface.h */, + 7A273D8A6DB790E6FDC568AA930E3D32 /* UMFontScalersManagerInterface.h */, + BA90178B36F55D980E1ABA7D98633589 /* Pod */, + 27C0E82014D3802F837EEE8EA1E79481 /* Support Files */, ); - name = UMBarCodeScannerInterface; - path = "../../node_modules/unimodules-barcode-scanner-interface/ios"; + name = UMFontInterface; + path = "../../node_modules/unimodules-font-interface/ios"; sourceTree = ""; }; - 45C53BFCA0EA1C54D48C38C7C0E0E47A /* Support Files */ = { + 45897F0BECAED6EC776202F5C645FF15 /* Support Files */ = { isa = PBXGroup; children = ( - D41DB2C1B493027A1BA8BACEE24762A2 /* UMCameraInterface.xcconfig */, + 5948590484661ED346810957D895644F /* RNRootView.xcconfig */, + DA716AE7868435F42751B7B9FAD16593 /* RNRootView-dummy.m */, + 8CDD7CC776A421CF128CBF652E0CF408 /* RNRootView-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMCameraInterface"; + path = "../../ios/Pods/Target Support Files/RNRootView"; sourceTree = ""; }; - 45F5ED2C3A330A590E11E433B7535194 /* JitsiMeetSDK */ = { + 4613BB9BCD9F3277483ABE1F4B724EB7 /* React */ = { isa = PBXGroup; children = ( - 8AD7A448705D47A37B99ED6DFB4BA67F /* Frameworks */, - 8D102C988F316C3C0DD3A61A6C65CA1A /* Support Files */, + CA5494BF160B186F7BF1BFDC4466966C /* Pod */, + F7CEBEFD6F5C2F4AB598FC4947F8860A /* Support Files */, ); - name = JitsiMeetSDK; - path = JitsiMeetSDK; + name = React; + path = "../../node_modules/react-native"; sourceTree = ""; }; - 49C6CC742418875BF4033F2AA2EDF3D6 /* Support Files */ = { + 4713B0D8FA8D39DFA18A82BD56E94D60 /* RawText */ = { isa = PBXGroup; children = ( - CEB99F482F1FF9C54032E4C171201888 /* BugsnagReactNative.xcconfig */, - 107D3D738B7A8CE24E980163B3F09293 /* BugsnagReactNative-dummy.m */, - 65A961EAA31EAA00EC7FE51413EE9D2C /* BugsnagReactNative-prefix.pch */, + B375FD543CA64F20CDE3F99EA6CDA070 /* RCTRawTextShadowView.h */, + 6594216D34B0923DA2F6C563BBC9113E /* RCTRawTextViewManager.h */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/BugsnagReactNative"; + name = RawText; + path = Libraries/Text/RawText; sourceTree = ""; }; - 4ADC8A1EB1D4EC2971876FAD970AB728 /* Support Files */ = { + 471D0EFFAE9599E4C80DB04C2CB04FCB /* KeyCommands */ = { isa = PBXGroup; children = ( - 453F7492E2D2204EC23AF59450B69FC2 /* EXPermissions.xcconfig */, - 6329D7FE1121CF93190AC777AD5A3ED7 /* EXPermissions-dummy.m */, - CCEE0C3EB2B95AAB1FF6E19176907E70 /* EXPermissions-prefix.pch */, + 8346DFB8C8499D03B29FC1954F4BFF35 /* RCTKeyCommandConstants.h */, + 0320F5C6D72B329B0682338615BF7493 /* RCTKeyCommandConstants.m */, + 8EE18524B7CE4A63FD1F28B6B566245C /* RCTKeyCommandsManager.h */, + A78B54BD3246CB0BE36024F0436A9F16 /* RCTKeyCommandsManager.m */, + 50EA99FB92AE0BCA251CA09F56A594EF /* Pod */, + D45AB61AC1D622576A871D7C8E66925D /* Support Files */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXPermissions"; + name = KeyCommands; + path = "../../node_modules/react-native-keycommands"; sourceTree = ""; }; - 4BE184435B24756F0DD206266A4CA508 /* Pod */ = { + 47304582F21DE6B0E4E607FCC454ACDC /* Pod */ = { isa = PBXGroup; children = ( - 10F339E0462700B56B978576652FDCCA /* react-native-keyboard-tracking-view.podspec */, + 1474CF01DB622FC4F114F4F0AC297E3F /* React-RCTSettings.podspec */, ); name = Pod; sourceTree = ""; }; - 4C30909A270A0E8FE7F9EB8E8B7FC249 /* Support Files */ = { + 479EDFFDD208BB3E58638911683A79BB /* Pod */ = { isa = PBXGroup; children = ( - F20B180436D2CB1935FC05383EC8AE97 /* RNReanimated.xcconfig */, - 2EF3887C3716B950B1A8AA9CBDAD1C42 /* RNReanimated-dummy.m */, - 08A5182A2FEE61E4FA6323C12FD5A5A0 /* RNReanimated-prefix.pch */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNReanimated"; - sourceTree = ""; - }; - 4C967A231944A988779E890E8F36F490 /* Development Pods */ = { - isa = PBXGroup; - children = ( - 92F85D30FD840403D60FCE6C7D7BABA9 /* BugsnagReactNative */, - 821784F44D098F0C92D04521F2ED4C8E /* EXAppLoaderProvider */, - F759CD8FC03D59B569ADF9BDE65D0FE3 /* EXAV */, - 27EA7AFC73E21A61DB059BDEC73BDA80 /* EXConstants */, - 424F0414E81BD0DFC3279B19D5D382F8 /* EXFileSystem */, - DE5FCEE8D510BB5A2787AB7B3B10044C /* EXHaptics */, - 05CEDBF0F0C862819FE09790060C9492 /* EXPermissions */, - 66B304ED168BF82E7FF169BD0C730C83 /* EXWebBrowser */, - 201B97778ABA3794B02410228F7C3325 /* FBLazyVector */, - 3401720A35AF9B42E45285F8EB95B1E3 /* FBReactNativeSpec */, - 36CBD8D05C8AD5CB937E83F22CCCB3B2 /* KeyCommands */, - C6DEBD08800C953C60F4AC74E6FEB16C /* RCTRequired */, - 254E06A8DF5E08723326641FE2920DB9 /* RCTTypeSafety */, - 3B09F94F017010A4F98ED1690ED53A1A /* React */, - 049EE75CE70B8070C0FA78F3231BE172 /* React-Core */, - 7DB4958CB23DC7EAA99D48FD95E3A914 /* React-CoreModules */, - C5C00BA790CD91873BE2C4F21EC1EF72 /* React-cxxreact */, - 41DE2E261DF4555E217D3C78D3FEC5D3 /* React-jsi */, - E63A85B3E233A7A071605F95601CD1E5 /* React-jsiexecutor */, - C20327557F8AF131D2BC7090C6C0BA79 /* React-jsinspector */, - 003A2F547DDE579B8E85BD53952E1A2E /* react-native-appearance */, - 1345AFF1F4C0CA8ED2C23A235F6780EC /* react-native-background-timer */, - 04977194BD4BF63B063F117E1394ACC2 /* react-native-cameraroll */, - A2D38C20369AA6986D33E763C6A6E71B /* react-native-document-picker */, - 43B5458DE24C5335EAC267D96EC3EEE1 /* react-native-jitsi-meet */, - C0AC680A6001793CF0A75F882F5BB814 /* react-native-keyboard-tracking-view */, - 8DC566C76495332EB675F11263E8BF21 /* react-native-notifications */, - 723DACD8FDD2D74C3332860BE9C2DEAC /* react-native-orientation-locker */, - 2AE88AB61F395C6FA741286E600FCBC5 /* react-native-slider */, - F99224E5E60995E64CAFD9F1D6238903 /* react-native-video */, - BD57C5A5717872E5B5052B77BE76E13C /* react-native-webview */, - 52029A65A362AA225CC04A53636C1D5B /* React-RCTActionSheet */, - EAA65E880B997E2392F154F5B31FE4D0 /* React-RCTAnimation */, - 560BE5E18529C5151D3FB727F3945315 /* React-RCTBlob */, - 3BDB951A4B9A4EF1E9D6C8F9A3C41158 /* React-RCTImage */, - 5FAF012E5DF9BC1DE4D179DF52173191 /* React-RCTLinking */, - 3A3EBF6659CD22DADACEBB3112EF282D /* React-RCTNetwork */, - CE1217A5C2B26B5963B14B9CCFF79027 /* React-RCTSettings */, - C55C9A47D8F2F4F72FF35D8F33A96EB4 /* React-RCTText */, - A8853A93D5EBCDC24E8C9A46545B31C5 /* React-RCTVibration */, - 87BCD03B7A12C5ACDA793FF886B59CF6 /* ReactCommon */, - A610D446D0560C4C98C8958466F61211 /* ReactNativeART */, - 87404215DE660AC2CED599221C890C2B /* rn-extensions-share */, - EFD3165FECF344DA219120289FDE29DB /* rn-fetch-blob */, - 8C6DE9F792321649690ABB986DEB1E0F /* RNAudio */, - D938C45C82EA8E9B617021C5EE67C13D /* RNBootSplash */, - F86AD797816AA180EEC31C507BD3BF2D /* RNDateTimePicker */, - B503798E785C484798A7E74986827A09 /* RNDeviceInfo */, - D6AF5CDFE3D2A752498B6676B14AC0C4 /* RNFastImage */, - 6C67D6D726B081876AA216E20CCCD235 /* RNFirebase */, - 2F1CBFA581CF918F058D1ED156E5D027 /* RNGestureHandler */, - A3067D64541F065B617D78354223AEE8 /* RNImageCropPicker */, - B7342BA9AD4A717449D6329B1439B49E /* RNLocalize */, - 1D59D592779177050908051703591889 /* RNReanimated */, - 32EDAA2A166BFF3B488950E5CDB68A7E /* RNRootView */, - 586ADC3192594C28FA9C3ED0458E4133 /* RNScreens */, - 6723004F2F67F7EE8BED283A209C5176 /* RNUserDefaults */, - C1A1CD6F648F90F788B43318B2F292AC /* RNVectorIcons */, - 45AD57F10C591CA7F1F8345CA8A36481 /* UMBarCodeScannerInterface */, - 8F37E93D67E21374CEDE5702881BBBB5 /* UMCameraInterface */, - 2013724E0E6E6420717AA8B980144EC2 /* UMConstantsInterface */, - EBE5D54AF7385F1C52E2207435CFAECC /* UMCore */, - B09131565B423D41A715E16F7C5FA116 /* UMFaceDetectorInterface */, - DADB2FA37430407EE3A8BDE1D953DBFA /* UMFileSystemInterface */, - 878E9B74CF8EA6A628777D7E9B63134A /* UMFontInterface */, - 515C8B42D3B026C376B2529E78A9433E /* UMImageLoaderInterface */, - 353417B6E7CD53E90D4CA43E88834E48 /* UMPermissionsInterface */, - 012599ABE1755C0985578F4EFE3A208C /* UMReactNativeAdapter */, - 7579BAE17A98FC76283ED4106A8E03D8 /* UMSensorsInterface */, - 51ABF48952F414D33873A631FB37B1BF /* UMTaskManagerInterface */, - FDF4D6A5D859A483FB87E0527F894279 /* Yoga */, - ); - name = "Development Pods"; - sourceTree = ""; - }; - 4D4CAD72A738FE9FCC82B4A0B67E2083 /* Source */ = { - isa = PBXGroup; - children = ( - 20898907E36468BC4EAE3DA5D98F4006 /* BSG_KSCrashReportWriter.h */, - BC65F1F6162EB51405E4DF22AA606F1A /* BSGConnectivity.h */, - D9965E3BF1C0A7A105894C90DD03681A /* BSGConnectivity.m */, - DF9B028A04CFB05A64FBDED84CD9D1A0 /* BSGOutOfMemoryWatchdog.h */, - 05BCB3C460F5F81DDB1FE31E0BE0BBB0 /* BSGOutOfMemoryWatchdog.m */, - A66FAA94D678F99D0D43B7E041E553EA /* BSGSerialization.h */, - 6ED8C7DE61AF56813E143BF20294906D /* BSGSerialization.m */, - A4C982A1921D03C6551EAEB33757CDB6 /* Bugsnag.h */, - 5D15D8118A4A0FB448CB93237B70977E /* Bugsnag.m */, - 47699BB5067B1F7390913E46DC03E16A /* BugsnagApiClient.h */, - B38BD7471D76B7D8984566FBF8F2FC31 /* BugsnagApiClient.m */, - 9815955A1502945433D96408FEB2724B /* BugsnagBreadcrumb.h */, - 6072E4BAAED089D7AE2B64FEE750099D /* BugsnagBreadcrumb.m */, - F72BA5E62AD5C02B17ACFEE57444E17E /* BugsnagCollections.h */, - 0430A859F6B189A9F7BB9B68684F74DB /* BugsnagCollections.m */, - 58BB6F912D38455B502F2A97120E6C7E /* BugsnagConfiguration.h */, - B6E2477FBD3B0E3200AC17BDAC7868BF /* BugsnagConfiguration.m */, - 70CA824EA0517C7A486AF5913D7A2427 /* BugsnagCrashReport.h */, - C08875D462AD14C697B9C911E58F24DC /* BugsnagCrashReport.m */, - 09B534B21AB7B060F4CB88A9145D964C /* BugsnagCrashSentry.h */, - 418284EA505FDD678CBD5AA73779F981 /* BugsnagCrashSentry.m */, - 129B1B5C404258A3661D2DEAC0C38622 /* BugsnagErrorReportApiClient.h */, - 0BC69A0F0E5428AD5AA0122AFE3B161B /* BugsnagErrorReportApiClient.m */, - 17125002E94B9CFF3F601598C970976A /* BugsnagFileStore.h */, - DA5EA24A40BCD0AF91D8D4883B987D7C /* BugsnagFileStore.m */, - B414B2F742B5E67193DBBE9244CADCB3 /* BugsnagHandledState.h */, - C1B37D7619FDB168247FEA7130A74129 /* BugsnagHandledState.m */, - 6F99ADE66801EF860C2C5FCD523DAC72 /* BugsnagKeys.h */, - D2AE01502A1D7A3BF017E43D2D032248 /* BugsnagKSCrashSysInfoParser.h */, - 6C4A50E254D45C3BE470D3DD33B59890 /* BugsnagKSCrashSysInfoParser.m */, - C3D5C6F8D2CA4F28659A74E2196887E0 /* BugsnagLogger.h */, - 7EDB2B3D66D3A71D8F92BC97FA3EBD68 /* BugsnagMetaData.h */, - 7033CC3FDDE0F2FC2F238C3C2D4CE220 /* BugsnagMetaData.m */, - AF0045C0E8698A8A151A6AB320396243 /* BugsnagNotifier.h */, - 4870E7734548ECD64DE92DAAD30CE706 /* BugsnagNotifier.m */, - 46325BEDE4700FFE47DD396EE228FEFC /* BugsnagSession.h */, - D6200FB32BE00FD2F794E45C05D446F2 /* BugsnagSession.m */, - 427D9EFB7F26B07022FBAE227F7BA288 /* BugsnagSessionFileStore.h */, - CBEBD953DBD9EA578B00BDDAB6C8BED9 /* BugsnagSessionFileStore.m */, - FED5EFB712CA94D241761549840BD156 /* BugsnagSessionTracker.h */, - 6777054F7F582761BBFAA2A487603F18 /* BugsnagSessionTracker.m */, - 2919F0588C823D44177903F6308E77A0 /* BugsnagSessionTrackingApiClient.h */, - 1A72E00C51A5DDD6516BC0EF3C2F3836 /* BugsnagSessionTrackingApiClient.m */, - 45A71F5AE5B0184DDFAC21EA530488D9 /* BugsnagSessionTrackingPayload.h */, - C4DC2C0111B5779B9E565DDCD823B049 /* BugsnagSessionTrackingPayload.m */, - 41B4408EB96EBB344D77C34F1B393459 /* BugsnagSink.h */, - 250CA94BE6AF22BD22B45DF0F3AC6D13 /* BugsnagSink.m */, - B4793AA164D7B384AB6A2211D81056FB /* BugsnagUser.h */, - E6C61D0400E9445DBA9FD8CC957A56A0 /* BugsnagUser.m */, - D3FDCBE707AB3D57D08657B12D7C8E84 /* Private.h */, - A3DCC93615657F78B64CE52A6A8BC21F /* KSCrash */, + DE7F2FD8A029EA1D8D392BE53DEFE9C6 /* UMReactNativeAdapter.podspec */, ); - name = Source; - path = Source; + name = Pod; sourceTree = ""; }; - 4D5D5E6054D1541423E54EF88B7D1095 /* Text */ = { + 47E0FC9C441F47A30B282421E2DEC439 /* core */ = { isa = PBXGroup; children = ( - 8373FF1609D4CC78C3656464B1F9D785 /* NSTextStorage+FontScaling.m */, - 5CF87809263E9EE7B7D2E1C9775F0A0A /* RCTTextShadowView.m */, - A88E01C496FF6956C484ABA7A145B012 /* RCTTextView.m */, - 1E2D4E3111794889626E3A5E42EFB478 /* RCTTextViewManager.m */, + BBEF4F6A79D7A337F2E745F009A9A77E /* LongLivedObject.cpp */, + 43C93FA1DD9321D910CD997E66BC84B7 /* LongLivedObject.h */, + EDAA11E01E3769D1548AD0B426B4B73E /* TurboCxxModule.cpp */, + 2A37D6F518A96C60FDAEA4CB5AD111EC /* TurboCxxModule.h */, + 66447F01620F433C283D8DDE6B50310E /* TurboModule.cpp */, + 942338DC48BF17577A4C1645A502C3FA /* TurboModule.h */, + D6821AD88324905C058650AA19C37508 /* TurboModuleBinding.cpp */, + 9BE75D7FCAF52DDD6FACC196FE4C0616 /* TurboModuleBinding.h */, + A2E5B3203EEEEFDAB9079DE4F5CB11E6 /* TurboModuleUtils.cpp */, + CA7BD2FB34C066034DC699D02D096524 /* TurboModuleUtils.h */, + 0B7E04A0AD709043FB4CF253F4C37055 /* platform */, ); - name = Text; - path = Text; + name = core; sourceTree = ""; }; - 4D83F06413D6217C0D772C119D940DF0 /* MethodSwizzler */ = { + 483A5CAA06186A347DAE4856801899E0 /* Pod */ = { isa = PBXGroup; children = ( - 4BEF4ABF6E8169D3727CEA15BABCE486 /* GULOriginalIMPConvenienceMacros.h */, - 8577AD258C8418C96654C37717002E9A /* GULSwizzler.h */, - 699B8304DAA22EA6D025CDBC9BC2DF39 /* GULSwizzler.m */, + A0B5511CD946C96516D54260C8B42A94 /* LICENSE.md */, + 9D0FDEBC4888EEE55646CAFB751A6813 /* react-native-document-picker.podspec */, + 2EAC13362D230394D71B6F3EAA1D8491 /* README.md */, ); - name = MethodSwizzler; + name = Pod; sourceTree = ""; }; - 4D9867513484B408715899ECC0FFF580 /* Fabric */ = { + 4A81F1E2661798AFE8814C357CD281EF /* messaging */ = { isa = PBXGroup; children = ( - 46569F23AAE5395C809499C108918970 /* FABAttributes.h */, - F1299F01C1D349DA80195EF2BF9B67EE /* Fabric.h */, - 7EC38910709317D57D76162B4AAAB4A0 /* Frameworks */, - DB280F7CD7B89AAE2941A99FFBF8DD79 /* Support Files */, + C53D620466FA934E2DEFED95435D8B35 /* RNFirebaseMessaging.h */, + 5DE60479DDCF059AD1F97AEF0AF8D1DA /* RNFirebaseMessaging.m */, ); - name = Fabric; - path = Fabric; + name = messaging; + path = RNFirebase/messaging; sourceTree = ""; }; - 4E83550CD2D87DD34D933535D7603C46 /* glog */ = { + 4B9A15D9C1C8FB0258DA4F49765624BE /* Pod */ = { isa = PBXGroup; children = ( - 49858E47CF76E28E2821D59D190AFE8F /* demangle.cc */, - 22CD6908E6D35EDAB4715197D48DBB89 /* log_severity.h */, - 8E0D9FED283BAC85D389D557D525869D /* logging.cc */, - 4E30DF42DD6363F4750ACB671F106D0B /* logging.h */, - 3D3D104D06FEDB10294E0B20657A73DB /* raw_logging.cc */, - 5AAB0B583B5185ED50F89BBC10F45D6A /* raw_logging.h */, - A8B9646878F1F3DB7477DC8916D9E9B0 /* signalhandler.cc */, - 53DC50B8081D99A0ACD90977F683BA75 /* stl_logging.h */, - 8CF4A01EE627F61E41AA1DD83D6ED332 /* symbolize.cc */, - B2647D7CE97B25E7411775854BD8AD1B /* utilities.cc */, - 4DD67ABB10429A476CC3CC6A3FFDE56A /* vlog_is_on.cc */, - 2ED62654065B0051EE7BF8418A99C030 /* vlog_is_on.h */, - FBF9D009B9F65C490F43B10E20D35390 /* Support Files */, + 9BA56351B2DF4F5F3A0875737FA7D916 /* Yoga.podspec */, ); - name = glog; - path = glog; + name = Pod; sourceTree = ""; }; - 4E9343ACE01F097FBE654A0479AA5EB6 /* Pod */ = { + 4C5CC651C4548F85CCFCD9046E7336A1 /* Pod */ = { isa = PBXGroup; children = ( - 735308D8F8F56A43FB8A68C952385C2C /* React-RCTVibration.podspec */, + 0C86FEF56116E7B0BB1F17C49A61D4B3 /* LICENSE */, + A0503F2FA3DC9427A604CAC335BBD8DF /* README.md */, + A282F86B0BEABBF5B518E289006DEAF5 /* RNScreens.podspec */, ); name = Pod; sourceTree = ""; }; - 4F846BFBB28AA667BB26513A5E90164B /* UMViewManagerAdapter */ = { + 4D016C00E231FA43BDE7BB6533F8FE05 /* Support Files */ = { isa = PBXGroup; children = ( - C14488DB10BF1DC7ED777D3B1CACC0A2 /* UMViewManagerAdapter.h */, - 0885F5DB98DD1BC11EE566D4EAC121E3 /* UMViewManagerAdapter.m */, + 9911B80A8D09E2F33BC9BB61FF4F6D3E /* React-jsi.xcconfig */, + BCEB923E2F3F8EE5A58153C6B1EFCD5E /* React-jsi-dummy.m */, + A07CF9257E772EF390552470FEE43BFB /* React-jsi-prefix.pch */, ); - name = UMViewManagerAdapter; - path = UMReactNativeAdapter/UMViewManagerAdapter; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-jsi"; sourceTree = ""; }; - 50285A79255F1054792CCB92CC352E15 /* Pod */ = { + 4D9C7557ECB54D5FB587C4FF3E2BB92B /* Support Files */ = { isa = PBXGroup; children = ( - ACE2E911D1DD8EEE1AAF6B1994A2BB13 /* LICENSE */, - 654F55D3078ED4072486CF9F49447C2E /* react-native-appearance.podspec */, - 8A15A9E207A9B31FFE5CADC3535ED922 /* README.md */, + 0807A09287F78F29B2AC03E88390E82E /* Crashlytics.xcconfig */, ); - name = Pod; + name = "Support Files"; + path = "../Target Support Files/Crashlytics"; sourceTree = ""; }; - 50AA12402128295AF90412F88FFAF845 /* Support Files */ = { + 4E37673DF71A3CB5160823FEB3C856F7 /* CxxBridge */ = { isa = PBXGroup; children = ( - CE983F54434489877D613012B3EA86B1 /* UMPermissionsInterface.xcconfig */, + B4599C606497FF6E3DACFA8FDB506A3F /* JSCExecutorFactory.h */, + 8BF0CD01193D197C93A1A6EAC1C8C7F2 /* JSCExecutorFactory.mm */, + 2A8F1BA1DDA2334913E97483188FDB0E /* NSDataBigString.h */, + 9E99DC06A4F55FF1045238A878165DA2 /* NSDataBigString.mm */, + 3CB5D4AE81D2072000C6007CDF99AA4A /* RCTCxxBridge.mm */, + 1C8D565173D60B976B9B818CC8BDF944 /* RCTCxxBridgeDelegate.h */, + BCBB48236A20094745DF341AA5823AC1 /* RCTMessageThread.h */, + 29BAD75CE92E205F1B7146D5AF67383E /* RCTMessageThread.mm */, + CCCF7627EE1A93D9A80F2A155E016155 /* RCTObjcExecutor.h */, + E2FF1CA18AA8296FAF4A280B99B6C657 /* RCTObjcExecutor.mm */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMPermissionsInterface"; + name = CxxBridge; + path = React/CxxBridge; sourceTree = ""; }; - 515C8B42D3B026C376B2529E78A9433E /* UMImageLoaderInterface */ = { - isa = PBXGroup; - children = ( - 1EA36CD03DABA901BA7DD53ECC4B1654 /* UMImageLoaderInterface.h */, - AFE1DE685E75746DDC18FDEEF38C60AD /* Pod */, - 8687009A473B4C19E07A723349ED6891 /* Support Files */, + 4E4AC296B53242E0B91BDB018D55CA0B /* webp */ = { + isa = PBXGroup; + children = ( + 489E83582CEC6E57822FE6F259E47CE1 /* alpha_dec.c */, + 56326E64636C5860ADD9D8717D8B8C9B /* alpha_enc.c */, + 6CF1F51F10F527FFA49F8C35BCC08D4A /* alpha_processing.c */, + 83F1B2BD4B45BF9CD1B13B3F8EE023A3 /* alpha_processing_mips_dsp_r2.c */, + 5E2A92E98E8DBDA927A8118442EA22BB /* alpha_processing_neon.c */, + 3DFF4DA664C9CAA3AE8F80888BBEE863 /* alpha_processing_sse2.c */, + D40726BFD729316AABE7209F9CE71ECB /* alpha_processing_sse41.c */, + DD6632004F2003DCDE912F11C44CEA56 /* alphai_dec.h */, + 30EA317F2FE8EB6FA84DCD6525D08D40 /* analysis_enc.c */, + DC1ED14685D94D7B65AD30A55F657B68 /* backward_references_cost_enc.c */, + 358C919544CAD4E88269535A33E18FBE /* backward_references_enc.c */, + C4632797BCED5CA7E43264D6EF175EB8 /* backward_references_enc.h */, + 814BC5DE2797DF0C936CF03839974699 /* bit_reader_inl_utils.h */, + AC615868BE8E9F48A3A6A126EAA7DA56 /* bit_reader_utils.c */, + 66BF521E492F11C1AAEE17475971CB70 /* bit_reader_utils.h */, + 38A4FA5B11D3DBFA1186FAB230AC87CA /* bit_writer_utils.c */, + 941713D7F2ED661F6F62848161C4ACCD /* bit_writer_utils.h */, + 5807EB6D92C08024B83553174ACA5DD1 /* buffer_dec.c */, + BC9B332A6829DBEC2A6BEED66CA30C36 /* color_cache_utils.c */, + B2CB01CE9E07412C5A22C1E15F8F4859 /* color_cache_utils.h */, + 9951AFB14B84D5988BFB7DC34F63160E /* common_dec.h */, + A942963ED07E6DEB650FA128366D8156 /* common_sse2.h */, + 1BC69F9FE2E8DBE28E99666C455B61BD /* common_sse41.h */, + 7223382B9B79F03CB07B899C151304FA /* config_enc.c */, + E6F1D1E9706AB9D1DCDD8ABE42EB7FE9 /* cost.c */, + 1479715D7848A8E4C2D19640161BB45D /* cost_enc.c */, + 7B4C9226B4D3A7B6A7E8418CF95CBCC4 /* cost_enc.h */, + 67D1334CEA80F39AAF27FF022F320928 /* cost_mips32.c */, + 3106BC87F2CAE5827507F197753E8093 /* cost_mips_dsp_r2.c */, + DCB22A38791F748AE8290C77D99CCC56 /* cost_neon.c */, + 222A34B911FF9FCFF752C596AE492C54 /* cost_sse2.c */, + 52EA42A6C8276F0CBCB74687737707C3 /* cpu.c */, + 190B39A0F3F2FA4A66BF58DD49E9BCFB /* dec.c */, + 870525D77085BDC7FD874AC0C6EE096B /* dec_clip_tables.c */, + 2F3473B6568C15F43FDFEAEBB5BC8625 /* dec_mips32.c */, + 0143E920C1C46322DEAACDA3FEED6B7A /* dec_mips_dsp_r2.c */, + 79CB84FBC11AB9D21E3012451C45CB96 /* dec_msa.c */, + 07917CB28CC07843C9E23E4D4CB0FE07 /* dec_neon.c */, + 55C0E8840659DD2BA9398CCE45C84796 /* dec_sse2.c */, + CDABE96C15F9B4FD9B3FA2B5448EFF61 /* dec_sse41.c */, + DE53658AF11CD49486D35DB8F2FE3A22 /* decode.h */, + 34BF1241D53E178690864E349AD0D6CB /* dsp.h */, + 3FDBF5EADD2E3AD2936BAD2E5FBA95D0 /* enc.c */, + E4376CCDB1E042F671C3D5BABF69B876 /* enc_mips32.c */, + 669FED7B0C83E29684D6A0598821FBD9 /* enc_mips_dsp_r2.c */, + 8DDE75E72B2E19F5B9CA9F1434A1B294 /* enc_msa.c */, + 0729A290877CECD5381E28D8670BA702 /* enc_neon.c */, + 9B4880B22F4A12C9C9791F4B32571F9C /* enc_sse2.c */, + 1C3933A150F307BEBEA5276E79AE9939 /* enc_sse41.c */, + B79D1587D505AC41205B1956A58CDE6D /* encode.h */, + E6A4AB4466400E7177CD81A00D56EC7D /* endian_inl_utils.h */, + 7B0A69B6FACD7C8A7159992BEA265099 /* filter_enc.c */, + 353D6BB05EF772EEB577A534B8E2C1EB /* filters.c */, + 62E3416996F9DBED8A49ADD5F352C1E1 /* filters_mips_dsp_r2.c */, + 51532E710DF75FD878886A5E6C8F1977 /* filters_msa.c */, + AA736E438B04D91D11B081155E2CF4E0 /* filters_neon.c */, + 7E96099942FD1BC96E81912D52A2DD99 /* filters_sse2.c */, + 8EC2141037CFBBAB3FA9E1072F9D6F23 /* filters_utils.c */, + 1C993823267D96AA814B7C38AF6C7369 /* filters_utils.h */, + 4D6BDAF7F393697F29CD3C449B02F883 /* format_constants.h */, + 8CD8755AF098A173E00AA86509262962 /* frame_dec.c */, + C01777BFA2467300977CA3FEF913D5F4 /* frame_enc.c */, + DD9132B64FBE45A4C87A571D30B33B93 /* histogram_enc.c */, + E35994BA61AA03850DB1775AB78F5240 /* histogram_enc.h */, + AF6E7AD32B0CAFD0E83AA25B15391D05 /* huffman_encode_utils.c */, + CC306A91677E008B485C2693BBF1C7BF /* huffman_encode_utils.h */, + EEB2E8240966298FEA727263F58AF026 /* huffman_utils.c */, + 71D84307C5CFE93C1EA2452F993A5334 /* huffman_utils.h */, + C49BB1DB9017B92D7A60FF49B674F10E /* idec_dec.c */, + D2ACF36489C9B96840468D3F72ED2479 /* io_dec.c */, + 49CD23BE81224DB8D95529CC8205EBAA /* iterator_enc.c */, + 6608F2F8DDC7A9422458F90A885EA723 /* lossless.c */, + E7DBE578144365956009AA5CE27574C9 /* lossless.h */, + 0FAEBE5D58863C9A3B5B59A94EA01F80 /* lossless_common.h */, + E258A8E46A886DA9F51CC133614C1696 /* lossless_enc.c */, + 7336EA76552B82F831BCF41D5DBFC597 /* lossless_enc_mips32.c */, + D307D68C68FE4F52BA3146D3C90DDE83 /* lossless_enc_mips_dsp_r2.c */, + 8D29688C643B920F82DE60C7F438D732 /* lossless_enc_msa.c */, + 4D420AC726A223105A3A66DD59C7E9A6 /* lossless_enc_neon.c */, + 00F8B0C7A4D6446D5585DCDC4DEB566C /* lossless_enc_sse2.c */, + 78F3FBD7C471BA4C5B6D151E01926216 /* lossless_enc_sse41.c */, + 5B3821D4D649D9795E1609C4D166AE59 /* lossless_mips_dsp_r2.c */, + FA224BD245F6880CF82A97B34F57EA47 /* lossless_msa.c */, + D9E1543EA3F83B6350BB339D31E74A42 /* lossless_neon.c */, + 5B2535034DE2FFF715358C483D50EC8C /* lossless_sse2.c */, + 1FEA399CF91DC9F45F91622F9ACFBB2D /* mips_macro.h */, + 0B1AE985C329624758A2E5C9F691D7D1 /* msa_macro.h */, + 6978AE3655589E7A3736CE24EF459AE0 /* mux_types.h */, + 9B1DED816870AF0C0B03329B34DC15BD /* near_lossless_enc.c */, + F40A68A5A790E9F7437AC7A11A10E049 /* neon.h */, + 52FF01E96854D8F37412901CC140380F /* picture_csp_enc.c */, + 85DDB9877837BA0AF9B0F7B6DEC362A9 /* picture_enc.c */, + 492152604E4FD300199AC37801C7C124 /* picture_psnr_enc.c */, + DBD19985FDA6E09B99A41FCAEBE6B1BE /* picture_rescale_enc.c */, + 804AD74736151223ADA3BC5674D5EBD5 /* picture_tools_enc.c */, + 693DA1F565A6FF66C8393EEABBBBDE86 /* predictor_enc.c */, + 3C1BC541497F9D69CFB6FF7A5F1D16E5 /* quant.h */, + 9360604531512771A9FD089A9837C676 /* quant_dec.c */, + 369C36A413EA1CD682B6C7998A87C369 /* quant_enc.c */, + AC67BC726D036DB665F8D256B87CE29D /* quant_levels_dec_utils.c */, + 250CF8B419B162FB992D8736BE4DBC17 /* quant_levels_dec_utils.h */, + ECEDE0D5F2E5C9837501F2C507064EC3 /* quant_levels_utils.c */, + EC832A43F0BD80A7DCD2D42A6A83BBE3 /* quant_levels_utils.h */, + 16539A1962C2EA438882C01AA585AA85 /* random_utils.c */, + E94CCAA4B5D0B31346AD905F24B5C788 /* random_utils.h */, + BCC4CC6682FE82D7FD68D5C478533F62 /* rescaler.c */, + 323084A9C7E3739A9C9108ABE90C5364 /* rescaler_mips32.c */, + 70FC2444F6223914BEA560B3136110B7 /* rescaler_mips_dsp_r2.c */, + 3653B913D7CA70CA4C51EC4C9CA27F3A /* rescaler_msa.c */, + 2CE8A788BAAD4C7C8CF9143DFD3B9506 /* rescaler_neon.c */, + 29E6BDF2F5D56B7867030711E63DFE1D /* rescaler_sse2.c */, + 0C3A03091625137666805ABD9CD63C4F /* rescaler_utils.c */, + 6AA57940434E3AAD7AEEE00A590613E6 /* rescaler_utils.h */, + 514F3A9AD50449219C6E0E6AF2186349 /* ssim.c */, + AD02169BFC7C99B84A56BB3FE5948E4E /* ssim_sse2.c */, + 09597B21C975650436C74DFFD48A1EF1 /* syntax_enc.c */, + E33DB78328A822A9C5D7101BE31F544A /* thread_utils.c */, + F30855EBA5C5D5DF32296D69B4CAE212 /* thread_utils.h */, + F73448C5E41D0B6AED5A89E493E41FDC /* token_enc.c */, + 7563DA5563314C4D44215ED308EF7C77 /* tree_dec.c */, + CF2CA478943CD6319CC326CBC7DCA605 /* tree_enc.c */, + B9A1B0E64A972AF42DC39566FEE8C89F /* types.h */, + 88DEDF68D8C60CEAF48D94503FA3FA5A /* upsampling.c */, + 0E60844790501A0F180987D73BF7982A /* upsampling_mips_dsp_r2.c */, + E1B228189E45D0324E55F165C73F0C90 /* upsampling_msa.c */, + 889DD58E7BECAD23FDAC21530CD7D0B8 /* upsampling_neon.c */, + 79056B8415873E79B2C8F6C636A96E00 /* upsampling_sse2.c */, + 861C44D58795A70D3338BEA3807EBD22 /* upsampling_sse41.c */, + 89160B8C3B26D7474A95630C72EA1E5F /* utils.c */, + 39B20C33D2A8CC7A30CD500AEC10C4EA /* utils.h */, + 863D399BA928C8368D2AC66969BA7496 /* vp8_dec.c */, + 133986823449A7882523C4DF4CDAB704 /* vp8_dec.h */, + A7B1B6D5299F4C34E1103231A3B70571 /* vp8i_dec.h */, + 74FC2D6D369BA24B26EF115DD14D1CE2 /* vp8i_enc.h */, + C5E50AFB60DE75A7F2AE919BBEB66E7E /* vp8l_dec.c */, + EE1A35EFE4C42EFA941515040AF2489B /* vp8l_enc.c */, + AAFF9C0E0B5630B174793EC35C4C38D0 /* vp8li_dec.h */, + DE9969CA71BDB274B67CCEA11C0020C2 /* vp8li_enc.h */, + 254440D91C3A7ECA89F32B4582B454A5 /* webp_dec.c */, + 14A2693CDD9952524E83AD5C56A37DD8 /* webp_enc.c */, + 47F13B34B5F0D50BE1C2DECA8367236B /* webpi_dec.h */, + 39DC876762D2607F9452231B276AA8AD /* yuv.c */, + 612EB3CB4B257025F648D62D327C6602 /* yuv.h */, + C222210BC14529A331E3ECF70A2EED5E /* yuv_mips32.c */, + CDAB2A362C37E561051D58E59B8C6295 /* yuv_mips_dsp_r2.c */, + E9EDB57C8A7B9A567D2B7E1DFD51750A /* yuv_neon.c */, + 922FE223C439FC87898DD0C6C980A908 /* yuv_sse2.c */, + 0B87E9F95E955F70802BB09E14E71817 /* yuv_sse41.c */, ); - name = UMImageLoaderInterface; - path = "../../node_modules/unimodules-image-loader-interface/ios"; + name = webp; sourceTree = ""; }; - 51A851DF9BB4A2A85756E8061DA6067E /* decode */ = { + 4E4B09DC1E55FBC79FFCE4EE91FDE31C /* Pod */ = { isa = PBXGroup; children = ( + 545098F00CC2DD2595A6C7709C984478 /* EXConstants.podspec */, ); - name = decode; + name = Pod; sourceTree = ""; }; - 51ABF48952F414D33873A631FB37B1BF /* UMTaskManagerInterface */ = { + 4E632BA6BB0CA2912FFF6430D6F4C829 /* Sentry */ = { isa = PBXGroup; children = ( - 9A70C516362D5F7D9EBC1585FCF393A9 /* UMTaskConsumerInterface.h */, - 8EB370AABDD21BA0B7668E5879AE00AC /* UMTaskInterface.h */, - 99527966D492C0F80E99FAF00244929F /* UMTaskLaunchReason.h */, - 06771DA5C64A38A7DFC915FEA0A51297 /* UMTaskManagerInterface.h */, - 1AAEEFB281242F1A071B2C8AB02C8203 /* UMTaskServiceInterface.h */, - BB68B23E49BBCA6C5A29CCE50C00DED9 /* Pod */, - CC579B8048BC4E2C64399A7F7A53B947 /* Support Files */, + D22C10CEED1C85CB5A398973AA4DA705 /* BSG_KSCrashSentry.c */, + 81599712D9998041E4E6DE0B92E9F991 /* BSG_KSCrashSentry.h */, + 67B71E231DF5F88A2F4ADD98F62EC79D /* BSG_KSCrashSentry_CPPException.h */, + 406385383204B2936DA6EBE77C582A39 /* BSG_KSCrashSentry_CPPException.mm */, + 6CB3691D736C53E5A5DE5AD740CAC09A /* BSG_KSCrashSentry_MachException.c */, + C9473900FC498C6D5B513A6248DD89B6 /* BSG_KSCrashSentry_MachException.h */, + AD54B5D28CA33D8094D80425CD549FBE /* BSG_KSCrashSentry_NSException.h */, + 860855E436D35942C26311A1EDC230C9 /* BSG_KSCrashSentry_NSException.m */, + EC83CCAE0ABC8D5018B3924A1FE1BD96 /* BSG_KSCrashSentry_Private.h */, + 776BCBCF522610A96F3CFCBF6DEE681B /* BSG_KSCrashSentry_Signal.c */, + 5DAEE5347F791D316AFE66FAA3FFF311 /* BSG_KSCrashSentry_Signal.h */, + 6341E8525984ADD7C1E022B6761DF55E /* BSG_KSCrashSentry_User.c */, + C67D8DD64EC1C6C8765D9D4BC2395E5B /* BSG_KSCrashSentry_User.h */, ); - name = UMTaskManagerInterface; - path = "../../node_modules/unimodules-task-manager-interface/ios"; + name = Sentry; + path = Sentry; sourceTree = ""; }; - 51C51A921950308467BB233BA02AE3C5 /* RCTImageHeaders */ = { + 4F088053E1A5DACA2CD2CEB8EAB715B0 /* RNAudio */ = { isa = PBXGroup; children = ( - 81EE5A4414D55FA5EAC5FFEF135313E4 /* RCTAnimatedImage.h */, - 6CB1E3F14C199DDDABE7F182112A5865 /* RCTGIFImageDecoder.h */, - BC806F56214777BFD5A629725CFE3FE8 /* RCTImageBlurUtils.h */, - F69D41E1D679DE5189CB5AFBF5E3F21A /* RCTImageCache.h */, - E23769C53342F026C8FC3324EA9C4E03 /* RCTImageDataDecoder.h */, - 76CF5E5C185238C131EC536F1F9D8C41 /* RCTImageLoaderProtocol.h */, - 11C90C0A37CE0D1135B7B4405DD6191B /* RCTImageShadowView.h */, - C169ADEDD761FF7FF89E2B542C802409 /* RCTImageURLLoader.h */, - 4EFBA9CC63A90E063363AB82E0449F35 /* RCTImageUtils.h */, - EACEC540385227203D4D6C8839B43941 /* RCTImageView.h */, - F44DD56050459C2127449208A3ED4DAD /* RCTImageViewManager.h */, - 5AF206BF94C79830E1F41E1C1B198EFD /* RCTLocalAssetImageLoader.h */, - 6C80594559B5411411B35FA7615757D7 /* RCTResizeMode.h */, - BEF90802AB40E24530A9533863C629C1 /* RCTUIImageViewAnimated.h */, + 18D62828B76C669E2E6ABDDE49B89B20 /* AudioRecorderManager.h */, + E4399DCEF88B24744A6CB0886F4BD5B6 /* AudioRecorderManager.m */, + 92389350297983952D35B34535E9FC77 /* Pod */, + E81AF7D9DE4016395ACEDDA1E5D799C9 /* Support Files */, ); - name = RCTImageHeaders; + name = RNAudio; + path = "../../node_modules/react-native-audio"; sourceTree = ""; }; - 52029A65A362AA225CC04A53636C1D5B /* React-RCTActionSheet */ = { + 506C5E81A5C63F6D6B8305576B5C8173 /* BugsnagReactNative */ = { isa = PBXGroup; children = ( - D58590258F21F73580DDB450622DC904 /* RCTActionSheetManager.m */, - 7B12521392E5BAAE0F3DB648B8F1E10F /* Pod */, - 608D5C93044315403A86AA0C65C2D729 /* Support Files */, + DE92F2943DFD9A02BBD45FECDDD74E13 /* BugsnagReactNative.h */, + 7B0146D2D9664F29180B202ADE2141F3 /* BugsnagReactNative.m */, + 192CBC4E5CF53D44E0A84816757D6725 /* Core */, + 3A5E9EB92AF439C32277527AA370E4C4 /* Pod */, + 59CC0C8284E75316D17C614A80B30801 /* Support Files */, + BB4A093505ED669D0E8B673D55323A46 /* vendor */, ); - name = "React-RCTActionSheet"; - path = "../../node_modules/react-native/Libraries/ActionSheetIOS"; + name = BugsnagReactNative; + path = "../../node_modules/bugsnag-react-native"; sourceTree = ""; }; - 524D7310F63A08A40E791D96940ECEC6 /* Reachability */ = { + 50CEB0C98FD167F49F670574D4F80155 /* storage */ = { isa = PBXGroup; children = ( - C6F54245CDE9F7FD217332E6F4A6ED40 /* GULReachabilityChecker.h */, - 2690ADE71F761217060D0FF0C1378AE6 /* GULReachabilityChecker.m */, - 6C4CBE67363B2232C57BD2CD42D32EE1 /* GULReachabilityChecker+Internal.h */, - A699B05CCF72090105833781B929648B /* GULReachabilityMessageCode.h */, + 6A95C65E7B11A9B5F40027478A2EA091 /* RNFirebaseStorage.h */, + 0A59F301DCC2311D365E74EEA05FBABF /* RNFirebaseStorage.m */, ); - name = Reachability; + name = storage; + path = RNFirebase/storage; sourceTree = ""; }; - 5478A82B4E301801D82F163EAEA05E9B /* Support Files */ = { + 50E9EA75A7B811F01F743AC4B43270CB /* Support Files */ = { isa = PBXGroup; children = ( - 858A5749BBFD503B3D05B035D3CF513F /* rn-fetch-blob.xcconfig */, - 55944EE45A47C2EDCA607BFE638E0279 /* rn-fetch-blob-dummy.m */, - 8A75D45E5BFAC8C1CEA23F49BD406B24 /* rn-fetch-blob-prefix.pch */, + B929AB3C407B90BACE4B5420E0D21534 /* React-jsinspector.xcconfig */, + 6E91D161F0BA3532164FDDD5766C6B34 /* React-jsinspector-dummy.m */, + 74CC5AB120F9E34F953E72BAC94408AC /* React-jsinspector-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/rn-fetch-blob"; + path = "../../../../ios/Pods/Target Support Files/React-jsinspector"; sourceTree = ""; }; - 560BE5E18529C5151D3FB727F3945315 /* React-RCTBlob */ = { + 50EA99FB92AE0BCA251CA09F56A594EF /* Pod */ = { isa = PBXGroup; children = ( - 4857EC81269FB33AC46064C20355AFD2 /* RCTBlobCollector.h */, - 013A24983FE17F635DFAA39B867D1A56 /* RCTBlobCollector.mm */, - 1A8994DC10EFC9F45E3809ABBFBBEE44 /* RCTBlobManager.mm */, - EB492CA5CDABAC145EFE39CE6C47C5CC /* RCTFileReaderModule.m */, - 3A07E1F4040BBFA3D1409DF1AFEDB76E /* Pod */, - 6E04F6F1FB72A477FE90B13EFC018E48 /* Support Files */, + 6D6953CF358135AC262681EBAA3BDB8A /* KeyCommands.podspec */, + D5261E4979498B97B87787DD8FF80FF8 /* README.md */, ); - name = "React-RCTBlob"; - path = "../../node_modules/react-native/Libraries/Blob"; + name = Pod; sourceTree = ""; }; - 5708B5DA29D8876C225B090105B988F1 /* CoreOnly */ = { + 519EAB38AD0198ACC2FF9345124D9C18 /* Inspector */ = { isa = PBXGroup; children = ( - 338ECC56A4A92EB571B4761542C43109 /* Firebase.h */, + 4376097CE1A7C16E9D6C0633029DB2CC /* RCTInspector.h */, + EEEDC419A034A36ACF434DC59091C087 /* RCTInspector.mm */, + 77179EDD9CE141817B39B53F94D45C7A /* RCTInspectorPackagerConnection.h */, + A6CD8A31EAD691BECF392DE6526D8B16 /* RCTInspectorPackagerConnection.m */, ); - name = CoreOnly; + name = Inspector; + path = React/Inspector; sourceTree = ""; }; - 57DD9DB84209C6136A22CA0A09958361 /* Pod */ = { + 5220675971833FCB750DFB6BD46407B1 /* Pod */ = { isa = PBXGroup; children = ( - 95EA5E6FAC17D61AA2EC471386B07354 /* UMCore.podspec */, + 7F3762D4D5CD700A3205D86AF7075773 /* EXAppLoaderProvider.podspec */, ); name = Pod; sourceTree = ""; }; - 586ADC3192594C28FA9C3ED0458E4133 /* RNScreens */ = { + 52F43ECD26A7C91B93A004BAF6FAA80B /* NSData+zlib */ = { isa = PBXGroup; children = ( - 9EAA7F0D10F0499C3375173C94859112 /* RNSScreen.h */, - E804A83F149E105E98B5198D5A0EBA3F /* RNSScreen.m */, - 347FE1F6EB32D7EBAB147F559064CD7F /* RNSScreenContainer.h */, - A7F41214E068C2672232FA79CBF2BD08 /* RNSScreenContainer.m */, - 4E3A3B9DF221F3B63712882E3C242C0F /* RNSScreenStack.h */, - 3C2A0D7A80E2DF72C1980FD853A0D57D /* RNSScreenStack.m */, - AE802E73C4901199E96345C8896A11C4 /* RNSScreenStackHeaderConfig.h */, - 1D31067950B607AE722611658DACC069 /* RNSScreenStackHeaderConfig.m */, - 7BC6BBC81F96E8461305093EA59F2B51 /* Pod */, - CB1BA38F2C9578C7CF003783413411E0 /* Support Files */, + 8A43A3193B00F38A7A85002BB97B1AC5 /* GULNSData+zlib.h */, + B2735CE302680854AA3529AFCC29CA03 /* GULNSData+zlib.m */, ); - name = RNScreens; - path = "../../node_modules/react-native-screens"; + name = "NSData+zlib"; sourceTree = ""; }; - 58FA3EE056B54F2A2D253B2A54DC667C /* Pod */ = { + 52FF1AAF01255F2CBB8837DE5E2419E6 /* Pod */ = { isa = PBXGroup; children = ( - 66CEEDAD0AB260437973739206F91048 /* React.podspec */, + 7BF0C84D55F735A309A6796C5036F66B /* FBReactNativeSpec.podspec */, ); name = Pod; sourceTree = ""; }; - 5AA840CAF62F5A5D15555F53F4925A00 /* Pod */ = { + 545F789467F83C5423E96549E59D05EB /* Pod */ = { isa = PBXGroup; children = ( - AA8B6365B6D3D81758363E0927FEC405 /* React-RCTNetwork.podspec */, + 5EF8BA089342CCEB075E7ACFAF247861 /* LICENSE */, + 987D864CC92723B2359BCEA82238031D /* react-native-jitsi-meet.podspec */, + F11C5D8B94CD0AD9E3AAEAED5662F469 /* README.md */, ); name = Pod; sourceTree = ""; }; - 5AAC2EC8CB401630C3D39B420B4DEC08 /* event */ = { + 547A32EA6290CE06A658E0B9106FDAC8 /* Pod */ = { isa = PBXGroup; children = ( - CE9DB6D5999AC40F67585D9F6B291BC3 /* event.cpp */, - F34109746E4569B08A9E2199ECED5788 /* event.h */, + 14B6196CF7E7333C779345E3D8AB0DB8 /* LICENSE */, + 46C1F617267D2EA2A1D6C2F63B41BD65 /* react-native-video.podspec */, + A34D7856C33ECA9A764E89C5B34ED5FD /* README.md */, ); - name = event; - path = yoga/event; + name = Pod; sourceTree = ""; }; - 5AC538F3561CEAD0FE29C63F6EB5C6F6 /* Modules */ = { - isa = PBXGroup; - children = ( - 225FE7CE2562D200DE7B9CB254856754 /* RCTAccessibilityManager.h */, - 2BE1B8A5E5F75FB3376CC165C499CB71 /* RCTAccessibilityManager.m */, - 063F29136E276332AFDE808E66848284 /* RCTAlertManager.h */, - 1E0EB1E2A3A437A88A232E9F54A38B65 /* RCTAlertManager.m */, - 7086384D7DF888A8EAA0D0D4522AE179 /* RCTAppState.h */, - 57450487C8C0F688905DB8754F274103 /* RCTAppState.m */, - 651E0BB25CB2A2E83A4B91698304F8BD /* RCTAsyncLocalStorage.h */, - E3C6E5B8745E3D7ED7ED154272C30363 /* RCTAsyncLocalStorage.m */, - 2EC226797FBE55FB0A5EB819D6F05FCB /* RCTClipboard.h */, - 7D8BD50C15C290B659632A280E0ED34C /* RCTClipboard.m */, - 82D6F3B8FBE2CC86A13086312B23271B /* RCTDeviceInfo.h */, - 541EDDA0CE87E2F9A7F202EB95F111A0 /* RCTDeviceInfo.m */, - 0183B322298E8AD7F475A6051FCBF822 /* RCTDevSettings.h */, - DB4F0F2DE3D5255E64E8207F52BC3511 /* RCTDevSettings.mm */, - 57A06A4B482777BA23EC31EFEC2629D5 /* RCTEventEmitter.h */, - 6F6276C82E730E00E47CA21517DEA52A /* RCTEventEmitter.m */, - EDE9F8B7DDC2D1BAA2D5BA72D12346A9 /* RCTI18nManager.h */, - 5BDFCD92FF6C77015537D9CF0C0F4321 /* RCTI18nManager.m */, - 846D585DAC4CAA75858E23352D955DCE /* RCTI18nUtil.h */, - 4129A3ABCECE0D423B0117736193078F /* RCTI18nUtil.m */, - D19C4A70A9AF30BB1E58A1F3D7DA4710 /* RCTKeyboardObserver.h */, - DB4C0A0B99791EA8172573C88CB93DE4 /* RCTKeyboardObserver.m */, - 7FDB4CDB9687C807AA8AA69F93C6A9D3 /* RCTLayoutAnimation.h */, - 76D2A70142185C191DB22AA281F8E249 /* RCTLayoutAnimation.m */, - 97C96F3022E6ABB729CB57D1FAB24559 /* RCTLayoutAnimationGroup.h */, - 4301F7D11738928F4F343B54F1140C41 /* RCTLayoutAnimationGroup.m */, - 5E846E8148C704A0F4A81E052D50BA9C /* RCTRedBox.h */, - 8A52E6AED1DC4A1AE4D8AD3A618C1C68 /* RCTRedBox.m */, - 393BD60FAE9D0165B0FC6535D18FDAE2 /* RCTRedBoxExtraDataViewController.h */, - 3D3376B88476529151AF8A2A8CA08CB8 /* RCTRedBoxExtraDataViewController.m */, - D853DBCF5B44207CC309317FB832DE4D /* RCTSourceCode.h */, - 031523244FC57A378E3367A29EAB732D /* RCTSourceCode.m */, - C38CF86717B0A8124843135761391B8F /* RCTStatusBarManager.h */, - D8304B2C2A635E586D23387ADB0C77CA /* RCTStatusBarManager.m */, - 500AB3A9389C8A6C18587908B65AAC29 /* RCTSurfacePresenterStub.h */, - 759E0A2F53C1DC70E0421D79F409D4C5 /* RCTSurfacePresenterStub.m */, - 0F9B19A4C8F283BA3A99522FBDE0A784 /* RCTTiming.h */, - 762D67FD468E1E1134B9A2CB483D935B /* RCTTiming.m */, - 1B95AC5D90281C90AE792FE4E3B6DA33 /* RCTUIManager.h */, - 18362C3D98EA6CB3834CF9B1302D0D33 /* RCTUIManager.m */, - D4965976039CCC29884B01BA455CFC6F /* RCTUIManagerObserverCoordinator.h */, - 2A20CF3A60C5CFD0DE74EB90F8E8092E /* RCTUIManagerObserverCoordinator.mm */, - 74CA056DE58D7CEEF549208AD3B2B845 /* RCTUIManagerUtils.h */, - 14A30C9980D181F02A75264F9594C701 /* RCTUIManagerUtils.m */, + 55136C75EB4F5BD0AFD5E22CEAF26273 /* Support Files */ = { + isa = PBXGroup; + children = ( + 865A76C3046C18A7DA36E67E3DE72F88 /* Folly.xcconfig */, + AE0B90E0468091ECE32ED3647927E0A0 /* Folly-dummy.m */, + F01F019DEF200D6F9339D79937FF6498 /* Folly-prefix.pch */, ); - name = Modules; - path = React/Modules; + name = "Support Files"; + path = "../Target Support Files/Folly"; sourceTree = ""; }; - 5B4F38BD5F9A291B96598C769F0C384E /* Support Files */ = { + 56151608E33FF7556216B5A92B4972BE /* Support Files */ = { isa = PBXGroup; children = ( - 3CF609FC152CCA41BFE8B3569C32876F /* EXAppLoaderProvider.xcconfig */, - 03B91C4C2CB95C1BB9E6830F7DD40469 /* EXAppLoaderProvider-dummy.m */, - 1EA3124EB70FCDFC268400981009BA06 /* EXAppLoaderProvider-prefix.pch */, + FEF047CCA856CD7D026EF5EBB71079CA /* RNBootSplash.xcconfig */, + 2DCDB7FF91ACEE4C175EC491C6ED0E1C /* RNBootSplash-dummy.m */, + 6D437D1D91521EF391DBC88F822D7B0D /* RNBootSplash-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXAppLoaderProvider"; + path = "../../ios/Pods/Target Support Files/RNBootSplash"; sourceTree = ""; }; - 5BE341B589FC0F451D7BEF5E6EB3DA4A /* TextInput */ = { + 5647FAA622C078EF86A89F328A3BD7D3 /* SDWebImage */ = { isa = PBXGroup; children = ( - A100B95C40E49F920B2F4A30C4CC25B5 /* RCTBackedTextInputDelegateAdapter.m */, - 67764D6938EF16252E8774622A52827B /* RCTBaseTextInputShadowView.m */, - F2232511DA99E9BE85C4755365C4F6C5 /* RCTBaseTextInputView.m */, - 6EE82BB500527F22A577841A89EC5912 /* RCTBaseTextInputViewManager.m */, - DD0B061D5F64BDEF589FAF221B90DF4E /* RCTInputAccessoryShadowView.m */, - 0C75686B1B7889134830DAB954BDCAE8 /* RCTInputAccessoryView.m */, - C1180FC31D4F85654172F436A084AE26 /* RCTInputAccessoryViewContent.m */, - 9504606B46EDB11A8E63B1317A2A21B0 /* RCTInputAccessoryViewManager.m */, - 32036E9F30E810D093E7DBA3554074EE /* RCTTextSelection.m */, - C9970E12FF04D74B1F55F9CAA68E3493 /* Multiline */, - BD6C9A10683CF3D79704FC87D3EEA518 /* Singleline */, + 6B194D56D85D3315180273BBBCA6F374 /* Core */, + 762BE18B9C9F5EE8B4272C7F227FE59D /* Support Files */, ); - name = TextInput; - path = TextInput; + name = SDWebImage; + path = SDWebImage; sourceTree = ""; }; - 5CBFF170D600E712082ACAC6CB74C619 /* Support Files */ = { + 569CAAF3E5419A9E70B9DC9943F4D677 /* React-RCTBlob */ = { isa = PBXGroup; children = ( - BD29C73F393C82467AE6B9F4388B5E73 /* ReactCommon.xcconfig */, - 63C0E4F0F25AB393991555C6ED9A3DB4 /* ReactCommon-dummy.m */, - 04F0C3F50954C09C18146BF9A65143A1 /* ReactCommon-prefix.pch */, + 35D80F066681376DC133CD76AB2A21EB /* RCTBlobCollector.h */, + 4D8A8570768D18EC6AD9A98D3769B00F /* RCTBlobCollector.mm */, + 19F6FE449DB9762544352360A9B48419 /* RCTBlobManager.mm */, + ACCC460723898206A9DEFFCA2B534551 /* RCTFileReaderModule.m */, + 39C140100D92538FFD422850FA2B3419 /* Pod */, + 8DF5B14300924905847CAE5A7B992DDB /* Support Files */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/ReactCommon"; + name = "React-RCTBlob"; + path = "../../node_modules/react-native/Libraries/Blob"; sourceTree = ""; }; - 5D5E0FE32BB74DFE4D34627DADD93C95 /* FirebaseCoreDiagnostics */ = { + 582368CADAB951BC63835D9D7C69000C /* RCTLinkingHeaders */ = { isa = PBXGroup; children = ( - AF9D766D62026C8ADA8883382A30FCE0 /* FIRCoreDiagnostics.m */, - F924F4BCFF41DF00E2D16FC29F4D79A7 /* FIRCoreDiagnosticsDateFileStorage.h */, - CFF9BB1CA206380572EFC80409667259 /* FIRCoreDiagnosticsDateFileStorage.m */, - 7361A14E6913E84550C1DC3F58C2D8DB /* firebasecore.nanopb.c */, - ADFD2929D2E95FCACBBE0C693EEA30C2 /* firebasecore.nanopb.h */, - 0E1B8ED746B18B2E5D6A533164AE6799 /* Support Files */, + 4F9990659AA32C3B809F59BA64EFBB47 /* RCTLinkingManager.h */, ); - name = FirebaseCoreDiagnostics; - path = FirebaseCoreDiagnostics; + name = RCTLinkingHeaders; sourceTree = ""; }; - 5E4CA585375B5EE0B56D0E561652248D /* RCTAnimationHeaders */ = { + 58BAE5DDDF5C2801585D112D467FB66B /* UMCore */ = { isa = PBXGroup; children = ( - 2F0D9724DDBB33FB12DAD4B47D5826F0 /* RCTAnimationUtils.h */, - DC27B41F9E3C8B2A0AD60A85C568A20B /* RCTNativeAnimatedModule.h */, - 75C4194A2DAF3822BAA7E2AC55A60E7C /* RCTNativeAnimatedNodesManager.h */, - F548C08594B68ABB4AF7B0E4D0B30CAB /* Drivers */, - 250BCAC422E5AB571F59368A503019F0 /* Nodes */, + 204028BFF03CEE94591E5D30DAD1F291 /* UMAppDelegateWrapper.h */, + C8CE94D59493536AF3CB0E93B9F4E55D /* UMAppDelegateWrapper.m */, + 757F0D30455E5095FA1113AEA1646E4D /* UMDefines.h */, + 831583B9B9FF6EEF6E65BC060213F4A6 /* UMExportedModule.h */, + ACA35723F300F3BB61F1EFECA1F9C1C9 /* UMExportedModule.m */, + 8F1EE2C6E1E03203FC6FDDEDD82CFB77 /* UMSingletonModule.h */, + 8A9758E0A04F5FDB62647A27C76C331E /* UMSingletonModule.m */, + 9F81DF2D006C52D3C759F0C2B994DB07 /* UMUtilities.h */, + 6231DFB28457E562F707F544065F7430 /* UMUtilities.m */, + E03FDADD8D087B539D2F8619A00F2DF6 /* UMViewManager.h */, + 38BDE49EBDF3B0498562F79B151051CB /* UMViewManager.m */, + 184F5111741E966BD8AEBF3DABD38B88 /* Pod */, + DBEC738EECC02D21F7960319BB60045B /* Protocols */, + E45BD582D7ED410BDC31768C659999CB /* Services */, + A63CCD465EA8AE08A2674E48F407F158 /* Support Files */, + 16F1B231E34648744E10298084E6B312 /* UMModuleRegistry */, + 0A96D850EEC40B3FDB333F5684448784 /* UMModuleRegistryProvider */, ); - name = RCTAnimationHeaders; + name = UMCore; + path = "../../node_modules/@unimodules/core/ios"; sourceTree = ""; }; - 5F8EF0E75B930F35ECB2FF5A3BD66E0B /* Support Files */ = { + 5900543A95485F383AA39FFDC83A331D /* Support Files */ = { isa = PBXGroup; children = ( - 2832D2AB6E74719A8E3A77EFAD5C5257 /* react-native-notifications.xcconfig */, - 64DF2F0F5D61E3A7DE671BCE977724EA /* react-native-notifications-dummy.m */, - 6451997024CD186BA6F2D4A451827D0D /* react-native-notifications-prefix.pch */, + 9C0AE2466BA4C974BC84C214B080C357 /* GoogleUtilities.xcconfig */, + BF904877DC532C867E65B62EAB5AC8DD /* GoogleUtilities-dummy.m */, + 4A935CACAB35FE24F3C981E8C4A6A26C /* GoogleUtilities-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-notifications"; + path = "../Target Support Files/GoogleUtilities"; sourceTree = ""; }; - 5F90430586CA31CD6F7158DA47BCFF50 /* mux */ = { + 598D183E6742DF321B955641935F1346 /* React-RCTActionSheet */ = { isa = PBXGroup; children = ( - 0F8EFB6551B10AE3A44E03B9462574B8 /* anim_encode.c */, - 51E14E8D70831052A1B75375D21618B9 /* animi.h */, - ACB9C9B7C028DDBC2B0FBEB2D1EAE8D2 /* mux.h */, - 15B09F7F9121E23D66CFB7EA2FDF3E2B /* muxedit.c */, - 661B96714A028FF3735AB243B40A52F2 /* muxi.h */, - 8938B320492783985358B1EB49BD2B5E /* muxinternal.c */, - A4AFF26A82F62EE0683FFFB913D9DE76 /* muxread.c */, + 1DA3A6319D375F4D7519673B9CEE18A3 /* RCTActionSheetManager.m */, + D01A22F330DDBDA8AB77019ABC8D7433 /* Pod */, + E068543D468EB14DF02A179EC3571315 /* Support Files */, ); - name = mux; + name = "React-RCTActionSheet"; + path = "../../node_modules/react-native/Libraries/ActionSheetIOS"; sourceTree = ""; }; - 5FAF012E5DF9BC1DE4D179DF52173191 /* React-RCTLinking */ = { - isa = PBXGroup; - children = ( - C1EEFE3D55A0AEA0A647125C544FC2A4 /* RCTLinkingManager.m */, - 0ECF250064E29A76417B7647A234370D /* Pod */, - 0095D5EDC0A1DCC588A10ED76A04A177 /* Support Files */, + 59A65425D4206BBADDB67D9CFDF0A616 /* Yoga */ = { + isa = PBXGroup; + children = ( + 69AA503C26BF95F78546E43BB10103F7 /* Bitfield.h */, + 1514FB448C3792F9B079996C9A026869 /* CompactValue.h */, + 953A33B5E32CC3880041741D2A8FA707 /* log.cpp */, + ACE70D1389E6F764B944D5A2B92BD6A5 /* log.h */, + 7DFB4980F144207DEE8438AEA10C2137 /* Utils.cpp */, + 055D6F3674AC43C692134055A0114233 /* Utils.h */, + DA0DE37FB10CB00B4D9968FF00394365 /* YGConfig.cpp */, + A0A3C365D6D9695020F22E89EE0829AE /* YGConfig.h */, + 2FB3372EB8247BC640B24FF491917B03 /* YGEnums.cpp */, + 9690640B113C26A03045E4735EAC445B /* YGEnums.h */, + 906BB38A481B01E252CEC5C4D3A5FDD6 /* YGFloatOptional.h */, + 3590D43479C716D7A9556447867485FF /* YGLayout.cpp */, + C16F9643A5F548F5343330F102BB2FCB /* YGLayout.h */, + 8DD664106AF32EEDF8E76346B113250C /* YGMacros.h */, + 48FBA35354D453E0846D12030AD72533 /* YGNode.cpp */, + D4FECA372334C3D52C8947F1B7BD3417 /* YGNode.h */, + 6F41530A1AEF5C778E22C8EE5E839813 /* YGNodePrint.cpp */, + AC8ADAD4814C3F1601DDF0ACD33789F6 /* YGNodePrint.h */, + 4FE8ECCF1A7DA6B23075F3372ABAC5A2 /* YGStyle.cpp */, + B7B9CE3358A1EB2B6ED1D52185B4EB1F /* YGStyle.h */, + D928C35584F765127D20446C78F11B68 /* YGValue.cpp */, + 912E9582888DE46FA14544290249F7BA /* YGValue.h */, + A1923765E1722B016062233F42B81720 /* Yoga.cpp */, + 7A096543D66724C493A712068089CA5C /* Yoga.h */, + 8B41D65D1A862187B442D7073FCE7DD1 /* Yoga-internal.h */, + CEC31E1C581AC5DFC3EA1D7BE9F0AA32 /* event */, + CDF2A90750537C68D0497696D0B47435 /* internal */, + 4B9A15D9C1C8FB0258DA4F49765624BE /* Pod */, + 9E1768CDF083B50F5B6B4A924ED23343 /* Support Files */, ); - name = "React-RCTLinking"; - path = "../../node_modules/react-native/Libraries/LinkingIOS"; + name = Yoga; + path = "../../node_modules/react-native/ReactCommon/yoga"; sourceTree = ""; }; - 5FD0AEE258A65CFFD743C2D5510E7666 /* Support Files */ = { + 59CC0C8284E75316D17C614A80B30801 /* Support Files */ = { isa = PBXGroup; children = ( - D8901CA28F0B8B14CD6AF4861D28138D /* UMCore.xcconfig */, - B8D1129C4CF2834BFB0767A96D941297 /* UMCore-dummy.m */, - A2C47EF88318862C646DB0E921FF174E /* UMCore-prefix.pch */, + 33083449842A3D535CFD8872E4DD77F8 /* BugsnagReactNative.xcconfig */, + 6B10126DDF1E91DF886BCD3FF29934C2 /* BugsnagReactNative-dummy.m */, + 88AA7C3DD708327041BB54B339F6D5C8 /* BugsnagReactNative-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/UMCore"; - sourceTree = ""; - }; - 6018A69EFB258C4214AC418A9F7D9657 /* Support Files */ = { - isa = PBXGroup; - children = ( - 4B7E9EA302BE28A69F86FFCEDB3665BA /* React-RCTVibration.xcconfig */, - C6248E61FF60B7423DCA4D91B64615CF /* React-RCTVibration-dummy.m */, - 9E04EF94636F1801EB53C46DA94277BC /* React-RCTVibration-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTVibration"; + path = "../../ios/Pods/Target Support Files/BugsnagReactNative"; sourceTree = ""; }; - 608D5C93044315403A86AA0C65C2D729 /* Support Files */ = { + 5A226242CEB90B67A60A44F53DE501CC /* Pod */ = { isa = PBXGroup; children = ( - 5DB4CF72EF88A009BCA6250775047C22 /* React-RCTActionSheet.xcconfig */, - 9E058BB12A701830A62C845BEEBD7FA8 /* React-RCTActionSheet-dummy.m */, - 05B859CB2964ED1A727CF7A1F1A39EC9 /* React-RCTActionSheet-prefix.pch */, + 8A026745978587166BEFB071A294C1D9 /* UMBarCodeScannerInterface.podspec */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTActionSheet"; + name = Pod; sourceTree = ""; }; - 6289CF0766C0E62D4976921B805194C8 /* AppDelegateSwizzler */ = { + 5A22B1D59EDD8539B5273B612AF432DC /* RCTImageHeaders */ = { isa = PBXGroup; children = ( - DE0A5B7107E9BE6590E7CE266D26EEAB /* GULAppDelegateSwizzler.h */, - 8A7D02799D4AF36B211CFE1A6CDD0BA7 /* GULAppDelegateSwizzler.m */, - E89431071A7491F4E4076F43F0D9B5D7 /* GULAppDelegateSwizzler_Private.h */, - 727EF25DA0553E17DBF96ECA72544A2F /* GULApplication.h */, - 7C3F1CD6A3EADEAE4CF1D0F93935D414 /* GULLoggerCodes.h */, + BFC8572BF2E16B04BA4F3A190A018428 /* RCTAnimatedImage.h */, + AF99F8B9785ABF57CC3B10E0C100B565 /* RCTGIFImageDecoder.h */, + DB8E6E524E93AA1E17AC170DA85BCC3A /* RCTImageBlurUtils.h */, + 7FC8394AB77ADDA84BEC1B75204CA938 /* RCTImageCache.h */, + A12A109DD4E22A0DBF6FF579E66843B0 /* RCTImageDataDecoder.h */, + E104A26AD02F9440154BF5C9E00FC5F6 /* RCTImageLoaderProtocol.h */, + C71CC06056DF5AB069ED78C35A7CFA26 /* RCTImageShadowView.h */, + 00D9BBF8F7A5ABBA78708605ED38FDC3 /* RCTImageURLLoader.h */, + A1841F077B29D6A80EEDBEA24DB2C322 /* RCTImageUtils.h */, + 22EE5AF94F841B64FF2A89BC1DEB0721 /* RCTImageView.h */, + E933BD1ADE84DDD2ED8C4B6FE7EDC96C /* RCTImageViewManager.h */, + B71F97050C5447905B69A1EA525371DD /* RCTLocalAssetImageLoader.h */, + 5070D1CC29D0176C8834ACAF69563FFF /* RCTResizeMode.h */, + CE6FBF657AFCBC0CE992F27A287E263C /* RCTUIImageViewAnimated.h */, ); - name = AppDelegateSwizzler; + name = RCTImageHeaders; sourceTree = ""; }; - 6659808362EAC2381D772454BEEC0227 /* Pod */ = { + 5A9CC00E0012D90CA3C524D17E6F483D /* EXConstants */ = { isa = PBXGroup; children = ( - E157A48384BBEFF5F3182E3E69A85E1B /* React-jsi.podspec */, + D42B454EEB792E0824116D8112F0E504 /* EXConstants.h */, + 6CE53DB147D7CE3A21529D14E09DBFBC /* EXConstants.m */, + C27DEF5F9FE096244CC1CE7B2955404E /* EXConstantsService.h */, + 3B7D656B7E53C426674B3FA4433A48F4 /* EXConstantsService.m */, + 4E4B09DC1E55FBC79FFCE4EE91FDE31C /* Pod */, + 1506569288EAA9784AECA68608777DEF /* Support Files */, ); - name = Pod; + name = EXConstants; + path = "../../node_modules/expo-constants/ios"; sourceTree = ""; }; - 66B304ED168BF82E7FF169BD0C730C83 /* EXWebBrowser */ = { - isa = PBXGroup; - children = ( - 93B55B18D1A313D01001BA2F60D6C8F1 /* EXWebBrowser.h */, - 92402E731354E4EB0C3E3355CD9E2FEF /* EXWebBrowser.m */, - 3A65B8E6CF95FCE6D8C81E1F50814A37 /* Pod */, - CE9008BF4732FA8A5C4EE84ED6DAF1E9 /* Support Files */, + 5AC8DD3A22DE15FED6107CBAF45D37A2 /* FirebaseCore */ = { + isa = PBXGroup; + children = ( + D685191518CCCE8477FBB30EA847D2D9 /* FIRAnalyticsConfiguration.h */, + 7FAC33E8263E9BEFAC11A7DFF34AD0BE /* FIRAnalyticsConfiguration.m */, + 0CE22CAD125F9462C815704C23AB8010 /* FIRApp.h */, + 302B8DE670717BA41E14F4F5F4905743 /* FIRApp.m */, + 0BB289DB92FF1A08F326924844309EEE /* FIRAppAssociationRegistration.h */, + 417D73313E1EBA932B71E1DD4ED1E357 /* FIRAppAssociationRegistration.m */, + C1F62027A357E86846B1913AE4D9178C /* FIRAppInternal.h */, + 4D280BD85D66E4E6F08E9D7AF3638731 /* FIRBundleUtil.h */, + 48E62AAA99323AAF6FC8A4C5D988DBDB /* FIRBundleUtil.m */, + CCC714DCDA38C719574933AD4BB18BEA /* FIRComponent.h */, + 64E3F75CCBF052877127694AF8D51F61 /* FIRComponent.m */, + DDD8773720268ECF1673636082B7B0D9 /* FIRComponentContainer.h */, + 703C19B7DA7D14697A7DA9E62F10EC52 /* FIRComponentContainer.m */, + 850EC46C044A0D75CF74813A69913DEC /* FIRComponentContainerInternal.h */, + C46905CBF59E505239D2FBEE8A2482ED /* FIRComponentType.h */, + 7F057988909AE054F78191124C83EE28 /* FIRComponentType.m */, + A6554CAC66AB58DD6D06EC2E8F89E196 /* FIRConfiguration.h */, + 5E7B62E6910F30CA5877D34DC7AA5887 /* FIRConfiguration.m */, + F3A324E400A01F6B751011F6DE9698F6 /* FIRConfigurationInternal.h */, + 38B418D43F61C1B419AB3F337FC541B6 /* FIRCoreDiagnosticsConnector.h */, + FCC11573AB7D5B652772C6126FE31C36 /* FIRCoreDiagnosticsConnector.m */, + 2D8FD8F174DBC0600594D0ACA475512E /* FIRDependency.h */, + 1EA8FF5764F81F464D320E1177895992 /* FIRDependency.m */, + E7CE121DF2DE02220806316553608552 /* FIRDiagnosticsData.h */, + 6750678139A1A6899CB0DEC8000545FE /* FIRDiagnosticsData.m */, + AEB04230EF187F0097DCADD95323A008 /* FirebaseCore.h */, + B1FE0D366F6E3BEEE492394D7E4FD699 /* FIRErrorCode.h */, + EDC5880EEB4755D48F83AD2787FA78EF /* FIRErrors.h */, + FD7691D43748739B72817CB68865006A /* FIRErrors.m */, + 479B38160D59438D69CC69BD7C3FCCB2 /* FIRLibrary.h */, + B7AD9152F3BD8FC9B15BFBC1B66AA7CB /* FIRLogger.h */, + 8175885836544CD4D80DDBE66EEFAA45 /* FIRLogger.m */, + 407248094230C4CB540340AFC5FDF3B3 /* FIRLoggerLevel.h */, + 58C1F1702169DF372D6719CB18B37FE6 /* FIROptions.h */, + E4DEC78771EBC06D1CC9FFE168FB912D /* FIROptions.m */, + 080E2FD90E9D759670B5110850479F74 /* FIROptionsInternal.h */, + A47B0FD5533369CBB8D4F5907D6C95B0 /* FIRVersion.h */, + 73E49B69B89A89D1209D071D4F21208A /* FIRVersion.m */, + A6F18B90ADD5F3C489E841EC3046432D /* Support Files */, ); - name = EXWebBrowser; - path = "../../node_modules/expo-web-browser/ios"; + name = FirebaseCore; + path = FirebaseCore; sourceTree = ""; }; - 6723004F2F67F7EE8BED283A209C5176 /* RNUserDefaults */ = { - isa = PBXGroup; - children = ( - B71FB225C908EAD536CA6483F22B70A1 /* RNUserDefaults.h */, - 3CDC7DCF5B728E13C12296BE1538638A /* RNUserDefaults.m */, - A299CCC7A40B698E62F67181172B639B /* Pod */, - AD0B63B27B719405232566794B340188 /* Support Files */, + 5B1620C7655D06B68305718F7E49F05F /* Development Pods */ = { + isa = PBXGroup; + children = ( + 506C5E81A5C63F6D6B8305576B5C8173 /* BugsnagReactNative */, + A2BF728FF26677BBC7EB0793961CDAD3 /* EXAppLoaderProvider */, + 87539F95CABB9949D19B0D7455021360 /* EXAV */, + 5A9CC00E0012D90CA3C524D17E6F483D /* EXConstants */, + A34AD49AA8F202369E4D92B3CAEB6B4C /* EXFileSystem */, + 0FC8B46C4F35A358F742F3A9808D2159 /* EXHaptics */, + E12A3440EBD5075259F87B014ED7EA50 /* EXPermissions */, + A361BC9D1A4E3D755933D2A8C0112B3B /* EXWebBrowser */, + EB7830C10F2B6F429566321E5411CCC2 /* FBLazyVector */, + AAEBF56580F3C9F02D78FAD116CD825F /* FBReactNativeSpec */, + 471D0EFFAE9599E4C80DB04C2CB04FCB /* KeyCommands */, + 11073F82ED4A02E7288B962B5E18A2D8 /* RCTRequired */, + B9638BBE4456C200CCE55463C8709079 /* RCTTypeSafety */, + 4613BB9BCD9F3277483ABE1F4B724EB7 /* React */, + 1541D1B3DB1EA92F27A54682420584E1 /* React-Core */, + 7C4F4CC614025632F5EC16AB95423698 /* React-CoreModules */, + 423D07120F4F8CDCAD208CFC4BCA5B2E /* React-cxxreact */, + 64BD27210620F7B398E951FDF7ED4EF3 /* React-jsi */, + 713CF8B5361AB5911D4627D1D8543DF1 /* React-jsiexecutor */, + FA06029B50ADF40D556CDB3E6E523B94 /* React-jsinspector */, + B97B3E42D3C6017CBE23D24131ACC397 /* react-native-appearance */, + 7ADF3B70FEA5EAE88FDF808BF368CA4D /* react-native-background-timer */, + 643292FC9B60A49EC6660EA0026B28B4 /* react-native-cameraroll */, + 25363F2F7014172A6F5E0D276D7112A0 /* react-native-document-picker */, + A06D7F7F666DD9E1E88EEFD88E729F03 /* react-native-jitsi-meet */, + BECC0D98EABF990ACD682B871E95019E /* react-native-keyboard-tracking-view */, + 3185EBF90C3701A86F03C28066EC1880 /* react-native-notifications */, + BCF6ABFDE29B0ABA8AD6021904F3105C /* react-native-orientation-locker */, + 6044ED769FD48502F0A9263A6B59817B /* react-native-slider */, + 97573B2B175A3B0CE4E7A69A7016C0C3 /* react-native-video */, + F3CAF142A2F6B10909EED3343B9FF4C6 /* react-native-webview */, + 598D183E6742DF321B955641935F1346 /* React-RCTActionSheet */, + B85EE38012D7ED8FF280C3CF51D4EA26 /* React-RCTAnimation */, + 569CAAF3E5419A9E70B9DC9943F4D677 /* React-RCTBlob */, + 70AF65661FD167457B786597A0D006FD /* React-RCTImage */, + 21F8C167E4147074DC7394434512659F /* React-RCTLinking */, + A4DCBE6B634782134654E5CFF87B1703 /* React-RCTNetwork */, + F2FD01AAB7CB67814252C9FA9FAEB1F5 /* React-RCTSettings */, + FDCDFD15E0E55A11B5B46875F275B9AD /* React-RCTText */, + 208378A2DDEA24BC8304F54E6C2C976F /* React-RCTVibration */, + 221C064D25676DB553177E6C33D4DA6E /* ReactCommon */, + E2EFE7553546470387265E4B358849A9 /* ReactNativeART */, + 1600E2C52A67D7AE904F4470B2042567 /* rn-extensions-share */, + CF1924AEBEC8AB75C152C1CE2E778A50 /* rn-fetch-blob */, + 4F088053E1A5DACA2CD2CEB8EAB715B0 /* RNAudio */, + FEBA5CACAC6487839B5FC2B44320F93C /* RNBootSplash */, + F7C7166FF5CAB4846BC9291C6EA0B00A /* RNDateTimePicker */, + 96044D29C99F780724EDE717767873BE /* RNDeviceInfo */, + B29353F9A3E5F6C66A586DB2290FAC84 /* RNFastImage */, + 22878C41547D05A39E1BF2ACF019D20D /* RNFirebase */, + 4460F05AFB9F494AB1C677BF90562D11 /* RNGestureHandler */, + F1A57550C5453A8DA356A8B90D747A3C /* RNImageCropPicker */, + EFAF538BA0EE9D5E25FB39B6EABC8883 /* RNLocalize */, + C8E049F9E469297DA6F954975A6D7509 /* RNReanimated */, + AA8E90B37E383107D69F1B523B4A265F /* RNRootView */, + 2B189CC54D595DCA532ABC3E0483C9D7 /* RNScreens */, + C99C2E3FA044340CEDBD17A3AD8D547B /* RNUserDefaults */, + A6245E4B34499F2C0151CB5865B2A3B2 /* RNVectorIcons */, + B8AC8B0C904E9C46DA6D53FCE3F696CB /* UMBarCodeScannerInterface */, + 74E2BA18C51A75E311D9F24506E7CE08 /* UMCameraInterface */, + C4C680B6620077A69F3A9FA9B4724F78 /* UMConstantsInterface */, + 58BAE5DDDF5C2801585D112D467FB66B /* UMCore */, + 017FF0D48398809C9481A515C3AF3669 /* UMFaceDetectorInterface */, + EE8F9650481736DB306924C006565936 /* UMFileSystemInterface */, + 451D9A0828E63288E42FBF2B974F1AD9 /* UMFontInterface */, + 27D6FFE7CBC35F67B1F74FE1A546927A /* UMImageLoaderInterface */, + B46E9D9F671555A2B0569513F85B8E58 /* UMPermissionsInterface */, + 3E4499991A0A769B85B352563C100875 /* UMReactNativeAdapter */, + 90735FA5CDEC56104FB6959B2ACBC245 /* UMSensorsInterface */, + 253171AC11D15B0E462A9ED2DC8DA788 /* UMTaskManagerInterface */, + 59A65425D4206BBADDB67D9CFDF0A616 /* Yoga */, ); - name = RNUserDefaults; - path = "../../node_modules/rn-user-defaults"; + name = "Development Pods"; sourceTree = ""; }; - 677D019D2E27C7DD7C5657ABB84A0A59 /* Support Files */ = { + 5BD2FD9E5F338A311C76828869F32E72 /* Support Files */ = { isa = PBXGroup; children = ( - EC97F4A51B6AF21BEE3F74F31FB29FB3 /* React-Core.xcconfig */, - D6CCA38F606D7F050C0C41B9FFBF07A4 /* React-Core-dummy.m */, - 92312FF1EC6895512A21C41D7028D63C /* React-Core-prefix.pch */, + AEAFF03F736A590CC3D80A40C1C64FCF /* JitsiMeetSDK.xcconfig */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/React-Core"; + path = "../Target Support Files/JitsiMeetSDK"; sourceTree = ""; }; - 67E541B2270DED38A161E108BD7B1D45 /* Support Files */ = { + 5C4CDD4D22AD876B87D628E9C64EAF41 /* Pod */ = { isa = PBXGroup; children = ( - FE42F95CE82EFBA46EA89EB8C0DEA3AA /* RNBootSplash.xcconfig */, - AEF3D8F3E0E9E808C02E62642689B83A /* RNBootSplash-dummy.m */, - 7E8AB6442F8B1D3335CB855C752DF4C0 /* RNBootSplash-prefix.pch */, + AB7703776FF36261DE9FE1C93A324AF3 /* React-RCTAnimation.podspec */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNBootSplash"; + name = Pod; sourceTree = ""; }; - 69FEBD0A6526DA4FC3A18296426C2B93 /* UserDefaults */ = { + 5CB7B6F39944A53ED8CBBD4361E7670D /* Text */ = { isa = PBXGroup; children = ( - 8D89C442DB8259151B8917B154A8E52B /* GULUserDefaults.h */, - CCBD7E2C2A91693A1460449D868EB806 /* GULUserDefaults.m */, + CD6BD37D56DF74D3FE593DA2973E4095 /* NSTextStorage+FontScaling.h */, + D73F0E04F999B91AC0744CA12FC382C9 /* RCTTextShadowView.h */, + 4C54199B51007F1E812208D8DE3387CD /* RCTTextView.h */, + E88934084F444413DF57BC472BDC278A /* RCTTextViewManager.h */, ); - name = UserDefaults; + name = Text; + path = Libraries/Text/Text; sourceTree = ""; }; - 6A8237CBD209EE1B1F623F211E6DE677 /* Pod */ = { + 5D9EC42F0961A55DCDCD0744E2F448CB /* Frameworks */ = { isa = PBXGroup; children = ( - 1CAF6779A2741437298F4B3F5463768D /* UMReactNativeAdapter.podspec */, + 22EEF06C78D16BA53279CA421CEED4B7 /* Fabric.framework */, ); - name = Pod; + name = Frameworks; sourceTree = ""; }; - 6C67D6D726B081876AA216E20CCCD235 /* RNFirebase */ = { - isa = PBXGroup; - children = ( - 61559FC8D4853BD57639870C68C3864A /* RNFirebase.h */, - A745D640AC8C686BC57AF610BB212C47 /* RNFirebase.m */, - B10EF6D408C4C13E722753B110591F60 /* RNFirebaseEvents.h */, - 746C02501736982FBC4869F554FBB32C /* RNFirebaseUtil.h */, - 5945C8E80D76E994BA0EC3F3206BA250 /* RNFirebaseUtil.m */, - 1D3B57788AFC65D4DABA71C326E7F548 /* admob */, - C292885471C948F4518E2A45B36AB1A6 /* analytics */, - C95044D163224FB7B2D29D9BBD22D54F /* auth */, - BAC6F604A08206234E656052316CCF28 /* config */, - DEF2B919A2FCD8C99D8762893C54EBD4 /* converters */, - F0CD712B3673A740D4E532A262568106 /* database */, - D0273CA4111C5C7910226AD37D026FE3 /* fabric */, - 7C6FDC66385BD95B59E1814576B0AD2A /* firestore */, - 7C2D71647BF29CF3528FD089A7EEA78E /* functions */, - D16FA2B1168F5B64671295831912A54F /* instanceid */, - 20B66AA56B38AD1598E3893F6076A2AC /* links */, - B527EC1A8C86AE0463E15B0434C86FD1 /* messaging */, - B06B4FBE693FB85BA952BD8665A9E5D0 /* notifications */, - 86C232B2AA392D13EF524ACC9270A687 /* perf */, - 0DE9070638DE3EFBA861F644DD023FDA /* Pod */, - 2CF6ABCAC6D42971B445C61E4FE92425 /* storage */, - B86A7B9E479840D1AC3258C532DB1A76 /* Support Files */, + 5F31670191EFD82BC8038F8FAAC47E82 /* Source */ = { + isa = PBXGroup; + children = ( + EDC9484B688043BA42E6BD03A9BDA17E /* BSG_KSCrashReportWriter.h */, + 66A5E819E3CFEAF51E6D807ED7FE5A93 /* BSGConnectivity.h */, + ADBF60C609CBA63C10B9AD7A1B763FDF /* BSGConnectivity.m */, + C529C576975DCCF37B748202E826D322 /* BSGOutOfMemoryWatchdog.h */, + C89BB9FBFD53EF25A96FB696D4F46934 /* BSGOutOfMemoryWatchdog.m */, + 2B155B4CBA225A01329F11933E3BACFF /* BSGSerialization.h */, + CB47469B34FDDF6CADEFA698E652904B /* BSGSerialization.m */, + 5EED0C203780706D41F1A222DBAC2AD9 /* Bugsnag.h */, + 4C1BF582D5CF57769176D237A441CF48 /* Bugsnag.m */, + 8F3920FF4039951E358CAC46318B161D /* BugsnagApiClient.h */, + CDB0A7EF39CCD02905815A0CC25C4DE9 /* BugsnagApiClient.m */, + F87780C5D21584A689500D4650F93D40 /* BugsnagBreadcrumb.h */, + C955FB070DCDF20A68E7E994CD2E2C37 /* BugsnagBreadcrumb.m */, + 48B24A4F04BD786E652F6B1B34DE094A /* BugsnagCollections.h */, + 92B70AD79CEF216119DCEF93A6305A36 /* BugsnagCollections.m */, + 9003C0E642AC5527E363092F6A689EC5 /* BugsnagConfiguration.h */, + 5E4BB0067AAC10BE3FF096C81F729231 /* BugsnagConfiguration.m */, + 91E1C0D9D1CB06F3C953E8596A22B4DC /* BugsnagCrashReport.h */, + 453BFBFF505B9D71BDE641972519C1CD /* BugsnagCrashReport.m */, + 96480671261E213E5388603EC64A5CC3 /* BugsnagCrashSentry.h */, + C31B55221F2B6E3FB40232421D286F52 /* BugsnagCrashSentry.m */, + 46BA8FC4DB05E336592DAE5481E5D58A /* BugsnagErrorReportApiClient.h */, + 4F07004F4E99EC50DDC8128E5718F476 /* BugsnagErrorReportApiClient.m */, + 2BFDE11CC8A7D89ECAED75A3463CC42A /* BugsnagFileStore.h */, + 2C053CC04ECDCD781977B106A7432143 /* BugsnagFileStore.m */, + 43E90BFCAC2CCA2B39AFA188E4C7C2A8 /* BugsnagHandledState.h */, + 2AA46780CEC70D7786498183F37B8B5E /* BugsnagHandledState.m */, + D2697AD83F5B73AB4C4BC8973A1EA808 /* BugsnagKeys.h */, + FEDEB86AA4CBF37EB549FD6D2B73580C /* BugsnagKSCrashSysInfoParser.h */, + D219E66FF0B33F4DCD86F88A47C6DDD3 /* BugsnagKSCrashSysInfoParser.m */, + 1BBB39B796A50E11C5772196E909F6F5 /* BugsnagLogger.h */, + 2DE22AECE308A60E233BECAD44F36439 /* BugsnagMetaData.h */, + 34015CA38BB5BA35EFAF66406D6EB08E /* BugsnagMetaData.m */, + EF7E231EA5F75269E1782545AFEF5DAE /* BugsnagNotifier.h */, + FCF92E92E2BF7480E08D527E3B6B32B0 /* BugsnagNotifier.m */, + 33C3959E5BA1CD9C1C26809B1E202225 /* BugsnagSession.h */, + 9A231ACF11EBA9485481AB9D965D579B /* BugsnagSession.m */, + 53B83BCA17D88BD5FFDB71FFB4F42D3B /* BugsnagSessionFileStore.h */, + 593D9447ABE229F0F932A3C3E67CA0B5 /* BugsnagSessionFileStore.m */, + E6081276F8812A230AD5917A50AE93FA /* BugsnagSessionTracker.h */, + E3C3F88398F08E7A0BB3F689B3A6315E /* BugsnagSessionTracker.m */, + 3CB3D8D0C1C5A6A650DAE7E59E04DEDC /* BugsnagSessionTrackingApiClient.h */, + 3E3926FB7983526101E6FA1CAE59830C /* BugsnagSessionTrackingApiClient.m */, + 9896F4C12D99D9D3F35B8D83DEA54726 /* BugsnagSessionTrackingPayload.h */, + 9966DE0E10ABF4993F33D5ED0512725A /* BugsnagSessionTrackingPayload.m */, + 8C7A64D97AAB42E8C3FFE71EDD468CA4 /* BugsnagSink.h */, + 75821AEFB274CE7EE561D7735AD191CE /* BugsnagSink.m */, + 7F024B7B00960653B25CA52215FD5491 /* BugsnagUser.h */, + D52A9FE57B8A72DAEA47F53A8FA6159A /* BugsnagUser.m */, + 2C7AA6A16D7843F9B9969258D09BDFD6 /* Private.h */, + 1B178D3F3A5A6980FD185EC8644991E4 /* KSCrash */, ); - name = RNFirebase; - path = "../../node_modules/react-native-firebase/ios"; + name = Source; + path = Source; sourceTree = ""; }; - 6D2F34B33B322F6CF92CC450C5AAEC09 /* Pod */ = { + 6044ED769FD48502F0A9263A6B59817B /* react-native-slider */ = { isa = PBXGroup; children = ( - 846176A3BA3817BAE1DF4C6E1040743F /* UMBarCodeScannerInterface.podspec */, + 5F6F32C376A26E04D4D608A0EF649DB1 /* RNCSlider.h */, + 80765060C6525FBF1EED7CA98F21F067 /* RNCSlider.m */, + A5D09A138AD3EBED1B44789D6A93DCDE /* RNCSliderManager.h */, + A4BF94965D3CF5366FE94F4CFDA5E147 /* RNCSliderManager.m */, + E0F8B966FCFC7F59BD9575B2A8F9F982 /* Pod */, + 3FA208D3EFCB7783A4EA313ACE2DD37F /* Support Files */, ); - name = Pod; + name = "react-native-slider"; + path = "../../node_modules/@react-native-community/slider"; sourceTree = ""; }; - 6DBF468270EF9BED67EFC3A23AB2D361 /* FirebaseCoreDiagnosticsInterop */ = { + 630B077C2EDBE671957C71681DAF7911 /* SafeAreaView */ = { isa = PBXGroup; children = ( - F744E1D3645FCFB17E10DF7C941C772B /* FIRCoreDiagnosticsData.h */, - 7710A3504404B339F1B69B78B945F8BB /* FIRCoreDiagnosticsInterop.h */, - F5E9EEDCE034226595CDD7FDF149C7C5 /* Support Files */, + 53927500D9DC1655D81F0333D4DCE74A /* RCTSafeAreaShadowView.h */, + 449960A6C936728969A3FAC54D3AE584 /* RCTSafeAreaShadowView.m */, + 2C9AE40190AB3EBC24D73C2F8717CA8C /* RCTSafeAreaView.h */, + 62B90B40E38C4E29C3373CDC938D0309 /* RCTSafeAreaView.m */, + E9D46C93427AA896BB7DD3EA1E842373 /* RCTSafeAreaViewLocalData.h */, + C66CDD18D336271F57E64297A9DE5943 /* RCTSafeAreaViewLocalData.m */, + C2B5D1ABE022EB310ED1302019A45B5D /* RCTSafeAreaViewManager.h */, + F351B21064CDAC40D1819490D7506A29 /* RCTSafeAreaViewManager.m */, ); - name = FirebaseCoreDiagnosticsInterop; - path = FirebaseCoreDiagnosticsInterop; + name = SafeAreaView; + path = SafeAreaView; sourceTree = ""; }; - 6DEA47CFA36D0E64C0514FC874FF82E8 /* BaseText */ = { + 6315F889EC93AA1D3D55C665DF9A784C /* perf */ = { isa = PBXGroup; children = ( - 601E682BC63A08A9600D9E425DD55B1F /* RCTBaseTextShadowView.h */, - 3C011B74D978C4A9472C6D8D0F870E4E /* RCTBaseTextViewManager.h */, + 2DE69644D073CA86DB782623084C070F /* RNFirebasePerformance.h */, + 83DAE10D283CF1B5841474AA89EAD9BD /* RNFirebasePerformance.m */, ); - name = BaseText; - path = Libraries/Text/BaseText; + name = perf; + path = RNFirebase/perf; sourceTree = ""; }; - 6E04F6F1FB72A477FE90B13EFC018E48 /* Support Files */ = { + 64262144F4E5F4033E4F0A0B9609FED0 /* Support Files */ = { isa = PBXGroup; children = ( - 5ED0F350ED0F0BC7C22797C1AC23DA50 /* React-RCTBlob.xcconfig */, - 1E7256E33F814DCD9DFE28773997D763 /* React-RCTBlob-dummy.m */, - 180E41B685A8AC4AD638BC9324DB7FDF /* React-RCTBlob-prefix.pch */, + F305EC9958D746DA8AAEA33A39DC6A65 /* FirebaseCoreDiagnosticsInterop.xcconfig */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTBlob"; + path = "../Target Support Files/FirebaseCoreDiagnosticsInterop"; sourceTree = ""; }; - 6E7CFE9263A0CD1BAA2FAAE82DB7EB7F /* Handlers */ = { + 643292FC9B60A49EC6660EA0026B28B4 /* react-native-cameraroll */ = { isa = PBXGroup; children = ( - C7BA85C06677FBA23A3AA611317E0603 /* RNFlingHandler.h */, - 205DB2CB2E1894CA84FE59DF9883DF79 /* RNFlingHandler.m */, - 04A964308F5EE70546252A5A7B0008BB /* RNForceTouchHandler.h */, - DA604AB72F2111ABAC6695CA222B31E6 /* RNForceTouchHandler.m */, - 862CDC3094C25857F30E66841C4E12C7 /* RNLongPressHandler.h */, - 6B98E93629EA9E422B840B45C06BA3C9 /* RNLongPressHandler.m */, - 564BC21056272A61FCCAEEC0D7A1A265 /* RNNativeViewHandler.h */, - 2A26A5B12AC2D5EE8652ECA85EDB7691 /* RNNativeViewHandler.m */, - 2E0EC63AF0AADA1D0AE78FB4CE133633 /* RNPanHandler.h */, - 20D94A6B2AAC7FF5566A6EF8075A8135 /* RNPanHandler.m */, - DEEF84EE7AF59739069B58A7DCFD9E06 /* RNPinchHandler.h */, - A5B09B2E9E5DA96FAB51402FDE9DA2FF /* RNPinchHandler.m */, - DA673D6C96D9E9E3DE73DC2F3431A89E /* RNRotationHandler.h */, - AB14D64E590FF3E4CB532CDB68230DB0 /* RNRotationHandler.m */, - CBE33D03A8690302819DE8572B2C5FCA /* RNTapHandler.h */, - 5D1401AB30695D3777F4453CF35983BB /* RNTapHandler.m */, + 4D065F44C3FCA0A13F1C0E8FA5FBDB71 /* RNCAssetsLibraryRequestHandler.h */, + 521C88E2759E9B2855F905651137C3C6 /* RNCAssetsLibraryRequestHandler.m */, + 902AE98327A861832B4BA137480FA0F4 /* RNCCameraRollManager.h */, + FDAAA44D197DF276FDF2ABF423F2849B /* RNCCameraRollManager.m */, + B9F8EF71B96AF2BF3AD9DCCBFB332590 /* Pod */, + 968A2ACB1E413B2C72CA3CD6F1253159 /* Support Files */, ); - name = Handlers; - path = ios/Handlers; + name = "react-native-cameraroll"; + path = "../../node_modules/@react-native-community/cameraroll"; sourceTree = ""; }; - 6EE74BB0BD888293ECC0E4B3D8411DD8 /* crashlytics */ = { + 6460E7B3271EEC81C32880A1A5991660 /* libwebp */ = { isa = PBXGroup; children = ( - 71E45BAD0BAC6D9902943EB7A78110F3 /* RNFirebaseCrashlytics.h */, - 9BB51DE8C1DBC9409E6950D1A9354445 /* RNFirebaseCrashlytics.m */, + 07A5F45AFB97E324EF726D6EE3C6A29B /* demux */, + F0044B9650E6BC845F649EE7C95040E3 /* mux */, + 132E7188EFE6AA2EF66D9BFB818FF427 /* Support Files */, + 4E4AC296B53242E0B91BDB018D55CA0B /* webp */, ); - name = crashlytics; - path = crashlytics; + name = libwebp; + path = libwebp; sourceTree = ""; }; - 7078FFDB1F1B977811F68D95300DD91C /* Support Files */ = { + 64BD27210620F7B398E951FDF7ED4EF3 /* React-jsi */ = { isa = PBXGroup; children = ( - 186DED792CA01B7C82DD2921DE556FF7 /* RNDeviceInfo.xcconfig */, - E2A6261999DB7989D9DD8725A718F11E /* RNDeviceInfo-dummy.m */, - 248990547714B081AB5B56FEE95BF988 /* RNDeviceInfo-prefix.pch */, + 79B54A87EB90E5D5FCD13D86CF79D24A /* JSCRuntime.cpp */, + 2F3E17E0CCDE635FF68B7283FD6BAA75 /* JSCRuntime.h */, + 9E3E9D043406A1EA0416CAB0C14A9602 /* jsi */, + E290A14C6F12405038BCA189E1A50388 /* Pod */, + 4D016C00E231FA43BDE7BB6533F8FE05 /* Support Files */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNDeviceInfo"; + name = "React-jsi"; + path = "../../node_modules/react-native/ReactCommon/jsi"; sourceTree = ""; }; - 70F7135779FCFDA7DC5FFD7C5C7AD67F /* Support Files */ = { + 64EF8CE4CC19D2846861EB59274D0892 /* Pod */ = { isa = PBXGroup; children = ( - 6A4BD9FEFD2B025ED2BEDBA0CCAAC711 /* React.xcconfig */, + 862AA227137ADE78547514A57FA6B4D7 /* React-RCTText.podspec */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/React"; + name = Pod; sourceTree = ""; }; - 71CC73CC81968EB6132A9B497E2F6305 /* KSCrash */ = { + 683B6B8F928F5F936E48AA09BA73543C /* Nodes */ = { isa = PBXGroup; children = ( - 1D4C40B8D64E60B2A75CC08398D3CA56 /* Recording */, - 221A251D892A82CE8567B4BF591BD41A /* Reporting */, + B13B1365EFD333ED252C39A303169F8D /* RCTAdditionAnimatedNode.m */, + B08911BD2433DDBEA93304013A8022AE /* RCTAnimatedNode.m */, + 83B6C0233215E1171F424FA442B1C37C /* RCTDiffClampAnimatedNode.m */, + 18F40101D1628C0185CC6D5FA7384BEB /* RCTDivisionAnimatedNode.m */, + C93EC000089594FF099C665C0CD5D1B1 /* RCTInterpolationAnimatedNode.m */, + DB80D7BB15CD01DAEFB5F0208B83809E /* RCTModuloAnimatedNode.m */, + 564C16A2CA784571D3210C4B095C2683 /* RCTMultiplicationAnimatedNode.m */, + 0F8181461CC2DF673E9BDE56D1819240 /* RCTPropsAnimatedNode.m */, + 1DA7F8DC9E7232AE33A3B2AEC203F95A /* RCTStyleAnimatedNode.m */, + E0979954FA91BF2CF3A2389DE8400967 /* RCTSubtractionAnimatedNode.m */, + 92620368652A910DC0D6564AB68741B6 /* RCTTrackingAnimatedNode.m */, + 6CC2B03F77FB7F47BA4D5716181490FC /* RCTTransformAnimatedNode.m */, + 222BB3AB878D6D9C701CF7B0DF973ED8 /* RCTValueAnimatedNode.m */, ); - name = KSCrash; - path = KSCrash; + name = Nodes; + path = Nodes; sourceTree = ""; }; - 71E45759C79267215876751EC596F3C0 /* Pod */ = { + 684239CAEA64D3CB6D399BA0165EAA36 /* Pod */ = { isa = PBXGroup; children = ( - B14777C38772A93C10158B05F9ECC2F2 /* EXFileSystem.podspec */, + 43B50A48787EFE739696CE3942E1FEF6 /* React-jsinspector.podspec */, ); name = Pod; sourceTree = ""; }; - 71EC560FF5155A62C3B9D001C16640FD /* Pod */ = { + 6A0DA87BC28CD0B6157283C26879B064 /* DevSupport */ = { isa = PBXGroup; children = ( - 4C34E22CBC8BF8BAEB70003F3D8E0144 /* EXConstants.podspec */, + AD3FBDF55D00D79D9DBDF0808838A45E /* RCTDevLoadingView.h */, + 216893CFBF0D3469A9E59DD22589ECA6 /* RCTDevLoadingView.m */, + DB6BC54EC1F7EAAF55F5D4334D82B7B1 /* RCTDevMenu.h */, + 24E4C2778508D437130213216EDFBCAE /* RCTDevMenu.m */, + 228BC5BCE6BEC2ACC9A23542C259CF7F /* RCTInspectorDevServerHelper.h */, + CFB1F7C8CBE3A90D885A2D9F791D56A9 /* RCTInspectorDevServerHelper.mm */, + 4D8DE40890B03993214743DE35B6BD58 /* RCTPackagerClient.h */, + BC40DBD594869BA9260E1C5449E892EC /* RCTPackagerClient.m */, + 523AC19F6A6A3FAA6B9C8468EED05F1A /* RCTPackagerConnection.h */, + 850BE6DDDF399BFA44D2506B60C6E1D8 /* RCTPackagerConnection.mm */, ); - name = Pod; + name = DevSupport; + path = React/DevSupport; sourceTree = ""; }; - 723DACD8FDD2D74C3332860BE9C2DEAC /* react-native-orientation-locker */ = { + 6A2669798997CB60BEDFF14FAC4E1813 /* Support Files */ = { isa = PBXGroup; children = ( - 36552DCDECA5B817D6C3191AAB317113 /* Orientation.h */, - B512017AE0E0A919495C69B001437EC8 /* Orientation.m */, - 3DDF6073EB0E6A6981BEC3DC4D17B798 /* Pod */, - 87AB337EE17DF3A362B45EFCCEBCA314 /* Support Files */, + 5874B2F6DA9A577BFC6A5D16E5A4CAB4 /* FBLazyVector.xcconfig */, ); - name = "react-native-orientation-locker"; - path = "../../node_modules/react-native-orientation-locker"; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/FBLazyVector"; sourceTree = ""; }; - 7579BAE17A98FC76283ED4106A8E03D8 /* UMSensorsInterface */ = { + 6B04B07500CF431552E02B82CAE60119 /* CoreModulesHeaders */ = { isa = PBXGroup; children = ( - 380AF9CF58F3556189A59CFB602EB594 /* UMAccelerometerInterface.h */, - CB5E438E318074FACAC2C9C03C6D9010 /* UMBarometerInterface.h */, - 4867C14F1305503BEB14D6B7C938B601 /* UMDeviceMotionInterface.h */, - 9C8C76A634EB7DB551B7CAE4FC3FEA15 /* UMGyroscopeInterface.h */, - A71185BFC5E66E42EF146D1D907CDFBD /* UMMagnetometerInterface.h */, - 1A3BEED697477E2D6806173D3313CD5E /* UMMagnetometerUncalibratedInterface.h */, - 80F5E071DA47436B3A70C6BCC9C26EFF /* Pod */, - 9E21A48ADF73A5D4CE22AC141C6F944B /* Support Files */, + 089F1F40063F07FE13D63877ABB48BEA /* CoreModulesPlugins.h */, + DC42B53E95212ECB870C1AFD0A290117 /* RCTExceptionsManager.h */, + 481B13E2DFA8CE66FC4D3575DC863D3D /* RCTImageEditingManager.h */, + 3B97FDE91A40943543AD4C4635C7A3C3 /* RCTImageLoader.h */, + 1CAA09D43AF1B4C9D679CC18454CE6CB /* RCTImageStoreManager.h */, + 3A0CC1E09FDEEDB50EA52B13CB949F5E /* RCTPlatform.h */, ); - name = UMSensorsInterface; - path = "../../node_modules/unimodules-sensors-interface/ios"; + name = CoreModulesHeaders; sourceTree = ""; }; - 7608AC1BAFF9991F61A7036E8460C5F2 /* Pods-ShareRocketChatRN */ = { - isa = PBXGroup; - children = ( - D43DE3DC7792E0B353371829F68C0FFD /* Pods-ShareRocketChatRN-acknowledgements.markdown */, - BFA3D1106C1072A2B733533A2E770794 /* Pods-ShareRocketChatRN-acknowledgements.plist */, - 20EB67591180BD14936DAED287A3BFF0 /* Pods-ShareRocketChatRN-dummy.m */, - B65D1E0F95214E2E1AC4F513C1753CC7 /* Pods-ShareRocketChatRN-resources.sh */, - 49A51F5FBBCFD3F02638D5838DF22338 /* Pods-ShareRocketChatRN.debug.xcconfig */, - 527CD81DF520880893DE8021CD41E619 /* Pods-ShareRocketChatRN.release.xcconfig */, + 6B194D56D85D3315180273BBBCA6F374 /* Core */ = { + isa = PBXGroup; + children = ( + 273439589765A5A66AC272F5E174994D /* NSBezierPath+RoundedCorners.h */, + 66D51687A4FFDF194B556DE4B2DD8EFB /* NSBezierPath+RoundedCorners.m */, + BDBE26D1AFAFADA908C7EC0D26845579 /* NSButton+WebCache.h */, + 8A06434A333E319EE6F329F7AD16700F /* NSButton+WebCache.m */, + 8D131A8E4A5603427F19241AF701AF94 /* NSData+ImageContentType.h */, + 36980163009EA4BB2A710FDB6500AE39 /* NSData+ImageContentType.m */, + 1874FFEDFA6B268EFD16DEDF5C0ABF72 /* NSImage+Compatibility.h */, + 37911D6525A8CE75A5166F52B23B3851 /* NSImage+Compatibility.m */, + BE9C297AE3F56D077125FAF26B6B5DE7 /* SDAnimatedImage.h */, + 2626AA8E24B62228D329C312E5C13F1A /* SDAnimatedImage.m */, + C7E16FB85FF0BDA0B29022320BDF1B66 /* SDAnimatedImageRep.h */, + E6ADD528E5DC12441ED796F0C6E118D6 /* SDAnimatedImageRep.m */, + 8CAA2DBF00DFE036CB71047FCE811813 /* SDAnimatedImageView.h */, + C507B3571991755F03AFAE7FAA0A698D /* SDAnimatedImageView.m */, + FF7126802A814DA73C4EAE011D1333A2 /* SDAnimatedImageView+WebCache.h */, + 9697CB449E3F9E17D2460CE1D27DDBEC /* SDAnimatedImageView+WebCache.m */, + F5E96D93EA3C646CF7B21BA5C5B356EE /* SDAsyncBlockOperation.h */, + 7A239E55139C2F75E79338C50AB6FC8D /* SDAsyncBlockOperation.m */, + EF7C77B591898E327390DEE0741690F3 /* SDDiskCache.h */, + 6D5FBAB8AE41CDA37DFFF760ACFFB922 /* SDDiskCache.m */, + 4E01B3FF47FD4437F8126BA499140720 /* SDImageAPNGCoder.h */, + 7DB46ED09C638AB50343B0949E766343 /* SDImageAPNGCoder.m */, + F02235FA0AF90E49431E197512A6AD01 /* SDImageAPNGCoderInternal.h */, + C12A2CAC51F8034811D57FAEE5A3A459 /* SDImageAssetManager.h */, + F07AB9A93907E76E3C570F14ADF3E275 /* SDImageAssetManager.m */, + C312E4CB1D08B208EAE28642C3490978 /* SDImageCache.h */, + C3316057687A0E4CB96C6EADC68B8584 /* SDImageCache.m */, + 87A2920C46D0CC20B60A655E9FF18B0F /* SDImageCacheConfig.h */, + AEA0DC5B6845AB5B1AFD86B44151D246 /* SDImageCacheConfig.m */, + FCBA8C8C8D9E02658B2AAA645469C0A1 /* SDImageCacheDefine.h */, + 5DA2D4D1364530875FFC9C34F5E9DFCE /* SDImageCacheDefine.m */, + 487A7C585227E41DAC704B8715A93237 /* SDImageCachesManager.h */, + 4B2AFFB16527B8EBEC2327785BCE1654 /* SDImageCachesManager.m */, + CD8C1567FE91AF3DC28C2CCDF841BCE9 /* SDImageCachesManagerOperation.h */, + 70890F33DE7A2F89F7A6D02F11156613 /* SDImageCachesManagerOperation.m */, + CCD312A444D75714EE72AB0FD34CE7F1 /* SDImageCoder.h */, + 69479128234A29F965EAC5E5AC7A110C /* SDImageCoder.m */, + C33CB5AB34B70CE551120CF7195044D9 /* SDImageCoderHelper.h */, + 3600E8FD97B8F09E8E346C5FA16D9774 /* SDImageCoderHelper.m */, + 21DD77BC4C9F446030612C2B4AB20317 /* SDImageCodersManager.h */, + C599D37E0638CACC8F72727A8ACBC6E8 /* SDImageCodersManager.m */, + DF3B6A5615D38501C12A332422F0D8FD /* SDImageFrame.h */, + 5AC3610A19BBC0F2EACD04CBA96AE998 /* SDImageFrame.m */, + DB99F2676D30EF6AB07A50ACC6AD4D23 /* SDImageGIFCoder.h */, + AB59CAFB02638F9819664583A263EEC6 /* SDImageGIFCoder.m */, + B3125C414316843B2D464D1AFF4A848C /* SDImageGIFCoderInternal.h */, + 9113EA59A61B4CBF5ED6E953CCFA9F01 /* SDImageGraphics.h */, + C8F458DAF6DA4D546BAC86772B2CDF26 /* SDImageGraphics.m */, + A08F869266F38519AEA0AAE93ECAD2A7 /* SDImageIOCoder.h */, + 78E6B460E72CC20396C19DC0B73930E7 /* SDImageIOCoder.m */, + A1392FB10E0827593617B7AA05394353 /* SDImageLoader.h */, + 270B61094921448E80F733E74AF42855 /* SDImageLoader.m */, + 3F45975E2E2B867B4476E71F8FF0F6EC /* SDImageLoadersManager.h */, + 65270F773D1F907E9E884457D88A1E97 /* SDImageLoadersManager.m */, + 9423585289F0FEE1EDBF88CC077C5BA9 /* SDImageTransformer.h */, + F83BFECA194D5D3A53CCA3AF2C359335 /* SDImageTransformer.m */, + 63F33ED36C0322764AFBD658D2E32149 /* SDInternalMacros.h */, + 1A3205E89D7E14C616E752AE578B2DB3 /* SDInternalMacros.m */, + 18765F99260DDACA363C4D54C9396C3C /* SDMemoryCache.h */, + F27874372F3317E7A40B56B92674FF9E /* SDMemoryCache.m */, + 8C73BC466081F293E4D01A6633E29FB0 /* SDmetamacros.h */, + 9837BE777B812E8919321296E0674F0C /* SDWeakProxy.h */, + 3B6E180F517D3B5E97B2822EB303FCEE /* SDWeakProxy.m */, + A8D66EB87FF1052564109710F3EC6D0F /* SDWebImage.h */, + E1FF3ABBB86D23C6F4AF464146BCB44E /* SDWebImageCacheKeyFilter.h */, + E25C54E541F5F5072F951EC6F023180F /* SDWebImageCacheKeyFilter.m */, + B6B1C72E3F0EB30F5121B546F5090E9A /* SDWebImageCacheSerializer.h */, + 719678554CEA5B56015186C2FDB53C4B /* SDWebImageCacheSerializer.m */, + D4FD56965FE3FFBFD0C50087FDE7D6F4 /* SDWebImageCompat.h */, + D54F6EA8F501C29E00AD8D0F3E53A1CA /* SDWebImageCompat.m */, + D68865F99A8F6659659285B0079FA045 /* SDWebImageDefine.h */, + BB9490D5D6C2A4D58F4DE53CA64B65F4 /* SDWebImageDefine.m */, + C662555DEFDD7CFFF2487F4277C6C686 /* SDWebImageDownloader.h */, + 960C7132FDACCCBC602818FF9F87C10A /* SDWebImageDownloader.m */, + 9A09930B6AF4D29B74B05A4AA77C3AAE /* SDWebImageDownloaderConfig.h */, + A211DE5FFA61917BE4C69FFF1971DEE6 /* SDWebImageDownloaderConfig.m */, + A984D3FECA3FC20063DBB2260C3340F6 /* SDWebImageDownloaderOperation.h */, + FEC3F7B47F6DD538B443A895DD5D9591 /* SDWebImageDownloaderOperation.m */, + CD7864EB1FCB4EFCCDE103F9D8F50114 /* SDWebImageDownloaderRequestModifier.h */, + 623D5F4BD01E3D890087793ED0AE50C5 /* SDWebImageDownloaderRequestModifier.m */, + 5080E1E9F662041ACF60804ACBB04CE3 /* SDWebImageError.h */, + 1213AB99B5CC77DF90E77DCF5420383F /* SDWebImageError.m */, + D3FE0D74F6529795B2FC779F7DC99CF2 /* SDWebImageIndicator.h */, + 4F3FA0B1FB5B9C2F68BBAD227716F23A /* SDWebImageIndicator.m */, + 3F3E48665DAFDDB3F7A5623962507725 /* SDWebImageManager.h */, + 28FD7F961165BA72E393450F992F2048 /* SDWebImageManager.m */, + FCF58272F65ED034BE22E4A8C0456B72 /* SDWebImageOperation.h */, + 18083C0F8FB874B63881DB343401FE81 /* SDWebImageOptionsProcessor.h */, + B30EC1C70EBBBF1AE74DCF889632A04B /* SDWebImageOptionsProcessor.m */, + 838D7C69C1B531C642465B4BAA4320CF /* SDWebImagePrefetcher.h */, + 3A9FE38B282E70BB60453725831AC9FB /* SDWebImagePrefetcher.m */, + D57BF655F31F1339675D0B395963F052 /* SDWebImageTransition.h */, + 0E3F600AA82D949DC333DA5269FFB8FD /* SDWebImageTransition.m */, + AD4C5E8F109E5073C9334BC16646134A /* UIButton+WebCache.h */, + 37A87692EC0A3E0DAF1F246BF8094715 /* UIButton+WebCache.m */, + E4ABD4161A335B5730AA14BC21DFBFD1 /* UIColor+HexString.h */, + 4C4C342770D787159225FE9960204DBE /* UIColor+HexString.m */, + DA4A37B4969CB37F3A28EC8850F7C400 /* UIImage+ForceDecode.h */, + 338364BF8659B692A5C38072A7EEDC55 /* UIImage+ForceDecode.m */, + 830A9E503A916D0977B7C704E7CDDA7D /* UIImage+GIF.h */, + F27020B27DE70C7188CEEE5F520684FA /* UIImage+GIF.m */, + F021A39527BED58621A6690E610B4A40 /* UIImage+MemoryCacheCost.h */, + AA16F20ABE77B8DD649F24D5CD6DDC3F /* UIImage+MemoryCacheCost.m */, + DEA1AFC7815DE289321DB234082AB133 /* UIImage+Metadata.h */, + 66EB73F92E6B3CAF9B57FF76C5040D0C /* UIImage+Metadata.m */, + C2F2A0EACBCFF372BA3D861762FA3918 /* UIImage+MultiFormat.h */, + E003996EDDFC4DAC0E9DA2A7A151C5C9 /* UIImage+MultiFormat.m */, + 81D7A46E2069BF2C08EB125AB419D0CA /* UIImage+Transform.h */, + 32AC64561B534482CCA37BB93EC068B7 /* UIImage+Transform.m */, + 5BB41289CA45FAD1326154C61667467B /* UIImageView+HighlightedWebCache.h */, + D4A123FC94E7410BEA6E2DC48D0926F3 /* UIImageView+HighlightedWebCache.m */, + 9397687440D5BA05368492717B39B5C6 /* UIImageView+WebCache.h */, + B8E0F7766A408C07F547DE4D5D2B2979 /* UIImageView+WebCache.m */, + 939A7FD22EFE867355B9D8C52DC10ACF /* UIView+WebCache.h */, + 3D1A278B5D9E61566522B152532F1034 /* UIView+WebCache.m */, + 3786DC3F685C9387F570BEF33D84FDBA /* UIView+WebCacheOperation.h */, + ABB5C981E713091255D71AAE8FE466A0 /* UIView+WebCacheOperation.m */, ); - name = "Pods-ShareRocketChatRN"; - path = "Target Support Files/Pods-ShareRocketChatRN"; + name = Core; sourceTree = ""; }; - 7652E9FD9DD10CD4C234DDFF9BFE15B6 /* Sentry */ = { + 6B2A4CC8C4B066F74ED4D0B2F3A2A675 /* Support Files */ = { isa = PBXGroup; children = ( - EF5CABDF0D17556DDB18FD38357F7659 /* BSG_KSCrashSentry.c */, - 70D569D3F0D12058AEC1AC39B4FFB485 /* BSG_KSCrashSentry.h */, - 934A9CEED773C4D40E17F290E470AE41 /* BSG_KSCrashSentry_CPPException.h */, - 6393E76CB8B749E8EE05E3095BF5C201 /* BSG_KSCrashSentry_CPPException.mm */, - DE3FD76952EC2D0F5FB5DFD9C121A7F3 /* BSG_KSCrashSentry_MachException.c */, - E6AC038BB5D863FB00E0699EFB57635A /* BSG_KSCrashSentry_MachException.h */, - AA4FD7B91BC9C4E68B7EBBFEC04B8C90 /* BSG_KSCrashSentry_NSException.h */, - 649556E02C0F601DB63C30DFFFA667F0 /* BSG_KSCrashSentry_NSException.m */, - 73DBD369F3C5CE733B585E6FE60DDA8A /* BSG_KSCrashSentry_Private.h */, - 1A4D6607F08A455494B899333F3F3455 /* BSG_KSCrashSentry_Signal.c */, - 8B7F0C28C1AF0611CD505579BBE385FF /* BSG_KSCrashSentry_Signal.h */, - 81A051B1879DBE3866E663913851552D /* BSG_KSCrashSentry_User.c */, - FD29F0BE1DAF6B3320CA94B80EFC4D41 /* BSG_KSCrashSentry_User.h */, + EEDD3484BBBBBC29B4DF89842114A0CD /* React-cxxreact.xcconfig */, + 188B99432FF8F2E8F4F893A9C38BCAA0 /* React-cxxreact-dummy.m */, + E25F201B7879112676082158C0A646BC /* React-cxxreact-prefix.pch */, ); - name = Sentry; - path = Sentry; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-cxxreact"; sourceTree = ""; }; - 77D224458688D2C2B490DC161E98B83F /* Pod */ = { + 6CA79A5881796A2CA98A48B049516F72 /* ViewManagers */ = { isa = PBXGroup; children = ( - 7232337ABC3676B1058461B6EF10031A /* BugsnagReactNative.podspec */, - 0DD892E8E8222F8B50817D1DE5BB20F7 /* LICENSE.txt */, - D0CA7D2A655438F8E7BDA5504E349381 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 7832AD3901A3642E9DA5240FE29E97FC /* DoubleConversion */ = { - isa = PBXGroup; - children = ( - 42521590F6A1A6CCDE6013EDBD43D4B6 /* bignum.cc */, - 76A92676666A7BB7E23E63E461B209BA /* bignum.h */, - C60EB1364C172DCC4EDF601E4792F066 /* bignum-dtoa.cc */, - EA96D3E246ECF3DE06A0AC55CEE6829A /* bignum-dtoa.h */, - 36898F6F3A17E35E4B79457A43BBAC39 /* cached-powers.cc */, - 88AB30A3EFE9A1E50864D0741BD90550 /* cached-powers.h */, - 0BCD2E678C2D94CA5B375DD1FF14B2B3 /* diy-fp.cc */, - E88A1BA322F30E374FC36C05BB2758E2 /* diy-fp.h */, - 376060DDF6A3FC6F6970EDAC13043430 /* double-conversion.cc */, - 1A4A008B57CD5A6E9E1C2214467F5DD0 /* double-conversion.h */, - 0F4D24EA40409FA406FB89DC4839379A /* fast-dtoa.cc */, - 853C5A171E7AD246F25C576E7C0F4953 /* fast-dtoa.h */, - B311C84FFD89B80808E19467037D6308 /* fixed-dtoa.cc */, - 8266C442388677C2FCF13167301096D6 /* fixed-dtoa.h */, - 89727035FEE7F64491F5E950B5FE800C /* ieee.h */, - 7BD618947E6AA997CA825320EAEFFECA /* strtod.cc */, - 63CC44B74154706E64AF34CD3723A881 /* strtod.h */, - 10A429E17C3C53FA1DE5F1B6805ACFF5 /* utils.h */, - 98C7FCF2ADC3360C807C3C3F27F3BDC8 /* Support Files */, + D9D7051E2FA1D497B53CFD225B3529F4 /* ARTGroupManager.h */, + 1D0911296088AE811974048D99C4DE46 /* ARTGroupManager.m */, + 7919F19F0C6DB06ED41EBF1BAF2F55DD /* ARTNodeManager.h */, + 2F89729CA148D97F54A212DF19E375D3 /* ARTNodeManager.m */, + 36D528F38BAA0FDC768332E41BF77B55 /* ARTRenderableManager.h */, + ED76E274BC8A26B2EA07D940C8625E4D /* ARTRenderableManager.m */, + BFAF164315614188720AF2FD4A9D2270 /* ARTShapeManager.h */, + 1130F68B29467DE52EC99D8CCF2EF03C /* ARTShapeManager.m */, + C60BF5F47430ABBD838F517D9800348A /* ARTSurfaceViewManager.h */, + 665CD2C5AC1F6E6C2D0181620B03609F /* ARTSurfaceViewManager.m */, + CBC87DE5A96C161413FB1A21675879EC /* ARTTextManager.h */, + 1291FC965C192E24A543F85F6E15968E /* ARTTextManager.m */, ); - name = DoubleConversion; - path = DoubleConversion; + name = ViewManagers; + path = ios/ViewManagers; sourceTree = ""; }; - 7AEE1E2314E0C26C943BD0371D4BAF12 /* Pod */ = { + 6D2CF932B9861AE12D8B61B8542B6A99 /* Pod */ = { isa = PBXGroup; children = ( - D548B561B96BC085A275069F16F2D37B /* UMFaceDetectorInterface.podspec */, + E3C97F5CD527CBA7E55B82546040D2D1 /* LICENSE */, + 92A960A63C8737417AC219B94505FE47 /* README.md */, + 84C924EE63B9DE2BD9995FE8E11E7CAF /* RNDeviceInfo.podspec */, ); name = Pod; sourceTree = ""; }; - 7B12521392E5BAAE0F3DB648B8F1E10F /* Pod */ = { + 6D91D3EC80868FF87950FE7AE01B2049 /* decode */ = { isa = PBXGroup; children = ( - 93044A336ED389B611A6585951947103 /* React-RCTActionSheet.podspec */, ); - name = Pod; + name = decode; sourceTree = ""; }; - 7BC6BBC81F96E8461305093EA59F2B51 /* Pod */ = { + 6F205674DB7D2A9CC757CECECEACDFEF /* Pod */ = { isa = PBXGroup; children = ( - 7EA8ED15F9C131F6872DE58F37D5727B /* LICENSE */, - A77857E994C251C9FAF0A77A248CF659 /* README.md */, - 2D95950A1BEBE477CDB2FB3505C64223 /* RNScreens.podspec */, + 1C39222F9FF2249656E383E3528D16D3 /* EXPermissions.podspec */, ); name = Pod; sourceTree = ""; }; - 7C2D71647BF29CF3528FD089A7EEA78E /* functions */ = { + 6FD1FFB329CBE6C4D0CFD15A96B4A5DC /* RCTVibrationHeaders */ = { isa = PBXGroup; children = ( - 51B2C8E893A252AC4FBBA74FA44502D5 /* RNFirebaseFunctions.h */, - 683333B34E6AC274A88A6DCB48C2B699 /* RNFirebaseFunctions.m */, + 15DE42D6FBE822740A0DB393AE4121BE /* RCTVibration.h */, ); - name = functions; - path = RNFirebase/functions; + name = RCTVibrationHeaders; sourceTree = ""; }; - 7C6FDC66385BD95B59E1814576B0AD2A /* firestore */ = { - isa = PBXGroup; - children = ( - 38486A106E4914ED160FAB171C781E0F /* RNFirebaseFirestore.h */, - 3BB374B5F35C46D954E54C5EE065CD55 /* RNFirebaseFirestore.m */, - 8FC5790B025C82A4E4CF6F2EC82E7603 /* RNFirebaseFirestoreCollectionReference.h */, - 07FC883771A720AE627A4D528B7F606D /* RNFirebaseFirestoreCollectionReference.m */, - 8ABDB103E800D6BCF33BF507BF197653 /* RNFirebaseFirestoreDocumentReference.h */, - 4C787B335162878C2754311DD6E758AD /* RNFirebaseFirestoreDocumentReference.m */, + 6FF0F000A20F65D87C7C2474482A0F89 /* GoogleDataTransport */ = { + isa = PBXGroup; + children = ( + 4FB7AC3B2DAC233057078CA6A102339E /* GDTAssert.h */, + A35FD940F25DDA9B77B7AFCE50EF51FB /* GDTAssert.m */, + 7AA4A743371045970B504A8B2B3C56BF /* GDTClock.h */, + A1D610CA53E44198C6CF77461DF107ED /* GDTClock.m */, + 2497D5165EC0A35BD96AD57FC55949E6 /* GDTConsoleLogger.h */, + EDC3EA1DDFF95BAE78F476F4F6CF2874 /* GDTConsoleLogger.m */, + EBF3A066DD720BB3B76A4D77BDF40D0F /* GDTDataFuture.h */, + F1EFD5B46A034F0A431926E8B5FF6501 /* GDTDataFuture.m */, + AFD2AC81AC5FA51E82EFED1BA17B7573 /* GDTEvent.h */, + B843C0444B6E7D0D440EBE7179AB662C /* GDTEvent.m */, + BCBB7D5FBD7D716F754F9E1C34C1EC74 /* GDTEvent_Private.h */, + 236BD84A3D7A0BCA0879CEFAA83975BA /* GDTEventDataObject.h */, + 4E5ACC036BB30F9E9969A8E34135F235 /* GDTEventTransformer.h */, + AE60B3A27F287887508D97080546ADAF /* GDTLifecycle.h */, + 13721102B03A8ECF1B4691430FB78793 /* GDTLifecycle.m */, + D9C066C867C0E4440BCF224357AEA143 /* GDTPlatform.h */, + 04BCA88F7ADC8587075F74C4BF52094A /* GDTPlatform.m */, + E1EEF36D6AEB82A30BC411B8B360BF77 /* GDTPrioritizer.h */, + 0D975F4A710D3FF97114CA725B087D04 /* GDTReachability.h */, + FE63103F5165EC0A1900FC6BD658D52B /* GDTReachability.m */, + 2A1CA7669FE65C9DB40A235FA8026681 /* GDTReachability_Private.h */, + 130BEEABCFE093EE423DDC47BE879AA4 /* GDTRegistrar.h */, + EA728C8DE06AF12632054567A645AB9C /* GDTRegistrar.m */, + C3B73D30EBF2384AD1F89DAE90DD80A5 /* GDTRegistrar_Private.h */, + 824F6DDB5733946BF470102D4A2B06CB /* GDTStorage.h */, + B9229E59D5CCD6CED8B744A44D0EC198 /* GDTStorage.m */, + F08EE550D1AEB06952E8879746FC9947 /* GDTStorage_Private.h */, + 772A0E739DDA6F457BF35D3662285A59 /* GDTStoredEvent.h */, + 2CF2534628CCC7E0CB60511001A24B96 /* GDTStoredEvent.m */, + 3AB86A467AD7828E4F2E55DA0BBDAD3A /* GDTTargets.h */, + 4CFDF61A090051FCE603DE9E0332AFAC /* GDTTransformer.h */, + BF97D9E3AB424B03E0D472FE750E447F /* GDTTransformer.m */, + FF5EBC9A5E12D5281CC29EAB37CD1E5E /* GDTTransformer_Private.h */, + 950A1A041BCF19C89D591AA28F944791 /* GDTTransport.h */, + FA981CB894230861E709B35205EE9407 /* GDTTransport.m */, + 01FAF80891432F62857FFDA6B6F8ABC8 /* GDTTransport_Private.h */, + F416804666984323CB6BE6671AB4FE08 /* GDTUploadCoordinator.h */, + 3D30A9F40B2A36F04D29DABB3C01B945 /* GDTUploadCoordinator.m */, + 42EE7E5F427054E1DC3D903A71DF485E /* GDTUploader.h */, + 64EBE5F53B6247CF96532AA0FDA3C827 /* GDTUploadPackage.h */, + E7D311016AE55CFBF49595940BB2F606 /* GDTUploadPackage.m */, + E63334E9E147920AD55E8F4B08B6FDF8 /* GDTUploadPackage_Private.h */, + FE95110A46FCBDDFDF5AEEDAFE1C082D /* GoogleDataTransport.h */, + BC6B18D35CF03D08AD2F96C31BB3E7FA /* Support Files */, ); - name = firestore; - path = RNFirebase/firestore; + name = GoogleDataTransport; + path = GoogleDataTransport; sourceTree = ""; }; - 7DB4958CB23DC7EAA99D48FD95E3A914 /* React-CoreModules */ = { + 701B820853332390AC7D6374E2D69F63 /* Pod */ = { isa = PBXGroup; children = ( - 163B9624CA932B8813593D0F8B34A669 /* CoreModulesPlugins.mm */, - 5CA9B4F3A15162457A4AD775D1B6A6F7 /* RCTExceptionsManager.mm */, - 39E347AF42FFF5C537EC1000B5934B92 /* RCTImageEditingManager.m */, - A807B06F9E690751FBFAB6F83DE6E30B /* RCTImageLoader.mm */, - F3AD651C2BBAB5FD0A18D11372AE179E /* RCTImageStoreManager.m */, - C440B94C4B8120B6E9EFECD591FF0456 /* RCTPlatform.mm */, - 90612E736F06DEBC4AFE0372D86C604C /* Pod */, - F0F58EBF81629AD4D45DB18B67FAEB8C /* Support Files */, + 867F78323B4174223CB9FDE344A16D2E /* LICENSE */, + BA2CE1FD925889789A5B3CA6FA7C3698 /* README.md */, + F12F249A36DFA4F6AB9CCA38CB9CE2D6 /* RNGestureHandler.podspec */, ); - name = "React-CoreModules"; - path = "../../node_modules/react-native/React/CoreModules"; + name = Pod; sourceTree = ""; }; - 7DF415D8D9C40731F677AB5B018BEC2E /* Support Files */ = { + 703223209256A3AD3C35EA8718E54D87 /* Pod */ = { isa = PBXGroup; children = ( - B12E8FF9FEBDDDBEAD5C60051FFE0061 /* RNImageCropPicker.xcconfig */, - 400328A760C0D48D7E2F3B0657BCF8DC /* RNImageCropPicker-dummy.m */, - F68C235765E1033442FCC235926B611D /* RNImageCropPicker-prefix.pch */, + 794D15A96C8D833B07ACAC9178A9571C /* UMConstantsInterface.podspec */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNImageCropPicker"; + name = Pod; sourceTree = ""; }; - 7DFC260065ED00179880699051528525 /* Pod */ = { + 704B9610866573E6E82D5558FE1081C4 /* encode */ = { isa = PBXGroup; children = ( - 97CD87DC6133EE56D784B30522BE2810 /* LICENSE */, - F35F55345BE6DCB03FCABAD622F4A271 /* README.md */, - BD0DE3C02A9556688D067B75A0EF4E42 /* rn-fetch-blob.podspec */, ); - name = Pod; + name = encode; sourceTree = ""; }; - 7DFE61691F19C8FFADEFC0672BBCE98E /* Pod */ = { + 70AF65661FD167457B786597A0D006FD /* React-RCTImage */ = { isa = PBXGroup; children = ( - E7D9F304D2A5A87A92516C753F906F5D /* LICENSE */, - C6A20C5244D8CA8D25AC95455E4E147B /* README.md */, - D5C87D04A1C35B6C4569A33FDFABBC49 /* RNAudio.podspec */, + 270CAD43892181D91A753FCCAF11032B /* RCTAnimatedImage.m */, + 6622351F2BB1E2417FE1CB93F0824690 /* RCTGIFImageDecoder.m */, + 20F5484A1BC6E3A8CED6305F18B135AA /* RCTImageBlurUtils.m */, + 0C0A4784B7A41EB53E38B3BC83A5D6C5 /* RCTImageCache.m */, + 1E453555479B0F9855094D1421408F0F /* RCTImageShadowView.m */, + D99106F99C2321E8893D8DA292E47E07 /* RCTImageUtils.m */, + 3F02258C3025220FE4B1B6D0B34DB477 /* RCTImageView.m */, + F822C1A6575AF76012BB0B1DD559D82D /* RCTImageViewManager.m */, + B3178BD5429274B120B63E4B5484C9D0 /* RCTLocalAssetImageLoader.m */, + ADFF87B6A82B2208F2E36CDCF7DF9A10 /* RCTResizeMode.m */, + 8AB4A7A6D8A9C6355F2E0F64975E742C /* RCTUIImageViewAnimated.m */, + 9AA7C3645606A8951EA9FAF7D467C997 /* Pod */, + F36D461317159FC502D91243A6403D41 /* Support Files */, ); - name = Pod; + name = "React-RCTImage"; + path = "../../node_modules/react-native/Libraries/Image"; sourceTree = ""; }; - 7EC38910709317D57D76162B4AAAB4A0 /* Frameworks */ = { + 713CF8B5361AB5911D4627D1D8543DF1 /* React-jsiexecutor */ = { isa = PBXGroup; children = ( - 03EC24014F9CB938280AB34C3312805F /* Fabric.framework */, + 62478E8291C36E2AE31F0D147E8F7124 /* JSIExecutor.cpp */, + 9B3EE976E7FC3CBFB77EC5F10244D571 /* JSIExecutor.h */, + 08188343B2338130885FCC76CC0F6134 /* JSINativeModules.cpp */, + 603941194F777E870D0AC0BE29F18E51 /* JSINativeModules.h */, + 406FF7CF771619DBD2703C02AD78377A /* Pod */, + F068D7B773BC6F6A480165D026AFD76D /* Support Files */, ); - name = Frameworks; + name = "React-jsiexecutor"; + path = "../../node_modules/react-native/ReactCommon/jsiexecutor"; sourceTree = ""; }; - 802DD9B71286FAF400232C809E49A8E3 /* libwebp */ = { + 71710E1742D0D95D105BF4AB3B16747F /* RCTBlobHeaders */ = { isa = PBXGroup; children = ( - D8AF9571092750F97FC00173AE6A52AF /* demux */, - 5F90430586CA31CD6F7158DA47BCFF50 /* mux */, - B628191C9B4E6D543C5C0CAEBAAEF732 /* Support Files */, - A2D4494BB40C1934B04A471D2BC227C8 /* webp */, + 0287D9269BE2F2D523F799AE70389190 /* RCTBlobManager.h */, + 7AAA1105E0AC1F7C8117B494AECAFDF4 /* RCTFileReaderModule.h */, ); - name = libwebp; - path = libwebp; + name = RCTBlobHeaders; sourceTree = ""; }; - 803069E438B149DACAFEF2F57825042C /* RCTLinkingHeaders */ = { + 730DB5449723E314904FA26F91779A89 /* AppDelegateSwizzler */ = { isa = PBXGroup; children = ( - 80CF1E401B375D15AC257650414C757C /* RCTLinkingManager.h */, + DF1C9C2F9BBA22563F68A4571E4CF429 /* GULAppDelegateSwizzler.h */, + B3D892AE8597A9B7DD8584C0AA7DA67F /* GULAppDelegateSwizzler.m */, + 4465E9E8D02F3CEEE80D33E736D98665 /* GULAppDelegateSwizzler_Private.h */, + 38306BBBC3C64D7DF03BEC71BC608DBF /* GULApplication.h */, + CE88AE68164F8E5A2B29F0E225DD861F /* GULLoggerCodes.h */, ); - name = RCTLinkingHeaders; + name = AppDelegateSwizzler; sourceTree = ""; }; - 80DD07C7F2CF2D11EEC9F993BA0B76CB /* Protocols */ = { + 736D58E451CBDD179DEE9B76F870CB30 /* Pod */ = { isa = PBXGroup; children = ( - AB1138DC1F82392F5512E3ACE06F0872 /* UMAppLifecycleListener.h */, - 0E5CC3EB036C8F81FBFF8A16C4E5754D /* UMAppLifecycleService.h */, - 88BFC30A80845B54EEC84821CD30B11C /* UMEventEmitter.h */, - 507A6E05BA64084E474DAB183EE84EE9 /* UMEventEmitterService.h */, - A280C6C5078C7A80907B7DA1392FDCE6 /* UMInternalModule.h */, - D70BB0601464E6C88787A17CD7DAE1DD /* UMJavaScriptContextProvider.h */, - 56D77B032EAD9908A0E3AA354F694B26 /* UMKernelService.h */, - A4DD93FA57DA851B22FCADCED797836B /* UMLogHandler.h */, - E9A518693356E85CDE2D9D6DF8350793 /* UMModuleRegistryConsumer.h */, - 145E69EEDFAE76CD58E2580B3BB6A074 /* UMUIManager.h */, - E525FFE12E0FDACFD028099F2E0B149B /* UMUtilitiesInterface.h */, + 9E7FA3AEF7D27D9AC76730749FA792B0 /* LICENSE */, + 3673646FE076F3F585CC9C312B99D021 /* README.md */, + 4BE68AF46DA008A28F8E6F06BCF21779 /* rn-fetch-blob.podspec */, ); - name = Protocols; - path = UMCore/Protocols; + name = Pod; sourceTree = ""; }; - 80F5E071DA47436B3A70C6BCC9C26EFF /* Pod */ = { + 737C4495D77527781C7F1C205298A92A /* Support Files */ = { isa = PBXGroup; children = ( - 3860D2D2BEC6EF1C656DDF8A4E5C9E0F /* UMSensorsInterface.podspec */, + 3670E524463206499BB086DC52038A62 /* react-native-background-timer.xcconfig */, + C85E4F5792725A2ED57B07340ABD5A53 /* react-native-background-timer-dummy.m */, + 63135348BCA88E81210BF2E20DE7230A /* react-native-background-timer-prefix.pch */, ); - name = Pod; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-background-timer"; sourceTree = ""; }; - 821784F44D098F0C92D04521F2ED4C8E /* EXAppLoaderProvider */ = { + 738FEC59CC39145D0F74A0D0CF4E4347 /* Video */ = { isa = PBXGroup; children = ( - BD4ED88F801C1464E3256306A3B4A007 /* EXAppLoaderProvider.h */, - CDA11448130B15B607AE66450DBABC18 /* EXAppLoaderProvider.m */, - 9D526622000594511393D6582A67C7F0 /* Interfaces */, - 8CE2E8B361B9D882C1E2BE5F409B30FF /* Pod */, - 5B4F38BD5F9A291B96598C769F0C384E /* Support Files */, + 108085D07F03684CEBE9F4B088890C70 /* EXVideoManager.h */, + 9C61958EEB32970B6FD85C64E5BADAD0 /* EXVideoManager.m */, + 8378290C00522D0CAACC653F2E273213 /* EXVideoPlayerViewController.h */, + 4321D8DDAC0A5C536A86694B7C0B4F9E /* EXVideoPlayerViewController.m */, + 69E34620E132E57727C78694C1145B21 /* EXVideoPlayerViewControllerDelegate.h */, + A9ED93A67C41D0D1C7735EA096A718D3 /* EXVideoView.h */, + 7C16EA7E15A3F35AFF502EAD788FBDD7 /* EXVideoView.m */, ); - name = EXAppLoaderProvider; - path = "../../node_modules/expo-app-loader-provider/ios"; + name = Video; + path = EXAV/Video; sourceTree = ""; }; - 82A8D84D3F365198B62EFABBFB336AD6 /* Support Files */ = { + 7391E3BA3BB62691ABCD0990D99A3EEC /* Support Files */ = { isa = PBXGroup; children = ( - F19B25EE8FF0270F2EE2B0EF8FCDDD81 /* RNVectorIcons.xcconfig */, - 4C6708324349481C17FCF7D84DBAF332 /* RNVectorIcons-dummy.m */, - 02C26677C401A4BDB664DF4522D0E10E /* RNVectorIcons-prefix.pch */, + 03B728F92DB283E8246EA83B5CEFAEAA /* glog.xcconfig */, + 46B502B21F8455A7A211D7FB38182741 /* glog-dummy.m */, + CA38D19C15EE7062FC041C4582E5472D /* glog-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNVectorIcons"; + path = "../Target Support Files/glog"; sourceTree = ""; }; - 83C4519A8014F6C54F3D8B66C1E2BF13 /* Support Files */ = { + 7457D7CEC2B373EA5B4E09655968D34D /* Support Files */ = { isa = PBXGroup; children = ( - 2ABFB451EB4296177AF8518752E5376F /* EXAV.xcconfig */, - 0EE34AA51F7F9AF3577693BF6A32FEF4 /* EXAV-dummy.m */, - 8A6B7A7CB2BF0CBC83C46383428B1B85 /* EXAV-prefix.pch */, + AAC46B5086C5C013D36C6FBF9DDFAC19 /* RCTRequired.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXAV"; + path = "../../../../ios/Pods/Target Support Files/RCTRequired"; sourceTree = ""; }; - 8687009A473B4C19E07A723349ED6891 /* Support Files */ = { + 7473A40A9F5073105C4E63C3F044284B /* Pod */ = { isa = PBXGroup; children = ( - AA811FB189CF7A70894B0E93D2CDA211 /* UMImageLoaderInterface.xcconfig */, + 70AF25F4D66F8E43A5AF3F30400DED2F /* LICENSE */, + 5AB0E53DCFD78A74897FBCDF72CEA817 /* README.md */, + 9F006EE3E88A2B8DEECB4111765ECAFC /* RNReanimated.podspec */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMImageLoaderInterface"; + name = Pod; sourceTree = ""; }; - 86C232B2AA392D13EF524ACC9270A687 /* perf */ = { + 74E2BA18C51A75E311D9F24506E7CE08 /* UMCameraInterface */ = { isa = PBXGroup; children = ( - 02519739CF70197D44E2B45D05D5C08D /* RNFirebasePerformance.h */, - 998394198259BA42AFB59DCC9DACC909 /* RNFirebasePerformance.m */, + ADD740B07F891E66997AE8BA270068A2 /* UMCameraInterface.h */, + 1D8CEDD2357C540D7076346BEF992C9F /* Pod */, + DE807557D92EB2E0347663140D76973C /* Support Files */, ); - name = perf; - path = RNFirebase/perf; + name = UMCameraInterface; + path = "../../node_modules/unimodules-camera-interface/ios"; sourceTree = ""; }; - 87404215DE660AC2CED599221C890C2B /* rn-extensions-share */ = { + 74F2F3492D9F583ED53410BD35F1B8E8 /* VirtualText */ = { isa = PBXGroup; children = ( - 5EA99792D834800A97791F8088782EB1 /* ReactNativeShareExtension.h */, - 65FC566F642C951C6C0691D638373AF7 /* ReactNativeShareExtension.m */, - FA720A42D7AD69B37FE32BD870947B67 /* Pod */, - 3AC53BF253BDAC700031AF99AF62C9B1 /* Support Files */, + 8F1A3CECFED1C7D7337226CAB2DA9727 /* RCTVirtualTextShadowView.h */, + 2C3B5B33D7B3E48D320C3A06E3B9A455 /* RCTVirtualTextViewManager.h */, ); - name = "rn-extensions-share"; - path = "../../node_modules/rn-extensions-share"; + name = VirtualText; + path = Libraries/Text/VirtualText; sourceTree = ""; }; - 8776D2C51A83E427D2C48EB1069F5894 /* encode */ = { + 758A1A076CBC221F51E314EDDB084E66 /* Nodes */ = { isa = PBXGroup; children = ( + 17F929DC989EF54C2701ED2500CA281D /* RCTAdditionAnimatedNode.h */, + 4E07ED57ED920D977BD81B3CBD8D42FA /* RCTAnimatedNode.h */, + 5D4839FD80055F0C6950231B58B46EEB /* RCTDiffClampAnimatedNode.h */, + DD8E3D039A6E89BD03F7A33FC8D634F4 /* RCTDivisionAnimatedNode.h */, + CA2318FAF8C6794819597B7DA736974E /* RCTInterpolationAnimatedNode.h */, + 9424315AD5F0B1426BE631E0E48A16FD /* RCTModuloAnimatedNode.h */, + C31F8FC51B67099F8B276DA2E2C77161 /* RCTMultiplicationAnimatedNode.h */, + 8AF61CACE577B9A39BB90412673094B7 /* RCTPropsAnimatedNode.h */, + 4BF54A24D19FC6D0F35C0A4A592DC31B /* RCTStyleAnimatedNode.h */, + 8195DD85B930F93043F9BD1EAC646D90 /* RCTSubtractionAnimatedNode.h */, + 6022927CBB877F9F4F1956FB8289B89A /* RCTTrackingAnimatedNode.h */, + 8A8663152A86CBD0E6F27A6A4B70814E /* RCTTransformAnimatedNode.h */, + 40B2931C67BF7582A73B702E4DC7B510 /* RCTValueAnimatedNode.h */, ); - name = encode; + name = Nodes; + path = Libraries/NativeAnimation/Nodes; sourceTree = ""; }; - 878E9B74CF8EA6A628777D7E9B63134A /* UMFontInterface */ = { + 7608AC1BAFF9991F61A7036E8460C5F2 /* Pods-ShareRocketChatRN */ = { isa = PBXGroup; children = ( - C39246CAA8DA2EE8E2746FC5001CC99D /* UMFontManagerInterface.h */, - FF3C411E0D162CDBAF4C1FFDCCB070B1 /* UMFontProcessorInterface.h */, - 5B6DE156CF9648FC0EB50B4B44258DD1 /* UMFontScalerInterface.h */, - 533B2462CA47231F7DD14726151365CC /* UMFontScalersManagerInterface.h */, - AB94BB3AACBAD62B52FE7A0CEC4F91EA /* Pod */, - DC1827021F76C9872244B03823E0E691 /* Support Files */, + D43DE3DC7792E0B353371829F68C0FFD /* Pods-ShareRocketChatRN-acknowledgements.markdown */, + BFA3D1106C1072A2B733533A2E770794 /* Pods-ShareRocketChatRN-acknowledgements.plist */, + 20EB67591180BD14936DAED287A3BFF0 /* Pods-ShareRocketChatRN-dummy.m */, + B65D1E0F95214E2E1AC4F513C1753CC7 /* Pods-ShareRocketChatRN-resources.sh */, + 49A51F5FBBCFD3F02638D5838DF22338 /* Pods-ShareRocketChatRN.debug.xcconfig */, + 527CD81DF520880893DE8021CD41E619 /* Pods-ShareRocketChatRN.release.xcconfig */, ); - name = UMFontInterface; - path = "../../node_modules/unimodules-font-interface/ios"; + name = "Pods-ShareRocketChatRN"; + path = "Target Support Files/Pods-ShareRocketChatRN"; sourceTree = ""; }; - 87AB337EE17DF3A362B45EFCCEBCA314 /* Support Files */ = { + 762BE18B9C9F5EE8B4272C7F227FE59D /* Support Files */ = { isa = PBXGroup; children = ( - C6C0C273D309A0AAC35B9F412866A502 /* react-native-orientation-locker.xcconfig */, - 75B5C528ED47BA30ECAFFC10F6E07240 /* react-native-orientation-locker-dummy.m */, - D8021DB19699315FBBA3E6257E3E06D4 /* react-native-orientation-locker-prefix.pch */, + 9BF61CFC891BBB889FA4A1BD2CA3E955 /* SDWebImage.xcconfig */, + DEA0269F260ECF8399E22CDBCE670D9D /* SDWebImage-dummy.m */, + 50B8ABB68528EF52A4BB054EAC5BC865 /* SDWebImage-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-orientation-locker"; + path = "../Target Support Files/SDWebImage"; sourceTree = ""; }; - 87BCD03B7A12C5ACDA793FF886B59CF6 /* ReactCommon */ = { + 774A1A55E44DB194E3123C72DC0C2DFA /* crashlytics */ = { isa = PBXGroup; children = ( - 8C5E10D259448B1B7E5DCF8515074718 /* jscallinvoker */, - 5CBFF170D600E712082ACAC6CB74C619 /* Support Files */, - 12E3054D965F427AD0B387467FA2ACEF /* turbomodule */, + CA94FE7C1ED0D22930A83476F47FE470 /* RNFirebaseCrashlytics.h */, + C3BDF4648814948648C45BCB5C609DFC /* RNFirebaseCrashlytics.m */, ); - name = ReactCommon; - path = "../../node_modules/react-native/ReactCommon"; + name = crashlytics; + path = crashlytics; sourceTree = ""; }; - 87D4566BBFFD271EEEA3C99A94209C9D /* Support Files */ = { + 77544E5B889A6C60EE92C76C5912357D /* Support Files */ = { isa = PBXGroup; children = ( - 064120011AFF24AE097CA29C2983ABFF /* nanopb.xcconfig */, - 7C3EBAFEBE08088002B1F7333E2E81FD /* nanopb-dummy.m */, - DB83BC203328D170AE2DB2FCFE9EFECD /* nanopb-prefix.pch */, + 76C856BACD70EF40DF17EDFB42E4D79A /* EXAV.xcconfig */, + 829EC048CE8EFC4CEF32EF085705F63C /* EXAV-dummy.m */, + 391EF556A6DC25D83E9E837BC9F4FCA6 /* EXAV-prefix.pch */, ); name = "Support Files"; - path = "../Target Support Files/nanopb"; + path = "../../../ios/Pods/Target Support Files/EXAV"; sourceTree = ""; }; - 888A279B93463661589EA94AED056520 /* Pod */ = { + 7A95556F6BC0F4A8945CC09894E13D1D /* instanceid */ = { isa = PBXGroup; children = ( - 7D2B3EBFEBBFCFAB13633448E2715D73 /* LICENSE */, - 50C0F62EE531A8425769369411EDB22C /* README.md */, - 2F5F58D201AADC733A78BC5311917987 /* RNFastImage.podspec */, + BCA0A28433AF58C83F14445039924E4C /* RNFirebaseInstanceId.h */, + 51A0C4031412087072E81B9C43CD18A1 /* RNFirebaseInstanceId.m */, ); - name = Pod; + name = instanceid; + path = RNFirebase/instanceid; sourceTree = ""; }; - 89B60566C49622E6C5DC81A8E140000A /* FirebaseInstanceID */ = { - isa = PBXGroup; - children = ( - 014E45AD189B1336120DC9E8586365D8 /* FirebaseInstanceID.h */, - E3503E71EA767ACE327A218187EF6033 /* FIRIMessageCode.h */, - 967CFE52F3BC079ACD521D75990E2CF4 /* FIRInstanceID.h */, - 4A85708678FBE7B05C15BC5627A0E5F2 /* FIRInstanceID.m */, - D55BD71D9F37C0C70DBB7D0D84A1FC04 /* FIRInstanceID+Private.h */, - D303224896C0540A955BA28C9B201751 /* FIRInstanceID+Private.m */, - 2238F6878C569BD9DE62658378F43980 /* FIRInstanceID_Private.h */, - 046F3FE1986F3CAB8C4EECAE504FD06E /* FIRInstanceIDAPNSInfo.h */, - B0D469C5A5B872747EED0388471AEEC9 /* FIRInstanceIDAPNSInfo.m */, - 119D49631AB3BD4A36F2818E213042AD /* FIRInstanceIDAuthKeyChain.h */, - CBC675CAC7646C3D2A0E25803D8F155F /* FIRInstanceIDAuthKeyChain.m */, - 38EBD6804987F7C98DB5866FA7C08B94 /* FIRInstanceIDAuthService.h */, - F306757A7F52D0FC9929E2BFABDC8FC9 /* FIRInstanceIDAuthService.m */, - C9452CAC6F952F0A74204730C3121CB6 /* FIRInstanceIDBackupExcludedPlist.h */, - 44A01F006BD1D0ADFF86D8F79C363A7F /* FIRInstanceIDBackupExcludedPlist.m */, - D63E03F1ABC7D78DD3F272FAAC453778 /* FIRInstanceIDCheckinPreferences.h */, - E228B19B85B5CCEB10625AAB1350D5FA /* FIRInstanceIDCheckinPreferences.m */, - D4A086F979493189EE91F9C149DDE8B1 /* FIRInstanceIDCheckinPreferences+Internal.h */, - 69D4060D1EA021856193B54C9D39E758 /* FIRInstanceIDCheckinPreferences+Internal.m */, - 5A46BDA79D3DFF1C3023FB47BFA86099 /* FIRInstanceIDCheckinPreferences_Private.h */, - 304B64A89E638598A9E65B7A5FB5A012 /* FIRInstanceIDCheckinService.h */, - 1593F8F3AD3E11B7F6733CCCE3202DB2 /* FIRInstanceIDCheckinService.m */, - F3A35CCA95C945DDD55D3AB0745C5C8D /* FIRInstanceIDCheckinStore.h */, - F7E57B49B68FDEC37DDD4EA4E510172A /* FIRInstanceIDCheckinStore.m */, - E2D9656538B30CAC2E7730280608846A /* FIRInstanceIDCombinedHandler.h */, - 0BDFD803D35E23046615364556059747 /* FIRInstanceIDCombinedHandler.m */, - 5C08A7A965EB2383483891F04531D488 /* FIRInstanceIDConstants.h */, - 742E5440B777A8B7B7A9FC704D40329C /* FIRInstanceIDConstants.m */, - E305B54EDF07E9F41D51A8902566F2CA /* FIRInstanceIDDefines.h */, - 57C2571E6F4703A0B6CD237B4CEC6DEC /* FIRInstanceIDKeychain.h */, - E4DBFB4E3EB87512BFFC27EAFB4D7E2E /* FIRInstanceIDKeychain.m */, - 41F7F4505B4AEFD5242486F072B4A45A /* FIRInstanceIDKeyPair.h */, - 5D4E9E7618FED11FC874BDEAE4A0FAAB /* FIRInstanceIDKeyPair.m */, - ABD3E13C1519D040A1C496CA3A2272A0 /* FIRInstanceIDKeyPairStore.h */, - E0335CE7297AD0A020364657C76193B4 /* FIRInstanceIDKeyPairStore.m */, - 2A7830133E02017B820D1F11EB0E2EE9 /* FIRInstanceIDKeyPairUtilities.h */, - 162E52A16238EF44E7C37B27AF498402 /* FIRInstanceIDKeyPairUtilities.m */, - 5A9B3DEFA1431597E451E5DE29D1828D /* FIRInstanceIDLogger.h */, - 37FD57B12763B96D58691CAE28587F6D /* FIRInstanceIDLogger.m */, - C8233D3E197592FC774570D40E374962 /* FIRInstanceIDStore.h */, - A36D999008A3FC12B2D50113AD92521B /* FIRInstanceIDStore.m */, - 04A3EF2DF6AE2A810E25A7B56F994305 /* FIRInstanceIDStringEncoding.h */, - C37B4B112CBC6E41702C04EEDE7BAE97 /* FIRInstanceIDStringEncoding.m */, - A8758C74594F364FE8D55BF1A8B0795D /* FIRInstanceIDTokenDeleteOperation.h */, - B0EB71CDD0AEEDE9FE3B0F7FFA9888EA /* FIRInstanceIDTokenDeleteOperation.m */, - BF1732ACF5FFF2CD5BF851CAC5EECC9D /* FIRInstanceIDTokenFetchOperation.h */, - 8D8700EA442108B9065AFF53E7D01AF9 /* FIRInstanceIDTokenFetchOperation.m */, - 999E80EF208B453EA422E9289CA5C830 /* FIRInstanceIDTokenInfo.h */, - F3E2C09229F44C8129BBDB4F641D8034 /* FIRInstanceIDTokenInfo.m */, - 5ACED9F4DF79E95A18766C12251F1609 /* FIRInstanceIDTokenManager.h */, - 599CB421E408E13C49BCEF418C589CA8 /* FIRInstanceIDTokenManager.m */, - 2AB59D38B9D49C9B00F3C5F95EF8A5F4 /* FIRInstanceIDTokenOperation.h */, - 1CA4E722A5CD358D1D5FF57C4B0781A2 /* FIRInstanceIDTokenOperation.m */, - B372F3BA6D1AB3CE03B311B35A8ACA6A /* FIRInstanceIDTokenOperation+Private.h */, - 3DB682A30EB31ECFEB3C2C7BF6686375 /* FIRInstanceIDTokenStore.h */, - B72C106E89BF8161D335F7EF03F47EC0 /* FIRInstanceIDTokenStore.m */, - 97EC666963FCA99A7CF67BDD7C605183 /* FIRInstanceIDURLQueryItem.h */, - A66E9B64871E443AE6D5C9E8D3BB2A3A /* FIRInstanceIDURLQueryItem.m */, - 58AE31E09B2E2FA3A5B15DE7150AC88B /* FIRInstanceIDUtilities.h */, - D8EC34EC8CC38CF16D8663A7854E1F0D /* FIRInstanceIDUtilities.m */, - 6BF4F22DC8A83366111A7A756E4A9AA2 /* FIRInstanceIDVersionUtilities.h */, - 40C8283611FAE7801D09ECAC1AD49CB6 /* FIRInstanceIDVersionUtilities.m */, - 56CB6318C9B6B836940C40559EB4E7B1 /* NSError+FIRInstanceID.h */, - 7D0F91703E6BBDAC31CCD4A9929CA362 /* NSError+FIRInstanceID.m */, - BC3F281D4042AA3A488983F130485E06 /* Support Files */, + 7ADF3B70FEA5EAE88FDF808BF368CA4D /* react-native-background-timer */ = { + isa = PBXGroup; + children = ( + C80C24196CA7E3B278CF17DC2FAC5AB3 /* RNBackgroundTimer.h */, + 24065647A62A3DECE21E112C839B4127 /* RNBackgroundTimer.m */, + A03A484C57382D5B670BD3688710DD54 /* Pod */, + 737C4495D77527781C7F1C205298A92A /* Support Files */, ); - name = FirebaseInstanceID; - path = FirebaseInstanceID; + name = "react-native-background-timer"; + path = "../../node_modules/react-native-background-timer"; sourceTree = ""; }; - 8A77F195308B777358F6B9081258A3F5 /* Support Files */ = { + 7B3778A382163C9CD37AF272867513CD /* Multiline */ = { isa = PBXGroup; children = ( - 030C26EC65F7BCA58C6A85021C58C638 /* GoogleAppMeasurement.xcconfig */, + D10C46D86FB6F512B5AFC678EBFE4802 /* RCTMultilineTextInputView.m */, + DC123B7D5CC70DA3800E61D7EA4C4F38 /* RCTMultilineTextInputViewManager.m */, + 71F657137562B5AD78A592972B88CC8C /* RCTUITextView.m */, ); - name = "Support Files"; - path = "../Target Support Files/GoogleAppMeasurement"; + name = Multiline; + path = Multiline; sourceTree = ""; }; - 8AD7A448705D47A37B99ED6DFB4BA67F /* Frameworks */ = { + 7B9E288F290B9AA92F2A2FB4AE6796C4 /* Support Files */ = { isa = PBXGroup; children = ( - C466454922A16BCBF6C2AA9F92459FFA /* JitsiMeet.framework */, - 259D2F12ABCF462092CAD9B27FF0A88C /* WebRTC.framework */, + 26EED0C32A6841FD93F64269146D86F7 /* rn-fetch-blob.xcconfig */, + 31A0819CE730668349638D7ACDDFA74B /* rn-fetch-blob-dummy.m */, + B6387C500B2F2D7731D72916773B324C /* rn-fetch-blob-prefix.pch */, ); - name = Frameworks; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/rn-fetch-blob"; sourceTree = ""; }; - 8AE6C531455FD6BAC454E6F392FCAD0A /* Support Files */ = { + 7C4F4CC614025632F5EC16AB95423698 /* React-CoreModules */ = { isa = PBXGroup; children = ( - D2134E52180D21C748AA62F1B8778F9A /* FBReactNativeSpec.xcconfig */, - FF44761EFA9D37FAD358143F9DE8C41F /* FBReactNativeSpec-dummy.m */, - 688AE8D621FE8212F5150CBA4D1876A3 /* FBReactNativeSpec-prefix.pch */, + 24AB6FC2865384C38825BC95C65B5813 /* CoreModulesPlugins.mm */, + 7B76FE61248BDC8A1DCA4580361BB582 /* RCTExceptionsManager.mm */, + 8D03AF7C4AC28A8E342483AD0C8FFFAF /* RCTImageEditingManager.m */, + 379BA6AEA045508F8CC03B6CD8FE31E5 /* RCTImageLoader.mm */, + B0C02F0BE5E491D1B2A5DA0E71329CDE /* RCTImageStoreManager.m */, + 6E87BDE5CB74061628F9F4808B9C5CE1 /* RCTPlatform.mm */, + 41804EDECB44CF63CE5287EF5950269A /* Pod */, + C9704452309A6C6E9453E699009662FA /* Support Files */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/FBReactNativeSpec"; + name = "React-CoreModules"; + path = "../../node_modules/react-native/React/CoreModules"; sourceTree = ""; }; - 8B91B92AAD50646F07255F507ACDEE56 /* UIUtils */ = { + 7CE364B5FAFFF00B686D772128797865 /* Brushes */ = { isa = PBXGroup; children = ( - 8BBE4A685580DF057CABE0D4123A574D /* RCTUIUtils.h */, - 35A2911CECA465FC692DB6CF5CAE70B6 /* RCTUIUtils.m */, + 863D42949D725AD8F8FB5CFA588995E6 /* ARTBrush.h */, + C6689062F276838BBC2F836F080ED20A /* ARTBrush.m */, + FF4CC019C6A7F3AD874836BE32F5D7B2 /* ARTLinearGradient.h */, + ED878C79AD09D1D2CAA7EA3A80B0FC62 /* ARTLinearGradient.m */, + 258B91E715DED0A38A9452BD4B766218 /* ARTPattern.h */, + 453DDF07237BD816BB5931DE332C50DA /* ARTPattern.m */, + 2C914260E14BFC206DFDEE3734A44F64 /* ARTRadialGradient.h */, + AC648412AF4600F9C1EDFB18BC08768E /* ARTRadialGradient.m */, + 21A17FEC35C795A42DD06D5E212C1DA9 /* ARTSolidColor.h */, + 351492E3C14B88EF2F44583F4F1097A5 /* ARTSolidColor.m */, ); - name = UIUtils; - path = React/UIUtils; + name = Brushes; + path = ios/Brushes; sourceTree = ""; }; - 8BD73C731960B082C86AB1D8D4E7BC8B /* Pods */ = { - isa = PBXGroup; - children = ( - D6B26720AF819709D47D41A20C29FE79 /* boost-for-react-native */, - CE6D789A1B323CF323AF90BE6F767989 /* Crashlytics */, - 7832AD3901A3642E9DA5240FE29E97FC /* DoubleConversion */, - 4D9867513484B408715899ECC0FFF580 /* Fabric */, - D82BB9E997281D822BF99905DA93B2F4 /* Firebase */, - 2917A1F1577820FC43DB67455A33C871 /* FirebaseAnalytics */, - F56EB9A9D175DFFD33A8FE50190C91C7 /* FirebaseCore */, - 5D5E0FE32BB74DFE4D34627DADD93C95 /* FirebaseCoreDiagnostics */, - 6DBF468270EF9BED67EFC3A23AB2D361 /* FirebaseCoreDiagnosticsInterop */, - 89B60566C49622E6C5DC81A8E140000A /* FirebaseInstanceID */, - 12E5CC1CEB5E512E489E102250A45E0D /* Folly */, - 4E83550CD2D87DD34D933535D7603C46 /* glog */, - EB22DEDBC24506D9AD1AC5C08F7DBF3F /* GoogleAppMeasurement */, - 02BAB2648C89987EFCC8C066E0F9129E /* GoogleDataTransport */, - 9DD6ABE841F52B2064D36A80D7D5311F /* GoogleDataTransportCCTSupport */, - BDF2C49360CB8DEC6CA64A7ACDA6EA69 /* GoogleUtilities */, - 45F5ED2C3A330A590E11E433B7535194 /* JitsiMeetSDK */, - 802DD9B71286FAF400232C809E49A8E3 /* libwebp */, - 42C68DC8CE48536D832C9A7A5353B785 /* nanopb */, - FDE72FFE7D2794A6ADEAC4F86C2AB457 /* QBImagePickerController */, - 0F7F0A4E201CD7E6BE345B17B5C5D3FC /* RSKImageCropper */, - E0D54EEA34BCC38CB041C7EA534F04FC /* SDWebImage */, - 107FC8606AE9656EAAC7AB584CD690A3 /* SDWebImageWebPCoder */, + 7D2E80EA83695B9B18387F2802263216 /* TextInput */ = { + isa = PBXGroup; + children = ( + A7C6FD5F50751A07FAC17D258A658563 /* RCTBackedTextInputDelegate.h */, + 574E7D76BC41B088CC91942C613E7B7E /* RCTBackedTextInputDelegateAdapter.h */, + F6B060FA7384859BC82F1A012092389F /* RCTBackedTextInputViewProtocol.h */, + 2B7E25A5F3D83CA32E225BD43B8747E2 /* RCTBaseTextInputShadowView.h */, + 66EE284016BCA0CF8AEAF406584719E5 /* RCTBaseTextInputView.h */, + E2FF0EF6A719422A08A1E74AA5C5D136 /* RCTBaseTextInputViewManager.h */, + 86D659A8989A7924F422EAE8E671F369 /* RCTInputAccessoryShadowView.h */, + F908B6D3318ECC8CB21079076A97D721 /* RCTInputAccessoryView.h */, + 80508BF83A805007058178A772178F5F /* RCTInputAccessoryViewContent.h */, + F7AE31CA026D3F48692DCBCF9E5CD469 /* RCTInputAccessoryViewManager.h */, + 691822CFD4F0F714CE44F57239754CA3 /* RCTTextSelection.h */, + 3293B7A68371FD3CCBED56CE672CC2B5 /* Multiline */, + 9E0BCE2C1F81840823665BF9DDCD7E5A /* Singleline */, ); - name = Pods; + name = TextInput; + path = Libraries/Text/TextInput; sourceTree = ""; }; - 8C135D0DC78644B473DFEB10753C7514 /* Pod */ = { + 7E12656CBD0F143E81463C24CA1F429E /* Pod */ = { isa = PBXGroup; children = ( - C176DA120E62DFDCB96ADE93F0CC8B51 /* advancedIos.md */, - 086857AE90E7C158904258A7E7D24A29 /* installation.md */, - 8D5DA9F707B4EB88B02CD1D280EC502A /* LICENSE */, - 947A4406BD21AFA4B2F50228E547D9F2 /* localNotifications.md */, - C6933B37B3C70EC6D073247837263840 /* notificationsEvents.md */, - AF9E9542D2A9D6DE1F3DC69C0B2577AE /* react-native-notifications.podspec */, - 22DAC011F696BEDD225BA8942588F6CF /* README.md */, - 90D1D64582F9E064C354593135DAD905 /* subscription.md */, + 67BF2DDA8C43089C1DA6D9F5B5503606 /* React-cxxreact.podspec */, ); name = Pod; sourceTree = ""; }; - 8C5E10D259448B1B7E5DCF8515074718 /* jscallinvoker */ = { + 7E611EB379C738A6DCAE651E5F022936 /* Support Files */ = { isa = PBXGroup; children = ( - BAE1981EBEF50FB077D5B09192D1F621 /* BridgeJSCallInvoker.cpp */, - B811E8AA47827442EA8038B78C637A57 /* BridgeJSCallInvoker.h */, - 6F4480DB4DFD774EF2B6C7C0B1151891 /* JSCallInvoker.h */, + AF8CDB3234290BED94BE4557F5886530 /* EXFileSystem.xcconfig */, + 0426B8342173670C364646932520A584 /* EXFileSystem-dummy.m */, + 14EA82D8AF8E2D9B52189D6C7341EEDB /* EXFileSystem-prefix.pch */, ); - name = jscallinvoker; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXFileSystem"; sourceTree = ""; }; - 8C6DE9F792321649690ABB986DEB1E0F /* RNAudio */ = { + 7E8067D850626F2B4FFEB84BD94D81C9 /* VirtualText */ = { isa = PBXGroup; children = ( - 55E4741AF23FBF4247133573D6290DD0 /* AudioRecorderManager.h */, - 6396DB7C7D0998961051B112303D8716 /* AudioRecorderManager.m */, - 7DFE61691F19C8FFADEFC0672BBCE98E /* Pod */, - C1E090195C561D4A7112C9CB1A84A0AB /* Support Files */, + 30C1742AE22CCE53FAE08FFBF0D3F9E3 /* RCTVirtualTextShadowView.m */, + B8BDA0D59E0FDFD4916DCD98BC7C3B04 /* RCTVirtualTextViewManager.m */, ); - name = RNAudio; - path = "../../node_modules/react-native-audio"; + name = VirtualText; + path = VirtualText; sourceTree = ""; }; - 8CE2E8B361B9D882C1E2BE5F409B30FF /* Pod */ = { + 7FB97AA06C19FB7FB455F477F2961F80 /* GoogleDataTransportCCTSupport */ = { isa = PBXGroup; children = ( - E993C80D12BF5834C62A0599025F6924 /* EXAppLoaderProvider.podspec */, + 1493995A8BFB7373CDD744F29FB45E51 /* cct.nanopb.c */, + EA6AC78AD06EBD597B03B38F91D2D065 /* cct.nanopb.h */, + 08605099D3DD551B75AE7B66CA074A26 /* GDTCCTNanopbHelpers.h */, + B80484046E542C11B4649FCC8CAC9C52 /* GDTCCTNanopbHelpers.m */, + C6D51E11A724780AD122EAAB74D10317 /* GDTCCTPrioritizer.h */, + D7AF0EEF43F86081748C36A1C9D9A230 /* GDTCCTPrioritizer.m */, + 6E6E78446D4C66AB49A9367C4B33947A /* GDTCCTUploader.h */, + F534DAFAC571CC5B019C05580EB1FADB /* GDTCCTUploader.m */, + 99DE0DAAD1BFD1A124EF4C0B63BBDE80 /* Support Files */, ); - name = Pod; + name = GoogleDataTransportCCTSupport; + path = GoogleDataTransportCCTSupport; sourceTree = ""; }; - 8D102C988F316C3C0DD3A61A6C65CA1A /* Support Files */ = { + 7FF3371C992E87AF4EBA2BD2DA749440 /* Source */ = { isa = PBXGroup; children = ( - 181C1CF9C0D53241BAE1B63565BE4F81 /* JitsiMeetSDK.xcconfig */, + 2B4C6F244F8056456104B506B2A65C9E /* KSCrash */, ); - name = "Support Files"; - path = "../Target Support Files/JitsiMeetSDK"; + name = Source; + path = Source; sourceTree = ""; }; - 8D137D4735ED101D9EB40B7E104628B6 /* Support Files */ = { + 819F2D11E99072EF2C631F0AA2EB6FEC /* Support Files */ = { isa = PBXGroup; children = ( - 36EE1BD869508F7D6CA3C09CF529BD5E /* RCTRequired.xcconfig */, + F8E743FFD85E2C107F52420EAD130F95 /* RNReanimated.xcconfig */, + 100FF80E511A702C2D76B13996B21E9C /* RNReanimated-dummy.m */, + 3CD171160074C2608374F363B5834168 /* RNReanimated-prefix.pch */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/RCTRequired"; + path = "../../ios/Pods/Target Support Files/RNReanimated"; sourceTree = ""; }; - 8DC566C76495332EB675F11263E8BF21 /* react-native-notifications */ = { - isa = PBXGroup; - children = ( - 7ABF7106CDFE8FA8630664DD0EB7E4A4 /* RCTConvert+RNNotifications.h */, - B681F0856C36E5E0C95360DE625C24AD /* RCTConvert+RNNotifications.m */, - F803AF7277C13C7E682727FC49F7021F /* RNBridgeModule.h */, - 98F7480695CDCF523438C7C3164704EE /* RNBridgeModule.m */, - 51AB0C0E0F4C4A44C6A4DD6AE553DB32 /* RNCommandsHandler.h */, - EEFD8B770F889567A4BE76D3DFD45439 /* RNCommandsHandler.m */, - 1D78B6AD794ABD35C6C0F85E743654C0 /* RNEventEmitter.h */, - 4D2D0867EC302EB0AE4D699C5E2DDF83 /* RNEventEmitter.m */, - FEBF0FB51E2494AF8452098808E446B0 /* RNNotificationCenter.h */, - C07391419D723F70812D0AACD10430D3 /* RNNotificationCenter.m */, - 435697BD18948A8D26AFFCA1519C9162 /* RNNotificationCenterListener.h */, - 57ACCB154CBFB1ED1FADCC712A22F973 /* RNNotificationCenterListener.m */, - 6702A660539537419E20683B79C3B52D /* RNNotificationEventHandler.h */, - 924081A5C928A43BD7215411B47BE5D6 /* RNNotificationEventHandler.m */, - 46951E92369DEFAA98273D33355B2F17 /* RNNotificationParser.h */, - 9D469D56E1FF7E83AC426E6F0509D260 /* RNNotificationParser.m */, - C370FF611330A43B2DDADC1F3FDE2260 /* RNNotifications.h */, - 45F4C8BB333BC999BCF9AE58DFE46430 /* RNNotifications.m */, - A9690E6AA35B66C49C28C6C39DA18FA5 /* RNNotificationsStore.h */, - 5DF2A71AB798BB1E1FDF31DB85511593 /* RNNotificationsStore.m */, - 4BE1489ECD3F28A0FA98832F85938038 /* RNNotificationUtils.h */, - 564F6F32AB889F2FAAB31F5BFA1D4C55 /* RNNotificationUtils.m */, - CABAE35089BC484F5D68945869E897A4 /* RNPushKit.h */, - 094365E75527466A323295B27DDF6C3B /* RNPushKit.m */, - 0E5EB7E0C87FE32A32C48F56EB71A0B1 /* RNPushKitEventHandler.h */, - F7A3FF96A7E535A687C94BED15954B08 /* RNPushKitEventHandler.m */, - FB86D2C2127A3BC83DA8643A08AA5B89 /* RNPushKitEventListener.h */, - 918587191E4667B02FD2E5E05592C35E /* RNPushKitEventListener.m */, - 8C135D0DC78644B473DFEB10753C7514 /* Pod */, - 5F8EF0E75B930F35ECB2FF5A3BD66E0B /* Support Files */, + 82AF47CFEFF6DF94B7E2887A2AEAFACE /* Pod */ = { + isa = PBXGroup; + children = ( + 0C6D02DEDE8278950D214006FA4E28BB /* LICENSE */, + A585D7271AD91337F3DA2AD8729BA9A6 /* README.md */, + 362771703094659B197B85BCFDFC20AF /* RNLocalize.podspec */, ); - name = "react-native-notifications"; - path = "../../node_modules/react-native-notifications"; + name = Pod; sourceTree = ""; }; - 8E778C918D93527E4C62A09F35C0F342 /* Support Files */ = { + 82BCA702BE7A3CB8D865989E6100DD8F /* RCTWebSocket */ = { isa = PBXGroup; children = ( - E77DAE17F9D2D89D8A90EAEE3D98DF05 /* React-RCTImage.xcconfig */, - 2337FD4047F3F60B749218A40785E05D /* React-RCTImage-dummy.m */, - C2A9D7E54C61CC3EEDC142325CC540F0 /* React-RCTImage-prefix.pch */, + 4EFFBC728DA46B2973369B908F1716CA /* RCTReconnectingWebSocket.h */, + 672898C13A0510836C2C646CC6EAADDB /* RCTReconnectingWebSocket.m */, + 0CADB33B0380B0BE330FCB93D5EC3AFF /* RCTSRWebSocket.h */, + EFF1AFD3BE2AA2D61B8BF0C534C1FB7C /* RCTSRWebSocket.m */, + 98081B33E4A04202E149C0287D3A2C30 /* RCTWebSocketExecutor.h */, + 4726D6A350DD59E705BBDBE02E6F1C4D /* RCTWebSocketExecutor.m */, + 88BAF4F61A0D2E6C36FB24A5850AF641 /* RCTWebSocketModule.h */, + 11D45A50423950FABFA8813A4308CA5F /* RCTWebSocketModule.m */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTImage"; + name = RCTWebSocket; sourceTree = ""; }; - 8EDDC38AF37438B84517BDFE7C7615B0 /* RCTSettingsHeaders */ = { + 83FEC896C9E6E5985F280D0F5FF86E2D /* Pod */ = { isa = PBXGroup; children = ( - 242959A0044CCBC53F15ABA9E2D4C2AA /* RCTSettingsManager.h */, + D418C2038126D73BDBE8EA92C2F89859 /* advancedIos.md */, + 2052B4878E563F44BB2D781DA948B9A4 /* installation.md */, + 0922979F22D8BFDD8D76968A49579474 /* LICENSE */, + FFEC74416586C4A621EBA5BB0F9A1D76 /* localNotifications.md */, + 2C1BAB8F80E64E97042B59A1AC58DECC /* notificationsEvents.md */, + 2A2C885A2496AC354FC80C3A218DF410 /* react-native-notifications.podspec */, + E980A28AE13B024D3022DDBC84630510 /* README.md */, + 09FCFF00BF412129AAFFE0D12D62F1C7 /* subscription.md */, ); - name = RCTSettingsHeaders; + name = Pod; sourceTree = ""; }; - 8F37E93D67E21374CEDE5702881BBBB5 /* UMCameraInterface */ = { + 855A94F939824FBC4D26D0E1AF2ADFA8 /* Support Files */ = { isa = PBXGroup; children = ( - E182E74410FA1DDCF0AA6224D4CD70F0 /* UMCameraInterface.h */, - B5A74BF1190F58873DD17B994991C144 /* Pod */, - 45C53BFCA0EA1C54D48C38C7C0E0E47A /* Support Files */, + 7144E3AFCB64F4D003E906316D3E2F93 /* UMPermissionsInterface.xcconfig */, ); - name = UMCameraInterface; - path = "../../node_modules/unimodules-camera-interface/ios"; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMPermissionsInterface"; sourceTree = ""; }; - 90612E736F06DEBC4AFE0372D86C604C /* Pod */ = { + 859A84580DD23CDB9B1B010C4C32FEDD /* Support Files */ = { isa = PBXGroup; children = ( - 759A861711E1F0204AF2FD5E6F1913E5 /* React-CoreModules.podspec */, + 54F996004D749A8C4E92E03115DB9971 /* RNVectorIcons.xcconfig */, + E4A44DBD0125EC6C933C43B0821CE950 /* RNVectorIcons-dummy.m */, + E51B633A6568F091331A0C0FB8A9AD61 /* RNVectorIcons-prefix.pch */, ); - name = Pod; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNVectorIcons"; sourceTree = ""; }; - 911851AEB4CDAC5A0971712FB8011504 /* Support Files */ = { + 873338F5AAFE3D41E243E456858E2B91 /* CxxUtils */ = { isa = PBXGroup; children = ( - 472A2C7686DB7556D578DB79D152CB46 /* Folly.xcconfig */, - 550868F8B354C387FEC258FEE790F14E /* Folly-dummy.m */, - 358C560AEBE72102FDA3E6D8080F2BC7 /* Folly-prefix.pch */, + C366E75E4970FFB7A917CCD2CEA7C283 /* RCTFollyConvert.h */, + 6155B18D8CF4FB456DC33C47918C8895 /* RCTFollyConvert.mm */, ); - name = "Support Files"; - path = "../Target Support Files/Folly"; + name = CxxUtils; + path = React/CxxUtils; sourceTree = ""; }; - 92F85D30FD840403D60FCE6C7D7BABA9 /* BugsnagReactNative */ = { + 87539F95CABB9949D19B0D7455021360 /* EXAV */ = { isa = PBXGroup; children = ( - 72277FFD55B9F0056DFEF07047DD2FD6 /* BugsnagReactNative.h */, - E9BB28EAF11FB90C1C779ED0719AB18C /* BugsnagReactNative.m */, - E71F2EFD79F19EA41D63753136E70D83 /* Core */, - 77D224458688D2C2B490DC161E98B83F /* Pod */, - 49C6CC742418875BF4033F2AA2EDF3D6 /* Support Files */, - 0DA1728D1E887AF30D0BE108168D974E /* vendor */, + 357EE4430484C005819F04B685F87230 /* EXAudioSessionManager.h */, + 5FDF7BC550BC5054CE7AC008CBA17AF3 /* EXAudioSessionManager.m */, + 6B4FE9F9973F703E076635C26942E1DC /* EXAV.h */, + F68B894BFB676E3DB6ABFF59C9420AC9 /* EXAV.m */, + EC14B89EB09A6697A2C3F755E6C05789 /* EXAVObject.h */, + 5553295AE6D49C6BA686D1E0A7046384 /* EXAVPlayerData.h */, + 731F8AF10F09EE4C983A1BD142DFAFE8 /* EXAVPlayerData.m */, + D97DCBB8B817BB7055DA5FF2ED1E07F4 /* Pod */, + 77544E5B889A6C60EE92C76C5912357D /* Support Files */, + 738FEC59CC39145D0F74A0D0CF4E4347 /* Video */, ); - name = BugsnagReactNative; - path = "../../node_modules/bugsnag-react-native"; + name = EXAV; + path = "../../node_modules/expo-av/ios"; sourceTree = ""; }; - 953F339B4E7AFC99F859A3901749AEA6 /* Products */ = { + 8792BA9651C7EAEB0C26DA9DC308C049 /* Support Files */ = { isa = PBXGroup; children = ( - 3EEAA606F6866DA20E6601B9655B1027 /* libBugsnagReactNative.a */, - 6FFB7B2992BB53405E6B771A5BA1E97D /* libDoubleConversion.a */, - A225ED83E33DC48D25B9FF35BA50CCD0 /* libEXAppLoaderProvider.a */, - AD40A94AE1ADFA1CDF9602BA3B04C90E /* libEXAV.a */, - 220361FF3B2778F8F38C2C4DCC5B49FD /* libEXConstants.a */, - ED1E3FC0DC90F4A787472917BFB6B235 /* libEXFileSystem.a */, - 80A51B61FECFED8D1A0D95AAD32A2938 /* libEXHaptics.a */, - 72E494917AC5EC2582197F07061A28B0 /* libEXPermissions.a */, - 574E8A849B86DCF8EE5726418D974721 /* libEXWebBrowser.a */, - ABFEEA82A6C346B22843FBE0B0582182 /* libFBReactNativeSpec.a */, - E2B63D462DB7F827C4B11FD51E4F8E2D /* libFirebaseCore.a */, - 8CC9178C366942FD6FF6A115604EAD58 /* libFirebaseCoreDiagnostics.a */, - 2DA0D814DFCB860D31D7BCD63D795858 /* libFirebaseInstanceID.a */, - 06489499588BFA8FD5E63DD6375CD533 /* libFolly.a */, - 3CA7A9404CCDD6BA22C97F8348CE3209 /* libglog.a */, - 856B5CD56F194FAD26EA91620B66D614 /* libGoogleDataTransport.a */, - 6942351307BC1F54575D9853307EAE0E /* libGoogleDataTransportCCTSupport.a */, - B43874C6CBB50E7134FBEC24BABFE14F /* libGoogleUtilities.a */, - 279390C893577F74DD2049383E1EDD1A /* libKeyCommands.a */, - 5E4674603A5D5B9215FFA0F8E69F8B71 /* liblibwebp.a */, - 06FC5C9CF96D60C50FCD47D339C91951 /* libnanopb.a */, - 586602EDE69E2D273945D156ECB89853 /* libPods-RocketChatRN.a */, - ABCA9F4CD6EE0D4686EBA505F526A436 /* libPods-ShareRocketChatRN.a */, - 20D73B80DBEDC9935666EB05B502A6E8 /* libQBImagePickerController.a */, - F958876A082BF810B342435CE3FB5AF6 /* libRCTTypeSafety.a */, - BD71E2539823621820F84384064C253A /* libReact-Core.a */, - 6771D231F4C8C5976470A369C474B32E /* libReact-CoreModules.a */, - 37592FDAD45752511010F4B06AC57355 /* libReact-cxxreact.a */, - D9F334F2E90E3EE462FC4192AF5C03BD /* libReact-jsi.a */, - F2E7C88DFCD460A4B46B913ADEB8A641 /* libReact-jsiexecutor.a */, - 2577F299FCB0A19824FE989BE77B8E8F /* libReact-jsinspector.a */, - 242758B9EDFF146ABE411909CAC8F130 /* libreact-native-appearance.a */, - B75A261FE3CE62D5A559B997074E70FC /* libreact-native-background-timer.a */, - 8C3E2A6E6F93E60E397F6C0BBA710BF5 /* libreact-native-cameraroll.a */, - 08D1FFC2980C1ED72AE9A4C44A0544C3 /* libreact-native-document-picker.a */, - 8074129DF318155B29544548E1CAF4A3 /* libreact-native-jitsi-meet.a */, - 686FA236B3A0EDC2B7D10C6CB83450C8 /* libreact-native-keyboard-tracking-view.a */, - 012242E4480B29DF1D5791EC61C27FEE /* libreact-native-notifications.a */, - 48425DA2F01D82A20786D5E55E264A29 /* libreact-native-orientation-locker.a */, - 2B17A71888AA28CEFEC37B72F2A68A91 /* libreact-native-slider.a */, - B058F035CFD84ECBF8414E4EAE5834FC /* libreact-native-video.a */, - 8DF63376066E2275FF26820B3A512A9B /* libreact-native-webview.a */, - 73F8A95B79671F501F31EA4F1D04AA8B /* libReact-RCTActionSheet.a */, - FE7B9294FF05AAFD1653E2104E10844A /* libReact-RCTAnimation.a */, - F71EBF73F354B475D465FF6DE9A66707 /* libReact-RCTBlob.a */, - EEDBF403E8E0B3885E65C2741B536BC5 /* libReact-RCTImage.a */, - 802121F5B756ACBFDD6D08C36246DADD /* libReact-RCTLinking.a */, - A68E5A9B69A3BA0FD52CAF7A354EC93B /* libReact-RCTNetwork.a */, - 269BE773C9482484B70949A40F4EA525 /* libReact-RCTSettings.a */, - E6A16705C69FC7DE11C2469A4A0F8358 /* libReact-RCTText.a */, - C1A919103EAC9813D236486C34FC0A21 /* libReact-RCTVibration.a */, - D5C775614AC76D44CECB6BE08B022F1F /* libReactCommon.a */, - 51B50F20C76CF72E2BEF8D4764235306 /* libReactNativeART.a */, - 858AFA83985937825473045CF6808B15 /* librn-extensions-share.a */, - 4FDA96879D96070EB1983E98E655CBDC /* librn-fetch-blob.a */, - 3B65CB9B6DCD893501BDCF1DE7BA926C /* libRNAudio.a */, - 202722AA0D229A11350F6DC0F267A0BA /* libRNBootSplash.a */, - 72DE4BF3FB9CE0858E90F96FEF8A53AE /* libRNDateTimePicker.a */, - E0FE6533198104C97DB047DD5CD8AC67 /* libRNDeviceInfo.a */, - E55EA3C6F285F6FA8067C5C8A428FA64 /* libRNFastImage.a */, - 4EAF7225D8D498E7D232AE1520E6CBD3 /* libRNFirebase.a */, - 8F65F9361F2069CF9E9D751272968DE4 /* libRNGestureHandler.a */, - 3AEA4A114C08533A2C0F8E039A4C5EB9 /* libRNImageCropPicker.a */, - 15912309AA610251329D74FA111DE5CA /* libRNLocalize.a */, - C777CF2FB1E39A45CBBDB54E8693F471 /* libRNReanimated.a */, - E496A53A92B4E464B5C30DC5B1E4E257 /* libRNRootView.a */, - 50B5347C9A6E93B7D4CFC3673BA6FB7E /* libRNScreens.a */, - BFCE4058442BFB8DEB89BA3F261A76BA /* libRNUserDefaults.a */, - 8998273719FDD789E6F9C7541AFD0B33 /* libRNVectorIcons.a */, - 580712ADE0DDE9601ED35B000EC802D6 /* libRSKImageCropper.a */, - B0B214D775196BA7CA8E17E53048A493 /* libSDWebImage.a */, - FCF61D9B2B75054A9A3185DDC609B7FF /* libSDWebImageWebPCoder.a */, - AF72FD600DE7E2D330BA50F877993E05 /* libUMCore.a */, - 3B640835BAA914DD267B5E780D8CFEC7 /* libUMReactNativeAdapter.a */, - 65D0A19C165FA1126B1360680FE6DB12 /* libYoga.a */, - C9708630F9D9C8C32EF0B3C91B9E469D /* QBImagePicker.bundle */, + 2E985151BC5A1D14982E940CFB852708 /* react-native-jitsi-meet.xcconfig */, + 8424053FF468644E6725083AA014F82E /* react-native-jitsi-meet-dummy.m */, + 215087140A560782E3D4183A4ACC10C2 /* react-native-jitsi-meet-prefix.pch */, ); - name = Products; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-jitsi-meet"; sourceTree = ""; }; - 95EEB82360154C1FDEED1E0962DE0A21 /* CoreModulesHeaders */ = { + 88280434FC80FEC8CCB1B46B4ED96389 /* Pod */ = { isa = PBXGroup; children = ( - BE78899BC1F86654AC831678BA3E383E /* CoreModulesPlugins.h */, - D167F170625B1670EF7413BA8B041DF9 /* RCTExceptionsManager.h */, - F1CB3919722155EB19FD7E9DC2B3B824 /* RCTImageEditingManager.h */, - A7C9E07CE2632B29641A159E22B60E51 /* RCTImageLoader.h */, - 03D727AAECD7A3B1DC7573E413CE1EFC /* RCTImageStoreManager.h */, - 8466EABAE46F8A7FBAE302C591B0F328 /* RCTPlatform.h */, + 2BAA4B4A8C57845FCA56A74CFFEB1621 /* React-RCTLinking.podspec */, ); - name = CoreModulesHeaders; + name = Pod; sourceTree = ""; }; - 9703F30BDE785720AFF2E1EFAC350AC9 /* ios */ = { - isa = PBXGroup; - children = ( - 9B4FA3F4302C9A7AD4BECF06D8F39FB0 /* RCTTurboModule.h */, - 3A62903D43B731941CED3C75F9273EEA /* RCTTurboModule.mm */, - 84479556574826CE897D80D0F0DB5FC6 /* RCTTurboModuleManager.h */, - ED95DB62262F835DAE6597D0AA804A38 /* RCTTurboModuleManager.mm */, + 88A42DE2ED39185CAD8F249848287DC4 /* Views */ = { + isa = PBXGroup; + children = ( + 6B9D7BBFB1A3C4386C89106FD16D456A /* RCTActivityIndicatorView.h */, + 1D44E75F76E72B5F892FC80EF09CB91E /* RCTActivityIndicatorView.m */, + 6AA8B0F8C06DC33CE0CAAE1D66DFFA08 /* RCTActivityIndicatorViewManager.h */, + DB6BDFB3FFC45D52CADDD63EC71C494B /* RCTActivityIndicatorViewManager.m */, + A524FF638100AC45C33EF88339FC17D4 /* RCTAnimationType.h */, + F7C298AE307A303912D4493997FA6582 /* RCTAutoInsetsProtocol.h */, + 006A91ACB3FAF05E02C0BB84902EB5B9 /* RCTBorderDrawing.h */, + 9F044DED62A1D2EA266A2B01BDE3C5DC /* RCTBorderDrawing.m */, + B19F2883CDC6C609DB643BCC2F776E02 /* RCTBorderStyle.h */, + B446B989F75F5B50E56A3C514BEF3880 /* RCTComponent.h */, + 48A0AADB2A4FA5488B3B5199F7C8EEBF /* RCTComponentData.h */, + 5409CC27E1D7E6A8BFA8708EA2D391C0 /* RCTComponentData.m */, + 03E085DBA7E97CE3E2B19A40F6AF0571 /* RCTConvert+CoreLocation.h */, + FDF03B342108C1A30921382AA6BBBF1B /* RCTConvert+CoreLocation.m */, + EFFB9E6DFDC83EB069C6B62933495D8F /* RCTConvert+Transform.h */, + 19F236EFD656CD6ED1BE2782FF78DE63 /* RCTConvert+Transform.m */, + 6F21C0E0E5E6EDB0E38A20856E37E5CD /* RCTDatePicker.h */, + A74E5A3A211DACFFD2A246748236E82D /* RCTDatePicker.m */, + 734F3CDB841342C878472876A5DB5FC0 /* RCTDatePickerManager.h */, + D189DE6A6BF262777E79201138018E7E /* RCTDatePickerManager.m */, + C2F4266A6264DC9E74BC7FDFE139661B /* RCTFont.h */, + 86E76DEC6BC5EA597C6615549CE52739 /* RCTFont.mm */, + FCFCA0A9FD3E48FABC0516EC7451EA72 /* RCTLayout.h */, + AEAB7139C9DEA683254F207803C2F25D /* RCTLayout.m */, + 35CEE6892322D48927C3ECC84DC8438C /* RCTMaskedView.h */, + F4B85F10AD24144C0F4ACC8B52FE996C /* RCTMaskedView.m */, + AA02C1E29CB6E36CF2F968FDC1B38B00 /* RCTMaskedViewManager.h */, + 3227B4916513844D43733B4A452ABCE2 /* RCTMaskedViewManager.m */, + C7B90CBFB4AC716BB821DF3EFE150151 /* RCTModalHostView.h */, + 12C009003B7CE339561B3DAA7A118DAB /* RCTModalHostView.m */, + EAE13E4C86559B451B3E35488EF986B7 /* RCTModalHostViewController.h */, + DFFC97154F73523F6603DD1F3EE64182 /* RCTModalHostViewController.m */, + 0DCEA70A8455AC7D4E35182D9A7F4ECC /* RCTModalHostViewManager.h */, + 5139D60632AE33D4BECAD013650BB15B /* RCTModalHostViewManager.m */, + 59956243013DCFA9A85894DE86ACB589 /* RCTModalManager.h */, + 66523D431756F5E9A7D84399DBABC82A /* RCTModalManager.m */, + A57F6995734EE8ADDE7F8FEFA25AC49C /* RCTPicker.h */, + 06C337547CAF801A9A2D2CED641A5482 /* RCTPicker.m */, + 0C883A93632C4771ABA985D21932C9C6 /* RCTPickerManager.h */, + 072A229515E67856918919BF7026D719 /* RCTPickerManager.m */, + EEA585537C5D6D7BE71A56655065B6DD /* RCTPointerEvents.h */, + FB2C4C71D65E4EB15B7280625E88E856 /* RCTProgressViewManager.h */, + 6FBF5A4822BDB431BABE233D633F13F7 /* RCTProgressViewManager.m */, + 6E959B9FA576284194DF49005EC2F3D3 /* RCTRefreshControl.h */, + C9882F9D0C1F75D8C5013E75A9C5BE28 /* RCTRefreshControl.m */, + BBAF83B7BD347FC1D67A49FC2E8FE76D /* RCTRefreshControlManager.h */, + C648552A2843B71224D3B125A45C15ED /* RCTRefreshControlManager.m */, + 930D4F04D29FCE7F407D31112767117C /* RCTRootShadowView.h */, + 35507195B669932A80E9BC3CC8A78C3B /* RCTRootShadowView.m */, + 118846E156FED3C748B4D00BEDCFDAC5 /* RCTSegmentedControl.h */, + A5453BA67D5A8D1265CC4D4F25D4ACCF /* RCTSegmentedControl.m */, + 7FE22117442F8A974DEA3541D0275D00 /* RCTSegmentedControlManager.h */, + A1512754E862C64B6D673A29DBA48C95 /* RCTSegmentedControlManager.m */, + D3F2E8CA46311C82685B3649AE8679F9 /* RCTShadowView.h */, + B6469FF91BE35896A0F7C4A257B67385 /* RCTShadowView.m */, + E0927A2CA77A93D1A338FDD1DCEF0951 /* RCTShadowView+Internal.h */, + 2DBD16FE4BF18987F2ECB83E4922B98E /* RCTShadowView+Internal.m */, + 85F066CE260AE8BB1CA397934C287D3E /* RCTShadowView+Layout.h */, + 603517CE0433967A9489AF7139F3570B /* RCTShadowView+Layout.m */, + 45DF188108DEEED5638FCF676355F54E /* RCTSlider.h */, + 827A734788ECFE9FCB7027E40BE94D5E /* RCTSlider.m */, + 2D4B1E99092E36615F101CE0658D0426 /* RCTSliderManager.h */, + FDB38AF4E7E9413184E7F9BF4D847424 /* RCTSliderManager.m */, + D3E3FF9AA367DAACB6D30CB31A02C1B5 /* RCTSwitch.h */, + C305168FAD215519274F2AE6E43577F6 /* RCTSwitch.m */, + 3195AB95D70C5E65B55CF799C8C31B41 /* RCTSwitchManager.h */, + F6003F7281C2606475FAA67EFB05A68B /* RCTSwitchManager.m */, + FF007B97ED4825FB5DD4EC5B259F585A /* RCTTextDecorationLineType.h */, + CAF1BE452932FE40346A576C71DBEFAE /* RCTView.h */, + AD3015F3E07D474D457615D397B24B94 /* RCTView.m */, + F862CB52DCD0D46C3E12B5EF581B4BE6 /* RCTViewManager.h */, + FF812C33AF0646DB394034654C8C6836 /* RCTViewManager.m */, + 758BC65F26ABE0B8DB84F926F3833C6E /* RCTWrapperViewController.h */, + 9C89316550F291AB37CBB8DCF16C4945 /* RCTWrapperViewController.m */, + 845A0DDCB7399C26618185BC79192F34 /* UIView+Private.h */, + E42C397B7AF23652BBF8CFC531689C07 /* UIView+React.h */, + 27BD052E627B478D6051402BFAC7F93E /* UIView+React.m */, + 630B077C2EDBE671957C71681DAF7911 /* SafeAreaView */, + AD9D133B34FBB5415C385E9A1B204368 /* ScrollView */, ); - name = ios; - path = ios; + name = Views; + path = React/Views; sourceTree = ""; }; - 976C6604E458FD5238A5E4EBACF9B802 /* Network */ = { + 8D436834128E652E6596ABE44DEF437D /* SDWebImageWebPCoder */ = { isa = PBXGroup; children = ( - ECF11B747DDBFFDAA4B9CC0E48FD7752 /* GULMutableDictionary.h */, - 971F83F90D4663B1850A2F8671A2D218 /* GULMutableDictionary.m */, - EAEC75E92D73486F6BF98F23AA7FFE58 /* GULNetwork.h */, - 148A15A5F1F22C46BFDC54ADCD4AB08B /* GULNetwork.m */, - 60AA29285B90DDC9884A6CE5AAEC390E /* GULNetworkConstants.h */, - B5CD42BF36AEFAF616B46EEC2EDAC1D9 /* GULNetworkConstants.m */, - C97DBF0565965775171491B968A3386C /* GULNetworkLoggerProtocol.h */, - 421D373229FFEB3FA145AF2A6A8B4145 /* GULNetworkMessageCode.h */, - 6FDFD1AA298778B97E9FD7529A3B82E2 /* GULNetworkURLSession.h */, - 122A57C379254096DB8E5E734A106B2E /* GULNetworkURLSession.m */, + 68CE49DDB2DF81CFFEFD9BBCC492FEEC /* SDImageWebPCoder.h */, + DEB68940C750201971089751E74F2668 /* SDImageWebPCoder.m */, + 4556E026447A016363B5E448CCAC7EAC /* SDWebImageWebPCoder.h */, + 49D8B4ECBCC3CC3CCA6C5A1B97D266F7 /* UIImage+WebP.h */, + CBBE0652EE9A9CDDA0DF797B7FDA8F59 /* UIImage+WebP.m */, + EEBFE49148F1CF5A03CA08723969E319 /* Support Files */, ); - name = Network; + name = SDWebImageWebPCoder; + path = SDWebImageWebPCoder; sourceTree = ""; }; - 979BC191026101CB609BC50A0A80B8D7 /* Video */ = { + 8D8923069463657465541A44797FFF5F /* Pod */ = { isa = PBXGroup; children = ( - 697A6D5D2876748A0BEC82A7323A8DF3 /* EXVideoManager.h */, - 0577C99629E38A9E4CBB524AA1250456 /* EXVideoManager.m */, - F641A6739DA614FD5811A26F38C478D4 /* EXVideoPlayerViewController.h */, - 4C9E1496205A50668CC0527D4CAFD746 /* EXVideoPlayerViewController.m */, - 1561293FA8C9EE6939BAF2A789099D73 /* EXVideoPlayerViewControllerDelegate.h */, - FFEAB7D876237F031C9E8759E49F3D32 /* EXVideoView.h */, - BA6843884442188F5AADF25E82074309 /* EXVideoView.m */, + D9ACFDF4DA3BB4FF97DBEDA3A6574097 /* EXFileSystem.podspec */, ); - name = Video; - path = EXAV/Video; + name = Pod; sourceTree = ""; }; - 97B8AEEAE8F41519814840EB2E102DB7 /* Support Files */ = { + 8DF5B14300924905847CAE5A7B992DDB /* Support Files */ = { isa = PBXGroup; children = ( - 9228F7A2A0D58B88756F464925864D0D /* boost-for-react-native.xcconfig */, + D8EF6DABD23F578542E2D20B74D3D64E /* React-RCTBlob.xcconfig */, + C52A38A26D941F72597DDE9F0A37A8DC /* React-RCTBlob-dummy.m */, + A90CA3A92964EF2579DC9E11BCCBFD45 /* React-RCTBlob-prefix.pch */, ); name = "Support Files"; - path = "../Target Support Files/boost-for-react-native"; + path = "../../../../ios/Pods/Target Support Files/React-RCTBlob"; sourceTree = ""; }; - 98C7FCF2ADC3360C807C3C3F27F3BDC8 /* Support Files */ = { + 8E2C5AA9D033DD35588088E468FA2CD8 /* RCTSettingsHeaders */ = { isa = PBXGroup; children = ( - 39451443009DFBE5B43DDB789C7F28F1 /* DoubleConversion.xcconfig */, - DFF8F03CCEC8054A1A6D5F51BE7DECEE /* DoubleConversion-dummy.m */, - 1B1DDD9677896735626915DAA2466246 /* DoubleConversion-prefix.pch */, + D6F8ADAD4AFB1AE3D9D85434F6AA021B /* RCTSettingsManager.h */, ); - name = "Support Files"; - path = "../Target Support Files/DoubleConversion"; + name = RCTSettingsHeaders; sourceTree = ""; }; - 98CF7280E4494CAFA41EF5681F1A3339 /* DevSupport */ = { + 8F762DA11B81D04ACDC5A102833BD935 /* Support Files */ = { isa = PBXGroup; children = ( - 2C8E9698334B9C85054E3C1E021ED952 /* RCTDevLoadingView.h */, - BD42678BBEE18031D1CC96BC28814F3F /* RCTDevLoadingView.m */, - 372CD7B6E81CC5133B28E220695828C6 /* RCTDevMenu.h */, - 992D4595ABBAC4CBC2BA13326902071E /* RCTDevMenu.m */, - 7FDA3F00A8236E861AFA5767253DC5CA /* RCTInspectorDevServerHelper.h */, - FCDD1F35804ADEBF67A951921314B348 /* RCTInspectorDevServerHelper.mm */, - 010A81CAA9D3901155C3820C40554CEA /* RCTPackagerClient.h */, - 00FF2CC451EB7D77A0373E516E9690A0 /* RCTPackagerClient.m */, - 7EC4C94E4213D81A4BB7A295EA03002A /* RCTPackagerConnection.h */, - BB0687AC1638AD1994ED287D249E0367 /* RCTPackagerConnection.mm */, + 6D4D16EF9A9FA6A4DA66570F44B05F69 /* RNFastImage.xcconfig */, + EDFAF1B6836FFC3204CA8080AA5A0A41 /* RNFastImage-dummy.m */, + EB2E1A70F920AA0547AF7A2FEA170ECC /* RNFastImage-prefix.pch */, ); - name = DevSupport; - path = React/DevSupport; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNFastImage"; sourceTree = ""; }; - 9963870CE69E17A01376F103548DA27B /* Pod */ = { + 90735FA5CDEC56104FB6959B2ACBC245 /* UMSensorsInterface */ = { isa = PBXGroup; children = ( - 66B08BA01D1B16382819C3201EE33C24 /* README.md */, - 0B5077DBE21E99C49921609E4FEB6735 /* RNRootView.podspec */, + 302E37CD54C3F4A32229F63F22126C7B /* UMAccelerometerInterface.h */, + 0C969501BDF38B00CC0121F55DA57182 /* UMBarometerInterface.h */, + D4159F77094F0425FF6A5AA3AF1F78BA /* UMDeviceMotionInterface.h */, + 1267B6AD3D8D2F6ECC365F547ADADBE2 /* UMGyroscopeInterface.h */, + 1545B2D238AD8991AA4F2778E2468B26 /* UMMagnetometerInterface.h */, + ADA731BEC58D9973CC2DD6E9675F34A3 /* UMMagnetometerUncalibratedInterface.h */, + 9B8AD2281FB727154D5C12E6BBB1D5C5 /* Pod */, + C914192CBFDB0B92300456ACAB52B0CF /* Support Files */, ); - name = Pod; + name = UMSensorsInterface; + path = "../../node_modules/unimodules-sensors-interface/ios"; sourceTree = ""; }; - 9B11CF0C9BB247595D93A4C0B05D79ED /* SafeAreaView */ = { + 9123C92DE2C18EC07F799A51ED634756 /* Resources */ = { isa = PBXGroup; children = ( - EE93036901E459583B8415EA9BFA902F /* RCTSafeAreaShadowView.h */, - FEC900A1F3492B05FC22045A2C3032C7 /* RCTSafeAreaShadowView.m */, - 1306BEAFB1827AF92227FC3E2C27E0A9 /* RCTSafeAreaView.h */, - 4C28909205E9005866448D232BCBE845 /* RCTSafeAreaView.m */, - A593F2795FD0D96D25EF2E5F0205CBD8 /* RCTSafeAreaViewLocalData.h */, - B663CF78FFC32D8B9BC1DCF30B61FFE8 /* RCTSafeAreaViewLocalData.m */, - 342B9E040385EB7AA5AD6E96FA51BC3E /* RCTSafeAreaViewManager.h */, - 2DCF19E9DA41EC5CB0BADBE56247D8BB /* RCTSafeAreaViewManager.m */, + A1C4DE3775731A6AEDD336067EEE03BF /* de.lproj */, + A83563ED1B8552B3023F8496D52DDEC5 /* en.lproj */, + 0204FFA6DCCD570CDC31DF830ED0B68B /* es.lproj */, + 54E38666EED87DA6C2D2AF27054A6575 /* fr.lproj */, + 32ECFD56D4C15CD002B0CDFB5E599B13 /* ja.lproj */, + A385FCD9093C6C9907B533D8CF292798 /* pl.lproj */, + 46AF21F851A2C82B2BEC5949ECD6817B /* QBImagePicker.storyboard */, + DEBC889B15F04209C3F46BA6C73C3923 /* zh-Hans.lproj */, ); - name = SafeAreaView; - path = SafeAreaView; + name = Resources; sourceTree = ""; }; - 9BB7C068EB3E3AC467263F08001AFE20 /* Support Files */ = { + 9231AB94B806622B9641E7FD02609619 /* Surface */ = { isa = PBXGroup; children = ( - C016B656853BC9D15D256FCBB8ACD0BB /* GoogleDataTransport.xcconfig */, - B33E269DBFF2BE345F8195FBD7BCFB67 /* GoogleDataTransport-dummy.m */, + EDC4C57603BF295EF4AB5458DCA3EEDF /* RCTSurface.h */, + 5C56DBC1C1527639250735A3D334D465 /* RCTSurface.mm */, + 421749BA2F7571D99D820BC166D7C111 /* RCTSurfaceDelegate.h */, + 85FA1D48D833ABB0A1B1615989E77633 /* RCTSurfaceRootShadowView.h */, + 604B9E77AF347C8E1577DEFB739855DA /* RCTSurfaceRootShadowView.m */, + 6E6105005932822D378CAAC5CC045CA7 /* RCTSurfaceRootShadowViewDelegate.h */, + AE2922524544A62E72CAE556CACF8353 /* RCTSurfaceRootView.h */, + 0DED9A673F38976D3067C9FDC5F2C87A /* RCTSurfaceRootView.mm */, + B64ABAA2ED051F4D59C5A0E249CA284F /* RCTSurfaceStage.h */, + 94A1DC650FDB78B22851D3136118CEF9 /* RCTSurfaceStage.m */, + C326E06124A6D1EA1B7089D5E7E9F8EC /* RCTSurfaceView.h */, + 40D46DDA157EBD324FC6343D6E49BE4D /* RCTSurfaceView.mm */, + BCC049C90E0046B1BB61D933AA01747C /* RCTSurfaceView+Internal.h */, + F30FFFF1DA8E2E2F1F65A4F83FD5867F /* SurfaceHostingView */, ); - name = "Support Files"; - path = "../Target Support Files/GoogleDataTransport"; + name = Surface; + path = Surface; sourceTree = ""; }; - 9D3ABC7C47DB5270BCBF507CBC499F69 /* Nodes */ = { + 92389350297983952D35B34535E9FC77 /* Pod */ = { isa = PBXGroup; children = ( - 0BF39627219C2A6C3ECE6C4A331CF958 /* RCTAdditionAnimatedNode.m */, - A2C90A017A7890D69580CFFC83AB5043 /* RCTAnimatedNode.m */, - F365F2D46F9B8142D5FE311EE289D78C /* RCTDiffClampAnimatedNode.m */, - 08A58E5595505D8C656A43C08134E76E /* RCTDivisionAnimatedNode.m */, - 5915F2ED186178FB93327FC7CF9744EB /* RCTInterpolationAnimatedNode.m */, - 5B4923C152363940143C95E1BD33AACB /* RCTModuloAnimatedNode.m */, - 93C912D0BC9AA31331647CD55694D361 /* RCTMultiplicationAnimatedNode.m */, - AAB994B137BDE46E6A2AA30D85B3B91B /* RCTPropsAnimatedNode.m */, - 2FEB9C80896EC3E1AF48A26EA2C4A9CF /* RCTStyleAnimatedNode.m */, - FEDB802051AAEA6F15E9DB863A514666 /* RCTSubtractionAnimatedNode.m */, - E8678C18C3379EF34762DE09CE082688 /* RCTTrackingAnimatedNode.m */, - 5C24AEB3430ED90E137575B5654A0050 /* RCTTransformAnimatedNode.m */, - B3BE4DD1BE1C0F0D68A731D6310C580B /* RCTValueAnimatedNode.m */, + A17C4CE7CC07E5F34676C85FE28D0296 /* LICENSE */, + 42F513FE353D63FC8714B2577677A819 /* README.md */, + 37EA7BC2C3DE6B10FCEBC3CE17342E4D /* RNAudio.podspec */, ); - name = Nodes; - path = Nodes; + name = Pod; sourceTree = ""; }; - 9D526622000594511393D6582A67C7F0 /* Interfaces */ = { + 9550F5053A5585C399A2BED6D5F485D9 /* Logger */ = { isa = PBXGroup; children = ( - 79DE18736428CA992928EB2639D7A419 /* EXAppLoaderInterface.h */, - DAC76346A03F1281B2819BB21FDCA495 /* EXAppRecordInterface.h */, + D691A336ECF8181AE201DD7D26ADEBD4 /* GULLogger.h */, + 7138C521F354FCB1A269DDA495C7D2FB /* GULLogger.m */, + 663D8A7DE61E19F411CA269EABCC27CC /* GULLoggerLevel.h */, ); - name = Interfaces; - path = EXAppLoaderProvider/Interfaces; + name = Logger; sourceTree = ""; }; - 9D6870ACE4D4852F176F79608D33507D /* Pod */ = { + 95A402F8B3EBF0AD35A9DB225B732ADB /* Pod */ = { isa = PBXGroup; children = ( - D1F8B5199EC156745CD167DC04E62FE2 /* RCTTypeSafety.podspec */, + A6B7370434CF3B98104CFA90EDB7588C /* UMImageLoaderInterface.podspec */, ); name = Pod; sourceTree = ""; }; - 9DCC7C9F397F476AFA96687501388F2D /* Pod */ = { + 96044D29C99F780724EDE717767873BE /* RNDeviceInfo */ = { isa = PBXGroup; children = ( - D2FD6A3461C26873F04B996936C256AE /* React-RCTImage.podspec */, + 3A8786AC01810ABD6981FF8F09682DAF /* DeviceUID.h */, + 56B736E929813BD04E3FF23F394B3A85 /* DeviceUID.m */, + CA48529D6657E08F27B32CA412904B75 /* RNDeviceInfo.h */, + 00E59C3B11F5E8E852ADAE43B161CD71 /* RNDeviceInfo.m */, + 6D2CF932B9861AE12D8B61B8542B6A99 /* Pod */, + A0B95FA5B7D4B4E98ACD7FE0A8B0A54F /* Support Files */, ); - name = Pod; + name = RNDeviceInfo; + path = "../../node_modules/react-native-device-info"; sourceTree = ""; }; - 9DD6ABE841F52B2064D36A80D7D5311F /* GoogleDataTransportCCTSupport */ = { + 968A2ACB1E413B2C72CA3CD6F1253159 /* Support Files */ = { isa = PBXGroup; children = ( - 32417419448BF9223832C1202BCA80BE /* cct.nanopb.c */, - 9124B005603F745AE8A26788BA7948C9 /* cct.nanopb.h */, - A214B8E13EF8E38F46AEEBD096639C67 /* GDTCCTNanopbHelpers.h */, - 75C9063DE74F66137EFFB7D1CB6757C8 /* GDTCCTNanopbHelpers.m */, - 096746B6A34C79B2C2C70DE6137E81A3 /* GDTCCTPrioritizer.h */, - 45E9D3BC635E9660003BAFD58CBB5F3C /* GDTCCTPrioritizer.m */, - C5B6A5F984EB8EC48CF248B91715ECE9 /* GDTCCTUploader.h */, - D0575CACF508FE1BFCE3910B48E69069 /* GDTCCTUploader.m */, - 13A7D3A1F20DD6ADF23B6366AF6A9E7E /* Support Files */, + 9259D6124279E8C709FDF24A7DBEAB57 /* react-native-cameraroll.xcconfig */, + 21C4DFD1278075E0235297783391EC0B /* react-native-cameraroll-dummy.m */, + 1D12D0E6F3B8DBB744D9B0D77BD7229C /* react-native-cameraroll-prefix.pch */, ); - name = GoogleDataTransportCCTSupport; - path = GoogleDataTransportCCTSupport; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/react-native-cameraroll"; sourceTree = ""; }; - 9E21A48ADF73A5D4CE22AC141C6F944B /* Support Files */ = { + 96EB065CC28163B4EF99B1E9E5DB8DD5 /* converters */ = { isa = PBXGroup; children = ( - B0BF4D08A0179C00A6186E4C6355F4FD /* UMSensorsInterface.xcconfig */, + 832A6EF418F653A14F74FC571CD08688 /* RCTConvert+UIBackgroundFetchResult.h */, + 14AB6E124BD2B583021797BCCE2C01DA /* RCTConvert+UIBackgroundFetchResult.m */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMSensorsInterface"; + name = converters; + path = RNFirebase/converters; sourceTree = ""; }; - 9EED64CB42CE38BDE1EC961EFFD7A625 /* RawText */ = { + 972CCDD830772F8FC6B9ADDBF6C52113 /* Support Files */ = { isa = PBXGroup; children = ( - 14BBB8BB9242BF2DA049819AE871C5DC /* RCTRawTextShadowView.h */, - 5875A79319EDABF29C9EB927DC01C0DA /* RCTRawTextViewManager.h */, + B0F6C3A54D39DD74B9F4CC6074F892FD /* React-RCTText.xcconfig */, + B506EC4F45536B9E3416460A49B876AB /* React-RCTText-dummy.m */, + 90507927AE33EAAA01876F1F005EDBF0 /* React-RCTText-prefix.pch */, ); - name = RawText; - path = Libraries/Text/RawText; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTText"; sourceTree = ""; }; - 9F91E881C0DE5C0B4554EF06DF3D51A9 /* RawText */ = { + 97573B2B175A3B0CE4E7A69A7016C0C3 /* react-native-video */ = { isa = PBXGroup; children = ( - F5476D169E56C817AEF9C75825AEC8D4 /* RCTRawTextShadowView.m */, - 253C3117CD635B9BD4F35F0F84D27F04 /* RCTRawTextViewManager.m */, + 547A32EA6290CE06A658E0B9106FDAC8 /* Pod */, + 109B400EEEDF4D9F490E55B32452859C /* Support Files */, + D4177EB5DF2D53FE85EDD1484E87E43E /* Video */, ); - name = RawText; - path = RawText; + name = "react-native-video"; + path = "../../node_modules/react-native-video"; sourceTree = ""; }; - A1674D3F4F6BC671A6FA8F673FB3BE2D /* Inspector */ = { + 979B5CBDCEF21160CC063D059B527321 /* Pod */ = { isa = PBXGroup; children = ( - 4B7CE9D39C661A08D664F355FFDFF70D /* RCTInspector.h */, - ACC42F9CA47CAE7B954CAB7F87146F43 /* RCTInspector.mm */, - 4AA371945E10D0E2C48BA6F24CD6FB81 /* RCTInspectorPackagerConnection.h */, - 0152B4CCF3936C8945FC30BCB1C42804 /* RCTInspectorPackagerConnection.m */, + 35F1D4307439ED1F6D8A7522E6ED147B /* LICENSE */, + A0814B9980CEFB4AA163E5C0FE491507 /* react-native-orientation-locker.podspec */, + 0344E7B3D81DCAC80D0E9F775A586C1B /* README.md */, ); - name = Inspector; - path = React/Inspector; + name = Pod; sourceTree = ""; }; - A2416CFB634BD1BE49C9ED94B9D46B89 /* Support Files */ = { + 980CB63D38BFD9A5C4593515A9DFFD9B /* Support Files */ = { isa = PBXGroup; children = ( - ED58CA46DD7F271A5874329EABDC8E29 /* RNDateTimePicker.xcconfig */, - 0465F29680D42C3CE4F393799B25736E /* RNDateTimePicker-dummy.m */, - 1DAD83E3E73F858A2236859E32240F61 /* RNDateTimePicker-prefix.pch */, + C1485CBAB7240610926802178F495435 /* Fabric.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNDateTimePicker"; + path = "../Target Support Files/Fabric"; sourceTree = ""; }; - A299CCC7A40B698E62F67181172B639B /* Pod */ = { + 98B7054A4DB2D5035F5CDF03BAE21326 /* RCTActionSheetHeaders */ = { isa = PBXGroup; children = ( - 78EF92DDCBA654864D61DCFFB4112411 /* LICENSE */, - 990CD0A9FE4D439FDE1D70AD772E71E1 /* README.md */, - A65A0AA72F5CC83307E11E7402EB3537 /* RNUserDefaults.podspec */, + C0D3EA5253A7172009313C0537219DC2 /* RCTActionSheetManager.h */, ); - name = Pod; + name = RCTActionSheetHeaders; sourceTree = ""; }; - A2A647826ACA05E4BB1481CED6A76128 /* Support Files */ = { + 99DE0DAAD1BFD1A124EF4C0B63BBDE80 /* Support Files */ = { isa = PBXGroup; children = ( - 953127597A4582C6794C645165C7315F /* react-native-cameraroll.xcconfig */, - DA0B32CA7B8BEA657044AC54FDAE31B7 /* react-native-cameraroll-dummy.m */, - E05EB39341A20BDCE7831E660069E2E0 /* react-native-cameraroll-prefix.pch */, + 8C563801A978525A6184D0F9DD82905D /* GoogleDataTransportCCTSupport.xcconfig */, + 6ECB58F32CD17FF9912C0569E7AAD5E3 /* GoogleDataTransportCCTSupport-dummy.m */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/react-native-cameraroll"; + path = "../Target Support Files/GoogleDataTransportCCTSupport"; sourceTree = ""; }; - A2D38C20369AA6986D33E763C6A6E71B /* react-native-document-picker */ = { + 9AA7C3645606A8951EA9FAF7D467C997 /* Pod */ = { isa = PBXGroup; children = ( - 3517BA7C2AADA13C832EE4D8B175CB10 /* RNDocumentPicker.h */, - 0126195A14DEDBF1163C70A37652C576 /* RNDocumentPicker.m */, - F923C220358F3B5822F02DDF79D5ADD5 /* Pod */, - EA9D6231C38F47CC00BE0D0001003491 /* Support Files */, - ); - name = "react-native-document-picker"; - path = "../../node_modules/react-native-document-picker"; - sourceTree = ""; - }; - A2D4494BB40C1934B04A471D2BC227C8 /* webp */ = { - isa = PBXGroup; - children = ( - 69549F7167A5976E3F0646387CC22A36 /* alpha_dec.c */, - BB1D5B32296BD5CF76CB332AF0AB90DC /* alpha_enc.c */, - 797E5CE06E9B9B51140134FE084E6A9F /* alpha_processing.c */, - F785C994B38A585CA88F6FD3E67C19E8 /* alpha_processing_mips_dsp_r2.c */, - 264EBA628B0C20D7E378DED6DC0270A9 /* alpha_processing_neon.c */, - DFF6B78A47997D1A09075739A65CD297 /* alpha_processing_sse2.c */, - 2AE6E07E996DD2CE02771A4670FB4399 /* alpha_processing_sse41.c */, - EEE19242EF1D0B431E1AB484B055C540 /* alphai_dec.h */, - DD5A4194530FDB347C29F71AA4FF3226 /* analysis_enc.c */, - A3C4D5A41A010AC15F50BBA25050885B /* backward_references_cost_enc.c */, - 1E7E0CA1C9019E1D513061F8AA10BBBD /* backward_references_enc.c */, - 1CD536CD7E68C29FEDB095FF41612CF8 /* backward_references_enc.h */, - FA48E09B0A5EB5DC3A301E71FE75E408 /* bit_reader_inl_utils.h */, - BDA5D33F399DCAB1FD228ECD932912C1 /* bit_reader_utils.c */, - 369719E5347402B6E47F81536F6481BC /* bit_reader_utils.h */, - 60EC44FC576DF3EBF0F471D538CF0799 /* bit_writer_utils.c */, - F1DEB82B7415582949BC39819D5A9AD0 /* bit_writer_utils.h */, - CC7F479CDFAEADF82FB7E5A7A4E85491 /* buffer_dec.c */, - 186D0657010FE8E3BEADBA1E74FF07C2 /* color_cache_utils.c */, - 07D6EA4E2552CBA661742B411927914A /* color_cache_utils.h */, - 03FA6CF611A8F42EDAB70BE1C5C02805 /* common_dec.h */, - BF8ADDD9F754DF1DC3565EC72038C2FE /* common_sse2.h */, - 6A3ED46A156A912B7EFC28D9216E415C /* common_sse41.h */, - 62A1719F93C8A648504DCD2B3D955388 /* config_enc.c */, - 7A70667C04F365A3A52BC558289A23F5 /* cost.c */, - 90152979FEB33BAAFD0724D57ED6F6DE /* cost_enc.c */, - E8105BADBEB62C59C340CF71E2544D9B /* cost_enc.h */, - 6E9AD8818B806CBDC2E64036364B7256 /* cost_mips32.c */, - 2B19F7AAADC1A5F33EA0427E8F8F8263 /* cost_mips_dsp_r2.c */, - 911D6F23C6FB6C7954F8447BDB357F6D /* cost_neon.c */, - 9C03448830E3450C0DF8E7F6615C3356 /* cost_sse2.c */, - E1E51FE5092CD4D13C651F128F55E751 /* cpu.c */, - 46C3C37ACEF7F9892744A0898DD26D90 /* dec.c */, - D288C6A4340085CAB3A1474DCC103CFB /* dec_clip_tables.c */, - 3E31863B044F19D12447D6ACEFF3517D /* dec_mips32.c */, - 29D866507B6D31ED844E9A73B3118772 /* dec_mips_dsp_r2.c */, - B9D0FDB1F27CEB6F1CBD41901DA39375 /* dec_msa.c */, - 3C09D1909D155940D521C9CA8F52D15A /* dec_neon.c */, - A611F89BAEDF8226B087FB7105C03D4F /* dec_sse2.c */, - 16F9DA7E073B94C4185D905556E88155 /* dec_sse41.c */, - B71A38D8C21D6AC2C5B4B32FA3819791 /* decode.h */, - 53F385844EA8EDFB10A8935DD248B4F4 /* dsp.h */, - 756C6DD3B919B07F11B61CEDA6898ADA /* enc.c */, - 295B1037840F2974230A335C2AB3C3DA /* enc_mips32.c */, - 536AD2D678EA51846B1873C5C046ACAC /* enc_mips_dsp_r2.c */, - 52ED103881FD477454B892F8DF3D4F6F /* enc_msa.c */, - 3CA12FAA41B0D8FF1ED405B6A4084AED /* enc_neon.c */, - AA2DDD5D0523B8F594DAD36A9AAA5E70 /* enc_sse2.c */, - E99C41C326259BB496E714ADA47049B9 /* enc_sse41.c */, - C92FA64E3662DF6F57F73B971B11E029 /* encode.h */, - 6246DA46F72F7B988BD18ACE234586EA /* endian_inl_utils.h */, - DEA694E7E5C1A607469B2F201FDF6734 /* filter_enc.c */, - 191C7A61A45A4E62643670F51F090822 /* filters.c */, - 3E9AA3A0EB6EF9F2CAFE19AA503FEFBD /* filters_mips_dsp_r2.c */, - DB1BD9FA1E2AEE6D6851171204F2B792 /* filters_msa.c */, - B67BB64E873A95F6DCFC9ECD9D10E036 /* filters_neon.c */, - BDE3B6E078332CFDF55D56AFE9E1D277 /* filters_sse2.c */, - 082568B8F74F0C1E8F6AD4667EFE3326 /* filters_utils.c */, - C0B4E059F841E628E792FFFD9F6745E1 /* filters_utils.h */, - BB0327CA14611D2BD60ABA934BB7B47C /* format_constants.h */, - C56EA5C4B31DA75C46B4D4973D73BB4A /* frame_dec.c */, - 8D96597E425FCA8FD5D7F363CC69C5F4 /* frame_enc.c */, - 75FA850F4249EEF039D14074CF29791C /* histogram_enc.c */, - E06EC5619F310086532DEE3DD94B328D /* histogram_enc.h */, - E69E5C6A40C8F5B47D08C939B9911BD2 /* huffman_encode_utils.c */, - 9B83ECE53C806DE9E734A6A0C67A45C9 /* huffman_encode_utils.h */, - 85EC2C5BB6DECEAE4642CA0FAFD0F187 /* huffman_utils.c */, - CBA63D41638D31B00773D2AF47F7BE37 /* huffman_utils.h */, - 11FD97EEA3A1A505C450598EE1B29380 /* idec_dec.c */, - BC976D41F21AAEF157512E7FDA7E804D /* io_dec.c */, - C0594FCE5C047E1F875BD261446DAA65 /* iterator_enc.c */, - 227495E0087990E3409835CF75C620BD /* lossless.c */, - 9599986551EE5C6D09645935D938432A /* lossless.h */, - 59BFC8722B6941D3B037DB30FA6230D0 /* lossless_common.h */, - 5239DF994AF5723B4F01323D4A43049F /* lossless_enc.c */, - 2F914408E2683348E30A3AD1A6A6A892 /* lossless_enc_mips32.c */, - A7CB22BE8E129C13B32901AF3E28A3A8 /* lossless_enc_mips_dsp_r2.c */, - 3B3AB92FCBB720DF9940897E9D1F8CEB /* lossless_enc_msa.c */, - AE0EEE989352089575A595D8BF69247A /* lossless_enc_neon.c */, - 84F63586A5781B5C56523DB7E7968554 /* lossless_enc_sse2.c */, - E8E4135161797AD2A3E9F84FB1313299 /* lossless_enc_sse41.c */, - BA7129E40C780FCC9B2C35430A87252D /* lossless_mips_dsp_r2.c */, - 50462777897BD20652226C61A701666C /* lossless_msa.c */, - 17AD7950C914DB0036C86CB9BF7EBCFD /* lossless_neon.c */, - 48967D0EAAD400B6C1756763B482F85D /* lossless_sse2.c */, - C48515171AD4BF544311B0764085530F /* mips_macro.h */, - 7438CA751822D791B12E58204A868D57 /* msa_macro.h */, - E9EF8B453595DF528C6F3A28CB31B7CA /* mux_types.h */, - 96EF1740CC34CD0855E4AEAA35D7CF69 /* near_lossless_enc.c */, - 7B16EC2B5C2B0219D785C69C18D3A68A /* neon.h */, - 6DF1C6B921007C7AA45B2E9E2382C4F2 /* picture_csp_enc.c */, - 8D8E80C03E67006B5C954DF4A58088BF /* picture_enc.c */, - AAFA6E0A391B9079526E0FB374F2C1B6 /* picture_psnr_enc.c */, - F80A20E8152653052F4BE92981AB83A3 /* picture_rescale_enc.c */, - 9FF635AD0D7EB6C33F29C9BC8CCAD115 /* picture_tools_enc.c */, - 2683CDC4E450B4AC2C04403C7D2F3A6C /* predictor_enc.c */, - 4272032543868088ACE960F8C33300D5 /* quant.h */, - 8210FBF8DE752BB131C2C332056DDCFD /* quant_dec.c */, - A2CBD005D5C1D35631BB6B310196EB85 /* quant_enc.c */, - CED28DEBC2FD19F1346B08346877F65A /* quant_levels_dec_utils.c */, - 14572E0870D2BC4E6806D5758D9D2F46 /* quant_levels_dec_utils.h */, - 0FFA719374BF9C3DDDEB36F059761932 /* quant_levels_utils.c */, - 4AA0B838047A5141E696FF3949C4D024 /* quant_levels_utils.h */, - 82BC22CFBE66213A5201EDBAD63E5D23 /* random_utils.c */, - 58EB2B14916B3055E72BC51BB66F56D2 /* random_utils.h */, - AD501E44E8B6B7214AB9EADF1181C1F3 /* rescaler.c */, - CEF3923920717C24F2EB6ACE8A96A364 /* rescaler_mips32.c */, - 777F3909D5F80FE07601A2F5F6256669 /* rescaler_mips_dsp_r2.c */, - 3B136D058D3F594D25B893879B7F0C2E /* rescaler_msa.c */, - 83647078B615B2197FFAB849A9CD8510 /* rescaler_neon.c */, - A20B936BE83D17C8AD27C518CB84FF73 /* rescaler_sse2.c */, - 5E7BDD84650A291C7EBA3730FCCADDD3 /* rescaler_utils.c */, - CA992AE3789CC74B456DE8DE9AAFD981 /* rescaler_utils.h */, - 1741A8CA80C4156C048BB246552776BE /* ssim.c */, - AC7BEFEA1D9F9F4BD894A3BDEB754050 /* ssim_sse2.c */, - 03DB14D6500613E1BFAA6C4D64877145 /* syntax_enc.c */, - D5BFD0F5C965D3ADB69786DA6C9B64D4 /* thread_utils.c */, - 8F4B754971C4EB9A9F7641A427EA50B4 /* thread_utils.h */, - 9611B7CAEEF806303B3F81D5B1FFA2BE /* token_enc.c */, - A41E843E947E1CFCAD8852446936221A /* tree_dec.c */, - 4359E71E53C53B1E541D3AA5CC168B90 /* tree_enc.c */, - 137C6528127CE1430742BB927C88B16A /* types.h */, - E5611B527CABABDA10E1A7A2C70ABF5C /* upsampling.c */, - 9C613FF4E2A125F0EB455A9B28448FD8 /* upsampling_mips_dsp_r2.c */, - FBF553BD6F4ACA79CD6AAFD9FDF69D6D /* upsampling_msa.c */, - 2DA0A75661058A06F82116E5CC5B916E /* upsampling_neon.c */, - 7459ED2A3AA1A2C6996F6C26EDC68100 /* upsampling_sse2.c */, - B24BCD3ACA63A4F1988B34D59712D7AF /* upsampling_sse41.c */, - 2FDB850B2D7605EBE486B87982DB6203 /* utils.c */, - 4E155CC65CC191C04D68A04AADD4EF5A /* utils.h */, - 268F7F7EFB3E947F83F5B9F2CF88A0DB /* vp8_dec.c */, - 2458545E3325597DD6A4B811C7E66B92 /* vp8_dec.h */, - B07CCC1F57AF035C7F0A5F05DF5F21DF /* vp8i_dec.h */, - C7E71655EB93E4FC9928F6CADE45CD79 /* vp8i_enc.h */, - DBBCB12494C4A3B3271DDE8C13567D62 /* vp8l_dec.c */, - 7A8A5EC10C45A2A2B013DF0FDB09FF1F /* vp8l_enc.c */, - 365B865A2228D9505717DC16C6BE2135 /* vp8li_dec.h */, - CED7747A6AA46EC1976311D36800809F /* vp8li_enc.h */, - DD41DFEB4D20816504C0ED50EE6A03E6 /* webp_dec.c */, - E74BAC7BBFBE1098B23958D35B7CA789 /* webp_enc.c */, - C7821887EC75F1976C084E486D5951CB /* webpi_dec.h */, - CAED344FCC1C522675E638C9E1B74B56 /* yuv.c */, - 7272451EC2E80622338B0B64A2A335B0 /* yuv.h */, - F2FE43E8C09201806C0221BEB76A1396 /* yuv_mips32.c */, - 759DC169D8E4D84047688465CF775CB5 /* yuv_mips_dsp_r2.c */, - 02FD33521F8002162046ECF724387EAD /* yuv_neon.c */, - F5C159AF450FD701B85E80EF47EB8CDF /* yuv_sse2.c */, - 50019449BB19973BEB439EE8F9847908 /* yuv_sse41.c */, + FFFD625030EF9BBF22BA1942501A9954 /* React-RCTImage.podspec */, ); - name = webp; + name = Pod; sourceTree = ""; }; - A3067D64541F065B617D78354223AEE8 /* RNImageCropPicker */ = { + 9B8AD2281FB727154D5C12E6BBB1D5C5 /* Pod */ = { isa = PBXGroup; children = ( - 504C8029A386A869C15C5C6E07AE8062 /* Compression.h */, - 5B4732C63ABEA435708C7E12AE4AC2A2 /* Compression.m */, - 5EDCAE3AFA8161AE36FA3EFC1C43A150 /* ImageCropPicker.h */, - 1836ECD10B44085A4F812DAED84E6B12 /* ImageCropPicker.m */, - AC902C6A9794419C90D1F8485A66EA4E /* UIImage+Resize.h */, - 4C9D0AA29655A39260855C8989F89809 /* UIImage+Resize.m */, - 3E410489EDC2C525B9CCF0E8DF2D80B2 /* Pod */, - 7DF415D8D9C40731F677AB5B018BEC2E /* Support Files */, + CF9FE7206E1F2A9BDC50B23FE1E37FC6 /* UMSensorsInterface.podspec */, ); - name = RNImageCropPicker; - path = "../../node_modules/react-native-image-crop-picker"; + name = Pod; sourceTree = ""; }; - A3D20D4C179F840AE975AFDBF57E859D /* RCTNetworkHeaders */ = { + 9E0BCE2C1F81840823665BF9DDCD7E5A /* Singleline */ = { isa = PBXGroup; children = ( - 390C0202691E3123CFA18F8C601FD1EC /* RCTDataRequestHandler.h */, - 65CA445807C9BA77B45F8E3A31290AA4 /* RCTFileRequestHandler.h */, - 380FF876A128BFDA42C25CE584D7FB1C /* RCTHTTPRequestHandler.h */, - C8D26CCB01B9E0036DF184638CEE68DA /* RCTNetInfo.h */, - C6B7F96A416B423B2463337F45093FA1 /* RCTNetworking.h */, - 05948012E972D194E23FAED8A11DF64C /* RCTNetworkTask.h */, + EDEB5577CD1899B3F7F5F11FBB09EAEC /* RCTSinglelineTextInputView.h */, + 289E33179454D7E3859D7E6A9BB5E1FD /* RCTSinglelineTextInputViewManager.h */, + 5E2F75CCFA4725EE9D410580E837D823 /* RCTUITextField.h */, ); - name = RCTNetworkHeaders; + name = Singleline; + path = Singleline; sourceTree = ""; }; - A3DCC93615657F78B64CE52A6A8BC21F /* KSCrash */ = { + 9E1768CDF083B50F5B6B4A924ED23343 /* Support Files */ = { isa = PBXGroup; children = ( - A9898A764BE8E74574B1B5410444DAD2 /* Source */, + 27341596529135D5692B7B7327999DD0 /* Yoga.xcconfig */, + 21E66246E2002B85194EEACF48230410 /* Yoga-dummy.m */, + DB4735DDBE3DD40EDB9C6F2556240802 /* Yoga-prefix.pch */, ); - name = KSCrash; - path = KSCrash; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/Yoga"; sourceTree = ""; }; - A5ADA69422B84A7580C82CAA5A9168D1 /* Targets Support Files */ = { + 9E30BE24C978A478D4600ECF6C458AB3 /* UMModuleRegistryAdapter */ = { isa = PBXGroup; children = ( - DD3EA029EC7383CA893EF3CB97B68F59 /* Pods-RocketChatRN */, - 7608AC1BAFF9991F61A7036E8460C5F2 /* Pods-ShareRocketChatRN */, + AC69360E61A151E205754F6D669DF8FC /* UMModuleRegistryAdapter.h */, + F3D6F56C79F582CB8EE3851BA74DA5EB /* UMModuleRegistryAdapter.m */, + 4179534C459643FB4412416844CC4852 /* UMViewManagerAdapterClassesRegistry.h */, + 0C86DC2194454F6FFCCC4AF94718B89A /* UMViewManagerAdapterClassesRegistry.m */, ); - name = "Targets Support Files"; + name = UMModuleRegistryAdapter; + path = UMReactNativeAdapter/UMModuleRegistryAdapter; sourceTree = ""; }; - A610D446D0560C4C98C8958466F61211 /* ReactNativeART */ = { - isa = PBXGroup; - children = ( - 822854C68C8ED5D3E50DC8F97B027FF0 /* ARTCGFloatArray.h */, - 3FA3DA5C7FC03B02651CDD7F281221D6 /* ARTContainer.h */, - 5FB895D45A1FE8846B9A9C39E6D25019 /* ARTGroup.h */, - 480ECE3B3E45A40F01A07B570800FB99 /* ARTGroup.m */, - 4DCE2B26B2E11744D58ED782C6DDA140 /* ARTNode.h */, - E22B4DB8FAD177FC1812F7E613986051 /* ARTNode.m */, - 7371F75C58205F9A0845CF05600EEE06 /* ARTRenderable.h */, - 82A14036AEE4CCDA197C5FEE2AD9B15E /* ARTRenderable.m */, - 41EF504E5AF91A09E4FDF893E11E2F13 /* ARTShape.h */, - 457CA31A811AFE9EDB5A17C65D33405E /* ARTShape.m */, - 8BDAE7B120714CE71C9A3935894BA0FA /* ARTSurfaceView.h */, - 588453716934A5BC31AEFC654266EC38 /* ARTSurfaceView.m */, - D153DAF37CB6D578956511CCADDA35DE /* ARTText.h */, - 608677DFAFAF8DAC7E19D7844A85A2DF /* ARTText.m */, - BE8774CCC267DD9E8A24E193088A5E82 /* ARTTextFrame.h */, - EC574C9F42F72947702A576E693A3E89 /* RCTConvert+ART.h */, - 823861AC71777BC3698FB9FE8E51D810 /* RCTConvert+ART.m */, - 1CC389EBE4E012955990EACCF11CCE8D /* Brushes */, - 41E5F122A1719B826CFB224334C8B82A /* Pod */, - F808B43AC46ED8C547C8114777084BA0 /* Support Files */, - 3EEC898B9B72A69656EA852C109D5DBE /* ViewManagers */, + 9E3E9D043406A1EA0416CAB0C14A9602 /* jsi */ = { + isa = PBXGroup; + children = ( + 0246FD45FA1E925C01BDADC66A69BC39 /* decorator.h */, + C571527543C1C6A72236C840D24CEE16 /* instrumentation.h */, + A27782AF48BDEA48AEDB672971EA809C /* jsi.cpp */, + 6B654E9C1528E014D67AE41F31A1A810 /* jsi.h */, + FB684571273849A8C02F5DD444715C62 /* jsi-inl.h */, + E6375D5B3B39A6B2703BDCB2AFA1279B /* JSIDynamic.cpp */, + 6B117D74D971589A64829864A8AE6FE0 /* JSIDynamic.h */, + D5B1BB2341170C48622677C2029A72A6 /* jsilib.h */, + D3AAB2DF9FB83B7E1D4F00EC2B58AF10 /* jsilib-posix.cpp */, + E22BC49ED73C86D9E689D04CC9A5DD81 /* jsilib-windows.cpp */, + D77D2E2EB87638F70AEF59D57EDC5A5D /* threadsafe.h */, ); - name = ReactNativeART; - path = "../../node_modules/@react-native-community/art"; + name = jsi; + path = jsi; sourceTree = ""; }; - A72AA6C8BD5B8102B102E7BC86812871 /* Nodes */ = { - isa = PBXGroup; - children = ( - 4066AD0495E4587EAB33524F430BFEC8 /* REAAlwaysNode.h */, - 548BA0C72952AE86261E0F9B8DB22F55 /* REAAlwaysNode.m */, - 31F305BE88E509B733410B65FF675D16 /* REABezierNode.h */, - 94E505C65C5D9583999A97F92533CACE /* REABezierNode.m */, - BC7B0AC01E4C56F42F277CD7A7FF5BA7 /* REABlockNode.h */, - 2124EB19441EAECB5913E5CC2712344A /* REABlockNode.m */, - C7396637082AFCE850981CC4B3AEF7D4 /* REACallFuncNode.h */, - 238AF7A98F62796BA1619AF506526F1E /* REACallFuncNode.m */, - F9A1208000AA7E23ACB3C1FA0BFF3384 /* REAClockNodes.h */, - 1EA2ED6C37AF8A75F4BDECB6FF8622C8 /* REAClockNodes.m */, - 77291B2A6CCE62D8FAB4D61D04E0CD49 /* REAConcatNode.h */, - 2CD0CC8A410731ABA17B4B7EF1933958 /* REAConcatNode.m */, - 8946A071178C25528EEBE03CDB437FF7 /* REACondNode.h */, - 5037A03F7AACAFC28C25963D18ABB544 /* REACondNode.m */, - 31DCFBE8AAC3CB97E2BF59F3B8DAF0CF /* READebugNode.h */, - D14218564771ACB742B992FEAA23FFCA /* READebugNode.m */, - 8ECD1B651273B87C6DF75A12EF16BAAA /* REAEventNode.h */, - 898650B1D3FC1109D6E02FF42632A385 /* REAEventNode.m */, - 3B1FB226BA06F9BA226F205C214CFB89 /* REAFunctionNode.h */, - C92E568B45D250E8DD1893862F11F58C /* REAFunctionNode.m */, - 4DCF1F59702E6C9EDFE4E565FF905658 /* REAJSCallNode.h */, - 4D25CD23E1F0FB2D49A3DA8FFFE4C53A /* REAJSCallNode.m */, - 26816997331A7ABFB1C7706DEE6CB26C /* REANode.h */, - F5E5975D24A1A4936A654DE2A3193B26 /* REANode.m */, - 3F456694D159D5F2187E9ECDABA0F80F /* REAOperatorNode.h */, - 31B527DB522892C5B0FE2BC52F4C2CF7 /* REAOperatorNode.m */, - AB95CCB123C9766BEEB53423FC43FC97 /* REAParamNode.h */, - 780EF00219695EC225F1689670EA6650 /* REAParamNode.m */, - 747C4FA5EBC539BCBE94624BC3952B1D /* REAPropsNode.h */, - DE25331B584FA35E4B1F5065F031A9A1 /* REAPropsNode.m */, - A0FDB41C83E196E1D854E28562B7EA3D /* REASetNode.h */, - C1463B09440A0EF036DB208802D31F82 /* REASetNode.m */, - 57DEF06A8E723D4D9938710517205E5D /* REAStyleNode.h */, - DBB7B8DB915F0B5632539AED6754072F /* REAStyleNode.m */, - C631921FAA8916023DFDBBF7E088F5AF /* REATransformNode.h */, - 9A3282C973C8A6B217ADB547D382A1DB /* REATransformNode.m */, - 2028DD8E1D754D1F5E0C8F9696E44F5B /* REAValueNode.h */, - DD56EEDA3F7479F634A6CE3F3EC39B86 /* REAValueNode.m */, + 9E6228C6B7C4BCDE68BD58A72591803B /* Support Files */ = { + isa = PBXGroup; + children = ( + 23566E6F78D76EF7DB7F33316861017C /* UMFileSystemInterface.xcconfig */, ); - name = Nodes; - path = ios/Nodes; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMFileSystemInterface"; sourceTree = ""; }; - A75254DC75D2A0CD53FA2BEBF9B2F97E /* Support Files */ = { + 9E6756D40AD3A3AC58403F2EA7302C19 /* Support Files */ = { isa = PBXGroup; children = ( - 541EDDE38B01E6D53021A747AB3433A2 /* RNRootView.xcconfig */, - 4F02F30AE0FA1346A7D46CD15EA8D6B4 /* RNRootView-dummy.m */, - 2E4332747BA12706578CAC28B21BC70C /* RNRootView-prefix.pch */, + 59BAF3A23CAA66E951CAF91ECA82D36E /* RNUserDefaults.xcconfig */, + F34D0B0B362BBF100ABC690E2B333422 /* RNUserDefaults-dummy.m */, + BE9FB13293581E79896EBD861ED578BE /* RNUserDefaults-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNRootView"; + path = "../../ios/Pods/Target Support Files/RNUserDefaults"; sourceTree = ""; }; - A8853A93D5EBCDC24E8C9A46545B31C5 /* React-RCTVibration */ = { + A01A72142E2AB987EA773A1F8A404783 /* RCTTextHeaders */ = { isa = PBXGroup; children = ( - B61327E6F899D94BA78FD32963EBC3A4 /* RCTVibration.m */, - 4E9343ACE01F097FBE654A0479AA5EB6 /* Pod */, - 6018A69EFB258C4214AC418A9F7D9657 /* Support Files */, + 120634EB9136888379CC2EA67B466B54 /* RCTConvert+Text.h */, + 9F242E15D7BB04FE6B21F6E867AB5261 /* RCTTextAttributes.h */, + 1C6546E9FD98E3BE5EF35E4FF590C91A /* RCTTextTransform.h */, + FD51F31B3D2791E128D3AEE8EB5D88F0 /* BaseText */, + 4713B0D8FA8D39DFA18A82BD56E94D60 /* RawText */, + 5CB7B6F39944A53ED8CBBD4361E7670D /* Text */, + 7D2E80EA83695B9B18387F2802263216 /* TextInput */, + 74F2F3492D9F583ED53410BD35F1B8E8 /* VirtualText */, ); - name = "React-RCTVibration"; - path = "../../node_modules/react-native/Libraries/Vibration"; + name = RCTTextHeaders; sourceTree = ""; }; - A9898A764BE8E74574B1B5410444DAD2 /* Source */ = { + A03A484C57382D5B670BD3688710DD54 /* Pod */ = { isa = PBXGroup; children = ( - 71CC73CC81968EB6132A9B497E2F6305 /* KSCrash */, + BB82B5DEC21C8CA4E11D8F527AEFA571 /* LICENSE */, + 7FC510C48EBFA39577EF98D127383FA7 /* react-native-background-timer.podspec */, + E9C654A0AD8D0911035235A07C6C9B01 /* README.md */, ); - name = Source; - path = Source; + name = Pod; sourceTree = ""; }; - A9DE43E1C8B12BF14BFDB65914F97AB6 /* Support Files */ = { + A06D7F7F666DD9E1E88EEFD88E729F03 /* react-native-jitsi-meet */ = { isa = PBXGroup; children = ( - 474DB7FF9202FF612DB0ECE50AD77E65 /* GoogleUtilities.xcconfig */, - 8EB7A76E1373478AD1844D4833C112B8 /* GoogleUtilities-dummy.m */, - 7D911208FAC51D1BE487A3C73B2B0A3F /* GoogleUtilities-prefix.pch */, + AD4ABA5CEBCCE553E9F6A570051F14A0 /* RNJitsiMeetView.h */, + FA7013F86AC1B2635A36F1539E9D6E7C /* RNJitsiMeetView.m */, + D3A7CF65F52705E88A875E0CC391FDD9 /* RNJitsiMeetViewManager.h */, + 6A210A44A558DB4BE0D609D7D770FA3B /* RNJitsiMeetViewManager.m */, + 545F789467F83C5423E96549E59D05EB /* Pod */, + 8792BA9651C7EAEB0C26DA9DC308C049 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/GoogleUtilities"; + name = "react-native-jitsi-meet"; + path = "../../node_modules/react-native-jitsi-meet"; sourceTree = ""; }; - AB94BB3AACBAD62B52FE7A0CEC4F91EA /* Pod */ = { + A0B95FA5B7D4B4E98ACD7FE0A8B0A54F /* Support Files */ = { isa = PBXGroup; children = ( - ECA12C5F0A724BF6302128DA11EA6F2E /* UMFontInterface.podspec */, + F04CB905DFD3B94F1F3F521BAD78ACF9 /* RNDeviceInfo.xcconfig */, + 1140F8AD8AAC4AED507E57F76A1AE751 /* RNDeviceInfo-dummy.m */, + 8A3642E9FE853839F0DEA00990380AF3 /* RNDeviceInfo-prefix.pch */, ); - name = Pod; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNDeviceInfo"; sourceTree = ""; }; - ABA58D4C875B77E86A98696F5B569984 /* Pod */ = { + A1861E7AF117040A309136E80BDE1650 /* Pod */ = { isa = PBXGroup; children = ( - DD9DE6C689EC788DB2DD744AD9D357C4 /* EXPermissions.podspec */, + CF4EB570F171F88B03630291CA925B74 /* UMFileSystemInterface.podspec */, ); name = Pod; sourceTree = ""; }; - AD0B63B27B719405232566794B340188 /* Support Files */ = { + A2BF728FF26677BBC7EB0793961CDAD3 /* EXAppLoaderProvider */ = { isa = PBXGroup; children = ( - 43019EAB6AD8419663A1A6B62C4815FB /* RNUserDefaults.xcconfig */, - 72684AEFCE53485E4062BDF27271C0BB /* RNUserDefaults-dummy.m */, - D1F0B22A37E963C98FBE2E1F4376C188 /* RNUserDefaults-prefix.pch */, + 6C07B23C852AFA33E95ABF5E8127209A /* EXAppLoaderProvider.h */, + 689E9ED13FA93FC1C672AE63ED33A12E /* EXAppLoaderProvider.m */, + 157918AAB22696ED0C9AA24EF4ACE758 /* Interfaces */, + 5220675971833FCB750DFB6BD46407B1 /* Pod */, + DCD023393C4EC0F1C5D5D595173F645A /* Support Files */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNUserDefaults"; + name = EXAppLoaderProvider; + path = "../../node_modules/expo-app-loader-provider/ios"; sourceTree = ""; }; - AD48C7E8ACF8B164E2D0DE3796CD7280 /* UMModuleRegistryProvider */ = { + A34AD49AA8F202369E4D92B3CAEB6B4C /* EXFileSystem */ = { isa = PBXGroup; children = ( - 651C5F605C0C6A26A23D845502027735 /* UMModuleRegistryProvider.h */, - FA95564F03E679BF7BCDCCFEA4F5DB37 /* UMModuleRegistryProvider.m */, + 116E27FCF5E3E7F1D8A46A5C3AAE1C61 /* EXDownloadDelegate.h */, + 22C109EEADD4F8B96EE22C868CE3C14A /* EXDownloadDelegate.m */, + D78AD78AF6AB6F0BE0B02B4408976AA0 /* EXFilePermissionModule.h */, + F432125A1B3B8BEC00831CD879D6FB71 /* EXFilePermissionModule.m */, + 6E159BE489695C1D64837AE29E2B78B9 /* EXFileSystem.h */, + 3DFC4B8E6E0E43682B3D1525E51D6D97 /* EXFileSystem.m */, + E90ACF398CB3D713895AFC1C26A0FA6C /* EXFileSystemAssetLibraryHandler.h */, + 7A3A1F5ED915DC00717D0F67ADC8098B /* EXFileSystemAssetLibraryHandler.m */, + 1405744478739E45790735E1263FC0DE /* EXFileSystemLocalFileHandler.h */, + C54CCB3443354957C01F6FF6B3003657 /* EXFileSystemLocalFileHandler.m */, + 8D8923069463657465541A44797FFF5F /* Pod */, + 7E611EB379C738A6DCAE651E5F022936 /* Support Files */, ); - name = UMModuleRegistryProvider; - path = UMCore/UMModuleRegistryProvider; + name = EXFileSystem; + path = "../../node_modules/expo-file-system/ios"; sourceTree = ""; }; - AFE1DE685E75746DDC18FDEEF38C60AD /* Pod */ = { + A361BC9D1A4E3D755933D2A8C0112B3B /* EXWebBrowser */ = { isa = PBXGroup; children = ( - FB37E4BA92AF8D6093E0D9069594E832 /* UMImageLoaderInterface.podspec */, + AEF4B5710E91A0F3799C82823FC25226 /* EXWebBrowser.h */, + FD1B095061113BA335473EB4D464C2D0 /* EXWebBrowser.m */, + 415437BABC896E14171F47B22A12AB14 /* Pod */, + 23A282661138822D370AF962624009F6 /* Support Files */, ); - name = Pod; + name = EXWebBrowser; + path = "../../node_modules/expo-web-browser/ios"; sourceTree = ""; }; - B06B4FBE693FB85BA952BD8665A9E5D0 /* notifications */ = { + A4231A5E0AB99A7ABAD58D6B6B1F617D /* Support Files */ = { isa = PBXGroup; children = ( - BD3277DA185DB019AA90E30F4CF93AB8 /* RNFirebaseNotifications.h */, - 60EFDC24431946CC2ECE601D13EB4876 /* RNFirebaseNotifications.m */, + 4E08927F1B4152793720308645B87189 /* ReactCommon.xcconfig */, + C7C00ADCD67CFC65D0CE6E869E4F049A /* ReactCommon-dummy.m */, + 0559E4C614E870B6135748B7139B4706 /* ReactCommon-prefix.pch */, ); - name = notifications; - path = RNFirebase/notifications; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/ReactCommon"; sourceTree = ""; }; - B076894B19E920DF39B3473EE72182DD /* RCTBlobHeaders */ = { + A4DCBE6B634782134654E5CFF87B1703 /* React-RCTNetwork */ = { isa = PBXGroup; children = ( - 50324BA0EDD2852E72410FC176A3127B /* RCTBlobManager.h */, - D23205CD30062DD94E7ECDED13C9FAE7 /* RCTFileReaderModule.h */, + A5A00C735FF3CC0126B0373B8738EE83 /* RCTDataRequestHandler.m */, + 211F6AF473FDA2EDC014A6465966DFC8 /* RCTFileRequestHandler.m */, + 4E3FBD127ED49BAF37B1EC06723A345E /* RCTHTTPRequestHandler.mm */, + 2A261E6DC47FC78C346E476DFA901018 /* RCTNetInfo.m */, + C3320471C1E5BA0EB07F380A0B91F931 /* RCTNetworking.mm */, + 7AFA9D5359BE1E4E260426F1C13F2D01 /* RCTNetworkTask.m */, + 27818A7732CDA5E2A205B80EAB989760 /* Pod */, + AEA18FC117AA0320B4A38A09674AB327 /* Support Files */, ); - name = RCTBlobHeaders; + name = "React-RCTNetwork"; + path = "../../node_modules/react-native/Libraries/Network"; sourceTree = ""; }; - B0908F9A12F60C5E25784090BED1F32D /* Frameworks */ = { + A5ADA69422B84A7580C82CAA5A9168D1 /* Targets Support Files */ = { isa = PBXGroup; children = ( - 106E85F647AAB3B051C2E5458E35F30E /* Crashlytics.framework */, + DD3EA029EC7383CA893EF3CB97B68F59 /* Pods-RocketChatRN */, + 7608AC1BAFF9991F61A7036E8460C5F2 /* Pods-ShareRocketChatRN */, ); - name = Frameworks; + name = "Targets Support Files"; sourceTree = ""; }; - B09131565B423D41A715E16F7C5FA116 /* UMFaceDetectorInterface */ = { + A6245E4B34499F2C0151CB5865B2A3B2 /* RNVectorIcons */ = { isa = PBXGroup; children = ( - 5CDFDCC0F6318AD5D9F24FC9A7638C6B /* UMFaceDetectorManager.h */, - 047A54631E4CE30082C800B4B4B53C3E /* UMFaceDetectorManagerProvider.h */, - 7AEE1E2314E0C26C943BD0371D4BAF12 /* Pod */, - B31EAFC0066520EE9D3008CADD845569 /* Support Files */, + BCBB7BBB84CE072F72C306CB1A339DAB /* RNVectorIconsManager.h */, + 7DF0BB256952FA1C74F4A0CA9BC1673E /* RNVectorIconsManager.m */, + E57FB6E4DC9D7361CC253CEA3E86D58C /* Pod */, + DB128E88DF4E76C0B5804288D3DE69AD /* Resources */, + 859A84580DD23CDB9B1B010C4C32FEDD /* Support Files */, ); - name = UMFaceDetectorInterface; - path = "../../node_modules/unimodules-face-detector-interface/ios"; + name = RNVectorIcons; + path = "../../node_modules/react-native-vector-icons"; sourceTree = ""; }; - B31EAFC0066520EE9D3008CADD845569 /* Support Files */ = { + A63CCD465EA8AE08A2674E48F407F158 /* Support Files */ = { isa = PBXGroup; children = ( - B52EF10684B99FAB40023EF3953D3592 /* UMFaceDetectorInterface.xcconfig */, + 5FFE412BBCB497A02653CCEF6E3B6E83 /* UMCore.xcconfig */, + A04378B750390FA9197CE08773E8A6DF /* UMCore-dummy.m */, + 76E696B1942CACA7E87E4FC3A80402AE /* UMCore-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMFaceDetectorInterface"; + path = "../../../../ios/Pods/Target Support Files/UMCore"; sourceTree = ""; }; - B398F435DB86D51F10AEC57FE1D2786B /* Support Files */ = { + A6F18B90ADD5F3C489E841EC3046432D /* Support Files */ = { isa = PBXGroup; children = ( - D3CE15FAF883200B0AC76BCB496817B0 /* React-jsinspector.xcconfig */, - CDA5FA3DA9DBE7C681EEF145E0931723 /* React-jsinspector-dummy.m */, - 7256E62D8A468D35EBE747F907AD0C03 /* React-jsinspector-prefix.pch */, + 452318FDD594B5923B177B4FD6115A90 /* FirebaseCore.xcconfig */, + AD6F0184C9B0D921A0733BB5A058FF11 /* FirebaseCore-dummy.m */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-jsinspector"; + path = "../Target Support Files/FirebaseCore"; sourceTree = ""; }; - B43BCE68FA18FCD4C43D95D92739361E /* Support Files */ = { + A73232D7B575C52303AFCBA0D1952B59 /* Support Files */ = { isa = PBXGroup; children = ( - 8FF7FC362F63B268EE743A8524D88D63 /* Crashlytics.xcconfig */, + 2EE491B9F0B95B8A20B38302F6434248 /* DoubleConversion.xcconfig */, + 11B31E00DF16B6278B172C44FA57D3DA /* DoubleConversion-dummy.m */, + 645711EC4391753669A172BC1C7B1F65 /* DoubleConversion-prefix.pch */, ); name = "Support Files"; - path = "../Target Support Files/Crashlytics"; + path = "../Target Support Files/DoubleConversion"; sourceTree = ""; }; - B48188539489DB82318B3BE3AF47EF42 /* Pod */ = { + A744FFFD456BC639B08B86E71C20857B /* Text */ = { isa = PBXGroup; children = ( - AD89995A2CE1DDDF0FCD36B473FF0AF5 /* EXHaptics.podspec */, + 0A4496C6492E8BA45305A1FEEEBD6901 /* NSTextStorage+FontScaling.m */, + DFCDCABAC89EB98D24C53BBA6FE3C904 /* RCTTextShadowView.m */, + 1F2821F039B7C781208D6F11549AEDD7 /* RCTTextView.m */, + 33DA9299DFA80FDAB63C5678B0DBC6BD /* RCTTextViewManager.m */, ); - name = Pod; + name = Text; + path = Text; sourceTree = ""; }; - B503798E785C484798A7E74986827A09 /* RNDeviceInfo */ = { - isa = PBXGroup; - children = ( - 9786EC37664FEFC1CBE824A31C573C2F /* DeviceUID.h */, - BE4B586AB972B38E5917D356760CEB41 /* DeviceUID.m */, - C5AAE4426B0B8DCD1C92929895AE0ACA /* RNDeviceInfo.h */, - 556FFB4CFF7F4D61BEF2A5167704F28F /* RNDeviceInfo.m */, - 058222FD0F7BD513C0C63670667C16C2 /* Pod */, - 7078FFDB1F1B977811F68D95300DD91C /* Support Files */, + A83C4863F9F332688257562CD94509B1 /* Modules */ = { + isa = PBXGroup; + children = ( + AB5BB3FFB9D166893CC95BD6DE247464 /* RCTAccessibilityManager.h */, + D59AF94D98ABE63F8E9F9432A8E0B6B9 /* RCTAccessibilityManager.m */, + 9BA52432AC0F92647A05FD7AA1853188 /* RCTAlertManager.h */, + 0BEDD37A8070C2259A52C4B87FF220F4 /* RCTAlertManager.m */, + 1AF8E2E2B0217A01CC5F953744A9DF6A /* RCTAppState.h */, + 20BBB7E03E30C29DDFE9DF994DD64251 /* RCTAppState.m */, + B9E5C63C60D30DA96765FBD72D37FF76 /* RCTAsyncLocalStorage.h */, + B98247EBB5782CE8051AFEBEAAF257F5 /* RCTAsyncLocalStorage.m */, + 4C9DDBACF725C8DF01B6EF485940BFA4 /* RCTClipboard.h */, + 4A0A48F2D1FD4AC2E2748195E43184AF /* RCTClipboard.m */, + C2E8E8563621FE972E731563A3DE02B7 /* RCTDeviceInfo.h */, + 74376EC07D3F975FD1FE66CAA2ECD8BD /* RCTDeviceInfo.m */, + 4017661D8F5B0682D15202454DA35C9D /* RCTDevSettings.h */, + DB3316D4381F7AC386AB594BE1C1C667 /* RCTDevSettings.mm */, + 9FA625835071568485C6933C1EA918A2 /* RCTEventEmitter.h */, + 877DBBAB43FAAE182840481DA1DC1A07 /* RCTEventEmitter.m */, + 7E579EE2A835E3A78C32B26DCBD2BB27 /* RCTI18nManager.h */, + 0A1AE9B39C7652616C8D6BB801552498 /* RCTI18nManager.m */, + F9516B4B5D2BDED1D66108948E2AA2A2 /* RCTI18nUtil.h */, + 78B439012552CA142F16499426113545 /* RCTI18nUtil.m */, + BE0FFCFDCA1E8A5EF2264985059D1E7C /* RCTKeyboardObserver.h */, + 6054DB5F045D5F8BD9D721BF98672CA2 /* RCTKeyboardObserver.m */, + E2BB89BA761B35A863A3495F2A3AF0EC /* RCTLayoutAnimation.h */, + 5EDDF3D2DEA48D4BF148E990ABD5611B /* RCTLayoutAnimation.m */, + A73B61118A7A2771EA9034045466E257 /* RCTLayoutAnimationGroup.h */, + D6177BC2A28363DFBB91DF58AAE3AF1A /* RCTLayoutAnimationGroup.m */, + 846233A24465EE0DD2BD8C6C3B578E7D /* RCTRedBox.h */, + 4973755A5C8153712ECB14D21BA02D68 /* RCTRedBox.m */, + A7A53BE143693748F97B1EE4DB8C7E59 /* RCTRedBoxExtraDataViewController.h */, + 74A79C14BCB87394D8AC086FCC4B270A /* RCTRedBoxExtraDataViewController.m */, + 75595DBD8618D15D864C395D2F159A4E /* RCTSourceCode.h */, + 1124C23FB2A502A12201876226BE9C90 /* RCTSourceCode.m */, + 3B38F45AC5E85864AA2C7BD66B068E17 /* RCTStatusBarManager.h */, + A9044317CFED7D37B46560668B46ED79 /* RCTStatusBarManager.m */, + 05B45453F410B75D4C4E47E4EA8F3068 /* RCTSurfacePresenterStub.h */, + 86EE36CDC5C5F64D89A484D13F9B47C1 /* RCTSurfacePresenterStub.m */, + F709179D786BA8906C86B1B39489121C /* RCTTiming.h */, + 57368F2086DD6FE94DE31D75C66B6F6B /* RCTTiming.m */, + 4D0671E55285B4D24FE81A73F840E8C7 /* RCTUIManager.h */, + E8A42F0D1F9D6C089BAFF542B55AF0C2 /* RCTUIManager.m */, + 062446A5926322219204F38CBF59BDC9 /* RCTUIManagerObserverCoordinator.h */, + 8D956427505125B9D0424549715F1C38 /* RCTUIManagerObserverCoordinator.mm */, + 7D5EFE352D1378B557468F64D9E5D2B9 /* RCTUIManagerUtils.h */, + 892AC60839C08FA6A779EE5D826A90D5 /* RCTUIManagerUtils.m */, ); - name = RNDeviceInfo; - path = "../../node_modules/react-native-device-info"; + name = Modules; + path = React/Modules; sourceTree = ""; }; - B527EC1A8C86AE0463E15B0434C86FD1 /* messaging */ = { + A83ECDB43D3B5944F57F10CEDD66C033 /* Support Files */ = { isa = PBXGroup; children = ( - F1D03EF7BA2A6F98718566A44DB02EED /* RNFirebaseMessaging.h */, - D5761CCBEA427A610FDEF3DC153ABA35 /* RNFirebaseMessaging.m */, + 657975F7B4BE548D53BA70808D19A6FD /* RNGestureHandler.xcconfig */, + 8676E7BD06D3F128D9D5C6B7E96FC999 /* RNGestureHandler-dummy.m */, + 5976BB582FC1B576A8E541CD9CF1247E /* RNGestureHandler-prefix.pch */, ); - name = messaging; - path = RNFirebase/messaging; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNGestureHandler"; sourceTree = ""; }; - B58072F068CC63AF295DA67E346E727C /* Pod */ = { + A97247CCB1E30E266F87484709474A1B /* Support Files */ = { isa = PBXGroup; children = ( - F18CB5E6FFCF6FE77ACD4427745A684A /* UMConstantsInterface.podspec */, + 47B932A1E353FC65AD3F13D732A9DBD6 /* RNLocalize.xcconfig */, + 58EF93B049742B7FB0AB00B73E81BD47 /* RNLocalize-dummy.m */, + 7EE5DB9D9967205EB5BC1EA6B3AA8880 /* RNLocalize-prefix.pch */, ); - name = Pod; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNLocalize"; sourceTree = ""; }; - B5A74BF1190F58873DD17B994991C144 /* Pod */ = { + AA2A95EDD86826C606770DDCA7F7B6F9 /* UMNativeModulesProxy */ = { isa = PBXGroup; children = ( - 1484C7B185BD1D479F80488E4950C650 /* UMCameraInterface.podspec */, + 3362B1E98540EE7878B5FAED2A9FBD1E /* UMNativeModulesProxy.h */, + 0D442CA9F738EB55C03CA6B4B7FAEF05 /* UMNativeModulesProxy.m */, ); - name = Pod; + name = UMNativeModulesProxy; + path = UMReactNativeAdapter/UMNativeModulesProxy; sourceTree = ""; }; - B5C38561C6D854BD0F77BED465566ED7 /* Services */ = { + AA8E90B37E383107D69F1B523B4A265F /* RNRootView */ = { isa = PBXGroup; children = ( - D09BCCB42C4D7C1110DC5879B0C70B5C /* UMLogManager.h */, - 213C93FCEEA3C8BED2774B8E08F222FA /* UMLogManager.m */, + 669AACED5451B74A1B173F8CF58715E7 /* RootView.h */, + 99D483AC9B598492130F46428DEC1739 /* RootView.m */, + C3B3E03F97E7B7DD122588722348B7F9 /* Pod */, + 45897F0BECAED6EC776202F5C645FF15 /* Support Files */, ); - name = Services; - path = UMCore/Services; + name = RNRootView; + path = "../../node_modules/rn-root-view"; sourceTree = ""; }; - B628191C9B4E6D543C5C0CAEBAAEF732 /* Support Files */ = { + AAEBF56580F3C9F02D78FAD116CD825F /* FBReactNativeSpec */ = { isa = PBXGroup; children = ( - 0776B7150119D3FF69668DC9B5FAE7FA /* libwebp.xcconfig */, - DCA0397B2B08261B1E953EE871D5C37A /* libwebp-dummy.m */, - 9A8F398AFE224080C8B40742BBC1FB2C /* libwebp-prefix.pch */, + A84BC45100C1120943994118E8BC0CB0 /* FBReactNativeSpec.h */, + 2C1CFB0B5D7CC8DEC9559EE6FECE03EA /* FBReactNativeSpec-generated.mm */, + 52FF1AAF01255F2CBB8837DE5E2419E6 /* Pod */, + 0D3ABA4516E2E220B42F8B2E97742DA9 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/libwebp"; + name = FBReactNativeSpec; + path = "../../node_modules/react-native/Libraries/FBReactNativeSpec"; sourceTree = ""; }; - B7057D6CE0D647CEDD40A76A52A901E6 /* Frameworks */ = { + AD9D133B34FBB5415C385E9A1B204368 /* ScrollView */ = { isa = PBXGroup; children = ( - E57FB5D8B319AD9911982DB9D991A7C7 /* FIRAnalyticsConnector.framework */, - 6B77D6B8571A69639166B9B0FB23B341 /* FirebaseAnalytics.framework */, + 0D289E948BE7E930A28010FC8E9FB03A /* RCTScrollableProtocol.h */, + F95CACA4782D0191B641D0B5B56A6685 /* RCTScrollContentShadowView.h */, + 1500D248579B51E7855A20DF09D5BD70 /* RCTScrollContentShadowView.m */, + AAF5A90B3B77B36A07954CA39856C1A7 /* RCTScrollContentView.h */, + C5BEED58E8DF46B6F6652CDFE70D044F /* RCTScrollContentView.m */, + C12809028E6E70029F79024699E11BE2 /* RCTScrollContentViewManager.h */, + D026ABCDBD78619A4E476193AED5682A /* RCTScrollContentViewManager.m */, + CA2F65AFBC02446295C8D9339079109C /* RCTScrollView.h */, + 8FA7B11D82F4AC9EC688E6F5E93EF8B2 /* RCTScrollView.m */, + 3CC310ACD5DBE33D3108FF1205BEDB15 /* RCTScrollViewManager.h */, + 5ECDC816BB62DE08A42E843F9CAAF3E2 /* RCTScrollViewManager.m */, ); - name = Frameworks; + name = ScrollView; + path = ScrollView; sourceTree = ""; }; - B7342BA9AD4A717449D6329B1439B49E /* RNLocalize */ = { + AEA18FC117AA0320B4A38A09674AB327 /* Support Files */ = { isa = PBXGroup; children = ( - DA68FE3B9879133D40343E963F0C4317 /* RNLocalize.h */, - BA5880A84D82D70A635CC74AFF5041DE /* RNLocalize.m */, - FC73D0BB2070940D9844F99068381A9D /* Pod */, - 3FD504189D49BFAC6458564EA090C9EE /* Support Files */, + 8DD751932D7C7B69540AA41E52642326 /* React-RCTNetwork.xcconfig */, + 3F12B9FF4727F1E046CCC81B567800DA /* React-RCTNetwork-dummy.m */, + 841514801CFA5A56C2B0CDF669444C84 /* React-RCTNetwork-prefix.pch */, ); - name = RNLocalize; - path = "../../node_modules/react-native-localize"; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTNetwork"; sourceTree = ""; }; - B7B1A7985544F2927A7558563E26DFF1 /* RCTVibrationHeaders */ = { + AEA9BACD48867572A3F1E34A434EA210 /* Folly */ = { isa = PBXGroup; children = ( - 09276F70244EF85C57AF74AAC2704EE7 /* RCTVibration.h */, + 51C0EC44F93E37F2F7956B7F1CF1BD7A /* Assume.cpp */, + C35E7FE27DAB66CBC23CF55C160F9F81 /* ColdClass.cpp */, + C6D764A8FFC016671C8031425E8EE2F5 /* Conv.cpp */, + CA00F20CD47382A4E8F6B2B57C44447B /* Demangle.cpp */, + F60981B496FE1E2C360A984FD512294A /* Demangle.cpp */, + 98517DAD4810F45ED8FA59BC3F947354 /* dynamic.cpp */, + 3966AA9F1E79E5A7F4EBC038DB4558B6 /* F14Table.cpp */, + A3E63A13602882E51CE5359C7B370400 /* Format.cpp */, + 729A38040F88573F71437BC50CBBB96A /* json.cpp */, + B6219DECE46FCBA0B37B214302C278F1 /* json_pointer.cpp */, + 3751758E274BD3C87E1AAE2DE4C1B366 /* MallocImpl.cpp */, + 983D468F8C9A0B2C350475DFE638F4C6 /* ScopeGuard.cpp */, + 1AE4FFEE6A9488A6CE72466623293BE4 /* SpookyHashV2.cpp */, + BB4BF48A648AF492AE8FCDE9F4545A29 /* String.cpp */, + D4576431923B32B28E848D30EB34BD00 /* Unicode.cpp */, + 55136C75EB4F5BD0AFD5E22CEAF26273 /* Support Files */, ); - name = RCTVibrationHeaders; + name = Folly; + path = Folly; sourceTree = ""; }; - B86A7B9E479840D1AC3258C532DB1A76 /* Support Files */ = { + AFACDE4DCC23BDEA99D5C31756E2E2FA /* GoogleAppMeasurement */ = { isa = PBXGroup; children = ( - 5A9F498304996064A7AB4E766B8A2E1D /* RNFirebase.xcconfig */, - FE5022B813094BA9EA56720B9EE4AFDB /* RNFirebase-dummy.m */, - BD4089AA003E098A5E4ED4AB83A10B99 /* RNFirebase-prefix.pch */, + 1C993B9F03DEA570E666CA88E462252A /* Frameworks */, + 06686FA55A8EEBA185AB04FA8AB615DE /* Support Files */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNFirebase"; + name = GoogleAppMeasurement; + path = GoogleAppMeasurement; sourceTree = ""; }; - B9C99CE4196F5268BA159049DAE7767C /* Text */ = { + B080F826DB3A8B1A46E35432E0CBBE8F /* Support Files */ = { isa = PBXGroup; children = ( - DCC38A8FC8F6968FB505A042918BF0EE /* NSTextStorage+FontScaling.h */, - 8A4583650F45571507CD038D830C8700 /* RCTTextShadowView.h */, - 47BA8CCAFD3F2E3485A5F84C8440038C /* RCTTextView.h */, - BCD450FD0A6612A0B09F4CD799B09295 /* RCTTextViewManager.h */, + 753C9900C0C5A879FD9D6FB073809EF6 /* ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist */, + 23E2E604813E0A83C42F4CDDFD52CD96 /* RNImageCropPicker.xcconfig */, + 2BA51A1007797DCC6ADB9381AA484EB2 /* RNImageCropPicker-dummy.m */, + 19F564B389F733F3CA3C7EA9890D9DE1 /* RNImageCropPicker-prefix.pch */, ); - name = Text; - path = Libraries/Text/Text; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNImageCropPicker"; sourceTree = ""; }; - BAC6F604A08206234E656052316CCF28 /* config */ = { + B0DD81621B0BD2C649696BBF75236FEE /* turbomodule */ = { isa = PBXGroup; children = ( - B0D70BF1D81B69D47C2148109D5EF985 /* RNFirebaseRemoteConfig.h */, - 87AC64400D453E3CBF104F00B921C1F1 /* RNFirebaseRemoteConfig.m */, + 47E0FC9C441F47A30B282421E2DEC439 /* core */, ); - name = config; - path = RNFirebase/config; + name = turbomodule; sourceTree = ""; }; - BB68B23E49BBCA6C5A29CCE50C00DED9 /* Pod */ = { + B0EB5D645C1B35BF91F55B7AFA819B3A /* ios */ = { isa = PBXGroup; children = ( - 1880FE4795D97C8490309D5E703919D6 /* UMTaskManagerInterface.podspec */, + 336D45C35F2EC445F9ED02E3142446F0 /* RCTTurboModule.h */, + 5FFBE109A12C58D1B77F06CCD5095525 /* RCTTurboModule.mm */, + 21C76485E7EAEA78DB78AC4C425CAA0C /* RCTTurboModuleManager.h */, + 4CBDEF8F1A47C67AEB2B155630AF019C /* RCTTurboModuleManager.mm */, ); - name = Pod; + name = ios; + path = ios; sourceTree = ""; }; - BC3F281D4042AA3A488983F130485E06 /* Support Files */ = { + B12B31D10C3CE740D44048624586167E /* fabric */ = { isa = PBXGroup; children = ( - 2F5DCBF84C4FCB29D7493E8F86442192 /* FirebaseInstanceID.xcconfig */, - 92997292DBA3CB53D6D368D48FDC239E /* FirebaseInstanceID-dummy.m */, + 774A1A55E44DB194E3123C72DC0C2DFA /* crashlytics */, ); - name = "Support Files"; - path = "../Target Support Files/FirebaseInstanceID"; + name = fabric; + path = RNFirebase/fabric; sourceTree = ""; }; - BCA2043A586EDF176AAFE3ADF76F8AED /* Support Files */ = { + B29353F9A3E5F6C66A586DB2290FAC84 /* RNFastImage */ = { isa = PBXGroup; children = ( - 5D41FFCDC27D6C15E44D6FD521E15AF7 /* React-cxxreact.xcconfig */, - AE4203F0C66F5C35AC5B69280F7AB1C2 /* React-cxxreact-dummy.m */, - 2EE56EF161826629810C9743EA5E99A4 /* React-cxxreact-prefix.pch */, + 4B6B3289F56C937FDA8C432D6F5B4B9E /* FFFastImageSource.h */, + 61DB6721AE305D83B24E136EF4B371B7 /* FFFastImageSource.m */, + 4375ACCE1A55127C013DC61A09C35CB3 /* FFFastImageView.h */, + 5CF2C83A24C569BB24ADED4DFC7EBF61 /* FFFastImageView.m */, + 4E3FB1287667DDC194E4D8E21DD0BAE1 /* FFFastImageViewManager.h */, + C572628581AD45D5616C05090F280293 /* FFFastImageViewManager.m */, + 17141239540AA5069F72F42CBD467742 /* RCTConvert+FFFastImage.h */, + 67964FF6376567E1802FAB5BA7EA7E0D /* RCTConvert+FFFastImage.m */, + 0DA50F762446FD615EBE13795BD9EF57 /* Pod */, + 8F762DA11B81D04ACDC5A102833BD935 /* Support Files */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-cxxreact"; + name = RNFastImage; + path = "../../node_modules/react-native-fast-image"; sourceTree = ""; }; - BD57C5A5717872E5B5052B77BE76E13C /* react-native-webview */ = { + B46E9D9F671555A2B0569513F85B8E58 /* UMPermissionsInterface */ = { isa = PBXGroup; children = ( - 8EC359907265C85DC3AC0AEC8FFEC1C0 /* RNCWebView.h */, - B558404E9BEEF2759BFE60842A3DCB12 /* RNCWebView.m */, - DC32639D4546DF1E0A4AB17B96A63D3C /* RNCWebViewManager.h */, - 30ACDD7DF5B759A3AF88A214445F6DEA /* RNCWebViewManager.m */, - 08B5704BB47052B0879EB7A2D3F16627 /* RNCWKProcessPoolManager.h */, - 69CD1428BE044F508EA19529C634CA35 /* RNCWKProcessPoolManager.m */, - 00A3C3CCE4465045A751295D91247F56 /* Pod */, - 1AC391F95EAF3581F64D371FE3F0623E /* Support Files */, + E17CD201BC4B5925862EDD49BB5CBD62 /* UMPermissionsInterface.h */, + 1765A5F8E66CC0295A7A923FAD7E1217 /* UMUserNotificationCenterProxyInterface.h */, + CC3FFB52B22FAC988B7116B184588B2E /* Pod */, + 855A94F939824FBC4D26D0E1AF2ADFA8 /* Support Files */, ); - name = "react-native-webview"; - path = "../../node_modules/react-native-webview"; + name = UMPermissionsInterface; + path = "../../node_modules/unimodules-permissions-interface/ios"; sourceTree = ""; }; - BD6C9A10683CF3D79704FC87D3EEA518 /* Singleline */ = { + B4938EC6831DA7FA371B4207AAB74D27 /* Frameworks */ = { isa = PBXGroup; children = ( - 304CEEF7CB871919BAB3EF6A9F883F11 /* RCTSinglelineTextInputView.m */, - 9F9718907266025A80D948FE57D4EABB /* RCTSinglelineTextInputViewManager.m */, - 06259202DD46422011787FF548AB5F9A /* RCTUITextField.m */, + 219BAC5E878DD89ED1E40A58350D5474 /* FIRAnalyticsConnector.framework */, + 7CEDECEDD97547E548051D0BF989401A /* FirebaseAnalytics.framework */, ); - name = Singleline; - path = Singleline; + name = Frameworks; sourceTree = ""; }; - BDF2C49360CB8DEC6CA64A7ACDA6EA69 /* GoogleUtilities */ = { + B52F431B8F7A0E565F6CFEDB304AB086 /* Singleline */ = { isa = PBXGroup; children = ( - 6289CF0766C0E62D4976921B805194C8 /* AppDelegateSwizzler */, - E6B3B3FF664018E95F20792453167FBB /* Environment */, - 03F5F066AA7465846C4CF46C6F7029C3 /* Logger */, - 4D83F06413D6217C0D772C119D940DF0 /* MethodSwizzler */, - 976C6604E458FD5238A5E4EBACF9B802 /* Network */, - 36700344FEBBB9D84A1947D60FF45E1A /* NSData+zlib */, - 524D7310F63A08A40E791D96940ECEC6 /* Reachability */, - A9DE43E1C8B12BF14BFDB65914F97AB6 /* Support Files */, - 69FEBD0A6526DA4FC3A18296426C2B93 /* UserDefaults */, + 9E107DEEF88FC5E34D4C5DD2128BCB77 /* RCTSinglelineTextInputView.m */, + 39FE672E234A0F2B4D3D2F49800483F2 /* RCTSinglelineTextInputViewManager.m */, + D1F10B6309426F814E403630CA560E9F /* RCTUITextField.m */, ); - name = GoogleUtilities; - path = GoogleUtilities; + name = Singleline; + path = Singleline; sourceTree = ""; }; - BF55371D6600C203FEF423F582C66CC6 /* Pod */ = { + B6A83DC00D9E4675456B2DE4508CADFD /* Support Files */ = { isa = PBXGroup; children = ( - 6F900EAFCB709375BA625A73FC0FA023 /* LICENSE */, - 1306EB4C900ACCE004E5CEC59C9AF851 /* react-native-background-timer.podspec */, - 46427C58F4867334B3FF1D516B075300 /* README.md */, + E36BC1838BBE0A3C1226042850FB19C3 /* nanopb.xcconfig */, + CE60F49EF77406B156BFE39692C9CCF7 /* nanopb-dummy.m */, + 2E0810763BC65EA4F8EEA770DA72C91F /* nanopb-prefix.pch */, ); - name = Pod; + name = "Support Files"; + path = "../Target Support Files/nanopb"; sourceTree = ""; }; - BF915E8C236DA1BD80B919752A450382 /* Support Files */ = { + B85EE38012D7ED8FF280C3CF51D4EA26 /* React-RCTAnimation */ = { isa = PBXGroup; children = ( - 7CB8B0F98AD5A5B9E244529D8DDEA27B /* UMReactNativeAdapter.xcconfig */, - 1EC76F86490E21201CAE5A369BDAD13E /* UMReactNativeAdapter-dummy.m */, - 82520F9C498F1DDBBE87D8AC1B113EB8 /* UMReactNativeAdapter-prefix.pch */, + A935FC058BB1092F0600E4B45DFBAB74 /* RCTAnimationUtils.m */, + D7B672FF680F74FBCDC5832FD405BB8D /* RCTNativeAnimatedModule.m */, + 460E788B26005F112CA7C460BBB151AD /* RCTNativeAnimatedNodesManager.m */, + 1CEBAA3EDE00919363871F6F6611D2F8 /* Drivers */, + 683B6B8F928F5F936E48AA09BA73543C /* Nodes */, + 5C4CDD4D22AD876B87D628E9C64EAF41 /* Pod */, + CA20FA4AEAEE97BA455EDF183BEFE7B0 /* Support Files */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/UMReactNativeAdapter"; + name = "React-RCTAnimation"; + path = "../../node_modules/react-native/Libraries/NativeAnimation"; sourceTree = ""; }; - C0AC680A6001793CF0A75F882F5BB814 /* react-native-keyboard-tracking-view */ = { + B8AC8B0C904E9C46DA6D53FCE3F696CB /* UMBarCodeScannerInterface */ = { isa = PBXGroup; children = ( - 1E7588DAF95C4787C202BA89D3F3D7CD /* KeyboardTrackingViewManager.h */, - E200D68314C6C3C947BEDFBFC12D4B7D /* KeyboardTrackingViewManager.m */, - 0B204567F7F90F3C23112BB9DC0FC44D /* ObservingInputAccessoryView.h */, - CF3A6FB7BDCD9FAF1D44AEA9FAD468D3 /* ObservingInputAccessoryView.m */, - CC8BB5C6661DB4EB434D0A2FB8732B20 /* UIResponder+FirstResponder.h */, - DC9702242033D2DD9DBD98EA46DB91BF /* UIResponder+FirstResponder.m */, - 4BE184435B24756F0DD206266A4CA508 /* Pod */, - 1565FF3FFB161166D0D1969FF11A97E7 /* Support Files */, + 91998B7E944D93EEF99B3A806997975C /* UMBarCodeScannerInterface.h */, + E677A52BD42240B400A623D925C5C64B /* UMBarCodeScannerProviderInterface.h */, + 5A226242CEB90B67A60A44F53DE501CC /* Pod */, + DF8FE38C8FB0EF0C313087B9EA084C20 /* Support Files */, ); - name = "react-native-keyboard-tracking-view"; - path = "../../node_modules/react-native-keyboard-tracking-view"; + name = UMBarCodeScannerInterface; + path = "../../node_modules/unimodules-barcode-scanner-interface/ios"; sourceTree = ""; }; - C1A1CD6F648F90F788B43318B2F292AC /* RNVectorIcons */ = { + B9638BBE4456C200CCE55463C8709079 /* RCTTypeSafety */ = { isa = PBXGroup; children = ( - 7E0A1A7D74F39BE870AF55B2E64AD066 /* RNVectorIconsManager.h */, - 09FBC62D7D354F95C25E72847BDE1F6F /* RNVectorIconsManager.m */, - 05083ED426F230991C44AA80716EA0BB /* Pod */, - 066A228ECA97C5A70CD9B7171C853B40 /* Resources */, - 82A8D84D3F365198B62EFABBFB336AD6 /* Support Files */, + 2AF5ACE10E5F64B3AA4D2DEBD41A9A8B /* RCTConvertHelpers.h */, + 05D05EE0108C878FE066A6ADC6A0C45E /* RCTConvertHelpers.mm */, + D7F9632E5C13C4849BFB6A0F074B0389 /* RCTTypedModuleConstants.h */, + C0CC7EFB48352588D0BB4E513ADDE0F5 /* RCTTypedModuleConstants.mm */, + 34D6A4FD6656FB27EB353A9657D01E16 /* Pod */, + 3F148F443A49875EF68C9C5DD921A1A3 /* Support Files */, ); - name = RNVectorIcons; - path = "../../node_modules/react-native-vector-icons"; + name = RCTTypeSafety; + path = "../../node_modules/react-native/Libraries/TypeSafety"; sourceTree = ""; }; - C1E090195C561D4A7112C9CB1A84A0AB /* Support Files */ = { + B97B3E42D3C6017CBE23D24131ACC397 /* react-native-appearance */ = { isa = PBXGroup; children = ( - 51F61CE421A67CEE57570D19C7EE31B7 /* RNAudio.xcconfig */, - CDD0458799B7CB56166CF6380E48661B /* RNAudio-dummy.m */, - 74447A96ABC1769496184E0F7294FAAF /* RNAudio-prefix.pch */, + F97E853DB70D725BC3302A7AFF33C7B9 /* RNCAppearance.h */, + 98A728E5AC8DB7B3E1E7CF2C81D5500F /* RNCAppearance.m */, + 3F74E6C1B371D11676E56E1E56343C6F /* RNCAppearanceProvider.h */, + 00909459C52E57438B89BF650B1ABC2F /* RNCAppearanceProvider.m */, + A791612F5D338BBF660CFE92C5102F3C /* RNCAppearanceProviderManager.h */, + 4FB98E155E9B39BC732FC65B0AF382CC /* RNCAppearanceProviderManager.m */, + D6EED05CFFAF11E351A7F4D6109A4344 /* Pod */, + 1FB3C0DD5F27DE23E1C6E367ED4A5AAB /* Support Files */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNAudio"; + name = "react-native-appearance"; + path = "../../node_modules/react-native-appearance"; sourceTree = ""; }; - C20327557F8AF131D2BC7090C6C0BA79 /* React-jsinspector */ = { + B9C5DE5E01C8A1A614DB00AF1C558EF8 /* RCTNetworkHeaders */ = { isa = PBXGroup; children = ( - 9AA1164F6E26964CC10E1C5B7CC95E53 /* InspectorInterfaces.cpp */, - FB94E36A07BFD652173E17CA67C7B6D9 /* InspectorInterfaces.h */, - EF1FD462C3ED223FB9247C0E1EE4114A /* Pod */, - B398F435DB86D51F10AEC57FE1D2786B /* Support Files */, + 5FC8F93B70A554F4F421277A6DBBE90E /* RCTDataRequestHandler.h */, + F8899F2A764A05C333FD6EE951873DBC /* RCTFileRequestHandler.h */, + DD017B1997FF374261163E158159F2F9 /* RCTHTTPRequestHandler.h */, + C10B157B3F1BE0EDC78CE7A467C73BF2 /* RCTNetInfo.h */, + CE21A33BDDA440B6E28DB4EA198320B0 /* RCTNetworking.h */, + A21E000F1B505340A3B129180C852E2F /* RCTNetworkTask.h */, ); - name = "React-jsinspector"; - path = "../../node_modules/react-native/ReactCommon/jsinspector"; + name = RCTNetworkHeaders; sourceTree = ""; }; - C26F5CFAF0C03351ECE16FA88A84AB56 /* CxxBridge */ = { + B9F8EF71B96AF2BF3AD9DCCBFB332590 /* Pod */ = { isa = PBXGroup; children = ( - B3D41CFB690E0B78C15C27BE475A5C63 /* JSCExecutorFactory.h */, - 7B023EC3C4FAC79C9C0E65AFEC7E6215 /* JSCExecutorFactory.mm */, - 30A072C44DC0493262F79EFEA04ABDFA /* NSDataBigString.h */, - AC44F633C6FBC8194C100AC4DDCCB868 /* NSDataBigString.mm */, - 2F812D1D7923DCB836A359A6789B8C99 /* RCTCxxBridge.mm */, - 8D7A68DC8874500B4A672FDBF91DFC62 /* RCTCxxBridgeDelegate.h */, - 0A1A34D247B43BEA4749BCB32C3BC932 /* RCTMessageThread.h */, - 11321891F7366B55D03A4A7B67909017 /* RCTMessageThread.mm */, - D584D492C7DA81B907BCAC20B32BE018 /* RCTObjcExecutor.h */, - 58B143FACB651F6FF4026A5BC0982803 /* RCTObjcExecutor.mm */, + 35135DE07FA8F772CD7B17D5966C81F2 /* LICENCE */, + BA7CB9D34D41F813DEC836D69DF5371B /* react-native-cameraroll.podspec */, + EA32A2FCCFF848C82721AF09A7607EC9 /* README.md */, ); - name = CxxBridge; - path = React/CxxBridge; + name = Pod; sourceTree = ""; }; - C292885471C948F4518E2A45B36AB1A6 /* analytics */ = { + BA90178B36F55D980E1ABA7D98633589 /* Pod */ = { isa = PBXGroup; children = ( - B29C38805F7127CB18A39556B771ECBA /* RNFirebaseAnalytics.h */, - 708041F62301EA3BA338B1B2E86CADB7 /* RNFirebaseAnalytics.m */, + E20AB1B1CA0D5E00342866ECC55F9014 /* UMFontInterface.podspec */, ); - name = analytics; - path = RNFirebase/analytics; + name = Pod; sourceTree = ""; }; - C2BB55D6891A41DB75909032BE8A0D2F /* Pod */ = { + BB4A093505ED669D0E8B673D55323A46 /* vendor */ = { isa = PBXGroup; children = ( - 48BB53467931F09C58A6A7BD3429D962 /* LICENSE */, - 3ED92F5114EFDA21858420B35AEB5D4A /* README.md */, - DC0D5A73BB441F5E148FE79E8402635E /* RNGestureHandler.podspec */, + 3E2C7A9E9262AEBDD86D61872E18C318 /* bugsnag-cocoa */, ); - name = Pod; + name = vendor; + path = cocoa/vendor; sourceTree = ""; }; - C4725DB7995C9A3FA5253B7DBA0B2DB8 /* Support Files */ = { + BBA877DD1554291622AD1862CF160973 /* Support Files */ = { isa = PBXGroup; children = ( - 8606EB5A6FA4A9DB839B6A853ABBBB3B /* UMFileSystemInterface.xcconfig */, + 8A126C06795FE746C9901F5ED989C79D /* FirebaseInstanceID.xcconfig */, + 366329A40E8A1E715FE041B79A1E789B /* FirebaseInstanceID-dummy.m */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMFileSystemInterface"; + path = "../Target Support Files/FirebaseInstanceID"; sourceTree = ""; }; - C55C9A47D8F2F4F72FF35D8F33A96EB4 /* React-RCTText */ = { + BC5E13FAA4DDC3A92061F35A5E8F150B /* Pod */ = { isa = PBXGroup; children = ( - 96BAC72CC2A887ACA07F5FBBC31E5565 /* RCTConvert+Text.m */, - 2697E20621E13F742D7C0AD3EC113D43 /* RCTTextAttributes.m */, - FDD60D51750F35B3F28E0D61D69A6AB9 /* BaseText */, - 3A9337114AA519844B535C329A0D0DA8 /* Pod */, - 9F91E881C0DE5C0B4554EF06DF3D51A9 /* RawText */, - 2685E795ECCAC2E5E1044675154105E1 /* Support Files */, - 4D5D5E6054D1541423E54EF88B7D1095 /* Text */, - 5BE341B589FC0F451D7BEF5E6EB3DA4A /* TextInput */, - 28BF32C139DF04884CD90ACDFCD5549F /* VirtualText */, + 0013A8590B263E8EAA1ABEA919F20609 /* EXHaptics.podspec */, ); - name = "React-RCTText"; - path = "../../node_modules/react-native/Libraries/Text"; + name = Pod; sourceTree = ""; }; - C5C00BA790CD91873BE2C4F21EC1EF72 /* React-cxxreact */ = { - isa = PBXGroup; - children = ( - F8F697B4F12A9ED14622FDFD2EADC31B /* CxxModule.h */, - DCB4DA3C46DFE6DFC3F77232CCB54077 /* CxxNativeModule.cpp */, - 3CCF1AB9D40F48248767E35F7908C005 /* CxxNativeModule.h */, - C2E88CE35E640021A501C0082CD2D816 /* Instance.cpp */, - 2E416DA9BACFF67E836CF8604C0C0A76 /* Instance.h */, - FAC421177CE610E9C7B931439EB459C5 /* JsArgumentHelpers.h */, - 37F5EB92B10EED3E4AC994B2572102E9 /* JsArgumentHelpers-inl.h */, - EC036135C1C07DE6B7C05D0B9606070E /* JSBigString.cpp */, - 3EAFC3A2FF5924A0D5E9D98278692D9C /* JSBigString.h */, - E5A61FA3E910E3743DDB2A539D8E3861 /* JSBundleType.cpp */, - 38A0F0B170E373B091BA36A26397EF43 /* JSBundleType.h */, - 799DE0B23BD42824FA309135B2CCCD47 /* JSDeltaBundleClient.cpp */, - 77579E3AB4DAC11B5A86FEB631FC58C0 /* JSDeltaBundleClient.h */, - 0FA89F0128EFD95C39CBF01E1D7AF57F /* JSExecutor.cpp */, - 50CF0BF505D9FAF21801BDD717E4A0BE /* JSExecutor.h */, - BF6CED0221C38C8B97EBDB214A6D4534 /* JSIndexedRAMBundle.cpp */, - B1C0309D8214A4B9F1FA6022DDE7FCBB /* JSIndexedRAMBundle.h */, - 8F9B3EB401390C9AED9561D6A0449DD4 /* JSModulesUnbundle.h */, - E738C86B532490735EB853358AE600D7 /* MessageQueueThread.h */, - 3CECE112CF32DC20DD624BE710AE8BD6 /* MethodCall.cpp */, - D4E22D483745BA99F925F0CB3ED15DA1 /* MethodCall.h */, - 703658281A74981DC31339718A39AD49 /* ModuleRegistry.cpp */, - 2FBE73416F6BCBDBA9961312F1830706 /* ModuleRegistry.h */, - 994F68060E1D7B66431B05D2CA10139C /* NativeModule.h */, - 5F9510CC90752C88FE478F9478E640E6 /* NativeToJsBridge.cpp */, - 63B24BB440F90B74D90D8868B52B86B4 /* NativeToJsBridge.h */, - CE220227938B26C711F33CC2E5140F03 /* RAMBundleRegistry.cpp */, - 99DE8F0CEC1B45C2885D13092296B18E /* RAMBundleRegistry.h */, - CACF3F985D87B0445E46A727A93F0F6A /* ReactMarker.cpp */, - CE61D1FE1AD71846161D661F9F062891 /* ReactMarker.h */, - 1E762A222308E7D5E1B9FFA92DF3CD40 /* RecoverableError.h */, - 7F99C0235FD16740EEC6ACD1AF12C181 /* SharedProxyCxxModule.h */, - FAE828BB63BC757BA99A64AFABCD9591 /* SystraceSection.h */, - E5F7703AD4A75916A2AAFBF7818D270B /* Pod */, - BCA2043A586EDF176AAFE3ADF76F8AED /* Support Files */, + BC6B18D35CF03D08AD2F96C31BB3E7FA /* Support Files */ = { + isa = PBXGroup; + children = ( + DD6D91740B8B962C4CE62F898542B1A6 /* GoogleDataTransport.xcconfig */, + C56B144313F11160699FC870103B147B /* GoogleDataTransport-dummy.m */, ); - name = "React-cxxreact"; - path = "../../node_modules/react-native/ReactCommon/cxxreact"; + name = "Support Files"; + path = "../Target Support Files/GoogleDataTransport"; sourceTree = ""; }; - C6DEBD08800C953C60F4AC74E6FEB16C /* RCTRequired */ = { + BCF6ABFDE29B0ABA8AD6021904F3105C /* react-native-orientation-locker */ = { isa = PBXGroup; children = ( - 55F88D172DB788CA2F3DDC5C1ABC9015 /* RCTRequired.h */, - EC580CB29B1AD4F6A1341A5D27FEC6B4 /* Pod */, - 8D137D4735ED101D9EB40B7E104628B6 /* Support Files */, + 232B00A456185E68EA56676298BEEC30 /* Orientation.h */, + 229B69F7A2BA93AE5530A6099A73B0BD /* Orientation.m */, + 979B5CBDCEF21160CC063D059B527321 /* Pod */, + FABC33B3DCAE5C687D46162E09F68585 /* Support Files */, ); - name = RCTRequired; - path = "../../node_modules/react-native/Libraries/RCTRequired"; + name = "react-native-orientation-locker"; + path = "../../node_modules/react-native-orientation-locker"; sourceTree = ""; }; - C83BB51A4C5C1F0626FAE03E3CEEC443 /* Support Files */ = { + BD62BB88BAFD525AE7E898BBB5BCA27B /* Support Files */ = { isa = PBXGroup; children = ( - AF39C018E786D9F6836EFA77F75B03B0 /* RNGestureHandler.xcconfig */, - 830AF56F315F8A50F9306D7AEA6BA5A0 /* RNGestureHandler-dummy.m */, - C07530B4F269ADBA05EECFB6A50B01C7 /* RNGestureHandler-prefix.pch */, + 79915C4E2EB6C0B1E346BE2B093CC0C9 /* RSKImageCropper.xcconfig */, + 7F3A1CF3578311FCD5BB2B8C51729FDB /* RSKImageCropper-dummy.m */, + A00FA0A24655CB8F5AB8B70AE509BB18 /* RSKImageCropper-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNGestureHandler"; + path = "../Target Support Files/RSKImageCropper"; sourceTree = ""; }; - C8F11AAAA96B9CC068B94877A8E123C2 /* Support Files */ = { + BE05CA7ABFB3EA55C07E554A50D89C73 /* Services */ = { isa = PBXGroup; children = ( - F51FA515F51DC12B832E1BB26AFEE615 /* RNFastImage.xcconfig */, - A9EFB81B9B04131915F1C2AB3FB28A89 /* RNFastImage-dummy.m */, - 2A9E7421477DCACE7A8C81336831F922 /* RNFastImage-prefix.pch */, + 8648B9C836C15BD4F95DBE953307BE59 /* UMReactFontManager.h */, + A7A3F93009F5C4B541284A373C6C8B5A /* UMReactFontManager.m */, + EFC4EDA6C0C5156BEB199765F0D7F162 /* UMReactLogHandler.h */, + 67E154936155C08F92F5CA8B3529FDF0 /* UMReactLogHandler.m */, + 4B90B45428596392B758EBB8172173C2 /* UMReactNativeAdapter.h */, + 0AE3F020CCF5349A5E74731A533AC3A5 /* UMReactNativeAdapter.m */, + E004B0F0A38C5ECB4EC9C44607962B40 /* UMReactNativeEventEmitter.h */, + C915CE4C5E850639992421BBA978984E /* UMReactNativeEventEmitter.m */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNFastImage"; + name = Services; + path = UMReactNativeAdapter/Services; sourceTree = ""; }; - C95044D163224FB7B2D29D9BBD22D54F /* auth */ = { + BEBE8D03D21A0955172F39E027A66138 /* Drivers */ = { isa = PBXGroup; children = ( - 2FC0C9D532E9C6C201BF0E3DB8889D1E /* RNFirebaseAuth.h */, - D5D8BF36BBA4C1D225ADBCB92F70D377 /* RNFirebaseAuth.m */, + CC54D90115AE3980D90920A76CC33A3B /* RCTAnimationDriver.h */, + ADEC67C2CCDE6DB26D8E0AB6E15E78B0 /* RCTDecayAnimation.h */, + 1939F7B6A9B5EAE0A54DEB9EE153EADC /* RCTEventAnimation.h */, + 9080FD4A5DF9FCC85CF16DC16AEBE022 /* RCTFrameAnimation.h */, + 858F57F74E0AC2BB2AFA035AE21275BA /* RCTSpringAnimation.h */, ); - name = auth; - path = RNFirebase/auth; + name = Drivers; + path = Libraries/NativeAnimation/Drivers; sourceTree = ""; }; - C9970E12FF04D74B1F55F9CAA68E3493 /* Multiline */ = { + BECC0D98EABF990ACD682B871E95019E /* react-native-keyboard-tracking-view */ = { isa = PBXGroup; children = ( - BB17D0FA68590C768131CDD648E3B28F /* RCTMultilineTextInputView.m */, - 38EDBF06AF5D45BA630D94967F3847F9 /* RCTMultilineTextInputViewManager.m */, - 05FCFFD4B48507781C364A74B43C5513 /* RCTUITextView.m */, + 07BB0BC0862B3F52AA1F1D2EF8400E41 /* KeyboardTrackingViewManager.h */, + 551C4E17EB7E93FF7EAD018EEBBBE162 /* KeyboardTrackingViewManager.m */, + B07EAD9D7D7567672292BBFF00972542 /* ObservingInputAccessoryView.h */, + 0B48FE90950FBE9D03598F7ED94A8579 /* ObservingInputAccessoryView.m */, + DA806E23EF7BF0703730663A39D90E5F /* UIResponder+FirstResponder.h */, + CB88591B689B15F32DB8F6DA910E1845 /* UIResponder+FirstResponder.m */, + E6794ACEBC5051EC2263C8FB8189E27F /* Pod */, + E83BA8AEDF0F1A179E8605777EC7208D /* Support Files */, ); - name = Multiline; - path = Multiline; + name = "react-native-keyboard-tracking-view"; + path = "../../node_modules/react-native-keyboard-tracking-view"; sourceTree = ""; }; - CB1BA38F2C9578C7CF003783413411E0 /* Support Files */ = { + C3B3E03F97E7B7DD122588722348B7F9 /* Pod */ = { isa = PBXGroup; children = ( - 8DE0057074727BB63E71523783937DDA /* RNScreens.xcconfig */, - ADF8B9050760D48734FC125B99261BD8 /* RNScreens-dummy.m */, - 395148D93E2B9C1643362828B6FD61BF /* RNScreens-prefix.pch */, + 3482CBFA3D85576FFEB8AC575C1468C7 /* README.md */, + 5C0A244BB6D03816A12C9643F95C5777 /* RNRootView.podspec */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNScreens"; + name = Pod; sourceTree = ""; }; - CC09E3B72508C90718C9662C8962F1DF /* Support Files */ = { + C3F9A737E2DCEF0336D9F731C647C48C /* RCTAnimationHeaders */ = { isa = PBXGroup; children = ( - 2C205B7A74A0AB9C207AE1508245D074 /* KeyCommands.xcconfig */, - A28A034B37E3894E001E593CCF4B8F7F /* KeyCommands-dummy.m */, - B17C7E16E8031D7D40F3DCDF43F5ED78 /* KeyCommands-prefix.pch */, + A5D2B29920AA7C36258802B49B49806D /* RCTAnimationUtils.h */, + E7B3CD7D9E23BB664217C58C5B2DDFE2 /* RCTNativeAnimatedModule.h */, + DBD854995D38FE5CC19A6220E243CBD9 /* RCTNativeAnimatedNodesManager.h */, + BEBE8D03D21A0955172F39E027A66138 /* Drivers */, + 758A1A076CBC221F51E314EDDB084E66 /* Nodes */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/KeyCommands"; + name = RCTAnimationHeaders; sourceTree = ""; }; - CC579B8048BC4E2C64399A7F7A53B947 /* Support Files */ = { + C43AA1D2F463FC8F8940D5C4F4131234 /* Support Files */ = { isa = PBXGroup; children = ( - DA8EB2DA73BFD56C23B5DC7CB6589818 /* UMTaskManagerInterface.xcconfig */, + 28CDC08B6B4BBC47ED4C4C5B83A9988C /* react-native-webview.xcconfig */, + 9C012FB7B0BC76B0C6B7C8D565A27D68 /* react-native-webview-dummy.m */, + 70DAB6D4DA6CB63FD51D125B58C02414 /* react-native-webview-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMTaskManagerInterface"; + path = "../../ios/Pods/Target Support Files/react-native-webview"; sourceTree = ""; }; - CC583EFE5283C7164314354B5A43C10C /* RCTTextHeaders */ = { + C479A163E6F60AD0952EFACA20AFD029 /* DevSupport */ = { isa = PBXGroup; children = ( - 01CC0BBE05E7B9EC4B01DE322B643788 /* RCTConvert+Text.h */, - E940B5684FFB75BB4E0F7C1C0F977AE9 /* RCTTextAttributes.h */, - F8F7A0DD990C7E03FE7A9DDDF4270BEA /* RCTTextTransform.h */, - 6DEA47CFA36D0E64C0514FC874FF82E8 /* BaseText */, - 9EED64CB42CE38BDE1EC961EFFD7A625 /* RawText */, - B9C99CE4196F5268BA159049DAE7767C /* Text */, - 3734B1E1A03A6E3D9D4072D052C6E4C7 /* TextInput */, - CF1A79E23644FCFF125EEF41664C902E /* VirtualText */, + 6A0DA87BC28CD0B6157283C26879B064 /* DevSupport */, + 519EAB38AD0198ACC2FF9345124D9C18 /* Inspector */, ); - name = RCTTextHeaders; + name = DevSupport; sourceTree = ""; }; - CCA314DA7C35C9EBDE46F0B1B0D15BE7 /* Profiler */ = { + C4C680B6620077A69F3A9FA9B4724F78 /* UMConstantsInterface */ = { isa = PBXGroup; children = ( - 480C7F0AD63AE53BAADBB244FB3BA2C8 /* RCTFPSGraph.h */, - 3F8A98A02A26880750CA56A0D2ABCAA5 /* RCTFPSGraph.m */, - FC4A0D27C6545662E3B81C145DA8A089 /* RCTMacros.h */, - 1D8BA97140AE06B5EB188C23F496DAC5 /* RCTPerfMonitor.m */, - 37642C07E13F5B2E1648F47694282C66 /* RCTProfile.h */, - B2FA8421DE1DEDCF3392633FC2132D08 /* RCTProfile.m */, - 61228DF74F156D1175EDE0AD10B6F6D0 /* RCTProfileTrampoline-arm.S */, - 78DF122FAE9155F1789FF93EB08E29D3 /* RCTProfileTrampoline-arm64.S */, - 2449974BE181B377D0C240D8390AB059 /* RCTProfileTrampoline-i386.S */, - 5FA723E5DD551621013330060206D0C0 /* RCTProfileTrampoline-x86_64.S */, + 5D221ABF0773197F72042B933F72EFA3 /* UMConstantsInterface.h */, + 703223209256A3AD3C35EA8718E54D87 /* Pod */, + D30CA9076EB0C247AAD3E26158FEC671 /* Support Files */, ); - name = Profiler; - path = React/Profiler; + name = UMConstantsInterface; + path = "../../node_modules/unimodules-constants-interface/ios"; sourceTree = ""; }; - CE1217A5C2B26B5963B14B9CCFF79027 /* React-RCTSettings */ = { + C6EAA678CE34CC24B34CB5A710052FC0 /* boost-for-react-native */ = { isa = PBXGroup; children = ( - BBADA1A38C84E3264A0BB5E4BA3987FD /* RCTSettingsManager.m */, - F623BE9AD3C0F4D44F3BFED026A992D5 /* Pod */, - 15B2DEF5B543177A1F8E88577920856F /* Support Files */, + C9E9CA8F82E4F06733FA3FF55AFC1BA9 /* Support Files */, ); - name = "React-RCTSettings"; - path = "../../node_modules/react-native/Libraries/Settings"; + name = "boost-for-react-native"; + path = "boost-for-react-native"; sourceTree = ""; }; - CE5A7C1C1767C4084501D1FA0B1AA162 /* Pod */ = { + C6F58A381FB1BC7A3DEB0FB1D0C5345E /* FirebaseCoreDiagnostics */ = { isa = PBXGroup; children = ( - E06B45DFBC8D9A9A3F4EF84D22A7D2E0 /* KeyCommands.podspec */, - 196C167C6770AE08D4491114D1DAA101 /* README.md */, + 326F4393F9730A5FCBBD861903F4E98C /* FIRCoreDiagnostics.m */, + 5CD44221A26E3F51CDD22BABCB58B202 /* FIRCoreDiagnosticsDateFileStorage.h */, + 0B86658594281C1E99C699518F4B8838 /* FIRCoreDiagnosticsDateFileStorage.m */, + F7F1E72F15A3AF0C35DEF0C1A2BDD5F3 /* firebasecore.nanopb.c */, + A72FB0A1AC1D24670509A274650EA2F3 /* firebasecore.nanopb.h */, + D4E0275CBF7FAA8236649E00F1C8078C /* Support Files */, ); - name = Pod; + name = FirebaseCoreDiagnostics; + path = FirebaseCoreDiagnostics; sourceTree = ""; }; - CE6D789A1B323CF323AF90BE6F767989 /* Crashlytics */ = { + C74939F52009C40E18BE82A628AB68BA /* Handlers */ = { isa = PBXGroup; children = ( - CBACE4F4ACDF194FD0DD2FA653732F1A /* ANSCompatibility.h */, - 9960EE8F54017E8B9830F75E0C430DD3 /* Answers.h */, - C317A49DD8574706DDAEC12FF2A96952 /* CLSAttributes.h */, - 39785B326FEC039620379F33F7710111 /* CLSLogging.h */, - 9396F9D8BB053CC9BDFBBEBE99A1E8E1 /* CLSReport.h */, - 6C1E8D7E2C3DBFB59FD8C21BA737E9BA /* CLSStackFrame.h */, - 2718BA7539F8B21F39ECDAF498A4CAE6 /* Crashlytics.h */, - B0908F9A12F60C5E25784090BED1F32D /* Frameworks */, - B43BCE68FA18FCD4C43D95D92739361E /* Support Files */, + BADF8A407B32FB661517543C4601901D /* RNFlingHandler.h */, + 576A3C54BF9B2F039E680D2B94139C6E /* RNFlingHandler.m */, + DD64EA045883AD0A4E597F714F32B30E /* RNForceTouchHandler.h */, + 2CCE0A0312367F91E8898886D48805D2 /* RNForceTouchHandler.m */, + C73766F708C9C34B377D7AE36CE2A4E2 /* RNLongPressHandler.h */, + EF4F651BD7B0A9243D1AE528F276FE3E /* RNLongPressHandler.m */, + 0A60B62926F6005BFF390DC4D2797C72 /* RNNativeViewHandler.h */, + 4B463DBFE41C24BF5FCE50CF65E6A3DC /* RNNativeViewHandler.m */, + 66D05EBAD11E8517ED4B7F16934E3577 /* RNPanHandler.h */, + A8D76E43186948D347E816B807616C51 /* RNPanHandler.m */, + 08558881FB7059A61C52EBC5A08E176F /* RNPinchHandler.h */, + 786B0356571432F408E5FB3F37CBA9FF /* RNPinchHandler.m */, + 8C44DD9431AE1E29AFDBA1C962ABDB2B /* RNRotationHandler.h */, + C6BBB9126F7034482276766B5771AB71 /* RNRotationHandler.m */, + C17BB0397F61A1876AEA6689322C7C09 /* RNTapHandler.h */, + 62E5EC542ED5433007F855277F236BD0 /* RNTapHandler.m */, ); - name = Crashlytics; - path = Crashlytics; + name = Handlers; + path = ios/Handlers; sourceTree = ""; }; - CE9008BF4732FA8A5C4EE84ED6DAF1E9 /* Support Files */ = { + C78784711C677018497E8D5457CAB129 /* Frameworks */ = { isa = PBXGroup; children = ( - 6AF98B0747ED34DFD0A3862E48662036 /* EXWebBrowser.xcconfig */, - E7437EA6478A24C24D52215A6D90499A /* EXWebBrowser-dummy.m */, - 7CB4793A821444E213CE6B98F917A785 /* EXWebBrowser-prefix.pch */, + 7A5466C3CC27EC54A45A65F3085F873B /* Crashlytics.framework */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXWebBrowser"; + name = Frameworks; sourceTree = ""; }; - CF1408CF629C7361332E53B88F7BD30C = { + C8E049F9E469297DA6F954975A6D7509 /* RNReanimated */ = { isa = PBXGroup; children = ( - 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, - 4C967A231944A988779E890E8F36F490 /* Development Pods */, - D89477F20FB1DE18A04690586D7808C4 /* Frameworks */, - 8BD73C731960B082C86AB1D8D4E7BC8B /* Pods */, - 953F339B4E7AFC99F859A3901749AEA6 /* Products */, - A5ADA69422B84A7580C82CAA5A9168D1 /* Targets Support Files */, + 6DA3AE16A57E70E50580A389DC412033 /* REAModule.h */, + 55B03B81844C54B2F42409680420ED0C /* REAModule.m */, + AE241FF3367B3DAC3C5D168BD7B35DF5 /* REANodesManager.h */, + EFA6FC05F95DBAF0B63C85E29EB10177 /* REANodesManager.m */, + DFC5F3E20D49A00049C4EA1140791DB3 /* Nodes */, + 7473A40A9F5073105C4E63C3F044284B /* Pod */, + 819F2D11E99072EF2C631F0AA2EB6FEC /* Support Files */, + FBE67F862C0D6AE06559619C16D86771 /* Transitioning */, ); + name = RNReanimated; + path = "../../node_modules/react-native-reanimated"; sourceTree = ""; }; - CF1A79E23644FCFF125EEF41664C902E /* VirtualText */ = { + C8EDF203E89523D43EEA266D0ADCAF54 /* Support Files */ = { isa = PBXGroup; children = ( - 25F7CC0BD291AA54BEAAA2F3F9C608CA /* RCTVirtualTextShadowView.h */, - CCD362B6E39B148604D92F8F930FB6F7 /* RCTVirtualTextViewManager.h */, + F4838FE647AA9468A2991304694C8C67 /* EXHaptics.xcconfig */, + 5B48917E09F92A52C67B660D9FA644D7 /* EXHaptics-dummy.m */, + DD7F410B1638478F621AE2F432707D6D /* EXHaptics-prefix.pch */, ); - name = VirtualText; - path = Libraries/Text/VirtualText; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXHaptics"; sourceTree = ""; }; - D0273CA4111C5C7910226AD37D026FE3 /* fabric */ = { + C914192CBFDB0B92300456ACAB52B0CF /* Support Files */ = { isa = PBXGroup; children = ( - 6EE74BB0BD888293ECC0E4B3D8411DD8 /* crashlytics */, + 32D2268A5D462DFB4C6F2459EAFDD6BB /* UMSensorsInterface.xcconfig */, ); - name = fabric; - path = RNFirebase/fabric; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMSensorsInterface"; sourceTree = ""; }; - D16FA2B1168F5B64671295831912A54F /* instanceid */ = { + C9704452309A6C6E9453E699009662FA /* Support Files */ = { isa = PBXGroup; children = ( - 5DAF9642653E02497FE3FBC8AFFE44BA /* RNFirebaseInstanceId.h */, - CFF97BB1B23AE439E3DFEF3C4BC94F3C /* RNFirebaseInstanceId.m */, + C8FA6653516966570CD5E109475D8D85 /* React-CoreModules.xcconfig */, + 544B62EA9E3FF7693056DAD8F825DABE /* React-CoreModules-dummy.m */, + 1E8B8C0C4A338088311A9CA4BDA0B991 /* React-CoreModules-prefix.pch */, ); - name = instanceid; - path = RNFirebase/instanceid; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-CoreModules"; sourceTree = ""; }; - D4D48E9B96EAC77D513F086C3777957D /* Support Files */ = { + C99C2E3FA044340CEDBD17A3AD8D547B /* RNUserDefaults */ = { isa = PBXGroup; children = ( - F864485EA92C114D2D9849292C5C0D37 /* EXFileSystem.xcconfig */, - A2511BC771C44E321061EAA907EA4251 /* EXFileSystem-dummy.m */, - E8CDD204C006A80E261D092B94C24CAD /* EXFileSystem-prefix.pch */, + 80F34AE6ABA12371F3A514C456D4F519 /* RNUserDefaults.h */, + 3C94089E22CE7D7B4F7A353EDD64A4CA /* RNUserDefaults.m */, + 015BEE905A62BB03C1649CEE99884ED7 /* Pod */, + 9E6756D40AD3A3AC58403F2EA7302C19 /* Support Files */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXFileSystem"; + name = RNUserDefaults; + path = "../../node_modules/rn-user-defaults"; sourceTree = ""; }; - D5418C0ADBC20C221DAC2565748BB25B /* Resources */ = { + C9E9CA8F82E4F06733FA3FF55AFC1BA9 /* Support Files */ = { isa = PBXGroup; children = ( - 2B0BFE57676A5D16FB11E7FD654EE50A /* de.lproj */, - EE4469F781740A81B073D2C069DA9B27 /* en.lproj */, - F92B62037AC75D89E9897DD968367D03 /* es.lproj */, - 7F382871D29FF65C4199214BF949CFE3 /* ja.lproj */, - 0B1D7876432442870E5B38CEED78B5DC /* QBImagePicker.storyboard */, - 3F56F86561C29CEABD8D97EE5CE37333 /* zh-Hans.lproj */, + D21357691A211111FCF423A64E04CAD4 /* boost-for-react-native.xcconfig */, ); - name = Resources; + name = "Support Files"; + path = "../Target Support Files/boost-for-react-native"; sourceTree = ""; }; - D5FED1CF8D0E153C18D09163076859B5 /* Services */ = { + CA20FA4AEAEE97BA455EDF183BEFE7B0 /* Support Files */ = { isa = PBXGroup; children = ( - 7E5F2BBDC30B736DA9977218A939DDFB /* UMReactFontManager.h */, - 4B9B972F02A83FB9C39C6328995BB239 /* UMReactFontManager.m */, - CDA954971585B6CFE05891C634FF3001 /* UMReactLogHandler.h */, - 08DC37D3505FE5A8B659B330618DECCE /* UMReactLogHandler.m */, - 790ACF3BCF8B68EFC80A6F46766C9E1E /* UMReactNativeAdapter.h */, - 1DAAAA5F8FB02B8D05E702CE1B45D869 /* UMReactNativeAdapter.m */, - 0E903095AA4C5BF2F8364395411E7F22 /* UMReactNativeEventEmitter.h */, - 96100409289FE290A0F3FAE38FB256BA /* UMReactNativeEventEmitter.m */, + 91B19BCC8E0A96C2AF91B1DC3DD55BD3 /* React-RCTAnimation.xcconfig */, + 952FA733AD9398172DBD62B726338DBC /* React-RCTAnimation-dummy.m */, + D9A3FD35B8F399B0E2DECE9E0CEF8482 /* React-RCTAnimation-prefix.pch */, ); - name = Services; - path = UMReactNativeAdapter/Services; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTAnimation"; sourceTree = ""; }; - D6AF5CDFE3D2A752498B6676B14AC0C4 /* RNFastImage */ = { + CA5494BF160B186F7BF1BFDC4466966C /* Pod */ = { isa = PBXGroup; children = ( - A0C40F92F4FF6539ED62ABE2B914D3EB /* FFFastImageSource.h */, - F56F89625EED968C185E2591B64915F9 /* FFFastImageSource.m */, - C6E5CD8A4CD5B4D1FC8BE598612D1A93 /* FFFastImageView.h */, - FDDF5D986D82EAAC84FB1A9444F7A91D /* FFFastImageView.m */, - AAD48B7D2D97595523BFAB5B4A9CEC9B /* FFFastImageViewManager.h */, - A4A4049922676E70F3C6EA2CC53E8DEA /* FFFastImageViewManager.m */, - C23EEE8E9BC09CE874A96F03F381652B /* RCTConvert+FFFastImage.h */, - 162EC4CF46C136C30582255C6E470113 /* RCTConvert+FFFastImage.m */, - 888A279B93463661589EA94AED056520 /* Pod */, - C8F11AAAA96B9CC068B94877A8E123C2 /* Support Files */, + 160DF05E77457A4C987EEF31129699D3 /* React.podspec */, ); - name = RNFastImage; - path = "../../node_modules/react-native-fast-image"; + name = Pod; sourceTree = ""; }; - D6B26720AF819709D47D41A20C29FE79 /* boost-for-react-native */ = { + CBE19EBA36FEAECFE1DFD7ABB0EB590F /* Support Files */ = { isa = PBXGroup; children = ( - 97B8AEEAE8F41519814840EB2E102DB7 /* Support Files */, + C906F0BE4914661A27CA98A44C69709D /* EXPermissions.xcconfig */, + 4D3642C76C7142649802EF585F7C52D8 /* EXPermissions-dummy.m */, + 398EE049FC6B737F72F29FC61E7A0601 /* EXPermissions-prefix.pch */, ); - name = "boost-for-react-native"; - path = "boost-for-react-native"; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXPermissions"; sourceTree = ""; }; - D7186AA465084043114A558B4719ACC7 /* SurfaceHostingView */ = { + CC18EE7C30BAED13297CCFDA783EFE0C /* Support Files */ = { isa = PBXGroup; children = ( - 87FAB9B3921C5491324C57EE24980194 /* RCTSurfaceHostingProxyRootView.h */, - 423EC0E5AC07AD813B539BE319DF7233 /* RCTSurfaceHostingProxyRootView.mm */, - 9FB7A012CD9E9C0D05D6C8C57BF389D3 /* RCTSurfaceHostingView.h */, - 6D615220F2C7CA1A6A445579FCB0CE5C /* RCTSurfaceHostingView.mm */, - 4728BB5D04C3FFB9A42F1273943CB58B /* RCTSurfaceSizeMeasureMode.h */, - 6A6D4FD132E7316535FDBC3FA0C2CCCC /* RCTSurfaceSizeMeasureMode.mm */, + B4D0C66DF0FB8536973108AC7E4F6636 /* RNFirebase.xcconfig */, + 87769C291A4B1E7C8702BFE93FFB588B /* RNFirebase-dummy.m */, + E56571BE4522845701F5646D92855270 /* RNFirebase-prefix.pch */, ); - name = SurfaceHostingView; - path = SurfaceHostingView; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/RNFirebase"; sourceTree = ""; }; - D82BB9E997281D822BF99905DA93B2F4 /* Firebase */ = { + CC3E020E2A111F736C42EBA6724713B8 /* RNFetchBlob */ = { isa = PBXGroup; children = ( - 5708B5DA29D8876C225B090105B988F1 /* CoreOnly */, - 0A4A68568F3351A7AAC24DC3C46B4C9F /* Support Files */, + EC3AF76A540E9FEEC0757B1E194BD55E /* RNFetchBlob.h */, + 89B33D4B3C5357A308EFE99B01D9DB5C /* RNFetchBlob.m */, ); - name = Firebase; - path = Firebase; + name = RNFetchBlob; + path = ios/RNFetchBlob; sourceTree = ""; }; - D89477F20FB1DE18A04690586D7808C4 /* Frameworks */ = { + CC3FFB52B22FAC988B7116B184588B2E /* Pod */ = { isa = PBXGroup; children = ( + 673E347DA8B734B7C816D2B8A6DC1B73 /* UMPermissionsInterface.podspec */, ); - name = Frameworks; + name = Pod; sourceTree = ""; }; - D8AF9571092750F97FC00173AE6A52AF /* demux */ = { + CC96679AA98B76E42E488C217AC0C210 /* Pod */ = { isa = PBXGroup; children = ( - 59A64223174653A390E391870F8CFCBC /* anim_decode.c */, - B523E283430B206BFABB777FB7EA77FC /* demux.c */, - 0FEB5FD7C2D6CF90A766E97373612019 /* demux.h */, + BF932DD413EE334E7D999B9AC00BC754 /* LICENSE */, + 703A1223A24D3DE36E05D002C1052883 /* README.md */, + 60B66FD3173CE2D9C8DDC3BBDEA29F89 /* RNImageCropPicker.podspec */, ); - name = demux; + name = Pod; sourceTree = ""; }; - D938C45C82EA8E9B617021C5EE67C13D /* RNBootSplash */ = { + CDF2A90750537C68D0497696D0B47435 /* internal */ = { isa = PBXGroup; children = ( - EB4E9C9AF7D57A9A1B0EF6D1FFB2C377 /* RNBootSplash.h */, - 57670125CA1E6017AE33FD9BCD08ADBC /* RNBootSplash.m */, - E9525F3F88FDA92827B0DD4B5CE7E803 /* Pod */, - 67E541B2270DED38A161E108BD7B1D45 /* Support Files */, + 3DB7D908BC246E9CEF24903471EDFFE4 /* experiments.cpp */, + 94606D3881606D2E4B349880A5E20253 /* experiments.h */, + BA484BE2D968B51B86CB86188515DDB5 /* experiments-inl.h */, ); - name = RNBootSplash; - path = "../../node_modules/react-native-bootsplash"; + name = internal; + path = yoga/internal; sourceTree = ""; }; - D95A25CE349BA20A7F6E6D9406B2D502 /* Resources */ = { + CE01AE0AEB95B7268A75EB7D78F30BA6 /* Support Files */ = { isa = PBXGroup; children = ( - 7249C46C18812BEB1380B79FE15AA003 /* RSKImageCropperStrings.bundle */, + 314047BB0B970D4EBAD862DE50898BF6 /* react-native-document-picker.xcconfig */, + 8C28AE6EE2A7481C0B38297CAD41AD83 /* react-native-document-picker-dummy.m */, + CE5AB6C8A238F8EB2918F0E7FA1C2938 /* react-native-document-picker-prefix.pch */, ); - name = Resources; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-document-picker"; sourceTree = ""; }; - DADB2FA37430407EE3A8BDE1D953DBFA /* UMFileSystemInterface */ = { + CE6B48E2400CBAFCAC879796CCBDB204 /* Support Files */ = { isa = PBXGroup; children = ( - 1A1285555A3587124C4DDBE046F5F2D5 /* UMFilePermissionModuleInterface.h */, - 78123378048A3D13658C51C48001E983 /* UMFileSystemInterface.h */, - 19D611FF406673133EA9F0113EE7DBD6 /* Pod */, - C4725DB7995C9A3FA5253B7DBA0B2DB8 /* Support Files */, + 2E7C00BA69A1BF912A5E0A5119A9DCA0 /* react-native-notifications.xcconfig */, + 239227450F1F8CBF02753D7FF58066D8 /* react-native-notifications-dummy.m */, + 7CDC85108B0461CF3918EE3BA7A0DEB2 /* react-native-notifications-prefix.pch */, ); - name = UMFileSystemInterface; - path = "../../node_modules/unimodules-file-system-interface/ios"; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-notifications"; sourceTree = ""; }; - DB280F7CD7B89AAE2941A99FFBF8DD79 /* Support Files */ = { + CEB97193EFC32D087D832BADA04E1AFD /* Fabric */ = { isa = PBXGroup; children = ( - 005BFE8D450B842344F1001F99C8B120 /* Fabric.xcconfig */, + D0BBB1D952E11B5F023EB0D3FD91C887 /* FABAttributes.h */, + B77199EB723C7E6DB6B57BD7FE8D82AE /* Fabric.h */, + 5D9EC42F0961A55DCDCD0744E2F448CB /* Frameworks */, + 980CB63D38BFD9A5C4593515A9DFFD9B /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/Fabric"; + name = Fabric; + path = Fabric; sourceTree = ""; }; - DB69435384378DE289AFF9AB4D220F08 /* Support Files */ = { + CEC31E1C581AC5DFC3EA1D7BE9F0AA32 /* event */ = { isa = PBXGroup; children = ( - E81970828E92A3182AA768444B8BA6A2 /* Yoga.xcconfig */, - 502DE54EBFE56A7C91369E29E2ABC6D6 /* Yoga-dummy.m */, - 176C74394801B5B1EC4D1574E532F233 /* Yoga-prefix.pch */, + 408F22F3F444319857776C2C7864AF7A /* event.cpp */, + 95002A3B0A2E1A89A06DB758C12DCFC3 /* event.h */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/Yoga"; + name = event; + path = yoga/event; sourceTree = ""; }; - DC1827021F76C9872244B03823E0E691 /* Support Files */ = { + CF1408CF629C7361332E53B88F7BD30C = { isa = PBXGroup; children = ( - C621B9C91DFC3AC95A602152374F1F18 /* UMFontInterface.xcconfig */, + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, + 5B1620C7655D06B68305718F7E49F05F /* Development Pods */, + D89477F20FB1DE18A04690586D7808C4 /* Frameworks */, + F3CF337684CF232BC0A534A0C924468A /* Pods */, + 061A2EAA9975DC819040E39B4127A4AA /* Products */, + A5ADA69422B84A7580C82CAA5A9168D1 /* Targets Support Files */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMFontInterface"; sourceTree = ""; }; - DCB2F816E17F6A616B9BF2902ACA7BA3 /* UMModuleRegistry */ = { + CF1924AEBEC8AB75C152C1CE2E778A50 /* rn-fetch-blob */ = { isa = PBXGroup; children = ( - FA96A56A58A74763976C063C6445660E /* UMModuleRegistry.h */, - 307016C51C55E3847A5DC9C3EED1B3E0 /* UMModuleRegistry.m */, - 55ABB3885D7BB516CB39EE66F5B334B6 /* UMModuleRegistryDelegate.h */, + 59600445D29019B4CCD9DB295FA77D45 /* IOS7Polyfill.h */, + FA9F87D3F74668A90265E7ED0F1AF4E1 /* RNFetchBlobConst.h */, + 302504B5F4CBE43404E02F9264F9C6BF /* RNFetchBlobConst.m */, + 6D15D28FF47C2931493135B573C3C6A6 /* RNFetchBlobFS.h */, + 87D78B3652AEEB759EDAC023ECDC4296 /* RNFetchBlobFS.m */, + 0B3B1522AF71F1928759D062C6264FFA /* RNFetchBlobNetwork.h */, + EF2E9C0AB9A9570651210E25D28D6B8D /* RNFetchBlobNetwork.m */, + 17A45AB7007FE9A17DBCAB986A38929C /* RNFetchBlobProgress.h */, + 558F3A1F827E2A4227105B723DC14BC1 /* RNFetchBlobProgress.m */, + 06A091CBC32EF17A8EEE1A0C5F34273A /* RNFetchBlobReqBuilder.h */, + A2D800D10618A0144F1DD5864B687C20 /* RNFetchBlobReqBuilder.m */, + 1D589DABDEA669C1310CAE687D4DC0B9 /* RNFetchBlobRequest.h */, + 84C123446557587F2421C8A680B0D6AC /* RNFetchBlobRequest.m */, + 736D58E451CBDD179DEE9B76F870CB30 /* Pod */, + CC3E020E2A111F736C42EBA6724713B8 /* RNFetchBlob */, + 7B9E288F290B9AA92F2A2FB4AE6796C4 /* Support Files */, ); - name = UMModuleRegistry; - path = UMCore/UMModuleRegistry; + name = "rn-fetch-blob"; + path = "../../node_modules/rn-fetch-blob"; sourceTree = ""; }; - DD3E92D775DFFCB73EEAE5842C177C91 /* Pod */ = { + D01A22F330DDBDA8AB77019ABC8D7433 /* Pod */ = { isa = PBXGroup; children = ( - 38C51962B1270E1C6262D46DE50EAD1F /* android_date.png */, - FA9174A1CA1D786194A7B49BD2568E57 /* android_time.png */, - 04F3BD257710E7A9B34A01ADD7CC1583 /* ios_date.png */, - 8E27717EA2110B65E72D67C856BF4EAD /* ios_time.png */, - FC3C1E7E8700C721C8DD42D601FC49CE /* LICENSE.md */, - 9909DF2F3D61B64F6534BD4F3B98A7C8 /* README.md */, - 7D7A1D287D3A72046B0613D155243461 /* RNDateTimePicker.podspec */, + 86D700CF934ACFA38C20D4DD15D3CE0B /* React-RCTActionSheet.podspec */, ); name = Pod; sourceTree = ""; }; - DD3EA029EC7383CA893EF3CB97B68F59 /* Pods-RocketChatRN */ = { + D1AC7109775817988C64F33B368F286A /* auth */ = { isa = PBXGroup; children = ( - 343CB5CAE5DB1DC31FE3E8AA6F13485D /* Pods-RocketChatRN-acknowledgements.markdown */, - 82BA2E6A5BD7AF8E90A46BA46468DB13 /* Pods-RocketChatRN-acknowledgements.plist */, - 9A03EB9B87FF49512AC6907C1B9AA221 /* Pods-RocketChatRN-dummy.m */, - FA2193D233F784FDA8D14E5ED56629C0 /* Pods-RocketChatRN-frameworks.sh */, - 6A9B97E8CE94081CD64AB0B4FC540CC4 /* Pods-RocketChatRN-resources.sh */, - B5D32CE02F68EE345F9101FFAF7E3476 /* Pods-RocketChatRN.debug.xcconfig */, - A9916A69A97251C8AA9535F6F70AE9DB /* Pods-RocketChatRN.release.xcconfig */, + 889593AB6526E061881B81EA8AA9CCD8 /* RNFirebaseAuth.h */, + 5A17509973FD1326B45C36373AF7A1B8 /* RNFirebaseAuth.m */, ); - name = "Pods-RocketChatRN"; - path = "Target Support Files/Pods-RocketChatRN"; + name = auth; + path = RNFirebase/auth; sourceTree = ""; }; - DE5FCEE8D510BB5A2787AB7B3B10044C /* EXHaptics */ = { + D2167EC888FD075D6C0ABAA2519743B2 /* Pod */ = { isa = PBXGroup; children = ( - 39EAB7480CFB712BA6CFDDE04FCDD1BD /* EXHapticsModule.h */, - 4D715A8548772EB114AB26449BDA4C71 /* EXHapticsModule.m */, - B48188539489DB82318B3BE3AF47EF42 /* Pod */, - 25090587E4D53F6C76AE7B33CF4AC0DC /* Support Files */, + A402911B73162EAE51DC95CAB1B185BF /* api.md */, + 441753624243B270BFBEB0C27AD71C50 /* LICENSE */, + 6EC70138252E920596D101E1B2FB4A2E /* ReactNativeART.podspec */, + 015A05353455D1AA8609015B06590519 /* README.md */, ); - name = EXHaptics; - path = "../../node_modules/expo-haptics/ios"; + name = Pod; sourceTree = ""; }; - DEF2B919A2FCD8C99D8762893C54EBD4 /* converters */ = { + D30CA9076EB0C247AAD3E26158FEC671 /* Support Files */ = { isa = PBXGroup; children = ( - F3AD8348FC39C7081E15336B1910AB48 /* RCTConvert+UIBackgroundFetchResult.h */, - 41E53384E5C027561E1AD8D5125E873A /* RCTConvert+UIBackgroundFetchResult.m */, + 785B97657BD4FDDF174BDB148FC496E9 /* UMConstantsInterface.xcconfig */, ); - name = converters; - path = RNFirebase/converters; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMConstantsInterface"; sourceTree = ""; }; - E0D54EEA34BCC38CB041C7EA534F04FC /* SDWebImage */ = { + D3EA17DE2C5FB41C16F2158CC4CECD3C /* Support Files */ = { isa = PBXGroup; children = ( - E310CC949E29DA121F164F804E4B5C33 /* Core */, - 3F11EBA90E912A79808384BC5B4F4631 /* Support Files */, + C569548911D21A9C02AB7628D7CB4D4D /* React-Core.xcconfig */, + E89C137986FEDF89532201F6C541E8BA /* React-Core-dummy.m */, + DC2AF7312D0A77B9489C9B878F6899E1 /* React-Core-prefix.pch */, ); - name = SDWebImage; - path = SDWebImage; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/React-Core"; sourceTree = ""; }; - E14C6D30E65F45DC62389083EA382D06 /* CxxUtils */ = { + D4177EB5DF2D53FE85EDD1484E87E43E /* Video */ = { isa = PBXGroup; children = ( - 170D036004394EE672A8455FE08C3DE0 /* RCTFollyConvert.h */, - 1568D0F0FE7DAB0A5E0AFEE2529674D2 /* RCTFollyConvert.mm */, + 55F154F7B21FADAAE48D8A5EF90D8771 /* RCTVideo.h */, + 29C330A7AC446512DCA73AE8F317A6BA /* RCTVideo.m */, + 39F41E2631CD47BEEE466A1AA7D8B992 /* RCTVideoManager.h */, + 32AFA2D3EFECF32CC9AADB24226A3B73 /* RCTVideoManager.m */, + CC91BDE7051E43EAEACD33F3C2D0E4E1 /* RCTVideoPlayerViewController.h */, + B5F480CF72190A5432EC0591BE01C139 /* RCTVideoPlayerViewController.m */, + 6F60AAAB9F2D287AAB07027D4D88BDC9 /* RCTVideoPlayerViewControllerDelegate.h */, + 1E32D2C37782B12BE3B10FE71504A987 /* UIView+FindUIViewController.h */, + 7B3BFD28DAF8B6FAEB60A962321E432B /* UIView+FindUIViewController.m */, ); - name = CxxUtils; - path = React/CxxUtils; + name = Video; sourceTree = ""; }; - E1F69EE14282520ED77F63A538344A48 /* Support Files */ = { + D45AB61AC1D622576A871D7C8E66925D /* Support Files */ = { isa = PBXGroup; children = ( - D2D2CC61D069AF2835D136FF76F76DBD /* react-native-video.xcconfig */, - 4CAF385925DDFD79AA69EFCDABBA7549 /* react-native-video-dummy.m */, - 2191958AAC8997818B01CEC6D5CF61E6 /* react-native-video-prefix.pch */, + 4FD55DCA0DD250489F0D0FD30F73B3AB /* KeyCommands.xcconfig */, + CA7950AA6238AB2B349BFC5CE37C26B8 /* KeyCommands-dummy.m */, + 0B467C86E865C0249EDDBA89932DC785 /* KeyCommands-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-video"; + path = "../../ios/Pods/Target Support Files/KeyCommands"; sourceTree = ""; }; - E2F854AB403D2690BC0A89BCAE10AEA2 /* Support Files */ = { + D4E0275CBF7FAA8236649E00F1C8078C /* Support Files */ = { isa = PBXGroup; children = ( - 57E1D86219A443E8E0586479D79745B5 /* React-RCTAnimation.xcconfig */, - 9CE4BD53FC79A0904B5EA630ECE7E831 /* React-RCTAnimation-dummy.m */, - CCD7AE6E3B5B61B04EB51A9D61F87759 /* React-RCTAnimation-prefix.pch */, + 8B43F094AB5E433A936FF4B4F031A70D /* FirebaseCoreDiagnostics.xcconfig */, + 549CC56FC99AAB064C41404A60ACDCA7 /* FirebaseCoreDiagnostics-dummy.m */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTAnimation"; - sourceTree = ""; - }; - E310CC949E29DA121F164F804E4B5C33 /* Core */ = { - isa = PBXGroup; - children = ( - FB0495E0AE91CE73E0349235CDF0E64D /* NSBezierPath+RoundedCorners.h */, - D7FF715220131E7D8A8DB6FA9A1574E6 /* NSBezierPath+RoundedCorners.m */, - A8BE42D13BD23F939284FB37B4692663 /* NSButton+WebCache.h */, - 4451BC0E9BF66D37E3D3B77242CFA4C7 /* NSButton+WebCache.m */, - 1E99FE2AC919270F659BD0546476213B /* NSData+ImageContentType.h */, - EF594034BCE978C5C293994FCD6EC5C1 /* NSData+ImageContentType.m */, - 025B1FCF58AAB212E448A0BBD58CBBE5 /* NSImage+Compatibility.h */, - E56D8FAFA027A4F6F1689695B4FB126D /* NSImage+Compatibility.m */, - 7777D1206CF772174961C6A8960477F4 /* SDAnimatedImage.h */, - E8DFCD1D31D8CAA87143E066DADEA60F /* SDAnimatedImage.m */, - C77FC6CC194114E0452237893FC64900 /* SDAnimatedImageRep.h */, - 01089515CF71EEDA6B00D630FC8A9EF0 /* SDAnimatedImageRep.m */, - 26A258F41EF97F643AA8D63B40A4B767 /* SDAnimatedImageView.h */, - A63056ABA542F8B04DEFA67C19269FD7 /* SDAnimatedImageView.m */, - 47C44D06FD9B95D8A96A2C5C12FAE325 /* SDAnimatedImageView+WebCache.h */, - 594F6298D5A3FF425E7667904063669C /* SDAnimatedImageView+WebCache.m */, - D49C860391A2659769FF7954DF6C5EE4 /* SDAsyncBlockOperation.h */, - 18261C8AF3E287C1D6F0EB3441F95FC9 /* SDAsyncBlockOperation.m */, - 4A83591A75AC4846C710B4A008E65FDE /* SDDiskCache.h */, - A31E924DD38BACC61AAD1BF23479095F /* SDDiskCache.m */, - 232EB188EB76A659B22869443AD45191 /* SDImageAPNGCoder.h */, - 90C48EF77B7E63248AD939425395455D /* SDImageAPNGCoder.m */, - 3801B81BBEE14EF6AA1665A2C3D44BFF /* SDImageAPNGCoderInternal.h */, - F41B48A54F45CFBF9E54AF1B29CFFEBC /* SDImageAssetManager.h */, - B2C53771D976818BB03D0EEEDA1AE8F5 /* SDImageAssetManager.m */, - 84997290FB077D9DCEA80D70AB04A5A3 /* SDImageCache.h */, - 0DA548026BC294C38F90EBF3902F9658 /* SDImageCache.m */, - 747D5203AAA3363BF08A72C7CC1D8BE6 /* SDImageCacheConfig.h */, - 4F63A055CD72438EAB3EF61B0C5D6FA2 /* SDImageCacheConfig.m */, - 390B144A1D5533DDC72A1108DB65D532 /* SDImageCacheDefine.h */, - 24E4821FEAA0EEB382ED9211E1D198AB /* SDImageCacheDefine.m */, - 5D0BA49BECBA977EE96145FF5714A5F3 /* SDImageCachesManager.h */, - 967A3406E51C49B6293A74B85877134D /* SDImageCachesManager.m */, - 9D7EF407D151CF5312080E9FA6756C80 /* SDImageCachesManagerOperation.h */, - F75C0D1FAAF7B656AF0832A802DC84B7 /* SDImageCachesManagerOperation.m */, - AF947193A9EB226E277E245ACEC85A9B /* SDImageCoder.h */, - 5A292FE32EE560887C37DE2FE0FDE458 /* SDImageCoder.m */, - 43E58FFC4E5E4E52B5906224506D529A /* SDImageCoderHelper.h */, - 589518191FC005CA3EF3ED96614FF89B /* SDImageCoderHelper.m */, - 482ACC798103958CB652E9953D9FFBD8 /* SDImageCodersManager.h */, - 346983F78C1180338E821BF043913B34 /* SDImageCodersManager.m */, - E17D9CD11230D3D992C8F76282A0A784 /* SDImageFrame.h */, - 93DAB7840FDA3104820FF0CF8863F7DE /* SDImageFrame.m */, - 30AE0909BB6303673387EBBDB546C90F /* SDImageGIFCoder.h */, - 3B4D048FC2E4AB388AE85B12DB498818 /* SDImageGIFCoder.m */, - 673DBB2243E639BDD8C7E82236BD7565 /* SDImageGIFCoderInternal.h */, - CD15F4681414F78344B9C9D8C3AB00F5 /* SDImageGraphics.h */, - 715D0CBC1A0CC82FBCC264DFF0172A1A /* SDImageGraphics.m */, - CE127EA34762A583D20B27A3FB183A94 /* SDImageIOCoder.h */, - 2CBBE1967FD8645B907167A3031D4271 /* SDImageIOCoder.m */, - 9CAC7EA2FF06F7DE244FC10132CC8048 /* SDImageLoader.h */, - 2EF44213FD3223B12AFA1C7C0BB356C6 /* SDImageLoader.m */, - B25C2F7013DB491EBA70CD15C766277D /* SDImageLoadersManager.h */, - 6C5A87B30661873B69238B2AE7889984 /* SDImageLoadersManager.m */, - A6C1D029A172D167AB0F40D48A9B96E6 /* SDImageTransformer.h */, - 70B3649809C89A08C43C4F43E9E65BDE /* SDImageTransformer.m */, - A03FA4EB2CE9EC8037E4630CA27DF39C /* SDInternalMacros.h */, - 3D0FBB00E8E2A118FAE70AF21ABD4769 /* SDInternalMacros.m */, - 60D1D312623E33B7A38749C5DFA66DA8 /* SDMemoryCache.h */, - 25DA1555851CD85592046C2B2AEAC27E /* SDMemoryCache.m */, - BC3CA05BDD3A8EE50282E2430A68C27E /* SDmetamacros.h */, - 5C45038DEE219BD064B99157EBC2D912 /* SDWeakProxy.h */, - E3771A8388208707E9CA9FD7D62B2D46 /* SDWeakProxy.m */, - 9862C34992FF29306C3F5016A8D025A7 /* SDWebImage.h */, - 031D10D05273D16F9FF1CC69D89F4737 /* SDWebImageCacheKeyFilter.h */, - 4F315153651D6B1F113F407C010B3623 /* SDWebImageCacheKeyFilter.m */, - 2B26AD7CA3529E84BB0792DB6416F749 /* SDWebImageCacheSerializer.h */, - 173C4589E341A31CDC9E01A41673AA33 /* SDWebImageCacheSerializer.m */, - 0ADA5FFE88BEEFE75087544EF53976CB /* SDWebImageCompat.h */, - 261691467F899D94E6BF0F490C2F7865 /* SDWebImageCompat.m */, - F18BC7129E99CEC847457ABA17B4733D /* SDWebImageDefine.h */, - 54711596EE065CCA239EFE8201F0E41B /* SDWebImageDefine.m */, - A41275DF7893002BD1FF5EED78AA3484 /* SDWebImageDownloader.h */, - 30EC76B688A264B41901746A6D78F349 /* SDWebImageDownloader.m */, - CA88B9B65AD40CD861AC231539FD195C /* SDWebImageDownloaderConfig.h */, - 815A9BAC42A50A2468F2DD062571EA0A /* SDWebImageDownloaderConfig.m */, - BA223DECA69811D9F3E045529450CE31 /* SDWebImageDownloaderOperation.h */, - 7564A1F13E29A4E11BFF153723BDDB4C /* SDWebImageDownloaderOperation.m */, - 05C06B6406205BCFD668DE5D8F54A96E /* SDWebImageDownloaderRequestModifier.h */, - 78E35F84003A303C89B2EF6D71A90F37 /* SDWebImageDownloaderRequestModifier.m */, - E398D8F3A65FEB22072B0B2C2AB7EE26 /* SDWebImageError.h */, - 2D07BFCFE57A9975D3A834AE06D565CF /* SDWebImageError.m */, - CFDDE8E0E29C88DDA0C9E8798860D878 /* SDWebImageIndicator.h */, - 37E8DA90D50373FC7B795EC5347DAD49 /* SDWebImageIndicator.m */, - AD153637D0F88F7863503888BF426FF7 /* SDWebImageManager.h */, - EE45E5F8AE599ADB186A35959088179E /* SDWebImageManager.m */, - 3DC1F89988A3C8BAEFFD0B0C2A1BE306 /* SDWebImageOperation.h */, - A1191B3579F77F069B1C7353C4447B7B /* SDWebImageOptionsProcessor.h */, - 037FB23BB574BE0B3C39E431D92A9646 /* SDWebImageOptionsProcessor.m */, - 04697D895FC603B0AE96D229B1C98A02 /* SDWebImagePrefetcher.h */, - 3BC490D0235B782BE1CAEF0FBE717F7D /* SDWebImagePrefetcher.m */, - 8DED07EB4AAC59C266370F90AE190D7D /* SDWebImageTransition.h */, - C6A40CA1158D96459D53467F05719CBA /* SDWebImageTransition.m */, - FC772577BFF47AC4AEBD355A0353ED3B /* UIButton+WebCache.h */, - 31AE6AB1498B353FDC643E095E7A39C7 /* UIButton+WebCache.m */, - 67EBB5CDE086D176F33FD00BE1BCD398 /* UIColor+HexString.h */, - BA43E7F5AF362BC38B9C816146ADF628 /* UIColor+HexString.m */, - 02914C56F64CA92183E30842641FBE0B /* UIImage+ForceDecode.h */, - FDED1EC33E807284337CE718720B8F32 /* UIImage+ForceDecode.m */, - 5D6987D722A6047F50A05C5C98BB4D26 /* UIImage+GIF.h */, - D9F83F5667A9B217830748AE33EE67B5 /* UIImage+GIF.m */, - CFA779673BE0BE8DEBBDDDBEDB1F3213 /* UIImage+MemoryCacheCost.h */, - 881A995EC3D900DB72C4272B69CC47AA /* UIImage+MemoryCacheCost.m */, - 33380985DCC39CF44A1E64982DA162DC /* UIImage+Metadata.h */, - 98887068BA56367FD1372084B2F3B93D /* UIImage+Metadata.m */, - 7B677BD8E1DAFFA5B85DEB6276606F32 /* UIImage+MultiFormat.h */, - B80980A4B1FD8F682760137A93F8B548 /* UIImage+MultiFormat.m */, - D8AF93214EB824D891C9B3A721D08121 /* UIImage+Transform.h */, - 1B9A2DD3B4EA1CAC0E1E3C0CC971E625 /* UIImage+Transform.m */, - 52BDDD0244A987883DB876E8A5EA00D8 /* UIImageView+HighlightedWebCache.h */, - 5FAC273F187940AD897DCC05A9CA265E /* UIImageView+HighlightedWebCache.m */, - 5172B1F1216A09DBE64EACF66766FDA2 /* UIImageView+WebCache.h */, - 089EBBA93BE1805538484C172DF301FA /* UIImageView+WebCache.m */, - 1165BA585F1EE5B96D006BEEFE1AA65B /* UIView+WebCache.h */, - 93E988B0A5D35272892F926CDFB44E06 /* UIView+WebCache.m */, - EFED34F1FB01C5CC55DBFC8779846549 /* UIView+WebCacheOperation.h */, - 55CAFCC3A7A8AAABD71308B90CD46554 /* UIView+WebCacheOperation.m */, - ); - name = Core; + path = "../Target Support Files/FirebaseCoreDiagnostics"; sourceTree = ""; }; - E322546DD7755AADEEFBB1AD7961C999 /* Frameworks */ = { + D6E7E819FBE25F0577A61D9E5FDC6EE6 /* functions */ = { isa = PBXGroup; children = ( - E86AAFB33C9524400B23008B06350DBD /* GoogleAppMeasurement.framework */, + 520596168666727BFEF67125B5710510 /* RNFirebaseFunctions.h */, + FEF4724D34046529AD96F0F28AA1168B /* RNFirebaseFunctions.m */, ); - name = Frameworks; + name = functions; + path = RNFirebase/functions; sourceTree = ""; }; - E5F7703AD4A75916A2AAFBF7818D270B /* Pod */ = { + D6EED05CFFAF11E351A7F4D6109A4344 /* Pod */ = { isa = PBXGroup; children = ( - 7CB6451DCC3B8A5621A65AC4F94C94F7 /* React-cxxreact.podspec */, + 06A3F25B9F8C6B2AFBE97F39C69B8ED9 /* LICENSE */, + 4A93C7E6682A14BEFB0352C4A3CFEC87 /* react-native-appearance.podspec */, + A057BEC6579119B8A359B3234EDC7AF5 /* README.md */, ); name = Pod; sourceTree = ""; }; - E63A85B3E233A7A071605F95601CD1E5 /* React-jsiexecutor */ = { + D88A6BF079998A20D1208D07A869EA15 /* Pod */ = { isa = PBXGroup; children = ( - 59C23EC8D39BCFD1C5997FEFD598BE2D /* JSIExecutor.cpp */, - F21F125D2A98B8A114D0E531007DF739 /* JSIExecutor.h */, - E12CA5E22CEE8C904794294C3518BB8E /* JSINativeModules.cpp */, - 92F2B29E03BA3539E7D69EC3CD41ECD5 /* JSINativeModules.h */, - F1576EE946E8A8AB55D28DB45E79DC06 /* Pod */, - 3FE2BDAF5B4A52282889542552BCE46C /* Support Files */, + 13D9EDE05DCF89A20656BCF72D7B8FCD /* LICENSE */, + 51E8ACEAEA103C718A8C10D32293AEF2 /* react-native-webview.podspec */, + 4B5AEF206802446F75201C8F0EF06A1A /* README.md */, ); - name = "React-jsiexecutor"; - path = "../../node_modules/react-native/ReactCommon/jsiexecutor"; + name = Pod; sourceTree = ""; }; - E63AC5064A0F85C06C923264BD85C8D2 /* Pod */ = { + D89477F20FB1DE18A04690586D7808C4 /* Frameworks */ = { isa = PBXGroup; children = ( - 9A19FEC5D2380C2F5A5ACA02ED8F7DAC /* react-native-slider.podspec */, ); - name = Pod; + name = Frameworks; sourceTree = ""; }; - E6B3B3FF664018E95F20792453167FBB /* Environment */ = { + D8F1C0F480F9757959AD5FA49FB837AE /* links */ = { isa = PBXGroup; children = ( - ED604AB876EB29F716214E9151C8CE21 /* GULAppEnvironmentUtil.h */, - A1606592495CBD5536BB50C34A9ADE07 /* GULAppEnvironmentUtil.m */, + A2C498039C0E6E39E7ADD5FAF1803B9B /* RNFirebaseLinks.h */, + 473AE24D3E8882A18AA205365D6D55BF /* RNFirebaseLinks.m */, ); - name = Environment; + name = links; + path = RNFirebase/links; sourceTree = ""; }; - E71F2EFD79F19EA41D63753136E70D83 /* Core */ = { + D97DCBB8B817BB7055DA5FF2ED1E07F4 /* Pod */ = { isa = PBXGroup; children = ( + F4FD3AB28EEE6B2A53713032E51882E5 /* EXAV.podspec */, ); - name = Core; + name = Pod; sourceTree = ""; }; - E9525F3F88FDA92827B0DD4B5CE7E803 /* Pod */ = { + DB128E88DF4E76C0B5804288D3DE69AD /* Resources */ = { isa = PBXGroup; children = ( - 4CE495528822F77E170F16247C4510F8 /* LICENSE */, - B42DC3124D995D3EADE592628FFE2AF5 /* README.md */, - 9C29D198BFE738821BC12339D78EF51A /* RNBootSplash.podspec */, + B3D91346D5DB2BA26577F5070AD51083 /* AntDesign.ttf */, + B260E0EE240A30CB382B1FB7E0FBD03A /* Entypo.ttf */, + CB1991DD325FC9524024EF4257FB6332 /* EvilIcons.ttf */, + 927182F398771B6371856EE7E50ECFA2 /* Feather.ttf */, + F9B47235C2DACAD23FAAC25880AABED0 /* FontAwesome.ttf */, + AA85A239C0652695B4C80CAFA929E1A8 /* FontAwesome5_Brands.ttf */, + AE9E5B33E4575C3BFDB4F4B244E6A755 /* FontAwesome5_Regular.ttf */, + 43064E4BC1C1B15656FDBA53FB093DCC /* FontAwesome5_Solid.ttf */, + AEC758BDE8542ECD3416902DEA344304 /* Fontisto.ttf */, + EA466B9642F47563B288CDE2A8985061 /* Foundation.ttf */, + 88694BF6FDB06657BF01126AE45093AB /* Ionicons.ttf */, + 74321D345CEA8136C1865AC19AD44F9C /* MaterialCommunityIcons.ttf */, + 28544ADDE758E63A19E825585975E26F /* MaterialIcons.ttf */, + 8BA3C50BB757499678C5BE714615336C /* Octicons.ttf */, + 2891535CE0C5C5D5FD18CE0D197050B2 /* SimpleLineIcons.ttf */, + 222E72EEED1911A995052E5BF33D45B0 /* Zocial.ttf */, ); - name = Pod; + name = Resources; sourceTree = ""; }; - EA9D6231C38F47CC00BE0D0001003491 /* Support Files */ = { + DBBD1F13765A25CC8BCBBFBC641BF012 /* glog */ = { isa = PBXGroup; children = ( - 7FC79DE0AA004618BCBB2301018AE197 /* react-native-document-picker.xcconfig */, - 58CCA17253B258AAA58D8278A85961FB /* react-native-document-picker-dummy.m */, - C6325EA1ED129E8B4C729935F3A1F677 /* react-native-document-picker-prefix.pch */, + 081DBE46ED8562B7ECAEDB8FBF8206C9 /* demangle.cc */, + 7A39EDD3E7E23D5FD4B1E1E340CE326E /* log_severity.h */, + C45BBE85AD818400CB1A3129182DD6CB /* logging.cc */, + 313C94AD1D24DABED4DACECE329E5171 /* logging.h */, + 05C2010B25DD2DBB84A02AD7D9CC3D4E /* raw_logging.cc */, + 4DFBB6DEF544E77BA121C1D1031EC0DF /* raw_logging.h */, + 971B256811855BF0D6867E3A723FA37E /* signalhandler.cc */, + C476CADBE585CCBC4E285BDCE9C9B9B6 /* stl_logging.h */, + ED36BC453E7E9F44D4DA76E824785DF6 /* symbolize.cc */, + 1F108CA515F3E008514F1B556040E00C /* utilities.cc */, + 5D46682E47471017D25EE31D4CD7C097 /* vlog_is_on.cc */, + 8BFB30ED854B8C01AD34F0014DAF9AF4 /* vlog_is_on.h */, + 7391E3BA3BB62691ABCD0990D99A3EEC /* Support Files */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-document-picker"; + name = glog; + path = glog; sourceTree = ""; }; - EAA65E880B997E2392F154F5B31FE4D0 /* React-RCTAnimation */ = { + DBEC738EECC02D21F7960319BB60045B /* Protocols */ = { isa = PBXGroup; children = ( - 05E76D2E8751CC8A5CB45D931425BC8B /* RCTAnimationUtils.m */, - 065818D11131F7BE19E2CDB0883C128F /* RCTNativeAnimatedModule.m */, - F77E200A857AB3875CCABF438E29412B /* RCTNativeAnimatedNodesManager.m */, - EF4DE3C8BBC851826027A53721FEB48A /* Drivers */, - 9D3ABC7C47DB5270BCBF507CBC499F69 /* Nodes */, - F7024BD0ACE86E1FD51A5F98449F4B6C /* Pod */, - E2F854AB403D2690BC0A89BCAE10AEA2 /* Support Files */, + 07BE5A5F512431AE95BA20D966590C69 /* UMAppLifecycleListener.h */, + 6BF8113D2588CA88EA9058982CC76FB2 /* UMAppLifecycleService.h */, + 01DF6764FE9A5AE522B6E100964D5369 /* UMEventEmitter.h */, + 3B90DF08CDA37A586424E392B137748C /* UMEventEmitterService.h */, + 7126E6E76F462E83CF064A5963F6274F /* UMInternalModule.h */, + 4846E1686CC5A723183D3628D1403B61 /* UMJavaScriptContextProvider.h */, + D875A699D4BC489D7193B900F1E9CE14 /* UMKernelService.h */, + 5B5EF6B4894DC78CBF6D44A1AB93091B /* UMLogHandler.h */, + CDCA5FCE50407C37B8D0720FBEDCDD79 /* UMModuleRegistryConsumer.h */, + F8061B0D5177ECEA9F92BD48600E8B8E /* UMUIManager.h */, + 4B7BE3A6DE33BC60B85F162748EE3ECD /* UMUtilitiesInterface.h */, ); - name = "React-RCTAnimation"; - path = "../../node_modules/react-native/Libraries/NativeAnimation"; + name = Protocols; + path = UMCore/Protocols; sourceTree = ""; }; - EAFB22DA9725AE81D359CD5FD5DE8088 /* Views */ = { - isa = PBXGroup; - children = ( - 819ED7A89717A189930F6DD69C542A7F /* RCTActivityIndicatorView.h */, - A1116F7AC7B61965A3129DCD8B6C2395 /* RCTActivityIndicatorView.m */, - 9E600E9B25094F60B94A3FBC40A7A556 /* RCTActivityIndicatorViewManager.h */, - 2F3DBE30EFD3C8F997DD54A2A062CB55 /* RCTActivityIndicatorViewManager.m */, - E47A6FFE9C7443D8368C76C49ECB6614 /* RCTAnimationType.h */, - 3CDD82ECCCB76B28EA6E09B50C8427EA /* RCTAutoInsetsProtocol.h */, - 79BE1473DB26003FD87FC008A45C4706 /* RCTBorderDrawing.h */, - 7CC9925C6DB8029E0AEFD9F9B1B7DA30 /* RCTBorderDrawing.m */, - 73C300B69D71E2858C63C1F2CE59FB98 /* RCTBorderStyle.h */, - C29FF169C56C1D34832AD147FA53C466 /* RCTComponent.h */, - E122C5A65F246B9AED46499AB1CD0475 /* RCTComponentData.h */, - 884C0E30EDE454D9E5310C6F882D0780 /* RCTComponentData.m */, - 6177C1A5E4529646E2D97CDF3E75AAA2 /* RCTConvert+CoreLocation.h */, - 45F4D6C019925600123A35637DD8C49A /* RCTConvert+CoreLocation.m */, - 3E3F0306A215C7DC8F92F4D392715A6D /* RCTConvert+Transform.h */, - 5365BBAF340C235211B4F0C9D7F97BCF /* RCTConvert+Transform.m */, - 1387E3D606DA5609986070384DD35A76 /* RCTDatePicker.h */, - 98FD4D6793A792D2F9F53E53F47B8426 /* RCTDatePicker.m */, - 267F9F2C58C4112C1EFE5A0CC654DB17 /* RCTDatePickerManager.h */, - A567A567EB7A40DD0FA1D2B0A654CBC4 /* RCTDatePickerManager.m */, - F989C56E6092BDE93571211959647ADA /* RCTFont.h */, - 5AD883D989C24D388D96A7BA95D7BEF8 /* RCTFont.mm */, - 27836F1E4442708C28FAD801CCFA043C /* RCTLayout.h */, - D907AEAA7023BAF2E159C20033A607E5 /* RCTLayout.m */, - 65E286CED9A536D789FB23F4FE62CE2B /* RCTMaskedView.h */, - C9040F8A207F52698354008C1A31463D /* RCTMaskedView.m */, - CF1711B27EA62181CFEA7040483E80A8 /* RCTMaskedViewManager.h */, - 8B675E27D17E8DCE6AAC1F10436D1F10 /* RCTMaskedViewManager.m */, - F6E9199498D78ADAAD86983E71F793C8 /* RCTModalHostView.h */, - 22EC76BB9D8CC2602391B531B70E15D7 /* RCTModalHostView.m */, - 6F93275B3D70242640ECF1DB0DC4ED85 /* RCTModalHostViewController.h */, - 85A28289DD176C531B699DBA213438DB /* RCTModalHostViewController.m */, - D02CAE0CB80E111C499B3EBCCEE80A30 /* RCTModalHostViewManager.h */, - 1FE52B8E58D6AC2000D8C3F90FBB1ED6 /* RCTModalHostViewManager.m */, - 5880FA2C252F6F2A368456FD88CFB484 /* RCTModalManager.h */, - 2B74F6A9A98A8D6413C5365C1042C909 /* RCTModalManager.m */, - 743DD3B552A0D614F21550D03982F357 /* RCTPicker.h */, - BE49BDDC5256188420CF6CE58A5D73BA /* RCTPicker.m */, - B78318B7E111EF265747762B88A66CB9 /* RCTPickerManager.h */, - 4E78E2ABBAF3FAB4493B95B39B5D762E /* RCTPickerManager.m */, - 47F861B6A64944DDAF67F7DEA408596E /* RCTPointerEvents.h */, - AA0E28EF6788ECC06A71AFB63E5B998E /* RCTProgressViewManager.h */, - 49D5DFC894A9B35AFB0DF8584850B0F4 /* RCTProgressViewManager.m */, - 4C50F2C8914541CEC01075A9E56C4CDF /* RCTRefreshControl.h */, - 68D3E14209F3E55EBE2D44F7F56714C0 /* RCTRefreshControl.m */, - E66B8AF59BEFD0DDB0BF79EC8E7F8418 /* RCTRefreshControlManager.h */, - 4500A1D254D7968136D42F37F9A9BD8F /* RCTRefreshControlManager.m */, - 1C4AD59BB444A835C034ED867E04EA79 /* RCTRootShadowView.h */, - 07E3E17E1559CF3C870EFDE05B313433 /* RCTRootShadowView.m */, - 13BFFC9DD90CC800ADE231AD62738E2F /* RCTSegmentedControl.h */, - 2B3445B310DEC6AD1FF14472412EEDBA /* RCTSegmentedControl.m */, - C2FD7CCA4CD739EF855A3FA01BE50856 /* RCTSegmentedControlManager.h */, - B44F94E7C34A7CD76455440BA3B2A22B /* RCTSegmentedControlManager.m */, - 294CB3D252014A18DD4A3A73D6B0EAAC /* RCTShadowView.h */, - FA902CAF73B34A3BC1E327466D491E18 /* RCTShadowView.m */, - 33A8A171BE00A32E90026078C9B48E14 /* RCTShadowView+Internal.h */, - D92916A1F5CC988E841056E57F2D1522 /* RCTShadowView+Internal.m */, - B83931921453AB8BA605C8E5775EA1BF /* RCTShadowView+Layout.h */, - BED02380A25F8C65310543E6B22AD7A1 /* RCTShadowView+Layout.m */, - DFC21712ABC4DE12D996AFC506946DEB /* RCTSlider.h */, - E7230E5C1D63B4FB4A8716528AA7389F /* RCTSlider.m */, - F74518FD5ADB45FACF4118E327D706B3 /* RCTSliderManager.h */, - 00E5084245D9852128183D80996CAF3D /* RCTSliderManager.m */, - 419D799E410EAB26D8F84F4FEDDFDD9C /* RCTSwitch.h */, - A69379B3BBF5F21F7D7CD7379254CFE6 /* RCTSwitch.m */, - BD767BDB2042ED8FFB465A834C32086F /* RCTSwitchManager.h */, - 0131A5031D38180010934D5BAB08CF13 /* RCTSwitchManager.m */, - F6D13961482DD2EE8A258762BDEBB52D /* RCTTextDecorationLineType.h */, - F16F1972B3EFD75A15A4D54340C942AE /* RCTView.h */, - EA17EDBFD19E2FA9E7FF4268AF03FA22 /* RCTView.m */, - 9BD7A4517BF965E751F0D81876FD47E4 /* RCTViewManager.h */, - 7E89B3A68781A28F23467774369C8250 /* RCTViewManager.m */, - 86094AF1B50170B4823148357D6E087F /* RCTWrapperViewController.h */, - DF469F7000789772C8FBD8612C31FD70 /* RCTWrapperViewController.m */, - 09B861E5E3E13ED01D721C18F94C8C2D /* UIView+Private.h */, - 72EC2B440DDCEB6EFC3F9B963357EE76 /* UIView+React.h */, - B52E17004863DA831F668D623BC49646 /* UIView+React.m */, - 9B11CF0C9BB247595D93A4C0B05D79ED /* SafeAreaView */, - F63853D576873C88389F4E4D5D6F14E1 /* ScrollView */, + DCD023393C4EC0F1C5D5D595173F645A /* Support Files */ = { + isa = PBXGroup; + children = ( + 60F27F0D9825020A92FCB19B3C1C90EF /* EXAppLoaderProvider.xcconfig */, + 26CAF031053C08A190DF071A82843657 /* EXAppLoaderProvider-dummy.m */, + 07715D946CC241035AA9330BD7314229 /* EXAppLoaderProvider-prefix.pch */, ); - name = Views; - path = React/Views; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXAppLoaderProvider"; sourceTree = ""; }; - EB22DEDBC24506D9AD1AC5C08F7DBF3F /* GoogleAppMeasurement */ = { + DD3EA029EC7383CA893EF3CB97B68F59 /* Pods-RocketChatRN */ = { isa = PBXGroup; children = ( - E322546DD7755AADEEFBB1AD7961C999 /* Frameworks */, - 8A77F195308B777358F6B9081258A3F5 /* Support Files */, + 343CB5CAE5DB1DC31FE3E8AA6F13485D /* Pods-RocketChatRN-acknowledgements.markdown */, + 82BA2E6A5BD7AF8E90A46BA46468DB13 /* Pods-RocketChatRN-acknowledgements.plist */, + 9A03EB9B87FF49512AC6907C1B9AA221 /* Pods-RocketChatRN-dummy.m */, + FA2193D233F784FDA8D14E5ED56629C0 /* Pods-RocketChatRN-frameworks.sh */, + 6A9B97E8CE94081CD64AB0B4FC540CC4 /* Pods-RocketChatRN-resources.sh */, + B5D32CE02F68EE345F9101FFAF7E3476 /* Pods-RocketChatRN.debug.xcconfig */, + A9916A69A97251C8AA9535F6F70AE9DB /* Pods-RocketChatRN.release.xcconfig */, ); - name = GoogleAppMeasurement; - path = GoogleAppMeasurement; + name = "Pods-RocketChatRN"; + path = "Target Support Files/Pods-RocketChatRN"; sourceTree = ""; }; - EBE5D54AF7385F1C52E2207435CFAECC /* UMCore */ = { + DE807557D92EB2E0347663140D76973C /* Support Files */ = { isa = PBXGroup; children = ( - F235A112A1204647134DE32543CB148C /* UMAppDelegateWrapper.h */, - 8697B74C19B73444C8B931A1DDC13129 /* UMAppDelegateWrapper.m */, - 78D181B77758A8F7D5AEFA7956D9CE83 /* UMDefines.h */, - 614CE8A9FEAFF983335ED7AD0D144B0F /* UMExportedModule.h */, - EE1194579B2F6147D74BE185C8525760 /* UMExportedModule.m */, - 65A5E7801F26514B02F8B543A6E0CEB2 /* UMSingletonModule.h */, - 7FF7FC4282753440CC43A8E04C0F9D93 /* UMSingletonModule.m */, - ABF10FD95B903F9E2A1ABEBFD1AE686C /* UMUtilities.h */, - 62418A1A67D159109F5BA847E564C8FC /* UMUtilities.m */, - DA528EDF3CF0F85FB49565618973B8A1 /* UMViewManager.h */, - A52DBA02565620C7CB43C0C6D06492BA /* UMViewManager.m */, - 57DD9DB84209C6136A22CA0A09958361 /* Pod */, - 80DD07C7F2CF2D11EEC9F993BA0B76CB /* Protocols */, - B5C38561C6D854BD0F77BED465566ED7 /* Services */, - 5FD0AEE258A65CFFD743C2D5510E7666 /* Support Files */, - DCB2F816E17F6A616B9BF2902ACA7BA3 /* UMModuleRegistry */, - AD48C7E8ACF8B164E2D0DE3796CD7280 /* UMModuleRegistryProvider */, + 41B32C718B311430215CF7605174A6DC /* UMCameraInterface.xcconfig */, ); - name = UMCore; - path = "../../node_modules/@unimodules/core/ios"; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMCameraInterface"; + sourceTree = ""; + }; + DEE2F6532396FE88E0061FF97165B17B /* BaseText */ = { + isa = PBXGroup; + children = ( + DC7CE3319FDE21DCD68690CEA070AC18 /* RCTBaseTextShadowView.m */, + 80D76D9FDD4369B868CB483CA0860B0F /* RCTBaseTextViewManager.m */, + ); + name = BaseText; + path = BaseText; sourceTree = ""; }; - EC580CB29B1AD4F6A1341A5D27FEC6B4 /* Pod */ = { + DF405470C745EB45D629F7941FE51DDE /* Pod */ = { isa = PBXGroup; children = ( - 74A0E7F5F53EB589B12ACEE830EEE35E /* RCTRequired.podspec */, + CB635E8633F5B9A2412799EDEFE2DEAB /* LICENSE */, + 49C2A18A615ABAF44FA09A754BA7DD22 /* README.md */, + 5EB5166BF595DA8635E95DE8A24E84A4 /* RNBootSplash.podspec */, ); name = Pod; sourceTree = ""; }; - EEC23530390F9B7A6B500857299912A0 /* Support Files */ = { + DF46527C239687489BF2D72AE4C69774 /* nanopb */ = { + isa = PBXGroup; + children = ( + 00FFEC094BBA2326B97D61C8A235B8CF /* pb.h */, + 2B4DE5FDBADC18037B2EFE8D8FF57828 /* pb_common.c */, + C8441C7C956DD16F599D219757963B47 /* pb_common.h */, + DF9802471B3C38BE71E6DFC462B60585 /* pb_decode.c */, + F2CD43E6A24897BE60EF619B608BF7DC /* pb_decode.h */, + 62F518EAE564CDB7FE22608053F08839 /* pb_encode.c */, + A2309B02D4CBE5D68836BD94999C64E2 /* pb_encode.h */, + 6D91D3EC80868FF87950FE7AE01B2049 /* decode */, + 704B9610866573E6E82D5558FE1081C4 /* encode */, + B6A83DC00D9E4675456B2DE4508CADFD /* Support Files */, + ); + name = nanopb; + path = nanopb; + sourceTree = ""; + }; + DF8FE38C8FB0EF0C313087B9EA084C20 /* Support Files */ = { isa = PBXGroup; children = ( - 3DCB6BEB26EC6265B782EFD7D3B218A6 /* SDWebImageWebPCoder.xcconfig */, - 3FA94B333E9C2CF8D949D9141535634B /* SDWebImageWebPCoder-dummy.m */, - FB46E91D8C8617213964623D0EA7A5A7 /* SDWebImageWebPCoder-prefix.pch */, + DE1E5E9D94FBB83D71200FE3F701AFC9 /* UMBarCodeScannerInterface.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/SDWebImageWebPCoder"; + path = "../../../ios/Pods/Target Support Files/UMBarCodeScannerInterface"; + sourceTree = ""; + }; + DFC5F3E20D49A00049C4EA1140791DB3 /* Nodes */ = { + isa = PBXGroup; + children = ( + C1004F9B7B201455C573DF6B8B445748 /* REAAlwaysNode.h */, + 8A308F58A40A9C554C16D0992E95FC01 /* REAAlwaysNode.m */, + C91B68631AA428B8446308DCFEDA2732 /* REABezierNode.h */, + 60D3B7C0C9BFFC9C91BBD426CBC1BF43 /* REABezierNode.m */, + D0277F480CE09A082A86B5E0AEDE50C3 /* REABlockNode.h */, + 9EDDF6D87D982647DB11D09144BA7E1D /* REABlockNode.m */, + 80A10597132CA42828B1C52EA27413A5 /* REACallFuncNode.h */, + A90B1A629720AA5F418DFA00D3D2F3CD /* REACallFuncNode.m */, + 2D04E51B3D9AB1AF4BA1C8CF4B613264 /* REAClockNodes.h */, + 0EE4519DC88D45E3E2863002F2F5C975 /* REAClockNodes.m */, + E077631EEEF1BAC9D4F61506BE04F689 /* REAConcatNode.h */, + F13B1FF9E413876B860A45982F190268 /* REAConcatNode.m */, + 3F8B0F84983E057E85E61BE1578A994E /* REACondNode.h */, + CFD43F02444B6C40723BD79FFF466909 /* REACondNode.m */, + C0E942377919BBE70AB48BAC4D697D4A /* READebugNode.h */, + 2C1AB8196BD52F9B393CF60B88CBED5E /* READebugNode.m */, + 8AF57F5F08561D32276CA6C41C7BA677 /* REAEventNode.h */, + AE587803218535C46E1EEDB2CD30D2E6 /* REAEventNode.m */, + 183650D3199739FA3BADAF479DCF1BFC /* REAFunctionNode.h */, + 8EA909502101D3AE04F68B5C959DDC78 /* REAFunctionNode.m */, + 208B535EFA85EEB6BCF38C0A82906751 /* REAJSCallNode.h */, + E40A00C8C3ED2A93E0EE23547A78DAEC /* REAJSCallNode.m */, + EAE341097CBB8D299DFD9626AE233077 /* REANode.h */, + EC56C96F70B24D207A22E3C32799721E /* REANode.m */, + E240394A0054E5D7DFD99DE12ED70C71 /* REAOperatorNode.h */, + 67D7E900DBA9B68E7900E940C0659DFF /* REAOperatorNode.m */, + 4FA872ECA2364819229F49A28DEE38C2 /* REAParamNode.h */, + E617782815CC6EB6BA87C34D052D87E2 /* REAParamNode.m */, + 7E8628D665ECC3DE993D7A1606537068 /* REAPropsNode.h */, + F9F9856573A9F0E720439BFED117A6BC /* REAPropsNode.m */, + BB6129BCC7D282C67A293E66DCB09D2B /* REASetNode.h */, + 9686F2C0DFDCEA8AFF625734140E786E /* REASetNode.m */, + 4C9C39623A46A8D8A570BCC7F55A69C6 /* REAStyleNode.h */, + EFA32A5C363DDBFEAEFC4923CC52A8A5 /* REAStyleNode.m */, + B22BBE455DEF05ED888005038069CDE1 /* REATransformNode.h */, + F545B27E704F27558A9ED01F0D7EAEC2 /* REATransformNode.m */, + 3ED407286D3EF4CCC9D9A30176A89B2B /* REAValueNode.h */, + E6EE62BB2BE77CD3706F442B1016283A /* REAValueNode.m */, + ); + name = Nodes; + path = ios/Nodes; + sourceTree = ""; + }; + E068543D468EB14DF02A179EC3571315 /* Support Files */ = { + isa = PBXGroup; + children = ( + 37A4470DB7E5D6A62D784504743D0D14 /* React-RCTActionSheet.xcconfig */, + D3A3B3F8D4F01934A892D5E018B54300 /* React-RCTActionSheet-dummy.m */, + 98E6DDCC4A47CC1248E29292A2DC25FE /* React-RCTActionSheet-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTActionSheet"; + sourceTree = ""; + }; + E095C3347AF50DDADDDF6CC031DAA6D9 /* FirebaseInstanceID */ = { + isa = PBXGroup; + children = ( + 46B9E8FDC0BB235B05F6736A33FD68B8 /* FirebaseInstanceID.h */, + D54A835DCAEBC10A120B48CEBA085CC1 /* FIRIMessageCode.h */, + 241E57CE7B8A8A9A0C30B2F4727E17F5 /* FIRInstanceID.h */, + C31E5FC96B7E9A28293CF0E6C071B867 /* FIRInstanceID.m */, + DE96E733840BAB2944ACD371EAEE2C12 /* FIRInstanceID+Private.h */, + B956A57AB40A828151E2DDC55448CCB3 /* FIRInstanceID+Private.m */, + 0A346F7EB324ED60BD0277D524F7464F /* FIRInstanceID_Private.h */, + 609D910B5A8FEB743D2A62CDA193939B /* FIRInstanceIDAPNSInfo.h */, + 21E202A7C5AD705849C005996A458957 /* FIRInstanceIDAPNSInfo.m */, + 1B1A1C95AA27C1D36C6270D41774B010 /* FIRInstanceIDAuthKeyChain.h */, + 1EC329653A5CE5C65DB4A68C3E2D5C2D /* FIRInstanceIDAuthKeyChain.m */, + 6B31C55B0080450813DC71445DA97515 /* FIRInstanceIDAuthService.h */, + 8492A0BD43CFF65B38C003A996898AFA /* FIRInstanceIDAuthService.m */, + F913CAE0697648283B36B0E6B9F9E0E8 /* FIRInstanceIDBackupExcludedPlist.h */, + 2BBC2EA548E00A132F008D4552E8CABD /* FIRInstanceIDBackupExcludedPlist.m */, + 5EAE9AC10C7125CB916DA112DF625F6C /* FIRInstanceIDCheckinPreferences.h */, + FA33B60640BF328BF0DFC68784B43B8F /* FIRInstanceIDCheckinPreferences.m */, + B87E79843B4EA59AB699E20F9EB2ECD0 /* FIRInstanceIDCheckinPreferences+Internal.h */, + 6E44F680ED7C0AF205ABF2F732D5BF1E /* FIRInstanceIDCheckinPreferences+Internal.m */, + E697151248E9D0827AB6DF49ADAA73EA /* FIRInstanceIDCheckinPreferences_Private.h */, + 2D1BFEB2857C8000A201EFA5B2A22488 /* FIRInstanceIDCheckinService.h */, + BC76E2FBF45298FFC195C1BACE29276A /* FIRInstanceIDCheckinService.m */, + 9598C47569571A616A8E6DDD9E675729 /* FIRInstanceIDCheckinStore.h */, + 3C2A85A735F523B7B67CE1ED2DFDF5D8 /* FIRInstanceIDCheckinStore.m */, + 7990BC8A7C7229119CF767CCAD9AAF62 /* FIRInstanceIDCombinedHandler.h */, + FFA8CB977BF4AD6E90224C3F5F650B0A /* FIRInstanceIDCombinedHandler.m */, + 884C00138AD3CAF3B4B0B63BD80BED30 /* FIRInstanceIDConstants.h */, + E715A7145663F9339D4E7F52DA5E3932 /* FIRInstanceIDConstants.m */, + 169C59D4B7CFD8544456F26E526BB4F7 /* FIRInstanceIDDefines.h */, + 3B086A0ED5925BD59CEF6134AF11EEB4 /* FIRInstanceIDKeychain.h */, + 3E84014E280F5F6717F909372864D169 /* FIRInstanceIDKeychain.m */, + 4B18AB04CABC858BF04C827C6B5470F5 /* FIRInstanceIDKeyPair.h */, + F84CFF851919F4C8C90C7A0A02A4EDBC /* FIRInstanceIDKeyPair.m */, + 1E7AA5171F7BFA958025DC698C194776 /* FIRInstanceIDKeyPairStore.h */, + 1B17E24DB6A1D37F25B7A56EC2AD431E /* FIRInstanceIDKeyPairStore.m */, + C52620374CCE79F63474832E84684EDF /* FIRInstanceIDKeyPairUtilities.h */, + E33417ACBFBAB178C661615BA5AB68FD /* FIRInstanceIDKeyPairUtilities.m */, + 42AF09E5E83635479F79553B7BC9BB92 /* FIRInstanceIDLogger.h */, + A180D1561EE0153CEAE325FB966800B0 /* FIRInstanceIDLogger.m */, + 685DFF57A1534B9C433EDBE0B2A0B0D3 /* FIRInstanceIDStore.h */, + 400C4C1D16088D9B17F94F449FD66EEC /* FIRInstanceIDStore.m */, + F44EE0313A65B3D0BB64ECA3C3C7D0E8 /* FIRInstanceIDStringEncoding.h */, + 15D81EE7F5F3714858C7FF9A5982EA34 /* FIRInstanceIDStringEncoding.m */, + 593434FB0205C22E5A950A80442758C9 /* FIRInstanceIDTokenDeleteOperation.h */, + FE9D8DD53AB4F688CFE58BF275771887 /* FIRInstanceIDTokenDeleteOperation.m */, + 1583CB301D61E5B65FA78359FE12CAD9 /* FIRInstanceIDTokenFetchOperation.h */, + 90EF6699ACCAB7C72CD5324F892A9215 /* FIRInstanceIDTokenFetchOperation.m */, + EF27139234F208AEE736571E47FBD2B5 /* FIRInstanceIDTokenInfo.h */, + FACB29702ACD77D66D657A8CCAA16447 /* FIRInstanceIDTokenInfo.m */, + 43DBD59E9011A4508B947E00654A82BF /* FIRInstanceIDTokenManager.h */, + D5B7CF80A43E501BEA20FB90FF049DD4 /* FIRInstanceIDTokenManager.m */, + 8DD51EADE5D09DE44C32D69103CFDC53 /* FIRInstanceIDTokenOperation.h */, + F234F18B2FBFFFCBC641916943E9642B /* FIRInstanceIDTokenOperation.m */, + 0499B8CE4FABCF6E65F81D68962C5DA1 /* FIRInstanceIDTokenOperation+Private.h */, + 357F2F1FC1E767EE78BF6EED5BD212E3 /* FIRInstanceIDTokenStore.h */, + 67947E69A5ABC8DF1DBF4B86B362C3EB /* FIRInstanceIDTokenStore.m */, + 0CA316AB9B1E087EE087129012E3ED1A /* FIRInstanceIDURLQueryItem.h */, + 44049E08C2816776C227F1102380AA46 /* FIRInstanceIDURLQueryItem.m */, + DA29FECAE359C2F2950641F461432B96 /* FIRInstanceIDUtilities.h */, + 9265904108AB9D3393DC3CE7F91A9B47 /* FIRInstanceIDUtilities.m */, + F5EE710F6055B8126303056B0BE1B60B /* FIRInstanceIDVersionUtilities.h */, + 3031A7731A02E0B42E97610B692B2468 /* FIRInstanceIDVersionUtilities.m */, + FC2DD08031380836E714D119660B0C71 /* NSError+FIRInstanceID.h */, + 23EECA421B7288F614E7ABE957561AC3 /* NSError+FIRInstanceID.m */, + BBA877DD1554291622AD1862CF160973 /* Support Files */, + ); + name = FirebaseInstanceID; + path = FirebaseInstanceID; sourceTree = ""; }; - EF1FD462C3ED223FB9247C0E1EE4114A /* Pod */ = { + E0F8B966FCFC7F59BD9575B2A8F9F982 /* Pod */ = { isa = PBXGroup; children = ( - 3CABD945CD052E156459A72B4B6C85BC /* React-jsinspector.podspec */, + 9E4B8D617AFD312FEBD935F095DC41E3 /* react-native-slider.podspec */, ); name = Pod; sourceTree = ""; }; - EF4DE3C8BBC851826027A53721FEB48A /* Drivers */ = { + E12A3440EBD5075259F87B014ED7EA50 /* EXPermissions */ = { + isa = PBXGroup; + children = ( + 6C9D4B49AD96280E32CA151E0E090A0B /* EXAudioRecordingPermissionRequester.h */, + 64C18F5EC1ECED083D3F569C093B78AA /* EXAudioRecordingPermissionRequester.m */, + 9004F0CE6969B980AB15394D57C6EEE4 /* EXCalendarRequester.h */, + 9C169DD6C1D791F5E0E6CB9652B22112 /* EXCalendarRequester.m */, + B2C3AC10CB012FE8FB31E95320947EEE /* EXCameraPermissionRequester.h */, + EC7D36FD91ED2E6B4A8CCDCF84BA5019 /* EXCameraPermissionRequester.m */, + C181B7F718B659FB9482CFC20888531D /* EXCameraRollRequester.h */, + 60FDD80D6CB21836252E49CED7041D9F /* EXCameraRollRequester.m */, + 834F1E69F45E280B37AEF05EA066A85E /* EXContactsRequester.h */, + FD5C664F173298F179719BB8D48AE9ED /* EXContactsRequester.m */, + 513F5F8991E9989A90D11A4EC14A87AF /* EXLocationRequester.h */, + BE92589706D64B12F90B176B6A57652D /* EXLocationRequester.m */, + 0DF5A7DFF4C37F2500DE0FAC62F58DAC /* EXPermissions.h */, + 4B32571BC38D836A16A0BB4F1DDE12C1 /* EXPermissions.m */, + 6EB93FDA28697B267385637DDC0B84FE /* EXReactNativeUserNotificationCenterProxy.h */, + EDB13CDBF9633B4AF3631C1FFA784113 /* EXReactNativeUserNotificationCenterProxy.m */, + A87D294F6428C7EBBF8E362A82C30DF8 /* EXRemindersRequester.h */, + 1C372D568CD6870CC01830B85A92C17B /* EXRemindersRequester.m */, + 1B63E9B12823AC25D79AE55FE6193299 /* EXRemoteNotificationRequester.h */, + 76078A91E7480FE1D7343FF920B5264D /* EXRemoteNotificationRequester.m */, + F9A15A67248330A5D84B310189C8F2CF /* EXSystemBrightnessRequester.h */, + D48EF3CAC65B53B0E0B1CDACE8FDE8A7 /* EXSystemBrightnessRequester.m */, + 900F5C1CB44D295409FB2FD55AA0D482 /* EXUserNotificationRequester.h */, + E7E099045D89033E9894F6EEB30D1A15 /* EXUserNotificationRequester.m */, + 6F205674DB7D2A9CC757CECECEACDFEF /* Pod */, + CBE19EBA36FEAECFE1DFD7ABB0EB590F /* Support Files */, + ); + name = EXPermissions; + path = "../../node_modules/expo-permissions/ios"; + sourceTree = ""; + }; + E290A14C6F12405038BCA189E1A50388 /* Pod */ = { isa = PBXGroup; children = ( - BAAF7FEB9F53CCECD04CBC125F776C06 /* RCTDecayAnimation.m */, - 8013CC26E4F7431AB0C1B98210B570B5 /* RCTEventAnimation.m */, - DDFDD771AC68BED38C5F9B86B8598D81 /* RCTFrameAnimation.m */, - 3E7DC079D2AA388B939A89B44FA9D5E5 /* RCTSpringAnimation.m */, + 9FB4EDF19D1644FF642193E3ECA82351 /* React-jsi.podspec */, ); - name = Drivers; - path = Drivers; + name = Pod; + sourceTree = ""; + }; + E2EFE7553546470387265E4B358849A9 /* ReactNativeART */ = { + isa = PBXGroup; + children = ( + BBE943BCB921CC4D2A39818594F0864D /* ARTCGFloatArray.h */, + 1EE92919E35EA25DF553ADAD467A35D5 /* ARTContainer.h */, + 62ADAC22FFD0463ACD02E37B3CFEFF3D /* ARTGroup.h */, + 46ACE3213293642B56CCF42F0E434F07 /* ARTGroup.m */, + 184BEC56074C469A06B101587D2E9AC1 /* ARTNode.h */, + FAE8A210674ECD1F490A679D92AB54B1 /* ARTNode.m */, + 2EA5632C7E11DE7B34148BF301EA18B3 /* ARTRenderable.h */, + A33BEBEB9296D799A5CC2F6E1DA6868E /* ARTRenderable.m */, + 1E9D43A734EECE32504BF5D855427517 /* ARTShape.h */, + A72C645758FFD253BEAF84EF9815D892 /* ARTShape.m */, + 33A6EBDF50F21E6881419963C4BE04A5 /* ARTSurfaceView.h */, + 5D622E70BFE4596FFAEA5CF31E9934C6 /* ARTSurfaceView.m */, + 67EA3A462AB02756F4A170E38D803C67 /* ARTText.h */, + BC1CF879F6F28A1206E11A2A7270FA83 /* ARTText.m */, + DCEAF7E65FCBB127E2095642489CD6B1 /* ARTTextFrame.h */, + A7B8A6812933BF099464A855BD022D03 /* RCTConvert+ART.h */, + FB79C32615B9E1BA3D70C5E2C249C340 /* RCTConvert+ART.m */, + 7CE364B5FAFFF00B686D772128797865 /* Brushes */, + D2167EC888FD075D6C0ABAA2519743B2 /* Pod */, + 3874875CD7B31AA47540DEC7DEAB5DEE /* Support Files */, + 6CA79A5881796A2CA98A48B049516F72 /* ViewManagers */, + ); + name = ReactNativeART; + path = "../../node_modules/@react-native-community/art"; sourceTree = ""; }; - EFD3165FECF344DA219120289FDE29DB /* rn-fetch-blob */ = { + E45BD582D7ED410BDC31768C659999CB /* Services */ = { isa = PBXGroup; children = ( - 65AA309B9CB55D8F7AFAD6A01248B64F /* IOS7Polyfill.h */, - 33A8980C78D1B3868590C792369D2C1C /* RNFetchBlobConst.h */, - 95D911E5B6CCFF2290EF6A9A6E07ECC7 /* RNFetchBlobConst.m */, - B01A1E5FDB0C8872E327A549ABB0497B /* RNFetchBlobFS.h */, - 224437FCD3123165BF7DBDEC01861CA0 /* RNFetchBlobFS.m */, - 6B5B4C863F4C182AD14049236A36689D /* RNFetchBlobNetwork.h */, - 3A6ECB3102FE0376F9921852745FB4F1 /* RNFetchBlobNetwork.m */, - 99A4CC1FD55E6B4E02022156D8214093 /* RNFetchBlobProgress.h */, - 775A22DF6D464C311D344EB2053507BF /* RNFetchBlobProgress.m */, - 5C5CF502ABF33370DEC77750729F2E6E /* RNFetchBlobReqBuilder.h */, - 49F9335C1D76C66F5C669F453743077E /* RNFetchBlobReqBuilder.m */, - C69F20A9C5815E17B0A3F44E68CB1DE5 /* RNFetchBlobRequest.h */, - 77F8E781B88AB45F66D2D0F0C53FDE0B /* RNFetchBlobRequest.m */, - 7DFC260065ED00179880699051528525 /* Pod */, - 12D04CB1293EB30D7E1D881793206727 /* RNFetchBlob */, - 5478A82B4E301801D82F163EAEA05E9B /* Support Files */, + 55C44DA87EDE4AFD3E53692BCB10D754 /* UMLogManager.h */, + DF95B1F3299788509771779271ABDF95 /* UMLogManager.m */, ); - name = "rn-fetch-blob"; - path = "../../node_modules/rn-fetch-blob"; + name = Services; + path = UMCore/Services; sourceTree = ""; }; - F0554FE9FEA6BA246819FD956B7370DB /* Pod */ = { + E461113388F11EC3D586194A92361BB0 /* config */ = { isa = PBXGroup; children = ( - 5B6AED54E8EBCFB16EB4F9142E42D6AB /* UMPermissionsInterface.podspec */, + 42652246EB8597BAB9ED797AFDB29830 /* RNFirebaseRemoteConfig.h */, + B0FF906552B5DFC796F25F2644B3B20E /* RNFirebaseRemoteConfig.m */, ); - name = Pod; + name = config; + path = RNFirebase/config; sourceTree = ""; }; - F0CD712B3673A740D4E532A262568106 /* database */ = { + E53C9CC3497634A2C855D1ADC4914341 /* Environment */ = { isa = PBXGroup; children = ( - C8D82EE09206E71EDEC81F82CDA54D43 /* RNFirebaseDatabase.h */, - 280CF5E8FD2AEEA5FDF24CCAD12ABAFC /* RNFirebaseDatabase.m */, - C6BA7C4BAC8A8F805A13BB53EA5C0933 /* RNFirebaseDatabaseReference.h */, - 43AC622D70F16FED751B15C7E1132875 /* RNFirebaseDatabaseReference.m */, + FC5893DE036925F219400B1B91DDA49C /* GULAppEnvironmentUtil.h */, + 87668906696C273A559873C1EDF6F7AA /* GULAppEnvironmentUtil.m */, ); - name = database; - path = RNFirebase/database; + name = Environment; + sourceTree = ""; + }; + E557EF3162940AE9D8C3218ED589B945 /* Recording */ = { + isa = PBXGroup; + children = ( + 90A26A9AD1A38C028993D2F38F74CEE2 /* BSG_KSCrash.h */, + 7520309124E264C55C6F0F773691957D /* BSG_KSCrash.m */, + 95F7B73C7BC6EDE9052F07E04DB0C417 /* BSG_KSCrashAdvanced.h */, + E294DA72BFCD10B1152867AA7571D454 /* BSG_KSCrashC.c */, + 732E1BAF94E188712C21BD39B96FCE26 /* BSG_KSCrashC.h */, + DD0AE59F51A1DE1759E3E500BEC37AC1 /* BSG_KSCrashContext.h */, + 943D7DEBC82207F41DED0ABECF1EF62A /* BSG_KSCrashDoctor.h */, + A3563F6253B3ADA72FC5A1180FA6EB55 /* BSG_KSCrashDoctor.m */, + 8726331AF6FD5A9A46E6D76C69CFE1BC /* BSG_KSCrashIdentifier.h */, + 18E62FAC3EFD4396EB4C691B8C82D1BB /* BSG_KSCrashIdentifier.m */, + DA367791D3EA913EE63D4B6186F07065 /* BSG_KSCrashReport.c */, + 76F95C1AC7952AABE43BB6B15937845E /* BSG_KSCrashReport.h */, + D57EEC60392CEA5042D268D64C5D6928 /* BSG_KSCrashReportFields.h */, + 520CEBF422EA2532B8E674FC815BDE24 /* BSG_KSCrashReportStore.h */, + DB1042CE5347E5C69C05DF9654B6FC58 /* BSG_KSCrashReportStore.m */, + FD013A881AB7C8A0B88A7917FB4BCD7C /* BSG_KSCrashReportVersion.h */, + 4D22BB927D67620FDAACAD659A22B72D /* BSG_KSCrashState.h */, + F8B82E7DFEC57F3F2BF27DFD687B53A4 /* BSG_KSCrashState.m */, + FCAAC1F8A1131F406346B5AE3D886ED1 /* BSG_KSCrashType.c */, + EE869A12F535871BA33512B4E9E9E46C /* BSG_KSCrashType.h */, + 265C960F3781EC699D265B371CEBA7C8 /* BSG_KSSystemCapabilities.h */, + 40C2D09AB3F7E78DEEC2F574DCBA8DA1 /* BSG_KSSystemInfo.h */, + 59C5D3D4BAB635C84E35AE51D051C7F5 /* BSG_KSSystemInfo.m */, + 7B72C33D070D0F03288E76E1DA1BAAEE /* BSG_KSSystemInfoC.h */, + 4E632BA6BB0CA2912FFF6430D6F4C829 /* Sentry */, + 22CA24DED669E401F787CE35C93C7172 /* Tools */, + ); + name = Recording; + path = Recording; sourceTree = ""; }; - F0F58EBF81629AD4D45DB18B67FAEB8C /* Support Files */ = { + E57FB6E4DC9D7361CC253CEA3E86D58C /* Pod */ = { isa = PBXGroup; children = ( - 4D1C35782AE03C4504D6FCEACC0558C3 /* React-CoreModules.xcconfig */, - F766909B3CA981EDF35FD2F74F0FE04B /* React-CoreModules-dummy.m */, - D233BC703DAF655092A48EF2168C9408 /* React-CoreModules-prefix.pch */, + 816B24C331E764562DE95D88D72E8EB0 /* LICENSE */, + E14881EF00C615A3DCC304159EC09F46 /* README.md */, + 70BE8888DF464E15C845F104312F342D /* RNVectorIcons.podspec */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-CoreModules"; + name = Pod; sourceTree = ""; }; - F1576EE946E8A8AB55D28DB45E79DC06 /* Pod */ = { + E6794ACEBC5051EC2263C8FB8189E27F /* Pod */ = { isa = PBXGroup; children = ( - FC6F746053BCA019F765F63555322B07 /* React-jsiexecutor.podspec */, + FF122266DD300E2F062DD83CFE32B661 /* react-native-keyboard-tracking-view.podspec */, ); name = Pod; sourceTree = ""; }; - F548C08594B68ABB4AF7B0E4D0B30CAB /* Drivers */ = { + E7827566348E22ABE932A130C01B6751 /* Support Files */ = { isa = PBXGroup; children = ( - 8B8D43FBBE96BBA75B481C27F19FB408 /* RCTAnimationDriver.h */, - D71933A8DB008ECBF8D49FAB8ADD195C /* RCTDecayAnimation.h */, - E4937B1F6198CB6AA8A6BA1CA152C6B5 /* RCTEventAnimation.h */, - 42DAF20F1D0A7DD8B8D3D5C4FF4C87E9 /* RCTFrameAnimation.h */, - 52C6487B62372BE1C7A50B1B34FEC75C /* RCTSpringAnimation.h */, + DCF4CED8CD3D2B43426543E727D6D881 /* FirebaseAnalytics.xcconfig */, ); - name = Drivers; - path = Libraries/NativeAnimation/Drivers; + name = "Support Files"; + path = "../Target Support Files/FirebaseAnalytics"; sourceTree = ""; }; - F56EB9A9D175DFFD33A8FE50190C91C7 /* FirebaseCore */ = { - isa = PBXGroup; - children = ( - 49754C174E317E6EE3EA06B03BE8AA76 /* FIRAnalyticsConfiguration.h */, - 2C3F084BC58B9C5F2BA562EDFD9FAD42 /* FIRAnalyticsConfiguration.m */, - E37F3226B79FDEE5D1ED287B68F1FD7F /* FIRApp.h */, - F3275EEDDFC0BA335A45CCA50A050894 /* FIRApp.m */, - 01A2F49418B97F60147D903753995625 /* FIRAppAssociationRegistration.h */, - 6100DCE535D34DF87F374BD69DDEEBF8 /* FIRAppAssociationRegistration.m */, - FC612B6D9217B2844818B263CA98D12A /* FIRAppInternal.h */, - 5506F95C9DD2C96CB505C5DEC60279DC /* FIRBundleUtil.h */, - 8101CA79A5AA30456AA6165282972ECE /* FIRBundleUtil.m */, - C785E20D4B593BCBE623E92271639FD7 /* FIRComponent.h */, - 4A2BF3DAD8D39FCFB0486E81C37088B5 /* FIRComponent.m */, - 09163101D9B7E00235E192BA91D25025 /* FIRComponentContainer.h */, - 76FB7D1AF654CDA51148A02B58F668D1 /* FIRComponentContainer.m */, - 8554D73855D891F21F3D4A1CAA79A245 /* FIRComponentContainerInternal.h */, - 0BC88F2D8A0A91D11E8A80D44390B6D4 /* FIRComponentType.h */, - 1D4A4185C335D92544251BEE9BE5E8D3 /* FIRComponentType.m */, - 6EC8E6C3EF32A1CAF14738999DC122EE /* FIRConfiguration.h */, - D16FC95975F74E79569D058C5442ED48 /* FIRConfiguration.m */, - 8B3CE4C3A71A509F67940BA9741ECD40 /* FIRConfigurationInternal.h */, - 15A15B78AEE842C9C76037B062424F3E /* FIRCoreDiagnosticsConnector.h */, - BFD1AACC7C607436D920FDA17490CFA4 /* FIRCoreDiagnosticsConnector.m */, - 448AE9F290055CE55E607829C8C0DB27 /* FIRDependency.h */, - D45FFC3C8C3BE59BBA9D2E82DF24A1B4 /* FIRDependency.m */, - 04C3B18339DD82E677853D0FF7F725CA /* FIRDiagnosticsData.h */, - 6C4BF4CF294ED6F6424B645B6BA0174A /* FIRDiagnosticsData.m */, - 448A30501796A418DC547CE32C7F3317 /* FirebaseCore.h */, - 9F722E6EC33131558CA0D9118A0F8F5E /* FIRErrorCode.h */, - F6DB534E64AC58426CC20A569645D015 /* FIRErrors.h */, - 0E60D61EBFEECAC2BD93B44484272D2D /* FIRErrors.m */, - CD0620C398F45DC692DFDEA3FB115D98 /* FIRLibrary.h */, - 858F9BF8E8BB27F1507081A9B6AFDB00 /* FIRLogger.h */, - A89ABA126B960F11BBFCF0475F6A0AED /* FIRLogger.m */, - 5B537E1480C08251B27BF44AC40974C9 /* FIRLoggerLevel.h */, - 56384D31C64B8BFFF1A1FAB31C28328E /* FIROptions.h */, - EB01C7233CEF74DFAA637F56AB8BBD38 /* FIROptions.m */, - F7A3959711328FF127A9A09EDBF43483 /* FIROptionsInternal.h */, - FB511F4A05635B55609527D9515A1D25 /* FIRVersion.h */, - BE94D59D6A90ED95B1F6E7B18C8E00CC /* FIRVersion.m */, - 44068648C93A50DA0671DCC0DCC8EA4B /* Support Files */, + E81AF7D9DE4016395ACEDDA1E5D799C9 /* Support Files */ = { + isa = PBXGroup; + children = ( + D7442488D44347FE3864D6299F3467B8 /* RNAudio.xcconfig */, + FBE1DCE5E476F4EC8A2EDE5C906A1053 /* RNAudio-dummy.m */, + BA1ED11FF0F2ADB786C99C7FFA39D264 /* RNAudio-prefix.pch */, ); - name = FirebaseCore; - path = FirebaseCore; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNAudio"; sourceTree = ""; }; - F5E9EEDCE034226595CDD7FDF149C7C5 /* Support Files */ = { + E83BA8AEDF0F1A179E8605777EC7208D /* Support Files */ = { isa = PBXGroup; children = ( - 58B64C4BE5E0B729543B8C2C893884E0 /* FirebaseCoreDiagnosticsInterop.xcconfig */, + 3D6B737432CBA54A89E0AEFA22DF0FBF /* react-native-keyboard-tracking-view.xcconfig */, + 2C17E36E535E6F0C1AE18EA84D85A981 /* react-native-keyboard-tracking-view-dummy.m */, + D3F1982C9DE5194AEB5AAF32073DB26F /* react-native-keyboard-tracking-view-prefix.pch */, ); name = "Support Files"; - path = "../Target Support Files/FirebaseCoreDiagnosticsInterop"; + path = "../../ios/Pods/Target Support Files/react-native-keyboard-tracking-view"; sourceTree = ""; }; - F623BE9AD3C0F4D44F3BFED026A992D5 /* Pod */ = { + E89983AD81E9A664B03FBC332E269D08 /* analytics */ = { isa = PBXGroup; children = ( - F36809B68BF62D1EC1960FB57B26D63A /* React-RCTSettings.podspec */, + 0DBD4D04E771C54FA52A477EC9FC70CB /* RNFirebaseAnalytics.h */, + 91965C85CF66D8EA20BA211B8836235A /* RNFirebaseAnalytics.m */, ); - name = Pod; + name = analytics; + path = RNFirebase/analytics; sourceTree = ""; }; - F63853D576873C88389F4E4D5D6F14E1 /* ScrollView */ = { + E8EEAD52B1001C6E42DE46FA67FFC33B /* Resources */ = { isa = PBXGroup; children = ( - 7EC0DE5DFE02E82E831EFD2121787C40 /* RCTScrollableProtocol.h */, - DE1D924CA84AB6B9901A47B16A1C8473 /* RCTScrollContentShadowView.h */, - 2ADB25FEB53A93D4B73626B4F59AA26F /* RCTScrollContentShadowView.m */, - 61ECC5373F17840C673B884BFCBF70D2 /* RCTScrollContentView.h */, - A8695258552D9585B4FB62140C8EF779 /* RCTScrollContentView.m */, - 349FC5C2C569B5CEF5EA3ADD116336F4 /* RCTScrollContentViewManager.h */, - 52120C843AEF2FCCD725F0CDFB6C3957 /* RCTScrollContentViewManager.m */, - F46E1EFB7FEF88326BC1984DE4528106 /* RCTScrollView.h */, - CDBF0089121537071410CBDA4B89BA46 /* RCTScrollView.m */, - D183A5ED022411363D6647B0025FD857 /* RCTScrollViewManager.h */, - A5EC7D8475099F10FFC4F6D41593A9B9 /* RCTScrollViewManager.m */, + D012AFD43F6B9E215E2529EE1DE37372 /* RSKImageCropperStrings.bundle */, ); - name = ScrollView; - path = ScrollView; + name = Resources; sourceTree = ""; }; - F7024BD0ACE86E1FD51A5F98449F4B6C /* Pod */ = { + EA819708ACB911FDB801A231FA928058 /* Profiler */ = { isa = PBXGroup; children = ( - 5DBB0F012F5493C048E7B76BF944EEC4 /* React-RCTAnimation.podspec */, + 702D442BFAEEBC53967590E478172D81 /* RCTFPSGraph.h */, + 66679F7DD5C25FB6D5A0FA4B91A6CD05 /* RCTFPSGraph.m */, + 321A3EB0FB64C5D2F763BBDD94BE0F90 /* RCTMacros.h */, + D858D60B19B15DD3B37BFCFA9D636CAF /* RCTPerfMonitor.m */, + E99010208DB40FF5DE426252C8136019 /* RCTProfile.h */, + AED110A21816296407A6A61AC9990E5F /* RCTProfile.m */, + 3C48EE00491A8A4B8EEFA84F944F86A4 /* RCTProfileTrampoline-arm.S */, + 1418C7E922900E5DE839F18D991C3B84 /* RCTProfileTrampoline-arm64.S */, + 392E52760A362EB0A97D3E6EFB27B76E /* RCTProfileTrampoline-i386.S */, + 9D7BB9A9986EC460E6DA90011D792EFD /* RCTProfileTrampoline-x86_64.S */, ); - name = Pod; + name = Profiler; + path = React/Profiler; sourceTree = ""; }; - F759CD8FC03D59B569ADF9BDE65D0FE3 /* EXAV */ = { + EB7830C10F2B6F429566321E5411CCC2 /* FBLazyVector */ = { isa = PBXGroup; children = ( - 4B6238F0A680653B583FB82070413253 /* EXAudioSessionManager.h */, - 89EC8A7E6CE34BC157979031FCFBBE43 /* EXAudioSessionManager.m */, - A2C4C4BA2E33AE21DB99829860BD5819 /* EXAV.h */, - 316C0BF08894865C11B0DB43AB8510BF /* EXAV.m */, - CF6FDC9BC1D4D5730299FC96938296B2 /* EXAVObject.h */, - 218900E2A9108A356BCE06C3AD448490 /* EXAVPlayerData.h */, - F667A5FF9199365E26EF120583AE5DF1 /* EXAVPlayerData.m */, - 0248076CDAB3796D262E48103E942827 /* Pod */, - 83C4519A8014F6C54F3D8B66C1E2BF13 /* Support Files */, - 979BC191026101CB609BC50A0A80B8D7 /* Video */, + 0BD001A7A37F01C00E5CC08101FD9FD1 /* FBLazyIterator.h */, + 165EF85905D443770194085D1852BB5D /* FBLazyVector.h */, + 0F65A7F91102F315BCE3C7D9C7C82CF8 /* Pod */, + 6A2669798997CB60BEDFF14FAC4E1813 /* Support Files */, ); - name = EXAV; - path = "../../node_modules/expo-av/ios"; + name = FBLazyVector; + path = "../../node_modules/react-native/Libraries/FBLazyVector"; + sourceTree = ""; + }; + EC63520602EA1EAE02153A86F1ECEE32 /* database */ = { + isa = PBXGroup; + children = ( + 1FA5E0CA44BC2E324B39B0EC61089027 /* RNFirebaseDatabase.h */, + A9691ABB37712E5FCEBACD419A31BD2C /* RNFirebaseDatabase.m */, + DC898FA019A3F25EA6F04D68DD84E834 /* RNFirebaseDatabaseReference.h */, + 94E57B5ECB870EF9C65BE0DB598689E4 /* RNFirebaseDatabaseReference.m */, + ); + name = database; + path = RNFirebase/database; + sourceTree = ""; + }; + ECD336A7C45854EB4022B9D5DF23021F /* DoubleConversion */ = { + isa = PBXGroup; + children = ( + 9307A5FA57000E38FBF9EC08FFF8A2BF /* bignum.cc */, + C993DF06793B7954B7AE6F9F0A64ED07 /* bignum.h */, + EBDF0BB8287EE7675B3313716DA7CFCF /* bignum-dtoa.cc */, + 62D58564597AD3FA1680CA444EE3153F /* bignum-dtoa.h */, + 27471F34AEEB9F553D525EC2E01F3CE5 /* cached-powers.cc */, + F6BC72E7DD48A1994CDB1E6FFF3B439E /* cached-powers.h */, + 8C702ABF343F6407668963298BF734C7 /* diy-fp.cc */, + 4AF26D3C24076E62CEE06B987C6D1D6F /* diy-fp.h */, + 70A2C57EB51078DE137D607F34867F54 /* double-conversion.cc */, + B37B061BCFAEAF0A54D7854C6C0322C7 /* double-conversion.h */, + 514A2F253442115AFA4B6EDDAFFFE085 /* fast-dtoa.cc */, + 310B5509506DB448A66995284AA9A9CF /* fast-dtoa.h */, + A7F28B7C648243F665EB4806AE5569F6 /* fixed-dtoa.cc */, + 6E1205BF8DB94D1E1D3698CBE66EBF47 /* fixed-dtoa.h */, + 0BE6814863EBB3F1C85ACC78CD1A0667 /* ieee.h */, + 7B74342AA866FE731DC0FDD2C2028F04 /* strtod.cc */, + EED9275A1D632EBAF320EF1A80E7B5C2 /* strtod.h */, + 617CCEC26BE49CEAB04CC0C3BD375E6C /* utils.h */, + A73232D7B575C52303AFCBA0D1952B59 /* Support Files */, + ); + name = DoubleConversion; + path = DoubleConversion; + sourceTree = ""; + }; + EE8F9650481736DB306924C006565936 /* UMFileSystemInterface */ = { + isa = PBXGroup; + children = ( + 7DED4185513221BD8A0C78546E28CE08 /* UMFilePermissionModuleInterface.h */, + 3AB044C3B7717953322047E450A71A45 /* UMFileSystemInterface.h */, + A1861E7AF117040A309136E80BDE1650 /* Pod */, + 9E6228C6B7C4BCDE68BD58A72591803B /* Support Files */, + ); + name = UMFileSystemInterface; + path = "../../node_modules/unimodules-file-system-interface/ios"; sourceTree = ""; }; - F808B43AC46ED8C547C8114777084BA0 /* Support Files */ = { + EEBFE49148F1CF5A03CA08723969E319 /* Support Files */ = { isa = PBXGroup; children = ( - BEB25E935E208E19D4C18AA70D6DE952 /* ReactNativeART.xcconfig */, - 435822B969FE08A51E67E832A6955827 /* ReactNativeART-dummy.m */, - E89A89BD5F469CBCD4EF4B9A37032EB1 /* ReactNativeART-prefix.pch */, + FB64DAEF321D4A129D5F296408A320DC /* SDWebImageWebPCoder.xcconfig */, + DDE8F8D657B4AD8D68519848C7E00D6E /* SDWebImageWebPCoder-dummy.m */, + 8D8E152A9BC39CB6B4F112BE7933F62A /* SDWebImageWebPCoder-prefix.pch */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/ReactNativeART"; + path = "../Target Support Files/SDWebImageWebPCoder"; sourceTree = ""; }; - F86AD797816AA180EEC31C507BD3BF2D /* RNDateTimePicker */ = { + EF07FF0862760CF2BEB7721143D4585F /* RawText */ = { isa = PBXGroup; children = ( - 2BCAD129215DDD233BEB67EA7FDE9E44 /* RNDateTimePicker.h */, - 3D24786AB087F1A94DC87E1E9CE1CF66 /* RNDateTimePicker.m */, - A8ADC91FCB1A9A22A94BB670E1129B6B /* RNDateTimePickerManager.h */, - 418639F33E8200895BD854B7262C20D6 /* RNDateTimePickerManager.m */, - DD3E92D775DFFCB73EEAE5842C177C91 /* Pod */, - A2416CFB634BD1BE49C9ED94B9D46B89 /* Support Files */, + 0E6977FAA63F6CA6D8FDBC6AFA3B9E98 /* RCTRawTextShadowView.m */, + E9A7CAE3BE3E4DA6F072F8361E730C28 /* RCTRawTextViewManager.m */, ); - name = RNDateTimePicker; - path = "../../node_modules/@react-native-community/datetimepicker"; + name = RawText; + path = RawText; sourceTree = ""; }; - F8B2214C8B794A63F6870021595D010B /* RCTActionSheetHeaders */ = { + EF4FF077384894C92E4814E8E288BDD5 /* FirebaseAnalytics */ = { isa = PBXGroup; children = ( - 30C9D4A70943C55E73C0BDDC19090EA4 /* RCTActionSheetManager.h */, + B4938EC6831DA7FA371B4207AAB74D27 /* Frameworks */, + E7827566348E22ABE932A130C01B6751 /* Support Files */, ); - name = RCTActionSheetHeaders; + name = FirebaseAnalytics; + path = FirebaseAnalytics; sourceTree = ""; }; - F923C220358F3B5822F02DDF79D5ADD5 /* Pod */ = { + EFAF538BA0EE9D5E25FB39B6EABC8883 /* RNLocalize */ = { isa = PBXGroup; children = ( - FD620725563A25DD53F511BE676D7384 /* LICENSE.md */, - 304F27CCBDBAAF2C03994FC499DF97D0 /* react-native-document-picker.podspec */, - 8C3D163EA7475D9797EFB599AA34E2F2 /* README.md */, + B631F247E1DC396A1BA5E711C5F70F33 /* RNLocalize.h */, + 1CA8125439F97A566317021EC91B6DDC /* RNLocalize.m */, + 82AF47CFEFF6DF94B7E2887A2AEAFACE /* Pod */, + A97247CCB1E30E266F87484709474A1B /* Support Files */, ); - name = Pod; + name = RNLocalize; + path = "../../node_modules/react-native-localize"; sourceTree = ""; }; - F99224E5E60995E64CAFD9F1D6238903 /* react-native-video */ = { + F0044B9650E6BC845F649EE7C95040E3 /* mux */ = { isa = PBXGroup; children = ( - 43CF021752CC3DED22EBBA528EBBE4C3 /* Pod */, - E1F69EE14282520ED77F63A538344A48 /* Support Files */, - 2DEE3B899BD79034BD527CC050CE7D38 /* Video */, + C78D47F722BB1CAF44A836ED125A9FD7 /* anim_encode.c */, + F762F0A56AD644160EE40F2C9ED7DC7D /* animi.h */, + F1278B603ADC956F51E3304081668BFE /* mux.h */, + 23EFDD9E4FD7AF73F60CA08A78677637 /* muxedit.c */, + 1B2955D4AD48DE04BBCC5DB14A864B06 /* muxi.h */, + 8C47D1D35F481ACA0F8701C734BA781B /* muxinternal.c */, + D563B3F8B5F2EC3024FAB3290E161100 /* muxread.c */, ); - name = "react-native-video"; - path = "../../node_modules/react-native-video"; + name = mux; sourceTree = ""; }; - FA0F3649E02C46B100D7F3F25EC91192 /* Multiline */ = { + F068D7B773BC6F6A480165D026AFD76D /* Support Files */ = { isa = PBXGroup; children = ( - 33C28C7193C813BA137A29D9A54AE40E /* RCTMultilineTextInputView.h */, - C1EE93B3F93FE11C2A7F366D1E4337B4 /* RCTMultilineTextInputViewManager.h */, - 1F243D1FD4254F1EFD94289D7DED651E /* RCTUITextView.h */, + 038A80AF4541A3218A844236F86DCA0A /* React-jsiexecutor.xcconfig */, + 2BDB0E86D85831000375A7EC4A0024AD /* React-jsiexecutor-dummy.m */, + 0A5419ECC15C97412C523F0FBE0D4FD4 /* React-jsiexecutor-prefix.pch */, ); - name = Multiline; - path = Multiline; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-jsiexecutor"; sourceTree = ""; }; - FA720A42D7AD69B37FE32BD870947B67 /* Pod */ = { + F1A57550C5453A8DA356A8B90D747A3C /* RNImageCropPicker */ = { isa = PBXGroup; children = ( - 4C9DD7C2D4AB0CAE472BC188A83DAC48 /* LICENSE */, - BD0055AABD1D0A950E6F69A86741DFDF /* README.md */, - 185BA6934CA079AC6BE5099017FACD72 /* rn-extensions-share.podspec */, + A3415E38D5E1DBC30DC4BCACCD73D64E /* Compression.h */, + 7D827844647E7A17CE8BDBBE80B4D2FD /* Compression.m */, + D27ADF8C1E1379A4F7E0518AF69FCA06 /* ImageCropPicker.h */, + 00E82BDB2C9F5873A72BD92FC76E564A /* ImageCropPicker.m */, + E9DB9A7CD9DA43DDDE88315A08E9FA82 /* UIImage+Resize.h */, + 5F9B41F73DE3A642B7685B934EA65566 /* UIImage+Resize.m */, + CC96679AA98B76E42E488C217AC0C210 /* Pod */, + 432827F5900D9FB6002F825C586CE0AC /* QBImagePickerController */, + B080F826DB3A8B1A46E35432E0CBBE8F /* Support Files */, ); - name = Pod; + name = RNImageCropPicker; + path = "../../node_modules/react-native-image-crop-picker"; sourceTree = ""; }; - FBF9D009B9F65C490F43B10E20D35390 /* Support Files */ = { + F2FD01AAB7CB67814252C9FA9FAEB1F5 /* React-RCTSettings */ = { isa = PBXGroup; children = ( - 7CB5D3ED9C2BDAF2A7F5063AA4CE0C19 /* glog.xcconfig */, - 84DEA6A2926AC579012A614F51820936 /* glog-dummy.m */, - 2037B71C0E6E322B709F9308458EA14B /* glog-prefix.pch */, + DB11279B4CC28B0171055B063B80E6FD /* RCTSettingsManager.m */, + 47304582F21DE6B0E4E607FCC454ACDC /* Pod */, + 086E96906DDFE55D11DB51E67305AF4E /* Support Files */, + ); + name = "React-RCTSettings"; + path = "../../node_modules/react-native/Libraries/Settings"; + sourceTree = ""; + }; + F30FFFF1DA8E2E2F1F65A4F83FD5867F /* SurfaceHostingView */ = { + isa = PBXGroup; + children = ( + F1CA86EC02704792F80A09983025BB31 /* RCTSurfaceHostingProxyRootView.h */, + A9260E377C17898766A665275BEC9B96 /* RCTSurfaceHostingProxyRootView.mm */, + 5BB54D1729F8F16A934E77D5B4B9D643 /* RCTSurfaceHostingView.h */, + 6EB0B824AF84B8E153BF5D7B66B29FC1 /* RCTSurfaceHostingView.mm */, + 32272DA9DC56D2252137E11DFDD0517C /* RCTSurfaceSizeMeasureMode.h */, + 30F16B599AF32757BBF394ECCF64BDD8 /* RCTSurfaceSizeMeasureMode.mm */, + ); + name = SurfaceHostingView; + path = SurfaceHostingView; + sourceTree = ""; + }; + F36D461317159FC502D91243A6403D41 /* Support Files */ = { + isa = PBXGroup; + children = ( + 254D39F8195B37A3224A2EA960FA0D26 /* React-RCTImage.xcconfig */, + BCA226BD14A22B9CE3BDFE2C44E4B410 /* React-RCTImage-dummy.m */, + 3137B0446693BB23F7A1A2CB88F11B2D /* React-RCTImage-prefix.pch */, ); name = "Support Files"; - path = "../Target Support Files/glog"; + path = "../../../../ios/Pods/Target Support Files/React-RCTImage"; sourceTree = ""; }; - FC5EF7489FA00757F312BBA3F900D4D5 /* Pod */ = { + F3BE0150FBD78FFE7569D4C7EC9595E0 /* Support Files */ = { isa = PBXGroup; children = ( - D8DA03EAE13BBC725FC65DDC6DA8FD86 /* React-Core.podspec */, + 73ADFAB63097DFC4C3025654ED38A35C /* rn-extensions-share.xcconfig */, + 792F3DE9224A1DD993CC8210F6D61535 /* rn-extensions-share-dummy.m */, + 3D6971B0E12F518CC9290AD6EF122EF7 /* rn-extensions-share-prefix.pch */, ); - name = Pod; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/rn-extensions-share"; sourceTree = ""; }; - FC73D0BB2070940D9844F99068381A9D /* Pod */ = { + F3CAF142A2F6B10909EED3343B9FF4C6 /* react-native-webview */ = { isa = PBXGroup; children = ( - B5F82A5EB9938DF9652E8C774662C2D4 /* LICENSE */, - 2C5A20876F1909D9ED667607C3ACDFD2 /* README.md */, - 4E7FFB4BF0DB914DD29C0A97EC7E0F62 /* RNLocalize.podspec */, + 551309157E1F140AD78CCC739864810C /* RNCWebView.h */, + 36769BAED6E76E3E195F3B0E0D4B6A88 /* RNCWebView.m */, + 0E350C264AE4803D6EBD9A194FEC1259 /* RNCWebViewManager.h */, + 257FAA10FD8901F9CC7B43BBE01C8824 /* RNCWebViewManager.m */, + EE77122A910065EFA2B5CC41D22D6077 /* RNCWKProcessPoolManager.h */, + E898E9CA1257AA2D50D0F4AB5D00E3B8 /* RNCWKProcessPoolManager.m */, + D88A6BF079998A20D1208D07A869EA15 /* Pod */, + C43AA1D2F463FC8F8940D5C4F4131234 /* Support Files */, ); - name = Pod; + name = "react-native-webview"; + path = "../../node_modules/react-native-webview"; + sourceTree = ""; + }; + F3CF337684CF232BC0A534A0C924468A /* Pods */ = { + isa = PBXGroup; + children = ( + C6EAA678CE34CC24B34CB5A710052FC0 /* boost-for-react-native */, + FA96FD2F5FF83DA4DC289C7788B0E8CC /* Crashlytics */, + ECD336A7C45854EB4022B9D5DF23021F /* DoubleConversion */, + CEB97193EFC32D087D832BADA04E1AFD /* Fabric */, + 42DB5497D0205BE1831E7686A491E95F /* Firebase */, + EF4FF077384894C92E4814E8E288BDD5 /* FirebaseAnalytics */, + 5AC8DD3A22DE15FED6107CBAF45D37A2 /* FirebaseCore */, + C6F58A381FB1BC7A3DEB0FB1D0C5345E /* FirebaseCoreDiagnostics */, + 215F22565843CB30C76C33F6CA2789FD /* FirebaseCoreDiagnosticsInterop */, + E095C3347AF50DDADDDF6CC031DAA6D9 /* FirebaseInstanceID */, + AEA9BACD48867572A3F1E34A434EA210 /* Folly */, + DBBD1F13765A25CC8BCBBFBC641BF012 /* glog */, + AFACDE4DCC23BDEA99D5C31756E2E2FA /* GoogleAppMeasurement */, + 6FF0F000A20F65D87C7C2474482A0F89 /* GoogleDataTransport */, + 7FB97AA06C19FB7FB455F477F2961F80 /* GoogleDataTransportCCTSupport */, + 1571351D44DDA44B0522DAC3CC174204 /* GoogleUtilities */, + 1A9A8F7748BD4A4ECA30D287F5D5F67F /* JitsiMeetSDK */, + 6460E7B3271EEC81C32880A1A5991660 /* libwebp */, + DF46527C239687489BF2D72AE4C69774 /* nanopb */, + 3753A903489A2CBC645231993C8E6737 /* RSKImageCropper */, + 5647FAA622C078EF86A89F328A3BD7D3 /* SDWebImage */, + 8D436834128E652E6596ABE44DEF437D /* SDWebImageWebPCoder */, + ); + name = Pods; sourceTree = ""; }; - FD6A82FC11E048909BAF1A65B9D636E6 /* bugsnag-cocoa */ = { + F74417EBA7079E353532E43164085A3C /* Frameworks */ = { isa = PBXGroup; children = ( - 4D4CAD72A738FE9FCC82B4A0B67E2083 /* Source */, + 9ADAC6CD45640D9EABC1DB283FA2B30F /* JitsiMeet.framework */, + 855FA7499F1A41F34D4ABFB10B0E1D73 /* WebRTC.framework */, ); - name = "bugsnag-cocoa"; - path = "bugsnag-cocoa"; + name = Frameworks; sourceTree = ""; }; - FDBDA155CF6A216AE9885A7CAEC0B1B7 /* Pod */ = { + F7C7166FF5CAB4846BC9291C6EA0B00A /* RNDateTimePicker */ = { isa = PBXGroup; children = ( - 8457E4286D4595A371FDBA1B4E985DFA /* LICENSE */, - 49AEAC131E034AC6D186EA0F9A9289D7 /* react-native-jitsi-meet.podspec */, - 1DB5227CD95D506ADCCCE5407E591BF9 /* README.md */, + 7E4ED99A93F06400213D81873A377F33 /* RNDateTimePicker.h */, + F379F672762AEC43E947387F93AF42A0 /* RNDateTimePicker.m */, + F1B8D84E9C430C8D1138F1F0DB1AA81A /* RNDateTimePickerManager.h */, + 5E56E65AFB8D31A73252F026A0E7F196 /* RNDateTimePickerManager.m */, + F7DB0D30BB116E9FC3FCD6CDCFFD694B /* Pod */, + 0970F0ED02E9C51A2BD85B30311E385D /* Support Files */, ); - name = Pod; + name = RNDateTimePicker; + path = "../../node_modules/@react-native-community/datetimepicker"; sourceTree = ""; }; - FDD60D51750F35B3F28E0D61D69A6AB9 /* BaseText */ = { + F7CEBEFD6F5C2F4AB598FC4947F8860A /* Support Files */ = { isa = PBXGroup; children = ( - AC3E8D3A8F269AF54F2B577859727182 /* RCTBaseTextShadowView.m */, - 70C0EE24781C9249E5824DC7DD6AD1FE /* RCTBaseTextViewManager.m */, + 3203079066E7FCC33FC1DD60C01A38A6 /* React.xcconfig */, ); - name = BaseText; - path = BaseText; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/React"; sourceTree = ""; }; - FDE72FFE7D2794A6ADEAC4F86C2AB457 /* QBImagePickerController */ = { - isa = PBXGroup; - children = ( - F68614DA4BD83FD88638B2D6FFE432AA /* QBAlbumCell.h */, - 1C04545DF72C8133BD387E44DB618D8B /* QBAlbumCell.m */, - D328398F059C6753CB6FD284D94ACD5F /* QBAlbumsViewController.h */, - 6B758635E567F2DCA8C5480D9238B2A5 /* QBAlbumsViewController.m */, - D27DD9EA70432EF865F1A64C6DE26DC2 /* QBAssetCell.h */, - 7F2C818D6FCADF26293BDB5D60AB1E76 /* QBAssetCell.m */, - ADBD04C24033E70A57BE371F9E95677E /* QBAssetsViewController.h */, - 176FFAB39B2D6AE5A1171AB5ED0CD3D8 /* QBAssetsViewController.m */, - C9C994C0067A6A1E796C234B98F686CC /* QBCheckmarkView.h */, - 93E69BCC3267990FBB5D99BB96D6BFAC /* QBCheckmarkView.m */, - 4C61DBDDB08AA75D46C6474F4BA5A806 /* QBImagePickerController.h */, - 162A8DBC37BC0C03DF8FF66FAFBD9F57 /* QBImagePickerController.m */, - 85529CF7E1A03066A8EBBDA1888E4A63 /* QBSlomoIconView.h */, - 6BBAD0618ED4DD529E5618027E3EA18B /* QBSlomoIconView.m */, - 9AFF2790DE9D663C1E7587227F59B572 /* QBVideoIconView.h */, - 18773384DB62FB17C00795EBAF1F71D7 /* QBVideoIconView.m */, - CD729C838803A5760395185A8DD7AABD /* QBVideoIndicatorView.h */, - 8FF61D799105A3F47C48322386EDDD0C /* QBVideoIndicatorView.m */, - D5418C0ADBC20C221DAC2565748BB25B /* Resources */, - 039F683247C9DADAFE8327DB50330DB6 /* Support Files */, + F7DB0D30BB116E9FC3FCD6CDCFFD694B /* Pod */ = { + isa = PBXGroup; + children = ( + A26D21EE6973836603D8347C4AA8BD9E /* android_date.png */, + D0344C759AE01FB1CF12390619BA0A54 /* android_time.png */, + DAC30BE4A1E6FE0E54C7C16F3E46E981 /* ios_date.png */, + 0595C8D67D9DB14FFA87BABD57DE21B7 /* ios_time.png */, + 17C87CC3D47C59576B910B2659EE7E64 /* LICENSE.md */, + CF43D92D4A9E043BF617A5C4C33ADE35 /* README.md */, + 11E882177D9D544089B62829B6126A2B /* RNDateTimePicker.podspec */, ); - name = QBImagePickerController; - path = QBImagePickerController; - sourceTree = ""; - }; - FDF4D6A5D859A483FB87E0527F894279 /* Yoga */ = { - isa = PBXGroup; - children = ( - 6F54D424B6821B1F054222ACD281A1DF /* Bitfield.h */, - 68EB781C14B45A23D2B2422D488DA871 /* CompactValue.h */, - 99F091C5F623BB170E278BBD8E649A54 /* log.cpp */, - DC4D4469B21C94DD2DF56F41CF784C28 /* log.h */, - FEDFC568104411ED03B02D62477E4F29 /* Utils.cpp */, - 925E49E5E59F93D6688415DA93CD7F5A /* Utils.h */, - CB3EB2037C237D1092F9F55C34AB4779 /* YGConfig.cpp */, - E6B7255212616D8D3D67F58182276BF1 /* YGConfig.h */, - 09FC555118A63B0AD189928A2ECA0430 /* YGEnums.cpp */, - 9AF1BF78E45859318021615175699AFE /* YGEnums.h */, - 707F0E2CA1DE8401C91E126BF8150E77 /* YGFloatOptional.h */, - D3BC697CD06E41C467716E8D62558710 /* YGLayout.cpp */, - A00153B6D726646E455C40CE2FE72A01 /* YGLayout.h */, - 90A491172AE67CEE7731E66053A71A10 /* YGMacros.h */, - C52DC1251CB3B98AB423ACBA723BB4D2 /* YGNode.cpp */, - 960EA976ECE17D22A0E480FFD8AD7983 /* YGNode.h */, - 28DB6CAB95392C193840F107465D6B1B /* YGNodePrint.cpp */, - E597D8C28C8552D76655711B561CDAB5 /* YGNodePrint.h */, - 2C8ABF8DC8AD19F1E8206D8836352670 /* YGStyle.cpp */, - B597CC0B456C5F8B1D52993341C79D17 /* YGStyle.h */, - D16C9C67960C8F87EEE51FE441309B2A /* YGValue.cpp */, - 427A0326EE1F999EEED7E345245B4021 /* YGValue.h */, - 9756293030F9FAF3781E87AFAB4E9D20 /* Yoga.cpp */, - 91FE3E33D4AE22A046A2F1AC3F277D47 /* Yoga.h */, - E1390F1B254ED476EDB45D14438BA504 /* Yoga-internal.h */, - 5AAC2EC8CB401630C3D39B420B4DEC08 /* event */, - 0D0A1AF469DD06E63F1D5CC0C56FADC0 /* internal */, - 3C5C64274EA2ACA21612064B3177FF7E /* Pod */, - DB69435384378DE289AFF9AB4D220F08 /* Support Files */, + name = Pod; + sourceTree = ""; + }; + FA06029B50ADF40D556CDB3E6E523B94 /* React-jsinspector */ = { + isa = PBXGroup; + children = ( + E19616DDEC3B522B13FDEBA40986692E /* InspectorInterfaces.cpp */, + 1FE3B0E6E0B73EFFD9494512EFE99A81 /* InspectorInterfaces.h */, + 684239CAEA64D3CB6D399BA0165EAA36 /* Pod */, + 50E9EA75A7B811F01F743AC4B43270CB /* Support Files */, ); - name = Yoga; - path = "../../node_modules/react-native/ReactCommon/yoga"; + name = "React-jsinspector"; + path = "../../node_modules/react-native/ReactCommon/jsinspector"; sourceTree = ""; }; - FE03C24ED032AED340626916DA2CD868 /* Default */ = { + FA96FD2F5FF83DA4DC289C7788B0E8CC /* Crashlytics */ = { isa = PBXGroup; children = ( - 4473C171202FFE5A1EC746437B40E833 /* Base */, - C26F5CFAF0C03351ECE16FA88A84AB56 /* CxxBridge */, - 3BA5EE25B75F61B7767C62FDEC485FED /* CxxModule */, - E14C6D30E65F45DC62389083EA382D06 /* CxxUtils */, - 5AC538F3561CEAD0FE29C63F6EB5C6F6 /* Modules */, - CCA314DA7C35C9EBDE46F0B1B0D15BE7 /* Profiler */, - 8B91B92AAD50646F07255F507ACDEE56 /* UIUtils */, - EAFB22DA9725AE81D359CD5FD5DE8088 /* Views */, + 1DDEB27E88339BEF722E14FFCB3E3630 /* ANSCompatibility.h */, + E850ABD360807BF5FC6195D804CDC73F /* Answers.h */, + 8C6645411C554858ADA26C648BCBCEE0 /* CLSAttributes.h */, + DB35135339DD95C379CB3511AB5F8F99 /* CLSLogging.h */, + 988633FF40146D245E34784171890089 /* CLSReport.h */, + EB2B0BD91CA5870A2E60FB5BC4F7B9B3 /* CLSStackFrame.h */, + 6E6A07445A6C67484E9EAD3649AEA9DD /* Crashlytics.h */, + C78784711C677018497E8D5457CAB129 /* Frameworks */, + 4D9C7557ECB54D5FB587C4FF3E2BB92B /* Support Files */, ); - name = Default; + name = Crashlytics; + path = Crashlytics; sourceTree = ""; }; - FF0C5CF07A36217F63F00F78A8A89782 /* Support Files */ = { + FABC33B3DCAE5C687D46162E09F68585 /* Support Files */ = { isa = PBXGroup; children = ( - 6791C2D7588855BAA3807D995D2AF146 /* FirebaseAnalytics.xcconfig */, + CAF6DF8DAE53574A10DEFC9B56B1584D /* react-native-orientation-locker.xcconfig */, + 57AECC27F567DD3DF4C93EB41CFC289E /* react-native-orientation-locker-dummy.m */, + CB68CB30885069F725864FF48E3AC1AA /* react-native-orientation-locker-prefix.pch */, ); name = "Support Files"; - path = "../Target Support Files/FirebaseAnalytics"; + path = "../../ios/Pods/Target Support Files/react-native-orientation-locker"; sourceTree = ""; }; - FF8878B85553517DCAA39B6F1C94141D /* Transitioning */ = { + FBE67F862C0D6AE06559619C16D86771 /* Transitioning */ = { isa = PBXGroup; children = ( - 149EFF00344904119B2E1D3E166527D6 /* RCTConvert+REATransition.h */, - 2633ABA11AE357AFED94CB450A5CCA4D /* RCTConvert+REATransition.m */, - 04465093BBCE1426AF1EB6CA52C98A8C /* REAAllTransitions.h */, - EED037C5716D0A5BEFC66A5967680C09 /* REAAllTransitions.m */, - 12BF78ECB1D846FE2E9B389B6B47471E /* REATransition.h */, - 9043F3995743F24CF7A6F92D5E2B95DD /* REATransition.m */, - BF32EEFD878497326C2A76860E6C753D /* REATransitionAnimation.h */, - C6CEF9A66E81DD5CE2D2A95D73C83446 /* REATransitionAnimation.m */, - 03EA08DE0F3C5C8F8CF6C1FDE51CECF6 /* REATransitionManager.h */, - 3D959E1A3059C3EF37FB4C01C802BDD1 /* REATransitionManager.m */, - 73311D6651EF87EA6286106D7815FA22 /* REATransitionValues.h */, - AEDA30D82699B958AD564B3E95991F7D /* REATransitionValues.m */, + 902E2339E7F9CAD6C410D04B1C8FD1A5 /* RCTConvert+REATransition.h */, + BCA45C455C082F94549D0DBF86BB2CCB /* RCTConvert+REATransition.m */, + B0B271CC330D29F0587211E3E531EF9E /* REAAllTransitions.h */, + F05866DFD17F00D85C0E2FE3F063EF12 /* REAAllTransitions.m */, + ED72CB75EE41F1699A55F0A56B38D40E /* REATransition.h */, + B895124FF14733D7CEBA9349AA9E6180 /* REATransition.m */, + 3EA5866DCD3136661203018625FF4331 /* REATransitionAnimation.h */, + 1F6A4A32003BE13755DF6A7C0A164DCE /* REATransitionAnimation.m */, + E5AC8B98C098C0C26E995038B4A120EE /* REATransitionManager.h */, + 0D15ED0D3FBC255024DAD806706032C5 /* REATransitionManager.m */, + D3ECE73C933780D042B8EE7211C45B3B /* REATransitionValues.h */, + 0EA7070E8C3E015DE88259B3A3CDCD83 /* REATransitionValues.m */, ); name = Transitioning; path = ios/Transitioning; sourceTree = ""; }; + FD51F31B3D2791E128D3AEE8EB5D88F0 /* BaseText */ = { + isa = PBXGroup; + children = ( + 264B5E7D4C00A43280E5A09AFF8A418D /* RCTBaseTextShadowView.h */, + 1FC725872F6FD1C53517FFE99D1685CD /* RCTBaseTextViewManager.h */, + ); + name = BaseText; + path = Libraries/Text/BaseText; + sourceTree = ""; + }; + FDCDFD15E0E55A11B5B46875F275B9AD /* React-RCTText */ = { + isa = PBXGroup; + children = ( + D74C97B2031F3ECE61A82A6769BED2CB /* RCTConvert+Text.m */, + 24E9CF082676CAD594449D4A5283465E /* RCTTextAttributes.m */, + DEE2F6532396FE88E0061FF97165B17B /* BaseText */, + 64EF8CE4CC19D2846861EB59274D0892 /* Pod */, + EF07FF0862760CF2BEB7721143D4585F /* RawText */, + 972CCDD830772F8FC6B9ADDBF6C52113 /* Support Files */, + A744FFFD456BC639B08B86E71C20857B /* Text */, + 2098E5B060FB3A3EECC09E9682750B62 /* TextInput */, + 7E8067D850626F2B4FFEB84BD94D81C9 /* VirtualText */, + ); + name = "React-RCTText"; + path = "../../node_modules/react-native/Libraries/Text"; + sourceTree = ""; + }; + FEBA5CACAC6487839B5FC2B44320F93C /* RNBootSplash */ = { + isa = PBXGroup; + children = ( + 11E5A3078F36287C0F1AB13ED9B084C9 /* RNBootSplash.h */, + 7C38CA7B81ACA338D999FE3C0EAD78B7 /* RNBootSplash.m */, + DF405470C745EB45D629F7941FE51DDE /* Pod */, + 56151608E33FF7556216B5A92B4972BE /* Support Files */, + ); + name = RNBootSplash; + path = "../../node_modules/react-native-bootsplash"; + sourceTree = ""; + }; + FF1A399FEB6FFE0986AD8B5388D58AD6 /* Support Files */ = { + isa = PBXGroup; + children = ( + 04C3B1DD186B53182C077DA48835BE9E /* UMReactNativeAdapter.xcconfig */, + F478A516B3DE1209CB2CA59579797CA0 /* UMReactNativeAdapter-dummy.m */, + CD6882F61920B611634F3F9BB4EA9300 /* UMReactNativeAdapter-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/UMReactNativeAdapter"; + sourceTree = ""; + }; + FFB27F4914493A168D828431D88C8F05 /* Support Files */ = { + isa = PBXGroup; + children = ( + BCA6D798952261C230B8842DB9F4AAFD /* UMTaskManagerInterface.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMTaskManagerInterface"; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ @@ -12624,6 +12583,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 191A951BEBE62123328E10960A97742B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 1C74D6215F0C3A85E599235A13CD942E /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -12681,23 +12647,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 228F489A490FE4C72C15119BFDB98FD8 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - BEB014B667D2D37691883E689C5B22F5 /* CGGeometry+RSKImageCropper.h in Headers */, - D1E2823715233023751BC1A650312E68 /* RSKImageCropper.h in Headers */, - 6CAE7B58CE9BD131394923647C87E502 /* RSKImageCropViewController+Protected.h in Headers */, - B41B88AE6081A9D0D8032DBD315DE541 /* RSKImageCropViewController.h in Headers */, - 0F74E8A5F532A34DF54D4FD8FA101A47 /* RSKImageScrollView.h in Headers */, - 8977464D4BB4700C5D299790C4821FDE /* RSKInternalUtility.h in Headers */, - 2C481200823D38A388244D888717D38B /* RSKTouchView.h in Headers */, - 128E6B16586CC0971D3F06FB409A8D79 /* UIApplication+RSKImageCropper.h in Headers */, - 0C8E1808BF269659F424FE54C401AB5F /* UIImage+RSKImageCropper.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2318DC067464DFC3DACAA56A0326E2F4 /* Headers */ = { + 2318DC067464DFC3DACAA56A0326E2F4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( @@ -12773,22 +12723,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3B34E589D9C3FCAEC95AE9EE084DFC41 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - E41F42D6341870D7941259F2DA2F6CEA /* QBAlbumCell.h in Headers */, - C85D4BD99F069300A31F363E422EB484 /* QBAlbumsViewController.h in Headers */, - 3509E840892B6A4B9BEBAEAA14FF3E3D /* QBAssetCell.h in Headers */, - BEAACB445A8428E8D8A345DFAAF5C23F /* QBAssetsViewController.h in Headers */, - 9B7093349498C49CA2524507AB88A888 /* QBCheckmarkView.h in Headers */, - 204BB3DDD58655FDF8A73F404B5FE278 /* QBImagePickerController.h in Headers */, - E21A8F3640D69AFF96A60DB6BBE4B79E /* QBSlomoIconView.h in Headers */, - D6171C8EC6F0B8271D6FEBE6D0BF4192 /* QBVideoIconView.h in Headers */, - 82444EF06A2067FB8B0AB470BA5E6F02 /* QBVideoIndicatorView.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 3D01AA5B5DCA423B2A037F78F1988264 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -12856,13 +12790,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 472748442E6BC8665E54B44A25C91BD5 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 497A6A094C69DCD7280EC21281BDF085 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -13313,6 +13240,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 90CE2C16863E1170850A0016DF0F7E27 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 0831A0057F646251FD8B9F72008F0F52 /* CGGeometry+RSKImageCropper.h in Headers */, + 8809B9F0FAFDCD89CF323E1489AA3660 /* RSKImageCropper.h in Headers */, + C06E0853195162D78F258D0F541B2CAD /* RSKImageCropViewController+Protected.h in Headers */, + 31F3C1F1C0E29CC26D3A6B81776FC9E1 /* RSKImageCropViewController.h in Headers */, + 04AA55BE7FB64746D55ECB9C8714BE6C /* RSKImageScrollView.h in Headers */, + 911D35D4C93E94049058BE6695C7FDC7 /* RSKInternalUtility.h in Headers */, + 67278E9F64F6827638B4D52D8CF71F42 /* RSKTouchView.h in Headers */, + 4CC8A1271887F77848976D93CA74D44F /* UIApplication+RSKImageCropper.h in Headers */, + E7C43AA674EF98DB10295D5A0FDEF294 /* UIImage+RSKImageCropper.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 913F0B7FD5BA5DB953BD73F0B0B775BF /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -13474,10 +13417,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - A4395C10101EC563E976DF212118E770 /* Headers */ = { + A229302DA3D99B49558C6E1EAB6F9FDA /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + B2F9BCDF64953778607DF09F5E955CEC /* Compression.h in Headers */, + 3B565DC355CC5A6C542619592FAE3C31 /* ImageCropPicker.h in Headers */, + FF7C6B581125343FB5108C6A39FCBFFB /* QBAlbumCell.h in Headers */, + 8235F479BC5ACA11857EEAAF249DB6B7 /* QBAlbumsViewController.h in Headers */, + BC6530F3F8CE6345A867199080359250 /* QBAssetCell.h in Headers */, + 227182585B91FF43E82847A96669088C /* QBAssetsViewController.h in Headers */, + 3F4D09BB757DC2587425562E435DD7DB /* QBCheckmarkView.h in Headers */, + 886EFC385AB165A47AC13C719BCFDA96 /* QBImagePickerController.h in Headers */, + ECFB29DE3E310D2CF27F7C2D40F93A9A /* QBSlomoIconView.h in Headers */, + F60DB066439D039A0455DFA72FCFD83F /* QBVideoIconView.h in Headers */, + 6CED95887EBD2CF89095B6C5EDD7AA82 /* QBVideoIndicatorView.h in Headers */, + 4512CF639ACCB7CC62CD0336CC637A95 /* UIImage+Resize.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -13700,16 +13655,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C8B7FC8749555F88980CC13DE20718ED /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 47A752732919A3A462D13EDE1959C782 /* Compression.h in Headers */, - 9FBA75FFEB994C4A17990D31A8F14FBC /* ImageCropPicker.h in Headers */, - C3A2D6BCDBDA123DB574B839F8BD2994 /* UIImage+Resize.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; CA08E1126E2EED28DC45A14AE3200DDD /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -13767,6 +13712,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + D646D19125B422E93DA6AC3DEC61099F /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; D95B05326AF15538B6FBCABCB9D4D103 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -13919,19 +13871,19 @@ }; 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */ = { isa = PBXNativeTarget; - buildConfigurationList = 05E5A7FC8247775F64480ABA0B39CDD8 /* Build configuration list for PBXNativeTarget "RNImageCropPicker" */; + buildConfigurationList = E32D9346C6C7CBA6E34D51B610E62070 /* Build configuration list for PBXNativeTarget "RNImageCropPicker" */; buildPhases = ( - C8B7FC8749555F88980CC13DE20718ED /* Headers */, - 0BE47AB6699BC97E42B8B894C997E2D6 /* Sources */, - 59F59663BE5D9A00C88EE825FC04E6F7 /* Frameworks */, + A229302DA3D99B49558C6E1EAB6F9FDA /* Headers */, + 43E6B4FEE77DAA2DF0CBE3CA4AAC0032 /* Sources */, + FAB5F3C34BD1B070D71D80200079D10B /* Frameworks */, ); buildRules = ( ); dependencies = ( - 315E271C87DFE17027FE40D0ECA56EC1 /* PBXTargetDependency */, - B8FB6BEBE084BB74B1BA89832A0654A6 /* PBXTargetDependency */, - EBEA0CAF6189145089CC8215C3379005 /* PBXTargetDependency */, - 19BC2F23FE52F44CE24705F1417E1FA0 /* PBXTargetDependency */, + 0BDC71A280A13EDA3BACEEA9FFA4057C /* PBXTargetDependency */, + 3739916787D47022FEBE0DBE7FDAC532 /* PBXTargetDependency */, + B7CA987A1545E9E4D990C621C4B0D48F /* PBXTargetDependency */, + 2D12D63E9EFDBBACEC8A2C6384D85FD7 /* PBXTargetDependency */, ); name = RNImageCropPicker; productName = RNImageCropPicker; @@ -14448,6 +14400,23 @@ productReference = 220361FF3B2778F8F38C2C4DCC5B49FD /* libEXConstants.a */; productType = "com.apple.product-type.library.static"; }; + 6D979AB5FDA2E858850D9903776A30B3 /* RNImageCropPicker-QBImagePicker */ = { + isa = PBXNativeTarget; + buildConfigurationList = 6724FB64E45E8AF2DFE38B228CA55678 /* Build configuration list for PBXNativeTarget "RNImageCropPicker-QBImagePicker" */; + buildPhases = ( + 1A17D8F3ECCAFBB4EE9401DCD77D089F /* Sources */, + C6BBB5002F97B5AF9EEB3F7DF1E5F9A6 /* Frameworks */, + DDFFE2C68A2F177870CE71A8739C83E5 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "RNImageCropPicker-QBImagePicker"; + productName = "RNImageCropPicker-QBImagePicker"; + productReference = 3DCCC9C42EB3E07CFD81800EC8A2515D /* QBImagePicker.bundle */; + productType = "com.apple.product-type.bundle"; + }; 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */ = { isa = PBXNativeTarget; buildConfigurationList = 98A225050E17EC00207849AF28B4997C /* Build configuration list for PBXNativeTarget "React-RCTLinking" */; @@ -14676,90 +14645,89 @@ }; 9C801345ED2C78BD1674053E7BE5D6ED /* Pods-ShareRocketChatRN */ = { isa = PBXNativeTarget; - buildConfigurationList = F0F6C42CA33F0CE06FC0F88E2801366F /* Build configuration list for PBXNativeTarget "Pods-ShareRocketChatRN" */; + buildConfigurationList = BF6D63B17D5C63042513F82F1193860B /* Build configuration list for PBXNativeTarget "Pods-ShareRocketChatRN" */; buildPhases = ( - 472748442E6BC8665E54B44A25C91BD5 /* Headers */, - EB5F1A0FB2BCC02E1BF7D999E97666B8 /* Sources */, - 837B21C2DA0C70698C50504B4E79EDCB /* Frameworks */, + 191A951BEBE62123328E10960A97742B /* Headers */, + 9850EBE09C4A5928323740CEC9BFE56A /* Sources */, + 9AFA89372B0E8CDE4126DF182D63A31D /* Frameworks */, ); buildRules = ( ); dependencies = ( - DF19B647B1A72A091289200619A68882 /* PBXTargetDependency */, - E339878AB4A0C23E98D6002719754CF7 /* PBXTargetDependency */, - 45B54DCA6E2F115B590FE0F961D0070D /* PBXTargetDependency */, - E7F6392546110868C84AC7DB7712AAD5 /* PBXTargetDependency */, - BA8632794D7A50F916C514E8DCFECB8C /* PBXTargetDependency */, - 42982431F2357D80DEC2912963A486FF /* PBXTargetDependency */, - 0592EF92835EBC0B6CF3CB15093608B7 /* PBXTargetDependency */, - 0297E5CFD994617603F00E9A45C1A8E5 /* PBXTargetDependency */, - 3BCEFA940AE6079CF876B54AC8F7C8BA /* PBXTargetDependency */, - 18BB5F90FAB5266AB6D8DFE3295FFBED /* PBXTargetDependency */, - 538D89105D8757D8F769FF4E79BF3CDD /* PBXTargetDependency */, - 95141521CC1DB41ECCDDAC51ABE36818 /* PBXTargetDependency */, - 4023104B09B1A738E7CA14398E7762D5 /* PBXTargetDependency */, - FEF827746839F670DEBDB530121DBE0D /* PBXTargetDependency */, - D663E944BD95E616DA4B41C05E9F0FE6 /* PBXTargetDependency */, - 885ED5349C1255AEA6CD475A57F93449 /* PBXTargetDependency */, - F584A90497159DF226802B86BFEAD416 /* PBXTargetDependency */, - 88117CACD180D90116ED3B5F82CC5EA5 /* PBXTargetDependency */, - CFBAC0A8DC7EA915E61FD234087B390D /* PBXTargetDependency */, - F2F67DD8EB659D3C03091A390001A20A /* PBXTargetDependency */, - 7247A889240BE5CED4AA8110E41E4D21 /* PBXTargetDependency */, - C5E50642AB4E317CAC945FB3123EA322 /* PBXTargetDependency */, - 04858D8D9D45623F2F280D0792EED193 /* PBXTargetDependency */, - EEA63FC76E9340C47524A19F7840EA88 /* PBXTargetDependency */, - 360B2B80861E877F2D7AC7D096BC7E0F /* PBXTargetDependency */, - 0FA85E66F55F49A4F07E0C5314F42CC8 /* PBXTargetDependency */, - 113F6F213E4977CA67A2BFCA24FE5D40 /* PBXTargetDependency */, - 6F46A0B0402A0FD9B8E5CB6D0963DA24 /* PBXTargetDependency */, - 7CBD01C9937EB50BA4984F9D38656977 /* PBXTargetDependency */, - 9247CFC47EA5B278F39298964F103278 /* PBXTargetDependency */, - 038DAFD5B699989D8EF1FA3C27520071 /* PBXTargetDependency */, - 37AB696AA0E1E6DF977FCE15E5F693A5 /* PBXTargetDependency */, - 283F8930AE0F8BC380810D9F7A2DCA8F /* PBXTargetDependency */, - DFDBDC418F7AA9006FE4A76689234DA4 /* PBXTargetDependency */, - 098765B152D5CFDBEABE4DE6D2561D31 /* PBXTargetDependency */, - 5F8F51D50D573D6E400BE2FF3E90C4A1 /* PBXTargetDependency */, - 2C07AC1B18DB9B84C59801CD8C45EB5C /* PBXTargetDependency */, - CACF54FCE5A33E1DB20C509266CC0FE7 /* PBXTargetDependency */, - 693E81A24CD2DA4781429E55C2D85100 /* PBXTargetDependency */, - 073381D4566A6F9DF7A6A8F7A832141B /* PBXTargetDependency */, - B37F97029FED10D314AE66E0CC7E2B66 /* PBXTargetDependency */, - 47A8A6F083B4F6C448C7460E94F5959B /* PBXTargetDependency */, - 98ACECB330CB76380BDC99A7502DDF55 /* PBXTargetDependency */, - 43F6A4FCDB27E83505AFB7D67093C808 /* PBXTargetDependency */, - 6DB50665C20DC1D0028E753C92E9F181 /* PBXTargetDependency */, - B888EB6162FEC85678CCF97E87C68049 /* PBXTargetDependency */, - 7E0A1B42722550BF963E4499B092C295 /* PBXTargetDependency */, - DC6BE28402C389D705189C4F10449669 /* PBXTargetDependency */, - 063AA5B7B962DE1AFCB53D531EE11F6E /* PBXTargetDependency */, - 31931DA45E92FA3E97BF96EC6908E06D /* PBXTargetDependency */, - 1500F87175D8C53FE61D0F07B1BE5895 /* PBXTargetDependency */, - DEDADB2AF087B7F66CAAE992A895E23D /* PBXTargetDependency */, - F60BF64D9107E1CBAA7F5458E78BCAAF /* PBXTargetDependency */, - 3602C2D1D468031A5668E178CB748D2D /* PBXTargetDependency */, - 6E830C2E0653C8AF539D7DC8946E13FD /* PBXTargetDependency */, - 6218267A68511C93CB7840629F99612B /* PBXTargetDependency */, - BC2E4BB723DF688BE6F1203728113858 /* PBXTargetDependency */, - 58029F37F5A710F0ACF6A6670D5E3DA9 /* PBXTargetDependency */, - E369F9E9578DCF9D1B10D8E327D19427 /* PBXTargetDependency */, - 9E71F469913FF2814820A4C83FF514B7 /* PBXTargetDependency */, - 3093132355E72AF77D413782BF0AF3B2 /* PBXTargetDependency */, - 020223F5936004B4AF2F013DF11038DD /* PBXTargetDependency */, - 943AC560E940C94FD10FAE3CD277077F /* PBXTargetDependency */, - E8B87B8B9C390B1C2259F6F381C1E313 /* PBXTargetDependency */, - D27C66B92FA8D65C4BE7FAF9A75949C5 /* PBXTargetDependency */, - FFF6074AA076E2E8932678ED66DD3A3B /* PBXTargetDependency */, - 2CCA3115DC02D541E7488054E9C6DCB3 /* PBXTargetDependency */, - BF6781C6753959ADB2721A0906E62385 /* PBXTargetDependency */, - FD771A3C808ABFC01F9FAFF66717E98C /* PBXTargetDependency */, - B4E248B1394D85E428578BBC61FB19FF /* PBXTargetDependency */, - E14ADFE9A90DE1317C6078297DBABCE9 /* PBXTargetDependency */, - 018D20438AEFBC599B40FC150ED632CA /* PBXTargetDependency */, - 2096960264E69B8DD251DF52B93F6824 /* PBXTargetDependency */, - 724F2120C6CD83C78EB9FB5FAAFD5C7A /* PBXTargetDependency */, - 655544D7D02592E97B8B179D9A5C6A5A /* PBXTargetDependency */, + DE797ACFB28FC0B963FF733B116E955A /* PBXTargetDependency */, + 73749982B9A8199CC3D081C112E0876B /* PBXTargetDependency */, + 7144D577D67A010134981D0A3BD46F6F /* PBXTargetDependency */, + D061A8C7598EF7E5C25B3577648711C9 /* PBXTargetDependency */, + F8E91D828C182A916A866B922755EA47 /* PBXTargetDependency */, + B7DC66864CFF7E3C6F48638DCB50FC1B /* PBXTargetDependency */, + 6637FB687F785DF4CE98E11B424DF908 /* PBXTargetDependency */, + 84ADD0398FDB774DC98D1AA886B0CD34 /* PBXTargetDependency */, + D660EFB24D0E989EC3878B6A80C74073 /* PBXTargetDependency */, + 56673919C97B472351BEF2F1949261AC /* PBXTargetDependency */, + B6C4B4CB45088E288F8285514963FC29 /* PBXTargetDependency */, + 21132C7DC7508F5F7D0ACF3973FE874E /* PBXTargetDependency */, + C00F79824B55940FAFE9B3D84B6925FE /* PBXTargetDependency */, + B03624C3EDAE694426535FCC3935AAB7 /* PBXTargetDependency */, + 3B7AEFBF5FD857C31DA77A6841C1F342 /* PBXTargetDependency */, + EA2D5C8BA9DECD94123730A7BFD17034 /* PBXTargetDependency */, + A864CE676D2C361ACCBB45ECEA29BB28 /* PBXTargetDependency */, + 8116EFD5F8E9502FCF675F340D3DE7EF /* PBXTargetDependency */, + D52A2DF08888C18361C22D0573BD2330 /* PBXTargetDependency */, + 2D0ECB22B1F8E3EABABE587848DCD386 /* PBXTargetDependency */, + E49BCA0499071808CE2E54EF6142C206 /* PBXTargetDependency */, + 2EE3DB92DCA9D45077C2345F44EEC61E /* PBXTargetDependency */, + AAF2F80425DB268B0CDE20CDAE4B324B /* PBXTargetDependency */, + 303F265BF76F55A0EA1411A05A4B5702 /* PBXTargetDependency */, + 6134E2DD787DBCB7AFCE0073AC3B9815 /* PBXTargetDependency */, + 262BE4F4564144B6042D25EB7091A224 /* PBXTargetDependency */, + 2CE392585411EEAEEC72AF5C44ABA8EC /* PBXTargetDependency */, + F47A9830DBC43FDC0316F1E8F18D8FF6 /* PBXTargetDependency */, + 135A6972A27F25BA8EAFC27A9EC11AFB /* PBXTargetDependency */, + 88AF767C3C2CDFD9E19E3B5CD6789417 /* PBXTargetDependency */, + A7D91E5223BBF29C11FC7D07EDF4EC70 /* PBXTargetDependency */, + 423D0F2D49F3AA6A5B119E06070F1D03 /* PBXTargetDependency */, + 63B2C42EFCCBF6EC370087535F06AEED /* PBXTargetDependency */, + 83C1CA64EA7ACDA99C999101D7EB32C7 /* PBXTargetDependency */, + C41265306CD6E13E0B7F645D7E7932BE /* PBXTargetDependency */, + 17634ABD8EC4AD7FD28A2F314D536F82 /* PBXTargetDependency */, + E4AEA850B381ED12406FD7C3CC6568B7 /* PBXTargetDependency */, + 537F816FD3F3B0C568C19D6CB94D5D1C /* PBXTargetDependency */, + C1A89407170ABAD72275F4257A4E6C29 /* PBXTargetDependency */, + 189311A0B31BBCA4170A7050B5669655 /* PBXTargetDependency */, + F92B371906C6236DB646DF8E124B4B40 /* PBXTargetDependency */, + 85D27841E51D4815A334F273FD62997B /* PBXTargetDependency */, + C49E2561903CBF6010BB03D3EFC9997B /* PBXTargetDependency */, + 91DADC6CC5E854900CE4DBCF93982871 /* PBXTargetDependency */, + 384E6F7CD534095608A3E5F8480ED244 /* PBXTargetDependency */, + 6790F159B0FA686CA40309424FB81FC9 /* PBXTargetDependency */, + BB07BC469A656E92FFDD70A712BD74DB /* PBXTargetDependency */, + F2494CCC4AE2E8BFFFA15C59FFE35DCE /* PBXTargetDependency */, + C80D06C8C164DB4B0C71AE8CF8293E57 /* PBXTargetDependency */, + 41140FA5EB0E8AC81CFDBC9C3596BD2C /* PBXTargetDependency */, + 289ECA4C2990708BF7357243AB0E1585 /* PBXTargetDependency */, + 7A7F3800F3716FE0EE304CA206A89486 /* PBXTargetDependency */, + AB3A6B0B5733AB21E44C839D65B023CA /* PBXTargetDependency */, + AF0138CB3BCD3E15DC6622582FE61633 /* PBXTargetDependency */, + 31D4F64C2790A50EAFEE606CD5FA6A60 /* PBXTargetDependency */, + C3D24F865D040DF71B16E6AD8D829752 /* PBXTargetDependency */, + 55E862D358755960D5F29E90149EF7C4 /* PBXTargetDependency */, + E085D10908C31363DF19F89B092482B5 /* PBXTargetDependency */, + AA5F0BBEE633E3C3085F5A35D039AD35 /* PBXTargetDependency */, + ABDAA24CD24A3C9F114042CA86A20752 /* PBXTargetDependency */, + A849AE94BC3475D77CCFADEEBCC207ED /* PBXTargetDependency */, + 502995F2AFECD1C42E7686967BF4FE70 /* PBXTargetDependency */, + 7914C34B466D4EBBAEC8BF9A9D38FB56 /* PBXTargetDependency */, + EDD8CC53627AD66D16BA254C1F269243 /* PBXTargetDependency */, + 68B2BDE34C618ECA40BD8E9EFD636F82 /* PBXTargetDependency */, + AAE5485630EDBE911784C138D10E5C26 /* PBXTargetDependency */, + 82B4C0A2315FFB18F49471A1B4DB1014 /* PBXTargetDependency */, + 2FF3A2A05A40838509657E5D6CB00F4E /* PBXTargetDependency */, + B680347D50C63B50D8731839F8CFDF38 /* PBXTargetDependency */, + CC05126F0C1065ABF5FCBF194F96E6DF /* PBXTargetDependency */, + 086D65457AC5FFD77F382821A6F4E77B /* PBXTargetDependency */, + 455AFBCC2BC29D52C209FD9F39BBF3A4 /* PBXTargetDependency */, + 5CBCD777F631F06496B91D5B7A1390A3 /* PBXTargetDependency */, + D87EE66944A7F9A79793F598AE0E75A7 /* PBXTargetDependency */, ); name = "Pods-ShareRocketChatRN"; productName = "Pods-ShareRocketChatRN"; @@ -14823,11 +14791,11 @@ }; A30157FD17984D82FB7B26EE61267BE2 /* RSKImageCropper */ = { isa = PBXNativeTarget; - buildConfigurationList = 26A871ED99A06FB968C1144389C9BE5B /* Build configuration list for PBXNativeTarget "RSKImageCropper" */; + buildConfigurationList = C78B56C5ACEEEA45AEC1D5F403394A9B /* Build configuration list for PBXNativeTarget "RSKImageCropper" */; buildPhases = ( - 228F489A490FE4C72C15119BFDB98FD8 /* Headers */, - 2E962E9650E52E57B96D2A160FDEEE72 /* Sources */, - 443EC62BCBCC8B056115C147A9AEFBC4 /* Frameworks */, + 90CE2C16863E1170850A0016DF0F7E27 /* Headers */, + 67E9F6969AB2358E8DE16FEA91209509 /* Sources */, + 136F65CA156A9FAE9001958145315490 /* Frameworks */, ); buildRules = ( ); @@ -14899,109 +14867,108 @@ }; B37ECF22F1589E28F59BC9990B4DC476 /* Pods-RocketChatRN */ = { isa = PBXNativeTarget; - buildConfigurationList = 859DFBE6D9F8110D5FF0939DF8C4B2B1 /* Build configuration list for PBXNativeTarget "Pods-RocketChatRN" */; + buildConfigurationList = 81B2ACBAF780F14103FA727588F1A3D3 /* Build configuration list for PBXNativeTarget "Pods-RocketChatRN" */; buildPhases = ( - A4395C10101EC563E976DF212118E770 /* Headers */, - B053494361598B7E49F8EA6CF92BEF9B /* Sources */, - BAE254DA34336B8B08709A8D9B9F10FD /* Frameworks */, + D646D19125B422E93DA6AC3DEC61099F /* Headers */, + 5C4DB075FE582FA4367962B4F43BA286 /* Sources */, + ACC445671E3F1ACCACEAC8A098A84119 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 12A07D2203836CD505C8505ACDBF25BB /* PBXTargetDependency */, - 200613A0FC6805FA98C2AF976361A338 /* PBXTargetDependency */, - 7C415F54E31C0D9DE2936840BF55CDE4 /* PBXTargetDependency */, - 5BDED4260889D7D88C6AB142599ADEEE /* PBXTargetDependency */, - 13A13E28A45B4A3F58A393F2F4CD2527 /* PBXTargetDependency */, - 16602EB7F91F88A1507CD0BB99603F4E /* PBXTargetDependency */, - 782AACACD3AE081AC3444DEED7E03B67 /* PBXTargetDependency */, - F892724AB5DDE7F3C8FCE1C90A15548D /* PBXTargetDependency */, - 871BAA21CD6289823645EBA09C3DBD13 /* PBXTargetDependency */, - 4F0857BD0DB863A909B1C536905EC4E0 /* PBXTargetDependency */, - 0FFCD3153DB0FBA1F4F2F54100C19AAC /* PBXTargetDependency */, - 0F57A01AD07C821C8D0392763A551A64 /* PBXTargetDependency */, - 02BF985362835B6E22B8CAE569C7C7D1 /* PBXTargetDependency */, - 9B59087A3F924CDC6450A484FC5F3D46 /* PBXTargetDependency */, - D22E915BD10187ECEFA42DC650E5322D /* PBXTargetDependency */, - 0044AFB2A9DC017358F19ED375F59FB2 /* PBXTargetDependency */, - F3643D27472A2EAB6340D2C1FA8CAD64 /* PBXTargetDependency */, - 4973C3DE70006C26FF1CFBF97017F779 /* PBXTargetDependency */, - E86ED6B3EBF3B9E9CFE1DD3D5ABF310D /* PBXTargetDependency */, - AC5149B7A330F93E5DDEF97973E7FB14 /* PBXTargetDependency */, - 761EB5FA9332B3604AF33A975B53316B /* PBXTargetDependency */, - FE47257F2A2FE9543A7828B8EF8F9D23 /* PBXTargetDependency */, - B099DC02A1892747362C5AD0ADF2314D /* PBXTargetDependency */, - A96039B0C394EBF92192F72EF6700078 /* PBXTargetDependency */, - 8D1FBFD341DB27A5609CFBCC932BB087 /* PBXTargetDependency */, - D430F3EB8219A16E20CAED87419FF058 /* PBXTargetDependency */, - AC6080807731310A85D092B3FA752DA9 /* PBXTargetDependency */, - 6F83AFCB229675884C8F4AA86BD3D571 /* PBXTargetDependency */, - 04E266C71524FD04E04FE25983F73266 /* PBXTargetDependency */, - A7B5382AB66D8DFF27673B3716AFBE7B /* PBXTargetDependency */, - E83A5229F50B9DB145BEEACACD23E6CB /* PBXTargetDependency */, - 6373CD8610C59685593EBE531A593C5D /* PBXTargetDependency */, - E41F8A2A504FD80110458F59CE360ADA /* PBXTargetDependency */, - D8DD55F4F258034EC368EE6CBE17BD72 /* PBXTargetDependency */, - 45B9212C95CEFF943013E8DF5D862681 /* PBXTargetDependency */, - 9AFB078BD43C7CBBC282ED622E3AB6E4 /* PBXTargetDependency */, - 4829D776EE4AAD719277D37C57DE917E /* PBXTargetDependency */, - 433C260C006BAB2ED2DA271DB2160E8A /* PBXTargetDependency */, - 876842C91FF0021B27E3710DF41A97E6 /* PBXTargetDependency */, - 478C0165156FC9ED06554774BF24F425 /* PBXTargetDependency */, - AC9BBA8C05F8C85942E7B99BEB7C5DE1 /* PBXTargetDependency */, - 814B9CFF889315A4D41179829BFD0AEE /* PBXTargetDependency */, - 2E4ABB8455310BABA87E661ECC78B06F /* PBXTargetDependency */, - 9ADFC65EB8DE97F9E5DEC26D5973B98B /* PBXTargetDependency */, - 6799C389571508D0E16456FAEAB3848D /* PBXTargetDependency */, - A93793D9E24FC88EA9FB2F5A9550049C /* PBXTargetDependency */, - AC5D80DBDA9B4497E72654D3F2BE8A8F /* PBXTargetDependency */, - 2CB3221AD1ED31E45AEEEA60042BC06C /* PBXTargetDependency */, - 85557F5E92EE739C62F01435C976CAAE /* PBXTargetDependency */, - A0425ADC42719E3ECCC36A986073FC52 /* PBXTargetDependency */, - 57709D7E72B187364F10F24BA6B6D3CD /* PBXTargetDependency */, - E9A74B922BDA242D0EFE990A54CAEA47 /* PBXTargetDependency */, - A88F038683BBDF496D0DCD3EA2054882 /* PBXTargetDependency */, - 490A1C31B5526CED2DBA95397B4854DC /* PBXTargetDependency */, - 2F64732A22B7B7A88054C34876CC52AE /* PBXTargetDependency */, - 0CAAFACAC3465F76A70A74ADDBA40A36 /* PBXTargetDependency */, - 703F74B5246910ED1F619119CDEF89EF /* PBXTargetDependency */, - 357466EB08392E28CEA442942B46CEFF /* PBXTargetDependency */, - B8E0B67E955A3608CEEC156C188339F9 /* PBXTargetDependency */, - 8EA1D815AE4229B2CB94D40F08BA3DBD /* PBXTargetDependency */, - 79709D29E0BC3BEDCE914031541E8E5E /* PBXTargetDependency */, - 982EB6180C9CF98130C371C6ADF6CD73 /* PBXTargetDependency */, - 6D71716F344E0438872A0E5EF037A342 /* PBXTargetDependency */, - 20A21E725FF2E8A47FDEE6E8C74E3A66 /* PBXTargetDependency */, - 90C2E076F23C73EDE1E59AC5BE0FDDB7 /* PBXTargetDependency */, - D93C5DB341581740C367945DCD1957AC /* PBXTargetDependency */, - 450D728B815BC12EAA892BD7079713A7 /* PBXTargetDependency */, - E12AADD0411957592D5E155B4EDF69E6 /* PBXTargetDependency */, - 1E06789DB358E14310E45EA44B48C0E8 /* PBXTargetDependency */, - 25BE7C532DFEA415253603B190F16312 /* PBXTargetDependency */, - 05F75461706DFCFC5965002513744BFD /* PBXTargetDependency */, - D24A70F21C9ECBB594FDC551EF53AA71 /* PBXTargetDependency */, - 8356316FD5079692EDE53275A3C6134D /* PBXTargetDependency */, - 075E0E0B9B92EDC9CE885746D0490C39 /* PBXTargetDependency */, - 16069BFD1B377321A6DCEAA98424A809 /* PBXTargetDependency */, - F42A5EF4A8EAE42AC0970D26AE0B15B8 /* PBXTargetDependency */, - 0DE9901C1C8E23C69649975E483C428F /* PBXTargetDependency */, - E386C7C112B54880619198810F84D943 /* PBXTargetDependency */, - 6144B534339B92D5B00EFED5499A0EE1 /* PBXTargetDependency */, - C34B84B6062BBDD6721DAF6EE3DB6D6F /* PBXTargetDependency */, - 00ABEED60029BAFC5AF89EE4B07C2BA0 /* PBXTargetDependency */, - 48CA85607242061317E93A362DA9EA93 /* PBXTargetDependency */, - 224917BBFCAC054AE73D564703F31D0A /* PBXTargetDependency */, - E4BF9EA0288F1CE4520ED17C08427039 /* PBXTargetDependency */, - BC23F29F64D23D41AC90DB7A4F2A209E /* PBXTargetDependency */, - 173C422D3E27514D2BA953283D77CCD2 /* PBXTargetDependency */, - DB3409A041D1D17DA7499CCC11228805 /* PBXTargetDependency */, - 16F1DEA0ABEB1354ED0A5AE287B82408 /* PBXTargetDependency */, - BD9942408173E0401D2C619F566BE1F1 /* PBXTargetDependency */, - 4F0BA9AA90ED1A31F19D78C7C51278C7 /* PBXTargetDependency */, - 6C61FF701E11A0BBFCF95161EEB33237 /* PBXTargetDependency */, - 2F91736E0357BB0D468B9C17B1C957A3 /* PBXTargetDependency */, - 1C8DBF33C996D21534A3457FA1C2ECE3 /* PBXTargetDependency */, - 38EF85477C152AE84F726EE2CF766108 /* PBXTargetDependency */, + C12D4E28125578C8D6CFC22BC94D4CCF /* PBXTargetDependency */, + 81049588235BC9C2D7B63D5C8BD9C970 /* PBXTargetDependency */, + C26CBDDE4CAB427EF39B1E0A29445F62 /* PBXTargetDependency */, + 42CA430D9ADF5B33FEBC8C7FA9091DCA /* PBXTargetDependency */, + E9F9774A86E3EA9DE3A787ADE2283D82 /* PBXTargetDependency */, + BB4DCFB6C5A86475A990A902222068FA /* PBXTargetDependency */, + 89AFDA73622E4F676F358615122EA259 /* PBXTargetDependency */, + 47308ACDDAFE8D302CC82063C0AC6F13 /* PBXTargetDependency */, + C7624C04249486BA53224BA178FB02A9 /* PBXTargetDependency */, + 31B4453F4A467AE58FC818C8EA9ABE18 /* PBXTargetDependency */, + 3A9A39824D548188D0E80B071C22237C /* PBXTargetDependency */, + 5E1B0443F129EC24642AC415142339C2 /* PBXTargetDependency */, + B422F5633A1244B7611F5F9E1C58F247 /* PBXTargetDependency */, + 8D4C47FA0FE32C9E1B42738AA54F6583 /* PBXTargetDependency */, + EA0647086E3C2259F3D70F575ABD2D9B /* PBXTargetDependency */, + D77DF2F6419525551C684ABFCC941BA0 /* PBXTargetDependency */, + DDE3CE8D0E4C0B1FA04E5AE8EE3FE08C /* PBXTargetDependency */, + C40F95791C56584A3A0F9022ED240174 /* PBXTargetDependency */, + 1D7BE1B40D73D886C08C3EAF3AEF8A51 /* PBXTargetDependency */, + 150815A5BA646F5C247315243CDAA412 /* PBXTargetDependency */, + 78150159A101BD8D2559E7246D5D21AD /* PBXTargetDependency */, + B78339E02D51AB163680F9AB70C850D1 /* PBXTargetDependency */, + AED863C8C6C88277E0F6E392B70A9A8B /* PBXTargetDependency */, + 103A67F612D0177274D8CE98BBBBAF76 /* PBXTargetDependency */, + 51A44449DDC825518E0544921BABCC71 /* PBXTargetDependency */, + 42671B1896E3F27001C6AB07907784E6 /* PBXTargetDependency */, + 7D5A221A7BEFC4E2244A58FB19C986A5 /* PBXTargetDependency */, + 27929BC25D3AC3ED6E7890B6822AE73A /* PBXTargetDependency */, + 2B8598F2CBB387C940A1FA2D652F4394 /* PBXTargetDependency */, + 45A02D94FDEF4EBAEE7B40981DDC1C61 /* PBXTargetDependency */, + 689D6F561199CEDB6D3138CA552D3F53 /* PBXTargetDependency */, + DED18A31CE8FFA059D8013DC4A83DC2F /* PBXTargetDependency */, + 79C8551C146779E93E20C15911CA3BD0 /* PBXTargetDependency */, + 4DD8BC3A530BED496510FB84BC656779 /* PBXTargetDependency */, + 4B6E3E0BB53B3276E57DB55122C738D1 /* PBXTargetDependency */, + 3F16197661742FBFDEF20737B37EDB6B /* PBXTargetDependency */, + 510387D6BAB4A57E079166A54DC434FA /* PBXTargetDependency */, + E68647813534AEA84F5B3998F9B2412C /* PBXTargetDependency */, + CB0B95B00968F527F167A50BF3CC50EF /* PBXTargetDependency */, + 6534D5C1960A374B317EA0E461EC624E /* PBXTargetDependency */, + 6389624F3A1F303BDAB3FFF845300C94 /* PBXTargetDependency */, + 42C0B912BB00FD00911DBA87C3377EEC /* PBXTargetDependency */, + 56DE21C75126AF31A5E94EE6F99D2BF9 /* PBXTargetDependency */, + 62D932DC02BFEBDDD2FF5BD7D73F51AD /* PBXTargetDependency */, + ECE1FF9044F320FD194A1576E718F572 /* PBXTargetDependency */, + 0FF688475C509FEBF47F8F6338896FD9 /* PBXTargetDependency */, + F3BD3856770F23EA5B1D00AAC53410B0 /* PBXTargetDependency */, + 7ADCF824D0C1203A949C96094503C602 /* PBXTargetDependency */, + B7715B852DC62FE8F8319D58610AF666 /* PBXTargetDependency */, + 17E67BEE76E6BC11894C0D64D23D0933 /* PBXTargetDependency */, + 398F0C597BCA5EE1647885443566E8FB /* PBXTargetDependency */, + 577227C9EAAB1992707B08F8FAA5DB2F /* PBXTargetDependency */, + 3428E2F38F33937D3E173113C7ACA1F2 /* PBXTargetDependency */, + 580A194E831066D08BAF6BEECDE118AA /* PBXTargetDependency */, + 515F4856218D66DA46398B7A6036B62E /* PBXTargetDependency */, + 7E7EC706048136D092110E773617BFA0 /* PBXTargetDependency */, + 39F90BCEE33849127E71239104B45AF9 /* PBXTargetDependency */, + 8AADBAD0FE34341492E30E5D2B27BBF7 /* PBXTargetDependency */, + FC0B043F9A61A40CEC8105993D640C00 /* PBXTargetDependency */, + 4FBA80ECCAE87CD90E6BE8B440292006 /* PBXTargetDependency */, + D5FAA9F4B29B766332F073BBB1A1C4E9 /* PBXTargetDependency */, + B48FF6505FA5365520B4933D53A12D0E /* PBXTargetDependency */, + 1C3324F9FA8112D0D4CB7FDE5FB0F426 /* PBXTargetDependency */, + ABAECFE6530536D80A4748F0BD19EDFA /* PBXTargetDependency */, + F0B1B660D06D4D4A9B9AEC88F14E79A4 /* PBXTargetDependency */, + 68B7D7313CFD6BE1AE8C023712B964B1 /* PBXTargetDependency */, + 844ABE593954223D238ECA78C81439BE /* PBXTargetDependency */, + 4AE3A39FF66D392A1B0A5C572FE7EA4A /* PBXTargetDependency */, + 135200112ED7A5E3ECA210F6D46B096A /* PBXTargetDependency */, + 7169F908024952E5F7F0128DDA244E2C /* PBXTargetDependency */, + AA795EC5A2793FCAF26363EA92A80E98 /* PBXTargetDependency */, + E9713E0C2EF9361BBA3F3638CBFBC42B /* PBXTargetDependency */, + EED4A172A1DEA09379AF8CC61A9B7F6A /* PBXTargetDependency */, + 4D8F64378745354B694B62B49FB751CF /* PBXTargetDependency */, + 3E6803C8B29AF76BFC5C95513829792F /* PBXTargetDependency */, + CD521EC9AA470DF8D52414A9D86B966A /* PBXTargetDependency */, + 3F3C9E6765BC147DA267791A980A7454 /* PBXTargetDependency */, + 4ABBB9BD4F9544583033CA3BAA906379 /* PBXTargetDependency */, + 7BE6208F9A0E772B5ACA35EB7BE8F267 /* PBXTargetDependency */, + B6DDD633D6E058FF872C4AB56BF6A94C /* PBXTargetDependency */, + 7A8B4CE3EA655BF9B4A89986FA26F982 /* PBXTargetDependency */, + 1106E894C479E191CA9ECCA01395F6B2 /* PBXTargetDependency */, + 5A416B76E16E3A9442E3DC07AB7F7C5D /* PBXTargetDependency */, + E65E53F03D177003FF0FC9A6757045E5 /* PBXTargetDependency */, + 2AE1AB43913431D909708C6D33B763B9 /* PBXTargetDependency */, + 098ED75ABD1DF07744163F6C735C9BD8 /* PBXTargetDependency */, + FBADAE667705F13EC81990A4F1E983A9 /* PBXTargetDependency */, + 1EF9C3EE6D3C34883AE89D528999F1C9 /* PBXTargetDependency */, + 200D0F7329C3601E1E48FCDCEE03916A /* PBXTargetDependency */, + 0DA5A0B5112EE13122FBE0F58F94ACEA /* PBXTargetDependency */, + 663887FAC5945BE63E7B7D4D9FABDEB3 /* PBXTargetDependency */, + 6033A5C8C12EFA9BD8B8E06FAD744530 /* PBXTargetDependency */, + F087BB51BD7174866021F9A779AC0111 /* PBXTargetDependency */, ); name = "Pods-RocketChatRN"; productName = "Pods-RocketChatRN"; @@ -15108,24 +15075,6 @@ productReference = ABFEEA82A6C346B22843FBE0B0582182 /* libFBReactNativeSpec.a */; productType = "com.apple.product-type.library.static"; }; - C49345AFA49B098B0384C4FA864A4868 /* QBImagePickerController */ = { - isa = PBXNativeTarget; - buildConfigurationList = A0D78226EDB4982E500643CE6CF7C143 /* Build configuration list for PBXNativeTarget "QBImagePickerController" */; - buildPhases = ( - 3B34E589D9C3FCAEC95AE9EE084DFC41 /* Headers */, - 8342F123DB1D1FBA00D40EE59D7BBCE5 /* Sources */, - 158583A326C96CADA447D52B8B665FF5 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - D0AEA44DC74BEB09351F0E25C7290EE7 /* PBXTargetDependency */, - ); - name = QBImagePickerController; - productName = QBImagePickerController; - productReference = 20D73B80DBEDC9935666EB05B502A6E8 /* libQBImagePickerController.a */; - productType = "com.apple.product-type.library.static"; - }; CA400829100F0628EC209FBB08347D42 /* react-native-notifications */ = { isa = PBXNativeTarget; buildConfigurationList = A588D32A690448E415B131FFC92372C5 /* Build configuration list for PBXNativeTarget "react-native-notifications" */; @@ -15352,23 +15301,6 @@ productReference = 686FA236B3A0EDC2B7D10C6CB83450C8 /* libreact-native-keyboard-tracking-view.a */; productType = "com.apple.product-type.library.static"; }; - EAEBAE5C8257AED94B3BED47A0E0E3FA /* QBImagePickerController-QBImagePicker */ = { - isa = PBXNativeTarget; - buildConfigurationList = A545BC36E873716D73F95CCCE4753B2F /* Build configuration list for PBXNativeTarget "QBImagePickerController-QBImagePicker" */; - buildPhases = ( - 5306263F8D6793F40EE7ECBFE6FFEDBA /* Sources */, - AAFFB23F4482BF426FF034423972F618 /* Frameworks */, - 819D151831DDBADCF7605DC057348698 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "QBImagePickerController-QBImagePicker"; - productName = "QBImagePickerController-QBImagePicker"; - productReference = C9708630F9D9C8C32EF0B3C91B9E469D /* QBImagePicker.bundle */; - productType = "com.apple.product-type.bundle"; - }; F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */ = { isa = PBXNativeTarget; buildConfigurationList = A8782857F2D49A3C08A5D9C7603FBBCD /* Build configuration list for PBXNativeTarget "GoogleDataTransportCCTSupport" */; @@ -15462,7 +15394,7 @@ Base, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 953F339B4E7AFC99F859A3901749AEA6 /* Products */; + productRefGroup = 061A2EAA9975DC819040E39B4127A4AA /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -15498,8 +15430,6 @@ D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */, B37ECF22F1589E28F59BC9990B4DC476 /* Pods-RocketChatRN */, 9C801345ED2C78BD1674053E7BE5D6ED /* Pods-ShareRocketChatRN */, - C49345AFA49B098B0384C4FA864A4868 /* QBImagePickerController */, - EAEBAE5C8257AED94B3BED47A0E0E3FA /* QBImagePickerController-QBImagePicker */, E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */, D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */, 1BEE828C124E6416179B904A9F66D794 /* React */, @@ -15541,6 +15471,7 @@ A83ECDA5673771FA0BA282EBF729692B /* RNFirebase */, B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */, 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */, + 6D979AB5FDA2E858850D9903776A30B3 /* RNImageCropPicker-QBImagePicker */, B51433D546A38C51AA781F192E8836F8 /* RNLocalize */, FF879E718031128A75E7DE54046E6219 /* RNReanimated */, 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */, @@ -15568,16 +15499,18 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 819D151831DDBADCF7605DC057348698 /* Resources */ = { + DDFFE2C68A2F177870CE71A8739C83E5 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 13C1F0FA601FBB4544ACD9D57124E3F9 /* de.lproj in Resources */, - 004DC6CBB00C61E9D96DCEBD15DE95FD /* en.lproj in Resources */, - 71A55FAED045F64CE6F36A0E2A1C1F8B /* es.lproj in Resources */, - 94B8EE53CDDAC46B5241443DD2B610ED /* ja.lproj in Resources */, - 1DDC6AFF9544E2C26BABF6699C9D6B8F /* QBImagePicker.storyboard in Resources */, - 61E7D5628BD1405A5D099112EC9EB6AE /* zh-Hans.lproj in Resources */, + EE6C34D5DC88F870B40D305A75D38553 /* de.lproj in Resources */, + BCE4A2AF4D01811C7693014AE1612E24 /* en.lproj in Resources */, + 98C4F8C2F74808C13CC9FBBC7D411999 /* es.lproj in Resources */, + 2C0C31B7505BC8E94D6FAFBE26E70005 /* fr.lproj in Resources */, + 0F9A9B467AFA8D375F679F23590C7A04 /* ja.lproj in Resources */, + 8EECFE19160CD69752A9D17BE13A0549 /* pl.lproj in Resources */, + 875DE806BC05CD6FBB5171B3684B1F2B /* QBImagePicker.storyboard in Resources */, + 35DB32595AFE292384F7082E4EDB8D9B /* zh-Hans.lproj in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -15620,17 +15553,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0BE47AB6699BC97E42B8B894C997E2D6 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 31DE3D44F92FCDB6486C2E24B719FE62 /* Compression.m in Sources */, - F125C736F79D6F7E3EEB77021B05B342 /* ImageCropPicker.m in Sources */, - A4724DC39B48B402772E46F93E1B8E3F /* RNImageCropPicker-dummy.m in Sources */, - 077EB4B39CE4EDCCB0E0FFE458F38A23 /* UIImage+Resize.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 0F4F8578468E69A8701D946920E5C85B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -15731,6 +15653,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 1A17D8F3ECCAFBB4EE9401DCD77D089F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 1D0DD76454A95B161444E9CCF9CBB0AB /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -15915,21 +15844,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 2E962E9650E52E57B96D2A160FDEEE72 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - BCFEDCF75CD6C632198EA59001E2203C /* CGGeometry+RSKImageCropper.m in Sources */, - 3DB33DD58698AA4A355405993424755C /* RSKImageCropper-dummy.m in Sources */, - 2990557CE592B83D3F190FC332F46733 /* RSKImageCropViewController.m in Sources */, - 5998F8450C8A4530E1C9DB2764DAC97A /* RSKImageScrollView.m in Sources */, - CAD5136F6340CDBE7374F28BADC8E8EE /* RSKInternalUtility.m in Sources */, - 5AD72B4FC8D100585C080526755CB5B7 /* RSKTouchView.m in Sources */, - D8EE6465A9C79D73344294522CA1631E /* UIApplication+RSKImageCropper.m in Sources */, - 8901A121AE37ABD75B36592B85401172 /* UIImage+RSKImageCropper.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 32E3C4BE240CEE50ECC6BC6C369F9277 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -16287,6 +16201,26 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 43E6B4FEE77DAA2DF0CBE3CA4AAC0032 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + CE05E508D9AC27EE29A29EE19C9818EF /* Compression.m in Sources */, + D811B574E795DB5E3BBD364643701297 /* ImageCropPicker.m in Sources */, + 4C1215C207F76B2D1473350F2CD63B5F /* QBAlbumCell.m in Sources */, + AA4B2C35721761FB29A7BCDF53A358A4 /* QBAlbumsViewController.m in Sources */, + 1FD3F9BD427A14B0A7DBE59A9ED28AEB /* QBAssetCell.m in Sources */, + 1921059D97551DED6DBBA916DBA150C5 /* QBAssetsViewController.m in Sources */, + 2C4337F44EA78BED73792EE210819525 /* QBCheckmarkView.m in Sources */, + F567ADBF1B3738DBB51490CA6B7CE24E /* QBImagePickerController.m in Sources */, + C479D38C287606B149EAD8AF8F0532B2 /* QBSlomoIconView.m in Sources */, + 0764A6EAFA3A7BEBA50E99A74A95F549 /* QBVideoIconView.m in Sources */, + DCB2CC92DA3D38F80AD358E0E1F41FA5 /* QBVideoIndicatorView.m in Sources */, + 60FFD2D922B804E20A11302D5A3AE607 /* RNImageCropPicker-dummy.m in Sources */, + 08751D5B412E7F5CF628EA5003D23DC0 /* UIImage+Resize.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 49A4AE781E724873DC0A94081E03AAB4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -16339,13 +16273,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 5306263F8D6793F40EE7ECBFE6FFEDBA /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 5A0315FE0271928CDEB11F2F9319E54A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -16366,6 +16293,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 5C4DB075FE582FA4367962B4F43BA286 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 587B29B1F811B3DCAB8C8282B1756BEF /* Pods-RocketChatRN-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 616B04C56E5A24AE12954337A293AB46 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -16387,6 +16322,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 67E9F6969AB2358E8DE16FEA91209509 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + F253676650181C9AB4472384CDCFE3B9 /* CGGeometry+RSKImageCropper.m in Sources */, + 97094C87F27838DB2641D5B3F6F747AB /* RSKImageCropper-dummy.m in Sources */, + E2EE20BD16B60C9E9C8F5745895E4CEB /* RSKImageCropViewController.m in Sources */, + E06FF2EA4D8E7057808DAECF514487B2 /* RSKImageScrollView.m in Sources */, + A86F7C0A488320ED06BFA2B846DA26FA /* RSKInternalUtility.m in Sources */, + 3CD9657B5CDE67AE647DA7FC86A341A7 /* RSKTouchView.m in Sources */, + 87ECC4C043286D06A575B38448A0A66F /* UIApplication+RSKImageCropper.m in Sources */, + 89BD4AA4D3B1EE870D5BC99EDB0FD812 /* UIImage+RSKImageCropper.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 695344742164CE2F81BE000BE5E6FC5C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -16511,23 +16461,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8342F123DB1D1FBA00D40EE59D7BBCE5 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4BFDACB81E3092DB0866144351B856FA /* QBAlbumCell.m in Sources */, - 30629C34135422B3C766F81F285C17D8 /* QBAlbumsViewController.m in Sources */, - 6BF345A21B128329BABD0FF08059B1B1 /* QBAssetCell.m in Sources */, - 2C5F200D741D9C0FC8FBEFE28F4B4CDD /* QBAssetsViewController.m in Sources */, - 870D351F38C54A674C7A868C729379A1 /* QBCheckmarkView.m in Sources */, - FA2139280D0DB8CBFE7A6CC71567CB34 /* QBImagePickerController-dummy.m in Sources */, - E20B9DA81BA44271F160D54C4B3F0CE2 /* QBImagePickerController.m in Sources */, - 44A24B73FA65C8C9EA685A428FC8F552 /* QBSlomoIconView.m in Sources */, - B28B3C3312242F7DFD9A49CC8293CD6E /* QBVideoIconView.m in Sources */, - 71E70FCE21AEBCD07C6F9B5C163F3495 /* QBVideoIndicatorView.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 8554764A2D1C1901709057D3B8ABEBB9 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -16592,6 +16525,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 9850EBE09C4A5928323740CEC9BFE56A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 9498774D036082A8B4E197579E6016BF /* Pods-ShareRocketChatRN-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 99EDCE1B78902B6308B92C69ACBFFB37 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -16669,14 +16610,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B053494361598B7E49F8EA6CF92BEF9B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - CF2AB0B98D710D55807308931D961B80 /* Pods-RocketChatRN-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; B1043B072D1FF8CF1B06DEBFFB519FC1 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -16918,14 +16851,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - EB5F1A0FB2BCC02E1BF7D999E97666B8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4D572EA96C24227D1F146331B01C32FE /* Pods-ShareRocketChatRN-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; EC2F803034C82734E1C7B0418C5C60CF /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -16999,137 +16924,59 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 0044AFB2A9DC017358F19ED375F59FB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 7941868B0C918EADAB9CE7BA4DF6FEE2 /* PBXContainerItemProxy */; - }; - 00ABEED60029BAFC5AF89EE4B07C2BA0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 424125C88E14DB56CA12797059758FAB /* PBXContainerItemProxy */; - }; - 018D20438AEFBC599B40FC150ED632CA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-video"; - target = 3E5D106F8D3D591BD871408EEE0CC9FD /* react-native-video */; - targetProxy = F70EC00500E3DE271BC4930EF0D28F58 /* PBXContainerItemProxy */; - }; 01C4775EBB1ADD0B79CC48B319789E79 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsi"; target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; targetProxy = 97B757EDAC3A7488ACC8A43E74C8388E /* PBXContainerItemProxy */; }; - 020223F5936004B4AF2F013DF11038DD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 4CC84FD9DE71FF1170C13D14A3E75436 /* PBXContainerItemProxy */; - }; - 0297E5CFD994617603F00E9A45C1A8E5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; - targetProxy = D41E3DACC67C081B275DABDD556E2195 /* PBXContainerItemProxy */; - }; - 02BF985362835B6E22B8CAE569C7C7D1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Fabric; - target = ABB048B191245233986A7CD75FE412A5 /* Fabric */; - targetProxy = 3C1A05B2651BC398A971A265A47D9664 /* PBXContainerItemProxy */; - }; - 038DAFD5B699989D8EF1FA3C27520071 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNLocalize; - target = B51433D546A38C51AA781F192E8836F8 /* RNLocalize */; - targetProxy = 6C0219F656524523DFDA2B58477588FC /* PBXContainerItemProxy */; - }; 03C5D1361123B1B19A913F4F89661FDB /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleUtilities; target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; targetProxy = 46123FA0B5C451A00D38BB12B40AD23A /* PBXContainerItemProxy */; }; - 04858D8D9D45623F2F280D0792EED193 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNAudio; - target = 449C1066B8C16DEDB966DCB632828E44 /* RNAudio */; - targetProxy = 84C34CD673018D254BF480BF14FF2890 /* PBXContainerItemProxy */; - }; - 04E266C71524FD04E04FE25983F73266 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 32B5044CE3237F142200CDBDA924FB29 /* PBXContainerItemProxy */; - }; - 0592EF92835EBC0B6CF3CB15093608B7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Firebase; - target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; - targetProxy = A0BA98AFD3A542EDD80C4A1EA67CF175 /* PBXContainerItemProxy */; - }; - 05F75461706DFCFC5965002513744BFD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFontInterface; - target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; - targetProxy = 0EAADFF9A226016D978D17FE8A50B03C /* PBXContainerItemProxy */; - }; 0601407CEF1C58A062803387CCDB2AF4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Folly; target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = D1DD6F0528614F3F6A959C01AB7F7DCB /* PBXContainerItemProxy */; }; - 063AA5B7B962DE1AFCB53D531EE11F6E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTVibration"; - target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; - targetProxy = D94E3E68B5F3942E659EBF1C2EA57FCF /* PBXContainerItemProxy */; - }; - 073381D4566A6F9DF7A6A8F7A832141B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-CoreModules"; - target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; - targetProxy = EBD21F60815F964A3EAAB0E733BFEAE6 /* PBXContainerItemProxy */; - }; 073CD2E5F0971C9A28E591F6289C48BA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Crashlytics; target = C0E41540D6862472ED7F2FA11669BE1F /* Crashlytics */; targetProxy = 70056FCB7FB870FB7D91F161A3B6F84F /* PBXContainerItemProxy */; }; - 075E0E0B9B92EDC9CE885746D0490C39 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMReactNativeAdapter; - target = 897EF6A99176326E24F51E2F2103828C /* UMReactNativeAdapter */; - targetProxy = BFA470827F14C946DA5BAE3D1912C818 /* PBXContainerItemProxy */; - }; 0819D4E8DCB748F652F6C3216F88A453 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 449D79087AC8EFD285D3D6948D363A86 /* PBXContainerItemProxy */; }; + 086D65457AC5FFD77F382821A6F4E77B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-video"; + target = 3E5D106F8D3D591BD871408EEE0CC9FD /* react-native-video */; + targetProxy = 293DBD979E37882283943EEFEBC776F0 /* PBXContainerItemProxy */; + }; 08834986FB3887AACF94417FB2063810 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = A9D92F68FAFAEBBE26C78B0172ED347C /* PBXContainerItemProxy */; }; - 098765B152D5CFDBEABE4DE6D2561D31 /* PBXTargetDependency */ = { + 098ED75ABD1DF07744163F6C735C9BD8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNUserDefaults; - target = 4D67CFB913D9C3BE37252D50364CD990 /* RNUserDefaults */; - targetProxy = 72BA3707D40AD49DD19DC13CF7B749C2 /* PBXContainerItemProxy */; + name = "react-native-keyboard-tracking-view"; + target = EAB05A8BED2CAC923712E1C584AEB299 /* react-native-keyboard-tracking-view */; + targetProxy = 5E4B75F838EA6500E2F70C98C23329FC /* PBXContainerItemProxy */; }; - 0CAAFACAC3465F76A70A74ADDBA40A36 /* PBXTargetDependency */ = { + 0BDC71A280A13EDA3BACEEA9FFA4057C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTVibration"; - target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; - targetProxy = F133D56C6FE365705A91ACC220219C09 /* PBXContainerItemProxy */; + name = "RNImageCropPicker-QBImagePicker"; + target = 6D979AB5FDA2E858850D9903776A30B3 /* RNImageCropPicker-QBImagePicker */; + targetProxy = CF87F655D13B486B7A39F4A5166807A5 /* PBXContainerItemProxy */; }; 0D751055C363323C78854582E5CE9EEB /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17137,11 +16984,11 @@ target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; targetProxy = EE98A4C80DE900CD0C9ED8195B4EF52D /* PBXContainerItemProxy */; }; - 0DE9901C1C8E23C69649975E483C428F /* PBXTargetDependency */ = { + 0DA5A0B5112EE13122FBE0F58F94ACEA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Yoga; - target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; - targetProxy = B42F65971F76910290A921E5BE621605 /* PBXContainerItemProxy */; + name = "react-native-video"; + target = 3E5D106F8D3D591BD871408EEE0CC9FD /* react-native-video */; + targetProxy = 3F233DD877377E4E13A6102268F04D46 /* PBXContainerItemProxy */; }; 0EA175BD24BB28A0E0412FF094DE386B /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17149,23 +16996,23 @@ target = D0EFEFB685D97280256C559792236873 /* glog */; targetProxy = B7CA8E5E6048734280447632DB142C89 /* PBXContainerItemProxy */; }; - 0F57A01AD07C821C8D0392763A551A64 /* PBXTargetDependency */ = { + 0FF688475C509FEBF47F8F6338896FD9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = A81605657D018360C2142B86E3A646F5 /* PBXContainerItemProxy */; + name = "React-CoreModules"; + target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; + targetProxy = 7BDB8FA60F307DBE98E1A1BBBDBE8A45 /* PBXContainerItemProxy */; }; - 0FA85E66F55F49A4F07E0C5314F42CC8 /* PBXTargetDependency */ = { + 103A67F612D0177274D8CE98BBBBAF76 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNDeviceInfo; - target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; - targetProxy = FC7003B510EE6728BFC5CCF8FBEE036F /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = FD95985655C01A2E05B291CA06AAFCD4 /* PBXContainerItemProxy */; }; - 0FFCD3153DB0FBA1F4F2F54100C19AAC /* PBXTargetDependency */ = { + 1106E894C479E191CA9ECCA01395F6B2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FBLazyVector; - target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; - targetProxy = DDFA131F8A17C0CC7D5FCF450E11A752 /* PBXContainerItemProxy */; + name = "react-native-background-timer"; + target = 6514D69CB93B41626AE1A05581F97B07 /* react-native-background-timer */; + targetProxy = 6D703170549265D538B76695D9F11BDE /* PBXContainerItemProxy */; }; 111B42C5DC57FD6481F10A216C2A2A54 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17173,47 +17020,29 @@ target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; targetProxy = 05C70C130BBF2D57D3A41CA7A93B606B /* PBXContainerItemProxy */; }; - 113F6F213E4977CA67A2BFCA24FE5D40 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFastImage; - target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; - targetProxy = 15AF678E91F90883755A330BECB850DF /* PBXContainerItemProxy */; - }; 11BB47F7EA1D94100004061A682344B8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseCore; target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; targetProxy = 0ECB4C54EED84F5258E41AFD4657F11F /* PBXContainerItemProxy */; }; - 12A07D2203836CD505C8505ACDBF25BB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = BugsnagReactNative; - target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; - targetProxy = 8B53E7A1E3DE4049A7BA39703DD90925 /* PBXContainerItemProxy */; - }; - 13A13E28A45B4A3F58A393F2F4CD2527 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXAppLoaderProvider; - target = 2B8C13513C1F6D610976B0C8F4402EC1 /* EXAppLoaderProvider */; - targetProxy = 7636C6A03013022B7158485E9F36BAA4 /* PBXContainerItemProxy */; - }; - 1500F87175D8C53FE61D0F07B1BE5895 /* PBXTargetDependency */ = { + 135200112ED7A5E3ECA210F6D46B096A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 0703F7FF7EB29E4E3823B2E7E57576CB /* PBXContainerItemProxy */; + name = UMFileSystemInterface; + target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; + targetProxy = 1AE7005914E52A005F591CDE4E355B58 /* PBXContainerItemProxy */; }; - 16069BFD1B377321A6DCEAA98424A809 /* PBXTargetDependency */ = { + 135A6972A27F25BA8EAFC27A9EC11AFB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMSensorsInterface; - target = 2038C6F97563AAD6162C284B3EDD5B3B /* UMSensorsInterface */; - targetProxy = 8843FEF2936F6906F3DEA4AB5FA3FB99 /* PBXContainerItemProxy */; + name = RNImageCropPicker; + target = 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */; + targetProxy = 3E83DA5CB5A4A4CBE5BC3B7021ECAAEB /* PBXContainerItemProxy */; }; - 16602EB7F91F88A1507CD0BB99603F4E /* PBXTargetDependency */ = { + 150815A5BA646F5C247315243CDAA412 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXConstants; - target = 6C1893932A69822CBE3502F2E0BCFB6D /* EXConstants */; - targetProxy = E20BA40E1FB3A19270176C471380F136 /* PBXContainerItemProxy */; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 0E1E95272142A4DD4793E4BCC36AA7DD /* PBXContainerItemProxy */; }; 16D9EDA83A5EAC350AAADE42DC833185 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17221,17 +17050,11 @@ target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; targetProxy = E7713748923D5218C5086559D4632CF6 /* PBXContainerItemProxy */; }; - 16F1DEA0ABEB1354ED0A5AE287B82408 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-notifications"; - target = CA400829100F0628EC209FBB08347D42 /* react-native-notifications */; - targetProxy = 9364418E65938ADFB5D5A44BABF7F5E6 /* PBXContainerItemProxy */; - }; - 173C422D3E27514D2BA953283D77CCD2 /* PBXTargetDependency */ = { + 17634ABD8EC4AD7FD28A2F314D536F82 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-jitsi-meet"; - target = D39AB631E8050865DE01F6D5678797D2 /* react-native-jitsi-meet */; - targetProxy = A338B2EA637A261726C42F278A3D8665 /* PBXContainerItemProxy */; + name = RSKImageCropper; + target = A30157FD17984D82FB7B26EE61267BE2 /* RSKImageCropper */; + targetProxy = 721D022BF7B7A864C121769CB1817B93 /* PBXContainerItemProxy */; }; 17B0305E08C7EF9ED292AA9014450AF0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17239,11 +17062,17 @@ target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; targetProxy = 9A2D94180C1D8549B209C4F116F4FC88 /* PBXContainerItemProxy */; }; - 18BB5F90FAB5266AB6D8DFE3295FFBED /* PBXTargetDependency */ = { + 17E67BEE76E6BC11894C0D64D23D0933 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCoreDiagnostics; - target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; - targetProxy = 5D39961455ACD0269DBC590E70DC8C49 /* PBXContainerItemProxy */; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = 4952A68A7EE0A73023C8C30F916CDDF6 /* PBXContainerItemProxy */; + }; + 189311A0B31BBCA4170A7050B5669655 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTActionSheet"; + target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; + targetProxy = 9B4B943D6F7368C124A65870E1B5AA7D /* PBXContainerItemProxy */; }; 18FD1501C797648CCBBE6F5A312BFE05 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17251,23 +17080,23 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = A2714C3F770F38D4074DD0F61DA9CF45 /* PBXContainerItemProxy */; }; - 19BC2F23FE52F44CE24705F1417E1FA0 /* PBXTargetDependency */ = { + 1C3324F9FA8112D0D4CB7FDE5FB0F426 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = 880E09ED5680F9853220E14F334D0ECC /* PBXContainerItemProxy */; + name = SDWebImageWebPCoder; + target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; + targetProxy = 7E544BF4B592599D7C926E03AF304B82 /* PBXContainerItemProxy */; }; - 1C8DBF33C996D21534A3457FA1C2ECE3 /* PBXTargetDependency */ = { + 1D7BE1B40D73D886C08C3EAF3AEF8A51 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "rn-extensions-share"; - target = A238B7CE3865946D1F214E1FE0023AAE /* rn-extensions-share */; - targetProxy = 0634B3213AA67FC0CDDCB4F75EEBDA00 /* PBXContainerItemProxy */; + name = FirebaseInstanceID; + target = 9E25537BF40D1A3B30CF43FD3E6ACD94 /* FirebaseInstanceID */; + targetProxy = B9D79D20404B146AC29C03FE1AD96C03 /* PBXContainerItemProxy */; }; - 1E06789DB358E14310E45EA44B48C0E8 /* PBXTargetDependency */ = { + 1EF9C3EE6D3C34883AE89D528999F1C9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMFaceDetectorInterface; - target = 2AD4F40E67E1874A0816F6B34289EB41 /* UMFaceDetectorInterface */; - targetProxy = 21F7DDB6F91E34308909DEA695AEF975 /* PBXContainerItemProxy */; + name = "react-native-orientation-locker"; + target = 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */; + targetProxy = 98D896D698F7491BAE25E198EB3446F6 /* PBXContainerItemProxy */; }; 1F7F74A9D27293B2CD3A13D6A29E8DCF /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17275,29 +17104,17 @@ target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = 65685AEAE3C8051C0DE124A6E5ACB197 /* PBXContainerItemProxy */; }; - 200613A0FC6805FA98C2AF976361A338 /* PBXTargetDependency */ = { + 200D0F7329C3601E1E48FCDCEE03916A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Crashlytics; - target = C0E41540D6862472ED7F2FA11669BE1F /* Crashlytics */; - targetProxy = 0C0C3BC9A019EF22BA4F2E4B782314BD /* PBXContainerItemProxy */; - }; - 2096960264E69B8DD251DF52B93F6824 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-webview"; - target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; - targetProxy = 49A4D23206F94DBF68E9C50F25C56E25 /* PBXContainerItemProxy */; - }; - 20A21E725FF2E8A47FDEE6E8C74E3A66 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImageWebPCoder; - target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; - targetProxy = 5F5ADDA9933A679C40B7C34136E19EF6 /* PBXContainerItemProxy */; + name = "react-native-slider"; + target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; + targetProxy = 1EFD775BD2E6D8EAB8DD4C12B10B98CF /* PBXContainerItemProxy */; }; - 224917BBFCAC054AE73D564703F31D0A /* PBXTargetDependency */ = { + 21132C7DC7508F5F7D0ACF3973FE874E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-background-timer"; - target = 6514D69CB93B41626AE1A05581F97B07 /* react-native-background-timer */; - targetProxy = 07550E09E09F67B4F44EC5EE4FDBEDDB /* PBXContainerItemProxy */; + name = FirebaseInstanceID; + target = 9E25537BF40D1A3B30CF43FD3E6ACD94 /* FirebaseInstanceID */; + targetProxy = 59BACDF507289F4ACB3A4077AC2B6A0D /* PBXContainerItemProxy */; }; 247FEEC1E501C4839C5EE406D74A3A13 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17317,18 +17134,18 @@ target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; targetProxy = E3DCB3D8F0A533B7BB46EB61E99CA3EE /* PBXContainerItemProxy */; }; - 25BE7C532DFEA415253603B190F16312 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFileSystemInterface; - target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; - targetProxy = 396A0CF624DA1F5E8178679638A366B2 /* PBXContainerItemProxy */; - }; 25FF94CB1F0E40824E1E6AF9F1F0421A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMCore; target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; targetProxy = 113CDDB809E5888DDC4ACE47ACB7FEB3 /* PBXContainerItemProxy */; }; + 262BE4F4564144B6042D25EB7091A224 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFastImage; + target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; + targetProxy = 8AD98246D0E79A443E9598472BA4C7AB /* PBXContainerItemProxy */; + }; 264D93AAAC6C7D8A972E618ABE3F4764 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; @@ -17341,17 +17158,23 @@ target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; targetProxy = 9AC1F06D86A0940CBEDC84127390E31D /* PBXContainerItemProxy */; }; + 27929BC25D3AC3ED6E7890B6822AE73A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = B05729177D762B1484EA31FE2B192F72 /* PBXContainerItemProxy */; + }; 27C702A0CD5B9CAB6ADF12761D4592D2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMPermissionsInterface; target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; targetProxy = F84AAAA2C19F25EDD3EC2AACB0E9E389 /* PBXContainerItemProxy */; }; - 283F8930AE0F8BC380810D9F7A2DCA8F /* PBXTargetDependency */ = { + 289ECA4C2990708BF7357243AB0E1585 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNRootView; - target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; - targetProxy = 7CFC21BBFEB7A82CB77B3F13134C4181 /* PBXContainerItemProxy */; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = BA6A87806E852DECE2417B12D5CFCFD3 /* PBXContainerItemProxy */; }; 2AA010E3221FCB666E0D6123C66594C6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17359,11 +17182,17 @@ target = D0EFEFB685D97280256C559792236873 /* glog */; targetProxy = 7C53CB5C717DF2F107152E0C7B720455 /* PBXContainerItemProxy */; }; - 2C07AC1B18DB9B84C59801CD8C45EB5C /* PBXTargetDependency */ = { + 2AE1AB43913431D909708C6D33B763B9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RSKImageCropper; - target = A30157FD17984D82FB7B26EE61267BE2 /* RSKImageCropper */; - targetProxy = 610BCAC61D0A43DDB258359676093F06 /* PBXContainerItemProxy */; + name = "react-native-jitsi-meet"; + target = D39AB631E8050865DE01F6D5678797D2 /* react-native-jitsi-meet */; + targetProxy = 402E669DAC592D8549ACFE8A6016A9C8 /* PBXContainerItemProxy */; + }; + 2B8598F2CBB387C940A1FA2D652F4394 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNAudio; + target = 449C1066B8C16DEDB966DCB632828E44 /* RNAudio */; + targetProxy = E72F93C5ADD69CD4E8122F4FCBFEDA4B /* PBXContainerItemProxy */; }; 2C093D825CD5837807DDB5B0FBABE56F /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17377,17 +17206,23 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 553C9E2156C22165A3D5F8E54F781E1E /* PBXContainerItemProxy */; }; - 2CB3221AD1ED31E45AEEEA60042BC06C /* PBXTargetDependency */ = { + 2CE392585411EEAEEC72AF5C44ABA8EC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTActionSheet"; - target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; - targetProxy = ED591566C14A4AB3B5F680F8B1D97B46 /* PBXContainerItemProxy */; + name = RNFirebase; + target = A83ECDA5673771FA0BA282EBF729692B /* RNFirebase */; + targetProxy = 0BC9F2BBC9BBE607E7CCFD808A85B1F0 /* PBXContainerItemProxy */; }; - 2CCA3115DC02D541E7488054E9C6DCB3 /* PBXTargetDependency */ = { + 2D0ECB22B1F8E3EABABE587848DCD386 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-jitsi-meet"; - target = D39AB631E8050865DE01F6D5678797D2 /* react-native-jitsi-meet */; - targetProxy = ADBED58D4694BCF256BF8A08894659AF /* PBXContainerItemProxy */; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = FAEB113988D078551DD440B5811BE6B7 /* PBXContainerItemProxy */; + }; + 2D12D63E9EFDBBACEC8A2C6384D85FD7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = A6D3FBE192729DD81F271A1FC6DA3AC7 /* PBXContainerItemProxy */; }; 2D400D296D174E898B4E20125D436B48 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17395,29 +17230,23 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = 4F47ACA22456ABDDC1033CCE85E508AC /* PBXContainerItemProxy */; }; - 2E4ABB8455310BABA87E661ECC78B06F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNVectorIcons; - target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; - targetProxy = A19D5B7257CF2FC19B77E067CBDBD2A8 /* PBXContainerItemProxy */; - }; 2E5A8B52DC4EB0A2B4F078A2DEBADCF6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = CAAEE7A21CB80F6BF942643AE53B944E /* PBXContainerItemProxy */; }; - 2F64732A22B7B7A88054C34876CC52AE /* PBXTargetDependency */ = { + 2EE3DB92DCA9D45077C2345F44EEC61E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTText"; - target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; - targetProxy = 8DAE8772A5E0DA9038BCE0095AAC3FC8 /* PBXContainerItemProxy */; + name = RNAudio; + target = 449C1066B8C16DEDB966DCB632828E44 /* RNAudio */; + targetProxy = 0C0C7E4729BB6DEC28583212C48D0667 /* PBXContainerItemProxy */; }; - 2F91736E0357BB0D468B9C17B1C957A3 /* PBXTargetDependency */ = { + 2FF3A2A05A40838509657E5D6CB00F4E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-webview"; - target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; - targetProxy = 47A889685DB2F16FEDB7F35A074D24EC /* PBXContainerItemProxy */; + name = "react-native-notifications"; + target = CA400829100F0628EC209FBB08347D42 /* react-native-notifications */; + targetProxy = 382951586E78CC41044DCAD3F979C352 /* PBXContainerItemProxy */; }; 303A329EFE63F98C76E1F88C1909DC69 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17425,23 +17254,23 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = F56EBC18CB64EE0482444624DFEC06A2 /* PBXContainerItemProxy */; }; - 3093132355E72AF77D413782BF0AF3B2 /* PBXTargetDependency */ = { + 303F265BF76F55A0EA1411A05A4B5702 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = libwebp; - target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; - targetProxy = 3ACCA6B776C72C779EFC47689C5A1AE0 /* PBXContainerItemProxy */; + name = RNDateTimePicker; + target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; + targetProxy = 6C5D1AF94E953E4888BBFDC54AC217D6 /* PBXContainerItemProxy */; }; - 315E271C87DFE17027FE40D0ECA56EC1 /* PBXTargetDependency */ = { + 31B4453F4A467AE58FC818C8EA9ABE18 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = QBImagePickerController; - target = C49345AFA49B098B0384C4FA864A4868 /* QBImagePickerController */; - targetProxy = AFF74AD800513E8ADF86A29EA37DB955 /* PBXContainerItemProxy */; + name = EXWebBrowser; + target = 9EB556EE511D43F3D5D7AAF51D8D0397 /* EXWebBrowser */; + targetProxy = 3FC82A5B2AC222C7A7933B2CA25610AA /* PBXContainerItemProxy */; }; - 31931DA45E92FA3E97BF96EC6908E06D /* PBXTargetDependency */ = { + 31D4F64C2790A50EAFEE606CD5FA6A60 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = CE083BB07F9AF3F55E0E94A6776C7F05 /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = C41CF851F7FF52EAD14A31FC91CE44F2 /* PBXContainerItemProxy */; }; 330F77DFE2073004CAEAE6D131E54D67 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17455,11 +17284,11 @@ target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; targetProxy = D466E30F6A7C6BA97286EAE8358F3B63 /* PBXContainerItemProxy */; }; - 357466EB08392E28CEA442942B46CEFF /* PBXTargetDependency */ = { + 3428E2F38F33937D3E173113C7ACA1F2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 494E493BF9F89F341728248A19FCC460 /* PBXContainerItemProxy */; + name = "React-RCTSettings"; + target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; + targetProxy = 01E1C2F0C1330276845541D7FCDE9D30 /* PBXContainerItemProxy */; }; 35D5269AD31979BA1B767BBD3ED53885 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17467,35 +17296,41 @@ target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; targetProxy = BF3AAFF64628FD7E9E7A7DD743002FFF /* PBXContainerItemProxy */; }; - 3602C2D1D468031A5668E178CB748D2D /* PBXTargetDependency */ = { + 3739916787D47022FEBE0DBE7FDAC532 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = DB7F8FFEBFD4F1F21E938572BD164D57 /* PBXContainerItemProxy */; + name = RSKImageCropper; + target = A30157FD17984D82FB7B26EE61267BE2 /* RSKImageCropper */; + targetProxy = AEC8DF6D4B91F6B6CAA5DFE9C52B76F8 /* PBXContainerItemProxy */; }; - 360B2B80861E877F2D7AC7D096BC7E0F /* PBXTargetDependency */ = { + 384E6F7CD534095608A3E5F8480ED244 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNDateTimePicker; - target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; - targetProxy = C76DF3A953DDD79F9AF83698340CE5DA /* PBXContainerItemProxy */; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = 308CB2ED713BFA054D8EB2F0D06AFA16 /* PBXContainerItemProxy */; }; - 37AB696AA0E1E6DF977FCE15E5F693A5 /* PBXTargetDependency */ = { + 398F0C597BCA5EE1647885443566E8FB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNReanimated; - target = FF879E718031128A75E7DE54046E6219 /* RNReanimated */; - targetProxy = D9B8C4BFF51E86E843EDF9993F467999 /* PBXContainerItemProxy */; + name = "React-RCTLinking"; + target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; + targetProxy = 10399A97EABB5F89BCB17ABF69CA87B2 /* PBXContainerItemProxy */; }; - 38EF85477C152AE84F726EE2CF766108 /* PBXTargetDependency */ = { + 39F90BCEE33849127E71239104B45AF9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "rn-fetch-blob"; - target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; - targetProxy = 3AB72858671724C326138EA3E7BA7494 /* PBXContainerItemProxy */; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 4B07143B1B59D56632347002AAAA437D /* PBXContainerItemProxy */; }; - 3BCEFA940AE6079CF876B54AC8F7C8BA /* PBXTargetDependency */ = { + 3A9A39824D548188D0E80B071C22237C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 32C8EB6F7890500EB0BC57AA195FF549 /* PBXContainerItemProxy */; + name = FBLazyVector; + target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; + targetProxy = 417C4B37FBF10188AF7335F3FA18E334 /* PBXContainerItemProxy */; + }; + 3B7AEFBF5FD857C31DA77A6841C1F342 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = 9C9DCBD3CB2DE5791F27DCB8E00C5BB5 /* PBXContainerItemProxy */; }; 3BDD26DF1C76A2717767412BFEFD633E /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17503,59 +17338,77 @@ target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; targetProxy = C6318E60C9E68C5F678F7ADDF357AED8 /* PBXContainerItemProxy */; }; + 3E6803C8B29AF76BFC5C95513829792F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMTaskManagerInterface; + target = 50188AAB5FAECCA9583327DBA2B0AF2B /* UMTaskManagerInterface */; + targetProxy = 287A4B30D18582D993096165A60C3078 /* PBXContainerItemProxy */; + }; 3EC9C41467F00AB41E8790F4AABEC57D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTActionSheet"; target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; targetProxy = C5D50E7D903962E2C2E382B536062BDB /* PBXContainerItemProxy */; }; + 3F16197661742FBFDEF20737B37EDB6B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNImageCropPicker; + target = 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */; + targetProxy = ABCA878079204477F95ACF349B134A59 /* PBXContainerItemProxy */; + }; + 3F3C9E6765BC147DA267791A980A7454 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "boost-for-react-native"; + target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; + targetProxy = 7065495626DCA21731426A45B790DEE2 /* PBXContainerItemProxy */; + }; 3F3EC18CA27FD995B1E6952D48C0C2D3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMFontInterface; target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; targetProxy = 86FBD5BA95718ED6238A8919F42616C5 /* PBXContainerItemProxy */; }; - 4023104B09B1A738E7CA14398E7762D5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = CAB679A784D0B47B9C9BCBD3EBAB8F36 /* PBXContainerItemProxy */; - }; 41013E96A559735139B429989B2F3644 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = 3567AD7E2B44760020C17476D70D0A0F /* PBXContainerItemProxy */; }; + 41140FA5EB0E8AC81CFDBC9C3596BD2C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = CF4C77FAF354C159D5D07A168021AC69 /* PBXContainerItemProxy */; + }; 41FF68034D509FCE39317463A46EE39D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = B40AA08577F30A00FD2A25A08341964A /* PBXContainerItemProxy */; }; - 42982431F2357D80DEC2912963A486FF /* PBXTargetDependency */ = { + 423D0F2D49F3AA6A5B119E06070F1D03 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Fabric; - target = ABB048B191245233986A7CD75FE412A5 /* Fabric */; - targetProxy = 5C737FEF11551517FBC69B8338F9E7D6 /* PBXContainerItemProxy */; + name = RNRootView; + target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; + targetProxy = D5B64814EF2A440EB22C618F91BCAE0B /* PBXContainerItemProxy */; }; - 433C260C006BAB2ED2DA271DB2160E8A /* PBXTargetDependency */ = { + 42671B1896E3F27001C6AB07907784E6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNLocalize; - target = B51433D546A38C51AA781F192E8836F8 /* RNLocalize */; - targetProxy = 0B2E89B331848A5D8FEDAD3470EBAEC4 /* PBXContainerItemProxy */; + name = KeyCommands; + target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; + targetProxy = 36305F240D87F3E11C4530F378963D6F /* PBXContainerItemProxy */; }; - 43F6A4FCDB27E83505AFB7D67093C808 /* PBXTargetDependency */ = { + 42C0B912BB00FD00911DBA87C3377EEC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = 72FB2E5C09D1E7C38B54561422D38983 /* PBXContainerItemProxy */; + name = RNVectorIcons; + target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; + targetProxy = 19C33ED24FB49FC741E5471B79E46224 /* PBXContainerItemProxy */; }; - 450D728B815BC12EAA892BD7079713A7 /* PBXTargetDependency */ = { + 42CA430D9ADF5B33FEBC8C7FA9091DCA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMConstantsInterface; - target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; - targetProxy = C3D793A89D0BEA7E06D1325F92EF558F /* PBXContainerItemProxy */; + name = EXAV; + target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; + targetProxy = 670C372A32DD6F4E8DDE9DD208B1959F /* PBXContainerItemProxy */; }; 4525B78AB9B05D2433479A9579FE333F /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17563,29 +17416,23 @@ target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; targetProxy = 557407361285FA301951204E241F9CDB /* PBXContainerItemProxy */; }; - 45B54DCA6E2F115B590FE0F961D0070D /* PBXTargetDependency */ = { + 455AFBCC2BC29D52C209FD9F39BBF3A4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 474A9631252C9E98AE9CC716E56DE0F8 /* PBXContainerItemProxy */; - }; - 45B9212C95CEFF943013E8DF5D862681 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFirebase; - target = A83ECDA5673771FA0BA282EBF729692B /* RNFirebase */; - targetProxy = 4EF9025535815CEBE6F75AD406177E59 /* PBXContainerItemProxy */; + name = "react-native-webview"; + target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; + targetProxy = 1AE55B317D1952FD116D76CAAED7DF01 /* PBXContainerItemProxy */; }; - 478C0165156FC9ED06554774BF24F425 /* PBXTargetDependency */ = { + 45A02D94FDEF4EBAEE7B40981DDC1C61 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNRootView; - target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; - targetProxy = F492F288F57D9F5DB3F71CE4248EE0D4 /* PBXContainerItemProxy */; + name = RNBootSplash; + target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; + targetProxy = 55C9DFEE64190DC5D7B659AEAC999467 /* PBXContainerItemProxy */; }; - 47A8A6F083B4F6C448C7460E94F5959B /* PBXTargetDependency */ = { + 47308ACDDAFE8D302CC82063C0AC6F13 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTAnimation"; - target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; - targetProxy = B7F08F4FE6E75DBA4C38D8B789F2ABAE /* PBXContainerItemProxy */; + name = EXHaptics; + target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; + targetProxy = D4001BB8F0E1CC188062556FC8254A35 /* PBXContainerItemProxy */; }; 48076A1E02117E39C56513D1F085E022 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17593,30 +17440,6 @@ target = 5EB4B0B6DA6D5C0C3365733BEAA1C485 /* FirebaseCoreDiagnosticsInterop */; targetProxy = BFD1349A73D002FF8BADA635DB23EA34 /* PBXContainerItemProxy */; }; - 4829D776EE4AAD719277D37C57DE917E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNImageCropPicker; - target = 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */; - targetProxy = D0E7F1334DC7E8C9A9B1BA5F5E40B556 /* PBXContainerItemProxy */; - }; - 48CA85607242061317E93A362DA9EA93 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-appearance"; - target = 3FF2E78BB54ED67CA7FAD8DA2590DBEE /* react-native-appearance */; - targetProxy = 5CB42AAC21C3B0FDF6C9BAF7253ADDD3 /* PBXContainerItemProxy */; - }; - 490A1C31B5526CED2DBA95397B4854DC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTSettings"; - target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; - targetProxy = 24F64DA0EBF41C843358097CC85CEFA9 /* PBXContainerItemProxy */; - }; - 4973C3DE70006C26FF1CFBF97017F779 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCoreDiagnosticsInterop; - target = 5EB4B0B6DA6D5C0C3365733BEAA1C485 /* FirebaseCoreDiagnosticsInterop */; - targetProxy = 7E7173C0D97D6A4FC13C8DFB12F66011 /* PBXContainerItemProxy */; - }; 49B84289A3B9871A10A133360307483A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; @@ -17635,29 +17458,47 @@ target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = BB43E3440C83F8BC24E141BE6C01D507 /* PBXContainerItemProxy */; }; + 4ABBB9BD4F9544583033CA3BAA906379 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 46C442A90B3F4D2FE8F2908D8DF29193 /* PBXContainerItemProxy */; + }; + 4AE3A39FF66D392A1B0A5C572FE7EA4A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFaceDetectorInterface; + target = 2AD4F40E67E1874A0816F6B34289EB41 /* UMFaceDetectorInterface */; + targetProxy = 70E6CA166BBC98CD53E3C1C4431640BE /* PBXContainerItemProxy */; + }; + 4B6E3E0BB53B3276E57DB55122C738D1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNGestureHandler; + target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; + targetProxy = CC7FEEE361E9E93EC0AF53DEA0487162 /* PBXContainerItemProxy */; + }; 4B7CF4BCE880915A07A1011FB01F4A55 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsi"; target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; targetProxy = D59A73644A58ECC04E1987DB3C8A1BC6 /* PBXContainerItemProxy */; }; - 4E7A54EBDEED5E1498EB0028BFC71740 /* PBXTargetDependency */ = { + 4D8F64378745354B694B62B49FB751CF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 2AB4E316E2673B76ACA537189D619922 /* PBXContainerItemProxy */; + name = UMSensorsInterface; + target = 2038C6F97563AAD6162C284B3EDD5B3B /* UMSensorsInterface */; + targetProxy = A3B60D1C518F1C8C813F5E32A75DD327 /* PBXContainerItemProxy */; }; - 4F0857BD0DB863A909B1C536905EC4E0 /* PBXTargetDependency */ = { + 4DD8BC3A530BED496510FB84BC656779 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXWebBrowser; - target = 9EB556EE511D43F3D5D7AAF51D8D0397 /* EXWebBrowser */; - targetProxy = 105F0627F964F208B7E203C6AE12264E /* PBXContainerItemProxy */; + name = RNFirebase; + target = A83ECDA5673771FA0BA282EBF729692B /* RNFirebase */; + targetProxy = E566304553EFCEBA4F051E9BCAD0BB6A /* PBXContainerItemProxy */; }; - 4F0BA9AA90ED1A31F19D78C7C51278C7 /* PBXTargetDependency */ = { + 4E7A54EBDEED5E1498EB0028BFC71740 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-slider"; - target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; - targetProxy = 2A542D7DEB91308112C80B056E16E2A9 /* PBXContainerItemProxy */; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 2AB4E316E2673B76ACA537189D619922 /* PBXContainerItemProxy */; }; 4F7F40E77A1DA0E82C319F24DBD6FF90 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17671,23 +17512,53 @@ target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; targetProxy = 013C8C712E31279FB89EBADB1C1A4BC4 /* PBXContainerItemProxy */; }; + 4FBA80ECCAE87CD90E6BE8B440292006 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = E56C8CB5984F079F18A8A02FB8BDBFC2 /* PBXContainerItemProxy */; + }; + 502995F2AFECD1C42E7686967BF4FE70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-appearance"; + target = 3FF2E78BB54ED67CA7FAD8DA2590DBEE /* react-native-appearance */; + targetProxy = 2CD60693D39AEAE91E7ADEB448D65FD1 /* PBXContainerItemProxy */; + }; + 510387D6BAB4A57E079166A54DC434FA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNLocalize; + target = B51433D546A38C51AA781F192E8836F8 /* RNLocalize */; + targetProxy = 954E0CCA5E8B480350E8436EE474FAD8 /* PBXContainerItemProxy */; + }; + 515F4856218D66DA46398B7A6036B62E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTVibration"; + target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; + targetProxy = E879B118CC080DD7D9D9466736FD606B /* PBXContainerItemProxy */; + }; 5195D675E015DEB9B99885FE0B15AAFF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = glog; target = D0EFEFB685D97280256C559792236873 /* glog */; targetProxy = A33043B018A8D3B28DA9124A1579E13A /* PBXContainerItemProxy */; }; + 51A44449DDC825518E0544921BABCC71 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JitsiMeetSDK; + target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; + targetProxy = 517E95D5CAD03EA75E0C6617D9294D01 /* PBXContainerItemProxy */; + }; 52ED0D1D4CE538BBA93169D2D44FFFF0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTImage"; target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; targetProxy = A8D228C6F74629133C291F6B44D7694D /* PBXContainerItemProxy */; }; - 538D89105D8757D8F769FF4E79BF3CDD /* PBXTargetDependency */ = { + 537F816FD3F3B0C568C19D6CB94D5D1C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCoreDiagnosticsInterop; - target = 5EB4B0B6DA6D5C0C3365733BEAA1C485 /* FirebaseCoreDiagnosticsInterop */; - targetProxy = D310F99A161A674E78AF779AD1942AE4 /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = B687C9A22D2D12EFB200C5D67C839906 /* PBXContainerItemProxy */; }; 53B411A732F99F8D51E15B2CE451B1C2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17695,17 +17566,35 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = 8F8D97FDA93DF806279F1C90D2E34F62 /* PBXContainerItemProxy */; }; - 57709D7E72B187364F10F24BA6B6D3CD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = C8D6ADF316FDA972C538985DF8473A67 /* PBXContainerItemProxy */; - }; - 58029F37F5A710F0ACF6A6670D5E3DA9 /* PBXTargetDependency */ = { + 55E862D358755960D5F29E90149EF7C4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Yoga; target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; - targetProxy = 7AB269EE8D0EA6D610FD1A80FA61EBA7 /* PBXContainerItemProxy */; + targetProxy = DA4E0CF0076635A9C93366BE55B631DC /* PBXContainerItemProxy */; + }; + 56673919C97B472351BEF2F1949261AC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCoreDiagnostics; + target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; + targetProxy = A219A525F7D89CB505775229778B9A36 /* PBXContainerItemProxy */; + }; + 56DE21C75126AF31A5E94EE6F99D2BF9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RSKImageCropper; + target = A30157FD17984D82FB7B26EE61267BE2 /* RSKImageCropper */; + targetProxy = F8D4D2CDF1354D450268ABEC07E1B256 /* PBXContainerItemProxy */; + }; + 577227C9EAAB1992707B08F8FAA5DB2F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = 69B99B1CA02C6A7B7D1C6041F1A33EF7 /* PBXContainerItemProxy */; + }; + 580A194E831066D08BAF6BEECDE118AA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTText"; + target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; + targetProxy = 9D7112820FE404AD3889A8C613EB673D /* PBXContainerItemProxy */; }; 593EED89BEA0A6FAB5FB78DAF42A92C3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17713,17 +17602,35 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 592671C6C3F74111AF89BE688E45B730 /* PBXContainerItemProxy */; }; - 5BDED4260889D7D88C6AB142599ADEEE /* PBXTargetDependency */ = { + 5A416B76E16E3A9442E3DC07AB7F7C5D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXAV; - target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; - targetProxy = 2132E614EDF598F91538FE785442C819 /* PBXContainerItemProxy */; + name = "react-native-cameraroll"; + target = BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */; + targetProxy = 402729C8AF71EB939F39BE06188B3042 /* PBXContainerItemProxy */; }; - 5F8F51D50D573D6E400BE2FF3E90C4A1 /* PBXTargetDependency */ = { + 5CBCD777F631F06496B91D5B7A1390A3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNVectorIcons; - target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; - targetProxy = F9B7212591B48FEEE358E44C41E046B0 /* PBXContainerItemProxy */; + name = "rn-extensions-share"; + target = A238B7CE3865946D1F214E1FE0023AAE /* rn-extensions-share */; + targetProxy = BA3F7D36F6E5ECA2F4C8FAB2CB071D26 /* PBXContainerItemProxy */; + }; + 5E1B0443F129EC24642AC415142339C2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = 320353F04E268962E404EC723479978D /* PBXContainerItemProxy */; + }; + 6033A5C8C12EFA9BD8B8E06FAD744530 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "rn-extensions-share"; + target = A238B7CE3865946D1F214E1FE0023AAE /* rn-extensions-share */; + targetProxy = F9FA9A4B93BE9BA6DAB7949C24BB5F24 /* PBXContainerItemProxy */; + }; + 6134E2DD787DBCB7AFCE0073AC3B9815 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNDeviceInfo; + target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; + targetProxy = 8F92F098DAF2474862E1EAF580073CAE /* PBXContainerItemProxy */; }; 6142C90C7067738802070DBD12BAA802 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17731,23 +17638,17 @@ target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = 34B556DF76EB14506DA19B1213547A54 /* PBXContainerItemProxy */; }; - 6144B534339B92D5B00EFED5499A0EE1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = C1CC70707F2B30366A88A2E5E3B7E772 /* PBXContainerItemProxy */; - }; - 6218267A68511C93CB7840629F99612B /* PBXTargetDependency */ = { + 62D932DC02BFEBDDD2FF5BD7D73F51AD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 43E2B6444116567FCEAC138824F9AA29 /* PBXContainerItemProxy */; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 717692BC65669812B7F522EA2187003C /* PBXContainerItemProxy */; }; - 6373CD8610C59685593EBE531A593C5D /* PBXTargetDependency */ = { + 6389624F3A1F303BDAB3FFF845300C94 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNDateTimePicker; - target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; - targetProxy = A25C9FBBB89C38B3B89AF8B6184724F3 /* PBXContainerItemProxy */; + name = RNUserDefaults; + target = 4D67CFB913D9C3BE37252D50364CD990 /* RNUserDefaults */; + targetProxy = 45AFA3D4740E3124EED9D5ED6B043C63 /* PBXContainerItemProxy */; }; 6395E3254FF15C5334B441B2D03EFBCE /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17755,17 +17656,23 @@ target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; targetProxy = 9999A457A3E364808C9E122EC64D955D /* PBXContainerItemProxy */; }; + 63B2C42EFCCBF6EC370087535F06AEED /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNScreens; + target = 214E42634D1E187D876346D36184B655 /* RNScreens */; + targetProxy = 5E3D2AE3A5333B142CB68B67C4ACE095 /* PBXContainerItemProxy */; + }; 648641E197156F9497402698E7616999 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = EF797B6066E1025B5FD8590A476CD8DC /* PBXContainerItemProxy */; }; - 655544D7D02592E97B8B179D9A5C6A5A /* PBXTargetDependency */ = { + 6534D5C1960A374B317EA0E461EC624E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "rn-fetch-blob"; - target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; - targetProxy = BF7703A1FBC651050E23B6104637F6F0 /* PBXContainerItemProxy */; + name = RNScreens; + target = 214E42634D1E187D876346D36184B655 /* RNScreens */; + targetProxy = E5977561143FBB1F7FC7B0730E111BD6 /* PBXContainerItemProxy */; }; 659CE20F5F8A4FDAFAC33456B26AD2CC /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17773,17 +17680,29 @@ target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; targetProxy = 925B94B36D67D27AF51664D1645EC2F7 /* PBXContainerItemProxy */; }; + 6637FB687F785DF4CE98E11B424DF908 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Firebase; + target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; + targetProxy = 8584DE7BCC7ADB3BDB3FE89B61242870 /* PBXContainerItemProxy */; + }; + 663887FAC5945BE63E7B7D4D9FABDEB3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-webview"; + target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; + targetProxy = 971EBA09E440DFF8F429A7118EEA8FDE /* PBXContainerItemProxy */; + }; 66F08441F9F016CA320259F5EC30225B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Folly; target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = E8FD7532463B0528F9CE61138294EC2E /* PBXContainerItemProxy */; }; - 6799C389571508D0E16456FAEAB3848D /* PBXTargetDependency */ = { + 6790F159B0FA686CA40309424FB81FC9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 1E67531A9A1EC38006C02FC6736E1E36 /* PBXContainerItemProxy */; + name = "React-RCTSettings"; + target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; + targetProxy = B8970DFDF95002FD0A14B4D77503A214 /* PBXContainerItemProxy */; }; 687C7745B0C9D33906DF6031B3231B04 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17791,77 +17710,47 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = CAD9ABFE1D8247DFCA7C5B5DC70C1C94 /* PBXContainerItemProxy */; }; - 68FB2B8F06277465B5375A45215CC9BB /* PBXTargetDependency */ = { + 689D6F561199CEDB6D3138CA552D3F53 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = libwebp; - target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; - targetProxy = A7E5D397C11338DEED5E896EF959836C /* PBXContainerItemProxy */; - }; - 693E81A24CD2DA4781429E55C2D85100 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 9CC8F090C8F28D3800E3B95983F74865 /* PBXContainerItemProxy */; - }; - 6C61FF701E11A0BBFCF95161EEB33237 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-video"; - target = 3E5D106F8D3D591BD871408EEE0CC9FD /* react-native-video */; - targetProxy = 1589D5BF4CA04E53F6713BACDF3FDBBF /* PBXContainerItemProxy */; - }; - 6D71716F344E0438872A0E5EF037A342 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = E891F66582FED623E07D97B1E36EE7D9 /* PBXContainerItemProxy */; - }; - 6D8C00952B65F5BD4F322D959F307D80 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = D9E3EDC835FCF7086651DEA02BD80CC6 /* PBXContainerItemProxy */; - }; - 6DB50665C20DC1D0028E753C92E9F181 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTLinking"; - target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; - targetProxy = 784F820DA78EF17ABFE44601CC31F1B3 /* PBXContainerItemProxy */; + name = RNDateTimePicker; + target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; + targetProxy = 9D51D3FFD7C86A6A93E99C5CE65657CB /* PBXContainerItemProxy */; }; - 6E830C2E0653C8AF539D7DC8946E13FD /* PBXTargetDependency */ = { + 68B2BDE34C618ECA40BD8E9EFD636F82 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactNativeART; - target = 90148E8FD1C445D7A019D504FA8CBC53 /* ReactNativeART */; - targetProxy = 3DD4E3C42AF6BBBB8C7A318CB1B4692E /* PBXContainerItemProxy */; + name = "react-native-document-picker"; + target = D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */; + targetProxy = B412D7FD710901709A3083B46CF3702F /* PBXContainerItemProxy */; }; - 6F46A0B0402A0FD9B8E5CB6D0963DA24 /* PBXTargetDependency */ = { + 68B7D7313CFD6BE1AE8C023712B964B1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNFirebase; - target = A83ECDA5673771FA0BA282EBF729692B /* RNFirebase */; - targetProxy = 5306B10E08B0792F71271D400BBDC6DA /* PBXContainerItemProxy */; + name = UMConstantsInterface; + target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; + targetProxy = F66DF275B4674A769762AB96EE55CFEB /* PBXContainerItemProxy */; }; - 6F83AFCB229675884C8F4AA86BD3D571 /* PBXTargetDependency */ = { + 68FB2B8F06277465B5375A45215CC9BB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = 9F1E50BC2FC4752673D95610B10CB9A6 /* PBXContainerItemProxy */; + name = libwebp; + target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; + targetProxy = A7E5D397C11338DEED5E896EF959836C /* PBXContainerItemProxy */; }; - 703F74B5246910ED1F619119CDEF89EF /* PBXTargetDependency */ = { + 6D8C00952B65F5BD4F322D959F307D80 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = F0AAFE2ACEE726529D77E7E525FED6B0 /* PBXContainerItemProxy */; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = D9E3EDC835FCF7086651DEA02BD80CC6 /* PBXContainerItemProxy */; }; - 7247A889240BE5CED4AA8110E41E4D21 /* PBXTargetDependency */ = { + 7144D577D67A010134981D0A3BD46F6F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = 90329182C296B0DAAADEF08D1C8B8ACA /* PBXContainerItemProxy */; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 172BDD77CDCF2840675DA947894A338D /* PBXContainerItemProxy */; }; - 724F2120C6CD83C78EB9FB5FAAFD5C7A /* PBXTargetDependency */ = { + 7169F908024952E5F7F0128DDA244E2C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "rn-extensions-share"; - target = A238B7CE3865946D1F214E1FE0023AAE /* rn-extensions-share */; - targetProxy = D47A32338183EFC04075CE9AD2F89F33 /* PBXContainerItemProxy */; + name = UMFontInterface; + target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; + targetProxy = FC2D8CDA8C6819244FFB8BEC04875A14 /* PBXContainerItemProxy */; }; 7256F46E80FAF060C9B45570D9CDD063 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17875,17 +17764,23 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 914920FE125E08820136442E6C40FF7E /* PBXContainerItemProxy */; }; + 73749982B9A8199CC3D081C112E0876B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Crashlytics; + target = C0E41540D6862472ED7F2FA11669BE1F /* Crashlytics */; + targetProxy = FC3D1359470801CE2B157C29ED51BEBD /* PBXContainerItemProxy */; + }; 7461A63F993AB39EB67CB5B64395C17B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = FC21EA40C24BBDB20C2BE4568BC0017C /* PBXContainerItemProxy */; }; - 761EB5FA9332B3604AF33A975B53316B /* PBXTargetDependency */ = { + 78150159A101BD8D2559E7246D5D21AD /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleAppMeasurement; target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; - targetProxy = 500A7AAE9EE3313964157EBB4E72330A /* PBXContainerItemProxy */; + targetProxy = 104EB12BDB7CE9BB901088CB0317D472 /* PBXContainerItemProxy */; }; 7818A97BE9882F05F0EE52CA3FB7ABEA /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17899,17 +17794,35 @@ target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; targetProxy = 386C0EB352726BA92F7F015C2FB264EF /* PBXContainerItemProxy */; }; - 782AACACD3AE081AC3444DEED7E03B67 /* PBXTargetDependency */ = { + 7914C34B466D4EBBAEC8BF9A9D38FB56 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXFileSystem; - target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; - targetProxy = 0B2B9CFC15D517BE095229B09B670DAD /* PBXContainerItemProxy */; + name = "react-native-background-timer"; + target = 6514D69CB93B41626AE1A05581F97B07 /* react-native-background-timer */; + targetProxy = F7E4A705A8999C3724E4A0F45D1714B7 /* PBXContainerItemProxy */; }; - 79709D29E0BC3BEDCE914031541E8E5E /* PBXTargetDependency */ = { + 79C8551C146779E93E20C15911CA3BD0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = D5558AAA4D92303C63F0E2ED876AC1E7 /* PBXContainerItemProxy */; + name = RNFastImage; + target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; + targetProxy = 60309F1BE665B10103A75D922E3EC51C /* PBXContainerItemProxy */; + }; + 7A7F3800F3716FE0EE304CA206A89486 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = 275184F18104D4E8615D6866CB29A402 /* PBXContainerItemProxy */; + }; + 7A8B4CE3EA655BF9B4A89986FA26F982 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-appearance"; + target = 3FF2E78BB54ED67CA7FAD8DA2590DBEE /* react-native-appearance */; + targetProxy = BBBCB452501F022F10A90B55CBEEE891 /* PBXContainerItemProxy */; + }; + 7ADCF824D0C1203A949C96094503C602 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTAnimation"; + target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; + targetProxy = FC3F84C6724CFB62A253DF9B93BF2C02 /* PBXContainerItemProxy */; }; 7AEC0D15EF11C1415A94D769184AD812 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17923,17 +17836,17 @@ target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; targetProxy = 53E2A1BD19729C2293AB46582C686251 /* PBXContainerItemProxy */; }; - 7C415F54E31C0D9DE2936840BF55CDE4 /* PBXTargetDependency */ = { + 7BE6208F9A0E772B5ACA35EB7BE8F267 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 2E703AF280C74D0C56906425B3195F9F /* PBXContainerItemProxy */; + name = libwebp; + target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; + targetProxy = 96259237E6EF341CE2D2ADC369748D00 /* PBXContainerItemProxy */; }; - 7CBD01C9937EB50BA4984F9D38656977 /* PBXTargetDependency */ = { + 7D5A221A7BEFC4E2244A58FB19C986A5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNGestureHandler; - target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; - targetProxy = 88A30E1FECB26769CBCCFBE0D308D1A3 /* PBXContainerItemProxy */; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 8513B0B23F501D30EBD770AE16DDC32D /* PBXContainerItemProxy */; }; 7DCE32D473F4F7CC77F17725D7C937C1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17941,17 +17854,29 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 882BEE9E8FCF0A6BD665F01DFBEF822B /* PBXContainerItemProxy */; }; - 7E0A1B42722550BF963E4499B092C295 /* PBXTargetDependency */ = { + 7E7EC706048136D092110E773617BFA0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTSettings"; - target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; - targetProxy = BE3725F7F38D07E365C26407E27264D2 /* PBXContainerItemProxy */; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = B78DEBEDD5ABBC8402DD51C6392DDD23 /* PBXContainerItemProxy */; }; - 814B9CFF889315A4D41179829BFD0AEE /* PBXTargetDependency */ = { + 81049588235BC9C2D7B63D5C8BD9C970 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNUserDefaults; - target = 4D67CFB913D9C3BE37252D50364CD990 /* RNUserDefaults */; - targetProxy = D6C70AE4986C797024351452E56B545C /* PBXContainerItemProxy */; + name = Crashlytics; + target = C0E41540D6862472ED7F2FA11669BE1F /* Crashlytics */; + targetProxy = 707DBFAC0F367C91F7464F128FFF4FCD /* PBXContainerItemProxy */; + }; + 8116EFD5F8E9502FCF675F340D3DE7EF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JitsiMeetSDK; + target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; + targetProxy = CE4A7DC33E0F6EA56EC03CA52580CE16 /* PBXContainerItemProxy */; + }; + 82B4C0A2315FFB18F49471A1B4DB1014 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-keyboard-tracking-view"; + target = EAB05A8BED2CAC923712E1C584AEB299 /* react-native-keyboard-tracking-view */; + targetProxy = 6E0CAEF0DF7688D83AECD74FACE0138B /* PBXContainerItemProxy */; }; 82DE4A10C611155EAA73BA712DF1D258 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17959,11 +17884,11 @@ target = 5EB4B0B6DA6D5C0C3365733BEAA1C485 /* FirebaseCoreDiagnosticsInterop */; targetProxy = 729C920815C311E1D586861019E10612 /* PBXContainerItemProxy */; }; - 8356316FD5079692EDE53275A3C6134D /* PBXTargetDependency */ = { + 83C1CA64EA7ACDA99C999101D7EB32C7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMPermissionsInterface; - target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; - targetProxy = 6AD8F0073B8817CF7DA7E436661692F1 /* PBXContainerItemProxy */; + name = RNUserDefaults; + target = 4D67CFB913D9C3BE37252D50364CD990 /* RNUserDefaults */; + targetProxy = 8F88FE0C04DC1C152B58E0361B149376 /* PBXContainerItemProxy */; }; 8428EE18A7782DDB4023470F96AFF628 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -17971,6 +17896,18 @@ target = D0EFEFB685D97280256C559792236873 /* glog */; targetProxy = B8E5BD7E0904D95225F1C6CC70ADE8CA /* PBXContainerItemProxy */; }; + 844ABE593954223D238ECA78C81439BE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = 2137D5AADC00C670BBF209C6E3D3878F /* PBXContainerItemProxy */; + }; + 84ADD0398FDB774DC98D1AA886B0CD34 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseAnalytics; + target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; + targetProxy = A2FBD5133148A69D26BD3F8CB2963991 /* PBXContainerItemProxy */; + }; 84C564CB9F9513DE23A47461E9EFBC6E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTNetwork"; @@ -17983,23 +17920,11 @@ target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; targetProxy = F11BC96676F5675A20A8EEF5971E90CC /* PBXContainerItemProxy */; }; - 85557F5E92EE739C62F01435C976CAAE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTAnimation"; - target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; - targetProxy = 597662D0DE206E326CD61FB773089E7E /* PBXContainerItemProxy */; - }; - 871BAA21CD6289823645EBA09C3DBD13 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXPermissions; - target = 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */; - targetProxy = 778E53E54DE503DA2B93D637BC072D5F /* PBXContainerItemProxy */; - }; - 876842C91FF0021B27E3710DF41A97E6 /* PBXTargetDependency */ = { + 85D27841E51D4815A334F273FD62997B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNReanimated; - target = FF879E718031128A75E7DE54046E6219 /* RNReanimated */; - targetProxy = D485AFD6631E9F2BC87CF133CE44A37D /* PBXContainerItemProxy */; + name = "React-RCTBlob"; + target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; + targetProxy = 3A1E47E06590AD806904148A81674998 /* PBXContainerItemProxy */; }; 87AEF2C8DFA51306ED9C9AB1DE0F546C /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18013,23 +17938,29 @@ target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; targetProxy = 0A0B4D127A91E77DB469579CC4FF0F57 /* PBXContainerItemProxy */; }; - 88117CACD180D90116ED3B5F82CC5EA5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JitsiMeetSDK; - target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; - targetProxy = 7AD34A710A84EC9637B0B593EF1D51F6 /* PBXContainerItemProxy */; - }; 8836577855B2A402BB8083E2178254B8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Yoga; target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; targetProxy = A3B47DA7FB5AF667B2756DAC549D2642 /* PBXContainerItemProxy */; }; - 885ED5349C1255AEA6CD475A57F93449 /* PBXTargetDependency */ = { + 88AF767C3C2CDFD9E19E3B5CD6789417 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleDataTransportCCTSupport; - target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; - targetProxy = A0A095E1F8CAF0FA980B9438BD860247 /* PBXContainerItemProxy */; + name = RNLocalize; + target = B51433D546A38C51AA781F192E8836F8 /* RNLocalize */; + targetProxy = D2C7310A49E77758AC413C2BF25CA941 /* PBXContainerItemProxy */; + }; + 89AFDA73622E4F676F358615122EA259 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXFileSystem; + target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; + targetProxy = 40084875DC2C681C72190ADA5D777126 /* PBXContainerItemProxy */; + }; + 8AADBAD0FE34341492E30E5D2B27BBF7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = D70666205C99C6195B5678C376383933 /* PBXContainerItemProxy */; }; 8B45BA9683C0AE1D7149D313D4FDC461 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18043,35 +17974,17 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = DE8F7B6EA7B1B017A43DEDEAA9020A16 /* PBXContainerItemProxy */; }; - 8D1FBFD341DB27A5609CFBCC932BB087 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JitsiMeetSDK; - target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; - targetProxy = 94E8659D967F363689C15DBF436A51F7 /* PBXContainerItemProxy */; - }; - 8EA1D815AE4229B2CB94D40F08BA3DBD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = 28C12D1DF2A9BEFB9C4A13421857C388 /* PBXContainerItemProxy */; - }; - 90C2E076F23C73EDE1E59AC5BE0FDDB7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMBarCodeScannerInterface; - target = 49821C2B9E764AEDF2B35DFE9AA7022F /* UMBarCodeScannerInterface */; - targetProxy = 21C05998014CC204C4B83414CC5D080B /* PBXContainerItemProxy */; - }; - 9247CFC47EA5B278F39298964F103278 /* PBXTargetDependency */ = { + 8D4C47FA0FE32C9E1B42738AA54F6583 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNImageCropPicker; - target = 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */; - targetProxy = 5D3ED1622586625F0EDB097BD77A82BF /* PBXContainerItemProxy */; + name = Firebase; + target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; + targetProxy = 32E225C2E87590796F689CDA686A746E /* PBXContainerItemProxy */; }; - 943AC560E940C94FD10FAE3CD277077F /* PBXTargetDependency */ = { + 91DADC6CC5E854900CE4DBCF93982871 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-appearance"; - target = 3FF2E78BB54ED67CA7FAD8DA2590DBEE /* react-native-appearance */; - targetProxy = 6E692BE92E63B0ACB509DCF3314960CD /* PBXContainerItemProxy */; + name = "React-RCTLinking"; + target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; + targetProxy = F526CFA1968B27B4BEA79732D19A8FDD /* PBXContainerItemProxy */; }; 943D3BD4A6984BC783E7677F30722A02 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18085,12 +17998,6 @@ target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; targetProxy = 4081F7E82AA90518127218043568BD4D /* PBXContainerItemProxy */; }; - 95141521CC1DB41ECCDDAC51ABE36818 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstanceID; - target = 9E25537BF40D1A3B30CF43FD3E6ACD94 /* FirebaseInstanceID */; - targetProxy = E069DD6A128A3E97B57C5798DB90027C /* PBXContainerItemProxy */; - }; 966429256B271DD0F30E2FA25D97B79D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTSettings"; @@ -18103,60 +18010,24 @@ target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; targetProxy = 8075D3C81C368FF63B92A7E7DC84BF6B /* PBXContainerItemProxy */; }; - 982EB6180C9CF98130C371C6ADF6CD73 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactNativeART; - target = 90148E8FD1C445D7A019D504FA8CBC53 /* ReactNativeART */; - targetProxy = 6BB8E72713E10619E71118A1DA86F074 /* PBXContainerItemProxy */; - }; - 98ACECB330CB76380BDC99A7502DDF55 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTBlob"; - target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; - targetProxy = 55FBAB02F2B90D1865E86551FB7DD3F8 /* PBXContainerItemProxy */; - }; 994ADAEEEA94855F19638FBB96D0D629 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Folly; target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = 201C6A1323C6921817533893269BBE9D /* PBXContainerItemProxy */; }; - 9ADFC65EB8DE97F9E5DEC26D5973B98B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RSKImageCropper; - target = A30157FD17984D82FB7B26EE61267BE2 /* RSKImageCropper */; - targetProxy = 39719D3D5FA2D6335B1176CA43544BE5 /* PBXContainerItemProxy */; - }; 9AE14FA1F306013F286ABA20DD87B69C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = glog; target = D0EFEFB685D97280256C559792236873 /* glog */; targetProxy = 69B6897572B545367799A5E51AFE075D /* PBXContainerItemProxy */; }; - 9AFB078BD43C7CBBC282ED622E3AB6E4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNGestureHandler; - target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; - targetProxy = ED6221FD46E22E1AA615939504A7C6FC /* PBXContainerItemProxy */; - }; - 9B59087A3F924CDC6450A484FC5F3D46 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Firebase; - target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; - targetProxy = CD0266D3613289FCDC9D0D0735A63FCA /* PBXContainerItemProxy */; - }; 9C390500C3C568F59A8589C455BFF4D5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseInstanceID; target = 9E25537BF40D1A3B30CF43FD3E6ACD94 /* FirebaseInstanceID */; targetProxy = C6C35C61164D4136265E61ECEB28D38A /* PBXContainerItemProxy */; }; - 9E71F469913FF2814820A4C83FF514B7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = B7FA155A3592D6B638DF4C6E365A6C37 /* PBXContainerItemProxy */; - }; 9F4B49F01A597EA4F18DDCEBB1AF2B2E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTText"; @@ -18169,12 +18040,6 @@ target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; targetProxy = A93E606DCB9E6493FE4333269FB7DB4D /* PBXContainerItemProxy */; }; - A0425ADC42719E3ECCC36A986073FC52 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTBlob"; - target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; - targetProxy = 79CA74D9BCA03CD5F39464D5EDAFE1F2 /* PBXContainerItemProxy */; - }; A3F4258D4EA27D6C88C15BCDA4CDEDA4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; @@ -18193,29 +18058,23 @@ target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; targetProxy = DF12C5D7BB68C2724D2F39A531F2A52A /* PBXContainerItemProxy */; }; - A7B5382AB66D8DFF27673B3716AFBE7B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNAudio; - target = 449C1066B8C16DEDB966DCB632828E44 /* RNAudio */; - targetProxy = 2AECBBFCD4E181174AA8C4489E51F42A /* PBXContainerItemProxy */; - }; - A88F038683BBDF496D0DCD3EA2054882 /* PBXTargetDependency */ = { + A7D91E5223BBF29C11FC7D07EDF4EC70 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = 8309463922C888A4211D198F7BF4FC02 /* PBXContainerItemProxy */; + name = RNReanimated; + target = FF879E718031128A75E7DE54046E6219 /* RNReanimated */; + targetProxy = 2415652152E232D9A385F2BF06E30732 /* PBXContainerItemProxy */; }; - A93793D9E24FC88EA9FB2F5A9550049C /* PBXTargetDependency */ = { + A849AE94BC3475D77CCFADEEBCC207ED /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = B8191856C272D3F949F26832F7C32B37 /* PBXContainerItemProxy */; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = C007ACF14C1064044D9BD8EB35FEB43A /* PBXContainerItemProxy */; }; - A96039B0C394EBF92192F72EF6700078 /* PBXTargetDependency */ = { + A864CE676D2C361ACCBB45ECEA29BB28 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleUtilities; target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 730D0C9E87C821627B583125E6B803EC /* PBXContainerItemProxy */; + targetProxy = FAC02C27A0673C97EF1C046A21DB770C /* PBXContainerItemProxy */; }; AA55BD4562CF0DDCA3C38F5ABA08AF89 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18223,35 +18082,53 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = 185B11EB8A27612A9B75BAA1ACDFBF0A /* PBXContainerItemProxy */; }; + AA5F0BBEE633E3C3085F5A35D039AD35 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 53DA77F82575474462AD71648C4EDD36 /* PBXContainerItemProxy */; + }; + AA795EC5A2793FCAF26363EA92A80E98 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMImageLoaderInterface; + target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; + targetProxy = D8BA779B67C0609ECB59A0ABEA386ED1 /* PBXContainerItemProxy */; + }; AA9052A974DA4ECF27CC38A7633849E0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleAppMeasurement; target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; targetProxy = BBDC7C661CA5567D3925BC0747CAAEC5 /* PBXContainerItemProxy */; }; - AC5149B7A330F93E5DDEF97973E7FB14 /* PBXTargetDependency */ = { + AAE5485630EDBE911784C138D10E5C26 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 54CFB6D224B11FCA24F15A4AA9D14047 /* PBXContainerItemProxy */; + name = "react-native-jitsi-meet"; + target = D39AB631E8050865DE01F6D5678797D2 /* react-native-jitsi-meet */; + targetProxy = A3E4D5683701E2A900C35ED966EB6653 /* PBXContainerItemProxy */; }; - AC5D80DBDA9B4497E72654D3F2BE8A8F /* PBXTargetDependency */ = { + AAF2F80425DB268B0CDE20CDAE4B324B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-CoreModules"; - target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; - targetProxy = D159D080013BC46A737B29A998580E49 /* PBXContainerItemProxy */; + name = RNBootSplash; + target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; + targetProxy = 8786903AA6F32475D724C105FB071E9A /* PBXContainerItemProxy */; }; - AC6080807731310A85D092B3FA752DA9 /* PBXTargetDependency */ = { + AB3A6B0B5733AB21E44C839D65B023CA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = QBImagePickerController; - target = C49345AFA49B098B0384C4FA864A4868 /* QBImagePickerController */; - targetProxy = ED74465392F01B9F9147B55D9B1B7D87 /* PBXContainerItemProxy */; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 2D3326D620B6A39271C4441799294647 /* PBXContainerItemProxy */; }; - AC9BBA8C05F8C85942E7B99BEB7C5DE1 /* PBXTargetDependency */ = { + ABAECFE6530536D80A4748F0BD19EDFA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNScreens; - target = 214E42634D1E187D876346D36184B655 /* RNScreens */; - targetProxy = F0F364526885E249CC7632EC64DED71D /* PBXContainerItemProxy */; + name = UMBarCodeScannerInterface; + target = 49821C2B9E764AEDF2B35DFE9AA7022F /* UMBarCodeScannerInterface */; + targetProxy = 79FCCD3960B1C651CD1B8140E92861DD /* PBXContainerItemProxy */; + }; + ABDAA24CD24A3C9F114042CA86A20752 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = libwebp; + target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; + targetProxy = D624DE6873C7905B1A1CADFD49663364 /* PBXContainerItemProxy */; }; ACDFD30135AB57A1F062637C78FB2E81 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18271,11 +18148,23 @@ target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; targetProxy = 5BE488B88EB1D7B8BFE4A63D278D4B18 /* PBXContainerItemProxy */; }; - B099DC02A1892747362C5AD0ADF2314D /* PBXTargetDependency */ = { + AED863C8C6C88277E0F6E392B70A9A8B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleDataTransportCCTSupport; target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; - targetProxy = 27256248016A2A59F690B3C0D82002F7 /* PBXContainerItemProxy */; + targetProxy = 04AF6DEA4DDC0ECB4D5934C8F3D182DB /* PBXContainerItemProxy */; + }; + AF0138CB3BCD3E15DC6622582FE61633 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactNativeART; + target = 90148E8FD1C445D7A019D504FA8CBC53 /* ReactNativeART */; + targetProxy = 95F202C16F2E096E63EA85E929C33A4F /* PBXContainerItemProxy */; + }; + B03624C3EDAE694426535FCC3935AAB7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleAppMeasurement; + target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; + targetProxy = 6E29D6575C8DB48BCD6EB09C573D7439 /* PBXContainerItemProxy */; }; B12997E3D5BE4F39EC03469A5CD99829 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18283,17 +18172,17 @@ target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; targetProxy = 17299B3B10FACA862736181ECC44D9A8 /* PBXContainerItemProxy */; }; - B37F97029FED10D314AE66E0CC7E2B66 /* PBXTargetDependency */ = { + B422F5633A1244B7611F5F9E1C58F247 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTActionSheet"; - target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; - targetProxy = B968C139272C268244CF59E8D66DFB16 /* PBXContainerItemProxy */; + name = Fabric; + target = ABB048B191245233986A7CD75FE412A5 /* Fabric */; + targetProxy = 6B9EEBA2024E9C3E4A0B500A9656EFF3 /* PBXContainerItemProxy */; }; - B4E248B1394D85E428578BBC61FB19FF /* PBXTargetDependency */ = { + B48FF6505FA5365520B4933D53A12D0E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-orientation-locker"; - target = 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */; - targetProxy = 9A464303D929963E48590E12C3BE739E /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = C4E52F1E098EC9D179CFCEF2A3754390 /* PBXContainerItemProxy */; }; B522C45997E90058E7BACAB65C97DDE3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18307,11 +18196,47 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = 81C7B5355049BCCDEE79296B202D9398 /* PBXContainerItemProxy */; }; - B888EB6162FEC85678CCF97E87C68049 /* PBXTargetDependency */ = { + B680347D50C63B50D8731839F8CFDF38 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = 5377BD1E1BC0974120576DAA99AFF81D /* PBXContainerItemProxy */; + name = "react-native-orientation-locker"; + target = 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */; + targetProxy = 3E5A84A1441859E921BB6CD461F5E265 /* PBXContainerItemProxy */; + }; + B6C4B4CB45088E288F8285514963FC29 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCoreDiagnosticsInterop; + target = 5EB4B0B6DA6D5C0C3365733BEAA1C485 /* FirebaseCoreDiagnosticsInterop */; + targetProxy = 67FBEA74D4E3D03958D3FCA81395FE21 /* PBXContainerItemProxy */; + }; + B6DDD633D6E058FF872C4AB56BF6A94C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 05809CB8554B96BAD97A2522AA570BAF /* PBXContainerItemProxy */; + }; + B7715B852DC62FE8F8319D58610AF666 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTBlob"; + target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; + targetProxy = DAEB0AF2BFDB8B949BE59A274BDCC56A /* PBXContainerItemProxy */; + }; + B78339E02D51AB163680F9AB70C850D1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = A527A444ED21744AF6544777DFE6404E /* PBXContainerItemProxy */; + }; + B7CA987A1545E9E4D990C621C4B0D48F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = F9BC7D28AD87790D95A38C36E89FA025 /* PBXContainerItemProxy */; + }; + B7DC66864CFF7E3C6F48638DCB50FC1B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Fabric; + target = ABB048B191245233986A7CD75FE412A5 /* Fabric */; + targetProxy = B68576AFB6F11BAD9DF77AAAB1786E92 /* PBXContainerItemProxy */; }; B89D2CB67178C93A2DFF80F628C7A710 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18325,18 +18250,6 @@ target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; targetProxy = 52D75569EE8B532085465A5470C6C390 /* PBXContainerItemProxy */; }; - B8E0B67E955A3608CEEC156C188339F9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = 1BDD5E1689CDD381F27212A6AFADEDEF /* PBXContainerItemProxy */; - }; - B8FB6BEBE084BB74B1BA89832A0654A6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RSKImageCropper; - target = A30157FD17984D82FB7B26EE61267BE2 /* RSKImageCropper */; - targetProxy = 0B31EB3B887112ADB976F98D69DE6C00 /* PBXContainerItemProxy */; - }; B92630B331C84A01EBE7ECA0D823D9FC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; @@ -18349,11 +18262,11 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 77650DB9BCD15D3DBD659DF4437F2533 /* PBXContainerItemProxy */; }; - BA8632794D7A50F916C514E8DCFECB8C /* PBXTargetDependency */ = { + BB07BC469A656E92FFDD70A712BD74DB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = E4F28DAE166F9E498310BBA14A528CB5 /* PBXContainerItemProxy */; + name = "React-RCTText"; + target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; + targetProxy = CB9A1514A74BA6B294881C5D49B4BD56 /* PBXContainerItemProxy */; }; BB0C888F9800A9CBBD7F9AB387D65080 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18361,17 +18274,11 @@ target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; targetProxy = 95BD7607104E910918F88DD81F19B1C1 /* PBXContainerItemProxy */; }; - BC23F29F64D23D41AC90DB7A4F2A209E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-document-picker"; - target = D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */; - targetProxy = 4075FDAF4F6CA4E3FB28187F5C6C6EB0 /* PBXContainerItemProxy */; - }; - BC2E4BB723DF688BE6F1203728113858 /* PBXTargetDependency */ = { + BB4DCFB6C5A86475A990A902222068FA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageWebPCoder; - target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; - targetProxy = 8826086781226E80504011E2BB7CCD4B /* PBXContainerItemProxy */; + name = EXConstants; + target = 6C1893932A69822CBE3502F2E0BCFB6D /* EXConstants */; + targetProxy = AB360A4F54357E0EF27BA1013DA95BD3 /* PBXContainerItemProxy */; }; BD1C2D29B9FAFAFEC379903BBA7FB010 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18379,12 +18286,6 @@ target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; targetProxy = CEEAB0ABDC6919813DC4584C776CA72F /* PBXContainerItemProxy */; }; - BD9942408173E0401D2C619F566BE1F1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-orientation-locker"; - target = 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */; - targetProxy = E18E19BC40E312065A934AD86DC1D216 /* PBXContainerItemProxy */; - }; BD9A27944522233DC0927B646379AEDA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Folly; @@ -18397,35 +18298,71 @@ target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; targetProxy = 2284921B4FC397971FFFACC555D01A18 /* PBXContainerItemProxy */; }; - BF6781C6753959ADB2721A0906E62385 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-keyboard-tracking-view"; - target = EAB05A8BED2CAC923712E1C584AEB299 /* react-native-keyboard-tracking-view */; - targetProxy = 479D5EE618CE31D7D0DB7D6C3B4C5BD1 /* PBXContainerItemProxy */; - }; BF9BF0CDEA697B8AF2D71C6FF954AC77 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RCTRequired; target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; targetProxy = 2C95DFFCB2EC326C56D43774DED19805 /* PBXContainerItemProxy */; }; + C00F79824B55940FAFE9B3D84B6925FE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 92C8167A0B1C0CFC5EDCB6A77E82F0CA /* PBXContainerItemProxy */; + }; C0B06A5C5229F7876D8CF13D76EADE7F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTLinking"; target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; targetProxy = B10540874D34CE93E1E04DA052C09DD7 /* PBXContainerItemProxy */; }; + C12D4E28125578C8D6CFC22BC94D4CCF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BugsnagReactNative; + target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; + targetProxy = 067ABF57021EB50D890483D4C8639365 /* PBXContainerItemProxy */; + }; + C1A89407170ABAD72275F4257A4E6C29 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-CoreModules"; + target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; + targetProxy = 84FE32A6A58FF4DB1E40B42BF726D712 /* PBXContainerItemProxy */; + }; C217101135EFE0403239B5B2FC6C3632 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = nanopb; target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; targetProxy = F2E57867E76DED400D1A4035EF3D8735 /* PBXContainerItemProxy */; }; - C34B84B6062BBDD6721DAF6EE3DB6D6F /* PBXTargetDependency */ = { + C26CBDDE4CAB427EF39B1E0A29445F62 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = libwebp; - target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; - targetProxy = D727F5883E7A6EA4433E17239344714D /* PBXContainerItemProxy */; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = A9689D073775F19CC22FBFBEB8D401B0 /* PBXContainerItemProxy */; + }; + C3D24F865D040DF71B16E6AD8D829752 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImageWebPCoder; + target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; + targetProxy = DAE75970E173695ADA1DDFDF7503C0C1 /* PBXContainerItemProxy */; + }; + C40F95791C56584A3A0F9022ED240174 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCoreDiagnosticsInterop; + target = 5EB4B0B6DA6D5C0C3365733BEAA1C485 /* FirebaseCoreDiagnosticsInterop */; + targetProxy = E807FCAA63ACCD6E07113B2719C5CE62 /* PBXContainerItemProxy */; + }; + C41265306CD6E13E0B7F645D7E7932BE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNVectorIcons; + target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; + targetProxy = A6D422094C74D84634D1485AE974F60A /* PBXContainerItemProxy */; + }; + C49E2561903CBF6010BB03D3EFC9997B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = 731D9A76399671E525E2162EEEAED217 /* PBXContainerItemProxy */; }; C5AE41D857959DAFF5E75B0995A21A95 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18433,11 +18370,11 @@ target = D0EFEFB685D97280256C559792236873 /* glog */; targetProxy = 983AD1895C24585DEA95A1E14A0A74C6 /* PBXContainerItemProxy */; }; - C5E50642AB4E317CAC945FB3123EA322 /* PBXTargetDependency */ = { + C7624C04249486BA53224BA178FB02A9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 00EF51340E263C1473D858BBA447BDD9 /* PBXContainerItemProxy */; + name = EXPermissions; + target = 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */; + targetProxy = 68D035CB9631197AD6B6FD240C349BBF /* PBXContainerItemProxy */; }; C76A0EE6871933CE34033765BE030A22 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18445,6 +18382,12 @@ target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; targetProxy = 48FF23C1BE2FC883261B458A2FEFC1BB /* PBXContainerItemProxy */; }; + C80D06C8C164DB4B0C71AE8CF8293E57 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = C48E979E1D0D6C5043ACA61F36400E90 /* PBXContainerItemProxy */; + }; C85153279823DD6D83526F6B511CE44D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMConstantsInterface; @@ -18469,11 +18412,11 @@ target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; targetProxy = 455009ED9ED8F59E3D7880EA52A66B11 /* PBXContainerItemProxy */; }; - CACF54FCE5A33E1DB20C509266CC0FE7 /* PBXTargetDependency */ = { + CB0B95B00968F527F167A50BF3CC50EF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 1C005B7917A8FCCB653F877FC50C3C52 /* PBXContainerItemProxy */; + name = RNRootView; + target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; + targetProxy = DD9BC5B98128BCBE02EE7D0F305714A0 /* PBXContainerItemProxy */; }; CB1231450678EB40FF6D52E17793B56F /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18487,17 +18430,23 @@ target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; targetProxy = F6A14184DE3C02C257A7298719E4FD9B /* PBXContainerItemProxy */; }; - CFBAC0A8DC7EA915E61FD234087B390D /* PBXTargetDependency */ = { + CC05126F0C1065ABF5FCBF194F96E6DF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KeyCommands; - target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; - targetProxy = 34B2223A6F3757FB1442101D3796F758 /* PBXContainerItemProxy */; + name = "react-native-slider"; + target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; + targetProxy = 5EA1635A7900F18827B314AB2066E54B /* PBXContainerItemProxy */; + }; + CD521EC9AA470DF8D52414A9D86B966A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = D14EB4032B97D656CD01BDCE3A3390DE /* PBXContainerItemProxy */; }; - D0AEA44DC74BEB09351F0E25C7290EE7 /* PBXTargetDependency */ = { + D061A8C7598EF7E5C25B3577648711C9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "QBImagePickerController-QBImagePicker"; - target = EAEBAE5C8257AED94B3BED47A0E0E3FA /* QBImagePickerController-QBImagePicker */; - targetProxy = B9F6134AA6CD3820CE35B60CB340E91D /* PBXContainerItemProxy */; + name = FBLazyVector; + target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; + targetProxy = 5C185361F391575D4DA16E81E17B4A8A /* PBXContainerItemProxy */; }; D0E424AA51C6766027686207E235EA45 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18505,59 +18454,47 @@ target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; targetProxy = CD13E8227960B07BA93BD3A6A40F0B23 /* PBXContainerItemProxy */; }; - D22E915BD10187ECEFA42DC650E5322D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; - targetProxy = 5A0A4D47F0C9A3BB88B44D9A88F2E930 /* PBXContainerItemProxy */; - }; - D24A70F21C9ECBB594FDC551EF53AA71 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMImageLoaderInterface; - target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; - targetProxy = 183A1BF56A3908477B0606F40F3D935C /* PBXContainerItemProxy */; - }; - D27C66B92FA8D65C4BE7FAF9A75949C5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-cameraroll"; - target = BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */; - targetProxy = 7D86E0EC946E710690508A70778A50AB /* PBXContainerItemProxy */; - }; - D430F3EB8219A16E20CAED87419FF058 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = KeyCommands; - target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; - targetProxy = 04431EA853529060D3FBC0E00035A553 /* PBXContainerItemProxy */; - }; D4675DE12C9CE28E7BE2DF3CB5F65EE1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = 0FBA34E2E29F880F6473E91F3C51B883 /* PBXContainerItemProxy */; }; + D52A2DF08888C18361C22D0573BD2330 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = KeyCommands; + target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; + targetProxy = C205DB80B1CEEF68C92E6343357D7C8A /* PBXContainerItemProxy */; + }; D5F43FE63F1F6C96E0D9F953258FAE9D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = E79050B7B79BB88D74178F90A19D9ECF /* PBXContainerItemProxy */; }; - D663E944BD95E616DA4B41C05E9F0FE6 /* PBXTargetDependency */ = { + D5FAA9F4B29B766332F073BBB1A1C4E9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = DFF21A77DD7FB0CCE8B065449BFFDAE9 /* PBXContainerItemProxy */; + name = ReactNativeART; + target = 90148E8FD1C445D7A019D504FA8CBC53 /* ReactNativeART */; + targetProxy = 9E36FBA6389A33166DD5FC00876F9356 /* PBXContainerItemProxy */; }; - D8DD55F4F258034EC368EE6CBE17BD72 /* PBXTargetDependency */ = { + D660EFB24D0E989EC3878B6A80C74073 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNFastImage; - target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; - targetProxy = 01538184A8F8657B7BD4370611454E44 /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 544592DB0AECB2E27F829CE6D6471112 /* PBXContainerItemProxy */; }; - D93C5DB341581740C367945DCD1957AC /* PBXTargetDependency */ = { + D77DF2F6419525551C684ABFCC941BA0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMCameraInterface; - target = 0A915EE9D35CA5636731F8763E774951 /* UMCameraInterface */; - targetProxy = 9BCD2366AD6375A5D1D929224F8048EA /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 29F3EB3D0DA35A5FE5FDF6DB921A8F6F /* PBXContainerItemProxy */; + }; + D87EE66944A7F9A79793F598AE0E75A7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "rn-fetch-blob"; + target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; + targetProxy = 66891AB8C01E7C893EB7523B1B22AAA3 /* PBXContainerItemProxy */; }; DA7A7B33C9919FB0F7AAF95AD29445CB /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18565,24 +18502,12 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = B45BFCA094BB2306A256FB04420598F1 /* PBXContainerItemProxy */; }; - DB3409A041D1D17DA7499CCC11228805 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-keyboard-tracking-view"; - target = EAB05A8BED2CAC923712E1C584AEB299 /* react-native-keyboard-tracking-view */; - targetProxy = 7CAAD02C329DA04EABAA99FDA4FFBBEF /* PBXContainerItemProxy */; - }; DC365AF9AFF0EED32BE0CC92E8B78C42 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DoubleConversion; target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; targetProxy = 7DFBE4295EB2D14288E99BCD22619405 /* PBXContainerItemProxy */; }; - DC6BE28402C389D705189C4F10449669 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTText"; - target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; - targetProxy = FD4E29DF059AA37DE968373CE5AD07DC /* PBXContainerItemProxy */; - }; DC7881C26EA469ACDBBF85DA037F15E0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SDWebImage; @@ -18595,53 +18520,41 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 6423924A022902547DBE5FC8EF93BD4D /* PBXContainerItemProxy */; }; + DDE3CE8D0E4C0B1FA04E5AE8EE3FE08C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCoreDiagnostics; + target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; + targetProxy = 691A3865D64C68C472340C168D9C2400 /* PBXContainerItemProxy */; + }; DE716E784C9BE88B8C21494C695AA318 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsi"; target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; targetProxy = 048AC4BFC3DEB50A8114C3826879AEB7 /* PBXContainerItemProxy */; }; - DEDADB2AF087B7F66CAAE992A895E23D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = 08B76BB156C2D02112D54406D5E268A3 /* PBXContainerItemProxy */; - }; - DF072AA82B95EF5DD4445A2E27AEC5E0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 21B7FFD1A14C9DCA797642821E09A7B1 /* PBXContainerItemProxy */; - }; - DF19B647B1A72A091289200619A68882 /* PBXTargetDependency */ = { + DE797ACFB28FC0B963FF733B116E955A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = BugsnagReactNative; target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; - targetProxy = 0C6729D5FCAFED6BD48AECE40F8A9F42 /* PBXContainerItemProxy */; - }; - DFDBDC418F7AA9006FE4A76689234DA4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNScreens; - target = 214E42634D1E187D876346D36184B655 /* RNScreens */; - targetProxy = 701E284F8703F3BB8AEDFC6F24932473 /* PBXContainerItemProxy */; + targetProxy = 3A6CA41075B8D579DF2C7C955B0D73AA /* PBXContainerItemProxy */; }; - E12AADD0411957592D5E155B4EDF69E6 /* PBXTargetDependency */ = { + DED18A31CE8FFA059D8013DC4A83DC2F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = 7BFDA1E9BBF494A4F0E446BC206D9F7F /* PBXContainerItemProxy */; + name = RNDeviceInfo; + target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; + targetProxy = FDB0917B1E44BD76953F344AF79CA564 /* PBXContainerItemProxy */; }; - E14ADFE9A90DE1317C6078297DBABCE9 /* PBXTargetDependency */ = { + DF072AA82B95EF5DD4445A2E27AEC5E0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-slider"; - target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; - targetProxy = 5123150797BA94C99A1168234A50F7BF /* PBXContainerItemProxy */; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 21B7FFD1A14C9DCA797642821E09A7B1 /* PBXContainerItemProxy */; }; - E339878AB4A0C23E98D6002719754CF7 /* PBXTargetDependency */ = { + E085D10908C31363DF19F89B092482B5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Crashlytics; - target = C0E41540D6862472ED7F2FA11669BE1F /* Crashlytics */; - targetProxy = 45C10B22929BEE33297E7923BC555FF9 /* PBXContainerItemProxy */; + name = "boost-for-react-native"; + target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; + targetProxy = 813B2C49536CDF5D5DCDA2B2CA4D7449 /* PBXContainerItemProxy */; }; E33A6948181332F36C1B948AB5E3D4F1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18655,35 +18568,35 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 0FD6A4ED78388214475895E97458EB68 /* PBXContainerItemProxy */; }; - E369F9E9578DCF9D1B10D8E327D19427 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; - targetProxy = 8992DE6C573961543133CE40C0AB9C0D /* PBXContainerItemProxy */; - }; - E386C7C112B54880619198810F84D943 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; - targetProxy = C506E3AAD19C4818C40239DF18CA9B69 /* PBXContainerItemProxy */; - }; E3D1654B918455824279631C48CD8D36 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleUtilities; target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; targetProxy = F142B4DF83D0AEA677D3ABE7D7E5BA0C /* PBXContainerItemProxy */; }; - E41F8A2A504FD80110458F59CE360ADA /* PBXTargetDependency */ = { + E49BCA0499071808CE2E54EF6142C206 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNDeviceInfo; - target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; - targetProxy = 767A7FBE553E3B2B50F9BB50C724CCB2 /* PBXContainerItemProxy */; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 4600504FAD268DBF6C7F7DBEF02F915B /* PBXContainerItemProxy */; }; - E4BF9EA0288F1CE4520ED17C08427039 /* PBXTargetDependency */ = { + E4AEA850B381ED12406FD7C3CC6568B7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-cameraroll"; - target = BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */; - targetProxy = 34BAF65BAC035A6E5E81E4763A39A5ED /* PBXContainerItemProxy */; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 7B759FB85F7C9C55DF0A284C85720963 /* PBXContainerItemProxy */; + }; + E65E53F03D177003FF0FC9A6757045E5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-document-picker"; + target = D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */; + targetProxy = 1412D08BDAECA61E636B62B94CE52078 /* PBXContainerItemProxy */; + }; + E68647813534AEA84F5B3998F9B2412C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNReanimated; + target = FF879E718031128A75E7DE54046E6219 /* RNReanimated */; + targetProxy = 4F27147283A7B89EF1C01CEFE599CB7C /* PBXContainerItemProxy */; }; E6C446C9931D7EE8FED9B58FE9C9ADB3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18691,47 +18604,35 @@ target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; targetProxy = 418E15E77F7E215AA9622C72DC826707 /* PBXContainerItemProxy */; }; - E7F6392546110868C84AC7DB7712AAD5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBLazyVector; - target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; - targetProxy = 4303759B11C57ADFF16E315D6A8B6A95 /* PBXContainerItemProxy */; - }; E81B9D94D6D9DDB9A947C7FB8749DA9C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = 4FF10556B9B41D07EFAC6AA420559421 /* PBXContainerItemProxy */; }; - E83A5229F50B9DB145BEEACACD23E6CB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNBootSplash; - target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; - targetProxy = 6101B38638923524EEE51D29F9EE5972 /* PBXContainerItemProxy */; - }; - E86ED6B3EBF3B9E9CFE1DD3D5ABF310D /* PBXTargetDependency */ = { + E9713E0C2EF9361BBA3F3638CBFBC42B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseInstanceID; - target = 9E25537BF40D1A3B30CF43FD3E6ACD94 /* FirebaseInstanceID */; - targetProxy = EBAF62ADC30FA8B277B070824E0E1EA0 /* PBXContainerItemProxy */; + name = UMPermissionsInterface; + target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; + targetProxy = 0E5E035BD27C0F412A58C52F51728C4A /* PBXContainerItemProxy */; }; - E8B87B8B9C390B1C2259F6F381C1E313 /* PBXTargetDependency */ = { + E9F9774A86E3EA9DE3A787ADE2283D82 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-background-timer"; - target = 6514D69CB93B41626AE1A05581F97B07 /* react-native-background-timer */; - targetProxy = CACC849D71C13185653FEBEEAD053FE9 /* PBXContainerItemProxy */; + name = EXAppLoaderProvider; + target = 2B8C13513C1F6D610976B0C8F4402EC1 /* EXAppLoaderProvider */; + targetProxy = 6C49B5F5AB63668362CD24681ABECAEE /* PBXContainerItemProxy */; }; - E9A74B922BDA242D0EFE990A54CAEA47 /* PBXTargetDependency */ = { + EA0647086E3C2259F3D70F575ABD2D9B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTLinking"; - target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; - targetProxy = 8955046A948AADF1313D62D571167563 /* PBXContainerItemProxy */; + name = FirebaseAnalytics; + target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; + targetProxy = CC390744717882FAF013326AE2225D8D /* PBXContainerItemProxy */; }; - EBEA0CAF6189145089CC8215C3379005 /* PBXTargetDependency */ = { + EA2D5C8BA9DECD94123730A7BFD17034 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 6A37969BECA45F7C8A3FA069F1C5BC0A /* PBXContainerItemProxy */; + name = GoogleDataTransportCCTSupport; + target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; + targetProxy = 9FEB6FFD475ADDB7C8F4320897A09299 /* PBXContainerItemProxy */; }; EC566DF9BFE7FD959CB2819808630F73 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18739,24 +18640,48 @@ target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = 973587FD3243D488ACC2A2CBA4B833BD /* PBXContainerItemProxy */; }; + ECE1FF9044F320FD194A1576E718F572 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = ACC1286B8334CEC95ACD1C3ABFB49E22 /* PBXContainerItemProxy */; + }; + EDD8CC53627AD66D16BA254C1F269243 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-cameraroll"; + target = BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */; + targetProxy = 8E4A3D572F553CEC53BF18485A903A9B /* PBXContainerItemProxy */; + }; EDE4622A231D7E4C637C51459B075FDC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = F1D31400DE78E76FE461920F078645F1 /* PBXContainerItemProxy */; }; - EEA63FC76E9340C47524A19F7840EA88 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNBootSplash; - target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; - targetProxy = F6F6D156ABBE01FB848EF56204A6311F /* PBXContainerItemProxy */; - }; EECEC39CD1A9AF30CCFCB71B11A14B7D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMCore; target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; targetProxy = 5FDD7E408B08AF566972547CAF4A8B67 /* PBXContainerItemProxy */; }; + EED4A172A1DEA09379AF8CC61A9B7F6A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMReactNativeAdapter; + target = 897EF6A99176326E24F51E2F2103828C /* UMReactNativeAdapter */; + targetProxy = FF05F025FB43CF1DC5992E8D006B331D /* PBXContainerItemProxy */; + }; + F087BB51BD7174866021F9A779AC0111 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "rn-fetch-blob"; + target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; + targetProxy = 3D2DFABD549FE6DC08A09E656D411E71 /* PBXContainerItemProxy */; + }; + F0B1B660D06D4D4A9B9AEC88F14E79A4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCameraInterface; + target = 0A915EE9D35CA5636731F8763E774951 /* UMCameraInterface */; + targetProxy = 3B37B34459C2896DAD51825CA8814EBC /* PBXContainerItemProxy */; + }; F13EA7DAE7A846C572332EFD93580166 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; @@ -18769,23 +18694,23 @@ target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; targetProxy = 3E2073FF56543FDA76EFCC77A1820700 /* PBXContainerItemProxy */; }; + F2494CCC4AE2E8BFFFA15C59FFE35DCE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTVibration"; + target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; + targetProxy = 71636DF82DE06D5DC5E3003E6877EC08 /* PBXContainerItemProxy */; + }; F25EE5C729FC3245E37C095E9683A3AD /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = C737ED823B86A2EB5AE9F688BEE3FDCE /* PBXContainerItemProxy */; }; - F2F67DD8EB659D3C03091A390001A20A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = QBImagePickerController; - target = C49345AFA49B098B0384C4FA864A4868 /* QBImagePickerController */; - targetProxy = A5EDF55762B7ABE58020D109912E4608 /* PBXContainerItemProxy */; - }; - F3643D27472A2EAB6340D2C1FA8CAD64 /* PBXTargetDependency */ = { + F3BD3856770F23EA5B1D00AAC53410B0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCoreDiagnostics; - target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; - targetProxy = 327AA39C61EDC707A0D68C3034735A34 /* PBXContainerItemProxy */; + name = "React-RCTActionSheet"; + target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; + targetProxy = B28EF074B302B6A2D8F38DED8CEF9B05 /* PBXContainerItemProxy */; }; F40AEEAA637FAD62AA68E398038D3782 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18793,23 +18718,11 @@ target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; targetProxy = 8CD598B3122E1B5D5E0411E9F8DFF385 /* PBXContainerItemProxy */; }; - F42A5EF4A8EAE42AC0970D26AE0B15B8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMTaskManagerInterface; - target = 50188AAB5FAECCA9583327DBA2B0AF2B /* UMTaskManagerInterface */; - targetProxy = 9FCDA06EB9A27715ECDD6928481C2934 /* PBXContainerItemProxy */; - }; - F584A90497159DF226802B86BFEAD416 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = F1BB0E83A7FEE32318C57FD61F4887B6 /* PBXContainerItemProxy */; - }; - F60BF64D9107E1CBAA7F5458E78BCAAF /* PBXTargetDependency */ = { + F47A9830DBC43FDC0316F1E8F18D8FF6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = 0D14542018B2272DD1A469E6B37EF69E /* PBXContainerItemProxy */; + name = RNGestureHandler; + target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; + targetProxy = AD38898AC452DBA3DE9FE7EA27BCFF9B /* PBXContainerItemProxy */; }; F6258EC7EA780DA17A9BB7DEC0186247 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18829,11 +18742,17 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 5EED9A44D7E37951C7239080722062AE /* PBXContainerItemProxy */; }; - F892724AB5DDE7F3C8FCE1C90A15548D /* PBXTargetDependency */ = { + F8E91D828C182A916A866B922755EA47 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXHaptics; - target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; - targetProxy = C1DB6B2FB2C52CF5451D56523BC6A4A0 /* PBXContainerItemProxy */; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = D781C1652968935BF4F42491DC466AFB /* PBXContainerItemProxy */; + }; + F92B371906C6236DB646DF8E124B4B40 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTAnimation"; + target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; + targetProxy = 40F1C01F63CD3B0F6E7DFA620AB8DBEA /* PBXContainerItemProxy */; }; FAC411C23D2CEEC99A061A1A4B22D07D /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18841,17 +18760,17 @@ target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; targetProxy = 6A307E7AA187B3493D468319584B81F0 /* PBXContainerItemProxy */; }; - FD771A3C808ABFC01F9FAFF66717E98C /* PBXTargetDependency */ = { + FBADAE667705F13EC81990A4F1E983A9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-notifications"; target = CA400829100F0628EC209FBB08347D42 /* react-native-notifications */; - targetProxy = BD67F50C748CBEE78605A9E343372A8D /* PBXContainerItemProxy */; + targetProxy = 0406A95038221EF8583EC3F1E240DE0E /* PBXContainerItemProxy */; }; - FE47257F2A2FE9543A7828B8EF8F9D23 /* PBXTargetDependency */ = { + FC0B043F9A61A40CEC8105993D640C00 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = 8F9C092E99659D6C24A81AAD6FE25036 /* PBXContainerItemProxy */; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = AC8F1A49C5EFA6AED6CD03F6A8510E5A /* PBXContainerItemProxy */; }; FEE4267D512CD5EAA1C9FF46F88ED492 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -18859,24 +18778,35 @@ target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; targetProxy = 273EEB006344CBC3B742234147B60471 /* PBXContainerItemProxy */; }; - FEF827746839F670DEBDB530121DBE0D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; - targetProxy = 3E99FA73B279E07F2B0E0BB033573F7A /* PBXContainerItemProxy */; - }; - FFF6074AA076E2E8932678ED66DD3A3B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-document-picker"; - target = D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */; - targetProxy = 3668E05AC6E2390D94561DFDD0324C02 /* PBXContainerItemProxy */; - }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ + 00429919963B9F6702F9050496BCE050 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 49A51F5FBBCFD3F02638D5838DF22338 /* Pods-ShareRocketChatRN.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + MACH_O_TYPE = staticlib; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 00718DA2EF2C79DDC75597E5CCB5F43B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7FC79DE0AA004618BCBB2301018AE197 /* react-native-document-picker.xcconfig */; + baseConfigurationReference = 314047BB0B970D4EBAD862DE50898BF6 /* react-native-document-picker.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -18902,7 +18832,7 @@ }; 008DFCF03E41143CCD55C289368FC72C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C7B2B0B57C33CAB337316FFCAA8D5A4B /* FirebaseCoreDiagnostics.xcconfig */; + baseConfigurationReference = 8B43F094AB5E433A936FF4B4F031A70D /* FirebaseCoreDiagnostics.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -18926,7 +18856,7 @@ }; 0099D41EC358F8EDE289C7A138DD58E3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D8901CA28F0B8B14CD6AF4861D28138D /* UMCore.xcconfig */; + baseConfigurationReference = 5FFE412BBCB497A02653CCEF6E3B6E83 /* UMCore.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -18953,7 +18883,7 @@ }; 00F580C30F1C55CE9B377CFE4A94A31C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D2A4C693BA0360778B684765EA96F41D /* SDWebImage.xcconfig */; + baseConfigurationReference = 9BF61CFC891BBB889FA4A1BD2CA3E955 /* SDWebImage.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -18979,7 +18909,7 @@ }; 024274BA705D432C4A7E56971B76D5C2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2C205B7A74A0AB9C207AE1508245D074 /* KeyCommands.xcconfig */; + baseConfigurationReference = 4FD55DCA0DD250489F0D0FD30F73B3AB /* KeyCommands.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19005,7 +18935,7 @@ }; 02590A2E54E292E4B163CC19E59F2F78 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F26EF841033E12B745CCB8B72B39BBF2 /* react-native-appearance.xcconfig */; + baseConfigurationReference = 7C9DE44693E482B5752DD2CE36304E71 /* react-native-appearance.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19030,7 +18960,7 @@ }; 02F841E7484D9961BCBC6E3DDD1A7697 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9228F7A2A0D58B88756F464925864D0D /* boost-for-react-native.xcconfig */; + baseConfigurationReference = D21357691A211111FCF423A64E04CAD4 /* boost-for-react-native.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -19043,33 +18973,9 @@ }; name = Release; }; - 03B1CAE738756CB86D790BCF90C3E072 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A9916A69A97251C8AA9535F6F70AE9DB /* Pods-RocketChatRN.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - APPLICATION_EXTENSION_API_ONLY = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MACH_O_TYPE = staticlib; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 04B503C5ABE2C215E884B32B4647C2FF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CE983F54434489877D613012B3EA86B1 /* UMPermissionsInterface.xcconfig */; + baseConfigurationReference = 7144E3AFCB64F4D003E906316D3E2F93 /* UMPermissionsInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -19084,7 +18990,7 @@ }; 056C009C442A698606C063320C8BF25A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 005BFE8D450B842344F1001F99C8B120 /* Fabric.xcconfig */; + baseConfigurationReference = C1485CBAB7240610926802178F495435 /* Fabric.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -19099,7 +19005,7 @@ }; 06BC0A8E01BE9D8AA3FB15051DD205D6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6A4BD9FEFD2B025ED2BEDBA0CCAAC711 /* React.xcconfig */; + baseConfigurationReference = 3203079066E7FCC33FC1DD60C01A38A6 /* React.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -19113,7 +19019,7 @@ }; 07503BE4DBA728321A66841DFD7B509C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F26EF841033E12B745CCB8B72B39BBF2 /* react-native-appearance.xcconfig */; + baseConfigurationReference = 7C9DE44693E482B5752DD2CE36304E71 /* react-native-appearance.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19137,32 +19043,9 @@ }; name = Release; }; - 095A8DE130B0CF14000F6E3FC215F3DC /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B5D32CE02F68EE345F9101FFAF7E3476 /* Pods-RocketChatRN.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - APPLICATION_EXTENSION_API_ONLY = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MACH_O_TYPE = staticlib; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 0A5C3272020B713D7C5769D443274095 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D9F7CC56299F47549B3A2A7A1C365F7E /* React-RCTNetwork.xcconfig */; + baseConfigurationReference = 8DD751932D7C7B69540AA41E52642326 /* React-RCTNetwork.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19188,7 +19071,7 @@ }; 0B4C266D7201BE42578B00130B939087 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7FC79DE0AA004618BCBB2301018AE197 /* react-native-document-picker.xcconfig */; + baseConfigurationReference = 314047BB0B970D4EBAD862DE50898BF6 /* react-native-document-picker.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19213,7 +19096,7 @@ }; 0CBD8F695D218045A6F1C3FE7162F639 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7CB5D3ED9C2BDAF2A7F5063AA4CE0C19 /* glog.xcconfig */; + baseConfigurationReference = 03B728F92DB283E8246EA83B5CEFAEAA /* glog.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19239,7 +19122,7 @@ }; 0D109765BE2DFCFF45B839D6331198AC /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2ABFB451EB4296177AF8518752E5376F /* EXAV.xcconfig */; + baseConfigurationReference = 76C856BACD70EF40DF17EDFB42E4D79A /* EXAV.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -19265,7 +19148,7 @@ }; 0EC3A23A31F25E370EFBA1F1586B2011 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AA6AAA1D90BE93D3C64963C8A5ED303A /* FBLazyVector.xcconfig */; + baseConfigurationReference = 5874B2F6DA9A577BFC6A5D16E5A4CAB4 /* FBLazyVector.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -19279,7 +19162,7 @@ }; 0FD039A5EB2378EA2D82F53561CF5BE2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C7B2B0B57C33CAB337316FFCAA8D5A4B /* FirebaseCoreDiagnostics.xcconfig */; + baseConfigurationReference = 8B43F094AB5E433A936FF4B4F031A70D /* FirebaseCoreDiagnostics.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19304,7 +19187,7 @@ }; 0FFE4A7E6463DF8D2BF607C001EF26C2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BC2915576A0C1BA9AB1ABAE05C43FDB9 /* react-native-keyboard-tracking-view.xcconfig */; + baseConfigurationReference = 3D6B737432CBA54A89E0AEFA22DF0FBF /* react-native-keyboard-tracking-view.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19330,7 +19213,7 @@ }; 107A38331BA622EFD23AA607C2765C98 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 453F7492E2D2204EC23AF59450B69FC2 /* EXPermissions.xcconfig */; + baseConfigurationReference = C906F0BE4914661A27CA98A44C69709D /* EXPermissions.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -19356,7 +19239,7 @@ }; 12FAC84E34D27F50918DC68E37434C4A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6AF98B0747ED34DFD0A3862E48662036 /* EXWebBrowser.xcconfig */; + baseConfigurationReference = 22B0E2535684B7CC51D81DE7C573FDC8 /* EXWebBrowser.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -19381,27 +19264,9 @@ }; name = Release; }; - 148B5D42B48D1225AF8A56CA2B1AA1FB /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7590716D4AE3BB0E33F8971DB764BD8B /* QBImagePickerController.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/QBImagePickerController"; - IBSC_MODULE = QBImagePickerController; - INFOPLIST_FILE = "Target Support Files/QBImagePickerController/ResourceBundle-QBImagePicker-QBImagePickerController-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = QBImagePicker; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; 15D0C18A330E8C97064F66C89AE92075 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2ABFB451EB4296177AF8518752E5376F /* EXAV.xcconfig */; + baseConfigurationReference = 76C856BACD70EF40DF17EDFB42E4D79A /* EXAV.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -19428,7 +19293,7 @@ }; 16393E98E7D33B078F35DAD0BF562519 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6791C2D7588855BAA3807D995D2AF146 /* FirebaseAnalytics.xcconfig */; + baseConfigurationReference = DCF4CED8CD3D2B43426543E727D6D881 /* FirebaseAnalytics.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -19442,7 +19307,7 @@ }; 165DAF0F882A8245111ED3F97000FA93 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A0AF93F94473153B8813B220D962287C /* GoogleDataTransportCCTSupport.xcconfig */; + baseConfigurationReference = 8C563801A978525A6184D0F9DD82905D /* GoogleDataTransportCCTSupport.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19467,7 +19332,7 @@ }; 177BF32163A7C54C460B4CD5BD7E7168 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C016B656853BC9D15D256FCBB8ACD0BB /* GoogleDataTransport.xcconfig */; + baseConfigurationReference = DD6D91740B8B962C4CE62F898542B1A6 /* GoogleDataTransport.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19491,7 +19356,7 @@ }; 17ADCC17D6FBAC88D3849258BEE3E4D7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ED58CA46DD7F271A5874329EABDC8E29 /* RNDateTimePicker.xcconfig */; + baseConfigurationReference = 6193C4CF848277CEABC0376D78E333C0 /* RNDateTimePicker.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19581,7 +19446,7 @@ }; 1A149D092E2CFC6DDCD8E48A2155676C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5D41FFCDC27D6C15E44D6FD521E15AF7 /* React-cxxreact.xcconfig */; + baseConfigurationReference = EEDD3484BBBBBC29B4DF89842114A0CD /* React-cxxreact.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19607,7 +19472,7 @@ }; 1B74DF374CD1AFC41B2A27BF8AF209F9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7CB5D3ED9C2BDAF2A7F5063AA4CE0C19 /* glog.xcconfig */; + baseConfigurationReference = 03B728F92DB283E8246EA83B5CEFAEAA /* glog.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19632,7 +19497,7 @@ }; 1BBF1FC67203BE8FFEF02CD562A0ABB0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C646A9FB4E78FDB1E50D7C27884604F6 /* React-RCTSettings.xcconfig */; + baseConfigurationReference = B5744E663AF4BCC3C10EDBCE112BAAF2 /* React-RCTSettings.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19655,32 +19520,9 @@ }; name = Debug; }; - 1FAFBCEBDA661CBA3790D8E6EDA31E0C /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 49A51F5FBBCFD3F02638D5838DF22338 /* Pods-ShareRocketChatRN.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - APPLICATION_EXTENSION_API_ONLY = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MACH_O_TYPE = staticlib; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 200CD2396E713A87F09DF2D0477FFC0C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8FF7FC362F63B268EE743A8524D88D63 /* Crashlytics.xcconfig */; + baseConfigurationReference = 0807A09287F78F29B2AC03E88390E82E /* Crashlytics.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -19695,7 +19537,7 @@ }; 21B20C7A656B8B26606666450F233202 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 954BCB8C0CF3717AA95136501722033F /* React-jsiexecutor.xcconfig */; + baseConfigurationReference = 038A80AF4541A3218A844236F86DCA0A /* React-jsiexecutor.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19720,7 +19562,7 @@ }; 23C6C4DC319C746B0FB2B500A5F11865 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2832D2AB6E74719A8E3A77EFAD5C5257 /* react-native-notifications.xcconfig */; + baseConfigurationReference = 2E7C00BA69A1BF912A5E0A5119A9DCA0 /* react-native-notifications.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19746,7 +19588,7 @@ }; 23D5BEBA41EB0C45D1EE5EB2F36ECBE2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8FF7FC362F63B268EE743A8524D88D63 /* Crashlytics.xcconfig */; + baseConfigurationReference = 0807A09287F78F29B2AC03E88390E82E /* Crashlytics.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -19760,7 +19602,7 @@ }; 244CAA427CEE1963C66E8F160A2D7C44 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C646A9FB4E78FDB1E50D7C27884604F6 /* React-RCTSettings.xcconfig */; + baseConfigurationReference = B5744E663AF4BCC3C10EDBCE112BAAF2 /* React-RCTSettings.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19786,7 +19628,7 @@ }; 26551564308AC8D658D695032AA5AE58 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D2134E52180D21C748AA62F1B8778F9A /* FBReactNativeSpec.xcconfig */; + baseConfigurationReference = CD4CF130DEB1168BE11420CFE58B6081 /* FBReactNativeSpec.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19812,7 +19654,7 @@ }; 2703B7272D54F6883D4FB415677DB5D4 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5ED0F350ED0F0BC7C22797C1AC23DA50 /* React-RCTBlob.xcconfig */; + baseConfigurationReference = D8EF6DABD23F578542E2D20B74D3D64E /* React-RCTBlob.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19837,7 +19679,7 @@ }; 27BCC9CA860F306C015533FEE3107CCD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 541EDDE38B01E6D53021A747AB3433A2 /* RNRootView.xcconfig */; + baseConfigurationReference = 5948590484661ED346810957D895644F /* RNRootView.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19863,7 +19705,7 @@ }; 28D56E215E53845903676C02E9E657A4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6A4BD9FEFD2B025ED2BEDBA0CCAAC711 /* React.xcconfig */; + baseConfigurationReference = 3203079066E7FCC33FC1DD60C01A38A6 /* React.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -19878,7 +19720,7 @@ }; 2953790EFB1BD8A9E78C65D8FCEEACFB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9BCEA44A33DCB232878CCE06B1594B9B /* EXConstants.xcconfig */; + baseConfigurationReference = 6E6B0505508C8CF75EF9825686A24B8C /* EXConstants.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -19905,7 +19747,7 @@ }; 2A5E7696D7993201DAD047C1A0D2C4E3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FE42F95CE82EFBA46EA89EB8C0DEA3AA /* RNBootSplash.xcconfig */; + baseConfigurationReference = FEF047CCA856CD7D026EF5EBB71079CA /* RNBootSplash.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19928,9 +19770,32 @@ }; name = Debug; }; + 2A85ED336D8A1314757D9059755128C0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B5D32CE02F68EE345F9101FFAF7E3476 /* Pods-RocketChatRN.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + MACH_O_TYPE = staticlib; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 2AF938D92353FFD31BE3DB678B15377C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 953127597A4582C6794C645165C7315F /* react-native-cameraroll.xcconfig */; + baseConfigurationReference = 9259D6124279E8C709FDF24A7DBEAB57 /* react-native-cameraroll.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19955,7 +19820,7 @@ }; 2B272C4CE6BEAA0B9E0AA72279542905 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EC97F4A51B6AF21BEE3F74F31FB29FB3 /* React-Core.xcconfig */; + baseConfigurationReference = C569548911D21A9C02AB7628D7CB4D4D /* React-Core.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -19980,7 +19845,7 @@ }; 2BE44409CF53F7716718039FCCF13617 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FC2F8EF0A5032A111203FD17C902387C /* react-native-webview.xcconfig */; + baseConfigurationReference = 28CDC08B6B4BBC47ED4C4C5B83A9988C /* react-native-webview.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20006,7 +19871,7 @@ }; 2E48545300EB3BBDC7C7176DFA40D5ED /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0C54CC7F5A51B5BABD015413DBF96E7E /* FirebaseCore.xcconfig */; + baseConfigurationReference = 452318FDD594B5923B177B4FD6115A90 /* FirebaseCore.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20031,7 +19896,7 @@ }; 31667BB5CFC7B8D4C8E24E1A05DE6F20 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6791C2D7588855BAA3807D995D2AF146 /* FirebaseAnalytics.xcconfig */; + baseConfigurationReference = DCF4CED8CD3D2B43426543E727D6D881 /* FirebaseAnalytics.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -20046,7 +19911,7 @@ }; 329F6210D2FB7F15DD932D2C4B6689F2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9228F7A2A0D58B88756F464925864D0D /* boost-for-react-native.xcconfig */; + baseConfigurationReference = D21357691A211111FCF423A64E04CAD4 /* boost-for-react-native.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -20060,7 +19925,7 @@ }; 33C61ECA707D40A9FC02D9793376D463 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 58B64C4BE5E0B729543B8C2C893884E0 /* FirebaseCoreDiagnosticsInterop.xcconfig */; + baseConfigurationReference = F305EC9958D746DA8AAEA33A39DC6A65 /* FirebaseCoreDiagnosticsInterop.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -20072,22 +19937,22 @@ }; name = Debug; }; - 371989D182BF95DFA0EC5239D0C21ADD /* Debug */ = { + 34F3BB3A9EA6790A534F9E5EF2254D12 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F20B180436D2CB1935FC05383EC8AE97 /* RNReanimated.xcconfig */; + baseConfigurationReference = 23E2E604813E0A83C42F4CDDFD52CD96 /* RNImageCropPicker.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNReanimated/RNReanimated-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + GCC_PREFIX_HEADER = "Target Support Files/RNImageCropPicker/RNImageCropPicker-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNReanimated; - PRODUCT_NAME = RNReanimated; + PRODUCT_MODULE_NAME = RNImageCropPicker; + PRODUCT_NAME = RNImageCropPicker; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -20097,22 +19962,22 @@ }; name = Debug; }; - 37E163221C1422D15853A75EC40F1ADE /* Debug */ = { + 371989D182BF95DFA0EC5239D0C21ADD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EE282627733A74271A09525FEDBE4DA6 /* RNLocalize.xcconfig */; + baseConfigurationReference = F8E743FFD85E2C107F52420EAD130F95 /* RNReanimated.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNLocalize/RNLocalize-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/RNReanimated/RNReanimated-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNLocalize; - PRODUCT_NAME = RNLocalize; + PRODUCT_MODULE_NAME = RNReanimated; + PRODUCT_NAME = RNReanimated; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -20122,61 +19987,61 @@ }; name = Debug; }; - 39788C2E5025D81B1F56F4F62015EC56 /* Release */ = { + 37E163221C1422D15853A75EC40F1ADE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7CB8B0F98AD5A5B9E244529D8DDEA27B /* UMReactNativeAdapter.xcconfig */; + baseConfigurationReference = 47B932A1E353FC65AD3F13D732A9DBD6 /* RNLocalize.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; - CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/UMReactNativeAdapter/UMReactNativeAdapter-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + 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 = UMReactNativeAdapter; - PRODUCT_NAME = UMReactNativeAdapter; + 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; + name = Debug; }; - 3AB24657179D8772E124DFD7760B2AC9 /* Debug */ = { + 39788C2E5025D81B1F56F4F62015EC56 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7590716D4AE3BB0E33F8971DB764BD8B /* QBImagePickerController.xcconfig */; + baseConfigurationReference = 04C3B1DD186B53182C077DA48835BE9E /* UMReactNativeAdapter.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/QBImagePickerController/QBImagePickerController-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + GCC_PREFIX_HEADER = "Target Support Files/UMReactNativeAdapter/UMReactNativeAdapter-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = QBImagePickerController; - PRODUCT_NAME = QBImagePickerController; + PRODUCT_MODULE_NAME = UMReactNativeAdapter; + PRODUCT_NAME = UMReactNativeAdapter; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; 3B81065B4F174DAEC663FE2711808B54 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0776B7150119D3FF69668DC9B5FAE7FA /* libwebp.xcconfig */; + baseConfigurationReference = C8ADDD3DE5B9D58ABDF6D510A502F85F /* libwebp.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20202,7 +20067,7 @@ }; 3C2209A72B905CEDAC16D43E4DA43012 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 453F7492E2D2204EC23AF59450B69FC2 /* EXPermissions.xcconfig */; + baseConfigurationReference = C906F0BE4914661A27CA98A44C69709D /* EXPermissions.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -20229,7 +20094,7 @@ }; 412737804873ADD8C2E2F340ABFF6718 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 57E1D86219A443E8E0586479D79745B5 /* React-RCTAnimation.xcconfig */; + baseConfigurationReference = 91B19BCC8E0A96C2AF91B1DC3DD55BD3 /* React-RCTAnimation.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20252,9 +20117,27 @@ }; name = Debug; }; + 42944898C766E1F58CF1D114D908DF7F /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 23E2E604813E0A83C42F4CDDFD52CD96 /* RNImageCropPicker.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/RNImageCropPicker"; + IBSC_MODULE = RNImageCropPicker; + INFOPLIST_FILE = "Target Support Files/RNImageCropPicker/ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + PRODUCT_NAME = QBImagePicker; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; 455A8CE12E5E915C83AB73A3C62F3F68 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2832D2AB6E74719A8E3A77EFAD5C5257 /* react-native-notifications.xcconfig */; + baseConfigurationReference = 2E7C00BA69A1BF912A5E0A5119A9DCA0 /* react-native-notifications.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20279,7 +20162,7 @@ }; 476795CA781EBD6B4AC8D2146AB49434 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 474DB7FF9202FF612DB0ECE50AD77E65 /* GoogleUtilities.xcconfig */; + baseConfigurationReference = 9C0AE2466BA4C974BC84C214B080C357 /* GoogleUtilities.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20303,53 +20186,59 @@ }; name = Release; }; - 499E8F90EC6439418D63F128B5D6DCD1 /* Release */ = { + 4959F652AE0B95F2094898AC808A51F7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BD29C73F393C82467AE6B9F4388B5E73 /* ReactCommon.xcconfig */; + baseConfigurationReference = A9916A69A97251C8AA9535F6F70AE9DB /* Pods-RocketChatRN.release.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/ReactCommon/ReactCommon-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + MACH_O_TYPE = staticlib; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = ReactCommon; - PRODUCT_NAME = ReactCommon; - PUBLIC_HEADERS_FOLDER_PATH = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; name = Release; }; - 4A938401948AF7A9D26942A8AD2D316F /* Release */ = { + 499E8F90EC6439418D63F128B5D6DCD1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7590716D4AE3BB0E33F8971DB764BD8B /* QBImagePickerController.xcconfig */; + baseConfigurationReference = 4E08927F1B4152793720308645B87189 /* ReactCommon.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/QBImagePickerController"; - IBSC_MODULE = QBImagePickerController; - INFOPLIST_FILE = "Target Support Files/QBImagePickerController/ResourceBundle-QBImagePicker-QBImagePickerController-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = QBImagePicker; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/ReactCommon/ReactCommon-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = ReactCommon; + PRODUCT_NAME = ReactCommon; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; + VALIDATE_PRODUCT = YES; }; name = Release; }; 4C88F3DB03A9D5244D6399F2531E7EFA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5A9F498304996064A7AB4E766B8A2E1D /* RNFirebase.xcconfig */; + baseConfigurationReference = B4D0C66DF0FB8536973108AC7E4F6636 /* RNFirebase.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20374,7 +20263,7 @@ }; 4EF961C835B566D4EFB3AFE039C623B9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AA811FB189CF7A70894B0E93D2CDA211 /* UMImageLoaderInterface.xcconfig */; + baseConfigurationReference = A585D00A6F08EC44BADDCC044335DDDD /* UMImageLoaderInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -20390,7 +20279,7 @@ }; 5021E076026902F8042B602ED2AB1FDD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ED58CA46DD7F271A5874329EABDC8E29 /* RNDateTimePicker.xcconfig */; + baseConfigurationReference = 6193C4CF848277CEABC0376D78E333C0 /* RNDateTimePicker.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20415,7 +20304,7 @@ }; 521E903B734D3E2B9720D043ACC4F421 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 51F61CE421A67CEE57570D19C7EE31B7 /* RNAudio.xcconfig */; + baseConfigurationReference = D7442488D44347FE3864D6299F3467B8 /* RNAudio.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20438,9 +20327,27 @@ }; name = Debug; }; + 531DF162FE7827B65B86953D3626930F /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 23E2E604813E0A83C42F4CDDFD52CD96 /* RNImageCropPicker.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + 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; + }; 573066A03184765DFD3708A843AF9A7F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2F5DCBF84C4FCB29D7493E8F86442192 /* FirebaseInstanceID.xcconfig */; + baseConfigurationReference = 8A126C06795FE746C9901F5ED989C79D /* FirebaseInstanceID.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20464,7 +20371,7 @@ }; 5869D54D3A851396E2E6C856D06E7E60 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AF39C018E786D9F6836EFA77F75B03B0 /* RNGestureHandler.xcconfig */; + baseConfigurationReference = 657975F7B4BE548D53BA70808D19A6FD /* RNGestureHandler.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20490,7 +20397,7 @@ }; 58C4DFAAABA5B1ADD585B075C392989E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 12F29C81F4D65245171AE6B575212B64 /* Firebase.xcconfig */; + baseConfigurationReference = 95D858BFDF2F99A6F3D810DEAD6A9300 /* Firebase.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -20500,24 +20407,50 @@ SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; }; - name = Debug; + name = Debug; + }; + 596CD7959D539F7F649544D11CD4713F /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 37A4470DB7E5D6A62D784504743D0D14 /* React-RCTActionSheet.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTActionSheet/React-RCTActionSheet-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RCTActionSheet; + PRODUCT_NAME = "React-RCTActionSheet"; + 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; }; - 596CD7959D539F7F649544D11CD4713F /* Release */ = { + 5A8324EA210DF55F87E0DF91047C3A4A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5DB4CF72EF88A009BCA6250775047C22 /* React-RCTActionSheet.xcconfig */; + baseConfigurationReference = 23E2E604813E0A83C42F4CDDFD52CD96 /* RNImageCropPicker.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTActionSheet/React-RCTActionSheet-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + GCC_PREFIX_HEADER = "Target Support Files/RNImageCropPicker/RNImageCropPicker-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTActionSheet; - PRODUCT_NAME = "React-RCTActionSheet"; + PRODUCT_MODULE_NAME = RNImageCropPicker; + PRODUCT_NAME = RNImageCropPicker; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -20530,7 +20463,7 @@ }; 5C0B9265CAB0D9CD227A92F72C06CC20 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4B7E9EA302BE28A69F86FFCEDB3665BA /* React-RCTVibration.xcconfig */; + baseConfigurationReference = FC4D27A8EB8B619DEBDF92E49F64CE59 /* React-RCTVibration.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20556,7 +20489,7 @@ }; 5DC883AB0B0414AD48BB3AB4F3269D66 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 21DB74929AB9303816B8288C85975A3D /* UMConstantsInterface.xcconfig */; + baseConfigurationReference = 785B97657BD4FDDF174BDB148FC496E9 /* UMConstantsInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -20572,7 +20505,7 @@ }; 5DDAA8C3F7FCC062776754B1F3B95D1E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D9F7CC56299F47549B3A2A7A1C365F7E /* React-RCTNetwork.xcconfig */; + baseConfigurationReference = 8DD751932D7C7B69540AA41E52642326 /* React-RCTNetwork.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20597,7 +20530,7 @@ }; 5E0C0558843DE82EBBC42EE24BEA165D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 181C1CF9C0D53241BAE1B63565BE4F81 /* JitsiMeetSDK.xcconfig */; + baseConfigurationReference = AEAFF03F736A590CC3D80A40C1C64FCF /* JitsiMeetSDK.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -20613,7 +20546,7 @@ }; 5E3383358D994B87401F964D52392038 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 39451443009DFBE5B43DDB789C7F28F1 /* DoubleConversion.xcconfig */; + baseConfigurationReference = 2EE491B9F0B95B8A20B38302F6434248 /* DoubleConversion.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20638,7 +20571,7 @@ }; 5E7869770EA6F89BE71AB5A82A8747EE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5D41FFCDC27D6C15E44D6FD521E15AF7 /* React-cxxreact.xcconfig */; + baseConfigurationReference = EEDD3484BBBBBC29B4DF89842114A0CD /* React-cxxreact.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20663,7 +20596,7 @@ }; 60EC64E5B79C5F949116BD34130957D4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CEB99F482F1FF9C54032E4C171201888 /* BugsnagReactNative.xcconfig */; + baseConfigurationReference = 33083449842A3D535CFD8872E4DD77F8 /* BugsnagReactNative.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20689,7 +20622,7 @@ }; 6513D57E09C36B05CF916F7E8A662077 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F864485EA92C114D2D9849292C5C0D37 /* EXFileSystem.xcconfig */; + baseConfigurationReference = AF8CDB3234290BED94BE4557F5886530 /* EXFileSystem.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -20716,7 +20649,7 @@ }; 65177BF401CF3D4E9EAACC190BD37AC3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5A9F498304996064A7AB4E766B8A2E1D /* RNFirebase.xcconfig */; + baseConfigurationReference = B4D0C66DF0FB8536973108AC7E4F6636 /* RNFirebase.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20742,7 +20675,7 @@ }; 65EB1A7A5D1465B289935D8C2F1BBD30 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B52EF10684B99FAB40023EF3953D3592 /* UMFaceDetectorInterface.xcconfig */; + baseConfigurationReference = 35BD743B7EC13A647309F11CDE0BF4B3 /* UMFaceDetectorInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -20758,7 +20691,7 @@ }; 664E5CB9279DF965C75A308E4C19DE1C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FC2F8EF0A5032A111203FD17C902387C /* react-native-webview.xcconfig */; + baseConfigurationReference = 28CDC08B6B4BBC47ED4C4C5B83A9988C /* react-native-webview.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20783,7 +20716,7 @@ }; 66B5F5845EEB10E57A3A46D451238559 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3121AD61FA1D3134C50CF35E624BED12 /* React-RCTText.xcconfig */; + baseConfigurationReference = B0F6C3A54D39DD74B9F4CC6074F892FD /* React-RCTText.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20808,7 +20741,7 @@ }; 677C55C5482A68F862361238F7F8E2D0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2F7BF5F2708FFF6188752E6CD2822D4F /* react-native-jitsi-meet.xcconfig */; + baseConfigurationReference = 2E985151BC5A1D14982E940CFB852708 /* react-native-jitsi-meet.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20833,7 +20766,7 @@ }; 68862420C9D14D6D543E26A3029DA27D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3121AD61FA1D3134C50CF35E624BED12 /* React-RCTText.xcconfig */; + baseConfigurationReference = B0F6C3A54D39DD74B9F4CC6074F892FD /* React-RCTText.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20859,7 +20792,7 @@ }; 6983102E768D8F6AAFAC3C07D2FD59C5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 472A2C7686DB7556D578DB79D152CB46 /* Folly.xcconfig */; + baseConfigurationReference = 865A76C3046C18A7DA36E67E3DE72F88 /* Folly.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20885,7 +20818,7 @@ }; 69C2BA4F9009FED344405012652F51CA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2F7BF5F2708FFF6188752E6CD2822D4F /* react-native-jitsi-meet.xcconfig */; + baseConfigurationReference = 2E985151BC5A1D14982E940CFB852708 /* react-native-jitsi-meet.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20911,7 +20844,7 @@ }; 6A441642FC3FFE19200089E9B23E8FF7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F20B180436D2CB1935FC05383EC8AE97 /* RNReanimated.xcconfig */; + baseConfigurationReference = F8E743FFD85E2C107F52420EAD130F95 /* RNReanimated.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20937,7 +20870,7 @@ }; 6BCF1CCFC9C90ED9DE69A10FDE40B529 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C621B9C91DFC3AC95A602152374F1F18 /* UMFontInterface.xcconfig */; + baseConfigurationReference = C7CE6D83A542AFECC1A89C528D5F880C /* UMFontInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -20952,7 +20885,7 @@ }; 6DB18DF4D7CB92ACF500AA4CB91574EE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4D1C35782AE03C4504D6FCEACC0558C3 /* React-CoreModules.xcconfig */; + baseConfigurationReference = C8FA6653516966570CD5E109475D8D85 /* React-CoreModules.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -20977,7 +20910,7 @@ }; 6DD833DF82AD945EAC590428925265F6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4E8B8759B4E705EE15876E2B6FEEF702 /* rn-extensions-share.xcconfig */; + baseConfigurationReference = 73ADFAB63097DFC4C3025654ED38A35C /* rn-extensions-share.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21002,7 +20935,7 @@ }; 71633DFB8C995054BED7FB1F22EBD760 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3DCB6BEB26EC6265B782EFD7D3B218A6 /* SDWebImageWebPCoder.xcconfig */; + baseConfigurationReference = FB64DAEF321D4A129D5F296408A320DC /* SDWebImageWebPCoder.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21027,7 +20960,7 @@ }; 71909F570922582EB29779D954A7655F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C6C0C273D309A0AAC35B9F412866A502 /* react-native-orientation-locker.xcconfig */; + baseConfigurationReference = CAF6DF8DAE53574A10DEFC9B56B1584D /* react-native-orientation-locker.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21053,7 +20986,7 @@ }; 72C0F38FC6842701424DB20D290EE53C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 51F61CE421A67CEE57570D19C7EE31B7 /* RNAudio.xcconfig */; + baseConfigurationReference = D7442488D44347FE3864D6299F3467B8 /* RNAudio.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21079,7 +21012,7 @@ }; 731A84E8BE2267BC21CBD0337B22D2E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A0AF93F94473153B8813B220D962287C /* GoogleDataTransportCCTSupport.xcconfig */; + baseConfigurationReference = 8C563801A978525A6184D0F9DD82905D /* GoogleDataTransportCCTSupport.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21103,7 +21036,7 @@ }; 737D073839062785B358E9BE4DD325CA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7CB8B0F98AD5A5B9E244529D8DDEA27B /* UMReactNativeAdapter.xcconfig */; + baseConfigurationReference = 04C3B1DD186B53182C077DA48835BE9E /* UMReactNativeAdapter.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -21129,7 +21062,7 @@ }; 73A76EF3E50F14A831494F2CE9D463C3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0C54CC7F5A51B5BABD015413DBF96E7E /* FirebaseCore.xcconfig */; + baseConfigurationReference = 452318FDD594B5923B177B4FD6115A90 /* FirebaseCore.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21153,7 +21086,7 @@ }; 7452D595EDF76721ACCD09888C4300EB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C6C0C273D309A0AAC35B9F412866A502 /* react-native-orientation-locker.xcconfig */; + baseConfigurationReference = CAF6DF8DAE53574A10DEFC9B56B1584D /* react-native-orientation-locker.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21178,7 +21111,7 @@ }; 745584283E329E8703A11278C5FD98AA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 43019EAB6AD8419663A1A6B62C4815FB /* RNUserDefaults.xcconfig */; + baseConfigurationReference = 59BAF3A23CAA66E951CAF91ECA82D36E /* RNUserDefaults.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21203,7 +21136,7 @@ }; 76100320E21D42374BB0F0BD2DD157C1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D41DB2C1B493027A1BA8BACEE24762A2 /* UMCameraInterface.xcconfig */; + baseConfigurationReference = 41B32C718B311430215CF7605174A6DC /* UMCameraInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -21218,7 +21151,7 @@ }; 76BE7F8726B152972329F09707F0ACD9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D8901CA28F0B8B14CD6AF4861D28138D /* UMCore.xcconfig */; + baseConfigurationReference = 5FFE412BBCB497A02653CCEF6E3B6E83 /* UMCore.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -21244,7 +21177,7 @@ }; 779B1B52B5C8BD4D67CE2B7E314D68A7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BC2915576A0C1BA9AB1ABAE05C43FDB9 /* react-native-keyboard-tracking-view.xcconfig */; + baseConfigurationReference = 3D6B737432CBA54A89E0AEFA22DF0FBF /* react-native-keyboard-tracking-view.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21269,7 +21202,7 @@ }; 79A0890C0FF0EE7CE7DDB7CF814436E7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4E8B8759B4E705EE15876E2B6FEEF702 /* rn-extensions-share.xcconfig */; + baseConfigurationReference = 73ADFAB63097DFC4C3025654ED38A35C /* rn-extensions-share.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21295,7 +21228,7 @@ }; 79B3E0F885BF8B866097919EC7654A4B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AA811FB189CF7A70894B0E93D2CDA211 /* UMImageLoaderInterface.xcconfig */; + baseConfigurationReference = A585D00A6F08EC44BADDCC044335DDDD /* UMImageLoaderInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -21310,7 +21243,7 @@ }; 7B7E9D7FAB7E45B9F4ADF8DC4822703B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 005BFE8D450B842344F1001F99C8B120 /* Fabric.xcconfig */; + baseConfigurationReference = C1485CBAB7240610926802178F495435 /* Fabric.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -21324,7 +21257,7 @@ }; 7BC8ECF42B51502BDEC0C678012395A9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E77DAE17F9D2D89D8A90EAEE3D98DF05 /* React-RCTImage.xcconfig */; + baseConfigurationReference = 254D39F8195B37A3224A2EA960FA0D26 /* React-RCTImage.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21350,7 +21283,7 @@ }; 7ED2663CADBE5D8B55630D2A2DBE74FD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B0BF4D08A0179C00A6186E4C6355F4FD /* UMSensorsInterface.xcconfig */; + baseConfigurationReference = 32D2268A5D462DFB4C6F2459EAFDD6BB /* UMSensorsInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -21366,7 +21299,7 @@ }; 82E853AAD06F4C932AAEAEA9A8AE1EB4 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B8C04276F01C796BDAAC327EF3EC3586 /* RCTTypeSafety.xcconfig */; + baseConfigurationReference = 4B937D46CDC5241DE90CEAC1441A346E /* RCTTypeSafety.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21391,7 +21324,7 @@ }; 83397D6AC147BB15D1360B863354BE6E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3CF609FC152CCA41BFE8B3569C32876F /* EXAppLoaderProvider.xcconfig */; + baseConfigurationReference = 60F27F0D9825020A92FCB19B3C1C90EF /* EXAppLoaderProvider.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -21417,7 +21350,7 @@ }; 83B8667023CCABE7930FECF4308F42C1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FE42F95CE82EFBA46EA89EB8C0DEA3AA /* RNBootSplash.xcconfig */; + baseConfigurationReference = FEF047CCA856CD7D026EF5EBB71079CA /* RNBootSplash.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21443,7 +21376,7 @@ }; 83D51B373BC655474060B7059374A055 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CA5DF19A13A1EE8A7E3F9A7892E8074C /* UMBarCodeScannerInterface.xcconfig */; + baseConfigurationReference = DE1E5E9D94FBB83D71200FE3F701AFC9 /* UMBarCodeScannerInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -21459,7 +21392,7 @@ }; 85F758BB2896EF75F72B6F2A77364175 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 269C1382F849D90EABAC84010395D690 /* EXHaptics.xcconfig */; + baseConfigurationReference = F4838FE647AA9468A2991304694C8C67 /* EXHaptics.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -21485,7 +21418,7 @@ }; 8835E5BCB8E540E65288BFBA50EE7279 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3DCB6BEB26EC6265B782EFD7D3B218A6 /* SDWebImageWebPCoder.xcconfig */; + baseConfigurationReference = FB64DAEF321D4A129D5F296408A320DC /* SDWebImageWebPCoder.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21511,7 +21444,7 @@ }; 88FCAFE7B06BCEC0AC4CA29D98C90803 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CEB99F482F1FF9C54032E4C171201888 /* BugsnagReactNative.xcconfig */; + baseConfigurationReference = 33083449842A3D535CFD8872E4DD77F8 /* BugsnagReactNative.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21536,7 +21469,7 @@ }; 8C3EBE69110BAB9C59DDF0112E7677AC /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 474DB7FF9202FF612DB0ECE50AD77E65 /* GoogleUtilities.xcconfig */; + baseConfigurationReference = 9C0AE2466BA4C974BC84C214B080C357 /* GoogleUtilities.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21561,7 +21494,7 @@ }; 911D20316B507B8E73EBD2ADE090E8EA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 30A5063C2D1EC4583FDB2C9CEA518C5A /* react-native-background-timer.xcconfig */; + baseConfigurationReference = 3670E524463206499BB086DC52038A62 /* react-native-background-timer.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21586,7 +21519,7 @@ }; 917A20C7C8D878581AC4A8285097017A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E81970828E92A3182AA768444B8BA6A2 /* Yoga.xcconfig */; + baseConfigurationReference = 27341596529135D5692B7B7327999DD0 /* Yoga.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21612,7 +21545,7 @@ }; 921CB93956632503338319DD71FF15A5 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F51FA515F51DC12B832E1BB26AFEE615 /* RNFastImage.xcconfig */; + baseConfigurationReference = 6D4D16EF9A9FA6A4DA66570F44B05F69 /* RNFastImage.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21637,7 +21570,7 @@ }; 932715893B5D8A998947BDF948EDEA0F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CA5DF19A13A1EE8A7E3F9A7892E8074C /* UMBarCodeScannerInterface.xcconfig */; + baseConfigurationReference = DE1E5E9D94FBB83D71200FE3F701AFC9 /* UMBarCodeScannerInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -21652,7 +21585,7 @@ }; 9379E6366D9E11C636D1E54575E216EE /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B8C04276F01C796BDAAC327EF3EC3586 /* RCTTypeSafety.xcconfig */; + baseConfigurationReference = 4B937D46CDC5241DE90CEAC1441A346E /* RCTTypeSafety.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21676,27 +21609,25 @@ }; name = Release; }; - 944D74F32239D2CF6657EEAEF0695003 /* Release */ = { + 944729149362CF0C193245F61DE495CD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7590716D4AE3BB0E33F8971DB764BD8B /* QBImagePickerController.xcconfig */; + baseConfigurationReference = 527CD81DF520880893DE8021CD41E619 /* Pods-ShareRocketChatRN.release.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/QBImagePickerController/QBImagePickerController-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + MACH_O_TYPE = staticlib; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = QBImagePickerController; - PRODUCT_NAME = QBImagePickerController; - PUBLIC_HEADERS_FOLDER_PATH = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; @@ -21704,7 +21635,7 @@ }; 94E3653223086209F995373532C8F7EB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F6EFF8D40AB1DD11CFF5D26E984CE458 /* React-jsi.xcconfig */; + baseConfigurationReference = 9911B80A8D09E2F33BC9BB61FF4F6D3E /* React-jsi.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21727,34 +21658,9 @@ }; name = Debug; }; - 963291081EF00C8C57E1694F6D83AFC2 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A2FF8CEEF1059ACF9EABBA6D292C62AB /* RSKImageCropper.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RSKImageCropper/RSKImageCropper-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RSKImageCropper; - PRODUCT_NAME = RSKImageCropper; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 9798DF63F7267FE1AD56F263EADD5B6A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8DE0057074727BB63E71523783937DDA /* RNScreens.xcconfig */; + baseConfigurationReference = 4F4EF7F276E9C28AFE4C8B18E83D15BB /* RNScreens.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21779,7 +21685,7 @@ }; 98D1BE1C631327534141623ED69DFAB0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F864485EA92C114D2D9849292C5C0D37 /* EXFileSystem.xcconfig */; + baseConfigurationReference = AF8CDB3234290BED94BE4557F5886530 /* EXFileSystem.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -21805,7 +21711,7 @@ }; 9A3174FDB1F4445ADEA8F35751AD8207 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D3CE15FAF883200B0AC76BCB496817B0 /* React-jsinspector.xcconfig */; + baseConfigurationReference = B929AB3C407B90BACE4B5420E0D21534 /* React-jsinspector.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21830,7 +21736,7 @@ }; 9CAE17F3AEAA92514573A6AFC28F58F8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B52EF10684B99FAB40023EF3953D3592 /* UMFaceDetectorInterface.xcconfig */; + baseConfigurationReference = 35BD743B7EC13A647309F11CDE0BF4B3 /* UMFaceDetectorInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -21845,7 +21751,7 @@ }; 9D25004EDED3EA338107FA6F993E40BC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5ED0F350ED0F0BC7C22797C1AC23DA50 /* React-RCTBlob.xcconfig */; + baseConfigurationReference = D8EF6DABD23F578542E2D20B74D3D64E /* React-RCTBlob.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21871,7 +21777,7 @@ }; 9D31AF365B999422C95ED9755B2E8F0F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 12F29C81F4D65245171AE6B575212B64 /* Firebase.xcconfig */; + baseConfigurationReference = 95D858BFDF2F99A6F3D810DEAD6A9300 /* Firebase.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -21886,7 +21792,7 @@ }; 9D7C7C3A1425C18171275C2A383FA8CE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 186DED792CA01B7C82DD2921DE556FF7 /* RNDeviceInfo.xcconfig */; + baseConfigurationReference = F04CB905DFD3B94F1F3F521BAD78ACF9 /* RNDeviceInfo.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21909,35 +21815,9 @@ }; name = Debug; }; - 9E93A6818AF4C3B62491EF7F2724D1EF /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A2FF8CEEF1059ACF9EABBA6D292C62AB /* RSKImageCropper.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RSKImageCropper/RSKImageCropper-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RSKImageCropper; - PRODUCT_NAME = RSKImageCropper; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 9EACAE2DF1FB29D6CD5849750D0E945D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F51FA515F51DC12B832E1BB26AFEE615 /* RNFastImage.xcconfig */; + baseConfigurationReference = 6D4D16EF9A9FA6A4DA66570F44B05F69 /* RNFastImage.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21963,7 +21843,7 @@ }; 9F252DECF660AD99C57FE172DC3377CE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2C205B7A74A0AB9C207AE1508245D074 /* KeyCommands.xcconfig */; + baseConfigurationReference = 4FD55DCA0DD250489F0D0FD30F73B3AB /* KeyCommands.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -21988,7 +21868,7 @@ }; 9FF84870B7F6FDF9150FDD60E6D57C4F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 57E1D86219A443E8E0586479D79745B5 /* React-RCTAnimation.xcconfig */; + baseConfigurationReference = 91B19BCC8E0A96C2AF91B1DC3DD55BD3 /* React-RCTAnimation.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22014,7 +21894,7 @@ }; A071A0C7DF65F1D9E326DD3CE2DE8C9E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BD29C73F393C82467AE6B9F4388B5E73 /* ReactCommon.xcconfig */; + baseConfigurationReference = 4E08927F1B4152793720308645B87189 /* ReactCommon.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22039,7 +21919,7 @@ }; A0CE7427B29B950D5C3D9D14D5F0956F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 21DB74929AB9303816B8288C85975A3D /* UMConstantsInterface.xcconfig */; + baseConfigurationReference = 785B97657BD4FDDF174BDB148FC496E9 /* UMConstantsInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -22054,7 +21934,7 @@ }; A2194A79914B5CC215FA2FF1CF8CFCF8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 30A5063C2D1EC4583FDB2C9CEA518C5A /* react-native-background-timer.xcconfig */; + baseConfigurationReference = 3670E524463206499BB086DC52038A62 /* react-native-background-timer.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22080,7 +21960,7 @@ }; AA08A4CFB27E8D0764FB1F3E7659D277 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 954BCB8C0CF3717AA95136501722033F /* React-jsiexecutor.xcconfig */; + baseConfigurationReference = 038A80AF4541A3218A844236F86DCA0A /* React-jsiexecutor.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22106,7 +21986,7 @@ }; AA3C608C1EFBFF6195298DABF3846DE1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B0BF4D08A0179C00A6186E4C6355F4FD /* UMSensorsInterface.xcconfig */; + baseConfigurationReference = 32D2268A5D462DFB4C6F2459EAFDD6BB /* UMSensorsInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -22121,7 +22001,7 @@ }; AC7D788F43301FFAEDED241C7A7099A7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E77DAE17F9D2D89D8A90EAEE3D98DF05 /* React-RCTImage.xcconfig */; + baseConfigurationReference = 254D39F8195B37A3224A2EA960FA0D26 /* React-RCTImage.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22146,7 +22026,7 @@ }; AEE4C1B4604FAAC1DEA8D5FF30CD56C3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D2134E52180D21C748AA62F1B8778F9A /* FBReactNativeSpec.xcconfig */; + baseConfigurationReference = CD4CF130DEB1168BE11420CFE58B6081 /* FBReactNativeSpec.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22171,7 +22051,7 @@ }; B006F308D2A947732D25BF32E328BD7C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DA8EB2DA73BFD56C23B5DC7CB6589818 /* UMTaskManagerInterface.xcconfig */; + baseConfigurationReference = BCA6D798952261C230B8842DB9F4AAFD /* UMTaskManagerInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -22246,7 +22126,7 @@ }; B0C53F67BEF5274F1C717CB34C9F7D23 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 58B64C4BE5E0B729543B8C2C893884E0 /* FirebaseCoreDiagnosticsInterop.xcconfig */; + baseConfigurationReference = F305EC9958D746DA8AAEA33A39DC6A65 /* FirebaseCoreDiagnosticsInterop.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -22261,7 +22141,7 @@ }; B1B7713286195D091EC5BC6F27BD5581 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BEB25E935E208E19D4C18AA70D6DE952 /* ReactNativeART.xcconfig */; + baseConfigurationReference = DF5D27AD14A1991632E190090036255B /* ReactNativeART.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22286,7 +22166,7 @@ }; B4E87D0668029199CD617DB2DDE97D86 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EEB0F6974D280A1415022E8C9CCB9D7F /* react-native-slider.xcconfig */; + baseConfigurationReference = A2EB051A29B35EC96FFE889FC5CCC558 /* react-native-slider.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22312,7 +22192,7 @@ }; B74A66D1B4DB325F337289BC6923B612 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 36EE1BD869508F7D6CA3C09CF529BD5E /* RCTRequired.xcconfig */; + baseConfigurationReference = AAC46B5086C5C013D36C6FBF9DDFAC19 /* RCTRequired.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -22326,7 +22206,7 @@ }; B772F607B346FAD86BF28292DA0D193C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 064120011AFF24AE097CA29C2983ABFF /* nanopb.xcconfig */; + baseConfigurationReference = E36BC1838BBE0A3C1226042850FB19C3 /* nanopb.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -22350,9 +22230,34 @@ }; name = Debug; }; + B85B0EB20406B9007DE9EE60A643323F /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 79915C4E2EB6C0B1E346BE2B093CC0C9 /* RSKImageCropper.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RSKImageCropper/RSKImageCropper-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RSKImageCropper; + PRODUCT_NAME = RSKImageCropper; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; B93AD636A7701AACBF5C0DEB8249D15D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4597451210293FF3F150985EE2B9CA27 /* React-RCTLinking.xcconfig */; + baseConfigurationReference = DA27D82F20D6A185B593444261C58617 /* React-RCTLinking.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22378,7 +22283,7 @@ }; BD044681D243E0E09FBA04ACF21FA123 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8DE0057074727BB63E71523783937DDA /* RNScreens.xcconfig */; + baseConfigurationReference = 4F4EF7F276E9C28AFE4C8B18E83D15BB /* RNScreens.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22404,7 +22309,7 @@ }; BE5AE6E1F2B58CFF3217A86780F6336C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D41DB2C1B493027A1BA8BACEE24762A2 /* UMCameraInterface.xcconfig */; + baseConfigurationReference = 41B32C718B311430215CF7605174A6DC /* UMCameraInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -22420,7 +22325,7 @@ }; BF89345BE7A481AA4055FF310B7F3956 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EE282627733A74271A09525FEDBE4DA6 /* RNLocalize.xcconfig */; + baseConfigurationReference = 47B932A1E353FC65AD3F13D732A9DBD6 /* RNLocalize.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22446,7 +22351,7 @@ }; BFB2316A669B0D479BA6634A0904B083 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 858A5749BBFD503B3D05B035D3CF513F /* rn-fetch-blob.xcconfig */; + baseConfigurationReference = 26EED0C32A6841FD93F64269146D86F7 /* rn-fetch-blob.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22472,7 +22377,7 @@ }; C128C18739AA9067D388429C13824733 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AA6AAA1D90BE93D3C64963C8A5ED303A /* FBLazyVector.xcconfig */; + baseConfigurationReference = 5874B2F6DA9A577BFC6A5D16E5A4CAB4 /* FBLazyVector.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -22487,7 +22392,7 @@ }; C1413F798E37FBF0F0B0CBF49398107C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9BCEA44A33DCB232878CCE06B1594B9B /* EXConstants.xcconfig */; + baseConfigurationReference = 6E6B0505508C8CF75EF9825686A24B8C /* EXConstants.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -22513,7 +22418,7 @@ }; C675F1101EC56FF48D0EAAF987511073 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5DB4CF72EF88A009BCA6250775047C22 /* React-RCTActionSheet.xcconfig */; + baseConfigurationReference = 37A4470DB7E5D6A62D784504743D0D14 /* React-RCTActionSheet.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22538,7 +22443,7 @@ }; C68F8BE3073459D980E297CA1951C3DB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 858A5749BBFD503B3D05B035D3CF513F /* rn-fetch-blob.xcconfig */; + baseConfigurationReference = 26EED0C32A6841FD93F64269146D86F7 /* rn-fetch-blob.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22561,35 +22466,9 @@ }; name = Debug; }; - C98D8B49BBAC01E66E5B47ACF2088B9B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B12E8FF9FEBDDDBEAD5C60051FFE0061 /* RNImageCropPicker.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNImageCropPicker/RNImageCropPicker-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNImageCropPicker; - PRODUCT_NAME = RNImageCropPicker; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; C9AD4422D1F772604AC286D0A6DF4189 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F19B25EE8FF0270F2EE2B0EF8FCDDD81 /* RNVectorIcons.xcconfig */; + baseConfigurationReference = 54F996004D749A8C4E92E03115DB9971 /* RNVectorIcons.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22615,7 +22494,7 @@ }; C9E113D47DEE6500FA656727AD637A71 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 541EDDE38B01E6D53021A747AB3433A2 /* RNRootView.xcconfig */; + baseConfigurationReference = 5948590484661ED346810957D895644F /* RNRootView.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22640,7 +22519,7 @@ }; CBAC48129BCC71255BE1413BD06DFB43 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 43019EAB6AD8419663A1A6B62C4815FB /* RNUserDefaults.xcconfig */; + baseConfigurationReference = 59BAF3A23CAA66E951CAF91ECA82D36E /* RNUserDefaults.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22666,7 +22545,7 @@ }; CD26F4BEB83F26811BF1081A76FAA47F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F19B25EE8FF0270F2EE2B0EF8FCDDD81 /* RNVectorIcons.xcconfig */; + baseConfigurationReference = 54F996004D749A8C4E92E03115DB9971 /* RNVectorIcons.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22689,34 +22568,9 @@ }; name = Debug; }; - CE8DC3E07CF4B74826C24052D8BFDF83 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B12E8FF9FEBDDDBEAD5C60051FFE0061 /* RNImageCropPicker.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNImageCropPicker/RNImageCropPicker-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNImageCropPicker; - PRODUCT_NAME = RNImageCropPicker; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; D04F94085B40D8D4779EBFD0F4383CA8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EC97F4A51B6AF21BEE3F74F31FB29FB3 /* React-Core.xcconfig */; + baseConfigurationReference = C569548911D21A9C02AB7628D7CB4D4D /* React-Core.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22742,7 +22596,7 @@ }; D17FDDE9E8075FCA5001DB700CFDC7EE /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4D1C35782AE03C4504D6FCEACC0558C3 /* React-CoreModules.xcconfig */; + baseConfigurationReference = C8FA6653516966570CD5E109475D8D85 /* React-CoreModules.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22768,7 +22622,7 @@ }; D2A71B68B86874314BDCFFB39ACE9B3B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CE983F54434489877D613012B3EA86B1 /* UMPermissionsInterface.xcconfig */; + baseConfigurationReference = 7144E3AFCB64F4D003E906316D3E2F93 /* UMPermissionsInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -22784,7 +22638,7 @@ }; D338DBE12EAEC66131F53EE4259FD4E3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8606EB5A6FA4A9DB839B6A853ABBBB3B /* UMFileSystemInterface.xcconfig */; + baseConfigurationReference = 23566E6F78D76EF7DB7F33316861017C /* UMFileSystemInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -22798,33 +22652,9 @@ }; name = Release; }; - D355929A597E226ED788C8C95CA2E07D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 527CD81DF520880893DE8021CD41E619 /* Pods-ShareRocketChatRN.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - APPLICATION_EXTENSION_API_ONLY = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MACH_O_TYPE = staticlib; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; D39AE346BB890EE92D52B4365CF97C8E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 030C26EC65F7BCA58C6A85021C58C638 /* GoogleAppMeasurement.xcconfig */; + baseConfigurationReference = DEC91BA0271EDD25AC990885269AAA63 /* GoogleAppMeasurement.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -22839,7 +22669,7 @@ }; D3F2ACF718CAA31E46B371EF0787810F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 472A2C7686DB7556D578DB79D152CB46 /* Folly.xcconfig */; + baseConfigurationReference = 865A76C3046C18A7DA36E67E3DE72F88 /* Folly.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22864,7 +22694,7 @@ }; D3FA7F3570E2CF3159A5CBBF6D6D03EB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 030C26EC65F7BCA58C6A85021C58C638 /* GoogleAppMeasurement.xcconfig */; + baseConfigurationReference = DEC91BA0271EDD25AC990885269AAA63 /* GoogleAppMeasurement.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -22878,7 +22708,7 @@ }; D59C3B7BE5D98BD3A70A5E5B073C631B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DA8EB2DA73BFD56C23B5DC7CB6589818 /* UMTaskManagerInterface.xcconfig */; + baseConfigurationReference = BCA6D798952261C230B8842DB9F4AAFD /* UMTaskManagerInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -22894,7 +22724,7 @@ }; D75A3C5908EA01CFD3D0AAA404DE8952 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 064120011AFF24AE097CA29C2983ABFF /* nanopb.xcconfig */; + baseConfigurationReference = E36BC1838BBE0A3C1226042850FB19C3 /* nanopb.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -22921,7 +22751,7 @@ }; D97606507408BFF4EFA441B298592BE7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C016B656853BC9D15D256FCBB8ACD0BB /* GoogleDataTransport.xcconfig */; + baseConfigurationReference = DD6D91740B8B962C4CE62F898542B1A6 /* GoogleDataTransport.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22946,7 +22776,7 @@ }; DB3E7A155C245721FC07D01632F0CFAB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 269C1382F849D90EABAC84010395D690 /* EXHaptics.xcconfig */; + baseConfigurationReference = F4838FE647AA9468A2991304694C8C67 /* EXHaptics.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -22971,9 +22801,35 @@ }; name = Release; }; + DB6F1742737B7627268395BE2CEA617A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 79915C4E2EB6C0B1E346BE2B093CC0C9 /* RSKImageCropper.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RSKImageCropper/RSKImageCropper-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RSKImageCropper; + PRODUCT_NAME = RSKImageCropper; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; DB9E714E74F88B6DD317822487883DBA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 186DED792CA01B7C82DD2921DE556FF7 /* RNDeviceInfo.xcconfig */; + baseConfigurationReference = F04CB905DFD3B94F1F3F521BAD78ACF9 /* RNDeviceInfo.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -22999,7 +22855,7 @@ }; DE4E0DAFF0236084703632955B393B89 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 36EE1BD869508F7D6CA3C09CF529BD5E /* RCTRequired.xcconfig */; + baseConfigurationReference = AAC46B5086C5C013D36C6FBF9DDFAC19 /* RCTRequired.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -23014,7 +22870,7 @@ }; DE8CEC7E031F3505797998B9F3C37A92 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F6EFF8D40AB1DD11CFF5D26E984CE458 /* React-jsi.xcconfig */; + baseConfigurationReference = 9911B80A8D09E2F33BC9BB61FF4F6D3E /* React-jsi.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23040,7 +22896,7 @@ }; E38047BBE4979D9C53D6D7FEA4422373 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C621B9C91DFC3AC95A602152374F1F18 /* UMFontInterface.xcconfig */; + baseConfigurationReference = C7CE6D83A542AFECC1A89C528D5F880C /* UMFontInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -23056,7 +22912,7 @@ }; E60A7C9144803B83FAED11B6E87A3C51 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0776B7150119D3FF69668DC9B5FAE7FA /* libwebp.xcconfig */; + baseConfigurationReference = C8ADDD3DE5B9D58ABDF6D510A502F85F /* libwebp.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23081,7 +22937,7 @@ }; E651B8F553C5C42CD9C5F0480D01A3A2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EEB0F6974D280A1415022E8C9CCB9D7F /* react-native-slider.xcconfig */; + baseConfigurationReference = A2EB051A29B35EC96FFE889FC5CCC558 /* react-native-slider.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23106,7 +22962,7 @@ }; E7C01DC159749822F32A915919D90ECF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 953127597A4582C6794C645165C7315F /* react-native-cameraroll.xcconfig */; + baseConfigurationReference = 9259D6124279E8C709FDF24A7DBEAB57 /* react-native-cameraroll.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23132,7 +22988,7 @@ }; EAD69AF5DEF01031F1B45B5E1FB65899 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4B7E9EA302BE28A69F86FFCEDB3665BA /* React-RCTVibration.xcconfig */; + baseConfigurationReference = FC4D27A8EB8B619DEBDF92E49F64CE59 /* React-RCTVibration.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23157,7 +23013,7 @@ }; EB9D4FF27A66AB5460886EA1D7F6EF2D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D2D2CC61D069AF2835D136FF76F76DBD /* react-native-video.xcconfig */; + baseConfigurationReference = 12359A981181A2EA6966C998EF5BB060 /* react-native-video.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23182,7 +23038,7 @@ }; EF0788D08C339FE1FB8A20A21A46A640 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4597451210293FF3F150985EE2B9CA27 /* React-RCTLinking.xcconfig */; + baseConfigurationReference = DA27D82F20D6A185B593444261C58617 /* React-RCTLinking.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23207,7 +23063,7 @@ }; EFF46113088B01826DDB9EE5A92D5CDF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D3CE15FAF883200B0AC76BCB496817B0 /* React-jsinspector.xcconfig */; + baseConfigurationReference = B929AB3C407B90BACE4B5420E0D21534 /* React-jsinspector.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23233,7 +23089,7 @@ }; F2A8031420095C1651D74005E0E31E8B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2F5DCBF84C4FCB29D7493E8F86442192 /* FirebaseInstanceID.xcconfig */; + baseConfigurationReference = 8A126C06795FE746C9901F5ED989C79D /* FirebaseInstanceID.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23258,7 +23114,7 @@ }; F4BB0B9A68137AA0D4D3ED480DBFFA5A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AF39C018E786D9F6836EFA77F75B03B0 /* RNGestureHandler.xcconfig */; + baseConfigurationReference = 657975F7B4BE548D53BA70808D19A6FD /* RNGestureHandler.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23283,7 +23139,7 @@ }; F5413AE83955B591D3DA4DC3663AFCB5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BEB25E935E208E19D4C18AA70D6DE952 /* ReactNativeART.xcconfig */; + baseConfigurationReference = DF5D27AD14A1991632E190090036255B /* ReactNativeART.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23309,7 +23165,7 @@ }; F6D8E7D8D935E6D61FF958B855AF2138 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D2A4C693BA0360778B684765EA96F41D /* SDWebImage.xcconfig */; + baseConfigurationReference = 9BF61CFC891BBB889FA4A1BD2CA3E955 /* SDWebImage.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23334,7 +23190,7 @@ }; F8897D51ADA116A31D6C4B3CABB435E1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8606EB5A6FA4A9DB839B6A853ABBBB3B /* UMFileSystemInterface.xcconfig */; + baseConfigurationReference = 23566E6F78D76EF7DB7F33316861017C /* UMFileSystemInterface.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -23349,7 +23205,7 @@ }; FA402AD52FB31D9F7215703DB1B44B09 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3CF609FC152CCA41BFE8B3569C32876F /* EXAppLoaderProvider.xcconfig */; + baseConfigurationReference = 60F27F0D9825020A92FCB19B3C1C90EF /* EXAppLoaderProvider.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -23376,7 +23232,7 @@ }; FB63A50BDB667116707A2CD5239D279A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 181C1CF9C0D53241BAE1B63565BE4F81 /* JitsiMeetSDK.xcconfig */; + baseConfigurationReference = AEAFF03F736A590CC3D80A40C1C64FCF /* JitsiMeetSDK.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -23391,7 +23247,7 @@ }; FBFFAAAD143D5203AF55B1DFDE1C9F19 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D2D2CC61D069AF2835D136FF76F76DBD /* react-native-video.xcconfig */; + baseConfigurationReference = 12359A981181A2EA6966C998EF5BB060 /* react-native-video.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23417,7 +23273,7 @@ }; FC71C31E2668416B9072953D27DC64CE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6AF98B0747ED34DFD0A3862E48662036 /* EXWebBrowser.xcconfig */; + baseConfigurationReference = 22B0E2535684B7CC51D81DE7C573FDC8 /* EXWebBrowser.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -23443,7 +23299,7 @@ }; FCF8204F0ABD6F9D5A0441CD42F5042F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 39451443009DFBE5B43DDB789C7F28F1 /* DoubleConversion.xcconfig */; + baseConfigurationReference = 2EE491B9F0B95B8A20B38302F6434248 /* DoubleConversion.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23469,7 +23325,7 @@ }; FF9F97A496BA9B674F13E18785C6F22B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E81970828E92A3182AA768444B8BA6A2 /* Yoga.xcconfig */; + baseConfigurationReference = 27341596529135D5692B7B7327999DD0 /* Yoga.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -23495,15 +23351,6 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 05E5A7FC8247775F64480ABA0B39CDD8 /* Build configuration list for PBXNativeTarget "RNImageCropPicker" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - CE8DC3E07CF4B74826C24052D8BFDF83 /* Debug */, - C98D8B49BBAC01E66E5B47ACF2088B9B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 075B3BC5CA2A74D1EBD286770C0F3E88 /* Build configuration list for PBXNativeTarget "react-native-slider" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -23639,15 +23486,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 26A871ED99A06FB968C1144389C9BE5B /* Build configuration list for PBXNativeTarget "RSKImageCropper" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 963291081EF00C8C57E1694F6D83AFC2 /* Debug */, - 9E93A6818AF4C3B62491EF7F2724D1EF /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 272C318C3C138518DD0B0FB5BF575E70 /* Build configuration list for PBXNativeTarget "FirebaseCore" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -23855,6 +23693,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 6724FB64E45E8AF2DFE38B228CA55678 /* Build configuration list for PBXNativeTarget "RNImageCropPicker-QBImagePicker" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 42944898C766E1F58CF1D114D908DF7F /* Debug */, + 531DF162FE7827B65B86953D3626930F /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 67BFE377754F6AACE53E210F3FBBC677 /* Build configuration list for PBXAggregateTarget "UMConstantsInterface" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -23945,29 +23792,29 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 81FB9040311F79957A4B9AD8B61E2804 /* Build configuration list for PBXNativeTarget "rn-extensions-share" */ = { + 81B2ACBAF780F14103FA727588F1A3D3 /* Build configuration list for PBXNativeTarget "Pods-RocketChatRN" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6DD833DF82AD945EAC590428925265F6 /* Debug */, - 79A0890C0FF0EE7CE7DDB7CF814436E7 /* Release */, + 2A85ED336D8A1314757D9059755128C0 /* Debug */, + 4959F652AE0B95F2094898AC808A51F7 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 848BCF1EA7D422E0E3B5049BC614B9A4 /* Build configuration list for PBXNativeTarget "React-RCTNetwork" */ = { + 81FB9040311F79957A4B9AD8B61E2804 /* Build configuration list for PBXNativeTarget "rn-extensions-share" */ = { isa = XCConfigurationList; buildConfigurations = ( - 5DDAA8C3F7FCC062776754B1F3B95D1E /* Debug */, - 0A5C3272020B713D7C5769D443274095 /* Release */, + 6DD833DF82AD945EAC590428925265F6 /* Debug */, + 79A0890C0FF0EE7CE7DDB7CF814436E7 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 859DFBE6D9F8110D5FF0939DF8C4B2B1 /* Build configuration list for PBXNativeTarget "Pods-RocketChatRN" */ = { + 848BCF1EA7D422E0E3B5049BC614B9A4 /* Build configuration list for PBXNativeTarget "React-RCTNetwork" */ = { isa = XCConfigurationList; buildConfigurations = ( - 095A8DE130B0CF14000F6E3FC215F3DC /* Debug */, - 03B1CAE738756CB86D790BCF90C3E072 /* Release */, + 5DDAA8C3F7FCC062776754B1F3B95D1E /* Debug */, + 0A5C3272020B713D7C5769D443274095 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -24026,15 +23873,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - A0D78226EDB4982E500643CE6CF7C143 /* Build configuration list for PBXNativeTarget "QBImagePickerController" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 3AB24657179D8772E124DFD7760B2AC9 /* Debug */, - 944D74F32239D2CF6657EEAEF0695003 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; A3A2A6898A170D522E0B11C485B6E5C8 /* Build configuration list for PBXNativeTarget "RNDateTimePicker" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -24053,15 +23891,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - A545BC36E873716D73F95CCCE4753B2F /* Build configuration list for PBXNativeTarget "QBImagePickerController-QBImagePicker" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 148B5D42B48D1225AF8A56CA2B1AA1FB /* Debug */, - 4A938401948AF7A9D26942A8AD2D316F /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; A588D32A690448E415B131FFC92372C5 /* Build configuration list for PBXNativeTarget "react-native-notifications" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -24170,6 +23999,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + BF6D63B17D5C63042513F82F1193860B /* Build configuration list for PBXNativeTarget "Pods-ShareRocketChatRN" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 00429919963B9F6702F9050496BCE050 /* Debug */, + 944729149362CF0C193245F61DE495CD /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; C74D40E8C9164803BBC9DEEFA106BD15 /* Build configuration list for PBXAggregateTarget "UMSensorsInterface" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -24179,6 +24017,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + C78B56C5ACEEEA45AEC1D5F403394A9B /* Build configuration list for PBXNativeTarget "RSKImageCropper" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B85B0EB20406B9007DE9EE60A643323F /* Debug */, + DB6F1742737B7627268395BE2CEA617A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; D017603F108532D6E37B54B383428AA1 /* Build configuration list for PBXNativeTarget "react-native-webview" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -24287,29 +24134,29 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E5BC68AB16B6DC94B663DF3BAFB64236 /* Build configuration list for PBXNativeTarget "ReactNativeART" */ = { + E32D9346C6C7CBA6E34D51B610E62070 /* Build configuration list for PBXNativeTarget "RNImageCropPicker" */ = { isa = XCConfigurationList; buildConfigurations = ( - B1B7713286195D091EC5BC6F27BD5581 /* Debug */, - F5413AE83955B591D3DA4DC3663AFCB5 /* Release */, + 34F3BB3A9EA6790A534F9E5EF2254D12 /* Debug */, + 5A8324EA210DF55F87E0DF91047C3A4A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - ED4A26BFADE81FBE92EA4F7647C8409C /* Build configuration list for PBXNativeTarget "React-jsi" */ = { + E5BC68AB16B6DC94B663DF3BAFB64236 /* Build configuration list for PBXNativeTarget "ReactNativeART" */ = { isa = XCConfigurationList; buildConfigurations = ( - 94E3653223086209F995373532C8F7EB /* Debug */, - DE8CEC7E031F3505797998B9F3C37A92 /* Release */, + B1B7713286195D091EC5BC6F27BD5581 /* Debug */, + F5413AE83955B591D3DA4DC3663AFCB5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F0F6C42CA33F0CE06FC0F88E2801366F /* Build configuration list for PBXNativeTarget "Pods-ShareRocketChatRN" */ = { + ED4A26BFADE81FBE92EA4F7647C8409C /* Build configuration list for PBXNativeTarget "React-jsi" */ = { isa = XCConfigurationList; buildConfigurations = ( - 1FAFBCEBDA661CBA3790D8E6EDA31E0C /* Debug */, - D355929A597E226ED788C8C95CA2E07D /* Release */, + 94E3653223086209F995373532C8F7EB /* Debug */, + DE8CEC7E031F3505797998B9F3C37A92 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/ios/Pods/QBImagePickerController/LICENSE b/ios/Pods/QBImagePickerController/LICENSE deleted file mode 100644 index a98aa09273c..00000000000 --- a/ios/Pods/QBImagePickerController/LICENSE +++ /dev/null @@ -1,7 +0,0 @@ -Copyright (c) 2015 Katsuma Tanaka - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/ios/Pods/QBImagePickerController/QBImagePicker/QBAlbumCell.h b/ios/Pods/QBImagePickerController/QBImagePicker/QBAlbumCell.h deleted file mode 100644 index 14e5c8871f3..00000000000 --- a/ios/Pods/QBImagePickerController/QBImagePicker/QBAlbumCell.h +++ /dev/null @@ -1,21 +0,0 @@ -// -// QBAlbumCell.h -// QBImagePicker -// -// Created by Katsuma Tanaka on 2015/04/03. -// Copyright (c) 2015 Katsuma Tanaka. All rights reserved. -// - -#import - -@interface QBAlbumCell : UITableViewCell - -@property (weak, nonatomic) IBOutlet UIImageView *imageView1; -@property (weak, nonatomic) IBOutlet UIImageView *imageView2; -@property (weak, nonatomic) IBOutlet UIImageView *imageView3; -@property (weak, nonatomic) IBOutlet UILabel *titleLabel; -@property (weak, nonatomic) IBOutlet UILabel *countLabel; - -@property (nonatomic, assign) CGFloat borderWidth; - -@end diff --git a/ios/Pods/QBImagePickerController/QBImagePicker/QBAlbumCell.m b/ios/Pods/QBImagePickerController/QBImagePicker/QBAlbumCell.m deleted file mode 100644 index 59750fab83d..00000000000 --- a/ios/Pods/QBImagePickerController/QBImagePicker/QBAlbumCell.m +++ /dev/null @@ -1,27 +0,0 @@ -// -// QBAlbumCell.m -// QBImagePicker -// -// Created by Katsuma Tanaka on 2015/04/03. -// Copyright (c) 2015 Katsuma Tanaka. All rights reserved. -// - -#import "QBAlbumCell.h" - -@implementation QBAlbumCell - -- (void)setBorderWidth:(CGFloat)borderWidth -{ - _borderWidth = borderWidth; - - self.imageView1.layer.borderColor = [[UIColor whiteColor] CGColor]; - self.imageView1.layer.borderWidth = borderWidth; - - self.imageView2.layer.borderColor = [[UIColor whiteColor] CGColor]; - self.imageView2.layer.borderWidth = borderWidth; - - self.imageView3.layer.borderColor = [[UIColor whiteColor] CGColor]; - self.imageView3.layer.borderWidth = borderWidth; -} - -@end diff --git a/ios/Pods/QBImagePickerController/QBImagePicker/QBAlbumsViewController.h b/ios/Pods/QBImagePickerController/QBImagePicker/QBAlbumsViewController.h deleted file mode 100644 index 43610b44063..00000000000 --- a/ios/Pods/QBImagePickerController/QBImagePicker/QBAlbumsViewController.h +++ /dev/null @@ -1,17 +0,0 @@ -// -// QBAlbumsViewController.h -// QBImagePicker -// -// Created by Katsuma Tanaka on 2015/04/03. -// Copyright (c) 2015 Katsuma Tanaka. All rights reserved. -// - -#import - -@class QBImagePickerController; - -@interface QBAlbumsViewController : UITableViewController - -@property (nonatomic, weak) QBImagePickerController *imagePickerController; - -@end diff --git a/ios/Pods/QBImagePickerController/QBImagePicker/QBAlbumsViewController.m b/ios/Pods/QBImagePickerController/QBImagePicker/QBAlbumsViewController.m deleted file mode 100644 index 413d17e0708..00000000000 --- a/ios/Pods/QBImagePickerController/QBImagePicker/QBAlbumsViewController.m +++ /dev/null @@ -1,393 +0,0 @@ -// -// QBAlbumsViewController.m -// QBImagePicker -// -// Created by Katsuma Tanaka on 2015/04/03. -// Copyright (c) 2015 Katsuma Tanaka. All rights reserved. -// - -#import "QBAlbumsViewController.h" -#import - -// Views -#import "QBAlbumCell.h" - -// ViewControllers -#import "QBImagePickerController.h" -#import "QBAssetsViewController.h" - -static CGSize CGSizeScale(CGSize size, CGFloat scale) { - return CGSizeMake(size.width * scale, size.height * scale); -} - -@interface QBImagePickerController (Private) - -@property (nonatomic, strong) NSBundle *assetBundle; - -@end - -@interface QBAlbumsViewController () - -@property (nonatomic, strong) IBOutlet UIBarButtonItem *doneButton; - -@property (nonatomic, copy) NSArray *fetchResults; -@property (nonatomic, copy) NSArray *assetCollections; - -@end - -@implementation QBAlbumsViewController - -- (void)viewDidLoad -{ - [super viewDidLoad]; - - [self setUpToolbarItems]; - - // Fetch user albums and smart albums - PHFetchResult *smartAlbums = [PHAssetCollection fetchAssetCollectionsWithType:PHAssetCollectionTypeSmartAlbum subtype:PHAssetCollectionSubtypeAny options:nil]; - PHFetchResult *userAlbums = [PHAssetCollection fetchAssetCollectionsWithType:PHAssetCollectionTypeAlbum subtype:PHAssetCollectionSubtypeAny options:nil]; - self.fetchResults = @[smartAlbums, userAlbums]; - - [self updateAssetCollections]; - - // Register observer - [[PHPhotoLibrary sharedPhotoLibrary] registerChangeObserver:self]; -} - -- (void)viewWillAppear:(BOOL)animated -{ - [super viewWillAppear:animated]; - - // Configure navigation item - self.navigationItem.title = NSLocalizedStringFromTableInBundle(@"albums.title", @"QBImagePicker", self.imagePickerController.assetBundle, nil); - self.navigationItem.prompt = self.imagePickerController.prompt; - - // Show/hide 'Done' button - if (self.imagePickerController.allowsMultipleSelection) { - [self.navigationItem setRightBarButtonItem:self.doneButton animated:NO]; - } else { - [self.navigationItem setRightBarButtonItem:nil animated:NO]; - } - - [self updateControlState]; - [self updateSelectionInfo]; -} - -- (void)dealloc -{ - // Deregister observer - [[PHPhotoLibrary sharedPhotoLibrary] unregisterChangeObserver:self]; -} - - -#pragma mark - Storyboard - -- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender -{ - QBAssetsViewController *assetsViewController = segue.destinationViewController; - assetsViewController.imagePickerController = self.imagePickerController; - assetsViewController.assetCollection = self.assetCollections[self.tableView.indexPathForSelectedRow.row]; -} - - -#pragma mark - Actions - -- (IBAction)cancel:(id)sender -{ - if ([self.imagePickerController.delegate respondsToSelector:@selector(qb_imagePickerControllerDidCancel:)]) { - [self.imagePickerController.delegate qb_imagePickerControllerDidCancel:self.imagePickerController]; - } -} - -- (IBAction)done:(id)sender -{ - if ([self.imagePickerController.delegate respondsToSelector:@selector(qb_imagePickerController:didFinishPickingAssets:)]) { - [self.imagePickerController.delegate qb_imagePickerController:self.imagePickerController - didFinishPickingAssets:self.imagePickerController.selectedAssets.array]; - } -} - - -#pragma mark - Toolbar - -- (void)setUpToolbarItems -{ - // Space - UIBarButtonItem *leftSpace = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemFlexibleSpace target:nil action:NULL]; - UIBarButtonItem *rightSpace = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemFlexibleSpace target:nil action:NULL]; - - // Info label - NSDictionary *attributes = @{ NSForegroundColorAttributeName: [UIColor blackColor] }; - UIBarButtonItem *infoButtonItem = [[UIBarButtonItem alloc] initWithTitle:@"" style:UIBarButtonItemStylePlain target:nil action:NULL]; - infoButtonItem.enabled = NO; - [infoButtonItem setTitleTextAttributes:attributes forState:UIControlStateNormal]; - [infoButtonItem setTitleTextAttributes:attributes forState:UIControlStateDisabled]; - - self.toolbarItems = @[leftSpace, infoButtonItem, rightSpace]; -} - -- (void)updateSelectionInfo -{ - NSMutableOrderedSet *selectedAssets = self.imagePickerController.selectedAssets; - - if (selectedAssets.count > 0) { - NSBundle *bundle = self.imagePickerController.assetBundle; - NSString *format; - if (selectedAssets.count > 1) { - format = NSLocalizedStringFromTableInBundle(@"assets.toolbar.items-selected", @"QBImagePicker", bundle, nil); - } else { - format = NSLocalizedStringFromTableInBundle(@"assets.toolbar.item-selected", @"QBImagePicker", bundle, nil); - } - - NSString *title = [NSString stringWithFormat:format, selectedAssets.count]; - [(UIBarButtonItem *)self.toolbarItems[1] setTitle:title]; - } else { - [(UIBarButtonItem *)self.toolbarItems[1] setTitle:@""]; - } -} - - -#pragma mark - Fetching Asset Collections - -- (void)updateAssetCollections -{ - // Filter albums - NSArray *assetCollectionSubtypes = self.imagePickerController.assetCollectionSubtypes; - NSMutableDictionary *smartAlbums = [NSMutableDictionary dictionaryWithCapacity:assetCollectionSubtypes.count]; - NSMutableArray *userAlbums = [NSMutableArray array]; - - for (PHFetchResult *fetchResult in self.fetchResults) { - [fetchResult enumerateObjectsUsingBlock:^(PHAssetCollection *assetCollection, NSUInteger index, BOOL *stop) { - PHAssetCollectionSubtype subtype = assetCollection.assetCollectionSubtype; - - if (subtype == PHAssetCollectionSubtypeAlbumRegular) { - [userAlbums addObject:assetCollection]; - } else if ([assetCollectionSubtypes containsObject:@(subtype)]) { - if (!smartAlbums[@(subtype)]) { - smartAlbums[@(subtype)] = [NSMutableArray array]; - } - [smartAlbums[@(subtype)] addObject:assetCollection]; - } - }]; - } - - NSMutableArray *assetCollections = [NSMutableArray array]; - - // Fetch smart albums - for (NSNumber *assetCollectionSubtype in assetCollectionSubtypes) { - NSArray *collections = smartAlbums[assetCollectionSubtype]; - - if (collections) { - [assetCollections addObjectsFromArray:collections]; - } - } - - // Fetch user albums - [userAlbums enumerateObjectsUsingBlock:^(PHAssetCollection *assetCollection, NSUInteger index, BOOL *stop) { - [assetCollections addObject:assetCollection]; - }]; - - self.assetCollections = assetCollections; -} - -- (UIImage *)placeholderImageWithSize:(CGSize)size -{ - UIGraphicsBeginImageContext(size); - CGContextRef context = UIGraphicsGetCurrentContext(); - - UIColor *backgroundColor = [UIColor colorWithRed:(239.0 / 255.0) green:(239.0 / 255.0) blue:(244.0 / 255.0) alpha:1.0]; - UIColor *iconColor = [UIColor colorWithRed:(179.0 / 255.0) green:(179.0 / 255.0) blue:(182.0 / 255.0) alpha:1.0]; - - // Background - CGContextSetFillColorWithColor(context, [backgroundColor CGColor]); - CGContextFillRect(context, CGRectMake(0, 0, size.width, size.height)); - - // Icon (back) - CGRect backIconRect = CGRectMake(size.width * (16.0 / 68.0), - size.height * (20.0 / 68.0), - size.width * (32.0 / 68.0), - size.height * (24.0 / 68.0)); - - CGContextSetFillColorWithColor(context, [iconColor CGColor]); - CGContextFillRect(context, backIconRect); - - CGContextSetFillColorWithColor(context, [backgroundColor CGColor]); - CGContextFillRect(context, CGRectInset(backIconRect, 1.0, 1.0)); - - // Icon (front) - CGRect frontIconRect = CGRectMake(size.width * (20.0 / 68.0), - size.height * (24.0 / 68.0), - size.width * (32.0 / 68.0), - size.height * (24.0 / 68.0)); - - CGContextSetFillColorWithColor(context, [backgroundColor CGColor]); - CGContextFillRect(context, CGRectInset(frontIconRect, -1.0, -1.0)); - - CGContextSetFillColorWithColor(context, [iconColor CGColor]); - CGContextFillRect(context, frontIconRect); - - CGContextSetFillColorWithColor(context, [backgroundColor CGColor]); - CGContextFillRect(context, CGRectInset(frontIconRect, 1.0, 1.0)); - - UIImage *image = UIGraphicsGetImageFromCurrentImageContext(); - UIGraphicsEndImageContext(); - - return image; -} - - -#pragma mark - Checking for Selection Limit - -- (BOOL)isMinimumSelectionLimitFulfilled -{ - return (self.imagePickerController.minimumNumberOfSelection <= self.imagePickerController.selectedAssets.count); -} - -- (BOOL)isMaximumSelectionLimitReached -{ - NSUInteger minimumNumberOfSelection = MAX(1, self.imagePickerController.minimumNumberOfSelection); - - if (minimumNumberOfSelection <= self.imagePickerController.maximumNumberOfSelection) { - return (self.imagePickerController.maximumNumberOfSelection <= self.imagePickerController.selectedAssets.count); - } - - return NO; -} - -- (void)updateControlState -{ - self.doneButton.enabled = [self isMinimumSelectionLimitFulfilled]; -} - - -#pragma mark - UITableViewDataSource - -- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView -{ - return 1; -} - -- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section -{ - return self.assetCollections.count; -} - -- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath -{ - QBAlbumCell *cell = [tableView dequeueReusableCellWithIdentifier:@"AlbumCell" forIndexPath:indexPath]; - cell.tag = indexPath.row; - cell.borderWidth = 1.0 / self.traitCollection.displayScale; - - // Thumbnail - PHAssetCollection *assetCollection = self.assetCollections[indexPath.row]; - - PHFetchOptions *options = [PHFetchOptions new]; - - switch (self.imagePickerController.mediaType) { - case QBImagePickerMediaTypeImage: - options.predicate = [NSPredicate predicateWithFormat:@"mediaType == %ld", PHAssetMediaTypeImage]; - break; - - case QBImagePickerMediaTypeVideo: - options.predicate = [NSPredicate predicateWithFormat:@"mediaType == %ld", PHAssetMediaTypeVideo]; - break; - - default: - break; - } - - PHFetchResult *fetchResult = [PHAsset fetchAssetsInAssetCollection:assetCollection options:options]; - PHImageManager *imageManager = [PHImageManager defaultManager]; - - if (fetchResult.count >= 3) { - cell.imageView3.hidden = NO; - - [imageManager requestImageForAsset:fetchResult[fetchResult.count - 3] - targetSize:CGSizeScale(cell.imageView3.frame.size, self.traitCollection.displayScale) - contentMode:PHImageContentModeAspectFill - options:nil - resultHandler:^(UIImage *result, NSDictionary *info) { - if (cell.tag == indexPath.row) { - cell.imageView3.image = result; - } - }]; - } else { - cell.imageView3.hidden = YES; - } - - if (fetchResult.count >= 2) { - cell.imageView2.hidden = NO; - - [imageManager requestImageForAsset:fetchResult[fetchResult.count - 2] - targetSize:CGSizeScale(cell.imageView2.frame.size, self.traitCollection.displayScale) - contentMode:PHImageContentModeAspectFill - options:nil - resultHandler:^(UIImage *result, NSDictionary *info) { - if (cell.tag == indexPath.row) { - cell.imageView2.image = result; - } - }]; - } else { - cell.imageView2.hidden = YES; - } - - if (fetchResult.count >= 1) { - [imageManager requestImageForAsset:fetchResult[fetchResult.count - 1] - targetSize:CGSizeScale(cell.imageView1.frame.size, self.traitCollection.displayScale) - contentMode:PHImageContentModeAspectFill - options:nil - resultHandler:^(UIImage *result, NSDictionary *info) { - if (cell.tag == indexPath.row) { - cell.imageView1.image = result; - } - }]; - } - - if (fetchResult.count == 0) { - cell.imageView3.hidden = NO; - cell.imageView2.hidden = NO; - - // Set placeholder image - UIImage *placeholderImage = [self placeholderImageWithSize:cell.imageView1.frame.size]; - cell.imageView1.image = placeholderImage; - cell.imageView2.image = placeholderImage; - cell.imageView3.image = placeholderImage; - } - - // Album title - cell.titleLabel.text = assetCollection.localizedTitle; - - // Number of photos - cell.countLabel.text = [NSString stringWithFormat:@"%lu", (long)fetchResult.count]; - - return cell; -} - - -#pragma mark - PHPhotoLibraryChangeObserver - -- (void)photoLibraryDidChange:(PHChange *)changeInstance -{ - dispatch_async(dispatch_get_main_queue(), ^{ - // Update fetch results - NSMutableArray *fetchResults = [self.fetchResults mutableCopy]; - - [self.fetchResults enumerateObjectsUsingBlock:^(PHFetchResult *fetchResult, NSUInteger index, BOOL *stop) { - PHFetchResultChangeDetails *changeDetails = [changeInstance changeDetailsForFetchResult:fetchResult]; - - if (changeDetails) { - [fetchResults replaceObjectAtIndex:index withObject:changeDetails.fetchResultAfterChanges]; - } - }]; - - if (![self.fetchResults isEqualToArray:fetchResults]) { - self.fetchResults = fetchResults; - - // Reload albums - [self updateAssetCollections]; - [self.tableView reloadData]; - } - }); -} - -@end diff --git a/ios/Pods/QBImagePickerController/QBImagePicker/QBAssetCell.h b/ios/Pods/QBImagePickerController/QBImagePicker/QBAssetCell.h deleted file mode 100644 index cd2f4beb302..00000000000 --- a/ios/Pods/QBImagePickerController/QBImagePicker/QBAssetCell.h +++ /dev/null @@ -1,20 +0,0 @@ -// -// QBAssetCell.h -// QBImagePicker -// -// Created by Katsuma Tanaka on 2015/04/03. -// Copyright (c) 2015 Katsuma Tanaka. All rights reserved. -// - -#import - -@class QBVideoIndicatorView; - -@interface QBAssetCell : UICollectionViewCell - -@property (weak, nonatomic) IBOutlet UIImageView *imageView; -@property (weak, nonatomic) IBOutlet QBVideoIndicatorView *videoIndicatorView; - -@property (nonatomic, assign) BOOL showsOverlayViewWhenSelected; - -@end diff --git a/ios/Pods/QBImagePickerController/QBImagePicker/QBAssetCell.m b/ios/Pods/QBImagePickerController/QBImagePicker/QBAssetCell.m deleted file mode 100644 index c62c5626d36..00000000000 --- a/ios/Pods/QBImagePickerController/QBImagePicker/QBAssetCell.m +++ /dev/null @@ -1,27 +0,0 @@ -// -// QBAssetCell.m -// QBImagePicker -// -// Created by Katsuma Tanaka on 2015/04/03. -// Copyright (c) 2015 Katsuma Tanaka. All rights reserved. -// - -#import "QBAssetCell.h" - -@interface QBAssetCell () - -@property (weak, nonatomic) IBOutlet UIView *overlayView; - -@end - -@implementation QBAssetCell - -- (void)setSelected:(BOOL)selected -{ - [super setSelected:selected]; - - // Show/hide overlay view - self.overlayView.hidden = !(selected && self.showsOverlayViewWhenSelected); -} - -@end diff --git a/ios/Pods/QBImagePickerController/QBImagePicker/QBAssetsViewController.h b/ios/Pods/QBImagePickerController/QBImagePicker/QBAssetsViewController.h deleted file mode 100644 index ac1ff742a22..00000000000 --- a/ios/Pods/QBImagePickerController/QBImagePicker/QBAssetsViewController.h +++ /dev/null @@ -1,19 +0,0 @@ -// -// QBAssetsViewController.h -// QBImagePicker -// -// Created by Katsuma Tanaka on 2015/04/03. -// Copyright (c) 2015 Katsuma Tanaka. All rights reserved. -// - -#import - -@class QBImagePickerController; -@class PHAssetCollection; - -@interface QBAssetsViewController : UICollectionViewController - -@property (nonatomic, weak) QBImagePickerController *imagePickerController; -@property (nonatomic, strong) PHAssetCollection *assetCollection; - -@end diff --git a/ios/Pods/QBImagePickerController/QBImagePicker/QBAssetsViewController.m b/ios/Pods/QBImagePickerController/QBImagePicker/QBAssetsViewController.m deleted file mode 100644 index f740e424e7b..00000000000 --- a/ios/Pods/QBImagePickerController/QBImagePicker/QBAssetsViewController.m +++ /dev/null @@ -1,660 +0,0 @@ -// -// QBAssetsViewController.m -// QBImagePicker -// -// Created by Katsuma Tanaka on 2015/04/03. -// Copyright (c) 2015 Katsuma Tanaka. All rights reserved. -// - -#import "QBAssetsViewController.h" -#import - -// Views -#import "QBImagePickerController.h" -#import "QBAssetCell.h" -#import "QBVideoIndicatorView.h" - -static CGSize CGSizeScale(CGSize size, CGFloat scale) { - return CGSizeMake(size.width * scale, size.height * scale); -} - -@interface QBImagePickerController (Private) - -@property (nonatomic, strong) NSBundle *assetBundle; - -@end - -@implementation NSIndexSet (Convenience) - -- (NSArray *)qb_indexPathsFromIndexesWithSection:(NSUInteger)section -{ - NSMutableArray *indexPaths = [NSMutableArray arrayWithCapacity:self.count]; - [self enumerateIndexesUsingBlock:^(NSUInteger idx, BOOL *stop) { - [indexPaths addObject:[NSIndexPath indexPathForItem:idx inSection:section]]; - }]; - return indexPaths; -} - -@end - -@implementation UICollectionView (Convenience) - -- (NSArray *)qb_indexPathsForElementsInRect:(CGRect)rect -{ - NSArray *allLayoutAttributes = [self.collectionViewLayout layoutAttributesForElementsInRect:rect]; - if (allLayoutAttributes.count == 0) { return nil; } - - NSMutableArray *indexPaths = [NSMutableArray arrayWithCapacity:allLayoutAttributes.count]; - for (UICollectionViewLayoutAttributes *layoutAttributes in allLayoutAttributes) { - NSIndexPath *indexPath = layoutAttributes.indexPath; - [indexPaths addObject:indexPath]; - } - return indexPaths; -} - -@end - -@interface QBAssetsViewController () - -@property (nonatomic, strong) IBOutlet UIBarButtonItem *doneButton; - -@property (nonatomic, strong) PHFetchResult *fetchResult; - -@property (nonatomic, strong) PHCachingImageManager *imageManager; -@property (nonatomic, assign) CGRect previousPreheatRect; - -@property (nonatomic, assign) BOOL disableScrollToBottom; -@property (nonatomic, strong) NSIndexPath *lastSelectedItemIndexPath; - -@end - -@implementation QBAssetsViewController - -- (void)viewDidLoad -{ - [super viewDidLoad]; - - [self setUpToolbarItems]; - [self resetCachedAssets]; - - // Register observer - [[PHPhotoLibrary sharedPhotoLibrary] registerChangeObserver:self]; -} - -- (void)viewWillAppear:(BOOL)animated -{ - [super viewWillAppear:animated]; - - // Configure navigation item - self.navigationItem.title = self.assetCollection.localizedTitle; - self.navigationItem.prompt = self.imagePickerController.prompt; - - // Configure collection view - self.collectionView.allowsMultipleSelection = self.imagePickerController.allowsMultipleSelection; - - // Show/hide 'Done' button - if (self.imagePickerController.allowsMultipleSelection) { - [self.navigationItem setRightBarButtonItem:self.doneButton animated:NO]; - } else { - [self.navigationItem setRightBarButtonItem:nil animated:NO]; - } - - [self updateDoneButtonState]; - [self updateSelectionInfo]; - [self.collectionView reloadData]; - - // Scroll to bottom - if (self.fetchResult.count > 0 && self.isMovingToParentViewController && !self.disableScrollToBottom) { - NSIndexPath *indexPath = [NSIndexPath indexPathForItem:(self.fetchResult.count - 1) inSection:0]; - [self.collectionView scrollToItemAtIndexPath:indexPath atScrollPosition:UICollectionViewScrollPositionTop animated:NO]; - } -} - -- (void)viewWillDisappear:(BOOL)animated -{ - [super viewWillDisappear:animated]; - - self.disableScrollToBottom = YES; -} - -- (void)viewDidAppear:(BOOL)animated -{ - [super viewDidAppear:animated]; - - self.disableScrollToBottom = NO; - - [self updateCachedAssets]; -} - -- (void)viewWillTransitionToSize:(CGSize)size withTransitionCoordinator:(id)coordinator -{ - // Save indexPath for the last item - NSIndexPath *indexPath = [[self.collectionView indexPathsForVisibleItems] lastObject]; - - // Update layout - [self.collectionViewLayout invalidateLayout]; - - // Restore scroll position - [coordinator animateAlongsideTransition:nil completion:^(id context) { - [self.collectionView scrollToItemAtIndexPath:indexPath atScrollPosition:UICollectionViewScrollPositionBottom animated:NO]; - }]; -} - -- (void)dealloc -{ - // Deregister observer - [[PHPhotoLibrary sharedPhotoLibrary] unregisterChangeObserver:self]; -} - - -#pragma mark - Accessors - -- (void)setAssetCollection:(PHAssetCollection *)assetCollection -{ - _assetCollection = assetCollection; - - [self updateFetchRequest]; - [self.collectionView reloadData]; -} - -- (PHCachingImageManager *)imageManager -{ - if (_imageManager == nil) { - _imageManager = [PHCachingImageManager new]; - } - - return _imageManager; -} - -- (BOOL)isAutoDeselectEnabled -{ - return (self.imagePickerController.maximumNumberOfSelection == 1 - && self.imagePickerController.maximumNumberOfSelection >= self.imagePickerController.minimumNumberOfSelection); -} - - -#pragma mark - Actions - -- (IBAction)done:(id)sender -{ - if ([self.imagePickerController.delegate respondsToSelector:@selector(qb_imagePickerController:didFinishPickingAssets:)]) { - [self.imagePickerController.delegate qb_imagePickerController:self.imagePickerController - didFinishPickingAssets:self.imagePickerController.selectedAssets.array]; - } -} - - -#pragma mark - Toolbar - -- (void)setUpToolbarItems -{ - // Space - UIBarButtonItem *leftSpace = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemFlexibleSpace target:nil action:NULL]; - UIBarButtonItem *rightSpace = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemFlexibleSpace target:nil action:NULL]; - - // Info label - NSDictionary *attributes = @{ NSForegroundColorAttributeName: [UIColor blackColor] }; - UIBarButtonItem *infoButtonItem = [[UIBarButtonItem alloc] initWithTitle:@"" style:UIBarButtonItemStylePlain target:nil action:NULL]; - infoButtonItem.enabled = NO; - [infoButtonItem setTitleTextAttributes:attributes forState:UIControlStateNormal]; - [infoButtonItem setTitleTextAttributes:attributes forState:UIControlStateDisabled]; - - self.toolbarItems = @[leftSpace, infoButtonItem, rightSpace]; -} - -- (void)updateSelectionInfo -{ - NSMutableOrderedSet *selectedAssets = self.imagePickerController.selectedAssets; - - if (selectedAssets.count > 0) { - NSBundle *bundle = self.imagePickerController.assetBundle; - NSString *format; - if (selectedAssets.count > 1) { - format = NSLocalizedStringFromTableInBundle(@"assets.toolbar.items-selected", @"QBImagePicker", bundle, nil); - } else { - format = NSLocalizedStringFromTableInBundle(@"assets.toolbar.item-selected", @"QBImagePicker", bundle, nil); - } - - NSString *title = [NSString stringWithFormat:format, selectedAssets.count]; - [(UIBarButtonItem *)self.toolbarItems[1] setTitle:title]; - } else { - [(UIBarButtonItem *)self.toolbarItems[1] setTitle:@""]; - } -} - - -#pragma mark - Fetching Assets - -- (void)updateFetchRequest -{ - if (self.assetCollection) { - PHFetchOptions *options = [PHFetchOptions new]; - - switch (self.imagePickerController.mediaType) { - case QBImagePickerMediaTypeImage: - options.predicate = [NSPredicate predicateWithFormat:@"mediaType == %ld", PHAssetMediaTypeImage]; - break; - - case QBImagePickerMediaTypeVideo: - options.predicate = [NSPredicate predicateWithFormat:@"mediaType == %ld", PHAssetMediaTypeVideo]; - break; - - default: - break; - } - - self.fetchResult = [PHAsset fetchAssetsInAssetCollection:self.assetCollection options:options]; - - if ([self isAutoDeselectEnabled] && self.imagePickerController.selectedAssets.count > 0) { - // Get index of previous selected asset - PHAsset *asset = [self.imagePickerController.selectedAssets firstObject]; - NSInteger assetIndex = [self.fetchResult indexOfObject:asset]; - self.lastSelectedItemIndexPath = [NSIndexPath indexPathForItem:assetIndex inSection:0]; - } - } else { - self.fetchResult = nil; - } -} - - -#pragma mark - Checking for Selection Limit - -- (BOOL)isMinimumSelectionLimitFulfilled -{ - return (self.imagePickerController.minimumNumberOfSelection <= self.imagePickerController.selectedAssets.count); -} - -- (BOOL)isMaximumSelectionLimitReached -{ - NSUInteger minimumNumberOfSelection = MAX(1, self.imagePickerController.minimumNumberOfSelection); - - if (minimumNumberOfSelection <= self.imagePickerController.maximumNumberOfSelection) { - return (self.imagePickerController.maximumNumberOfSelection <= self.imagePickerController.selectedAssets.count); - } - - return NO; -} - -- (void)updateDoneButtonState -{ - self.doneButton.enabled = [self isMinimumSelectionLimitFulfilled]; -} - - -#pragma mark - Asset Caching - -- (void)resetCachedAssets -{ - [self.imageManager stopCachingImagesForAllAssets]; - self.previousPreheatRect = CGRectZero; -} - -- (void)updateCachedAssets -{ - BOOL isViewVisible = [self isViewLoaded] && self.view.window != nil; - if (!isViewVisible) { return; } - - // The preheat window is twice the height of the visible rect - CGRect preheatRect = self.collectionView.bounds; - preheatRect = CGRectInset(preheatRect, 0.0, -0.5 * CGRectGetHeight(preheatRect)); - - // If scrolled by a "reasonable" amount... - CGFloat delta = ABS(CGRectGetMidY(preheatRect) - CGRectGetMidY(self.previousPreheatRect)); - - if (delta > CGRectGetHeight(self.collectionView.bounds) / 3.0) { - // Compute the assets to start caching and to stop caching - NSMutableArray *addedIndexPaths = [NSMutableArray array]; - NSMutableArray *removedIndexPaths = [NSMutableArray array]; - - [self computeDifferenceBetweenRect:self.previousPreheatRect andRect:preheatRect addedHandler:^(CGRect addedRect) { - NSArray *indexPaths = [self.collectionView qb_indexPathsForElementsInRect:addedRect]; - [addedIndexPaths addObjectsFromArray:indexPaths]; - } removedHandler:^(CGRect removedRect) { - NSArray *indexPaths = [self.collectionView qb_indexPathsForElementsInRect:removedRect]; - [removedIndexPaths addObjectsFromArray:indexPaths]; - }]; - - NSArray *assetsToStartCaching = [self assetsAtIndexPaths:addedIndexPaths]; - NSArray *assetsToStopCaching = [self assetsAtIndexPaths:removedIndexPaths]; - - CGSize itemSize = [(UICollectionViewFlowLayout *)self.collectionViewLayout itemSize]; - CGSize targetSize = CGSizeScale(itemSize, self.traitCollection.displayScale); - - [self.imageManager startCachingImagesForAssets:assetsToStartCaching - targetSize:targetSize - contentMode:PHImageContentModeAspectFill - options:nil]; - [self.imageManager stopCachingImagesForAssets:assetsToStopCaching - targetSize:targetSize - contentMode:PHImageContentModeAspectFill - options:nil]; - - self.previousPreheatRect = preheatRect; - } -} - -- (void)computeDifferenceBetweenRect:(CGRect)oldRect andRect:(CGRect)newRect addedHandler:(void (^)(CGRect addedRect))addedHandler removedHandler:(void (^)(CGRect removedRect))removedHandler -{ - if (CGRectIntersectsRect(newRect, oldRect)) { - CGFloat oldMaxY = CGRectGetMaxY(oldRect); - CGFloat oldMinY = CGRectGetMinY(oldRect); - CGFloat newMaxY = CGRectGetMaxY(newRect); - CGFloat newMinY = CGRectGetMinY(newRect); - - if (newMaxY > oldMaxY) { - CGRect rectToAdd = CGRectMake(newRect.origin.x, oldMaxY, newRect.size.width, (newMaxY - oldMaxY)); - addedHandler(rectToAdd); - } - if (oldMinY > newMinY) { - CGRect rectToAdd = CGRectMake(newRect.origin.x, newMinY, newRect.size.width, (oldMinY - newMinY)); - addedHandler(rectToAdd); - } - if (newMaxY < oldMaxY) { - CGRect rectToRemove = CGRectMake(newRect.origin.x, newMaxY, newRect.size.width, (oldMaxY - newMaxY)); - removedHandler(rectToRemove); - } - if (oldMinY < newMinY) { - CGRect rectToRemove = CGRectMake(newRect.origin.x, oldMinY, newRect.size.width, (newMinY - oldMinY)); - removedHandler(rectToRemove); - } - } else { - addedHandler(newRect); - removedHandler(oldRect); - } -} - -- (NSArray *)assetsAtIndexPaths:(NSArray *)indexPaths -{ - if (indexPaths.count == 0) { return nil; } - - NSMutableArray *assets = [NSMutableArray arrayWithCapacity:indexPaths.count]; - for (NSIndexPath *indexPath in indexPaths) { - if (indexPath.item < self.fetchResult.count) { - PHAsset *asset = self.fetchResult[indexPath.item]; - [assets addObject:asset]; - } - } - return assets; -} - - -#pragma mark - PHPhotoLibraryChangeObserver - -- (void)photoLibraryDidChange:(PHChange *)changeInstance -{ - dispatch_async(dispatch_get_main_queue(), ^{ - PHFetchResultChangeDetails *collectionChanges = [changeInstance changeDetailsForFetchResult:self.fetchResult]; - - if (collectionChanges) { - // Get the new fetch result - self.fetchResult = [collectionChanges fetchResultAfterChanges]; - - if (![collectionChanges hasIncrementalChanges] || [collectionChanges hasMoves]) { - // We need to reload all if the incremental diffs are not available - [self.collectionView reloadData]; - } else { - // If we have incremental diffs, tell the collection view to animate insertions and deletions - [self.collectionView performBatchUpdates:^{ - NSIndexSet *removedIndexes = [collectionChanges removedIndexes]; - if ([removedIndexes count]) { - [self.collectionView deleteItemsAtIndexPaths:[removedIndexes qb_indexPathsFromIndexesWithSection:0]]; - } - - NSIndexSet *insertedIndexes = [collectionChanges insertedIndexes]; - if ([insertedIndexes count]) { - [self.collectionView insertItemsAtIndexPaths:[insertedIndexes qb_indexPathsFromIndexesWithSection:0]]; - } - - NSIndexSet *changedIndexes = [collectionChanges changedIndexes]; - if ([changedIndexes count]) { - [self.collectionView reloadItemsAtIndexPaths:[changedIndexes qb_indexPathsFromIndexesWithSection:0]]; - } - } completion:NULL]; - } - - [self resetCachedAssets]; - } - }); -} - - -#pragma mark - UIScrollViewDelegate - -- (void)scrollViewDidScroll:(UIScrollView *)scrollView -{ - [self updateCachedAssets]; -} - - -#pragma mark - UICollectionViewDataSource - -- (NSInteger)numberOfSectionsInCollectionView:(UICollectionView *)collectionView -{ - return 1; -} - -- (NSInteger)collectionView:(UICollectionView *)collectionView numberOfItemsInSection:(NSInteger)section -{ - return self.fetchResult.count; -} - -- (UICollectionViewCell *)collectionView:(UICollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath -{ - QBAssetCell *cell = [collectionView dequeueReusableCellWithReuseIdentifier:@"AssetCell" forIndexPath:indexPath]; - cell.tag = indexPath.item; - cell.showsOverlayViewWhenSelected = self.imagePickerController.allowsMultipleSelection; - - // Image - PHAsset *asset = self.fetchResult[indexPath.item]; - CGSize itemSize = [(UICollectionViewFlowLayout *)collectionView.collectionViewLayout itemSize]; - CGSize targetSize = CGSizeScale(itemSize, self.traitCollection.displayScale); - - [self.imageManager requestImageForAsset:asset - targetSize:targetSize - contentMode:PHImageContentModeAspectFill - options:nil - resultHandler:^(UIImage *result, NSDictionary *info) { - if (cell.tag == indexPath.item) { - cell.imageView.image = result; - } - }]; - - // Video indicator - if (asset.mediaType == PHAssetMediaTypeVideo) { - cell.videoIndicatorView.hidden = NO; - - NSInteger minutes = (NSInteger)(asset.duration / 60.0); - NSInteger seconds = (NSInteger)ceil(asset.duration - 60.0 * (double)minutes); - cell.videoIndicatorView.timeLabel.text = [NSString stringWithFormat:@"%02ld:%02ld", (long)minutes, (long)seconds]; - - if (asset.mediaSubtypes & PHAssetMediaSubtypeVideoHighFrameRate) { - cell.videoIndicatorView.videoIcon.hidden = YES; - cell.videoIndicatorView.slomoIcon.hidden = NO; - } - else { - cell.videoIndicatorView.videoIcon.hidden = NO; - cell.videoIndicatorView.slomoIcon.hidden = YES; - } - } else { - cell.videoIndicatorView.hidden = YES; - } - - // Selection state - if ([self.imagePickerController.selectedAssets containsObject:asset]) { - [cell setSelected:YES]; - [collectionView selectItemAtIndexPath:indexPath animated:NO scrollPosition:UICollectionViewScrollPositionNone]; - } - - return cell; -} - -- (UICollectionReusableView *)collectionView:(UICollectionView *)collectionView viewForSupplementaryElementOfKind:(NSString *)kind atIndexPath:(NSIndexPath *)indexPath -{ - if (kind == UICollectionElementKindSectionFooter) { - UICollectionReusableView *footerView = [collectionView dequeueReusableSupplementaryViewOfKind:UICollectionElementKindSectionFooter - withReuseIdentifier:@"FooterView" - forIndexPath:indexPath]; - - // Number of assets - UILabel *label = (UILabel *)[footerView viewWithTag:1]; - - NSBundle *bundle = self.imagePickerController.assetBundle; - NSUInteger numberOfPhotos = [self.fetchResult countOfAssetsWithMediaType:PHAssetMediaTypeImage]; - NSUInteger numberOfVideos = [self.fetchResult countOfAssetsWithMediaType:PHAssetMediaTypeVideo]; - - switch (self.imagePickerController.mediaType) { - case QBImagePickerMediaTypeAny: - { - NSString *format; - if (numberOfPhotos == 1) { - if (numberOfVideos == 1) { - format = NSLocalizedStringFromTableInBundle(@"assets.footer.photo-and-video", @"QBImagePicker", bundle, nil); - } else { - format = NSLocalizedStringFromTableInBundle(@"assets.footer.photo-and-videos", @"QBImagePicker", bundle, nil); - } - } else if (numberOfVideos == 1) { - format = NSLocalizedStringFromTableInBundle(@"assets.footer.photos-and-video", @"QBImagePicker", bundle, nil); - } else { - format = NSLocalizedStringFromTableInBundle(@"assets.footer.photos-and-videos", @"QBImagePicker", bundle, nil); - } - - label.text = [NSString stringWithFormat:format, numberOfPhotos, numberOfVideos]; - } - break; - - case QBImagePickerMediaTypeImage: - { - NSString *key = (numberOfPhotos == 1) ? @"assets.footer.photo" : @"assets.footer.photos"; - NSString *format = NSLocalizedStringFromTableInBundle(key, @"QBImagePicker", bundle, nil); - - label.text = [NSString stringWithFormat:format, numberOfPhotos]; - } - break; - - case QBImagePickerMediaTypeVideo: - { - NSString *key = (numberOfVideos == 1) ? @"assets.footer.video" : @"assets.footer.videos"; - NSString *format = NSLocalizedStringFromTableInBundle(key, @"QBImagePicker", bundle, nil); - - label.text = [NSString stringWithFormat:format, numberOfVideos]; - } - break; - } - - return footerView; - } - - return nil; -} - - -#pragma mark - UICollectionViewDelegate - -- (BOOL)collectionView:(UICollectionView *)collectionView shouldSelectItemAtIndexPath:(NSIndexPath *)indexPath -{ - if ([self.imagePickerController.delegate respondsToSelector:@selector(qb_imagePickerController:shouldSelectAsset:)]) { - PHAsset *asset = self.fetchResult[indexPath.item]; - return [self.imagePickerController.delegate qb_imagePickerController:self.imagePickerController shouldSelectAsset:asset]; - } - - if ([self isAutoDeselectEnabled]) { - return YES; - } - - return ![self isMaximumSelectionLimitReached]; -} - -- (void)collectionView:(UICollectionView *)collectionView didSelectItemAtIndexPath:(NSIndexPath *)indexPath -{ - QBImagePickerController *imagePickerController = self.imagePickerController; - NSMutableOrderedSet *selectedAssets = imagePickerController.selectedAssets; - - PHAsset *asset = self.fetchResult[indexPath.item]; - - if (imagePickerController.allowsMultipleSelection) { - if ([self isAutoDeselectEnabled] && selectedAssets.count > 0) { - // Remove previous selected asset from set - [selectedAssets removeObjectAtIndex:0]; - - // Deselect previous selected asset - if (self.lastSelectedItemIndexPath) { - [collectionView deselectItemAtIndexPath:self.lastSelectedItemIndexPath animated:NO]; - } - } - - // Add asset to set - [selectedAssets addObject:asset]; - - self.lastSelectedItemIndexPath = indexPath; - - [self updateDoneButtonState]; - - if (imagePickerController.showsNumberOfSelectedAssets) { - [self updateSelectionInfo]; - - if (selectedAssets.count == 1) { - // Show toolbar - [self.navigationController setToolbarHidden:NO animated:YES]; - } - } - } else { - if ([imagePickerController.delegate respondsToSelector:@selector(qb_imagePickerController:didFinishPickingAssets:)]) { - [imagePickerController.delegate qb_imagePickerController:imagePickerController didFinishPickingAssets:@[asset]]; - } - } - - if ([imagePickerController.delegate respondsToSelector:@selector(qb_imagePickerController:didSelectAsset:)]) { - [imagePickerController.delegate qb_imagePickerController:imagePickerController didSelectAsset:asset]; - } -} - -- (void)collectionView:(UICollectionView *)collectionView didDeselectItemAtIndexPath:(NSIndexPath *)indexPath -{ - if (!self.imagePickerController.allowsMultipleSelection) { - return; - } - - QBImagePickerController *imagePickerController = self.imagePickerController; - NSMutableOrderedSet *selectedAssets = imagePickerController.selectedAssets; - - PHAsset *asset = self.fetchResult[indexPath.item]; - - // Remove asset from set - [selectedAssets removeObject:asset]; - - self.lastSelectedItemIndexPath = nil; - - [self updateDoneButtonState]; - - if (imagePickerController.showsNumberOfSelectedAssets) { - [self updateSelectionInfo]; - - if (selectedAssets.count == 0) { - // Hide toolbar - [self.navigationController setToolbarHidden:YES animated:YES]; - } - } - - if ([imagePickerController.delegate respondsToSelector:@selector(qb_imagePickerController:didDeselectAsset:)]) { - [imagePickerController.delegate qb_imagePickerController:imagePickerController didDeselectAsset:asset]; - } -} - - -#pragma mark - UICollectionViewDelegateFlowLayout - -- (CGSize)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout *)collectionViewLayout sizeForItemAtIndexPath:(NSIndexPath *)indexPath -{ - NSUInteger numberOfColumns; - if (UIInterfaceOrientationIsPortrait([[UIApplication sharedApplication] statusBarOrientation])) { - numberOfColumns = self.imagePickerController.numberOfColumnsInPortrait; - } else { - numberOfColumns = self.imagePickerController.numberOfColumnsInLandscape; - } - - CGFloat width = (CGRectGetWidth(self.view.frame) - 2.0 * (numberOfColumns - 1)) / numberOfColumns; - - return CGSizeMake(width, width); -} - -@end diff --git a/ios/Pods/QBImagePickerController/QBImagePicker/QBCheckmarkView.h b/ios/Pods/QBImagePickerController/QBImagePicker/QBCheckmarkView.h deleted file mode 100644 index fd7b745f451..00000000000 --- a/ios/Pods/QBImagePickerController/QBImagePicker/QBCheckmarkView.h +++ /dev/null @@ -1,21 +0,0 @@ -// -// QBCheckmarkView.h -// QBImagePicker -// -// Created by Katsuma Tanaka on 2015/04/03. -// Copyright (c) 2015 Katsuma Tanaka. All rights reserved. -// - -#import - -IB_DESIGNABLE -@interface QBCheckmarkView : UIView - -@property (nonatomic, assign) IBInspectable CGFloat borderWidth; -@property (nonatomic, assign) IBInspectable CGFloat checkmarkLineWidth; - -@property (nonatomic, strong) IBInspectable UIColor *borderColor; -@property (nonatomic, strong) IBInspectable UIColor *bodyColor; -@property (nonatomic, strong) IBInspectable UIColor *checkmarkColor; - -@end diff --git a/ios/Pods/QBImagePickerController/QBImagePicker/QBCheckmarkView.m b/ios/Pods/QBImagePickerController/QBImagePicker/QBCheckmarkView.m deleted file mode 100644 index aa25ac8c1e1..00000000000 --- a/ios/Pods/QBImagePickerController/QBImagePicker/QBCheckmarkView.m +++ /dev/null @@ -1,54 +0,0 @@ -// -// QBCheckmarkView.m -// QBImagePicker -// -// Created by Katsuma Tanaka on 2015/04/03. -// Copyright (c) 2015 Katsuma Tanaka. All rights reserved. -// - -#import "QBCheckmarkView.h" - -@implementation QBCheckmarkView - -- (void)awakeFromNib -{ - [super awakeFromNib]; - - // Set default values - self.borderWidth = 1.0; - self.checkmarkLineWidth = 1.2; - - self.borderColor = [UIColor whiteColor]; - self.bodyColor = [UIColor colorWithRed:(20.0 / 255.0) green:(111.0 / 255.0) blue:(223.0 / 255.0) alpha:1.0]; - self.checkmarkColor = [UIColor whiteColor]; - - // Set shadow - self.layer.shadowColor = [[UIColor grayColor] CGColor]; - self.layer.shadowOffset = CGSizeMake(0, 0); - self.layer.shadowOpacity = 0.6; - self.layer.shadowRadius = 2.0; -} - -- (void)drawRect:(CGRect)rect -{ - // Border - [self.borderColor setFill]; - [[UIBezierPath bezierPathWithOvalInRect:self.bounds] fill]; - - // Body - [self.bodyColor setFill]; - [[UIBezierPath bezierPathWithOvalInRect:CGRectInset(self.bounds, self.borderWidth, self.borderWidth)] fill]; - - // Checkmark - UIBezierPath *checkmarkPath = [UIBezierPath bezierPath]; - checkmarkPath.lineWidth = self.checkmarkLineWidth; - - [checkmarkPath moveToPoint:CGPointMake(CGRectGetWidth(self.bounds) * (6.0 / 24.0), CGRectGetHeight(self.bounds) * (12.0 / 24.0))]; - [checkmarkPath addLineToPoint:CGPointMake(CGRectGetWidth(self.bounds) * (10.0 / 24.0), CGRectGetHeight(self.bounds) * (16.0 / 24.0))]; - [checkmarkPath addLineToPoint:CGPointMake(CGRectGetWidth(self.bounds) * (18.0 / 24.0), CGRectGetHeight(self.bounds) * (8.0 / 24.0))]; - - [self.checkmarkColor setStroke]; - [checkmarkPath stroke]; -} - -@end diff --git a/ios/Pods/QBImagePickerController/QBImagePicker/QBImagePicker.storyboard b/ios/Pods/QBImagePickerController/QBImagePicker/QBImagePicker.storyboard deleted file mode 100644 index cba77d90f0c..00000000000 --- a/ios/Pods/QBImagePickerController/QBImagePicker/QBImagePicker.storyboard +++ /dev/null @@ -1,293 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ios/Pods/QBImagePickerController/QBImagePicker/QBImagePickerController.h b/ios/Pods/QBImagePickerController/QBImagePicker/QBImagePickerController.h deleted file mode 100644 index e7547e59761..00000000000 --- a/ios/Pods/QBImagePickerController/QBImagePicker/QBImagePickerController.h +++ /dev/null @@ -1,51 +0,0 @@ -// -// QBImagePickerController.h -// QBImagePicker -// -// Created by Katsuma Tanaka on 2015/04/03. -// Copyright (c) 2015 Katsuma Tanaka. All rights reserved. -// - -#import -#import - -@class QBImagePickerController; - -@protocol QBImagePickerControllerDelegate - -@optional -- (void)qb_imagePickerController:(QBImagePickerController *)imagePickerController didFinishPickingAssets:(NSArray *)assets; -- (void)qb_imagePickerControllerDidCancel:(QBImagePickerController *)imagePickerController; - -- (BOOL)qb_imagePickerController:(QBImagePickerController *)imagePickerController shouldSelectAsset:(PHAsset *)asset; -- (void)qb_imagePickerController:(QBImagePickerController *)imagePickerController didSelectAsset:(PHAsset *)asset; -- (void)qb_imagePickerController:(QBImagePickerController *)imagePickerController didDeselectAsset:(PHAsset *)asset; - -@end - -typedef NS_ENUM(NSUInteger, QBImagePickerMediaType) { - QBImagePickerMediaTypeAny = 0, - QBImagePickerMediaTypeImage, - QBImagePickerMediaTypeVideo -}; - -@interface QBImagePickerController : UIViewController - -@property (nonatomic, weak) id delegate; - -@property (nonatomic, strong, readonly) NSMutableOrderedSet *selectedAssets; - -@property (nonatomic, copy) NSArray *assetCollectionSubtypes; -@property (nonatomic, assign) QBImagePickerMediaType mediaType; - -@property (nonatomic, assign) BOOL allowsMultipleSelection; -@property (nonatomic, assign) NSUInteger minimumNumberOfSelection; -@property (nonatomic, assign) NSUInteger maximumNumberOfSelection; - -@property (nonatomic, copy) NSString *prompt; -@property (nonatomic, assign) BOOL showsNumberOfSelectedAssets; - -@property (nonatomic, assign) NSUInteger numberOfColumnsInPortrait; -@property (nonatomic, assign) NSUInteger numberOfColumnsInLandscape; - -@end diff --git a/ios/Pods/QBImagePickerController/QBImagePicker/QBImagePickerController.m b/ios/Pods/QBImagePickerController/QBImagePicker/QBImagePickerController.m deleted file mode 100644 index 99577c54a41..00000000000 --- a/ios/Pods/QBImagePickerController/QBImagePicker/QBImagePickerController.m +++ /dev/null @@ -1,77 +0,0 @@ -// -// QBImagePickerController.m -// QBImagePicker -// -// Created by Katsuma Tanaka on 2015/04/03. -// Copyright (c) 2015 Katsuma Tanaka. All rights reserved. -// - -#import "QBImagePickerController.h" -#import - -// ViewControllers -#import "QBAlbumsViewController.h" - -@interface QBImagePickerController () - -@property (nonatomic, strong) UINavigationController *albumsNavigationController; - -@property (nonatomic, strong) NSBundle *assetBundle; - -@end - -@implementation QBImagePickerController - -- (instancetype)init -{ - self = [super init]; - - if (self) { - // Set default values - self.assetCollectionSubtypes = @[ - @(PHAssetCollectionSubtypeSmartAlbumUserLibrary), - @(PHAssetCollectionSubtypeAlbumMyPhotoStream), - @(PHAssetCollectionSubtypeSmartAlbumPanoramas), - @(PHAssetCollectionSubtypeSmartAlbumVideos), - @(PHAssetCollectionSubtypeSmartAlbumBursts) - ]; - self.minimumNumberOfSelection = 1; - self.numberOfColumnsInPortrait = 4; - self.numberOfColumnsInLandscape = 7; - - _selectedAssets = [NSMutableOrderedSet orderedSet]; - - // Get asset bundle - self.assetBundle = [NSBundle bundleForClass:[self class]]; - NSString *bundlePath = [self.assetBundle pathForResource:@"QBImagePicker" ofType:@"bundle"]; - if (bundlePath) { - self.assetBundle = [NSBundle bundleWithPath:bundlePath]; - } - - [self setUpAlbumsViewController]; - - // Set instance - QBAlbumsViewController *albumsViewController = (QBAlbumsViewController *)self.albumsNavigationController.topViewController; - albumsViewController.imagePickerController = self; - } - - return self; -} - -- (void)setUpAlbumsViewController -{ - // Add QBAlbumsViewController as a child - UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"QBImagePicker" bundle:self.assetBundle]; - UINavigationController *navigationController = [storyboard instantiateViewControllerWithIdentifier:@"QBAlbumsNavigationController"]; - - [self addChildViewController:navigationController]; - - navigationController.view.frame = self.view.bounds; - [self.view addSubview:navigationController.view]; - - [navigationController didMoveToParentViewController:self]; - - self.albumsNavigationController = navigationController; -} - -@end diff --git a/ios/Pods/QBImagePickerController/QBImagePicker/QBSlomoIconView.h b/ios/Pods/QBImagePickerController/QBImagePicker/QBSlomoIconView.h deleted file mode 100644 index 55d7ce2d2b3..00000000000 --- a/ios/Pods/QBImagePickerController/QBImagePicker/QBSlomoIconView.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// QBSlomoIconView.h -// QBImagePicker -// -// Created by Julien Chaumond on 22/04/2015. -// Copyright (c) 2015 Katsuma Tanaka. All rights reserved. -// - -#import - -IB_DESIGNABLE -@interface QBSlomoIconView : UIView - -@property (nonatomic, strong) IBInspectable UIColor *iconColor; - -@end diff --git a/ios/Pods/QBImagePickerController/QBImagePicker/QBSlomoIconView.m b/ios/Pods/QBImagePickerController/QBImagePicker/QBSlomoIconView.m deleted file mode 100644 index ba6e86706e7..00000000000 --- a/ios/Pods/QBImagePickerController/QBImagePicker/QBSlomoIconView.m +++ /dev/null @@ -1,36 +0,0 @@ -// -// QBSlomoIconView.m -// QBImagePicker -// -// Created by Julien Chaumond on 22/04/2015. -// Copyright (c) 2015 Katsuma Tanaka. All rights reserved. -// - -#import "QBSlomoIconView.h" - -@implementation QBSlomoIconView - -- (void)awakeFromNib -{ - [super awakeFromNib]; - - // Set default values - self.iconColor = [UIColor whiteColor]; -} - -- (void)drawRect:(CGRect)rect -{ - [self.iconColor setStroke]; - - CGFloat width = 2.2; - CGRect insetRect = CGRectInset(rect, width / 2, width / 2); - - // Draw dashed circle - UIBezierPath* circlePath = [UIBezierPath bezierPathWithOvalInRect:insetRect]; - circlePath.lineWidth = width; - CGFloat ovalPattern[] = {0.75, 0.75}; - [circlePath setLineDash:ovalPattern count:2 phase:0]; - [circlePath stroke]; -} - -@end diff --git a/ios/Pods/QBImagePickerController/QBImagePicker/QBVideoIconView.h b/ios/Pods/QBImagePickerController/QBImagePicker/QBVideoIconView.h deleted file mode 100644 index d1cf6d45ce5..00000000000 --- a/ios/Pods/QBImagePickerController/QBImagePicker/QBVideoIconView.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// QBVideoIconView.h -// QBImagePicker -// -// Created by Katsuma Tanaka on 2015/04/04. -// Copyright (c) 2015 Katsuma Tanaka. All rights reserved. -// - -#import - -IB_DESIGNABLE -@interface QBVideoIconView : UIView - -@property (nonatomic, strong) IBInspectable UIColor *iconColor; - -@end diff --git a/ios/Pods/QBImagePickerController/QBImagePicker/QBVideoIconView.m b/ios/Pods/QBImagePickerController/QBImagePicker/QBVideoIconView.m deleted file mode 100644 index 898449529c5..00000000000 --- a/ios/Pods/QBImagePickerController/QBImagePicker/QBVideoIconView.m +++ /dev/null @@ -1,38 +0,0 @@ -// -// QBVideoIconView.m -// QBImagePicker -// -// Created by Katsuma Tanaka on 2015/04/04. -// Copyright (c) 2015 Katsuma Tanaka. All rights reserved. -// - -#import "QBVideoIconView.h" - -@implementation QBVideoIconView - -- (void)awakeFromNib -{ - [super awakeFromNib]; - - // Set default values - self.iconColor = [UIColor whiteColor]; -} - -- (void)drawRect:(CGRect)rect -{ - [self.iconColor setFill]; - - // Draw triangle - UIBezierPath *trianglePath = [UIBezierPath bezierPath]; - [trianglePath moveToPoint:CGPointMake(CGRectGetMaxX(self.bounds), CGRectGetMinY(self.bounds))]; - [trianglePath addLineToPoint:CGPointMake(CGRectGetMaxX(self.bounds), CGRectGetMaxY(self.bounds))]; - [trianglePath addLineToPoint:CGPointMake(CGRectGetMaxX(self.bounds) - CGRectGetMidY(self.bounds), CGRectGetMidY(self.bounds))]; - [trianglePath closePath]; - [trianglePath fill]; - - // Draw rounded square - UIBezierPath *squarePath = [UIBezierPath bezierPathWithRoundedRect:CGRectMake(CGRectGetMinX(self.bounds), CGRectGetMinY(self.bounds), CGRectGetWidth(self.bounds) - CGRectGetMidY(self.bounds) - 1.0, CGRectGetHeight(self.bounds)) cornerRadius:2.0]; - [squarePath fill]; -} - -@end diff --git a/ios/Pods/QBImagePickerController/QBImagePicker/QBVideoIndicatorView.h b/ios/Pods/QBImagePickerController/QBImagePicker/QBVideoIndicatorView.h deleted file mode 100644 index 80eeb0948c6..00000000000 --- a/ios/Pods/QBImagePickerController/QBImagePicker/QBVideoIndicatorView.h +++ /dev/null @@ -1,21 +0,0 @@ -// -// QBVideoIndicatorView.h -// QBImagePicker -// -// Created by Katsuma Tanaka on 2015/04/04. -// Copyright (c) 2015 Katsuma Tanaka. All rights reserved. -// - -#import - -#import "QBVideoIconView.h" -#import "QBSlomoIconView.h" - -@interface QBVideoIndicatorView : UIView - -@property (nonatomic, weak) IBOutlet UILabel *timeLabel; -@property (nonatomic, weak) IBOutlet QBVideoIconView *videoIcon; -@property (nonatomic, weak) IBOutlet QBSlomoIconView *slomoIcon; - - -@end diff --git a/ios/Pods/QBImagePickerController/QBImagePicker/QBVideoIndicatorView.m b/ios/Pods/QBImagePickerController/QBImagePicker/QBVideoIndicatorView.m deleted file mode 100644 index fcdbf32696c..00000000000 --- a/ios/Pods/QBImagePickerController/QBImagePicker/QBVideoIndicatorView.m +++ /dev/null @@ -1,28 +0,0 @@ -// -// QBVideoIndicatorView.m -// QBImagePicker -// -// Created by Katsuma Tanaka on 2015/04/04. -// Copyright (c) 2015 Katsuma Tanaka. All rights reserved. -// - -#import "QBVideoIndicatorView.h" - -@implementation QBVideoIndicatorView - -- (void)awakeFromNib -{ - [super awakeFromNib]; - - // Add gradient layer - CAGradientLayer *gradientLayer = [CAGradientLayer layer]; - gradientLayer.frame = self.bounds; - gradientLayer.colors = @[ - (__bridge id)[[UIColor clearColor] CGColor], - (__bridge id)[[UIColor blackColor] CGColor] - ]; - - [self.layer insertSublayer:gradientLayer atIndex:0]; -} - -@end diff --git a/ios/Pods/QBImagePickerController/QBImagePicker/de.lproj/QBImagePicker.strings b/ios/Pods/QBImagePickerController/QBImagePicker/de.lproj/QBImagePicker.strings deleted file mode 100644 index 97c4944f15c..00000000000 --- a/ios/Pods/QBImagePickerController/QBImagePicker/de.lproj/QBImagePicker.strings +++ /dev/null @@ -1,21 +0,0 @@ -/* - QBImagePicker.strings - QBImagePicker - - Created by Katsuma Tanaka on 2015/04/03. - Copyright (c) 2015 Katsuma Tanaka. All rights reserved. -*/ - -"albums.title" = "Fotos"; - -"assets.footer.photo" = "%ld Foto"; -"assets.footer.photos" = "%ld Fotos"; -"assets.footer.video" = "%ld Video"; -"assets.footer.videos" = "%ld Videos"; -"assets.footer.photo-and-video" = "%ld Foto, %ld Video"; -"assets.footer.photos-and-video" = "%ld Fotos, %ld Video"; -"assets.footer.photo-and-videos" = "%ld Foto, %ld Videos"; -"assets.footer.photos-and-videos" = "%ld Fotos, %ld Videos"; - -"assets.toolbar.item-selected" = "%ld Element ausgewählt"; -"assets.toolbar.items-selected" = "%ld Elemente ausgewählt"; diff --git a/ios/Pods/QBImagePickerController/QBImagePicker/en.lproj/QBImagePicker.strings b/ios/Pods/QBImagePickerController/QBImagePicker/en.lproj/QBImagePicker.strings deleted file mode 100644 index a6348ec58aa..00000000000 --- a/ios/Pods/QBImagePickerController/QBImagePicker/en.lproj/QBImagePicker.strings +++ /dev/null @@ -1,21 +0,0 @@ -/* - QBImagePicker.strings - QBImagePicker - - Created by Katsuma Tanaka on 2015/04/03. - Copyright (c) 2015 Katsuma Tanaka. All rights reserved. -*/ - -"albums.title" = "Photos"; - -"assets.footer.photo" = "%ld Photo"; -"assets.footer.photos" = "%ld Photos"; -"assets.footer.video" = "%ld Video"; -"assets.footer.videos" = "%ld Videos"; -"assets.footer.photo-and-video" = "%ld Photo, %ld Video"; -"assets.footer.photos-and-video" = "%ld Photos, %ld Video"; -"assets.footer.photo-and-videos" = "%ld Photo, %ld Videos"; -"assets.footer.photos-and-videos" = "%ld Photos, %ld Videos"; - -"assets.toolbar.item-selected" = "%ld Item Selected"; -"assets.toolbar.items-selected" = "%ld Items Selected"; diff --git a/ios/Pods/QBImagePickerController/QBImagePicker/es.lproj/QBImagePicker.strings b/ios/Pods/QBImagePickerController/QBImagePicker/es.lproj/QBImagePicker.strings deleted file mode 100644 index 40aa0cf569a..00000000000 --- a/ios/Pods/QBImagePickerController/QBImagePicker/es.lproj/QBImagePicker.strings +++ /dev/null @@ -1,21 +0,0 @@ -/* - QBImagePicker.strings - QBImagePicker - - Created by Katsuma Tanaka on 2015/04/03. - Copyright (c) 2015 Katsuma Tanaka. All rights reserved. -*/ - -"albums.title" = "Fotos"; - -"assets.footer.photo" = "%ld Foto"; -"assets.footer.photos" = "%ld Fotos"; -"assets.footer.video" = "%ld Video"; -"assets.footer.videos" = "%ld Videos"; -"assets.footer.photo-and-video" = "%ld Foto, %ld Video"; -"assets.footer.photos-and-video" = "%ld Fotos, %ld Video"; -"assets.footer.photo-and-videos" = "%ld Foto, %ld Videos"; -"assets.footer.photos-and-videos" = "%ld Fotos, %ld Videos"; - -"assets.toolbar.item-selected" = "%ld items seleccionados"; -"assets.toolbar.items-selected" = "%ld items seleccionados"; diff --git a/ios/Pods/QBImagePickerController/QBImagePicker/ja.lproj/QBImagePicker.strings b/ios/Pods/QBImagePickerController/QBImagePicker/ja.lproj/QBImagePicker.strings deleted file mode 100644 index 642f5aa34f7..00000000000 --- a/ios/Pods/QBImagePickerController/QBImagePicker/ja.lproj/QBImagePicker.strings +++ /dev/null @@ -1,21 +0,0 @@ -/* - QBImagePicker.strings - QBImagePicker - - Created by Katsuma Tanaka on 2015/04/03. - Copyright (c) 2015 Katsuma Tanaka. All rights reserved. -*/ - -"albums.title" = "アルバム"; - -"assets.footer.photo" = "写真: %ld枚"; -"assets.footer.photos" = "写真: %ld枚"; -"assets.footer.video" = "ビデオ: %ld本"; -"assets.footer.videos" = "ビデオ: %ld本"; -"assets.footer.photo-and-video" = "写真: %ld枚、ビデオ%ld本"; -"assets.footer.photos-and-video" = "写真: %ld枚、ビデオ%ld本"; -"assets.footer.photo-and-videos" = "写真: %ld枚、ビデオ%ld本"; -"assets.footer.photos-and-videos" = "写真: %ld枚、ビデオ%ld本"; - -"assets.toolbar.item-selected" = "%ld 項目を選択中"; -"assets.toolbar.items-selected" = "%ld 項目を選択中"; diff --git a/ios/Pods/QBImagePickerController/QBImagePicker/zh-Hans.lproj/QBImagePicker.strings b/ios/Pods/QBImagePickerController/QBImagePicker/zh-Hans.lproj/QBImagePicker.strings deleted file mode 100644 index c00d6d58079..00000000000 --- a/ios/Pods/QBImagePickerController/QBImagePicker/zh-Hans.lproj/QBImagePicker.strings +++ /dev/null @@ -1,21 +0,0 @@ -/* - QBImagePicker.strings - QBImagePicker - - Created by Katsuma Tanaka on 2015/04/03. - Copyright (c) 2015 Katsuma Tanaka. All rights reserved. -*/ - -"albums.title" = "照片"; - -"assets.footer.photo" = "共%ld张照片"; -"assets.footer.photos" = "共%ld张照片"; -"assets.footer.video" = "共%ld个视频"; -"assets.footer.videos" = "共%ld个视频"; -"assets.footer.photo-and-video" = "共%ld 张照片, %ld 个视频"; -"assets.footer.photos-and-video" = "共%ld 张照片, %ld 个视频"; -"assets.footer.photo-and-videos" = "共%ld 张照片, %ld 个视频"; -"assets.footer.photos-and-videos" = "共%ld 张照片, %ld 个视频"; - -"assets.toolbar.item-selected" = "选择了%ld项"; -"assets.toolbar.items-selected" = "选择了%ld项"; diff --git a/ios/Pods/QBImagePickerController/README.md b/ios/Pods/QBImagePickerController/README.md deleted file mode 100755 index d91d0ebbbf0..00000000000 --- a/ios/Pods/QBImagePickerController/README.md +++ /dev/null @@ -1,175 +0,0 @@ -# QBImagePicker - -[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) - -A clone of UIImagePickerController with multiple selection support. - -![screenshot01.png](screenshot01.png) -![screenshot02.png](screenshot02.png) - - - -## Features - -- Allows multiple selection of photos and videos -- Fast and memory-efficient scrolling -- Provides similar user interface to the built-in image picker -- Customizable (grid size, navigation message, etc.) -- Supports both portrait mode and landscape mode -- Compatible with iPhone 6/6Plus, and iPad - - - -## Requirements - -- Version `>= 3.0.0` : iOS 8 or later (Using PhotoKit) -- Version `< 3.0.0` : iOS 6 or later (Using AssetsLibrary) - - - -## Example - - QBImagePickerController *imagePickerController = [QBImagePickerController new]; - imagePickerController.delegate = self; - imagePickerController.allowsMultipleSelection = YES; - imagePickerController.maximumNumberOfSelection = 6; - imagePickerController.showsNumberOfSelectedAssets = YES; - - [self presentViewController:imagePickerController animated:YES completion:NULL]; - - - -## Installation - -### CocoaPods - -1. Add `pod "QBImagePickerController"` to Podfile -2. Run `pod install` -3. Add `#import ` to your code - - -### Carthage - -1. Add `github "questbeat/QBImagePicker"` to Cartfile -2. Run `carthage update` -3. Add `#import ` to your code - - - -## Usage - -### Basic - -1. Implement `QBImagePickerControllerDelegate` methods -2. Create `QBImagePickerController` object -3. Set `self` to the `delegate` property -4. Show the picker by using `presentViewController:animated:completion:` - - QBImagePickerController *imagePickerController = [QBImagePickerController new]; - imagePickerController.delegate = self; - - [self presentViewController:imagePickerController animated:YES completion:NULL]; - - -### Delegate Methods - -#### Getting the selected assets - -Implement `qb_imagePickerController:didFinishPickingAssets:` to get the assets selected by the user. -This method will be called when the user finishes picking assets. - - - (void)qb_imagePickerController:(QBImagePickerController *)imagePickerController didFinishPickingAssets:(NSArray *)assets { - for (PHAsset *asset in assets) { - // Do something with the asset - } - - [self dismissViewControllerAnimated:YES completion:NULL]; - } - - -#### Getting notified when the user cancels - -Implement `qb_imagePickerControllerDidCancel:` to get notified when the user hits "Cancel" button. - - - (void)qb_imagePickerControllerDidCancel:(QBImagePickerController *)imagePickerController { - [self dismissViewControllerAnimated:YES completion:NULL]; - } - - -#### Getting notified when the selection is changed - -You can handle the change of user's selection by implementing these methods. - - - (BOOL)qb_imagePickerController:(QBImagePickerController *)imagePickerController shouldSelectAsset:(PHAsset *)asset; - - (void)qb_imagePickerController:(QBImagePickerController *)imagePickerController didSelectAsset:(PHAsset *)asset; - - (void)qb_imagePickerController:(QBImagePickerController *)imagePickerController didDeselectAsset:(PHAsset *)asset; - - -### Customization - -#### Selection mode - -When `allowsMultipleSelection` is `YES`, the user can select multiple photos. -The default value is `NO`. - - imagePickerController.allowsMultipleSelection = YES; - -You can limit the number of selection by using `minimumNumberOfSelection` and `maximumNumberOfSelection` property. -The default value is `0`, which means the number of selection is unlimited. - - imagePickerController.minimumNumberOfSelection = 3; - imagePickerController.maximumNumberOfSelection = 6; - - -#### Specify the albums to be shown - -Use `assetCollectionSubtypes` property to specify the albums to be shown. -The code below shows the default value. - - imagePickerController.assetCollectionSubtypes = @[ - @(PHAssetCollectionSubtypeSmartAlbumUserLibrary), // Camera Roll - @(PHAssetCollectionSubtypeAlbumMyPhotoStream), // My Photo Stream - @(PHAssetCollectionSubtypeSmartAlbumPanoramas), // Panoramas - @(PHAssetCollectionSubtypeSmartAlbumVideos), // Videos - @(PHAssetCollectionSubtypeSmartAlbumBursts) // Bursts - ]; - -The albums will be ordered as you specified. -User's albums are always shown after the smart albums. - - -#### Specify the media type to be shown - -Use `mediaType` to filter the assets to be shown. -The default value is `QBImagePickerMediaTypeAny`. - - imagePickerController.mediaType = QBImagePickerMediaTypeVideo; - - -#### Showing information - -There are some properties to show helpful information. - - imagePickerController.prompt = @"Select the photos you want to upload!"; - imagePickerController.showsNumberOfSelectedAssets = YES; - - -#### Grid size - -Use `numberOfColumnsInPortrait` and `numberOfColumnsInLandscape` to change the grid size. -The code below shows the default value. - - imagePickerController.numberOfColumnsInPortrait = 4; - imagePickerController.numberOfColumnsInLandscape = 7; - - - -## License - -Copyright (c) 2015 Katsuma Tanaka - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.markdown b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.markdown index 3f17d49d39c..c47f6ed0412 100644 --- a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.markdown +++ b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.markdown @@ -1715,17 +1715,6 @@ See the License for the specific language governing permissions and limitations under the License. -## QBImagePickerController - -Copyright (c) 2015 Katsuma Tanaka - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - ## RNAudio The MIT License (MIT) diff --git a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.plist b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.plist index d75dceb2952..04985a6518c 100644 --- a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.plist +++ b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.plist @@ -1822,23 +1822,6 @@ limitations under the License. Type PSGroupSpecifier - - FooterText - Copyright (c) 2015 Katsuma Tanaka - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - MIT - Title - QBImagePickerController - Type - PSGroupSpecifier - FooterText The MIT License (MIT) diff --git a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-resources.sh b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-resources.sh index 6ef4e167164..b11dd1ec081 100755 --- a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-resources.sh +++ b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-resources.sh @@ -97,7 +97,7 @@ EOM esac } if [[ "$CONFIGURATION" == "Debug" ]]; then - install_resource "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController/QBImagePicker.bundle" + install_resource "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker/QBImagePicker.bundle" install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf" install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Entypo.ttf" install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf" @@ -117,7 +117,7 @@ if [[ "$CONFIGURATION" == "Debug" ]]; then install_resource "${PODS_ROOT}/RSKImageCropper/RSKImageCropper/RSKImageCropperStrings.bundle" fi if [[ "$CONFIGURATION" == "Release" ]]; then - install_resource "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController/QBImagePicker.bundle" + install_resource "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker/QBImagePicker.bundle" install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf" install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Entypo.ttf" install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf" diff --git a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.debug.xcconfig b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.debug.xcconfig index a8463032790..ae1ec4d56d9 100644 --- a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.debug.xcconfig +++ b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.debug.xcconfig @@ -1,9 +1,9 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "$(PODS_ROOT)/Headers/Private/React-Core" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "$(PODS_ROOT)/Headers/Private/React-Core" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAV" "${PODS_CONFIGURATION_BUILD_DIR}/EXAppLoaderProvider" "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants" "${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem" "${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics" "${PODS_CONFIGURATION_BUILD_DIR}/EXPermissions" "${PODS_CONFIGURATION_BUILD_DIR}/EXWebBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash" "${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNRootView" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" -OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"EXAV" -l"EXAppLoaderProvider" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXPermissions" -l"EXWebBrowser" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseInstanceID" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"KeyCommands" -l"QBImagePickerController" -l"RCTTypeSafety" -l"RNAudio" -l"RNBootSplash" -l"RNDateTimePicker" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNRootView" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-CoreModules" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"ReactNativeART" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"UMCore" -l"UMReactNativeAdapter" -l"Yoga" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-background-timer" -l"react-native-cameraroll" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-slider" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAV" "${PODS_CONFIGURATION_BUILD_DIR}/EXAppLoaderProvider" "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants" "${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem" "${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics" "${PODS_CONFIGURATION_BUILD_DIR}/EXPermissions" "${PODS_CONFIGURATION_BUILD_DIR}/EXWebBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash" "${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNRootView" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"EXAV" -l"EXAppLoaderProvider" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXPermissions" -l"EXWebBrowser" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseInstanceID" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"KeyCommands" -l"RCTTypeSafety" -l"RNAudio" -l"RNBootSplash" -l"RNDateTimePicker" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNRootView" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-CoreModules" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"ReactNativeART" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"UMCore" -l"UMReactNativeAdapter" -l"Yoga" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-background-timer" -l"react-native-cameraroll" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-slider" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig index a8463032790..ae1ec4d56d9 100644 --- a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig +++ b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig @@ -1,9 +1,9 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "$(PODS_ROOT)/Headers/Private/React-Core" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "$(PODS_ROOT)/Headers/Private/React-Core" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAV" "${PODS_CONFIGURATION_BUILD_DIR}/EXAppLoaderProvider" "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants" "${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem" "${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics" "${PODS_CONFIGURATION_BUILD_DIR}/EXPermissions" "${PODS_CONFIGURATION_BUILD_DIR}/EXWebBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash" "${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNRootView" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" -OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"EXAV" -l"EXAppLoaderProvider" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXPermissions" -l"EXWebBrowser" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseInstanceID" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"KeyCommands" -l"QBImagePickerController" -l"RCTTypeSafety" -l"RNAudio" -l"RNBootSplash" -l"RNDateTimePicker" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNRootView" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-CoreModules" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"ReactNativeART" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"UMCore" -l"UMReactNativeAdapter" -l"Yoga" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-background-timer" -l"react-native-cameraroll" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-slider" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAV" "${PODS_CONFIGURATION_BUILD_DIR}/EXAppLoaderProvider" "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants" "${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem" "${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics" "${PODS_CONFIGURATION_BUILD_DIR}/EXPermissions" "${PODS_CONFIGURATION_BUILD_DIR}/EXWebBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash" "${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNRootView" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"EXAV" -l"EXAppLoaderProvider" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXPermissions" -l"EXWebBrowser" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseInstanceID" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"KeyCommands" -l"RCTTypeSafety" -l"RNAudio" -l"RNBootSplash" -l"RNDateTimePicker" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNRootView" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-CoreModules" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"ReactNativeART" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"UMCore" -l"UMReactNativeAdapter" -l"Yoga" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-background-timer" -l"react-native-cameraroll" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-slider" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.markdown b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.markdown index 3f17d49d39c..c47f6ed0412 100644 --- a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.markdown +++ b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.markdown @@ -1715,17 +1715,6 @@ See the License for the specific language governing permissions and limitations under the License. -## QBImagePickerController - -Copyright (c) 2015 Katsuma Tanaka - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - ## RNAudio The MIT License (MIT) diff --git a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.plist b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.plist index d75dceb2952..04985a6518c 100644 --- a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.plist +++ b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.plist @@ -1822,23 +1822,6 @@ limitations under the License. Type PSGroupSpecifier - - FooterText - Copyright (c) 2015 Katsuma Tanaka - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - License - MIT - Title - QBImagePickerController - Type - PSGroupSpecifier - FooterText The MIT License (MIT) diff --git a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-resources.sh b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-resources.sh index 6ef4e167164..b11dd1ec081 100755 --- a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-resources.sh +++ b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-resources.sh @@ -97,7 +97,7 @@ EOM esac } if [[ "$CONFIGURATION" == "Debug" ]]; then - install_resource "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController/QBImagePicker.bundle" + install_resource "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker/QBImagePicker.bundle" install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf" install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Entypo.ttf" install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf" @@ -117,7 +117,7 @@ if [[ "$CONFIGURATION" == "Debug" ]]; then install_resource "${PODS_ROOT}/RSKImageCropper/RSKImageCropper/RSKImageCropperStrings.bundle" fi if [[ "$CONFIGURATION" == "Release" ]]; then - install_resource "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController/QBImagePicker.bundle" + install_resource "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker/QBImagePicker.bundle" install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf" install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Entypo.ttf" install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf" 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 83fdea80fd2..40405b9a2fc 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,9 +1,9 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "$(PODS_ROOT)/Headers/Private/React-Core" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "$(PODS_ROOT)/Headers/Private/React-Core" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash" "${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNRootView" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" -OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseInstanceID" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"KeyCommands" -l"QBImagePickerController" -l"RCTTypeSafety" -l"RNAudio" -l"RNBootSplash" -l"RNDateTimePicker" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNRootView" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-CoreModules" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"ReactNativeART" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"Yoga" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-background-timer" -l"react-native-cameraroll" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-slider" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash" "${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNRootView" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseInstanceID" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"KeyCommands" -l"RCTTypeSafety" -l"RNAudio" -l"RNBootSplash" -l"RNDateTimePicker" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNRootView" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-CoreModules" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"ReactNativeART" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"Yoga" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-background-timer" -l"react-native-cameraroll" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-slider" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.release.xcconfig b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.release.xcconfig index 83fdea80fd2..40405b9a2fc 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,9 +1,9 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "$(PODS_ROOT)/Headers/Private/React-Core" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppLoaderProvider" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseInstanceID" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNAudio" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNFirebase" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNUserDefaults" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTBlob" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-keyboard-tracking-view" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-video" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "$(PODS_ROOT)/Headers/Private/React-Core" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash" "${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNRootView" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" -OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseInstanceID" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"KeyCommands" -l"QBImagePickerController" -l"RCTTypeSafety" -l"RNAudio" -l"RNBootSplash" -l"RNDateTimePicker" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNRootView" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-CoreModules" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"ReactNativeART" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"Yoga" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-background-timer" -l"react-native-cameraroll" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-slider" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNAudio" "${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash" "${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNFirebase" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNRootView" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNUserDefaults" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-keyboard-tracking-view" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-video" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"DoubleConversion" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseInstanceID" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"KeyCommands" -l"RCTTypeSafety" -l"RNAudio" -l"RNBootSplash" -l"RNDateTimePicker" -l"RNDeviceInfo" -l"RNFastImage" -l"RNFirebase" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNRootView" -l"RNScreens" -l"RNUserDefaults" -l"RNVectorIcons" -l"RSKImageCropper" -l"React-Core" -l"React-CoreModules" -l"React-RCTActionSheet" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"ReactNativeART" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"Yoga" -l"c++" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-background-timer" -l"react-native-cameraroll" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-keyboard-tracking-view" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-slider" -l"react-native-video" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"stdc++" -l"z" -framework "AVFoundation" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "Photos" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/QBImagePickerController/QBImagePickerController-dummy.m b/ios/Pods/Target Support Files/QBImagePickerController/QBImagePickerController-dummy.m deleted file mode 100644 index 7866342aaf8..00000000000 --- a/ios/Pods/Target Support Files/QBImagePickerController/QBImagePickerController-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_QBImagePickerController : NSObject -@end -@implementation PodsDummy_QBImagePickerController -@end diff --git a/ios/Pods/Target Support Files/QBImagePickerController/QBImagePickerController-prefix.pch b/ios/Pods/Target Support Files/QBImagePickerController/QBImagePickerController-prefix.pch deleted file mode 100644 index beb2a244183..00000000000 --- a/ios/Pods/Target Support Files/QBImagePickerController/QBImagePickerController-prefix.pch +++ /dev/null @@ -1,12 +0,0 @@ -#ifdef __OBJC__ -#import -#else -#ifndef FOUNDATION_EXPORT -#if defined(__cplusplus) -#define FOUNDATION_EXPORT extern "C" -#else -#define FOUNDATION_EXPORT extern -#endif -#endif -#endif - diff --git a/ios/Pods/Target Support Files/QBImagePickerController/QBImagePickerController.xcconfig b/ios/Pods/Target Support Files/QBImagePickerController/QBImagePickerController.xcconfig deleted file mode 100644 index f8015ff2029..00000000000 --- a/ios/Pods/Target Support Files/QBImagePickerController/QBImagePickerController.xcconfig +++ /dev/null @@ -1,11 +0,0 @@ -APPLICATION_EXTENSION_API_ONLY = YES -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/QBImagePickerController" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/QBImagePickerController" -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/QBImagePickerController -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.xcconfig b/ios/Pods/Target Support Files/RNImageCropPicker/RNImageCropPicker.xcconfig index b023597d8aa..240accd6f9f 100644 --- a/ios/Pods/Target Support Files/RNImageCropPicker/RNImageCropPicker.xcconfig +++ b/ios/Pods/Target Support Files/RNImageCropPicker/RNImageCropPicker.xcconfig @@ -1,7 +1,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNImageCropPicker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" +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/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/QBImagePickerController/ResourceBundle-QBImagePicker-QBImagePickerController-Info.plist b/ios/Pods/Target Support Files/RNImageCropPicker/ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist similarity index 96% rename from ios/Pods/Target Support Files/QBImagePickerController/ResourceBundle-QBImagePicker-QBImagePickerController-Info.plist rename to ios/Pods/Target Support Files/RNImageCropPicker/ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist index c1bd03f6945..76264f2d8b6 100644 --- a/ios/Pods/Target Support Files/QBImagePickerController/ResourceBundle-QBImagePicker-QBImagePickerController-Info.plist +++ b/ios/Pods/Target Support Files/RNImageCropPicker/ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 3.4.0 + 0.28.0 CFBundleSignature ???? CFBundleVersion diff --git a/ios/RocketChatRN.xcodeproj/project.pbxproj b/ios/RocketChatRN.xcodeproj/project.pbxproj index ac91cea3091..1aeb889dbe4 100644 --- a/ios/RocketChatRN.xcodeproj/project.pbxproj +++ b/ios/RocketChatRN.xcodeproj/project.pbxproj @@ -442,7 +442,7 @@ ); inputPaths = ( "${PODS_ROOT}/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-resources.sh", - "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController/QBImagePicker.bundle", + "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker/QBImagePicker.bundle", "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf", "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Entypo.ttf", "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf", @@ -606,7 +606,7 @@ ); inputPaths = ( "${PODS_ROOT}/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-resources.sh", - "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController/QBImagePicker.bundle", + "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker/QBImagePicker.bundle", "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf", "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Entypo.ttf", "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf", From 6d1e7ff5698629dc1a80dfd49a4bffb7fefb467b Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Thu, 13 Feb 2020 17:44:10 -0300 Subject: [PATCH 4/4] Comment KeyboardTrackingScrollBehaviorFixedOffset --- app/containers/MessageBox/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/containers/MessageBox/index.js b/app/containers/MessageBox/index.js index 06a3e7f5d1a..ba06d3d58b9 100644 --- a/app/containers/MessageBox/index.js +++ b/app/containers/MessageBox/index.js @@ -818,7 +818,7 @@ class MessageBox extends Component {